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

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

Issue 9242002: Webkit refresh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge 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 TextTrackCue native "*TextTrackCue" { 2 class TextTrackCue native "*TextTrackCue" {
3 3
4 String alignment; 4 String alignment;
5 5
6 String direction; 6 String direction;
7 7
8 num endTime; 8 num endTime;
9 9
10 String id; 10 String id;
11 11
12 int linePosition; 12 int linePosition;
13 13
14 EventListener onenter; 14 EventListener onenter;
15 15
16 EventListener onexit; 16 EventListener onexit;
17 17
18 bool pauseOnExit; 18 bool pauseOnExit;
19 19
20 int size; 20 int size;
21 21
22 bool snapToLines; 22 bool snapToLines;
23 23
24 num startTime; 24 num startTime;
25 25
26 String text;
27
26 int textPosition; 28 int textPosition;
27 29
28 TextTrack track; 30 TextTrack track;
29 31
30 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native; 32 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
31 33
32 bool dispatchEvent(Event evt) native; 34 bool dispatchEvent(Event evt) native;
33 35
34 DocumentFragment getCueAsHTML() native; 36 DocumentFragment getCueAsHTML() native;
35 37
36 String getCueAsSource() native;
37
38 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native; 38 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
39 39
40 var dartObjectLocalStorage; 40 var dartObjectLocalStorage;
41 41
42 String get typeName() native; 42 String get typeName() native;
43 } 43 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/PointerLock.dart ('k') | client/dom/generated/src/interface/DOMWindow.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698