| Index: client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart b/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart
|
| index 9fdf51978ced6d3220abd4a7b55aa17d2c9d653d..560fb7a6ebf88a0b84d61fde268414b3747e6a20 100644
|
| --- a/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_HTMLAppletElementWrappingImplementation.dart
|
| @@ -11,71 +11,71 @@ class _HTMLAppletElementWrappingImplementation extends _HTMLElementWrappingImple
|
| return new _HTMLAppletElementWrappingImplementation();
|
| }
|
|
|
| - String get align() { return _get__HTMLAppletElement_align(this); }
|
| - static String _get__HTMLAppletElement_align(var _this) native;
|
| + String get align() { return _get_align(this); }
|
| + static String _get_align(var _this) native;
|
|
|
| - void set align(String value) { _set__HTMLAppletElement_align(this, value); }
|
| - static void _set__HTMLAppletElement_align(var _this, String value) native;
|
| + void set align(String value) { _set_align(this, value); }
|
| + static void _set_align(var _this, String value) native;
|
|
|
| - String get alt() { return _get__HTMLAppletElement_alt(this); }
|
| - static String _get__HTMLAppletElement_alt(var _this) native;
|
| + String get alt() { return _get_alt(this); }
|
| + static String _get_alt(var _this) native;
|
|
|
| - void set alt(String value) { _set__HTMLAppletElement_alt(this, value); }
|
| - static void _set__HTMLAppletElement_alt(var _this, String value) native;
|
| + void set alt(String value) { _set_alt(this, value); }
|
| + static void _set_alt(var _this, String value) native;
|
|
|
| - String get archive() { return _get__HTMLAppletElement_archive(this); }
|
| - static String _get__HTMLAppletElement_archive(var _this) native;
|
| + String get archive() { return _get_archive(this); }
|
| + static String _get_archive(var _this) native;
|
|
|
| - void set archive(String value) { _set__HTMLAppletElement_archive(this, value); }
|
| - static void _set__HTMLAppletElement_archive(var _this, String value) native;
|
| + void set archive(String value) { _set_archive(this, value); }
|
| + static void _set_archive(var _this, String value) native;
|
|
|
| - String get code() { return _get__HTMLAppletElement_code(this); }
|
| - static String _get__HTMLAppletElement_code(var _this) native;
|
| + String get code() { return _get_code(this); }
|
| + static String _get_code(var _this) native;
|
|
|
| - void set code(String value) { _set__HTMLAppletElement_code(this, value); }
|
| - static void _set__HTMLAppletElement_code(var _this, String value) native;
|
| + void set code(String value) { _set_code(this, value); }
|
| + static void _set_code(var _this, String value) native;
|
|
|
| - String get codeBase() { return _get__HTMLAppletElement_codeBase(this); }
|
| - static String _get__HTMLAppletElement_codeBase(var _this) native;
|
| + String get codeBase() { return _get_codeBase(this); }
|
| + static String _get_codeBase(var _this) native;
|
|
|
| - void set codeBase(String value) { _set__HTMLAppletElement_codeBase(this, value); }
|
| - static void _set__HTMLAppletElement_codeBase(var _this, String value) native;
|
| + void set codeBase(String value) { _set_codeBase(this, value); }
|
| + static void _set_codeBase(var _this, String value) native;
|
|
|
| - String get height() { return _get__HTMLAppletElement_height(this); }
|
| - static String _get__HTMLAppletElement_height(var _this) native;
|
| + String get height() { return _get_height(this); }
|
| + static String _get_height(var _this) native;
|
|
|
| - void set height(String value) { _set__HTMLAppletElement_height(this, value); }
|
| - static void _set__HTMLAppletElement_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 hspace() { return _get__HTMLAppletElement_hspace(this); }
|
| - static String _get__HTMLAppletElement_hspace(var _this) native;
|
| + String get hspace() { return _get_hspace(this); }
|
| + static String _get_hspace(var _this) native;
|
|
|
| - void set hspace(String value) { _set__HTMLAppletElement_hspace(this, value); }
|
| - static void _set__HTMLAppletElement_hspace(var _this, String value) native;
|
| + void set hspace(String value) { _set_hspace(this, value); }
|
| + static void _set_hspace(var _this, String value) native;
|
|
|
| - String get name() { return _get__HTMLAppletElement_name(this); }
|
| - static String _get__HTMLAppletElement_name(var _this) native;
|
| + String get name() { return _get_name(this); }
|
| + static String _get_name(var _this) native;
|
|
|
| - void set name(String value) { _set__HTMLAppletElement_name(this, value); }
|
| - static void _set__HTMLAppletElement_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 object() { return _get__HTMLAppletElement_object(this); }
|
| - static String _get__HTMLAppletElement_object(var _this) native;
|
| + String get object() { return _get_object(this); }
|
| + static String _get_object(var _this) native;
|
|
|
| - void set object(String value) { _set__HTMLAppletElement_object(this, value); }
|
| - static void _set__HTMLAppletElement_object(var _this, String value) native;
|
| + void set object(String value) { _set_object(this, value); }
|
| + static void _set_object(var _this, String value) native;
|
|
|
| - String get vspace() { return _get__HTMLAppletElement_vspace(this); }
|
| - static String _get__HTMLAppletElement_vspace(var _this) native;
|
| + String get vspace() { return _get_vspace(this); }
|
| + static String _get_vspace(var _this) native;
|
|
|
| - void set vspace(String value) { _set__HTMLAppletElement_vspace(this, value); }
|
| - static void _set__HTMLAppletElement_vspace(var _this, String value) native;
|
| + void set vspace(String value) { _set_vspace(this, value); }
|
| + static void _set_vspace(var _this, String value) native;
|
|
|
| - String get width() { return _get__HTMLAppletElement_width(this); }
|
| - static String _get__HTMLAppletElement_width(var _this) native;
|
| + String get width() { return _get_width(this); }
|
| + static String _get_width(var _this) native;
|
|
|
| - void set width(String value) { _set__HTMLAppletElement_width(this, value); }
|
| - static void _set__HTMLAppletElement_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 "HTMLAppletElement"; }
|
| }
|
|
|