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

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

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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
(Empty)
1
2 class _TextTrackCueJs extends _DOMTypeJs implements TextTrackCue native "*TextTr ackCue" {
3
4 String align;
5
6 num endTime;
7
8 String id;
9
10 int line;
11
12 EventListener onenter;
13
14 EventListener onexit;
15
16 bool pauseOnExit;
17
18 int position;
19
20 int size;
21
22 bool snapToLines;
23
24 num startTime;
25
26 String text;
27
28 final _TextTrackJs track;
29
30 String vertical;
31
32 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
33
34 bool dispatchEvent(_EventJs evt) native;
35
36 _DocumentFragmentJs getCueAsHTML() native;
37
38 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
39 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/TextTrack.dart ('k') | client/dom/generated/src/frog/TextTrackCueList.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698