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

Side by Side Diff: client/dom/generated/src/frog/HTMLDocument.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 _HTMLDocumentJs extends _DocumentJs implements HTMLDocument native "*HTMLD ocument" {
3
4 final _ElementJs activeElement;
5
6 String alinkColor;
7
8 _HTMLAllCollectionJs all;
9
10 String bgColor;
11
12 // Use implementation from Document.
13 // final String compatMode;
14
15 String designMode;
16
17 String dir;
18
19 final _HTMLCollectionJs embeds;
20
21 String fgColor;
22
23 String linkColor;
24
25 final _HTMLCollectionJs plugins;
26
27 final _HTMLCollectionJs scripts;
28
29 String vlinkColor;
30
31 void captureEvents() native;
32
33 void clear() native;
34
35 void close() native;
36
37 bool hasFocus() native;
38
39 void open() native;
40
41 void releaseEvents() native;
42
43 void write(String text) native;
44
45 void writeln(String text) native;
46 }
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