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

Unified 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, 1 month 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/dom/generated/src/frog/CSSRule.dart
diff --git a/client/dom/generated/src/frog/CSSRule.dart b/client/dom/generated/src/frog/CSSRule.dart
index 3f0db593a83e1249904cffabfead9f96746f4818..2f03610a0baab8c805084af7ad3459f2dcc24e6d 100644
--- a/client/dom/generated/src/frog/CSSRule.dart
+++ b/client/dom/generated/src/frog/CSSRule.dart
@@ -1,6 +1,26 @@
class CSSRule native "*CSSRule" {
+ static final int CHARSET_RULE = 2;
+
+ static final int FONT_FACE_RULE = 5;
+
+ static final int IMPORT_RULE = 3;
+
+ static final int MEDIA_RULE = 4;
+
+ static final int PAGE_RULE = 6;
+
+ static final int STYLE_RULE = 1;
+
+ static final int UNKNOWN_RULE = 0;
+
+ static final int WEBKIT_KEYFRAMES_RULE = 8;
+
+ static final int WEBKIT_KEYFRAME_RULE = 9;
+
+ static final int WEBKIT_REGION_STYLE_RULE = 10;
+
String cssText;
CSSRule parentRule;
« 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