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

Side by Side Diff: client/dom/generated/src/wrapping/_DocumentWrappingImplementation.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 _DocumentWrappingImplementation extends _NodeWrappingImplementation implem ents Document { 7 class _DocumentWrappingImplementation extends _NodeWrappingImplementation implem ents Document {
8 _DocumentWrappingImplementation() : super() {} 8 _DocumentWrappingImplementation() : super() {}
9 9
10 static create__DocumentWrappingImplementation() native { 10 static create__DocumentWrappingImplementation() native {
11 return new _DocumentWrappingImplementation(); 11 return new _DocumentWrappingImplementation();
12 } 12 }
13 13
14 String get URL() { return _get__Document_URL(this); } 14 String get URL() { return _get_URL(this); }
15 static String _get__Document_URL(var _this) native; 15 static String _get_URL(var _this) native;
16 16
17 HTMLCollection get anchors() { return _get__Document_anchors(this); } 17 HTMLCollection get anchors() { return _get_anchors(this); }
18 static HTMLCollection _get__Document_anchors(var _this) native; 18 static HTMLCollection _get_anchors(var _this) native;
19 19
20 HTMLCollection get applets() { return _get__Document_applets(this); } 20 HTMLCollection get applets() { return _get_applets(this); }
21 static HTMLCollection _get__Document_applets(var _this) native; 21 static HTMLCollection _get_applets(var _this) native;
22 22
23 HTMLElement get body() { return _get__Document_body(this); } 23 HTMLElement get body() { return _get_body(this); }
24 static HTMLElement _get__Document_body(var _this) native; 24 static HTMLElement _get_body(var _this) native;
25 25
26 void set body(HTMLElement value) { _set__Document_body(this, value); } 26 void set body(HTMLElement value) { _set_body(this, value); }
27 static void _set__Document_body(var _this, HTMLElement value) native; 27 static void _set_body(var _this, HTMLElement value) native;
28 28
29 String get characterSet() { return _get__Document_characterSet(this); } 29 String get characterSet() { return _get_characterSet(this); }
30 static String _get__Document_characterSet(var _this) native; 30 static String _get_characterSet(var _this) native;
31 31
32 String get charset() { return _get__Document_charset(this); } 32 String get charset() { return _get_charset(this); }
33 static String _get__Document_charset(var _this) native; 33 static String _get_charset(var _this) native;
34 34
35 void set charset(String value) { _set__Document_charset(this, value); } 35 void set charset(String value) { _set_charset(this, value); }
36 static void _set__Document_charset(var _this, String value) native; 36 static void _set_charset(var _this, String value) native;
37 37
38 String get compatMode() { return _get__Document_compatMode(this); } 38 String get compatMode() { return _get_compatMode(this); }
39 static String _get__Document_compatMode(var _this) native; 39 static String _get_compatMode(var _this) native;
40 40
41 String get cookie() { return _get__Document_cookie(this); } 41 String get cookie() { return _get_cookie(this); }
42 static String _get__Document_cookie(var _this) native; 42 static String _get_cookie(var _this) native;
43 43
44 void set cookie(String value) { _set__Document_cookie(this, value); } 44 void set cookie(String value) { _set_cookie(this, value); }
45 static void _set__Document_cookie(var _this, String value) native; 45 static void _set_cookie(var _this, String value) native;
46 46
47 String get defaultCharset() { return _get__Document_defaultCharset(this); } 47 String get defaultCharset() { return _get_defaultCharset(this); }
48 static String _get__Document_defaultCharset(var _this) native; 48 static String _get_defaultCharset(var _this) native;
49 49
50 DOMWindow get defaultView() { return _get__Document_defaultView(this); } 50 DOMWindow get defaultView() { return _get_defaultView(this); }
51 static DOMWindow _get__Document_defaultView(var _this) native; 51 static DOMWindow _get_defaultView(var _this) native;
52 52
53 DocumentType get doctype() { return _get__Document_doctype(this); } 53 DocumentType get doctype() { return _get_doctype(this); }
54 static DocumentType _get__Document_doctype(var _this) native; 54 static DocumentType _get_doctype(var _this) native;
55 55
56 Element get documentElement() { return _get__Document_documentElement(this); } 56 Element get documentElement() { return _get_documentElement(this); }
57 static Element _get__Document_documentElement(var _this) native; 57 static Element _get_documentElement(var _this) native;
58 58
59 String get documentURI() { return _get__Document_documentURI(this); } 59 String get documentURI() { return _get_documentURI(this); }
60 static String _get__Document_documentURI(var _this) native; 60 static String _get_documentURI(var _this) native;
61 61
62 void set documentURI(String value) { _set__Document_documentURI(this, value); } 62 void set documentURI(String value) { _set_documentURI(this, value); }
63 static void _set__Document_documentURI(var _this, String value) native; 63 static void _set_documentURI(var _this, String value) native;
64 64
65 String get domain() { return _get__Document_domain(this); } 65 String get domain() { return _get_domain(this); }
66 static String _get__Document_domain(var _this) native; 66 static String _get_domain(var _this) native;
67 67
68 void set domain(String value) { _set__Document_domain(this, value); } 68 void set domain(String value) { _set_domain(this, value); }
69 static void _set__Document_domain(var _this, String value) native; 69 static void _set_domain(var _this, String value) native;
70 70
71 HTMLCollection get forms() { return _get__Document_forms(this); } 71 HTMLCollection get forms() { return _get_forms(this); }
72 static HTMLCollection _get__Document_forms(var _this) native; 72 static HTMLCollection _get_forms(var _this) native;
73 73
74 HTMLHeadElement get head() { return _get__Document_head(this); } 74 HTMLHeadElement get head() { return _get_head(this); }
75 static HTMLHeadElement _get__Document_head(var _this) native; 75 static HTMLHeadElement _get_head(var _this) native;
76 76
77 HTMLCollection get images() { return _get__Document_images(this); } 77 HTMLCollection get images() { return _get_images(this); }
78 static HTMLCollection _get__Document_images(var _this) native; 78 static HTMLCollection _get_images(var _this) native;
79 79
80 DOMImplementation get implementation() { return _get__Document_implementation( this); } 80 DOMImplementation get implementation() { return _get_implementation(this); }
81 static DOMImplementation _get__Document_implementation(var _this) native; 81 static DOMImplementation _get_implementation(var _this) native;
82 82
83 String get inputEncoding() { return _get__Document_inputEncoding(this); } 83 String get inputEncoding() { return _get_inputEncoding(this); }
84 static String _get__Document_inputEncoding(var _this) native; 84 static String _get_inputEncoding(var _this) native;
85 85
86 String get lastModified() { return _get__Document_lastModified(this); } 86 String get lastModified() { return _get_lastModified(this); }
87 static String _get__Document_lastModified(var _this) native; 87 static String _get_lastModified(var _this) native;
88 88
89 HTMLCollection get links() { return _get__Document_links(this); } 89 HTMLCollection get links() { return _get_links(this); }
90 static HTMLCollection _get__Document_links(var _this) native; 90 static HTMLCollection _get_links(var _this) native;
91 91
92 Location get location() { return _get__Document_location(this); } 92 Location get location() { return _get_location(this); }
93 static Location _get__Document_location(var _this) native; 93 static Location _get_location(var _this) native;
94 94
95 void set location(Location value) { _set__Document_location(this, value); } 95 void set location(Location value) { _set_location(this, value); }
96 static void _set__Document_location(var _this, Location value) native; 96 static void _set_location(var _this, Location value) native;
97 97
98 EventListener get onabort() { return _get__Document_onabort(this); } 98 EventListener get onabort() { return _get_onabort(this); }
99 static EventListener _get__Document_onabort(var _this) native; 99 static EventListener _get_onabort(var _this) native;
100 100
101 void set onabort(EventListener value) { _set__Document_onabort(this, value); } 101 void set onabort(EventListener value) { _set_onabort(this, value); }
102 static void _set__Document_onabort(var _this, EventListener value) native; 102 static void _set_onabort(var _this, EventListener value) native;
103 103
104 EventListener get onbeforecopy() { return _get__Document_onbeforecopy(this); } 104 EventListener get onbeforecopy() { return _get_onbeforecopy(this); }
105 static EventListener _get__Document_onbeforecopy(var _this) native; 105 static EventListener _get_onbeforecopy(var _this) native;
106 106
107 void set onbeforecopy(EventListener value) { _set__Document_onbeforecopy(this, value); } 107 void set onbeforecopy(EventListener value) { _set_onbeforecopy(this, value); }
108 static void _set__Document_onbeforecopy(var _this, EventListener value) native ; 108 static void _set_onbeforecopy(var _this, EventListener value) native;
109 109
110 EventListener get onbeforecut() { return _get__Document_onbeforecut(this); } 110 EventListener get onbeforecut() { return _get_onbeforecut(this); }
111 static EventListener _get__Document_onbeforecut(var _this) native; 111 static EventListener _get_onbeforecut(var _this) native;
112 112
113 void set onbeforecut(EventListener value) { _set__Document_onbeforecut(this, v alue); } 113 void set onbeforecut(EventListener value) { _set_onbeforecut(this, value); }
114 static void _set__Document_onbeforecut(var _this, EventListener value) native; 114 static void _set_onbeforecut(var _this, EventListener value) native;
115 115
116 EventListener get onbeforepaste() { return _get__Document_onbeforepaste(this); } 116 EventListener get onbeforepaste() { return _get_onbeforepaste(this); }
117 static EventListener _get__Document_onbeforepaste(var _this) native; 117 static EventListener _get_onbeforepaste(var _this) native;
118 118
119 void set onbeforepaste(EventListener value) { _set__Document_onbeforepaste(thi s, value); } 119 void set onbeforepaste(EventListener value) { _set_onbeforepaste(this, value); }
120 static void _set__Document_onbeforepaste(var _this, EventListener value) nativ e; 120 static void _set_onbeforepaste(var _this, EventListener value) native;
121 121
122 EventListener get onblur() { return _get__Document_onblur(this); } 122 EventListener get onblur() { return _get_onblur(this); }
123 static EventListener _get__Document_onblur(var _this) native; 123 static EventListener _get_onblur(var _this) native;
124 124
125 void set onblur(EventListener value) { _set__Document_onblur(this, value); } 125 void set onblur(EventListener value) { _set_onblur(this, value); }
126 static void _set__Document_onblur(var _this, EventListener value) native; 126 static void _set_onblur(var _this, EventListener value) native;
127 127
128 EventListener get onchange() { return _get__Document_onchange(this); } 128 EventListener get onchange() { return _get_onchange(this); }
129 static EventListener _get__Document_onchange(var _this) native; 129 static EventListener _get_onchange(var _this) native;
130 130
131 void set onchange(EventListener value) { _set__Document_onchange(this, value); } 131 void set onchange(EventListener value) { _set_onchange(this, value); }
132 static void _set__Document_onchange(var _this, EventListener value) native; 132 static void _set_onchange(var _this, EventListener value) native;
133 133
134 EventListener get onclick() { return _get__Document_onclick(this); } 134 EventListener get onclick() { return _get_onclick(this); }
135 static EventListener _get__Document_onclick(var _this) native; 135 static EventListener _get_onclick(var _this) native;
136 136
137 void set onclick(EventListener value) { _set__Document_onclick(this, value); } 137 void set onclick(EventListener value) { _set_onclick(this, value); }
138 static void _set__Document_onclick(var _this, EventListener value) native; 138 static void _set_onclick(var _this, EventListener value) native;
139 139
140 EventListener get oncontextmenu() { return _get__Document_oncontextmenu(this); } 140 EventListener get oncontextmenu() { return _get_oncontextmenu(this); }
141 static EventListener _get__Document_oncontextmenu(var _this) native; 141 static EventListener _get_oncontextmenu(var _this) native;
142 142
143 void set oncontextmenu(EventListener value) { _set__Document_oncontextmenu(thi s, value); } 143 void set oncontextmenu(EventListener value) { _set_oncontextmenu(this, value); }
144 static void _set__Document_oncontextmenu(var _this, EventListener value) nativ e; 144 static void _set_oncontextmenu(var _this, EventListener value) native;
145 145
146 EventListener get oncopy() { return _get__Document_oncopy(this); } 146 EventListener get oncopy() { return _get_oncopy(this); }
147 static EventListener _get__Document_oncopy(var _this) native; 147 static EventListener _get_oncopy(var _this) native;
148 148
149 void set oncopy(EventListener value) { _set__Document_oncopy(this, value); } 149 void set oncopy(EventListener value) { _set_oncopy(this, value); }
150 static void _set__Document_oncopy(var _this, EventListener value) native; 150 static void _set_oncopy(var _this, EventListener value) native;
151 151
152 EventListener get oncut() { return _get__Document_oncut(this); } 152 EventListener get oncut() { return _get_oncut(this); }
153 static EventListener _get__Document_oncut(var _this) native; 153 static EventListener _get_oncut(var _this) native;
154 154
155 void set oncut(EventListener value) { _set__Document_oncut(this, value); } 155 void set oncut(EventListener value) { _set_oncut(this, value); }
156 static void _set__Document_oncut(var _this, EventListener value) native; 156 static void _set_oncut(var _this, EventListener value) native;
157 157
158 EventListener get ondblclick() { return _get__Document_ondblclick(this); } 158 EventListener get ondblclick() { return _get_ondblclick(this); }
159 static EventListener _get__Document_ondblclick(var _this) native; 159 static EventListener _get_ondblclick(var _this) native;
160 160
161 void set ondblclick(EventListener value) { _set__Document_ondblclick(this, val ue); } 161 void set ondblclick(EventListener value) { _set_ondblclick(this, value); }
162 static void _set__Document_ondblclick(var _this, EventListener value) native; 162 static void _set_ondblclick(var _this, EventListener value) native;
163 163
164 EventListener get ondrag() { return _get__Document_ondrag(this); } 164 EventListener get ondrag() { return _get_ondrag(this); }
165 static EventListener _get__Document_ondrag(var _this) native; 165 static EventListener _get_ondrag(var _this) native;
166 166
167 void set ondrag(EventListener value) { _set__Document_ondrag(this, value); } 167 void set ondrag(EventListener value) { _set_ondrag(this, value); }
168 static void _set__Document_ondrag(var _this, EventListener value) native; 168 static void _set_ondrag(var _this, EventListener value) native;
169 169
170 EventListener get ondragend() { return _get__Document_ondragend(this); } 170 EventListener get ondragend() { return _get_ondragend(this); }
171 static EventListener _get__Document_ondragend(var _this) native; 171 static EventListener _get_ondragend(var _this) native;
172 172
173 void set ondragend(EventListener value) { _set__Document_ondragend(this, value ); } 173 void set ondragend(EventListener value) { _set_ondragend(this, value); }
174 static void _set__Document_ondragend(var _this, EventListener value) native; 174 static void _set_ondragend(var _this, EventListener value) native;
175 175
176 EventListener get ondragenter() { return _get__Document_ondragenter(this); } 176 EventListener get ondragenter() { return _get_ondragenter(this); }
177 static EventListener _get__Document_ondragenter(var _this) native; 177 static EventListener _get_ondragenter(var _this) native;
178 178
179 void set ondragenter(EventListener value) { _set__Document_ondragenter(this, v alue); } 179 void set ondragenter(EventListener value) { _set_ondragenter(this, value); }
180 static void _set__Document_ondragenter(var _this, EventListener value) native; 180 static void _set_ondragenter(var _this, EventListener value) native;
181 181
182 EventListener get ondragleave() { return _get__Document_ondragleave(this); } 182 EventListener get ondragleave() { return _get_ondragleave(this); }
183 static EventListener _get__Document_ondragleave(var _this) native; 183 static EventListener _get_ondragleave(var _this) native;
184 184
185 void set ondragleave(EventListener value) { _set__Document_ondragleave(this, v alue); } 185 void set ondragleave(EventListener value) { _set_ondragleave(this, value); }
186 static void _set__Document_ondragleave(var _this, EventListener value) native; 186 static void _set_ondragleave(var _this, EventListener value) native;
187 187
188 EventListener get ondragover() { return _get__Document_ondragover(this); } 188 EventListener get ondragover() { return _get_ondragover(this); }
189 static EventListener _get__Document_ondragover(var _this) native; 189 static EventListener _get_ondragover(var _this) native;
190 190
191 void set ondragover(EventListener value) { _set__Document_ondragover(this, val ue); } 191 void set ondragover(EventListener value) { _set_ondragover(this, value); }
192 static void _set__Document_ondragover(var _this, EventListener value) native; 192 static void _set_ondragover(var _this, EventListener value) native;
193 193
194 EventListener get ondragstart() { return _get__Document_ondragstart(this); } 194 EventListener get ondragstart() { return _get_ondragstart(this); }
195 static EventListener _get__Document_ondragstart(var _this) native; 195 static EventListener _get_ondragstart(var _this) native;
196 196
197 void set ondragstart(EventListener value) { _set__Document_ondragstart(this, v alue); } 197 void set ondragstart(EventListener value) { _set_ondragstart(this, value); }
198 static void _set__Document_ondragstart(var _this, EventListener value) native; 198 static void _set_ondragstart(var _this, EventListener value) native;
199 199
200 EventListener get ondrop() { return _get__Document_ondrop(this); } 200 EventListener get ondrop() { return _get_ondrop(this); }
201 static EventListener _get__Document_ondrop(var _this) native; 201 static EventListener _get_ondrop(var _this) native;
202 202
203 void set ondrop(EventListener value) { _set__Document_ondrop(this, value); } 203 void set ondrop(EventListener value) { _set_ondrop(this, value); }
204 static void _set__Document_ondrop(var _this, EventListener value) native; 204 static void _set_ondrop(var _this, EventListener value) native;
205 205
206 EventListener get onerror() { return _get__Document_onerror(this); } 206 EventListener get onerror() { return _get_onerror(this); }
207 static EventListener _get__Document_onerror(var _this) native; 207 static EventListener _get_onerror(var _this) native;
208 208
209 void set onerror(EventListener value) { _set__Document_onerror(this, value); } 209 void set onerror(EventListener value) { _set_onerror(this, value); }
210 static void _set__Document_onerror(var _this, EventListener value) native; 210 static void _set_onerror(var _this, EventListener value) native;
211 211
212 EventListener get onfocus() { return _get__Document_onfocus(this); } 212 EventListener get onfocus() { return _get_onfocus(this); }
213 static EventListener _get__Document_onfocus(var _this) native; 213 static EventListener _get_onfocus(var _this) native;
214 214
215 void set onfocus(EventListener value) { _set__Document_onfocus(this, value); } 215 void set onfocus(EventListener value) { _set_onfocus(this, value); }
216 static void _set__Document_onfocus(var _this, EventListener value) native; 216 static void _set_onfocus(var _this, EventListener value) native;
217 217
218 EventListener get oninput() { return _get__Document_oninput(this); } 218 EventListener get oninput() { return _get_oninput(this); }
219 static EventListener _get__Document_oninput(var _this) native; 219 static EventListener _get_oninput(var _this) native;
220 220
221 void set oninput(EventListener value) { _set__Document_oninput(this, value); } 221 void set oninput(EventListener value) { _set_oninput(this, value); }
222 static void _set__Document_oninput(var _this, EventListener value) native; 222 static void _set_oninput(var _this, EventListener value) native;
223 223
224 EventListener get oninvalid() { return _get__Document_oninvalid(this); } 224 EventListener get oninvalid() { return _get_oninvalid(this); }
225 static EventListener _get__Document_oninvalid(var _this) native; 225 static EventListener _get_oninvalid(var _this) native;
226 226
227 void set oninvalid(EventListener value) { _set__Document_oninvalid(this, value ); } 227 void set oninvalid(EventListener value) { _set_oninvalid(this, value); }
228 static void _set__Document_oninvalid(var _this, EventListener value) native; 228 static void _set_oninvalid(var _this, EventListener value) native;
229 229
230 EventListener get onkeydown() { return _get__Document_onkeydown(this); } 230 EventListener get onkeydown() { return _get_onkeydown(this); }
231 static EventListener _get__Document_onkeydown(var _this) native; 231 static EventListener _get_onkeydown(var _this) native;
232 232
233 void set onkeydown(EventListener value) { _set__Document_onkeydown(this, value ); } 233 void set onkeydown(EventListener value) { _set_onkeydown(this, value); }
234 static void _set__Document_onkeydown(var _this, EventListener value) native; 234 static void _set_onkeydown(var _this, EventListener value) native;
235 235
236 EventListener get onkeypress() { return _get__Document_onkeypress(this); } 236 EventListener get onkeypress() { return _get_onkeypress(this); }
237 static EventListener _get__Document_onkeypress(var _this) native; 237 static EventListener _get_onkeypress(var _this) native;
238 238
239 void set onkeypress(EventListener value) { _set__Document_onkeypress(this, val ue); } 239 void set onkeypress(EventListener value) { _set_onkeypress(this, value); }
240 static void _set__Document_onkeypress(var _this, EventListener value) native; 240 static void _set_onkeypress(var _this, EventListener value) native;
241 241
242 EventListener get onkeyup() { return _get__Document_onkeyup(this); } 242 EventListener get onkeyup() { return _get_onkeyup(this); }
243 static EventListener _get__Document_onkeyup(var _this) native; 243 static EventListener _get_onkeyup(var _this) native;
244 244
245 void set onkeyup(EventListener value) { _set__Document_onkeyup(this, value); } 245 void set onkeyup(EventListener value) { _set_onkeyup(this, value); }
246 static void _set__Document_onkeyup(var _this, EventListener value) native; 246 static void _set_onkeyup(var _this, EventListener value) native;
247 247
248 EventListener get onload() { return _get__Document_onload(this); } 248 EventListener get onload() { return _get_onload(this); }
249 static EventListener _get__Document_onload(var _this) native; 249 static EventListener _get_onload(var _this) native;
250 250
251 void set onload(EventListener value) { _set__Document_onload(this, value); } 251 void set onload(EventListener value) { _set_onload(this, value); }
252 static void _set__Document_onload(var _this, EventListener value) native; 252 static void _set_onload(var _this, EventListener value) native;
253 253
254 EventListener get onmousedown() { return _get__Document_onmousedown(this); } 254 EventListener get onmousedown() { return _get_onmousedown(this); }
255 static EventListener _get__Document_onmousedown(var _this) native; 255 static EventListener _get_onmousedown(var _this) native;
256 256
257 void set onmousedown(EventListener value) { _set__Document_onmousedown(this, v alue); } 257 void set onmousedown(EventListener value) { _set_onmousedown(this, value); }
258 static void _set__Document_onmousedown(var _this, EventListener value) native; 258 static void _set_onmousedown(var _this, EventListener value) native;
259 259
260 EventListener get onmousemove() { return _get__Document_onmousemove(this); } 260 EventListener get onmousemove() { return _get_onmousemove(this); }
261 static EventListener _get__Document_onmousemove(var _this) native; 261 static EventListener _get_onmousemove(var _this) native;
262 262
263 void set onmousemove(EventListener value) { _set__Document_onmousemove(this, v alue); } 263 void set onmousemove(EventListener value) { _set_onmousemove(this, value); }
264 static void _set__Document_onmousemove(var _this, EventListener value) native; 264 static void _set_onmousemove(var _this, EventListener value) native;
265 265
266 EventListener get onmouseout() { return _get__Document_onmouseout(this); } 266 EventListener get onmouseout() { return _get_onmouseout(this); }
267 static EventListener _get__Document_onmouseout(var _this) native; 267 static EventListener _get_onmouseout(var _this) native;
268 268
269 void set onmouseout(EventListener value) { _set__Document_onmouseout(this, val ue); } 269 void set onmouseout(EventListener value) { _set_onmouseout(this, value); }
270 static void _set__Document_onmouseout(var _this, EventListener value) native; 270 static void _set_onmouseout(var _this, EventListener value) native;
271 271
272 EventListener get onmouseover() { return _get__Document_onmouseover(this); } 272 EventListener get onmouseover() { return _get_onmouseover(this); }
273 static EventListener _get__Document_onmouseover(var _this) native; 273 static EventListener _get_onmouseover(var _this) native;
274 274
275 void set onmouseover(EventListener value) { _set__Document_onmouseover(this, v alue); } 275 void set onmouseover(EventListener value) { _set_onmouseover(this, value); }
276 static void _set__Document_onmouseover(var _this, EventListener value) native; 276 static void _set_onmouseover(var _this, EventListener value) native;
277 277
278 EventListener get onmouseup() { return _get__Document_onmouseup(this); } 278 EventListener get onmouseup() { return _get_onmouseup(this); }
279 static EventListener _get__Document_onmouseup(var _this) native; 279 static EventListener _get_onmouseup(var _this) native;
280 280
281 void set onmouseup(EventListener value) { _set__Document_onmouseup(this, value ); } 281 void set onmouseup(EventListener value) { _set_onmouseup(this, value); }
282 static void _set__Document_onmouseup(var _this, EventListener value) native; 282 static void _set_onmouseup(var _this, EventListener value) native;
283 283
284 EventListener get onmousewheel() { return _get__Document_onmousewheel(this); } 284 EventListener get onmousewheel() { return _get_onmousewheel(this); }
285 static EventListener _get__Document_onmousewheel(var _this) native; 285 static EventListener _get_onmousewheel(var _this) native;
286 286
287 void set onmousewheel(EventListener value) { _set__Document_onmousewheel(this, value); } 287 void set onmousewheel(EventListener value) { _set_onmousewheel(this, value); }
288 static void _set__Document_onmousewheel(var _this, EventListener value) native ; 288 static void _set_onmousewheel(var _this, EventListener value) native;
289 289
290 EventListener get onpaste() { return _get__Document_onpaste(this); } 290 EventListener get onpaste() { return _get_onpaste(this); }
291 static EventListener _get__Document_onpaste(var _this) native; 291 static EventListener _get_onpaste(var _this) native;
292 292
293 void set onpaste(EventListener value) { _set__Document_onpaste(this, value); } 293 void set onpaste(EventListener value) { _set_onpaste(this, value); }
294 static void _set__Document_onpaste(var _this, EventListener value) native; 294 static void _set_onpaste(var _this, EventListener value) native;
295 295
296 EventListener get onreadystatechange() { return _get__Document_onreadystatecha nge(this); } 296 EventListener get onreadystatechange() { return _get_onreadystatechange(this); }
297 static EventListener _get__Document_onreadystatechange(var _this) native; 297 static EventListener _get_onreadystatechange(var _this) native;
298 298
299 void set onreadystatechange(EventListener value) { _set__Document_onreadystate change(this, value); } 299 void set onreadystatechange(EventListener value) { _set_onreadystatechange(thi s, value); }
300 static void _set__Document_onreadystatechange(var _this, EventListener value) native; 300 static void _set_onreadystatechange(var _this, EventListener value) native;
301 301
302 EventListener get onreset() { return _get__Document_onreset(this); } 302 EventListener get onreset() { return _get_onreset(this); }
303 static EventListener _get__Document_onreset(var _this) native; 303 static EventListener _get_onreset(var _this) native;
304 304
305 void set onreset(EventListener value) { _set__Document_onreset(this, value); } 305 void set onreset(EventListener value) { _set_onreset(this, value); }
306 static void _set__Document_onreset(var _this, EventListener value) native; 306 static void _set_onreset(var _this, EventListener value) native;
307 307
308 EventListener get onscroll() { return _get__Document_onscroll(this); } 308 EventListener get onscroll() { return _get_onscroll(this); }
309 static EventListener _get__Document_onscroll(var _this) native; 309 static EventListener _get_onscroll(var _this) native;
310 310
311 void set onscroll(EventListener value) { _set__Document_onscroll(this, value); } 311 void set onscroll(EventListener value) { _set_onscroll(this, value); }
312 static void _set__Document_onscroll(var _this, EventListener value) native; 312 static void _set_onscroll(var _this, EventListener value) native;
313 313
314 EventListener get onsearch() { return _get__Document_onsearch(this); } 314 EventListener get onsearch() { return _get_onsearch(this); }
315 static EventListener _get__Document_onsearch(var _this) native; 315 static EventListener _get_onsearch(var _this) native;
316 316
317 void set onsearch(EventListener value) { _set__Document_onsearch(this, value); } 317 void set onsearch(EventListener value) { _set_onsearch(this, value); }
318 static void _set__Document_onsearch(var _this, EventListener value) native; 318 static void _set_onsearch(var _this, EventListener value) native;
319 319
320 EventListener get onselect() { return _get__Document_onselect(this); } 320 EventListener get onselect() { return _get_onselect(this); }
321 static EventListener _get__Document_onselect(var _this) native; 321 static EventListener _get_onselect(var _this) native;
322 322
323 void set onselect(EventListener value) { _set__Document_onselect(this, value); } 323 void set onselect(EventListener value) { _set_onselect(this, value); }
324 static void _set__Document_onselect(var _this, EventListener value) native; 324 static void _set_onselect(var _this, EventListener value) native;
325 325
326 EventListener get onselectionchange() { return _get__Document_onselectionchang e(this); } 326 EventListener get onselectionchange() { return _get_onselectionchange(this); }
327 static EventListener _get__Document_onselectionchange(var _this) native; 327 static EventListener _get_onselectionchange(var _this) native;
328 328
329 void set onselectionchange(EventListener value) { _set__Document_onselectionch ange(this, value); } 329 void set onselectionchange(EventListener value) { _set_onselectionchange(this, value); }
330 static void _set__Document_onselectionchange(var _this, EventListener value) n ative; 330 static void _set_onselectionchange(var _this, EventListener value) native;
331 331
332 EventListener get onselectstart() { return _get__Document_onselectstart(this); } 332 EventListener get onselectstart() { return _get_onselectstart(this); }
333 static EventListener _get__Document_onselectstart(var _this) native; 333 static EventListener _get_onselectstart(var _this) native;
334 334
335 void set onselectstart(EventListener value) { _set__Document_onselectstart(thi s, value); } 335 void set onselectstart(EventListener value) { _set_onselectstart(this, value); }
336 static void _set__Document_onselectstart(var _this, EventListener value) nativ e; 336 static void _set_onselectstart(var _this, EventListener value) native;
337 337
338 EventListener get onsubmit() { return _get__Document_onsubmit(this); } 338 EventListener get onsubmit() { return _get_onsubmit(this); }
339 static EventListener _get__Document_onsubmit(var _this) native; 339 static EventListener _get_onsubmit(var _this) native;
340 340
341 void set onsubmit(EventListener value) { _set__Document_onsubmit(this, value); } 341 void set onsubmit(EventListener value) { _set_onsubmit(this, value); }
342 static void _set__Document_onsubmit(var _this, EventListener value) native; 342 static void _set_onsubmit(var _this, EventListener value) native;
343 343
344 EventListener get ontouchcancel() { return _get__Document_ontouchcancel(this); } 344 EventListener get ontouchcancel() { return _get_ontouchcancel(this); }
345 static EventListener _get__Document_ontouchcancel(var _this) native; 345 static EventListener _get_ontouchcancel(var _this) native;
346 346
347 void set ontouchcancel(EventListener value) { _set__Document_ontouchcancel(thi s, value); } 347 void set ontouchcancel(EventListener value) { _set_ontouchcancel(this, value); }
348 static void _set__Document_ontouchcancel(var _this, EventListener value) nativ e; 348 static void _set_ontouchcancel(var _this, EventListener value) native;
349 349
350 EventListener get ontouchend() { return _get__Document_ontouchend(this); } 350 EventListener get ontouchend() { return _get_ontouchend(this); }
351 static EventListener _get__Document_ontouchend(var _this) native; 351 static EventListener _get_ontouchend(var _this) native;
352 352
353 void set ontouchend(EventListener value) { _set__Document_ontouchend(this, val ue); } 353 void set ontouchend(EventListener value) { _set_ontouchend(this, value); }
354 static void _set__Document_ontouchend(var _this, EventListener value) native; 354 static void _set_ontouchend(var _this, EventListener value) native;
355 355
356 EventListener get ontouchmove() { return _get__Document_ontouchmove(this); } 356 EventListener get ontouchmove() { return _get_ontouchmove(this); }
357 static EventListener _get__Document_ontouchmove(var _this) native; 357 static EventListener _get_ontouchmove(var _this) native;
358 358
359 void set ontouchmove(EventListener value) { _set__Document_ontouchmove(this, v alue); } 359 void set ontouchmove(EventListener value) { _set_ontouchmove(this, value); }
360 static void _set__Document_ontouchmove(var _this, EventListener value) native; 360 static void _set_ontouchmove(var _this, EventListener value) native;
361 361
362 EventListener get ontouchstart() { return _get__Document_ontouchstart(this); } 362 EventListener get ontouchstart() { return _get_ontouchstart(this); }
363 static EventListener _get__Document_ontouchstart(var _this) native; 363 static EventListener _get_ontouchstart(var _this) native;
364 364
365 void set ontouchstart(EventListener value) { _set__Document_ontouchstart(this, value); } 365 void set ontouchstart(EventListener value) { _set_ontouchstart(this, value); }
366 static void _set__Document_ontouchstart(var _this, EventListener value) native ; 366 static void _set_ontouchstart(var _this, EventListener value) native;
367 367
368 EventListener get onwebkitfullscreenchange() { return _get__Document_onwebkitf ullscreenchange(this); } 368 EventListener get onwebkitfullscreenchange() { return _get_onwebkitfullscreenc hange(this); }
369 static EventListener _get__Document_onwebkitfullscreenchange(var _this) native ; 369 static EventListener _get_onwebkitfullscreenchange(var _this) native;
370 370
371 void set onwebkitfullscreenchange(EventListener value) { _set__Document_onwebk itfullscreenchange(this, value); } 371 void set onwebkitfullscreenchange(EventListener value) { _set_onwebkitfullscre enchange(this, value); }
372 static void _set__Document_onwebkitfullscreenchange(var _this, EventListener v alue) native; 372 static void _set_onwebkitfullscreenchange(var _this, EventListener value) nati ve;
373 373
374 String get preferredStylesheetSet() { return _get__Document_preferredStyleshee tSet(this); } 374 String get preferredStylesheetSet() { return _get_preferredStylesheetSet(this) ; }
375 static String _get__Document_preferredStylesheetSet(var _this) native; 375 static String _get_preferredStylesheetSet(var _this) native;
376 376
377 String get readyState() { return _get__Document_readyState(this); } 377 String get readyState() { return _get_readyState(this); }
378 static String _get__Document_readyState(var _this) native; 378 static String _get_readyState(var _this) native;
379 379
380 String get referrer() { return _get__Document_referrer(this); } 380 String get referrer() { return _get_referrer(this); }
381 static String _get__Document_referrer(var _this) native; 381 static String _get_referrer(var _this) native;
382 382
383 String get selectedStylesheetSet() { return _get__Document_selectedStylesheetS et(this); } 383 String get selectedStylesheetSet() { return _get_selectedStylesheetSet(this); }
384 static String _get__Document_selectedStylesheetSet(var _this) native; 384 static String _get_selectedStylesheetSet(var _this) native;
385 385
386 void set selectedStylesheetSet(String value) { _set__Document_selectedStyleshe etSet(this, value); } 386 void set selectedStylesheetSet(String value) { _set_selectedStylesheetSet(this , value); }
387 static void _set__Document_selectedStylesheetSet(var _this, String value) nati ve; 387 static void _set_selectedStylesheetSet(var _this, String value) native;
388 388
389 StyleSheetList get styleSheets() { return _get__Document_styleSheets(this); } 389 StyleSheetList get styleSheets() { return _get_styleSheets(this); }
390 static StyleSheetList _get__Document_styleSheets(var _this) native; 390 static StyleSheetList _get_styleSheets(var _this) native;
391 391
392 String get title() { return _get__Document_title(this); } 392 String get title() { return _get_title(this); }
393 static String _get__Document_title(var _this) native; 393 static String _get_title(var _this) native;
394 394
395 void set title(String value) { _set__Document_title(this, value); } 395 void set title(String value) { _set_title(this, value); }
396 static void _set__Document_title(var _this, String value) native; 396 static void _set_title(var _this, String value) native;
397 397
398 bool get webkitHidden() { return _get__Document_webkitHidden(this); } 398 bool get webkitHidden() { return _get_webkitHidden(this); }
399 static bool _get__Document_webkitHidden(var _this) native; 399 static bool _get_webkitHidden(var _this) native;
400 400
401 String get webkitVisibilityState() { return _get__Document_webkitVisibilitySta te(this); } 401 String get webkitVisibilityState() { return _get_webkitVisibilityState(this); }
402 static String _get__Document_webkitVisibilityState(var _this) native; 402 static String _get_webkitVisibilityState(var _this) native;
403 403
404 String get xmlEncoding() { return _get__Document_xmlEncoding(this); } 404 String get xmlEncoding() { return _get_xmlEncoding(this); }
405 static String _get__Document_xmlEncoding(var _this) native; 405 static String _get_xmlEncoding(var _this) native;
406 406
407 bool get xmlStandalone() { return _get__Document_xmlStandalone(this); } 407 bool get xmlStandalone() { return _get_xmlStandalone(this); }
408 static bool _get__Document_xmlStandalone(var _this) native; 408 static bool _get_xmlStandalone(var _this) native;
409 409
410 void set xmlStandalone(bool value) { _set__Document_xmlStandalone(this, value) ; } 410 void set xmlStandalone(bool value) { _set_xmlStandalone(this, value); }
411 static void _set__Document_xmlStandalone(var _this, bool value) native; 411 static void _set_xmlStandalone(var _this, bool value) native;
412 412
413 String get xmlVersion() { return _get__Document_xmlVersion(this); } 413 String get xmlVersion() { return _get_xmlVersion(this); }
414 static String _get__Document_xmlVersion(var _this) native; 414 static String _get_xmlVersion(var _this) native;
415 415
416 void set xmlVersion(String value) { _set__Document_xmlVersion(this, value); } 416 void set xmlVersion(String value) { _set_xmlVersion(this, value); }
417 static void _set__Document_xmlVersion(var _this, String value) native; 417 static void _set_xmlVersion(var _this, String value) native;
418 418
419 Node adoptNode(Node source) { 419 Node adoptNode(Node source) {
420 return _adoptNode(this, source); 420 return _adoptNode(this, source);
421 } 421 }
422 static Node _adoptNode(receiver, source) native; 422 static Node _adoptNode(receiver, source) native;
423 423
424 Range caretRangeFromPoint(int x, int y) { 424 Range caretRangeFromPoint(int x, int y) {
425 return _caretRangeFromPoint(this, x, y); 425 return _caretRangeFromPoint(this, x, y);
426 } 426 }
427 static Range _caretRangeFromPoint(receiver, x, y) native; 427 static Range _caretRangeFromPoint(receiver, x, y) native;
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 } 596 }
597 static Element _querySelector(receiver, selectors) native; 597 static Element _querySelector(receiver, selectors) native;
598 598
599 NodeList querySelectorAll(String selectors) { 599 NodeList querySelectorAll(String selectors) {
600 return _querySelectorAll(this, selectors); 600 return _querySelectorAll(this, selectors);
601 } 601 }
602 static NodeList _querySelectorAll(receiver, selectors) native; 602 static NodeList _querySelectorAll(receiver, selectors) native;
603 603
604 String get typeName() { return "Document"; } 604 String get typeName() { return "Document"; }
605 } 605 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698