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

Unified Diff: client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.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/_HTMLObjectElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.dart
index 30c9f1ff7ef5a709b752bf1814e15d8cea853ff8..0aad03011fba2319892943e99e4efe3cbf6ba28b 100644
--- a/client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.dart
@@ -11,116 +11,116 @@ class _HTMLObjectElementWrappingImplementation extends _HTMLElementWrappingImple
return new _HTMLObjectElementWrappingImplementation();
}
- String get align() { return _get__HTMLObjectElement_align(this); }
- static String _get__HTMLObjectElement_align(var _this) native;
+ String get align() { return _get_align(this); }
+ static String _get_align(var _this) native;
- void set align(String value) { _set__HTMLObjectElement_align(this, value); }
- static void _set__HTMLObjectElement_align(var _this, String value) native;
+ void set align(String value) { _set_align(this, value); }
+ static void _set_align(var _this, String value) native;
- String get archive() { return _get__HTMLObjectElement_archive(this); }
- static String _get__HTMLObjectElement_archive(var _this) native;
+ String get archive() { return _get_archive(this); }
+ static String _get_archive(var _this) native;
- void set archive(String value) { _set__HTMLObjectElement_archive(this, value); }
- static void _set__HTMLObjectElement_archive(var _this, String value) native;
+ void set archive(String value) { _set_archive(this, value); }
+ static void _set_archive(var _this, String value) native;
- String get border() { return _get__HTMLObjectElement_border(this); }
- static String _get__HTMLObjectElement_border(var _this) native;
+ String get border() { return _get_border(this); }
+ static String _get_border(var _this) native;
- void set border(String value) { _set__HTMLObjectElement_border(this, value); }
- static void _set__HTMLObjectElement_border(var _this, String value) native;
+ void set border(String value) { _set_border(this, value); }
+ static void _set_border(var _this, String value) native;
- String get code() { return _get__HTMLObjectElement_code(this); }
- static String _get__HTMLObjectElement_code(var _this) native;
+ String get code() { return _get_code(this); }
+ static String _get_code(var _this) native;
- void set code(String value) { _set__HTMLObjectElement_code(this, value); }
- static void _set__HTMLObjectElement_code(var _this, String value) native;
+ void set code(String value) { _set_code(this, value); }
+ static void _set_code(var _this, String value) native;
- String get codeBase() { return _get__HTMLObjectElement_codeBase(this); }
- static String _get__HTMLObjectElement_codeBase(var _this) native;
+ String get codeBase() { return _get_codeBase(this); }
+ static String _get_codeBase(var _this) native;
- void set codeBase(String value) { _set__HTMLObjectElement_codeBase(this, value); }
- static void _set__HTMLObjectElement_codeBase(var _this, String value) native;
+ void set codeBase(String value) { _set_codeBase(this, value); }
+ static void _set_codeBase(var _this, String value) native;
- String get codeType() { return _get__HTMLObjectElement_codeType(this); }
- static String _get__HTMLObjectElement_codeType(var _this) native;
+ String get codeType() { return _get_codeType(this); }
+ static String _get_codeType(var _this) native;
- void set codeType(String value) { _set__HTMLObjectElement_codeType(this, value); }
- static void _set__HTMLObjectElement_codeType(var _this, String value) native;
+ void set codeType(String value) { _set_codeType(this, value); }
+ static void _set_codeType(var _this, String value) native;
- Document get contentDocument() { return _get__HTMLObjectElement_contentDocument(this); }
- static Document _get__HTMLObjectElement_contentDocument(var _this) native;
+ Document get contentDocument() { return _get_contentDocument(this); }
+ static Document _get_contentDocument(var _this) native;
- String get data() { return _get__HTMLObjectElement_data(this); }
- static String _get__HTMLObjectElement_data(var _this) native;
+ String get data() { return _get_data(this); }
+ static String _get_data(var _this) native;
- void set data(String value) { _set__HTMLObjectElement_data(this, value); }
- static void _set__HTMLObjectElement_data(var _this, String value) native;
+ void set data(String value) { _set_data(this, value); }
+ static void _set_data(var _this, String value) native;
- bool get declare() { return _get__HTMLObjectElement_declare(this); }
- static bool _get__HTMLObjectElement_declare(var _this) native;
+ bool get declare() { return _get_declare(this); }
+ static bool _get_declare(var _this) native;
- void set declare(bool value) { _set__HTMLObjectElement_declare(this, value); }
- static void _set__HTMLObjectElement_declare(var _this, bool value) native;
+ void set declare(bool value) { _set_declare(this, value); }
+ static void _set_declare(var _this, bool value) native;
- HTMLFormElement get form() { return _get__HTMLObjectElement_form(this); }
- static HTMLFormElement _get__HTMLObjectElement_form(var _this) native;
+ HTMLFormElement get form() { return _get_form(this); }
+ static HTMLFormElement _get_form(var _this) native;
- String get height() { return _get__HTMLObjectElement_height(this); }
- static String _get__HTMLObjectElement_height(var _this) native;
+ String get height() { return _get_height(this); }
+ static String _get_height(var _this) native;
- void set height(String value) { _set__HTMLObjectElement_height(this, value); }
- static void _set__HTMLObjectElement_height(var _this, String value) native;
+ void set height(String value) { _set_height(this, value); }
+ static void _set_height(var _this, String value) native;
- int get hspace() { return _get__HTMLObjectElement_hspace(this); }
- static int _get__HTMLObjectElement_hspace(var _this) native;
+ int get hspace() { return _get_hspace(this); }
+ static int _get_hspace(var _this) native;
- void set hspace(int value) { _set__HTMLObjectElement_hspace(this, value); }
- static void _set__HTMLObjectElement_hspace(var _this, int value) native;
+ void set hspace(int value) { _set_hspace(this, value); }
+ static void _set_hspace(var _this, int value) native;
- String get name() { return _get__HTMLObjectElement_name(this); }
- static String _get__HTMLObjectElement_name(var _this) native;
+ String get name() { return _get_name(this); }
+ static String _get_name(var _this) native;
- void set name(String value) { _set__HTMLObjectElement_name(this, value); }
- static void _set__HTMLObjectElement_name(var _this, String value) native;
+ void set name(String value) { _set_name(this, value); }
+ static void _set_name(var _this, String value) native;
- String get standby() { return _get__HTMLObjectElement_standby(this); }
- static String _get__HTMLObjectElement_standby(var _this) native;
+ String get standby() { return _get_standby(this); }
+ static String _get_standby(var _this) native;
- void set standby(String value) { _set__HTMLObjectElement_standby(this, value); }
- static void _set__HTMLObjectElement_standby(var _this, String value) native;
+ void set standby(String value) { _set_standby(this, value); }
+ static void _set_standby(var _this, String value) native;
- String get type() { return _get__HTMLObjectElement_type(this); }
- static String _get__HTMLObjectElement_type(var _this) native;
+ String get type() { return _get_type(this); }
+ static String _get_type(var _this) native;
- void set type(String value) { _set__HTMLObjectElement_type(this, value); }
- static void _set__HTMLObjectElement_type(var _this, String value) native;
+ void set type(String value) { _set_type(this, value); }
+ static void _set_type(var _this, String value) native;
- String get useMap() { return _get__HTMLObjectElement_useMap(this); }
- static String _get__HTMLObjectElement_useMap(var _this) native;
+ String get useMap() { return _get_useMap(this); }
+ static String _get_useMap(var _this) native;
- void set useMap(String value) { _set__HTMLObjectElement_useMap(this, value); }
- static void _set__HTMLObjectElement_useMap(var _this, String value) native;
+ void set useMap(String value) { _set_useMap(this, value); }
+ static void _set_useMap(var _this, String value) native;
- String get validationMessage() { return _get__HTMLObjectElement_validationMessage(this); }
- static String _get__HTMLObjectElement_validationMessage(var _this) native;
+ String get validationMessage() { return _get_validationMessage(this); }
+ static String _get_validationMessage(var _this) native;
- ValidityState get validity() { return _get__HTMLObjectElement_validity(this); }
- static ValidityState _get__HTMLObjectElement_validity(var _this) native;
+ ValidityState get validity() { return _get_validity(this); }
+ static ValidityState _get_validity(var _this) native;
- int get vspace() { return _get__HTMLObjectElement_vspace(this); }
- static int _get__HTMLObjectElement_vspace(var _this) native;
+ int get vspace() { return _get_vspace(this); }
+ static int _get_vspace(var _this) native;
- void set vspace(int value) { _set__HTMLObjectElement_vspace(this, value); }
- static void _set__HTMLObjectElement_vspace(var _this, int value) native;
+ void set vspace(int value) { _set_vspace(this, value); }
+ static void _set_vspace(var _this, int value) native;
- String get width() { return _get__HTMLObjectElement_width(this); }
- static String _get__HTMLObjectElement_width(var _this) native;
+ String get width() { return _get_width(this); }
+ static String _get_width(var _this) native;
- void set width(String value) { _set__HTMLObjectElement_width(this, value); }
- static void _set__HTMLObjectElement_width(var _this, String value) native;
+ void set width(String value) { _set_width(this, value); }
+ static void _set_width(var _this, String value) native;
- bool get willValidate() { return _get__HTMLObjectElement_willValidate(this); }
- static bool _get__HTMLObjectElement_willValidate(var _this) native;
+ bool get willValidate() { return _get_willValidate(this); }
+ static bool _get_willValidate(var _this) native;
bool checkValidity() {
return _checkValidity(this);

Powered by Google App Engine
This is Rietveld 408576698