Index: client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart |
diff --git a/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart |
deleted file mode 100644 |
index 4eee2d6fc0dd54ffb63ac70473407ba8d687312b..0000000000000000000000000000000000000000 |
--- a/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart |
+++ /dev/null |
@@ -1,92 +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 _HTMLIFrameElementWrappingImplementation extends _HTMLElementWrappingImplementation implements HTMLIFrameElement { |
- _HTMLIFrameElementWrappingImplementation() : super() {} |
- |
- static create__HTMLIFrameElementWrappingImplementation() native { |
- return new _HTMLIFrameElementWrappingImplementation(); |
- } |
- |
- String get align() { return _get_align(this); } |
- static String _get_align(var _this) native; |
- |
- void set align(String value) { _set_align(this, value); } |
- static void _set_align(var _this, String value) native; |
- |
- 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; |
- |
- String get height() { return _get_height(this); } |
- static String _get_height(var _this) native; |
- |
- void set height(String value) { _set_height(this, value); } |
- static void _set_height(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; |
- |
- String get sandbox() { return _get_sandbox(this); } |
- static String _get_sandbox(var _this) native; |
- |
- void set sandbox(String value) { _set_sandbox(this, value); } |
- static void _set_sandbox(var _this, String 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; |
- |
- String get width() { return _get_width(this); } |
- static String _get_width(var _this) native; |
- |
- void set width(String value) { _set_width(this, value); } |
- static void _set_width(var _this, String value) native; |
- |
- SVGDocument getSVGDocument() { |
- return _getSVGDocument(this); |
- } |
- static SVGDocument _getSVGDocument(receiver) native; |
- |
- String get typeName() { return "HTMLIFrameElement"; } |
-} |