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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
index 2633a3e2bbff8e72076ac5c5a1de709f2ea04a35..da0543c31f0260b50ac57e5b85d5805882d5ca70 100644
--- a/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DOMWindowWrappingImplementation.dart
@@ -11,710 +11,710 @@ class _DOMWindowWrappingImplementation extends DOMWrapperBase implements DOMWind
return new _DOMWindowWrappingImplementation();
}
- DOMApplicationCache get applicationCache() { return _get__DOMWindow_applicationCache(this); }
- static DOMApplicationCache _get__DOMWindow_applicationCache(var _this) native;
+ DOMApplicationCache get applicationCache() { return _get_applicationCache(this); }
+ static DOMApplicationCache _get_applicationCache(var _this) native;
- Navigator get clientInformation() { return _get__DOMWindow_clientInformation(this); }
- static Navigator _get__DOMWindow_clientInformation(var _this) native;
+ Navigator get clientInformation() { return _get_clientInformation(this); }
+ static Navigator _get_clientInformation(var _this) native;
- void set clientInformation(Navigator value) { _set__DOMWindow_clientInformation(this, value); }
- static void _set__DOMWindow_clientInformation(var _this, Navigator value) native;
+ void set clientInformation(Navigator value) { _set_clientInformation(this, value); }
+ static void _set_clientInformation(var _this, Navigator value) native;
- bool get closed() { return _get__DOMWindow_closed(this); }
- static bool _get__DOMWindow_closed(var _this) native;
+ bool get closed() { return _get_closed(this); }
+ static bool _get_closed(var _this) native;
- Console get console() { return _get__DOMWindow_console(this); }
- static Console _get__DOMWindow_console(var _this) native;
+ Console get console() { return _get_console(this); }
+ static Console _get_console(var _this) native;
- void set console(Console value) { _set__DOMWindow_console(this, value); }
- static void _set__DOMWindow_console(var _this, Console value) native;
+ void set console(Console value) { _set_console(this, value); }
+ static void _set_console(var _this, Console value) native;
- Crypto get crypto() { return _get__DOMWindow_crypto(this); }
- static Crypto _get__DOMWindow_crypto(var _this) native;
+ Crypto get crypto() { return _get_crypto(this); }
+ static Crypto _get_crypto(var _this) native;
- String get defaultStatus() { return _get__DOMWindow_defaultStatus(this); }
- static String _get__DOMWindow_defaultStatus(var _this) native;
+ String get defaultStatus() { return _get_defaultStatus(this); }
+ static String _get_defaultStatus(var _this) native;
- void set defaultStatus(String value) { _set__DOMWindow_defaultStatus(this, value); }
- static void _set__DOMWindow_defaultStatus(var _this, String value) native;
+ void set defaultStatus(String value) { _set_defaultStatus(this, value); }
+ static void _set_defaultStatus(var _this, String value) native;
- String get defaultstatus() { return _get__DOMWindow_defaultstatus(this); }
- static String _get__DOMWindow_defaultstatus(var _this) native;
+ String get defaultstatus() { return _get_defaultstatus(this); }
+ static String _get_defaultstatus(var _this) native;
- void set defaultstatus(String value) { _set__DOMWindow_defaultstatus(this, value); }
- static void _set__DOMWindow_defaultstatus(var _this, String value) native;
+ void set defaultstatus(String value) { _set_defaultstatus(this, value); }
+ static void _set_defaultstatus(var _this, String value) native;
- num get devicePixelRatio() { return _get__DOMWindow_devicePixelRatio(this); }
- static num _get__DOMWindow_devicePixelRatio(var _this) native;
+ num get devicePixelRatio() { return _get_devicePixelRatio(this); }
+ static num _get_devicePixelRatio(var _this) native;
- void set devicePixelRatio(num value) { _set__DOMWindow_devicePixelRatio(this, value); }
- static void _set__DOMWindow_devicePixelRatio(var _this, num value) native;
+ void set devicePixelRatio(num value) { _set_devicePixelRatio(this, value); }
+ static void _set_devicePixelRatio(var _this, num value) native;
- Document get document() { return _get__DOMWindow_document(this); }
- static Document _get__DOMWindow_document(var _this) native;
+ Document get document() { return _get_document(this); }
+ static Document _get_document(var _this) native;
- Event get event() { return _get__DOMWindow_event(this); }
- static Event _get__DOMWindow_event(var _this) native;
+ Event get event() { return _get_event(this); }
+ static Event _get_event(var _this) native;
- void set event(Event value) { _set__DOMWindow_event(this, value); }
- static void _set__DOMWindow_event(var _this, Event value) native;
+ void set event(Event value) { _set_event(this, value); }
+ static void _set_event(var _this, Event value) native;
- Element get frameElement() { return _get__DOMWindow_frameElement(this); }
- static Element _get__DOMWindow_frameElement(var _this) native;
+ Element get frameElement() { return _get_frameElement(this); }
+ static Element _get_frameElement(var _this) native;
- DOMWindow get frames() { return _get__DOMWindow_frames(this); }
- static DOMWindow _get__DOMWindow_frames(var _this) native;
+ DOMWindow get frames() { return _get_frames(this); }
+ static DOMWindow _get_frames(var _this) native;
- void set frames(DOMWindow value) { _set__DOMWindow_frames(this, value); }
- static void _set__DOMWindow_frames(var _this, DOMWindow value) native;
+ void set frames(DOMWindow value) { _set_frames(this, value); }
+ static void _set_frames(var _this, DOMWindow value) native;
- History get history() { return _get__DOMWindow_history(this); }
- static History _get__DOMWindow_history(var _this) native;
+ History get history() { return _get_history(this); }
+ static History _get_history(var _this) native;
- void set history(History value) { _set__DOMWindow_history(this, value); }
- static void _set__DOMWindow_history(var _this, History value) native;
+ void set history(History value) { _set_history(this, value); }
+ static void _set_history(var _this, History value) native;
- int get innerHeight() { return _get__DOMWindow_innerHeight(this); }
- static int _get__DOMWindow_innerHeight(var _this) native;
+ int get innerHeight() { return _get_innerHeight(this); }
+ static int _get_innerHeight(var _this) native;
- void set innerHeight(int value) { _set__DOMWindow_innerHeight(this, value); }
- static void _set__DOMWindow_innerHeight(var _this, int value) native;
+ void set innerHeight(int value) { _set_innerHeight(this, value); }
+ static void _set_innerHeight(var _this, int value) native;
- int get innerWidth() { return _get__DOMWindow_innerWidth(this); }
- static int _get__DOMWindow_innerWidth(var _this) native;
+ int get innerWidth() { return _get_innerWidth(this); }
+ static int _get_innerWidth(var _this) native;
- void set innerWidth(int value) { _set__DOMWindow_innerWidth(this, value); }
- static void _set__DOMWindow_innerWidth(var _this, int value) native;
+ void set innerWidth(int value) { _set_innerWidth(this, value); }
+ static void _set_innerWidth(var _this, int value) native;
- int get length() { return _get__DOMWindow_length(this); }
- static int _get__DOMWindow_length(var _this) native;
+ int get length() { return _get_length(this); }
+ static int _get_length(var _this) native;
- void set length(int value) { _set__DOMWindow_length(this, value); }
- static void _set__DOMWindow_length(var _this, int value) native;
+ void set length(int value) { _set_length(this, value); }
+ static void _set_length(var _this, int value) native;
- Storage get localStorage() { return _get__DOMWindow_localStorage(this); }
- static Storage _get__DOMWindow_localStorage(var _this) native;
+ Storage get localStorage() { return _get_localStorage(this); }
+ static Storage _get_localStorage(var _this) native;
- Location get location() { return _get__DOMWindow_location(this); }
- static Location _get__DOMWindow_location(var _this) native;
+ Location get location() { return _get_location(this); }
+ static Location _get_location(var _this) native;
- void set location(Location value) { _set__DOMWindow_location(this, value); }
- static void _set__DOMWindow_location(var _this, Location value) native;
+ void set location(Location value) { _set_location(this, value); }
+ static void _set_location(var _this, Location value) native;
- BarInfo get locationbar() { return _get__DOMWindow_locationbar(this); }
- static BarInfo _get__DOMWindow_locationbar(var _this) native;
+ BarInfo get locationbar() { return _get_locationbar(this); }
+ static BarInfo _get_locationbar(var _this) native;
- void set locationbar(BarInfo value) { _set__DOMWindow_locationbar(this, value); }
- static void _set__DOMWindow_locationbar(var _this, BarInfo value) native;
+ void set locationbar(BarInfo value) { _set_locationbar(this, value); }
+ static void _set_locationbar(var _this, BarInfo value) native;
- BarInfo get menubar() { return _get__DOMWindow_menubar(this); }
- static BarInfo _get__DOMWindow_menubar(var _this) native;
+ BarInfo get menubar() { return _get_menubar(this); }
+ static BarInfo _get_menubar(var _this) native;
- void set menubar(BarInfo value) { _set__DOMWindow_menubar(this, value); }
- static void _set__DOMWindow_menubar(var _this, BarInfo value) native;
+ void set menubar(BarInfo value) { _set_menubar(this, value); }
+ static void _set_menubar(var _this, BarInfo value) native;
- String get name() { return _get__DOMWindow_name(this); }
- static String _get__DOMWindow_name(var _this) native;
+ String get name() { return _get_name(this); }
+ static String _get_name(var _this) native;
- void set name(String value) { _set__DOMWindow_name(this, value); }
- static void _set__DOMWindow_name(var _this, String value) native;
+ void set name(String value) { _set_name(this, value); }
+ static void _set_name(var _this, String value) native;
- Navigator get navigator() { return _get__DOMWindow_navigator(this); }
- static Navigator _get__DOMWindow_navigator(var _this) native;
+ Navigator get navigator() { return _get_navigator(this); }
+ static Navigator _get_navigator(var _this) native;
- void set navigator(Navigator value) { _set__DOMWindow_navigator(this, value); }
- static void _set__DOMWindow_navigator(var _this, Navigator value) native;
+ void set navigator(Navigator value) { _set_navigator(this, value); }
+ static void _set_navigator(var _this, Navigator value) native;
- bool get offscreenBuffering() { return _get__DOMWindow_offscreenBuffering(this); }
- static bool _get__DOMWindow_offscreenBuffering(var _this) native;
+ bool get offscreenBuffering() { return _get_offscreenBuffering(this); }
+ static bool _get_offscreenBuffering(var _this) native;
- void set offscreenBuffering(bool value) { _set__DOMWindow_offscreenBuffering(this, value); }
- static void _set__DOMWindow_offscreenBuffering(var _this, bool value) native;
+ void set offscreenBuffering(bool value) { _set_offscreenBuffering(this, value); }
+ static void _set_offscreenBuffering(var _this, bool value) native;
- EventListener get onabort() { return _get__DOMWindow_onabort(this); }
- static EventListener _get__DOMWindow_onabort(var _this) native;
+ EventListener get onabort() { return _get_onabort(this); }
+ static EventListener _get_onabort(var _this) native;
- void set onabort(EventListener value) { _set__DOMWindow_onabort(this, value); }
- static void _set__DOMWindow_onabort(var _this, EventListener value) native;
+ void set onabort(EventListener value) { _set_onabort(this, value); }
+ static void _set_onabort(var _this, EventListener value) native;
- EventListener get onbeforeunload() { return _get__DOMWindow_onbeforeunload(this); }
- static EventListener _get__DOMWindow_onbeforeunload(var _this) native;
+ EventListener get onbeforeunload() { return _get_onbeforeunload(this); }
+ static EventListener _get_onbeforeunload(var _this) native;
- void set onbeforeunload(EventListener value) { _set__DOMWindow_onbeforeunload(this, value); }
- static void _set__DOMWindow_onbeforeunload(var _this, EventListener value) native;
+ void set onbeforeunload(EventListener value) { _set_onbeforeunload(this, value); }
+ static void _set_onbeforeunload(var _this, EventListener value) native;
- EventListener get onblur() { return _get__DOMWindow_onblur(this); }
- static EventListener _get__DOMWindow_onblur(var _this) native;
+ EventListener get onblur() { return _get_onblur(this); }
+ static EventListener _get_onblur(var _this) native;
- void set onblur(EventListener value) { _set__DOMWindow_onblur(this, value); }
- static void _set__DOMWindow_onblur(var _this, EventListener value) native;
+ void set onblur(EventListener value) { _set_onblur(this, value); }
+ static void _set_onblur(var _this, EventListener value) native;
- EventListener get oncanplay() { return _get__DOMWindow_oncanplay(this); }
- static EventListener _get__DOMWindow_oncanplay(var _this) native;
+ EventListener get oncanplay() { return _get_oncanplay(this); }
+ static EventListener _get_oncanplay(var _this) native;
- void set oncanplay(EventListener value) { _set__DOMWindow_oncanplay(this, value); }
- static void _set__DOMWindow_oncanplay(var _this, EventListener value) native;
+ void set oncanplay(EventListener value) { _set_oncanplay(this, value); }
+ static void _set_oncanplay(var _this, EventListener value) native;
- EventListener get oncanplaythrough() { return _get__DOMWindow_oncanplaythrough(this); }
- static EventListener _get__DOMWindow_oncanplaythrough(var _this) native;
+ EventListener get oncanplaythrough() { return _get_oncanplaythrough(this); }
+ static EventListener _get_oncanplaythrough(var _this) native;
- void set oncanplaythrough(EventListener value) { _set__DOMWindow_oncanplaythrough(this, value); }
- static void _set__DOMWindow_oncanplaythrough(var _this, EventListener value) native;
+ void set oncanplaythrough(EventListener value) { _set_oncanplaythrough(this, value); }
+ static void _set_oncanplaythrough(var _this, EventListener value) native;
- EventListener get onchange() { return _get__DOMWindow_onchange(this); }
- static EventListener _get__DOMWindow_onchange(var _this) native;
+ EventListener get onchange() { return _get_onchange(this); }
+ static EventListener _get_onchange(var _this) native;
- void set onchange(EventListener value) { _set__DOMWindow_onchange(this, value); }
- static void _set__DOMWindow_onchange(var _this, EventListener value) native;
+ void set onchange(EventListener value) { _set_onchange(this, value); }
+ static void _set_onchange(var _this, EventListener value) native;
- EventListener get onclick() { return _get__DOMWindow_onclick(this); }
- static EventListener _get__DOMWindow_onclick(var _this) native;
+ EventListener get onclick() { return _get_onclick(this); }
+ static EventListener _get_onclick(var _this) native;
- void set onclick(EventListener value) { _set__DOMWindow_onclick(this, value); }
- static void _set__DOMWindow_onclick(var _this, EventListener value) native;
+ void set onclick(EventListener value) { _set_onclick(this, value); }
+ static void _set_onclick(var _this, EventListener value) native;
- EventListener get oncontextmenu() { return _get__DOMWindow_oncontextmenu(this); }
- static EventListener _get__DOMWindow_oncontextmenu(var _this) native;
+ EventListener get oncontextmenu() { return _get_oncontextmenu(this); }
+ static EventListener _get_oncontextmenu(var _this) native;
- void set oncontextmenu(EventListener value) { _set__DOMWindow_oncontextmenu(this, value); }
- static void _set__DOMWindow_oncontextmenu(var _this, EventListener value) native;
+ void set oncontextmenu(EventListener value) { _set_oncontextmenu(this, value); }
+ static void _set_oncontextmenu(var _this, EventListener value) native;
- EventListener get ondblclick() { return _get__DOMWindow_ondblclick(this); }
- static EventListener _get__DOMWindow_ondblclick(var _this) native;
+ EventListener get ondblclick() { return _get_ondblclick(this); }
+ static EventListener _get_ondblclick(var _this) native;
- void set ondblclick(EventListener value) { _set__DOMWindow_ondblclick(this, value); }
- static void _set__DOMWindow_ondblclick(var _this, EventListener value) native;
+ void set ondblclick(EventListener value) { _set_ondblclick(this, value); }
+ static void _set_ondblclick(var _this, EventListener value) native;
- EventListener get ondevicemotion() { return _get__DOMWindow_ondevicemotion(this); }
- static EventListener _get__DOMWindow_ondevicemotion(var _this) native;
+ EventListener get ondevicemotion() { return _get_ondevicemotion(this); }
+ static EventListener _get_ondevicemotion(var _this) native;
- void set ondevicemotion(EventListener value) { _set__DOMWindow_ondevicemotion(this, value); }
- static void _set__DOMWindow_ondevicemotion(var _this, EventListener value) native;
+ void set ondevicemotion(EventListener value) { _set_ondevicemotion(this, value); }
+ static void _set_ondevicemotion(var _this, EventListener value) native;
- EventListener get ondeviceorientation() { return _get__DOMWindow_ondeviceorientation(this); }
- static EventListener _get__DOMWindow_ondeviceorientation(var _this) native;
+ EventListener get ondeviceorientation() { return _get_ondeviceorientation(this); }
+ static EventListener _get_ondeviceorientation(var _this) native;
- void set ondeviceorientation(EventListener value) { _set__DOMWindow_ondeviceorientation(this, value); }
- static void _set__DOMWindow_ondeviceorientation(var _this, EventListener value) native;
+ void set ondeviceorientation(EventListener value) { _set_ondeviceorientation(this, value); }
+ static void _set_ondeviceorientation(var _this, EventListener value) native;
- EventListener get ondrag() { return _get__DOMWindow_ondrag(this); }
- static EventListener _get__DOMWindow_ondrag(var _this) native;
+ EventListener get ondrag() { return _get_ondrag(this); }
+ static EventListener _get_ondrag(var _this) native;
- void set ondrag(EventListener value) { _set__DOMWindow_ondrag(this, value); }
- static void _set__DOMWindow_ondrag(var _this, EventListener value) native;
+ void set ondrag(EventListener value) { _set_ondrag(this, value); }
+ static void _set_ondrag(var _this, EventListener value) native;
- EventListener get ondragend() { return _get__DOMWindow_ondragend(this); }
- static EventListener _get__DOMWindow_ondragend(var _this) native;
+ EventListener get ondragend() { return _get_ondragend(this); }
+ static EventListener _get_ondragend(var _this) native;
- void set ondragend(EventListener value) { _set__DOMWindow_ondragend(this, value); }
- static void _set__DOMWindow_ondragend(var _this, EventListener value) native;
+ void set ondragend(EventListener value) { _set_ondragend(this, value); }
+ static void _set_ondragend(var _this, EventListener value) native;
- EventListener get ondragenter() { return _get__DOMWindow_ondragenter(this); }
- static EventListener _get__DOMWindow_ondragenter(var _this) native;
+ EventListener get ondragenter() { return _get_ondragenter(this); }
+ static EventListener _get_ondragenter(var _this) native;
- void set ondragenter(EventListener value) { _set__DOMWindow_ondragenter(this, value); }
- static void _set__DOMWindow_ondragenter(var _this, EventListener value) native;
+ void set ondragenter(EventListener value) { _set_ondragenter(this, value); }
+ static void _set_ondragenter(var _this, EventListener value) native;
- EventListener get ondragleave() { return _get__DOMWindow_ondragleave(this); }
- static EventListener _get__DOMWindow_ondragleave(var _this) native;
+ EventListener get ondragleave() { return _get_ondragleave(this); }
+ static EventListener _get_ondragleave(var _this) native;
- void set ondragleave(EventListener value) { _set__DOMWindow_ondragleave(this, value); }
- static void _set__DOMWindow_ondragleave(var _this, EventListener value) native;
+ void set ondragleave(EventListener value) { _set_ondragleave(this, value); }
+ static void _set_ondragleave(var _this, EventListener value) native;
- EventListener get ondragover() { return _get__DOMWindow_ondragover(this); }
- static EventListener _get__DOMWindow_ondragover(var _this) native;
+ EventListener get ondragover() { return _get_ondragover(this); }
+ static EventListener _get_ondragover(var _this) native;
- void set ondragover(EventListener value) { _set__DOMWindow_ondragover(this, value); }
- static void _set__DOMWindow_ondragover(var _this, EventListener value) native;
+ void set ondragover(EventListener value) { _set_ondragover(this, value); }
+ static void _set_ondragover(var _this, EventListener value) native;
- EventListener get ondragstart() { return _get__DOMWindow_ondragstart(this); }
- static EventListener _get__DOMWindow_ondragstart(var _this) native;
+ EventListener get ondragstart() { return _get_ondragstart(this); }
+ static EventListener _get_ondragstart(var _this) native;
- void set ondragstart(EventListener value) { _set__DOMWindow_ondragstart(this, value); }
- static void _set__DOMWindow_ondragstart(var _this, EventListener value) native;
+ void set ondragstart(EventListener value) { _set_ondragstart(this, value); }
+ static void _set_ondragstart(var _this, EventListener value) native;
- EventListener get ondrop() { return _get__DOMWindow_ondrop(this); }
- static EventListener _get__DOMWindow_ondrop(var _this) native;
+ EventListener get ondrop() { return _get_ondrop(this); }
+ static EventListener _get_ondrop(var _this) native;
- void set ondrop(EventListener value) { _set__DOMWindow_ondrop(this, value); }
- static void _set__DOMWindow_ondrop(var _this, EventListener value) native;
+ void set ondrop(EventListener value) { _set_ondrop(this, value); }
+ static void _set_ondrop(var _this, EventListener value) native;
- EventListener get ondurationchange() { return _get__DOMWindow_ondurationchange(this); }
- static EventListener _get__DOMWindow_ondurationchange(var _this) native;
+ EventListener get ondurationchange() { return _get_ondurationchange(this); }
+ static EventListener _get_ondurationchange(var _this) native;
- void set ondurationchange(EventListener value) { _set__DOMWindow_ondurationchange(this, value); }
- static void _set__DOMWindow_ondurationchange(var _this, EventListener value) native;
+ void set ondurationchange(EventListener value) { _set_ondurationchange(this, value); }
+ static void _set_ondurationchange(var _this, EventListener value) native;
- EventListener get onemptied() { return _get__DOMWindow_onemptied(this); }
- static EventListener _get__DOMWindow_onemptied(var _this) native;
+ EventListener get onemptied() { return _get_onemptied(this); }
+ static EventListener _get_onemptied(var _this) native;
- void set onemptied(EventListener value) { _set__DOMWindow_onemptied(this, value); }
- static void _set__DOMWindow_onemptied(var _this, EventListener value) native;
+ void set onemptied(EventListener value) { _set_onemptied(this, value); }
+ static void _set_onemptied(var _this, EventListener value) native;
- EventListener get onended() { return _get__DOMWindow_onended(this); }
- static EventListener _get__DOMWindow_onended(var _this) native;
+ EventListener get onended() { return _get_onended(this); }
+ static EventListener _get_onended(var _this) native;
- void set onended(EventListener value) { _set__DOMWindow_onended(this, value); }
- static void _set__DOMWindow_onended(var _this, EventListener value) native;
+ void set onended(EventListener value) { _set_onended(this, value); }
+ static void _set_onended(var _this, EventListener value) native;
- EventListener get onerror() { return _get__DOMWindow_onerror(this); }
- static EventListener _get__DOMWindow_onerror(var _this) native;
+ EventListener get onerror() { return _get_onerror(this); }
+ static EventListener _get_onerror(var _this) native;
- void set onerror(EventListener value) { _set__DOMWindow_onerror(this, value); }
- static void _set__DOMWindow_onerror(var _this, EventListener value) native;
+ void set onerror(EventListener value) { _set_onerror(this, value); }
+ static void _set_onerror(var _this, EventListener value) native;
- EventListener get onfocus() { return _get__DOMWindow_onfocus(this); }
- static EventListener _get__DOMWindow_onfocus(var _this) native;
+ EventListener get onfocus() { return _get_onfocus(this); }
+ static EventListener _get_onfocus(var _this) native;
- void set onfocus(EventListener value) { _set__DOMWindow_onfocus(this, value); }
- static void _set__DOMWindow_onfocus(var _this, EventListener value) native;
+ void set onfocus(EventListener value) { _set_onfocus(this, value); }
+ static void _set_onfocus(var _this, EventListener value) native;
- EventListener get onhashchange() { return _get__DOMWindow_onhashchange(this); }
- static EventListener _get__DOMWindow_onhashchange(var _this) native;
+ EventListener get onhashchange() { return _get_onhashchange(this); }
+ static EventListener _get_onhashchange(var _this) native;
- void set onhashchange(EventListener value) { _set__DOMWindow_onhashchange(this, value); }
- static void _set__DOMWindow_onhashchange(var _this, EventListener value) native;
+ void set onhashchange(EventListener value) { _set_onhashchange(this, value); }
+ static void _set_onhashchange(var _this, EventListener value) native;
- EventListener get oninput() { return _get__DOMWindow_oninput(this); }
- static EventListener _get__DOMWindow_oninput(var _this) native;
+ EventListener get oninput() { return _get_oninput(this); }
+ static EventListener _get_oninput(var _this) native;
- void set oninput(EventListener value) { _set__DOMWindow_oninput(this, value); }
- static void _set__DOMWindow_oninput(var _this, EventListener value) native;
+ void set oninput(EventListener value) { _set_oninput(this, value); }
+ static void _set_oninput(var _this, EventListener value) native;
- EventListener get oninvalid() { return _get__DOMWindow_oninvalid(this); }
- static EventListener _get__DOMWindow_oninvalid(var _this) native;
+ EventListener get oninvalid() { return _get_oninvalid(this); }
+ static EventListener _get_oninvalid(var _this) native;
- void set oninvalid(EventListener value) { _set__DOMWindow_oninvalid(this, value); }
- static void _set__DOMWindow_oninvalid(var _this, EventListener value) native;
+ void set oninvalid(EventListener value) { _set_oninvalid(this, value); }
+ static void _set_oninvalid(var _this, EventListener value) native;
- EventListener get onkeydown() { return _get__DOMWindow_onkeydown(this); }
- static EventListener _get__DOMWindow_onkeydown(var _this) native;
+ EventListener get onkeydown() { return _get_onkeydown(this); }
+ static EventListener _get_onkeydown(var _this) native;
- void set onkeydown(EventListener value) { _set__DOMWindow_onkeydown(this, value); }
- static void _set__DOMWindow_onkeydown(var _this, EventListener value) native;
+ void set onkeydown(EventListener value) { _set_onkeydown(this, value); }
+ static void _set_onkeydown(var _this, EventListener value) native;
- EventListener get onkeypress() { return _get__DOMWindow_onkeypress(this); }
- static EventListener _get__DOMWindow_onkeypress(var _this) native;
+ EventListener get onkeypress() { return _get_onkeypress(this); }
+ static EventListener _get_onkeypress(var _this) native;
- void set onkeypress(EventListener value) { _set__DOMWindow_onkeypress(this, value); }
- static void _set__DOMWindow_onkeypress(var _this, EventListener value) native;
+ void set onkeypress(EventListener value) { _set_onkeypress(this, value); }
+ static void _set_onkeypress(var _this, EventListener value) native;
- EventListener get onkeyup() { return _get__DOMWindow_onkeyup(this); }
- static EventListener _get__DOMWindow_onkeyup(var _this) native;
+ EventListener get onkeyup() { return _get_onkeyup(this); }
+ static EventListener _get_onkeyup(var _this) native;
- void set onkeyup(EventListener value) { _set__DOMWindow_onkeyup(this, value); }
- static void _set__DOMWindow_onkeyup(var _this, EventListener value) native;
+ void set onkeyup(EventListener value) { _set_onkeyup(this, value); }
+ static void _set_onkeyup(var _this, EventListener value) native;
- EventListener get onload() { return _get__DOMWindow_onload(this); }
- static EventListener _get__DOMWindow_onload(var _this) native;
+ EventListener get onload() { return _get_onload(this); }
+ static EventListener _get_onload(var _this) native;
- void set onload(EventListener value) { _set__DOMWindow_onload(this, value); }
- static void _set__DOMWindow_onload(var _this, EventListener value) native;
+ void set onload(EventListener value) { _set_onload(this, value); }
+ static void _set_onload(var _this, EventListener value) native;
- EventListener get onloadeddata() { return _get__DOMWindow_onloadeddata(this); }
- static EventListener _get__DOMWindow_onloadeddata(var _this) native;
+ EventListener get onloadeddata() { return _get_onloadeddata(this); }
+ static EventListener _get_onloadeddata(var _this) native;
- void set onloadeddata(EventListener value) { _set__DOMWindow_onloadeddata(this, value); }
- static void _set__DOMWindow_onloadeddata(var _this, EventListener value) native;
+ void set onloadeddata(EventListener value) { _set_onloadeddata(this, value); }
+ static void _set_onloadeddata(var _this, EventListener value) native;
- EventListener get onloadedmetadata() { return _get__DOMWindow_onloadedmetadata(this); }
- static EventListener _get__DOMWindow_onloadedmetadata(var _this) native;
+ EventListener get onloadedmetadata() { return _get_onloadedmetadata(this); }
+ static EventListener _get_onloadedmetadata(var _this) native;
- void set onloadedmetadata(EventListener value) { _set__DOMWindow_onloadedmetadata(this, value); }
- static void _set__DOMWindow_onloadedmetadata(var _this, EventListener value) native;
+ void set onloadedmetadata(EventListener value) { _set_onloadedmetadata(this, value); }
+ static void _set_onloadedmetadata(var _this, EventListener value) native;
- EventListener get onloadstart() { return _get__DOMWindow_onloadstart(this); }
- static EventListener _get__DOMWindow_onloadstart(var _this) native;
+ EventListener get onloadstart() { return _get_onloadstart(this); }
+ static EventListener _get_onloadstart(var _this) native;
- void set onloadstart(EventListener value) { _set__DOMWindow_onloadstart(this, value); }
- static void _set__DOMWindow_onloadstart(var _this, EventListener value) native;
+ void set onloadstart(EventListener value) { _set_onloadstart(this, value); }
+ static void _set_onloadstart(var _this, EventListener value) native;
- EventListener get onmessage() { return _get__DOMWindow_onmessage(this); }
- static EventListener _get__DOMWindow_onmessage(var _this) native;
+ EventListener get onmessage() { return _get_onmessage(this); }
+ static EventListener _get_onmessage(var _this) native;
- void set onmessage(EventListener value) { _set__DOMWindow_onmessage(this, value); }
- static void _set__DOMWindow_onmessage(var _this, EventListener value) native;
+ void set onmessage(EventListener value) { _set_onmessage(this, value); }
+ static void _set_onmessage(var _this, EventListener value) native;
- EventListener get onmousedown() { return _get__DOMWindow_onmousedown(this); }
- static EventListener _get__DOMWindow_onmousedown(var _this) native;
+ EventListener get onmousedown() { return _get_onmousedown(this); }
+ static EventListener _get_onmousedown(var _this) native;
- void set onmousedown(EventListener value) { _set__DOMWindow_onmousedown(this, value); }
- static void _set__DOMWindow_onmousedown(var _this, EventListener value) native;
+ void set onmousedown(EventListener value) { _set_onmousedown(this, value); }
+ static void _set_onmousedown(var _this, EventListener value) native;
- EventListener get onmousemove() { return _get__DOMWindow_onmousemove(this); }
- static EventListener _get__DOMWindow_onmousemove(var _this) native;
+ EventListener get onmousemove() { return _get_onmousemove(this); }
+ static EventListener _get_onmousemove(var _this) native;
- void set onmousemove(EventListener value) { _set__DOMWindow_onmousemove(this, value); }
- static void _set__DOMWindow_onmousemove(var _this, EventListener value) native;
+ void set onmousemove(EventListener value) { _set_onmousemove(this, value); }
+ static void _set_onmousemove(var _this, EventListener value) native;
- EventListener get onmouseout() { return _get__DOMWindow_onmouseout(this); }
- static EventListener _get__DOMWindow_onmouseout(var _this) native;
+ EventListener get onmouseout() { return _get_onmouseout(this); }
+ static EventListener _get_onmouseout(var _this) native;
- void set onmouseout(EventListener value) { _set__DOMWindow_onmouseout(this, value); }
- static void _set__DOMWindow_onmouseout(var _this, EventListener value) native;
+ void set onmouseout(EventListener value) { _set_onmouseout(this, value); }
+ static void _set_onmouseout(var _this, EventListener value) native;
- EventListener get onmouseover() { return _get__DOMWindow_onmouseover(this); }
- static EventListener _get__DOMWindow_onmouseover(var _this) native;
+ EventListener get onmouseover() { return _get_onmouseover(this); }
+ static EventListener _get_onmouseover(var _this) native;
- void set onmouseover(EventListener value) { _set__DOMWindow_onmouseover(this, value); }
- static void _set__DOMWindow_onmouseover(var _this, EventListener value) native;
+ void set onmouseover(EventListener value) { _set_onmouseover(this, value); }
+ static void _set_onmouseover(var _this, EventListener value) native;
- EventListener get onmouseup() { return _get__DOMWindow_onmouseup(this); }
- static EventListener _get__DOMWindow_onmouseup(var _this) native;
+ EventListener get onmouseup() { return _get_onmouseup(this); }
+ static EventListener _get_onmouseup(var _this) native;
- void set onmouseup(EventListener value) { _set__DOMWindow_onmouseup(this, value); }
- static void _set__DOMWindow_onmouseup(var _this, EventListener value) native;
+ void set onmouseup(EventListener value) { _set_onmouseup(this, value); }
+ static void _set_onmouseup(var _this, EventListener value) native;
- EventListener get onmousewheel() { return _get__DOMWindow_onmousewheel(this); }
- static EventListener _get__DOMWindow_onmousewheel(var _this) native;
+ EventListener get onmousewheel() { return _get_onmousewheel(this); }
+ static EventListener _get_onmousewheel(var _this) native;
- void set onmousewheel(EventListener value) { _set__DOMWindow_onmousewheel(this, value); }
- static void _set__DOMWindow_onmousewheel(var _this, EventListener value) native;
+ void set onmousewheel(EventListener value) { _set_onmousewheel(this, value); }
+ static void _set_onmousewheel(var _this, EventListener value) native;
- EventListener get onoffline() { return _get__DOMWindow_onoffline(this); }
- static EventListener _get__DOMWindow_onoffline(var _this) native;
+ EventListener get onoffline() { return _get_onoffline(this); }
+ static EventListener _get_onoffline(var _this) native;
- void set onoffline(EventListener value) { _set__DOMWindow_onoffline(this, value); }
- static void _set__DOMWindow_onoffline(var _this, EventListener value) native;
+ void set onoffline(EventListener value) { _set_onoffline(this, value); }
+ static void _set_onoffline(var _this, EventListener value) native;
- EventListener get ononline() { return _get__DOMWindow_ononline(this); }
- static EventListener _get__DOMWindow_ononline(var _this) native;
+ EventListener get ononline() { return _get_ononline(this); }
+ static EventListener _get_ononline(var _this) native;
- void set ononline(EventListener value) { _set__DOMWindow_ononline(this, value); }
- static void _set__DOMWindow_ononline(var _this, EventListener value) native;
+ void set ononline(EventListener value) { _set_ononline(this, value); }
+ static void _set_ononline(var _this, EventListener value) native;
- EventListener get onpagehide() { return _get__DOMWindow_onpagehide(this); }
- static EventListener _get__DOMWindow_onpagehide(var _this) native;
+ EventListener get onpagehide() { return _get_onpagehide(this); }
+ static EventListener _get_onpagehide(var _this) native;
- void set onpagehide(EventListener value) { _set__DOMWindow_onpagehide(this, value); }
- static void _set__DOMWindow_onpagehide(var _this, EventListener value) native;
+ void set onpagehide(EventListener value) { _set_onpagehide(this, value); }
+ static void _set_onpagehide(var _this, EventListener value) native;
- EventListener get onpageshow() { return _get__DOMWindow_onpageshow(this); }
- static EventListener _get__DOMWindow_onpageshow(var _this) native;
+ EventListener get onpageshow() { return _get_onpageshow(this); }
+ static EventListener _get_onpageshow(var _this) native;
- void set onpageshow(EventListener value) { _set__DOMWindow_onpageshow(this, value); }
- static void _set__DOMWindow_onpageshow(var _this, EventListener value) native;
+ void set onpageshow(EventListener value) { _set_onpageshow(this, value); }
+ static void _set_onpageshow(var _this, EventListener value) native;
- EventListener get onpause() { return _get__DOMWindow_onpause(this); }
- static EventListener _get__DOMWindow_onpause(var _this) native;
+ EventListener get onpause() { return _get_onpause(this); }
+ static EventListener _get_onpause(var _this) native;
- void set onpause(EventListener value) { _set__DOMWindow_onpause(this, value); }
- static void _set__DOMWindow_onpause(var _this, EventListener value) native;
+ void set onpause(EventListener value) { _set_onpause(this, value); }
+ static void _set_onpause(var _this, EventListener value) native;
- EventListener get onplay() { return _get__DOMWindow_onplay(this); }
- static EventListener _get__DOMWindow_onplay(var _this) native;
+ EventListener get onplay() { return _get_onplay(this); }
+ static EventListener _get_onplay(var _this) native;
- void set onplay(EventListener value) { _set__DOMWindow_onplay(this, value); }
- static void _set__DOMWindow_onplay(var _this, EventListener value) native;
+ void set onplay(EventListener value) { _set_onplay(this, value); }
+ static void _set_onplay(var _this, EventListener value) native;
- EventListener get onplaying() { return _get__DOMWindow_onplaying(this); }
- static EventListener _get__DOMWindow_onplaying(var _this) native;
+ EventListener get onplaying() { return _get_onplaying(this); }
+ static EventListener _get_onplaying(var _this) native;
- void set onplaying(EventListener value) { _set__DOMWindow_onplaying(this, value); }
- static void _set__DOMWindow_onplaying(var _this, EventListener value) native;
+ void set onplaying(EventListener value) { _set_onplaying(this, value); }
+ static void _set_onplaying(var _this, EventListener value) native;
- EventListener get onpopstate() { return _get__DOMWindow_onpopstate(this); }
- static EventListener _get__DOMWindow_onpopstate(var _this) native;
+ EventListener get onpopstate() { return _get_onpopstate(this); }
+ static EventListener _get_onpopstate(var _this) native;
- void set onpopstate(EventListener value) { _set__DOMWindow_onpopstate(this, value); }
- static void _set__DOMWindow_onpopstate(var _this, EventListener value) native;
+ void set onpopstate(EventListener value) { _set_onpopstate(this, value); }
+ static void _set_onpopstate(var _this, EventListener value) native;
- EventListener get onprogress() { return _get__DOMWindow_onprogress(this); }
- static EventListener _get__DOMWindow_onprogress(var _this) native;
+ EventListener get onprogress() { return _get_onprogress(this); }
+ static EventListener _get_onprogress(var _this) native;
- void set onprogress(EventListener value) { _set__DOMWindow_onprogress(this, value); }
- static void _set__DOMWindow_onprogress(var _this, EventListener value) native;
+ void set onprogress(EventListener value) { _set_onprogress(this, value); }
+ static void _set_onprogress(var _this, EventListener value) native;
- EventListener get onratechange() { return _get__DOMWindow_onratechange(this); }
- static EventListener _get__DOMWindow_onratechange(var _this) native;
+ EventListener get onratechange() { return _get_onratechange(this); }
+ static EventListener _get_onratechange(var _this) native;
- void set onratechange(EventListener value) { _set__DOMWindow_onratechange(this, value); }
- static void _set__DOMWindow_onratechange(var _this, EventListener value) native;
+ void set onratechange(EventListener value) { _set_onratechange(this, value); }
+ static void _set_onratechange(var _this, EventListener value) native;
- EventListener get onreset() { return _get__DOMWindow_onreset(this); }
- static EventListener _get__DOMWindow_onreset(var _this) native;
+ EventListener get onreset() { return _get_onreset(this); }
+ static EventListener _get_onreset(var _this) native;
- void set onreset(EventListener value) { _set__DOMWindow_onreset(this, value); }
- static void _set__DOMWindow_onreset(var _this, EventListener value) native;
+ void set onreset(EventListener value) { _set_onreset(this, value); }
+ static void _set_onreset(var _this, EventListener value) native;
- EventListener get onresize() { return _get__DOMWindow_onresize(this); }
- static EventListener _get__DOMWindow_onresize(var _this) native;
+ EventListener get onresize() { return _get_onresize(this); }
+ static EventListener _get_onresize(var _this) native;
- void set onresize(EventListener value) { _set__DOMWindow_onresize(this, value); }
- static void _set__DOMWindow_onresize(var _this, EventListener value) native;
+ void set onresize(EventListener value) { _set_onresize(this, value); }
+ static void _set_onresize(var _this, EventListener value) native;
- EventListener get onscroll() { return _get__DOMWindow_onscroll(this); }
- static EventListener _get__DOMWindow_onscroll(var _this) native;
+ EventListener get onscroll() { return _get_onscroll(this); }
+ static EventListener _get_onscroll(var _this) native;
- void set onscroll(EventListener value) { _set__DOMWindow_onscroll(this, value); }
- static void _set__DOMWindow_onscroll(var _this, EventListener value) native;
+ void set onscroll(EventListener value) { _set_onscroll(this, value); }
+ static void _set_onscroll(var _this, EventListener value) native;
- EventListener get onsearch() { return _get__DOMWindow_onsearch(this); }
- static EventListener _get__DOMWindow_onsearch(var _this) native;
+ EventListener get onsearch() { return _get_onsearch(this); }
+ static EventListener _get_onsearch(var _this) native;
- void set onsearch(EventListener value) { _set__DOMWindow_onsearch(this, value); }
- static void _set__DOMWindow_onsearch(var _this, EventListener value) native;
+ void set onsearch(EventListener value) { _set_onsearch(this, value); }
+ static void _set_onsearch(var _this, EventListener value) native;
- EventListener get onseeked() { return _get__DOMWindow_onseeked(this); }
- static EventListener _get__DOMWindow_onseeked(var _this) native;
+ EventListener get onseeked() { return _get_onseeked(this); }
+ static EventListener _get_onseeked(var _this) native;
- void set onseeked(EventListener value) { _set__DOMWindow_onseeked(this, value); }
- static void _set__DOMWindow_onseeked(var _this, EventListener value) native;
+ void set onseeked(EventListener value) { _set_onseeked(this, value); }
+ static void _set_onseeked(var _this, EventListener value) native;
- EventListener get onseeking() { return _get__DOMWindow_onseeking(this); }
- static EventListener _get__DOMWindow_onseeking(var _this) native;
+ EventListener get onseeking() { return _get_onseeking(this); }
+ static EventListener _get_onseeking(var _this) native;
- void set onseeking(EventListener value) { _set__DOMWindow_onseeking(this, value); }
- static void _set__DOMWindow_onseeking(var _this, EventListener value) native;
+ void set onseeking(EventListener value) { _set_onseeking(this, value); }
+ static void _set_onseeking(var _this, EventListener value) native;
- EventListener get onselect() { return _get__DOMWindow_onselect(this); }
- static EventListener _get__DOMWindow_onselect(var _this) native;
+ EventListener get onselect() { return _get_onselect(this); }
+ static EventListener _get_onselect(var _this) native;
- void set onselect(EventListener value) { _set__DOMWindow_onselect(this, value); }
- static void _set__DOMWindow_onselect(var _this, EventListener value) native;
+ void set onselect(EventListener value) { _set_onselect(this, value); }
+ static void _set_onselect(var _this, EventListener value) native;
- EventListener get onstalled() { return _get__DOMWindow_onstalled(this); }
- static EventListener _get__DOMWindow_onstalled(var _this) native;
+ EventListener get onstalled() { return _get_onstalled(this); }
+ static EventListener _get_onstalled(var _this) native;
- void set onstalled(EventListener value) { _set__DOMWindow_onstalled(this, value); }
- static void _set__DOMWindow_onstalled(var _this, EventListener value) native;
+ void set onstalled(EventListener value) { _set_onstalled(this, value); }
+ static void _set_onstalled(var _this, EventListener value) native;
- EventListener get onstorage() { return _get__DOMWindow_onstorage(this); }
- static EventListener _get__DOMWindow_onstorage(var _this) native;
+ EventListener get onstorage() { return _get_onstorage(this); }
+ static EventListener _get_onstorage(var _this) native;
- void set onstorage(EventListener value) { _set__DOMWindow_onstorage(this, value); }
- static void _set__DOMWindow_onstorage(var _this, EventListener value) native;
+ void set onstorage(EventListener value) { _set_onstorage(this, value); }
+ static void _set_onstorage(var _this, EventListener value) native;
- EventListener get onsubmit() { return _get__DOMWindow_onsubmit(this); }
- static EventListener _get__DOMWindow_onsubmit(var _this) native;
+ EventListener get onsubmit() { return _get_onsubmit(this); }
+ static EventListener _get_onsubmit(var _this) native;
- void set onsubmit(EventListener value) { _set__DOMWindow_onsubmit(this, value); }
- static void _set__DOMWindow_onsubmit(var _this, EventListener value) native;
+ void set onsubmit(EventListener value) { _set_onsubmit(this, value); }
+ static void _set_onsubmit(var _this, EventListener value) native;
- EventListener get onsuspend() { return _get__DOMWindow_onsuspend(this); }
- static EventListener _get__DOMWindow_onsuspend(var _this) native;
+ EventListener get onsuspend() { return _get_onsuspend(this); }
+ static EventListener _get_onsuspend(var _this) native;
- void set onsuspend(EventListener value) { _set__DOMWindow_onsuspend(this, value); }
- static void _set__DOMWindow_onsuspend(var _this, EventListener value) native;
+ void set onsuspend(EventListener value) { _set_onsuspend(this, value); }
+ static void _set_onsuspend(var _this, EventListener value) native;
- EventListener get ontimeupdate() { return _get__DOMWindow_ontimeupdate(this); }
- static EventListener _get__DOMWindow_ontimeupdate(var _this) native;
+ EventListener get ontimeupdate() { return _get_ontimeupdate(this); }
+ static EventListener _get_ontimeupdate(var _this) native;
- void set ontimeupdate(EventListener value) { _set__DOMWindow_ontimeupdate(this, value); }
- static void _set__DOMWindow_ontimeupdate(var _this, EventListener value) native;
+ void set ontimeupdate(EventListener value) { _set_ontimeupdate(this, value); }
+ static void _set_ontimeupdate(var _this, EventListener value) native;
- EventListener get ontouchcancel() { return _get__DOMWindow_ontouchcancel(this); }
- static EventListener _get__DOMWindow_ontouchcancel(var _this) native;
+ EventListener get ontouchcancel() { return _get_ontouchcancel(this); }
+ static EventListener _get_ontouchcancel(var _this) native;
- void set ontouchcancel(EventListener value) { _set__DOMWindow_ontouchcancel(this, value); }
- static void _set__DOMWindow_ontouchcancel(var _this, EventListener value) native;
+ void set ontouchcancel(EventListener value) { _set_ontouchcancel(this, value); }
+ static void _set_ontouchcancel(var _this, EventListener value) native;
- EventListener get ontouchend() { return _get__DOMWindow_ontouchend(this); }
- static EventListener _get__DOMWindow_ontouchend(var _this) native;
+ EventListener get ontouchend() { return _get_ontouchend(this); }
+ static EventListener _get_ontouchend(var _this) native;
- void set ontouchend(EventListener value) { _set__DOMWindow_ontouchend(this, value); }
- static void _set__DOMWindow_ontouchend(var _this, EventListener value) native;
+ void set ontouchend(EventListener value) { _set_ontouchend(this, value); }
+ static void _set_ontouchend(var _this, EventListener value) native;
- EventListener get ontouchmove() { return _get__DOMWindow_ontouchmove(this); }
- static EventListener _get__DOMWindow_ontouchmove(var _this) native;
+ EventListener get ontouchmove() { return _get_ontouchmove(this); }
+ static EventListener _get_ontouchmove(var _this) native;
- void set ontouchmove(EventListener value) { _set__DOMWindow_ontouchmove(this, value); }
- static void _set__DOMWindow_ontouchmove(var _this, EventListener value) native;
+ void set ontouchmove(EventListener value) { _set_ontouchmove(this, value); }
+ static void _set_ontouchmove(var _this, EventListener value) native;
- EventListener get ontouchstart() { return _get__DOMWindow_ontouchstart(this); }
- static EventListener _get__DOMWindow_ontouchstart(var _this) native;
+ EventListener get ontouchstart() { return _get_ontouchstart(this); }
+ static EventListener _get_ontouchstart(var _this) native;
- void set ontouchstart(EventListener value) { _set__DOMWindow_ontouchstart(this, value); }
- static void _set__DOMWindow_ontouchstart(var _this, EventListener value) native;
+ void set ontouchstart(EventListener value) { _set_ontouchstart(this, value); }
+ static void _set_ontouchstart(var _this, EventListener value) native;
- EventListener get onunload() { return _get__DOMWindow_onunload(this); }
- static EventListener _get__DOMWindow_onunload(var _this) native;
+ EventListener get onunload() { return _get_onunload(this); }
+ static EventListener _get_onunload(var _this) native;
- void set onunload(EventListener value) { _set__DOMWindow_onunload(this, value); }
- static void _set__DOMWindow_onunload(var _this, EventListener value) native;
+ void set onunload(EventListener value) { _set_onunload(this, value); }
+ static void _set_onunload(var _this, EventListener value) native;
- EventListener get onvolumechange() { return _get__DOMWindow_onvolumechange(this); }
- static EventListener _get__DOMWindow_onvolumechange(var _this) native;
+ EventListener get onvolumechange() { return _get_onvolumechange(this); }
+ static EventListener _get_onvolumechange(var _this) native;
- void set onvolumechange(EventListener value) { _set__DOMWindow_onvolumechange(this, value); }
- static void _set__DOMWindow_onvolumechange(var _this, EventListener value) native;
+ void set onvolumechange(EventListener value) { _set_onvolumechange(this, value); }
+ static void _set_onvolumechange(var _this, EventListener value) native;
- EventListener get onwaiting() { return _get__DOMWindow_onwaiting(this); }
- static EventListener _get__DOMWindow_onwaiting(var _this) native;
+ EventListener get onwaiting() { return _get_onwaiting(this); }
+ static EventListener _get_onwaiting(var _this) native;
- void set onwaiting(EventListener value) { _set__DOMWindow_onwaiting(this, value); }
- static void _set__DOMWindow_onwaiting(var _this, EventListener value) native;
+ void set onwaiting(EventListener value) { _set_onwaiting(this, value); }
+ static void _set_onwaiting(var _this, EventListener value) native;
- EventListener get onwebkitanimationend() { return _get__DOMWindow_onwebkitanimationend(this); }
- static EventListener _get__DOMWindow_onwebkitanimationend(var _this) native;
+ EventListener get onwebkitanimationend() { return _get_onwebkitanimationend(this); }
+ static EventListener _get_onwebkitanimationend(var _this) native;
- void set onwebkitanimationend(EventListener value) { _set__DOMWindow_onwebkitanimationend(this, value); }
- static void _set__DOMWindow_onwebkitanimationend(var _this, EventListener value) native;
+ void set onwebkitanimationend(EventListener value) { _set_onwebkitanimationend(this, value); }
+ static void _set_onwebkitanimationend(var _this, EventListener value) native;
- EventListener get onwebkitanimationiteration() { return _get__DOMWindow_onwebkitanimationiteration(this); }
- static EventListener _get__DOMWindow_onwebkitanimationiteration(var _this) native;
+ EventListener get onwebkitanimationiteration() { return _get_onwebkitanimationiteration(this); }
+ static EventListener _get_onwebkitanimationiteration(var _this) native;
- void set onwebkitanimationiteration(EventListener value) { _set__DOMWindow_onwebkitanimationiteration(this, value); }
- static void _set__DOMWindow_onwebkitanimationiteration(var _this, EventListener value) native;
+ void set onwebkitanimationiteration(EventListener value) { _set_onwebkitanimationiteration(this, value); }
+ static void _set_onwebkitanimationiteration(var _this, EventListener value) native;
- EventListener get onwebkitanimationstart() { return _get__DOMWindow_onwebkitanimationstart(this); }
- static EventListener _get__DOMWindow_onwebkitanimationstart(var _this) native;
+ EventListener get onwebkitanimationstart() { return _get_onwebkitanimationstart(this); }
+ static EventListener _get_onwebkitanimationstart(var _this) native;
- void set onwebkitanimationstart(EventListener value) { _set__DOMWindow_onwebkitanimationstart(this, value); }
- static void _set__DOMWindow_onwebkitanimationstart(var _this, EventListener value) native;
+ void set onwebkitanimationstart(EventListener value) { _set_onwebkitanimationstart(this, value); }
+ static void _set_onwebkitanimationstart(var _this, EventListener value) native;
- EventListener get onwebkittransitionend() { return _get__DOMWindow_onwebkittransitionend(this); }
- static EventListener _get__DOMWindow_onwebkittransitionend(var _this) native;
+ EventListener get onwebkittransitionend() { return _get_onwebkittransitionend(this); }
+ static EventListener _get_onwebkittransitionend(var _this) native;
- void set onwebkittransitionend(EventListener value) { _set__DOMWindow_onwebkittransitionend(this, value); }
- static void _set__DOMWindow_onwebkittransitionend(var _this, EventListener value) native;
+ void set onwebkittransitionend(EventListener value) { _set_onwebkittransitionend(this, value); }
+ static void _set_onwebkittransitionend(var _this, EventListener value) native;
- DOMWindow get opener() { return _get__DOMWindow_opener(this); }
- static DOMWindow _get__DOMWindow_opener(var _this) native;
+ DOMWindow get opener() { return _get_opener(this); }
+ static DOMWindow _get_opener(var _this) native;
- void set opener(DOMWindow value) { _set__DOMWindow_opener(this, value); }
- static void _set__DOMWindow_opener(var _this, DOMWindow value) native;
+ void set opener(DOMWindow value) { _set_opener(this, value); }
+ static void _set_opener(var _this, DOMWindow value) native;
- int get outerHeight() { return _get__DOMWindow_outerHeight(this); }
- static int _get__DOMWindow_outerHeight(var _this) native;
+ int get outerHeight() { return _get_outerHeight(this); }
+ static int _get_outerHeight(var _this) native;
- void set outerHeight(int value) { _set__DOMWindow_outerHeight(this, value); }
- static void _set__DOMWindow_outerHeight(var _this, int value) native;
+ void set outerHeight(int value) { _set_outerHeight(this, value); }
+ static void _set_outerHeight(var _this, int value) native;
- int get outerWidth() { return _get__DOMWindow_outerWidth(this); }
- static int _get__DOMWindow_outerWidth(var _this) native;
+ int get outerWidth() { return _get_outerWidth(this); }
+ static int _get_outerWidth(var _this) native;
- void set outerWidth(int value) { _set__DOMWindow_outerWidth(this, value); }
- static void _set__DOMWindow_outerWidth(var _this, int value) native;
+ void set outerWidth(int value) { _set_outerWidth(this, value); }
+ static void _set_outerWidth(var _this, int value) native;
- int get pageXOffset() { return _get__DOMWindow_pageXOffset(this); }
- static int _get__DOMWindow_pageXOffset(var _this) native;
+ int get pageXOffset() { return _get_pageXOffset(this); }
+ static int _get_pageXOffset(var _this) native;
- int get pageYOffset() { return _get__DOMWindow_pageYOffset(this); }
- static int _get__DOMWindow_pageYOffset(var _this) native;
+ int get pageYOffset() { return _get_pageYOffset(this); }
+ static int _get_pageYOffset(var _this) native;
- DOMWindow get parent() { return _get__DOMWindow_parent(this); }
- static DOMWindow _get__DOMWindow_parent(var _this) native;
+ DOMWindow get parent() { return _get_parent(this); }
+ static DOMWindow _get_parent(var _this) native;
- void set parent(DOMWindow value) { _set__DOMWindow_parent(this, value); }
- static void _set__DOMWindow_parent(var _this, DOMWindow value) native;
+ void set parent(DOMWindow value) { _set_parent(this, value); }
+ static void _set_parent(var _this, DOMWindow value) native;
- Performance get performance() { return _get__DOMWindow_performance(this); }
- static Performance _get__DOMWindow_performance(var _this) native;
+ Performance get performance() { return _get_performance(this); }
+ static Performance _get_performance(var _this) native;
- void set performance(Performance value) { _set__DOMWindow_performance(this, value); }
- static void _set__DOMWindow_performance(var _this, Performance value) native;
+ void set performance(Performance value) { _set_performance(this, value); }
+ static void _set_performance(var _this, Performance value) native;
- BarInfo get personalbar() { return _get__DOMWindow_personalbar(this); }
- static BarInfo _get__DOMWindow_personalbar(var _this) native;
+ BarInfo get personalbar() { return _get_personalbar(this); }
+ static BarInfo _get_personalbar(var _this) native;
- void set personalbar(BarInfo value) { _set__DOMWindow_personalbar(this, value); }
- static void _set__DOMWindow_personalbar(var _this, BarInfo value) native;
+ void set personalbar(BarInfo value) { _set_personalbar(this, value); }
+ static void _set_personalbar(var _this, BarInfo value) native;
- Screen get screen() { return _get__DOMWindow_screen(this); }
- static Screen _get__DOMWindow_screen(var _this) native;
+ Screen get screen() { return _get_screen(this); }
+ static Screen _get_screen(var _this) native;
- void set screen(Screen value) { _set__DOMWindow_screen(this, value); }
- static void _set__DOMWindow_screen(var _this, Screen value) native;
+ void set screen(Screen value) { _set_screen(this, value); }
+ static void _set_screen(var _this, Screen value) native;
- int get screenLeft() { return _get__DOMWindow_screenLeft(this); }
- static int _get__DOMWindow_screenLeft(var _this) native;
+ int get screenLeft() { return _get_screenLeft(this); }
+ static int _get_screenLeft(var _this) native;
- void set screenLeft(int value) { _set__DOMWindow_screenLeft(this, value); }
- static void _set__DOMWindow_screenLeft(var _this, int value) native;
+ void set screenLeft(int value) { _set_screenLeft(this, value); }
+ static void _set_screenLeft(var _this, int value) native;
- int get screenTop() { return _get__DOMWindow_screenTop(this); }
- static int _get__DOMWindow_screenTop(var _this) native;
+ int get screenTop() { return _get_screenTop(this); }
+ static int _get_screenTop(var _this) native;
- void set screenTop(int value) { _set__DOMWindow_screenTop(this, value); }
- static void _set__DOMWindow_screenTop(var _this, int value) native;
+ void set screenTop(int value) { _set_screenTop(this, value); }
+ static void _set_screenTop(var _this, int value) native;
- int get screenX() { return _get__DOMWindow_screenX(this); }
- static int _get__DOMWindow_screenX(var _this) native;
+ int get screenX() { return _get_screenX(this); }
+ static int _get_screenX(var _this) native;
- void set screenX(int value) { _set__DOMWindow_screenX(this, value); }
- static void _set__DOMWindow_screenX(var _this, int value) native;
+ void set screenX(int value) { _set_screenX(this, value); }
+ static void _set_screenX(var _this, int value) native;
- int get screenY() { return _get__DOMWindow_screenY(this); }
- static int _get__DOMWindow_screenY(var _this) native;
+ int get screenY() { return _get_screenY(this); }
+ static int _get_screenY(var _this) native;
- void set screenY(int value) { _set__DOMWindow_screenY(this, value); }
- static void _set__DOMWindow_screenY(var _this, int value) native;
+ void set screenY(int value) { _set_screenY(this, value); }
+ static void _set_screenY(var _this, int value) native;
- int get scrollX() { return _get__DOMWindow_scrollX(this); }
- static int _get__DOMWindow_scrollX(var _this) native;
+ int get scrollX() { return _get_scrollX(this); }
+ static int _get_scrollX(var _this) native;
- void set scrollX(int value) { _set__DOMWindow_scrollX(this, value); }
- static void _set__DOMWindow_scrollX(var _this, int value) native;
+ void set scrollX(int value) { _set_scrollX(this, value); }
+ static void _set_scrollX(var _this, int value) native;
- int get scrollY() { return _get__DOMWindow_scrollY(this); }
- static int _get__DOMWindow_scrollY(var _this) native;
+ int get scrollY() { return _get_scrollY(this); }
+ static int _get_scrollY(var _this) native;
- void set scrollY(int value) { _set__DOMWindow_scrollY(this, value); }
- static void _set__DOMWindow_scrollY(var _this, int value) native;
+ void set scrollY(int value) { _set_scrollY(this, value); }
+ static void _set_scrollY(var _this, int value) native;
- BarInfo get scrollbars() { return _get__DOMWindow_scrollbars(this); }
- static BarInfo _get__DOMWindow_scrollbars(var _this) native;
+ BarInfo get scrollbars() { return _get_scrollbars(this); }
+ static BarInfo _get_scrollbars(var _this) native;
- void set scrollbars(BarInfo value) { _set__DOMWindow_scrollbars(this, value); }
- static void _set__DOMWindow_scrollbars(var _this, BarInfo value) native;
+ void set scrollbars(BarInfo value) { _set_scrollbars(this, value); }
+ static void _set_scrollbars(var _this, BarInfo value) native;
- DOMWindow get self() { return _get__DOMWindow_self(this); }
- static DOMWindow _get__DOMWindow_self(var _this) native;
+ DOMWindow get self() { return _get_self(this); }
+ static DOMWindow _get_self(var _this) native;
- void set self(DOMWindow value) { _set__DOMWindow_self(this, value); }
- static void _set__DOMWindow_self(var _this, DOMWindow value) native;
+ void set self(DOMWindow value) { _set_self(this, value); }
+ static void _set_self(var _this, DOMWindow value) native;
- Storage get sessionStorage() { return _get__DOMWindow_sessionStorage(this); }
- static Storage _get__DOMWindow_sessionStorage(var _this) native;
+ Storage get sessionStorage() { return _get_sessionStorage(this); }
+ static Storage _get_sessionStorage(var _this) native;
- String get status() { return _get__DOMWindow_status(this); }
- static String _get__DOMWindow_status(var _this) native;
+ String get status() { return _get_status(this); }
+ static String _get_status(var _this) native;
- void set status(String value) { _set__DOMWindow_status(this, value); }
- static void _set__DOMWindow_status(var _this, String value) native;
+ void set status(String value) { _set_status(this, value); }
+ static void _set_status(var _this, String value) native;
- BarInfo get statusbar() { return _get__DOMWindow_statusbar(this); }
- static BarInfo _get__DOMWindow_statusbar(var _this) native;
+ BarInfo get statusbar() { return _get_statusbar(this); }
+ static BarInfo _get_statusbar(var _this) native;
- void set statusbar(BarInfo value) { _set__DOMWindow_statusbar(this, value); }
- static void _set__DOMWindow_statusbar(var _this, BarInfo value) native;
+ void set statusbar(BarInfo value) { _set_statusbar(this, value); }
+ static void _set_statusbar(var _this, BarInfo value) native;
- StyleMedia get styleMedia() { return _get__DOMWindow_styleMedia(this); }
- static StyleMedia _get__DOMWindow_styleMedia(var _this) native;
+ StyleMedia get styleMedia() { return _get_styleMedia(this); }
+ static StyleMedia _get_styleMedia(var _this) native;
- BarInfo get toolbar() { return _get__DOMWindow_toolbar(this); }
- static BarInfo _get__DOMWindow_toolbar(var _this) native;
+ BarInfo get toolbar() { return _get_toolbar(this); }
+ static BarInfo _get_toolbar(var _this) native;
- void set toolbar(BarInfo value) { _set__DOMWindow_toolbar(this, value); }
- static void _set__DOMWindow_toolbar(var _this, BarInfo value) native;
+ void set toolbar(BarInfo value) { _set_toolbar(this, value); }
+ static void _set_toolbar(var _this, BarInfo value) native;
- DOMWindow get top() { return _get__DOMWindow_top(this); }
- static DOMWindow _get__DOMWindow_top(var _this) native;
+ DOMWindow get top() { return _get_top(this); }
+ static DOMWindow _get_top(var _this) native;
- void set top(DOMWindow value) { _set__DOMWindow_top(this, value); }
- static void _set__DOMWindow_top(var _this, DOMWindow value) native;
+ void set top(DOMWindow value) { _set_top(this, value); }
+ static void _set_top(var _this, DOMWindow value) native;
- NotificationCenter get webkitNotifications() { return _get__DOMWindow_webkitNotifications(this); }
- static NotificationCenter _get__DOMWindow_webkitNotifications(var _this) native;
+ NotificationCenter get webkitNotifications() { return _get_webkitNotifications(this); }
+ static NotificationCenter _get_webkitNotifications(var _this) native;
- DOMURL get webkitURL() { return _get__DOMWindow_webkitURL(this); }
- static DOMURL _get__DOMWindow_webkitURL(var _this) native;
+ DOMURL get webkitURL() { return _get_webkitURL(this); }
+ static DOMURL _get_webkitURL(var _this) native;
- DOMWindow get window() { return _get__DOMWindow_window(this); }
- static DOMWindow _get__DOMWindow_window(var _this) native;
+ DOMWindow get window() { return _get_window(this); }
+ static DOMWindow _get_window(var _this) native;
void addEventListener(String type, EventListener listener, [bool useCapture = null]) {
if (useCapture === null) {
- _addEventListener(this, type, listener);
+ _addEventListener_DOMWindow(this, type, listener);
return;
} else {
- _addEventListener_2(this, type, listener, useCapture);
+ _addEventListener_DOMWindow_2(this, type, listener, useCapture);
return;
}
}
- static void _addEventListener(receiver, type, listener) native;
- static void _addEventListener_2(receiver, type, listener, useCapture) native;
+ static void _addEventListener_DOMWindow(receiver, type, listener) native;
+ static void _addEventListener_DOMWindow_2(receiver, type, listener, useCapture) native;
void alert(String message) {
_alert(this, message);
@@ -768,9 +768,9 @@ class _DOMWindowWrappingImplementation extends DOMWrapperBase implements DOMWind
static bool _confirm(receiver, message) native;
bool dispatchEvent(Event evt) {
- return _dispatchEvent(this, evt);
+ return _dispatchEvent_DOMWindow(this, evt);
}
- static bool _dispatchEvent(receiver, evt) native;
+ static bool _dispatchEvent_DOMWindow(receiver, evt) native;
bool find(String string, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) {
return _find(this, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog);
@@ -861,15 +861,15 @@ class _DOMWindowWrappingImplementation extends DOMWrapperBase implements DOMWind
void removeEventListener(String type, EventListener listener, [bool useCapture = null]) {
if (useCapture === null) {
- _removeEventListener(this, type, listener);
+ _removeEventListener_DOMWindow(this, type, listener);
return;
} else {
- _removeEventListener_2(this, type, listener, useCapture);
+ _removeEventListener_DOMWindow_2(this, type, listener, useCapture);
return;
}
}
- static void _removeEventListener(receiver, type, listener) native;
- static void _removeEventListener_2(receiver, type, listener, useCapture) native;
+ static void _removeEventListener_DOMWindow(receiver, type, listener) native;
+ static void _removeEventListener_DOMWindow_2(receiver, type, listener, useCapture) native;
void resizeBy(num x, num y) {
_resizeBy(this, x, y);

Powered by Google App Engine
This is Rietveld 408576698