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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 class _HTMLInputElementWrappingImplementation extends _HTMLElementWrappingImplem entation implements HTMLInputElement { 7 class _HTMLInputElementWrappingImplementation extends _HTMLElementWrappingImplem entation implements HTMLInputElement {
8 _HTMLInputElementWrappingImplementation() : super() {} 8 _HTMLInputElementWrappingImplementation() : super() {}
9 9
10 static create__HTMLInputElementWrappingImplementation() native { 10 static create__HTMLInputElementWrappingImplementation() native {
11 return new _HTMLInputElementWrappingImplementation(); 11 return new _HTMLInputElementWrappingImplementation();
12 } 12 }
13 13
14 String get accept() { return _get__HTMLInputElement_accept(this); } 14 String get accept() { return _get_accept(this); }
15 static String _get__HTMLInputElement_accept(var _this) native; 15 static String _get_accept(var _this) native;
16 16
17 void set accept(String value) { _set__HTMLInputElement_accept(this, value); } 17 void set accept(String value) { _set_accept(this, value); }
18 static void _set__HTMLInputElement_accept(var _this, String value) native; 18 static void _set_accept(var _this, String value) native;
19 19
20 String get accessKey() { return _get__HTMLInputElement_accessKey(this); } 20 String get accessKey() { return _get_accessKey(this); }
21 static String _get__HTMLInputElement_accessKey(var _this) native; 21 static String _get_accessKey(var _this) native;
22 22
23 void set accessKey(String value) { _set__HTMLInputElement_accessKey(this, valu e); } 23 void set accessKey(String value) { _set_accessKey(this, value); }
24 static void _set__HTMLInputElement_accessKey(var _this, String value) native; 24 static void _set_accessKey(var _this, String value) native;
25 25
26 String get align() { return _get__HTMLInputElement_align(this); } 26 String get align() { return _get_align(this); }
27 static String _get__HTMLInputElement_align(var _this) native; 27 static String _get_align(var _this) native;
28 28
29 void set align(String value) { _set__HTMLInputElement_align(this, value); } 29 void set align(String value) { _set_align(this, value); }
30 static void _set__HTMLInputElement_align(var _this, String value) native; 30 static void _set_align(var _this, String value) native;
31 31
32 String get alt() { return _get__HTMLInputElement_alt(this); } 32 String get alt() { return _get_alt(this); }
33 static String _get__HTMLInputElement_alt(var _this) native; 33 static String _get_alt(var _this) native;
34 34
35 void set alt(String value) { _set__HTMLInputElement_alt(this, value); } 35 void set alt(String value) { _set_alt(this, value); }
36 static void _set__HTMLInputElement_alt(var _this, String value) native; 36 static void _set_alt(var _this, String value) native;
37 37
38 String get autocomplete() { return _get__HTMLInputElement_autocomplete(this); } 38 String get autocomplete() { return _get_autocomplete(this); }
39 static String _get__HTMLInputElement_autocomplete(var _this) native; 39 static String _get_autocomplete(var _this) native;
40 40
41 void set autocomplete(String value) { _set__HTMLInputElement_autocomplete(this , value); } 41 void set autocomplete(String value) { _set_autocomplete(this, value); }
42 static void _set__HTMLInputElement_autocomplete(var _this, String value) nativ e; 42 static void _set_autocomplete(var _this, String value) native;
43 43
44 bool get autofocus() { return _get__HTMLInputElement_autofocus(this); } 44 bool get autofocus() { return _get_autofocus(this); }
45 static bool _get__HTMLInputElement_autofocus(var _this) native; 45 static bool _get_autofocus(var _this) native;
46 46
47 void set autofocus(bool value) { _set__HTMLInputElement_autofocus(this, value) ; } 47 void set autofocus(bool value) { _set_autofocus(this, value); }
48 static void _set__HTMLInputElement_autofocus(var _this, bool value) native; 48 static void _set_autofocus(var _this, bool value) native;
49 49
50 bool get checked() { return _get__HTMLInputElement_checked(this); } 50 bool get checked() { return _get_checked(this); }
51 static bool _get__HTMLInputElement_checked(var _this) native; 51 static bool _get_checked(var _this) native;
52 52
53 void set checked(bool value) { _set__HTMLInputElement_checked(this, value); } 53 void set checked(bool value) { _set_checked(this, value); }
54 static void _set__HTMLInputElement_checked(var _this, bool value) native; 54 static void _set_checked(var _this, bool value) native;
55 55
56 bool get defaultChecked() { return _get__HTMLInputElement_defaultChecked(this) ; } 56 bool get defaultChecked() { return _get_defaultChecked(this); }
57 static bool _get__HTMLInputElement_defaultChecked(var _this) native; 57 static bool _get_defaultChecked(var _this) native;
58 58
59 void set defaultChecked(bool value) { _set__HTMLInputElement_defaultChecked(th is, value); } 59 void set defaultChecked(bool value) { _set_defaultChecked(this, value); }
60 static void _set__HTMLInputElement_defaultChecked(var _this, bool value) nativ e; 60 static void _set_defaultChecked(var _this, bool value) native;
61 61
62 String get defaultValue() { return _get__HTMLInputElement_defaultValue(this); } 62 String get defaultValue() { return _get_defaultValue(this); }
63 static String _get__HTMLInputElement_defaultValue(var _this) native; 63 static String _get_defaultValue(var _this) native;
64 64
65 void set defaultValue(String value) { _set__HTMLInputElement_defaultValue(this , value); } 65 void set defaultValue(String value) { _set_defaultValue(this, value); }
66 static void _set__HTMLInputElement_defaultValue(var _this, String value) nativ e; 66 static void _set_defaultValue(var _this, String value) native;
67 67
68 bool get disabled() { return _get__HTMLInputElement_disabled(this); } 68 bool get disabled() { return _get_disabled(this); }
69 static bool _get__HTMLInputElement_disabled(var _this) native; 69 static bool _get_disabled(var _this) native;
70 70
71 void set disabled(bool value) { _set__HTMLInputElement_disabled(this, value); } 71 void set disabled(bool value) { _set_disabled(this, value); }
72 static void _set__HTMLInputElement_disabled(var _this, bool value) native; 72 static void _set_disabled(var _this, bool value) native;
73 73
74 FileList get files() { return _get__HTMLInputElement_files(this); } 74 FileList get files() { return _get_files(this); }
75 static FileList _get__HTMLInputElement_files(var _this) native; 75 static FileList _get_files(var _this) native;
76 76
77 HTMLFormElement get form() { return _get__HTMLInputElement_form(this); } 77 HTMLFormElement get form() { return _get_form(this); }
78 static HTMLFormElement _get__HTMLInputElement_form(var _this) native; 78 static HTMLFormElement _get_form(var _this) native;
79 79
80 String get formAction() { return _get__HTMLInputElement_formAction(this); } 80 String get formAction() { return _get_formAction(this); }
81 static String _get__HTMLInputElement_formAction(var _this) native; 81 static String _get_formAction(var _this) native;
82 82
83 void set formAction(String value) { _set__HTMLInputElement_formAction(this, va lue); } 83 void set formAction(String value) { _set_formAction(this, value); }
84 static void _set__HTMLInputElement_formAction(var _this, String value) native; 84 static void _set_formAction(var _this, String value) native;
85 85
86 String get formEnctype() { return _get__HTMLInputElement_formEnctype(this); } 86 String get formEnctype() { return _get_formEnctype(this); }
87 static String _get__HTMLInputElement_formEnctype(var _this) native; 87 static String _get_formEnctype(var _this) native;
88 88
89 void set formEnctype(String value) { _set__HTMLInputElement_formEnctype(this, value); } 89 void set formEnctype(String value) { _set_formEnctype(this, value); }
90 static void _set__HTMLInputElement_formEnctype(var _this, String value) native ; 90 static void _set_formEnctype(var _this, String value) native;
91 91
92 String get formMethod() { return _get__HTMLInputElement_formMethod(this); } 92 String get formMethod() { return _get_formMethod(this); }
93 static String _get__HTMLInputElement_formMethod(var _this) native; 93 static String _get_formMethod(var _this) native;
94 94
95 void set formMethod(String value) { _set__HTMLInputElement_formMethod(this, va lue); } 95 void set formMethod(String value) { _set_formMethod(this, value); }
96 static void _set__HTMLInputElement_formMethod(var _this, String value) native; 96 static void _set_formMethod(var _this, String value) native;
97 97
98 bool get formNoValidate() { return _get__HTMLInputElement_formNoValidate(this) ; } 98 bool get formNoValidate() { return _get_formNoValidate(this); }
99 static bool _get__HTMLInputElement_formNoValidate(var _this) native; 99 static bool _get_formNoValidate(var _this) native;
100 100
101 void set formNoValidate(bool value) { _set__HTMLInputElement_formNoValidate(th is, value); } 101 void set formNoValidate(bool value) { _set_formNoValidate(this, value); }
102 static void _set__HTMLInputElement_formNoValidate(var _this, bool value) nativ e; 102 static void _set_formNoValidate(var _this, bool value) native;
103 103
104 String get formTarget() { return _get__HTMLInputElement_formTarget(this); } 104 String get formTarget() { return _get_formTarget(this); }
105 static String _get__HTMLInputElement_formTarget(var _this) native; 105 static String _get_formTarget(var _this) native;
106 106
107 void set formTarget(String value) { _set__HTMLInputElement_formTarget(this, va lue); } 107 void set formTarget(String value) { _set_formTarget(this, value); }
108 static void _set__HTMLInputElement_formTarget(var _this, String value) native; 108 static void _set_formTarget(var _this, String value) native;
109 109
110 bool get incremental() { return _get__HTMLInputElement_incremental(this); } 110 bool get incremental() { return _get_incremental(this); }
111 static bool _get__HTMLInputElement_incremental(var _this) native; 111 static bool _get_incremental(var _this) native;
112 112
113 void set incremental(bool value) { _set__HTMLInputElement_incremental(this, va lue); } 113 void set incremental(bool value) { _set_incremental(this, value); }
114 static void _set__HTMLInputElement_incremental(var _this, bool value) native; 114 static void _set_incremental(var _this, bool value) native;
115 115
116 bool get indeterminate() { return _get__HTMLInputElement_indeterminate(this); } 116 bool get indeterminate() { return _get_indeterminate(this); }
117 static bool _get__HTMLInputElement_indeterminate(var _this) native; 117 static bool _get_indeterminate(var _this) native;
118 118
119 void set indeterminate(bool value) { _set__HTMLInputElement_indeterminate(this , value); } 119 void set indeterminate(bool value) { _set_indeterminate(this, value); }
120 static void _set__HTMLInputElement_indeterminate(var _this, bool value) native ; 120 static void _set_indeterminate(var _this, bool value) native;
121 121
122 NodeList get labels() { return _get__HTMLInputElement_labels(this); } 122 NodeList get labels() { return _get_labels(this); }
123 static NodeList _get__HTMLInputElement_labels(var _this) native; 123 static NodeList _get_labels(var _this) native;
124 124
125 HTMLElement get list() { return _get__HTMLInputElement_list(this); } 125 HTMLElement get list() { return _get_list(this); }
126 static HTMLElement _get__HTMLInputElement_list(var _this) native; 126 static HTMLElement _get_list(var _this) native;
127 127
128 String get max() { return _get__HTMLInputElement_max(this); } 128 String get max() { return _get_max(this); }
129 static String _get__HTMLInputElement_max(var _this) native; 129 static String _get_max(var _this) native;
130 130
131 void set max(String value) { _set__HTMLInputElement_max(this, value); } 131 void set max(String value) { _set_max(this, value); }
132 static void _set__HTMLInputElement_max(var _this, String value) native; 132 static void _set_max(var _this, String value) native;
133 133
134 int get maxLength() { return _get__HTMLInputElement_maxLength(this); } 134 int get maxLength() { return _get_maxLength(this); }
135 static int _get__HTMLInputElement_maxLength(var _this) native; 135 static int _get_maxLength(var _this) native;
136 136
137 void set maxLength(int value) { _set__HTMLInputElement_maxLength(this, value); } 137 void set maxLength(int value) { _set_maxLength(this, value); }
138 static void _set__HTMLInputElement_maxLength(var _this, int value) native; 138 static void _set_maxLength(var _this, int value) native;
139 139
140 String get min() { return _get__HTMLInputElement_min(this); } 140 String get min() { return _get_min(this); }
141 static String _get__HTMLInputElement_min(var _this) native; 141 static String _get_min(var _this) native;
142 142
143 void set min(String value) { _set__HTMLInputElement_min(this, value); } 143 void set min(String value) { _set_min(this, value); }
144 static void _set__HTMLInputElement_min(var _this, String value) native; 144 static void _set_min(var _this, String value) native;
145 145
146 bool get multiple() { return _get__HTMLInputElement_multiple(this); } 146 bool get multiple() { return _get_multiple(this); }
147 static bool _get__HTMLInputElement_multiple(var _this) native; 147 static bool _get_multiple(var _this) native;
148 148
149 void set multiple(bool value) { _set__HTMLInputElement_multiple(this, value); } 149 void set multiple(bool value) { _set_multiple(this, value); }
150 static void _set__HTMLInputElement_multiple(var _this, bool value) native; 150 static void _set_multiple(var _this, bool value) native;
151 151
152 String get name() { return _get__HTMLInputElement_name(this); } 152 String get name() { return _get_name(this); }
153 static String _get__HTMLInputElement_name(var _this) native; 153 static String _get_name(var _this) native;
154 154
155 void set name(String value) { _set__HTMLInputElement_name(this, value); } 155 void set name(String value) { _set_name(this, value); }
156 static void _set__HTMLInputElement_name(var _this, String value) native; 156 static void _set_name(var _this, String value) native;
157 157
158 EventListener get onwebkitspeechchange() { return _get__HTMLInputElement_onweb kitspeechchange(this); } 158 EventListener get onwebkitspeechchange() { return _get_onwebkitspeechchange(th is); }
159 static EventListener _get__HTMLInputElement_onwebkitspeechchange(var _this) na tive; 159 static EventListener _get_onwebkitspeechchange(var _this) native;
160 160
161 void set onwebkitspeechchange(EventListener value) { _set__HTMLInputElement_on webkitspeechchange(this, value); } 161 void set onwebkitspeechchange(EventListener value) { _set_onwebkitspeechchange (this, value); }
162 static void _set__HTMLInputElement_onwebkitspeechchange(var _this, EventListen er value) native; 162 static void _set_onwebkitspeechchange(var _this, EventListener value) native;
163 163
164 String get pattern() { return _get__HTMLInputElement_pattern(this); } 164 String get pattern() { return _get_pattern(this); }
165 static String _get__HTMLInputElement_pattern(var _this) native; 165 static String _get_pattern(var _this) native;
166 166
167 void set pattern(String value) { _set__HTMLInputElement_pattern(this, value); } 167 void set pattern(String value) { _set_pattern(this, value); }
168 static void _set__HTMLInputElement_pattern(var _this, String value) native; 168 static void _set_pattern(var _this, String value) native;
169 169
170 String get placeholder() { return _get__HTMLInputElement_placeholder(this); } 170 String get placeholder() { return _get_placeholder(this); }
171 static String _get__HTMLInputElement_placeholder(var _this) native; 171 static String _get_placeholder(var _this) native;
172 172
173 void set placeholder(String value) { _set__HTMLInputElement_placeholder(this, value); } 173 void set placeholder(String value) { _set_placeholder(this, value); }
174 static void _set__HTMLInputElement_placeholder(var _this, String value) native ; 174 static void _set_placeholder(var _this, String value) native;
175 175
176 bool get readOnly() { return _get__HTMLInputElement_readOnly(this); } 176 bool get readOnly() { return _get_readOnly(this); }
177 static bool _get__HTMLInputElement_readOnly(var _this) native; 177 static bool _get_readOnly(var _this) native;
178 178
179 void set readOnly(bool value) { _set__HTMLInputElement_readOnly(this, value); } 179 void set readOnly(bool value) { _set_readOnly(this, value); }
180 static void _set__HTMLInputElement_readOnly(var _this, bool value) native; 180 static void _set_readOnly(var _this, bool value) native;
181 181
182 bool get required() { return _get__HTMLInputElement_required(this); } 182 bool get required() { return _get_required(this); }
183 static bool _get__HTMLInputElement_required(var _this) native; 183 static bool _get_required(var _this) native;
184 184
185 void set required(bool value) { _set__HTMLInputElement_required(this, value); } 185 void set required(bool value) { _set_required(this, value); }
186 static void _set__HTMLInputElement_required(var _this, bool value) native; 186 static void _set_required(var _this, bool value) native;
187 187
188 HTMLOptionElement get selectedOption() { return _get__HTMLInputElement_selecte dOption(this); } 188 HTMLOptionElement get selectedOption() { return _get_selectedOption(this); }
189 static HTMLOptionElement _get__HTMLInputElement_selectedOption(var _this) nati ve; 189 static HTMLOptionElement _get_selectedOption(var _this) native;
190 190
191 String get selectionDirection() { return _get__HTMLInputElement_selectionDirec tion(this); } 191 String get selectionDirection() { return _get_selectionDirection(this); }
192 static String _get__HTMLInputElement_selectionDirection(var _this) native; 192 static String _get_selectionDirection(var _this) native;
193 193
194 void set selectionDirection(String value) { _set__HTMLInputElement_selectionDi rection(this, value); } 194 void set selectionDirection(String value) { _set_selectionDirection(this, valu e); }
195 static void _set__HTMLInputElement_selectionDirection(var _this, String value) native; 195 static void _set_selectionDirection(var _this, String value) native;
196 196
197 int get selectionEnd() { return _get__HTMLInputElement_selectionEnd(this); } 197 int get selectionEnd() { return _get_selectionEnd(this); }
198 static int _get__HTMLInputElement_selectionEnd(var _this) native; 198 static int _get_selectionEnd(var _this) native;
199 199
200 void set selectionEnd(int value) { _set__HTMLInputElement_selectionEnd(this, v alue); } 200 void set selectionEnd(int value) { _set_selectionEnd(this, value); }
201 static void _set__HTMLInputElement_selectionEnd(var _this, int value) native; 201 static void _set_selectionEnd(var _this, int value) native;
202 202
203 int get selectionStart() { return _get__HTMLInputElement_selectionStart(this); } 203 int get selectionStart() { return _get_selectionStart(this); }
204 static int _get__HTMLInputElement_selectionStart(var _this) native; 204 static int _get_selectionStart(var _this) native;
205 205
206 void set selectionStart(int value) { _set__HTMLInputElement_selectionStart(thi s, value); } 206 void set selectionStart(int value) { _set_selectionStart(this, value); }
207 static void _set__HTMLInputElement_selectionStart(var _this, int value) native ; 207 static void _set_selectionStart(var _this, int value) native;
208 208
209 int get size() { return _get__HTMLInputElement_size(this); } 209 int get size() { return _get_size(this); }
210 static int _get__HTMLInputElement_size(var _this) native; 210 static int _get_size(var _this) native;
211 211
212 void set size(int value) { _set__HTMLInputElement_size(this, value); } 212 void set size(int value) { _set_size(this, value); }
213 static void _set__HTMLInputElement_size(var _this, int value) native; 213 static void _set_size(var _this, int value) native;
214 214
215 String get src() { return _get__HTMLInputElement_src(this); } 215 String get src() { return _get_src(this); }
216 static String _get__HTMLInputElement_src(var _this) native; 216 static String _get_src(var _this) native;
217 217
218 void set src(String value) { _set__HTMLInputElement_src(this, value); } 218 void set src(String value) { _set_src(this, value); }
219 static void _set__HTMLInputElement_src(var _this, String value) native; 219 static void _set_src(var _this, String value) native;
220 220
221 String get step() { return _get__HTMLInputElement_step(this); } 221 String get step() { return _get_step(this); }
222 static String _get__HTMLInputElement_step(var _this) native; 222 static String _get_step(var _this) native;
223 223
224 void set step(String value) { _set__HTMLInputElement_step(this, value); } 224 void set step(String value) { _set_step(this, value); }
225 static void _set__HTMLInputElement_step(var _this, String value) native; 225 static void _set_step(var _this, String value) native;
226 226
227 String get type() { return _get__HTMLInputElement_type(this); } 227 String get type() { return _get_type(this); }
228 static String _get__HTMLInputElement_type(var _this) native; 228 static String _get_type(var _this) native;
229 229
230 void set type(String value) { _set__HTMLInputElement_type(this, value); } 230 void set type(String value) { _set_type(this, value); }
231 static void _set__HTMLInputElement_type(var _this, String value) native; 231 static void _set_type(var _this, String value) native;
232 232
233 String get useMap() { return _get__HTMLInputElement_useMap(this); } 233 String get useMap() { return _get_useMap(this); }
234 static String _get__HTMLInputElement_useMap(var _this) native; 234 static String _get_useMap(var _this) native;
235 235
236 void set useMap(String value) { _set__HTMLInputElement_useMap(this, value); } 236 void set useMap(String value) { _set_useMap(this, value); }
237 static void _set__HTMLInputElement_useMap(var _this, String value) native; 237 static void _set_useMap(var _this, String value) native;
238 238
239 String get validationMessage() { return _get__HTMLInputElement_validationMessa ge(this); } 239 String get validationMessage() { return _get_validationMessage(this); }
240 static String _get__HTMLInputElement_validationMessage(var _this) native; 240 static String _get_validationMessage(var _this) native;
241 241
242 ValidityState get validity() { return _get__HTMLInputElement_validity(this); } 242 ValidityState get validity() { return _get_validity(this); }
243 static ValidityState _get__HTMLInputElement_validity(var _this) native; 243 static ValidityState _get_validity(var _this) native;
244 244
245 String get value() { return _get__HTMLInputElement_value(this); } 245 String get value() { return _get_value(this); }
246 static String _get__HTMLInputElement_value(var _this) native; 246 static String _get_value(var _this) native;
247 247
248 void set value(String value) { _set__HTMLInputElement_value(this, value); } 248 void set value(String value) { _set_value(this, value); }
249 static void _set__HTMLInputElement_value(var _this, String value) native; 249 static void _set_value(var _this, String value) native;
250 250
251 Date get valueAsDate() { return _get__HTMLInputElement_valueAsDate(this); } 251 Date get valueAsDate() { return _get_valueAsDate(this); }
252 static Date _get__HTMLInputElement_valueAsDate(var _this) native; 252 static Date _get_valueAsDate(var _this) native;
253 253
254 void set valueAsDate(Date value) { _set__HTMLInputElement_valueAsDate(this, va lue); } 254 void set valueAsDate(Date value) { _set_valueAsDate(this, value); }
255 static void _set__HTMLInputElement_valueAsDate(var _this, Date value) native; 255 static void _set_valueAsDate(var _this, Date value) native;
256 256
257 num get valueAsNumber() { return _get__HTMLInputElement_valueAsNumber(this); } 257 num get valueAsNumber() { return _get_valueAsNumber(this); }
258 static num _get__HTMLInputElement_valueAsNumber(var _this) native; 258 static num _get_valueAsNumber(var _this) native;
259 259
260 void set valueAsNumber(num value) { _set__HTMLInputElement_valueAsNumber(this, value); } 260 void set valueAsNumber(num value) { _set_valueAsNumber(this, value); }
261 static void _set__HTMLInputElement_valueAsNumber(var _this, num value) native; 261 static void _set_valueAsNumber(var _this, num value) native;
262 262
263 bool get webkitGrammar() { return _get__HTMLInputElement_webkitGrammar(this); } 263 bool get webkitGrammar() { return _get_webkitGrammar(this); }
264 static bool _get__HTMLInputElement_webkitGrammar(var _this) native; 264 static bool _get_webkitGrammar(var _this) native;
265 265
266 void set webkitGrammar(bool value) { _set__HTMLInputElement_webkitGrammar(this , value); } 266 void set webkitGrammar(bool value) { _set_webkitGrammar(this, value); }
267 static void _set__HTMLInputElement_webkitGrammar(var _this, bool value) native ; 267 static void _set_webkitGrammar(var _this, bool value) native;
268 268
269 bool get webkitSpeech() { return _get__HTMLInputElement_webkitSpeech(this); } 269 bool get webkitSpeech() { return _get_webkitSpeech(this); }
270 static bool _get__HTMLInputElement_webkitSpeech(var _this) native; 270 static bool _get_webkitSpeech(var _this) native;
271 271
272 void set webkitSpeech(bool value) { _set__HTMLInputElement_webkitSpeech(this, value); } 272 void set webkitSpeech(bool value) { _set_webkitSpeech(this, value); }
273 static void _set__HTMLInputElement_webkitSpeech(var _this, bool value) native; 273 static void _set_webkitSpeech(var _this, bool value) native;
274 274
275 bool get webkitdirectory() { return _get__HTMLInputElement_webkitdirectory(thi s); } 275 bool get webkitdirectory() { return _get_webkitdirectory(this); }
276 static bool _get__HTMLInputElement_webkitdirectory(var _this) native; 276 static bool _get_webkitdirectory(var _this) native;
277 277
278 void set webkitdirectory(bool value) { _set__HTMLInputElement_webkitdirectory( this, value); } 278 void set webkitdirectory(bool value) { _set_webkitdirectory(this, value); }
279 static void _set__HTMLInputElement_webkitdirectory(var _this, bool value) nati ve; 279 static void _set_webkitdirectory(var _this, bool value) native;
280 280
281 bool get willValidate() { return _get__HTMLInputElement_willValidate(this); } 281 bool get willValidate() { return _get_willValidate(this); }
282 static bool _get__HTMLInputElement_willValidate(var _this) native; 282 static bool _get_willValidate(var _this) native;
283 283
284 bool checkValidity() { 284 bool checkValidity() {
285 return _checkValidity(this); 285 return _checkValidity(this);
286 } 286 }
287 static bool _checkValidity(receiver) native; 287 static bool _checkValidity(receiver) native;
288 288
289 void click() { 289 void click() {
290 _click(this); 290 _click(this);
291 return; 291 return;
292 } 292 }
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 } else { 335 } else {
336 _stepUp_2(this, n); 336 _stepUp_2(this, n);
337 return; 337 return;
338 } 338 }
339 } 339 }
340 static void _stepUp(receiver) native; 340 static void _stepUp(receiver) native;
341 static void _stepUp_2(receiver, n) native; 341 static void _stepUp_2(receiver, n) native;
342 342
343 String get typeName() { return "HTMLInputElement"; } 343 String get typeName() { return "HTMLInputElement"; }
344 } 344 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698