| Index: client/dom/generated/src/wrapping/_HTMLAreaElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLAreaElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLAreaElementWrappingImplementation.dart
|
| deleted file mode 100644
|
| index 3ea46b44a93eac2d60c4746b01edaf1683c45688..0000000000000000000000000000000000000000
|
| --- a/client/dom/generated/src/wrapping/_HTMLAreaElementWrappingImplementation.dart
|
| +++ /dev/null
|
| @@ -1,78 +0,0 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| -// for details. All rights reserved. Use of this source code is governed by a
|
| -// BSD-style license that can be found in the LICENSE file.
|
| -
|
| -// WARNING: Do not edit - generated code.
|
| -
|
| -class _HTMLAreaElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLAreaElement {
|
| - _HTMLAreaElementWrappingImplementation() : super() {}
|
| -
|
| - static create__HTMLAreaElementWrappingImplementation() native {
|
| - return new _HTMLAreaElementWrappingImplementation();
|
| - }
|
| -
|
| - String get alt() { return _get_alt(this); }
|
| - static String _get_alt(var _this) native;
|
| -
|
| - void set alt(String value) { _set_alt(this, value); }
|
| - static void _set_alt(var _this, String value) native;
|
| -
|
| - String get coords() { return _get_coords(this); }
|
| - static String _get_coords(var _this) native;
|
| -
|
| - void set coords(String value) { _set_coords(this, value); }
|
| - static void _set_coords(var _this, String value) native;
|
| -
|
| - String get hash() { return _get_hash(this); }
|
| - static String _get_hash(var _this) native;
|
| -
|
| - String get host() { return _get_host(this); }
|
| - static String _get_host(var _this) native;
|
| -
|
| - String get hostname() { return _get_hostname(this); }
|
| - static String _get_hostname(var _this) native;
|
| -
|
| - String get href() { return _get_href(this); }
|
| - static String _get_href(var _this) native;
|
| -
|
| - void set href(String value) { _set_href(this, value); }
|
| - static void _set_href(var _this, String value) native;
|
| -
|
| - bool get noHref() { return _get_noHref(this); }
|
| - static bool _get_noHref(var _this) native;
|
| -
|
| - void set noHref(bool value) { _set_noHref(this, value); }
|
| - static void _set_noHref(var _this, bool value) native;
|
| -
|
| - String get pathname() { return _get_pathname(this); }
|
| - static String _get_pathname(var _this) native;
|
| -
|
| - String get ping() { return _get_ping(this); }
|
| - static String _get_ping(var _this) native;
|
| -
|
| - void set ping(String value) { _set_ping(this, value); }
|
| - static void _set_ping(var _this, String value) native;
|
| -
|
| - String get port() { return _get_port(this); }
|
| - static String _get_port(var _this) native;
|
| -
|
| - String get protocol() { return _get_protocol(this); }
|
| - static String _get_protocol(var _this) native;
|
| -
|
| - String get search() { return _get_search(this); }
|
| - static String _get_search(var _this) native;
|
| -
|
| - String get shape() { return _get_shape(this); }
|
| - static String _get_shape(var _this) native;
|
| -
|
| - void set shape(String value) { _set_shape(this, value); }
|
| - static void _set_shape(var _this, String value) native;
|
| -
|
| - String get target() { return _get_target(this); }
|
| - static String _get_target(var _this) native;
|
| -
|
| - void set target(String value) { _set_target(this, value); }
|
| - static void _set_target(var _this, String value) native;
|
| -
|
| - String get typeName() { return "HTMLAreaElement"; }
|
| -}
|
|
|