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

Unified Diff: client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.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/_HTMLElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
index c54262d46d2ef4f89c1904115f70d979e4c51a61..ee55641af20e64f4f74311e4b2124e222f8194ed 100644
--- a/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLElementWrappingImplementation.dart
@@ -11,131 +11,131 @@ class _HTMLElementWrappingImplementation extends _ElementWrappingImplementation
return new _HTMLElementWrappingImplementation();
}
- HTMLCollection get children() { return _get__HTMLElement_children(this); }
- static HTMLCollection _get__HTMLElement_children(var _this) native;
+ HTMLCollection get children() { return _get_children(this); }
+ static HTMLCollection _get_children(var _this) native;
- DOMTokenList get classList() { return _get__HTMLElement_classList(this); }
- static DOMTokenList _get__HTMLElement_classList(var _this) native;
+ DOMTokenList get classList() { return _get_classList(this); }
+ static DOMTokenList _get_classList(var _this) native;
- String get className() { return _get__HTMLElement_className(this); }
- static String _get__HTMLElement_className(var _this) native;
+ String get className() { return _get_className(this); }
+ static String _get_className(var _this) native;
- void set className(String value) { _set__HTMLElement_className(this, value); }
- static void _set__HTMLElement_className(var _this, String value) native;
+ void set className(String value) { _set_className(this, value); }
+ static void _set_className(var _this, String value) native;
- String get contentEditable() { return _get__HTMLElement_contentEditable(this); }
- static String _get__HTMLElement_contentEditable(var _this) native;
+ String get contentEditable() { return _get_contentEditable(this); }
+ static String _get_contentEditable(var _this) native;
- void set contentEditable(String value) { _set__HTMLElement_contentEditable(this, value); }
- static void _set__HTMLElement_contentEditable(var _this, String value) native;
+ void set contentEditable(String value) { _set_contentEditable(this, value); }
+ static void _set_contentEditable(var _this, String value) native;
- String get dir() { return _get__HTMLElement_dir(this); }
- static String _get__HTMLElement_dir(var _this) native;
+ String get dir() { return _get_dir(this); }
+ static String _get_dir(var _this) native;
- void set dir(String value) { _set__HTMLElement_dir(this, value); }
- static void _set__HTMLElement_dir(var _this, String value) native;
+ void set dir(String value) { _set_dir(this, value); }
+ static void _set_dir(var _this, String value) native;
- bool get draggable() { return _get__HTMLElement_draggable(this); }
- static bool _get__HTMLElement_draggable(var _this) native;
+ bool get draggable() { return _get_draggable(this); }
+ static bool _get_draggable(var _this) native;
- void set draggable(bool value) { _set__HTMLElement_draggable(this, value); }
- static void _set__HTMLElement_draggable(var _this, bool value) native;
+ void set draggable(bool value) { _set_draggable(this, value); }
+ static void _set_draggable(var _this, bool value) native;
- bool get hidden() { return _get__HTMLElement_hidden(this); }
- static bool _get__HTMLElement_hidden(var _this) native;
+ bool get hidden() { return _get_hidden(this); }
+ static bool _get_hidden(var _this) native;
- void set hidden(bool value) { _set__HTMLElement_hidden(this, value); }
- static void _set__HTMLElement_hidden(var _this, bool value) native;
+ void set hidden(bool value) { _set_hidden(this, value); }
+ static void _set_hidden(var _this, bool value) native;
- String get id() { return _get__HTMLElement_id(this); }
- static String _get__HTMLElement_id(var _this) native;
+ String get id() { return _get_id(this); }
+ static String _get_id(var _this) native;
- void set id(String value) { _set__HTMLElement_id(this, value); }
- static void _set__HTMLElement_id(var _this, String value) native;
+ void set id(String value) { _set_id(this, value); }
+ static void _set_id(var _this, String value) native;
- String get innerHTML() { return _get__HTMLElement_innerHTML(this); }
- static String _get__HTMLElement_innerHTML(var _this) native;
+ String get innerHTML() { return _get_innerHTML(this); }
+ static String _get_innerHTML(var _this) native;
- void set innerHTML(String value) { _set__HTMLElement_innerHTML(this, value); }
- static void _set__HTMLElement_innerHTML(var _this, String value) native;
+ void set innerHTML(String value) { _set_innerHTML(this, value); }
+ static void _set_innerHTML(var _this, String value) native;
- String get innerText() { return _get__HTMLElement_innerText(this); }
- static String _get__HTMLElement_innerText(var _this) native;
+ String get innerText() { return _get_innerText(this); }
+ static String _get_innerText(var _this) native;
- void set innerText(String value) { _set__HTMLElement_innerText(this, value); }
- static void _set__HTMLElement_innerText(var _this, String value) native;
+ void set innerText(String value) { _set_innerText(this, value); }
+ static void _set_innerText(var _this, String value) native;
- bool get isContentEditable() { return _get__HTMLElement_isContentEditable(this); }
- static bool _get__HTMLElement_isContentEditable(var _this) native;
+ bool get isContentEditable() { return _get_isContentEditable(this); }
+ static bool _get_isContentEditable(var _this) native;
- String get itemId() { return _get__HTMLElement_itemId(this); }
- static String _get__HTMLElement_itemId(var _this) native;
+ String get itemId() { return _get_itemId(this); }
+ static String _get_itemId(var _this) native;
- void set itemId(String value) { _set__HTMLElement_itemId(this, value); }
- static void _set__HTMLElement_itemId(var _this, String value) native;
+ void set itemId(String value) { _set_itemId(this, value); }
+ static void _set_itemId(var _this, String value) native;
- DOMSettableTokenList get itemProp() { return _get__HTMLElement_itemProp(this); }
- static DOMSettableTokenList _get__HTMLElement_itemProp(var _this) native;
+ DOMSettableTokenList get itemProp() { return _get_itemProp(this); }
+ static DOMSettableTokenList _get_itemProp(var _this) native;
- DOMSettableTokenList get itemRef() { return _get__HTMLElement_itemRef(this); }
- static DOMSettableTokenList _get__HTMLElement_itemRef(var _this) native;
+ DOMSettableTokenList get itemRef() { return _get_itemRef(this); }
+ static DOMSettableTokenList _get_itemRef(var _this) native;
- bool get itemScope() { return _get__HTMLElement_itemScope(this); }
- static bool _get__HTMLElement_itemScope(var _this) native;
+ bool get itemScope() { return _get_itemScope(this); }
+ static bool _get_itemScope(var _this) native;
- void set itemScope(bool value) { _set__HTMLElement_itemScope(this, value); }
- static void _set__HTMLElement_itemScope(var _this, bool value) native;
+ void set itemScope(bool value) { _set_itemScope(this, value); }
+ static void _set_itemScope(var _this, bool value) native;
- DOMSettableTokenList get itemType() { return _get__HTMLElement_itemType(this); }
- static DOMSettableTokenList _get__HTMLElement_itemType(var _this) native;
+ DOMSettableTokenList get itemType() { return _get_itemType(this); }
+ static DOMSettableTokenList _get_itemType(var _this) native;
- Object get itemValue() { return _get__HTMLElement_itemValue(this); }
- static Object _get__HTMLElement_itemValue(var _this) native;
+ Object get itemValue() { return _get_itemValue(this); }
+ static Object _get_itemValue(var _this) native;
- void set itemValue(Object value) { _set__HTMLElement_itemValue(this, value); }
- static void _set__HTMLElement_itemValue(var _this, Object value) native;
+ void set itemValue(Object value) { _set_itemValue(this, value); }
+ static void _set_itemValue(var _this, Object value) native;
- String get lang() { return _get__HTMLElement_lang(this); }
- static String _get__HTMLElement_lang(var _this) native;
+ String get lang() { return _get_lang(this); }
+ static String _get_lang(var _this) native;
- void set lang(String value) { _set__HTMLElement_lang(this, value); }
- static void _set__HTMLElement_lang(var _this, String value) native;
+ void set lang(String value) { _set_lang(this, value); }
+ static void _set_lang(var _this, String value) native;
- String get outerHTML() { return _get__HTMLElement_outerHTML(this); }
- static String _get__HTMLElement_outerHTML(var _this) native;
+ String get outerHTML() { return _get_outerHTML(this); }
+ static String _get_outerHTML(var _this) native;
- void set outerHTML(String value) { _set__HTMLElement_outerHTML(this, value); }
- static void _set__HTMLElement_outerHTML(var _this, String value) native;
+ void set outerHTML(String value) { _set_outerHTML(this, value); }
+ static void _set_outerHTML(var _this, String value) native;
- String get outerText() { return _get__HTMLElement_outerText(this); }
- static String _get__HTMLElement_outerText(var _this) native;
+ String get outerText() { return _get_outerText(this); }
+ static String _get_outerText(var _this) native;
- void set outerText(String value) { _set__HTMLElement_outerText(this, value); }
- static void _set__HTMLElement_outerText(var _this, String value) native;
+ void set outerText(String value) { _set_outerText(this, value); }
+ static void _set_outerText(var _this, String value) native;
- bool get spellcheck() { return _get__HTMLElement_spellcheck(this); }
- static bool _get__HTMLElement_spellcheck(var _this) native;
+ bool get spellcheck() { return _get_spellcheck(this); }
+ static bool _get_spellcheck(var _this) native;
- void set spellcheck(bool value) { _set__HTMLElement_spellcheck(this, value); }
- static void _set__HTMLElement_spellcheck(var _this, bool value) native;
+ void set spellcheck(bool value) { _set_spellcheck(this, value); }
+ static void _set_spellcheck(var _this, bool value) native;
- int get tabIndex() { return _get__HTMLElement_tabIndex(this); }
- static int _get__HTMLElement_tabIndex(var _this) native;
+ int get tabIndex() { return _get_tabIndex(this); }
+ static int _get_tabIndex(var _this) native;
- void set tabIndex(int value) { _set__HTMLElement_tabIndex(this, value); }
- static void _set__HTMLElement_tabIndex(var _this, int value) native;
+ void set tabIndex(int value) { _set_tabIndex(this, value); }
+ static void _set_tabIndex(var _this, int value) native;
- String get title() { return _get__HTMLElement_title(this); }
- static String _get__HTMLElement_title(var _this) native;
+ String get title() { return _get_title(this); }
+ static String _get_title(var _this) native;
- void set title(String value) { _set__HTMLElement_title(this, value); }
- static void _set__HTMLElement_title(var _this, String value) native;
+ void set title(String value) { _set_title(this, value); }
+ static void _set_title(var _this, String value) native;
- String get webkitdropzone() { return _get__HTMLElement_webkitdropzone(this); }
- static String _get__HTMLElement_webkitdropzone(var _this) native;
+ String get webkitdropzone() { return _get_webkitdropzone(this); }
+ static String _get_webkitdropzone(var _this) native;
- void set webkitdropzone(String value) { _set__HTMLElement_webkitdropzone(this, value); }
- static void _set__HTMLElement_webkitdropzone(var _this, String value) native;
+ void set webkitdropzone(String value) { _set_webkitdropzone(this, value); }
+ static void _set_webkitdropzone(var _this, String value) native;
Element insertAdjacentElement(String where, Element element) {
return _insertAdjacentElement(this, where, element);

Powered by Google App Engine
This is Rietveld 408576698