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

Side by Side Diff: client/dom/generated/src/wrapping/_HTMLBodyElementWrappingImplementation.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 _HTMLBodyElementWrappingImplementation extends _HTMLElementWrappingImpleme ntation implements HTMLBodyElement { 7 class _HTMLBodyElementWrappingImplementation extends _HTMLElementWrappingImpleme ntation implements HTMLBodyElement {
8 _HTMLBodyElementWrappingImplementation() : super() {} 8 _HTMLBodyElementWrappingImplementation() : super() {}
9 9
10 static create__HTMLBodyElementWrappingImplementation() native { 10 static create__HTMLBodyElementWrappingImplementation() native {
11 return new _HTMLBodyElementWrappingImplementation(); 11 return new _HTMLBodyElementWrappingImplementation();
12 } 12 }
13 13
14 String get aLink() { return _get__HTMLBodyElement_aLink(this); } 14 String get aLink() { return _get_aLink(this); }
15 static String _get__HTMLBodyElement_aLink(var _this) native; 15 static String _get_aLink(var _this) native;
16 16
17 void set aLink(String value) { _set__HTMLBodyElement_aLink(this, value); } 17 void set aLink(String value) { _set_aLink(this, value); }
18 static void _set__HTMLBodyElement_aLink(var _this, String value) native; 18 static void _set_aLink(var _this, String value) native;
19 19
20 String get background() { return _get__HTMLBodyElement_background(this); } 20 String get background() { return _get_background(this); }
21 static String _get__HTMLBodyElement_background(var _this) native; 21 static String _get_background(var _this) native;
22 22
23 void set background(String value) { _set__HTMLBodyElement_background(this, val ue); } 23 void set background(String value) { _set_background(this, value); }
24 static void _set__HTMLBodyElement_background(var _this, String value) native; 24 static void _set_background(var _this, String value) native;
25 25
26 String get bgColor() { return _get__HTMLBodyElement_bgColor(this); } 26 String get bgColor() { return _get_bgColor(this); }
27 static String _get__HTMLBodyElement_bgColor(var _this) native; 27 static String _get_bgColor(var _this) native;
28 28
29 void set bgColor(String value) { _set__HTMLBodyElement_bgColor(this, value); } 29 void set bgColor(String value) { _set_bgColor(this, value); }
30 static void _set__HTMLBodyElement_bgColor(var _this, String value) native; 30 static void _set_bgColor(var _this, String value) native;
31 31
32 String get link() { return _get__HTMLBodyElement_link(this); } 32 String get link() { return _get_link(this); }
33 static String _get__HTMLBodyElement_link(var _this) native; 33 static String _get_link(var _this) native;
34 34
35 void set link(String value) { _set__HTMLBodyElement_link(this, value); } 35 void set link(String value) { _set_link(this, value); }
36 static void _set__HTMLBodyElement_link(var _this, String value) native; 36 static void _set_link(var _this, String value) native;
37 37
38 EventListener get onbeforeunload() { return _get__HTMLBodyElement_onbeforeunlo ad(this); } 38 EventListener get onbeforeunload() { return _get_onbeforeunload(this); }
39 static EventListener _get__HTMLBodyElement_onbeforeunload(var _this) native; 39 static EventListener _get_onbeforeunload(var _this) native;
40 40
41 void set onbeforeunload(EventListener value) { _set__HTMLBodyElement_onbeforeu nload(this, value); } 41 void set onbeforeunload(EventListener value) { _set_onbeforeunload(this, value ); }
42 static void _set__HTMLBodyElement_onbeforeunload(var _this, EventListener valu e) native; 42 static void _set_onbeforeunload(var _this, EventListener value) native;
43 43
44 EventListener get onblur() { return _get__HTMLBodyElement_onblur(this); } 44 EventListener get onblur() { return _get_onblur_HTMLBodyElement(this); }
45 static EventListener _get__HTMLBodyElement_onblur(var _this) native; 45 static EventListener _get_onblur_HTMLBodyElement(var _this) native;
46 46
47 void set onblur(EventListener value) { _set__HTMLBodyElement_onblur(this, valu e); } 47 void set onblur(EventListener value) { _set_onblur_HTMLBodyElement(this, value ); }
48 static void _set__HTMLBodyElement_onblur(var _this, EventListener value) nativ e; 48 static void _set_onblur_HTMLBodyElement(var _this, EventListener value) native ;
49 49
50 EventListener get onerror() { return _get__HTMLBodyElement_onerror(this); } 50 EventListener get onerror() { return _get_onerror_HTMLBodyElement(this); }
51 static EventListener _get__HTMLBodyElement_onerror(var _this) native; 51 static EventListener _get_onerror_HTMLBodyElement(var _this) native;
52 52
53 void set onerror(EventListener value) { _set__HTMLBodyElement_onerror(this, va lue); } 53 void set onerror(EventListener value) { _set_onerror_HTMLBodyElement(this, val ue); }
54 static void _set__HTMLBodyElement_onerror(var _this, EventListener value) nati ve; 54 static void _set_onerror_HTMLBodyElement(var _this, EventListener value) nativ e;
55 55
56 EventListener get onfocus() { return _get__HTMLBodyElement_onfocus(this); } 56 EventListener get onfocus() { return _get_onfocus_HTMLBodyElement(this); }
57 static EventListener _get__HTMLBodyElement_onfocus(var _this) native; 57 static EventListener _get_onfocus_HTMLBodyElement(var _this) native;
58 58
59 void set onfocus(EventListener value) { _set__HTMLBodyElement_onfocus(this, va lue); } 59 void set onfocus(EventListener value) { _set_onfocus_HTMLBodyElement(this, val ue); }
60 static void _set__HTMLBodyElement_onfocus(var _this, EventListener value) nati ve; 60 static void _set_onfocus_HTMLBodyElement(var _this, EventListener value) nativ e;
61 61
62 EventListener get onhashchange() { return _get__HTMLBodyElement_onhashchange(t his); } 62 EventListener get onhashchange() { return _get_onhashchange(this); }
63 static EventListener _get__HTMLBodyElement_onhashchange(var _this) native; 63 static EventListener _get_onhashchange(var _this) native;
64 64
65 void set onhashchange(EventListener value) { _set__HTMLBodyElement_onhashchang e(this, value); } 65 void set onhashchange(EventListener value) { _set_onhashchange(this, value); }
66 static void _set__HTMLBodyElement_onhashchange(var _this, EventListener value) native; 66 static void _set_onhashchange(var _this, EventListener value) native;
67 67
68 EventListener get onload() { return _get__HTMLBodyElement_onload(this); } 68 EventListener get onload() { return _get_onload_HTMLBodyElement(this); }
69 static EventListener _get__HTMLBodyElement_onload(var _this) native; 69 static EventListener _get_onload_HTMLBodyElement(var _this) native;
70 70
71 void set onload(EventListener value) { _set__HTMLBodyElement_onload(this, valu e); } 71 void set onload(EventListener value) { _set_onload_HTMLBodyElement(this, value ); }
72 static void _set__HTMLBodyElement_onload(var _this, EventListener value) nativ e; 72 static void _set_onload_HTMLBodyElement(var _this, EventListener value) native ;
73 73
74 EventListener get onmessage() { return _get__HTMLBodyElement_onmessage(this); } 74 EventListener get onmessage() { return _get_onmessage(this); }
75 static EventListener _get__HTMLBodyElement_onmessage(var _this) native; 75 static EventListener _get_onmessage(var _this) native;
76 76
77 void set onmessage(EventListener value) { _set__HTMLBodyElement_onmessage(this , value); } 77 void set onmessage(EventListener value) { _set_onmessage(this, value); }
78 static void _set__HTMLBodyElement_onmessage(var _this, EventListener value) na tive; 78 static void _set_onmessage(var _this, EventListener value) native;
79 79
80 EventListener get onoffline() { return _get__HTMLBodyElement_onoffline(this); } 80 EventListener get onoffline() { return _get_onoffline(this); }
81 static EventListener _get__HTMLBodyElement_onoffline(var _this) native; 81 static EventListener _get_onoffline(var _this) native;
82 82
83 void set onoffline(EventListener value) { _set__HTMLBodyElement_onoffline(this , value); } 83 void set onoffline(EventListener value) { _set_onoffline(this, value); }
84 static void _set__HTMLBodyElement_onoffline(var _this, EventListener value) na tive; 84 static void _set_onoffline(var _this, EventListener value) native;
85 85
86 EventListener get ononline() { return _get__HTMLBodyElement_ononline(this); } 86 EventListener get ononline() { return _get_ononline(this); }
87 static EventListener _get__HTMLBodyElement_ononline(var _this) native; 87 static EventListener _get_ononline(var _this) native;
88 88
89 void set ononline(EventListener value) { _set__HTMLBodyElement_ononline(this, value); } 89 void set ononline(EventListener value) { _set_ononline(this, value); }
90 static void _set__HTMLBodyElement_ononline(var _this, EventListener value) nat ive; 90 static void _set_ononline(var _this, EventListener value) native;
91 91
92 EventListener get onorientationchange() { return _get__HTMLBodyElement_onorien tationchange(this); } 92 EventListener get onorientationchange() { return _get_onorientationchange(this ); }
93 static EventListener _get__HTMLBodyElement_onorientationchange(var _this) nati ve; 93 static EventListener _get_onorientationchange(var _this) native;
94 94
95 void set onorientationchange(EventListener value) { _set__HTMLBodyElement_onor ientationchange(this, value); } 95 void set onorientationchange(EventListener value) { _set_onorientationchange(t his, value); }
96 static void _set__HTMLBodyElement_onorientationchange(var _this, EventListener value) native; 96 static void _set_onorientationchange(var _this, EventListener value) native;
97 97
98 EventListener get onpopstate() { return _get__HTMLBodyElement_onpopstate(this) ; } 98 EventListener get onpopstate() { return _get_onpopstate(this); }
99 static EventListener _get__HTMLBodyElement_onpopstate(var _this) native; 99 static EventListener _get_onpopstate(var _this) native;
100 100
101 void set onpopstate(EventListener value) { _set__HTMLBodyElement_onpopstate(th is, value); } 101 void set onpopstate(EventListener value) { _set_onpopstate(this, value); }
102 static void _set__HTMLBodyElement_onpopstate(var _this, EventListener value) n ative; 102 static void _set_onpopstate(var _this, EventListener value) native;
103 103
104 EventListener get onresize() { return _get__HTMLBodyElement_onresize(this); } 104 EventListener get onresize() { return _get_onresize(this); }
105 static EventListener _get__HTMLBodyElement_onresize(var _this) native; 105 static EventListener _get_onresize(var _this) native;
106 106
107 void set onresize(EventListener value) { _set__HTMLBodyElement_onresize(this, value); } 107 void set onresize(EventListener value) { _set_onresize(this, value); }
108 static void _set__HTMLBodyElement_onresize(var _this, EventListener value) nat ive; 108 static void _set_onresize(var _this, EventListener value) native;
109 109
110 EventListener get onstorage() { return _get__HTMLBodyElement_onstorage(this); } 110 EventListener get onstorage() { return _get_onstorage(this); }
111 static EventListener _get__HTMLBodyElement_onstorage(var _this) native; 111 static EventListener _get_onstorage(var _this) native;
112 112
113 void set onstorage(EventListener value) { _set__HTMLBodyElement_onstorage(this , value); } 113 void set onstorage(EventListener value) { _set_onstorage(this, value); }
114 static void _set__HTMLBodyElement_onstorage(var _this, EventListener value) na tive; 114 static void _set_onstorage(var _this, EventListener value) native;
115 115
116 EventListener get onunload() { return _get__HTMLBodyElement_onunload(this); } 116 EventListener get onunload() { return _get_onunload(this); }
117 static EventListener _get__HTMLBodyElement_onunload(var _this) native; 117 static EventListener _get_onunload(var _this) native;
118 118
119 void set onunload(EventListener value) { _set__HTMLBodyElement_onunload(this, value); } 119 void set onunload(EventListener value) { _set_onunload(this, value); }
120 static void _set__HTMLBodyElement_onunload(var _this, EventListener value) nat ive; 120 static void _set_onunload(var _this, EventListener value) native;
121 121
122 String get text() { return _get__HTMLBodyElement_text(this); } 122 String get text() { return _get_text(this); }
123 static String _get__HTMLBodyElement_text(var _this) native; 123 static String _get_text(var _this) native;
124 124
125 void set text(String value) { _set__HTMLBodyElement_text(this, value); } 125 void set text(String value) { _set_text(this, value); }
126 static void _set__HTMLBodyElement_text(var _this, String value) native; 126 static void _set_text(var _this, String value) native;
127 127
128 String get vLink() { return _get__HTMLBodyElement_vLink(this); } 128 String get vLink() { return _get_vLink(this); }
129 static String _get__HTMLBodyElement_vLink(var _this) native; 129 static String _get_vLink(var _this) native;
130 130
131 void set vLink(String value) { _set__HTMLBodyElement_vLink(this, value); } 131 void set vLink(String value) { _set_vLink(this, value); }
132 static void _set__HTMLBodyElement_vLink(var _this, String value) native; 132 static void _set_vLink(var _this, String value) native;
133 133
134 String get typeName() { return "HTMLBodyElement"; } 134 String get typeName() { return "HTMLBodyElement"; }
135 } 135 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698