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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart
diff --git a/client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart
index b3b102d21d01d7265f3d51082b4790e6e41dad3b..31653a0dea7919aa69654eb4ecba43b13ecc1723 100644
--- a/client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart
+++ b/client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart
@@ -11,131 +11,131 @@ class _HTMLAnchorElementWrappingImplementation extends _HTMLElementWrappingImple
return new _HTMLAnchorElementWrappingImplementation();
}
- String get accessKey() { return _get__HTMLAnchorElement_accessKey(this); }
- static String _get__HTMLAnchorElement_accessKey(var _this) native;
+ String get accessKey() { return _get_accessKey(this); }
+ static String _get_accessKey(var _this) native;
- void set accessKey(String value) { _set__HTMLAnchorElement_accessKey(this, value); }
- static void _set__HTMLAnchorElement_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 charset() { return _get__HTMLAnchorElement_charset(this); }
- static String _get__HTMLAnchorElement_charset(var _this) native;
+ String get charset() { return _get_charset(this); }
+ static String _get_charset(var _this) native;
- void set charset(String value) { _set__HTMLAnchorElement_charset(this, value); }
- static void _set__HTMLAnchorElement_charset(var _this, String value) native;
+ void set charset(String value) { _set_charset(this, value); }
+ static void _set_charset(var _this, String value) native;
- String get coords() { return _get__HTMLAnchorElement_coords(this); }
- static String _get__HTMLAnchorElement_coords(var _this) native;
+ String get coords() { return _get_coords(this); }
+ static String _get_coords(var _this) native;
- void set coords(String value) { _set__HTMLAnchorElement_coords(this, value); }
- static void _set__HTMLAnchorElement_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 download() { return _get__HTMLAnchorElement_download(this); }
- static String _get__HTMLAnchorElement_download(var _this) native;
+ String get download() { return _get_download(this); }
+ static String _get_download(var _this) native;
- void set download(String value) { _set__HTMLAnchorElement_download(this, value); }
- static void _set__HTMLAnchorElement_download(var _this, String value) native;
+ void set download(String value) { _set_download(this, value); }
+ static void _set_download(var _this, String value) native;
- String get hash() { return _get__HTMLAnchorElement_hash(this); }
- static String _get__HTMLAnchorElement_hash(var _this) native;
+ String get hash() { return _get_hash(this); }
+ static String _get_hash(var _this) native;
- void set hash(String value) { _set__HTMLAnchorElement_hash(this, value); }
- static void _set__HTMLAnchorElement_hash(var _this, String value) native;
+ void set hash(String value) { _set_hash(this, value); }
+ static void _set_hash(var _this, String value) native;
- String get host() { return _get__HTMLAnchorElement_host(this); }
- static String _get__HTMLAnchorElement_host(var _this) native;
+ String get host() { return _get_host(this); }
+ static String _get_host(var _this) native;
- void set host(String value) { _set__HTMLAnchorElement_host(this, value); }
- static void _set__HTMLAnchorElement_host(var _this, String value) native;
+ void set host(String value) { _set_host(this, value); }
+ static void _set_host(var _this, String value) native;
- String get hostname() { return _get__HTMLAnchorElement_hostname(this); }
- static String _get__HTMLAnchorElement_hostname(var _this) native;
+ String get hostname() { return _get_hostname(this); }
+ static String _get_hostname(var _this) native;
- void set hostname(String value) { _set__HTMLAnchorElement_hostname(this, value); }
- static void _set__HTMLAnchorElement_hostname(var _this, String value) native;
+ void set hostname(String value) { _set_hostname(this, value); }
+ static void _set_hostname(var _this, String value) native;
- String get href() { return _get__HTMLAnchorElement_href(this); }
- static String _get__HTMLAnchorElement_href(var _this) native;
+ String get href() { return _get_href(this); }
+ static String _get_href(var _this) native;
- void set href(String value) { _set__HTMLAnchorElement_href(this, value); }
- static void _set__HTMLAnchorElement_href(var _this, String value) native;
+ void set href(String value) { _set_href(this, value); }
+ static void _set_href(var _this, String value) native;
- String get hreflang() { return _get__HTMLAnchorElement_hreflang(this); }
- static String _get__HTMLAnchorElement_hreflang(var _this) native;
+ String get hreflang() { return _get_hreflang(this); }
+ static String _get_hreflang(var _this) native;
- void set hreflang(String value) { _set__HTMLAnchorElement_hreflang(this, value); }
- static void _set__HTMLAnchorElement_hreflang(var _this, String value) native;
+ void set hreflang(String value) { _set_hreflang(this, value); }
+ static void _set_hreflang(var _this, String value) native;
- String get name() { return _get__HTMLAnchorElement_name(this); }
- static String _get__HTMLAnchorElement_name(var _this) native;
+ String get name() { return _get_name(this); }
+ static String _get_name(var _this) native;
- void set name(String value) { _set__HTMLAnchorElement_name(this, value); }
- static void _set__HTMLAnchorElement_name(var _this, String value) native;
+ void set name(String value) { _set_name(this, value); }
+ static void _set_name(var _this, String value) native;
- String get origin() { return _get__HTMLAnchorElement_origin(this); }
- static String _get__HTMLAnchorElement_origin(var _this) native;
+ String get origin() { return _get_origin(this); }
+ static String _get_origin(var _this) native;
- String get pathname() { return _get__HTMLAnchorElement_pathname(this); }
- static String _get__HTMLAnchorElement_pathname(var _this) native;
+ String get pathname() { return _get_pathname(this); }
+ static String _get_pathname(var _this) native;
- void set pathname(String value) { _set__HTMLAnchorElement_pathname(this, value); }
- static void _set__HTMLAnchorElement_pathname(var _this, String value) native;
+ void set pathname(String value) { _set_pathname(this, value); }
+ static void _set_pathname(var _this, String value) native;
- String get ping() { return _get__HTMLAnchorElement_ping(this); }
- static String _get__HTMLAnchorElement_ping(var _this) native;
+ String get ping() { return _get_ping(this); }
+ static String _get_ping(var _this) native;
- void set ping(String value) { _set__HTMLAnchorElement_ping(this, value); }
- static void _set__HTMLAnchorElement_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__HTMLAnchorElement_port(this); }
- static String _get__HTMLAnchorElement_port(var _this) native;
+ String get port() { return _get_port(this); }
+ static String _get_port(var _this) native;
- void set port(String value) { _set__HTMLAnchorElement_port(this, value); }
- static void _set__HTMLAnchorElement_port(var _this, String value) native;
+ void set port(String value) { _set_port(this, value); }
+ static void _set_port(var _this, String value) native;
- String get protocol() { return _get__HTMLAnchorElement_protocol(this); }
- static String _get__HTMLAnchorElement_protocol(var _this) native;
+ String get protocol() { return _get_protocol(this); }
+ static String _get_protocol(var _this) native;
- void set protocol(String value) { _set__HTMLAnchorElement_protocol(this, value); }
- static void _set__HTMLAnchorElement_protocol(var _this, String value) native;
+ void set protocol(String value) { _set_protocol(this, value); }
+ static void _set_protocol(var _this, String value) native;
- String get rel() { return _get__HTMLAnchorElement_rel(this); }
- static String _get__HTMLAnchorElement_rel(var _this) native;
+ String get rel() { return _get_rel(this); }
+ static String _get_rel(var _this) native;
- void set rel(String value) { _set__HTMLAnchorElement_rel(this, value); }
- static void _set__HTMLAnchorElement_rel(var _this, String value) native;
+ void set rel(String value) { _set_rel(this, value); }
+ static void _set_rel(var _this, String value) native;
- String get rev() { return _get__HTMLAnchorElement_rev(this); }
- static String _get__HTMLAnchorElement_rev(var _this) native;
+ String get rev() { return _get_rev(this); }
+ static String _get_rev(var _this) native;
- void set rev(String value) { _set__HTMLAnchorElement_rev(this, value); }
- static void _set__HTMLAnchorElement_rev(var _this, String value) native;
+ void set rev(String value) { _set_rev(this, value); }
+ static void _set_rev(var _this, String value) native;
- String get search() { return _get__HTMLAnchorElement_search(this); }
- static String _get__HTMLAnchorElement_search(var _this) native;
+ String get search() { return _get_search(this); }
+ static String _get_search(var _this) native;
- void set search(String value) { _set__HTMLAnchorElement_search(this, value); }
- static void _set__HTMLAnchorElement_search(var _this, String value) native;
+ void set search(String value) { _set_search(this, value); }
+ static void _set_search(var _this, String value) native;
- String get shape() { return _get__HTMLAnchorElement_shape(this); }
- static String _get__HTMLAnchorElement_shape(var _this) native;
+ String get shape() { return _get_shape(this); }
+ static String _get_shape(var _this) native;
- void set shape(String value) { _set__HTMLAnchorElement_shape(this, value); }
- static void _set__HTMLAnchorElement_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__HTMLAnchorElement_target(this); }
- static String _get__HTMLAnchorElement_target(var _this) native;
+ String get target() { return _get_target(this); }
+ static String _get_target(var _this) native;
- void set target(String value) { _set__HTMLAnchorElement_target(this, value); }
- static void _set__HTMLAnchorElement_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 text() { return _get__HTMLAnchorElement_text(this); }
- static String _get__HTMLAnchorElement_text(var _this) native;
+ String get text() { return _get_text(this); }
+ static String _get_text(var _this) native;
- String get type() { return _get__HTMLAnchorElement_type(this); }
- static String _get__HTMLAnchorElement_type(var _this) native;
+ String get type() { return _get_type(this); }
+ static String _get_type(var _this) native;
- void set type(String value) { _set__HTMLAnchorElement_type(this, value); }
- static void _set__HTMLAnchorElement_type(var _this, String value) native;
+ void set type(String value) { _set_type(this, value); }
+ static void _set_type(var _this, String value) native;
String getParameter(String name) {
return _getParameter(this, name);

Powered by Google App Engine
This is Rietveld 408576698