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

Unified Diff: client/dom/generated/src/wrapping/_HTMLAreaElementWrappingImplementation.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 side-by-side diff with in-line comments
Download patch
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
index bdfce7168c7c1259ba365ef8e806bbca07fbe0f2..50c7488cf20f22c117872002df80cc1b35c0956a 100644
--- a/client/dom/generated/src/wrapping/_HTMLAreaElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLAreaElementWrappingImplementation.dart
@@ -11,74 +11,74 @@ class _HTMLAreaElementWrappingImplementation extends _HTMLElementWrappingImpleme
return new _HTMLAreaElementWrappingImplementation();
}
- String get accessKey() { return _get__HTMLAreaElement_accessKey(this); }
- static String _get__HTMLAreaElement_accessKey(var _this) native;
+ String get accessKey() { return _get_accessKey(this); }
+ static String _get_accessKey(var _this) native;
- void set accessKey(String value) { _set__HTMLAreaElement_accessKey(this, value); }
- static void _set__HTMLAreaElement_accessKey(var _this, String value) native;
+ void set accessKey(String value) { _set_accessKey(this, value); }
+ static void _set_accessKey(var _this, String value) native;
- String get alt() { return _get__HTMLAreaElement_alt(this); }
- static String _get__HTMLAreaElement_alt(var _this) native;
+ String get alt() { return _get_alt(this); }
+ static String _get_alt(var _this) native;
- void set alt(String value) { _set__HTMLAreaElement_alt(this, value); }
- static void _set__HTMLAreaElement_alt(var _this, String value) native;
+ void set alt(String value) { _set_alt(this, value); }
+ static void _set_alt(var _this, String value) native;
- String get coords() { return _get__HTMLAreaElement_coords(this); }
- static String _get__HTMLAreaElement_coords(var _this) native;
+ String get coords() { return _get_coords(this); }
+ static String _get_coords(var _this) native;
- void set coords(String value) { _set__HTMLAreaElement_coords(this, value); }
- static void _set__HTMLAreaElement_coords(var _this, String value) native;
+ void set coords(String value) { _set_coords(this, value); }
+ static void _set_coords(var _this, String value) native;
- String get hash() { return _get__HTMLAreaElement_hash(this); }
- static String _get__HTMLAreaElement_hash(var _this) native;
+ String get hash() { return _get_hash(this); }
+ static String _get_hash(var _this) native;
- String get host() { return _get__HTMLAreaElement_host(this); }
- static String _get__HTMLAreaElement_host(var _this) native;
+ String get host() { return _get_host(this); }
+ static String _get_host(var _this) native;
- String get hostname() { return _get__HTMLAreaElement_hostname(this); }
- static String _get__HTMLAreaElement_hostname(var _this) native;
+ String get hostname() { return _get_hostname(this); }
+ static String _get_hostname(var _this) native;
- String get href() { return _get__HTMLAreaElement_href(this); }
- static String _get__HTMLAreaElement_href(var _this) native;
+ String get href() { return _get_href(this); }
+ static String _get_href(var _this) native;
- void set href(String value) { _set__HTMLAreaElement_href(this, value); }
- static void _set__HTMLAreaElement_href(var _this, String value) native;
+ void set href(String value) { _set_href(this, value); }
+ static void _set_href(var _this, String value) native;
- bool get noHref() { return _get__HTMLAreaElement_noHref(this); }
- static bool _get__HTMLAreaElement_noHref(var _this) native;
+ bool get noHref() { return _get_noHref(this); }
+ static bool _get_noHref(var _this) native;
- void set noHref(bool value) { _set__HTMLAreaElement_noHref(this, value); }
- static void _set__HTMLAreaElement_noHref(var _this, bool value) native;
+ void set noHref(bool value) { _set_noHref(this, value); }
+ static void _set_noHref(var _this, bool value) native;
- String get pathname() { return _get__HTMLAreaElement_pathname(this); }
- static String _get__HTMLAreaElement_pathname(var _this) native;
+ String get pathname() { return _get_pathname(this); }
+ static String _get_pathname(var _this) native;
- String get ping() { return _get__HTMLAreaElement_ping(this); }
- static String _get__HTMLAreaElement_ping(var _this) native;
+ String get ping() { return _get_ping(this); }
+ static String _get_ping(var _this) native;
- void set ping(String value) { _set__HTMLAreaElement_ping(this, value); }
- static void _set__HTMLAreaElement_ping(var _this, String value) native;
+ void set ping(String value) { _set_ping(this, value); }
+ static void _set_ping(var _this, String value) native;
- String get port() { return _get__HTMLAreaElement_port(this); }
- static String _get__HTMLAreaElement_port(var _this) native;
+ String get port() { return _get_port(this); }
+ static String _get_port(var _this) native;
- String get protocol() { return _get__HTMLAreaElement_protocol(this); }
- static String _get__HTMLAreaElement_protocol(var _this) native;
+ String get protocol() { return _get_protocol(this); }
+ static String _get_protocol(var _this) native;
- String get search() { return _get__HTMLAreaElement_search(this); }
- static String _get__HTMLAreaElement_search(var _this) native;
+ String get search() { return _get_search(this); }
+ static String _get_search(var _this) native;
- String get shape() { return _get__HTMLAreaElement_shape(this); }
- static String _get__HTMLAreaElement_shape(var _this) native;
+ String get shape() { return _get_shape(this); }
+ static String _get_shape(var _this) native;
- void set shape(String value) { _set__HTMLAreaElement_shape(this, value); }
- static void _set__HTMLAreaElement_shape(var _this, String value) native;
+ void set shape(String value) { _set_shape(this, value); }
+ static void _set_shape(var _this, String value) native;
- String get target() { return _get__HTMLAreaElement_target(this); }
- static String _get__HTMLAreaElement_target(var _this) native;
+ String get target() { return _get_target(this); }
+ static String _get_target(var _this) native;
- void set target(String value) { _set__HTMLAreaElement_target(this, value); }
- static void _set__HTMLAreaElement_target(var _this, String value) native;
+ void set target(String value) { _set_target(this, value); }
+ static void _set_target(var _this, String value) native;
String get typeName() { return "HTMLAreaElement"; }
}

Powered by Google App Engine
This is Rietveld 408576698