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

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

Issue 9271031: Make DOMType the root of DOM implementation types. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: x Created 8 years, 11 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
1 1
2 class WebKitCSSTransformValueJS extends CSSValueListJS implements WebKitCSSTrans formValue native "*WebKitCSSTransformValue" { 2 class WebKitCSSTransformValueJs extends CSSValueListJs implements WebKitCSSTrans formValue native "*WebKitCSSTransformValue" {
3 3
4 static final int CSS_MATRIX = 11; 4 static final int CSS_MATRIX = 11;
5 5
6 static final int CSS_MATRIX3D = 21; 6 static final int CSS_MATRIX3D = 21;
7 7
8 static final int CSS_PERSPECTIVE = 20; 8 static final int CSS_PERSPECTIVE = 20;
9 9
10 static final int CSS_ROTATE = 4; 10 static final int CSS_ROTATE = 4;
11 11
12 static final int CSS_ROTATE3D = 17; 12 static final int CSS_ROTATE3D = 17;
(...skipping 25 matching lines...) Expand all
38 static final int CSS_TRANSLATE3D = 13; 38 static final int CSS_TRANSLATE3D = 13;
39 39
40 static final int CSS_TRANSLATEX = 2; 40 static final int CSS_TRANSLATEX = 2;
41 41
42 static final int CSS_TRANSLATEY = 3; 42 static final int CSS_TRANSLATEY = 3;
43 43
44 static final int CSS_TRANSLATEZ = 12; 44 static final int CSS_TRANSLATEZ = 12;
45 45
46 int get operationType() native "return this.operationType;"; 46 int get operationType() native "return this.operationType;";
47 } 47 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/WebKitCSSMatrix.dart ('k') | client/dom/generated/src/frog/WebKitMutationObserver.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698