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

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

Issue 8387057: Forgot generated code for frog dom. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years, 1 month 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 HTMLDocument extends Document native "HTMLDocument" {
3
4 Element activeElement;
5
6 String alinkColor;
7
8 String bgColor;
9
10 String compatMode;
11
12 String designMode;
13
14 String dir;
15
16 HTMLCollection embeds;
17
18 String fgColor;
19
20 int height;
21
22 String linkColor;
23
24 HTMLCollection plugins;
25
26 HTMLCollection scripts;
27
28 String vlinkColor;
29
30 int width;
31
32 void captureEvents() native;
33
34 void clear() native;
35
36 void close() native;
37
38 bool hasFocus() native;
39
40 void open() native;
41
42 void releaseEvents() native;
43
44 void write(String text) native;
45
46 void writeln(String text) native;
47 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLDivElement.dart ('k') | client/dom/generated/src/frog/HTMLElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698