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

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

Issue 8637013: Remove support for attribute event listeners. (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
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 _ElementWrappingImplementation extends _NodeWrappingImplementation impleme nts Element { 7 class _ElementWrappingImplementation extends _NodeWrappingImplementation impleme nts Element {
8 _ElementWrappingImplementation() : super() {} 8 _ElementWrappingImplementation() : super() {}
9 9
10 static create__ElementWrappingImplementation() native { 10 static create__ElementWrappingImplementation() native {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 43
44 Element get offsetParent() { return _get_offsetParent(this); } 44 Element get offsetParent() { return _get_offsetParent(this); }
45 static Element _get_offsetParent(var _this) native; 45 static Element _get_offsetParent(var _this) native;
46 46
47 int get offsetTop() { return _get_offsetTop(this); } 47 int get offsetTop() { return _get_offsetTop(this); }
48 static int _get_offsetTop(var _this) native; 48 static int _get_offsetTop(var _this) native;
49 49
50 int get offsetWidth() { return _get_offsetWidth(this); } 50 int get offsetWidth() { return _get_offsetWidth(this); }
51 static int _get_offsetWidth(var _this) native; 51 static int _get_offsetWidth(var _this) native;
52 52
53 EventListener get onabort() { return _get_onabort(this); }
54 static EventListener _get_onabort(var _this) native;
55
56 void set onabort(EventListener value) { _set_onabort(this, value); }
57 static void _set_onabort(var _this, EventListener value) native;
58
59 EventListener get onbeforecopy() { return _get_onbeforecopy(this); }
60 static EventListener _get_onbeforecopy(var _this) native;
61
62 void set onbeforecopy(EventListener value) { _set_onbeforecopy(this, value); }
63 static void _set_onbeforecopy(var _this, EventListener value) native;
64
65 EventListener get onbeforecut() { return _get_onbeforecut(this); }
66 static EventListener _get_onbeforecut(var _this) native;
67
68 void set onbeforecut(EventListener value) { _set_onbeforecut(this, value); }
69 static void _set_onbeforecut(var _this, EventListener value) native;
70
71 EventListener get onbeforepaste() { return _get_onbeforepaste(this); }
72 static EventListener _get_onbeforepaste(var _this) native;
73
74 void set onbeforepaste(EventListener value) { _set_onbeforepaste(this, value); }
75 static void _set_onbeforepaste(var _this, EventListener value) native;
76
77 EventListener get onblur() { return _get_onblur(this); }
78 static EventListener _get_onblur(var _this) native;
79
80 void set onblur(EventListener value) { _set_onblur(this, value); }
81 static void _set_onblur(var _this, EventListener value) native;
82
83 EventListener get onchange() { return _get_onchange(this); }
84 static EventListener _get_onchange(var _this) native;
85
86 void set onchange(EventListener value) { _set_onchange(this, value); }
87 static void _set_onchange(var _this, EventListener value) native;
88
89 EventListener get onclick() { return _get_onclick(this); }
90 static EventListener _get_onclick(var _this) native;
91
92 void set onclick(EventListener value) { _set_onclick(this, value); }
93 static void _set_onclick(var _this, EventListener value) native;
94
95 EventListener get oncontextmenu() { return _get_oncontextmenu(this); }
96 static EventListener _get_oncontextmenu(var _this) native;
97
98 void set oncontextmenu(EventListener value) { _set_oncontextmenu(this, value); }
99 static void _set_oncontextmenu(var _this, EventListener value) native;
100
101 EventListener get oncopy() { return _get_oncopy(this); }
102 static EventListener _get_oncopy(var _this) native;
103
104 void set oncopy(EventListener value) { _set_oncopy(this, value); }
105 static void _set_oncopy(var _this, EventListener value) native;
106
107 EventListener get oncut() { return _get_oncut(this); }
108 static EventListener _get_oncut(var _this) native;
109
110 void set oncut(EventListener value) { _set_oncut(this, value); }
111 static void _set_oncut(var _this, EventListener value) native;
112
113 EventListener get ondblclick() { return _get_ondblclick(this); }
114 static EventListener _get_ondblclick(var _this) native;
115
116 void set ondblclick(EventListener value) { _set_ondblclick(this, value); }
117 static void _set_ondblclick(var _this, EventListener value) native;
118
119 EventListener get ondrag() { return _get_ondrag(this); }
120 static EventListener _get_ondrag(var _this) native;
121
122 void set ondrag(EventListener value) { _set_ondrag(this, value); }
123 static void _set_ondrag(var _this, EventListener value) native;
124
125 EventListener get ondragend() { return _get_ondragend(this); }
126 static EventListener _get_ondragend(var _this) native;
127
128 void set ondragend(EventListener value) { _set_ondragend(this, value); }
129 static void _set_ondragend(var _this, EventListener value) native;
130
131 EventListener get ondragenter() { return _get_ondragenter(this); }
132 static EventListener _get_ondragenter(var _this) native;
133
134 void set ondragenter(EventListener value) { _set_ondragenter(this, value); }
135 static void _set_ondragenter(var _this, EventListener value) native;
136
137 EventListener get ondragleave() { return _get_ondragleave(this); }
138 static EventListener _get_ondragleave(var _this) native;
139
140 void set ondragleave(EventListener value) { _set_ondragleave(this, value); }
141 static void _set_ondragleave(var _this, EventListener value) native;
142
143 EventListener get ondragover() { return _get_ondragover(this); }
144 static EventListener _get_ondragover(var _this) native;
145
146 void set ondragover(EventListener value) { _set_ondragover(this, value); }
147 static void _set_ondragover(var _this, EventListener value) native;
148
149 EventListener get ondragstart() { return _get_ondragstart(this); }
150 static EventListener _get_ondragstart(var _this) native;
151
152 void set ondragstart(EventListener value) { _set_ondragstart(this, value); }
153 static void _set_ondragstart(var _this, EventListener value) native;
154
155 EventListener get ondrop() { return _get_ondrop(this); }
156 static EventListener _get_ondrop(var _this) native;
157
158 void set ondrop(EventListener value) { _set_ondrop(this, value); }
159 static void _set_ondrop(var _this, EventListener value) native;
160
161 EventListener get onerror() { return _get_onerror(this); }
162 static EventListener _get_onerror(var _this) native;
163
164 void set onerror(EventListener value) { _set_onerror(this, value); }
165 static void _set_onerror(var _this, EventListener value) native;
166
167 EventListener get onfocus() { return _get_onfocus(this); }
168 static EventListener _get_onfocus(var _this) native;
169
170 void set onfocus(EventListener value) { _set_onfocus(this, value); }
171 static void _set_onfocus(var _this, EventListener value) native;
172
173 EventListener get oninput() { return _get_oninput(this); }
174 static EventListener _get_oninput(var _this) native;
175
176 void set oninput(EventListener value) { _set_oninput(this, value); }
177 static void _set_oninput(var _this, EventListener value) native;
178
179 EventListener get oninvalid() { return _get_oninvalid(this); }
180 static EventListener _get_oninvalid(var _this) native;
181
182 void set oninvalid(EventListener value) { _set_oninvalid(this, value); }
183 static void _set_oninvalid(var _this, EventListener value) native;
184
185 EventListener get onkeydown() { return _get_onkeydown(this); }
186 static EventListener _get_onkeydown(var _this) native;
187
188 void set onkeydown(EventListener value) { _set_onkeydown(this, value); }
189 static void _set_onkeydown(var _this, EventListener value) native;
190
191 EventListener get onkeypress() { return _get_onkeypress(this); }
192 static EventListener _get_onkeypress(var _this) native;
193
194 void set onkeypress(EventListener value) { _set_onkeypress(this, value); }
195 static void _set_onkeypress(var _this, EventListener value) native;
196
197 EventListener get onkeyup() { return _get_onkeyup(this); }
198 static EventListener _get_onkeyup(var _this) native;
199
200 void set onkeyup(EventListener value) { _set_onkeyup(this, value); }
201 static void _set_onkeyup(var _this, EventListener value) native;
202
203 EventListener get onload() { return _get_onload(this); }
204 static EventListener _get_onload(var _this) native;
205
206 void set onload(EventListener value) { _set_onload(this, value); }
207 static void _set_onload(var _this, EventListener value) native;
208
209 EventListener get onmousedown() { return _get_onmousedown(this); }
210 static EventListener _get_onmousedown(var _this) native;
211
212 void set onmousedown(EventListener value) { _set_onmousedown(this, value); }
213 static void _set_onmousedown(var _this, EventListener value) native;
214
215 EventListener get onmousemove() { return _get_onmousemove(this); }
216 static EventListener _get_onmousemove(var _this) native;
217
218 void set onmousemove(EventListener value) { _set_onmousemove(this, value); }
219 static void _set_onmousemove(var _this, EventListener value) native;
220
221 EventListener get onmouseout() { return _get_onmouseout(this); }
222 static EventListener _get_onmouseout(var _this) native;
223
224 void set onmouseout(EventListener value) { _set_onmouseout(this, value); }
225 static void _set_onmouseout(var _this, EventListener value) native;
226
227 EventListener get onmouseover() { return _get_onmouseover(this); }
228 static EventListener _get_onmouseover(var _this) native;
229
230 void set onmouseover(EventListener value) { _set_onmouseover(this, value); }
231 static void _set_onmouseover(var _this, EventListener value) native;
232
233 EventListener get onmouseup() { return _get_onmouseup(this); }
234 static EventListener _get_onmouseup(var _this) native;
235
236 void set onmouseup(EventListener value) { _set_onmouseup(this, value); }
237 static void _set_onmouseup(var _this, EventListener value) native;
238
239 EventListener get onmousewheel() { return _get_onmousewheel(this); }
240 static EventListener _get_onmousewheel(var _this) native;
241
242 void set onmousewheel(EventListener value) { _set_onmousewheel(this, value); }
243 static void _set_onmousewheel(var _this, EventListener value) native;
244
245 EventListener get onpaste() { return _get_onpaste(this); }
246 static EventListener _get_onpaste(var _this) native;
247
248 void set onpaste(EventListener value) { _set_onpaste(this, value); }
249 static void _set_onpaste(var _this, EventListener value) native;
250
251 EventListener get onreset() { return _get_onreset(this); }
252 static EventListener _get_onreset(var _this) native;
253
254 void set onreset(EventListener value) { _set_onreset(this, value); }
255 static void _set_onreset(var _this, EventListener value) native;
256
257 EventListener get onscroll() { return _get_onscroll(this); }
258 static EventListener _get_onscroll(var _this) native;
259
260 void set onscroll(EventListener value) { _set_onscroll(this, value); }
261 static void _set_onscroll(var _this, EventListener value) native;
262
263 EventListener get onsearch() { return _get_onsearch(this); }
264 static EventListener _get_onsearch(var _this) native;
265
266 void set onsearch(EventListener value) { _set_onsearch(this, value); }
267 static void _set_onsearch(var _this, EventListener value) native;
268
269 EventListener get onselect() { return _get_onselect(this); }
270 static EventListener _get_onselect(var _this) native;
271
272 void set onselect(EventListener value) { _set_onselect(this, value); }
273 static void _set_onselect(var _this, EventListener value) native;
274
275 EventListener get onselectstart() { return _get_onselectstart(this); }
276 static EventListener _get_onselectstart(var _this) native;
277
278 void set onselectstart(EventListener value) { _set_onselectstart(this, value); }
279 static void _set_onselectstart(var _this, EventListener value) native;
280
281 EventListener get onsubmit() { return _get_onsubmit(this); }
282 static EventListener _get_onsubmit(var _this) native;
283
284 void set onsubmit(EventListener value) { _set_onsubmit(this, value); }
285 static void _set_onsubmit(var _this, EventListener value) native;
286
287 EventListener get ontouchcancel() { return _get_ontouchcancel(this); }
288 static EventListener _get_ontouchcancel(var _this) native;
289
290 void set ontouchcancel(EventListener value) { _set_ontouchcancel(this, value); }
291 static void _set_ontouchcancel(var _this, EventListener value) native;
292
293 EventListener get ontouchend() { return _get_ontouchend(this); }
294 static EventListener _get_ontouchend(var _this) native;
295
296 void set ontouchend(EventListener value) { _set_ontouchend(this, value); }
297 static void _set_ontouchend(var _this, EventListener value) native;
298
299 EventListener get ontouchmove() { return _get_ontouchmove(this); }
300 static EventListener _get_ontouchmove(var _this) native;
301
302 void set ontouchmove(EventListener value) { _set_ontouchmove(this, value); }
303 static void _set_ontouchmove(var _this, EventListener value) native;
304
305 EventListener get ontouchstart() { return _get_ontouchstart(this); }
306 static EventListener _get_ontouchstart(var _this) native;
307
308 void set ontouchstart(EventListener value) { _set_ontouchstart(this, value); }
309 static void _set_ontouchstart(var _this, EventListener value) native;
310
311 EventListener get onwebkitfullscreenchange() { return _get_onwebkitfullscreenc hange(this); }
312 static EventListener _get_onwebkitfullscreenchange(var _this) native;
313
314 void set onwebkitfullscreenchange(EventListener value) { _set_onwebkitfullscre enchange(this, value); }
315 static void _set_onwebkitfullscreenchange(var _this, EventListener value) nati ve;
316
317 Element get previousElementSibling() { return _get_previousElementSibling(this ); } 53 Element get previousElementSibling() { return _get_previousElementSibling(this ); }
318 static Element _get_previousElementSibling(var _this) native; 54 static Element _get_previousElementSibling(var _this) native;
319 55
320 int get scrollHeight() { return _get_scrollHeight(this); } 56 int get scrollHeight() { return _get_scrollHeight(this); }
321 static int _get_scrollHeight(var _this) native; 57 static int _get_scrollHeight(var _this) native;
322 58
323 int get scrollLeft() { return _get_scrollLeft(this); } 59 int get scrollLeft() { return _get_scrollLeft(this); }
324 static int _get_scrollLeft(var _this) native; 60 static int _get_scrollLeft(var _this) native;
325 61
326 void set scrollLeft(int value) { _set_scrollLeft(this, value); } 62 void set scrollLeft(int value) { _set_scrollLeft(this, value); }
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 } 229 }
494 static Attr _setAttributeNodeNS(receiver, newAttr) native; 230 static Attr _setAttributeNodeNS(receiver, newAttr) native;
495 231
496 bool webkitMatchesSelector(String selectors) { 232 bool webkitMatchesSelector(String selectors) {
497 return _webkitMatchesSelector(this, selectors); 233 return _webkitMatchesSelector(this, selectors);
498 } 234 }
499 static bool _webkitMatchesSelector(receiver, selectors) native; 235 static bool _webkitMatchesSelector(receiver, selectors) native;
500 236
501 String get typeName() { return "Element"; } 237 String get typeName() { return "Element"; }
502 } 238 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698