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

Unified Diff: client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.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/_HTMLDocumentWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.dart
index 5cd2b267ef4f1b82d6f1f1b7255eeba201a4c8ed..ab31ea2ace360f904d419bf0ec1c98f9ed3cf9a1 100644
--- a/client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLDocumentWrappingImplementation.dart
@@ -11,74 +11,74 @@ class _HTMLDocumentWrappingImplementation extends _DocumentWrappingImplementatio
return new _HTMLDocumentWrappingImplementation();
}
- Element get activeElement() { return _get__HTMLDocument_activeElement(this); }
- static Element _get__HTMLDocument_activeElement(var _this) native;
+ Element get activeElement() { return _get_activeElement(this); }
+ static Element _get_activeElement(var _this) native;
- String get alinkColor() { return _get__HTMLDocument_alinkColor(this); }
- static String _get__HTMLDocument_alinkColor(var _this) native;
+ String get alinkColor() { return _get_alinkColor(this); }
+ static String _get_alinkColor(var _this) native;
- void set alinkColor(String value) { _set__HTMLDocument_alinkColor(this, value); }
- static void _set__HTMLDocument_alinkColor(var _this, String value) native;
+ void set alinkColor(String value) { _set_alinkColor(this, value); }
+ static void _set_alinkColor(var _this, String value) native;
- HTMLAllCollection get all() { return _get__HTMLDocument_all(this); }
- static HTMLAllCollection _get__HTMLDocument_all(var _this) native;
+ HTMLAllCollection get all() { return _get_all(this); }
+ static HTMLAllCollection _get_all(var _this) native;
- void set all(HTMLAllCollection value) { _set__HTMLDocument_all(this, value); }
- static void _set__HTMLDocument_all(var _this, HTMLAllCollection value) native;
+ void set all(HTMLAllCollection value) { _set_all(this, value); }
+ static void _set_all(var _this, HTMLAllCollection value) native;
- String get bgColor() { return _get__HTMLDocument_bgColor(this); }
- static String _get__HTMLDocument_bgColor(var _this) native;
+ String get bgColor() { return _get_bgColor(this); }
+ static String _get_bgColor(var _this) native;
- void set bgColor(String value) { _set__HTMLDocument_bgColor(this, value); }
- static void _set__HTMLDocument_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 compatMode() { return _get__HTMLDocument_compatMode(this); }
- static String _get__HTMLDocument_compatMode(var _this) native;
+ String get compatMode() { return _get_compatMode_HTMLDocument(this); }
+ static String _get_compatMode_HTMLDocument(var _this) native;
- String get designMode() { return _get__HTMLDocument_designMode(this); }
- static String _get__HTMLDocument_designMode(var _this) native;
+ String get designMode() { return _get_designMode(this); }
+ static String _get_designMode(var _this) native;
- void set designMode(String value) { _set__HTMLDocument_designMode(this, value); }
- static void _set__HTMLDocument_designMode(var _this, String value) native;
+ void set designMode(String value) { _set_designMode(this, value); }
+ static void _set_designMode(var _this, String value) native;
- String get dir() { return _get__HTMLDocument_dir(this); }
- static String _get__HTMLDocument_dir(var _this) native;
+ String get dir() { return _get_dir(this); }
+ static String _get_dir(var _this) native;
- void set dir(String value) { _set__HTMLDocument_dir(this, value); }
- static void _set__HTMLDocument_dir(var _this, String value) native;
+ void set dir(String value) { _set_dir(this, value); }
+ static void _set_dir(var _this, String value) native;
- HTMLCollection get embeds() { return _get__HTMLDocument_embeds(this); }
- static HTMLCollection _get__HTMLDocument_embeds(var _this) native;
+ HTMLCollection get embeds() { return _get_embeds(this); }
+ static HTMLCollection _get_embeds(var _this) native;
- String get fgColor() { return _get__HTMLDocument_fgColor(this); }
- static String _get__HTMLDocument_fgColor(var _this) native;
+ String get fgColor() { return _get_fgColor(this); }
+ static String _get_fgColor(var _this) native;
- void set fgColor(String value) { _set__HTMLDocument_fgColor(this, value); }
- static void _set__HTMLDocument_fgColor(var _this, String value) native;
+ void set fgColor(String value) { _set_fgColor(this, value); }
+ static void _set_fgColor(var _this, String value) native;
- int get height() { return _get__HTMLDocument_height(this); }
- static int _get__HTMLDocument_height(var _this) native;
+ int get height() { return _get_height(this); }
+ static int _get_height(var _this) native;
- String get linkColor() { return _get__HTMLDocument_linkColor(this); }
- static String _get__HTMLDocument_linkColor(var _this) native;
+ String get linkColor() { return _get_linkColor(this); }
+ static String _get_linkColor(var _this) native;
- void set linkColor(String value) { _set__HTMLDocument_linkColor(this, value); }
- static void _set__HTMLDocument_linkColor(var _this, String value) native;
+ void set linkColor(String value) { _set_linkColor(this, value); }
+ static void _set_linkColor(var _this, String value) native;
- HTMLCollection get plugins() { return _get__HTMLDocument_plugins(this); }
- static HTMLCollection _get__HTMLDocument_plugins(var _this) native;
+ HTMLCollection get plugins() { return _get_plugins(this); }
+ static HTMLCollection _get_plugins(var _this) native;
- HTMLCollection get scripts() { return _get__HTMLDocument_scripts(this); }
- static HTMLCollection _get__HTMLDocument_scripts(var _this) native;
+ HTMLCollection get scripts() { return _get_scripts(this); }
+ static HTMLCollection _get_scripts(var _this) native;
- String get vlinkColor() { return _get__HTMLDocument_vlinkColor(this); }
- static String _get__HTMLDocument_vlinkColor(var _this) native;
+ String get vlinkColor() { return _get_vlinkColor(this); }
+ static String _get_vlinkColor(var _this) native;
- void set vlinkColor(String value) { _set__HTMLDocument_vlinkColor(this, value); }
- static void _set__HTMLDocument_vlinkColor(var _this, String value) native;
+ void set vlinkColor(String value) { _set_vlinkColor(this, value); }
+ static void _set_vlinkColor(var _this, String value) native;
- int get width() { return _get__HTMLDocument_width(this); }
- static int _get__HTMLDocument_width(var _this) native;
+ int get width() { return _get_width(this); }
+ static int _get_width(var _this) native;
void captureEvents() {
_captureEvents(this);

Powered by Google App Engine
This is Rietveld 408576698