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

Side by Side Diff: client/dom/generated/src/frog/HTMLSelectElement.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months 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
(Empty)
1
2 class _HTMLSelectElementJs extends _HTMLElementJs implements HTMLSelectElement n ative "*HTMLSelectElement" {
3
4 bool autofocus;
5
6 bool disabled;
7
8 final _HTMLFormElementJs form;
9
10 final _NodeListJs labels;
11
12 int length;
13
14 bool multiple;
15
16 String name;
17
18 final _HTMLOptionsCollectionJs options;
19
20 bool required;
21
22 int selectedIndex;
23
24 int size;
25
26 final String type;
27
28 final String validationMessage;
29
30 final _ValidityStateJs validity;
31
32 String value;
33
34 final bool willValidate;
35
36 void add(_HTMLElementJs element, _HTMLElementJs before) native;
37
38 bool checkValidity() native;
39
40 _NodeJs item(int index) native;
41
42 _NodeJs namedItem(String name) native;
43
44 void remove(var index_OR_option) native;
45
46 void setCustomValidity(String error) native;
47 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLScriptElement.dart ('k') | client/dom/generated/src/frog/HTMLShadowElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698