| 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
|
| index 6b5bfd6dab2444ccdc4e09fbbe6cee46fb40c530..d501ebf2197e6c053dd33bd9ba64fa516a22c3f1 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLFrameElementWrappingImplementation.dart
|
| @@ -11,71 +11,71 @@ class _HTMLFrameElementWrappingImplementation extends _HTMLElementWrappingImplem
|
| return new _HTMLFrameElementWrappingImplementation();
|
| }
|
|
|
| - Document get contentDocument() { return _get__HTMLFrameElement_contentDocument(this); }
|
| - static Document _get__HTMLFrameElement_contentDocument(var _this) native;
|
| + Document get contentDocument() { return _get_contentDocument(this); }
|
| + static Document _get_contentDocument(var _this) native;
|
|
|
| - DOMWindow get contentWindow() { return _get__HTMLFrameElement_contentWindow(this); }
|
| - static DOMWindow _get__HTMLFrameElement_contentWindow(var _this) native;
|
| + DOMWindow get contentWindow() { return _get_contentWindow(this); }
|
| + static DOMWindow _get_contentWindow(var _this) native;
|
|
|
| - String get frameBorder() { return _get__HTMLFrameElement_frameBorder(this); }
|
| - static String _get__HTMLFrameElement_frameBorder(var _this) native;
|
| + String get frameBorder() { return _get_frameBorder(this); }
|
| + static String _get_frameBorder(var _this) native;
|
|
|
| - void set frameBorder(String value) { _set__HTMLFrameElement_frameBorder(this, value); }
|
| - static void _set__HTMLFrameElement_frameBorder(var _this, String value) native;
|
| + void set frameBorder(String value) { _set_frameBorder(this, value); }
|
| + static void _set_frameBorder(var _this, String value) native;
|
|
|
| - int get height() { return _get__HTMLFrameElement_height(this); }
|
| - static int _get__HTMLFrameElement_height(var _this) native;
|
| + int get height() { return _get_height(this); }
|
| + static int _get_height(var _this) native;
|
|
|
| - String get location() { return _get__HTMLFrameElement_location(this); }
|
| - static String _get__HTMLFrameElement_location(var _this) native;
|
| + String get location() { return _get_location(this); }
|
| + static String _get_location(var _this) native;
|
|
|
| - void set location(String value) { _set__HTMLFrameElement_location(this, value); }
|
| - static void _set__HTMLFrameElement_location(var _this, String value) native;
|
| + void set location(String value) { _set_location(this, value); }
|
| + static void _set_location(var _this, String value) native;
|
|
|
| - String get longDesc() { return _get__HTMLFrameElement_longDesc(this); }
|
| - static String _get__HTMLFrameElement_longDesc(var _this) native;
|
| + String get longDesc() { return _get_longDesc(this); }
|
| + static String _get_longDesc(var _this) native;
|
|
|
| - void set longDesc(String value) { _set__HTMLFrameElement_longDesc(this, value); }
|
| - static void _set__HTMLFrameElement_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__HTMLFrameElement_marginHeight(this); }
|
| - static String _get__HTMLFrameElement_marginHeight(var _this) native;
|
| + String get marginHeight() { return _get_marginHeight(this); }
|
| + static String _get_marginHeight(var _this) native;
|
|
|
| - void set marginHeight(String value) { _set__HTMLFrameElement_marginHeight(this, value); }
|
| - static void _set__HTMLFrameElement_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__HTMLFrameElement_marginWidth(this); }
|
| - static String _get__HTMLFrameElement_marginWidth(var _this) native;
|
| + String get marginWidth() { return _get_marginWidth(this); }
|
| + static String _get_marginWidth(var _this) native;
|
|
|
| - void set marginWidth(String value) { _set__HTMLFrameElement_marginWidth(this, value); }
|
| - static void _set__HTMLFrameElement_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__HTMLFrameElement_name(this); }
|
| - static String _get__HTMLFrameElement_name(var _this) native;
|
| + String get name() { return _get_name(this); }
|
| + static String _get_name(var _this) native;
|
|
|
| - void set name(String value) { _set__HTMLFrameElement_name(this, value); }
|
| - static void _set__HTMLFrameElement_name(var _this, String value) native;
|
| + void set name(String value) { _set_name(this, value); }
|
| + static void _set_name(var _this, String value) native;
|
|
|
| - bool get noResize() { return _get__HTMLFrameElement_noResize(this); }
|
| - static bool _get__HTMLFrameElement_noResize(var _this) native;
|
| + bool get noResize() { return _get_noResize(this); }
|
| + static bool _get_noResize(var _this) native;
|
|
|
| - void set noResize(bool value) { _set__HTMLFrameElement_noResize(this, value); }
|
| - static void _set__HTMLFrameElement_noResize(var _this, bool value) native;
|
| + void set noResize(bool value) { _set_noResize(this, value); }
|
| + static void _set_noResize(var _this, bool value) native;
|
|
|
| - String get scrolling() { return _get__HTMLFrameElement_scrolling(this); }
|
| - static String _get__HTMLFrameElement_scrolling(var _this) native;
|
| + String get scrolling() { return _get_scrolling(this); }
|
| + static String _get_scrolling(var _this) native;
|
|
|
| - void set scrolling(String value) { _set__HTMLFrameElement_scrolling(this, value); }
|
| - static void _set__HTMLFrameElement_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__HTMLFrameElement_src(this); }
|
| - static String _get__HTMLFrameElement_src(var _this) native;
|
| + String get src() { return _get_src(this); }
|
| + static String _get_src(var _this) native;
|
|
|
| - void set src(String value) { _set__HTMLFrameElement_src(this, value); }
|
| - static void _set__HTMLFrameElement_src(var _this, String value) native;
|
| + void set src(String value) { _set_src(this, value); }
|
| + static void _set_src(var _this, String value) native;
|
|
|
| - int get width() { return _get__HTMLFrameElement_width(this); }
|
| - static int _get__HTMLFrameElement_width(var _this) native;
|
| + int get width() { return _get_width(this); }
|
| + static int _get_width(var _this) native;
|
|
|
| String get typeName() { return "HTMLFrameElement"; }
|
| }
|
|
|