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

Side by Side Diff: client/html/generated/src/interface/ObjectElement.dart

Issue 8965009: Expose ObjectElement.svgDocument. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years 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
« no previous file with comments | « no previous file | client/html/generated/src/wrapping/_ObjectElementWrappingImplementation.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 // BSD-style license that can be found in the LICENSE file.
4
5 // WARNING: Do not edit - generated code.
6
7 interface ObjectElement extends Element {
8
9 String get align();
10
11 void set align(String value);
12
13 String get archive();
14
15 void set archive(String value);
16
17 String get border();
18
19 void set border(String value);
20
21 String get code();
22
23 void set code(String value);
24
25 String get codeBase();
26
27 void set codeBase(String value);
28
29 String get codeType();
30
31 void set codeType(String value);
32
33 Document get contentDocument();
34
35 String get data();
36
37 void set data(String value);
38
39 bool get declare();
40
41 void set declare(bool value);
42
43 FormElement get form();
44
45 String get height();
46
47 void set height(String value);
48
49 int get hspace();
50
51 void set hspace(int value);
52
53 String get name();
54
55 void set name(String value);
56
57 String get standby();
58
59 void set standby(String value);
60
61 String get type();
62
63 void set type(String value);
64
65 String get useMap();
66
67 void set useMap(String value);
68
69 String get validationMessage();
70
71 ValidityState get validity();
72
73 int get vspace();
74
75 void set vspace(int value);
76
77 String get width();
78
79 void set width(String value);
80
81 bool get willValidate();
82
83 bool checkValidity();
84
85 void setCustomValidity(String error);
86 }
OLDNEW
« no previous file with comments | « no previous file | client/html/generated/src/wrapping/_ObjectElementWrappingImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698