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

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

Issue 284263002: Make resolver strings match up better (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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
« no previous file with comments | « no previous file | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 import 'dart:async'; 7 import 'dart:async';
8 import 'dart:collection'; 8 import 'dart:collection';
9 import 'dart:html'; 9 import 'dart:html';
10 import 'dart:_internal' hide Symbol, deprecated; 10 import 'dart:_internal' hide Symbol, deprecated;
(...skipping 22 matching lines...) Expand all
33 33
34 // TODO(leafp) These are mostly copied over from dart:html. When 34 // TODO(leafp) These are mostly copied over from dart:html. When
35 // we shift dart:blink generation over to dartium, this dependency 35 // we shift dart:blink generation over to dartium, this dependency
36 // should go away, or at least be reconsidered. 36 // should go away, or at least be reconsidered.
37 // TODO(vsm): Remove this when we can do the proper checking in 37 // TODO(vsm): Remove this when we can do the proper checking in
38 // native code for custom elements. 38 // native code for custom elements.
39 // Not actually used, but imported since dart:html can generate these objects. 39 // Not actually used, but imported since dart:html can generate these objects.
40 40
41 41
42 42
43 Native_ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback(mthis, mode, first , count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callba ck"; 43 Native_ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback(mthis, mode, first , count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callba ck_RESOLVER_STRING_4_unsigned long_long_long_long";
44 44
45 Native_ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback(mthis, mode, cou nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA NGLE_Callback"; 45 Native_ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback(mthis, mode, cou nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA NGLE_Callback_RESOLVER_STRING_5_unsigned long_long_unsigned long_long long_long" ;
46 46
47 Native_ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback(mthis, index, divi sor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback"; 47 Native_ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback(mthis, index, divi sor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_RESOLVER_STR ING_2_unsigned long_long";
48 48
49 Native_Algorithm_name_Getter(mthis) native "Algorithm_name_Getter"; 49 Native_Algorithm_name_Getter(mthis) native "Algorithm_name_Getter";
50 50
51 Native_EventTarget_addEventListener_Callback(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback"; 51 Native_EventTarget_addEventListener_Callback(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback_RESOLVER_STRING_3_DOMString_EventL istener_boolean";
52 52
53 Native_EventTarget_dispatchEvent_Callback(mthis, event) native "EventTarget_disp atchEvent_Callback"; 53 Native_EventTarget_dispatchEvent_Callback(mthis, event) native "EventTarget_disp atchEvent_Callback_RESOLVER_STRING_1_Event";
54 54
55 Native_EventTarget_removeEventListener_Callback(mthis, type, listener, useCaptur e) native "EventTarget_removeEventListener_Callback"; 55 Native_EventTarget_removeEventListener_Callback(mthis, type, listener, useCaptur e) native "EventTarget_removeEventListener_Callback_RESOLVER_STRING_3_DOMString_ EventListener_boolean";
56 56
57 Native_AudioNode_channelCount_Getter(mthis) native "AudioNode_channelCount_Gette r"; 57 Native_AudioNode_channelCount_Getter(mthis) native "AudioNode_channelCount_Gette r";
58 58
59 Native_AudioNode_channelCount_Setter(mthis, value) native "AudioNode_channelCoun t_Setter"; 59 Native_AudioNode_channelCount_Setter(mthis, value) native "AudioNode_channelCoun t_Setter";
60 60
61 Native_AudioNode_channelCountMode_Getter(mthis) native "AudioNode_channelCountMo de_Getter"; 61 Native_AudioNode_channelCountMode_Getter(mthis) native "AudioNode_channelCountMo de_Getter";
62 62
63 Native_AudioNode_channelCountMode_Setter(mthis, value) native "AudioNode_channel CountMode_Setter"; 63 Native_AudioNode_channelCountMode_Setter(mthis, value) native "AudioNode_channel CountMode_Setter";
64 64
65 Native_AudioNode_channelInterpretation_Getter(mthis) native "AudioNode_channelIn terpretation_Getter"; 65 Native_AudioNode_channelInterpretation_Getter(mthis) native "AudioNode_channelIn terpretation_Getter";
(...skipping 12 matching lines...) Expand all
78 Native_AudioNode__connect_1_Callback(mthis, destination, output, input); 78 Native_AudioNode__connect_1_Callback(mthis, destination, output, input);
79 return; 79 return;
80 } 80 }
81 if ((output is int || output == null) && (destination is AudioParam || desti nation == null) && input == null) { 81 if ((output is int || output == null) && (destination is AudioParam || desti nation == null) && input == null) {
82 Native_AudioNode__connect_2_Callback(mthis, destination, output); 82 Native_AudioNode__connect_2_Callback(mthis, destination, output);
83 return; 83 return;
84 } 84 }
85 throw new ArgumentError("Incorrect number or type of arguments"); 85 throw new ArgumentError("Incorrect number or type of arguments");
86 } 86 }
87 87
88 Native_AudioNode__connect_1_Callback(mthis, destination, output, input) native " AudioNode_connect_Callback_3_AudioNode_unsigned long_unsigned long"; 88 Native_AudioNode__connect_1_Callback(mthis, destination, output, input) native " AudioNode_connect_Callback_RESOLVER_STRING_3_AudioNode_unsigned long_unsigned lo ng";
89 89
90 Native_AudioNode__connect_2_Callback(mthis, destination, output) native "AudioNo de_connect_Callback_2_AudioParam_unsigned long"; 90 Native_AudioNode__connect_2_Callback(mthis, destination, output) native "AudioNo de_connect_Callback_RESOLVER_STRING_2_AudioParam_unsigned long";
91 91
92 Native_AudioNode_disconnect_Callback(mthis, output) native "AudioNode_disconnect _Callback"; 92 Native_AudioNode_disconnect_Callback(mthis, output) native "AudioNode_disconnect _Callback_RESOLVER_STRING_1_unsigned long";
93 93
94 Native_AnalyserNode_fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter"; 94 Native_AnalyserNode_fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter";
95 95
96 Native_AnalyserNode_fftSize_Setter(mthis, value) native "AnalyserNode_fftSize_Se tter"; 96 Native_AnalyserNode_fftSize_Setter(mthis, value) native "AnalyserNode_fftSize_Se tter";
97 97
98 Native_AnalyserNode_frequencyBinCount_Getter(mthis) native "AnalyserNode_frequen cyBinCount_Getter"; 98 Native_AnalyserNode_frequencyBinCount_Getter(mthis) native "AnalyserNode_frequen cyBinCount_Getter";
99 99
100 Native_AnalyserNode_maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_G etter"; 100 Native_AnalyserNode_maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_G etter";
101 101
102 Native_AnalyserNode_maxDecibels_Setter(mthis, value) native "AnalyserNode_maxDec ibels_Setter"; 102 Native_AnalyserNode_maxDecibels_Setter(mthis, value) native "AnalyserNode_maxDec ibels_Setter";
103 103
104 Native_AnalyserNode_minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_G etter"; 104 Native_AnalyserNode_minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_G etter";
105 105
106 Native_AnalyserNode_minDecibels_Setter(mthis, value) native "AnalyserNode_minDec ibels_Setter"; 106 Native_AnalyserNode_minDecibels_Setter(mthis, value) native "AnalyserNode_minDec ibels_Setter";
107 107
108 Native_AnalyserNode_smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smo othingTimeConstant_Getter"; 108 Native_AnalyserNode_smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smo othingTimeConstant_Getter";
109 109
110 Native_AnalyserNode_smoothingTimeConstant_Setter(mthis, value) native "AnalyserN ode_smoothingTimeConstant_Setter"; 110 Native_AnalyserNode_smoothingTimeConstant_Setter(mthis, value) native "AnalyserN ode_smoothingTimeConstant_Setter";
111 111
112 Native_AnalyserNode_getByteFrequencyData_Callback(mthis, array) native "Analyser Node_getByteFrequencyData_Callback"; 112 Native_AnalyserNode_getByteFrequencyData_Callback(mthis, array) native "Analyser Node_getByteFrequencyData_Callback_RESOLVER_STRING_1_Uint8Array";
113 113
114 Native_AnalyserNode_getByteTimeDomainData_Callback(mthis, array) native "Analyse rNode_getByteTimeDomainData_Callback"; 114 Native_AnalyserNode_getByteTimeDomainData_Callback(mthis, array) native "Analyse rNode_getByteTimeDomainData_Callback_RESOLVER_STRING_1_Uint8Array";
115 115
116 Native_AnalyserNode_getFloatFrequencyData_Callback(mthis, array) native "Analyse rNode_getFloatFrequencyData_Callback"; 116 Native_AnalyserNode_getFloatFrequencyData_Callback(mthis, array) native "Analyse rNode_getFloatFrequencyData_Callback_RESOLVER_STRING_1_Float32Array";
117 117
118 Native_TimedItem_activeDuration_Getter(mthis) native "TimedItem_activeDuration_G etter"; 118 Native_TimedItem_activeDuration_Getter(mthis) native "TimedItem_activeDuration_G etter";
119 119
120 Native_TimedItem_currentIteration_Getter(mthis) native "TimedItem_currentIterati on_Getter"; 120 Native_TimedItem_currentIteration_Getter(mthis) native "TimedItem_currentIterati on_Getter";
121 121
122 Native_TimedItem_duration_Getter(mthis) native "TimedItem_duration_Getter"; 122 Native_TimedItem_duration_Getter(mthis) native "TimedItem_duration_Getter";
123 123
124 Native_TimedItem_endTime_Getter(mthis) native "TimedItem_endTime_Getter"; 124 Native_TimedItem_endTime_Getter(mthis) native "TimedItem_endTime_Getter";
125 125
126 Native_TimedItem_localTime_Getter(mthis) native "TimedItem_localTime_Getter"; 126 Native_TimedItem_localTime_Getter(mthis) native "TimedItem_localTime_Getter";
(...skipping 11 matching lines...) Expand all
138 } 138 }
139 if ((timingInput is num || timingInput == null) && (keyframes is List<Map> | | keyframes == null) && (target is Element || target == null)) { 139 if ((timingInput is num || timingInput == null) && (keyframes is List<Map> | | keyframes == null) && (target is Element || target == null)) {
140 return Native_Animation__create_2constructorCallback(target, keyframes, ti mingInput); 140 return Native_Animation__create_2constructorCallback(target, keyframes, ti mingInput);
141 } 141 }
142 if ((keyframes is List<Map> || keyframes == null) && (target is Element || t arget == null) && timingInput == null) { 142 if ((keyframes is List<Map> || keyframes == null) && (target is Element || t arget == null) && timingInput == null) {
143 return Native_Animation__create_3constructorCallback(target, keyframes); 143 return Native_Animation__create_3constructorCallback(target, keyframes);
144 } 144 }
145 throw new ArgumentError("Incorrect number or type of arguments"); 145 throw new ArgumentError("Incorrect number or type of arguments");
146 } 146 }
147 147
148 Native_Animation__create_1constructorCallback(target, keyframes, timingInput) na tive "Animation__create_1constructorCallback"; 148 Native_Animation_constructorCallback(target, keyframes, timingInput) native "Ani mation_constructorCallback_RESOLVER_STRING_3_Element_sequence<Dictionary>_Dictio nary";
149 149
150 Native_Animation__create_2constructorCallback(target, keyframes, timingInput) na tive "Animation__create_2constructorCallback"; 150 Native_Animation_constructorCallback(target, keyframes, timingInput) native "Ani mation_constructorCallback_RESOLVER_STRING_3_Element_sequence<Dictionary>_double ";
151 151
152 Native_Animation__create_3constructorCallback(target, keyframes) native "Animati on__create_3constructorCallback"; 152 Native_Animation_constructorCallback(target, keyframes) native "Animation_constr uctorCallback_RESOLVER_STRING_2_Element_sequence<Dictionary>";
153 153
154 Native_ApplicationCache_status_Getter(mthis) native "ApplicationCache_status_Get ter"; 154 Native_ApplicationCache_status_Getter(mthis) native "ApplicationCache_status_Get ter";
155 155
156 Native_ApplicationCache_abort_Callback(mthis) native "ApplicationCache_abort_Cal lback"; 156 Native_ApplicationCache_abort_Callback(mthis) native "ApplicationCache_abort_Cal lback_RESOLVER_STRING_0_";
157 157
158 Native_ApplicationCache_swapCache_Callback(mthis) native "ApplicationCache_swapC ache_Callback"; 158 Native_ApplicationCache_swapCache_Callback(mthis) native "ApplicationCache_swapC ache_Callback_RESOLVER_STRING_0_";
159 159
160 Native_ApplicationCache_update_Callback(mthis) native "ApplicationCache_update_C allback"; 160 Native_ApplicationCache_update_Callback(mthis) native "ApplicationCache_update_C allback_RESOLVER_STRING_0_";
161 161
162 Native_Node_baseURI_Getter(mthis) native "Node_baseURI_Getter"; 162 Native_Node_baseURI_Getter(mthis) native "Node_baseURI_Getter";
163 163
164 Native_Node_childNodes_Getter(mthis) native "Node_childNodes_Getter"; 164 Native_Node_childNodes_Getter(mthis) native "Node_childNodes_Getter";
165 165
166 Native_Node_firstChild_Getter(mthis) native "Node_firstChild_Getter"; 166 Native_Node_firstChild_Getter(mthis) native "Node_firstChild_Getter";
167 167
168 Native_Node_lastChild_Getter(mthis) native "Node_lastChild_Getter"; 168 Native_Node_lastChild_Getter(mthis) native "Node_lastChild_Getter";
169 169
170 Native_Node_localName_Getter(mthis) native "Node_localName_Getter"; 170 Native_Node_localName_Getter(mthis) native "Node_localName_Getter";
(...skipping 13 matching lines...) Expand all
184 Native_Node_parentElement_Getter(mthis) native "Node_parentElement_Getter"; 184 Native_Node_parentElement_Getter(mthis) native "Node_parentElement_Getter";
185 185
186 Native_Node_parentNode_Getter(mthis) native "Node_parentNode_Getter"; 186 Native_Node_parentNode_Getter(mthis) native "Node_parentNode_Getter";
187 187
188 Native_Node_previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; 188 Native_Node_previousSibling_Getter(mthis) native "Node_previousSibling_Getter";
189 189
190 Native_Node_textContent_Getter(mthis) native "Node_textContent_Getter"; 190 Native_Node_textContent_Getter(mthis) native "Node_textContent_Getter";
191 191
192 Native_Node_textContent_Setter(mthis, value) native "Node_textContent_Setter"; 192 Native_Node_textContent_Setter(mthis, value) native "Node_textContent_Setter";
193 193
194 Native_Node_appendChild_Callback(mthis, newChild) native "Node_appendChild_Callb ack"; 194 Native_Node_appendChild_Callback(mthis, newChild) native "Node_appendChild_Callb ack_RESOLVER_STRING_1_Node";
195 195
196 Native_Node_cloneNode_Callback(mthis, deep) native "Node_cloneNode_Callback"; 196 Native_Node_cloneNode_Callback(mthis, deep) native "Node_cloneNode_Callback_RESO LVER_STRING_1_boolean";
197 197
198 Native_Node_contains_Callback(mthis, other) native "Node_contains_Callback"; 198 Native_Node_contains_Callback(mthis, other) native "Node_contains_Callback_RESOL VER_STRING_1_Node";
199 199
200 Native_Node_hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback"; 200 Native_Node_hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback_RE SOLVER_STRING_0_";
201 201
202 Native_Node_insertBefore_Callback(mthis, newChild, refChild) native "Node_insert Before_Callback"; 202 Native_Node_insertBefore_Callback(mthis, newChild, refChild) native "Node_insert Before_Callback_RESOLVER_STRING_2_Node_Node";
203 203
204 Native_Node_removeChild_Callback(mthis, oldChild) native "Node_removeChild_Callb ack"; 204 Native_Node_removeChild_Callback(mthis, oldChild) native "Node_removeChild_Callb ack_RESOLVER_STRING_1_Node";
205 205
206 Native_Node_replaceChild_Callback(mthis, newChild, oldChild) native "Node_replac eChild_Callback"; 206 Native_Node_replaceChild_Callback(mthis, newChild, oldChild) native "Node_replac eChild_Callback_RESOLVER_STRING_2_Node_Node";
207 207
208 Native_Attr_localName_Getter(mthis) native "Attr_localName_Getter"; 208 Native_Attr_localName_Getter(mthis) native "Attr_localName_Getter";
209 209
210 Native_Attr_name_Getter(mthis) native "Attr_name_Getter"; 210 Native_Attr_name_Getter(mthis) native "Attr_name_Getter";
211 211
212 Native_Attr_namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; 212 Native_Attr_namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter";
213 213
214 Native_Attr_value_Getter(mthis) native "Attr_value_Getter"; 214 Native_Attr_value_Getter(mthis) native "Attr_value_Getter";
215 215
216 Native_Attr_value_Setter(mthis, value) native "Attr_value_Setter"; 216 Native_Attr_value_Setter(mthis, value) native "Attr_value_Setter";
217 217
218 Native_AudioBuffer_duration_Getter(mthis) native "AudioBuffer_duration_Getter"; 218 Native_AudioBuffer_duration_Getter(mthis) native "AudioBuffer_duration_Getter";
219 219
220 Native_AudioBuffer_gain_Getter(mthis) native "AudioBuffer_gain_Getter"; 220 Native_AudioBuffer_gain_Getter(mthis) native "AudioBuffer_gain_Getter";
221 221
222 Native_AudioBuffer_gain_Setter(mthis, value) native "AudioBuffer_gain_Setter"; 222 Native_AudioBuffer_gain_Setter(mthis, value) native "AudioBuffer_gain_Setter";
223 223
224 Native_AudioBuffer_length_Getter(mthis) native "AudioBuffer_length_Getter"; 224 Native_AudioBuffer_length_Getter(mthis) native "AudioBuffer_length_Getter";
225 225
226 Native_AudioBuffer_numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfCh annels_Getter"; 226 Native_AudioBuffer_numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfCh annels_Getter";
227 227
228 Native_AudioBuffer_sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Gette r"; 228 Native_AudioBuffer_sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Gette r";
229 229
230 Native_AudioBuffer_getChannelData_Callback(mthis, channelIndex) native "AudioBuf fer_getChannelData_Callback"; 230 Native_AudioBuffer_getChannelData_Callback(mthis, channelIndex) native "AudioBuf fer_getChannelData_Callback_RESOLVER_STRING_1_unsigned long";
231 231
232 Native_AudioBufferSourceNode_buffer_Getter(mthis) native "AudioBufferSourceNode_ buffer_Getter"; 232 Native_AudioBufferSourceNode_buffer_Getter(mthis) native "AudioBufferSourceNode_ buffer_Getter";
233 233
234 Native_AudioBufferSourceNode_buffer_Setter(mthis, value) native "AudioBufferSour ceNode_buffer_Setter"; 234 Native_AudioBufferSourceNode_buffer_Setter(mthis, value) native "AudioBufferSour ceNode_buffer_Setter";
235 235
236 Native_AudioBufferSourceNode_gain_Getter(mthis) native "AudioBufferSourceNode_ga in_Getter"; 236 Native_AudioBufferSourceNode_gain_Getter(mthis) native "AudioBufferSourceNode_ga in_Getter";
237 237
238 Native_AudioBufferSourceNode_loop_Getter(mthis) native "AudioBufferSourceNode_lo op_Getter"; 238 Native_AudioBufferSourceNode_loop_Getter(mthis) native "AudioBufferSourceNode_lo op_Getter";
239 239
240 Native_AudioBufferSourceNode_loop_Setter(mthis, value) native "AudioBufferSource Node_loop_Setter"; 240 Native_AudioBufferSourceNode_loop_Setter(mthis, value) native "AudioBufferSource Node_loop_Setter";
241 241
242 Native_AudioBufferSourceNode_loopEnd_Getter(mthis) native "AudioBufferSourceNode _loopEnd_Getter"; 242 Native_AudioBufferSourceNode_loopEnd_Getter(mthis) native "AudioBufferSourceNode _loopEnd_Getter";
243 243
244 Native_AudioBufferSourceNode_loopEnd_Setter(mthis, value) native "AudioBufferSou rceNode_loopEnd_Setter"; 244 Native_AudioBufferSourceNode_loopEnd_Setter(mthis, value) native "AudioBufferSou rceNode_loopEnd_Setter";
245 245
246 Native_AudioBufferSourceNode_loopStart_Getter(mthis) native "AudioBufferSourceNo de_loopStart_Getter"; 246 Native_AudioBufferSourceNode_loopStart_Getter(mthis) native "AudioBufferSourceNo de_loopStart_Getter";
247 247
248 Native_AudioBufferSourceNode_loopStart_Setter(mthis, value) native "AudioBufferS ourceNode_loopStart_Setter"; 248 Native_AudioBufferSourceNode_loopStart_Setter(mthis, value) native "AudioBufferS ourceNode_loopStart_Setter";
249 249
250 Native_AudioBufferSourceNode_playbackRate_Getter(mthis) native "AudioBufferSourc eNode_playbackRate_Getter"; 250 Native_AudioBufferSourceNode_playbackRate_Getter(mthis) native "AudioBufferSourc eNode_playbackRate_Getter";
251 251
252 Native_AudioBufferSourceNode_playbackState_Getter(mthis) native "AudioBufferSour ceNode_playbackState_Getter"; 252 Native_AudioBufferSourceNode_playbackState_Getter(mthis) native "AudioBufferSour ceNode_playbackState_Getter";
253 253
254 Native_AudioBufferSourceNode_noteGrainOn_Callback(mthis, when, grainOffset, grai nDuration) native "AudioBufferSourceNode_noteGrainOn_Callback"; 254 Native_AudioBufferSourceNode_noteGrainOn_Callback(mthis, when, grainOffset, grai nDuration) native "AudioBufferSourceNode_noteGrainOn_Callback_RESOLVER_STRING_3_ double_double_double";
255 255
256 Native_AudioBufferSourceNode_noteOff_Callback(mthis, when) native "AudioBufferSo urceNode_noteOff_Callback"; 256 Native_AudioBufferSourceNode_noteOff_Callback(mthis, when) native "AudioBufferSo urceNode_noteOff_Callback_RESOLVER_STRING_1_double";
257 257
258 Native_AudioBufferSourceNode_noteOn_Callback(mthis, when) native "AudioBufferSou rceNode_noteOn_Callback"; 258 Native_AudioBufferSourceNode_noteOn_Callback(mthis, when) native "AudioBufferSou rceNode_noteOn_Callback_RESOLVER_STRING_1_double";
259 259
260 // Generated overload resolver 260 // Generated overload resolver
261 Native_AudioBufferSourceNode_start(mthis, when, grainOffset, grainDuration) { 261 Native_AudioBufferSourceNode_start(mthis, when, grainOffset, grainDuration) {
262 if (grainDuration != null) { 262 if (grainDuration != null) {
263 Native_AudioBufferSourceNode__start_1_Callback(mthis, when, grainOffset, g rainDuration); 263 Native_AudioBufferSourceNode__start_1_Callback(mthis, when, grainOffset, g rainDuration);
264 return; 264 return;
265 } 265 }
266 if (grainOffset != null) { 266 if (grainOffset != null) {
267 Native_AudioBufferSourceNode__start_2_Callback(mthis, when, grainOffset); 267 Native_AudioBufferSourceNode__start_2_Callback(mthis, when, grainOffset);
268 return; 268 return;
269 } 269 }
270 if (when != null) { 270 if (when != null) {
271 Native_AudioBufferSourceNode__start_3_Callback(mthis, when); 271 Native_AudioBufferSourceNode__start_3_Callback(mthis, when);
272 return; 272 return;
273 } 273 }
274 Native_AudioBufferSourceNode__start_4_Callback(mthis); 274 Native_AudioBufferSourceNode__start_4_Callback(mthis);
275 return; 275 return;
276 } 276 }
277 277
278 Native_AudioBufferSourceNode__start_1_Callback(mthis, when, grainOffset, grainDu ration) native "AudioBufferSourceNode_start_Callback_3_double_double_double"; 278 Native_AudioBufferSourceNode__start_1_Callback(mthis, when, grainOffset, grainDu ration) native "AudioBufferSourceNode_start_Callback_RESOLVER_STRING_3_double_do uble_double";
279 279
280 Native_AudioBufferSourceNode__start_2_Callback(mthis, when, grainOffset) native "AudioBufferSourceNode_start_Callback_2_double_double"; 280 Native_AudioBufferSourceNode__start_2_Callback(mthis, when, grainOffset) native "AudioBufferSourceNode_start_Callback_RESOLVER_STRING_2_double_double";
281 281
282 Native_AudioBufferSourceNode__start_3_Callback(mthis, when) native "AudioBufferS ourceNode_start_Callback_1_double"; 282 Native_AudioBufferSourceNode__start_3_Callback(mthis, when) native "AudioBufferS ourceNode_start_Callback_RESOLVER_STRING_1_double";
283 283
284 Native_AudioBufferSourceNode__start_4_Callback(mthis) native "AudioBufferSourceN ode_start_Callback_0_"; 284 Native_AudioBufferSourceNode__start_4_Callback(mthis) native "AudioBufferSourceN ode_start_Callback_RESOLVER_STRING_0_";
285 285
286 // Generated overload resolver 286 // Generated overload resolver
287 Native_AudioBufferSourceNode_stop(mthis, when) { 287 Native_AudioBufferSourceNode_stop(mthis, when) {
288 if (when != null) { 288 if (when != null) {
289 Native_AudioBufferSourceNode__stop_1_Callback(mthis, when); 289 Native_AudioBufferSourceNode__stop_1_Callback(mthis, when);
290 return; 290 return;
291 } 291 }
292 Native_AudioBufferSourceNode__stop_2_Callback(mthis); 292 Native_AudioBufferSourceNode__stop_2_Callback(mthis);
293 return; 293 return;
294 } 294 }
295 295
296 Native_AudioBufferSourceNode__stop_1_Callback(mthis, when) native "AudioBufferSo urceNode_stop_Callback_1_double"; 296 Native_AudioBufferSourceNode__stop_1_Callback(mthis, when) native "AudioBufferSo urceNode_stop_Callback_RESOLVER_STRING_1_double";
297 297
298 Native_AudioBufferSourceNode__stop_2_Callback(mthis) native "AudioBufferSourceNo de_stop_Callback_0_"; 298 Native_AudioBufferSourceNode__stop_2_Callback(mthis) native "AudioBufferSourceNo de_stop_Callback_RESOLVER_STRING_0_";
299 299
300 // Generated overload resolver 300 // Generated overload resolver
301 Native_AudioContext_AudioContext() { 301 Native_AudioContext_AudioContext() {
302 return Native_AudioContext__create_1constructorCallback(); 302 return Native_AudioContext__create_1constructorCallback();
303 } 303 }
304 304
305 Native_AudioContext__create_1constructorCallback() native "AudioContext__create_ 1constructorCallback"; 305 Native_AudioContext_constructorCallback() native "AudioContext_constructorCallba ck";
306 306
307 Native_AudioContext_activeSourceCount_Getter(mthis) native "AudioContext_activeS ourceCount_Getter"; 307 Native_AudioContext_activeSourceCount_Getter(mthis) native "AudioContext_activeS ourceCount_Getter";
308 308
309 Native_AudioContext_currentTime_Getter(mthis) native "AudioContext_currentTime_G etter"; 309 Native_AudioContext_currentTime_Getter(mthis) native "AudioContext_currentTime_G etter";
310 310
311 Native_AudioContext_destination_Getter(mthis) native "AudioContext_destination_G etter"; 311 Native_AudioContext_destination_Getter(mthis) native "AudioContext_destination_G etter";
312 312
313 Native_AudioContext_listener_Getter(mthis) native "AudioContext_listener_Getter" ; 313 Native_AudioContext_listener_Getter(mthis) native "AudioContext_listener_Getter" ;
314 314
315 Native_AudioContext_sampleRate_Getter(mthis) native "AudioContext_sampleRate_Get ter"; 315 Native_AudioContext_sampleRate_Getter(mthis) native "AudioContext_sampleRate_Get ter";
316 316
317 Native_AudioContext_createAnalyser_Callback(mthis) native "AudioContext_createAn alyser_Callback"; 317 Native_AudioContext_createAnalyser_Callback(mthis) native "AudioContext_createAn alyser_Callback_RESOLVER_STRING_0_";
318 318
319 Native_AudioContext_createBiquadFilter_Callback(mthis) native "AudioContext_crea teBiquadFilter_Callback"; 319 Native_AudioContext_createBiquadFilter_Callback(mthis) native "AudioContext_crea teBiquadFilter_Callback_RESOLVER_STRING_0_";
320 320
321 Native_AudioContext_createBuffer_Callback(mthis, numberOfChannels, numberOfFrame s, sampleRate) native "AudioContext_createBuffer_Callback"; 321 Native_AudioContext_createBuffer_Callback(mthis, numberOfChannels, numberOfFrame s, sampleRate) native "AudioContext_createBuffer_Callback_RESOLVER_STRING_3_unsi gned long_unsigned long_float";
322 322
323 Native_AudioContext_createBufferFromBuffer_Callback(mthis, buffer, mixToMono) na tive "AudioContext_createBufferFromBuffer_Callback"; 323 Native_AudioContext_createBufferFromBuffer_Callback(mthis, buffer, mixToMono) na tive "AudioContext_createBuffer_Callback_RESOLVER_STRING_2_ArrayBuffer_boolean";
324 324
325 Native_AudioContext_createBufferSource_Callback(mthis) native "AudioContext_crea teBufferSource_Callback"; 325 Native_AudioContext_createBufferSource_Callback(mthis) native "AudioContext_crea teBufferSource_Callback_RESOLVER_STRING_0_";
326 326
327 // Generated overload resolver 327 // Generated overload resolver
328 Native_AudioContext_createChannelMerger(mthis, numberOfInputs) { 328 Native_AudioContext_createChannelMerger(mthis, numberOfInputs) {
329 if (numberOfInputs != null) { 329 if (numberOfInputs != null) {
330 return Native_AudioContext__createChannelMerger_1_Callback(mthis, numberOf Inputs); 330 return Native_AudioContext__createChannelMerger_1_Callback(mthis, numberOf Inputs);
331 } 331 }
332 return Native_AudioContext__createChannelMerger_2_Callback(mthis); 332 return Native_AudioContext__createChannelMerger_2_Callback(mthis);
333 } 333 }
334 334
335 Native_AudioContext__createChannelMerger_1_Callback(mthis, numberOfInputs) nativ e "AudioContext_createChannelMerger_Callback_1_unsigned long"; 335 Native_AudioContext__createChannelMerger_1_Callback(mthis, numberOfInputs) nativ e "AudioContext_createChannelMerger_Callback_RESOLVER_STRING_1_unsigned long";
336 336
337 Native_AudioContext__createChannelMerger_2_Callback(mthis) native "AudioContext_ createChannelMerger_Callback_0_"; 337 Native_AudioContext__createChannelMerger_2_Callback(mthis) native "AudioContext_ createChannelMerger_Callback_RESOLVER_STRING_0_";
338 338
339 // Generated overload resolver 339 // Generated overload resolver
340 Native_AudioContext_createChannelSplitter(mthis, numberOfOutputs) { 340 Native_AudioContext_createChannelSplitter(mthis, numberOfOutputs) {
341 if (numberOfOutputs != null) { 341 if (numberOfOutputs != null) {
342 return Native_AudioContext__createChannelSplitter_1_Callback(mthis, number OfOutputs); 342 return Native_AudioContext__createChannelSplitter_1_Callback(mthis, number OfOutputs);
343 } 343 }
344 return Native_AudioContext__createChannelSplitter_2_Callback(mthis); 344 return Native_AudioContext__createChannelSplitter_2_Callback(mthis);
345 } 345 }
346 346
347 Native_AudioContext__createChannelSplitter_1_Callback(mthis, numberOfOutputs) na tive "AudioContext_createChannelSplitter_Callback_1_unsigned long"; 347 Native_AudioContext__createChannelSplitter_1_Callback(mthis, numberOfOutputs) na tive "AudioContext_createChannelSplitter_Callback_RESOLVER_STRING_1_unsigned lon g";
348 348
349 Native_AudioContext__createChannelSplitter_2_Callback(mthis) native "AudioContex t_createChannelSplitter_Callback_0_"; 349 Native_AudioContext__createChannelSplitter_2_Callback(mthis) native "AudioContex t_createChannelSplitter_Callback_RESOLVER_STRING_0_";
350 350
351 Native_AudioContext_createConvolver_Callback(mthis) native "AudioContext_createC onvolver_Callback"; 351 Native_AudioContext_createConvolver_Callback(mthis) native "AudioContext_createC onvolver_Callback_RESOLVER_STRING_0_";
352 352
353 // Generated overload resolver 353 // Generated overload resolver
354 Native_AudioContext_createDelay(mthis, maxDelayTime) { 354 Native_AudioContext_createDelay(mthis, maxDelayTime) {
355 if (maxDelayTime != null) { 355 if (maxDelayTime != null) {
356 return Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime); 356 return Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime);
357 } 357 }
358 return Native_AudioContext__createDelay_2_Callback(mthis); 358 return Native_AudioContext__createDelay_2_Callback(mthis);
359 } 359 }
360 360
361 Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime) native "AudioCo ntext_createDelay_Callback_1_double"; 361 Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime) native "AudioCo ntext_createDelay_Callback_RESOLVER_STRING_1_double";
362 362
363 Native_AudioContext__createDelay_2_Callback(mthis) native "AudioContext_createDe lay_Callback_0_"; 363 Native_AudioContext__createDelay_2_Callback(mthis) native "AudioContext_createDe lay_Callback_RESOLVER_STRING_0_";
364 364
365 // Generated overload resolver 365 // Generated overload resolver
366 Native_AudioContext_createDelayNode(mthis, maxDelayTime) { 366 Native_AudioContext_createDelayNode(mthis, maxDelayTime) {
367 if (maxDelayTime != null) { 367 if (maxDelayTime != null) {
368 return Native_AudioContext__createDelayNode_1_Callback(mthis, maxDelayTime ); 368 return Native_AudioContext__createDelayNode_1_Callback(mthis, maxDelayTime );
369 } 369 }
370 return Native_AudioContext__createDelayNode_2_Callback(mthis); 370 return Native_AudioContext__createDelayNode_2_Callback(mthis);
371 } 371 }
372 372
373 Native_AudioContext__createDelayNode_1_Callback(mthis, maxDelayTime) native "Aud ioContext_createDelayNode_Callback_1_double"; 373 Native_AudioContext__createDelayNode_1_Callback(mthis, maxDelayTime) native "Aud ioContext_createDelayNode_Callback_RESOLVER_STRING_1_double";
374 374
375 Native_AudioContext__createDelayNode_2_Callback(mthis) native "AudioContext_crea teDelayNode_Callback_0_"; 375 Native_AudioContext__createDelayNode_2_Callback(mthis) native "AudioContext_crea teDelayNode_Callback_RESOLVER_STRING_0_";
376 376
377 Native_AudioContext_createDynamicsCompressor_Callback(mthis) native "AudioContex t_createDynamicsCompressor_Callback"; 377 Native_AudioContext_createDynamicsCompressor_Callback(mthis) native "AudioContex t_createDynamicsCompressor_Callback_RESOLVER_STRING_0_";
378 378
379 Native_AudioContext_createGain_Callback(mthis) native "AudioContext_createGain_C allback"; 379 Native_AudioContext_createGain_Callback(mthis) native "AudioContext_createGain_C allback_RESOLVER_STRING_0_";
380 380
381 Native_AudioContext_createGainNode_Callback(mthis) native "AudioContext_createGa inNode_Callback"; 381 Native_AudioContext_createGainNode_Callback(mthis) native "AudioContext_createGa inNode_Callback_RESOLVER_STRING_0_";
382 382
383 // Generated overload resolver 383 // Generated overload resolver
384 Native_AudioContext_createJavaScriptNode(mthis, bufferSize, numberOfInputChannel s, numberOfOutputChannels) { 384 Native_AudioContext_createJavaScriptNode(mthis, bufferSize, numberOfInputChannel s, numberOfOutputChannels) {
385 if (numberOfOutputChannels != null) { 385 if (numberOfOutputChannels != null) {
386 return Native_AudioContext__createJavaScriptNode_1_Callback(mthis, bufferS ize, numberOfInputChannels, numberOfOutputChannels); 386 return Native_AudioContext__createJavaScriptNode_1_Callback(mthis, bufferS ize, numberOfInputChannels, numberOfOutputChannels);
387 } 387 }
388 if (numberOfInputChannels != null) { 388 if (numberOfInputChannels != null) {
389 return Native_AudioContext__createJavaScriptNode_2_Callback(mthis, bufferS ize, numberOfInputChannels); 389 return Native_AudioContext__createJavaScriptNode_2_Callback(mthis, bufferS ize, numberOfInputChannels);
390 } 390 }
391 return Native_AudioContext__createJavaScriptNode_3_Callback(mthis, bufferSiz e); 391 return Native_AudioContext__createJavaScriptNode_3_Callback(mthis, bufferSiz e);
392 } 392 }
393 393
394 Native_AudioContext__createJavaScriptNode_1_Callback(mthis, bufferSize, numberOf InputChannels, numberOfOutputChannels) native "AudioContext_createJavaScriptNode _Callback_3_unsigned long_unsigned long_unsigned long"; 394 Native_AudioContext__createJavaScriptNode_1_Callback(mthis, bufferSize, numberOf InputChannels, numberOfOutputChannels) native "AudioContext_createJavaScriptNode _Callback_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long";
395 395
396 Native_AudioContext__createJavaScriptNode_2_Callback(mthis, bufferSize, numberOf InputChannels) native "AudioContext_createJavaScriptNode_Callback_2_unsigned lon g_unsigned long"; 396 Native_AudioContext__createJavaScriptNode_2_Callback(mthis, bufferSize, numberOf InputChannels) native "AudioContext_createJavaScriptNode_Callback_RESOLVER_STRIN G_2_unsigned long_unsigned long";
397 397
398 Native_AudioContext__createJavaScriptNode_3_Callback(mthis, bufferSize) native " AudioContext_createJavaScriptNode_Callback_1_unsigned long"; 398 Native_AudioContext__createJavaScriptNode_3_Callback(mthis, bufferSize) native " AudioContext_createJavaScriptNode_Callback_RESOLVER_STRING_1_unsigned long";
399 399
400 Native_AudioContext_createMediaElementSource_Callback(mthis, mediaElement) nativ e "AudioContext_createMediaElementSource_Callback"; 400 Native_AudioContext_createMediaElementSource_Callback(mthis, mediaElement) nativ e "AudioContext_createMediaElementSource_Callback_RESOLVER_STRING_1_HTMLMediaEle ment";
401 401
402 Native_AudioContext_createMediaStreamDestination_Callback(mthis) native "AudioCo ntext_createMediaStreamDestination_Callback"; 402 Native_AudioContext_createMediaStreamDestination_Callback(mthis) native "AudioCo ntext_createMediaStreamDestination_Callback_RESOLVER_STRING_0_";
403 403
404 Native_AudioContext_createMediaStreamSource_Callback(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback"; 404 Native_AudioContext_createMediaStreamSource_Callback(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback_RESOLVER_STRING_1_MediaStream";
405 405
406 Native_AudioContext_createOscillator_Callback(mthis) native "AudioContext_create Oscillator_Callback"; 406 Native_AudioContext_createOscillator_Callback(mthis) native "AudioContext_create Oscillator_Callback_RESOLVER_STRING_0_";
407 407
408 Native_AudioContext_createPanner_Callback(mthis) native "AudioContext_createPann er_Callback"; 408 Native_AudioContext_createPanner_Callback(mthis) native "AudioContext_createPann er_Callback_RESOLVER_STRING_0_";
409 409
410 Native_AudioContext_createPeriodicWave_Callback(mthis, real, imag) native "Audio Context_createPeriodicWave_Callback"; 410 Native_AudioContext_createPeriodicWave_Callback(mthis, real, imag) native "Audio Context_createPeriodicWave_Callback_RESOLVER_STRING_2_Float32Array_Float32Array" ;
411 411
412 // Generated overload resolver 412 // Generated overload resolver
413 Native_AudioContext_createScriptProcessor(mthis, bufferSize, numberOfInputChanne ls, numberOfOutputChannels) { 413 Native_AudioContext_createScriptProcessor(mthis, bufferSize, numberOfInputChanne ls, numberOfOutputChannels) {
414 if (numberOfOutputChannels != null) { 414 if (numberOfOutputChannels != null) {
415 return Native_AudioContext__createScriptProcessor_1_Callback(mthis, buffer Size, numberOfInputChannels, numberOfOutputChannels); 415 return Native_AudioContext__createScriptProcessor_1_Callback(mthis, buffer Size, numberOfInputChannels, numberOfOutputChannels);
416 } 416 }
417 if (numberOfInputChannels != null) { 417 if (numberOfInputChannels != null) {
418 return Native_AudioContext__createScriptProcessor_2_Callback(mthis, buffer Size, numberOfInputChannels); 418 return Native_AudioContext__createScriptProcessor_2_Callback(mthis, buffer Size, numberOfInputChannels);
419 } 419 }
420 if (bufferSize != null) { 420 if (bufferSize != null) {
421 return Native_AudioContext__createScriptProcessor_3_Callback(mthis, buffer Size); 421 return Native_AudioContext__createScriptProcessor_3_Callback(mthis, buffer Size);
422 } 422 }
423 return Native_AudioContext__createScriptProcessor_4_Callback(mthis); 423 return Native_AudioContext__createScriptProcessor_4_Callback(mthis);
424 } 424 }
425 425
426 Native_AudioContext__createScriptProcessor_1_Callback(mthis, bufferSize, numberO fInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcess or_Callback_3_unsigned long_unsigned long_unsigned long"; 426 Native_AudioContext__createScriptProcessor_1_Callback(mthis, bufferSize, numberO fInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcess or_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long";
427 427
428 Native_AudioContext__createScriptProcessor_2_Callback(mthis, bufferSize, numberO fInputChannels) native "AudioContext_createScriptProcessor_Callback_2_unsigned l ong_unsigned long"; 428 Native_AudioContext__createScriptProcessor_2_Callback(mthis, bufferSize, numberO fInputChannels) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STR ING_2_unsigned long_unsigned long";
429 429
430 Native_AudioContext__createScriptProcessor_3_Callback(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback_1_unsigned long"; 430 Native_AudioContext__createScriptProcessor_3_Callback(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STRING_1_unsigned long";
431 431
432 Native_AudioContext__createScriptProcessor_4_Callback(mthis) native "AudioContex t_createScriptProcessor_Callback_0_"; 432 Native_AudioContext__createScriptProcessor_4_Callback(mthis) native "AudioContex t_createScriptProcessor_Callback_RESOLVER_STRING_0_";
433 433
434 Native_AudioContext_createWaveShaper_Callback(mthis) native "AudioContext_create WaveShaper_Callback"; 434 Native_AudioContext_createWaveShaper_Callback(mthis) native "AudioContext_create WaveShaper_Callback_RESOLVER_STRING_0_";
435 435
436 Native_AudioContext_decodeAudioData_Callback(mthis, audioData, successCallback, errorCallback) native "AudioContext_decodeAudioData_Callback"; 436 Native_AudioContext_decodeAudioData_Callback(mthis, audioData, successCallback, errorCallback) native "AudioContext_decodeAudioData_Callback_RESOLVER_STRING_3_A rrayBuffer_AudioBufferCallback_AudioBufferCallback";
437 437
438 Native_AudioContext_startRendering_Callback(mthis) native "AudioContext_startRen dering_Callback"; 438 Native_AudioContext_startRendering_Callback(mthis) native "AudioContext_startRen dering_Callback_RESOLVER_STRING_0_";
439 439
440 Native_AudioDestinationNode_maxChannelCount_Getter(mthis) native "AudioDestinati onNode_maxChannelCount_Getter"; 440 Native_AudioDestinationNode_maxChannelCount_Getter(mthis) native "AudioDestinati onNode_maxChannelCount_Getter";
441 441
442 Native_AudioListener_dopplerFactor_Getter(mthis) native "AudioListener_dopplerFa ctor_Getter"; 442 Native_AudioListener_dopplerFactor_Getter(mthis) native "AudioListener_dopplerFa ctor_Getter";
443 443
444 Native_AudioListener_dopplerFactor_Setter(mthis, value) native "AudioListener_do pplerFactor_Setter"; 444 Native_AudioListener_dopplerFactor_Setter(mthis, value) native "AudioListener_do pplerFactor_Setter";
445 445
446 Native_AudioListener_speedOfSound_Getter(mthis) native "AudioListener_speedOfSou nd_Getter"; 446 Native_AudioListener_speedOfSound_Getter(mthis) native "AudioListener_speedOfSou nd_Getter";
447 447
448 Native_AudioListener_speedOfSound_Setter(mthis, value) native "AudioListener_spe edOfSound_Setter"; 448 Native_AudioListener_speedOfSound_Setter(mthis, value) native "AudioListener_spe edOfSound_Setter";
449 449
450 Native_AudioListener_setOrientation_Callback(mthis, x, y, z, xUp, yUp, zUp) nati ve "AudioListener_setOrientation_Callback"; 450 Native_AudioListener_setOrientation_Callback(mthis, x, y, z, xUp, yUp, zUp) nati ve "AudioListener_setOrientation_Callback_RESOLVER_STRING_6_float_float_float_fl oat_float_float";
451 451
452 Native_AudioListener_setPosition_Callback(mthis, x, y, z) native "AudioListener_ setPosition_Callback"; 452 Native_AudioListener_setPosition_Callback(mthis, x, y, z) native "AudioListener_ setPosition_Callback_RESOLVER_STRING_3_float_float_float";
453 453
454 Native_AudioListener_setVelocity_Callback(mthis, x, y, z) native "AudioListener_ setVelocity_Callback"; 454 Native_AudioListener_setVelocity_Callback(mthis, x, y, z) native "AudioListener_ setVelocity_Callback_RESOLVER_STRING_3_float_float_float";
455 455
456 Native_AudioParam_defaultValue_Getter(mthis) native "AudioParam_defaultValue_Get ter"; 456 Native_AudioParam_defaultValue_Getter(mthis) native "AudioParam_defaultValue_Get ter";
457 457
458 Native_AudioParam_maxValue_Getter(mthis) native "AudioParam_maxValue_Getter"; 458 Native_AudioParam_maxValue_Getter(mthis) native "AudioParam_maxValue_Getter";
459 459
460 Native_AudioParam_minValue_Getter(mthis) native "AudioParam_minValue_Getter"; 460 Native_AudioParam_minValue_Getter(mthis) native "AudioParam_minValue_Getter";
461 461
462 Native_AudioParam_name_Getter(mthis) native "AudioParam_name_Getter"; 462 Native_AudioParam_name_Getter(mthis) native "AudioParam_name_Getter";
463 463
464 Native_AudioParam_units_Getter(mthis) native "AudioParam_units_Getter"; 464 Native_AudioParam_units_Getter(mthis) native "AudioParam_units_Getter";
465 465
466 Native_AudioParam_value_Getter(mthis) native "AudioParam_value_Getter"; 466 Native_AudioParam_value_Getter(mthis) native "AudioParam_value_Getter";
467 467
468 Native_AudioParam_value_Setter(mthis, value) native "AudioParam_value_Setter"; 468 Native_AudioParam_value_Setter(mthis, value) native "AudioParam_value_Setter";
469 469
470 Native_AudioParam_cancelScheduledValues_Callback(mthis, startTime) native "Audio Param_cancelScheduledValues_Callback"; 470 Native_AudioParam_cancelScheduledValues_Callback(mthis, startTime) native "Audio Param_cancelScheduledValues_Callback_RESOLVER_STRING_1_double";
471 471
472 Native_AudioParam_exponentialRampToValueAtTime_Callback(mthis, value, time) nati ve "AudioParam_exponentialRampToValueAtTime_Callback"; 472 Native_AudioParam_exponentialRampToValueAtTime_Callback(mthis, value, time) nati ve "AudioParam_exponentialRampToValueAtTime_Callback_RESOLVER_STRING_2_float_dou ble";
473 473
474 Native_AudioParam_linearRampToValueAtTime_Callback(mthis, value, time) native "A udioParam_linearRampToValueAtTime_Callback"; 474 Native_AudioParam_linearRampToValueAtTime_Callback(mthis, value, time) native "A udioParam_linearRampToValueAtTime_Callback_RESOLVER_STRING_2_float_double";
475 475
476 Native_AudioParam_setTargetAtTime_Callback(mthis, target, time, timeConstant) na tive "AudioParam_setTargetAtTime_Callback"; 476 Native_AudioParam_setTargetAtTime_Callback(mthis, target, time, timeConstant) na tive "AudioParam_setTargetAtTime_Callback_RESOLVER_STRING_3_float_double_double" ;
477 477
478 Native_AudioParam_setTargetValueAtTime_Callback(mthis, targetValue, time, timeCo nstant) native "AudioParam_setTargetValueAtTime_Callback"; 478 Native_AudioParam_setTargetValueAtTime_Callback(mthis, targetValue, time, timeCo nstant) native "AudioParam_setTargetValueAtTime_Callback_RESOLVER_STRING_3_float _double_double";
479 479
480 Native_AudioParam_setValueAtTime_Callback(mthis, value, time) native "AudioParam _setValueAtTime_Callback"; 480 Native_AudioParam_setValueAtTime_Callback(mthis, value, time) native "AudioParam _setValueAtTime_Callback_RESOLVER_STRING_2_float_double";
481 481
482 Native_AudioParam_setValueCurveAtTime_Callback(mthis, values, time, duration) na tive "AudioParam_setValueCurveAtTime_Callback"; 482 Native_AudioParam_setValueCurveAtTime_Callback(mthis, values, time, duration) na tive "AudioParam_setValueCurveAtTime_Callback_RESOLVER_STRING_3_Float32Array_dou ble_double";
483 483
484 Native_Event_bubbles_Getter(mthis) native "Event_bubbles_Getter"; 484 Native_Event_bubbles_Getter(mthis) native "Event_bubbles_Getter";
485 485
486 Native_Event_cancelable_Getter(mthis) native "Event_cancelable_Getter"; 486 Native_Event_cancelable_Getter(mthis) native "Event_cancelable_Getter";
487 487
488 Native_Event_clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; 488 Native_Event_clipboardData_Getter(mthis) native "Event_clipboardData_Getter";
489 489
490 Native_Event_currentTarget_Getter(mthis) native "Event_currentTarget_Getter"; 490 Native_Event_currentTarget_Getter(mthis) native "Event_currentTarget_Getter";
491 491
492 Native_Event_defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Gette r"; 492 Native_Event_defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Gette r";
493 493
494 Native_Event_eventPhase_Getter(mthis) native "Event_eventPhase_Getter"; 494 Native_Event_eventPhase_Getter(mthis) native "Event_eventPhase_Getter";
495 495
496 Native_Event_path_Getter(mthis) native "Event_path_Getter"; 496 Native_Event_path_Getter(mthis) native "Event_path_Getter";
497 497
498 Native_Event_target_Getter(mthis) native "Event_target_Getter"; 498 Native_Event_target_Getter(mthis) native "Event_target_Getter";
499 499
500 Native_Event_timeStamp_Getter(mthis) native "Event_timeStamp_Getter"; 500 Native_Event_timeStamp_Getter(mthis) native "Event_timeStamp_Getter";
501 501
502 Native_Event_type_Getter(mthis) native "Event_type_Getter"; 502 Native_Event_type_Getter(mthis) native "Event_type_Getter";
503 503
504 Native_Event_initEvent_Callback(mthis, eventTypeArg, canBubbleArg, cancelableArg ) native "Event_initEvent_Callback"; 504 Native_Event_initEvent_Callback(mthis, eventTypeArg, canBubbleArg, cancelableArg ) native "Event_initEvent_Callback_RESOLVER_STRING_3_DOMString_boolean_boolean";
505 505
506 Native_Event_preventDefault_Callback(mthis) native "Event_preventDefault_Callbac k"; 506 Native_Event_preventDefault_Callback(mthis) native "Event_preventDefault_Callbac k_RESOLVER_STRING_0_";
507 507
508 Native_Event_stopImmediatePropagation_Callback(mthis) native "Event_stopImmediat ePropagation_Callback"; 508 Native_Event_stopImmediatePropagation_Callback(mthis) native "Event_stopImmediat ePropagation_Callback_RESOLVER_STRING_0_";
509 509
510 Native_Event_stopPropagation_Callback(mthis) native "Event_stopPropagation_Callb ack"; 510 Native_Event_stopPropagation_Callback(mthis) native "Event_stopPropagation_Callb ack_RESOLVER_STRING_0_";
511 511
512 Native_AudioProcessingEvent_inputBuffer_Getter(mthis) native "AudioProcessingEve nt_inputBuffer_Getter"; 512 Native_AudioProcessingEvent_inputBuffer_Getter(mthis) native "AudioProcessingEve nt_inputBuffer_Getter";
513 513
514 Native_AudioProcessingEvent_outputBuffer_Getter(mthis) native "AudioProcessingEv ent_outputBuffer_Getter"; 514 Native_AudioProcessingEvent_outputBuffer_Getter(mthis) native "AudioProcessingEv ent_outputBuffer_Getter";
515 515
516 Native_AutocompleteErrorEvent_reason_Getter(mthis) native "AutocompleteErrorEven t_reason_Getter"; 516 Native_AutocompleteErrorEvent_reason_Getter(mthis) native "AutocompleteErrorEven t_reason_Getter";
517 517
518 Native_BarProp_visible_Getter(mthis) native "BarProp_visible_Getter"; 518 Native_BarProp_visible_Getter(mthis) native "BarProp_visible_Getter";
519 519
520 Native_BeforeLoadEvent_url_Getter(mthis) native "BeforeLoadEvent_url_Getter"; 520 Native_BeforeLoadEvent_url_Getter(mthis) native "BeforeLoadEvent_url_Getter";
521 521
522 Native_BeforeUnloadEvent_returnValue_Getter(mthis) native "BeforeUnloadEvent_ret urnValue_Getter"; 522 Native_BeforeUnloadEvent_returnValue_Getter(mthis) native "BeforeUnloadEvent_ret urnValue_Getter";
523 523
524 Native_BeforeUnloadEvent_returnValue_Setter(mthis, value) native "BeforeUnloadEv ent_returnValue_Setter"; 524 Native_BeforeUnloadEvent_returnValue_Setter(mthis, value) native "BeforeUnloadEv ent_returnValue_Setter";
525 525
526 Native_BiquadFilterNode_Q_Getter(mthis) native "BiquadFilterNode_Q_Getter"; 526 Native_BiquadFilterNode_Q_Getter(mthis) native "BiquadFilterNode_Q_Getter";
527 527
528 Native_BiquadFilterNode_detune_Getter(mthis) native "BiquadFilterNode_detune_Get ter"; 528 Native_BiquadFilterNode_detune_Getter(mthis) native "BiquadFilterNode_detune_Get ter";
529 529
530 Native_BiquadFilterNode_frequency_Getter(mthis) native "BiquadFilterNode_frequen cy_Getter"; 530 Native_BiquadFilterNode_frequency_Getter(mthis) native "BiquadFilterNode_frequen cy_Getter";
531 531
532 Native_BiquadFilterNode_gain_Getter(mthis) native "BiquadFilterNode_gain_Getter" ; 532 Native_BiquadFilterNode_gain_Getter(mthis) native "BiquadFilterNode_gain_Getter" ;
533 533
534 Native_BiquadFilterNode_type_Getter(mthis) native "BiquadFilterNode_type_Getter" ; 534 Native_BiquadFilterNode_type_Getter(mthis) native "BiquadFilterNode_type_Getter" ;
535 535
536 Native_BiquadFilterNode_type_Setter(mthis, value) native "BiquadFilterNode_type_ Setter"; 536 Native_BiquadFilterNode_type_Setter(mthis, value) native "BiquadFilterNode_type_ Setter";
537 537
538 Native_BiquadFilterNode_getFrequencyResponse_Callback(mthis, frequencyHz, magRes ponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback"; 538 Native_BiquadFilterNode_getFrequencyResponse_Callback(mthis, frequencyHz, magRes ponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback_RES OLVER_STRING_3_Float32Array_Float32Array_Float32Array";
539 539
540 Native_Blob_constructorCallback(blobParts, type, endings) native "Blob_construct orCallback"; 540 Native_Blob_constructorCallback(blobParts, type, endings) native "Blob_construct orCallback";
541 541
542 Native_Blob_size_Getter(mthis) native "Blob_size_Getter"; 542 Native_Blob_size_Getter(mthis) native "Blob_size_Getter";
543 543
544 Native_Blob_type_Getter(mthis) native "Blob_type_Getter"; 544 Native_Blob_type_Getter(mthis) native "Blob_type_Getter";
545 545
546 // Generated overload resolver 546 // Generated overload resolver
547 Native_Blob_slice(mthis, start, end, contentType) { 547 Native_Blob_slice(mthis, start, end, contentType) {
548 if (contentType != null) { 548 if (contentType != null) {
549 return Native_Blob__slice_1_Callback(mthis, start, end, contentType); 549 return Native_Blob__slice_1_Callback(mthis, start, end, contentType);
550 } 550 }
551 if (end != null) { 551 if (end != null) {
552 return Native_Blob__slice_2_Callback(mthis, start, end); 552 return Native_Blob__slice_2_Callback(mthis, start, end);
553 } 553 }
554 if (start != null) { 554 if (start != null) {
555 return Native_Blob__slice_3_Callback(mthis, start); 555 return Native_Blob__slice_3_Callback(mthis, start);
556 } 556 }
557 return Native_Blob__slice_4_Callback(mthis); 557 return Native_Blob__slice_4_Callback(mthis);
558 } 558 }
559 559
560 Native_Blob__slice_1_Callback(mthis, start, end, contentType) native "Blob_slice _Callback_3_long long_long long_DOMString"; 560 Native_Blob__slice_1_Callback(mthis, start, end, contentType) native "Blob_slice _Callback_RESOLVER_STRING_3_long long_long long_DOMString";
561 561
562 Native_Blob__slice_2_Callback(mthis, start, end) native "Blob_slice_Callback_2_l ong long_long long"; 562 Native_Blob__slice_2_Callback(mthis, start, end) native "Blob_slice_Callback_RES OLVER_STRING_2_long long_long long";
563 563
564 Native_Blob__slice_3_Callback(mthis, start) native "Blob_slice_Callback_1_long l ong"; 564 Native_Blob__slice_3_Callback(mthis, start) native "Blob_slice_Callback_RESOLVER _STRING_1_long long";
565 565
566 Native_Blob__slice_4_Callback(mthis) native "Blob_slice_Callback_0_"; 566 Native_Blob__slice_4_Callback(mthis) native "Blob_slice_Callback_RESOLVER_STRING _0_";
567 567
568 Native_ChildNode_nextElementSibling_Getter(mthis) native "ChildNode_nextElementS ibling_Getter"; 568 Native_ChildNode_nextElementSibling_Getter(mthis) native "ChildNode_nextElementS ibling_Getter";
569 569
570 Native_ChildNode_previousElementSibling_Getter(mthis) native "ChildNode_previous ElementSibling_Getter"; 570 Native_ChildNode_previousElementSibling_Getter(mthis) native "ChildNode_previous ElementSibling_Getter";
571 571
572 Native_ChildNode_remove_Callback(mthis) native "ChildNode_remove_Callback"; 572 Native_ChildNode_remove_Callback(mthis) native "ChildNode_remove_Callback_RESOLV ER_STRING_0_";
573 573
574 Native_CharacterData_data_Getter(mthis) native "CharacterData_data_Getter"; 574 Native_CharacterData_data_Getter(mthis) native "CharacterData_data_Getter";
575 575
576 Native_CharacterData_data_Setter(mthis, value) native "CharacterData_data_Setter "; 576 Native_CharacterData_data_Setter(mthis, value) native "CharacterData_data_Setter ";
577 577
578 Native_CharacterData_length_Getter(mthis) native "CharacterData_length_Getter"; 578 Native_CharacterData_length_Getter(mthis) native "CharacterData_length_Getter";
579 579
580 Native_CharacterData_appendData_Callback(mthis, data) native "CharacterData_appe ndData_Callback"; 580 Native_CharacterData_appendData_Callback(mthis, data) native "CharacterData_appe ndData_Callback_RESOLVER_STRING_1_DOMString";
581 581
582 Native_CharacterData_deleteData_Callback(mthis, offset, length) native "Characte rData_deleteData_Callback"; 582 Native_CharacterData_deleteData_Callback(mthis, offset, length) native "Characte rData_deleteData_Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
583 583
584 Native_CharacterData_insertData_Callback(mthis, offset, data) native "CharacterD ata_insertData_Callback"; 584 Native_CharacterData_insertData_Callback(mthis, offset, data) native "CharacterD ata_insertData_Callback_RESOLVER_STRING_2_unsigned long_DOMString";
585 585
586 Native_CharacterData_replaceData_Callback(mthis, offset, length, data) native "C haracterData_replaceData_Callback"; 586 Native_CharacterData_replaceData_Callback(mthis, offset, length, data) native "C haracterData_replaceData_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_ DOMString";
587 587
588 Native_CharacterData_substringData_Callback(mthis, offset, length) native "Chara cterData_substringData_Callback"; 588 Native_CharacterData_substringData_Callback(mthis, offset, length) native "Chara cterData_substringData_Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
589 589
590 Native_CharacterData_nextElementSibling_Getter(mthis) native "CharacterData_next ElementSibling_Getter"; 590 Native_CharacterData_nextElementSibling_Getter(mthis) native "CharacterData_next ElementSibling_Getter";
591 591
592 Native_CharacterData_previousElementSibling_Getter(mthis) native "CharacterData_ previousElementSibling_Getter"; 592 Native_CharacterData_previousElementSibling_Getter(mthis) native "CharacterData_ previousElementSibling_Getter";
593 593
594 Native_Text_wholeText_Getter(mthis) native "Text_wholeText_Getter"; 594 Native_Text_wholeText_Getter(mthis) native "Text_wholeText_Getter";
595 595
596 Native_Text_getDestinationInsertionPoints_Callback(mthis) native "Text_getDestin ationInsertionPoints_Callback"; 596 Native_Text_getDestinationInsertionPoints_Callback(mthis) native "Text_getDestin ationInsertionPoints_Callback_RESOLVER_STRING_0_";
597 597
598 Native_Text_splitText_Callback(mthis, offset) native "Text_splitText_Callback"; 598 Native_Text_splitText_Callback(mthis, offset) native "Text_splitText_Callback_RE SOLVER_STRING_1_unsigned long";
599 599
600 Native_CSS_supports_Callback(mthis, property, value) native "CSS_supports_Callba ck"; 600 Native_CSS_supports_Callback(mthis, property, value) native "CSS_supports_Callba ck_RESOLVER_STRING_2_DOMString_DOMString";
601 601
602 Native_CSS_supportsCondition_Callback(mthis, conditionText) native "CSS_supports Condition_Callback"; 602 Native_CSS_supportsCondition_Callback(mthis, conditionText) native "CSS_supports _Callback_RESOLVER_STRING_1_DOMString";
603 603
604 Native_CSSRule_cssText_Getter(mthis) native "CSSRule_cssText_Getter"; 604 Native_CSSRule_cssText_Getter(mthis) native "CSSRule_cssText_Getter";
605 605
606 Native_CSSRule_cssText_Setter(mthis, value) native "CSSRule_cssText_Setter"; 606 Native_CSSRule_cssText_Setter(mthis, value) native "CSSRule_cssText_Setter";
607 607
608 Native_CSSRule_parentRule_Getter(mthis) native "CSSRule_parentRule_Getter"; 608 Native_CSSRule_parentRule_Getter(mthis) native "CSSRule_parentRule_Getter";
609 609
610 Native_CSSRule_parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_G etter"; 610 Native_CSSRule_parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_G etter";
611 611
612 Native_CSSRule_type_Getter(mthis) native "CSSRule_type_Getter"; 612 Native_CSSRule_type_Getter(mthis) native "CSSRule_type_Getter";
(...skipping 17 matching lines...) Expand all
630 Native_CSSKeyframeRule_keyText_Setter(mthis, value) native "CSSKeyframeRule_keyT ext_Setter"; 630 Native_CSSKeyframeRule_keyText_Setter(mthis, value) native "CSSKeyframeRule_keyT ext_Setter";
631 631
632 Native_CSSKeyframeRule_style_Getter(mthis) native "CSSKeyframeRule_style_Getter" ; 632 Native_CSSKeyframeRule_style_Getter(mthis) native "CSSKeyframeRule_style_Getter" ;
633 633
634 Native_CSSKeyframesRule_cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules _Getter"; 634 Native_CSSKeyframesRule_cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules _Getter";
635 635
636 Native_CSSKeyframesRule_name_Getter(mthis) native "CSSKeyframesRule_name_Getter" ; 636 Native_CSSKeyframesRule_name_Getter(mthis) native "CSSKeyframesRule_name_Getter" ;
637 637
638 Native_CSSKeyframesRule_name_Setter(mthis, value) native "CSSKeyframesRule_name_ Setter"; 638 Native_CSSKeyframesRule_name_Setter(mthis, value) native "CSSKeyframesRule_name_ Setter";
639 639
640 Native_CSSKeyframesRule___getter___Callback(mthis, index) native "CSSKeyframesRu le___getter___Callback"; 640 Native_CSSKeyframesRule___getter___Callback(mthis, index) native "CSSKeyframesRu le___getter___Callback_RESOLVER_STRING_1_unsigned long";
641 641
642 Native_CSSKeyframesRule_deleteRule_Callback(mthis, key) native "CSSKeyframesRule _deleteRule_Callback"; 642 Native_CSSKeyframesRule_deleteRule_Callback(mthis, key) native "CSSKeyframesRule _deleteRule_Callback_RESOLVER_STRING_1_DOMString";
643 643
644 Native_CSSKeyframesRule_findRule_Callback(mthis, key) native "CSSKeyframesRule_f indRule_Callback"; 644 Native_CSSKeyframesRule_findRule_Callback(mthis, key) native "CSSKeyframesRule_f indRule_Callback_RESOLVER_STRING_1_DOMString";
645 645
646 Native_CSSKeyframesRule_insertRule_Callback(mthis, rule) native "CSSKeyframesRul e_insertRule_Callback"; 646 Native_CSSKeyframesRule_insertRule_Callback(mthis, rule) native "CSSKeyframesRul e_insertRule_Callback_RESOLVER_STRING_1_DOMString";
647 647
648 Native_CSSMediaRule_cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter" ; 648 Native_CSSMediaRule_cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter" ;
649 649
650 Native_CSSMediaRule_media_Getter(mthis) native "CSSMediaRule_media_Getter"; 650 Native_CSSMediaRule_media_Getter(mthis) native "CSSMediaRule_media_Getter";
651 651
652 Native_CSSMediaRule_deleteRule_Callback(mthis, index) native "CSSMediaRule_delet eRule_Callback"; 652 Native_CSSMediaRule_deleteRule_Callback(mthis, index) native "CSSMediaRule_delet eRule_Callback_RESOLVER_STRING_1_unsigned long";
653 653
654 Native_CSSMediaRule_insertRule_Callback(mthis, rule, index) native "CSSMediaRule _insertRule_Callback"; 654 Native_CSSMediaRule_insertRule_Callback(mthis, rule, index) native "CSSMediaRule _insertRule_Callback_RESOLVER_STRING_2_DOMString_unsigned long";
655 655
656 Native_CSSPageRule_selectorText_Getter(mthis) native "CSSPageRule_selectorText_G etter"; 656 Native_CSSPageRule_selectorText_Getter(mthis) native "CSSPageRule_selectorText_G etter";
657 657
658 Native_CSSPageRule_selectorText_Setter(mthis, value) native "CSSPageRule_selecto rText_Setter"; 658 Native_CSSPageRule_selectorText_Setter(mthis, value) native "CSSPageRule_selecto rText_Setter";
659 659
660 Native_CSSPageRule_style_Getter(mthis) native "CSSPageRule_style_Getter"; 660 Native_CSSPageRule_style_Getter(mthis) native "CSSPageRule_style_Getter";
661 661
662 Native_CSSRuleList_length_Getter(mthis) native "CSSRuleList_length_Getter"; 662 Native_CSSRuleList_length_Getter(mthis) native "CSSRuleList_length_Getter";
663 663
664 Native_CSSRuleList_NativeIndexed_Getter(mthis, index) native "CSSRuleList_item_C allback"; 664 Native_CSSRuleList_NativeIndexed_Getter(mthis, index) native "CSSRuleList_item_C allback_RESOLVER_STRING_1_unsigned long";
665 665
666 Native_CSSRuleList_item_Callback(mthis, index) native "CSSRuleList_item_Callback "; 666 Native_CSSRuleList_item_Callback(mthis, index) native "CSSRuleList_item_Callback _RESOLVER_STRING_1_unsigned long";
667 667
668 Native_CSSStyleDeclaration_cssText_Getter(mthis) native "CSSStyleDeclaration_css Text_Getter"; 668 Native_CSSStyleDeclaration_cssText_Getter(mthis) native "CSSStyleDeclaration_css Text_Getter";
669 669
670 Native_CSSStyleDeclaration_cssText_Setter(mthis, value) native "CSSStyleDeclarat ion_cssText_Setter"; 670 Native_CSSStyleDeclaration_cssText_Setter(mthis, value) native "CSSStyleDeclarat ion_cssText_Setter";
671 671
672 Native_CSSStyleDeclaration_length_Getter(mthis) native "CSSStyleDeclaration_leng th_Getter"; 672 Native_CSSStyleDeclaration_length_Getter(mthis) native "CSSStyleDeclaration_leng th_Getter";
673 673
674 Native_CSSStyleDeclaration_parentRule_Getter(mthis) native "CSSStyleDeclaration_ parentRule_Getter"; 674 Native_CSSStyleDeclaration_parentRule_Getter(mthis) native "CSSStyleDeclaration_ parentRule_Getter";
675 675
676 Native_CSSStyleDeclaration___setter___Callback(mthis, propertyName, propertyValu e) native "CSSStyleDeclaration___setter___Callback"; 676 Native_CSSStyleDeclaration___setter___Callback(mthis, propertyName, propertyValu e) native "CSSStyleDeclaration___setter___Callback_RESOLVER_STRING_2_DOMString_D OMString";
677 677
678 Native_CSSStyleDeclaration_getPropertyPriority_Callback(mthis, propertyName) nat ive "CSSStyleDeclaration_getPropertyPriority_Callback"; 678 Native_CSSStyleDeclaration_getPropertyPriority_Callback(mthis, propertyName) nat ive "CSSStyleDeclaration_getPropertyPriority_Callback_RESOLVER_STRING_1_DOMStrin g";
679 679
680 Native_CSSStyleDeclaration_getPropertyValue_Callback(mthis, propertyName) native "CSSStyleDeclaration_getPropertyValue_Callback"; 680 Native_CSSStyleDeclaration_getPropertyValue_Callback(mthis, propertyName) native "CSSStyleDeclaration_getPropertyValue_Callback_RESOLVER_STRING_1_DOMString";
681 681
682 Native_CSSStyleDeclaration_item_Callback(mthis, index) native "CSSStyleDeclarati on_item_Callback"; 682 Native_CSSStyleDeclaration_item_Callback(mthis, index) native "CSSStyleDeclarati on_item_Callback_RESOLVER_STRING_1_unsigned long";
683 683
684 Native_CSSStyleDeclaration_removeProperty_Callback(mthis, propertyName) native " CSSStyleDeclaration_removeProperty_Callback"; 684 Native_CSSStyleDeclaration_removeProperty_Callback(mthis, propertyName) native " CSSStyleDeclaration_removeProperty_Callback_RESOLVER_STRING_1_DOMString";
685 685
686 Native_CSSStyleDeclaration_setProperty_Callback(mthis, propertyName, value, prio rity) native "CSSStyleDeclaration_setProperty_Callback"; 686 Native_CSSStyleDeclaration_setProperty_Callback(mthis, propertyName, value, prio rity) native "CSSStyleDeclaration_setProperty_Callback_RESOLVER_STRING_3_DOMStri ng_DOMString_DOMString";
687 687
688 Native_CSSStyleRule_selectorText_Getter(mthis) native "CSSStyleRule_selectorText _Getter"; 688 Native_CSSStyleRule_selectorText_Getter(mthis) native "CSSStyleRule_selectorText _Getter";
689 689
690 Native_CSSStyleRule_selectorText_Setter(mthis, value) native "CSSStyleRule_selec torText_Setter"; 690 Native_CSSStyleRule_selectorText_Setter(mthis, value) native "CSSStyleRule_selec torText_Setter";
691 691
692 Native_CSSStyleRule_style_Getter(mthis) native "CSSStyleRule_style_Getter"; 692 Native_CSSStyleRule_style_Getter(mthis) native "CSSStyleRule_style_Getter";
693 693
694 Native_StyleSheet_disabled_Getter(mthis) native "StyleSheet_disabled_Getter"; 694 Native_StyleSheet_disabled_Getter(mthis) native "StyleSheet_disabled_Getter";
695 695
696 Native_StyleSheet_disabled_Setter(mthis, value) native "StyleSheet_disabled_Sett er"; 696 Native_StyleSheet_disabled_Setter(mthis, value) native "StyleSheet_disabled_Sett er";
(...skipping 17 matching lines...) Expand all
714 Native_CSSStyleSheet_rules_Getter(mthis) native "CSSStyleSheet_rules_Getter"; 714 Native_CSSStyleSheet_rules_Getter(mthis) native "CSSStyleSheet_rules_Getter";
715 715
716 // Generated overload resolver 716 // Generated overload resolver
717 Native_CSSStyleSheet_addRule(mthis, selector, style, index) { 717 Native_CSSStyleSheet_addRule(mthis, selector, style, index) {
718 if (index != null) { 718 if (index != null) {
719 return Native_CSSStyleSheet__addRule_1_Callback(mthis, selector, style, in dex); 719 return Native_CSSStyleSheet__addRule_1_Callback(mthis, selector, style, in dex);
720 } 720 }
721 return Native_CSSStyleSheet__addRule_2_Callback(mthis, selector, style); 721 return Native_CSSStyleSheet__addRule_2_Callback(mthis, selector, style);
722 } 722 }
723 723
724 Native_CSSStyleSheet__addRule_1_Callback(mthis, selector, style, index) native " CSSStyleSheet_addRule_Callback_3_DOMString_DOMString_unsigned long"; 724 Native_CSSStyleSheet__addRule_1_Callback(mthis, selector, style, index) native " CSSStyleSheet_addRule_Callback_RESOLVER_STRING_3_DOMString_DOMString_unsigned lo ng";
725 725
726 Native_CSSStyleSheet__addRule_2_Callback(mthis, selector, style) native "CSSStyl eSheet_addRule_Callback_2_DOMString_DOMString"; 726 Native_CSSStyleSheet__addRule_2_Callback(mthis, selector, style) native "CSSStyl eSheet_addRule_Callback_RESOLVER_STRING_2_DOMString_DOMString";
727 727
728 Native_CSSStyleSheet_deleteRule_Callback(mthis, index) native "CSSStyleSheet_del eteRule_Callback"; 728 Native_CSSStyleSheet_deleteRule_Callback(mthis, index) native "CSSStyleSheet_del eteRule_Callback_RESOLVER_STRING_1_unsigned long";
729 729
730 // Generated overload resolver 730 // Generated overload resolver
731 Native_CSSStyleSheet_insertRule(mthis, rule, index) { 731 Native_CSSStyleSheet_insertRule(mthis, rule, index) {
732 if (index != null) { 732 if (index != null) {
733 return Native_CSSStyleSheet__insertRule_1_Callback(mthis, rule, index); 733 return Native_CSSStyleSheet__insertRule_1_Callback(mthis, rule, index);
734 } 734 }
735 return Native_CSSStyleSheet__insertRule_2_Callback(mthis, rule); 735 return Native_CSSStyleSheet__insertRule_2_Callback(mthis, rule);
736 } 736 }
737 737
738 Native_CSSStyleSheet__insertRule_1_Callback(mthis, rule, index) native "CSSStyle Sheet_insertRule_Callback_2_DOMString_unsigned long"; 738 Native_CSSStyleSheet__insertRule_1_Callback(mthis, rule, index) native "CSSStyle Sheet_insertRule_Callback_RESOLVER_STRING_2_DOMString_unsigned long";
739 739
740 Native_CSSStyleSheet__insertRule_2_Callback(mthis, rule) native "CSSStyleSheet_i nsertRule_Callback_1_DOMString"; 740 Native_CSSStyleSheet__insertRule_2_Callback(mthis, rule) native "CSSStyleSheet_i nsertRule_Callback_RESOLVER_STRING_1_DOMString";
741 741
742 Native_CSSStyleSheet_removeRule_Callback(mthis, index) native "CSSStyleSheet_rem oveRule_Callback"; 742 Native_CSSStyleSheet_removeRule_Callback(mthis, index) native "CSSStyleSheet_rem oveRule_Callback_RESOLVER_STRING_1_unsigned long";
743 743
744 Native_CSSSupportsRule_conditionText_Getter(mthis) native "CSSSupportsRule_condi tionText_Getter"; 744 Native_CSSSupportsRule_conditionText_Getter(mthis) native "CSSSupportsRule_condi tionText_Getter";
745 745
746 Native_CSSSupportsRule_cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_G etter"; 746 Native_CSSSupportsRule_cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_G etter";
747 747
748 Native_CSSSupportsRule_deleteRule_Callback(mthis, index) native "CSSSupportsRule _deleteRule_Callback"; 748 Native_CSSSupportsRule_deleteRule_Callback(mthis, index) native "CSSSupportsRule _deleteRule_Callback_RESOLVER_STRING_1_unsigned long";
749 749
750 Native_CSSSupportsRule_insertRule_Callback(mthis, rule, index) native "CSSSuppor tsRule_insertRule_Callback"; 750 Native_CSSSupportsRule_insertRule_Callback(mthis, rule, index) native "CSSSuppor tsRule_insertRule_Callback_RESOLVER_STRING_2_DOMString_unsigned long";
751 751
752 Native_CSSValueList_length_Getter(mthis) native "CSSValueList_length_Getter"; 752 Native_CSSValueList_length_Getter(mthis) native "CSSValueList_length_Getter";
753 753
754 Native_CSSValueList_NativeIndexed_Getter(mthis, index) native "CSSValueList_item _Callback"; 754 Native_CSSValueList_NativeIndexed_Getter(mthis, index) native "CSSValueList_item _Callback_RESOLVER_STRING_1_unsigned long";
755 755
756 Native_CSSValueList_item_Callback(mthis, index) native "CSSValueList_item_Callba ck"; 756 Native_CSSValueList_item_Callback(mthis, index) native "CSSValueList_item_Callba ck_RESOLVER_STRING_1_unsigned long";
757 757
758 Native_CSSViewportRule_style_Getter(mthis) native "CSSViewportRule_style_Getter" ; 758 Native_CSSViewportRule_style_Getter(mthis) native "CSSViewportRule_style_Getter" ;
759 759
760 Native_Canvas2DContextAttributes_alpha_Getter(mthis) native "Canvas2DContextAttr ibutes_alpha_Getter"; 760 Native_Canvas2DContextAttributes_alpha_Getter(mthis) native "Canvas2DContextAttr ibutes_alpha_Getter";
761 761
762 Native_Canvas2DContextAttributes_alpha_Setter(mthis, value) native "Canvas2DCont extAttributes_alpha_Setter"; 762 Native_Canvas2DContextAttributes_alpha_Setter(mthis, value) native "Canvas2DCont extAttributes_alpha_Setter";
763 763
764 Native_CanvasGradient_addColorStop_Callback(mthis, offset, color) native "Canvas Gradient_addColorStop_Callback"; 764 Native_CanvasGradient_addColorStop_Callback(mthis, offset, color) native "Canvas Gradient_addColorStop_Callback_RESOLVER_STRING_2_float_DOMString";
765 765
766 Native_CanvasRenderingContext_canvas_Getter(mthis) native "CanvasRenderingContex t_canvas_Getter"; 766 Native_CanvasRenderingContext_canvas_Getter(mthis) native "CanvasRenderingContex t_canvas_Getter";
767 767
768 Native_CanvasRenderingContext2D_currentPath_Getter(mthis) native "CanvasRenderin gContext2D_currentPath_Getter"; 768 Native_CanvasRenderingContext2D_currentPath_Getter(mthis) native "CanvasRenderin gContext2D_currentPath_Getter";
769 769
770 Native_CanvasRenderingContext2D_currentPath_Setter(mthis, value) native "CanvasR enderingContext2D_currentPath_Setter"; 770 Native_CanvasRenderingContext2D_currentPath_Setter(mthis, value) native "CanvasR enderingContext2D_currentPath_Setter";
771 771
772 Native_CanvasRenderingContext2D_currentTransform_Getter(mthis) native "CanvasRen deringContext2D_currentTransform_Getter"; 772 Native_CanvasRenderingContext2D_currentTransform_Getter(mthis) native "CanvasRen deringContext2D_currentTransform_Getter";
773 773
774 Native_CanvasRenderingContext2D_currentTransform_Setter(mthis, value) native "Ca nvasRenderingContext2D_currentTransform_Setter"; 774 Native_CanvasRenderingContext2D_currentTransform_Setter(mthis, value) native "Ca nvasRenderingContext2D_currentTransform_Setter";
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 Native_CanvasRenderingContext2D_textAlign_Getter(mthis) native "CanvasRenderingC ontext2D_textAlign_Getter"; 836 Native_CanvasRenderingContext2D_textAlign_Getter(mthis) native "CanvasRenderingC ontext2D_textAlign_Getter";
837 837
838 Native_CanvasRenderingContext2D_textAlign_Setter(mthis, value) native "CanvasRen deringContext2D_textAlign_Setter"; 838 Native_CanvasRenderingContext2D_textAlign_Setter(mthis, value) native "CanvasRen deringContext2D_textAlign_Setter";
839 839
840 Native_CanvasRenderingContext2D_textBaseline_Getter(mthis) native "CanvasRenderi ngContext2D_textBaseline_Getter"; 840 Native_CanvasRenderingContext2D_textBaseline_Getter(mthis) native "CanvasRenderi ngContext2D_textBaseline_Getter";
841 841
842 Native_CanvasRenderingContext2D_textBaseline_Setter(mthis, value) native "Canvas RenderingContext2D_textBaseline_Setter"; 842 Native_CanvasRenderingContext2D_textBaseline_Setter(mthis, value) native "Canvas RenderingContext2D_textBaseline_Setter";
843 843
844 Native_CanvasRenderingContext2D_webkitBackingStorePixelRatio_Getter(mthis) nativ e "CanvasRenderingContext2D_webkitBackingStorePixelRatio_Getter"; 844 Native_CanvasRenderingContext2D_webkitBackingStorePixelRatio_Getter(mthis) nativ e "CanvasRenderingContext2D_webkitBackingStorePixelRatio_Getter";
845 845
846 Native_CanvasRenderingContext2D_arc_Callback(mthis, x, y, radius, startAngle, en dAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callback"; 846 Native_CanvasRenderingContext2D_arc_Callback(mthis, x, y, radius, startAngle, en dAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callback_RESOLVER_ST RING_6_float_float_float_float_float_boolean";
847 847
848 Native_CanvasRenderingContext2D_arcTo_Callback(mthis, x1, y1, x2, y2, radius) na tive "CanvasRenderingContext2D_arcTo_Callback"; 848 Native_CanvasRenderingContext2D_arcTo_Callback(mthis, x1, y1, x2, y2, radius) na tive "CanvasRenderingContext2D_arcTo_Callback_RESOLVER_STRING_5_float_float_floa t_float_float";
849 849
850 Native_CanvasRenderingContext2D_beginPath_Callback(mthis) native "CanvasRenderin gContext2D_beginPath_Callback"; 850 Native_CanvasRenderingContext2D_beginPath_Callback(mthis) native "CanvasRenderin gContext2D_beginPath_Callback_RESOLVER_STRING_0_";
851 851
852 Native_CanvasRenderingContext2D_bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "CanvasRenderingContext2D_bezierCurveTo_Callback"; 852 Native_CanvasRenderingContext2D_bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "CanvasRenderingContext2D_bezierCurveTo_Callback_RESOLVER_STR ING_6_float_float_float_float_float_float";
853 853
854 Native_CanvasRenderingContext2D_clearRect_Callback(mthis, x, y, width, height) n ative "CanvasRenderingContext2D_clearRect_Callback"; 854 Native_CanvasRenderingContext2D_clearRect_Callback(mthis, x, y, width, height) n ative "CanvasRenderingContext2D_clearRect_Callback_RESOLVER_STRING_4_float_float _float_float";
855 855
856 // Generated overload resolver 856 // Generated overload resolver
857 Native_CanvasRenderingContext2D_clip(mthis, winding) { 857 Native_CanvasRenderingContext2D_clip(mthis, winding) {
858 if (winding != null) { 858 if (winding != null) {
859 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding); 859 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding);
860 return; 860 return;
861 } 861 }
862 Native_CanvasRenderingContext2D__clip_2_Callback(mthis); 862 Native_CanvasRenderingContext2D__clip_2_Callback(mthis);
863 return; 863 return;
864 } 864 }
865 865
866 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding) native "CanvasR enderingContext2D_clip_Callback_1_CanvasWindingRule"; 866 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding) native "CanvasR enderingContext2D_clip_Callback_RESOLVER_STRING_1_CanvasWindingRule";
867 867
868 Native_CanvasRenderingContext2D__clip_2_Callback(mthis) native "CanvasRenderingC ontext2D_clip_Callback_0_"; 868 Native_CanvasRenderingContext2D__clip_2_Callback(mthis) native "CanvasRenderingC ontext2D_clip_Callback_RESOLVER_STRING_0_";
869 869
870 Native_CanvasRenderingContext2D_closePath_Callback(mthis) native "CanvasRenderin gContext2D_closePath_Callback"; 870 Native_CanvasRenderingContext2D_closePath_Callback(mthis) native "CanvasRenderin gContext2D_closePath_Callback_RESOLVER_STRING_0_";
871 871
872 Native_CanvasRenderingContext2D_createImageData_Callback(mthis, sw, sh) native " CanvasRenderingContext2D_createImageData_Callback"; 872 Native_CanvasRenderingContext2D_createImageData_Callback(mthis, sw, sh) native " CanvasRenderingContext2D_createImageData_Callback_RESOLVER_STRING_2_float_float" ;
873 873
874 Native_CanvasRenderingContext2D_createImageDataFromImageData_Callback(mthis, ima gedata) native "CanvasRenderingContext2D_createImageDataFromImageData_Callback"; 874 Native_CanvasRenderingContext2D_createImageDataFromImageData_Callback(mthis, ima gedata) native "CanvasRenderingContext2D_createImageData_Callback_RESOLVER_STRIN G_1_ImageData";
875 875
876 Native_CanvasRenderingContext2D_createLinearGradient_Callback(mthis, x0, y0, x1, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback"; 876 Native_CanvasRenderingContext2D_createLinearGradient_Callback(mthis, x0, y0, x1, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback_RESOLVER_STR ING_4_float_float_float_float";
877 877
878 Native_CanvasRenderingContext2D_createPattern_Callback(mthis, canvas, repetition Type) native "CanvasRenderingContext2D_createPattern_Callback"; 878 Native_CanvasRenderingContext2D_createPattern_Callback(mthis, canvas, repetition Type) native "CanvasRenderingContext2D_createPattern_Callback_RESOLVER_STRING_2_ HTMLCanvasElement_DOMString";
879 879
880 Native_CanvasRenderingContext2D_createPatternFromImage_Callback(mthis, image, re petitionType) native "CanvasRenderingContext2D_createPatternFromImage_Callback"; 880 Native_CanvasRenderingContext2D_createPatternFromImage_Callback(mthis, image, re petitionType) native "CanvasRenderingContext2D_createPattern_Callback_RESOLVER_S TRING_2_HTMLImageElement_DOMString";
881 881
882 Native_CanvasRenderingContext2D_createRadialGradient_Callback(mthis, x0, y0, r0, x1, y1, r1) native "CanvasRenderingContext2D_createRadialGradient_Callback"; 882 Native_CanvasRenderingContext2D_createRadialGradient_Callback(mthis, x0, y0, r0, x1, y1, r1) native "CanvasRenderingContext2D_createRadialGradient_Callback_RESO LVER_STRING_6_float_float_float_float_float_float";
883 883
884 Native_CanvasRenderingContext2D_drawCustomFocusRing_Callback(mthis, element) nat ive "CanvasRenderingContext2D_drawCustomFocusRing_Callback"; 884 Native_CanvasRenderingContext2D_drawCustomFocusRing_Callback(mthis, element) nat ive "CanvasRenderingContext2D_drawCustomFocusRing_Callback_RESOLVER_STRING_1_Ele ment";
885 885
886 // Generated overload resolver 886 // Generated overload resolver
887 Native_CanvasRenderingContext2D__drawImage(mthis, canvas_OR_image_OR_imageBitmap _OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) { 887 Native_CanvasRenderingContext2D__drawImage(mthis, canvas_OR_image_OR_imageBitmap _OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) {
888 if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == nul l) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageElement || canvas_OR_imag e_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == nul l && dx == null && dy == null && dw == null && dh == null) { 888 if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == nul l) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageElement || canvas_OR_imag e_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == nul l && dx == null && dy == null && dw == null && dh == null) {
889 Native_CanvasRenderingContext2D__drawImage_1_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); 889 Native_CanvasRenderingContext2D__drawImage_1_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y);
890 return; 890 return;
891 } 891 }
892 if ((height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num | | sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageElement | | canvas_OR_image_OR_imageBitmap_OR_video == null) && dx == null && dy == null & & dw == null && dh == null) { 892 if ((height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num | | sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageElement | | canvas_OR_image_OR_imageBitmap_OR_video == null) && dx == null && dy == null & & dw == null && dh == null) {
893 Native_CanvasRenderingContext2D__drawImage_2_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); 893 Native_CanvasRenderingContext2D__drawImage_2_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh);
894 return; 894 return;
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
929 Native_CanvasRenderingContext2D__drawImage_11_Callback(mthis, canvas_OR_im age_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); 929 Native_CanvasRenderingContext2D__drawImage_11_Callback(mthis, canvas_OR_im age_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh);
930 return; 930 return;
931 } 931 }
932 if ((dh is num || dh == null) && (dw is num || dw == null) && (dy is num || dy == null) && (dx is num || dx == null) && (height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || s y_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_im ageBitmap_OR_video is ImageBitmap || canvas_OR_image_OR_imageBitmap_OR_video == null)) { 932 if ((dh is num || dh == null) && (dw is num || dw == null) && (dy is num || dy == null) && (dx is num || dx == null) && (height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || s y_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_im ageBitmap_OR_video is ImageBitmap || canvas_OR_image_OR_imageBitmap_OR_video == null)) {
933 Native_CanvasRenderingContext2D__drawImage_12_Callback(mthis, canvas_OR_im age_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy , dw, dh); 933 Native_CanvasRenderingContext2D__drawImage_12_Callback(mthis, canvas_OR_im age_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy , dw, dh);
934 return; 934 return;
935 } 935 }
936 throw new ArgumentError("Incorrect number or type of arguments"); 936 throw new ArgumentError("Incorrect number or type of arguments");
937 } 937 }
938 938
939 Native_CanvasRenderingContext2D__drawImage_1_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIma ge_Callback_3_HTMLImageElement_float_float"; 939 Native_CanvasRenderingContext2D__drawImage_1_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIma ge_Callback_RESOLVER_STRING_3_HTMLImageElement_float_float";
940 940
941 Native_CanvasRenderingContext2D__drawImage_2_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva sRenderingContext2D_drawImage_Callback_5_HTMLImageElement_float_float_float_floa t"; 941 Native_CanvasRenderingContext2D__drawImage_2_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva sRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLImageElement_float_ float_float_float";
942 942
943 Native_CanvasRenderingContext2D__drawImage_3_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, d h) native "CanvasRenderingContext2D_drawImage_Callback_9_HTMLImageElement_float_ float_float_float_float_float_float_float"; 943 Native_CanvasRenderingContext2D__drawImage_3_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, d h) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLIma geElement_float_float_float_float_float_float_float_float";
944 944
945 Native_CanvasRenderingContext2D__drawImage_4_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIma ge_Callback_3_HTMLCanvasElement_float_float"; 945 Native_CanvasRenderingContext2D__drawImage_4_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIma ge_Callback_RESOLVER_STRING_3_HTMLCanvasElement_float_float";
946 946
947 Native_CanvasRenderingContext2D__drawImage_5_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva sRenderingContext2D_drawImage_Callback_5_HTMLCanvasElement_float_float_float_flo at"; 947 Native_CanvasRenderingContext2D__drawImage_5_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva sRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLCanvasElement_float _float_float_float";
948 948
949 Native_CanvasRenderingContext2D__drawImage_6_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, d h) native "CanvasRenderingContext2D_drawImage_Callback_9_HTMLCanvasElement_float _float_float_float_float_float_float_float"; 949 Native_CanvasRenderingContext2D__drawImage_6_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, d h) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLCan vasElement_float_float_float_float_float_float_float_float";
950 950
951 Native_CanvasRenderingContext2D__drawImage_7_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIma ge_Callback_3_HTMLVideoElement_float_float"; 951 Native_CanvasRenderingContext2D__drawImage_7_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIma ge_Callback_RESOLVER_STRING_3_HTMLVideoElement_float_float";
952 952
953 Native_CanvasRenderingContext2D__drawImage_8_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva sRenderingContext2D_drawImage_Callback_5_HTMLVideoElement_float_float_float_floa t"; 953 Native_CanvasRenderingContext2D__drawImage_8_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva sRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLVideoElement_float_ float_float_float";
954 954
955 Native_CanvasRenderingContext2D__drawImage_9_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, d h) native "CanvasRenderingContext2D_drawImage_Callback_9_HTMLVideoElement_float_ float_float_float_float_float_float_float"; 955 Native_CanvasRenderingContext2D__drawImage_9_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, d h) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLVid eoElement_float_float_float_float_float_float_float_float";
956 956
957 Native_CanvasRenderingContext2D__drawImage_10_Callback(mthis, canvas_OR_image_OR _imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIm age_Callback_3_ImageBitmap_float_float"; 957 Native_CanvasRenderingContext2D__drawImage_10_Callback(mthis, canvas_OR_image_OR _imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIm age_Callback_RESOLVER_STRING_3_ImageBitmap_float_float";
958 958
959 Native_CanvasRenderingContext2D__drawImage_11_Callback(mthis, canvas_OR_image_OR _imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canv asRenderingContext2D_drawImage_Callback_5_ImageBitmap_float_float_float_float"; 959 Native_CanvasRenderingContext2D__drawImage_11_Callback(mthis, canvas_OR_image_OR _imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canv asRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_ImageBitmap_float_floa t_float_float";
960 960
961 Native_CanvasRenderingContext2D__drawImage_12_Callback(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 "CanvasRenderingContext2D_drawImage_Callback_9_ImageBitmap_float_floa t_float_float_float_float_float_float"; 961 Native_CanvasRenderingContext2D__drawImage_12_Callback(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 "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_ImageB itmap_float_float_float_float_float_float_float_float";
962 962
963 Native_CanvasRenderingContext2D_drawSystemFocusRing_Callback(mthis, element) nat ive "CanvasRenderingContext2D_drawSystemFocusRing_Callback"; 963 Native_CanvasRenderingContext2D_drawSystemFocusRing_Callback(mthis, element) nat ive "CanvasRenderingContext2D_drawSystemFocusRing_Callback_RESOLVER_STRING_1_Ele ment";
964 964
965 Native_CanvasRenderingContext2D_ellipse_Callback(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_ ellipse_Callback"; 965 Native_CanvasRenderingContext2D_ellipse_Callback(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_ ellipse_Callback_RESOLVER_STRING_8_float_float_float_float_float_float_float_boo lean";
966 966
967 // Generated overload resolver 967 // Generated overload resolver
968 Native_CanvasRenderingContext2D_fill(mthis, winding) { 968 Native_CanvasRenderingContext2D_fill(mthis, winding) {
969 if (winding != null) { 969 if (winding != null) {
970 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding); 970 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding);
971 return; 971 return;
972 } 972 }
973 Native_CanvasRenderingContext2D__fill_2_Callback(mthis); 973 Native_CanvasRenderingContext2D__fill_2_Callback(mthis);
974 return; 974 return;
975 } 975 }
976 976
977 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding) native "CanvasR enderingContext2D_fill_Callback_1_CanvasWindingRule"; 977 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding) native "CanvasR enderingContext2D_fill_Callback_RESOLVER_STRING_1_CanvasWindingRule";
978 978
979 Native_CanvasRenderingContext2D__fill_2_Callback(mthis) native "CanvasRenderingC ontext2D_fill_Callback_0_"; 979 Native_CanvasRenderingContext2D__fill_2_Callback(mthis) native "CanvasRenderingC ontext2D_fill_Callback_RESOLVER_STRING_0_";
980 980
981 Native_CanvasRenderingContext2D_fillRect_Callback(mthis, x, y, width, height) na tive "CanvasRenderingContext2D_fillRect_Callback"; 981 Native_CanvasRenderingContext2D_fillRect_Callback(mthis, x, y, width, height) na tive "CanvasRenderingContext2D_fillRect_Callback_RESOLVER_STRING_4_float_float_f loat_float";
982 982
983 // Generated overload resolver 983 // Generated overload resolver
984 Native_CanvasRenderingContext2D_fillText(mthis, text, x, y, maxWidth) { 984 Native_CanvasRenderingContext2D_fillText(mthis, text, x, y, maxWidth) {
985 if (maxWidth != null) { 985 if (maxWidth != null) {
986 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, ma xWidth); 986 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, ma xWidth);
987 return; 987 return;
988 } 988 }
989 Native_CanvasRenderingContext2D__fillText_2_Callback(mthis, text, x, y); 989 Native_CanvasRenderingContext2D__fillText_2_Callback(mthis, text, x, y);
990 return; 990 return;
991 } 991 }
992 992
993 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, maxWidth ) native "CanvasRenderingContext2D_fillText_Callback_4_DOMString_float_float_flo at"; 993 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, maxWidth ) native "CanvasRenderingContext2D_fillText_Callback_RESOLVER_STRING_4_DOMString _float_float_float";
994 994
995 Native_CanvasRenderingContext2D__fillText_2_Callback(mthis, text, x, y) native " CanvasRenderingContext2D_fillText_Callback_3_DOMString_float_float"; 995 Native_CanvasRenderingContext2D__fillText_2_Callback(mthis, text, x, y) native " CanvasRenderingContext2D_fillText_Callback_RESOLVER_STRING_3_DOMString_float_flo at";
996 996
997 Native_CanvasRenderingContext2D_getContextAttributes_Callback(mthis) native "Can vasRenderingContext2D_getContextAttributes_Callback"; 997 Native_CanvasRenderingContext2D_getContextAttributes_Callback(mthis) native "Can vasRenderingContext2D_getContextAttributes_Callback_RESOLVER_STRING_0_";
998 998
999 Native_CanvasRenderingContext2D_getImageData_Callback(mthis, sx, sy, sw, sh) nat ive "CanvasRenderingContext2D_getImageData_Callback"; 999 Native_CanvasRenderingContext2D_getImageData_Callback(mthis, sx, sy, sw, sh) nat ive "CanvasRenderingContext2D_getImageData_Callback_RESOLVER_STRING_4_float_floa t_float_float";
1000 1000
1001 Native_CanvasRenderingContext2D_getLineDash_Callback(mthis) native "CanvasRender ingContext2D_getLineDash_Callback"; 1001 Native_CanvasRenderingContext2D_getLineDash_Callback(mthis) native "CanvasRender ingContext2D_getLineDash_Callback_RESOLVER_STRING_0_";
1002 1002
1003 // Generated overload resolver 1003 // Generated overload resolver
1004 Native_CanvasRenderingContext2D_isPointInPath(mthis, x, y, winding) { 1004 Native_CanvasRenderingContext2D_isPointInPath(mthis, x, y, winding) {
1005 if (winding != null) { 1005 if (winding != null) {
1006 return Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding); 1006 return Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding);
1007 } 1007 }
1008 return Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y ); 1008 return Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y );
1009 } 1009 }
1010 1010
1011 Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback_3_float_float_CanvasWind ingRule"; 1011 Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_3_float_ float_CanvasWindingRule";
1012 1012
1013 Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y) native "C anvasRenderingContext2D_isPointInPath_Callback_2_float_float"; 1013 Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y) native "C anvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_2_float_float";
1014 1014
1015 Native_CanvasRenderingContext2D_isPointInStroke_Callback(mthis, x, y) native "Ca nvasRenderingContext2D_isPointInStroke_Callback"; 1015 Native_CanvasRenderingContext2D_isPointInStroke_Callback(mthis, x, y) native "Ca nvasRenderingContext2D_isPointInStroke_Callback_RESOLVER_STRING_2_float_float";
1016 1016
1017 Native_CanvasRenderingContext2D_lineTo_Callback(mthis, x, y) native "CanvasRende ringContext2D_lineTo_Callback"; 1017 Native_CanvasRenderingContext2D_lineTo_Callback(mthis, x, y) native "CanvasRende ringContext2D_lineTo_Callback_RESOLVER_STRING_2_float_float";
1018 1018
1019 Native_CanvasRenderingContext2D_measureText_Callback(mthis, text) native "Canvas RenderingContext2D_measureText_Callback"; 1019 Native_CanvasRenderingContext2D_measureText_Callback(mthis, text) native "Canvas RenderingContext2D_measureText_Callback_RESOLVER_STRING_1_DOMString";
1020 1020
1021 Native_CanvasRenderingContext2D_moveTo_Callback(mthis, x, y) native "CanvasRende ringContext2D_moveTo_Callback"; 1021 Native_CanvasRenderingContext2D_moveTo_Callback(mthis, x, y) native "CanvasRende ringContext2D_moveTo_Callback_RESOLVER_STRING_2_float_float";
1022 1022
1023 // Generated overload resolver 1023 // Generated overload resolver
1024 Native_CanvasRenderingContext2D_putImageData(mthis, imagedata, dx, dy, dirtyX, d irtyY, dirtyWidth, dirtyHeight) { 1024 Native_CanvasRenderingContext2D_putImageData(mthis, imagedata, dx, dy, dirtyX, d irtyY, dirtyWidth, dirtyHeight) {
1025 if ((dy is num || dy == null) && (dx is num || dx == null) && (imagedata is ImageData || imagedata == null) && dirtyX == null && dirtyY == null && dirtyWidt h == null && dirtyHeight == null) { 1025 if ((dy is num || dy == null) && (dx is num || dx == null) && (imagedata is ImageData || imagedata == null) && dirtyX == null && dirtyY == null && dirtyWidt h == null && dirtyHeight == null) {
1026 Native_CanvasRenderingContext2D__putImageData_1_Callback(mthis, imagedata, dx, dy); 1026 Native_CanvasRenderingContext2D__putImageData_1_Callback(mthis, imagedata, dx, dy);
1027 return; 1027 return;
1028 } 1028 }
1029 if ((dirtyHeight is num || dirtyHeight == null) && (dirtyWidth is num || dir tyWidth == null) && (dirtyY is num || dirtyY == null) && (dirtyX is num || dirty X == null) && (dy is num || dy == null) && (dx is num || dx == null) && (imageda ta is ImageData || imagedata == null)) { 1029 if ((dirtyHeight is num || dirtyHeight == null) && (dirtyWidth is num || dir tyWidth == null) && (dirtyY is num || dirtyY == null) && (dirtyX is num || dirty X == null) && (dy is num || dy == null) && (dx is num || dx == null) && (imageda ta is ImageData || imagedata == null)) {
1030 Native_CanvasRenderingContext2D__putImageData_2_Callback(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight); 1030 Native_CanvasRenderingContext2D__putImageData_2_Callback(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight);
1031 return; 1031 return;
1032 } 1032 }
1033 throw new ArgumentError("Incorrect number or type of arguments"); 1033 throw new ArgumentError("Incorrect number or type of arguments");
1034 } 1034 }
1035 1035
1036 Native_CanvasRenderingContext2D__putImageData_1_Callback(mthis, imagedata, dx, d y) native "CanvasRenderingContext2D_putImageData_Callback_3_ImageData_float_floa t"; 1036 Native_CanvasRenderingContext2D__putImageData_1_Callback(mthis, imagedata, dx, d y) native "CanvasRenderingContext2D_putImageData_Callback_RESOLVER_STRING_3_Imag eData_float_float";
1037 1037
1038 Native_CanvasRenderingContext2D__putImageData_2_Callback(mthis, imagedata, dx, d y, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingContext2D_put ImageData_Callback_7_ImageData_float_float_float_float_float_float"; 1038 Native_CanvasRenderingContext2D__putImageData_2_Callback(mthis, imagedata, dx, d y, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingContext2D_put ImageData_Callback_RESOLVER_STRING_7_ImageData_float_float_float_float_float_flo at";
1039 1039
1040 Native_CanvasRenderingContext2D_quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "CanvasRenderingContext2D_quadraticCurveTo_Callback"; 1040 Native_CanvasRenderingContext2D_quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_RESOLVER_STRING_4_fl oat_float_float_float";
1041 1041
1042 Native_CanvasRenderingContext2D_rect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_rect_Callback"; 1042 Native_CanvasRenderingContext2D_rect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_rect_Callback_RESOLVER_STRING_4_float_float_float_flo at";
1043 1043
1044 Native_CanvasRenderingContext2D_resetTransform_Callback(mthis) native "CanvasRen deringContext2D_resetTransform_Callback"; 1044 Native_CanvasRenderingContext2D_resetTransform_Callback(mthis) native "CanvasRen deringContext2D_resetTransform_Callback_RESOLVER_STRING_0_";
1045 1045
1046 Native_CanvasRenderingContext2D_restore_Callback(mthis) native "CanvasRenderingC ontext2D_restore_Callback"; 1046 Native_CanvasRenderingContext2D_restore_Callback(mthis) native "CanvasRenderingC ontext2D_restore_Callback_RESOLVER_STRING_0_";
1047 1047
1048 Native_CanvasRenderingContext2D_rotate_Callback(mthis, angle) native "CanvasRend eringContext2D_rotate_Callback"; 1048 Native_CanvasRenderingContext2D_rotate_Callback(mthis, angle) native "CanvasRend eringContext2D_rotate_Callback_RESOLVER_STRING_1_float";
1049 1049
1050 Native_CanvasRenderingContext2D_save_Callback(mthis) native "CanvasRenderingCont ext2D_save_Callback"; 1050 Native_CanvasRenderingContext2D_save_Callback(mthis) native "CanvasRenderingCont ext2D_save_Callback_RESOLVER_STRING_0_";
1051 1051
1052 Native_CanvasRenderingContext2D_scale_Callback(mthis, sx, sy) native "CanvasRend eringContext2D_scale_Callback"; 1052 Native_CanvasRenderingContext2D_scale_Callback(mthis, sx, sy) native "CanvasRend eringContext2D_scale_Callback_RESOLVER_STRING_2_float_float";
1053 1053
1054 Native_CanvasRenderingContext2D_setLineDash_Callback(mthis, dash) native "Canvas RenderingContext2D_setLineDash_Callback"; 1054 Native_CanvasRenderingContext2D_setLineDash_Callback(mthis, dash) native "Canvas RenderingContext2D_setLineDash_Callback_RESOLVER_STRING_1_sequence<float>";
1055 1055
1056 Native_CanvasRenderingContext2D_setTransform_Callback(mthis, m11, m12, m21, m22, dx, dy) native "CanvasRenderingContext2D_setTransform_Callback"; 1056 Native_CanvasRenderingContext2D_setTransform_Callback(mthis, m11, m12, m21, m22, dx, dy) native "CanvasRenderingContext2D_setTransform_Callback_RESOLVER_STRING_ 6_float_float_float_float_float_float";
1057 1057
1058 Native_CanvasRenderingContext2D_stroke_Callback(mthis) native "CanvasRenderingCo ntext2D_stroke_Callback"; 1058 Native_CanvasRenderingContext2D_stroke_Callback(mthis) native "CanvasRenderingCo ntext2D_stroke_Callback_RESOLVER_STRING_0_";
1059 1059
1060 Native_CanvasRenderingContext2D_strokeRect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_strokeRect_Callback"; 1060 Native_CanvasRenderingContext2D_strokeRect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_strokeRect_Callback_RESOLVER_STRING_4_float_flo at_float_float";
1061 1061
1062 // Generated overload resolver 1062 // Generated overload resolver
1063 Native_CanvasRenderingContext2D_strokeText(mthis, text, x, y, maxWidth) { 1063 Native_CanvasRenderingContext2D_strokeText(mthis, text, x, y, maxWidth) {
1064 if (maxWidth != null) { 1064 if (maxWidth != null) {
1065 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWidth); 1065 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWidth);
1066 return; 1066 return;
1067 } 1067 }
1068 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y); 1068 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y);
1069 return; 1069 return;
1070 } 1070 }
1071 1071
1072 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWid th) native "CanvasRenderingContext2D_strokeText_Callback_4_DOMString_float_float _float"; 1072 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWid th) native "CanvasRenderingContext2D_strokeText_Callback_RESOLVER_STRING_4_DOMSt ring_float_float_float";
1073 1073
1074 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback_3_DOMString_float_float"; 1074 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback_RESOLVER_STRING_3_DOMString_float _float";
1075 1075
1076 Native_CanvasRenderingContext2D_transform_Callback(mthis, m11, m12, m21, m22, dx , dy) native "CanvasRenderingContext2D_transform_Callback"; 1076 Native_CanvasRenderingContext2D_transform_Callback(mthis, m11, m12, m21, m22, dx , dy) native "CanvasRenderingContext2D_transform_Callback_RESOLVER_STRING_6_floa t_float_float_float_float_float";
1077 1077
1078 Native_CanvasRenderingContext2D_translate_Callback(mthis, tx, ty) native "Canvas RenderingContext2D_translate_Callback"; 1078 Native_CanvasRenderingContext2D_translate_Callback(mthis, tx, ty) native "Canvas RenderingContext2D_translate_Callback_RESOLVER_STRING_2_float_float";
1079 1079
1080 Native_CanvasRenderingContext2D_webkitGetImageDataHD_Callback(mthis, sx, sy, sw, sh) native "CanvasRenderingContext2D_webkitGetImageDataHD_Callback"; 1080 Native_CanvasRenderingContext2D_webkitGetImageDataHD_Callback(mthis, sx, sy, sw, sh) native "CanvasRenderingContext2D_webkitGetImageDataHD_Callback_RESOLVER_STR ING_4_float_float_float_float";
1081 1081
1082 // Generated overload resolver 1082 // Generated overload resolver
1083 Native_CanvasRenderingContext2D_putImageDataHD(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) { 1083 Native_CanvasRenderingContext2D_putImageDataHD(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) {
1084 if ((dy is num || dy == null) && (dx is num || dx == null) && (imagedata is ImageData || imagedata == null) && dirtyX == null && dirtyY == null && dirtyWidt h == null && dirtyHeight == null) { 1084 if ((dy is num || dy == null) && (dx is num || dx == null) && (imagedata is ImageData || imagedata == null) && dirtyX == null && dirtyY == null && dirtyWidt h == null && dirtyHeight == null) {
1085 Native_CanvasRenderingContext2D__webkitPutImageDataHD_1_Callback(mthis, im agedata, dx, dy); 1085 Native_CanvasRenderingContext2D__webkitPutImageDataHD_1_Callback(mthis, im agedata, dx, dy);
1086 return; 1086 return;
1087 } 1087 }
1088 if ((dirtyHeight is num || dirtyHeight == null) && (dirtyWidth is num || dir tyWidth == null) && (dirtyY is num || dirtyY == null) && (dirtyX is num || dirty X == null) && (dy is num || dy == null) && (dx is num || dx == null) && (imageda ta is ImageData || imagedata == null)) { 1088 if ((dirtyHeight is num || dirtyHeight == null) && (dirtyWidth is num || dir tyWidth == null) && (dirtyY is num || dirtyY == null) && (dirtyX is num || dirty X == null) && (dy is num || dy == null) && (dx is num || dx == null) && (imageda ta is ImageData || imagedata == null)) {
1089 Native_CanvasRenderingContext2D__webkitPutImageDataHD_2_Callback(mthis, im agedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight); 1089 Native_CanvasRenderingContext2D__webkitPutImageDataHD_2_Callback(mthis, im agedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight);
1090 return; 1090 return;
1091 } 1091 }
1092 throw new ArgumentError("Incorrect number or type of arguments"); 1092 throw new ArgumentError("Incorrect number or type of arguments");
1093 } 1093 }
1094 1094
1095 Native_CanvasRenderingContext2D__webkitPutImageDataHD_1_Callback(mthis, imagedat a, dx, dy) native "CanvasRenderingContext2D_webkitPutImageDataHD_Callback_3_Imag eData_float_float"; 1095 Native_CanvasRenderingContext2D__webkitPutImageDataHD_1_Callback(mthis, imagedat a, dx, dy) native "CanvasRenderingContext2D_webkitPutImageDataHD_Callback_RESOLV ER_STRING_3_ImageData_float_float";
1096 1096
1097 Native_CanvasRenderingContext2D__webkitPutImageDataHD_2_Callback(mthis, imagedat a, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingConte xt2D_webkitPutImageDataHD_Callback_7_ImageData_float_float_float_float_float_flo at"; 1097 Native_CanvasRenderingContext2D__webkitPutImageDataHD_2_Callback(mthis, imagedat a, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingConte xt2D_webkitPutImageDataHD_Callback_RESOLVER_STRING_7_ImageData_float_float_float _float_float_float";
1098 1098
1099 Native_ClientRect_bottom_Getter(mthis) native "ClientRect_bottom_Getter"; 1099 Native_ClientRect_bottom_Getter(mthis) native "ClientRect_bottom_Getter";
1100 1100
1101 Native_ClientRect_height_Getter(mthis) native "ClientRect_height_Getter"; 1101 Native_ClientRect_height_Getter(mthis) native "ClientRect_height_Getter";
1102 1102
1103 Native_ClientRect_left_Getter(mthis) native "ClientRect_left_Getter"; 1103 Native_ClientRect_left_Getter(mthis) native "ClientRect_left_Getter";
1104 1104
1105 Native_ClientRect_right_Getter(mthis) native "ClientRect_right_Getter"; 1105 Native_ClientRect_right_Getter(mthis) native "ClientRect_right_Getter";
1106 1106
1107 Native_ClientRect_top_Getter(mthis) native "ClientRect_top_Getter"; 1107 Native_ClientRect_top_Getter(mthis) native "ClientRect_top_Getter";
1108 1108
1109 Native_ClientRect_width_Getter(mthis) native "ClientRect_width_Getter"; 1109 Native_ClientRect_width_Getter(mthis) native "ClientRect_width_Getter";
1110 1110
1111 Native_ClientRectList_length_Getter(mthis) native "ClientRectList_length_Getter" ; 1111 Native_ClientRectList_length_Getter(mthis) native "ClientRectList_length_Getter" ;
1112 1112
1113 Native_ClientRectList_NativeIndexed_Getter(mthis, index) native "ClientRectList_ item_Callback"; 1113 Native_ClientRectList_NativeIndexed_Getter(mthis, index) native "ClientRectList_ item_Callback_RESOLVER_STRING_1_unsigned long";
1114 1114
1115 Native_ClientRectList_item_Callback(mthis, index) native "ClientRectList_item_Ca llback"; 1115 Native_ClientRectList_item_Callback(mthis, index) native "ClientRectList_item_Ca llback_RESOLVER_STRING_1_unsigned long";
1116 1116
1117 Native_Clipboard_dropEffect_Getter(mthis) native "Clipboard_dropEffect_Getter"; 1117 Native_Clipboard_dropEffect_Getter(mthis) native "Clipboard_dropEffect_Getter";
1118 1118
1119 Native_Clipboard_dropEffect_Setter(mthis, value) native "Clipboard_dropEffect_Se tter"; 1119 Native_Clipboard_dropEffect_Setter(mthis, value) native "Clipboard_dropEffect_Se tter";
1120 1120
1121 Native_Clipboard_effectAllowed_Getter(mthis) native "Clipboard_effectAllowed_Get ter"; 1121 Native_Clipboard_effectAllowed_Getter(mthis) native "Clipboard_effectAllowed_Get ter";
1122 1122
1123 Native_Clipboard_effectAllowed_Setter(mthis, value) native "Clipboard_effectAllo wed_Setter"; 1123 Native_Clipboard_effectAllowed_Setter(mthis, value) native "Clipboard_effectAllo wed_Setter";
1124 1124
1125 Native_Clipboard_files_Getter(mthis) native "Clipboard_files_Getter"; 1125 Native_Clipboard_files_Getter(mthis) native "Clipboard_files_Getter";
1126 1126
1127 Native_Clipboard_items_Getter(mthis) native "Clipboard_items_Getter"; 1127 Native_Clipboard_items_Getter(mthis) native "Clipboard_items_Getter";
1128 1128
1129 Native_Clipboard_types_Getter(mthis) native "Clipboard_types_Getter"; 1129 Native_Clipboard_types_Getter(mthis) native "Clipboard_types_Getter";
1130 1130
1131 // Generated overload resolver 1131 // Generated overload resolver
1132 Native_Clipboard_clearData(mthis, type) { 1132 Native_Clipboard_clearData(mthis, type) {
1133 if (type != null) { 1133 if (type != null) {
1134 Native_Clipboard__clearData_1_Callback(mthis, type); 1134 Native_Clipboard__clearData_1_Callback(mthis, type);
1135 return; 1135 return;
1136 } 1136 }
1137 Native_Clipboard__clearData_2_Callback(mthis); 1137 Native_Clipboard__clearData_2_Callback(mthis);
1138 return; 1138 return;
1139 } 1139 }
1140 1140
1141 Native_Clipboard__clearData_1_Callback(mthis, type) native "Clipboard_clearData_ Callback_1_DOMString"; 1141 Native_Clipboard__clearData_1_Callback(mthis, type) native "Clipboard_clearData_ Callback_RESOLVER_STRING_1_DOMString";
1142 1142
1143 Native_Clipboard__clearData_2_Callback(mthis) native "Clipboard_clearData_Callba ck_0_"; 1143 Native_Clipboard__clearData_2_Callback(mthis) native "Clipboard_clearData_Callba ck_RESOLVER_STRING_0_";
1144 1144
1145 Native_Clipboard_getData_Callback(mthis, type) native "Clipboard_getData_Callbac k"; 1145 Native_Clipboard_getData_Callback(mthis, type) native "Clipboard_getData_Callbac k_RESOLVER_STRING_1_DOMString";
1146 1146
1147 Native_Clipboard_setData_Callback(mthis, type, data) native "Clipboard_setData_C allback"; 1147 Native_Clipboard_setData_Callback(mthis, type, data) native "Clipboard_setData_C allback_RESOLVER_STRING_2_DOMString_DOMString";
1148 1148
1149 Native_Clipboard_setDragImage_Callback(mthis, element, x, y) native "Clipboard_s etDragImage_Callback"; 1149 Native_Clipboard_setDragImage_Callback(mthis, element, x, y) native "Clipboard_s etDragImage_Callback_RESOLVER_STRING_3_Element_long_long";
1150 1150
1151 Native_CloseEvent_code_Getter(mthis) native "CloseEvent_code_Getter"; 1151 Native_CloseEvent_code_Getter(mthis) native "CloseEvent_code_Getter";
1152 1152
1153 Native_CloseEvent_reason_Getter(mthis) native "CloseEvent_reason_Getter"; 1153 Native_CloseEvent_reason_Getter(mthis) native "CloseEvent_reason_Getter";
1154 1154
1155 Native_CloseEvent_wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; 1155 Native_CloseEvent_wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter";
1156 1156
1157 // Generated overload resolver 1157 // Generated overload resolver
1158 Native_Comment_Comment(data) { 1158 Native_Comment_Comment(data) {
1159 return Native_Comment__create_1constructorCallback(data); 1159 return Native_Comment__create_1constructorCallback(data);
1160 } 1160 }
1161 1161
1162 Native_Comment__create_1constructorCallback(data) native "Comment__create_1const ructorCallback"; 1162 Native_Comment_constructorCallback(data) native "Comment_constructorCallback_RES OLVER_STRING_1_DOMString";
1163 1163
1164 Native_UIEvent_charCode_Getter(mthis) native "UIEvent_charCode_Getter"; 1164 Native_UIEvent_charCode_Getter(mthis) native "UIEvent_charCode_Getter";
1165 1165
1166 Native_UIEvent_detail_Getter(mthis) native "UIEvent_detail_Getter"; 1166 Native_UIEvent_detail_Getter(mthis) native "UIEvent_detail_Getter";
1167 1167
1168 Native_UIEvent_keyCode_Getter(mthis) native "UIEvent_keyCode_Getter"; 1168 Native_UIEvent_keyCode_Getter(mthis) native "UIEvent_keyCode_Getter";
1169 1169
1170 Native_UIEvent_layerX_Getter(mthis) native "UIEvent_layerX_Getter"; 1170 Native_UIEvent_layerX_Getter(mthis) native "UIEvent_layerX_Getter";
1171 1171
1172 Native_UIEvent_layerY_Getter(mthis) native "UIEvent_layerY_Getter"; 1172 Native_UIEvent_layerY_Getter(mthis) native "UIEvent_layerY_Getter";
1173 1173
1174 Native_UIEvent_pageX_Getter(mthis) native "UIEvent_pageX_Getter"; 1174 Native_UIEvent_pageX_Getter(mthis) native "UIEvent_pageX_Getter";
1175 1175
1176 Native_UIEvent_pageY_Getter(mthis) native "UIEvent_pageY_Getter"; 1176 Native_UIEvent_pageY_Getter(mthis) native "UIEvent_pageY_Getter";
1177 1177
1178 Native_UIEvent_view_Getter(mthis) native "UIEvent_view_Getter"; 1178 Native_UIEvent_view_Getter(mthis) native "UIEvent_view_Getter";
1179 1179
1180 Native_UIEvent_which_Getter(mthis) native "UIEvent_which_Getter"; 1180 Native_UIEvent_which_Getter(mthis) native "UIEvent_which_Getter";
1181 1181
1182 Native_UIEvent_initUIEvent_Callback(mthis, type, canBubble, cancelable, view, de tail) native "UIEvent_initUIEvent_Callback"; 1182 Native_UIEvent_initUIEvent_Callback(mthis, type, canBubble, cancelable, view, de tail) native "UIEvent_initUIEvent_Callback_RESOLVER_STRING_5_DOMString_boolean_b oolean_Window_long";
1183 1183
1184 Native_CompositionEvent_activeSegmentEnd_Getter(mthis) native "CompositionEvent_ activeSegmentEnd_Getter"; 1184 Native_CompositionEvent_activeSegmentEnd_Getter(mthis) native "CompositionEvent_ activeSegmentEnd_Getter";
1185 1185
1186 Native_CompositionEvent_activeSegmentStart_Getter(mthis) native "CompositionEven t_activeSegmentStart_Getter"; 1186 Native_CompositionEvent_activeSegmentStart_Getter(mthis) native "CompositionEven t_activeSegmentStart_Getter";
1187 1187
1188 Native_CompositionEvent_data_Getter(mthis) native "CompositionEvent_data_Getter" ; 1188 Native_CompositionEvent_data_Getter(mthis) native "CompositionEvent_data_Getter" ;
1189 1189
1190 Native_CompositionEvent_initCompositionEvent_Callback(mthis, typeArg, canBubbleA rg, cancelableArg, viewArg, dataArg) native "CompositionEvent_initCompositionEve nt_Callback"; 1190 Native_CompositionEvent_initCompositionEvent_Callback(mthis, typeArg, canBubbleA rg, cancelableArg, viewArg, dataArg) native "CompositionEvent_initCompositionEve nt_Callback_RESOLVER_STRING_5_DOMString_boolean_boolean_Window_DOMString";
1191 1191
1192 Native_ConsoleBase_assertCondition_Callback(mthis, condition, arg) native "Conso leBase_assertCondition_Callback"; 1192 Native_ConsoleBase_assertCondition_Callback(mthis, condition, arg) native "Conso leBase_assertCondition_Callback_RESOLVER_STRING_2_boolean_object";
1193 1193
1194 Native_ConsoleBase_clear_Callback(mthis, arg) native "ConsoleBase_clear_Callback "; 1194 Native_ConsoleBase_clear_Callback(mthis, arg) native "ConsoleBase_clear_Callback _RESOLVER_STRING_1_object";
1195 1195
1196 Native_ConsoleBase_count_Callback(mthis, arg) native "ConsoleBase_count_Callback "; 1196 Native_ConsoleBase_count_Callback(mthis, arg) native "ConsoleBase_count_Callback _RESOLVER_STRING_1_object";
1197 1197
1198 Native_ConsoleBase_debug_Callback(mthis, arg) native "ConsoleBase_debug_Callback "; 1198 Native_ConsoleBase_debug_Callback(mthis, arg) native "ConsoleBase_debug_Callback _RESOLVER_STRING_1_object";
1199 1199
1200 Native_ConsoleBase_dir_Callback(mthis, arg) native "ConsoleBase_dir_Callback"; 1200 Native_ConsoleBase_dir_Callback(mthis, arg) native "ConsoleBase_dir_Callback_RES OLVER_STRING_1_object";
1201 1201
1202 Native_ConsoleBase_dirxml_Callback(mthis, arg) native "ConsoleBase_dirxml_Callba ck"; 1202 Native_ConsoleBase_dirxml_Callback(mthis, arg) native "ConsoleBase_dirxml_Callba ck_RESOLVER_STRING_1_object";
1203 1203
1204 Native_ConsoleBase_error_Callback(mthis, arg) native "ConsoleBase_error_Callback "; 1204 Native_ConsoleBase_error_Callback(mthis, arg) native "ConsoleBase_error_Callback _RESOLVER_STRING_1_object";
1205 1205
1206 Native_ConsoleBase_group_Callback(mthis, arg) native "ConsoleBase_group_Callback "; 1206 Native_ConsoleBase_group_Callback(mthis, arg) native "ConsoleBase_group_Callback _RESOLVER_STRING_1_object";
1207 1207
1208 Native_ConsoleBase_groupCollapsed_Callback(mthis, arg) native "ConsoleBase_group Collapsed_Callback"; 1208 Native_ConsoleBase_groupCollapsed_Callback(mthis, arg) native "ConsoleBase_group Collapsed_Callback_RESOLVER_STRING_1_object";
1209 1209
1210 Native_ConsoleBase_groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callbac k"; 1210 Native_ConsoleBase_groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callbac k_RESOLVER_STRING_0_";
1211 1211
1212 Native_ConsoleBase_info_Callback(mthis, arg) native "ConsoleBase_info_Callback"; 1212 Native_ConsoleBase_info_Callback(mthis, arg) native "ConsoleBase_info_Callback_R ESOLVER_STRING_1_object";
1213 1213
1214 Native_ConsoleBase_log_Callback(mthis, arg) native "ConsoleBase_log_Callback"; 1214 Native_ConsoleBase_log_Callback(mthis, arg) native "ConsoleBase_log_Callback_RES OLVER_STRING_1_object";
1215 1215
1216 Native_ConsoleBase_markTimeline_Callback(mthis, title) native "ConsoleBase_markT imeline_Callback"; 1216 Native_ConsoleBase_markTimeline_Callback(mthis, title) native "ConsoleBase_markT imeline_Callback_RESOLVER_STRING_1_DOMString";
1217 1217
1218 Native_ConsoleBase_profile_Callback(mthis, title) native "ConsoleBase_profile_Ca llback"; 1218 Native_ConsoleBase_profile_Callback(mthis, title) native "ConsoleBase_profile_Ca llback_RESOLVER_STRING_1_DOMString";
1219 1219
1220 Native_ConsoleBase_profileEnd_Callback(mthis, title) native "ConsoleBase_profile End_Callback"; 1220 Native_ConsoleBase_profileEnd_Callback(mthis, title) native "ConsoleBase_profile End_Callback_RESOLVER_STRING_1_DOMString";
1221 1221
1222 Native_ConsoleBase_table_Callback(mthis, arg) native "ConsoleBase_table_Callback "; 1222 Native_ConsoleBase_table_Callback(mthis, arg) native "ConsoleBase_table_Callback _RESOLVER_STRING_1_object";
1223 1223
1224 Native_ConsoleBase_time_Callback(mthis, title) native "ConsoleBase_time_Callback "; 1224 Native_ConsoleBase_time_Callback(mthis, title) native "ConsoleBase_time_Callback _RESOLVER_STRING_1_DOMString";
1225 1225
1226 Native_ConsoleBase_timeEnd_Callback(mthis, title) native "ConsoleBase_timeEnd_Ca llback"; 1226 Native_ConsoleBase_timeEnd_Callback(mthis, title) native "ConsoleBase_timeEnd_Ca llback_RESOLVER_STRING_1_DOMString";
1227 1227
1228 Native_ConsoleBase_timeStamp_Callback(mthis, title) native "ConsoleBase_timeStam p_Callback"; 1228 Native_ConsoleBase_timeStamp_Callback(mthis, title) native "ConsoleBase_timeStam p_Callback_RESOLVER_STRING_1_DOMString";
1229 1229
1230 Native_ConsoleBase_timeline_Callback(mthis, title) native "ConsoleBase_timeline_ Callback"; 1230 Native_ConsoleBase_timeline_Callback(mthis, title) native "ConsoleBase_timeline_ Callback_RESOLVER_STRING_1_DOMString";
1231 1231
1232 Native_ConsoleBase_timelineEnd_Callback(mthis, title) native "ConsoleBase_timeli neEnd_Callback"; 1232 Native_ConsoleBase_timelineEnd_Callback(mthis, title) native "ConsoleBase_timeli neEnd_Callback_RESOLVER_STRING_1_DOMString";
1233 1233
1234 Native_ConsoleBase_trace_Callback(mthis, arg) native "ConsoleBase_trace_Callback "; 1234 Native_ConsoleBase_trace_Callback(mthis, arg) native "ConsoleBase_trace_Callback _RESOLVER_STRING_1_object";
1235 1235
1236 Native_ConsoleBase_warn_Callback(mthis, arg) native "ConsoleBase_warn_Callback"; 1236 Native_ConsoleBase_warn_Callback(mthis, arg) native "ConsoleBase_warn_Callback_R ESOLVER_STRING_1_object";
1237 1237
1238 Native_Console_memory_Getter(mthis) native "Console_memory_Getter"; 1238 Native_Console_memory_Getter(mthis) native "Console_memory_Getter";
1239 1239
1240 Native_ConvolverNode_buffer_Getter(mthis) native "ConvolverNode_buffer_Getter"; 1240 Native_ConvolverNode_buffer_Getter(mthis) native "ConvolverNode_buffer_Getter";
1241 1241
1242 Native_ConvolverNode_buffer_Setter(mthis, value) native "ConvolverNode_buffer_Se tter"; 1242 Native_ConvolverNode_buffer_Setter(mthis, value) native "ConvolverNode_buffer_Se tter";
1243 1243
1244 Native_ConvolverNode_normalize_Getter(mthis) native "ConvolverNode_normalize_Get ter"; 1244 Native_ConvolverNode_normalize_Getter(mthis) native "ConvolverNode_normalize_Get ter";
1245 1245
1246 Native_ConvolverNode_normalize_Setter(mthis, value) native "ConvolverNode_normal ize_Setter"; 1246 Native_ConvolverNode_normalize_Setter(mthis, value) native "ConvolverNode_normal ize_Setter";
1247 1247
1248 Native_Coordinates_accuracy_Getter(mthis) native "Coordinates_accuracy_Getter"; 1248 Native_Coordinates_accuracy_Getter(mthis) native "Coordinates_accuracy_Getter";
1249 1249
1250 Native_Coordinates_altitude_Getter(mthis) native "Coordinates_altitude_Getter"; 1250 Native_Coordinates_altitude_Getter(mthis) native "Coordinates_altitude_Getter";
1251 1251
1252 Native_Coordinates_altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAc curacy_Getter"; 1252 Native_Coordinates_altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAc curacy_Getter";
1253 1253
1254 Native_Coordinates_heading_Getter(mthis) native "Coordinates_heading_Getter"; 1254 Native_Coordinates_heading_Getter(mthis) native "Coordinates_heading_Getter";
1255 1255
1256 Native_Coordinates_latitude_Getter(mthis) native "Coordinates_latitude_Getter"; 1256 Native_Coordinates_latitude_Getter(mthis) native "Coordinates_latitude_Getter";
1257 1257
1258 Native_Coordinates_longitude_Getter(mthis) native "Coordinates_longitude_Getter" ; 1258 Native_Coordinates_longitude_Getter(mthis) native "Coordinates_longitude_Getter" ;
1259 1259
1260 Native_Coordinates_speed_Getter(mthis) native "Coordinates_speed_Getter"; 1260 Native_Coordinates_speed_Getter(mthis) native "Coordinates_speed_Getter";
1261 1261
1262 Native_Crypto_subtle_Getter(mthis) native "Crypto_subtle_Getter"; 1262 Native_Crypto_subtle_Getter(mthis) native "Crypto_subtle_Getter";
1263 1263
1264 Native_Crypto_getRandomValues_Callback(mthis, array) native "Crypto_getRandomVal ues_Callback"; 1264 Native_Crypto_getRandomValues_Callback(mthis, array) native "Crypto_getRandomVal ues_Callback_RESOLVER_STRING_1_ArrayBufferView";
1265 1265
1266 Native_CustomEvent_detail_Getter(mthis) native "CustomEvent_detail_Getter"; 1266 Native_CustomEvent_detail_Getter(mthis) native "CustomEvent_detail_Getter";
1267 1267
1268 Native_CustomEvent_initCustomEvent_Callback(mthis, typeArg, canBubbleArg, cancel ableArg, detailArg) native "CustomEvent_initCustomEvent_Callback"; 1268 Native_CustomEvent_initCustomEvent_Callback(mthis, typeArg, canBubbleArg, cancel ableArg, detailArg) native "CustomEvent_initCustomEvent_Callback_RESOLVER_STRING _4_DOMString_boolean_boolean_any";
1269 1269
1270 Native_DOMError_message_Getter(mthis) native "DOMError_message_Getter"; 1270 Native_DOMError_message_Getter(mthis) native "DOMError_message_Getter";
1271 1271
1272 Native_DOMError_name_Getter(mthis) native "DOMError_name_Getter"; 1272 Native_DOMError_name_Getter(mthis) native "DOMError_name_Getter";
1273 1273
1274 Native_DOMException_message_Getter(mthis) native "DOMException_message_Getter"; 1274 Native_DOMException_message_Getter(mthis) native "DOMException_message_Getter";
1275 1275
1276 Native_DOMException_name_Getter(mthis) native "DOMException_name_Getter"; 1276 Native_DOMException_name_Getter(mthis) native "DOMException_name_Getter";
1277 1277
1278 Native_DOMException_toString_Callback(mthis) native "DOMException_toString_Callb ack"; 1278 Native_DOMException_toString_Callback(mthis) native "DOMException_toString_Callb ack_RESOLVER_STRING_0_";
1279 1279
1280 Native_DOMFileSystem_name_Getter(mthis) native "DOMFileSystem_name_Getter"; 1280 Native_DOMFileSystem_name_Getter(mthis) native "DOMFileSystem_name_Getter";
1281 1281
1282 Native_DOMFileSystem_root_Getter(mthis) native "DOMFileSystem_root_Getter"; 1282 Native_DOMFileSystem_root_Getter(mthis) native "DOMFileSystem_root_Getter";
1283 1283
1284 Native_DOMImplementation_createCSSStyleSheet_Callback(mthis, title, media) nativ e "DOMImplementation_createCSSStyleSheet_Callback"; 1284 Native_DOMImplementation_createCSSStyleSheet_Callback(mthis, title, media) nativ e "DOMImplementation_createCSSStyleSheet_Callback_RESOLVER_STRING_2_DOMString_DO MString";
1285 1285
1286 Native_DOMImplementation_createDocument_Callback(mthis, namespaceURI, qualifiedN ame, doctype) native "DOMImplementation_createDocument_Callback"; 1286 Native_DOMImplementation_createDocument_Callback(mthis, namespaceURI, qualifiedN ame, doctype) native "DOMImplementation_createDocument_Callback_RESOLVER_STRING_ 3_DOMString_DOMString_DocumentType";
1287 1287
1288 Native_DOMImplementation_createDocumentType_Callback(mthis, qualifiedName, publi cId, systemId) native "DOMImplementation_createDocumentType_Callback"; 1288 Native_DOMImplementation_createDocumentType_Callback(mthis, qualifiedName, publi cId, systemId) native "DOMImplementation_createDocumentType_Callback_RESOLVER_ST RING_3_DOMString_DOMString_DOMString";
1289 1289
1290 Native_DOMImplementation_createHTMLDocument_Callback(mthis, title) native "DOMIm plementation_createHTMLDocument_Callback"; 1290 Native_DOMImplementation_createHTMLDocument_Callback(mthis, title) native "DOMIm plementation_createHTMLDocument_Callback_RESOLVER_STRING_1_DOMString";
1291 1291
1292 Native_DOMImplementation_hasFeature_Callback(mthis, feature, version) native "DO MImplementation_hasFeature_Callback"; 1292 Native_DOMImplementation_hasFeature_Callback(mthis, feature, version) native "DO MImplementation_hasFeature_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1293 1293
1294 // Generated overload resolver 1294 // Generated overload resolver
1295 Native_DOMParser_DomParser() { 1295 Native_DOMParser_DomParser() {
1296 return Native_DOMParser__create_1constructorCallback(); 1296 return Native_DOMParser__create_1constructorCallback();
1297 } 1297 }
1298 1298
1299 Native_DOMParser__create_1constructorCallback() native "DOMParser__create_1const ructorCallback"; 1299 Native_DOMParser_constructorCallback() native "DOMParser_constructorCallback";
1300 1300
1301 Native_DOMParser_parseFromString_Callback(mthis, str, contentType) native "DOMPa rser_parseFromString_Callback"; 1301 Native_DOMParser_parseFromString_Callback(mthis, str, contentType) native "DOMPa rser_parseFromString_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1302 1302
1303 Native_DOMTokenList_length_Getter(mthis) native "DOMTokenList_length_Getter"; 1303 Native_DOMTokenList_length_Getter(mthis) native "DOMTokenList_length_Getter";
1304 1304
1305 Native_DOMTokenList_contains_Callback(mthis, token) native "DOMTokenList_contain s_Callback"; 1305 Native_DOMTokenList_contains_Callback(mthis, token) native "DOMTokenList_contain s_Callback_RESOLVER_STRING_1_DOMString";
1306 1306
1307 Native_DOMTokenList_item_Callback(mthis, index) native "DOMTokenList_item_Callba ck"; 1307 Native_DOMTokenList_item_Callback(mthis, index) native "DOMTokenList_item_Callba ck_RESOLVER_STRING_1_unsigned long";
1308 1308
1309 Native_DOMTokenList_toString_Callback(mthis) native "DOMTokenList_toString_Callb ack"; 1309 Native_DOMTokenList_toString_Callback(mthis) native "DOMTokenList_toString_Callb ack_RESOLVER_STRING_0_";
1310 1310
1311 // Generated overload resolver 1311 // Generated overload resolver
1312 Native_DOMTokenList_toggle(mthis, token, force) { 1312 Native_DOMTokenList_toggle(mthis, token, force) {
1313 if (force != null) { 1313 if (force != null) {
1314 return Native_DOMTokenList__toggle_1_Callback(mthis, token, force); 1314 return Native_DOMTokenList__toggle_1_Callback(mthis, token, force);
1315 } 1315 }
1316 return Native_DOMTokenList__toggle_2_Callback(mthis, token); 1316 return Native_DOMTokenList__toggle_2_Callback(mthis, token);
1317 } 1317 }
1318 1318
1319 Native_DOMTokenList__toggle_1_Callback(mthis, token, force) native "DOMTokenList _toggle_Callback_2_DOMString_boolean"; 1319 Native_DOMTokenList__toggle_1_Callback(mthis, token, force) native "DOMTokenList _toggle_Callback_RESOLVER_STRING_2_DOMString_boolean";
1320 1320
1321 Native_DOMTokenList__toggle_2_Callback(mthis, token) native "DOMTokenList_toggle _Callback_1_DOMString"; 1321 Native_DOMTokenList__toggle_2_Callback(mthis, token) native "DOMTokenList_toggle _Callback_RESOLVER_STRING_1_DOMString";
1322 1322
1323 Native_DOMSettableTokenList_value_Getter(mthis) native "DOMSettableTokenList_val ue_Getter"; 1323 Native_DOMSettableTokenList_value_Getter(mthis) native "DOMSettableTokenList_val ue_Getter";
1324 1324
1325 Native_DOMSettableTokenList_value_Setter(mthis, value) native "DOMSettableTokenL ist_value_Setter"; 1325 Native_DOMSettableTokenList_value_Setter(mthis, value) native "DOMSettableTokenL ist_value_Setter";
1326 1326
1327 Native_DOMSettableTokenList___getter___Callback(mthis, index) native "DOMSettabl eTokenList___getter___Callback"; 1327 Native_DOMSettableTokenList___getter___Callback(mthis, index) native "DOMSettabl eTokenList___getter___Callback_RESOLVER_STRING_1_unsigned long";
1328 1328
1329 Native_DOMStringList_length_Getter(mthis) native "DOMStringList_length_Getter"; 1329 Native_DOMStringList_length_Getter(mthis) native "DOMStringList_length_Getter";
1330 1330
1331 Native_DOMStringList_NativeIndexed_Getter(mthis, index) native "DOMStringList_it em_Callback"; 1331 Native_DOMStringList_NativeIndexed_Getter(mthis, index) native "DOMStringList_it em_Callback_RESOLVER_STRING_1_unsigned long";
1332 1332
1333 Native_DOMStringList_contains_Callback(mthis, string) native "DOMStringList_cont ains_Callback"; 1333 Native_DOMStringList_contains_Callback(mthis, string) native "DOMStringList_cont ains_Callback_RESOLVER_STRING_1_DOMString";
1334 1334
1335 Native_DOMStringList_item_Callback(mthis, index) native "DOMStringList_item_Call back"; 1335 Native_DOMStringList_item_Callback(mthis, index) native "DOMStringList_item_Call back_RESOLVER_STRING_1_unsigned long";
1336 1336
1337 // Generated overload resolver 1337 // Generated overload resolver
1338 Native_DOMStringMap___delete__(mthis, index_OR_name) { 1338 Native_DOMStringMap___delete__(mthis, index_OR_name) {
1339 if ((index_OR_name is int || index_OR_name == null)) { 1339 if ((index_OR_name is int || index_OR_name == null)) {
1340 return Native_DOMStringMap____delete___1_Callback(mthis, index_OR_name); 1340 return Native_DOMStringMap____delete___1_Callback(mthis, index_OR_name);
1341 } 1341 }
1342 if ((index_OR_name is String || index_OR_name == null)) { 1342 if ((index_OR_name is String || index_OR_name == null)) {
1343 return Native_DOMStringMap____delete___2_Callback(mthis, index_OR_name); 1343 return Native_DOMStringMap____delete___2_Callback(mthis, index_OR_name);
1344 } 1344 }
1345 throw new ArgumentError("Incorrect number or type of arguments"); 1345 throw new ArgumentError("Incorrect number or type of arguments");
1346 } 1346 }
1347 1347
1348 Native_DOMStringMap____delete___1_Callback(mthis, index_OR_name) native "DOMStri ngMap___delete___Callback_1_unsigned long"; 1348 Native_DOMStringMap____delete___1_Callback(mthis, index_OR_name) native "DOMStri ngMap___delete___Callback_RESOLVER_STRING_1_unsigned long";
1349 1349
1350 Native_DOMStringMap____delete___2_Callback(mthis, index_OR_name) native "DOMStri ngMap___delete___Callback_1_DOMString"; 1350 Native_DOMStringMap____delete___2_Callback(mthis, index_OR_name) native "DOMStri ngMap___delete___Callback_RESOLVER_STRING_1_DOMString";
1351 1351
1352 // Generated overload resolver 1352 // Generated overload resolver
1353 Native_DOMStringMap___getter__(mthis, index_OR_name) { 1353 Native_DOMStringMap___getter__(mthis, index_OR_name) {
1354 if ((index_OR_name is int || index_OR_name == null)) { 1354 if ((index_OR_name is int || index_OR_name == null)) {
1355 return Native_DOMStringMap____getter___1_Callback(mthis, index_OR_name); 1355 return Native_DOMStringMap____getter___1_Callback(mthis, index_OR_name);
1356 } 1356 }
1357 if ((index_OR_name is String || index_OR_name == null)) { 1357 if ((index_OR_name is String || index_OR_name == null)) {
1358 return Native_DOMStringMap____getter___2_Callback(mthis, index_OR_name); 1358 return Native_DOMStringMap____getter___2_Callback(mthis, index_OR_name);
1359 } 1359 }
1360 throw new ArgumentError("Incorrect number or type of arguments"); 1360 throw new ArgumentError("Incorrect number or type of arguments");
1361 } 1361 }
1362 1362
1363 Native_DOMStringMap____getter___1_Callback(mthis, index_OR_name) native "DOMStri ngMap___getter___Callback_1_unsigned long"; 1363 Native_DOMStringMap____getter___1_Callback(mthis, index_OR_name) native "DOMStri ngMap___getter___Callback_RESOLVER_STRING_1_unsigned long";
1364 1364
1365 Native_DOMStringMap____getter___2_Callback(mthis, index_OR_name) native "DOMStri ngMap___getter___Callback_1_DOMString"; 1365 Native_DOMStringMap____getter___2_Callback(mthis, index_OR_name) native "DOMStri ngMap___getter___Callback_RESOLVER_STRING_1_DOMString";
1366 1366
1367 // Generated overload resolver 1367 // Generated overload resolver
1368 Native_DOMStringMap___setter__(mthis, index_OR_name, value) { 1368 Native_DOMStringMap___setter__(mthis, index_OR_name, value) {
1369 if ((value is String || value == null) && (index_OR_name is int || index_OR_ name == null)) { 1369 if ((value is String || value == null) && (index_OR_name is int || index_OR_ name == null)) {
1370 Native_DOMStringMap____setter___1_Callback(mthis, index_OR_name, value); 1370 Native_DOMStringMap____setter___1_Callback(mthis, index_OR_name, value);
1371 return; 1371 return;
1372 } 1372 }
1373 if ((value is String || value == null) && (index_OR_name is String || index_ OR_name == null)) { 1373 if ((value is String || value == null) && (index_OR_name is String || index_ OR_name == null)) {
1374 Native_DOMStringMap____setter___2_Callback(mthis, index_OR_name, value); 1374 Native_DOMStringMap____setter___2_Callback(mthis, index_OR_name, value);
1375 return; 1375 return;
1376 } 1376 }
1377 throw new ArgumentError("Incorrect number or type of arguments"); 1377 throw new ArgumentError("Incorrect number or type of arguments");
1378 } 1378 }
1379 1379
1380 Native_DOMStringMap____setter___1_Callback(mthis, index_OR_name, value) native " DOMStringMap___setter___Callback_2_unsigned long_DOMString"; 1380 Native_DOMStringMap____setter___1_Callback(mthis, index_OR_name, value) native " DOMStringMap___setter___Callback_RESOLVER_STRING_2_unsigned long_DOMString";
1381 1381
1382 Native_DOMStringMap____setter___2_Callback(mthis, index_OR_name, value) native " DOMStringMap___setter___Callback_2_DOMString_DOMString"; 1382 Native_DOMStringMap____setter___2_Callback(mthis, index_OR_name, value) native " DOMStringMap___setter___Callback_RESOLVER_STRING_2_DOMString_DOMString";
1383 1383
1384 Native_DataTransferItem_kind_Getter(mthis) native "DataTransferItem_kind_Getter" ; 1384 Native_DataTransferItem_kind_Getter(mthis) native "DataTransferItem_kind_Getter" ;
1385 1385
1386 Native_DataTransferItem_type_Getter(mthis) native "DataTransferItem_type_Getter" ; 1386 Native_DataTransferItem_type_Getter(mthis) native "DataTransferItem_type_Getter" ;
1387 1387
1388 Native_DataTransferItem_getAsFile_Callback(mthis) native "DataTransferItem_getAs File_Callback"; 1388 Native_DataTransferItem_getAsFile_Callback(mthis) native "DataTransferItem_getAs File_Callback_RESOLVER_STRING_0_";
1389 1389
1390 Native_DataTransferItem_getAsString_Callback(mthis, callback) native "DataTransf erItem_getAsString_Callback"; 1390 Native_DataTransferItem_getAsString_Callback(mthis, callback) native "DataTransf erItem_getAsString_Callback_RESOLVER_STRING_1_StringCallback";
1391 1391
1392 Native_DataTransferItem_webkitGetAsEntry_Callback(mthis) native "DataTransferIte m_webkitGetAsEntry_Callback"; 1392 Native_DataTransferItem_webkitGetAsEntry_Callback(mthis) native "DataTransferIte m_webkitGetAsEntry_Callback_RESOLVER_STRING_0_";
1393 1393
1394 Native_DataTransferItemList_length_Getter(mthis) native "DataTransferItemList_le ngth_Getter"; 1394 Native_DataTransferItemList_length_Getter(mthis) native "DataTransferItemList_le ngth_Getter";
1395 1395
1396 Native_DataTransferItemList___getter___Callback(mthis, index) native "DataTransf erItemList___getter___Callback"; 1396 Native_DataTransferItemList___getter___Callback(mthis, index) native "DataTransf erItemList___getter___Callback_RESOLVER_STRING_1_unsigned long";
1397 1397
1398 // Generated overload resolver 1398 // Generated overload resolver
1399 Native_DataTransferItemList_add(mthis, data_OR_file, type) { 1399 Native_DataTransferItemList_add(mthis, data_OR_file, type) {
1400 if ((data_OR_file is File || data_OR_file == null) && type == null) { 1400 if ((data_OR_file is File || data_OR_file == null) && type == null) {
1401 return Native_DataTransferItemList__add_1_Callback(mthis, data_OR_file); 1401 return Native_DataTransferItemList__add_1_Callback(mthis, data_OR_file);
1402 } 1402 }
1403 if ((type is String || type == null) && (data_OR_file is String || data_OR_f ile == null)) { 1403 if ((type is String || type == null) && (data_OR_file is String || data_OR_f ile == null)) {
1404 return Native_DataTransferItemList__add_2_Callback(mthis, data_OR_file, ty pe); 1404 return Native_DataTransferItemList__add_2_Callback(mthis, data_OR_file, ty pe);
1405 } 1405 }
1406 throw new ArgumentError("Incorrect number or type of arguments"); 1406 throw new ArgumentError("Incorrect number or type of arguments");
1407 } 1407 }
1408 1408
1409 Native_DataTransferItemList__add_1_Callback(mthis, data_OR_file) native "DataTra nsferItemList_add_Callback_1_File"; 1409 Native_DataTransferItemList__add_1_Callback(mthis, data_OR_file) native "DataTra nsferItemList_add_Callback_RESOLVER_STRING_1_File";
1410 1410
1411 Native_DataTransferItemList__add_2_Callback(mthis, data_OR_file, type) native "D ataTransferItemList_add_Callback_2_DOMString_DOMString"; 1411 Native_DataTransferItemList__add_2_Callback(mthis, data_OR_file, type) native "D ataTransferItemList_add_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1412 1412
1413 Native_DataTransferItemList_addData_Callback(mthis, data, type) native "DataTran sferItemList_addData_Callback"; 1413 Native_DataTransferItemList_addData_Callback(mthis, data, type) native "DataTran sferItemList_add_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1414 1414
1415 Native_DataTransferItemList_addFile_Callback(mthis, file) native "DataTransferIt emList_addFile_Callback"; 1415 Native_DataTransferItemList_addFile_Callback(mthis, file) native "DataTransferIt emList_add_Callback_RESOLVER_STRING_1_File";
1416 1416
1417 Native_DataTransferItemList_clear_Callback(mthis) native "DataTransferItemList_c lear_Callback"; 1417 Native_DataTransferItemList_clear_Callback(mthis) native "DataTransferItemList_c lear_Callback_RESOLVER_STRING_0_";
1418 1418
1419 Native_DataTransferItemList_remove_Callback(mthis, index) native "DataTransferIt emList_remove_Callback"; 1419 Native_DataTransferItemList_remove_Callback(mthis, index) native "DataTransferIt emList_remove_Callback_RESOLVER_STRING_1_unsigned long";
1420 1420
1421 Native_Database_version_Getter(mthis) native "Database_version_Getter"; 1421 Native_Database_version_Getter(mthis) native "Database_version_Getter";
1422 1422
1423 Native_Database_changeVersion_Callback(mthis, oldVersion, newVersion, callback, errorCallback, successCallback) native "Database_changeVersion_Callback"; 1423 Native_Database_changeVersion_Callback(mthis, oldVersion, newVersion, callback, errorCallback, successCallback) native "Database_changeVersion_Callback_RESOLVER _STRING_5_DOMString_DOMString_SQLTransactionCallback_SQLTransactionErrorCallback _VoidCallback";
1424 1424
1425 Native_Database_readTransaction_Callback(mthis, callback, errorCallback, success Callback) native "Database_readTransaction_Callback"; 1425 Native_Database_readTransaction_Callback(mthis, callback, errorCallback, success Callback) native "Database_readTransaction_Callback_RESOLVER_STRING_3_SQLTransac tionCallback_SQLTransactionErrorCallback_VoidCallback";
1426 1426
1427 Native_Database_transaction_Callback(mthis, callback, errorCallback, successCall back) native "Database_transaction_Callback"; 1427 Native_Database_transaction_Callback(mthis, callback, errorCallback, successCall back) native "Database_transaction_Callback_RESOLVER_STRING_3_SQLTransactionCall back_SQLTransactionErrorCallback_VoidCallback";
1428 1428
1429 Native_WindowBase64_atob_Callback(mthis, string) native "WindowBase64_atob_Callb ack"; 1429 Native_WindowBase64_atob_Callback(mthis, string) native "WindowBase64_atob_Callb ack_RESOLVER_STRING_1_DOMString";
1430 1430
1431 Native_WindowBase64_btoa_Callback(mthis, string) native "WindowBase64_btoa_Callb ack"; 1431 Native_WindowBase64_btoa_Callback(mthis, string) native "WindowBase64_btoa_Callb ack_RESOLVER_STRING_1_DOMString";
1432 1432
1433 Native_WindowTimers_clearInterval_Callback(mthis, handle) native "WindowTimers_c learInterval_Callback"; 1433 Native_WindowTimers_clearInterval_Callback(mthis, handle) native "WindowTimers_c learInterval_Callback_RESOLVER_STRING_1_long";
1434 1434
1435 Native_WindowTimers_clearTimeout_Callback(mthis, handle) native "WindowTimers_cl earTimeout_Callback"; 1435 Native_WindowTimers_clearTimeout_Callback(mthis, handle) native "WindowTimers_cl earTimeout_Callback_RESOLVER_STRING_1_long";
1436 1436
1437 Native_WindowTimers_setInterval_Callback(mthis, handler, timeout) native "Window Timers_setInterval_Callback"; 1437 Native_WindowTimers_setInterval_Callback(mthis, handler, timeout) native "Window Timers_setInterval_Callback_RESOLVER_STRING_2_any_long";
1438 1438
1439 Native_WindowTimers_setTimeout_Callback(mthis, handler, timeout) native "WindowT imers_setTimeout_Callback"; 1439 Native_WindowTimers_setTimeout_Callback(mthis, handler, timeout) native "WindowT imers_setTimeout_Callback_RESOLVER_STRING_2_any_long";
1440 1440
1441 Native_WorkerGlobalScope_console_Getter(mthis) native "WorkerGlobalScope_console _Getter"; 1441 Native_WorkerGlobalScope_console_Getter(mthis) native "WorkerGlobalScope_console _Getter";
1442 1442
1443 Native_WorkerGlobalScope_crypto_Getter(mthis) native "WorkerGlobalScope_crypto_G etter"; 1443 Native_WorkerGlobalScope_crypto_Getter(mthis) native "WorkerGlobalScope_crypto_G etter";
1444 1444
1445 Native_WorkerGlobalScope_indexedDB_Getter(mthis) native "WorkerGlobalScope_index edDB_Getter"; 1445 Native_WorkerGlobalScope_indexedDB_Getter(mthis) native "WorkerGlobalScope_index edDB_Getter";
1446 1446
1447 Native_WorkerGlobalScope_location_Getter(mthis) native "WorkerGlobalScope_locati on_Getter"; 1447 Native_WorkerGlobalScope_location_Getter(mthis) native "WorkerGlobalScope_locati on_Getter";
1448 1448
1449 Native_WorkerGlobalScope_navigator_Getter(mthis) native "WorkerGlobalScope_navig ator_Getter"; 1449 Native_WorkerGlobalScope_navigator_Getter(mthis) native "WorkerGlobalScope_navig ator_Getter";
1450 1450
1451 Native_WorkerGlobalScope_performance_Getter(mthis) native "WorkerGlobalScope_per formance_Getter"; 1451 Native_WorkerGlobalScope_performance_Getter(mthis) native "WorkerGlobalScope_per formance_Getter";
1452 1452
1453 Native_WorkerGlobalScope_self_Getter(mthis) native "WorkerGlobalScope_self_Gette r"; 1453 Native_WorkerGlobalScope_self_Getter(mthis) native "WorkerGlobalScope_self_Gette r";
1454 1454
1455 Native_WorkerGlobalScope_webkitNotifications_Getter(mthis) native "WorkerGlobalS cope_webkitNotifications_Getter"; 1455 Native_WorkerGlobalScope_webkitNotifications_Getter(mthis) native "WorkerGlobalS cope_webkitNotifications_Getter";
1456 1456
1457 Native_WorkerGlobalScope_close_Callback(mthis) native "WorkerGlobalScope_close_C allback"; 1457 Native_WorkerGlobalScope_close_Callback(mthis) native "WorkerGlobalScope_close_C allback_RESOLVER_STRING_0_";
1458 1458
1459 Native_WorkerGlobalScope_openDatabase_Callback(mthis, name, version, displayName , estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabase_Callba ck"; 1459 Native_WorkerGlobalScope_openDatabase_Callback(mthis, name, version, displayName , estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabase_Callba ck_RESOLVER_STRING_5_DOMString_DOMString_DOMString_unsigned long_DatabaseCallbac k";
1460 1460
1461 Native_WorkerGlobalScope_openDatabaseSync_Callback(mthis, name, version, display Name, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabaseSyn c_Callback"; 1461 Native_WorkerGlobalScope_openDatabaseSync_Callback(mthis, name, version, display Name, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabaseSyn c_Callback_RESOLVER_STRING_5_DOMString_DOMString_DOMString_unsigned long_Databas eCallback";
1462 1462
1463 Native_WorkerGlobalScope_webkitRequestFileSystem_Callback(mthis, type, size, suc cessCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_C allback"; 1463 Native_WorkerGlobalScope_webkitRequestFileSystem_Callback(mthis, type, size, suc cessCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_C allback_RESOLVER_STRING_4_unsigned short_long long_FileSystemCallback_ErrorCallb ack";
1464 1464
1465 Native_WorkerGlobalScope_webkitRequestFileSystemSync_Callback(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback"; 1465 Native_WorkerGlobalScope_webkitRequestFileSystemSync_Callback(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback_RESOLVER_STRING_ 2_unsigned short_long long";
1466 1466
1467 Native_WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback(mthis, url ) native "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback"; 1467 Native_WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback(mthis, url ) native "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback_RESOLVE R_STRING_1_DOMString";
1468 1468
1469 Native_WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback(mthis, url, su ccessCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSy stemURL_Callback"; 1469 Native_WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback(mthis, url, su ccessCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSy stemURL_Callback_RESOLVER_STRING_3_DOMString_EntryCallback_ErrorCallback";
1470 1470
1471 Native_WorkerGlobalScope_atob_Callback(mthis, string) native "WorkerGlobalScope_ atob_Callback"; 1471 Native_WorkerGlobalScope_atob_Callback(mthis, string) native "WorkerGlobalScope_ atob_Callback_RESOLVER_STRING_1_DOMString";
1472 1472
1473 Native_WorkerGlobalScope_btoa_Callback(mthis, string) native "WorkerGlobalScope_ btoa_Callback"; 1473 Native_WorkerGlobalScope_btoa_Callback(mthis, string) native "WorkerGlobalScope_ btoa_Callback_RESOLVER_STRING_1_DOMString";
1474 1474
1475 Native_WorkerGlobalScope_clearInterval_Callback(mthis, handle) native "WorkerGlo balScope_clearInterval_Callback"; 1475 Native_WorkerGlobalScope_clearInterval_Callback(mthis, handle) native "WorkerGlo balScope_clearInterval_Callback_RESOLVER_STRING_1_long";
1476 1476
1477 Native_WorkerGlobalScope_clearTimeout_Callback(mthis, handle) native "WorkerGlob alScope_clearTimeout_Callback"; 1477 Native_WorkerGlobalScope_clearTimeout_Callback(mthis, handle) native "WorkerGlob alScope_clearTimeout_Callback_RESOLVER_STRING_1_long";
1478 1478
1479 Native_WorkerGlobalScope_setInterval_Callback(mthis, handler, timeout) native "W orkerGlobalScope_setInterval_Callback"; 1479 Native_WorkerGlobalScope_setInterval_Callback(mthis, handler, timeout) native "W orkerGlobalScope_setInterval_Callback_RESOLVER_STRING_2_any_long";
1480 1480
1481 Native_WorkerGlobalScope_setTimeout_Callback(mthis, handler, timeout) native "Wo rkerGlobalScope_setTimeout_Callback"; 1481 Native_WorkerGlobalScope_setTimeout_Callback(mthis, handler, timeout) native "Wo rkerGlobalScope_setTimeout_Callback_RESOLVER_STRING_2_any_long";
1482 1482
1483 Native_DedicatedWorkerGlobalScope_postMessage_Callback(mthis, message, messagePo rts) native "DedicatedWorkerGlobalScope_postMessage_Callback"; 1483 Native_DedicatedWorkerGlobalScope_postMessage_Callback(mthis, message, messagePo rts) native "DedicatedWorkerGlobalScope_postMessage_Callback_RESOLVER_STRING_2_a ny_MessagePort[]";
1484 1484
1485 Native_DelayNode_delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; 1485 Native_DelayNode_delayTime_Getter(mthis) native "DelayNode_delayTime_Getter";
1486 1486
1487 Native_DeprecatedStorageInfo_queryUsageAndQuota_Callback(mthis, storageType, usa geCallback, errorCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Call back"; 1487 Native_DeprecatedStorageInfo_queryUsageAndQuota_Callback(mthis, storageType, usa geCallback, errorCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Call back_RESOLVER_STRING_3_unsigned short_StorageUsageCallback_StorageErrorCallback" ;
1488 1488
1489 Native_DeprecatedStorageInfo_requestQuota_Callback(mthis, storageType, newQuotaI nBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota _Callback"; 1489 Native_DeprecatedStorageInfo_requestQuota_Callback(mthis, storageType, newQuotaI nBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota _Callback_RESOLVER_STRING_4_unsigned short_unsigned long long_StorageQuotaCallba ck_StorageErrorCallback";
1490 1490
1491 Native_DeprecatedStorageQuota_queryUsageAndQuota_Callback(mthis, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback"; 1491 Native_DeprecatedStorageQuota_queryUsageAndQuota_Callback(mthis, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback_RESOLV ER_STRING_2_StorageUsageCallback_StorageErrorCallback";
1492 1492
1493 Native_DeprecatedStorageQuota_requestQuota_Callback(mthis, newQuotaInBytes, quot aCallback, errorCallback) native "DeprecatedStorageQuota_requestQuota_Callback"; 1493 Native_DeprecatedStorageQuota_requestQuota_Callback(mthis, newQuotaInBytes, quot aCallback, errorCallback) native "DeprecatedStorageQuota_requestQuota_Callback_R ESOLVER_STRING_3_unsigned long long_StorageQuotaCallback_StorageErrorCallback";
1494 1494
1495 Native_DeviceAcceleration_x_Getter(mthis) native "DeviceAcceleration_x_Getter"; 1495 Native_DeviceAcceleration_x_Getter(mthis) native "DeviceAcceleration_x_Getter";
1496 1496
1497 Native_DeviceAcceleration_y_Getter(mthis) native "DeviceAcceleration_y_Getter"; 1497 Native_DeviceAcceleration_y_Getter(mthis) native "DeviceAcceleration_y_Getter";
1498 1498
1499 Native_DeviceAcceleration_z_Getter(mthis) native "DeviceAcceleration_z_Getter"; 1499 Native_DeviceAcceleration_z_Getter(mthis) native "DeviceAcceleration_z_Getter";
1500 1500
1501 Native_DeviceMotionEvent_acceleration_Getter(mthis) native "DeviceMotionEvent_ac celeration_Getter"; 1501 Native_DeviceMotionEvent_acceleration_Getter(mthis) native "DeviceMotionEvent_ac celeration_Getter";
1502 1502
1503 Native_DeviceMotionEvent_accelerationIncludingGravity_Getter(mthis) native "Devi ceMotionEvent_accelerationIncludingGravity_Getter"; 1503 Native_DeviceMotionEvent_accelerationIncludingGravity_Getter(mthis) native "Devi ceMotionEvent_accelerationIncludingGravity_Getter";
1504 1504
1505 Native_DeviceMotionEvent_interval_Getter(mthis) native "DeviceMotionEvent_interv al_Getter"; 1505 Native_DeviceMotionEvent_interval_Getter(mthis) native "DeviceMotionEvent_interv al_Getter";
1506 1506
1507 Native_DeviceMotionEvent_rotationRate_Getter(mthis) native "DeviceMotionEvent_ro tationRate_Getter"; 1507 Native_DeviceMotionEvent_rotationRate_Getter(mthis) native "DeviceMotionEvent_ro tationRate_Getter";
1508 1508
1509 Native_DeviceMotionEvent_initDeviceMotionEvent_Callback(mthis, type, bubbles, ca ncelable, acceleration, accelerationIncludingGravity, rotationRate, interval) na tive "DeviceMotionEvent_initDeviceMotionEvent_Callback"; 1509 Native_DeviceMotionEvent_initDeviceMotionEvent_Callback(mthis, type, bubbles, ca ncelable, acceleration, accelerationIncludingGravity, rotationRate, interval) na tive "DeviceMotionEvent_initDeviceMotionEvent_Callback_RESOLVER_STRING_7_DOMStri ng_boolean_boolean_DeviceAcceleration_DeviceAcceleration_DeviceRotationRate_doub le";
1510 1510
1511 Native_DeviceOrientationEvent_absolute_Getter(mthis) native "DeviceOrientationEv ent_absolute_Getter"; 1511 Native_DeviceOrientationEvent_absolute_Getter(mthis) native "DeviceOrientationEv ent_absolute_Getter";
1512 1512
1513 Native_DeviceOrientationEvent_alpha_Getter(mthis) native "DeviceOrientationEvent _alpha_Getter"; 1513 Native_DeviceOrientationEvent_alpha_Getter(mthis) native "DeviceOrientationEvent _alpha_Getter";
1514 1514
1515 Native_DeviceOrientationEvent_beta_Getter(mthis) native "DeviceOrientationEvent_ beta_Getter"; 1515 Native_DeviceOrientationEvent_beta_Getter(mthis) native "DeviceOrientationEvent_ beta_Getter";
1516 1516
1517 Native_DeviceOrientationEvent_gamma_Getter(mthis) native "DeviceOrientationEvent _gamma_Getter"; 1517 Native_DeviceOrientationEvent_gamma_Getter(mthis) native "DeviceOrientationEvent _gamma_Getter";
1518 1518
1519 Native_DeviceOrientationEvent_initDeviceOrientationEvent_Callback(mthis, type, b ubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent _initDeviceOrientationEvent_Callback"; 1519 Native_DeviceOrientationEvent_initDeviceOrientationEvent_Callback(mthis, type, b ubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent _initDeviceOrientationEvent_Callback_RESOLVER_STRING_7_DOMString_boolean_boolean _double_double_double_boolean";
1520 1520
1521 Native_DeviceRotationRate_alpha_Getter(mthis) native "DeviceRotationRate_alpha_G etter"; 1521 Native_DeviceRotationRate_alpha_Getter(mthis) native "DeviceRotationRate_alpha_G etter";
1522 1522
1523 Native_DeviceRotationRate_beta_Getter(mthis) native "DeviceRotationRate_beta_Get ter"; 1523 Native_DeviceRotationRate_beta_Getter(mthis) native "DeviceRotationRate_beta_Get ter";
1524 1524
1525 Native_DeviceRotationRate_gamma_Getter(mthis) native "DeviceRotationRate_gamma_G etter"; 1525 Native_DeviceRotationRate_gamma_Getter(mthis) native "DeviceRotationRate_gamma_G etter";
1526 1526
1527 Native_Entry_filesystem_Getter(mthis) native "Entry_filesystem_Getter"; 1527 Native_Entry_filesystem_Getter(mthis) native "Entry_filesystem_Getter";
1528 1528
1529 Native_Entry_fullPath_Getter(mthis) native "Entry_fullPath_Getter"; 1529 Native_Entry_fullPath_Getter(mthis) native "Entry_fullPath_Getter";
1530 1530
1531 Native_Entry_isDirectory_Getter(mthis) native "Entry_isDirectory_Getter"; 1531 Native_Entry_isDirectory_Getter(mthis) native "Entry_isDirectory_Getter";
1532 1532
1533 Native_Entry_isFile_Getter(mthis) native "Entry_isFile_Getter"; 1533 Native_Entry_isFile_Getter(mthis) native "Entry_isFile_Getter";
1534 1534
1535 Native_Entry_name_Getter(mthis) native "Entry_name_Getter"; 1535 Native_Entry_name_Getter(mthis) native "Entry_name_Getter";
1536 1536
1537 // Generated overload resolver 1537 // Generated overload resolver
1538 Native_Entry__copyTo(mthis, parent, name, successCallback, errorCallback) { 1538 Native_Entry__copyTo(mthis, parent, name, successCallback, errorCallback) {
1539 if (name != null) { 1539 if (name != null) {
1540 Native_Entry__copyTo_1_Callback(mthis, parent, name, successCallback, erro rCallback); 1540 Native_Entry__copyTo_1_Callback(mthis, parent, name, successCallback, erro rCallback);
1541 return; 1541 return;
1542 } 1542 }
1543 Native_Entry__copyTo_2_Callback(mthis, parent); 1543 Native_Entry__copyTo_2_Callback(mthis, parent);
1544 return; 1544 return;
1545 } 1545 }
1546 1546
1547 Native_Entry__copyTo_1_Callback(mthis, parent, name, successCallback, errorCallb ack) native "Entry_copyTo_Callback_4_DirectoryEntry_DOMString_EntryCallback_Erro rCallback"; 1547 Native_Entry__copyTo_1_Callback(mthis, parent, name, successCallback, errorCallb ack) native "Entry_copyTo_Callback_RESOLVER_STRING_4_DirectoryEntry_DOMString_En tryCallback_ErrorCallback";
1548 1548
1549 Native_Entry__copyTo_2_Callback(mthis, parent) native "Entry_copyTo_Callback_1_D irectoryEntry"; 1549 Native_Entry__copyTo_2_Callback(mthis, parent) native "Entry_copyTo_Callback_RES OLVER_STRING_1_DirectoryEntry";
1550 1550
1551 Native_Entry_getMetadata_Callback(mthis, successCallback, errorCallback) native "Entry_getMetadata_Callback"; 1551 Native_Entry_getMetadata_Callback(mthis, successCallback, errorCallback) native "Entry_getMetadata_Callback_RESOLVER_STRING_2_MetadataCallback_ErrorCallback";
1552 1552
1553 Native_Entry_getParent_Callback(mthis, successCallback, errorCallback) native "E ntry_getParent_Callback"; 1553 Native_Entry_getParent_Callback(mthis, successCallback, errorCallback) native "E ntry_getParent_Callback_RESOLVER_STRING_2_EntryCallback_ErrorCallback";
1554 1554
1555 // Generated overload resolver 1555 // Generated overload resolver
1556 Native_Entry__moveTo(mthis, parent, name, successCallback, errorCallback) { 1556 Native_Entry__moveTo(mthis, parent, name, successCallback, errorCallback) {
1557 if (name != null) { 1557 if (name != null) {
1558 Native_Entry__moveTo_1_Callback(mthis, parent, name, successCallback, erro rCallback); 1558 Native_Entry__moveTo_1_Callback(mthis, parent, name, successCallback, erro rCallback);
1559 return; 1559 return;
1560 } 1560 }
1561 Native_Entry__moveTo_2_Callback(mthis, parent); 1561 Native_Entry__moveTo_2_Callback(mthis, parent);
1562 return; 1562 return;
1563 } 1563 }
1564 1564
1565 Native_Entry__moveTo_1_Callback(mthis, parent, name, successCallback, errorCallb ack) native "Entry_moveTo_Callback_4_DirectoryEntry_DOMString_EntryCallback_Erro rCallback"; 1565 Native_Entry__moveTo_1_Callback(mthis, parent, name, successCallback, errorCallb ack) native "Entry_moveTo_Callback_RESOLVER_STRING_4_DirectoryEntry_DOMString_En tryCallback_ErrorCallback";
1566 1566
1567 Native_Entry__moveTo_2_Callback(mthis, parent) native "Entry_moveTo_Callback_1_D irectoryEntry"; 1567 Native_Entry__moveTo_2_Callback(mthis, parent) native "Entry_moveTo_Callback_RES OLVER_STRING_1_DirectoryEntry";
1568 1568
1569 Native_Entry_remove_Callback(mthis, successCallback, errorCallback) native "Entr y_remove_Callback"; 1569 Native_Entry_remove_Callback(mthis, successCallback, errorCallback) native "Entr y_remove_Callback_RESOLVER_STRING_2_VoidCallback_ErrorCallback";
1570 1570
1571 Native_Entry_toURL_Callback(mthis) native "Entry_toURL_Callback"; 1571 Native_Entry_toURL_Callback(mthis) native "Entry_toURL_Callback_RESOLVER_STRING_ 0_";
1572 1572
1573 Native_DirectoryEntry_createReader_Callback(mthis) native "DirectoryEntry_create Reader_Callback"; 1573 Native_DirectoryEntry_createReader_Callback(mthis) native "DirectoryEntry_create Reader_Callback_RESOLVER_STRING_0_";
1574 1574
1575 Native_DirectoryEntry_getDirectory_Callback(mthis, path, options, successCallbac k, errorCallback) native "DirectoryEntry_getDirectory_Callback"; 1575 Native_DirectoryEntry_getDirectory_Callback(mthis, path, options, successCallbac k, errorCallback) native "DirectoryEntry_getDirectory_Callback_RESOLVER_STRING_4 _DOMString_Dictionary_EntryCallback_ErrorCallback";
1576 1576
1577 Native_DirectoryEntry_getFile_Callback(mthis, path, options, successCallback, er rorCallback) native "DirectoryEntry_getFile_Callback"; 1577 Native_DirectoryEntry_getFile_Callback(mthis, path, options, successCallback, er rorCallback) native "DirectoryEntry_getFile_Callback_RESOLVER_STRING_4_DOMString _Dictionary_EntryCallback_ErrorCallback";
1578 1578
1579 Native_DirectoryEntry_removeRecursively_Callback(mthis, successCallback, errorCa llback) native "DirectoryEntry_removeRecursively_Callback"; 1579 Native_DirectoryEntry_removeRecursively_Callback(mthis, successCallback, errorCa llback) native "DirectoryEntry_removeRecursively_Callback_RESOLVER_STRING_2_Void Callback_ErrorCallback";
1580 1580
1581 Native_DirectoryReader_readEntries_Callback(mthis, successCallback, errorCallbac k) native "DirectoryReader_readEntries_Callback"; 1581 Native_DirectoryReader_readEntries_Callback(mthis, successCallback, errorCallbac k) native "DirectoryReader_readEntries_Callback_RESOLVER_STRING_2_EntriesCallbac k_ErrorCallback";
1582 1582
1583 Native_ParentNode_childElementCount_Getter(mthis) native "ParentNode_childElemen tCount_Getter"; 1583 Native_ParentNode_childElementCount_Getter(mthis) native "ParentNode_childElemen tCount_Getter";
1584 1584
1585 Native_ParentNode_children_Getter(mthis) native "ParentNode_children_Getter"; 1585 Native_ParentNode_children_Getter(mthis) native "ParentNode_children_Getter";
1586 1586
1587 Native_ParentNode_firstElementChild_Getter(mthis) native "ParentNode_firstElemen tChild_Getter"; 1587 Native_ParentNode_firstElementChild_Getter(mthis) native "ParentNode_firstElemen tChild_Getter";
1588 1588
1589 Native_ParentNode_lastElementChild_Getter(mthis) native "ParentNode_lastElementC hild_Getter"; 1589 Native_ParentNode_lastElementChild_Getter(mthis) native "ParentNode_lastElementC hild_Getter";
1590 1590
1591 Native_Document_activeElement_Getter(mthis) native "Document_activeElement_Gette r"; 1591 Native_Document_activeElement_Getter(mthis) native "Document_activeElement_Gette r";
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1641 Native_Document_webkitFullscreenElement_Getter(mthis) native "Document_webkitFul lscreenElement_Getter"; 1641 Native_Document_webkitFullscreenElement_Getter(mthis) native "Document_webkitFul lscreenElement_Getter";
1642 1642
1643 Native_Document_webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFul lscreenEnabled_Getter"; 1643 Native_Document_webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFul lscreenEnabled_Getter";
1644 1644
1645 Native_Document_webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter" ; 1645 Native_Document_webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter" ;
1646 1646
1647 Native_Document_webkitPointerLockElement_Getter(mthis) native "Document_webkitPo interLockElement_Getter"; 1647 Native_Document_webkitPointerLockElement_Getter(mthis) native "Document_webkitPo interLockElement_Getter";
1648 1648
1649 Native_Document_webkitVisibilityState_Getter(mthis) native "Document_webkitVisib ilityState_Getter"; 1649 Native_Document_webkitVisibilityState_Getter(mthis) native "Document_webkitVisib ilityState_Getter";
1650 1650
1651 Native_Document_adoptNode_Callback(mthis, node) native "Document_adoptNode_Callb ack"; 1651 Native_Document_adoptNode_Callback(mthis, node) native "Document_adoptNode_Callb ack_RESOLVER_STRING_1_Node";
1652 1652
1653 Native_Document_caretRangeFromPoint_Callback(mthis, x, y) native "Document_caret RangeFromPoint_Callback"; 1653 Native_Document_caretRangeFromPoint_Callback(mthis, x, y) native "Document_caret RangeFromPoint_Callback_RESOLVER_STRING_2_long_long";
1654 1654
1655 Native_Document_createDocumentFragment_Callback(mthis) native "Document_createDo cumentFragment_Callback"; 1655 Native_Document_createDocumentFragment_Callback(mthis) native "Document_createDo cumentFragment_Callback_RESOLVER_STRING_0_";
1656 1656
1657 Native_Document_createElement_Callback(mthis, localName_OR_tagName, typeExtensio n) native "Document_createElement_Callback"; 1657 Native_Document_createElement_Callback(mthis, localName_OR_tagName, typeExtensio n) native "Document_createElement_Callback_RESOLVER_STRING_2_DOMString";
1658 1658
1659 Native_Document_createElementNS_Callback(mthis, namespaceURI, qualifiedName, typ eExtension) native "Document_createElementNS_Callback"; 1659 Native_Document_createElementNS_Callback(mthis, namespaceURI, qualifiedName, typ eExtension) native "Document_createElementNS_Callback_RESOLVER_STRING_3_DOMStrin g_DOMString";
1660 1660
1661 // Generated overload resolver 1661 // Generated overload resolver
1662 Native_Document__createEvent(mthis, eventType) { 1662 Native_Document__createEvent(mthis, eventType) {
1663 if (eventType != null) { 1663 if (eventType != null) {
1664 return Native_Document__createEvent_1_Callback(mthis, eventType); 1664 return Native_Document__createEvent_1_Callback(mthis, eventType);
1665 } 1665 }
1666 return Native_Document__createEvent_2_Callback(mthis); 1666 return Native_Document__createEvent_2_Callback(mthis);
1667 } 1667 }
1668 1668
1669 Native_Document__createEvent_1_Callback(mthis, eventType) native "Document_creat eEvent_Callback_1_DOMString"; 1669 Native_Document__createEvent_1_Callback(mthis, eventType) native "Document_creat eEvent_Callback_RESOLVER_STRING_1_DOMString";
1670 1670
1671 Native_Document__createEvent_2_Callback(mthis) native "Document_createEvent_Call back_0_"; 1671 Native_Document__createEvent_2_Callback(mthis) native "Document_createEvent_Call back_RESOLVER_STRING_0_";
1672 1672
1673 // Generated overload resolver 1673 // Generated overload resolver
1674 Native_Document__createNodeIterator(mthis, root, whatToShow, filter) { 1674 Native_Document__createNodeIterator(mthis, root, whatToShow, filter) {
1675 if (filter != null) { 1675 if (filter != null) {
1676 return Native_Document__createNodeIterator_1_Callback(mthis, root, whatToS how, filter); 1676 return Native_Document__createNodeIterator_1_Callback(mthis, root, whatToS how, filter);
1677 } 1677 }
1678 if (whatToShow != null) { 1678 if (whatToShow != null) {
1679 return Native_Document__createNodeIterator_2_Callback(mthis, root, whatToS how); 1679 return Native_Document__createNodeIterator_2_Callback(mthis, root, whatToS how);
1680 } 1680 }
1681 return Native_Document__createNodeIterator_3_Callback(mthis, root); 1681 return Native_Document__createNodeIterator_3_Callback(mthis, root);
1682 } 1682 }
1683 1683
1684 Native_Document__createNodeIterator_1_Callback(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_3_Node_unsigned long_NodeFilter"; 1684 Native_Document__createNodeIterator_1_Callback(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_RESOLVER_STRING_3_Node_unsigned lon g_NodeFilter";
1685 1685
1686 Native_Document__createNodeIterator_2_Callback(mthis, root, whatToShow) native " Document_createNodeIterator_Callback_2_Node_unsigned long"; 1686 Native_Document__createNodeIterator_2_Callback(mthis, root, whatToShow) native " Document_createNodeIterator_Callback_RESOLVER_STRING_2_Node_unsigned long";
1687 1687
1688 Native_Document__createNodeIterator_3_Callback(mthis, root) native "Document_cre ateNodeIterator_Callback_1_Node"; 1688 Native_Document__createNodeIterator_3_Callback(mthis, root) native "Document_cre ateNodeIterator_Callback_RESOLVER_STRING_1_Node";
1689 1689
1690 Native_Document_createRange_Callback(mthis) native "Document_createRange_Callbac k"; 1690 Native_Document_createRange_Callback(mthis) native "Document_createRange_Callbac k_RESOLVER_STRING_0_";
1691 1691
1692 Native_Document_createTextNode_Callback(mthis, data) native "Document_createText Node_Callback"; 1692 Native_Document_createTextNode_Callback(mthis, data) native "Document_createText Node_Callback_RESOLVER_STRING_1_DOMString";
1693 1693
1694 Native_Document_createTouch_Callback(mthis, window, target, identifier, pageX, p ageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webki tForce) native "Document_createTouch_Callback"; 1694 Native_Document_createTouch_Callback(mthis, window, target, identifier, pageX, p ageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webki tForce) native "Document_createTouch_Callback_RESOLVER_STRING_11_Window_EventTar get_long_long_long_long_long_long_long_float_float";
1695 1695
1696 // Generated overload resolver 1696 // Generated overload resolver
1697 Native_Document__createTreeWalker(mthis, root, whatToShow, filter) { 1697 Native_Document__createTreeWalker(mthis, root, whatToShow, filter) {
1698 if (filter != null) { 1698 if (filter != null) {
1699 return Native_Document__createTreeWalker_1_Callback(mthis, root, whatToSho w, filter); 1699 return Native_Document__createTreeWalker_1_Callback(mthis, root, whatToSho w, filter);
1700 } 1700 }
1701 if (whatToShow != null) { 1701 if (whatToShow != null) {
1702 return Native_Document__createTreeWalker_2_Callback(mthis, root, whatToSho w); 1702 return Native_Document__createTreeWalker_2_Callback(mthis, root, whatToSho w);
1703 } 1703 }
1704 return Native_Document__createTreeWalker_3_Callback(mthis, root); 1704 return Native_Document__createTreeWalker_3_Callback(mthis, root);
1705 } 1705 }
1706 1706
1707 Native_Document__createTreeWalker_1_Callback(mthis, root, whatToShow, filter) na tive "Document_createTreeWalker_Callback_3_Node_unsigned long_NodeFilter"; 1707 Native_Document__createTreeWalker_1_Callback(mthis, root, whatToShow, filter) na tive "Document_createTreeWalker_Callback_RESOLVER_STRING_3_Node_unsigned long_No deFilter";
1708 1708
1709 Native_Document__createTreeWalker_2_Callback(mthis, root, whatToShow) native "Do cument_createTreeWalker_Callback_2_Node_unsigned long"; 1709 Native_Document__createTreeWalker_2_Callback(mthis, root, whatToShow) native "Do cument_createTreeWalker_Callback_RESOLVER_STRING_2_Node_unsigned long";
1710 1710
1711 Native_Document__createTreeWalker_3_Callback(mthis, root) native "Document_creat eTreeWalker_Callback_1_Node"; 1711 Native_Document__createTreeWalker_3_Callback(mthis, root) native "Document_creat eTreeWalker_Callback_RESOLVER_STRING_1_Node";
1712 1712
1713 Native_Document_elementFromPoint_Callback(mthis, x, y) native "Document_elementF romPoint_Callback"; 1713 Native_Document_elementFromPoint_Callback(mthis, x, y) native "Document_elementF romPoint_Callback_RESOLVER_STRING_2_long_long";
1714 1714
1715 Native_Document_execCommand_Callback(mthis, command, userInterface, value) nativ e "Document_execCommand_Callback"; 1715 Native_Document_execCommand_Callback(mthis, command, userInterface, value) nativ e "Document_execCommand_Callback_RESOLVER_STRING_3_DOMString_boolean_DOMString";
1716 1716
1717 Native_Document_getCSSCanvasContext_Callback(mthis, contextId, name, width, heig ht) native "Document_getCSSCanvasContext_Callback"; 1717 Native_Document_getCSSCanvasContext_Callback(mthis, contextId, name, width, heig ht) native "Document_getCSSCanvasContext_Callback_RESOLVER_STRING_4_DOMString_DO MString_long_long";
1718 1718
1719 Native_Document_getElementById_Callback(mthis, elementId) native "Document_getEl ementById_Callback"; 1719 Native_Document_getElementById_Callback(mthis, elementId) native "Document_getEl ementById_Callback_RESOLVER_STRING_1_DOMString";
1720 1720
1721 Native_Document_getElementsByClassName_Callback(mthis, classNames) native "Docum ent_getElementsByClassName_Callback"; 1721 Native_Document_getElementsByClassName_Callback(mthis, classNames) native "Docum ent_getElementsByClassName_Callback_RESOLVER_STRING_1_DOMString";
1722 1722
1723 Native_Document_getElementsByName_Callback(mthis, elementName) native "Document_ getElementsByName_Callback"; 1723 Native_Document_getElementsByName_Callback(mthis, elementName) native "Document_ getElementsByName_Callback_RESOLVER_STRING_1_DOMString";
1724 1724
1725 Native_Document_getElementsByTagName_Callback(mthis, localName) native "Document _getElementsByTagName_Callback"; 1725 Native_Document_getElementsByTagName_Callback(mthis, localName) native "Document _getElementsByTagName_Callback_RESOLVER_STRING_1_DOMString";
1726 1726
1727 // Generated overload resolver 1727 // Generated overload resolver
1728 Native_Document_importNode(mthis, node, deep) { 1728 Native_Document_importNode(mthis, node, deep) {
1729 if (deep != null) { 1729 if (deep != null) {
1730 return Native_Document__importNode_1_Callback(mthis, node, deep); 1730 return Native_Document__importNode_1_Callback(mthis, node, deep);
1731 } 1731 }
1732 return Native_Document__importNode_2_Callback(mthis, node); 1732 return Native_Document__importNode_2_Callback(mthis, node);
1733 } 1733 }
1734 1734
1735 Native_Document__importNode_1_Callback(mthis, node, deep) native "Document_impor tNode_Callback_2_Node_boolean"; 1735 Native_Document__importNode_1_Callback(mthis, node, deep) native "Document_impor tNode_Callback_RESOLVER_STRING_2_Node_boolean";
1736 1736
1737 Native_Document__importNode_2_Callback(mthis, node) native "Document_importNode_ Callback_1_Node"; 1737 Native_Document__importNode_2_Callback(mthis, node) native "Document_importNode_ Callback_RESOLVER_STRING_1_Node";
1738 1738
1739 Native_Document_queryCommandEnabled_Callback(mthis, command) native "Document_qu eryCommandEnabled_Callback"; 1739 Native_Document_queryCommandEnabled_Callback(mthis, command) native "Document_qu eryCommandEnabled_Callback_RESOLVER_STRING_1_DOMString";
1740 1740
1741 Native_Document_queryCommandIndeterm_Callback(mthis, command) native "Document_q ueryCommandIndeterm_Callback"; 1741 Native_Document_queryCommandIndeterm_Callback(mthis, command) native "Document_q ueryCommandIndeterm_Callback_RESOLVER_STRING_1_DOMString";
1742 1742
1743 Native_Document_queryCommandState_Callback(mthis, command) native "Document_quer yCommandState_Callback"; 1743 Native_Document_queryCommandState_Callback(mthis, command) native "Document_quer yCommandState_Callback_RESOLVER_STRING_1_DOMString";
1744 1744
1745 Native_Document_queryCommandSupported_Callback(mthis, command) native "Document_ queryCommandSupported_Callback"; 1745 Native_Document_queryCommandSupported_Callback(mthis, command) native "Document_ queryCommandSupported_Callback_RESOLVER_STRING_1_DOMString";
1746 1746
1747 Native_Document_queryCommandValue_Callback(mthis, command) native "Document_quer yCommandValue_Callback"; 1747 Native_Document_queryCommandValue_Callback(mthis, command) native "Document_quer yCommandValue_Callback_RESOLVER_STRING_1_DOMString";
1748 1748
1749 Native_Document_querySelector_Callback(mthis, selectors) native "Document_queryS elector_Callback"; 1749 Native_Document_querySelector_Callback(mthis, selectors) native "Document_queryS elector_Callback_RESOLVER_STRING_1_DOMString";
1750 1750
1751 Native_Document_querySelectorAll_Callback(mthis, selectors) native "Document_que rySelectorAll_Callback"; 1751 Native_Document_querySelectorAll_Callback(mthis, selectors) native "Document_que rySelectorAll_Callback_RESOLVER_STRING_1_DOMString";
1752 1752
1753 Native_Document_webkitExitFullscreen_Callback(mthis) native "Document_webkitExit Fullscreen_Callback"; 1753 Native_Document_webkitExitFullscreen_Callback(mthis) native "Document_webkitExit Fullscreen_Callback_RESOLVER_STRING_0_";
1754 1754
1755 Native_Document_webkitExitPointerLock_Callback(mthis) native "Document_webkitExi tPointerLock_Callback"; 1755 Native_Document_webkitExitPointerLock_Callback(mthis) native "Document_webkitExi tPointerLock_Callback_RESOLVER_STRING_0_";
1756 1756
1757 Native_Document_childElementCount_Getter(mthis) native "Document_childElementCou nt_Getter"; 1757 Native_Document_childElementCount_Getter(mthis) native "Document_childElementCou nt_Getter";
1758 1758
1759 Native_Document_children_Getter(mthis) native "Document_children_Getter"; 1759 Native_Document_children_Getter(mthis) native "Document_children_Getter";
1760 1760
1761 Native_Document_firstElementChild_Getter(mthis) native "Document_firstElementChi ld_Getter"; 1761 Native_Document_firstElementChild_Getter(mthis) native "Document_firstElementChi ld_Getter";
1762 1762
1763 Native_Document_lastElementChild_Getter(mthis) native "Document_lastElementChild _Getter"; 1763 Native_Document_lastElementChild_Getter(mthis) native "Document_lastElementChild _Getter";
1764 1764
1765 Native_DocumentFragment_querySelector_Callback(mthis, selectors) native "Documen tFragment_querySelector_Callback"; 1765 Native_DocumentFragment_querySelector_Callback(mthis, selectors) native "Documen tFragment_querySelector_Callback_RESOLVER_STRING_1_DOMString";
1766 1766
1767 Native_DocumentFragment_querySelectorAll_Callback(mthis, selectors) native "Docu mentFragment_querySelectorAll_Callback"; 1767 Native_DocumentFragment_querySelectorAll_Callback(mthis, selectors) native "Docu mentFragment_querySelectorAll_Callback_RESOLVER_STRING_1_DOMString";
1768 1768
1769 Native_DocumentFragment_childElementCount_Getter(mthis) native "DocumentFragment _childElementCount_Getter"; 1769 Native_DocumentFragment_childElementCount_Getter(mthis) native "DocumentFragment _childElementCount_Getter";
1770 1770
1771 Native_DocumentFragment_firstElementChild_Getter(mthis) native "DocumentFragment _firstElementChild_Getter"; 1771 Native_DocumentFragment_firstElementChild_Getter(mthis) native "DocumentFragment _firstElementChild_Getter";
1772 1772
1773 Native_DocumentFragment_lastElementChild_Getter(mthis) native "DocumentFragment_ lastElementChild_Getter"; 1773 Native_DocumentFragment_lastElementChild_Getter(mthis) native "DocumentFragment_ lastElementChild_Getter";
1774 1774
1775 Native_DynamicsCompressorNode_attack_Getter(mthis) native "DynamicsCompressorNod e_attack_Getter"; 1775 Native_DynamicsCompressorNode_attack_Getter(mthis) native "DynamicsCompressorNod e_attack_Getter";
1776 1776
1777 Native_DynamicsCompressorNode_knee_Getter(mthis) native "DynamicsCompressorNode_ knee_Getter"; 1777 Native_DynamicsCompressorNode_knee_Getter(mthis) native "DynamicsCompressorNode_ knee_Getter";
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 } 1847 }
1848 if ((timingInput is num || timingInput == null) && (keyframes is List<Map> | | keyframes == null)) { 1848 if ((timingInput is num || timingInput == null) && (keyframes is List<Map> | | keyframes == null)) {
1849 return Native_Element__animate_2_Callback(mthis, keyframes, timingInput); 1849 return Native_Element__animate_2_Callback(mthis, keyframes, timingInput);
1850 } 1850 }
1851 if ((keyframes is List<Map> || keyframes == null) && timingInput == null) { 1851 if ((keyframes is List<Map> || keyframes == null) && timingInput == null) {
1852 return Native_Element__animate_3_Callback(mthis, keyframes); 1852 return Native_Element__animate_3_Callback(mthis, keyframes);
1853 } 1853 }
1854 throw new ArgumentError("Incorrect number or type of arguments"); 1854 throw new ArgumentError("Incorrect number or type of arguments");
1855 } 1855 }
1856 1856
1857 Native_Element__animate_1_Callback(mthis, keyframes, timingInput) native "Elemen t_animate_Callback_2_sequence<Dictionary>_Dictionary"; 1857 Native_Element__animate_1_Callback(mthis, keyframes, timingInput) native "Elemen t_animate_Callback_RESOLVER_STRING_2_sequence<Dictionary>_Dictionary";
1858 1858
1859 Native_Element__animate_2_Callback(mthis, keyframes, timingInput) native "Elemen t_animate_Callback_2_sequence<Dictionary>_double"; 1859 Native_Element__animate_2_Callback(mthis, keyframes, timingInput) native "Elemen t_animate_Callback_RESOLVER_STRING_2_sequence<Dictionary>_double";
1860 1860
1861 Native_Element__animate_3_Callback(mthis, keyframes) native "Element_animate_Cal lback_1_sequence<Dictionary>"; 1861 Native_Element__animate_3_Callback(mthis, keyframes) native "Element_animate_Cal lback_RESOLVER_STRING_1_sequence<Dictionary>";
1862 1862
1863 Native_Element_blur_Callback(mthis) native "Element_blur_Callback"; 1863 Native_Element_blur_Callback(mthis) native "Element_blur_Callback_RESOLVER_STRIN G_0_";
1864 1864
1865 Native_Element_createShadowRoot_Callback(mthis) native "Element_createShadowRoot _Callback"; 1865 Native_Element_createShadowRoot_Callback(mthis) native "Element_createShadowRoot _Callback_RESOLVER_STRING_0_";
1866 1866
1867 Native_Element_focus_Callback(mthis) native "Element_focus_Callback"; 1867 Native_Element_focus_Callback(mthis) native "Element_focus_Callback_RESOLVER_STR ING_0_";
1868 1868
1869 Native_Element_getAttribute_Callback(mthis, name) native "Element_getAttribute_C allback"; 1869 Native_Element_getAttribute_Callback(mthis, name) native "Element_getAttribute_C allback_RESOLVER_STRING_1_DOMString";
1870 1870
1871 Native_Element_getAttributeNS_Callback(mthis, namespaceURI, localName) native "E lement_getAttributeNS_Callback"; 1871 Native_Element_getAttributeNS_Callback(mthis, namespaceURI, localName) native "E lement_getAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1872 1872
1873 Native_Element_getBoundingClientRect_Callback(mthis) native "Element_getBounding ClientRect_Callback"; 1873 Native_Element_getBoundingClientRect_Callback(mthis) native "Element_getBounding ClientRect_Callback_RESOLVER_STRING_0_";
1874 1874
1875 Native_Element_getClientRects_Callback(mthis) native "Element_getClientRects_Cal lback"; 1875 Native_Element_getClientRects_Callback(mthis) native "Element_getClientRects_Cal lback_RESOLVER_STRING_0_";
1876 1876
1877 Native_Element_getDestinationInsertionPoints_Callback(mthis) native "Element_get DestinationInsertionPoints_Callback"; 1877 Native_Element_getDestinationInsertionPoints_Callback(mthis) native "Element_get DestinationInsertionPoints_Callback_RESOLVER_STRING_0_";
1878 1878
1879 Native_Element_getElementsByClassName_Callback(mthis, classNames) native "Elemen t_getElementsByClassName_Callback"; 1879 Native_Element_getElementsByClassName_Callback(mthis, classNames) native "Elemen t_getElementsByClassName_Callback_RESOLVER_STRING_1_DOMString";
1880 1880
1881 Native_Element_getElementsByTagName_Callback(mthis, name) native "Element_getEle mentsByTagName_Callback"; 1881 Native_Element_getElementsByTagName_Callback(mthis, name) native "Element_getEle mentsByTagName_Callback_RESOLVER_STRING_1_DOMString";
1882 1882
1883 Native_Element_hasAttribute_Callback(mthis, name) native "Element_hasAttribute_C allback"; 1883 Native_Element_hasAttribute_Callback(mthis, name) native "Element_hasAttribute_C allback_RESOLVER_STRING_1_DOMString";
1884 1884
1885 Native_Element_hasAttributeNS_Callback(mthis, namespaceURI, localName) native "E lement_hasAttributeNS_Callback"; 1885 Native_Element_hasAttributeNS_Callback(mthis, namespaceURI, localName) native "E lement_hasAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1886 1886
1887 Native_Element_insertAdjacentElement_Callback(mthis, where, element) native "Ele ment_insertAdjacentElement_Callback"; 1887 Native_Element_insertAdjacentElement_Callback(mthis, where, element) native "Ele ment_insertAdjacentElement_Callback_RESOLVER_STRING_2_DOMString_Element";
1888 1888
1889 Native_Element_insertAdjacentHTML_Callback(mthis, where, html) native "Element_i nsertAdjacentHTML_Callback"; 1889 Native_Element_insertAdjacentHTML_Callback(mthis, where, html) native "Element_i nsertAdjacentHTML_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1890 1890
1891 Native_Element_insertAdjacentText_Callback(mthis, where, text) native "Element_i nsertAdjacentText_Callback"; 1891 Native_Element_insertAdjacentText_Callback(mthis, where, text) native "Element_i nsertAdjacentText_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1892 1892
1893 Native_Element_matches_Callback(mthis, selectors) native "Element_matches_Callba ck"; 1893 Native_Element_matches_Callback(mthis, selectors) native "Element_matches_Callba ck_RESOLVER_STRING_1_DOMString";
1894 1894
1895 Native_Element_querySelector_Callback(mthis, selectors) native "Element_querySel ector_Callback"; 1895 Native_Element_querySelector_Callback(mthis, selectors) native "Element_querySel ector_Callback_RESOLVER_STRING_1_DOMString";
1896 1896
1897 Native_Element_querySelectorAll_Callback(mthis, selectors) native "Element_query SelectorAll_Callback"; 1897 Native_Element_querySelectorAll_Callback(mthis, selectors) native "Element_query SelectorAll_Callback_RESOLVER_STRING_1_DOMString";
1898 1898
1899 Native_Element_removeAttribute_Callback(mthis, name) native "Element_removeAttri bute_Callback"; 1899 Native_Element_removeAttribute_Callback(mthis, name) native "Element_removeAttri bute_Callback_RESOLVER_STRING_1_DOMString";
1900 1900
1901 Native_Element_removeAttributeNS_Callback(mthis, namespaceURI, localName) native "Element_removeAttributeNS_Callback"; 1901 Native_Element_removeAttributeNS_Callback(mthis, namespaceURI, localName) native "Element_removeAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1902 1902
1903 Native_Element_scrollByLines_Callback(mthis, lines) native "Element_scrollByLine s_Callback"; 1903 Native_Element_scrollByLines_Callback(mthis, lines) native "Element_scrollByLine s_Callback_RESOLVER_STRING_1_long";
1904 1904
1905 Native_Element_scrollByPages_Callback(mthis, pages) native "Element_scrollByPage s_Callback"; 1905 Native_Element_scrollByPages_Callback(mthis, pages) native "Element_scrollByPage s_Callback_RESOLVER_STRING_1_long";
1906 1906
1907 // Generated overload resolver 1907 // Generated overload resolver
1908 Native_Element__scrollIntoView(mthis, alignWithTop) { 1908 Native_Element__scrollIntoView(mthis, alignWithTop) {
1909 if (alignWithTop != null) { 1909 if (alignWithTop != null) {
1910 Native_Element__scrollIntoView_1_Callback(mthis, alignWithTop); 1910 Native_Element__scrollIntoView_1_Callback(mthis, alignWithTop);
1911 return; 1911 return;
1912 } 1912 }
1913 Native_Element__scrollIntoView_2_Callback(mthis); 1913 Native_Element__scrollIntoView_2_Callback(mthis);
1914 return; 1914 return;
1915 } 1915 }
1916 1916
1917 Native_Element__scrollIntoView_1_Callback(mthis, alignWithTop) native "Element_s crollIntoView_Callback_1_boolean"; 1917 Native_Element__scrollIntoView_1_Callback(mthis, alignWithTop) native "Element_s crollIntoView_Callback_RESOLVER_STRING_1_boolean";
1918 1918
1919 Native_Element__scrollIntoView_2_Callback(mthis) native "Element_scrollIntoView_ Callback_0_"; 1919 Native_Element__scrollIntoView_2_Callback(mthis) native "Element_scrollIntoView_ Callback_RESOLVER_STRING_0_";
1920 1920
1921 // Generated overload resolver 1921 // Generated overload resolver
1922 Native_Element__scrollIntoViewIfNeeded(mthis, centerIfNeeded) { 1922 Native_Element__scrollIntoViewIfNeeded(mthis, centerIfNeeded) {
1923 if (centerIfNeeded != null) { 1923 if (centerIfNeeded != null) {
1924 Native_Element__scrollIntoViewIfNeeded_1_Callback(mthis, centerIfNeeded); 1924 Native_Element__scrollIntoViewIfNeeded_1_Callback(mthis, centerIfNeeded);
1925 return; 1925 return;
1926 } 1926 }
1927 Native_Element__scrollIntoViewIfNeeded_2_Callback(mthis); 1927 Native_Element__scrollIntoViewIfNeeded_2_Callback(mthis);
1928 return; 1928 return;
1929 } 1929 }
1930 1930
1931 Native_Element__scrollIntoViewIfNeeded_1_Callback(mthis, centerIfNeeded) native "Element_scrollIntoViewIfNeeded_Callback_1_boolean"; 1931 Native_Element__scrollIntoViewIfNeeded_1_Callback(mthis, centerIfNeeded) native "Element_scrollIntoViewIfNeeded_Callback_RESOLVER_STRING_1_boolean";
1932 1932
1933 Native_Element__scrollIntoViewIfNeeded_2_Callback(mthis) native "Element_scrollI ntoViewIfNeeded_Callback_0_"; 1933 Native_Element__scrollIntoViewIfNeeded_2_Callback(mthis) native "Element_scrollI ntoViewIfNeeded_Callback_RESOLVER_STRING_0_";
1934 1934
1935 Native_Element_setAttribute_Callback(mthis, name, value) native "Element_setAttr ibute_Callback"; 1935 Native_Element_setAttribute_Callback(mthis, name, value) native "Element_setAttr ibute_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1936 1936
1937 Native_Element_setAttributeNS_Callback(mthis, namespaceURI, qualifiedName, value ) native "Element_setAttributeNS_Callback"; 1937 Native_Element_setAttributeNS_Callback(mthis, namespaceURI, qualifiedName, value ) native "Element_setAttributeNS_Callback_RESOLVER_STRING_3_DOMString_DOMString_ DOMString";
1938 1938
1939 Native_Element_webkitRequestFullscreen_Callback(mthis) native "Element_webkitReq uestFullscreen_Callback"; 1939 Native_Element_webkitRequestFullscreen_Callback(mthis) native "Element_webkitReq uestFullscreen_Callback_RESOLVER_STRING_0_";
1940 1940
1941 Native_Element_webkitRequestPointerLock_Callback(mthis) native "Element_webkitRe questPointerLock_Callback"; 1941 Native_Element_webkitRequestPointerLock_Callback(mthis) native "Element_webkitRe questPointerLock_Callback_RESOLVER_STRING_0_";
1942 1942
1943 Native_Element_nextElementSibling_Getter(mthis) native "Element_nextElementSibli ng_Getter"; 1943 Native_Element_nextElementSibling_Getter(mthis) native "Element_nextElementSibli ng_Getter";
1944 1944
1945 Native_Element_previousElementSibling_Getter(mthis) native "Element_previousElem entSibling_Getter"; 1945 Native_Element_previousElementSibling_Getter(mthis) native "Element_previousElem entSibling_Getter";
1946 1946
1947 Native_Element_remove_Callback(mthis) native "Element_remove_Callback"; 1947 Native_Element_remove_Callback(mthis) native "Element_remove_Callback_RESOLVER_S TRING_0_";
1948 1948
1949 Native_Element_childElementCount_Getter(mthis) native "Element_childElementCount _Getter"; 1949 Native_Element_childElementCount_Getter(mthis) native "Element_childElementCount _Getter";
1950 1950
1951 Native_Element_children_Getter(mthis) native "Element_children_Getter"; 1951 Native_Element_children_Getter(mthis) native "Element_children_Getter";
1952 1952
1953 Native_Element_firstElementChild_Getter(mthis) native "Element_firstElementChild _Getter"; 1953 Native_Element_firstElementChild_Getter(mthis) native "Element_firstElementChild _Getter";
1954 1954
1955 Native_Element_lastElementChild_Getter(mthis) native "Element_lastElementChild_G etter"; 1955 Native_Element_lastElementChild_Getter(mthis) native "Element_lastElementChild_G etter";
1956 1956
1957 Native_ErrorEvent_colno_Getter(mthis) native "ErrorEvent_colno_Getter"; 1957 Native_ErrorEvent_colno_Getter(mthis) native "ErrorEvent_colno_Getter";
1958 1958
1959 Native_ErrorEvent_error_Getter(mthis) native "ErrorEvent_error_Getter"; 1959 Native_ErrorEvent_error_Getter(mthis) native "ErrorEvent_error_Getter";
1960 1960
1961 Native_ErrorEvent_filename_Getter(mthis) native "ErrorEvent_filename_Getter"; 1961 Native_ErrorEvent_filename_Getter(mthis) native "ErrorEvent_filename_Getter";
1962 1962
1963 Native_ErrorEvent_lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; 1963 Native_ErrorEvent_lineno_Getter(mthis) native "ErrorEvent_lineno_Getter";
1964 1964
1965 Native_ErrorEvent_message_Getter(mthis) native "ErrorEvent_message_Getter"; 1965 Native_ErrorEvent_message_Getter(mthis) native "ErrorEvent_message_Getter";
1966 1966
1967 // Generated overload resolver 1967 // Generated overload resolver
1968 Native_EventSource_EventSource(url, eventSourceInit) { 1968 Native_EventSource_EventSource(url, eventSourceInit) {
1969 return Native_EventSource__create_1constructorCallback(url, eventSourceInit) ; 1969 return Native_EventSource__create_1constructorCallback(url, eventSourceInit) ;
1970 } 1970 }
1971 1971
1972 Native_EventSource__create_1constructorCallback(url, eventSourceInit) native "Ev entSource__create_1constructorCallback"; 1972 Native_EventSource_constructorCallback(url, eventSourceInit) native "EventSource _constructorCallback_RESOLVER_STRING_2_DOMString_Dictionary";
1973 1973
1974 Native_EventSource_readyState_Getter(mthis) native "EventSource_readyState_Gette r"; 1974 Native_EventSource_readyState_Getter(mthis) native "EventSource_readyState_Gette r";
1975 1975
1976 Native_EventSource_url_Getter(mthis) native "EventSource_url_Getter"; 1976 Native_EventSource_url_Getter(mthis) native "EventSource_url_Getter";
1977 1977
1978 Native_EventSource_withCredentials_Getter(mthis) native "EventSource_withCredent ials_Getter"; 1978 Native_EventSource_withCredentials_Getter(mthis) native "EventSource_withCredent ials_Getter";
1979 1979
1980 Native_EventSource_close_Callback(mthis) native "EventSource_close_Callback"; 1980 Native_EventSource_close_Callback(mthis) native "EventSource_close_Callback_RESO LVER_STRING_0_";
1981 1981
1982 Native_File_lastModified_Getter(mthis) native "File_lastModified_Getter"; 1982 Native_File_lastModified_Getter(mthis) native "File_lastModified_Getter";
1983 1983
1984 Native_File_lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter" ; 1984 Native_File_lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter" ;
1985 1985
1986 Native_File_name_Getter(mthis) native "File_name_Getter"; 1986 Native_File_name_Getter(mthis) native "File_name_Getter";
1987 1987
1988 Native_File_webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Get ter"; 1988 Native_File_webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Get ter";
1989 1989
1990 Native_FileEntry_createWriter_Callback(mthis, successCallback, errorCallback) na tive "FileEntry_createWriter_Callback"; 1990 Native_FileEntry_createWriter_Callback(mthis, successCallback, errorCallback) na tive "FileEntry_createWriter_Callback_RESOLVER_STRING_2_FileWriterCallback_Error Callback";
1991 1991
1992 Native_FileEntry_file_Callback(mthis, successCallback, errorCallback) native "Fi leEntry_file_Callback"; 1992 Native_FileEntry_file_Callback(mthis, successCallback, errorCallback) native "Fi leEntry_file_Callback_RESOLVER_STRING_2_FileCallback_ErrorCallback";
1993 1993
1994 Native_FileError_code_Getter(mthis) native "FileError_code_Getter"; 1994 Native_FileError_code_Getter(mthis) native "FileError_code_Getter";
1995 1995
1996 Native_FileList_length_Getter(mthis) native "FileList_length_Getter"; 1996 Native_FileList_length_Getter(mthis) native "FileList_length_Getter";
1997 1997
1998 Native_FileList_NativeIndexed_Getter(mthis, index) native "FileList_item_Callbac k"; 1998 Native_FileList_NativeIndexed_Getter(mthis, index) native "FileList_item_Callbac k_RESOLVER_STRING_1_unsigned long";
1999 1999
2000 Native_FileList_item_Callback(mthis, index) native "FileList_item_Callback"; 2000 Native_FileList_item_Callback(mthis, index) native "FileList_item_Callback_RESOL VER_STRING_1_unsigned long";
2001 2001
2002 // Generated overload resolver 2002 // Generated overload resolver
2003 Native_FileReader_FileReader() { 2003 Native_FileReader_FileReader() {
2004 return Native_FileReader__create_1constructorCallback(); 2004 return Native_FileReader__create_1constructorCallback();
2005 } 2005 }
2006 2006
2007 Native_FileReader__create_1constructorCallback() native "FileReader__create_1con structorCallback"; 2007 Native_FileReader_constructorCallback() native "FileReader_constructorCallback";
2008 2008
2009 Native_FileReader_error_Getter(mthis) native "FileReader_error_Getter"; 2009 Native_FileReader_error_Getter(mthis) native "FileReader_error_Getter";
2010 2010
2011 Native_FileReader_readyState_Getter(mthis) native "FileReader_readyState_Getter" ; 2011 Native_FileReader_readyState_Getter(mthis) native "FileReader_readyState_Getter" ;
2012 2012
2013 Native_FileReader_result_Getter(mthis) native "FileReader_result_Getter"; 2013 Native_FileReader_result_Getter(mthis) native "FileReader_result_Getter";
2014 2014
2015 Native_FileReader_abort_Callback(mthis) native "FileReader_abort_Callback"; 2015 Native_FileReader_abort_Callback(mthis) native "FileReader_abort_Callback_RESOLV ER_STRING_0_";
2016 2016
2017 Native_FileReader_readAsArrayBuffer_Callback(mthis, blob) native "FileReader_rea dAsArrayBuffer_Callback"; 2017 Native_FileReader_readAsArrayBuffer_Callback(mthis, blob) native "FileReader_rea dAsArrayBuffer_Callback_RESOLVER_STRING_1_Blob";
2018 2018
2019 Native_FileReader_readAsDataURL_Callback(mthis, blob) native "FileReader_readAsD ataURL_Callback"; 2019 Native_FileReader_readAsDataURL_Callback(mthis, blob) native "FileReader_readAsD ataURL_Callback_RESOLVER_STRING_1_Blob";
2020 2020
2021 // Generated overload resolver 2021 // Generated overload resolver
2022 Native_FileReader_readAsText(mthis, blob, encoding) { 2022 Native_FileReader_readAsText(mthis, blob, encoding) {
2023 if (encoding != null) { 2023 if (encoding != null) {
2024 Native_FileReader__readAsText_1_Callback(mthis, blob, encoding); 2024 Native_FileReader__readAsText_1_Callback(mthis, blob, encoding);
2025 return; 2025 return;
2026 } 2026 }
2027 Native_FileReader__readAsText_2_Callback(mthis, blob); 2027 Native_FileReader__readAsText_2_Callback(mthis, blob);
2028 return; 2028 return;
2029 } 2029 }
2030 2030
2031 Native_FileReader__readAsText_1_Callback(mthis, blob, encoding) native "FileRead er_readAsText_Callback_2_Blob_DOMString"; 2031 Native_FileReader__readAsText_1_Callback(mthis, blob, encoding) native "FileRead er_readAsText_Callback_RESOLVER_STRING_2_Blob_DOMString";
2032 2032
2033 Native_FileReader__readAsText_2_Callback(mthis, blob) native "FileReader_readAsT ext_Callback_1_Blob"; 2033 Native_FileReader__readAsText_2_Callback(mthis, blob) native "FileReader_readAsT ext_Callback_RESOLVER_STRING_1_Blob";
2034 2034
2035 // Generated overload resolver 2035 // Generated overload resolver
2036 Native_FileReaderSync__FileReaderSync() { 2036 Native_FileReaderSync__FileReaderSync() {
2037 return Native_FileReaderSync__create_1constructorCallback(); 2037 return Native_FileReaderSync__create_1constructorCallback();
2038 } 2038 }
2039 2039
2040 Native_FileReaderSync__create_1constructorCallback() native "FileReaderSync__cre ate_1constructorCallback"; 2040 Native_FileReaderSync_constructorCallback() native "FileReaderSync_constructorCa llback";
2041 2041
2042 Native_FileWriter_error_Getter(mthis) native "FileWriter_error_Getter"; 2042 Native_FileWriter_error_Getter(mthis) native "FileWriter_error_Getter";
2043 2043
2044 Native_FileWriter_length_Getter(mthis) native "FileWriter_length_Getter"; 2044 Native_FileWriter_length_Getter(mthis) native "FileWriter_length_Getter";
2045 2045
2046 Native_FileWriter_position_Getter(mthis) native "FileWriter_position_Getter"; 2046 Native_FileWriter_position_Getter(mthis) native "FileWriter_position_Getter";
2047 2047
2048 Native_FileWriter_readyState_Getter(mthis) native "FileWriter_readyState_Getter" ; 2048 Native_FileWriter_readyState_Getter(mthis) native "FileWriter_readyState_Getter" ;
2049 2049
2050 Native_FileWriter_abort_Callback(mthis) native "FileWriter_abort_Callback"; 2050 Native_FileWriter_abort_Callback(mthis) native "FileWriter_abort_Callback_RESOLV ER_STRING_0_";
2051 2051
2052 Native_FileWriter_seek_Callback(mthis, position) native "FileWriter_seek_Callbac k"; 2052 Native_FileWriter_seek_Callback(mthis, position) native "FileWriter_seek_Callbac k_RESOLVER_STRING_1_long long";
2053 2053
2054 Native_FileWriter_truncate_Callback(mthis, size) native "FileWriter_truncate_Cal lback"; 2054 Native_FileWriter_truncate_Callback(mthis, size) native "FileWriter_truncate_Cal lback_RESOLVER_STRING_1_long long";
2055 2055
2056 Native_FileWriter_write_Callback(mthis, data) native "FileWriter_write_Callback" ; 2056 Native_FileWriter_write_Callback(mthis, data) native "FileWriter_write_Callback_ RESOLVER_STRING_1_Blob";
2057 2057
2058 Native_FocusEvent_relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_G etter"; 2058 Native_FocusEvent_relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_G etter";
2059 2059
2060 // Generated overload resolver 2060 // Generated overload resolver
2061 Native_FontFace_FontFace(family, source, descriptors) { 2061 Native_FontFace_FontFace(family, source, descriptors) {
2062 return Native_FontFace__create_1constructorCallback(family, source, descript ors); 2062 return Native_FontFace__create_1constructorCallback(family, source, descript ors);
2063 } 2063 }
2064 2064
2065 Native_FontFace__create_1constructorCallback(family, source, descriptors) native "FontFace__create_1constructorCallback"; 2065 Native_FontFace_constructorCallback(family, source, descriptors) native "FontFac e_constructorCallback_RESOLVER_STRING_3_DOMString_DOMString_Dictionary";
2066 2066
2067 Native_FontFace_family_Getter(mthis) native "FontFace_family_Getter"; 2067 Native_FontFace_family_Getter(mthis) native "FontFace_family_Getter";
2068 2068
2069 Native_FontFace_family_Setter(mthis, value) native "FontFace_family_Setter"; 2069 Native_FontFace_family_Setter(mthis, value) native "FontFace_family_Setter";
2070 2070
2071 Native_FontFace_featureSettings_Getter(mthis) native "FontFace_featureSettings_G etter"; 2071 Native_FontFace_featureSettings_Getter(mthis) native "FontFace_featureSettings_G etter";
2072 2072
2073 Native_FontFace_featureSettings_Setter(mthis, value) native "FontFace_featureSet tings_Setter"; 2073 Native_FontFace_featureSettings_Setter(mthis, value) native "FontFace_featureSet tings_Setter";
2074 2074
2075 Native_FontFace_status_Getter(mthis) native "FontFace_status_Getter"; 2075 Native_FontFace_status_Getter(mthis) native "FontFace_status_Getter";
(...skipping 11 matching lines...) Expand all
2087 Native_FontFace_unicodeRange_Setter(mthis, value) native "FontFace_unicodeRange_ Setter"; 2087 Native_FontFace_unicodeRange_Setter(mthis, value) native "FontFace_unicodeRange_ Setter";
2088 2088
2089 Native_FontFace_variant_Getter(mthis) native "FontFace_variant_Getter"; 2089 Native_FontFace_variant_Getter(mthis) native "FontFace_variant_Getter";
2090 2090
2091 Native_FontFace_variant_Setter(mthis, value) native "FontFace_variant_Setter"; 2091 Native_FontFace_variant_Setter(mthis, value) native "FontFace_variant_Setter";
2092 2092
2093 Native_FontFace_weight_Getter(mthis) native "FontFace_weight_Getter"; 2093 Native_FontFace_weight_Getter(mthis) native "FontFace_weight_Getter";
2094 2094
2095 Native_FontFace_weight_Setter(mthis, value) native "FontFace_weight_Setter"; 2095 Native_FontFace_weight_Setter(mthis, value) native "FontFace_weight_Setter";
2096 2096
2097 Native_FontFace_load_Callback(mthis) native "FontFace_load_Callback"; 2097 Native_FontFace_load_Callback(mthis) native "FontFace_load_Callback_RESOLVER_STR ING_0_";
2098 2098
2099 Native_FontFaceSet_size_Getter(mthis) native "FontFaceSet_size_Getter"; 2099 Native_FontFaceSet_size_Getter(mthis) native "FontFaceSet_size_Getter";
2100 2100
2101 Native_FontFaceSet_status_Getter(mthis) native "FontFaceSet_status_Getter"; 2101 Native_FontFaceSet_status_Getter(mthis) native "FontFaceSet_status_Getter";
2102 2102
2103 Native_FontFaceSet_add_Callback(mthis, fontFace) native "FontFaceSet_add_Callbac k"; 2103 Native_FontFaceSet_add_Callback(mthis, fontFace) native "FontFaceSet_add_Callbac k_RESOLVER_STRING_1_FontFace";
2104 2104
2105 Native_FontFaceSet_check_Callback(mthis, font, text) native "FontFaceSet_check_C allback"; 2105 Native_FontFaceSet_check_Callback(mthis, font, text) native "FontFaceSet_check_C allback_RESOLVER_STRING_2_DOMString_DOMString";
2106 2106
2107 Native_FontFaceSet_clear_Callback(mthis) native "FontFaceSet_clear_Callback"; 2107 Native_FontFaceSet_clear_Callback(mthis) native "FontFaceSet_clear_Callback_RESO LVER_STRING_0_";
2108 2108
2109 Native_FontFaceSet_delete_Callback(mthis, fontFace) native "FontFaceSet_delete_C allback"; 2109 Native_FontFaceSet_delete_Callback(mthis, fontFace) native "FontFaceSet_delete_C allback_RESOLVER_STRING_1_FontFace";
2110 2110
2111 // Generated overload resolver 2111 // Generated overload resolver
2112 Native_FontFaceSet_forEach(mthis, callback, thisArg) { 2112 Native_FontFaceSet_forEach(mthis, callback, thisArg) {
2113 if (thisArg != null) { 2113 if (thisArg != null) {
2114 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg); 2114 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg);
2115 return; 2115 return;
2116 } 2116 }
2117 Native_FontFaceSet__forEach_2_Callback(mthis, callback); 2117 Native_FontFaceSet__forEach_2_Callback(mthis, callback);
2118 return; 2118 return;
2119 } 2119 }
2120 2120
2121 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac eSet_forEach_Callback_2_FontFaceSetForEachCallback_any"; 2121 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac eSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_any";
2122 2122
2123 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet_forE ach_Callback_1_FontFaceSetForEachCallback"; 2123 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet_forE ach_Callback_RESOLVER_STRING_1_FontFaceSetForEachCallback";
2124 2124
2125 Native_FontFaceSet_has_Callback(mthis, fontFace) native "FontFaceSet_has_Callbac k"; 2125 Native_FontFaceSet_has_Callback(mthis, fontFace) native "FontFaceSet_has_Callbac k_RESOLVER_STRING_1_FontFace";
2126 2126
2127 Native_FormData_constructorCallback(form) native "FormData_constructorCallback"; 2127 Native_FormData_constructorCallback(form) native "FormData_constructorCallback";
2128 2128
2129 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back"; 2129 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back_RESOLVER_STRING_2_DOMString_DOMString";
2130 2130
2131 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa ta_appendBlob_Callback"; 2131 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa ta_append_Callback_RESOLVER_STRING_3_DOMString_Blob_DOMString";
2132 2132
2133 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter"; 2133 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter";
2134 2134
2135 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter"; 2135 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter";
2136 2136
2137 Native_Gamepad_buttons_Getter(mthis) native "Gamepad_buttons_Getter"; 2137 Native_Gamepad_buttons_Getter(mthis) native "Gamepad_buttons_Getter";
2138 2138
2139 Native_Gamepad_id_Getter(mthis) native "Gamepad_id_Getter"; 2139 Native_Gamepad_id_Getter(mthis) native "Gamepad_id_Getter";
2140 2140
2141 Native_Gamepad_index_Getter(mthis) native "Gamepad_index_Getter"; 2141 Native_Gamepad_index_Getter(mthis) native "Gamepad_index_Getter";
2142 2142
2143 Native_Gamepad_timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; 2143 Native_Gamepad_timestamp_Getter(mthis) native "Gamepad_timestamp_Getter";
2144 2144
2145 Native_GamepadList_length_Getter(mthis) native "GamepadList_length_Getter"; 2145 Native_GamepadList_length_Getter(mthis) native "GamepadList_length_Getter";
2146 2146
2147 Native_GamepadList_NativeIndexed_Getter(mthis, index) native "GamepadList_item_C allback"; 2147 Native_GamepadList_NativeIndexed_Getter(mthis, index) native "GamepadList_item_C allback_RESOLVER_STRING_1_unsigned long";
2148 2148
2149 Native_GamepadList_item_Callback(mthis, index) native "GamepadList_item_Callback "; 2149 Native_GamepadList_item_Callback(mthis, index) native "GamepadList_item_Callback _RESOLVER_STRING_1_unsigned long";
2150 2150
2151 Native_Geolocation_clearWatch_Callback(mthis, watchID) native "Geolocation_clear Watch_Callback"; 2151 Native_Geolocation_clearWatch_Callback(mthis, watchID) native "Geolocation_clear Watch_Callback_RESOLVER_STRING_1_long";
2152 2152
2153 Native_Geolocation_getCurrentPosition_Callback(mthis, successCallback, errorCall back, options) native "Geolocation_getCurrentPosition_Callback"; 2153 Native_Geolocation_getCurrentPosition_Callback(mthis, successCallback, errorCall back, options) native "Geolocation_getCurrentPosition_Callback_RESOLVER_STRING_3 _PositionCallback_PositionErrorCallback_object";
2154 2154
2155 Native_Geolocation_watchPosition_Callback(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback"; 2155 Native_Geolocation_watchPosition_Callback(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback_RESOLVER_STRING_3_PositionC allback_PositionErrorCallback_object";
2156 2156
2157 Native_Geoposition_coords_Getter(mthis) native "Geoposition_coords_Getter"; 2157 Native_Geoposition_coords_Getter(mthis) native "Geoposition_coords_Getter";
2158 2158
2159 Native_Geoposition_timestamp_Getter(mthis) native "Geoposition_timestamp_Getter" ; 2159 Native_Geoposition_timestamp_Getter(mthis) native "Geoposition_timestamp_Getter" ;
2160 2160
2161 Native_HTMLAllCollection_item_Callback(mthis, index) native "HTMLAllCollection_i tem_Callback"; 2161 Native_HTMLAllCollection_item_Callback(mthis, index) native "HTMLAllCollection_i tem_Callback_RESOLVER_STRING_1_unsigned long";
2162 2162
2163 Native_HTMLElement_contentEditable_Getter(mthis) native "HTMLElement_contentEdit able_Getter"; 2163 Native_HTMLElement_contentEditable_Getter(mthis) native "HTMLElement_contentEdit able_Getter";
2164 2164
2165 Native_HTMLElement_contentEditable_Setter(mthis, value) native "HTMLElement_cont entEditable_Setter"; 2165 Native_HTMLElement_contentEditable_Setter(mthis, value) native "HTMLElement_cont entEditable_Setter";
2166 2166
2167 Native_HTMLElement_dir_Getter(mthis) native "HTMLElement_dir_Getter"; 2167 Native_HTMLElement_dir_Getter(mthis) native "HTMLElement_dir_Getter";
2168 2168
2169 Native_HTMLElement_dir_Setter(mthis, value) native "HTMLElement_dir_Setter"; 2169 Native_HTMLElement_dir_Setter(mthis, value) native "HTMLElement_dir_Setter";
2170 2170
2171 Native_HTMLElement_draggable_Getter(mthis) native "HTMLElement_draggable_Getter" ; 2171 Native_HTMLElement_draggable_Getter(mthis) native "HTMLElement_draggable_Getter" ;
(...skipping 25 matching lines...) Expand all
2197 Native_HTMLElement_title_Setter(mthis, value) native "HTMLElement_title_Setter"; 2197 Native_HTMLElement_title_Setter(mthis, value) native "HTMLElement_title_Setter";
2198 2198
2199 Native_HTMLElement_translate_Getter(mthis) native "HTMLElement_translate_Getter" ; 2199 Native_HTMLElement_translate_Getter(mthis) native "HTMLElement_translate_Getter" ;
2200 2200
2201 Native_HTMLElement_translate_Setter(mthis, value) native "HTMLElement_translate_ Setter"; 2201 Native_HTMLElement_translate_Setter(mthis, value) native "HTMLElement_translate_ Setter";
2202 2202
2203 Native_HTMLElement_webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzo ne_Getter"; 2203 Native_HTMLElement_webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzo ne_Getter";
2204 2204
2205 Native_HTMLElement_webkitdropzone_Setter(mthis, value) native "HTMLElement_webki tdropzone_Setter"; 2205 Native_HTMLElement_webkitdropzone_Setter(mthis, value) native "HTMLElement_webki tdropzone_Setter";
2206 2206
2207 Native_HTMLElement_click_Callback(mthis) native "HTMLElement_click_Callback"; 2207 Native_HTMLElement_click_Callback(mthis) native "HTMLElement_click_Callback_RESO LVER_STRING_0_";
2208 2208
2209 Native_URLUtils_hash_Getter(mthis) native "URLUtils_hash_Getter"; 2209 Native_URLUtils_hash_Getter(mthis) native "URLUtils_hash_Getter";
2210 2210
2211 Native_URLUtils_hash_Setter(mthis, value) native "URLUtils_hash_Setter"; 2211 Native_URLUtils_hash_Setter(mthis, value) native "URLUtils_hash_Setter";
2212 2212
2213 Native_URLUtils_host_Getter(mthis) native "URLUtils_host_Getter"; 2213 Native_URLUtils_host_Getter(mthis) native "URLUtils_host_Getter";
2214 2214
2215 Native_URLUtils_host_Setter(mthis, value) native "URLUtils_host_Setter"; 2215 Native_URLUtils_host_Setter(mthis, value) native "URLUtils_host_Setter";
2216 2216
2217 Native_URLUtils_hostname_Getter(mthis) native "URLUtils_hostname_Getter"; 2217 Native_URLUtils_hostname_Getter(mthis) native "URLUtils_hostname_Getter";
(...skipping 23 matching lines...) Expand all
2241 Native_URLUtils_protocol_Setter(mthis, value) native "URLUtils_protocol_Setter"; 2241 Native_URLUtils_protocol_Setter(mthis, value) native "URLUtils_protocol_Setter";
2242 2242
2243 Native_URLUtils_search_Getter(mthis) native "URLUtils_search_Getter"; 2243 Native_URLUtils_search_Getter(mthis) native "URLUtils_search_Getter";
2244 2244
2245 Native_URLUtils_search_Setter(mthis, value) native "URLUtils_search_Setter"; 2245 Native_URLUtils_search_Setter(mthis, value) native "URLUtils_search_Setter";
2246 2246
2247 Native_URLUtils_username_Getter(mthis) native "URLUtils_username_Getter"; 2247 Native_URLUtils_username_Getter(mthis) native "URLUtils_username_Getter";
2248 2248
2249 Native_URLUtils_username_Setter(mthis, value) native "URLUtils_username_Setter"; 2249 Native_URLUtils_username_Setter(mthis, value) native "URLUtils_username_Setter";
2250 2250
2251 Native_URLUtils_toString_Callback(mthis) native "URLUtils_toString_Callback"; 2251 Native_URLUtils_toString_Callback(mthis) native "URLUtils_toString_Callback_RESO LVER_STRING_0_";
2252 2252
2253 Native_HTMLAnchorElement_download_Getter(mthis) native "HTMLAnchorElement_downlo ad_Getter"; 2253 Native_HTMLAnchorElement_download_Getter(mthis) native "HTMLAnchorElement_downlo ad_Getter";
2254 2254
2255 Native_HTMLAnchorElement_download_Setter(mthis, value) native "HTMLAnchorElement _download_Setter"; 2255 Native_HTMLAnchorElement_download_Setter(mthis, value) native "HTMLAnchorElement _download_Setter";
2256 2256
2257 Native_HTMLAnchorElement_hreflang_Getter(mthis) native "HTMLAnchorElement_hrefla ng_Getter"; 2257 Native_HTMLAnchorElement_hreflang_Getter(mthis) native "HTMLAnchorElement_hrefla ng_Getter";
2258 2258
2259 Native_HTMLAnchorElement_hreflang_Setter(mthis, value) native "HTMLAnchorElement _hreflang_Setter"; 2259 Native_HTMLAnchorElement_hreflang_Setter(mthis, value) native "HTMLAnchorElement _hreflang_Setter";
2260 2260
2261 Native_HTMLAnchorElement_rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter" ; 2261 Native_HTMLAnchorElement_rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter" ;
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
2305 Native_HTMLAnchorElement_protocol_Setter(mthis, value) native "HTMLAnchorElement _protocol_Setter"; 2305 Native_HTMLAnchorElement_protocol_Setter(mthis, value) native "HTMLAnchorElement _protocol_Setter";
2306 2306
2307 Native_HTMLAnchorElement_search_Getter(mthis) native "HTMLAnchorElement_search_G etter"; 2307 Native_HTMLAnchorElement_search_Getter(mthis) native "HTMLAnchorElement_search_G etter";
2308 2308
2309 Native_HTMLAnchorElement_search_Setter(mthis, value) native "HTMLAnchorElement_s earch_Setter"; 2309 Native_HTMLAnchorElement_search_Setter(mthis, value) native "HTMLAnchorElement_s earch_Setter";
2310 2310
2311 Native_HTMLAnchorElement_username_Getter(mthis) native "HTMLAnchorElement_userna me_Getter"; 2311 Native_HTMLAnchorElement_username_Getter(mthis) native "HTMLAnchorElement_userna me_Getter";
2312 2312
2313 Native_HTMLAnchorElement_username_Setter(mthis, value) native "HTMLAnchorElement _username_Setter"; 2313 Native_HTMLAnchorElement_username_Setter(mthis, value) native "HTMLAnchorElement _username_Setter";
2314 2314
2315 Native_HTMLAnchorElement_toString_Callback(mthis) native "HTMLAnchorElement_toSt ring_Callback"; 2315 Native_HTMLAnchorElement_toString_Callback(mthis) native "HTMLAnchorElement_toSt ring_Callback_RESOLVER_STRING_0_";
2316 2316
2317 Native_HTMLAreaElement_alt_Getter(mthis) native "HTMLAreaElement_alt_Getter"; 2317 Native_HTMLAreaElement_alt_Getter(mthis) native "HTMLAreaElement_alt_Getter";
2318 2318
2319 Native_HTMLAreaElement_alt_Setter(mthis, value) native "HTMLAreaElement_alt_Sett er"; 2319 Native_HTMLAreaElement_alt_Setter(mthis, value) native "HTMLAreaElement_alt_Sett er";
2320 2320
2321 Native_HTMLAreaElement_coords_Getter(mthis) native "HTMLAreaElement_coords_Gette r"; 2321 Native_HTMLAreaElement_coords_Getter(mthis) native "HTMLAreaElement_coords_Gette r";
2322 2322
2323 Native_HTMLAreaElement_coords_Setter(mthis, value) native "HTMLAreaElement_coord s_Setter"; 2323 Native_HTMLAreaElement_coords_Setter(mthis, value) native "HTMLAreaElement_coord s_Setter";
2324 2324
2325 Native_HTMLAreaElement_shape_Getter(mthis) native "HTMLAreaElement_shape_Getter" ; 2325 Native_HTMLAreaElement_shape_Getter(mthis) native "HTMLAreaElement_shape_Getter" ;
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2365 Native_HTMLAreaElement_protocol_Setter(mthis, value) native "HTMLAreaElement_pro tocol_Setter"; 2365 Native_HTMLAreaElement_protocol_Setter(mthis, value) native "HTMLAreaElement_pro tocol_Setter";
2366 2366
2367 Native_HTMLAreaElement_search_Getter(mthis) native "HTMLAreaElement_search_Gette r"; 2367 Native_HTMLAreaElement_search_Getter(mthis) native "HTMLAreaElement_search_Gette r";
2368 2368
2369 Native_HTMLAreaElement_search_Setter(mthis, value) native "HTMLAreaElement_searc h_Setter"; 2369 Native_HTMLAreaElement_search_Setter(mthis, value) native "HTMLAreaElement_searc h_Setter";
2370 2370
2371 Native_HTMLAreaElement_username_Getter(mthis) native "HTMLAreaElement_username_G etter"; 2371 Native_HTMLAreaElement_username_Getter(mthis) native "HTMLAreaElement_username_G etter";
2372 2372
2373 Native_HTMLAreaElement_username_Setter(mthis, value) native "HTMLAreaElement_use rname_Setter"; 2373 Native_HTMLAreaElement_username_Setter(mthis, value) native "HTMLAreaElement_use rname_Setter";
2374 2374
2375 Native_HTMLAreaElement_toString_Callback(mthis) native "HTMLAreaElement_toString _Callback"; 2375 Native_HTMLAreaElement_toString_Callback(mthis) native "HTMLAreaElement_toString _Callback_RESOLVER_STRING_0_";
2376 2376
2377 Native_HTMLMediaElement_autoplay_Getter(mthis) native "HTMLMediaElement_autoplay _Getter"; 2377 Native_HTMLMediaElement_autoplay_Getter(mthis) native "HTMLMediaElement_autoplay _Getter";
2378 2378
2379 Native_HTMLMediaElement_autoplay_Setter(mthis, value) native "HTMLMediaElement_a utoplay_Setter"; 2379 Native_HTMLMediaElement_autoplay_Setter(mthis, value) native "HTMLMediaElement_a utoplay_Setter";
2380 2380
2381 Native_HTMLMediaElement_buffered_Getter(mthis) native "HTMLMediaElement_buffered _Getter"; 2381 Native_HTMLMediaElement_buffered_Getter(mthis) native "HTMLMediaElement_buffered _Getter";
2382 2382
2383 Native_HTMLMediaElement_controller_Getter(mthis) native "HTMLMediaElement_contro ller_Getter"; 2383 Native_HTMLMediaElement_controller_Getter(mthis) native "HTMLMediaElement_contro ller_Getter";
2384 2384
2385 Native_HTMLMediaElement_controller_Setter(mthis, value) native "HTMLMediaElement _controller_Setter"; 2385 Native_HTMLMediaElement_controller_Setter(mthis, value) native "HTMLMediaElement _controller_Setter";
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
2464 Native_HTMLMediaElement_addTextTrack(mthis, kind, label, language) { 2464 Native_HTMLMediaElement_addTextTrack(mthis, kind, label, language) {
2465 if (language != null) { 2465 if (language != null) {
2466 return Native_HTMLMediaElement__addTextTrack_1_Callback(mthis, kind, label , language); 2466 return Native_HTMLMediaElement__addTextTrack_1_Callback(mthis, kind, label , language);
2467 } 2467 }
2468 if (label != null) { 2468 if (label != null) {
2469 return Native_HTMLMediaElement__addTextTrack_2_Callback(mthis, kind, label ); 2469 return Native_HTMLMediaElement__addTextTrack_2_Callback(mthis, kind, label );
2470 } 2470 }
2471 return Native_HTMLMediaElement__addTextTrack_3_Callback(mthis, kind); 2471 return Native_HTMLMediaElement__addTextTrack_3_Callback(mthis, kind);
2472 } 2472 }
2473 2473
2474 Native_HTMLMediaElement__addTextTrack_1_Callback(mthis, kind, label, language) n ative "HTMLMediaElement_addTextTrack_Callback_3_DOMString_DOMString_DOMString"; 2474 Native_HTMLMediaElement__addTextTrack_1_Callback(mthis, kind, label, language) n ative "HTMLMediaElement_addTextTrack_Callback_RESOLVER_STRING_3_DOMString_DOMStr ing_DOMString";
2475 2475
2476 Native_HTMLMediaElement__addTextTrack_2_Callback(mthis, kind, label) native "HTM LMediaElement_addTextTrack_Callback_2_DOMString_DOMString"; 2476 Native_HTMLMediaElement__addTextTrack_2_Callback(mthis, kind, label) native "HTM LMediaElement_addTextTrack_Callback_RESOLVER_STRING_2_DOMString_DOMString";
2477 2477
2478 Native_HTMLMediaElement__addTextTrack_3_Callback(mthis, kind) native "HTMLMediaE lement_addTextTrack_Callback_1_DOMString"; 2478 Native_HTMLMediaElement__addTextTrack_3_Callback(mthis, kind) native "HTMLMediaE lement_addTextTrack_Callback_RESOLVER_STRING_1_DOMString";
2479 2479
2480 Native_HTMLMediaElement_canPlayType_Callback(mthis, type, keySystem) native "HTM LMediaElement_canPlayType_Callback"; 2480 Native_HTMLMediaElement_canPlayType_Callback(mthis, type, keySystem) native "HTM LMediaElement_canPlayType_Callback_RESOLVER_STRING_2_DOMString_DOMString";
2481 2481
2482 Native_HTMLMediaElement_load_Callback(mthis) native "HTMLMediaElement_load_Callb ack"; 2482 Native_HTMLMediaElement_load_Callback(mthis) native "HTMLMediaElement_load_Callb ack_RESOLVER_STRING_0_";
2483 2483
2484 Native_HTMLMediaElement_pause_Callback(mthis) native "HTMLMediaElement_pause_Cal lback"; 2484 Native_HTMLMediaElement_pause_Callback(mthis) native "HTMLMediaElement_pause_Cal lback_RESOLVER_STRING_0_";
2485 2485
2486 Native_HTMLMediaElement_play_Callback(mthis) native "HTMLMediaElement_play_Callb ack"; 2486 Native_HTMLMediaElement_play_Callback(mthis) native "HTMLMediaElement_play_Callb ack_RESOLVER_STRING_0_";
2487 2487
2488 Native_HTMLMediaElement_setMediaKeys_Callback(mthis, mediaKeys) native "HTMLMedi aElement_setMediaKeys_Callback"; 2488 Native_HTMLMediaElement_setMediaKeys_Callback(mthis, mediaKeys) native "HTMLMedi aElement_setMediaKeys_Callback_RESOLVER_STRING_1_MediaKeys";
2489 2489
2490 // Generated overload resolver 2490 // Generated overload resolver
2491 Native_HTMLMediaElement_addKey(mthis, keySystem, key, initData, sessionId) { 2491 Native_HTMLMediaElement_addKey(mthis, keySystem, key, initData, sessionId) {
2492 if (initData != null) { 2492 if (initData != null) {
2493 Native_HTMLMediaElement__webkitAddKey_1_Callback(mthis, keySystem, key, in itData, sessionId); 2493 Native_HTMLMediaElement__webkitAddKey_1_Callback(mthis, keySystem, key, in itData, sessionId);
2494 return; 2494 return;
2495 } 2495 }
2496 Native_HTMLMediaElement__webkitAddKey_2_Callback(mthis, keySystem, key); 2496 Native_HTMLMediaElement__webkitAddKey_2_Callback(mthis, keySystem, key);
2497 return; 2497 return;
2498 } 2498 }
2499 2499
2500 Native_HTMLMediaElement__webkitAddKey_1_Callback(mthis, keySystem, key, initData , sessionId) native "HTMLMediaElement_webkitAddKey_Callback_4_DOMString_Uint8Arr ay_Uint8Array_DOMString"; 2500 Native_HTMLMediaElement__webkitAddKey_1_Callback(mthis, keySystem, key, initData , sessionId) native "HTMLMediaElement_webkitAddKey_Callback_RESOLVER_STRING_4_DO MString_Uint8Array_Uint8Array_DOMString";
2501 2501
2502 Native_HTMLMediaElement__webkitAddKey_2_Callback(mthis, keySystem, key) native " HTMLMediaElement_webkitAddKey_Callback_2_DOMString_Uint8Array"; 2502 Native_HTMLMediaElement__webkitAddKey_2_Callback(mthis, keySystem, key) native " HTMLMediaElement_webkitAddKey_Callback_RESOLVER_STRING_2_DOMString_Uint8Array";
2503 2503
2504 Native_HTMLMediaElement_webkitCancelKeyRequest_Callback(mthis, keySystem, sessio nId) native "HTMLMediaElement_webkitCancelKeyRequest_Callback"; 2504 Native_HTMLMediaElement_webkitCancelKeyRequest_Callback(mthis, keySystem, sessio nId) native "HTMLMediaElement_webkitCancelKeyRequest_Callback_RESOLVER_STRING_2_ DOMString_DOMString";
2505 2505
2506 // Generated overload resolver 2506 // Generated overload resolver
2507 Native_HTMLMediaElement_generateKeyRequest(mthis, keySystem, initData) { 2507 Native_HTMLMediaElement_generateKeyRequest(mthis, keySystem, initData) {
2508 if (initData != null) { 2508 if (initData != null) {
2509 Native_HTMLMediaElement__webkitGenerateKeyRequest_1_Callback(mthis, keySys tem, initData); 2509 Native_HTMLMediaElement__webkitGenerateKeyRequest_1_Callback(mthis, keySys tem, initData);
2510 return; 2510 return;
2511 } 2511 }
2512 Native_HTMLMediaElement__webkitGenerateKeyRequest_2_Callback(mthis, keySyste m); 2512 Native_HTMLMediaElement__webkitGenerateKeyRequest_2_Callback(mthis, keySyste m);
2513 return; 2513 return;
2514 } 2514 }
2515 2515
2516 Native_HTMLMediaElement__webkitGenerateKeyRequest_1_Callback(mthis, keySystem, i nitData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_2_DOMString_ Uint8Array"; 2516 Native_HTMLMediaElement__webkitGenerateKeyRequest_1_Callback(mthis, keySystem, i nitData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_RESOLVER_STR ING_2_DOMString_Uint8Array";
2517 2517
2518 Native_HTMLMediaElement__webkitGenerateKeyRequest_2_Callback(mthis, keySystem) n ative "HTMLMediaElement_webkitGenerateKeyRequest_Callback_1_DOMString"; 2518 Native_HTMLMediaElement__webkitGenerateKeyRequest_2_Callback(mthis, keySystem) n ative "HTMLMediaElement_webkitGenerateKeyRequest_Callback_RESOLVER_STRING_1_DOMS tring";
2519 2519
2520 // Generated overload resolver 2520 // Generated overload resolver
2521 Native_HTMLAudioElement_AudioElement(src) { 2521 Native_HTMLAudioElement_AudioElement(src) {
2522 return Native_HTMLAudioElement__create_1constructorCallback(src); 2522 return Native_HTMLAudioElement__create_1constructorCallback(src);
2523 } 2523 }
2524 2524
2525 Native_HTMLAudioElement__create_1constructorCallback(src) native "HTMLAudioEleme nt__create_1constructorCallback"; 2525 Native_HTMLAudioElement_constructorCallback(src) native "HTMLAudioElement_constr uctorCallback_RESOLVER_STRING_1_DOMString";
2526 2526
2527 Native_HTMLBaseElement_href_Getter(mthis) native "HTMLBaseElement_href_Getter"; 2527 Native_HTMLBaseElement_href_Getter(mthis) native "HTMLBaseElement_href_Getter";
2528 2528
2529 Native_HTMLBaseElement_href_Setter(mthis, value) native "HTMLBaseElement_href_Se tter"; 2529 Native_HTMLBaseElement_href_Setter(mthis, value) native "HTMLBaseElement_href_Se tter";
2530 2530
2531 Native_HTMLBaseElement_target_Getter(mthis) native "HTMLBaseElement_target_Gette r"; 2531 Native_HTMLBaseElement_target_Getter(mthis) native "HTMLBaseElement_target_Gette r";
2532 2532
2533 Native_HTMLBaseElement_target_Setter(mthis, value) native "HTMLBaseElement_targe t_Setter"; 2533 Native_HTMLBaseElement_target_Setter(mthis, value) native "HTMLBaseElement_targe t_Setter";
2534 2534
2535 Native_HTMLButtonElement_autofocus_Getter(mthis) native "HTMLButtonElement_autof ocus_Getter"; 2535 Native_HTMLButtonElement_autofocus_Getter(mthis) native "HTMLButtonElement_autof ocus_Getter";
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2575 Native_HTMLButtonElement_validationMessage_Getter(mthis) native "HTMLButtonEleme nt_validationMessage_Getter"; 2575 Native_HTMLButtonElement_validationMessage_Getter(mthis) native "HTMLButtonEleme nt_validationMessage_Getter";
2576 2576
2577 Native_HTMLButtonElement_validity_Getter(mthis) native "HTMLButtonElement_validi ty_Getter"; 2577 Native_HTMLButtonElement_validity_Getter(mthis) native "HTMLButtonElement_validi ty_Getter";
2578 2578
2579 Native_HTMLButtonElement_value_Getter(mthis) native "HTMLButtonElement_value_Get ter"; 2579 Native_HTMLButtonElement_value_Getter(mthis) native "HTMLButtonElement_value_Get ter";
2580 2580
2581 Native_HTMLButtonElement_value_Setter(mthis, value) native "HTMLButtonElement_va lue_Setter"; 2581 Native_HTMLButtonElement_value_Setter(mthis, value) native "HTMLButtonElement_va lue_Setter";
2582 2582
2583 Native_HTMLButtonElement_willValidate_Getter(mthis) native "HTMLButtonElement_wi llValidate_Getter"; 2583 Native_HTMLButtonElement_willValidate_Getter(mthis) native "HTMLButtonElement_wi llValidate_Getter";
2584 2584
2585 Native_HTMLButtonElement_checkValidity_Callback(mthis) native "HTMLButtonElement _checkValidity_Callback"; 2585 Native_HTMLButtonElement_checkValidity_Callback(mthis) native "HTMLButtonElement _checkValidity_Callback_RESOLVER_STRING_0_";
2586 2586
2587 Native_HTMLButtonElement_setCustomValidity_Callback(mthis, error) native "HTMLBu ttonElement_setCustomValidity_Callback"; 2587 Native_HTMLButtonElement_setCustomValidity_Callback(mthis, error) native "HTMLBu ttonElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
2588 2588
2589 Native_HTMLCanvasElement_height_Getter(mthis) native "HTMLCanvasElement_height_G etter"; 2589 Native_HTMLCanvasElement_height_Getter(mthis) native "HTMLCanvasElement_height_G etter";
2590 2590
2591 Native_HTMLCanvasElement_height_Setter(mthis, value) native "HTMLCanvasElement_h eight_Setter"; 2591 Native_HTMLCanvasElement_height_Setter(mthis, value) native "HTMLCanvasElement_h eight_Setter";
2592 2592
2593 Native_HTMLCanvasElement_width_Getter(mthis) native "HTMLCanvasElement_width_Get ter"; 2593 Native_HTMLCanvasElement_width_Getter(mthis) native "HTMLCanvasElement_width_Get ter";
2594 2594
2595 Native_HTMLCanvasElement_width_Setter(mthis, value) native "HTMLCanvasElement_wi dth_Setter"; 2595 Native_HTMLCanvasElement_width_Setter(mthis, value) native "HTMLCanvasElement_wi dth_Setter";
2596 2596
2597 Native_HTMLCanvasElement_getContext_Callback(mthis, contextId, attrs) native "HT MLCanvasElement_getContext_Callback"; 2597 Native_HTMLCanvasElement_getContext_Callback(mthis, contextId, attrs) native "HT MLCanvasElement_getContext_Callback_RESOLVER_STRING_2_DOMString_Dictionary";
2598 2598
2599 Native_HTMLCanvasElement_toDataURL_Callback(mthis, type, quality) native "HTMLCa nvasElement_toDataURL_Callback"; 2599 Native_HTMLCanvasElement_toDataURL_Callback(mthis, type, quality) native "HTMLCa nvasElement_toDataURL_Callback_RESOLVER_STRING_2_DOMString_float";
2600 2600
2601 Native_HTMLCollection_length_Getter(mthis) native "HTMLCollection_length_Getter" ; 2601 Native_HTMLCollection_length_Getter(mthis) native "HTMLCollection_length_Getter" ;
2602 2602
2603 Native_HTMLCollection_NativeIndexed_Getter(mthis, index) native "HTMLCollection_ item_Callback"; 2603 Native_HTMLCollection_NativeIndexed_Getter(mthis, index) native "HTMLCollection_ item_Callback_RESOLVER_STRING_1_unsigned long";
2604 2604
2605 Native_HTMLCollection_item_Callback(mthis, index) native "HTMLCollection_item_Ca llback"; 2605 Native_HTMLCollection_item_Callback(mthis, index) native "HTMLCollection_item_Ca llback_RESOLVER_STRING_1_unsigned long";
2606 2606
2607 Native_HTMLCollection_namedItem_Callback(mthis, name) native "HTMLCollection_nam edItem_Callback"; 2607 Native_HTMLCollection_namedItem_Callback(mthis, name) native "HTMLCollection_nam edItem_Callback_RESOLVER_STRING_1_DOMString";
2608 2608
2609 Native_HTMLContentElement_resetStyleInheritance_Getter(mthis) native "HTMLConten tElement_resetStyleInheritance_Getter"; 2609 Native_HTMLContentElement_resetStyleInheritance_Getter(mthis) native "HTMLConten tElement_resetStyleInheritance_Getter";
2610 2610
2611 Native_HTMLContentElement_resetStyleInheritance_Setter(mthis, value) native "HTM LContentElement_resetStyleInheritance_Setter"; 2611 Native_HTMLContentElement_resetStyleInheritance_Setter(mthis, value) native "HTM LContentElement_resetStyleInheritance_Setter";
2612 2612
2613 Native_HTMLContentElement_select_Getter(mthis) native "HTMLContentElement_select _Getter"; 2613 Native_HTMLContentElement_select_Getter(mthis) native "HTMLContentElement_select _Getter";
2614 2614
2615 Native_HTMLContentElement_select_Setter(mthis, value) native "HTMLContentElement _select_Setter"; 2615 Native_HTMLContentElement_select_Setter(mthis, value) native "HTMLContentElement _select_Setter";
2616 2616
2617 Native_HTMLContentElement_getDistributedNodes_Callback(mthis) native "HTMLConten tElement_getDistributedNodes_Callback"; 2617 Native_HTMLContentElement_getDistributedNodes_Callback(mthis) native "HTMLConten tElement_getDistributedNodes_Callback_RESOLVER_STRING_0_";
2618 2618
2619 Native_HTMLDataListElement_options_Getter(mthis) native "HTMLDataListElement_opt ions_Getter"; 2619 Native_HTMLDataListElement_options_Getter(mthis) native "HTMLDataListElement_opt ions_Getter";
2620 2620
2621 Native_HTMLDetailsElement_open_Getter(mthis) native "HTMLDetailsElement_open_Get ter"; 2621 Native_HTMLDetailsElement_open_Getter(mthis) native "HTMLDetailsElement_open_Get ter";
2622 2622
2623 Native_HTMLDetailsElement_open_Setter(mthis, value) native "HTMLDetailsElement_o pen_Setter"; 2623 Native_HTMLDetailsElement_open_Setter(mthis, value) native "HTMLDetailsElement_o pen_Setter";
2624 2624
2625 Native_HTMLDialogElement_open_Getter(mthis) native "HTMLDialogElement_open_Gette r"; 2625 Native_HTMLDialogElement_open_Getter(mthis) native "HTMLDialogElement_open_Gette r";
2626 2626
2627 Native_HTMLDialogElement_open_Setter(mthis, value) native "HTMLDialogElement_ope n_Setter"; 2627 Native_HTMLDialogElement_open_Setter(mthis, value) native "HTMLDialogElement_ope n_Setter";
2628 2628
2629 Native_HTMLDialogElement_returnValue_Getter(mthis) native "HTMLDialogElement_ret urnValue_Getter"; 2629 Native_HTMLDialogElement_returnValue_Getter(mthis) native "HTMLDialogElement_ret urnValue_Getter";
2630 2630
2631 Native_HTMLDialogElement_returnValue_Setter(mthis, value) native "HTMLDialogElem ent_returnValue_Setter"; 2631 Native_HTMLDialogElement_returnValue_Setter(mthis, value) native "HTMLDialogElem ent_returnValue_Setter";
2632 2632
2633 Native_HTMLDialogElement_close_Callback(mthis, returnValue) native "HTMLDialogEl ement_close_Callback"; 2633 Native_HTMLDialogElement_close_Callback(mthis, returnValue) native "HTMLDialogEl ement_close_Callback_RESOLVER_STRING_1_DOMString";
2634 2634
2635 Native_HTMLDialogElement_show_Callback(mthis) native "HTMLDialogElement_show_Cal lback"; 2635 Native_HTMLDialogElement_show_Callback(mthis) native "HTMLDialogElement_show_Cal lback_RESOLVER_STRING_0_";
2636 2636
2637 Native_HTMLDialogElement_showModal_Callback(mthis) native "HTMLDialogElement_sho wModal_Callback"; 2637 Native_HTMLDialogElement_showModal_Callback(mthis) native "HTMLDialogElement_sho wModal_Callback_RESOLVER_STRING_0_";
2638 2638
2639 Native_HTMLEmbedElement_height_Getter(mthis) native "HTMLEmbedElement_height_Get ter"; 2639 Native_HTMLEmbedElement_height_Getter(mthis) native "HTMLEmbedElement_height_Get ter";
2640 2640
2641 Native_HTMLEmbedElement_height_Setter(mthis, value) native "HTMLEmbedElement_hei ght_Setter"; 2641 Native_HTMLEmbedElement_height_Setter(mthis, value) native "HTMLEmbedElement_hei ght_Setter";
2642 2642
2643 Native_HTMLEmbedElement_name_Getter(mthis) native "HTMLEmbedElement_name_Getter" ; 2643 Native_HTMLEmbedElement_name_Getter(mthis) native "HTMLEmbedElement_name_Getter" ;
2644 2644
2645 Native_HTMLEmbedElement_name_Setter(mthis, value) native "HTMLEmbedElement_name_ Setter"; 2645 Native_HTMLEmbedElement_name_Setter(mthis, value) native "HTMLEmbedElement_name_ Setter";
2646 2646
2647 Native_HTMLEmbedElement_src_Getter(mthis) native "HTMLEmbedElement_src_Getter"; 2647 Native_HTMLEmbedElement_src_Getter(mthis) native "HTMLEmbedElement_src_Getter";
2648 2648
2649 Native_HTMLEmbedElement_src_Setter(mthis, value) native "HTMLEmbedElement_src_Se tter"; 2649 Native_HTMLEmbedElement_src_Setter(mthis, value) native "HTMLEmbedElement_src_Se tter";
2650 2650
2651 Native_HTMLEmbedElement_type_Getter(mthis) native "HTMLEmbedElement_type_Getter" ; 2651 Native_HTMLEmbedElement_type_Getter(mthis) native "HTMLEmbedElement_type_Getter" ;
2652 2652
2653 Native_HTMLEmbedElement_type_Setter(mthis, value) native "HTMLEmbedElement_type_ Setter"; 2653 Native_HTMLEmbedElement_type_Setter(mthis, value) native "HTMLEmbedElement_type_ Setter";
2654 2654
2655 Native_HTMLEmbedElement_width_Getter(mthis) native "HTMLEmbedElement_width_Gette r"; 2655 Native_HTMLEmbedElement_width_Getter(mthis) native "HTMLEmbedElement_width_Gette r";
2656 2656
2657 Native_HTMLEmbedElement_width_Setter(mthis, value) native "HTMLEmbedElement_widt h_Setter"; 2657 Native_HTMLEmbedElement_width_Setter(mthis, value) native "HTMLEmbedElement_widt h_Setter";
2658 2658
2659 Native_HTMLEmbedElement___getter___Callback(mthis, index_OR_name) native "HTMLEm bedElement___getter___Callback"; 2659 Native_HTMLEmbedElement___getter___Callback(mthis, index_OR_name) native "HTMLEm bedElement___getter___Callback_RESOLVER_STRING_1_unsigned long";
2660 2660
2661 Native_HTMLEmbedElement___setter___Callback(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback"; 2661 Native_HTMLEmbedElement___setter___Callback(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback_RESOLVER_STRING_2_unsigned long_Node";
2662 2662
2663 Native_HTMLFieldSetElement_disabled_Getter(mthis) native "HTMLFieldSetElement_di sabled_Getter"; 2663 Native_HTMLFieldSetElement_disabled_Getter(mthis) native "HTMLFieldSetElement_di sabled_Getter";
2664 2664
2665 Native_HTMLFieldSetElement_disabled_Setter(mthis, value) native "HTMLFieldSetEle ment_disabled_Setter"; 2665 Native_HTMLFieldSetElement_disabled_Setter(mthis, value) native "HTMLFieldSetEle ment_disabled_Setter";
2666 2666
2667 Native_HTMLFieldSetElement_elements_Getter(mthis) native "HTMLFieldSetElement_el ements_Getter"; 2667 Native_HTMLFieldSetElement_elements_Getter(mthis) native "HTMLFieldSetElement_el ements_Getter";
2668 2668
2669 Native_HTMLFieldSetElement_form_Getter(mthis) native "HTMLFieldSetElement_form_G etter"; 2669 Native_HTMLFieldSetElement_form_Getter(mthis) native "HTMLFieldSetElement_form_G etter";
2670 2670
2671 Native_HTMLFieldSetElement_name_Getter(mthis) native "HTMLFieldSetElement_name_G etter"; 2671 Native_HTMLFieldSetElement_name_Getter(mthis) native "HTMLFieldSetElement_name_G etter";
2672 2672
2673 Native_HTMLFieldSetElement_name_Setter(mthis, value) native "HTMLFieldSetElement _name_Setter"; 2673 Native_HTMLFieldSetElement_name_Setter(mthis, value) native "HTMLFieldSetElement _name_Setter";
2674 2674
2675 Native_HTMLFieldSetElement_type_Getter(mthis) native "HTMLFieldSetElement_type_G etter"; 2675 Native_HTMLFieldSetElement_type_Getter(mthis) native "HTMLFieldSetElement_type_G etter";
2676 2676
2677 Native_HTMLFieldSetElement_validationMessage_Getter(mthis) native "HTMLFieldSetE lement_validationMessage_Getter"; 2677 Native_HTMLFieldSetElement_validationMessage_Getter(mthis) native "HTMLFieldSetE lement_validationMessage_Getter";
2678 2678
2679 Native_HTMLFieldSetElement_validity_Getter(mthis) native "HTMLFieldSetElement_va lidity_Getter"; 2679 Native_HTMLFieldSetElement_validity_Getter(mthis) native "HTMLFieldSetElement_va lidity_Getter";
2680 2680
2681 Native_HTMLFieldSetElement_willValidate_Getter(mthis) native "HTMLFieldSetElemen t_willValidate_Getter"; 2681 Native_HTMLFieldSetElement_willValidate_Getter(mthis) native "HTMLFieldSetElemen t_willValidate_Getter";
2682 2682
2683 Native_HTMLFieldSetElement_checkValidity_Callback(mthis) native "HTMLFieldSetEle ment_checkValidity_Callback"; 2683 Native_HTMLFieldSetElement_checkValidity_Callback(mthis) native "HTMLFieldSetEle ment_checkValidity_Callback_RESOLVER_STRING_0_";
2684 2684
2685 Native_HTMLFieldSetElement_setCustomValidity_Callback(mthis, error) native "HTML FieldSetElement_setCustomValidity_Callback"; 2685 Native_HTMLFieldSetElement_setCustomValidity_Callback(mthis, error) native "HTML FieldSetElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
2686 2686
2687 Native_HTMLFormElement_acceptCharset_Getter(mthis) native "HTMLFormElement_accep tCharset_Getter"; 2687 Native_HTMLFormElement_acceptCharset_Getter(mthis) native "HTMLFormElement_accep tCharset_Getter";
2688 2688
2689 Native_HTMLFormElement_acceptCharset_Setter(mthis, value) native "HTMLFormElemen t_acceptCharset_Setter"; 2689 Native_HTMLFormElement_acceptCharset_Setter(mthis, value) native "HTMLFormElemen t_acceptCharset_Setter";
2690 2690
2691 Native_HTMLFormElement_action_Getter(mthis) native "HTMLFormElement_action_Gette r"; 2691 Native_HTMLFormElement_action_Getter(mthis) native "HTMLFormElement_action_Gette r";
2692 2692
2693 Native_HTMLFormElement_action_Setter(mthis, value) native "HTMLFormElement_actio n_Setter"; 2693 Native_HTMLFormElement_action_Setter(mthis, value) native "HTMLFormElement_actio n_Setter";
2694 2694
2695 Native_HTMLFormElement_autocomplete_Getter(mthis) native "HTMLFormElement_autoco mplete_Getter"; 2695 Native_HTMLFormElement_autocomplete_Getter(mthis) native "HTMLFormElement_autoco mplete_Getter";
(...skipping 19 matching lines...) Expand all
2715 Native_HTMLFormElement_name_Setter(mthis, value) native "HTMLFormElement_name_Se tter"; 2715 Native_HTMLFormElement_name_Setter(mthis, value) native "HTMLFormElement_name_Se tter";
2716 2716
2717 Native_HTMLFormElement_noValidate_Getter(mthis) native "HTMLFormElement_noValida te_Getter"; 2717 Native_HTMLFormElement_noValidate_Getter(mthis) native "HTMLFormElement_noValida te_Getter";
2718 2718
2719 Native_HTMLFormElement_noValidate_Setter(mthis, value) native "HTMLFormElement_n oValidate_Setter"; 2719 Native_HTMLFormElement_noValidate_Setter(mthis, value) native "HTMLFormElement_n oValidate_Setter";
2720 2720
2721 Native_HTMLFormElement_target_Getter(mthis) native "HTMLFormElement_target_Gette r"; 2721 Native_HTMLFormElement_target_Getter(mthis) native "HTMLFormElement_target_Gette r";
2722 2722
2723 Native_HTMLFormElement_target_Setter(mthis, value) native "HTMLFormElement_targe t_Setter"; 2723 Native_HTMLFormElement_target_Setter(mthis, value) native "HTMLFormElement_targe t_Setter";
2724 2724
2725 Native_HTMLFormElement___getter___Callback(mthis, index) native "HTMLFormElement ___getter___Callback"; 2725 Native_HTMLFormElement___getter___Callback(mthis, index) native "HTMLFormElement ___getter___Callback_RESOLVER_STRING_1_unsigned long";
2726 2726
2727 Native_HTMLFormElement_checkValidity_Callback(mthis) native "HTMLFormElement_che ckValidity_Callback"; 2727 Native_HTMLFormElement_checkValidity_Callback(mthis) native "HTMLFormElement_che ckValidity_Callback_RESOLVER_STRING_0_";
2728 2728
2729 Native_HTMLFormElement_requestAutocomplete_Callback(mthis) native "HTMLFormEleme nt_requestAutocomplete_Callback"; 2729 Native_HTMLFormElement_requestAutocomplete_Callback(mthis) native "HTMLFormEleme nt_requestAutocomplete_Callback_RESOLVER_STRING_0_";
2730 2730
2731 Native_HTMLFormElement_reset_Callback(mthis) native "HTMLFormElement_reset_Callb ack"; 2731 Native_HTMLFormElement_reset_Callback(mthis) native "HTMLFormElement_reset_Callb ack_RESOLVER_STRING_0_";
2732 2732
2733 Native_HTMLFormElement_submit_Callback(mthis) native "HTMLFormElement_submit_Cal lback"; 2733 Native_HTMLFormElement_submit_Callback(mthis) native "HTMLFormElement_submit_Cal lback_RESOLVER_STRING_0_";
2734 2734
2735 Native_HTMLHRElement_color_Getter(mthis) native "HTMLHRElement_color_Getter"; 2735 Native_HTMLHRElement_color_Getter(mthis) native "HTMLHRElement_color_Getter";
2736 2736
2737 Native_HTMLHRElement_color_Setter(mthis, value) native "HTMLHRElement_color_Sett er"; 2737 Native_HTMLHRElement_color_Setter(mthis, value) native "HTMLHRElement_color_Sett er";
2738 2738
2739 Native_HTMLIFrameElement_contentWindow_Getter(mthis) native "HTMLIFrameElement_c ontentWindow_Getter"; 2739 Native_HTMLIFrameElement_contentWindow_Getter(mthis) native "HTMLIFrameElement_c ontentWindow_Getter";
2740 2740
2741 Native_HTMLIFrameElement_height_Getter(mthis) native "HTMLIFrameElement_height_G etter"; 2741 Native_HTMLIFrameElement_height_Getter(mthis) native "HTMLIFrameElement_height_G etter";
2742 2742
2743 Native_HTMLIFrameElement_height_Setter(mthis, value) native "HTMLIFrameElement_h eight_Setter"; 2743 Native_HTMLIFrameElement_height_Setter(mthis, value) native "HTMLIFrameElement_h eight_Setter";
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
2975 Native_HTMLInputElement_webkitdirectory_Getter(mthis) native "HTMLInputElement_w ebkitdirectory_Getter"; 2975 Native_HTMLInputElement_webkitdirectory_Getter(mthis) native "HTMLInputElement_w ebkitdirectory_Getter";
2976 2976
2977 Native_HTMLInputElement_webkitdirectory_Setter(mthis, value) native "HTMLInputEl ement_webkitdirectory_Setter"; 2977 Native_HTMLInputElement_webkitdirectory_Setter(mthis, value) native "HTMLInputEl ement_webkitdirectory_Setter";
2978 2978
2979 Native_HTMLInputElement_width_Getter(mthis) native "HTMLInputElement_width_Gette r"; 2979 Native_HTMLInputElement_width_Getter(mthis) native "HTMLInputElement_width_Gette r";
2980 2980
2981 Native_HTMLInputElement_width_Setter(mthis, value) native "HTMLInputElement_widt h_Setter"; 2981 Native_HTMLInputElement_width_Setter(mthis, value) native "HTMLInputElement_widt h_Setter";
2982 2982
2983 Native_HTMLInputElement_willValidate_Getter(mthis) native "HTMLInputElement_will Validate_Getter"; 2983 Native_HTMLInputElement_willValidate_Getter(mthis) native "HTMLInputElement_will Validate_Getter";
2984 2984
2985 Native_HTMLInputElement_checkValidity_Callback(mthis) native "HTMLInputElement_c heckValidity_Callback"; 2985 Native_HTMLInputElement_checkValidity_Callback(mthis) native "HTMLInputElement_c heckValidity_Callback_RESOLVER_STRING_0_";
2986 2986
2987 Native_HTMLInputElement_select_Callback(mthis) native "HTMLInputElement_select_C allback"; 2987 Native_HTMLInputElement_select_Callback(mthis) native "HTMLInputElement_select_C allback_RESOLVER_STRING_0_";
2988 2988
2989 Native_HTMLInputElement_setCustomValidity_Callback(mthis, error) native "HTMLInp utElement_setCustomValidity_Callback"; 2989 Native_HTMLInputElement_setCustomValidity_Callback(mthis, error) native "HTMLInp utElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
2990 2990
2991 // Generated overload resolver 2991 // Generated overload resolver
2992 Native_HTMLInputElement_setRangeText(mthis, replacement, start, end, selectionMo de) { 2992 Native_HTMLInputElement_setRangeText(mthis, replacement, start, end, selectionMo de) {
2993 if ((replacement is String || replacement == null) && start == null && end = = null && selectionMode == null) { 2993 if ((replacement is String || replacement == null) && start == null && end = = null && selectionMode == null) {
2994 Native_HTMLInputElement__setRangeText_1_Callback(mthis, replacement); 2994 Native_HTMLInputElement__setRangeText_1_Callback(mthis, replacement);
2995 return; 2995 return;
2996 } 2996 }
2997 if ((selectionMode is String || selectionMode == null) && (end is int || end == null) && (start is int || start == null) && (replacement is String || replac ement == null)) { 2997 if ((selectionMode is String || selectionMode == null) && (end is int || end == null) && (start is int || start == null) && (replacement is String || replac ement == null)) {
2998 Native_HTMLInputElement__setRangeText_2_Callback(mthis, replacement, start , end, selectionMode); 2998 Native_HTMLInputElement__setRangeText_2_Callback(mthis, replacement, start , end, selectionMode);
2999 return; 2999 return;
3000 } 3000 }
3001 throw new ArgumentError("Incorrect number or type of arguments"); 3001 throw new ArgumentError("Incorrect number or type of arguments");
3002 } 3002 }
3003 3003
3004 Native_HTMLInputElement__setRangeText_1_Callback(mthis, replacement) native "HTM LInputElement_setRangeText_Callback_1_DOMString"; 3004 Native_HTMLInputElement__setRangeText_1_Callback(mthis, replacement) native "HTM LInputElement_setRangeText_Callback_RESOLVER_STRING_1_DOMString";
3005 3005
3006 Native_HTMLInputElement__setRangeText_2_Callback(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback_4_DOMString_unsig ned long_unsigned long_DOMString"; 3006 Native_HTMLInputElement__setRangeText_2_Callback(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback_RESOLVER_STRING_4 _DOMString_unsigned long_unsigned long_DOMString";
3007 3007
3008 // Generated overload resolver 3008 // Generated overload resolver
3009 Native_HTMLInputElement_setSelectionRange(mthis, start, end, direction) { 3009 Native_HTMLInputElement_setSelectionRange(mthis, start, end, direction) {
3010 if (direction != null) { 3010 if (direction != null) {
3011 Native_HTMLInputElement__setSelectionRange_1_Callback(mthis, start, end, d irection); 3011 Native_HTMLInputElement__setSelectionRange_1_Callback(mthis, start, end, d irection);
3012 return; 3012 return;
3013 } 3013 }
3014 Native_HTMLInputElement__setSelectionRange_2_Callback(mthis, start, end); 3014 Native_HTMLInputElement__setSelectionRange_2_Callback(mthis, start, end);
3015 return; 3015 return;
3016 } 3016 }
3017 3017
3018 Native_HTMLInputElement__setSelectionRange_1_Callback(mthis, start, end, directi on) native "HTMLInputElement_setSelectionRange_Callback_3_long_long_DOMString"; 3018 Native_HTMLInputElement__setSelectionRange_1_Callback(mthis, start, end, directi on) native "HTMLInputElement_setSelectionRange_Callback_RESOLVER_STRING_3_long_l ong_DOMString";
3019 3019
3020 Native_HTMLInputElement__setSelectionRange_2_Callback(mthis, start, end) native "HTMLInputElement_setSelectionRange_Callback_2_long_long"; 3020 Native_HTMLInputElement__setSelectionRange_2_Callback(mthis, start, end) native "HTMLInputElement_setSelectionRange_Callback_RESOLVER_STRING_2_long_long";
3021 3021
3022 // Generated overload resolver 3022 // Generated overload resolver
3023 Native_HTMLInputElement_stepDown(mthis, n) { 3023 Native_HTMLInputElement_stepDown(mthis, n) {
3024 if (n != null) { 3024 if (n != null) {
3025 Native_HTMLInputElement__stepDown_1_Callback(mthis, n); 3025 Native_HTMLInputElement__stepDown_1_Callback(mthis, n);
3026 return; 3026 return;
3027 } 3027 }
3028 Native_HTMLInputElement__stepDown_2_Callback(mthis); 3028 Native_HTMLInputElement__stepDown_2_Callback(mthis);
3029 return; 3029 return;
3030 } 3030 }
3031 3031
3032 Native_HTMLInputElement__stepDown_1_Callback(mthis, n) native "HTMLInputElement_ stepDown_Callback_1_long"; 3032 Native_HTMLInputElement__stepDown_1_Callback(mthis, n) native "HTMLInputElement_ stepDown_Callback_RESOLVER_STRING_1_long";
3033 3033
3034 Native_HTMLInputElement__stepDown_2_Callback(mthis) native "HTMLInputElement_ste pDown_Callback_0_"; 3034 Native_HTMLInputElement__stepDown_2_Callback(mthis) native "HTMLInputElement_ste pDown_Callback_RESOLVER_STRING_0_";
3035 3035
3036 // Generated overload resolver 3036 // Generated overload resolver
3037 Native_HTMLInputElement_stepUp(mthis, n) { 3037 Native_HTMLInputElement_stepUp(mthis, n) {
3038 if (n != null) { 3038 if (n != null) {
3039 Native_HTMLInputElement__stepUp_1_Callback(mthis, n); 3039 Native_HTMLInputElement__stepUp_1_Callback(mthis, n);
3040 return; 3040 return;
3041 } 3041 }
3042 Native_HTMLInputElement__stepUp_2_Callback(mthis); 3042 Native_HTMLInputElement__stepUp_2_Callback(mthis);
3043 return; 3043 return;
3044 } 3044 }
3045 3045
3046 Native_HTMLInputElement__stepUp_1_Callback(mthis, n) native "HTMLInputElement_st epUp_Callback_1_long"; 3046 Native_HTMLInputElement__stepUp_1_Callback(mthis, n) native "HTMLInputElement_st epUp_Callback_RESOLVER_STRING_1_long";
3047 3047
3048 Native_HTMLInputElement__stepUp_2_Callback(mthis) native "HTMLInputElement_stepU p_Callback_0_"; 3048 Native_HTMLInputElement__stepUp_2_Callback(mthis) native "HTMLInputElement_stepU p_Callback_RESOLVER_STRING_0_";
3049 3049
3050 Native_HTMLKeygenElement_autofocus_Getter(mthis) native "HTMLKeygenElement_autof ocus_Getter"; 3050 Native_HTMLKeygenElement_autofocus_Getter(mthis) native "HTMLKeygenElement_autof ocus_Getter";
3051 3051
3052 Native_HTMLKeygenElement_autofocus_Setter(mthis, value) native "HTMLKeygenElemen t_autofocus_Setter"; 3052 Native_HTMLKeygenElement_autofocus_Setter(mthis, value) native "HTMLKeygenElemen t_autofocus_Setter";
3053 3053
3054 Native_HTMLKeygenElement_challenge_Getter(mthis) native "HTMLKeygenElement_chall enge_Getter"; 3054 Native_HTMLKeygenElement_challenge_Getter(mthis) native "HTMLKeygenElement_chall enge_Getter";
3055 3055
3056 Native_HTMLKeygenElement_challenge_Setter(mthis, value) native "HTMLKeygenElemen t_challenge_Setter"; 3056 Native_HTMLKeygenElement_challenge_Setter(mthis, value) native "HTMLKeygenElemen t_challenge_Setter";
3057 3057
3058 Native_HTMLKeygenElement_disabled_Getter(mthis) native "HTMLKeygenElement_disabl ed_Getter"; 3058 Native_HTMLKeygenElement_disabled_Getter(mthis) native "HTMLKeygenElement_disabl ed_Getter";
(...skipping 13 matching lines...) Expand all
3072 Native_HTMLKeygenElement_name_Setter(mthis, value) native "HTMLKeygenElement_nam e_Setter"; 3072 Native_HTMLKeygenElement_name_Setter(mthis, value) native "HTMLKeygenElement_nam e_Setter";
3073 3073
3074 Native_HTMLKeygenElement_type_Getter(mthis) native "HTMLKeygenElement_type_Gette r"; 3074 Native_HTMLKeygenElement_type_Getter(mthis) native "HTMLKeygenElement_type_Gette r";
3075 3075
3076 Native_HTMLKeygenElement_validationMessage_Getter(mthis) native "HTMLKeygenEleme nt_validationMessage_Getter"; 3076 Native_HTMLKeygenElement_validationMessage_Getter(mthis) native "HTMLKeygenEleme nt_validationMessage_Getter";
3077 3077
3078 Native_HTMLKeygenElement_validity_Getter(mthis) native "HTMLKeygenElement_validi ty_Getter"; 3078 Native_HTMLKeygenElement_validity_Getter(mthis) native "HTMLKeygenElement_validi ty_Getter";
3079 3079
3080 Native_HTMLKeygenElement_willValidate_Getter(mthis) native "HTMLKeygenElement_wi llValidate_Getter"; 3080 Native_HTMLKeygenElement_willValidate_Getter(mthis) native "HTMLKeygenElement_wi llValidate_Getter";
3081 3081
3082 Native_HTMLKeygenElement_checkValidity_Callback(mthis) native "HTMLKeygenElement _checkValidity_Callback"; 3082 Native_HTMLKeygenElement_checkValidity_Callback(mthis) native "HTMLKeygenElement _checkValidity_Callback_RESOLVER_STRING_0_";
3083 3083
3084 Native_HTMLKeygenElement_setCustomValidity_Callback(mthis, error) native "HTMLKe ygenElement_setCustomValidity_Callback"; 3084 Native_HTMLKeygenElement_setCustomValidity_Callback(mthis, error) native "HTMLKe ygenElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3085 3085
3086 Native_HTMLLIElement_value_Getter(mthis) native "HTMLLIElement_value_Getter"; 3086 Native_HTMLLIElement_value_Getter(mthis) native "HTMLLIElement_value_Getter";
3087 3087
3088 Native_HTMLLIElement_value_Setter(mthis, value) native "HTMLLIElement_value_Sett er"; 3088 Native_HTMLLIElement_value_Setter(mthis, value) native "HTMLLIElement_value_Sett er";
3089 3089
3090 Native_HTMLLabelElement_control_Getter(mthis) native "HTMLLabelElement_control_G etter"; 3090 Native_HTMLLabelElement_control_Getter(mthis) native "HTMLLabelElement_control_G etter";
3091 3091
3092 Native_HTMLLabelElement_form_Getter(mthis) native "HTMLLabelElement_form_Getter" ; 3092 Native_HTMLLabelElement_form_Getter(mthis) native "HTMLLabelElement_form_Getter" ;
3093 3093
3094 Native_HTMLLabelElement_htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_G etter"; 3094 Native_HTMLLabelElement_htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_G etter";
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 Native_HTMLObjectElement_validationMessage_Getter(mthis) native "HTMLObjectEleme nt_validationMessage_Getter"; 3220 Native_HTMLObjectElement_validationMessage_Getter(mthis) native "HTMLObjectEleme nt_validationMessage_Getter";
3221 3221
3222 Native_HTMLObjectElement_validity_Getter(mthis) native "HTMLObjectElement_validi ty_Getter"; 3222 Native_HTMLObjectElement_validity_Getter(mthis) native "HTMLObjectElement_validi ty_Getter";
3223 3223
3224 Native_HTMLObjectElement_width_Getter(mthis) native "HTMLObjectElement_width_Get ter"; 3224 Native_HTMLObjectElement_width_Getter(mthis) native "HTMLObjectElement_width_Get ter";
3225 3225
3226 Native_HTMLObjectElement_width_Setter(mthis, value) native "HTMLObjectElement_wi dth_Setter"; 3226 Native_HTMLObjectElement_width_Setter(mthis, value) native "HTMLObjectElement_wi dth_Setter";
3227 3227
3228 Native_HTMLObjectElement_willValidate_Getter(mthis) native "HTMLObjectElement_wi llValidate_Getter"; 3228 Native_HTMLObjectElement_willValidate_Getter(mthis) native "HTMLObjectElement_wi llValidate_Getter";
3229 3229
3230 Native_HTMLObjectElement___getter___Callback(mthis, index_OR_name) native "HTMLO bjectElement___getter___Callback"; 3230 Native_HTMLObjectElement___getter___Callback(mthis, index_OR_name) native "HTMLO bjectElement___getter___Callback_RESOLVER_STRING_1_unsigned long";
3231 3231
3232 Native_HTMLObjectElement___setter___Callback(mthis, index_OR_name, value) native "HTMLObjectElement___setter___Callback"; 3232 Native_HTMLObjectElement___setter___Callback(mthis, index_OR_name, value) native "HTMLObjectElement___setter___Callback_RESOLVER_STRING_2_unsigned long_Node";
3233 3233
3234 Native_HTMLObjectElement_checkValidity_Callback(mthis) native "HTMLObjectElement _checkValidity_Callback"; 3234 Native_HTMLObjectElement_checkValidity_Callback(mthis) native "HTMLObjectElement _checkValidity_Callback_RESOLVER_STRING_0_";
3235 3235
3236 Native_HTMLObjectElement_setCustomValidity_Callback(mthis, error) native "HTMLOb jectElement_setCustomValidity_Callback"; 3236 Native_HTMLObjectElement_setCustomValidity_Callback(mthis, error) native "HTMLOb jectElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3237 3237
3238 Native_HTMLOptGroupElement_disabled_Getter(mthis) native "HTMLOptGroupElement_di sabled_Getter"; 3238 Native_HTMLOptGroupElement_disabled_Getter(mthis) native "HTMLOptGroupElement_di sabled_Getter";
3239 3239
3240 Native_HTMLOptGroupElement_disabled_Setter(mthis, value) native "HTMLOptGroupEle ment_disabled_Setter"; 3240 Native_HTMLOptGroupElement_disabled_Setter(mthis, value) native "HTMLOptGroupEle ment_disabled_Setter";
3241 3241
3242 Native_HTMLOptGroupElement_label_Getter(mthis) native "HTMLOptGroupElement_label _Getter"; 3242 Native_HTMLOptGroupElement_label_Getter(mthis) native "HTMLOptGroupElement_label _Getter";
3243 3243
3244 Native_HTMLOptGroupElement_label_Setter(mthis, value) native "HTMLOptGroupElemen t_label_Setter"; 3244 Native_HTMLOptGroupElement_label_Setter(mthis, value) native "HTMLOptGroupElemen t_label_Setter";
3245 3245
3246 // Generated overload resolver 3246 // Generated overload resolver
3247 Native_HTMLOptionElement_OptionElement__(data, value, defaultSelected, selected) { 3247 Native_HTMLOptionElement_OptionElement__(data, value, defaultSelected, selected) {
3248 return Native_HTMLOptionElement__create_1constructorCallback(data, value, de faultSelected, selected); 3248 return Native_HTMLOptionElement__create_1constructorCallback(data, value, de faultSelected, selected);
3249 } 3249 }
3250 3250
3251 Native_HTMLOptionElement__create_1constructorCallback(data, value, defaultSelect ed, selected) native "HTMLOptionElement__create_1constructorCallback"; 3251 Native_HTMLOptionElement_constructorCallback(data, value, defaultSelected, selec ted) native "HTMLOptionElement_constructorCallback_RESOLVER_STRING_4_DOMString_D OMString_boolean_boolean";
3252 3252
3253 Native_HTMLOptionElement_defaultSelected_Getter(mthis) native "HTMLOptionElement _defaultSelected_Getter"; 3253 Native_HTMLOptionElement_defaultSelected_Getter(mthis) native "HTMLOptionElement _defaultSelected_Getter";
3254 3254
3255 Native_HTMLOptionElement_defaultSelected_Setter(mthis, value) native "HTMLOption Element_defaultSelected_Setter"; 3255 Native_HTMLOptionElement_defaultSelected_Setter(mthis, value) native "HTMLOption Element_defaultSelected_Setter";
3256 3256
3257 Native_HTMLOptionElement_disabled_Getter(mthis) native "HTMLOptionElement_disabl ed_Getter"; 3257 Native_HTMLOptionElement_disabled_Getter(mthis) native "HTMLOptionElement_disabl ed_Getter";
3258 3258
3259 Native_HTMLOptionElement_disabled_Setter(mthis, value) native "HTMLOptionElement _disabled_Setter"; 3259 Native_HTMLOptionElement_disabled_Setter(mthis, value) native "HTMLOptionElement _disabled_Setter";
3260 3260
3261 Native_HTMLOptionElement_form_Getter(mthis) native "HTMLOptionElement_form_Gette r"; 3261 Native_HTMLOptionElement_form_Getter(mthis) native "HTMLOptionElement_form_Gette r";
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
3293 Native_HTMLOutputElement_validationMessage_Getter(mthis) native "HTMLOutputEleme nt_validationMessage_Getter"; 3293 Native_HTMLOutputElement_validationMessage_Getter(mthis) native "HTMLOutputEleme nt_validationMessage_Getter";
3294 3294
3295 Native_HTMLOutputElement_validity_Getter(mthis) native "HTMLOutputElement_validi ty_Getter"; 3295 Native_HTMLOutputElement_validity_Getter(mthis) native "HTMLOutputElement_validi ty_Getter";
3296 3296
3297 Native_HTMLOutputElement_value_Getter(mthis) native "HTMLOutputElement_value_Get ter"; 3297 Native_HTMLOutputElement_value_Getter(mthis) native "HTMLOutputElement_value_Get ter";
3298 3298
3299 Native_HTMLOutputElement_value_Setter(mthis, value) native "HTMLOutputElement_va lue_Setter"; 3299 Native_HTMLOutputElement_value_Setter(mthis, value) native "HTMLOutputElement_va lue_Setter";
3300 3300
3301 Native_HTMLOutputElement_willValidate_Getter(mthis) native "HTMLOutputElement_wi llValidate_Getter"; 3301 Native_HTMLOutputElement_willValidate_Getter(mthis) native "HTMLOutputElement_wi llValidate_Getter";
3302 3302
3303 Native_HTMLOutputElement_checkValidity_Callback(mthis) native "HTMLOutputElement _checkValidity_Callback"; 3303 Native_HTMLOutputElement_checkValidity_Callback(mthis) native "HTMLOutputElement _checkValidity_Callback_RESOLVER_STRING_0_";
3304 3304
3305 Native_HTMLOutputElement_setCustomValidity_Callback(mthis, error) native "HTMLOu tputElement_setCustomValidity_Callback"; 3305 Native_HTMLOutputElement_setCustomValidity_Callback(mthis, error) native "HTMLOu tputElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3306 3306
3307 Native_HTMLParamElement_name_Getter(mthis) native "HTMLParamElement_name_Getter" ; 3307 Native_HTMLParamElement_name_Getter(mthis) native "HTMLParamElement_name_Getter" ;
3308 3308
3309 Native_HTMLParamElement_name_Setter(mthis, value) native "HTMLParamElement_name_ Setter"; 3309 Native_HTMLParamElement_name_Setter(mthis, value) native "HTMLParamElement_name_ Setter";
3310 3310
3311 Native_HTMLParamElement_value_Getter(mthis) native "HTMLParamElement_value_Gette r"; 3311 Native_HTMLParamElement_value_Getter(mthis) native "HTMLParamElement_value_Gette r";
3312 3312
3313 Native_HTMLParamElement_value_Setter(mthis, value) native "HTMLParamElement_valu e_Setter"; 3313 Native_HTMLParamElement_value_Setter(mthis, value) native "HTMLParamElement_valu e_Setter";
3314 3314
3315 Native_HTMLProgressElement_labels_Getter(mthis) native "HTMLProgressElement_labe ls_Getter"; 3315 Native_HTMLProgressElement_labels_Getter(mthis) native "HTMLProgressElement_labe ls_Getter";
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
3397 Native_HTMLSelectElement_validationMessage_Getter(mthis) native "HTMLSelectEleme nt_validationMessage_Getter"; 3397 Native_HTMLSelectElement_validationMessage_Getter(mthis) native "HTMLSelectEleme nt_validationMessage_Getter";
3398 3398
3399 Native_HTMLSelectElement_validity_Getter(mthis) native "HTMLSelectElement_validi ty_Getter"; 3399 Native_HTMLSelectElement_validity_Getter(mthis) native "HTMLSelectElement_validi ty_Getter";
3400 3400
3401 Native_HTMLSelectElement_value_Getter(mthis) native "HTMLSelectElement_value_Get ter"; 3401 Native_HTMLSelectElement_value_Getter(mthis) native "HTMLSelectElement_value_Get ter";
3402 3402
3403 Native_HTMLSelectElement_value_Setter(mthis, value) native "HTMLSelectElement_va lue_Setter"; 3403 Native_HTMLSelectElement_value_Setter(mthis, value) native "HTMLSelectElement_va lue_Setter";
3404 3404
3405 Native_HTMLSelectElement_willValidate_Getter(mthis) native "HTMLSelectElement_wi llValidate_Getter"; 3405 Native_HTMLSelectElement_willValidate_Getter(mthis) native "HTMLSelectElement_wi llValidate_Getter";
3406 3406
3407 Native_HTMLSelectElement___setter___Callback(mthis, index, value) native "HTMLSe lectElement___setter___Callback"; 3407 Native_HTMLSelectElement___setter___Callback(mthis, index, value) native "HTMLSe lectElement___setter___Callback_RESOLVER_STRING_2_unsigned long_HTMLOptionElemen t";
3408 3408
3409 Native_HTMLSelectElement_checkValidity_Callback(mthis) native "HTMLSelectElement _checkValidity_Callback"; 3409 Native_HTMLSelectElement_checkValidity_Callback(mthis) native "HTMLSelectElement _checkValidity_Callback_RESOLVER_STRING_0_";
3410 3410
3411 Native_HTMLSelectElement_item_Callback(mthis, index) native "HTMLSelectElement_i tem_Callback"; 3411 Native_HTMLSelectElement_item_Callback(mthis, index) native "HTMLSelectElement_i tem_Callback_RESOLVER_STRING_1_unsigned long";
3412 3412
3413 Native_HTMLSelectElement_namedItem_Callback(mthis, name) native "HTMLSelectEleme nt_namedItem_Callback"; 3413 Native_HTMLSelectElement_namedItem_Callback(mthis, name) native "HTMLSelectEleme nt_namedItem_Callback_RESOLVER_STRING_1_DOMString";
3414 3414
3415 Native_HTMLSelectElement_setCustomValidity_Callback(mthis, error) native "HTMLSe lectElement_setCustomValidity_Callback"; 3415 Native_HTMLSelectElement_setCustomValidity_Callback(mthis, error) native "HTMLSe lectElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3416 3416
3417 Native_HTMLShadowElement_resetStyleInheritance_Getter(mthis) native "HTMLShadowE lement_resetStyleInheritance_Getter"; 3417 Native_HTMLShadowElement_resetStyleInheritance_Getter(mthis) native "HTMLShadowE lement_resetStyleInheritance_Getter";
3418 3418
3419 Native_HTMLShadowElement_resetStyleInheritance_Setter(mthis, value) native "HTML ShadowElement_resetStyleInheritance_Setter"; 3419 Native_HTMLShadowElement_resetStyleInheritance_Setter(mthis, value) native "HTML ShadowElement_resetStyleInheritance_Setter";
3420 3420
3421 Native_HTMLShadowElement_getDistributedNodes_Callback(mthis) native "HTMLShadowE lement_getDistributedNodes_Callback"; 3421 Native_HTMLShadowElement_getDistributedNodes_Callback(mthis) native "HTMLShadowE lement_getDistributedNodes_Callback_RESOLVER_STRING_0_";
3422 3422
3423 Native_HTMLSourceElement_media_Getter(mthis) native "HTMLSourceElement_media_Get ter"; 3423 Native_HTMLSourceElement_media_Getter(mthis) native "HTMLSourceElement_media_Get ter";
3424 3424
3425 Native_HTMLSourceElement_media_Setter(mthis, value) native "HTMLSourceElement_me dia_Setter"; 3425 Native_HTMLSourceElement_media_Setter(mthis, value) native "HTMLSourceElement_me dia_Setter";
3426 3426
3427 Native_HTMLSourceElement_src_Getter(mthis) native "HTMLSourceElement_src_Getter" ; 3427 Native_HTMLSourceElement_src_Getter(mthis) native "HTMLSourceElement_src_Getter" ;
3428 3428
3429 Native_HTMLSourceElement_src_Setter(mthis, value) native "HTMLSourceElement_src_ Setter"; 3429 Native_HTMLSourceElement_src_Setter(mthis, value) native "HTMLSourceElement_src_ Setter";
3430 3430
3431 Native_HTMLSourceElement_type_Getter(mthis) native "HTMLSourceElement_type_Gette r"; 3431 Native_HTMLSourceElement_type_Getter(mthis) native "HTMLSourceElement_type_Gette r";
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
3477 Native_HTMLTableElement_tBodies_Getter(mthis) native "HTMLTableElement_tBodies_G etter"; 3477 Native_HTMLTableElement_tBodies_Getter(mthis) native "HTMLTableElement_tBodies_G etter";
3478 3478
3479 Native_HTMLTableElement_tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Gette r"; 3479 Native_HTMLTableElement_tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Gette r";
3480 3480
3481 Native_HTMLTableElement_tFoot_Setter(mthis, value) native "HTMLTableElement_tFoo t_Setter"; 3481 Native_HTMLTableElement_tFoot_Setter(mthis, value) native "HTMLTableElement_tFoo t_Setter";
3482 3482
3483 Native_HTMLTableElement_tHead_Getter(mthis) native "HTMLTableElement_tHead_Gette r"; 3483 Native_HTMLTableElement_tHead_Getter(mthis) native "HTMLTableElement_tHead_Gette r";
3484 3484
3485 Native_HTMLTableElement_tHead_Setter(mthis, value) native "HTMLTableElement_tHea d_Setter"; 3485 Native_HTMLTableElement_tHead_Setter(mthis, value) native "HTMLTableElement_tHea d_Setter";
3486 3486
3487 Native_HTMLTableElement_createCaption_Callback(mthis) native "HTMLTableElement_c reateCaption_Callback"; 3487 Native_HTMLTableElement_createCaption_Callback(mthis) native "HTMLTableElement_c reateCaption_Callback_RESOLVER_STRING_0_";
3488 3488
3489 Native_HTMLTableElement_createTBody_Callback(mthis) native "HTMLTableElement_cre ateTBody_Callback"; 3489 Native_HTMLTableElement_createTBody_Callback(mthis) native "HTMLTableElement_cre ateTBody_Callback_RESOLVER_STRING_0_";
3490 3490
3491 Native_HTMLTableElement_createTFoot_Callback(mthis) native "HTMLTableElement_cre ateTFoot_Callback"; 3491 Native_HTMLTableElement_createTFoot_Callback(mthis) native "HTMLTableElement_cre ateTFoot_Callback_RESOLVER_STRING_0_";
3492 3492
3493 Native_HTMLTableElement_createTHead_Callback(mthis) native "HTMLTableElement_cre ateTHead_Callback"; 3493 Native_HTMLTableElement_createTHead_Callback(mthis) native "HTMLTableElement_cre ateTHead_Callback_RESOLVER_STRING_0_";
3494 3494
3495 Native_HTMLTableElement_deleteCaption_Callback(mthis) native "HTMLTableElement_d eleteCaption_Callback"; 3495 Native_HTMLTableElement_deleteCaption_Callback(mthis) native "HTMLTableElement_d eleteCaption_Callback_RESOLVER_STRING_0_";
3496 3496
3497 Native_HTMLTableElement_deleteRow_Callback(mthis, index) native "HTMLTableElemen t_deleteRow_Callback"; 3497 Native_HTMLTableElement_deleteRow_Callback(mthis, index) native "HTMLTableElemen t_deleteRow_Callback_RESOLVER_STRING_1_long";
3498 3498
3499 Native_HTMLTableElement_deleteTFoot_Callback(mthis) native "HTMLTableElement_del eteTFoot_Callback"; 3499 Native_HTMLTableElement_deleteTFoot_Callback(mthis) native "HTMLTableElement_del eteTFoot_Callback_RESOLVER_STRING_0_";
3500 3500
3501 Native_HTMLTableElement_deleteTHead_Callback(mthis) native "HTMLTableElement_del eteTHead_Callback"; 3501 Native_HTMLTableElement_deleteTHead_Callback(mthis) native "HTMLTableElement_del eteTHead_Callback_RESOLVER_STRING_0_";
3502 3502
3503 Native_HTMLTableElement_insertRow_Callback(mthis, index) native "HTMLTableElemen t_insertRow_Callback"; 3503 Native_HTMLTableElement_insertRow_Callback(mthis, index) native "HTMLTableElemen t_insertRow_Callback_RESOLVER_STRING_1_long";
3504 3504
3505 Native_HTMLTableRowElement_cells_Getter(mthis) native "HTMLTableRowElement_cells _Getter"; 3505 Native_HTMLTableRowElement_cells_Getter(mthis) native "HTMLTableRowElement_cells _Getter";
3506 3506
3507 Native_HTMLTableRowElement_rowIndex_Getter(mthis) native "HTMLTableRowElement_ro wIndex_Getter"; 3507 Native_HTMLTableRowElement_rowIndex_Getter(mthis) native "HTMLTableRowElement_ro wIndex_Getter";
3508 3508
3509 Native_HTMLTableRowElement_sectionRowIndex_Getter(mthis) native "HTMLTableRowEle ment_sectionRowIndex_Getter"; 3509 Native_HTMLTableRowElement_sectionRowIndex_Getter(mthis) native "HTMLTableRowEle ment_sectionRowIndex_Getter";
3510 3510
3511 Native_HTMLTableRowElement_deleteCell_Callback(mthis, index) native "HTMLTableRo wElement_deleteCell_Callback"; 3511 Native_HTMLTableRowElement_deleteCell_Callback(mthis, index) native "HTMLTableRo wElement_deleteCell_Callback_RESOLVER_STRING_1_long";
3512 3512
3513 Native_HTMLTableRowElement_insertCell_Callback(mthis, index) native "HTMLTableRo wElement_insertCell_Callback"; 3513 Native_HTMLTableRowElement_insertCell_Callback(mthis, index) native "HTMLTableRo wElement_insertCell_Callback_RESOLVER_STRING_1_long";
3514 3514
3515 Native_HTMLTableSectionElement_rows_Getter(mthis) native "HTMLTableSectionElemen t_rows_Getter"; 3515 Native_HTMLTableSectionElement_rows_Getter(mthis) native "HTMLTableSectionElemen t_rows_Getter";
3516 3516
3517 Native_HTMLTableSectionElement_deleteRow_Callback(mthis, index) native "HTMLTabl eSectionElement_deleteRow_Callback"; 3517 Native_HTMLTableSectionElement_deleteRow_Callback(mthis, index) native "HTMLTabl eSectionElement_deleteRow_Callback_RESOLVER_STRING_1_long";
3518 3518
3519 Native_HTMLTableSectionElement_insertRow_Callback(mthis, index) native "HTMLTabl eSectionElement_insertRow_Callback"; 3519 Native_HTMLTableSectionElement_insertRow_Callback(mthis, index) native "HTMLTabl eSectionElement_insertRow_Callback_RESOLVER_STRING_1_long";
3520 3520
3521 Native_HTMLTemplateElement_content_Getter(mthis) native "HTMLTemplateElement_con tent_Getter"; 3521 Native_HTMLTemplateElement_content_Getter(mthis) native "HTMLTemplateElement_con tent_Getter";
3522 3522
3523 Native_HTMLTextAreaElement_autofocus_Getter(mthis) native "HTMLTextAreaElement_a utofocus_Getter"; 3523 Native_HTMLTextAreaElement_autofocus_Getter(mthis) native "HTMLTextAreaElement_a utofocus_Getter";
3524 3524
3525 Native_HTMLTextAreaElement_autofocus_Setter(mthis, value) native "HTMLTextAreaEl ement_autofocus_Setter"; 3525 Native_HTMLTextAreaElement_autofocus_Setter(mthis, value) native "HTMLTextAreaEl ement_autofocus_Setter";
3526 3526
3527 Native_HTMLTextAreaElement_cols_Getter(mthis) native "HTMLTextAreaElement_cols_G etter"; 3527 Native_HTMLTextAreaElement_cols_Getter(mthis) native "HTMLTextAreaElement_cols_G etter";
3528 3528
3529 Native_HTMLTextAreaElement_cols_Setter(mthis, value) native "HTMLTextAreaElement _cols_Setter"; 3529 Native_HTMLTextAreaElement_cols_Setter(mthis, value) native "HTMLTextAreaElement _cols_Setter";
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
3595 Native_HTMLTextAreaElement_value_Getter(mthis) native "HTMLTextAreaElement_value _Getter"; 3595 Native_HTMLTextAreaElement_value_Getter(mthis) native "HTMLTextAreaElement_value _Getter";
3596 3596
3597 Native_HTMLTextAreaElement_value_Setter(mthis, value) native "HTMLTextAreaElemen t_value_Setter"; 3597 Native_HTMLTextAreaElement_value_Setter(mthis, value) native "HTMLTextAreaElemen t_value_Setter";
3598 3598
3599 Native_HTMLTextAreaElement_willValidate_Getter(mthis) native "HTMLTextAreaElemen t_willValidate_Getter"; 3599 Native_HTMLTextAreaElement_willValidate_Getter(mthis) native "HTMLTextAreaElemen t_willValidate_Getter";
3600 3600
3601 Native_HTMLTextAreaElement_wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_G etter"; 3601 Native_HTMLTextAreaElement_wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_G etter";
3602 3602
3603 Native_HTMLTextAreaElement_wrap_Setter(mthis, value) native "HTMLTextAreaElement _wrap_Setter"; 3603 Native_HTMLTextAreaElement_wrap_Setter(mthis, value) native "HTMLTextAreaElement _wrap_Setter";
3604 3604
3605 Native_HTMLTextAreaElement_checkValidity_Callback(mthis) native "HTMLTextAreaEle ment_checkValidity_Callback"; 3605 Native_HTMLTextAreaElement_checkValidity_Callback(mthis) native "HTMLTextAreaEle ment_checkValidity_Callback_RESOLVER_STRING_0_";
3606 3606
3607 Native_HTMLTextAreaElement_select_Callback(mthis) native "HTMLTextAreaElement_se lect_Callback"; 3607 Native_HTMLTextAreaElement_select_Callback(mthis) native "HTMLTextAreaElement_se lect_Callback_RESOLVER_STRING_0_";
3608 3608
3609 Native_HTMLTextAreaElement_setCustomValidity_Callback(mthis, error) native "HTML TextAreaElement_setCustomValidity_Callback"; 3609 Native_HTMLTextAreaElement_setCustomValidity_Callback(mthis, error) native "HTML TextAreaElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3610 3610
3611 // Generated overload resolver 3611 // Generated overload resolver
3612 Native_HTMLTextAreaElement_setRangeText(mthis, replacement, start, end, selectio nMode) { 3612 Native_HTMLTextAreaElement_setRangeText(mthis, replacement, start, end, selectio nMode) {
3613 if ((replacement is String || replacement == null) && start == null && end = = null && selectionMode == null) { 3613 if ((replacement is String || replacement == null) && start == null && end = = null && selectionMode == null) {
3614 Native_HTMLTextAreaElement__setRangeText_1_Callback(mthis, replacement); 3614 Native_HTMLTextAreaElement__setRangeText_1_Callback(mthis, replacement);
3615 return; 3615 return;
3616 } 3616 }
3617 if ((selectionMode is String || selectionMode == null) && (end is int || end == null) && (start is int || start == null) && (replacement is String || replac ement == null)) { 3617 if ((selectionMode is String || selectionMode == null) && (end is int || end == null) && (start is int || start == null) && (replacement is String || replac ement == null)) {
3618 Native_HTMLTextAreaElement__setRangeText_2_Callback(mthis, replacement, st art, end, selectionMode); 3618 Native_HTMLTextAreaElement__setRangeText_2_Callback(mthis, replacement, st art, end, selectionMode);
3619 return; 3619 return;
3620 } 3620 }
3621 throw new ArgumentError("Incorrect number or type of arguments"); 3621 throw new ArgumentError("Incorrect number or type of arguments");
3622 } 3622 }
3623 3623
3624 Native_HTMLTextAreaElement__setRangeText_1_Callback(mthis, replacement) native " HTMLTextAreaElement_setRangeText_Callback_1_DOMString"; 3624 Native_HTMLTextAreaElement__setRangeText_1_Callback(mthis, replacement) native " HTMLTextAreaElement_setRangeText_Callback_RESOLVER_STRING_1_DOMString";
3625 3625
3626 Native_HTMLTextAreaElement__setRangeText_2_Callback(mthis, replacement, start, e nd, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback_4_DOMString _unsigned long_unsigned long_DOMString"; 3626 Native_HTMLTextAreaElement__setRangeText_2_Callback(mthis, replacement, start, e nd, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback_RESOLVER_ST RING_4_DOMString_unsigned long_unsigned long_DOMString";
3627 3627
3628 // Generated overload resolver 3628 // Generated overload resolver
3629 Native_HTMLTextAreaElement_setSelectionRange(mthis, start, end, direction) { 3629 Native_HTMLTextAreaElement_setSelectionRange(mthis, start, end, direction) {
3630 if (direction != null) { 3630 if (direction != null) {
3631 Native_HTMLTextAreaElement__setSelectionRange_1_Callback(mthis, start, end , direction); 3631 Native_HTMLTextAreaElement__setSelectionRange_1_Callback(mthis, start, end , direction);
3632 return; 3632 return;
3633 } 3633 }
3634 Native_HTMLTextAreaElement__setSelectionRange_2_Callback(mthis, start, end); 3634 Native_HTMLTextAreaElement__setSelectionRange_2_Callback(mthis, start, end);
3635 return; 3635 return;
3636 } 3636 }
3637 3637
3638 Native_HTMLTextAreaElement__setSelectionRange_1_Callback(mthis, start, end, dire ction) native "HTMLTextAreaElement_setSelectionRange_Callback_3_long_long_DOMStr ing"; 3638 Native_HTMLTextAreaElement__setSelectionRange_1_Callback(mthis, start, end, dire ction) native "HTMLTextAreaElement_setSelectionRange_Callback_RESOLVER_STRING_3_ long_long_DOMString";
3639 3639
3640 Native_HTMLTextAreaElement__setSelectionRange_2_Callback(mthis, start, end) nati ve "HTMLTextAreaElement_setSelectionRange_Callback_2_long_long"; 3640 Native_HTMLTextAreaElement__setSelectionRange_2_Callback(mthis, start, end) nati ve "HTMLTextAreaElement_setSelectionRange_Callback_RESOLVER_STRING_2_long_long";
3641 3641
3642 Native_HTMLTrackElement_default_Getter(mthis) native "HTMLTrackElement_default_G etter"; 3642 Native_HTMLTrackElement_default_Getter(mthis) native "HTMLTrackElement_default_G etter";
3643 3643
3644 Native_HTMLTrackElement_default_Setter(mthis, value) native "HTMLTrackElement_de fault_Setter"; 3644 Native_HTMLTrackElement_default_Setter(mthis, value) native "HTMLTrackElement_de fault_Setter";
3645 3645
3646 Native_HTMLTrackElement_kind_Getter(mthis) native "HTMLTrackElement_kind_Getter" ; 3646 Native_HTMLTrackElement_kind_Getter(mthis) native "HTMLTrackElement_kind_Getter" ;
3647 3647
3648 Native_HTMLTrackElement_kind_Setter(mthis, value) native "HTMLTrackElement_kind_ Setter"; 3648 Native_HTMLTrackElement_kind_Setter(mthis, value) native "HTMLTrackElement_kind_ Setter";
3649 3649
3650 Native_HTMLTrackElement_label_Getter(mthis) native "HTMLTrackElement_label_Gette r"; 3650 Native_HTMLTrackElement_label_Getter(mthis) native "HTMLTrackElement_label_Gette r";
(...skipping 25 matching lines...) Expand all
3676 Native_HTMLVideoElement_videoWidth_Getter(mthis) native "HTMLVideoElement_videoW idth_Getter"; 3676 Native_HTMLVideoElement_videoWidth_Getter(mthis) native "HTMLVideoElement_videoW idth_Getter";
3677 3677
3678 Native_HTMLVideoElement_webkitDecodedFrameCount_Getter(mthis) native "HTMLVideoE lement_webkitDecodedFrameCount_Getter"; 3678 Native_HTMLVideoElement_webkitDecodedFrameCount_Getter(mthis) native "HTMLVideoE lement_webkitDecodedFrameCount_Getter";
3679 3679
3680 Native_HTMLVideoElement_webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoE lement_webkitDroppedFrameCount_Getter"; 3680 Native_HTMLVideoElement_webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoE lement_webkitDroppedFrameCount_Getter";
3681 3681
3682 Native_HTMLVideoElement_width_Getter(mthis) native "HTMLVideoElement_width_Gette r"; 3682 Native_HTMLVideoElement_width_Getter(mthis) native "HTMLVideoElement_width_Gette r";
3683 3683
3684 Native_HTMLVideoElement_width_Setter(mthis, value) native "HTMLVideoElement_widt h_Setter"; 3684 Native_HTMLVideoElement_width_Setter(mthis, value) native "HTMLVideoElement_widt h_Setter";
3685 3685
3686 Native_HTMLVideoElement_getVideoPlaybackQuality_Callback(mthis) native "HTMLVide oElement_getVideoPlaybackQuality_Callback"; 3686 Native_HTMLVideoElement_getVideoPlaybackQuality_Callback(mthis) native "HTMLVide oElement_getVideoPlaybackQuality_Callback_RESOLVER_STRING_0_";
3687 3687
3688 Native_HTMLVideoElement_webkitEnterFullscreen_Callback(mthis) native "HTMLVideoE lement_webkitEnterFullscreen_Callback"; 3688 Native_HTMLVideoElement_webkitEnterFullscreen_Callback(mthis) native "HTMLVideoE lement_webkitEnterFullscreen_Callback_RESOLVER_STRING_0_";
3689 3689
3690 Native_HTMLVideoElement_webkitExitFullscreen_Callback(mthis) native "HTMLVideoEl ement_webkitExitFullscreen_Callback"; 3690 Native_HTMLVideoElement_webkitExitFullscreen_Callback(mthis) native "HTMLVideoEl ement_webkitExitFullscreen_Callback_RESOLVER_STRING_0_";
3691 3691
3692 Native_HashChangeEvent_newURL_Getter(mthis) native "HashChangeEvent_newURL_Gette r"; 3692 Native_HashChangeEvent_newURL_Getter(mthis) native "HashChangeEvent_newURL_Gette r";
3693 3693
3694 Native_HashChangeEvent_oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Gette r"; 3694 Native_HashChangeEvent_oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Gette r";
3695 3695
3696 Native_HashChangeEvent_initHashChangeEvent_Callback(mthis, type, canBubble, canc elable, oldURL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback"; 3696 Native_HashChangeEvent_initHashChangeEvent_Callback(mthis, type, canBubble, canc elable, oldURL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback_RES OLVER_STRING_5_DOMString_boolean_boolean_DOMString_DOMString";
3697 3697
3698 Native_History_length_Getter(mthis) native "History_length_Getter"; 3698 Native_History_length_Getter(mthis) native "History_length_Getter";
3699 3699
3700 Native_History_state_Getter(mthis) native "History_state_Getter"; 3700 Native_History_state_Getter(mthis) native "History_state_Getter";
3701 3701
3702 Native_History_back_Callback(mthis) native "History_back_Callback"; 3702 Native_History_back_Callback(mthis) native "History_back_Callback_RESOLVER_STRIN G_0_";
3703 3703
3704 Native_History_forward_Callback(mthis) native "History_forward_Callback"; 3704 Native_History_forward_Callback(mthis) native "History_forward_Callback_RESOLVER _STRING_0_";
3705 3705
3706 Native_History_go_Callback(mthis, distance) native "History_go_Callback"; 3706 Native_History_go_Callback(mthis, distance) native "History_go_Callback_RESOLVER _STRING_1_long";
3707 3707
3708 Native_History_pushState_Callback(mthis, data, title, url) native "History_pushS tate_Callback"; 3708 Native_History_pushState_Callback(mthis, data, title, url) native "History_pushS tate_Callback_RESOLVER_STRING_3_any_DOMString_DOMString";
3709 3709
3710 Native_History_replaceState_Callback(mthis, data, title, url) native "History_re placeState_Callback"; 3710 Native_History_replaceState_Callback(mthis, data, title, url) native "History_re placeState_Callback_RESOLVER_STRING_3_any_DOMString_DOMString";
3711 3711
3712 Native_IDBCursor_direction_Getter(mthis) native "IDBCursor_direction_Getter"; 3712 Native_IDBCursor_direction_Getter(mthis) native "IDBCursor_direction_Getter";
3713 3713
3714 Native_IDBCursor_key_Getter(mthis) native "IDBCursor_key_Getter"; 3714 Native_IDBCursor_key_Getter(mthis) native "IDBCursor_key_Getter";
3715 3715
3716 Native_IDBCursor_primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; 3716 Native_IDBCursor_primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter";
3717 3717
3718 Native_IDBCursor_source_Getter(mthis) native "IDBCursor_source_Getter"; 3718 Native_IDBCursor_source_Getter(mthis) native "IDBCursor_source_Getter";
3719 3719
3720 Native_IDBCursor_advance_Callback(mthis, count) native "IDBCursor_advance_Callba ck"; 3720 Native_IDBCursor_advance_Callback(mthis, count) native "IDBCursor_advance_Callba ck_RESOLVER_STRING_1_unsigned long";
3721 3721
3722 Native_IDBCursor_continuePrimaryKey_Callback(mthis, key, primaryKey) native "IDB Cursor_continuePrimaryKey_Callback"; 3722 Native_IDBCursor_continuePrimaryKey_Callback(mthis, key, primaryKey) native "IDB Cursor_continuePrimaryKey_Callback_RESOLVER_STRING_2_any_any";
3723 3723
3724 Native_IDBCursor_delete_Callback(mthis) native "IDBCursor_delete_Callback"; 3724 Native_IDBCursor_delete_Callback(mthis) native "IDBCursor_delete_Callback_RESOLV ER_STRING_0_";
3725 3725
3726 Native_IDBCursor_next_Callback(mthis, key) native "IDBCursor_next_Callback"; 3726 Native_IDBCursor_next_Callback(mthis, key) native "IDBCursor_continue_Callback_R ESOLVER_STRING_1_any";
3727 3727
3728 Native_IDBCursor_update_Callback(mthis, value) native "IDBCursor_update_Callback "; 3728 Native_IDBCursor_update_Callback(mthis, value) native "IDBCursor_update_Callback _RESOLVER_STRING_1_any";
3729 3729
3730 Native_IDBCursorWithValue_value_Getter(mthis) native "IDBCursorWithValue_value_G etter"; 3730 Native_IDBCursorWithValue_value_Getter(mthis) native "IDBCursorWithValue_value_G etter";
3731 3731
3732 Native_IDBDatabase_name_Getter(mthis) native "IDBDatabase_name_Getter"; 3732 Native_IDBDatabase_name_Getter(mthis) native "IDBDatabase_name_Getter";
3733 3733
3734 Native_IDBDatabase_objectStoreNames_Getter(mthis) native "IDBDatabase_objectStor eNames_Getter"; 3734 Native_IDBDatabase_objectStoreNames_Getter(mthis) native "IDBDatabase_objectStor eNames_Getter";
3735 3735
3736 Native_IDBDatabase_version_Getter(mthis) native "IDBDatabase_version_Getter"; 3736 Native_IDBDatabase_version_Getter(mthis) native "IDBDatabase_version_Getter";
3737 3737
3738 Native_IDBDatabase_close_Callback(mthis) native "IDBDatabase_close_Callback"; 3738 Native_IDBDatabase_close_Callback(mthis) native "IDBDatabase_close_Callback_RESO LVER_STRING_0_";
3739 3739
3740 Native_IDBDatabase_createObjectStore_Callback(mthis, name, options) native "IDBD atabase_createObjectStore_Callback"; 3740 Native_IDBDatabase_createObjectStore_Callback(mthis, name, options) native "IDBD atabase_createObjectStore_Callback_RESOLVER_STRING_2_DOMString_Dictionary";
3741 3741
3742 Native_IDBDatabase_deleteObjectStore_Callback(mthis, name) native "IDBDatabase_d eleteObjectStore_Callback"; 3742 Native_IDBDatabase_deleteObjectStore_Callback(mthis, name) native "IDBDatabase_d eleteObjectStore_Callback_RESOLVER_STRING_1_DOMString";
3743 3743
3744 // Generated overload resolver 3744 // Generated overload resolver
3745 Native_IDBDatabase_transaction(mthis, storeName_OR_storeNames, mode) { 3745 Native_IDBDatabase_transaction(mthis, storeName_OR_storeNames, mode) {
3746 if ((mode is String || mode == null) && (storeName_OR_storeNames is List<Str ing> || storeName_OR_storeNames == null)) { 3746 if ((mode is String || mode == null) && (storeName_OR_storeNames is List<Str ing> || storeName_OR_storeNames == null)) {
3747 return Native_IDBDatabase__transaction_1_Callback(mthis, storeName_OR_stor eNames, mode); 3747 return Native_IDBDatabase__transaction_1_Callback(mthis, storeName_OR_stor eNames, mode);
3748 } 3748 }
3749 if ((mode is String || mode == null) && (storeName_OR_storeNames is List<Str ing> || storeName_OR_storeNames == null)) { 3749 if ((mode is String || mode == null) && (storeName_OR_storeNames is List<Str ing> || storeName_OR_storeNames == null)) {
3750 return Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_stor eNames, mode); 3750 return Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_stor eNames, mode);
3751 } 3751 }
3752 if ((mode is String || mode == null) && (storeName_OR_storeNames is String | | storeName_OR_storeNames == null)) { 3752 if ((mode is String || mode == null) && (storeName_OR_storeNames is String | | storeName_OR_storeNames == null)) {
3753 return Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_stor eNames, mode); 3753 return Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_stor eNames, mode);
3754 } 3754 }
3755 throw new ArgumentError("Incorrect number or type of arguments"); 3755 throw new ArgumentError("Incorrect number or type of arguments");
3756 } 3756 }
3757 3757
3758 Native_IDBDatabase__transaction_1_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_2_DOMStringList_DOMString"; 3758 Native_IDBDatabase__transaction_1_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMStr ing";
3759 3759
3760 Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_2_sequence<DOMString>_DOMString"; 3760 Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_ DOMString";
3761 3761
3762 Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_2_DOMString_DOMString"; 3762 Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString" ;
3763 3763
3764 Native_IDBDatabase_transactionList_Callback(mthis, storeNames, mode) native "IDB Database_transactionList_Callback"; 3764 Native_IDBDatabase_transactionList_Callback(mthis, storeNames, mode) native "IDB Database_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_DOMString";
3765 3765
3766 Native_IDBDatabase_transactionStore_Callback(mthis, storeName, mode) native "IDB Database_transactionStore_Callback"; 3766 Native_IDBDatabase_transactionStore_Callback(mthis, storeName, mode) native "IDB Database_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString";
3767 3767
3768 Native_IDBDatabase_transactionStores_Callback(mthis, storeNames, mode) native "I DBDatabase_transactionStores_Callback"; 3768 Native_IDBDatabase_transactionStores_Callback(mthis, storeNames, mode) native "I DBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMString";
3769 3769
3770 Native_IDBFactory_cmp_Callback(mthis, first, second) native "IDBFactory_cmp_Call back"; 3770 Native_IDBFactory_cmp_Callback(mthis, first, second) native "IDBFactory_cmp_Call back_RESOLVER_STRING_2_any_any";
3771 3771
3772 Native_IDBFactory_deleteDatabase_Callback(mthis, name) native "IDBFactory_delete Database_Callback"; 3772 Native_IDBFactory_deleteDatabase_Callback(mthis, name) native "IDBFactory_delete Database_Callback_RESOLVER_STRING_1_DOMString";
3773 3773
3774 // Generated overload resolver 3774 // Generated overload resolver
3775 Native_IDBFactory__open(mthis, name, version) { 3775 Native_IDBFactory__open(mthis, name, version) {
3776 if (version != null) { 3776 if (version != null) {
3777 return Native_IDBFactory__open_1_Callback(mthis, name, version); 3777 return Native_IDBFactory__open_1_Callback(mthis, name, version);
3778 } 3778 }
3779 return Native_IDBFactory__open_2_Callback(mthis, name); 3779 return Native_IDBFactory__open_2_Callback(mthis, name);
3780 } 3780 }
3781 3781
3782 Native_IDBFactory__open_1_Callback(mthis, name, version) native "IDBFactory_open _Callback_2_DOMString_unsigned long long"; 3782 Native_IDBFactory__open_1_Callback(mthis, name, version) native "IDBFactory_open _Callback_RESOLVER_STRING_2_DOMString_unsigned long long";
3783 3783
3784 Native_IDBFactory__open_2_Callback(mthis, name) native "IDBFactory_open_Callback _1_DOMString"; 3784 Native_IDBFactory__open_2_Callback(mthis, name) native "IDBFactory_open_Callback _RESOLVER_STRING_1_DOMString";
3785 3785
3786 Native_IDBFactory_webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webk itGetDatabaseNames_Callback"; 3786 Native_IDBFactory_webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webk itGetDatabaseNames_Callback_RESOLVER_STRING_0_";
3787 3787
3788 Native_IDBIndex_keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter"; 3788 Native_IDBIndex_keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter";
3789 3789
3790 Native_IDBIndex_multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter"; 3790 Native_IDBIndex_multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter";
3791 3791
3792 Native_IDBIndex_name_Getter(mthis) native "IDBIndex_name_Getter"; 3792 Native_IDBIndex_name_Getter(mthis) native "IDBIndex_name_Getter";
3793 3793
3794 Native_IDBIndex_objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; 3794 Native_IDBIndex_objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter";
3795 3795
3796 Native_IDBIndex_unique_Getter(mthis) native "IDBIndex_unique_Getter"; 3796 Native_IDBIndex_unique_Getter(mthis) native "IDBIndex_unique_Getter";
3797 3797
3798 Native_IDBIndex_count_Callback(mthis, key) native "IDBIndex_count_Callback"; 3798 Native_IDBIndex_count_Callback(mthis, key) native "IDBIndex_count_Callback_RESOL VER_STRING_1_any";
3799 3799
3800 Native_IDBIndex_get_Callback(mthis, key) native "IDBIndex_get_Callback"; 3800 Native_IDBIndex_get_Callback(mthis, key) native "IDBIndex_get_Callback_RESOLVER_ STRING_1_any";
3801 3801
3802 Native_IDBIndex_getKey_Callback(mthis, key) native "IDBIndex_getKey_Callback"; 3802 Native_IDBIndex_getKey_Callback(mthis, key) native "IDBIndex_getKey_Callback_RES OLVER_STRING_1_any";
3803 3803
3804 Native_IDBIndex_openCursor_Callback(mthis, key, direction) native "IDBIndex_open Cursor_Callback"; 3804 Native_IDBIndex_openCursor_Callback(mthis, key, direction) native "IDBIndex_open Cursor_Callback_RESOLVER_STRING_2_any_DOMString";
3805 3805
3806 Native_IDBIndex_openKeyCursor_Callback(mthis, key, direction) native "IDBIndex_o penKeyCursor_Callback"; 3806 Native_IDBIndex_openKeyCursor_Callback(mthis, key, direction) native "IDBIndex_o penKeyCursor_Callback_RESOLVER_STRING_2_any_DOMString";
3807 3807
3808 Native_IDBKeyRange_lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; 3808 Native_IDBKeyRange_lower_Getter(mthis) native "IDBKeyRange_lower_Getter";
3809 3809
3810 Native_IDBKeyRange_lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter" ; 3810 Native_IDBKeyRange_lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter" ;
3811 3811
3812 Native_IDBKeyRange_upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; 3812 Native_IDBKeyRange_upper_Getter(mthis) native "IDBKeyRange_upper_Getter";
3813 3813
3814 Native_IDBKeyRange_upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter" ; 3814 Native_IDBKeyRange_upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter" ;
3815 3815
3816 Native_IDBKeyRange_bound__Callback(lower, upper, lowerOpen, upperOpen) native "I DBKeyRange_bound__Callback"; 3816 Native_IDBKeyRange_bound__Callback(lower, upper, lowerOpen, upperOpen) native "I DBKeyRange_bound_Callback_RESOLVER_STRING_4_any_any_boolean_boolean";
3817 3817
3818 Native_IDBKeyRange_lowerBound__Callback(bound, open) native "IDBKeyRange_lowerBo und__Callback"; 3818 Native_IDBKeyRange_lowerBound__Callback(bound, open) native "IDBKeyRange_lowerBo und_Callback_RESOLVER_STRING_2_any_boolean";
3819 3819
3820 Native_IDBKeyRange_only__Callback(value) native "IDBKeyRange_only__Callback"; 3820 Native_IDBKeyRange_only__Callback(value) native "IDBKeyRange_only_Callback_RESOL VER_STRING_1_any";
3821 3821
3822 Native_IDBKeyRange_upperBound__Callback(bound, open) native "IDBKeyRange_upperBo und__Callback"; 3822 Native_IDBKeyRange_upperBound__Callback(bound, open) native "IDBKeyRange_upperBo und_Callback_RESOLVER_STRING_2_any_boolean";
3823 3823
3824 Native_IDBObjectStore_autoIncrement_Getter(mthis) native "IDBObjectStore_autoInc rement_Getter"; 3824 Native_IDBObjectStore_autoIncrement_Getter(mthis) native "IDBObjectStore_autoInc rement_Getter";
3825 3825
3826 Native_IDBObjectStore_indexNames_Getter(mthis) native "IDBObjectStore_indexNames _Getter"; 3826 Native_IDBObjectStore_indexNames_Getter(mthis) native "IDBObjectStore_indexNames _Getter";
3827 3827
3828 Native_IDBObjectStore_keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Gette r"; 3828 Native_IDBObjectStore_keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Gette r";
3829 3829
3830 Native_IDBObjectStore_name_Getter(mthis) native "IDBObjectStore_name_Getter"; 3830 Native_IDBObjectStore_name_Getter(mthis) native "IDBObjectStore_name_Getter";
3831 3831
3832 Native_IDBObjectStore_transaction_Getter(mthis) native "IDBObjectStore_transacti on_Getter"; 3832 Native_IDBObjectStore_transaction_Getter(mthis) native "IDBObjectStore_transacti on_Getter";
3833 3833
3834 Native_IDBObjectStore_add_Callback(mthis, value, key) native "IDBObjectStore_add _Callback"; 3834 Native_IDBObjectStore_add_Callback(mthis, value, key) native "IDBObjectStore_add _Callback_RESOLVER_STRING_2_any_any";
3835 3835
3836 Native_IDBObjectStore_clear_Callback(mthis) native "IDBObjectStore_clear_Callbac k"; 3836 Native_IDBObjectStore_clear_Callback(mthis) native "IDBObjectStore_clear_Callbac k_RESOLVER_STRING_0_";
3837 3837
3838 Native_IDBObjectStore_count_Callback(mthis, key) native "IDBObjectStore_count_Ca llback"; 3838 Native_IDBObjectStore_count_Callback(mthis, key) native "IDBObjectStore_count_Ca llback_RESOLVER_STRING_1_any";
3839 3839
3840 // Generated overload resolver 3840 // Generated overload resolver
3841 Native_IDBObjectStore__createIndex(mthis, name, keyPath, options) { 3841 Native_IDBObjectStore__createIndex(mthis, name, keyPath, options) {
3842 if ((options is Map || options == null) && (keyPath is List<String> || keyPa th == null) && (name is String || name == null)) { 3842 if ((options is Map || options == null) && (keyPath is List<String> || keyPa th == null) && (name is String || name == null)) {
3843 return Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options); 3843 return Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options);
3844 } 3844 }
3845 if ((options is Map || options == null) && (keyPath is String || keyPath == null) && (name is String || name == null)) { 3845 if ((options is Map || options == null) && (keyPath is String || keyPath == null) && (name is String || name == null)) {
3846 return Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options); 3846 return Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options);
3847 } 3847 }
3848 throw new ArgumentError("Incorrect number or type of arguments"); 3848 throw new ArgumentError("Incorrect number or type of arguments");
3849 } 3849 }
3850 3850
3851 Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_3_DOMString_sequence<DOMString>_Diction ary"; 3851 Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_sequence<DO MString>_Dictionary";
3852 3852
3853 Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_3_DOMString_DOMString_Dictionary"; 3853 Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_DOMString_D ictionary";
3854 3854
3855 Native_IDBObjectStore_delete_Callback(mthis, key) native "IDBObjectStore_delete_ Callback"; 3855 Native_IDBObjectStore_delete_Callback(mthis, key) native "IDBObjectStore_delete_ Callback_RESOLVER_STRING_1_any";
3856 3856
3857 Native_IDBObjectStore_deleteIndex_Callback(mthis, name) native "IDBObjectStore_d eleteIndex_Callback"; 3857 Native_IDBObjectStore_deleteIndex_Callback(mthis, name) native "IDBObjectStore_d eleteIndex_Callback_RESOLVER_STRING_1_DOMString";
3858 3858
3859 Native_IDBObjectStore_get_Callback(mthis, key) native "IDBObjectStore_get_Callba ck"; 3859 Native_IDBObjectStore_get_Callback(mthis, key) native "IDBObjectStore_get_Callba ck_RESOLVER_STRING_1_any";
3860 3860
3861 Native_IDBObjectStore_index_Callback(mthis, name) native "IDBObjectStore_index_C allback"; 3861 Native_IDBObjectStore_index_Callback(mthis, name) native "IDBObjectStore_index_C allback_RESOLVER_STRING_1_DOMString";
3862 3862
3863 Native_IDBObjectStore_openCursor_Callback(mthis, key, direction) native "IDBObje ctStore_openCursor_Callback"; 3863 Native_IDBObjectStore_openCursor_Callback(mthis, key, direction) native "IDBObje ctStore_openCursor_Callback_RESOLVER_STRING_2_any_DOMString";
3864 3864
3865 Native_IDBObjectStore_openKeyCursor_Callback(mthis, range, direction) native "ID BObjectStore_openKeyCursor_Callback"; 3865 Native_IDBObjectStore_openKeyCursor_Callback(mthis, range, direction) native "ID BObjectStore_openKeyCursor_Callback_RESOLVER_STRING_2_any_DOMString";
3866 3866
3867 Native_IDBObjectStore_put_Callback(mthis, value, key) native "IDBObjectStore_put _Callback"; 3867 Native_IDBObjectStore_put_Callback(mthis, value, key) native "IDBObjectStore_put _Callback_RESOLVER_STRING_2_any_any";
3868 3868
3869 Native_IDBRequest_error_Getter(mthis) native "IDBRequest_error_Getter"; 3869 Native_IDBRequest_error_Getter(mthis) native "IDBRequest_error_Getter";
3870 3870
3871 Native_IDBRequest_readyState_Getter(mthis) native "IDBRequest_readyState_Getter" ; 3871 Native_IDBRequest_readyState_Getter(mthis) native "IDBRequest_readyState_Getter" ;
3872 3872
3873 Native_IDBRequest_result_Getter(mthis) native "IDBRequest_result_Getter"; 3873 Native_IDBRequest_result_Getter(mthis) native "IDBRequest_result_Getter";
3874 3874
3875 Native_IDBRequest_source_Getter(mthis) native "IDBRequest_source_Getter"; 3875 Native_IDBRequest_source_Getter(mthis) native "IDBRequest_source_Getter";
3876 3876
3877 Native_IDBRequest_transaction_Getter(mthis) native "IDBRequest_transaction_Gette r"; 3877 Native_IDBRequest_transaction_Getter(mthis) native "IDBRequest_transaction_Gette r";
3878 3878
3879 Native_IDBTransaction_db_Getter(mthis) native "IDBTransaction_db_Getter"; 3879 Native_IDBTransaction_db_Getter(mthis) native "IDBTransaction_db_Getter";
3880 3880
3881 Native_IDBTransaction_error_Getter(mthis) native "IDBTransaction_error_Getter"; 3881 Native_IDBTransaction_error_Getter(mthis) native "IDBTransaction_error_Getter";
3882 3882
3883 Native_IDBTransaction_mode_Getter(mthis) native "IDBTransaction_mode_Getter"; 3883 Native_IDBTransaction_mode_Getter(mthis) native "IDBTransaction_mode_Getter";
3884 3884
3885 Native_IDBTransaction_abort_Callback(mthis) native "IDBTransaction_abort_Callbac k"; 3885 Native_IDBTransaction_abort_Callback(mthis) native "IDBTransaction_abort_Callbac k_RESOLVER_STRING_0_";
3886 3886
3887 Native_IDBTransaction_objectStore_Callback(mthis, name) native "IDBTransaction_o bjectStore_Callback"; 3887 Native_IDBTransaction_objectStore_Callback(mthis, name) native "IDBTransaction_o bjectStore_Callback_RESOLVER_STRING_1_DOMString";
3888 3888
3889 Native_IDBVersionChangeEvent_dataLoss_Getter(mthis) native "IDBVersionChangeEven t_dataLoss_Getter"; 3889 Native_IDBVersionChangeEvent_dataLoss_Getter(mthis) native "IDBVersionChangeEven t_dataLoss_Getter";
3890 3890
3891 Native_IDBVersionChangeEvent_dataLossMessage_Getter(mthis) native "IDBVersionCha ngeEvent_dataLossMessage_Getter"; 3891 Native_IDBVersionChangeEvent_dataLossMessage_Getter(mthis) native "IDBVersionCha ngeEvent_dataLossMessage_Getter";
3892 3892
3893 Native_IDBVersionChangeEvent_newVersion_Getter(mthis) native "IDBVersionChangeEv ent_newVersion_Getter"; 3893 Native_IDBVersionChangeEvent_newVersion_Getter(mthis) native "IDBVersionChangeEv ent_newVersion_Getter";
3894 3894
3895 Native_IDBVersionChangeEvent_oldVersion_Getter(mthis) native "IDBVersionChangeEv ent_oldVersion_Getter"; 3895 Native_IDBVersionChangeEvent_oldVersion_Getter(mthis) native "IDBVersionChangeEv ent_oldVersion_Getter";
3896 3896
3897 Native_ImageBitmap_height_Getter(mthis) native "ImageBitmap_height_Getter"; 3897 Native_ImageBitmap_height_Getter(mthis) native "ImageBitmap_height_Getter";
3898 3898
3899 Native_ImageBitmap_width_Getter(mthis) native "ImageBitmap_width_Getter"; 3899 Native_ImageBitmap_width_Getter(mthis) native "ImageBitmap_width_Getter";
3900 3900
3901 Native_ImageData_data_Getter(mthis) native "ImageData_data_Getter"; 3901 Native_ImageData_data_Getter(mthis) native "ImageData_data_Getter";
3902 3902
3903 Native_ImageData_height_Getter(mthis) native "ImageData_height_Getter"; 3903 Native_ImageData_height_Getter(mthis) native "ImageData_height_Getter";
3904 3904
3905 Native_ImageData_width_Getter(mthis) native "ImageData_width_Getter"; 3905 Native_ImageData_width_Getter(mthis) native "ImageData_width_Getter";
3906 3906
3907 Native_InputMethodContext_compositionEndOffset_Getter(mthis) native "InputMethod Context_compositionEndOffset_Getter"; 3907 Native_InputMethodContext_compositionEndOffset_Getter(mthis) native "InputMethod Context_compositionEndOffset_Getter";
3908 3908
3909 Native_InputMethodContext_compositionStartOffset_Getter(mthis) native "InputMeth odContext_compositionStartOffset_Getter"; 3909 Native_InputMethodContext_compositionStartOffset_Getter(mthis) native "InputMeth odContext_compositionStartOffset_Getter";
3910 3910
3911 Native_InputMethodContext_locale_Getter(mthis) native "InputMethodContext_locale _Getter"; 3911 Native_InputMethodContext_locale_Getter(mthis) native "InputMethodContext_locale _Getter";
3912 3912
3913 Native_InputMethodContext_target_Getter(mthis) native "InputMethodContext_target _Getter"; 3913 Native_InputMethodContext_target_Getter(mthis) native "InputMethodContext_target _Getter";
3914 3914
3915 Native_InputMethodContext_confirmComposition_Callback(mthis) native "InputMethod Context_confirmComposition_Callback"; 3915 Native_InputMethodContext_confirmComposition_Callback(mthis) native "InputMethod Context_confirmComposition_Callback_RESOLVER_STRING_0_";
3916 3916
3917 Native_InstallPhaseEvent_waitUntil_Callback(mthis, value) native "InstallPhaseEv ent_waitUntil_Callback"; 3917 Native_InstallPhaseEvent_waitUntil_Callback(mthis, value) native "InstallPhaseEv ent_waitUntil_Callback_RESOLVER_STRING_1_any";
3918 3918
3919 Native_InstallEvent_replace_Callback(mthis) native "InstallEvent_replace_Callbac k"; 3919 Native_InstallEvent_replace_Callback(mthis) native "InstallEvent_replace_Callbac k_RESOLVER_STRING_0_";
3920 3920
3921 Native_Key_algorithm_Getter(mthis) native "Key_algorithm_Getter"; 3921 Native_Key_algorithm_Getter(mthis) native "Key_algorithm_Getter";
3922 3922
3923 Native_Key_extractable_Getter(mthis) native "Key_extractable_Getter"; 3923 Native_Key_extractable_Getter(mthis) native "Key_extractable_Getter";
3924 3924
3925 Native_Key_type_Getter(mthis) native "Key_type_Getter"; 3925 Native_Key_type_Getter(mthis) native "Key_type_Getter";
3926 3926
3927 Native_Key_usages_Getter(mthis) native "Key_usages_Getter"; 3927 Native_Key_usages_Getter(mthis) native "Key_usages_Getter";
3928 3928
3929 Native_KeyPair_privateKey_Getter(mthis) native "KeyPair_privateKey_Getter"; 3929 Native_KeyPair_privateKey_Getter(mthis) native "KeyPair_privateKey_Getter";
(...skipping 11 matching lines...) Expand all
3941 Native_KeyboardEvent_keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation _Getter"; 3941 Native_KeyboardEvent_keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation _Getter";
3942 3942
3943 Native_KeyboardEvent_location_Getter(mthis) native "KeyboardEvent_location_Gette r"; 3943 Native_KeyboardEvent_location_Getter(mthis) native "KeyboardEvent_location_Gette r";
3944 3944
3945 Native_KeyboardEvent_metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter" ; 3945 Native_KeyboardEvent_metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter" ;
3946 3946
3947 Native_KeyboardEvent_repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter"; 3947 Native_KeyboardEvent_repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter";
3948 3948
3949 Native_KeyboardEvent_shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Gette r"; 3949 Native_KeyboardEvent_shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Gette r";
3950 3950
3951 Native_KeyboardEvent_getModifierState_Callback(mthis, keyArgument) native "Keybo ardEvent_getModifierState_Callback"; 3951 Native_KeyboardEvent_getModifierState_Callback(mthis, keyArgument) native "Keybo ardEvent_getModifierState_Callback_RESOLVER_STRING_1_DOMString";
3952 3952
3953 Native_KeyboardEvent_initKeyboardEvent_Callback(mthis, type, canBubble, cancelab le, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphK ey) native "KeyboardEvent_initKeyboardEvent_Callback"; 3953 Native_KeyboardEvent_initKeyboardEvent_Callback(mthis, type, canBubble, cancelab le, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphK ey) native "KeyboardEvent_initKeyboardEvent_Callback_RESOLVER_STRING_11_DOMStrin g_boolean_boolean_Window_DOMString_unsigned long_boolean_boolean_boolean_boolean _boolean";
3954 3954
3955 Native_Location_ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_G etter"; 3955 Native_Location_ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_G etter";
3956 3956
3957 Native_Location_hash_Getter(mthis) native "Location_hash_Getter"; 3957 Native_Location_hash_Getter(mthis) native "Location_hash_Getter";
3958 3958
3959 Native_Location_hash_Setter(mthis, value) native "Location_hash_Setter"; 3959 Native_Location_hash_Setter(mthis, value) native "Location_hash_Setter";
3960 3960
3961 Native_Location_host_Getter(mthis) native "Location_host_Getter"; 3961 Native_Location_host_Getter(mthis) native "Location_host_Getter";
3962 3962
3963 Native_Location_host_Setter(mthis, value) native "Location_host_Setter"; 3963 Native_Location_host_Setter(mthis, value) native "Location_host_Setter";
(...skipping 17 matching lines...) Expand all
3981 Native_Location_port_Setter(mthis, value) native "Location_port_Setter"; 3981 Native_Location_port_Setter(mthis, value) native "Location_port_Setter";
3982 3982
3983 Native_Location_protocol_Getter(mthis) native "Location_protocol_Getter"; 3983 Native_Location_protocol_Getter(mthis) native "Location_protocol_Getter";
3984 3984
3985 Native_Location_protocol_Setter(mthis, value) native "Location_protocol_Setter"; 3985 Native_Location_protocol_Setter(mthis, value) native "Location_protocol_Setter";
3986 3986
3987 Native_Location_search_Getter(mthis) native "Location_search_Getter"; 3987 Native_Location_search_Getter(mthis) native "Location_search_Getter";
3988 3988
3989 Native_Location_search_Setter(mthis, value) native "Location_search_Setter"; 3989 Native_Location_search_Setter(mthis, value) native "Location_search_Setter";
3990 3990
3991 Native_Location_assign_Callback(mthis, url) native "Location_assign_Callback"; 3991 Native_Location_assign_Callback(mthis, url) native "Location_assign_Callback_RES OLVER_STRING_1_DOMString";
3992 3992
3993 Native_Location_reload_Callback(mthis) native "Location_reload_Callback"; 3993 Native_Location_reload_Callback(mthis) native "Location_reload_Callback_RESOLVER _STRING_0_";
3994 3994
3995 Native_Location_replace_Callback(mthis, url) native "Location_replace_Callback"; 3995 Native_Location_replace_Callback(mthis, url) native "Location_replace_Callback_R ESOLVER_STRING_1_DOMString";
3996 3996
3997 Native_Location_toString_Callback(mthis) native "Location_toString_Callback"; 3997 Native_Location_toString_Callback(mthis) native "Location_toString_Callback_RESO LVER_STRING_0_";
3998 3998
3999 Native_MIDIAccess_inputs_Callback(mthis) native "MIDIAccess_inputs_Callback"; 3999 Native_MIDIAccess_inputs_Callback(mthis) native "MIDIAccess_inputs_Callback_RESO LVER_STRING_0_";
4000 4000
4001 Native_MIDIAccess_outputs_Callback(mthis) native "MIDIAccess_outputs_Callback"; 4001 Native_MIDIAccess_outputs_Callback(mthis) native "MIDIAccess_outputs_Callback_RE SOLVER_STRING_0_";
4002 4002
4003 Native_MIDIAccessPromise_then_Callback(mthis, successCallback, errorCallback) na tive "MIDIAccessPromise_then_Callback"; 4003 Native_MIDIAccessPromise_then_Callback(mthis, successCallback, errorCallback) na tive "MIDIAccessPromise_then_Callback_RESOLVER_STRING_2_MIDISuccessCallback_MIDI ErrorCallback";
4004 4004
4005 Native_MIDIConnectionEvent_port_Getter(mthis) native "MIDIConnectionEvent_port_G etter"; 4005 Native_MIDIConnectionEvent_port_Getter(mthis) native "MIDIConnectionEvent_port_G etter";
4006 4006
4007 Native_MIDIPort_id_Getter(mthis) native "MIDIPort_id_Getter"; 4007 Native_MIDIPort_id_Getter(mthis) native "MIDIPort_id_Getter";
4008 4008
4009 Native_MIDIPort_manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter" ; 4009 Native_MIDIPort_manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter" ;
4010 4010
4011 Native_MIDIPort_name_Getter(mthis) native "MIDIPort_name_Getter"; 4011 Native_MIDIPort_name_Getter(mthis) native "MIDIPort_name_Getter";
4012 4012
4013 Native_MIDIPort_type_Getter(mthis) native "MIDIPort_type_Getter"; 4013 Native_MIDIPort_type_Getter(mthis) native "MIDIPort_type_Getter";
4014 4014
4015 Native_MIDIPort_version_Getter(mthis) native "MIDIPort_version_Getter"; 4015 Native_MIDIPort_version_Getter(mthis) native "MIDIPort_version_Getter";
4016 4016
4017 Native_MIDIMessageEvent_data_Getter(mthis) native "MIDIMessageEvent_data_Getter" ; 4017 Native_MIDIMessageEvent_data_Getter(mthis) native "MIDIMessageEvent_data_Getter" ;
4018 4018
4019 Native_MIDIMessageEvent_receivedTime_Getter(mthis) native "MIDIMessageEvent_rece ivedTime_Getter"; 4019 Native_MIDIMessageEvent_receivedTime_Getter(mthis) native "MIDIMessageEvent_rece ivedTime_Getter";
4020 4020
4021 // Generated overload resolver 4021 // Generated overload resolver
4022 Native_MIDIOutput_send(mthis, data, timestamp) { 4022 Native_MIDIOutput_send(mthis, data, timestamp) {
4023 if (timestamp != null) { 4023 if (timestamp != null) {
4024 Native_MIDIOutput__send_1_Callback(mthis, data, timestamp); 4024 Native_MIDIOutput__send_1_Callback(mthis, data, timestamp);
4025 return; 4025 return;
4026 } 4026 }
4027 Native_MIDIOutput__send_2_Callback(mthis, data); 4027 Native_MIDIOutput__send_2_Callback(mthis, data);
4028 return; 4028 return;
4029 } 4029 }
4030 4030
4031 Native_MIDIOutput__send_1_Callback(mthis, data, timestamp) native "MIDIOutput_se nd_Callback_2_Uint8Array_double"; 4031 Native_MIDIOutput__send_1_Callback(mthis, data, timestamp) native "MIDIOutput_se nd_Callback_RESOLVER_STRING_2_Uint8Array_double";
4032 4032
4033 Native_MIDIOutput__send_2_Callback(mthis, data) native "MIDIOutput_send_Callback _1_Uint8Array"; 4033 Native_MIDIOutput__send_2_Callback(mthis, data) native "MIDIOutput_send_Callback _RESOLVER_STRING_1_Uint8Array";
4034 4034
4035 // Generated overload resolver 4035 // Generated overload resolver
4036 Native_MediaController_MediaController() { 4036 Native_MediaController_MediaController() {
4037 return Native_MediaController__create_1constructorCallback(); 4037 return Native_MediaController__create_1constructorCallback();
4038 } 4038 }
4039 4039
4040 Native_MediaController__create_1constructorCallback() native "MediaController__c reate_1constructorCallback"; 4040 Native_MediaController_constructorCallback() native "MediaController_constructor Callback";
4041 4041
4042 Native_MediaController_buffered_Getter(mthis) native "MediaController_buffered_G etter"; 4042 Native_MediaController_buffered_Getter(mthis) native "MediaController_buffered_G etter";
4043 4043
4044 Native_MediaController_currentTime_Getter(mthis) native "MediaController_current Time_Getter"; 4044 Native_MediaController_currentTime_Getter(mthis) native "MediaController_current Time_Getter";
4045 4045
4046 Native_MediaController_currentTime_Setter(mthis, value) native "MediaController_ currentTime_Setter"; 4046 Native_MediaController_currentTime_Setter(mthis, value) native "MediaController_ currentTime_Setter";
4047 4047
4048 Native_MediaController_defaultPlaybackRate_Getter(mthis) native "MediaController _defaultPlaybackRate_Getter"; 4048 Native_MediaController_defaultPlaybackRate_Getter(mthis) native "MediaController _defaultPlaybackRate_Getter";
4049 4049
4050 Native_MediaController_defaultPlaybackRate_Setter(mthis, value) native "MediaCon troller_defaultPlaybackRate_Setter"; 4050 Native_MediaController_defaultPlaybackRate_Setter(mthis, value) native "MediaCon troller_defaultPlaybackRate_Setter";
(...skipping 13 matching lines...) Expand all
4064 Native_MediaController_playbackState_Getter(mthis) native "MediaController_playb ackState_Getter"; 4064 Native_MediaController_playbackState_Getter(mthis) native "MediaController_playb ackState_Getter";
4065 4065
4066 Native_MediaController_played_Getter(mthis) native "MediaController_played_Gette r"; 4066 Native_MediaController_played_Getter(mthis) native "MediaController_played_Gette r";
4067 4067
4068 Native_MediaController_seekable_Getter(mthis) native "MediaController_seekable_G etter"; 4068 Native_MediaController_seekable_Getter(mthis) native "MediaController_seekable_G etter";
4069 4069
4070 Native_MediaController_volume_Getter(mthis) native "MediaController_volume_Gette r"; 4070 Native_MediaController_volume_Getter(mthis) native "MediaController_volume_Gette r";
4071 4071
4072 Native_MediaController_volume_Setter(mthis, value) native "MediaController_volum e_Setter"; 4072 Native_MediaController_volume_Setter(mthis, value) native "MediaController_volum e_Setter";
4073 4073
4074 Native_MediaController_pause_Callback(mthis) native "MediaController_pause_Callb ack"; 4074 Native_MediaController_pause_Callback(mthis) native "MediaController_pause_Callb ack_RESOLVER_STRING_0_";
4075 4075
4076 Native_MediaController_play_Callback(mthis) native "MediaController_play_Callbac k"; 4076 Native_MediaController_play_Callback(mthis) native "MediaController_play_Callbac k_RESOLVER_STRING_0_";
4077 4077
4078 Native_MediaController_unpause_Callback(mthis) native "MediaController_unpause_C allback"; 4078 Native_MediaController_unpause_Callback(mthis) native "MediaController_unpause_C allback_RESOLVER_STRING_0_";
4079 4079
4080 Native_MediaElementAudioSourceNode_mediaElement_Getter(mthis) native "MediaEleme ntAudioSourceNode_mediaElement_Getter"; 4080 Native_MediaElementAudioSourceNode_mediaElement_Getter(mthis) native "MediaEleme ntAudioSourceNode_mediaElement_Getter";
4081 4081
4082 Native_MediaError_code_Getter(mthis) native "MediaError_code_Getter"; 4082 Native_MediaError_code_Getter(mthis) native "MediaError_code_Getter";
4083 4083
4084 Native_MediaKeyError_code_Getter(mthis) native "MediaKeyError_code_Getter"; 4084 Native_MediaKeyError_code_Getter(mthis) native "MediaKeyError_code_Getter";
4085 4085
4086 Native_MediaKeyError_systemCode_Getter(mthis) native "MediaKeyError_systemCode_G etter"; 4086 Native_MediaKeyError_systemCode_Getter(mthis) native "MediaKeyError_systemCode_G etter";
4087 4087
4088 Native_MediaKeyEvent_defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_G etter"; 4088 Native_MediaKeyEvent_defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_G etter";
(...skipping 17 matching lines...) Expand all
4106 Native_MediaKeyNeededEvent_contentType_Getter(mthis) native "MediaKeyNeededEvent _contentType_Getter"; 4106 Native_MediaKeyNeededEvent_contentType_Getter(mthis) native "MediaKeyNeededEvent _contentType_Getter";
4107 4107
4108 Native_MediaKeyNeededEvent_initData_Getter(mthis) native "MediaKeyNeededEvent_in itData_Getter"; 4108 Native_MediaKeyNeededEvent_initData_Getter(mthis) native "MediaKeyNeededEvent_in itData_Getter";
4109 4109
4110 Native_MediaKeySession_error_Getter(mthis) native "MediaKeySession_error_Getter" ; 4110 Native_MediaKeySession_error_Getter(mthis) native "MediaKeySession_error_Getter" ;
4111 4111
4112 Native_MediaKeySession_keySystem_Getter(mthis) native "MediaKeySession_keySystem _Getter"; 4112 Native_MediaKeySession_keySystem_Getter(mthis) native "MediaKeySession_keySystem _Getter";
4113 4113
4114 Native_MediaKeySession_sessionId_Getter(mthis) native "MediaKeySession_sessionId _Getter"; 4114 Native_MediaKeySession_sessionId_Getter(mthis) native "MediaKeySession_sessionId _Getter";
4115 4115
4116 Native_MediaKeySession_release_Callback(mthis) native "MediaKeySession_release_C allback"; 4116 Native_MediaKeySession_release_Callback(mthis) native "MediaKeySession_release_C allback_RESOLVER_STRING_0_";
4117 4117
4118 Native_MediaKeySession_update_Callback(mthis, response) native "MediaKeySession_ update_Callback"; 4118 Native_MediaKeySession_update_Callback(mthis, response) native "MediaKeySession_ update_Callback_RESOLVER_STRING_1_Uint8Array";
4119 4119
4120 // Generated overload resolver 4120 // Generated overload resolver
4121 Native_MediaKeys_MediaKeys(keySystem) { 4121 Native_MediaKeys_MediaKeys(keySystem) {
4122 return Native_MediaKeys__create_1constructorCallback(keySystem); 4122 return Native_MediaKeys__create_1constructorCallback(keySystem);
4123 } 4123 }
4124 4124
4125 Native_MediaKeys__create_1constructorCallback(keySystem) native "MediaKeys__crea te_1constructorCallback"; 4125 Native_MediaKeys_constructorCallback(keySystem) native "MediaKeys_constructorCal lback_RESOLVER_STRING_1_DOMString";
4126 4126
4127 Native_MediaKeys_keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; 4127 Native_MediaKeys_keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
4128 4128
4129 Native_MediaKeys_createSession_Callback(mthis, type, initData) native "MediaKeys _createSession_Callback"; 4129 Native_MediaKeys_createSession_Callback(mthis, type, initData) native "MediaKeys _createSession_Callback_RESOLVER_STRING_2_DOMString_Uint8Array";
4130 4130
4131 Native_MediaList_length_Getter(mthis) native "MediaList_length_Getter"; 4131 Native_MediaList_length_Getter(mthis) native "MediaList_length_Getter";
4132 4132
4133 Native_MediaList_mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; 4133 Native_MediaList_mediaText_Getter(mthis) native "MediaList_mediaText_Getter";
4134 4134
4135 Native_MediaList_mediaText_Setter(mthis, value) native "MediaList_mediaText_Sett er"; 4135 Native_MediaList_mediaText_Setter(mthis, value) native "MediaList_mediaText_Sett er";
4136 4136
4137 Native_MediaList_appendMedium_Callback(mthis, newMedium) native "MediaList_appen dMedium_Callback"; 4137 Native_MediaList_appendMedium_Callback(mthis, newMedium) native "MediaList_appen dMedium_Callback_RESOLVER_STRING_1_DOMString";
4138 4138
4139 Native_MediaList_deleteMedium_Callback(mthis, oldMedium) native "MediaList_delet eMedium_Callback"; 4139 Native_MediaList_deleteMedium_Callback(mthis, oldMedium) native "MediaList_delet eMedium_Callback_RESOLVER_STRING_1_DOMString";
4140 4140
4141 Native_MediaList_item_Callback(mthis, index) native "MediaList_item_Callback"; 4141 Native_MediaList_item_Callback(mthis, index) native "MediaList_item_Callback_RES OLVER_STRING_1_unsigned long";
4142 4142
4143 Native_MediaQueryList_matches_Getter(mthis) native "MediaQueryList_matches_Gette r"; 4143 Native_MediaQueryList_matches_Getter(mthis) native "MediaQueryList_matches_Gette r";
4144 4144
4145 Native_MediaQueryList_media_Getter(mthis) native "MediaQueryList_media_Getter"; 4145 Native_MediaQueryList_media_Getter(mthis) native "MediaQueryList_media_Getter";
4146 4146
4147 // Generated overload resolver 4147 // Generated overload resolver
4148 Native_MediaSource_MediaSource() { 4148 Native_MediaSource_MediaSource() {
4149 return Native_MediaSource__create_1constructorCallback(); 4149 return Native_MediaSource__create_1constructorCallback();
4150 } 4150 }
4151 4151
4152 Native_MediaSource__create_1constructorCallback() native "MediaSource__create_1c onstructorCallback"; 4152 Native_MediaSource_constructorCallback() native "MediaSource_constructorCallback ";
4153 4153
4154 Native_MediaSource_activeSourceBuffers_Getter(mthis) native "MediaSource_activeS ourceBuffers_Getter"; 4154 Native_MediaSource_activeSourceBuffers_Getter(mthis) native "MediaSource_activeS ourceBuffers_Getter";
4155 4155
4156 Native_MediaSource_duration_Getter(mthis) native "MediaSource_duration_Getter"; 4156 Native_MediaSource_duration_Getter(mthis) native "MediaSource_duration_Getter";
4157 4157
4158 Native_MediaSource_duration_Setter(mthis, value) native "MediaSource_duration_Se tter"; 4158 Native_MediaSource_duration_Setter(mthis, value) native "MediaSource_duration_Se tter";
4159 4159
4160 Native_MediaSource_readyState_Getter(mthis) native "MediaSource_readyState_Gette r"; 4160 Native_MediaSource_readyState_Getter(mthis) native "MediaSource_readyState_Gette r";
4161 4161
4162 Native_MediaSource_sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers _Getter"; 4162 Native_MediaSource_sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers _Getter";
4163 4163
4164 Native_MediaSource_addSourceBuffer_Callback(mthis, type) native "MediaSource_add SourceBuffer_Callback"; 4164 Native_MediaSource_addSourceBuffer_Callback(mthis, type) native "MediaSource_add SourceBuffer_Callback_RESOLVER_STRING_1_DOMString";
4165 4165
4166 // Generated overload resolver 4166 // Generated overload resolver
4167 Native_MediaSource_endOfStream(mthis, error) { 4167 Native_MediaSource_endOfStream(mthis, error) {
4168 if (error != null) { 4168 if (error != null) {
4169 Native_MediaSource__endOfStream_1_Callback(mthis, error); 4169 Native_MediaSource__endOfStream_1_Callback(mthis, error);
4170 return; 4170 return;
4171 } 4171 }
4172 Native_MediaSource__endOfStream_2_Callback(mthis); 4172 Native_MediaSource__endOfStream_2_Callback(mthis);
4173 return; 4173 return;
4174 } 4174 }
4175 4175
4176 Native_MediaSource__endOfStream_1_Callback(mthis, error) native "MediaSource_end OfStream_Callback_1_EndOfStreamError"; 4176 Native_MediaSource__endOfStream_1_Callback(mthis, error) native "MediaSource_end OfStream_Callback_RESOLVER_STRING_1_EndOfStreamError";
4177 4177
4178 Native_MediaSource__endOfStream_2_Callback(mthis) native "MediaSource_endOfStrea m_Callback_0_"; 4178 Native_MediaSource__endOfStream_2_Callback(mthis) native "MediaSource_endOfStrea m_Callback_RESOLVER_STRING_0_";
4179 4179
4180 Native_MediaSource_isTypeSupported_Callback(type) native "MediaSource_isTypeSupp orted_Callback"; 4180 Native_MediaSource_isTypeSupported_Callback(type) native "MediaSource_isTypeSupp orted_Callback_RESOLVER_STRING_1_DOMString";
4181 4181
4182 Native_MediaSource_removeSourceBuffer_Callback(mthis, buffer) native "MediaSourc e_removeSourceBuffer_Callback"; 4182 Native_MediaSource_removeSourceBuffer_Callback(mthis, buffer) native "MediaSourc e_removeSourceBuffer_Callback_RESOLVER_STRING_1_SourceBuffer";
4183 4183
4184 // Generated overload resolver 4184 // Generated overload resolver
4185 Native_MediaStream_MediaStream(stream_OR_tracks) { 4185 Native_MediaStream_MediaStream(stream_OR_tracks) {
4186 if (stream_OR_tracks == null) { 4186 if (stream_OR_tracks == null) {
4187 return Native_MediaStream__create_1constructorCallback(); 4187 return Native_MediaStream__create_1constructorCallback();
4188 } 4188 }
4189 if ((stream_OR_tracks is MediaStream || stream_OR_tracks == null)) { 4189 if ((stream_OR_tracks is MediaStream || stream_OR_tracks == null)) {
4190 return Native_MediaStream__create_2constructorCallback(stream_OR_tracks); 4190 return Native_MediaStream__create_2constructorCallback(stream_OR_tracks);
4191 } 4191 }
4192 if ((stream_OR_tracks is List<MediaStreamTrack> || stream_OR_tracks == null) ) { 4192 if ((stream_OR_tracks is List<MediaStreamTrack> || stream_OR_tracks == null) ) {
4193 return Native_MediaStream__create_3constructorCallback(stream_OR_tracks); 4193 return Native_MediaStream__create_3constructorCallback(stream_OR_tracks);
4194 } 4194 }
4195 throw new ArgumentError("Incorrect number or type of arguments"); 4195 throw new ArgumentError("Incorrect number or type of arguments");
4196 } 4196 }
4197 4197
4198 Native_MediaStream__create_1constructorCallback() native "MediaStream__create_1c onstructorCallback"; 4198 Native_MediaStream_constructorCallback() native "MediaStream_constructorCallback ";
4199 4199
4200 Native_MediaStream__create_2constructorCallback(stream_OR_tracks) native "MediaS tream__create_2constructorCallback"; 4200 Native_MediaStream_constructorCallback(stream_OR_tracks) native "MediaStream_con structorCallback_RESOLVER_STRING_1_MediaStream";
4201 4201
4202 Native_MediaStream__create_3constructorCallback(stream_OR_tracks) native "MediaS tream__create_3constructorCallback"; 4202 Native_MediaStream_constructorCallback(stream_OR_tracks) native "MediaStream_con structorCallback_RESOLVER_STRING_1_MediaStreamTrack[]";
4203 4203
4204 Native_MediaStream_ended_Getter(mthis) native "MediaStream_ended_Getter"; 4204 Native_MediaStream_ended_Getter(mthis) native "MediaStream_ended_Getter";
4205 4205
4206 Native_MediaStream_id_Getter(mthis) native "MediaStream_id_Getter"; 4206 Native_MediaStream_id_Getter(mthis) native "MediaStream_id_Getter";
4207 4207
4208 Native_MediaStream_label_Getter(mthis) native "MediaStream_label_Getter"; 4208 Native_MediaStream_label_Getter(mthis) native "MediaStream_label_Getter";
4209 4209
4210 Native_MediaStream_addTrack_Callback(mthis, track) native "MediaStream_addTrack_ Callback"; 4210 Native_MediaStream_addTrack_Callback(mthis, track) native "MediaStream_addTrack_ Callback_RESOLVER_STRING_1_MediaStreamTrack";
4211 4211
4212 Native_MediaStream_getAudioTracks_Callback(mthis) native "MediaStream_getAudioTr acks_Callback"; 4212 Native_MediaStream_getAudioTracks_Callback(mthis) native "MediaStream_getAudioTr acks_Callback_RESOLVER_STRING_0_";
4213 4213
4214 Native_MediaStream_getTrackById_Callback(mthis, trackId) native "MediaStream_get TrackById_Callback"; 4214 Native_MediaStream_getTrackById_Callback(mthis, trackId) native "MediaStream_get TrackById_Callback_RESOLVER_STRING_1_DOMString";
4215 4215
4216 Native_MediaStream_getVideoTracks_Callback(mthis) native "MediaStream_getVideoTr acks_Callback"; 4216 Native_MediaStream_getVideoTracks_Callback(mthis) native "MediaStream_getVideoTr acks_Callback_RESOLVER_STRING_0_";
4217 4217
4218 Native_MediaStream_removeTrack_Callback(mthis, track) native "MediaStream_remove Track_Callback"; 4218 Native_MediaStream_removeTrack_Callback(mthis, track) native "MediaStream_remove Track_Callback_RESOLVER_STRING_1_MediaStreamTrack";
4219 4219
4220 Native_MediaStream_stop_Callback(mthis) native "MediaStream_stop_Callback"; 4220 Native_MediaStream_stop_Callback(mthis) native "MediaStream_stop_Callback_RESOLV ER_STRING_0_";
4221 4221
4222 Native_MediaStreamAudioDestinationNode_stream_Getter(mthis) native "MediaStreamA udioDestinationNode_stream_Getter"; 4222 Native_MediaStreamAudioDestinationNode_stream_Getter(mthis) native "MediaStreamA udioDestinationNode_stream_Getter";
4223 4223
4224 Native_MediaStreamAudioSourceNode_mediaStream_Getter(mthis) native "MediaStreamA udioSourceNode_mediaStream_Getter"; 4224 Native_MediaStreamAudioSourceNode_mediaStream_Getter(mthis) native "MediaStreamA udioSourceNode_mediaStream_Getter";
4225 4225
4226 Native_MediaStreamEvent_stream_Getter(mthis) native "MediaStreamEvent_stream_Get ter"; 4226 Native_MediaStreamEvent_stream_Getter(mthis) native "MediaStreamEvent_stream_Get ter";
4227 4227
4228 Native_MediaStreamTrack_enabled_Getter(mthis) native "MediaStreamTrack_enabled_G etter"; 4228 Native_MediaStreamTrack_enabled_Getter(mthis) native "MediaStreamTrack_enabled_G etter";
4229 4229
4230 Native_MediaStreamTrack_enabled_Setter(mthis, value) native "MediaStreamTrack_en abled_Setter"; 4230 Native_MediaStreamTrack_enabled_Setter(mthis, value) native "MediaStreamTrack_en abled_Setter";
4231 4231
4232 Native_MediaStreamTrack_id_Getter(mthis) native "MediaStreamTrack_id_Getter"; 4232 Native_MediaStreamTrack_id_Getter(mthis) native "MediaStreamTrack_id_Getter";
4233 4233
4234 Native_MediaStreamTrack_kind_Getter(mthis) native "MediaStreamTrack_kind_Getter" ; 4234 Native_MediaStreamTrack_kind_Getter(mthis) native "MediaStreamTrack_kind_Getter" ;
4235 4235
4236 Native_MediaStreamTrack_label_Getter(mthis) native "MediaStreamTrack_label_Gette r"; 4236 Native_MediaStreamTrack_label_Getter(mthis) native "MediaStreamTrack_label_Gette r";
4237 4237
4238 Native_MediaStreamTrack_readyState_Getter(mthis) native "MediaStreamTrack_readyS tate_Getter"; 4238 Native_MediaStreamTrack_readyState_Getter(mthis) native "MediaStreamTrack_readyS tate_Getter";
4239 4239
4240 Native_MediaStreamTrack_getSources_Callback(callback) native "MediaStreamTrack_g etSources_Callback"; 4240 Native_MediaStreamTrack_getSources_Callback(callback) native "MediaStreamTrack_g etSources_Callback_RESOLVER_STRING_1_MediaStreamTrackSourcesCallback";
4241 4241
4242 Native_MediaStreamTrack_stop_Callback(mthis) native "MediaStreamTrack_stop_Callb ack"; 4242 Native_MediaStreamTrack_stop_Callback(mthis) native "MediaStreamTrack_stop_Callb ack_RESOLVER_STRING_0_";
4243 4243
4244 Native_MediaStreamTrackEvent_track_Getter(mthis) native "MediaStreamTrackEvent_t rack_Getter"; 4244 Native_MediaStreamTrackEvent_track_Getter(mthis) native "MediaStreamTrackEvent_t rack_Getter";
4245 4245
4246 Native_MemoryInfo_jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLim it_Getter"; 4246 Native_MemoryInfo_jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLim it_Getter";
4247 4247
4248 Native_MemoryInfo_totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSi ze_Getter"; 4248 Native_MemoryInfo_totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSi ze_Getter";
4249 4249
4250 Native_MemoryInfo_usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize _Getter"; 4250 Native_MemoryInfo_usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize _Getter";
4251 4251
4252 Native_MessageChannel_port1_Getter(mthis) native "MessageChannel_port1_Getter"; 4252 Native_MessageChannel_port1_Getter(mthis) native "MessageChannel_port1_Getter";
4253 4253
4254 Native_MessageChannel_port2_Getter(mthis) native "MessageChannel_port2_Getter"; 4254 Native_MessageChannel_port2_Getter(mthis) native "MessageChannel_port2_Getter";
4255 4255
4256 Native_MessageEvent_data_Getter(mthis) native "MessageEvent_data_Getter"; 4256 Native_MessageEvent_data_Getter(mthis) native "MessageEvent_data_Getter";
4257 4257
4258 Native_MessageEvent_lastEventId_Getter(mthis) native "MessageEvent_lastEventId_G etter"; 4258 Native_MessageEvent_lastEventId_Getter(mthis) native "MessageEvent_lastEventId_G etter";
4259 4259
4260 Native_MessageEvent_origin_Getter(mthis) native "MessageEvent_origin_Getter"; 4260 Native_MessageEvent_origin_Getter(mthis) native "MessageEvent_origin_Getter";
4261 4261
4262 Native_MessageEvent_source_Getter(mthis) native "MessageEvent_source_Getter"; 4262 Native_MessageEvent_source_Getter(mthis) native "MessageEvent_source_Getter";
4263 4263
4264 Native_MessageEvent_initMessageEvent_Callback(mthis, typeArg, canBubbleArg, canc elableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native " MessageEvent_initMessageEvent_Callback"; 4264 Native_MessageEvent_initMessageEvent_Callback(mthis, typeArg, canBubbleArg, canc elableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native " MessageEvent_initMessageEvent_Callback_RESOLVER_STRING_8_DOMString_boolean_boole an_any_DOMString_DOMString_Window_MessagePort[]";
4265 4265
4266 Native_MessagePort_close_Callback(mthis) native "MessagePort_close_Callback"; 4266 Native_MessagePort_close_Callback(mthis) native "MessagePort_close_Callback_RESO LVER_STRING_0_";
4267 4267
4268 Native_MessagePort_postMessage_Callback(mthis, message, messagePorts) native "Me ssagePort_postMessage_Callback"; 4268 Native_MessagePort_postMessage_Callback(mthis, message, messagePorts) native "Me ssagePort_postMessage_Callback_RESOLVER_STRING_2_any_MessagePort[]";
4269 4269
4270 Native_MessagePort_start_Callback(mthis) native "MessagePort_start_Callback"; 4270 Native_MessagePort_start_Callback(mthis) native "MessagePort_start_Callback_RESO LVER_STRING_0_";
4271 4271
4272 Native_Metadata_modificationTime_Getter(mthis) native "Metadata_modificationTime _Getter"; 4272 Native_Metadata_modificationTime_Getter(mthis) native "Metadata_modificationTime _Getter";
4273 4273
4274 Native_Metadata_size_Getter(mthis) native "Metadata_size_Getter"; 4274 Native_Metadata_size_Getter(mthis) native "Metadata_size_Getter";
4275 4275
4276 Native_MimeType_description_Getter(mthis) native "MimeType_description_Getter"; 4276 Native_MimeType_description_Getter(mthis) native "MimeType_description_Getter";
4277 4277
4278 Native_MimeType_enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Gette r"; 4278 Native_MimeType_enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Gette r";
4279 4279
4280 Native_MimeType_suffixes_Getter(mthis) native "MimeType_suffixes_Getter"; 4280 Native_MimeType_suffixes_Getter(mthis) native "MimeType_suffixes_Getter";
4281 4281
4282 Native_MimeType_type_Getter(mthis) native "MimeType_type_Getter"; 4282 Native_MimeType_type_Getter(mthis) native "MimeType_type_Getter";
4283 4283
4284 Native_MimeTypeArray_length_Getter(mthis) native "MimeTypeArray_length_Getter"; 4284 Native_MimeTypeArray_length_Getter(mthis) native "MimeTypeArray_length_Getter";
4285 4285
4286 Native_MimeTypeArray_NativeIndexed_Getter(mthis, index) native "MimeTypeArray_it em_Callback"; 4286 Native_MimeTypeArray_NativeIndexed_Getter(mthis, index) native "MimeTypeArray_it em_Callback_RESOLVER_STRING_1_unsigned long";
4287 4287
4288 Native_MimeTypeArray___getter___Callback(mthis, name) native "MimeTypeArray___ge tter___Callback"; 4288 Native_MimeTypeArray___getter___Callback(mthis, name) native "MimeTypeArray___ge tter___Callback_RESOLVER_STRING_1_DOMString";
4289 4289
4290 Native_MimeTypeArray_item_Callback(mthis, index) native "MimeTypeArray_item_Call back"; 4290 Native_MimeTypeArray_item_Callback(mthis, index) native "MimeTypeArray_item_Call back_RESOLVER_STRING_1_unsigned long";
4291 4291
4292 Native_MimeTypeArray_namedItem_Callback(mthis, name) native "MimeTypeArray_named Item_Callback"; 4292 Native_MimeTypeArray_namedItem_Callback(mthis, name) native "MimeTypeArray_named Item_Callback_RESOLVER_STRING_1_DOMString";
4293 4293
4294 Native_MouseEvent_altKey_Getter(mthis) native "MouseEvent_altKey_Getter"; 4294 Native_MouseEvent_altKey_Getter(mthis) native "MouseEvent_altKey_Getter";
4295 4295
4296 Native_MouseEvent_button_Getter(mthis) native "MouseEvent_button_Getter"; 4296 Native_MouseEvent_button_Getter(mthis) native "MouseEvent_button_Getter";
4297 4297
4298 Native_MouseEvent_clientX_Getter(mthis) native "MouseEvent_clientX_Getter"; 4298 Native_MouseEvent_clientX_Getter(mthis) native "MouseEvent_clientX_Getter";
4299 4299
4300 Native_MouseEvent_clientY_Getter(mthis) native "MouseEvent_clientY_Getter"; 4300 Native_MouseEvent_clientY_Getter(mthis) native "MouseEvent_clientY_Getter";
4301 4301
4302 Native_MouseEvent_ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter"; 4302 Native_MouseEvent_ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter";
(...skipping 15 matching lines...) Expand all
4318 Native_MouseEvent_screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; 4318 Native_MouseEvent_screenY_Getter(mthis) native "MouseEvent_screenY_Getter";
4319 4319
4320 Native_MouseEvent_shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; 4320 Native_MouseEvent_shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter";
4321 4321
4322 Native_MouseEvent_toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; 4322 Native_MouseEvent_toElement_Getter(mthis) native "MouseEvent_toElement_Getter";
4323 4323
4324 Native_MouseEvent_webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovemen tX_Getter"; 4324 Native_MouseEvent_webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovemen tX_Getter";
4325 4325
4326 Native_MouseEvent_webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovemen tY_Getter"; 4326 Native_MouseEvent_webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovemen tY_Getter";
4327 4327
4328 Native_MouseEvent_initMouseEvent_Callback(mthis, type, canBubble, cancelable, vi ew, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaK ey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback"; 4328 Native_MouseEvent_initMouseEvent_Callback(mthis, type, canBubble, cancelable, vi ew, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaK ey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback_RESOLVER_S TRING_15_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boole an_boolean_boolean_unsigned short_EventTarget";
4329 4329
4330 Native_MutationObserver_constructorCallback(callback) native "MutationObserver_c onstructorCallback"; 4330 Native_MutationObserver_constructorCallback(callback) native "MutationObserver_c onstructorCallback";
4331 4331
4332 Native_MutationObserver_disconnect_Callback(mthis) native "MutationObserver_disc onnect_Callback"; 4332 Native_MutationObserver_disconnect_Callback(mthis) native "MutationObserver_disc onnect_Callback_RESOLVER_STRING_0_";
4333 4333
4334 Native_MutationObserver_observe_Callback(mthis, target, options) native "Mutatio nObserver_observe_Callback"; 4334 Native_MutationObserver_observe_Callback(mthis, target, options) native "Mutatio nObserver_observe_Callback_RESOLVER_STRING_2_Node_Dictionary";
4335 4335
4336 Native_MutationObserver_takeRecords_Callback(mthis) native "MutationObserver_tak eRecords_Callback"; 4336 Native_MutationObserver_takeRecords_Callback(mthis) native "MutationObserver_tak eRecords_Callback_RESOLVER_STRING_0_";
4337 4337
4338 Native_MutationRecord_addedNodes_Getter(mthis) native "MutationRecord_addedNodes _Getter"; 4338 Native_MutationRecord_addedNodes_Getter(mthis) native "MutationRecord_addedNodes _Getter";
4339 4339
4340 Native_MutationRecord_attributeName_Getter(mthis) native "MutationRecord_attribu teName_Getter"; 4340 Native_MutationRecord_attributeName_Getter(mthis) native "MutationRecord_attribu teName_Getter";
4341 4341
4342 Native_MutationRecord_attributeNamespace_Getter(mthis) native "MutationRecord_at tributeNamespace_Getter"; 4342 Native_MutationRecord_attributeNamespace_Getter(mthis) native "MutationRecord_at tributeNamespace_Getter";
4343 4343
4344 Native_MutationRecord_nextSibling_Getter(mthis) native "MutationRecord_nextSibli ng_Getter"; 4344 Native_MutationRecord_nextSibling_Getter(mthis) native "MutationRecord_nextSibli ng_Getter";
4345 4345
4346 Native_MutationRecord_oldValue_Getter(mthis) native "MutationRecord_oldValue_Get ter"; 4346 Native_MutationRecord_oldValue_Getter(mthis) native "MutationRecord_oldValue_Get ter";
4347 4347
4348 Native_MutationRecord_previousSibling_Getter(mthis) native "MutationRecord_previ ousSibling_Getter"; 4348 Native_MutationRecord_previousSibling_Getter(mthis) native "MutationRecord_previ ousSibling_Getter";
4349 4349
4350 Native_MutationRecord_removedNodes_Getter(mthis) native "MutationRecord_removedN odes_Getter"; 4350 Native_MutationRecord_removedNodes_Getter(mthis) native "MutationRecord_removedN odes_Getter";
4351 4351
4352 Native_MutationRecord_target_Getter(mthis) native "MutationRecord_target_Getter" ; 4352 Native_MutationRecord_target_Getter(mthis) native "MutationRecord_target_Getter" ;
4353 4353
4354 Native_MutationRecord_type_Getter(mthis) native "MutationRecord_type_Getter"; 4354 Native_MutationRecord_type_Getter(mthis) native "MutationRecord_type_Getter";
4355 4355
4356 Native_NamedNodeMap_length_Getter(mthis) native "NamedNodeMap_length_Getter"; 4356 Native_NamedNodeMap_length_Getter(mthis) native "NamedNodeMap_length_Getter";
4357 4357
4358 Native_NamedNodeMap_NativeIndexed_Getter(mthis, index) native "NamedNodeMap_item _Callback"; 4358 Native_NamedNodeMap_NativeIndexed_Getter(mthis, index) native "NamedNodeMap_item _Callback_RESOLVER_STRING_1_unsigned long";
4359 4359
4360 Native_NamedNodeMap___getter___Callback(mthis, name) native "NamedNodeMap___gett er___Callback"; 4360 Native_NamedNodeMap___getter___Callback(mthis, name) native "NamedNodeMap___gett er___Callback_RESOLVER_STRING_1_DOMString";
4361 4361
4362 Native_NamedNodeMap_getNamedItem_Callback(mthis, name) native "NamedNodeMap_getN amedItem_Callback"; 4362 Native_NamedNodeMap_getNamedItem_Callback(mthis, name) native "NamedNodeMap_getN amedItem_Callback_RESOLVER_STRING_1_DOMString";
4363 4363
4364 Native_NamedNodeMap_getNamedItemNS_Callback(mthis, namespaceURI, localName) nati ve "NamedNodeMap_getNamedItemNS_Callback"; 4364 Native_NamedNodeMap_getNamedItemNS_Callback(mthis, namespaceURI, localName) nati ve "NamedNodeMap_getNamedItemNS_Callback_RESOLVER_STRING_2_DOMString_DOMString";
4365 4365
4366 Native_NamedNodeMap_item_Callback(mthis, index) native "NamedNodeMap_item_Callba ck"; 4366 Native_NamedNodeMap_item_Callback(mthis, index) native "NamedNodeMap_item_Callba ck_RESOLVER_STRING_1_unsigned long";
4367 4367
4368 Native_NamedNodeMap_removeNamedItem_Callback(mthis, name) native "NamedNodeMap_r emoveNamedItem_Callback"; 4368 Native_NamedNodeMap_removeNamedItem_Callback(mthis, name) native "NamedNodeMap_r emoveNamedItem_Callback_RESOLVER_STRING_1_DOMString";
4369 4369
4370 Native_NamedNodeMap_removeNamedItemNS_Callback(mthis, namespaceURI, localName) n ative "NamedNodeMap_removeNamedItemNS_Callback"; 4370 Native_NamedNodeMap_removeNamedItemNS_Callback(mthis, namespaceURI, localName) n ative "NamedNodeMap_removeNamedItemNS_Callback_RESOLVER_STRING_2_DOMString_DOMSt ring";
4371 4371
4372 Native_NamedNodeMap_setNamedItem_Callback(mthis, node) native "NamedNodeMap_setN amedItem_Callback"; 4372 Native_NamedNodeMap_setNamedItem_Callback(mthis, node) native "NamedNodeMap_setN amedItem_Callback_RESOLVER_STRING_1_Node";
4373 4373
4374 Native_NamedNodeMap_setNamedItemNS_Callback(mthis, node) native "NamedNodeMap_se tNamedItemNS_Callback"; 4374 Native_NamedNodeMap_setNamedItemNS_Callback(mthis, node) native "NamedNodeMap_se tNamedItemNS_Callback_RESOLVER_STRING_1_Node";
4375 4375
4376 Native_NavigatorID_appCodeName_Getter(mthis) native "NavigatorID_appCodeName_Get ter"; 4376 Native_NavigatorID_appCodeName_Getter(mthis) native "NavigatorID_appCodeName_Get ter";
4377 4377
4378 Native_NavigatorID_appName_Getter(mthis) native "NavigatorID_appName_Getter"; 4378 Native_NavigatorID_appName_Getter(mthis) native "NavigatorID_appName_Getter";
4379 4379
4380 Native_NavigatorID_appVersion_Getter(mthis) native "NavigatorID_appVersion_Gette r"; 4380 Native_NavigatorID_appVersion_Getter(mthis) native "NavigatorID_appVersion_Gette r";
4381 4381
4382 Native_NavigatorID_platform_Getter(mthis) native "NavigatorID_platform_Getter"; 4382 Native_NavigatorID_platform_Getter(mthis) native "NavigatorID_platform_Getter";
4383 4383
4384 Native_NavigatorID_product_Getter(mthis) native "NavigatorID_product_Getter"; 4384 Native_NavigatorID_product_Getter(mthis) native "NavigatorID_product_Getter";
(...skipping 21 matching lines...) Expand all
4406 Native_Navigator_storageQuota_Getter(mthis) native "Navigator_storageQuota_Gette r"; 4406 Native_Navigator_storageQuota_Getter(mthis) native "Navigator_storageQuota_Gette r";
4407 4407
4408 Native_Navigator_vendor_Getter(mthis) native "Navigator_vendor_Getter"; 4408 Native_Navigator_vendor_Getter(mthis) native "Navigator_vendor_Getter";
4409 4409
4410 Native_Navigator_vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; 4410 Native_Navigator_vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter";
4411 4411
4412 Native_Navigator_webkitPersistentStorage_Getter(mthis) native "Navigator_webkitP ersistentStorage_Getter"; 4412 Native_Navigator_webkitPersistentStorage_Getter(mthis) native "Navigator_webkitP ersistentStorage_Getter";
4413 4413
4414 Native_Navigator_webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTe mporaryStorage_Getter"; 4414 Native_Navigator_webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTe mporaryStorage_Getter";
4415 4415
4416 Native_Navigator_getStorageUpdates_Callback(mthis) native "Navigator_getStorageU pdates_Callback"; 4416 Native_Navigator_getStorageUpdates_Callback(mthis) native "Navigator_getStorageU pdates_Callback_RESOLVER_STRING_0_";
4417 4417
4418 Native_Navigator_isProtocolHandlerRegistered_Callback(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback"; 4418 Native_Navigator_isProtocolHandlerRegistered_Callback(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback_RESOLVER_STRING_2_DOMString_DOM String";
4419 4419
4420 Native_Navigator_registerProtocolHandler_Callback(mthis, scheme, url, title) nat ive "Navigator_registerProtocolHandler_Callback"; 4420 Native_Navigator_registerProtocolHandler_Callback(mthis, scheme, url, title) nat ive "Navigator_registerProtocolHandler_Callback_RESOLVER_STRING_3_DOMString_DOMS tring_DOMString";
4421 4421
4422 Native_Navigator_requestMIDIAccess_Callback(mthis, options) native "Navigator_re questMIDIAccess_Callback"; 4422 Native_Navigator_requestMIDIAccess_Callback(mthis, options) native "Navigator_re questMIDIAccess_Callback_RESOLVER_STRING_1_Dictionary";
4423 4423
4424 Native_Navigator_unregisterProtocolHandler_Callback(mthis, scheme, url) native " Navigator_unregisterProtocolHandler_Callback"; 4424 Native_Navigator_unregisterProtocolHandler_Callback(mthis, scheme, url) native " Navigator_unregisterProtocolHandler_Callback_RESOLVER_STRING_2_DOMString_DOMStri ng";
4425 4425
4426 Native_Navigator_webkitGetGamepads_Callback(mthis) native "Navigator_webkitGetGa mepads_Callback"; 4426 Native_Navigator_webkitGetGamepads_Callback(mthis) native "Navigator_webkitGetGa mepads_Callback_RESOLVER_STRING_0_";
4427 4427
4428 Native_Navigator_webkitGetUserMedia_Callback(mthis, options, successCallback, er rorCallback) native "Navigator_webkitGetUserMedia_Callback"; 4428 Native_Navigator_webkitGetUserMedia_Callback(mthis, options, successCallback, er rorCallback) native "Navigator_webkitGetUserMedia_Callback_RESOLVER_STRING_3_Dic tionary_NavigatorUserMediaSuccessCallback_NavigatorUserMediaErrorCallback";
4429 4429
4430 Native_Navigator_appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter" ; 4430 Native_Navigator_appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter" ;
4431 4431
4432 Native_Navigator_appName_Getter(mthis) native "Navigator_appName_Getter"; 4432 Native_Navigator_appName_Getter(mthis) native "Navigator_appName_Getter";
4433 4433
4434 Native_Navigator_appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; 4434 Native_Navigator_appVersion_Getter(mthis) native "Navigator_appVersion_Getter";
4435 4435
4436 Native_Navigator_platform_Getter(mthis) native "Navigator_platform_Getter"; 4436 Native_Navigator_platform_Getter(mthis) native "Navigator_platform_Getter";
4437 4437
4438 Native_Navigator_product_Getter(mthis) native "Navigator_product_Getter"; 4438 Native_Navigator_product_Getter(mthis) native "Navigator_product_Getter";
4439 4439
4440 Native_Navigator_userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; 4440 Native_Navigator_userAgent_Getter(mthis) native "Navigator_userAgent_Getter";
4441 4441
4442 Native_Navigator_onLine_Getter(mthis) native "Navigator_onLine_Getter"; 4442 Native_Navigator_onLine_Getter(mthis) native "Navigator_onLine_Getter";
4443 4443
4444 Native_NavigatorUserMediaError_constraintName_Getter(mthis) native "NavigatorUse rMediaError_constraintName_Getter"; 4444 Native_NavigatorUserMediaError_constraintName_Getter(mthis) native "NavigatorUse rMediaError_constraintName_Getter";
4445 4445
4446 Native_NavigatorUserMediaError_message_Getter(mthis) native "NavigatorUserMediaE rror_message_Getter"; 4446 Native_NavigatorUserMediaError_message_Getter(mthis) native "NavigatorUserMediaE rror_message_Getter";
4447 4447
4448 Native_NavigatorUserMediaError_name_Getter(mthis) native "NavigatorUserMediaErro r_name_Getter"; 4448 Native_NavigatorUserMediaError_name_Getter(mthis) native "NavigatorUserMediaErro r_name_Getter";
4449 4449
4450 Native_NodeIterator_pointerBeforeReferenceNode_Getter(mthis) native "NodeIterato r_pointerBeforeReferenceNode_Getter"; 4450 Native_NodeIterator_pointerBeforeReferenceNode_Getter(mthis) native "NodeIterato r_pointerBeforeReferenceNode_Getter";
4451 4451
4452 Native_NodeIterator_referenceNode_Getter(mthis) native "NodeIterator_referenceNo de_Getter"; 4452 Native_NodeIterator_referenceNode_Getter(mthis) native "NodeIterator_referenceNo de_Getter";
4453 4453
4454 Native_NodeIterator_root_Getter(mthis) native "NodeIterator_root_Getter"; 4454 Native_NodeIterator_root_Getter(mthis) native "NodeIterator_root_Getter";
4455 4455
4456 Native_NodeIterator_whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Get ter"; 4456 Native_NodeIterator_whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Get ter";
4457 4457
4458 Native_NodeIterator_detach_Callback(mthis) native "NodeIterator_detach_Callback" ; 4458 Native_NodeIterator_detach_Callback(mthis) native "NodeIterator_detach_Callback_ RESOLVER_STRING_0_";
4459 4459
4460 Native_NodeIterator_nextNode_Callback(mthis) native "NodeIterator_nextNode_Callb ack"; 4460 Native_NodeIterator_nextNode_Callback(mthis) native "NodeIterator_nextNode_Callb ack_RESOLVER_STRING_0_";
4461 4461
4462 Native_NodeIterator_previousNode_Callback(mthis) native "NodeIterator_previousNo de_Callback"; 4462 Native_NodeIterator_previousNode_Callback(mthis) native "NodeIterator_previousNo de_Callback_RESOLVER_STRING_0_";
4463 4463
4464 Native_NodeList_length_Getter(mthis) native "NodeList_length_Getter"; 4464 Native_NodeList_length_Getter(mthis) native "NodeList_length_Getter";
4465 4465
4466 Native_NodeList_NativeIndexed_Getter(mthis, index) native "NodeList_item_Callbac k"; 4466 Native_NodeList_NativeIndexed_Getter(mthis, index) native "NodeList_item_Callbac k_RESOLVER_STRING_1_unsigned long";
4467 4467
4468 Native_NodeList_item_Callback(mthis, index) native "NodeList_item_Callback"; 4468 Native_NodeList_item_Callback(mthis, index) native "NodeList_item_Callback_RESOL VER_STRING_1_unsigned long";
4469 4469
4470 // Generated overload resolver 4470 // Generated overload resolver
4471 Native_Notification_Notification(title, options) { 4471 Native_Notification_Notification(title, options) {
4472 return Native_Notification__create_1constructorCallback(title, options); 4472 return Native_Notification__create_1constructorCallback(title, options);
4473 } 4473 }
4474 4474
4475 Native_Notification__create_1constructorCallback(title, options) native "Notific ation__create_1constructorCallback"; 4475 Native_Notification_constructorCallback(title, options) native "Notification_con structorCallback_RESOLVER_STRING_2_DOMString_Dictionary";
4476 4476
4477 Native_Notification_body_Getter(mthis) native "Notification_body_Getter"; 4477 Native_Notification_body_Getter(mthis) native "Notification_body_Getter";
4478 4478
4479 Native_Notification_dir_Getter(mthis) native "Notification_dir_Getter"; 4479 Native_Notification_dir_Getter(mthis) native "Notification_dir_Getter";
4480 4480
4481 Native_Notification_icon_Getter(mthis) native "Notification_icon_Getter"; 4481 Native_Notification_icon_Getter(mthis) native "Notification_icon_Getter";
4482 4482
4483 Native_Notification_lang_Getter(mthis) native "Notification_lang_Getter"; 4483 Native_Notification_lang_Getter(mthis) native "Notification_lang_Getter";
4484 4484
4485 Native_Notification_permission_Getter(mthis) native "Notification_permission_Get ter"; 4485 Native_Notification_permission_Getter(mthis) native "Notification_permission_Get ter";
4486 4486
4487 Native_Notification_tag_Getter(mthis) native "Notification_tag_Getter"; 4487 Native_Notification_tag_Getter(mthis) native "Notification_tag_Getter";
4488 4488
4489 Native_Notification_title_Getter(mthis) native "Notification_title_Getter"; 4489 Native_Notification_title_Getter(mthis) native "Notification_title_Getter";
4490 4490
4491 Native_Notification_close_Callback(mthis) native "Notification_close_Callback"; 4491 Native_Notification_close_Callback(mthis) native "Notification_close_Callback_RE SOLVER_STRING_0_";
4492 4492
4493 Native_Notification_requestPermission_Callback(callback) native "Notification_re questPermission_Callback"; 4493 Native_Notification_requestPermission_Callback(callback) native "Notification_re questPermission_Callback_RESOLVER_STRING_1_NotificationPermissionCallback";
4494 4494
4495 Native_OESVertexArrayObject_bindVertexArrayOES_Callback(mthis, arrayObject) nati ve "OESVertexArrayObject_bindVertexArrayOES_Callback"; 4495 Native_OESVertexArrayObject_bindVertexArrayOES_Callback(mthis, arrayObject) nati ve "OESVertexArrayObject_bindVertexArrayOES_Callback_RESOLVER_STRING_1_WebGLVert exArrayObjectOES";
4496 4496
4497 Native_OESVertexArrayObject_createVertexArrayOES_Callback(mthis) native "OESVert exArrayObject_createVertexArrayOES_Callback"; 4497 Native_OESVertexArrayObject_createVertexArrayOES_Callback(mthis) native "OESVert exArrayObject_createVertexArrayOES_Callback_RESOLVER_STRING_0_";
4498 4498
4499 Native_OESVertexArrayObject_deleteVertexArrayOES_Callback(mthis, arrayObject) na tive "OESVertexArrayObject_deleteVertexArrayOES_Callback"; 4499 Native_OESVertexArrayObject_deleteVertexArrayOES_Callback(mthis, arrayObject) na tive "OESVertexArrayObject_deleteVertexArrayOES_Callback_RESOLVER_STRING_1_WebGL VertexArrayObjectOES";
4500 4500
4501 Native_OESVertexArrayObject_isVertexArrayOES_Callback(mthis, arrayObject) native "OESVertexArrayObject_isVertexArrayOES_Callback"; 4501 Native_OESVertexArrayObject_isVertexArrayOES_Callback(mthis, arrayObject) native "OESVertexArrayObject_isVertexArrayOES_Callback_RESOLVER_STRING_1_WebGLVertexAr rayObjectOES";
4502 4502
4503 Native_OfflineAudioCompletionEvent_renderedBuffer_Getter(mthis) native "OfflineA udioCompletionEvent_renderedBuffer_Getter"; 4503 Native_OfflineAudioCompletionEvent_renderedBuffer_Getter(mthis) native "OfflineA udioCompletionEvent_renderedBuffer_Getter";
4504 4504
4505 // Generated overload resolver 4505 // Generated overload resolver
4506 Native_OfflineAudioContext_OfflineAudioContext(numberOfChannels, numberOfFrames, sampleRate) { 4506 Native_OfflineAudioContext_OfflineAudioContext(numberOfChannels, numberOfFrames, sampleRate) {
4507 return Native_OfflineAudioContext__create_1constructorCallback(numberOfChann els, numberOfFrames, sampleRate); 4507 return Native_OfflineAudioContext__create_1constructorCallback(numberOfChann els, numberOfFrames, sampleRate);
4508 } 4508 }
4509 4509
4510 Native_OfflineAudioContext__create_1constructorCallback(numberOfChannels, number OfFrames, sampleRate) native "OfflineAudioContext__create_1constructorCallback"; 4510 Native_OfflineAudioContext_constructorCallback(numberOfChannels, numberOfFrames, sampleRate) native "OfflineAudioContext_constructorCallback_RESOLVER_STRING_3_u nsigned long_unsigned long_float";
4511 4511
4512 Native_OscillatorNode_detune_Getter(mthis) native "OscillatorNode_detune_Getter" ; 4512 Native_OscillatorNode_detune_Getter(mthis) native "OscillatorNode_detune_Getter" ;
4513 4513
4514 Native_OscillatorNode_frequency_Getter(mthis) native "OscillatorNode_frequency_G etter"; 4514 Native_OscillatorNode_frequency_Getter(mthis) native "OscillatorNode_frequency_G etter";
4515 4515
4516 Native_OscillatorNode_playbackState_Getter(mthis) native "OscillatorNode_playbac kState_Getter"; 4516 Native_OscillatorNode_playbackState_Getter(mthis) native "OscillatorNode_playbac kState_Getter";
4517 4517
4518 Native_OscillatorNode_type_Getter(mthis) native "OscillatorNode_type_Getter"; 4518 Native_OscillatorNode_type_Getter(mthis) native "OscillatorNode_type_Getter";
4519 4519
4520 Native_OscillatorNode_type_Setter(mthis, value) native "OscillatorNode_type_Sett er"; 4520 Native_OscillatorNode_type_Setter(mthis, value) native "OscillatorNode_type_Sett er";
4521 4521
4522 Native_OscillatorNode_noteOff_Callback(mthis, when) native "OscillatorNode_noteO ff_Callback"; 4522 Native_OscillatorNode_noteOff_Callback(mthis, when) native "OscillatorNode_noteO ff_Callback_RESOLVER_STRING_1_double";
4523 4523
4524 Native_OscillatorNode_noteOn_Callback(mthis, when) native "OscillatorNode_noteOn _Callback"; 4524 Native_OscillatorNode_noteOn_Callback(mthis, when) native "OscillatorNode_noteOn _Callback_RESOLVER_STRING_1_double";
4525 4525
4526 Native_OscillatorNode_setPeriodicWave_Callback(mthis, periodicWave) native "Osci llatorNode_setPeriodicWave_Callback"; 4526 Native_OscillatorNode_setPeriodicWave_Callback(mthis, periodicWave) native "Osci llatorNode_setPeriodicWave_Callback_RESOLVER_STRING_1_PeriodicWave";
4527 4527
4528 // Generated overload resolver 4528 // Generated overload resolver
4529 Native_OscillatorNode_start(mthis, when) { 4529 Native_OscillatorNode_start(mthis, when) {
4530 if (when != null) { 4530 if (when != null) {
4531 Native_OscillatorNode__start_1_Callback(mthis, when); 4531 Native_OscillatorNode__start_1_Callback(mthis, when);
4532 return; 4532 return;
4533 } 4533 }
4534 Native_OscillatorNode__start_2_Callback(mthis); 4534 Native_OscillatorNode__start_2_Callback(mthis);
4535 return; 4535 return;
4536 } 4536 }
4537 4537
4538 Native_OscillatorNode__start_1_Callback(mthis, when) native "OscillatorNode_star t_Callback_1_double"; 4538 Native_OscillatorNode__start_1_Callback(mthis, when) native "OscillatorNode_star t_Callback_RESOLVER_STRING_1_double";
4539 4539
4540 Native_OscillatorNode__start_2_Callback(mthis) native "OscillatorNode_start_Call back_0_"; 4540 Native_OscillatorNode__start_2_Callback(mthis) native "OscillatorNode_start_Call back_RESOLVER_STRING_0_";
4541 4541
4542 // Generated overload resolver 4542 // Generated overload resolver
4543 Native_OscillatorNode_stop(mthis, when) { 4543 Native_OscillatorNode_stop(mthis, when) {
4544 if (when != null) { 4544 if (when != null) {
4545 Native_OscillatorNode__stop_1_Callback(mthis, when); 4545 Native_OscillatorNode__stop_1_Callback(mthis, when);
4546 return; 4546 return;
4547 } 4547 }
4548 Native_OscillatorNode__stop_2_Callback(mthis); 4548 Native_OscillatorNode__stop_2_Callback(mthis);
4549 return; 4549 return;
4550 } 4550 }
4551 4551
4552 Native_OscillatorNode__stop_1_Callback(mthis, when) native "OscillatorNode_stop_ Callback_1_double"; 4552 Native_OscillatorNode__stop_1_Callback(mthis, when) native "OscillatorNode_stop_ Callback_RESOLVER_STRING_1_double";
4553 4553
4554 Native_OscillatorNode__stop_2_Callback(mthis) native "OscillatorNode_stop_Callba ck_0_"; 4554 Native_OscillatorNode__stop_2_Callback(mthis) native "OscillatorNode_stop_Callba ck_RESOLVER_STRING_0_";
4555 4555
4556 Native_OverflowEvent_horizontalOverflow_Getter(mthis) native "OverflowEvent_hori zontalOverflow_Getter"; 4556 Native_OverflowEvent_horizontalOverflow_Getter(mthis) native "OverflowEvent_hori zontalOverflow_Getter";
4557 4557
4558 Native_OverflowEvent_orient_Getter(mthis) native "OverflowEvent_orient_Getter"; 4558 Native_OverflowEvent_orient_Getter(mthis) native "OverflowEvent_orient_Getter";
4559 4559
4560 Native_OverflowEvent_verticalOverflow_Getter(mthis) native "OverflowEvent_vertic alOverflow_Getter"; 4560 Native_OverflowEvent_verticalOverflow_Getter(mthis) native "OverflowEvent_vertic alOverflow_Getter";
4561 4561
4562 Native_PageTransitionEvent_persisted_Getter(mthis) native "PageTransitionEvent_p ersisted_Getter"; 4562 Native_PageTransitionEvent_persisted_Getter(mthis) native "PageTransitionEvent_p ersisted_Getter";
4563 4563
4564 Native_PannerNode_coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle _Getter"; 4564 Native_PannerNode_coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle _Getter";
(...skipping 21 matching lines...) Expand all
4586 Native_PannerNode_panningModel_Setter(mthis, value) native "PannerNode_panningMo del_Setter"; 4586 Native_PannerNode_panningModel_Setter(mthis, value) native "PannerNode_panningMo del_Setter";
4587 4587
4588 Native_PannerNode_refDistance_Getter(mthis) native "PannerNode_refDistance_Gette r"; 4588 Native_PannerNode_refDistance_Getter(mthis) native "PannerNode_refDistance_Gette r";
4589 4589
4590 Native_PannerNode_refDistance_Setter(mthis, value) native "PannerNode_refDistanc e_Setter"; 4590 Native_PannerNode_refDistance_Setter(mthis, value) native "PannerNode_refDistanc e_Setter";
4591 4591
4592 Native_PannerNode_rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_G etter"; 4592 Native_PannerNode_rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_G etter";
4593 4593
4594 Native_PannerNode_rolloffFactor_Setter(mthis, value) native "PannerNode_rolloffF actor_Setter"; 4594 Native_PannerNode_rolloffFactor_Setter(mthis, value) native "PannerNode_rolloffF actor_Setter";
4595 4595
4596 Native_PannerNode_setOrientation_Callback(mthis, x, y, z) native "PannerNode_set Orientation_Callback"; 4596 Native_PannerNode_setOrientation_Callback(mthis, x, y, z) native "PannerNode_set Orientation_Callback_RESOLVER_STRING_3_float_float_float";
4597 4597
4598 Native_PannerNode_setPosition_Callback(mthis, x, y, z) native "PannerNode_setPos ition_Callback"; 4598 Native_PannerNode_setPosition_Callback(mthis, x, y, z) native "PannerNode_setPos ition_Callback_RESOLVER_STRING_3_float_float_float";
4599 4599
4600 Native_PannerNode_setVelocity_Callback(mthis, x, y, z) native "PannerNode_setVel ocity_Callback"; 4600 Native_PannerNode_setVelocity_Callback(mthis, x, y, z) native "PannerNode_setVel ocity_Callback_RESOLVER_STRING_3_float_float_float";
4601 4601
4602 // Generated overload resolver 4602 // Generated overload resolver
4603 Native_Path_Path(path_OR_text) { 4603 Native_Path_Path(path_OR_text) {
4604 if (path_OR_text == null) { 4604 if (path_OR_text == null) {
4605 return Native_Path__create_1constructorCallback(); 4605 return Native_Path__create_1constructorCallback();
4606 } 4606 }
4607 if ((path_OR_text is Path || path_OR_text == null)) { 4607 if ((path_OR_text is Path || path_OR_text == null)) {
4608 return Native_Path__create_2constructorCallback(path_OR_text); 4608 return Native_Path__create_2constructorCallback(path_OR_text);
4609 } 4609 }
4610 if ((path_OR_text is String || path_OR_text == null)) { 4610 if ((path_OR_text is String || path_OR_text == null)) {
4611 return Native_Path__create_3constructorCallback(path_OR_text); 4611 return Native_Path__create_3constructorCallback(path_OR_text);
4612 } 4612 }
4613 throw new ArgumentError("Incorrect number or type of arguments"); 4613 throw new ArgumentError("Incorrect number or type of arguments");
4614 } 4614 }
4615 4615
4616 Native_Path__create_1constructorCallback() native "Path__create_1constructorCall back"; 4616 Native_Path_constructorCallback() native "Path_constructorCallback";
4617 4617
4618 Native_Path__create_2constructorCallback(path_OR_text) native "Path__create_2con structorCallback"; 4618 Native_Path_constructorCallback(path_OR_text) native "Path_constructorCallback_R ESOLVER_STRING_1_Path";
4619 4619
4620 Native_Path__create_3constructorCallback(path_OR_text) native "Path__create_3con structorCallback"; 4620 Native_Path_constructorCallback(path_OR_text) native "Path_constructorCallback_R ESOLVER_STRING_1_DOMString";
4621 4621
4622 Native_Path_arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwis e) native "Path_arc_Callback"; 4622 Native_Path_arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwis e) native "Path_arc_Callback_RESOLVER_STRING_6_float_float_float_float_float_boo lean";
4623 4623
4624 Native_Path_arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path_arcTo_Cal lback"; 4624 Native_Path_arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path_arcTo_Cal lback_RESOLVER_STRING_5_float_float_float_float_float";
4625 4625
4626 Native_Path_bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native " Path_bezierCurveTo_Callback"; 4626 Native_Path_bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native " Path_bezierCurveTo_Callback_RESOLVER_STRING_6_float_float_float_float_float_floa t";
4627 4627
4628 Native_Path_closePath_Callback(mthis) native "Path_closePath_Callback"; 4628 Native_Path_closePath_Callback(mthis) native "Path_closePath_Callback_RESOLVER_S TRING_0_";
4629 4629
4630 Native_Path_lineTo_Callback(mthis, x, y) native "Path_lineTo_Callback"; 4630 Native_Path_lineTo_Callback(mthis, x, y) native "Path_lineTo_Callback_RESOLVER_S TRING_2_float_float";
4631 4631
4632 Native_Path_moveTo_Callback(mthis, x, y) native "Path_moveTo_Callback"; 4632 Native_Path_moveTo_Callback(mthis, x, y) native "Path_moveTo_Callback_RESOLVER_S TRING_2_float_float";
4633 4633
4634 Native_Path_quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "Path_quadra ticCurveTo_Callback"; 4634 Native_Path_quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "Path_quadra ticCurveTo_Callback_RESOLVER_STRING_4_float_float_float_float";
4635 4635
4636 Native_Path_rect_Callback(mthis, x, y, width, height) native "Path_rect_Callback "; 4636 Native_Path_rect_Callback(mthis, x, y, width, height) native "Path_rect_Callback _RESOLVER_STRING_4_float_float_float_float";
4637 4637
4638 Native_Performance_memory_Getter(mthis) native "Performance_memory_Getter"; 4638 Native_Performance_memory_Getter(mthis) native "Performance_memory_Getter";
4639 4639
4640 Native_Performance_navigation_Getter(mthis) native "Performance_navigation_Gette r"; 4640 Native_Performance_navigation_Getter(mthis) native "Performance_navigation_Gette r";
4641 4641
4642 Native_Performance_timing_Getter(mthis) native "Performance_timing_Getter"; 4642 Native_Performance_timing_Getter(mthis) native "Performance_timing_Getter";
4643 4643
4644 Native_Performance_clearMarks_Callback(mthis, markName) native "Performance_clea rMarks_Callback"; 4644 Native_Performance_clearMarks_Callback(mthis, markName) native "Performance_clea rMarks_Callback_RESOLVER_STRING_1_DOMString";
4645 4645
4646 Native_Performance_clearMeasures_Callback(mthis, measureName) native "Performanc e_clearMeasures_Callback"; 4646 Native_Performance_clearMeasures_Callback(mthis, measureName) native "Performanc e_clearMeasures_Callback_RESOLVER_STRING_1_DOMString";
4647 4647
4648 Native_Performance_getEntries_Callback(mthis) native "Performance_getEntries_Cal lback"; 4648 Native_Performance_getEntries_Callback(mthis) native "Performance_getEntries_Cal lback_RESOLVER_STRING_0_";
4649 4649
4650 Native_Performance_getEntriesByName_Callback(mthis, name, entryType) native "Per formance_getEntriesByName_Callback"; 4650 Native_Performance_getEntriesByName_Callback(mthis, name, entryType) native "Per formance_getEntriesByName_Callback_RESOLVER_STRING_2_DOMString_DOMString";
4651 4651
4652 Native_Performance_getEntriesByType_Callback(mthis, entryType) native "Performan ce_getEntriesByType_Callback"; 4652 Native_Performance_getEntriesByType_Callback(mthis, entryType) native "Performan ce_getEntriesByType_Callback_RESOLVER_STRING_1_DOMString";
4653 4653
4654 Native_Performance_mark_Callback(mthis, markName) native "Performance_mark_Callb ack"; 4654 Native_Performance_mark_Callback(mthis, markName) native "Performance_mark_Callb ack_RESOLVER_STRING_1_DOMString";
4655 4655
4656 Native_Performance_measure_Callback(mthis, measureName, startMark, endMark) nati ve "Performance_measure_Callback"; 4656 Native_Performance_measure_Callback(mthis, measureName, startMark, endMark) nati ve "Performance_measure_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString ";
4657 4657
4658 Native_Performance_now_Callback(mthis) native "Performance_now_Callback"; 4658 Native_Performance_now_Callback(mthis) native "Performance_now_Callback_RESOLVER _STRING_0_";
4659 4659
4660 Native_Performance_webkitClearResourceTimings_Callback(mthis) native "Performanc e_webkitClearResourceTimings_Callback"; 4660 Native_Performance_webkitClearResourceTimings_Callback(mthis) native "Performanc e_webkitClearResourceTimings_Callback_RESOLVER_STRING_0_";
4661 4661
4662 Native_Performance_webkitSetResourceTimingBufferSize_Callback(mthis, maxSize) na tive "Performance_webkitSetResourceTimingBufferSize_Callback"; 4662 Native_Performance_webkitSetResourceTimingBufferSize_Callback(mthis, maxSize) na tive "Performance_webkitSetResourceTimingBufferSize_Callback_RESOLVER_STRING_1_u nsigned long";
4663 4663
4664 Native_PerformanceEntry_duration_Getter(mthis) native "PerformanceEntry_duration _Getter"; 4664 Native_PerformanceEntry_duration_Getter(mthis) native "PerformanceEntry_duration _Getter";
4665 4665
4666 Native_PerformanceEntry_entryType_Getter(mthis) native "PerformanceEntry_entryTy pe_Getter"; 4666 Native_PerformanceEntry_entryType_Getter(mthis) native "PerformanceEntry_entryTy pe_Getter";
4667 4667
4668 Native_PerformanceEntry_name_Getter(mthis) native "PerformanceEntry_name_Getter" ; 4668 Native_PerformanceEntry_name_Getter(mthis) native "PerformanceEntry_name_Getter" ;
4669 4669
4670 Native_PerformanceEntry_startTime_Getter(mthis) native "PerformanceEntry_startTi me_Getter"; 4670 Native_PerformanceEntry_startTime_Getter(mthis) native "PerformanceEntry_startTi me_Getter";
4671 4671
4672 Native_PerformanceNavigation_redirectCount_Getter(mthis) native "PerformanceNavi gation_redirectCount_Getter"; 4672 Native_PerformanceNavigation_redirectCount_Getter(mthis) native "PerformanceNavi gation_redirectCount_Getter";
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
4754 Native_Player_source_Getter(mthis) native "Player_source_Getter"; 4754 Native_Player_source_Getter(mthis) native "Player_source_Getter";
4755 4755
4756 Native_Player_source_Setter(mthis, value) native "Player_source_Setter"; 4756 Native_Player_source_Setter(mthis, value) native "Player_source_Setter";
4757 4757
4758 Native_Player_startTime_Getter(mthis) native "Player_startTime_Getter"; 4758 Native_Player_startTime_Getter(mthis) native "Player_startTime_Getter";
4759 4759
4760 Native_Player_startTime_Setter(mthis, value) native "Player_startTime_Setter"; 4760 Native_Player_startTime_Setter(mthis, value) native "Player_startTime_Setter";
4761 4761
4762 Native_Player_timeLag_Getter(mthis) native "Player_timeLag_Getter"; 4762 Native_Player_timeLag_Getter(mthis) native "Player_timeLag_Getter";
4763 4763
4764 Native_Player_cancel_Callback(mthis) native "Player_cancel_Callback"; 4764 Native_Player_cancel_Callback(mthis) native "Player_cancel_Callback_RESOLVER_STR ING_0_";
4765 4765
4766 Native_Player_finish_Callback(mthis) native "Player_finish_Callback"; 4766 Native_Player_finish_Callback(mthis) native "Player_finish_Callback_RESOLVER_STR ING_0_";
4767 4767
4768 Native_Player_pause_Callback(mthis) native "Player_pause_Callback"; 4768 Native_Player_pause_Callback(mthis) native "Player_pause_Callback_RESOLVER_STRIN G_0_";
4769 4769
4770 Native_Player_play_Callback(mthis) native "Player_play_Callback"; 4770 Native_Player_play_Callback(mthis) native "Player_play_Callback_RESOLVER_STRING_ 0_";
4771 4771
4772 Native_Player_reverse_Callback(mthis) native "Player_reverse_Callback"; 4772 Native_Player_reverse_Callback(mthis) native "Player_reverse_Callback_RESOLVER_S TRING_0_";
4773 4773
4774 Native_Plugin_description_Getter(mthis) native "Plugin_description_Getter"; 4774 Native_Plugin_description_Getter(mthis) native "Plugin_description_Getter";
4775 4775
4776 Native_Plugin_filename_Getter(mthis) native "Plugin_filename_Getter"; 4776 Native_Plugin_filename_Getter(mthis) native "Plugin_filename_Getter";
4777 4777
4778 Native_Plugin_length_Getter(mthis) native "Plugin_length_Getter"; 4778 Native_Plugin_length_Getter(mthis) native "Plugin_length_Getter";
4779 4779
4780 Native_Plugin_name_Getter(mthis) native "Plugin_name_Getter"; 4780 Native_Plugin_name_Getter(mthis) native "Plugin_name_Getter";
4781 4781
4782 Native_Plugin___getter___Callback(mthis, name) native "Plugin___getter___Callbac k"; 4782 Native_Plugin___getter___Callback(mthis, name) native "Plugin___getter___Callbac k_RESOLVER_STRING_1_DOMString";
4783 4783
4784 Native_Plugin_item_Callback(mthis, index) native "Plugin_item_Callback"; 4784 Native_Plugin_item_Callback(mthis, index) native "Plugin_item_Callback_RESOLVER_ STRING_1_unsigned long";
4785 4785
4786 Native_Plugin_namedItem_Callback(mthis, name) native "Plugin_namedItem_Callback" ; 4786 Native_Plugin_namedItem_Callback(mthis, name) native "Plugin_namedItem_Callback_ RESOLVER_STRING_1_DOMString";
4787 4787
4788 Native_PluginArray_length_Getter(mthis) native "PluginArray_length_Getter"; 4788 Native_PluginArray_length_Getter(mthis) native "PluginArray_length_Getter";
4789 4789
4790 Native_PluginArray_NativeIndexed_Getter(mthis, index) native "PluginArray_item_C allback"; 4790 Native_PluginArray_NativeIndexed_Getter(mthis, index) native "PluginArray_item_C allback_RESOLVER_STRING_1_unsigned long";
4791 4791
4792 Native_PluginArray___getter___Callback(mthis, name) native "PluginArray___getter ___Callback"; 4792 Native_PluginArray___getter___Callback(mthis, name) native "PluginArray___getter ___Callback_RESOLVER_STRING_1_DOMString";
4793 4793
4794 Native_PluginArray_item_Callback(mthis, index) native "PluginArray_item_Callback "; 4794 Native_PluginArray_item_Callback(mthis, index) native "PluginArray_item_Callback _RESOLVER_STRING_1_unsigned long";
4795 4795
4796 Native_PluginArray_namedItem_Callback(mthis, name) native "PluginArray_namedItem _Callback"; 4796 Native_PluginArray_namedItem_Callback(mthis, name) native "PluginArray_namedItem _Callback_RESOLVER_STRING_1_DOMString";
4797 4797
4798 Native_PluginArray_refresh_Callback(mthis, reload) native "PluginArray_refresh_C allback"; 4798 Native_PluginArray_refresh_Callback(mthis, reload) native "PluginArray_refresh_C allback_RESOLVER_STRING_1_boolean";
4799 4799
4800 Native_PopStateEvent_state_Getter(mthis) native "PopStateEvent_state_Getter"; 4800 Native_PopStateEvent_state_Getter(mthis) native "PopStateEvent_state_Getter";
4801 4801
4802 Native_PositionError_code_Getter(mthis) native "PositionError_code_Getter"; 4802 Native_PositionError_code_Getter(mthis) native "PositionError_code_Getter";
4803 4803
4804 Native_PositionError_message_Getter(mthis) native "PositionError_message_Getter" ; 4804 Native_PositionError_message_Getter(mthis) native "PositionError_message_Getter" ;
4805 4805
4806 Native_ProcessingInstruction_sheet_Getter(mthis) native "ProcessingInstruction_s heet_Getter"; 4806 Native_ProcessingInstruction_sheet_Getter(mthis) native "ProcessingInstruction_s heet_Getter";
4807 4807
4808 Native_ProcessingInstruction_target_Getter(mthis) native "ProcessingInstruction_ target_Getter"; 4808 Native_ProcessingInstruction_target_Getter(mthis) native "ProcessingInstruction_ target_Getter";
(...skipping 21 matching lines...) Expand all
4830 return; 4830 return;
4831 } 4831 }
4832 if (duration != null) { 4832 if (duration != null) {
4833 Native_RTCDTMFSender__insertDTMF_2_Callback(mthis, tones, duration); 4833 Native_RTCDTMFSender__insertDTMF_2_Callback(mthis, tones, duration);
4834 return; 4834 return;
4835 } 4835 }
4836 Native_RTCDTMFSender__insertDTMF_3_Callback(mthis, tones); 4836 Native_RTCDTMFSender__insertDTMF_3_Callback(mthis, tones);
4837 return; 4837 return;
4838 } 4838 }
4839 4839
4840 Native_RTCDTMFSender__insertDTMF_1_Callback(mthis, tones, duration, interToneGap ) native "RTCDTMFSender_insertDTMF_Callback_3_DOMString_long_long"; 4840 Native_RTCDTMFSender__insertDTMF_1_Callback(mthis, tones, duration, interToneGap ) native "RTCDTMFSender_insertDTMF_Callback_RESOLVER_STRING_3_DOMString_long_lon g";
4841 4841
4842 Native_RTCDTMFSender__insertDTMF_2_Callback(mthis, tones, duration) native "RTCD TMFSender_insertDTMF_Callback_2_DOMString_long"; 4842 Native_RTCDTMFSender__insertDTMF_2_Callback(mthis, tones, duration) native "RTCD TMFSender_insertDTMF_Callback_RESOLVER_STRING_2_DOMString_long";
4843 4843
4844 Native_RTCDTMFSender__insertDTMF_3_Callback(mthis, tones) native "RTCDTMFSender_ insertDTMF_Callback_1_DOMString"; 4844 Native_RTCDTMFSender__insertDTMF_3_Callback(mthis, tones) native "RTCDTMFSender_ insertDTMF_Callback_RESOLVER_STRING_1_DOMString";
4845 4845
4846 Native_RTCDTMFToneChangeEvent_tone_Getter(mthis) native "RTCDTMFToneChangeEvent_ tone_Getter"; 4846 Native_RTCDTMFToneChangeEvent_tone_Getter(mthis) native "RTCDTMFToneChangeEvent_ tone_Getter";
4847 4847
4848 Native_RTCDataChannel_binaryType_Getter(mthis) native "RTCDataChannel_binaryType _Getter"; 4848 Native_RTCDataChannel_binaryType_Getter(mthis) native "RTCDataChannel_binaryType _Getter";
4849 4849
4850 Native_RTCDataChannel_binaryType_Setter(mthis, value) native "RTCDataChannel_bin aryType_Setter"; 4850 Native_RTCDataChannel_binaryType_Setter(mthis, value) native "RTCDataChannel_bin aryType_Setter";
4851 4851
4852 Native_RTCDataChannel_bufferedAmount_Getter(mthis) native "RTCDataChannel_buffer edAmount_Getter"; 4852 Native_RTCDataChannel_bufferedAmount_Getter(mthis) native "RTCDataChannel_buffer edAmount_Getter";
4853 4853
4854 Native_RTCDataChannel_id_Getter(mthis) native "RTCDataChannel_id_Getter"; 4854 Native_RTCDataChannel_id_Getter(mthis) native "RTCDataChannel_id_Getter";
4855 4855
4856 Native_RTCDataChannel_label_Getter(mthis) native "RTCDataChannel_label_Getter"; 4856 Native_RTCDataChannel_label_Getter(mthis) native "RTCDataChannel_label_Getter";
4857 4857
4858 Native_RTCDataChannel_maxRetransmitTime_Getter(mthis) native "RTCDataChannel_max RetransmitTime_Getter"; 4858 Native_RTCDataChannel_maxRetransmitTime_Getter(mthis) native "RTCDataChannel_max RetransmitTime_Getter";
4859 4859
4860 Native_RTCDataChannel_maxRetransmits_Getter(mthis) native "RTCDataChannel_maxRet ransmits_Getter"; 4860 Native_RTCDataChannel_maxRetransmits_Getter(mthis) native "RTCDataChannel_maxRet ransmits_Getter";
4861 4861
4862 Native_RTCDataChannel_negotiated_Getter(mthis) native "RTCDataChannel_negotiated _Getter"; 4862 Native_RTCDataChannel_negotiated_Getter(mthis) native "RTCDataChannel_negotiated _Getter";
4863 4863
4864 Native_RTCDataChannel_ordered_Getter(mthis) native "RTCDataChannel_ordered_Gette r"; 4864 Native_RTCDataChannel_ordered_Getter(mthis) native "RTCDataChannel_ordered_Gette r";
4865 4865
4866 Native_RTCDataChannel_protocol_Getter(mthis) native "RTCDataChannel_protocol_Get ter"; 4866 Native_RTCDataChannel_protocol_Getter(mthis) native "RTCDataChannel_protocol_Get ter";
4867 4867
4868 Native_RTCDataChannel_readyState_Getter(mthis) native "RTCDataChannel_readyState _Getter"; 4868 Native_RTCDataChannel_readyState_Getter(mthis) native "RTCDataChannel_readyState _Getter";
4869 4869
4870 Native_RTCDataChannel_reliable_Getter(mthis) native "RTCDataChannel_reliable_Get ter"; 4870 Native_RTCDataChannel_reliable_Getter(mthis) native "RTCDataChannel_reliable_Get ter";
4871 4871
4872 Native_RTCDataChannel_close_Callback(mthis) native "RTCDataChannel_close_Callbac k"; 4872 Native_RTCDataChannel_close_Callback(mthis) native "RTCDataChannel_close_Callbac k_RESOLVER_STRING_0_";
4873 4873
4874 // Generated overload resolver 4874 // Generated overload resolver
4875 Native_RTCDataChannel_send(mthis, data) { 4875 Native_RTCDataChannel_send(mthis, data) {
4876 if ((data is TypedData || data == null)) { 4876 if ((data is TypedData || data == null)) {
4877 Native_RTCDataChannel__send_1_Callback(mthis, data); 4877 Native_RTCDataChannel__send_1_Callback(mthis, data);
4878 return; 4878 return;
4879 } 4879 }
4880 if ((data is ByteBuffer || data == null)) { 4880 if ((data is ByteBuffer || data == null)) {
4881 Native_RTCDataChannel__send_2_Callback(mthis, data); 4881 Native_RTCDataChannel__send_2_Callback(mthis, data);
4882 return; 4882 return;
4883 } 4883 }
4884 if ((data is Blob || data == null)) { 4884 if ((data is Blob || data == null)) {
4885 Native_RTCDataChannel__send_3_Callback(mthis, data); 4885 Native_RTCDataChannel__send_3_Callback(mthis, data);
4886 return; 4886 return;
4887 } 4887 }
4888 if ((data is String || data == null)) { 4888 if ((data is String || data == null)) {
4889 Native_RTCDataChannel__send_4_Callback(mthis, data); 4889 Native_RTCDataChannel__send_4_Callback(mthis, data);
4890 return; 4890 return;
4891 } 4891 }
4892 throw new ArgumentError("Incorrect number or type of arguments"); 4892 throw new ArgumentError("Incorrect number or type of arguments");
4893 } 4893 }
4894 4894
4895 Native_RTCDataChannel__send_1_Callback(mthis, data) native "RTCDataChannel_send_ Callback_1_ArrayBufferView"; 4895 Native_RTCDataChannel__send_1_Callback(mthis, data) native "RTCDataChannel_send_ Callback_RESOLVER_STRING_1_ArrayBufferView";
4896 4896
4897 Native_RTCDataChannel__send_2_Callback(mthis, data) native "RTCDataChannel_send_ Callback_1_ArrayBuffer"; 4897 Native_RTCDataChannel__send_2_Callback(mthis, data) native "RTCDataChannel_send_ Callback_RESOLVER_STRING_1_ArrayBuffer";
4898 4898
4899 Native_RTCDataChannel__send_3_Callback(mthis, data) native "RTCDataChannel_send_ Callback_1_Blob"; 4899 Native_RTCDataChannel__send_3_Callback(mthis, data) native "RTCDataChannel_send_ Callback_RESOLVER_STRING_1_Blob";
4900 4900
4901 Native_RTCDataChannel__send_4_Callback(mthis, data) native "RTCDataChannel_send_ Callback_1_DOMString"; 4901 Native_RTCDataChannel__send_4_Callback(mthis, data) native "RTCDataChannel_send_ Callback_RESOLVER_STRING_1_DOMString";
4902 4902
4903 Native_RTCDataChannel_sendBlob_Callback(mthis, data) native "RTCDataChannel_send Blob_Callback"; 4903 Native_RTCDataChannel_sendBlob_Callback(mthis, data) native "RTCDataChannel_send _Callback_RESOLVER_STRING_1_Blob";
4904 4904
4905 Native_RTCDataChannel_sendByteBuffer_Callback(mthis, data) native "RTCDataChanne l_sendByteBuffer_Callback"; 4905 Native_RTCDataChannel_sendByteBuffer_Callback(mthis, data) native "RTCDataChanne l_send_Callback_RESOLVER_STRING_1_ArrayBuffer";
4906 4906
4907 Native_RTCDataChannel_sendString_Callback(mthis, data) native "RTCDataChannel_se ndString_Callback"; 4907 Native_RTCDataChannel_sendString_Callback(mthis, data) native "RTCDataChannel_se nd_Callback_RESOLVER_STRING_1_DOMString";
4908 4908
4909 Native_RTCDataChannel_sendTypedData_Callback(mthis, data) native "RTCDataChannel _sendTypedData_Callback"; 4909 Native_RTCDataChannel_sendTypedData_Callback(mthis, data) native "RTCDataChannel _send_Callback_RESOLVER_STRING_1_ArrayBufferView";
4910 4910
4911 Native_RTCDataChannelEvent_channel_Getter(mthis) native "RTCDataChannelEvent_cha nnel_Getter"; 4911 Native_RTCDataChannelEvent_channel_Getter(mthis) native "RTCDataChannelEvent_cha nnel_Getter";
4912 4912
4913 // Generated overload resolver 4913 // Generated overload resolver
4914 Native_RTCIceCandidate_RtcIceCandidate(dictionary) { 4914 Native_RTCIceCandidate_RtcIceCandidate(dictionary) {
4915 return Native_RTCIceCandidate__create_1constructorCallback(dictionary); 4915 return Native_RTCIceCandidate__create_1constructorCallback(dictionary);
4916 } 4916 }
4917 4917
4918 Native_RTCIceCandidate__create_1constructorCallback(dictionary) native "RTCIceCa ndidate__create_1constructorCallback"; 4918 Native_RTCIceCandidate_constructorCallback(dictionary) native "RTCIceCandidate_c onstructorCallback_RESOLVER_STRING_1_Dictionary";
4919 4919
4920 Native_RTCIceCandidate_candidate_Getter(mthis) native "RTCIceCandidate_candidate _Getter"; 4920 Native_RTCIceCandidate_candidate_Getter(mthis) native "RTCIceCandidate_candidate _Getter";
4921 4921
4922 Native_RTCIceCandidate_sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpML ineIndex_Getter"; 4922 Native_RTCIceCandidate_sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpML ineIndex_Getter";
4923 4923
4924 Native_RTCIceCandidate_sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Gette r"; 4924 Native_RTCIceCandidate_sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Gette r";
4925 4925
4926 Native_RTCIceCandidateEvent_candidate_Getter(mthis) native "RTCIceCandidateEvent _candidate_Getter"; 4926 Native_RTCIceCandidateEvent_candidate_Getter(mthis) native "RTCIceCandidateEvent _candidate_Getter";
4927 4927
4928 // Generated overload resolver 4928 // Generated overload resolver
4929 Native_RTCPeerConnection_RtcPeerConnection(rtcIceServers, mediaConstraints) { 4929 Native_RTCPeerConnection_RtcPeerConnection(rtcIceServers, mediaConstraints) {
4930 return Native_RTCPeerConnection__create_1constructorCallback(rtcIceServers, mediaConstraints); 4930 return Native_RTCPeerConnection__create_1constructorCallback(rtcIceServers, mediaConstraints);
4931 } 4931 }
4932 4932
4933 Native_RTCPeerConnection__create_1constructorCallback(rtcIceServers, mediaConstr aints) native "RTCPeerConnection__create_1constructorCallback"; 4933 Native_RTCPeerConnection_constructorCallback(rtcIceServers, mediaConstraints) na tive "RTCPeerConnection_constructorCallback_RESOLVER_STRING_2_Dictionary_Diction ary";
4934 4934
4935 Native_RTCPeerConnection_iceConnectionState_Getter(mthis) native "RTCPeerConnect ion_iceConnectionState_Getter"; 4935 Native_RTCPeerConnection_iceConnectionState_Getter(mthis) native "RTCPeerConnect ion_iceConnectionState_Getter";
4936 4936
4937 Native_RTCPeerConnection_iceGatheringState_Getter(mthis) native "RTCPeerConnecti on_iceGatheringState_Getter"; 4937 Native_RTCPeerConnection_iceGatheringState_Getter(mthis) native "RTCPeerConnecti on_iceGatheringState_Getter";
4938 4938
4939 Native_RTCPeerConnection_localDescription_Getter(mthis) native "RTCPeerConnectio n_localDescription_Getter"; 4939 Native_RTCPeerConnection_localDescription_Getter(mthis) native "RTCPeerConnectio n_localDescription_Getter";
4940 4940
4941 Native_RTCPeerConnection_remoteDescription_Getter(mthis) native "RTCPeerConnecti on_remoteDescription_Getter"; 4941 Native_RTCPeerConnection_remoteDescription_Getter(mthis) native "RTCPeerConnecti on_remoteDescription_Getter";
4942 4942
4943 Native_RTCPeerConnection_signalingState_Getter(mthis) native "RTCPeerConnection_ signalingState_Getter"; 4943 Native_RTCPeerConnection_signalingState_Getter(mthis) native "RTCPeerConnection_ signalingState_Getter";
4944 4944
4945 Native_RTCPeerConnection_addIceCandidate_Callback(mthis, candidate, successCallb ack, failureCallback) native "RTCPeerConnection_addIceCandidate_Callback"; 4945 Native_RTCPeerConnection_addIceCandidate_Callback(mthis, candidate, successCallb ack, failureCallback) native "RTCPeerConnection_addIceCandidate_Callback_RESOLVE R_STRING_3_RTCIceCandidate_VoidCallback_RTCErrorCallback";
4946 4946
4947 Native_RTCPeerConnection_addStream_Callback(mthis, stream, mediaConstraints) nat ive "RTCPeerConnection_addStream_Callback"; 4947 Native_RTCPeerConnection_addStream_Callback(mthis, stream, mediaConstraints) nat ive "RTCPeerConnection_addStream_Callback_RESOLVER_STRING_2_MediaStream_Dictiona ry";
4948 4948
4949 Native_RTCPeerConnection_close_Callback(mthis) native "RTCPeerConnection_close_C allback"; 4949 Native_RTCPeerConnection_close_Callback(mthis) native "RTCPeerConnection_close_C allback_RESOLVER_STRING_0_";
4950 4950
4951 Native_RTCPeerConnection_createAnswer_Callback(mthis, successCallback, failureCa llback, mediaConstraints) native "RTCPeerConnection_createAnswer_Callback"; 4951 Native_RTCPeerConnection_createAnswer_Callback(mthis, successCallback, failureCa llback, mediaConstraints) native "RTCPeerConnection_createAnswer_Callback_RESOLV ER_STRING_3_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary";
4952 4952
4953 Native_RTCPeerConnection_createDTMFSender_Callback(mthis, track) native "RTCPeer Connection_createDTMFSender_Callback"; 4953 Native_RTCPeerConnection_createDTMFSender_Callback(mthis, track) native "RTCPeer Connection_createDTMFSender_Callback_RESOLVER_STRING_1_MediaStreamTrack";
4954 4954
4955 Native_RTCPeerConnection_createDataChannel_Callback(mthis, label, options) nativ e "RTCPeerConnection_createDataChannel_Callback"; 4955 Native_RTCPeerConnection_createDataChannel_Callback(mthis, label, options) nativ e "RTCPeerConnection_createDataChannel_Callback_RESOLVER_STRING_2_DOMString_Dict ionary";
4956 4956
4957 Native_RTCPeerConnection_createOffer_Callback(mthis, successCallback, failureCal lback, mediaConstraints) native "RTCPeerConnection_createOffer_Callback"; 4957 Native_RTCPeerConnection_createOffer_Callback(mthis, successCallback, failureCal lback, mediaConstraints) native "RTCPeerConnection_createOffer_Callback_RESOLVER _STRING_3_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary";
4958 4958
4959 Native_RTCPeerConnection_getLocalStreams_Callback(mthis) native "RTCPeerConnecti on_getLocalStreams_Callback"; 4959 Native_RTCPeerConnection_getLocalStreams_Callback(mthis) native "RTCPeerConnecti on_getLocalStreams_Callback_RESOLVER_STRING_0_";
4960 4960
4961 Native_RTCPeerConnection_getRemoteStreams_Callback(mthis) native "RTCPeerConnect ion_getRemoteStreams_Callback"; 4961 Native_RTCPeerConnection_getRemoteStreams_Callback(mthis) native "RTCPeerConnect ion_getRemoteStreams_Callback_RESOLVER_STRING_0_";
4962 4962
4963 Native_RTCPeerConnection_getStats_Callback(mthis, successCallback, selector) nat ive "RTCPeerConnection_getStats_Callback"; 4963 Native_RTCPeerConnection_getStats_Callback(mthis, successCallback, selector) nat ive "RTCPeerConnection_getStats_Callback_RESOLVER_STRING_2_RTCStatsCallback_Medi aStreamTrack";
4964 4964
4965 Native_RTCPeerConnection_getStreamById_Callback(mthis, streamId) native "RTCPeer Connection_getStreamById_Callback"; 4965 Native_RTCPeerConnection_getStreamById_Callback(mthis, streamId) native "RTCPeer Connection_getStreamById_Callback_RESOLVER_STRING_1_DOMString";
4966 4966
4967 Native_RTCPeerConnection_removeStream_Callback(mthis, stream) native "RTCPeerCon nection_removeStream_Callback"; 4967 Native_RTCPeerConnection_removeStream_Callback(mthis, stream) native "RTCPeerCon nection_removeStream_Callback_RESOLVER_STRING_1_MediaStream";
4968 4968
4969 Native_RTCPeerConnection_setLocalDescription_Callback(mthis, description, succes sCallback, failureCallback) native "RTCPeerConnection_setLocalDescription_Callba ck"; 4969 Native_RTCPeerConnection_setLocalDescription_Callback(mthis, description, succes sCallback, failureCallback) native "RTCPeerConnection_setLocalDescription_Callba ck_RESOLVER_STRING_3_RTCSessionDescription_VoidCallback_RTCErrorCallback";
4970 4970
4971 Native_RTCPeerConnection_setRemoteDescription_Callback(mthis, description, succe ssCallback, failureCallback) native "RTCPeerConnection_setRemoteDescription_Call back"; 4971 Native_RTCPeerConnection_setRemoteDescription_Callback(mthis, description, succe ssCallback, failureCallback) native "RTCPeerConnection_setRemoteDescription_Call back_RESOLVER_STRING_3_RTCSessionDescription_VoidCallback_RTCErrorCallback";
4972 4972
4973 Native_RTCPeerConnection_updateIce_Callback(mthis, configuration, mediaConstrain ts) native "RTCPeerConnection_updateIce_Callback"; 4973 Native_RTCPeerConnection_updateIce_Callback(mthis, configuration, mediaConstrain ts) native "RTCPeerConnection_updateIce_Callback_RESOLVER_STRING_2_Dictionary_Di ctionary";
4974 4974
4975 // Generated overload resolver 4975 // Generated overload resolver
4976 Native_RTCSessionDescription_RtcSessionDescription(descriptionInitDict) { 4976 Native_RTCSessionDescription_RtcSessionDescription(descriptionInitDict) {
4977 return Native_RTCSessionDescription__create_1constructorCallback(description InitDict); 4977 return Native_RTCSessionDescription__create_1constructorCallback(description InitDict);
4978 } 4978 }
4979 4979
4980 Native_RTCSessionDescription__create_1constructorCallback(descriptionInitDict) n ative "RTCSessionDescription__create_1constructorCallback"; 4980 Native_RTCSessionDescription_constructorCallback(descriptionInitDict) native "RT CSessionDescription_constructorCallback_RESOLVER_STRING_1_Dictionary";
4981 4981
4982 Native_RTCSessionDescription_sdp_Getter(mthis) native "RTCSessionDescription_sdp _Getter"; 4982 Native_RTCSessionDescription_sdp_Getter(mthis) native "RTCSessionDescription_sdp _Getter";
4983 4983
4984 Native_RTCSessionDescription_sdp_Setter(mthis, value) native "RTCSessionDescript ion_sdp_Setter"; 4984 Native_RTCSessionDescription_sdp_Setter(mthis, value) native "RTCSessionDescript ion_sdp_Setter";
4985 4985
4986 Native_RTCSessionDescription_type_Getter(mthis) native "RTCSessionDescription_ty pe_Getter"; 4986 Native_RTCSessionDescription_type_Getter(mthis) native "RTCSessionDescription_ty pe_Getter";
4987 4987
4988 Native_RTCSessionDescription_type_Setter(mthis, value) native "RTCSessionDescrip tion_type_Setter"; 4988 Native_RTCSessionDescription_type_Setter(mthis, value) native "RTCSessionDescrip tion_type_Setter";
4989 4989
4990 Native_RTCStatsReport_id_Getter(mthis) native "RTCStatsReport_id_Getter"; 4990 Native_RTCStatsReport_id_Getter(mthis) native "RTCStatsReport_id_Getter";
4991 4991
4992 Native_RTCStatsReport_local_Getter(mthis) native "RTCStatsReport_local_Getter"; 4992 Native_RTCStatsReport_local_Getter(mthis) native "RTCStatsReport_local_Getter";
4993 4993
4994 Native_RTCStatsReport_remote_Getter(mthis) native "RTCStatsReport_remote_Getter" ; 4994 Native_RTCStatsReport_remote_Getter(mthis) native "RTCStatsReport_remote_Getter" ;
4995 4995
4996 Native_RTCStatsReport_timestamp_Getter(mthis) native "RTCStatsReport_timestamp_G etter"; 4996 Native_RTCStatsReport_timestamp_Getter(mthis) native "RTCStatsReport_timestamp_G etter";
4997 4997
4998 Native_RTCStatsReport_type_Getter(mthis) native "RTCStatsReport_type_Getter"; 4998 Native_RTCStatsReport_type_Getter(mthis) native "RTCStatsReport_type_Getter";
4999 4999
5000 Native_RTCStatsReport_names_Callback(mthis) native "RTCStatsReport_names_Callbac k"; 5000 Native_RTCStatsReport_names_Callback(mthis) native "RTCStatsReport_names_Callbac k_RESOLVER_STRING_0_";
5001 5001
5002 Native_RTCStatsReport_stat_Callback(mthis, name) native "RTCStatsReport_stat_Cal lback"; 5002 Native_RTCStatsReport_stat_Callback(mthis, name) native "RTCStatsReport_stat_Cal lback_RESOLVER_STRING_1_DOMString";
5003 5003
5004 Native_RTCStatsResponse___getter___Callback(mthis, name) native "RTCStatsRespons e___getter___Callback"; 5004 Native_RTCStatsResponse___getter___Callback(mthis, name) native "RTCStatsRespons e___getter___Callback_RESOLVER_STRING_1_DOMString";
5005 5005
5006 Native_RTCStatsResponse_namedItem_Callback(mthis, name) native "RTCStatsResponse _namedItem_Callback"; 5006 Native_RTCStatsResponse_namedItem_Callback(mthis, name) native "RTCStatsResponse _namedItem_Callback_RESOLVER_STRING_1_DOMString";
5007 5007
5008 Native_RTCStatsResponse_result_Callback(mthis) native "RTCStatsResponse_result_C allback"; 5008 Native_RTCStatsResponse_result_Callback(mthis) native "RTCStatsResponse_result_C allback_RESOLVER_STRING_0_";
5009 5009
5010 Native_Range_collapsed_Getter(mthis) native "Range_collapsed_Getter"; 5010 Native_Range_collapsed_Getter(mthis) native "Range_collapsed_Getter";
5011 5011
5012 Native_Range_commonAncestorContainer_Getter(mthis) native "Range_commonAncestorC ontainer_Getter"; 5012 Native_Range_commonAncestorContainer_Getter(mthis) native "Range_commonAncestorC ontainer_Getter";
5013 5013
5014 Native_Range_endContainer_Getter(mthis) native "Range_endContainer_Getter"; 5014 Native_Range_endContainer_Getter(mthis) native "Range_endContainer_Getter";
5015 5015
5016 Native_Range_endOffset_Getter(mthis) native "Range_endOffset_Getter"; 5016 Native_Range_endOffset_Getter(mthis) native "Range_endOffset_Getter";
5017 5017
5018 Native_Range_startContainer_Getter(mthis) native "Range_startContainer_Getter"; 5018 Native_Range_startContainer_Getter(mthis) native "Range_startContainer_Getter";
5019 5019
5020 Native_Range_startOffset_Getter(mthis) native "Range_startOffset_Getter"; 5020 Native_Range_startOffset_Getter(mthis) native "Range_startOffset_Getter";
5021 5021
5022 Native_Range_cloneContents_Callback(mthis) native "Range_cloneContents_Callback" ; 5022 Native_Range_cloneContents_Callback(mthis) native "Range_cloneContents_Callback_ RESOLVER_STRING_0_";
5023 5023
5024 Native_Range_cloneRange_Callback(mthis) native "Range_cloneRange_Callback"; 5024 Native_Range_cloneRange_Callback(mthis) native "Range_cloneRange_Callback_RESOLV ER_STRING_0_";
5025 5025
5026 Native_Range_collapse_Callback(mthis, toStart) native "Range_collapse_Callback"; 5026 Native_Range_collapse_Callback(mthis, toStart) native "Range_collapse_Callback_R ESOLVER_STRING_1_boolean";
5027 5027
5028 Native_Range_comparePoint_Callback(mthis, refNode, offset) native "Range_compare Point_Callback"; 5028 Native_Range_comparePoint_Callback(mthis, refNode, offset) native "Range_compare Point_Callback_RESOLVER_STRING_2_Node_long";
5029 5029
5030 Native_Range_createContextualFragment_Callback(mthis, html) native "Range_create ContextualFragment_Callback"; 5030 Native_Range_createContextualFragment_Callback(mthis, html) native "Range_create ContextualFragment_Callback_RESOLVER_STRING_1_DOMString";
5031 5031
5032 Native_Range_deleteContents_Callback(mthis) native "Range_deleteContents_Callbac k"; 5032 Native_Range_deleteContents_Callback(mthis) native "Range_deleteContents_Callbac k_RESOLVER_STRING_0_";
5033 5033
5034 Native_Range_detach_Callback(mthis) native "Range_detach_Callback"; 5034 Native_Range_detach_Callback(mthis) native "Range_detach_Callback_RESOLVER_STRIN G_0_";
5035 5035
5036 Native_Range_expand_Callback(mthis, unit) native "Range_expand_Callback"; 5036 Native_Range_expand_Callback(mthis, unit) native "Range_expand_Callback_RESOLVER _STRING_1_DOMString";
5037 5037
5038 Native_Range_extractContents_Callback(mthis) native "Range_extractContents_Callb ack"; 5038 Native_Range_extractContents_Callback(mthis) native "Range_extractContents_Callb ack_RESOLVER_STRING_0_";
5039 5039
5040 Native_Range_getBoundingClientRect_Callback(mthis) native "Range_getBoundingClie ntRect_Callback"; 5040 Native_Range_getBoundingClientRect_Callback(mthis) native "Range_getBoundingClie ntRect_Callback_RESOLVER_STRING_0_";
5041 5041
5042 Native_Range_getClientRects_Callback(mthis) native "Range_getClientRects_Callbac k"; 5042 Native_Range_getClientRects_Callback(mthis) native "Range_getClientRects_Callbac k_RESOLVER_STRING_0_";
5043 5043
5044 Native_Range_insertNode_Callback(mthis, newNode) native "Range_insertNode_Callba ck"; 5044 Native_Range_insertNode_Callback(mthis, newNode) native "Range_insertNode_Callba ck_RESOLVER_STRING_1_Node";
5045 5045
5046 Native_Range_isPointInRange_Callback(mthis, refNode, offset) native "Range_isPoi ntInRange_Callback"; 5046 Native_Range_isPointInRange_Callback(mthis, refNode, offset) native "Range_isPoi ntInRange_Callback_RESOLVER_STRING_2_Node_long";
5047 5047
5048 Native_Range_selectNode_Callback(mthis, refNode) native "Range_selectNode_Callba ck"; 5048 Native_Range_selectNode_Callback(mthis, refNode) native "Range_selectNode_Callba ck_RESOLVER_STRING_1_Node";
5049 5049
5050 Native_Range_selectNodeContents_Callback(mthis, refNode) native "Range_selectNod eContents_Callback"; 5050 Native_Range_selectNodeContents_Callback(mthis, refNode) native "Range_selectNod eContents_Callback_RESOLVER_STRING_1_Node";
5051 5051
5052 Native_Range_setEnd_Callback(mthis, refNode, offset) native "Range_setEnd_Callba ck"; 5052 Native_Range_setEnd_Callback(mthis, refNode, offset) native "Range_setEnd_Callba ck_RESOLVER_STRING_2_Node_long";
5053 5053
5054 Native_Range_setEndAfter_Callback(mthis, refNode) native "Range_setEndAfter_Call back"; 5054 Native_Range_setEndAfter_Callback(mthis, refNode) native "Range_setEndAfter_Call back_RESOLVER_STRING_1_Node";
5055 5055
5056 Native_Range_setEndBefore_Callback(mthis, refNode) native "Range_setEndBefore_Ca llback"; 5056 Native_Range_setEndBefore_Callback(mthis, refNode) native "Range_setEndBefore_Ca llback_RESOLVER_STRING_1_Node";
5057 5057
5058 Native_Range_setStart_Callback(mthis, refNode, offset) native "Range_setStart_Ca llback"; 5058 Native_Range_setStart_Callback(mthis, refNode, offset) native "Range_setStart_Ca llback_RESOLVER_STRING_2_Node_long";
5059 5059
5060 Native_Range_setStartAfter_Callback(mthis, refNode) native "Range_setStartAfter_ Callback"; 5060 Native_Range_setStartAfter_Callback(mthis, refNode) native "Range_setStartAfter_ Callback_RESOLVER_STRING_1_Node";
5061 5061
5062 Native_Range_setStartBefore_Callback(mthis, refNode) native "Range_setStartBefor e_Callback"; 5062 Native_Range_setStartBefore_Callback(mthis, refNode) native "Range_setStartBefor e_Callback_RESOLVER_STRING_1_Node";
5063 5063
5064 Native_Range_surroundContents_Callback(mthis, newParent) native "Range_surroundC ontents_Callback"; 5064 Native_Range_surroundContents_Callback(mthis, newParent) native "Range_surroundC ontents_Callback_RESOLVER_STRING_1_Node";
5065 5065
5066 Native_Range_toString_Callback(mthis) native "Range_toString_Callback"; 5066 Native_Range_toString_Callback(mthis) native "Range_toString_Callback_RESOLVER_S TRING_0_";
5067 5067
5068 Native_ResourceProgressEvent_url_Getter(mthis) native "ResourceProgressEvent_url _Getter"; 5068 Native_ResourceProgressEvent_url_Getter(mthis) native "ResourceProgressEvent_url _Getter";
5069 5069
5070 Native_SQLError_code_Getter(mthis) native "SQLError_code_Getter"; 5070 Native_SQLError_code_Getter(mthis) native "SQLError_code_Getter";
5071 5071
5072 Native_SQLError_message_Getter(mthis) native "SQLError_message_Getter"; 5072 Native_SQLError_message_Getter(mthis) native "SQLError_message_Getter";
5073 5073
5074 Native_SQLResultSet_insertId_Getter(mthis) native "SQLResultSet_insertId_Getter" ; 5074 Native_SQLResultSet_insertId_Getter(mthis) native "SQLResultSet_insertId_Getter" ;
5075 5075
5076 Native_SQLResultSet_rows_Getter(mthis) native "SQLResultSet_rows_Getter"; 5076 Native_SQLResultSet_rows_Getter(mthis) native "SQLResultSet_rows_Getter";
5077 5077
5078 Native_SQLResultSet_rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected _Getter"; 5078 Native_SQLResultSet_rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected _Getter";
5079 5079
5080 Native_SQLResultSetRowList_length_Getter(mthis) native "SQLResultSetRowList_leng th_Getter"; 5080 Native_SQLResultSetRowList_length_Getter(mthis) native "SQLResultSetRowList_leng th_Getter";
5081 5081
5082 Native_SQLResultSetRowList_NativeIndexed_Getter(mthis, index) native "SQLResultS etRowList_item_Callback"; 5082 Native_SQLResultSetRowList_NativeIndexed_Getter(mthis, index) native "SQLResultS etRowList_item_Callback_RESOLVER_STRING_1_unsigned long";
5083 5083
5084 Native_SQLResultSetRowList_item_Callback(mthis, index) native "SQLResultSetRowLi st_item_Callback"; 5084 Native_SQLResultSetRowList_item_Callback(mthis, index) native "SQLResultSetRowLi st_item_Callback_RESOLVER_STRING_1_unsigned long";
5085 5085
5086 Native_SQLTransaction_executeSql_Callback(mthis, sqlStatement, arguments, callba ck, errorCallback) native "SQLTransaction_executeSql_Callback"; 5086 Native_SQLTransaction_executeSql_Callback(mthis, sqlStatement, arguments, callba ck, errorCallback) native "SQLTransaction_executeSql_Callback_RESOLVER_STRING_4_ DOMString_object[]_SQLStatementCallback_SQLStatementErrorCallback";
5087 5087
5088 Native_SVGElement_className_Getter(mthis) native "SVGElement_className_Getter"; 5088 Native_SVGElement_className_Getter(mthis) native "SVGElement_className_Getter";
5089 5089
5090 Native_SVGElement_ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGEleme nt_Getter"; 5090 Native_SVGElement_ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGEleme nt_Getter";
5091 5091
5092 Native_SVGElement_style_Getter(mthis) native "SVGElement_style_Getter"; 5092 Native_SVGElement_style_Getter(mthis) native "SVGElement_style_Getter";
5093 5093
5094 Native_SVGElement_viewportElement_Getter(mthis) native "SVGElement_viewportEleme nt_Getter"; 5094 Native_SVGElement_viewportElement_Getter(mthis) native "SVGElement_viewportEleme nt_Getter";
5095 5095
5096 Native_SVGElement_xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter"; 5096 Native_SVGElement_xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter";
5097 5097
5098 Native_SVGElement_xmlbase_Setter(mthis, value) native "SVGElement_xmlbase_Setter "; 5098 Native_SVGElement_xmlbase_Setter(mthis, value) native "SVGElement_xmlbase_Setter ";
5099 5099
5100 Native_SVGElement_xmllang_Getter(mthis) native "SVGElement_xmllang_Getter"; 5100 Native_SVGElement_xmllang_Getter(mthis) native "SVGElement_xmllang_Getter";
5101 5101
5102 Native_SVGElement_xmllang_Setter(mthis, value) native "SVGElement_xmllang_Setter "; 5102 Native_SVGElement_xmllang_Setter(mthis, value) native "SVGElement_xmllang_Setter ";
5103 5103
5104 Native_SVGElement_xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter"; 5104 Native_SVGElement_xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter";
5105 5105
5106 Native_SVGElement_xmlspace_Setter(mthis, value) native "SVGElement_xmlspace_Sett er"; 5106 Native_SVGElement_xmlspace_Setter(mthis, value) native "SVGElement_xmlspace_Sett er";
5107 5107
5108 Native_SVGTests_requiredExtensions_Getter(mthis) native "SVGTests_requiredExtens ions_Getter"; 5108 Native_SVGTests_requiredExtensions_Getter(mthis) native "SVGTests_requiredExtens ions_Getter";
5109 5109
5110 Native_SVGTests_requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures _Getter"; 5110 Native_SVGTests_requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures _Getter";
5111 5111
5112 Native_SVGTests_systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Get ter"; 5112 Native_SVGTests_systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Get ter";
5113 5113
5114 Native_SVGTests_hasExtension_Callback(mthis, extension) native "SVGTests_hasExte nsion_Callback"; 5114 Native_SVGTests_hasExtension_Callback(mthis, extension) native "SVGTests_hasExte nsion_Callback_RESOLVER_STRING_1_DOMString";
5115 5115
5116 Native_SVGGraphicsElement_farthestViewportElement_Getter(mthis) native "SVGGraph icsElement_farthestViewportElement_Getter"; 5116 Native_SVGGraphicsElement_farthestViewportElement_Getter(mthis) native "SVGGraph icsElement_farthestViewportElement_Getter";
5117 5117
5118 Native_SVGGraphicsElement_nearestViewportElement_Getter(mthis) native "SVGGraphi csElement_nearestViewportElement_Getter"; 5118 Native_SVGGraphicsElement_nearestViewportElement_Getter(mthis) native "SVGGraphi csElement_nearestViewportElement_Getter";
5119 5119
5120 Native_SVGGraphicsElement_transform_Getter(mthis) native "SVGGraphicsElement_tra nsform_Getter"; 5120 Native_SVGGraphicsElement_transform_Getter(mthis) native "SVGGraphicsElement_tra nsform_Getter";
5121 5121
5122 Native_SVGGraphicsElement_getBBox_Callback(mthis) native "SVGGraphicsElement_get BBox_Callback"; 5122 Native_SVGGraphicsElement_getBBox_Callback(mthis) native "SVGGraphicsElement_get BBox_Callback_RESOLVER_STRING_0_";
5123 5123
5124 Native_SVGGraphicsElement_getCTM_Callback(mthis) native "SVGGraphicsElement_getC TM_Callback"; 5124 Native_SVGGraphicsElement_getCTM_Callback(mthis) native "SVGGraphicsElement_getC TM_Callback_RESOLVER_STRING_0_";
5125 5125
5126 Native_SVGGraphicsElement_getScreenCTM_Callback(mthis) native "SVGGraphicsElemen t_getScreenCTM_Callback"; 5126 Native_SVGGraphicsElement_getScreenCTM_Callback(mthis) native "SVGGraphicsElemen t_getScreenCTM_Callback_RESOLVER_STRING_0_";
5127 5127
5128 Native_SVGGraphicsElement_getTransformToElement_Callback(mthis, element) native "SVGGraphicsElement_getTransformToElement_Callback"; 5128 Native_SVGGraphicsElement_getTransformToElement_Callback(mthis, element) native "SVGGraphicsElement_getTransformToElement_Callback_RESOLVER_STRING_1_SVGElement" ;
5129 5129
5130 Native_SVGGraphicsElement_requiredExtensions_Getter(mthis) native "SVGGraphicsEl ement_requiredExtensions_Getter"; 5130 Native_SVGGraphicsElement_requiredExtensions_Getter(mthis) native "SVGGraphicsEl ement_requiredExtensions_Getter";
5131 5131
5132 Native_SVGGraphicsElement_requiredFeatures_Getter(mthis) native "SVGGraphicsElem ent_requiredFeatures_Getter"; 5132 Native_SVGGraphicsElement_requiredFeatures_Getter(mthis) native "SVGGraphicsElem ent_requiredFeatures_Getter";
5133 5133
5134 Native_SVGGraphicsElement_systemLanguage_Getter(mthis) native "SVGGraphicsElemen t_systemLanguage_Getter"; 5134 Native_SVGGraphicsElement_systemLanguage_Getter(mthis) native "SVGGraphicsElemen t_systemLanguage_Getter";
5135 5135
5136 Native_SVGGraphicsElement_hasExtension_Callback(mthis, extension) native "SVGGra phicsElement_hasExtension_Callback"; 5136 Native_SVGGraphicsElement_hasExtension_Callback(mthis, extension) native "SVGGra phicsElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString";
5137 5137
5138 Native_SVGURIReference_href_Getter(mthis) native "SVGURIReference_href_Getter"; 5138 Native_SVGURIReference_href_Getter(mthis) native "SVGURIReference_href_Getter";
5139 5139
5140 Native_SVGAElement_target_Getter(mthis) native "SVGAElement_target_Getter"; 5140 Native_SVGAElement_target_Getter(mthis) native "SVGAElement_target_Getter";
5141 5141
5142 Native_SVGAElement_href_Getter(mthis) native "SVGAElement_href_Getter"; 5142 Native_SVGAElement_href_Getter(mthis) native "SVGAElement_href_Getter";
5143 5143
5144 Native_SVGTextContentElement_lengthAdjust_Getter(mthis) native "SVGTextContentEl ement_lengthAdjust_Getter"; 5144 Native_SVGTextContentElement_lengthAdjust_Getter(mthis) native "SVGTextContentEl ement_lengthAdjust_Getter";
5145 5145
5146 Native_SVGTextContentElement_textLength_Getter(mthis) native "SVGTextContentElem ent_textLength_Getter"; 5146 Native_SVGTextContentElement_textLength_Getter(mthis) native "SVGTextContentElem ent_textLength_Getter";
5147 5147
5148 Native_SVGTextContentElement_getCharNumAtPosition_Callback(mthis, point) native "SVGTextContentElement_getCharNumAtPosition_Callback"; 5148 Native_SVGTextContentElement_getCharNumAtPosition_Callback(mthis, point) native "SVGTextContentElement_getCharNumAtPosition_Callback_RESOLVER_STRING_1_SVGPoint" ;
5149 5149
5150 Native_SVGTextContentElement_getComputedTextLength_Callback(mthis) native "SVGTe xtContentElement_getComputedTextLength_Callback"; 5150 Native_SVGTextContentElement_getComputedTextLength_Callback(mthis) native "SVGTe xtContentElement_getComputedTextLength_Callback_RESOLVER_STRING_0_";
5151 5151
5152 Native_SVGTextContentElement_getEndPositionOfChar_Callback(mthis, offset) native "SVGTextContentElement_getEndPositionOfChar_Callback"; 5152 Native_SVGTextContentElement_getEndPositionOfChar_Callback(mthis, offset) native "SVGTextContentElement_getEndPositionOfChar_Callback_RESOLVER_STRING_1_unsigned long";
5153 5153
5154 Native_SVGTextContentElement_getExtentOfChar_Callback(mthis, offset) native "SVG TextContentElement_getExtentOfChar_Callback"; 5154 Native_SVGTextContentElement_getExtentOfChar_Callback(mthis, offset) native "SVG TextContentElement_getExtentOfChar_Callback_RESOLVER_STRING_1_unsigned long";
5155 5155
5156 Native_SVGTextContentElement_getNumberOfChars_Callback(mthis) native "SVGTextCon tentElement_getNumberOfChars_Callback"; 5156 Native_SVGTextContentElement_getNumberOfChars_Callback(mthis) native "SVGTextCon tentElement_getNumberOfChars_Callback_RESOLVER_STRING_0_";
5157 5157
5158 Native_SVGTextContentElement_getRotationOfChar_Callback(mthis, offset) native "S VGTextContentElement_getRotationOfChar_Callback"; 5158 Native_SVGTextContentElement_getRotationOfChar_Callback(mthis, offset) native "S VGTextContentElement_getRotationOfChar_Callback_RESOLVER_STRING_1_unsigned long" ;
5159 5159
5160 Native_SVGTextContentElement_getStartPositionOfChar_Callback(mthis, offset) nati ve "SVGTextContentElement_getStartPositionOfChar_Callback"; 5160 Native_SVGTextContentElement_getStartPositionOfChar_Callback(mthis, offset) nati ve "SVGTextContentElement_getStartPositionOfChar_Callback_RESOLVER_STRING_1_unsi gned long";
5161 5161
5162 Native_SVGTextContentElement_getSubStringLength_Callback(mthis, offset, length) native "SVGTextContentElement_getSubStringLength_Callback"; 5162 Native_SVGTextContentElement_getSubStringLength_Callback(mthis, offset, length) native "SVGTextContentElement_getSubStringLength_Callback_RESOLVER_STRING_2_unsi gned long_unsigned long";
5163 5163
5164 Native_SVGTextContentElement_selectSubString_Callback(mthis, offset, length) nat ive "SVGTextContentElement_selectSubString_Callback"; 5164 Native_SVGTextContentElement_selectSubString_Callback(mthis, offset, length) nat ive "SVGTextContentElement_selectSubString_Callback_RESOLVER_STRING_2_unsigned l ong_unsigned long";
5165 5165
5166 Native_SVGTextPositioningElement_dx_Getter(mthis) native "SVGTextPositioningElem ent_dx_Getter"; 5166 Native_SVGTextPositioningElement_dx_Getter(mthis) native "SVGTextPositioningElem ent_dx_Getter";
5167 5167
5168 Native_SVGTextPositioningElement_dy_Getter(mthis) native "SVGTextPositioningElem ent_dy_Getter"; 5168 Native_SVGTextPositioningElement_dy_Getter(mthis) native "SVGTextPositioningElem ent_dy_Getter";
5169 5169
5170 Native_SVGTextPositioningElement_rotate_Getter(mthis) native "SVGTextPositioning Element_rotate_Getter"; 5170 Native_SVGTextPositioningElement_rotate_Getter(mthis) native "SVGTextPositioning Element_rotate_Getter";
5171 5171
5172 Native_SVGTextPositioningElement_x_Getter(mthis) native "SVGTextPositioningEleme nt_x_Getter"; 5172 Native_SVGTextPositioningElement_x_Getter(mthis) native "SVGTextPositioningEleme nt_x_Getter";
5173 5173
5174 Native_SVGTextPositioningElement_y_Getter(mthis) native "SVGTextPositioningEleme nt_y_Getter"; 5174 Native_SVGTextPositioningElement_y_Getter(mthis) native "SVGTextPositioningEleme nt_y_Getter";
(...skipping 15 matching lines...) Expand all
5190 Native_SVGAngle_value_Setter(mthis, value) native "SVGAngle_value_Setter"; 5190 Native_SVGAngle_value_Setter(mthis, value) native "SVGAngle_value_Setter";
5191 5191
5192 Native_SVGAngle_valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Gette r"; 5192 Native_SVGAngle_valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Gette r";
5193 5193
5194 Native_SVGAngle_valueAsString_Setter(mthis, value) native "SVGAngle_valueAsStrin g_Setter"; 5194 Native_SVGAngle_valueAsString_Setter(mthis, value) native "SVGAngle_valueAsStrin g_Setter";
5195 5195
5196 Native_SVGAngle_valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpec ifiedUnits_Getter"; 5196 Native_SVGAngle_valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpec ifiedUnits_Getter";
5197 5197
5198 Native_SVGAngle_valueInSpecifiedUnits_Setter(mthis, value) native "SVGAngle_valu eInSpecifiedUnits_Setter"; 5198 Native_SVGAngle_valueInSpecifiedUnits_Setter(mthis, value) native "SVGAngle_valu eInSpecifiedUnits_Setter";
5199 5199
5200 Native_SVGAngle_convertToSpecifiedUnits_Callback(mthis, unitType) native "SVGAng le_convertToSpecifiedUnits_Callback"; 5200 Native_SVGAngle_convertToSpecifiedUnits_Callback(mthis, unitType) native "SVGAng le_convertToSpecifiedUnits_Callback_RESOLVER_STRING_1_unsigned short";
5201 5201
5202 Native_SVGAngle_newValueSpecifiedUnits_Callback(mthis, unitType, valueInSpecifie dUnits) native "SVGAngle_newValueSpecifiedUnits_Callback"; 5202 Native_SVGAngle_newValueSpecifiedUnits_Callback(mthis, unitType, valueInSpecifie dUnits) native "SVGAngle_newValueSpecifiedUnits_Callback_RESOLVER_STRING_2_unsig ned short_float";
5203 5203
5204 Native_SVGAnimationElement_targetElement_Getter(mthis) native "SVGAnimationEleme nt_targetElement_Getter"; 5204 Native_SVGAnimationElement_targetElement_Getter(mthis) native "SVGAnimationEleme nt_targetElement_Getter";
5205 5205
5206 Native_SVGAnimationElement_beginElement_Callback(mthis) native "SVGAnimationElem ent_beginElement_Callback"; 5206 Native_SVGAnimationElement_beginElement_Callback(mthis) native "SVGAnimationElem ent_beginElement_Callback_RESOLVER_STRING_0_";
5207 5207
5208 Native_SVGAnimationElement_beginElementAt_Callback(mthis, offset) native "SVGAni mationElement_beginElementAt_Callback"; 5208 Native_SVGAnimationElement_beginElementAt_Callback(mthis, offset) native "SVGAni mationElement_beginElementAt_Callback_RESOLVER_STRING_1_float";
5209 5209
5210 Native_SVGAnimationElement_endElement_Callback(mthis) native "SVGAnimationElemen t_endElement_Callback"; 5210 Native_SVGAnimationElement_endElement_Callback(mthis) native "SVGAnimationElemen t_endElement_Callback_RESOLVER_STRING_0_";
5211 5211
5212 Native_SVGAnimationElement_endElementAt_Callback(mthis, offset) native "SVGAnima tionElement_endElementAt_Callback"; 5212 Native_SVGAnimationElement_endElementAt_Callback(mthis, offset) native "SVGAnima tionElement_endElementAt_Callback_RESOLVER_STRING_1_float";
5213 5213
5214 Native_SVGAnimationElement_getCurrentTime_Callback(mthis) native "SVGAnimationEl ement_getCurrentTime_Callback"; 5214 Native_SVGAnimationElement_getCurrentTime_Callback(mthis) native "SVGAnimationEl ement_getCurrentTime_Callback_RESOLVER_STRING_0_";
5215 5215
5216 Native_SVGAnimationElement_getSimpleDuration_Callback(mthis) native "SVGAnimatio nElement_getSimpleDuration_Callback"; 5216 Native_SVGAnimationElement_getSimpleDuration_Callback(mthis) native "SVGAnimatio nElement_getSimpleDuration_Callback_RESOLVER_STRING_0_";
5217 5217
5218 Native_SVGAnimationElement_getStartTime_Callback(mthis) native "SVGAnimationElem ent_getStartTime_Callback"; 5218 Native_SVGAnimationElement_getStartTime_Callback(mthis) native "SVGAnimationElem ent_getStartTime_Callback_RESOLVER_STRING_0_";
5219 5219
5220 Native_SVGAnimationElement_requiredExtensions_Getter(mthis) native "SVGAnimation Element_requiredExtensions_Getter"; 5220 Native_SVGAnimationElement_requiredExtensions_Getter(mthis) native "SVGAnimation Element_requiredExtensions_Getter";
5221 5221
5222 Native_SVGAnimationElement_requiredFeatures_Getter(mthis) native "SVGAnimationEl ement_requiredFeatures_Getter"; 5222 Native_SVGAnimationElement_requiredFeatures_Getter(mthis) native "SVGAnimationEl ement_requiredFeatures_Getter";
5223 5223
5224 Native_SVGAnimationElement_systemLanguage_Getter(mthis) native "SVGAnimationElem ent_systemLanguage_Getter"; 5224 Native_SVGAnimationElement_systemLanguage_Getter(mthis) native "SVGAnimationElem ent_systemLanguage_Getter";
5225 5225
5226 Native_SVGAnimationElement_hasExtension_Callback(mthis, extension) native "SVGAn imationElement_hasExtension_Callback"; 5226 Native_SVGAnimationElement_hasExtension_Callback(mthis, extension) native "SVGAn imationElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString";
5227 5227
5228 Native_SVGAnimatedAngle_animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_G etter"; 5228 Native_SVGAnimatedAngle_animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_G etter";
5229 5229
5230 Native_SVGAnimatedAngle_baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_G etter"; 5230 Native_SVGAnimatedAngle_baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_G etter";
5231 5231
5232 Native_SVGAnimatedBoolean_animVal_Getter(mthis) native "SVGAnimatedBoolean_animV al_Getter"; 5232 Native_SVGAnimatedBoolean_animVal_Getter(mthis) native "SVGAnimatedBoolean_animV al_Getter";
5233 5233
5234 Native_SVGAnimatedBoolean_baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseV al_Getter"; 5234 Native_SVGAnimatedBoolean_baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseV al_Getter";
5235 5235
5236 Native_SVGAnimatedBoolean_baseVal_Setter(mthis, value) native "SVGAnimatedBoolea n_baseVal_Setter"; 5236 Native_SVGAnimatedBoolean_baseVal_Setter(mthis, value) native "SVGAnimatedBoolea n_baseVal_Setter";
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
5276 Native_SVGAnimatedString_animVal_Getter(mthis) native "SVGAnimatedString_animVal _Getter"; 5276 Native_SVGAnimatedString_animVal_Getter(mthis) native "SVGAnimatedString_animVal _Getter";
5277 5277
5278 Native_SVGAnimatedString_baseVal_Getter(mthis) native "SVGAnimatedString_baseVal _Getter"; 5278 Native_SVGAnimatedString_baseVal_Getter(mthis) native "SVGAnimatedString_baseVal _Getter";
5279 5279
5280 Native_SVGAnimatedString_baseVal_Setter(mthis, value) native "SVGAnimatedString_ baseVal_Setter"; 5280 Native_SVGAnimatedString_baseVal_Setter(mthis, value) native "SVGAnimatedString_ baseVal_Setter";
5281 5281
5282 Native_SVGAnimatedTransformList_animVal_Getter(mthis) native "SVGAnimatedTransfo rmList_animVal_Getter"; 5282 Native_SVGAnimatedTransformList_animVal_Getter(mthis) native "SVGAnimatedTransfo rmList_animVal_Getter";
5283 5283
5284 Native_SVGAnimatedTransformList_baseVal_Getter(mthis) native "SVGAnimatedTransfo rmList_baseVal_Getter"; 5284 Native_SVGAnimatedTransformList_baseVal_Getter(mthis) native "SVGAnimatedTransfo rmList_baseVal_Getter";
5285 5285
5286 Native_SVGGeometryElement_isPointInFill_Callback(mthis, point) native "SVGGeomet ryElement_isPointInFill_Callback"; 5286 Native_SVGGeometryElement_isPointInFill_Callback(mthis, point) native "SVGGeomet ryElement_isPointInFill_Callback_RESOLVER_STRING_1_SVGPoint";
5287 5287
5288 Native_SVGGeometryElement_isPointInStroke_Callback(mthis, point) native "SVGGeom etryElement_isPointInStroke_Callback"; 5288 Native_SVGGeometryElement_isPointInStroke_Callback(mthis, point) native "SVGGeom etryElement_isPointInStroke_Callback_RESOLVER_STRING_1_SVGPoint";
5289 5289
5290 Native_SVGCircleElement_cx_Getter(mthis) native "SVGCircleElement_cx_Getter"; 5290 Native_SVGCircleElement_cx_Getter(mthis) native "SVGCircleElement_cx_Getter";
5291 5291
5292 Native_SVGCircleElement_cy_Getter(mthis) native "SVGCircleElement_cy_Getter"; 5292 Native_SVGCircleElement_cy_Getter(mthis) native "SVGCircleElement_cy_Getter";
5293 5293
5294 Native_SVGCircleElement_r_Getter(mthis) native "SVGCircleElement_r_Getter"; 5294 Native_SVGCircleElement_r_Getter(mthis) native "SVGCircleElement_r_Getter";
5295 5295
5296 Native_SVGClipPathElement_clipPathUnits_Getter(mthis) native "SVGClipPathElement _clipPathUnits_Getter"; 5296 Native_SVGClipPathElement_clipPathUnits_Getter(mthis) native "SVGClipPathElement _clipPathUnits_Getter";
5297 5297
5298 Native_SVGElementInstance_childNodes_Getter(mthis) native "SVGElementInstance_ch ildNodes_Getter"; 5298 Native_SVGElementInstance_childNodes_Getter(mthis) native "SVGElementInstance_ch ildNodes_Getter";
5299 5299
5300 Native_SVGElementInstance_correspondingElement_Getter(mthis) native "SVGElementI nstance_correspondingElement_Getter"; 5300 Native_SVGElementInstance_correspondingElement_Getter(mthis) native "SVGElementI nstance_correspondingElement_Getter";
5301 5301
5302 Native_SVGElementInstance_correspondingUseElement_Getter(mthis) native "SVGEleme ntInstance_correspondingUseElement_Getter"; 5302 Native_SVGElementInstance_correspondingUseElement_Getter(mthis) native "SVGEleme ntInstance_correspondingUseElement_Getter";
5303 5303
5304 Native_SVGElementInstance_firstChild_Getter(mthis) native "SVGElementInstance_fi rstChild_Getter"; 5304 Native_SVGElementInstance_firstChild_Getter(mthis) native "SVGElementInstance_fi rstChild_Getter";
5305 5305
5306 Native_SVGElementInstance_lastChild_Getter(mthis) native "SVGElementInstance_las tChild_Getter"; 5306 Native_SVGElementInstance_lastChild_Getter(mthis) native "SVGElementInstance_las tChild_Getter";
5307 5307
5308 Native_SVGElementInstance_nextSibling_Getter(mthis) native "SVGElementInstance_n extSibling_Getter"; 5308 Native_SVGElementInstance_nextSibling_Getter(mthis) native "SVGElementInstance_n extSibling_Getter";
5309 5309
5310 Native_SVGElementInstance_parentNode_Getter(mthis) native "SVGElementInstance_pa rentNode_Getter"; 5310 Native_SVGElementInstance_parentNode_Getter(mthis) native "SVGElementInstance_pa rentNode_Getter";
5311 5311
5312 Native_SVGElementInstance_previousSibling_Getter(mthis) native "SVGElementInstan ce_previousSibling_Getter"; 5312 Native_SVGElementInstance_previousSibling_Getter(mthis) native "SVGElementInstan ce_previousSibling_Getter";
5313 5313
5314 Native_SVGElementInstanceList_length_Getter(mthis) native "SVGElementInstanceLis t_length_Getter"; 5314 Native_SVGElementInstanceList_length_Getter(mthis) native "SVGElementInstanceLis t_length_Getter";
5315 5315
5316 Native_SVGElementInstanceList_NativeIndexed_Getter(mthis, index) native "SVGElem entInstanceList_item_Callback"; 5316 Native_SVGElementInstanceList_NativeIndexed_Getter(mthis, index) native "SVGElem entInstanceList_item_Callback_RESOLVER_STRING_1_unsigned long";
5317 5317
5318 Native_SVGElementInstanceList_item_Callback(mthis, index) native "SVGElementInst anceList_item_Callback"; 5318 Native_SVGElementInstanceList_item_Callback(mthis, index) native "SVGElementInst anceList_item_Callback_RESOLVER_STRING_1_unsigned long";
5319 5319
5320 Native_SVGEllipseElement_cx_Getter(mthis) native "SVGEllipseElement_cx_Getter"; 5320 Native_SVGEllipseElement_cx_Getter(mthis) native "SVGEllipseElement_cx_Getter";
5321 5321
5322 Native_SVGEllipseElement_cy_Getter(mthis) native "SVGEllipseElement_cy_Getter"; 5322 Native_SVGEllipseElement_cy_Getter(mthis) native "SVGEllipseElement_cy_Getter";
5323 5323
5324 Native_SVGEllipseElement_rx_Getter(mthis) native "SVGEllipseElement_rx_Getter"; 5324 Native_SVGEllipseElement_rx_Getter(mthis) native "SVGEllipseElement_rx_Getter";
5325 5325
5326 Native_SVGEllipseElement_ry_Getter(mthis) native "SVGEllipseElement_ry_Getter"; 5326 Native_SVGEllipseElement_ry_Getter(mthis) native "SVGEllipseElement_ry_Getter";
5327 5327
5328 Native_SVGFilterPrimitiveStandardAttributes_height_Getter(mthis) native "SVGFilt erPrimitiveStandardAttributes_height_Getter"; 5328 Native_SVGFilterPrimitiveStandardAttributes_height_Getter(mthis) native "SVGFilt erPrimitiveStandardAttributes_height_Getter";
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
5490 Native_SVGFEFloodElement_x_Getter(mthis) native "SVGFEFloodElement_x_Getter"; 5490 Native_SVGFEFloodElement_x_Getter(mthis) native "SVGFEFloodElement_x_Getter";
5491 5491
5492 Native_SVGFEFloodElement_y_Getter(mthis) native "SVGFEFloodElement_y_Getter"; 5492 Native_SVGFEFloodElement_y_Getter(mthis) native "SVGFEFloodElement_y_Getter";
5493 5493
5494 Native_SVGFEGaussianBlurElement_in1_Getter(mthis) native "SVGFEGaussianBlurEleme nt_in1_Getter"; 5494 Native_SVGFEGaussianBlurElement_in1_Getter(mthis) native "SVGFEGaussianBlurEleme nt_in1_Getter";
5495 5495
5496 Native_SVGFEGaussianBlurElement_stdDeviationX_Getter(mthis) native "SVGFEGaussia nBlurElement_stdDeviationX_Getter"; 5496 Native_SVGFEGaussianBlurElement_stdDeviationX_Getter(mthis) native "SVGFEGaussia nBlurElement_stdDeviationX_Getter";
5497 5497
5498 Native_SVGFEGaussianBlurElement_stdDeviationY_Getter(mthis) native "SVGFEGaussia nBlurElement_stdDeviationY_Getter"; 5498 Native_SVGFEGaussianBlurElement_stdDeviationY_Getter(mthis) native "SVGFEGaussia nBlurElement_stdDeviationY_Getter";
5499 5499
5500 Native_SVGFEGaussianBlurElement_setStdDeviation_Callback(mthis, stdDeviationX, s tdDeviationY) native "SVGFEGaussianBlurElement_setStdDeviation_Callback"; 5500 Native_SVGFEGaussianBlurElement_setStdDeviation_Callback(mthis, stdDeviationX, s tdDeviationY) native "SVGFEGaussianBlurElement_setStdDeviation_Callback_RESOLVER _STRING_2_float_float";
5501 5501
5502 Native_SVGFEGaussianBlurElement_height_Getter(mthis) native "SVGFEGaussianBlurEl ement_height_Getter"; 5502 Native_SVGFEGaussianBlurElement_height_Getter(mthis) native "SVGFEGaussianBlurEl ement_height_Getter";
5503 5503
5504 Native_SVGFEGaussianBlurElement_result_Getter(mthis) native "SVGFEGaussianBlurEl ement_result_Getter"; 5504 Native_SVGFEGaussianBlurElement_result_Getter(mthis) native "SVGFEGaussianBlurEl ement_result_Getter";
5505 5505
5506 Native_SVGFEGaussianBlurElement_width_Getter(mthis) native "SVGFEGaussianBlurEle ment_width_Getter"; 5506 Native_SVGFEGaussianBlurElement_width_Getter(mthis) native "SVGFEGaussianBlurEle ment_width_Getter";
5507 5507
5508 Native_SVGFEGaussianBlurElement_x_Getter(mthis) native "SVGFEGaussianBlurElement _x_Getter"; 5508 Native_SVGFEGaussianBlurElement_x_Getter(mthis) native "SVGFEGaussianBlurElement _x_Getter";
5509 5509
5510 Native_SVGFEGaussianBlurElement_y_Getter(mthis) native "SVGFEGaussianBlurElement _y_Getter"; 5510 Native_SVGFEGaussianBlurElement_y_Getter(mthis) native "SVGFEGaussianBlurElement _y_Getter";
(...skipping 25 matching lines...) Expand all
5536 Native_SVGFEMergeNodeElement_in1_Getter(mthis) native "SVGFEMergeNodeElement_in1 _Getter"; 5536 Native_SVGFEMergeNodeElement_in1_Getter(mthis) native "SVGFEMergeNodeElement_in1 _Getter";
5537 5537
5538 Native_SVGFEMorphologyElement_in1_Getter(mthis) native "SVGFEMorphologyElement_i n1_Getter"; 5538 Native_SVGFEMorphologyElement_in1_Getter(mthis) native "SVGFEMorphologyElement_i n1_Getter";
5539 5539
5540 Native_SVGFEMorphologyElement_operator_Getter(mthis) native "SVGFEMorphologyElem ent_operator_Getter"; 5540 Native_SVGFEMorphologyElement_operator_Getter(mthis) native "SVGFEMorphologyElem ent_operator_Getter";
5541 5541
5542 Native_SVGFEMorphologyElement_radiusX_Getter(mthis) native "SVGFEMorphologyEleme nt_radiusX_Getter"; 5542 Native_SVGFEMorphologyElement_radiusX_Getter(mthis) native "SVGFEMorphologyEleme nt_radiusX_Getter";
5543 5543
5544 Native_SVGFEMorphologyElement_radiusY_Getter(mthis) native "SVGFEMorphologyEleme nt_radiusY_Getter"; 5544 Native_SVGFEMorphologyElement_radiusY_Getter(mthis) native "SVGFEMorphologyEleme nt_radiusY_Getter";
5545 5545
5546 Native_SVGFEMorphologyElement_setRadius_Callback(mthis, radiusX, radiusY) native "SVGFEMorphologyElement_setRadius_Callback"; 5546 Native_SVGFEMorphologyElement_setRadius_Callback(mthis, radiusX, radiusY) native "SVGFEMorphologyElement_setRadius_Callback_RESOLVER_STRING_2_float_float";
5547 5547
5548 Native_SVGFEMorphologyElement_height_Getter(mthis) native "SVGFEMorphologyElemen t_height_Getter"; 5548 Native_SVGFEMorphologyElement_height_Getter(mthis) native "SVGFEMorphologyElemen t_height_Getter";
5549 5549
5550 Native_SVGFEMorphologyElement_result_Getter(mthis) native "SVGFEMorphologyElemen t_result_Getter"; 5550 Native_SVGFEMorphologyElement_result_Getter(mthis) native "SVGFEMorphologyElemen t_result_Getter";
5551 5551
5552 Native_SVGFEMorphologyElement_width_Getter(mthis) native "SVGFEMorphologyElement _width_Getter"; 5552 Native_SVGFEMorphologyElement_width_Getter(mthis) native "SVGFEMorphologyElement _width_Getter";
5553 5553
5554 Native_SVGFEMorphologyElement_x_Getter(mthis) native "SVGFEMorphologyElement_x_G etter"; 5554 Native_SVGFEMorphologyElement_x_Getter(mthis) native "SVGFEMorphologyElement_x_G etter";
5555 5555
5556 Native_SVGFEMorphologyElement_y_Getter(mthis) native "SVGFEMorphologyElement_y_G etter"; 5556 Native_SVGFEMorphologyElement_y_Getter(mthis) native "SVGFEMorphologyElement_y_G etter";
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
5654 Native_SVGFilterElement_height_Getter(mthis) native "SVGFilterElement_height_Get ter"; 5654 Native_SVGFilterElement_height_Getter(mthis) native "SVGFilterElement_height_Get ter";
5655 5655
5656 Native_SVGFilterElement_primitiveUnits_Getter(mthis) native "SVGFilterElement_pr imitiveUnits_Getter"; 5656 Native_SVGFilterElement_primitiveUnits_Getter(mthis) native "SVGFilterElement_pr imitiveUnits_Getter";
5657 5657
5658 Native_SVGFilterElement_width_Getter(mthis) native "SVGFilterElement_width_Gette r"; 5658 Native_SVGFilterElement_width_Getter(mthis) native "SVGFilterElement_width_Gette r";
5659 5659
5660 Native_SVGFilterElement_x_Getter(mthis) native "SVGFilterElement_x_Getter"; 5660 Native_SVGFilterElement_x_Getter(mthis) native "SVGFilterElement_x_Getter";
5661 5661
5662 Native_SVGFilterElement_y_Getter(mthis) native "SVGFilterElement_y_Getter"; 5662 Native_SVGFilterElement_y_Getter(mthis) native "SVGFilterElement_y_Getter";
5663 5663
5664 Native_SVGFilterElement_setFilterRes_Callback(mthis, filterResX, filterResY) nat ive "SVGFilterElement_setFilterRes_Callback"; 5664 Native_SVGFilterElement_setFilterRes_Callback(mthis, filterResX, filterResY) nat ive "SVGFilterElement_setFilterRes_Callback_RESOLVER_STRING_2_unsigned long_unsi gned long";
5665 5665
5666 Native_SVGFilterElement_href_Getter(mthis) native "SVGFilterElement_href_Getter" ; 5666 Native_SVGFilterElement_href_Getter(mthis) native "SVGFilterElement_href_Getter" ;
5667 5667
5668 Native_SVGFitToViewBox_preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox _preserveAspectRatio_Getter"; 5668 Native_SVGFitToViewBox_preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox _preserveAspectRatio_Getter";
5669 5669
5670 Native_SVGFitToViewBox_viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Get ter"; 5670 Native_SVGFitToViewBox_viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Get ter";
5671 5671
5672 Native_SVGForeignObjectElement_height_Getter(mthis) native "SVGForeignObjectElem ent_height_Getter"; 5672 Native_SVGForeignObjectElement_height_Getter(mthis) native "SVGForeignObjectElem ent_height_Getter";
5673 5673
5674 Native_SVGForeignObjectElement_width_Getter(mthis) native "SVGForeignObjectEleme nt_width_Getter"; 5674 Native_SVGForeignObjectElement_width_Getter(mthis) native "SVGForeignObjectEleme nt_width_Getter";
(...skipping 29 matching lines...) Expand all
5704 Native_SVGLength_value_Setter(mthis, value) native "SVGLength_value_Setter"; 5704 Native_SVGLength_value_Setter(mthis, value) native "SVGLength_value_Setter";
5705 5705
5706 Native_SVGLength_valueAsString_Getter(mthis) native "SVGLength_valueAsString_Get ter"; 5706 Native_SVGLength_valueAsString_Getter(mthis) native "SVGLength_valueAsString_Get ter";
5707 5707
5708 Native_SVGLength_valueAsString_Setter(mthis, value) native "SVGLength_valueAsStr ing_Setter"; 5708 Native_SVGLength_valueAsString_Setter(mthis, value) native "SVGLength_valueAsStr ing_Setter";
5709 5709
5710 Native_SVGLength_valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSp ecifiedUnits_Getter"; 5710 Native_SVGLength_valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSp ecifiedUnits_Getter";
5711 5711
5712 Native_SVGLength_valueInSpecifiedUnits_Setter(mthis, value) native "SVGLength_va lueInSpecifiedUnits_Setter"; 5712 Native_SVGLength_valueInSpecifiedUnits_Setter(mthis, value) native "SVGLength_va lueInSpecifiedUnits_Setter";
5713 5713
5714 Native_SVGLength_convertToSpecifiedUnits_Callback(mthis, unitType) native "SVGLe ngth_convertToSpecifiedUnits_Callback"; 5714 Native_SVGLength_convertToSpecifiedUnits_Callback(mthis, unitType) native "SVGLe ngth_convertToSpecifiedUnits_Callback_RESOLVER_STRING_1_unsigned short";
5715 5715
5716 Native_SVGLength_newValueSpecifiedUnits_Callback(mthis, unitType, valueInSpecifi edUnits) native "SVGLength_newValueSpecifiedUnits_Callback"; 5716 Native_SVGLength_newValueSpecifiedUnits_Callback(mthis, unitType, valueInSpecifi edUnits) native "SVGLength_newValueSpecifiedUnits_Callback_RESOLVER_STRING_2_uns igned short_float";
5717 5717
5718 Native_SVGLengthList_numberOfItems_Getter(mthis) native "SVGLengthList_numberOfI tems_Getter"; 5718 Native_SVGLengthList_numberOfItems_Getter(mthis) native "SVGLengthList_numberOfI tems_Getter";
5719 5719
5720 Native_SVGLengthList_appendItem_Callback(mthis, item) native "SVGLengthList_appe ndItem_Callback"; 5720 Native_SVGLengthList_appendItem_Callback(mthis, item) native "SVGLengthList_appe ndItem_Callback_RESOLVER_STRING_1_SVGLength";
5721 5721
5722 Native_SVGLengthList_clear_Callback(mthis) native "SVGLengthList_clear_Callback" ; 5722 Native_SVGLengthList_clear_Callback(mthis) native "SVGLengthList_clear_Callback_ RESOLVER_STRING_0_";
5723 5723
5724 Native_SVGLengthList_getItem_Callback(mthis, index) native "SVGLengthList_getIte m_Callback"; 5724 Native_SVGLengthList_getItem_Callback(mthis, index) native "SVGLengthList_getIte m_Callback_RESOLVER_STRING_1_unsigned long";
5725 5725
5726 Native_SVGLengthList_initialize_Callback(mthis, item) native "SVGLengthList_init ialize_Callback"; 5726 Native_SVGLengthList_initialize_Callback(mthis, item) native "SVGLengthList_init ialize_Callback_RESOLVER_STRING_1_SVGLength";
5727 5727
5728 Native_SVGLengthList_insertItemBefore_Callback(mthis, item, index) native "SVGLe ngthList_insertItemBefore_Callback"; 5728 Native_SVGLengthList_insertItemBefore_Callback(mthis, item, index) native "SVGLe ngthList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGLength_unsigned long";
5729 5729
5730 Native_SVGLengthList_removeItem_Callback(mthis, index) native "SVGLengthList_rem oveItem_Callback"; 5730 Native_SVGLengthList_removeItem_Callback(mthis, index) native "SVGLengthList_rem oveItem_Callback_RESOLVER_STRING_1_unsigned long";
5731 5731
5732 Native_SVGLengthList_replaceItem_Callback(mthis, item, index) native "SVGLengthL ist_replaceItem_Callback"; 5732 Native_SVGLengthList_replaceItem_Callback(mthis, item, index) native "SVGLengthL ist_replaceItem_Callback_RESOLVER_STRING_2_SVGLength_unsigned long";
5733 5733
5734 Native_SVGLineElement_x1_Getter(mthis) native "SVGLineElement_x1_Getter"; 5734 Native_SVGLineElement_x1_Getter(mthis) native "SVGLineElement_x1_Getter";
5735 5735
5736 Native_SVGLineElement_x2_Getter(mthis) native "SVGLineElement_x2_Getter"; 5736 Native_SVGLineElement_x2_Getter(mthis) native "SVGLineElement_x2_Getter";
5737 5737
5738 Native_SVGLineElement_y1_Getter(mthis) native "SVGLineElement_y1_Getter"; 5738 Native_SVGLineElement_y1_Getter(mthis) native "SVGLineElement_y1_Getter";
5739 5739
5740 Native_SVGLineElement_y2_Getter(mthis) native "SVGLineElement_y2_Getter"; 5740 Native_SVGLineElement_y2_Getter(mthis) native "SVGLineElement_y2_Getter";
5741 5741
5742 Native_SVGLinearGradientElement_x1_Getter(mthis) native "SVGLinearGradientElemen t_x1_Getter"; 5742 Native_SVGLinearGradientElement_x1_Getter(mthis) native "SVGLinearGradientElemen t_x1_Getter";
(...skipping 11 matching lines...) Expand all
5754 Native_SVGMarkerElement_markerWidth_Getter(mthis) native "SVGMarkerElement_marke rWidth_Getter"; 5754 Native_SVGMarkerElement_markerWidth_Getter(mthis) native "SVGMarkerElement_marke rWidth_Getter";
5755 5755
5756 Native_SVGMarkerElement_orientAngle_Getter(mthis) native "SVGMarkerElement_orien tAngle_Getter"; 5756 Native_SVGMarkerElement_orientAngle_Getter(mthis) native "SVGMarkerElement_orien tAngle_Getter";
5757 5757
5758 Native_SVGMarkerElement_orientType_Getter(mthis) native "SVGMarkerElement_orient Type_Getter"; 5758 Native_SVGMarkerElement_orientType_Getter(mthis) native "SVGMarkerElement_orient Type_Getter";
5759 5759
5760 Native_SVGMarkerElement_refX_Getter(mthis) native "SVGMarkerElement_refX_Getter" ; 5760 Native_SVGMarkerElement_refX_Getter(mthis) native "SVGMarkerElement_refX_Getter" ;
5761 5761
5762 Native_SVGMarkerElement_refY_Getter(mthis) native "SVGMarkerElement_refY_Getter" ; 5762 Native_SVGMarkerElement_refY_Getter(mthis) native "SVGMarkerElement_refY_Getter" ;
5763 5763
5764 Native_SVGMarkerElement_setOrientToAngle_Callback(mthis, angle) native "SVGMarke rElement_setOrientToAngle_Callback"; 5764 Native_SVGMarkerElement_setOrientToAngle_Callback(mthis, angle) native "SVGMarke rElement_setOrientToAngle_Callback_RESOLVER_STRING_1_SVGAngle";
5765 5765
5766 Native_SVGMarkerElement_setOrientToAuto_Callback(mthis) native "SVGMarkerElement _setOrientToAuto_Callback"; 5766 Native_SVGMarkerElement_setOrientToAuto_Callback(mthis) native "SVGMarkerElement _setOrientToAuto_Callback_RESOLVER_STRING_0_";
5767 5767
5768 Native_SVGMarkerElement_preserveAspectRatio_Getter(mthis) native "SVGMarkerEleme nt_preserveAspectRatio_Getter"; 5768 Native_SVGMarkerElement_preserveAspectRatio_Getter(mthis) native "SVGMarkerEleme nt_preserveAspectRatio_Getter";
5769 5769
5770 Native_SVGMarkerElement_viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_G etter"; 5770 Native_SVGMarkerElement_viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_G etter";
5771 5771
5772 Native_SVGMaskElement_height_Getter(mthis) native "SVGMaskElement_height_Getter" ; 5772 Native_SVGMaskElement_height_Getter(mthis) native "SVGMaskElement_height_Getter" ;
5773 5773
5774 Native_SVGMaskElement_maskContentUnits_Getter(mthis) native "SVGMaskElement_mask ContentUnits_Getter"; 5774 Native_SVGMaskElement_maskContentUnits_Getter(mthis) native "SVGMaskElement_mask ContentUnits_Getter";
5775 5775
5776 Native_SVGMaskElement_maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_G etter"; 5776 Native_SVGMaskElement_maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_G etter";
5777 5777
5778 Native_SVGMaskElement_width_Getter(mthis) native "SVGMaskElement_width_Getter"; 5778 Native_SVGMaskElement_width_Getter(mthis) native "SVGMaskElement_width_Getter";
5779 5779
5780 Native_SVGMaskElement_x_Getter(mthis) native "SVGMaskElement_x_Getter"; 5780 Native_SVGMaskElement_x_Getter(mthis) native "SVGMaskElement_x_Getter";
5781 5781
5782 Native_SVGMaskElement_y_Getter(mthis) native "SVGMaskElement_y_Getter"; 5782 Native_SVGMaskElement_y_Getter(mthis) native "SVGMaskElement_y_Getter";
5783 5783
5784 Native_SVGMaskElement_requiredExtensions_Getter(mthis) native "SVGMaskElement_re quiredExtensions_Getter"; 5784 Native_SVGMaskElement_requiredExtensions_Getter(mthis) native "SVGMaskElement_re quiredExtensions_Getter";
5785 5785
5786 Native_SVGMaskElement_requiredFeatures_Getter(mthis) native "SVGMaskElement_requ iredFeatures_Getter"; 5786 Native_SVGMaskElement_requiredFeatures_Getter(mthis) native "SVGMaskElement_requ iredFeatures_Getter";
5787 5787
5788 Native_SVGMaskElement_systemLanguage_Getter(mthis) native "SVGMaskElement_system Language_Getter"; 5788 Native_SVGMaskElement_systemLanguage_Getter(mthis) native "SVGMaskElement_system Language_Getter";
5789 5789
5790 Native_SVGMaskElement_hasExtension_Callback(mthis, extension) native "SVGMaskEle ment_hasExtension_Callback"; 5790 Native_SVGMaskElement_hasExtension_Callback(mthis, extension) native "SVGMaskEle ment_hasExtension_Callback_RESOLVER_STRING_1_DOMString";
5791 5791
5792 Native_SVGMatrix_a_Getter(mthis) native "SVGMatrix_a_Getter"; 5792 Native_SVGMatrix_a_Getter(mthis) native "SVGMatrix_a_Getter";
5793 5793
5794 Native_SVGMatrix_a_Setter(mthis, value) native "SVGMatrix_a_Setter"; 5794 Native_SVGMatrix_a_Setter(mthis, value) native "SVGMatrix_a_Setter";
5795 5795
5796 Native_SVGMatrix_b_Getter(mthis) native "SVGMatrix_b_Getter"; 5796 Native_SVGMatrix_b_Getter(mthis) native "SVGMatrix_b_Getter";
5797 5797
5798 Native_SVGMatrix_b_Setter(mthis, value) native "SVGMatrix_b_Setter"; 5798 Native_SVGMatrix_b_Setter(mthis, value) native "SVGMatrix_b_Setter";
5799 5799
5800 Native_SVGMatrix_c_Getter(mthis) native "SVGMatrix_c_Getter"; 5800 Native_SVGMatrix_c_Getter(mthis) native "SVGMatrix_c_Getter";
5801 5801
5802 Native_SVGMatrix_c_Setter(mthis, value) native "SVGMatrix_c_Setter"; 5802 Native_SVGMatrix_c_Setter(mthis, value) native "SVGMatrix_c_Setter";
5803 5803
5804 Native_SVGMatrix_d_Getter(mthis) native "SVGMatrix_d_Getter"; 5804 Native_SVGMatrix_d_Getter(mthis) native "SVGMatrix_d_Getter";
5805 5805
5806 Native_SVGMatrix_d_Setter(mthis, value) native "SVGMatrix_d_Setter"; 5806 Native_SVGMatrix_d_Setter(mthis, value) native "SVGMatrix_d_Setter";
5807 5807
5808 Native_SVGMatrix_e_Getter(mthis) native "SVGMatrix_e_Getter"; 5808 Native_SVGMatrix_e_Getter(mthis) native "SVGMatrix_e_Getter";
5809 5809
5810 Native_SVGMatrix_e_Setter(mthis, value) native "SVGMatrix_e_Setter"; 5810 Native_SVGMatrix_e_Setter(mthis, value) native "SVGMatrix_e_Setter";
5811 5811
5812 Native_SVGMatrix_f_Getter(mthis) native "SVGMatrix_f_Getter"; 5812 Native_SVGMatrix_f_Getter(mthis) native "SVGMatrix_f_Getter";
5813 5813
5814 Native_SVGMatrix_f_Setter(mthis, value) native "SVGMatrix_f_Setter"; 5814 Native_SVGMatrix_f_Setter(mthis, value) native "SVGMatrix_f_Setter";
5815 5815
5816 Native_SVGMatrix_flipX_Callback(mthis) native "SVGMatrix_flipX_Callback"; 5816 Native_SVGMatrix_flipX_Callback(mthis) native "SVGMatrix_flipX_Callback_RESOLVER _STRING_0_";
5817 5817
5818 Native_SVGMatrix_flipY_Callback(mthis) native "SVGMatrix_flipY_Callback"; 5818 Native_SVGMatrix_flipY_Callback(mthis) native "SVGMatrix_flipY_Callback_RESOLVER _STRING_0_";
5819 5819
5820 Native_SVGMatrix_inverse_Callback(mthis) native "SVGMatrix_inverse_Callback"; 5820 Native_SVGMatrix_inverse_Callback(mthis) native "SVGMatrix_inverse_Callback_RESO LVER_STRING_0_";
5821 5821
5822 Native_SVGMatrix_multiply_Callback(mthis, secondMatrix) native "SVGMatrix_multip ly_Callback"; 5822 Native_SVGMatrix_multiply_Callback(mthis, secondMatrix) native "SVGMatrix_multip ly_Callback_RESOLVER_STRING_1_SVGMatrix";
5823 5823
5824 Native_SVGMatrix_rotate_Callback(mthis, angle) native "SVGMatrix_rotate_Callback "; 5824 Native_SVGMatrix_rotate_Callback(mthis, angle) native "SVGMatrix_rotate_Callback _RESOLVER_STRING_1_float";
5825 5825
5826 Native_SVGMatrix_rotateFromVector_Callback(mthis, x, y) native "SVGMatrix_rotate FromVector_Callback"; 5826 Native_SVGMatrix_rotateFromVector_Callback(mthis, x, y) native "SVGMatrix_rotate FromVector_Callback_RESOLVER_STRING_2_float_float";
5827 5827
5828 Native_SVGMatrix_scale_Callback(mthis, scaleFactor) native "SVGMatrix_scale_Call back"; 5828 Native_SVGMatrix_scale_Callback(mthis, scaleFactor) native "SVGMatrix_scale_Call back_RESOLVER_STRING_1_float";
5829 5829
5830 Native_SVGMatrix_scaleNonUniform_Callback(mthis, scaleFactorX, scaleFactorY) nat ive "SVGMatrix_scaleNonUniform_Callback"; 5830 Native_SVGMatrix_scaleNonUniform_Callback(mthis, scaleFactorX, scaleFactorY) nat ive "SVGMatrix_scaleNonUniform_Callback_RESOLVER_STRING_2_float_float";
5831 5831
5832 Native_SVGMatrix_skewX_Callback(mthis, angle) native "SVGMatrix_skewX_Callback"; 5832 Native_SVGMatrix_skewX_Callback(mthis, angle) native "SVGMatrix_skewX_Callback_R ESOLVER_STRING_1_float";
5833 5833
5834 Native_SVGMatrix_skewY_Callback(mthis, angle) native "SVGMatrix_skewY_Callback"; 5834 Native_SVGMatrix_skewY_Callback(mthis, angle) native "SVGMatrix_skewY_Callback_R ESOLVER_STRING_1_float";
5835 5835
5836 Native_SVGMatrix_translate_Callback(mthis, x, y) native "SVGMatrix_translate_Cal lback"; 5836 Native_SVGMatrix_translate_Callback(mthis, x, y) native "SVGMatrix_translate_Cal lback_RESOLVER_STRING_2_float_float";
5837 5837
5838 Native_SVGNumber_value_Getter(mthis) native "SVGNumber_value_Getter"; 5838 Native_SVGNumber_value_Getter(mthis) native "SVGNumber_value_Getter";
5839 5839
5840 Native_SVGNumber_value_Setter(mthis, value) native "SVGNumber_value_Setter"; 5840 Native_SVGNumber_value_Setter(mthis, value) native "SVGNumber_value_Setter";
5841 5841
5842 Native_SVGNumberList_numberOfItems_Getter(mthis) native "SVGNumberList_numberOfI tems_Getter"; 5842 Native_SVGNumberList_numberOfItems_Getter(mthis) native "SVGNumberList_numberOfI tems_Getter";
5843 5843
5844 Native_SVGNumberList_appendItem_Callback(mthis, item) native "SVGNumberList_appe ndItem_Callback"; 5844 Native_SVGNumberList_appendItem_Callback(mthis, item) native "SVGNumberList_appe ndItem_Callback_RESOLVER_STRING_1_SVGNumber";
5845 5845
5846 Native_SVGNumberList_clear_Callback(mthis) native "SVGNumberList_clear_Callback" ; 5846 Native_SVGNumberList_clear_Callback(mthis) native "SVGNumberList_clear_Callback_ RESOLVER_STRING_0_";
5847 5847
5848 Native_SVGNumberList_getItem_Callback(mthis, index) native "SVGNumberList_getIte m_Callback"; 5848 Native_SVGNumberList_getItem_Callback(mthis, index) native "SVGNumberList_getIte m_Callback_RESOLVER_STRING_1_unsigned long";
5849 5849
5850 Native_SVGNumberList_initialize_Callback(mthis, item) native "SVGNumberList_init ialize_Callback"; 5850 Native_SVGNumberList_initialize_Callback(mthis, item) native "SVGNumberList_init ialize_Callback_RESOLVER_STRING_1_SVGNumber";
5851 5851
5852 Native_SVGNumberList_insertItemBefore_Callback(mthis, item, index) native "SVGNu mberList_insertItemBefore_Callback"; 5852 Native_SVGNumberList_insertItemBefore_Callback(mthis, item, index) native "SVGNu mberList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGNumber_unsigned long";
5853 5853
5854 Native_SVGNumberList_removeItem_Callback(mthis, index) native "SVGNumberList_rem oveItem_Callback"; 5854 Native_SVGNumberList_removeItem_Callback(mthis, index) native "SVGNumberList_rem oveItem_Callback_RESOLVER_STRING_1_unsigned long";
5855 5855
5856 Native_SVGNumberList_replaceItem_Callback(mthis, item, index) native "SVGNumberL ist_replaceItem_Callback"; 5856 Native_SVGNumberList_replaceItem_Callback(mthis, item, index) native "SVGNumberL ist_replaceItem_Callback_RESOLVER_STRING_2_SVGNumber_unsigned long";
5857 5857
5858 Native_SVGPathElement_animatedNormalizedPathSegList_Getter(mthis) native "SVGPat hElement_animatedNormalizedPathSegList_Getter"; 5858 Native_SVGPathElement_animatedNormalizedPathSegList_Getter(mthis) native "SVGPat hElement_animatedNormalizedPathSegList_Getter";
5859 5859
5860 Native_SVGPathElement_animatedPathSegList_Getter(mthis) native "SVGPathElement_a nimatedPathSegList_Getter"; 5860 Native_SVGPathElement_animatedPathSegList_Getter(mthis) native "SVGPathElement_a nimatedPathSegList_Getter";
5861 5861
5862 Native_SVGPathElement_normalizedPathSegList_Getter(mthis) native "SVGPathElement _normalizedPathSegList_Getter"; 5862 Native_SVGPathElement_normalizedPathSegList_Getter(mthis) native "SVGPathElement _normalizedPathSegList_Getter";
5863 5863
5864 Native_SVGPathElement_pathLength_Getter(mthis) native "SVGPathElement_pathLength _Getter"; 5864 Native_SVGPathElement_pathLength_Getter(mthis) native "SVGPathElement_pathLength _Getter";
5865 5865
5866 Native_SVGPathElement_pathSegList_Getter(mthis) native "SVGPathElement_pathSegLi st_Getter"; 5866 Native_SVGPathElement_pathSegList_Getter(mthis) native "SVGPathElement_pathSegLi st_Getter";
5867 5867
5868 Native_SVGPathElement_createSVGPathSegArcAbs_Callback(mthis, x, y, r1, r2, angle , largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callbac k"; 5868 Native_SVGPathElement_createSVGPathSegArcAbs_Callback(mthis, x, y, r1, r2, angle , largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callbac k_RESOLVER_STRING_7_float_float_float_float_float_boolean_boolean";
5869 5869
5870 Native_SVGPathElement_createSVGPathSegArcRel_Callback(mthis, x, y, r1, r2, angle , largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcRel_Callbac k"; 5870 Native_SVGPathElement_createSVGPathSegArcRel_Callback(mthis, x, y, r1, r2, angle , largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcRel_Callbac k_RESOLVER_STRING_7_float_float_float_float_float_boolean_boolean";
5871 5871
5872 Native_SVGPathElement_createSVGPathSegClosePath_Callback(mthis) native "SVGPathE lement_createSVGPathSegClosePath_Callback"; 5872 Native_SVGPathElement_createSVGPathSegClosePath_Callback(mthis) native "SVGPathE lement_createSVGPathSegClosePath_Callback_RESOLVER_STRING_0_";
5873 5873
5874 Native_SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback"; 5874 Native_SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback_RESO LVER_STRING_6_float_float_float_float_float_float";
5875 5875
5876 Native_SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback"; 5876 Native_SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback_RESO LVER_STRING_6_float_float_float_float_float_float";
5877 5877
5878 Native_SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback(mthis, x, y , x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback" ; 5878 Native_SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback(mthis, x, y , x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback_ RESOLVER_STRING_4_float_float_float_float";
5879 5879
5880 Native_SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback(mthis, x, y , x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback" ; 5880 Native_SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback(mthis, x, y , x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback_ RESOLVER_STRING_4_float_float_float_float";
5881 5881
5882 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback"; 5882 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback_RESO LVER_STRING_4_float_float_float_float";
5883 5883
5884 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback"; 5884 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback_RESO LVER_STRING_4_float_float_float_float";
5885 5885
5886 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback" ; 5886 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_ RESOLVER_STRING_2_float_float";
5887 5887
5888 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback" ; 5888 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback_ RESOLVER_STRING_2_float_float";
5889 5889
5890 Native_SVGPathElement_createSVGPathSegLinetoAbs_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegLinetoAbs_Callback"; 5890 Native_SVGPathElement_createSVGPathSegLinetoAbs_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegLinetoAbs_Callback_RESOLVER_STRING_2_float_float";
5891 5891
5892 Native_SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback(mthis, x) nat ive "SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback"; 5892 Native_SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback(mthis, x) nat ive "SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback_RESOLVER_STRING _1_float";
5893 5893
5894 Native_SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback(mthis, x) nat ive "SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback"; 5894 Native_SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback(mthis, x) nat ive "SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback_RESOLVER_STRING _1_float";
5895 5895
5896 Native_SVGPathElement_createSVGPathSegLinetoRel_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegLinetoRel_Callback"; 5896 Native_SVGPathElement_createSVGPathSegLinetoRel_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegLinetoRel_Callback_RESOLVER_STRING_2_float_float";
5897 5897
5898 Native_SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback(mthis, y) nativ e "SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback"; 5898 Native_SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback(mthis, y) nativ e "SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback_RESOLVER_STRING_1_f loat";
5899 5899
5900 Native_SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback(mthis, y) nativ e "SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback"; 5900 Native_SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback(mthis, y) nativ e "SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback_RESOLVER_STRING_1_f loat";
5901 5901
5902 Native_SVGPathElement_createSVGPathSegMovetoAbs_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegMovetoAbs_Callback"; 5902 Native_SVGPathElement_createSVGPathSegMovetoAbs_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegMovetoAbs_Callback_RESOLVER_STRING_2_float_float";
5903 5903
5904 Native_SVGPathElement_createSVGPathSegMovetoRel_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegMovetoRel_Callback"; 5904 Native_SVGPathElement_createSVGPathSegMovetoRel_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegMovetoRel_Callback_RESOLVER_STRING_2_float_float";
5905 5905
5906 Native_SVGPathElement_getPathSegAtLength_Callback(mthis, distance) native "SVGPa thElement_getPathSegAtLength_Callback"; 5906 Native_SVGPathElement_getPathSegAtLength_Callback(mthis, distance) native "SVGPa thElement_getPathSegAtLength_Callback_RESOLVER_STRING_1_float";
5907 5907
5908 Native_SVGPathElement_getPointAtLength_Callback(mthis, distance) native "SVGPath Element_getPointAtLength_Callback"; 5908 Native_SVGPathElement_getPointAtLength_Callback(mthis, distance) native "SVGPath Element_getPointAtLength_Callback_RESOLVER_STRING_1_float";
5909 5909
5910 Native_SVGPathElement_getTotalLength_Callback(mthis) native "SVGPathElement_getT otalLength_Callback"; 5910 Native_SVGPathElement_getTotalLength_Callback(mthis) native "SVGPathElement_getT otalLength_Callback_RESOLVER_STRING_0_";
5911 5911
5912 Native_SVGPathSeg_pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Gette r"; 5912 Native_SVGPathSeg_pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Gette r";
5913 5913
5914 Native_SVGPathSeg_pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTy peAsLetter_Getter"; 5914 Native_SVGPathSeg_pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTy peAsLetter_Getter";
5915 5915
5916 Native_SVGPathSegArcAbs_angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Gette r"; 5916 Native_SVGPathSegArcAbs_angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Gette r";
5917 5917
5918 Native_SVGPathSegArcAbs_angle_Setter(mthis, value) native "SVGPathSegArcAbs_angl e_Setter"; 5918 Native_SVGPathSegArcAbs_angle_Setter(mthis, value) native "SVGPathSegArcAbs_angl e_Setter";
5919 5919
5920 Native_SVGPathSegArcAbs_largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_larg eArcFlag_Getter"; 5920 Native_SVGPathSegArcAbs_largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_larg eArcFlag_Getter";
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
6124 Native_SVGPathSegLinetoVerticalAbs_y_Getter(mthis) native "SVGPathSegLinetoVerti calAbs_y_Getter"; 6124 Native_SVGPathSegLinetoVerticalAbs_y_Getter(mthis) native "SVGPathSegLinetoVerti calAbs_y_Getter";
6125 6125
6126 Native_SVGPathSegLinetoVerticalAbs_y_Setter(mthis, value) native "SVGPathSegLine toVerticalAbs_y_Setter"; 6126 Native_SVGPathSegLinetoVerticalAbs_y_Setter(mthis, value) native "SVGPathSegLine toVerticalAbs_y_Setter";
6127 6127
6128 Native_SVGPathSegLinetoVerticalRel_y_Getter(mthis) native "SVGPathSegLinetoVerti calRel_y_Getter"; 6128 Native_SVGPathSegLinetoVerticalRel_y_Getter(mthis) native "SVGPathSegLinetoVerti calRel_y_Getter";
6129 6129
6130 Native_SVGPathSegLinetoVerticalRel_y_Setter(mthis, value) native "SVGPathSegLine toVerticalRel_y_Setter"; 6130 Native_SVGPathSegLinetoVerticalRel_y_Setter(mthis, value) native "SVGPathSegLine toVerticalRel_y_Setter";
6131 6131
6132 Native_SVGPathSegList_numberOfItems_Getter(mthis) native "SVGPathSegList_numberO fItems_Getter"; 6132 Native_SVGPathSegList_numberOfItems_Getter(mthis) native "SVGPathSegList_numberO fItems_Getter";
6133 6133
6134 Native_SVGPathSegList_appendItem_Callback(mthis, newItem) native "SVGPathSegList _appendItem_Callback"; 6134 Native_SVGPathSegList_appendItem_Callback(mthis, newItem) native "SVGPathSegList _appendItem_Callback_RESOLVER_STRING_1_SVGPathSeg";
6135 6135
6136 Native_SVGPathSegList_clear_Callback(mthis) native "SVGPathSegList_clear_Callbac k"; 6136 Native_SVGPathSegList_clear_Callback(mthis) native "SVGPathSegList_clear_Callbac k_RESOLVER_STRING_0_";
6137 6137
6138 Native_SVGPathSegList_getItem_Callback(mthis, index) native "SVGPathSegList_getI tem_Callback"; 6138 Native_SVGPathSegList_getItem_Callback(mthis, index) native "SVGPathSegList_getI tem_Callback_RESOLVER_STRING_1_unsigned long";
6139 6139
6140 Native_SVGPathSegList_initialize_Callback(mthis, newItem) native "SVGPathSegList _initialize_Callback"; 6140 Native_SVGPathSegList_initialize_Callback(mthis, newItem) native "SVGPathSegList _initialize_Callback_RESOLVER_STRING_1_SVGPathSeg";
6141 6141
6142 Native_SVGPathSegList_insertItemBefore_Callback(mthis, newItem, index) native "S VGPathSegList_insertItemBefore_Callback"; 6142 Native_SVGPathSegList_insertItemBefore_Callback(mthis, newItem, index) native "S VGPathSegList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGPathSeg_unsigned lo ng";
6143 6143
6144 Native_SVGPathSegList_removeItem_Callback(mthis, index) native "SVGPathSegList_r emoveItem_Callback"; 6144 Native_SVGPathSegList_removeItem_Callback(mthis, index) native "SVGPathSegList_r emoveItem_Callback_RESOLVER_STRING_1_unsigned long";
6145 6145
6146 Native_SVGPathSegList_replaceItem_Callback(mthis, newItem, index) native "SVGPat hSegList_replaceItem_Callback"; 6146 Native_SVGPathSegList_replaceItem_Callback(mthis, newItem, index) native "SVGPat hSegList_replaceItem_Callback_RESOLVER_STRING_2_SVGPathSeg_unsigned long";
6147 6147
6148 Native_SVGPathSegMovetoAbs_x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter" ; 6148 Native_SVGPathSegMovetoAbs_x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter" ;
6149 6149
6150 Native_SVGPathSegMovetoAbs_x_Setter(mthis, value) native "SVGPathSegMovetoAbs_x_ Setter"; 6150 Native_SVGPathSegMovetoAbs_x_Setter(mthis, value) native "SVGPathSegMovetoAbs_x_ Setter";
6151 6151
6152 Native_SVGPathSegMovetoAbs_y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter" ; 6152 Native_SVGPathSegMovetoAbs_y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter" ;
6153 6153
6154 Native_SVGPathSegMovetoAbs_y_Setter(mthis, value) native "SVGPathSegMovetoAbs_y_ Setter"; 6154 Native_SVGPathSegMovetoAbs_y_Setter(mthis, value) native "SVGPathSegMovetoAbs_y_ Setter";
6155 6155
6156 Native_SVGPathSegMovetoRel_x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter" ; 6156 Native_SVGPathSegMovetoRel_x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter" ;
(...skipping 21 matching lines...) Expand all
6178 Native_SVGPatternElement_preserveAspectRatio_Getter(mthis) native "SVGPatternEle ment_preserveAspectRatio_Getter"; 6178 Native_SVGPatternElement_preserveAspectRatio_Getter(mthis) native "SVGPatternEle ment_preserveAspectRatio_Getter";
6179 6179
6180 Native_SVGPatternElement_viewBox_Getter(mthis) native "SVGPatternElement_viewBox _Getter"; 6180 Native_SVGPatternElement_viewBox_Getter(mthis) native "SVGPatternElement_viewBox _Getter";
6181 6181
6182 Native_SVGPatternElement_requiredExtensions_Getter(mthis) native "SVGPatternElem ent_requiredExtensions_Getter"; 6182 Native_SVGPatternElement_requiredExtensions_Getter(mthis) native "SVGPatternElem ent_requiredExtensions_Getter";
6183 6183
6184 Native_SVGPatternElement_requiredFeatures_Getter(mthis) native "SVGPatternElemen t_requiredFeatures_Getter"; 6184 Native_SVGPatternElement_requiredFeatures_Getter(mthis) native "SVGPatternElemen t_requiredFeatures_Getter";
6185 6185
6186 Native_SVGPatternElement_systemLanguage_Getter(mthis) native "SVGPatternElement_ systemLanguage_Getter"; 6186 Native_SVGPatternElement_systemLanguage_Getter(mthis) native "SVGPatternElement_ systemLanguage_Getter";
6187 6187
6188 Native_SVGPatternElement_hasExtension_Callback(mthis, extension) native "SVGPatt ernElement_hasExtension_Callback"; 6188 Native_SVGPatternElement_hasExtension_Callback(mthis, extension) native "SVGPatt ernElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString";
6189 6189
6190 Native_SVGPatternElement_href_Getter(mthis) native "SVGPatternElement_href_Gette r"; 6190 Native_SVGPatternElement_href_Getter(mthis) native "SVGPatternElement_href_Gette r";
6191 6191
6192 Native_SVGPoint_x_Getter(mthis) native "SVGPoint_x_Getter"; 6192 Native_SVGPoint_x_Getter(mthis) native "SVGPoint_x_Getter";
6193 6193
6194 Native_SVGPoint_x_Setter(mthis, value) native "SVGPoint_x_Setter"; 6194 Native_SVGPoint_x_Setter(mthis, value) native "SVGPoint_x_Setter";
6195 6195
6196 Native_SVGPoint_y_Getter(mthis) native "SVGPoint_y_Getter"; 6196 Native_SVGPoint_y_Getter(mthis) native "SVGPoint_y_Getter";
6197 6197
6198 Native_SVGPoint_y_Setter(mthis, value) native "SVGPoint_y_Setter"; 6198 Native_SVGPoint_y_Setter(mthis, value) native "SVGPoint_y_Setter";
6199 6199
6200 Native_SVGPoint_matrixTransform_Callback(mthis, matrix) native "SVGPoint_matrixT ransform_Callback"; 6200 Native_SVGPoint_matrixTransform_Callback(mthis, matrix) native "SVGPoint_matrixT ransform_Callback_RESOLVER_STRING_1_SVGMatrix";
6201 6201
6202 Native_SVGPointList_numberOfItems_Getter(mthis) native "SVGPointList_numberOfIte ms_Getter"; 6202 Native_SVGPointList_numberOfItems_Getter(mthis) native "SVGPointList_numberOfIte ms_Getter";
6203 6203
6204 Native_SVGPointList_appendItem_Callback(mthis, item) native "SVGPointList_append Item_Callback"; 6204 Native_SVGPointList_appendItem_Callback(mthis, item) native "SVGPointList_append Item_Callback_RESOLVER_STRING_1_SVGPoint";
6205 6205
6206 Native_SVGPointList_clear_Callback(mthis) native "SVGPointList_clear_Callback"; 6206 Native_SVGPointList_clear_Callback(mthis) native "SVGPointList_clear_Callback_RE SOLVER_STRING_0_";
6207 6207
6208 Native_SVGPointList_getItem_Callback(mthis, index) native "SVGPointList_getItem_ Callback"; 6208 Native_SVGPointList_getItem_Callback(mthis, index) native "SVGPointList_getItem_ Callback_RESOLVER_STRING_1_unsigned long";
6209 6209
6210 Native_SVGPointList_initialize_Callback(mthis, item) native "SVGPointList_initia lize_Callback"; 6210 Native_SVGPointList_initialize_Callback(mthis, item) native "SVGPointList_initia lize_Callback_RESOLVER_STRING_1_SVGPoint";
6211 6211
6212 Native_SVGPointList_insertItemBefore_Callback(mthis, item, index) native "SVGPoi ntList_insertItemBefore_Callback"; 6212 Native_SVGPointList_insertItemBefore_Callback(mthis, item, index) native "SVGPoi ntList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGPoint_unsigned long";
6213 6213
6214 Native_SVGPointList_removeItem_Callback(mthis, index) native "SVGPointList_remov eItem_Callback"; 6214 Native_SVGPointList_removeItem_Callback(mthis, index) native "SVGPointList_remov eItem_Callback_RESOLVER_STRING_1_unsigned long";
6215 6215
6216 Native_SVGPointList_replaceItem_Callback(mthis, item, index) native "SVGPointLis t_replaceItem_Callback"; 6216 Native_SVGPointList_replaceItem_Callback(mthis, item, index) native "SVGPointLis t_replaceItem_Callback_RESOLVER_STRING_2_SVGPoint_unsigned long";
6217 6217
6218 Native_SVGPolygonElement_animatedPoints_Getter(mthis) native "SVGPolygonElement_ animatedPoints_Getter"; 6218 Native_SVGPolygonElement_animatedPoints_Getter(mthis) native "SVGPolygonElement_ animatedPoints_Getter";
6219 6219
6220 Native_SVGPolygonElement_points_Getter(mthis) native "SVGPolygonElement_points_G etter"; 6220 Native_SVGPolygonElement_points_Getter(mthis) native "SVGPolygonElement_points_G etter";
6221 6221
6222 Native_SVGPolylineElement_animatedPoints_Getter(mthis) native "SVGPolylineElemen t_animatedPoints_Getter"; 6222 Native_SVGPolylineElement_animatedPoints_Getter(mthis) native "SVGPolylineElemen t_animatedPoints_Getter";
6223 6223
6224 Native_SVGPolylineElement_points_Getter(mthis) native "SVGPolylineElement_points _Getter"; 6224 Native_SVGPolylineElement_points_Getter(mthis) native "SVGPolylineElement_points _Getter";
6225 6225
6226 Native_SVGPreserveAspectRatio_align_Getter(mthis) native "SVGPreserveAspectRatio _align_Getter"; 6226 Native_SVGPreserveAspectRatio_align_Getter(mthis) native "SVGPreserveAspectRatio _align_Getter";
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
6304 Native_SVGSVGElement_useCurrentView_Getter(mthis) native "SVGSVGElement_useCurre ntView_Getter"; 6304 Native_SVGSVGElement_useCurrentView_Getter(mthis) native "SVGSVGElement_useCurre ntView_Getter";
6305 6305
6306 Native_SVGSVGElement_viewport_Getter(mthis) native "SVGSVGElement_viewport_Gette r"; 6306 Native_SVGSVGElement_viewport_Getter(mthis) native "SVGSVGElement_viewport_Gette r";
6307 6307
6308 Native_SVGSVGElement_width_Getter(mthis) native "SVGSVGElement_width_Getter"; 6308 Native_SVGSVGElement_width_Getter(mthis) native "SVGSVGElement_width_Getter";
6309 6309
6310 Native_SVGSVGElement_x_Getter(mthis) native "SVGSVGElement_x_Getter"; 6310 Native_SVGSVGElement_x_Getter(mthis) native "SVGSVGElement_x_Getter";
6311 6311
6312 Native_SVGSVGElement_y_Getter(mthis) native "SVGSVGElement_y_Getter"; 6312 Native_SVGSVGElement_y_Getter(mthis) native "SVGSVGElement_y_Getter";
6313 6313
6314 Native_SVGSVGElement_animationsPaused_Callback(mthis) native "SVGSVGElement_anim ationsPaused_Callback"; 6314 Native_SVGSVGElement_animationsPaused_Callback(mthis) native "SVGSVGElement_anim ationsPaused_Callback_RESOLVER_STRING_0_";
6315 6315
6316 Native_SVGSVGElement_checkEnclosure_Callback(mthis, element, rect) native "SVGSV GElement_checkEnclosure_Callback"; 6316 Native_SVGSVGElement_checkEnclosure_Callback(mthis, element, rect) native "SVGSV GElement_checkEnclosure_Callback_RESOLVER_STRING_2_SVGElement_SVGRect";
6317 6317
6318 Native_SVGSVGElement_checkIntersection_Callback(mthis, element, rect) native "SV GSVGElement_checkIntersection_Callback"; 6318 Native_SVGSVGElement_checkIntersection_Callback(mthis, element, rect) native "SV GSVGElement_checkIntersection_Callback_RESOLVER_STRING_2_SVGElement_SVGRect";
6319 6319
6320 Native_SVGSVGElement_createSVGAngle_Callback(mthis) native "SVGSVGElement_create SVGAngle_Callback"; 6320 Native_SVGSVGElement_createSVGAngle_Callback(mthis) native "SVGSVGElement_create SVGAngle_Callback_RESOLVER_STRING_0_";
6321 6321
6322 Native_SVGSVGElement_createSVGLength_Callback(mthis) native "SVGSVGElement_creat eSVGLength_Callback"; 6322 Native_SVGSVGElement_createSVGLength_Callback(mthis) native "SVGSVGElement_creat eSVGLength_Callback_RESOLVER_STRING_0_";
6323 6323
6324 Native_SVGSVGElement_createSVGMatrix_Callback(mthis) native "SVGSVGElement_creat eSVGMatrix_Callback"; 6324 Native_SVGSVGElement_createSVGMatrix_Callback(mthis) native "SVGSVGElement_creat eSVGMatrix_Callback_RESOLVER_STRING_0_";
6325 6325
6326 Native_SVGSVGElement_createSVGNumber_Callback(mthis) native "SVGSVGElement_creat eSVGNumber_Callback"; 6326 Native_SVGSVGElement_createSVGNumber_Callback(mthis) native "SVGSVGElement_creat eSVGNumber_Callback_RESOLVER_STRING_0_";
6327 6327
6328 Native_SVGSVGElement_createSVGPoint_Callback(mthis) native "SVGSVGElement_create SVGPoint_Callback"; 6328 Native_SVGSVGElement_createSVGPoint_Callback(mthis) native "SVGSVGElement_create SVGPoint_Callback_RESOLVER_STRING_0_";
6329 6329
6330 Native_SVGSVGElement_createSVGRect_Callback(mthis) native "SVGSVGElement_createS VGRect_Callback"; 6330 Native_SVGSVGElement_createSVGRect_Callback(mthis) native "SVGSVGElement_createS VGRect_Callback_RESOLVER_STRING_0_";
6331 6331
6332 Native_SVGSVGElement_createSVGTransform_Callback(mthis) native "SVGSVGElement_cr eateSVGTransform_Callback"; 6332 Native_SVGSVGElement_createSVGTransform_Callback(mthis) native "SVGSVGElement_cr eateSVGTransform_Callback_RESOLVER_STRING_0_";
6333 6333
6334 Native_SVGSVGElement_createSVGTransformFromMatrix_Callback(mthis, matrix) native "SVGSVGElement_createSVGTransformFromMatrix_Callback"; 6334 Native_SVGSVGElement_createSVGTransformFromMatrix_Callback(mthis, matrix) native "SVGSVGElement_createSVGTransformFromMatrix_Callback_RESOLVER_STRING_1_SVGMatri x";
6335 6335
6336 Native_SVGSVGElement_deselectAll_Callback(mthis) native "SVGSVGElement_deselectA ll_Callback"; 6336 Native_SVGSVGElement_deselectAll_Callback(mthis) native "SVGSVGElement_deselectA ll_Callback_RESOLVER_STRING_0_";
6337 6337
6338 Native_SVGSVGElement_forceRedraw_Callback(mthis) native "SVGSVGElement_forceRedr aw_Callback"; 6338 Native_SVGSVGElement_forceRedraw_Callback(mthis) native "SVGSVGElement_forceRedr aw_Callback_RESOLVER_STRING_0_";
6339 6339
6340 Native_SVGSVGElement_getCurrentTime_Callback(mthis) native "SVGSVGElement_getCur rentTime_Callback"; 6340 Native_SVGSVGElement_getCurrentTime_Callback(mthis) native "SVGSVGElement_getCur rentTime_Callback_RESOLVER_STRING_0_";
6341 6341
6342 Native_SVGSVGElement_getElementById_Callback(mthis, elementId) native "SVGSVGEle ment_getElementById_Callback"; 6342 Native_SVGSVGElement_getElementById_Callback(mthis, elementId) native "SVGSVGEle ment_getElementById_Callback_RESOLVER_STRING_1_DOMString";
6343 6343
6344 Native_SVGSVGElement_getEnclosureList_Callback(mthis, rect, referenceElement) na tive "SVGSVGElement_getEnclosureList_Callback"; 6344 Native_SVGSVGElement_getEnclosureList_Callback(mthis, rect, referenceElement) na tive "SVGSVGElement_getEnclosureList_Callback_RESOLVER_STRING_2_SVGRect_SVGEleme nt";
6345 6345
6346 Native_SVGSVGElement_getIntersectionList_Callback(mthis, rect, referenceElement) native "SVGSVGElement_getIntersectionList_Callback"; 6346 Native_SVGSVGElement_getIntersectionList_Callback(mthis, rect, referenceElement) native "SVGSVGElement_getIntersectionList_Callback_RESOLVER_STRING_2_SVGRect_SV GElement";
6347 6347
6348 Native_SVGSVGElement_pauseAnimations_Callback(mthis) native "SVGSVGElement_pause Animations_Callback"; 6348 Native_SVGSVGElement_pauseAnimations_Callback(mthis) native "SVGSVGElement_pause Animations_Callback_RESOLVER_STRING_0_";
6349 6349
6350 Native_SVGSVGElement_setCurrentTime_Callback(mthis, seconds) native "SVGSVGEleme nt_setCurrentTime_Callback"; 6350 Native_SVGSVGElement_setCurrentTime_Callback(mthis, seconds) native "SVGSVGEleme nt_setCurrentTime_Callback_RESOLVER_STRING_1_float";
6351 6351
6352 Native_SVGSVGElement_suspendRedraw_Callback(mthis, maxWaitMilliseconds) native " SVGSVGElement_suspendRedraw_Callback"; 6352 Native_SVGSVGElement_suspendRedraw_Callback(mthis, maxWaitMilliseconds) native " SVGSVGElement_suspendRedraw_Callback_RESOLVER_STRING_1_unsigned long";
6353 6353
6354 Native_SVGSVGElement_unpauseAnimations_Callback(mthis) native "SVGSVGElement_unp auseAnimations_Callback"; 6354 Native_SVGSVGElement_unpauseAnimations_Callback(mthis) native "SVGSVGElement_unp auseAnimations_Callback_RESOLVER_STRING_0_";
6355 6355
6356 Native_SVGSVGElement_unsuspendRedraw_Callback(mthis, suspendHandleId) native "SV GSVGElement_unsuspendRedraw_Callback"; 6356 Native_SVGSVGElement_unsuspendRedraw_Callback(mthis, suspendHandleId) native "SV GSVGElement_unsuspendRedraw_Callback_RESOLVER_STRING_1_unsigned long";
6357 6357
6358 Native_SVGSVGElement_unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_un suspendRedrawAll_Callback"; 6358 Native_SVGSVGElement_unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_un suspendRedrawAll_Callback_RESOLVER_STRING_0_";
6359 6359
6360 Native_SVGSVGElement_preserveAspectRatio_Getter(mthis) native "SVGSVGElement_pre serveAspectRatio_Getter"; 6360 Native_SVGSVGElement_preserveAspectRatio_Getter(mthis) native "SVGSVGElement_pre serveAspectRatio_Getter";
6361 6361
6362 Native_SVGSVGElement_viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter" ; 6362 Native_SVGSVGElement_viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter" ;
6363 6363
6364 Native_SVGSVGElement_zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_G etter"; 6364 Native_SVGSVGElement_zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_G etter";
6365 6365
6366 Native_SVGSVGElement_zoomAndPan_Setter(mthis, value) native "SVGSVGElement_zoomA ndPan_Setter"; 6366 Native_SVGSVGElement_zoomAndPan_Setter(mthis, value) native "SVGSVGElement_zoomA ndPan_Setter";
6367 6367
6368 Native_SVGScriptElement_type_Getter(mthis) native "SVGScriptElement_type_Getter" ; 6368 Native_SVGScriptElement_type_Getter(mthis) native "SVGScriptElement_type_Getter" ;
6369 6369
6370 Native_SVGScriptElement_type_Setter(mthis, value) native "SVGScriptElement_type_ Setter"; 6370 Native_SVGScriptElement_type_Setter(mthis, value) native "SVGScriptElement_type_ Setter";
6371 6371
6372 Native_SVGScriptElement_href_Getter(mthis) native "SVGScriptElement_href_Getter" ; 6372 Native_SVGScriptElement_href_Getter(mthis) native "SVGScriptElement_href_Getter" ;
6373 6373
6374 Native_SVGStopElement_offset_Getter(mthis) native "SVGStopElement_offset_Getter" ; 6374 Native_SVGStopElement_offset_Getter(mthis) native "SVGStopElement_offset_Getter" ;
6375 6375
6376 Native_SVGStringList_numberOfItems_Getter(mthis) native "SVGStringList_numberOfI tems_Getter"; 6376 Native_SVGStringList_numberOfItems_Getter(mthis) native "SVGStringList_numberOfI tems_Getter";
6377 6377
6378 Native_SVGStringList_appendItem_Callback(mthis, item) native "SVGStringList_appe ndItem_Callback"; 6378 Native_SVGStringList_appendItem_Callback(mthis, item) native "SVGStringList_appe ndItem_Callback_RESOLVER_STRING_1_DOMString";
6379 6379
6380 Native_SVGStringList_clear_Callback(mthis) native "SVGStringList_clear_Callback" ; 6380 Native_SVGStringList_clear_Callback(mthis) native "SVGStringList_clear_Callback_ RESOLVER_STRING_0_";
6381 6381
6382 Native_SVGStringList_getItem_Callback(mthis, index) native "SVGStringList_getIte m_Callback"; 6382 Native_SVGStringList_getItem_Callback(mthis, index) native "SVGStringList_getIte m_Callback_RESOLVER_STRING_1_unsigned long";
6383 6383
6384 Native_SVGStringList_initialize_Callback(mthis, item) native "SVGStringList_init ialize_Callback"; 6384 Native_SVGStringList_initialize_Callback(mthis, item) native "SVGStringList_init ialize_Callback_RESOLVER_STRING_1_DOMString";
6385 6385
6386 Native_SVGStringList_insertItemBefore_Callback(mthis, item, index) native "SVGSt ringList_insertItemBefore_Callback"; 6386 Native_SVGStringList_insertItemBefore_Callback(mthis, item, index) native "SVGSt ringList_insertItemBefore_Callback_RESOLVER_STRING_2_DOMString_unsigned long";
6387 6387
6388 Native_SVGStringList_removeItem_Callback(mthis, index) native "SVGStringList_rem oveItem_Callback"; 6388 Native_SVGStringList_removeItem_Callback(mthis, index) native "SVGStringList_rem oveItem_Callback_RESOLVER_STRING_1_unsigned long";
6389 6389
6390 Native_SVGStringList_replaceItem_Callback(mthis, item, index) native "SVGStringL ist_replaceItem_Callback"; 6390 Native_SVGStringList_replaceItem_Callback(mthis, item, index) native "SVGStringL ist_replaceItem_Callback_RESOLVER_STRING_2_DOMString_unsigned long";
6391 6391
6392 Native_SVGStyleElement_disabled_Getter(mthis) native "SVGStyleElement_disabled_G etter"; 6392 Native_SVGStyleElement_disabled_Getter(mthis) native "SVGStyleElement_disabled_G etter";
6393 6393
6394 Native_SVGStyleElement_disabled_Setter(mthis, value) native "SVGStyleElement_dis abled_Setter"; 6394 Native_SVGStyleElement_disabled_Setter(mthis, value) native "SVGStyleElement_dis abled_Setter";
6395 6395
6396 Native_SVGStyleElement_media_Getter(mthis) native "SVGStyleElement_media_Getter" ; 6396 Native_SVGStyleElement_media_Getter(mthis) native "SVGStyleElement_media_Getter" ;
6397 6397
6398 Native_SVGStyleElement_media_Setter(mthis, value) native "SVGStyleElement_media_ Setter"; 6398 Native_SVGStyleElement_media_Setter(mthis, value) native "SVGStyleElement_media_ Setter";
6399 6399
6400 Native_SVGStyleElement_title_Getter(mthis) native "SVGStyleElement_title_Getter" ; 6400 Native_SVGStyleElement_title_Getter(mthis) native "SVGStyleElement_title_Getter" ;
(...skipping 15 matching lines...) Expand all
6416 Native_SVGTextPathElement_startOffset_Getter(mthis) native "SVGTextPathElement_s tartOffset_Getter"; 6416 Native_SVGTextPathElement_startOffset_Getter(mthis) native "SVGTextPathElement_s tartOffset_Getter";
6417 6417
6418 Native_SVGTextPathElement_href_Getter(mthis) native "SVGTextPathElement_href_Get ter"; 6418 Native_SVGTextPathElement_href_Getter(mthis) native "SVGTextPathElement_href_Get ter";
6419 6419
6420 Native_SVGTransform_angle_Getter(mthis) native "SVGTransform_angle_Getter"; 6420 Native_SVGTransform_angle_Getter(mthis) native "SVGTransform_angle_Getter";
6421 6421
6422 Native_SVGTransform_matrix_Getter(mthis) native "SVGTransform_matrix_Getter"; 6422 Native_SVGTransform_matrix_Getter(mthis) native "SVGTransform_matrix_Getter";
6423 6423
6424 Native_SVGTransform_type_Getter(mthis) native "SVGTransform_type_Getter"; 6424 Native_SVGTransform_type_Getter(mthis) native "SVGTransform_type_Getter";
6425 6425
6426 Native_SVGTransform_setMatrix_Callback(mthis, matrix) native "SVGTransform_setMa trix_Callback"; 6426 Native_SVGTransform_setMatrix_Callback(mthis, matrix) native "SVGTransform_setMa trix_Callback_RESOLVER_STRING_1_SVGMatrix";
6427 6427
6428 Native_SVGTransform_setRotate_Callback(mthis, angle, cx, cy) native "SVGTransfor m_setRotate_Callback"; 6428 Native_SVGTransform_setRotate_Callback(mthis, angle, cx, cy) native "SVGTransfor m_setRotate_Callback_RESOLVER_STRING_3_float_float_float";
6429 6429
6430 Native_SVGTransform_setScale_Callback(mthis, sx, sy) native "SVGTransform_setSca le_Callback"; 6430 Native_SVGTransform_setScale_Callback(mthis, sx, sy) native "SVGTransform_setSca le_Callback_RESOLVER_STRING_2_float_float";
6431 6431
6432 Native_SVGTransform_setSkewX_Callback(mthis, angle) native "SVGTransform_setSkew X_Callback"; 6432 Native_SVGTransform_setSkewX_Callback(mthis, angle) native "SVGTransform_setSkew X_Callback_RESOLVER_STRING_1_float";
6433 6433
6434 Native_SVGTransform_setSkewY_Callback(mthis, angle) native "SVGTransform_setSkew Y_Callback"; 6434 Native_SVGTransform_setSkewY_Callback(mthis, angle) native "SVGTransform_setSkew Y_Callback_RESOLVER_STRING_1_float";
6435 6435
6436 Native_SVGTransform_setTranslate_Callback(mthis, tx, ty) native "SVGTransform_se tTranslate_Callback"; 6436 Native_SVGTransform_setTranslate_Callback(mthis, tx, ty) native "SVGTransform_se tTranslate_Callback_RESOLVER_STRING_2_float_float";
6437 6437
6438 Native_SVGTransformList_numberOfItems_Getter(mthis) native "SVGTransformList_num berOfItems_Getter"; 6438 Native_SVGTransformList_numberOfItems_Getter(mthis) native "SVGTransformList_num berOfItems_Getter";
6439 6439
6440 Native_SVGTransformList_appendItem_Callback(mthis, item) native "SVGTransformLis t_appendItem_Callback"; 6440 Native_SVGTransformList_appendItem_Callback(mthis, item) native "SVGTransformLis t_appendItem_Callback_RESOLVER_STRING_1_SVGTransform";
6441 6441
6442 Native_SVGTransformList_clear_Callback(mthis) native "SVGTransformList_clear_Cal lback"; 6442 Native_SVGTransformList_clear_Callback(mthis) native "SVGTransformList_clear_Cal lback_RESOLVER_STRING_0_";
6443 6443
6444 Native_SVGTransformList_consolidate_Callback(mthis) native "SVGTransformList_con solidate_Callback"; 6444 Native_SVGTransformList_consolidate_Callback(mthis) native "SVGTransformList_con solidate_Callback_RESOLVER_STRING_0_";
6445 6445
6446 Native_SVGTransformList_createSVGTransformFromMatrix_Callback(mthis, matrix) nat ive "SVGTransformList_createSVGTransformFromMatrix_Callback"; 6446 Native_SVGTransformList_createSVGTransformFromMatrix_Callback(mthis, matrix) nat ive "SVGTransformList_createSVGTransformFromMatrix_Callback_RESOLVER_STRING_1_SV GMatrix";
6447 6447
6448 Native_SVGTransformList_getItem_Callback(mthis, index) native "SVGTransformList_ getItem_Callback"; 6448 Native_SVGTransformList_getItem_Callback(mthis, index) native "SVGTransformList_ getItem_Callback_RESOLVER_STRING_1_unsigned long";
6449 6449
6450 Native_SVGTransformList_initialize_Callback(mthis, item) native "SVGTransformLis t_initialize_Callback"; 6450 Native_SVGTransformList_initialize_Callback(mthis, item) native "SVGTransformLis t_initialize_Callback_RESOLVER_STRING_1_SVGTransform";
6451 6451
6452 Native_SVGTransformList_insertItemBefore_Callback(mthis, item, index) native "SV GTransformList_insertItemBefore_Callback"; 6452 Native_SVGTransformList_insertItemBefore_Callback(mthis, item, index) native "SV GTransformList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGTransform_unsigned long";
6453 6453
6454 Native_SVGTransformList_removeItem_Callback(mthis, index) native "SVGTransformLi st_removeItem_Callback"; 6454 Native_SVGTransformList_removeItem_Callback(mthis, index) native "SVGTransformLi st_removeItem_Callback_RESOLVER_STRING_1_unsigned long";
6455 6455
6456 Native_SVGTransformList_replaceItem_Callback(mthis, item, index) native "SVGTran sformList_replaceItem_Callback"; 6456 Native_SVGTransformList_replaceItem_Callback(mthis, item, index) native "SVGTran sformList_replaceItem_Callback_RESOLVER_STRING_2_SVGTransform_unsigned long";
6457 6457
6458 Native_SVGUseElement_animatedInstanceRoot_Getter(mthis) native "SVGUseElement_an imatedInstanceRoot_Getter"; 6458 Native_SVGUseElement_animatedInstanceRoot_Getter(mthis) native "SVGUseElement_an imatedInstanceRoot_Getter";
6459 6459
6460 Native_SVGUseElement_height_Getter(mthis) native "SVGUseElement_height_Getter"; 6460 Native_SVGUseElement_height_Getter(mthis) native "SVGUseElement_height_Getter";
6461 6461
6462 Native_SVGUseElement_instanceRoot_Getter(mthis) native "SVGUseElement_instanceRo ot_Getter"; 6462 Native_SVGUseElement_instanceRoot_Getter(mthis) native "SVGUseElement_instanceRo ot_Getter";
6463 6463
6464 Native_SVGUseElement_width_Getter(mthis) native "SVGUseElement_width_Getter"; 6464 Native_SVGUseElement_width_Getter(mthis) native "SVGUseElement_width_Getter";
6465 6465
6466 Native_SVGUseElement_x_Getter(mthis) native "SVGUseElement_x_Getter"; 6466 Native_SVGUseElement_x_Getter(mthis) native "SVGUseElement_x_Getter";
6467 6467
6468 Native_SVGUseElement_y_Getter(mthis) native "SVGUseElement_y_Getter"; 6468 Native_SVGUseElement_y_Getter(mthis) native "SVGUseElement_y_Getter";
6469 6469
6470 Native_SVGUseElement_requiredExtensions_Getter(mthis) native "SVGUseElement_requ iredExtensions_Getter"; 6470 Native_SVGUseElement_requiredExtensions_Getter(mthis) native "SVGUseElement_requ iredExtensions_Getter";
6471 6471
6472 Native_SVGUseElement_requiredFeatures_Getter(mthis) native "SVGUseElement_requir edFeatures_Getter"; 6472 Native_SVGUseElement_requiredFeatures_Getter(mthis) native "SVGUseElement_requir edFeatures_Getter";
6473 6473
6474 Native_SVGUseElement_systemLanguage_Getter(mthis) native "SVGUseElement_systemLa nguage_Getter"; 6474 Native_SVGUseElement_systemLanguage_Getter(mthis) native "SVGUseElement_systemLa nguage_Getter";
6475 6475
6476 Native_SVGUseElement_hasExtension_Callback(mthis, extension) native "SVGUseEleme nt_hasExtension_Callback"; 6476 Native_SVGUseElement_hasExtension_Callback(mthis, extension) native "SVGUseEleme nt_hasExtension_Callback_RESOLVER_STRING_1_DOMString";
6477 6477
6478 Native_SVGUseElement_href_Getter(mthis) native "SVGUseElement_href_Getter"; 6478 Native_SVGUseElement_href_Getter(mthis) native "SVGUseElement_href_Getter";
6479 6479
6480 Native_SVGViewElement_viewTarget_Getter(mthis) native "SVGViewElement_viewTarget _Getter"; 6480 Native_SVGViewElement_viewTarget_Getter(mthis) native "SVGViewElement_viewTarget _Getter";
6481 6481
6482 Native_SVGViewElement_preserveAspectRatio_Getter(mthis) native "SVGViewElement_p reserveAspectRatio_Getter"; 6482 Native_SVGViewElement_preserveAspectRatio_Getter(mthis) native "SVGViewElement_p reserveAspectRatio_Getter";
6483 6483
6484 Native_SVGViewElement_viewBox_Getter(mthis) native "SVGViewElement_viewBox_Gette r"; 6484 Native_SVGViewElement_viewBox_Getter(mthis) native "SVGViewElement_viewBox_Gette r";
6485 6485
6486 Native_SVGViewElement_zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan _Getter"; 6486 Native_SVGViewElement_zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan _Getter";
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
6539 Native_Screen_lockOrientation(mthis, orientation_OR_orientations) { 6539 Native_Screen_lockOrientation(mthis, orientation_OR_orientations) {
6540 if ((orientation_OR_orientations is String || orientation_OR_orientations == null)) { 6540 if ((orientation_OR_orientations is String || orientation_OR_orientations == null)) {
6541 return Native_Screen__lockOrientation_1_Callback(mthis, orientation_OR_ori entations); 6541 return Native_Screen__lockOrientation_1_Callback(mthis, orientation_OR_ori entations);
6542 } 6542 }
6543 if ((orientation_OR_orientations is List<String> || orientation_OR_orientati ons == null)) { 6543 if ((orientation_OR_orientations is List<String> || orientation_OR_orientati ons == null)) {
6544 return Native_Screen__lockOrientation_2_Callback(mthis, orientation_OR_ori entations); 6544 return Native_Screen__lockOrientation_2_Callback(mthis, orientation_OR_ori entations);
6545 } 6545 }
6546 throw new ArgumentError("Incorrect number or type of arguments"); 6546 throw new ArgumentError("Incorrect number or type of arguments");
6547 } 6547 }
6548 6548
6549 Native_Screen__lockOrientation_1_Callback(mthis, orientation_OR_orientations) na tive "Screen_lockOrientation_Callback_1_DOMString"; 6549 Native_Screen__lockOrientation_1_Callback(mthis, orientation_OR_orientations) na tive "Screen_lockOrientation_Callback_RESOLVER_STRING_1_DOMString";
6550 6550
6551 Native_Screen__lockOrientation_2_Callback(mthis, orientation_OR_orientations) na tive "Screen_lockOrientation_Callback_1_sequence<DOMString>"; 6551 Native_Screen__lockOrientation_2_Callback(mthis, orientation_OR_orientations) na tive "Screen_lockOrientation_Callback_RESOLVER_STRING_1_sequence<DOMString>";
6552 6552
6553 Native_Screen_unlockOrientation_Callback(mthis) native "Screen_unlockOrientation _Callback"; 6553 Native_Screen_unlockOrientation_Callback(mthis) native "Screen_unlockOrientation _Callback_RESOLVER_STRING_0_";
6554 6554
6555 Native_ScriptProcessorNode_bufferSize_Getter(mthis) native "ScriptProcessorNode_ bufferSize_Getter"; 6555 Native_ScriptProcessorNode_bufferSize_Getter(mthis) native "ScriptProcessorNode_ bufferSize_Getter";
6556 6556
6557 Native_ScriptProcessorNode__setEventListener_Callback(mthis, eventListener) nati ve "ScriptProcessorNode__setEventListener_Callback"; 6557 Native_ScriptProcessorNode__setEventListener_Callback(mthis, eventListener) nati ve "ScriptProcessorNode__setEventListener_Callback_RESOLVER_STRING_1_EventListen er";
6558 6558
6559 Native_SecurityPolicyViolationEvent_blockedURI_Getter(mthis) native "SecurityPol icyViolationEvent_blockedURI_Getter"; 6559 Native_SecurityPolicyViolationEvent_blockedURI_Getter(mthis) native "SecurityPol icyViolationEvent_blockedURI_Getter";
6560 6560
6561 Native_SecurityPolicyViolationEvent_columnNumber_Getter(mthis) native "SecurityP olicyViolationEvent_columnNumber_Getter"; 6561 Native_SecurityPolicyViolationEvent_columnNumber_Getter(mthis) native "SecurityP olicyViolationEvent_columnNumber_Getter";
6562 6562
6563 Native_SecurityPolicyViolationEvent_documentURI_Getter(mthis) native "SecurityPo licyViolationEvent_documentURI_Getter"; 6563 Native_SecurityPolicyViolationEvent_documentURI_Getter(mthis) native "SecurityPo licyViolationEvent_documentURI_Getter";
6564 6564
6565 Native_SecurityPolicyViolationEvent_effectiveDirective_Getter(mthis) native "Sec urityPolicyViolationEvent_effectiveDirective_Getter"; 6565 Native_SecurityPolicyViolationEvent_effectiveDirective_Getter(mthis) native "Sec urityPolicyViolationEvent_effectiveDirective_Getter";
6566 6566
6567 Native_SecurityPolicyViolationEvent_lineNumber_Getter(mthis) native "SecurityPol icyViolationEvent_lineNumber_Getter"; 6567 Native_SecurityPolicyViolationEvent_lineNumber_Getter(mthis) native "SecurityPol icyViolationEvent_lineNumber_Getter";
(...skipping 23 matching lines...) Expand all
6591 Native_Selection_focusNode_Getter(mthis) native "Selection_focusNode_Getter"; 6591 Native_Selection_focusNode_Getter(mthis) native "Selection_focusNode_Getter";
6592 6592
6593 Native_Selection_focusOffset_Getter(mthis) native "Selection_focusOffset_Getter" ; 6593 Native_Selection_focusOffset_Getter(mthis) native "Selection_focusOffset_Getter" ;
6594 6594
6595 Native_Selection_isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter" ; 6595 Native_Selection_isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter" ;
6596 6596
6597 Native_Selection_rangeCount_Getter(mthis) native "Selection_rangeCount_Getter"; 6597 Native_Selection_rangeCount_Getter(mthis) native "Selection_rangeCount_Getter";
6598 6598
6599 Native_Selection_type_Getter(mthis) native "Selection_type_Getter"; 6599 Native_Selection_type_Getter(mthis) native "Selection_type_Getter";
6600 6600
6601 Native_Selection_addRange_Callback(mthis, range) native "Selection_addRange_Call back"; 6601 Native_Selection_addRange_Callback(mthis, range) native "Selection_addRange_Call back_RESOLVER_STRING_1_Range";
6602 6602
6603 Native_Selection_collapse_Callback(mthis, node, index) native "Selection_collaps e_Callback"; 6603 Native_Selection_collapse_Callback(mthis, node, index) native "Selection_collaps e_Callback_RESOLVER_STRING_2_Node_long";
6604 6604
6605 Native_Selection_collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_C allback"; 6605 Native_Selection_collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_C allback_RESOLVER_STRING_0_";
6606 6606
6607 Native_Selection_collapseToStart_Callback(mthis) native "Selection_collapseToSta rt_Callback"; 6607 Native_Selection_collapseToStart_Callback(mthis) native "Selection_collapseToSta rt_Callback_RESOLVER_STRING_0_";
6608 6608
6609 Native_Selection_containsNode_Callback(mthis, node, allowPartial) native "Select ion_containsNode_Callback"; 6609 Native_Selection_containsNode_Callback(mthis, node, allowPartial) native "Select ion_containsNode_Callback_RESOLVER_STRING_2_Node_boolean";
6610 6610
6611 Native_Selection_deleteFromDocument_Callback(mthis) native "Selection_deleteFrom Document_Callback"; 6611 Native_Selection_deleteFromDocument_Callback(mthis) native "Selection_deleteFrom Document_Callback_RESOLVER_STRING_0_";
6612 6612
6613 Native_Selection_empty_Callback(mthis) native "Selection_empty_Callback"; 6613 Native_Selection_empty_Callback(mthis) native "Selection_empty_Callback_RESOLVER _STRING_0_";
6614 6614
6615 Native_Selection_extend_Callback(mthis, node, offset) native "Selection_extend_C allback"; 6615 Native_Selection_extend_Callback(mthis, node, offset) native "Selection_extend_C allback_RESOLVER_STRING_2_Node_long";
6616 6616
6617 Native_Selection_getRangeAt_Callback(mthis, index) native "Selection_getRangeAt_ Callback"; 6617 Native_Selection_getRangeAt_Callback(mthis, index) native "Selection_getRangeAt_ Callback_RESOLVER_STRING_1_long";
6618 6618
6619 Native_Selection_modify_Callback(mthis, alter, direction, granularity) native "S election_modify_Callback"; 6619 Native_Selection_modify_Callback(mthis, alter, direction, granularity) native "S election_modify_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString";
6620 6620
6621 Native_Selection_removeAllRanges_Callback(mthis) native "Selection_removeAllRang es_Callback"; 6621 Native_Selection_removeAllRanges_Callback(mthis) native "Selection_removeAllRang es_Callback_RESOLVER_STRING_0_";
6622 6622
6623 Native_Selection_selectAllChildren_Callback(mthis, node) native "Selection_selec tAllChildren_Callback"; 6623 Native_Selection_selectAllChildren_Callback(mthis, node) native "Selection_selec tAllChildren_Callback_RESOLVER_STRING_1_Node";
6624 6624
6625 Native_Selection_setBaseAndExtent_Callback(mthis, baseNode, baseOffset, extentNo de, extentOffset) native "Selection_setBaseAndExtent_Callback"; 6625 Native_Selection_setBaseAndExtent_Callback(mthis, baseNode, baseOffset, extentNo de, extentOffset) native "Selection_setBaseAndExtent_Callback_RESOLVER_STRING_4_ Node_long_Node_long";
6626 6626
6627 Native_Selection_setPosition_Callback(mthis, node, offset) native "Selection_set Position_Callback"; 6627 Native_Selection_setPosition_Callback(mthis, node, offset) native "Selection_set Position_Callback_RESOLVER_STRING_2_Node_long";
6628 6628
6629 Native_Selection_toString_Callback(mthis) native "Selection_toString_Callback"; 6629 Native_Selection_toString_Callback(mthis) native "Selection_toString_Callback_RE SOLVER_STRING_0_";
6630 6630
6631 Native_ShadowRoot_activeElement_Getter(mthis) native "ShadowRoot_activeElement_G etter"; 6631 Native_ShadowRoot_activeElement_Getter(mthis) native "ShadowRoot_activeElement_G etter";
6632 6632
6633 Native_ShadowRoot_applyAuthorStyles_Getter(mthis) native "ShadowRoot_applyAuthor Styles_Getter"; 6633 Native_ShadowRoot_applyAuthorStyles_Getter(mthis) native "ShadowRoot_applyAuthor Styles_Getter";
6634 6634
6635 Native_ShadowRoot_applyAuthorStyles_Setter(mthis, value) native "ShadowRoot_appl yAuthorStyles_Setter"; 6635 Native_ShadowRoot_applyAuthorStyles_Setter(mthis, value) native "ShadowRoot_appl yAuthorStyles_Setter";
6636 6636
6637 Native_ShadowRoot_host_Getter(mthis) native "ShadowRoot_host_Getter"; 6637 Native_ShadowRoot_host_Getter(mthis) native "ShadowRoot_host_Getter";
6638 6638
6639 Native_ShadowRoot_innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; 6639 Native_ShadowRoot_innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter";
6640 6640
6641 Native_ShadowRoot_innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Se tter"; 6641 Native_ShadowRoot_innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Se tter";
6642 6642
6643 Native_ShadowRoot_olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRo ot_Getter"; 6643 Native_ShadowRoot_olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRo ot_Getter";
6644 6644
6645 Native_ShadowRoot_resetStyleInheritance_Getter(mthis) native "ShadowRoot_resetSt yleInheritance_Getter"; 6645 Native_ShadowRoot_resetStyleInheritance_Getter(mthis) native "ShadowRoot_resetSt yleInheritance_Getter";
6646 6646
6647 Native_ShadowRoot_resetStyleInheritance_Setter(mthis, value) native "ShadowRoot_ resetStyleInheritance_Setter"; 6647 Native_ShadowRoot_resetStyleInheritance_Setter(mthis, value) native "ShadowRoot_ resetStyleInheritance_Setter";
6648 6648
6649 Native_ShadowRoot_styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Gette r"; 6649 Native_ShadowRoot_styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Gette r";
6650 6650
6651 Native_ShadowRoot_cloneNode_Callback(mthis, deep) native "ShadowRoot_cloneNode_C allback"; 6651 Native_ShadowRoot_cloneNode_Callback(mthis, deep) native "ShadowRoot_cloneNode_C allback_RESOLVER_STRING_1_boolean";
6652 6652
6653 Native_ShadowRoot_elementFromPoint_Callback(mthis, x, y) native "ShadowRoot_elem entFromPoint_Callback"; 6653 Native_ShadowRoot_elementFromPoint_Callback(mthis, x, y) native "ShadowRoot_elem entFromPoint_Callback_RESOLVER_STRING_2_long_long";
6654 6654
6655 Native_ShadowRoot_getElementById_Callback(mthis, elementId) native "ShadowRoot_g etElementById_Callback"; 6655 Native_ShadowRoot_getElementById_Callback(mthis, elementId) native "ShadowRoot_g etElementById_Callback_RESOLVER_STRING_1_DOMString";
6656 6656
6657 Native_ShadowRoot_getElementsByClassName_Callback(mthis, className) native "Shad owRoot_getElementsByClassName_Callback"; 6657 Native_ShadowRoot_getElementsByClassName_Callback(mthis, className) native "Shad owRoot_getElementsByClassName_Callback_RESOLVER_STRING_1_DOMString";
6658 6658
6659 Native_ShadowRoot_getElementsByTagName_Callback(mthis, tagName) native "ShadowRo ot_getElementsByTagName_Callback"; 6659 Native_ShadowRoot_getElementsByTagName_Callback(mthis, tagName) native "ShadowRo ot_getElementsByTagName_Callback_RESOLVER_STRING_1_DOMString";
6660 6660
6661 Native_ShadowRoot_getSelection_Callback(mthis) native "ShadowRoot_getSelection_C allback"; 6661 Native_ShadowRoot_getSelection_Callback(mthis) native "ShadowRoot_getSelection_C allback_RESOLVER_STRING_0_";
6662 6662
6663 // Generated overload resolver 6663 // Generated overload resolver
6664 Native_SharedWorker_SharedWorker(scriptURL, name) { 6664 Native_SharedWorker_SharedWorker(scriptURL, name) {
6665 return Native_SharedWorker__create_1constructorCallback(scriptURL, name); 6665 return Native_SharedWorker__create_1constructorCallback(scriptURL, name);
6666 } 6666 }
6667 6667
6668 Native_SharedWorker__create_1constructorCallback(scriptURL, name) native "Shared Worker__create_1constructorCallback"; 6668 Native_SharedWorker_constructorCallback(scriptURL, name) native "SharedWorker_co nstructorCallback_RESOLVER_STRING_2_DOMString_DOMString";
6669 6669
6670 Native_SharedWorker_port_Getter(mthis) native "SharedWorker_port_Getter"; 6670 Native_SharedWorker_port_Getter(mthis) native "SharedWorker_port_Getter";
6671 6671
6672 Native_SharedWorker_workerStart_Getter(mthis) native "SharedWorker_workerStart_G etter"; 6672 Native_SharedWorker_workerStart_Getter(mthis) native "SharedWorker_workerStart_G etter";
6673 6673
6674 Native_SharedWorkerGlobalScope_name_Getter(mthis) native "SharedWorkerGlobalScop e_name_Getter"; 6674 Native_SharedWorkerGlobalScope_name_Getter(mthis) native "SharedWorkerGlobalScop e_name_Getter";
6675 6675
6676 Native_SourceBuffer_appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWin dowEnd_Getter"; 6676 Native_SourceBuffer_appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWin dowEnd_Getter";
6677 6677
6678 Native_SourceBuffer_appendWindowEnd_Setter(mthis, value) native "SourceBuffer_ap pendWindowEnd_Setter"; 6678 Native_SourceBuffer_appendWindowEnd_Setter(mthis, value) native "SourceBuffer_ap pendWindowEnd_Setter";
6679 6679
6680 Native_SourceBuffer_appendWindowStart_Getter(mthis) native "SourceBuffer_appendW indowStart_Getter"; 6680 Native_SourceBuffer_appendWindowStart_Getter(mthis) native "SourceBuffer_appendW indowStart_Getter";
6681 6681
6682 Native_SourceBuffer_appendWindowStart_Setter(mthis, value) native "SourceBuffer_ appendWindowStart_Setter"; 6682 Native_SourceBuffer_appendWindowStart_Setter(mthis, value) native "SourceBuffer_ appendWindowStart_Setter";
6683 6683
6684 Native_SourceBuffer_buffered_Getter(mthis) native "SourceBuffer_buffered_Getter" ; 6684 Native_SourceBuffer_buffered_Getter(mthis) native "SourceBuffer_buffered_Getter" ;
6685 6685
6686 Native_SourceBuffer_mode_Getter(mthis) native "SourceBuffer_mode_Getter"; 6686 Native_SourceBuffer_mode_Getter(mthis) native "SourceBuffer_mode_Getter";
6687 6687
6688 Native_SourceBuffer_mode_Setter(mthis, value) native "SourceBuffer_mode_Setter"; 6688 Native_SourceBuffer_mode_Setter(mthis, value) native "SourceBuffer_mode_Setter";
6689 6689
6690 Native_SourceBuffer_timestampOffset_Getter(mthis) native "SourceBuffer_timestamp Offset_Getter"; 6690 Native_SourceBuffer_timestampOffset_Getter(mthis) native "SourceBuffer_timestamp Offset_Getter";
6691 6691
6692 Native_SourceBuffer_timestampOffset_Setter(mthis, value) native "SourceBuffer_ti mestampOffset_Setter"; 6692 Native_SourceBuffer_timestampOffset_Setter(mthis, value) native "SourceBuffer_ti mestampOffset_Setter";
6693 6693
6694 Native_SourceBuffer_updating_Getter(mthis) native "SourceBuffer_updating_Getter" ; 6694 Native_SourceBuffer_updating_Getter(mthis) native "SourceBuffer_updating_Getter" ;
6695 6695
6696 Native_SourceBuffer_abort_Callback(mthis) native "SourceBuffer_abort_Callback"; 6696 Native_SourceBuffer_abort_Callback(mthis) native "SourceBuffer_abort_Callback_RE SOLVER_STRING_0_";
6697 6697
6698 Native_SourceBuffer_appendBuffer_Callback(mthis, data) native "SourceBuffer_appe ndBuffer_Callback"; 6698 Native_SourceBuffer_appendBuffer_Callback(mthis, data) native "SourceBuffer_appe ndBuffer_Callback_RESOLVER_STRING_1_ArrayBuffer";
6699 6699
6700 // Generated overload resolver 6700 // Generated overload resolver
6701 Native_SourceBuffer_appendStream(mthis, stream, maxSize) { 6701 Native_SourceBuffer_appendStream(mthis, stream, maxSize) {
6702 if (maxSize != null) { 6702 if (maxSize != null) {
6703 Native_SourceBuffer__appendStream_1_Callback(mthis, stream, maxSize); 6703 Native_SourceBuffer__appendStream_1_Callback(mthis, stream, maxSize);
6704 return; 6704 return;
6705 } 6705 }
6706 Native_SourceBuffer__appendStream_2_Callback(mthis, stream); 6706 Native_SourceBuffer__appendStream_2_Callback(mthis, stream);
6707 return; 6707 return;
6708 } 6708 }
6709 6709
6710 Native_SourceBuffer__appendStream_1_Callback(mthis, stream, maxSize) native "Sou rceBuffer_appendStream_Callback_2_Stream_unsigned long long"; 6710 Native_SourceBuffer__appendStream_1_Callback(mthis, stream, maxSize) native "Sou rceBuffer_appendStream_Callback_RESOLVER_STRING_2_Stream_unsigned long long";
6711 6711
6712 Native_SourceBuffer__appendStream_2_Callback(mthis, stream) native "SourceBuffer _appendStream_Callback_1_Stream"; 6712 Native_SourceBuffer__appendStream_2_Callback(mthis, stream) native "SourceBuffer _appendStream_Callback_RESOLVER_STRING_1_Stream";
6713 6713
6714 Native_SourceBuffer_appendTypedData_Callback(mthis, data) native "SourceBuffer_a ppendTypedData_Callback"; 6714 Native_SourceBuffer_appendTypedData_Callback(mthis, data) native "SourceBuffer_a ppendBuffer_Callback_RESOLVER_STRING_1_ArrayBufferView";
6715 6715
6716 Native_SourceBuffer_remove_Callback(mthis, start, end) native "SourceBuffer_remo ve_Callback"; 6716 Native_SourceBuffer_remove_Callback(mthis, start, end) native "SourceBuffer_remo ve_Callback_RESOLVER_STRING_2_double_double";
6717 6717
6718 Native_SourceBufferList_length_Getter(mthis) native "SourceBufferList_length_Get ter"; 6718 Native_SourceBufferList_length_Getter(mthis) native "SourceBufferList_length_Get ter";
6719 6719
6720 Native_SourceBufferList_NativeIndexed_Getter(mthis, index) native "SourceBufferL ist_item_Callback"; 6720 Native_SourceBufferList_NativeIndexed_Getter(mthis, index) native "SourceBufferL ist_item_Callback_RESOLVER_STRING_1_unsigned long";
6721 6721
6722 Native_SourceBufferList_item_Callback(mthis, index) native "SourceBufferList_ite m_Callback"; 6722 Native_SourceBufferList_item_Callback(mthis, index) native "SourceBufferList_ite m_Callback_RESOLVER_STRING_1_unsigned long";
6723 6723
6724 Native_SourceInfo_facing_Getter(mthis) native "SourceInfo_facing_Getter"; 6724 Native_SourceInfo_facing_Getter(mthis) native "SourceInfo_facing_Getter";
6725 6725
6726 Native_SourceInfo_id_Getter(mthis) native "SourceInfo_id_Getter"; 6726 Native_SourceInfo_id_Getter(mthis) native "SourceInfo_id_Getter";
6727 6727
6728 Native_SourceInfo_kind_Getter(mthis) native "SourceInfo_kind_Getter"; 6728 Native_SourceInfo_kind_Getter(mthis) native "SourceInfo_kind_Getter";
6729 6729
6730 Native_SourceInfo_label_Getter(mthis) native "SourceInfo_label_Getter"; 6730 Native_SourceInfo_label_Getter(mthis) native "SourceInfo_label_Getter";
6731 6731
6732 // Generated overload resolver 6732 // Generated overload resolver
6733 Native_SpeechGrammar_SpeechGrammar() { 6733 Native_SpeechGrammar_SpeechGrammar() {
6734 return Native_SpeechGrammar__create_1constructorCallback(); 6734 return Native_SpeechGrammar__create_1constructorCallback();
6735 } 6735 }
6736 6736
6737 Native_SpeechGrammar__create_1constructorCallback() native "SpeechGrammar__creat e_1constructorCallback"; 6737 Native_SpeechGrammar_constructorCallback() native "SpeechGrammar_constructorCall back";
6738 6738
6739 Native_SpeechGrammar_src_Getter(mthis) native "SpeechGrammar_src_Getter"; 6739 Native_SpeechGrammar_src_Getter(mthis) native "SpeechGrammar_src_Getter";
6740 6740
6741 Native_SpeechGrammar_src_Setter(mthis, value) native "SpeechGrammar_src_Setter"; 6741 Native_SpeechGrammar_src_Setter(mthis, value) native "SpeechGrammar_src_Setter";
6742 6742
6743 Native_SpeechGrammar_weight_Getter(mthis) native "SpeechGrammar_weight_Getter"; 6743 Native_SpeechGrammar_weight_Getter(mthis) native "SpeechGrammar_weight_Getter";
6744 6744
6745 Native_SpeechGrammar_weight_Setter(mthis, value) native "SpeechGrammar_weight_Se tter"; 6745 Native_SpeechGrammar_weight_Setter(mthis, value) native "SpeechGrammar_weight_Se tter";
6746 6746
6747 // Generated overload resolver 6747 // Generated overload resolver
6748 Native_SpeechGrammarList_SpeechGrammarList() { 6748 Native_SpeechGrammarList_SpeechGrammarList() {
6749 return Native_SpeechGrammarList__create_1constructorCallback(); 6749 return Native_SpeechGrammarList__create_1constructorCallback();
6750 } 6750 }
6751 6751
6752 Native_SpeechGrammarList__create_1constructorCallback() native "SpeechGrammarLis t__create_1constructorCallback"; 6752 Native_SpeechGrammarList_constructorCallback() native "SpeechGrammarList_constru ctorCallback";
6753 6753
6754 Native_SpeechGrammarList_length_Getter(mthis) native "SpeechGrammarList_length_G etter"; 6754 Native_SpeechGrammarList_length_Getter(mthis) native "SpeechGrammarList_length_G etter";
6755 6755
6756 Native_SpeechGrammarList_NativeIndexed_Getter(mthis, index) native "SpeechGramma rList_item_Callback"; 6756 Native_SpeechGrammarList_NativeIndexed_Getter(mthis, index) native "SpeechGramma rList_item_Callback_RESOLVER_STRING_1_unsigned long";
6757 6757
6758 // Generated overload resolver 6758 // Generated overload resolver
6759 Native_SpeechGrammarList_addFromString(mthis, string, weight) { 6759 Native_SpeechGrammarList_addFromString(mthis, string, weight) {
6760 if (weight != null) { 6760 if (weight != null) {
6761 Native_SpeechGrammarList__addFromString_1_Callback(mthis, string, weight); 6761 Native_SpeechGrammarList__addFromString_1_Callback(mthis, string, weight);
6762 return; 6762 return;
6763 } 6763 }
6764 Native_SpeechGrammarList__addFromString_2_Callback(mthis, string); 6764 Native_SpeechGrammarList__addFromString_2_Callback(mthis, string);
6765 return; 6765 return;
6766 } 6766 }
6767 6767
6768 Native_SpeechGrammarList__addFromString_1_Callback(mthis, string, weight) native "SpeechGrammarList_addFromString_Callback_2_DOMString_float"; 6768 Native_SpeechGrammarList__addFromString_1_Callback(mthis, string, weight) native "SpeechGrammarList_addFromString_Callback_RESOLVER_STRING_2_DOMString_float";
6769 6769
6770 Native_SpeechGrammarList__addFromString_2_Callback(mthis, string) native "Speech GrammarList_addFromString_Callback_1_DOMString"; 6770 Native_SpeechGrammarList__addFromString_2_Callback(mthis, string) native "Speech GrammarList_addFromString_Callback_RESOLVER_STRING_1_DOMString";
6771 6771
6772 // Generated overload resolver 6772 // Generated overload resolver
6773 Native_SpeechGrammarList_addFromUri(mthis, src, weight) { 6773 Native_SpeechGrammarList_addFromUri(mthis, src, weight) {
6774 if (weight != null) { 6774 if (weight != null) {
6775 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight); 6775 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight);
6776 return; 6776 return;
6777 } 6777 }
6778 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src); 6778 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src);
6779 return; 6779 return;
6780 } 6780 }
6781 6781
6782 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight) native "Spee chGrammarList_addFromUri_Callback_2_DOMString_float"; 6782 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight) native "Spee chGrammarList_addFromUri_Callback_RESOLVER_STRING_2_DOMString_float";
6783 6783
6784 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src) native "SpeechGramma rList_addFromUri_Callback_1_DOMString"; 6784 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src) native "SpeechGramma rList_addFromUri_Callback_RESOLVER_STRING_1_DOMString";
6785 6785
6786 Native_SpeechGrammarList_item_Callback(mthis, index) native "SpeechGrammarList_i tem_Callback"; 6786 Native_SpeechGrammarList_item_Callback(mthis, index) native "SpeechGrammarList_i tem_Callback_RESOLVER_STRING_1_unsigned long";
6787 6787
6788 Native_SpeechInputEvent_results_Getter(mthis) native "SpeechInputEvent_results_G etter"; 6788 Native_SpeechInputEvent_results_Getter(mthis) native "SpeechInputEvent_results_G etter";
6789 6789
6790 Native_SpeechInputResult_confidence_Getter(mthis) native "SpeechInputResult_conf idence_Getter"; 6790 Native_SpeechInputResult_confidence_Getter(mthis) native "SpeechInputResult_conf idence_Getter";
6791 6791
6792 Native_SpeechInputResult_utterance_Getter(mthis) native "SpeechInputResult_utter ance_Getter"; 6792 Native_SpeechInputResult_utterance_Getter(mthis) native "SpeechInputResult_utter ance_Getter";
6793 6793
6794 Native_SpeechInputResultList_length_Getter(mthis) native "SpeechInputResultList_ length_Getter"; 6794 Native_SpeechInputResultList_length_Getter(mthis) native "SpeechInputResultList_ length_Getter";
6795 6795
6796 Native_SpeechInputResultList_NativeIndexed_Getter(mthis, index) native "SpeechIn putResultList_item_Callback"; 6796 Native_SpeechInputResultList_NativeIndexed_Getter(mthis, index) native "SpeechIn putResultList_item_Callback_RESOLVER_STRING_1_unsigned long";
6797 6797
6798 Native_SpeechInputResultList_item_Callback(mthis, index) native "SpeechInputResu ltList_item_Callback"; 6798 Native_SpeechInputResultList_item_Callback(mthis, index) native "SpeechInputResu ltList_item_Callback_RESOLVER_STRING_1_unsigned long";
6799 6799
6800 // Generated overload resolver 6800 // Generated overload resolver
6801 Native_SpeechRecognition_SpeechRecognition() { 6801 Native_SpeechRecognition_SpeechRecognition() {
6802 return Native_SpeechRecognition__create_1constructorCallback(); 6802 return Native_SpeechRecognition__create_1constructorCallback();
6803 } 6803 }
6804 6804
6805 Native_SpeechRecognition__create_1constructorCallback() native "SpeechRecognitio n__create_1constructorCallback"; 6805 Native_SpeechRecognition_constructorCallback() native "SpeechRecognition_constru ctorCallback";
6806 6806
6807 Native_SpeechRecognition_continuous_Getter(mthis) native "SpeechRecognition_cont inuous_Getter"; 6807 Native_SpeechRecognition_continuous_Getter(mthis) native "SpeechRecognition_cont inuous_Getter";
6808 6808
6809 Native_SpeechRecognition_continuous_Setter(mthis, value) native "SpeechRecogniti on_continuous_Setter"; 6809 Native_SpeechRecognition_continuous_Setter(mthis, value) native "SpeechRecogniti on_continuous_Setter";
6810 6810
6811 Native_SpeechRecognition_grammars_Getter(mthis) native "SpeechRecognition_gramma rs_Getter"; 6811 Native_SpeechRecognition_grammars_Getter(mthis) native "SpeechRecognition_gramma rs_Getter";
6812 6812
6813 Native_SpeechRecognition_grammars_Setter(mthis, value) native "SpeechRecognition _grammars_Setter"; 6813 Native_SpeechRecognition_grammars_Setter(mthis, value) native "SpeechRecognition _grammars_Setter";
6814 6814
6815 Native_SpeechRecognition_interimResults_Getter(mthis) native "SpeechRecognition_ interimResults_Getter"; 6815 Native_SpeechRecognition_interimResults_Getter(mthis) native "SpeechRecognition_ interimResults_Getter";
6816 6816
6817 Native_SpeechRecognition_interimResults_Setter(mthis, value) native "SpeechRecog nition_interimResults_Setter"; 6817 Native_SpeechRecognition_interimResults_Setter(mthis, value) native "SpeechRecog nition_interimResults_Setter";
6818 6818
6819 Native_SpeechRecognition_lang_Getter(mthis) native "SpeechRecognition_lang_Gette r"; 6819 Native_SpeechRecognition_lang_Getter(mthis) native "SpeechRecognition_lang_Gette r";
6820 6820
6821 Native_SpeechRecognition_lang_Setter(mthis, value) native "SpeechRecognition_lan g_Setter"; 6821 Native_SpeechRecognition_lang_Setter(mthis, value) native "SpeechRecognition_lan g_Setter";
6822 6822
6823 Native_SpeechRecognition_maxAlternatives_Getter(mthis) native "SpeechRecognition _maxAlternatives_Getter"; 6823 Native_SpeechRecognition_maxAlternatives_Getter(mthis) native "SpeechRecognition _maxAlternatives_Getter";
6824 6824
6825 Native_SpeechRecognition_maxAlternatives_Setter(mthis, value) native "SpeechReco gnition_maxAlternatives_Setter"; 6825 Native_SpeechRecognition_maxAlternatives_Setter(mthis, value) native "SpeechReco gnition_maxAlternatives_Setter";
6826 6826
6827 Native_SpeechRecognition_abort_Callback(mthis) native "SpeechRecognition_abort_C allback"; 6827 Native_SpeechRecognition_abort_Callback(mthis) native "SpeechRecognition_abort_C allback_RESOLVER_STRING_0_";
6828 6828
6829 Native_SpeechRecognition_start_Callback(mthis) native "SpeechRecognition_start_C allback"; 6829 Native_SpeechRecognition_start_Callback(mthis) native "SpeechRecognition_start_C allback_RESOLVER_STRING_0_";
6830 6830
6831 Native_SpeechRecognition_stop_Callback(mthis) native "SpeechRecognition_stop_Cal lback"; 6831 Native_SpeechRecognition_stop_Callback(mthis) native "SpeechRecognition_stop_Cal lback_RESOLVER_STRING_0_";
6832 6832
6833 Native_SpeechRecognitionAlternative_confidence_Getter(mthis) native "SpeechRecog nitionAlternative_confidence_Getter"; 6833 Native_SpeechRecognitionAlternative_confidence_Getter(mthis) native "SpeechRecog nitionAlternative_confidence_Getter";
6834 6834
6835 Native_SpeechRecognitionAlternative_transcript_Getter(mthis) native "SpeechRecog nitionAlternative_transcript_Getter"; 6835 Native_SpeechRecognitionAlternative_transcript_Getter(mthis) native "SpeechRecog nitionAlternative_transcript_Getter";
6836 6836
6837 Native_SpeechRecognitionError_error_Getter(mthis) native "SpeechRecognitionError _error_Getter"; 6837 Native_SpeechRecognitionError_error_Getter(mthis) native "SpeechRecognitionError _error_Getter";
6838 6838
6839 Native_SpeechRecognitionError_message_Getter(mthis) native "SpeechRecognitionErr or_message_Getter"; 6839 Native_SpeechRecognitionError_message_Getter(mthis) native "SpeechRecognitionErr or_message_Getter";
6840 6840
6841 Native_SpeechRecognitionEvent_emma_Getter(mthis) native "SpeechRecognitionEvent_ emma_Getter"; 6841 Native_SpeechRecognitionEvent_emma_Getter(mthis) native "SpeechRecognitionEvent_ emma_Getter";
6842 6842
6843 Native_SpeechRecognitionEvent_interpretation_Getter(mthis) native "SpeechRecogni tionEvent_interpretation_Getter"; 6843 Native_SpeechRecognitionEvent_interpretation_Getter(mthis) native "SpeechRecogni tionEvent_interpretation_Getter";
6844 6844
6845 Native_SpeechRecognitionEvent_resultIndex_Getter(mthis) native "SpeechRecognitio nEvent_resultIndex_Getter"; 6845 Native_SpeechRecognitionEvent_resultIndex_Getter(mthis) native "SpeechRecognitio nEvent_resultIndex_Getter";
6846 6846
6847 Native_SpeechRecognitionEvent_results_Getter(mthis) native "SpeechRecognitionEve nt_results_Getter"; 6847 Native_SpeechRecognitionEvent_results_Getter(mthis) native "SpeechRecognitionEve nt_results_Getter";
6848 6848
6849 Native_SpeechRecognitionResult_isFinal_Getter(mthis) native "SpeechRecognitionRe sult_isFinal_Getter"; 6849 Native_SpeechRecognitionResult_isFinal_Getter(mthis) native "SpeechRecognitionRe sult_isFinal_Getter";
6850 6850
6851 Native_SpeechRecognitionResult_length_Getter(mthis) native "SpeechRecognitionRes ult_length_Getter"; 6851 Native_SpeechRecognitionResult_length_Getter(mthis) native "SpeechRecognitionRes ult_length_Getter";
6852 6852
6853 Native_SpeechRecognitionResult_item_Callback(mthis, index) native "SpeechRecogni tionResult_item_Callback"; 6853 Native_SpeechRecognitionResult_item_Callback(mthis, index) native "SpeechRecogni tionResult_item_Callback_RESOLVER_STRING_1_unsigned long";
6854 6854
6855 Native_SpeechRecognitionResultList_length_Getter(mthis) native "SpeechRecognitio nResultList_length_Getter"; 6855 Native_SpeechRecognitionResultList_length_Getter(mthis) native "SpeechRecognitio nResultList_length_Getter";
6856 6856
6857 Native_SpeechRecognitionResultList_NativeIndexed_Getter(mthis, index) native "Sp eechRecognitionResultList_item_Callback"; 6857 Native_SpeechRecognitionResultList_NativeIndexed_Getter(mthis, index) native "Sp eechRecognitionResultList_item_Callback_RESOLVER_STRING_1_unsigned long";
6858 6858
6859 Native_SpeechRecognitionResultList_item_Callback(mthis, index) native "SpeechRec ognitionResultList_item_Callback"; 6859 Native_SpeechRecognitionResultList_item_Callback(mthis, index) native "SpeechRec ognitionResultList_item_Callback_RESOLVER_STRING_1_unsigned long";
6860 6860
6861 Native_SpeechSynthesis_paused_Getter(mthis) native "SpeechSynthesis_paused_Gette r"; 6861 Native_SpeechSynthesis_paused_Getter(mthis) native "SpeechSynthesis_paused_Gette r";
6862 6862
6863 Native_SpeechSynthesis_pending_Getter(mthis) native "SpeechSynthesis_pending_Get ter"; 6863 Native_SpeechSynthesis_pending_Getter(mthis) native "SpeechSynthesis_pending_Get ter";
6864 6864
6865 Native_SpeechSynthesis_speaking_Getter(mthis) native "SpeechSynthesis_speaking_G etter"; 6865 Native_SpeechSynthesis_speaking_Getter(mthis) native "SpeechSynthesis_speaking_G etter";
6866 6866
6867 Native_SpeechSynthesis_cancel_Callback(mthis) native "SpeechSynthesis_cancel_Cal lback"; 6867 Native_SpeechSynthesis_cancel_Callback(mthis) native "SpeechSynthesis_cancel_Cal lback_RESOLVER_STRING_0_";
6868 6868
6869 Native_SpeechSynthesis_getVoices_Callback(mthis) native "SpeechSynthesis_getVoic es_Callback"; 6869 Native_SpeechSynthesis_getVoices_Callback(mthis) native "SpeechSynthesis_getVoic es_Callback_RESOLVER_STRING_0_";
6870 6870
6871 Native_SpeechSynthesis_pause_Callback(mthis) native "SpeechSynthesis_pause_Callb ack"; 6871 Native_SpeechSynthesis_pause_Callback(mthis) native "SpeechSynthesis_pause_Callb ack_RESOLVER_STRING_0_";
6872 6872
6873 Native_SpeechSynthesis_resume_Callback(mthis) native "SpeechSynthesis_resume_Cal lback"; 6873 Native_SpeechSynthesis_resume_Callback(mthis) native "SpeechSynthesis_resume_Cal lback_RESOLVER_STRING_0_";
6874 6874
6875 Native_SpeechSynthesis_speak_Callback(mthis, utterance) native "SpeechSynthesis_ speak_Callback"; 6875 Native_SpeechSynthesis_speak_Callback(mthis, utterance) native "SpeechSynthesis_ speak_Callback_RESOLVER_STRING_1_SpeechSynthesisUtterance";
6876 6876
6877 Native_SpeechSynthesisEvent_charIndex_Getter(mthis) native "SpeechSynthesisEvent _charIndex_Getter"; 6877 Native_SpeechSynthesisEvent_charIndex_Getter(mthis) native "SpeechSynthesisEvent _charIndex_Getter";
6878 6878
6879 Native_SpeechSynthesisEvent_elapsedTime_Getter(mthis) native "SpeechSynthesisEve nt_elapsedTime_Getter"; 6879 Native_SpeechSynthesisEvent_elapsedTime_Getter(mthis) native "SpeechSynthesisEve nt_elapsedTime_Getter";
6880 6880
6881 Native_SpeechSynthesisEvent_name_Getter(mthis) native "SpeechSynthesisEvent_name _Getter"; 6881 Native_SpeechSynthesisEvent_name_Getter(mthis) native "SpeechSynthesisEvent_name _Getter";
6882 6882
6883 // Generated overload resolver 6883 // Generated overload resolver
6884 Native_SpeechSynthesisUtterance_SpeechSynthesisUtterance(text) { 6884 Native_SpeechSynthesisUtterance_SpeechSynthesisUtterance(text) {
6885 return Native_SpeechSynthesisUtterance__create_1constructorCallback(text); 6885 return Native_SpeechSynthesisUtterance__create_1constructorCallback(text);
6886 } 6886 }
6887 6887
6888 Native_SpeechSynthesisUtterance__create_1constructorCallback(text) native "Speec hSynthesisUtterance__create_1constructorCallback"; 6888 Native_SpeechSynthesisUtterance_constructorCallback(text) native "SpeechSynthesi sUtterance_constructorCallback_RESOLVER_STRING_1_DOMString";
6889 6889
6890 Native_SpeechSynthesisUtterance_lang_Getter(mthis) native "SpeechSynthesisUttera nce_lang_Getter"; 6890 Native_SpeechSynthesisUtterance_lang_Getter(mthis) native "SpeechSynthesisUttera nce_lang_Getter";
6891 6891
6892 Native_SpeechSynthesisUtterance_lang_Setter(mthis, value) native "SpeechSynthesi sUtterance_lang_Setter"; 6892 Native_SpeechSynthesisUtterance_lang_Setter(mthis, value) native "SpeechSynthesi sUtterance_lang_Setter";
6893 6893
6894 Native_SpeechSynthesisUtterance_pitch_Getter(mthis) native "SpeechSynthesisUtter ance_pitch_Getter"; 6894 Native_SpeechSynthesisUtterance_pitch_Getter(mthis) native "SpeechSynthesisUtter ance_pitch_Getter";
6895 6895
6896 Native_SpeechSynthesisUtterance_pitch_Setter(mthis, value) native "SpeechSynthes isUtterance_pitch_Setter"; 6896 Native_SpeechSynthesisUtterance_pitch_Setter(mthis, value) native "SpeechSynthes isUtterance_pitch_Setter";
6897 6897
6898 Native_SpeechSynthesisUtterance_rate_Getter(mthis) native "SpeechSynthesisUttera nce_rate_Getter"; 6898 Native_SpeechSynthesisUtterance_rate_Getter(mthis) native "SpeechSynthesisUttera nce_rate_Getter";
(...skipping 28 matching lines...) Expand all
6927 Native_Storage___delete__(mthis, index_OR_name) { 6927 Native_Storage___delete__(mthis, index_OR_name) {
6928 if ((index_OR_name is int || index_OR_name == null)) { 6928 if ((index_OR_name is int || index_OR_name == null)) {
6929 return Native_Storage____delete___1_Callback(mthis, index_OR_name); 6929 return Native_Storage____delete___1_Callback(mthis, index_OR_name);
6930 } 6930 }
6931 if ((index_OR_name is String || index_OR_name == null)) { 6931 if ((index_OR_name is String || index_OR_name == null)) {
6932 return Native_Storage____delete___2_Callback(mthis, index_OR_name); 6932 return Native_Storage____delete___2_Callback(mthis, index_OR_name);
6933 } 6933 }
6934 throw new ArgumentError("Incorrect number or type of arguments"); 6934 throw new ArgumentError("Incorrect number or type of arguments");
6935 } 6935 }
6936 6936
6937 Native_Storage____delete___1_Callback(mthis, index_OR_name) native "Storage___de lete___Callback_1_unsigned long"; 6937 Native_Storage____delete___1_Callback(mthis, index_OR_name) native "Storage___de lete___Callback_RESOLVER_STRING_1_unsigned long";
6938 6938
6939 Native_Storage____delete___2_Callback(mthis, index_OR_name) native "Storage___de lete___Callback_1_DOMString"; 6939 Native_Storage____delete___2_Callback(mthis, index_OR_name) native "Storage___de lete___Callback_RESOLVER_STRING_1_DOMString";
6940 6940
6941 // Generated overload resolver 6941 // Generated overload resolver
6942 Native_Storage___getter__(mthis, index_OR_name) { 6942 Native_Storage___getter__(mthis, index_OR_name) {
6943 if ((index_OR_name is int || index_OR_name == null)) { 6943 if ((index_OR_name is int || index_OR_name == null)) {
6944 return Native_Storage____getter___1_Callback(mthis, index_OR_name); 6944 return Native_Storage____getter___1_Callback(mthis, index_OR_name);
6945 } 6945 }
6946 if ((index_OR_name is String || index_OR_name == null)) { 6946 if ((index_OR_name is String || index_OR_name == null)) {
6947 return Native_Storage____getter___2_Callback(mthis, index_OR_name); 6947 return Native_Storage____getter___2_Callback(mthis, index_OR_name);
6948 } 6948 }
6949 throw new ArgumentError("Incorrect number or type of arguments"); 6949 throw new ArgumentError("Incorrect number or type of arguments");
6950 } 6950 }
6951 6951
6952 Native_Storage____getter___1_Callback(mthis, index_OR_name) native "Storage___ge tter___Callback_1_unsigned long"; 6952 Native_Storage____getter___1_Callback(mthis, index_OR_name) native "Storage___ge tter___Callback_RESOLVER_STRING_1_unsigned long";
6953 6953
6954 Native_Storage____getter___2_Callback(mthis, index_OR_name) native "Storage___ge tter___Callback_1_DOMString"; 6954 Native_Storage____getter___2_Callback(mthis, index_OR_name) native "Storage___ge tter___Callback_RESOLVER_STRING_1_DOMString";
6955 6955
6956 // Generated overload resolver 6956 // Generated overload resolver
6957 Native_Storage___setter__(mthis, index_OR_name, value) { 6957 Native_Storage___setter__(mthis, index_OR_name, value) {
6958 if ((value is String || value == null) && (index_OR_name is int || index_OR_ name == null)) { 6958 if ((value is String || value == null) && (index_OR_name is int || index_OR_ name == null)) {
6959 Native_Storage____setter___1_Callback(mthis, index_OR_name, value); 6959 Native_Storage____setter___1_Callback(mthis, index_OR_name, value);
6960 return; 6960 return;
6961 } 6961 }
6962 if ((value is String || value == null) && (index_OR_name is String || index_ OR_name == null)) { 6962 if ((value is String || value == null) && (index_OR_name is String || index_ OR_name == null)) {
6963 Native_Storage____setter___2_Callback(mthis, index_OR_name, value); 6963 Native_Storage____setter___2_Callback(mthis, index_OR_name, value);
6964 return; 6964 return;
6965 } 6965 }
6966 throw new ArgumentError("Incorrect number or type of arguments"); 6966 throw new ArgumentError("Incorrect number or type of arguments");
6967 } 6967 }
6968 6968
6969 Native_Storage____setter___1_Callback(mthis, index_OR_name, value) native "Stora ge___setter___Callback_2_unsigned long_DOMString"; 6969 Native_Storage____setter___1_Callback(mthis, index_OR_name, value) native "Stora ge___setter___Callback_RESOLVER_STRING_2_unsigned long_DOMString";
6970 6970
6971 Native_Storage____setter___2_Callback(mthis, index_OR_name, value) native "Stora ge___setter___Callback_2_DOMString_DOMString"; 6971 Native_Storage____setter___2_Callback(mthis, index_OR_name, value) native "Stora ge___setter___Callback_RESOLVER_STRING_2_DOMString_DOMString";
6972 6972
6973 Native_Storage_clear_Callback(mthis) native "Storage_clear_Callback"; 6973 Native_Storage_clear_Callback(mthis) native "Storage_clear_Callback_RESOLVER_STR ING_0_";
6974 6974
6975 Native_Storage_getItem_Callback(mthis, key) native "Storage_getItem_Callback"; 6975 Native_Storage_getItem_Callback(mthis, key) native "Storage_getItem_Callback_RES OLVER_STRING_1_DOMString";
6976 6976
6977 Native_Storage_key_Callback(mthis, index) native "Storage_key_Callback"; 6977 Native_Storage_key_Callback(mthis, index) native "Storage_key_Callback_RESOLVER_ STRING_1_unsigned long";
6978 6978
6979 Native_Storage_removeItem_Callback(mthis, key) native "Storage_removeItem_Callba ck"; 6979 Native_Storage_removeItem_Callback(mthis, key) native "Storage_removeItem_Callba ck_RESOLVER_STRING_1_DOMString";
6980 6980
6981 Native_Storage_setItem_Callback(mthis, key, data) native "Storage_setItem_Callba ck"; 6981 Native_Storage_setItem_Callback(mthis, key, data) native "Storage_setItem_Callba ck_RESOLVER_STRING_2_DOMString_DOMString";
6982 6982
6983 Native_StorageEvent_key_Getter(mthis) native "StorageEvent_key_Getter"; 6983 Native_StorageEvent_key_Getter(mthis) native "StorageEvent_key_Getter";
6984 6984
6985 Native_StorageEvent_newValue_Getter(mthis) native "StorageEvent_newValue_Getter" ; 6985 Native_StorageEvent_newValue_Getter(mthis) native "StorageEvent_newValue_Getter" ;
6986 6986
6987 Native_StorageEvent_oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter" ; 6987 Native_StorageEvent_oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter" ;
6988 6988
6989 Native_StorageEvent_storageArea_Getter(mthis) native "StorageEvent_storageArea_G etter"; 6989 Native_StorageEvent_storageArea_Getter(mthis) native "StorageEvent_storageArea_G etter";
6990 6990
6991 Native_StorageEvent_url_Getter(mthis) native "StorageEvent_url_Getter"; 6991 Native_StorageEvent_url_Getter(mthis) native "StorageEvent_url_Getter";
6992 6992
6993 Native_StorageEvent_initStorageEvent_Callback(mthis, typeArg, canBubbleArg, canc elableArg, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "Sto rageEvent_initStorageEvent_Callback"; 6993 Native_StorageEvent_initStorageEvent_Callback(mthis, typeArg, canBubbleArg, canc elableArg, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "Sto rageEvent_initStorageEvent_Callback_RESOLVER_STRING_8_DOMString_boolean_boolean_ DOMString_DOMString_DOMString_DOMString_Storage";
6994 6994
6995 Native_StorageInfo_quota_Getter(mthis) native "StorageInfo_quota_Getter"; 6995 Native_StorageInfo_quota_Getter(mthis) native "StorageInfo_quota_Getter";
6996 6996
6997 Native_StorageInfo_usage_Getter(mthis) native "StorageInfo_usage_Getter"; 6997 Native_StorageInfo_usage_Getter(mthis) native "StorageInfo_usage_Getter";
6998 6998
6999 Native_StorageQuota_supportedTypes_Getter(mthis) native "StorageQuota_supportedT ypes_Getter"; 6999 Native_StorageQuota_supportedTypes_Getter(mthis) native "StorageQuota_supportedT ypes_Getter";
7000 7000
7001 Native_Stream_type_Getter(mthis) native "Stream_type_Getter"; 7001 Native_Stream_type_Getter(mthis) native "Stream_type_Getter";
7002 7002
7003 Native_StyleMedia_type_Getter(mthis) native "StyleMedia_type_Getter"; 7003 Native_StyleMedia_type_Getter(mthis) native "StyleMedia_type_Getter";
7004 7004
7005 Native_StyleMedia_matchMedium_Callback(mthis, mediaquery) native "StyleMedia_mat chMedium_Callback"; 7005 Native_StyleMedia_matchMedium_Callback(mthis, mediaquery) native "StyleMedia_mat chMedium_Callback_RESOLVER_STRING_1_DOMString";
7006 7006
7007 Native_StyleSheetList_length_Getter(mthis) native "StyleSheetList_length_Getter" ; 7007 Native_StyleSheetList_length_Getter(mthis) native "StyleSheetList_length_Getter" ;
7008 7008
7009 Native_StyleSheetList_NativeIndexed_Getter(mthis, index) native "StyleSheetList_ item_Callback"; 7009 Native_StyleSheetList_NativeIndexed_Getter(mthis, index) native "StyleSheetList_ item_Callback_RESOLVER_STRING_1_unsigned long";
7010 7010
7011 Native_StyleSheetList___getter___Callback(mthis, name) native "StyleSheetList___ getter___Callback"; 7011 Native_StyleSheetList___getter___Callback(mthis, name) native "StyleSheetList___ getter___Callback_RESOLVER_STRING_1_DOMString";
7012 7012
7013 Native_StyleSheetList_item_Callback(mthis, index) native "StyleSheetList_item_Ca llback"; 7013 Native_StyleSheetList_item_Callback(mthis, index) native "StyleSheetList_item_Ca llback_RESOLVER_STRING_1_unsigned long";
7014 7014
7015 Native_TextEvent_data_Getter(mthis) native "TextEvent_data_Getter"; 7015 Native_TextEvent_data_Getter(mthis) native "TextEvent_data_Getter";
7016 7016
7017 Native_TextEvent_initTextEvent_Callback(mthis, typeArg, canBubbleArg, cancelable Arg, viewArg, dataArg) native "TextEvent_initTextEvent_Callback"; 7017 Native_TextEvent_initTextEvent_Callback(mthis, typeArg, canBubbleArg, cancelable Arg, viewArg, dataArg) native "TextEvent_initTextEvent_Callback_RESOLVER_STRING_ 5_DOMString_boolean_boolean_Window_DOMString";
7018 7018
7019 Native_TextMetrics_width_Getter(mthis) native "TextMetrics_width_Getter"; 7019 Native_TextMetrics_width_Getter(mthis) native "TextMetrics_width_Getter";
7020 7020
7021 Native_TextTrack_activeCues_Getter(mthis) native "TextTrack_activeCues_Getter"; 7021 Native_TextTrack_activeCues_Getter(mthis) native "TextTrack_activeCues_Getter";
7022 7022
7023 Native_TextTrack_cues_Getter(mthis) native "TextTrack_cues_Getter"; 7023 Native_TextTrack_cues_Getter(mthis) native "TextTrack_cues_Getter";
7024 7024
7025 Native_TextTrack_id_Getter(mthis) native "TextTrack_id_Getter"; 7025 Native_TextTrack_id_Getter(mthis) native "TextTrack_id_Getter";
7026 7026
7027 Native_TextTrack_kind_Getter(mthis) native "TextTrack_kind_Getter"; 7027 Native_TextTrack_kind_Getter(mthis) native "TextTrack_kind_Getter";
7028 7028
7029 Native_TextTrack_label_Getter(mthis) native "TextTrack_label_Getter"; 7029 Native_TextTrack_label_Getter(mthis) native "TextTrack_label_Getter";
7030 7030
7031 Native_TextTrack_language_Getter(mthis) native "TextTrack_language_Getter"; 7031 Native_TextTrack_language_Getter(mthis) native "TextTrack_language_Getter";
7032 7032
7033 Native_TextTrack_mode_Getter(mthis) native "TextTrack_mode_Getter"; 7033 Native_TextTrack_mode_Getter(mthis) native "TextTrack_mode_Getter";
7034 7034
7035 Native_TextTrack_mode_Setter(mthis, value) native "TextTrack_mode_Setter"; 7035 Native_TextTrack_mode_Setter(mthis, value) native "TextTrack_mode_Setter";
7036 7036
7037 Native_TextTrack_regions_Getter(mthis) native "TextTrack_regions_Getter"; 7037 Native_TextTrack_regions_Getter(mthis) native "TextTrack_regions_Getter";
7038 7038
7039 Native_TextTrack_addCue_Callback(mthis, cue) native "TextTrack_addCue_Callback"; 7039 Native_TextTrack_addCue_Callback(mthis, cue) native "TextTrack_addCue_Callback_R ESOLVER_STRING_1_TextTrackCue";
7040 7040
7041 Native_TextTrack_addRegion_Callback(mthis, region) native "TextTrack_addRegion_C allback"; 7041 Native_TextTrack_addRegion_Callback(mthis, region) native "TextTrack_addRegion_C allback_RESOLVER_STRING_1_VTTRegion";
7042 7042
7043 Native_TextTrack_removeCue_Callback(mthis, cue) native "TextTrack_removeCue_Call back"; 7043 Native_TextTrack_removeCue_Callback(mthis, cue) native "TextTrack_removeCue_Call back_RESOLVER_STRING_1_TextTrackCue";
7044 7044
7045 Native_TextTrack_removeRegion_Callback(mthis, region) native "TextTrack_removeRe gion_Callback"; 7045 Native_TextTrack_removeRegion_Callback(mthis, region) native "TextTrack_removeRe gion_Callback_RESOLVER_STRING_1_VTTRegion";
7046 7046
7047 Native_TextTrackCue_endTime_Getter(mthis) native "TextTrackCue_endTime_Getter"; 7047 Native_TextTrackCue_endTime_Getter(mthis) native "TextTrackCue_endTime_Getter";
7048 7048
7049 Native_TextTrackCue_endTime_Setter(mthis, value) native "TextTrackCue_endTime_Se tter"; 7049 Native_TextTrackCue_endTime_Setter(mthis, value) native "TextTrackCue_endTime_Se tter";
7050 7050
7051 Native_TextTrackCue_id_Getter(mthis) native "TextTrackCue_id_Getter"; 7051 Native_TextTrackCue_id_Getter(mthis) native "TextTrackCue_id_Getter";
7052 7052
7053 Native_TextTrackCue_id_Setter(mthis, value) native "TextTrackCue_id_Setter"; 7053 Native_TextTrackCue_id_Setter(mthis, value) native "TextTrackCue_id_Setter";
7054 7054
7055 Native_TextTrackCue_pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_G etter"; 7055 Native_TextTrackCue_pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_G etter";
7056 7056
7057 Native_TextTrackCue_pauseOnExit_Setter(mthis, value) native "TextTrackCue_pauseO nExit_Setter"; 7057 Native_TextTrackCue_pauseOnExit_Setter(mthis, value) native "TextTrackCue_pauseO nExit_Setter";
7058 7058
7059 Native_TextTrackCue_startTime_Getter(mthis) native "TextTrackCue_startTime_Gette r"; 7059 Native_TextTrackCue_startTime_Getter(mthis) native "TextTrackCue_startTime_Gette r";
7060 7060
7061 Native_TextTrackCue_startTime_Setter(mthis, value) native "TextTrackCue_startTim e_Setter"; 7061 Native_TextTrackCue_startTime_Setter(mthis, value) native "TextTrackCue_startTim e_Setter";
7062 7062
7063 Native_TextTrackCue_track_Getter(mthis) native "TextTrackCue_track_Getter"; 7063 Native_TextTrackCue_track_Getter(mthis) native "TextTrackCue_track_Getter";
7064 7064
7065 Native_TextTrackCueList_length_Getter(mthis) native "TextTrackCueList_length_Get ter"; 7065 Native_TextTrackCueList_length_Getter(mthis) native "TextTrackCueList_length_Get ter";
7066 7066
7067 Native_TextTrackCueList_NativeIndexed_Getter(mthis, index) native "TextTrackCueL ist_item_Callback"; 7067 Native_TextTrackCueList_NativeIndexed_Getter(mthis, index) native "TextTrackCueL ist_item_Callback_RESOLVER_STRING_1_unsigned long";
7068 7068
7069 Native_TextTrackCueList_getCueById_Callback(mthis, id) native "TextTrackCueList_ getCueById_Callback"; 7069 Native_TextTrackCueList_getCueById_Callback(mthis, id) native "TextTrackCueList_ getCueById_Callback_RESOLVER_STRING_1_DOMString";
7070 7070
7071 Native_TextTrackCueList_item_Callback(mthis, index) native "TextTrackCueList_ite m_Callback"; 7071 Native_TextTrackCueList_item_Callback(mthis, index) native "TextTrackCueList_ite m_Callback_RESOLVER_STRING_1_unsigned long";
7072 7072
7073 Native_TextTrackList_length_Getter(mthis) native "TextTrackList_length_Getter"; 7073 Native_TextTrackList_length_Getter(mthis) native "TextTrackList_length_Getter";
7074 7074
7075 Native_TextTrackList_NativeIndexed_Getter(mthis, index) native "TextTrackList_it em_Callback"; 7075 Native_TextTrackList_NativeIndexed_Getter(mthis, index) native "TextTrackList_it em_Callback_RESOLVER_STRING_1_unsigned long";
7076 7076
7077 Native_TextTrackList_getTrackById_Callback(mthis, id) native "TextTrackList_getT rackById_Callback"; 7077 Native_TextTrackList_getTrackById_Callback(mthis, id) native "TextTrackList_getT rackById_Callback_RESOLVER_STRING_1_DOMString";
7078 7078
7079 Native_TextTrackList_item_Callback(mthis, index) native "TextTrackList_item_Call back"; 7079 Native_TextTrackList_item_Callback(mthis, index) native "TextTrackList_item_Call back_RESOLVER_STRING_1_unsigned long";
7080 7080
7081 Native_TimeRanges_length_Getter(mthis) native "TimeRanges_length_Getter"; 7081 Native_TimeRanges_length_Getter(mthis) native "TimeRanges_length_Getter";
7082 7082
7083 Native_TimeRanges_end_Callback(mthis, index) native "TimeRanges_end_Callback"; 7083 Native_TimeRanges_end_Callback(mthis, index) native "TimeRanges_end_Callback_RES OLVER_STRING_1_unsigned long";
7084 7084
7085 Native_TimeRanges_start_Callback(mthis, index) native "TimeRanges_start_Callback "; 7085 Native_TimeRanges_start_Callback(mthis, index) native "TimeRanges_start_Callback _RESOLVER_STRING_1_unsigned long";
7086 7086
7087 Native_Timeline_play_Callback(mthis, source) native "Timeline_play_Callback"; 7087 Native_Timeline_play_Callback(mthis, source) native "Timeline_play_Callback_RESO LVER_STRING_1_TimedItem";
7088 7088
7089 Native_Timing_delay_Getter(mthis) native "Timing_delay_Getter"; 7089 Native_Timing_delay_Getter(mthis) native "Timing_delay_Getter";
7090 7090
7091 Native_Timing_delay_Setter(mthis, value) native "Timing_delay_Setter"; 7091 Native_Timing_delay_Setter(mthis, value) native "Timing_delay_Setter";
7092 7092
7093 Native_Timing_direction_Getter(mthis) native "Timing_direction_Getter"; 7093 Native_Timing_direction_Getter(mthis) native "Timing_direction_Getter";
7094 7094
7095 Native_Timing_direction_Setter(mthis, value) native "Timing_direction_Setter"; 7095 Native_Timing_direction_Setter(mthis, value) native "Timing_direction_Setter";
7096 7096
7097 Native_Timing_easing_Getter(mthis) native "Timing_easing_Getter"; 7097 Native_Timing_easing_Getter(mthis) native "Timing_easing_Getter";
(...skipping 13 matching lines...) Expand all
7111 Native_Timing_iterationStart_Setter(mthis, value) native "Timing_iterationStart_ Setter"; 7111 Native_Timing_iterationStart_Setter(mthis, value) native "Timing_iterationStart_ Setter";
7112 7112
7113 Native_Timing_iterations_Getter(mthis) native "Timing_iterations_Getter"; 7113 Native_Timing_iterations_Getter(mthis) native "Timing_iterations_Getter";
7114 7114
7115 Native_Timing_iterations_Setter(mthis, value) native "Timing_iterations_Setter"; 7115 Native_Timing_iterations_Setter(mthis, value) native "Timing_iterations_Setter";
7116 7116
7117 Native_Timing_playbackRate_Getter(mthis) native "Timing_playbackRate_Getter"; 7117 Native_Timing_playbackRate_Getter(mthis) native "Timing_playbackRate_Getter";
7118 7118
7119 Native_Timing_playbackRate_Setter(mthis, value) native "Timing_playbackRate_Sett er"; 7119 Native_Timing_playbackRate_Setter(mthis, value) native "Timing_playbackRate_Sett er";
7120 7120
7121 Native_Timing___setter___Callback(mthis, name, duration) native "Timing___setter ___Callback"; 7121 Native_Timing___setter___Callback(mthis, name, duration) native "Timing___setter ___Callback_RESOLVER_STRING_2_DOMString_double";
7122 7122
7123 Native_Touch_clientX_Getter(mthis) native "Touch_clientX_Getter"; 7123 Native_Touch_clientX_Getter(mthis) native "Touch_clientX_Getter";
7124 7124
7125 Native_Touch_clientY_Getter(mthis) native "Touch_clientY_Getter"; 7125 Native_Touch_clientY_Getter(mthis) native "Touch_clientY_Getter";
7126 7126
7127 Native_Touch_identifier_Getter(mthis) native "Touch_identifier_Getter"; 7127 Native_Touch_identifier_Getter(mthis) native "Touch_identifier_Getter";
7128 7128
7129 Native_Touch_pageX_Getter(mthis) native "Touch_pageX_Getter"; 7129 Native_Touch_pageX_Getter(mthis) native "Touch_pageX_Getter";
7130 7130
7131 Native_Touch_pageY_Getter(mthis) native "Touch_pageY_Getter"; 7131 Native_Touch_pageY_Getter(mthis) native "Touch_pageY_Getter";
(...skipping 19 matching lines...) Expand all
7151 Native_TouchEvent_ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; 7151 Native_TouchEvent_ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter";
7152 7152
7153 Native_TouchEvent_metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; 7153 Native_TouchEvent_metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter";
7154 7154
7155 Native_TouchEvent_shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; 7155 Native_TouchEvent_shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter";
7156 7156
7157 Native_TouchEvent_targetTouches_Getter(mthis) native "TouchEvent_targetTouches_G etter"; 7157 Native_TouchEvent_targetTouches_Getter(mthis) native "TouchEvent_targetTouches_G etter";
7158 7158
7159 Native_TouchEvent_touches_Getter(mthis) native "TouchEvent_touches_Getter"; 7159 Native_TouchEvent_touches_Getter(mthis) native "TouchEvent_touches_Getter";
7160 7160
7161 Native_TouchEvent_initTouchEvent_Callback(mthis, touches, targetTouches, changed Touches, type, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftK ey, metaKey) native "TouchEvent_initTouchEvent_Callback"; 7161 Native_TouchEvent_initTouchEvent_Callback(mthis, touches, targetTouches, changed Touches, type, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftK ey, metaKey) native "TouchEvent_initTouchEvent_Callback_RESOLVER_STRING_13_Touch List_TouchList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_bo olean_boolean";
7162 7162
7163 Native_TouchList_length_Getter(mthis) native "TouchList_length_Getter"; 7163 Native_TouchList_length_Getter(mthis) native "TouchList_length_Getter";
7164 7164
7165 Native_TouchList_NativeIndexed_Getter(mthis, index) native "TouchList_item_Callb ack"; 7165 Native_TouchList_NativeIndexed_Getter(mthis, index) native "TouchList_item_Callb ack_RESOLVER_STRING_1_unsigned long";
7166 7166
7167 Native_TouchList_item_Callback(mthis, index) native "TouchList_item_Callback"; 7167 Native_TouchList_item_Callback(mthis, index) native "TouchList_item_Callback_RES OLVER_STRING_1_unsigned long";
7168 7168
7169 Native_TrackEvent_track_Getter(mthis) native "TrackEvent_track_Getter"; 7169 Native_TrackEvent_track_Getter(mthis) native "TrackEvent_track_Getter";
7170 7170
7171 Native_TransitionEvent_elapsedTime_Getter(mthis) native "TransitionEvent_elapsed Time_Getter"; 7171 Native_TransitionEvent_elapsedTime_Getter(mthis) native "TransitionEvent_elapsed Time_Getter";
7172 7172
7173 Native_TransitionEvent_propertyName_Getter(mthis) native "TransitionEvent_proper tyName_Getter"; 7173 Native_TransitionEvent_propertyName_Getter(mthis) native "TransitionEvent_proper tyName_Getter";
7174 7174
7175 Native_TransitionEvent_pseudoElement_Getter(mthis) native "TransitionEvent_pseud oElement_Getter"; 7175 Native_TransitionEvent_pseudoElement_Getter(mthis) native "TransitionEvent_pseud oElement_Getter";
7176 7176
7177 Native_TreeWalker_currentNode_Getter(mthis) native "TreeWalker_currentNode_Gette r"; 7177 Native_TreeWalker_currentNode_Getter(mthis) native "TreeWalker_currentNode_Gette r";
7178 7178
7179 Native_TreeWalker_currentNode_Setter(mthis, value) native "TreeWalker_currentNod e_Setter"; 7179 Native_TreeWalker_currentNode_Setter(mthis, value) native "TreeWalker_currentNod e_Setter";
7180 7180
7181 Native_TreeWalker_filter_Getter(mthis) native "TreeWalker_filter_Getter"; 7181 Native_TreeWalker_filter_Getter(mthis) native "TreeWalker_filter_Getter";
7182 7182
7183 Native_TreeWalker_root_Getter(mthis) native "TreeWalker_root_Getter"; 7183 Native_TreeWalker_root_Getter(mthis) native "TreeWalker_root_Getter";
7184 7184
7185 Native_TreeWalker_whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter" ; 7185 Native_TreeWalker_whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter" ;
7186 7186
7187 Native_TreeWalker_firstChild_Callback(mthis) native "TreeWalker_firstChild_Callb ack"; 7187 Native_TreeWalker_firstChild_Callback(mthis) native "TreeWalker_firstChild_Callb ack_RESOLVER_STRING_0_";
7188 7188
7189 Native_TreeWalker_lastChild_Callback(mthis) native "TreeWalker_lastChild_Callbac k"; 7189 Native_TreeWalker_lastChild_Callback(mthis) native "TreeWalker_lastChild_Callbac k_RESOLVER_STRING_0_";
7190 7190
7191 Native_TreeWalker_nextNode_Callback(mthis) native "TreeWalker_nextNode_Callback" ; 7191 Native_TreeWalker_nextNode_Callback(mthis) native "TreeWalker_nextNode_Callback_ RESOLVER_STRING_0_";
7192 7192
7193 Native_TreeWalker_nextSibling_Callback(mthis) native "TreeWalker_nextSibling_Cal lback"; 7193 Native_TreeWalker_nextSibling_Callback(mthis) native "TreeWalker_nextSibling_Cal lback_RESOLVER_STRING_0_";
7194 7194
7195 Native_TreeWalker_parentNode_Callback(mthis) native "TreeWalker_parentNode_Callb ack"; 7195 Native_TreeWalker_parentNode_Callback(mthis) native "TreeWalker_parentNode_Callb ack_RESOLVER_STRING_0_";
7196 7196
7197 Native_TreeWalker_previousNode_Callback(mthis) native "TreeWalker_previousNode_C allback"; 7197 Native_TreeWalker_previousNode_Callback(mthis) native "TreeWalker_previousNode_C allback_RESOLVER_STRING_0_";
7198 7198
7199 Native_TreeWalker_previousSibling_Callback(mthis) native "TreeWalker_previousSib ling_Callback"; 7199 Native_TreeWalker_previousSibling_Callback(mthis) native "TreeWalker_previousSib ling_Callback_RESOLVER_STRING_0_";
7200 7200
7201 // Generated overload resolver 7201 // Generated overload resolver
7202 Native_URL_createObjectUrl(blob_OR_source_OR_stream) { 7202 Native_URL_createObjectUrl(blob_OR_source_OR_stream) {
7203 if ((blob_OR_source_OR_stream is Blob || blob_OR_source_OR_stream == null)) { 7203 if ((blob_OR_source_OR_stream is Blob || blob_OR_source_OR_stream == null)) {
7204 return Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream); 7204 return Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream);
7205 } 7205 }
7206 if ((blob_OR_source_OR_stream is MediaStream || blob_OR_source_OR_stream == null)) { 7206 if ((blob_OR_source_OR_stream is MediaStream || blob_OR_source_OR_stream == null)) {
7207 return Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream); 7207 return Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream);
7208 } 7208 }
7209 if ((blob_OR_source_OR_stream is MediaSource || blob_OR_source_OR_stream == null)) { 7209 if ((blob_OR_source_OR_stream is MediaSource || blob_OR_source_OR_stream == null)) {
7210 return Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream); 7210 return Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream);
7211 } 7211 }
7212 throw new ArgumentError("Incorrect number or type of arguments"); 7212 throw new ArgumentError("Incorrect number or type of arguments");
7213 } 7213 }
7214 7214
7215 Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_1_Blob"; 7215 Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_Blob";
7216 7216
7217 Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_1_MediaStream"; 7217 Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_MediaStream";
7218 7218
7219 Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_1_MediaSource"; 7219 Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_MediaSource";
7220 7220
7221 Native_URL_createObjectUrlFromBlob_Callback(blob) native "URL_createObjectUrlFro mBlob_Callback"; 7221 Native_URL_createObjectUrlFromBlob_Callback(blob) native "URL_createObjectURL_Ca llback_RESOLVER_STRING_1_Blob";
7222 7222
7223 Native_URL_createObjectUrlFromSource_Callback(source) native "URL_createObjectUr lFromSource_Callback"; 7223 Native_URL_createObjectUrlFromSource_Callback(source) native "URL_createObjectUR L_Callback_RESOLVER_STRING_1_MediaSource";
7224 7224
7225 Native_URL_createObjectUrlFromStream_Callback(stream) native "URL_createObjectUr lFromStream_Callback"; 7225 Native_URL_createObjectUrlFromStream_Callback(stream) native "URL_createObjectUR L_Callback_RESOLVER_STRING_1_MediaStream";
7226 7226
7227 Native_URL_revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback"; 7227 Native_URL_revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback_RE SOLVER_STRING_1_DOMString";
7228 7228
7229 Native_URL_hash_Getter(mthis) native "URL_hash_Getter"; 7229 Native_URL_hash_Getter(mthis) native "URL_hash_Getter";
7230 7230
7231 Native_URL_hash_Setter(mthis, value) native "URL_hash_Setter"; 7231 Native_URL_hash_Setter(mthis, value) native "URL_hash_Setter";
7232 7232
7233 Native_URL_host_Getter(mthis) native "URL_host_Getter"; 7233 Native_URL_host_Getter(mthis) native "URL_host_Getter";
7234 7234
7235 Native_URL_host_Setter(mthis, value) native "URL_host_Setter"; 7235 Native_URL_host_Setter(mthis, value) native "URL_host_Setter";
7236 7236
7237 Native_URL_hostname_Getter(mthis) native "URL_hostname_Getter"; 7237 Native_URL_hostname_Getter(mthis) native "URL_hostname_Getter";
(...skipping 23 matching lines...) Expand all
7261 Native_URL_protocol_Setter(mthis, value) native "URL_protocol_Setter"; 7261 Native_URL_protocol_Setter(mthis, value) native "URL_protocol_Setter";
7262 7262
7263 Native_URL_search_Getter(mthis) native "URL_search_Getter"; 7263 Native_URL_search_Getter(mthis) native "URL_search_Getter";
7264 7264
7265 Native_URL_search_Setter(mthis, value) native "URL_search_Setter"; 7265 Native_URL_search_Setter(mthis, value) native "URL_search_Setter";
7266 7266
7267 Native_URL_username_Getter(mthis) native "URL_username_Getter"; 7267 Native_URL_username_Getter(mthis) native "URL_username_Getter";
7268 7268
7269 Native_URL_username_Setter(mthis, value) native "URL_username_Setter"; 7269 Native_URL_username_Setter(mthis, value) native "URL_username_Setter";
7270 7270
7271 Native_URL_toString_Callback(mthis) native "URL_toString_Callback"; 7271 Native_URL_toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_STRIN G_0_";
7272 7272
7273 Native_URLUtilsReadOnly_hash_Getter(mthis) native "URLUtilsReadOnly_hash_Getter" ; 7273 Native_URLUtilsReadOnly_hash_Getter(mthis) native "URLUtilsReadOnly_hash_Getter" ;
7274 7274
7275 Native_URLUtilsReadOnly_host_Getter(mthis) native "URLUtilsReadOnly_host_Getter" ; 7275 Native_URLUtilsReadOnly_host_Getter(mthis) native "URLUtilsReadOnly_host_Getter" ;
7276 7276
7277 Native_URLUtilsReadOnly_hostname_Getter(mthis) native "URLUtilsReadOnly_hostname _Getter"; 7277 Native_URLUtilsReadOnly_hostname_Getter(mthis) native "URLUtilsReadOnly_hostname _Getter";
7278 7278
7279 Native_URLUtilsReadOnly_href_Getter(mthis) native "URLUtilsReadOnly_href_Getter" ; 7279 Native_URLUtilsReadOnly_href_Getter(mthis) native "URLUtilsReadOnly_href_Getter" ;
7280 7280
7281 Native_URLUtilsReadOnly_pathname_Getter(mthis) native "URLUtilsReadOnly_pathname _Getter"; 7281 Native_URLUtilsReadOnly_pathname_Getter(mthis) native "URLUtilsReadOnly_pathname _Getter";
7282 7282
7283 Native_URLUtilsReadOnly_port_Getter(mthis) native "URLUtilsReadOnly_port_Getter" ; 7283 Native_URLUtilsReadOnly_port_Getter(mthis) native "URLUtilsReadOnly_port_Getter" ;
7284 7284
7285 Native_URLUtilsReadOnly_protocol_Getter(mthis) native "URLUtilsReadOnly_protocol _Getter"; 7285 Native_URLUtilsReadOnly_protocol_Getter(mthis) native "URLUtilsReadOnly_protocol _Getter";
7286 7286
7287 Native_URLUtilsReadOnly_search_Getter(mthis) native "URLUtilsReadOnly_search_Get ter"; 7287 Native_URLUtilsReadOnly_search_Getter(mthis) native "URLUtilsReadOnly_search_Get ter";
7288 7288
7289 Native_URLUtilsReadOnly_toString_Callback(mthis) native "URLUtilsReadOnly_toStri ng_Callback"; 7289 Native_URLUtilsReadOnly_toString_Callback(mthis) native "URLUtilsReadOnly_toStri ng_Callback_RESOLVER_STRING_0_";
7290 7290
7291 // Generated overload resolver 7291 // Generated overload resolver
7292 Native_VTTCue_VttCue(startTime, endTime, text) { 7292 Native_VTTCue_VttCue(startTime, endTime, text) {
7293 return Native_VTTCue__create_1constructorCallback(startTime, endTime, text); 7293 return Native_VTTCue__create_1constructorCallback(startTime, endTime, text);
7294 } 7294 }
7295 7295
7296 Native_VTTCue__create_1constructorCallback(startTime, endTime, text) native "VTT Cue__create_1constructorCallback"; 7296 Native_VTTCue_constructorCallback(startTime, endTime, text) native "VTTCue_const ructorCallback_RESOLVER_STRING_3_double_double_DOMString";
7297 7297
7298 Native_VTTCue_align_Getter(mthis) native "VTTCue_align_Getter"; 7298 Native_VTTCue_align_Getter(mthis) native "VTTCue_align_Getter";
7299 7299
7300 Native_VTTCue_align_Setter(mthis, value) native "VTTCue_align_Setter"; 7300 Native_VTTCue_align_Setter(mthis, value) native "VTTCue_align_Setter";
7301 7301
7302 Native_VTTCue_line_Getter(mthis) native "VTTCue_line_Getter"; 7302 Native_VTTCue_line_Getter(mthis) native "VTTCue_line_Getter";
7303 7303
7304 Native_VTTCue_line_Setter(mthis, value) native "VTTCue_line_Setter"; 7304 Native_VTTCue_line_Setter(mthis, value) native "VTTCue_line_Setter";
7305 7305
7306 Native_VTTCue_position_Getter(mthis) native "VTTCue_position_Getter"; 7306 Native_VTTCue_position_Getter(mthis) native "VTTCue_position_Getter";
(...skipping 13 matching lines...) Expand all
7320 Native_VTTCue_snapToLines_Setter(mthis, value) native "VTTCue_snapToLines_Setter "; 7320 Native_VTTCue_snapToLines_Setter(mthis, value) native "VTTCue_snapToLines_Setter ";
7321 7321
7322 Native_VTTCue_text_Getter(mthis) native "VTTCue_text_Getter"; 7322 Native_VTTCue_text_Getter(mthis) native "VTTCue_text_Getter";
7323 7323
7324 Native_VTTCue_text_Setter(mthis, value) native "VTTCue_text_Setter"; 7324 Native_VTTCue_text_Setter(mthis, value) native "VTTCue_text_Setter";
7325 7325
7326 Native_VTTCue_vertical_Getter(mthis) native "VTTCue_vertical_Getter"; 7326 Native_VTTCue_vertical_Getter(mthis) native "VTTCue_vertical_Getter";
7327 7327
7328 Native_VTTCue_vertical_Setter(mthis, value) native "VTTCue_vertical_Setter"; 7328 Native_VTTCue_vertical_Setter(mthis, value) native "VTTCue_vertical_Setter";
7329 7329
7330 Native_VTTCue_getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback" ; 7330 Native_VTTCue_getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback_ RESOLVER_STRING_0_";
7331 7331
7332 // Generated overload resolver 7332 // Generated overload resolver
7333 Native_VTTRegion_VttRegion() { 7333 Native_VTTRegion_VttRegion() {
7334 return Native_VTTRegion__create_1constructorCallback(); 7334 return Native_VTTRegion__create_1constructorCallback();
7335 } 7335 }
7336 7336
7337 Native_VTTRegion__create_1constructorCallback() native "VTTRegion__create_1const ructorCallback"; 7337 Native_VTTRegion_constructorCallback() native "VTTRegion_constructorCallback";
7338 7338
7339 Native_VTTRegion_height_Getter(mthis) native "VTTRegion_height_Getter"; 7339 Native_VTTRegion_height_Getter(mthis) native "VTTRegion_height_Getter";
7340 7340
7341 Native_VTTRegion_height_Setter(mthis, value) native "VTTRegion_height_Setter"; 7341 Native_VTTRegion_height_Setter(mthis, value) native "VTTRegion_height_Setter";
7342 7342
7343 Native_VTTRegion_id_Getter(mthis) native "VTTRegion_id_Getter"; 7343 Native_VTTRegion_id_Getter(mthis) native "VTTRegion_id_Getter";
7344 7344
7345 Native_VTTRegion_id_Setter(mthis, value) native "VTTRegion_id_Setter"; 7345 Native_VTTRegion_id_Setter(mthis, value) native "VTTRegion_id_Setter";
7346 7346
7347 Native_VTTRegion_regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Get ter"; 7347 Native_VTTRegion_regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Get ter";
(...skipping 17 matching lines...) Expand all
7365 Native_VTTRegion_viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY _Getter"; 7365 Native_VTTRegion_viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY _Getter";
7366 7366
7367 Native_VTTRegion_viewportAnchorY_Setter(mthis, value) native "VTTRegion_viewport AnchorY_Setter"; 7367 Native_VTTRegion_viewportAnchorY_Setter(mthis, value) native "VTTRegion_viewport AnchorY_Setter";
7368 7368
7369 Native_VTTRegion_width_Getter(mthis) native "VTTRegion_width_Getter"; 7369 Native_VTTRegion_width_Getter(mthis) native "VTTRegion_width_Getter";
7370 7370
7371 Native_VTTRegion_width_Setter(mthis, value) native "VTTRegion_width_Setter"; 7371 Native_VTTRegion_width_Setter(mthis, value) native "VTTRegion_width_Setter";
7372 7372
7373 Native_VTTRegionList_length_Getter(mthis) native "VTTRegionList_length_Getter"; 7373 Native_VTTRegionList_length_Getter(mthis) native "VTTRegionList_length_Getter";
7374 7374
7375 Native_VTTRegionList_getRegionById_Callback(mthis, id) native "VTTRegionList_get RegionById_Callback"; 7375 Native_VTTRegionList_getRegionById_Callback(mthis, id) native "VTTRegionList_get RegionById_Callback_RESOLVER_STRING_1_DOMString";
7376 7376
7377 Native_VTTRegionList_item_Callback(mthis, index) native "VTTRegionList_item_Call back"; 7377 Native_VTTRegionList_item_Callback(mthis, index) native "VTTRegionList_item_Call back_RESOLVER_STRING_1_unsigned long";
7378 7378
7379 Native_ValidityState_badInput_Getter(mthis) native "ValidityState_badInput_Gette r"; 7379 Native_ValidityState_badInput_Getter(mthis) native "ValidityState_badInput_Gette r";
7380 7380
7381 Native_ValidityState_customError_Getter(mthis) native "ValidityState_customError _Getter"; 7381 Native_ValidityState_customError_Getter(mthis) native "ValidityState_customError _Getter";
7382 7382
7383 Native_ValidityState_patternMismatch_Getter(mthis) native "ValidityState_pattern Mismatch_Getter"; 7383 Native_ValidityState_patternMismatch_Getter(mthis) native "ValidityState_pattern Mismatch_Getter";
7384 7384
7385 Native_ValidityState_rangeOverflow_Getter(mthis) native "ValidityState_rangeOver flow_Getter"; 7385 Native_ValidityState_rangeOverflow_Getter(mthis) native "ValidityState_rangeOver flow_Getter";
7386 7386
7387 Native_ValidityState_rangeUnderflow_Getter(mthis) native "ValidityState_rangeUnd erflow_Getter"; 7387 Native_ValidityState_rangeUnderflow_Getter(mthis) native "ValidityState_rangeUnd erflow_Getter";
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
7441 Native_WebGLContextAttributes_preserveDrawingBuffer_Getter(mthis) native "WebGLC ontextAttributes_preserveDrawingBuffer_Getter"; 7441 Native_WebGLContextAttributes_preserveDrawingBuffer_Getter(mthis) native "WebGLC ontextAttributes_preserveDrawingBuffer_Getter";
7442 7442
7443 Native_WebGLContextAttributes_preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttributes_preserveDrawingBuffer_Setter"; 7443 Native_WebGLContextAttributes_preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttributes_preserveDrawingBuffer_Setter";
7444 7444
7445 Native_WebGLContextAttributes_stencil_Getter(mthis) native "WebGLContextAttribut es_stencil_Getter"; 7445 Native_WebGLContextAttributes_stencil_Getter(mthis) native "WebGLContextAttribut es_stencil_Getter";
7446 7446
7447 Native_WebGLContextAttributes_stencil_Setter(mthis, value) native "WebGLContextA ttributes_stencil_Setter"; 7447 Native_WebGLContextAttributes_stencil_Setter(mthis, value) native "WebGLContextA ttributes_stencil_Setter";
7448 7448
7449 Native_WebGLContextEvent_statusMessage_Getter(mthis) native "WebGLContextEvent_s tatusMessage_Getter"; 7449 Native_WebGLContextEvent_statusMessage_Getter(mthis) native "WebGLContextEvent_s tatusMessage_Getter";
7450 7450
7451 Native_WebGLDebugShaders_getTranslatedShaderSource_Callback(mthis, shader) nativ e "WebGLDebugShaders_getTranslatedShaderSource_Callback"; 7451 Native_WebGLDebugShaders_getTranslatedShaderSource_Callback(mthis, shader) nativ e "WebGLDebugShaders_getTranslatedShaderSource_Callback_RESOLVER_STRING_1_WebGLS hader";
7452 7452
7453 Native_WebGLDrawBuffers_drawBuffersWEBGL_Callback(mthis, buffers) native "WebGLD rawBuffers_drawBuffersWEBGL_Callback"; 7453 Native_WebGLDrawBuffers_drawBuffersWEBGL_Callback(mthis, buffers) native "WebGLD rawBuffers_drawBuffersWEBGL_Callback_RESOLVER_STRING_1_sequence<GLenum>";
7454 7454
7455 Native_WebGLLoseContext_loseContext_Callback(mthis) native "WebGLLoseContext_los eContext_Callback"; 7455 Native_WebGLLoseContext_loseContext_Callback(mthis) native "WebGLLoseContext_los eContext_Callback_RESOLVER_STRING_0_";
7456 7456
7457 Native_WebGLLoseContext_restoreContext_Callback(mthis) native "WebGLLoseContext_ restoreContext_Callback"; 7457 Native_WebGLLoseContext_restoreContext_Callback(mthis) native "WebGLLoseContext_ restoreContext_Callback_RESOLVER_STRING_0_";
7458 7458
7459 Native_WebGLRenderingContext_drawingBufferHeight_Getter(mthis) native "WebGLRend eringContext_drawingBufferHeight_Getter"; 7459 Native_WebGLRenderingContext_drawingBufferHeight_Getter(mthis) native "WebGLRend eringContext_drawingBufferHeight_Getter";
7460 7460
7461 Native_WebGLRenderingContext_drawingBufferWidth_Getter(mthis) native "WebGLRende ringContext_drawingBufferWidth_Getter"; 7461 Native_WebGLRenderingContext_drawingBufferWidth_Getter(mthis) native "WebGLRende ringContext_drawingBufferWidth_Getter";
7462 7462
7463 Native_WebGLRenderingContext_activeTexture_Callback(mthis, texture) native "WebG LRenderingContext_activeTexture_Callback"; 7463 Native_WebGLRenderingContext_activeTexture_Callback(mthis, texture) native "WebG LRenderingContext_activeTexture_Callback_RESOLVER_STRING_1_unsigned long";
7464 7464
7465 Native_WebGLRenderingContext_attachShader_Callback(mthis, program, shader) nativ e "WebGLRenderingContext_attachShader_Callback"; 7465 Native_WebGLRenderingContext_attachShader_Callback(mthis, program, shader) nativ e "WebGLRenderingContext_attachShader_Callback_RESOLVER_STRING_2_WebGLProgram_We bGLShader";
7466 7466
7467 Native_WebGLRenderingContext_bindAttribLocation_Callback(mthis, program, index, name) native "WebGLRenderingContext_bindAttribLocation_Callback"; 7467 Native_WebGLRenderingContext_bindAttribLocation_Callback(mthis, program, index, name) native "WebGLRenderingContext_bindAttribLocation_Callback_RESOLVER_STRING_ 3_WebGLProgram_unsigned long_DOMString";
7468 7468
7469 Native_WebGLRenderingContext_bindBuffer_Callback(mthis, target, buffer) native " WebGLRenderingContext_bindBuffer_Callback"; 7469 Native_WebGLRenderingContext_bindBuffer_Callback(mthis, target, buffer) native " WebGLRenderingContext_bindBuffer_Callback_RESOLVER_STRING_2_unsigned long_WebGLB uffer";
7470 7470
7471 Native_WebGLRenderingContext_bindFramebuffer_Callback(mthis, target, framebuffer ) native "WebGLRenderingContext_bindFramebuffer_Callback"; 7471 Native_WebGLRenderingContext_bindFramebuffer_Callback(mthis, target, framebuffer ) native "WebGLRenderingContext_bindFramebuffer_Callback_RESOLVER_STRING_2_unsig ned long_WebGLFramebuffer";
7472 7472
7473 Native_WebGLRenderingContext_bindRenderbuffer_Callback(mthis, target, renderbuff er) native "WebGLRenderingContext_bindRenderbuffer_Callback"; 7473 Native_WebGLRenderingContext_bindRenderbuffer_Callback(mthis, target, renderbuff er) native "WebGLRenderingContext_bindRenderbuffer_Callback_RESOLVER_STRING_2_un signed long_WebGLRenderbuffer";
7474 7474
7475 Native_WebGLRenderingContext_bindTexture_Callback(mthis, target, texture) native "WebGLRenderingContext_bindTexture_Callback"; 7475 Native_WebGLRenderingContext_bindTexture_Callback(mthis, target, texture) native "WebGLRenderingContext_bindTexture_Callback_RESOLVER_STRING_2_unsigned long_Web GLTexture";
7476 7476
7477 Native_WebGLRenderingContext_blendColor_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_blendColor_Callback"; 7477 Native_WebGLRenderingContext_blendColor_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_blendColor_Callback_RESOLVER_STRING_4_float_float _float_float";
7478 7478
7479 Native_WebGLRenderingContext_blendEquation_Callback(mthis, mode) native "WebGLRe nderingContext_blendEquation_Callback"; 7479 Native_WebGLRenderingContext_blendEquation_Callback(mthis, mode) native "WebGLRe nderingContext_blendEquation_Callback_RESOLVER_STRING_1_unsigned long";
7480 7480
7481 Native_WebGLRenderingContext_blendEquationSeparate_Callback(mthis, modeRGB, mode Alpha) native "WebGLRenderingContext_blendEquationSeparate_Callback"; 7481 Native_WebGLRenderingContext_blendEquationSeparate_Callback(mthis, modeRGB, mode Alpha) native "WebGLRenderingContext_blendEquationSeparate_Callback_RESOLVER_STR ING_2_unsigned long_unsigned long";
7482 7482
7483 Native_WebGLRenderingContext_blendFunc_Callback(mthis, sfactor, dfactor) native "WebGLRenderingContext_blendFunc_Callback"; 7483 Native_WebGLRenderingContext_blendFunc_Callback(mthis, sfactor, dfactor) native "WebGLRenderingContext_blendFunc_Callback_RESOLVER_STRING_2_unsigned long_unsign ed long";
7484 7484
7485 Native_WebGLRenderingContext_blendFuncSeparate_Callback(mthis, srcRGB, dstRGB, s rcAlpha, dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback"; 7485 Native_WebGLRenderingContext_blendFuncSeparate_Callback(mthis, srcRGB, dstRGB, s rcAlpha, dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback_RESO LVER_STRING_4_unsigned long_unsigned long_unsigned long_unsigned long";
7486 7486
7487 Native_WebGLRenderingContext_bufferByteData_Callback(mthis, target, data, usage) native "WebGLRenderingContext_bufferByteData_Callback"; 7487 Native_WebGLRenderingContext_bufferByteData_Callback(mthis, target, data, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned lo ng_ArrayBuffer_unsigned long";
7488 7488
7489 // Generated overload resolver 7489 // Generated overload resolver
7490 Native_WebGLRenderingContext_bufferData(mthis, target, data_OR_size, usage) { 7490 Native_WebGLRenderingContext_bufferData(mthis, target, data_OR_size, usage) {
7491 if ((usage is int || usage == null) && (data_OR_size is TypedData || data_OR _size == null) && (target is int || target == null)) { 7491 if ((usage is int || usage == null) && (data_OR_size is TypedData || data_OR _size == null) && (target is int || target == null)) {
7492 Native_WebGLRenderingContext__bufferData_1_Callback(mthis, target, data_OR _size, usage); 7492 Native_WebGLRenderingContext__bufferData_1_Callback(mthis, target, data_OR _size, usage);
7493 return; 7493 return;
7494 } 7494 }
7495 if ((usage is int || usage == null) && (data_OR_size is ByteBuffer || data_O R_size == null) && (target is int || target == null)) { 7495 if ((usage is int || usage == null) && (data_OR_size is ByteBuffer || data_O R_size == null) && (target is int || target == null)) {
7496 Native_WebGLRenderingContext__bufferData_2_Callback(mthis, target, data_OR _size, usage); 7496 Native_WebGLRenderingContext__bufferData_2_Callback(mthis, target, data_OR _size, usage);
7497 return; 7497 return;
7498 } 7498 }
7499 if ((usage is int || usage == null) && (data_OR_size is int || data_OR_size == null) && (target is int || target == null)) { 7499 if ((usage is int || usage == null) && (data_OR_size is int || data_OR_size == null) && (target is int || target == null)) {
7500 Native_WebGLRenderingContext__bufferData_3_Callback(mthis, target, data_OR _size, usage); 7500 Native_WebGLRenderingContext__bufferData_3_Callback(mthis, target, data_OR _size, usage);
7501 return; 7501 return;
7502 } 7502 }
7503 throw new ArgumentError("Incorrect number or type of arguments"); 7503 throw new ArgumentError("Incorrect number or type of arguments");
7504 } 7504 }
7505 7505
7506 Native_WebGLRenderingContext__bufferData_1_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_3_unsigned long_ArrayB ufferView_unsigned long"; 7506 Native_WebGLRenderingContext__bufferData_1_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsi gned long_ArrayBufferView_unsigned long";
7507 7507
7508 Native_WebGLRenderingContext__bufferData_2_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_3_unsigned long_ArrayB uffer_unsigned long"; 7508 Native_WebGLRenderingContext__bufferData_2_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsi gned long_ArrayBuffer_unsigned long";
7509 7509
7510 Native_WebGLRenderingContext__bufferData_3_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_3_unsigned long_long l ong_unsigned long"; 7510 Native_WebGLRenderingContext__bufferData_3_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsi gned long_long long_unsigned long";
7511 7511
7512 Native_WebGLRenderingContext_bufferDataTyped_Callback(mthis, target, data, usage ) native "WebGLRenderingContext_bufferDataTyped_Callback"; 7512 Native_WebGLRenderingContext_bufferDataTyped_Callback(mthis, target, data, usage ) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned l ong_ArrayBufferView_unsigned long";
7513 7513
7514 Native_WebGLRenderingContext_bufferSubByteData_Callback(mthis, target, offset, d ata) native "WebGLRenderingContext_bufferSubByteData_Callback"; 7514 Native_WebGLRenderingContext_bufferSubByteData_Callback(mthis, target, offset, d ata) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsi gned long_long long_ArrayBuffer";
7515 7515
7516 // Generated overload resolver 7516 // Generated overload resolver
7517 Native_WebGLRenderingContext_bufferSubData(mthis, target, offset, data) { 7517 Native_WebGLRenderingContext_bufferSubData(mthis, target, offset, data) {
7518 if ((data is TypedData || data == null) && (offset is int || offset == null) && (target is int || target == null)) { 7518 if ((data is TypedData || data == null) && (offset is int || offset == null) && (target is int || target == null)) {
7519 Native_WebGLRenderingContext__bufferSubData_1_Callback(mthis, target, offs et, data); 7519 Native_WebGLRenderingContext__bufferSubData_1_Callback(mthis, target, offs et, data);
7520 return; 7520 return;
7521 } 7521 }
7522 if ((data is ByteBuffer || data == null) && (offset is int || offset == null ) && (target is int || target == null)) { 7522 if ((data is ByteBuffer || data == null) && (offset is int || offset == null ) && (target is int || target == null)) {
7523 Native_WebGLRenderingContext__bufferSubData_2_Callback(mthis, target, offs et, data); 7523 Native_WebGLRenderingContext__bufferSubData_2_Callback(mthis, target, offs et, data);
7524 return; 7524 return;
7525 } 7525 }
7526 throw new ArgumentError("Incorrect number or type of arguments"); 7526 throw new ArgumentError("Incorrect number or type of arguments");
7527 } 7527 }
7528 7528
7529 Native_WebGLRenderingContext__bufferSubData_1_Callback(mthis, target, offset, da ta) native "WebGLRenderingContext_bufferSubData_Callback_3_unsigned long_long lo ng_ArrayBufferView"; 7529 Native_WebGLRenderingContext__bufferSubData_1_Callback(mthis, target, offset, da ta) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsig ned long_long long_ArrayBufferView";
7530 7530
7531 Native_WebGLRenderingContext__bufferSubData_2_Callback(mthis, target, offset, da ta) native "WebGLRenderingContext_bufferSubData_Callback_3_unsigned long_long lo ng_ArrayBuffer"; 7531 Native_WebGLRenderingContext__bufferSubData_2_Callback(mthis, target, offset, da ta) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsig ned long_long long_ArrayBuffer";
7532 7532
7533 Native_WebGLRenderingContext_bufferSubDataTyped_Callback(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubDataTyped_Callback"; 7533 Native_WebGLRenderingContext_bufferSubDataTyped_Callback(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_uns igned long_long long_ArrayBufferView";
7534 7534
7535 Native_WebGLRenderingContext_checkFramebufferStatus_Callback(mthis, target) nati ve "WebGLRenderingContext_checkFramebufferStatus_Callback"; 7535 Native_WebGLRenderingContext_checkFramebufferStatus_Callback(mthis, target) nati ve "WebGLRenderingContext_checkFramebufferStatus_Callback_RESOLVER_STRING_1_unsi gned long";
7536 7536
7537 Native_WebGLRenderingContext_clear_Callback(mthis, mask) native "WebGLRenderingC ontext_clear_Callback"; 7537 Native_WebGLRenderingContext_clear_Callback(mthis, mask) native "WebGLRenderingC ontext_clear_Callback_RESOLVER_STRING_1_unsigned long";
7538 7538
7539 Native_WebGLRenderingContext_clearColor_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_clearColor_Callback"; 7539 Native_WebGLRenderingContext_clearColor_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_clearColor_Callback_RESOLVER_STRING_4_float_float _float_float";
7540 7540
7541 Native_WebGLRenderingContext_clearDepth_Callback(mthis, depth) native "WebGLRend eringContext_clearDepth_Callback"; 7541 Native_WebGLRenderingContext_clearDepth_Callback(mthis, depth) native "WebGLRend eringContext_clearDepth_Callback_RESOLVER_STRING_1_float";
7542 7542
7543 Native_WebGLRenderingContext_clearStencil_Callback(mthis, s) native "WebGLRender ingContext_clearStencil_Callback"; 7543 Native_WebGLRenderingContext_clearStencil_Callback(mthis, s) native "WebGLRender ingContext_clearStencil_Callback_RESOLVER_STRING_1_long";
7544 7544
7545 Native_WebGLRenderingContext_colorMask_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_colorMask_Callback"; 7545 Native_WebGLRenderingContext_colorMask_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_colorMask_Callback_RESOLVER_STRING_4_boolean_boole an_boolean_boolean";
7546 7546
7547 Native_WebGLRenderingContext_compileShader_Callback(mthis, shader) native "WebGL RenderingContext_compileShader_Callback"; 7547 Native_WebGLRenderingContext_compileShader_Callback(mthis, shader) native "WebGL RenderingContext_compileShader_Callback_RESOLVER_STRING_1_WebGLShader";
7548 7548
7549 Native_WebGLRenderingContext_compressedTexImage2D_Callback(mthis, target, level, internalformat, width, height, border, data) native "WebGLRenderingContext_comp ressedTexImage2D_Callback"; 7549 Native_WebGLRenderingContext_compressedTexImage2D_Callback(mthis, target, level, internalformat, width, height, border, data) native "WebGLRenderingContext_comp ressedTexImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_unsigned long_lon g_long_long_ArrayBufferView";
7550 7550
7551 Native_WebGLRenderingContext_compressedTexSubImage2D_Callback(mthis, target, lev el, xoffset, yoffset, width, height, format, data) native "WebGLRenderingContext _compressedTexSubImage2D_Callback"; 7551 Native_WebGLRenderingContext_compressedTexSubImage2D_Callback(mthis, target, lev el, xoffset, yoffset, width, height, format, data) native "WebGLRenderingContext _compressedTexSubImage2D_Callback_RESOLVER_STRING_8_unsigned long_long_long_long _long_long_unsigned long_ArrayBufferView";
7552 7552
7553 Native_WebGLRenderingContext_copyTexImage2D_Callback(mthis, target, level, inter nalformat, x, y, width, height, border) native "WebGLRenderingContext_copyTexIma ge2D_Callback"; 7553 Native_WebGLRenderingContext_copyTexImage2D_Callback(mthis, target, level, inter nalformat, x, y, width, height, border) native "WebGLRenderingContext_copyTexIma ge2D_Callback_RESOLVER_STRING_8_unsigned long_long_unsigned long_long_long_long_ long_long";
7554 7554
7555 Native_WebGLRenderingContext_copyTexSubImage2D_Callback(mthis, target, level, xo ffset, yoffset, x, y, width, height) native "WebGLRenderingContext_copyTexSubIma ge2D_Callback"; 7555 Native_WebGLRenderingContext_copyTexSubImage2D_Callback(mthis, target, level, xo ffset, yoffset, x, y, width, height) native "WebGLRenderingContext_copyTexSubIma ge2D_Callback_RESOLVER_STRING_8_unsigned long_long_long_long_long_long_long_long ";
7556 7556
7557 Native_WebGLRenderingContext_createBuffer_Callback(mthis) native "WebGLRendering Context_createBuffer_Callback"; 7557 Native_WebGLRenderingContext_createBuffer_Callback(mthis) native "WebGLRendering Context_createBuffer_Callback_RESOLVER_STRING_0_";
7558 7558
7559 Native_WebGLRenderingContext_createFramebuffer_Callback(mthis) native "WebGLRend eringContext_createFramebuffer_Callback"; 7559 Native_WebGLRenderingContext_createFramebuffer_Callback(mthis) native "WebGLRend eringContext_createFramebuffer_Callback_RESOLVER_STRING_0_";
7560 7560
7561 Native_WebGLRenderingContext_createProgram_Callback(mthis) native "WebGLRenderin gContext_createProgram_Callback"; 7561 Native_WebGLRenderingContext_createProgram_Callback(mthis) native "WebGLRenderin gContext_createProgram_Callback_RESOLVER_STRING_0_";
7562 7562
7563 Native_WebGLRenderingContext_createRenderbuffer_Callback(mthis) native "WebGLRen deringContext_createRenderbuffer_Callback"; 7563 Native_WebGLRenderingContext_createRenderbuffer_Callback(mthis) native "WebGLRen deringContext_createRenderbuffer_Callback_RESOLVER_STRING_0_";
7564 7564
7565 Native_WebGLRenderingContext_createShader_Callback(mthis, type) native "WebGLRen deringContext_createShader_Callback"; 7565 Native_WebGLRenderingContext_createShader_Callback(mthis, type) native "WebGLRen deringContext_createShader_Callback_RESOLVER_STRING_1_unsigned long";
7566 7566
7567 Native_WebGLRenderingContext_createTexture_Callback(mthis) native "WebGLRenderin gContext_createTexture_Callback"; 7567 Native_WebGLRenderingContext_createTexture_Callback(mthis) native "WebGLRenderin gContext_createTexture_Callback_RESOLVER_STRING_0_";
7568 7568
7569 Native_WebGLRenderingContext_cullFace_Callback(mthis, mode) native "WebGLRenderi ngContext_cullFace_Callback"; 7569 Native_WebGLRenderingContext_cullFace_Callback(mthis, mode) native "WebGLRenderi ngContext_cullFace_Callback_RESOLVER_STRING_1_unsigned long";
7570 7570
7571 Native_WebGLRenderingContext_deleteBuffer_Callback(mthis, buffer) native "WebGLR enderingContext_deleteBuffer_Callback"; 7571 Native_WebGLRenderingContext_deleteBuffer_Callback(mthis, buffer) native "WebGLR enderingContext_deleteBuffer_Callback_RESOLVER_STRING_1_WebGLBuffer";
7572 7572
7573 Native_WebGLRenderingContext_deleteFramebuffer_Callback(mthis, framebuffer) nati ve "WebGLRenderingContext_deleteFramebuffer_Callback"; 7573 Native_WebGLRenderingContext_deleteFramebuffer_Callback(mthis, framebuffer) nati ve "WebGLRenderingContext_deleteFramebuffer_Callback_RESOLVER_STRING_1_WebGLFram ebuffer";
7574 7574
7575 Native_WebGLRenderingContext_deleteProgram_Callback(mthis, program) native "WebG LRenderingContext_deleteProgram_Callback"; 7575 Native_WebGLRenderingContext_deleteProgram_Callback(mthis, program) native "WebG LRenderingContext_deleteProgram_Callback_RESOLVER_STRING_1_WebGLProgram";
7576 7576
7577 Native_WebGLRenderingContext_deleteRenderbuffer_Callback(mthis, renderbuffer) na tive "WebGLRenderingContext_deleteRenderbuffer_Callback"; 7577 Native_WebGLRenderingContext_deleteRenderbuffer_Callback(mthis, renderbuffer) na tive "WebGLRenderingContext_deleteRenderbuffer_Callback_RESOLVER_STRING_1_WebGLR enderbuffer";
7578 7578
7579 Native_WebGLRenderingContext_deleteShader_Callback(mthis, shader) native "WebGLR enderingContext_deleteShader_Callback"; 7579 Native_WebGLRenderingContext_deleteShader_Callback(mthis, shader) native "WebGLR enderingContext_deleteShader_Callback_RESOLVER_STRING_1_WebGLShader";
7580 7580
7581 Native_WebGLRenderingContext_deleteTexture_Callback(mthis, texture) native "WebG LRenderingContext_deleteTexture_Callback"; 7581 Native_WebGLRenderingContext_deleteTexture_Callback(mthis, texture) native "WebG LRenderingContext_deleteTexture_Callback_RESOLVER_STRING_1_WebGLTexture";
7582 7582
7583 Native_WebGLRenderingContext_depthFunc_Callback(mthis, func) native "WebGLRender ingContext_depthFunc_Callback"; 7583 Native_WebGLRenderingContext_depthFunc_Callback(mthis, func) native "WebGLRender ingContext_depthFunc_Callback_RESOLVER_STRING_1_unsigned long";
7584 7584
7585 Native_WebGLRenderingContext_depthMask_Callback(mthis, flag) native "WebGLRender ingContext_depthMask_Callback"; 7585 Native_WebGLRenderingContext_depthMask_Callback(mthis, flag) native "WebGLRender ingContext_depthMask_Callback_RESOLVER_STRING_1_boolean";
7586 7586
7587 Native_WebGLRenderingContext_depthRange_Callback(mthis, zNear, zFar) native "Web GLRenderingContext_depthRange_Callback"; 7587 Native_WebGLRenderingContext_depthRange_Callback(mthis, zNear, zFar) native "Web GLRenderingContext_depthRange_Callback_RESOLVER_STRING_2_float_float";
7588 7588
7589 Native_WebGLRenderingContext_detachShader_Callback(mthis, program, shader) nativ e "WebGLRenderingContext_detachShader_Callback"; 7589 Native_WebGLRenderingContext_detachShader_Callback(mthis, program, shader) nativ e "WebGLRenderingContext_detachShader_Callback_RESOLVER_STRING_2_WebGLProgram_We bGLShader";
7590 7590
7591 Native_WebGLRenderingContext_disable_Callback(mthis, cap) native "WebGLRendering Context_disable_Callback"; 7591 Native_WebGLRenderingContext_disable_Callback(mthis, cap) native "WebGLRendering Context_disable_Callback_RESOLVER_STRING_1_unsigned long";
7592 7592
7593 Native_WebGLRenderingContext_disableVertexAttribArray_Callback(mthis, index) nat ive "WebGLRenderingContext_disableVertexAttribArray_Callback"; 7593 Native_WebGLRenderingContext_disableVertexAttribArray_Callback(mthis, index) nat ive "WebGLRenderingContext_disableVertexAttribArray_Callback_RESOLVER_STRING_1_u nsigned long";
7594 7594
7595 Native_WebGLRenderingContext_drawArrays_Callback(mthis, mode, first, count) nati ve "WebGLRenderingContext_drawArrays_Callback"; 7595 Native_WebGLRenderingContext_drawArrays_Callback(mthis, mode, first, count) nati ve "WebGLRenderingContext_drawArrays_Callback_RESOLVER_STRING_3_unsigned long_lo ng_long";
7596 7596
7597 Native_WebGLRenderingContext_drawElements_Callback(mthis, mode, count, type, off set) native "WebGLRenderingContext_drawElements_Callback"; 7597 Native_WebGLRenderingContext_drawElements_Callback(mthis, mode, count, type, off set) native "WebGLRenderingContext_drawElements_Callback_RESOLVER_STRING_4_unsig ned long_long_unsigned long_long long";
7598 7598
7599 Native_WebGLRenderingContext_enable_Callback(mthis, cap) native "WebGLRenderingC ontext_enable_Callback"; 7599 Native_WebGLRenderingContext_enable_Callback(mthis, cap) native "WebGLRenderingC ontext_enable_Callback_RESOLVER_STRING_1_unsigned long";
7600 7600
7601 Native_WebGLRenderingContext_enableVertexAttribArray_Callback(mthis, index) nati ve "WebGLRenderingContext_enableVertexAttribArray_Callback"; 7601 Native_WebGLRenderingContext_enableVertexAttribArray_Callback(mthis, index) nati ve "WebGLRenderingContext_enableVertexAttribArray_Callback_RESOLVER_STRING_1_uns igned long";
7602 7602
7603 Native_WebGLRenderingContext_finish_Callback(mthis) native "WebGLRenderingContex t_finish_Callback"; 7603 Native_WebGLRenderingContext_finish_Callback(mthis) native "WebGLRenderingContex t_finish_Callback_RESOLVER_STRING_0_";
7604 7604
7605 Native_WebGLRenderingContext_flush_Callback(mthis) native "WebGLRenderingContext _flush_Callback"; 7605 Native_WebGLRenderingContext_flush_Callback(mthis) native "WebGLRenderingContext _flush_Callback_RESOLVER_STRING_0_";
7606 7606
7607 Native_WebGLRenderingContext_framebufferRenderbuffer_Callback(mthis, target, att achment, renderbuffertarget, renderbuffer) native "WebGLRenderingContext_framebu fferRenderbuffer_Callback"; 7607 Native_WebGLRenderingContext_framebufferRenderbuffer_Callback(mthis, target, att achment, renderbuffertarget, renderbuffer) native "WebGLRenderingContext_framebu fferRenderbuffer_Callback_RESOLVER_STRING_4_unsigned long_unsigned long_unsigned long_WebGLRenderbuffer";
7608 7608
7609 Native_WebGLRenderingContext_framebufferTexture2D_Callback(mthis, target, attach ment, textarget, texture, level) native "WebGLRenderingContext_framebufferTextur e2D_Callback"; 7609 Native_WebGLRenderingContext_framebufferTexture2D_Callback(mthis, target, attach ment, textarget, texture, level) native "WebGLRenderingContext_framebufferTextur e2D_Callback_RESOLVER_STRING_5_unsigned long_unsigned long_unsigned long_WebGLTe xture_long";
7610 7610
7611 Native_WebGLRenderingContext_frontFace_Callback(mthis, mode) native "WebGLRender ingContext_frontFace_Callback"; 7611 Native_WebGLRenderingContext_frontFace_Callback(mthis, mode) native "WebGLRender ingContext_frontFace_Callback_RESOLVER_STRING_1_unsigned long";
7612 7612
7613 Native_WebGLRenderingContext_generateMipmap_Callback(mthis, target) native "WebG LRenderingContext_generateMipmap_Callback"; 7613 Native_WebGLRenderingContext_generateMipmap_Callback(mthis, target) native "WebG LRenderingContext_generateMipmap_Callback_RESOLVER_STRING_1_unsigned long";
7614 7614
7615 Native_WebGLRenderingContext_getActiveAttrib_Callback(mthis, program, index) nat ive "WebGLRenderingContext_getActiveAttrib_Callback"; 7615 Native_WebGLRenderingContext_getActiveAttrib_Callback(mthis, program, index) nat ive "WebGLRenderingContext_getActiveAttrib_Callback_RESOLVER_STRING_2_WebGLProgr am_unsigned long";
7616 7616
7617 Native_WebGLRenderingContext_getActiveUniform_Callback(mthis, program, index) na tive "WebGLRenderingContext_getActiveUniform_Callback"; 7617 Native_WebGLRenderingContext_getActiveUniform_Callback(mthis, program, index) na tive "WebGLRenderingContext_getActiveUniform_Callback_RESOLVER_STRING_2_WebGLPro gram_unsigned long";
7618 7618
7619 Native_WebGLRenderingContext_getAttachedShaders_Callback(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback"; 7619 Native_WebGLRenderingContext_getAttachedShaders_Callback(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback_RESOLVER_STRING_1_WebGLProgra m";
7620 7620
7621 Native_WebGLRenderingContext_getAttribLocation_Callback(mthis, program, name) na tive "WebGLRenderingContext_getAttribLocation_Callback"; 7621 Native_WebGLRenderingContext_getAttribLocation_Callback(mthis, program, name) na tive "WebGLRenderingContext_getAttribLocation_Callback_RESOLVER_STRING_2_WebGLPr ogram_DOMString";
7622 7622
7623 Native_WebGLRenderingContext_getBufferParameter_Callback(mthis, target, pname) n ative "WebGLRenderingContext_getBufferParameter_Callback"; 7623 Native_WebGLRenderingContext_getBufferParameter_Callback(mthis, target, pname) n ative "WebGLRenderingContext_getBufferParameter_Callback_RESOLVER_STRING_2_unsig ned long_unsigned long";
7624 7624
7625 Native_WebGLRenderingContext_getContextAttributes_Callback(mthis) native "WebGLR enderingContext_getContextAttributes_Callback"; 7625 Native_WebGLRenderingContext_getContextAttributes_Callback(mthis) native "WebGLR enderingContext_getContextAttributes_Callback_RESOLVER_STRING_0_";
7626 7626
7627 Native_WebGLRenderingContext_getError_Callback(mthis) native "WebGLRenderingCont ext_getError_Callback"; 7627 Native_WebGLRenderingContext_getError_Callback(mthis) native "WebGLRenderingCont ext_getError_Callback_RESOLVER_STRING_0_";
7628 7628
7629 Native_WebGLRenderingContext_getExtension_Callback(mthis, name) native "WebGLRen deringContext_getExtension_Callback"; 7629 Native_WebGLRenderingContext_getExtension_Callback(mthis, name) native "WebGLRen deringContext_getExtension_Callback_RESOLVER_STRING_1_DOMString";
7630 7630
7631 Native_WebGLRenderingContext_getFramebufferAttachmentParameter_Callback(mthis, t arget, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachment Parameter_Callback"; 7631 Native_WebGLRenderingContext_getFramebufferAttachmentParameter_Callback(mthis, t arget, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachment Parameter_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long";
7632 7632
7633 Native_WebGLRenderingContext_getParameter_Callback(mthis, pname) native "WebGLRe nderingContext_getParameter_Callback"; 7633 Native_WebGLRenderingContext_getParameter_Callback(mthis, pname) native "WebGLRe nderingContext_getParameter_Callback_RESOLVER_STRING_1_unsigned long";
7634 7634
7635 Native_WebGLRenderingContext_getProgramInfoLog_Callback(mthis, program) native " WebGLRenderingContext_getProgramInfoLog_Callback"; 7635 Native_WebGLRenderingContext_getProgramInfoLog_Callback(mthis, program) native " WebGLRenderingContext_getProgramInfoLog_Callback_RESOLVER_STRING_1_WebGLProgram" ;
7636 7636
7637 Native_WebGLRenderingContext_getProgramParameter_Callback(mthis, program, pname) native "WebGLRenderingContext_getProgramParameter_Callback"; 7637 Native_WebGLRenderingContext_getProgramParameter_Callback(mthis, program, pname) native "WebGLRenderingContext_getProgramParameter_Callback_RESOLVER_STRING_2_We bGLProgram_unsigned long";
7638 7638
7639 Native_WebGLRenderingContext_getRenderbufferParameter_Callback(mthis, target, pn ame) native "WebGLRenderingContext_getRenderbufferParameter_Callback"; 7639 Native_WebGLRenderingContext_getRenderbufferParameter_Callback(mthis, target, pn ame) native "WebGLRenderingContext_getRenderbufferParameter_Callback_RESOLVER_ST RING_2_unsigned long_unsigned long";
7640 7640
7641 Native_WebGLRenderingContext_getShaderInfoLog_Callback(mthis, shader) native "We bGLRenderingContext_getShaderInfoLog_Callback"; 7641 Native_WebGLRenderingContext_getShaderInfoLog_Callback(mthis, shader) native "We bGLRenderingContext_getShaderInfoLog_Callback_RESOLVER_STRING_1_WebGLShader";
7642 7642
7643 Native_WebGLRenderingContext_getShaderParameter_Callback(mthis, shader, pname) n ative "WebGLRenderingContext_getShaderParameter_Callback"; 7643 Native_WebGLRenderingContext_getShaderParameter_Callback(mthis, shader, pname) n ative "WebGLRenderingContext_getShaderParameter_Callback_RESOLVER_STRING_2_WebGL Shader_unsigned long";
7644 7644
7645 Native_WebGLRenderingContext_getShaderPrecisionFormat_Callback(mthis, shadertype , precisiontype) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback "; 7645 Native_WebGLRenderingContext_getShaderPrecisionFormat_Callback(mthis, shadertype , precisiontype) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback _RESOLVER_STRING_2_unsigned long_unsigned long";
7646 7646
7647 Native_WebGLRenderingContext_getShaderSource_Callback(mthis, shader) native "Web GLRenderingContext_getShaderSource_Callback"; 7647 Native_WebGLRenderingContext_getShaderSource_Callback(mthis, shader) native "Web GLRenderingContext_getShaderSource_Callback_RESOLVER_STRING_1_WebGLShader";
7648 7648
7649 Native_WebGLRenderingContext_getSupportedExtensions_Callback(mthis) native "WebG LRenderingContext_getSupportedExtensions_Callback"; 7649 Native_WebGLRenderingContext_getSupportedExtensions_Callback(mthis) native "WebG LRenderingContext_getSupportedExtensions_Callback_RESOLVER_STRING_0_";
7650 7650
7651 Native_WebGLRenderingContext_getTexParameter_Callback(mthis, target, pname) nati ve "WebGLRenderingContext_getTexParameter_Callback"; 7651 Native_WebGLRenderingContext_getTexParameter_Callback(mthis, target, pname) nati ve "WebGLRenderingContext_getTexParameter_Callback_RESOLVER_STRING_2_unsigned lo ng_unsigned long";
7652 7652
7653 Native_WebGLRenderingContext_getUniform_Callback(mthis, program, location) nativ e "WebGLRenderingContext_getUniform_Callback"; 7653 Native_WebGLRenderingContext_getUniform_Callback(mthis, program, location) nativ e "WebGLRenderingContext_getUniform_Callback_RESOLVER_STRING_2_WebGLProgram_WebG LUniformLocation";
7654 7654
7655 Native_WebGLRenderingContext_getUniformLocation_Callback(mthis, program, name) n ative "WebGLRenderingContext_getUniformLocation_Callback"; 7655 Native_WebGLRenderingContext_getUniformLocation_Callback(mthis, program, name) n ative "WebGLRenderingContext_getUniformLocation_Callback_RESOLVER_STRING_2_WebGL Program_DOMString";
7656 7656
7657 Native_WebGLRenderingContext_getVertexAttrib_Callback(mthis, index, pname) nativ e "WebGLRenderingContext_getVertexAttrib_Callback"; 7657 Native_WebGLRenderingContext_getVertexAttrib_Callback(mthis, index, pname) nativ e "WebGLRenderingContext_getVertexAttrib_Callback_RESOLVER_STRING_2_unsigned lon g_unsigned long";
7658 7658
7659 Native_WebGLRenderingContext_getVertexAttribOffset_Callback(mthis, index, pname) native "WebGLRenderingContext_getVertexAttribOffset_Callback"; 7659 Native_WebGLRenderingContext_getVertexAttribOffset_Callback(mthis, index, pname) native "WebGLRenderingContext_getVertexAttribOffset_Callback_RESOLVER_STRING_2_ unsigned long_unsigned long";
7660 7660
7661 Native_WebGLRenderingContext_hint_Callback(mthis, target, mode) native "WebGLRen deringContext_hint_Callback"; 7661 Native_WebGLRenderingContext_hint_Callback(mthis, target, mode) native "WebGLRen deringContext_hint_Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
7662 7662
7663 Native_WebGLRenderingContext_isBuffer_Callback(mthis, buffer) native "WebGLRende ringContext_isBuffer_Callback"; 7663 Native_WebGLRenderingContext_isBuffer_Callback(mthis, buffer) native "WebGLRende ringContext_isBuffer_Callback_RESOLVER_STRING_1_WebGLBuffer";
7664 7664
7665 Native_WebGLRenderingContext_isContextLost_Callback(mthis) native "WebGLRenderin gContext_isContextLost_Callback"; 7665 Native_WebGLRenderingContext_isContextLost_Callback(mthis) native "WebGLRenderin gContext_isContextLost_Callback_RESOLVER_STRING_0_";
7666 7666
7667 Native_WebGLRenderingContext_isEnabled_Callback(mthis, cap) native "WebGLRenderi ngContext_isEnabled_Callback"; 7667 Native_WebGLRenderingContext_isEnabled_Callback(mthis, cap) native "WebGLRenderi ngContext_isEnabled_Callback_RESOLVER_STRING_1_unsigned long";
7668 7668
7669 Native_WebGLRenderingContext_isFramebuffer_Callback(mthis, framebuffer) native " WebGLRenderingContext_isFramebuffer_Callback"; 7669 Native_WebGLRenderingContext_isFramebuffer_Callback(mthis, framebuffer) native " WebGLRenderingContext_isFramebuffer_Callback_RESOLVER_STRING_1_WebGLFramebuffer" ;
7670 7670
7671 Native_WebGLRenderingContext_isProgram_Callback(mthis, program) native "WebGLRen deringContext_isProgram_Callback"; 7671 Native_WebGLRenderingContext_isProgram_Callback(mthis, program) native "WebGLRen deringContext_isProgram_Callback_RESOLVER_STRING_1_WebGLProgram";
7672 7672
7673 Native_WebGLRenderingContext_isRenderbuffer_Callback(mthis, renderbuffer) native "WebGLRenderingContext_isRenderbuffer_Callback"; 7673 Native_WebGLRenderingContext_isRenderbuffer_Callback(mthis, renderbuffer) native "WebGLRenderingContext_isRenderbuffer_Callback_RESOLVER_STRING_1_WebGLRenderbuf fer";
7674 7674
7675 Native_WebGLRenderingContext_isShader_Callback(mthis, shader) native "WebGLRende ringContext_isShader_Callback"; 7675 Native_WebGLRenderingContext_isShader_Callback(mthis, shader) native "WebGLRende ringContext_isShader_Callback_RESOLVER_STRING_1_WebGLShader";
7676 7676
7677 Native_WebGLRenderingContext_isTexture_Callback(mthis, texture) native "WebGLRen deringContext_isTexture_Callback"; 7677 Native_WebGLRenderingContext_isTexture_Callback(mthis, texture) native "WebGLRen deringContext_isTexture_Callback_RESOLVER_STRING_1_WebGLTexture";
7678 7678
7679 Native_WebGLRenderingContext_lineWidth_Callback(mthis, width) native "WebGLRende ringContext_lineWidth_Callback"; 7679 Native_WebGLRenderingContext_lineWidth_Callback(mthis, width) native "WebGLRende ringContext_lineWidth_Callback_RESOLVER_STRING_1_float";
7680 7680
7681 Native_WebGLRenderingContext_linkProgram_Callback(mthis, program) native "WebGLR enderingContext_linkProgram_Callback"; 7681 Native_WebGLRenderingContext_linkProgram_Callback(mthis, program) native "WebGLR enderingContext_linkProgram_Callback_RESOLVER_STRING_1_WebGLProgram";
7682 7682
7683 Native_WebGLRenderingContext_pixelStorei_Callback(mthis, pname, param) native "W ebGLRenderingContext_pixelStorei_Callback"; 7683 Native_WebGLRenderingContext_pixelStorei_Callback(mthis, pname, param) native "W ebGLRenderingContext_pixelStorei_Callback_RESOLVER_STRING_2_unsigned long_long";
7684 7684
7685 Native_WebGLRenderingContext_polygonOffset_Callback(mthis, factor, units) native "WebGLRenderingContext_polygonOffset_Callback"; 7685 Native_WebGLRenderingContext_polygonOffset_Callback(mthis, factor, units) native "WebGLRenderingContext_polygonOffset_Callback_RESOLVER_STRING_2_float_float";
7686 7686
7687 Native_WebGLRenderingContext_readPixels_Callback(mthis, x, y, width, height, for mat, type, pixels) native "WebGLRenderingContext_readPixels_Callback"; 7687 Native_WebGLRenderingContext_readPixels_Callback(mthis, x, y, width, height, for mat, type, pixels) native "WebGLRenderingContext_readPixels_Callback_RESOLVER_ST RING_7_long_long_long_long_unsigned long_unsigned long_ArrayBufferView";
7688 7688
7689 Native_WebGLRenderingContext_renderbufferStorage_Callback(mthis, target, interna lformat, width, height) native "WebGLRenderingContext_renderbufferStorage_Callba ck"; 7689 Native_WebGLRenderingContext_renderbufferStorage_Callback(mthis, target, interna lformat, width, height) native "WebGLRenderingContext_renderbufferStorage_Callba ck_RESOLVER_STRING_4_unsigned long_unsigned long_long_long";
7690 7690
7691 Native_WebGLRenderingContext_sampleCoverage_Callback(mthis, value, invert) nativ e "WebGLRenderingContext_sampleCoverage_Callback"; 7691 Native_WebGLRenderingContext_sampleCoverage_Callback(mthis, value, invert) nativ e "WebGLRenderingContext_sampleCoverage_Callback_RESOLVER_STRING_2_float_boolean ";
7692 7692
7693 Native_WebGLRenderingContext_scissor_Callback(mthis, x, y, width, height) native "WebGLRenderingContext_scissor_Callback"; 7693 Native_WebGLRenderingContext_scissor_Callback(mthis, x, y, width, height) native "WebGLRenderingContext_scissor_Callback_RESOLVER_STRING_4_long_long_long_long";
7694 7694
7695 Native_WebGLRenderingContext_shaderSource_Callback(mthis, shader, string) native "WebGLRenderingContext_shaderSource_Callback"; 7695 Native_WebGLRenderingContext_shaderSource_Callback(mthis, shader, string) native "WebGLRenderingContext_shaderSource_Callback_RESOLVER_STRING_2_WebGLShader_DOMS tring";
7696 7696
7697 Native_WebGLRenderingContext_stencilFunc_Callback(mthis, func, ref, mask) native "WebGLRenderingContext_stencilFunc_Callback"; 7697 Native_WebGLRenderingContext_stencilFunc_Callback(mthis, func, ref, mask) native "WebGLRenderingContext_stencilFunc_Callback_RESOLVER_STRING_3_unsigned long_lon g_unsigned long";
7698 7698
7699 Native_WebGLRenderingContext_stencilFuncSeparate_Callback(mthis, face, func, ref , mask) native "WebGLRenderingContext_stencilFuncSeparate_Callback"; 7699 Native_WebGLRenderingContext_stencilFuncSeparate_Callback(mthis, face, func, ref , mask) native "WebGLRenderingContext_stencilFuncSeparate_Callback_RESOLVER_STRI NG_4_unsigned long_unsigned long_long_unsigned long";
7700 7700
7701 Native_WebGLRenderingContext_stencilMask_Callback(mthis, mask) native "WebGLRend eringContext_stencilMask_Callback"; 7701 Native_WebGLRenderingContext_stencilMask_Callback(mthis, mask) native "WebGLRend eringContext_stencilMask_Callback_RESOLVER_STRING_1_unsigned long";
7702 7702
7703 Native_WebGLRenderingContext_stencilMaskSeparate_Callback(mthis, face, mask) nat ive "WebGLRenderingContext_stencilMaskSeparate_Callback"; 7703 Native_WebGLRenderingContext_stencilMaskSeparate_Callback(mthis, face, mask) nat ive "WebGLRenderingContext_stencilMaskSeparate_Callback_RESOLVER_STRING_2_unsign ed long_unsigned long";
7704 7704
7705 Native_WebGLRenderingContext_stencilOp_Callback(mthis, fail, zfail, zpass) nativ e "WebGLRenderingContext_stencilOp_Callback"; 7705 Native_WebGLRenderingContext_stencilOp_Callback(mthis, fail, zfail, zpass) nativ e "WebGLRenderingContext_stencilOp_Callback_RESOLVER_STRING_3_unsigned long_unsi gned long_unsigned long";
7706 7706
7707 Native_WebGLRenderingContext_stencilOpSeparate_Callback(mthis, face, fail, zfail , zpass) native "WebGLRenderingContext_stencilOpSeparate_Callback"; 7707 Native_WebGLRenderingContext_stencilOpSeparate_Callback(mthis, face, fail, zfail , zpass) native "WebGLRenderingContext_stencilOpSeparate_Callback_RESOLVER_STRIN G_4_unsigned long_unsigned long_unsigned long_unsigned long";
7708 7708
7709 // Generated overload resolver 7709 // Generated overload resolver
7710 Native_WebGLRenderingContext_texImage2D(mthis, target, level, internalformat, fo rmat_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, for mat, type, pixels) { 7710 Native_WebGLRenderingContext_texImage2D(mthis, target, level, internalformat, fo rmat_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, for mat, type, pixels) {
7711 if ((pixels is TypedData || pixels == null) && (type is int || type == null) && (format is int || format == null) && (border_OR_canvas_OR_image_OR_pixels_OR _video is int || border_OR_canvas_OR_image_OR_pixels_OR_video == null) && (heigh t_OR_type is int || height_OR_type == null) && (format_OR_width is int || format _OR_width == null) && (internalformat is int || internalformat == null) && (leve l is int || level == null) && (target is int || target == null)) { 7711 if ((pixels is TypedData || pixels == null) && (type is int || type == null) && (format is int || format == null) && (border_OR_canvas_OR_image_OR_pixels_OR _video is int || border_OR_canvas_OR_image_OR_pixels_OR_video == null) && (heigh t_OR_type is int || height_OR_type == null) && (format_OR_width is int || format _OR_width == null) && (internalformat is int || internalformat == null) && (leve l is int || level == null) && (target is int || target == null)) {
7712 Native_WebGLRenderingContext__texImage2D_1_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video, format, type, pixels); 7712 Native_WebGLRenderingContext__texImage2D_1_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video, format, type, pixels);
7713 return; 7713 return;
7714 } 7714 }
7715 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageData || border_OR_ canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_ OR_type == null) && (format_OR_width is int || format_OR_width == null) && (inte rnalformat is int || internalformat == null) && (level is int || level == null) && (target is int || target == null) && format == null && type == null && pixels == null) { 7715 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageData || border_OR_ canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_ OR_type == null) && (format_OR_width is int || format_OR_width == null) && (inte rnalformat is int || internalformat == null) && (level is int || level == null) && (target is int || target == null) && format == null && type == null && pixels == null) {
7716 Native_WebGLRenderingContext__texImage2D_2_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video); 7716 Native_WebGLRenderingContext__texImage2D_2_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video);
7717 return; 7717 return;
7718 } 7718 }
7719 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageElement || border_ OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (i nternalformat is int || internalformat == null) && (level is int || level == nul l) && (target is int || target == null) && format == null && type == null && pix els == null) { 7719 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageElement || border_ OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (i nternalformat is int || internalformat == null) && (level is int || level == nul l) && (target is int || target == null) && format == null && type == null && pix els == null) {
7720 Native_WebGLRenderingContext__texImage2D_3_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video); 7720 Native_WebGLRenderingContext__texImage2D_3_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video);
7721 return; 7721 return;
7722 } 7722 }
7723 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is CanvasElement || border _OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || hei ght_OR_type == null) && (format_OR_width is int || format_OR_width == null) && ( internalformat is int || internalformat == null) && (level is int || level == nu ll) && (target is int || target == null) && format == null && type == null && pi xels == null) { 7723 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is CanvasElement || border _OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || hei ght_OR_type == null) && (format_OR_width is int || format_OR_width == null) && ( internalformat is int || internalformat == null) && (level is int || level == nu ll) && (target is int || target == null) && format == null && type == null && pi xels == null) {
7724 Native_WebGLRenderingContext__texImage2D_4_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video); 7724 Native_WebGLRenderingContext__texImage2D_4_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video);
7725 return; 7725 return;
7726 } 7726 }
7727 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is VideoElement || border_ OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (i nternalformat is int || internalformat == null) && (level is int || level == nul l) && (target is int || target == null) && format == null && type == null && pix els == null) { 7727 if ((border_OR_canvas_OR_image_OR_pixels_OR_video is VideoElement || border_ OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (i nternalformat is int || internalformat == null) && (level is int || level == nul l) && (target is int || target == null) && format == null && type == null && pix els == null) {
7728 Native_WebGLRenderingContext__texImage2D_5_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video); 7728 Native_WebGLRenderingContext__texImage2D_5_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video);
7729 return; 7729 return;
7730 } 7730 }
7731 throw new ArgumentError("Incorrect number or type of arguments"); 7731 throw new ArgumentError("Incorrect number or type of arguments");
7732 } 7732 }
7733 7733
7734 Native_WebGLRenderingContext__texImage2D_1_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video, format, type, pixels) native "WebGLRenderingContext_texImage2D_Callback _9_unsigned long_long_unsigned long_long_long_long_unsigned long_unsigned long_A rrayBufferView"; 7734 Native_WebGLRenderingContext__texImage2D_1_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video, format, type, pixels) native "WebGLRenderingContext_texImage2D_Callback _RESOLVER_STRING_9_unsigned long_long_unsigned long_long_long_long_unsigned long _unsigned long_ArrayBufferView";
7735 7735
7736 Native_WebGLRenderingContext__texImage2D_2_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_6_unsigned long_long_ unsigned long_unsigned long_unsigned long_ImageData"; 7736 Native_WebGLRenderingContext__texImage2D_2_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_uns igned long_long_unsigned long_unsigned long_unsigned long_ImageData";
7737 7737
7738 Native_WebGLRenderingContext__texImage2D_3_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_6_unsigned long_long_ unsigned long_unsigned long_unsigned long_HTMLImageElement"; 7738 Native_WebGLRenderingContext__texImage2D_3_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_uns igned long_long_unsigned long_unsigned long_unsigned long_HTMLImageElement";
7739 7739
7740 Native_WebGLRenderingContext__texImage2D_4_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_6_unsigned long_long_ unsigned long_unsigned long_unsigned long_HTMLCanvasElement"; 7740 Native_WebGLRenderingContext__texImage2D_4_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_uns igned long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasElement";
7741 7741
7742 Native_WebGLRenderingContext__texImage2D_5_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_6_unsigned long_long_ unsigned long_unsigned long_unsigned long_HTMLVideoElement"; 7742 Native_WebGLRenderingContext__texImage2D_5_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_uns igned long_long_unsigned long_unsigned long_unsigned long_HTMLVideoElement";
7743 7743
7744 Native_WebGLRenderingContext_texImage2DCanvas_Callback(mthis, target, level, int ernalformat, format, type, canvas) native "WebGLRenderingContext_texImage2DCanva s_Callback"; 7744 Native_WebGLRenderingContext_texImage2DCanvas_Callback(mthis, target, level, int ernalformat, format, type, canvas) native "WebGLRenderingContext_texImage2D_Call back_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned l ong_HTMLCanvasElement";
7745 7745
7746 Native_WebGLRenderingContext_texImage2DImage_Callback(mthis, target, level, inte rnalformat, format, type, image) native "WebGLRenderingContext_texImage2DImage_C allback"; 7746 Native_WebGLRenderingContext_texImage2DImage_Callback(mthis, target, level, inte rnalformat, format, type, image) native "WebGLRenderingContext_texImage2D_Callba ck_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned lon g_HTMLImageElement";
7747 7747
7748 Native_WebGLRenderingContext_texImage2DImageData_Callback(mthis, target, level, internalformat, format, type, pixels) native "WebGLRenderingContext_texImage2DIm ageData_Callback"; 7748 Native_WebGLRenderingContext_texImage2DImageData_Callback(mthis, target, level, internalformat, format, type, pixels) native "WebGLRenderingContext_texImage2D_C allback_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigne d long_ImageData";
7749 7749
7750 Native_WebGLRenderingContext_texImage2DVideo_Callback(mthis, target, level, inte rnalformat, format, type, video) native "WebGLRenderingContext_texImage2DVideo_C allback"; 7750 Native_WebGLRenderingContext_texImage2DVideo_Callback(mthis, target, level, inte rnalformat, format, type, video) native "WebGLRenderingContext_texImage2D_Callba ck_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned lon g_HTMLVideoElement";
7751 7751
7752 Native_WebGLRenderingContext_texParameterf_Callback(mthis, target, pname, param) native "WebGLRenderingContext_texParameterf_Callback"; 7752 Native_WebGLRenderingContext_texParameterf_Callback(mthis, target, pname, param) native "WebGLRenderingContext_texParameterf_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_float";
7753 7753
7754 Native_WebGLRenderingContext_texParameteri_Callback(mthis, target, pname, param) native "WebGLRenderingContext_texParameteri_Callback"; 7754 Native_WebGLRenderingContext_texParameteri_Callback(mthis, target, pname, param) native "WebGLRenderingContext_texParameteri_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_long";
7755 7755
7756 // Generated overload resolver 7756 // Generated overload resolver
7757 Native_WebGLRenderingContext_texSubImage2D(mthis, target, level, xoffset, yoffse t, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video , type, pixels) { 7757 Native_WebGLRenderingContext_texSubImage2D(mthis, target, level, xoffset, yoffse t, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video , type, pixels) {
7758 if ((pixels is TypedData || pixels == null) && (type is int || type == null) && (canvas_OR_format_OR_image_OR_pixels_OR_video is int || canvas_OR_format_OR_ image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null)) { 7758 if ((pixels is TypedData || pixels == null) && (type is int || type == null) && (canvas_OR_format_OR_image_OR_pixels_OR_video is int || canvas_OR_format_OR_ image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null)) {
7759 Native_WebGLRenderingContext__texSubImage2D_1_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video, type, pixels); 7759 Native_WebGLRenderingContext__texSubImage2D_1_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video, type, pixels);
7760 return; 7760 return;
7761 } 7761 }
7762 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageData || canvas_OR_ format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_ OR_type == null) && (format_OR_width is int || format_OR_width == null) && (yoff set is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null) && type == null && pixels == null) { 7762 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageData || canvas_OR_ format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_ OR_type == null) && (format_OR_width is int || format_OR_width == null) && (yoff set is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null) && type == null && pixels == null) {
7763 Native_WebGLRenderingContext__texSubImage2D_2_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video); 7763 Native_WebGLRenderingContext__texSubImage2D_2_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video);
7764 return; 7764 return;
7765 } 7765 }
7766 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageElement || canvas_ OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (y offset is int || yoffset == null) && (xoffset is int || xoffset == null) && (lev el is int || level == null) && (target is int || target == null) && type == null && pixels == null) { 7766 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageElement || canvas_ OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (y offset is int || yoffset == null) && (xoffset is int || xoffset == null) && (lev el is int || level == null) && (target is int || target == null) && type == null && pixels == null) {
7767 Native_WebGLRenderingContext__texSubImage2D_3_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video); 7767 Native_WebGLRenderingContext__texSubImage2D_3_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video);
7768 return; 7768 return;
7769 } 7769 }
7770 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is CanvasElement || canvas _OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || hei ght_OR_type == null) && (format_OR_width is int || format_OR_width == null) && ( yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (le vel is int || level == null) && (target is int || target == null) && type == nul l && pixels == null) { 7770 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is CanvasElement || canvas _OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || hei ght_OR_type == null) && (format_OR_width is int || format_OR_width == null) && ( yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (le vel is int || level == null) && (target is int || target == null) && type == nul l && pixels == null) {
7771 Native_WebGLRenderingContext__texSubImage2D_4_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video); 7771 Native_WebGLRenderingContext__texSubImage2D_4_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video);
7772 return; 7772 return;
7773 } 7773 }
7774 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is VideoElement || canvas_ OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (y offset is int || yoffset == null) && (xoffset is int || xoffset == null) && (lev el is int || level == null) && (target is int || target == null) && type == null && pixels == null) { 7774 if ((canvas_OR_format_OR_image_OR_pixels_OR_video is VideoElement || canvas_ OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (y offset is int || yoffset == null) && (xoffset is int || xoffset == null) && (lev el is int || level == null) && (target is int || target == null) && type == null && pixels == null) {
7775 Native_WebGLRenderingContext__texSubImage2D_5_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video); 7775 Native_WebGLRenderingContext__texSubImage2D_5_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video);
7776 return; 7776 return;
7777 } 7777 }
7778 throw new ArgumentError("Incorrect number or type of arguments"); 7778 throw new ArgumentError("Incorrect number or type of arguments");
7779 } 7779 }
7780 7780
7781 Native_WebGLRenderingContext__texSubImage2D_1_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video, type, pixels) native "WebGLRenderingContext_texSubImage2D_Callback _9_unsigned long_long_long_long_long_long_unsigned long_unsigned long_ArrayBuffe rView"; 7781 Native_WebGLRenderingContext__texSubImage2D_1_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video, type, pixels) native "WebGLRenderingContext_texSubImage2D_Callback _RESOLVER_STRING_9_unsigned long_long_long_long_long_long_unsigned long_unsigned long_ArrayBufferView";
7782 7782
7783 Native_WebGLRenderingContext__texSubImage2D_2_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_7_unsigned lo ng_long_long_long_unsigned long_unsigned long_ImageData"; 7783 Native_WebGLRenderingContext__texSubImage2D_2_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRI NG_7_unsigned long_long_long_long_unsigned long_unsigned long_ImageData";
7784 7784
7785 Native_WebGLRenderingContext__texSubImage2D_3_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_7_unsigned lo ng_long_long_long_unsigned long_unsigned long_HTMLImageElement"; 7785 Native_WebGLRenderingContext__texSubImage2D_3_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRI NG_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement";
7786 7786
7787 Native_WebGLRenderingContext__texSubImage2D_4_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_7_unsigned lo ng_long_long_long_unsigned long_unsigned long_HTMLCanvasElement"; 7787 Native_WebGLRenderingContext__texSubImage2D_4_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRI NG_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasElement" ;
7788 7788
7789 Native_WebGLRenderingContext__texSubImage2D_5_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_7_unsigned lo ng_long_long_long_unsigned long_unsigned long_HTMLVideoElement"; 7789 Native_WebGLRenderingContext__texSubImage2D_5_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRI NG_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement";
7790 7790
7791 Native_WebGLRenderingContext_texSubImage2DCanvas_Callback(mthis, target, level, xoffset, yoffset, format, type, canvas) native "WebGLRenderingContext_texSubImag e2DCanvas_Callback"; 7791 Native_WebGLRenderingContext_texSubImage2DCanvas_Callback(mthis, target, level, xoffset, yoffset, format, type, canvas) native "WebGLRenderingContext_texSubImag e2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsign ed long_HTMLCanvasElement";
7792 7792
7793 Native_WebGLRenderingContext_texSubImage2DImage_Callback(mthis, target, level, x offset, yoffset, format, type, image) native "WebGLRenderingContext_texSubImage2 DImage_Callback"; 7793 Native_WebGLRenderingContext_texSubImage2DImage_Callback(mthis, target, level, x offset, yoffset, format, type, image) native "WebGLRenderingContext_texSubImage2 D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement";
7794 7794
7795 Native_WebGLRenderingContext_texSubImage2DImageData_Callback(mthis, target, leve l, xoffset, yoffset, format, type, pixels) native "WebGLRenderingContext_texSubI mage2DImageData_Callback"; 7795 Native_WebGLRenderingContext_texSubImage2DImageData_Callback(mthis, target, leve l, xoffset, yoffset, format, type, pixels) native "WebGLRenderingContext_texSubI mage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_uns igned long_ImageData";
7796 7796
7797 Native_WebGLRenderingContext_texSubImage2DVideo_Callback(mthis, target, level, x offset, yoffset, format, type, video) native "WebGLRenderingContext_texSubImage2 DVideo_Callback"; 7797 Native_WebGLRenderingContext_texSubImage2DVideo_Callback(mthis, target, level, x offset, yoffset, format, type, video) native "WebGLRenderingContext_texSubImage2 D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement";
7798 7798
7799 Native_WebGLRenderingContext_uniform1f_Callback(mthis, location, x) native "WebG LRenderingContext_uniform1f_Callback"; 7799 Native_WebGLRenderingContext_uniform1f_Callback(mthis, location, x) native "WebG LRenderingContext_uniform1f_Callback_RESOLVER_STRING_2_WebGLUniformLocation_floa t";
7800 7800
7801 Native_WebGLRenderingContext_uniform1fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform1fv_Callback"; 7801 Native_WebGLRenderingContext_uniform1fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform1fv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_Fl oat32Array";
7802 7802
7803 Native_WebGLRenderingContext_uniform1i_Callback(mthis, location, x) native "WebG LRenderingContext_uniform1i_Callback"; 7803 Native_WebGLRenderingContext_uniform1i_Callback(mthis, location, x) native "WebG LRenderingContext_uniform1i_Callback_RESOLVER_STRING_2_WebGLUniformLocation_long ";
7804 7804
7805 Native_WebGLRenderingContext_uniform1iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform1iv_Callback"; 7805 Native_WebGLRenderingContext_uniform1iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform1iv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_In t32Array";
7806 7806
7807 Native_WebGLRenderingContext_uniform2f_Callback(mthis, location, x, y) native "W ebGLRenderingContext_uniform2f_Callback"; 7807 Native_WebGLRenderingContext_uniform2f_Callback(mthis, location, x, y) native "W ebGLRenderingContext_uniform2f_Callback_RESOLVER_STRING_3_WebGLUniformLocation_f loat_float";
7808 7808
7809 Native_WebGLRenderingContext_uniform2fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform2fv_Callback"; 7809 Native_WebGLRenderingContext_uniform2fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform2fv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_Fl oat32Array";
7810 7810
7811 Native_WebGLRenderingContext_uniform2i_Callback(mthis, location, x, y) native "W ebGLRenderingContext_uniform2i_Callback"; 7811 Native_WebGLRenderingContext_uniform2i_Callback(mthis, location, x, y) native "W ebGLRenderingContext_uniform2i_Callback_RESOLVER_STRING_3_WebGLUniformLocation_l ong_long";
7812 7812
7813 Native_WebGLRenderingContext_uniform2iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform2iv_Callback"; 7813 Native_WebGLRenderingContext_uniform2iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform2iv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_In t32Array";
7814 7814
7815 Native_WebGLRenderingContext_uniform3f_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3f_Callback"; 7815 Native_WebGLRenderingContext_uniform3f_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3f_Callback_RESOLVER_STRING_4_WebGLUniformLocatio n_float_float_float";
7816 7816
7817 Native_WebGLRenderingContext_uniform3fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform3fv_Callback"; 7817 Native_WebGLRenderingContext_uniform3fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform3fv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_Fl oat32Array";
7818 7818
7819 Native_WebGLRenderingContext_uniform3i_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3i_Callback"; 7819 Native_WebGLRenderingContext_uniform3i_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3i_Callback_RESOLVER_STRING_4_WebGLUniformLocatio n_long_long_long";
7820 7820
7821 Native_WebGLRenderingContext_uniform3iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform3iv_Callback"; 7821 Native_WebGLRenderingContext_uniform3iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform3iv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_In t32Array";
7822 7822
7823 Native_WebGLRenderingContext_uniform4f_Callback(mthis, location, x, y, z, w) nat ive "WebGLRenderingContext_uniform4f_Callback"; 7823 Native_WebGLRenderingContext_uniform4f_Callback(mthis, location, x, y, z, w) nat ive "WebGLRenderingContext_uniform4f_Callback_RESOLVER_STRING_5_WebGLUniformLoca tion_float_float_float_float";
7824 7824
7825 Native_WebGLRenderingContext_uniform4fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform4fv_Callback"; 7825 Native_WebGLRenderingContext_uniform4fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform4fv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_Fl oat32Array";
7826 7826
7827 Native_WebGLRenderingContext_uniform4i_Callback(mthis, location, x, y, z, w) nat ive "WebGLRenderingContext_uniform4i_Callback"; 7827 Native_WebGLRenderingContext_uniform4i_Callback(mthis, location, x, y, z, w) nat ive "WebGLRenderingContext_uniform4i_Callback_RESOLVER_STRING_5_WebGLUniformLoca tion_long_long_long_long";
7828 7828
7829 Native_WebGLRenderingContext_uniform4iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform4iv_Callback"; 7829 Native_WebGLRenderingContext_uniform4iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform4iv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_In t32Array";
7830 7830
7831 Native_WebGLRenderingContext_uniformMatrix2fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix2fv_Callback"; 7831 Native_WebGLRenderingContext_uniformMatrix2fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix2fv_Callback_RESOLVER_STRIN G_3_WebGLUniformLocation_boolean_Float32Array";
7832 7832
7833 Native_WebGLRenderingContext_uniformMatrix3fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix3fv_Callback"; 7833 Native_WebGLRenderingContext_uniformMatrix3fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix3fv_Callback_RESOLVER_STRIN G_3_WebGLUniformLocation_boolean_Float32Array";
7834 7834
7835 Native_WebGLRenderingContext_uniformMatrix4fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix4fv_Callback"; 7835 Native_WebGLRenderingContext_uniformMatrix4fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix4fv_Callback_RESOLVER_STRIN G_3_WebGLUniformLocation_boolean_Float32Array";
7836 7836
7837 Native_WebGLRenderingContext_useProgram_Callback(mthis, program) native "WebGLRe nderingContext_useProgram_Callback"; 7837 Native_WebGLRenderingContext_useProgram_Callback(mthis, program) native "WebGLRe nderingContext_useProgram_Callback_RESOLVER_STRING_1_WebGLProgram";
7838 7838
7839 Native_WebGLRenderingContext_validateProgram_Callback(mthis, program) native "We bGLRenderingContext_validateProgram_Callback"; 7839 Native_WebGLRenderingContext_validateProgram_Callback(mthis, program) native "We bGLRenderingContext_validateProgram_Callback_RESOLVER_STRING_1_WebGLProgram";
7840 7840
7841 Native_WebGLRenderingContext_vertexAttrib1f_Callback(mthis, indx, x) native "Web GLRenderingContext_vertexAttrib1f_Callback"; 7841 Native_WebGLRenderingContext_vertexAttrib1f_Callback(mthis, indx, x) native "Web GLRenderingContext_vertexAttrib1f_Callback_RESOLVER_STRING_2_unsigned long_float ";
7842 7842
7843 Native_WebGLRenderingContext_vertexAttrib1fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib1fv_Callback"; 7843 Native_WebGLRenderingContext_vertexAttrib1fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib1fv_Callback_RESOLVER_STRING_2_unsigned lon g_Float32Array";
7844 7844
7845 Native_WebGLRenderingContext_vertexAttrib2f_Callback(mthis, indx, x, y) native " WebGLRenderingContext_vertexAttrib2f_Callback"; 7845 Native_WebGLRenderingContext_vertexAttrib2f_Callback(mthis, indx, x, y) native " WebGLRenderingContext_vertexAttrib2f_Callback_RESOLVER_STRING_3_unsigned long_fl oat_float";
7846 7846
7847 Native_WebGLRenderingContext_vertexAttrib2fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib2fv_Callback"; 7847 Native_WebGLRenderingContext_vertexAttrib2fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib2fv_Callback_RESOLVER_STRING_2_unsigned lon g_Float32Array";
7848 7848
7849 Native_WebGLRenderingContext_vertexAttrib3f_Callback(mthis, indx, x, y, z) nativ e "WebGLRenderingContext_vertexAttrib3f_Callback"; 7849 Native_WebGLRenderingContext_vertexAttrib3f_Callback(mthis, indx, x, y, z) nativ e "WebGLRenderingContext_vertexAttrib3f_Callback_RESOLVER_STRING_4_unsigned long _float_float_float";
7850 7850
7851 Native_WebGLRenderingContext_vertexAttrib3fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib3fv_Callback"; 7851 Native_WebGLRenderingContext_vertexAttrib3fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib3fv_Callback_RESOLVER_STRING_2_unsigned lon g_Float32Array";
7852 7852
7853 Native_WebGLRenderingContext_vertexAttrib4f_Callback(mthis, indx, x, y, z, w) na tive "WebGLRenderingContext_vertexAttrib4f_Callback"; 7853 Native_WebGLRenderingContext_vertexAttrib4f_Callback(mthis, indx, x, y, z, w) na tive "WebGLRenderingContext_vertexAttrib4f_Callback_RESOLVER_STRING_5_unsigned l ong_float_float_float_float";
7854 7854
7855 Native_WebGLRenderingContext_vertexAttrib4fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib4fv_Callback"; 7855 Native_WebGLRenderingContext_vertexAttrib4fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib4fv_Callback_RESOLVER_STRING_2_unsigned lon g_Float32Array";
7856 7856
7857 Native_WebGLRenderingContext_vertexAttribPointer_Callback(mthis, indx, size, typ e, normalized, stride, offset) native "WebGLRenderingContext_vertexAttribPointer _Callback"; 7857 Native_WebGLRenderingContext_vertexAttribPointer_Callback(mthis, indx, size, typ e, normalized, stride, offset) native "WebGLRenderingContext_vertexAttribPointer _Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_boolean_long_long l ong";
7858 7858
7859 Native_WebGLRenderingContext_viewport_Callback(mthis, x, y, width, height) nativ e "WebGLRenderingContext_viewport_Callback"; 7859 Native_WebGLRenderingContext_viewport_Callback(mthis, x, y, width, height) nativ e "WebGLRenderingContext_viewport_Callback_RESOLVER_STRING_4_long_long_long_long ";
7860 7860
7861 Native_WebGLShaderPrecisionFormat_precision_Getter(mthis) native "WebGLShaderPre cisionFormat_precision_Getter"; 7861 Native_WebGLShaderPrecisionFormat_precision_Getter(mthis) native "WebGLShaderPre cisionFormat_precision_Getter";
7862 7862
7863 Native_WebGLShaderPrecisionFormat_rangeMax_Getter(mthis) native "WebGLShaderPrec isionFormat_rangeMax_Getter"; 7863 Native_WebGLShaderPrecisionFormat_rangeMax_Getter(mthis) native "WebGLShaderPrec isionFormat_rangeMax_Getter";
7864 7864
7865 Native_WebGLShaderPrecisionFormat_rangeMin_Getter(mthis) native "WebGLShaderPrec isionFormat_rangeMin_Getter"; 7865 Native_WebGLShaderPrecisionFormat_rangeMin_Getter(mthis) native "WebGLShaderPrec isionFormat_rangeMin_Getter";
7866 7866
7867 Native_WebKitAnimationEvent_animationName_Getter(mthis) native "WebKitAnimationE vent_animationName_Getter"; 7867 Native_WebKitAnimationEvent_animationName_Getter(mthis) native "WebKitAnimationE vent_animationName_Getter";
7868 7868
7869 Native_WebKitAnimationEvent_elapsedTime_Getter(mthis) native "WebKitAnimationEve nt_elapsedTime_Getter"; 7869 Native_WebKitAnimationEvent_elapsedTime_Getter(mthis) native "WebKitAnimationEve nt_elapsedTime_Getter";
7870 7870
7871 Native_WebKitCSSFilterRule_style_Getter(mthis) native "WebKitCSSFilterRule_style _Getter"; 7871 Native_WebKitCSSFilterRule_style_Getter(mthis) native "WebKitCSSFilterRule_style _Getter";
7872 7872
7873 // Generated overload resolver 7873 // Generated overload resolver
7874 Native_WebKitCSSMatrix__WebKitCSSMatrix(cssValue) { 7874 Native_WebKitCSSMatrix__WebKitCSSMatrix(cssValue) {
7875 return Native_WebKitCSSMatrix__create_1constructorCallback(cssValue); 7875 return Native_WebKitCSSMatrix__create_1constructorCallback(cssValue);
7876 } 7876 }
7877 7877
7878 Native_WebKitCSSMatrix__create_1constructorCallback(cssValue) native "WebKitCSSM atrix__create_1constructorCallback"; 7878 Native_WebKitCSSMatrix_constructorCallback(cssValue) native "WebKitCSSMatrix_con structorCallback_RESOLVER_STRING_1_DOMString";
7879 7879
7880 // Generated overload resolver 7880 // Generated overload resolver
7881 Native_WebKitMediaSource__WebKitMediaSource() { 7881 Native_WebKitMediaSource__WebKitMediaSource() {
7882 return Native_WebKitMediaSource__create_1constructorCallback(); 7882 return Native_WebKitMediaSource__create_1constructorCallback();
7883 } 7883 }
7884 7884
7885 Native_WebKitMediaSource__create_1constructorCallback() native "WebKitMediaSourc e__create_1constructorCallback"; 7885 Native_WebKitMediaSource_constructorCallback() native "WebKitMediaSource_constru ctorCallback";
7886 7886
7887 Native_WebKitPoint_constructorCallback(x, y) native "WebKitPoint_constructorCall back"; 7887 Native_WebKitPoint_constructorCallback(x, y) native "WebKitPoint_constructorCall back";
7888 7888
7889 Native_WebKitPoint_x_Getter(mthis) native "WebKitPoint_x_Getter"; 7889 Native_WebKitPoint_x_Getter(mthis) native "WebKitPoint_x_Getter";
7890 7890
7891 Native_WebKitPoint_x_Setter(mthis, value) native "WebKitPoint_x_Setter"; 7891 Native_WebKitPoint_x_Setter(mthis, value) native "WebKitPoint_x_Setter";
7892 7892
7893 Native_WebKitPoint_y_Getter(mthis) native "WebKitPoint_y_Getter"; 7893 Native_WebKitPoint_y_Getter(mthis) native "WebKitPoint_y_Getter";
7894 7894
7895 Native_WebKitPoint_y_Setter(mthis, value) native "WebKitPoint_y_Setter"; 7895 Native_WebKitPoint_y_Setter(mthis, value) native "WebKitPoint_y_Setter";
7896 7896
7897 Native_WebKitSourceBufferList_item_Callback(mthis, index) native "WebKitSourceBu fferList_item_Callback"; 7897 Native_WebKitSourceBufferList_item_Callback(mthis, index) native "WebKitSourceBu fferList_item_Callback_RESOLVER_STRING_1_unsigned long";
7898 7898
7899 // Generated overload resolver 7899 // Generated overload resolver
7900 Native_WebSocket_WebSocket(url, protocol_OR_protocols) { 7900 Native_WebSocket_WebSocket(url, protocol_OR_protocols) {
7901 if ((url is String || url == null) && protocol_OR_protocols == null) { 7901 if ((url is String || url == null) && protocol_OR_protocols == null) {
7902 return Native_WebSocket__create_1constructorCallback(url); 7902 return Native_WebSocket__create_1constructorCallback(url);
7903 } 7903 }
7904 if ((protocol_OR_protocols is List<String> || protocol_OR_protocols == null) && (url is String || url == null)) { 7904 if ((protocol_OR_protocols is List<String> || protocol_OR_protocols == null) && (url is String || url == null)) {
7905 return Native_WebSocket__create_2constructorCallback(url, protocol_OR_prot ocols); 7905 return Native_WebSocket__create_2constructorCallback(url, protocol_OR_prot ocols);
7906 } 7906 }
7907 if ((protocol_OR_protocols is String || protocol_OR_protocols == null) && (u rl is String || url == null)) { 7907 if ((protocol_OR_protocols is String || protocol_OR_protocols == null) && (u rl is String || url == null)) {
7908 return Native_WebSocket__create_3constructorCallback(url, protocol_OR_prot ocols); 7908 return Native_WebSocket__create_3constructorCallback(url, protocol_OR_prot ocols);
7909 } 7909 }
7910 throw new ArgumentError("Incorrect number or type of arguments"); 7910 throw new ArgumentError("Incorrect number or type of arguments");
7911 } 7911 }
7912 7912
7913 Native_WebSocket__create_1constructorCallback(url) native "WebSocket__create_1co nstructorCallback"; 7913 Native_WebSocket_constructorCallback(url) native "WebSocket_constructorCallback_ RESOLVER_STRING_1_DOMString";
7914 7914
7915 Native_WebSocket__create_2constructorCallback(url, protocol_OR_protocols) native "WebSocket__create_2constructorCallback"; 7915 Native_WebSocket_constructorCallback(url, protocol_OR_protocols) native "WebSock et_constructorCallback_RESOLVER_STRING_2_DOMString_sequence<DOMString>";
7916 7916
7917 Native_WebSocket__create_3constructorCallback(url, protocol_OR_protocols) native "WebSocket__create_3constructorCallback"; 7917 Native_WebSocket_constructorCallback(url, protocol_OR_protocols) native "WebSock et_constructorCallback_RESOLVER_STRING_2_DOMString_DOMString";
7918 7918
7919 Native_WebSocket_binaryType_Getter(mthis) native "WebSocket_binaryType_Getter"; 7919 Native_WebSocket_binaryType_Getter(mthis) native "WebSocket_binaryType_Getter";
7920 7920
7921 Native_WebSocket_binaryType_Setter(mthis, value) native "WebSocket_binaryType_Se tter"; 7921 Native_WebSocket_binaryType_Setter(mthis, value) native "WebSocket_binaryType_Se tter";
7922 7922
7923 Native_WebSocket_bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_G etter"; 7923 Native_WebSocket_bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_G etter";
7924 7924
7925 Native_WebSocket_extensions_Getter(mthis) native "WebSocket_extensions_Getter"; 7925 Native_WebSocket_extensions_Getter(mthis) native "WebSocket_extensions_Getter";
7926 7926
7927 Native_WebSocket_protocol_Getter(mthis) native "WebSocket_protocol_Getter"; 7927 Native_WebSocket_protocol_Getter(mthis) native "WebSocket_protocol_Getter";
7928 7928
7929 Native_WebSocket_readyState_Getter(mthis) native "WebSocket_readyState_Getter"; 7929 Native_WebSocket_readyState_Getter(mthis) native "WebSocket_readyState_Getter";
7930 7930
7931 Native_WebSocket_url_Getter(mthis) native "WebSocket_url_Getter"; 7931 Native_WebSocket_url_Getter(mthis) native "WebSocket_url_Getter";
7932 7932
7933 // Generated overload resolver 7933 // Generated overload resolver
7934 Native_WebSocket_close(mthis, code, reason) { 7934 Native_WebSocket_close(mthis, code, reason) {
7935 if (reason != null) { 7935 if (reason != null) {
7936 Native_WebSocket__close_1_Callback(mthis, code, reason); 7936 Native_WebSocket__close_1_Callback(mthis, code, reason);
7937 return; 7937 return;
7938 } 7938 }
7939 if (code != null) { 7939 if (code != null) {
7940 Native_WebSocket__close_2_Callback(mthis, code); 7940 Native_WebSocket__close_2_Callback(mthis, code);
7941 return; 7941 return;
7942 } 7942 }
7943 Native_WebSocket__close_3_Callback(mthis); 7943 Native_WebSocket__close_3_Callback(mthis);
7944 return; 7944 return;
7945 } 7945 }
7946 7946
7947 Native_WebSocket__close_1_Callback(mthis, code, reason) native "WebSocket_close_ Callback_2_unsigned short_DOMString"; 7947 Native_WebSocket__close_1_Callback(mthis, code, reason) native "WebSocket_close_ Callback_RESOLVER_STRING_2_unsigned short_DOMString";
7948 7948
7949 Native_WebSocket__close_2_Callback(mthis, code) native "WebSocket_close_Callback _1_unsigned short"; 7949 Native_WebSocket__close_2_Callback(mthis, code) native "WebSocket_close_Callback _RESOLVER_STRING_1_unsigned short";
7950 7950
7951 Native_WebSocket__close_3_Callback(mthis) native "WebSocket_close_Callback_0_"; 7951 Native_WebSocket__close_3_Callback(mthis) native "WebSocket_close_Callback_RESOL VER_STRING_0_";
7952 7952
7953 Native_WebSocket_send_Callback(mthis, data) native "WebSocket_send_Callback"; 7953 Native_WebSocket_send_Callback(mthis, data) native "WebSocket_send_Callback_RESO LVER_STRING_1_ArrayBuffer";
7954 7954
7955 Native_WebSocket_sendBlob_Callback(mthis, data) native "WebSocket_sendBlob_Callb ack"; 7955 Native_WebSocket_sendBlob_Callback(mthis, data) native "WebSocket_send_Callback_ RESOLVER_STRING_1_Blob";
7956 7956
7957 Native_WebSocket_sendByteBuffer_Callback(mthis, data) native "WebSocket_sendByte Buffer_Callback"; 7957 Native_WebSocket_sendByteBuffer_Callback(mthis, data) native "WebSocket_send_Cal lback_RESOLVER_STRING_1_ArrayBuffer";
7958 7958
7959 Native_WebSocket_sendString_Callback(mthis, data) native "WebSocket_sendString_C allback"; 7959 Native_WebSocket_sendString_Callback(mthis, data) native "WebSocket_send_Callbac k_RESOLVER_STRING_1_DOMString";
7960 7960
7961 Native_WebSocket_sendTypedData_Callback(mthis, data) native "WebSocket_sendTyped Data_Callback"; 7961 Native_WebSocket_sendTypedData_Callback(mthis, data) native "WebSocket_send_Call back_RESOLVER_STRING_1_ArrayBufferView";
7962 7962
7963 Native_WheelEvent_deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; 7963 Native_WheelEvent_deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter";
7964 7964
7965 Native_WheelEvent_deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; 7965 Native_WheelEvent_deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter";
7966 7966
7967 Native_WheelEvent_deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; 7967 Native_WheelEvent_deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter";
7968 7968
7969 Native_WheelEvent_deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; 7969 Native_WheelEvent_deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter";
7970 7970
7971 Native_WheelEvent_webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelE vent_webkitDirectionInvertedFromDevice_Getter"; 7971 Native_WheelEvent_webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelE vent_webkitDirectionInvertedFromDevice_Getter";
7972 7972
7973 Native_WheelEvent_wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Gette r"; 7973 Native_WheelEvent_wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Gette r";
7974 7974
7975 Native_WheelEvent_wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Gette r"; 7975 Native_WheelEvent_wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Gette r";
7976 7976
7977 Native_WheelEvent_initWebKitWheelEvent_Callback(mthis, wheelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) n ative "WheelEvent_initWebKitWheelEvent_Callback"; 7977 Native_WheelEvent_initWebKitWheelEvent_Callback(mthis, wheelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) n ative "WheelEvent_initWebKitWheelEvent_Callback_RESOLVER_STRING_11_long_long_Win dow_long_long_long_long_boolean_boolean_boolean_boolean";
7978 7978
7979 Native_Window_CSS_Getter(mthis) native "Window_CSS_Getter"; 7979 Native_Window_CSS_Getter(mthis) native "Window_CSS_Getter";
7980 7980
7981 Native_Window_applicationCache_Getter(mthis) native "Window_applicationCache_Get ter"; 7981 Native_Window_applicationCache_Getter(mthis) native "Window_applicationCache_Get ter";
7982 7982
7983 Native_Window_closed_Getter(mthis) native "Window_closed_Getter"; 7983 Native_Window_closed_Getter(mthis) native "Window_closed_Getter";
7984 7984
7985 Native_Window_console_Getter(mthis) native "Window_console_Getter"; 7985 Native_Window_console_Getter(mthis) native "Window_console_Getter";
7986 7986
7987 Native_Window_crypto_Getter(mthis) native "Window_crypto_Getter"; 7987 Native_Window_crypto_Getter(mthis) native "Window_crypto_Getter";
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
8080 Native_Window___getter__(mthis, index_OR_name) { 8080 Native_Window___getter__(mthis, index_OR_name) {
8081 if ((index_OR_name is int || index_OR_name == null)) { 8081 if ((index_OR_name is int || index_OR_name == null)) {
8082 return Native_Window____getter___1_Callback(mthis, index_OR_name); 8082 return Native_Window____getter___1_Callback(mthis, index_OR_name);
8083 } 8083 }
8084 if ((index_OR_name is String || index_OR_name == null)) { 8084 if ((index_OR_name is String || index_OR_name == null)) {
8085 return Native_Window____getter___2_Callback(mthis, index_OR_name); 8085 return Native_Window____getter___2_Callback(mthis, index_OR_name);
8086 } 8086 }
8087 throw new ArgumentError("Incorrect number or type of arguments"); 8087 throw new ArgumentError("Incorrect number or type of arguments");
8088 } 8088 }
8089 8089
8090 Native_Window____getter___1_Callback(mthis, index_OR_name) native "Window___gett er___Callback_1_unsigned long"; 8090 Native_Window____getter___1_Callback(mthis, index_OR_name) native "Window___gett er___Callback_RESOLVER_STRING_1_unsigned long";
8091 8091
8092 Native_Window____getter___2_Callback(mthis, index_OR_name) native "Window___gett er___Callback_1_DOMString"; 8092 Native_Window____getter___2_Callback(mthis, index_OR_name) native "Window___gett er___Callback_RESOLVER_STRING_1_DOMString";
8093 8093
8094 Native_Window_alert_Callback(mthis, message) native "Window_alert_Callback"; 8094 Native_Window_alert_Callback(mthis, message) native "Window_alert_Callback_RESOL VER_STRING_1_DOMString";
8095 8095
8096 Native_Window_cancelAnimationFrame_Callback(mthis, id) native "Window_cancelAnim ationFrame_Callback"; 8096 Native_Window_cancelAnimationFrame_Callback(mthis, id) native "Window_cancelAnim ationFrame_Callback_RESOLVER_STRING_1_long";
8097 8097
8098 Native_Window_close_Callback(mthis) native "Window_close_Callback"; 8098 Native_Window_close_Callback(mthis) native "Window_close_Callback_RESOLVER_STRIN G_0_";
8099 8099
8100 Native_Window_confirm_Callback(mthis, message) native "Window_confirm_Callback"; 8100 Native_Window_confirm_Callback(mthis, message) native "Window_confirm_Callback_R ESOLVER_STRING_1_DOMString";
8101 8101
8102 Native_Window_find_Callback(mthis, string, caseSensitive, backwards, wrap, whole Word, searchInFrames, showDialog) native "Window_find_Callback"; 8102 Native_Window_find_Callback(mthis, string, caseSensitive, backwards, wrap, whole Word, searchInFrames, showDialog) native "Window_find_Callback_RESOLVER_STRING_7 _DOMString_boolean_boolean_boolean_boolean_boolean_boolean";
8103 8103
8104 Native_Window_getComputedStyle_Callback(mthis, element, pseudoElement) native "W indow_getComputedStyle_Callback"; 8104 Native_Window_getComputedStyle_Callback(mthis, element, pseudoElement) native "W indow_getComputedStyle_Callback_RESOLVER_STRING_2_Element_DOMString";
8105 8105
8106 Native_Window_getMatchedCSSRules_Callback(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback"; 8106 Native_Window_getMatchedCSSRules_Callback(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback_RESOLVER_STRING_2_Element_DOMString";
8107 8107
8108 Native_Window_getSelection_Callback(mthis) native "Window_getSelection_Callback" ; 8108 Native_Window_getSelection_Callback(mthis) native "Window_getSelection_Callback_ RESOLVER_STRING_0_";
8109 8109
8110 Native_Window_matchMedia_Callback(mthis, query) native "Window_matchMedia_Callba ck"; 8110 Native_Window_matchMedia_Callback(mthis, query) native "Window_matchMedia_Callba ck_RESOLVER_STRING_1_DOMString";
8111 8111
8112 Native_Window_moveBy_Callback(mthis, x, y) native "Window_moveBy_Callback"; 8112 Native_Window_moveBy_Callback(mthis, x, y) native "Window_moveBy_Callback_RESOLV ER_STRING_2_float_float";
8113 8113
8114 Native_Window_moveTo_Callback(mthis, x, y) native "Window_moveTo_Callback"; 8114 Native_Window_moveTo_Callback(mthis, x, y) native "Window_moveTo_Callback_RESOLV ER_STRING_2_float_float";
8115 8115
8116 Native_Window_open_Callback(mthis, url, name, options) native "Window_open_Callb ack"; 8116 Native_Window_open_Callback(mthis, url, name, options) native "Window_open_Callb ack_RESOLVER_STRING_3_DOMString_DOMString_DOMString";
8117 8117
8118 Native_Window_openDatabase_Callback(mthis, name, version, displayName, estimated Size, creationCallback) native "Window_openDatabase_Callback"; 8118 Native_Window_openDatabase_Callback(mthis, name, version, displayName, estimated Size, creationCallback) native "Window_openDatabase_Callback_RESOLVER_STRING_5_D OMString_DOMString_DOMString_unsigned long_DatabaseCallback";
8119 8119
8120 Native_Window_postMessage_Callback(mthis, message, targetOrigin, messagePorts) n ative "Window_postMessage_Callback"; 8120 Native_Window_postMessage_Callback(mthis, message, targetOrigin, messagePorts) n ative "Window_postMessage_Callback_RESOLVER_STRING_3_SerializedScriptValue_DOMSt ring_MessagePort[]";
8121 8121
8122 Native_Window_print_Callback(mthis) native "Window_print_Callback"; 8122 Native_Window_print_Callback(mthis) native "Window_print_Callback_RESOLVER_STRIN G_0_";
8123 8123
8124 Native_Window_requestAnimationFrame_Callback(mthis, callback) native "Window_req uestAnimationFrame_Callback"; 8124 Native_Window_requestAnimationFrame_Callback(mthis, callback) native "Window_req uestAnimationFrame_Callback_RESOLVER_STRING_1_RequestAnimationFrameCallback";
8125 8125
8126 Native_Window_resizeBy_Callback(mthis, x, y) native "Window_resizeBy_Callback"; 8126 Native_Window_resizeBy_Callback(mthis, x, y) native "Window_resizeBy_Callback_RE SOLVER_STRING_2_float_float";
8127 8127
8128 Native_Window_resizeTo_Callback(mthis, width, height) native "Window_resizeTo_Ca llback"; 8128 Native_Window_resizeTo_Callback(mthis, width, height) native "Window_resizeTo_Ca llback_RESOLVER_STRING_2_float_float";
8129 8129
8130 Native_Window_scroll_Callback(mthis, x, y, scrollOptions) native "Window_scroll_ Callback"; 8130 Native_Window_scroll_Callback(mthis, x, y, scrollOptions) native "Window_scroll_ Callback_RESOLVER_STRING_3_long_long_Dictionary";
8131 8131
8132 Native_Window_scrollBy_Callback(mthis, x, y, scrollOptions) native "Window_scrol lBy_Callback"; 8132 Native_Window_scrollBy_Callback(mthis, x, y, scrollOptions) native "Window_scrol lBy_Callback_RESOLVER_STRING_3_long_long_Dictionary";
8133 8133
8134 Native_Window_scrollTo_Callback(mthis, x, y, scrollOptions) native "Window_scrol lTo_Callback"; 8134 Native_Window_scrollTo_Callback(mthis, x, y, scrollOptions) native "Window_scrol lTo_Callback_RESOLVER_STRING_3_long_long_Dictionary";
8135 8135
8136 Native_Window_showModalDialog_Callback(mthis, url, dialogArgs, featureArgs) nati ve "Window_showModalDialog_Callback"; 8136 Native_Window_showModalDialog_Callback(mthis, url, dialogArgs, featureArgs) nati ve "Window_showModalDialog_Callback_RESOLVER_STRING_3_DOMString_any_DOMString";
8137 8137
8138 Native_Window_stop_Callback(mthis) native "Window_stop_Callback"; 8138 Native_Window_stop_Callback(mthis) native "Window_stop_Callback_RESOLVER_STRING_ 0_";
8139 8139
8140 Native_Window_toString_Callback(mthis) native "Window_toString_Callback"; 8140 Native_Window_toString_Callback(mthis) native "Window_toString_Callback_RESOLVER _STRING_0_";
8141 8141
8142 Native_Window_webkitConvertPointFromNodeToPage_Callback(mthis, node, p) native " Window_webkitConvertPointFromNodeToPage_Callback"; 8142 Native_Window_webkitConvertPointFromNodeToPage_Callback(mthis, node, p) native " Window_webkitConvertPointFromNodeToPage_Callback_RESOLVER_STRING_2_Node_WebKitPo int";
8143 8143
8144 Native_Window_webkitConvertPointFromPageToNode_Callback(mthis, node, p) native " Window_webkitConvertPointFromPageToNode_Callback"; 8144 Native_Window_webkitConvertPointFromPageToNode_Callback(mthis, node, p) native " Window_webkitConvertPointFromPageToNode_Callback_RESOLVER_STRING_2_Node_WebKitPo int";
8145 8145
8146 Native_Window_webkitRequestFileSystem_Callback(mthis, type, size, successCallbac k, errorCallback) native "Window_webkitRequestFileSystem_Callback"; 8146 Native_Window_webkitRequestFileSystem_Callback(mthis, type, size, successCallbac k, errorCallback) native "Window_webkitRequestFileSystem_Callback_RESOLVER_STRIN G_4_unsigned short_long long_FileSystemCallback_ErrorCallback";
8147 8147
8148 Native_Window_webkitResolveLocalFileSystemURL_Callback(mthis, url, successCallba ck, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback"; 8148 Native_Window_webkitResolveLocalFileSystemURL_Callback(mthis, url, successCallba ck, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback_RESOL VER_STRING_3_DOMString_EntryCallback_ErrorCallback";
8149 8149
8150 Native_Window_atob_Callback(mthis, string) native "Window_atob_Callback"; 8150 Native_Window_atob_Callback(mthis, string) native "Window_atob_Callback_RESOLVER _STRING_1_DOMString";
8151 8151
8152 Native_Window_btoa_Callback(mthis, string) native "Window_btoa_Callback"; 8152 Native_Window_btoa_Callback(mthis, string) native "Window_btoa_Callback_RESOLVER _STRING_1_DOMString";
8153 8153
8154 Native_Window_clearInterval_Callback(mthis, handle) native "Window_clearInterval _Callback"; 8154 Native_Window_clearInterval_Callback(mthis, handle) native "Window_clearInterval _Callback_RESOLVER_STRING_1_long";
8155 8155
8156 Native_Window_clearTimeout_Callback(mthis, handle) native "Window_clearTimeout_C allback"; 8156 Native_Window_clearTimeout_Callback(mthis, handle) native "Window_clearTimeout_C allback_RESOLVER_STRING_1_long";
8157 8157
8158 Native_Window_setInterval_Callback(mthis, handler, timeout) native "Window_setIn terval_Callback"; 8158 Native_Window_setInterval_Callback(mthis, handler, timeout) native "Window_setIn terval_Callback_RESOLVER_STRING_2_any_long";
8159 8159
8160 Native_Window_setTimeout_Callback(mthis, handler, timeout) native "Window_setTim eout_Callback"; 8160 Native_Window_setTimeout_Callback(mthis, handler, timeout) native "Window_setTim eout_Callback_RESOLVER_STRING_2_any_long";
8161 8161
8162 // Generated overload resolver 8162 // Generated overload resolver
8163 Native_Worker_Worker(scriptUrl) { 8163 Native_Worker_Worker(scriptUrl) {
8164 return Native_Worker__create_1constructorCallback(scriptUrl); 8164 return Native_Worker__create_1constructorCallback(scriptUrl);
8165 } 8165 }
8166 8166
8167 Native_Worker__create_1constructorCallback(scriptUrl) native "Worker__create_1co nstructorCallback"; 8167 Native_Worker_constructorCallback(scriptUrl) native "Worker_constructorCallback_ RESOLVER_STRING_1_DOMString";
8168 8168
8169 Native_Worker_postMessage_Callback(mthis, message, messagePorts) native "Worker_ postMessage_Callback"; 8169 Native_Worker_postMessage_Callback(mthis, message, messagePorts) native "Worker_ postMessage_Callback_RESOLVER_STRING_2_SerializedScriptValue_MessagePort[]";
8170 8170
8171 Native_Worker_terminate_Callback(mthis) native "Worker_terminate_Callback"; 8171 Native_Worker_terminate_Callback(mthis) native "Worker_terminate_Callback_RESOLV ER_STRING_0_";
8172 8172
8173 Native_WorkerCrypto_getRandomValues_Callback(mthis, array) native "WorkerCrypto_ getRandomValues_Callback"; 8173 Native_WorkerCrypto_getRandomValues_Callback(mthis, array) native "WorkerCrypto_ getRandomValues_Callback_RESOLVER_STRING_1_ArrayBufferView";
8174 8174
8175 Native_WorkerPerformance_now_Callback(mthis) native "WorkerPerformance_now_Callb ack"; 8175 Native_WorkerPerformance_now_Callback(mthis) native "WorkerPerformance_now_Callb ack_RESOLVER_STRING_0_";
8176 8176
8177 Native_XMLHttpRequest_constructorCallback() native "XMLHttpRequest_constructorCa llback"; 8177 Native_XMLHttpRequest_constructorCallback() native "XMLHttpRequest_constructorCa llback";
8178 8178
8179 Native_XMLHttpRequest_readyState_Getter(mthis) native "XMLHttpRequest_readyState _Getter"; 8179 Native_XMLHttpRequest_readyState_Getter(mthis) native "XMLHttpRequest_readyState _Getter";
8180 8180
8181 Native_XMLHttpRequest_response_Getter(mthis) native "XMLHttpRequest_response_Get ter"; 8181 Native_XMLHttpRequest_response_Getter(mthis) native "XMLHttpRequest_response_Get ter";
8182 8182
8183 Native_XMLHttpRequest_responseText_Getter(mthis) native "XMLHttpRequest_response Text_Getter"; 8183 Native_XMLHttpRequest_responseText_Getter(mthis) native "XMLHttpRequest_response Text_Getter";
8184 8184
8185 Native_XMLHttpRequest_responseType_Getter(mthis) native "XMLHttpRequest_response Type_Getter"; 8185 Native_XMLHttpRequest_responseType_Getter(mthis) native "XMLHttpRequest_response Type_Getter";
8186 8186
8187 Native_XMLHttpRequest_responseType_Setter(mthis, value) native "XMLHttpRequest_r esponseType_Setter"; 8187 Native_XMLHttpRequest_responseType_Setter(mthis, value) native "XMLHttpRequest_r esponseType_Setter";
8188 8188
8189 Native_XMLHttpRequest_responseXML_Getter(mthis) native "XMLHttpRequest_responseX ML_Getter"; 8189 Native_XMLHttpRequest_responseXML_Getter(mthis) native "XMLHttpRequest_responseX ML_Getter";
8190 8190
8191 Native_XMLHttpRequest_status_Getter(mthis) native "XMLHttpRequest_status_Getter" ; 8191 Native_XMLHttpRequest_status_Getter(mthis) native "XMLHttpRequest_status_Getter" ;
8192 8192
8193 Native_XMLHttpRequest_statusText_Getter(mthis) native "XMLHttpRequest_statusText _Getter"; 8193 Native_XMLHttpRequest_statusText_Getter(mthis) native "XMLHttpRequest_statusText _Getter";
8194 8194
8195 Native_XMLHttpRequest_timeout_Getter(mthis) native "XMLHttpRequest_timeout_Gette r"; 8195 Native_XMLHttpRequest_timeout_Getter(mthis) native "XMLHttpRequest_timeout_Gette r";
8196 8196
8197 Native_XMLHttpRequest_timeout_Setter(mthis, value) native "XMLHttpRequest_timeou t_Setter"; 8197 Native_XMLHttpRequest_timeout_Setter(mthis, value) native "XMLHttpRequest_timeou t_Setter";
8198 8198
8199 Native_XMLHttpRequest_upload_Getter(mthis) native "XMLHttpRequest_upload_Getter" ; 8199 Native_XMLHttpRequest_upload_Getter(mthis) native "XMLHttpRequest_upload_Getter" ;
8200 8200
8201 Native_XMLHttpRequest_withCredentials_Getter(mthis) native "XMLHttpRequest_withC redentials_Getter"; 8201 Native_XMLHttpRequest_withCredentials_Getter(mthis) native "XMLHttpRequest_withC redentials_Getter";
8202 8202
8203 Native_XMLHttpRequest_withCredentials_Setter(mthis, value) native "XMLHttpReques t_withCredentials_Setter"; 8203 Native_XMLHttpRequest_withCredentials_Setter(mthis, value) native "XMLHttpReques t_withCredentials_Setter";
8204 8204
8205 Native_XMLHttpRequest_abort_Callback(mthis) native "XMLHttpRequest_abort_Callbac k"; 8205 Native_XMLHttpRequest_abort_Callback(mthis) native "XMLHttpRequest_abort_Callbac k_RESOLVER_STRING_0_";
8206 8206
8207 Native_XMLHttpRequest_getAllResponseHeaders_Callback(mthis) native "XMLHttpReque st_getAllResponseHeaders_Callback"; 8207 Native_XMLHttpRequest_getAllResponseHeaders_Callback(mthis) native "XMLHttpReque st_getAllResponseHeaders_Callback_RESOLVER_STRING_0_";
8208 8208
8209 Native_XMLHttpRequest_getResponseHeader_Callback(mthis, header) native "XMLHttpR equest_getResponseHeader_Callback"; 8209 Native_XMLHttpRequest_getResponseHeader_Callback(mthis, header) native "XMLHttpR equest_getResponseHeader_Callback_RESOLVER_STRING_1_DOMString";
8210 8210
8211 Native_XMLHttpRequest_open_Callback(mthis, method, url, async, user, password) n ative "XMLHttpRequest_open_Callback"; 8211 Native_XMLHttpRequest_open_Callback(mthis, method, url, async, user, password) n ative "XMLHttpRequest_open_Callback_RESOLVER_STRING_5_DOMString_DOMString_boolea n_DOMString_DOMString";
8212 8212
8213 Native_XMLHttpRequest_overrideMimeType_Callback(mthis, override) native "XMLHttp Request_overrideMimeType_Callback"; 8213 Native_XMLHttpRequest_overrideMimeType_Callback(mthis, override) native "XMLHttp Request_overrideMimeType_Callback_RESOLVER_STRING_1_DOMString";
8214 8214
8215 Native_XMLHttpRequest_send_Callback(mthis, data) native "XMLHttpRequest_send_Cal lback"; 8215 Native_XMLHttpRequest_send_Callback(mthis, data) native "XMLHttpRequest_send_Cal lback_RESOLVER_STRING_1_";
8216 8216
8217 Native_XMLHttpRequest_setRequestHeader_Callback(mthis, header, value) native "XM LHttpRequest_setRequestHeader_Callback"; 8217 Native_XMLHttpRequest_setRequestHeader_Callback(mthis, header, value) native "XM LHttpRequest_setRequestHeader_Callback_RESOLVER_STRING_2_DOMString_DOMString";
8218 8218
8219 // Generated overload resolver 8219 // Generated overload resolver
8220 Native_XMLSerializer_XmlSerializer() { 8220 Native_XMLSerializer_XmlSerializer() {
8221 return Native_XMLSerializer__create_1constructorCallback(); 8221 return Native_XMLSerializer__create_1constructorCallback();
8222 } 8222 }
8223 8223
8224 Native_XMLSerializer__create_1constructorCallback() native "XMLSerializer__creat e_1constructorCallback"; 8224 Native_XMLSerializer_constructorCallback() native "XMLSerializer_constructorCall back";
8225 8225
8226 Native_XMLSerializer_serializeToString_Callback(mthis, node) native "XMLSerializ er_serializeToString_Callback"; 8226 Native_XMLSerializer_serializeToString_Callback(mthis, node) native "XMLSerializ er_serializeToString_Callback_RESOLVER_STRING_1_Node";
8227 8227
8228 // Generated overload resolver 8228 // Generated overload resolver
8229 Native_XPathEvaluator_XPathEvaluator() { 8229 Native_XPathEvaluator_XPathEvaluator() {
8230 return Native_XPathEvaluator__create_1constructorCallback(); 8230 return Native_XPathEvaluator__create_1constructorCallback();
8231 } 8231 }
8232 8232
8233 Native_XPathEvaluator__create_1constructorCallback() native "XPathEvaluator__cre ate_1constructorCallback"; 8233 Native_XPathEvaluator_constructorCallback() native "XPathEvaluator_constructorCa llback";
8234 8234
8235 Native_XPathEvaluator_createExpression_Callback(mthis, expression, resolver) nat ive "XPathEvaluator_createExpression_Callback"; 8235 Native_XPathEvaluator_createExpression_Callback(mthis, expression, resolver) nat ive "XPathEvaluator_createExpression_Callback_RESOLVER_STRING_2_DOMString_XPathN SResolver";
8236 8236
8237 Native_XPathEvaluator_createNSResolver_Callback(mthis, nodeResolver) native "XPa thEvaluator_createNSResolver_Callback"; 8237 Native_XPathEvaluator_createNSResolver_Callback(mthis, nodeResolver) native "XPa thEvaluator_createNSResolver_Callback_RESOLVER_STRING_1_Node";
8238 8238
8239 Native_XPathEvaluator_evaluate_Callback(mthis, expression, contextNode, resolver , type, inResult) native "XPathEvaluator_evaluate_Callback"; 8239 Native_XPathEvaluator_evaluate_Callback(mthis, expression, contextNode, resolver , type, inResult) native "XPathEvaluator_evaluate_Callback_RESOLVER_STRING_5_DOM String_Node_XPathNSResolver_unsigned short_XPathResult";
8240 8240
8241 Native_XPathExpression_evaluate_Callback(mthis, contextNode, type, inResult) nat ive "XPathExpression_evaluate_Callback"; 8241 Native_XPathExpression_evaluate_Callback(mthis, contextNode, type, inResult) nat ive "XPathExpression_evaluate_Callback_RESOLVER_STRING_3_Node_unsigned short_XPa thResult";
8242 8242
8243 Native_XPathNSResolver_lookupNamespaceURI_Callback(mthis, prefix) native "XPathN SResolver_lookupNamespaceURI_Callback"; 8243 Native_XPathNSResolver_lookupNamespaceURI_Callback(mthis, prefix) native "XPathN SResolver_lookupNamespaceURI_Callback_RESOLVER_STRING_1_DOMString";
8244 8244
8245 Native_XPathResult_booleanValue_Getter(mthis) native "XPathResult_booleanValue_G etter"; 8245 Native_XPathResult_booleanValue_Getter(mthis) native "XPathResult_booleanValue_G etter";
8246 8246
8247 Native_XPathResult_invalidIteratorState_Getter(mthis) native "XPathResult_invali dIteratorState_Getter"; 8247 Native_XPathResult_invalidIteratorState_Getter(mthis) native "XPathResult_invali dIteratorState_Getter";
8248 8248
8249 Native_XPathResult_numberValue_Getter(mthis) native "XPathResult_numberValue_Get ter"; 8249 Native_XPathResult_numberValue_Getter(mthis) native "XPathResult_numberValue_Get ter";
8250 8250
8251 Native_XPathResult_resultType_Getter(mthis) native "XPathResult_resultType_Gette r"; 8251 Native_XPathResult_resultType_Getter(mthis) native "XPathResult_resultType_Gette r";
8252 8252
8253 Native_XPathResult_singleNodeValue_Getter(mthis) native "XPathResult_singleNodeV alue_Getter"; 8253 Native_XPathResult_singleNodeValue_Getter(mthis) native "XPathResult_singleNodeV alue_Getter";
8254 8254
8255 Native_XPathResult_snapshotLength_Getter(mthis) native "XPathResult_snapshotLeng th_Getter"; 8255 Native_XPathResult_snapshotLength_Getter(mthis) native "XPathResult_snapshotLeng th_Getter";
8256 8256
8257 Native_XPathResult_stringValue_Getter(mthis) native "XPathResult_stringValue_Get ter"; 8257 Native_XPathResult_stringValue_Getter(mthis) native "XPathResult_stringValue_Get ter";
8258 8258
8259 Native_XPathResult_iterateNext_Callback(mthis) native "XPathResult_iterateNext_C allback"; 8259 Native_XPathResult_iterateNext_Callback(mthis) native "XPathResult_iterateNext_C allback_RESOLVER_STRING_0_";
8260 8260
8261 Native_XPathResult_snapshotItem_Callback(mthis, index) native "XPathResult_snaps hotItem_Callback"; 8261 Native_XPathResult_snapshotItem_Callback(mthis, index) native "XPathResult_snaps hotItem_Callback_RESOLVER_STRING_1_unsigned long";
8262 8262
8263 // Generated overload resolver 8263 // Generated overload resolver
8264 Native_XSLTProcessor_XsltProcessor() { 8264 Native_XSLTProcessor_XsltProcessor() {
8265 return Native_XSLTProcessor__create_1constructorCallback(); 8265 return Native_XSLTProcessor__create_1constructorCallback();
8266 } 8266 }
8267 8267
8268 Native_XSLTProcessor__create_1constructorCallback() native "XSLTProcessor__creat e_1constructorCallback"; 8268 Native_XSLTProcessor_constructorCallback() native "XSLTProcessor_constructorCall back";
8269 8269
8270 Native_XSLTProcessor_clearParameters_Callback(mthis) native "XSLTProcessor_clear Parameters_Callback"; 8270 Native_XSLTProcessor_clearParameters_Callback(mthis) native "XSLTProcessor_clear Parameters_Callback_RESOLVER_STRING_0_";
8271 8271
8272 Native_XSLTProcessor_getParameter_Callback(mthis, namespaceURI, localName) nativ e "XSLTProcessor_getParameter_Callback"; 8272 Native_XSLTProcessor_getParameter_Callback(mthis, namespaceURI, localName) nativ e "XSLTProcessor_getParameter_Callback_RESOLVER_STRING_2_DOMString_DOMString";
8273 8273
8274 Native_XSLTProcessor_importStylesheet_Callback(mthis, stylesheet) native "XSLTPr ocessor_importStylesheet_Callback"; 8274 Native_XSLTProcessor_importStylesheet_Callback(mthis, stylesheet) native "XSLTPr ocessor_importStylesheet_Callback_RESOLVER_STRING_1_Node";
8275 8275
8276 Native_XSLTProcessor_removeParameter_Callback(mthis, namespaceURI, localName) na tive "XSLTProcessor_removeParameter_Callback"; 8276 Native_XSLTProcessor_removeParameter_Callback(mthis, namespaceURI, localName) na tive "XSLTProcessor_removeParameter_Callback_RESOLVER_STRING_2_DOMString_DOMStri ng";
8277 8277
8278 Native_XSLTProcessor_reset_Callback(mthis) native "XSLTProcessor_reset_Callback" ; 8278 Native_XSLTProcessor_reset_Callback(mthis) native "XSLTProcessor_reset_Callback_ RESOLVER_STRING_0_";
8279 8279
8280 Native_XSLTProcessor_setParameter_Callback(mthis, namespaceURI, localName, value ) native "XSLTProcessor_setParameter_Callback"; 8280 Native_XSLTProcessor_setParameter_Callback(mthis, namespaceURI, localName, value ) native "XSLTProcessor_setParameter_Callback_RESOLVER_STRING_3_DOMString_DOMStr ing_DOMString";
8281 8281
8282 Native_XSLTProcessor_transformToDocument_Callback(mthis, source) native "XSLTPro cessor_transformToDocument_Callback"; 8282 Native_XSLTProcessor_transformToDocument_Callback(mthis, source) native "XSLTPro cessor_transformToDocument_Callback_RESOLVER_STRING_1_Node";
8283 8283
8284 Native_XSLTProcessor_transformToFragment_Callback(mthis, source, docVal) native "XSLTProcessor_transformToFragment_Callback"; 8284 Native_XSLTProcessor_transformToFragment_Callback(mthis, source, docVal) native "XSLTProcessor_transformToFragment_Callback_RESOLVER_STRING_2_Node_Document";
8285 8285
8286 8286
8287 // TODO(vsm): This should be moved out of this library. Into dart:html? 8287 // TODO(vsm): This should be moved out of this library. Into dart:html?
8288 Type _getType(String key) { 8288 Type _getType(String key) {
8289 // TODO(vsm): Add Cross Frame and JS types here as well. 8289 // TODO(vsm): Add Cross Frame and JS types here as well.
8290 if (htmlBlinkMap.containsKey(key)) 8290 if (htmlBlinkMap.containsKey(key))
8291 return htmlBlinkMap[key]; 8291 return htmlBlinkMap[key];
8292 if (indexed_dbBlinkMap.containsKey(key)) 8292 if (indexed_dbBlinkMap.containsKey(key))
8293 return indexed_dbBlinkMap[key]; 8293 return indexed_dbBlinkMap[key];
8294 if (web_audioBlinkMap.containsKey(key)) 8294 if (web_audioBlinkMap.containsKey(key))
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
8350 // _DOMStringMap native entry points 8350 // _DOMStringMap native entry points
8351 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback"; 8351 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback";
8352 8352
8353 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ; 8353 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ;
8354 8354
8355 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback"; 8355 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback";
8356 8356
8357 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack"; 8357 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack";
8358 8358
8359 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k"; 8359 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k";
OLDNEW
« no previous file with comments | « no previous file | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698