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

Side by Side Diff: client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.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 _HTMLBodyElementWrappingImplementation extends _HTMLElementWrappingImpleme ntation implements HTMLBodyElement { 7 class _HTMLBodyElementWrappingImplementation extends _HTMLElementWrappingImpleme ntation implements HTMLBodyElement {
8 _HTMLBodyElementWrappingImplementation() : super() {} 8 _HTMLBodyElementWrappingImplementation() : super() {}
9 9
10 static create__HTMLBodyElementWrappingImplementation() native { 10 static create__HTMLBodyElementWrappingImplementation() native {
(...skipping 17 matching lines...) Expand all
28 28
29 void set bgColor(String value) { _set_bgColor(this, value); } 29 void set bgColor(String value) { _set_bgColor(this, value); }
30 static void _set_bgColor(var _this, String value) native; 30 static void _set_bgColor(var _this, String value) native;
31 31
32 String get link() { return _get_link(this); } 32 String get link() { return _get_link(this); }
33 static String _get_link(var _this) native; 33 static String _get_link(var _this) native;
34 34
35 void set link(String value) { _set_link(this, value); } 35 void set link(String value) { _set_link(this, value); }
36 static void _set_link(var _this, String value) native; 36 static void _set_link(var _this, String value) native;
37 37
38 EventListener get onbeforeunload() { return _get_onbeforeunload(this); }
39 static EventListener _get_onbeforeunload(var _this) native;
40
41 void set onbeforeunload(EventListener value) { _set_onbeforeunload(this, value ); }
42 static void _set_onbeforeunload(var _this, EventListener value) native;
43
44 EventListener get onblur() { return _get_onblur_HTMLBodyElement(this); }
45 static EventListener _get_onblur_HTMLBodyElement(var _this) native;
46
47 void set onblur(EventListener value) { _set_onblur_HTMLBodyElement(this, value ); }
48 static void _set_onblur_HTMLBodyElement(var _this, EventListener value) native ;
49
50 EventListener get onerror() { return _get_onerror_HTMLBodyElement(this); }
51 static EventListener _get_onerror_HTMLBodyElement(var _this) native;
52
53 void set onerror(EventListener value) { _set_onerror_HTMLBodyElement(this, val ue); }
54 static void _set_onerror_HTMLBodyElement(var _this, EventListener value) nativ e;
55
56 EventListener get onfocus() { return _get_onfocus_HTMLBodyElement(this); }
57 static EventListener _get_onfocus_HTMLBodyElement(var _this) native;
58
59 void set onfocus(EventListener value) { _set_onfocus_HTMLBodyElement(this, val ue); }
60 static void _set_onfocus_HTMLBodyElement(var _this, EventListener value) nativ e;
61
62 EventListener get onhashchange() { return _get_onhashchange(this); }
63 static EventListener _get_onhashchange(var _this) native;
64
65 void set onhashchange(EventListener value) { _set_onhashchange(this, value); }
66 static void _set_onhashchange(var _this, EventListener value) native;
67
68 EventListener get onload() { return _get_onload_HTMLBodyElement(this); }
69 static EventListener _get_onload_HTMLBodyElement(var _this) native;
70
71 void set onload(EventListener value) { _set_onload_HTMLBodyElement(this, value ); }
72 static void _set_onload_HTMLBodyElement(var _this, EventListener value) native ;
73
74 EventListener get onmessage() { return _get_onmessage(this); }
75 static EventListener _get_onmessage(var _this) native;
76
77 void set onmessage(EventListener value) { _set_onmessage(this, value); }
78 static void _set_onmessage(var _this, EventListener value) native;
79
80 EventListener get onoffline() { return _get_onoffline(this); }
81 static EventListener _get_onoffline(var _this) native;
82
83 void set onoffline(EventListener value) { _set_onoffline(this, value); }
84 static void _set_onoffline(var _this, EventListener value) native;
85
86 EventListener get ononline() { return _get_ononline(this); }
87 static EventListener _get_ononline(var _this) native;
88
89 void set ononline(EventListener value) { _set_ononline(this, value); }
90 static void _set_ononline(var _this, EventListener value) native;
91
92 EventListener get onorientationchange() { return _get_onorientationchange(this ); }
93 static EventListener _get_onorientationchange(var _this) native;
94
95 void set onorientationchange(EventListener value) { _set_onorientationchange(t his, value); }
96 static void _set_onorientationchange(var _this, EventListener value) native;
97
98 EventListener get onpopstate() { return _get_onpopstate(this); }
99 static EventListener _get_onpopstate(var _this) native;
100
101 void set onpopstate(EventListener value) { _set_onpopstate(this, value); }
102 static void _set_onpopstate(var _this, EventListener value) native;
103
104 EventListener get onresize() { return _get_onresize(this); }
105 static EventListener _get_onresize(var _this) native;
106
107 void set onresize(EventListener value) { _set_onresize(this, value); }
108 static void _set_onresize(var _this, EventListener value) native;
109
110 EventListener get onstorage() { return _get_onstorage(this); }
111 static EventListener _get_onstorage(var _this) native;
112
113 void set onstorage(EventListener value) { _set_onstorage(this, value); }
114 static void _set_onstorage(var _this, EventListener value) native;
115
116 EventListener get onunload() { return _get_onunload(this); }
117 static EventListener _get_onunload(var _this) native;
118
119 void set onunload(EventListener value) { _set_onunload(this, value); }
120 static void _set_onunload(var _this, EventListener value) native;
121
122 String get text() { return _get_text(this); } 38 String get text() { return _get_text(this); }
123 static String _get_text(var _this) native; 39 static String _get_text(var _this) native;
124 40
125 void set text(String value) { _set_text(this, value); } 41 void set text(String value) { _set_text(this, value); }
126 static void _set_text(var _this, String value) native; 42 static void _set_text(var _this, String value) native;
127 43
128 String get vLink() { return _get_vLink(this); } 44 String get vLink() { return _get_vLink(this); }
129 static String _get_vLink(var _this) native; 45 static String _get_vLink(var _this) native;
130 46
131 void set vLink(String value) { _set_vLink(this, value); } 47 void set vLink(String value) { _set_vLink(this, value); }
132 static void _set_vLink(var _this, String value) native; 48 static void _set_vLink(var _this, String value) native;
133 49
134 String get typeName() { return "HTMLBodyElement"; } 50 String get typeName() { return "HTMLBodyElement"; }
135 } 51 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698