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

Side by Side Diff: client/dom/generated/src/frog/MediaController.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 _MediaControllerJs extends _DOMTypeJs implements MediaController native "* MediaController" {
3
4 final _TimeRangesJs buffered;
5
6 num currentTime;
7
8 num defaultPlaybackRate;
9
10 final num duration;
11
12 bool muted;
13
14 final bool paused;
15
16 num playbackRate;
17
18 final _TimeRangesJs played;
19
20 final _TimeRangesJs seekable;
21
22 num volume;
23
24 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
25
26 bool dispatchEvent(_EventJs evt) native;
27
28 void pause() native;
29
30 void play() native;
31
32 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) native;
33 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/LowPass2FilterNode.dart ('k') | client/dom/generated/src/frog/MediaElementAudioSourceNode.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698