| OLD | NEW |
| 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 _HTMLAreaElementWrappingImplementation extends _HTMLElementWrappingImpleme
ntation implements HTMLAreaElement { | 7 class _HTMLAreaElementWrappingImplementation extends _HTMLElementWrappingImpleme
ntation implements HTMLAreaElement { |
| 8 _HTMLAreaElementWrappingImplementation() : super() {} | 8 _HTMLAreaElementWrappingImplementation() : super() {} |
| 9 | 9 |
| 10 static create__HTMLAreaElementWrappingImplementation() native { | 10 static create__HTMLAreaElementWrappingImplementation() native { |
| 11 return new _HTMLAreaElementWrappingImplementation(); | 11 return new _HTMLAreaElementWrappingImplementation(); |
| 12 } | 12 } |
| 13 | 13 |
| 14 String get accessKey() { return _get__HTMLAreaElement_accessKey(this); } | 14 String get accessKey() { return _get_accessKey(this); } |
| 15 static String _get__HTMLAreaElement_accessKey(var _this) native; | 15 static String _get_accessKey(var _this) native; |
| 16 | 16 |
| 17 void set accessKey(String value) { _set__HTMLAreaElement_accessKey(this, value
); } | 17 void set accessKey(String value) { _set_accessKey(this, value); } |
| 18 static void _set__HTMLAreaElement_accessKey(var _this, String value) native; | 18 static void _set_accessKey(var _this, String value) native; |
| 19 | 19 |
| 20 String get alt() { return _get__HTMLAreaElement_alt(this); } | 20 String get alt() { return _get_alt(this); } |
| 21 static String _get__HTMLAreaElement_alt(var _this) native; | 21 static String _get_alt(var _this) native; |
| 22 | 22 |
| 23 void set alt(String value) { _set__HTMLAreaElement_alt(this, value); } | 23 void set alt(String value) { _set_alt(this, value); } |
| 24 static void _set__HTMLAreaElement_alt(var _this, String value) native; | 24 static void _set_alt(var _this, String value) native; |
| 25 | 25 |
| 26 String get coords() { return _get__HTMLAreaElement_coords(this); } | 26 String get coords() { return _get_coords(this); } |
| 27 static String _get__HTMLAreaElement_coords(var _this) native; | 27 static String _get_coords(var _this) native; |
| 28 | 28 |
| 29 void set coords(String value) { _set__HTMLAreaElement_coords(this, value); } | 29 void set coords(String value) { _set_coords(this, value); } |
| 30 static void _set__HTMLAreaElement_coords(var _this, String value) native; | 30 static void _set_coords(var _this, String value) native; |
| 31 | 31 |
| 32 String get hash() { return _get__HTMLAreaElement_hash(this); } | 32 String get hash() { return _get_hash(this); } |
| 33 static String _get__HTMLAreaElement_hash(var _this) native; | 33 static String _get_hash(var _this) native; |
| 34 | 34 |
| 35 String get host() { return _get__HTMLAreaElement_host(this); } | 35 String get host() { return _get_host(this); } |
| 36 static String _get__HTMLAreaElement_host(var _this) native; | 36 static String _get_host(var _this) native; |
| 37 | 37 |
| 38 String get hostname() { return _get__HTMLAreaElement_hostname(this); } | 38 String get hostname() { return _get_hostname(this); } |
| 39 static String _get__HTMLAreaElement_hostname(var _this) native; | 39 static String _get_hostname(var _this) native; |
| 40 | 40 |
| 41 String get href() { return _get__HTMLAreaElement_href(this); } | 41 String get href() { return _get_href(this); } |
| 42 static String _get__HTMLAreaElement_href(var _this) native; | 42 static String _get_href(var _this) native; |
| 43 | 43 |
| 44 void set href(String value) { _set__HTMLAreaElement_href(this, value); } | 44 void set href(String value) { _set_href(this, value); } |
| 45 static void _set__HTMLAreaElement_href(var _this, String value) native; | 45 static void _set_href(var _this, String value) native; |
| 46 | 46 |
| 47 bool get noHref() { return _get__HTMLAreaElement_noHref(this); } | 47 bool get noHref() { return _get_noHref(this); } |
| 48 static bool _get__HTMLAreaElement_noHref(var _this) native; | 48 static bool _get_noHref(var _this) native; |
| 49 | 49 |
| 50 void set noHref(bool value) { _set__HTMLAreaElement_noHref(this, value); } | 50 void set noHref(bool value) { _set_noHref(this, value); } |
| 51 static void _set__HTMLAreaElement_noHref(var _this, bool value) native; | 51 static void _set_noHref(var _this, bool value) native; |
| 52 | 52 |
| 53 String get pathname() { return _get__HTMLAreaElement_pathname(this); } | 53 String get pathname() { return _get_pathname(this); } |
| 54 static String _get__HTMLAreaElement_pathname(var _this) native; | 54 static String _get_pathname(var _this) native; |
| 55 | 55 |
| 56 String get ping() { return _get__HTMLAreaElement_ping(this); } | 56 String get ping() { return _get_ping(this); } |
| 57 static String _get__HTMLAreaElement_ping(var _this) native; | 57 static String _get_ping(var _this) native; |
| 58 | 58 |
| 59 void set ping(String value) { _set__HTMLAreaElement_ping(this, value); } | 59 void set ping(String value) { _set_ping(this, value); } |
| 60 static void _set__HTMLAreaElement_ping(var _this, String value) native; | 60 static void _set_ping(var _this, String value) native; |
| 61 | 61 |
| 62 String get port() { return _get__HTMLAreaElement_port(this); } | 62 String get port() { return _get_port(this); } |
| 63 static String _get__HTMLAreaElement_port(var _this) native; | 63 static String _get_port(var _this) native; |
| 64 | 64 |
| 65 String get protocol() { return _get__HTMLAreaElement_protocol(this); } | 65 String get protocol() { return _get_protocol(this); } |
| 66 static String _get__HTMLAreaElement_protocol(var _this) native; | 66 static String _get_protocol(var _this) native; |
| 67 | 67 |
| 68 String get search() { return _get__HTMLAreaElement_search(this); } | 68 String get search() { return _get_search(this); } |
| 69 static String _get__HTMLAreaElement_search(var _this) native; | 69 static String _get_search(var _this) native; |
| 70 | 70 |
| 71 String get shape() { return _get__HTMLAreaElement_shape(this); } | 71 String get shape() { return _get_shape(this); } |
| 72 static String _get__HTMLAreaElement_shape(var _this) native; | 72 static String _get_shape(var _this) native; |
| 73 | 73 |
| 74 void set shape(String value) { _set__HTMLAreaElement_shape(this, value); } | 74 void set shape(String value) { _set_shape(this, value); } |
| 75 static void _set__HTMLAreaElement_shape(var _this, String value) native; | 75 static void _set_shape(var _this, String value) native; |
| 76 | 76 |
| 77 String get target() { return _get__HTMLAreaElement_target(this); } | 77 String get target() { return _get_target(this); } |
| 78 static String _get__HTMLAreaElement_target(var _this) native; | 78 static String _get_target(var _this) native; |
| 79 | 79 |
| 80 void set target(String value) { _set__HTMLAreaElement_target(this, value); } | 80 void set target(String value) { _set_target(this, value); } |
| 81 static void _set__HTMLAreaElement_target(var _this, String value) native; | 81 static void _set_target(var _this, String value) native; |
| 82 | 82 |
| 83 String get typeName() { return "HTMLAreaElement"; } | 83 String get typeName() { return "HTMLAreaElement"; } |
| 84 } | 84 } |
| OLD | NEW |