Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(48)

Side by Side Diff: client/dom/generated/src/frog/DOMApplicationCache.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 class _DOMApplicationCacheJs extends _EventTargetJs implements DOMApplicationCac he native "*DOMApplicationCache" {
3
4 static final int CHECKING = 2;
5
6 static final int DOWNLOADING = 3;
7
8 static final int IDLE = 1;
9
10 static final int OBSOLETE = 5;
11
12 static final int UNCACHED = 0;
13
14 static final int UPDATEREADY = 4;
15
16 final int status;
17
18 void abort() native;
19
20 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
21
22 bool dispatchEvent(_EventJs evt) native;
23
24 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
25
26 void swapCache() native;
27
28 void update() native;
29 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/CustomEvent.dart ('k') | client/dom/generated/src/frog/DOMException.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698