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

Unified Diff: client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.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/_HTMLInputElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart
index bdca455406e5b2557bfbef7bfaa9d16528735b2c..ac49b09157f780b8055f3817178a97ca66c54787 100644
--- a/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLInputElementWrappingImplementation.dart
@@ -11,275 +11,275 @@ class _HTMLInputElementWrappingImplementation extends _HTMLElementWrappingImplem
return new _HTMLInputElementWrappingImplementation();
}
- String get accept() { return _get__HTMLInputElement_accept(this); }
- static String _get__HTMLInputElement_accept(var _this) native;
+ String get accept() { return _get_accept(this); }
+ static String _get_accept(var _this) native;
- void set accept(String value) { _set__HTMLInputElement_accept(this, value); }
- static void _set__HTMLInputElement_accept(var _this, String value) native;
+ void set accept(String value) { _set_accept(this, value); }
+ static void _set_accept(var _this, String value) native;
- String get accessKey() { return _get__HTMLInputElement_accessKey(this); }
- static String _get__HTMLInputElement_accessKey(var _this) native;
+ String get accessKey() { return _get_accessKey(this); }
+ static String _get_accessKey(var _this) native;
- void set accessKey(String value) { _set__HTMLInputElement_accessKey(this, value); }
- static void _set__HTMLInputElement_accessKey(var _this, String value) native;
+ void set accessKey(String value) { _set_accessKey(this, value); }
+ static void _set_accessKey(var _this, String value) native;
- String get align() { return _get__HTMLInputElement_align(this); }
- static String _get__HTMLInputElement_align(var _this) native;
+ String get align() { return _get_align(this); }
+ static String _get_align(var _this) native;
- void set align(String value) { _set__HTMLInputElement_align(this, value); }
- static void _set__HTMLInputElement_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 alt() { return _get__HTMLInputElement_alt(this); }
- static String _get__HTMLInputElement_alt(var _this) native;
+ String get alt() { return _get_alt(this); }
+ static String _get_alt(var _this) native;
- void set alt(String value) { _set__HTMLInputElement_alt(this, value); }
- static void _set__HTMLInputElement_alt(var _this, String value) native;
+ void set alt(String value) { _set_alt(this, value); }
+ static void _set_alt(var _this, String value) native;
- String get autocomplete() { return _get__HTMLInputElement_autocomplete(this); }
- static String _get__HTMLInputElement_autocomplete(var _this) native;
+ String get autocomplete() { return _get_autocomplete(this); }
+ static String _get_autocomplete(var _this) native;
- void set autocomplete(String value) { _set__HTMLInputElement_autocomplete(this, value); }
- static void _set__HTMLInputElement_autocomplete(var _this, String value) native;
+ void set autocomplete(String value) { _set_autocomplete(this, value); }
+ static void _set_autocomplete(var _this, String value) native;
- bool get autofocus() { return _get__HTMLInputElement_autofocus(this); }
- static bool _get__HTMLInputElement_autofocus(var _this) native;
+ bool get autofocus() { return _get_autofocus(this); }
+ static bool _get_autofocus(var _this) native;
- void set autofocus(bool value) { _set__HTMLInputElement_autofocus(this, value); }
- static void _set__HTMLInputElement_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 checked() { return _get__HTMLInputElement_checked(this); }
- static bool _get__HTMLInputElement_checked(var _this) native;
+ bool get checked() { return _get_checked(this); }
+ static bool _get_checked(var _this) native;
- void set checked(bool value) { _set__HTMLInputElement_checked(this, value); }
- static void _set__HTMLInputElement_checked(var _this, bool value) native;
+ void set checked(bool value) { _set_checked(this, value); }
+ static void _set_checked(var _this, bool value) native;
- bool get defaultChecked() { return _get__HTMLInputElement_defaultChecked(this); }
- static bool _get__HTMLInputElement_defaultChecked(var _this) native;
+ bool get defaultChecked() { return _get_defaultChecked(this); }
+ static bool _get_defaultChecked(var _this) native;
- void set defaultChecked(bool value) { _set__HTMLInputElement_defaultChecked(this, value); }
- static void _set__HTMLInputElement_defaultChecked(var _this, bool value) native;
+ void set defaultChecked(bool value) { _set_defaultChecked(this, value); }
+ static void _set_defaultChecked(var _this, bool value) native;
- String get defaultValue() { return _get__HTMLInputElement_defaultValue(this); }
- static String _get__HTMLInputElement_defaultValue(var _this) native;
+ String get defaultValue() { return _get_defaultValue(this); }
+ static String _get_defaultValue(var _this) native;
- void set defaultValue(String value) { _set__HTMLInputElement_defaultValue(this, value); }
- static void _set__HTMLInputElement_defaultValue(var _this, String value) native;
+ void set defaultValue(String value) { _set_defaultValue(this, value); }
+ static void _set_defaultValue(var _this, String value) native;
- bool get disabled() { return _get__HTMLInputElement_disabled(this); }
- static bool _get__HTMLInputElement_disabled(var _this) native;
+ bool get disabled() { return _get_disabled(this); }
+ static bool _get_disabled(var _this) native;
- void set disabled(bool value) { _set__HTMLInputElement_disabled(this, value); }
- static void _set__HTMLInputElement_disabled(var _this, bool value) native;
+ void set disabled(bool value) { _set_disabled(this, value); }
+ static void _set_disabled(var _this, bool value) native;
- FileList get files() { return _get__HTMLInputElement_files(this); }
- static FileList _get__HTMLInputElement_files(var _this) native;
+ FileList get files() { return _get_files(this); }
+ static FileList _get_files(var _this) native;
- HTMLFormElement get form() { return _get__HTMLInputElement_form(this); }
- static HTMLFormElement _get__HTMLInputElement_form(var _this) native;
+ HTMLFormElement get form() { return _get_form(this); }
+ static HTMLFormElement _get_form(var _this) native;
- String get formAction() { return _get__HTMLInputElement_formAction(this); }
- static String _get__HTMLInputElement_formAction(var _this) native;
+ String get formAction() { return _get_formAction(this); }
+ static String _get_formAction(var _this) native;
- void set formAction(String value) { _set__HTMLInputElement_formAction(this, value); }
- static void _set__HTMLInputElement_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__HTMLInputElement_formEnctype(this); }
- static String _get__HTMLInputElement_formEnctype(var _this) native;
+ String get formEnctype() { return _get_formEnctype(this); }
+ static String _get_formEnctype(var _this) native;
- void set formEnctype(String value) { _set__HTMLInputElement_formEnctype(this, value); }
- static void _set__HTMLInputElement_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__HTMLInputElement_formMethod(this); }
- static String _get__HTMLInputElement_formMethod(var _this) native;
+ String get formMethod() { return _get_formMethod(this); }
+ static String _get_formMethod(var _this) native;
- void set formMethod(String value) { _set__HTMLInputElement_formMethod(this, value); }
- static void _set__HTMLInputElement_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__HTMLInputElement_formNoValidate(this); }
- static bool _get__HTMLInputElement_formNoValidate(var _this) native;
+ bool get formNoValidate() { return _get_formNoValidate(this); }
+ static bool _get_formNoValidate(var _this) native;
- void set formNoValidate(bool value) { _set__HTMLInputElement_formNoValidate(this, value); }
- static void _set__HTMLInputElement_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__HTMLInputElement_formTarget(this); }
- static String _get__HTMLInputElement_formTarget(var _this) native;
+ String get formTarget() { return _get_formTarget(this); }
+ static String _get_formTarget(var _this) native;
- void set formTarget(String value) { _set__HTMLInputElement_formTarget(this, value); }
- static void _set__HTMLInputElement_formTarget(var _this, String value) native;
+ void set formTarget(String value) { _set_formTarget(this, value); }
+ static void _set_formTarget(var _this, String value) native;
- bool get incremental() { return _get__HTMLInputElement_incremental(this); }
- static bool _get__HTMLInputElement_incremental(var _this) native;
+ bool get incremental() { return _get_incremental(this); }
+ static bool _get_incremental(var _this) native;
- void set incremental(bool value) { _set__HTMLInputElement_incremental(this, value); }
- static void _set__HTMLInputElement_incremental(var _this, bool value) native;
+ void set incremental(bool value) { _set_incremental(this, value); }
+ static void _set_incremental(var _this, bool value) native;
- bool get indeterminate() { return _get__HTMLInputElement_indeterminate(this); }
- static bool _get__HTMLInputElement_indeterminate(var _this) native;
+ bool get indeterminate() { return _get_indeterminate(this); }
+ static bool _get_indeterminate(var _this) native;
- void set indeterminate(bool value) { _set__HTMLInputElement_indeterminate(this, value); }
- static void _set__HTMLInputElement_indeterminate(var _this, bool value) native;
+ void set indeterminate(bool value) { _set_indeterminate(this, value); }
+ static void _set_indeterminate(var _this, bool value) native;
- NodeList get labels() { return _get__HTMLInputElement_labels(this); }
- static NodeList _get__HTMLInputElement_labels(var _this) native;
+ NodeList get labels() { return _get_labels(this); }
+ static NodeList _get_labels(var _this) native;
- HTMLElement get list() { return _get__HTMLInputElement_list(this); }
- static HTMLElement _get__HTMLInputElement_list(var _this) native;
+ HTMLElement get list() { return _get_list(this); }
+ static HTMLElement _get_list(var _this) native;
- String get max() { return _get__HTMLInputElement_max(this); }
- static String _get__HTMLInputElement_max(var _this) native;
+ String get max() { return _get_max(this); }
+ static String _get_max(var _this) native;
- void set max(String value) { _set__HTMLInputElement_max(this, value); }
- static void _set__HTMLInputElement_max(var _this, String value) native;
+ void set max(String value) { _set_max(this, value); }
+ static void _set_max(var _this, String value) native;
- int get maxLength() { return _get__HTMLInputElement_maxLength(this); }
- static int _get__HTMLInputElement_maxLength(var _this) native;
+ int get maxLength() { return _get_maxLength(this); }
+ static int _get_maxLength(var _this) native;
- void set maxLength(int value) { _set__HTMLInputElement_maxLength(this, value); }
- static void _set__HTMLInputElement_maxLength(var _this, int value) native;
+ void set maxLength(int value) { _set_maxLength(this, value); }
+ static void _set_maxLength(var _this, int value) native;
- String get min() { return _get__HTMLInputElement_min(this); }
- static String _get__HTMLInputElement_min(var _this) native;
+ String get min() { return _get_min(this); }
+ static String _get_min(var _this) native;
- void set min(String value) { _set__HTMLInputElement_min(this, value); }
- static void _set__HTMLInputElement_min(var _this, String value) native;
+ void set min(String value) { _set_min(this, value); }
+ static void _set_min(var _this, String value) native;
- bool get multiple() { return _get__HTMLInputElement_multiple(this); }
- static bool _get__HTMLInputElement_multiple(var _this) native;
+ bool get multiple() { return _get_multiple(this); }
+ static bool _get_multiple(var _this) native;
- void set multiple(bool value) { _set__HTMLInputElement_multiple(this, value); }
- static void _set__HTMLInputElement_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__HTMLInputElement_name(this); }
- static String _get__HTMLInputElement_name(var _this) native;
+ String get name() { return _get_name(this); }
+ static String _get_name(var _this) native;
- void set name(String value) { _set__HTMLInputElement_name(this, value); }
- static void _set__HTMLInputElement_name(var _this, String value) native;
+ void set name(String value) { _set_name(this, value); }
+ static void _set_name(var _this, String value) native;
- EventListener get onwebkitspeechchange() { return _get__HTMLInputElement_onwebkitspeechchange(this); }
- static EventListener _get__HTMLInputElement_onwebkitspeechchange(var _this) native;
+ EventListener get onwebkitspeechchange() { return _get_onwebkitspeechchange(this); }
+ static EventListener _get_onwebkitspeechchange(var _this) native;
- void set onwebkitspeechchange(EventListener value) { _set__HTMLInputElement_onwebkitspeechchange(this, value); }
- static void _set__HTMLInputElement_onwebkitspeechchange(var _this, EventListener value) native;
+ void set onwebkitspeechchange(EventListener value) { _set_onwebkitspeechchange(this, value); }
+ static void _set_onwebkitspeechchange(var _this, EventListener value) native;
- String get pattern() { return _get__HTMLInputElement_pattern(this); }
- static String _get__HTMLInputElement_pattern(var _this) native;
+ String get pattern() { return _get_pattern(this); }
+ static String _get_pattern(var _this) native;
- void set pattern(String value) { _set__HTMLInputElement_pattern(this, value); }
- static void _set__HTMLInputElement_pattern(var _this, String value) native;
+ void set pattern(String value) { _set_pattern(this, value); }
+ static void _set_pattern(var _this, String value) native;
- String get placeholder() { return _get__HTMLInputElement_placeholder(this); }
- static String _get__HTMLInputElement_placeholder(var _this) native;
+ String get placeholder() { return _get_placeholder(this); }
+ static String _get_placeholder(var _this) native;
- void set placeholder(String value) { _set__HTMLInputElement_placeholder(this, value); }
- static void _set__HTMLInputElement_placeholder(var _this, String value) native;
+ void set placeholder(String value) { _set_placeholder(this, value); }
+ static void _set_placeholder(var _this, String value) native;
- bool get readOnly() { return _get__HTMLInputElement_readOnly(this); }
- static bool _get__HTMLInputElement_readOnly(var _this) native;
+ bool get readOnly() { return _get_readOnly(this); }
+ static bool _get_readOnly(var _this) native;
- void set readOnly(bool value) { _set__HTMLInputElement_readOnly(this, value); }
- static void _set__HTMLInputElement_readOnly(var _this, bool value) native;
+ void set readOnly(bool value) { _set_readOnly(this, value); }
+ static void _set_readOnly(var _this, bool value) native;
- bool get required() { return _get__HTMLInputElement_required(this); }
- static bool _get__HTMLInputElement_required(var _this) native;
+ bool get required() { return _get_required(this); }
+ static bool _get_required(var _this) native;
- void set required(bool value) { _set__HTMLInputElement_required(this, value); }
- static void _set__HTMLInputElement_required(var _this, bool value) native;
+ void set required(bool value) { _set_required(this, value); }
+ static void _set_required(var _this, bool value) native;
- HTMLOptionElement get selectedOption() { return _get__HTMLInputElement_selectedOption(this); }
- static HTMLOptionElement _get__HTMLInputElement_selectedOption(var _this) native;
+ HTMLOptionElement get selectedOption() { return _get_selectedOption(this); }
+ static HTMLOptionElement _get_selectedOption(var _this) native;
- String get selectionDirection() { return _get__HTMLInputElement_selectionDirection(this); }
- static String _get__HTMLInputElement_selectionDirection(var _this) native;
+ String get selectionDirection() { return _get_selectionDirection(this); }
+ static String _get_selectionDirection(var _this) native;
- void set selectionDirection(String value) { _set__HTMLInputElement_selectionDirection(this, value); }
- static void _set__HTMLInputElement_selectionDirection(var _this, String value) native;
+ void set selectionDirection(String value) { _set_selectionDirection(this, value); }
+ static void _set_selectionDirection(var _this, String value) native;
- int get selectionEnd() { return _get__HTMLInputElement_selectionEnd(this); }
- static int _get__HTMLInputElement_selectionEnd(var _this) native;
+ int get selectionEnd() { return _get_selectionEnd(this); }
+ static int _get_selectionEnd(var _this) native;
- void set selectionEnd(int value) { _set__HTMLInputElement_selectionEnd(this, value); }
- static void _set__HTMLInputElement_selectionEnd(var _this, int value) native;
+ void set selectionEnd(int value) { _set_selectionEnd(this, value); }
+ static void _set_selectionEnd(var _this, int value) native;
- int get selectionStart() { return _get__HTMLInputElement_selectionStart(this); }
- static int _get__HTMLInputElement_selectionStart(var _this) native;
+ int get selectionStart() { return _get_selectionStart(this); }
+ static int _get_selectionStart(var _this) native;
- void set selectionStart(int value) { _set__HTMLInputElement_selectionStart(this, value); }
- static void _set__HTMLInputElement_selectionStart(var _this, int value) native;
+ void set selectionStart(int value) { _set_selectionStart(this, value); }
+ static void _set_selectionStart(var _this, int value) native;
- int get size() { return _get__HTMLInputElement_size(this); }
- static int _get__HTMLInputElement_size(var _this) native;
+ int get size() { return _get_size(this); }
+ static int _get_size(var _this) native;
- void set size(int value) { _set__HTMLInputElement_size(this, value); }
- static void _set__HTMLInputElement_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 src() { return _get__HTMLInputElement_src(this); }
- static String _get__HTMLInputElement_src(var _this) native;
+ String get src() { return _get_src(this); }
+ static String _get_src(var _this) native;
- void set src(String value) { _set__HTMLInputElement_src(this, value); }
- static void _set__HTMLInputElement_src(var _this, String value) native;
+ void set src(String value) { _set_src(this, value); }
+ static void _set_src(var _this, String value) native;
- String get step() { return _get__HTMLInputElement_step(this); }
- static String _get__HTMLInputElement_step(var _this) native;
+ String get step() { return _get_step(this); }
+ static String _get_step(var _this) native;
- void set step(String value) { _set__HTMLInputElement_step(this, value); }
- static void _set__HTMLInputElement_step(var _this, String value) native;
+ void set step(String value) { _set_step(this, value); }
+ static void _set_step(var _this, String value) native;
- String get type() { return _get__HTMLInputElement_type(this); }
- static String _get__HTMLInputElement_type(var _this) native;
+ String get type() { return _get_type(this); }
+ static String _get_type(var _this) native;
- void set type(String value) { _set__HTMLInputElement_type(this, value); }
- static void _set__HTMLInputElement_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__HTMLInputElement_useMap(this); }
- static String _get__HTMLInputElement_useMap(var _this) native;
+ String get useMap() { return _get_useMap(this); }
+ static String _get_useMap(var _this) native;
- void set useMap(String value) { _set__HTMLInputElement_useMap(this, value); }
- static void _set__HTMLInputElement_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__HTMLInputElement_validationMessage(this); }
- static String _get__HTMLInputElement_validationMessage(var _this) native;
+ String get validationMessage() { return _get_validationMessage(this); }
+ static String _get_validationMessage(var _this) native;
- ValidityState get validity() { return _get__HTMLInputElement_validity(this); }
- static ValidityState _get__HTMLInputElement_validity(var _this) native;
+ ValidityState get validity() { return _get_validity(this); }
+ static ValidityState _get_validity(var _this) native;
- String get value() { return _get__HTMLInputElement_value(this); }
- static String _get__HTMLInputElement_value(var _this) native;
+ String get value() { return _get_value(this); }
+ static String _get_value(var _this) native;
- void set value(String value) { _set__HTMLInputElement_value(this, value); }
- static void _set__HTMLInputElement_value(var _this, String value) native;
+ void set value(String value) { _set_value(this, value); }
+ static void _set_value(var _this, String value) native;
- Date get valueAsDate() { return _get__HTMLInputElement_valueAsDate(this); }
- static Date _get__HTMLInputElement_valueAsDate(var _this) native;
+ Date get valueAsDate() { return _get_valueAsDate(this); }
+ static Date _get_valueAsDate(var _this) native;
- void set valueAsDate(Date value) { _set__HTMLInputElement_valueAsDate(this, value); }
- static void _set__HTMLInputElement_valueAsDate(var _this, Date value) native;
+ void set valueAsDate(Date value) { _set_valueAsDate(this, value); }
+ static void _set_valueAsDate(var _this, Date value) native;
- num get valueAsNumber() { return _get__HTMLInputElement_valueAsNumber(this); }
- static num _get__HTMLInputElement_valueAsNumber(var _this) native;
+ num get valueAsNumber() { return _get_valueAsNumber(this); }
+ static num _get_valueAsNumber(var _this) native;
- void set valueAsNumber(num value) { _set__HTMLInputElement_valueAsNumber(this, value); }
- static void _set__HTMLInputElement_valueAsNumber(var _this, num value) native;
+ void set valueAsNumber(num value) { _set_valueAsNumber(this, value); }
+ static void _set_valueAsNumber(var _this, num value) native;
- bool get webkitGrammar() { return _get__HTMLInputElement_webkitGrammar(this); }
- static bool _get__HTMLInputElement_webkitGrammar(var _this) native;
+ bool get webkitGrammar() { return _get_webkitGrammar(this); }
+ static bool _get_webkitGrammar(var _this) native;
- void set webkitGrammar(bool value) { _set__HTMLInputElement_webkitGrammar(this, value); }
- static void _set__HTMLInputElement_webkitGrammar(var _this, bool value) native;
+ void set webkitGrammar(bool value) { _set_webkitGrammar(this, value); }
+ static void _set_webkitGrammar(var _this, bool value) native;
- bool get webkitSpeech() { return _get__HTMLInputElement_webkitSpeech(this); }
- static bool _get__HTMLInputElement_webkitSpeech(var _this) native;
+ bool get webkitSpeech() { return _get_webkitSpeech(this); }
+ static bool _get_webkitSpeech(var _this) native;
- void set webkitSpeech(bool value) { _set__HTMLInputElement_webkitSpeech(this, value); }
- static void _set__HTMLInputElement_webkitSpeech(var _this, bool value) native;
+ void set webkitSpeech(bool value) { _set_webkitSpeech(this, value); }
+ static void _set_webkitSpeech(var _this, bool value) native;
- bool get webkitdirectory() { return _get__HTMLInputElement_webkitdirectory(this); }
- static bool _get__HTMLInputElement_webkitdirectory(var _this) native;
+ bool get webkitdirectory() { return _get_webkitdirectory(this); }
+ static bool _get_webkitdirectory(var _this) native;
- void set webkitdirectory(bool value) { _set__HTMLInputElement_webkitdirectory(this, value); }
- static void _set__HTMLInputElement_webkitdirectory(var _this, bool value) native;
+ void set webkitdirectory(bool value) { _set_webkitdirectory(this, value); }
+ static void _set_webkitdirectory(var _this, bool value) native;
- bool get willValidate() { return _get__HTMLInputElement_willValidate(this); }
- static bool _get__HTMLInputElement_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