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

Side by Side Diff: client/dom/generated/src/frog/CSSRule.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 CSSRule native "*CSSRule" { 2 class CSSRule native "*CSSRule" {
3 3
4 static final int CHARSET_RULE = 2;
5
6 static final int FONT_FACE_RULE = 5;
7
8 static final int IMPORT_RULE = 3;
9
10 static final int MEDIA_RULE = 4;
11
12 static final int PAGE_RULE = 6;
13
14 static final int STYLE_RULE = 1;
15
16 static final int UNKNOWN_RULE = 0;
17
18 static final int WEBKIT_KEYFRAMES_RULE = 8;
19
20 static final int WEBKIT_KEYFRAME_RULE = 9;
21
22 static final int WEBKIT_REGION_STYLE_RULE = 10;
23
4 String cssText; 24 String cssText;
5 25
6 CSSRule parentRule; 26 CSSRule parentRule;
7 27
8 CSSStyleSheet parentStyleSheet; 28 CSSStyleSheet parentStyleSheet;
9 29
10 int type; 30 int type;
11 31
12 var dartObjectLocalStorage; 32 var dartObjectLocalStorage;
13 33
14 String get typeName() native; 34 String get typeName() native;
15 } 35 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/CSSPrimitiveValue.dart ('k') | client/dom/generated/src/frog/CSSValue.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698