Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Side by Side Diff: client/dom/generated/src/wrapping/_HTMLIFrameElementWrappingImplementation.dart

Issue 8548010: Wrapper dom changes in preparation for SVG (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tweak Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 // WARNING: Do not edit - generated code. 5 // WARNING: Do not edit - generated code.
6 6
7 class _HTMLIFrameElementWrappingImplementation extends _HTMLElementWrappingImple mentation implements HTMLIFrameElement { 7 class _HTMLIFrameElementWrappingImplementation extends _HTMLElementWrappingImple mentation implements HTMLIFrameElement {
8 _HTMLIFrameElementWrappingImplementation() : super() {} 8 _HTMLIFrameElementWrappingImplementation() : super() {}
9 9
10 static create__HTMLIFrameElementWrappingImplementation() native { 10 static create__HTMLIFrameElementWrappingImplementation() native {
11 return new _HTMLIFrameElementWrappingImplementation(); 11 return new _HTMLIFrameElementWrappingImplementation();
12 } 12 }
13 13
14 String get align() { return _get__HTMLIFrameElement_align(this); } 14 String get align() { return _get_align(this); }
15 static String _get__HTMLIFrameElement_align(var _this) native; 15 static String _get_align(var _this) native;
16 16
17 void set align(String value) { _set__HTMLIFrameElement_align(this, value); } 17 void set align(String value) { _set_align(this, value); }
18 static void _set__HTMLIFrameElement_align(var _this, String value) native; 18 static void _set_align(var _this, String value) native;
19 19
20 Document get contentDocument() { return _get__HTMLIFrameElement_contentDocumen t(this); } 20 Document get contentDocument() { return _get_contentDocument(this); }
21 static Document _get__HTMLIFrameElement_contentDocument(var _this) native; 21 static Document _get_contentDocument(var _this) native;
22 22
23 DOMWindow get contentWindow() { return _get__HTMLIFrameElement_contentWindow(t his); } 23 DOMWindow get contentWindow() { return _get_contentWindow(this); }
24 static DOMWindow _get__HTMLIFrameElement_contentWindow(var _this) native; 24 static DOMWindow _get_contentWindow(var _this) native;
25 25
26 String get frameBorder() { return _get__HTMLIFrameElement_frameBorder(this); } 26 String get frameBorder() { return _get_frameBorder(this); }
27 static String _get__HTMLIFrameElement_frameBorder(var _this) native; 27 static String _get_frameBorder(var _this) native;
28 28
29 void set frameBorder(String value) { _set__HTMLIFrameElement_frameBorder(this, value); } 29 void set frameBorder(String value) { _set_frameBorder(this, value); }
30 static void _set__HTMLIFrameElement_frameBorder(var _this, String value) nativ e; 30 static void _set_frameBorder(var _this, String value) native;
31 31
32 String get height() { return _get__HTMLIFrameElement_height(this); } 32 String get height() { return _get_height(this); }
33 static String _get__HTMLIFrameElement_height(var _this) native; 33 static String _get_height(var _this) native;
34 34
35 void set height(String value) { _set__HTMLIFrameElement_height(this, value); } 35 void set height(String value) { _set_height(this, value); }
36 static void _set__HTMLIFrameElement_height(var _this, String value) native; 36 static void _set_height(var _this, String value) native;
37 37
38 String get longDesc() { return _get__HTMLIFrameElement_longDesc(this); } 38 String get longDesc() { return _get_longDesc(this); }
39 static String _get__HTMLIFrameElement_longDesc(var _this) native; 39 static String _get_longDesc(var _this) native;
40 40
41 void set longDesc(String value) { _set__HTMLIFrameElement_longDesc(this, value ); } 41 void set longDesc(String value) { _set_longDesc(this, value); }
42 static void _set__HTMLIFrameElement_longDesc(var _this, String value) native; 42 static void _set_longDesc(var _this, String value) native;
43 43
44 String get marginHeight() { return _get__HTMLIFrameElement_marginHeight(this); } 44 String get marginHeight() { return _get_marginHeight(this); }
45 static String _get__HTMLIFrameElement_marginHeight(var _this) native; 45 static String _get_marginHeight(var _this) native;
46 46
47 void set marginHeight(String value) { _set__HTMLIFrameElement_marginHeight(thi s, value); } 47 void set marginHeight(String value) { _set_marginHeight(this, value); }
48 static void _set__HTMLIFrameElement_marginHeight(var _this, String value) nati ve; 48 static void _set_marginHeight(var _this, String value) native;
49 49
50 String get marginWidth() { return _get__HTMLIFrameElement_marginWidth(this); } 50 String get marginWidth() { return _get_marginWidth(this); }
51 static String _get__HTMLIFrameElement_marginWidth(var _this) native; 51 static String _get_marginWidth(var _this) native;
52 52
53 void set marginWidth(String value) { _set__HTMLIFrameElement_marginWidth(this, value); } 53 void set marginWidth(String value) { _set_marginWidth(this, value); }
54 static void _set__HTMLIFrameElement_marginWidth(var _this, String value) nativ e; 54 static void _set_marginWidth(var _this, String value) native;
55 55
56 String get name() { return _get__HTMLIFrameElement_name(this); } 56 String get name() { return _get_name(this); }
57 static String _get__HTMLIFrameElement_name(var _this) native; 57 static String _get_name(var _this) native;
58 58
59 void set name(String value) { _set__HTMLIFrameElement_name(this, value); } 59 void set name(String value) { _set_name(this, value); }
60 static void _set__HTMLIFrameElement_name(var _this, String value) native; 60 static void _set_name(var _this, String value) native;
61 61
62 String get sandbox() { return _get__HTMLIFrameElement_sandbox(this); } 62 String get sandbox() { return _get_sandbox(this); }
63 static String _get__HTMLIFrameElement_sandbox(var _this) native; 63 static String _get_sandbox(var _this) native;
64 64
65 void set sandbox(String value) { _set__HTMLIFrameElement_sandbox(this, value); } 65 void set sandbox(String value) { _set_sandbox(this, value); }
66 static void _set__HTMLIFrameElement_sandbox(var _this, String value) native; 66 static void _set_sandbox(var _this, String value) native;
67 67
68 String get scrolling() { return _get__HTMLIFrameElement_scrolling(this); } 68 String get scrolling() { return _get_scrolling(this); }
69 static String _get__HTMLIFrameElement_scrolling(var _this) native; 69 static String _get_scrolling(var _this) native;
70 70
71 void set scrolling(String value) { _set__HTMLIFrameElement_scrolling(this, val ue); } 71 void set scrolling(String value) { _set_scrolling(this, value); }
72 static void _set__HTMLIFrameElement_scrolling(var _this, String value) native; 72 static void _set_scrolling(var _this, String value) native;
73 73
74 String get src() { return _get__HTMLIFrameElement_src(this); } 74 String get src() { return _get_src(this); }
75 static String _get__HTMLIFrameElement_src(var _this) native; 75 static String _get_src(var _this) native;
76 76
77 void set src(String value) { _set__HTMLIFrameElement_src(this, value); } 77 void set src(String value) { _set_src(this, value); }
78 static void _set__HTMLIFrameElement_src(var _this, String value) native; 78 static void _set_src(var _this, String value) native;
79 79
80 String get width() { return _get__HTMLIFrameElement_width(this); } 80 String get width() { return _get_width(this); }
81 static String _get__HTMLIFrameElement_width(var _this) native; 81 static String _get_width(var _this) native;
82 82
83 void set width(String value) { _set__HTMLIFrameElement_width(this, value); } 83 void set width(String value) { _set_width(this, value); }
84 static void _set__HTMLIFrameElement_width(var _this, String value) native; 84 static void _set_width(var _this, String value) native;
85 85
86 String get typeName() { return "HTMLIFrameElement"; } 86 String get typeName() { return "HTMLIFrameElement"; }
87 } 87 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698