| 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
|
| index b567930f5054afcfe1cbed889ae9fc64b875e961..f2cfd9c8b2f1f61a9fbae3f9131fac168d018ae2 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart
|
| @@ -11,77 +11,77 @@ class _HTMLIFrameElementWrappingImplementation extends _HTMLElementWrappingImple
|
| return new _HTMLIFrameElementWrappingImplementation();
|
| }
|
|
|
| - String get align() { return _get__HTMLIFrameElement_align(this); }
|
| - static String _get__HTMLIFrameElement_align(var _this) native;
|
| + String get align() { return _get_align(this); }
|
| + static String _get_align(var _this) native;
|
|
|
| - void set align(String value) { _set__HTMLIFrameElement_align(this, value); }
|
| - static void _set__HTMLIFrameElement_align(var _this, String value) native;
|
| + void set align(String value) { _set_align(this, value); }
|
| + static void _set_align(var _this, String value) native;
|
|
|
| - Document get contentDocument() { return _get__HTMLIFrameElement_contentDocument(this); }
|
| - static Document _get__HTMLIFrameElement_contentDocument(var _this) native;
|
| + Document get contentDocument() { return _get_contentDocument(this); }
|
| + static Document _get_contentDocument(var _this) native;
|
|
|
| - DOMWindow get contentWindow() { return _get__HTMLIFrameElement_contentWindow(this); }
|
| - static DOMWindow _get__HTMLIFrameElement_contentWindow(var _this) native;
|
| + DOMWindow get contentWindow() { return _get_contentWindow(this); }
|
| + static DOMWindow _get_contentWindow(var _this) native;
|
|
|
| - String get frameBorder() { return _get__HTMLIFrameElement_frameBorder(this); }
|
| - static String _get__HTMLIFrameElement_frameBorder(var _this) native;
|
| + String get frameBorder() { return _get_frameBorder(this); }
|
| + static String _get_frameBorder(var _this) native;
|
|
|
| - void set frameBorder(String value) { _set__HTMLIFrameElement_frameBorder(this, value); }
|
| - static void _set__HTMLIFrameElement_frameBorder(var _this, String value) native;
|
| + void set frameBorder(String value) { _set_frameBorder(this, value); }
|
| + static void _set_frameBorder(var _this, String value) native;
|
|
|
| - String get height() { return _get__HTMLIFrameElement_height(this); }
|
| - static String _get__HTMLIFrameElement_height(var _this) native;
|
| + String get height() { return _get_height(this); }
|
| + static String _get_height(var _this) native;
|
|
|
| - void set height(String value) { _set__HTMLIFrameElement_height(this, value); }
|
| - static void _set__HTMLIFrameElement_height(var _this, String value) native;
|
| + void set height(String value) { _set_height(this, value); }
|
| + static void _set_height(var _this, String value) native;
|
|
|
| - String get longDesc() { return _get__HTMLIFrameElement_longDesc(this); }
|
| - static String _get__HTMLIFrameElement_longDesc(var _this) native;
|
| + String get longDesc() { return _get_longDesc(this); }
|
| + static String _get_longDesc(var _this) native;
|
|
|
| - void set longDesc(String value) { _set__HTMLIFrameElement_longDesc(this, value); }
|
| - static void _set__HTMLIFrameElement_longDesc(var _this, String value) native;
|
| + void set longDesc(String value) { _set_longDesc(this, value); }
|
| + static void _set_longDesc(var _this, String value) native;
|
|
|
| - String get marginHeight() { return _get__HTMLIFrameElement_marginHeight(this); }
|
| - static String _get__HTMLIFrameElement_marginHeight(var _this) native;
|
| + String get marginHeight() { return _get_marginHeight(this); }
|
| + static String _get_marginHeight(var _this) native;
|
|
|
| - void set marginHeight(String value) { _set__HTMLIFrameElement_marginHeight(this, value); }
|
| - static void _set__HTMLIFrameElement_marginHeight(var _this, String value) native;
|
| + void set marginHeight(String value) { _set_marginHeight(this, value); }
|
| + static void _set_marginHeight(var _this, String value) native;
|
|
|
| - String get marginWidth() { return _get__HTMLIFrameElement_marginWidth(this); }
|
| - static String _get__HTMLIFrameElement_marginWidth(var _this) native;
|
| + String get marginWidth() { return _get_marginWidth(this); }
|
| + static String _get_marginWidth(var _this) native;
|
|
|
| - void set marginWidth(String value) { _set__HTMLIFrameElement_marginWidth(this, value); }
|
| - static void _set__HTMLIFrameElement_marginWidth(var _this, String value) native;
|
| + void set marginWidth(String value) { _set_marginWidth(this, value); }
|
| + static void _set_marginWidth(var _this, String value) native;
|
|
|
| - String get name() { return _get__HTMLIFrameElement_name(this); }
|
| - static String _get__HTMLIFrameElement_name(var _this) native;
|
| + String get name() { return _get_name(this); }
|
| + static String _get_name(var _this) native;
|
|
|
| - void set name(String value) { _set__HTMLIFrameElement_name(this, value); }
|
| - static void _set__HTMLIFrameElement_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 sandbox() { return _get__HTMLIFrameElement_sandbox(this); }
|
| - static String _get__HTMLIFrameElement_sandbox(var _this) native;
|
| + String get sandbox() { return _get_sandbox(this); }
|
| + static String _get_sandbox(var _this) native;
|
|
|
| - void set sandbox(String value) { _set__HTMLIFrameElement_sandbox(this, value); }
|
| - static void _set__HTMLIFrameElement_sandbox(var _this, String value) native;
|
| + void set sandbox(String value) { _set_sandbox(this, value); }
|
| + static void _set_sandbox(var _this, String value) native;
|
|
|
| - String get scrolling() { return _get__HTMLIFrameElement_scrolling(this); }
|
| - static String _get__HTMLIFrameElement_scrolling(var _this) native;
|
| + String get scrolling() { return _get_scrolling(this); }
|
| + static String _get_scrolling(var _this) native;
|
|
|
| - void set scrolling(String value) { _set__HTMLIFrameElement_scrolling(this, value); }
|
| - static void _set__HTMLIFrameElement_scrolling(var _this, String value) native;
|
| + void set scrolling(String value) { _set_scrolling(this, value); }
|
| + static void _set_scrolling(var _this, String value) native;
|
|
|
| - String get src() { return _get__HTMLIFrameElement_src(this); }
|
| - static String _get__HTMLIFrameElement_src(var _this) native;
|
| + String get src() { return _get_src(this); }
|
| + static String _get_src(var _this) native;
|
|
|
| - void set src(String value) { _set__HTMLIFrameElement_src(this, value); }
|
| - static void _set__HTMLIFrameElement_src(var _this, String value) native;
|
| + void set src(String value) { _set_src(this, value); }
|
| + static void _set_src(var _this, String value) native;
|
|
|
| - String get width() { return _get__HTMLIFrameElement_width(this); }
|
| - static String _get__HTMLIFrameElement_width(var _this) native;
|
| + String get width() { return _get_width(this); }
|
| + static String _get_width(var _this) native;
|
|
|
| - void set width(String value) { _set__HTMLIFrameElement_width(this, value); }
|
| - static void _set__HTMLIFrameElement_width(var _this, String value) native;
|
| + void set width(String value) { _set_width(this, value); }
|
| + static void _set_width(var _this, String value) native;
|
|
|
| String get typeName() { return "HTMLIFrameElement"; }
|
| }
|
|
|