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

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

Issue 8473008: Generate constants for IDL classes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add frog dom Created 9 years 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
1 1
2 class FileError native "*FileError" { 2 class FileError native "*FileError" {
3 3
4 static final int ABORT_ERR = 3;
5
6 static final int ENCODING_ERR = 5;
7
8 static final int INVALID_MODIFICATION_ERR = 9;
9
10 static final int INVALID_STATE_ERR = 7;
11
12 static final int NOT_FOUND_ERR = 1;
13
14 static final int NOT_READABLE_ERR = 4;
15
16 static final int NO_MODIFICATION_ALLOWED_ERR = 6;
17
18 static final int PATH_EXISTS_ERR = 12;
19
20 static final int QUOTA_EXCEEDED_ERR = 10;
21
22 static final int SECURITY_ERR = 2;
23
24 static final int SYNTAX_ERR = 8;
25
26 static final int TYPE_MISMATCH_ERR = 11;
27
4 int code; 28 int code;
5 29
6 var dartObjectLocalStorage; 30 var dartObjectLocalStorage;
7 31
8 String get typeName() native; 32 String get typeName() native;
9 } 33 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/EventSource.dart ('k') | client/dom/generated/src/frog/FileException.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698