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

Unified Diff: client/dom/generated/src/wrapping/_DocumentWrappingImplementation.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/_DocumentWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart b/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart
index 7e7c8299af6000bdc7a9c2c607547168e9f1a7c0..3df0ee8aa3b7ee3308bc41e9a9871014d015b578 100644
--- a/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_DocumentWrappingImplementation.dart
@@ -11,410 +11,410 @@ class _DocumentWrappingImplementation extends _NodeWrappingImplementation implem
return new _DocumentWrappingImplementation();
}
- String get URL() { return _get__Document_URL(this); }
- static String _get__Document_URL(var _this) native;
+ String get URL() { return _get_URL(this); }
+ static String _get_URL(var _this) native;
- HTMLCollection get anchors() { return _get__Document_anchors(this); }
- static HTMLCollection _get__Document_anchors(var _this) native;
+ HTMLCollection get anchors() { return _get_anchors(this); }
+ static HTMLCollection _get_anchors(var _this) native;
- HTMLCollection get applets() { return _get__Document_applets(this); }
- static HTMLCollection _get__Document_applets(var _this) native;
+ HTMLCollection get applets() { return _get_applets(this); }
+ static HTMLCollection _get_applets(var _this) native;
- HTMLElement get body() { return _get__Document_body(this); }
- static HTMLElement _get__Document_body(var _this) native;
+ HTMLElement get body() { return _get_body(this); }
+ static HTMLElement _get_body(var _this) native;
- void set body(HTMLElement value) { _set__Document_body(this, value); }
- static void _set__Document_body(var _this, HTMLElement value) native;
+ void set body(HTMLElement value) { _set_body(this, value); }
+ static void _set_body(var _this, HTMLElement value) native;
- String get characterSet() { return _get__Document_characterSet(this); }
- static String _get__Document_characterSet(var _this) native;
+ String get characterSet() { return _get_characterSet(this); }
+ static String _get_characterSet(var _this) native;
- String get charset() { return _get__Document_charset(this); }
- static String _get__Document_charset(var _this) native;
+ String get charset() { return _get_charset(this); }
+ static String _get_charset(var _this) native;
- void set charset(String value) { _set__Document_charset(this, value); }
- static void _set__Document_charset(var _this, String value) native;
+ void set charset(String value) { _set_charset(this, value); }
+ static void _set_charset(var _this, String value) native;
- String get compatMode() { return _get__Document_compatMode(this); }
- static String _get__Document_compatMode(var _this) native;
+ String get compatMode() { return _get_compatMode(this); }
+ static String _get_compatMode(var _this) native;
- String get cookie() { return _get__Document_cookie(this); }
- static String _get__Document_cookie(var _this) native;
+ String get cookie() { return _get_cookie(this); }
+ static String _get_cookie(var _this) native;
- void set cookie(String value) { _set__Document_cookie(this, value); }
- static void _set__Document_cookie(var _this, String value) native;
+ void set cookie(String value) { _set_cookie(this, value); }
+ static void _set_cookie(var _this, String value) native;
- String get defaultCharset() { return _get__Document_defaultCharset(this); }
- static String _get__Document_defaultCharset(var _this) native;
+ String get defaultCharset() { return _get_defaultCharset(this); }
+ static String _get_defaultCharset(var _this) native;
- DOMWindow get defaultView() { return _get__Document_defaultView(this); }
- static DOMWindow _get__Document_defaultView(var _this) native;
+ DOMWindow get defaultView() { return _get_defaultView(this); }
+ static DOMWindow _get_defaultView(var _this) native;
- DocumentType get doctype() { return _get__Document_doctype(this); }
- static DocumentType _get__Document_doctype(var _this) native;
+ DocumentType get doctype() { return _get_doctype(this); }
+ static DocumentType _get_doctype(var _this) native;
- Element get documentElement() { return _get__Document_documentElement(this); }
- static Element _get__Document_documentElement(var _this) native;
+ Element get documentElement() { return _get_documentElement(this); }
+ static Element _get_documentElement(var _this) native;
- String get documentURI() { return _get__Document_documentURI(this); }
- static String _get__Document_documentURI(var _this) native;
+ String get documentURI() { return _get_documentURI(this); }
+ static String _get_documentURI(var _this) native;
- void set documentURI(String value) { _set__Document_documentURI(this, value); }
- static void _set__Document_documentURI(var _this, String value) native;
+ void set documentURI(String value) { _set_documentURI(this, value); }
+ static void _set_documentURI(var _this, String value) native;
- String get domain() { return _get__Document_domain(this); }
- static String _get__Document_domain(var _this) native;
+ String get domain() { return _get_domain(this); }
+ static String _get_domain(var _this) native;
- void set domain(String value) { _set__Document_domain(this, value); }
- static void _set__Document_domain(var _this, String value) native;
+ void set domain(String value) { _set_domain(this, value); }
+ static void _set_domain(var _this, String value) native;
- HTMLCollection get forms() { return _get__Document_forms(this); }
- static HTMLCollection _get__Document_forms(var _this) native;
+ HTMLCollection get forms() { return _get_forms(this); }
+ static HTMLCollection _get_forms(var _this) native;
- HTMLHeadElement get head() { return _get__Document_head(this); }
- static HTMLHeadElement _get__Document_head(var _this) native;
+ HTMLHeadElement get head() { return _get_head(this); }
+ static HTMLHeadElement _get_head(var _this) native;
- HTMLCollection get images() { return _get__Document_images(this); }
- static HTMLCollection _get__Document_images(var _this) native;
+ HTMLCollection get images() { return _get_images(this); }
+ static HTMLCollection _get_images(var _this) native;
- DOMImplementation get implementation() { return _get__Document_implementation(this); }
- static DOMImplementation _get__Document_implementation(var _this) native;
+ DOMImplementation get implementation() { return _get_implementation(this); }
+ static DOMImplementation _get_implementation(var _this) native;
- String get inputEncoding() { return _get__Document_inputEncoding(this); }
- static String _get__Document_inputEncoding(var _this) native;
+ String get inputEncoding() { return _get_inputEncoding(this); }
+ static String _get_inputEncoding(var _this) native;
- String get lastModified() { return _get__Document_lastModified(this); }
- static String _get__Document_lastModified(var _this) native;
+ String get lastModified() { return _get_lastModified(this); }
+ static String _get_lastModified(var _this) native;
- HTMLCollection get links() { return _get__Document_links(this); }
- static HTMLCollection _get__Document_links(var _this) native;
+ HTMLCollection get links() { return _get_links(this); }
+ static HTMLCollection _get_links(var _this) native;
- Location get location() { return _get__Document_location(this); }
- static Location _get__Document_location(var _this) native;
+ Location get location() { return _get_location(this); }
+ static Location _get_location(var _this) native;
- void set location(Location value) { _set__Document_location(this, value); }
- static void _set__Document_location(var _this, Location value) native;
+ void set location(Location value) { _set_location(this, value); }
+ static void _set_location(var _this, Location value) native;
- EventListener get onabort() { return _get__Document_onabort(this); }
- static EventListener _get__Document_onabort(var _this) native;
+ EventListener get onabort() { return _get_onabort(this); }
+ static EventListener _get_onabort(var _this) native;
- void set onabort(EventListener value) { _set__Document_onabort(this, value); }
- static void _set__Document_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 onbeforecopy() { return _get__Document_onbeforecopy(this); }
- static EventListener _get__Document_onbeforecopy(var _this) native;
+ EventListener get onbeforecopy() { return _get_onbeforecopy(this); }
+ static EventListener _get_onbeforecopy(var _this) native;
- void set onbeforecopy(EventListener value) { _set__Document_onbeforecopy(this, value); }
- static void _set__Document_onbeforecopy(var _this, EventListener value) native;
+ void set onbeforecopy(EventListener value) { _set_onbeforecopy(this, value); }
+ static void _set_onbeforecopy(var _this, EventListener value) native;
- EventListener get onbeforecut() { return _get__Document_onbeforecut(this); }
- static EventListener _get__Document_onbeforecut(var _this) native;
+ EventListener get onbeforecut() { return _get_onbeforecut(this); }
+ static EventListener _get_onbeforecut(var _this) native;
- void set onbeforecut(EventListener value) { _set__Document_onbeforecut(this, value); }
- static void _set__Document_onbeforecut(var _this, EventListener value) native;
+ void set onbeforecut(EventListener value) { _set_onbeforecut(this, value); }
+ static void _set_onbeforecut(var _this, EventListener value) native;
- EventListener get onbeforepaste() { return _get__Document_onbeforepaste(this); }
- static EventListener _get__Document_onbeforepaste(var _this) native;
+ EventListener get onbeforepaste() { return _get_onbeforepaste(this); }
+ static EventListener _get_onbeforepaste(var _this) native;
- void set onbeforepaste(EventListener value) { _set__Document_onbeforepaste(this, value); }
- static void _set__Document_onbeforepaste(var _this, EventListener value) native;
+ void set onbeforepaste(EventListener value) { _set_onbeforepaste(this, value); }
+ static void _set_onbeforepaste(var _this, EventListener value) native;
- EventListener get onblur() { return _get__Document_onblur(this); }
- static EventListener _get__Document_onblur(var _this) native;
+ EventListener get onblur() { return _get_onblur(this); }
+ static EventListener _get_onblur(var _this) native;
- void set onblur(EventListener value) { _set__Document_onblur(this, value); }
- static void _set__Document_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 onchange() { return _get__Document_onchange(this); }
- static EventListener _get__Document_onchange(var _this) native;
+ EventListener get onchange() { return _get_onchange(this); }
+ static EventListener _get_onchange(var _this) native;
- void set onchange(EventListener value) { _set__Document_onchange(this, value); }
- static void _set__Document_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__Document_onclick(this); }
- static EventListener _get__Document_onclick(var _this) native;
+ EventListener get onclick() { return _get_onclick(this); }
+ static EventListener _get_onclick(var _this) native;
- void set onclick(EventListener value) { _set__Document_onclick(this, value); }
- static void _set__Document_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__Document_oncontextmenu(this); }
- static EventListener _get__Document_oncontextmenu(var _this) native;
+ EventListener get oncontextmenu() { return _get_oncontextmenu(this); }
+ static EventListener _get_oncontextmenu(var _this) native;
- void set oncontextmenu(EventListener value) { _set__Document_oncontextmenu(this, value); }
- static void _set__Document_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 oncopy() { return _get__Document_oncopy(this); }
- static EventListener _get__Document_oncopy(var _this) native;
+ EventListener get oncopy() { return _get_oncopy(this); }
+ static EventListener _get_oncopy(var _this) native;
- void set oncopy(EventListener value) { _set__Document_oncopy(this, value); }
- static void _set__Document_oncopy(var _this, EventListener value) native;
+ void set oncopy(EventListener value) { _set_oncopy(this, value); }
+ static void _set_oncopy(var _this, EventListener value) native;
- EventListener get oncut() { return _get__Document_oncut(this); }
- static EventListener _get__Document_oncut(var _this) native;
+ EventListener get oncut() { return _get_oncut(this); }
+ static EventListener _get_oncut(var _this) native;
- void set oncut(EventListener value) { _set__Document_oncut(this, value); }
- static void _set__Document_oncut(var _this, EventListener value) native;
+ void set oncut(EventListener value) { _set_oncut(this, value); }
+ static void _set_oncut(var _this, EventListener value) native;
- EventListener get ondblclick() { return _get__Document_ondblclick(this); }
- static EventListener _get__Document_ondblclick(var _this) native;
+ EventListener get ondblclick() { return _get_ondblclick(this); }
+ static EventListener _get_ondblclick(var _this) native;
- void set ondblclick(EventListener value) { _set__Document_ondblclick(this, value); }
- static void _set__Document_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 ondrag() { return _get__Document_ondrag(this); }
- static EventListener _get__Document_ondrag(var _this) native;
+ EventListener get ondrag() { return _get_ondrag(this); }
+ static EventListener _get_ondrag(var _this) native;
- void set ondrag(EventListener value) { _set__Document_ondrag(this, value); }
- static void _set__Document_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__Document_ondragend(this); }
- static EventListener _get__Document_ondragend(var _this) native;
+ EventListener get ondragend() { return _get_ondragend(this); }
+ static EventListener _get_ondragend(var _this) native;
- void set ondragend(EventListener value) { _set__Document_ondragend(this, value); }
- static void _set__Document_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__Document_ondragenter(this); }
- static EventListener _get__Document_ondragenter(var _this) native;
+ EventListener get ondragenter() { return _get_ondragenter(this); }
+ static EventListener _get_ondragenter(var _this) native;
- void set ondragenter(EventListener value) { _set__Document_ondragenter(this, value); }
- static void _set__Document_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__Document_ondragleave(this); }
- static EventListener _get__Document_ondragleave(var _this) native;
+ EventListener get ondragleave() { return _get_ondragleave(this); }
+ static EventListener _get_ondragleave(var _this) native;
- void set ondragleave(EventListener value) { _set__Document_ondragleave(this, value); }
- static void _set__Document_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__Document_ondragover(this); }
- static EventListener _get__Document_ondragover(var _this) native;
+ EventListener get ondragover() { return _get_ondragover(this); }
+ static EventListener _get_ondragover(var _this) native;
- void set ondragover(EventListener value) { _set__Document_ondragover(this, value); }
- static void _set__Document_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__Document_ondragstart(this); }
- static EventListener _get__Document_ondragstart(var _this) native;
+ EventListener get ondragstart() { return _get_ondragstart(this); }
+ static EventListener _get_ondragstart(var _this) native;
- void set ondragstart(EventListener value) { _set__Document_ondragstart(this, value); }
- static void _set__Document_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__Document_ondrop(this); }
- static EventListener _get__Document_ondrop(var _this) native;
+ EventListener get ondrop() { return _get_ondrop(this); }
+ static EventListener _get_ondrop(var _this) native;
- void set ondrop(EventListener value) { _set__Document_ondrop(this, value); }
- static void _set__Document_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 onerror() { return _get__Document_onerror(this); }
- static EventListener _get__Document_onerror(var _this) native;
+ EventListener get onerror() { return _get_onerror(this); }
+ static EventListener _get_onerror(var _this) native;
- void set onerror(EventListener value) { _set__Document_onerror(this, value); }
- static void _set__Document_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__Document_onfocus(this); }
- static EventListener _get__Document_onfocus(var _this) native;
+ EventListener get onfocus() { return _get_onfocus(this); }
+ static EventListener _get_onfocus(var _this) native;
- void set onfocus(EventListener value) { _set__Document_onfocus(this, value); }
- static void _set__Document_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 oninput() { return _get__Document_oninput(this); }
- static EventListener _get__Document_oninput(var _this) native;
+ EventListener get oninput() { return _get_oninput(this); }
+ static EventListener _get_oninput(var _this) native;
- void set oninput(EventListener value) { _set__Document_oninput(this, value); }
- static void _set__Document_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__Document_oninvalid(this); }
- static EventListener _get__Document_oninvalid(var _this) native;
+ EventListener get oninvalid() { return _get_oninvalid(this); }
+ static EventListener _get_oninvalid(var _this) native;
- void set oninvalid(EventListener value) { _set__Document_oninvalid(this, value); }
- static void _set__Document_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__Document_onkeydown(this); }
- static EventListener _get__Document_onkeydown(var _this) native;
+ EventListener get onkeydown() { return _get_onkeydown(this); }
+ static EventListener _get_onkeydown(var _this) native;
- void set onkeydown(EventListener value) { _set__Document_onkeydown(this, value); }
- static void _set__Document_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__Document_onkeypress(this); }
- static EventListener _get__Document_onkeypress(var _this) native;
+ EventListener get onkeypress() { return _get_onkeypress(this); }
+ static EventListener _get_onkeypress(var _this) native;
- void set onkeypress(EventListener value) { _set__Document_onkeypress(this, value); }
- static void _set__Document_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__Document_onkeyup(this); }
- static EventListener _get__Document_onkeyup(var _this) native;
+ EventListener get onkeyup() { return _get_onkeyup(this); }
+ static EventListener _get_onkeyup(var _this) native;
- void set onkeyup(EventListener value) { _set__Document_onkeyup(this, value); }
- static void _set__Document_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__Document_onload(this); }
- static EventListener _get__Document_onload(var _this) native;
+ EventListener get onload() { return _get_onload(this); }
+ static EventListener _get_onload(var _this) native;
- void set onload(EventListener value) { _set__Document_onload(this, value); }
- static void _set__Document_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 onmousedown() { return _get__Document_onmousedown(this); }
- static EventListener _get__Document_onmousedown(var _this) native;
+ EventListener get onmousedown() { return _get_onmousedown(this); }
+ static EventListener _get_onmousedown(var _this) native;
- void set onmousedown(EventListener value) { _set__Document_onmousedown(this, value); }
- static void _set__Document_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__Document_onmousemove(this); }
- static EventListener _get__Document_onmousemove(var _this) native;
+ EventListener get onmousemove() { return _get_onmousemove(this); }
+ static EventListener _get_onmousemove(var _this) native;
- void set onmousemove(EventListener value) { _set__Document_onmousemove(this, value); }
- static void _set__Document_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__Document_onmouseout(this); }
- static EventListener _get__Document_onmouseout(var _this) native;
+ EventListener get onmouseout() { return _get_onmouseout(this); }
+ static EventListener _get_onmouseout(var _this) native;
- void set onmouseout(EventListener value) { _set__Document_onmouseout(this, value); }
- static void _set__Document_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__Document_onmouseover(this); }
- static EventListener _get__Document_onmouseover(var _this) native;
+ EventListener get onmouseover() { return _get_onmouseover(this); }
+ static EventListener _get_onmouseover(var _this) native;
- void set onmouseover(EventListener value) { _set__Document_onmouseover(this, value); }
- static void _set__Document_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__Document_onmouseup(this); }
- static EventListener _get__Document_onmouseup(var _this) native;
+ EventListener get onmouseup() { return _get_onmouseup(this); }
+ static EventListener _get_onmouseup(var _this) native;
- void set onmouseup(EventListener value) { _set__Document_onmouseup(this, value); }
- static void _set__Document_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__Document_onmousewheel(this); }
- static EventListener _get__Document_onmousewheel(var _this) native;
+ EventListener get onmousewheel() { return _get_onmousewheel(this); }
+ static EventListener _get_onmousewheel(var _this) native;
- void set onmousewheel(EventListener value) { _set__Document_onmousewheel(this, value); }
- static void _set__Document_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 onpaste() { return _get__Document_onpaste(this); }
- static EventListener _get__Document_onpaste(var _this) native;
+ EventListener get onpaste() { return _get_onpaste(this); }
+ static EventListener _get_onpaste(var _this) native;
- void set onpaste(EventListener value) { _set__Document_onpaste(this, value); }
- static void _set__Document_onpaste(var _this, EventListener value) native;
+ void set onpaste(EventListener value) { _set_onpaste(this, value); }
+ static void _set_onpaste(var _this, EventListener value) native;
- EventListener get onreadystatechange() { return _get__Document_onreadystatechange(this); }
- static EventListener _get__Document_onreadystatechange(var _this) native;
+ EventListener get onreadystatechange() { return _get_onreadystatechange(this); }
+ static EventListener _get_onreadystatechange(var _this) native;
- void set onreadystatechange(EventListener value) { _set__Document_onreadystatechange(this, value); }
- static void _set__Document_onreadystatechange(var _this, EventListener value) native;
+ void set onreadystatechange(EventListener value) { _set_onreadystatechange(this, value); }
+ static void _set_onreadystatechange(var _this, EventListener value) native;
- EventListener get onreset() { return _get__Document_onreset(this); }
- static EventListener _get__Document_onreset(var _this) native;
+ EventListener get onreset() { return _get_onreset(this); }
+ static EventListener _get_onreset(var _this) native;
- void set onreset(EventListener value) { _set__Document_onreset(this, value); }
- static void _set__Document_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 onscroll() { return _get__Document_onscroll(this); }
- static EventListener _get__Document_onscroll(var _this) native;
+ EventListener get onscroll() { return _get_onscroll(this); }
+ static EventListener _get_onscroll(var _this) native;
- void set onscroll(EventListener value) { _set__Document_onscroll(this, value); }
- static void _set__Document_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__Document_onsearch(this); }
- static EventListener _get__Document_onsearch(var _this) native;
+ EventListener get onsearch() { return _get_onsearch(this); }
+ static EventListener _get_onsearch(var _this) native;
- void set onsearch(EventListener value) { _set__Document_onsearch(this, value); }
- static void _set__Document_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 onselect() { return _get__Document_onselect(this); }
- static EventListener _get__Document_onselect(var _this) native;
+ EventListener get onselect() { return _get_onselect(this); }
+ static EventListener _get_onselect(var _this) native;
- void set onselect(EventListener value) { _set__Document_onselect(this, value); }
- static void _set__Document_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 onselectionchange() { return _get__Document_onselectionchange(this); }
- static EventListener _get__Document_onselectionchange(var _this) native;
+ EventListener get onselectionchange() { return _get_onselectionchange(this); }
+ static EventListener _get_onselectionchange(var _this) native;
- void set onselectionchange(EventListener value) { _set__Document_onselectionchange(this, value); }
- static void _set__Document_onselectionchange(var _this, EventListener value) native;
+ void set onselectionchange(EventListener value) { _set_onselectionchange(this, value); }
+ static void _set_onselectionchange(var _this, EventListener value) native;
- EventListener get onselectstart() { return _get__Document_onselectstart(this); }
- static EventListener _get__Document_onselectstart(var _this) native;
+ EventListener get onselectstart() { return _get_onselectstart(this); }
+ static EventListener _get_onselectstart(var _this) native;
- void set onselectstart(EventListener value) { _set__Document_onselectstart(this, value); }
- static void _set__Document_onselectstart(var _this, EventListener value) native;
+ void set onselectstart(EventListener value) { _set_onselectstart(this, value); }
+ static void _set_onselectstart(var _this, EventListener value) native;
- EventListener get onsubmit() { return _get__Document_onsubmit(this); }
- static EventListener _get__Document_onsubmit(var _this) native;
+ EventListener get onsubmit() { return _get_onsubmit(this); }
+ static EventListener _get_onsubmit(var _this) native;
- void set onsubmit(EventListener value) { _set__Document_onsubmit(this, value); }
- static void _set__Document_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 ontouchcancel() { return _get__Document_ontouchcancel(this); }
- static EventListener _get__Document_ontouchcancel(var _this) native;
+ EventListener get ontouchcancel() { return _get_ontouchcancel(this); }
+ static EventListener _get_ontouchcancel(var _this) native;
- void set ontouchcancel(EventListener value) { _set__Document_ontouchcancel(this, value); }
- static void _set__Document_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__Document_ontouchend(this); }
- static EventListener _get__Document_ontouchend(var _this) native;
+ EventListener get ontouchend() { return _get_ontouchend(this); }
+ static EventListener _get_ontouchend(var _this) native;
- void set ontouchend(EventListener value) { _set__Document_ontouchend(this, value); }
- static void _set__Document_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__Document_ontouchmove(this); }
- static EventListener _get__Document_ontouchmove(var _this) native;
+ EventListener get ontouchmove() { return _get_ontouchmove(this); }
+ static EventListener _get_ontouchmove(var _this) native;
- void set ontouchmove(EventListener value) { _set__Document_ontouchmove(this, value); }
- static void _set__Document_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__Document_ontouchstart(this); }
- static EventListener _get__Document_ontouchstart(var _this) native;
+ EventListener get ontouchstart() { return _get_ontouchstart(this); }
+ static EventListener _get_ontouchstart(var _this) native;
- void set ontouchstart(EventListener value) { _set__Document_ontouchstart(this, value); }
- static void _set__Document_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 onwebkitfullscreenchange() { return _get__Document_onwebkitfullscreenchange(this); }
- static EventListener _get__Document_onwebkitfullscreenchange(var _this) native;
+ EventListener get onwebkitfullscreenchange() { return _get_onwebkitfullscreenchange(this); }
+ static EventListener _get_onwebkitfullscreenchange(var _this) native;
- void set onwebkitfullscreenchange(EventListener value) { _set__Document_onwebkitfullscreenchange(this, value); }
- static void _set__Document_onwebkitfullscreenchange(var _this, EventListener value) native;
+ void set onwebkitfullscreenchange(EventListener value) { _set_onwebkitfullscreenchange(this, value); }
+ static void _set_onwebkitfullscreenchange(var _this, EventListener value) native;
- String get preferredStylesheetSet() { return _get__Document_preferredStylesheetSet(this); }
- static String _get__Document_preferredStylesheetSet(var _this) native;
+ String get preferredStylesheetSet() { return _get_preferredStylesheetSet(this); }
+ static String _get_preferredStylesheetSet(var _this) native;
- String get readyState() { return _get__Document_readyState(this); }
- static String _get__Document_readyState(var _this) native;
+ String get readyState() { return _get_readyState(this); }
+ static String _get_readyState(var _this) native;
- String get referrer() { return _get__Document_referrer(this); }
- static String _get__Document_referrer(var _this) native;
+ String get referrer() { return _get_referrer(this); }
+ static String _get_referrer(var _this) native;
- String get selectedStylesheetSet() { return _get__Document_selectedStylesheetSet(this); }
- static String _get__Document_selectedStylesheetSet(var _this) native;
+ String get selectedStylesheetSet() { return _get_selectedStylesheetSet(this); }
+ static String _get_selectedStylesheetSet(var _this) native;
- void set selectedStylesheetSet(String value) { _set__Document_selectedStylesheetSet(this, value); }
- static void _set__Document_selectedStylesheetSet(var _this, String value) native;
+ void set selectedStylesheetSet(String value) { _set_selectedStylesheetSet(this, value); }
+ static void _set_selectedStylesheetSet(var _this, String value) native;
- StyleSheetList get styleSheets() { return _get__Document_styleSheets(this); }
- static StyleSheetList _get__Document_styleSheets(var _this) native;
+ StyleSheetList get styleSheets() { return _get_styleSheets(this); }
+ static StyleSheetList _get_styleSheets(var _this) native;
- String get title() { return _get__Document_title(this); }
- static String _get__Document_title(var _this) native;
+ String get title() { return _get_title(this); }
+ static String _get_title(var _this) native;
- void set title(String value) { _set__Document_title(this, value); }
- static void _set__Document_title(var _this, String value) native;
+ void set title(String value) { _set_title(this, value); }
+ static void _set_title(var _this, String value) native;
- bool get webkitHidden() { return _get__Document_webkitHidden(this); }
- static bool _get__Document_webkitHidden(var _this) native;
+ bool get webkitHidden() { return _get_webkitHidden(this); }
+ static bool _get_webkitHidden(var _this) native;
- String get webkitVisibilityState() { return _get__Document_webkitVisibilityState(this); }
- static String _get__Document_webkitVisibilityState(var _this) native;
+ String get webkitVisibilityState() { return _get_webkitVisibilityState(this); }
+ static String _get_webkitVisibilityState(var _this) native;
- String get xmlEncoding() { return _get__Document_xmlEncoding(this); }
- static String _get__Document_xmlEncoding(var _this) native;
+ String get xmlEncoding() { return _get_xmlEncoding(this); }
+ static String _get_xmlEncoding(var _this) native;
- bool get xmlStandalone() { return _get__Document_xmlStandalone(this); }
- static bool _get__Document_xmlStandalone(var _this) native;
+ bool get xmlStandalone() { return _get_xmlStandalone(this); }
+ static bool _get_xmlStandalone(var _this) native;
- void set xmlStandalone(bool value) { _set__Document_xmlStandalone(this, value); }
- static void _set__Document_xmlStandalone(var _this, bool value) native;
+ void set xmlStandalone(bool value) { _set_xmlStandalone(this, value); }
+ static void _set_xmlStandalone(var _this, bool value) native;
- String get xmlVersion() { return _get__Document_xmlVersion(this); }
- static String _get__Document_xmlVersion(var _this) native;
+ String get xmlVersion() { return _get_xmlVersion(this); }
+ static String _get_xmlVersion(var _this) native;
- void set xmlVersion(String value) { _set__Document_xmlVersion(this, value); }
- static void _set__Document_xmlVersion(var _this, String value) native;
+ void set xmlVersion(String value) { _set_xmlVersion(this, value); }
+ static void _set_xmlVersion(var _this, String value) native;
Node adoptNode(Node source) {
return _adoptNode(this, source);

Powered by Google App Engine
This is Rietveld 408576698