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

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

Issue 8665012: Switch to " native '*Class' " (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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 HTMLMediaElement extends HTMLElement native "HTMLMediaElement" { 2 class HTMLMediaElement extends HTMLElement native "*HTMLMediaElement" {
3 3
4 bool autoplay; 4 bool autoplay;
5 5
6 TimeRanges buffered; 6 TimeRanges buffered;
7 7
8 bool controls; 8 bool controls;
9 9
10 String currentSrc; 10 String currentSrc;
11 11
12 num currentTime; 12 num currentTime;
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 int webkitVideoDecodedByteCount; 60 int webkitVideoDecodedByteCount;
61 61
62 String canPlayType(String type) native; 62 String canPlayType(String type) native;
63 63
64 void load() native; 64 void load() native;
65 65
66 void pause() native; 66 void pause() native;
67 67
68 void play() native; 68 void play() native;
69 } 69 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLMarqueeElement.dart ('k') | client/dom/generated/src/frog/HTMLMenuElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698