| Index: client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart
|
| index bee74e0ff34dfafc78c9ef06315c0754dfd08bc2..0936f7dec0f3d2c163cb58651ef633eefc7313cf 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.dart
|
| @@ -11,125 +11,125 @@ class _HTMLBodyElementWrappingImplementation extends _HTMLElementWrappingImpleme
|
| return new _HTMLBodyElementWrappingImplementation();
|
| }
|
|
|
| - String get aLink() { return _get__HTMLBodyElement_aLink(this); }
|
| - static String _get__HTMLBodyElement_aLink(var _this) native;
|
| + String get aLink() { return _get_aLink(this); }
|
| + static String _get_aLink(var _this) native;
|
|
|
| - void set aLink(String value) { _set__HTMLBodyElement_aLink(this, value); }
|
| - static void _set__HTMLBodyElement_aLink(var _this, String value) native;
|
| + void set aLink(String value) { _set_aLink(this, value); }
|
| + static void _set_aLink(var _this, String value) native;
|
|
|
| - String get background() { return _get__HTMLBodyElement_background(this); }
|
| - static String _get__HTMLBodyElement_background(var _this) native;
|
| + String get background() { return _get_background(this); }
|
| + static String _get_background(var _this) native;
|
|
|
| - void set background(String value) { _set__HTMLBodyElement_background(this, value); }
|
| - static void _set__HTMLBodyElement_background(var _this, String value) native;
|
| + void set background(String value) { _set_background(this, value); }
|
| + static void _set_background(var _this, String value) native;
|
|
|
| - String get bgColor() { return _get__HTMLBodyElement_bgColor(this); }
|
| - static String _get__HTMLBodyElement_bgColor(var _this) native;
|
| + String get bgColor() { return _get_bgColor(this); }
|
| + static String _get_bgColor(var _this) native;
|
|
|
| - void set bgColor(String value) { _set__HTMLBodyElement_bgColor(this, value); }
|
| - static void _set__HTMLBodyElement_bgColor(var _this, String value) native;
|
| + void set bgColor(String value) { _set_bgColor(this, value); }
|
| + static void _set_bgColor(var _this, String value) native;
|
|
|
| - String get link() { return _get__HTMLBodyElement_link(this); }
|
| - static String _get__HTMLBodyElement_link(var _this) native;
|
| + String get link() { return _get_link(this); }
|
| + static String _get_link(var _this) native;
|
|
|
| - void set link(String value) { _set__HTMLBodyElement_link(this, value); }
|
| - static void _set__HTMLBodyElement_link(var _this, String value) native;
|
| + void set link(String value) { _set_link(this, value); }
|
| + static void _set_link(var _this, String value) native;
|
|
|
| - EventListener get onbeforeunload() { return _get__HTMLBodyElement_onbeforeunload(this); }
|
| - static EventListener _get__HTMLBodyElement_onbeforeunload(var _this) native;
|
| + EventListener get onbeforeunload() { return _get_onbeforeunload(this); }
|
| + static EventListener _get_onbeforeunload(var _this) native;
|
|
|
| - void set onbeforeunload(EventListener value) { _set__HTMLBodyElement_onbeforeunload(this, value); }
|
| - static void _set__HTMLBodyElement_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__HTMLBodyElement_onblur(this); }
|
| - static EventListener _get__HTMLBodyElement_onblur(var _this) native;
|
| + EventListener get onblur() { return _get_onblur_HTMLBodyElement(this); }
|
| + static EventListener _get_onblur_HTMLBodyElement(var _this) native;
|
|
|
| - void set onblur(EventListener value) { _set__HTMLBodyElement_onblur(this, value); }
|
| - static void _set__HTMLBodyElement_onblur(var _this, EventListener value) native;
|
| + void set onblur(EventListener value) { _set_onblur_HTMLBodyElement(this, value); }
|
| + static void _set_onblur_HTMLBodyElement(var _this, EventListener value) native;
|
|
|
| - EventListener get onerror() { return _get__HTMLBodyElement_onerror(this); }
|
| - static EventListener _get__HTMLBodyElement_onerror(var _this) native;
|
| + EventListener get onerror() { return _get_onerror_HTMLBodyElement(this); }
|
| + static EventListener _get_onerror_HTMLBodyElement(var _this) native;
|
|
|
| - void set onerror(EventListener value) { _set__HTMLBodyElement_onerror(this, value); }
|
| - static void _set__HTMLBodyElement_onerror(var _this, EventListener value) native;
|
| + void set onerror(EventListener value) { _set_onerror_HTMLBodyElement(this, value); }
|
| + static void _set_onerror_HTMLBodyElement(var _this, EventListener value) native;
|
|
|
| - EventListener get onfocus() { return _get__HTMLBodyElement_onfocus(this); }
|
| - static EventListener _get__HTMLBodyElement_onfocus(var _this) native;
|
| + EventListener get onfocus() { return _get_onfocus_HTMLBodyElement(this); }
|
| + static EventListener _get_onfocus_HTMLBodyElement(var _this) native;
|
|
|
| - void set onfocus(EventListener value) { _set__HTMLBodyElement_onfocus(this, value); }
|
| - static void _set__HTMLBodyElement_onfocus(var _this, EventListener value) native;
|
| + void set onfocus(EventListener value) { _set_onfocus_HTMLBodyElement(this, value); }
|
| + static void _set_onfocus_HTMLBodyElement(var _this, EventListener value) native;
|
|
|
| - EventListener get onhashchange() { return _get__HTMLBodyElement_onhashchange(this); }
|
| - static EventListener _get__HTMLBodyElement_onhashchange(var _this) native;
|
| + EventListener get onhashchange() { return _get_onhashchange(this); }
|
| + static EventListener _get_onhashchange(var _this) native;
|
|
|
| - void set onhashchange(EventListener value) { _set__HTMLBodyElement_onhashchange(this, value); }
|
| - static void _set__HTMLBodyElement_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 onload() { return _get__HTMLBodyElement_onload(this); }
|
| - static EventListener _get__HTMLBodyElement_onload(var _this) native;
|
| + EventListener get onload() { return _get_onload_HTMLBodyElement(this); }
|
| + static EventListener _get_onload_HTMLBodyElement(var _this) native;
|
|
|
| - void set onload(EventListener value) { _set__HTMLBodyElement_onload(this, value); }
|
| - static void _set__HTMLBodyElement_onload(var _this, EventListener value) native;
|
| + void set onload(EventListener value) { _set_onload_HTMLBodyElement(this, value); }
|
| + static void _set_onload_HTMLBodyElement(var _this, EventListener value) native;
|
|
|
| - EventListener get onmessage() { return _get__HTMLBodyElement_onmessage(this); }
|
| - static EventListener _get__HTMLBodyElement_onmessage(var _this) native;
|
| + EventListener get onmessage() { return _get_onmessage(this); }
|
| + static EventListener _get_onmessage(var _this) native;
|
|
|
| - void set onmessage(EventListener value) { _set__HTMLBodyElement_onmessage(this, value); }
|
| - static void _set__HTMLBodyElement_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 onoffline() { return _get__HTMLBodyElement_onoffline(this); }
|
| - static EventListener _get__HTMLBodyElement_onoffline(var _this) native;
|
| + EventListener get onoffline() { return _get_onoffline(this); }
|
| + static EventListener _get_onoffline(var _this) native;
|
|
|
| - void set onoffline(EventListener value) { _set__HTMLBodyElement_onoffline(this, value); }
|
| - static void _set__HTMLBodyElement_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__HTMLBodyElement_ononline(this); }
|
| - static EventListener _get__HTMLBodyElement_ononline(var _this) native;
|
| + EventListener get ononline() { return _get_ononline(this); }
|
| + static EventListener _get_ononline(var _this) native;
|
|
|
| - void set ononline(EventListener value) { _set__HTMLBodyElement_ononline(this, value); }
|
| - static void _set__HTMLBodyElement_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 onorientationchange() { return _get__HTMLBodyElement_onorientationchange(this); }
|
| - static EventListener _get__HTMLBodyElement_onorientationchange(var _this) native;
|
| + EventListener get onorientationchange() { return _get_onorientationchange(this); }
|
| + static EventListener _get_onorientationchange(var _this) native;
|
|
|
| - void set onorientationchange(EventListener value) { _set__HTMLBodyElement_onorientationchange(this, value); }
|
| - static void _set__HTMLBodyElement_onorientationchange(var _this, EventListener value) native;
|
| + void set onorientationchange(EventListener value) { _set_onorientationchange(this, value); }
|
| + static void _set_onorientationchange(var _this, EventListener value) native;
|
|
|
| - EventListener get onpopstate() { return _get__HTMLBodyElement_onpopstate(this); }
|
| - static EventListener _get__HTMLBodyElement_onpopstate(var _this) native;
|
| + EventListener get onpopstate() { return _get_onpopstate(this); }
|
| + static EventListener _get_onpopstate(var _this) native;
|
|
|
| - void set onpopstate(EventListener value) { _set__HTMLBodyElement_onpopstate(this, value); }
|
| - static void _set__HTMLBodyElement_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 onresize() { return _get__HTMLBodyElement_onresize(this); }
|
| - static EventListener _get__HTMLBodyElement_onresize(var _this) native;
|
| + EventListener get onresize() { return _get_onresize(this); }
|
| + static EventListener _get_onresize(var _this) native;
|
|
|
| - void set onresize(EventListener value) { _set__HTMLBodyElement_onresize(this, value); }
|
| - static void _set__HTMLBodyElement_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 onstorage() { return _get__HTMLBodyElement_onstorage(this); }
|
| - static EventListener _get__HTMLBodyElement_onstorage(var _this) native;
|
| + EventListener get onstorage() { return _get_onstorage(this); }
|
| + static EventListener _get_onstorage(var _this) native;
|
|
|
| - void set onstorage(EventListener value) { _set__HTMLBodyElement_onstorage(this, value); }
|
| - static void _set__HTMLBodyElement_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 onunload() { return _get__HTMLBodyElement_onunload(this); }
|
| - static EventListener _get__HTMLBodyElement_onunload(var _this) native;
|
| + EventListener get onunload() { return _get_onunload(this); }
|
| + static EventListener _get_onunload(var _this) native;
|
|
|
| - void set onunload(EventListener value) { _set__HTMLBodyElement_onunload(this, value); }
|
| - static void _set__HTMLBodyElement_onunload(var _this, EventListener value) native;
|
| + void set onunload(EventListener value) { _set_onunload(this, value); }
|
| + static void _set_onunload(var _this, EventListener value) native;
|
|
|
| - String get text() { return _get__HTMLBodyElement_text(this); }
|
| - static String _get__HTMLBodyElement_text(var _this) native;
|
| + String get text() { return _get_text(this); }
|
| + static String _get_text(var _this) native;
|
|
|
| - void set text(String value) { _set__HTMLBodyElement_text(this, value); }
|
| - static void _set__HTMLBodyElement_text(var _this, String value) native;
|
| + void set text(String value) { _set_text(this, value); }
|
| + static void _set_text(var _this, String value) native;
|
|
|
| - String get vLink() { return _get__HTMLBodyElement_vLink(this); }
|
| - static String _get__HTMLBodyElement_vLink(var _this) native;
|
| + String get vLink() { return _get_vLink(this); }
|
| + static String _get_vLink(var _this) native;
|
|
|
| - void set vLink(String value) { _set__HTMLBodyElement_vLink(this, value); }
|
| - static void _set__HTMLBodyElement_vLink(var _this, String value) native;
|
| + void set vLink(String value) { _set_vLink(this, value); }
|
| + static void _set_vLink(var _this, String value) native;
|
|
|
| String get typeName() { return "HTMLBodyElement"; }
|
| }
|
|
|