| OLD | NEW |
| 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 { |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 | 124 |
| 125 void set navigator(Navigator value) { _set_navigator(this, value); } | 125 void set navigator(Navigator value) { _set_navigator(this, value); } |
| 126 static void _set_navigator(var _this, Navigator value) native; | 126 static void _set_navigator(var _this, Navigator value) native; |
| 127 | 127 |
| 128 bool get offscreenBuffering() { return _get_offscreenBuffering(this); } | 128 bool get offscreenBuffering() { return _get_offscreenBuffering(this); } |
| 129 static bool _get_offscreenBuffering(var _this) native; | 129 static bool _get_offscreenBuffering(var _this) native; |
| 130 | 130 |
| 131 void set offscreenBuffering(bool value) { _set_offscreenBuffering(this, value)
; } | 131 void set offscreenBuffering(bool value) { _set_offscreenBuffering(this, value)
; } |
| 132 static void _set_offscreenBuffering(var _this, bool value) native; | 132 static void _set_offscreenBuffering(var _this, bool value) native; |
| 133 | 133 |
| 134 EventListener get onabort() { return _get_onabort(this); } | |
| 135 static EventListener _get_onabort(var _this) native; | |
| 136 | |
| 137 void set onabort(EventListener value) { _set_onabort(this, value); } | |
| 138 static void _set_onabort(var _this, EventListener value) native; | |
| 139 | |
| 140 EventListener get onbeforeunload() { return _get_onbeforeunload(this); } | |
| 141 static EventListener _get_onbeforeunload(var _this) native; | |
| 142 | |
| 143 void set onbeforeunload(EventListener value) { _set_onbeforeunload(this, value
); } | |
| 144 static void _set_onbeforeunload(var _this, EventListener value) native; | |
| 145 | |
| 146 EventListener get onblur() { return _get_onblur(this); } | |
| 147 static EventListener _get_onblur(var _this) native; | |
| 148 | |
| 149 void set onblur(EventListener value) { _set_onblur(this, value); } | |
| 150 static void _set_onblur(var _this, EventListener value) native; | |
| 151 | |
| 152 EventListener get oncanplay() { return _get_oncanplay(this); } | |
| 153 static EventListener _get_oncanplay(var _this) native; | |
| 154 | |
| 155 void set oncanplay(EventListener value) { _set_oncanplay(this, value); } | |
| 156 static void _set_oncanplay(var _this, EventListener value) native; | |
| 157 | |
| 158 EventListener get oncanplaythrough() { return _get_oncanplaythrough(this); } | |
| 159 static EventListener _get_oncanplaythrough(var _this) native; | |
| 160 | |
| 161 void set oncanplaythrough(EventListener value) { _set_oncanplaythrough(this, v
alue); } | |
| 162 static void _set_oncanplaythrough(var _this, EventListener value) native; | |
| 163 | |
| 164 EventListener get onchange() { return _get_onchange(this); } | |
| 165 static EventListener _get_onchange(var _this) native; | |
| 166 | |
| 167 void set onchange(EventListener value) { _set_onchange(this, value); } | |
| 168 static void _set_onchange(var _this, EventListener value) native; | |
| 169 | |
| 170 EventListener get onclick() { return _get_onclick(this); } | |
| 171 static EventListener _get_onclick(var _this) native; | |
| 172 | |
| 173 void set onclick(EventListener value) { _set_onclick(this, value); } | |
| 174 static void _set_onclick(var _this, EventListener value) native; | |
| 175 | |
| 176 EventListener get oncontextmenu() { return _get_oncontextmenu(this); } | |
| 177 static EventListener _get_oncontextmenu(var _this) native; | |
| 178 | |
| 179 void set oncontextmenu(EventListener value) { _set_oncontextmenu(this, value);
} | |
| 180 static void _set_oncontextmenu(var _this, EventListener value) native; | |
| 181 | |
| 182 EventListener get ondblclick() { return _get_ondblclick(this); } | |
| 183 static EventListener _get_ondblclick(var _this) native; | |
| 184 | |
| 185 void set ondblclick(EventListener value) { _set_ondblclick(this, value); } | |
| 186 static void _set_ondblclick(var _this, EventListener value) native; | |
| 187 | |
| 188 EventListener get ondevicemotion() { return _get_ondevicemotion(this); } | |
| 189 static EventListener _get_ondevicemotion(var _this) native; | |
| 190 | |
| 191 void set ondevicemotion(EventListener value) { _set_ondevicemotion(this, value
); } | |
| 192 static void _set_ondevicemotion(var _this, EventListener value) native; | |
| 193 | |
| 194 EventListener get ondeviceorientation() { return _get_ondeviceorientation(this
); } | |
| 195 static EventListener _get_ondeviceorientation(var _this) native; | |
| 196 | |
| 197 void set ondeviceorientation(EventListener value) { _set_ondeviceorientation(t
his, value); } | |
| 198 static void _set_ondeviceorientation(var _this, EventListener value) native; | |
| 199 | |
| 200 EventListener get ondrag() { return _get_ondrag(this); } | |
| 201 static EventListener _get_ondrag(var _this) native; | |
| 202 | |
| 203 void set ondrag(EventListener value) { _set_ondrag(this, value); } | |
| 204 static void _set_ondrag(var _this, EventListener value) native; | |
| 205 | |
| 206 EventListener get ondragend() { return _get_ondragend(this); } | |
| 207 static EventListener _get_ondragend(var _this) native; | |
| 208 | |
| 209 void set ondragend(EventListener value) { _set_ondragend(this, value); } | |
| 210 static void _set_ondragend(var _this, EventListener value) native; | |
| 211 | |
| 212 EventListener get ondragenter() { return _get_ondragenter(this); } | |
| 213 static EventListener _get_ondragenter(var _this) native; | |
| 214 | |
| 215 void set ondragenter(EventListener value) { _set_ondragenter(this, value); } | |
| 216 static void _set_ondragenter(var _this, EventListener value) native; | |
| 217 | |
| 218 EventListener get ondragleave() { return _get_ondragleave(this); } | |
| 219 static EventListener _get_ondragleave(var _this) native; | |
| 220 | |
| 221 void set ondragleave(EventListener value) { _set_ondragleave(this, value); } | |
| 222 static void _set_ondragleave(var _this, EventListener value) native; | |
| 223 | |
| 224 EventListener get ondragover() { return _get_ondragover(this); } | |
| 225 static EventListener _get_ondragover(var _this) native; | |
| 226 | |
| 227 void set ondragover(EventListener value) { _set_ondragover(this, value); } | |
| 228 static void _set_ondragover(var _this, EventListener value) native; | |
| 229 | |
| 230 EventListener get ondragstart() { return _get_ondragstart(this); } | |
| 231 static EventListener _get_ondragstart(var _this) native; | |
| 232 | |
| 233 void set ondragstart(EventListener value) { _set_ondragstart(this, value); } | |
| 234 static void _set_ondragstart(var _this, EventListener value) native; | |
| 235 | |
| 236 EventListener get ondrop() { return _get_ondrop(this); } | |
| 237 static EventListener _get_ondrop(var _this) native; | |
| 238 | |
| 239 void set ondrop(EventListener value) { _set_ondrop(this, value); } | |
| 240 static void _set_ondrop(var _this, EventListener value) native; | |
| 241 | |
| 242 EventListener get ondurationchange() { return _get_ondurationchange(this); } | |
| 243 static EventListener _get_ondurationchange(var _this) native; | |
| 244 | |
| 245 void set ondurationchange(EventListener value) { _set_ondurationchange(this, v
alue); } | |
| 246 static void _set_ondurationchange(var _this, EventListener value) native; | |
| 247 | |
| 248 EventListener get onemptied() { return _get_onemptied(this); } | |
| 249 static EventListener _get_onemptied(var _this) native; | |
| 250 | |
| 251 void set onemptied(EventListener value) { _set_onemptied(this, value); } | |
| 252 static void _set_onemptied(var _this, EventListener value) native; | |
| 253 | |
| 254 EventListener get onended() { return _get_onended(this); } | |
| 255 static EventListener _get_onended(var _this) native; | |
| 256 | |
| 257 void set onended(EventListener value) { _set_onended(this, value); } | |
| 258 static void _set_onended(var _this, EventListener value) native; | |
| 259 | |
| 260 EventListener get onerror() { return _get_onerror(this); } | |
| 261 static EventListener _get_onerror(var _this) native; | |
| 262 | |
| 263 void set onerror(EventListener value) { _set_onerror(this, value); } | |
| 264 static void _set_onerror(var _this, EventListener value) native; | |
| 265 | |
| 266 EventListener get onfocus() { return _get_onfocus(this); } | |
| 267 static EventListener _get_onfocus(var _this) native; | |
| 268 | |
| 269 void set onfocus(EventListener value) { _set_onfocus(this, value); } | |
| 270 static void _set_onfocus(var _this, EventListener value) native; | |
| 271 | |
| 272 EventListener get onhashchange() { return _get_onhashchange(this); } | |
| 273 static EventListener _get_onhashchange(var _this) native; | |
| 274 | |
| 275 void set onhashchange(EventListener value) { _set_onhashchange(this, value); } | |
| 276 static void _set_onhashchange(var _this, EventListener value) native; | |
| 277 | |
| 278 EventListener get oninput() { return _get_oninput(this); } | |
| 279 static EventListener _get_oninput(var _this) native; | |
| 280 | |
| 281 void set oninput(EventListener value) { _set_oninput(this, value); } | |
| 282 static void _set_oninput(var _this, EventListener value) native; | |
| 283 | |
| 284 EventListener get oninvalid() { return _get_oninvalid(this); } | |
| 285 static EventListener _get_oninvalid(var _this) native; | |
| 286 | |
| 287 void set oninvalid(EventListener value) { _set_oninvalid(this, value); } | |
| 288 static void _set_oninvalid(var _this, EventListener value) native; | |
| 289 | |
| 290 EventListener get onkeydown() { return _get_onkeydown(this); } | |
| 291 static EventListener _get_onkeydown(var _this) native; | |
| 292 | |
| 293 void set onkeydown(EventListener value) { _set_onkeydown(this, value); } | |
| 294 static void _set_onkeydown(var _this, EventListener value) native; | |
| 295 | |
| 296 EventListener get onkeypress() { return _get_onkeypress(this); } | |
| 297 static EventListener _get_onkeypress(var _this) native; | |
| 298 | |
| 299 void set onkeypress(EventListener value) { _set_onkeypress(this, value); } | |
| 300 static void _set_onkeypress(var _this, EventListener value) native; | |
| 301 | |
| 302 EventListener get onkeyup() { return _get_onkeyup(this); } | |
| 303 static EventListener _get_onkeyup(var _this) native; | |
| 304 | |
| 305 void set onkeyup(EventListener value) { _set_onkeyup(this, value); } | |
| 306 static void _set_onkeyup(var _this, EventListener value) native; | |
| 307 | |
| 308 EventListener get onload() { return _get_onload(this); } | |
| 309 static EventListener _get_onload(var _this) native; | |
| 310 | |
| 311 void set onload(EventListener value) { _set_onload(this, value); } | |
| 312 static void _set_onload(var _this, EventListener value) native; | |
| 313 | |
| 314 EventListener get onloadeddata() { return _get_onloadeddata(this); } | |
| 315 static EventListener _get_onloadeddata(var _this) native; | |
| 316 | |
| 317 void set onloadeddata(EventListener value) { _set_onloadeddata(this, value); } | |
| 318 static void _set_onloadeddata(var _this, EventListener value) native; | |
| 319 | |
| 320 EventListener get onloadedmetadata() { return _get_onloadedmetadata(this); } | |
| 321 static EventListener _get_onloadedmetadata(var _this) native; | |
| 322 | |
| 323 void set onloadedmetadata(EventListener value) { _set_onloadedmetadata(this, v
alue); } | |
| 324 static void _set_onloadedmetadata(var _this, EventListener value) native; | |
| 325 | |
| 326 EventListener get onloadstart() { return _get_onloadstart(this); } | |
| 327 static EventListener _get_onloadstart(var _this) native; | |
| 328 | |
| 329 void set onloadstart(EventListener value) { _set_onloadstart(this, value); } | |
| 330 static void _set_onloadstart(var _this, EventListener value) native; | |
| 331 | |
| 332 EventListener get onmessage() { return _get_onmessage(this); } | |
| 333 static EventListener _get_onmessage(var _this) native; | |
| 334 | |
| 335 void set onmessage(EventListener value) { _set_onmessage(this, value); } | |
| 336 static void _set_onmessage(var _this, EventListener value) native; | |
| 337 | |
| 338 EventListener get onmousedown() { return _get_onmousedown(this); } | |
| 339 static EventListener _get_onmousedown(var _this) native; | |
| 340 | |
| 341 void set onmousedown(EventListener value) { _set_onmousedown(this, value); } | |
| 342 static void _set_onmousedown(var _this, EventListener value) native; | |
| 343 | |
| 344 EventListener get onmousemove() { return _get_onmousemove(this); } | |
| 345 static EventListener _get_onmousemove(var _this) native; | |
| 346 | |
| 347 void set onmousemove(EventListener value) { _set_onmousemove(this, value); } | |
| 348 static void _set_onmousemove(var _this, EventListener value) native; | |
| 349 | |
| 350 EventListener get onmouseout() { return _get_onmouseout(this); } | |
| 351 static EventListener _get_onmouseout(var _this) native; | |
| 352 | |
| 353 void set onmouseout(EventListener value) { _set_onmouseout(this, value); } | |
| 354 static void _set_onmouseout(var _this, EventListener value) native; | |
| 355 | |
| 356 EventListener get onmouseover() { return _get_onmouseover(this); } | |
| 357 static EventListener _get_onmouseover(var _this) native; | |
| 358 | |
| 359 void set onmouseover(EventListener value) { _set_onmouseover(this, value); } | |
| 360 static void _set_onmouseover(var _this, EventListener value) native; | |
| 361 | |
| 362 EventListener get onmouseup() { return _get_onmouseup(this); } | |
| 363 static EventListener _get_onmouseup(var _this) native; | |
| 364 | |
| 365 void set onmouseup(EventListener value) { _set_onmouseup(this, value); } | |
| 366 static void _set_onmouseup(var _this, EventListener value) native; | |
| 367 | |
| 368 EventListener get onmousewheel() { return _get_onmousewheel(this); } | |
| 369 static EventListener _get_onmousewheel(var _this) native; | |
| 370 | |
| 371 void set onmousewheel(EventListener value) { _set_onmousewheel(this, value); } | |
| 372 static void _set_onmousewheel(var _this, EventListener value) native; | |
| 373 | |
| 374 EventListener get onoffline() { return _get_onoffline(this); } | |
| 375 static EventListener _get_onoffline(var _this) native; | |
| 376 | |
| 377 void set onoffline(EventListener value) { _set_onoffline(this, value); } | |
| 378 static void _set_onoffline(var _this, EventListener value) native; | |
| 379 | |
| 380 EventListener get ononline() { return _get_ononline(this); } | |
| 381 static EventListener _get_ononline(var _this) native; | |
| 382 | |
| 383 void set ononline(EventListener value) { _set_ononline(this, value); } | |
| 384 static void _set_ononline(var _this, EventListener value) native; | |
| 385 | |
| 386 EventListener get onpagehide() { return _get_onpagehide(this); } | |
| 387 static EventListener _get_onpagehide(var _this) native; | |
| 388 | |
| 389 void set onpagehide(EventListener value) { _set_onpagehide(this, value); } | |
| 390 static void _set_onpagehide(var _this, EventListener value) native; | |
| 391 | |
| 392 EventListener get onpageshow() { return _get_onpageshow(this); } | |
| 393 static EventListener _get_onpageshow(var _this) native; | |
| 394 | |
| 395 void set onpageshow(EventListener value) { _set_onpageshow(this, value); } | |
| 396 static void _set_onpageshow(var _this, EventListener value) native; | |
| 397 | |
| 398 EventListener get onpause() { return _get_onpause(this); } | |
| 399 static EventListener _get_onpause(var _this) native; | |
| 400 | |
| 401 void set onpause(EventListener value) { _set_onpause(this, value); } | |
| 402 static void _set_onpause(var _this, EventListener value) native; | |
| 403 | |
| 404 EventListener get onplay() { return _get_onplay(this); } | |
| 405 static EventListener _get_onplay(var _this) native; | |
| 406 | |
| 407 void set onplay(EventListener value) { _set_onplay(this, value); } | |
| 408 static void _set_onplay(var _this, EventListener value) native; | |
| 409 | |
| 410 EventListener get onplaying() { return _get_onplaying(this); } | |
| 411 static EventListener _get_onplaying(var _this) native; | |
| 412 | |
| 413 void set onplaying(EventListener value) { _set_onplaying(this, value); } | |
| 414 static void _set_onplaying(var _this, EventListener value) native; | |
| 415 | |
| 416 EventListener get onpopstate() { return _get_onpopstate(this); } | |
| 417 static EventListener _get_onpopstate(var _this) native; | |
| 418 | |
| 419 void set onpopstate(EventListener value) { _set_onpopstate(this, value); } | |
| 420 static void _set_onpopstate(var _this, EventListener value) native; | |
| 421 | |
| 422 EventListener get onprogress() { return _get_onprogress(this); } | |
| 423 static EventListener _get_onprogress(var _this) native; | |
| 424 | |
| 425 void set onprogress(EventListener value) { _set_onprogress(this, value); } | |
| 426 static void _set_onprogress(var _this, EventListener value) native; | |
| 427 | |
| 428 EventListener get onratechange() { return _get_onratechange(this); } | |
| 429 static EventListener _get_onratechange(var _this) native; | |
| 430 | |
| 431 void set onratechange(EventListener value) { _set_onratechange(this, value); } | |
| 432 static void _set_onratechange(var _this, EventListener value) native; | |
| 433 | |
| 434 EventListener get onreset() { return _get_onreset(this); } | |
| 435 static EventListener _get_onreset(var _this) native; | |
| 436 | |
| 437 void set onreset(EventListener value) { _set_onreset(this, value); } | |
| 438 static void _set_onreset(var _this, EventListener value) native; | |
| 439 | |
| 440 EventListener get onresize() { return _get_onresize(this); } | |
| 441 static EventListener _get_onresize(var _this) native; | |
| 442 | |
| 443 void set onresize(EventListener value) { _set_onresize(this, value); } | |
| 444 static void _set_onresize(var _this, EventListener value) native; | |
| 445 | |
| 446 EventListener get onscroll() { return _get_onscroll(this); } | |
| 447 static EventListener _get_onscroll(var _this) native; | |
| 448 | |
| 449 void set onscroll(EventListener value) { _set_onscroll(this, value); } | |
| 450 static void _set_onscroll(var _this, EventListener value) native; | |
| 451 | |
| 452 EventListener get onsearch() { return _get_onsearch(this); } | |
| 453 static EventListener _get_onsearch(var _this) native; | |
| 454 | |
| 455 void set onsearch(EventListener value) { _set_onsearch(this, value); } | |
| 456 static void _set_onsearch(var _this, EventListener value) native; | |
| 457 | |
| 458 EventListener get onseeked() { return _get_onseeked(this); } | |
| 459 static EventListener _get_onseeked(var _this) native; | |
| 460 | |
| 461 void set onseeked(EventListener value) { _set_onseeked(this, value); } | |
| 462 static void _set_onseeked(var _this, EventListener value) native; | |
| 463 | |
| 464 EventListener get onseeking() { return _get_onseeking(this); } | |
| 465 static EventListener _get_onseeking(var _this) native; | |
| 466 | |
| 467 void set onseeking(EventListener value) { _set_onseeking(this, value); } | |
| 468 static void _set_onseeking(var _this, EventListener value) native; | |
| 469 | |
| 470 EventListener get onselect() { return _get_onselect(this); } | |
| 471 static EventListener _get_onselect(var _this) native; | |
| 472 | |
| 473 void set onselect(EventListener value) { _set_onselect(this, value); } | |
| 474 static void _set_onselect(var _this, EventListener value) native; | |
| 475 | |
| 476 EventListener get onstalled() { return _get_onstalled(this); } | |
| 477 static EventListener _get_onstalled(var _this) native; | |
| 478 | |
| 479 void set onstalled(EventListener value) { _set_onstalled(this, value); } | |
| 480 static void _set_onstalled(var _this, EventListener value) native; | |
| 481 | |
| 482 EventListener get onstorage() { return _get_onstorage(this); } | |
| 483 static EventListener _get_onstorage(var _this) native; | |
| 484 | |
| 485 void set onstorage(EventListener value) { _set_onstorage(this, value); } | |
| 486 static void _set_onstorage(var _this, EventListener value) native; | |
| 487 | |
| 488 EventListener get onsubmit() { return _get_onsubmit(this); } | |
| 489 static EventListener _get_onsubmit(var _this) native; | |
| 490 | |
| 491 void set onsubmit(EventListener value) { _set_onsubmit(this, value); } | |
| 492 static void _set_onsubmit(var _this, EventListener value) native; | |
| 493 | |
| 494 EventListener get onsuspend() { return _get_onsuspend(this); } | |
| 495 static EventListener _get_onsuspend(var _this) native; | |
| 496 | |
| 497 void set onsuspend(EventListener value) { _set_onsuspend(this, value); } | |
| 498 static void _set_onsuspend(var _this, EventListener value) native; | |
| 499 | |
| 500 EventListener get ontimeupdate() { return _get_ontimeupdate(this); } | |
| 501 static EventListener _get_ontimeupdate(var _this) native; | |
| 502 | |
| 503 void set ontimeupdate(EventListener value) { _set_ontimeupdate(this, value); } | |
| 504 static void _set_ontimeupdate(var _this, EventListener value) native; | |
| 505 | |
| 506 EventListener get ontouchcancel() { return _get_ontouchcancel(this); } | |
| 507 static EventListener _get_ontouchcancel(var _this) native; | |
| 508 | |
| 509 void set ontouchcancel(EventListener value) { _set_ontouchcancel(this, value);
} | |
| 510 static void _set_ontouchcancel(var _this, EventListener value) native; | |
| 511 | |
| 512 EventListener get ontouchend() { return _get_ontouchend(this); } | |
| 513 static EventListener _get_ontouchend(var _this) native; | |
| 514 | |
| 515 void set ontouchend(EventListener value) { _set_ontouchend(this, value); } | |
| 516 static void _set_ontouchend(var _this, EventListener value) native; | |
| 517 | |
| 518 EventListener get ontouchmove() { return _get_ontouchmove(this); } | |
| 519 static EventListener _get_ontouchmove(var _this) native; | |
| 520 | |
| 521 void set ontouchmove(EventListener value) { _set_ontouchmove(this, value); } | |
| 522 static void _set_ontouchmove(var _this, EventListener value) native; | |
| 523 | |
| 524 EventListener get ontouchstart() { return _get_ontouchstart(this); } | |
| 525 static EventListener _get_ontouchstart(var _this) native; | |
| 526 | |
| 527 void set ontouchstart(EventListener value) { _set_ontouchstart(this, value); } | |
| 528 static void _set_ontouchstart(var _this, EventListener value) native; | |
| 529 | |
| 530 EventListener get onunload() { return _get_onunload(this); } | |
| 531 static EventListener _get_onunload(var _this) native; | |
| 532 | |
| 533 void set onunload(EventListener value) { _set_onunload(this, value); } | |
| 534 static void _set_onunload(var _this, EventListener value) native; | |
| 535 | |
| 536 EventListener get onvolumechange() { return _get_onvolumechange(this); } | |
| 537 static EventListener _get_onvolumechange(var _this) native; | |
| 538 | |
| 539 void set onvolumechange(EventListener value) { _set_onvolumechange(this, value
); } | |
| 540 static void _set_onvolumechange(var _this, EventListener value) native; | |
| 541 | |
| 542 EventListener get onwaiting() { return _get_onwaiting(this); } | |
| 543 static EventListener _get_onwaiting(var _this) native; | |
| 544 | |
| 545 void set onwaiting(EventListener value) { _set_onwaiting(this, value); } | |
| 546 static void _set_onwaiting(var _this, EventListener value) native; | |
| 547 | |
| 548 EventListener get onwebkitanimationend() { return _get_onwebkitanimationend(th
is); } | |
| 549 static EventListener _get_onwebkitanimationend(var _this) native; | |
| 550 | |
| 551 void set onwebkitanimationend(EventListener value) { _set_onwebkitanimationend
(this, value); } | |
| 552 static void _set_onwebkitanimationend(var _this, EventListener value) native; | |
| 553 | |
| 554 EventListener get onwebkitanimationiteration() { return _get_onwebkitanimation
iteration(this); } | |
| 555 static EventListener _get_onwebkitanimationiteration(var _this) native; | |
| 556 | |
| 557 void set onwebkitanimationiteration(EventListener value) { _set_onwebkitanimat
ioniteration(this, value); } | |
| 558 static void _set_onwebkitanimationiteration(var _this, EventListener value) na
tive; | |
| 559 | |
| 560 EventListener get onwebkitanimationstart() { return _get_onwebkitanimationstar
t(this); } | |
| 561 static EventListener _get_onwebkitanimationstart(var _this) native; | |
| 562 | |
| 563 void set onwebkitanimationstart(EventListener value) { _set_onwebkitanimations
tart(this, value); } | |
| 564 static void _set_onwebkitanimationstart(var _this, EventListener value) native
; | |
| 565 | |
| 566 EventListener get onwebkittransitionend() { return _get_onwebkittransitionend(
this); } | |
| 567 static EventListener _get_onwebkittransitionend(var _this) native; | |
| 568 | |
| 569 void set onwebkittransitionend(EventListener value) { _set_onwebkittransitione
nd(this, value); } | |
| 570 static void _set_onwebkittransitionend(var _this, EventListener value) native; | |
| 571 | |
| 572 DOMWindow get opener() { return _get_opener(this); } | 134 DOMWindow get opener() { return _get_opener(this); } |
| 573 static DOMWindow _get_opener(var _this) native; | 135 static DOMWindow _get_opener(var _this) native; |
| 574 | 136 |
| 575 void set opener(DOMWindow value) { _set_opener(this, value); } | 137 void set opener(DOMWindow value) { _set_opener(this, value); } |
| 576 static void _set_opener(var _this, DOMWindow value) native; | 138 static void _set_opener(var _this, DOMWindow value) native; |
| 577 | 139 |
| 578 int get outerHeight() { return _get_outerHeight(this); } | 140 int get outerHeight() { return _get_outerHeight(this); } |
| 579 static int _get_outerHeight(var _this) native; | 141 static int _get_outerHeight(var _this) native; |
| 580 | 142 |
| 581 void set outerHeight(int value) { _set_outerHeight(this, value); } | 143 void set outerHeight(int value) { _set_outerHeight(this, value); } |
| (...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 968 static void _webkitPostMessage(receiver, message, targetOrigin_OR_transferList
) native; | 530 static void _webkitPostMessage(receiver, message, targetOrigin_OR_transferList
) native; |
| 969 static void _webkitPostMessage_2(receiver, message, targetOrigin_OR_transferLi
st, targetOrigin) native; | 531 static void _webkitPostMessage_2(receiver, message, targetOrigin_OR_transferLi
st, targetOrigin) native; |
| 970 | 532 |
| 971 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen
t element) { | 533 int webkitRequestAnimationFrame(RequestAnimationFrameCallback callback, Elemen
t element) { |
| 972 return _webkitRequestAnimationFrame(this, callback, element); | 534 return _webkitRequestAnimationFrame(this, callback, element); |
| 973 } | 535 } |
| 974 static int _webkitRequestAnimationFrame(receiver, callback, element) native; | 536 static int _webkitRequestAnimationFrame(receiver, callback, element) native; |
| 975 | 537 |
| 976 String get typeName() { return "DOMWindow"; } | 538 String get typeName() { return "DOMWindow"; } |
| 977 } | 539 } |
| OLD | NEW |