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

Unified Diff: client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.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/_HTMLButtonElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart
index ef952b7848aa5e6c9711452d672e0393c9a1fb15..bd85603b473576582f0d57f230998bd5f59fdcab 100644
--- a/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLButtonElementWrappingImplementation.dart
@@ -11,83 +11,83 @@ class _HTMLButtonElementWrappingImplementation extends _HTMLElementWrappingImple
return new _HTMLButtonElementWrappingImplementation();
}
- String get accessKey() { return _get__HTMLButtonElement_accessKey(this); }
- static String _get__HTMLButtonElement_accessKey(var _this) native;
+ String get accessKey() { return _get_accessKey(this); }
+ static String _get_accessKey(var _this) native;
- void set accessKey(String value) { _set__HTMLButtonElement_accessKey(this, value); }
- static void _set__HTMLButtonElement_accessKey(var _this, String value) native;
+ void set accessKey(String value) { _set_accessKey(this, value); }
+ static void _set_accessKey(var _this, String value) native;
- bool get autofocus() { return _get__HTMLButtonElement_autofocus(this); }
- static bool _get__HTMLButtonElement_autofocus(var _this) native;
+ bool get autofocus() { return _get_autofocus(this); }
+ static bool _get_autofocus(var _this) native;
- void set autofocus(bool value) { _set__HTMLButtonElement_autofocus(this, value); }
- static void _set__HTMLButtonElement_autofocus(var _this, bool value) native;
+ void set autofocus(bool value) { _set_autofocus(this, value); }
+ static void _set_autofocus(var _this, bool value) native;
- bool get disabled() { return _get__HTMLButtonElement_disabled(this); }
- static bool _get__HTMLButtonElement_disabled(var _this) native;
+ bool get disabled() { return _get_disabled(this); }
+ static bool _get_disabled(var _this) native;
- void set disabled(bool value) { _set__HTMLButtonElement_disabled(this, value); }
- static void _set__HTMLButtonElement_disabled(var _this, bool value) native;
+ void set disabled(bool value) { _set_disabled(this, value); }
+ static void _set_disabled(var _this, bool value) native;
- HTMLFormElement get form() { return _get__HTMLButtonElement_form(this); }
- static HTMLFormElement _get__HTMLButtonElement_form(var _this) native;
+ HTMLFormElement get form() { return _get_form(this); }
+ static HTMLFormElement _get_form(var _this) native;
- String get formAction() { return _get__HTMLButtonElement_formAction(this); }
- static String _get__HTMLButtonElement_formAction(var _this) native;
+ String get formAction() { return _get_formAction(this); }
+ static String _get_formAction(var _this) native;
- void set formAction(String value) { _set__HTMLButtonElement_formAction(this, value); }
- static void _set__HTMLButtonElement_formAction(var _this, String value) native;
+ void set formAction(String value) { _set_formAction(this, value); }
+ static void _set_formAction(var _this, String value) native;
- String get formEnctype() { return _get__HTMLButtonElement_formEnctype(this); }
- static String _get__HTMLButtonElement_formEnctype(var _this) native;
+ String get formEnctype() { return _get_formEnctype(this); }
+ static String _get_formEnctype(var _this) native;
- void set formEnctype(String value) { _set__HTMLButtonElement_formEnctype(this, value); }
- static void _set__HTMLButtonElement_formEnctype(var _this, String value) native;
+ void set formEnctype(String value) { _set_formEnctype(this, value); }
+ static void _set_formEnctype(var _this, String value) native;
- String get formMethod() { return _get__HTMLButtonElement_formMethod(this); }
- static String _get__HTMLButtonElement_formMethod(var _this) native;
+ String get formMethod() { return _get_formMethod(this); }
+ static String _get_formMethod(var _this) native;
- void set formMethod(String value) { _set__HTMLButtonElement_formMethod(this, value); }
- static void _set__HTMLButtonElement_formMethod(var _this, String value) native;
+ void set formMethod(String value) { _set_formMethod(this, value); }
+ static void _set_formMethod(var _this, String value) native;
- bool get formNoValidate() { return _get__HTMLButtonElement_formNoValidate(this); }
- static bool _get__HTMLButtonElement_formNoValidate(var _this) native;
+ bool get formNoValidate() { return _get_formNoValidate(this); }
+ static bool _get_formNoValidate(var _this) native;
- void set formNoValidate(bool value) { _set__HTMLButtonElement_formNoValidate(this, value); }
- static void _set__HTMLButtonElement_formNoValidate(var _this, bool value) native;
+ void set formNoValidate(bool value) { _set_formNoValidate(this, value); }
+ static void _set_formNoValidate(var _this, bool value) native;
- String get formTarget() { return _get__HTMLButtonElement_formTarget(this); }
- static String _get__HTMLButtonElement_formTarget(var _this) native;
+ String get formTarget() { return _get_formTarget(this); }
+ static String _get_formTarget(var _this) native;
- void set formTarget(String value) { _set__HTMLButtonElement_formTarget(this, value); }
- static void _set__HTMLButtonElement_formTarget(var _this, String value) native;
+ void set formTarget(String value) { _set_formTarget(this, value); }
+ static void _set_formTarget(var _this, String value) native;
- NodeList get labels() { return _get__HTMLButtonElement_labels(this); }
- static NodeList _get__HTMLButtonElement_labels(var _this) native;
+ NodeList get labels() { return _get_labels(this); }
+ static NodeList _get_labels(var _this) native;
- String get name() { return _get__HTMLButtonElement_name(this); }
- static String _get__HTMLButtonElement_name(var _this) native;
+ String get name() { return _get_name(this); }
+ static String _get_name(var _this) native;
- void set name(String value) { _set__HTMLButtonElement_name(this, value); }
- static void _set__HTMLButtonElement_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 type() { return _get__HTMLButtonElement_type(this); }
- static String _get__HTMLButtonElement_type(var _this) native;
+ String get type() { return _get_type(this); }
+ static String _get_type(var _this) native;
- String get validationMessage() { return _get__HTMLButtonElement_validationMessage(this); }
- static String _get__HTMLButtonElement_validationMessage(var _this) native;
+ String get validationMessage() { return _get_validationMessage(this); }
+ static String _get_validationMessage(var _this) native;
- ValidityState get validity() { return _get__HTMLButtonElement_validity(this); }
- static ValidityState _get__HTMLButtonElement_validity(var _this) native;
+ ValidityState get validity() { return _get_validity(this); }
+ static ValidityState _get_validity(var _this) native;
- String get value() { return _get__HTMLButtonElement_value(this); }
- static String _get__HTMLButtonElement_value(var _this) native;
+ String get value() { return _get_value(this); }
+ static String _get_value(var _this) native;
- void set value(String value) { _set__HTMLButtonElement_value(this, value); }
- static void _set__HTMLButtonElement_value(var _this, String value) native;
+ void set value(String value) { _set_value(this, value); }
+ static void _set_value(var _this, String value) native;
- bool get willValidate() { return _get__HTMLButtonElement_willValidate(this); }
- static bool _get__HTMLButtonElement_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