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

Unified Diff: client/html/generated/html/dartium/FrameElement.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/html/generated/html/dartium/FrameElement.dart
diff --git a/client/html/generated/html/dartium/FrameElement.dart b/client/html/generated/html/dartium/FrameElement.dart
deleted file mode 100644
index e904c6c01113450da13f7a45a02a0a46d75c47ec..0000000000000000000000000000000000000000
--- a/client/html/generated/html/dartium/FrameElement.dart
+++ /dev/null
@@ -1,52 +0,0 @@
-
-class _FrameElementImpl extends _ElementImpl implements FrameElement {
- _FrameElementImpl._wrap(ptr) : super._wrap(ptr);
-
- Document get contentDocument() => _FixHtmlDocumentReference(_wrap(_ptr.contentDocument));
-
- Window get contentWindow() => _wrap(_ptr.contentWindow);
-
- String get frameBorder() => _wrap(_ptr.frameBorder);
-
- void set frameBorder(String value) { _ptr.frameBorder = _unwrap(value); }
-
- int get height() => _wrap(_ptr.height);
-
- String get location() => _wrap(_ptr.location);
-
- void set location(String value) { _ptr.location = _unwrap(value); }
-
- String get longDesc() => _wrap(_ptr.longDesc);
-
- void set longDesc(String value) { _ptr.longDesc = _unwrap(value); }
-
- String get marginHeight() => _wrap(_ptr.marginHeight);
-
- void set marginHeight(String value) { _ptr.marginHeight = _unwrap(value); }
-
- String get marginWidth() => _wrap(_ptr.marginWidth);
-
- void set marginWidth(String value) { _ptr.marginWidth = _unwrap(value); }
-
- String get name() => _wrap(_ptr.name);
-
- void set name(String value) { _ptr.name = _unwrap(value); }
-
- bool get noResize() => _wrap(_ptr.noResize);
-
- void set noResize(bool value) { _ptr.noResize = _unwrap(value); }
-
- String get scrolling() => _wrap(_ptr.scrolling);
-
- void set scrolling(String value) { _ptr.scrolling = _unwrap(value); }
-
- String get src() => _wrap(_ptr.src);
-
- void set src(String value) { _ptr.src = _unwrap(value); }
-
- int get width() => _wrap(_ptr.width);
-
- SVGDocument getSVGDocument() {
- return _wrap(_ptr.getSVGDocument());
- }
-}
« no previous file with comments | « client/html/generated/html/dartium/FormElement.dart ('k') | client/html/generated/html/dartium/FrameSetElement.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698