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

Side by Side Diff: client/dom/generated/src/wrapping/_HTMLObjectElementWrappingImplementation.dart

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 years, 1 month 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
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 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 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. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 class _HTMLObjectElementWrappingImplementation extends _HTMLElementWrappingImple mentation implements HTMLObjectElement { 7 class _HTMLObjectElementWrappingImplementation extends _HTMLElementWrappingImple mentation implements HTMLObjectElement {
8 _HTMLObjectElementWrappingImplementation() : super() {} 8 _HTMLObjectElementWrappingImplementation() : super() {}
9 9
10 static create__HTMLObjectElementWrappingImplementation() native { 10 static create__HTMLObjectElementWrappingImplementation() native {
11 return new _HTMLObjectElementWrappingImplementation(); 11 return new _HTMLObjectElementWrappingImplementation();
12 } 12 }
13 13
14 String get align() { return _get__HTMLObjectElement_align(this); } 14 String get align() { return _get_align(this); }
15 static String _get__HTMLObjectElement_align(var _this) native; 15 static String _get_align(var _this) native;
16 16
17 void set align(String value) { _set__HTMLObjectElement_align(this, value); } 17 void set align(String value) { _set_align(this, value); }
18 static void _set__HTMLObjectElement_align(var _this, String value) native; 18 static void _set_align(var _this, String value) native;
19 19
20 String get archive() { return _get__HTMLObjectElement_archive(this); } 20 String get archive() { return _get_archive(this); }
21 static String _get__HTMLObjectElement_archive(var _this) native; 21 static String _get_archive(var _this) native;
22 22
23 void set archive(String value) { _set__HTMLObjectElement_archive(this, value); } 23 void set archive(String value) { _set_archive(this, value); }
24 static void _set__HTMLObjectElement_archive(var _this, String value) native; 24 static void _set_archive(var _this, String value) native;
25 25
26 String get border() { return _get__HTMLObjectElement_border(this); } 26 String get border() { return _get_border(this); }
27 static String _get__HTMLObjectElement_border(var _this) native; 27 static String _get_border(var _this) native;
28 28
29 void set border(String value) { _set__HTMLObjectElement_border(this, value); } 29 void set border(String value) { _set_border(this, value); }
30 static void _set__HTMLObjectElement_border(var _this, String value) native; 30 static void _set_border(var _this, String value) native;
31 31
32 String get code() { return _get__HTMLObjectElement_code(this); } 32 String get code() { return _get_code(this); }
33 static String _get__HTMLObjectElement_code(var _this) native; 33 static String _get_code(var _this) native;
34 34
35 void set code(String value) { _set__HTMLObjectElement_code(this, value); } 35 void set code(String value) { _set_code(this, value); }
36 static void _set__HTMLObjectElement_code(var _this, String value) native; 36 static void _set_code(var _this, String value) native;
37 37
38 String get codeBase() { return _get__HTMLObjectElement_codeBase(this); } 38 String get codeBase() { return _get_codeBase(this); }
39 static String _get__HTMLObjectElement_codeBase(var _this) native; 39 static String _get_codeBase(var _this) native;
40 40
41 void set codeBase(String value) { _set__HTMLObjectElement_codeBase(this, value ); } 41 void set codeBase(String value) { _set_codeBase(this, value); }
42 static void _set__HTMLObjectElement_codeBase(var _this, String value) native; 42 static void _set_codeBase(var _this, String value) native;
43 43
44 String get codeType() { return _get__HTMLObjectElement_codeType(this); } 44 String get codeType() { return _get_codeType(this); }
45 static String _get__HTMLObjectElement_codeType(var _this) native; 45 static String _get_codeType(var _this) native;
46 46
47 void set codeType(String value) { _set__HTMLObjectElement_codeType(this, value ); } 47 void set codeType(String value) { _set_codeType(this, value); }
48 static void _set__HTMLObjectElement_codeType(var _this, String value) native; 48 static void _set_codeType(var _this, String value) native;
49 49
50 Document get contentDocument() { return _get__HTMLObjectElement_contentDocumen t(this); } 50 Document get contentDocument() { return _get_contentDocument(this); }
51 static Document _get__HTMLObjectElement_contentDocument(var _this) native; 51 static Document _get_contentDocument(var _this) native;
52 52
53 String get data() { return _get__HTMLObjectElement_data(this); } 53 String get data() { return _get_data(this); }
54 static String _get__HTMLObjectElement_data(var _this) native; 54 static String _get_data(var _this) native;
55 55
56 void set data(String value) { _set__HTMLObjectElement_data(this, value); } 56 void set data(String value) { _set_data(this, value); }
57 static void _set__HTMLObjectElement_data(var _this, String value) native; 57 static void _set_data(var _this, String value) native;
58 58
59 bool get declare() { return _get__HTMLObjectElement_declare(this); } 59 bool get declare() { return _get_declare(this); }
60 static bool _get__HTMLObjectElement_declare(var _this) native; 60 static bool _get_declare(var _this) native;
61 61
62 void set declare(bool value) { _set__HTMLObjectElement_declare(this, value); } 62 void set declare(bool value) { _set_declare(this, value); }
63 static void _set__HTMLObjectElement_declare(var _this, bool value) native; 63 static void _set_declare(var _this, bool value) native;
64 64
65 HTMLFormElement get form() { return _get__HTMLObjectElement_form(this); } 65 HTMLFormElement get form() { return _get_form(this); }
66 static HTMLFormElement _get__HTMLObjectElement_form(var _this) native; 66 static HTMLFormElement _get_form(var _this) native;
67 67
68 String get height() { return _get__HTMLObjectElement_height(this); } 68 String get height() { return _get_height(this); }
69 static String _get__HTMLObjectElement_height(var _this) native; 69 static String _get_height(var _this) native;
70 70
71 void set height(String value) { _set__HTMLObjectElement_height(this, value); } 71 void set height(String value) { _set_height(this, value); }
72 static void _set__HTMLObjectElement_height(var _this, String value) native; 72 static void _set_height(var _this, String value) native;
73 73
74 int get hspace() { return _get__HTMLObjectElement_hspace(this); } 74 int get hspace() { return _get_hspace(this); }
75 static int _get__HTMLObjectElement_hspace(var _this) native; 75 static int _get_hspace(var _this) native;
76 76
77 void set hspace(int value) { _set__HTMLObjectElement_hspace(this, value); } 77 void set hspace(int value) { _set_hspace(this, value); }
78 static void _set__HTMLObjectElement_hspace(var _this, int value) native; 78 static void _set_hspace(var _this, int value) native;
79 79
80 String get name() { return _get__HTMLObjectElement_name(this); } 80 String get name() { return _get_name(this); }
81 static String _get__HTMLObjectElement_name(var _this) native; 81 static String _get_name(var _this) native;
82 82
83 void set name(String value) { _set__HTMLObjectElement_name(this, value); } 83 void set name(String value) { _set_name(this, value); }
84 static void _set__HTMLObjectElement_name(var _this, String value) native; 84 static void _set_name(var _this, String value) native;
85 85
86 String get standby() { return _get__HTMLObjectElement_standby(this); } 86 String get standby() { return _get_standby(this); }
87 static String _get__HTMLObjectElement_standby(var _this) native; 87 static String _get_standby(var _this) native;
88 88
89 void set standby(String value) { _set__HTMLObjectElement_standby(this, value); } 89 void set standby(String value) { _set_standby(this, value); }
90 static void _set__HTMLObjectElement_standby(var _this, String value) native; 90 static void _set_standby(var _this, String value) native;
91 91
92 String get type() { return _get__HTMLObjectElement_type(this); } 92 String get type() { return _get_type(this); }
93 static String _get__HTMLObjectElement_type(var _this) native; 93 static String _get_type(var _this) native;
94 94
95 void set type(String value) { _set__HTMLObjectElement_type(this, value); } 95 void set type(String value) { _set_type(this, value); }
96 static void _set__HTMLObjectElement_type(var _this, String value) native; 96 static void _set_type(var _this, String value) native;
97 97
98 String get useMap() { return _get__HTMLObjectElement_useMap(this); } 98 String get useMap() { return _get_useMap(this); }
99 static String _get__HTMLObjectElement_useMap(var _this) native; 99 static String _get_useMap(var _this) native;
100 100
101 void set useMap(String value) { _set__HTMLObjectElement_useMap(this, value); } 101 void set useMap(String value) { _set_useMap(this, value); }
102 static void _set__HTMLObjectElement_useMap(var _this, String value) native; 102 static void _set_useMap(var _this, String value) native;
103 103
104 String get validationMessage() { return _get__HTMLObjectElement_validationMess age(this); } 104 String get validationMessage() { return _get_validationMessage(this); }
105 static String _get__HTMLObjectElement_validationMessage(var _this) native; 105 static String _get_validationMessage(var _this) native;
106 106
107 ValidityState get validity() { return _get__HTMLObjectElement_validity(this); } 107 ValidityState get validity() { return _get_validity(this); }
108 static ValidityState _get__HTMLObjectElement_validity(var _this) native; 108 static ValidityState _get_validity(var _this) native;
109 109
110 int get vspace() { return _get__HTMLObjectElement_vspace(this); } 110 int get vspace() { return _get_vspace(this); }
111 static int _get__HTMLObjectElement_vspace(var _this) native; 111 static int _get_vspace(var _this) native;
112 112
113 void set vspace(int value) { _set__HTMLObjectElement_vspace(this, value); } 113 void set vspace(int value) { _set_vspace(this, value); }
114 static void _set__HTMLObjectElement_vspace(var _this, int value) native; 114 static void _set_vspace(var _this, int value) native;
115 115
116 String get width() { return _get__HTMLObjectElement_width(this); } 116 String get width() { return _get_width(this); }
117 static String _get__HTMLObjectElement_width(var _this) native; 117 static String _get_width(var _this) native;
118 118
119 void set width(String value) { _set__HTMLObjectElement_width(this, value); } 119 void set width(String value) { _set_width(this, value); }
120 static void _set__HTMLObjectElement_width(var _this, String value) native; 120 static void _set_width(var _this, String value) native;
121 121
122 bool get willValidate() { return _get__HTMLObjectElement_willValidate(this); } 122 bool get willValidate() { return _get_willValidate(this); }
123 static bool _get__HTMLObjectElement_willValidate(var _this) native; 123 static bool _get_willValidate(var _this) native;
124 124
125 bool checkValidity() { 125 bool checkValidity() {
126 return _checkValidity(this); 126 return _checkValidity(this);
127 } 127 }
128 static bool _checkValidity(receiver) native; 128 static bool _checkValidity(receiver) native;
129 129
130 void setCustomValidity(String error) { 130 void setCustomValidity(String error) {
131 _setCustomValidity(this, error); 131 _setCustomValidity(this, error);
132 return; 132 return;
133 } 133 }
134 static void _setCustomValidity(receiver, error) native; 134 static void _setCustomValidity(receiver, error) native;
135 135
136 String get typeName() { return "HTMLObjectElement"; } 136 String get typeName() { return "HTMLObjectElement"; }
137 } 137 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698