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

Side by Side Diff: client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.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 _HTMLAnchorElementWrappingImplementation extends _HTMLElementWrappingImple mentation implements HTMLAnchorElement { 7 class _HTMLAnchorElementWrappingImplementation extends _HTMLElementWrappingImple mentation implements HTMLAnchorElement {
8 _HTMLAnchorElementWrappingImplementation() : super() {} 8 _HTMLAnchorElementWrappingImplementation() : super() {}
9 9
10 static create__HTMLAnchorElementWrappingImplementation() native { 10 static create__HTMLAnchorElementWrappingImplementation() native {
11 return new _HTMLAnchorElementWrappingImplementation(); 11 return new _HTMLAnchorElementWrappingImplementation();
12 } 12 }
13 13
14 String get accessKey() { return _get__HTMLAnchorElement_accessKey(this); } 14 String get accessKey() { return _get_accessKey(this); }
15 static String _get__HTMLAnchorElement_accessKey(var _this) native; 15 static String _get_accessKey(var _this) native;
16 16
17 void set accessKey(String value) { _set__HTMLAnchorElement_accessKey(this, val ue); } 17 void set accessKey(String value) { _set_accessKey(this, value); }
18 static void _set__HTMLAnchorElement_accessKey(var _this, String value) native; 18 static void _set_accessKey(var _this, String value) native;
19 19
20 String get charset() { return _get__HTMLAnchorElement_charset(this); } 20 String get charset() { return _get_charset(this); }
21 static String _get__HTMLAnchorElement_charset(var _this) native; 21 static String _get_charset(var _this) native;
22 22
23 void set charset(String value) { _set__HTMLAnchorElement_charset(this, value); } 23 void set charset(String value) { _set_charset(this, value); }
24 static void _set__HTMLAnchorElement_charset(var _this, String value) native; 24 static void _set_charset(var _this, String value) native;
25 25
26 String get coords() { return _get__HTMLAnchorElement_coords(this); } 26 String get coords() { return _get_coords(this); }
27 static String _get__HTMLAnchorElement_coords(var _this) native; 27 static String _get_coords(var _this) native;
28 28
29 void set coords(String value) { _set__HTMLAnchorElement_coords(this, value); } 29 void set coords(String value) { _set_coords(this, value); }
30 static void _set__HTMLAnchorElement_coords(var _this, String value) native; 30 static void _set_coords(var _this, String value) native;
31 31
32 String get download() { return _get__HTMLAnchorElement_download(this); } 32 String get download() { return _get_download(this); }
33 static String _get__HTMLAnchorElement_download(var _this) native; 33 static String _get_download(var _this) native;
34 34
35 void set download(String value) { _set__HTMLAnchorElement_download(this, value ); } 35 void set download(String value) { _set_download(this, value); }
36 static void _set__HTMLAnchorElement_download(var _this, String value) native; 36 static void _set_download(var _this, String value) native;
37 37
38 String get hash() { return _get__HTMLAnchorElement_hash(this); } 38 String get hash() { return _get_hash(this); }
39 static String _get__HTMLAnchorElement_hash(var _this) native; 39 static String _get_hash(var _this) native;
40 40
41 void set hash(String value) { _set__HTMLAnchorElement_hash(this, value); } 41 void set hash(String value) { _set_hash(this, value); }
42 static void _set__HTMLAnchorElement_hash(var _this, String value) native; 42 static void _set_hash(var _this, String value) native;
43 43
44 String get host() { return _get__HTMLAnchorElement_host(this); } 44 String get host() { return _get_host(this); }
45 static String _get__HTMLAnchorElement_host(var _this) native; 45 static String _get_host(var _this) native;
46 46
47 void set host(String value) { _set__HTMLAnchorElement_host(this, value); } 47 void set host(String value) { _set_host(this, value); }
48 static void _set__HTMLAnchorElement_host(var _this, String value) native; 48 static void _set_host(var _this, String value) native;
49 49
50 String get hostname() { return _get__HTMLAnchorElement_hostname(this); } 50 String get hostname() { return _get_hostname(this); }
51 static String _get__HTMLAnchorElement_hostname(var _this) native; 51 static String _get_hostname(var _this) native;
52 52
53 void set hostname(String value) { _set__HTMLAnchorElement_hostname(this, value ); } 53 void set hostname(String value) { _set_hostname(this, value); }
54 static void _set__HTMLAnchorElement_hostname(var _this, String value) native; 54 static void _set_hostname(var _this, String value) native;
55 55
56 String get href() { return _get__HTMLAnchorElement_href(this); } 56 String get href() { return _get_href(this); }
57 static String _get__HTMLAnchorElement_href(var _this) native; 57 static String _get_href(var _this) native;
58 58
59 void set href(String value) { _set__HTMLAnchorElement_href(this, value); } 59 void set href(String value) { _set_href(this, value); }
60 static void _set__HTMLAnchorElement_href(var _this, String value) native; 60 static void _set_href(var _this, String value) native;
61 61
62 String get hreflang() { return _get__HTMLAnchorElement_hreflang(this); } 62 String get hreflang() { return _get_hreflang(this); }
63 static String _get__HTMLAnchorElement_hreflang(var _this) native; 63 static String _get_hreflang(var _this) native;
64 64
65 void set hreflang(String value) { _set__HTMLAnchorElement_hreflang(this, value ); } 65 void set hreflang(String value) { _set_hreflang(this, value); }
66 static void _set__HTMLAnchorElement_hreflang(var _this, String value) native; 66 static void _set_hreflang(var _this, String value) native;
67 67
68 String get name() { return _get__HTMLAnchorElement_name(this); } 68 String get name() { return _get_name(this); }
69 static String _get__HTMLAnchorElement_name(var _this) native; 69 static String _get_name(var _this) native;
70 70
71 void set name(String value) { _set__HTMLAnchorElement_name(this, value); } 71 void set name(String value) { _set_name(this, value); }
72 static void _set__HTMLAnchorElement_name(var _this, String value) native; 72 static void _set_name(var _this, String value) native;
73 73
74 String get origin() { return _get__HTMLAnchorElement_origin(this); } 74 String get origin() { return _get_origin(this); }
75 static String _get__HTMLAnchorElement_origin(var _this) native; 75 static String _get_origin(var _this) native;
76 76
77 String get pathname() { return _get__HTMLAnchorElement_pathname(this); } 77 String get pathname() { return _get_pathname(this); }
78 static String _get__HTMLAnchorElement_pathname(var _this) native; 78 static String _get_pathname(var _this) native;
79 79
80 void set pathname(String value) { _set__HTMLAnchorElement_pathname(this, value ); } 80 void set pathname(String value) { _set_pathname(this, value); }
81 static void _set__HTMLAnchorElement_pathname(var _this, String value) native; 81 static void _set_pathname(var _this, String value) native;
82 82
83 String get ping() { return _get__HTMLAnchorElement_ping(this); } 83 String get ping() { return _get_ping(this); }
84 static String _get__HTMLAnchorElement_ping(var _this) native; 84 static String _get_ping(var _this) native;
85 85
86 void set ping(String value) { _set__HTMLAnchorElement_ping(this, value); } 86 void set ping(String value) { _set_ping(this, value); }
87 static void _set__HTMLAnchorElement_ping(var _this, String value) native; 87 static void _set_ping(var _this, String value) native;
88 88
89 String get port() { return _get__HTMLAnchorElement_port(this); } 89 String get port() { return _get_port(this); }
90 static String _get__HTMLAnchorElement_port(var _this) native; 90 static String _get_port(var _this) native;
91 91
92 void set port(String value) { _set__HTMLAnchorElement_port(this, value); } 92 void set port(String value) { _set_port(this, value); }
93 static void _set__HTMLAnchorElement_port(var _this, String value) native; 93 static void _set_port(var _this, String value) native;
94 94
95 String get protocol() { return _get__HTMLAnchorElement_protocol(this); } 95 String get protocol() { return _get_protocol(this); }
96 static String _get__HTMLAnchorElement_protocol(var _this) native; 96 static String _get_protocol(var _this) native;
97 97
98 void set protocol(String value) { _set__HTMLAnchorElement_protocol(this, value ); } 98 void set protocol(String value) { _set_protocol(this, value); }
99 static void _set__HTMLAnchorElement_protocol(var _this, String value) native; 99 static void _set_protocol(var _this, String value) native;
100 100
101 String get rel() { return _get__HTMLAnchorElement_rel(this); } 101 String get rel() { return _get_rel(this); }
102 static String _get__HTMLAnchorElement_rel(var _this) native; 102 static String _get_rel(var _this) native;
103 103
104 void set rel(String value) { _set__HTMLAnchorElement_rel(this, value); } 104 void set rel(String value) { _set_rel(this, value); }
105 static void _set__HTMLAnchorElement_rel(var _this, String value) native; 105 static void _set_rel(var _this, String value) native;
106 106
107 String get rev() { return _get__HTMLAnchorElement_rev(this); } 107 String get rev() { return _get_rev(this); }
108 static String _get__HTMLAnchorElement_rev(var _this) native; 108 static String _get_rev(var _this) native;
109 109
110 void set rev(String value) { _set__HTMLAnchorElement_rev(this, value); } 110 void set rev(String value) { _set_rev(this, value); }
111 static void _set__HTMLAnchorElement_rev(var _this, String value) native; 111 static void _set_rev(var _this, String value) native;
112 112
113 String get search() { return _get__HTMLAnchorElement_search(this); } 113 String get search() { return _get_search(this); }
114 static String _get__HTMLAnchorElement_search(var _this) native; 114 static String _get_search(var _this) native;
115 115
116 void set search(String value) { _set__HTMLAnchorElement_search(this, value); } 116 void set search(String value) { _set_search(this, value); }
117 static void _set__HTMLAnchorElement_search(var _this, String value) native; 117 static void _set_search(var _this, String value) native;
118 118
119 String get shape() { return _get__HTMLAnchorElement_shape(this); } 119 String get shape() { return _get_shape(this); }
120 static String _get__HTMLAnchorElement_shape(var _this) native; 120 static String _get_shape(var _this) native;
121 121
122 void set shape(String value) { _set__HTMLAnchorElement_shape(this, value); } 122 void set shape(String value) { _set_shape(this, value); }
123 static void _set__HTMLAnchorElement_shape(var _this, String value) native; 123 static void _set_shape(var _this, String value) native;
124 124
125 String get target() { return _get__HTMLAnchorElement_target(this); } 125 String get target() { return _get_target(this); }
126 static String _get__HTMLAnchorElement_target(var _this) native; 126 static String _get_target(var _this) native;
127 127
128 void set target(String value) { _set__HTMLAnchorElement_target(this, value); } 128 void set target(String value) { _set_target(this, value); }
129 static void _set__HTMLAnchorElement_target(var _this, String value) native; 129 static void _set_target(var _this, String value) native;
130 130
131 String get text() { return _get__HTMLAnchorElement_text(this); } 131 String get text() { return _get_text(this); }
132 static String _get__HTMLAnchorElement_text(var _this) native; 132 static String _get_text(var _this) native;
133 133
134 String get type() { return _get__HTMLAnchorElement_type(this); } 134 String get type() { return _get_type(this); }
135 static String _get__HTMLAnchorElement_type(var _this) native; 135 static String _get_type(var _this) native;
136 136
137 void set type(String value) { _set__HTMLAnchorElement_type(this, value); } 137 void set type(String value) { _set_type(this, value); }
138 static void _set__HTMLAnchorElement_type(var _this, String value) native; 138 static void _set_type(var _this, String value) native;
139 139
140 String getParameter(String name) { 140 String getParameter(String name) {
141 return _getParameter(this, name); 141 return _getParameter(this, name);
142 } 142 }
143 static String _getParameter(receiver, name) native; 143 static String _getParameter(receiver, name) native;
144 144
145 String toString() { 145 String toString() {
146 return _toString(this); 146 return _toString(this);
147 } 147 }
148 static String _toString(receiver) native; 148 static String _toString(receiver) native;
149 149
150 String get typeName() { return "HTMLAnchorElement"; } 150 String get typeName() { return "HTMLAnchorElement"; }
151 } 151 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698