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

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

Issue 9317046: Make dart:dom implementation types private so they don't muddle the docs. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 WebKitAnimationJs extends DOMTypeJs implements WebKitAnimation native "*We bKitAnimation" { 2 class _WebKitAnimationJs extends _DOMTypeJs implements WebKitAnimation native "* WebKitAnimation" {
3 3
4 static final int DIRECTION_ALTERNATE = 1; 4 static final int DIRECTION_ALTERNATE = 1;
5 5
6 static final int DIRECTION_NORMAL = 0; 6 static final int DIRECTION_NORMAL = 0;
7 7
8 static final int FILL_BACKWARDS = 1; 8 static final int FILL_BACKWARDS = 1;
9 9
10 static final int FILL_BOTH = 3; 10 static final int FILL_BOTH = 3;
11 11
12 static final int FILL_FORWARDS = 2; 12 static final int FILL_FORWARDS = 2;
(...skipping 17 matching lines...) Expand all
30 int get iterationCount() native "return this.iterationCount;"; 30 int get iterationCount() native "return this.iterationCount;";
31 31
32 String get name() native "return this.name;"; 32 String get name() native "return this.name;";
33 33
34 bool get paused() native "return this.paused;"; 34 bool get paused() native "return this.paused;";
35 35
36 void pause() native; 36 void pause() native;
37 37
38 void play() native; 38 void play() native;
39 } 39 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/WebGLVertexArrayObjectOES.dart ('k') | client/dom/generated/src/frog/WebKitAnimationEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698