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

Side by Side Diff: client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.dart

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak 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
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 class _HTMLDocumentWrappingImplementation extends _DocumentWrappingImplementatio n implements HTMLDocument { 7 class _HTMLDocumentWrappingImplementation extends _DocumentWrappingImplementatio n implements HTMLDocument {
8 _HTMLDocumentWrappingImplementation() : super() {} 8 _HTMLDocumentWrappingImplementation() : super() {}
9 9
10 static create__HTMLDocumentWrappingImplementation() native { 10 static create__HTMLDocumentWrappingImplementation() native {
11 return new _HTMLDocumentWrappingImplementation(); 11 return new _HTMLDocumentWrappingImplementation();
12 } 12 }
13 13
14 Element get activeElement() { return _get__HTMLDocument_activeElement(this); } 14 Element get activeElement() { return _get_activeElement(this); }
15 static Element _get__HTMLDocument_activeElement(var _this) native; 15 static Element _get_activeElement(var _this) native;
16 16
17 String get alinkColor() { return _get__HTMLDocument_alinkColor(this); } 17 String get alinkColor() { return _get_alinkColor(this); }
18 static String _get__HTMLDocument_alinkColor(var _this) native; 18 static String _get_alinkColor(var _this) native;
19 19
20 void set alinkColor(String value) { _set__HTMLDocument_alinkColor(this, value) ; } 20 void set alinkColor(String value) { _set_alinkColor(this, value); }
21 static void _set__HTMLDocument_alinkColor(var _this, String value) native; 21 static void _set_alinkColor(var _this, String value) native;
22 22
23 HTMLAllCollection get all() { return _get__HTMLDocument_all(this); } 23 HTMLAllCollection get all() { return _get_all(this); }
24 static HTMLAllCollection _get__HTMLDocument_all(var _this) native; 24 static HTMLAllCollection _get_all(var _this) native;
25 25
26 void set all(HTMLAllCollection value) { _set__HTMLDocument_all(this, value); } 26 void set all(HTMLAllCollection value) { _set_all(this, value); }
27 static void _set__HTMLDocument_all(var _this, HTMLAllCollection value) native; 27 static void _set_all(var _this, HTMLAllCollection value) native;
28 28
29 String get bgColor() { return _get__HTMLDocument_bgColor(this); } 29 String get bgColor() { return _get_bgColor(this); }
30 static String _get__HTMLDocument_bgColor(var _this) native; 30 static String _get_bgColor(var _this) native;
31 31
32 void set bgColor(String value) { _set__HTMLDocument_bgColor(this, value); } 32 void set bgColor(String value) { _set_bgColor(this, value); }
33 static void _set__HTMLDocument_bgColor(var _this, String value) native; 33 static void _set_bgColor(var _this, String value) native;
34 34
35 String get compatMode() { return _get__HTMLDocument_compatMode(this); } 35 String get compatMode() { return _get_compatMode_HTMLDocument(this); }
36 static String _get__HTMLDocument_compatMode(var _this) native; 36 static String _get_compatMode_HTMLDocument(var _this) native;
37 37
38 String get designMode() { return _get__HTMLDocument_designMode(this); } 38 String get designMode() { return _get_designMode(this); }
39 static String _get__HTMLDocument_designMode(var _this) native; 39 static String _get_designMode(var _this) native;
40 40
41 void set designMode(String value) { _set__HTMLDocument_designMode(this, value) ; } 41 void set designMode(String value) { _set_designMode(this, value); }
42 static void _set__HTMLDocument_designMode(var _this, String value) native; 42 static void _set_designMode(var _this, String value) native;
43 43
44 String get dir() { return _get__HTMLDocument_dir(this); } 44 String get dir() { return _get_dir(this); }
45 static String _get__HTMLDocument_dir(var _this) native; 45 static String _get_dir(var _this) native;
46 46
47 void set dir(String value) { _set__HTMLDocument_dir(this, value); } 47 void set dir(String value) { _set_dir(this, value); }
48 static void _set__HTMLDocument_dir(var _this, String value) native; 48 static void _set_dir(var _this, String value) native;
49 49
50 HTMLCollection get embeds() { return _get__HTMLDocument_embeds(this); } 50 HTMLCollection get embeds() { return _get_embeds(this); }
51 static HTMLCollection _get__HTMLDocument_embeds(var _this) native; 51 static HTMLCollection _get_embeds(var _this) native;
52 52
53 String get fgColor() { return _get__HTMLDocument_fgColor(this); } 53 String get fgColor() { return _get_fgColor(this); }
54 static String _get__HTMLDocument_fgColor(var _this) native; 54 static String _get_fgColor(var _this) native;
55 55
56 void set fgColor(String value) { _set__HTMLDocument_fgColor(this, value); } 56 void set fgColor(String value) { _set_fgColor(this, value); }
57 static void _set__HTMLDocument_fgColor(var _this, String value) native; 57 static void _set_fgColor(var _this, String value) native;
58 58
59 int get height() { return _get__HTMLDocument_height(this); } 59 int get height() { return _get_height(this); }
60 static int _get__HTMLDocument_height(var _this) native; 60 static int _get_height(var _this) native;
61 61
62 String get linkColor() { return _get__HTMLDocument_linkColor(this); } 62 String get linkColor() { return _get_linkColor(this); }
63 static String _get__HTMLDocument_linkColor(var _this) native; 63 static String _get_linkColor(var _this) native;
64 64
65 void set linkColor(String value) { _set__HTMLDocument_linkColor(this, value); } 65 void set linkColor(String value) { _set_linkColor(this, value); }
66 static void _set__HTMLDocument_linkColor(var _this, String value) native; 66 static void _set_linkColor(var _this, String value) native;
67 67
68 HTMLCollection get plugins() { return _get__HTMLDocument_plugins(this); } 68 HTMLCollection get plugins() { return _get_plugins(this); }
69 static HTMLCollection _get__HTMLDocument_plugins(var _this) native; 69 static HTMLCollection _get_plugins(var _this) native;
70 70
71 HTMLCollection get scripts() { return _get__HTMLDocument_scripts(this); } 71 HTMLCollection get scripts() { return _get_scripts(this); }
72 static HTMLCollection _get__HTMLDocument_scripts(var _this) native; 72 static HTMLCollection _get_scripts(var _this) native;
73 73
74 String get vlinkColor() { return _get__HTMLDocument_vlinkColor(this); } 74 String get vlinkColor() { return _get_vlinkColor(this); }
75 static String _get__HTMLDocument_vlinkColor(var _this) native; 75 static String _get_vlinkColor(var _this) native;
76 76
77 void set vlinkColor(String value) { _set__HTMLDocument_vlinkColor(this, value) ; } 77 void set vlinkColor(String value) { _set_vlinkColor(this, value); }
78 static void _set__HTMLDocument_vlinkColor(var _this, String value) native; 78 static void _set_vlinkColor(var _this, String value) native;
79 79
80 int get width() { return _get__HTMLDocument_width(this); } 80 int get width() { return _get_width(this); }
81 static int _get__HTMLDocument_width(var _this) native; 81 static int _get_width(var _this) native;
82 82
83 void captureEvents() { 83 void captureEvents() {
84 _captureEvents(this); 84 _captureEvents(this);
85 return; 85 return;
86 } 86 }
87 static void _captureEvents(receiver) native; 87 static void _captureEvents(receiver) native;
88 88
89 void clear() { 89 void clear() {
90 _clear(this); 90 _clear(this);
91 return; 91 return;
(...skipping 30 matching lines...) Expand all
122 static void _write(receiver, text) native; 122 static void _write(receiver, text) native;
123 123
124 void writeln(String text) { 124 void writeln(String text) {
125 _writeln(this, text); 125 _writeln(this, text);
126 return; 126 return;
127 } 127 }
128 static void _writeln(receiver, text) native; 128 static void _writeln(receiver, text) native;
129 129
130 String get typeName() { return "HTMLDocument"; } 130 String get typeName() { return "HTMLDocument"; }
131 } 131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698