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

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

Issue 328663002: Version 1.5.0-dev.4.5 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 6 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 | « dart/runtime/vm/raw_object.h ('k') | dart/sdk/lib/html/dart2js/html_dart2js.dart » ('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 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
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";
127 127
128 Native_TimedItem_player_Getter(mthis) native "TimedItem_player_Getter"; 128 Native_TimedItem_player_Getter(mthis) native "TimedItem_player_Getter";
129 129
130 Native_TimedItem_specified_Getter(mthis) native "TimedItem_specified_Getter";
131
132 Native_TimedItem_startTime_Getter(mthis) native "TimedItem_startTime_Getter"; 130 Native_TimedItem_startTime_Getter(mthis) native "TimedItem_startTime_Getter";
133 131
134 // Generated overload resolver 132 // Generated overload resolver
135 Native_Animation_Animation(target, keyframes, timingInput) { 133 Native_Animation_Animation(target, keyframes, timingInput) {
136 if ((timingInput is Map || timingInput == null) && (keyframes is List<Map> | | keyframes == null) && (target is Element || target == null)) { 134 if ((timingInput is Map || timingInput == null) && (keyframes is List<Map> | | keyframes == null) && (target is Element || target == null)) {
137 return Native_Animation__create_1constructorCallback(target, keyframes, ti mingInput); 135 return Native_Animation__create_1constructorCallback(target, keyframes, ti mingInput);
138 } 136 }
139 if ((timingInput is num || timingInput == null) && (keyframes is List<Map> | | keyframes == null) && (target is Element || target == null)) { 137 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); 138 return Native_Animation__create_2constructorCallback(target, keyframes, ti mingInput);
141 } 139 }
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 Native_Attr_name_Getter(mthis) native "Attr_name_Getter"; 208 Native_Attr_name_Getter(mthis) native "Attr_name_Getter";
211 209
212 Native_Attr_namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; 210 Native_Attr_namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter";
213 211
214 Native_Attr_value_Getter(mthis) native "Attr_value_Getter"; 212 Native_Attr_value_Getter(mthis) native "Attr_value_Getter";
215 213
216 Native_Attr_value_Setter(mthis, value) native "Attr_value_Setter"; 214 Native_Attr_value_Setter(mthis, value) native "Attr_value_Setter";
217 215
218 Native_AudioBuffer_duration_Getter(mthis) native "AudioBuffer_duration_Getter"; 216 Native_AudioBuffer_duration_Getter(mthis) native "AudioBuffer_duration_Getter";
219 217
220 Native_AudioBuffer_gain_Getter(mthis) native "AudioBuffer_gain_Getter";
221
222 Native_AudioBuffer_gain_Setter(mthis, value) native "AudioBuffer_gain_Setter";
223
224 Native_AudioBuffer_length_Getter(mthis) native "AudioBuffer_length_Getter"; 218 Native_AudioBuffer_length_Getter(mthis) native "AudioBuffer_length_Getter";
225 219
226 Native_AudioBuffer_numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfCh annels_Getter"; 220 Native_AudioBuffer_numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfCh annels_Getter";
227 221
228 Native_AudioBuffer_sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Gette r"; 222 Native_AudioBuffer_sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Gette r";
229 223
230 Native_AudioBuffer_getChannelData_Callback(mthis, channelIndex) native "AudioBuf fer_getChannelData_Callback_RESOLVER_STRING_1_unsigned long"; 224 Native_AudioBuffer_getChannelData_Callback(mthis, channelIndex) native "AudioBuf fer_getChannelData_Callback_RESOLVER_STRING_1_unsigned long";
231 225
232 Native_AudioBufferSourceNode_buffer_Getter(mthis) native "AudioBufferSourceNode_ buffer_Getter"; 226 Native_AudioBufferSourceNode_buffer_Getter(mthis) native "AudioBufferSourceNode_ buffer_Getter";
233 227
234 Native_AudioBufferSourceNode_buffer_Setter(mthis, value) native "AudioBufferSour ceNode_buffer_Setter"; 228 Native_AudioBufferSourceNode_buffer_Setter(mthis, value) native "AudioBufferSour ceNode_buffer_Setter";
235 229
236 Native_AudioBufferSourceNode_gain_Getter(mthis) native "AudioBufferSourceNode_ga in_Getter";
237
238 Native_AudioBufferSourceNode_loop_Getter(mthis) native "AudioBufferSourceNode_lo op_Getter"; 230 Native_AudioBufferSourceNode_loop_Getter(mthis) native "AudioBufferSourceNode_lo op_Getter";
239 231
240 Native_AudioBufferSourceNode_loop_Setter(mthis, value) native "AudioBufferSource Node_loop_Setter"; 232 Native_AudioBufferSourceNode_loop_Setter(mthis, value) native "AudioBufferSource Node_loop_Setter";
241 233
242 Native_AudioBufferSourceNode_loopEnd_Getter(mthis) native "AudioBufferSourceNode _loopEnd_Getter"; 234 Native_AudioBufferSourceNode_loopEnd_Getter(mthis) native "AudioBufferSourceNode _loopEnd_Getter";
243 235
244 Native_AudioBufferSourceNode_loopEnd_Setter(mthis, value) native "AudioBufferSou rceNode_loopEnd_Setter"; 236 Native_AudioBufferSourceNode_loopEnd_Setter(mthis, value) native "AudioBufferSou rceNode_loopEnd_Setter";
245 237
246 Native_AudioBufferSourceNode_loopStart_Getter(mthis) native "AudioBufferSourceNo de_loopStart_Getter"; 238 Native_AudioBufferSourceNode_loopStart_Getter(mthis) native "AudioBufferSourceNo de_loopStart_Getter";
247 239
248 Native_AudioBufferSourceNode_loopStart_Setter(mthis, value) native "AudioBufferS ourceNode_loopStart_Setter"; 240 Native_AudioBufferSourceNode_loopStart_Setter(mthis, value) native "AudioBufferS ourceNode_loopStart_Setter";
249 241
250 Native_AudioBufferSourceNode_playbackRate_Getter(mthis) native "AudioBufferSourc eNode_playbackRate_Getter"; 242 Native_AudioBufferSourceNode_playbackRate_Getter(mthis) native "AudioBufferSourc eNode_playbackRate_Getter";
251 243
252 Native_AudioBufferSourceNode_playbackState_Getter(mthis) native "AudioBufferSour ceNode_playbackState_Getter";
253
254 Native_AudioBufferSourceNode_noteGrainOn_Callback(mthis, when, grainOffset, grai nDuration) native "AudioBufferSourceNode_noteGrainOn_Callback_RESOLVER_STRING_3_ double_double_double"; 244 Native_AudioBufferSourceNode_noteGrainOn_Callback(mthis, when, grainOffset, grai nDuration) native "AudioBufferSourceNode_noteGrainOn_Callback_RESOLVER_STRING_3_ double_double_double";
255 245
256 Native_AudioBufferSourceNode_noteOff_Callback(mthis, when) native "AudioBufferSo urceNode_noteOff_Callback_RESOLVER_STRING_1_double"; 246 Native_AudioBufferSourceNode_noteOff_Callback(mthis, when) native "AudioBufferSo urceNode_noteOff_Callback_RESOLVER_STRING_1_double";
257 247
258 Native_AudioBufferSourceNode_noteOn_Callback(mthis, when) native "AudioBufferSou rceNode_noteOn_Callback_RESOLVER_STRING_1_double"; 248 Native_AudioBufferSourceNode_noteOn_Callback(mthis, when) native "AudioBufferSou rceNode_noteOn_Callback_RESOLVER_STRING_1_double";
259 249
260 // Generated overload resolver 250 // Generated overload resolver
261 Native_AudioBufferSourceNode_start(mthis, when, grainOffset, grainDuration) { 251 Native_AudioBufferSourceNode_start(mthis, when, grainOffset, grainDuration) {
262 if (grainDuration != null) { 252 if (grainDuration != null) {
263 Native_AudioBufferSourceNode__start_1_Callback(mthis, when, grainOffset, g rainDuration); 253 Native_AudioBufferSourceNode__start_1_Callback(mthis, when, grainOffset, g rainDuration);
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 287
298 Native_AudioBufferSourceNode__stop_2_Callback(mthis) native "AudioBufferSourceNo de_stop_Callback_RESOLVER_STRING_0_"; 288 Native_AudioBufferSourceNode__stop_2_Callback(mthis) native "AudioBufferSourceNo de_stop_Callback_RESOLVER_STRING_0_";
299 289
300 // Generated overload resolver 290 // Generated overload resolver
301 Native_AudioContext_AudioContext() { 291 Native_AudioContext_AudioContext() {
302 return Native_AudioContext__create_1constructorCallback(); 292 return Native_AudioContext__create_1constructorCallback();
303 } 293 }
304 294
305 Native_AudioContext__create_1constructorCallback() native "AudioContext_construc torCallback_RESOLVER_STRING_0_"; 295 Native_AudioContext__create_1constructorCallback() native "AudioContext_construc torCallback_RESOLVER_STRING_0_";
306 296
307 Native_AudioContext_activeSourceCount_Getter(mthis) native "AudioContext_activeS ourceCount_Getter";
308
309 Native_AudioContext_currentTime_Getter(mthis) native "AudioContext_currentTime_G etter"; 297 Native_AudioContext_currentTime_Getter(mthis) native "AudioContext_currentTime_G etter";
310 298
311 Native_AudioContext_destination_Getter(mthis) native "AudioContext_destination_G etter"; 299 Native_AudioContext_destination_Getter(mthis) native "AudioContext_destination_G etter";
312 300
313 Native_AudioContext_listener_Getter(mthis) native "AudioContext_listener_Getter" ; 301 Native_AudioContext_listener_Getter(mthis) native "AudioContext_listener_Getter" ;
314 302
315 Native_AudioContext_sampleRate_Getter(mthis) native "AudioContext_sampleRate_Get ter"; 303 Native_AudioContext_sampleRate_Getter(mthis) native "AudioContext_sampleRate_Get ter";
316 304
317 Native_AudioContext_createAnalyser_Callback(mthis) native "AudioContext_createAn alyser_Callback_RESOLVER_STRING_0_"; 305 Native_AudioContext_createAnalyser_Callback(mthis) native "AudioContext_createAn alyser_Callback_RESOLVER_STRING_0_";
318 306
319 Native_AudioContext_createBiquadFilter_Callback(mthis) native "AudioContext_crea teBiquadFilter_Callback_RESOLVER_STRING_0_"; 307 Native_AudioContext_createBiquadFilter_Callback(mthis) native "AudioContext_crea teBiquadFilter_Callback_RESOLVER_STRING_0_";
320 308
321 Native_AudioContext_createBuffer_Callback(mthis, numberOfChannels, numberOfFrame s, sampleRate) native "AudioContext_createBuffer_Callback_RESOLVER_STRING_3_unsi gned long_unsigned long_float"; 309 Native_AudioContext_createBuffer_Callback(mthis, numberOfChannels, numberOfFrame s, sampleRate) native "AudioContext_createBuffer_Callback_RESOLVER_STRING_3_unsi gned long_unsigned long_float";
322 310
323 Native_AudioContext_createBufferFromBuffer_Callback(mthis, buffer, mixToMono) na tive "AudioContext_createBuffer_Callback_RESOLVER_STRING_2_ArrayBuffer_boolean";
324
325 Native_AudioContext_createBufferSource_Callback(mthis) native "AudioContext_crea teBufferSource_Callback_RESOLVER_STRING_0_"; 311 Native_AudioContext_createBufferSource_Callback(mthis) native "AudioContext_crea teBufferSource_Callback_RESOLVER_STRING_0_";
326 312
327 // Generated overload resolver 313 // Generated overload resolver
328 Native_AudioContext_createChannelMerger(mthis, numberOfInputs) { 314 Native_AudioContext_createChannelMerger(mthis, numberOfInputs) {
329 if (numberOfInputs != null) { 315 if (numberOfInputs != null) {
330 return Native_AudioContext__createChannelMerger_1_Callback(mthis, numberOf Inputs); 316 return Native_AudioContext__createChannelMerger_1_Callback(mthis, numberOf Inputs);
331 } 317 }
332 return Native_AudioContext__createChannelMerger_2_Callback(mthis); 318 return Native_AudioContext__createChannelMerger_2_Callback(mthis);
333 } 319 }
334 320
(...skipping 20 matching lines...) Expand all
355 if (maxDelayTime != null) { 341 if (maxDelayTime != null) {
356 return Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime); 342 return Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime);
357 } 343 }
358 return Native_AudioContext__createDelay_2_Callback(mthis); 344 return Native_AudioContext__createDelay_2_Callback(mthis);
359 } 345 }
360 346
361 Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime) native "AudioCo ntext_createDelay_Callback_RESOLVER_STRING_1_double"; 347 Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime) native "AudioCo ntext_createDelay_Callback_RESOLVER_STRING_1_double";
362 348
363 Native_AudioContext__createDelay_2_Callback(mthis) native "AudioContext_createDe lay_Callback_RESOLVER_STRING_0_"; 349 Native_AudioContext__createDelay_2_Callback(mthis) native "AudioContext_createDe lay_Callback_RESOLVER_STRING_0_";
364 350
365 // Generated overload resolver
366 Native_AudioContext_createDelayNode(mthis, maxDelayTime) {
367 if (maxDelayTime != null) {
368 return Native_AudioContext__createDelayNode_1_Callback(mthis, maxDelayTime );
369 }
370 return Native_AudioContext__createDelayNode_2_Callback(mthis);
371 }
372
373 Native_AudioContext__createDelayNode_1_Callback(mthis, maxDelayTime) native "Aud ioContext_createDelayNode_Callback_RESOLVER_STRING_1_double";
374
375 Native_AudioContext__createDelayNode_2_Callback(mthis) native "AudioContext_crea teDelayNode_Callback_RESOLVER_STRING_0_";
376
377 Native_AudioContext_createDynamicsCompressor_Callback(mthis) native "AudioContex t_createDynamicsCompressor_Callback_RESOLVER_STRING_0_"; 351 Native_AudioContext_createDynamicsCompressor_Callback(mthis) native "AudioContex t_createDynamicsCompressor_Callback_RESOLVER_STRING_0_";
378 352
379 Native_AudioContext_createGain_Callback(mthis) native "AudioContext_createGain_C allback_RESOLVER_STRING_0_"; 353 Native_AudioContext_createGain_Callback(mthis) native "AudioContext_createGain_C allback_RESOLVER_STRING_0_";
380 354
381 Native_AudioContext_createGainNode_Callback(mthis) native "AudioContext_createGa inNode_Callback_RESOLVER_STRING_0_";
382
383 // Generated overload resolver
384 Native_AudioContext_createJavaScriptNode(mthis, bufferSize, numberOfInputChannel s, numberOfOutputChannels) {
385 if (numberOfOutputChannels != null) {
386 return Native_AudioContext__createJavaScriptNode_1_Callback(mthis, bufferS ize, numberOfInputChannels, numberOfOutputChannels);
387 }
388 if (numberOfInputChannels != null) {
389 return Native_AudioContext__createJavaScriptNode_2_Callback(mthis, bufferS ize, numberOfInputChannels);
390 }
391 return Native_AudioContext__createJavaScriptNode_3_Callback(mthis, bufferSiz e);
392 }
393
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
396 Native_AudioContext__createJavaScriptNode_2_Callback(mthis, bufferSize, numberOf InputChannels) native "AudioContext_createJavaScriptNode_Callback_RESOLVER_STRIN G_2_unsigned long_unsigned long";
397
398 Native_AudioContext__createJavaScriptNode_3_Callback(mthis, bufferSize) native " AudioContext_createJavaScriptNode_Callback_RESOLVER_STRING_1_unsigned long";
399
400 Native_AudioContext_createMediaElementSource_Callback(mthis, mediaElement) nativ e "AudioContext_createMediaElementSource_Callback_RESOLVER_STRING_1_HTMLMediaEle ment"; 355 Native_AudioContext_createMediaElementSource_Callback(mthis, mediaElement) nativ e "AudioContext_createMediaElementSource_Callback_RESOLVER_STRING_1_HTMLMediaEle ment";
401 356
402 Native_AudioContext_createMediaStreamDestination_Callback(mthis) native "AudioCo ntext_createMediaStreamDestination_Callback_RESOLVER_STRING_0_"; 357 Native_AudioContext_createMediaStreamDestination_Callback(mthis) native "AudioCo ntext_createMediaStreamDestination_Callback_RESOLVER_STRING_0_";
403 358
404 Native_AudioContext_createMediaStreamSource_Callback(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback_RESOLVER_STRING_1_MediaStream"; 359 Native_AudioContext_createMediaStreamSource_Callback(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback_RESOLVER_STRING_1_MediaStream";
405 360
406 Native_AudioContext_createOscillator_Callback(mthis) native "AudioContext_create Oscillator_Callback_RESOLVER_STRING_0_"; 361 Native_AudioContext_createOscillator_Callback(mthis) native "AudioContext_create Oscillator_Callback_RESOLVER_STRING_0_";
407 362
408 Native_AudioContext_createPanner_Callback(mthis) native "AudioContext_createPann er_Callback_RESOLVER_STRING_0_"; 363 Native_AudioContext_createPanner_Callback(mthis) native "AudioContext_createPann er_Callback_RESOLVER_STRING_0_";
409 364
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 Native_AudioParam_value_Setter(mthis, value) native "AudioParam_value_Setter"; 423 Native_AudioParam_value_Setter(mthis, value) native "AudioParam_value_Setter";
469 424
470 Native_AudioParam_cancelScheduledValues_Callback(mthis, startTime) native "Audio Param_cancelScheduledValues_Callback_RESOLVER_STRING_1_double"; 425 Native_AudioParam_cancelScheduledValues_Callback(mthis, startTime) native "Audio Param_cancelScheduledValues_Callback_RESOLVER_STRING_1_double";
471 426
472 Native_AudioParam_exponentialRampToValueAtTime_Callback(mthis, value, time) nati ve "AudioParam_exponentialRampToValueAtTime_Callback_RESOLVER_STRING_2_float_dou ble"; 427 Native_AudioParam_exponentialRampToValueAtTime_Callback(mthis, value, time) nati ve "AudioParam_exponentialRampToValueAtTime_Callback_RESOLVER_STRING_2_float_dou ble";
473 428
474 Native_AudioParam_linearRampToValueAtTime_Callback(mthis, value, time) native "A udioParam_linearRampToValueAtTime_Callback_RESOLVER_STRING_2_float_double"; 429 Native_AudioParam_linearRampToValueAtTime_Callback(mthis, value, time) native "A udioParam_linearRampToValueAtTime_Callback_RESOLVER_STRING_2_float_double";
475 430
476 Native_AudioParam_setTargetAtTime_Callback(mthis, target, time, timeConstant) na tive "AudioParam_setTargetAtTime_Callback_RESOLVER_STRING_3_float_double_double" ; 431 Native_AudioParam_setTargetAtTime_Callback(mthis, target, time, timeConstant) na tive "AudioParam_setTargetAtTime_Callback_RESOLVER_STRING_3_float_double_double" ;
477 432
478 Native_AudioParam_setTargetValueAtTime_Callback(mthis, targetValue, time, timeCo nstant) native "AudioParam_setTargetValueAtTime_Callback_RESOLVER_STRING_3_float _double_double";
479
480 Native_AudioParam_setValueAtTime_Callback(mthis, value, time) native "AudioParam _setValueAtTime_Callback_RESOLVER_STRING_2_float_double"; 433 Native_AudioParam_setValueAtTime_Callback(mthis, value, time) native "AudioParam _setValueAtTime_Callback_RESOLVER_STRING_2_float_double";
481 434
482 Native_AudioParam_setValueCurveAtTime_Callback(mthis, values, time, duration) na tive "AudioParam_setValueCurveAtTime_Callback"; 435 Native_AudioParam_setValueCurveAtTime_Callback(mthis, values, time, duration) na tive "AudioParam_setValueCurveAtTime_Callback";
483 436
484 Native_Event_bubbles_Getter(mthis) native "Event_bubbles_Getter"; 437 Native_Event_bubbles_Getter(mthis) native "Event_bubbles_Getter";
485 438
486 Native_Event_cancelable_Getter(mthis) native "Event_cancelable_Getter"; 439 Native_Event_cancelable_Getter(mthis) native "Event_cancelable_Getter";
487 440
488 Native_Event_clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; 441 Native_Event_clipboardData_Getter(mthis) native "Event_clipboardData_Getter";
489 442
(...skipping 20 matching lines...) Expand all
510 Native_Event_stopPropagation_Callback(mthis) native "Event_stopPropagation_Callb ack_RESOLVER_STRING_0_"; 463 Native_Event_stopPropagation_Callback(mthis) native "Event_stopPropagation_Callb ack_RESOLVER_STRING_0_";
511 464
512 Native_AudioProcessingEvent_inputBuffer_Getter(mthis) native "AudioProcessingEve nt_inputBuffer_Getter"; 465 Native_AudioProcessingEvent_inputBuffer_Getter(mthis) native "AudioProcessingEve nt_inputBuffer_Getter";
513 466
514 Native_AudioProcessingEvent_outputBuffer_Getter(mthis) native "AudioProcessingEv ent_outputBuffer_Getter"; 467 Native_AudioProcessingEvent_outputBuffer_Getter(mthis) native "AudioProcessingEv ent_outputBuffer_Getter";
515 468
516 Native_AutocompleteErrorEvent_reason_Getter(mthis) native "AutocompleteErrorEven t_reason_Getter"; 469 Native_AutocompleteErrorEvent_reason_Getter(mthis) native "AutocompleteErrorEven t_reason_Getter";
517 470
518 Native_BarProp_visible_Getter(mthis) native "BarProp_visible_Getter"; 471 Native_BarProp_visible_Getter(mthis) native "BarProp_visible_Getter";
519 472
520 Native_BeforeLoadEvent_url_Getter(mthis) native "BeforeLoadEvent_url_Getter";
521
522 Native_BeforeUnloadEvent_returnValue_Getter(mthis) native "BeforeUnloadEvent_ret urnValue_Getter"; 473 Native_BeforeUnloadEvent_returnValue_Getter(mthis) native "BeforeUnloadEvent_ret urnValue_Getter";
523 474
524 Native_BeforeUnloadEvent_returnValue_Setter(mthis, value) native "BeforeUnloadEv ent_returnValue_Setter"; 475 Native_BeforeUnloadEvent_returnValue_Setter(mthis, value) native "BeforeUnloadEv ent_returnValue_Setter";
525 476
526 Native_BiquadFilterNode_Q_Getter(mthis) native "BiquadFilterNode_Q_Getter"; 477 Native_BiquadFilterNode_Q_Getter(mthis) native "BiquadFilterNode_Q_Getter";
527 478
528 Native_BiquadFilterNode_detune_Getter(mthis) native "BiquadFilterNode_detune_Get ter"; 479 Native_BiquadFilterNode_detune_Getter(mthis) native "BiquadFilterNode_detune_Get ter";
529 480
530 Native_BiquadFilterNode_frequency_Getter(mthis) native "BiquadFilterNode_frequen cy_Getter"; 481 Native_BiquadFilterNode_frequency_Getter(mthis) native "BiquadFilterNode_frequen cy_Getter";
531 482
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 Native_CSSViewportRule_style_Getter(mthis) native "CSSViewportRule_style_Getter" ; 709 Native_CSSViewportRule_style_Getter(mthis) native "CSSViewportRule_style_Getter" ;
759 710
760 Native_Canvas2DContextAttributes_alpha_Getter(mthis) native "Canvas2DContextAttr ibutes_alpha_Getter"; 711 Native_Canvas2DContextAttributes_alpha_Getter(mthis) native "Canvas2DContextAttr ibutes_alpha_Getter";
761 712
762 Native_Canvas2DContextAttributes_alpha_Setter(mthis, value) native "Canvas2DCont extAttributes_alpha_Setter"; 713 Native_Canvas2DContextAttributes_alpha_Setter(mthis, value) native "Canvas2DCont extAttributes_alpha_Setter";
763 714
764 Native_CanvasGradient_addColorStop_Callback(mthis, offset, color) native "Canvas Gradient_addColorStop_Callback_RESOLVER_STRING_2_float_DOMString"; 715 Native_CanvasGradient_addColorStop_Callback(mthis, offset, color) native "Canvas Gradient_addColorStop_Callback_RESOLVER_STRING_2_float_DOMString";
765 716
766 Native_CanvasRenderingContext_canvas_Getter(mthis) native "CanvasRenderingContex t2D_canvas_Getter"; 717 Native_CanvasRenderingContext_canvas_Getter(mthis) native "CanvasRenderingContex t2D_canvas_Getter";
767 718
768 Native_CanvasRenderingContext2D_currentPath_Getter(mthis) native "CanvasRenderin gContext2D_currentPath_Getter";
769
770 Native_CanvasRenderingContext2D_currentPath_Setter(mthis, value) native "CanvasR enderingContext2D_currentPath_Setter";
771
772 Native_CanvasRenderingContext2D_currentTransform_Getter(mthis) native "CanvasRen deringContext2D_currentTransform_Getter"; 719 Native_CanvasRenderingContext2D_currentTransform_Getter(mthis) native "CanvasRen deringContext2D_currentTransform_Getter";
773 720
774 Native_CanvasRenderingContext2D_currentTransform_Setter(mthis, value) native "Ca nvasRenderingContext2D_currentTransform_Setter"; 721 Native_CanvasRenderingContext2D_currentTransform_Setter(mthis, value) native "Ca nvasRenderingContext2D_currentTransform_Setter";
775 722
776 Native_CanvasRenderingContext2D_fillStyle_Getter(mthis) native "CanvasRenderingC ontext2D_fillStyle_Getter"; 723 Native_CanvasRenderingContext2D_fillStyle_Getter(mthis) native "CanvasRenderingC ontext2D_fillStyle_Getter";
777 724
778 Native_CanvasRenderingContext2D_fillStyle_Setter(mthis, value) native "CanvasRen deringContext2D_fillStyle_Setter"; 725 Native_CanvasRenderingContext2D_fillStyle_Setter(mthis, value) native "CanvasRen deringContext2D_fillStyle_Setter";
779 726
780 Native_CanvasRenderingContext2D_font_Getter(mthis) native "CanvasRenderingContex t2D_font_Getter"; 727 Native_CanvasRenderingContext2D_font_Getter(mthis) native "CanvasRenderingContex t2D_font_Getter";
781 728
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 Native_CanvasRenderingContext2D_resetTransform_Callback(mthis) native "CanvasRen deringContext2D_resetTransform_Callback_RESOLVER_STRING_0_"; 987 Native_CanvasRenderingContext2D_resetTransform_Callback(mthis) native "CanvasRen deringContext2D_resetTransform_Callback_RESOLVER_STRING_0_";
1041 988
1042 Native_CanvasRenderingContext2D_restore_Callback(mthis) native "CanvasRenderingC ontext2D_restore_Callback_RESOLVER_STRING_0_"; 989 Native_CanvasRenderingContext2D_restore_Callback(mthis) native "CanvasRenderingC ontext2D_restore_Callback_RESOLVER_STRING_0_";
1043 990
1044 Native_CanvasRenderingContext2D_rotate_Callback(mthis, angle) native "CanvasRend eringContext2D_rotate_Callback_RESOLVER_STRING_1_float"; 991 Native_CanvasRenderingContext2D_rotate_Callback(mthis, angle) native "CanvasRend eringContext2D_rotate_Callback_RESOLVER_STRING_1_float";
1045 992
1046 Native_CanvasRenderingContext2D_save_Callback(mthis) native "CanvasRenderingCont ext2D_save_Callback_RESOLVER_STRING_0_"; 993 Native_CanvasRenderingContext2D_save_Callback(mthis) native "CanvasRenderingCont ext2D_save_Callback_RESOLVER_STRING_0_";
1047 994
1048 Native_CanvasRenderingContext2D_scale_Callback(mthis, sx, sy) native "CanvasRend eringContext2D_scale_Callback_RESOLVER_STRING_2_float_float"; 995 Native_CanvasRenderingContext2D_scale_Callback(mthis, sx, sy) native "CanvasRend eringContext2D_scale_Callback_RESOLVER_STRING_2_float_float";
1049 996
1050 Native_CanvasRenderingContext2D_setLineDash_Callback(mthis, dash) native "Canvas RenderingContext2D_setLineDash_Callback_RESOLVER_STRING_1_sequence<float>"; 997 Native_CanvasRenderingContext2D_setLineDash_Callback(mthis, dash) native "Canvas RenderingContext2D_setLineDash_Callback_RESOLVER_STRING_1_sequence<unrestricted float>";
1051 998
1052 Native_CanvasRenderingContext2D_setTransform_Callback(mthis, m11, m12, m21, m22, dx, dy) native "CanvasRenderingContext2D_setTransform_Callback_RESOLVER_STRING_ 6_float_float_float_float_float_float"; 999 Native_CanvasRenderingContext2D_setTransform_Callback(mthis, m11, m12, m21, m22, dx, dy) native "CanvasRenderingContext2D_setTransform_Callback_RESOLVER_STRING_ 6_float_float_float_float_float_float";
1053 1000
1054 Native_CanvasRenderingContext2D_stroke_Callback(mthis) native "CanvasRenderingCo ntext2D_stroke_Callback_RESOLVER_STRING_0_"; 1001 Native_CanvasRenderingContext2D_stroke_Callback(mthis) native "CanvasRenderingCo ntext2D_stroke_Callback_RESOLVER_STRING_0_";
1055 1002
1056 Native_CanvasRenderingContext2D_strokeRect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_strokeRect_Callback_RESOLVER_STRING_4_float_flo at_float_float"; 1003 Native_CanvasRenderingContext2D_strokeRect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_strokeRect_Callback_RESOLVER_STRING_4_float_flo at_float_float";
1057 1004
1058 // Generated overload resolver 1005 // Generated overload resolver
1059 Native_CanvasRenderingContext2D_strokeText(mthis, text, x, y, maxWidth) { 1006 Native_CanvasRenderingContext2D_strokeText(mthis, text, x, y, maxWidth) {
1060 if (maxWidth != null) { 1007 if (maxWidth != null) {
1061 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWidth); 1008 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWidth);
1062 return; 1009 return;
1063 } 1010 }
1064 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y); 1011 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y);
1065 return; 1012 return;
1066 } 1013 }
1067 1014
1068 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWid th) native "CanvasRenderingContext2D_strokeText_Callback_RESOLVER_STRING_4_DOMSt ring_float_float_float"; 1015 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWid th) native "CanvasRenderingContext2D_strokeText_Callback_RESOLVER_STRING_4_DOMSt ring_float_float_float";
1069 1016
1070 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback_RESOLVER_STRING_3_DOMString_float _float"; 1017 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback_RESOLVER_STRING_3_DOMString_float _float";
1071 1018
1072 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"; 1019 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";
1073 1020
1074 Native_CanvasRenderingContext2D_translate_Callback(mthis, tx, ty) native "Canvas RenderingContext2D_translate_Callback_RESOLVER_STRING_2_float_float"; 1021 Native_CanvasRenderingContext2D_translate_Callback(mthis, tx, ty) native "Canvas RenderingContext2D_translate_Callback_RESOLVER_STRING_2_float_float";
1075 1022
1076 Native_CanvasRenderingContext2D_webkitGetImageDataHD_Callback(mthis, sx, sy, sw, sh) native "CanvasRenderingContext2D_webkitGetImageDataHD_Callback_RESOLVER_STR ING_4_float_float_float_float";
1077
1078 // Generated overload resolver
1079 Native_CanvasRenderingContext2D_putImageDataHD(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) {
1080 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) {
1081 Native_CanvasRenderingContext2D__webkitPutImageDataHD_1_Callback(mthis, im agedata, dx, dy);
1082 return;
1083 }
1084 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)) {
1085 Native_CanvasRenderingContext2D__webkitPutImageDataHD_2_Callback(mthis, im agedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight);
1086 return;
1087 }
1088 throw new ArgumentError("Incorrect number or type of arguments");
1089 }
1090
1091 Native_CanvasRenderingContext2D__webkitPutImageDataHD_1_Callback(mthis, imagedat a, dx, dy) native "CanvasRenderingContext2D_webkitPutImageDataHD_Callback_RESOLV ER_STRING_3_ImageData_float_float";
1092
1093 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";
1094
1095 Native_ClientRect_bottom_Getter(mthis) native "ClientRect_bottom_Getter"; 1023 Native_ClientRect_bottom_Getter(mthis) native "ClientRect_bottom_Getter";
1096 1024
1097 Native_ClientRect_height_Getter(mthis) native "ClientRect_height_Getter"; 1025 Native_ClientRect_height_Getter(mthis) native "ClientRect_height_Getter";
1098 1026
1099 Native_ClientRect_left_Getter(mthis) native "ClientRect_left_Getter"; 1027 Native_ClientRect_left_Getter(mthis) native "ClientRect_left_Getter";
1100 1028
1101 Native_ClientRect_right_Getter(mthis) native "ClientRect_right_Getter"; 1029 Native_ClientRect_right_Getter(mthis) native "ClientRect_right_Getter";
1102 1030
1103 Native_ClientRect_top_Getter(mthis) native "ClientRect_top_Getter"; 1031 Native_ClientRect_top_Getter(mthis) native "ClientRect_top_Getter";
1104 1032
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
1270 Native_DOMException_message_Getter(mthis) native "DOMException_message_Getter"; 1198 Native_DOMException_message_Getter(mthis) native "DOMException_message_Getter";
1271 1199
1272 Native_DOMException_name_Getter(mthis) native "DOMException_name_Getter"; 1200 Native_DOMException_name_Getter(mthis) native "DOMException_name_Getter";
1273 1201
1274 Native_DOMException_toString_Callback(mthis) native "DOMException_toString_Callb ack_RESOLVER_STRING_0_"; 1202 Native_DOMException_toString_Callback(mthis) native "DOMException_toString_Callb ack_RESOLVER_STRING_0_";
1275 1203
1276 Native_DOMFileSystem_name_Getter(mthis) native "DOMFileSystem_name_Getter"; 1204 Native_DOMFileSystem_name_Getter(mthis) native "DOMFileSystem_name_Getter";
1277 1205
1278 Native_DOMFileSystem_root_Getter(mthis) native "DOMFileSystem_root_Getter"; 1206 Native_DOMFileSystem_root_Getter(mthis) native "DOMFileSystem_root_Getter";
1279 1207
1280 Native_DOMImplementation_createCSSStyleSheet_Callback(mthis, title, media) nativ e "DOMImplementation_createCSSStyleSheet_Callback_RESOLVER_STRING_2_DOMString_DO MString";
1281
1282 Native_DOMImplementation_createDocument_Callback(mthis, namespaceURI, qualifiedN ame, doctype) native "DOMImplementation_createDocument_Callback_RESOLVER_STRING_ 3_DOMString_DOMString_DocumentType"; 1208 Native_DOMImplementation_createDocument_Callback(mthis, namespaceURI, qualifiedN ame, doctype) native "DOMImplementation_createDocument_Callback_RESOLVER_STRING_ 3_DOMString_DOMString_DocumentType";
1283 1209
1284 Native_DOMImplementation_createDocumentType_Callback(mthis, qualifiedName, publi cId, systemId) native "DOMImplementation_createDocumentType_Callback_RESOLVER_ST RING_3_DOMString_DOMString_DOMString"; 1210 Native_DOMImplementation_createDocumentType_Callback(mthis, qualifiedName, publi cId, systemId) native "DOMImplementation_createDocumentType_Callback_RESOLVER_ST RING_3_DOMString_DOMString_DOMString";
1285 1211
1286 Native_DOMImplementation_createHTMLDocument_Callback(mthis, title) native "DOMIm plementation_createHTMLDocument_Callback_RESOLVER_STRING_1_DOMString"; 1212 Native_DOMImplementation_createHTMLDocument_Callback(mthis, title) native "DOMIm plementation_createHTMLDocument_Callback_RESOLVER_STRING_1_DOMString";
1287 1213
1288 Native_DOMImplementation_hasFeature_Callback(mthis, feature, version) native "DO MImplementation_hasFeature_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 1214 Native_DOMImplementation_hasFeature_Callback(mthis, feature, version) native "DO MImplementation_hasFeature_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1289 1215
1290 // Generated overload resolver 1216 // Generated overload resolver
1291 Native_DOMParser_DomParser() { 1217 Native_DOMParser_DomParser() {
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 Native_WorkerGlobalScope_indexedDB_Getter(mthis) native "WorkerGlobalScope_index edDB_Getter"; 1367 Native_WorkerGlobalScope_indexedDB_Getter(mthis) native "WorkerGlobalScope_index edDB_Getter";
1442 1368
1443 Native_WorkerGlobalScope_location_Getter(mthis) native "WorkerGlobalScope_locati on_Getter"; 1369 Native_WorkerGlobalScope_location_Getter(mthis) native "WorkerGlobalScope_locati on_Getter";
1444 1370
1445 Native_WorkerGlobalScope_navigator_Getter(mthis) native "WorkerGlobalScope_navig ator_Getter"; 1371 Native_WorkerGlobalScope_navigator_Getter(mthis) native "WorkerGlobalScope_navig ator_Getter";
1446 1372
1447 Native_WorkerGlobalScope_performance_Getter(mthis) native "WorkerGlobalScope_per formance_Getter"; 1373 Native_WorkerGlobalScope_performance_Getter(mthis) native "WorkerGlobalScope_per formance_Getter";
1448 1374
1449 Native_WorkerGlobalScope_self_Getter(mthis) native "WorkerGlobalScope_self_Gette r"; 1375 Native_WorkerGlobalScope_self_Getter(mthis) native "WorkerGlobalScope_self_Gette r";
1450 1376
1451 Native_WorkerGlobalScope_webkitNotifications_Getter(mthis) native "WorkerGlobalS cope_webkitNotifications_Getter";
1452
1453 Native_WorkerGlobalScope_close_Callback(mthis) native "WorkerGlobalScope_close_C allback_RESOLVER_STRING_0_"; 1377 Native_WorkerGlobalScope_close_Callback(mthis) native "WorkerGlobalScope_close_C allback_RESOLVER_STRING_0_";
1454 1378
1455 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"; 1379 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";
1456 1380
1457 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"; 1381 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";
1458 1382
1459 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"; 1383 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";
1460 1384
1461 Native_WorkerGlobalScope_webkitRequestFileSystemSync_Callback(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback_RESOLVER_STRING_ 2_unsigned short_long long"; 1385 Native_WorkerGlobalScope_webkitRequestFileSystemSync_Callback(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback_RESOLVER_STRING_ 2_unsigned short_long long";
1462 1386
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
2123 Native_FormData_constructorCallback(form) native "FormData_constructorCallback_R ESOLVER_STRING_1_HTMLFormElement"; 2047 Native_FormData_constructorCallback(form) native "FormData_constructorCallback_R ESOLVER_STRING_1_HTMLFormElement";
2124 2048
2125 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back"; 2049 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back";
2126 2050
2127 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa ta_append_Callback"; 2051 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa ta_append_Callback";
2128 2052
2129 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter"; 2053 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter";
2130 2054
2131 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter"; 2055 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter";
2132 2056
2133 Native_Gamepad_buttons_Getter(mthis) native "Gamepad_buttons_Getter"; 2057 Native_Gamepad_buttons_Getter(mthis) native "WebKitGamepad_buttons_Getter";
2134 2058
2135 Native_Gamepad_id_Getter(mthis) native "Gamepad_id_Getter"; 2059 Native_Gamepad_id_Getter(mthis) native "Gamepad_id_Getter";
2136 2060
2137 Native_Gamepad_index_Getter(mthis) native "Gamepad_index_Getter"; 2061 Native_Gamepad_index_Getter(mthis) native "Gamepad_index_Getter";
2138 2062
2139 Native_Gamepad_timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; 2063 Native_Gamepad_timestamp_Getter(mthis) native "Gamepad_timestamp_Getter";
2140 2064
2141 Native_GamepadList_length_Getter(mthis) native "GamepadList_length_Getter"; 2065 Native_GamepadList_length_Getter(mthis) native "GamepadList_length_Getter";
2142 2066
2143 Native_GamepadList_NativeIndexed_Getter(mthis, index) native "GamepadList_item_C allback_RESOLVER_STRING_1_unsigned long"; 2067 Native_GamepadList_NativeIndexed_Getter(mthis, index) native "GamepadList_item_C allback_RESOLVER_STRING_1_unsigned long";
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
2715 Native_HTMLFormElement_noValidate_Setter(mthis, value) native "HTMLFormElement_n oValidate_Setter"; 2639 Native_HTMLFormElement_noValidate_Setter(mthis, value) native "HTMLFormElement_n oValidate_Setter";
2716 2640
2717 Native_HTMLFormElement_target_Getter(mthis) native "HTMLFormElement_target_Gette r"; 2641 Native_HTMLFormElement_target_Getter(mthis) native "HTMLFormElement_target_Gette r";
2718 2642
2719 Native_HTMLFormElement_target_Setter(mthis, value) native "HTMLFormElement_targe t_Setter"; 2643 Native_HTMLFormElement_target_Setter(mthis, value) native "HTMLFormElement_targe t_Setter";
2720 2644
2721 Native_HTMLFormElement___getter___Callback(mthis, index) native "HTMLFormElement ___getter___Callback_RESOLVER_STRING_1_unsigned long"; 2645 Native_HTMLFormElement___getter___Callback(mthis, index) native "HTMLFormElement ___getter___Callback_RESOLVER_STRING_1_unsigned long";
2722 2646
2723 Native_HTMLFormElement_checkValidity_Callback(mthis) native "HTMLFormElement_che ckValidity_Callback_RESOLVER_STRING_0_"; 2647 Native_HTMLFormElement_checkValidity_Callback(mthis) native "HTMLFormElement_che ckValidity_Callback_RESOLVER_STRING_0_";
2724 2648
2725 Native_HTMLFormElement_requestAutocomplete_Callback(mthis) native "HTMLFormEleme nt_requestAutocomplete_Callback_RESOLVER_STRING_0_"; 2649 Native_HTMLFormElement_requestAutocomplete_Callback(mthis, details) native "HTML FormElement_requestAutocomplete_Callback_RESOLVER_STRING_1_Dictionary";
2726 2650
2727 Native_HTMLFormElement_reset_Callback(mthis) native "HTMLFormElement_reset_Callb ack_RESOLVER_STRING_0_"; 2651 Native_HTMLFormElement_reset_Callback(mthis) native "HTMLFormElement_reset_Callb ack_RESOLVER_STRING_0_";
2728 2652
2729 Native_HTMLFormElement_submit_Callback(mthis) native "HTMLFormElement_submit_Cal lback_RESOLVER_STRING_0_"; 2653 Native_HTMLFormElement_submit_Callback(mthis) native "HTMLFormElement_submit_Cal lback_RESOLVER_STRING_0_";
2730 2654
2731 Native_HTMLHRElement_color_Getter(mthis) native "HTMLHRElement_color_Getter"; 2655 Native_HTMLHRElement_color_Getter(mthis) native "HTMLHRElement_color_Getter";
2732 2656
2733 Native_HTMLHRElement_color_Setter(mthis, value) native "HTMLHRElement_color_Sett er"; 2657 Native_HTMLHRElement_color_Setter(mthis, value) native "HTMLHRElement_color_Sett er";
2734 2658
2735 Native_HTMLIFrameElement_contentWindow_Getter(mthis) native "HTMLIFrameElement_c ontentWindow_Getter"; 2659 Native_HTMLIFrameElement_contentWindow_Getter(mthis) native "HTMLIFrameElement_c ontentWindow_Getter";
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
2953 Native_HTMLInputElement_valueAsDate_Getter(mthis) native "HTMLInputElement_value AsDate_Getter"; 2877 Native_HTMLInputElement_valueAsDate_Getter(mthis) native "HTMLInputElement_value AsDate_Getter";
2954 2878
2955 Native_HTMLInputElement_valueAsDate_Setter(mthis, value) native "HTMLInputElemen t_valueAsDate_Setter"; 2879 Native_HTMLInputElement_valueAsDate_Setter(mthis, value) native "HTMLInputElemen t_valueAsDate_Setter";
2956 2880
2957 Native_HTMLInputElement_valueAsNumber_Getter(mthis) native "HTMLInputElement_val ueAsNumber_Getter"; 2881 Native_HTMLInputElement_valueAsNumber_Getter(mthis) native "HTMLInputElement_val ueAsNumber_Getter";
2958 2882
2959 Native_HTMLInputElement_valueAsNumber_Setter(mthis, value) native "HTMLInputElem ent_valueAsNumber_Setter"; 2883 Native_HTMLInputElement_valueAsNumber_Setter(mthis, value) native "HTMLInputElem ent_valueAsNumber_Setter";
2960 2884
2961 Native_HTMLInputElement_webkitEntries_Getter(mthis) native "HTMLInputElement_web kitEntries_Getter"; 2885 Native_HTMLInputElement_webkitEntries_Getter(mthis) native "HTMLInputElement_web kitEntries_Getter";
2962 2886
2963 Native_HTMLInputElement_webkitGrammar_Getter(mthis) native "HTMLInputElement_web kitGrammar_Getter";
2964
2965 Native_HTMLInputElement_webkitGrammar_Setter(mthis, value) native "HTMLInputElem ent_webkitGrammar_Setter";
2966
2967 Native_HTMLInputElement_webkitSpeech_Getter(mthis) native "HTMLInputElement_webk itSpeech_Getter";
2968
2969 Native_HTMLInputElement_webkitSpeech_Setter(mthis, value) native "HTMLInputEleme nt_webkitSpeech_Setter";
2970
2971 Native_HTMLInputElement_webkitdirectory_Getter(mthis) native "HTMLInputElement_w ebkitdirectory_Getter"; 2887 Native_HTMLInputElement_webkitdirectory_Getter(mthis) native "HTMLInputElement_w ebkitdirectory_Getter";
2972 2888
2973 Native_HTMLInputElement_webkitdirectory_Setter(mthis, value) native "HTMLInputEl ement_webkitdirectory_Setter"; 2889 Native_HTMLInputElement_webkitdirectory_Setter(mthis, value) native "HTMLInputEl ement_webkitdirectory_Setter";
2974 2890
2975 Native_HTMLInputElement_width_Getter(mthis) native "HTMLInputElement_width_Gette r"; 2891 Native_HTMLInputElement_width_Getter(mthis) native "HTMLInputElement_width_Gette r";
2976 2892
2977 Native_HTMLInputElement_width_Setter(mthis, value) native "HTMLInputElement_widt h_Setter"; 2893 Native_HTMLInputElement_width_Setter(mthis, value) native "HTMLInputElement_widt h_Setter";
2978 2894
2979 Native_HTMLInputElement_willValidate_Getter(mthis) native "HTMLInputElement_will Validate_Getter"; 2895 Native_HTMLInputElement_willValidate_Getter(mthis) native "HTMLInputElement_will Validate_Getter";
2980 2896
(...skipping 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after
4504 Native_OfflineAudioContext_OfflineAudioContext(numberOfChannels, numberOfFrames, sampleRate) { 4420 Native_OfflineAudioContext_OfflineAudioContext(numberOfChannels, numberOfFrames, sampleRate) {
4505 return Native_OfflineAudioContext__create_1constructorCallback(numberOfChann els, numberOfFrames, sampleRate); 4421 return Native_OfflineAudioContext__create_1constructorCallback(numberOfChann els, numberOfFrames, sampleRate);
4506 } 4422 }
4507 4423
4508 Native_OfflineAudioContext__create_1constructorCallback(numberOfChannels, number OfFrames, sampleRate) native "OfflineAudioContext_constructorCallback_RESOLVER_S TRING_3_unsigned long_unsigned long_float"; 4424 Native_OfflineAudioContext__create_1constructorCallback(numberOfChannels, number OfFrames, sampleRate) native "OfflineAudioContext_constructorCallback_RESOLVER_S TRING_3_unsigned long_unsigned long_float";
4509 4425
4510 Native_OscillatorNode_detune_Getter(mthis) native "OscillatorNode_detune_Getter" ; 4426 Native_OscillatorNode_detune_Getter(mthis) native "OscillatorNode_detune_Getter" ;
4511 4427
4512 Native_OscillatorNode_frequency_Getter(mthis) native "OscillatorNode_frequency_G etter"; 4428 Native_OscillatorNode_frequency_Getter(mthis) native "OscillatorNode_frequency_G etter";
4513 4429
4514 Native_OscillatorNode_playbackState_Getter(mthis) native "OscillatorNode_playbac kState_Getter";
4515
4516 Native_OscillatorNode_type_Getter(mthis) native "OscillatorNode_type_Getter"; 4430 Native_OscillatorNode_type_Getter(mthis) native "OscillatorNode_type_Getter";
4517 4431
4518 Native_OscillatorNode_type_Setter(mthis, value) native "OscillatorNode_type_Sett er"; 4432 Native_OscillatorNode_type_Setter(mthis, value) native "OscillatorNode_type_Sett er";
4519 4433
4520 Native_OscillatorNode_noteOff_Callback(mthis, when) native "OscillatorNode_noteO ff_Callback_RESOLVER_STRING_1_double"; 4434 Native_OscillatorNode_noteOff_Callback(mthis, when) native "OscillatorNode_noteO ff_Callback_RESOLVER_STRING_1_double";
4521 4435
4522 Native_OscillatorNode_noteOn_Callback(mthis, when) native "OscillatorNode_noteOn _Callback_RESOLVER_STRING_1_double"; 4436 Native_OscillatorNode_noteOn_Callback(mthis, when) native "OscillatorNode_noteOn _Callback_RESOLVER_STRING_1_double";
4523 4437
4524 Native_OscillatorNode_setPeriodicWave_Callback(mthis, periodicWave) native "Osci llatorNode_setPeriodicWave_Callback_RESOLVER_STRING_1_PeriodicWave"; 4438 Native_OscillatorNode_setPeriodicWave_Callback(mthis, periodicWave) native "Osci llatorNode_setPeriodicWave_Callback_RESOLVER_STRING_1_PeriodicWave";
4525 4439
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
5286 Native_SVGGeometryElement_isPointInStroke_Callback(mthis, point) native "SVGGeom etryElement_isPointInStroke_Callback_RESOLVER_STRING_1_SVGPoint"; 5200 Native_SVGGeometryElement_isPointInStroke_Callback(mthis, point) native "SVGGeom etryElement_isPointInStroke_Callback_RESOLVER_STRING_1_SVGPoint";
5287 5201
5288 Native_SVGCircleElement_cx_Getter(mthis) native "SVGCircleElement_cx_Getter"; 5202 Native_SVGCircleElement_cx_Getter(mthis) native "SVGCircleElement_cx_Getter";
5289 5203
5290 Native_SVGCircleElement_cy_Getter(mthis) native "SVGCircleElement_cy_Getter"; 5204 Native_SVGCircleElement_cy_Getter(mthis) native "SVGCircleElement_cy_Getter";
5291 5205
5292 Native_SVGCircleElement_r_Getter(mthis) native "SVGCircleElement_r_Getter"; 5206 Native_SVGCircleElement_r_Getter(mthis) native "SVGCircleElement_r_Getter";
5293 5207
5294 Native_SVGClipPathElement_clipPathUnits_Getter(mthis) native "SVGClipPathElement _clipPathUnits_Getter"; 5208 Native_SVGClipPathElement_clipPathUnits_Getter(mthis) native "SVGClipPathElement _clipPathUnits_Getter";
5295 5209
5296 Native_SVGElementInstance_childNodes_Getter(mthis) native "SVGElementInstance_ch ildNodes_Getter";
5297
5298 Native_SVGElementInstance_correspondingElement_Getter(mthis) native "SVGElementI nstance_correspondingElement_Getter"; 5210 Native_SVGElementInstance_correspondingElement_Getter(mthis) native "SVGElementI nstance_correspondingElement_Getter";
5299 5211
5300 Native_SVGElementInstance_correspondingUseElement_Getter(mthis) native "SVGEleme ntInstance_correspondingUseElement_Getter"; 5212 Native_SVGElementInstance_correspondingUseElement_Getter(mthis) native "SVGEleme ntInstance_correspondingUseElement_Getter";
5301 5213
5302 Native_SVGElementInstance_firstChild_Getter(mthis) native "SVGElementInstance_fi rstChild_Getter"; 5214 Native_SVGElementInstance_firstChild_Getter(mthis) native "SVGElementInstance_fi rstChild_Getter";
5303 5215
5304 Native_SVGElementInstance_lastChild_Getter(mthis) native "SVGElementInstance_las tChild_Getter"; 5216 Native_SVGElementInstance_lastChild_Getter(mthis) native "SVGElementInstance_las tChild_Getter";
5305 5217
5306 Native_SVGElementInstance_nextSibling_Getter(mthis) native "SVGElementInstance_n extSibling_Getter"; 5218 Native_SVGElementInstance_nextSibling_Getter(mthis) native "SVGElementInstance_n extSibling_Getter";
5307 5219
(...skipping 958 matching lines...) Expand 10 before | Expand all | Expand 10 after
6266 Native_SVGRectElement_width_Getter(mthis) native "SVGRectElement_width_Getter"; 6178 Native_SVGRectElement_width_Getter(mthis) native "SVGRectElement_width_Getter";
6267 6179
6268 Native_SVGRectElement_x_Getter(mthis) native "SVGRectElement_x_Getter"; 6180 Native_SVGRectElement_x_Getter(mthis) native "SVGRectElement_x_Getter";
6269 6181
6270 Native_SVGRectElement_y_Getter(mthis) native "SVGRectElement_y_Getter"; 6182 Native_SVGRectElement_y_Getter(mthis) native "SVGRectElement_y_Getter";
6271 6183
6272 Native_SVGZoomAndPan_zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_G etter"; 6184 Native_SVGZoomAndPan_zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_G etter";
6273 6185
6274 Native_SVGZoomAndPan_zoomAndPan_Setter(mthis, value) native "SVGZoomAndPan_zoomA ndPan_Setter"; 6186 Native_SVGZoomAndPan_zoomAndPan_Setter(mthis, value) native "SVGZoomAndPan_zoomA ndPan_Setter";
6275 6187
6276 Native_SVGSVGElement_contentScriptType_Getter(mthis) native "SVGSVGElement_conte ntScriptType_Getter";
6277
6278 Native_SVGSVGElement_contentScriptType_Setter(mthis, value) native "SVGSVGElemen t_contentScriptType_Setter";
6279
6280 Native_SVGSVGElement_contentStyleType_Getter(mthis) native "SVGSVGElement_conten tStyleType_Getter";
6281
6282 Native_SVGSVGElement_contentStyleType_Setter(mthis, value) native "SVGSVGElement _contentStyleType_Setter";
6283
6284 Native_SVGSVGElement_currentScale_Getter(mthis) native "SVGSVGElement_currentSca le_Getter"; 6188 Native_SVGSVGElement_currentScale_Getter(mthis) native "SVGSVGElement_currentSca le_Getter";
6285 6189
6286 Native_SVGSVGElement_currentScale_Setter(mthis, value) native "SVGSVGElement_cur rentScale_Setter"; 6190 Native_SVGSVGElement_currentScale_Setter(mthis, value) native "SVGSVGElement_cur rentScale_Setter";
6287 6191
6288 Native_SVGSVGElement_currentTranslate_Getter(mthis) native "SVGSVGElement_curren tTranslate_Getter"; 6192 Native_SVGSVGElement_currentTranslate_Getter(mthis) native "SVGSVGElement_curren tTranslate_Getter";
6289 6193
6290 Native_SVGSVGElement_currentView_Getter(mthis) native "SVGSVGElement_currentView _Getter"; 6194 Native_SVGSVGElement_currentView_Getter(mthis) native "SVGSVGElement_currentView _Getter";
6291 6195
6292 Native_SVGSVGElement_height_Getter(mthis) native "SVGSVGElement_height_Getter"; 6196 Native_SVGSVGElement_height_Getter(mthis) native "SVGSVGElement_height_Getter";
6293 6197
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
6458 Native_SVGUseElement_height_Getter(mthis) native "SVGUseElement_height_Getter"; 6362 Native_SVGUseElement_height_Getter(mthis) native "SVGUseElement_height_Getter";
6459 6363
6460 Native_SVGUseElement_instanceRoot_Getter(mthis) native "SVGUseElement_instanceRo ot_Getter"; 6364 Native_SVGUseElement_instanceRoot_Getter(mthis) native "SVGUseElement_instanceRo ot_Getter";
6461 6365
6462 Native_SVGUseElement_width_Getter(mthis) native "SVGUseElement_width_Getter"; 6366 Native_SVGUseElement_width_Getter(mthis) native "SVGUseElement_width_Getter";
6463 6367
6464 Native_SVGUseElement_x_Getter(mthis) native "SVGUseElement_x_Getter"; 6368 Native_SVGUseElement_x_Getter(mthis) native "SVGUseElement_x_Getter";
6465 6369
6466 Native_SVGUseElement_y_Getter(mthis) native "SVGUseElement_y_Getter"; 6370 Native_SVGUseElement_y_Getter(mthis) native "SVGUseElement_y_Getter";
6467 6371
6468 Native_SVGUseElement_requiredExtensions_Getter(mthis) native "SVGUseElement_requ iredExtensions_Getter"; 6372 Native_SVGUseElement_requiredExtensions_Getter(mthis) native "SVGGraphicsElement _requiredExtensions_Getter";
6469 6373
6470 Native_SVGUseElement_requiredFeatures_Getter(mthis) native "SVGUseElement_requir edFeatures_Getter"; 6374 Native_SVGUseElement_requiredFeatures_Getter(mthis) native "SVGGraphicsElement_r equiredFeatures_Getter";
6471 6375
6472 Native_SVGUseElement_systemLanguage_Getter(mthis) native "SVGUseElement_systemLa nguage_Getter"; 6376 Native_SVGUseElement_systemLanguage_Getter(mthis) native "SVGGraphicsElement_sys temLanguage_Getter";
6473 6377
6474 Native_SVGUseElement_hasExtension_Callback(mthis, extension) native "SVGUseEleme nt_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; 6378 Native_SVGUseElement_hasExtension_Callback(mthis, extension) native "SVGGraphics Element_hasExtension_Callback_RESOLVER_STRING_1_DOMString";
6475 6379
6476 Native_SVGUseElement_href_Getter(mthis) native "SVGUseElement_href_Getter"; 6380 Native_SVGUseElement_href_Getter(mthis) native "SVGUseElement_href_Getter";
6477 6381
6478 Native_SVGViewElement_viewTarget_Getter(mthis) native "SVGViewElement_viewTarget _Getter"; 6382 Native_SVGViewElement_viewTarget_Getter(mthis) native "SVGViewElement_viewTarget _Getter";
6479 6383
6480 Native_SVGViewElement_preserveAspectRatio_Getter(mthis) native "SVGViewElement_p reserveAspectRatio_Getter"; 6384 Native_SVGViewElement_preserveAspectRatio_Getter(mthis) native "SVGViewElement_p reserveAspectRatio_Getter";
6481 6385
6482 Native_SVGViewElement_viewBox_Getter(mthis) native "SVGViewElement_viewBox_Gette r"; 6386 Native_SVGViewElement_viewBox_Getter(mthis) native "SVGViewElement_viewBox_Gette r";
6483 6387
6484 Native_SVGViewElement_zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan _Getter"; 6388 Native_SVGViewElement_zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan _Getter";
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
6608 Native_Selection_selectAllChildren_Callback(mthis, node) native "Selection_selec tAllChildren_Callback_RESOLVER_STRING_1_Node"; 6512 Native_Selection_selectAllChildren_Callback(mthis, node) native "Selection_selec tAllChildren_Callback_RESOLVER_STRING_1_Node";
6609 6513
6610 Native_Selection_setBaseAndExtent_Callback(mthis, baseNode, baseOffset, extentNo de, extentOffset) native "Selection_setBaseAndExtent_Callback_RESOLVER_STRING_4_ Node_long_Node_long"; 6514 Native_Selection_setBaseAndExtent_Callback(mthis, baseNode, baseOffset, extentNo de, extentOffset) native "Selection_setBaseAndExtent_Callback_RESOLVER_STRING_4_ Node_long_Node_long";
6611 6515
6612 Native_Selection_setPosition_Callback(mthis, node, offset) native "Selection_set Position_Callback_RESOLVER_STRING_2_Node_long"; 6516 Native_Selection_setPosition_Callback(mthis, node, offset) native "Selection_set Position_Callback_RESOLVER_STRING_2_Node_long";
6613 6517
6614 Native_Selection_toString_Callback(mthis) native "Selection_toString_Callback_RE SOLVER_STRING_0_"; 6518 Native_Selection_toString_Callback(mthis) native "Selection_toString_Callback_RE SOLVER_STRING_0_";
6615 6519
6616 Native_ShadowRoot_activeElement_Getter(mthis) native "ShadowRoot_activeElement_G etter"; 6520 Native_ShadowRoot_activeElement_Getter(mthis) native "ShadowRoot_activeElement_G etter";
6617 6521
6618 Native_ShadowRoot_applyAuthorStyles_Getter(mthis) native "ShadowRoot_applyAuthor Styles_Getter";
6619
6620 Native_ShadowRoot_applyAuthorStyles_Setter(mthis, value) native "ShadowRoot_appl yAuthorStyles_Setter";
6621
6622 Native_ShadowRoot_host_Getter(mthis) native "ShadowRoot_host_Getter"; 6522 Native_ShadowRoot_host_Getter(mthis) native "ShadowRoot_host_Getter";
6623 6523
6624 Native_ShadowRoot_innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; 6524 Native_ShadowRoot_innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter";
6625 6525
6626 Native_ShadowRoot_innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Se tter"; 6526 Native_ShadowRoot_innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Se tter";
6627 6527
6628 Native_ShadowRoot_olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRo ot_Getter"; 6528 Native_ShadowRoot_olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRo ot_Getter";
6629 6529
6630 Native_ShadowRoot_resetStyleInheritance_Getter(mthis) native "ShadowRoot_resetSt yleInheritance_Getter"; 6530 Native_ShadowRoot_resetStyleInheritance_Getter(mthis) native "ShadowRoot_resetSt yleInheritance_Getter";
6631 6531
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
6763 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src); 6663 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src);
6764 return; 6664 return;
6765 } 6665 }
6766 6666
6767 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight) native "Spee chGrammarList_addFromUri_Callback_RESOLVER_STRING_2_DOMString_float"; 6667 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight) native "Spee chGrammarList_addFromUri_Callback_RESOLVER_STRING_2_DOMString_float";
6768 6668
6769 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src) native "SpeechGramma rList_addFromUri_Callback_RESOLVER_STRING_1_DOMString"; 6669 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src) native "SpeechGramma rList_addFromUri_Callback_RESOLVER_STRING_1_DOMString";
6770 6670
6771 Native_SpeechGrammarList_item_Callback(mthis, index) native "SpeechGrammarList_i tem_Callback_RESOLVER_STRING_1_unsigned long"; 6671 Native_SpeechGrammarList_item_Callback(mthis, index) native "SpeechGrammarList_i tem_Callback_RESOLVER_STRING_1_unsigned long";
6772 6672
6773 Native_SpeechInputEvent_results_Getter(mthis) native "SpeechInputEvent_results_G etter";
6774
6775 Native_SpeechInputResult_confidence_Getter(mthis) native "SpeechInputResult_conf idence_Getter";
6776
6777 Native_SpeechInputResult_utterance_Getter(mthis) native "SpeechInputResult_utter ance_Getter";
6778
6779 Native_SpeechInputResultList_length_Getter(mthis) native "SpeechInputResultList_ length_Getter"; 6673 Native_SpeechInputResultList_length_Getter(mthis) native "SpeechInputResultList_ length_Getter";
6780 6674
6781 Native_SpeechInputResultList_NativeIndexed_Getter(mthis, index) native "SpeechIn putResultList_item_Callback_RESOLVER_STRING_1_unsigned long"; 6675 Native_SpeechInputResultList_NativeIndexed_Getter(mthis, index) native "SpeechIn putResultList_item_Callback_RESOLVER_STRING_1_unsigned long";
6782 6676
6783 Native_SpeechInputResultList_item_Callback(mthis, index) native "SpeechInputResu ltList_item_Callback_RESOLVER_STRING_1_unsigned long"; 6677 Native_SpeechInputResultList_item_Callback(mthis, index) native "SpeechInputResu ltList_item_Callback_RESOLVER_STRING_1_unsigned long";
6784 6678
6785 // Generated overload resolver 6679 // Generated overload resolver
6786 Native_SpeechRecognition_SpeechRecognition() { 6680 Native_SpeechRecognition_SpeechRecognition() {
6787 return Native_SpeechRecognition__create_1constructorCallback(); 6681 return Native_SpeechRecognition__create_1constructorCallback();
6788 } 6682 }
(...skipping 1386 matching lines...) Expand 10 before | Expand all | Expand 10 after
8175 Native_Worker_Worker(scriptUrl) { 8069 Native_Worker_Worker(scriptUrl) {
8176 return Native_Worker__create_1constructorCallback(scriptUrl); 8070 return Native_Worker__create_1constructorCallback(scriptUrl);
8177 } 8071 }
8178 8072
8179 Native_Worker__create_1constructorCallback(scriptUrl) native "Worker_constructor Callback_RESOLVER_STRING_1_DOMString"; 8073 Native_Worker__create_1constructorCallback(scriptUrl) native "Worker_constructor Callback_RESOLVER_STRING_1_DOMString";
8180 8074
8181 Native_Worker_postMessage_Callback(mthis, message, messagePorts) native "Worker_ postMessage_Callback"; 8075 Native_Worker_postMessage_Callback(mthis, message, messagePorts) native "Worker_ postMessage_Callback";
8182 8076
8183 Native_Worker_terminate_Callback(mthis) native "Worker_terminate_Callback_RESOLV ER_STRING_0_"; 8077 Native_Worker_terminate_Callback(mthis) native "Worker_terminate_Callback_RESOLV ER_STRING_0_";
8184 8078
8185 Native_WorkerCrypto_getRandomValues_Callback(mthis, array) native "WorkerCrypto_ getRandomValues_Callback";
8186
8187 Native_WorkerPerformance_now_Callback(mthis) native "WorkerPerformance_now_Callb ack_RESOLVER_STRING_0_"; 8079 Native_WorkerPerformance_now_Callback(mthis) native "WorkerPerformance_now_Callb ack_RESOLVER_STRING_0_";
8188 8080
8189 Native_XMLHttpRequest_constructorCallback() native "XMLHttpRequest_constructorCa llback"; 8081 Native_XMLHttpRequest_constructorCallback() native "XMLHttpRequest_constructorCa llback";
8190 8082
8191 Native_XMLHttpRequest_readyState_Getter(mthis) native "XMLHttpRequest_readyState _Getter"; 8083 Native_XMLHttpRequest_readyState_Getter(mthis) native "XMLHttpRequest_readyState _Getter";
8192 8084
8193 Native_XMLHttpRequest_response_Getter(mthis) native "XMLHttpRequest_response_Get ter"; 8085 Native_XMLHttpRequest_response_Getter(mthis) native "XMLHttpRequest_response_Get ter";
8194 8086
8195 Native_XMLHttpRequest_responseText_Getter(mthis) native "XMLHttpRequest_response Text_Getter"; 8087 Native_XMLHttpRequest_responseText_Getter(mthis) native "XMLHttpRequest_response Text_Getter";
8196 8088
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
8362 // _DOMStringMap native entry points 8254 // _DOMStringMap native entry points
8363 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback"; 8255 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback";
8364 8256
8365 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ; 8257 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ;
8366 8258
8367 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback"; 8259 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback";
8368 8260
8369 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack"; 8261 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack";
8370 8262
8371 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k"; 8263 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k";
OLDNEW
« no previous file with comments | « dart/runtime/vm/raw_object.h ('k') | dart/sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698