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

Side by Side Diff: client/dom/generated/src/frog/HTMLTextAreaElement.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 _HTMLTextAreaElementJs extends _HTMLElementJs implements HTMLTextAreaEleme nt native "*HTMLTextAreaElement" {
3
4 bool autofocus;
5
6 int cols;
7
8 String defaultValue;
9
10 String dirName;
11
12 bool disabled;
13
14 final _HTMLFormElementJs form;
15
16 final _NodeListJs labels;
17
18 int maxLength;
19
20 String name;
21
22 String placeholder;
23
24 bool readOnly;
25
26 bool required;
27
28 int rows;
29
30 String selectionDirection;
31
32 int selectionEnd;
33
34 int selectionStart;
35
36 final int textLength;
37
38 final String type;
39
40 final String validationMessage;
41
42 final _ValidityStateJs validity;
43
44 String value;
45
46 final bool willValidate;
47
48 String wrap;
49
50 bool checkValidity() native;
51
52 void select() native;
53
54 void setCustomValidity(String error) native;
55
56 void setSelectionRange(int start, int end, [String direction = null]) native;
57 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLTableSectionElement.dart ('k') | client/dom/generated/src/frog/HTMLTitleElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698