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

Side by Side Diff: sdk/lib/_blink/dartium/_blink_dartium.dart

Issue 671023003: More dart:blink entry point tweaks (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Static permission getter Created 6 years, 2 months 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 /** 1 /**
2 * This library provides entry points to the native Blink code which backs 2 * This library provides entry points to the native Blink code which backs
3 * up the dart:html library. 3 * up the dart:html library.
4 */ 4 */
5 library dart.dom._blink; 5 library dart.dom._blink;
6 6
7 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 7 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
8 // for details. All rights reserved. Use of this source code is governed by a 8 // for details. All rights reserved. Use of this source code is governed by a
9 // BSD-style license that can be found in the LICENSE file. 9 // BSD-style license that can be found in the LICENSE file.
10 10
11 // DO NOT EDIT 11 // DO NOT EDIT
12 // Auto-generated dart:_blink library. 12 // Auto-generated dart:_blink library.
13 13
14 14
15 15
16 16
17 class BlinkANGLEInstancedArrays { 17 class BlinkANGLEInstancedArrays {
18 static drawArraysInstancedANGLE_Callback_4(mthis, mode, first, count, primcoun t) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback"; 18 static drawArraysInstancedANGLE_Callback_4(mthis, mode, first, count, primcoun t) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback";
19 19
20 static drawElementsInstancedANGLE_Callback_5(mthis, mode, count, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback"; 20 static drawElementsInstancedANGLE_Callback_5(mthis, mode, count, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback";
21 21
22 static vertexAttribDivisorANGLE_Callback_2(mthis, index, divisor) native "ANGL EInstancedArrays_vertexAttribDivisorANGLE_Callback"; 22 static vertexAttribDivisorANGLE_Callback_2(mthis, index, divisor) native "ANGL EInstancedArrays_vertexAttribDivisorANGLE_Callback";
23
23 } 24 }
24 25
25 class BlinkAbstractWorker {} 26 class BlinkAbstractWorker {
27 }
26 28
27 class BlinkEventTarget { 29 class BlinkEventTarget {
28 static addEventListener_Callback_3(mthis, type, listener, useCapture) native " EventTarget_addEventListener_Callback"; 30 static addEventListener_Callback_0(mthis) native "EventTarget_addEventListener _Callback";
31
32 static addEventListener_Callback_1(mthis, type) native "EventTarget_addEventLi stener_Callback";
29 33
30 static addEventListener_Callback_2(mthis, type, listener) native "EventTarget_ addEventListener_Callback"; 34 static addEventListener_Callback_2(mthis, type, listener) native "EventTarget_ addEventListener_Callback";
31 35
32 static addEventListener_Callback_1(mthis, type) native "EventTarget_addEventLi stener_Callback"; 36 static addEventListener_Callback_3(mthis, type, listener, useCapture) native " EventTarget_addEventListener_Callback";
33
34 static addEventListener_Callback(mthis) native "EventTarget_addEventListener_C allback";
35 37
36 static dispatchEvent_Callback_1(mthis, event) native "EventTarget_dispatchEven t_Callback"; 38 static dispatchEvent_Callback_1(mthis, event) native "EventTarget_dispatchEven t_Callback";
37 39
38 static removeEventListener_Callback_3(mthis, type, listener, useCapture) nativ e "EventTarget_removeEventListener_Callback"; 40 static removeEventListener_Callback_0(mthis) native "EventTarget_removeEventLi stener_Callback";
41
42 static removeEventListener_Callback_1(mthis, type) native "EventTarget_removeE ventListener_Callback";
39 43
40 static removeEventListener_Callback_2(mthis, type, listener) native "EventTarg et_removeEventListener_Callback"; 44 static removeEventListener_Callback_2(mthis, type, listener) native "EventTarg et_removeEventListener_Callback";
41 45
42 static removeEventListener_Callback_1(mthis, type) native "EventTarget_removeE ventListener_Callback"; 46 static removeEventListener_Callback_3(mthis, type, listener, useCapture) nativ e "EventTarget_removeEventListener_Callback";
43 47
44 static removeEventListener_Callback(mthis) native "EventTarget_removeEventList ener_Callback";
45 } 48 }
46 49
47 class BlinkAudioNode { 50 class BlinkAudioNode {
51 static channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Gette r";
52
53 static channelCountMode_Setter(mthis, value) native "AudioNode_channelCountMod e_Setter";
54
48 static channelCount_Getter(mthis) native "AudioNode_channelCount_Getter"; 55 static channelCount_Getter(mthis) native "AudioNode_channelCount_Getter";
49 56
50 static channelCount_Setter(mthis, value) native "AudioNode_channelCount_Setter "; 57 static channelCount_Setter(mthis, value) native "AudioNode_channelCount_Setter ";
51 58
52 static channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Gette r";
53
54 static channelCountMode_Setter(mthis, value) native "AudioNode_channelCountMod e_Setter";
55
56 static channelInterpretation_Getter(mthis) native "AudioNode_channelInterpreta tion_Getter"; 59 static channelInterpretation_Getter(mthis) native "AudioNode_channelInterpreta tion_Getter";
57 60
58 static channelInterpretation_Setter(mthis, value) native "AudioNode_channelInt erpretation_Setter"; 61 static channelInterpretation_Setter(mthis, value) native "AudioNode_channelInt erpretation_Setter";
59 62
63 static connect_Callback_2(mthis, destination, output) native "AudioNode_connec t_Callback";
64
65 static connect_Callback_3(mthis, destination, output, input) native "AudioNode _connect_Callback";
66
60 static context_Getter(mthis) native "AudioNode_context_Getter"; 67 static context_Getter(mthis) native "AudioNode_context_Getter";
61 68
69 static disconnect_Callback_1(mthis, output) native "AudioNode_disconnect_Callb ack";
70
62 static numberOfInputs_Getter(mthis) native "AudioNode_numberOfInputs_Getter"; 71 static numberOfInputs_Getter(mthis) native "AudioNode_numberOfInputs_Getter";
63 72
64 static numberOfOutputs_Getter(mthis) native "AudioNode_numberOfOutputs_Getter" ; 73 static numberOfOutputs_Getter(mthis) native "AudioNode_numberOfOutputs_Getter" ;
65 74
66 static connect_Callback_3(mthis, destination, output, input) native "AudioNode _connect_Callback";
67
68 static connect_Callback_2(mthis, destination, output) native "AudioNode_connec t_Callback";
69
70 static disconnect_Callback_1(mthis, output) native "AudioNode_disconnect_Callb ack";
71 } 75 }
72 76
73 class BlinkAnalyserNode { 77 class BlinkAnalyserNode {
74 static fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter"; 78 static fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter";
75 79
76 static fftSize_Setter(mthis, value) native "AnalyserNode_fftSize_Setter"; 80 static fftSize_Setter(mthis, value) native "AnalyserNode_fftSize_Setter";
77 81
78 static frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount_ Getter"; 82 static frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount_ Getter";
79 83
84 static getByteFrequencyData_Callback_1(mthis, array) native "AnalyserNode_getB yteFrequencyData_Callback";
85
86 static getByteTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_get ByteTimeDomainData_Callback";
87
88 static getFloatFrequencyData_Callback_1(mthis, array) native "AnalyserNode_get FloatFrequencyData_Callback";
89
90 static getFloatTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_ge tFloatTimeDomainData_Callback";
91
80 static maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter"; 92 static maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter";
81 93
82 static maxDecibels_Setter(mthis, value) native "AnalyserNode_maxDecibels_Sette r"; 94 static maxDecibels_Setter(mthis, value) native "AnalyserNode_maxDecibels_Sette r";
83 95
84 static minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_Getter"; 96 static minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_Getter";
85 97
86 static minDecibels_Setter(mthis, value) native "AnalyserNode_minDecibels_Sette r"; 98 static minDecibels_Setter(mthis, value) native "AnalyserNode_minDecibels_Sette r";
87 99
88 static smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smoothingTimeC onstant_Getter"; 100 static smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smoothingTimeC onstant_Getter";
89 101
90 static smoothingTimeConstant_Setter(mthis, value) native "AnalyserNode_smoothi ngTimeConstant_Setter"; 102 static smoothingTimeConstant_Setter(mthis, value) native "AnalyserNode_smoothi ngTimeConstant_Setter";
91 103
92 static getByteFrequencyData_Callback_1(mthis, array) native "AnalyserNode_getB yteFrequencyData_Callback";
93
94 static getByteTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_get ByteTimeDomainData_Callback";
95
96 static getFloatFrequencyData_Callback_1(mthis, array) native "AnalyserNode_get FloatFrequencyData_Callback";
97
98 static getFloatTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_ge tFloatTimeDomainData_Callback";
99 } 104 }
100 105
101 class BlinkAnimationNode { 106 class BlinkAnimationNode {
102 static activeDuration_Getter(mthis) native "AnimationNode_activeDuration_Gette r"; 107 static activeDuration_Getter(mthis) native "AnimationNode_activeDuration_Gette r";
103 108
104 static currentIteration_Getter(mthis) native "AnimationNode_currentIteration_G etter"; 109 static currentIteration_Getter(mthis) native "AnimationNode_currentIteration_G etter";
105 110
106 static duration_Getter(mthis) native "AnimationNode_duration_Getter"; 111 static duration_Getter(mthis) native "AnimationNode_duration_Getter";
107 112
108 static endTime_Getter(mthis) native "AnimationNode_endTime_Getter"; 113 static endTime_Getter(mthis) native "AnimationNode_endTime_Getter";
109 114
110 static localTime_Getter(mthis) native "AnimationNode_localTime_Getter"; 115 static localTime_Getter(mthis) native "AnimationNode_localTime_Getter";
111 116
112 static player_Getter(mthis) native "AnimationNode_player_Getter"; 117 static player_Getter(mthis) native "AnimationNode_player_Getter";
113 118
114 static startTime_Getter(mthis) native "AnimationNode_startTime_Getter"; 119 static startTime_Getter(mthis) native "AnimationNode_startTime_Getter";
115 120
116 static timing_Getter(mthis) native "AnimationNode_timing_Getter"; 121 static timing_Getter(mthis) native "AnimationNode_timing_Getter";
122
117 } 123 }
118 124
119 class BlinkAnimation { 125 class BlinkAnimation {
120 static constructorCallback_2(target, keyframes) native "Animation_constructorC allback"; 126 static constructorCallback_2(target, keyframes) native "Animation_constructorC allback";
121 127
122 static constructorCallback_3(target, keyframes, timingInput) native "Animation _constructorCallback"; 128 static constructorCallback_3(target, keyframes, timingInput) native "Animation _constructorCallback";
129
123 } 130 }
124 131
125 class BlinkAnimationEffect {} 132 class BlinkAnimationEffect {
133 }
126 134
127 class BlinkAnimationPlayer { 135 class BlinkAnimationPlayer {
136 static cancel_Callback_0(mthis) native "AnimationPlayer_cancel_Callback";
137
128 static currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter"; 138 static currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter";
129 139
130 static currentTime_Setter(mthis, value) native "AnimationPlayer_currentTime_Se tter"; 140 static currentTime_Setter(mthis, value) native "AnimationPlayer_currentTime_Se tter";
131 141
142 static finish_Callback_0(mthis) native "AnimationPlayer_finish_Callback";
143
132 static finished_Getter(mthis) native "AnimationPlayer_finished_Getter"; 144 static finished_Getter(mthis) native "AnimationPlayer_finished_Getter";
133 145
146 static pause_Callback_0(mthis) native "AnimationPlayer_pause_Callback";
147
134 static paused_Getter(mthis) native "AnimationPlayer_paused_Getter"; 148 static paused_Getter(mthis) native "AnimationPlayer_paused_Getter";
135 149
150 static play_Callback_0(mthis) native "AnimationPlayer_play_Callback";
151
136 static playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter" ; 152 static playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter" ;
137 153
138 static playbackRate_Setter(mthis, value) native "AnimationPlayer_playbackRate_ Setter"; 154 static playbackRate_Setter(mthis, value) native "AnimationPlayer_playbackRate_ Setter";
139 155
156 static reverse_Callback_0(mthis) native "AnimationPlayer_reverse_Callback";
157
140 static source_Getter(mthis) native "AnimationPlayer_source_Getter"; 158 static source_Getter(mthis) native "AnimationPlayer_source_Getter";
141 159
142 static source_Setter(mthis, value) native "AnimationPlayer_source_Setter"; 160 static source_Setter(mthis, value) native "AnimationPlayer_source_Setter";
143 161
144 static startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter"; 162 static startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter";
145 163
146 static startTime_Setter(mthis, value) native "AnimationPlayer_startTime_Setter "; 164 static startTime_Setter(mthis, value) native "AnimationPlayer_startTime_Setter ";
147 165
148 static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback";
149
150 static finish_Callback(mthis) native "AnimationPlayer_finish_Callback";
151
152 static pause_Callback(mthis) native "AnimationPlayer_pause_Callback";
153
154 static play_Callback(mthis) native "AnimationPlayer_play_Callback";
155
156 static reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback";
157 } 166 }
158 167
159 class BlinkEvent { 168 class BlinkEvent {
160 static constructorCallback(type, options) native "Event_constructorCallback"; 169 static constructorCallback_2(type, options) native "Event_constructorCallback" ;
161 170
162 static bubbles_Getter(mthis) native "Event_bubbles_Getter"; 171 static bubbles_Getter(mthis) native "Event_bubbles_Getter";
163 172
164 static cancelable_Getter(mthis) native "Event_cancelable_Getter"; 173 static cancelable_Getter(mthis) native "Event_cancelable_Getter";
165 174
166 static clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; 175 static clipboardData_Getter(mthis) native "Event_clipboardData_Getter";
167 176
168 static currentTarget_Getter(mthis) native "Event_currentTarget_Getter"; 177 static currentTarget_Getter(mthis) native "Event_currentTarget_Getter";
169 178
170 static defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Getter"; 179 static defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Getter";
171 180
172 static eventPhase_Getter(mthis) native "Event_eventPhase_Getter"; 181 static eventPhase_Getter(mthis) native "Event_eventPhase_Getter";
173 182
183 static initEvent_Callback_3(mthis, eventTypeArg, canBubbleArg, cancelableArg) native "Event_initEvent_Callback";
184
174 static path_Getter(mthis) native "Event_path_Getter"; 185 static path_Getter(mthis) native "Event_path_Getter";
175 186
187 static preventDefault_Callback_0(mthis) native "Event_preventDefault_Callback" ;
188
189 static stopImmediatePropagation_Callback_0(mthis) native "Event_stopImmediateP ropagation_Callback";
190
191 static stopPropagation_Callback_0(mthis) native "Event_stopPropagation_Callbac k";
192
176 static target_Getter(mthis) native "Event_target_Getter"; 193 static target_Getter(mthis) native "Event_target_Getter";
177 194
178 static timeStamp_Getter(mthis) native "Event_timeStamp_Getter"; 195 static timeStamp_Getter(mthis) native "Event_timeStamp_Getter";
179 196
180 static type_Getter(mthis) native "Event_type_Getter"; 197 static type_Getter(mthis) native "Event_type_Getter";
181 198
182 static initEvent_Callback_3(mthis, eventTypeArg, canBubbleArg, cancelableArg) native "Event_initEvent_Callback";
183
184 static preventDefault_Callback(mthis) native "Event_preventDefault_Callback";
185
186 static stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePro pagation_Callback";
187
188 static stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback" ;
189 } 199 }
190 200
191 class BlinkAnimationPlayerEvent { 201 class BlinkAnimationPlayerEvent {
192 static constructorCallback(type, options) native "AnimationPlayerEvent_constru ctorCallback"; 202 static constructorCallback_2(type, options) native "AnimationPlayerEvent_const ructorCallback";
193 203
194 static currentTime_Getter(mthis) native "AnimationPlayerEvent_currentTime_Gett er"; 204 static currentTime_Getter(mthis) native "AnimationPlayerEvent_currentTime_Gett er";
195 205
196 static timelineTime_Getter(mthis) native "AnimationPlayerEvent_timelineTime_Ge tter"; 206 static timelineTime_Getter(mthis) native "AnimationPlayerEvent_timelineTime_Ge tter";
207
197 } 208 }
198 209
199 class BlinkAnimationTimeline { 210 class BlinkAnimationTimeline {
200 static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter" ; 211 static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter" ;
201 212
202 static getAnimationPlayers_Callback(mthis) native "AnimationTimeline_getAnimat ionPlayers_Callback"; 213 static getAnimationPlayers_Callback_0(mthis) native "AnimationTimeline_getAnim ationPlayers_Callback";
203 214
204 static play_Callback_1(mthis, source) native "AnimationTimeline_play_Callback" ; 215 static play_Callback_1(mthis, source) native "AnimationTimeline_play_Callback" ;
216
205 } 217 }
206 218
207 class BlinkApplicationCache { 219 class BlinkApplicationCache {
220 static abort_Callback_0(mthis) native "ApplicationCache_abort_Callback";
221
208 static status_Getter(mthis) native "ApplicationCache_status_Getter"; 222 static status_Getter(mthis) native "ApplicationCache_status_Getter";
209 223
210 static abort_Callback(mthis) native "ApplicationCache_abort_Callback"; 224 static swapCache_Callback_0(mthis) native "ApplicationCache_swapCache_Callback ";
211 225
212 static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback"; 226 static update_Callback_0(mthis) native "ApplicationCache_update_Callback";
213 227
214 static update_Callback(mthis) native "ApplicationCache_update_Callback";
215 } 228 }
216 229
217 class BlinkApplicationCacheErrorEvent { 230 class BlinkApplicationCacheErrorEvent {
218 static constructorCallback(type, options) native "ApplicationCacheErrorEvent_c onstructorCallback"; 231 static constructorCallback_2(type, options) native "ApplicationCacheErrorEvent _constructorCallback";
219 232
220 static message_Getter(mthis) native "ApplicationCacheErrorEvent_message_Getter "; 233 static message_Getter(mthis) native "ApplicationCacheErrorEvent_message_Getter ";
221 234
222 static reason_Getter(mthis) native "ApplicationCacheErrorEvent_reason_Getter"; 235 static reason_Getter(mthis) native "ApplicationCacheErrorEvent_reason_Getter";
223 236
224 static status_Getter(mthis) native "ApplicationCacheErrorEvent_status_Getter"; 237 static status_Getter(mthis) native "ApplicationCacheErrorEvent_status_Getter";
225 238
226 static url_Getter(mthis) native "ApplicationCacheErrorEvent_url_Getter"; 239 static url_Getter(mthis) native "ApplicationCacheErrorEvent_url_Getter";
240
227 } 241 }
228 242
229 class BlinkNode { 243 class BlinkNode {
244 static appendChild_Callback_1(mthis, newChild) native "Node_appendChild_Callba ck";
245
230 static baseURI_Getter(mthis) native "Node_baseURI_Getter"; 246 static baseURI_Getter(mthis) native "Node_baseURI_Getter";
231 247
232 static childNodes_Getter(mthis) native "Node_childNodes_Getter"; 248 static childNodes_Getter(mthis) native "Node_childNodes_Getter";
233 249
250 static cloneNode_Callback_1(mthis, deep) native "Node_cloneNode_Callback";
251
252 static contains_Callback_1(mthis, other) native "Node_contains_Callback";
253
234 static firstChild_Getter(mthis) native "Node_firstChild_Getter"; 254 static firstChild_Getter(mthis) native "Node_firstChild_Getter";
235 255
256 static hasChildNodes_Callback_0(mthis) native "Node_hasChildNodes_Callback";
257
258 static insertBefore_Callback_2(mthis, newChild, refChild) native "Node_insertB efore_Callback";
259
236 static lastChild_Getter(mthis) native "Node_lastChild_Getter"; 260 static lastChild_Getter(mthis) native "Node_lastChild_Getter";
237 261
238 static localName_Getter(mthis) native "Node_localName_Getter"; 262 static localName_Getter(mthis) native "Node_localName_Getter";
239 263
240 static namespaceURI_Getter(mthis) native "Node_namespaceURI_Getter"; 264 static namespaceURI_Getter(mthis) native "Node_namespaceURI_Getter";
241 265
242 static nextSibling_Getter(mthis) native "Node_nextSibling_Getter"; 266 static nextSibling_Getter(mthis) native "Node_nextSibling_Getter";
243 267
244 static nodeName_Getter(mthis) native "Node_nodeName_Getter"; 268 static nodeName_Getter(mthis) native "Node_nodeName_Getter";
245 269
246 static nodeType_Getter(mthis) native "Node_nodeType_Getter"; 270 static nodeType_Getter(mthis) native "Node_nodeType_Getter";
247 271
248 static nodeValue_Getter(mthis) native "Node_nodeValue_Getter"; 272 static nodeValue_Getter(mthis) native "Node_nodeValue_Getter";
249 273
250 static ownerDocument_Getter(mthis) native "Node_ownerDocument_Getter"; 274 static ownerDocument_Getter(mthis) native "Node_ownerDocument_Getter";
251 275
252 static parentElement_Getter(mthis) native "Node_parentElement_Getter"; 276 static parentElement_Getter(mthis) native "Node_parentElement_Getter";
253 277
254 static parentNode_Getter(mthis) native "Node_parentNode_Getter"; 278 static parentNode_Getter(mthis) native "Node_parentNode_Getter";
255 279
256 static previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; 280 static previousSibling_Getter(mthis) native "Node_previousSibling_Getter";
257 281
282 static removeChild_Callback_1(mthis, oldChild) native "Node_removeChild_Callba ck";
283
284 static replaceChild_Callback_2(mthis, newChild, oldChild) native "Node_replace Child_Callback";
285
258 static textContent_Getter(mthis) native "Node_textContent_Getter"; 286 static textContent_Getter(mthis) native "Node_textContent_Getter";
259 287
260 static textContent_Setter(mthis, value) native "Node_textContent_Setter"; 288 static textContent_Setter(mthis, value) native "Node_textContent_Setter";
261 289
262 static appendChild_Callback_1(mthis, newChild) native "Node_appendChild_Callba ck";
263
264 static cloneNode_Callback_1(mthis, deep) native "Node_cloneNode_Callback";
265
266 static contains_Callback_1(mthis, other) native "Node_contains_Callback";
267
268 static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback";
269
270 static insertBefore_Callback_2(mthis, newChild, refChild) native "Node_insertB efore_Callback";
271
272 static removeChild_Callback_1(mthis, oldChild) native "Node_removeChild_Callba ck";
273
274 static replaceChild_Callback_2(mthis, newChild, oldChild) native "Node_replace Child_Callback";
275 } 290 }
276 291
277 class BlinkAttr { 292 class BlinkAttr {
278 static localName_Getter(mthis) native "Attr_localName_Getter"; 293 static localName_Getter(mthis) native "Attr_localName_Getter";
279 294
280 static name_Getter(mthis) native "Attr_name_Getter"; 295 static name_Getter(mthis) native "Attr_name_Getter";
281 296
282 static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; 297 static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter";
283 298
284 static nodeValue_Getter(mthis) native "Attr_nodeValue_Getter"; 299 static nodeValue_Getter(mthis) native "Attr_nodeValue_Getter";
285 300
286 static textContent_Getter(mthis) native "Attr_textContent_Getter"; 301 static textContent_Getter(mthis) native "Attr_textContent_Getter";
287 302
288 static textContent_Setter(mthis, value) native "Attr_textContent_Setter"; 303 static textContent_Setter(mthis, value) native "Attr_textContent_Setter";
289 304
290 static value_Getter(mthis) native "Attr_value_Getter"; 305 static value_Getter(mthis) native "Attr_value_Getter";
291 306
292 static value_Setter(mthis, value) native "Attr_value_Setter"; 307 static value_Setter(mthis, value) native "Attr_value_Setter";
308
293 } 309 }
294 310
295 class BlinkAudioBuffer { 311 class BlinkAudioBuffer {
296 static duration_Getter(mthis) native "AudioBuffer_duration_Getter"; 312 static duration_Getter(mthis) native "AudioBuffer_duration_Getter";
297 313
314 static getChannelData_Callback_1(mthis, channelIndex) native "AudioBuffer_getC hannelData_Callback";
315
298 static length_Getter(mthis) native "AudioBuffer_length_Getter"; 316 static length_Getter(mthis) native "AudioBuffer_length_Getter";
299 317
300 static numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfChannels_Get ter"; 318 static numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfChannels_Get ter";
301 319
302 static sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Getter"; 320 static sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Getter";
303 321
304 static getChannelData_Callback_1(mthis, channelIndex) native "AudioBuffer_getC hannelData_Callback";
305 } 322 }
306 323
307 class BlinkAudioSourceNode {} 324 class BlinkAudioSourceNode {
325 }
308 326
309 class BlinkAudioBufferSourceNode { 327 class BlinkAudioBufferSourceNode {
310 static buffer_Getter(mthis) native "AudioBufferSourceNode_buffer_Getter"; 328 static buffer_Getter(mthis) native "AudioBufferSourceNode_buffer_Getter";
311 329
312 static buffer_Setter(mthis, value) native "AudioBufferSourceNode_buffer_Setter "; 330 static buffer_Setter(mthis, value) native "AudioBufferSourceNode_buffer_Setter ";
313 331
314 static loop_Getter(mthis) native "AudioBufferSourceNode_loop_Getter";
315
316 static loop_Setter(mthis, value) native "AudioBufferSourceNode_loop_Setter";
317
318 static loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter"; 332 static loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter";
319 333
320 static loopEnd_Setter(mthis, value) native "AudioBufferSourceNode_loopEnd_Sett er"; 334 static loopEnd_Setter(mthis, value) native "AudioBufferSourceNode_loopEnd_Sett er";
321 335
322 static loopStart_Getter(mthis) native "AudioBufferSourceNode_loopStart_Getter" ; 336 static loopStart_Getter(mthis) native "AudioBufferSourceNode_loopStart_Getter" ;
323 337
324 static loopStart_Setter(mthis, value) native "AudioBufferSourceNode_loopStart_ Setter"; 338 static loopStart_Setter(mthis, value) native "AudioBufferSourceNode_loopStart_ Setter";
325 339
340 static loop_Getter(mthis) native "AudioBufferSourceNode_loop_Getter";
341
342 static loop_Setter(mthis, value) native "AudioBufferSourceNode_loop_Setter";
343
326 static playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_G etter"; 344 static playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_G etter";
327 345
346 static start_Callback_0(mthis) native "AudioBufferSourceNode_start_Callback";
347
348 static start_Callback_1(mthis, when) native "AudioBufferSourceNode_start_Callb ack";
349
350 static start_Callback_2(mthis, when, grainOffset) native "AudioBufferSourceNod e_start_Callback";
351
328 static start_Callback_3(mthis, when, grainOffset, grainDuration) native "Audio BufferSourceNode_start_Callback"; 352 static start_Callback_3(mthis, when, grainOffset, grainDuration) native "Audio BufferSourceNode_start_Callback";
329 353
330 static start_Callback_2(mthis, when, grainOffset) native "AudioBufferSourceNod e_start_Callback"; 354 static stop_Callback_0(mthis) native "AudioBufferSourceNode_stop_Callback";
331
332 static start_Callback_1(mthis, when) native "AudioBufferSourceNode_start_Callb ack";
333
334 static start_Callback(mthis) native "AudioBufferSourceNode_start_Callback";
335 355
336 static stop_Callback_1(mthis, when) native "AudioBufferSourceNode_stop_Callbac k"; 356 static stop_Callback_1(mthis, when) native "AudioBufferSourceNode_stop_Callbac k";
337 357
338 static stop_Callback(mthis) native "AudioBufferSourceNode_stop_Callback";
339 } 358 }
340 359
341 class BlinkAudioContext { 360 class BlinkAudioContext {
342 static constructorCallback() native "AudioContext_constructorCallback"; 361 static constructorCallback_0() native "AudioContext_constructorCallback";
362
363 static createAnalyser_Callback_0(mthis) native "AudioContext_createAnalyser_Ca llback";
364
365 static createBiquadFilter_Callback_0(mthis) native "AudioContext_createBiquadF ilter_Callback";
366
367 static createBufferSource_Callback_0(mthis) native "AudioContext_createBufferS ource_Callback";
368
369 static createBuffer_Callback_3(mthis, numberOfChannels, numberOfFrames, sample Rate) native "AudioContext_createBuffer_Callback";
370
371 static createChannelMerger_Callback_0(mthis) native "AudioContext_createChanne lMerger_Callback";
372
373 static createChannelMerger_Callback_1(mthis, numberOfInputs) native "AudioCont ext_createChannelMerger_Callback";
374
375 static createChannelSplitter_Callback_0(mthis) native "AudioContext_createChan nelSplitter_Callback";
376
377 static createChannelSplitter_Callback_1(mthis, numberOfOutputs) native "AudioC ontext_createChannelSplitter_Callback";
378
379 static createConvolver_Callback_0(mthis) native "AudioContext_createConvolver_ Callback";
380
381 static createDelay_Callback_0(mthis) native "AudioContext_createDelay_Callback ";
382
383 static createDelay_Callback_1(mthis, maxDelayTime) native "AudioContext_create Delay_Callback";
384
385 static createDynamicsCompressor_Callback_0(mthis) native "AudioContext_createD ynamicsCompressor_Callback";
386
387 static createGain_Callback_0(mthis) native "AudioContext_createGain_Callback";
388
389 static createMediaElementSource_Callback_1(mthis, mediaElement) native "AudioC ontext_createMediaElementSource_Callback";
390
391 static createMediaStreamDestination_Callback_0(mthis) native "AudioContext_cre ateMediaStreamDestination_Callback";
392
393 static createMediaStreamSource_Callback_1(mthis, mediaStream) native "AudioCon text_createMediaStreamSource_Callback";
394
395 static createOscillator_Callback_0(mthis) native "AudioContext_createOscillato r_Callback";
396
397 static createPanner_Callback_0(mthis) native "AudioContext_createPanner_Callba ck";
398
399 static createPeriodicWave_Callback_2(mthis, real, imag) native "AudioContext_c reatePeriodicWave_Callback";
400
401 static createScriptProcessor_Callback_0(mthis) native "AudioContext_createScri ptProcessor_Callback";
402
403 static createScriptProcessor_Callback_1(mthis, bufferSize) native "AudioContex t_createScriptProcessor_Callback";
404
405 static createScriptProcessor_Callback_2(mthis, bufferSize, numberOfInputChanne ls) native "AudioContext_createScriptProcessor_Callback";
406
407 static createScriptProcessor_Callback_3(mthis, bufferSize, numberOfInputChanne ls, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Callback" ;
408
409 static createWaveShaper_Callback_0(mthis) native "AudioContext_createWaveShape r_Callback";
343 410
344 static currentTime_Getter(mthis) native "AudioContext_currentTime_Getter"; 411 static currentTime_Getter(mthis) native "AudioContext_currentTime_Getter";
345 412
413 static decodeAudioData_Callback_3(mthis, audioData, successCallback, errorCall back) native "AudioContext_decodeAudioData_Callback";
414
346 static destination_Getter(mthis) native "AudioContext_destination_Getter"; 415 static destination_Getter(mthis) native "AudioContext_destination_Getter";
347 416
348 static listener_Getter(mthis) native "AudioContext_listener_Getter"; 417 static listener_Getter(mthis) native "AudioContext_listener_Getter";
349 418
350 static sampleRate_Getter(mthis) native "AudioContext_sampleRate_Getter"; 419 static sampleRate_Getter(mthis) native "AudioContext_sampleRate_Getter";
351 420
352 static createAnalyser_Callback(mthis) native "AudioContext_createAnalyser_Call back"; 421 static startRendering_Callback_0(mthis) native "AudioContext_startRendering_Ca llback";
353 422
354 static createBiquadFilter_Callback(mthis) native "AudioContext_createBiquadFil ter_Callback";
355
356 static createBuffer_Callback_3(mthis, numberOfChannels, numberOfFrames, sample Rate) native "AudioContext_createBuffer_Callback";
357
358 static createBufferSource_Callback(mthis) native "AudioContext_createBufferSou rce_Callback";
359
360 static createChannelMerger_Callback_1(mthis, numberOfInputs) native "AudioCont ext_createChannelMerger_Callback";
361
362 static createChannelMerger_Callback(mthis) native "AudioContext_createChannelM erger_Callback";
363
364 static createChannelSplitter_Callback_1(mthis, numberOfOutputs) native "AudioC ontext_createChannelSplitter_Callback";
365
366 static createChannelSplitter_Callback(mthis) native "AudioContext_createChanne lSplitter_Callback";
367
368 static createConvolver_Callback(mthis) native "AudioContext_createConvolver_Ca llback";
369
370 static createDelay_Callback_1(mthis, maxDelayTime) native "AudioContext_create Delay_Callback";
371
372 static createDelay_Callback(mthis) native "AudioContext_createDelay_Callback";
373
374 static createDynamicsCompressor_Callback(mthis) native "AudioContext_createDyn amicsCompressor_Callback";
375
376 static createGain_Callback(mthis) native "AudioContext_createGain_Callback";
377
378 static createMediaElementSource_Callback_1(mthis, mediaElement) native "AudioC ontext_createMediaElementSource_Callback";
379
380 static createMediaStreamDestination_Callback(mthis) native "AudioContext_creat eMediaStreamDestination_Callback";
381
382 static createMediaStreamSource_Callback_1(mthis, mediaStream) native "AudioCon text_createMediaStreamSource_Callback";
383
384 static createOscillator_Callback(mthis) native "AudioContext_createOscillator_ Callback";
385
386 static createPanner_Callback(mthis) native "AudioContext_createPanner_Callback ";
387
388 static createPeriodicWave_Callback_2(mthis, real, imag) native "AudioContext_c reatePeriodicWave_Callback";
389
390 static createScriptProcessor_Callback_3(mthis, bufferSize, numberOfInputChanne ls, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Callback" ;
391
392 static createScriptProcessor_Callback_2(mthis, bufferSize, numberOfInputChanne ls) native "AudioContext_createScriptProcessor_Callback";
393
394 static createScriptProcessor_Callback_1(mthis, bufferSize) native "AudioContex t_createScriptProcessor_Callback";
395
396 static createScriptProcessor_Callback(mthis) native "AudioContext_createScript Processor_Callback";
397
398 static createWaveShaper_Callback(mthis) native "AudioContext_createWaveShaper_ Callback";
399
400 static decodeAudioData_Callback_3(mthis, audioData, successCallback, errorCall back) native "AudioContext_decodeAudioData_Callback";
401
402 static startRendering_Callback(mthis) native "AudioContext_startRendering_Call back";
403 } 423 }
404 424
405 class BlinkAudioDestinationNode { 425 class BlinkAudioDestinationNode {
406 static maxChannelCount_Getter(mthis) native "AudioDestinationNode_maxChannelCo unt_Getter"; 426 static maxChannelCount_Getter(mthis) native "AudioDestinationNode_maxChannelCo unt_Getter";
427
407 } 428 }
408 429
409 class BlinkAudioListener { 430 class BlinkAudioListener {
410 static dopplerFactor_Getter(mthis) native "AudioListener_dopplerFactor_Getter" ; 431 static dopplerFactor_Getter(mthis) native "AudioListener_dopplerFactor_Getter" ;
411 432
412 static dopplerFactor_Setter(mthis, value) native "AudioListener_dopplerFactor_ Setter"; 433 static dopplerFactor_Setter(mthis, value) native "AudioListener_dopplerFactor_ Setter";
413 434
414 static speedOfSound_Getter(mthis) native "AudioListener_speedOfSound_Getter";
415
416 static speedOfSound_Setter(mthis, value) native "AudioListener_speedOfSound_Se tter";
417
418 static setOrientation_Callback_6(mthis, x, y, z, xUp, yUp, zUp) native "AudioL istener_setOrientation_Callback"; 435 static setOrientation_Callback_6(mthis, x, y, z, xUp, yUp, zUp) native "AudioL istener_setOrientation_Callback";
419 436
420 static setPosition_Callback_3(mthis, x, y, z) native "AudioListener_setPositio n_Callback"; 437 static setPosition_Callback_3(mthis, x, y, z) native "AudioListener_setPositio n_Callback";
421 438
422 static setVelocity_Callback_3(mthis, x, y, z) native "AudioListener_setVelocit y_Callback"; 439 static setVelocity_Callback_3(mthis, x, y, z) native "AudioListener_setVelocit y_Callback";
440
441 static speedOfSound_Getter(mthis) native "AudioListener_speedOfSound_Getter";
442
443 static speedOfSound_Setter(mthis, value) native "AudioListener_speedOfSound_Se tter";
444
423 } 445 }
424 446
425 class BlinkAudioParam { 447 class BlinkAudioParam {
448 static cancelScheduledValues_Callback_1(mthis, startTime) native "AudioParam_c ancelScheduledValues_Callback";
449
426 static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter"; 450 static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter";
427 451
428 static value_Getter(mthis) native "AudioParam_value_Getter";
429
430 static value_Setter(mthis, value) native "AudioParam_value_Setter";
431
432 static cancelScheduledValues_Callback_1(mthis, startTime) native "AudioParam_c ancelScheduledValues_Callback";
433
434 static exponentialRampToValueAtTime_Callback_2(mthis, value, time) native "Aud ioParam_exponentialRampToValueAtTime_Callback"; 452 static exponentialRampToValueAtTime_Callback_2(mthis, value, time) native "Aud ioParam_exponentialRampToValueAtTime_Callback";
435 453
436 static linearRampToValueAtTime_Callback_2(mthis, value, time) native "AudioPar am_linearRampToValueAtTime_Callback"; 454 static linearRampToValueAtTime_Callback_2(mthis, value, time) native "AudioPar am_linearRampToValueAtTime_Callback";
437 455
438 static setTargetAtTime_Callback_3(mthis, target, time, timeConstant) native "A udioParam_setTargetAtTime_Callback"; 456 static setTargetAtTime_Callback_3(mthis, target, time, timeConstant) native "A udioParam_setTargetAtTime_Callback";
439 457
440 static setValueAtTime_Callback_2(mthis, value, time) native "AudioParam_setVal ueAtTime_Callback"; 458 static setValueAtTime_Callback_2(mthis, value, time) native "AudioParam_setVal ueAtTime_Callback";
441 459
442 static setValueCurveAtTime_Callback_3(mthis, values, time, duration) native "A udioParam_setValueCurveAtTime_Callback"; 460 static setValueCurveAtTime_Callback_3(mthis, values, time, duration) native "A udioParam_setValueCurveAtTime_Callback";
461
462 static value_Getter(mthis) native "AudioParam_value_Getter";
463
464 static value_Setter(mthis, value) native "AudioParam_value_Setter";
465
443 } 466 }
444 467
445 class BlinkAudioProcessingEvent { 468 class BlinkAudioProcessingEvent {
446 static inputBuffer_Getter(mthis) native "AudioProcessingEvent_inputBuffer_Gett er"; 469 static inputBuffer_Getter(mthis) native "AudioProcessingEvent_inputBuffer_Gett er";
447 470
448 static outputBuffer_Getter(mthis) native "AudioProcessingEvent_outputBuffer_Ge tter"; 471 static outputBuffer_Getter(mthis) native "AudioProcessingEvent_outputBuffer_Ge tter";
449 472
450 static playbackTime_Getter(mthis) native "AudioProcessingEvent_playbackTime_Ge tter"; 473 static playbackTime_Getter(mthis) native "AudioProcessingEvent_playbackTime_Ge tter";
474
451 } 475 }
452 476
453 class BlinkAudioTrack { 477 class BlinkAudioTrack {
454 static enabled_Getter(mthis) native "AudioTrack_enabled_Getter"; 478 static enabled_Getter(mthis) native "AudioTrack_enabled_Getter";
455 479
456 static enabled_Setter(mthis, value) native "AudioTrack_enabled_Setter"; 480 static enabled_Setter(mthis, value) native "AudioTrack_enabled_Setter";
457 481
458 static id_Getter(mthis) native "AudioTrack_id_Getter"; 482 static id_Getter(mthis) native "AudioTrack_id_Getter";
459 483
460 static kind_Getter(mthis) native "AudioTrack_kind_Getter"; 484 static kind_Getter(mthis) native "AudioTrack_kind_Getter";
461 485
462 static label_Getter(mthis) native "AudioTrack_label_Getter"; 486 static label_Getter(mthis) native "AudioTrack_label_Getter";
463 487
464 static language_Getter(mthis) native "AudioTrack_language_Getter"; 488 static language_Getter(mthis) native "AudioTrack_language_Getter";
489
465 } 490 }
466 491
467 class BlinkAudioTrackList { 492 class BlinkAudioTrackList {
468 static length_Getter(mthis) native "AudioTrackList_length_Getter";
469
470 static $__getter___Callback_1(mthis, index) native "AudioTrackList___getter___ Callback"; 493 static $__getter___Callback_1(mthis, index) native "AudioTrackList___getter___ Callback";
471 494
472 static getTrackById_Callback_1(mthis, id) native "AudioTrackList_getTrackById_ Callback"; 495 static getTrackById_Callback_1(mthis, id) native "AudioTrackList_getTrackById_ Callback";
496
497 static length_Getter(mthis) native "AudioTrackList_length_Getter";
498
473 } 499 }
474 500
475 class BlinkAutocompleteErrorEvent { 501 class BlinkAutocompleteErrorEvent {
476 static constructorCallback(type, options) native "AutocompleteErrorEvent_const ructorCallback"; 502 static constructorCallback_2(type, options) native "AutocompleteErrorEvent_con structorCallback";
477 503
478 static reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter"; 504 static reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter";
505
479 } 506 }
480 507
481 class BlinkBarProp { 508 class BlinkBarProp {
482 static visible_Getter(mthis) native "BarProp_visible_Getter"; 509 static visible_Getter(mthis) native "BarProp_visible_Getter";
510
483 } 511 }
484 512
485 class BlinkBatteryManager { 513 class BlinkBatteryManager {
514 static chargingTime_Getter(mthis) native "BatteryManager_chargingTime_Getter";
515
486 static charging_Getter(mthis) native "BatteryManager_charging_Getter"; 516 static charging_Getter(mthis) native "BatteryManager_charging_Getter";
487 517
488 static chargingTime_Getter(mthis) native "BatteryManager_chargingTime_Getter";
489
490 static dischargingTime_Getter(mthis) native "BatteryManager_dischargingTime_Ge tter"; 518 static dischargingTime_Getter(mthis) native "BatteryManager_dischargingTime_Ge tter";
491 519
492 static level_Getter(mthis) native "BatteryManager_level_Getter"; 520 static level_Getter(mthis) native "BatteryManager_level_Getter";
521
493 } 522 }
494 523
495 class BlinkBeforeUnloadEvent { 524 class BlinkBeforeUnloadEvent {
496 static returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter" ; 525 static returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter" ;
497 526
498 static returnValue_Setter(mthis, value) native "BeforeUnloadEvent_returnValue_ Setter"; 527 static returnValue_Setter(mthis, value) native "BeforeUnloadEvent_returnValue_ Setter";
528
499 } 529 }
500 530
501 class BlinkBiquadFilterNode { 531 class BlinkBiquadFilterNode {
502 static Q_Getter(mthis) native "BiquadFilterNode_Q_Getter"; 532 static Q_Getter(mthis) native "BiquadFilterNode_Q_Getter";
503 533
504 static detune_Getter(mthis) native "BiquadFilterNode_detune_Getter"; 534 static detune_Getter(mthis) native "BiquadFilterNode_detune_Getter";
505 535
506 static frequency_Getter(mthis) native "BiquadFilterNode_frequency_Getter"; 536 static frequency_Getter(mthis) native "BiquadFilterNode_frequency_Getter";
507 537
508 static gain_Getter(mthis) native "BiquadFilterNode_gain_Getter"; 538 static gain_Getter(mthis) native "BiquadFilterNode_gain_Getter";
509 539
540 static getFrequencyResponse_Callback_3(mthis, frequencyHz, magResponse, phaseR esponse) native "BiquadFilterNode_getFrequencyResponse_Callback";
541
510 static type_Getter(mthis) native "BiquadFilterNode_type_Getter"; 542 static type_Getter(mthis) native "BiquadFilterNode_type_Getter";
511 543
512 static type_Setter(mthis, value) native "BiquadFilterNode_type_Setter"; 544 static type_Setter(mthis, value) native "BiquadFilterNode_type_Setter";
513 545
514 static getFrequencyResponse_Callback_3(mthis, frequencyHz, magResponse, phaseR esponse) native "BiquadFilterNode_getFrequencyResponse_Callback";
515 } 546 }
516 547
517 class BlinkBlob { 548 class BlinkBlob {
549 static close_Callback_0(mthis) native "Blob_close_Callback";
550
518 static constructorCallback_3(blobParts, type, endings) native "Blob_constructo rCallback"; 551 static constructorCallback_3(blobParts, type, endings) native "Blob_constructo rCallback";
519 552
520 static size_Getter(mthis) native "Blob_size_Getter"; 553 static size_Getter(mthis) native "Blob_size_Getter";
521 554
522 static type_Getter(mthis) native "Blob_type_Getter"; 555 static slice_Callback_0(mthis) native "Blob_slice_Callback";
523 556
524 static close_Callback(mthis) native "Blob_close_Callback"; 557 static slice_Callback_1(mthis, start) native "Blob_slice_Callback";
558
559 static slice_Callback_2(mthis, start, end) native "Blob_slice_Callback";
525 560
526 static slice_Callback_3(mthis, start, end, contentType) native "Blob_slice_Cal lback"; 561 static slice_Callback_3(mthis, start, end, contentType) native "Blob_slice_Cal lback";
527 562
528 static slice_Callback_2(mthis, start, end) native "Blob_slice_Callback"; 563 static type_Getter(mthis) native "Blob_type_Getter";
529 564
530 static slice_Callback_1(mthis, start) native "Blob_slice_Callback";
531
532 static slice_Callback(mthis) native "Blob_slice_Callback";
533 } 565 }
534 566
535 class BlinkChildNode { 567 class BlinkChildNode {
536 static nextElementSibling_Getter(mthis) native "ChildNode_nextElementSibling_G etter"; 568 static nextElementSibling_Getter(mthis) native "ChildNode_nextElementSibling_G etter";
537 569
538 static previousElementSibling_Getter(mthis) native "ChildNode_previousElementS ibling_Getter"; 570 static previousElementSibling_Getter(mthis) native "ChildNode_previousElementS ibling_Getter";
539 571
540 static remove_Callback(mthis) native "ChildNode_remove_Callback"; 572 static remove_Callback_0(mthis) native "ChildNode_remove_Callback";
573
541 } 574 }
542 575
543 class BlinkCharacterData { 576 class BlinkCharacterData {
577 static appendData_Callback_1(mthis, data) native "CharacterData_appendData_Cal lback";
578
544 static data_Getter(mthis) native "CharacterData_data_Getter"; 579 static data_Getter(mthis) native "CharacterData_data_Getter";
545 580
546 static data_Setter(mthis, value) native "CharacterData_data_Setter"; 581 static data_Setter(mthis, value) native "CharacterData_data_Setter";
547 582
548 static length_Getter(mthis) native "CharacterData_length_Getter";
549
550 static appendData_Callback_1(mthis, data) native "CharacterData_appendData_Cal lback";
551
552 static deleteData_Callback_2(mthis, offset, length) native "CharacterData_dele teData_Callback"; 583 static deleteData_Callback_2(mthis, offset, length) native "CharacterData_dele teData_Callback";
553 584
554 static insertData_Callback_2(mthis, offset, data) native "CharacterData_insert Data_Callback"; 585 static insertData_Callback_2(mthis, offset, data) native "CharacterData_insert Data_Callback";
555 586
587 static length_Getter(mthis) native "CharacterData_length_Getter";
588
589 static nextElementSibling_Getter(mthis) native "CharacterData_nextElementSibli ng_Getter";
590
591 static previousElementSibling_Getter(mthis) native "CharacterData_previousElem entSibling_Getter";
592
556 static replaceData_Callback_3(mthis, offset, length, data) native "CharacterDa ta_replaceData_Callback"; 593 static replaceData_Callback_3(mthis, offset, length, data) native "CharacterDa ta_replaceData_Callback";
557 594
558 static substringData_Callback_2(mthis, offset, length) native "CharacterData_s ubstringData_Callback"; 595 static substringData_Callback_2(mthis, offset, length) native "CharacterData_s ubstringData_Callback";
559 596
560 static nextElementSibling_Getter(mthis) native "CharacterData_nextElementSibli ng_Getter";
561
562 static previousElementSibling_Getter(mthis) native "CharacterData_previousElem entSibling_Getter";
563 } 597 }
564 598
565 class BlinkText { 599 class BlinkText {
600 static getDestinationInsertionPoints_Callback_0(mthis) native "Text_getDestina tionInsertionPoints_Callback";
601
602 static splitText_Callback_1(mthis, offset) native "Text_splitText_Callback";
603
566 static wholeText_Getter(mthis) native "Text_wholeText_Getter"; 604 static wholeText_Getter(mthis) native "Text_wholeText_Getter";
567 605
568 static getDestinationInsertionPoints_Callback(mthis) native "Text_getDestinati onInsertionPoints_Callback";
569
570 static splitText_Callback_1(mthis, offset) native "Text_splitText_Callback";
571 } 606 }
572 607
573 class BlinkCDATASection {} 608 class BlinkCDATASection {
609 }
574 610
575 class BlinkCSS { 611 class BlinkCSS {
612 static supports_Callback_1(mthis, conditionText) native "CSS_supports_Callback ";
613
576 static supports_Callback_2(mthis, property, value) native "CSS_supports_Callba ck"; 614 static supports_Callback_2(mthis, property, value) native "CSS_supports_Callba ck";
577 615
578 static supports_Callback_1(mthis, conditionText) native "CSS_supports_Callback ";
579 } 616 }
580 617
581 class BlinkCSSRule { 618 class BlinkCSSRule {
582 static cssText_Getter(mthis) native "CSSRule_cssText_Getter"; 619 static cssText_Getter(mthis) native "CSSRule_cssText_Getter";
583 620
584 static cssText_Setter(mthis, value) native "CSSRule_cssText_Setter"; 621 static cssText_Setter(mthis, value) native "CSSRule_cssText_Setter";
585 622
586 static parentRule_Getter(mthis) native "CSSRule_parentRule_Getter"; 623 static parentRule_Getter(mthis) native "CSSRule_parentRule_Getter";
587 624
588 static parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_Getter" ; 625 static parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_Getter" ;
589 626
590 static type_Getter(mthis) native "CSSRule_type_Getter"; 627 static type_Getter(mthis) native "CSSRule_type_Getter";
628
591 } 629 }
592 630
593 class BlinkCSSCharsetRule { 631 class BlinkCSSCharsetRule {
594 static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter"; 632 static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter";
595 633
596 static encoding_Setter(mthis, value) native "CSSCharsetRule_encoding_Setter"; 634 static encoding_Setter(mthis, value) native "CSSCharsetRule_encoding_Setter";
635
597 } 636 }
598 637
599 class BlinkCSSFontFaceRule { 638 class BlinkCSSFontFaceRule {
600 static style_Getter(mthis) native "CSSFontFaceRule_style_Getter"; 639 static style_Getter(mthis) native "CSSFontFaceRule_style_Getter";
640
601 } 641 }
602 642
603 class BlinkCSSImportRule { 643 class BlinkCSSImportRule {
604 static href_Getter(mthis) native "CSSImportRule_href_Getter"; 644 static href_Getter(mthis) native "CSSImportRule_href_Getter";
605 645
606 static media_Getter(mthis) native "CSSImportRule_media_Getter"; 646 static media_Getter(mthis) native "CSSImportRule_media_Getter";
607 647
608 static styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter"; 648 static styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter";
649
609 } 650 }
610 651
611 class BlinkCSSKeyframeRule { 652 class BlinkCSSKeyframeRule {
612 static keyText_Getter(mthis) native "CSSKeyframeRule_keyText_Getter"; 653 static keyText_Getter(mthis) native "CSSKeyframeRule_keyText_Getter";
613 654
614 static keyText_Setter(mthis, value) native "CSSKeyframeRule_keyText_Setter"; 655 static keyText_Setter(mthis, value) native "CSSKeyframeRule_keyText_Setter";
615 656
616 static style_Getter(mthis) native "CSSKeyframeRule_style_Getter"; 657 static style_Getter(mthis) native "CSSKeyframeRule_style_Getter";
658
617 } 659 }
618 660
619 class BlinkCSSKeyframesRule { 661 class BlinkCSSKeyframesRule {
662 static $__getter___Callback_1(mthis, index) native "CSSKeyframesRule___getter_ __Callback";
663
620 static cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules_Getter"; 664 static cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules_Getter";
621 665
622 static name_Getter(mthis) native "CSSKeyframesRule_name_Getter";
623
624 static name_Setter(mthis, value) native "CSSKeyframesRule_name_Setter";
625
626 static $__getter___Callback_1(mthis, index) native "CSSKeyframesRule___getter_ __Callback";
627
628 static deleteRule_Callback_1(mthis, key) native "CSSKeyframesRule_deleteRule_C allback"; 666 static deleteRule_Callback_1(mthis, key) native "CSSKeyframesRule_deleteRule_C allback";
629 667
630 static findRule_Callback_1(mthis, key) native "CSSKeyframesRule_findRule_Callb ack"; 668 static findRule_Callback_1(mthis, key) native "CSSKeyframesRule_findRule_Callb ack";
631 669
632 static insertRule_Callback_1(mthis, rule) native "CSSKeyframesRule_insertRule_ Callback"; 670 static insertRule_Callback_1(mthis, rule) native "CSSKeyframesRule_insertRule_ Callback";
671
672 static name_Getter(mthis) native "CSSKeyframesRule_name_Getter";
673
674 static name_Setter(mthis, value) native "CSSKeyframesRule_name_Setter";
675
633 } 676 }
634 677
635 class BlinkCSSMediaRule { 678 class BlinkCSSMediaRule {
636 static cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter"; 679 static cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter";
637 680
638 static media_Getter(mthis) native "CSSMediaRule_media_Getter";
639
640 static deleteRule_Callback_1(mthis, index) native "CSSMediaRule_deleteRule_Cal lback"; 681 static deleteRule_Callback_1(mthis, index) native "CSSMediaRule_deleteRule_Cal lback";
641 682
642 static insertRule_Callback_2(mthis, rule, index) native "CSSMediaRule_insertRu le_Callback"; 683 static insertRule_Callback_2(mthis, rule, index) native "CSSMediaRule_insertRu le_Callback";
684
685 static media_Getter(mthis) native "CSSMediaRule_media_Getter";
686
643 } 687 }
644 688
645 class BlinkCSSPageRule { 689 class BlinkCSSPageRule {
646 static selectorText_Getter(mthis) native "CSSPageRule_selectorText_Getter"; 690 static selectorText_Getter(mthis) native "CSSPageRule_selectorText_Getter";
647 691
648 static selectorText_Setter(mthis, value) native "CSSPageRule_selectorText_Sett er"; 692 static selectorText_Setter(mthis, value) native "CSSPageRule_selectorText_Sett er";
649 693
650 static style_Getter(mthis) native "CSSPageRule_style_Getter"; 694 static style_Getter(mthis) native "CSSPageRule_style_Getter";
695
651 } 696 }
652 697
653 class BlinkCSSValue {} 698 class BlinkCSSValue {
699 }
654 700
655 class BlinkCSSPrimitiveValue {} 701 class BlinkCSSPrimitiveValue {
702 }
656 703
657 class BlinkCSSRuleList { 704 class BlinkCSSRuleList {
705 static item_Callback_1(mthis, index) native "CSSRuleList_item_Callback";
706
658 static length_Getter(mthis) native "CSSRuleList_length_Getter"; 707 static length_Getter(mthis) native "CSSRuleList_length_Getter";
659 708
660 static item_Callback_1(mthis, index) native "CSSRuleList_item_Callback";
661 } 709 }
662 710
663 class BlinkCSSStyleDeclaration { 711 class BlinkCSSStyleDeclaration {
664 static cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter";
665
666 static cssText_Setter(mthis, value) native "CSSStyleDeclaration_cssText_Setter ";
667
668 static length_Getter(mthis) native "CSSStyleDeclaration_length_Getter";
669
670 static parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter" ;
671
672 static $__getter___Callback_1(mthis, name) native "CSSStyleDeclaration___gette r___Callback"; 712 static $__getter___Callback_1(mthis, name) native "CSSStyleDeclaration___gette r___Callback";
673 713
674 static $__propertyQuery___Callback_1(mthis, name) native "CSSStyleDeclaration_ __propertyQuery___Callback"; 714 static $__propertyQuery___Callback_1(mthis, name) native "CSSStyleDeclaration_ __propertyQuery___Callback";
675 715
676 static $__setter___Callback_2(mthis, propertyName, propertyValue) native "CSSS tyleDeclaration___setter___Callback"; 716 static $__setter___Callback_2(mthis, propertyName, propertyValue) native "CSSS tyleDeclaration___setter___Callback";
677 717
718 static cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter";
719
720 static cssText_Setter(mthis, value) native "CSSStyleDeclaration_cssText_Setter ";
721
678 static getPropertyPriority_Callback_1(mthis, propertyName) native "CSSStyleDec laration_getPropertyPriority_Callback"; 722 static getPropertyPriority_Callback_1(mthis, propertyName) native "CSSStyleDec laration_getPropertyPriority_Callback";
679 723
680 static getPropertyValue_Callback_1(mthis, propertyName) native "CSSStyleDeclar ation_getPropertyValue_Callback"; 724 static getPropertyValue_Callback_1(mthis, propertyName) native "CSSStyleDeclar ation_getPropertyValue_Callback";
681 725
682 static item_Callback_1(mthis, index) native "CSSStyleDeclaration_item_Callback "; 726 static item_Callback_1(mthis, index) native "CSSStyleDeclaration_item_Callback ";
683 727
728 static length_Getter(mthis) native "CSSStyleDeclaration_length_Getter";
729
730 static parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter" ;
731
684 static removeProperty_Callback_1(mthis, propertyName) native "CSSStyleDeclarat ion_removeProperty_Callback"; 732 static removeProperty_Callback_1(mthis, propertyName) native "CSSStyleDeclarat ion_removeProperty_Callback";
685 733
686 static setProperty_Callback_3(mthis, propertyName, value, priority) native "CS SStyleDeclaration_setProperty_Callback"; 734 static setProperty_Callback_3(mthis, propertyName, value, priority) native "CS SStyleDeclaration_setProperty_Callback";
735
687 } 736 }
688 737
689 class BlinkCSSStyleRule { 738 class BlinkCSSStyleRule {
690 static selectorText_Getter(mthis) native "CSSStyleRule_selectorText_Getter"; 739 static selectorText_Getter(mthis) native "CSSStyleRule_selectorText_Getter";
691 740
692 static selectorText_Setter(mthis, value) native "CSSStyleRule_selectorText_Set ter"; 741 static selectorText_Setter(mthis, value) native "CSSStyleRule_selectorText_Set ter";
693 742
694 static style_Getter(mthis) native "CSSStyleRule_style_Getter"; 743 static style_Getter(mthis) native "CSSStyleRule_style_Getter";
744
695 } 745 }
696 746
697 class BlinkStyleSheet { 747 class BlinkStyleSheet {
698 static disabled_Getter(mthis) native "StyleSheet_disabled_Getter"; 748 static disabled_Getter(mthis) native "StyleSheet_disabled_Getter";
699 749
700 static disabled_Setter(mthis, value) native "StyleSheet_disabled_Setter"; 750 static disabled_Setter(mthis, value) native "StyleSheet_disabled_Setter";
701 751
702 static href_Getter(mthis) native "StyleSheet_href_Getter"; 752 static href_Getter(mthis) native "StyleSheet_href_Getter";
703 753
704 static media_Getter(mthis) native "StyleSheet_media_Getter"; 754 static media_Getter(mthis) native "StyleSheet_media_Getter";
705 755
706 static ownerNode_Getter(mthis) native "StyleSheet_ownerNode_Getter"; 756 static ownerNode_Getter(mthis) native "StyleSheet_ownerNode_Getter";
707 757
708 static parentStyleSheet_Getter(mthis) native "StyleSheet_parentStyleSheet_Gett er"; 758 static parentStyleSheet_Getter(mthis) native "StyleSheet_parentStyleSheet_Gett er";
709 759
710 static title_Getter(mthis) native "StyleSheet_title_Getter"; 760 static title_Getter(mthis) native "StyleSheet_title_Getter";
711 761
712 static type_Getter(mthis) native "StyleSheet_type_Getter"; 762 static type_Getter(mthis) native "StyleSheet_type_Getter";
763
713 } 764 }
714 765
715 class BlinkCSSStyleSheet { 766 class BlinkCSSStyleSheet {
767 static addRule_Callback_2(mthis, selector, style) native "CSSStyleSheet_addRul e_Callback";
768
769 static addRule_Callback_3(mthis, selector, style, index) native "CSSStyleSheet _addRule_Callback";
770
716 static cssRules_Getter(mthis) native "CSSStyleSheet_cssRules_Getter"; 771 static cssRules_Getter(mthis) native "CSSStyleSheet_cssRules_Getter";
717 772
773 static deleteRule_Callback_1(mthis, index) native "CSSStyleSheet_deleteRule_Ca llback";
774
775 static insertRule_Callback_1(mthis, rule) native "CSSStyleSheet_insertRule_Cal lback";
776
777 static insertRule_Callback_2(mthis, rule, index) native "CSSStyleSheet_insertR ule_Callback";
778
718 static ownerRule_Getter(mthis) native "CSSStyleSheet_ownerRule_Getter"; 779 static ownerRule_Getter(mthis) native "CSSStyleSheet_ownerRule_Getter";
719 780
781 static removeRule_Callback_1(mthis, index) native "CSSStyleSheet_removeRule_Ca llback";
782
720 static rules_Getter(mthis) native "CSSStyleSheet_rules_Getter"; 783 static rules_Getter(mthis) native "CSSStyleSheet_rules_Getter";
721 784
722 static addRule_Callback_3(mthis, selector, style, index) native "CSSStyleSheet _addRule_Callback";
723
724 static addRule_Callback_2(mthis, selector, style) native "CSSStyleSheet_addRul e_Callback";
725
726 static deleteRule_Callback_1(mthis, index) native "CSSStyleSheet_deleteRule_Ca llback";
727
728 static insertRule_Callback_2(mthis, rule, index) native "CSSStyleSheet_insertR ule_Callback";
729
730 static insertRule_Callback_1(mthis, rule) native "CSSStyleSheet_insertRule_Cal lback";
731
732 static removeRule_Callback_1(mthis, index) native "CSSStyleSheet_removeRule_Ca llback";
733 } 785 }
734 786
735 class BlinkCSSSupportsRule { 787 class BlinkCSSSupportsRule {
736 static conditionText_Getter(mthis) native "CSSSupportsRule_conditionText_Gette r"; 788 static conditionText_Getter(mthis) native "CSSSupportsRule_conditionText_Gette r";
737 789
738 static cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_Getter"; 790 static cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_Getter";
739 791
740 static deleteRule_Callback_1(mthis, index) native "CSSSupportsRule_deleteRule_ Callback"; 792 static deleteRule_Callback_1(mthis, index) native "CSSSupportsRule_deleteRule_ Callback";
741 793
742 static insertRule_Callback_2(mthis, rule, index) native "CSSSupportsRule_inser tRule_Callback"; 794 static insertRule_Callback_2(mthis, rule, index) native "CSSSupportsRule_inser tRule_Callback";
795
743 } 796 }
744 797
745 class BlinkCSSUnknownRule {} 798 class BlinkCSSUnknownRule {
799 }
746 800
747 class BlinkCSSValueList { 801 class BlinkCSSValueList {
802 static item_Callback_1(mthis, index) native "CSSValueList_item_Callback";
803
748 static length_Getter(mthis) native "CSSValueList_length_Getter"; 804 static length_Getter(mthis) native "CSSValueList_length_Getter";
749 805
750 static item_Callback_1(mthis, index) native "CSSValueList_item_Callback";
751 } 806 }
752 807
753 class BlinkCSSViewportRule { 808 class BlinkCSSViewportRule {
754 static style_Getter(mthis) native "CSSViewportRule_style_Getter"; 809 static style_Getter(mthis) native "CSSViewportRule_style_Getter";
810
755 } 811 }
756 812
757 class BlinkCache {} 813 class BlinkCache {
814 }
758 815
759 class BlinkCacheStorage { 816 class BlinkCacheStorage {
760 static create_Callback_1(mthis, cacheName) native "CacheStorage_create_Callbac k"; 817 static create_Callback_1(mthis, cacheName) native "CacheStorage_create_Callbac k";
761 818
762 static delete_Callback_1(mthis, cacheName) native "CacheStorage_delete_Callbac k"; 819 static delete_Callback_1(mthis, cacheName) native "CacheStorage_delete_Callbac k";
763 820
764 static get_Callback_1(mthis, cacheName) native "CacheStorage_get_Callback"; 821 static get_Callback_1(mthis, cacheName) native "CacheStorage_get_Callback";
765 822
766 static has_Callback_1(mthis, cacheName) native "CacheStorage_has_Callback"; 823 static has_Callback_1(mthis, cacheName) native "CacheStorage_has_Callback";
767 824
768 static keys_Callback(mthis) native "CacheStorage_keys_Callback"; 825 static keys_Callback_0(mthis) native "CacheStorage_keys_Callback";
826
769 } 827 }
770 828
771 class BlinkCanvas2DContextAttributes { 829 class BlinkCanvas2DContextAttributes {
772 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; 830 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter";
773 831
774 static alpha_Setter(mthis, value) native "Canvas2DContextAttributes_alpha_Sett er"; 832 static alpha_Setter(mthis, value) native "Canvas2DContextAttributes_alpha_Sett er";
775 833
776 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter" ; 834 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter" ;
777 835
778 static storage_Setter(mthis, value) native "Canvas2DContextAttributes_storage_ Setter"; 836 static storage_Setter(mthis, value) native "Canvas2DContextAttributes_storage_ Setter";
837
779 } 838 }
780 839
781 class BlinkCanvasGradient { 840 class BlinkCanvasGradient {
782 static addColorStop_Callback_2(mthis, offset, color) native "CanvasGradient_ad dColorStop_Callback"; 841 static addColorStop_Callback_2(mthis, offset, color) native "CanvasGradient_ad dColorStop_Callback";
783 } 842
784 843 }
785 class BlinkCanvasPathMethods {} 844
786 845 class BlinkCanvasPathMethods {
787 class BlinkCanvasPattern {} 846 }
847
848 class BlinkCanvasPattern {
849 }
788 850
789 class BlinkCanvasRenderingContext2D { 851 class BlinkCanvasRenderingContext2D {
852 static addHitRegion_Callback_0(mthis) native "CanvasRenderingContext2D_addHitR egion_Callback";
853
854 static addHitRegion_Callback_1(mthis, options) native "CanvasRenderingContext2 D_addHitRegion_Callback";
855
856 static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "CanvasRendering Context2D_arcTo_Callback";
857
858 static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise ) native "CanvasRenderingContext2D_arc_Callback";
859
860 static beginPath_Callback_0(mthis) native "CanvasRenderingContext2D_beginPath_ Callback";
861
862 static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "C anvasRenderingContext2D_bezierCurveTo_Callback";
863
790 static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter"; 864 static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter";
791 865
866 static clearHitRegions_Callback_0(mthis) native "CanvasRenderingContext2D_clea rHitRegions_Callback";
867
868 static clearRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderin gContext2D_clearRect_Callback";
869
870 static clip_Callback_0(mthis) native "CanvasRenderingContext2D_clip_Callback";
871
872 static clip_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2 D_clip_Callback";
873
874 static clip_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderin gContext2D_clip_Callback";
875
876 static closePath_Callback_0(mthis) native "CanvasRenderingContext2D_closePath_ Callback";
877
878 static createImageData_Callback_1(mthis, imagedata) native "CanvasRenderingCon text2D_createImageData_Callback";
879
880 static createImageData_Callback_2(mthis, sw, sh) native "CanvasRenderingContex t2D_createImageData_Callback";
881
882 static createLinearGradient_Callback_4(mthis, x0, y0, x1, y1) native "CanvasRe nderingContext2D_createLinearGradient_Callback";
883
884 static createPattern_Callback_2(mthis, canvas_OR_image, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback";
885
886 static createRadialGradient_Callback_6(mthis, x0, y0, r0, x1, y1, r1) native " CanvasRenderingContext2D_createRadialGradient_Callback";
887
792 static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_current Transform_Getter"; 888 static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_current Transform_Getter";
793 889
794 static currentTransform_Setter(mthis, value) native "CanvasRenderingContext2D_ currentTransform_Setter"; 890 static currentTransform_Setter(mthis, value) native "CanvasRenderingContext2D_ currentTransform_Setter";
795 891
892 static drawFocusIfNeeded_Callback_1(mthis, element_OR_path) native "CanvasRend eringContext2D_drawFocusIfNeeded_Callback";
893
894 static drawFocusIfNeeded_Callback_2(mthis, element_OR_path, element) native "C anvasRenderingContext2D_drawFocusIfNeeded_Callback";
895
896 static drawImage_Callback_3(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx _OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback";
897
898 static drawImage_Callback_5(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx _OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_draw Image_Callback";
899
900 static drawImage_Callback_9(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx _OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderi ngContext2D_drawImage_Callback";
901
902 static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_ellipse_Callback";
903
904 static fillRect_Callback_4(mthis, x, y, width, height) native "CanvasRendering Context2D_fillRect_Callback";
905
796 static fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Gett er"; 906 static fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Gett er";
797 907
798 static fillStyle_Setter(mthis, value) native "CanvasRenderingContext2D_fillSty le_Setter"; 908 static fillStyle_Setter(mthis, value) native "CanvasRenderingContext2D_fillSty le_Setter";
799 909
910 static fillText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext2D _fillText_Callback";
911
912 static fillText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRenderin gContext2D_fillText_Callback";
913
914 static fill_Callback_0(mthis) native "CanvasRenderingContext2D_fill_Callback";
915
916 static fill_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2 D_fill_Callback";
917
918 static fill_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderin gContext2D_fill_Callback";
919
800 static font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter"; 920 static font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter";
801 921
802 static font_Setter(mthis, value) native "CanvasRenderingContext2D_font_Setter" ; 922 static font_Setter(mthis, value) native "CanvasRenderingContext2D_font_Setter" ;
803 923
924 static getContextAttributes_Callback_0(mthis) native "CanvasRenderingContext2D _getContextAttributes_Callback";
925
926 static getImageData_Callback_4(mthis, sx, sy, sw, sh) native "CanvasRenderingC ontext2D_getImageData_Callback";
927
928 static getLineDash_Callback_0(mthis) native "CanvasRenderingContext2D_getLineD ash_Callback";
929
804 static globalAlpha_Getter(mthis) native "CanvasRenderingContext2D_globalAlpha_ Getter"; 930 static globalAlpha_Getter(mthis) native "CanvasRenderingContext2D_globalAlpha_ Getter";
805 931
806 static globalAlpha_Setter(mthis, value) native "CanvasRenderingContext2D_globa lAlpha_Setter"; 932 static globalAlpha_Setter(mthis, value) native "CanvasRenderingContext2D_globa lAlpha_Setter";
807 933
808 static globalCompositeOperation_Getter(mthis) native "CanvasRenderingContext2D _globalCompositeOperation_Getter"; 934 static globalCompositeOperation_Getter(mthis) native "CanvasRenderingContext2D _globalCompositeOperation_Getter";
809 935
810 static globalCompositeOperation_Setter(mthis, value) native "CanvasRenderingCo ntext2D_globalCompositeOperation_Setter"; 936 static globalCompositeOperation_Setter(mthis, value) native "CanvasRenderingCo ntext2D_globalCompositeOperation_Setter";
811 937
812 static imageSmoothingEnabled_Getter(mthis) native "CanvasRenderingContext2D_im ageSmoothingEnabled_Getter"; 938 static imageSmoothingEnabled_Getter(mthis) native "CanvasRenderingContext2D_im ageSmoothingEnabled_Getter";
813 939
814 static imageSmoothingEnabled_Setter(mthis, value) native "CanvasRenderingConte xt2D_imageSmoothingEnabled_Setter"; 940 static imageSmoothingEnabled_Setter(mthis, value) native "CanvasRenderingConte xt2D_imageSmoothingEnabled_Setter";
815 941
942 static isContextLost_Callback_0(mthis) native "CanvasRenderingContext2D_isCont extLost_Callback";
943
944 static isPointInPath_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRender ingContext2D_isPointInPath_Callback";
945
946 static isPointInPath_Callback_3(mthis, path_OR_x, x_OR_y, winding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback";
947
948 static isPointInPath_Callback_4(mthis, path_OR_x, x_OR_y, winding_OR_y, windin g) native "CanvasRenderingContext2D_isPointInPath_Callback";
949
950 static isPointInStroke_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRend eringContext2D_isPointInStroke_Callback";
951
952 static isPointInStroke_Callback_3(mthis, path_OR_x, x_OR_y, y) native "CanvasR enderingContext2D_isPointInStroke_Callback";
953
816 static lineCap_Getter(mthis) native "CanvasRenderingContext2D_lineCap_Getter"; 954 static lineCap_Getter(mthis) native "CanvasRenderingContext2D_lineCap_Getter";
817 955
818 static lineCap_Setter(mthis, value) native "CanvasRenderingContext2D_lineCap_S etter"; 956 static lineCap_Setter(mthis, value) native "CanvasRenderingContext2D_lineCap_S etter";
819 957
820 static lineDashOffset_Getter(mthis) native "CanvasRenderingContext2D_lineDashO ffset_Getter"; 958 static lineDashOffset_Getter(mthis) native "CanvasRenderingContext2D_lineDashO ffset_Getter";
821 959
822 static lineDashOffset_Setter(mthis, value) native "CanvasRenderingContext2D_li neDashOffset_Setter"; 960 static lineDashOffset_Setter(mthis, value) native "CanvasRenderingContext2D_li neDashOffset_Setter";
823 961
824 static lineJoin_Getter(mthis) native "CanvasRenderingContext2D_lineJoin_Getter "; 962 static lineJoin_Getter(mthis) native "CanvasRenderingContext2D_lineJoin_Getter ";
825 963
826 static lineJoin_Setter(mthis, value) native "CanvasRenderingContext2D_lineJoin _Setter"; 964 static lineJoin_Setter(mthis, value) native "CanvasRenderingContext2D_lineJoin _Setter";
827 965
966 static lineTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_lineTo_ Callback";
967
828 static lineWidth_Getter(mthis) native "CanvasRenderingContext2D_lineWidth_Gett er"; 968 static lineWidth_Getter(mthis) native "CanvasRenderingContext2D_lineWidth_Gett er";
829 969
830 static lineWidth_Setter(mthis, value) native "CanvasRenderingContext2D_lineWid th_Setter"; 970 static lineWidth_Setter(mthis, value) native "CanvasRenderingContext2D_lineWid th_Setter";
831 971
972 static measureText_Callback_1(mthis, text) native "CanvasRenderingContext2D_me asureText_Callback";
973
832 static miterLimit_Getter(mthis) native "CanvasRenderingContext2D_miterLimit_Ge tter"; 974 static miterLimit_Getter(mthis) native "CanvasRenderingContext2D_miterLimit_Ge tter";
833 975
834 static miterLimit_Setter(mthis, value) native "CanvasRenderingContext2D_miterL imit_Setter"; 976 static miterLimit_Setter(mthis, value) native "CanvasRenderingContext2D_miterL imit_Setter";
835 977
978 static moveTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_moveTo_ Callback";
979
980 static putImageData_Callback_3(mthis, imagedata, dx, dy) native "CanvasRenderi ngContext2D_putImageData_Callback";
981
982 static putImageData_Callback_7(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirty Width, dirtyHeight) native "CanvasRenderingContext2D_putImageData_Callback";
983
984 static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "CanvasRender ingContext2D_quadraticCurveTo_Callback";
985
986 static rect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingCont ext2D_rect_Callback";
987
988 static removeHitRegion_Callback_1(mthis, id) native "CanvasRenderingContext2D_ removeHitRegion_Callback";
989
990 static resetTransform_Callback_0(mthis) native "CanvasRenderingContext2D_reset Transform_Callback";
991
992 static restore_Callback_0(mthis) native "CanvasRenderingContext2D_restore_Call back";
993
994 static rotate_Callback_1(mthis, angle) native "CanvasRenderingContext2D_rotate _Callback";
995
996 static save_Callback_0(mthis) native "CanvasRenderingContext2D_save_Callback";
997
998 static scale_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_scale_Ca llback";
999
1000 static scrollPathIntoView_Callback_0(mthis) native "CanvasRenderingContext2D_s crollPathIntoView_Callback";
1001
1002 static scrollPathIntoView_Callback_1(mthis, path) native "CanvasRenderingConte xt2D_scrollPathIntoView_Callback";
1003
1004 static setLineDash_Callback_1(mthis, dash) native "CanvasRenderingContext2D_se tLineDash_Callback";
1005
1006 static setTransform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderin gContext2D_setTransform_Callback";
1007
836 static shadowBlur_Getter(mthis) native "CanvasRenderingContext2D_shadowBlur_Ge tter"; 1008 static shadowBlur_Getter(mthis) native "CanvasRenderingContext2D_shadowBlur_Ge tter";
837 1009
838 static shadowBlur_Setter(mthis, value) native "CanvasRenderingContext2D_shadow Blur_Setter"; 1010 static shadowBlur_Setter(mthis, value) native "CanvasRenderingContext2D_shadow Blur_Setter";
839 1011
840 static shadowColor_Getter(mthis) native "CanvasRenderingContext2D_shadowColor_ Getter"; 1012 static shadowColor_Getter(mthis) native "CanvasRenderingContext2D_shadowColor_ Getter";
841 1013
842 static shadowColor_Setter(mthis, value) native "CanvasRenderingContext2D_shado wColor_Setter"; 1014 static shadowColor_Setter(mthis, value) native "CanvasRenderingContext2D_shado wColor_Setter";
843 1015
844 static shadowOffsetX_Getter(mthis) native "CanvasRenderingContext2D_shadowOffs etX_Getter"; 1016 static shadowOffsetX_Getter(mthis) native "CanvasRenderingContext2D_shadowOffs etX_Getter";
845 1017
846 static shadowOffsetX_Setter(mthis, value) native "CanvasRenderingContext2D_sha dowOffsetX_Setter"; 1018 static shadowOffsetX_Setter(mthis, value) native "CanvasRenderingContext2D_sha dowOffsetX_Setter";
847 1019
848 static shadowOffsetY_Getter(mthis) native "CanvasRenderingContext2D_shadowOffs etY_Getter"; 1020 static shadowOffsetY_Getter(mthis) native "CanvasRenderingContext2D_shadowOffs etY_Getter";
849 1021
850 static shadowOffsetY_Setter(mthis, value) native "CanvasRenderingContext2D_sha dowOffsetY_Setter"; 1022 static shadowOffsetY_Setter(mthis, value) native "CanvasRenderingContext2D_sha dowOffsetY_Setter";
851 1023
1024 static strokeRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderi ngContext2D_strokeRect_Callback";
1025
852 static strokeStyle_Getter(mthis) native "CanvasRenderingContext2D_strokeStyle_ Getter"; 1026 static strokeStyle_Getter(mthis) native "CanvasRenderingContext2D_strokeStyle_ Getter";
853 1027
854 static strokeStyle_Setter(mthis, value) native "CanvasRenderingContext2D_strok eStyle_Setter"; 1028 static strokeStyle_Setter(mthis, value) native "CanvasRenderingContext2D_strok eStyle_Setter";
855 1029
1030 static strokeText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext 2D_strokeText_Callback";
1031
1032 static strokeText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRender ingContext2D_strokeText_Callback";
1033
1034 static stroke_Callback_0(mthis) native "CanvasRenderingContext2D_stroke_Callba ck";
1035
1036 static stroke_Callback_1(mthis, path) native "CanvasRenderingContext2D_stroke_ Callback";
1037
856 static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Gett er"; 1038 static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Gett er";
857 1039
858 static textAlign_Setter(mthis, value) native "CanvasRenderingContext2D_textAli gn_Setter"; 1040 static textAlign_Setter(mthis, value) native "CanvasRenderingContext2D_textAli gn_Setter";
859 1041
860 static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaselin e_Getter"; 1042 static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaselin e_Getter";
861 1043
862 static textBaseline_Setter(mthis, value) native "CanvasRenderingContext2D_text Baseline_Setter"; 1044 static textBaseline_Setter(mthis, value) native "CanvasRenderingContext2D_text Baseline_Setter";
863 1045
864 static addHitRegion_Callback_1(mthis, options) native "CanvasRenderingContext2 D_addHitRegion_Callback";
865
866 static addHitRegion_Callback(mthis) native "CanvasRenderingContext2D_addHitReg ion_Callback";
867
868 static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Ca llback";
869
870 static clearHitRegions_Callback(mthis) native "CanvasRenderingContext2D_clearH itRegions_Callback";
871
872 static clearRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderin gContext2D_clearRect_Callback";
873
874 static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback";
875
876 static clip_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2 D_clip_Callback";
877
878 static clip_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderin gContext2D_clip_Callback";
879
880 static createImageData_Callback_2(mthis, sw, sh) native "CanvasRenderingContex t2D_createImageData_Callback";
881
882 static createImageData_Callback_1(mthis, imagedata) native "CanvasRenderingCon text2D_createImageData_Callback";
883
884 static createLinearGradient_Callback_4(mthis, x0, y0, x1, y1) native "CanvasRe nderingContext2D_createLinearGradient_Callback";
885
886 static createPattern_Callback_2(mthis, canvas_OR_image, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback";
887
888 static createRadialGradient_Callback_6(mthis, x0, y0, r0, x1, y1, r1) native " CanvasRenderingContext2D_createRadialGradient_Callback";
889
890 static drawFocusIfNeeded_Callback_1(mthis, element_OR_path) native "CanvasRend eringContext2D_drawFocusIfNeeded_Callback";
891
892 static drawFocusIfNeeded_Callback_2(mthis, element_OR_path, element) native "C anvasRenderingContext2D_drawFocusIfNeeded_Callback";
893
894 static drawImage_Callback_3(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx _OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback";
895
896 static drawImage_Callback_5(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx _OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_draw Image_Callback";
897
898 static drawImage_Callback_9(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx _OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderi ngContext2D_drawImage_Callback";
899
900 static fill_Callback(mthis) native "CanvasRenderingContext2D_fill_Callback";
901
902 static fill_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2 D_fill_Callback";
903
904 static fill_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderin gContext2D_fill_Callback";
905
906 static fillRect_Callback_4(mthis, x, y, width, height) native "CanvasRendering Context2D_fillRect_Callback";
907
908 static fillText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRenderin gContext2D_fillText_Callback";
909
910 static fillText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext2D _fillText_Callback";
911
912 static getContextAttributes_Callback(mthis) native "CanvasRenderingContext2D_g etContextAttributes_Callback";
913
914 static getImageData_Callback_4(mthis, sx, sy, sw, sh) native "CanvasRenderingC ontext2D_getImageData_Callback";
915
916 static getLineDash_Callback(mthis) native "CanvasRenderingContext2D_getLineDas h_Callback";
917
918 static isContextLost_Callback(mthis) native "CanvasRenderingContext2D_isContex tLost_Callback";
919
920 static isPointInPath_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRender ingContext2D_isPointInPath_Callback";
921
922 static isPointInPath_Callback_3(mthis, path_OR_x, x_OR_y, winding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback";
923
924 static isPointInPath_Callback_4(mthis, path_OR_x, x_OR_y, winding_OR_y, windin g) native "CanvasRenderingContext2D_isPointInPath_Callback";
925
926 static isPointInStroke_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRend eringContext2D_isPointInStroke_Callback";
927
928 static isPointInStroke_Callback_3(mthis, path_OR_x, x_OR_y, y) native "CanvasR enderingContext2D_isPointInStroke_Callback";
929
930 static measureText_Callback_1(mthis, text) native "CanvasRenderingContext2D_me asureText_Callback";
931
932 static putImageData_Callback_3(mthis, imagedata, dx, dy) native "CanvasRenderi ngContext2D_putImageData_Callback";
933
934 static putImageData_Callback_7(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirty Width, dirtyHeight) native "CanvasRenderingContext2D_putImageData_Callback";
935
936 static removeHitRegion_Callback_1(mthis, id) native "CanvasRenderingContext2D_ removeHitRegion_Callback";
937
938 static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTr ansform_Callback";
939
940 static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callba ck";
941
942 static rotate_Callback_1(mthis, angle) native "CanvasRenderingContext2D_rotate _Callback";
943
944 static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback";
945
946 static scale_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_scale_Ca llback";
947
948 static scrollPathIntoView_Callback_1(mthis, path) native "CanvasRenderingConte xt2D_scrollPathIntoView_Callback";
949
950 static scrollPathIntoView_Callback(mthis) native "CanvasRenderingContext2D_scr ollPathIntoView_Callback";
951
952 static setLineDash_Callback_1(mthis, dash) native "CanvasRenderingContext2D_se tLineDash_Callback";
953
954 static setTransform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderin gContext2D_setTransform_Callback";
955
956 static stroke_Callback(mthis) native "CanvasRenderingContext2D_stroke_Callback ";
957
958 static stroke_Callback_1(mthis, path) native "CanvasRenderingContext2D_stroke_ Callback";
959
960 static strokeRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderi ngContext2D_strokeRect_Callback";
961
962 static strokeText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRender ingContext2D_strokeText_Callback";
963
964 static strokeText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext 2D_strokeText_Callback";
965
966 static transform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderingCo ntext2D_transform_Callback"; 1046 static transform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderingCo ntext2D_transform_Callback";
967 1047
968 static translate_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_tran slate_Callback"; 1048 static translate_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_tran slate_Callback";
969 1049
970 static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise ) native "CanvasRenderingContext2D_arc_Callback"; 1050 }
971 1051
972 static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "CanvasRendering Context2D_arcTo_Callback"; 1052 class BlinkChannelMergerNode {
973 1053 }
974 static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "C anvasRenderingContext2D_bezierCurveTo_Callback"; 1054
975 1055 class BlinkChannelSplitterNode {
976 static closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_Ca llback"; 1056 }
977
978 static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_ellipse_Callback";
979
980 static lineTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_lineTo_ Callback";
981
982 static moveTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_moveTo_ Callback";
983
984 static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "CanvasRender ingContext2D_quadraticCurveTo_Callback";
985
986 static rect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingCont ext2D_rect_Callback";
987 }
988
989 class BlinkChannelMergerNode {}
990
991 class BlinkChannelSplitterNode {}
992 1057
993 class BlinkGeofencingRegion { 1058 class BlinkGeofencingRegion {
994 static id_Getter(mthis) native "GeofencingRegion_id_Getter"; 1059 static id_Getter(mthis) native "GeofencingRegion_id_Getter";
1060
995 } 1061 }
996 1062
997 class BlinkCircularRegion { 1063 class BlinkCircularRegion {
998 static constructorCallback_1(init) native "CircularRegion_constructorCallback" ; 1064 static constructorCallback_1(init) native "CircularRegion_constructorCallback" ;
999 1065
1000 static latitude_Getter(mthis) native "CircularRegion_latitude_Getter"; 1066 static latitude_Getter(mthis) native "CircularRegion_latitude_Getter";
1001 1067
1002 static longitude_Getter(mthis) native "CircularRegion_longitude_Getter"; 1068 static longitude_Getter(mthis) native "CircularRegion_longitude_Getter";
1003 1069
1004 static radius_Getter(mthis) native "CircularRegion_radius_Getter"; 1070 static radius_Getter(mthis) native "CircularRegion_radius_Getter";
1071
1005 } 1072 }
1006 1073
1007 class BlinkClientRect { 1074 class BlinkClientRect {
1008 static bottom_Getter(mthis) native "ClientRect_bottom_Getter"; 1075 static bottom_Getter(mthis) native "ClientRect_bottom_Getter";
1009 1076
1010 static height_Getter(mthis) native "ClientRect_height_Getter"; 1077 static height_Getter(mthis) native "ClientRect_height_Getter";
1011 1078
1012 static left_Getter(mthis) native "ClientRect_left_Getter"; 1079 static left_Getter(mthis) native "ClientRect_left_Getter";
1013 1080
1014 static right_Getter(mthis) native "ClientRect_right_Getter"; 1081 static right_Getter(mthis) native "ClientRect_right_Getter";
1015 1082
1016 static top_Getter(mthis) native "ClientRect_top_Getter"; 1083 static top_Getter(mthis) native "ClientRect_top_Getter";
1017 1084
1018 static width_Getter(mthis) native "ClientRect_width_Getter"; 1085 static width_Getter(mthis) native "ClientRect_width_Getter";
1086
1019 } 1087 }
1020 1088
1021 class BlinkClientRectList { 1089 class BlinkClientRectList {
1090 static item_Callback_1(mthis, index) native "ClientRectList_item_Callback";
1091
1022 static length_Getter(mthis) native "ClientRectList_length_Getter"; 1092 static length_Getter(mthis) native "ClientRectList_length_Getter";
1023 1093
1024 static item_Callback_1(mthis, index) native "ClientRectList_item_Callback";
1025 } 1094 }
1026 1095
1027 class BlinkCloseEvent { 1096 class BlinkCloseEvent {
1028 static constructorCallback(type, options) native "CloseEvent_constructorCallba ck"; 1097 static constructorCallback_2(type, options) native "CloseEvent_constructorCall back";
1029 1098
1030 static code_Getter(mthis) native "CloseEvent_code_Getter"; 1099 static code_Getter(mthis) native "CloseEvent_code_Getter";
1031 1100
1032 static reason_Getter(mthis) native "CloseEvent_reason_Getter"; 1101 static reason_Getter(mthis) native "CloseEvent_reason_Getter";
1033 1102
1034 static wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; 1103 static wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter";
1104
1035 } 1105 }
1036 1106
1037 class BlinkComment { 1107 class BlinkComment {
1108 static constructorCallback_0() native "Comment_constructorCallback";
1109
1038 static constructorCallback_1(data) native "Comment_constructorCallback"; 1110 static constructorCallback_1(data) native "Comment_constructorCallback";
1039 1111
1040 static constructorCallback() native "Comment_constructorCallback";
1041 } 1112 }
1042 1113
1043 class BlinkUIEvent { 1114 class BlinkUIEvent {
1044 static constructorCallback(type, options) native "UIEvent_constructorCallback" ; 1115 static constructorCallback_2(type, options) native "UIEvent_constructorCallbac k";
1045 1116
1046 static charCode_Getter(mthis) native "UIEvent_charCode_Getter"; 1117 static charCode_Getter(mthis) native "UIEvent_charCode_Getter";
1047 1118
1048 static detail_Getter(mthis) native "UIEvent_detail_Getter"; 1119 static detail_Getter(mthis) native "UIEvent_detail_Getter";
1049 1120
1121 static initUIEvent_Callback_5(mthis, type, canBubble, cancelable, view, detail ) native "UIEvent_initUIEvent_Callback";
1122
1050 static keyCode_Getter(mthis) native "UIEvent_keyCode_Getter"; 1123 static keyCode_Getter(mthis) native "UIEvent_keyCode_Getter";
1051 1124
1052 static layerX_Getter(mthis) native "UIEvent_layerX_Getter"; 1125 static layerX_Getter(mthis) native "UIEvent_layerX_Getter";
1053 1126
1054 static layerY_Getter(mthis) native "UIEvent_layerY_Getter"; 1127 static layerY_Getter(mthis) native "UIEvent_layerY_Getter";
1055 1128
1056 static pageX_Getter(mthis) native "UIEvent_pageX_Getter"; 1129 static pageX_Getter(mthis) native "UIEvent_pageX_Getter";
1057 1130
1058 static pageY_Getter(mthis) native "UIEvent_pageY_Getter"; 1131 static pageY_Getter(mthis) native "UIEvent_pageY_Getter";
1059 1132
1060 static view_Getter(mthis) native "UIEvent_view_Getter"; 1133 static view_Getter(mthis) native "UIEvent_view_Getter";
1061 1134
1062 static which_Getter(mthis) native "UIEvent_which_Getter"; 1135 static which_Getter(mthis) native "UIEvent_which_Getter";
1063 1136
1064 static initUIEvent_Callback_5(mthis, type, canBubble, cancelable, view, detail ) native "UIEvent_initUIEvent_Callback";
1065 } 1137 }
1066 1138
1067 class BlinkCompositionEvent { 1139 class BlinkCompositionEvent {
1068 static constructorCallback(type, options) native "CompositionEvent_constructor Callback"; 1140 static constructorCallback_2(type, options) native "CompositionEvent_construct orCallback";
1069 1141
1070 static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEn d_Getter"; 1142 static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEn d_Getter";
1071 1143
1072 static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegment Start_Getter"; 1144 static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegment Start_Getter";
1073 1145
1074 static data_Getter(mthis) native "CompositionEvent_data_Getter"; 1146 static data_Getter(mthis) native "CompositionEvent_data_Getter";
1075 1147
1076 static getSegments_Callback(mthis) native "CompositionEvent_getSegments_Callba ck"; 1148 static getSegments_Callback_0(mthis) native "CompositionEvent_getSegments_Call back";
1077 1149
1078 static initCompositionEvent_Callback_5(mthis, typeArg, canBubbleArg, cancelabl eArg, viewArg, dataArg) native "CompositionEvent_initCompositionEvent_Callback"; 1150 static initCompositionEvent_Callback_5(mthis, typeArg, canBubbleArg, cancelabl eArg, viewArg, dataArg) native "CompositionEvent_initCompositionEvent_Callback";
1151
1079 } 1152 }
1080 1153
1081 class BlinkConsoleBase { 1154 class BlinkConsoleBase {
1082 static assert_Callback_2(mthis, condition, arg) native "ConsoleBase_assert_Cal lback"; 1155 static assert_Callback_2(mthis, condition, arg) native "ConsoleBase_assert_Cal lback";
1083 1156
1084 static clear_Callback_1(mthis, arg) native "ConsoleBase_clear_Callback"; 1157 static clear_Callback_1(mthis, arg) native "ConsoleBase_clear_Callback";
1085 1158
1086 static count_Callback_1(mthis, arg) native "ConsoleBase_count_Callback"; 1159 static count_Callback_1(mthis, arg) native "ConsoleBase_count_Callback";
1087 1160
1088 static debug_Callback_1(mthis, arg) native "ConsoleBase_debug_Callback"; 1161 static debug_Callback_1(mthis, arg) native "ConsoleBase_debug_Callback";
1089 1162
1090 static dir_Callback_1(mthis, arg) native "ConsoleBase_dir_Callback"; 1163 static dir_Callback_1(mthis, arg) native "ConsoleBase_dir_Callback";
1091 1164
1092 static dirxml_Callback_1(mthis, arg) native "ConsoleBase_dirxml_Callback"; 1165 static dirxml_Callback_1(mthis, arg) native "ConsoleBase_dirxml_Callback";
1093 1166
1094 static error_Callback_1(mthis, arg) native "ConsoleBase_error_Callback"; 1167 static error_Callback_1(mthis, arg) native "ConsoleBase_error_Callback";
1095 1168
1096 static group_Callback_1(mthis, arg) native "ConsoleBase_group_Callback";
1097
1098 static groupCollapsed_Callback_1(mthis, arg) native "ConsoleBase_groupCollapse d_Callback"; 1169 static groupCollapsed_Callback_1(mthis, arg) native "ConsoleBase_groupCollapse d_Callback";
1099 1170
1100 static groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callback"; 1171 static groupEnd_Callback_0(mthis) native "ConsoleBase_groupEnd_Callback";
1172
1173 static group_Callback_1(mthis, arg) native "ConsoleBase_group_Callback";
1101 1174
1102 static info_Callback_1(mthis, arg) native "ConsoleBase_info_Callback"; 1175 static info_Callback_1(mthis, arg) native "ConsoleBase_info_Callback";
1103 1176
1104 static log_Callback_1(mthis, arg) native "ConsoleBase_log_Callback"; 1177 static log_Callback_1(mthis, arg) native "ConsoleBase_log_Callback";
1105 1178
1106 static markTimeline_Callback_1(mthis, title) native "ConsoleBase_markTimeline_ Callback"; 1179 static markTimeline_Callback_1(mthis, title) native "ConsoleBase_markTimeline_ Callback";
1107 1180
1181 static profileEnd_Callback_1(mthis, title) native "ConsoleBase_profileEnd_Call back";
1182
1108 static profile_Callback_1(mthis, title) native "ConsoleBase_profile_Callback"; 1183 static profile_Callback_1(mthis, title) native "ConsoleBase_profile_Callback";
1109 1184
1110 static profileEnd_Callback_1(mthis, title) native "ConsoleBase_profileEnd_Call back";
1111
1112 static table_Callback_1(mthis, arg) native "ConsoleBase_table_Callback"; 1185 static table_Callback_1(mthis, arg) native "ConsoleBase_table_Callback";
1113 1186
1114 static time_Callback_1(mthis, title) native "ConsoleBase_time_Callback";
1115
1116 static timeEnd_Callback_1(mthis, title) native "ConsoleBase_timeEnd_Callback"; 1187 static timeEnd_Callback_1(mthis, title) native "ConsoleBase_timeEnd_Callback";
1117 1188
1118 static timeStamp_Callback_1(mthis, title) native "ConsoleBase_timeStamp_Callba ck"; 1189 static timeStamp_Callback_1(mthis, title) native "ConsoleBase_timeStamp_Callba ck";
1119 1190
1120 static timeline_Callback_1(mthis, title) native "ConsoleBase_timeline_Callback "; 1191 static time_Callback_1(mthis, title) native "ConsoleBase_time_Callback";
1121 1192
1122 static timelineEnd_Callback_1(mthis, title) native "ConsoleBase_timelineEnd_Ca llback"; 1193 static timelineEnd_Callback_1(mthis, title) native "ConsoleBase_timelineEnd_Ca llback";
1123 1194
1195 static timeline_Callback_1(mthis, title) native "ConsoleBase_timeline_Callback ";
1196
1124 static trace_Callback_1(mthis, arg) native "ConsoleBase_trace_Callback"; 1197 static trace_Callback_1(mthis, arg) native "ConsoleBase_trace_Callback";
1125 1198
1126 static warn_Callback_1(mthis, arg) native "ConsoleBase_warn_Callback"; 1199 static warn_Callback_1(mthis, arg) native "ConsoleBase_warn_Callback";
1200
1127 } 1201 }
1128 1202
1129 class BlinkConsole { 1203 class BlinkConsole {
1130 static memory_Getter(mthis) native "Console_memory_Getter"; 1204 static memory_Getter(mthis) native "Console_memory_Getter";
1205
1131 } 1206 }
1132 1207
1133 class BlinkConvolverNode { 1208 class BlinkConvolverNode {
1134 static buffer_Getter(mthis) native "ConvolverNode_buffer_Getter"; 1209 static buffer_Getter(mthis) native "ConvolverNode_buffer_Getter";
1135 1210
1136 static buffer_Setter(mthis, value) native "ConvolverNode_buffer_Setter"; 1211 static buffer_Setter(mthis, value) native "ConvolverNode_buffer_Setter";
1137 1212
1138 static normalize_Getter(mthis) native "ConvolverNode_normalize_Getter"; 1213 static normalize_Getter(mthis) native "ConvolverNode_normalize_Getter";
1139 1214
1140 static normalize_Setter(mthis, value) native "ConvolverNode_normalize_Setter"; 1215 static normalize_Setter(mthis, value) native "ConvolverNode_normalize_Setter";
1216
1141 } 1217 }
1142 1218
1143 class BlinkCoordinates { 1219 class BlinkCoordinates {
1144 static accuracy_Getter(mthis) native "Coordinates_accuracy_Getter"; 1220 static accuracy_Getter(mthis) native "Coordinates_accuracy_Getter";
1145 1221
1222 static altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAccuracy_Get ter";
1223
1146 static altitude_Getter(mthis) native "Coordinates_altitude_Getter"; 1224 static altitude_Getter(mthis) native "Coordinates_altitude_Getter";
1147 1225
1148 static altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAccuracy_Get ter";
1149
1150 static heading_Getter(mthis) native "Coordinates_heading_Getter"; 1226 static heading_Getter(mthis) native "Coordinates_heading_Getter";
1151 1227
1152 static latitude_Getter(mthis) native "Coordinates_latitude_Getter"; 1228 static latitude_Getter(mthis) native "Coordinates_latitude_Getter";
1153 1229
1154 static longitude_Getter(mthis) native "Coordinates_longitude_Getter"; 1230 static longitude_Getter(mthis) native "Coordinates_longitude_Getter";
1155 1231
1156 static speed_Getter(mthis) native "Coordinates_speed_Getter"; 1232 static speed_Getter(mthis) native "Coordinates_speed_Getter";
1233
1157 } 1234 }
1158 1235
1159 class BlinkCounter {} 1236 class BlinkCounter {
1237 }
1160 1238
1161 class BlinkCredential { 1239 class BlinkCredential {
1162 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter"; 1240 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter";
1163 1241
1164 static id_Getter(mthis) native "Credential_id_Getter"; 1242 static id_Getter(mthis) native "Credential_id_Getter";
1165 1243
1166 static name_Getter(mthis) native "Credential_name_Getter"; 1244 static name_Getter(mthis) native "Credential_name_Getter";
1245
1167 } 1246 }
1168 1247
1169 class BlinkCredentialsContainer { 1248 class BlinkCredentialsContainer {
1249 static notifyFailedSignIn_Callback_0(mthis) native "CredentialsContainer_notif yFailedSignIn_Callback";
1250
1170 static notifyFailedSignIn_Callback_1(mthis, credential) native "CredentialsCon tainer_notifyFailedSignIn_Callback"; 1251 static notifyFailedSignIn_Callback_1(mthis, credential) native "CredentialsCon tainer_notifyFailedSignIn_Callback";
1171 1252
1172 static notifyFailedSignIn_Callback(mthis) native "CredentialsContainer_notifyF ailedSignIn_Callback"; 1253 static notifySignedIn_Callback_0(mthis) native "CredentialsContainer_notifySig nedIn_Callback";
1173 1254
1174 static notifySignedIn_Callback_1(mthis, credential) native "CredentialsContain er_notifySignedIn_Callback"; 1255 static notifySignedIn_Callback_1(mthis, credential) native "CredentialsContain er_notifySignedIn_Callback";
1175 1256
1176 static notifySignedIn_Callback(mthis) native "CredentialsContainer_notifySigne dIn_Callback"; 1257 static notifySignedOut_Callback_0(mthis) native "CredentialsContainer_notifySi gnedOut_Callback";
1177 1258
1178 static notifySignedOut_Callback(mthis) native "CredentialsContainer_notifySign edOut_Callback"; 1259 static request_Callback_0(mthis) native "CredentialsContainer_request_Callback ";
1179 1260
1180 static request_Callback_1(mthis, options) native "CredentialsContainer_request _Callback"; 1261 static request_Callback_1(mthis, options) native "CredentialsContainer_request _Callback";
1181 1262
1182 static request_Callback(mthis) native "CredentialsContainer_request_Callback";
1183 } 1263 }
1184 1264
1185 class BlinkCrypto { 1265 class BlinkCrypto {
1266 static getRandomValues_Callback_1(mthis, array) native "Crypto_getRandomValues _Callback";
1267
1186 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; 1268 static subtle_Getter(mthis) native "Crypto_subtle_Getter";
1187 1269
1188 static getRandomValues_Callback_1(mthis, array) native "Crypto_getRandomValues _Callback";
1189 } 1270 }
1190 1271
1191 class BlinkCryptoKey { 1272 class BlinkCryptoKey {
1192 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter"; 1273 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter";
1193 1274
1194 static extractable_Getter(mthis) native "CryptoKey_extractable_Getter"; 1275 static extractable_Getter(mthis) native "CryptoKey_extractable_Getter";
1195 1276
1196 static type_Getter(mthis) native "CryptoKey_type_Getter"; 1277 static type_Getter(mthis) native "CryptoKey_type_Getter";
1197 1278
1198 static usages_Getter(mthis) native "CryptoKey_usages_Getter"; 1279 static usages_Getter(mthis) native "CryptoKey_usages_Getter";
1280
1199 } 1281 }
1200 1282
1201 class BlinkCustomEvent { 1283 class BlinkCustomEvent {
1202 static constructorCallback(type, options) native "CustomEvent_constructorCallb ack"; 1284 static constructorCallback_2(type, options) native "CustomEvent_constructorCal lback";
1203 1285
1204 static detail_Getter(mthis) native "CustomEvent_detail_Getter"; 1286 static detail_Getter(mthis) native "CustomEvent_detail_Getter";
1205 1287
1206 static initCustomEvent_Callback_4(mthis, typeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEvent_Callback"; 1288 static initCustomEvent_Callback_4(mthis, typeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEvent_Callback";
1289
1207 } 1290 }
1208 1291
1209 class BlinkDOMError { 1292 class BlinkDOMError {
1210 static constructorCallback_2(name, message) native "DOMError_constructorCallba ck"; 1293 static constructorCallback_2(name, message) native "DOMError_constructorCallba ck";
1211 1294
1212 static message_Getter(mthis) native "DOMError_message_Getter"; 1295 static message_Getter(mthis) native "DOMError_message_Getter";
1213 1296
1214 static name_Getter(mthis) native "DOMError_name_Getter"; 1297 static name_Getter(mthis) native "DOMError_name_Getter";
1298
1215 } 1299 }
1216 1300
1217 class BlinkDOMException { 1301 class BlinkDOMException {
1218 static message_Getter(mthis) native "DOMException_message_Getter"; 1302 static message_Getter(mthis) native "DOMException_message_Getter";
1219 1303
1220 static name_Getter(mthis) native "DOMException_name_Getter"; 1304 static name_Getter(mthis) native "DOMException_name_Getter";
1221 1305
1222 static toString_Callback(mthis) native "DOMException_toString_Callback"; 1306 static toString_Callback_0(mthis) native "DOMException_toString_Callback";
1307
1223 } 1308 }
1224 1309
1225 class BlinkDOMFileSystem { 1310 class BlinkDOMFileSystem {
1226 static name_Getter(mthis) native "DOMFileSystem_name_Getter"; 1311 static name_Getter(mthis) native "DOMFileSystem_name_Getter";
1227 1312
1228 static root_Getter(mthis) native "DOMFileSystem_root_Getter"; 1313 static root_Getter(mthis) native "DOMFileSystem_root_Getter";
1314
1229 } 1315 }
1230 1316
1231 class BlinkDOMFileSystemSync {} 1317 class BlinkDOMFileSystemSync {
1318 }
1232 1319
1233 class BlinkDOMImplementation { 1320 class BlinkDOMImplementation {
1321 static createDocumentType_Callback_3(mthis, qualifiedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callback";
1322
1234 static createDocument_Callback_3(mthis, namespaceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback"; 1323 static createDocument_Callback_3(mthis, namespaceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback";
1235 1324
1236 static createDocumentType_Callback_3(mthis, qualifiedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callback";
1237
1238 static createHTMLDocument_Callback_1(mthis, title) native "DOMImplementation_c reateHTMLDocument_Callback"; 1325 static createHTMLDocument_Callback_1(mthis, title) native "DOMImplementation_c reateHTMLDocument_Callback";
1239 1326
1240 static hasFeature_Callback_2(mthis, feature, version) native "DOMImplementatio n_hasFeature_Callback"; 1327 static hasFeature_Callback_2(mthis, feature, version) native "DOMImplementatio n_hasFeature_Callback";
1328
1241 } 1329 }
1242 1330
1243 class BlinkDOMMatrixReadOnly { 1331 class BlinkDOMMatrixReadOnly {
1244 static a_Getter(mthis) native "DOMMatrixReadOnly_a_Getter"; 1332 static a_Getter(mthis) native "DOMMatrixReadOnly_a_Getter";
1245 1333
1246 static b_Getter(mthis) native "DOMMatrixReadOnly_b_Getter"; 1334 static b_Getter(mthis) native "DOMMatrixReadOnly_b_Getter";
1247 1335
1248 static c_Getter(mthis) native "DOMMatrixReadOnly_c_Getter"; 1336 static c_Getter(mthis) native "DOMMatrixReadOnly_c_Getter";
1249 1337
1250 static d_Getter(mthis) native "DOMMatrixReadOnly_d_Getter"; 1338 static d_Getter(mthis) native "DOMMatrixReadOnly_d_Getter";
(...skipping 30 matching lines...) Expand all
1281 1369
1282 static m34_Getter(mthis) native "DOMMatrixReadOnly_m34_Getter"; 1370 static m34_Getter(mthis) native "DOMMatrixReadOnly_m34_Getter";
1283 1371
1284 static m41_Getter(mthis) native "DOMMatrixReadOnly_m41_Getter"; 1372 static m41_Getter(mthis) native "DOMMatrixReadOnly_m41_Getter";
1285 1373
1286 static m42_Getter(mthis) native "DOMMatrixReadOnly_m42_Getter"; 1374 static m42_Getter(mthis) native "DOMMatrixReadOnly_m42_Getter";
1287 1375
1288 static m43_Getter(mthis) native "DOMMatrixReadOnly_m43_Getter"; 1376 static m43_Getter(mthis) native "DOMMatrixReadOnly_m43_Getter";
1289 1377
1290 static m44_Getter(mthis) native "DOMMatrixReadOnly_m44_Getter"; 1378 static m44_Getter(mthis) native "DOMMatrixReadOnly_m44_Getter";
1379
1291 } 1380 }
1292 1381
1293 class BlinkDOMMatrix { 1382 class BlinkDOMMatrix {
1294 static constructorCallback() native "DOMMatrix_constructorCallback";
1295
1296 static constructorCallback_1(other) native "DOMMatrix_constructorCallback";
1297
1298 static a_Getter(mthis) native "DOMMatrix_a_Getter"; 1383 static a_Getter(mthis) native "DOMMatrix_a_Getter";
1299 1384
1300 static a_Setter(mthis, value) native "DOMMatrix_a_Setter"; 1385 static a_Setter(mthis, value) native "DOMMatrix_a_Setter";
1301 1386
1302 static b_Getter(mthis) native "DOMMatrix_b_Getter"; 1387 static b_Getter(mthis) native "DOMMatrix_b_Getter";
1303 1388
1304 static b_Setter(mthis, value) native "DOMMatrix_b_Setter"; 1389 static b_Setter(mthis, value) native "DOMMatrix_b_Setter";
1305 1390
1306 static c_Getter(mthis) native "DOMMatrix_c_Getter"; 1391 static c_Getter(mthis) native "DOMMatrix_c_Getter";
1307 1392
1308 static c_Setter(mthis, value) native "DOMMatrix_c_Setter"; 1393 static c_Setter(mthis, value) native "DOMMatrix_c_Setter";
1309 1394
1395 static constructorCallback_0() native "DOMMatrix_constructorCallback";
1396
1397 static constructorCallback_1(other) native "DOMMatrix_constructorCallback";
1398
1310 static d_Getter(mthis) native "DOMMatrix_d_Getter"; 1399 static d_Getter(mthis) native "DOMMatrix_d_Getter";
1311 1400
1312 static d_Setter(mthis, value) native "DOMMatrix_d_Setter"; 1401 static d_Setter(mthis, value) native "DOMMatrix_d_Setter";
1313 1402
1314 static e_Getter(mthis) native "DOMMatrix_e_Getter"; 1403 static e_Getter(mthis) native "DOMMatrix_e_Getter";
1315 1404
1316 static e_Setter(mthis, value) native "DOMMatrix_e_Setter"; 1405 static e_Setter(mthis, value) native "DOMMatrix_e_Setter";
1317 1406
1318 static f_Getter(mthis) native "DOMMatrix_f_Getter"; 1407 static f_Getter(mthis) native "DOMMatrix_f_Getter";
1319 1408
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 1464
1376 static m42_Setter(mthis, value) native "DOMMatrix_m42_Setter"; 1465 static m42_Setter(mthis, value) native "DOMMatrix_m42_Setter";
1377 1466
1378 static m43_Getter(mthis) native "DOMMatrix_m43_Getter"; 1467 static m43_Getter(mthis) native "DOMMatrix_m43_Getter";
1379 1468
1380 static m43_Setter(mthis, value) native "DOMMatrix_m43_Setter"; 1469 static m43_Setter(mthis, value) native "DOMMatrix_m43_Setter";
1381 1470
1382 static m44_Getter(mthis) native "DOMMatrix_m44_Getter"; 1471 static m44_Getter(mthis) native "DOMMatrix_m44_Getter";
1383 1472
1384 static m44_Setter(mthis, value) native "DOMMatrix_m44_Setter"; 1473 static m44_Setter(mthis, value) native "DOMMatrix_m44_Setter";
1474
1385 } 1475 }
1386 1476
1387 class BlinkDOMParser { 1477 class BlinkDOMParser {
1388 static constructorCallback() native "DOMParser_constructorCallback"; 1478 static constructorCallback_0() native "DOMParser_constructorCallback";
1389 1479
1390 static parseFromString_Callback_2(mthis, str, contentType) native "DOMParser_p arseFromString_Callback"; 1480 static parseFromString_Callback_2(mthis, str, contentType) native "DOMParser_p arseFromString_Callback";
1481
1391 } 1482 }
1392 1483
1393 class BlinkDOMPointReadOnly { 1484 class BlinkDOMPointReadOnly {
1394 static constructorCallback_4(x, y, z, w) native "DOMPointReadOnly_constructorC allback"; 1485 static constructorCallback_4(x, y, z, w) native "DOMPointReadOnly_constructorC allback";
1395 1486
1396 static w_Getter(mthis) native "DOMPointReadOnly_w_Getter"; 1487 static w_Getter(mthis) native "DOMPointReadOnly_w_Getter";
1397 1488
1398 static x_Getter(mthis) native "DOMPointReadOnly_x_Getter"; 1489 static x_Getter(mthis) native "DOMPointReadOnly_x_Getter";
1399 1490
1400 static y_Getter(mthis) native "DOMPointReadOnly_y_Getter"; 1491 static y_Getter(mthis) native "DOMPointReadOnly_y_Getter";
1401 1492
1402 static z_Getter(mthis) native "DOMPointReadOnly_z_Getter"; 1493 static z_Getter(mthis) native "DOMPointReadOnly_z_Getter";
1494
1403 } 1495 }
1404 1496
1405 class BlinkDOMPoint { 1497 class BlinkDOMPoint {
1406 static constructorCallback() native "DOMPoint_constructorCallback"; 1498 static constructorCallback_0() native "DOMPoint_constructorCallback";
1407 1499
1408 static constructorCallback_1(point_OR_x) native "DOMPoint_constructorCallback" ; 1500 static constructorCallback_1(point_OR_x) native "DOMPoint_constructorCallback" ;
1409 1501
1410 static constructorCallback_2(point_OR_x, y) native "DOMPoint_constructorCallba ck"; 1502 static constructorCallback_2(point_OR_x, y) native "DOMPoint_constructorCallba ck";
1411 1503
1412 static constructorCallback_3(point_OR_x, y, z) native "DOMPoint_constructorCal lback"; 1504 static constructorCallback_3(point_OR_x, y, z) native "DOMPoint_constructorCal lback";
1413 1505
1414 static constructorCallback_4(point_OR_x, y, z, w) native "DOMPoint_constructor Callback"; 1506 static constructorCallback_4(point_OR_x, y, z, w) native "DOMPoint_constructor Callback";
1415 1507
1416 static w_Getter(mthis) native "DOMPoint_w_Getter"; 1508 static w_Getter(mthis) native "DOMPoint_w_Getter";
1417 1509
1418 static w_Setter(mthis, value) native "DOMPoint_w_Setter"; 1510 static w_Setter(mthis, value) native "DOMPoint_w_Setter";
1419 1511
1420 static x_Getter(mthis) native "DOMPoint_x_Getter"; 1512 static x_Getter(mthis) native "DOMPoint_x_Getter";
1421 1513
1422 static x_Setter(mthis, value) native "DOMPoint_x_Setter"; 1514 static x_Setter(mthis, value) native "DOMPoint_x_Setter";
1423 1515
1424 static y_Getter(mthis) native "DOMPoint_y_Getter"; 1516 static y_Getter(mthis) native "DOMPoint_y_Getter";
1425 1517
1426 static y_Setter(mthis, value) native "DOMPoint_y_Setter"; 1518 static y_Setter(mthis, value) native "DOMPoint_y_Setter";
1427 1519
1428 static z_Getter(mthis) native "DOMPoint_z_Getter"; 1520 static z_Getter(mthis) native "DOMPoint_z_Getter";
1429 1521
1430 static z_Setter(mthis, value) native "DOMPoint_z_Setter"; 1522 static z_Setter(mthis, value) native "DOMPoint_z_Setter";
1523
1431 } 1524 }
1432 1525
1433 class BlinkDOMRectReadOnly { 1526 class BlinkDOMRectReadOnly {
1527 static bottom_Getter(mthis) native "DOMRectReadOnly_bottom_Getter";
1528
1434 static constructorCallback_4(x, y, width, height) native "DOMRectReadOnly_cons tructorCallback"; 1529 static constructorCallback_4(x, y, width, height) native "DOMRectReadOnly_cons tructorCallback";
1435 1530
1436 static bottom_Getter(mthis) native "DOMRectReadOnly_bottom_Getter";
1437
1438 static height_Getter(mthis) native "DOMRectReadOnly_height_Getter"; 1531 static height_Getter(mthis) native "DOMRectReadOnly_height_Getter";
1439 1532
1440 static left_Getter(mthis) native "DOMRectReadOnly_left_Getter"; 1533 static left_Getter(mthis) native "DOMRectReadOnly_left_Getter";
1441 1534
1442 static right_Getter(mthis) native "DOMRectReadOnly_right_Getter"; 1535 static right_Getter(mthis) native "DOMRectReadOnly_right_Getter";
1443 1536
1444 static top_Getter(mthis) native "DOMRectReadOnly_top_Getter"; 1537 static top_Getter(mthis) native "DOMRectReadOnly_top_Getter";
1445 1538
1446 static width_Getter(mthis) native "DOMRectReadOnly_width_Getter"; 1539 static width_Getter(mthis) native "DOMRectReadOnly_width_Getter";
1447 1540
1448 static x_Getter(mthis) native "DOMRectReadOnly_x_Getter"; 1541 static x_Getter(mthis) native "DOMRectReadOnly_x_Getter";
1449 1542
1450 static y_Getter(mthis) native "DOMRectReadOnly_y_Getter"; 1543 static y_Getter(mthis) native "DOMRectReadOnly_y_Getter";
1544
1451 } 1545 }
1452 1546
1453 class BlinkDOMRect { 1547 class BlinkDOMRect {
1454 static constructorCallback_4(x, y, width, height) native "DOMRect_constructorC allback"; 1548 static constructorCallback_0() native "DOMRect_constructorCallback";
1549
1550 static constructorCallback_1(x) native "DOMRect_constructorCallback";
1551
1552 static constructorCallback_2(x, y) native "DOMRect_constructorCallback";
1455 1553
1456 static constructorCallback_3(x, y, width) native "DOMRect_constructorCallback" ; 1554 static constructorCallback_3(x, y, width) native "DOMRect_constructorCallback" ;
1457 1555
1458 static constructorCallback_2(x, y) native "DOMRect_constructorCallback"; 1556 static constructorCallback_4(x, y, width, height) native "DOMRect_constructorC allback";
1459
1460 static constructorCallback_1(x) native "DOMRect_constructorCallback";
1461
1462 static constructorCallback() native "DOMRect_constructorCallback";
1463 1557
1464 static height_Getter(mthis) native "DOMRect_height_Getter"; 1558 static height_Getter(mthis) native "DOMRect_height_Getter";
1465 1559
1466 static height_Setter(mthis, value) native "DOMRect_height_Setter"; 1560 static height_Setter(mthis, value) native "DOMRect_height_Setter";
1467 1561
1468 static width_Getter(mthis) native "DOMRect_width_Getter"; 1562 static width_Getter(mthis) native "DOMRect_width_Getter";
1469 1563
1470 static width_Setter(mthis, value) native "DOMRect_width_Setter"; 1564 static width_Setter(mthis, value) native "DOMRect_width_Setter";
1471 1565
1472 static x_Getter(mthis) native "DOMRect_x_Getter"; 1566 static x_Getter(mthis) native "DOMRect_x_Getter";
1473 1567
1474 static x_Setter(mthis, value) native "DOMRect_x_Setter"; 1568 static x_Setter(mthis, value) native "DOMRect_x_Setter";
1475 1569
1476 static y_Getter(mthis) native "DOMRect_y_Getter"; 1570 static y_Getter(mthis) native "DOMRect_y_Getter";
1477 1571
1478 static y_Setter(mthis, value) native "DOMRect_y_Setter"; 1572 static y_Setter(mthis, value) native "DOMRect_y_Setter";
1573
1479 } 1574 }
1480 1575
1481 class BlinkDOMTokenList { 1576 class BlinkDOMTokenList {
1482 static length_Getter(mthis) native "DOMTokenList_length_Getter";
1483
1484 static add_Callback_1(mthis, tokens) native "DOMTokenList_add_Callback"; 1577 static add_Callback_1(mthis, tokens) native "DOMTokenList_add_Callback";
1485 1578
1486 static contains_Callback_1(mthis, token) native "DOMTokenList_contains_Callbac k"; 1579 static contains_Callback_1(mthis, token) native "DOMTokenList_contains_Callbac k";
1487 1580
1488 static item_Callback_1(mthis, index) native "DOMTokenList_item_Callback"; 1581 static item_Callback_1(mthis, index) native "DOMTokenList_item_Callback";
1489 1582
1583 static length_Getter(mthis) native "DOMTokenList_length_Getter";
1584
1490 static remove_Callback_1(mthis, tokens) native "DOMTokenList_remove_Callback"; 1585 static remove_Callback_1(mthis, tokens) native "DOMTokenList_remove_Callback";
1491 1586
1587 static toggle_Callback_1(mthis, token) native "DOMTokenList_toggle_Callback";
1588
1492 static toggle_Callback_2(mthis, token, force) native "DOMTokenList_toggle_Call back"; 1589 static toggle_Callback_2(mthis, token, force) native "DOMTokenList_toggle_Call back";
1493 1590
1494 static toggle_Callback_1(mthis, token) native "DOMTokenList_toggle_Callback";
1495 } 1591 }
1496 1592
1497 class BlinkDOMSettableTokenList { 1593 class BlinkDOMSettableTokenList {
1594 static $__getter___Callback_1(mthis, index) native "DOMSettableTokenList___get ter___Callback";
1595
1498 static value_Getter(mthis) native "DOMSettableTokenList_value_Getter"; 1596 static value_Getter(mthis) native "DOMSettableTokenList_value_Getter";
1499 1597
1500 static value_Setter(mthis, value) native "DOMSettableTokenList_value_Setter"; 1598 static value_Setter(mthis, value) native "DOMSettableTokenList_value_Setter";
1501 1599
1502 static $__getter___Callback_1(mthis, index) native "DOMSettableTokenList___get ter___Callback";
1503 } 1600 }
1504 1601
1505 class BlinkDOMStringList { 1602 class BlinkDOMStringList {
1506 static length_Getter(mthis) native "DOMStringList_length_Getter";
1507
1508 static contains_Callback_1(mthis, string) native "DOMStringList_contains_Callb ack"; 1603 static contains_Callback_1(mthis, string) native "DOMStringList_contains_Callb ack";
1509 1604
1510 static item_Callback_1(mthis, index) native "DOMStringList_item_Callback"; 1605 static item_Callback_1(mthis, index) native "DOMStringList_item_Callback";
1606
1607 static length_Getter(mthis) native "DOMStringList_length_Getter";
1608
1511 } 1609 }
1512 1610
1513 class BlinkDOMStringMap { 1611 class BlinkDOMStringMap {
1514 static $__delete___Callback_1(mthis, index_OR_name) native "DOMStringMap___del ete___Callback"; 1612 static $__delete___Callback_1(mthis, index_OR_name) native "DOMStringMap___del ete___Callback";
1515 1613
1516 static $__getter___Callback_1(mthis, index_OR_name) native "DOMStringMap___get ter___Callback"; 1614 static $__getter___Callback_1(mthis, index_OR_name) native "DOMStringMap___get ter___Callback";
1517 1615
1518 static $__setter___Callback_2(mthis, index_OR_name, value) native "DOMStringMa p___setter___Callback"; 1616 static $__setter___Callback_2(mthis, index_OR_name, value) native "DOMStringMa p___setter___Callback";
1617
1519 } 1618 }
1520 1619
1521 class BlinkDataTransfer { 1620 class BlinkDataTransfer {
1621 static clearData_Callback_0(mthis) native "DataTransfer_clearData_Callback";
1622
1623 static clearData_Callback_1(mthis, type) native "DataTransfer_clearData_Callba ck";
1624
1522 static dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter"; 1625 static dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter";
1523 1626
1524 static dropEffect_Setter(mthis, value) native "DataTransfer_dropEffect_Setter" ; 1627 static dropEffect_Setter(mthis, value) native "DataTransfer_dropEffect_Setter" ;
1525 1628
1526 static effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_Getter"; 1629 static effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_Getter";
1527 1630
1528 static effectAllowed_Setter(mthis, value) native "DataTransfer_effectAllowed_S etter"; 1631 static effectAllowed_Setter(mthis, value) native "DataTransfer_effectAllowed_S etter";
1529 1632
1530 static files_Getter(mthis) native "DataTransfer_files_Getter"; 1633 static files_Getter(mthis) native "DataTransfer_files_Getter";
1531 1634
1635 static getData_Callback_1(mthis, type) native "DataTransfer_getData_Callback";
1636
1532 static items_Getter(mthis) native "DataTransfer_items_Getter"; 1637 static items_Getter(mthis) native "DataTransfer_items_Getter";
1533 1638
1534 static types_Getter(mthis) native "DataTransfer_types_Getter";
1535
1536 static clearData_Callback_1(mthis, type) native "DataTransfer_clearData_Callba ck";
1537
1538 static clearData_Callback(mthis) native "DataTransfer_clearData_Callback";
1539
1540 static getData_Callback_1(mthis, type) native "DataTransfer_getData_Callback";
1541
1542 static setData_Callback_2(mthis, type, data) native "DataTransfer_setData_Call back"; 1639 static setData_Callback_2(mthis, type, data) native "DataTransfer_setData_Call back";
1543 1640
1544 static setDragImage_Callback_3(mthis, image, x, y) native "DataTransfer_setDra gImage_Callback"; 1641 static setDragImage_Callback_3(mthis, image, x, y) native "DataTransfer_setDra gImage_Callback";
1642
1643 static types_Getter(mthis) native "DataTransfer_types_Getter";
1644
1545 } 1645 }
1546 1646
1547 class BlinkDataTransferItem { 1647 class BlinkDataTransferItem {
1648 static getAsFile_Callback_0(mthis) native "DataTransferItem_getAsFile_Callback ";
1649
1650 static getAsString_Callback_1(mthis, callback) native "DataTransferItem_getAsS tring_Callback";
1651
1548 static kind_Getter(mthis) native "DataTransferItem_kind_Getter"; 1652 static kind_Getter(mthis) native "DataTransferItem_kind_Getter";
1549 1653
1550 static type_Getter(mthis) native "DataTransferItem_type_Getter"; 1654 static type_Getter(mthis) native "DataTransferItem_type_Getter";
1551 1655
1552 static getAsFile_Callback(mthis) native "DataTransferItem_getAsFile_Callback"; 1656 static webkitGetAsEntry_Callback_0(mthis) native "DataTransferItem_webkitGetAs Entry_Callback";
1553 1657
1554 static getAsString_Callback_1(mthis, callback) native "DataTransferItem_getAsS tring_Callback";
1555
1556 static webkitGetAsEntry_Callback(mthis) native "DataTransferItem_webkitGetAsEn try_Callback";
1557 } 1658 }
1558 1659
1559 class BlinkDataTransferItemList { 1660 class BlinkDataTransferItemList {
1560 static length_Getter(mthis) native "DataTransferItemList_length_Getter"; 1661 static $__getter___Callback_1(mthis, index) native "DataTransferItemList___get ter___Callback";
1561 1662
1562 static $__getter___Callback_1(mthis, index) native "DataTransferItemList___get ter___Callback"; 1663 static add_Callback_1(mthis, data_OR_file) native "DataTransferItemList_add_Ca llback";
1563 1664
1564 static add_Callback_2(mthis, data_OR_file, type) native "DataTransferItemList_ add_Callback"; 1665 static add_Callback_2(mthis, data_OR_file, type) native "DataTransferItemList_ add_Callback";
1565 1666
1566 static add_Callback_1(mthis, data_OR_file) native "DataTransferItemList_add_Ca llback"; 1667 static clear_Callback_0(mthis) native "DataTransferItemList_clear_Callback";
1567 1668
1568 static clear_Callback(mthis) native "DataTransferItemList_clear_Callback"; 1669 static length_Getter(mthis) native "DataTransferItemList_length_Getter";
1569 1670
1570 static remove_Callback_1(mthis, index) native "DataTransferItemList_remove_Cal lback"; 1671 static remove_Callback_1(mthis, index) native "DataTransferItemList_remove_Cal lback";
1672
1571 } 1673 }
1572 1674
1573 class BlinkDatabase { 1675 class BlinkDatabase {
1574 static version_Getter(mthis) native "Database_version_Getter"; 1676 static changeVersion_Callback_2(mthis, oldVersion, newVersion) native "Databas e_changeVersion_Callback";
1677
1678 static changeVersion_Callback_3(mthis, oldVersion, newVersion, callback) nativ e "Database_changeVersion_Callback";
1679
1680 static changeVersion_Callback_4(mthis, oldVersion, newVersion, callback, error Callback) native "Database_changeVersion_Callback";
1575 1681
1576 static changeVersion_Callback_5(mthis, oldVersion, newVersion, callback, error Callback, successCallback) native "Database_changeVersion_Callback"; 1682 static changeVersion_Callback_5(mthis, oldVersion, newVersion, callback, error Callback, successCallback) native "Database_changeVersion_Callback";
1577 1683
1578 static changeVersion_Callback_4(mthis, oldVersion, newVersion, callback, error Callback) native "Database_changeVersion_Callback"; 1684 static readTransaction_Callback_1(mthis, callback) native "Database_readTransa ction_Callback";
1579 1685
1580 static changeVersion_Callback_3(mthis, oldVersion, newVersion, callback) nativ e "Database_changeVersion_Callback"; 1686 static readTransaction_Callback_2(mthis, callback, errorCallback) native "Data base_readTransaction_Callback";
1581
1582 static changeVersion_Callback_2(mthis, oldVersion, newVersion) native "Databas e_changeVersion_Callback";
1583 1687
1584 static readTransaction_Callback_3(mthis, callback, errorCallback, successCallb ack) native "Database_readTransaction_Callback"; 1688 static readTransaction_Callback_3(mthis, callback, errorCallback, successCallb ack) native "Database_readTransaction_Callback";
1585 1689
1586 static readTransaction_Callback_2(mthis, callback, errorCallback) native "Data base_readTransaction_Callback"; 1690 static transaction_Callback_1(mthis, callback) native "Database_transaction_Ca llback";
1587 1691
1588 static readTransaction_Callback_1(mthis, callback) native "Database_readTransa ction_Callback"; 1692 static transaction_Callback_2(mthis, callback, errorCallback) native "Database _transaction_Callback";
1589 1693
1590 static transaction_Callback_3(mthis, callback, errorCallback, successCallback) native "Database_transaction_Callback"; 1694 static transaction_Callback_3(mthis, callback, errorCallback, successCallback) native "Database_transaction_Callback";
1591 1695
1592 static transaction_Callback_2(mthis, callback, errorCallback) native "Database _transaction_Callback"; 1696 static version_Getter(mthis) native "Database_version_Getter";
1593 1697
1594 static transaction_Callback_1(mthis, callback) native "Database_transaction_Ca llback";
1595 } 1698 }
1596 1699
1597 class BlinkDatabaseSync {} 1700 class BlinkDatabaseSync {
1701 }
1598 1702
1599 class BlinkWindowBase64 { 1703 class BlinkWindowBase64 {
1600 static atob_Callback_1(mthis, string) native "WindowBase64_atob_Callback"; 1704 static atob_Callback_1(mthis, string) native "WindowBase64_atob_Callback";
1601 1705
1602 static btoa_Callback_1(mthis, string) native "WindowBase64_btoa_Callback"; 1706 static btoa_Callback_1(mthis, string) native "WindowBase64_btoa_Callback";
1707
1603 } 1708 }
1604 1709
1605 class BlinkWindowTimers { 1710 class BlinkWindowTimers {
1606 static clearInterval_Callback_1(mthis, handle) native "WindowTimers_clearInter val_Callback"; 1711 static clearInterval_Callback_1(mthis, handle) native "WindowTimers_clearInter val_Callback";
1607 1712
1608 static clearTimeout_Callback_1(mthis, handle) native "WindowTimers_clearTimeou t_Callback"; 1713 static clearTimeout_Callback_1(mthis, handle) native "WindowTimers_clearTimeou t_Callback";
1609 1714
1610 static setInterval_Callback_2(mthis, handler, timeout) native "WindowTimers_se tInterval_Callback"; 1715 static setInterval_Callback_2(mthis, handler, timeout) native "WindowTimers_se tInterval_Callback";
1611 1716
1612 static setTimeout_Callback_2(mthis, handler, timeout) native "WindowTimers_set Timeout_Callback"; 1717 static setTimeout_Callback_2(mthis, handler, timeout) native "WindowTimers_set Timeout_Callback";
1718
1613 } 1719 }
1614 1720
1615 class BlinkWorkerGlobalScope { 1721 class BlinkWorkerGlobalScope {
1616 static console_Getter(mthis) native "WorkerGlobalScope_console_Getter";
1617
1618 static crypto_Getter(mthis) native "WorkerGlobalScope_crypto_Getter";
1619
1620 static indexedDB_Getter(mthis) native "WorkerGlobalScope_indexedDB_Getter";
1621
1622 static location_Getter(mthis) native "WorkerGlobalScope_location_Getter";
1623
1624 static navigator_Getter(mthis) native "WorkerGlobalScope_navigator_Getter";
1625
1626 static performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter" ;
1627
1628 static self_Getter(mthis) native "WorkerGlobalScope_self_Getter";
1629
1630 static close_Callback(mthis) native "WorkerGlobalScope_close_Callback";
1631
1632 static importScripts_Callback_1(mthis, urls) native "WorkerGlobalScope_importS cripts_Callback";
1633
1634 static openDatabase_Callback_5(mthis, name, version, displayName, estimatedSiz e, creationCallback) native "WorkerGlobalScope_openDatabase_Callback";
1635
1636 static openDatabase_Callback_4(mthis, name, version, displayName, estimatedSiz e) native "WorkerGlobalScope_openDatabase_Callback";
1637
1638 static openDatabaseSync_Callback_5(mthis, name, version, displayName, estimate dSize, creationCallback) native "WorkerGlobalScope_openDatabaseSync_Callback";
1639
1640 static openDatabaseSync_Callback_4(mthis, name, version, displayName, estimate dSize) native "WorkerGlobalScope_openDatabaseSync_Callback";
1641
1642 static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
1643
1644 static webkitRequestFileSystem_Callback_3(mthis, type, size, successCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
1645
1646 static webkitRequestFileSystem_Callback_2(mthis, type, size) native "WorkerGlo balScope_webkitRequestFileSystem_Callback";
1647
1648 static webkitRequestFileSystemSync_Callback_2(mthis, type, size) native "Worke rGlobalScope_webkitRequestFileSystemSync_Callback";
1649
1650 static webkitResolveLocalFileSystemSyncURL_Callback_1(mthis, url) native "Work erGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback";
1651
1652 static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callba ck";
1653
1654 static webkitResolveLocalFileSystemURL_Callback_2(mthis, url, successCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback";
1655
1656 static atob_Callback_1(mthis, string) native "WorkerGlobalScope_atob_Callback" ; 1722 static atob_Callback_1(mthis, string) native "WorkerGlobalScope_atob_Callback" ;
1657 1723
1658 static btoa_Callback_1(mthis, string) native "WorkerGlobalScope_btoa_Callback" ; 1724 static btoa_Callback_1(mthis, string) native "WorkerGlobalScope_btoa_Callback" ;
1659 1725
1660 static clearInterval_Callback_1(mthis, handle) native "WorkerGlobalScope_clear Interval_Callback"; 1726 static clearInterval_Callback_1(mthis, handle) native "WorkerGlobalScope_clear Interval_Callback";
1661 1727
1662 static clearTimeout_Callback_1(mthis, handle) native "WorkerGlobalScope_clearT imeout_Callback"; 1728 static clearTimeout_Callback_1(mthis, handle) native "WorkerGlobalScope_clearT imeout_Callback";
1663 1729
1730 static close_Callback_0(mthis) native "WorkerGlobalScope_close_Callback";
1731
1732 static console_Getter(mthis) native "WorkerGlobalScope_console_Getter";
1733
1734 static crypto_Getter(mthis) native "WorkerGlobalScope_crypto_Getter";
1735
1736 static importScripts_Callback_1(mthis, urls) native "WorkerGlobalScope_importS cripts_Callback";
1737
1738 static indexedDB_Getter(mthis) native "WorkerGlobalScope_indexedDB_Getter";
1739
1740 static location_Getter(mthis) native "WorkerGlobalScope_location_Getter";
1741
1742 static navigator_Getter(mthis) native "WorkerGlobalScope_navigator_Getter";
1743
1744 static openDatabaseSync_Callback_4(mthis, name, version, displayName, estimate dSize) native "WorkerGlobalScope_openDatabaseSync_Callback";
1745
1746 static openDatabaseSync_Callback_5(mthis, name, version, displayName, estimate dSize, creationCallback) native "WorkerGlobalScope_openDatabaseSync_Callback";
1747
1748 static openDatabase_Callback_4(mthis, name, version, displayName, estimatedSiz e) native "WorkerGlobalScope_openDatabase_Callback";
1749
1750 static openDatabase_Callback_5(mthis, name, version, displayName, estimatedSiz e, creationCallback) native "WorkerGlobalScope_openDatabase_Callback";
1751
1752 static performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter" ;
1753
1754 static self_Getter(mthis) native "WorkerGlobalScope_self_Getter";
1755
1664 static setInterval_Callback_2(mthis, handler, timeout) native "WorkerGlobalSco pe_setInterval_Callback"; 1756 static setInterval_Callback_2(mthis, handler, timeout) native "WorkerGlobalSco pe_setInterval_Callback";
1665 1757
1666 static setTimeout_Callback_2(mthis, handler, timeout) native "WorkerGlobalScop e_setTimeout_Callback"; 1758 static setTimeout_Callback_2(mthis, handler, timeout) native "WorkerGlobalScop e_setTimeout_Callback";
1759
1760 static webkitRequestFileSystemSync_Callback_2(mthis, type, size) native "Worke rGlobalScope_webkitRequestFileSystemSync_Callback";
1761
1762 static webkitRequestFileSystem_Callback_2(mthis, type, size) native "WorkerGlo balScope_webkitRequestFileSystem_Callback";
1763
1764 static webkitRequestFileSystem_Callback_3(mthis, type, size, successCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
1765
1766 static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
1767
1768 static webkitResolveLocalFileSystemSyncURL_Callback_1(mthis, url) native "Work erGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback";
1769
1770 static webkitResolveLocalFileSystemURL_Callback_2(mthis, url, successCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback";
1771
1772 static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callba ck";
1773
1667 } 1774 }
1668 1775
1669 class BlinkDedicatedWorkerGlobalScope { 1776 class BlinkDedicatedWorkerGlobalScope {
1670 static postMessage_Callback_2(mthis, message, transfer) native "DedicatedWorke rGlobalScope_postMessage_Callback"; 1777 static postMessage_Callback_2(mthis, message, transfer) native "DedicatedWorke rGlobalScope_postMessage_Callback";
1778
1671 } 1779 }
1672 1780
1673 class BlinkDelayNode { 1781 class BlinkDelayNode {
1674 static delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; 1782 static delayTime_Getter(mthis) native "DelayNode_delayTime_Getter";
1783
1675 } 1784 }
1676 1785
1677 class BlinkDeprecatedStorageInfo { 1786 class BlinkDeprecatedStorageInfo {
1678 static queryUsageAndQuota_Callback_3(mthis, storageType, usageCallback, errorC allback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback"; 1787 static queryUsageAndQuota_Callback_1(mthis, storageType) native "DeprecatedSto rageInfo_queryUsageAndQuota_Callback";
1679 1788
1680 static queryUsageAndQuota_Callback_2(mthis, storageType, usageCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback"; 1789 static queryUsageAndQuota_Callback_2(mthis, storageType, usageCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback";
1681 1790
1682 static queryUsageAndQuota_Callback_1(mthis, storageType) native "DeprecatedSto rageInfo_queryUsageAndQuota_Callback"; 1791 static queryUsageAndQuota_Callback_3(mthis, storageType, usageCallback, errorC allback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback";
1792
1793 static requestQuota_Callback_2(mthis, storageType, newQuotaInBytes) native "De precatedStorageInfo_requestQuota_Callback";
1794
1795 static requestQuota_Callback_3(mthis, storageType, newQuotaInBytes, quotaCallb ack) native "DeprecatedStorageInfo_requestQuota_Callback";
1683 1796
1684 static requestQuota_Callback_4(mthis, storageType, newQuotaInBytes, quotaCallb ack, errorCallback) native "DeprecatedStorageInfo_requestQuota_Callback"; 1797 static requestQuota_Callback_4(mthis, storageType, newQuotaInBytes, quotaCallb ack, errorCallback) native "DeprecatedStorageInfo_requestQuota_Callback";
1685 1798
1686 static requestQuota_Callback_3(mthis, storageType, newQuotaInBytes, quotaCallb ack) native "DeprecatedStorageInfo_requestQuota_Callback";
1687
1688 static requestQuota_Callback_2(mthis, storageType, newQuotaInBytes) native "De precatedStorageInfo_requestQuota_Callback";
1689 } 1799 }
1690 1800
1691 class BlinkDeprecatedStorageQuota { 1801 class BlinkDeprecatedStorageQuota {
1802 static queryUsageAndQuota_Callback_1(mthis, usageCallback) native "DeprecatedS torageQuota_queryUsageAndQuota_Callback";
1803
1692 static queryUsageAndQuota_Callback_2(mthis, usageCallback, errorCallback) nati ve "DeprecatedStorageQuota_queryUsageAndQuota_Callback"; 1804 static queryUsageAndQuota_Callback_2(mthis, usageCallback, errorCallback) nati ve "DeprecatedStorageQuota_queryUsageAndQuota_Callback";
1693 1805
1694 static queryUsageAndQuota_Callback_1(mthis, usageCallback) native "DeprecatedS torageQuota_queryUsageAndQuota_Callback"; 1806 static requestQuota_Callback_1(mthis, newQuotaInBytes) native "DeprecatedStora geQuota_requestQuota_Callback";
1807
1808 static requestQuota_Callback_2(mthis, newQuotaInBytes, quotaCallback) native " DeprecatedStorageQuota_requestQuota_Callback";
1695 1809
1696 static requestQuota_Callback_3(mthis, newQuotaInBytes, quotaCallback, errorCal lback) native "DeprecatedStorageQuota_requestQuota_Callback"; 1810 static requestQuota_Callback_3(mthis, newQuotaInBytes, quotaCallback, errorCal lback) native "DeprecatedStorageQuota_requestQuota_Callback";
1697 1811
1698 static requestQuota_Callback_2(mthis, newQuotaInBytes, quotaCallback) native " DeprecatedStorageQuota_requestQuota_Callback";
1699
1700 static requestQuota_Callback_1(mthis, newQuotaInBytes) native "DeprecatedStora geQuota_requestQuota_Callback";
1701 } 1812 }
1702 1813
1703 class BlinkDeviceAcceleration { 1814 class BlinkDeviceAcceleration {
1704 static x_Getter(mthis) native "DeviceAcceleration_x_Getter"; 1815 static x_Getter(mthis) native "DeviceAcceleration_x_Getter";
1705 1816
1706 static y_Getter(mthis) native "DeviceAcceleration_y_Getter"; 1817 static y_Getter(mthis) native "DeviceAcceleration_y_Getter";
1707 1818
1708 static z_Getter(mthis) native "DeviceAcceleration_z_Getter"; 1819 static z_Getter(mthis) native "DeviceAcceleration_z_Getter";
1820
1709 } 1821 }
1710 1822
1711 class BlinkDeviceLightEvent { 1823 class BlinkDeviceLightEvent {
1712 static constructorCallback(type, options) native "DeviceLightEvent_constructor Callback"; 1824 static constructorCallback_2(type, options) native "DeviceLightEvent_construct orCallback";
1713 1825
1714 static value_Getter(mthis) native "DeviceLightEvent_value_Getter"; 1826 static value_Getter(mthis) native "DeviceLightEvent_value_Getter";
1827
1715 } 1828 }
1716 1829
1717 class BlinkDeviceMotionEvent { 1830 class BlinkDeviceMotionEvent {
1831 static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_ac celerationIncludingGravity_Getter";
1832
1718 static acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Gette r"; 1833 static acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Gette r";
1719 1834
1720 static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_ac celerationIncludingGravity_Getter"; 1835 static initDeviceMotionEvent_Callback_7(mthis, type, bubbles, cancelable, acce leration, accelerationIncludingGravity, rotationRate, interval) native "DeviceMo tionEvent_initDeviceMotionEvent_Callback";
1721 1836
1722 static interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter"; 1837 static interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter";
1723 1838
1724 static rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Gette r"; 1839 static rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Gette r";
1725 1840
1726 static initDeviceMotionEvent_Callback_7(mthis, type, bubbles, cancelable, acce leration, accelerationIncludingGravity, rotationRate, interval) native "DeviceMo tionEvent_initDeviceMotionEvent_Callback";
1727 } 1841 }
1728 1842
1729 class BlinkDeviceOrientationEvent { 1843 class BlinkDeviceOrientationEvent {
1730 static absolute_Getter(mthis) native "DeviceOrientationEvent_absolute_Getter"; 1844 static absolute_Getter(mthis) native "DeviceOrientationEvent_absolute_Getter";
1731 1845
1732 static alpha_Getter(mthis) native "DeviceOrientationEvent_alpha_Getter"; 1846 static alpha_Getter(mthis) native "DeviceOrientationEvent_alpha_Getter";
1733 1847
1734 static beta_Getter(mthis) native "DeviceOrientationEvent_beta_Getter"; 1848 static beta_Getter(mthis) native "DeviceOrientationEvent_beta_Getter";
1735 1849
1736 static gamma_Getter(mthis) native "DeviceOrientationEvent_gamma_Getter"; 1850 static gamma_Getter(mthis) native "DeviceOrientationEvent_gamma_Getter";
1737 1851
1738 static initDeviceOrientationEvent_Callback_7(mthis, type, bubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent_initDeviceOrientat ionEvent_Callback"; 1852 static initDeviceOrientationEvent_Callback_7(mthis, type, bubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent_initDeviceOrientat ionEvent_Callback";
1853
1739 } 1854 }
1740 1855
1741 class BlinkDeviceRotationRate { 1856 class BlinkDeviceRotationRate {
1742 static alpha_Getter(mthis) native "DeviceRotationRate_alpha_Getter"; 1857 static alpha_Getter(mthis) native "DeviceRotationRate_alpha_Getter";
1743 1858
1744 static beta_Getter(mthis) native "DeviceRotationRate_beta_Getter"; 1859 static beta_Getter(mthis) native "DeviceRotationRate_beta_Getter";
1745 1860
1746 static gamma_Getter(mthis) native "DeviceRotationRate_gamma_Getter"; 1861 static gamma_Getter(mthis) native "DeviceRotationRate_gamma_Getter";
1862
1747 } 1863 }
1748 1864
1749 class BlinkEntry { 1865 class BlinkEntry {
1866 static copyTo_Callback_1(mthis, parent) native "Entry_copyTo_Callback";
1867
1868 static copyTo_Callback_2(mthis, parent, name) native "Entry_copyTo_Callback";
1869
1870 static copyTo_Callback_3(mthis, parent, name, successCallback) native "Entry_c opyTo_Callback";
1871
1872 static copyTo_Callback_4(mthis, parent, name, successCallback, errorCallback) native "Entry_copyTo_Callback";
1873
1750 static filesystem_Getter(mthis) native "Entry_filesystem_Getter"; 1874 static filesystem_Getter(mthis) native "Entry_filesystem_Getter";
1751 1875
1752 static fullPath_Getter(mthis) native "Entry_fullPath_Getter"; 1876 static fullPath_Getter(mthis) native "Entry_fullPath_Getter";
1753 1877
1878 static getMetadata_Callback_1(mthis, successCallback) native "Entry_getMetadat a_Callback";
1879
1880 static getMetadata_Callback_2(mthis, successCallback, errorCallback) native "E ntry_getMetadata_Callback";
1881
1882 static getParent_Callback_0(mthis) native "Entry_getParent_Callback";
1883
1884 static getParent_Callback_1(mthis, successCallback) native "Entry_getParent_Ca llback";
1885
1886 static getParent_Callback_2(mthis, successCallback, errorCallback) native "Ent ry_getParent_Callback";
1887
1754 static isDirectory_Getter(mthis) native "Entry_isDirectory_Getter"; 1888 static isDirectory_Getter(mthis) native "Entry_isDirectory_Getter";
1755 1889
1756 static isFile_Getter(mthis) native "Entry_isFile_Getter"; 1890 static isFile_Getter(mthis) native "Entry_isFile_Getter";
1757 1891
1758 static name_Getter(mthis) native "Entry_name_Getter"; 1892 static moveTo_Callback_1(mthis, parent) native "Entry_moveTo_Callback";
1759 1893
1760 static copyTo_Callback_4(mthis, parent, name, successCallback, errorCallback) native "Entry_copyTo_Callback"; 1894 static moveTo_Callback_2(mthis, parent, name) native "Entry_moveTo_Callback";
1761 1895
1762 static copyTo_Callback_3(mthis, parent, name, successCallback) native "Entry_c opyTo_Callback"; 1896 static moveTo_Callback_3(mthis, parent, name, successCallback) native "Entry_m oveTo_Callback";
1763
1764 static copyTo_Callback_2(mthis, parent, name) native "Entry_copyTo_Callback";
1765
1766 static copyTo_Callback_1(mthis, parent) native "Entry_copyTo_Callback";
1767
1768 static getMetadata_Callback_2(mthis, successCallback, errorCallback) native "E ntry_getMetadata_Callback";
1769
1770 static getMetadata_Callback_1(mthis, successCallback) native "Entry_getMetadat a_Callback";
1771
1772 static getParent_Callback_2(mthis, successCallback, errorCallback) native "Ent ry_getParent_Callback";
1773
1774 static getParent_Callback_1(mthis, successCallback) native "Entry_getParent_Ca llback";
1775
1776 static getParent_Callback(mthis) native "Entry_getParent_Callback";
1777 1897
1778 static moveTo_Callback_4(mthis, parent, name, successCallback, errorCallback) native "Entry_moveTo_Callback"; 1898 static moveTo_Callback_4(mthis, parent, name, successCallback, errorCallback) native "Entry_moveTo_Callback";
1779 1899
1780 static moveTo_Callback_3(mthis, parent, name, successCallback) native "Entry_m oveTo_Callback"; 1900 static name_Getter(mthis) native "Entry_name_Getter";
1781 1901
1782 static moveTo_Callback_2(mthis, parent, name) native "Entry_moveTo_Callback"; 1902 static remove_Callback_1(mthis, successCallback) native "Entry_remove_Callback ";
1783
1784 static moveTo_Callback_1(mthis, parent) native "Entry_moveTo_Callback";
1785 1903
1786 static remove_Callback_2(mthis, successCallback, errorCallback) native "Entry_ remove_Callback"; 1904 static remove_Callback_2(mthis, successCallback, errorCallback) native "Entry_ remove_Callback";
1787 1905
1788 static remove_Callback_1(mthis, successCallback) native "Entry_remove_Callback "; 1906 static toURL_Callback_0(mthis) native "Entry_toURL_Callback";
1789 1907
1790 static toURL_Callback(mthis) native "Entry_toURL_Callback";
1791 } 1908 }
1792 1909
1793 class BlinkDirectoryEntry { 1910 class BlinkDirectoryEntry {
1794 static createReader_Callback(mthis) native "DirectoryEntry_createReader_Callba ck"; 1911 static createReader_Callback_0(mthis) native "DirectoryEntry_createReader_Call back";
1912
1913 static getDirectory_Callback_1(mthis, path) native "DirectoryEntry_getDirector y_Callback";
1914
1915 static getDirectory_Callback_2(mthis, path, options) native "DirectoryEntry_ge tDirectory_Callback";
1916
1917 static getDirectory_Callback_3(mthis, path, options, successCallback) native " DirectoryEntry_getDirectory_Callback";
1795 1918
1796 static getDirectory_Callback_4(mthis, path, options, successCallback, errorCal lback) native "DirectoryEntry_getDirectory_Callback"; 1919 static getDirectory_Callback_4(mthis, path, options, successCallback, errorCal lback) native "DirectoryEntry_getDirectory_Callback";
1797 1920
1798 static getDirectory_Callback_3(mthis, path, options, successCallback) native " DirectoryEntry_getDirectory_Callback"; 1921 static getFile_Callback_1(mthis, path) native "DirectoryEntry_getFile_Callback ";
1799 1922
1800 static getDirectory_Callback_2(mthis, path, options) native "DirectoryEntry_ge tDirectory_Callback"; 1923 static getFile_Callback_2(mthis, path, options) native "DirectoryEntry_getFile _Callback";
1801 1924
1802 static getDirectory_Callback_1(mthis, path) native "DirectoryEntry_getDirector y_Callback"; 1925 static getFile_Callback_3(mthis, path, options, successCallback) native "Direc toryEntry_getFile_Callback";
1803 1926
1804 static getFile_Callback_4(mthis, path, options, successCallback, errorCallback ) native "DirectoryEntry_getFile_Callback"; 1927 static getFile_Callback_4(mthis, path, options, successCallback, errorCallback ) native "DirectoryEntry_getFile_Callback";
1805 1928
1806 static getFile_Callback_3(mthis, path, options, successCallback) native "Direc toryEntry_getFile_Callback"; 1929 static removeRecursively_Callback_1(mthis, successCallback) native "DirectoryE ntry_removeRecursively_Callback";
1807
1808 static getFile_Callback_2(mthis, path, options) native "DirectoryEntry_getFile _Callback";
1809
1810 static getFile_Callback_1(mthis, path) native "DirectoryEntry_getFile_Callback ";
1811 1930
1812 static removeRecursively_Callback_2(mthis, successCallback, errorCallback) nat ive "DirectoryEntry_removeRecursively_Callback"; 1931 static removeRecursively_Callback_2(mthis, successCallback, errorCallback) nat ive "DirectoryEntry_removeRecursively_Callback";
1813 1932
1814 static removeRecursively_Callback_1(mthis, successCallback) native "DirectoryE ntry_removeRecursively_Callback";
1815 } 1933 }
1816 1934
1817 class BlinkEntrySync {} 1935 class BlinkEntrySync {
1936 }
1818 1937
1819 class BlinkDirectoryEntrySync {} 1938 class BlinkDirectoryEntrySync {
1939 }
1820 1940
1821 class BlinkDirectoryReader { 1941 class BlinkDirectoryReader {
1942 static readEntries_Callback_1(mthis, successCallback) native "DirectoryReader_ readEntries_Callback";
1943
1822 static readEntries_Callback_2(mthis, successCallback, errorCallback) native "D irectoryReader_readEntries_Callback"; 1944 static readEntries_Callback_2(mthis, successCallback, errorCallback) native "D irectoryReader_readEntries_Callback";
1823 1945
1824 static readEntries_Callback_1(mthis, successCallback) native "DirectoryReader_ readEntries_Callback";
1825 } 1946 }
1826 1947
1827 class BlinkDirectoryReaderSync {} 1948 class BlinkDirectoryReaderSync {
1949 }
1828 1950
1829 class BlinkGlobalEventHandlers {} 1951 class BlinkGlobalEventHandlers {
1952 }
1830 1953
1831 class BlinkParentNode { 1954 class BlinkParentNode {
1832 static childElementCount_Getter(mthis) native "ParentNode_childElementCount_Ge tter"; 1955 static childElementCount_Getter(mthis) native "ParentNode_childElementCount_Ge tter";
1833 1956
1834 static children_Getter(mthis) native "ParentNode_children_Getter"; 1957 static children_Getter(mthis) native "ParentNode_children_Getter";
1835 1958
1836 static firstElementChild_Getter(mthis) native "ParentNode_firstElementChild_Ge tter"; 1959 static firstElementChild_Getter(mthis) native "ParentNode_firstElementChild_Ge tter";
1837 1960
1838 static lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Gett er"; 1961 static lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Gett er";
1839 1962
1963 static querySelectorAll_Callback_1(mthis, selectors) native "ParentNode_queryS electorAll_Callback";
1964
1840 static querySelector_Callback_1(mthis, selectors) native "ParentNode_querySele ctor_Callback"; 1965 static querySelector_Callback_1(mthis, selectors) native "ParentNode_querySele ctor_Callback";
1841 1966
1842 static querySelectorAll_Callback_1(mthis, selectors) native "ParentNode_queryS electorAll_Callback";
1843 } 1967 }
1844 1968
1845 class BlinkDocument { 1969 class BlinkDocument {
1846 static activeElement_Getter(mthis) native "Document_activeElement_Getter"; 1970 static activeElement_Getter(mthis) native "Document_activeElement_Getter";
1847 1971
1972 static adoptNode_Callback_1(mthis, node) native "Document_adoptNode_Callback";
1973
1848 static body_Getter(mthis) native "Document_body_Getter"; 1974 static body_Getter(mthis) native "Document_body_Getter";
1849 1975
1850 static body_Setter(mthis, value) native "Document_body_Setter"; 1976 static body_Setter(mthis, value) native "Document_body_Setter";
1851 1977
1978 static caretRangeFromPoint_Callback_2(mthis, x, y) native "Document_caretRange FromPoint_Callback";
1979
1980 static childElementCount_Getter(mthis) native "Document_childElementCount_Gett er";
1981
1982 static children_Getter(mthis) native "Document_children_Getter";
1983
1852 static contentType_Getter(mthis) native "Document_contentType_Getter"; 1984 static contentType_Getter(mthis) native "Document_contentType_Getter";
1853 1985
1854 static cookie_Getter(mthis) native "Document_cookie_Getter"; 1986 static cookie_Getter(mthis) native "Document_cookie_Getter";
1855 1987
1856 static cookie_Setter(mthis, value) native "Document_cookie_Setter"; 1988 static cookie_Setter(mthis, value) native "Document_cookie_Setter";
1857 1989
1990 static createDocumentFragment_Callback_0(mthis) native "Document_createDocumen tFragment_Callback";
1991
1992 static createElementNS_Callback_3(mthis, namespaceURI, qualifiedName, typeExte nsion) native "Document_createElementNS_Callback";
1993
1994 static createElement_Callback_2(mthis, localName_OR_tagName, typeExtension) na tive "Document_createElement_Callback";
1995
1996 static createEvent_Callback_1(mthis, eventType) native "Document_createEvent_C allback";
1997
1998 static createNodeIterator_Callback_1(mthis, root) native "Document_createNodeI terator_Callback";
1999
2000 static createNodeIterator_Callback_3(mthis, root, whatToShow, filter) native " Document_createNodeIterator_Callback";
2001
2002 static createRange_Callback_0(mthis) native "Document_createRange_Callback";
2003
2004 static createTextNode_Callback_1(mthis, data) native "Document_createTextNode_ Callback";
2005
2006 static createTouchList_Callback_1(mthis, touches) native "Document_createTouch List_Callback";
2007
2008 static createTouch_Callback_11(mthis, window, target, identifier, pageX, pageY , screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitFor ce) native "Document_createTouch_Callback";
2009
2010 static createTreeWalker_Callback_1(mthis, root) native "Document_createTreeWal ker_Callback";
2011
2012 static createTreeWalker_Callback_3(mthis, root, whatToShow, filter) native "Do cument_createTreeWalker_Callback";
2013
1858 static currentScript_Getter(mthis) native "Document_currentScript_Getter"; 2014 static currentScript_Getter(mthis) native "Document_currentScript_Getter";
1859 2015
1860 static defaultView_Getter(mthis) native "Document_defaultView_Getter"; 2016 static defaultView_Getter(mthis) native "Document_defaultView_Getter";
1861 2017
1862 static documentElement_Getter(mthis) native "Document_documentElement_Getter"; 2018 static documentElement_Getter(mthis) native "Document_documentElement_Getter";
1863 2019
1864 static domain_Getter(mthis) native "Document_domain_Getter"; 2020 static domain_Getter(mthis) native "Document_domain_Getter";
1865 2021
2022 static elementFromPoint_Callback_2(mthis, x, y) native "Document_elementFromPo int_Callback";
2023
2024 static execCommand_Callback_3(mthis, command, userInterface, value) native "Do cument_execCommand_Callback";
2025
2026 static exitFullscreen_Callback_0(mthis) native "Document_exitFullscreen_Callba ck";
2027
2028 static exitPointerLock_Callback_0(mthis) native "Document_exitPointerLock_Call back";
2029
2030 static firstElementChild_Getter(mthis) native "Document_firstElementChild_Gett er";
2031
1866 static fonts_Getter(mthis) native "Document_fonts_Getter"; 2032 static fonts_Getter(mthis) native "Document_fonts_Getter";
1867 2033
1868 static fullscreenElement_Getter(mthis) native "Document_fullscreenElement_Gett er"; 2034 static fullscreenElement_Getter(mthis) native "Document_fullscreenElement_Gett er";
1869 2035
1870 static fullscreenEnabled_Getter(mthis) native "Document_fullscreenEnabled_Gett er"; 2036 static fullscreenEnabled_Getter(mthis) native "Document_fullscreenEnabled_Gett er";
1871 2037
2038 static getCSSCanvasContext_Callback_4(mthis, contextId, name, width, height) n ative "Document_getCSSCanvasContext_Callback";
2039
2040 static getElementById_Callback_1(mthis, elementId) native "Document_getElement ById_Callback";
2041
2042 static getElementsByClassName_Callback_1(mthis, classNames) native "Document_g etElementsByClassName_Callback";
2043
2044 static getElementsByName_Callback_1(mthis, elementName) native "Document_getEl ementsByName_Callback";
2045
2046 static getElementsByTagName_Callback_1(mthis, localName) native "Document_getE lementsByTagName_Callback";
2047
1872 static head_Getter(mthis) native "Document_head_Getter"; 2048 static head_Getter(mthis) native "Document_head_Getter";
1873 2049
1874 static hidden_Getter(mthis) native "Document_hidden_Getter"; 2050 static hidden_Getter(mthis) native "Document_hidden_Getter";
1875 2051
1876 static implementation_Getter(mthis) native "Document_implementation_Getter"; 2052 static implementation_Getter(mthis) native "Document_implementation_Getter";
1877 2053
2054 static importNode_Callback_1(mthis, node) native "Document_importNode_Callback ";
2055
2056 static importNode_Callback_2(mthis, node, deep) native "Document_importNode_Ca llback";
2057
2058 static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter ";
2059
1878 static lastModified_Getter(mthis) native "Document_lastModified_Getter"; 2060 static lastModified_Getter(mthis) native "Document_lastModified_Getter";
1879 2061
1880 static pointerLockElement_Getter(mthis) native "Document_pointerLockElement_Ge tter"; 2062 static pointerLockElement_Getter(mthis) native "Document_pointerLockElement_Ge tter";
1881 2063
1882 static preferredStylesheetSet_Getter(mthis) native "Document_preferredStyleshe etSet_Getter"; 2064 static preferredStylesheetSet_Getter(mthis) native "Document_preferredStyleshe etSet_Getter";
1883 2065
2066 static queryCommandEnabled_Callback_1(mthis, command) native "Document_queryCo mmandEnabled_Callback";
2067
2068 static queryCommandIndeterm_Callback_1(mthis, command) native "Document_queryC ommandIndeterm_Callback";
2069
2070 static queryCommandState_Callback_1(mthis, command) native "Document_queryComm andState_Callback";
2071
2072 static queryCommandSupported_Callback_1(mthis, command) native "Document_query CommandSupported_Callback";
2073
2074 static queryCommandValue_Callback_1(mthis, command) native "Document_queryComm andValue_Callback";
2075
2076 static querySelectorAll_Callback_1(mthis, selectors) native "Document_querySel ectorAll_Callback";
2077
2078 static querySelector_Callback_1(mthis, selectors) native "Document_querySelect or_Callback";
2079
1884 static readyState_Getter(mthis) native "Document_readyState_Getter"; 2080 static readyState_Getter(mthis) native "Document_readyState_Getter";
1885 2081
1886 static referrer_Getter(mthis) native "Document_referrer_Getter"; 2082 static referrer_Getter(mthis) native "Document_referrer_Getter";
1887 2083
1888 static rootElement_Getter(mthis) native "Document_rootElement_Getter"; 2084 static rootElement_Getter(mthis) native "Document_rootElement_Getter";
1889 2085
1890 static selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheet Set_Getter"; 2086 static selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheet Set_Getter";
1891 2087
1892 static selectedStylesheetSet_Setter(mthis, value) native "Document_selectedSty lesheetSet_Setter"; 2088 static selectedStylesheetSet_Setter(mthis, value) native "Document_selectedSty lesheetSet_Setter";
1893 2089
1894 static styleSheets_Getter(mthis) native "Document_styleSheets_Getter"; 2090 static styleSheets_Getter(mthis) native "Document_styleSheets_Getter";
1895 2091
1896 static timeline_Getter(mthis) native "Document_timeline_Getter"; 2092 static timeline_Getter(mthis) native "Document_timeline_Getter";
1897 2093
1898 static title_Getter(mthis) native "Document_title_Getter"; 2094 static title_Getter(mthis) native "Document_title_Getter";
1899 2095
1900 static title_Setter(mthis, value) native "Document_title_Setter"; 2096 static title_Setter(mthis, value) native "Document_title_Setter";
1901 2097
1902 static visibilityState_Getter(mthis) native "Document_visibilityState_Getter"; 2098 static visibilityState_Getter(mthis) native "Document_visibilityState_Getter";
1903 2099
2100 static webkitExitFullscreen_Callback_0(mthis) native "Document_webkitExitFulls creen_Callback";
2101
1904 static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreen Element_Getter"; 2102 static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreen Element_Getter";
1905 2103
1906 static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreen Enabled_Getter"; 2104 static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreen Enabled_Getter";
1907 2105
1908 static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter"; 2106 static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter";
1909 2107
1910 static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilitySt ate_Getter"; 2108 static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilitySt ate_Getter";
1911 2109
1912 static adoptNode_Callback_1(mthis, node) native "Document_adoptNode_Callback";
1913
1914 static caretRangeFromPoint_Callback_2(mthis, x, y) native "Document_caretRange FromPoint_Callback";
1915
1916 static createDocumentFragment_Callback(mthis) native "Document_createDocumentF ragment_Callback";
1917
1918 static createElement_Callback_2(mthis, localName_OR_tagName, typeExtension) na tive "Document_createElement_Callback";
1919
1920 static createElementNS_Callback_3(mthis, namespaceURI, qualifiedName, typeExte nsion) native "Document_createElementNS_Callback";
1921
1922 static createEvent_Callback_1(mthis, eventType) native "Document_createEvent_C allback";
1923
1924 static createNodeIterator_Callback_3(mthis, root, whatToShow, filter) native " Document_createNodeIterator_Callback";
1925
1926 static createNodeIterator_Callback_1(mthis, root) native "Document_createNodeI terator_Callback";
1927
1928 static createRange_Callback(mthis) native "Document_createRange_Callback";
1929
1930 static createTextNode_Callback_1(mthis, data) native "Document_createTextNode_ Callback";
1931
1932 static createTouch_Callback_11(mthis, window, target, identifier, pageX, pageY , screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitFor ce) native "Document_createTouch_Callback";
1933
1934 static createTouchList_Callback_1(mthis, touches) native "Document_createTouch List_Callback";
1935
1936 static createTreeWalker_Callback_3(mthis, root, whatToShow, filter) native "Do cument_createTreeWalker_Callback";
1937
1938 static createTreeWalker_Callback_1(mthis, root) native "Document_createTreeWal ker_Callback";
1939
1940 static elementFromPoint_Callback_2(mthis, x, y) native "Document_elementFromPo int_Callback";
1941
1942 static execCommand_Callback_3(mthis, command, userInterface, value) native "Do cument_execCommand_Callback";
1943
1944 static exitFullscreen_Callback(mthis) native "Document_exitFullscreen_Callback ";
1945
1946 static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callba ck";
1947
1948 static getCSSCanvasContext_Callback_4(mthis, contextId, name, width, height) n ative "Document_getCSSCanvasContext_Callback";
1949
1950 static getElementById_Callback_1(mthis, elementId) native "Document_getElement ById_Callback";
1951
1952 static getElementsByClassName_Callback_1(mthis, classNames) native "Document_g etElementsByClassName_Callback";
1953
1954 static getElementsByName_Callback_1(mthis, elementName) native "Document_getEl ementsByName_Callback";
1955
1956 static getElementsByTagName_Callback_1(mthis, localName) native "Document_getE lementsByTagName_Callback";
1957
1958 static importNode_Callback_2(mthis, node, deep) native "Document_importNode_Ca llback";
1959
1960 static importNode_Callback_1(mthis, node) native "Document_importNode_Callback ";
1961
1962 static queryCommandEnabled_Callback_1(mthis, command) native "Document_queryCo mmandEnabled_Callback";
1963
1964 static queryCommandIndeterm_Callback_1(mthis, command) native "Document_queryC ommandIndeterm_Callback";
1965
1966 static queryCommandState_Callback_1(mthis, command) native "Document_queryComm andState_Callback";
1967
1968 static queryCommandSupported_Callback_1(mthis, command) native "Document_query CommandSupported_Callback";
1969
1970 static queryCommandValue_Callback_1(mthis, command) native "Document_queryComm andValue_Callback";
1971
1972 static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscr een_Callback";
1973
1974 static childElementCount_Getter(mthis) native "Document_childElementCount_Gett er";
1975
1976 static children_Getter(mthis) native "Document_children_Getter";
1977
1978 static firstElementChild_Getter(mthis) native "Document_firstElementChild_Gett er";
1979
1980 static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter ";
1981
1982 static querySelector_Callback_1(mthis, selectors) native "Document_querySelect or_Callback";
1983
1984 static querySelectorAll_Callback_1(mthis, selectors) native "Document_querySel ectorAll_Callback";
1985 } 2110 }
1986 2111
1987 class BlinkDocumentFragment { 2112 class BlinkDocumentFragment {
1988 static getElementById_Callback_1(mthis, elementId) native "DocumentFragment_ge tElementById_Callback";
1989
1990 static childElementCount_Getter(mthis) native "DocumentFragment_childElementCo unt_Getter"; 2113 static childElementCount_Getter(mthis) native "DocumentFragment_childElementCo unt_Getter";
1991 2114
1992 static firstElementChild_Getter(mthis) native "DocumentFragment_firstElementCh ild_Getter"; 2115 static firstElementChild_Getter(mthis) native "DocumentFragment_firstElementCh ild_Getter";
1993 2116
2117 static getElementById_Callback_1(mthis, elementId) native "DocumentFragment_ge tElementById_Callback";
2118
1994 static lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChil d_Getter"; 2119 static lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChil d_Getter";
1995 2120
2121 static querySelectorAll_Callback_1(mthis, selectors) native "DocumentFragment_ querySelectorAll_Callback";
2122
1996 static querySelector_Callback_1(mthis, selectors) native "DocumentFragment_que rySelector_Callback"; 2123 static querySelector_Callback_1(mthis, selectors) native "DocumentFragment_que rySelector_Callback";
1997 2124
1998 static querySelectorAll_Callback_1(mthis, selectors) native "DocumentFragment_ querySelectorAll_Callback";
1999 } 2125 }
2000 2126
2001 class BlinkDocumentType {} 2127 class BlinkDocumentType {
2128 }
2002 2129
2003 class BlinkDynamicsCompressorNode { 2130 class BlinkDynamicsCompressorNode {
2004 static attack_Getter(mthis) native "DynamicsCompressorNode_attack_Getter"; 2131 static attack_Getter(mthis) native "DynamicsCompressorNode_attack_Getter";
2005 2132
2006 static knee_Getter(mthis) native "DynamicsCompressorNode_knee_Getter"; 2133 static knee_Getter(mthis) native "DynamicsCompressorNode_knee_Getter";
2007 2134
2008 static ratio_Getter(mthis) native "DynamicsCompressorNode_ratio_Getter"; 2135 static ratio_Getter(mthis) native "DynamicsCompressorNode_ratio_Getter";
2009 2136
2010 static reduction_Getter(mthis) native "DynamicsCompressorNode_reduction_Getter "; 2137 static reduction_Getter(mthis) native "DynamicsCompressorNode_reduction_Getter ";
2011 2138
2012 static release_Getter(mthis) native "DynamicsCompressorNode_release_Getter"; 2139 static release_Getter(mthis) native "DynamicsCompressorNode_release_Getter";
2013 2140
2014 static threshold_Getter(mthis) native "DynamicsCompressorNode_threshold_Getter "; 2141 static threshold_Getter(mthis) native "DynamicsCompressorNode_threshold_Getter ";
2142
2015 } 2143 }
2016 2144
2017 class BlinkEXTBlendMinMax {} 2145 class BlinkEXTBlendMinMax {
2146 }
2018 2147
2019 class BlinkEXTFragDepth {} 2148 class BlinkEXTFragDepth {
2149 }
2020 2150
2021 class BlinkEXTShaderTextureLOD {} 2151 class BlinkEXTShaderTextureLOD {
2152 }
2022 2153
2023 class BlinkEXTTextureFilterAnisotropic {} 2154 class BlinkEXTTextureFilterAnisotropic {
2155 }
2024 2156
2025 class BlinkElement { 2157 class BlinkElement {
2158 static animate_Callback_2(mthis, effect, timing) native "Element_animate_Callb ack";
2159
2026 static attributes_Getter(mthis) native "Element_attributes_Getter"; 2160 static attributes_Getter(mthis) native "Element_attributes_Getter";
2027 2161
2162 static blur_Callback_0(mthis) native "Element_blur_Callback";
2163
2164 static childElementCount_Getter(mthis) native "Element_childElementCount_Gette r";
2165
2166 static children_Getter(mthis) native "Element_children_Getter";
2167
2028 static className_Getter(mthis) native "Element_className_Getter"; 2168 static className_Getter(mthis) native "Element_className_Getter";
2029 2169
2030 static className_Setter(mthis, value) native "Element_className_Setter"; 2170 static className_Setter(mthis, value) native "Element_className_Setter";
2031 2171
2032 static clientHeight_Getter(mthis) native "Element_clientHeight_Getter"; 2172 static clientHeight_Getter(mthis) native "Element_clientHeight_Getter";
2033 2173
2034 static clientLeft_Getter(mthis) native "Element_clientLeft_Getter"; 2174 static clientLeft_Getter(mthis) native "Element_clientLeft_Getter";
2035 2175
2036 static clientTop_Getter(mthis) native "Element_clientTop_Getter"; 2176 static clientTop_Getter(mthis) native "Element_clientTop_Getter";
2037 2177
2038 static clientWidth_Getter(mthis) native "Element_clientWidth_Getter"; 2178 static clientWidth_Getter(mthis) native "Element_clientWidth_Getter";
2039 2179
2180 static createShadowRoot_Callback_0(mthis) native "Element_createShadowRoot_Cal lback";
2181
2182 static firstElementChild_Getter(mthis) native "Element_firstElementChild_Gette r";
2183
2184 static focus_Callback_0(mthis) native "Element_focus_Callback";
2185
2186 static getAnimationPlayers_Callback_0(mthis) native "Element_getAnimationPlaye rs_Callback";
2187
2188 static getAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Eleme nt_getAttributeNS_Callback";
2189
2190 static getAttribute_Callback_1(mthis, name) native "Element_getAttribute_Callb ack";
2191
2192 static getBoundingClientRect_Callback_0(mthis) native "Element_getBoundingClie ntRect_Callback";
2193
2194 static getClientRects_Callback_0(mthis) native "Element_getClientRects_Callbac k";
2195
2196 static getDestinationInsertionPoints_Callback_0(mthis) native "Element_getDest inationInsertionPoints_Callback";
2197
2198 static getElementsByClassName_Callback_1(mthis, classNames) native "Element_ge tElementsByClassName_Callback";
2199
2200 static getElementsByTagName_Callback_1(mthis, name) native "Element_getElement sByTagName_Callback";
2201
2202 static hasAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Eleme nt_hasAttributeNS_Callback";
2203
2204 static hasAttribute_Callback_1(mthis, name) native "Element_hasAttribute_Callb ack";
2205
2040 static id_Getter(mthis) native "Element_id_Getter"; 2206 static id_Getter(mthis) native "Element_id_Getter";
2041 2207
2042 static id_Setter(mthis, value) native "Element_id_Setter"; 2208 static id_Setter(mthis, value) native "Element_id_Setter";
2043 2209
2044 static innerHTML_Getter(mthis) native "Element_innerHTML_Getter"; 2210 static innerHTML_Getter(mthis) native "Element_innerHTML_Getter";
2045 2211
2046 static innerHTML_Setter(mthis, value) native "Element_innerHTML_Setter"; 2212 static innerHTML_Setter(mthis, value) native "Element_innerHTML_Setter";
2047 2213
2214 static insertAdjacentElement_Callback_2(mthis, where, element) native "Element _insertAdjacentElement_Callback";
2215
2216 static insertAdjacentHTML_Callback_2(mthis, where, html) native "Element_inser tAdjacentHTML_Callback";
2217
2218 static insertAdjacentText_Callback_2(mthis, where, text) native "Element_inser tAdjacentText_Callback";
2219
2220 static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter" ;
2221
2048 static localName_Getter(mthis) native "Element_localName_Getter"; 2222 static localName_Getter(mthis) native "Element_localName_Getter";
2049 2223
2224 static matches_Callback_1(mthis, selectors) native "Element_matches_Callback";
2225
2050 static namespaceURI_Getter(mthis) native "Element_namespaceURI_Getter"; 2226 static namespaceURI_Getter(mthis) native "Element_namespaceURI_Getter";
2051 2227
2228 static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Get ter";
2229
2052 static offsetHeight_Getter(mthis) native "Element_offsetHeight_Getter"; 2230 static offsetHeight_Getter(mthis) native "Element_offsetHeight_Getter";
2053 2231
2054 static offsetLeft_Getter(mthis) native "Element_offsetLeft_Getter"; 2232 static offsetLeft_Getter(mthis) native "Element_offsetLeft_Getter";
2055 2233
2056 static offsetParent_Getter(mthis) native "Element_offsetParent_Getter"; 2234 static offsetParent_Getter(mthis) native "Element_offsetParent_Getter";
2057 2235
2058 static offsetTop_Getter(mthis) native "Element_offsetTop_Getter"; 2236 static offsetTop_Getter(mthis) native "Element_offsetTop_Getter";
2059 2237
2060 static offsetWidth_Getter(mthis) native "Element_offsetWidth_Getter"; 2238 static offsetWidth_Getter(mthis) native "Element_offsetWidth_Getter";
2061 2239
2062 static outerHTML_Getter(mthis) native "Element_outerHTML_Getter"; 2240 static outerHTML_Getter(mthis) native "Element_outerHTML_Getter";
2063 2241
2242 static previousElementSibling_Getter(mthis) native "Element_previousElementSib ling_Getter";
2243
2244 static querySelectorAll_Callback_1(mthis, selectors) native "Element_querySele ctorAll_Callback";
2245
2246 static querySelector_Callback_1(mthis, selectors) native "Element_querySelecto r_Callback";
2247
2248 static removeAttributeNS_Callback_2(mthis, namespaceURI, localName) native "El ement_removeAttributeNS_Callback";
2249
2250 static removeAttribute_Callback_1(mthis, name) native "Element_removeAttribute _Callback";
2251
2252 static remove_Callback_0(mthis) native "Element_remove_Callback";
2253
2254 static requestFullscreen_Callback_0(mthis) native "Element_requestFullscreen_C allback";
2255
2256 static requestPointerLock_Callback_0(mthis) native "Element_requestPointerLock _Callback";
2257
2064 static scrollHeight_Getter(mthis) native "Element_scrollHeight_Getter"; 2258 static scrollHeight_Getter(mthis) native "Element_scrollHeight_Getter";
2065 2259
2260 static scrollIntoViewIfNeeded_Callback_0(mthis) native "Element_scrollIntoView IfNeeded_Callback";
2261
2262 static scrollIntoViewIfNeeded_Callback_1(mthis, centerIfNeeded) native "Elemen t_scrollIntoViewIfNeeded_Callback";
2263
2264 static scrollIntoView_Callback_0(mthis) native "Element_scrollIntoView_Callbac k";
2265
2266 static scrollIntoView_Callback_1(mthis, alignWithTop) native "Element_scrollIn toView_Callback";
2267
2066 static scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter"; 2268 static scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter";
2067 2269
2068 static scrollLeft_Setter(mthis, value) native "Element_scrollLeft_Setter"; 2270 static scrollLeft_Setter(mthis, value) native "Element_scrollLeft_Setter";
2069 2271
2070 static scrollTop_Getter(mthis) native "Element_scrollTop_Getter"; 2272 static scrollTop_Getter(mthis) native "Element_scrollTop_Getter";
2071 2273
2072 static scrollTop_Setter(mthis, value) native "Element_scrollTop_Setter"; 2274 static scrollTop_Setter(mthis, value) native "Element_scrollTop_Setter";
2073 2275
2074 static scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter"; 2276 static scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter";
2075 2277
2278 static setAttributeNS_Callback_3(mthis, namespaceURI, qualifiedName, value) na tive "Element_setAttributeNS_Callback";
2279
2280 static setAttribute_Callback_2(mthis, name, value) native "Element_setAttribut e_Callback";
2281
2076 static shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter"; 2282 static shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter";
2077 2283
2078 static style_Getter(mthis) native "Element_style_Getter"; 2284 static style_Getter(mthis) native "Element_style_Getter";
2079 2285
2080 static tagName_Getter(mthis) native "Element_tagName_Getter"; 2286 static tagName_Getter(mthis) native "Element_tagName_Getter";
2081 2287
2082 static animate_Callback_2(mthis, effect, timing) native "Element_animate_Callb ack";
2083
2084 static blur_Callback(mthis) native "Element_blur_Callback";
2085
2086 static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callb ack";
2087
2088 static focus_Callback(mthis) native "Element_focus_Callback";
2089
2090 static getAnimationPlayers_Callback(mthis) native "Element_getAnimationPlayers _Callback";
2091
2092 static getAttribute_Callback_1(mthis, name) native "Element_getAttribute_Callb ack";
2093
2094 static getAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Eleme nt_getAttributeNS_Callback";
2095
2096 static getBoundingClientRect_Callback(mthis) native "Element_getBoundingClient Rect_Callback";
2097
2098 static getClientRects_Callback(mthis) native "Element_getClientRects_Callback" ;
2099
2100 static getDestinationInsertionPoints_Callback(mthis) native "Element_getDestin ationInsertionPoints_Callback";
2101
2102 static getElementsByClassName_Callback_1(mthis, classNames) native "Element_ge tElementsByClassName_Callback";
2103
2104 static getElementsByTagName_Callback_1(mthis, name) native "Element_getElement sByTagName_Callback";
2105
2106 static hasAttribute_Callback_1(mthis, name) native "Element_hasAttribute_Callb ack";
2107
2108 static hasAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Eleme nt_hasAttributeNS_Callback";
2109
2110 static insertAdjacentElement_Callback_2(mthis, where, element) native "Element _insertAdjacentElement_Callback";
2111
2112 static insertAdjacentHTML_Callback_2(mthis, where, html) native "Element_inser tAdjacentHTML_Callback";
2113
2114 static insertAdjacentText_Callback_2(mthis, where, text) native "Element_inser tAdjacentText_Callback";
2115
2116 static matches_Callback_1(mthis, selectors) native "Element_matches_Callback";
2117
2118 static removeAttribute_Callback_1(mthis, name) native "Element_removeAttribute _Callback";
2119
2120 static removeAttributeNS_Callback_2(mthis, namespaceURI, localName) native "El ement_removeAttributeNS_Callback";
2121
2122 static requestFullscreen_Callback(mthis) native "Element_requestFullscreen_Cal lback";
2123
2124 static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_C allback";
2125
2126 static scrollIntoView_Callback_1(mthis, alignWithTop) native "Element_scrollIn toView_Callback";
2127
2128 static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback" ;
2129
2130 static scrollIntoViewIfNeeded_Callback_1(mthis, centerIfNeeded) native "Elemen t_scrollIntoViewIfNeeded_Callback";
2131
2132 static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIf Needed_Callback";
2133
2134 static setAttribute_Callback_2(mthis, name, value) native "Element_setAttribut e_Callback";
2135
2136 static setAttributeNS_Callback_3(mthis, namespaceURI, qualifiedName, value) na tive "Element_setAttributeNS_Callback";
2137
2138 static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Get ter";
2139
2140 static previousElementSibling_Getter(mthis) native "Element_previousElementSib ling_Getter";
2141
2142 static remove_Callback(mthis) native "Element_remove_Callback";
2143
2144 static childElementCount_Getter(mthis) native "Element_childElementCount_Gette r";
2145
2146 static children_Getter(mthis) native "Element_children_Getter";
2147
2148 static firstElementChild_Getter(mthis) native "Element_firstElementChild_Gette r";
2149
2150 static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter" ;
2151
2152 static querySelector_Callback_1(mthis, selectors) native "Element_querySelecto r_Callback";
2153
2154 static querySelectorAll_Callback_1(mthis, selectors) native "Element_querySele ctorAll_Callback";
2155 } 2288 }
2156 2289
2157 class BlinkErrorEvent { 2290 class BlinkErrorEvent {
2158 static constructorCallback(type, options) native "ErrorEvent_constructorCallba ck"; 2291 static constructorCallback_2(type, options) native "ErrorEvent_constructorCall back";
2159 2292
2160 static colno_Getter(mthis) native "ErrorEvent_colno_Getter"; 2293 static colno_Getter(mthis) native "ErrorEvent_colno_Getter";
2161 2294
2162 static error_Getter(mthis) native "ErrorEvent_error_Getter"; 2295 static error_Getter(mthis) native "ErrorEvent_error_Getter";
2163 2296
2164 static filename_Getter(mthis) native "ErrorEvent_filename_Getter"; 2297 static filename_Getter(mthis) native "ErrorEvent_filename_Getter";
2165 2298
2166 static lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; 2299 static lineno_Getter(mthis) native "ErrorEvent_lineno_Getter";
2167 2300
2168 static message_Getter(mthis) native "ErrorEvent_message_Getter"; 2301 static message_Getter(mthis) native "ErrorEvent_message_Getter";
2302
2169 } 2303 }
2170 2304
2171 class BlinkEventSource { 2305 class BlinkEventSource {
2172 static constructorCallback_2(url, eventSourceInit) native "EventSource_constru ctorCallback"; 2306 static close_Callback_0(mthis) native "EventSource_close_Callback";
2173 2307
2174 static constructorCallback_1(url) native "EventSource_constructorCallback"; 2308 static constructorCallback_1(url) native "EventSource_constructorCallback";
2175 2309
2310 static constructorCallback_2(url, eventSourceInit) native "EventSource_constru ctorCallback";
2311
2176 static readyState_Getter(mthis) native "EventSource_readyState_Getter"; 2312 static readyState_Getter(mthis) native "EventSource_readyState_Getter";
2177 2313
2178 static url_Getter(mthis) native "EventSource_url_Getter"; 2314 static url_Getter(mthis) native "EventSource_url_Getter";
2179 2315
2180 static withCredentials_Getter(mthis) native "EventSource_withCredentials_Gette r"; 2316 static withCredentials_Getter(mthis) native "EventSource_withCredentials_Gette r";
2181 2317
2182 static close_Callback(mthis) native "EventSource_close_Callback";
2183 } 2318 }
2184 2319
2185 class BlinkFederatedCredential { 2320 class BlinkFederatedCredential {
2186 static constructorCallback_4(id, name, avatarURL, federation) native "Federate dCredential_constructorCallback"; 2321 static constructorCallback_4(id, name, avatarURL, federation) native "Federate dCredential_constructorCallback";
2187 2322
2188 static federation_Getter(mthis) native "FederatedCredential_federation_Getter" ; 2323 static federation_Getter(mthis) native "FederatedCredential_federation_Getter" ;
2324
2189 } 2325 }
2190 2326
2191 class BlinkFetchBodyStream { 2327 class BlinkFetchBodyStream {
2192 static asArrayBuffer_Callback(mthis) native "FetchBodyStream_asArrayBuffer_Cal lback"; 2328 static asArrayBuffer_Callback_0(mthis) native "FetchBodyStream_asArrayBuffer_C allback";
2193 2329
2194 static asBlob_Callback(mthis) native "FetchBodyStream_asBlob_Callback"; 2330 static asBlob_Callback_0(mthis) native "FetchBodyStream_asBlob_Callback";
2195 2331
2196 static asJSON_Callback(mthis) native "FetchBodyStream_asJSON_Callback"; 2332 static asJSON_Callback_0(mthis) native "FetchBodyStream_asJSON_Callback";
2197 2333
2198 static asText_Callback(mthis) native "FetchBodyStream_asText_Callback"; 2334 static asText_Callback_0(mthis) native "FetchBodyStream_asText_Callback";
2335
2199 } 2336 }
2200 2337
2201 class BlinkFetchEvent { 2338 class BlinkFetchEvent {
2202 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter"; 2339 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter";
2203 2340
2204 static request_Getter(mthis) native "FetchEvent_request_Getter"; 2341 static request_Getter(mthis) native "FetchEvent_request_Getter";
2205 2342
2206 static respondWith_Callback_1(mthis, value) native "FetchEvent_respondWith_Cal lback"; 2343 static respondWith_Callback_1(mthis, value) native "FetchEvent_respondWith_Cal lback";
2344
2207 } 2345 }
2208 2346
2209 class BlinkFile { 2347 class BlinkFile {
2348 static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter";
2349
2210 static lastModified_Getter(mthis) native "File_lastModified_Getter"; 2350 static lastModified_Getter(mthis) native "File_lastModified_Getter";
2211 2351
2212 static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter";
2213
2214 static name_Getter(mthis) native "File_name_Getter"; 2352 static name_Getter(mthis) native "File_name_Getter";
2215 2353
2216 static webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Getter "; 2354 static webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Getter ";
2355
2217 } 2356 }
2218 2357
2219 class BlinkFileEntry { 2358 class BlinkFileEntry {
2359 static createWriter_Callback_1(mthis, successCallback) native "FileEntry_creat eWriter_Callback";
2360
2220 static createWriter_Callback_2(mthis, successCallback, errorCallback) native " FileEntry_createWriter_Callback"; 2361 static createWriter_Callback_2(mthis, successCallback, errorCallback) native " FileEntry_createWriter_Callback";
2221 2362
2222 static createWriter_Callback_1(mthis, successCallback) native "FileEntry_creat eWriter_Callback"; 2363 static file_Callback_1(mthis, successCallback) native "FileEntry_file_Callback ";
2223 2364
2224 static file_Callback_2(mthis, successCallback, errorCallback) native "FileEntr y_file_Callback"; 2365 static file_Callback_2(mthis, successCallback, errorCallback) native "FileEntr y_file_Callback";
2225 2366
2226 static file_Callback_1(mthis, successCallback) native "FileEntry_file_Callback ";
2227 } 2367 }
2228 2368
2229 class BlinkFileEntrySync {} 2369 class BlinkFileEntrySync {
2370 }
2230 2371
2231 class BlinkFileError { 2372 class BlinkFileError {
2232 static code_Getter(mthis) native "FileError_code_Getter"; 2373 static code_Getter(mthis) native "FileError_code_Getter";
2374
2233 } 2375 }
2234 2376
2235 class BlinkFileList { 2377 class BlinkFileList {
2378 static item_Callback_1(mthis, index) native "FileList_item_Callback";
2379
2236 static length_Getter(mthis) native "FileList_length_Getter"; 2380 static length_Getter(mthis) native "FileList_length_Getter";
2237 2381
2238 static item_Callback_1(mthis, index) native "FileList_item_Callback";
2239 } 2382 }
2240 2383
2241 class BlinkFileReader { 2384 class BlinkFileReader {
2242 static constructorCallback() native "FileReader_constructorCallback"; 2385 static abort_Callback_0(mthis) native "FileReader_abort_Callback";
2386
2387 static constructorCallback_0() native "FileReader_constructorCallback";
2243 2388
2244 static error_Getter(mthis) native "FileReader_error_Getter"; 2389 static error_Getter(mthis) native "FileReader_error_Getter";
2245 2390
2391 static readAsArrayBuffer_Callback_1(mthis, blob) native "FileReader_readAsArra yBuffer_Callback";
2392
2393 static readAsDataURL_Callback_1(mthis, blob) native "FileReader_readAsDataURL_ Callback";
2394
2395 static readAsText_Callback_1(mthis, blob) native "FileReader_readAsText_Callba ck";
2396
2397 static readAsText_Callback_2(mthis, blob, encoding) native "FileReader_readAsT ext_Callback";
2398
2246 static readyState_Getter(mthis) native "FileReader_readyState_Getter"; 2399 static readyState_Getter(mthis) native "FileReader_readyState_Getter";
2247 2400
2248 static result_Getter(mthis) native "FileReader_result_Getter"; 2401 static result_Getter(mthis) native "FileReader_result_Getter";
2249 2402
2250 static abort_Callback(mthis) native "FileReader_abort_Callback";
2251
2252 static readAsArrayBuffer_Callback_1(mthis, blob) native "FileReader_readAsArra yBuffer_Callback";
2253
2254 static readAsDataURL_Callback_1(mthis, blob) native "FileReader_readAsDataURL_ Callback";
2255
2256 static readAsText_Callback_2(mthis, blob, encoding) native "FileReader_readAsT ext_Callback";
2257
2258 static readAsText_Callback_1(mthis, blob) native "FileReader_readAsText_Callba ck";
2259 } 2403 }
2260 2404
2261 class BlinkFileReaderSync { 2405 class BlinkFileReaderSync {
2262 static constructorCallback() native "FileReaderSync_constructorCallback"; 2406 static constructorCallback_0() native "FileReaderSync_constructorCallback";
2407
2263 } 2408 }
2264 2409
2265 class BlinkFileWriter { 2410 class BlinkFileWriter {
2411 static abort_Callback_0(mthis) native "FileWriter_abort_Callback";
2412
2266 static error_Getter(mthis) native "FileWriter_error_Getter"; 2413 static error_Getter(mthis) native "FileWriter_error_Getter";
2267 2414
2268 static length_Getter(mthis) native "FileWriter_length_Getter"; 2415 static length_Getter(mthis) native "FileWriter_length_Getter";
2269 2416
2270 static position_Getter(mthis) native "FileWriter_position_Getter"; 2417 static position_Getter(mthis) native "FileWriter_position_Getter";
2271 2418
2272 static readyState_Getter(mthis) native "FileWriter_readyState_Getter"; 2419 static readyState_Getter(mthis) native "FileWriter_readyState_Getter";
2273 2420
2274 static abort_Callback(mthis) native "FileWriter_abort_Callback";
2275
2276 static seek_Callback_1(mthis, position) native "FileWriter_seek_Callback"; 2421 static seek_Callback_1(mthis, position) native "FileWriter_seek_Callback";
2277 2422
2278 static truncate_Callback_1(mthis, size) native "FileWriter_truncate_Callback"; 2423 static truncate_Callback_1(mthis, size) native "FileWriter_truncate_Callback";
2279 2424
2280 static write_Callback_1(mthis, data) native "FileWriter_write_Callback"; 2425 static write_Callback_1(mthis, data) native "FileWriter_write_Callback";
2426
2281 } 2427 }
2282 2428
2283 class BlinkFileWriterSync {} 2429 class BlinkFileWriterSync {
2430 }
2284 2431
2285 class BlinkFocusEvent { 2432 class BlinkFocusEvent {
2286 static constructorCallback(type, options) native "FocusEvent_constructorCallba ck"; 2433 static constructorCallback_2(type, options) native "FocusEvent_constructorCall back";
2287 2434
2288 static relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter"; 2435 static relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter";
2436
2289 } 2437 }
2290 2438
2291 class BlinkFontFace { 2439 class BlinkFontFace {
2292 static constructorCallback_2(family, source) native "FontFace_constructorCallb ack"; 2440 static constructorCallback_2(family, source) native "FontFace_constructorCallb ack";
2293 2441
2294 static constructorCallback_3(family, source, descriptors) native "FontFace_con structorCallback"; 2442 static constructorCallback_3(family, source, descriptors) native "FontFace_con structorCallback";
2295 2443
2296 static family_Getter(mthis) native "FontFace_family_Getter"; 2444 static family_Getter(mthis) native "FontFace_family_Getter";
2297 2445
2298 static family_Setter(mthis, value) native "FontFace_family_Setter"; 2446 static family_Setter(mthis, value) native "FontFace_family_Setter";
2299 2447
2300 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; 2448 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter";
2301 2449
2302 static featureSettings_Setter(mthis, value) native "FontFace_featureSettings_S etter"; 2450 static featureSettings_Setter(mthis, value) native "FontFace_featureSettings_S etter";
2303 2451
2452 static load_Callback_0(mthis) native "FontFace_load_Callback";
2453
2304 static loaded_Getter(mthis) native "FontFace_loaded_Getter"; 2454 static loaded_Getter(mthis) native "FontFace_loaded_Getter";
2305 2455
2306 static status_Getter(mthis) native "FontFace_status_Getter"; 2456 static status_Getter(mthis) native "FontFace_status_Getter";
2307 2457
2308 static stretch_Getter(mthis) native "FontFace_stretch_Getter"; 2458 static stretch_Getter(mthis) native "FontFace_stretch_Getter";
2309 2459
2310 static stretch_Setter(mthis, value) native "FontFace_stretch_Setter"; 2460 static stretch_Setter(mthis, value) native "FontFace_stretch_Setter";
2311 2461
2312 static style_Getter(mthis) native "FontFace_style_Getter"; 2462 static style_Getter(mthis) native "FontFace_style_Getter";
2313 2463
2314 static style_Setter(mthis, value) native "FontFace_style_Setter"; 2464 static style_Setter(mthis, value) native "FontFace_style_Setter";
2315 2465
2316 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; 2466 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter";
2317 2467
2318 static unicodeRange_Setter(mthis, value) native "FontFace_unicodeRange_Setter" ; 2468 static unicodeRange_Setter(mthis, value) native "FontFace_unicodeRange_Setter" ;
2319 2469
2320 static variant_Getter(mthis) native "FontFace_variant_Getter"; 2470 static variant_Getter(mthis) native "FontFace_variant_Getter";
2321 2471
2322 static variant_Setter(mthis, value) native "FontFace_variant_Setter"; 2472 static variant_Setter(mthis, value) native "FontFace_variant_Setter";
2323 2473
2324 static weight_Getter(mthis) native "FontFace_weight_Getter"; 2474 static weight_Getter(mthis) native "FontFace_weight_Getter";
2325 2475
2326 static weight_Setter(mthis, value) native "FontFace_weight_Setter"; 2476 static weight_Setter(mthis, value) native "FontFace_weight_Setter";
2327 2477
2328 static load_Callback(mthis) native "FontFace_load_Callback";
2329 } 2478 }
2330 2479
2331 class BlinkFontFaceSet { 2480 class BlinkFontFaceSet {
2481 static add_Callback_1(mthis, fontFace) native "FontFaceSet_add_Callback";
2482
2483 static check_Callback_2(mthis, font, text) native "FontFaceSet_check_Callback" ;
2484
2485 static clear_Callback_0(mthis) native "FontFaceSet_clear_Callback";
2486
2487 static delete_Callback_1(mthis, fontFace) native "FontFaceSet_delete_Callback" ;
2488
2489 static forEach_Callback_1(mthis, callback) native "FontFaceSet_forEach_Callbac k";
2490
2491 static forEach_Callback_2(mthis, callback, thisArg) native "FontFaceSet_forEac h_Callback";
2492
2493 static has_Callback_1(mthis, fontFace) native "FontFaceSet_has_Callback";
2494
2332 static size_Getter(mthis) native "FontFaceSet_size_Getter"; 2495 static size_Getter(mthis) native "FontFaceSet_size_Getter";
2333 2496
2334 static status_Getter(mthis) native "FontFaceSet_status_Getter"; 2497 static status_Getter(mthis) native "FontFaceSet_status_Getter";
2335 2498
2336 static add_Callback_1(mthis, fontFace) native "FontFaceSet_add_Callback";
2337
2338 static check_Callback_2(mthis, font, text) native "FontFaceSet_check_Callback" ;
2339
2340 static clear_Callback(mthis) native "FontFaceSet_clear_Callback";
2341
2342 static delete_Callback_1(mthis, fontFace) native "FontFaceSet_delete_Callback" ;
2343
2344 static forEach_Callback_2(mthis, callback, thisArg) native "FontFaceSet_forEac h_Callback";
2345
2346 static forEach_Callback_1(mthis, callback) native "FontFaceSet_forEach_Callbac k";
2347
2348 static has_Callback_1(mthis, fontFace) native "FontFaceSet_has_Callback";
2349 } 2499 }
2350 2500
2351 class BlinkFontFaceSetLoadEvent { 2501 class BlinkFontFaceSetLoadEvent {
2352 static fontfaces_Getter(mthis) native "FontFaceSetLoadEvent_fontfaces_Getter"; 2502 static fontfaces_Getter(mthis) native "FontFaceSetLoadEvent_fontfaces_Getter";
2503
2353 } 2504 }
2354 2505
2355 class BlinkFormData { 2506 class BlinkFormData {
2356 static constructorCallback_1(form) native "FormData_constructorCallback_HTMLFo rmElement";
2357
2358 static append_Callback_2(mthis, name, value) native "FormData_append_Callback" ; 2507 static append_Callback_2(mthis, name, value) native "FormData_append_Callback" ;
2359 2508
2360 static append_Callback_3(mthis, name, value, filename) native "FormData_append _Callback"; 2509 static append_Callback_3(mthis, name, value, filename) native "FormData_append _Callback";
2510
2511 static constructorCallback_1(form) native "FormData_constructorCallback";
2512
2361 } 2513 }
2362 2514
2363 class BlinkGainNode { 2515 class BlinkGainNode {
2364 static gain_Getter(mthis) native "GainNode_gain_Getter"; 2516 static gain_Getter(mthis) native "GainNode_gain_Getter";
2517
2365 } 2518 }
2366 2519
2367 class BlinkGamepad { 2520 class BlinkGamepad {
2368 static axes_Getter(mthis) native "Gamepad_axes_Getter"; 2521 static axes_Getter(mthis) native "Gamepad_axes_Getter";
2369 2522
2370 static connected_Getter(mthis) native "Gamepad_connected_Getter"; 2523 static connected_Getter(mthis) native "Gamepad_connected_Getter";
2371 2524
2372 static id_Getter(mthis) native "Gamepad_id_Getter"; 2525 static id_Getter(mthis) native "Gamepad_id_Getter";
2373 2526
2374 static index_Getter(mthis) native "Gamepad_index_Getter"; 2527 static index_Getter(mthis) native "Gamepad_index_Getter";
2375 2528
2376 static mapping_Getter(mthis) native "Gamepad_mapping_Getter"; 2529 static mapping_Getter(mthis) native "Gamepad_mapping_Getter";
2377 2530
2378 static timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; 2531 static timestamp_Getter(mthis) native "Gamepad_timestamp_Getter";
2532
2379 } 2533 }
2380 2534
2381 class BlinkGamepadButton { 2535 class BlinkGamepadButton {
2382 static pressed_Getter(mthis) native "GamepadButton_pressed_Getter"; 2536 static pressed_Getter(mthis) native "GamepadButton_pressed_Getter";
2383 2537
2384 static value_Getter(mthis) native "GamepadButton_value_Getter"; 2538 static value_Getter(mthis) native "GamepadButton_value_Getter";
2539
2385 } 2540 }
2386 2541
2387 class BlinkGamepadEvent { 2542 class BlinkGamepadEvent {
2388 static constructorCallback(type, options) native "GamepadEvent_constructorCall back"; 2543 static constructorCallback_2(type, options) native "GamepadEvent_constructorCa llback";
2389 2544
2390 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; 2545 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter";
2546
2391 } 2547 }
2392 2548
2393 class BlinkGamepadList { 2549 class BlinkGamepadList {
2550 static item_Callback_1(mthis, index) native "GamepadList_item_Callback";
2551
2394 static length_Getter(mthis) native "GamepadList_length_Getter"; 2552 static length_Getter(mthis) native "GamepadList_length_Getter";
2395 2553
2396 static item_Callback_1(mthis, index) native "GamepadList_item_Callback";
2397 } 2554 }
2398 2555
2399 class BlinkGeofencing { 2556 class BlinkGeofencing {
2400 static getRegisteredRegions_Callback(mthis) native "Geofencing_getRegisteredRe gions_Callback"; 2557 static getRegisteredRegions_Callback_0(mthis) native "Geofencing_getRegistered Regions_Callback";
2401 2558
2402 static registerRegion_Callback_1(mthis, region) native "Geofencing_registerReg ion_Callback"; 2559 static registerRegion_Callback_1(mthis, region) native "Geofencing_registerReg ion_Callback";
2403 2560
2404 static unregisterRegion_Callback_1(mthis, regionId) native "Geofencing_unregis terRegion_Callback"; 2561 static unregisterRegion_Callback_1(mthis, regionId) native "Geofencing_unregis terRegion_Callback";
2562
2405 } 2563 }
2406 2564
2407 class BlinkGeolocation { 2565 class BlinkGeolocation {
2408 static clearWatch_Callback_1(mthis, watchID) native "Geolocation_clearWatch_Ca llback"; 2566 static clearWatch_Callback_1(mthis, watchID) native "Geolocation_clearWatch_Ca llback";
2409 2567
2410 static getCurrentPosition_Callback_3(mthis, successCallback, errorCallback, op tions) native "Geolocation_getCurrentPosition_Callback"; 2568 static getCurrentPosition_Callback_1(mthis, successCallback) native "Geolocati on_getCurrentPosition_Callback";
2411 2569
2412 static getCurrentPosition_Callback_2(mthis, successCallback, errorCallback) na tive "Geolocation_getCurrentPosition_Callback"; 2570 static getCurrentPosition_Callback_2(mthis, successCallback, errorCallback) na tive "Geolocation_getCurrentPosition_Callback";
2413 2571
2414 static getCurrentPosition_Callback_1(mthis, successCallback) native "Geolocati on_getCurrentPosition_Callback"; 2572 static getCurrentPosition_Callback_3(mthis, successCallback, errorCallback, op tions) native "Geolocation_getCurrentPosition_Callback";
2573
2574 static watchPosition_Callback_1(mthis, successCallback) native "Geolocation_wa tchPosition_Callback";
2575
2576 static watchPosition_Callback_2(mthis, successCallback, errorCallback) native "Geolocation_watchPosition_Callback";
2415 2577
2416 static watchPosition_Callback_3(mthis, successCallback, errorCallback, options ) native "Geolocation_watchPosition_Callback"; 2578 static watchPosition_Callback_3(mthis, successCallback, errorCallback, options ) native "Geolocation_watchPosition_Callback";
2417 2579
2418 static watchPosition_Callback_2(mthis, successCallback, errorCallback) native "Geolocation_watchPosition_Callback";
2419
2420 static watchPosition_Callback_1(mthis, successCallback) native "Geolocation_wa tchPosition_Callback";
2421 } 2580 }
2422 2581
2423 class BlinkGeoposition { 2582 class BlinkGeoposition {
2424 static coords_Getter(mthis) native "Geoposition_coords_Getter"; 2583 static coords_Getter(mthis) native "Geoposition_coords_Getter";
2425 2584
2426 static timestamp_Getter(mthis) native "Geoposition_timestamp_Getter"; 2585 static timestamp_Getter(mthis) native "Geoposition_timestamp_Getter";
2586
2427 } 2587 }
2428 2588
2429 class BlinkHTMLAllCollection { 2589 class BlinkHTMLAllCollection {
2430 static item_Callback_1(mthis, index) native "HTMLAllCollection_item_Callback"; 2590 static item_Callback_1(mthis, index) native "HTMLAllCollection_item_Callback";
2591
2431 } 2592 }
2432 2593
2433 class BlinkHTMLElement { 2594 class BlinkHTMLElement {
2595 static click_Callback_0(mthis) native "HTMLElement_click_Callback";
2596
2434 static contentEditable_Getter(mthis) native "HTMLElement_contentEditable_Gette r"; 2597 static contentEditable_Getter(mthis) native "HTMLElement_contentEditable_Gette r";
2435 2598
2436 static contentEditable_Setter(mthis, value) native "HTMLElement_contentEditabl e_Setter"; 2599 static contentEditable_Setter(mthis, value) native "HTMLElement_contentEditabl e_Setter";
2437 2600
2438 static dir_Getter(mthis) native "HTMLElement_dir_Getter"; 2601 static dir_Getter(mthis) native "HTMLElement_dir_Getter";
2439 2602
2440 static dir_Setter(mthis, value) native "HTMLElement_dir_Setter"; 2603 static dir_Setter(mthis, value) native "HTMLElement_dir_Setter";
2441 2604
2442 static draggable_Getter(mthis) native "HTMLElement_draggable_Getter"; 2605 static draggable_Getter(mthis) native "HTMLElement_draggable_Getter";
2443 2606
(...skipping 24 matching lines...) Expand all
2468 static title_Setter(mthis, value) native "HTMLElement_title_Setter"; 2631 static title_Setter(mthis, value) native "HTMLElement_title_Setter";
2469 2632
2470 static translate_Getter(mthis) native "HTMLElement_translate_Getter"; 2633 static translate_Getter(mthis) native "HTMLElement_translate_Getter";
2471 2634
2472 static translate_Setter(mthis, value) native "HTMLElement_translate_Setter"; 2635 static translate_Setter(mthis, value) native "HTMLElement_translate_Setter";
2473 2636
2474 static webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzone_Getter" ; 2637 static webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzone_Getter" ;
2475 2638
2476 static webkitdropzone_Setter(mthis, value) native "HTMLElement_webkitdropzone_ Setter"; 2639 static webkitdropzone_Setter(mthis, value) native "HTMLElement_webkitdropzone_ Setter";
2477 2640
2478 static click_Callback(mthis) native "HTMLElement_click_Callback";
2479 } 2641 }
2480 2642
2481 class BlinkURLUtils { 2643 class BlinkURLUtils {
2482 static hash_Getter(mthis) native "URL_hash_Getter"; 2644 static hash_Getter(mthis) native "URL_hash_Getter";
2483 2645
2484 static hash_Setter(mthis, value) native "URL_hash_Setter"; 2646 static hash_Setter(mthis, value) native "URL_hash_Setter";
2485 2647
2486 static host_Getter(mthis) native "URL_host_Getter"; 2648 static host_Getter(mthis) native "URL_host_Getter";
2487 2649
2488 static host_Setter(mthis, value) native "URL_host_Setter"; 2650 static host_Setter(mthis, value) native "URL_host_Setter";
(...skipping 21 matching lines...) Expand all
2510 static port_Setter(mthis, value) native "URL_port_Setter"; 2672 static port_Setter(mthis, value) native "URL_port_Setter";
2511 2673
2512 static protocol_Getter(mthis) native "URL_protocol_Getter"; 2674 static protocol_Getter(mthis) native "URL_protocol_Getter";
2513 2675
2514 static protocol_Setter(mthis, value) native "URL_protocol_Setter"; 2676 static protocol_Setter(mthis, value) native "URL_protocol_Setter";
2515 2677
2516 static search_Getter(mthis) native "URL_search_Getter"; 2678 static search_Getter(mthis) native "URL_search_Getter";
2517 2679
2518 static search_Setter(mthis, value) native "URL_search_Setter"; 2680 static search_Setter(mthis, value) native "URL_search_Setter";
2519 2681
2682 static toString_Callback_0(mthis) native "URL_toString_Callback";
2683
2520 static username_Getter(mthis) native "URL_username_Getter"; 2684 static username_Getter(mthis) native "URL_username_Getter";
2521 2685
2522 static username_Setter(mthis, value) native "URL_username_Setter"; 2686 static username_Setter(mthis, value) native "URL_username_Setter";
2523 2687
2524 static toString_Callback(mthis) native "URL_toString_Callback";
2525 } 2688 }
2526 2689
2527 class BlinkHTMLAnchorElement { 2690 class BlinkHTMLAnchorElement {
2528 static download_Getter(mthis) native "HTMLAnchorElement_download_Getter"; 2691 static download_Getter(mthis) native "HTMLAnchorElement_download_Getter";
2529 2692
2530 static download_Setter(mthis, value) native "HTMLAnchorElement_download_Setter "; 2693 static download_Setter(mthis, value) native "HTMLAnchorElement_download_Setter ";
2531 2694
2532 static hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter";
2533
2534 static hreflang_Setter(mthis, value) native "HTMLAnchorElement_hreflang_Setter ";
2535
2536 static integrity_Getter(mthis) native "HTMLAnchorElement_integrity_Getter";
2537
2538 static integrity_Setter(mthis, value) native "HTMLAnchorElement_integrity_Sett er";
2539
2540 static rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter";
2541
2542 static rel_Setter(mthis, value) native "HTMLAnchorElement_rel_Setter";
2543
2544 static target_Getter(mthis) native "HTMLAnchorElement_target_Getter";
2545
2546 static target_Setter(mthis, value) native "HTMLAnchorElement_target_Setter";
2547
2548 static type_Getter(mthis) native "HTMLAnchorElement_type_Getter";
2549
2550 static type_Setter(mthis, value) native "HTMLAnchorElement_type_Setter";
2551
2552 static hash_Getter(mthis) native "HTMLAnchorElement_hash_Getter"; 2695 static hash_Getter(mthis) native "HTMLAnchorElement_hash_Getter";
2553 2696
2554 static hash_Setter(mthis, value) native "HTMLAnchorElement_hash_Setter"; 2697 static hash_Setter(mthis, value) native "HTMLAnchorElement_hash_Setter";
2555 2698
2556 static host_Getter(mthis) native "HTMLAnchorElement_host_Getter"; 2699 static host_Getter(mthis) native "HTMLAnchorElement_host_Getter";
2557 2700
2558 static host_Setter(mthis, value) native "HTMLAnchorElement_host_Setter"; 2701 static host_Setter(mthis, value) native "HTMLAnchorElement_host_Setter";
2559 2702
2560 static hostname_Getter(mthis) native "HTMLAnchorElement_hostname_Getter"; 2703 static hostname_Getter(mthis) native "HTMLAnchorElement_hostname_Getter";
2561 2704
2562 static hostname_Setter(mthis, value) native "HTMLAnchorElement_hostname_Setter "; 2705 static hostname_Setter(mthis, value) native "HTMLAnchorElement_hostname_Setter ";
2563 2706
2564 static href_Getter(mthis) native "HTMLAnchorElement_href_Getter"; 2707 static href_Getter(mthis) native "HTMLAnchorElement_href_Getter";
2565 2708
2566 static href_Setter(mthis, value) native "HTMLAnchorElement_href_Setter"; 2709 static href_Setter(mthis, value) native "HTMLAnchorElement_href_Setter";
2567 2710
2711 static hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter";
2712
2713 static hreflang_Setter(mthis, value) native "HTMLAnchorElement_hreflang_Setter ";
2714
2715 static integrity_Getter(mthis) native "HTMLAnchorElement_integrity_Getter";
2716
2717 static integrity_Setter(mthis, value) native "HTMLAnchorElement_integrity_Sett er";
2718
2568 static origin_Getter(mthis) native "HTMLAnchorElement_origin_Getter"; 2719 static origin_Getter(mthis) native "HTMLAnchorElement_origin_Getter";
2569 2720
2570 static password_Getter(mthis) native "HTMLAnchorElement_password_Getter"; 2721 static password_Getter(mthis) native "HTMLAnchorElement_password_Getter";
2571 2722
2572 static password_Setter(mthis, value) native "HTMLAnchorElement_password_Setter "; 2723 static password_Setter(mthis, value) native "HTMLAnchorElement_password_Setter ";
2573 2724
2574 static pathname_Getter(mthis) native "HTMLAnchorElement_pathname_Getter"; 2725 static pathname_Getter(mthis) native "HTMLAnchorElement_pathname_Getter";
2575 2726
2576 static pathname_Setter(mthis, value) native "HTMLAnchorElement_pathname_Setter "; 2727 static pathname_Setter(mthis, value) native "HTMLAnchorElement_pathname_Setter ";
2577 2728
2578 static port_Getter(mthis) native "HTMLAnchorElement_port_Getter"; 2729 static port_Getter(mthis) native "HTMLAnchorElement_port_Getter";
2579 2730
2580 static port_Setter(mthis, value) native "HTMLAnchorElement_port_Setter"; 2731 static port_Setter(mthis, value) native "HTMLAnchorElement_port_Setter";
2581 2732
2582 static protocol_Getter(mthis) native "HTMLAnchorElement_protocol_Getter"; 2733 static protocol_Getter(mthis) native "HTMLAnchorElement_protocol_Getter";
2583 2734
2584 static protocol_Setter(mthis, value) native "HTMLAnchorElement_protocol_Setter "; 2735 static protocol_Setter(mthis, value) native "HTMLAnchorElement_protocol_Setter ";
2585 2736
2737 static rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter";
2738
2739 static rel_Setter(mthis, value) native "HTMLAnchorElement_rel_Setter";
2740
2586 static search_Getter(mthis) native "HTMLAnchorElement_search_Getter"; 2741 static search_Getter(mthis) native "HTMLAnchorElement_search_Getter";
2587 2742
2588 static search_Setter(mthis, value) native "HTMLAnchorElement_search_Setter"; 2743 static search_Setter(mthis, value) native "HTMLAnchorElement_search_Setter";
2589 2744
2745 static target_Getter(mthis) native "HTMLAnchorElement_target_Getter";
2746
2747 static target_Setter(mthis, value) native "HTMLAnchorElement_target_Setter";
2748
2749 static toString_Callback_0(mthis) native "HTMLAnchorElement_toString_Callback" ;
2750
2751 static type_Getter(mthis) native "HTMLAnchorElement_type_Getter";
2752
2753 static type_Setter(mthis, value) native "HTMLAnchorElement_type_Setter";
2754
2590 static username_Getter(mthis) native "HTMLAnchorElement_username_Getter"; 2755 static username_Getter(mthis) native "HTMLAnchorElement_username_Getter";
2591 2756
2592 static username_Setter(mthis, value) native "HTMLAnchorElement_username_Setter "; 2757 static username_Setter(mthis, value) native "HTMLAnchorElement_username_Setter ";
2593 2758
2594 static toString_Callback(mthis) native "HTMLAnchorElement_toString_Callback";
2595 } 2759 }
2596 2760
2597 class BlinkHTMLAppletElement {} 2761 class BlinkHTMLAppletElement {
2762 }
2598 2763
2599 class BlinkHTMLAreaElement { 2764 class BlinkHTMLAreaElement {
2600 static alt_Getter(mthis) native "HTMLAreaElement_alt_Getter"; 2765 static alt_Getter(mthis) native "HTMLAreaElement_alt_Getter";
2601 2766
2602 static alt_Setter(mthis, value) native "HTMLAreaElement_alt_Setter"; 2767 static alt_Setter(mthis, value) native "HTMLAreaElement_alt_Setter";
2603 2768
2604 static coords_Getter(mthis) native "HTMLAreaElement_coords_Getter"; 2769 static coords_Getter(mthis) native "HTMLAreaElement_coords_Getter";
2605 2770
2606 static coords_Setter(mthis, value) native "HTMLAreaElement_coords_Setter"; 2771 static coords_Setter(mthis, value) native "HTMLAreaElement_coords_Setter";
2607 2772
2608 static shape_Getter(mthis) native "HTMLAreaElement_shape_Getter";
2609
2610 static shape_Setter(mthis, value) native "HTMLAreaElement_shape_Setter";
2611
2612 static target_Getter(mthis) native "HTMLAreaElement_target_Getter";
2613
2614 static target_Setter(mthis, value) native "HTMLAreaElement_target_Setter";
2615
2616 static hash_Getter(mthis) native "HTMLAreaElement_hash_Getter"; 2773 static hash_Getter(mthis) native "HTMLAreaElement_hash_Getter";
2617 2774
2618 static hash_Setter(mthis, value) native "HTMLAreaElement_hash_Setter"; 2775 static hash_Setter(mthis, value) native "HTMLAreaElement_hash_Setter";
2619 2776
2620 static host_Getter(mthis) native "HTMLAreaElement_host_Getter"; 2777 static host_Getter(mthis) native "HTMLAreaElement_host_Getter";
2621 2778
2622 static host_Setter(mthis, value) native "HTMLAreaElement_host_Setter"; 2779 static host_Setter(mthis, value) native "HTMLAreaElement_host_Setter";
2623 2780
2624 static hostname_Getter(mthis) native "HTMLAreaElement_hostname_Getter"; 2781 static hostname_Getter(mthis) native "HTMLAreaElement_hostname_Getter";
2625 2782
(...skipping 18 matching lines...) Expand all
2644 static port_Setter(mthis, value) native "HTMLAreaElement_port_Setter"; 2801 static port_Setter(mthis, value) native "HTMLAreaElement_port_Setter";
2645 2802
2646 static protocol_Getter(mthis) native "HTMLAreaElement_protocol_Getter"; 2803 static protocol_Getter(mthis) native "HTMLAreaElement_protocol_Getter";
2647 2804
2648 static protocol_Setter(mthis, value) native "HTMLAreaElement_protocol_Setter"; 2805 static protocol_Setter(mthis, value) native "HTMLAreaElement_protocol_Setter";
2649 2806
2650 static search_Getter(mthis) native "HTMLAreaElement_search_Getter"; 2807 static search_Getter(mthis) native "HTMLAreaElement_search_Getter";
2651 2808
2652 static search_Setter(mthis, value) native "HTMLAreaElement_search_Setter"; 2809 static search_Setter(mthis, value) native "HTMLAreaElement_search_Setter";
2653 2810
2811 static shape_Getter(mthis) native "HTMLAreaElement_shape_Getter";
2812
2813 static shape_Setter(mthis, value) native "HTMLAreaElement_shape_Setter";
2814
2815 static target_Getter(mthis) native "HTMLAreaElement_target_Getter";
2816
2817 static target_Setter(mthis, value) native "HTMLAreaElement_target_Setter";
2818
2819 static toString_Callback_0(mthis) native "HTMLAreaElement_toString_Callback";
2820
2654 static username_Getter(mthis) native "HTMLAreaElement_username_Getter"; 2821 static username_Getter(mthis) native "HTMLAreaElement_username_Getter";
2655 2822
2656 static username_Setter(mthis, value) native "HTMLAreaElement_username_Setter"; 2823 static username_Setter(mthis, value) native "HTMLAreaElement_username_Setter";
2657 2824
2658 static toString_Callback(mthis) native "HTMLAreaElement_toString_Callback";
2659 } 2825 }
2660 2826
2661 class BlinkHTMLMediaElement { 2827 class BlinkHTMLMediaElement {
2828 static addTextTrack_Callback_1(mthis, kind) native "HTMLMediaElement_addTextTr ack_Callback";
2829
2830 static addTextTrack_Callback_2(mthis, kind, label) native "HTMLMediaElement_ad dTextTrack_Callback";
2831
2832 static addTextTrack_Callback_3(mthis, kind, label, language) native "HTMLMedia Element_addTextTrack_Callback";
2833
2662 static audioTracks_Getter(mthis) native "HTMLMediaElement_audioTracks_Getter"; 2834 static audioTracks_Getter(mthis) native "HTMLMediaElement_audioTracks_Getter";
2663 2835
2664 static autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter"; 2836 static autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter";
2665 2837
2666 static autoplay_Setter(mthis, value) native "HTMLMediaElement_autoplay_Setter" ; 2838 static autoplay_Setter(mthis, value) native "HTMLMediaElement_autoplay_Setter" ;
2667 2839
2668 static buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter"; 2840 static buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter";
2669 2841
2842 static canPlayType_Callback_1(mthis, type) native "HTMLMediaElement_canPlayTyp e_Callback";
2843
2844 static canPlayType_Callback_2(mthis, type, keySystem) native "HTMLMediaElement _canPlayType_Callback";
2845
2670 static controller_Getter(mthis) native "HTMLMediaElement_controller_Getter"; 2846 static controller_Getter(mthis) native "HTMLMediaElement_controller_Getter";
2671 2847
2672 static controller_Setter(mthis, value) native "HTMLMediaElement_controller_Set ter"; 2848 static controller_Setter(mthis, value) native "HTMLMediaElement_controller_Set ter";
2673 2849
2674 static controls_Getter(mthis) native "HTMLMediaElement_controls_Getter"; 2850 static controls_Getter(mthis) native "HTMLMediaElement_controls_Getter";
2675 2851
2676 static controls_Setter(mthis, value) native "HTMLMediaElement_controls_Setter" ; 2852 static controls_Setter(mthis, value) native "HTMLMediaElement_controls_Setter" ;
2677 2853
2678 static crossOrigin_Getter(mthis) native "HTMLMediaElement_crossOrigin_Getter"; 2854 static crossOrigin_Getter(mthis) native "HTMLMediaElement_crossOrigin_Getter";
2679 2855
(...skipping 16 matching lines...) Expand all
2696 static duration_Getter(mthis) native "HTMLMediaElement_duration_Getter"; 2872 static duration_Getter(mthis) native "HTMLMediaElement_duration_Getter";
2697 2873
2698 static ended_Getter(mthis) native "HTMLMediaElement_ended_Getter"; 2874 static ended_Getter(mthis) native "HTMLMediaElement_ended_Getter";
2699 2875
2700 static error_Getter(mthis) native "HTMLMediaElement_error_Getter"; 2876 static error_Getter(mthis) native "HTMLMediaElement_error_Getter";
2701 2877
2702 static integrity_Getter(mthis) native "HTMLMediaElement_integrity_Getter"; 2878 static integrity_Getter(mthis) native "HTMLMediaElement_integrity_Getter";
2703 2879
2704 static integrity_Setter(mthis, value) native "HTMLMediaElement_integrity_Sette r"; 2880 static integrity_Setter(mthis, value) native "HTMLMediaElement_integrity_Sette r";
2705 2881
2882 static load_Callback_0(mthis) native "HTMLMediaElement_load_Callback";
2883
2706 static loop_Getter(mthis) native "HTMLMediaElement_loop_Getter"; 2884 static loop_Getter(mthis) native "HTMLMediaElement_loop_Getter";
2707 2885
2708 static loop_Setter(mthis, value) native "HTMLMediaElement_loop_Setter"; 2886 static loop_Setter(mthis, value) native "HTMLMediaElement_loop_Setter";
2709 2887
2710 static mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaGroup_Getter"; 2888 static mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaGroup_Getter";
2711 2889
2712 static mediaGroup_Setter(mthis, value) native "HTMLMediaElement_mediaGroup_Set ter"; 2890 static mediaGroup_Setter(mthis, value) native "HTMLMediaElement_mediaGroup_Set ter";
2713 2891
2714 static mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKeys_Getter"; 2892 static mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKeys_Getter";
2715 2893
2716 static muted_Getter(mthis) native "HTMLMediaElement_muted_Getter"; 2894 static muted_Getter(mthis) native "HTMLMediaElement_muted_Getter";
2717 2895
2718 static muted_Setter(mthis, value) native "HTMLMediaElement_muted_Setter"; 2896 static muted_Setter(mthis, value) native "HTMLMediaElement_muted_Setter";
2719 2897
2720 static networkState_Getter(mthis) native "HTMLMediaElement_networkState_Getter "; 2898 static networkState_Getter(mthis) native "HTMLMediaElement_networkState_Getter ";
2721 2899
2900 static pause_Callback_0(mthis) native "HTMLMediaElement_pause_Callback";
2901
2722 static paused_Getter(mthis) native "HTMLMediaElement_paused_Getter"; 2902 static paused_Getter(mthis) native "HTMLMediaElement_paused_Getter";
2723 2903
2904 static play_Callback_0(mthis) native "HTMLMediaElement_play_Callback";
2905
2724 static playbackRate_Getter(mthis) native "HTMLMediaElement_playbackRate_Getter "; 2906 static playbackRate_Getter(mthis) native "HTMLMediaElement_playbackRate_Getter ";
2725 2907
2726 static playbackRate_Setter(mthis, value) native "HTMLMediaElement_playbackRate _Setter"; 2908 static playbackRate_Setter(mthis, value) native "HTMLMediaElement_playbackRate _Setter";
2727 2909
2728 static played_Getter(mthis) native "HTMLMediaElement_played_Getter"; 2910 static played_Getter(mthis) native "HTMLMediaElement_played_Getter";
2729 2911
2730 static preload_Getter(mthis) native "HTMLMediaElement_preload_Getter"; 2912 static preload_Getter(mthis) native "HTMLMediaElement_preload_Getter";
2731 2913
2732 static preload_Setter(mthis, value) native "HTMLMediaElement_preload_Setter"; 2914 static preload_Setter(mthis, value) native "HTMLMediaElement_preload_Setter";
2733 2915
2734 static readyState_Getter(mthis) native "HTMLMediaElement_readyState_Getter"; 2916 static readyState_Getter(mthis) native "HTMLMediaElement_readyState_Getter";
2735 2917
2736 static seekable_Getter(mthis) native "HTMLMediaElement_seekable_Getter"; 2918 static seekable_Getter(mthis) native "HTMLMediaElement_seekable_Getter";
2737 2919
2738 static seeking_Getter(mthis) native "HTMLMediaElement_seeking_Getter"; 2920 static seeking_Getter(mthis) native "HTMLMediaElement_seeking_Getter";
2739 2921
2922 static setMediaKeys_Callback_1(mthis, mediaKeys) native "HTMLMediaElement_setM ediaKeys_Callback";
2923
2740 static src_Getter(mthis) native "HTMLMediaElement_src_Getter"; 2924 static src_Getter(mthis) native "HTMLMediaElement_src_Getter";
2741 2925
2742 static src_Setter(mthis, value) native "HTMLMediaElement_src_Setter"; 2926 static src_Setter(mthis, value) native "HTMLMediaElement_src_Setter";
2743 2927
2744 static textTracks_Getter(mthis) native "HTMLMediaElement_textTracks_Getter"; 2928 static textTracks_Getter(mthis) native "HTMLMediaElement_textTracks_Getter";
2745 2929
2746 static videoTracks_Getter(mthis) native "HTMLMediaElement_videoTracks_Getter"; 2930 static videoTracks_Getter(mthis) native "HTMLMediaElement_videoTracks_Getter";
2747 2931
2748 static volume_Getter(mthis) native "HTMLMediaElement_volume_Getter"; 2932 static volume_Getter(mthis) native "HTMLMediaElement_volume_Getter";
2749 2933
2750 static volume_Setter(mthis, value) native "HTMLMediaElement_volume_Setter"; 2934 static volume_Setter(mthis, value) native "HTMLMediaElement_volume_Setter";
2751 2935
2936 static webkitAddKey_Callback_2(mthis, keySystem, key) native "HTMLMediaElement _webkitAddKey_Callback";
2937
2938 static webkitAddKey_Callback_4(mthis, keySystem, key, initData, sessionId) nat ive "HTMLMediaElement_webkitAddKey_Callback";
2939
2752 static webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk itAudioDecodedByteCount_Getter"; 2940 static webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk itAudioDecodedByteCount_Getter";
2753 2941
2942 static webkitCancelKeyRequest_Callback_2(mthis, keySystem, sessionId) native " HTMLMediaElement_webkitCancelKeyRequest_Callback";
2943
2944 static webkitGenerateKeyRequest_Callback_1(mthis, keySystem) native "HTMLMedia Element_webkitGenerateKeyRequest_Callback";
2945
2946 static webkitGenerateKeyRequest_Callback_2(mthis, keySystem, initData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback";
2947
2754 static webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk itVideoDecodedByteCount_Getter"; 2948 static webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk itVideoDecodedByteCount_Getter";
2755 2949
2756 static addTextTrack_Callback_3(mthis, kind, label, language) native "HTMLMedia Element_addTextTrack_Callback";
2757
2758 static addTextTrack_Callback_2(mthis, kind, label) native "HTMLMediaElement_ad dTextTrack_Callback";
2759
2760 static addTextTrack_Callback_1(mthis, kind) native "HTMLMediaElement_addTextTr ack_Callback";
2761
2762 static canPlayType_Callback_2(mthis, type, keySystem) native "HTMLMediaElement _canPlayType_Callback";
2763
2764 static canPlayType_Callback_1(mthis, type) native "HTMLMediaElement_canPlayTyp e_Callback";
2765
2766 static load_Callback(mthis) native "HTMLMediaElement_load_Callback";
2767
2768 static pause_Callback(mthis) native "HTMLMediaElement_pause_Callback";
2769
2770 static play_Callback(mthis) native "HTMLMediaElement_play_Callback";
2771
2772 static setMediaKeys_Callback_1(mthis, mediaKeys) native "HTMLMediaElement_setM ediaKeys_Callback";
2773
2774 static webkitAddKey_Callback_4(mthis, keySystem, key, initData, sessionId) nat ive "HTMLMediaElement_webkitAddKey_Callback";
2775
2776 static webkitAddKey_Callback_2(mthis, keySystem, key) native "HTMLMediaElement _webkitAddKey_Callback";
2777
2778 static webkitCancelKeyRequest_Callback_2(mthis, keySystem, sessionId) native " HTMLMediaElement_webkitCancelKeyRequest_Callback";
2779
2780 static webkitGenerateKeyRequest_Callback_2(mthis, keySystem, initData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback";
2781
2782 static webkitGenerateKeyRequest_Callback_1(mthis, keySystem) native "HTMLMedia Element_webkitGenerateKeyRequest_Callback";
2783 } 2950 }
2784 2951
2785 class BlinkHTMLAudioElement { 2952 class BlinkHTMLAudioElement {
2786 static constructorCallback_1(src) native "HTMLAudioElement_constructorCallback "; 2953 static constructorCallback_1(src) native "HTMLAudioElement_constructorCallback ";
2954
2787 } 2955 }
2788 2956
2789 class BlinkHTMLBRElement {} 2957 class BlinkHTMLBRElement {
2958 }
2790 2959
2791 class BlinkHTMLBaseElement { 2960 class BlinkHTMLBaseElement {
2792 static href_Getter(mthis) native "HTMLBaseElement_href_Getter"; 2961 static href_Getter(mthis) native "HTMLBaseElement_href_Getter";
2793 2962
2794 static href_Setter(mthis, value) native "HTMLBaseElement_href_Setter"; 2963 static href_Setter(mthis, value) native "HTMLBaseElement_href_Setter";
2795 2964
2796 static target_Getter(mthis) native "HTMLBaseElement_target_Getter"; 2965 static target_Getter(mthis) native "HTMLBaseElement_target_Getter";
2797 2966
2798 static target_Setter(mthis, value) native "HTMLBaseElement_target_Setter"; 2967 static target_Setter(mthis, value) native "HTMLBaseElement_target_Setter";
2968
2799 } 2969 }
2800 2970
2801 class BlinkWindowEventHandlers {} 2971 class BlinkWindowEventHandlers {
2972 }
2802 2973
2803 class BlinkHTMLBodyElement {} 2974 class BlinkHTMLBodyElement {
2975 }
2804 2976
2805 class BlinkHTMLButtonElement { 2977 class BlinkHTMLButtonElement {
2806 static autofocus_Getter(mthis) native "HTMLButtonElement_autofocus_Getter"; 2978 static autofocus_Getter(mthis) native "HTMLButtonElement_autofocus_Getter";
2807 2979
2808 static autofocus_Setter(mthis, value) native "HTMLButtonElement_autofocus_Sett er"; 2980 static autofocus_Setter(mthis, value) native "HTMLButtonElement_autofocus_Sett er";
2809 2981
2982 static checkValidity_Callback_0(mthis) native "HTMLButtonElement_checkValidity _Callback";
2983
2810 static disabled_Getter(mthis) native "HTMLButtonElement_disabled_Getter"; 2984 static disabled_Getter(mthis) native "HTMLButtonElement_disabled_Getter";
2811 2985
2812 static disabled_Setter(mthis, value) native "HTMLButtonElement_disabled_Setter "; 2986 static disabled_Setter(mthis, value) native "HTMLButtonElement_disabled_Setter ";
2813 2987
2814 static form_Getter(mthis) native "HTMLButtonElement_form_Getter";
2815
2816 static formAction_Getter(mthis) native "HTMLButtonElement_formAction_Getter"; 2988 static formAction_Getter(mthis) native "HTMLButtonElement_formAction_Getter";
2817 2989
2818 static formAction_Setter(mthis, value) native "HTMLButtonElement_formAction_Se tter"; 2990 static formAction_Setter(mthis, value) native "HTMLButtonElement_formAction_Se tter";
2819 2991
2820 static formEnctype_Getter(mthis) native "HTMLButtonElement_formEnctype_Getter" ; 2992 static formEnctype_Getter(mthis) native "HTMLButtonElement_formEnctype_Getter" ;
2821 2993
2822 static formEnctype_Setter(mthis, value) native "HTMLButtonElement_formEnctype_ Setter"; 2994 static formEnctype_Setter(mthis, value) native "HTMLButtonElement_formEnctype_ Setter";
2823 2995
2824 static formMethod_Getter(mthis) native "HTMLButtonElement_formMethod_Getter"; 2996 static formMethod_Getter(mthis) native "HTMLButtonElement_formMethod_Getter";
2825 2997
2826 static formMethod_Setter(mthis, value) native "HTMLButtonElement_formMethod_Se tter"; 2998 static formMethod_Setter(mthis, value) native "HTMLButtonElement_formMethod_Se tter";
2827 2999
2828 static formNoValidate_Getter(mthis) native "HTMLButtonElement_formNoValidate_G etter"; 3000 static formNoValidate_Getter(mthis) native "HTMLButtonElement_formNoValidate_G etter";
2829 3001
2830 static formNoValidate_Setter(mthis, value) native "HTMLButtonElement_formNoVal idate_Setter"; 3002 static formNoValidate_Setter(mthis, value) native "HTMLButtonElement_formNoVal idate_Setter";
2831 3003
2832 static formTarget_Getter(mthis) native "HTMLButtonElement_formTarget_Getter"; 3004 static formTarget_Getter(mthis) native "HTMLButtonElement_formTarget_Getter";
2833 3005
2834 static formTarget_Setter(mthis, value) native "HTMLButtonElement_formTarget_Se tter"; 3006 static formTarget_Setter(mthis, value) native "HTMLButtonElement_formTarget_Se tter";
2835 3007
3008 static form_Getter(mthis) native "HTMLButtonElement_form_Getter";
3009
2836 static labels_Getter(mthis) native "HTMLButtonElement_labels_Getter"; 3010 static labels_Getter(mthis) native "HTMLButtonElement_labels_Getter";
2837 3011
2838 static name_Getter(mthis) native "HTMLButtonElement_name_Getter"; 3012 static name_Getter(mthis) native "HTMLButtonElement_name_Getter";
2839 3013
2840 static name_Setter(mthis, value) native "HTMLButtonElement_name_Setter"; 3014 static name_Setter(mthis, value) native "HTMLButtonElement_name_Setter";
2841 3015
3016 static setCustomValidity_Callback_1(mthis, error) native "HTMLButtonElement_se tCustomValidity_Callback";
3017
2842 static type_Getter(mthis) native "HTMLButtonElement_type_Getter"; 3018 static type_Getter(mthis) native "HTMLButtonElement_type_Getter";
2843 3019
2844 static type_Setter(mthis, value) native "HTMLButtonElement_type_Setter"; 3020 static type_Setter(mthis, value) native "HTMLButtonElement_type_Setter";
2845 3021
2846 static validationMessage_Getter(mthis) native "HTMLButtonElement_validationMes sage_Getter"; 3022 static validationMessage_Getter(mthis) native "HTMLButtonElement_validationMes sage_Getter";
2847 3023
2848 static validity_Getter(mthis) native "HTMLButtonElement_validity_Getter"; 3024 static validity_Getter(mthis) native "HTMLButtonElement_validity_Getter";
2849 3025
2850 static value_Getter(mthis) native "HTMLButtonElement_value_Getter"; 3026 static value_Getter(mthis) native "HTMLButtonElement_value_Getter";
2851 3027
2852 static value_Setter(mthis, value) native "HTMLButtonElement_value_Setter"; 3028 static value_Setter(mthis, value) native "HTMLButtonElement_value_Setter";
2853 3029
2854 static willValidate_Getter(mthis) native "HTMLButtonElement_willValidate_Gette r"; 3030 static willValidate_Getter(mthis) native "HTMLButtonElement_willValidate_Gette r";
2855 3031
2856 static checkValidity_Callback(mthis) native "HTMLButtonElement_checkValidity_C allback";
2857
2858 static setCustomValidity_Callback_1(mthis, error) native "HTMLButtonElement_se tCustomValidity_Callback";
2859 } 3032 }
2860 3033
2861 class BlinkHTMLCanvasElement { 3034 class BlinkHTMLCanvasElement {
3035 static getContext_Callback_2(mthis, contextId, attrs) native "HTMLCanvasElemen t_getContext_Callback";
3036
2862 static height_Getter(mthis) native "HTMLCanvasElement_height_Getter"; 3037 static height_Getter(mthis) native "HTMLCanvasElement_height_Getter";
2863 3038
2864 static height_Setter(mthis, value) native "HTMLCanvasElement_height_Setter"; 3039 static height_Setter(mthis, value) native "HTMLCanvasElement_height_Setter";
2865 3040
3041 static toDataURL_Callback_2(mthis, type, quality) native "HTMLCanvasElement_to DataURL_Callback";
3042
2866 static width_Getter(mthis) native "HTMLCanvasElement_width_Getter"; 3043 static width_Getter(mthis) native "HTMLCanvasElement_width_Getter";
2867 3044
2868 static width_Setter(mthis, value) native "HTMLCanvasElement_width_Setter"; 3045 static width_Setter(mthis, value) native "HTMLCanvasElement_width_Setter";
2869 3046
2870 static getContext_Callback_2(mthis, contextId, attrs) native "HTMLCanvasElemen t_getContext_Callback";
2871
2872 static toDataURL_Callback_2(mthis, type, quality) native "HTMLCanvasElement_to DataURL_Callback";
2873 } 3047 }
2874 3048
2875 class BlinkHTMLCollection { 3049 class BlinkHTMLCollection {
3050 static item_Callback_1(mthis, index) native "HTMLCollection_item_Callback";
3051
2876 static length_Getter(mthis) native "HTMLCollection_length_Getter"; 3052 static length_Getter(mthis) native "HTMLCollection_length_Getter";
2877 3053
2878 static item_Callback_1(mthis, index) native "HTMLCollection_item_Callback"; 3054 static namedItem_Callback_1(mthis, name) native "HTMLCollection_namedItem_Call back";
2879 3055
2880 static namedItem_Callback_1(mthis, name) native "HTMLCollection_namedItem_Call back";
2881 } 3056 }
2882 3057
2883 class BlinkHTMLContentElement { 3058 class BlinkHTMLContentElement {
3059 static getDistributedNodes_Callback_0(mthis) native "HTMLContentElement_getDis tributedNodes_Callback";
3060
2884 static select_Getter(mthis) native "HTMLContentElement_select_Getter"; 3061 static select_Getter(mthis) native "HTMLContentElement_select_Getter";
2885 3062
2886 static select_Setter(mthis, value) native "HTMLContentElement_select_Setter"; 3063 static select_Setter(mthis, value) native "HTMLContentElement_select_Setter";
2887 3064
2888 static getDistributedNodes_Callback(mthis) native "HTMLContentElement_getDistr ibutedNodes_Callback";
2889 } 3065 }
2890 3066
2891 class BlinkHTMLDListElement {} 3067 class BlinkHTMLDListElement {
3068 }
2892 3069
2893 class BlinkHTMLDataListElement { 3070 class BlinkHTMLDataListElement {
2894 static options_Getter(mthis) native "HTMLDataListElement_options_Getter"; 3071 static options_Getter(mthis) native "HTMLDataListElement_options_Getter";
3072
2895 } 3073 }
2896 3074
2897 class BlinkHTMLDetailsElement { 3075 class BlinkHTMLDetailsElement {
2898 static open_Getter(mthis) native "HTMLDetailsElement_open_Getter"; 3076 static open_Getter(mthis) native "HTMLDetailsElement_open_Getter";
2899 3077
2900 static open_Setter(mthis, value) native "HTMLDetailsElement_open_Setter"; 3078 static open_Setter(mthis, value) native "HTMLDetailsElement_open_Setter";
3079
2901 } 3080 }
2902 3081
2903 class BlinkHTMLDialogElement { 3082 class BlinkHTMLDialogElement {
3083 static close_Callback_1(mthis, returnValue) native "HTMLDialogElement_close_Ca llback";
3084
2904 static open_Getter(mthis) native "HTMLDialogElement_open_Getter"; 3085 static open_Getter(mthis) native "HTMLDialogElement_open_Getter";
2905 3086
2906 static open_Setter(mthis, value) native "HTMLDialogElement_open_Setter"; 3087 static open_Setter(mthis, value) native "HTMLDialogElement_open_Setter";
2907 3088
2908 static returnValue_Getter(mthis) native "HTMLDialogElement_returnValue_Getter" ; 3089 static returnValue_Getter(mthis) native "HTMLDialogElement_returnValue_Getter" ;
2909 3090
2910 static returnValue_Setter(mthis, value) native "HTMLDialogElement_returnValue_ Setter"; 3091 static returnValue_Setter(mthis, value) native "HTMLDialogElement_returnValue_ Setter";
2911 3092
2912 static close_Callback_1(mthis, returnValue) native "HTMLDialogElement_close_Ca llback"; 3093 static showModal_Callback_0(mthis) native "HTMLDialogElement_showModal_Callbac k";
2913 3094
2914 static show_Callback(mthis) native "HTMLDialogElement_show_Callback"; 3095 static show_Callback_0(mthis) native "HTMLDialogElement_show_Callback";
2915 3096
2916 static showModal_Callback(mthis) native "HTMLDialogElement_showModal_Callback" ;
2917 } 3097 }
2918 3098
2919 class BlinkHTMLDirectoryElement {} 3099 class BlinkHTMLDirectoryElement {
3100 }
2920 3101
2921 class BlinkHTMLDivElement {} 3102 class BlinkHTMLDivElement {
3103 }
2922 3104
2923 class BlinkHTMLDocument {} 3105 class BlinkHTMLDocument {
3106 }
2924 3107
2925 class BlinkHTMLEmbedElement { 3108 class BlinkHTMLEmbedElement {
3109 static $__getter___Callback_1(mthis, index_OR_name) native "HTMLEmbedElement__ _getter___Callback";
3110
3111 static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLEmbedEl ement___setter___Callback";
3112
2926 static height_Getter(mthis) native "HTMLEmbedElement_height_Getter"; 3113 static height_Getter(mthis) native "HTMLEmbedElement_height_Getter";
2927 3114
2928 static height_Setter(mthis, value) native "HTMLEmbedElement_height_Setter"; 3115 static height_Setter(mthis, value) native "HTMLEmbedElement_height_Setter";
2929 3116
2930 static integrity_Getter(mthis) native "HTMLEmbedElement_integrity_Getter"; 3117 static integrity_Getter(mthis) native "HTMLEmbedElement_integrity_Getter";
2931 3118
2932 static integrity_Setter(mthis, value) native "HTMLEmbedElement_integrity_Sette r"; 3119 static integrity_Setter(mthis, value) native "HTMLEmbedElement_integrity_Sette r";
2933 3120
2934 static name_Getter(mthis) native "HTMLEmbedElement_name_Getter"; 3121 static name_Getter(mthis) native "HTMLEmbedElement_name_Getter";
2935 3122
2936 static name_Setter(mthis, value) native "HTMLEmbedElement_name_Setter"; 3123 static name_Setter(mthis, value) native "HTMLEmbedElement_name_Setter";
2937 3124
2938 static src_Getter(mthis) native "HTMLEmbedElement_src_Getter"; 3125 static src_Getter(mthis) native "HTMLEmbedElement_src_Getter";
2939 3126
2940 static src_Setter(mthis, value) native "HTMLEmbedElement_src_Setter"; 3127 static src_Setter(mthis, value) native "HTMLEmbedElement_src_Setter";
2941 3128
2942 static type_Getter(mthis) native "HTMLEmbedElement_type_Getter"; 3129 static type_Getter(mthis) native "HTMLEmbedElement_type_Getter";
2943 3130
2944 static type_Setter(mthis, value) native "HTMLEmbedElement_type_Setter"; 3131 static type_Setter(mthis, value) native "HTMLEmbedElement_type_Setter";
2945 3132
2946 static width_Getter(mthis) native "HTMLEmbedElement_width_Getter"; 3133 static width_Getter(mthis) native "HTMLEmbedElement_width_Getter";
2947 3134
2948 static width_Setter(mthis, value) native "HTMLEmbedElement_width_Setter"; 3135 static width_Setter(mthis, value) native "HTMLEmbedElement_width_Setter";
2949 3136
2950 static $__getter___Callback_1(mthis, index_OR_name) native "HTMLEmbedElement__ _getter___Callback";
2951
2952 static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLEmbedEl ement___setter___Callback";
2953 } 3137 }
2954 3138
2955 class BlinkHTMLFieldSetElement { 3139 class BlinkHTMLFieldSetElement {
3140 static checkValidity_Callback_0(mthis) native "HTMLFieldSetElement_checkValidi ty_Callback";
3141
2956 static disabled_Getter(mthis) native "HTMLFieldSetElement_disabled_Getter"; 3142 static disabled_Getter(mthis) native "HTMLFieldSetElement_disabled_Getter";
2957 3143
2958 static disabled_Setter(mthis, value) native "HTMLFieldSetElement_disabled_Sett er"; 3144 static disabled_Setter(mthis, value) native "HTMLFieldSetElement_disabled_Sett er";
2959 3145
2960 static elements_Getter(mthis) native "HTMLFieldSetElement_elements_Getter"; 3146 static elements_Getter(mthis) native "HTMLFieldSetElement_elements_Getter";
2961 3147
2962 static form_Getter(mthis) native "HTMLFieldSetElement_form_Getter"; 3148 static form_Getter(mthis) native "HTMLFieldSetElement_form_Getter";
2963 3149
2964 static name_Getter(mthis) native "HTMLFieldSetElement_name_Getter"; 3150 static name_Getter(mthis) native "HTMLFieldSetElement_name_Getter";
2965 3151
2966 static name_Setter(mthis, value) native "HTMLFieldSetElement_name_Setter"; 3152 static name_Setter(mthis, value) native "HTMLFieldSetElement_name_Setter";
2967 3153
3154 static setCustomValidity_Callback_1(mthis, error) native "HTMLFieldSetElement_ setCustomValidity_Callback";
3155
2968 static type_Getter(mthis) native "HTMLFieldSetElement_type_Getter"; 3156 static type_Getter(mthis) native "HTMLFieldSetElement_type_Getter";
2969 3157
2970 static validationMessage_Getter(mthis) native "HTMLFieldSetElement_validationM essage_Getter"; 3158 static validationMessage_Getter(mthis) native "HTMLFieldSetElement_validationM essage_Getter";
2971 3159
2972 static validity_Getter(mthis) native "HTMLFieldSetElement_validity_Getter"; 3160 static validity_Getter(mthis) native "HTMLFieldSetElement_validity_Getter";
2973 3161
2974 static willValidate_Getter(mthis) native "HTMLFieldSetElement_willValidate_Get ter"; 3162 static willValidate_Getter(mthis) native "HTMLFieldSetElement_willValidate_Get ter";
2975 3163
2976 static checkValidity_Callback(mthis) native "HTMLFieldSetElement_checkValidity _Callback";
2977
2978 static setCustomValidity_Callback_1(mthis, error) native "HTMLFieldSetElement_ setCustomValidity_Callback";
2979 } 3164 }
2980 3165
2981 class BlinkHTMLFontElement {} 3166 class BlinkHTMLFontElement {
3167 }
2982 3168
2983 class BlinkHTMLFormControlsCollection { 3169 class BlinkHTMLFormControlsCollection {
2984 static namedItem_Callback_1(mthis, name) native "HTMLFormControlsCollection_na medItem_Callback"; 3170 static namedItem_Callback_1(mthis, name) native "HTMLFormControlsCollection_na medItem_Callback";
3171
2985 } 3172 }
2986 3173
2987 class BlinkHTMLFormElement { 3174 class BlinkHTMLFormElement {
3175 static $__getter___Callback_1(mthis, index_OR_name) native "HTMLFormElement___ getter___Callback";
3176
2988 static acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Gette r"; 3177 static acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Gette r";
2989 3178
2990 static acceptCharset_Setter(mthis, value) native "HTMLFormElement_acceptCharse t_Setter"; 3179 static acceptCharset_Setter(mthis, value) native "HTMLFormElement_acceptCharse t_Setter";
2991 3180
2992 static action_Getter(mthis) native "HTMLFormElement_action_Getter"; 3181 static action_Getter(mthis) native "HTMLFormElement_action_Getter";
2993 3182
2994 static action_Setter(mthis, value) native "HTMLFormElement_action_Setter"; 3183 static action_Setter(mthis, value) native "HTMLFormElement_action_Setter";
2995 3184
2996 static autocomplete_Getter(mthis) native "HTMLFormElement_autocomplete_Getter" ; 3185 static autocomplete_Getter(mthis) native "HTMLFormElement_autocomplete_Getter" ;
2997 3186
2998 static autocomplete_Setter(mthis, value) native "HTMLFormElement_autocomplete_ Setter"; 3187 static autocomplete_Setter(mthis, value) native "HTMLFormElement_autocomplete_ Setter";
2999 3188
3189 static checkValidity_Callback_0(mthis) native "HTMLFormElement_checkValidity_C allback";
3190
3000 static encoding_Getter(mthis) native "HTMLFormElement_encoding_Getter"; 3191 static encoding_Getter(mthis) native "HTMLFormElement_encoding_Getter";
3001 3192
3002 static encoding_Setter(mthis, value) native "HTMLFormElement_encoding_Setter"; 3193 static encoding_Setter(mthis, value) native "HTMLFormElement_encoding_Setter";
3003 3194
3004 static enctype_Getter(mthis) native "HTMLFormElement_enctype_Getter"; 3195 static enctype_Getter(mthis) native "HTMLFormElement_enctype_Getter";
3005 3196
3006 static enctype_Setter(mthis, value) native "HTMLFormElement_enctype_Setter"; 3197 static enctype_Setter(mthis, value) native "HTMLFormElement_enctype_Setter";
3007 3198
3008 static length_Getter(mthis) native "HTMLFormElement_length_Getter"; 3199 static length_Getter(mthis) native "HTMLFormElement_length_Getter";
3009 3200
3010 static method_Getter(mthis) native "HTMLFormElement_method_Getter"; 3201 static method_Getter(mthis) native "HTMLFormElement_method_Getter";
3011 3202
3012 static method_Setter(mthis, value) native "HTMLFormElement_method_Setter"; 3203 static method_Setter(mthis, value) native "HTMLFormElement_method_Setter";
3013 3204
3014 static name_Getter(mthis) native "HTMLFormElement_name_Getter"; 3205 static name_Getter(mthis) native "HTMLFormElement_name_Getter";
3015 3206
3016 static name_Setter(mthis, value) native "HTMLFormElement_name_Setter"; 3207 static name_Setter(mthis, value) native "HTMLFormElement_name_Setter";
3017 3208
3018 static noValidate_Getter(mthis) native "HTMLFormElement_noValidate_Getter"; 3209 static noValidate_Getter(mthis) native "HTMLFormElement_noValidate_Getter";
3019 3210
3020 static noValidate_Setter(mthis, value) native "HTMLFormElement_noValidate_Sett er"; 3211 static noValidate_Setter(mthis, value) native "HTMLFormElement_noValidate_Sett er";
3021 3212
3213 static requestAutocomplete_Callback_1(mthis, details) native "HTMLFormElement_ requestAutocomplete_Callback";
3214
3215 static reset_Callback_0(mthis) native "HTMLFormElement_reset_Callback";
3216
3217 static submit_Callback_0(mthis) native "HTMLFormElement_submit_Callback";
3218
3022 static target_Getter(mthis) native "HTMLFormElement_target_Getter"; 3219 static target_Getter(mthis) native "HTMLFormElement_target_Getter";
3023 3220
3024 static target_Setter(mthis, value) native "HTMLFormElement_target_Setter"; 3221 static target_Setter(mthis, value) native "HTMLFormElement_target_Setter";
3025 3222
3026 static $__getter___Callback_1(mthis, index_OR_name) native "HTMLFormElement___ getter___Callback";
3027
3028 static checkValidity_Callback(mthis) native "HTMLFormElement_checkValidity_Cal lback";
3029
3030 static requestAutocomplete_Callback_1(mthis, details) native "HTMLFormElement_ requestAutocomplete_Callback";
3031
3032 static reset_Callback(mthis) native "HTMLFormElement_reset_Callback";
3033
3034 static submit_Callback(mthis) native "HTMLFormElement_submit_Callback";
3035 } 3223 }
3036 3224
3037 class BlinkHTMLFrameElement {} 3225 class BlinkHTMLFrameElement {
3226 }
3038 3227
3039 class BlinkHTMLFrameSetElement {} 3228 class BlinkHTMLFrameSetElement {
3229 }
3040 3230
3041 class BlinkHTMLHRElement { 3231 class BlinkHTMLHRElement {
3042 static color_Getter(mthis) native "HTMLHRElement_color_Getter"; 3232 static color_Getter(mthis) native "HTMLHRElement_color_Getter";
3043 3233
3044 static color_Setter(mthis, value) native "HTMLHRElement_color_Setter"; 3234 static color_Setter(mthis, value) native "HTMLHRElement_color_Setter";
3235
3045 } 3236 }
3046 3237
3047 class BlinkHTMLHeadElement {} 3238 class BlinkHTMLHeadElement {
3239 }
3048 3240
3049 class BlinkHTMLHeadingElement {} 3241 class BlinkHTMLHeadingElement {
3242 }
3050 3243
3051 class BlinkHTMLHtmlElement {} 3244 class BlinkHTMLHtmlElement {
3245 }
3052 3246
3053 class BlinkHTMLIFrameElement { 3247 class BlinkHTMLIFrameElement {
3054 static allowFullscreen_Getter(mthis) native "HTMLIFrameElement_allowFullscreen _Getter"; 3248 static allowFullscreen_Getter(mthis) native "HTMLIFrameElement_allowFullscreen _Getter";
3055 3249
3056 static allowFullscreen_Setter(mthis, value) native "HTMLIFrameElement_allowFul lscreen_Setter"; 3250 static allowFullscreen_Setter(mthis, value) native "HTMLIFrameElement_allowFul lscreen_Setter";
3057 3251
3058 static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Get ter"; 3252 static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Get ter";
3059 3253
3060 static height_Getter(mthis) native "HTMLIFrameElement_height_Getter"; 3254 static height_Getter(mthis) native "HTMLIFrameElement_height_Getter";
3061 3255
(...skipping 15 matching lines...) Expand all
3077 3271
3078 static src_Setter(mthis, value) native "HTMLIFrameElement_src_Setter"; 3272 static src_Setter(mthis, value) native "HTMLIFrameElement_src_Setter";
3079 3273
3080 static srcdoc_Getter(mthis) native "HTMLIFrameElement_srcdoc_Getter"; 3274 static srcdoc_Getter(mthis) native "HTMLIFrameElement_srcdoc_Getter";
3081 3275
3082 static srcdoc_Setter(mthis, value) native "HTMLIFrameElement_srcdoc_Setter"; 3276 static srcdoc_Setter(mthis, value) native "HTMLIFrameElement_srcdoc_Setter";
3083 3277
3084 static width_Getter(mthis) native "HTMLIFrameElement_width_Getter"; 3278 static width_Getter(mthis) native "HTMLIFrameElement_width_Getter";
3085 3279
3086 static width_Setter(mthis, value) native "HTMLIFrameElement_width_Setter"; 3280 static width_Setter(mthis, value) native "HTMLIFrameElement_width_Setter";
3281
3087 } 3282 }
3088 3283
3089 class BlinkHTMLImageElement { 3284 class BlinkHTMLImageElement {
3090 static alt_Getter(mthis) native "HTMLImageElement_alt_Getter"; 3285 static alt_Getter(mthis) native "HTMLImageElement_alt_Getter";
3091 3286
3092 static alt_Setter(mthis, value) native "HTMLImageElement_alt_Setter"; 3287 static alt_Setter(mthis, value) native "HTMLImageElement_alt_Setter";
3093 3288
3094 static complete_Getter(mthis) native "HTMLImageElement_complete_Getter"; 3289 static complete_Getter(mthis) native "HTMLImageElement_complete_Getter";
3095 3290
3096 static crossOrigin_Getter(mthis) native "HTMLImageElement_crossOrigin_Getter"; 3291 static crossOrigin_Getter(mthis) native "HTMLImageElement_crossOrigin_Getter";
(...skipping 30 matching lines...) Expand all
3127 3322
3128 static srcset_Setter(mthis, value) native "HTMLImageElement_srcset_Setter"; 3323 static srcset_Setter(mthis, value) native "HTMLImageElement_srcset_Setter";
3129 3324
3130 static useMap_Getter(mthis) native "HTMLImageElement_useMap_Getter"; 3325 static useMap_Getter(mthis) native "HTMLImageElement_useMap_Getter";
3131 3326
3132 static useMap_Setter(mthis, value) native "HTMLImageElement_useMap_Setter"; 3327 static useMap_Setter(mthis, value) native "HTMLImageElement_useMap_Setter";
3133 3328
3134 static width_Getter(mthis) native "HTMLImageElement_width_Getter"; 3329 static width_Getter(mthis) native "HTMLImageElement_width_Getter";
3135 3330
3136 static width_Setter(mthis, value) native "HTMLImageElement_width_Setter"; 3331 static width_Setter(mthis, value) native "HTMLImageElement_width_Setter";
3332
3137 } 3333 }
3138 3334
3139 class BlinkHTMLInputElement { 3335 class BlinkHTMLInputElement {
3140 static accept_Getter(mthis) native "HTMLInputElement_accept_Getter"; 3336 static accept_Getter(mthis) native "HTMLInputElement_accept_Getter";
3141 3337
3142 static accept_Setter(mthis, value) native "HTMLInputElement_accept_Setter"; 3338 static accept_Setter(mthis, value) native "HTMLInputElement_accept_Setter";
3143 3339
3144 static alt_Getter(mthis) native "HTMLInputElement_alt_Getter"; 3340 static alt_Getter(mthis) native "HTMLInputElement_alt_Getter";
3145 3341
3146 static alt_Setter(mthis, value) native "HTMLInputElement_alt_Setter"; 3342 static alt_Setter(mthis, value) native "HTMLInputElement_alt_Setter";
3147 3343
3148 static autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter "; 3344 static autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter ";
3149 3345
3150 static autocomplete_Setter(mthis, value) native "HTMLInputElement_autocomplete _Setter"; 3346 static autocomplete_Setter(mthis, value) native "HTMLInputElement_autocomplete _Setter";
3151 3347
3152 static autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter"; 3348 static autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter";
3153 3349
3154 static autofocus_Setter(mthis, value) native "HTMLInputElement_autofocus_Sette r"; 3350 static autofocus_Setter(mthis, value) native "HTMLInputElement_autofocus_Sette r";
3155 3351
3156 static capture_Getter(mthis) native "HTMLInputElement_capture_Getter"; 3352 static capture_Getter(mthis) native "HTMLInputElement_capture_Getter";
3157 3353
3158 static capture_Setter(mthis, value) native "HTMLInputElement_capture_Setter"; 3354 static capture_Setter(mthis, value) native "HTMLInputElement_capture_Setter";
3159 3355
3356 static checkValidity_Callback_0(mthis) native "HTMLInputElement_checkValidity_ Callback";
3357
3160 static checked_Getter(mthis) native "HTMLInputElement_checked_Getter"; 3358 static checked_Getter(mthis) native "HTMLInputElement_checked_Getter";
3161 3359
3162 static checked_Setter(mthis, value) native "HTMLInputElement_checked_Setter"; 3360 static checked_Setter(mthis, value) native "HTMLInputElement_checked_Setter";
3163 3361
3164 static defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Ge tter"; 3362 static defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Ge tter";
3165 3363
3166 static defaultChecked_Setter(mthis, value) native "HTMLInputElement_defaultChe cked_Setter"; 3364 static defaultChecked_Setter(mthis, value) native "HTMLInputElement_defaultChe cked_Setter";
3167 3365
3168 static defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter "; 3366 static defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter ";
3169 3367
3170 static defaultValue_Setter(mthis, value) native "HTMLInputElement_defaultValue _Setter"; 3368 static defaultValue_Setter(mthis, value) native "HTMLInputElement_defaultValue _Setter";
3171 3369
3172 static dirName_Getter(mthis) native "HTMLInputElement_dirName_Getter"; 3370 static dirName_Getter(mthis) native "HTMLInputElement_dirName_Getter";
3173 3371
3174 static dirName_Setter(mthis, value) native "HTMLInputElement_dirName_Setter"; 3372 static dirName_Setter(mthis, value) native "HTMLInputElement_dirName_Setter";
3175 3373
3176 static disabled_Getter(mthis) native "HTMLInputElement_disabled_Getter"; 3374 static disabled_Getter(mthis) native "HTMLInputElement_disabled_Getter";
3177 3375
3178 static disabled_Setter(mthis, value) native "HTMLInputElement_disabled_Setter" ; 3376 static disabled_Setter(mthis, value) native "HTMLInputElement_disabled_Setter" ;
3179 3377
3180 static files_Getter(mthis) native "HTMLInputElement_files_Getter"; 3378 static files_Getter(mthis) native "HTMLInputElement_files_Getter";
3181 3379
3182 static files_Setter(mthis, value) native "HTMLInputElement_files_Setter"; 3380 static files_Setter(mthis, value) native "HTMLInputElement_files_Setter";
3183 3381
3184 static form_Getter(mthis) native "HTMLInputElement_form_Getter";
3185
3186 static formAction_Getter(mthis) native "HTMLInputElement_formAction_Getter"; 3382 static formAction_Getter(mthis) native "HTMLInputElement_formAction_Getter";
3187 3383
3188 static formAction_Setter(mthis, value) native "HTMLInputElement_formAction_Set ter"; 3384 static formAction_Setter(mthis, value) native "HTMLInputElement_formAction_Set ter";
3189 3385
3190 static formEnctype_Getter(mthis) native "HTMLInputElement_formEnctype_Getter"; 3386 static formEnctype_Getter(mthis) native "HTMLInputElement_formEnctype_Getter";
3191 3387
3192 static formEnctype_Setter(mthis, value) native "HTMLInputElement_formEnctype_S etter"; 3388 static formEnctype_Setter(mthis, value) native "HTMLInputElement_formEnctype_S etter";
3193 3389
3194 static formMethod_Getter(mthis) native "HTMLInputElement_formMethod_Getter"; 3390 static formMethod_Getter(mthis) native "HTMLInputElement_formMethod_Getter";
3195 3391
3196 static formMethod_Setter(mthis, value) native "HTMLInputElement_formMethod_Set ter"; 3392 static formMethod_Setter(mthis, value) native "HTMLInputElement_formMethod_Set ter";
3197 3393
3198 static formNoValidate_Getter(mthis) native "HTMLInputElement_formNoValidate_Ge tter"; 3394 static formNoValidate_Getter(mthis) native "HTMLInputElement_formNoValidate_Ge tter";
3199 3395
3200 static formNoValidate_Setter(mthis, value) native "HTMLInputElement_formNoVali date_Setter"; 3396 static formNoValidate_Setter(mthis, value) native "HTMLInputElement_formNoVali date_Setter";
3201 3397
3202 static formTarget_Getter(mthis) native "HTMLInputElement_formTarget_Getter"; 3398 static formTarget_Getter(mthis) native "HTMLInputElement_formTarget_Getter";
3203 3399
3204 static formTarget_Setter(mthis, value) native "HTMLInputElement_formTarget_Set ter"; 3400 static formTarget_Setter(mthis, value) native "HTMLInputElement_formTarget_Set ter";
3205 3401
3402 static form_Getter(mthis) native "HTMLInputElement_form_Getter";
3403
3206 static height_Getter(mthis) native "HTMLInputElement_height_Getter"; 3404 static height_Getter(mthis) native "HTMLInputElement_height_Getter";
3207 3405
3208 static height_Setter(mthis, value) native "HTMLInputElement_height_Setter"; 3406 static height_Setter(mthis, value) native "HTMLInputElement_height_Setter";
3209 3407
3210 static incremental_Getter(mthis) native "HTMLInputElement_incremental_Getter"; 3408 static incremental_Getter(mthis) native "HTMLInputElement_incremental_Getter";
3211 3409
3212 static incremental_Setter(mthis, value) native "HTMLInputElement_incremental_S etter"; 3410 static incremental_Setter(mthis, value) native "HTMLInputElement_incremental_S etter";
3213 3411
3214 static indeterminate_Getter(mthis) native "HTMLInputElement_indeterminate_Gett er"; 3412 static indeterminate_Getter(mthis) native "HTMLInputElement_indeterminate_Gett er";
3215 3413
3216 static indeterminate_Setter(mthis, value) native "HTMLInputElement_indetermina te_Setter"; 3414 static indeterminate_Setter(mthis, value) native "HTMLInputElement_indetermina te_Setter";
3217 3415
3218 static inputMode_Getter(mthis) native "HTMLInputElement_inputMode_Getter"; 3416 static inputMode_Getter(mthis) native "HTMLInputElement_inputMode_Getter";
3219 3417
3220 static inputMode_Setter(mthis, value) native "HTMLInputElement_inputMode_Sette r"; 3418 static inputMode_Setter(mthis, value) native "HTMLInputElement_inputMode_Sette r";
3221 3419
3222 static labels_Getter(mthis) native "HTMLInputElement_labels_Getter"; 3420 static labels_Getter(mthis) native "HTMLInputElement_labels_Getter";
3223 3421
3224 static list_Getter(mthis) native "HTMLInputElement_list_Getter"; 3422 static list_Getter(mthis) native "HTMLInputElement_list_Getter";
3225 3423
3424 static maxLength_Getter(mthis) native "HTMLInputElement_maxLength_Getter";
3425
3426 static maxLength_Setter(mthis, value) native "HTMLInputElement_maxLength_Sette r";
3427
3226 static max_Getter(mthis) native "HTMLInputElement_max_Getter"; 3428 static max_Getter(mthis) native "HTMLInputElement_max_Getter";
3227 3429
3228 static max_Setter(mthis, value) native "HTMLInputElement_max_Setter"; 3430 static max_Setter(mthis, value) native "HTMLInputElement_max_Setter";
3229 3431
3230 static maxLength_Getter(mthis) native "HTMLInputElement_maxLength_Getter";
3231
3232 static maxLength_Setter(mthis, value) native "HTMLInputElement_maxLength_Sette r";
3233
3234 static min_Getter(mthis) native "HTMLInputElement_min_Getter"; 3432 static min_Getter(mthis) native "HTMLInputElement_min_Getter";
3235 3433
3236 static min_Setter(mthis, value) native "HTMLInputElement_min_Setter"; 3434 static min_Setter(mthis, value) native "HTMLInputElement_min_Setter";
3237 3435
3238 static multiple_Getter(mthis) native "HTMLInputElement_multiple_Getter"; 3436 static multiple_Getter(mthis) native "HTMLInputElement_multiple_Getter";
3239 3437
3240 static multiple_Setter(mthis, value) native "HTMLInputElement_multiple_Setter" ; 3438 static multiple_Setter(mthis, value) native "HTMLInputElement_multiple_Setter" ;
3241 3439
3242 static name_Getter(mthis) native "HTMLInputElement_name_Getter"; 3440 static name_Getter(mthis) native "HTMLInputElement_name_Getter";
3243 3441
3244 static name_Setter(mthis, value) native "HTMLInputElement_name_Setter"; 3442 static name_Setter(mthis, value) native "HTMLInputElement_name_Setter";
3245 3443
3246 static pattern_Getter(mthis) native "HTMLInputElement_pattern_Getter"; 3444 static pattern_Getter(mthis) native "HTMLInputElement_pattern_Getter";
3247 3445
3248 static pattern_Setter(mthis, value) native "HTMLInputElement_pattern_Setter"; 3446 static pattern_Setter(mthis, value) native "HTMLInputElement_pattern_Setter";
3249 3447
3250 static placeholder_Getter(mthis) native "HTMLInputElement_placeholder_Getter"; 3448 static placeholder_Getter(mthis) native "HTMLInputElement_placeholder_Getter";
3251 3449
3252 static placeholder_Setter(mthis, value) native "HTMLInputElement_placeholder_S etter"; 3450 static placeholder_Setter(mthis, value) native "HTMLInputElement_placeholder_S etter";
3253 3451
3254 static readOnly_Getter(mthis) native "HTMLInputElement_readOnly_Getter"; 3452 static readOnly_Getter(mthis) native "HTMLInputElement_readOnly_Getter";
3255 3453
3256 static readOnly_Setter(mthis, value) native "HTMLInputElement_readOnly_Setter" ; 3454 static readOnly_Setter(mthis, value) native "HTMLInputElement_readOnly_Setter" ;
3257 3455
3258 static required_Getter(mthis) native "HTMLInputElement_required_Getter"; 3456 static required_Getter(mthis) native "HTMLInputElement_required_Getter";
3259 3457
3260 static required_Setter(mthis, value) native "HTMLInputElement_required_Setter" ; 3458 static required_Setter(mthis, value) native "HTMLInputElement_required_Setter" ;
3261 3459
3460 static select_Callback_0(mthis) native "HTMLInputElement_select_Callback";
3461
3262 static selectionDirection_Getter(mthis) native "HTMLInputElement_selectionDire ction_Getter"; 3462 static selectionDirection_Getter(mthis) native "HTMLInputElement_selectionDire ction_Getter";
3263 3463
3264 static selectionDirection_Setter(mthis, value) native "HTMLInputElement_select ionDirection_Setter"; 3464 static selectionDirection_Setter(mthis, value) native "HTMLInputElement_select ionDirection_Setter";
3265 3465
3266 static selectionEnd_Getter(mthis) native "HTMLInputElement_selectionEnd_Getter "; 3466 static selectionEnd_Getter(mthis) native "HTMLInputElement_selectionEnd_Getter ";
3267 3467
3268 static selectionEnd_Setter(mthis, value) native "HTMLInputElement_selectionEnd _Setter"; 3468 static selectionEnd_Setter(mthis, value) native "HTMLInputElement_selectionEnd _Setter";
3269 3469
3270 static selectionStart_Getter(mthis) native "HTMLInputElement_selectionStart_Ge tter"; 3470 static selectionStart_Getter(mthis) native "HTMLInputElement_selectionStart_Ge tter";
3271 3471
3272 static selectionStart_Setter(mthis, value) native "HTMLInputElement_selectionS tart_Setter"; 3472 static selectionStart_Setter(mthis, value) native "HTMLInputElement_selectionS tart_Setter";
3273 3473
3474 static setCustomValidity_Callback_1(mthis, error) native "HTMLInputElement_set CustomValidity_Callback";
3475
3476 static setRangeText_Callback_1(mthis, replacement) native "HTMLInputElement_se tRangeText_Callback";
3477
3478 static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback";
3479
3480 static setSelectionRange_Callback_2(mthis, start, end) native "HTMLInputElemen t_setSelectionRange_Callback";
3481
3482 static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTML InputElement_setSelectionRange_Callback";
3483
3274 static size_Getter(mthis) native "HTMLInputElement_size_Getter"; 3484 static size_Getter(mthis) native "HTMLInputElement_size_Getter";
3275 3485
3276 static size_Setter(mthis, value) native "HTMLInputElement_size_Setter"; 3486 static size_Setter(mthis, value) native "HTMLInputElement_size_Setter";
3277 3487
3278 static src_Getter(mthis) native "HTMLInputElement_src_Getter"; 3488 static src_Getter(mthis) native "HTMLInputElement_src_Getter";
3279 3489
3280 static src_Setter(mthis, value) native "HTMLInputElement_src_Setter"; 3490 static src_Setter(mthis, value) native "HTMLInputElement_src_Setter";
3281 3491
3492 static stepDown_Callback_0(mthis) native "HTMLInputElement_stepDown_Callback";
3493
3494 static stepDown_Callback_1(mthis, n) native "HTMLInputElement_stepDown_Callbac k";
3495
3496 static stepUp_Callback_0(mthis) native "HTMLInputElement_stepUp_Callback";
3497
3498 static stepUp_Callback_1(mthis, n) native "HTMLInputElement_stepUp_Callback";
3499
3282 static step_Getter(mthis) native "HTMLInputElement_step_Getter"; 3500 static step_Getter(mthis) native "HTMLInputElement_step_Getter";
3283 3501
3284 static step_Setter(mthis, value) native "HTMLInputElement_step_Setter"; 3502 static step_Setter(mthis, value) native "HTMLInputElement_step_Setter";
3285 3503
3286 static type_Getter(mthis) native "HTMLInputElement_type_Getter"; 3504 static type_Getter(mthis) native "HTMLInputElement_type_Getter";
3287 3505
3288 static type_Setter(mthis, value) native "HTMLInputElement_type_Setter"; 3506 static type_Setter(mthis, value) native "HTMLInputElement_type_Setter";
3289 3507
3290 static validationMessage_Getter(mthis) native "HTMLInputElement_validationMess age_Getter"; 3508 static validationMessage_Getter(mthis) native "HTMLInputElement_validationMess age_Getter";
3291 3509
3292 static validity_Getter(mthis) native "HTMLInputElement_validity_Getter"; 3510 static validity_Getter(mthis) native "HTMLInputElement_validity_Getter";
3293 3511
3294 static value_Getter(mthis) native "HTMLInputElement_value_Getter";
3295
3296 static value_Setter(mthis, value) native "HTMLInputElement_value_Setter";
3297
3298 static valueAsDate_Getter(mthis) native "HTMLInputElement_valueAsDate_Getter"; 3512 static valueAsDate_Getter(mthis) native "HTMLInputElement_valueAsDate_Getter";
3299 3513
3300 static valueAsDate_Setter(mthis, value) native "HTMLInputElement_valueAsDate_S etter"; 3514 static valueAsDate_Setter(mthis, value) native "HTMLInputElement_valueAsDate_S etter";
3301 3515
3302 static valueAsNumber_Getter(mthis) native "HTMLInputElement_valueAsNumber_Gett er"; 3516 static valueAsNumber_Getter(mthis) native "HTMLInputElement_valueAsNumber_Gett er";
3303 3517
3304 static valueAsNumber_Setter(mthis, value) native "HTMLInputElement_valueAsNumb er_Setter"; 3518 static valueAsNumber_Setter(mthis, value) native "HTMLInputElement_valueAsNumb er_Setter";
3305 3519
3520 static value_Getter(mthis) native "HTMLInputElement_value_Getter";
3521
3522 static value_Setter(mthis, value) native "HTMLInputElement_value_Setter";
3523
3306 static webkitEntries_Getter(mthis) native "HTMLInputElement_webkitEntries_Gett er"; 3524 static webkitEntries_Getter(mthis) native "HTMLInputElement_webkitEntries_Gett er";
3307 3525
3308 static webkitdirectory_Getter(mthis) native "HTMLInputElement_webkitdirectory_ Getter"; 3526 static webkitdirectory_Getter(mthis) native "HTMLInputElement_webkitdirectory_ Getter";
3309 3527
3310 static webkitdirectory_Setter(mthis, value) native "HTMLInputElement_webkitdir ectory_Setter"; 3528 static webkitdirectory_Setter(mthis, value) native "HTMLInputElement_webkitdir ectory_Setter";
3311 3529
3312 static width_Getter(mthis) native "HTMLInputElement_width_Getter"; 3530 static width_Getter(mthis) native "HTMLInputElement_width_Getter";
3313 3531
3314 static width_Setter(mthis, value) native "HTMLInputElement_width_Setter"; 3532 static width_Setter(mthis, value) native "HTMLInputElement_width_Setter";
3315 3533
3316 static willValidate_Getter(mthis) native "HTMLInputElement_willValidate_Getter "; 3534 static willValidate_Getter(mthis) native "HTMLInputElement_willValidate_Getter ";
3317 3535
3318 static checkValidity_Callback(mthis) native "HTMLInputElement_checkValidity_Ca llback";
3319
3320 static select_Callback(mthis) native "HTMLInputElement_select_Callback";
3321
3322 static setCustomValidity_Callback_1(mthis, error) native "HTMLInputElement_set CustomValidity_Callback";
3323
3324 static setRangeText_Callback_1(mthis, replacement) native "HTMLInputElement_se tRangeText_Callback";
3325
3326 static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback";
3327
3328 static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTML InputElement_setSelectionRange_Callback";
3329
3330 static setSelectionRange_Callback_2(mthis, start, end) native "HTMLInputElemen t_setSelectionRange_Callback";
3331
3332 static stepDown_Callback_1(mthis, n) native "HTMLInputElement_stepDown_Callbac k";
3333
3334 static stepDown_Callback(mthis) native "HTMLInputElement_stepDown_Callback";
3335
3336 static stepUp_Callback_1(mthis, n) native "HTMLInputElement_stepUp_Callback";
3337
3338 static stepUp_Callback(mthis) native "HTMLInputElement_stepUp_Callback";
3339 } 3536 }
3340 3537
3341 class BlinkHTMLKeygenElement { 3538 class BlinkHTMLKeygenElement {
3342 static autofocus_Getter(mthis) native "HTMLKeygenElement_autofocus_Getter"; 3539 static autofocus_Getter(mthis) native "HTMLKeygenElement_autofocus_Getter";
3343 3540
3344 static autofocus_Setter(mthis, value) native "HTMLKeygenElement_autofocus_Sett er"; 3541 static autofocus_Setter(mthis, value) native "HTMLKeygenElement_autofocus_Sett er";
3345 3542
3346 static challenge_Getter(mthis) native "HTMLKeygenElement_challenge_Getter"; 3543 static challenge_Getter(mthis) native "HTMLKeygenElement_challenge_Getter";
3347 3544
3348 static challenge_Setter(mthis, value) native "HTMLKeygenElement_challenge_Sett er"; 3545 static challenge_Setter(mthis, value) native "HTMLKeygenElement_challenge_Sett er";
3349 3546
3547 static checkValidity_Callback_0(mthis) native "HTMLKeygenElement_checkValidity _Callback";
3548
3350 static disabled_Getter(mthis) native "HTMLKeygenElement_disabled_Getter"; 3549 static disabled_Getter(mthis) native "HTMLKeygenElement_disabled_Getter";
3351 3550
3352 static disabled_Setter(mthis, value) native "HTMLKeygenElement_disabled_Setter "; 3551 static disabled_Setter(mthis, value) native "HTMLKeygenElement_disabled_Setter ";
3353 3552
3354 static form_Getter(mthis) native "HTMLKeygenElement_form_Getter"; 3553 static form_Getter(mthis) native "HTMLKeygenElement_form_Getter";
3355 3554
3356 static keytype_Getter(mthis) native "HTMLKeygenElement_keytype_Getter"; 3555 static keytype_Getter(mthis) native "HTMLKeygenElement_keytype_Getter";
3357 3556
3358 static keytype_Setter(mthis, value) native "HTMLKeygenElement_keytype_Setter"; 3557 static keytype_Setter(mthis, value) native "HTMLKeygenElement_keytype_Setter";
3359 3558
3360 static labels_Getter(mthis) native "HTMLKeygenElement_labels_Getter"; 3559 static labels_Getter(mthis) native "HTMLKeygenElement_labels_Getter";
3361 3560
3362 static name_Getter(mthis) native "HTMLKeygenElement_name_Getter"; 3561 static name_Getter(mthis) native "HTMLKeygenElement_name_Getter";
3363 3562
3364 static name_Setter(mthis, value) native "HTMLKeygenElement_name_Setter"; 3563 static name_Setter(mthis, value) native "HTMLKeygenElement_name_Setter";
3365 3564
3565 static setCustomValidity_Callback_1(mthis, error) native "HTMLKeygenElement_se tCustomValidity_Callback";
3566
3366 static type_Getter(mthis) native "HTMLKeygenElement_type_Getter"; 3567 static type_Getter(mthis) native "HTMLKeygenElement_type_Getter";
3367 3568
3368 static validationMessage_Getter(mthis) native "HTMLKeygenElement_validationMes sage_Getter"; 3569 static validationMessage_Getter(mthis) native "HTMLKeygenElement_validationMes sage_Getter";
3369 3570
3370 static validity_Getter(mthis) native "HTMLKeygenElement_validity_Getter"; 3571 static validity_Getter(mthis) native "HTMLKeygenElement_validity_Getter";
3371 3572
3372 static willValidate_Getter(mthis) native "HTMLKeygenElement_willValidate_Gette r"; 3573 static willValidate_Getter(mthis) native "HTMLKeygenElement_willValidate_Gette r";
3373 3574
3374 static checkValidity_Callback(mthis) native "HTMLKeygenElement_checkValidity_C allback";
3375
3376 static setCustomValidity_Callback_1(mthis, error) native "HTMLKeygenElement_se tCustomValidity_Callback";
3377 } 3575 }
3378 3576
3379 class BlinkHTMLLIElement { 3577 class BlinkHTMLLIElement {
3380 static value_Getter(mthis) native "HTMLLIElement_value_Getter"; 3578 static value_Getter(mthis) native "HTMLLIElement_value_Getter";
3381 3579
3382 static value_Setter(mthis, value) native "HTMLLIElement_value_Setter"; 3580 static value_Setter(mthis, value) native "HTMLLIElement_value_Setter";
3581
3383 } 3582 }
3384 3583
3385 class BlinkHTMLLabelElement { 3584 class BlinkHTMLLabelElement {
3386 static control_Getter(mthis) native "HTMLLabelElement_control_Getter"; 3585 static control_Getter(mthis) native "HTMLLabelElement_control_Getter";
3387 3586
3388 static form_Getter(mthis) native "HTMLLabelElement_form_Getter"; 3587 static form_Getter(mthis) native "HTMLLabelElement_form_Getter";
3389 3588
3390 static htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_Getter"; 3589 static htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_Getter";
3391 3590
3392 static htmlFor_Setter(mthis, value) native "HTMLLabelElement_htmlFor_Setter"; 3591 static htmlFor_Setter(mthis, value) native "HTMLLabelElement_htmlFor_Setter";
3592
3393 } 3593 }
3394 3594
3395 class BlinkHTMLLegendElement { 3595 class BlinkHTMLLegendElement {
3396 static form_Getter(mthis) native "HTMLLegendElement_form_Getter"; 3596 static form_Getter(mthis) native "HTMLLegendElement_form_Getter";
3597
3397 } 3598 }
3398 3599
3399 class BlinkHTMLLinkElement { 3600 class BlinkHTMLLinkElement {
3400 static crossOrigin_Getter(mthis) native "HTMLLinkElement_crossOrigin_Getter"; 3601 static crossOrigin_Getter(mthis) native "HTMLLinkElement_crossOrigin_Getter";
3401 3602
3402 static crossOrigin_Setter(mthis, value) native "HTMLLinkElement_crossOrigin_Se tter"; 3603 static crossOrigin_Setter(mthis, value) native "HTMLLinkElement_crossOrigin_Se tter";
3403 3604
3404 static disabled_Getter(mthis) native "HTMLLinkElement_disabled_Getter"; 3605 static disabled_Getter(mthis) native "HTMLLinkElement_disabled_Getter";
3405 3606
3406 static disabled_Setter(mthis, value) native "HTMLLinkElement_disabled_Setter"; 3607 static disabled_Setter(mthis, value) native "HTMLLinkElement_disabled_Setter";
(...skipping 20 matching lines...) Expand all
3427 3628
3428 static rel_Setter(mthis, value) native "HTMLLinkElement_rel_Setter"; 3629 static rel_Setter(mthis, value) native "HTMLLinkElement_rel_Setter";
3429 3630
3430 static sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter"; 3631 static sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter";
3431 3632
3432 static sizes_Getter(mthis) native "HTMLLinkElement_sizes_Getter"; 3633 static sizes_Getter(mthis) native "HTMLLinkElement_sizes_Getter";
3433 3634
3434 static type_Getter(mthis) native "HTMLLinkElement_type_Getter"; 3635 static type_Getter(mthis) native "HTMLLinkElement_type_Getter";
3435 3636
3436 static type_Setter(mthis, value) native "HTMLLinkElement_type_Setter"; 3637 static type_Setter(mthis, value) native "HTMLLinkElement_type_Setter";
3638
3437 } 3639 }
3438 3640
3439 class BlinkHTMLMapElement { 3641 class BlinkHTMLMapElement {
3440 static areas_Getter(mthis) native "HTMLMapElement_areas_Getter"; 3642 static areas_Getter(mthis) native "HTMLMapElement_areas_Getter";
3441 3643
3442 static name_Getter(mthis) native "HTMLMapElement_name_Getter"; 3644 static name_Getter(mthis) native "HTMLMapElement_name_Getter";
3443 3645
3444 static name_Setter(mthis, value) native "HTMLMapElement_name_Setter"; 3646 static name_Setter(mthis, value) native "HTMLMapElement_name_Setter";
3647
3445 } 3648 }
3446 3649
3447 class BlinkHTMLMarqueeElement {} 3650 class BlinkHTMLMarqueeElement {
3651 }
3448 3652
3449 class BlinkHTMLMenuElement { 3653 class BlinkHTMLMenuElement {
3450 static label_Getter(mthis) native "HTMLMenuElement_label_Getter"; 3654 static label_Getter(mthis) native "HTMLMenuElement_label_Getter";
3451 3655
3452 static label_Setter(mthis, value) native "HTMLMenuElement_label_Setter"; 3656 static label_Setter(mthis, value) native "HTMLMenuElement_label_Setter";
3453 3657
3454 static type_Getter(mthis) native "HTMLMenuElement_type_Getter"; 3658 static type_Getter(mthis) native "HTMLMenuElement_type_Getter";
3455 3659
3456 static type_Setter(mthis, value) native "HTMLMenuElement_type_Setter"; 3660 static type_Setter(mthis, value) native "HTMLMenuElement_type_Setter";
3661
3457 } 3662 }
3458 3663
3459 class BlinkHTMLMenuItemElement { 3664 class BlinkHTMLMenuItemElement {
3460 static checked_Getter(mthis) native "HTMLMenuItemElement_checked_Getter"; 3665 static checked_Getter(mthis) native "HTMLMenuItemElement_checked_Getter";
3461 3666
3462 static checked_Setter(mthis, value) native "HTMLMenuItemElement_checked_Setter "; 3667 static checked_Setter(mthis, value) native "HTMLMenuItemElement_checked_Setter ";
3463 3668
3464 static default_Getter(mthis) native "HTMLMenuItemElement_default_Getter"; 3669 static default_Getter(mthis) native "HTMLMenuItemElement_default_Getter";
3465 3670
3466 static default_Setter(mthis, value) native "HTMLMenuItemElement_default_Setter "; 3671 static default_Setter(mthis, value) native "HTMLMenuItemElement_default_Setter ";
3467 3672
3468 static disabled_Getter(mthis) native "HTMLMenuItemElement_disabled_Getter"; 3673 static disabled_Getter(mthis) native "HTMLMenuItemElement_disabled_Getter";
3469 3674
3470 static disabled_Setter(mthis, value) native "HTMLMenuItemElement_disabled_Sett er"; 3675 static disabled_Setter(mthis, value) native "HTMLMenuItemElement_disabled_Sett er";
3471 3676
3472 static label_Getter(mthis) native "HTMLMenuItemElement_label_Getter"; 3677 static label_Getter(mthis) native "HTMLMenuItemElement_label_Getter";
3473 3678
3474 static label_Setter(mthis, value) native "HTMLMenuItemElement_label_Setter"; 3679 static label_Setter(mthis, value) native "HTMLMenuItemElement_label_Setter";
3475 3680
3476 static type_Getter(mthis) native "HTMLMenuItemElement_type_Getter"; 3681 static type_Getter(mthis) native "HTMLMenuItemElement_type_Getter";
3477 3682
3478 static type_Setter(mthis, value) native "HTMLMenuItemElement_type_Setter"; 3683 static type_Setter(mthis, value) native "HTMLMenuItemElement_type_Setter";
3684
3479 } 3685 }
3480 3686
3481 class BlinkHTMLMetaElement { 3687 class BlinkHTMLMetaElement {
3482 static content_Getter(mthis) native "HTMLMetaElement_content_Getter"; 3688 static content_Getter(mthis) native "HTMLMetaElement_content_Getter";
3483 3689
3484 static content_Setter(mthis, value) native "HTMLMetaElement_content_Setter"; 3690 static content_Setter(mthis, value) native "HTMLMetaElement_content_Setter";
3485 3691
3486 static httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter"; 3692 static httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter";
3487 3693
3488 static httpEquiv_Setter(mthis, value) native "HTMLMetaElement_httpEquiv_Setter "; 3694 static httpEquiv_Setter(mthis, value) native "HTMLMetaElement_httpEquiv_Setter ";
3489 3695
3490 static name_Getter(mthis) native "HTMLMetaElement_name_Getter"; 3696 static name_Getter(mthis) native "HTMLMetaElement_name_Getter";
3491 3697
3492 static name_Setter(mthis, value) native "HTMLMetaElement_name_Setter"; 3698 static name_Setter(mthis, value) native "HTMLMetaElement_name_Setter";
3699
3493 } 3700 }
3494 3701
3495 class BlinkHTMLMeterElement { 3702 class BlinkHTMLMeterElement {
3496 static high_Getter(mthis) native "HTMLMeterElement_high_Getter"; 3703 static high_Getter(mthis) native "HTMLMeterElement_high_Getter";
3497 3704
3498 static high_Setter(mthis, value) native "HTMLMeterElement_high_Setter"; 3705 static high_Setter(mthis, value) native "HTMLMeterElement_high_Setter";
3499 3706
3500 static labels_Getter(mthis) native "HTMLMeterElement_labels_Getter"; 3707 static labels_Getter(mthis) native "HTMLMeterElement_labels_Getter";
3501 3708
3502 static low_Getter(mthis) native "HTMLMeterElement_low_Getter"; 3709 static low_Getter(mthis) native "HTMLMeterElement_low_Getter";
3503 3710
3504 static low_Setter(mthis, value) native "HTMLMeterElement_low_Setter"; 3711 static low_Setter(mthis, value) native "HTMLMeterElement_low_Setter";
3505 3712
3506 static max_Getter(mthis) native "HTMLMeterElement_max_Getter"; 3713 static max_Getter(mthis) native "HTMLMeterElement_max_Getter";
3507 3714
3508 static max_Setter(mthis, value) native "HTMLMeterElement_max_Setter"; 3715 static max_Setter(mthis, value) native "HTMLMeterElement_max_Setter";
3509 3716
3510 static min_Getter(mthis) native "HTMLMeterElement_min_Getter"; 3717 static min_Getter(mthis) native "HTMLMeterElement_min_Getter";
3511 3718
3512 static min_Setter(mthis, value) native "HTMLMeterElement_min_Setter"; 3719 static min_Setter(mthis, value) native "HTMLMeterElement_min_Setter";
3513 3720
3514 static optimum_Getter(mthis) native "HTMLMeterElement_optimum_Getter"; 3721 static optimum_Getter(mthis) native "HTMLMeterElement_optimum_Getter";
3515 3722
3516 static optimum_Setter(mthis, value) native "HTMLMeterElement_optimum_Setter"; 3723 static optimum_Setter(mthis, value) native "HTMLMeterElement_optimum_Setter";
3517 3724
3518 static value_Getter(mthis) native "HTMLMeterElement_value_Getter"; 3725 static value_Getter(mthis) native "HTMLMeterElement_value_Getter";
3519 3726
3520 static value_Setter(mthis, value) native "HTMLMeterElement_value_Setter"; 3727 static value_Setter(mthis, value) native "HTMLMeterElement_value_Setter";
3728
3521 } 3729 }
3522 3730
3523 class BlinkHTMLModElement { 3731 class BlinkHTMLModElement {
3524 static cite_Getter(mthis) native "HTMLModElement_cite_Getter"; 3732 static cite_Getter(mthis) native "HTMLModElement_cite_Getter";
3525 3733
3526 static cite_Setter(mthis, value) native "HTMLModElement_cite_Setter"; 3734 static cite_Setter(mthis, value) native "HTMLModElement_cite_Setter";
3527 3735
3528 static dateTime_Getter(mthis) native "HTMLModElement_dateTime_Getter"; 3736 static dateTime_Getter(mthis) native "HTMLModElement_dateTime_Getter";
3529 3737
3530 static dateTime_Setter(mthis, value) native "HTMLModElement_dateTime_Setter"; 3738 static dateTime_Setter(mthis, value) native "HTMLModElement_dateTime_Setter";
3739
3531 } 3740 }
3532 3741
3533 class BlinkHTMLOListElement { 3742 class BlinkHTMLOListElement {
3534 static reversed_Getter(mthis) native "HTMLOListElement_reversed_Getter"; 3743 static reversed_Getter(mthis) native "HTMLOListElement_reversed_Getter";
3535 3744
3536 static reversed_Setter(mthis, value) native "HTMLOListElement_reversed_Setter" ; 3745 static reversed_Setter(mthis, value) native "HTMLOListElement_reversed_Setter" ;
3537 3746
3538 static start_Getter(mthis) native "HTMLOListElement_start_Getter"; 3747 static start_Getter(mthis) native "HTMLOListElement_start_Getter";
3539 3748
3540 static start_Setter(mthis, value) native "HTMLOListElement_start_Setter"; 3749 static start_Setter(mthis, value) native "HTMLOListElement_start_Setter";
3541 3750
3542 static type_Getter(mthis) native "HTMLOListElement_type_Getter"; 3751 static type_Getter(mthis) native "HTMLOListElement_type_Getter";
3543 3752
3544 static type_Setter(mthis, value) native "HTMLOListElement_type_Setter"; 3753 static type_Setter(mthis, value) native "HTMLOListElement_type_Setter";
3754
3545 } 3755 }
3546 3756
3547 class BlinkHTMLObjectElement { 3757 class BlinkHTMLObjectElement {
3758 static $__getter___Callback_1(mthis, index_OR_name) native "HTMLObjectElement_ __getter___Callback";
3759
3760 static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLObjectE lement___setter___Callback";
3761
3762 static checkValidity_Callback_0(mthis) native "HTMLObjectElement_checkValidity _Callback";
3763
3548 static data_Getter(mthis) native "HTMLObjectElement_data_Getter"; 3764 static data_Getter(mthis) native "HTMLObjectElement_data_Getter";
3549 3765
3550 static data_Setter(mthis, value) native "HTMLObjectElement_data_Setter"; 3766 static data_Setter(mthis, value) native "HTMLObjectElement_data_Setter";
3551 3767
3552 static form_Getter(mthis) native "HTMLObjectElement_form_Getter"; 3768 static form_Getter(mthis) native "HTMLObjectElement_form_Getter";
3553 3769
3554 static height_Getter(mthis) native "HTMLObjectElement_height_Getter"; 3770 static height_Getter(mthis) native "HTMLObjectElement_height_Getter";
3555 3771
3556 static height_Setter(mthis, value) native "HTMLObjectElement_height_Setter"; 3772 static height_Setter(mthis, value) native "HTMLObjectElement_height_Setter";
3557 3773
3558 static integrity_Getter(mthis) native "HTMLObjectElement_integrity_Getter"; 3774 static integrity_Getter(mthis) native "HTMLObjectElement_integrity_Getter";
3559 3775
3560 static integrity_Setter(mthis, value) native "HTMLObjectElement_integrity_Sett er"; 3776 static integrity_Setter(mthis, value) native "HTMLObjectElement_integrity_Sett er";
3561 3777
3562 static name_Getter(mthis) native "HTMLObjectElement_name_Getter"; 3778 static name_Getter(mthis) native "HTMLObjectElement_name_Getter";
3563 3779
3564 static name_Setter(mthis, value) native "HTMLObjectElement_name_Setter"; 3780 static name_Setter(mthis, value) native "HTMLObjectElement_name_Setter";
3565 3781
3782 static setCustomValidity_Callback_1(mthis, error) native "HTMLObjectElement_se tCustomValidity_Callback";
3783
3566 static type_Getter(mthis) native "HTMLObjectElement_type_Getter"; 3784 static type_Getter(mthis) native "HTMLObjectElement_type_Getter";
3567 3785
3568 static type_Setter(mthis, value) native "HTMLObjectElement_type_Setter"; 3786 static type_Setter(mthis, value) native "HTMLObjectElement_type_Setter";
3569 3787
3570 static useMap_Getter(mthis) native "HTMLObjectElement_useMap_Getter"; 3788 static useMap_Getter(mthis) native "HTMLObjectElement_useMap_Getter";
3571 3789
3572 static useMap_Setter(mthis, value) native "HTMLObjectElement_useMap_Setter"; 3790 static useMap_Setter(mthis, value) native "HTMLObjectElement_useMap_Setter";
3573 3791
3574 static validationMessage_Getter(mthis) native "HTMLObjectElement_validationMes sage_Getter"; 3792 static validationMessage_Getter(mthis) native "HTMLObjectElement_validationMes sage_Getter";
3575 3793
3576 static validity_Getter(mthis) native "HTMLObjectElement_validity_Getter"; 3794 static validity_Getter(mthis) native "HTMLObjectElement_validity_Getter";
3577 3795
3578 static width_Getter(mthis) native "HTMLObjectElement_width_Getter"; 3796 static width_Getter(mthis) native "HTMLObjectElement_width_Getter";
3579 3797
3580 static width_Setter(mthis, value) native "HTMLObjectElement_width_Setter"; 3798 static width_Setter(mthis, value) native "HTMLObjectElement_width_Setter";
3581 3799
3582 static willValidate_Getter(mthis) native "HTMLObjectElement_willValidate_Gette r"; 3800 static willValidate_Getter(mthis) native "HTMLObjectElement_willValidate_Gette r";
3583 3801
3584 static $__getter___Callback_1(mthis, index_OR_name) native "HTMLObjectElement_ __getter___Callback";
3585
3586 static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLObjectE lement___setter___Callback";
3587
3588 static checkValidity_Callback(mthis) native "HTMLObjectElement_checkValidity_C allback";
3589
3590 static setCustomValidity_Callback_1(mthis, error) native "HTMLObjectElement_se tCustomValidity_Callback";
3591 } 3802 }
3592 3803
3593 class BlinkHTMLOptGroupElement { 3804 class BlinkHTMLOptGroupElement {
3594 static disabled_Getter(mthis) native "HTMLOptGroupElement_disabled_Getter"; 3805 static disabled_Getter(mthis) native "HTMLOptGroupElement_disabled_Getter";
3595 3806
3596 static disabled_Setter(mthis, value) native "HTMLOptGroupElement_disabled_Sett er"; 3807 static disabled_Setter(mthis, value) native "HTMLOptGroupElement_disabled_Sett er";
3597 3808
3598 static label_Getter(mthis) native "HTMLOptGroupElement_label_Getter"; 3809 static label_Getter(mthis) native "HTMLOptGroupElement_label_Getter";
3599 3810
3600 static label_Setter(mthis, value) native "HTMLOptGroupElement_label_Setter"; 3811 static label_Setter(mthis, value) native "HTMLOptGroupElement_label_Setter";
3812
3601 } 3813 }
3602 3814
3603 class BlinkHTMLOptionElement { 3815 class BlinkHTMLOptionElement {
3604 static constructorCallback_4(data, value, defaultSelected, selected) native "H TMLOptionElement_constructorCallback"; 3816 static constructorCallback_4(data, value, defaultSelected, selected) native "H TMLOptionElement_constructorCallback";
3605 3817
3606 static defaultSelected_Getter(mthis) native "HTMLOptionElement_defaultSelected _Getter"; 3818 static defaultSelected_Getter(mthis) native "HTMLOptionElement_defaultSelected _Getter";
3607 3819
3608 static defaultSelected_Setter(mthis, value) native "HTMLOptionElement_defaultS elected_Setter"; 3820 static defaultSelected_Setter(mthis, value) native "HTMLOptionElement_defaultS elected_Setter";
3609 3821
3610 static disabled_Getter(mthis) native "HTMLOptionElement_disabled_Getter"; 3822 static disabled_Getter(mthis) native "HTMLOptionElement_disabled_Getter";
3611 3823
3612 static disabled_Setter(mthis, value) native "HTMLOptionElement_disabled_Setter "; 3824 static disabled_Setter(mthis, value) native "HTMLOptionElement_disabled_Setter ";
3613 3825
3614 static form_Getter(mthis) native "HTMLOptionElement_form_Getter"; 3826 static form_Getter(mthis) native "HTMLOptionElement_form_Getter";
3615 3827
3616 static index_Getter(mthis) native "HTMLOptionElement_index_Getter"; 3828 static index_Getter(mthis) native "HTMLOptionElement_index_Getter";
3617 3829
3618 static label_Getter(mthis) native "HTMLOptionElement_label_Getter"; 3830 static label_Getter(mthis) native "HTMLOptionElement_label_Getter";
3619 3831
3620 static label_Setter(mthis, value) native "HTMLOptionElement_label_Setter"; 3832 static label_Setter(mthis, value) native "HTMLOptionElement_label_Setter";
3621 3833
3622 static selected_Getter(mthis) native "HTMLOptionElement_selected_Getter"; 3834 static selected_Getter(mthis) native "HTMLOptionElement_selected_Getter";
3623 3835
3624 static selected_Setter(mthis, value) native "HTMLOptionElement_selected_Setter "; 3836 static selected_Setter(mthis, value) native "HTMLOptionElement_selected_Setter ";
3625 3837
3626 static value_Getter(mthis) native "HTMLOptionElement_value_Getter"; 3838 static value_Getter(mthis) native "HTMLOptionElement_value_Getter";
3627 3839
3628 static value_Setter(mthis, value) native "HTMLOptionElement_value_Setter"; 3840 static value_Setter(mthis, value) native "HTMLOptionElement_value_Setter";
3841
3629 } 3842 }
3630 3843
3631 class BlinkHTMLOptionsCollection {} 3844 class BlinkHTMLOptionsCollection {
3845 }
3632 3846
3633 class BlinkHTMLOutputElement { 3847 class BlinkHTMLOutputElement {
3848 static checkValidity_Callback_0(mthis) native "HTMLOutputElement_checkValidity _Callback";
3849
3634 static defaultValue_Getter(mthis) native "HTMLOutputElement_defaultValue_Gette r"; 3850 static defaultValue_Getter(mthis) native "HTMLOutputElement_defaultValue_Gette r";
3635 3851
3636 static defaultValue_Setter(mthis, value) native "HTMLOutputElement_defaultValu e_Setter"; 3852 static defaultValue_Setter(mthis, value) native "HTMLOutputElement_defaultValu e_Setter";
3637 3853
3638 static form_Getter(mthis) native "HTMLOutputElement_form_Getter"; 3854 static form_Getter(mthis) native "HTMLOutputElement_form_Getter";
3639 3855
3640 static htmlFor_Getter(mthis) native "HTMLOutputElement_htmlFor_Getter"; 3856 static htmlFor_Getter(mthis) native "HTMLOutputElement_htmlFor_Getter";
3641 3857
3642 static labels_Getter(mthis) native "HTMLOutputElement_labels_Getter"; 3858 static labels_Getter(mthis) native "HTMLOutputElement_labels_Getter";
3643 3859
3644 static name_Getter(mthis) native "HTMLOutputElement_name_Getter"; 3860 static name_Getter(mthis) native "HTMLOutputElement_name_Getter";
3645 3861
3646 static name_Setter(mthis, value) native "HTMLOutputElement_name_Setter"; 3862 static name_Setter(mthis, value) native "HTMLOutputElement_name_Setter";
3647 3863
3864 static setCustomValidity_Callback_1(mthis, error) native "HTMLOutputElement_se tCustomValidity_Callback";
3865
3648 static type_Getter(mthis) native "HTMLOutputElement_type_Getter"; 3866 static type_Getter(mthis) native "HTMLOutputElement_type_Getter";
3649 3867
3650 static validationMessage_Getter(mthis) native "HTMLOutputElement_validationMes sage_Getter"; 3868 static validationMessage_Getter(mthis) native "HTMLOutputElement_validationMes sage_Getter";
3651 3869
3652 static validity_Getter(mthis) native "HTMLOutputElement_validity_Getter"; 3870 static validity_Getter(mthis) native "HTMLOutputElement_validity_Getter";
3653 3871
3654 static value_Getter(mthis) native "HTMLOutputElement_value_Getter"; 3872 static value_Getter(mthis) native "HTMLOutputElement_value_Getter";
3655 3873
3656 static value_Setter(mthis, value) native "HTMLOutputElement_value_Setter"; 3874 static value_Setter(mthis, value) native "HTMLOutputElement_value_Setter";
3657 3875
3658 static willValidate_Getter(mthis) native "HTMLOutputElement_willValidate_Gette r"; 3876 static willValidate_Getter(mthis) native "HTMLOutputElement_willValidate_Gette r";
3659 3877
3660 static checkValidity_Callback(mthis) native "HTMLOutputElement_checkValidity_C allback";
3661
3662 static setCustomValidity_Callback_1(mthis, error) native "HTMLOutputElement_se tCustomValidity_Callback";
3663 } 3878 }
3664 3879
3665 class BlinkHTMLParagraphElement {} 3880 class BlinkHTMLParagraphElement {
3881 }
3666 3882
3667 class BlinkHTMLParamElement { 3883 class BlinkHTMLParamElement {
3668 static name_Getter(mthis) native "HTMLParamElement_name_Getter"; 3884 static name_Getter(mthis) native "HTMLParamElement_name_Getter";
3669 3885
3670 static name_Setter(mthis, value) native "HTMLParamElement_name_Setter"; 3886 static name_Setter(mthis, value) native "HTMLParamElement_name_Setter";
3671 3887
3672 static value_Getter(mthis) native "HTMLParamElement_value_Getter"; 3888 static value_Getter(mthis) native "HTMLParamElement_value_Getter";
3673 3889
3674 static value_Setter(mthis, value) native "HTMLParamElement_value_Setter"; 3890 static value_Setter(mthis, value) native "HTMLParamElement_value_Setter";
3891
3675 } 3892 }
3676 3893
3677 class BlinkHTMLPictureElement {} 3894 class BlinkHTMLPictureElement {
3895 }
3678 3896
3679 class BlinkHTMLPreElement {} 3897 class BlinkHTMLPreElement {
3898 }
3680 3899
3681 class BlinkHTMLProgressElement { 3900 class BlinkHTMLProgressElement {
3682 static labels_Getter(mthis) native "HTMLProgressElement_labels_Getter"; 3901 static labels_Getter(mthis) native "HTMLProgressElement_labels_Getter";
3683 3902
3684 static max_Getter(mthis) native "HTMLProgressElement_max_Getter"; 3903 static max_Getter(mthis) native "HTMLProgressElement_max_Getter";
3685 3904
3686 static max_Setter(mthis, value) native "HTMLProgressElement_max_Setter"; 3905 static max_Setter(mthis, value) native "HTMLProgressElement_max_Setter";
3687 3906
3688 static position_Getter(mthis) native "HTMLProgressElement_position_Getter"; 3907 static position_Getter(mthis) native "HTMLProgressElement_position_Getter";
3689 3908
3690 static value_Getter(mthis) native "HTMLProgressElement_value_Getter"; 3909 static value_Getter(mthis) native "HTMLProgressElement_value_Getter";
3691 3910
3692 static value_Setter(mthis, value) native "HTMLProgressElement_value_Setter"; 3911 static value_Setter(mthis, value) native "HTMLProgressElement_value_Setter";
3912
3693 } 3913 }
3694 3914
3695 class BlinkHTMLQuoteElement { 3915 class BlinkHTMLQuoteElement {
3696 static cite_Getter(mthis) native "HTMLQuoteElement_cite_Getter"; 3916 static cite_Getter(mthis) native "HTMLQuoteElement_cite_Getter";
3697 3917
3698 static cite_Setter(mthis, value) native "HTMLQuoteElement_cite_Setter"; 3918 static cite_Setter(mthis, value) native "HTMLQuoteElement_cite_Setter";
3919
3699 } 3920 }
3700 3921
3701 class BlinkHTMLScriptElement { 3922 class BlinkHTMLScriptElement {
3702 static async_Getter(mthis) native "HTMLScriptElement_async_Getter"; 3923 static async_Getter(mthis) native "HTMLScriptElement_async_Getter";
3703 3924
3704 static async_Setter(mthis, value) native "HTMLScriptElement_async_Setter"; 3925 static async_Setter(mthis, value) native "HTMLScriptElement_async_Setter";
3705 3926
3706 static charset_Getter(mthis) native "HTMLScriptElement_charset_Getter"; 3927 static charset_Getter(mthis) native "HTMLScriptElement_charset_Getter";
3707 3928
3708 static charset_Setter(mthis, value) native "HTMLScriptElement_charset_Setter"; 3929 static charset_Setter(mthis, value) native "HTMLScriptElement_charset_Setter";
(...skipping 14 matching lines...) Expand all
3723 3944
3724 static nonce_Setter(mthis, value) native "HTMLScriptElement_nonce_Setter"; 3945 static nonce_Setter(mthis, value) native "HTMLScriptElement_nonce_Setter";
3725 3946
3726 static src_Getter(mthis) native "HTMLScriptElement_src_Getter"; 3947 static src_Getter(mthis) native "HTMLScriptElement_src_Getter";
3727 3948
3728 static src_Setter(mthis, value) native "HTMLScriptElement_src_Setter"; 3949 static src_Setter(mthis, value) native "HTMLScriptElement_src_Setter";
3729 3950
3730 static type_Getter(mthis) native "HTMLScriptElement_type_Getter"; 3951 static type_Getter(mthis) native "HTMLScriptElement_type_Getter";
3731 3952
3732 static type_Setter(mthis, value) native "HTMLScriptElement_type_Setter"; 3953 static type_Setter(mthis, value) native "HTMLScriptElement_type_Setter";
3954
3733 } 3955 }
3734 3956
3735 class BlinkHTMLSelectElement { 3957 class BlinkHTMLSelectElement {
3958 static $__setter___Callback_2(mthis, index, value) native "HTMLSelectElement__ _setter___Callback";
3959
3960 static add_Callback_2(mthis, element, before) native "HTMLSelectElement_add_Ca llback";
3961
3736 static autofocus_Getter(mthis) native "HTMLSelectElement_autofocus_Getter"; 3962 static autofocus_Getter(mthis) native "HTMLSelectElement_autofocus_Getter";
3737 3963
3738 static autofocus_Setter(mthis, value) native "HTMLSelectElement_autofocus_Sett er"; 3964 static autofocus_Setter(mthis, value) native "HTMLSelectElement_autofocus_Sett er";
3739 3965
3966 static checkValidity_Callback_0(mthis) native "HTMLSelectElement_checkValidity _Callback";
3967
3740 static disabled_Getter(mthis) native "HTMLSelectElement_disabled_Getter"; 3968 static disabled_Getter(mthis) native "HTMLSelectElement_disabled_Getter";
3741 3969
3742 static disabled_Setter(mthis, value) native "HTMLSelectElement_disabled_Setter "; 3970 static disabled_Setter(mthis, value) native "HTMLSelectElement_disabled_Setter ";
3743 3971
3744 static form_Getter(mthis) native "HTMLSelectElement_form_Getter"; 3972 static form_Getter(mthis) native "HTMLSelectElement_form_Getter";
3745 3973
3974 static item_Callback_1(mthis, index) native "HTMLSelectElement_item_Callback";
3975
3746 static labels_Getter(mthis) native "HTMLSelectElement_labels_Getter"; 3976 static labels_Getter(mthis) native "HTMLSelectElement_labels_Getter";
3747 3977
3748 static length_Getter(mthis) native "HTMLSelectElement_length_Getter"; 3978 static length_Getter(mthis) native "HTMLSelectElement_length_Getter";
3749 3979
3750 static length_Setter(mthis, value) native "HTMLSelectElement_length_Setter"; 3980 static length_Setter(mthis, value) native "HTMLSelectElement_length_Setter";
3751 3981
3752 static multiple_Getter(mthis) native "HTMLSelectElement_multiple_Getter"; 3982 static multiple_Getter(mthis) native "HTMLSelectElement_multiple_Getter";
3753 3983
3754 static multiple_Setter(mthis, value) native "HTMLSelectElement_multiple_Setter "; 3984 static multiple_Setter(mthis, value) native "HTMLSelectElement_multiple_Setter ";
3755 3985
3756 static name_Getter(mthis) native "HTMLSelectElement_name_Getter"; 3986 static name_Getter(mthis) native "HTMLSelectElement_name_Getter";
3757 3987
3758 static name_Setter(mthis, value) native "HTMLSelectElement_name_Setter"; 3988 static name_Setter(mthis, value) native "HTMLSelectElement_name_Setter";
3759 3989
3990 static namedItem_Callback_1(mthis, name) native "HTMLSelectElement_namedItem_C allback";
3991
3760 static required_Getter(mthis) native "HTMLSelectElement_required_Getter"; 3992 static required_Getter(mthis) native "HTMLSelectElement_required_Getter";
3761 3993
3762 static required_Setter(mthis, value) native "HTMLSelectElement_required_Setter "; 3994 static required_Setter(mthis, value) native "HTMLSelectElement_required_Setter ";
3763 3995
3764 static selectedIndex_Getter(mthis) native "HTMLSelectElement_selectedIndex_Get ter"; 3996 static selectedIndex_Getter(mthis) native "HTMLSelectElement_selectedIndex_Get ter";
3765 3997
3766 static selectedIndex_Setter(mthis, value) native "HTMLSelectElement_selectedIn dex_Setter"; 3998 static selectedIndex_Setter(mthis, value) native "HTMLSelectElement_selectedIn dex_Setter";
3767 3999
4000 static setCustomValidity_Callback_1(mthis, error) native "HTMLSelectElement_se tCustomValidity_Callback";
4001
3768 static size_Getter(mthis) native "HTMLSelectElement_size_Getter"; 4002 static size_Getter(mthis) native "HTMLSelectElement_size_Getter";
3769 4003
3770 static size_Setter(mthis, value) native "HTMLSelectElement_size_Setter"; 4004 static size_Setter(mthis, value) native "HTMLSelectElement_size_Setter";
3771 4005
3772 static type_Getter(mthis) native "HTMLSelectElement_type_Getter"; 4006 static type_Getter(mthis) native "HTMLSelectElement_type_Getter";
3773 4007
3774 static validationMessage_Getter(mthis) native "HTMLSelectElement_validationMes sage_Getter"; 4008 static validationMessage_Getter(mthis) native "HTMLSelectElement_validationMes sage_Getter";
3775 4009
3776 static validity_Getter(mthis) native "HTMLSelectElement_validity_Getter"; 4010 static validity_Getter(mthis) native "HTMLSelectElement_validity_Getter";
3777 4011
3778 static value_Getter(mthis) native "HTMLSelectElement_value_Getter"; 4012 static value_Getter(mthis) native "HTMLSelectElement_value_Getter";
3779 4013
3780 static value_Setter(mthis, value) native "HTMLSelectElement_value_Setter"; 4014 static value_Setter(mthis, value) native "HTMLSelectElement_value_Setter";
3781 4015
3782 static willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Gette r"; 4016 static willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Gette r";
3783 4017
3784 static $__setter___Callback_2(mthis, index, value) native "HTMLSelectElement__ _setter___Callback";
3785
3786 static add_Callback_2(mthis, element, before) native "HTMLSelectElement_add_Ca llback";
3787
3788 static checkValidity_Callback(mthis) native "HTMLSelectElement_checkValidity_C allback";
3789
3790 static item_Callback_1(mthis, index) native "HTMLSelectElement_item_Callback";
3791
3792 static namedItem_Callback_1(mthis, name) native "HTMLSelectElement_namedItem_C allback";
3793
3794 static setCustomValidity_Callback_1(mthis, error) native "HTMLSelectElement_se tCustomValidity_Callback";
3795 } 4018 }
3796 4019
3797 class BlinkHTMLShadowElement { 4020 class BlinkHTMLShadowElement {
3798 static getDistributedNodes_Callback(mthis) native "HTMLShadowElement_getDistri butedNodes_Callback"; 4021 static getDistributedNodes_Callback_0(mthis) native "HTMLShadowElement_getDist ributedNodes_Callback";
4022
3799 } 4023 }
3800 4024
3801 class BlinkHTMLSourceElement { 4025 class BlinkHTMLSourceElement {
3802 static integrity_Getter(mthis) native "HTMLSourceElement_integrity_Getter"; 4026 static integrity_Getter(mthis) native "HTMLSourceElement_integrity_Getter";
3803 4027
3804 static integrity_Setter(mthis, value) native "HTMLSourceElement_integrity_Sett er"; 4028 static integrity_Setter(mthis, value) native "HTMLSourceElement_integrity_Sett er";
3805 4029
3806 static media_Getter(mthis) native "HTMLSourceElement_media_Getter"; 4030 static media_Getter(mthis) native "HTMLSourceElement_media_Getter";
3807 4031
3808 static media_Setter(mthis, value) native "HTMLSourceElement_media_Setter"; 4032 static media_Setter(mthis, value) native "HTMLSourceElement_media_Setter";
3809 4033
3810 static sizes_Getter(mthis) native "HTMLSourceElement_sizes_Getter"; 4034 static sizes_Getter(mthis) native "HTMLSourceElement_sizes_Getter";
3811 4035
3812 static sizes_Setter(mthis, value) native "HTMLSourceElement_sizes_Setter"; 4036 static sizes_Setter(mthis, value) native "HTMLSourceElement_sizes_Setter";
3813 4037
3814 static src_Getter(mthis) native "HTMLSourceElement_src_Getter"; 4038 static src_Getter(mthis) native "HTMLSourceElement_src_Getter";
3815 4039
3816 static src_Setter(mthis, value) native "HTMLSourceElement_src_Setter"; 4040 static src_Setter(mthis, value) native "HTMLSourceElement_src_Setter";
3817 4041
3818 static srcset_Getter(mthis) native "HTMLSourceElement_srcset_Getter"; 4042 static srcset_Getter(mthis) native "HTMLSourceElement_srcset_Getter";
3819 4043
3820 static srcset_Setter(mthis, value) native "HTMLSourceElement_srcset_Setter"; 4044 static srcset_Setter(mthis, value) native "HTMLSourceElement_srcset_Setter";
3821 4045
3822 static type_Getter(mthis) native "HTMLSourceElement_type_Getter"; 4046 static type_Getter(mthis) native "HTMLSourceElement_type_Getter";
3823 4047
3824 static type_Setter(mthis, value) native "HTMLSourceElement_type_Setter"; 4048 static type_Setter(mthis, value) native "HTMLSourceElement_type_Setter";
4049
3825 } 4050 }
3826 4051
3827 class BlinkHTMLSpanElement {} 4052 class BlinkHTMLSpanElement {
4053 }
3828 4054
3829 class BlinkHTMLStyleElement { 4055 class BlinkHTMLStyleElement {
3830 static disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter"; 4056 static disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter";
3831 4057
3832 static disabled_Setter(mthis, value) native "HTMLStyleElement_disabled_Setter" ; 4058 static disabled_Setter(mthis, value) native "HTMLStyleElement_disabled_Setter" ;
3833 4059
3834 static media_Getter(mthis) native "HTMLStyleElement_media_Getter"; 4060 static media_Getter(mthis) native "HTMLStyleElement_media_Getter";
3835 4061
3836 static media_Setter(mthis, value) native "HTMLStyleElement_media_Setter"; 4062 static media_Setter(mthis, value) native "HTMLStyleElement_media_Setter";
3837 4063
3838 static sheet_Getter(mthis) native "HTMLStyleElement_sheet_Getter"; 4064 static sheet_Getter(mthis) native "HTMLStyleElement_sheet_Getter";
3839 4065
3840 static type_Getter(mthis) native "HTMLStyleElement_type_Getter"; 4066 static type_Getter(mthis) native "HTMLStyleElement_type_Getter";
3841 4067
3842 static type_Setter(mthis, value) native "HTMLStyleElement_type_Setter"; 4068 static type_Setter(mthis, value) native "HTMLStyleElement_type_Setter";
4069
3843 } 4070 }
3844 4071
3845 class BlinkHTMLTableCaptionElement {} 4072 class BlinkHTMLTableCaptionElement {
4073 }
3846 4074
3847 class BlinkHTMLTableCellElement { 4075 class BlinkHTMLTableCellElement {
3848 static cellIndex_Getter(mthis) native "HTMLTableCellElement_cellIndex_Getter"; 4076 static cellIndex_Getter(mthis) native "HTMLTableCellElement_cellIndex_Getter";
3849 4077
3850 static colSpan_Getter(mthis) native "HTMLTableCellElement_colSpan_Getter"; 4078 static colSpan_Getter(mthis) native "HTMLTableCellElement_colSpan_Getter";
3851 4079
3852 static colSpan_Setter(mthis, value) native "HTMLTableCellElement_colSpan_Sette r"; 4080 static colSpan_Setter(mthis, value) native "HTMLTableCellElement_colSpan_Sette r";
3853 4081
3854 static headers_Getter(mthis) native "HTMLTableCellElement_headers_Getter"; 4082 static headers_Getter(mthis) native "HTMLTableCellElement_headers_Getter";
3855 4083
3856 static headers_Setter(mthis, value) native "HTMLTableCellElement_headers_Sette r"; 4084 static headers_Setter(mthis, value) native "HTMLTableCellElement_headers_Sette r";
3857 4085
3858 static rowSpan_Getter(mthis) native "HTMLTableCellElement_rowSpan_Getter"; 4086 static rowSpan_Getter(mthis) native "HTMLTableCellElement_rowSpan_Getter";
3859 4087
3860 static rowSpan_Setter(mthis, value) native "HTMLTableCellElement_rowSpan_Sette r"; 4088 static rowSpan_Setter(mthis, value) native "HTMLTableCellElement_rowSpan_Sette r";
4089
3861 } 4090 }
3862 4091
3863 class BlinkHTMLTableColElement { 4092 class BlinkHTMLTableColElement {
3864 static span_Getter(mthis) native "HTMLTableColElement_span_Getter"; 4093 static span_Getter(mthis) native "HTMLTableColElement_span_Getter";
3865 4094
3866 static span_Setter(mthis, value) native "HTMLTableColElement_span_Setter"; 4095 static span_Setter(mthis, value) native "HTMLTableColElement_span_Setter";
4096
3867 } 4097 }
3868 4098
3869 class BlinkHTMLTableElement { 4099 class BlinkHTMLTableElement {
3870 static caption_Getter(mthis) native "HTMLTableElement_caption_Getter"; 4100 static caption_Getter(mthis) native "HTMLTableElement_caption_Getter";
3871 4101
3872 static caption_Setter(mthis, value) native "HTMLTableElement_caption_Setter"; 4102 static caption_Setter(mthis, value) native "HTMLTableElement_caption_Setter";
3873 4103
4104 static createCaption_Callback_0(mthis) native "HTMLTableElement_createCaption_ Callback";
4105
4106 static createTBody_Callback_0(mthis) native "HTMLTableElement_createTBody_Call back";
4107
4108 static createTFoot_Callback_0(mthis) native "HTMLTableElement_createTFoot_Call back";
4109
4110 static createTHead_Callback_0(mthis) native "HTMLTableElement_createTHead_Call back";
4111
4112 static deleteCaption_Callback_0(mthis) native "HTMLTableElement_deleteCaption_ Callback";
4113
4114 static deleteRow_Callback_1(mthis, index) native "HTMLTableElement_deleteRow_C allback";
4115
4116 static deleteTFoot_Callback_0(mthis) native "HTMLTableElement_deleteTFoot_Call back";
4117
4118 static deleteTHead_Callback_0(mthis) native "HTMLTableElement_deleteTHead_Call back";
4119
4120 static insertRow_Callback_0(mthis) native "HTMLTableElement_insertRow_Callback ";
4121
4122 static insertRow_Callback_1(mthis, index) native "HTMLTableElement_insertRow_C allback";
4123
3874 static rows_Getter(mthis) native "HTMLTableElement_rows_Getter"; 4124 static rows_Getter(mthis) native "HTMLTableElement_rows_Getter";
3875 4125
3876 static tBodies_Getter(mthis) native "HTMLTableElement_tBodies_Getter"; 4126 static tBodies_Getter(mthis) native "HTMLTableElement_tBodies_Getter";
3877 4127
3878 static tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Getter"; 4128 static tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Getter";
3879 4129
3880 static tFoot_Setter(mthis, value) native "HTMLTableElement_tFoot_Setter"; 4130 static tFoot_Setter(mthis, value) native "HTMLTableElement_tFoot_Setter";
3881 4131
3882 static tHead_Getter(mthis) native "HTMLTableElement_tHead_Getter"; 4132 static tHead_Getter(mthis) native "HTMLTableElement_tHead_Getter";
3883 4133
3884 static tHead_Setter(mthis, value) native "HTMLTableElement_tHead_Setter"; 4134 static tHead_Setter(mthis, value) native "HTMLTableElement_tHead_Setter";
3885 4135
3886 static createCaption_Callback(mthis) native "HTMLTableElement_createCaption_Ca llback";
3887
3888 static createTBody_Callback(mthis) native "HTMLTableElement_createTBody_Callba ck";
3889
3890 static createTFoot_Callback(mthis) native "HTMLTableElement_createTFoot_Callba ck";
3891
3892 static createTHead_Callback(mthis) native "HTMLTableElement_createTHead_Callba ck";
3893
3894 static deleteCaption_Callback(mthis) native "HTMLTableElement_deleteCaption_Ca llback";
3895
3896 static deleteRow_Callback_1(mthis, index) native "HTMLTableElement_deleteRow_C allback";
3897
3898 static deleteTFoot_Callback(mthis) native "HTMLTableElement_deleteTFoot_Callba ck";
3899
3900 static deleteTHead_Callback(mthis) native "HTMLTableElement_deleteTHead_Callba ck";
3901
3902 static insertRow_Callback_1(mthis, index) native "HTMLTableElement_insertRow_C allback";
3903
3904 static insertRow_Callback(mthis) native "HTMLTableElement_insertRow_Callback";
3905 } 4136 }
3906 4137
3907 class BlinkHTMLTableRowElement { 4138 class BlinkHTMLTableRowElement {
3908 static cells_Getter(mthis) native "HTMLTableRowElement_cells_Getter"; 4139 static cells_Getter(mthis) native "HTMLTableRowElement_cells_Getter";
3909 4140
4141 static deleteCell_Callback_1(mthis, index) native "HTMLTableRowElement_deleteC ell_Callback";
4142
4143 static insertCell_Callback_0(mthis) native "HTMLTableRowElement_insertCell_Cal lback";
4144
4145 static insertCell_Callback_1(mthis, index) native "HTMLTableRowElement_insertC ell_Callback";
4146
3910 static rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter"; 4147 static rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter";
3911 4148
3912 static sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowInd ex_Getter"; 4149 static sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowInd ex_Getter";
3913 4150
3914 static deleteCell_Callback_1(mthis, index) native "HTMLTableRowElement_deleteC ell_Callback";
3915
3916 static insertCell_Callback_1(mthis, index) native "HTMLTableRowElement_insertC ell_Callback";
3917
3918 static insertCell_Callback(mthis) native "HTMLTableRowElement_insertCell_Callb ack";
3919 } 4151 }
3920 4152
3921 class BlinkHTMLTableSectionElement { 4153 class BlinkHTMLTableSectionElement {
3922 static rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter"; 4154 static deleteRow_Callback_1(mthis, index) native "HTMLTableSectionElement_dele teRow_Callback";
3923 4155
3924 static deleteRow_Callback_1(mthis, index) native "HTMLTableSectionElement_dele teRow_Callback"; 4156 static insertRow_Callback_0(mthis) native "HTMLTableSectionElement_insertRow_C allback";
3925 4157
3926 static insertRow_Callback_1(mthis, index) native "HTMLTableSectionElement_inse rtRow_Callback"; 4158 static insertRow_Callback_1(mthis, index) native "HTMLTableSectionElement_inse rtRow_Callback";
3927 4159
3928 static insertRow_Callback(mthis) native "HTMLTableSectionElement_insertRow_Cal lback"; 4160 static rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter";
4161
3929 } 4162 }
3930 4163
3931 class BlinkHTMLTemplateElement { 4164 class BlinkHTMLTemplateElement {
3932 static content_Getter(mthis) native "HTMLTemplateElement_content_Getter"; 4165 static content_Getter(mthis) native "HTMLTemplateElement_content_Getter";
4166
3933 } 4167 }
3934 4168
3935 class BlinkHTMLTextAreaElement { 4169 class BlinkHTMLTextAreaElement {
3936 static autofocus_Getter(mthis) native "HTMLTextAreaElement_autofocus_Getter"; 4170 static autofocus_Getter(mthis) native "HTMLTextAreaElement_autofocus_Getter";
3937 4171
3938 static autofocus_Setter(mthis, value) native "HTMLTextAreaElement_autofocus_Se tter"; 4172 static autofocus_Setter(mthis, value) native "HTMLTextAreaElement_autofocus_Se tter";
3939 4173
4174 static checkValidity_Callback_0(mthis) native "HTMLTextAreaElement_checkValidi ty_Callback";
4175
3940 static cols_Getter(mthis) native "HTMLTextAreaElement_cols_Getter"; 4176 static cols_Getter(mthis) native "HTMLTextAreaElement_cols_Getter";
3941 4177
3942 static cols_Setter(mthis, value) native "HTMLTextAreaElement_cols_Setter"; 4178 static cols_Setter(mthis, value) native "HTMLTextAreaElement_cols_Setter";
3943 4179
3944 static defaultValue_Getter(mthis) native "HTMLTextAreaElement_defaultValue_Get ter"; 4180 static defaultValue_Getter(mthis) native "HTMLTextAreaElement_defaultValue_Get ter";
3945 4181
3946 static defaultValue_Setter(mthis, value) native "HTMLTextAreaElement_defaultVa lue_Setter"; 4182 static defaultValue_Setter(mthis, value) native "HTMLTextAreaElement_defaultVa lue_Setter";
3947 4183
3948 static dirName_Getter(mthis) native "HTMLTextAreaElement_dirName_Getter"; 4184 static dirName_Getter(mthis) native "HTMLTextAreaElement_dirName_Getter";
3949 4185
(...skipping 28 matching lines...) Expand all
3978 static readOnly_Setter(mthis, value) native "HTMLTextAreaElement_readOnly_Sett er"; 4214 static readOnly_Setter(mthis, value) native "HTMLTextAreaElement_readOnly_Sett er";
3979 4215
3980 static required_Getter(mthis) native "HTMLTextAreaElement_required_Getter"; 4216 static required_Getter(mthis) native "HTMLTextAreaElement_required_Getter";
3981 4217
3982 static required_Setter(mthis, value) native "HTMLTextAreaElement_required_Sett er"; 4218 static required_Setter(mthis, value) native "HTMLTextAreaElement_required_Sett er";
3983 4219
3984 static rows_Getter(mthis) native "HTMLTextAreaElement_rows_Getter"; 4220 static rows_Getter(mthis) native "HTMLTextAreaElement_rows_Getter";
3985 4221
3986 static rows_Setter(mthis, value) native "HTMLTextAreaElement_rows_Setter"; 4222 static rows_Setter(mthis, value) native "HTMLTextAreaElement_rows_Setter";
3987 4223
4224 static select_Callback_0(mthis) native "HTMLTextAreaElement_select_Callback";
4225
3988 static selectionDirection_Getter(mthis) native "HTMLTextAreaElement_selectionD irection_Getter"; 4226 static selectionDirection_Getter(mthis) native "HTMLTextAreaElement_selectionD irection_Getter";
3989 4227
3990 static selectionDirection_Setter(mthis, value) native "HTMLTextAreaElement_sel ectionDirection_Setter"; 4228 static selectionDirection_Setter(mthis, value) native "HTMLTextAreaElement_sel ectionDirection_Setter";
3991 4229
3992 static selectionEnd_Getter(mthis) native "HTMLTextAreaElement_selectionEnd_Get ter"; 4230 static selectionEnd_Getter(mthis) native "HTMLTextAreaElement_selectionEnd_Get ter";
3993 4231
3994 static selectionEnd_Setter(mthis, value) native "HTMLTextAreaElement_selection End_Setter"; 4232 static selectionEnd_Setter(mthis, value) native "HTMLTextAreaElement_selection End_Setter";
3995 4233
3996 static selectionStart_Getter(mthis) native "HTMLTextAreaElement_selectionStart _Getter"; 4234 static selectionStart_Getter(mthis) native "HTMLTextAreaElement_selectionStart _Getter";
3997 4235
3998 static selectionStart_Setter(mthis, value) native "HTMLTextAreaElement_selecti onStart_Setter"; 4236 static selectionStart_Setter(mthis, value) native "HTMLTextAreaElement_selecti onStart_Setter";
3999 4237
4238 static setCustomValidity_Callback_1(mthis, error) native "HTMLTextAreaElement_ setCustomValidity_Callback";
4239
4240 static setRangeText_Callback_1(mthis, replacement) native "HTMLTextAreaElement _setRangeText_Callback";
4241
4242 static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback";
4243
4244 static setSelectionRange_Callback_2(mthis, start, end) native "HTMLTextAreaEle ment_setSelectionRange_Callback";
4245
4246 static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTML TextAreaElement_setSelectionRange_Callback";
4247
4000 static textLength_Getter(mthis) native "HTMLTextAreaElement_textLength_Getter" ; 4248 static textLength_Getter(mthis) native "HTMLTextAreaElement_textLength_Getter" ;
4001 4249
4002 static type_Getter(mthis) native "HTMLTextAreaElement_type_Getter"; 4250 static type_Getter(mthis) native "HTMLTextAreaElement_type_Getter";
4003 4251
4004 static validationMessage_Getter(mthis) native "HTMLTextAreaElement_validationM essage_Getter"; 4252 static validationMessage_Getter(mthis) native "HTMLTextAreaElement_validationM essage_Getter";
4005 4253
4006 static validity_Getter(mthis) native "HTMLTextAreaElement_validity_Getter"; 4254 static validity_Getter(mthis) native "HTMLTextAreaElement_validity_Getter";
4007 4255
4008 static value_Getter(mthis) native "HTMLTextAreaElement_value_Getter"; 4256 static value_Getter(mthis) native "HTMLTextAreaElement_value_Getter";
4009 4257
4010 static value_Setter(mthis, value) native "HTMLTextAreaElement_value_Setter"; 4258 static value_Setter(mthis, value) native "HTMLTextAreaElement_value_Setter";
4011 4259
4012 static willValidate_Getter(mthis) native "HTMLTextAreaElement_willValidate_Get ter"; 4260 static willValidate_Getter(mthis) native "HTMLTextAreaElement_willValidate_Get ter";
4013 4261
4014 static wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_Getter"; 4262 static wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_Getter";
4015 4263
4016 static wrap_Setter(mthis, value) native "HTMLTextAreaElement_wrap_Setter"; 4264 static wrap_Setter(mthis, value) native "HTMLTextAreaElement_wrap_Setter";
4017 4265
4018 static checkValidity_Callback(mthis) native "HTMLTextAreaElement_checkValidity _Callback";
4019
4020 static select_Callback(mthis) native "HTMLTextAreaElement_select_Callback";
4021
4022 static setCustomValidity_Callback_1(mthis, error) native "HTMLTextAreaElement_ setCustomValidity_Callback";
4023
4024 static setRangeText_Callback_1(mthis, replacement) native "HTMLTextAreaElement _setRangeText_Callback";
4025
4026 static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback";
4027
4028 static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTML TextAreaElement_setSelectionRange_Callback";
4029
4030 static setSelectionRange_Callback_2(mthis, start, end) native "HTMLTextAreaEle ment_setSelectionRange_Callback";
4031 } 4266 }
4032 4267
4033 class BlinkHTMLTitleElement {} 4268 class BlinkHTMLTitleElement {
4269 }
4034 4270
4035 class BlinkHTMLTrackElement { 4271 class BlinkHTMLTrackElement {
4036 static default_Getter(mthis) native "HTMLTrackElement_default_Getter"; 4272 static default_Getter(mthis) native "HTMLTrackElement_default_Getter";
4037 4273
4038 static default_Setter(mthis, value) native "HTMLTrackElement_default_Setter"; 4274 static default_Setter(mthis, value) native "HTMLTrackElement_default_Setter";
4039 4275
4040 static integrity_Getter(mthis) native "HTMLTrackElement_integrity_Getter"; 4276 static integrity_Getter(mthis) native "HTMLTrackElement_integrity_Getter";
4041 4277
4042 static integrity_Setter(mthis, value) native "HTMLTrackElement_integrity_Sette r"; 4278 static integrity_Setter(mthis, value) native "HTMLTrackElement_integrity_Sette r";
4043 4279
4044 static kind_Getter(mthis) native "HTMLTrackElement_kind_Getter"; 4280 static kind_Getter(mthis) native "HTMLTrackElement_kind_Getter";
4045 4281
4046 static kind_Setter(mthis, value) native "HTMLTrackElement_kind_Setter"; 4282 static kind_Setter(mthis, value) native "HTMLTrackElement_kind_Setter";
4047 4283
4048 static label_Getter(mthis) native "HTMLTrackElement_label_Getter"; 4284 static label_Getter(mthis) native "HTMLTrackElement_label_Getter";
4049 4285
4050 static label_Setter(mthis, value) native "HTMLTrackElement_label_Setter"; 4286 static label_Setter(mthis, value) native "HTMLTrackElement_label_Setter";
4051 4287
4052 static readyState_Getter(mthis) native "HTMLTrackElement_readyState_Getter"; 4288 static readyState_Getter(mthis) native "HTMLTrackElement_readyState_Getter";
4053 4289
4054 static src_Getter(mthis) native "HTMLTrackElement_src_Getter"; 4290 static src_Getter(mthis) native "HTMLTrackElement_src_Getter";
4055 4291
4056 static src_Setter(mthis, value) native "HTMLTrackElement_src_Setter"; 4292 static src_Setter(mthis, value) native "HTMLTrackElement_src_Setter";
4057 4293
4058 static srclang_Getter(mthis) native "HTMLTrackElement_srclang_Getter"; 4294 static srclang_Getter(mthis) native "HTMLTrackElement_srclang_Getter";
4059 4295
4060 static srclang_Setter(mthis, value) native "HTMLTrackElement_srclang_Setter"; 4296 static srclang_Setter(mthis, value) native "HTMLTrackElement_srclang_Setter";
4061 4297
4062 static track_Getter(mthis) native "HTMLTrackElement_track_Getter"; 4298 static track_Getter(mthis) native "HTMLTrackElement_track_Getter";
4299
4063 } 4300 }
4064 4301
4065 class BlinkHTMLUListElement {} 4302 class BlinkHTMLUListElement {
4303 }
4066 4304
4067 class BlinkHTMLUnknownElement {} 4305 class BlinkHTMLUnknownElement {
4306 }
4068 4307
4069 class BlinkHTMLVideoElement { 4308 class BlinkHTMLVideoElement {
4309 static getVideoPlaybackQuality_Callback_0(mthis) native "HTMLVideoElement_getV ideoPlaybackQuality_Callback";
4310
4070 static height_Getter(mthis) native "HTMLVideoElement_height_Getter"; 4311 static height_Getter(mthis) native "HTMLVideoElement_height_Getter";
4071 4312
4072 static height_Setter(mthis, value) native "HTMLVideoElement_height_Setter"; 4313 static height_Setter(mthis, value) native "HTMLVideoElement_height_Setter";
4073 4314
4074 static poster_Getter(mthis) native "HTMLVideoElement_poster_Getter"; 4315 static poster_Getter(mthis) native "HTMLVideoElement_poster_Getter";
4075 4316
4076 static poster_Setter(mthis, value) native "HTMLVideoElement_poster_Setter"; 4317 static poster_Setter(mthis, value) native "HTMLVideoElement_poster_Setter";
4077 4318
4078 static videoHeight_Getter(mthis) native "HTMLVideoElement_videoHeight_Getter"; 4319 static videoHeight_Getter(mthis) native "HTMLVideoElement_videoHeight_Getter";
4079 4320
4080 static videoWidth_Getter(mthis) native "HTMLVideoElement_videoWidth_Getter"; 4321 static videoWidth_Getter(mthis) native "HTMLVideoElement_videoWidth_Getter";
4081 4322
4082 static webkitDecodedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDe codedFrameCount_Getter"; 4323 static webkitDecodedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDe codedFrameCount_Getter";
4083 4324
4084 static webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDr oppedFrameCount_Getter"; 4325 static webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDr oppedFrameCount_Getter";
4085 4326
4327 static webkitEnterFullscreen_Callback_0(mthis) native "HTMLVideoElement_webkit EnterFullscreen_Callback";
4328
4329 static webkitExitFullscreen_Callback_0(mthis) native "HTMLVideoElement_webkitE xitFullscreen_Callback";
4330
4086 static width_Getter(mthis) native "HTMLVideoElement_width_Getter"; 4331 static width_Getter(mthis) native "HTMLVideoElement_width_Getter";
4087 4332
4088 static width_Setter(mthis, value) native "HTMLVideoElement_width_Setter"; 4333 static width_Setter(mthis, value) native "HTMLVideoElement_width_Setter";
4089 4334
4090 static getVideoPlaybackQuality_Callback(mthis) native "HTMLVideoElement_getVid eoPlaybackQuality_Callback";
4091
4092 static webkitEnterFullscreen_Callback(mthis) native "HTMLVideoElement_webkitEn terFullscreen_Callback";
4093
4094 static webkitExitFullscreen_Callback(mthis) native "HTMLVideoElement_webkitExi tFullscreen_Callback";
4095 } 4335 }
4096 4336
4097 class BlinkHashChangeEvent { 4337 class BlinkHashChangeEvent {
4098 static constructorCallback(type, options) native "HashChangeEvent_constructorC allback"; 4338 static constructorCallback_2(type, options) native "HashChangeEvent_constructo rCallback";
4339
4340 static initHashChangeEvent_Callback_5(mthis, type, canBubble, cancelable, oldU RL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback";
4099 4341
4100 static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter"; 4342 static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter";
4101 4343
4102 static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter"; 4344 static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter";
4103 4345
4104 static initHashChangeEvent_Callback_5(mthis, type, canBubble, cancelable, oldU RL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback";
4105 } 4346 }
4106 4347
4107 class BlinkHeaders { 4348 class BlinkHeaders {
4108 static constructorCallback() native "Headers_constructorCallback"; 4349 static constructorCallback_0() native "Headers_constructorCallback";
4109 4350
4110 static constructorCallback_1(input) native "Headers_constructorCallback"; 4351 static constructorCallback_1(input) native "Headers_constructorCallback";
4111 4352
4112 static size_Getter(mthis) native "Headers_size_Getter"; 4353 static forEach_Callback_1(mthis, callback) native "Headers_forEach_Callback";
4113 4354
4114 static forEach_Callback_2(mthis, callback, thisArg) native "Headers_forEach_Ca llback"; 4355 static forEach_Callback_2(mthis, callback, thisArg) native "Headers_forEach_Ca llback";
4115 4356
4116 static forEach_Callback_1(mthis, callback) native "Headers_forEach_Callback"; 4357 static size_Getter(mthis) native "Headers_size_Getter";
4358
4117 } 4359 }
4118 4360
4119 class BlinkHistory { 4361 class BlinkHistory {
4120 static length_Getter(mthis) native "History_length_Getter"; 4362 static back_Callback_0(mthis) native "History_back_Callback";
4121 4363
4122 static state_Getter(mthis) native "History_state_Getter"; 4364 static forward_Callback_0(mthis) native "History_forward_Callback";
4123
4124 static back_Callback(mthis) native "History_back_Callback";
4125
4126 static forward_Callback(mthis) native "History_forward_Callback";
4127 4365
4128 static go_Callback_1(mthis, distance) native "History_go_Callback"; 4366 static go_Callback_1(mthis, distance) native "History_go_Callback";
4129 4367
4368 static length_Getter(mthis) native "History_length_Getter";
4369
4130 static pushState_Callback_3(mthis, data, title, url) native "History_pushState _Callback"; 4370 static pushState_Callback_3(mthis, data, title, url) native "History_pushState _Callback";
4131 4371
4132 static replaceState_Callback_3(mthis, data, title, url) native "History_replac eState_Callback"; 4372 static replaceState_Callback_3(mthis, data, title, url) native "History_replac eState_Callback";
4373
4374 static state_Getter(mthis) native "History_state_Getter";
4375
4133 } 4376 }
4134 4377
4135 class BlinkIDBCursor { 4378 class BlinkIDBCursor {
4379 static advance_Callback_1(mthis, count) native "IDBCursor_advance_Callback";
4380
4381 static continuePrimaryKey_Callback_2(mthis, key, primaryKey) native "IDBCursor _continuePrimaryKey_Callback";
4382
4383 static continue_Callback_0(mthis) native "IDBCursor_continue_Callback";
4384
4385 static continue_Callback_1(mthis, key) native "IDBCursor_continue_Callback";
4386
4387 static delete_Callback_0(mthis) native "IDBCursor_delete_Callback";
4388
4136 static direction_Getter(mthis) native "IDBCursor_direction_Getter"; 4389 static direction_Getter(mthis) native "IDBCursor_direction_Getter";
4137 4390
4138 static key_Getter(mthis) native "IDBCursor_key_Getter"; 4391 static key_Getter(mthis) native "IDBCursor_key_Getter";
4139 4392
4140 static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; 4393 static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter";
4141 4394
4142 static source_Getter(mthis) native "IDBCursor_source_Getter"; 4395 static source_Getter(mthis) native "IDBCursor_source_Getter";
4143 4396
4144 static advance_Callback_1(mthis, count) native "IDBCursor_advance_Callback"; 4397 static update_Callback_1(mthis, value) native "IDBCursor_update_Callback";
4145 4398
4146 static continuePrimaryKey_Callback_2(mthis, key, primaryKey) native "IDBCursor _continuePrimaryKey_Callback";
4147
4148 static delete_Callback(mthis) native "IDBCursor_delete_Callback";
4149
4150 static continue_Callback_1(mthis, key) native "IDBCursor_continue_Callback";
4151
4152 static continue_Callback(mthis) native "IDBCursor_continue_Callback";
4153
4154 static update_Callback_1(mthis, value) native "IDBCursor_update_Callback";
4155 } 4399 }
4156 4400
4157 class BlinkIDBCursorWithValue { 4401 class BlinkIDBCursorWithValue {
4158 static value_Getter(mthis) native "IDBCursorWithValue_value_Getter"; 4402 static value_Getter(mthis) native "IDBCursorWithValue_value_Getter";
4403
4159 } 4404 }
4160 4405
4161 class BlinkIDBDatabase { 4406 class BlinkIDBDatabase {
4407 static close_Callback_0(mthis) native "IDBDatabase_close_Callback";
4408
4409 static createObjectStore_Callback_1(mthis, name) native "IDBDatabase_createObj ectStore_Callback";
4410
4411 static createObjectStore_Callback_2(mthis, name, options) native "IDBDatabase_ createObjectStore_Callback";
4412
4413 static deleteObjectStore_Callback_1(mthis, name) native "IDBDatabase_deleteObj ectStore_Callback";
4414
4162 static name_Getter(mthis) native "IDBDatabase_name_Getter"; 4415 static name_Getter(mthis) native "IDBDatabase_name_Getter";
4163 4416
4164 static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Get ter"; 4417 static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Get ter";
4165 4418
4166 static version_Getter(mthis) native "IDBDatabase_version_Getter";
4167
4168 static close_Callback(mthis) native "IDBDatabase_close_Callback";
4169
4170 static createObjectStore_Callback_2(mthis, name, options) native "IDBDatabase_ createObjectStore_Callback";
4171
4172 static createObjectStore_Callback_1(mthis, name) native "IDBDatabase_createObj ectStore_Callback";
4173
4174 static deleteObjectStore_Callback_1(mthis, name) native "IDBDatabase_deleteObj ectStore_Callback";
4175
4176 static transaction_Callback_1(mthis, storeName_OR_storeNames) native "IDBDatab ase_transaction_Callback"; 4419 static transaction_Callback_1(mthis, storeName_OR_storeNames) native "IDBDatab ase_transaction_Callback";
4177 4420
4178 static transaction_Callback_2(mthis, storeName_OR_storeNames, mode) native "ID BDatabase_transaction_Callback"; 4421 static transaction_Callback_2(mthis, storeName_OR_storeNames, mode) native "ID BDatabase_transaction_Callback";
4422
4423 static version_Getter(mthis) native "IDBDatabase_version_Getter";
4424
4179 } 4425 }
4180 4426
4181 class BlinkIDBFactory { 4427 class BlinkIDBFactory {
4182 static cmp_Callback_2(mthis, first, second) native "IDBFactory_cmp_Callback"; 4428 static cmp_Callback_2(mthis, first, second) native "IDBFactory_cmp_Callback";
4183 4429
4184 static deleteDatabase_Callback_1(mthis, name) native "IDBFactory_deleteDatabas e_Callback"; 4430 static deleteDatabase_Callback_1(mthis, name) native "IDBFactory_deleteDatabas e_Callback";
4185 4431
4432 static open_Callback_1(mthis, name) native "IDBFactory_open_Callback";
4433
4186 static open_Callback_2(mthis, name, version) native "IDBFactory_open_Callback" ; 4434 static open_Callback_2(mthis, name, version) native "IDBFactory_open_Callback" ;
4187 4435
4188 static open_Callback_1(mthis, name) native "IDBFactory_open_Callback"; 4436 static webkitGetDatabaseNames_Callback_0(mthis) native "IDBFactory_webkitGetDa tabaseNames_Callback";
4189 4437
4190 static webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webkitGetData baseNames_Callback";
4191 } 4438 }
4192 4439
4193 class BlinkIDBIndex { 4440 class BlinkIDBIndex {
4441 static count_Callback_1(mthis, key) native "IDBIndex_count_Callback";
4442
4443 static getKey_Callback_1(mthis, key) native "IDBIndex_getKey_Callback";
4444
4445 static get_Callback_1(mthis, key) native "IDBIndex_get_Callback";
4446
4194 static keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter"; 4447 static keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter";
4195 4448
4196 static multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter"; 4449 static multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter";
4197 4450
4198 static name_Getter(mthis) native "IDBIndex_name_Getter"; 4451 static name_Getter(mthis) native "IDBIndex_name_Getter";
4199 4452
4200 static objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; 4453 static objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter";
4201 4454
4202 static unique_Getter(mthis) native "IDBIndex_unique_Getter"; 4455 static openCursor_Callback_1(mthis, range) native "IDBIndex_openCursor_Callbac k";
4203
4204 static count_Callback_1(mthis, key) native "IDBIndex_count_Callback";
4205
4206 static get_Callback_1(mthis, key) native "IDBIndex_get_Callback";
4207
4208 static getKey_Callback_1(mthis, key) native "IDBIndex_getKey_Callback";
4209 4456
4210 static openCursor_Callback_2(mthis, range, direction) native "IDBIndex_openCur sor_Callback"; 4457 static openCursor_Callback_2(mthis, range, direction) native "IDBIndex_openCur sor_Callback";
4211 4458
4212 static openCursor_Callback_1(mthis, range) native "IDBIndex_openCursor_Callbac k"; 4459 static openKeyCursor_Callback_1(mthis, range) native "IDBIndex_openKeyCursor_C allback";
4213 4460
4214 static openKeyCursor_Callback_2(mthis, range, direction) native "IDBIndex_open KeyCursor_Callback"; 4461 static openKeyCursor_Callback_2(mthis, range, direction) native "IDBIndex_open KeyCursor_Callback";
4215 4462
4216 static openKeyCursor_Callback_1(mthis, range) native "IDBIndex_openKeyCursor_C allback"; 4463 static unique_Getter(mthis) native "IDBIndex_unique_Getter";
4464
4217 } 4465 }
4218 4466
4219 class BlinkIDBKeyRange { 4467 class BlinkIDBKeyRange {
4220 static lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; 4468 static bound_Callback_2(lower, upper) native "IDBKeyRange_bound_Callback";
4469
4470 static bound_Callback_3(lower, upper, lowerOpen) native "IDBKeyRange_bound_Cal lback";
4471
4472 static bound_Callback_4(lower, upper, lowerOpen, upperOpen) native "IDBKeyRang e_bound_Callback";
4473
4474 static lowerBound_Callback_1(bound) native "IDBKeyRange_lowerBound_Callback";
4475
4476 static lowerBound_Callback_2(bound, open) native "IDBKeyRange_lowerBound_Callb ack";
4221 4477
4222 static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter"; 4478 static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter";
4223 4479
4224 static upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; 4480 static lower_Getter(mthis) native "IDBKeyRange_lower_Getter";
4481
4482 static only_Callback_1(value) native "IDBKeyRange_only_Callback";
4483
4484 static upperBound_Callback_1(bound) native "IDBKeyRange_upperBound_Callback";
4485
4486 static upperBound_Callback_2(bound, open) native "IDBKeyRange_upperBound_Callb ack";
4225 4487
4226 static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter"; 4488 static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter";
4227 4489
4228 static bound_Callback_4(lower, upper, lowerOpen, upperOpen) native "IDBKeyRang e_bound_Callback"; 4490 static upper_Getter(mthis) native "IDBKeyRange_upper_Getter";
4229 4491
4230 static bound_Callback_3(lower, upper, lowerOpen) native "IDBKeyRange_bound_Cal lback";
4231
4232 static bound_Callback_2(lower, upper) native "IDBKeyRange_bound_Callback";
4233
4234 static lowerBound_Callback_2(bound, open) native "IDBKeyRange_lowerBound_Callb ack";
4235
4236 static lowerBound_Callback_1(bound) native "IDBKeyRange_lowerBound_Callback";
4237
4238 static only_Callback_1(value) native "IDBKeyRange_only_Callback";
4239
4240 static upperBound_Callback_2(bound, open) native "IDBKeyRange_upperBound_Callb ack";
4241
4242 static upperBound_Callback_1(bound) native "IDBKeyRange_upperBound_Callback";
4243 } 4492 }
4244 4493
4245 class BlinkIDBObjectStore { 4494 class BlinkIDBObjectStore {
4246 static autoIncrement_Getter(mthis) native "IDBObjectStore_autoIncrement_Getter "; 4495 static add_Callback_1(mthis, value) native "IDBObjectStore_add_Callback";
4247
4248 static indexNames_Getter(mthis) native "IDBObjectStore_indexNames_Getter";
4249
4250 static keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Getter";
4251
4252 static name_Getter(mthis) native "IDBObjectStore_name_Getter";
4253
4254 static transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter";
4255 4496
4256 static add_Callback_2(mthis, value, key) native "IDBObjectStore_add_Callback"; 4497 static add_Callback_2(mthis, value, key) native "IDBObjectStore_add_Callback";
4257 4498
4258 static add_Callback_1(mthis, value) native "IDBObjectStore_add_Callback"; 4499 static autoIncrement_Getter(mthis) native "IDBObjectStore_autoIncrement_Getter ";
4259 4500
4260 static clear_Callback(mthis) native "IDBObjectStore_clear_Callback"; 4501 static clear_Callback_0(mthis) native "IDBObjectStore_clear_Callback";
4261 4502
4262 static count_Callback_1(mthis, key) native "IDBObjectStore_count_Callback"; 4503 static count_Callback_1(mthis, key) native "IDBObjectStore_count_Callback";
4263 4504
4264 static createIndex_Callback_2(mthis, name, keyPath) native "IDBObjectStore_cre ateIndex_Callback"; 4505 static createIndex_Callback_2(mthis, name, keyPath) native "IDBObjectStore_cre ateIndex_Callback";
4265 4506
4266 static createIndex_Callback_3(mthis, name, keyPath, options) native "IDBObject Store_createIndex_Callback"; 4507 static createIndex_Callback_3(mthis, name, keyPath, options) native "IDBObject Store_createIndex_Callback";
4267 4508
4509 static deleteIndex_Callback_1(mthis, name) native "IDBObjectStore_deleteIndex_ Callback";
4510
4268 static delete_Callback_1(mthis, key) native "IDBObjectStore_delete_Callback"; 4511 static delete_Callback_1(mthis, key) native "IDBObjectStore_delete_Callback";
4269 4512
4270 static deleteIndex_Callback_1(mthis, name) native "IDBObjectStore_deleteIndex_ Callback";
4271
4272 static get_Callback_1(mthis, key) native "IDBObjectStore_get_Callback"; 4513 static get_Callback_1(mthis, key) native "IDBObjectStore_get_Callback";
4273 4514
4515 static indexNames_Getter(mthis) native "IDBObjectStore_indexNames_Getter";
4516
4274 static index_Callback_1(mthis, name) native "IDBObjectStore_index_Callback"; 4517 static index_Callback_1(mthis, name) native "IDBObjectStore_index_Callback";
4275 4518
4519 static keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Getter";
4520
4521 static name_Getter(mthis) native "IDBObjectStore_name_Getter";
4522
4523 static openCursor_Callback_1(mthis, range) native "IDBObjectStore_openCursor_C allback";
4524
4276 static openCursor_Callback_2(mthis, range, direction) native "IDBObjectStore_o penCursor_Callback"; 4525 static openCursor_Callback_2(mthis, range, direction) native "IDBObjectStore_o penCursor_Callback";
4277 4526
4278 static openCursor_Callback_1(mthis, range) native "IDBObjectStore_openCursor_C allback"; 4527 static openKeyCursor_Callback_1(mthis, range) native "IDBObjectStore_openKeyCu rsor_Callback";
4279 4528
4280 static openKeyCursor_Callback_2(mthis, range, direction) native "IDBObjectStor e_openKeyCursor_Callback"; 4529 static openKeyCursor_Callback_2(mthis, range, direction) native "IDBObjectStor e_openKeyCursor_Callback";
4281 4530
4282 static openKeyCursor_Callback_1(mthis, range) native "IDBObjectStore_openKeyCu rsor_Callback"; 4531 static put_Callback_1(mthis, value) native "IDBObjectStore_put_Callback";
4283 4532
4284 static put_Callback_2(mthis, value, key) native "IDBObjectStore_put_Callback"; 4533 static put_Callback_2(mthis, value, key) native "IDBObjectStore_put_Callback";
4285 4534
4286 static put_Callback_1(mthis, value) native "IDBObjectStore_put_Callback"; 4535 static transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter";
4536
4287 } 4537 }
4288 4538
4289 class BlinkIDBRequest { 4539 class BlinkIDBRequest {
4290 static error_Getter(mthis) native "IDBRequest_error_Getter"; 4540 static error_Getter(mthis) native "IDBRequest_error_Getter";
4291 4541
4292 static readyState_Getter(mthis) native "IDBRequest_readyState_Getter"; 4542 static readyState_Getter(mthis) native "IDBRequest_readyState_Getter";
4293 4543
4294 static result_Getter(mthis) native "IDBRequest_result_Getter"; 4544 static result_Getter(mthis) native "IDBRequest_result_Getter";
4295 4545
4296 static source_Getter(mthis) native "IDBRequest_source_Getter"; 4546 static source_Getter(mthis) native "IDBRequest_source_Getter";
4297 4547
4298 static transaction_Getter(mthis) native "IDBRequest_transaction_Getter"; 4548 static transaction_Getter(mthis) native "IDBRequest_transaction_Getter";
4549
4299 } 4550 }
4300 4551
4301 class BlinkIDBOpenDBRequest {} 4552 class BlinkIDBOpenDBRequest {
4553 }
4302 4554
4303 class BlinkIDBTransaction { 4555 class BlinkIDBTransaction {
4556 static abort_Callback_0(mthis) native "IDBTransaction_abort_Callback";
4557
4304 static db_Getter(mthis) native "IDBTransaction_db_Getter"; 4558 static db_Getter(mthis) native "IDBTransaction_db_Getter";
4305 4559
4306 static error_Getter(mthis) native "IDBTransaction_error_Getter"; 4560 static error_Getter(mthis) native "IDBTransaction_error_Getter";
4307 4561
4308 static mode_Getter(mthis) native "IDBTransaction_mode_Getter"; 4562 static mode_Getter(mthis) native "IDBTransaction_mode_Getter";
4309 4563
4310 static abort_Callback(mthis) native "IDBTransaction_abort_Callback"; 4564 static objectStore_Callback_1(mthis, name) native "IDBTransaction_objectStore_ Callback";
4311 4565
4312 static objectStore_Callback_1(mthis, name) native "IDBTransaction_objectStore_ Callback";
4313 } 4566 }
4314 4567
4315 class BlinkIDBVersionChangeEvent { 4568 class BlinkIDBVersionChangeEvent {
4316 static constructorCallback(type, options) native "IDBVersionChangeEvent_constr uctorCallback"; 4569 static constructorCallback_2(type, options) native "IDBVersionChangeEvent_cons tructorCallback";
4570
4571 static dataLossMessage_Getter(mthis) native "IDBVersionChangeEvent_dataLossMes sage_Getter";
4317 4572
4318 static dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter"; 4573 static dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter";
4319 4574
4320 static dataLossMessage_Getter(mthis) native "IDBVersionChangeEvent_dataLossMes sage_Getter";
4321
4322 static newVersion_Getter(mthis) native "IDBVersionChangeEvent_newVersion_Gette r"; 4575 static newVersion_Getter(mthis) native "IDBVersionChangeEvent_newVersion_Gette r";
4323 4576
4324 static oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Gette r"; 4577 static oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Gette r";
4578
4325 } 4579 }
4326 4580
4327 class BlinkImageBitmap { 4581 class BlinkImageBitmap {
4328 static height_Getter(mthis) native "ImageBitmap_height_Getter"; 4582 static height_Getter(mthis) native "ImageBitmap_height_Getter";
4329 4583
4330 static width_Getter(mthis) native "ImageBitmap_width_Getter"; 4584 static width_Getter(mthis) native "ImageBitmap_width_Getter";
4585
4331 } 4586 }
4332 4587
4333 class BlinkImageData { 4588 class BlinkImageData {
4334 static constructorCallback_2(data_OR_width, height_OR_width) native "ImageData _constructorCallback"; 4589 static constructorCallback_2(data_OR_width, height_OR_width) native "ImageData _constructorCallback";
4335 4590
4336 static constructorCallback_3(data_OR_width, height_OR_width, height) native "I mageData_constructorCallback"; 4591 static constructorCallback_3(data_OR_width, height_OR_width, height) native "I mageData_constructorCallback";
4337 4592
4338 static data_Getter(mthis) native "ImageData_data_Getter"; 4593 static data_Getter(mthis) native "ImageData_data_Getter";
4339 4594
4340 static height_Getter(mthis) native "ImageData_height_Getter"; 4595 static height_Getter(mthis) native "ImageData_height_Getter";
4341 4596
4342 static width_Getter(mthis) native "ImageData_width_Getter"; 4597 static width_Getter(mthis) native "ImageData_width_Getter";
4598
4343 } 4599 }
4344 4600
4345 class BlinkInjectedScriptHost { 4601 class BlinkInjectedScriptHost {
4346 static inspect_Callback_2(mthis, objectId, hints) native "InjectedScriptHost_i nspect_Callback"; 4602 static inspect_Callback_2(mthis, objectId, hints) native "InjectedScriptHost_i nspect_Callback";
4603
4347 } 4604 }
4348 4605
4349 class BlinkInputMethodContext { 4606 class BlinkInputMethodContext {
4350 static compositionEndOffset_Getter(mthis) native "InputMethodContext_compositi onEndOffset_Getter"; 4607 static compositionEndOffset_Getter(mthis) native "InputMethodContext_compositi onEndOffset_Getter";
4351 4608
4352 static compositionStartOffset_Getter(mthis) native "InputMethodContext_composi tionStartOffset_Getter"; 4609 static compositionStartOffset_Getter(mthis) native "InputMethodContext_composi tionStartOffset_Getter";
4353 4610
4611 static confirmComposition_Callback_0(mthis) native "InputMethodContext_confirm Composition_Callback";
4612
4354 static locale_Getter(mthis) native "InputMethodContext_locale_Getter"; 4613 static locale_Getter(mthis) native "InputMethodContext_locale_Getter";
4355 4614
4356 static target_Getter(mthis) native "InputMethodContext_target_Getter"; 4615 static target_Getter(mthis) native "InputMethodContext_target_Getter";
4357 4616
4358 static confirmComposition_Callback(mthis) native "InputMethodContext_confirmCo mposition_Callback";
4359 } 4617 }
4360 4618
4361 class BlinkInstallPhaseEvent { 4619 class BlinkInstallPhaseEvent {
4362 static waitUntil_Callback_1(mthis, value) native "InstallPhaseEvent_waitUntil_ Callback"; 4620 static waitUntil_Callback_1(mthis, value) native "InstallPhaseEvent_waitUntil_ Callback";
4621
4363 } 4622 }
4364 4623
4365 class BlinkInstallEvent { 4624 class BlinkInstallEvent {
4366 static reloadAll_Callback(mthis) native "InstallEvent_reloadAll_Callback"; 4625 static reloadAll_Callback_0(mthis) native "InstallEvent_reloadAll_Callback";
4367 4626
4368 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; 4627 static replace_Callback_0(mthis) native "InstallEvent_replace_Callback";
4628
4369 } 4629 }
4370 4630
4371 class BlinkKeyboardEvent { 4631 class BlinkKeyboardEvent {
4372 static constructorCallback(type, options) native "KeyboardEvent_constructorCal lback"; 4632 static constructorCallback_2(type, options) native "KeyboardEvent_constructorC allback";
4373 4633
4374 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; 4634 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter";
4375 4635
4376 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; 4636 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter";
4377 4637
4638 static getModifierState_Callback_1(mthis, keyArgument) native "KeyboardEvent_g etModifierState_Callback";
4639
4640 static initKeyboardEvent_Callback_10(mthis, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey) native "KeyboardEv ent_initKeyboardEvent_Callback";
4641
4378 static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter" ; 4642 static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter" ;
4379 4643
4380 static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter"; 4644 static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter";
4381 4645
4382 static location_Getter(mthis) native "KeyboardEvent_location_Getter"; 4646 static location_Getter(mthis) native "KeyboardEvent_location_Getter";
4383 4647
4384 static metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter"; 4648 static metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter";
4385 4649
4386 static repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter"; 4650 static repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter";
4387 4651
4388 static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter"; 4652 static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter";
4389 4653
4390 static getModifierState_Callback_1(mthis, keyArgument) native "KeyboardEvent_g etModifierState_Callback";
4391
4392 static initKeyboardEvent_Callback_10(mthis, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey) native "KeyboardEv ent_initKeyboardEvent_Callback";
4393 } 4654 }
4394 4655
4395 class BlinkLocalCredential { 4656 class BlinkLocalCredential {
4396 static constructorCallback_4(id, name, avatarURL, password) native "LocalCrede ntial_constructorCallback"; 4657 static constructorCallback_4(id, name, avatarURL, password) native "LocalCrede ntial_constructorCallback";
4397 4658
4398 static password_Getter(mthis) native "LocalCredential_password_Getter"; 4659 static password_Getter(mthis) native "LocalCredential_password_Getter";
4660
4399 } 4661 }
4400 4662
4401 class BlinkLocation { 4663 class BlinkLocation {
4402 static ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter"; 4664 static ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter";
4403 4665
4666 static assign_Callback_1(mthis, url) native "Location_assign_Callback";
4667
4404 static hash_Getter(mthis) native "Location_hash_Getter"; 4668 static hash_Getter(mthis) native "Location_hash_Getter";
4405 4669
4406 static hash_Setter(mthis, value) native "Location_hash_Setter"; 4670 static hash_Setter(mthis, value) native "Location_hash_Setter";
4407 4671
4408 static host_Getter(mthis) native "Location_host_Getter"; 4672 static host_Getter(mthis) native "Location_host_Getter";
4409 4673
4410 static host_Setter(mthis, value) native "Location_host_Setter"; 4674 static host_Setter(mthis, value) native "Location_host_Setter";
4411 4675
4412 static hostname_Getter(mthis) native "Location_hostname_Getter"; 4676 static hostname_Getter(mthis) native "Location_hostname_Getter";
4413 4677
(...skipping 10 matching lines...) Expand all
4424 static pathname_Setter(mthis, value) native "Location_pathname_Setter"; 4688 static pathname_Setter(mthis, value) native "Location_pathname_Setter";
4425 4689
4426 static port_Getter(mthis) native "Location_port_Getter"; 4690 static port_Getter(mthis) native "Location_port_Getter";
4427 4691
4428 static port_Setter(mthis, value) native "Location_port_Setter"; 4692 static port_Setter(mthis, value) native "Location_port_Setter";
4429 4693
4430 static protocol_Getter(mthis) native "Location_protocol_Getter"; 4694 static protocol_Getter(mthis) native "Location_protocol_Getter";
4431 4695
4432 static protocol_Setter(mthis, value) native "Location_protocol_Setter"; 4696 static protocol_Setter(mthis, value) native "Location_protocol_Setter";
4433 4697
4698 static reload_Callback_0(mthis) native "Location_reload_Callback";
4699
4700 static replace_Callback_1(mthis, url) native "Location_replace_Callback";
4701
4434 static search_Getter(mthis) native "Location_search_Getter"; 4702 static search_Getter(mthis) native "Location_search_Getter";
4435 4703
4436 static search_Setter(mthis, value) native "Location_search_Setter"; 4704 static search_Setter(mthis, value) native "Location_search_Setter";
4437 4705
4438 static assign_Callback_1(mthis, url) native "Location_assign_Callback"; 4706 static toString_Callback_0(mthis) native "Location_toString_Callback";
4439 4707
4440 static reload_Callback(mthis) native "Location_reload_Callback";
4441
4442 static replace_Callback_1(mthis, url) native "Location_replace_Callback";
4443
4444 static toString_Callback(mthis) native "Location_toString_Callback";
4445 } 4708 }
4446 4709
4447 class BlinkMIDIAccess { 4710 class BlinkMIDIAccess {
4711 static inputs_Callback_0(mthis) native "MIDIAccess_inputs_Callback";
4712
4713 static outputs_Callback_0(mthis) native "MIDIAccess_outputs_Callback";
4714
4448 static sysexEnabled_Getter(mthis) native "MIDIAccess_sysexEnabled_Getter"; 4715 static sysexEnabled_Getter(mthis) native "MIDIAccess_sysexEnabled_Getter";
4449 4716
4450 static inputs_Callback(mthis) native "MIDIAccess_inputs_Callback";
4451
4452 static outputs_Callback(mthis) native "MIDIAccess_outputs_Callback";
4453 } 4717 }
4454 4718
4455 class BlinkMIDIConnectionEvent { 4719 class BlinkMIDIConnectionEvent {
4456 static constructorCallback(type, options) native "MIDIConnectionEvent_construc torCallback"; 4720 static constructorCallback_2(type, options) native "MIDIConnectionEvent_constr uctorCallback";
4457 4721
4458 static port_Getter(mthis) native "MIDIConnectionEvent_port_Getter"; 4722 static port_Getter(mthis) native "MIDIConnectionEvent_port_Getter";
4723
4459 } 4724 }
4460 4725
4461 class BlinkMIDIPort { 4726 class BlinkMIDIPort {
4462 static id_Getter(mthis) native "MIDIPort_id_Getter"; 4727 static id_Getter(mthis) native "MIDIPort_id_Getter";
4463 4728
4464 static manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter"; 4729 static manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter";
4465 4730
4466 static name_Getter(mthis) native "MIDIPort_name_Getter"; 4731 static name_Getter(mthis) native "MIDIPort_name_Getter";
4467 4732
4468 static type_Getter(mthis) native "MIDIPort_type_Getter"; 4733 static type_Getter(mthis) native "MIDIPort_type_Getter";
4469 4734
4470 static version_Getter(mthis) native "MIDIPort_version_Getter"; 4735 static version_Getter(mthis) native "MIDIPort_version_Getter";
4736
4471 } 4737 }
4472 4738
4473 class BlinkMIDIInput {} 4739 class BlinkMIDIInput {
4740 }
4474 4741
4475 class BlinkMIDIMessageEvent { 4742 class BlinkMIDIMessageEvent {
4476 static constructorCallback(type, options) native "MIDIMessageEvent_constructor Callback"; 4743 static constructorCallback_2(type, options) native "MIDIMessageEvent_construct orCallback";
4477 4744
4478 static data_Getter(mthis) native "MIDIMessageEvent_data_Getter"; 4745 static data_Getter(mthis) native "MIDIMessageEvent_data_Getter";
4479 4746
4480 static receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter "; 4747 static receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter ";
4748
4481 } 4749 }
4482 4750
4483 class BlinkMIDIOutput { 4751 class BlinkMIDIOutput {
4752 static send_Callback_1(mthis, data) native "MIDIOutput_send_Callback";
4753
4484 static send_Callback_2(mthis, data, timestamp) native "MIDIOutput_send_Callbac k"; 4754 static send_Callback_2(mthis, data, timestamp) native "MIDIOutput_send_Callbac k";
4485 4755
4486 static send_Callback_1(mthis, data) native "MIDIOutput_send_Callback";
4487 } 4756 }
4488 4757
4489 class BlinkMediaController { 4758 class BlinkMediaController {
4490 static constructorCallback() native "MediaController_constructorCallback"; 4759 static buffered_Getter(mthis) native "MediaController_buffered_Getter";
4491 4760
4492 static buffered_Getter(mthis) native "MediaController_buffered_Getter"; 4761 static constructorCallback_0() native "MediaController_constructorCallback";
4493 4762
4494 static currentTime_Getter(mthis) native "MediaController_currentTime_Getter"; 4763 static currentTime_Getter(mthis) native "MediaController_currentTime_Getter";
4495 4764
4496 static currentTime_Setter(mthis, value) native "MediaController_currentTime_Se tter"; 4765 static currentTime_Setter(mthis, value) native "MediaController_currentTime_Se tter";
4497 4766
4498 static defaultPlaybackRate_Getter(mthis) native "MediaController_defaultPlayba ckRate_Getter"; 4767 static defaultPlaybackRate_Getter(mthis) native "MediaController_defaultPlayba ckRate_Getter";
4499 4768
4500 static defaultPlaybackRate_Setter(mthis, value) native "MediaController_defaul tPlaybackRate_Setter"; 4769 static defaultPlaybackRate_Setter(mthis, value) native "MediaController_defaul tPlaybackRate_Setter";
4501 4770
4502 static duration_Getter(mthis) native "MediaController_duration_Getter"; 4771 static duration_Getter(mthis) native "MediaController_duration_Getter";
4503 4772
4504 static muted_Getter(mthis) native "MediaController_muted_Getter"; 4773 static muted_Getter(mthis) native "MediaController_muted_Getter";
4505 4774
4506 static muted_Setter(mthis, value) native "MediaController_muted_Setter"; 4775 static muted_Setter(mthis, value) native "MediaController_muted_Setter";
4507 4776
4777 static pause_Callback_0(mthis) native "MediaController_pause_Callback";
4778
4508 static paused_Getter(mthis) native "MediaController_paused_Getter"; 4779 static paused_Getter(mthis) native "MediaController_paused_Getter";
4509 4780
4781 static play_Callback_0(mthis) native "MediaController_play_Callback";
4782
4510 static playbackRate_Getter(mthis) native "MediaController_playbackRate_Getter" ; 4783 static playbackRate_Getter(mthis) native "MediaController_playbackRate_Getter" ;
4511 4784
4512 static playbackRate_Setter(mthis, value) native "MediaController_playbackRate_ Setter"; 4785 static playbackRate_Setter(mthis, value) native "MediaController_playbackRate_ Setter";
4513 4786
4514 static playbackState_Getter(mthis) native "MediaController_playbackState_Gette r"; 4787 static playbackState_Getter(mthis) native "MediaController_playbackState_Gette r";
4515 4788
4516 static played_Getter(mthis) native "MediaController_played_Getter"; 4789 static played_Getter(mthis) native "MediaController_played_Getter";
4517 4790
4518 static seekable_Getter(mthis) native "MediaController_seekable_Getter"; 4791 static seekable_Getter(mthis) native "MediaController_seekable_Getter";
4519 4792
4793 static unpause_Callback_0(mthis) native "MediaController_unpause_Callback";
4794
4520 static volume_Getter(mthis) native "MediaController_volume_Getter"; 4795 static volume_Getter(mthis) native "MediaController_volume_Getter";
4521 4796
4522 static volume_Setter(mthis, value) native "MediaController_volume_Setter"; 4797 static volume_Setter(mthis, value) native "MediaController_volume_Setter";
4523 4798
4524 static pause_Callback(mthis) native "MediaController_pause_Callback";
4525
4526 static play_Callback(mthis) native "MediaController_play_Callback";
4527
4528 static unpause_Callback(mthis) native "MediaController_unpause_Callback";
4529 } 4799 }
4530 4800
4531 class BlinkMediaDeviceInfo { 4801 class BlinkMediaDeviceInfo {
4532 static deviceId_Getter(mthis) native "MediaDeviceInfo_deviceId_Getter"; 4802 static deviceId_Getter(mthis) native "MediaDeviceInfo_deviceId_Getter";
4533 4803
4534 static groupId_Getter(mthis) native "MediaDeviceInfo_groupId_Getter"; 4804 static groupId_Getter(mthis) native "MediaDeviceInfo_groupId_Getter";
4535 4805
4536 static kind_Getter(mthis) native "MediaDeviceInfo_kind_Getter"; 4806 static kind_Getter(mthis) native "MediaDeviceInfo_kind_Getter";
4537 4807
4538 static label_Getter(mthis) native "MediaDeviceInfo_label_Getter"; 4808 static label_Getter(mthis) native "MediaDeviceInfo_label_Getter";
4809
4539 } 4810 }
4540 4811
4541 class BlinkMediaElementAudioSourceNode { 4812 class BlinkMediaElementAudioSourceNode {
4542 static mediaElement_Getter(mthis) native "MediaElementAudioSourceNode_mediaEle ment_Getter"; 4813 static mediaElement_Getter(mthis) native "MediaElementAudioSourceNode_mediaEle ment_Getter";
4814
4543 } 4815 }
4544 4816
4545 class BlinkMediaError { 4817 class BlinkMediaError {
4546 static code_Getter(mthis) native "MediaError_code_Getter"; 4818 static code_Getter(mthis) native "MediaError_code_Getter";
4819
4547 } 4820 }
4548 4821
4549 class BlinkMediaKeyError { 4822 class BlinkMediaKeyError {
4550 static code_Getter(mthis) native "MediaKeyError_code_Getter"; 4823 static code_Getter(mthis) native "MediaKeyError_code_Getter";
4551 4824
4552 static systemCode_Getter(mthis) native "MediaKeyError_systemCode_Getter"; 4825 static systemCode_Getter(mthis) native "MediaKeyError_systemCode_Getter";
4826
4553 } 4827 }
4554 4828
4555 class BlinkMediaKeyEvent { 4829 class BlinkMediaKeyEvent {
4556 static constructorCallback(type, options) native "MediaKeyEvent_constructorCal lback"; 4830 static constructorCallback_2(type, options) native "MediaKeyEvent_constructorC allback";
4557 4831
4558 static defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_Getter"; 4832 static defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_Getter";
4559 4833
4560 static errorCode_Getter(mthis) native "MediaKeyEvent_errorCode_Getter"; 4834 static errorCode_Getter(mthis) native "MediaKeyEvent_errorCode_Getter";
4561 4835
4562 static initData_Getter(mthis) native "MediaKeyEvent_initData_Getter"; 4836 static initData_Getter(mthis) native "MediaKeyEvent_initData_Getter";
4563 4837
4564 static keySystem_Getter(mthis) native "MediaKeyEvent_keySystem_Getter"; 4838 static keySystem_Getter(mthis) native "MediaKeyEvent_keySystem_Getter";
4565 4839
4566 static message_Getter(mthis) native "MediaKeyEvent_message_Getter"; 4840 static message_Getter(mthis) native "MediaKeyEvent_message_Getter";
4567 4841
4568 static sessionId_Getter(mthis) native "MediaKeyEvent_sessionId_Getter"; 4842 static sessionId_Getter(mthis) native "MediaKeyEvent_sessionId_Getter";
4569 4843
4570 static systemCode_Getter(mthis) native "MediaKeyEvent_systemCode_Getter"; 4844 static systemCode_Getter(mthis) native "MediaKeyEvent_systemCode_Getter";
4845
4571 } 4846 }
4572 4847
4573 class BlinkMediaKeyMessageEvent { 4848 class BlinkMediaKeyMessageEvent {
4574 static constructorCallback(type, options) native "MediaKeyMessageEvent_constru ctorCallback"; 4849 static constructorCallback_2(type, options) native "MediaKeyMessageEvent_const ructorCallback";
4575 4850
4576 static destinationURL_Getter(mthis) native "MediaKeyMessageEvent_destinationUR L_Getter"; 4851 static destinationURL_Getter(mthis) native "MediaKeyMessageEvent_destinationUR L_Getter";
4577 4852
4578 static message_Getter(mthis) native "MediaKeyMessageEvent_message_Getter"; 4853 static message_Getter(mthis) native "MediaKeyMessageEvent_message_Getter";
4854
4579 } 4855 }
4580 4856
4581 class BlinkMediaKeyNeededEvent { 4857 class BlinkMediaKeyNeededEvent {
4582 static constructorCallback(type, options) native "MediaKeyNeededEvent_construc torCallback"; 4858 static constructorCallback_2(type, options) native "MediaKeyNeededEvent_constr uctorCallback";
4583 4859
4584 static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gette r"; 4860 static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gette r";
4585 4861
4586 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; 4862 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter";
4863
4587 } 4864 }
4588 4865
4589 class BlinkMediaKeySession { 4866 class BlinkMediaKeySession {
4590 static closed_Getter(mthis) native "MediaKeySession_closed_Getter"; 4867 static closed_Getter(mthis) native "MediaKeySession_closed_Getter";
4591 4868
4592 static error_Getter(mthis) native "MediaKeySession_error_Getter"; 4869 static error_Getter(mthis) native "MediaKeySession_error_Getter";
4593 4870
4594 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; 4871 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter";
4595 4872
4873 static release_Callback_0(mthis) native "MediaKeySession_release_Callback";
4874
4596 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; 4875 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter";
4597 4876
4598 static release_Callback(mthis) native "MediaKeySession_release_Callback"; 4877 static update_Callback_1(mthis, response) native "MediaKeySession_update_Callb ack";
4599 4878
4600 static update_Callback_1(mthis, response) native "MediaKeySession_update_Callb ack";
4601 } 4879 }
4602 4880
4603 class BlinkMediaKeys { 4881 class BlinkMediaKeys {
4604 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
4605
4606 static create_Callback_1(keySystem) native "MediaKeys_create_Callback";
4607
4608 static createSession_Callback_2(mthis, initDataType, initData) native "MediaKe ys_createSession_Callback"; 4882 static createSession_Callback_2(mthis, initDataType, initData) native "MediaKe ys_createSession_Callback";
4609 4883
4610 static createSession_Callback_3(mthis, initDataType, initData, sessionType) na tive "MediaKeys_createSession_Callback"; 4884 static createSession_Callback_3(mthis, initDataType, initData, sessionType) na tive "MediaKeys_createSession_Callback";
4611 4885
4886 static create_Callback_1(keySystem) native "MediaKeys_create_Callback";
4887
4612 static isTypeSupported_Callback_2(keySystem, contentType) native "MediaKeys_is TypeSupported_Callback"; 4888 static isTypeSupported_Callback_2(keySystem, contentType) native "MediaKeys_is TypeSupported_Callback";
4889
4890 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
4891
4613 } 4892 }
4614 4893
4615 class BlinkMediaList { 4894 class BlinkMediaList {
4895 static appendMedium_Callback_1(mthis, newMedium) native "MediaList_appendMediu m_Callback";
4896
4897 static deleteMedium_Callback_1(mthis, oldMedium) native "MediaList_deleteMediu m_Callback";
4898
4899 static item_Callback_1(mthis, index) native "MediaList_item_Callback";
4900
4616 static length_Getter(mthis) native "MediaList_length_Getter"; 4901 static length_Getter(mthis) native "MediaList_length_Getter";
4617 4902
4618 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; 4903 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter";
4619 4904
4620 static mediaText_Setter(mthis, value) native "MediaList_mediaText_Setter"; 4905 static mediaText_Setter(mthis, value) native "MediaList_mediaText_Setter";
4621 4906
4622 static appendMedium_Callback_1(mthis, newMedium) native "MediaList_appendMediu m_Callback";
4623
4624 static deleteMedium_Callback_1(mthis, oldMedium) native "MediaList_deleteMediu m_Callback";
4625
4626 static item_Callback_1(mthis, index) native "MediaList_item_Callback";
4627 } 4907 }
4628 4908
4629 class BlinkMediaQueryList { 4909 class BlinkMediaQueryList {
4630 static matches_Getter(mthis) native "MediaQueryList_matches_Getter"; 4910 static matches_Getter(mthis) native "MediaQueryList_matches_Getter";
4631 4911
4632 static media_Getter(mthis) native "MediaQueryList_media_Getter"; 4912 static media_Getter(mthis) native "MediaQueryList_media_Getter";
4913
4633 } 4914 }
4634 4915
4635 class BlinkMediaSource { 4916 class BlinkMediaSource {
4636 static constructorCallback() native "MediaSource_constructorCallback"; 4917 static activeSourceBuffers_Getter(mthis) native "MediaSource_activeSourceBuffe rs_Getter";
4637 4918
4638 static activeSourceBuffers_Getter(mthis) native "MediaSource_activeSourceBuffe rs_Getter"; 4919 static addSourceBuffer_Callback_1(mthis, type) native "MediaSource_addSourceBu ffer_Callback";
4920
4921 static constructorCallback_0() native "MediaSource_constructorCallback";
4639 4922
4640 static duration_Getter(mthis) native "MediaSource_duration_Getter"; 4923 static duration_Getter(mthis) native "MediaSource_duration_Getter";
4641 4924
4642 static duration_Setter(mthis, value) native "MediaSource_duration_Setter"; 4925 static duration_Setter(mthis, value) native "MediaSource_duration_Setter";
4643 4926
4927 static endOfStream_Callback_0(mthis) native "MediaSource_endOfStream_Callback" ;
4928
4929 static endOfStream_Callback_1(mthis, error) native "MediaSource_endOfStream_Ca llback";
4930
4931 static isTypeSupported_Callback_1(type) native "MediaSource_isTypeSupported_Ca llback";
4932
4644 static readyState_Getter(mthis) native "MediaSource_readyState_Getter"; 4933 static readyState_Getter(mthis) native "MediaSource_readyState_Getter";
4645 4934
4935 static removeSourceBuffer_Callback_1(mthis, buffer) native "MediaSource_remove SourceBuffer_Callback";
4936
4646 static sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers_Getter"; 4937 static sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers_Getter";
4647 4938
4648 static addSourceBuffer_Callback_1(mthis, type) native "MediaSource_addSourceBu ffer_Callback";
4649
4650 static endOfStream_Callback_1(mthis, error) native "MediaSource_endOfStream_Ca llback";
4651
4652 static endOfStream_Callback(mthis) native "MediaSource_endOfStream_Callback";
4653
4654 static isTypeSupported_Callback_1(type) native "MediaSource_isTypeSupported_Ca llback";
4655
4656 static removeSourceBuffer_Callback_1(mthis, buffer) native "MediaSource_remove SourceBuffer_Callback";
4657 } 4939 }
4658 4940
4659 class BlinkMediaStream { 4941 class BlinkMediaStream {
4660 static constructorCallback() native "MediaStream_constructorCallback"; 4942 static addTrack_Callback_1(mthis, track) native "MediaStream_addTrack_Callback ";
4943
4944 static clone_Callback_0(mthis) native "MediaStream_clone_Callback";
4945
4946 static constructorCallback_0() native "MediaStream_constructorCallback";
4661 4947
4662 static constructorCallback_1(stream_OR_tracks) native "MediaStream_constructor Callback"; 4948 static constructorCallback_1(stream_OR_tracks) native "MediaStream_constructor Callback";
4663 4949
4664 static ended_Getter(mthis) native "MediaStream_ended_Getter"; 4950 static ended_Getter(mthis) native "MediaStream_ended_Getter";
4665 4951
4952 static getAudioTracks_Callback_0(mthis) native "MediaStream_getAudioTracks_Cal lback";
4953
4954 static getTrackById_Callback_1(mthis, trackId) native "MediaStream_getTrackByI d_Callback";
4955
4956 static getTracks_Callback_0(mthis) native "MediaStream_getTracks_Callback";
4957
4958 static getVideoTracks_Callback_0(mthis) native "MediaStream_getVideoTracks_Cal lback";
4959
4666 static id_Getter(mthis) native "MediaStream_id_Getter"; 4960 static id_Getter(mthis) native "MediaStream_id_Getter";
4667 4961
4668 static label_Getter(mthis) native "MediaStream_label_Getter"; 4962 static label_Getter(mthis) native "MediaStream_label_Getter";
4669 4963
4670 static addTrack_Callback_1(mthis, track) native "MediaStream_addTrack_Callback ";
4671
4672 static clone_Callback(mthis) native "MediaStream_clone_Callback";
4673
4674 static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callb ack";
4675
4676 static getTrackById_Callback_1(mthis, trackId) native "MediaStream_getTrackByI d_Callback";
4677
4678 static getTracks_Callback(mthis) native "MediaStream_getTracks_Callback";
4679
4680 static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callb ack";
4681
4682 static removeTrack_Callback_1(mthis, track) native "MediaStream_removeTrack_Ca llback"; 4964 static removeTrack_Callback_1(mthis, track) native "MediaStream_removeTrack_Ca llback";
4683 4965
4684 static stop_Callback(mthis) native "MediaStream_stop_Callback"; 4966 static stop_Callback_0(mthis) native "MediaStream_stop_Callback";
4967
4685 } 4968 }
4686 4969
4687 class BlinkMediaStreamAudioDestinationNode { 4970 class BlinkMediaStreamAudioDestinationNode {
4688 static stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Get ter"; 4971 static stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Get ter";
4972
4689 } 4973 }
4690 4974
4691 class BlinkMediaStreamAudioSourceNode { 4975 class BlinkMediaStreamAudioSourceNode {
4692 static mediaStream_Getter(mthis) native "MediaStreamAudioSourceNode_mediaStrea m_Getter"; 4976 static mediaStream_Getter(mthis) native "MediaStreamAudioSourceNode_mediaStrea m_Getter";
4977
4693 } 4978 }
4694 4979
4695 class BlinkMediaStreamEvent { 4980 class BlinkMediaStreamEvent {
4696 static constructorCallback(type, options) native "MediaStreamEvent_constructor Callback"; 4981 static constructorCallback_2(type, options) native "MediaStreamEvent_construct orCallback";
4697 4982
4698 static stream_Getter(mthis) native "MediaStreamEvent_stream_Getter"; 4983 static stream_Getter(mthis) native "MediaStreamEvent_stream_Getter";
4984
4699 } 4985 }
4700 4986
4701 class BlinkMediaStreamTrack { 4987 class BlinkMediaStreamTrack {
4988 static clone_Callback_0(mthis) native "MediaStreamTrack_clone_Callback";
4989
4702 static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter"; 4990 static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter";
4703 4991
4704 static enabled_Setter(mthis, value) native "MediaStreamTrack_enabled_Setter"; 4992 static enabled_Setter(mthis, value) native "MediaStreamTrack_enabled_Setter";
4705 4993
4994 static getSources_Callback_1(callback) native "MediaStreamTrack_getSources_Cal lback";
4995
4706 static id_Getter(mthis) native "MediaStreamTrack_id_Getter"; 4996 static id_Getter(mthis) native "MediaStreamTrack_id_Getter";
4707 4997
4708 static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter"; 4998 static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter";
4709 4999
4710 static label_Getter(mthis) native "MediaStreamTrack_label_Getter"; 5000 static label_Getter(mthis) native "MediaStreamTrack_label_Getter";
4711 5001
4712 static muted_Getter(mthis) native "MediaStreamTrack_muted_Getter"; 5002 static muted_Getter(mthis) native "MediaStreamTrack_muted_Getter";
4713 5003
4714 static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter"; 5004 static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter";
4715 5005
4716 static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback"; 5006 static stop_Callback_0(mthis) native "MediaStreamTrack_stop_Callback";
4717 5007
4718 static getSources_Callback_1(callback) native "MediaStreamTrack_getSources_Cal lback";
4719
4720 static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback";
4721 } 5008 }
4722 5009
4723 class BlinkMediaStreamTrackEvent { 5010 class BlinkMediaStreamTrackEvent {
4724 static track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter"; 5011 static track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter";
5012
4725 } 5013 }
4726 5014
4727 class BlinkMemoryInfo { 5015 class BlinkMemoryInfo {
4728 static jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLimit_Getter "; 5016 static jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLimit_Getter ";
4729 5017
4730 static totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSize_Getter "; 5018 static totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSize_Getter ";
4731 5019
4732 static usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize_Getter"; 5020 static usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize_Getter";
5021
4733 } 5022 }
4734 5023
4735 class BlinkMessageChannel { 5024 class BlinkMessageChannel {
4736 static port1_Getter(mthis) native "MessageChannel_port1_Getter"; 5025 static port1_Getter(mthis) native "MessageChannel_port1_Getter";
4737 5026
4738 static port2_Getter(mthis) native "MessageChannel_port2_Getter"; 5027 static port2_Getter(mthis) native "MessageChannel_port2_Getter";
5028
4739 } 5029 }
4740 5030
4741 class BlinkMessageEvent { 5031 class BlinkMessageEvent {
4742 static constructorCallback(type, options) native "MessageEvent_constructorCall back"; 5032 static constructorCallback_2(type, options) native "MessageEvent_constructorCa llback";
4743 5033
4744 static data_Getter(mthis) native "MessageEvent_data_Getter"; 5034 static data_Getter(mthis) native "MessageEvent_data_Getter";
4745 5035
5036 static initMessageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg , dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native "MessageEv ent_initMessageEvent_Callback";
5037
4746 static lastEventId_Getter(mthis) native "MessageEvent_lastEventId_Getter"; 5038 static lastEventId_Getter(mthis) native "MessageEvent_lastEventId_Getter";
4747 5039
4748 static origin_Getter(mthis) native "MessageEvent_origin_Getter"; 5040 static origin_Getter(mthis) native "MessageEvent_origin_Getter";
4749 5041
4750 static source_Getter(mthis) native "MessageEvent_source_Getter"; 5042 static source_Getter(mthis) native "MessageEvent_source_Getter";
4751 5043
4752 static initMessageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg , dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native "MessageEv ent_initMessageEvent_Callback";
4753 } 5044 }
4754 5045
4755 class BlinkMessagePort { 5046 class BlinkMessagePort {
4756 static close_Callback(mthis) native "MessagePort_close_Callback"; 5047 static close_Callback_0(mthis) native "MessagePort_close_Callback";
4757 5048
4758 static postMessage_Callback_2(mthis, message, transfer) native "MessagePort_po stMessage_Callback"; 5049 static postMessage_Callback_2(mthis, message, transfer) native "MessagePort_po stMessage_Callback";
4759 5050
4760 static start_Callback(mthis) native "MessagePort_start_Callback"; 5051 static start_Callback_0(mthis) native "MessagePort_start_Callback";
5052
4761 } 5053 }
4762 5054
4763 class BlinkMetadata { 5055 class BlinkMetadata {
4764 static modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter "; 5056 static modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter ";
4765 5057
4766 static size_Getter(mthis) native "Metadata_size_Getter"; 5058 static size_Getter(mthis) native "Metadata_size_Getter";
5059
4767 } 5060 }
4768 5061
4769 class BlinkMimeType { 5062 class BlinkMimeType {
4770 static description_Getter(mthis) native "MimeType_description_Getter"; 5063 static description_Getter(mthis) native "MimeType_description_Getter";
4771 5064
4772 static enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Getter"; 5065 static enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Getter";
4773 5066
4774 static suffixes_Getter(mthis) native "MimeType_suffixes_Getter"; 5067 static suffixes_Getter(mthis) native "MimeType_suffixes_Getter";
4775 5068
4776 static type_Getter(mthis) native "MimeType_type_Getter"; 5069 static type_Getter(mthis) native "MimeType_type_Getter";
5070
4777 } 5071 }
4778 5072
4779 class BlinkMimeTypeArray { 5073 class BlinkMimeTypeArray {
4780 static length_Getter(mthis) native "MimeTypeArray_length_Getter";
4781
4782 static $__getter___Callback_1(mthis, name) native "MimeTypeArray___getter___Ca llback"; 5074 static $__getter___Callback_1(mthis, name) native "MimeTypeArray___getter___Ca llback";
4783 5075
4784 static item_Callback_1(mthis, index) native "MimeTypeArray_item_Callback"; 5076 static item_Callback_1(mthis, index) native "MimeTypeArray_item_Callback";
4785 5077
5078 static length_Getter(mthis) native "MimeTypeArray_length_Getter";
5079
4786 static namedItem_Callback_1(mthis, name) native "MimeTypeArray_namedItem_Callb ack"; 5080 static namedItem_Callback_1(mthis, name) native "MimeTypeArray_namedItem_Callb ack";
5081
4787 } 5082 }
4788 5083
4789 class BlinkMouseEvent { 5084 class BlinkMouseEvent {
4790 static constructorCallback(type, options) native "MouseEvent_constructorCallba ck"; 5085 static constructorCallback_2(type, options) native "MouseEvent_constructorCall back";
4791 5086
4792 static altKey_Getter(mthis) native "MouseEvent_altKey_Getter"; 5087 static altKey_Getter(mthis) native "MouseEvent_altKey_Getter";
4793 5088
4794 static button_Getter(mthis) native "MouseEvent_button_Getter"; 5089 static button_Getter(mthis) native "MouseEvent_button_Getter";
4795 5090
4796 static clientX_Getter(mthis) native "MouseEvent_clientX_Getter"; 5091 static clientX_Getter(mthis) native "MouseEvent_clientX_Getter";
4797 5092
4798 static clientY_Getter(mthis) native "MouseEvent_clientY_Getter"; 5093 static clientY_Getter(mthis) native "MouseEvent_clientY_Getter";
4799 5094
4800 static ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter"; 5095 static ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter";
4801 5096
4802 static dataTransfer_Getter(mthis) native "MouseEvent_dataTransfer_Getter"; 5097 static dataTransfer_Getter(mthis) native "MouseEvent_dataTransfer_Getter";
4803 5098
4804 static fromElement_Getter(mthis) native "MouseEvent_fromElement_Getter"; 5099 static fromElement_Getter(mthis) native "MouseEvent_fromElement_Getter";
4805 5100
5101 static initMouseEvent_Callback_15(mthis, type, canBubble, cancelable, view, de tail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, bu tton, relatedTarget) native "MouseEvent_initMouseEvent_Callback";
5102
4806 static metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter"; 5103 static metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter";
4807 5104
4808 static movementX_Getter(mthis) native "MouseEvent_movementX_Getter"; 5105 static movementX_Getter(mthis) native "MouseEvent_movementX_Getter";
4809 5106
4810 static movementY_Getter(mthis) native "MouseEvent_movementY_Getter"; 5107 static movementY_Getter(mthis) native "MouseEvent_movementY_Getter";
4811 5108
4812 static offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter"; 5109 static offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter";
4813 5110
4814 static offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter"; 5111 static offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter";
4815 5112
4816 static region_Getter(mthis) native "MouseEvent_region_Getter"; 5113 static region_Getter(mthis) native "MouseEvent_region_Getter";
4817 5114
4818 static relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter"; 5115 static relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter";
4819 5116
4820 static screenX_Getter(mthis) native "MouseEvent_screenX_Getter"; 5117 static screenX_Getter(mthis) native "MouseEvent_screenX_Getter";
4821 5118
4822 static screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; 5119 static screenY_Getter(mthis) native "MouseEvent_screenY_Getter";
4823 5120
4824 static shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; 5121 static shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter";
4825 5122
4826 static toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; 5123 static toElement_Getter(mthis) native "MouseEvent_toElement_Getter";
4827 5124
4828 static webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovementX_Getter "; 5125 static webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovementX_Getter ";
4829 5126
4830 static webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovementY_Getter "; 5127 static webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovementY_Getter ";
4831 5128
4832 static initMouseEvent_Callback_15(mthis, type, canBubble, cancelable, view, de tail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, bu tton, relatedTarget) native "MouseEvent_initMouseEvent_Callback";
4833 } 5129 }
4834 5130
4835 class BlinkMutationEvent {} 5131 class BlinkMutationEvent {
5132 }
4836 5133
4837 class BlinkMutationObserver { 5134 class BlinkMutationObserver {
4838 static constructorCallback_1(callback) native "MutationObserver_constructorCal lback"; 5135 static constructorCallback_1(callback) native "MutationObserver_constructorCal lback";
4839 5136
4840 static disconnect_Callback(mthis) native "MutationObserver_disconnect_Callback "; 5137 static disconnect_Callback_0(mthis) native "MutationObserver_disconnect_Callba ck";
4841 5138
4842 static observe_Callback_2(mthis, target, options) native "MutationObserver_obs erve_Callback"; 5139 static observe_Callback_2(mthis, target, options) native "MutationObserver_obs erve_Callback";
4843 5140
4844 static takeRecords_Callback(mthis) native "MutationObserver_takeRecords_Callba ck"; 5141 static takeRecords_Callback_0(mthis) native "MutationObserver_takeRecords_Call back";
5142
4845 } 5143 }
4846 5144
4847 class BlinkMutationRecord { 5145 class BlinkMutationRecord {
4848 static addedNodes_Getter(mthis) native "MutationRecord_addedNodes_Getter"; 5146 static addedNodes_Getter(mthis) native "MutationRecord_addedNodes_Getter";
4849 5147
4850 static attributeName_Getter(mthis) native "MutationRecord_attributeName_Getter "; 5148 static attributeName_Getter(mthis) native "MutationRecord_attributeName_Getter ";
4851 5149
4852 static attributeNamespace_Getter(mthis) native "MutationRecord_attributeNamesp ace_Getter"; 5150 static attributeNamespace_Getter(mthis) native "MutationRecord_attributeNamesp ace_Getter";
4853 5151
4854 static nextSibling_Getter(mthis) native "MutationRecord_nextSibling_Getter"; 5152 static nextSibling_Getter(mthis) native "MutationRecord_nextSibling_Getter";
4855 5153
4856 static oldValue_Getter(mthis) native "MutationRecord_oldValue_Getter"; 5154 static oldValue_Getter(mthis) native "MutationRecord_oldValue_Getter";
4857 5155
4858 static previousSibling_Getter(mthis) native "MutationRecord_previousSibling_Ge tter"; 5156 static previousSibling_Getter(mthis) native "MutationRecord_previousSibling_Ge tter";
4859 5157
4860 static removedNodes_Getter(mthis) native "MutationRecord_removedNodes_Getter"; 5158 static removedNodes_Getter(mthis) native "MutationRecord_removedNodes_Getter";
4861 5159
4862 static target_Getter(mthis) native "MutationRecord_target_Getter"; 5160 static target_Getter(mthis) native "MutationRecord_target_Getter";
4863 5161
4864 static type_Getter(mthis) native "MutationRecord_type_Getter"; 5162 static type_Getter(mthis) native "MutationRecord_type_Getter";
5163
4865 } 5164 }
4866 5165
4867 class BlinkNamedNodeMap { 5166 class BlinkNamedNodeMap {
4868 static length_Getter(mthis) native "NamedNodeMap_length_Getter"; 5167 static $__getter___Callback_1(mthis, name) native "NamedNodeMap___getter___Cal lback";
4869 5168
4870 static $__getter___Callback_1(mthis, name) native "NamedNodeMap___getter___Cal lback"; 5169 static getNamedItemNS_Callback_2(mthis, namespaceURI, localName) native "Named NodeMap_getNamedItemNS_Callback";
4871 5170
4872 static getNamedItem_Callback_1(mthis, name) native "NamedNodeMap_getNamedItem_ Callback"; 5171 static getNamedItem_Callback_1(mthis, name) native "NamedNodeMap_getNamedItem_ Callback";
4873 5172
4874 static getNamedItemNS_Callback_2(mthis, namespaceURI, localName) native "Named NodeMap_getNamedItemNS_Callback"; 5173 static item_Callback_1(mthis, index) native "NamedNodeMap_item_Callback";
4875 5174
4876 static item_Callback_1(mthis, index) native "NamedNodeMap_item_Callback"; 5175 static length_Getter(mthis) native "NamedNodeMap_length_Getter";
5176
5177 static removeNamedItemNS_Callback_2(mthis, namespaceURI, localName) native "Na medNodeMap_removeNamedItemNS_Callback";
4877 5178
4878 static removeNamedItem_Callback_1(mthis, name) native "NamedNodeMap_removeName dItem_Callback"; 5179 static removeNamedItem_Callback_1(mthis, name) native "NamedNodeMap_removeName dItem_Callback";
4879 5180
4880 static removeNamedItemNS_Callback_2(mthis, namespaceURI, localName) native "Na medNodeMap_removeNamedItemNS_Callback"; 5181 static setNamedItemNS_Callback_1(mthis, node) native "NamedNodeMap_setNamedIte mNS_Callback";
4881 5182
4882 static setNamedItem_Callback_1(mthis, node) native "NamedNodeMap_setNamedItem_ Callback"; 5183 static setNamedItem_Callback_1(mthis, node) native "NamedNodeMap_setNamedItem_ Callback";
4883 5184
4884 static setNamedItemNS_Callback_1(mthis, node) native "NamedNodeMap_setNamedIte mNS_Callback";
4885 } 5185 }
4886 5186
4887 class BlinkNavigatorCPU { 5187 class BlinkNavigatorCPU {
4888 static hardwareConcurrency_Getter(mthis) native "NavigatorCPU_hardwareConcurre ncy_Getter"; 5188 static hardwareConcurrency_Getter(mthis) native "NavigatorCPU_hardwareConcurre ncy_Getter";
5189
4889 } 5190 }
4890 5191
4891 class BlinkNavigatorID { 5192 class BlinkNavigatorID {
4892 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; 5193 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter";
4893 5194
4894 static appName_Getter(mthis) native "Navigator_appName_Getter"; 5195 static appName_Getter(mthis) native "Navigator_appName_Getter";
4895 5196
4896 static appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; 5197 static appVersion_Getter(mthis) native "Navigator_appVersion_Getter";
4897 5198
4898 static dartEnabled_Getter(mthis) native "Navigator_dartEnabled_Getter"; 5199 static dartEnabled_Getter(mthis) native "Navigator_dartEnabled_Getter";
4899 5200
4900 static platform_Getter(mthis) native "Navigator_platform_Getter"; 5201 static platform_Getter(mthis) native "Navigator_platform_Getter";
4901 5202
4902 static product_Getter(mthis) native "Navigator_product_Getter"; 5203 static product_Getter(mthis) native "Navigator_product_Getter";
4903 5204
4904 static userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; 5205 static userAgent_Getter(mthis) native "Navigator_userAgent_Getter";
5206
4905 } 5207 }
4906 5208
4907 class BlinkNavigatorLanguage { 5209 class BlinkNavigatorLanguage {
4908 static language_Getter(mthis) native "NavigatorLanguage_language_Getter"; 5210 static language_Getter(mthis) native "NavigatorLanguage_language_Getter";
4909 5211
4910 static languages_Getter(mthis) native "NavigatorLanguage_languages_Getter"; 5212 static languages_Getter(mthis) native "NavigatorLanguage_languages_Getter";
5213
4911 } 5214 }
4912 5215
4913 class BlinkNavigatorOnLine { 5216 class BlinkNavigatorOnLine {
4914 static onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter"; 5217 static onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter";
5218
4915 } 5219 }
4916 5220
4917 class BlinkNavigator { 5221 class BlinkNavigator {
5222 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter";
5223
5224 static appName_Getter(mthis) native "Navigator_appName_Getter";
5225
5226 static appVersion_Getter(mthis) native "Navigator_appVersion_Getter";
5227
4918 static connection_Getter(mthis) native "Navigator_connection_Getter"; 5228 static connection_Getter(mthis) native "Navigator_connection_Getter";
4919 5229
4920 static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter"; 5230 static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter";
4921 5231
4922 static credentials_Getter(mthis) native "Navigator_credentials_Getter"; 5232 static credentials_Getter(mthis) native "Navigator_credentials_Getter";
4923 5233
5234 static dartEnabled_Getter(mthis) native "Navigator_dartEnabled_Getter";
5235
4924 static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter"; 5236 static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter";
4925 5237
4926 static geofencing_Getter(mthis) native "Navigator_geofencing_Getter"; 5238 static geofencing_Getter(mthis) native "Navigator_geofencing_Getter";
4927 5239
4928 static geolocation_Getter(mthis) native "Navigator_geolocation_Getter"; 5240 static geolocation_Getter(mthis) native "Navigator_geolocation_Getter";
4929 5241
5242 static getBattery_Callback_0(mthis) native "Navigator_getBattery_Callback";
5243
5244 static getGamepads_Callback_0(mthis) native "Navigator_getGamepads_Callback";
5245
5246 static getStorageUpdates_Callback_0(mthis) native "Navigator_getStorageUpdates _Callback";
5247
5248 static hardwareConcurrency_Getter(mthis) native "Navigator_hardwareConcurrency _Getter";
5249
5250 static isProtocolHandlerRegistered_Callback_2(mthis, scheme, url) native "Navi gator_isProtocolHandlerRegistered_Callback";
5251
5252 static language_Getter(mthis) native "Navigator_language_Getter";
5253
5254 static languages_Getter(mthis) native "Navigator_languages_Getter";
5255
4930 static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter"; 5256 static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter";
4931 5257
4932 static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter"; 5258 static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter";
4933 5259
5260 static onLine_Getter(mthis) native "Navigator_onLine_Getter";
5261
5262 static platform_Getter(mthis) native "Navigator_platform_Getter";
5263
4934 static productSub_Getter(mthis) native "Navigator_productSub_Getter"; 5264 static productSub_Getter(mthis) native "Navigator_productSub_Getter";
4935 5265
5266 static product_Getter(mthis) native "Navigator_product_Getter";
5267
4936 static push_Getter(mthis) native "Navigator_push_Getter"; 5268 static push_Getter(mthis) native "Navigator_push_Getter";
4937 5269
5270 static registerProtocolHandler_Callback_3(mthis, scheme, url, title) native "N avigator_registerProtocolHandler_Callback";
5271
5272 static sendBeacon_Callback_2(mthis, url, data) native "Navigator_sendBeacon_Ca llback";
5273
4938 static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter"; 5274 static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter";
4939 5275
4940 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; 5276 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter";
4941 5277
5278 static unregisterProtocolHandler_Callback_2(mthis, scheme, url) native "Naviga tor_unregisterProtocolHandler_Callback";
5279
5280 static userAgent_Getter(mthis) native "Navigator_userAgent_Getter";
5281
5282 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter";
5283
4942 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; 5284 static vendor_Getter(mthis) native "Navigator_vendor_Getter";
4943 5285
4944 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; 5286 static webkitGetUserMedia_Callback_3(mthis, options, successCallback, errorCal lback) native "Navigator_webkitGetUserMedia_Callback";
4945 5287
4946 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten tStorage_Getter"; 5288 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten tStorage_Getter";
4947 5289
4948 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS torage_Getter"; 5290 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS torage_Getter";
4949 5291
4950 static getBattery_Callback(mthis) native "Navigator_getBattery_Callback";
4951
4952 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback";
4953
4954 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C allback";
4955
4956 static isProtocolHandlerRegistered_Callback_2(mthis, scheme, url) native "Navi gator_isProtocolHandlerRegistered_Callback";
4957
4958 static registerProtocolHandler_Callback_3(mthis, scheme, url, title) native "N avigator_registerProtocolHandler_Callback";
4959
4960 static sendBeacon_Callback_2(mthis, url, data) native "Navigator_sendBeacon_Ca llback";
4961
4962 static unregisterProtocolHandler_Callback_2(mthis, scheme, url) native "Naviga tor_unregisterProtocolHandler_Callback";
4963
4964 static webkitGetUserMedia_Callback_3(mthis, options, successCallback, errorCal lback) native "Navigator_webkitGetUserMedia_Callback";
4965
4966 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter";
4967
4968 static appName_Getter(mthis) native "Navigator_appName_Getter";
4969
4970 static appVersion_Getter(mthis) native "Navigator_appVersion_Getter";
4971
4972 static dartEnabled_Getter(mthis) native "Navigator_dartEnabled_Getter";
4973
4974 static platform_Getter(mthis) native "Navigator_platform_Getter";
4975
4976 static product_Getter(mthis) native "Navigator_product_Getter";
4977
4978 static userAgent_Getter(mthis) native "Navigator_userAgent_Getter";
4979
4980 static language_Getter(mthis) native "Navigator_language_Getter";
4981
4982 static languages_Getter(mthis) native "Navigator_languages_Getter";
4983
4984 static onLine_Getter(mthis) native "Navigator_onLine_Getter";
4985 } 5292 }
4986 5293
4987 class BlinkNavigatorUserMediaError { 5294 class BlinkNavigatorUserMediaError {
4988 static constraintName_Getter(mthis) native "NavigatorUserMediaError_constraint Name_Getter"; 5295 static constraintName_Getter(mthis) native "NavigatorUserMediaError_constraint Name_Getter";
4989 5296
4990 static message_Getter(mthis) native "NavigatorUserMediaError_message_Getter"; 5297 static message_Getter(mthis) native "NavigatorUserMediaError_message_Getter";
4991 5298
4992 static name_Getter(mthis) native "NavigatorUserMediaError_name_Getter"; 5299 static name_Getter(mthis) native "NavigatorUserMediaError_name_Getter";
5300
4993 } 5301 }
4994 5302
4995 class BlinkNetworkInformation { 5303 class BlinkNetworkInformation {
4996 static type_Getter(mthis) native "NetworkInformation_type_Getter"; 5304 static type_Getter(mthis) native "NetworkInformation_type_Getter";
5305
4997 } 5306 }
4998 5307
4999 class BlinkNodeFilter {} 5308 class BlinkNodeFilter {
5309 }
5000 5310
5001 class BlinkNodeIterator { 5311 class BlinkNodeIterator {
5312 static detach_Callback_0(mthis) native "NodeIterator_detach_Callback";
5313
5314 static nextNode_Callback_0(mthis) native "NodeIterator_nextNode_Callback";
5315
5002 static pointerBeforeReferenceNode_Getter(mthis) native "NodeIterator_pointerBe foreReferenceNode_Getter"; 5316 static pointerBeforeReferenceNode_Getter(mthis) native "NodeIterator_pointerBe foreReferenceNode_Getter";
5003 5317
5318 static previousNode_Callback_0(mthis) native "NodeIterator_previousNode_Callba ck";
5319
5004 static referenceNode_Getter(mthis) native "NodeIterator_referenceNode_Getter"; 5320 static referenceNode_Getter(mthis) native "NodeIterator_referenceNode_Getter";
5005 5321
5006 static root_Getter(mthis) native "NodeIterator_root_Getter"; 5322 static root_Getter(mthis) native "NodeIterator_root_Getter";
5007 5323
5008 static whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Getter"; 5324 static whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Getter";
5009 5325
5010 static detach_Callback(mthis) native "NodeIterator_detach_Callback";
5011
5012 static nextNode_Callback(mthis) native "NodeIterator_nextNode_Callback";
5013
5014 static previousNode_Callback(mthis) native "NodeIterator_previousNode_Callback ";
5015 } 5326 }
5016 5327
5017 class BlinkNodeList { 5328 class BlinkNodeList {
5329 static item_Callback_1(mthis, index) native "NodeList_item_Callback";
5330
5018 static length_Getter(mthis) native "NodeList_length_Getter"; 5331 static length_Getter(mthis) native "NodeList_length_Getter";
5019 5332
5020 static item_Callback_1(mthis, index) native "NodeList_item_Callback";
5021 } 5333 }
5022 5334
5023 class BlinkNotation {} 5335 class BlinkNotation {
5336 }
5024 5337
5025 class BlinkNotification { 5338 class BlinkNotification {
5339 static body_Getter(mthis) native "Notification_body_Getter";
5340
5341 static close_Callback_0(mthis) native "Notification_close_Callback";
5342
5026 static constructorCallback_2(title, options) native "Notification_constructorC allback"; 5343 static constructorCallback_2(title, options) native "Notification_constructorC allback";
5027 5344
5028 static body_Getter(mthis) native "Notification_body_Getter";
5029
5030 static dir_Getter(mthis) native "Notification_dir_Getter"; 5345 static dir_Getter(mthis) native "Notification_dir_Getter";
5031 5346
5032 static icon_Getter(mthis) native "Notification_icon_Getter"; 5347 static icon_Getter(mthis) native "Notification_icon_Getter";
5033 5348
5034 static lang_Getter(mthis) native "Notification_lang_Getter"; 5349 static lang_Getter(mthis) native "Notification_lang_Getter";
5035 5350
5036 static permission_Getter(mthis) native "Notification_permission_Getter"; 5351 static permission_Getter() native "Notification_permission_Getter";
5352
5353 static requestPermission_Callback_0() native "Notification_requestPermission_C allback";
5354
5355 static requestPermission_Callback_1(callback) native "Notification_requestPerm ission_Callback";
5037 5356
5038 static tag_Getter(mthis) native "Notification_tag_Getter"; 5357 static tag_Getter(mthis) native "Notification_tag_Getter";
5039 5358
5040 static title_Getter(mthis) native "Notification_title_Getter"; 5359 static title_Getter(mthis) native "Notification_title_Getter";
5041 5360
5042 static close_Callback(mthis) native "Notification_close_Callback";
5043
5044 static requestPermission_Callback_1(callback) native "Notification_requestPerm ission_Callback";
5045
5046 static requestPermission_Callback() native "Notification_requestPermission_Cal lback";
5047 } 5361 }
5048 5362
5049 class BlinkOESElementIndexUint {} 5363 class BlinkOESElementIndexUint {
5364 }
5050 5365
5051 class BlinkOESStandardDerivatives {} 5366 class BlinkOESStandardDerivatives {
5367 }
5052 5368
5053 class BlinkOESTextureFloat {} 5369 class BlinkOESTextureFloat {
5370 }
5054 5371
5055 class BlinkOESTextureFloatLinear {} 5372 class BlinkOESTextureFloatLinear {
5373 }
5056 5374
5057 class BlinkOESTextureHalfFloat {} 5375 class BlinkOESTextureHalfFloat {
5376 }
5058 5377
5059 class BlinkOESTextureHalfFloatLinear {} 5378 class BlinkOESTextureHalfFloatLinear {
5379 }
5060 5380
5061 class BlinkOESVertexArrayObject { 5381 class BlinkOESVertexArrayObject {
5062 static bindVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArra yObject_bindVertexArrayOES_Callback"; 5382 static bindVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArra yObject_bindVertexArrayOES_Callback";
5063 5383
5064 static createVertexArrayOES_Callback(mthis) native "OESVertexArrayObject_creat eVertexArrayOES_Callback"; 5384 static createVertexArrayOES_Callback_0(mthis) native "OESVertexArrayObject_cre ateVertexArrayOES_Callback";
5065 5385
5066 static deleteVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexAr rayObject_deleteVertexArrayOES_Callback"; 5386 static deleteVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexAr rayObject_deleteVertexArrayOES_Callback";
5067 5387
5068 static isVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArrayO bject_isVertexArrayOES_Callback"; 5388 static isVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArrayO bject_isVertexArrayOES_Callback";
5389
5069 } 5390 }
5070 5391
5071 class BlinkOfflineAudioCompletionEvent { 5392 class BlinkOfflineAudioCompletionEvent {
5072 static renderedBuffer_Getter(mthis) native "OfflineAudioCompletionEvent_render edBuffer_Getter"; 5393 static renderedBuffer_Getter(mthis) native "OfflineAudioCompletionEvent_render edBuffer_Getter";
5394
5073 } 5395 }
5074 5396
5075 class BlinkOfflineAudioContext { 5397 class BlinkOfflineAudioContext {
5076 static constructorCallback_3(numberOfChannels, numberOfFrames, sampleRate) nat ive "OfflineAudioContext_constructorCallback"; 5398 static constructorCallback_3(numberOfChannels, numberOfFrames, sampleRate) nat ive "OfflineAudioContext_constructorCallback";
5399
5077 } 5400 }
5078 5401
5079 class BlinkOscillatorNode { 5402 class BlinkOscillatorNode {
5080 static detune_Getter(mthis) native "OscillatorNode_detune_Getter"; 5403 static detune_Getter(mthis) native "OscillatorNode_detune_Getter";
5081 5404
5082 static frequency_Getter(mthis) native "OscillatorNode_frequency_Getter"; 5405 static frequency_Getter(mthis) native "OscillatorNode_frequency_Getter";
5083 5406
5084 static type_Getter(mthis) native "OscillatorNode_type_Getter";
5085
5086 static type_Setter(mthis, value) native "OscillatorNode_type_Setter";
5087
5088 static noteOff_Callback_1(mthis, when) native "OscillatorNode_noteOff_Callback "; 5407 static noteOff_Callback_1(mthis, when) native "OscillatorNode_noteOff_Callback ";
5089 5408
5090 static noteOn_Callback_1(mthis, when) native "OscillatorNode_noteOn_Callback"; 5409 static noteOn_Callback_1(mthis, when) native "OscillatorNode_noteOn_Callback";
5091 5410
5092 static setPeriodicWave_Callback_1(mthis, periodicWave) native "OscillatorNode_ setPeriodicWave_Callback"; 5411 static setPeriodicWave_Callback_1(mthis, periodicWave) native "OscillatorNode_ setPeriodicWave_Callback";
5093 5412
5413 static start_Callback_0(mthis) native "OscillatorNode_start_Callback";
5414
5094 static start_Callback_1(mthis, when) native "OscillatorNode_start_Callback"; 5415 static start_Callback_1(mthis, when) native "OscillatorNode_start_Callback";
5095 5416
5096 static start_Callback(mthis) native "OscillatorNode_start_Callback"; 5417 static stop_Callback_0(mthis) native "OscillatorNode_stop_Callback";
5097 5418
5098 static stop_Callback_1(mthis, when) native "OscillatorNode_stop_Callback"; 5419 static stop_Callback_1(mthis, when) native "OscillatorNode_stop_Callback";
5099 5420
5100 static stop_Callback(mthis) native "OscillatorNode_stop_Callback"; 5421 static type_Getter(mthis) native "OscillatorNode_type_Getter";
5422
5423 static type_Setter(mthis, value) native "OscillatorNode_type_Setter";
5424
5101 } 5425 }
5102 5426
5103 class BlinkOverflowEvent { 5427 class BlinkOverflowEvent {
5104 static constructorCallback(type, options) native "OverflowEvent_constructorCal lback"; 5428 static constructorCallback_2(type, options) native "OverflowEvent_constructorC allback";
5105 5429
5106 static horizontalOverflow_Getter(mthis) native "OverflowEvent_horizontalOverfl ow_Getter"; 5430 static horizontalOverflow_Getter(mthis) native "OverflowEvent_horizontalOverfl ow_Getter";
5107 5431
5108 static orient_Getter(mthis) native "OverflowEvent_orient_Getter"; 5432 static orient_Getter(mthis) native "OverflowEvent_orient_Getter";
5109 5433
5110 static verticalOverflow_Getter(mthis) native "OverflowEvent_verticalOverflow_G etter"; 5434 static verticalOverflow_Getter(mthis) native "OverflowEvent_verticalOverflow_G etter";
5435
5111 } 5436 }
5112 5437
5113 class BlinkPagePopupController {} 5438 class BlinkPagePopupController {
5439 }
5114 5440
5115 class BlinkPageTransitionEvent { 5441 class BlinkPageTransitionEvent {
5116 static constructorCallback(type, options) native "PageTransitionEvent_construc torCallback"; 5442 static constructorCallback_2(type, options) native "PageTransitionEvent_constr uctorCallback";
5117 5443
5118 static persisted_Getter(mthis) native "PageTransitionEvent_persisted_Getter"; 5444 static persisted_Getter(mthis) native "PageTransitionEvent_persisted_Getter";
5445
5119 } 5446 }
5120 5447
5121 class BlinkPannerNode { 5448 class BlinkPannerNode {
5122 static coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle_Getter"; 5449 static coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle_Getter";
5123 5450
5124 static coneInnerAngle_Setter(mthis, value) native "PannerNode_coneInnerAngle_S etter"; 5451 static coneInnerAngle_Setter(mthis, value) native "PannerNode_coneInnerAngle_S etter";
5125 5452
5126 static coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle_Getter"; 5453 static coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle_Getter";
5127 5454
5128 static coneOuterAngle_Setter(mthis, value) native "PannerNode_coneOuterAngle_S etter"; 5455 static coneOuterAngle_Setter(mthis, value) native "PannerNode_coneOuterAngle_S etter";
(...skipping 20 matching lines...) Expand all
5149 5476
5150 static rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_Getter"; 5477 static rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_Getter";
5151 5478
5152 static rolloffFactor_Setter(mthis, value) native "PannerNode_rolloffFactor_Set ter"; 5479 static rolloffFactor_Setter(mthis, value) native "PannerNode_rolloffFactor_Set ter";
5153 5480
5154 static setOrientation_Callback_3(mthis, x, y, z) native "PannerNode_setOrienta tion_Callback"; 5481 static setOrientation_Callback_3(mthis, x, y, z) native "PannerNode_setOrienta tion_Callback";
5155 5482
5156 static setPosition_Callback_3(mthis, x, y, z) native "PannerNode_setPosition_C allback"; 5483 static setPosition_Callback_3(mthis, x, y, z) native "PannerNode_setPosition_C allback";
5157 5484
5158 static setVelocity_Callback_3(mthis, x, y, z) native "PannerNode_setVelocity_C allback"; 5485 static setVelocity_Callback_3(mthis, x, y, z) native "PannerNode_setVelocity_C allback";
5486
5159 } 5487 }
5160 5488
5161 class BlinkPath2D { 5489 class BlinkPath2D {
5162 static constructorCallback() native "Path2D_constructorCallback"; 5490 static addPath_Callback_1(mthis, path) native "Path2D_addPath_Callback";
5491
5492 static addPath_Callback_2(mthis, path, transform) native "Path2D_addPath_Callb ack";
5493
5494 static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_Ca llback";
5495
5496 static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise ) native "Path2D_arc_Callback";
5497
5498 static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "P ath2D_bezierCurveTo_Callback";
5499
5500 static closePath_Callback_0(mthis) native "Path2D_closePath_Callback";
5501
5502 static constructorCallback_0() native "Path2D_constructorCallback";
5163 5503
5164 static constructorCallback_1(path_OR_text) native "Path2D_constructorCallback" ; 5504 static constructorCallback_1(path_OR_text) native "Path2D_constructorCallback" ;
5165 5505
5166 static addPath_Callback_2(mthis, path, transform) native "Path2D_addPath_Callb ack";
5167
5168 static addPath_Callback_1(mthis, path) native "Path2D_addPath_Callback";
5169
5170 static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise ) native "Path2D_arc_Callback";
5171
5172 static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_Ca llback";
5173
5174 static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "P ath2D_bezierCurveTo_Callback";
5175
5176 static closePath_Callback(mthis) native "Path2D_closePath_Callback";
5177
5178 static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "Path2D_ellipse_Callback"; 5506 static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "Path2D_ellipse_Callback";
5179 5507
5180 static lineTo_Callback_2(mthis, x, y) native "Path2D_lineTo_Callback"; 5508 static lineTo_Callback_2(mthis, x, y) native "Path2D_lineTo_Callback";
5181 5509
5182 static moveTo_Callback_2(mthis, x, y) native "Path2D_moveTo_Callback"; 5510 static moveTo_Callback_2(mthis, x, y) native "Path2D_moveTo_Callback";
5183 5511
5184 static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "Path2D_quadr aticCurveTo_Callback"; 5512 static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "Path2D_quadr aticCurveTo_Callback";
5185 5513
5186 static rect_Callback_4(mthis, x, y, width, height) native "Path2D_rect_Callbac k"; 5514 static rect_Callback_4(mthis, x, y, width, height) native "Path2D_rect_Callbac k";
5515
5187 } 5516 }
5188 5517
5189 class BlinkPerformance { 5518 class BlinkPerformance {
5190 static memory_Getter(mthis) native "Performance_memory_Getter";
5191
5192 static navigation_Getter(mthis) native "Performance_navigation_Getter";
5193
5194 static timing_Getter(mthis) native "Performance_timing_Getter";
5195
5196 static clearMarks_Callback_1(mthis, markName) native "Performance_clearMarks_C allback"; 5519 static clearMarks_Callback_1(mthis, markName) native "Performance_clearMarks_C allback";
5197 5520
5198 static clearMeasures_Callback_1(mthis, measureName) native "Performance_clearM easures_Callback"; 5521 static clearMeasures_Callback_1(mthis, measureName) native "Performance_clearM easures_Callback";
5199 5522
5200 static getEntries_Callback(mthis) native "Performance_getEntries_Callback";
5201
5202 static getEntriesByName_Callback_2(mthis, name, entryType) native "Performance _getEntriesByName_Callback"; 5523 static getEntriesByName_Callback_2(mthis, name, entryType) native "Performance _getEntriesByName_Callback";
5203 5524
5204 static getEntriesByType_Callback_1(mthis, entryType) native "Performance_getEn triesByType_Callback"; 5525 static getEntriesByType_Callback_1(mthis, entryType) native "Performance_getEn triesByType_Callback";
5205 5526
5527 static getEntries_Callback_0(mthis) native "Performance_getEntries_Callback";
5528
5206 static mark_Callback_1(mthis, markName) native "Performance_mark_Callback"; 5529 static mark_Callback_1(mthis, markName) native "Performance_mark_Callback";
5207 5530
5208 static measure_Callback_3(mthis, measureName, startMark, endMark) native "Perf ormance_measure_Callback"; 5531 static measure_Callback_3(mthis, measureName, startMark, endMark) native "Perf ormance_measure_Callback";
5209 5532
5210 static now_Callback(mthis) native "Performance_now_Callback"; 5533 static memory_Getter(mthis) native "Performance_memory_Getter";
5211 5534
5212 static webkitClearResourceTimings_Callback(mthis) native "Performance_webkitCl earResourceTimings_Callback"; 5535 static navigation_Getter(mthis) native "Performance_navigation_Getter";
5536
5537 static now_Callback_0(mthis) native "Performance_now_Callback";
5538
5539 static timing_Getter(mthis) native "Performance_timing_Getter";
5540
5541 static webkitClearResourceTimings_Callback_0(mthis) native "Performance_webkit ClearResourceTimings_Callback";
5213 5542
5214 static webkitSetResourceTimingBufferSize_Callback_1(mthis, maxSize) native "Pe rformance_webkitSetResourceTimingBufferSize_Callback"; 5543 static webkitSetResourceTimingBufferSize_Callback_1(mthis, maxSize) native "Pe rformance_webkitSetResourceTimingBufferSize_Callback";
5544
5215 } 5545 }
5216 5546
5217 class BlinkPerformanceEntry { 5547 class BlinkPerformanceEntry {
5218 static duration_Getter(mthis) native "PerformanceEntry_duration_Getter"; 5548 static duration_Getter(mthis) native "PerformanceEntry_duration_Getter";
5219 5549
5220 static entryType_Getter(mthis) native "PerformanceEntry_entryType_Getter"; 5550 static entryType_Getter(mthis) native "PerformanceEntry_entryType_Getter";
5221 5551
5222 static name_Getter(mthis) native "PerformanceEntry_name_Getter"; 5552 static name_Getter(mthis) native "PerformanceEntry_name_Getter";
5223 5553
5224 static startTime_Getter(mthis) native "PerformanceEntry_startTime_Getter"; 5554 static startTime_Getter(mthis) native "PerformanceEntry_startTime_Getter";
5555
5225 } 5556 }
5226 5557
5227 class BlinkPerformanceMark {} 5558 class BlinkPerformanceMark {
5559 }
5228 5560
5229 class BlinkPerformanceMeasure {} 5561 class BlinkPerformanceMeasure {
5562 }
5230 5563
5231 class BlinkPerformanceNavigation { 5564 class BlinkPerformanceNavigation {
5232 static redirectCount_Getter(mthis) native "PerformanceNavigation_redirectCount _Getter"; 5565 static redirectCount_Getter(mthis) native "PerformanceNavigation_redirectCount _Getter";
5233 5566
5234 static type_Getter(mthis) native "PerformanceNavigation_type_Getter"; 5567 static type_Getter(mthis) native "PerformanceNavigation_type_Getter";
5568
5235 } 5569 }
5236 5570
5237 class BlinkPerformanceResourceTiming { 5571 class BlinkPerformanceResourceTiming {
5238 static connectEnd_Getter(mthis) native "PerformanceResourceTiming_connectEnd_G etter"; 5572 static connectEnd_Getter(mthis) native "PerformanceResourceTiming_connectEnd_G etter";
5239 5573
5240 static connectStart_Getter(mthis) native "PerformanceResourceTiming_connectSta rt_Getter"; 5574 static connectStart_Getter(mthis) native "PerformanceResourceTiming_connectSta rt_Getter";
5241 5575
5242 static domainLookupEnd_Getter(mthis) native "PerformanceResourceTiming_domainL ookupEnd_Getter"; 5576 static domainLookupEnd_Getter(mthis) native "PerformanceResourceTiming_domainL ookupEnd_Getter";
5243 5577
5244 static domainLookupStart_Getter(mthis) native "PerformanceResourceTiming_domai nLookupStart_Getter"; 5578 static domainLookupStart_Getter(mthis) native "PerformanceResourceTiming_domai nLookupStart_Getter";
5245 5579
5246 static fetchStart_Getter(mthis) native "PerformanceResourceTiming_fetchStart_G etter"; 5580 static fetchStart_Getter(mthis) native "PerformanceResourceTiming_fetchStart_G etter";
5247 5581
5248 static initiatorType_Getter(mthis) native "PerformanceResourceTiming_initiator Type_Getter"; 5582 static initiatorType_Getter(mthis) native "PerformanceResourceTiming_initiator Type_Getter";
5249 5583
5250 static redirectEnd_Getter(mthis) native "PerformanceResourceTiming_redirectEnd _Getter"; 5584 static redirectEnd_Getter(mthis) native "PerformanceResourceTiming_redirectEnd _Getter";
5251 5585
5252 static redirectStart_Getter(mthis) native "PerformanceResourceTiming_redirectS tart_Getter"; 5586 static redirectStart_Getter(mthis) native "PerformanceResourceTiming_redirectS tart_Getter";
5253 5587
5254 static requestStart_Getter(mthis) native "PerformanceResourceTiming_requestSta rt_Getter"; 5588 static requestStart_Getter(mthis) native "PerformanceResourceTiming_requestSta rt_Getter";
5255 5589
5256 static responseEnd_Getter(mthis) native "PerformanceResourceTiming_responseEnd _Getter"; 5590 static responseEnd_Getter(mthis) native "PerformanceResourceTiming_responseEnd _Getter";
5257 5591
5258 static responseStart_Getter(mthis) native "PerformanceResourceTiming_responseS tart_Getter"; 5592 static responseStart_Getter(mthis) native "PerformanceResourceTiming_responseS tart_Getter";
5259 5593
5260 static secureConnectionStart_Getter(mthis) native "PerformanceResourceTiming_s ecureConnectionStart_Getter"; 5594 static secureConnectionStart_Getter(mthis) native "PerformanceResourceTiming_s ecureConnectionStart_Getter";
5595
5261 } 5596 }
5262 5597
5263 class BlinkPerformanceTiming { 5598 class BlinkPerformanceTiming {
5264 static connectEnd_Getter(mthis) native "PerformanceTiming_connectEnd_Getter"; 5599 static connectEnd_Getter(mthis) native "PerformanceTiming_connectEnd_Getter";
5265 5600
5266 static connectStart_Getter(mthis) native "PerformanceTiming_connectStart_Gette r"; 5601 static connectStart_Getter(mthis) native "PerformanceTiming_connectStart_Gette r";
5267 5602
5268 static domComplete_Getter(mthis) native "PerformanceTiming_domComplete_Getter" ; 5603 static domComplete_Getter(mthis) native "PerformanceTiming_domComplete_Getter" ;
5269 5604
5270 static domContentLoadedEventEnd_Getter(mthis) native "PerformanceTiming_domCon tentLoadedEventEnd_Getter"; 5605 static domContentLoadedEventEnd_Getter(mthis) native "PerformanceTiming_domCon tentLoadedEventEnd_Getter";
(...skipping 24 matching lines...) Expand all
5295 5630
5296 static responseEnd_Getter(mthis) native "PerformanceTiming_responseEnd_Getter" ; 5631 static responseEnd_Getter(mthis) native "PerformanceTiming_responseEnd_Getter" ;
5297 5632
5298 static responseStart_Getter(mthis) native "PerformanceTiming_responseStart_Get ter"; 5633 static responseStart_Getter(mthis) native "PerformanceTiming_responseStart_Get ter";
5299 5634
5300 static secureConnectionStart_Getter(mthis) native "PerformanceTiming_secureCon nectionStart_Getter"; 5635 static secureConnectionStart_Getter(mthis) native "PerformanceTiming_secureCon nectionStart_Getter";
5301 5636
5302 static unloadEventEnd_Getter(mthis) native "PerformanceTiming_unloadEventEnd_G etter"; 5637 static unloadEventEnd_Getter(mthis) native "PerformanceTiming_unloadEventEnd_G etter";
5303 5638
5304 static unloadEventStart_Getter(mthis) native "PerformanceTiming_unloadEventSta rt_Getter"; 5639 static unloadEventStart_Getter(mthis) native "PerformanceTiming_unloadEventSta rt_Getter";
5640
5305 } 5641 }
5306 5642
5307 class BlinkPeriodicWave {} 5643 class BlinkPeriodicWave {
5644 }
5308 5645
5309 class BlinkPlugin { 5646 class BlinkPlugin {
5647 static $__getter___Callback_1(mthis, name) native "Plugin___getter___Callback" ;
5648
5310 static description_Getter(mthis) native "Plugin_description_Getter"; 5649 static description_Getter(mthis) native "Plugin_description_Getter";
5311 5650
5312 static filename_Getter(mthis) native "Plugin_filename_Getter"; 5651 static filename_Getter(mthis) native "Plugin_filename_Getter";
5313 5652
5653 static item_Callback_1(mthis, index) native "Plugin_item_Callback";
5654
5314 static length_Getter(mthis) native "Plugin_length_Getter"; 5655 static length_Getter(mthis) native "Plugin_length_Getter";
5315 5656
5316 static name_Getter(mthis) native "Plugin_name_Getter"; 5657 static name_Getter(mthis) native "Plugin_name_Getter";
5317 5658
5318 static $__getter___Callback_1(mthis, name) native "Plugin___getter___Callback" ; 5659 static namedItem_Callback_1(mthis, name) native "Plugin_namedItem_Callback";
5319 5660
5320 static item_Callback_1(mthis, index) native "Plugin_item_Callback";
5321
5322 static namedItem_Callback_1(mthis, name) native "Plugin_namedItem_Callback";
5323 } 5661 }
5324 5662
5325 class BlinkPluginArray { 5663 class BlinkPluginArray {
5326 static length_Getter(mthis) native "PluginArray_length_Getter";
5327
5328 static $__getter___Callback_1(mthis, name) native "PluginArray___getter___Call back"; 5664 static $__getter___Callback_1(mthis, name) native "PluginArray___getter___Call back";
5329 5665
5330 static item_Callback_1(mthis, index) native "PluginArray_item_Callback"; 5666 static item_Callback_1(mthis, index) native "PluginArray_item_Callback";
5331 5667
5668 static length_Getter(mthis) native "PluginArray_length_Getter";
5669
5332 static namedItem_Callback_1(mthis, name) native "PluginArray_namedItem_Callbac k"; 5670 static namedItem_Callback_1(mthis, name) native "PluginArray_namedItem_Callbac k";
5333 5671
5334 static refresh_Callback_1(mthis, reload) native "PluginArray_refresh_Callback" ; 5672 static refresh_Callback_1(mthis, reload) native "PluginArray_refresh_Callback" ;
5673
5335 } 5674 }
5336 5675
5337 class BlinkPopStateEvent { 5676 class BlinkPopStateEvent {
5338 static constructorCallback(type, options) native "PopStateEvent_constructorCal lback"; 5677 static constructorCallback_2(type, options) native "PopStateEvent_constructorC allback";
5339 5678
5340 static state_Getter(mthis) native "PopStateEvent_state_Getter"; 5679 static state_Getter(mthis) native "PopStateEvent_state_Getter";
5680
5341 } 5681 }
5342 5682
5343 class BlinkPositionError { 5683 class BlinkPositionError {
5344 static code_Getter(mthis) native "PositionError_code_Getter"; 5684 static code_Getter(mthis) native "PositionError_code_Getter";
5345 5685
5346 static message_Getter(mthis) native "PositionError_message_Getter"; 5686 static message_Getter(mthis) native "PositionError_message_Getter";
5687
5347 } 5688 }
5348 5689
5349 class BlinkProcessingInstruction { 5690 class BlinkProcessingInstruction {
5350 static sheet_Getter(mthis) native "ProcessingInstruction_sheet_Getter"; 5691 static sheet_Getter(mthis) native "ProcessingInstruction_sheet_Getter";
5351 5692
5352 static target_Getter(mthis) native "ProcessingInstruction_target_Getter"; 5693 static target_Getter(mthis) native "ProcessingInstruction_target_Getter";
5694
5353 } 5695 }
5354 5696
5355 class BlinkProgressEvent { 5697 class BlinkProgressEvent {
5356 static constructorCallback(type, options) native "ProgressEvent_constructorCal lback"; 5698 static constructorCallback_2(type, options) native "ProgressEvent_constructorC allback";
5357 5699
5358 static lengthComputable_Getter(mthis) native "ProgressEvent_lengthComputable_G etter"; 5700 static lengthComputable_Getter(mthis) native "ProgressEvent_lengthComputable_G etter";
5359 5701
5360 static loaded_Getter(mthis) native "ProgressEvent_loaded_Getter"; 5702 static loaded_Getter(mthis) native "ProgressEvent_loaded_Getter";
5361 5703
5362 static total_Getter(mthis) native "ProgressEvent_total_Getter"; 5704 static total_Getter(mthis) native "ProgressEvent_total_Getter";
5705
5363 } 5706 }
5364 5707
5365 class BlinkPushEvent { 5708 class BlinkPushEvent {
5366 static constructorCallback(type, options) native "PushEvent_constructorCallbac k"; 5709 static constructorCallback_2(type, options) native "PushEvent_constructorCallb ack";
5367 5710
5368 static data_Getter(mthis) native "PushEvent_data_Getter"; 5711 static data_Getter(mthis) native "PushEvent_data_Getter";
5712
5369 } 5713 }
5370 5714
5371 class BlinkPushManager { 5715 class BlinkPushManager {
5372 static register_Callback_1(mthis, senderId) native "PushManager_register_Callb ack"; 5716 static register_Callback_1(mthis, senderId) native "PushManager_register_Callb ack";
5717
5373 } 5718 }
5374 5719
5375 class BlinkPushRegistration { 5720 class BlinkPushRegistration {
5376 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter "; 5721 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter ";
5377 5722
5378 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat ionId_Getter"; 5723 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat ionId_Getter";
5724
5379 } 5725 }
5380 5726
5381 class BlinkRGBColor {} 5727 class BlinkRGBColor {
5728 }
5382 5729
5383 class BlinkRTCDTMFSender { 5730 class BlinkRTCDTMFSender {
5384 static canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsertDTMF_Getter" ; 5731 static canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsertDTMF_Getter" ;
5385 5732
5386 static duration_Getter(mthis) native "RTCDTMFSender_duration_Getter"; 5733 static duration_Getter(mthis) native "RTCDTMFSender_duration_Getter";
5387 5734
5735 static insertDTMF_Callback_1(mthis, tones) native "RTCDTMFSender_insertDTMF_Ca llback";
5736
5737 static insertDTMF_Callback_2(mthis, tones, duration) native "RTCDTMFSender_ins ertDTMF_Callback";
5738
5739 static insertDTMF_Callback_3(mthis, tones, duration, interToneGap) native "RTC DTMFSender_insertDTMF_Callback";
5740
5388 static interToneGap_Getter(mthis) native "RTCDTMFSender_interToneGap_Getter"; 5741 static interToneGap_Getter(mthis) native "RTCDTMFSender_interToneGap_Getter";
5389 5742
5390 static toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_Getter"; 5743 static toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_Getter";
5391 5744
5392 static track_Getter(mthis) native "RTCDTMFSender_track_Getter"; 5745 static track_Getter(mthis) native "RTCDTMFSender_track_Getter";
5393 5746
5394 static insertDTMF_Callback_3(mthis, tones, duration, interToneGap) native "RTC DTMFSender_insertDTMF_Callback";
5395
5396 static insertDTMF_Callback_2(mthis, tones, duration) native "RTCDTMFSender_ins ertDTMF_Callback";
5397
5398 static insertDTMF_Callback_1(mthis, tones) native "RTCDTMFSender_insertDTMF_Ca llback";
5399 } 5747 }
5400 5748
5401 class BlinkRTCDTMFToneChangeEvent { 5749 class BlinkRTCDTMFToneChangeEvent {
5402 static constructorCallback(type, options) native "RTCDTMFToneChangeEvent_const ructorCallback"; 5750 static constructorCallback_2(type, options) native "RTCDTMFToneChangeEvent_con structorCallback";
5403 5751
5404 static tone_Getter(mthis) native "RTCDTMFToneChangeEvent_tone_Getter"; 5752 static tone_Getter(mthis) native "RTCDTMFToneChangeEvent_tone_Getter";
5753
5405 } 5754 }
5406 5755
5407 class BlinkRTCDataChannel { 5756 class BlinkRTCDataChannel {
5408 static binaryType_Getter(mthis) native "RTCDataChannel_binaryType_Getter"; 5757 static binaryType_Getter(mthis) native "RTCDataChannel_binaryType_Getter";
5409 5758
5410 static binaryType_Setter(mthis, value) native "RTCDataChannel_binaryType_Sette r"; 5759 static binaryType_Setter(mthis, value) native "RTCDataChannel_binaryType_Sette r";
5411 5760
5412 static bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Gett er"; 5761 static bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Gett er";
5413 5762
5763 static close_Callback_0(mthis) native "RTCDataChannel_close_Callback";
5764
5414 static id_Getter(mthis) native "RTCDataChannel_id_Getter"; 5765 static id_Getter(mthis) native "RTCDataChannel_id_Getter";
5415 5766
5416 static label_Getter(mthis) native "RTCDataChannel_label_Getter"; 5767 static label_Getter(mthis) native "RTCDataChannel_label_Getter";
5417 5768
5418 static maxRetransmitTime_Getter(mthis) native "RTCDataChannel_maxRetransmitTim e_Getter"; 5769 static maxRetransmitTime_Getter(mthis) native "RTCDataChannel_maxRetransmitTim e_Getter";
5419 5770
5420 static maxRetransmits_Getter(mthis) native "RTCDataChannel_maxRetransmits_Gett er"; 5771 static maxRetransmits_Getter(mthis) native "RTCDataChannel_maxRetransmits_Gett er";
5421 5772
5422 static negotiated_Getter(mthis) native "RTCDataChannel_negotiated_Getter"; 5773 static negotiated_Getter(mthis) native "RTCDataChannel_negotiated_Getter";
5423 5774
5424 static ordered_Getter(mthis) native "RTCDataChannel_ordered_Getter"; 5775 static ordered_Getter(mthis) native "RTCDataChannel_ordered_Getter";
5425 5776
5426 static protocol_Getter(mthis) native "RTCDataChannel_protocol_Getter"; 5777 static protocol_Getter(mthis) native "RTCDataChannel_protocol_Getter";
5427 5778
5428 static readyState_Getter(mthis) native "RTCDataChannel_readyState_Getter"; 5779 static readyState_Getter(mthis) native "RTCDataChannel_readyState_Getter";
5429 5780
5430 static reliable_Getter(mthis) native "RTCDataChannel_reliable_Getter"; 5781 static reliable_Getter(mthis) native "RTCDataChannel_reliable_Getter";
5431 5782
5432 static close_Callback(mthis) native "RTCDataChannel_close_Callback"; 5783 static send_Callback_1(mthis, data) native "RTCDataChannel_send_Callback";
5433 5784
5434 static send_Callback_1(mthis, data) native "RTCDataChannel_send_Callback";
5435 } 5785 }
5436 5786
5437 class BlinkRTCDataChannelEvent { 5787 class BlinkRTCDataChannelEvent {
5438 static channel_Getter(mthis) native "RTCDataChannelEvent_channel_Getter"; 5788 static channel_Getter(mthis) native "RTCDataChannelEvent_channel_Getter";
5789
5439 } 5790 }
5440 5791
5441 class BlinkRTCIceCandidate { 5792 class BlinkRTCIceCandidate {
5442 static constructorCallback_1(dictionary) native "RTCIceCandidate_constructorCa llback";
5443
5444 static candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter"; 5793 static candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter";
5445 5794
5446 static candidate_Setter(mthis, value) native "RTCIceCandidate_candidate_Setter "; 5795 static candidate_Setter(mthis, value) native "RTCIceCandidate_candidate_Setter ";
5447 5796
5797 static constructorCallback_1(dictionary) native "RTCIceCandidate_constructorCa llback";
5798
5448 static sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Gette r"; 5799 static sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Gette r";
5449 5800
5450 static sdpMLineIndex_Setter(mthis, value) native "RTCIceCandidate_sdpMLineInde x_Setter"; 5801 static sdpMLineIndex_Setter(mthis, value) native "RTCIceCandidate_sdpMLineInde x_Setter";
5451 5802
5452 static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter"; 5803 static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter";
5453 5804
5454 static sdpMid_Setter(mthis, value) native "RTCIceCandidate_sdpMid_Setter"; 5805 static sdpMid_Setter(mthis, value) native "RTCIceCandidate_sdpMid_Setter";
5806
5455 } 5807 }
5456 5808
5457 class BlinkRTCIceCandidateEvent { 5809 class BlinkRTCIceCandidateEvent {
5458 static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter"; 5810 static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter";
5811
5459 } 5812 }
5460 5813
5461 class BlinkRTCPeerConnection { 5814 class BlinkRTCPeerConnection {
5815 static addIceCandidate_Callback_3(mthis, candidate, successCallback, failureCa llback) native "RTCPeerConnection_addIceCandidate_Callback";
5816
5817 static addStream_Callback_1(mthis, stream) native "RTCPeerConnection_addStream _Callback";
5818
5819 static addStream_Callback_2(mthis, stream, mediaConstraints) native "RTCPeerCo nnection_addStream_Callback";
5820
5821 static close_Callback_0(mthis) native "RTCPeerConnection_close_Callback";
5822
5823 static constructorCallback_1(rtcConfiguration) native "RTCPeerConnection_const ructorCallback";
5824
5462 static constructorCallback_2(rtcConfiguration, mediaConstraints) native "RTCPe erConnection_constructorCallback"; 5825 static constructorCallback_2(rtcConfiguration, mediaConstraints) native "RTCPe erConnection_constructorCallback";
5463 5826
5464 static constructorCallback_1(rtcConfiguration) native "RTCPeerConnection_const ructorCallback"; 5827 static createAnswer_Callback_2(mthis, successCallback, failureCallback) native "RTCPeerConnection_createAnswer_Callback";
5828
5829 static createAnswer_Callback_3(mthis, successCallback, failureCallback, mediaC onstraints) native "RTCPeerConnection_createAnswer_Callback";
5830
5831 static createDTMFSender_Callback_1(mthis, track) native "RTCPeerConnection_cre ateDTMFSender_Callback";
5832
5833 static createDataChannel_Callback_1(mthis, label) native "RTCPeerConnection_cr eateDataChannel_Callback";
5834
5835 static createDataChannel_Callback_2(mthis, label, options) native "RTCPeerConn ection_createDataChannel_Callback";
5836
5837 static createOffer_Callback_2(mthis, successCallback, failureCallback) native "RTCPeerConnection_createOffer_Callback";
5838
5839 static createOffer_Callback_3(mthis, successCallback, failureCallback, rtcOffe rOptions) native "RTCPeerConnection_createOffer_Callback";
5840
5841 static getLocalStreams_Callback_0(mthis) native "RTCPeerConnection_getLocalStr eams_Callback";
5842
5843 static getRemoteStreams_Callback_0(mthis) native "RTCPeerConnection_getRemoteS treams_Callback";
5844
5845 static getStats_Callback_2(mthis, successCallback, selector) native "RTCPeerCo nnection_getStats_Callback";
5846
5847 static getStreamById_Callback_1(mthis, streamId) native "RTCPeerConnection_get StreamById_Callback";
5465 5848
5466 static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectio nState_Getter"; 5849 static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectio nState_Getter";
5467 5850
5468 static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringS tate_Getter"; 5851 static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringS tate_Getter";
5469 5852
5470 static localDescription_Getter(mthis) native "RTCPeerConnection_localDescripti on_Getter"; 5853 static localDescription_Getter(mthis) native "RTCPeerConnection_localDescripti on_Getter";
5471 5854
5472 static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescrip tion_Getter"; 5855 static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescrip tion_Getter";
5473 5856
5474 static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_G etter";
5475
5476 static addIceCandidate_Callback_3(mthis, candidate, successCallback, failureCa llback) native "RTCPeerConnection_addIceCandidate_Callback";
5477
5478 static addStream_Callback_2(mthis, stream, mediaConstraints) native "RTCPeerCo nnection_addStream_Callback";
5479
5480 static addStream_Callback_1(mthis, stream) native "RTCPeerConnection_addStream _Callback";
5481
5482 static close_Callback(mthis) native "RTCPeerConnection_close_Callback";
5483
5484 static createAnswer_Callback_3(mthis, successCallback, failureCallback, mediaC onstraints) native "RTCPeerConnection_createAnswer_Callback";
5485
5486 static createAnswer_Callback_2(mthis, successCallback, failureCallback) native "RTCPeerConnection_createAnswer_Callback";
5487
5488 static createDTMFSender_Callback_1(mthis, track) native "RTCPeerConnection_cre ateDTMFSender_Callback";
5489
5490 static createDataChannel_Callback_2(mthis, label, options) native "RTCPeerConn ection_createDataChannel_Callback";
5491
5492 static createDataChannel_Callback_1(mthis, label) native "RTCPeerConnection_cr eateDataChannel_Callback";
5493
5494 static createOffer_Callback_3(mthis, successCallback, failureCallback, rtcOffe rOptions) native "RTCPeerConnection_createOffer_Callback";
5495
5496 static createOffer_Callback_2(mthis, successCallback, failureCallback) native "RTCPeerConnection_createOffer_Callback";
5497
5498 static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStrea ms_Callback";
5499
5500 static getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStr eams_Callback";
5501
5502 static getStats_Callback_2(mthis, successCallback, selector) native "RTCPeerCo nnection_getStats_Callback";
5503
5504 static getStreamById_Callback_1(mthis, streamId) native "RTCPeerConnection_get StreamById_Callback";
5505
5506 static removeStream_Callback_1(mthis, stream) native "RTCPeerConnection_remove Stream_Callback"; 5857 static removeStream_Callback_1(mthis, stream) native "RTCPeerConnection_remove Stream_Callback";
5507 5858
5508 static setLocalDescription_Callback_3(mthis, description, successCallback, fai lureCallback) native "RTCPeerConnection_setLocalDescription_Callback"; 5859 static setLocalDescription_Callback_3(mthis, description, successCallback, fai lureCallback) native "RTCPeerConnection_setLocalDescription_Callback";
5509 5860
5510 static setRemoteDescription_Callback_3(mthis, description, successCallback, fa ilureCallback) native "RTCPeerConnection_setRemoteDescription_Callback"; 5861 static setRemoteDescription_Callback_3(mthis, description, successCallback, fa ilureCallback) native "RTCPeerConnection_setRemoteDescription_Callback";
5511 5862
5512 static updateIce_Callback_2(mthis, configuration, mediaConstraints) native "RT CPeerConnection_updateIce_Callback"; 5863 static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_G etter";
5864
5865 static updateIce_Callback_0(mthis) native "RTCPeerConnection_updateIce_Callbac k";
5513 5866
5514 static updateIce_Callback_1(mthis, configuration) native "RTCPeerConnection_up dateIce_Callback"; 5867 static updateIce_Callback_1(mthis, configuration) native "RTCPeerConnection_up dateIce_Callback";
5515 5868
5516 static updateIce_Callback(mthis) native "RTCPeerConnection_updateIce_Callback" ; 5869 static updateIce_Callback_2(mthis, configuration, mediaConstraints) native "RT CPeerConnection_updateIce_Callback";
5870
5517 } 5871 }
5518 5872
5519 class BlinkRTCSessionDescription { 5873 class BlinkRTCSessionDescription {
5874 static constructorCallback_0() native "RTCSessionDescription_constructorCallba ck";
5875
5520 static constructorCallback_1(descriptionInitDict) native "RTCSessionDescriptio n_constructorCallback"; 5876 static constructorCallback_1(descriptionInitDict) native "RTCSessionDescriptio n_constructorCallback";
5521 5877
5522 static constructorCallback() native "RTCSessionDescription_constructorCallback ";
5523
5524 static sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter"; 5878 static sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter";
5525 5879
5526 static sdp_Setter(mthis, value) native "RTCSessionDescription_sdp_Setter"; 5880 static sdp_Setter(mthis, value) native "RTCSessionDescription_sdp_Setter";
5527 5881
5528 static type_Getter(mthis) native "RTCSessionDescription_type_Getter"; 5882 static type_Getter(mthis) native "RTCSessionDescription_type_Getter";
5529 5883
5530 static type_Setter(mthis, value) native "RTCSessionDescription_type_Setter"; 5884 static type_Setter(mthis, value) native "RTCSessionDescription_type_Setter";
5885
5531 } 5886 }
5532 5887
5533 class BlinkRTCStatsReport { 5888 class BlinkRTCStatsReport {
5534 static id_Getter(mthis) native "RTCStatsReport_id_Getter"; 5889 static id_Getter(mthis) native "RTCStatsReport_id_Getter";
5535 5890
5536 static local_Getter(mthis) native "RTCStatsReport_local_Getter"; 5891 static local_Getter(mthis) native "RTCStatsReport_local_Getter";
5537 5892
5893 static names_Callback_0(mthis) native "RTCStatsReport_names_Callback";
5894
5538 static remote_Getter(mthis) native "RTCStatsReport_remote_Getter"; 5895 static remote_Getter(mthis) native "RTCStatsReport_remote_Getter";
5539 5896
5897 static stat_Callback_1(mthis, name) native "RTCStatsReport_stat_Callback";
5898
5540 static timestamp_Getter(mthis) native "RTCStatsReport_timestamp_Getter"; 5899 static timestamp_Getter(mthis) native "RTCStatsReport_timestamp_Getter";
5541 5900
5542 static type_Getter(mthis) native "RTCStatsReport_type_Getter"; 5901 static type_Getter(mthis) native "RTCStatsReport_type_Getter";
5543 5902
5544 static names_Callback(mthis) native "RTCStatsReport_names_Callback";
5545
5546 static stat_Callback_1(mthis, name) native "RTCStatsReport_stat_Callback";
5547 } 5903 }
5548 5904
5549 class BlinkRTCStatsResponse { 5905 class BlinkRTCStatsResponse {
5550 static $__getter___Callback_1(mthis, name) native "RTCStatsResponse___getter__ _Callback"; 5906 static $__getter___Callback_1(mthis, name) native "RTCStatsResponse___getter__ _Callback";
5551 5907
5552 static namedItem_Callback_1(mthis, name) native "RTCStatsResponse_namedItem_Ca llback"; 5908 static namedItem_Callback_1(mthis, name) native "RTCStatsResponse_namedItem_Ca llback";
5553 5909
5554 static result_Callback(mthis) native "RTCStatsResponse_result_Callback"; 5910 static result_Callback_0(mthis) native "RTCStatsResponse_result_Callback";
5911
5555 } 5912 }
5556 5913
5557 class BlinkRadioNodeList {} 5914 class BlinkRadioNodeList {
5915 }
5558 5916
5559 class BlinkRange { 5917 class BlinkRange {
5918 static cloneContents_Callback_0(mthis) native "Range_cloneContents_Callback";
5919
5920 static cloneRange_Callback_0(mthis) native "Range_cloneRange_Callback";
5921
5922 static collapse_Callback_0(mthis) native "Range_collapse_Callback";
5923
5924 static collapse_Callback_1(mthis, toStart) native "Range_collapse_Callback";
5925
5560 static collapsed_Getter(mthis) native "Range_collapsed_Getter"; 5926 static collapsed_Getter(mthis) native "Range_collapsed_Getter";
5561 5927
5562 static commonAncestorContainer_Getter(mthis) native "Range_commonAncestorConta iner_Getter"; 5928 static commonAncestorContainer_Getter(mthis) native "Range_commonAncestorConta iner_Getter";
5563 5929
5930 static comparePoint_Callback_2(mthis, refNode, offset) native "Range_comparePo int_Callback";
5931
5932 static createContextualFragment_Callback_1(mthis, html) native "Range_createCo ntextualFragment_Callback";
5933
5934 static deleteContents_Callback_0(mthis) native "Range_deleteContents_Callback" ;
5935
5936 static detach_Callback_0(mthis) native "Range_detach_Callback";
5937
5564 static endContainer_Getter(mthis) native "Range_endContainer_Getter"; 5938 static endContainer_Getter(mthis) native "Range_endContainer_Getter";
5565 5939
5566 static endOffset_Getter(mthis) native "Range_endOffset_Getter"; 5940 static endOffset_Getter(mthis) native "Range_endOffset_Getter";
5567 5941
5568 static startContainer_Getter(mthis) native "Range_startContainer_Getter";
5569
5570 static startOffset_Getter(mthis) native "Range_startOffset_Getter";
5571
5572 static cloneContents_Callback(mthis) native "Range_cloneContents_Callback";
5573
5574 static cloneRange_Callback(mthis) native "Range_cloneRange_Callback";
5575
5576 static collapse_Callback_1(mthis, toStart) native "Range_collapse_Callback";
5577
5578 static collapse_Callback(mthis) native "Range_collapse_Callback";
5579
5580 static comparePoint_Callback_2(mthis, refNode, offset) native "Range_comparePo int_Callback";
5581
5582 static createContextualFragment_Callback_1(mthis, html) native "Range_createCo ntextualFragment_Callback";
5583
5584 static deleteContents_Callback(mthis) native "Range_deleteContents_Callback";
5585
5586 static detach_Callback(mthis) native "Range_detach_Callback";
5587
5588 static expand_Callback_1(mthis, unit) native "Range_expand_Callback"; 5942 static expand_Callback_1(mthis, unit) native "Range_expand_Callback";
5589 5943
5590 static extractContents_Callback(mthis) native "Range_extractContents_Callback" ; 5944 static extractContents_Callback_0(mthis) native "Range_extractContents_Callbac k";
5591 5945
5592 static getBoundingClientRect_Callback(mthis) native "Range_getBoundingClientRe ct_Callback"; 5946 static getBoundingClientRect_Callback_0(mthis) native "Range_getBoundingClient Rect_Callback";
5593 5947
5594 static getClientRects_Callback(mthis) native "Range_getClientRects_Callback"; 5948 static getClientRects_Callback_0(mthis) native "Range_getClientRects_Callback" ;
5595 5949
5596 static insertNode_Callback_1(mthis, newNode) native "Range_insertNode_Callback "; 5950 static insertNode_Callback_1(mthis, newNode) native "Range_insertNode_Callback ";
5597 5951
5598 static isPointInRange_Callback_2(mthis, refNode, offset) native "Range_isPoint InRange_Callback"; 5952 static isPointInRange_Callback_2(mthis, refNode, offset) native "Range_isPoint InRange_Callback";
5599 5953
5600 static selectNode_Callback_1(mthis, refNode) native "Range_selectNode_Callback ";
5601
5602 static selectNodeContents_Callback_1(mthis, refNode) native "Range_selectNodeC ontents_Callback"; 5954 static selectNodeContents_Callback_1(mthis, refNode) native "Range_selectNodeC ontents_Callback";
5603 5955
5604 static setEnd_Callback_2(mthis, refNode, offset) native "Range_setEnd_Callback "; 5956 static selectNode_Callback_1(mthis, refNode) native "Range_selectNode_Callback ";
5605 5957
5606 static setEndAfter_Callback_1(mthis, refNode) native "Range_setEndAfter_Callba ck"; 5958 static setEndAfter_Callback_1(mthis, refNode) native "Range_setEndAfter_Callba ck";
5607 5959
5608 static setEndBefore_Callback_1(mthis, refNode) native "Range_setEndBefore_Call back"; 5960 static setEndBefore_Callback_1(mthis, refNode) native "Range_setEndBefore_Call back";
5609 5961
5610 static setStart_Callback_2(mthis, refNode, offset) native "Range_setStart_Call back"; 5962 static setEnd_Callback_2(mthis, refNode, offset) native "Range_setEnd_Callback ";
5611 5963
5612 static setStartAfter_Callback_1(mthis, refNode) native "Range_setStartAfter_Ca llback"; 5964 static setStartAfter_Callback_1(mthis, refNode) native "Range_setStartAfter_Ca llback";
5613 5965
5614 static setStartBefore_Callback_1(mthis, refNode) native "Range_setStartBefore_ Callback"; 5966 static setStartBefore_Callback_1(mthis, refNode) native "Range_setStartBefore_ Callback";
5615 5967
5968 static setStart_Callback_2(mthis, refNode, offset) native "Range_setStart_Call back";
5969
5970 static startContainer_Getter(mthis) native "Range_startContainer_Getter";
5971
5972 static startOffset_Getter(mthis) native "Range_startOffset_Getter";
5973
5616 static surroundContents_Callback_1(mthis, newParent) native "Range_surroundCon tents_Callback"; 5974 static surroundContents_Callback_1(mthis, newParent) native "Range_surroundCon tents_Callback";
5975
5617 } 5976 }
5618 5977
5619 class BlinkReadableStream {} 5978 class BlinkReadableStream {
5979 }
5620 5980
5621 class BlinkRect {} 5981 class BlinkRect {
5982 }
5622 5983
5623 class BlinkRelatedEvent { 5984 class BlinkRelatedEvent {
5624 static constructorCallback(type, options) native "RelatedEvent_constructorCall back"; 5985 static constructorCallback_2(type, options) native "RelatedEvent_constructorCa llback";
5625 5986
5626 static relatedTarget_Getter(mthis) native "RelatedEvent_relatedTarget_Getter"; 5987 static relatedTarget_Getter(mthis) native "RelatedEvent_relatedTarget_Getter";
5988
5627 } 5989 }
5628 5990
5629 class BlinkRequest { 5991 class BlinkRequest {
5630 static constructorCallback_1(input) native "Request_constructorCallback"; 5992 static constructorCallback_1(input) native "Request_constructorCallback";
5631 5993
5632 static constructorCallback_2(input, requestInitDict) native "Request_construct orCallback"; 5994 static constructorCallback_2(input, requestInitDict) native "Request_construct orCallback";
5633 5995
5634 static credentials_Getter(mthis) native "Request_credentials_Getter"; 5996 static credentials_Getter(mthis) native "Request_credentials_Getter";
5635 5997
5636 static headers_Getter(mthis) native "Request_headers_Getter"; 5998 static headers_Getter(mthis) native "Request_headers_Getter";
5637 5999
5638 static mode_Getter(mthis) native "Request_mode_Getter"; 6000 static mode_Getter(mthis) native "Request_mode_Getter";
5639 6001
5640 static referrer_Getter(mthis) native "Request_referrer_Getter"; 6002 static referrer_Getter(mthis) native "Request_referrer_Getter";
5641 6003
5642 static url_Getter(mthis) native "Request_url_Getter"; 6004 static url_Getter(mthis) native "Request_url_Getter";
6005
5643 } 6006 }
5644 6007
5645 class BlinkResourceProgressEvent { 6008 class BlinkResourceProgressEvent {
5646 static url_Getter(mthis) native "ResourceProgressEvent_url_Getter"; 6009 static url_Getter(mthis) native "ResourceProgressEvent_url_Getter";
6010
5647 } 6011 }
5648 6012
5649 class BlinkResponse { 6013 class BlinkResponse {
5650 static constructorCallback_1(body) native "Response_constructorCallback"; 6014 static constructorCallback_1(body) native "Response_constructorCallback";
5651 6015
5652 static constructorCallback_2(body, responseInitDict) native "Response_construc torCallback"; 6016 static constructorCallback_2(body, responseInitDict) native "Response_construc torCallback";
6017
5653 } 6018 }
5654 6019
5655 class BlinkSQLError { 6020 class BlinkSQLError {
5656 static code_Getter(mthis) native "SQLError_code_Getter"; 6021 static code_Getter(mthis) native "SQLError_code_Getter";
5657 6022
5658 static message_Getter(mthis) native "SQLError_message_Getter"; 6023 static message_Getter(mthis) native "SQLError_message_Getter";
6024
5659 } 6025 }
5660 6026
5661 class BlinkSQLResultSet { 6027 class BlinkSQLResultSet {
5662 static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"; 6028 static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter";
5663 6029
6030 static rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected_Getter";
6031
5664 static rows_Getter(mthis) native "SQLResultSet_rows_Getter"; 6032 static rows_Getter(mthis) native "SQLResultSet_rows_Getter";
5665 6033
5666 static rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected_Getter";
5667 } 6034 }
5668 6035
5669 class BlinkSQLResultSetRowList { 6036 class BlinkSQLResultSetRowList {
6037 static item_Callback_1(mthis, index) native "SQLResultSetRowList_item_Callback ";
6038
5670 static length_Getter(mthis) native "SQLResultSetRowList_length_Getter"; 6039 static length_Getter(mthis) native "SQLResultSetRowList_length_Getter";
5671 6040
5672 static item_Callback_1(mthis, index) native "SQLResultSetRowList_item_Callback ";
5673 } 6041 }
5674 6042
5675 class BlinkSQLTransaction { 6043 class BlinkSQLTransaction {
5676 static executeSql_Callback_4(mthis, sqlStatement, arguments, callback, errorCa llback) native "SQLTransaction_executeSql_Callback"; 6044 static executeSql_Callback_4(mthis, sqlStatement, arguments, callback, errorCa llback) native "SQLTransaction_executeSql_Callback";
6045
5677 } 6046 }
5678 6047
5679 class BlinkSQLTransactionSync {} 6048 class BlinkSQLTransactionSync {
6049 }
5680 6050
5681 class BlinkSVGElement { 6051 class BlinkSVGElement {
5682 static className_Getter(mthis) native "SVGElement_className_Getter"; 6052 static className_Getter(mthis) native "SVGElement_className_Getter";
5683 6053
5684 static ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGElement_Getter "; 6054 static ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGElement_Getter ";
5685 6055
5686 static style_Getter(mthis) native "SVGElement_style_Getter"; 6056 static style_Getter(mthis) native "SVGElement_style_Getter";
5687 6057
5688 static tabIndex_Getter(mthis) native "SVGElement_tabIndex_Getter"; 6058 static tabIndex_Getter(mthis) native "SVGElement_tabIndex_Getter";
5689 6059
5690 static tabIndex_Setter(mthis, value) native "SVGElement_tabIndex_Setter"; 6060 static tabIndex_Setter(mthis, value) native "SVGElement_tabIndex_Setter";
5691 6061
5692 static viewportElement_Getter(mthis) native "SVGElement_viewportElement_Getter "; 6062 static viewportElement_Getter(mthis) native "SVGElement_viewportElement_Getter ";
5693 6063
5694 static xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter"; 6064 static xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter";
5695 6065
5696 static xmlbase_Setter(mthis, value) native "SVGElement_xmlbase_Setter"; 6066 static xmlbase_Setter(mthis, value) native "SVGElement_xmlbase_Setter";
5697 6067
5698 static xmllang_Getter(mthis) native "SVGElement_xmllang_Getter"; 6068 static xmllang_Getter(mthis) native "SVGElement_xmllang_Getter";
5699 6069
5700 static xmllang_Setter(mthis, value) native "SVGElement_xmllang_Setter"; 6070 static xmllang_Setter(mthis, value) native "SVGElement_xmllang_Setter";
5701 6071
5702 static xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter"; 6072 static xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter";
5703 6073
5704 static xmlspace_Setter(mthis, value) native "SVGElement_xmlspace_Setter"; 6074 static xmlspace_Setter(mthis, value) native "SVGElement_xmlspace_Setter";
6075
5705 } 6076 }
5706 6077
5707 class BlinkSVGTests { 6078 class BlinkSVGTests {
6079 static hasExtension_Callback_1(mthis, extension) native "SVGTests_hasExtension _Callback";
6080
5708 static requiredExtensions_Getter(mthis) native "SVGTests_requiredExtensions_Ge tter"; 6081 static requiredExtensions_Getter(mthis) native "SVGTests_requiredExtensions_Ge tter";
5709 6082
5710 static requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures_Getter "; 6083 static requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures_Getter ";
5711 6084
5712 static systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Getter"; 6085 static systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Getter";
5713 6086
5714 static hasExtension_Callback_1(mthis, extension) native "SVGTests_hasExtension _Callback";
5715 } 6087 }
5716 6088
5717 class BlinkSVGGraphicsElement { 6089 class BlinkSVGGraphicsElement {
5718 static farthestViewportElement_Getter(mthis) native "SVGGraphicsElement_farthe stViewportElement_Getter"; 6090 static farthestViewportElement_Getter(mthis) native "SVGGraphicsElement_farthe stViewportElement_Getter";
5719 6091
5720 static nearestViewportElement_Getter(mthis) native "SVGGraphicsElement_nearest ViewportElement_Getter"; 6092 static getBBox_Callback_0(mthis) native "SVGGraphicsElement_getBBox_Callback";
5721 6093
5722 static transform_Getter(mthis) native "SVGGraphicsElement_transform_Getter"; 6094 static getCTM_Callback_0(mthis) native "SVGGraphicsElement_getCTM_Callback";
5723 6095
5724 static getBBox_Callback(mthis) native "SVGGraphicsElement_getBBox_Callback"; 6096 static getScreenCTM_Callback_0(mthis) native "SVGGraphicsElement_getScreenCTM_ Callback";
5725
5726 static getCTM_Callback(mthis) native "SVGGraphicsElement_getCTM_Callback";
5727
5728 static getScreenCTM_Callback(mthis) native "SVGGraphicsElement_getScreenCTM_Ca llback";
5729 6097
5730 static getTransformToElement_Callback_1(mthis, element) native "SVGGraphicsEle ment_getTransformToElement_Callback"; 6098 static getTransformToElement_Callback_1(mthis, element) native "SVGGraphicsEle ment_getTransformToElement_Callback";
5731 6099
6100 static hasExtension_Callback_1(mthis, extension) native "SVGGraphicsElement_ha sExtension_Callback";
6101
6102 static nearestViewportElement_Getter(mthis) native "SVGGraphicsElement_nearest ViewportElement_Getter";
6103
5732 static requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExt ensions_Getter"; 6104 static requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExt ensions_Getter";
5733 6105
5734 static requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeatu res_Getter"; 6106 static requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeatu res_Getter";
5735 6107
5736 static systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_ Getter"; 6108 static systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_ Getter";
5737 6109
5738 static hasExtension_Callback_1(mthis, extension) native "SVGGraphicsElement_ha sExtension_Callback"; 6110 static transform_Getter(mthis) native "SVGGraphicsElement_transform_Getter";
6111
5739 } 6112 }
5740 6113
5741 class BlinkSVGURIReference { 6114 class BlinkSVGURIReference {
5742 static href_Getter(mthis) native "SVGURIReference_href_Getter"; 6115 static href_Getter(mthis) native "SVGURIReference_href_Getter";
6116
5743 } 6117 }
5744 6118
5745 class BlinkSVGAElement { 6119 class BlinkSVGAElement {
6120 static href_Getter(mthis) native "SVGAElement_href_Getter";
6121
5746 static target_Getter(mthis) native "SVGAElement_target_Getter"; 6122 static target_Getter(mthis) native "SVGAElement_target_Getter";
5747 6123
5748 static href_Getter(mthis) native "SVGAElement_href_Getter";
5749 } 6124 }
5750 6125
5751 class BlinkSVGAltGlyphDefElement {} 6126 class BlinkSVGAltGlyphDefElement {
6127 }
5752 6128
5753 class BlinkSVGTextContentElement { 6129 class BlinkSVGTextContentElement {
5754 static lengthAdjust_Getter(mthis) native "SVGTextContentElement_lengthAdjust_G etter";
5755
5756 static textLength_Getter(mthis) native "SVGTextContentElement_textLength_Gette r";
5757
5758 static getCharNumAtPosition_Callback_1(mthis, point) native "SVGTextContentEle ment_getCharNumAtPosition_Callback"; 6130 static getCharNumAtPosition_Callback_1(mthis, point) native "SVGTextContentEle ment_getCharNumAtPosition_Callback";
5759 6131
5760 static getComputedTextLength_Callback(mthis) native "SVGTextContentElement_get ComputedTextLength_Callback"; 6132 static getComputedTextLength_Callback_0(mthis) native "SVGTextContentElement_g etComputedTextLength_Callback";
5761 6133
5762 static getEndPositionOfChar_Callback_1(mthis, offset) native "SVGTextContentEl ement_getEndPositionOfChar_Callback"; 6134 static getEndPositionOfChar_Callback_1(mthis, offset) native "SVGTextContentEl ement_getEndPositionOfChar_Callback";
5763 6135
5764 static getExtentOfChar_Callback_1(mthis, offset) native "SVGTextContentElement _getExtentOfChar_Callback"; 6136 static getExtentOfChar_Callback_1(mthis, offset) native "SVGTextContentElement _getExtentOfChar_Callback";
5765 6137
5766 static getNumberOfChars_Callback(mthis) native "SVGTextContentElement_getNumbe rOfChars_Callback"; 6138 static getNumberOfChars_Callback_0(mthis) native "SVGTextContentElement_getNum berOfChars_Callback";
5767 6139
5768 static getRotationOfChar_Callback_1(mthis, offset) native "SVGTextContentEleme nt_getRotationOfChar_Callback"; 6140 static getRotationOfChar_Callback_1(mthis, offset) native "SVGTextContentEleme nt_getRotationOfChar_Callback";
5769 6141
5770 static getStartPositionOfChar_Callback_1(mthis, offset) native "SVGTextContent Element_getStartPositionOfChar_Callback"; 6142 static getStartPositionOfChar_Callback_1(mthis, offset) native "SVGTextContent Element_getStartPositionOfChar_Callback";
5771 6143
5772 static getSubStringLength_Callback_2(mthis, offset, length) native "SVGTextCon tentElement_getSubStringLength_Callback"; 6144 static getSubStringLength_Callback_2(mthis, offset, length) native "SVGTextCon tentElement_getSubStringLength_Callback";
5773 6145
6146 static lengthAdjust_Getter(mthis) native "SVGTextContentElement_lengthAdjust_G etter";
6147
5774 static selectSubString_Callback_2(mthis, offset, length) native "SVGTextConten tElement_selectSubString_Callback"; 6148 static selectSubString_Callback_2(mthis, offset, length) native "SVGTextConten tElement_selectSubString_Callback";
6149
6150 static textLength_Getter(mthis) native "SVGTextContentElement_textLength_Gette r";
6151
5775 } 6152 }
5776 6153
5777 class BlinkSVGTextPositioningElement { 6154 class BlinkSVGTextPositioningElement {
5778 static dx_Getter(mthis) native "SVGTextPositioningElement_dx_Getter"; 6155 static dx_Getter(mthis) native "SVGTextPositioningElement_dx_Getter";
5779 6156
5780 static dy_Getter(mthis) native "SVGTextPositioningElement_dy_Getter"; 6157 static dy_Getter(mthis) native "SVGTextPositioningElement_dy_Getter";
5781 6158
5782 static rotate_Getter(mthis) native "SVGTextPositioningElement_rotate_Getter"; 6159 static rotate_Getter(mthis) native "SVGTextPositioningElement_rotate_Getter";
5783 6160
5784 static x_Getter(mthis) native "SVGTextPositioningElement_x_Getter"; 6161 static x_Getter(mthis) native "SVGTextPositioningElement_x_Getter";
5785 6162
5786 static y_Getter(mthis) native "SVGTextPositioningElement_y_Getter"; 6163 static y_Getter(mthis) native "SVGTextPositioningElement_y_Getter";
6164
5787 } 6165 }
5788 6166
5789 class BlinkSVGAltGlyphElement { 6167 class BlinkSVGAltGlyphElement {
5790 static format_Getter(mthis) native "SVGAltGlyphElement_format_Getter"; 6168 static format_Getter(mthis) native "SVGAltGlyphElement_format_Getter";
5791 6169
5792 static format_Setter(mthis, value) native "SVGAltGlyphElement_format_Setter"; 6170 static format_Setter(mthis, value) native "SVGAltGlyphElement_format_Setter";
5793 6171
5794 static glyphRef_Getter(mthis) native "SVGAltGlyphElement_glyphRef_Getter"; 6172 static glyphRef_Getter(mthis) native "SVGAltGlyphElement_glyphRef_Getter";
5795 6173
5796 static glyphRef_Setter(mthis, value) native "SVGAltGlyphElement_glyphRef_Sette r"; 6174 static glyphRef_Setter(mthis, value) native "SVGAltGlyphElement_glyphRef_Sette r";
5797 6175
5798 static href_Getter(mthis) native "SVGAltGlyphElement_href_Getter"; 6176 static href_Getter(mthis) native "SVGAltGlyphElement_href_Getter";
6177
5799 } 6178 }
5800 6179
5801 class BlinkSVGAltGlyphItemElement {} 6180 class BlinkSVGAltGlyphItemElement {
6181 }
5802 6182
5803 class BlinkSVGAngle { 6183 class BlinkSVGAngle {
6184 static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGAngle_co nvertToSpecifiedUnits_Callback";
6185
6186 static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnit s) native "SVGAngle_newValueSpecifiedUnits_Callback";
6187
5804 static unitType_Getter(mthis) native "SVGAngle_unitType_Getter"; 6188 static unitType_Getter(mthis) native "SVGAngle_unitType_Getter";
5805 6189
5806 static value_Getter(mthis) native "SVGAngle_value_Getter";
5807
5808 static value_Setter(mthis, value) native "SVGAngle_value_Setter";
5809
5810 static valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Getter"; 6190 static valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Getter";
5811 6191
5812 static valueAsString_Setter(mthis, value) native "SVGAngle_valueAsString_Sette r"; 6192 static valueAsString_Setter(mthis, value) native "SVGAngle_valueAsString_Sette r";
5813 6193
5814 static valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpecifiedUn its_Getter"; 6194 static valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpecifiedUn its_Getter";
5815 6195
5816 static valueInSpecifiedUnits_Setter(mthis, value) native "SVGAngle_valueInSpec ifiedUnits_Setter"; 6196 static valueInSpecifiedUnits_Setter(mthis, value) native "SVGAngle_valueInSpec ifiedUnits_Setter";
5817 6197
5818 static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGAngle_co nvertToSpecifiedUnits_Callback"; 6198 static value_Getter(mthis) native "SVGAngle_value_Getter";
5819 6199
5820 static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnit s) native "SVGAngle_newValueSpecifiedUnits_Callback"; 6200 static value_Setter(mthis, value) native "SVGAngle_value_Setter";
6201
5821 } 6202 }
5822 6203
5823 class BlinkSVGAnimationElement { 6204 class BlinkSVGAnimationElement {
5824 static targetElement_Getter(mthis) native "SVGAnimationElement_targetElement_G etter";
5825
5826 static beginElement_Callback(mthis) native "SVGAnimationElement_beginElement_C allback";
5827
5828 static beginElementAt_Callback_1(mthis, offset) native "SVGAnimationElement_be ginElementAt_Callback"; 6205 static beginElementAt_Callback_1(mthis, offset) native "SVGAnimationElement_be ginElementAt_Callback";
5829 6206
5830 static endElement_Callback(mthis) native "SVGAnimationElement_endElement_Callb ack"; 6207 static beginElement_Callback_0(mthis) native "SVGAnimationElement_beginElement _Callback";
5831 6208
5832 static endElementAt_Callback_1(mthis, offset) native "SVGAnimationElement_endE lementAt_Callback"; 6209 static endElementAt_Callback_1(mthis, offset) native "SVGAnimationElement_endE lementAt_Callback";
5833 6210
5834 static getCurrentTime_Callback(mthis) native "SVGAnimationElement_getCurrentTi me_Callback"; 6211 static endElement_Callback_0(mthis) native "SVGAnimationElement_endElement_Cal lback";
5835 6212
5836 static getSimpleDuration_Callback(mthis) native "SVGAnimationElement_getSimple Duration_Callback"; 6213 static getCurrentTime_Callback_0(mthis) native "SVGAnimationElement_getCurrent Time_Callback";
5837 6214
5838 static getStartTime_Callback(mthis) native "SVGAnimationElement_getStartTime_C allback"; 6215 static getSimpleDuration_Callback_0(mthis) native "SVGAnimationElement_getSimp leDuration_Callback";
6216
6217 static getStartTime_Callback_0(mthis) native "SVGAnimationElement_getStartTime _Callback";
6218
6219 static hasExtension_Callback_1(mthis, extension) native "SVGAnimationElement_h asExtension_Callback";
5839 6220
5840 static requiredExtensions_Getter(mthis) native "SVGAnimationElement_requiredEx tensions_Getter"; 6221 static requiredExtensions_Getter(mthis) native "SVGAnimationElement_requiredEx tensions_Getter";
5841 6222
5842 static requiredFeatures_Getter(mthis) native "SVGAnimationElement_requiredFeat ures_Getter"; 6223 static requiredFeatures_Getter(mthis) native "SVGAnimationElement_requiredFeat ures_Getter";
5843 6224
5844 static systemLanguage_Getter(mthis) native "SVGAnimationElement_systemLanguage _Getter"; 6225 static systemLanguage_Getter(mthis) native "SVGAnimationElement_systemLanguage _Getter";
5845 6226
5846 static hasExtension_Callback_1(mthis, extension) native "SVGAnimationElement_h asExtension_Callback"; 6227 static targetElement_Getter(mthis) native "SVGAnimationElement_targetElement_G etter";
6228
5847 } 6229 }
5848 6230
5849 class BlinkSVGAnimateElement {} 6231 class BlinkSVGAnimateElement {
6232 }
5850 6233
5851 class BlinkSVGAnimateMotionElement {} 6234 class BlinkSVGAnimateMotionElement {
6235 }
5852 6236
5853 class BlinkSVGAnimateTransformElement {} 6237 class BlinkSVGAnimateTransformElement {
6238 }
5854 6239
5855 class BlinkSVGAnimatedAngle { 6240 class BlinkSVGAnimatedAngle {
5856 static animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_Getter"; 6241 static animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_Getter";
5857 6242
5858 static baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_Getter"; 6243 static baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_Getter";
6244
5859 } 6245 }
5860 6246
5861 class BlinkSVGAnimatedBoolean { 6247 class BlinkSVGAnimatedBoolean {
5862 static animVal_Getter(mthis) native "SVGAnimatedBoolean_animVal_Getter"; 6248 static animVal_Getter(mthis) native "SVGAnimatedBoolean_animVal_Getter";
5863 6249
5864 static baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseVal_Getter"; 6250 static baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseVal_Getter";
5865 6251
5866 static baseVal_Setter(mthis, value) native "SVGAnimatedBoolean_baseVal_Setter" ; 6252 static baseVal_Setter(mthis, value) native "SVGAnimatedBoolean_baseVal_Setter" ;
6253
5867 } 6254 }
5868 6255
5869 class BlinkSVGAnimatedEnumeration { 6256 class BlinkSVGAnimatedEnumeration {
5870 static animVal_Getter(mthis) native "SVGAnimatedEnumeration_animVal_Getter"; 6257 static animVal_Getter(mthis) native "SVGAnimatedEnumeration_animVal_Getter";
5871 6258
5872 static baseVal_Getter(mthis) native "SVGAnimatedEnumeration_baseVal_Getter"; 6259 static baseVal_Getter(mthis) native "SVGAnimatedEnumeration_baseVal_Getter";
5873 6260
5874 static baseVal_Setter(mthis, value) native "SVGAnimatedEnumeration_baseVal_Set ter"; 6261 static baseVal_Setter(mthis, value) native "SVGAnimatedEnumeration_baseVal_Set ter";
6262
5875 } 6263 }
5876 6264
5877 class BlinkSVGAnimatedInteger { 6265 class BlinkSVGAnimatedInteger {
5878 static animVal_Getter(mthis) native "SVGAnimatedInteger_animVal_Getter"; 6266 static animVal_Getter(mthis) native "SVGAnimatedInteger_animVal_Getter";
5879 6267
5880 static baseVal_Getter(mthis) native "SVGAnimatedInteger_baseVal_Getter"; 6268 static baseVal_Getter(mthis) native "SVGAnimatedInteger_baseVal_Getter";
5881 6269
5882 static baseVal_Setter(mthis, value) native "SVGAnimatedInteger_baseVal_Setter" ; 6270 static baseVal_Setter(mthis, value) native "SVGAnimatedInteger_baseVal_Setter" ;
6271
5883 } 6272 }
5884 6273
5885 class BlinkSVGAnimatedLength { 6274 class BlinkSVGAnimatedLength {
5886 static animVal_Getter(mthis) native "SVGAnimatedLength_animVal_Getter"; 6275 static animVal_Getter(mthis) native "SVGAnimatedLength_animVal_Getter";
5887 6276
5888 static baseVal_Getter(mthis) native "SVGAnimatedLength_baseVal_Getter"; 6277 static baseVal_Getter(mthis) native "SVGAnimatedLength_baseVal_Getter";
6278
5889 } 6279 }
5890 6280
5891 class BlinkSVGAnimatedLengthList { 6281 class BlinkSVGAnimatedLengthList {
5892 static animVal_Getter(mthis) native "SVGAnimatedLengthList_animVal_Getter"; 6282 static animVal_Getter(mthis) native "SVGAnimatedLengthList_animVal_Getter";
5893 6283
5894 static baseVal_Getter(mthis) native "SVGAnimatedLengthList_baseVal_Getter"; 6284 static baseVal_Getter(mthis) native "SVGAnimatedLengthList_baseVal_Getter";
6285
5895 } 6286 }
5896 6287
5897 class BlinkSVGAnimatedNumber { 6288 class BlinkSVGAnimatedNumber {
5898 static animVal_Getter(mthis) native "SVGAnimatedNumber_animVal_Getter"; 6289 static animVal_Getter(mthis) native "SVGAnimatedNumber_animVal_Getter";
5899 6290
5900 static baseVal_Getter(mthis) native "SVGAnimatedNumber_baseVal_Getter"; 6291 static baseVal_Getter(mthis) native "SVGAnimatedNumber_baseVal_Getter";
5901 6292
5902 static baseVal_Setter(mthis, value) native "SVGAnimatedNumber_baseVal_Setter"; 6293 static baseVal_Setter(mthis, value) native "SVGAnimatedNumber_baseVal_Setter";
6294
5903 } 6295 }
5904 6296
5905 class BlinkSVGAnimatedNumberList { 6297 class BlinkSVGAnimatedNumberList {
5906 static animVal_Getter(mthis) native "SVGAnimatedNumberList_animVal_Getter"; 6298 static animVal_Getter(mthis) native "SVGAnimatedNumberList_animVal_Getter";
5907 6299
5908 static baseVal_Getter(mthis) native "SVGAnimatedNumberList_baseVal_Getter"; 6300 static baseVal_Getter(mthis) native "SVGAnimatedNumberList_baseVal_Getter";
6301
5909 } 6302 }
5910 6303
5911 class BlinkSVGAnimatedPreserveAspectRatio { 6304 class BlinkSVGAnimatedPreserveAspectRatio {
5912 static animVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_animVal_Ge tter"; 6305 static animVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_animVal_Ge tter";
5913 6306
5914 static baseVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_baseVal_Ge tter"; 6307 static baseVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_baseVal_Ge tter";
6308
5915 } 6309 }
5916 6310
5917 class BlinkSVGAnimatedRect { 6311 class BlinkSVGAnimatedRect {
5918 static animVal_Getter(mthis) native "SVGAnimatedRect_animVal_Getter"; 6312 static animVal_Getter(mthis) native "SVGAnimatedRect_animVal_Getter";
5919 6313
5920 static baseVal_Getter(mthis) native "SVGAnimatedRect_baseVal_Getter"; 6314 static baseVal_Getter(mthis) native "SVGAnimatedRect_baseVal_Getter";
6315
5921 } 6316 }
5922 6317
5923 class BlinkSVGAnimatedString { 6318 class BlinkSVGAnimatedString {
5924 static animVal_Getter(mthis) native "SVGAnimatedString_animVal_Getter"; 6319 static animVal_Getter(mthis) native "SVGAnimatedString_animVal_Getter";
5925 6320
5926 static baseVal_Getter(mthis) native "SVGAnimatedString_baseVal_Getter"; 6321 static baseVal_Getter(mthis) native "SVGAnimatedString_baseVal_Getter";
5927 6322
5928 static baseVal_Setter(mthis, value) native "SVGAnimatedString_baseVal_Setter"; 6323 static baseVal_Setter(mthis, value) native "SVGAnimatedString_baseVal_Setter";
6324
5929 } 6325 }
5930 6326
5931 class BlinkSVGAnimatedTransformList { 6327 class BlinkSVGAnimatedTransformList {
5932 static animVal_Getter(mthis) native "SVGAnimatedTransformList_animVal_Getter"; 6328 static animVal_Getter(mthis) native "SVGAnimatedTransformList_animVal_Getter";
5933 6329
5934 static baseVal_Getter(mthis) native "SVGAnimatedTransformList_baseVal_Getter"; 6330 static baseVal_Getter(mthis) native "SVGAnimatedTransformList_baseVal_Getter";
6331
5935 } 6332 }
5936 6333
5937 class BlinkSVGGeometryElement { 6334 class BlinkSVGGeometryElement {
5938 static isPointInFill_Callback_1(mthis, point) native "SVGGeometryElement_isPoi ntInFill_Callback"; 6335 static isPointInFill_Callback_1(mthis, point) native "SVGGeometryElement_isPoi ntInFill_Callback";
5939 6336
5940 static isPointInStroke_Callback_1(mthis, point) native "SVGGeometryElement_isP ointInStroke_Callback"; 6337 static isPointInStroke_Callback_1(mthis, point) native "SVGGeometryElement_isP ointInStroke_Callback";
6338
5941 } 6339 }
5942 6340
5943 class BlinkSVGCircleElement { 6341 class BlinkSVGCircleElement {
5944 static cx_Getter(mthis) native "SVGCircleElement_cx_Getter"; 6342 static cx_Getter(mthis) native "SVGCircleElement_cx_Getter";
5945 6343
5946 static cy_Getter(mthis) native "SVGCircleElement_cy_Getter"; 6344 static cy_Getter(mthis) native "SVGCircleElement_cy_Getter";
5947 6345
5948 static r_Getter(mthis) native "SVGCircleElement_r_Getter"; 6346 static r_Getter(mthis) native "SVGCircleElement_r_Getter";
6347
5949 } 6348 }
5950 6349
5951 class BlinkSVGClipPathElement { 6350 class BlinkSVGClipPathElement {
5952 static clipPathUnits_Getter(mthis) native "SVGClipPathElement_clipPathUnits_Ge tter"; 6351 static clipPathUnits_Getter(mthis) native "SVGClipPathElement_clipPathUnits_Ge tter";
6352
5953 } 6353 }
5954 6354
5955 class BlinkSVGComponentTransferFunctionElement {} 6355 class BlinkSVGComponentTransferFunctionElement {
6356 }
5956 6357
5957 class BlinkSVGCursorElement {} 6358 class BlinkSVGCursorElement {
6359 }
5958 6360
5959 class BlinkSVGDefsElement {} 6361 class BlinkSVGDefsElement {
6362 }
5960 6363
5961 class BlinkSVGDescElement {} 6364 class BlinkSVGDescElement {
6365 }
5962 6366
5963 class BlinkSVGDiscardElement {} 6367 class BlinkSVGDiscardElement {
6368 }
5964 6369
5965 class BlinkSVGEllipseElement { 6370 class BlinkSVGEllipseElement {
5966 static cx_Getter(mthis) native "SVGEllipseElement_cx_Getter"; 6371 static cx_Getter(mthis) native "SVGEllipseElement_cx_Getter";
5967 6372
5968 static cy_Getter(mthis) native "SVGEllipseElement_cy_Getter"; 6373 static cy_Getter(mthis) native "SVGEllipseElement_cy_Getter";
5969 6374
5970 static rx_Getter(mthis) native "SVGEllipseElement_rx_Getter"; 6375 static rx_Getter(mthis) native "SVGEllipseElement_rx_Getter";
5971 6376
5972 static ry_Getter(mthis) native "SVGEllipseElement_ry_Getter"; 6377 static ry_Getter(mthis) native "SVGEllipseElement_ry_Getter";
6378
5973 } 6379 }
5974 6380
5975 class BlinkSVGFilterPrimitiveStandardAttributes { 6381 class BlinkSVGFilterPrimitiveStandardAttributes {
5976 static height_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_heigh t_Getter"; 6382 static height_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_heigh t_Getter";
5977 6383
5978 static result_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_resul t_Getter"; 6384 static result_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_resul t_Getter";
5979 6385
5980 static width_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_width_ Getter"; 6386 static width_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_width_ Getter";
5981 6387
5982 static x_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_x_Getter"; 6388 static x_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_x_Getter";
5983 6389
5984 static y_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_y_Getter"; 6390 static y_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_y_Getter";
6391
5985 } 6392 }
5986 6393
5987 class BlinkSVGFEBlendElement { 6394 class BlinkSVGFEBlendElement {
6395 static height_Getter(mthis) native "SVGFEBlendElement_height_Getter";
6396
5988 static in1_Getter(mthis) native "SVGFEBlendElement_in1_Getter"; 6397 static in1_Getter(mthis) native "SVGFEBlendElement_in1_Getter";
5989 6398
5990 static in2_Getter(mthis) native "SVGFEBlendElement_in2_Getter"; 6399 static in2_Getter(mthis) native "SVGFEBlendElement_in2_Getter";
5991 6400
5992 static mode_Getter(mthis) native "SVGFEBlendElement_mode_Getter"; 6401 static mode_Getter(mthis) native "SVGFEBlendElement_mode_Getter";
5993 6402
5994 static height_Getter(mthis) native "SVGFEBlendElement_height_Getter";
5995
5996 static result_Getter(mthis) native "SVGFEBlendElement_result_Getter"; 6403 static result_Getter(mthis) native "SVGFEBlendElement_result_Getter";
5997 6404
5998 static width_Getter(mthis) native "SVGFEBlendElement_width_Getter"; 6405 static width_Getter(mthis) native "SVGFEBlendElement_width_Getter";
5999 6406
6000 static x_Getter(mthis) native "SVGFEBlendElement_x_Getter"; 6407 static x_Getter(mthis) native "SVGFEBlendElement_x_Getter";
6001 6408
6002 static y_Getter(mthis) native "SVGFEBlendElement_y_Getter"; 6409 static y_Getter(mthis) native "SVGFEBlendElement_y_Getter";
6410
6003 } 6411 }
6004 6412
6005 class BlinkSVGFEColorMatrixElement { 6413 class BlinkSVGFEColorMatrixElement {
6414 static height_Getter(mthis) native "SVGFEColorMatrixElement_height_Getter";
6415
6006 static in1_Getter(mthis) native "SVGFEColorMatrixElement_in1_Getter"; 6416 static in1_Getter(mthis) native "SVGFEColorMatrixElement_in1_Getter";
6007 6417
6418 static result_Getter(mthis) native "SVGFEColorMatrixElement_result_Getter";
6419
6008 static type_Getter(mthis) native "SVGFEColorMatrixElement_type_Getter"; 6420 static type_Getter(mthis) native "SVGFEColorMatrixElement_type_Getter";
6009 6421
6010 static values_Getter(mthis) native "SVGFEColorMatrixElement_values_Getter"; 6422 static values_Getter(mthis) native "SVGFEColorMatrixElement_values_Getter";
6011 6423
6012 static height_Getter(mthis) native "SVGFEColorMatrixElement_height_Getter";
6013
6014 static result_Getter(mthis) native "SVGFEColorMatrixElement_result_Getter";
6015
6016 static width_Getter(mthis) native "SVGFEColorMatrixElement_width_Getter"; 6424 static width_Getter(mthis) native "SVGFEColorMatrixElement_width_Getter";
6017 6425
6018 static x_Getter(mthis) native "SVGFEColorMatrixElement_x_Getter"; 6426 static x_Getter(mthis) native "SVGFEColorMatrixElement_x_Getter";
6019 6427
6020 static y_Getter(mthis) native "SVGFEColorMatrixElement_y_Getter"; 6428 static y_Getter(mthis) native "SVGFEColorMatrixElement_y_Getter";
6429
6021 } 6430 }
6022 6431
6023 class BlinkSVGFEComponentTransferElement { 6432 class BlinkSVGFEComponentTransferElement {
6433 static height_Getter(mthis) native "SVGFEComponentTransferElement_height_Gette r";
6434
6024 static in1_Getter(mthis) native "SVGFEComponentTransferElement_in1_Getter"; 6435 static in1_Getter(mthis) native "SVGFEComponentTransferElement_in1_Getter";
6025 6436
6026 static height_Getter(mthis) native "SVGFEComponentTransferElement_height_Gette r";
6027
6028 static result_Getter(mthis) native "SVGFEComponentTransferElement_result_Gette r"; 6437 static result_Getter(mthis) native "SVGFEComponentTransferElement_result_Gette r";
6029 6438
6030 static width_Getter(mthis) native "SVGFEComponentTransferElement_width_Getter" ; 6439 static width_Getter(mthis) native "SVGFEComponentTransferElement_width_Getter" ;
6031 6440
6032 static x_Getter(mthis) native "SVGFEComponentTransferElement_x_Getter"; 6441 static x_Getter(mthis) native "SVGFEComponentTransferElement_x_Getter";
6033 6442
6034 static y_Getter(mthis) native "SVGFEComponentTransferElement_y_Getter"; 6443 static y_Getter(mthis) native "SVGFEComponentTransferElement_y_Getter";
6444
6035 } 6445 }
6036 6446
6037 class BlinkSVGFECompositeElement { 6447 class BlinkSVGFECompositeElement {
6448 static height_Getter(mthis) native "SVGFECompositeElement_height_Getter";
6449
6038 static in1_Getter(mthis) native "SVGFECompositeElement_in1_Getter"; 6450 static in1_Getter(mthis) native "SVGFECompositeElement_in1_Getter";
6039 6451
6040 static in2_Getter(mthis) native "SVGFECompositeElement_in2_Getter"; 6452 static in2_Getter(mthis) native "SVGFECompositeElement_in2_Getter";
6041 6453
6042 static k1_Getter(mthis) native "SVGFECompositeElement_k1_Getter"; 6454 static k1_Getter(mthis) native "SVGFECompositeElement_k1_Getter";
6043 6455
6044 static k2_Getter(mthis) native "SVGFECompositeElement_k2_Getter"; 6456 static k2_Getter(mthis) native "SVGFECompositeElement_k2_Getter";
6045 6457
6046 static k3_Getter(mthis) native "SVGFECompositeElement_k3_Getter"; 6458 static k3_Getter(mthis) native "SVGFECompositeElement_k3_Getter";
6047 6459
6048 static k4_Getter(mthis) native "SVGFECompositeElement_k4_Getter"; 6460 static k4_Getter(mthis) native "SVGFECompositeElement_k4_Getter";
6049 6461
6050 static operator_Getter(mthis) native "SVGFECompositeElement_operator_Getter"; 6462 static operator_Getter(mthis) native "SVGFECompositeElement_operator_Getter";
6051 6463
6052 static height_Getter(mthis) native "SVGFECompositeElement_height_Getter";
6053
6054 static result_Getter(mthis) native "SVGFECompositeElement_result_Getter"; 6464 static result_Getter(mthis) native "SVGFECompositeElement_result_Getter";
6055 6465
6056 static width_Getter(mthis) native "SVGFECompositeElement_width_Getter"; 6466 static width_Getter(mthis) native "SVGFECompositeElement_width_Getter";
6057 6467
6058 static x_Getter(mthis) native "SVGFECompositeElement_x_Getter"; 6468 static x_Getter(mthis) native "SVGFECompositeElement_x_Getter";
6059 6469
6060 static y_Getter(mthis) native "SVGFECompositeElement_y_Getter"; 6470 static y_Getter(mthis) native "SVGFECompositeElement_y_Getter";
6471
6061 } 6472 }
6062 6473
6063 class BlinkSVGFEConvolveMatrixElement { 6474 class BlinkSVGFEConvolveMatrixElement {
6064 static bias_Getter(mthis) native "SVGFEConvolveMatrixElement_bias_Getter"; 6475 static bias_Getter(mthis) native "SVGFEConvolveMatrixElement_bias_Getter";
6065 6476
6066 static divisor_Getter(mthis) native "SVGFEConvolveMatrixElement_divisor_Getter "; 6477 static divisor_Getter(mthis) native "SVGFEConvolveMatrixElement_divisor_Getter ";
6067 6478
6068 static edgeMode_Getter(mthis) native "SVGFEConvolveMatrixElement_edgeMode_Gett er"; 6479 static edgeMode_Getter(mthis) native "SVGFEConvolveMatrixElement_edgeMode_Gett er";
6069 6480
6481 static height_Getter(mthis) native "SVGFEConvolveMatrixElement_height_Getter";
6482
6070 static in1_Getter(mthis) native "SVGFEConvolveMatrixElement_in1_Getter"; 6483 static in1_Getter(mthis) native "SVGFEConvolveMatrixElement_in1_Getter";
6071 6484
6072 static kernelMatrix_Getter(mthis) native "SVGFEConvolveMatrixElement_kernelMat rix_Getter"; 6485 static kernelMatrix_Getter(mthis) native "SVGFEConvolveMatrixElement_kernelMat rix_Getter";
6073 6486
6074 static kernelUnitLengthX_Getter(mthis) native "SVGFEConvolveMatrixElement_kern elUnitLengthX_Getter"; 6487 static kernelUnitLengthX_Getter(mthis) native "SVGFEConvolveMatrixElement_kern elUnitLengthX_Getter";
6075 6488
6076 static kernelUnitLengthY_Getter(mthis) native "SVGFEConvolveMatrixElement_kern elUnitLengthY_Getter"; 6489 static kernelUnitLengthY_Getter(mthis) native "SVGFEConvolveMatrixElement_kern elUnitLengthY_Getter";
6077 6490
6078 static orderX_Getter(mthis) native "SVGFEConvolveMatrixElement_orderX_Getter"; 6491 static orderX_Getter(mthis) native "SVGFEConvolveMatrixElement_orderX_Getter";
6079 6492
6080 static orderY_Getter(mthis) native "SVGFEConvolveMatrixElement_orderY_Getter"; 6493 static orderY_Getter(mthis) native "SVGFEConvolveMatrixElement_orderY_Getter";
6081 6494
6082 static preserveAlpha_Getter(mthis) native "SVGFEConvolveMatrixElement_preserve Alpha_Getter"; 6495 static preserveAlpha_Getter(mthis) native "SVGFEConvolveMatrixElement_preserve Alpha_Getter";
6083 6496
6497 static result_Getter(mthis) native "SVGFEConvolveMatrixElement_result_Getter";
6498
6084 static targetX_Getter(mthis) native "SVGFEConvolveMatrixElement_targetX_Getter "; 6499 static targetX_Getter(mthis) native "SVGFEConvolveMatrixElement_targetX_Getter ";
6085 6500
6086 static targetY_Getter(mthis) native "SVGFEConvolveMatrixElement_targetY_Getter "; 6501 static targetY_Getter(mthis) native "SVGFEConvolveMatrixElement_targetY_Getter ";
6087 6502
6088 static height_Getter(mthis) native "SVGFEConvolveMatrixElement_height_Getter";
6089
6090 static result_Getter(mthis) native "SVGFEConvolveMatrixElement_result_Getter";
6091
6092 static width_Getter(mthis) native "SVGFEConvolveMatrixElement_width_Getter"; 6503 static width_Getter(mthis) native "SVGFEConvolveMatrixElement_width_Getter";
6093 6504
6094 static x_Getter(mthis) native "SVGFEConvolveMatrixElement_x_Getter"; 6505 static x_Getter(mthis) native "SVGFEConvolveMatrixElement_x_Getter";
6095 6506
6096 static y_Getter(mthis) native "SVGFEConvolveMatrixElement_y_Getter"; 6507 static y_Getter(mthis) native "SVGFEConvolveMatrixElement_y_Getter";
6508
6097 } 6509 }
6098 6510
6099 class BlinkSVGFEDiffuseLightingElement { 6511 class BlinkSVGFEDiffuseLightingElement {
6100 static diffuseConstant_Getter(mthis) native "SVGFEDiffuseLightingElement_diffu seConstant_Getter"; 6512 static diffuseConstant_Getter(mthis) native "SVGFEDiffuseLightingElement_diffu seConstant_Getter";
6101 6513
6514 static height_Getter(mthis) native "SVGFEDiffuseLightingElement_height_Getter" ;
6515
6102 static in1_Getter(mthis) native "SVGFEDiffuseLightingElement_in1_Getter"; 6516 static in1_Getter(mthis) native "SVGFEDiffuseLightingElement_in1_Getter";
6103 6517
6104 static kernelUnitLengthX_Getter(mthis) native "SVGFEDiffuseLightingElement_ker nelUnitLengthX_Getter"; 6518 static kernelUnitLengthX_Getter(mthis) native "SVGFEDiffuseLightingElement_ker nelUnitLengthX_Getter";
6105 6519
6106 static kernelUnitLengthY_Getter(mthis) native "SVGFEDiffuseLightingElement_ker nelUnitLengthY_Getter"; 6520 static kernelUnitLengthY_Getter(mthis) native "SVGFEDiffuseLightingElement_ker nelUnitLengthY_Getter";
6107 6521
6522 static result_Getter(mthis) native "SVGFEDiffuseLightingElement_result_Getter" ;
6523
6108 static surfaceScale_Getter(mthis) native "SVGFEDiffuseLightingElement_surfaceS cale_Getter"; 6524 static surfaceScale_Getter(mthis) native "SVGFEDiffuseLightingElement_surfaceS cale_Getter";
6109 6525
6110 static height_Getter(mthis) native "SVGFEDiffuseLightingElement_height_Getter" ;
6111
6112 static result_Getter(mthis) native "SVGFEDiffuseLightingElement_result_Getter" ;
6113
6114 static width_Getter(mthis) native "SVGFEDiffuseLightingElement_width_Getter"; 6526 static width_Getter(mthis) native "SVGFEDiffuseLightingElement_width_Getter";
6115 6527
6116 static x_Getter(mthis) native "SVGFEDiffuseLightingElement_x_Getter"; 6528 static x_Getter(mthis) native "SVGFEDiffuseLightingElement_x_Getter";
6117 6529
6118 static y_Getter(mthis) native "SVGFEDiffuseLightingElement_y_Getter"; 6530 static y_Getter(mthis) native "SVGFEDiffuseLightingElement_y_Getter";
6531
6119 } 6532 }
6120 6533
6121 class BlinkSVGFEDisplacementMapElement { 6534 class BlinkSVGFEDisplacementMapElement {
6535 static height_Getter(mthis) native "SVGFEDisplacementMapElement_height_Getter" ;
6536
6122 static in1_Getter(mthis) native "SVGFEDisplacementMapElement_in1_Getter"; 6537 static in1_Getter(mthis) native "SVGFEDisplacementMapElement_in1_Getter";
6123 6538
6124 static in2_Getter(mthis) native "SVGFEDisplacementMapElement_in2_Getter"; 6539 static in2_Getter(mthis) native "SVGFEDisplacementMapElement_in2_Getter";
6125 6540
6541 static result_Getter(mthis) native "SVGFEDisplacementMapElement_result_Getter" ;
6542
6126 static scale_Getter(mthis) native "SVGFEDisplacementMapElement_scale_Getter"; 6543 static scale_Getter(mthis) native "SVGFEDisplacementMapElement_scale_Getter";
6127 6544
6545 static width_Getter(mthis) native "SVGFEDisplacementMapElement_width_Getter";
6546
6128 static xChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_xCha nnelSelector_Getter"; 6547 static xChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_xCha nnelSelector_Getter";
6129 6548
6549 static x_Getter(mthis) native "SVGFEDisplacementMapElement_x_Getter";
6550
6130 static yChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_yCha nnelSelector_Getter"; 6551 static yChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_yCha nnelSelector_Getter";
6131 6552
6132 static height_Getter(mthis) native "SVGFEDisplacementMapElement_height_Getter" ; 6553 static y_Getter(mthis) native "SVGFEDisplacementMapElement_y_Getter";
6133 6554
6134 static result_Getter(mthis) native "SVGFEDisplacementMapElement_result_Getter" ;
6135
6136 static width_Getter(mthis) native "SVGFEDisplacementMapElement_width_Getter";
6137
6138 static x_Getter(mthis) native "SVGFEDisplacementMapElement_x_Getter";
6139
6140 static y_Getter(mthis) native "SVGFEDisplacementMapElement_y_Getter";
6141 } 6555 }
6142 6556
6143 class BlinkSVGFEDistantLightElement { 6557 class BlinkSVGFEDistantLightElement {
6144 static azimuth_Getter(mthis) native "SVGFEDistantLightElement_azimuth_Getter"; 6558 static azimuth_Getter(mthis) native "SVGFEDistantLightElement_azimuth_Getter";
6145 6559
6146 static elevation_Getter(mthis) native "SVGFEDistantLightElement_elevation_Gett er"; 6560 static elevation_Getter(mthis) native "SVGFEDistantLightElement_elevation_Gett er";
6561
6147 } 6562 }
6148 6563
6149 class BlinkSVGFEDropShadowElement {} 6564 class BlinkSVGFEDropShadowElement {
6565 }
6150 6566
6151 class BlinkSVGFEFloodElement { 6567 class BlinkSVGFEFloodElement {
6152 static height_Getter(mthis) native "SVGFEFloodElement_height_Getter"; 6568 static height_Getter(mthis) native "SVGFEFloodElement_height_Getter";
6153 6569
6154 static result_Getter(mthis) native "SVGFEFloodElement_result_Getter"; 6570 static result_Getter(mthis) native "SVGFEFloodElement_result_Getter";
6155 6571
6156 static width_Getter(mthis) native "SVGFEFloodElement_width_Getter"; 6572 static width_Getter(mthis) native "SVGFEFloodElement_width_Getter";
6157 6573
6158 static x_Getter(mthis) native "SVGFEFloodElement_x_Getter"; 6574 static x_Getter(mthis) native "SVGFEFloodElement_x_Getter";
6159 6575
6160 static y_Getter(mthis) native "SVGFEFloodElement_y_Getter"; 6576 static y_Getter(mthis) native "SVGFEFloodElement_y_Getter";
6577
6161 } 6578 }
6162 6579
6163 class BlinkSVGFEFuncAElement {} 6580 class BlinkSVGFEFuncAElement {
6581 }
6164 6582
6165 class BlinkSVGFEFuncBElement {} 6583 class BlinkSVGFEFuncBElement {
6584 }
6166 6585
6167 class BlinkSVGFEFuncGElement {} 6586 class BlinkSVGFEFuncGElement {
6587 }
6168 6588
6169 class BlinkSVGFEFuncRElement {} 6589 class BlinkSVGFEFuncRElement {
6590 }
6170 6591
6171 class BlinkSVGFEGaussianBlurElement { 6592 class BlinkSVGFEGaussianBlurElement {
6593 static height_Getter(mthis) native "SVGFEGaussianBlurElement_height_Getter";
6594
6172 static in1_Getter(mthis) native "SVGFEGaussianBlurElement_in1_Getter"; 6595 static in1_Getter(mthis) native "SVGFEGaussianBlurElement_in1_Getter";
6173 6596
6597 static result_Getter(mthis) native "SVGFEGaussianBlurElement_result_Getter";
6598
6599 static setStdDeviation_Callback_2(mthis, stdDeviationX, stdDeviationY) native "SVGFEGaussianBlurElement_setStdDeviation_Callback";
6600
6174 static stdDeviationX_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviati onX_Getter"; 6601 static stdDeviationX_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviati onX_Getter";
6175 6602
6176 static stdDeviationY_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviati onY_Getter"; 6603 static stdDeviationY_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviati onY_Getter";
6177 6604
6178 static setStdDeviation_Callback_2(mthis, stdDeviationX, stdDeviationY) native "SVGFEGaussianBlurElement_setStdDeviation_Callback";
6179
6180 static height_Getter(mthis) native "SVGFEGaussianBlurElement_height_Getter";
6181
6182 static result_Getter(mthis) native "SVGFEGaussianBlurElement_result_Getter";
6183
6184 static width_Getter(mthis) native "SVGFEGaussianBlurElement_width_Getter"; 6605 static width_Getter(mthis) native "SVGFEGaussianBlurElement_width_Getter";
6185 6606
6186 static x_Getter(mthis) native "SVGFEGaussianBlurElement_x_Getter"; 6607 static x_Getter(mthis) native "SVGFEGaussianBlurElement_x_Getter";
6187 6608
6188 static y_Getter(mthis) native "SVGFEGaussianBlurElement_y_Getter"; 6609 static y_Getter(mthis) native "SVGFEGaussianBlurElement_y_Getter";
6610
6189 } 6611 }
6190 6612
6191 class BlinkSVGFEImageElement { 6613 class BlinkSVGFEImageElement {
6614 static height_Getter(mthis) native "SVGFEImageElement_height_Getter";
6615
6616 static href_Getter(mthis) native "SVGFEImageElement_href_Getter";
6617
6192 static preserveAspectRatio_Getter(mthis) native "SVGFEImageElement_preserveAsp ectRatio_Getter"; 6618 static preserveAspectRatio_Getter(mthis) native "SVGFEImageElement_preserveAsp ectRatio_Getter";
6193 6619
6194 static height_Getter(mthis) native "SVGFEImageElement_height_Getter";
6195
6196 static result_Getter(mthis) native "SVGFEImageElement_result_Getter"; 6620 static result_Getter(mthis) native "SVGFEImageElement_result_Getter";
6197 6621
6198 static width_Getter(mthis) native "SVGFEImageElement_width_Getter"; 6622 static width_Getter(mthis) native "SVGFEImageElement_width_Getter";
6199 6623
6200 static x_Getter(mthis) native "SVGFEImageElement_x_Getter"; 6624 static x_Getter(mthis) native "SVGFEImageElement_x_Getter";
6201 6625
6202 static y_Getter(mthis) native "SVGFEImageElement_y_Getter"; 6626 static y_Getter(mthis) native "SVGFEImageElement_y_Getter";
6203 6627
6204 static href_Getter(mthis) native "SVGFEImageElement_href_Getter";
6205 } 6628 }
6206 6629
6207 class BlinkSVGFEMergeElement { 6630 class BlinkSVGFEMergeElement {
6208 static height_Getter(mthis) native "SVGFEMergeElement_height_Getter"; 6631 static height_Getter(mthis) native "SVGFEMergeElement_height_Getter";
6209 6632
6210 static result_Getter(mthis) native "SVGFEMergeElement_result_Getter"; 6633 static result_Getter(mthis) native "SVGFEMergeElement_result_Getter";
6211 6634
6212 static width_Getter(mthis) native "SVGFEMergeElement_width_Getter"; 6635 static width_Getter(mthis) native "SVGFEMergeElement_width_Getter";
6213 6636
6214 static x_Getter(mthis) native "SVGFEMergeElement_x_Getter"; 6637 static x_Getter(mthis) native "SVGFEMergeElement_x_Getter";
6215 6638
6216 static y_Getter(mthis) native "SVGFEMergeElement_y_Getter"; 6639 static y_Getter(mthis) native "SVGFEMergeElement_y_Getter";
6640
6217 } 6641 }
6218 6642
6219 class BlinkSVGFEMergeNodeElement { 6643 class BlinkSVGFEMergeNodeElement {
6220 static in1_Getter(mthis) native "SVGFEMergeNodeElement_in1_Getter"; 6644 static in1_Getter(mthis) native "SVGFEMergeNodeElement_in1_Getter";
6645
6221 } 6646 }
6222 6647
6223 class BlinkSVGFEMorphologyElement { 6648 class BlinkSVGFEMorphologyElement {
6649 static height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter";
6650
6224 static in1_Getter(mthis) native "SVGFEMorphologyElement_in1_Getter"; 6651 static in1_Getter(mthis) native "SVGFEMorphologyElement_in1_Getter";
6225 6652
6226 static operator_Getter(mthis) native "SVGFEMorphologyElement_operator_Getter"; 6653 static operator_Getter(mthis) native "SVGFEMorphologyElement_operator_Getter";
6227 6654
6228 static radiusX_Getter(mthis) native "SVGFEMorphologyElement_radiusX_Getter"; 6655 static radiusX_Getter(mthis) native "SVGFEMorphologyElement_radiusX_Getter";
6229 6656
6230 static radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter"; 6657 static radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter";
6231 6658
6232 static height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter";
6233
6234 static result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter"; 6659 static result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter";
6235 6660
6236 static width_Getter(mthis) native "SVGFEMorphologyElement_width_Getter"; 6661 static width_Getter(mthis) native "SVGFEMorphologyElement_width_Getter";
6237 6662
6238 static x_Getter(mthis) native "SVGFEMorphologyElement_x_Getter"; 6663 static x_Getter(mthis) native "SVGFEMorphologyElement_x_Getter";
6239 6664
6240 static y_Getter(mthis) native "SVGFEMorphologyElement_y_Getter"; 6665 static y_Getter(mthis) native "SVGFEMorphologyElement_y_Getter";
6666
6241 } 6667 }
6242 6668
6243 class BlinkSVGFEOffsetElement { 6669 class BlinkSVGFEOffsetElement {
6244 static dx_Getter(mthis) native "SVGFEOffsetElement_dx_Getter"; 6670 static dx_Getter(mthis) native "SVGFEOffsetElement_dx_Getter";
6245 6671
6246 static dy_Getter(mthis) native "SVGFEOffsetElement_dy_Getter"; 6672 static dy_Getter(mthis) native "SVGFEOffsetElement_dy_Getter";
6247 6673
6674 static height_Getter(mthis) native "SVGFEOffsetElement_height_Getter";
6675
6248 static in1_Getter(mthis) native "SVGFEOffsetElement_in1_Getter"; 6676 static in1_Getter(mthis) native "SVGFEOffsetElement_in1_Getter";
6249 6677
6250 static height_Getter(mthis) native "SVGFEOffsetElement_height_Getter";
6251
6252 static result_Getter(mthis) native "SVGFEOffsetElement_result_Getter"; 6678 static result_Getter(mthis) native "SVGFEOffsetElement_result_Getter";
6253 6679
6254 static width_Getter(mthis) native "SVGFEOffsetElement_width_Getter"; 6680 static width_Getter(mthis) native "SVGFEOffsetElement_width_Getter";
6255 6681
6256 static x_Getter(mthis) native "SVGFEOffsetElement_x_Getter"; 6682 static x_Getter(mthis) native "SVGFEOffsetElement_x_Getter";
6257 6683
6258 static y_Getter(mthis) native "SVGFEOffsetElement_y_Getter"; 6684 static y_Getter(mthis) native "SVGFEOffsetElement_y_Getter";
6685
6259 } 6686 }
6260 6687
6261 class BlinkSVGFEPointLightElement { 6688 class BlinkSVGFEPointLightElement {
6262 static x_Getter(mthis) native "SVGFEPointLightElement_x_Getter"; 6689 static x_Getter(mthis) native "SVGFEPointLightElement_x_Getter";
6263 6690
6264 static y_Getter(mthis) native "SVGFEPointLightElement_y_Getter"; 6691 static y_Getter(mthis) native "SVGFEPointLightElement_y_Getter";
6265 6692
6266 static z_Getter(mthis) native "SVGFEPointLightElement_z_Getter"; 6693 static z_Getter(mthis) native "SVGFEPointLightElement_z_Getter";
6694
6267 } 6695 }
6268 6696
6269 class BlinkSVGFESpecularLightingElement { 6697 class BlinkSVGFESpecularLightingElement {
6698 static height_Getter(mthis) native "SVGFESpecularLightingElement_height_Getter ";
6699
6270 static in1_Getter(mthis) native "SVGFESpecularLightingElement_in1_Getter"; 6700 static in1_Getter(mthis) native "SVGFESpecularLightingElement_in1_Getter";
6271 6701
6702 static result_Getter(mthis) native "SVGFESpecularLightingElement_result_Getter ";
6703
6272 static specularConstant_Getter(mthis) native "SVGFESpecularLightingElement_spe cularConstant_Getter"; 6704 static specularConstant_Getter(mthis) native "SVGFESpecularLightingElement_spe cularConstant_Getter";
6273 6705
6274 static specularExponent_Getter(mthis) native "SVGFESpecularLightingElement_spe cularExponent_Getter"; 6706 static specularExponent_Getter(mthis) native "SVGFESpecularLightingElement_spe cularExponent_Getter";
6275 6707
6276 static surfaceScale_Getter(mthis) native "SVGFESpecularLightingElement_surface Scale_Getter"; 6708 static surfaceScale_Getter(mthis) native "SVGFESpecularLightingElement_surface Scale_Getter";
6277 6709
6278 static height_Getter(mthis) native "SVGFESpecularLightingElement_height_Getter ";
6279
6280 static result_Getter(mthis) native "SVGFESpecularLightingElement_result_Getter ";
6281
6282 static width_Getter(mthis) native "SVGFESpecularLightingElement_width_Getter"; 6710 static width_Getter(mthis) native "SVGFESpecularLightingElement_width_Getter";
6283 6711
6284 static x_Getter(mthis) native "SVGFESpecularLightingElement_x_Getter"; 6712 static x_Getter(mthis) native "SVGFESpecularLightingElement_x_Getter";
6285 6713
6286 static y_Getter(mthis) native "SVGFESpecularLightingElement_y_Getter"; 6714 static y_Getter(mthis) native "SVGFESpecularLightingElement_y_Getter";
6715
6287 } 6716 }
6288 6717
6289 class BlinkSVGFESpotLightElement { 6718 class BlinkSVGFESpotLightElement {
6290 static limitingConeAngle_Getter(mthis) native "SVGFESpotLightElement_limitingC oneAngle_Getter"; 6719 static limitingConeAngle_Getter(mthis) native "SVGFESpotLightElement_limitingC oneAngle_Getter";
6291 6720
6292 static pointsAtX_Getter(mthis) native "SVGFESpotLightElement_pointsAtX_Getter" ; 6721 static pointsAtX_Getter(mthis) native "SVGFESpotLightElement_pointsAtX_Getter" ;
6293 6722
6294 static pointsAtY_Getter(mthis) native "SVGFESpotLightElement_pointsAtY_Getter" ; 6723 static pointsAtY_Getter(mthis) native "SVGFESpotLightElement_pointsAtY_Getter" ;
6295 6724
6296 static pointsAtZ_Getter(mthis) native "SVGFESpotLightElement_pointsAtZ_Getter" ; 6725 static pointsAtZ_Getter(mthis) native "SVGFESpotLightElement_pointsAtZ_Getter" ;
6297 6726
6298 static specularExponent_Getter(mthis) native "SVGFESpotLightElement_specularEx ponent_Getter"; 6727 static specularExponent_Getter(mthis) native "SVGFESpotLightElement_specularEx ponent_Getter";
6299 6728
6300 static x_Getter(mthis) native "SVGFESpotLightElement_x_Getter"; 6729 static x_Getter(mthis) native "SVGFESpotLightElement_x_Getter";
6301 6730
6302 static y_Getter(mthis) native "SVGFESpotLightElement_y_Getter"; 6731 static y_Getter(mthis) native "SVGFESpotLightElement_y_Getter";
6303 6732
6304 static z_Getter(mthis) native "SVGFESpotLightElement_z_Getter"; 6733 static z_Getter(mthis) native "SVGFESpotLightElement_z_Getter";
6734
6305 } 6735 }
6306 6736
6307 class BlinkSVGFETileElement { 6737 class BlinkSVGFETileElement {
6738 static height_Getter(mthis) native "SVGFETileElement_height_Getter";
6739
6308 static in1_Getter(mthis) native "SVGFETileElement_in1_Getter"; 6740 static in1_Getter(mthis) native "SVGFETileElement_in1_Getter";
6309 6741
6310 static height_Getter(mthis) native "SVGFETileElement_height_Getter";
6311
6312 static result_Getter(mthis) native "SVGFETileElement_result_Getter"; 6742 static result_Getter(mthis) native "SVGFETileElement_result_Getter";
6313 6743
6314 static width_Getter(mthis) native "SVGFETileElement_width_Getter"; 6744 static width_Getter(mthis) native "SVGFETileElement_width_Getter";
6315 6745
6316 static x_Getter(mthis) native "SVGFETileElement_x_Getter"; 6746 static x_Getter(mthis) native "SVGFETileElement_x_Getter";
6317 6747
6318 static y_Getter(mthis) native "SVGFETileElement_y_Getter"; 6748 static y_Getter(mthis) native "SVGFETileElement_y_Getter";
6749
6319 } 6750 }
6320 6751
6321 class BlinkSVGFETurbulenceElement { 6752 class BlinkSVGFETurbulenceElement {
6322 static baseFrequencyX_Getter(mthis) native "SVGFETurbulenceElement_baseFrequen cyX_Getter"; 6753 static baseFrequencyX_Getter(mthis) native "SVGFETurbulenceElement_baseFrequen cyX_Getter";
6323 6754
6324 static baseFrequencyY_Getter(mthis) native "SVGFETurbulenceElement_baseFrequen cyY_Getter"; 6755 static baseFrequencyY_Getter(mthis) native "SVGFETurbulenceElement_baseFrequen cyY_Getter";
6325 6756
6757 static height_Getter(mthis) native "SVGFETurbulenceElement_height_Getter";
6758
6326 static numOctaves_Getter(mthis) native "SVGFETurbulenceElement_numOctaves_Gett er"; 6759 static numOctaves_Getter(mthis) native "SVGFETurbulenceElement_numOctaves_Gett er";
6327 6760
6761 static result_Getter(mthis) native "SVGFETurbulenceElement_result_Getter";
6762
6328 static seed_Getter(mthis) native "SVGFETurbulenceElement_seed_Getter"; 6763 static seed_Getter(mthis) native "SVGFETurbulenceElement_seed_Getter";
6329 6764
6330 static stitchTiles_Getter(mthis) native "SVGFETurbulenceElement_stitchTiles_Ge tter"; 6765 static stitchTiles_Getter(mthis) native "SVGFETurbulenceElement_stitchTiles_Ge tter";
6331 6766
6332 static type_Getter(mthis) native "SVGFETurbulenceElement_type_Getter"; 6767 static type_Getter(mthis) native "SVGFETurbulenceElement_type_Getter";
6333 6768
6334 static height_Getter(mthis) native "SVGFETurbulenceElement_height_Getter";
6335
6336 static result_Getter(mthis) native "SVGFETurbulenceElement_result_Getter";
6337
6338 static width_Getter(mthis) native "SVGFETurbulenceElement_width_Getter"; 6769 static width_Getter(mthis) native "SVGFETurbulenceElement_width_Getter";
6339 6770
6340 static x_Getter(mthis) native "SVGFETurbulenceElement_x_Getter"; 6771 static x_Getter(mthis) native "SVGFETurbulenceElement_x_Getter";
6341 6772
6342 static y_Getter(mthis) native "SVGFETurbulenceElement_y_Getter"; 6773 static y_Getter(mthis) native "SVGFETurbulenceElement_y_Getter";
6774
6343 } 6775 }
6344 6776
6345 class BlinkSVGFilterElement { 6777 class BlinkSVGFilterElement {
6346 static filterResX_Getter(mthis) native "SVGFilterElement_filterResX_Getter"; 6778 static filterResX_Getter(mthis) native "SVGFilterElement_filterResX_Getter";
6347 6779
6348 static filterResY_Getter(mthis) native "SVGFilterElement_filterResY_Getter"; 6780 static filterResY_Getter(mthis) native "SVGFilterElement_filterResY_Getter";
6349 6781
6350 static filterUnits_Getter(mthis) native "SVGFilterElement_filterUnits_Getter"; 6782 static filterUnits_Getter(mthis) native "SVGFilterElement_filterUnits_Getter";
6351 6783
6352 static height_Getter(mthis) native "SVGFilterElement_height_Getter"; 6784 static height_Getter(mthis) native "SVGFilterElement_height_Getter";
6353 6785
6786 static href_Getter(mthis) native "SVGFilterElement_href_Getter";
6787
6354 static primitiveUnits_Getter(mthis) native "SVGFilterElement_primitiveUnits_Ge tter"; 6788 static primitiveUnits_Getter(mthis) native "SVGFilterElement_primitiveUnits_Ge tter";
6355 6789
6790 static setFilterRes_Callback_2(mthis, filterResX, filterResY) native "SVGFilte rElement_setFilterRes_Callback";
6791
6356 static width_Getter(mthis) native "SVGFilterElement_width_Getter"; 6792 static width_Getter(mthis) native "SVGFilterElement_width_Getter";
6357 6793
6358 static x_Getter(mthis) native "SVGFilterElement_x_Getter"; 6794 static x_Getter(mthis) native "SVGFilterElement_x_Getter";
6359 6795
6360 static y_Getter(mthis) native "SVGFilterElement_y_Getter"; 6796 static y_Getter(mthis) native "SVGFilterElement_y_Getter";
6361 6797
6362 static setFilterRes_Callback_2(mthis, filterResX, filterResY) native "SVGFilte rElement_setFilterRes_Callback";
6363
6364 static href_Getter(mthis) native "SVGFilterElement_href_Getter";
6365 } 6798 }
6366 6799
6367 class BlinkSVGFitToViewBox { 6800 class BlinkSVGFitToViewBox {
6368 static preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox_preserveAspec tRatio_Getter"; 6801 static preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox_preserveAspec tRatio_Getter";
6369 6802
6370 static viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Getter"; 6803 static viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Getter";
6804
6371 } 6805 }
6372 6806
6373 class BlinkSVGFontElement {} 6807 class BlinkSVGFontElement {
6808 }
6374 6809
6375 class BlinkSVGFontFaceElement {} 6810 class BlinkSVGFontFaceElement {
6811 }
6376 6812
6377 class BlinkSVGFontFaceFormatElement {} 6813 class BlinkSVGFontFaceFormatElement {
6814 }
6378 6815
6379 class BlinkSVGFontFaceNameElement {} 6816 class BlinkSVGFontFaceNameElement {
6817 }
6380 6818
6381 class BlinkSVGFontFaceSrcElement {} 6819 class BlinkSVGFontFaceSrcElement {
6820 }
6382 6821
6383 class BlinkSVGFontFaceUriElement {} 6822 class BlinkSVGFontFaceUriElement {
6823 }
6384 6824
6385 class BlinkSVGForeignObjectElement { 6825 class BlinkSVGForeignObjectElement {
6386 static height_Getter(mthis) native "SVGForeignObjectElement_height_Getter"; 6826 static height_Getter(mthis) native "SVGForeignObjectElement_height_Getter";
6387 6827
6388 static width_Getter(mthis) native "SVGForeignObjectElement_width_Getter"; 6828 static width_Getter(mthis) native "SVGForeignObjectElement_width_Getter";
6389 6829
6390 static x_Getter(mthis) native "SVGForeignObjectElement_x_Getter"; 6830 static x_Getter(mthis) native "SVGForeignObjectElement_x_Getter";
6391 6831
6392 static y_Getter(mthis) native "SVGForeignObjectElement_y_Getter"; 6832 static y_Getter(mthis) native "SVGForeignObjectElement_y_Getter";
6833
6393 } 6834 }
6394 6835
6395 class BlinkSVGGElement {} 6836 class BlinkSVGGElement {
6837 }
6396 6838
6397 class BlinkSVGGlyphElement {} 6839 class BlinkSVGGlyphElement {
6840 }
6398 6841
6399 class BlinkSVGGlyphRefElement {} 6842 class BlinkSVGGlyphRefElement {
6843 }
6400 6844
6401 class BlinkSVGGradientElement { 6845 class BlinkSVGGradientElement {
6402 static gradientTransform_Getter(mthis) native "SVGGradientElement_gradientTran sform_Getter"; 6846 static gradientTransform_Getter(mthis) native "SVGGradientElement_gradientTran sform_Getter";
6403 6847
6404 static gradientUnits_Getter(mthis) native "SVGGradientElement_gradientUnits_Ge tter"; 6848 static gradientUnits_Getter(mthis) native "SVGGradientElement_gradientUnits_Ge tter";
6405 6849
6850 static href_Getter(mthis) native "SVGGradientElement_href_Getter";
6851
6406 static spreadMethod_Getter(mthis) native "SVGGradientElement_spreadMethod_Gett er"; 6852 static spreadMethod_Getter(mthis) native "SVGGradientElement_spreadMethod_Gett er";
6407 6853
6408 static href_Getter(mthis) native "SVGGradientElement_href_Getter";
6409 } 6854 }
6410 6855
6411 class BlinkSVGHKernElement {} 6856 class BlinkSVGHKernElement {
6857 }
6412 6858
6413 class BlinkSVGImageElement { 6859 class BlinkSVGImageElement {
6414 static height_Getter(mthis) native "SVGImageElement_height_Getter"; 6860 static height_Getter(mthis) native "SVGImageElement_height_Getter";
6415 6861
6862 static href_Getter(mthis) native "SVGImageElement_href_Getter";
6863
6416 static preserveAspectRatio_Getter(mthis) native "SVGImageElement_preserveAspec tRatio_Getter"; 6864 static preserveAspectRatio_Getter(mthis) native "SVGImageElement_preserveAspec tRatio_Getter";
6417 6865
6418 static width_Getter(mthis) native "SVGImageElement_width_Getter"; 6866 static width_Getter(mthis) native "SVGImageElement_width_Getter";
6419 6867
6420 static x_Getter(mthis) native "SVGImageElement_x_Getter"; 6868 static x_Getter(mthis) native "SVGImageElement_x_Getter";
6421 6869
6422 static y_Getter(mthis) native "SVGImageElement_y_Getter"; 6870 static y_Getter(mthis) native "SVGImageElement_y_Getter";
6423 6871
6424 static href_Getter(mthis) native "SVGImageElement_href_Getter";
6425 } 6872 }
6426 6873
6427 class BlinkSVGLength { 6874 class BlinkSVGLength {
6875 static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGLength_c onvertToSpecifiedUnits_Callback";
6876
6877 static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnit s) native "SVGLength_newValueSpecifiedUnits_Callback";
6878
6428 static unitType_Getter(mthis) native "SVGLength_unitType_Getter"; 6879 static unitType_Getter(mthis) native "SVGLength_unitType_Getter";
6429 6880
6430 static value_Getter(mthis) native "SVGLength_value_Getter";
6431
6432 static value_Setter(mthis, value) native "SVGLength_value_Setter";
6433
6434 static valueAsString_Getter(mthis) native "SVGLength_valueAsString_Getter"; 6881 static valueAsString_Getter(mthis) native "SVGLength_valueAsString_Getter";
6435 6882
6436 static valueAsString_Setter(mthis, value) native "SVGLength_valueAsString_Sett er"; 6883 static valueAsString_Setter(mthis, value) native "SVGLength_valueAsString_Sett er";
6437 6884
6438 static valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSpecifiedU nits_Getter"; 6885 static valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSpecifiedU nits_Getter";
6439 6886
6440 static valueInSpecifiedUnits_Setter(mthis, value) native "SVGLength_valueInSpe cifiedUnits_Setter"; 6887 static valueInSpecifiedUnits_Setter(mthis, value) native "SVGLength_valueInSpe cifiedUnits_Setter";
6441 6888
6442 static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGLength_c onvertToSpecifiedUnits_Callback"; 6889 static value_Getter(mthis) native "SVGLength_value_Getter";
6443 6890
6444 static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnit s) native "SVGLength_newValueSpecifiedUnits_Callback"; 6891 static value_Setter(mthis, value) native "SVGLength_value_Setter";
6892
6445 } 6893 }
6446 6894
6447 class BlinkSVGLengthList { 6895 class BlinkSVGLengthList {
6448 static length_Getter(mthis) native "SVGLengthList_length_Getter";
6449
6450 static numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter" ;
6451
6452 static $__setter___Callback_2(mthis, index, value) native "SVGLengthList___set ter___Callback"; 6896 static $__setter___Callback_2(mthis, index, value) native "SVGLengthList___set ter___Callback";
6453 6897
6454 static appendItem_Callback_1(mthis, item) native "SVGLengthList_appendItem_Cal lback"; 6898 static appendItem_Callback_1(mthis, item) native "SVGLengthList_appendItem_Cal lback";
6455 6899
6456 static clear_Callback(mthis) native "SVGLengthList_clear_Callback"; 6900 static clear_Callback_0(mthis) native "SVGLengthList_clear_Callback";
6457 6901
6458 static getItem_Callback_1(mthis, index) native "SVGLengthList_getItem_Callback "; 6902 static getItem_Callback_1(mthis, index) native "SVGLengthList_getItem_Callback ";
6459 6903
6460 static initialize_Callback_1(mthis, item) native "SVGLengthList_initialize_Cal lback"; 6904 static initialize_Callback_1(mthis, item) native "SVGLengthList_initialize_Cal lback";
6461 6905
6462 static insertItemBefore_Callback_2(mthis, item, index) native "SVGLengthList_i nsertItemBefore_Callback"; 6906 static insertItemBefore_Callback_2(mthis, item, index) native "SVGLengthList_i nsertItemBefore_Callback";
6463 6907
6908 static length_Getter(mthis) native "SVGLengthList_length_Getter";
6909
6910 static numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter" ;
6911
6464 static removeItem_Callback_1(mthis, index) native "SVGLengthList_removeItem_Ca llback"; 6912 static removeItem_Callback_1(mthis, index) native "SVGLengthList_removeItem_Ca llback";
6465 6913
6466 static replaceItem_Callback_2(mthis, item, index) native "SVGLengthList_replac eItem_Callback"; 6914 static replaceItem_Callback_2(mthis, item, index) native "SVGLengthList_replac eItem_Callback";
6915
6467 } 6916 }
6468 6917
6469 class BlinkSVGLineElement { 6918 class BlinkSVGLineElement {
6470 static x1_Getter(mthis) native "SVGLineElement_x1_Getter"; 6919 static x1_Getter(mthis) native "SVGLineElement_x1_Getter";
6471 6920
6472 static x2_Getter(mthis) native "SVGLineElement_x2_Getter"; 6921 static x2_Getter(mthis) native "SVGLineElement_x2_Getter";
6473 6922
6474 static y1_Getter(mthis) native "SVGLineElement_y1_Getter"; 6923 static y1_Getter(mthis) native "SVGLineElement_y1_Getter";
6475 6924
6476 static y2_Getter(mthis) native "SVGLineElement_y2_Getter"; 6925 static y2_Getter(mthis) native "SVGLineElement_y2_Getter";
6926
6477 } 6927 }
6478 6928
6479 class BlinkSVGLinearGradientElement { 6929 class BlinkSVGLinearGradientElement {
6480 static x1_Getter(mthis) native "SVGLinearGradientElement_x1_Getter"; 6930 static x1_Getter(mthis) native "SVGLinearGradientElement_x1_Getter";
6481 6931
6482 static x2_Getter(mthis) native "SVGLinearGradientElement_x2_Getter"; 6932 static x2_Getter(mthis) native "SVGLinearGradientElement_x2_Getter";
6483 6933
6484 static y1_Getter(mthis) native "SVGLinearGradientElement_y1_Getter"; 6934 static y1_Getter(mthis) native "SVGLinearGradientElement_y1_Getter";
6485 6935
6486 static y2_Getter(mthis) native "SVGLinearGradientElement_y2_Getter"; 6936 static y2_Getter(mthis) native "SVGLinearGradientElement_y2_Getter";
6937
6487 } 6938 }
6488 6939
6489 class BlinkSVGMPathElement {} 6940 class BlinkSVGMPathElement {
6941 }
6490 6942
6491 class BlinkSVGMarkerElement { 6943 class BlinkSVGMarkerElement {
6492 static markerHeight_Getter(mthis) native "SVGMarkerElement_markerHeight_Getter "; 6944 static markerHeight_Getter(mthis) native "SVGMarkerElement_markerHeight_Getter ";
6493 6945
6494 static markerUnits_Getter(mthis) native "SVGMarkerElement_markerUnits_Getter"; 6946 static markerUnits_Getter(mthis) native "SVGMarkerElement_markerUnits_Getter";
6495 6947
6496 static markerWidth_Getter(mthis) native "SVGMarkerElement_markerWidth_Getter"; 6948 static markerWidth_Getter(mthis) native "SVGMarkerElement_markerWidth_Getter";
6497 6949
6498 static orientAngle_Getter(mthis) native "SVGMarkerElement_orientAngle_Getter"; 6950 static orientAngle_Getter(mthis) native "SVGMarkerElement_orientAngle_Getter";
6499 6951
6500 static orientType_Getter(mthis) native "SVGMarkerElement_orientType_Getter"; 6952 static orientType_Getter(mthis) native "SVGMarkerElement_orientType_Getter";
6501 6953
6954 static preserveAspectRatio_Getter(mthis) native "SVGMarkerElement_preserveAspe ctRatio_Getter";
6955
6502 static refX_Getter(mthis) native "SVGMarkerElement_refX_Getter"; 6956 static refX_Getter(mthis) native "SVGMarkerElement_refX_Getter";
6503 6957
6504 static refY_Getter(mthis) native "SVGMarkerElement_refY_Getter"; 6958 static refY_Getter(mthis) native "SVGMarkerElement_refY_Getter";
6505 6959
6506 static setOrientToAngle_Callback_1(mthis, angle) native "SVGMarkerElement_setO rientToAngle_Callback"; 6960 static setOrientToAngle_Callback_1(mthis, angle) native "SVGMarkerElement_setO rientToAngle_Callback";
6507 6961
6508 static setOrientToAuto_Callback(mthis) native "SVGMarkerElement_setOrientToAut o_Callback"; 6962 static setOrientToAuto_Callback_0(mthis) native "SVGMarkerElement_setOrientToA uto_Callback";
6509
6510 static preserveAspectRatio_Getter(mthis) native "SVGMarkerElement_preserveAspe ctRatio_Getter";
6511 6963
6512 static viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_Getter"; 6964 static viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_Getter";
6965
6513 } 6966 }
6514 6967
6515 class BlinkSVGMaskElement { 6968 class BlinkSVGMaskElement {
6969 static hasExtension_Callback_1(mthis, extension) native "SVGMaskElement_hasExt ension_Callback";
6970
6516 static height_Getter(mthis) native "SVGMaskElement_height_Getter"; 6971 static height_Getter(mthis) native "SVGMaskElement_height_Getter";
6517 6972
6518 static maskContentUnits_Getter(mthis) native "SVGMaskElement_maskContentUnits_ Getter"; 6973 static maskContentUnits_Getter(mthis) native "SVGMaskElement_maskContentUnits_ Getter";
6519 6974
6520 static maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_Getter"; 6975 static maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_Getter";
6521 6976
6977 static requiredExtensions_Getter(mthis) native "SVGMaskElement_requiredExtensi ons_Getter";
6978
6979 static requiredFeatures_Getter(mthis) native "SVGMaskElement_requiredFeatures_ Getter";
6980
6981 static systemLanguage_Getter(mthis) native "SVGMaskElement_systemLanguage_Gett er";
6982
6522 static width_Getter(mthis) native "SVGMaskElement_width_Getter"; 6983 static width_Getter(mthis) native "SVGMaskElement_width_Getter";
6523 6984
6524 static x_Getter(mthis) native "SVGMaskElement_x_Getter"; 6985 static x_Getter(mthis) native "SVGMaskElement_x_Getter";
6525 6986
6526 static y_Getter(mthis) native "SVGMaskElement_y_Getter"; 6987 static y_Getter(mthis) native "SVGMaskElement_y_Getter";
6527 6988
6528 static requiredExtensions_Getter(mthis) native "SVGMaskElement_requiredExtensi ons_Getter";
6529
6530 static requiredFeatures_Getter(mthis) native "SVGMaskElement_requiredFeatures_ Getter";
6531
6532 static systemLanguage_Getter(mthis) native "SVGMaskElement_systemLanguage_Gett er";
6533
6534 static hasExtension_Callback_1(mthis, extension) native "SVGMaskElement_hasExt ension_Callback";
6535 } 6989 }
6536 6990
6537 class BlinkSVGMatrix { 6991 class BlinkSVGMatrix {
6538 static a_Getter(mthis) native "SVGMatrix_a_Getter"; 6992 static a_Getter(mthis) native "SVGMatrix_a_Getter";
6539 6993
6540 static a_Setter(mthis, value) native "SVGMatrix_a_Setter"; 6994 static a_Setter(mthis, value) native "SVGMatrix_a_Setter";
6541 6995
6542 static b_Getter(mthis) native "SVGMatrix_b_Getter"; 6996 static b_Getter(mthis) native "SVGMatrix_b_Getter";
6543 6997
6544 static b_Setter(mthis, value) native "SVGMatrix_b_Setter"; 6998 static b_Setter(mthis, value) native "SVGMatrix_b_Setter";
6545 6999
6546 static c_Getter(mthis) native "SVGMatrix_c_Getter"; 7000 static c_Getter(mthis) native "SVGMatrix_c_Getter";
6547 7001
6548 static c_Setter(mthis, value) native "SVGMatrix_c_Setter"; 7002 static c_Setter(mthis, value) native "SVGMatrix_c_Setter";
6549 7003
6550 static d_Getter(mthis) native "SVGMatrix_d_Getter"; 7004 static d_Getter(mthis) native "SVGMatrix_d_Getter";
6551 7005
6552 static d_Setter(mthis, value) native "SVGMatrix_d_Setter"; 7006 static d_Setter(mthis, value) native "SVGMatrix_d_Setter";
6553 7007
6554 static e_Getter(mthis) native "SVGMatrix_e_Getter"; 7008 static e_Getter(mthis) native "SVGMatrix_e_Getter";
6555 7009
6556 static e_Setter(mthis, value) native "SVGMatrix_e_Setter"; 7010 static e_Setter(mthis, value) native "SVGMatrix_e_Setter";
6557 7011
6558 static f_Getter(mthis) native "SVGMatrix_f_Getter"; 7012 static f_Getter(mthis) native "SVGMatrix_f_Getter";
6559 7013
6560 static f_Setter(mthis, value) native "SVGMatrix_f_Setter"; 7014 static f_Setter(mthis, value) native "SVGMatrix_f_Setter";
6561 7015
6562 static flipX_Callback(mthis) native "SVGMatrix_flipX_Callback"; 7016 static flipX_Callback_0(mthis) native "SVGMatrix_flipX_Callback";
6563 7017
6564 static flipY_Callback(mthis) native "SVGMatrix_flipY_Callback"; 7018 static flipY_Callback_0(mthis) native "SVGMatrix_flipY_Callback";
6565 7019
6566 static inverse_Callback(mthis) native "SVGMatrix_inverse_Callback"; 7020 static inverse_Callback_0(mthis) native "SVGMatrix_inverse_Callback";
6567 7021
6568 static multiply_Callback_1(mthis, secondMatrix) native "SVGMatrix_multiply_Cal lback"; 7022 static multiply_Callback_1(mthis, secondMatrix) native "SVGMatrix_multiply_Cal lback";
6569 7023
7024 static rotateFromVector_Callback_2(mthis, x, y) native "SVGMatrix_rotateFromVe ctor_Callback";
7025
6570 static rotate_Callback_1(mthis, angle) native "SVGMatrix_rotate_Callback"; 7026 static rotate_Callback_1(mthis, angle) native "SVGMatrix_rotate_Callback";
6571 7027
6572 static rotateFromVector_Callback_2(mthis, x, y) native "SVGMatrix_rotateFromVe ctor_Callback"; 7028 static scaleNonUniform_Callback_2(mthis, scaleFactorX, scaleFactorY) native "S VGMatrix_scaleNonUniform_Callback";
6573 7029
6574 static scale_Callback_1(mthis, scaleFactor) native "SVGMatrix_scale_Callback"; 7030 static scale_Callback_1(mthis, scaleFactor) native "SVGMatrix_scale_Callback";
6575 7031
6576 static scaleNonUniform_Callback_2(mthis, scaleFactorX, scaleFactorY) native "S VGMatrix_scaleNonUniform_Callback";
6577
6578 static skewX_Callback_1(mthis, angle) native "SVGMatrix_skewX_Callback"; 7032 static skewX_Callback_1(mthis, angle) native "SVGMatrix_skewX_Callback";
6579 7033
6580 static skewY_Callback_1(mthis, angle) native "SVGMatrix_skewY_Callback"; 7034 static skewY_Callback_1(mthis, angle) native "SVGMatrix_skewY_Callback";
6581 7035
6582 static translate_Callback_2(mthis, x, y) native "SVGMatrix_translate_Callback" ; 7036 static translate_Callback_2(mthis, x, y) native "SVGMatrix_translate_Callback" ;
7037
6583 } 7038 }
6584 7039
6585 class BlinkSVGMetadataElement {} 7040 class BlinkSVGMetadataElement {
7041 }
6586 7042
6587 class BlinkSVGMissingGlyphElement {} 7043 class BlinkSVGMissingGlyphElement {
7044 }
6588 7045
6589 class BlinkSVGNumber { 7046 class BlinkSVGNumber {
6590 static value_Getter(mthis) native "SVGNumber_value_Getter"; 7047 static value_Getter(mthis) native "SVGNumber_value_Getter";
6591 7048
6592 static value_Setter(mthis, value) native "SVGNumber_value_Setter"; 7049 static value_Setter(mthis, value) native "SVGNumber_value_Setter";
7050
6593 } 7051 }
6594 7052
6595 class BlinkSVGNumberList { 7053 class BlinkSVGNumberList {
6596 static length_Getter(mthis) native "SVGNumberList_length_Getter";
6597
6598 static numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter" ;
6599
6600 static $__setter___Callback_2(mthis, index, value) native "SVGNumberList___set ter___Callback"; 7054 static $__setter___Callback_2(mthis, index, value) native "SVGNumberList___set ter___Callback";
6601 7055
6602 static appendItem_Callback_1(mthis, item) native "SVGNumberList_appendItem_Cal lback"; 7056 static appendItem_Callback_1(mthis, item) native "SVGNumberList_appendItem_Cal lback";
6603 7057
6604 static clear_Callback(mthis) native "SVGNumberList_clear_Callback"; 7058 static clear_Callback_0(mthis) native "SVGNumberList_clear_Callback";
6605 7059
6606 static getItem_Callback_1(mthis, index) native "SVGNumberList_getItem_Callback "; 7060 static getItem_Callback_1(mthis, index) native "SVGNumberList_getItem_Callback ";
6607 7061
6608 static initialize_Callback_1(mthis, item) native "SVGNumberList_initialize_Cal lback"; 7062 static initialize_Callback_1(mthis, item) native "SVGNumberList_initialize_Cal lback";
6609 7063
6610 static insertItemBefore_Callback_2(mthis, item, index) native "SVGNumberList_i nsertItemBefore_Callback"; 7064 static insertItemBefore_Callback_2(mthis, item, index) native "SVGNumberList_i nsertItemBefore_Callback";
6611 7065
7066 static length_Getter(mthis) native "SVGNumberList_length_Getter";
7067
7068 static numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter" ;
7069
6612 static removeItem_Callback_1(mthis, index) native "SVGNumberList_removeItem_Ca llback"; 7070 static removeItem_Callback_1(mthis, index) native "SVGNumberList_removeItem_Ca llback";
6613 7071
6614 static replaceItem_Callback_2(mthis, item, index) native "SVGNumberList_replac eItem_Callback"; 7072 static replaceItem_Callback_2(mthis, item, index) native "SVGNumberList_replac eItem_Callback";
7073
6615 } 7074 }
6616 7075
6617 class BlinkSVGPathElement { 7076 class BlinkSVGPathElement {
6618 static animatedNormalizedPathSegList_Getter(mthis) native "SVGPathElement_anim atedNormalizedPathSegList_Getter"; 7077 static animatedNormalizedPathSegList_Getter(mthis) native "SVGPathElement_anim atedNormalizedPathSegList_Getter";
6619 7078
6620 static animatedPathSegList_Getter(mthis) native "SVGPathElement_animatedPathSe gList_Getter"; 7079 static animatedPathSegList_Getter(mthis) native "SVGPathElement_animatedPathSe gList_Getter";
6621 7080
6622 static normalizedPathSegList_Getter(mthis) native "SVGPathElement_normalizedPa thSegList_Getter";
6623
6624 static pathLength_Getter(mthis) native "SVGPathElement_pathLength_Getter";
6625
6626 static pathSegList_Getter(mthis) native "SVGPathElement_pathSegList_Getter";
6627
6628 static createSVGPathSegArcAbs_Callback_7(mthis, x, y, r1, r2, angle, largeArcF lag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callback"; 7081 static createSVGPathSegArcAbs_Callback_7(mthis, x, y, r1, r2, angle, largeArcF lag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callback";
6629 7082
6630 static createSVGPathSegArcRel_Callback_7(mthis, x, y, r1, r2, angle, largeArcF lag, sweepFlag) native "SVGPathElement_createSVGPathSegArcRel_Callback"; 7083 static createSVGPathSegArcRel_Callback_7(mthis, x, y, r1, r2, angle, largeArcF lag, sweepFlag) native "SVGPathElement_createSVGPathSegArcRel_Callback";
6631 7084
6632 static createSVGPathSegClosePath_Callback(mthis) native "SVGPathElement_create SVGPathSegClosePath_Callback"; 7085 static createSVGPathSegClosePath_Callback_0(mthis) native "SVGPathElement_crea teSVGPathSegClosePath_Callback";
6633 7086
6634 static createSVGPathSegCurvetoCubicAbs_Callback_6(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback"; 7087 static createSVGPathSegCurvetoCubicAbs_Callback_6(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback";
6635 7088
6636 static createSVGPathSegCurvetoCubicRel_Callback_6(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback"; 7089 static createSVGPathSegCurvetoCubicRel_Callback_6(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback";
6637 7090
6638 static createSVGPathSegCurvetoCubicSmoothAbs_Callback_4(mthis, x, y, x2, y2) n ative "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback"; 7091 static createSVGPathSegCurvetoCubicSmoothAbs_Callback_4(mthis, x, y, x2, y2) n ative "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback";
6639 7092
6640 static createSVGPathSegCurvetoCubicSmoothRel_Callback_4(mthis, x, y, x2, y2) n ative "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback"; 7093 static createSVGPathSegCurvetoCubicSmoothRel_Callback_4(mthis, x, y, x2, y2) n ative "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback";
6641 7094
6642 static createSVGPathSegCurvetoQuadraticAbs_Callback_4(mthis, x, y, x1, y1) nat ive "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback"; 7095 static createSVGPathSegCurvetoQuadraticAbs_Callback_4(mthis, x, y, x1, y1) nat ive "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback";
(...skipping 17 matching lines...) Expand all
6660 static createSVGPathSegLinetoVerticalRel_Callback_1(mthis, y) native "SVGPathE lement_createSVGPathSegLinetoVerticalRel_Callback"; 7113 static createSVGPathSegLinetoVerticalRel_Callback_1(mthis, y) native "SVGPathE lement_createSVGPathSegLinetoVerticalRel_Callback";
6661 7114
6662 static createSVGPathSegMovetoAbs_Callback_2(mthis, x, y) native "SVGPathElemen t_createSVGPathSegMovetoAbs_Callback"; 7115 static createSVGPathSegMovetoAbs_Callback_2(mthis, x, y) native "SVGPathElemen t_createSVGPathSegMovetoAbs_Callback";
6663 7116
6664 static createSVGPathSegMovetoRel_Callback_2(mthis, x, y) native "SVGPathElemen t_createSVGPathSegMovetoRel_Callback"; 7117 static createSVGPathSegMovetoRel_Callback_2(mthis, x, y) native "SVGPathElemen t_createSVGPathSegMovetoRel_Callback";
6665 7118
6666 static getPathSegAtLength_Callback_1(mthis, distance) native "SVGPathElement_g etPathSegAtLength_Callback"; 7119 static getPathSegAtLength_Callback_1(mthis, distance) native "SVGPathElement_g etPathSegAtLength_Callback";
6667 7120
6668 static getPointAtLength_Callback_1(mthis, distance) native "SVGPathElement_get PointAtLength_Callback"; 7121 static getPointAtLength_Callback_1(mthis, distance) native "SVGPathElement_get PointAtLength_Callback";
6669 7122
6670 static getTotalLength_Callback(mthis) native "SVGPathElement_getTotalLength_Ca llback"; 7123 static getTotalLength_Callback_0(mthis) native "SVGPathElement_getTotalLength_ Callback";
7124
7125 static normalizedPathSegList_Getter(mthis) native "SVGPathElement_normalizedPa thSegList_Getter";
7126
7127 static pathLength_Getter(mthis) native "SVGPathElement_pathLength_Getter";
7128
7129 static pathSegList_Getter(mthis) native "SVGPathElement_pathSegList_Getter";
7130
6671 } 7131 }
6672 7132
6673 class BlinkSVGPathSeg { 7133 class BlinkSVGPathSeg {
7134 static pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTypeAsLette r_Getter";
7135
6674 static pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Getter"; 7136 static pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Getter";
6675 7137
6676 static pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTypeAsLette r_Getter";
6677 } 7138 }
6678 7139
6679 class BlinkSVGPathSegArcAbs { 7140 class BlinkSVGPathSegArcAbs {
6680 static angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Getter"; 7141 static angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Getter";
6681 7142
6682 static angle_Setter(mthis, value) native "SVGPathSegArcAbs_angle_Setter"; 7143 static angle_Setter(mthis, value) native "SVGPathSegArcAbs_angle_Setter";
6683 7144
6684 static largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_largeArcFlag_Getter "; 7145 static largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_largeArcFlag_Getter ";
6685 7146
6686 static largeArcFlag_Setter(mthis, value) native "SVGPathSegArcAbs_largeArcFlag _Setter"; 7147 static largeArcFlag_Setter(mthis, value) native "SVGPathSegArcAbs_largeArcFlag _Setter";
(...skipping 10 matching lines...) Expand all
6697 7158
6698 static sweepFlag_Setter(mthis, value) native "SVGPathSegArcAbs_sweepFlag_Sette r"; 7159 static sweepFlag_Setter(mthis, value) native "SVGPathSegArcAbs_sweepFlag_Sette r";
6699 7160
6700 static x_Getter(mthis) native "SVGPathSegArcAbs_x_Getter"; 7161 static x_Getter(mthis) native "SVGPathSegArcAbs_x_Getter";
6701 7162
6702 static x_Setter(mthis, value) native "SVGPathSegArcAbs_x_Setter"; 7163 static x_Setter(mthis, value) native "SVGPathSegArcAbs_x_Setter";
6703 7164
6704 static y_Getter(mthis) native "SVGPathSegArcAbs_y_Getter"; 7165 static y_Getter(mthis) native "SVGPathSegArcAbs_y_Getter";
6705 7166
6706 static y_Setter(mthis, value) native "SVGPathSegArcAbs_y_Setter"; 7167 static y_Setter(mthis, value) native "SVGPathSegArcAbs_y_Setter";
7168
6707 } 7169 }
6708 7170
6709 class BlinkSVGPathSegArcRel { 7171 class BlinkSVGPathSegArcRel {
6710 static angle_Getter(mthis) native "SVGPathSegArcRel_angle_Getter"; 7172 static angle_Getter(mthis) native "SVGPathSegArcRel_angle_Getter";
6711 7173
6712 static angle_Setter(mthis, value) native "SVGPathSegArcRel_angle_Setter"; 7174 static angle_Setter(mthis, value) native "SVGPathSegArcRel_angle_Setter";
6713 7175
6714 static largeArcFlag_Getter(mthis) native "SVGPathSegArcRel_largeArcFlag_Getter "; 7176 static largeArcFlag_Getter(mthis) native "SVGPathSegArcRel_largeArcFlag_Getter ";
6715 7177
6716 static largeArcFlag_Setter(mthis, value) native "SVGPathSegArcRel_largeArcFlag _Setter"; 7178 static largeArcFlag_Setter(mthis, value) native "SVGPathSegArcRel_largeArcFlag _Setter";
(...skipping 10 matching lines...) Expand all
6727 7189
6728 static sweepFlag_Setter(mthis, value) native "SVGPathSegArcRel_sweepFlag_Sette r"; 7190 static sweepFlag_Setter(mthis, value) native "SVGPathSegArcRel_sweepFlag_Sette r";
6729 7191
6730 static x_Getter(mthis) native "SVGPathSegArcRel_x_Getter"; 7192 static x_Getter(mthis) native "SVGPathSegArcRel_x_Getter";
6731 7193
6732 static x_Setter(mthis, value) native "SVGPathSegArcRel_x_Setter"; 7194 static x_Setter(mthis, value) native "SVGPathSegArcRel_x_Setter";
6733 7195
6734 static y_Getter(mthis) native "SVGPathSegArcRel_y_Getter"; 7196 static y_Getter(mthis) native "SVGPathSegArcRel_y_Getter";
6735 7197
6736 static y_Setter(mthis, value) native "SVGPathSegArcRel_y_Setter"; 7198 static y_Setter(mthis, value) native "SVGPathSegArcRel_y_Setter";
7199
6737 } 7200 }
6738 7201
6739 class BlinkSVGPathSegClosePath {} 7202 class BlinkSVGPathSegClosePath {
7203 }
6740 7204
6741 class BlinkSVGPathSegCurvetoCubicAbs { 7205 class BlinkSVGPathSegCurvetoCubicAbs {
6742 static x_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x_Getter";
6743
6744 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter";
6745
6746 static x1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x1_Getter"; 7206 static x1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x1_Getter";
6747 7207
6748 static x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; 7208 static x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x1_Setter";
6749 7209
6750 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x2_Getter"; 7210 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x2_Getter";
6751 7211
6752 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; 7212 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x2_Setter";
6753 7213
6754 static y_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y_Getter"; 7214 static x_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x_Getter";
6755 7215
6756 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; 7216 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter";
6757 7217
6758 static y1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y1_Getter"; 7218 static y1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y1_Getter";
6759 7219
6760 static y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; 7220 static y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y1_Setter";
6761 7221
6762 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y2_Getter"; 7222 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y2_Getter";
6763 7223
6764 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; 7224 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y2_Setter";
7225
7226 static y_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y_Getter";
7227
7228 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter";
7229
6765 } 7230 }
6766 7231
6767 class BlinkSVGPathSegCurvetoCubicRel { 7232 class BlinkSVGPathSegCurvetoCubicRel {
6768 static x_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x_Getter";
6769
6770 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter";
6771
6772 static x1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x1_Getter"; 7233 static x1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x1_Getter";
6773 7234
6774 static x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; 7235 static x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x1_Setter";
6775 7236
6776 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x2_Getter"; 7237 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x2_Getter";
6777 7238
6778 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; 7239 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x2_Setter";
6779 7240
6780 static y_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y_Getter"; 7241 static x_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x_Getter";
6781 7242
6782 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter"; 7243 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter";
6783 7244
6784 static y1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y1_Getter"; 7245 static y1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y1_Getter";
6785 7246
6786 static y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; 7247 static y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y1_Setter";
6787 7248
6788 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y2_Getter"; 7249 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y2_Getter";
6789 7250
6790 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; 7251 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y2_Setter";
7252
7253 static y_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y_Getter";
7254
7255 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter";
7256
6791 } 7257 }
6792 7258
6793 class BlinkSVGPathSegCurvetoCubicSmoothAbs { 7259 class BlinkSVGPathSegCurvetoCubicSmoothAbs {
7260 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter";
7261
7262 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Sett er";
7263
6794 static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; 7264 static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter";
6795 7265
6796 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter "; 7266 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter ";
6797 7267
6798 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; 7268 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter";
6799 7269
6800 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Sett er"; 7270 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Sett er";
6801 7271
6802 static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; 7272 static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter";
6803 7273
6804 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter "; 7274 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter ";
6805 7275
6806 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter";
6807
6808 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Sett er";
6809 } 7276 }
6810 7277
6811 class BlinkSVGPathSegCurvetoCubicSmoothRel { 7278 class BlinkSVGPathSegCurvetoCubicSmoothRel {
7279 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter";
7280
7281 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Sett er";
7282
6812 static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; 7283 static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x_Getter";
6813 7284
6814 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter "; 7285 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter ";
6815 7286
6816 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; 7287 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter";
6817 7288
6818 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Sett er"; 7289 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Sett er";
6819 7290
6820 static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; 7291 static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y_Getter";
6821 7292
6822 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter "; 7293 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter ";
6823 7294
6824 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter";
6825
6826 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Sett er";
6827 } 7295 }
6828 7296
6829 class BlinkSVGPathSegCurvetoQuadraticAbs { 7297 class BlinkSVGPathSegCurvetoQuadraticAbs {
7298 static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x1_Getter";
7299
7300 static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter ";
7301
6830 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; 7302 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x_Getter";
6831 7303
6832 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; 7304 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter";
6833 7305
6834 static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; 7306 static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y1_Getter";
6835 7307
6836 static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter "; 7308 static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter ";
6837 7309
6838 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; 7310 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y_Getter";
6839 7311
6840 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; 7312 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter";
6841 7313
6842 static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y1_Getter";
6843
6844 static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter ";
6845 } 7314 }
6846 7315
6847 class BlinkSVGPathSegCurvetoQuadraticRel { 7316 class BlinkSVGPathSegCurvetoQuadraticRel {
7317 static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x1_Getter";
7318
7319 static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter ";
7320
6848 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x_Getter"; 7321 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x_Getter";
6849 7322
6850 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; 7323 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x_Setter";
6851 7324
6852 static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; 7325 static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y1_Getter";
6853 7326
6854 static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter "; 7327 static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter ";
6855 7328
6856 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y_Getter"; 7329 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y_Getter";
6857 7330
6858 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; 7331 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y_Setter";
6859 7332
6860 static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y1_Getter";
6861
6862 static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter ";
6863 } 7333 }
6864 7334
6865 class BlinkSVGPathSegCurvetoQuadraticSmoothAbs { 7335 class BlinkSVGPathSegCurvetoQuadraticSmoothAbs {
6866 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; 7336 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter";
6867 7337
6868 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Se tter"; 7338 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Se tter";
6869 7339
6870 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; 7340 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter";
6871 7341
6872 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Se tter"; 7342 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Se tter";
7343
6873 } 7344 }
6874 7345
6875 class BlinkSVGPathSegCurvetoQuadraticSmoothRel { 7346 class BlinkSVGPathSegCurvetoQuadraticSmoothRel {
6876 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; 7347 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter";
6877 7348
6878 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Se tter"; 7349 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Se tter";
6879 7350
6880 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; 7351 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter";
6881 7352
6882 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Se tter"; 7353 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Se tter";
7354
6883 } 7355 }
6884 7356
6885 class BlinkSVGPathSegLinetoAbs { 7357 class BlinkSVGPathSegLinetoAbs {
6886 static x_Getter(mthis) native "SVGPathSegLinetoAbs_x_Getter"; 7358 static x_Getter(mthis) native "SVGPathSegLinetoAbs_x_Getter";
6887 7359
6888 static x_Setter(mthis, value) native "SVGPathSegLinetoAbs_x_Setter"; 7360 static x_Setter(mthis, value) native "SVGPathSegLinetoAbs_x_Setter";
6889 7361
6890 static y_Getter(mthis) native "SVGPathSegLinetoAbs_y_Getter"; 7362 static y_Getter(mthis) native "SVGPathSegLinetoAbs_y_Getter";
6891 7363
6892 static y_Setter(mthis, value) native "SVGPathSegLinetoAbs_y_Setter"; 7364 static y_Setter(mthis, value) native "SVGPathSegLinetoAbs_y_Setter";
7365
6893 } 7366 }
6894 7367
6895 class BlinkSVGPathSegLinetoHorizontalAbs { 7368 class BlinkSVGPathSegLinetoHorizontalAbs {
6896 static x_Getter(mthis) native "SVGPathSegLinetoHorizontalAbs_x_Getter"; 7369 static x_Getter(mthis) native "SVGPathSegLinetoHorizontalAbs_x_Getter";
6897 7370
6898 static x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; 7371 static x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalAbs_x_Setter";
7372
6899 } 7373 }
6900 7374
6901 class BlinkSVGPathSegLinetoHorizontalRel { 7375 class BlinkSVGPathSegLinetoHorizontalRel {
6902 static x_Getter(mthis) native "SVGPathSegLinetoHorizontalRel_x_Getter"; 7376 static x_Getter(mthis) native "SVGPathSegLinetoHorizontalRel_x_Getter";
6903 7377
6904 static x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; 7378 static x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalRel_x_Setter";
7379
6905 } 7380 }
6906 7381
6907 class BlinkSVGPathSegLinetoRel { 7382 class BlinkSVGPathSegLinetoRel {
6908 static x_Getter(mthis) native "SVGPathSegLinetoRel_x_Getter"; 7383 static x_Getter(mthis) native "SVGPathSegLinetoRel_x_Getter";
6909 7384
6910 static x_Setter(mthis, value) native "SVGPathSegLinetoRel_x_Setter"; 7385 static x_Setter(mthis, value) native "SVGPathSegLinetoRel_x_Setter";
6911 7386
6912 static y_Getter(mthis) native "SVGPathSegLinetoRel_y_Getter"; 7387 static y_Getter(mthis) native "SVGPathSegLinetoRel_y_Getter";
6913 7388
6914 static y_Setter(mthis, value) native "SVGPathSegLinetoRel_y_Setter"; 7389 static y_Setter(mthis, value) native "SVGPathSegLinetoRel_y_Setter";
7390
6915 } 7391 }
6916 7392
6917 class BlinkSVGPathSegLinetoVerticalAbs { 7393 class BlinkSVGPathSegLinetoVerticalAbs {
6918 static y_Getter(mthis) native "SVGPathSegLinetoVerticalAbs_y_Getter"; 7394 static y_Getter(mthis) native "SVGPathSegLinetoVerticalAbs_y_Getter";
6919 7395
6920 static y_Setter(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; 7396 static y_Setter(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Setter";
7397
6921 } 7398 }
6922 7399
6923 class BlinkSVGPathSegLinetoVerticalRel { 7400 class BlinkSVGPathSegLinetoVerticalRel {
6924 static y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter"; 7401 static y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter";
6925 7402
6926 static y_Setter(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Setter"; 7403 static y_Setter(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Setter";
7404
6927 } 7405 }
6928 7406
6929 class BlinkSVGPathSegList { 7407 class BlinkSVGPathSegList {
6930 static length_Getter(mthis) native "SVGPathSegList_length_Getter";
6931
6932 static numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter ";
6933
6934 static $__setter___Callback_2(mthis, index, value) native "SVGPathSegList___se tter___Callback"; 7408 static $__setter___Callback_2(mthis, index, value) native "SVGPathSegList___se tter___Callback";
6935 7409
6936 static appendItem_Callback_1(mthis, newItem) native "SVGPathSegList_appendItem _Callback"; 7410 static appendItem_Callback_1(mthis, newItem) native "SVGPathSegList_appendItem _Callback";
6937 7411
6938 static clear_Callback(mthis) native "SVGPathSegList_clear_Callback"; 7412 static clear_Callback_0(mthis) native "SVGPathSegList_clear_Callback";
6939 7413
6940 static getItem_Callback_1(mthis, index) native "SVGPathSegList_getItem_Callbac k"; 7414 static getItem_Callback_1(mthis, index) native "SVGPathSegList_getItem_Callbac k";
6941 7415
6942 static initialize_Callback_1(mthis, newItem) native "SVGPathSegList_initialize _Callback"; 7416 static initialize_Callback_1(mthis, newItem) native "SVGPathSegList_initialize _Callback";
6943 7417
6944 static insertItemBefore_Callback_2(mthis, newItem, index) native "SVGPathSegLi st_insertItemBefore_Callback"; 7418 static insertItemBefore_Callback_2(mthis, newItem, index) native "SVGPathSegLi st_insertItemBefore_Callback";
6945 7419
7420 static length_Getter(mthis) native "SVGPathSegList_length_Getter";
7421
7422 static numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter ";
7423
6946 static removeItem_Callback_1(mthis, index) native "SVGPathSegList_removeItem_C allback"; 7424 static removeItem_Callback_1(mthis, index) native "SVGPathSegList_removeItem_C allback";
6947 7425
6948 static replaceItem_Callback_2(mthis, newItem, index) native "SVGPathSegList_re placeItem_Callback"; 7426 static replaceItem_Callback_2(mthis, newItem, index) native "SVGPathSegList_re placeItem_Callback";
7427
6949 } 7428 }
6950 7429
6951 class BlinkSVGPathSegMovetoAbs { 7430 class BlinkSVGPathSegMovetoAbs {
6952 static x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter"; 7431 static x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter";
6953 7432
6954 static x_Setter(mthis, value) native "SVGPathSegMovetoAbs_x_Setter"; 7433 static x_Setter(mthis, value) native "SVGPathSegMovetoAbs_x_Setter";
6955 7434
6956 static y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter"; 7435 static y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter";
6957 7436
6958 static y_Setter(mthis, value) native "SVGPathSegMovetoAbs_y_Setter"; 7437 static y_Setter(mthis, value) native "SVGPathSegMovetoAbs_y_Setter";
7438
6959 } 7439 }
6960 7440
6961 class BlinkSVGPathSegMovetoRel { 7441 class BlinkSVGPathSegMovetoRel {
6962 static x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter"; 7442 static x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter";
6963 7443
6964 static x_Setter(mthis, value) native "SVGPathSegMovetoRel_x_Setter"; 7444 static x_Setter(mthis, value) native "SVGPathSegMovetoRel_x_Setter";
6965 7445
6966 static y_Getter(mthis) native "SVGPathSegMovetoRel_y_Getter"; 7446 static y_Getter(mthis) native "SVGPathSegMovetoRel_y_Getter";
6967 7447
6968 static y_Setter(mthis, value) native "SVGPathSegMovetoRel_y_Setter"; 7448 static y_Setter(mthis, value) native "SVGPathSegMovetoRel_y_Setter";
7449
6969 } 7450 }
6970 7451
6971 class BlinkSVGPatternElement { 7452 class BlinkSVGPatternElement {
7453 static hasExtension_Callback_1(mthis, extension) native "SVGPatternElement_has Extension_Callback";
7454
6972 static height_Getter(mthis) native "SVGPatternElement_height_Getter"; 7455 static height_Getter(mthis) native "SVGPatternElement_height_Getter";
6973 7456
7457 static href_Getter(mthis) native "SVGPatternElement_href_Getter";
7458
6974 static patternContentUnits_Getter(mthis) native "SVGPatternElement_patternCont entUnits_Getter"; 7459 static patternContentUnits_Getter(mthis) native "SVGPatternElement_patternCont entUnits_Getter";
6975 7460
6976 static patternTransform_Getter(mthis) native "SVGPatternElement_patternTransfo rm_Getter"; 7461 static patternTransform_Getter(mthis) native "SVGPatternElement_patternTransfo rm_Getter";
6977 7462
6978 static patternUnits_Getter(mthis) native "SVGPatternElement_patternUnits_Gette r"; 7463 static patternUnits_Getter(mthis) native "SVGPatternElement_patternUnits_Gette r";
6979 7464
6980 static width_Getter(mthis) native "SVGPatternElement_width_Getter";
6981
6982 static x_Getter(mthis) native "SVGPatternElement_x_Getter";
6983
6984 static y_Getter(mthis) native "SVGPatternElement_y_Getter";
6985
6986 static preserveAspectRatio_Getter(mthis) native "SVGPatternElement_preserveAsp ectRatio_Getter"; 7465 static preserveAspectRatio_Getter(mthis) native "SVGPatternElement_preserveAsp ectRatio_Getter";
6987 7466
6988 static viewBox_Getter(mthis) native "SVGPatternElement_viewBox_Getter";
6989
6990 static requiredExtensions_Getter(mthis) native "SVGPatternElement_requiredExte nsions_Getter"; 7467 static requiredExtensions_Getter(mthis) native "SVGPatternElement_requiredExte nsions_Getter";
6991 7468
6992 static requiredFeatures_Getter(mthis) native "SVGPatternElement_requiredFeatur es_Getter"; 7469 static requiredFeatures_Getter(mthis) native "SVGPatternElement_requiredFeatur es_Getter";
6993 7470
6994 static systemLanguage_Getter(mthis) native "SVGPatternElement_systemLanguage_G etter"; 7471 static systemLanguage_Getter(mthis) native "SVGPatternElement_systemLanguage_G etter";
6995 7472
6996 static hasExtension_Callback_1(mthis, extension) native "SVGPatternElement_has Extension_Callback"; 7473 static viewBox_Getter(mthis) native "SVGPatternElement_viewBox_Getter";
6997 7474
6998 static href_Getter(mthis) native "SVGPatternElement_href_Getter"; 7475 static width_Getter(mthis) native "SVGPatternElement_width_Getter";
7476
7477 static x_Getter(mthis) native "SVGPatternElement_x_Getter";
7478
7479 static y_Getter(mthis) native "SVGPatternElement_y_Getter";
7480
6999 } 7481 }
7000 7482
7001 class BlinkSVGPoint { 7483 class BlinkSVGPoint {
7484 static matrixTransform_Callback_1(mthis, matrix) native "SVGPoint_matrixTransf orm_Callback";
7485
7002 static x_Getter(mthis) native "SVGPoint_x_Getter"; 7486 static x_Getter(mthis) native "SVGPoint_x_Getter";
7003 7487
7004 static x_Setter(mthis, value) native "SVGPoint_x_Setter"; 7488 static x_Setter(mthis, value) native "SVGPoint_x_Setter";
7005 7489
7006 static y_Getter(mthis) native "SVGPoint_y_Getter"; 7490 static y_Getter(mthis) native "SVGPoint_y_Getter";
7007 7491
7008 static y_Setter(mthis, value) native "SVGPoint_y_Setter"; 7492 static y_Setter(mthis, value) native "SVGPoint_y_Setter";
7009 7493
7010 static matrixTransform_Callback_1(mthis, matrix) native "SVGPoint_matrixTransf orm_Callback";
7011 } 7494 }
7012 7495
7013 class BlinkSVGPointList { 7496 class BlinkSVGPointList {
7014 static length_Getter(mthis) native "SVGPointList_length_Getter";
7015
7016 static numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter";
7017
7018 static $__setter___Callback_2(mthis, index, value) native "SVGPointList___sett er___Callback"; 7497 static $__setter___Callback_2(mthis, index, value) native "SVGPointList___sett er___Callback";
7019 7498
7020 static appendItem_Callback_1(mthis, item) native "SVGPointList_appendItem_Call back"; 7499 static appendItem_Callback_1(mthis, item) native "SVGPointList_appendItem_Call back";
7021 7500
7022 static clear_Callback(mthis) native "SVGPointList_clear_Callback"; 7501 static clear_Callback_0(mthis) native "SVGPointList_clear_Callback";
7023 7502
7024 static getItem_Callback_1(mthis, index) native "SVGPointList_getItem_Callback" ; 7503 static getItem_Callback_1(mthis, index) native "SVGPointList_getItem_Callback" ;
7025 7504
7026 static initialize_Callback_1(mthis, item) native "SVGPointList_initialize_Call back"; 7505 static initialize_Callback_1(mthis, item) native "SVGPointList_initialize_Call back";
7027 7506
7028 static insertItemBefore_Callback_2(mthis, item, index) native "SVGPointList_in sertItemBefore_Callback"; 7507 static insertItemBefore_Callback_2(mthis, item, index) native "SVGPointList_in sertItemBefore_Callback";
7029 7508
7509 static length_Getter(mthis) native "SVGPointList_length_Getter";
7510
7511 static numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter";
7512
7030 static removeItem_Callback_1(mthis, index) native "SVGPointList_removeItem_Cal lback"; 7513 static removeItem_Callback_1(mthis, index) native "SVGPointList_removeItem_Cal lback";
7031 7514
7032 static replaceItem_Callback_2(mthis, item, index) native "SVGPointList_replace Item_Callback"; 7515 static replaceItem_Callback_2(mthis, item, index) native "SVGPointList_replace Item_Callback";
7516
7033 } 7517 }
7034 7518
7035 class BlinkSVGPolygonElement { 7519 class BlinkSVGPolygonElement {
7036 static animatedPoints_Getter(mthis) native "SVGPolygonElement_animatedPoints_G etter"; 7520 static animatedPoints_Getter(mthis) native "SVGPolygonElement_animatedPoints_G etter";
7037 7521
7038 static points_Getter(mthis) native "SVGPolygonElement_points_Getter"; 7522 static points_Getter(mthis) native "SVGPolygonElement_points_Getter";
7523
7039 } 7524 }
7040 7525
7041 class BlinkSVGPolylineElement { 7526 class BlinkSVGPolylineElement {
7042 static animatedPoints_Getter(mthis) native "SVGPolylineElement_animatedPoints_ Getter"; 7527 static animatedPoints_Getter(mthis) native "SVGPolylineElement_animatedPoints_ Getter";
7043 7528
7044 static points_Getter(mthis) native "SVGPolylineElement_points_Getter"; 7529 static points_Getter(mthis) native "SVGPolylineElement_points_Getter";
7530
7045 } 7531 }
7046 7532
7047 class BlinkSVGPreserveAspectRatio { 7533 class BlinkSVGPreserveAspectRatio {
7048 static align_Getter(mthis) native "SVGPreserveAspectRatio_align_Getter"; 7534 static align_Getter(mthis) native "SVGPreserveAspectRatio_align_Getter";
7049 7535
7050 static align_Setter(mthis, value) native "SVGPreserveAspectRatio_align_Setter" ; 7536 static align_Setter(mthis, value) native "SVGPreserveAspectRatio_align_Setter" ;
7051 7537
7052 static meetOrSlice_Getter(mthis) native "SVGPreserveAspectRatio_meetOrSlice_Ge tter"; 7538 static meetOrSlice_Getter(mthis) native "SVGPreserveAspectRatio_meetOrSlice_Ge tter";
7053 7539
7054 static meetOrSlice_Setter(mthis, value) native "SVGPreserveAspectRatio_meetOrS lice_Setter"; 7540 static meetOrSlice_Setter(mthis, value) native "SVGPreserveAspectRatio_meetOrS lice_Setter";
7541
7055 } 7542 }
7056 7543
7057 class BlinkSVGRadialGradientElement { 7544 class BlinkSVGRadialGradientElement {
7058 static cx_Getter(mthis) native "SVGRadialGradientElement_cx_Getter"; 7545 static cx_Getter(mthis) native "SVGRadialGradientElement_cx_Getter";
7059 7546
7060 static cy_Getter(mthis) native "SVGRadialGradientElement_cy_Getter"; 7547 static cy_Getter(mthis) native "SVGRadialGradientElement_cy_Getter";
7061 7548
7062 static fr_Getter(mthis) native "SVGRadialGradientElement_fr_Getter"; 7549 static fr_Getter(mthis) native "SVGRadialGradientElement_fr_Getter";
7063 7550
7064 static fx_Getter(mthis) native "SVGRadialGradientElement_fx_Getter"; 7551 static fx_Getter(mthis) native "SVGRadialGradientElement_fx_Getter";
7065 7552
7066 static fy_Getter(mthis) native "SVGRadialGradientElement_fy_Getter"; 7553 static fy_Getter(mthis) native "SVGRadialGradientElement_fy_Getter";
7067 7554
7068 static r_Getter(mthis) native "SVGRadialGradientElement_r_Getter"; 7555 static r_Getter(mthis) native "SVGRadialGradientElement_r_Getter";
7556
7069 } 7557 }
7070 7558
7071 class BlinkSVGRect { 7559 class BlinkSVGRect {
7072 static height_Getter(mthis) native "SVGRect_height_Getter"; 7560 static height_Getter(mthis) native "SVGRect_height_Getter";
7073 7561
7074 static height_Setter(mthis, value) native "SVGRect_height_Setter"; 7562 static height_Setter(mthis, value) native "SVGRect_height_Setter";
7075 7563
7076 static width_Getter(mthis) native "SVGRect_width_Getter"; 7564 static width_Getter(mthis) native "SVGRect_width_Getter";
7077 7565
7078 static width_Setter(mthis, value) native "SVGRect_width_Setter"; 7566 static width_Setter(mthis, value) native "SVGRect_width_Setter";
7079 7567
7080 static x_Getter(mthis) native "SVGRect_x_Getter"; 7568 static x_Getter(mthis) native "SVGRect_x_Getter";
7081 7569
7082 static x_Setter(mthis, value) native "SVGRect_x_Setter"; 7570 static x_Setter(mthis, value) native "SVGRect_x_Setter";
7083 7571
7084 static y_Getter(mthis) native "SVGRect_y_Getter"; 7572 static y_Getter(mthis) native "SVGRect_y_Getter";
7085 7573
7086 static y_Setter(mthis, value) native "SVGRect_y_Setter"; 7574 static y_Setter(mthis, value) native "SVGRect_y_Setter";
7575
7087 } 7576 }
7088 7577
7089 class BlinkSVGRectElement { 7578 class BlinkSVGRectElement {
7090 static height_Getter(mthis) native "SVGRectElement_height_Getter"; 7579 static height_Getter(mthis) native "SVGRectElement_height_Getter";
7091 7580
7092 static rx_Getter(mthis) native "SVGRectElement_rx_Getter"; 7581 static rx_Getter(mthis) native "SVGRectElement_rx_Getter";
7093 7582
7094 static ry_Getter(mthis) native "SVGRectElement_ry_Getter"; 7583 static ry_Getter(mthis) native "SVGRectElement_ry_Getter";
7095 7584
7096 static width_Getter(mthis) native "SVGRectElement_width_Getter"; 7585 static width_Getter(mthis) native "SVGRectElement_width_Getter";
7097 7586
7098 static x_Getter(mthis) native "SVGRectElement_x_Getter"; 7587 static x_Getter(mthis) native "SVGRectElement_x_Getter";
7099 7588
7100 static y_Getter(mthis) native "SVGRectElement_y_Getter"; 7589 static y_Getter(mthis) native "SVGRectElement_y_Getter";
7590
7101 } 7591 }
7102 7592
7103 class BlinkSVGRenderingIntent {} 7593 class BlinkSVGRenderingIntent {
7594 }
7104 7595
7105 class BlinkSVGZoomAndPan { 7596 class BlinkSVGZoomAndPan {
7106 static zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_Getter"; 7597 static zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_Getter";
7107 7598
7108 static zoomAndPan_Setter(mthis, value) native "SVGZoomAndPan_zoomAndPan_Setter "; 7599 static zoomAndPan_Setter(mthis, value) native "SVGZoomAndPan_zoomAndPan_Setter ";
7600
7109 } 7601 }
7110 7602
7111 class BlinkSVGSVGElement { 7603 class BlinkSVGSVGElement {
7604 static animationsPaused_Callback_0(mthis) native "SVGSVGElement_animationsPaus ed_Callback";
7605
7606 static checkEnclosure_Callback_2(mthis, element, rect) native "SVGSVGElement_c heckEnclosure_Callback";
7607
7608 static checkIntersection_Callback_2(mthis, element, rect) native "SVGSVGElemen t_checkIntersection_Callback";
7609
7610 static createSVGAngle_Callback_0(mthis) native "SVGSVGElement_createSVGAngle_C allback";
7611
7612 static createSVGLength_Callback_0(mthis) native "SVGSVGElement_createSVGLength _Callback";
7613
7614 static createSVGMatrix_Callback_0(mthis) native "SVGSVGElement_createSVGMatrix _Callback";
7615
7616 static createSVGNumber_Callback_0(mthis) native "SVGSVGElement_createSVGNumber _Callback";
7617
7618 static createSVGPoint_Callback_0(mthis) native "SVGSVGElement_createSVGPoint_C allback";
7619
7620 static createSVGRect_Callback_0(mthis) native "SVGSVGElement_createSVGRect_Cal lback";
7621
7622 static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGSVGEl ement_createSVGTransformFromMatrix_Callback";
7623
7624 static createSVGTransform_Callback_0(mthis) native "SVGSVGElement_createSVGTra nsform_Callback";
7625
7112 static currentScale_Getter(mthis) native "SVGSVGElement_currentScale_Getter"; 7626 static currentScale_Getter(mthis) native "SVGSVGElement_currentScale_Getter";
7113 7627
7114 static currentScale_Setter(mthis, value) native "SVGSVGElement_currentScale_Se tter"; 7628 static currentScale_Setter(mthis, value) native "SVGSVGElement_currentScale_Se tter";
7115 7629
7116 static currentTranslate_Getter(mthis) native "SVGSVGElement_currentTranslate_G etter"; 7630 static currentTranslate_Getter(mthis) native "SVGSVGElement_currentTranslate_G etter";
7117 7631
7118 static currentView_Getter(mthis) native "SVGSVGElement_currentView_Getter"; 7632 static currentView_Getter(mthis) native "SVGSVGElement_currentView_Getter";
7119 7633
7634 static deselectAll_Callback_0(mthis) native "SVGSVGElement_deselectAll_Callbac k";
7635
7636 static forceRedraw_Callback_0(mthis) native "SVGSVGElement_forceRedraw_Callbac k";
7637
7638 static getCurrentTime_Callback_0(mthis) native "SVGSVGElement_getCurrentTime_C allback";
7639
7640 static getElementById_Callback_1(mthis, elementId) native "SVGSVGElement_getEl ementById_Callback";
7641
7642 static getEnclosureList_Callback_2(mthis, rect, referenceElement) native "SVGS VGElement_getEnclosureList_Callback";
7643
7644 static getIntersectionList_Callback_2(mthis, rect, referenceElement) native "S VGSVGElement_getIntersectionList_Callback";
7645
7120 static height_Getter(mthis) native "SVGSVGElement_height_Getter"; 7646 static height_Getter(mthis) native "SVGSVGElement_height_Getter";
7121 7647
7648 static pauseAnimations_Callback_0(mthis) native "SVGSVGElement_pauseAnimations _Callback";
7649
7122 static pixelUnitToMillimeterX_Getter(mthis) native "SVGSVGElement_pixelUnitToM illimeterX_Getter"; 7650 static pixelUnitToMillimeterX_Getter(mthis) native "SVGSVGElement_pixelUnitToM illimeterX_Getter";
7123 7651
7124 static pixelUnitToMillimeterY_Getter(mthis) native "SVGSVGElement_pixelUnitToM illimeterY_Getter"; 7652 static pixelUnitToMillimeterY_Getter(mthis) native "SVGSVGElement_pixelUnitToM illimeterY_Getter";
7125 7653
7654 static preserveAspectRatio_Getter(mthis) native "SVGSVGElement_preserveAspectR atio_Getter";
7655
7126 static screenPixelToMillimeterX_Getter(mthis) native "SVGSVGElement_screenPixe lToMillimeterX_Getter"; 7656 static screenPixelToMillimeterX_Getter(mthis) native "SVGSVGElement_screenPixe lToMillimeterX_Getter";
7127 7657
7128 static screenPixelToMillimeterY_Getter(mthis) native "SVGSVGElement_screenPixe lToMillimeterY_Getter"; 7658 static screenPixelToMillimeterY_Getter(mthis) native "SVGSVGElement_screenPixe lToMillimeterY_Getter";
7129 7659
7660 static setCurrentTime_Callback_1(mthis, seconds) native "SVGSVGElement_setCurr entTime_Callback";
7661
7662 static suspendRedraw_Callback_1(mthis, maxWaitMilliseconds) native "SVGSVGElem ent_suspendRedraw_Callback";
7663
7664 static unpauseAnimations_Callback_0(mthis) native "SVGSVGElement_unpauseAnimat ions_Callback";
7665
7666 static unsuspendRedrawAll_Callback_0(mthis) native "SVGSVGElement_unsuspendRed rawAll_Callback";
7667
7668 static unsuspendRedraw_Callback_1(mthis, suspendHandleId) native "SVGSVGElemen t_unsuspendRedraw_Callback";
7669
7130 static useCurrentView_Getter(mthis) native "SVGSVGElement_useCurrentView_Gette r"; 7670 static useCurrentView_Getter(mthis) native "SVGSVGElement_useCurrentView_Gette r";
7131 7671
7672 static viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter";
7673
7132 static viewport_Getter(mthis) native "SVGSVGElement_viewport_Getter"; 7674 static viewport_Getter(mthis) native "SVGSVGElement_viewport_Getter";
7133 7675
7134 static width_Getter(mthis) native "SVGSVGElement_width_Getter"; 7676 static width_Getter(mthis) native "SVGSVGElement_width_Getter";
7135 7677
7136 static x_Getter(mthis) native "SVGSVGElement_x_Getter"; 7678 static x_Getter(mthis) native "SVGSVGElement_x_Getter";
7137 7679
7138 static y_Getter(mthis) native "SVGSVGElement_y_Getter"; 7680 static y_Getter(mthis) native "SVGSVGElement_y_Getter";
7139 7681
7140 static animationsPaused_Callback(mthis) native "SVGSVGElement_animationsPaused _Callback";
7141
7142 static checkEnclosure_Callback_2(mthis, element, rect) native "SVGSVGElement_c heckEnclosure_Callback";
7143
7144 static checkIntersection_Callback_2(mthis, element, rect) native "SVGSVGElemen t_checkIntersection_Callback";
7145
7146 static createSVGAngle_Callback(mthis) native "SVGSVGElement_createSVGAngle_Cal lback";
7147
7148 static createSVGLength_Callback(mthis) native "SVGSVGElement_createSVGLength_C allback";
7149
7150 static createSVGMatrix_Callback(mthis) native "SVGSVGElement_createSVGMatrix_C allback";
7151
7152 static createSVGNumber_Callback(mthis) native "SVGSVGElement_createSVGNumber_C allback";
7153
7154 static createSVGPoint_Callback(mthis) native "SVGSVGElement_createSVGPoint_Cal lback";
7155
7156 static createSVGRect_Callback(mthis) native "SVGSVGElement_createSVGRect_Callb ack";
7157
7158 static createSVGTransform_Callback(mthis) native "SVGSVGElement_createSVGTrans form_Callback";
7159
7160 static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGSVGEl ement_createSVGTransformFromMatrix_Callback";
7161
7162 static deselectAll_Callback(mthis) native "SVGSVGElement_deselectAll_Callback" ;
7163
7164 static forceRedraw_Callback(mthis) native "SVGSVGElement_forceRedraw_Callback" ;
7165
7166 static getCurrentTime_Callback(mthis) native "SVGSVGElement_getCurrentTime_Cal lback";
7167
7168 static getElementById_Callback_1(mthis, elementId) native "SVGSVGElement_getEl ementById_Callback";
7169
7170 static getEnclosureList_Callback_2(mthis, rect, referenceElement) native "SVGS VGElement_getEnclosureList_Callback";
7171
7172 static getIntersectionList_Callback_2(mthis, rect, referenceElement) native "S VGSVGElement_getIntersectionList_Callback";
7173
7174 static pauseAnimations_Callback(mthis) native "SVGSVGElement_pauseAnimations_C allback";
7175
7176 static setCurrentTime_Callback_1(mthis, seconds) native "SVGSVGElement_setCurr entTime_Callback";
7177
7178 static suspendRedraw_Callback_1(mthis, maxWaitMilliseconds) native "SVGSVGElem ent_suspendRedraw_Callback";
7179
7180 static unpauseAnimations_Callback(mthis) native "SVGSVGElement_unpauseAnimatio ns_Callback";
7181
7182 static unsuspendRedraw_Callback_1(mthis, suspendHandleId) native "SVGSVGElemen t_unsuspendRedraw_Callback";
7183
7184 static unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_unsuspendRedra wAll_Callback";
7185
7186 static preserveAspectRatio_Getter(mthis) native "SVGSVGElement_preserveAspectR atio_Getter";
7187
7188 static viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter";
7189
7190 static zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_Getter"; 7682 static zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_Getter";
7191 7683
7192 static zoomAndPan_Setter(mthis, value) native "SVGSVGElement_zoomAndPan_Setter "; 7684 static zoomAndPan_Setter(mthis, value) native "SVGSVGElement_zoomAndPan_Setter ";
7685
7193 } 7686 }
7194 7687
7195 class BlinkSVGScriptElement { 7688 class BlinkSVGScriptElement {
7689 static href_Getter(mthis) native "SVGScriptElement_href_Getter";
7690
7196 static type_Getter(mthis) native "SVGScriptElement_type_Getter"; 7691 static type_Getter(mthis) native "SVGScriptElement_type_Getter";
7197 7692
7198 static type_Setter(mthis, value) native "SVGScriptElement_type_Setter"; 7693 static type_Setter(mthis, value) native "SVGScriptElement_type_Setter";
7199 7694
7200 static href_Getter(mthis) native "SVGScriptElement_href_Getter";
7201 } 7695 }
7202 7696
7203 class BlinkSVGSetElement {} 7697 class BlinkSVGSetElement {
7698 }
7204 7699
7205 class BlinkSVGStopElement { 7700 class BlinkSVGStopElement {
7206 static offset_Getter(mthis) native "SVGStopElement_offset_Getter"; 7701 static offset_Getter(mthis) native "SVGStopElement_offset_Getter";
7702
7207 } 7703 }
7208 7704
7209 class BlinkSVGStringList { 7705 class BlinkSVGStringList {
7210 static length_Getter(mthis) native "SVGStringList_length_Getter";
7211
7212 static numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter" ;
7213
7214 static $__setter___Callback_2(mthis, index, value) native "SVGStringList___set ter___Callback"; 7706 static $__setter___Callback_2(mthis, index, value) native "SVGStringList___set ter___Callback";
7215 7707
7216 static appendItem_Callback_1(mthis, item) native "SVGStringList_appendItem_Cal lback"; 7708 static appendItem_Callback_1(mthis, item) native "SVGStringList_appendItem_Cal lback";
7217 7709
7218 static clear_Callback(mthis) native "SVGStringList_clear_Callback"; 7710 static clear_Callback_0(mthis) native "SVGStringList_clear_Callback";
7219 7711
7220 static getItem_Callback_1(mthis, index) native "SVGStringList_getItem_Callback "; 7712 static getItem_Callback_1(mthis, index) native "SVGStringList_getItem_Callback ";
7221 7713
7222 static initialize_Callback_1(mthis, item) native "SVGStringList_initialize_Cal lback"; 7714 static initialize_Callback_1(mthis, item) native "SVGStringList_initialize_Cal lback";
7223 7715
7224 static insertItemBefore_Callback_2(mthis, item, index) native "SVGStringList_i nsertItemBefore_Callback"; 7716 static insertItemBefore_Callback_2(mthis, item, index) native "SVGStringList_i nsertItemBefore_Callback";
7225 7717
7718 static length_Getter(mthis) native "SVGStringList_length_Getter";
7719
7720 static numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter" ;
7721
7226 static removeItem_Callback_1(mthis, index) native "SVGStringList_removeItem_Ca llback"; 7722 static removeItem_Callback_1(mthis, index) native "SVGStringList_removeItem_Ca llback";
7227 7723
7228 static replaceItem_Callback_2(mthis, item, index) native "SVGStringList_replac eItem_Callback"; 7724 static replaceItem_Callback_2(mthis, item, index) native "SVGStringList_replac eItem_Callback";
7725
7229 } 7726 }
7230 7727
7231 class BlinkSVGStyleElement { 7728 class BlinkSVGStyleElement {
7232 static disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter"; 7729 static disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter";
7233 7730
7234 static disabled_Setter(mthis, value) native "SVGStyleElement_disabled_Setter"; 7731 static disabled_Setter(mthis, value) native "SVGStyleElement_disabled_Setter";
7235 7732
7236 static media_Getter(mthis) native "SVGStyleElement_media_Getter"; 7733 static media_Getter(mthis) native "SVGStyleElement_media_Getter";
7237 7734
7238 static media_Setter(mthis, value) native "SVGStyleElement_media_Setter"; 7735 static media_Setter(mthis, value) native "SVGStyleElement_media_Setter";
7239 7736
7240 static sheet_Getter(mthis) native "SVGStyleElement_sheet_Getter"; 7737 static sheet_Getter(mthis) native "SVGStyleElement_sheet_Getter";
7241 7738
7242 static title_Getter(mthis) native "SVGStyleElement_title_Getter"; 7739 static title_Getter(mthis) native "SVGStyleElement_title_Getter";
7243 7740
7244 static title_Setter(mthis, value) native "SVGStyleElement_title_Setter"; 7741 static title_Setter(mthis, value) native "SVGStyleElement_title_Setter";
7245 7742
7246 static type_Getter(mthis) native "SVGStyleElement_type_Getter"; 7743 static type_Getter(mthis) native "SVGStyleElement_type_Getter";
7247 7744
7248 static type_Setter(mthis, value) native "SVGStyleElement_type_Setter"; 7745 static type_Setter(mthis, value) native "SVGStyleElement_type_Setter";
7746
7249 } 7747 }
7250 7748
7251 class BlinkSVGSwitchElement {} 7749 class BlinkSVGSwitchElement {
7750 }
7252 7751
7253 class BlinkSVGSymbolElement { 7752 class BlinkSVGSymbolElement {
7254 static preserveAspectRatio_Getter(mthis) native "SVGSymbolElement_preserveAspe ctRatio_Getter"; 7753 static preserveAspectRatio_Getter(mthis) native "SVGSymbolElement_preserveAspe ctRatio_Getter";
7255 7754
7256 static viewBox_Getter(mthis) native "SVGSymbolElement_viewBox_Getter"; 7755 static viewBox_Getter(mthis) native "SVGSymbolElement_viewBox_Getter";
7756
7257 } 7757 }
7258 7758
7259 class BlinkSVGTSpanElement {} 7759 class BlinkSVGTSpanElement {
7760 }
7260 7761
7261 class BlinkSVGTextElement {} 7762 class BlinkSVGTextElement {
7763 }
7262 7764
7263 class BlinkSVGTextPathElement { 7765 class BlinkSVGTextPathElement {
7766 static href_Getter(mthis) native "SVGTextPathElement_href_Getter";
7767
7264 static method_Getter(mthis) native "SVGTextPathElement_method_Getter"; 7768 static method_Getter(mthis) native "SVGTextPathElement_method_Getter";
7265 7769
7266 static spacing_Getter(mthis) native "SVGTextPathElement_spacing_Getter"; 7770 static spacing_Getter(mthis) native "SVGTextPathElement_spacing_Getter";
7267 7771
7268 static startOffset_Getter(mthis) native "SVGTextPathElement_startOffset_Getter "; 7772 static startOffset_Getter(mthis) native "SVGTextPathElement_startOffset_Getter ";
7269 7773
7270 static href_Getter(mthis) native "SVGTextPathElement_href_Getter";
7271 } 7774 }
7272 7775
7273 class BlinkSVGTitleElement {} 7776 class BlinkSVGTitleElement {
7777 }
7274 7778
7275 class BlinkSVGTransform { 7779 class BlinkSVGTransform {
7276 static angle_Getter(mthis) native "SVGTransform_angle_Getter"; 7780 static angle_Getter(mthis) native "SVGTransform_angle_Getter";
7277 7781
7278 static matrix_Getter(mthis) native "SVGTransform_matrix_Getter"; 7782 static matrix_Getter(mthis) native "SVGTransform_matrix_Getter";
7279 7783
7280 static type_Getter(mthis) native "SVGTransform_type_Getter";
7281
7282 static setMatrix_Callback_1(mthis, matrix) native "SVGTransform_setMatrix_Call back"; 7784 static setMatrix_Callback_1(mthis, matrix) native "SVGTransform_setMatrix_Call back";
7283 7785
7284 static setRotate_Callback_3(mthis, angle, cx, cy) native "SVGTransform_setRota te_Callback"; 7786 static setRotate_Callback_3(mthis, angle, cx, cy) native "SVGTransform_setRota te_Callback";
7285 7787
7286 static setScale_Callback_2(mthis, sx, sy) native "SVGTransform_setScale_Callba ck"; 7788 static setScale_Callback_2(mthis, sx, sy) native "SVGTransform_setScale_Callba ck";
7287 7789
7288 static setSkewX_Callback_1(mthis, angle) native "SVGTransform_setSkewX_Callbac k"; 7790 static setSkewX_Callback_1(mthis, angle) native "SVGTransform_setSkewX_Callbac k";
7289 7791
7290 static setSkewY_Callback_1(mthis, angle) native "SVGTransform_setSkewY_Callbac k"; 7792 static setSkewY_Callback_1(mthis, angle) native "SVGTransform_setSkewY_Callbac k";
7291 7793
7292 static setTranslate_Callback_2(mthis, tx, ty) native "SVGTransform_setTranslat e_Callback"; 7794 static setTranslate_Callback_2(mthis, tx, ty) native "SVGTransform_setTranslat e_Callback";
7795
7796 static type_Getter(mthis) native "SVGTransform_type_Getter";
7797
7293 } 7798 }
7294 7799
7295 class BlinkSVGTransformList { 7800 class BlinkSVGTransformList {
7296 static length_Getter(mthis) native "SVGTransformList_length_Getter";
7297
7298 static numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Gett er";
7299
7300 static $__setter___Callback_2(mthis, index, value) native "SVGTransformList___ setter___Callback"; 7801 static $__setter___Callback_2(mthis, index, value) native "SVGTransformList___ setter___Callback";
7301 7802
7302 static appendItem_Callback_1(mthis, item) native "SVGTransformList_appendItem_ Callback"; 7803 static appendItem_Callback_1(mthis, item) native "SVGTransformList_appendItem_ Callback";
7303 7804
7304 static clear_Callback(mthis) native "SVGTransformList_clear_Callback"; 7805 static clear_Callback_0(mthis) native "SVGTransformList_clear_Callback";
7305 7806
7306 static consolidate_Callback(mthis) native "SVGTransformList_consolidate_Callba ck"; 7807 static consolidate_Callback_0(mthis) native "SVGTransformList_consolidate_Call back";
7307 7808
7308 static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGTrans formList_createSVGTransformFromMatrix_Callback"; 7809 static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGTrans formList_createSVGTransformFromMatrix_Callback";
7309 7810
7310 static getItem_Callback_1(mthis, index) native "SVGTransformList_getItem_Callb ack"; 7811 static getItem_Callback_1(mthis, index) native "SVGTransformList_getItem_Callb ack";
7311 7812
7312 static initialize_Callback_1(mthis, item) native "SVGTransformList_initialize_ Callback"; 7813 static initialize_Callback_1(mthis, item) native "SVGTransformList_initialize_ Callback";
7313 7814
7314 static insertItemBefore_Callback_2(mthis, item, index) native "SVGTransformLis t_insertItemBefore_Callback"; 7815 static insertItemBefore_Callback_2(mthis, item, index) native "SVGTransformLis t_insertItemBefore_Callback";
7315 7816
7817 static length_Getter(mthis) native "SVGTransformList_length_Getter";
7818
7819 static numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Gett er";
7820
7316 static removeItem_Callback_1(mthis, index) native "SVGTransformList_removeItem _Callback"; 7821 static removeItem_Callback_1(mthis, index) native "SVGTransformList_removeItem _Callback";
7317 7822
7318 static replaceItem_Callback_2(mthis, item, index) native "SVGTransformList_rep laceItem_Callback"; 7823 static replaceItem_Callback_2(mthis, item, index) native "SVGTransformList_rep laceItem_Callback";
7824
7319 } 7825 }
7320 7826
7321 class BlinkSVGUnitTypes {} 7827 class BlinkSVGUnitTypes {
7828 }
7322 7829
7323 class BlinkSVGUseElement { 7830 class BlinkSVGUseElement {
7324 static height_Getter(mthis) native "SVGUseElement_height_Getter"; 7831 static height_Getter(mthis) native "SVGUseElement_height_Getter";
7325 7832
7833 static href_Getter(mthis) native "SVGUseElement_href_Getter";
7834
7326 static width_Getter(mthis) native "SVGUseElement_width_Getter"; 7835 static width_Getter(mthis) native "SVGUseElement_width_Getter";
7327 7836
7328 static x_Getter(mthis) native "SVGUseElement_x_Getter"; 7837 static x_Getter(mthis) native "SVGUseElement_x_Getter";
7329 7838
7330 static y_Getter(mthis) native "SVGUseElement_y_Getter"; 7839 static y_Getter(mthis) native "SVGUseElement_y_Getter";
7331 7840
7332 static href_Getter(mthis) native "SVGUseElement_href_Getter";
7333 } 7841 }
7334 7842
7335 class BlinkSVGVKernElement {} 7843 class BlinkSVGVKernElement {
7844 }
7336 7845
7337 class BlinkSVGViewElement { 7846 class BlinkSVGViewElement {
7338 static viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter";
7339
7340 static preserveAspectRatio_Getter(mthis) native "SVGViewElement_preserveAspect Ratio_Getter"; 7847 static preserveAspectRatio_Getter(mthis) native "SVGViewElement_preserveAspect Ratio_Getter";
7341 7848
7342 static viewBox_Getter(mthis) native "SVGViewElement_viewBox_Getter"; 7849 static viewBox_Getter(mthis) native "SVGViewElement_viewBox_Getter";
7343 7850
7851 static viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter";
7852
7344 static zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan_Getter"; 7853 static zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan_Getter";
7345 7854
7346 static zoomAndPan_Setter(mthis, value) native "SVGViewElement_zoomAndPan_Sette r"; 7855 static zoomAndPan_Setter(mthis, value) native "SVGViewElement_zoomAndPan_Sette r";
7856
7347 } 7857 }
7348 7858
7349 class BlinkSVGViewSpec { 7859 class BlinkSVGViewSpec {
7350 static preserveAspectRatioString_Getter(mthis) native "SVGViewSpec_preserveAsp ectRatioString_Getter"; 7860 static preserveAspectRatioString_Getter(mthis) native "SVGViewSpec_preserveAsp ectRatioString_Getter";
7351 7861
7352 static transform_Getter(mthis) native "SVGViewSpec_transform_Getter"; 7862 static preserveAspectRatio_Getter(mthis) native "SVGViewSpec_preserveAspectRat io_Getter";
7353 7863
7354 static transformString_Getter(mthis) native "SVGViewSpec_transformString_Gette r"; 7864 static transformString_Getter(mthis) native "SVGViewSpec_transformString_Gette r";
7355 7865
7866 static transform_Getter(mthis) native "SVGViewSpec_transform_Getter";
7867
7356 static viewBoxString_Getter(mthis) native "SVGViewSpec_viewBoxString_Getter"; 7868 static viewBoxString_Getter(mthis) native "SVGViewSpec_viewBoxString_Getter";
7357 7869
7358 static viewTarget_Getter(mthis) native "SVGViewSpec_viewTarget_Getter"; 7870 static viewBox_Getter(mthis) native "SVGViewSpec_viewBox_Getter";
7359 7871
7360 static viewTargetString_Getter(mthis) native "SVGViewSpec_viewTargetString_Get ter"; 7872 static viewTargetString_Getter(mthis) native "SVGViewSpec_viewTargetString_Get ter";
7361 7873
7362 static preserveAspectRatio_Getter(mthis) native "SVGViewSpec_preserveAspectRat io_Getter"; 7874 static viewTarget_Getter(mthis) native "SVGViewSpec_viewTarget_Getter";
7363
7364 static viewBox_Getter(mthis) native "SVGViewSpec_viewBox_Getter";
7365 7875
7366 static zoomAndPan_Getter(mthis) native "SVGViewSpec_zoomAndPan_Getter"; 7876 static zoomAndPan_Getter(mthis) native "SVGViewSpec_zoomAndPan_Getter";
7367 7877
7368 static zoomAndPan_Setter(mthis, value) native "SVGViewSpec_zoomAndPan_Setter"; 7878 static zoomAndPan_Setter(mthis, value) native "SVGViewSpec_zoomAndPan_Setter";
7879
7369 } 7880 }
7370 7881
7371 class BlinkSVGZoomEvent { 7882 class BlinkSVGZoomEvent {
7372 static newScale_Getter(mthis) native "SVGZoomEvent_newScale_Getter"; 7883 static newScale_Getter(mthis) native "SVGZoomEvent_newScale_Getter";
7373 7884
7374 static newTranslate_Getter(mthis) native "SVGZoomEvent_newTranslate_Getter"; 7885 static newTranslate_Getter(mthis) native "SVGZoomEvent_newTranslate_Getter";
7375 7886
7376 static previousScale_Getter(mthis) native "SVGZoomEvent_previousScale_Getter"; 7887 static previousScale_Getter(mthis) native "SVGZoomEvent_previousScale_Getter";
7377 7888
7378 static previousTranslate_Getter(mthis) native "SVGZoomEvent_previousTranslate_ Getter"; 7889 static previousTranslate_Getter(mthis) native "SVGZoomEvent_previousTranslate_ Getter";
7379 7890
7380 static zoomRectScreen_Getter(mthis) native "SVGZoomEvent_zoomRectScreen_Getter "; 7891 static zoomRectScreen_Getter(mthis) native "SVGZoomEvent_zoomRectScreen_Getter ";
7892
7381 } 7893 }
7382 7894
7383 class BlinkScreen { 7895 class BlinkScreen {
7384 static availHeight_Getter(mthis) native "Screen_availHeight_Getter"; 7896 static availHeight_Getter(mthis) native "Screen_availHeight_Getter";
7385 7897
7386 static availLeft_Getter(mthis) native "Screen_availLeft_Getter"; 7898 static availLeft_Getter(mthis) native "Screen_availLeft_Getter";
7387 7899
7388 static availTop_Getter(mthis) native "Screen_availTop_Getter"; 7900 static availTop_Getter(mthis) native "Screen_availTop_Getter";
7389 7901
7390 static availWidth_Getter(mthis) native "Screen_availWidth_Getter"; 7902 static availWidth_Getter(mthis) native "Screen_availWidth_Getter";
7391 7903
7392 static colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; 7904 static colorDepth_Getter(mthis) native "Screen_colorDepth_Getter";
7393 7905
7394 static height_Getter(mthis) native "Screen_height_Getter"; 7906 static height_Getter(mthis) native "Screen_height_Getter";
7395 7907
7396 static orientation_Getter(mthis) native "Screen_orientation_Getter"; 7908 static orientation_Getter(mthis) native "Screen_orientation_Getter";
7397 7909
7398 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; 7910 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter";
7399 7911
7400 static width_Getter(mthis) native "Screen_width_Getter"; 7912 static width_Getter(mthis) native "Screen_width_Getter";
7913
7401 } 7914 }
7402 7915
7403 class BlinkScreenOrientation { 7916 class BlinkScreenOrientation {
7404 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter"; 7917 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter";
7405 7918
7919 static lock_Callback_1(mthis, orientation) native "ScreenOrientation_lock_Call back";
7920
7406 static type_Getter(mthis) native "ScreenOrientation_type_Getter"; 7921 static type_Getter(mthis) native "ScreenOrientation_type_Getter";
7407 7922
7408 static lock_Callback_1(mthis, orientation) native "ScreenOrientation_lock_Call back"; 7923 static unlock_Callback_0(mthis) native "ScreenOrientation_unlock_Callback";
7409 7924
7410 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback";
7411 } 7925 }
7412 7926
7413 class BlinkScriptProcessorNode { 7927 class BlinkScriptProcessorNode {
7414 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter" ; 7928 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter" ;
7415 7929
7416 static setEventListener_Callback_1(mthis, eventListener) native "ScriptProcess orNode_setEventListener_Callback"; 7930 static setEventListener_Callback_1(mthis, eventListener) native "ScriptProcess orNode_setEventListener_Callback";
7931
7417 } 7932 }
7418 7933
7419 class BlinkSecurityPolicyViolationEvent { 7934 class BlinkSecurityPolicyViolationEvent {
7420 static constructorCallback(type, options) native "SecurityPolicyViolationEvent _constructorCallback"; 7935 static constructorCallback_2(type, options) native "SecurityPolicyViolationEve nt_constructorCallback";
7421 7936
7422 static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedUR I_Getter"; 7937 static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedUR I_Getter";
7423 7938
7424 static columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_columnN umber_Getter"; 7939 static columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_columnN umber_Getter";
7425 7940
7426 static documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_document URI_Getter"; 7941 static documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_document URI_Getter";
7427 7942
7428 static effectiveDirective_Getter(mthis) native "SecurityPolicyViolationEvent_e ffectiveDirective_Getter"; 7943 static effectiveDirective_Getter(mthis) native "SecurityPolicyViolationEvent_e ffectiveDirective_Getter";
7429 7944
7430 static lineNumber_Getter(mthis) native "SecurityPolicyViolationEvent_lineNumbe r_Getter"; 7945 static lineNumber_Getter(mthis) native "SecurityPolicyViolationEvent_lineNumbe r_Getter";
7431 7946
7432 static originalPolicy_Getter(mthis) native "SecurityPolicyViolationEvent_origi nalPolicy_Getter"; 7947 static originalPolicy_Getter(mthis) native "SecurityPolicyViolationEvent_origi nalPolicy_Getter";
7433 7948
7434 static referrer_Getter(mthis) native "SecurityPolicyViolationEvent_referrer_Ge tter"; 7949 static referrer_Getter(mthis) native "SecurityPolicyViolationEvent_referrer_Ge tter";
7435 7950
7436 static sourceFile_Getter(mthis) native "SecurityPolicyViolationEvent_sourceFil e_Getter"; 7951 static sourceFile_Getter(mthis) native "SecurityPolicyViolationEvent_sourceFil e_Getter";
7437 7952
7438 static statusCode_Getter(mthis) native "SecurityPolicyViolationEvent_statusCod e_Getter"; 7953 static statusCode_Getter(mthis) native "SecurityPolicyViolationEvent_statusCod e_Getter";
7439 7954
7440 static violatedDirective_Getter(mthis) native "SecurityPolicyViolationEvent_vi olatedDirective_Getter"; 7955 static violatedDirective_Getter(mthis) native "SecurityPolicyViolationEvent_vi olatedDirective_Getter";
7956
7441 } 7957 }
7442 7958
7443 class BlinkSelection { 7959 class BlinkSelection {
7960 static addRange_Callback_1(mthis, range) native "Selection_addRange_Callback";
7961
7444 static anchorNode_Getter(mthis) native "Selection_anchorNode_Getter"; 7962 static anchorNode_Getter(mthis) native "Selection_anchorNode_Getter";
7445 7963
7446 static anchorOffset_Getter(mthis) native "Selection_anchorOffset_Getter"; 7964 static anchorOffset_Getter(mthis) native "Selection_anchorOffset_Getter";
7447 7965
7448 static baseNode_Getter(mthis) native "Selection_baseNode_Getter"; 7966 static baseNode_Getter(mthis) native "Selection_baseNode_Getter";
7449 7967
7450 static baseOffset_Getter(mthis) native "Selection_baseOffset_Getter"; 7968 static baseOffset_Getter(mthis) native "Selection_baseOffset_Getter";
7451 7969
7970 static collapseToEnd_Callback_0(mthis) native "Selection_collapseToEnd_Callbac k";
7971
7972 static collapseToStart_Callback_0(mthis) native "Selection_collapseToStart_Cal lback";
7973
7974 static collapse_Callback_1(mthis, node) native "Selection_collapse_Callback";
7975
7976 static collapse_Callback_2(mthis, node, offset) native "Selection_collapse_Cal lback";
7977
7978 static containsNode_Callback_2(mthis, node, allowPartial) native "Selection_co ntainsNode_Callback";
7979
7980 static deleteFromDocument_Callback_0(mthis) native "Selection_deleteFromDocume nt_Callback";
7981
7982 static empty_Callback_0(mthis) native "Selection_empty_Callback";
7983
7984 static extend_Callback_1(mthis, node) native "Selection_extend_Callback";
7985
7986 static extend_Callback_2(mthis, node, offset) native "Selection_extend_Callbac k";
7987
7452 static extentNode_Getter(mthis) native "Selection_extentNode_Getter"; 7988 static extentNode_Getter(mthis) native "Selection_extentNode_Getter";
7453 7989
7454 static extentOffset_Getter(mthis) native "Selection_extentOffset_Getter"; 7990 static extentOffset_Getter(mthis) native "Selection_extentOffset_Getter";
7455 7991
7456 static focusNode_Getter(mthis) native "Selection_focusNode_Getter"; 7992 static focusNode_Getter(mthis) native "Selection_focusNode_Getter";
7457 7993
7458 static focusOffset_Getter(mthis) native "Selection_focusOffset_Getter"; 7994 static focusOffset_Getter(mthis) native "Selection_focusOffset_Getter";
7459 7995
7996 static getRangeAt_Callback_1(mthis, index) native "Selection_getRangeAt_Callba ck";
7997
7460 static isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter"; 7998 static isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter";
7461 7999
8000 static modify_Callback_3(mthis, alter, direction, granularity) native "Selecti on_modify_Callback";
8001
7462 static rangeCount_Getter(mthis) native "Selection_rangeCount_Getter"; 8002 static rangeCount_Getter(mthis) native "Selection_rangeCount_Getter";
7463 8003
7464 static type_Getter(mthis) native "Selection_type_Getter"; 8004 static removeAllRanges_Callback_0(mthis) native "Selection_removeAllRanges_Cal lback";
7465
7466 static addRange_Callback_1(mthis, range) native "Selection_addRange_Callback";
7467
7468 static collapse_Callback_2(mthis, node, offset) native "Selection_collapse_Cal lback";
7469
7470 static collapse_Callback_1(mthis, node) native "Selection_collapse_Callback";
7471
7472 static collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_Callback" ;
7473
7474 static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callb ack";
7475
7476 static containsNode_Callback_2(mthis, node, allowPartial) native "Selection_co ntainsNode_Callback";
7477
7478 static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument _Callback";
7479
7480 static empty_Callback(mthis) native "Selection_empty_Callback";
7481
7482 static extend_Callback_2(mthis, node, offset) native "Selection_extend_Callbac k";
7483
7484 static extend_Callback_1(mthis, node) native "Selection_extend_Callback";
7485
7486 static getRangeAt_Callback_1(mthis, index) native "Selection_getRangeAt_Callba ck";
7487
7488 static modify_Callback_3(mthis, alter, direction, granularity) native "Selecti on_modify_Callback";
7489
7490 static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callb ack";
7491 8005
7492 static selectAllChildren_Callback_1(mthis, node) native "Selection_selectAllCh ildren_Callback"; 8006 static selectAllChildren_Callback_1(mthis, node) native "Selection_selectAllCh ildren_Callback";
7493 8007
7494 static setBaseAndExtent_Callback_4(mthis, baseNode, baseOffset, extentNode, ex tentOffset) native "Selection_setBaseAndExtent_Callback"; 8008 static setBaseAndExtent_Callback_4(mthis, baseNode, baseOffset, extentNode, ex tentOffset) native "Selection_setBaseAndExtent_Callback";
7495 8009
8010 static setPosition_Callback_1(mthis, node) native "Selection_setPosition_Callb ack";
8011
7496 static setPosition_Callback_2(mthis, node, offset) native "Selection_setPositi on_Callback"; 8012 static setPosition_Callback_2(mthis, node, offset) native "Selection_setPositi on_Callback";
7497 8013
7498 static setPosition_Callback_1(mthis, node) native "Selection_setPosition_Callb ack"; 8014 static type_Getter(mthis) native "Selection_type_Getter";
8015
7499 } 8016 }
7500 8017
7501 class BlinkServiceWorker {} 8018 class BlinkServiceWorker {
8019 }
7502 8020
7503 class BlinkServiceWorkerClient { 8021 class BlinkServiceWorkerClient {
7504 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter"; 8022 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter";
7505 8023
7506 static postMessage_Callback_2(mthis, message, transfer) native "ServiceWorkerC lient_postMessage_Callback"; 8024 static postMessage_Callback_2(mthis, message, transfer) native "ServiceWorkerC lient_postMessage_Callback";
8025
7507 } 8026 }
7508 8027
7509 class BlinkServiceWorkerClients { 8028 class BlinkServiceWorkerClients {
7510 static getServiced_Callback(mthis) native "ServiceWorkerClients_getServiced_Ca llback"; 8029 static getServiced_Callback_0(mthis) native "ServiceWorkerClients_getServiced_ Callback";
8030
7511 } 8031 }
7512 8032
7513 class BlinkServiceWorkerContainer { 8033 class BlinkServiceWorkerContainer {
7514 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; 8034 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter";
7515 8035
7516 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett er"; 8036 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett er";
7517 8037
7518 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett er"; 8038 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett er";
7519 8039
7520 static ready_Getter(mthis) native "ServiceWorkerContainer_ready_Getter"; 8040 static ready_Getter(mthis) native "ServiceWorkerContainer_ready_Getter";
7521 8041
7522 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; 8042 static register_Callback_1(mthis, url) native "ServiceWorkerContainer_register _Callback";
7523 8043
7524 static register_Callback_2(mthis, url, options) native "ServiceWorkerContainer _register_Callback"; 8044 static register_Callback_2(mthis, url, options) native "ServiceWorkerContainer _register_Callback";
7525 8045
7526 static register_Callback_1(mthis, url) native "ServiceWorkerContainer_register _Callback"; 8046 static unregister_Callback_0(mthis) native "ServiceWorkerContainer_unregister_ Callback";
7527 8047
7528 static unregister_Callback_1(mthis, scope) native "ServiceWorkerContainer_unre gister_Callback"; 8048 static unregister_Callback_1(mthis, scope) native "ServiceWorkerContainer_unre gister_Callback";
7529 8049
7530 static unregister_Callback(mthis) native "ServiceWorkerContainer_unregister_Ca llback"; 8050 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter";
8051
7531 } 8052 }
7532 8053
7533 class BlinkServiceWorkerGlobalScope { 8054 class BlinkServiceWorkerGlobalScope {
7534 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; 8055 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter";
7535 8056
8057 static fetch_Callback_1(mthis, request) native "ServiceWorkerGlobalScope_fetch _Callback";
8058
8059 static fetch_Callback_2(mthis, request, requestInitDict) native "ServiceWorker GlobalScope_fetch_Callback";
8060
7536 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache s_Getter"; 8061 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache s_Getter";
7537 8062
7538 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; 8063 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter";
7539 8064
7540 static fetch_Callback_1(mthis, request) native "ServiceWorkerGlobalScope_fetch _Callback";
7541
7542 static fetch_Callback_2(mthis, request, requestInitDict) native "ServiceWorker GlobalScope_fetch_Callback";
7543 } 8065 }
7544 8066
7545 class BlinkServiceWorkerRegistration { 8067 class BlinkServiceWorkerRegistration {
7546 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter"; 8068 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter";
7547 8069
7548 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G etter"; 8070 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G etter";
7549 8071
7550 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter"; 8072 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter";
7551 8073
8074 static unregister_Callback_0(mthis) native "ServiceWorkerRegistration_unregist er_Callback";
8075
7552 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter" ; 8076 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter" ;
7553 8077
7554 static unregister_Callback(mthis) native "ServiceWorkerRegistration_unregister _Callback";
7555 } 8078 }
7556 8079
7557 class BlinkShadowRoot { 8080 class BlinkShadowRoot {
7558 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; 8081 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter";
7559 8082
7560 static host_Getter(mthis) native "ShadowRoot_host_Getter";
7561
7562 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter";
7563
7564 static innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Setter";
7565
7566 static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter ";
7567
7568 static styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter";
7569
7570 static cloneNode_Callback_1(mthis, deep) native "ShadowRoot_cloneNode_Callback "; 8083 static cloneNode_Callback_1(mthis, deep) native "ShadowRoot_cloneNode_Callback ";
7571 8084
7572 static elementFromPoint_Callback_2(mthis, x, y) native "ShadowRoot_elementFrom Point_Callback"; 8085 static elementFromPoint_Callback_2(mthis, x, y) native "ShadowRoot_elementFrom Point_Callback";
7573 8086
7574 static getElementById_Callback_1(mthis, elementId) native "ShadowRoot_getEleme ntById_Callback"; 8087 static getElementById_Callback_1(mthis, elementId) native "ShadowRoot_getEleme ntById_Callback";
7575 8088
7576 static getElementsByClassName_Callback_1(mthis, className) native "ShadowRoot_ getElementsByClassName_Callback"; 8089 static getElementsByClassName_Callback_1(mthis, className) native "ShadowRoot_ getElementsByClassName_Callback";
7577 8090
7578 static getElementsByTagName_Callback_1(mthis, tagName) native "ShadowRoot_getE lementsByTagName_Callback"; 8091 static getElementsByTagName_Callback_1(mthis, tagName) native "ShadowRoot_getE lementsByTagName_Callback";
7579 8092
7580 static getSelection_Callback(mthis) native "ShadowRoot_getSelection_Callback"; 8093 static getSelection_Callback_0(mthis) native "ShadowRoot_getSelection_Callback ";
8094
8095 static host_Getter(mthis) native "ShadowRoot_host_Getter";
8096
8097 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter";
8098
8099 static innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Setter";
8100
8101 static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter ";
8102
8103 static styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter";
8104
7581 } 8105 }
7582 8106
7583 class BlinkSharedWorker { 8107 class BlinkSharedWorker {
7584 static constructorCallback_2(scriptURL, name) native "SharedWorker_constructor Callback"; 8108 static constructorCallback_2(scriptURL, name) native "SharedWorker_constructor Callback";
7585 8109
7586 static port_Getter(mthis) native "SharedWorker_port_Getter"; 8110 static port_Getter(mthis) native "SharedWorker_port_Getter";
7587 8111
7588 static workerStart_Getter(mthis) native "SharedWorker_workerStart_Getter"; 8112 static workerStart_Getter(mthis) native "SharedWorker_workerStart_Getter";
8113
7589 } 8114 }
7590 8115
7591 class BlinkSharedWorkerGlobalScope { 8116 class BlinkSharedWorkerGlobalScope {
7592 static name_Getter(mthis) native "SharedWorkerGlobalScope_name_Getter"; 8117 static name_Getter(mthis) native "SharedWorkerGlobalScope_name_Getter";
8118
7593 } 8119 }
7594 8120
7595 class BlinkSourceBuffer { 8121 class BlinkSourceBuffer {
8122 static abort_Callback_0(mthis) native "SourceBuffer_abort_Callback";
8123
8124 static appendBuffer_Callback_1(mthis, data) native "SourceBuffer_appendBuffer_ Callback";
8125
8126 static appendStream_Callback_1(mthis, stream) native "SourceBuffer_appendStrea m_Callback";
8127
8128 static appendStream_Callback_2(mthis, stream, maxSize) native "SourceBuffer_ap pendStream_Callback";
8129
7596 static appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWindowEnd_Gett er"; 8130 static appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWindowEnd_Gett er";
7597 8131
7598 static appendWindowEnd_Setter(mthis, value) native "SourceBuffer_appendWindowE nd_Setter"; 8132 static appendWindowEnd_Setter(mthis, value) native "SourceBuffer_appendWindowE nd_Setter";
7599 8133
7600 static appendWindowStart_Getter(mthis) native "SourceBuffer_appendWindowStart_ Getter"; 8134 static appendWindowStart_Getter(mthis) native "SourceBuffer_appendWindowStart_ Getter";
7601 8135
7602 static appendWindowStart_Setter(mthis, value) native "SourceBuffer_appendWindo wStart_Setter"; 8136 static appendWindowStart_Setter(mthis, value) native "SourceBuffer_appendWindo wStart_Setter";
7603 8137
7604 static buffered_Getter(mthis) native "SourceBuffer_buffered_Getter"; 8138 static buffered_Getter(mthis) native "SourceBuffer_buffered_Getter";
7605 8139
7606 static mode_Getter(mthis) native "SourceBuffer_mode_Getter"; 8140 static mode_Getter(mthis) native "SourceBuffer_mode_Getter";
7607 8141
7608 static mode_Setter(mthis, value) native "SourceBuffer_mode_Setter"; 8142 static mode_Setter(mthis, value) native "SourceBuffer_mode_Setter";
7609 8143
8144 static remove_Callback_2(mthis, start, end) native "SourceBuffer_remove_Callba ck";
8145
7610 static timestampOffset_Getter(mthis) native "SourceBuffer_timestampOffset_Gett er"; 8146 static timestampOffset_Getter(mthis) native "SourceBuffer_timestampOffset_Gett er";
7611 8147
7612 static timestampOffset_Setter(mthis, value) native "SourceBuffer_timestampOffs et_Setter"; 8148 static timestampOffset_Setter(mthis, value) native "SourceBuffer_timestampOffs et_Setter";
7613 8149
7614 static updating_Getter(mthis) native "SourceBuffer_updating_Getter"; 8150 static updating_Getter(mthis) native "SourceBuffer_updating_Getter";
7615 8151
7616 static abort_Callback(mthis) native "SourceBuffer_abort_Callback";
7617
7618 static appendBuffer_Callback_1(mthis, data) native "SourceBuffer_appendBuffer_ Callback";
7619
7620 static appendStream_Callback_2(mthis, stream, maxSize) native "SourceBuffer_ap pendStream_Callback";
7621
7622 static appendStream_Callback_1(mthis, stream) native "SourceBuffer_appendStrea m_Callback";
7623
7624 static remove_Callback_2(mthis, start, end) native "SourceBuffer_remove_Callba ck";
7625 } 8152 }
7626 8153
7627 class BlinkSourceBufferList { 8154 class BlinkSourceBufferList {
8155 static item_Callback_1(mthis, index) native "SourceBufferList_item_Callback";
8156
7628 static length_Getter(mthis) native "SourceBufferList_length_Getter"; 8157 static length_Getter(mthis) native "SourceBufferList_length_Getter";
7629 8158
7630 static item_Callback_1(mthis, index) native "SourceBufferList_item_Callback";
7631 } 8159 }
7632 8160
7633 class BlinkSourceInfo { 8161 class BlinkSourceInfo {
7634 static facing_Getter(mthis) native "SourceInfo_facing_Getter"; 8162 static facing_Getter(mthis) native "SourceInfo_facing_Getter";
7635 8163
7636 static id_Getter(mthis) native "SourceInfo_id_Getter"; 8164 static id_Getter(mthis) native "SourceInfo_id_Getter";
7637 8165
7638 static kind_Getter(mthis) native "SourceInfo_kind_Getter"; 8166 static kind_Getter(mthis) native "SourceInfo_kind_Getter";
7639 8167
7640 static label_Getter(mthis) native "SourceInfo_label_Getter"; 8168 static label_Getter(mthis) native "SourceInfo_label_Getter";
8169
7641 } 8170 }
7642 8171
7643 class BlinkSpeechGrammar { 8172 class BlinkSpeechGrammar {
7644 static constructorCallback() native "SpeechGrammar_constructorCallback"; 8173 static constructorCallback_0() native "SpeechGrammar_constructorCallback";
7645 8174
7646 static src_Getter(mthis) native "SpeechGrammar_src_Getter"; 8175 static src_Getter(mthis) native "SpeechGrammar_src_Getter";
7647 8176
7648 static src_Setter(mthis, value) native "SpeechGrammar_src_Setter"; 8177 static src_Setter(mthis, value) native "SpeechGrammar_src_Setter";
7649 8178
7650 static weight_Getter(mthis) native "SpeechGrammar_weight_Getter"; 8179 static weight_Getter(mthis) native "SpeechGrammar_weight_Getter";
7651 8180
7652 static weight_Setter(mthis, value) native "SpeechGrammar_weight_Setter"; 8181 static weight_Setter(mthis, value) native "SpeechGrammar_weight_Setter";
8182
7653 } 8183 }
7654 8184
7655 class BlinkSpeechGrammarList { 8185 class BlinkSpeechGrammarList {
7656 static constructorCallback() native "SpeechGrammarList_constructorCallback"; 8186 static addFromString_Callback_1(mthis, string) native "SpeechGrammarList_addFr omString_Callback";
8187
8188 static addFromString_Callback_2(mthis, string, weight) native "SpeechGrammarLi st_addFromString_Callback";
8189
8190 static addFromUri_Callback_1(mthis, src) native "SpeechGrammarList_addFromUri_ Callback";
8191
8192 static addFromUri_Callback_2(mthis, src, weight) native "SpeechGrammarList_add FromUri_Callback";
8193
8194 static constructorCallback_0() native "SpeechGrammarList_constructorCallback";
8195
8196 static item_Callback_1(mthis, index) native "SpeechGrammarList_item_Callback";
7657 8197
7658 static length_Getter(mthis) native "SpeechGrammarList_length_Getter"; 8198 static length_Getter(mthis) native "SpeechGrammarList_length_Getter";
7659 8199
7660 static addFromString_Callback_2(mthis, string, weight) native "SpeechGrammarLi st_addFromString_Callback";
7661
7662 static addFromString_Callback_1(mthis, string) native "SpeechGrammarList_addFr omString_Callback";
7663
7664 static addFromUri_Callback_2(mthis, src, weight) native "SpeechGrammarList_add FromUri_Callback";
7665
7666 static addFromUri_Callback_1(mthis, src) native "SpeechGrammarList_addFromUri_ Callback";
7667
7668 static item_Callback_1(mthis, index) native "SpeechGrammarList_item_Callback";
7669 } 8200 }
7670 8201
7671 class BlinkSpeechRecognition { 8202 class BlinkSpeechRecognition {
7672 static constructorCallback() native "SpeechRecognition_constructorCallback"; 8203 static abort_Callback_0(mthis) native "SpeechRecognition_abort_Callback";
8204
8205 static constructorCallback_0() native "SpeechRecognition_constructorCallback";
7673 8206
7674 static continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter"; 8207 static continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter";
7675 8208
7676 static continuous_Setter(mthis, value) native "SpeechRecognition_continuous_Se tter"; 8209 static continuous_Setter(mthis, value) native "SpeechRecognition_continuous_Se tter";
7677 8210
7678 static grammars_Getter(mthis) native "SpeechRecognition_grammars_Getter"; 8211 static grammars_Getter(mthis) native "SpeechRecognition_grammars_Getter";
7679 8212
7680 static grammars_Setter(mthis, value) native "SpeechRecognition_grammars_Setter "; 8213 static grammars_Setter(mthis, value) native "SpeechRecognition_grammars_Setter ";
7681 8214
7682 static interimResults_Getter(mthis) native "SpeechRecognition_interimResults_G etter"; 8215 static interimResults_Getter(mthis) native "SpeechRecognition_interimResults_G etter";
7683 8216
7684 static interimResults_Setter(mthis, value) native "SpeechRecognition_interimRe sults_Setter"; 8217 static interimResults_Setter(mthis, value) native "SpeechRecognition_interimRe sults_Setter";
7685 8218
7686 static lang_Getter(mthis) native "SpeechRecognition_lang_Getter"; 8219 static lang_Getter(mthis) native "SpeechRecognition_lang_Getter";
7687 8220
7688 static lang_Setter(mthis, value) native "SpeechRecognition_lang_Setter"; 8221 static lang_Setter(mthis, value) native "SpeechRecognition_lang_Setter";
7689 8222
7690 static maxAlternatives_Getter(mthis) native "SpeechRecognition_maxAlternatives _Getter"; 8223 static maxAlternatives_Getter(mthis) native "SpeechRecognition_maxAlternatives _Getter";
7691 8224
7692 static maxAlternatives_Setter(mthis, value) native "SpeechRecognition_maxAlter natives_Setter"; 8225 static maxAlternatives_Setter(mthis, value) native "SpeechRecognition_maxAlter natives_Setter";
7693 8226
7694 static abort_Callback(mthis) native "SpeechRecognition_abort_Callback"; 8227 static start_Callback_0(mthis) native "SpeechRecognition_start_Callback";
7695 8228
7696 static start_Callback(mthis) native "SpeechRecognition_start_Callback"; 8229 static stop_Callback_0(mthis) native "SpeechRecognition_stop_Callback";
7697 8230
7698 static stop_Callback(mthis) native "SpeechRecognition_stop_Callback";
7699 } 8231 }
7700 8232
7701 class BlinkSpeechRecognitionAlternative { 8233 class BlinkSpeechRecognitionAlternative {
7702 static confidence_Getter(mthis) native "SpeechRecognitionAlternative_confidenc e_Getter"; 8234 static confidence_Getter(mthis) native "SpeechRecognitionAlternative_confidenc e_Getter";
7703 8235
7704 static transcript_Getter(mthis) native "SpeechRecognitionAlternative_transcrip t_Getter"; 8236 static transcript_Getter(mthis) native "SpeechRecognitionAlternative_transcrip t_Getter";
8237
7705 } 8238 }
7706 8239
7707 class BlinkSpeechRecognitionError { 8240 class BlinkSpeechRecognitionError {
7708 static constructorCallback(type, options) native "SpeechRecognitionError_const ructorCallback"; 8241 static constructorCallback_2(type, options) native "SpeechRecognitionError_con structorCallback";
7709 8242
7710 static error_Getter(mthis) native "SpeechRecognitionError_error_Getter"; 8243 static error_Getter(mthis) native "SpeechRecognitionError_error_Getter";
7711 8244
7712 static message_Getter(mthis) native "SpeechRecognitionError_message_Getter"; 8245 static message_Getter(mthis) native "SpeechRecognitionError_message_Getter";
8246
7713 } 8247 }
7714 8248
7715 class BlinkSpeechRecognitionEvent { 8249 class BlinkSpeechRecognitionEvent {
7716 static constructorCallback(type, options) native "SpeechRecognitionEvent_const ructorCallback"; 8250 static constructorCallback_2(type, options) native "SpeechRecognitionEvent_con structorCallback";
7717 8251
7718 static emma_Getter(mthis) native "SpeechRecognitionEvent_emma_Getter"; 8252 static emma_Getter(mthis) native "SpeechRecognitionEvent_emma_Getter";
7719 8253
7720 static interpretation_Getter(mthis) native "SpeechRecognitionEvent_interpretat ion_Getter"; 8254 static interpretation_Getter(mthis) native "SpeechRecognitionEvent_interpretat ion_Getter";
7721 8255
7722 static resultIndex_Getter(mthis) native "SpeechRecognitionEvent_resultIndex_Ge tter"; 8256 static resultIndex_Getter(mthis) native "SpeechRecognitionEvent_resultIndex_Ge tter";
7723 8257
7724 static results_Getter(mthis) native "SpeechRecognitionEvent_results_Getter"; 8258 static results_Getter(mthis) native "SpeechRecognitionEvent_results_Getter";
8259
7725 } 8260 }
7726 8261
7727 class BlinkSpeechRecognitionResult { 8262 class BlinkSpeechRecognitionResult {
7728 static isFinal_Getter(mthis) native "SpeechRecognitionResult_isFinal_Getter"; 8263 static isFinal_Getter(mthis) native "SpeechRecognitionResult_isFinal_Getter";
7729 8264
8265 static item_Callback_1(mthis, index) native "SpeechRecognitionResult_item_Call back";
8266
7730 static length_Getter(mthis) native "SpeechRecognitionResult_length_Getter"; 8267 static length_Getter(mthis) native "SpeechRecognitionResult_length_Getter";
7731 8268
7732 static item_Callback_1(mthis, index) native "SpeechRecognitionResult_item_Call back";
7733 } 8269 }
7734 8270
7735 class BlinkSpeechRecognitionResultList { 8271 class BlinkSpeechRecognitionResultList {
8272 static item_Callback_1(mthis, index) native "SpeechRecognitionResultList_item_ Callback";
8273
7736 static length_Getter(mthis) native "SpeechRecognitionResultList_length_Getter" ; 8274 static length_Getter(mthis) native "SpeechRecognitionResultList_length_Getter" ;
7737 8275
7738 static item_Callback_1(mthis, index) native "SpeechRecognitionResultList_item_ Callback";
7739 } 8276 }
7740 8277
7741 class BlinkSpeechSynthesis { 8278 class BlinkSpeechSynthesis {
8279 static cancel_Callback_0(mthis) native "SpeechSynthesis_cancel_Callback";
8280
8281 static getVoices_Callback_0(mthis) native "SpeechSynthesis_getVoices_Callback" ;
8282
8283 static pause_Callback_0(mthis) native "SpeechSynthesis_pause_Callback";
8284
7742 static paused_Getter(mthis) native "SpeechSynthesis_paused_Getter"; 8285 static paused_Getter(mthis) native "SpeechSynthesis_paused_Getter";
7743 8286
7744 static pending_Getter(mthis) native "SpeechSynthesis_pending_Getter"; 8287 static pending_Getter(mthis) native "SpeechSynthesis_pending_Getter";
7745 8288
8289 static resume_Callback_0(mthis) native "SpeechSynthesis_resume_Callback";
8290
8291 static speak_Callback_1(mthis, utterance) native "SpeechSynthesis_speak_Callba ck";
8292
7746 static speaking_Getter(mthis) native "SpeechSynthesis_speaking_Getter"; 8293 static speaking_Getter(mthis) native "SpeechSynthesis_speaking_Getter";
7747 8294
7748 static cancel_Callback(mthis) native "SpeechSynthesis_cancel_Callback";
7749
7750 static getVoices_Callback(mthis) native "SpeechSynthesis_getVoices_Callback";
7751
7752 static pause_Callback(mthis) native "SpeechSynthesis_pause_Callback";
7753
7754 static resume_Callback(mthis) native "SpeechSynthesis_resume_Callback";
7755
7756 static speak_Callback_1(mthis, utterance) native "SpeechSynthesis_speak_Callba ck";
7757 } 8295 }
7758 8296
7759 class BlinkSpeechSynthesisEvent { 8297 class BlinkSpeechSynthesisEvent {
7760 static charIndex_Getter(mthis) native "SpeechSynthesisEvent_charIndex_Getter"; 8298 static charIndex_Getter(mthis) native "SpeechSynthesisEvent_charIndex_Getter";
7761 8299
7762 static elapsedTime_Getter(mthis) native "SpeechSynthesisEvent_elapsedTime_Gett er"; 8300 static elapsedTime_Getter(mthis) native "SpeechSynthesisEvent_elapsedTime_Gett er";
7763 8301
7764 static name_Getter(mthis) native "SpeechSynthesisEvent_name_Getter"; 8302 static name_Getter(mthis) native "SpeechSynthesisEvent_name_Getter";
8303
7765 } 8304 }
7766 8305
7767 class BlinkSpeechSynthesisUtterance { 8306 class BlinkSpeechSynthesisUtterance {
7768 static constructorCallback_1(text) native "SpeechSynthesisUtterance_constructo rCallback"; 8307 static constructorCallback_1(text) native "SpeechSynthesisUtterance_constructo rCallback";
7769 8308
7770 static lang_Getter(mthis) native "SpeechSynthesisUtterance_lang_Getter"; 8309 static lang_Getter(mthis) native "SpeechSynthesisUtterance_lang_Getter";
7771 8310
7772 static lang_Setter(mthis, value) native "SpeechSynthesisUtterance_lang_Setter" ; 8311 static lang_Setter(mthis, value) native "SpeechSynthesisUtterance_lang_Setter" ;
7773 8312
7774 static pitch_Getter(mthis) native "SpeechSynthesisUtterance_pitch_Getter"; 8313 static pitch_Getter(mthis) native "SpeechSynthesisUtterance_pitch_Getter";
7775 8314
7776 static pitch_Setter(mthis, value) native "SpeechSynthesisUtterance_pitch_Sette r"; 8315 static pitch_Setter(mthis, value) native "SpeechSynthesisUtterance_pitch_Sette r";
7777 8316
7778 static rate_Getter(mthis) native "SpeechSynthesisUtterance_rate_Getter"; 8317 static rate_Getter(mthis) native "SpeechSynthesisUtterance_rate_Getter";
7779 8318
7780 static rate_Setter(mthis, value) native "SpeechSynthesisUtterance_rate_Setter" ; 8319 static rate_Setter(mthis, value) native "SpeechSynthesisUtterance_rate_Setter" ;
7781 8320
7782 static text_Getter(mthis) native "SpeechSynthesisUtterance_text_Getter"; 8321 static text_Getter(mthis) native "SpeechSynthesisUtterance_text_Getter";
7783 8322
7784 static text_Setter(mthis, value) native "SpeechSynthesisUtterance_text_Setter" ; 8323 static text_Setter(mthis, value) native "SpeechSynthesisUtterance_text_Setter" ;
7785 8324
7786 static voice_Getter(mthis) native "SpeechSynthesisUtterance_voice_Getter"; 8325 static voice_Getter(mthis) native "SpeechSynthesisUtterance_voice_Getter";
7787 8326
7788 static voice_Setter(mthis, value) native "SpeechSynthesisUtterance_voice_Sette r"; 8327 static voice_Setter(mthis, value) native "SpeechSynthesisUtterance_voice_Sette r";
7789 8328
7790 static volume_Getter(mthis) native "SpeechSynthesisUtterance_volume_Getter"; 8329 static volume_Getter(mthis) native "SpeechSynthesisUtterance_volume_Getter";
7791 8330
7792 static volume_Setter(mthis, value) native "SpeechSynthesisUtterance_volume_Set ter"; 8331 static volume_Setter(mthis, value) native "SpeechSynthesisUtterance_volume_Set ter";
8332
7793 } 8333 }
7794 8334
7795 class BlinkSpeechSynthesisVoice { 8335 class BlinkSpeechSynthesisVoice {
7796 static default_Getter(mthis) native "SpeechSynthesisVoice_default_Getter"; 8336 static default_Getter(mthis) native "SpeechSynthesisVoice_default_Getter";
7797 8337
7798 static lang_Getter(mthis) native "SpeechSynthesisVoice_lang_Getter"; 8338 static lang_Getter(mthis) native "SpeechSynthesisVoice_lang_Getter";
7799 8339
7800 static localService_Getter(mthis) native "SpeechSynthesisVoice_localService_Ge tter"; 8340 static localService_Getter(mthis) native "SpeechSynthesisVoice_localService_Ge tter";
7801 8341
7802 static name_Getter(mthis) native "SpeechSynthesisVoice_name_Getter"; 8342 static name_Getter(mthis) native "SpeechSynthesisVoice_name_Getter";
7803 8343
7804 static voiceURI_Getter(mthis) native "SpeechSynthesisVoice_voiceURI_Getter"; 8344 static voiceURI_Getter(mthis) native "SpeechSynthesisVoice_voiceURI_Getter";
8345
7805 } 8346 }
7806 8347
7807 class BlinkStorage { 8348 class BlinkStorage {
7808 static length_Getter(mthis) native "Storage_length_Getter";
7809
7810 static $__delete___Callback_1(mthis, index_OR_name) native "Storage___delete__ _Callback"; 8349 static $__delete___Callback_1(mthis, index_OR_name) native "Storage___delete__ _Callback";
7811 8350
7812 static $__getter___Callback_1(mthis, index_OR_name) native "Storage___getter__ _Callback"; 8351 static $__getter___Callback_1(mthis, index_OR_name) native "Storage___getter__ _Callback";
7813 8352
7814 static $__setter___Callback_2(mthis, index_OR_name, value) native "Storage___s etter___Callback"; 8353 static $__setter___Callback_2(mthis, index_OR_name, value) native "Storage___s etter___Callback";
7815 8354
7816 static clear_Callback(mthis) native "Storage_clear_Callback"; 8355 static clear_Callback_0(mthis) native "Storage_clear_Callback";
7817 8356
7818 static getItem_Callback_1(mthis, key) native "Storage_getItem_Callback"; 8357 static getItem_Callback_1(mthis, key) native "Storage_getItem_Callback";
7819 8358
7820 static key_Callback_1(mthis, index) native "Storage_key_Callback"; 8359 static key_Callback_1(mthis, index) native "Storage_key_Callback";
7821 8360
8361 static length_Getter(mthis) native "Storage_length_Getter";
8362
7822 static removeItem_Callback_1(mthis, key) native "Storage_removeItem_Callback"; 8363 static removeItem_Callback_1(mthis, key) native "Storage_removeItem_Callback";
7823 8364
7824 static setItem_Callback_2(mthis, key, data) native "Storage_setItem_Callback"; 8365 static setItem_Callback_2(mthis, key, data) native "Storage_setItem_Callback";
8366
7825 } 8367 }
7826 8368
7827 class BlinkStorageEvent { 8369 class BlinkStorageEvent {
7828 static constructorCallback(type, options) native "StorageEvent_constructorCall back"; 8370 static constructorCallback_2(type, options) native "StorageEvent_constructorCa llback";
8371
8372 static initStorageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg , keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "StorageEvent _initStorageEvent_Callback";
7829 8373
7830 static key_Getter(mthis) native "StorageEvent_key_Getter"; 8374 static key_Getter(mthis) native "StorageEvent_key_Getter";
7831 8375
7832 static newValue_Getter(mthis) native "StorageEvent_newValue_Getter"; 8376 static newValue_Getter(mthis) native "StorageEvent_newValue_Getter";
7833 8377
7834 static oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter"; 8378 static oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter";
7835 8379
7836 static storageArea_Getter(mthis) native "StorageEvent_storageArea_Getter"; 8380 static storageArea_Getter(mthis) native "StorageEvent_storageArea_Getter";
7837 8381
7838 static url_Getter(mthis) native "StorageEvent_url_Getter"; 8382 static url_Getter(mthis) native "StorageEvent_url_Getter";
7839 8383
7840 static initStorageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg , keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "StorageEvent _initStorageEvent_Callback";
7841 } 8384 }
7842 8385
7843 class BlinkStorageInfo { 8386 class BlinkStorageInfo {
7844 static quota_Getter(mthis) native "StorageInfo_quota_Getter"; 8387 static quota_Getter(mthis) native "StorageInfo_quota_Getter";
7845 8388
7846 static usage_Getter(mthis) native "StorageInfo_usage_Getter"; 8389 static usage_Getter(mthis) native "StorageInfo_usage_Getter";
8390
7847 } 8391 }
7848 8392
7849 class BlinkStorageQuota { 8393 class BlinkStorageQuota {
7850 static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter ";
7851
7852 static queryInfo_Callback_1(mthis, type) native "StorageQuota_queryInfo_Callba ck"; 8394 static queryInfo_Callback_1(mthis, type) native "StorageQuota_queryInfo_Callba ck";
7853 8395
7854 static requestPersistentQuota_Callback_1(mthis, newQuota) native "StorageQuota _requestPersistentQuota_Callback"; 8396 static requestPersistentQuota_Callback_1(mthis, newQuota) native "StorageQuota _requestPersistentQuota_Callback";
8397
8398 static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter ";
8399
7855 } 8400 }
7856 8401
7857 class BlinkStream { 8402 class BlinkStream {
7858 static type_Getter(mthis) native "Stream_type_Getter"; 8403 static type_Getter(mthis) native "Stream_type_Getter";
8404
7859 } 8405 }
7860 8406
7861 class BlinkStyleMedia { 8407 class BlinkStyleMedia {
8408 static matchMedium_Callback_1(mthis, mediaquery) native "StyleMedia_matchMediu m_Callback";
8409
7862 static type_Getter(mthis) native "StyleMedia_type_Getter"; 8410 static type_Getter(mthis) native "StyleMedia_type_Getter";
7863 8411
7864 static matchMedium_Callback_1(mthis, mediaquery) native "StyleMedia_matchMediu m_Callback";
7865 } 8412 }
7866 8413
7867 class BlinkStyleSheetList { 8414 class BlinkStyleSheetList {
7868 static length_Getter(mthis) native "StyleSheetList_length_Getter";
7869
7870 static $__getter___Callback_1(mthis, name) native "StyleSheetList___getter___C allback"; 8415 static $__getter___Callback_1(mthis, name) native "StyleSheetList___getter___C allback";
7871 8416
7872 static item_Callback_1(mthis, index) native "StyleSheetList_item_Callback"; 8417 static item_Callback_1(mthis, index) native "StyleSheetList_item_Callback";
8418
8419 static length_Getter(mthis) native "StyleSheetList_length_Getter";
8420
7873 } 8421 }
7874 8422
7875 class BlinkSubtleCrypto {} 8423 class BlinkSubtleCrypto {
8424 }
7876 8425
7877 class BlinkTextEvent { 8426 class BlinkTextEvent {
7878 static data_Getter(mthis) native "TextEvent_data_Getter"; 8427 static data_Getter(mthis) native "TextEvent_data_Getter";
7879 8428
7880 static initTextEvent_Callback_5(mthis, typeArg, canBubbleArg, cancelableArg, v iewArg, dataArg) native "TextEvent_initTextEvent_Callback"; 8429 static initTextEvent_Callback_5(mthis, typeArg, canBubbleArg, cancelableArg, v iewArg, dataArg) native "TextEvent_initTextEvent_Callback";
8430
7881 } 8431 }
7882 8432
7883 class BlinkTextMetrics { 8433 class BlinkTextMetrics {
7884 static actualBoundingBoxAscent_Getter(mthis) native "TextMetrics_actualBoundin gBoxAscent_Getter"; 8434 static actualBoundingBoxAscent_Getter(mthis) native "TextMetrics_actualBoundin gBoxAscent_Getter";
7885 8435
7886 static actualBoundingBoxDescent_Getter(mthis) native "TextMetrics_actualBoundi ngBoxDescent_Getter"; 8436 static actualBoundingBoxDescent_Getter(mthis) native "TextMetrics_actualBoundi ngBoxDescent_Getter";
7887 8437
7888 static actualBoundingBoxLeft_Getter(mthis) native "TextMetrics_actualBoundingB oxLeft_Getter"; 8438 static actualBoundingBoxLeft_Getter(mthis) native "TextMetrics_actualBoundingB oxLeft_Getter";
7889 8439
7890 static actualBoundingBoxRight_Getter(mthis) native "TextMetrics_actualBounding BoxRight_Getter"; 8440 static actualBoundingBoxRight_Getter(mthis) native "TextMetrics_actualBounding BoxRight_Getter";
7891 8441
7892 static alphabeticBaseline_Getter(mthis) native "TextMetrics_alphabeticBaseline _Getter"; 8442 static alphabeticBaseline_Getter(mthis) native "TextMetrics_alphabeticBaseline _Getter";
7893 8443
7894 static emHeightAscent_Getter(mthis) native "TextMetrics_emHeightAscent_Getter" ; 8444 static emHeightAscent_Getter(mthis) native "TextMetrics_emHeightAscent_Getter" ;
7895 8445
7896 static emHeightDescent_Getter(mthis) native "TextMetrics_emHeightDescent_Gette r"; 8446 static emHeightDescent_Getter(mthis) native "TextMetrics_emHeightDescent_Gette r";
7897 8447
7898 static fontBoundingBoxAscent_Getter(mthis) native "TextMetrics_fontBoundingBox Ascent_Getter"; 8448 static fontBoundingBoxAscent_Getter(mthis) native "TextMetrics_fontBoundingBox Ascent_Getter";
7899 8449
7900 static fontBoundingBoxDescent_Getter(mthis) native "TextMetrics_fontBoundingBo xDescent_Getter"; 8450 static fontBoundingBoxDescent_Getter(mthis) native "TextMetrics_fontBoundingBo xDescent_Getter";
7901 8451
7902 static hangingBaseline_Getter(mthis) native "TextMetrics_hangingBaseline_Gette r"; 8452 static hangingBaseline_Getter(mthis) native "TextMetrics_hangingBaseline_Gette r";
7903 8453
7904 static ideographicBaseline_Getter(mthis) native "TextMetrics_ideographicBaseli ne_Getter"; 8454 static ideographicBaseline_Getter(mthis) native "TextMetrics_ideographicBaseli ne_Getter";
7905 8455
7906 static width_Getter(mthis) native "TextMetrics_width_Getter"; 8456 static width_Getter(mthis) native "TextMetrics_width_Getter";
8457
7907 } 8458 }
7908 8459
7909 class BlinkTextTrack { 8460 class BlinkTextTrack {
7910 static activeCues_Getter(mthis) native "TextTrack_activeCues_Getter"; 8461 static activeCues_Getter(mthis) native "TextTrack_activeCues_Getter";
7911 8462
8463 static addCue_Callback_1(mthis, cue) native "TextTrack_addCue_Callback";
8464
8465 static addRegion_Callback_1(mthis, region) native "TextTrack_addRegion_Callbac k";
8466
7912 static cues_Getter(mthis) native "TextTrack_cues_Getter"; 8467 static cues_Getter(mthis) native "TextTrack_cues_Getter";
7913 8468
7914 static id_Getter(mthis) native "TextTrack_id_Getter"; 8469 static id_Getter(mthis) native "TextTrack_id_Getter";
7915 8470
7916 static kind_Getter(mthis) native "TextTrack_kind_Getter"; 8471 static kind_Getter(mthis) native "TextTrack_kind_Getter";
7917 8472
7918 static label_Getter(mthis) native "TextTrack_label_Getter"; 8473 static label_Getter(mthis) native "TextTrack_label_Getter";
7919 8474
7920 static language_Getter(mthis) native "TextTrack_language_Getter"; 8475 static language_Getter(mthis) native "TextTrack_language_Getter";
7921 8476
7922 static mode_Getter(mthis) native "TextTrack_mode_Getter"; 8477 static mode_Getter(mthis) native "TextTrack_mode_Getter";
7923 8478
7924 static mode_Setter(mthis, value) native "TextTrack_mode_Setter"; 8479 static mode_Setter(mthis, value) native "TextTrack_mode_Setter";
7925 8480
7926 static regions_Getter(mthis) native "TextTrack_regions_Getter"; 8481 static regions_Getter(mthis) native "TextTrack_regions_Getter";
7927 8482
7928 static addCue_Callback_1(mthis, cue) native "TextTrack_addCue_Callback";
7929
7930 static addRegion_Callback_1(mthis, region) native "TextTrack_addRegion_Callbac k";
7931
7932 static removeCue_Callback_1(mthis, cue) native "TextTrack_removeCue_Callback"; 8483 static removeCue_Callback_1(mthis, cue) native "TextTrack_removeCue_Callback";
7933 8484
7934 static removeRegion_Callback_1(mthis, region) native "TextTrack_removeRegion_C allback"; 8485 static removeRegion_Callback_1(mthis, region) native "TextTrack_removeRegion_C allback";
8486
7935 } 8487 }
7936 8488
7937 class BlinkTextTrackCue { 8489 class BlinkTextTrackCue {
7938 static endTime_Getter(mthis) native "TextTrackCue_endTime_Getter"; 8490 static endTime_Getter(mthis) native "TextTrackCue_endTime_Getter";
7939 8491
7940 static endTime_Setter(mthis, value) native "TextTrackCue_endTime_Setter"; 8492 static endTime_Setter(mthis, value) native "TextTrackCue_endTime_Setter";
7941 8493
7942 static id_Getter(mthis) native "TextTrackCue_id_Getter"; 8494 static id_Getter(mthis) native "TextTrackCue_id_Getter";
7943 8495
7944 static id_Setter(mthis, value) native "TextTrackCue_id_Setter"; 8496 static id_Setter(mthis, value) native "TextTrackCue_id_Setter";
7945 8497
7946 static pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_Getter"; 8498 static pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_Getter";
7947 8499
7948 static pauseOnExit_Setter(mthis, value) native "TextTrackCue_pauseOnExit_Sette r"; 8500 static pauseOnExit_Setter(mthis, value) native "TextTrackCue_pauseOnExit_Sette r";
7949 8501
7950 static startTime_Getter(mthis) native "TextTrackCue_startTime_Getter"; 8502 static startTime_Getter(mthis) native "TextTrackCue_startTime_Getter";
7951 8503
7952 static startTime_Setter(mthis, value) native "TextTrackCue_startTime_Setter"; 8504 static startTime_Setter(mthis, value) native "TextTrackCue_startTime_Setter";
7953 8505
7954 static track_Getter(mthis) native "TextTrackCue_track_Getter"; 8506 static track_Getter(mthis) native "TextTrackCue_track_Getter";
8507
7955 } 8508 }
7956 8509
7957 class BlinkTextTrackCueList { 8510 class BlinkTextTrackCueList {
7958 static length_Getter(mthis) native "TextTrackCueList_length_Getter";
7959
7960 static getCueById_Callback_1(mthis, id) native "TextTrackCueList_getCueById_Ca llback"; 8511 static getCueById_Callback_1(mthis, id) native "TextTrackCueList_getCueById_Ca llback";
7961 8512
7962 static item_Callback_1(mthis, index) native "TextTrackCueList_item_Callback"; 8513 static item_Callback_1(mthis, index) native "TextTrackCueList_item_Callback";
8514
8515 static length_Getter(mthis) native "TextTrackCueList_length_Getter";
8516
7963 } 8517 }
7964 8518
7965 class BlinkTextTrackList { 8519 class BlinkTextTrackList {
7966 static length_Getter(mthis) native "TextTrackList_length_Getter";
7967
7968 static getTrackById_Callback_1(mthis, id) native "TextTrackList_getTrackById_C allback"; 8520 static getTrackById_Callback_1(mthis, id) native "TextTrackList_getTrackById_C allback";
7969 8521
7970 static item_Callback_1(mthis, index) native "TextTrackList_item_Callback"; 8522 static item_Callback_1(mthis, index) native "TextTrackList_item_Callback";
8523
8524 static length_Getter(mthis) native "TextTrackList_length_Getter";
8525
7971 } 8526 }
7972 8527
7973 class BlinkTimeRanges { 8528 class BlinkTimeRanges {
8529 static end_Callback_1(mthis, index) native "TimeRanges_end_Callback";
8530
7974 static length_Getter(mthis) native "TimeRanges_length_Getter"; 8531 static length_Getter(mthis) native "TimeRanges_length_Getter";
7975 8532
7976 static end_Callback_1(mthis, index) native "TimeRanges_end_Callback"; 8533 static start_Callback_1(mthis, index) native "TimeRanges_start_Callback";
7977 8534
7978 static start_Callback_1(mthis, index) native "TimeRanges_start_Callback";
7979 } 8535 }
7980 8536
7981 class BlinkTiming { 8537 class BlinkTiming {
8538 static $__getter___Callback_1(mthis, name) native "Timing___getter___Callback" ;
8539
8540 static $__setter___Callback_2(mthis, name, duration) native "Timing___setter__ _Callback";
8541
7982 static delay_Getter(mthis) native "Timing_delay_Getter"; 8542 static delay_Getter(mthis) native "Timing_delay_Getter";
7983 8543
7984 static delay_Setter(mthis, value) native "Timing_delay_Setter"; 8544 static delay_Setter(mthis, value) native "Timing_delay_Setter";
7985 8545
7986 static direction_Getter(mthis) native "Timing_direction_Getter"; 8546 static direction_Getter(mthis) native "Timing_direction_Getter";
7987 8547
7988 static direction_Setter(mthis, value) native "Timing_direction_Setter"; 8548 static direction_Setter(mthis, value) native "Timing_direction_Setter";
7989 8549
7990 static easing_Getter(mthis) native "Timing_easing_Getter"; 8550 static easing_Getter(mthis) native "Timing_easing_Getter";
7991 8551
(...skipping 12 matching lines...) Expand all
8004 static iterationStart_Setter(mthis, value) native "Timing_iterationStart_Sette r"; 8564 static iterationStart_Setter(mthis, value) native "Timing_iterationStart_Sette r";
8005 8565
8006 static iterations_Getter(mthis) native "Timing_iterations_Getter"; 8566 static iterations_Getter(mthis) native "Timing_iterations_Getter";
8007 8567
8008 static iterations_Setter(mthis, value) native "Timing_iterations_Setter"; 8568 static iterations_Setter(mthis, value) native "Timing_iterations_Setter";
8009 8569
8010 static playbackRate_Getter(mthis) native "Timing_playbackRate_Getter"; 8570 static playbackRate_Getter(mthis) native "Timing_playbackRate_Getter";
8011 8571
8012 static playbackRate_Setter(mthis, value) native "Timing_playbackRate_Setter"; 8572 static playbackRate_Setter(mthis, value) native "Timing_playbackRate_Setter";
8013 8573
8014 static $__getter___Callback_1(mthis, name) native "Timing___getter___Callback" ;
8015
8016 static $__setter___Callback_2(mthis, name, duration) native "Timing___setter__ _Callback";
8017 } 8574 }
8018 8575
8019 class BlinkTouch { 8576 class BlinkTouch {
8020 static clientX_Getter(mthis) native "Touch_clientX_Getter"; 8577 static clientX_Getter(mthis) native "Touch_clientX_Getter";
8021 8578
8022 static clientY_Getter(mthis) native "Touch_clientY_Getter"; 8579 static clientY_Getter(mthis) native "Touch_clientY_Getter";
8023 8580
8024 static force_Getter(mthis) native "Touch_force_Getter"; 8581 static force_Getter(mthis) native "Touch_force_Getter";
8025 8582
8026 static identifier_Getter(mthis) native "Touch_identifier_Getter"; 8583 static identifier_Getter(mthis) native "Touch_identifier_Getter";
8027 8584
8028 static pageX_Getter(mthis) native "Touch_pageX_Getter"; 8585 static pageX_Getter(mthis) native "Touch_pageX_Getter";
8029 8586
8030 static pageY_Getter(mthis) native "Touch_pageY_Getter"; 8587 static pageY_Getter(mthis) native "Touch_pageY_Getter";
8031 8588
8032 static radiusX_Getter(mthis) native "Touch_radiusX_Getter"; 8589 static radiusX_Getter(mthis) native "Touch_radiusX_Getter";
8033 8590
8034 static radiusY_Getter(mthis) native "Touch_radiusY_Getter"; 8591 static radiusY_Getter(mthis) native "Touch_radiusY_Getter";
8035 8592
8036 static screenX_Getter(mthis) native "Touch_screenX_Getter"; 8593 static screenX_Getter(mthis) native "Touch_screenX_Getter";
8037 8594
8038 static screenY_Getter(mthis) native "Touch_screenY_Getter"; 8595 static screenY_Getter(mthis) native "Touch_screenY_Getter";
8039 8596
8040 static target_Getter(mthis) native "Touch_target_Getter"; 8597 static target_Getter(mthis) native "Touch_target_Getter";
8041 8598
8042 static webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle_Get ter"; 8599 static webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle_Get ter";
8600
8043 } 8601 }
8044 8602
8045 class BlinkTouchEvent { 8603 class BlinkTouchEvent {
8046 static altKey_Getter(mthis) native "TouchEvent_altKey_Getter"; 8604 static altKey_Getter(mthis) native "TouchEvent_altKey_Getter";
8047 8605
8048 static changedTouches_Getter(mthis) native "TouchEvent_changedTouches_Getter"; 8606 static changedTouches_Getter(mthis) native "TouchEvent_changedTouches_Getter";
8049 8607
8050 static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; 8608 static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter";
8051 8609
8610 static initTouchEvent_Callback_13(mthis, touches, targetTouches, changedTouche s, type, view, unused1, unused2, unused3, unused4, ctrlKey, altKey, shiftKey, me taKey) native "TouchEvent_initTouchEvent_Callback";
8611
8052 static metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; 8612 static metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter";
8053 8613
8054 static shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; 8614 static shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter";
8055 8615
8056 static targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter"; 8616 static targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter";
8057 8617
8058 static touches_Getter(mthis) native "TouchEvent_touches_Getter"; 8618 static touches_Getter(mthis) native "TouchEvent_touches_Getter";
8059 8619
8060 static initTouchEvent_Callback_13(mthis, touches, targetTouches, changedTouche s, type, view, unused1, unused2, unused3, unused4, ctrlKey, altKey, shiftKey, me taKey) native "TouchEvent_initTouchEvent_Callback";
8061 } 8620 }
8062 8621
8063 class BlinkTouchList { 8622 class BlinkTouchList {
8623 static item_Callback_1(mthis, index) native "TouchList_item_Callback";
8624
8064 static length_Getter(mthis) native "TouchList_length_Getter"; 8625 static length_Getter(mthis) native "TouchList_length_Getter";
8065 8626
8066 static item_Callback_1(mthis, index) native "TouchList_item_Callback";
8067 } 8627 }
8068 8628
8069 class BlinkTrackEvent { 8629 class BlinkTrackEvent {
8070 static constructorCallback(type, options) native "TrackEvent_constructorCallba ck"; 8630 static constructorCallback_2(type, options) native "TrackEvent_constructorCall back";
8071 8631
8072 static track_Getter(mthis) native "TrackEvent_track_Getter"; 8632 static track_Getter(mthis) native "TrackEvent_track_Getter";
8633
8073 } 8634 }
8074 8635
8075 class BlinkTransitionEvent { 8636 class BlinkTransitionEvent {
8076 static constructorCallback(type, options) native "TransitionEvent_constructorC allback"; 8637 static constructorCallback_2(type, options) native "TransitionEvent_constructo rCallback";
8077 8638
8078 static elapsedTime_Getter(mthis) native "TransitionEvent_elapsedTime_Getter"; 8639 static elapsedTime_Getter(mthis) native "TransitionEvent_elapsedTime_Getter";
8079 8640
8080 static propertyName_Getter(mthis) native "TransitionEvent_propertyName_Getter" ; 8641 static propertyName_Getter(mthis) native "TransitionEvent_propertyName_Getter" ;
8081 8642
8082 static pseudoElement_Getter(mthis) native "TransitionEvent_pseudoElement_Gette r"; 8643 static pseudoElement_Getter(mthis) native "TransitionEvent_pseudoElement_Gette r";
8644
8083 } 8645 }
8084 8646
8085 class BlinkTreeWalker { 8647 class BlinkTreeWalker {
8086 static currentNode_Getter(mthis) native "TreeWalker_currentNode_Getter"; 8648 static currentNode_Getter(mthis) native "TreeWalker_currentNode_Getter";
8087 8649
8088 static currentNode_Setter(mthis, value) native "TreeWalker_currentNode_Setter" ; 8650 static currentNode_Setter(mthis, value) native "TreeWalker_currentNode_Setter" ;
8089 8651
8090 static filter_Getter(mthis) native "TreeWalker_filter_Getter"; 8652 static filter_Getter(mthis) native "TreeWalker_filter_Getter";
8091 8653
8654 static firstChild_Callback_0(mthis) native "TreeWalker_firstChild_Callback";
8655
8656 static lastChild_Callback_0(mthis) native "TreeWalker_lastChild_Callback";
8657
8658 static nextNode_Callback_0(mthis) native "TreeWalker_nextNode_Callback";
8659
8660 static nextSibling_Callback_0(mthis) native "TreeWalker_nextSibling_Callback";
8661
8662 static parentNode_Callback_0(mthis) native "TreeWalker_parentNode_Callback";
8663
8664 static previousNode_Callback_0(mthis) native "TreeWalker_previousNode_Callback ";
8665
8666 static previousSibling_Callback_0(mthis) native "TreeWalker_previousSibling_Ca llback";
8667
8092 static root_Getter(mthis) native "TreeWalker_root_Getter"; 8668 static root_Getter(mthis) native "TreeWalker_root_Getter";
8093 8669
8094 static whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter"; 8670 static whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter";
8095 8671
8096 static firstChild_Callback(mthis) native "TreeWalker_firstChild_Callback";
8097
8098 static lastChild_Callback(mthis) native "TreeWalker_lastChild_Callback";
8099
8100 static nextNode_Callback(mthis) native "TreeWalker_nextNode_Callback";
8101
8102 static nextSibling_Callback(mthis) native "TreeWalker_nextSibling_Callback";
8103
8104 static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback";
8105
8106 static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback";
8107
8108 static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Call back";
8109 } 8672 }
8110 8673
8111 class BlinkURL { 8674 class BlinkURL {
8112 static createObjectURL_Callback_1(blob_OR_source_OR_stream) native "URL_create ObjectURL_Callback"; 8675 static createObjectURL_Callback_1(blob_OR_source_OR_stream) native "URL_create ObjectURL_Callback";
8113 8676
8114 static revokeObjectURL_Callback_1(url) native "URL_revokeObjectURL_Callback";
8115
8116 static hash_Getter(mthis) native "URL_hash_Getter"; 8677 static hash_Getter(mthis) native "URL_hash_Getter";
8117 8678
8118 static hash_Setter(mthis, value) native "URL_hash_Setter"; 8679 static hash_Setter(mthis, value) native "URL_hash_Setter";
8119 8680
8120 static host_Getter(mthis) native "URL_host_Getter"; 8681 static host_Getter(mthis) native "URL_host_Getter";
8121 8682
8122 static host_Setter(mthis, value) native "URL_host_Setter"; 8683 static host_Setter(mthis, value) native "URL_host_Setter";
8123 8684
8124 static hostname_Getter(mthis) native "URL_hostname_Getter"; 8685 static hostname_Getter(mthis) native "URL_hostname_Getter";
8125 8686
(...skipping 14 matching lines...) Expand all
8140 static pathname_Setter(mthis, value) native "URL_pathname_Setter"; 8701 static pathname_Setter(mthis, value) native "URL_pathname_Setter";
8141 8702
8142 static port_Getter(mthis) native "URL_port_Getter"; 8703 static port_Getter(mthis) native "URL_port_Getter";
8143 8704
8144 static port_Setter(mthis, value) native "URL_port_Setter"; 8705 static port_Setter(mthis, value) native "URL_port_Setter";
8145 8706
8146 static protocol_Getter(mthis) native "URL_protocol_Getter"; 8707 static protocol_Getter(mthis) native "URL_protocol_Getter";
8147 8708
8148 static protocol_Setter(mthis, value) native "URL_protocol_Setter"; 8709 static protocol_Setter(mthis, value) native "URL_protocol_Setter";
8149 8710
8711 static revokeObjectURL_Callback_1(url) native "URL_revokeObjectURL_Callback";
8712
8150 static search_Getter(mthis) native "URL_search_Getter"; 8713 static search_Getter(mthis) native "URL_search_Getter";
8151 8714
8152 static search_Setter(mthis, value) native "URL_search_Setter"; 8715 static search_Setter(mthis, value) native "URL_search_Setter";
8153 8716
8717 static toString_Callback_0(mthis) native "URL_toString_Callback";
8718
8154 static username_Getter(mthis) native "URL_username_Getter"; 8719 static username_Getter(mthis) native "URL_username_Getter";
8155 8720
8156 static username_Setter(mthis, value) native "URL_username_Setter"; 8721 static username_Setter(mthis, value) native "URL_username_Setter";
8157 8722
8158 static toString_Callback(mthis) native "URL_toString_Callback";
8159 } 8723 }
8160 8724
8161 class BlinkURLUtilsReadOnly { 8725 class BlinkURLUtilsReadOnly {
8162 static hash_Getter(mthis) native "WorkerLocation_hash_Getter"; 8726 static hash_Getter(mthis) native "WorkerLocation_hash_Getter";
8163 8727
8164 static host_Getter(mthis) native "WorkerLocation_host_Getter"; 8728 static host_Getter(mthis) native "WorkerLocation_host_Getter";
8165 8729
8166 static hostname_Getter(mthis) native "WorkerLocation_hostname_Getter"; 8730 static hostname_Getter(mthis) native "WorkerLocation_hostname_Getter";
8167 8731
8168 static href_Getter(mthis) native "WorkerLocation_href_Getter"; 8732 static href_Getter(mthis) native "WorkerLocation_href_Getter";
8169 8733
8170 static origin_Getter(mthis) native "WorkerLocation_origin_Getter"; 8734 static origin_Getter(mthis) native "WorkerLocation_origin_Getter";
8171 8735
8172 static pathname_Getter(mthis) native "WorkerLocation_pathname_Getter"; 8736 static pathname_Getter(mthis) native "WorkerLocation_pathname_Getter";
8173 8737
8174 static port_Getter(mthis) native "WorkerLocation_port_Getter"; 8738 static port_Getter(mthis) native "WorkerLocation_port_Getter";
8175 8739
8176 static protocol_Getter(mthis) native "WorkerLocation_protocol_Getter"; 8740 static protocol_Getter(mthis) native "WorkerLocation_protocol_Getter";
8177 8741
8178 static search_Getter(mthis) native "WorkerLocation_search_Getter"; 8742 static search_Getter(mthis) native "WorkerLocation_search_Getter";
8179 8743
8180 static toString_Callback(mthis) native "WorkerLocation_toString_Callback"; 8744 static toString_Callback_0(mthis) native "WorkerLocation_toString_Callback";
8745
8181 } 8746 }
8182 8747
8183 class BlinkVTTCue { 8748 class BlinkVTTCue {
8184 static constructorCallback_3(startTime, endTime, text) native "VTTCue_construc torCallback";
8185
8186 static align_Getter(mthis) native "VTTCue_align_Getter"; 8749 static align_Getter(mthis) native "VTTCue_align_Getter";
8187 8750
8188 static align_Setter(mthis, value) native "VTTCue_align_Setter"; 8751 static align_Setter(mthis, value) native "VTTCue_align_Setter";
8189 8752
8753 static constructorCallback_3(startTime, endTime, text) native "VTTCue_construc torCallback";
8754
8755 static getCueAsHTML_Callback_0(mthis) native "VTTCue_getCueAsHTML_Callback";
8756
8190 static line_Getter(mthis) native "VTTCue_line_Getter"; 8757 static line_Getter(mthis) native "VTTCue_line_Getter";
8191 8758
8192 static line_Setter(mthis, value) native "VTTCue_line_Setter"; 8759 static line_Setter(mthis, value) native "VTTCue_line_Setter";
8193 8760
8194 static position_Getter(mthis) native "VTTCue_position_Getter"; 8761 static position_Getter(mthis) native "VTTCue_position_Getter";
8195 8762
8196 static position_Setter(mthis, value) native "VTTCue_position_Setter"; 8763 static position_Setter(mthis, value) native "VTTCue_position_Setter";
8197 8764
8198 static regionId_Getter(mthis) native "VTTCue_regionId_Getter"; 8765 static regionId_Getter(mthis) native "VTTCue_regionId_Getter";
8199 8766
8200 static regionId_Setter(mthis, value) native "VTTCue_regionId_Setter"; 8767 static regionId_Setter(mthis, value) native "VTTCue_regionId_Setter";
8201 8768
8202 static size_Getter(mthis) native "VTTCue_size_Getter"; 8769 static size_Getter(mthis) native "VTTCue_size_Getter";
8203 8770
8204 static size_Setter(mthis, value) native "VTTCue_size_Setter"; 8771 static size_Setter(mthis, value) native "VTTCue_size_Setter";
8205 8772
8206 static snapToLines_Getter(mthis) native "VTTCue_snapToLines_Getter"; 8773 static snapToLines_Getter(mthis) native "VTTCue_snapToLines_Getter";
8207 8774
8208 static snapToLines_Setter(mthis, value) native "VTTCue_snapToLines_Setter"; 8775 static snapToLines_Setter(mthis, value) native "VTTCue_snapToLines_Setter";
8209 8776
8210 static text_Getter(mthis) native "VTTCue_text_Getter"; 8777 static text_Getter(mthis) native "VTTCue_text_Getter";
8211 8778
8212 static text_Setter(mthis, value) native "VTTCue_text_Setter"; 8779 static text_Setter(mthis, value) native "VTTCue_text_Setter";
8213 8780
8214 static vertical_Getter(mthis) native "VTTCue_vertical_Getter"; 8781 static vertical_Getter(mthis) native "VTTCue_vertical_Getter";
8215 8782
8216 static vertical_Setter(mthis, value) native "VTTCue_vertical_Setter"; 8783 static vertical_Setter(mthis, value) native "VTTCue_vertical_Setter";
8217 8784
8218 static getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback";
8219 } 8785 }
8220 8786
8221 class BlinkVTTRegion { 8787 class BlinkVTTRegion {
8222 static constructorCallback() native "VTTRegion_constructorCallback"; 8788 static constructorCallback_0() native "VTTRegion_constructorCallback";
8223 8789
8224 static height_Getter(mthis) native "VTTRegion_height_Getter"; 8790 static height_Getter(mthis) native "VTTRegion_height_Getter";
8225 8791
8226 static height_Setter(mthis, value) native "VTTRegion_height_Setter"; 8792 static height_Setter(mthis, value) native "VTTRegion_height_Setter";
8227 8793
8228 static id_Getter(mthis) native "VTTRegion_id_Getter"; 8794 static id_Getter(mthis) native "VTTRegion_id_Getter";
8229 8795
8230 static id_Setter(mthis, value) native "VTTRegion_id_Setter"; 8796 static id_Setter(mthis, value) native "VTTRegion_id_Setter";
8231 8797
8232 static regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Getter"; 8798 static regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Getter";
(...skipping 14 matching lines...) Expand all
8247 8813
8248 static viewportAnchorX_Setter(mthis, value) native "VTTRegion_viewportAnchorX_ Setter"; 8814 static viewportAnchorX_Setter(mthis, value) native "VTTRegion_viewportAnchorX_ Setter";
8249 8815
8250 static viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY_Getter" ; 8816 static viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY_Getter" ;
8251 8817
8252 static viewportAnchorY_Setter(mthis, value) native "VTTRegion_viewportAnchorY_ Setter"; 8818 static viewportAnchorY_Setter(mthis, value) native "VTTRegion_viewportAnchorY_ Setter";
8253 8819
8254 static width_Getter(mthis) native "VTTRegion_width_Getter"; 8820 static width_Getter(mthis) native "VTTRegion_width_Getter";
8255 8821
8256 static width_Setter(mthis, value) native "VTTRegion_width_Setter"; 8822 static width_Setter(mthis, value) native "VTTRegion_width_Setter";
8823
8257 } 8824 }
8258 8825
8259 class BlinkVTTRegionList { 8826 class BlinkVTTRegionList {
8260 static length_Getter(mthis) native "VTTRegionList_length_Getter";
8261
8262 static getRegionById_Callback_1(mthis, id) native "VTTRegionList_getRegionById _Callback"; 8827 static getRegionById_Callback_1(mthis, id) native "VTTRegionList_getRegionById _Callback";
8263 8828
8264 static item_Callback_1(mthis, index) native "VTTRegionList_item_Callback"; 8829 static item_Callback_1(mthis, index) native "VTTRegionList_item_Callback";
8830
8831 static length_Getter(mthis) native "VTTRegionList_length_Getter";
8832
8265 } 8833 }
8266 8834
8267 class BlinkValidityState { 8835 class BlinkValidityState {
8268 static badInput_Getter(mthis) native "ValidityState_badInput_Getter"; 8836 static badInput_Getter(mthis) native "ValidityState_badInput_Getter";
8269 8837
8270 static customError_Getter(mthis) native "ValidityState_customError_Getter"; 8838 static customError_Getter(mthis) native "ValidityState_customError_Getter";
8271 8839
8272 static patternMismatch_Getter(mthis) native "ValidityState_patternMismatch_Get ter"; 8840 static patternMismatch_Getter(mthis) native "ValidityState_patternMismatch_Get ter";
8273 8841
8274 static rangeOverflow_Getter(mthis) native "ValidityState_rangeOverflow_Getter" ; 8842 static rangeOverflow_Getter(mthis) native "ValidityState_rangeOverflow_Getter" ;
8275 8843
8276 static rangeUnderflow_Getter(mthis) native "ValidityState_rangeUnderflow_Gette r"; 8844 static rangeUnderflow_Getter(mthis) native "ValidityState_rangeUnderflow_Gette r";
8277 8845
8278 static stepMismatch_Getter(mthis) native "ValidityState_stepMismatch_Getter"; 8846 static stepMismatch_Getter(mthis) native "ValidityState_stepMismatch_Getter";
8279 8847
8280 static tooLong_Getter(mthis) native "ValidityState_tooLong_Getter"; 8848 static tooLong_Getter(mthis) native "ValidityState_tooLong_Getter";
8281 8849
8282 static typeMismatch_Getter(mthis) native "ValidityState_typeMismatch_Getter"; 8850 static typeMismatch_Getter(mthis) native "ValidityState_typeMismatch_Getter";
8283 8851
8284 static valid_Getter(mthis) native "ValidityState_valid_Getter"; 8852 static valid_Getter(mthis) native "ValidityState_valid_Getter";
8285 8853
8286 static valueMissing_Getter(mthis) native "ValidityState_valueMissing_Getter"; 8854 static valueMissing_Getter(mthis) native "ValidityState_valueMissing_Getter";
8855
8287 } 8856 }
8288 8857
8289 class BlinkVideoPlaybackQuality { 8858 class BlinkVideoPlaybackQuality {
8290 static corruptedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_corrupt edVideoFrames_Getter"; 8859 static corruptedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_corrupt edVideoFrames_Getter";
8291 8860
8292 static creationTime_Getter(mthis) native "VideoPlaybackQuality_creationTime_Ge tter"; 8861 static creationTime_Getter(mthis) native "VideoPlaybackQuality_creationTime_Ge tter";
8293 8862
8294 static droppedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_droppedVi deoFrames_Getter"; 8863 static droppedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_droppedVi deoFrames_Getter";
8295 8864
8296 static totalVideoFrames_Getter(mthis) native "VideoPlaybackQuality_totalVideoF rames_Getter"; 8865 static totalVideoFrames_Getter(mthis) native "VideoPlaybackQuality_totalVideoF rames_Getter";
8866
8297 } 8867 }
8298 8868
8299 class BlinkVideoTrack { 8869 class BlinkVideoTrack {
8300 static id_Getter(mthis) native "VideoTrack_id_Getter"; 8870 static id_Getter(mthis) native "VideoTrack_id_Getter";
8301 8871
8302 static kind_Getter(mthis) native "VideoTrack_kind_Getter"; 8872 static kind_Getter(mthis) native "VideoTrack_kind_Getter";
8303 8873
8304 static label_Getter(mthis) native "VideoTrack_label_Getter"; 8874 static label_Getter(mthis) native "VideoTrack_label_Getter";
8305 8875
8306 static language_Getter(mthis) native "VideoTrack_language_Getter"; 8876 static language_Getter(mthis) native "VideoTrack_language_Getter";
8307 8877
8308 static selected_Getter(mthis) native "VideoTrack_selected_Getter"; 8878 static selected_Getter(mthis) native "VideoTrack_selected_Getter";
8309 8879
8310 static selected_Setter(mthis, value) native "VideoTrack_selected_Setter"; 8880 static selected_Setter(mthis, value) native "VideoTrack_selected_Setter";
8881
8311 } 8882 }
8312 8883
8313 class BlinkVideoTrackList { 8884 class BlinkVideoTrackList {
8885 static $__getter___Callback_1(mthis, index) native "VideoTrackList___getter___ Callback";
8886
8887 static getTrackById_Callback_1(mthis, id) native "VideoTrackList_getTrackById_ Callback";
8888
8314 static length_Getter(mthis) native "VideoTrackList_length_Getter"; 8889 static length_Getter(mthis) native "VideoTrackList_length_Getter";
8315 8890
8316 static selectedIndex_Getter(mthis) native "VideoTrackList_selectedIndex_Getter "; 8891 static selectedIndex_Getter(mthis) native "VideoTrackList_selectedIndex_Getter ";
8317 8892
8318 static $__getter___Callback_1(mthis, index) native "VideoTrackList___getter___ Callback";
8319
8320 static getTrackById_Callback_1(mthis, id) native "VideoTrackList_getTrackById_ Callback";
8321 } 8893 }
8322 8894
8323 class BlinkWaveShaperNode { 8895 class BlinkWaveShaperNode {
8324 static curve_Getter(mthis) native "WaveShaperNode_curve_Getter"; 8896 static curve_Getter(mthis) native "WaveShaperNode_curve_Getter";
8325 8897
8326 static curve_Setter(mthis, value) native "WaveShaperNode_curve_Setter"; 8898 static curve_Setter(mthis, value) native "WaveShaperNode_curve_Setter";
8327 8899
8328 static oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter"; 8900 static oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter";
8329 8901
8330 static oversample_Setter(mthis, value) native "WaveShaperNode_oversample_Sette r"; 8902 static oversample_Setter(mthis, value) native "WaveShaperNode_oversample_Sette r";
8903
8331 } 8904 }
8332 8905
8333 class BlinkWebGLActiveInfo { 8906 class BlinkWebGLActiveInfo {
8334 static name_Getter(mthis) native "WebGLActiveInfo_name_Getter"; 8907 static name_Getter(mthis) native "WebGLActiveInfo_name_Getter";
8335 8908
8336 static size_Getter(mthis) native "WebGLActiveInfo_size_Getter"; 8909 static size_Getter(mthis) native "WebGLActiveInfo_size_Getter";
8337 8910
8338 static type_Getter(mthis) native "WebGLActiveInfo_type_Getter"; 8911 static type_Getter(mthis) native "WebGLActiveInfo_type_Getter";
8912
8339 } 8913 }
8340 8914
8341 class BlinkWebGLBuffer {} 8915 class BlinkWebGLBuffer {
8916 }
8342 8917
8343 class BlinkWebGLCompressedTextureATC {} 8918 class BlinkWebGLCompressedTextureATC {
8919 }
8344 8920
8345 class BlinkWebGLCompressedTextureETC1 {} 8921 class BlinkWebGLCompressedTextureETC1 {
8922 }
8346 8923
8347 class BlinkWebGLCompressedTexturePVRTC {} 8924 class BlinkWebGLCompressedTexturePVRTC {
8925 }
8348 8926
8349 class BlinkWebGLCompressedTextureS3TC {} 8927 class BlinkWebGLCompressedTextureS3TC {
8928 }
8350 8929
8351 class BlinkWebGLContextAttributes { 8930 class BlinkWebGLContextAttributes {
8352 static alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter"; 8931 static alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter";
8353 8932
8354 static alpha_Setter(mthis, value) native "WebGLContextAttributes_alpha_Setter" ; 8933 static alpha_Setter(mthis, value) native "WebGLContextAttributes_alpha_Setter" ;
8355 8934
8356 static antialias_Getter(mthis) native "WebGLContextAttributes_antialias_Getter "; 8935 static antialias_Getter(mthis) native "WebGLContextAttributes_antialias_Getter ";
8357 8936
8358 static antialias_Setter(mthis, value) native "WebGLContextAttributes_antialias _Setter"; 8937 static antialias_Setter(mthis, value) native "WebGLContextAttributes_antialias _Setter";
8359 8938
8360 static depth_Getter(mthis) native "WebGLContextAttributes_depth_Getter"; 8939 static depth_Getter(mthis) native "WebGLContextAttributes_depth_Getter";
8361 8940
8362 static depth_Setter(mthis, value) native "WebGLContextAttributes_depth_Setter" ; 8941 static depth_Setter(mthis, value) native "WebGLContextAttributes_depth_Setter" ;
8363 8942
8364 static failIfMajorPerformanceCaveat_Getter(mthis) native "WebGLContextAttribut es_failIfMajorPerformanceCaveat_Getter"; 8943 static failIfMajorPerformanceCaveat_Getter(mthis) native "WebGLContextAttribut es_failIfMajorPerformanceCaveat_Getter";
8365 8944
8366 static failIfMajorPerformanceCaveat_Setter(mthis, value) native "WebGLContextA ttributes_failIfMajorPerformanceCaveat_Setter"; 8945 static failIfMajorPerformanceCaveat_Setter(mthis, value) native "WebGLContextA ttributes_failIfMajorPerformanceCaveat_Setter";
8367 8946
8368 static premultipliedAlpha_Getter(mthis) native "WebGLContextAttributes_premult ipliedAlpha_Getter"; 8947 static premultipliedAlpha_Getter(mthis) native "WebGLContextAttributes_premult ipliedAlpha_Getter";
8369 8948
8370 static premultipliedAlpha_Setter(mthis, value) native "WebGLContextAttributes_ premultipliedAlpha_Setter"; 8949 static premultipliedAlpha_Setter(mthis, value) native "WebGLContextAttributes_ premultipliedAlpha_Setter";
8371 8950
8372 static preserveDrawingBuffer_Getter(mthis) native "WebGLContextAttributes_pres erveDrawingBuffer_Getter"; 8951 static preserveDrawingBuffer_Getter(mthis) native "WebGLContextAttributes_pres erveDrawingBuffer_Getter";
8373 8952
8374 static preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttribut es_preserveDrawingBuffer_Setter"; 8953 static preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttribut es_preserveDrawingBuffer_Setter";
8375 8954
8376 static stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter"; 8955 static stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter";
8377 8956
8378 static stencil_Setter(mthis, value) native "WebGLContextAttributes_stencil_Set ter"; 8957 static stencil_Setter(mthis, value) native "WebGLContextAttributes_stencil_Set ter";
8958
8379 } 8959 }
8380 8960
8381 class BlinkWebGLContextEvent { 8961 class BlinkWebGLContextEvent {
8382 static constructorCallback(type, options) native "WebGLContextEvent_constructo rCallback"; 8962 static constructorCallback_2(type, options) native "WebGLContextEvent_construc torCallback";
8383 8963
8384 static statusMessage_Getter(mthis) native "WebGLContextEvent_statusMessage_Get ter"; 8964 static statusMessage_Getter(mthis) native "WebGLContextEvent_statusMessage_Get ter";
8965
8385 } 8966 }
8386 8967
8387 class BlinkWebGLDebugRendererInfo {} 8968 class BlinkWebGLDebugRendererInfo {
8969 }
8388 8970
8389 class BlinkWebGLDebugShaders { 8971 class BlinkWebGLDebugShaders {
8390 static getTranslatedShaderSource_Callback_1(mthis, shader) native "WebGLDebugS haders_getTranslatedShaderSource_Callback"; 8972 static getTranslatedShaderSource_Callback_1(mthis, shader) native "WebGLDebugS haders_getTranslatedShaderSource_Callback";
8973
8391 } 8974 }
8392 8975
8393 class BlinkWebGLDepthTexture {} 8976 class BlinkWebGLDepthTexture {
8977 }
8394 8978
8395 class BlinkWebGLDrawBuffers { 8979 class BlinkWebGLDrawBuffers {
8396 static drawBuffersWEBGL_Callback_1(mthis, buffers) native "WebGLDrawBuffers_dr awBuffersWEBGL_Callback"; 8980 static drawBuffersWEBGL_Callback_1(mthis, buffers) native "WebGLDrawBuffers_dr awBuffersWEBGL_Callback";
8981
8397 } 8982 }
8398 8983
8399 class BlinkWebGLFramebuffer {} 8984 class BlinkWebGLFramebuffer {
8985 }
8400 8986
8401 class BlinkWebGLLoseContext { 8987 class BlinkWebGLLoseContext {
8402 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba ck"; 8988 static loseContext_Callback_0(mthis) native "WebGLLoseContext_loseContext_Call back";
8403 8989
8404 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_ Callback"; 8990 static restoreContext_Callback_0(mthis) native "WebGLLoseContext_restoreContex t_Callback";
8991
8405 } 8992 }
8406 8993
8407 class BlinkWebGLProgram {} 8994 class BlinkWebGLProgram {
8995 }
8408 8996
8409 class BlinkWebGLRenderbuffer {} 8997 class BlinkWebGLRenderbuffer {
8998 }
8410 8999
8411 class BlinkWebGLRenderingContextBase {} 9000 class BlinkWebGLRenderingContextBase {
9001 }
8412 9002
8413 class BlinkWebGLRenderingContext { 9003 class BlinkWebGLRenderingContext {
8414 static canvas_Getter(mthis) native "WebGLRenderingContext_canvas_Getter";
8415
8416 static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawing BufferHeight_Getter";
8417
8418 static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingB ufferWidth_Getter";
8419
8420 static activeTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_ activeTexture_Callback"; 9004 static activeTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_ activeTexture_Callback";
8421 9005
8422 static attachShader_Callback_2(mthis, program, shader) native "WebGLRenderingC ontext_attachShader_Callback"; 9006 static attachShader_Callback_2(mthis, program, shader) native "WebGLRenderingC ontext_attachShader_Callback";
8423 9007
8424 static bindAttribLocation_Callback_3(mthis, program, index, name) native "WebG LRenderingContext_bindAttribLocation_Callback"; 9008 static bindAttribLocation_Callback_3(mthis, program, index, name) native "WebG LRenderingContext_bindAttribLocation_Callback";
8425 9009
8426 static bindBuffer_Callback_2(mthis, target, buffer) native "WebGLRenderingCont ext_bindBuffer_Callback"; 9010 static bindBuffer_Callback_2(mthis, target, buffer) native "WebGLRenderingCont ext_bindBuffer_Callback";
8427 9011
8428 static bindFramebuffer_Callback_2(mthis, target, framebuffer) native "WebGLRen deringContext_bindFramebuffer_Callback"; 9012 static bindFramebuffer_Callback_2(mthis, target, framebuffer) native "WebGLRen deringContext_bindFramebuffer_Callback";
8429 9013
8430 static bindRenderbuffer_Callback_2(mthis, target, renderbuffer) native "WebGLR enderingContext_bindRenderbuffer_Callback"; 9014 static bindRenderbuffer_Callback_2(mthis, target, renderbuffer) native "WebGLR enderingContext_bindRenderbuffer_Callback";
8431 9015
8432 static bindTexture_Callback_2(mthis, target, texture) native "WebGLRenderingCo ntext_bindTexture_Callback"; 9016 static bindTexture_Callback_2(mthis, target, texture) native "WebGLRenderingCo ntext_bindTexture_Callback";
8433 9017
8434 static blendColor_Callback_4(mthis, red, green, blue, alpha) native "WebGLRend eringContext_blendColor_Callback"; 9018 static blendColor_Callback_4(mthis, red, green, blue, alpha) native "WebGLRend eringContext_blendColor_Callback";
8435 9019
9020 static blendEquationSeparate_Callback_2(mthis, modeRGB, modeAlpha) native "Web GLRenderingContext_blendEquationSeparate_Callback";
9021
8436 static blendEquation_Callback_1(mthis, mode) native "WebGLRenderingContext_ble ndEquation_Callback"; 9022 static blendEquation_Callback_1(mthis, mode) native "WebGLRenderingContext_ble ndEquation_Callback";
8437 9023
8438 static blendEquationSeparate_Callback_2(mthis, modeRGB, modeAlpha) native "Web GLRenderingContext_blendEquationSeparate_Callback"; 9024 static blendFuncSeparate_Callback_4(mthis, srcRGB, dstRGB, srcAlpha, dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback";
8439 9025
8440 static blendFunc_Callback_2(mthis, sfactor, dfactor) native "WebGLRenderingCon text_blendFunc_Callback"; 9026 static blendFunc_Callback_2(mthis, sfactor, dfactor) native "WebGLRenderingCon text_blendFunc_Callback";
8441 9027
8442 static blendFuncSeparate_Callback_4(mthis, srcRGB, dstRGB, srcAlpha, dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback";
8443
8444 static bufferData_Callback_3(mthis, target, data, usage) native "WebGLRenderin gContext_bufferData_Callback"; 9028 static bufferData_Callback_3(mthis, target, data, usage) native "WebGLRenderin gContext_bufferData_Callback";
8445 9029
8446 static bufferSubData_Callback_3(mthis, target, offset, data) native "WebGLRend eringContext_bufferSubData_Callback"; 9030 static bufferSubData_Callback_3(mthis, target, offset, data) native "WebGLRend eringContext_bufferSubData_Callback";
8447 9031
9032 static canvas_Getter(mthis) native "WebGLRenderingContext_canvas_Getter";
9033
8448 static checkFramebufferStatus_Callback_1(mthis, target) native "WebGLRendering Context_checkFramebufferStatus_Callback"; 9034 static checkFramebufferStatus_Callback_1(mthis, target) native "WebGLRendering Context_checkFramebufferStatus_Callback";
8449 9035
8450 static clear_Callback_1(mthis, mask) native "WebGLRenderingContext_clear_Callb ack";
8451
8452 static clearColor_Callback_4(mthis, red, green, blue, alpha) native "WebGLRend eringContext_clearColor_Callback"; 9036 static clearColor_Callback_4(mthis, red, green, blue, alpha) native "WebGLRend eringContext_clearColor_Callback";
8453 9037
8454 static clearDepth_Callback_1(mthis, depth) native "WebGLRenderingContext_clear Depth_Callback"; 9038 static clearDepth_Callback_1(mthis, depth) native "WebGLRenderingContext_clear Depth_Callback";
8455 9039
8456 static clearStencil_Callback_1(mthis, s) native "WebGLRenderingContext_clearSt encil_Callback"; 9040 static clearStencil_Callback_1(mthis, s) native "WebGLRenderingContext_clearSt encil_Callback";
8457 9041
9042 static clear_Callback_1(mthis, mask) native "WebGLRenderingContext_clear_Callb ack";
9043
8458 static colorMask_Callback_4(mthis, red, green, blue, alpha) native "WebGLRende ringContext_colorMask_Callback"; 9044 static colorMask_Callback_4(mthis, red, green, blue, alpha) native "WebGLRende ringContext_colorMask_Callback";
8459 9045
8460 static compileShader_Callback_1(mthis, shader) native "WebGLRenderingContext_c ompileShader_Callback"; 9046 static compileShader_Callback_1(mthis, shader) native "WebGLRenderingContext_c ompileShader_Callback";
8461 9047
8462 static compressedTexImage2D_Callback_7(mthis, target, level, internalformat, w idth, height, border, data) native "WebGLRenderingContext_compressedTexImage2D_C allback"; 9048 static compressedTexImage2D_Callback_7(mthis, target, level, internalformat, w idth, height, border, data) native "WebGLRenderingContext_compressedTexImage2D_C allback";
8463 9049
8464 static compressedTexSubImage2D_Callback_8(mthis, target, level, xoffset, yoffs et, width, height, format, data) native "WebGLRenderingContext_compressedTexSubI mage2D_Callback"; 9050 static compressedTexSubImage2D_Callback_8(mthis, target, level, xoffset, yoffs et, width, height, format, data) native "WebGLRenderingContext_compressedTexSubI mage2D_Callback";
8465 9051
8466 static copyTexImage2D_Callback_8(mthis, target, level, internalformat, x, y, w idth, height, border) native "WebGLRenderingContext_copyTexImage2D_Callback"; 9052 static copyTexImage2D_Callback_8(mthis, target, level, internalformat, x, y, w idth, height, border) native "WebGLRenderingContext_copyTexImage2D_Callback";
8467 9053
8468 static copyTexSubImage2D_Callback_8(mthis, target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingContext_copyTexSubImage2D_Callback"; 9054 static copyTexSubImage2D_Callback_8(mthis, target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingContext_copyTexSubImage2D_Callback";
8469 9055
8470 static createBuffer_Callback(mthis) native "WebGLRenderingContext_createBuffer _Callback"; 9056 static createBuffer_Callback_0(mthis) native "WebGLRenderingContext_createBuff er_Callback";
8471 9057
8472 static createFramebuffer_Callback(mthis) native "WebGLRenderingContext_createF ramebuffer_Callback"; 9058 static createFramebuffer_Callback_0(mthis) native "WebGLRenderingContext_creat eFramebuffer_Callback";
8473 9059
8474 static createProgram_Callback(mthis) native "WebGLRenderingContext_createProgr am_Callback"; 9060 static createProgram_Callback_0(mthis) native "WebGLRenderingContext_createPro gram_Callback";
8475 9061
8476 static createRenderbuffer_Callback(mthis) native "WebGLRenderingContext_create Renderbuffer_Callback"; 9062 static createRenderbuffer_Callback_0(mthis) native "WebGLRenderingContext_crea teRenderbuffer_Callback";
8477 9063
8478 static createShader_Callback_1(mthis, type) native "WebGLRenderingContext_crea teShader_Callback"; 9064 static createShader_Callback_1(mthis, type) native "WebGLRenderingContext_crea teShader_Callback";
8479 9065
8480 static createTexture_Callback(mthis) native "WebGLRenderingContext_createTextu re_Callback"; 9066 static createTexture_Callback_0(mthis) native "WebGLRenderingContext_createTex ture_Callback";
8481 9067
8482 static cullFace_Callback_1(mthis, mode) native "WebGLRenderingContext_cullFace _Callback"; 9068 static cullFace_Callback_1(mthis, mode) native "WebGLRenderingContext_cullFace _Callback";
8483 9069
8484 static deleteBuffer_Callback_1(mthis, buffer) native "WebGLRenderingContext_de leteBuffer_Callback"; 9070 static deleteBuffer_Callback_1(mthis, buffer) native "WebGLRenderingContext_de leteBuffer_Callback";
8485 9071
8486 static deleteFramebuffer_Callback_1(mthis, framebuffer) native "WebGLRendering Context_deleteFramebuffer_Callback"; 9072 static deleteFramebuffer_Callback_1(mthis, framebuffer) native "WebGLRendering Context_deleteFramebuffer_Callback";
8487 9073
8488 static deleteProgram_Callback_1(mthis, program) native "WebGLRenderingContext_ deleteProgram_Callback"; 9074 static deleteProgram_Callback_1(mthis, program) native "WebGLRenderingContext_ deleteProgram_Callback";
8489 9075
8490 static deleteRenderbuffer_Callback_1(mthis, renderbuffer) native "WebGLRenderi ngContext_deleteRenderbuffer_Callback"; 9076 static deleteRenderbuffer_Callback_1(mthis, renderbuffer) native "WebGLRenderi ngContext_deleteRenderbuffer_Callback";
8491 9077
8492 static deleteShader_Callback_1(mthis, shader) native "WebGLRenderingContext_de leteShader_Callback"; 9078 static deleteShader_Callback_1(mthis, shader) native "WebGLRenderingContext_de leteShader_Callback";
8493 9079
8494 static deleteTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_ deleteTexture_Callback"; 9080 static deleteTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_ deleteTexture_Callback";
8495 9081
8496 static depthFunc_Callback_1(mthis, func) native "WebGLRenderingContext_depthFu nc_Callback"; 9082 static depthFunc_Callback_1(mthis, func) native "WebGLRenderingContext_depthFu nc_Callback";
8497 9083
8498 static depthMask_Callback_1(mthis, flag) native "WebGLRenderingContext_depthMa sk_Callback"; 9084 static depthMask_Callback_1(mthis, flag) native "WebGLRenderingContext_depthMa sk_Callback";
8499 9085
8500 static depthRange_Callback_2(mthis, zNear, zFar) native "WebGLRenderingContext _depthRange_Callback"; 9086 static depthRange_Callback_2(mthis, zNear, zFar) native "WebGLRenderingContext _depthRange_Callback";
8501 9087
8502 static detachShader_Callback_2(mthis, program, shader) native "WebGLRenderingC ontext_detachShader_Callback"; 9088 static detachShader_Callback_2(mthis, program, shader) native "WebGLRenderingC ontext_detachShader_Callback";
8503 9089
9090 static disableVertexAttribArray_Callback_1(mthis, index) native "WebGLRenderin gContext_disableVertexAttribArray_Callback";
9091
8504 static disable_Callback_1(mthis, cap) native "WebGLRenderingContext_disable_Ca llback"; 9092 static disable_Callback_1(mthis, cap) native "WebGLRenderingContext_disable_Ca llback";
8505 9093
8506 static disableVertexAttribArray_Callback_1(mthis, index) native "WebGLRenderin gContext_disableVertexAttribArray_Callback";
8507
8508 static drawArrays_Callback_3(mthis, mode, first, count) native "WebGLRendering Context_drawArrays_Callback"; 9094 static drawArrays_Callback_3(mthis, mode, first, count) native "WebGLRendering Context_drawArrays_Callback";
8509 9095
8510 static drawElements_Callback_4(mthis, mode, count, type, offset) native "WebGL RenderingContext_drawElements_Callback"; 9096 static drawElements_Callback_4(mthis, mode, count, type, offset) native "WebGL RenderingContext_drawElements_Callback";
8511 9097
8512 static enable_Callback_1(mthis, cap) native "WebGLRenderingContext_enable_Call back"; 9098 static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawing BufferHeight_Getter";
9099
9100 static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingB ufferWidth_Getter";
8513 9101
8514 static enableVertexAttribArray_Callback_1(mthis, index) native "WebGLRendering Context_enableVertexAttribArray_Callback"; 9102 static enableVertexAttribArray_Callback_1(mthis, index) native "WebGLRendering Context_enableVertexAttribArray_Callback";
8515 9103
8516 static finish_Callback(mthis) native "WebGLRenderingContext_finish_Callback"; 9104 static enable_Callback_1(mthis, cap) native "WebGLRenderingContext_enable_Call back";
8517 9105
8518 static flush_Callback(mthis) native "WebGLRenderingContext_flush_Callback"; 9106 static finish_Callback_0(mthis) native "WebGLRenderingContext_finish_Callback" ;
9107
9108 static flush_Callback_0(mthis) native "WebGLRenderingContext_flush_Callback";
8519 9109
8520 static framebufferRenderbuffer_Callback_4(mthis, target, attachment, renderbuf fertarget, renderbuffer) native "WebGLRenderingContext_framebufferRenderbuffer_C allback"; 9110 static framebufferRenderbuffer_Callback_4(mthis, target, attachment, renderbuf fertarget, renderbuffer) native "WebGLRenderingContext_framebufferRenderbuffer_C allback";
8521 9111
8522 static framebufferTexture2D_Callback_5(mthis, target, attachment, textarget, t exture, level) native "WebGLRenderingContext_framebufferTexture2D_Callback"; 9112 static framebufferTexture2D_Callback_5(mthis, target, attachment, textarget, t exture, level) native "WebGLRenderingContext_framebufferTexture2D_Callback";
8523 9113
8524 static frontFace_Callback_1(mthis, mode) native "WebGLRenderingContext_frontFa ce_Callback"; 9114 static frontFace_Callback_1(mthis, mode) native "WebGLRenderingContext_frontFa ce_Callback";
8525 9115
8526 static generateMipmap_Callback_1(mthis, target) native "WebGLRenderingContext_ generateMipmap_Callback"; 9116 static generateMipmap_Callback_1(mthis, target) native "WebGLRenderingContext_ generateMipmap_Callback";
8527 9117
8528 static getActiveAttrib_Callback_2(mthis, program, index) native "WebGLRenderin gContext_getActiveAttrib_Callback"; 9118 static getActiveAttrib_Callback_2(mthis, program, index) native "WebGLRenderin gContext_getActiveAttrib_Callback";
8529 9119
8530 static getActiveUniform_Callback_2(mthis, program, index) native "WebGLRenderi ngContext_getActiveUniform_Callback"; 9120 static getActiveUniform_Callback_2(mthis, program, index) native "WebGLRenderi ngContext_getActiveUniform_Callback";
8531 9121
8532 static getAttachedShaders_Callback_1(mthis, program) native "WebGLRenderingCon text_getAttachedShaders_Callback"; 9122 static getAttachedShaders_Callback_1(mthis, program) native "WebGLRenderingCon text_getAttachedShaders_Callback";
8533 9123
8534 static getAttribLocation_Callback_2(mthis, program, name) native "WebGLRenderi ngContext_getAttribLocation_Callback"; 9124 static getAttribLocation_Callback_2(mthis, program, name) native "WebGLRenderi ngContext_getAttribLocation_Callback";
8535 9125
8536 static getBufferParameter_Callback_2(mthis, target, pname) native "WebGLRender ingContext_getBufferParameter_Callback"; 9126 static getBufferParameter_Callback_2(mthis, target, pname) native "WebGLRender ingContext_getBufferParameter_Callback";
8537 9127
8538 static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getC ontextAttributes_Callback"; 9128 static getContextAttributes_Callback_0(mthis) native "WebGLRenderingContext_ge tContextAttributes_Callback";
8539 9129
8540 static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callbac k"; 9130 static getError_Callback_0(mthis) native "WebGLRenderingContext_getError_Callb ack";
8541 9131
8542 static getExtension_Callback_1(mthis, name) native "WebGLRenderingContext_getE xtension_Callback"; 9132 static getExtension_Callback_1(mthis, name) native "WebGLRenderingContext_getE xtension_Callback";
8543 9133
8544 static getFramebufferAttachmentParameter_Callback_3(mthis, target, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachmentParameter_Callback "; 9134 static getFramebufferAttachmentParameter_Callback_3(mthis, target, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachmentParameter_Callback ";
8545 9135
8546 static getParameter_Callback_1(mthis, pname) native "WebGLRenderingContext_get Parameter_Callback"; 9136 static getParameter_Callback_1(mthis, pname) native "WebGLRenderingContext_get Parameter_Callback";
8547 9137
8548 static getProgramInfoLog_Callback_1(mthis, program) native "WebGLRenderingCont ext_getProgramInfoLog_Callback"; 9138 static getProgramInfoLog_Callback_1(mthis, program) native "WebGLRenderingCont ext_getProgramInfoLog_Callback";
8549 9139
8550 static getProgramParameter_Callback_2(mthis, program, pname) native "WebGLRend eringContext_getProgramParameter_Callback"; 9140 static getProgramParameter_Callback_2(mthis, program, pname) native "WebGLRend eringContext_getProgramParameter_Callback";
8551 9141
8552 static getRenderbufferParameter_Callback_2(mthis, target, pname) native "WebGL RenderingContext_getRenderbufferParameter_Callback"; 9142 static getRenderbufferParameter_Callback_2(mthis, target, pname) native "WebGL RenderingContext_getRenderbufferParameter_Callback";
8553 9143
8554 static getShaderInfoLog_Callback_1(mthis, shader) native "WebGLRenderingContex t_getShaderInfoLog_Callback"; 9144 static getShaderInfoLog_Callback_1(mthis, shader) native "WebGLRenderingContex t_getShaderInfoLog_Callback";
8555 9145
8556 static getShaderParameter_Callback_2(mthis, shader, pname) native "WebGLRender ingContext_getShaderParameter_Callback"; 9146 static getShaderParameter_Callback_2(mthis, shader, pname) native "WebGLRender ingContext_getShaderParameter_Callback";
8557 9147
8558 static getShaderPrecisionFormat_Callback_2(mthis, shadertype, precisiontype) n ative "WebGLRenderingContext_getShaderPrecisionFormat_Callback"; 9148 static getShaderPrecisionFormat_Callback_2(mthis, shadertype, precisiontype) n ative "WebGLRenderingContext_getShaderPrecisionFormat_Callback";
8559 9149
8560 static getShaderSource_Callback_1(mthis, shader) native "WebGLRenderingContext _getShaderSource_Callback"; 9150 static getShaderSource_Callback_1(mthis, shader) native "WebGLRenderingContext _getShaderSource_Callback";
8561 9151
8562 static getSupportedExtensions_Callback(mthis) native "WebGLRenderingContext_ge tSupportedExtensions_Callback"; 9152 static getSupportedExtensions_Callback_0(mthis) native "WebGLRenderingContext_ getSupportedExtensions_Callback";
8563 9153
8564 static getTexParameter_Callback_2(mthis, target, pname) native "WebGLRendering Context_getTexParameter_Callback"; 9154 static getTexParameter_Callback_2(mthis, target, pname) native "WebGLRendering Context_getTexParameter_Callback";
8565 9155
9156 static getUniformLocation_Callback_2(mthis, program, name) native "WebGLRender ingContext_getUniformLocation_Callback";
9157
8566 static getUniform_Callback_2(mthis, program, location) native "WebGLRenderingC ontext_getUniform_Callback"; 9158 static getUniform_Callback_2(mthis, program, location) native "WebGLRenderingC ontext_getUniform_Callback";
8567 9159
8568 static getUniformLocation_Callback_2(mthis, program, name) native "WebGLRender ingContext_getUniformLocation_Callback"; 9160 static getVertexAttribOffset_Callback_2(mthis, index, pname) native "WebGLRend eringContext_getVertexAttribOffset_Callback";
8569 9161
8570 static getVertexAttrib_Callback_2(mthis, index, pname) native "WebGLRenderingC ontext_getVertexAttrib_Callback"; 9162 static getVertexAttrib_Callback_2(mthis, index, pname) native "WebGLRenderingC ontext_getVertexAttrib_Callback";
8571 9163
8572 static getVertexAttribOffset_Callback_2(mthis, index, pname) native "WebGLRend eringContext_getVertexAttribOffset_Callback";
8573
8574 static hint_Callback_2(mthis, target, mode) native "WebGLRenderingContext_hint _Callback"; 9164 static hint_Callback_2(mthis, target, mode) native "WebGLRenderingContext_hint _Callback";
8575 9165
8576 static isBuffer_Callback_1(mthis, buffer) native "WebGLRenderingContext_isBuff er_Callback"; 9166 static isBuffer_Callback_1(mthis, buffer) native "WebGLRenderingContext_isBuff er_Callback";
8577 9167
8578 static isContextLost_Callback(mthis) native "WebGLRenderingContext_isContextLo st_Callback"; 9168 static isContextLost_Callback_0(mthis) native "WebGLRenderingContext_isContext Lost_Callback";
8579 9169
8580 static isEnabled_Callback_1(mthis, cap) native "WebGLRenderingContext_isEnable d_Callback"; 9170 static isEnabled_Callback_1(mthis, cap) native "WebGLRenderingContext_isEnable d_Callback";
8581 9171
8582 static isFramebuffer_Callback_1(mthis, framebuffer) native "WebGLRenderingCont ext_isFramebuffer_Callback"; 9172 static isFramebuffer_Callback_1(mthis, framebuffer) native "WebGLRenderingCont ext_isFramebuffer_Callback";
8583 9173
8584 static isProgram_Callback_1(mthis, program) native "WebGLRenderingContext_isPr ogram_Callback"; 9174 static isProgram_Callback_1(mthis, program) native "WebGLRenderingContext_isPr ogram_Callback";
8585 9175
8586 static isRenderbuffer_Callback_1(mthis, renderbuffer) native "WebGLRenderingCo ntext_isRenderbuffer_Callback"; 9176 static isRenderbuffer_Callback_1(mthis, renderbuffer) native "WebGLRenderingCo ntext_isRenderbuffer_Callback";
8587 9177
8588 static isShader_Callback_1(mthis, shader) native "WebGLRenderingContext_isShad er_Callback"; 9178 static isShader_Callback_1(mthis, shader) native "WebGLRenderingContext_isShad er_Callback";
(...skipping 11 matching lines...) Expand all
8600 static readPixels_Callback_7(mthis, x, y, width, height, format, type, pixels) native "WebGLRenderingContext_readPixels_Callback"; 9190 static readPixels_Callback_7(mthis, x, y, width, height, format, type, pixels) native "WebGLRenderingContext_readPixels_Callback";
8601 9191
8602 static renderbufferStorage_Callback_4(mthis, target, internalformat, width, he ight) native "WebGLRenderingContext_renderbufferStorage_Callback"; 9192 static renderbufferStorage_Callback_4(mthis, target, internalformat, width, he ight) native "WebGLRenderingContext_renderbufferStorage_Callback";
8603 9193
8604 static sampleCoverage_Callback_2(mthis, value, invert) native "WebGLRenderingC ontext_sampleCoverage_Callback"; 9194 static sampleCoverage_Callback_2(mthis, value, invert) native "WebGLRenderingC ontext_sampleCoverage_Callback";
8605 9195
8606 static scissor_Callback_4(mthis, x, y, width, height) native "WebGLRenderingCo ntext_scissor_Callback"; 9196 static scissor_Callback_4(mthis, x, y, width, height) native "WebGLRenderingCo ntext_scissor_Callback";
8607 9197
8608 static shaderSource_Callback_2(mthis, shader, string) native "WebGLRenderingCo ntext_shaderSource_Callback"; 9198 static shaderSource_Callback_2(mthis, shader, string) native "WebGLRenderingCo ntext_shaderSource_Callback";
8609 9199
9200 static stencilFuncSeparate_Callback_4(mthis, face, func, ref, mask) native "We bGLRenderingContext_stencilFuncSeparate_Callback";
9201
8610 static stencilFunc_Callback_3(mthis, func, ref, mask) native "WebGLRenderingCo ntext_stencilFunc_Callback"; 9202 static stencilFunc_Callback_3(mthis, func, ref, mask) native "WebGLRenderingCo ntext_stencilFunc_Callback";
8611 9203
8612 static stencilFuncSeparate_Callback_4(mthis, face, func, ref, mask) native "We bGLRenderingContext_stencilFuncSeparate_Callback"; 9204 static stencilMaskSeparate_Callback_2(mthis, face, mask) native "WebGLRenderin gContext_stencilMaskSeparate_Callback";
8613 9205
8614 static stencilMask_Callback_1(mthis, mask) native "WebGLRenderingContext_stenc ilMask_Callback"; 9206 static stencilMask_Callback_1(mthis, mask) native "WebGLRenderingContext_stenc ilMask_Callback";
8615 9207
8616 static stencilMaskSeparate_Callback_2(mthis, face, mask) native "WebGLRenderin gContext_stencilMaskSeparate_Callback"; 9208 static stencilOpSeparate_Callback_4(mthis, face, fail, zfail, zpass) native "W ebGLRenderingContext_stencilOpSeparate_Callback";
8617 9209
8618 static stencilOp_Callback_3(mthis, fail, zfail, zpass) native "WebGLRenderingC ontext_stencilOp_Callback"; 9210 static stencilOp_Callback_3(mthis, fail, zfail, zpass) native "WebGLRenderingC ontext_stencilOp_Callback";
8619 9211
8620 static stencilOpSeparate_Callback_4(mthis, face, fail, zfail, zpass) native "W ebGLRenderingContext_stencilOpSeparate_Callback"; 9212 static texImage2D_Callback_6(mthis, target, level, internalformat, format_OR_w idth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebG LRenderingContext_texImage2D_Callback";
8621 9213
8622 static texImage2D_Callback_9(mthis, target, level, internalformat, format_OR_w idth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, type , pixels) native "WebGLRenderingContext_texImage2D_Callback"; 9214 static texImage2D_Callback_9(mthis, target, level, internalformat, format_OR_w idth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, type , pixels) native "WebGLRenderingContext_texImage2D_Callback";
8623 9215
8624 static texImage2D_Callback_6(mthis, target, level, internalformat, format_OR_w idth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebG LRenderingContext_texImage2D_Callback";
8625
8626 static texParameterf_Callback_3(mthis, target, pname, param) native "WebGLRend eringContext_texParameterf_Callback"; 9216 static texParameterf_Callback_3(mthis, target, pname, param) native "WebGLRend eringContext_texParameterf_Callback";
8627 9217
8628 static texParameteri_Callback_3(mthis, target, pname, param) native "WebGLRend eringContext_texParameteri_Callback"; 9218 static texParameteri_Callback_3(mthis, target, pname, param) native "WebGLRend eringContext_texParameteri_Callback";
8629 9219
9220 static texSubImage2D_Callback_7(mthis, target, level, xoffset, yoffset, format _OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback";
9221
8630 static texSubImage2D_Callback_9(mthis, target, level, xoffset, yoffset, format _OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, type, p ixels) native "WebGLRenderingContext_texSubImage2D_Callback"; 9222 static texSubImage2D_Callback_9(mthis, target, level, xoffset, yoffset, format _OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, type, p ixels) native "WebGLRenderingContext_texSubImage2D_Callback";
8631 9223
8632 static texSubImage2D_Callback_7(mthis, target, level, xoffset, yoffset, format _OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback";
8633
8634 static uniform1f_Callback_2(mthis, location, x) native "WebGLRenderingContext_ uniform1f_Callback"; 9224 static uniform1f_Callback_2(mthis, location, x) native "WebGLRenderingContext_ uniform1f_Callback";
8635 9225
8636 static uniform1fv_Callback_2(mthis, location, v) native "WebGLRenderingContext _uniform1fv_Callback"; 9226 static uniform1fv_Callback_2(mthis, location, v) native "WebGLRenderingContext _uniform1fv_Callback";
8637 9227
8638 static uniform1i_Callback_2(mthis, location, x) native "WebGLRenderingContext_ uniform1i_Callback"; 9228 static uniform1i_Callback_2(mthis, location, x) native "WebGLRenderingContext_ uniform1i_Callback";
8639 9229
8640 static uniform1iv_Callback_2(mthis, location, v) native "WebGLRenderingContext _uniform1iv_Callback"; 9230 static uniform1iv_Callback_2(mthis, location, v) native "WebGLRenderingContext _uniform1iv_Callback";
8641 9231
8642 static uniform2f_Callback_3(mthis, location, x, y) native "WebGLRenderingConte xt_uniform2f_Callback"; 9232 static uniform2f_Callback_3(mthis, location, x, y) native "WebGLRenderingConte xt_uniform2f_Callback";
8643 9233
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
8685 9275
8686 static vertexAttrib3fv_Callback_2(mthis, indx, values) native "WebGLRenderingC ontext_vertexAttrib3fv_Callback"; 9276 static vertexAttrib3fv_Callback_2(mthis, indx, values) native "WebGLRenderingC ontext_vertexAttrib3fv_Callback";
8687 9277
8688 static vertexAttrib4f_Callback_5(mthis, indx, x, y, z, w) native "WebGLRenderi ngContext_vertexAttrib4f_Callback"; 9278 static vertexAttrib4f_Callback_5(mthis, indx, x, y, z, w) native "WebGLRenderi ngContext_vertexAttrib4f_Callback";
8689 9279
8690 static vertexAttrib4fv_Callback_2(mthis, indx, values) native "WebGLRenderingC ontext_vertexAttrib4fv_Callback"; 9280 static vertexAttrib4fv_Callback_2(mthis, indx, values) native "WebGLRenderingC ontext_vertexAttrib4fv_Callback";
8691 9281
8692 static vertexAttribPointer_Callback_6(mthis, indx, size, type, normalized, str ide, offset) native "WebGLRenderingContext_vertexAttribPointer_Callback"; 9282 static vertexAttribPointer_Callback_6(mthis, indx, size, type, normalized, str ide, offset) native "WebGLRenderingContext_vertexAttribPointer_Callback";
8693 9283
8694 static viewport_Callback_4(mthis, x, y, width, height) native "WebGLRenderingC ontext_viewport_Callback"; 9284 static viewport_Callback_4(mthis, x, y, width, height) native "WebGLRenderingC ontext_viewport_Callback";
9285
8695 } 9286 }
8696 9287
8697 class BlinkWebGLShader {} 9288 class BlinkWebGLShader {
9289 }
8698 9290
8699 class BlinkWebGLShaderPrecisionFormat { 9291 class BlinkWebGLShaderPrecisionFormat {
8700 static precision_Getter(mthis) native "WebGLShaderPrecisionFormat_precision_Ge tter"; 9292 static precision_Getter(mthis) native "WebGLShaderPrecisionFormat_precision_Ge tter";
8701 9293
8702 static rangeMax_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMax_Gett er"; 9294 static rangeMax_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMax_Gett er";
8703 9295
8704 static rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Gett er"; 9296 static rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Gett er";
9297
8705 } 9298 }
8706 9299
8707 class BlinkWebGLTexture {} 9300 class BlinkWebGLTexture {
9301 }
8708 9302
8709 class BlinkWebGLUniformLocation {} 9303 class BlinkWebGLUniformLocation {
9304 }
8710 9305
8711 class BlinkWebGLVertexArrayObjectOES {} 9306 class BlinkWebGLVertexArrayObjectOES {
9307 }
8712 9308
8713 class BlinkWebKitAnimationEvent { 9309 class BlinkWebKitAnimationEvent {
8714 static constructorCallback(type, options) native "WebKitAnimationEvent_constru ctorCallback"; 9310 static constructorCallback_2(type, options) native "WebKitAnimationEvent_const ructorCallback";
8715 9311
8716 static animationName_Getter(mthis) native "WebKitAnimationEvent_animationName_ Getter"; 9312 static animationName_Getter(mthis) native "WebKitAnimationEvent_animationName_ Getter";
8717 9313
8718 static elapsedTime_Getter(mthis) native "WebKitAnimationEvent_elapsedTime_Gett er"; 9314 static elapsedTime_Getter(mthis) native "WebKitAnimationEvent_elapsedTime_Gett er";
9315
8719 } 9316 }
8720 9317
8721 class BlinkWebKitCSSFilterRule { 9318 class BlinkWebKitCSSFilterRule {
8722 static style_Getter(mthis) native "WebKitCSSFilterRule_style_Getter"; 9319 static style_Getter(mthis) native "WebKitCSSFilterRule_style_Getter";
9320
8723 } 9321 }
8724 9322
8725 class BlinkWebKitCSSFilterValue {} 9323 class BlinkWebKitCSSFilterValue {
9324 }
8726 9325
8727 class BlinkWebKitCSSMatrix { 9326 class BlinkWebKitCSSMatrix {
8728 static constructorCallback_1(cssValue) native "WebKitCSSMatrix_constructorCall back"; 9327 static constructorCallback_1(cssValue) native "WebKitCSSMatrix_constructorCall back";
9328
8729 } 9329 }
8730 9330
8731 class BlinkWebKitCSSTransformValue {} 9331 class BlinkWebKitCSSTransformValue {
9332 }
8732 9333
8733 class BlinkWebKitPoint { 9334 class BlinkWebKitPoint {
8734 static constructorCallback_2(x, y) native "WebKitPoint_constructorCallback"; 9335 static constructorCallback_2(x, y) native "WebKitPoint_constructorCallback";
8735 9336
8736 static x_Getter(mthis) native "WebKitPoint_x_Getter"; 9337 static x_Getter(mthis) native "WebKitPoint_x_Getter";
8737 9338
8738 static x_Setter(mthis, value) native "WebKitPoint_x_Setter"; 9339 static x_Setter(mthis, value) native "WebKitPoint_x_Setter";
8739 9340
8740 static y_Getter(mthis) native "WebKitPoint_y_Getter"; 9341 static y_Getter(mthis) native "WebKitPoint_y_Getter";
8741 9342
8742 static y_Setter(mthis, value) native "WebKitPoint_y_Setter"; 9343 static y_Setter(mthis, value) native "WebKitPoint_y_Setter";
9344
8743 } 9345 }
8744 9346
8745 class BlinkWebSocket { 9347 class BlinkWebSocket {
8746 static constructorCallback_1(url) native "WebSocket_constructorCallback";
8747
8748 static constructorCallback_2(url, protocol_OR_protocols) native "WebSocket_con structorCallback";
8749
8750 static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter"; 9348 static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter";
8751 9349
8752 static binaryType_Setter(mthis, value) native "WebSocket_binaryType_Setter"; 9350 static binaryType_Setter(mthis, value) native "WebSocket_binaryType_Setter";
8753 9351
8754 static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter"; 9352 static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter";
8755 9353
9354 static close_Callback_0(mthis) native "WebSocket_close_Callback";
9355
9356 static close_Callback_1(mthis, code) native "WebSocket_close_Callback";
9357
9358 static close_Callback_2(mthis, code, reason) native "WebSocket_close_Callback" ;
9359
9360 static constructorCallback_1(url) native "WebSocket_constructorCallback";
9361
9362 static constructorCallback_2(url, protocol_OR_protocols) native "WebSocket_con structorCallback";
9363
8756 static extensions_Getter(mthis) native "WebSocket_extensions_Getter"; 9364 static extensions_Getter(mthis) native "WebSocket_extensions_Getter";
8757 9365
8758 static protocol_Getter(mthis) native "WebSocket_protocol_Getter"; 9366 static protocol_Getter(mthis) native "WebSocket_protocol_Getter";
8759 9367
8760 static readyState_Getter(mthis) native "WebSocket_readyState_Getter"; 9368 static readyState_Getter(mthis) native "WebSocket_readyState_Getter";
8761 9369
9370 static send_Callback_1(mthis, data) native "WebSocket_send_Callback";
9371
8762 static url_Getter(mthis) native "WebSocket_url_Getter"; 9372 static url_Getter(mthis) native "WebSocket_url_Getter";
8763 9373
8764 static close_Callback_2(mthis, code, reason) native "WebSocket_close_Callback" ;
8765
8766 static close_Callback_1(mthis, code) native "WebSocket_close_Callback";
8767
8768 static close_Callback(mthis) native "WebSocket_close_Callback";
8769
8770 static send_Callback_1(mthis, data) native "WebSocket_send_Callback";
8771 } 9374 }
8772 9375
8773 class BlinkWheelEvent { 9376 class BlinkWheelEvent {
8774 static constructorCallback(type, options) native "WheelEvent_constructorCallba ck"; 9377 static constructorCallback_2(type, options) native "WheelEvent_constructorCall back";
8775 9378
8776 static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; 9379 static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter";
8777 9380
8778 static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; 9381 static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter";
8779 9382
8780 static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; 9383 static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter";
8781 9384
8782 static deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; 9385 static deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter";
8783 9386
8784 static wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter"; 9387 static wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter";
8785 9388
8786 static wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Getter"; 9389 static wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Getter";
9390
8787 } 9391 }
8788 9392
8789 class BlinkWindow { 9393 class BlinkWindow {
9394 static $__getter___Callback_1(mthis, index_OR_name) native "Window___getter___ Callback";
9395
8790 static CSS_Getter(mthis) native "Window_CSS_Getter"; 9396 static CSS_Getter(mthis) native "Window_CSS_Getter";
8791 9397
9398 static alert_Callback_0(mthis) native "Window_alert_Callback";
9399
9400 static alert_Callback_1(mthis, message) native "Window_alert_Callback";
9401
8792 static applicationCache_Getter(mthis) native "Window_applicationCache_Getter"; 9402 static applicationCache_Getter(mthis) native "Window_applicationCache_Getter";
8793 9403
9404 static atob_Callback_1(mthis, string) native "Window_atob_Callback";
9405
9406 static btoa_Callback_1(mthis, string) native "Window_btoa_Callback";
9407
9408 static cancelAnimationFrame_Callback_1(mthis, id) native "Window_cancelAnimati onFrame_Callback";
9409
9410 static clearInterval_Callback_1(mthis, handle) native "Window_clearInterval_Ca llback";
9411
9412 static clearTimeout_Callback_1(mthis, handle) native "Window_clearTimeout_Call back";
9413
9414 static close_Callback_0(mthis) native "Window_close_Callback";
9415
8794 static closed_Getter(mthis) native "Window_closed_Getter"; 9416 static closed_Getter(mthis) native "Window_closed_Getter";
8795 9417
9418 static confirm_Callback_0(mthis) native "Window_confirm_Callback";
9419
9420 static confirm_Callback_1(mthis, message) native "Window_confirm_Callback";
9421
8796 static console_Getter(mthis) native "Window_console_Getter"; 9422 static console_Getter(mthis) native "Window_console_Getter";
8797 9423
8798 static crypto_Getter(mthis) native "Window_crypto_Getter"; 9424 static crypto_Getter(mthis) native "Window_crypto_Getter";
8799 9425
8800 static defaultStatus_Getter(mthis) native "Window_defaultStatus_Getter"; 9426 static defaultStatus_Getter(mthis) native "Window_defaultStatus_Getter";
8801 9427
8802 static defaultStatus_Setter(mthis, value) native "Window_defaultStatus_Setter" ; 9428 static defaultStatus_Setter(mthis, value) native "Window_defaultStatus_Setter" ;
8803 9429
8804 static defaultstatus_Getter(mthis) native "Window_defaultstatus_Getter"; 9430 static defaultstatus_Getter(mthis) native "Window_defaultstatus_Getter";
8805 9431
8806 static defaultstatus_Setter(mthis, value) native "Window_defaultstatus_Setter" ; 9432 static defaultstatus_Setter(mthis, value) native "Window_defaultstatus_Setter" ;
8807 9433
8808 static devicePixelRatio_Getter(mthis) native "Window_devicePixelRatio_Getter"; 9434 static devicePixelRatio_Getter(mthis) native "Window_devicePixelRatio_Getter";
8809 9435
8810 static document_Getter(mthis) native "Window_document_Getter"; 9436 static document_Getter(mthis) native "Window_document_Getter";
8811 9437
9438 static find_Callback_7(mthis, string, caseSensitive, backwards, wrap, wholeWor d, searchInFrames, showDialog) native "Window_find_Callback";
9439
9440 static getComputedStyle_Callback_2(mthis, element, pseudoElement) native "Wind ow_getComputedStyle_Callback";
9441
9442 static getMatchedCSSRules_Callback_2(mthis, element, pseudoElement) native "Wi ndow_getMatchedCSSRules_Callback";
9443
9444 static getSelection_Callback_0(mthis) native "Window_getSelection_Callback";
9445
8812 static history_Getter(mthis) native "Window_history_Getter"; 9446 static history_Getter(mthis) native "Window_history_Getter";
8813 9447
8814 static indexedDB_Getter(mthis) native "Window_indexedDB_Getter"; 9448 static indexedDB_Getter(mthis) native "Window_indexedDB_Getter";
8815 9449
8816 static innerHeight_Getter(mthis) native "Window_innerHeight_Getter"; 9450 static innerHeight_Getter(mthis) native "Window_innerHeight_Getter";
8817 9451
8818 static innerWidth_Getter(mthis) native "Window_innerWidth_Getter"; 9452 static innerWidth_Getter(mthis) native "Window_innerWidth_Getter";
8819 9453
8820 static localStorage_Getter(mthis) native "Window_localStorage_Getter"; 9454 static localStorage_Getter(mthis) native "Window_localStorage_Getter";
8821 9455
8822 static location_Getter(mthis) native "Window_location_Getter"; 9456 static location_Getter(mthis) native "Window_location_Getter";
8823 9457
8824 static locationbar_Getter(mthis) native "Window_locationbar_Getter"; 9458 static locationbar_Getter(mthis) native "Window_locationbar_Getter";
8825 9459
9460 static matchMedia_Callback_1(mthis, query) native "Window_matchMedia_Callback" ;
9461
8826 static menubar_Getter(mthis) native "Window_menubar_Getter"; 9462 static menubar_Getter(mthis) native "Window_menubar_Getter";
8827 9463
9464 static moveBy_Callback_2(mthis, x, y) native "Window_moveBy_Callback";
9465
9466 static moveTo_Callback_2(mthis, x, y) native "Window_moveTo_Callback";
9467
8828 static name_Getter(mthis) native "Window_name_Getter"; 9468 static name_Getter(mthis) native "Window_name_Getter";
8829 9469
8830 static name_Setter(mthis, value) native "Window_name_Setter"; 9470 static name_Setter(mthis, value) native "Window_name_Setter";
8831 9471
8832 static navigator_Getter(mthis) native "Window_navigator_Getter"; 9472 static navigator_Getter(mthis) native "Window_navigator_Getter";
8833 9473
8834 static offscreenBuffering_Getter(mthis) native "Window_offscreenBuffering_Gett er"; 9474 static offscreenBuffering_Getter(mthis) native "Window_offscreenBuffering_Gett er";
8835 9475
9476 static openDatabase_Callback_4(mthis, name, version, displayName, estimatedSiz e) native "Window_openDatabase_Callback";
9477
9478 static openDatabase_Callback_5(mthis, name, version, displayName, estimatedSiz e, creationCallback) native "Window_openDatabase_Callback";
9479
9480 static open_Callback_3(mthis, url, name, options) native "Window_open_Callback ";
9481
8836 static opener_Getter(mthis) native "Window_opener_Getter"; 9482 static opener_Getter(mthis) native "Window_opener_Getter";
8837 9483
8838 static opener_Setter(mthis, value) native "Window_opener_Setter"; 9484 static opener_Setter(mthis, value) native "Window_opener_Setter";
8839 9485
8840 static orientation_Getter(mthis) native "Window_orientation_Getter"; 9486 static orientation_Getter(mthis) native "Window_orientation_Getter";
8841 9487
8842 static outerHeight_Getter(mthis) native "Window_outerHeight_Getter"; 9488 static outerHeight_Getter(mthis) native "Window_outerHeight_Getter";
8843 9489
8844 static outerWidth_Getter(mthis) native "Window_outerWidth_Getter"; 9490 static outerWidth_Getter(mthis) native "Window_outerWidth_Getter";
8845 9491
8846 static pageXOffset_Getter(mthis) native "Window_pageXOffset_Getter"; 9492 static pageXOffset_Getter(mthis) native "Window_pageXOffset_Getter";
8847 9493
8848 static pageYOffset_Getter(mthis) native "Window_pageYOffset_Getter"; 9494 static pageYOffset_Getter(mthis) native "Window_pageYOffset_Getter";
8849 9495
8850 static parent_Getter(mthis) native "Window_parent_Getter"; 9496 static parent_Getter(mthis) native "Window_parent_Getter";
8851 9497
8852 static performance_Getter(mthis) native "Window_performance_Getter"; 9498 static performance_Getter(mthis) native "Window_performance_Getter";
8853 9499
8854 static screen_Getter(mthis) native "Window_screen_Getter"; 9500 static postMessage_Callback_3(mthis, message, targetOrigin, transfer) native " Window_postMessage_Callback";
9501
9502 static print_Callback_0(mthis) native "Window_print_Callback";
9503
9504 static requestAnimationFrame_Callback_1(mthis, callback) native "Window_reques tAnimationFrame_Callback";
9505
9506 static resizeBy_Callback_2(mthis, x, y) native "Window_resizeBy_Callback";
9507
9508 static resizeTo_Callback_2(mthis, width, height) native "Window_resizeTo_Callb ack";
8855 9509
8856 static screenLeft_Getter(mthis) native "Window_screenLeft_Getter"; 9510 static screenLeft_Getter(mthis) native "Window_screenLeft_Getter";
8857 9511
8858 static screenTop_Getter(mthis) native "Window_screenTop_Getter"; 9512 static screenTop_Getter(mthis) native "Window_screenTop_Getter";
8859 9513
8860 static screenX_Getter(mthis) native "Window_screenX_Getter"; 9514 static screenX_Getter(mthis) native "Window_screenX_Getter";
8861 9515
8862 static screenY_Getter(mthis) native "Window_screenY_Getter"; 9516 static screenY_Getter(mthis) native "Window_screenY_Getter";
8863 9517
9518 static screen_Getter(mthis) native "Window_screen_Getter";
9519
9520 static scrollBy_Callback_2(mthis, x, y) native "Window_scrollBy_Callback";
9521
9522 static scrollBy_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollBy _Callback";
9523
9524 static scrollTo_Callback_2(mthis, x, y) native "Window_scrollTo_Callback";
9525
9526 static scrollTo_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollTo _Callback";
9527
8864 static scrollX_Getter(mthis) native "Window_scrollX_Getter"; 9528 static scrollX_Getter(mthis) native "Window_scrollX_Getter";
8865 9529
8866 static scrollY_Getter(mthis) native "Window_scrollY_Getter"; 9530 static scrollY_Getter(mthis) native "Window_scrollY_Getter";
8867 9531
9532 static scroll_Callback_2(mthis, x, y) native "Window_scroll_Callback";
9533
9534 static scroll_Callback_3(mthis, x, y, scrollOptions) native "Window_scroll_Cal lback";
9535
8868 static scrollbars_Getter(mthis) native "Window_scrollbars_Getter"; 9536 static scrollbars_Getter(mthis) native "Window_scrollbars_Getter";
8869 9537
8870 static self_Getter(mthis) native "Window_self_Getter"; 9538 static self_Getter(mthis) native "Window_self_Getter";
8871 9539
8872 static sessionStorage_Getter(mthis) native "Window_sessionStorage_Getter"; 9540 static sessionStorage_Getter(mthis) native "Window_sessionStorage_Getter";
8873 9541
9542 static setInterval_Callback_2(mthis, handler, timeout) native "Window_setInter val_Callback";
9543
9544 static setTimeout_Callback_2(mthis, handler, timeout) native "Window_setTimeou t_Callback";
9545
9546 static showModalDialog_Callback_3(mthis, url, dialogArgs, featureArgs) native "Window_showModalDialog_Callback";
9547
8874 static speechSynthesis_Getter(mthis) native "Window_speechSynthesis_Getter"; 9548 static speechSynthesis_Getter(mthis) native "Window_speechSynthesis_Getter";
8875 9549
8876 static status_Getter(mthis) native "Window_status_Getter"; 9550 static status_Getter(mthis) native "Window_status_Getter";
8877 9551
8878 static status_Setter(mthis, value) native "Window_status_Setter"; 9552 static status_Setter(mthis, value) native "Window_status_Setter";
8879 9553
8880 static statusbar_Getter(mthis) native "Window_statusbar_Getter"; 9554 static statusbar_Getter(mthis) native "Window_statusbar_Getter";
8881 9555
9556 static stop_Callback_0(mthis) native "Window_stop_Callback";
9557
8882 static styleMedia_Getter(mthis) native "Window_styleMedia_Getter"; 9558 static styleMedia_Getter(mthis) native "Window_styleMedia_Getter";
8883 9559
8884 static toolbar_Getter(mthis) native "Window_toolbar_Getter"; 9560 static toolbar_Getter(mthis) native "Window_toolbar_Getter";
8885 9561
8886 static top_Getter(mthis) native "Window_top_Getter"; 9562 static top_Getter(mthis) native "Window_top_Getter";
8887 9563
8888 static window_Getter(mthis) native "Window_window_Getter"; 9564 static webkitRequestFileSystem_Callback_3(mthis, type, size, successCallback) native "Window_webkitRequestFileSystem_Callback";
8889
8890 static $__getter___Callback_1(mthis, index_OR_name) native "Window___getter___ Callback";
8891
8892 static alert_Callback_1(mthis, message) native "Window_alert_Callback";
8893
8894 static alert_Callback(mthis) native "Window_alert_Callback";
8895
8896 static cancelAnimationFrame_Callback_1(mthis, id) native "Window_cancelAnimati onFrame_Callback";
8897
8898 static close_Callback(mthis) native "Window_close_Callback";
8899
8900 static confirm_Callback_1(mthis, message) native "Window_confirm_Callback";
8901
8902 static confirm_Callback(mthis) native "Window_confirm_Callback";
8903
8904 static find_Callback_7(mthis, string, caseSensitive, backwards, wrap, wholeWor d, searchInFrames, showDialog) native "Window_find_Callback";
8905
8906 static getComputedStyle_Callback_2(mthis, element, pseudoElement) native "Wind ow_getComputedStyle_Callback";
8907
8908 static getMatchedCSSRules_Callback_2(mthis, element, pseudoElement) native "Wi ndow_getMatchedCSSRules_Callback";
8909
8910 static getSelection_Callback(mthis) native "Window_getSelection_Callback";
8911
8912 static matchMedia_Callback_1(mthis, query) native "Window_matchMedia_Callback" ;
8913
8914 static moveBy_Callback_2(mthis, x, y) native "Window_moveBy_Callback";
8915
8916 static moveTo_Callback_2(mthis, x, y) native "Window_moveTo_Callback";
8917
8918 static open_Callback_3(mthis, url, name, options) native "Window_open_Callback ";
8919
8920 static openDatabase_Callback_5(mthis, name, version, displayName, estimatedSiz e, creationCallback) native "Window_openDatabase_Callback";
8921
8922 static openDatabase_Callback_4(mthis, name, version, displayName, estimatedSiz e) native "Window_openDatabase_Callback";
8923
8924 static postMessage_Callback_3(mthis, message, targetOrigin, transfer) native " Window_postMessage_Callback";
8925
8926 static print_Callback(mthis) native "Window_print_Callback";
8927
8928 static requestAnimationFrame_Callback_1(mthis, callback) native "Window_reques tAnimationFrame_Callback";
8929
8930 static resizeBy_Callback_2(mthis, x, y) native "Window_resizeBy_Callback";
8931
8932 static resizeTo_Callback_2(mthis, width, height) native "Window_resizeTo_Callb ack";
8933
8934 static scroll_Callback_3(mthis, x, y, scrollOptions) native "Window_scroll_Cal lback";
8935
8936 static scroll_Callback_2(mthis, x, y) native "Window_scroll_Callback";
8937
8938 static scrollBy_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollBy _Callback";
8939
8940 static scrollBy_Callback_2(mthis, x, y) native "Window_scrollBy_Callback";
8941
8942 static scrollTo_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollTo _Callback";
8943
8944 static scrollTo_Callback_2(mthis, x, y) native "Window_scrollTo_Callback";
8945
8946 static showModalDialog_Callback_3(mthis, url, dialogArgs, featureArgs) native "Window_showModalDialog_Callback";
8947
8948 static stop_Callback(mthis) native "Window_stop_Callback";
8949 9565
8950 static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback, errorCallback) native "Window_webkitRequestFileSystem_Callback"; 9566 static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback, errorCallback) native "Window_webkitRequestFileSystem_Callback";
8951 9567
8952 static webkitRequestFileSystem_Callback_3(mthis, type, size, successCallback) native "Window_webkitRequestFileSystem_Callback"; 9568 static webkitResolveLocalFileSystemURL_Callback_2(mthis, url, successCallback) native "Window_webkitResolveLocalFileSystemURL_Callback";
8953 9569
8954 static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback"; 9570 static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback";
8955 9571
8956 static webkitResolveLocalFileSystemURL_Callback_2(mthis, url, successCallback) native "Window_webkitResolveLocalFileSystemURL_Callback"; 9572 static window_Getter(mthis) native "Window_window_Getter";
8957 9573
8958 static atob_Callback_1(mthis, string) native "Window_atob_Callback";
8959
8960 static btoa_Callback_1(mthis, string) native "Window_btoa_Callback";
8961
8962 static clearInterval_Callback_1(mthis, handle) native "Window_clearInterval_Ca llback";
8963
8964 static clearTimeout_Callback_1(mthis, handle) native "Window_clearTimeout_Call back";
8965
8966 static setInterval_Callback_2(mthis, handler, timeout) native "Window_setInter val_Callback";
8967
8968 static setTimeout_Callback_2(mthis, handler, timeout) native "Window_setTimeou t_Callback";
8969 } 9574 }
8970 9575
8971 class BlinkWorker { 9576 class BlinkWorker {
8972 static constructorCallback_1(scriptUrl) native "Worker_constructorCallback"; 9577 static constructorCallback_1(scriptUrl) native "Worker_constructorCallback";
8973 9578
8974 static postMessage_Callback_2(mthis, message, transfer) native "Worker_postMes sage_Callback"; 9579 static postMessage_Callback_2(mthis, message, transfer) native "Worker_postMes sage_Callback";
8975 9580
8976 static terminate_Callback(mthis) native "Worker_terminate_Callback"; 9581 static terminate_Callback_0(mthis) native "Worker_terminate_Callback";
9582
8977 } 9583 }
8978 9584
8979 class BlinkWorkerConsole {} 9585 class BlinkWorkerConsole {
9586 }
8980 9587
8981 class BlinkWorkerLocation {} 9588 class BlinkWorkerLocation {
9589 }
8982 9590
8983 class BlinkWorkerNavigator {} 9591 class BlinkWorkerNavigator {
9592 }
8984 9593
8985 class BlinkWorkerPerformance { 9594 class BlinkWorkerPerformance {
8986 static memory_Getter(mthis) native "WorkerPerformance_memory_Getter"; 9595 static memory_Getter(mthis) native "WorkerPerformance_memory_Getter";
8987 9596
8988 static now_Callback(mthis) native "WorkerPerformance_now_Callback"; 9597 static now_Callback_0(mthis) native "WorkerPerformance_now_Callback";
9598
8989 } 9599 }
8990 9600
8991 class BlinkXMLDocument {} 9601 class BlinkXMLDocument {
9602 }
8992 9603
8993 class BlinkXMLHttpRequestEventTarget {} 9604 class BlinkXMLHttpRequestEventTarget {
9605 }
8994 9606
8995 class BlinkXMLHttpRequest { 9607 class BlinkXMLHttpRequest {
8996 static constructorCallback() native "XMLHttpRequest_constructorCallback"; 9608 static abort_Callback_0(mthis) native "XMLHttpRequest_abort_Callback";
9609
9610 static constructorCallback_0() native "XMLHttpRequest_constructorCallback";
9611
9612 static getAllResponseHeaders_Callback_0(mthis) native "XMLHttpRequest_getAllRe sponseHeaders_Callback";
9613
9614 static getResponseHeader_Callback_1(mthis, header) native "XMLHttpRequest_getR esponseHeader_Callback";
9615
9616 static open_Callback_5(mthis, method, url, async, user, password) native "XMLH ttpRequest_open_Callback";
9617
9618 static overrideMimeType_Callback_1(mthis, override) native "XMLHttpRequest_ove rrideMimeType_Callback";
8997 9619
8998 static readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter"; 9620 static readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter";
8999 9621
9000 static response_Getter(mthis) native "XMLHttpRequest_response_Getter";
9001
9002 static responseText_Getter(mthis) native "XMLHttpRequest_responseText_Getter"; 9622 static responseText_Getter(mthis) native "XMLHttpRequest_responseText_Getter";
9003 9623
9004 static responseType_Getter(mthis) native "XMLHttpRequest_responseType_Getter"; 9624 static responseType_Getter(mthis) native "XMLHttpRequest_responseType_Getter";
9005 9625
9006 static responseType_Setter(mthis, value) native "XMLHttpRequest_responseType_S etter"; 9626 static responseType_Setter(mthis, value) native "XMLHttpRequest_responseType_S etter";
9007 9627
9008 static responseURL_Getter(mthis) native "XMLHttpRequest_responseURL_Getter"; 9628 static responseURL_Getter(mthis) native "XMLHttpRequest_responseURL_Getter";
9009 9629
9010 static responseXML_Getter(mthis) native "XMLHttpRequest_responseXML_Getter"; 9630 static responseXML_Getter(mthis) native "XMLHttpRequest_responseXML_Getter";
9011 9631
9012 static status_Getter(mthis) native "XMLHttpRequest_status_Getter"; 9632 static response_Getter(mthis) native "XMLHttpRequest_response_Getter";
9633
9634 static send_Callback_1(mthis, data) native "XMLHttpRequest_send_Callback";
9635
9636 static setRequestHeader_Callback_2(mthis, header, value) native "XMLHttpReques t_setRequestHeader_Callback";
9013 9637
9014 static statusText_Getter(mthis) native "XMLHttpRequest_statusText_Getter"; 9638 static statusText_Getter(mthis) native "XMLHttpRequest_statusText_Getter";
9015 9639
9640 static status_Getter(mthis) native "XMLHttpRequest_status_Getter";
9641
9016 static timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter"; 9642 static timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter";
9017 9643
9018 static timeout_Setter(mthis, value) native "XMLHttpRequest_timeout_Setter"; 9644 static timeout_Setter(mthis, value) native "XMLHttpRequest_timeout_Setter";
9019 9645
9020 static upload_Getter(mthis) native "XMLHttpRequest_upload_Getter"; 9646 static upload_Getter(mthis) native "XMLHttpRequest_upload_Getter";
9021 9647
9022 static withCredentials_Getter(mthis) native "XMLHttpRequest_withCredentials_Ge tter"; 9648 static withCredentials_Getter(mthis) native "XMLHttpRequest_withCredentials_Ge tter";
9023 9649
9024 static withCredentials_Setter(mthis, value) native "XMLHttpRequest_withCredent ials_Setter"; 9650 static withCredentials_Setter(mthis, value) native "XMLHttpRequest_withCredent ials_Setter";
9025 9651
9026 static abort_Callback(mthis) native "XMLHttpRequest_abort_Callback";
9027
9028 static getAllResponseHeaders_Callback(mthis) native "XMLHttpRequest_getAllResp onseHeaders_Callback";
9029
9030 static getResponseHeader_Callback_1(mthis, header) native "XMLHttpRequest_getR esponseHeader_Callback";
9031
9032 static open_Callback_5(mthis, method, url, async, user, password) native "XMLH ttpRequest_open_Callback";
9033
9034 static overrideMimeType_Callback_1(mthis, override) native "XMLHttpRequest_ove rrideMimeType_Callback";
9035
9036 static send_Callback_1(mthis, data) native "XMLHttpRequest_send_Callback";
9037
9038 static setRequestHeader_Callback_2(mthis, header, value) native "XMLHttpReques t_setRequestHeader_Callback";
9039 } 9652 }
9040 9653
9041 class BlinkXMLHttpRequestProgressEvent {} 9654 class BlinkXMLHttpRequestProgressEvent {
9655 }
9042 9656
9043 class BlinkXMLHttpRequestUpload {} 9657 class BlinkXMLHttpRequestUpload {
9658 }
9044 9659
9045 class BlinkXMLSerializer { 9660 class BlinkXMLSerializer {
9046 static constructorCallback() native "XMLSerializer_constructorCallback"; 9661 static constructorCallback_0() native "XMLSerializer_constructorCallback";
9047 9662
9048 static serializeToString_Callback_1(mthis, node) native "XMLSerializer_seriali zeToString_Callback"; 9663 static serializeToString_Callback_1(mthis, node) native "XMLSerializer_seriali zeToString_Callback";
9664
9049 } 9665 }
9050 9666
9051 class BlinkXPathEvaluator { 9667 class BlinkXPathEvaluator {
9052 static constructorCallback() native "XPathEvaluator_constructorCallback"; 9668 static constructorCallback_0() native "XPathEvaluator_constructorCallback";
9053 9669
9054 static createExpression_Callback_2(mthis, expression, resolver) native "XPathE valuator_createExpression_Callback"; 9670 static createExpression_Callback_2(mthis, expression, resolver) native "XPathE valuator_createExpression_Callback";
9055 9671
9056 static createNSResolver_Callback_1(mthis, nodeResolver) native "XPathEvaluator _createNSResolver_Callback"; 9672 static createNSResolver_Callback_1(mthis, nodeResolver) native "XPathEvaluator _createNSResolver_Callback";
9057 9673
9058 static evaluate_Callback_5(mthis, expression, contextNode, resolver, type, inR esult) native "XPathEvaluator_evaluate_Callback"; 9674 static evaluate_Callback_5(mthis, expression, contextNode, resolver, type, inR esult) native "XPathEvaluator_evaluate_Callback";
9675
9059 } 9676 }
9060 9677
9061 class BlinkXPathExpression { 9678 class BlinkXPathExpression {
9062 static evaluate_Callback_3(mthis, contextNode, type, inResult) native "XPathEx pression_evaluate_Callback"; 9679 static evaluate_Callback_3(mthis, contextNode, type, inResult) native "XPathEx pression_evaluate_Callback";
9680
9063 } 9681 }
9064 9682
9065 class BlinkXPathNSResolver { 9683 class BlinkXPathNSResolver {
9066 static lookupNamespaceURI_Callback_1(mthis, prefix) native "XPathNSResolver_lo okupNamespaceURI_Callback"; 9684 static lookupNamespaceURI_Callback_1(mthis, prefix) native "XPathNSResolver_lo okupNamespaceURI_Callback";
9685
9067 } 9686 }
9068 9687
9069 class BlinkXPathResult { 9688 class BlinkXPathResult {
9070 static booleanValue_Getter(mthis) native "XPathResult_booleanValue_Getter"; 9689 static booleanValue_Getter(mthis) native "XPathResult_booleanValue_Getter";
9071 9690
9072 static invalidIteratorState_Getter(mthis) native "XPathResult_invalidIteratorS tate_Getter"; 9691 static invalidIteratorState_Getter(mthis) native "XPathResult_invalidIteratorS tate_Getter";
9073 9692
9693 static iterateNext_Callback_0(mthis) native "XPathResult_iterateNext_Callback" ;
9694
9074 static numberValue_Getter(mthis) native "XPathResult_numberValue_Getter"; 9695 static numberValue_Getter(mthis) native "XPathResult_numberValue_Getter";
9075 9696
9076 static resultType_Getter(mthis) native "XPathResult_resultType_Getter"; 9697 static resultType_Getter(mthis) native "XPathResult_resultType_Getter";
9077 9698
9078 static singleNodeValue_Getter(mthis) native "XPathResult_singleNodeValue_Gette r"; 9699 static singleNodeValue_Getter(mthis) native "XPathResult_singleNodeValue_Gette r";
9079 9700
9701 static snapshotItem_Callback_1(mthis, index) native "XPathResult_snapshotItem_ Callback";
9702
9080 static snapshotLength_Getter(mthis) native "XPathResult_snapshotLength_Getter" ; 9703 static snapshotLength_Getter(mthis) native "XPathResult_snapshotLength_Getter" ;
9081 9704
9082 static stringValue_Getter(mthis) native "XPathResult_stringValue_Getter"; 9705 static stringValue_Getter(mthis) native "XPathResult_stringValue_Getter";
9083 9706
9084 static iterateNext_Callback(mthis) native "XPathResult_iterateNext_Callback";
9085
9086 static snapshotItem_Callback_1(mthis, index) native "XPathResult_snapshotItem_ Callback";
9087 } 9707 }
9088 9708
9089 class BlinkXSLTProcessor { 9709 class BlinkXSLTProcessor {
9090 static constructorCallback() native "XSLTProcessor_constructorCallback"; 9710 static clearParameters_Callback_0(mthis) native "XSLTProcessor_clearParameters _Callback";
9091 9711
9092 static clearParameters_Callback(mthis) native "XSLTProcessor_clearParameters_C allback"; 9712 static constructorCallback_0() native "XSLTProcessor_constructorCallback";
9093 9713
9094 static getParameter_Callback_2(mthis, namespaceURI, localName) native "XSLTPro cessor_getParameter_Callback"; 9714 static getParameter_Callback_2(mthis, namespaceURI, localName) native "XSLTPro cessor_getParameter_Callback";
9095 9715
9096 static importStylesheet_Callback_1(mthis, stylesheet) native "XSLTProcessor_im portStylesheet_Callback"; 9716 static importStylesheet_Callback_1(mthis, stylesheet) native "XSLTProcessor_im portStylesheet_Callback";
9097 9717
9098 static removeParameter_Callback_2(mthis, namespaceURI, localName) native "XSLT Processor_removeParameter_Callback"; 9718 static removeParameter_Callback_2(mthis, namespaceURI, localName) native "XSLT Processor_removeParameter_Callback";
9099 9719
9100 static reset_Callback(mthis) native "XSLTProcessor_reset_Callback"; 9720 static reset_Callback_0(mthis) native "XSLTProcessor_reset_Callback";
9101 9721
9102 static setParameter_Callback_3(mthis, namespaceURI, localName, value) native " XSLTProcessor_setParameter_Callback"; 9722 static setParameter_Callback_3(mthis, namespaceURI, localName, value) native " XSLTProcessor_setParameter_Callback";
9103 9723
9104 static transformToDocument_Callback_1(mthis, source) native "XSLTProcessor_tra nsformToDocument_Callback"; 9724 static transformToDocument_Callback_1(mthis, source) native "XSLTProcessor_tra nsformToDocument_Callback";
9105 9725
9106 static transformToFragment_Callback_2(mthis, source, docVal) native "XSLTProce ssor_transformToFragment_Callback"; 9726 static transformToFragment_Callback_2(mthis, source, docVal) native "XSLTProce ssor_transformToFragment_Callback";
9727
9107 } 9728 }
9108 9729
9109 9730
9110 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 9731 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
9111 // for details. All rights reserved. Use of this source code is governed by a 9732 // for details. All rights reserved. Use of this source code is governed by a
9112 // BSD-style license that can be found in the LICENSE file. 9733 // BSD-style license that can be found in the LICENSE file.
9113 9734
9114 9735
9115 // _Utils native entry points 9736 // _Utils native entry points
9116 class Blink_Utils { 9737 class Blink_Utils {
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
9167 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba ck"; 9788 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba ck";
9168 9789
9169 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; 9790 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback";
9170 9791
9171 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac k"; 9792 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac k";
9172 9793
9173 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; 9794 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback";
9174 9795
9175 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; 9796 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback";
9176 } 9797 }
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | sdk/lib/html/dart2js/html_dart2js.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698