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

Side by Side Diff: client/dom/generated/src/wrapping/_HTMLFormElementWrappingImplementation.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 _HTMLFormElementWrappingImplementation extends _HTMLElementWrappingImpleme ntation implements HTMLFormElement { 7 class _HTMLFormElementWrappingImplementation extends _HTMLElementWrappingImpleme ntation implements HTMLFormElement {
8 _HTMLFormElementWrappingImplementation() : super() {} 8 _HTMLFormElementWrappingImplementation() : super() {}
9 9
10 static create__HTMLFormElementWrappingImplementation() native { 10 static create__HTMLFormElementWrappingImplementation() native {
11 return new _HTMLFormElementWrappingImplementation(); 11 return new _HTMLFormElementWrappingImplementation();
12 } 12 }
13 13
14 String get acceptCharset() { return _get__HTMLFormElement_acceptCharset(this); } 14 String get acceptCharset() { return _get_acceptCharset(this); }
15 static String _get__HTMLFormElement_acceptCharset(var _this) native; 15 static String _get_acceptCharset(var _this) native;
16 16
17 void set acceptCharset(String value) { _set__HTMLFormElement_acceptCharset(thi s, value); } 17 void set acceptCharset(String value) { _set_acceptCharset(this, value); }
18 static void _set__HTMLFormElement_acceptCharset(var _this, String value) nativ e; 18 static void _set_acceptCharset(var _this, String value) native;
19 19
20 String get action() { return _get__HTMLFormElement_action(this); } 20 String get action() { return _get_action(this); }
21 static String _get__HTMLFormElement_action(var _this) native; 21 static String _get_action(var _this) native;
22 22
23 void set action(String value) { _set__HTMLFormElement_action(this, value); } 23 void set action(String value) { _set_action(this, value); }
24 static void _set__HTMLFormElement_action(var _this, String value) native; 24 static void _set_action(var _this, String value) native;
25 25
26 String get autocomplete() { return _get__HTMLFormElement_autocomplete(this); } 26 String get autocomplete() { return _get_autocomplete(this); }
27 static String _get__HTMLFormElement_autocomplete(var _this) native; 27 static String _get_autocomplete(var _this) native;
28 28
29 void set autocomplete(String value) { _set__HTMLFormElement_autocomplete(this, value); } 29 void set autocomplete(String value) { _set_autocomplete(this, value); }
30 static void _set__HTMLFormElement_autocomplete(var _this, String value) native ; 30 static void _set_autocomplete(var _this, String value) native;
31 31
32 HTMLCollection get elements() { return _get__HTMLFormElement_elements(this); } 32 HTMLCollection get elements() { return _get_elements(this); }
33 static HTMLCollection _get__HTMLFormElement_elements(var _this) native; 33 static HTMLCollection _get_elements(var _this) native;
34 34
35 String get encoding() { return _get__HTMLFormElement_encoding(this); } 35 String get encoding() { return _get_encoding(this); }
36 static String _get__HTMLFormElement_encoding(var _this) native; 36 static String _get_encoding(var _this) native;
37 37
38 void set encoding(String value) { _set__HTMLFormElement_encoding(this, value); } 38 void set encoding(String value) { _set_encoding(this, value); }
39 static void _set__HTMLFormElement_encoding(var _this, String value) native; 39 static void _set_encoding(var _this, String value) native;
40 40
41 String get enctype() { return _get__HTMLFormElement_enctype(this); } 41 String get enctype() { return _get_enctype(this); }
42 static String _get__HTMLFormElement_enctype(var _this) native; 42 static String _get_enctype(var _this) native;
43 43
44 void set enctype(String value) { _set__HTMLFormElement_enctype(this, value); } 44 void set enctype(String value) { _set_enctype(this, value); }
45 static void _set__HTMLFormElement_enctype(var _this, String value) native; 45 static void _set_enctype(var _this, String value) native;
46 46
47 int get length() { return _get__HTMLFormElement_length(this); } 47 int get length() { return _get_length(this); }
48 static int _get__HTMLFormElement_length(var _this) native; 48 static int _get_length(var _this) native;
49 49
50 String get method() { return _get__HTMLFormElement_method(this); } 50 String get method() { return _get_method(this); }
51 static String _get__HTMLFormElement_method(var _this) native; 51 static String _get_method(var _this) native;
52 52
53 void set method(String value) { _set__HTMLFormElement_method(this, value); } 53 void set method(String value) { _set_method(this, value); }
54 static void _set__HTMLFormElement_method(var _this, String value) native; 54 static void _set_method(var _this, String value) native;
55 55
56 String get name() { return _get__HTMLFormElement_name(this); } 56 String get name() { return _get_name(this); }
57 static String _get__HTMLFormElement_name(var _this) native; 57 static String _get_name(var _this) native;
58 58
59 void set name(String value) { _set__HTMLFormElement_name(this, value); } 59 void set name(String value) { _set_name(this, value); }
60 static void _set__HTMLFormElement_name(var _this, String value) native; 60 static void _set_name(var _this, String value) native;
61 61
62 bool get noValidate() { return _get__HTMLFormElement_noValidate(this); } 62 bool get noValidate() { return _get_noValidate(this); }
63 static bool _get__HTMLFormElement_noValidate(var _this) native; 63 static bool _get_noValidate(var _this) native;
64 64
65 void set noValidate(bool value) { _set__HTMLFormElement_noValidate(this, value ); } 65 void set noValidate(bool value) { _set_noValidate(this, value); }
66 static void _set__HTMLFormElement_noValidate(var _this, bool value) native; 66 static void _set_noValidate(var _this, bool value) native;
67 67
68 String get target() { return _get__HTMLFormElement_target(this); } 68 String get target() { return _get_target(this); }
69 static String _get__HTMLFormElement_target(var _this) native; 69 static String _get_target(var _this) native;
70 70
71 void set target(String value) { _set__HTMLFormElement_target(this, value); } 71 void set target(String value) { _set_target(this, value); }
72 static void _set__HTMLFormElement_target(var _this, String value) native; 72 static void _set_target(var _this, String value) native;
73 73
74 bool checkValidity() { 74 bool checkValidity() {
75 return _checkValidity(this); 75 return _checkValidity(this);
76 } 76 }
77 static bool _checkValidity(receiver) native; 77 static bool _checkValidity(receiver) native;
78 78
79 void reset() { 79 void reset() {
80 _reset(this); 80 _reset(this);
81 return; 81 return;
82 } 82 }
83 static void _reset(receiver) native; 83 static void _reset(receiver) native;
84 84
85 void submit() { 85 void submit() {
86 _submit(this); 86 _submit(this);
87 return; 87 return;
88 } 88 }
89 static void _submit(receiver) native; 89 static void _submit(receiver) native;
90 90
91 String get typeName() { return "HTMLFormElement"; } 91 String get typeName() { return "HTMLFormElement"; }
92 } 92 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698