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

Unified Diff: client/dom/generated/src/wrapping/_HTMLSelectElementWrappingImplementation.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/_HTMLSelectElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLSelectElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLSelectElementWrappingImplementation.dart
index 2ba3d78265fa4daa3dba72e0fa5c3a4e10f7dd21..842cdabc7daee6ef380e29bea003b7f504e5ede0 100644
--- a/client/dom/generated/src/wrapping/_HTMLSelectElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLSelectElementWrappingImplementation.dart
@@ -11,80 +11,80 @@ class _HTMLSelectElementWrappingImplementation extends _HTMLElementWrappingImple
return new _HTMLSelectElementWrappingImplementation();
}
- bool get autofocus() { return _get__HTMLSelectElement_autofocus(this); }
- static bool _get__HTMLSelectElement_autofocus(var _this) native;
+ bool get autofocus() { return _get_autofocus(this); }
+ static bool _get_autofocus(var _this) native;
- void set autofocus(bool value) { _set__HTMLSelectElement_autofocus(this, value); }
- static void _set__HTMLSelectElement_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__HTMLSelectElement_disabled(this); }
- static bool _get__HTMLSelectElement_disabled(var _this) native;
+ bool get disabled() { return _get_disabled(this); }
+ static bool _get_disabled(var _this) native;
- void set disabled(bool value) { _set__HTMLSelectElement_disabled(this, value); }
- static void _set__HTMLSelectElement_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__HTMLSelectElement_form(this); }
- static HTMLFormElement _get__HTMLSelectElement_form(var _this) native;
+ HTMLFormElement get form() { return _get_form(this); }
+ static HTMLFormElement _get_form(var _this) native;
- NodeList get labels() { return _get__HTMLSelectElement_labels(this); }
- static NodeList _get__HTMLSelectElement_labels(var _this) native;
+ NodeList get labels() { return _get_labels(this); }
+ static NodeList _get_labels(var _this) native;
- int get length() { return _get__HTMLSelectElement_length(this); }
- static int _get__HTMLSelectElement_length(var _this) native;
+ int get length() { return _get_length(this); }
+ static int _get_length(var _this) native;
- void set length(int value) { _set__HTMLSelectElement_length(this, value); }
- static void _set__HTMLSelectElement_length(var _this, int value) native;
+ void set length(int value) { _set_length(this, value); }
+ static void _set_length(var _this, int value) native;
- bool get multiple() { return _get__HTMLSelectElement_multiple(this); }
- static bool _get__HTMLSelectElement_multiple(var _this) native;
+ bool get multiple() { return _get_multiple(this); }
+ static bool _get_multiple(var _this) native;
- void set multiple(bool value) { _set__HTMLSelectElement_multiple(this, value); }
- static void _set__HTMLSelectElement_multiple(var _this, bool value) native;
+ void set multiple(bool value) { _set_multiple(this, value); }
+ static void _set_multiple(var _this, bool value) native;
- String get name() { return _get__HTMLSelectElement_name(this); }
- static String _get__HTMLSelectElement_name(var _this) native;
+ String get name() { return _get_name(this); }
+ static String _get_name(var _this) native;
- void set name(String value) { _set__HTMLSelectElement_name(this, value); }
- static void _set__HTMLSelectElement_name(var _this, String value) native;
+ void set name(String value) { _set_name(this, value); }
+ static void _set_name(var _this, String value) native;
- HTMLOptionsCollection get options() { return _get__HTMLSelectElement_options(this); }
- static HTMLOptionsCollection _get__HTMLSelectElement_options(var _this) native;
+ HTMLOptionsCollection get options() { return _get_options(this); }
+ static HTMLOptionsCollection _get_options(var _this) native;
- bool get required() { return _get__HTMLSelectElement_required(this); }
- static bool _get__HTMLSelectElement_required(var _this) native;
+ bool get required() { return _get_required(this); }
+ static bool _get_required(var _this) native;
- void set required(bool value) { _set__HTMLSelectElement_required(this, value); }
- static void _set__HTMLSelectElement_required(var _this, bool value) native;
+ void set required(bool value) { _set_required(this, value); }
+ static void _set_required(var _this, bool value) native;
- int get selectedIndex() { return _get__HTMLSelectElement_selectedIndex(this); }
- static int _get__HTMLSelectElement_selectedIndex(var _this) native;
+ int get selectedIndex() { return _get_selectedIndex(this); }
+ static int _get_selectedIndex(var _this) native;
- void set selectedIndex(int value) { _set__HTMLSelectElement_selectedIndex(this, value); }
- static void _set__HTMLSelectElement_selectedIndex(var _this, int value) native;
+ void set selectedIndex(int value) { _set_selectedIndex(this, value); }
+ static void _set_selectedIndex(var _this, int value) native;
- int get size() { return _get__HTMLSelectElement_size(this); }
- static int _get__HTMLSelectElement_size(var _this) native;
+ int get size() { return _get_size(this); }
+ static int _get_size(var _this) native;
- void set size(int value) { _set__HTMLSelectElement_size(this, value); }
- static void _set__HTMLSelectElement_size(var _this, int value) native;
+ void set size(int value) { _set_size(this, value); }
+ static void _set_size(var _this, int value) native;
- String get type() { return _get__HTMLSelectElement_type(this); }
- static String _get__HTMLSelectElement_type(var _this) native;
+ String get type() { return _get_type(this); }
+ static String _get_type(var _this) native;
- String get validationMessage() { return _get__HTMLSelectElement_validationMessage(this); }
- static String _get__HTMLSelectElement_validationMessage(var _this) native;
+ String get validationMessage() { return _get_validationMessage(this); }
+ static String _get_validationMessage(var _this) native;
- ValidityState get validity() { return _get__HTMLSelectElement_validity(this); }
- static ValidityState _get__HTMLSelectElement_validity(var _this) native;
+ ValidityState get validity() { return _get_validity(this); }
+ static ValidityState _get_validity(var _this) native;
- String get value() { return _get__HTMLSelectElement_value(this); }
- static String _get__HTMLSelectElement_value(var _this) native;
+ String get value() { return _get_value(this); }
+ static String _get_value(var _this) native;
- void set value(String value) { _set__HTMLSelectElement_value(this, value); }
- static void _set__HTMLSelectElement_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__HTMLSelectElement_willValidate(this); }
- static bool _get__HTMLSelectElement_willValidate(var _this) native;
+ bool get willValidate() { return _get_willValidate(this); }
+ static bool _get_willValidate(var _this) native;
void add(HTMLElement element, HTMLElement before) {
_add(this, element, before);

Powered by Google App Engine
This is Rietveld 408576698