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

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

Issue 9103001: Revert "Refresh dart:dom" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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;
15
16 EventListener onexit;
17
18 bool pauseOnExit; 14 bool pauseOnExit;
19 15
20 int size; 16 int size;
21 17
22 bool snapToLines; 18 bool snapToLines;
23 19
24 num startTime; 20 num startTime;
25 21
26 int textPosition; 22 int textPosition;
27 23
28 TextTrack track; 24 TextTrack track;
29 25
30 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
31
32 bool dispatchEvent(Event evt) native;
33
34 DocumentFragment getCueAsHTML() native; 26 DocumentFragment getCueAsHTML() native;
35 27
36 String getCueAsSource() native; 28 String getCueAsSource() native;
37 29
38 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
39
40 var dartObjectLocalStorage; 30 var dartObjectLocalStorage;
41 31
42 String get typeName() native; 32 String get typeName() native;
43 } 33 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/TextTrack.dart ('k') | client/dom/generated/src/frog/TextTrackList.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698