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

Side by Side Diff: client/dom/generated/src/frog/HTMLObjectElement.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 _HTMLObjectElementJs extends _HTMLElementJs implements HTMLObjectElement n ative "*HTMLObjectElement" {
3
4 String align;
5
6 String archive;
7
8 String border;
9
10 String code;
11
12 String codeBase;
13
14 String codeType;
15
16 final _DocumentJs contentDocument;
17
18 String data;
19
20 bool declare;
21
22 final _HTMLFormElementJs form;
23
24 String height;
25
26 int hspace;
27
28 String name;
29
30 String standby;
31
32 String type;
33
34 String useMap;
35
36 final String validationMessage;
37
38 final _ValidityStateJs validity;
39
40 int vspace;
41
42 String width;
43
44 final bool willValidate;
45
46 bool checkValidity() native;
47
48 _SVGDocumentJs getSVGDocument() native;
49
50 void setCustomValidity(String error) native;
51 }
OLDNEW
« no previous file with comments | « client/dom/generated/src/frog/HTMLOListElement.dart ('k') | client/dom/generated/src/frog/HTMLOptGroupElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698