Index: client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart |
deleted file mode 100644 |
index 4c373c07d9e2115452e7642ee376a5a0152982ca..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,86 +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 _HTMLFrameElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLFrameElement { |
- _HTMLFrameElementWrappingImplementation() : super() {} |
- |
- static create__HTMLFrameElementWrappingImplementation() native { |
- return new _HTMLFrameElementWrappingImplementation(); |
- } |
- |
- Document get contentDocument() { return _get_contentDocument(this); } |
- static Document _get_contentDocument(var _this) native; |
- |
- DOMWindow get contentWindow() { return _get_contentWindow(this); } |
- static DOMWindow _get_contentWindow(var _this) native; |
- |
- String get frameBorder() { return _get_frameBorder(this); } |
- static String _get_frameBorder(var _this) native; |
- |
- void set frameBorder(String value) { _set_frameBorder(this, value); } |
- static void _set_frameBorder(var _this, String value) native; |
- |
- int get height() { return _get_height(this); } |
- static int _get_height(var _this) native; |
- |
- String get location() { return _get_location(this); } |
- static String _get_location(var _this) native; |
- |
- void set location(String value) { _set_location(this, value); } |
- static void _set_location(var _this, String value) native; |
- |
- String get longDesc() { return _get_longDesc(this); } |
- static String _get_longDesc(var _this) native; |
- |
- void set longDesc(String value) { _set_longDesc(this, value); } |
- static void _set_longDesc(var _this, String value) native; |
- |
- String get marginHeight() { return _get_marginHeight(this); } |
- static String _get_marginHeight(var _this) native; |
- |
- void set marginHeight(String value) { _set_marginHeight(this, value); } |
- static void _set_marginHeight(var _this, String value) native; |
- |
- String get marginWidth() { return _get_marginWidth(this); } |
- static String _get_marginWidth(var _this) native; |
- |
- void set marginWidth(String value) { _set_marginWidth(this, value); } |
- static void _set_marginWidth(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; |
- |
- bool get noResize() { return _get_noResize(this); } |
- static bool _get_noResize(var _this) native; |
- |
- void set noResize(bool value) { _set_noResize(this, value); } |
- static void _set_noResize(var _this, bool value) native; |
- |
- String get scrolling() { return _get_scrolling(this); } |
- static String _get_scrolling(var _this) native; |
- |
- void set scrolling(String value) { _set_scrolling(this, value); } |
- static void _set_scrolling(var _this, String value) native; |
- |
- String get src() { return _get_src(this); } |
- static String _get_src(var _this) native; |
- |
- void set src(String value) { _set_src(this, value); } |
- static void _set_src(var _this, String value) native; |
- |
- int get width() { return _get_width(this); } |
- static int _get_width(var _this) native; |
- |
- SVGDocument getSVGDocument() { |
- return _getSVGDocument(this); |
- } |
- static SVGDocument _getSVGDocument(receiver) native; |
- |
- String get typeName() { return "HTMLFrameElement"; } |
-} |