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

Side by Side Diff: client/html/generated/html/frog/ObjectElement.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (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 _ObjectElementImpl extends _ElementImpl implements ObjectElement native "* 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 _DocumentImpl get contentDocument() => _FixHtmlDocumentReference(_contentDocum ent);
17
18 _EventTargetImpl get _contentDocument() native "return this.contentDocument;";
19
20 String data;
21
22 bool declare;
23
24 final _FormElementImpl form;
25
26 String height;
27
28 int hspace;
29
30 String name;
31
32 String standby;
33
34 String type;
35
36 String useMap;
37
38 final String validationMessage;
39
40 final _ValidityStateImpl validity;
41
42 int vspace;
43
44 String width;
45
46 final bool willValidate;
47
48 bool checkValidity() native;
49
50 void setCustomValidity(String error) native;
51 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698