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

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

Issue 9084005: 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
(Empty)
1
2 class MediaController native "*MediaController" {
3
4 TimeRanges buffered;
5
6 num currentTime;
7
8 num defaultPlaybackRate;
9
10 num duration;
11
12 bool muted;
13
14 bool paused;
15
16 num playbackRate;
17
18 TimeRanges played;
19
20 TimeRanges seekable;
21
22 num volume;
23
24 void addEventListener(String type, EventListener listener, [bool useCapture = null]) native;
25
26 bool dispatchEvent(Event 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
34 var dartObjectLocalStorage;
35
36 String get typeName() native;
37 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/Location.dart ('k') | client/dom/generated/src/frog/MouseEvent.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698