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

Side by Side Diff: client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.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 _DOMWindowWrappingImplementation extends DOMWrapperBase implements DOMWind ow { 7 class _DOMWindowWrappingImplementation extends DOMWrapperBase implements DOMWind ow {
8 _DOMWindowWrappingImplementation() : super() {} 8 _DOMWindowWrappingImplementation() : super() {}
9 9
10 static create__DOMWindowWrappingImplementation() native { 10 static create__DOMWindowWrappingImplementation() native {
11 return new _DOMWindowWrappingImplementation(); 11 return new _DOMWindowWrappingImplementation();
12 } 12 }
13 13
14 DOMApplicationCache get applicationCache() { return _get__DOMWindow_applicatio nCache(this); } 14 DOMApplicationCache get applicationCache() { return _get_applicationCache(this ); }
15 static DOMApplicationCache _get__DOMWindow_applicationCache(var _this) native; 15 static DOMApplicationCache _get_applicationCache(var _this) native;
16 16
17 Navigator get clientInformation() { return _get__DOMWindow_clientInformation(t his); } 17 Navigator get clientInformation() { return _get_clientInformation(this); }
18 static Navigator _get__DOMWindow_clientInformation(var _this) native; 18 static Navigator _get_clientInformation(var _this) native;
19 19
20 void set clientInformation(Navigator value) { _set__DOMWindow_clientInformatio n(this, value); } 20 void set clientInformation(Navigator value) { _set_clientInformation(this, val ue); }
21 static void _set__DOMWindow_clientInformation(var _this, Navigator value) nati ve; 21 static void _set_clientInformation(var _this, Navigator value) native;
22 22
23 bool get closed() { return _get__DOMWindow_closed(this); } 23 bool get closed() { return _get_closed(this); }
24 static bool _get__DOMWindow_closed(var _this) native; 24 static bool _get_closed(var _this) native;
25 25
26 Console get console() { return _get__DOMWindow_console(this); } 26 Console get console() { return _get_console(this); }
27 static Console _get__DOMWindow_console(var _this) native; 27 static Console _get_console(var _this) native;
28 28
29 void set console(Console value) { _set__DOMWindow_console(this, value); } 29 void set console(Console value) { _set_console(this, value); }
30 static void _set__DOMWindow_console(var _this, Console value) native; 30 static void _set_console(var _this, Console value) native;
31 31
32 Crypto get crypto() { return _get__DOMWindow_crypto(this); } 32 Crypto get crypto() { return _get_crypto(this); }
33 static Crypto _get__DOMWindow_crypto(var _this) native; 33 static Crypto _get_crypto(var _this) native;
34 34
35 String get defaultStatus() { return _get__DOMWindow_defaultStatus(this); } 35 String get defaultStatus() { return _get_defaultStatus(this); }
36 static String _get__DOMWindow_defaultStatus(var _this) native; 36 static String _get_defaultStatus(var _this) native;
37 37
38 void set defaultStatus(String value) { _set__DOMWindow_defaultStatus(this, val ue); } 38 void set defaultStatus(String value) { _set_defaultStatus(this, value); }
39 static void _set__DOMWindow_defaultStatus(var _this, String value) native; 39 static void _set_defaultStatus(var _this, String value) native;
40 40
41 String get defaultstatus() { return _get__DOMWindow_defaultstatus(this); } 41 String get defaultstatus() { return _get_defaultstatus(this); }
42 static String _get__DOMWindow_defaultstatus(var _this) native; 42 static String _get_defaultstatus(var _this) native;
43 43
44 void set defaultstatus(String value) { _set__DOMWindow_defaultstatus(this, val ue); } 44 void set defaultstatus(String value) { _set_defaultstatus(this, value); }
45 static void _set__DOMWindow_defaultstatus(var _this, String value) native; 45 static void _set_defaultstatus(var _this, String value) native;
46 46
47 num get devicePixelRatio() { return _get__DOMWindow_devicePixelRatio(this); } 47 num get devicePixelRatio() { return _get_devicePixelRatio(this); }
48 static num _get__DOMWindow_devicePixelRatio(var _this) native; 48 static num _get_devicePixelRatio(var _this) native;
49 49
50 void set devicePixelRatio(num value) { _set__DOMWindow_devicePixelRatio(this, value); } 50 void set devicePixelRatio(num value) { _set_devicePixelRatio(this, value); }
51 static void _set__DOMWindow_devicePixelRatio(var _this, num value) native; 51 static void _set_devicePixelRatio(var _this, num value) native;
52 52
53 Document get document() { return _get__DOMWindow_document(this); } 53 Document get document() { return _get_document(this); }
54 static Document _get__DOMWindow_document(var _this) native; 54 static Document _get_document(var _this) native;
55 55
56 Event get event() { return _get__DOMWindow_event(this); } 56 Event get event() { return _get_event(this); }
57 static Event _get__DOMWindow_event(var _this) native; 57 static Event _get_event(var _this) native;
58 58
59 void set event(Event value) { _set__DOMWindow_event(this, value); } 59 void set event(Event value) { _set_event(this, value); }
60 static void _set__DOMWindow_event(var _this, Event value) native; 60 static void _set_event(var _this, Event value) native;
61 61
62 Element get frameElement() { return _get__DOMWindow_frameElement(this); } 62 Element get frameElement() { return _get_frameElement(this); }
63 static Element _get__DOMWindow_frameElement(var _this) native; 63 static Element _get_frameElement(var _this) native;
64 64
65 DOMWindow get frames() { return _get__DOMWindow_frames(this); } 65 DOMWindow get frames() { return _get_frames(this); }
66 static DOMWindow _get__DOMWindow_frames(var _this) native; 66 static DOMWindow _get_frames(var _this) native;
67 67
68 void set frames(DOMWindow value) { _set__DOMWindow_frames(this, value); } 68 void set frames(DOMWindow value) { _set_frames(this, value); }
69 static void _set__DOMWindow_frames(var _this, DOMWindow value) native; 69 static void _set_frames(var _this, DOMWindow value) native;
70 70
71 History get history() { return _get__DOMWindow_history(this); } 71 History get history() { return _get_history(this); }
72 static History _get__DOMWindow_history(var _this) native; 72 static History _get_history(var _this) native;
73 73
74 void set history(History value) { _set__DOMWindow_history(this, value); } 74 void set history(History value) { _set_history(this, value); }
75 static void _set__DOMWindow_history(var _this, History value) native; 75 static void _set_history(var _this, History value) native;
76 76
77 int get innerHeight() { return _get__DOMWindow_innerHeight(this); } 77 int get innerHeight() { return _get_innerHeight(this); }
78 static int _get__DOMWindow_innerHeight(var _this) native; 78 static int _get_innerHeight(var _this) native;
79 79
80 void set innerHeight(int value) { _set__DOMWindow_innerHeight(this, value); } 80 void set innerHeight(int value) { _set_innerHeight(this, value); }
81 static void _set__DOMWindow_innerHeight(var _this, int value) native; 81 static void _set_innerHeight(var _this, int value) native;
82 82
83 int get innerWidth() { return _get__DOMWindow_innerWidth(this); } 83 int get innerWidth() { return _get_innerWidth(this); }
84 static int _get__DOMWindow_innerWidth(var _this) native; 84 static int _get_innerWidth(var _this) native;
85 85
86 void set innerWidth(int value) { _set__DOMWindow_innerWidth(this, value); } 86 void set innerWidth(int value) { _set_innerWidth(this, value); }
87 static void _set__DOMWindow_innerWidth(var _this, int value) native; 87 static void _set_innerWidth(var _this, int value) native;
88 88
89 int get length() { return _get__DOMWindow_length(this); } 89 int get length() { return _get_length(this); }
90 static int _get__DOMWindow_length(var _this) native; 90 static int _get_length(var _this) native;
91 91
92 void set length(int value) { _set__DOMWindow_length(this, value); } 92 void set length(int value) { _set_length(this, value); }
93 static void _set__DOMWindow_length(var _this, int value) native; 93 static void _set_length(var _this, int value) native;
94 94
95 Storage get localStorage() { return _get__DOMWindow_localStorage(this); } 95 Storage get localStorage() { return _get_localStorage(this); }
96 static Storage _get__DOMWindow_localStorage(var _this) native; 96 static Storage _get_localStorage(var _this) native;
97 97
98 Location get location() { return _get__DOMWindow_location(this); } 98 Location get location() { return _get_location(this); }
99 static Location _get__DOMWindow_location(var _this) native; 99 static Location _get_location(var _this) native;
100 100
101 void set location(Location value) { _set__DOMWindow_location(this, value); } 101 void set location(Location value) { _set_location(this, value); }
102 static void _set__DOMWindow_location(var _this, Location value) native; 102 static void _set_location(var _this, Location value) native;
103 103
104 BarInfo get locationbar() { return _get__DOMWindow_locationbar(this); } 104 BarInfo get locationbar() { return _get_locationbar(this); }
105 static BarInfo _get__DOMWindow_locationbar(var _this) native; 105 static BarInfo _get_locationbar(var _this) native;
106 106
107 void set locationbar(BarInfo value) { _set__DOMWindow_locationbar(this, value) ; } 107 void set locationbar(BarInfo value) { _set_locationbar(this, value); }
108 static void _set__DOMWindow_locationbar(var _this, BarInfo value) native; 108 static void _set_locationbar(var _this, BarInfo value) native;
109 109
110 BarInfo get menubar() { return _get__DOMWindow_menubar(this); } 110 BarInfo get menubar() { return _get_menubar(this); }
111 static BarInfo _get__DOMWindow_menubar(var _this) native; 111 static BarInfo _get_menubar(var _this) native;
112 112
113 void set menubar(BarInfo value) { _set__DOMWindow_menubar(this, value); } 113 void set menubar(BarInfo value) { _set_menubar(this, value); }
114 static void _set__DOMWindow_menubar(var _this, BarInfo value) native; 114 static void _set_menubar(var _this, BarInfo value) native;
115 115
116 String get name() { return _get__DOMWindow_name(this); } 116 String get name() { return _get_name(this); }
117 static String _get__DOMWindow_name(var _this) native; 117 static String _get_name(var _this) native;
118 118
119 void set name(String value) { _set__DOMWindow_name(this, value); } 119 void set name(String value) { _set_name(this, value); }
120 static void _set__DOMWindow_name(var _this, String value) native; 120 static void _set_name(var _this, String value) native;
121 121
122 Navigator get navigator() { return _get__DOMWindow_navigator(this); } 122 Navigator get navigator() { return _get_navigator(this); }
123 static Navigator _get__DOMWindow_navigator(var _this) native; 123 static Navigator _get_navigator(var _this) native;
124 124
125 void set navigator(Navigator value) { _set__DOMWindow_navigator(this, value); } 125 void set navigator(Navigator value) { _set_navigator(this, value); }
126 static void _set__DOMWindow_navigator(var _this, Navigator value) native; 126 static void _set_navigator(var _this, Navigator value) native;
127 127
128 bool get offscreenBuffering() { return _get__DOMWindow_offscreenBuffering(this ); } 128 bool get offscreenBuffering() { return _get_offscreenBuffering(this); }
129 static bool _get__DOMWindow_offscreenBuffering(var _this) native; 129 static bool _get_offscreenBuffering(var _this) native;
130 130
131 void set offscreenBuffering(bool value) { _set__DOMWindow_offscreenBuffering(t his, value); } 131 void set offscreenBuffering(bool value) { _set_offscreenBuffering(this, value) ; }
132 static void _set__DOMWindow_offscreenBuffering(var _this, bool value) native; 132 static void _set_offscreenBuffering(var _this, bool value) native;
133 133
134 EventListener get onabort() { return _get__DOMWindow_onabort(this); } 134 EventListener get onabort() { return _get_onabort(this); }
135 static EventListener _get__DOMWindow_onabort(var _this) native; 135 static EventListener _get_onabort(var _this) native;
136 136
137 void set onabort(EventListener value) { _set__DOMWindow_onabort(this, value); } 137 void set onabort(EventListener value) { _set_onabort(this, value); }
138 static void _set__DOMWindow_onabort(var _this, EventListener value) native; 138 static void _set_onabort(var _this, EventListener value) native;
139 139
140 EventListener get onbeforeunload() { return _get__DOMWindow_onbeforeunload(thi s); } 140 EventListener get onbeforeunload() { return _get_onbeforeunload(this); }
141 static EventListener _get__DOMWindow_onbeforeunload(var _this) native; 141 static EventListener _get_onbeforeunload(var _this) native;
142 142
143 void set onbeforeunload(EventListener value) { _set__DOMWindow_onbeforeunload( this, value); } 143 void set onbeforeunload(EventListener value) { _set_onbeforeunload(this, value ); }
144 static void _set__DOMWindow_onbeforeunload(var _this, EventListener value) nat ive; 144 static void _set_onbeforeunload(var _this, EventListener value) native;
145 145
146 EventListener get onblur() { return _get__DOMWindow_onblur(this); } 146 EventListener get onblur() { return _get_onblur(this); }
147 static EventListener _get__DOMWindow_onblur(var _this) native; 147 static EventListener _get_onblur(var _this) native;
148 148
149 void set onblur(EventListener value) { _set__DOMWindow_onblur(this, value); } 149 void set onblur(EventListener value) { _set_onblur(this, value); }
150 static void _set__DOMWindow_onblur(var _this, EventListener value) native; 150 static void _set_onblur(var _this, EventListener value) native;
151 151
152 EventListener get oncanplay() { return _get__DOMWindow_oncanplay(this); } 152 EventListener get oncanplay() { return _get_oncanplay(this); }
153 static EventListener _get__DOMWindow_oncanplay(var _this) native; 153 static EventListener _get_oncanplay(var _this) native;
154 154
155 void set oncanplay(EventListener value) { _set__DOMWindow_oncanplay(this, valu e); } 155 void set oncanplay(EventListener value) { _set_oncanplay(this, value); }
156 static void _set__DOMWindow_oncanplay(var _this, EventListener value) native; 156 static void _set_oncanplay(var _this, EventListener value) native;
157 157
158 EventListener get oncanplaythrough() { return _get__DOMWindow_oncanplaythrough (this); } 158 EventListener get oncanplaythrough() { return _get_oncanplaythrough(this); }
159 static EventListener _get__DOMWindow_oncanplaythrough(var _this) native; 159 static EventListener _get_oncanplaythrough(var _this) native;
160 160
161 void set oncanplaythrough(EventListener value) { _set__DOMWindow_oncanplaythro ugh(this, value); } 161 void set oncanplaythrough(EventListener value) { _set_oncanplaythrough(this, v alue); }
162 static void _set__DOMWindow_oncanplaythrough(var _this, EventListener value) n ative; 162 static void _set_oncanplaythrough(var _this, EventListener value) native;
163 163
164 EventListener get onchange() { return _get__DOMWindow_onchange(this); } 164 EventListener get onchange() { return _get_onchange(this); }
165 static EventListener _get__DOMWindow_onchange(var _this) native; 165 static EventListener _get_onchange(var _this) native;
166 166
167 void set onchange(EventListener value) { _set__DOMWindow_onchange(this, value) ; } 167 void set onchange(EventListener value) { _set_onchange(this, value); }
168 static void _set__DOMWindow_onchange(var _this, EventListener value) native; 168 static void _set_onchange(var _this, EventListener value) native;
169 169
170 EventListener get onclick() { return _get__DOMWindow_onclick(this); } 170 EventListener get onclick() { return _get_onclick(this); }
171 static EventListener _get__DOMWindow_onclick(var _this) native; 171 static EventListener _get_onclick(var _this) native;
172 172
173 void set onclick(EventListener value) { _set__DOMWindow_onclick(this, value); } 173 void set onclick(EventListener value) { _set_onclick(this, value); }
174 static void _set__DOMWindow_onclick(var _this, EventListener value) native; 174 static void _set_onclick(var _this, EventListener value) native;
175 175
176 EventListener get oncontextmenu() { return _get__DOMWindow_oncontextmenu(this) ; } 176 EventListener get oncontextmenu() { return _get_oncontextmenu(this); }
177 static EventListener _get__DOMWindow_oncontextmenu(var _this) native; 177 static EventListener _get_oncontextmenu(var _this) native;
178 178
179 void set oncontextmenu(EventListener value) { _set__DOMWindow_oncontextmenu(th is, value); } 179 void set oncontextmenu(EventListener value) { _set_oncontextmenu(this, value); }
180 static void _set__DOMWindow_oncontextmenu(var _this, EventListener value) nati ve; 180 static void _set_oncontextmenu(var _this, EventListener value) native;
181 181
182 EventListener get ondblclick() { return _get__DOMWindow_ondblclick(this); } 182 EventListener get ondblclick() { return _get_ondblclick(this); }
183 static EventListener _get__DOMWindow_ondblclick(var _this) native; 183 static EventListener _get_ondblclick(var _this) native;
184 184
185 void set ondblclick(EventListener value) { _set__DOMWindow_ondblclick(this, va lue); } 185 void set ondblclick(EventListener value) { _set_ondblclick(this, value); }
186 static void _set__DOMWindow_ondblclick(var _this, EventListener value) native; 186 static void _set_ondblclick(var _this, EventListener value) native;
187 187
188 EventListener get ondevicemotion() { return _get__DOMWindow_ondevicemotion(thi s); } 188 EventListener get ondevicemotion() { return _get_ondevicemotion(this); }
189 static EventListener _get__DOMWindow_ondevicemotion(var _this) native; 189 static EventListener _get_ondevicemotion(var _this) native;
190 190
191 void set ondevicemotion(EventListener value) { _set__DOMWindow_ondevicemotion( this, value); } 191 void set ondevicemotion(EventListener value) { _set_ondevicemotion(this, value ); }
192 static void _set__DOMWindow_ondevicemotion(var _this, EventListener value) nat ive; 192 static void _set_ondevicemotion(var _this, EventListener value) native;
193 193
194 EventListener get ondeviceorientation() { return _get__DOMWindow_ondeviceorien tation(this); } 194 EventListener get ondeviceorientation() { return _get_ondeviceorientation(this ); }
195 static EventListener _get__DOMWindow_ondeviceorientation(var _this) native; 195 static EventListener _get_ondeviceorientation(var _this) native;
196 196
197 void set ondeviceorientation(EventListener value) { _set__DOMWindow_ondeviceor ientation(this, value); } 197 void set ondeviceorientation(EventListener value) { _set_ondeviceorientation(t his, value); }
198 static void _set__DOMWindow_ondeviceorientation(var _this, EventListener value ) native; 198 static void _set_ondeviceorientation(var _this, EventListener value) native;
199 199
200 EventListener get ondrag() { return _get__DOMWindow_ondrag(this); } 200 EventListener get ondrag() { return _get_ondrag(this); }
201 static EventListener _get__DOMWindow_ondrag(var _this) native; 201 static EventListener _get_ondrag(var _this) native;
202 202
203 void set ondrag(EventListener value) { _set__DOMWindow_ondrag(this, value); } 203 void set ondrag(EventListener value) { _set_ondrag(this, value); }
204 static void _set__DOMWindow_ondrag(var _this, EventListener value) native; 204 static void _set_ondrag(var _this, EventListener value) native;
205 205
206 EventListener get ondragend() { return _get__DOMWindow_ondragend(this); } 206 EventListener get ondragend() { return _get_ondragend(this); }
207 static EventListener _get__DOMWindow_ondragend(var _this) native; 207 static EventListener _get_ondragend(var _this) native;
208 208
209 void set ondragend(EventListener value) { _set__DOMWindow_ondragend(this, valu e); } 209 void set ondragend(EventListener value) { _set_ondragend(this, value); }
210 static void _set__DOMWindow_ondragend(var _this, EventListener value) native; 210 static void _set_ondragend(var _this, EventListener value) native;
211 211
212 EventListener get ondragenter() { return _get__DOMWindow_ondragenter(this); } 212 EventListener get ondragenter() { return _get_ondragenter(this); }
213 static EventListener _get__DOMWindow_ondragenter(var _this) native; 213 static EventListener _get_ondragenter(var _this) native;
214 214
215 void set ondragenter(EventListener value) { _set__DOMWindow_ondragenter(this, value); } 215 void set ondragenter(EventListener value) { _set_ondragenter(this, value); }
216 static void _set__DOMWindow_ondragenter(var _this, EventListener value) native ; 216 static void _set_ondragenter(var _this, EventListener value) native;
217 217
218 EventListener get ondragleave() { return _get__DOMWindow_ondragleave(this); } 218 EventListener get ondragleave() { return _get_ondragleave(this); }
219 static EventListener _get__DOMWindow_ondragleave(var _this) native; 219 static EventListener _get_ondragleave(var _this) native;
220 220
221 void set ondragleave(EventListener value) { _set__DOMWindow_ondragleave(this, value); } 221 void set ondragleave(EventListener value) { _set_ondragleave(this, value); }
222 static void _set__DOMWindow_ondragleave(var _this, EventListener value) native ; 222 static void _set_ondragleave(var _this, EventListener value) native;
223 223
224 EventListener get ondragover() { return _get__DOMWindow_ondragover(this); } 224 EventListener get ondragover() { return _get_ondragover(this); }
225 static EventListener _get__DOMWindow_ondragover(var _this) native; 225 static EventListener _get_ondragover(var _this) native;
226 226
227 void set ondragover(EventListener value) { _set__DOMWindow_ondragover(this, va lue); } 227 void set ondragover(EventListener value) { _set_ondragover(this, value); }
228 static void _set__DOMWindow_ondragover(var _this, EventListener value) native; 228 static void _set_ondragover(var _this, EventListener value) native;
229 229
230 EventListener get ondragstart() { return _get__DOMWindow_ondragstart(this); } 230 EventListener get ondragstart() { return _get_ondragstart(this); }
231 static EventListener _get__DOMWindow_ondragstart(var _this) native; 231 static EventListener _get_ondragstart(var _this) native;
232 232
233 void set ondragstart(EventListener value) { _set__DOMWindow_ondragstart(this, value); } 233 void set ondragstart(EventListener value) { _set_ondragstart(this, value); }
234 static void _set__DOMWindow_ondragstart(var _this, EventListener value) native ; 234 static void _set_ondragstart(var _this, EventListener value) native;
235 235
236 EventListener get ondrop() { return _get__DOMWindow_ondrop(this); } 236 EventListener get ondrop() { return _get_ondrop(this); }
237 static EventListener _get__DOMWindow_ondrop(var _this) native; 237 static EventListener _get_ondrop(var _this) native;
238 238
239 void set ondrop(EventListener value) { _set__DOMWindow_ondrop(this, value); } 239 void set ondrop(EventListener value) { _set_ondrop(this, value); }
240 static void _set__DOMWindow_ondrop(var _this, EventListener value) native; 240 static void _set_ondrop(var _this, EventListener value) native;
241 241
242 EventListener get ondurationchange() { return _get__DOMWindow_ondurationchange (this); } 242 EventListener get ondurationchange() { return _get_ondurationchange(this); }
243 static EventListener _get__DOMWindow_ondurationchange(var _this) native; 243 static EventListener _get_ondurationchange(var _this) native;
244 244
245 void set ondurationchange(EventListener value) { _set__DOMWindow_ondurationcha nge(this, value); } 245 void set ondurationchange(EventListener value) { _set_ondurationchange(this, v alue); }
246 static void _set__DOMWindow_ondurationchange(var _this, EventListener value) n ative; 246 static void _set_ondurationchange(var _this, EventListener value) native;
247 247
248 EventListener get onemptied() { return _get__DOMWindow_onemptied(this); } 248 EventListener get onemptied() { return _get_onemptied(this); }
249 static EventListener _get__DOMWindow_onemptied(var _this) native; 249 static EventListener _get_onemptied(var _this) native;
250 250
251 void set onemptied(EventListener value) { _set__DOMWindow_onemptied(this, valu e); } 251 void set onemptied(EventListener value) { _set_onemptied(this, value); }
252 static void _set__DOMWindow_onemptied(var _this, EventListener value) native; 252 static void _set_onemptied(var _this, EventListener value) native;
253 253
254 EventListener get onended() { return _get__DOMWindow_onended(this); } 254 EventListener get onended() { return _get_onended(this); }
255 static EventListener _get__DOMWindow_onended(var _this) native; 255 static EventListener _get_onended(var _this) native;
256 256
257 void set onended(EventListener value) { _set__DOMWindow_onended(this, value); } 257 void set onended(EventListener value) { _set_onended(this, value); }
258 static void _set__DOMWindow_onended(var _this, EventListener value) native; 258 static void _set_onended(var _this, EventListener value) native;
259 259
260 EventListener get onerror() { return _get__DOMWindow_onerror(this); } 260 EventListener get onerror() { return _get_onerror(this); }
261 static EventListener _get__DOMWindow_onerror(var _this) native; 261 static EventListener _get_onerror(var _this) native;
262 262
263 void set onerror(EventListener value) { _set__DOMWindow_onerror(this, value); } 263 void set onerror(EventListener value) { _set_onerror(this, value); }
264 static void _set__DOMWindow_onerror(var _this, EventListener value) native; 264 static void _set_onerror(var _this, EventListener value) native;
265 265
266 EventListener get onfocus() { return _get__DOMWindow_onfocus(this); } 266 EventListener get onfocus() { return _get_onfocus(this); }
267 static EventListener _get__DOMWindow_onfocus(var _this) native; 267 static EventListener _get_onfocus(var _this) native;
268 268
269 void set onfocus(EventListener value) { _set__DOMWindow_onfocus(this, value); } 269 void set onfocus(EventListener value) { _set_onfocus(this, value); }
270 static void _set__DOMWindow_onfocus(var _this, EventListener value) native; 270 static void _set_onfocus(var _this, EventListener value) native;
271 271
272 EventListener get onhashchange() { return _get__DOMWindow_onhashchange(this); } 272 EventListener get onhashchange() { return _get_onhashchange(this); }
273 static EventListener _get__DOMWindow_onhashchange(var _this) native; 273 static EventListener _get_onhashchange(var _this) native;
274 274
275 void set onhashchange(EventListener value) { _set__DOMWindow_onhashchange(this , value); } 275 void set onhashchange(EventListener value) { _set_onhashchange(this, value); }
276 static void _set__DOMWindow_onhashchange(var _this, EventListener value) nativ e; 276 static void _set_onhashchange(var _this, EventListener value) native;
277 277
278 EventListener get oninput() { return _get__DOMWindow_oninput(this); } 278 EventListener get oninput() { return _get_oninput(this); }
279 static EventListener _get__DOMWindow_oninput(var _this) native; 279 static EventListener _get_oninput(var _this) native;
280 280
281 void set oninput(EventListener value) { _set__DOMWindow_oninput(this, value); } 281 void set oninput(EventListener value) { _set_oninput(this, value); }
282 static void _set__DOMWindow_oninput(var _this, EventListener value) native; 282 static void _set_oninput(var _this, EventListener value) native;
283 283
284 EventListener get oninvalid() { return _get__DOMWindow_oninvalid(this); } 284 EventListener get oninvalid() { return _get_oninvalid(this); }
285 static EventListener _get__DOMWindow_oninvalid(var _this) native; 285 static EventListener _get_oninvalid(var _this) native;
286 286
287 void set oninvalid(EventListener value) { _set__DOMWindow_oninvalid(this, valu e); } 287 void set oninvalid(EventListener value) { _set_oninvalid(this, value); }
288 static void _set__DOMWindow_oninvalid(var _this, EventListener value) native; 288 static void _set_oninvalid(var _this, EventListener value) native;
289 289
290 EventListener get onkeydown() { return _get__DOMWindow_onkeydown(this); } 290 EventListener get onkeydown() { return _get_onkeydown(this); }
291 static EventListener _get__DOMWindow_onkeydown(var _this) native; 291 static EventListener _get_onkeydown(var _this) native;
292 292
293 void set onkeydown(EventListener value) { _set__DOMWindow_onkeydown(this, valu e); } 293 void set onkeydown(EventListener value) { _set_onkeydown(this, value); }
294 static void _set__DOMWindow_onkeydown(var _this, EventListener value) native; 294 static void _set_onkeydown(var _this, EventListener value) native;
295 295
296 EventListener get onkeypress() { return _get__DOMWindow_onkeypress(this); } 296 EventListener get onkeypress() { return _get_onkeypress(this); }
297 static EventListener _get__DOMWindow_onkeypress(var _this) native; 297 static EventListener _get_onkeypress(var _this) native;
298 298
299 void set onkeypress(EventListener value) { _set__DOMWindow_onkeypress(this, va lue); } 299 void set onkeypress(EventListener value) { _set_onkeypress(this, value); }
300 static void _set__DOMWindow_onkeypress(var _this, EventListener value) native; 300 static void _set_onkeypress(var _this, EventListener value) native;
301 301
302 EventListener get onkeyup() { return _get__DOMWindow_onkeyup(this); } 302 EventListener get onkeyup() { return _get_onkeyup(this); }
303 static EventListener _get__DOMWindow_onkeyup(var _this) native; 303 static EventListener _get_onkeyup(var _this) native;
304 304
305 void set onkeyup(EventListener value) { _set__DOMWindow_onkeyup(this, value); } 305 void set onkeyup(EventListener value) { _set_onkeyup(this, value); }
306 static void _set__DOMWindow_onkeyup(var _this, EventListener value) native; 306 static void _set_onkeyup(var _this, EventListener value) native;
307 307
308 EventListener get onload() { return _get__DOMWindow_onload(this); } 308 EventListener get onload() { return _get_onload(this); }
309 static EventListener _get__DOMWindow_onload(var _this) native; 309 static EventListener _get_onload(var _this) native;
310 310
311 void set onload(EventListener value) { _set__DOMWindow_onload(this, value); } 311 void set onload(EventListener value) { _set_onload(this, value); }
312 static void _set__DOMWindow_onload(var _this, EventListener value) native; 312 static void _set_onload(var _this, EventListener value) native;
313 313
314 EventListener get onloadeddata() { return _get__DOMWindow_onloadeddata(this); } 314 EventListener get onloadeddata() { return _get_onloadeddata(this); }
315 static EventListener _get__DOMWindow_onloadeddata(var _this) native; 315 static EventListener _get_onloadeddata(var _this) native;
316 316
317 void set onloadeddata(EventListener value) { _set__DOMWindow_onloadeddata(this , value); } 317 void set onloadeddata(EventListener value) { _set_onloadeddata(this, value); }
318 static void _set__DOMWindow_onloadeddata(var _this, EventListener value) nativ e; 318 static void _set_onloadeddata(var _this, EventListener value) native;
319 319
320 EventListener get onloadedmetadata() { return _get__DOMWindow_onloadedmetadata (this); } 320 EventListener get onloadedmetadata() { return _get_onloadedmetadata(this); }
321 static EventListener _get__DOMWindow_onloadedmetadata(var _this) native; 321 static EventListener _get_onloadedmetadata(var _this) native;
322 322
323 void set onloadedmetadata(EventListener value) { _set__DOMWindow_onloadedmetad ata(this, value); } 323 void set onloadedmetadata(EventListener value) { _set_onloadedmetadata(this, v alue); }
324 static void _set__DOMWindow_onloadedmetadata(var _this, EventListener value) n ative; 324 static void _set_onloadedmetadata(var _this, EventListener value) native;
325 325
326 EventListener get onloadstart() { return _get__DOMWindow_onloadstart(this); } 326 EventListener get onloadstart() { return _get_onloadstart(this); }
327 static EventListener _get__DOMWindow_onloadstart(var _this) native; 327 static EventListener _get_onloadstart(var _this) native;
328 328
329 void set onloadstart(EventListener value) { _set__DOMWindow_onloadstart(this, value); } 329 void set onloadstart(EventListener value) { _set_onloadstart(this, value); }
330 static void _set__DOMWindow_onloadstart(var _this, EventListener value) native ; 330 static void _set_onloadstart(var _this, EventListener value) native;
331 331
332 EventListener get onmessage() { return _get__DOMWindow_onmessage(this); } 332 EventListener get onmessage() { return _get_onmessage(this); }
333 static EventListener _get__DOMWindow_onmessage(var _this) native; 333 static EventListener _get_onmessage(var _this) native;
334 334
335 void set onmessage(EventListener value) { _set__DOMWindow_onmessage(this, valu e); } 335 void set onmessage(EventListener value) { _set_onmessage(this, value); }
336 static void _set__DOMWindow_onmessage(var _this, EventListener value) native; 336 static void _set_onmessage(var _this, EventListener value) native;
337 337
338 EventListener get onmousedown() { return _get__DOMWindow_onmousedown(this); } 338 EventListener get onmousedown() { return _get_onmousedown(this); }
339 static EventListener _get__DOMWindow_onmousedown(var _this) native; 339 static EventListener _get_onmousedown(var _this) native;
340 340
341 void set onmousedown(EventListener value) { _set__DOMWindow_onmousedown(this, value); } 341 void set onmousedown(EventListener value) { _set_onmousedown(this, value); }
342 static void _set__DOMWindow_onmousedown(var _this, EventListener value) native ; 342 static void _set_onmousedown(var _this, EventListener value) native;
343 343
344 EventListener get onmousemove() { return _get__DOMWindow_onmousemove(this); } 344 EventListener get onmousemove() { return _get_onmousemove(this); }
345 static EventListener _get__DOMWindow_onmousemove(var _this) native; 345 static EventListener _get_onmousemove(var _this) native;
346 346
347 void set onmousemove(EventListener value) { _set__DOMWindow_onmousemove(this, value); } 347 void set onmousemove(EventListener value) { _set_onmousemove(this, value); }
348 static void _set__DOMWindow_onmousemove(var _this, EventListener value) native ; 348 static void _set_onmousemove(var _this, EventListener value) native;
349 349
350 EventListener get onmouseout() { return _get__DOMWindow_onmouseout(this); } 350 EventListener get onmouseout() { return _get_onmouseout(this); }
351 static EventListener _get__DOMWindow_onmouseout(var _this) native; 351 static EventListener _get_onmouseout(var _this) native;
352 352
353 void set onmouseout(EventListener value) { _set__DOMWindow_onmouseout(this, va lue); } 353 void set onmouseout(EventListener value) { _set_onmouseout(this, value); }
354 static void _set__DOMWindow_onmouseout(var _this, EventListener value) native; 354 static void _set_onmouseout(var _this, EventListener value) native;
355 355
356 EventListener get onmouseover() { return _get__DOMWindow_onmouseover(this); } 356 EventListener get onmouseover() { return _get_onmouseover(this); }
357 static EventListener _get__DOMWindow_onmouseover(var _this) native; 357 static EventListener _get_onmouseover(var _this) native;
358 358
359 void set onmouseover(EventListener value) { _set__DOMWindow_onmouseover(this, value); } 359 void set onmouseover(EventListener value) { _set_onmouseover(this, value); }
360 static void _set__DOMWindow_onmouseover(var _this, EventListener value) native ; 360 static void _set_onmouseover(var _this, EventListener value) native;
361 361
362 EventListener get onmouseup() { return _get__DOMWindow_onmouseup(this); } 362 EventListener get onmouseup() { return _get_onmouseup(this); }
363 static EventListener _get__DOMWindow_onmouseup(var _this) native; 363 static EventListener _get_onmouseup(var _this) native;
364 364
365 void set onmouseup(EventListener value) { _set__DOMWindow_onmouseup(this, valu e); } 365 void set onmouseup(EventListener value) { _set_onmouseup(this, value); }
366 static void _set__DOMWindow_onmouseup(var _this, EventListener value) native; 366 static void _set_onmouseup(var _this, EventListener value) native;
367 367
368 EventListener get onmousewheel() { return _get__DOMWindow_onmousewheel(this); } 368 EventListener get onmousewheel() { return _get_onmousewheel(this); }
369 static EventListener _get__DOMWindow_onmousewheel(var _this) native; 369 static EventListener _get_onmousewheel(var _this) native;
370 370
371 void set onmousewheel(EventListener value) { _set__DOMWindow_onmousewheel(this , value); } 371 void set onmousewheel(EventListener value) { _set_onmousewheel(this, value); }
372 static void _set__DOMWindow_onmousewheel(var _this, EventListener value) nativ e; 372 static void _set_onmousewheel(var _this, EventListener value) native;
373 373
374 EventListener get onoffline() { return _get__DOMWindow_onoffline(this); } 374 EventListener get onoffline() { return _get_onoffline(this); }
375 static EventListener _get__DOMWindow_onoffline(var _this) native; 375 static EventListener _get_onoffline(var _this) native;
376 376
377 void set onoffline(EventListener value) { _set__DOMWindow_onoffline(this, valu e); } 377 void set onoffline(EventListener value) { _set_onoffline(this, value); }
378 static void _set__DOMWindow_onoffline(var _this, EventListener value) native; 378 static void _set_onoffline(var _this, EventListener value) native;
379 379
380 EventListener get ononline() { return _get__DOMWindow_ononline(this); } 380 EventListener get ononline() { return _get_ononline(this); }
381 static EventListener _get__DOMWindow_ononline(var _this) native; 381 static EventListener _get_ononline(var _this) native;
382 382
383 void set ononline(EventListener value) { _set__DOMWindow_ononline(this, value) ; } 383 void set ononline(EventListener value) { _set_ononline(this, value); }
384 static void _set__DOMWindow_ononline(var _this, EventListener value) native; 384 static void _set_ononline(var _this, EventListener value) native;
385 385
386 EventListener get onpagehide() { return _get__DOMWindow_onpagehide(this); } 386 EventListener get onpagehide() { return _get_onpagehide(this); }
387 static EventListener _get__DOMWindow_onpagehide(var _this) native; 387 static EventListener _get_onpagehide(var _this) native;
388 388
389 void set onpagehide(EventListener value) { _set__DOMWindow_onpagehide(this, va lue); } 389 void set onpagehide(EventListener value) { _set_onpagehide(this, value); }
390 static void _set__DOMWindow_onpagehide(var _this, EventListener value) native; 390 static void _set_onpagehide(var _this, EventListener value) native;
391 391
392 EventListener get onpageshow() { return _get__DOMWindow_onpageshow(this); } 392 EventListener get onpageshow() { return _get_onpageshow(this); }
393 static EventListener _get__DOMWindow_onpageshow(var _this) native; 393 static EventListener _get_onpageshow(var _this) native;
394 394
395 void set onpageshow(EventListener value) { _set__DOMWindow_onpageshow(this, va lue); } 395 void set onpageshow(EventListener value) { _set_onpageshow(this, value); }
396 static void _set__DOMWindow_onpageshow(var _this, EventListener value) native; 396 static void _set_onpageshow(var _this, EventListener value) native;
397 397
398 EventListener get onpause() { return _get__DOMWindow_onpause(this); } 398 EventListener get onpause() { return _get_onpause(this); }
399 static EventListener _get__DOMWindow_onpause(var _this) native; 399 static EventListener _get_onpause(var _this) native;
400 400
401 void set onpause(EventListener value) { _set__DOMWindow_onpause(this, value); } 401 void set onpause(EventListener value) { _set_onpause(this, value); }
402 static void _set__DOMWindow_onpause(var _this, EventListener value) native; 402 static void _set_onpause(var _this, EventListener value) native;
403 403
404 EventListener get onplay() { return _get__DOMWindow_onplay(this); } 404 EventListener get onplay() { return _get_onplay(this); }
405 static EventListener _get__DOMWindow_onplay(var _this) native; 405 static EventListener _get_onplay(var _this) native;
406 406
407 void set onplay(EventListener value) { _set__DOMWindow_onplay(this, value); } 407 void set onplay(EventListener value) { _set_onplay(this, value); }
408 static void _set__DOMWindow_onplay(var _this, EventListener value) native; 408 static void _set_onplay(var _this, EventListener value) native;
409 409
410 EventListener get onplaying() { return _get__DOMWindow_onplaying(this); } 410 EventListener get onplaying() { return _get_onplaying(this); }
411 static EventListener _get__DOMWindow_onplaying(var _this) native; 411 static EventListener _get_onplaying(var _this) native;
412 412
413 void set onplaying(EventListener value) { _set__DOMWindow_onplaying(this, valu e); } 413 void set onplaying(EventListener value) { _set_onplaying(this, value); }
414 static void _set__DOMWindow_onplaying(var _this, EventListener value) native; 414 static void _set_onplaying(var _this, EventListener value) native;
415 415
416 EventListener get onpopstate() { return _get__DOMWindow_onpopstate(this); } 416 EventListener get onpopstate() { return _get_onpopstate(this); }
417 static EventListener _get__DOMWindow_onpopstate(var _this) native; 417 static EventListener _get_onpopstate(var _this) native;
418 418
419 void set onpopstate(EventListener value) { _set__DOMWindow_onpopstate(this, va lue); } 419 void set onpopstate(EventListener value) { _set_onpopstate(this, value); }
420 static void _set__DOMWindow_onpopstate(var _this, EventListener value) native; 420 static void _set_onpopstate(var _this, EventListener value) native;
421 421
422 EventListener get onprogress() { return _get__DOMWindow_onprogress(this); } 422 EventListener get onprogress() { return _get_onprogress(this); }
423 static EventListener _get__DOMWindow_onprogress(var _this) native; 423 static EventListener _get_onprogress(var _this) native;
424 424
425 void set onprogress(EventListener value) { _set__DOMWindow_onprogress(this, va lue); } 425 void set onprogress(EventListener value) { _set_onprogress(this, value); }
426 static void _set__DOMWindow_onprogress(var _this, EventListener value) native; 426 static void _set_onprogress(var _this, EventListener value) native;
427 427
428 EventListener get onratechange() { return _get__DOMWindow_onratechange(this); } 428 EventListener get onratechange() { return _get_onratechange(this); }
429 static EventListener _get__DOMWindow_onratechange(var _this) native; 429 static EventListener _get_onratechange(var _this) native;
430 430
431 void set onratechange(EventListener value) { _set__DOMWindow_onratechange(this , value); } 431 void set onratechange(EventListener value) { _set_onratechange(this, value); }
432 static void _set__DOMWindow_onratechange(var _this, EventListener value) nativ e; 432 static void _set_onratechange(var _this, EventListener value) native;
433 433
434 EventListener get onreset() { return _get__DOMWindow_onreset(this); } 434 EventListener get onreset() { return _get_onreset(this); }
435 static EventListener _get__DOMWindow_onreset(var _this) native; 435 static EventListener _get_onreset(var _this) native;
436 436
437 void set onreset(EventListener value) { _set__DOMWindow_onreset(this, value); } 437 void set onreset(EventListener value) { _set_onreset(this, value); }
438 static void _set__DOMWindow_onreset(var _this, EventListener value) native; 438 static void _set_onreset(var _this, EventListener value) native;
439 439
440 EventListener get onresize() { return _get__DOMWindow_onresize(this); } 440 EventListener get onresize() { return _get_onresize(this); }
441 static EventListener _get__DOMWindow_onresize(var _this) native; 441 static EventListener _get_onresize(var _this) native;
442 442
443 void set onresize(EventListener value) { _set__DOMWindow_onresize(this, value) ; } 443 void set onresize(EventListener value) { _set_onresize(this, value); }
444 static void _set__DOMWindow_onresize(var _this, EventListener value) native; 444 static void _set_onresize(var _this, EventListener value) native;
445 445
446 EventListener get onscroll() { return _get__DOMWindow_onscroll(this); } 446 EventListener get onscroll() { return _get_onscroll(this); }
447 static EventListener _get__DOMWindow_onscroll(var _this) native; 447 static EventListener _get_onscroll(var _this) native;
448 448
449 void set onscroll(EventListener value) { _set__DOMWindow_onscroll(this, value) ; } 449 void set onscroll(EventListener value) { _set_onscroll(this, value); }
450 static void _set__DOMWindow_onscroll(var _this, EventListener value) native; 450 static void _set_onscroll(var _this, EventListener value) native;
451 451
452 EventListener get onsearch() { return _get__DOMWindow_onsearch(this); } 452 EventListener get onsearch() { return _get_onsearch(this); }
453 static EventListener _get__DOMWindow_onsearch(var _this) native; 453 static EventListener _get_onsearch(var _this) native;
454 454
455 void set onsearch(EventListener value) { _set__DOMWindow_onsearch(this, value) ; } 455 void set onsearch(EventListener value) { _set_onsearch(this, value); }
456 static void _set__DOMWindow_onsearch(var _this, EventListener value) native; 456 static void _set_onsearch(var _this, EventListener value) native;
457 457
458 EventListener get onseeked() { return _get__DOMWindow_onseeked(this); } 458 EventListener get onseeked() { return _get_onseeked(this); }
459 static EventListener _get__DOMWindow_onseeked(var _this) native; 459 static EventListener _get_onseeked(var _this) native;
460 460
461 void set onseeked(EventListener value) { _set__DOMWindow_onseeked(this, value) ; } 461 void set onseeked(EventListener value) { _set_onseeked(this, value); }
462 static void _set__DOMWindow_onseeked(var _this, EventListener value) native; 462 static void _set_onseeked(var _this, EventListener value) native;
463 463
464 EventListener get onseeking() { return _get__DOMWindow_onseeking(this); } 464 EventListener get onseeking() { return _get_onseeking(this); }
465 static EventListener _get__DOMWindow_onseeking(var _this) native; 465 static EventListener _get_onseeking(var _this) native;
466 466
467 void set onseeking(EventListener value) { _set__DOMWindow_onseeking(this, valu e); } 467 void set onseeking(EventListener value) { _set_onseeking(this, value); }
468 static void _set__DOMWindow_onseeking(var _this, EventListener value) native; 468 static void _set_onseeking(var _this, EventListener value) native;
469 469
470 EventListener get onselect() { return _get__DOMWindow_onselect(this); } 470 EventListener get onselect() { return _get_onselect(this); }
471 static EventListener _get__DOMWindow_onselect(var _this) native; 471 static EventListener _get_onselect(var _this) native;
472 472
473 void set onselect(EventListener value) { _set__DOMWindow_onselect(this, value) ; } 473 void set onselect(EventListener value) { _set_onselect(this, value); }
474 static void _set__DOMWindow_onselect(var _this, EventListener value) native; 474 static void _set_onselect(var _this, EventListener value) native;
475 475
476 EventListener get onstalled() { return _get__DOMWindow_onstalled(this); } 476 EventListener get onstalled() { return _get_onstalled(this); }
477 static EventListener _get__DOMWindow_onstalled(var _this) native; 477 static EventListener _get_onstalled(var _this) native;
478 478
479 void set onstalled(EventListener value) { _set__DOMWindow_onstalled(this, valu e); } 479 void set onstalled(EventListener value) { _set_onstalled(this, value); }
480 static void _set__DOMWindow_onstalled(var _this, EventListener value) native; 480 static void _set_onstalled(var _this, EventListener value) native;
481 481
482 EventListener get onstorage() { return _get__DOMWindow_onstorage(this); } 482 EventListener get onstorage() { return _get_onstorage(this); }
483 static EventListener _get__DOMWindow_onstorage(var _this) native; 483 static EventListener _get_onstorage(var _this) native;
484 484
485 void set onstorage(EventListener value) { _set__DOMWindow_onstorage(this, valu e); } 485 void set onstorage(EventListener value) { _set_onstorage(this, value); }
486 static void _set__DOMWindow_onstorage(var _this, EventListener value) native; 486 static void _set_onstorage(var _this, EventListener value) native;
487 487
488 EventListener get onsubmit() { return _get__DOMWindow_onsubmit(this); } 488 EventListener get onsubmit() { return _get_onsubmit(this); }
489 static EventListener _get__DOMWindow_onsubmit(var _this) native; 489 static EventListener _get_onsubmit(var _this) native;
490 490
491 void set onsubmit(EventListener value) { _set__DOMWindow_onsubmit(this, value) ; } 491 void set onsubmit(EventListener value) { _set_onsubmit(this, value); }
492 static void _set__DOMWindow_onsubmit(var _this, EventListener value) native; 492 static void _set_onsubmit(var _this, EventListener value) native;
493 493
494 EventListener get onsuspend() { return _get__DOMWindow_onsuspend(this); } 494 EventListener get onsuspend() { return _get_onsuspend(this); }
495 static EventListener _get__DOMWindow_onsuspend(var _this) native; 495 static EventListener _get_onsuspend(var _this) native;
496 496
497 void set onsuspend(EventListener value) { _set__DOMWindow_onsuspend(this, valu e); } 497 void set onsuspend(EventListener value) { _set_onsuspend(this, value); }
498 static void _set__DOMWindow_onsuspend(var _this, EventListener value) native; 498 static void _set_onsuspend(var _this, EventListener value) native;
499 499
500 EventListener get ontimeupdate() { return _get__DOMWindow_ontimeupdate(this); } 500 EventListener get ontimeupdate() { return _get_ontimeupdate(this); }
501 static EventListener _get__DOMWindow_ontimeupdate(var _this) native; 501 static EventListener _get_ontimeupdate(var _this) native;
502 502
503 void set ontimeupdate(EventListener value) { _set__DOMWindow_ontimeupdate(this , value); } 503 void set ontimeupdate(EventListener value) { _set_ontimeupdate(this, value); }
504 static void _set__DOMWindow_ontimeupdate(var _this, EventListener value) nativ e; 504 static void _set_ontimeupdate(var _this, EventListener value) native;
505 505
506 EventListener get ontouchcancel() { return _get__DOMWindow_ontouchcancel(this) ; } 506 EventListener get ontouchcancel() { return _get_ontouchcancel(this); }
507 static EventListener _get__DOMWindow_ontouchcancel(var _this) native; 507 static EventListener _get_ontouchcancel(var _this) native;
508 508
509 void set ontouchcancel(EventListener value) { _set__DOMWindow_ontouchcancel(th is, value); } 509 void set ontouchcancel(EventListener value) { _set_ontouchcancel(this, value); }
510 static void _set__DOMWindow_ontouchcancel(var _this, EventListener value) nati ve; 510 static void _set_ontouchcancel(var _this, EventListener value) native;
511 511
512 EventListener get ontouchend() { return _get__DOMWindow_ontouchend(this); } 512 EventListener get ontouchend() { return _get_ontouchend(this); }
513 static EventListener _get__DOMWindow_ontouchend(var _this) native; 513 static EventListener _get_ontouchend(var _this) native;
514 514
515 void set ontouchend(EventListener value) { _set__DOMWindow_ontouchend(this, va lue); } 515 void set ontouchend(EventListener value) { _set_ontouchend(this, value); }
516 static void _set__DOMWindow_ontouchend(var _this, EventListener value) native; 516 static void _set_ontouchend(var _this, EventListener value) native;
517 517
518 EventListener get ontouchmove() { return _get__DOMWindow_ontouchmove(this); } 518 EventListener get ontouchmove() { return _get_ontouchmove(this); }
519 static EventListener _get__DOMWindow_ontouchmove(var _this) native; 519 static EventListener _get_ontouchmove(var _this) native;
520 520
521 void set ontouchmove(EventListener value) { _set__DOMWindow_ontouchmove(this, value); } 521 void set ontouchmove(EventListener value) { _set_ontouchmove(this, value); }
522 static void _set__DOMWindow_ontouchmove(var _this, EventListener value) native ; 522 static void _set_ontouchmove(var _this, EventListener value) native;
523 523
524 EventListener get ontouchstart() { return _get__DOMWindow_ontouchstart(this); } 524 EventListener get ontouchstart() { return _get_ontouchstart(this); }
525 static EventListener _get__DOMWindow_ontouchstart(var _this) native; 525 static EventListener _get_ontouchstart(var _this) native;
526 526
527 void set ontouchstart(EventListener value) { _set__DOMWindow_ontouchstart(this , value); } 527 void set ontouchstart(EventListener value) { _set_ontouchstart(this, value); }
528 static void _set__DOMWindow_ontouchstart(var _this, EventListener value) nativ e; 528 static void _set_ontouchstart(var _this, EventListener value) native;
529 529
530 EventListener get onunload() { return _get__DOMWindow_onunload(this); } 530 EventListener get onunload() { return _get_onunload(this); }
531 static EventListener _get__DOMWindow_onunload(var _this) native; 531 static EventListener _get_onunload(var _this) native;
532 532
533 void set onunload(EventListener value) { _set__DOMWindow_onunload(this, value) ; } 533 void set onunload(EventListener value) { _set_onunload(this, value); }
534 static void _set__DOMWindow_onunload(var _this, EventListener value) native; 534 static void _set_onunload(var _this, EventListener value) native;
535 535
536 EventListener get onvolumechange() { return _get__DOMWindow_onvolumechange(thi s); } 536 EventListener get onvolumechange() { return _get_onvolumechange(this); }
537 static EventListener _get__DOMWindow_onvolumechange(var _this) native; 537 static EventListener _get_onvolumechange(var _this) native;
538 538
539 void set onvolumechange(EventListener value) { _set__DOMWindow_onvolumechange( this, value); } 539 void set onvolumechange(EventListener value) { _set_onvolumechange(this, value ); }
540 static void _set__DOMWindow_onvolumechange(var _this, EventListener value) nat ive; 540 static void _set_onvolumechange(var _this, EventListener value) native;
541 541
542 EventListener get onwaiting() { return _get__DOMWindow_onwaiting(this); } 542 EventListener get onwaiting() { return _get_onwaiting(this); }
543 static EventListener _get__DOMWindow_onwaiting(var _this) native; 543 static EventListener _get_onwaiting(var _this) native;
544 544
545 void set onwaiting(EventListener value) { _set__DOMWindow_onwaiting(this, valu e); } 545 void set onwaiting(EventListener value) { _set_onwaiting(this, value); }
546 static void _set__DOMWindow_onwaiting(var _this, EventListener value) native; 546 static void _set_onwaiting(var _this, EventListener value) native;
547 547
548 EventListener get onwebkitanimationend() { return _get__DOMWindow_onwebkitanim ationend(this); } 548 EventListener get onwebkitanimationend() { return _get_onwebkitanimationend(th is); }
549 static EventListener _get__DOMWindow_onwebkitanimationend(var _this) native; 549 static EventListener _get_onwebkitanimationend(var _this) native;
550 550
551 void set onwebkitanimationend(EventListener value) { _set__DOMWindow_onwebkita nimationend(this, value); } 551 void set onwebkitanimationend(EventListener value) { _set_onwebkitanimationend (this, value); }
552 static void _set__DOMWindow_onwebkitanimationend(var _this, EventListener valu e) native; 552 static void _set_onwebkitanimationend(var _this, EventListener value) native;
553 553
554 EventListener get onwebkitanimationiteration() { return _get__DOMWindow_onwebk itanimationiteration(this); } 554 EventListener get onwebkitanimationiteration() { return _get_onwebkitanimation iteration(this); }
555 static EventListener _get__DOMWindow_onwebkitanimationiteration(var _this) nat ive; 555 static EventListener _get_onwebkitanimationiteration(var _this) native;
556 556
557 void set onwebkitanimationiteration(EventListener value) { _set__DOMWindow_onw ebkitanimationiteration(this, value); } 557 void set onwebkitanimationiteration(EventListener value) { _set_onwebkitanimat ioniteration(this, value); }
558 static void _set__DOMWindow_onwebkitanimationiteration(var _this, EventListene r value) native; 558 static void _set_onwebkitanimationiteration(var _this, EventListener value) na tive;
559 559
560 EventListener get onwebkitanimationstart() { return _get__DOMWindow_onwebkitan imationstart(this); } 560 EventListener get onwebkitanimationstart() { return _get_onwebkitanimationstar t(this); }
561 static EventListener _get__DOMWindow_onwebkitanimationstart(var _this) native; 561 static EventListener _get_onwebkitanimationstart(var _this) native;
562 562
563 void set onwebkitanimationstart(EventListener value) { _set__DOMWindow_onwebki tanimationstart(this, value); } 563 void set onwebkitanimationstart(EventListener value) { _set_onwebkitanimations tart(this, value); }
564 static void _set__DOMWindow_onwebkitanimationstart(var _this, EventListener va lue) native; 564 static void _set_onwebkitanimationstart(var _this, EventListener value) native ;
565 565
566 EventListener get onwebkittransitionend() { return _get__DOMWindow_onwebkittra nsitionend(this); } 566 EventListener get onwebkittransitionend() { return _get_onwebkittransitionend( this); }
567 static EventListener _get__DOMWindow_onwebkittransitionend(var _this) native; 567 static EventListener _get_onwebkittransitionend(var _this) native;
568 568
569 void set onwebkittransitionend(EventListener value) { _set__DOMWindow_onwebkit transitionend(this, value); } 569 void set onwebkittransitionend(EventListener value) { _set_onwebkittransitione nd(this, value); }
570 static void _set__DOMWindow_onwebkittransitionend(var _this, EventListener val ue) native; 570 static void _set_onwebkittransitionend(var _this, EventListener value) native;
571 571
572 DOMWindow get opener() { return _get__DOMWindow_opener(this); } 572 DOMWindow get opener() { return _get_opener(this); }
573 static DOMWindow _get__DOMWindow_opener(var _this) native; 573 static DOMWindow _get_opener(var _this) native;
574 574
575 void set opener(DOMWindow value) { _set__DOMWindow_opener(this, value); } 575 void set opener(DOMWindow value) { _set_opener(this, value); }
576 static void _set__DOMWindow_opener(var _this, DOMWindow value) native; 576 static void _set_opener(var _this, DOMWindow value) native;
577 577
578 int get outerHeight() { return _get__DOMWindow_outerHeight(this); } 578 int get outerHeight() { return _get_outerHeight(this); }
579 static int _get__DOMWindow_outerHeight(var _this) native; 579 static int _get_outerHeight(var _this) native;
580 580
581 void set outerHeight(int value) { _set__DOMWindow_outerHeight(this, value); } 581 void set outerHeight(int value) { _set_outerHeight(this, value); }
582 static void _set__DOMWindow_outerHeight(var _this, int value) native; 582 static void _set_outerHeight(var _this, int value) native;
583 583
584 int get outerWidth() { return _get__DOMWindow_outerWidth(this); } 584 int get outerWidth() { return _get_outerWidth(this); }
585 static int _get__DOMWindow_outerWidth(var _this) native; 585 static int _get_outerWidth(var _this) native;
586 586
587 void set outerWidth(int value) { _set__DOMWindow_outerWidth(this, value); } 587 void set outerWidth(int value) { _set_outerWidth(this, value); }
588 static void _set__DOMWindow_outerWidth(var _this, int value) native; 588 static void _set_outerWidth(var _this, int value) native;
589 589
590 int get pageXOffset() { return _get__DOMWindow_pageXOffset(this); } 590 int get pageXOffset() { return _get_pageXOffset(this); }
591 static int _get__DOMWindow_pageXOffset(var _this) native; 591 static int _get_pageXOffset(var _this) native;
592 592
593 int get pageYOffset() { return _get__DOMWindow_pageYOffset(this); } 593 int get pageYOffset() { return _get_pageYOffset(this); }
594 static int _get__DOMWindow_pageYOffset(var _this) native; 594 static int _get_pageYOffset(var _this) native;
595 595
596 DOMWindow get parent() { return _get__DOMWindow_parent(this); } 596 DOMWindow get parent() { return _get_parent(this); }
597 static DOMWindow _get__DOMWindow_parent(var _this) native; 597 static DOMWindow _get_parent(var _this) native;
598 598
599 void set parent(DOMWindow value) { _set__DOMWindow_parent(this, value); } 599 void set parent(DOMWindow value) { _set_parent(this, value); }
600 static void _set__DOMWindow_parent(var _this, DOMWindow value) native; 600 static void _set_parent(var _this, DOMWindow value) native;
601 601
602 Performance get performance() { return _get__DOMWindow_performance(this); } 602 Performance get performance() { return _get_performance(this); }
603 static Performance _get__DOMWindow_performance(var _this) native; 603 static Performance _get_performance(var _this) native;
604 604
605 void set performance(Performance value) { _set__DOMWindow_performance(this, va lue); } 605 void set performance(Performance value) { _set_performance(this, value); }
606 static void _set__DOMWindow_performance(var _this, Performance value) native; 606 static void _set_performance(var _this, Performance value) native;
607 607
608 BarInfo get personalbar() { return _get__DOMWindow_personalbar(this); } 608 BarInfo get personalbar() { return _get_personalbar(this); }
609 static BarInfo _get__DOMWindow_personalbar(var _this) native; 609 static BarInfo _get_personalbar(var _this) native;
610 610
611 void set personalbar(BarInfo value) { _set__DOMWindow_personalbar(this, value) ; } 611 void set personalbar(BarInfo value) { _set_personalbar(this, value); }
612 static void _set__DOMWindow_personalbar(var _this, BarInfo value) native; 612 static void _set_personalbar(var _this, BarInfo value) native;
613 613
614 Screen get screen() { return _get__DOMWindow_screen(this); } 614 Screen get screen() { return _get_screen(this); }
615 static Screen _get__DOMWindow_screen(var _this) native; 615 static Screen _get_screen(var _this) native;
616 616
617 void set screen(Screen value) { _set__DOMWindow_screen(this, value); } 617 void set screen(Screen value) { _set_screen(this, value); }
618 static void _set__DOMWindow_screen(var _this, Screen value) native; 618 static void _set_screen(var _this, Screen value) native;
619 619
620 int get screenLeft() { return _get__DOMWindow_screenLeft(this); } 620 int get screenLeft() { return _get_screenLeft(this); }
621 static int _get__DOMWindow_screenLeft(var _this) native; 621 static int _get_screenLeft(var _this) native;
622 622
623 void set screenLeft(int value) { _set__DOMWindow_screenLeft(this, value); } 623 void set screenLeft(int value) { _set_screenLeft(this, value); }
624 static void _set__DOMWindow_screenLeft(var _this, int value) native; 624 static void _set_screenLeft(var _this, int value) native;
625 625
626 int get screenTop() { return _get__DOMWindow_screenTop(this); } 626 int get screenTop() { return _get_screenTop(this); }
627 static int _get__DOMWindow_screenTop(var _this) native; 627 static int _get_screenTop(var _this) native;
628 628
629 void set screenTop(int value) { _set__DOMWindow_screenTop(this, value); } 629 void set screenTop(int value) { _set_screenTop(this, value); }
630 static void _set__DOMWindow_screenTop(var _this, int value) native; 630 static void _set_screenTop(var _this, int value) native;
631 631
632 int get screenX() { return _get__DOMWindow_screenX(this); } 632 int get screenX() { return _get_screenX(this); }
633 static int _get__DOMWindow_screenX(var _this) native; 633 static int _get_screenX(var _this) native;
634 634
635 void set screenX(int value) { _set__DOMWindow_screenX(this, value); } 635 void set screenX(int value) { _set_screenX(this, value); }
636 static void _set__DOMWindow_screenX(var _this, int value) native; 636 static void _set_screenX(var _this, int value) native;
637 637
638 int get screenY() { return _get__DOMWindow_screenY(this); } 638 int get screenY() { return _get_screenY(this); }
639 static int _get__DOMWindow_screenY(var _this) native; 639 static int _get_screenY(var _this) native;
640 640
641 void set screenY(int value) { _set__DOMWindow_screenY(this, value); } 641 void set screenY(int value) { _set_screenY(this, value); }
642 static void _set__DOMWindow_screenY(var _this, int value) native; 642 static void _set_screenY(var _this, int value) native;
643 643
644 int get scrollX() { return _get__DOMWindow_scrollX(this); } 644 int get scrollX() { return _get_scrollX(this); }
645 static int _get__DOMWindow_scrollX(var _this) native; 645 static int _get_scrollX(var _this) native;
646 646
647 void set scrollX(int value) { _set__DOMWindow_scrollX(this, value); } 647 void set scrollX(int value) { _set_scrollX(this, value); }
648 static void _set__DOMWindow_scrollX(var _this, int value) native; 648 static void _set_scrollX(var _this, int value) native;
649 649
650 int get scrollY() { return _get__DOMWindow_scrollY(this); } 650 int get scrollY() { return _get_scrollY(this); }
651 static int _get__DOMWindow_scrollY(var _this) native; 651 static int _get_scrollY(var _this) native;
652 652
653 void set scrollY(int value) { _set__DOMWindow_scrollY(this, value); } 653 void set scrollY(int value) { _set_scrollY(this, value); }
654 static void _set__DOMWindow_scrollY(var _this, int value) native; 654 static void _set_scrollY(var _this, int value) native;
655 655
656 BarInfo get scrollbars() { return _get__DOMWindow_scrollbars(this); } 656 BarInfo get scrollbars() { return _get_scrollbars(this); }
657 static BarInfo _get__DOMWindow_scrollbars(var _this) native; 657 static BarInfo _get_scrollbars(var _this) native;
658 658
659 void set scrollbars(BarInfo value) { _set__DOMWindow_scrollbars(this, value); } 659 void set scrollbars(BarInfo value) { _set_scrollbars(this, value); }
660 static void _set__DOMWindow_scrollbars(var _this, BarInfo value) native; 660 static void _set_scrollbars(var _this, BarInfo value) native;
661 661
662 DOMWindow get self() { return _get__DOMWindow_self(this); } 662 DOMWindow get self() { return _get_self(this); }
663 static DOMWindow _get__DOMWindow_self(var _this) native; 663 static DOMWindow _get_self(var _this) native;
664 664
665 void set self(DOMWindow value) { _set__DOMWindow_self(this, value); } 665 void set self(DOMWindow value) { _set_self(this, value); }
666 static void _set__DOMWindow_self(var _this, DOMWindow value) native; 666 static void _set_self(var _this, DOMWindow value) native;
667 667
668 Storage get sessionStorage() { return _get__DOMWindow_sessionStorage(this); } 668 Storage get sessionStorage() { return _get_sessionStorage(this); }
669 static Storage _get__DOMWindow_sessionStorage(var _this) native; 669 static Storage _get_sessionStorage(var _this) native;
670 670
671 String get status() { return _get__DOMWindow_status(this); } 671 String get status() { return _get_status(this); }
672 static String _get__DOMWindow_status(var _this) native; 672 static String _get_status(var _this) native;
673 673
674 void set status(String value) { _set__DOMWindow_status(this, value); } 674 void set status(String value) { _set_status(this, value); }
675 static void _set__DOMWindow_status(var _this, String value) native; 675 static void _set_status(var _this, String value) native;
676 676
677 BarInfo get statusbar() { return _get__DOMWindow_statusbar(this); } 677 BarInfo get statusbar() { return _get_statusbar(this); }
678 static BarInfo _get__DOMWindow_statusbar(var _this) native; 678 static BarInfo _get_statusbar(var _this) native;
679 679
680 void set statusbar(BarInfo value) { _set__DOMWindow_statusbar(this, value); } 680 void set statusbar(BarInfo value) { _set_statusbar(this, value); }
681 static void _set__DOMWindow_statusbar(var _this, BarInfo value) native; 681 static void _set_statusbar(var _this, BarInfo value) native;
682 682
683 StyleMedia get styleMedia() { return _get__DOMWindow_styleMedia(this); } 683 StyleMedia get styleMedia() { return _get_styleMedia(this); }
684 static StyleMedia _get__DOMWindow_styleMedia(var _this) native; 684 static StyleMedia _get_styleMedia(var _this) native;
685 685
686 BarInfo get toolbar() { return _get__DOMWindow_toolbar(this); } 686 BarInfo get toolbar() { return _get_toolbar(this); }
687 static BarInfo _get__DOMWindow_toolbar(var _this) native; 687 static BarInfo _get_toolbar(var _this) native;
688 688
689 void set toolbar(BarInfo value) { _set__DOMWindow_toolbar(this, value); } 689 void set toolbar(BarInfo value) { _set_toolbar(this, value); }
690 static void _set__DOMWindow_toolbar(var _this, BarInfo value) native; 690 static void _set_toolbar(var _this, BarInfo value) native;
691 691
692 DOMWindow get top() { return _get__DOMWindow_top(this); } 692 DOMWindow get top() { return _get_top(this); }
693 static DOMWindow _get__DOMWindow_top(var _this) native; 693 static DOMWindow _get_top(var _this) native;
694 694
695 void set top(DOMWindow value) { _set__DOMWindow_top(this, value); } 695 void set top(DOMWindow value) { _set_top(this, value); }
696 static void _set__DOMWindow_top(var _this, DOMWindow value) native; 696 static void _set_top(var _this, DOMWindow value) native;
697 697
698 NotificationCenter get webkitNotifications() { return _get__DOMWindow_webkitNo tifications(this); } 698 NotificationCenter get webkitNotifications() { return _get_webkitNotifications (this); }
699 static NotificationCenter _get__DOMWindow_webkitNotifications(var _this) nativ e; 699 static NotificationCenter _get_webkitNotifications(var _this) native;
700 700
701 DOMURL get webkitURL() { return _get__DOMWindow_webkitURL(this); } 701 DOMURL get webkitURL() { return _get_webkitURL(this); }
702 static DOMURL _get__DOMWindow_webkitURL(var _this) native; 702 static DOMURL _get_webkitURL(var _this) native;
703 703
704 DOMWindow get window() { return _get__DOMWindow_window(this); } 704 DOMWindow get window() { return _get_window(this); }
705 static DOMWindow _get__DOMWindow_window(var _this) native; 705 static DOMWindow _get_window(var _this) native;
706 706
707 void addEventListener(String type, EventListener listener, [bool useCapture = null]) { 707 void addEventListener(String type, EventListener listener, [bool useCapture = null]) {
708 if (useCapture === null) { 708 if (useCapture === null) {
709 _addEventListener(this, type, listener); 709 _addEventListener_DOMWindow(this, type, listener);
710 return; 710 return;
711 } else { 711 } else {
712 _addEventListener_2(this, type, listener, useCapture); 712 _addEventListener_DOMWindow_2(this, type, listener, useCapture);
713 return; 713 return;
714 } 714 }
715 } 715 }
716 static void _addEventListener(receiver, type, listener) native; 716 static void _addEventListener_DOMWindow(receiver, type, listener) native;
717 static void _addEventListener_2(receiver, type, listener, useCapture) native; 717 static void _addEventListener_DOMWindow_2(receiver, type, listener, useCapture ) native;
718 718
719 void alert(String message) { 719 void alert(String message) {
720 _alert(this, message); 720 _alert(this, message);
721 return; 721 return;
722 } 722 }
723 static void _alert(receiver, message) native; 723 static void _alert(receiver, message) native;
724 724
725 String atob(String string) { 725 String atob(String string) {
726 return _atob(this, string); 726 return _atob(this, string);
727 } 727 }
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 return; 761 return;
762 } 762 }
763 static void _close(receiver) native; 763 static void _close(receiver) native;
764 764
765 bool confirm(String message) { 765 bool confirm(String message) {
766 return _confirm(this, message); 766 return _confirm(this, message);
767 } 767 }
768 static bool _confirm(receiver, message) native; 768 static bool _confirm(receiver, message) native;
769 769
770 bool dispatchEvent(Event evt) { 770 bool dispatchEvent(Event evt) {
771 return _dispatchEvent(this, evt); 771 return _dispatchEvent_DOMWindow(this, evt);
772 } 772 }
773 static bool _dispatchEvent(receiver, evt) native; 773 static bool _dispatchEvent_DOMWindow(receiver, evt) native;
774 774
775 bool find(String string, bool caseSensitive, bool backwards, bool wrap, bool w holeWord, bool searchInFrames, bool showDialog) { 775 bool find(String string, bool caseSensitive, bool backwards, bool wrap, bool w holeWord, bool searchInFrames, bool showDialog) {
776 return _find(this, string, caseSensitive, backwards, wrap, wholeWord, search InFrames, showDialog); 776 return _find(this, string, caseSensitive, backwards, wrap, wholeWord, search InFrames, showDialog);
777 } 777 }
778 static bool _find(receiver, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog) native; 778 static bool _find(receiver, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog) native;
779 779
780 void focus() { 780 void focus() {
781 _focus(this); 781 _focus(this);
782 return; 782 return;
783 } 783 }
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 static String _prompt(receiver, message, defaultValue) native; 854 static String _prompt(receiver, message, defaultValue) native;
855 855
856 void releaseEvents() { 856 void releaseEvents() {
857 _releaseEvents(this); 857 _releaseEvents(this);
858 return; 858 return;
859 } 859 }
860 static void _releaseEvents(receiver) native; 860 static void _releaseEvents(receiver) native;
861 861
862 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) { 862 void removeEventListener(String type, EventListener listener, [bool useCapture = null]) {
863 if (useCapture === null) { 863 if (useCapture === null) {
864 _removeEventListener(this, type, listener); 864 _removeEventListener_DOMWindow(this, type, listener);
865 return; 865 return;
866 } else { 866 } else {
867 _removeEventListener_2(this, type, listener, useCapture); 867 _removeEventListener_DOMWindow_2(this, type, listener, useCapture);
868 return; 868 return;
869 } 869 }
870 } 870 }
871 static void _removeEventListener(receiver, type, listener) native; 871 static void _removeEventListener_DOMWindow(receiver, type, listener) native;
872 static void _removeEventListener_2(receiver, type, listener, useCapture) nativ e; 872 static void _removeEventListener_DOMWindow_2(receiver, type, listener, useCapt ure) native;
873 873
874 void resizeBy(num x, num y) { 874 void resizeBy(num x, num y) {
875 _resizeBy(this, x, y); 875 _resizeBy(this, x, y);
876 return; 876 return;
877 } 877 }
878 static void _resizeBy(receiver, x, y) native; 878 static void _resizeBy(receiver, x, y) native;
879 879
880 void resizeTo(num width, num height) { 880 void resizeTo(num width, num height) {
881 _resizeTo(this, width, height); 881 _resizeTo(this, width, height);
882 return; 882 return;
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
968 static void _webkitPostMessage(receiver, message, targetOrigin_OR_transferList ) native; 968 static void _webkitPostMessage(receiver, message, targetOrigin_OR_transferList ) native;
969 static void _webkitPostMessage_2(receiver, message, targetOrigin_OR_transferLi st, targetOrigin) native; 969 static void _webkitPostMessage_2(receiver, message, targetOrigin_OR_transferLi st, targetOrigin) native;
970 970
971 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element) { 971 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen t element) {
972 return _webkitRequestAnimationFrame(this, callback, element); 972 return _webkitRequestAnimationFrame(this, callback, element);
973 } 973 }
974 static int _webkitRequestAnimationFrame(receiver, callback, element) native; 974 static int _webkitRequestAnimationFrame(receiver, callback, element) native;
975 975
976 String get typeName() { return "DOMWindow"; } 976 String get typeName() { return "DOMWindow"; }
977 } 977 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698