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

Unified Diff: client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart

Issue 9663027: Remove generated directories with 100s of files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months 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
deleted file mode 100644
index 761259b38344d7098c4c37008d6931351694f10f..0000000000000000000000000000000000000000
--- a/client/dom/generated/src/wrapping/_HTMLAnchorElementWrappingImplementation.dart
+++ /dev/null
@@ -1,140 +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 _HTMLAnchorElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLAnchorElement {
- _HTMLAnchorElementWrappingImplementation() : super() {}
-
- static create__HTMLAnchorElementWrappingImplementation() native {
- return new _HTMLAnchorElementWrappingImplementation();
- }
-
- String get charset() { return _get_charset(this); }
- static String _get_charset(var _this) native;
-
- void set charset(String value) { _set_charset(this, value); }
- static void _set_charset(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 download() { return _get_download(this); }
- static String _get_download(var _this) native;
-
- void set download(String value) { _set_download(this, value); }
- static void _set_download(var _this, String value) native;
-
- String get hash() { return _get_hash(this); }
- static String _get_hash(var _this) native;
-
- void set hash(String value) { _set_hash(this, value); }
- static void _set_hash(var _this, String value) native;
-
- String get host() { return _get_host(this); }
- static String _get_host(var _this) native;
-
- void set host(String value) { _set_host(this, value); }
- static void _set_host(var _this, String value) native;
-
- String get hostname() { return _get_hostname(this); }
- static String _get_hostname(var _this) native;
-
- void set hostname(String value) { _set_hostname(this, value); }
- static void _set_hostname(var _this, String value) 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;
-
- String get hreflang() { return _get_hreflang(this); }
- static String _get_hreflang(var _this) native;
-
- void set hreflang(String value) { _set_hreflang(this, value); }
- static void _set_hreflang(var _this, String value) native;
-
- String get name() { return _get_name(this); }
- static String _get_name(var _this) native;
-
- void set name(String value) { _set_name(this, value); }
- static void _set_name(var _this, String value) native;
-
- String get origin() { return _get_origin(this); }
- static String _get_origin(var _this) native;
-
- String get pathname() { return _get_pathname(this); }
- static String _get_pathname(var _this) native;
-
- void set pathname(String value) { _set_pathname(this, value); }
- static void _set_pathname(var _this, String value) 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;
-
- void set port(String value) { _set_port(this, value); }
- static void _set_port(var _this, String value) native;
-
- String get protocol() { return _get_protocol(this); }
- static String _get_protocol(var _this) native;
-
- void set protocol(String value) { _set_protocol(this, value); }
- static void _set_protocol(var _this, String value) native;
-
- String get rel() { return _get_rel(this); }
- static String _get_rel(var _this) native;
-
- void set rel(String value) { _set_rel(this, value); }
- static void _set_rel(var _this, String value) native;
-
- String get rev() { return _get_rev(this); }
- static String _get_rev(var _this) native;
-
- void set rev(String value) { _set_rev(this, value); }
- static void _set_rev(var _this, String value) native;
-
- String get search() { return _get_search(this); }
- static String _get_search(var _this) native;
-
- void set search(String value) { _set_search(this, value); }
- static void _set_search(var _this, String value) 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 text() { return _get_text(this); }
- static String _get_text(var _this) native;
-
- String get type() { return _get_type(this); }
- static String _get_type(var _this) native;
-
- void set type(String value) { _set_type(this, value); }
- static void _set_type(var _this, String value) native;
-
- String toString() {
- return _toString(this);
- }
- static String _toString(receiver) native;
-
- String get typeName() { return "HTMLAnchorElement"; }
-}

Powered by Google App Engine
This is Rietveld 408576698