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

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

Issue 8637013: Remove support for attribute event listeners. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 _HTMLFrameSetElementWrappingImplementation extends _HTMLElementWrappingImp lementation implements HTMLFrameSetElement { 7 class _HTMLFrameSetElementWrappingImplementation extends _HTMLElementWrappingImp lementation implements HTMLFrameSetElement {
8 _HTMLFrameSetElementWrappingImplementation() : super() {} 8 _HTMLFrameSetElementWrappingImplementation() : super() {}
9 9
10 static create__HTMLFrameSetElementWrappingImplementation() native { 10 static create__HTMLFrameSetElementWrappingImplementation() native {
11 return new _HTMLFrameSetElementWrappingImplementation(); 11 return new _HTMLFrameSetElementWrappingImplementation();
12 } 12 }
13 13
14 String get cols() { return _get_cols(this); } 14 String get cols() { return _get_cols(this); }
15 static String _get_cols(var _this) native; 15 static String _get_cols(var _this) native;
16 16
17 void set cols(String value) { _set_cols(this, value); } 17 void set cols(String value) { _set_cols(this, value); }
18 static void _set_cols(var _this, String value) native; 18 static void _set_cols(var _this, String value) native;
19 19
20 EventListener get onbeforeunload() { return _get_onbeforeunload(this); }
21 static EventListener _get_onbeforeunload(var _this) native;
22
23 void set onbeforeunload(EventListener value) { _set_onbeforeunload(this, value ); }
24 static void _set_onbeforeunload(var _this, EventListener value) native;
25
26 EventListener get onblur() { return _get_onblur_HTMLFrameSetElement(this); }
27 static EventListener _get_onblur_HTMLFrameSetElement(var _this) native;
28
29 void set onblur(EventListener value) { _set_onblur_HTMLFrameSetElement(this, v alue); }
30 static void _set_onblur_HTMLFrameSetElement(var _this, EventListener value) na tive;
31
32 EventListener get onerror() { return _get_onerror_HTMLFrameSetElement(this); }
33 static EventListener _get_onerror_HTMLFrameSetElement(var _this) native;
34
35 void set onerror(EventListener value) { _set_onerror_HTMLFrameSetElement(this, value); }
36 static void _set_onerror_HTMLFrameSetElement(var _this, EventListener value) n ative;
37
38 EventListener get onfocus() { return _get_onfocus_HTMLFrameSetElement(this); }
39 static EventListener _get_onfocus_HTMLFrameSetElement(var _this) native;
40
41 void set onfocus(EventListener value) { _set_onfocus_HTMLFrameSetElement(this, value); }
42 static void _set_onfocus_HTMLFrameSetElement(var _this, EventListener value) n ative;
43
44 EventListener get onhashchange() { return _get_onhashchange(this); }
45 static EventListener _get_onhashchange(var _this) native;
46
47 void set onhashchange(EventListener value) { _set_onhashchange(this, value); }
48 static void _set_onhashchange(var _this, EventListener value) native;
49
50 EventListener get onload() { return _get_onload_HTMLFrameSetElement(this); }
51 static EventListener _get_onload_HTMLFrameSetElement(var _this) native;
52
53 void set onload(EventListener value) { _set_onload_HTMLFrameSetElement(this, v alue); }
54 static void _set_onload_HTMLFrameSetElement(var _this, EventListener value) na tive;
55
56 EventListener get onmessage() { return _get_onmessage(this); }
57 static EventListener _get_onmessage(var _this) native;
58
59 void set onmessage(EventListener value) { _set_onmessage(this, value); }
60 static void _set_onmessage(var _this, EventListener value) native;
61
62 EventListener get onoffline() { return _get_onoffline(this); }
63 static EventListener _get_onoffline(var _this) native;
64
65 void set onoffline(EventListener value) { _set_onoffline(this, value); }
66 static void _set_onoffline(var _this, EventListener value) native;
67
68 EventListener get ononline() { return _get_ononline(this); }
69 static EventListener _get_ononline(var _this) native;
70
71 void set ononline(EventListener value) { _set_ononline(this, value); }
72 static void _set_ononline(var _this, EventListener value) native;
73
74 EventListener get onorientationchange() { return _get_onorientationchange(this ); }
75 static EventListener _get_onorientationchange(var _this) native;
76
77 void set onorientationchange(EventListener value) { _set_onorientationchange(t his, value); }
78 static void _set_onorientationchange(var _this, EventListener value) native;
79
80 EventListener get onpopstate() { return _get_onpopstate(this); }
81 static EventListener _get_onpopstate(var _this) native;
82
83 void set onpopstate(EventListener value) { _set_onpopstate(this, value); }
84 static void _set_onpopstate(var _this, EventListener value) native;
85
86 EventListener get onresize() { return _get_onresize(this); }
87 static EventListener _get_onresize(var _this) native;
88
89 void set onresize(EventListener value) { _set_onresize(this, value); }
90 static void _set_onresize(var _this, EventListener value) native;
91
92 EventListener get onstorage() { return _get_onstorage(this); }
93 static EventListener _get_onstorage(var _this) native;
94
95 void set onstorage(EventListener value) { _set_onstorage(this, value); }
96 static void _set_onstorage(var _this, EventListener value) native;
97
98 EventListener get onunload() { return _get_onunload(this); }
99 static EventListener _get_onunload(var _this) native;
100
101 void set onunload(EventListener value) { _set_onunload(this, value); }
102 static void _set_onunload(var _this, EventListener value) native;
103
104 String get rows() { return _get_rows(this); } 20 String get rows() { return _get_rows(this); }
105 static String _get_rows(var _this) native; 21 static String _get_rows(var _this) native;
106 22
107 void set rows(String value) { _set_rows(this, value); } 23 void set rows(String value) { _set_rows(this, value); }
108 static void _set_rows(var _this, String value) native; 24 static void _set_rows(var _this, String value) native;
109 25
110 String get typeName() { return "HTMLFrameSetElement"; } 26 String get typeName() { return "HTMLFrameSetElement"; }
111 } 27 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698