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

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

Issue 289803004: Canonicalize dart:_blink resolver names (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regenerate SDK after rebase 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 88 Native_AudioNode__connect_1_Callback(mthis, destination, output, input) native " AudioNode_connect_Callback_3_AudioNode_unsigned long_unsigned long";
89 89
90 Native_AudioNode__connect_2_Callback(mthis, destination, output) native "AudioNo de__connect_2_Callback"; 90 Native_AudioNode__connect_2_Callback(mthis, destination, output) native "AudioNo de_connect_Callback_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";
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";
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 278 Native_AudioBufferSourceNode__start_1_Callback(mthis, when, grainOffset, grainDu ration) native "AudioBufferSourceNode_start_Callback_3_double_double_double";
279 279
280 Native_AudioBufferSourceNode__start_2_Callback(mthis, when, grainOffset) native "AudioBufferSourceNode__start_2_Callback"; 280 Native_AudioBufferSourceNode__start_2_Callback(mthis, when, grainOffset) native "AudioBufferSourceNode_start_Callback_2_double_double";
281 281
282 Native_AudioBufferSourceNode__start_3_Callback(mthis, when) native "AudioBufferS ourceNode__start_3_Callback"; 282 Native_AudioBufferSourceNode__start_3_Callback(mthis, when) native "AudioBufferS ourceNode_start_Callback_1_double";
283 283
284 Native_AudioBufferSourceNode__start_4_Callback(mthis) native "AudioBufferSourceN ode__start_4_Callback"; 284 Native_AudioBufferSourceNode__start_4_Callback(mthis) native "AudioBufferSourceN ode_start_Callback_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_1_Callback"; 296 Native_AudioBufferSourceNode__stop_1_Callback(mthis, when) native "AudioBufferSo urceNode_stop_Callback_1_double";
297 297
298 Native_AudioBufferSourceNode__stop_2_Callback(mthis) native "AudioBufferSourceNo de__stop_2_Callback"; 298 Native_AudioBufferSourceNode__stop_2_Callback(mthis) native "AudioBufferSourceNo de_stop_Callback_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__create_1constructorCallback() native "AudioContext__create_ 1constructorCallback";
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
(...skipping 16 matching lines...) Expand all
325 Native_AudioContext_createBufferSource_Callback(mthis) native "AudioContext_crea teBufferSource_Callback"; 325 Native_AudioContext_createBufferSource_Callback(mthis) native "AudioContext_crea teBufferSource_Callback";
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_1_Callback"; 335 Native_AudioContext__createChannelMerger_1_Callback(mthis, numberOfInputs) nativ e "AudioContext_createChannelMerger_Callback_1_unsigned long";
336 336
337 Native_AudioContext__createChannelMerger_2_Callback(mthis) native "AudioContext_ _createChannelMerger_2_Callback"; 337 Native_AudioContext__createChannelMerger_2_Callback(mthis) native "AudioContext_ createChannelMerger_Callback_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_1_Callback"; 347 Native_AudioContext__createChannelSplitter_1_Callback(mthis, numberOfOutputs) na tive "AudioContext_createChannelSplitter_Callback_1_unsigned long";
348 348
349 Native_AudioContext__createChannelSplitter_2_Callback(mthis) native "AudioContex t__createChannelSplitter_2_Callback"; 349 Native_AudioContext__createChannelSplitter_2_Callback(mthis) native "AudioContex t_createChannelSplitter_Callback_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";
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_1_Callback"; 361 Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime) native "AudioCo ntext_createDelay_Callback_1_double";
362 362
363 Native_AudioContext__createDelay_2_Callback(mthis) native "AudioContext__createD elay_2_Callback"; 363 Native_AudioContext__createDelay_2_Callback(mthis) native "AudioContext_createDe lay_Callback_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_1_Callback"; 373 Native_AudioContext__createDelayNode_1_Callback(mthis, maxDelayTime) native "Aud ioContext_createDelayNode_Callback_1_double";
374 374
375 Native_AudioContext__createDelayNode_2_Callback(mthis) native "AudioContext__cre ateDelayNode_2_Callback"; 375 Native_AudioContext__createDelayNode_2_Callback(mthis) native "AudioContext_crea teDelayNode_Callback_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";
378 378
379 Native_AudioContext_createGain_Callback(mthis) native "AudioContext_createGain_C allback"; 379 Native_AudioContext_createGain_Callback(mthis) native "AudioContext_createGain_C allback";
380 380
381 Native_AudioContext_createGainNode_Callback(mthis) native "AudioContext_createGa inNode_Callback"; 381 Native_AudioContext_createGainNode_Callback(mthis) native "AudioContext_createGa inNode_Callback";
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__createJavaScriptNod e_1_Callback"; 394 Native_AudioContext__createJavaScriptNode_1_Callback(mthis, bufferSize, numberOf InputChannels, numberOfOutputChannels) native "AudioContext_createJavaScriptNode _Callback_3_unsigned long_unsigned long_unsigned long";
395 395
396 Native_AudioContext__createJavaScriptNode_2_Callback(mthis, bufferSize, numberOf InputChannels) native "AudioContext__createJavaScriptNode_2_Callback"; 396 Native_AudioContext__createJavaScriptNode_2_Callback(mthis, bufferSize, numberOf InputChannels) native "AudioContext_createJavaScriptNode_Callback_2_unsigned lon g_unsigned long";
397 397
398 Native_AudioContext__createJavaScriptNode_3_Callback(mthis, bufferSize) native " AudioContext__createJavaScriptNode_3_Callback"; 398 Native_AudioContext__createJavaScriptNode_3_Callback(mthis, bufferSize) native " AudioContext_createJavaScriptNode_Callback_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";
401 401
402 Native_AudioContext_createMediaStreamDestination_Callback(mthis) native "AudioCo ntext_createMediaStreamDestination_Callback"; 402 Native_AudioContext_createMediaStreamDestination_Callback(mthis) native "AudioCo ntext_createMediaStreamDestination_Callback";
403 403
404 Native_AudioContext_createMediaStreamSource_Callback(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback"; 404 Native_AudioContext_createMediaStreamSource_Callback(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback";
405 405
406 Native_AudioContext_createOscillator_Callback(mthis) native "AudioContext_create Oscillator_Callback"; 406 Native_AudioContext_createOscillator_Callback(mthis) native "AudioContext_create Oscillator_Callback";
407 407
408 Native_AudioContext_createPanner_Callback(mthis) native "AudioContext_createPann er_Callback"; 408 Native_AudioContext_createPanner_Callback(mthis) native "AudioContext_createPann er_Callback";
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";
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__createScriptProces sor_1_Callback"; 426 Native_AudioContext__createScriptProcessor_1_Callback(mthis, bufferSize, numberO fInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcess or_Callback_3_unsigned long_unsigned long_unsigned long";
427 427
428 Native_AudioContext__createScriptProcessor_2_Callback(mthis, bufferSize, numberO fInputChannels) native "AudioContext__createScriptProcessor_2_Callback"; 428 Native_AudioContext__createScriptProcessor_2_Callback(mthis, bufferSize, numberO fInputChannels) native "AudioContext_createScriptProcessor_Callback_2_unsigned l ong_unsigned long";
429 429
430 Native_AudioContext__createScriptProcessor_3_Callback(mthis, bufferSize) native "AudioContext__createScriptProcessor_3_Callback"; 430 Native_AudioContext__createScriptProcessor_3_Callback(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback_1_unsigned long";
431 431
432 Native_AudioContext__createScriptProcessor_4_Callback(mthis) native "AudioContex t__createScriptProcessor_4_Callback"; 432 Native_AudioContext__createScriptProcessor_4_Callback(mthis) native "AudioContex t_createScriptProcessor_Callback_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";
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";
437 437
438 Native_AudioContext_startRendering_Callback(mthis) native "AudioContext_startRen dering_Callback"; 438 Native_AudioContext_startRendering_Callback(mthis) native "AudioContext_startRen dering_Callback";
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";
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
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__slic e_1_Callback"; 560 Native_Blob__slice_1_Callback(mthis, start, end, contentType) native "Blob_slice _Callback_3_long long_long long_DOMString";
561 561
562 Native_Blob__slice_2_Callback(mthis, start, end) native "Blob__slice_2_Callback" ; 562 Native_Blob__slice_2_Callback(mthis, start, end) native "Blob_slice_Callback_2_l ong long_long long";
563 563
564 Native_Blob__slice_3_Callback(mthis, start) native "Blob__slice_3_Callback"; 564 Native_Blob__slice_3_Callback(mthis, start) native "Blob_slice_Callback_1_long l ong";
565 565
566 Native_Blob__slice_4_Callback(mthis) native "Blob__slice_4_Callback"; 566 Native_Blob__slice_4_Callback(mthis) native "Blob_slice_Callback_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";
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 ";
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 724 Native_CSSStyleSheet__addRule_1_Callback(mthis, selector, style, index) native " CSSStyleSheet_addRule_Callback_3_DOMString_DOMString_unsigned long";
725 725
726 Native_CSSStyleSheet__addRule_2_Callback(mthis, selector, style) native "CSSStyl eSheet__addRule_2_Callback"; 726 Native_CSSStyleSheet__addRule_2_Callback(mthis, selector, style) native "CSSStyl eSheet_addRule_Callback_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";
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_1_Callback"; 738 Native_CSSStyleSheet__insertRule_1_Callback(mthis, rule, index) native "CSSStyle Sheet_insertRule_Callback_2_DOMString_unsigned long";
739 739
740 Native_CSSStyleSheet__insertRule_2_Callback(mthis, rule) native "CSSStyleSheet__ insertRule_2_Callback"; 740 Native_CSSStyleSheet__insertRule_2_Callback(mthis, rule) native "CSSStyleSheet_i nsertRule_Callback_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";
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";
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";
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 866 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding) native "CanvasR enderingContext2D_clip_Callback_1_CanvasWindingRule";
867 867
868 Native_CanvasRenderingContext2D__clip_2_Callback(mthis) native "CanvasRenderingC ontext2D__clip_2_Callback"; 868 Native_CanvasRenderingContext2D__clip_2_Callback(mthis) native "CanvasRenderingC ontext2D_clip_Callback_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";
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";
873 873
874 Native_CanvasRenderingContext2D_createImageDataFromImageData_Callback(mthis, ima gedata) native "CanvasRenderingContext2D_createImageDataFromImageData_Callback"; 874 Native_CanvasRenderingContext2D_createImageDataFromImageData_Callback(mthis, ima gedata) native "CanvasRenderingContext2D_createImageDataFromImageData_Callback";
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";
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";
(...skipping 50 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__drawIm age_1_Callback"; 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";
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_2_Callback"; 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";
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_3_Callback"; 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";
944 944
945 Native_CanvasRenderingContext2D__drawImage_4_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D__drawIm age_4_Callback"; 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";
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_5_Callback"; 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";
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_6_Callback"; 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";
950 950
951 Native_CanvasRenderingContext2D__drawImage_7_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D__drawIm age_7_Callback"; 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";
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_8_Callback"; 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";
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_9_Callback"; 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";
956 956
957 Native_CanvasRenderingContext2D__drawImage_10_Callback(mthis, canvas_OR_image_OR _imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D__drawI mage_10_Callback"; 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";
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_11_Callback"; 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";
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_12_Callback"; 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";
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";
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";
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_1_Callback"; 977 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding) native "CanvasR enderingContext2D_fill_Callback_1_CanvasWindingRule";
978 978
979 Native_CanvasRenderingContext2D__fill_2_Callback(mthis) native "CanvasRenderingC ontext2D__fill_2_Callback"; 979 Native_CanvasRenderingContext2D__fill_2_Callback(mthis) native "CanvasRenderingC ontext2D_fill_Callback_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";
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_1_Callback"; 993 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, maxWidth ) native "CanvasRenderingContext2D_fillText_Callback_4_DOMString_float_float_flo at";
994 994
995 Native_CanvasRenderingContext2D__fillText_2_Callback(mthis, text, x, y) native " CanvasRenderingContext2D__fillText_2_Callback"; 995 Native_CanvasRenderingContext2D__fillText_2_Callback(mthis, text, x, y) native " CanvasRenderingContext2D_fillText_Callback_3_DOMString_float_float";
996 996
997 Native_CanvasRenderingContext2D_getContextAttributes_Callback(mthis) native "Can vasRenderingContext2D_getContextAttributes_Callback"; 997 Native_CanvasRenderingContext2D_getContextAttributes_Callback(mthis) native "Can vasRenderingContext2D_getContextAttributes_Callback";
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";
1000 1000
1001 Native_CanvasRenderingContext2D_getLineDash_Callback(mthis) native "CanvasRender ingContext2D_getLineDash_Callback"; 1001 Native_CanvasRenderingContext2D_getLineDash_Callback(mthis) native "CanvasRender ingContext2D_getLineDash_Callback";
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_1_Callback"; 1011 Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback_3_float_float_CanvasWind ingRule";
1012 1012
1013 Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y) native "C anvasRenderingContext2D__isPointInPath_2_Callback"; 1013 Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y) native "C anvasRenderingContext2D_isPointInPath_Callback_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";
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";
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";
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";
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_1_Callback"; 1036 Native_CanvasRenderingContext2D__putImageData_1_Callback(mthis, imagedata, dx, d y) native "CanvasRenderingContext2D_putImageData_Callback_3_ImageData_float_floa t";
1037 1037
1038 Native_CanvasRenderingContext2D__putImageData_2_Callback(mthis, imagedata, dx, d y, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingContext2D__pu tImageData_2_Callback"; 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";
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";
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";
1043 1043
1044 Native_CanvasRenderingContext2D_resetTransform_Callback(mthis) native "CanvasRen deringContext2D_resetTransform_Callback"; 1044 Native_CanvasRenderingContext2D_resetTransform_Callback(mthis) native "CanvasRen deringContext2D_resetTransform_Callback";
1045 1045
1046 Native_CanvasRenderingContext2D_restore_Callback(mthis) native "CanvasRenderingC ontext2D_restore_Callback"; 1046 Native_CanvasRenderingContext2D_restore_Callback(mthis) native "CanvasRenderingC ontext2D_restore_Callback";
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";
(...skipping 13 matching lines...) Expand all
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_1_Callback"; 1072 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWid th) native "CanvasRenderingContext2D_strokeText_Callback_4_DOMString_float_float _float";
1073 1073
1074 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y) native "CanvasRenderingContext2D__strokeText_2_Callback"; 1074 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback_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";
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";
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";
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_1_Callback"; 1095 Native_CanvasRenderingContext2D__webkitPutImageDataHD_1_Callback(mthis, imagedat a, dx, dy) native "CanvasRenderingContext2D_webkitPutImageDataHD_Callback_3_Imag eData_float_float";
1096 1096
1097 Native_CanvasRenderingContext2D__webkitPutImageDataHD_2_Callback(mthis, imagedat a, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingConte xt2D__webkitPutImageDataHD_2_Callback"; 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";
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";
(...skipping 23 matching lines...) Expand all
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 _1_Callback"; 1141 Native_Clipboard__clearData_1_Callback(mthis, type) native "Clipboard_clearData_ Callback_1_DOMString";
1142 1142
1143 Native_Clipboard__clearData_2_Callback(mthis) native "Clipboard__clearData_2_Cal lback"; 1143 Native_Clipboard__clearData_2_Callback(mthis) native "Clipboard_clearData_Callba ck_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";
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";
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";
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";
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 Native_DOMTokenList_toString_Callback(mthis) native "DOMTokenList_toString_Callb ack"; 1309 Native_DOMTokenList_toString_Callback(mthis) native "DOMTokenList_toString_Callb ack";
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_1_Callback"; 1319 Native_DOMTokenList__toggle_1_Callback(mthis, token, force) native "DOMTokenList _toggle_Callback_2_DOMString_boolean";
1320 1320
1321 Native_DOMTokenList__toggle_2_Callback(mthis, token) native "DOMTokenList__toggl e_2_Callback"; 1321 Native_DOMTokenList__toggle_2_Callback(mthis, token) native "DOMTokenList_toggle _Callback_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";
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";
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";
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";
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___1_Callback"; 1348 Native_DOMStringMap____delete___1_Callback(mthis, index_OR_name) native "DOMStri ngMap___delete___Callback_1_unsigned long";
1349 1349
1350 Native_DOMStringMap____delete___2_Callback(mthis, index_OR_name) native "DOMStri ngMap____delete___2_Callback"; 1350 Native_DOMStringMap____delete___2_Callback(mthis, index_OR_name) native "DOMStri ngMap___delete___Callback_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___1_Callback"; 1363 Native_DOMStringMap____getter___1_Callback(mthis, index_OR_name) native "DOMStri ngMap___getter___Callback_1_unsigned long";
1364 1364
1365 Native_DOMStringMap____getter___2_Callback(mthis, index_OR_name) native "DOMStri ngMap____getter___2_Callback"; 1365 Native_DOMStringMap____getter___2_Callback(mthis, index_OR_name) native "DOMStri ngMap___getter___Callback_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___1_Callback"; 1380 Native_DOMStringMap____setter___1_Callback(mthis, index_OR_name, value) native " DOMStringMap___setter___Callback_2_unsigned long_DOMString";
1381 1381
1382 Native_DOMStringMap____setter___2_Callback(mthis, index_OR_name, value) native " DOMStringMap____setter___2_Callback"; 1382 Native_DOMStringMap____setter___2_Callback(mthis, index_OR_name, value) native " DOMStringMap___setter___Callback_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";
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";
1391 1391
1392 Native_DataTransferItem_webkitGetAsEntry_Callback(mthis) native "DataTransferIte m_webkitGetAsEntry_Callback"; 1392 Native_DataTransferItem_webkitGetAsEntry_Callback(mthis) native "DataTransferIte m_webkitGetAsEntry_Callback";
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";
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_1_Callback"; 1409 Native_DataTransferItemList__add_1_Callback(mthis, data_OR_file) native "DataTra nsferItemList_add_Callback_1_File";
1410 1410
1411 Native_DataTransferItemList__add_2_Callback(mthis, data_OR_file, type) native "D ataTransferItemList__add_2_Callback"; 1411 Native_DataTransferItemList__add_2_Callback(mthis, data_OR_file, type) native "D ataTransferItemList_add_Callback_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_addData_Callback";
1414 1414
1415 Native_DataTransferItemList_addFile_Callback(mthis, file) native "DataTransferIt emList_addFile_Callback"; 1415 Native_DataTransferItemList_addFile_Callback(mthis, file) native "DataTransferIt emList_addFile_Callback";
1416 1416
1417 Native_DataTransferItemList_clear_Callback(mthis) native "DataTransferItemList_c lear_Callback"; 1417 Native_DataTransferItemList_clear_Callback(mthis) native "DataTransferItemList_c lear_Callback";
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";
1420 1420
1421 Native_Database_version_Getter(mthis) native "Database_version_Getter"; 1421 Native_Database_version_Getter(mthis) native "Database_version_Getter";
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 1547 Native_Entry__copyTo_1_Callback(mthis, parent, name, successCallback, errorCallb ack) native "Entry_copyTo_Callback_4_DirectoryEntry_DOMString_EntryCallback_Erro rCallback";
1548 1548
1549 Native_Entry__copyTo_2_Callback(mthis, parent) native "Entry__copyTo_2_Callback" ; 1549 Native_Entry__copyTo_2_Callback(mthis, parent) native "Entry_copyTo_Callback_1_D irectoryEntry";
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";
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";
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_1_Callback"; 1565 Native_Entry__moveTo_1_Callback(mthis, parent, name, successCallback, errorCallb ack) native "Entry_moveTo_Callback_4_DirectoryEntry_DOMString_EntryCallback_Erro rCallback";
1566 1566
1567 Native_Entry__moveTo_2_Callback(mthis, parent) native "Entry__moveTo_2_Callback" ; 1567 Native_Entry__moveTo_2_Callback(mthis, parent) native "Entry_moveTo_Callback_1_D irectoryEntry";
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";
1570 1570
1571 Native_Entry_toURL_Callback(mthis) native "Entry_toURL_Callback"; 1571 Native_Entry_toURL_Callback(mthis) native "Entry_toURL_Callback";
1572 1572
1573 Native_DirectoryEntry_createReader_Callback(mthis) native "DirectoryEntry_create Reader_Callback"; 1573 Native_DirectoryEntry_createReader_Callback(mthis) native "DirectoryEntry_create Reader_Callback";
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";
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";
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
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";
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__crea teEvent_1_Callback"; 1669 Native_Document__createEvent_1_Callback(mthis, eventType) native "Document_creat eEvent_Callback_1_DOMString";
1670 1670
1671 Native_Document__createEvent_2_Callback(mthis) native "Document__createEvent_2_C allback"; 1671 Native_Document__createEvent_2_Callback(mthis) native "Document_createEvent_Call back_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_1_Callback"; 1684 Native_Document__createNodeIterator_1_Callback(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_3_Node_unsigned long_NodeFilter";
1685 1685
1686 Native_Document__createNodeIterator_2_Callback(mthis, root, whatToShow) native " Document__createNodeIterator_2_Callback"; 1686 Native_Document__createNodeIterator_2_Callback(mthis, root, whatToShow) native " Document_createNodeIterator_Callback_2_Node_unsigned long";
1687 1687
1688 Native_Document__createNodeIterator_3_Callback(mthis, root) native "Document__cr eateNodeIterator_3_Callback"; 1688 Native_Document__createNodeIterator_3_Callback(mthis, root) native "Document_cre ateNodeIterator_Callback_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";
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";
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";
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_1_Callback"; 1707 Native_Document__createTreeWalker_1_Callback(mthis, root, whatToShow, filter) na tive "Document_createTreeWalker_Callback_3_Node_unsigned long_NodeFilter";
1708 1708
1709 Native_Document__createTreeWalker_2_Callback(mthis, root, whatToShow) native "Do cument__createTreeWalker_2_Callback"; 1709 Native_Document__createTreeWalker_2_Callback(mthis, root, whatToShow) native "Do cument_createTreeWalker_Callback_2_Node_unsigned long";
1710 1710
1711 Native_Document__createTreeWalker_3_Callback(mthis, root) native "Document__crea teTreeWalker_3_Callback"; 1711 Native_Document__createTreeWalker_3_Callback(mthis, root) native "Document_creat eTreeWalker_Callback_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";
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";
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";
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";
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";
1722 1722
1723 Native_Document_getElementsByName_Callback(mthis, elementName) native "Document_ getElementsByName_Callback"; 1723 Native_Document_getElementsByName_Callback(mthis, elementName) native "Document_ getElementsByName_Callback";
1724 1724
1725 Native_Document_getElementsByTagName_Callback(mthis, localName) native "Document _getElementsByTagName_Callback"; 1725 Native_Document_getElementsByTagName_Callback(mthis, localName) native "Document _getElementsByTagName_Callback";
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__impo rtNode_1_Callback"; 1735 Native_Document__importNode_1_Callback(mthis, node, deep) native "Document_impor tNode_Callback_2_Node_boolean";
1736 1736
1737 Native_Document__importNode_2_Callback(mthis, node) native "Document__importNode _2_Callback"; 1737 Native_Document__importNode_2_Callback(mthis, node) native "Document_importNode_ Callback_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";
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";
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";
1744 1744
1745 Native_Document_queryCommandSupported_Callback(mthis, command) native "Document_ queryCommandSupported_Callback"; 1745 Native_Document_queryCommandSupported_Callback(mthis, command) native "Document_ queryCommandSupported_Callback";
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";
(...skipping 99 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_1_Callback"; 1857 Native_Element__animate_1_Callback(mthis, keyframes, timingInput) native "Elemen t_animate_Callback_2_sequence<Dictionary>_Dictionary";
1858 1858
1859 Native_Element__animate_2_Callback(mthis, keyframes, timingInput) native "Elemen t__animate_2_Callback"; 1859 Native_Element__animate_2_Callback(mthis, keyframes, timingInput) native "Elemen t_animate_Callback_2_sequence<Dictionary>_double";
1860 1860
1861 Native_Element__animate_3_Callback(mthis, keyframes) native "Element__animate_3_ Callback"; 1861 Native_Element__animate_3_Callback(mthis, keyframes) native "Element_animate_Cal lback_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";
1864 1864
1865 Native_Element_createShadowRoot_Callback(mthis) native "Element_createShadowRoot _Callback"; 1865 Native_Element_createShadowRoot_Callback(mthis) native "Element_createShadowRoot _Callback";
1866 1866
1867 Native_Element_focus_Callback(mthis) native "Element_focus_Callback"; 1867 Native_Element_focus_Callback(mthis) native "Element_focus_Callback";
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";
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";
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
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__ scrollIntoView_1_Callback"; 1917 Native_Element__scrollIntoView_1_Callback(mthis, alignWithTop) native "Element_s crollIntoView_Callback_1_boolean";
1918 1918
1919 Native_Element__scrollIntoView_2_Callback(mthis) native "Element__scrollIntoView _2_Callback"; 1919 Native_Element__scrollIntoView_2_Callback(mthis) native "Element_scrollIntoView_ Callback_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_1_Callback"; 1931 Native_Element__scrollIntoViewIfNeeded_1_Callback(mthis, centerIfNeeded) native "Element_scrollIntoViewIfNeeded_Callback_1_boolean";
1932 1932
1933 Native_Element__scrollIntoViewIfNeeded_2_Callback(mthis) native "Element__scroll IntoViewIfNeeded_2_Callback"; 1933 Native_Element__scrollIntoViewIfNeeded_2_Callback(mthis) native "Element_scrollI ntoViewIfNeeded_Callback_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";
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";
1938 1938
1939 Native_Element_webkitRequestFullscreen_Callback(mthis) native "Element_webkitReq uestFullscreen_Callback"; 1939 Native_Element_webkitRequestFullscreen_Callback(mthis) native "Element_webkitReq uestFullscreen_Callback";
1940 1940
1941 Native_Element_webkitRequestPointerLock_Callback(mthis) native "Element_webkitRe questPointerLock_Callback"; 1941 Native_Element_webkitRequestPointerLock_Callback(mthis) native "Element_webkitRe questPointerLock_Callback";
1942 1942
1943 Native_Element_nextElementSibling_Getter(mthis) native "Element_nextElementSibli ng_Getter"; 1943 Native_Element_nextElementSibling_Getter(mthis) native "Element_nextElementSibli ng_Getter";
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 2031 Native_FileReader__readAsText_1_Callback(mthis, blob, encoding) native "FileRead er_readAsText_Callback_2_Blob_DOMString";
2032 2032
2033 Native_FileReader__readAsText_2_Callback(mthis, blob) native "FileReader__readAs Text_2_Callback"; 2033 Native_FileReader__readAsText_2_Callback(mthis, blob) native "FileReader_readAsT ext_Callback_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__create_1constructorCallback() native "FileReaderSync__cre ate_1constructorCallback";
2041 2041
2042 Native_FileWriter_error_Getter(mthis) native "FileWriter_error_Getter"; 2042 Native_FileWriter_error_Getter(mthis) native "FileWriter_error_Getter";
2043 2043
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 2121 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac eSet_forEach_Callback_2_FontFaceSetForEachCallback_any";
2122 2122
2123 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet__for Each_2_Callback"; 2123 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet_forE ach_Callback_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";
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";
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_appendBlob_Callback";
2132 2132
2133 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter"; 2133 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter";
(...skipping 330 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_1_Callback"; 2474 Native_HTMLMediaElement__addTextTrack_1_Callback(mthis, kind, label, language) n ative "HTMLMediaElement_addTextTrack_Callback_3_DOMString_DOMString_DOMString";
2475 2475
2476 Native_HTMLMediaElement__addTextTrack_2_Callback(mthis, kind, label) native "HTM LMediaElement__addTextTrack_2_Callback"; 2476 Native_HTMLMediaElement__addTextTrack_2_Callback(mthis, kind, label) native "HTM LMediaElement_addTextTrack_Callback_2_DOMString_DOMString";
2477 2477
2478 Native_HTMLMediaElement__addTextTrack_3_Callback(mthis, kind) native "HTMLMediaE lement__addTextTrack_3_Callback"; 2478 Native_HTMLMediaElement__addTextTrack_3_Callback(mthis, kind) native "HTMLMediaE lement_addTextTrack_Callback_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";
2481 2481
2482 Native_HTMLMediaElement_load_Callback(mthis) native "HTMLMediaElement_load_Callb ack"; 2482 Native_HTMLMediaElement_load_Callback(mthis) native "HTMLMediaElement_load_Callb ack";
2483 2483
2484 Native_HTMLMediaElement_pause_Callback(mthis) native "HTMLMediaElement_pause_Cal lback"; 2484 Native_HTMLMediaElement_pause_Callback(mthis) native "HTMLMediaElement_pause_Cal lback";
2485 2485
2486 Native_HTMLMediaElement_play_Callback(mthis) native "HTMLMediaElement_play_Callb ack"; 2486 Native_HTMLMediaElement_play_Callback(mthis) native "HTMLMediaElement_play_Callb ack";
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";
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_1_Callback"; 2500 Native_HTMLMediaElement__webkitAddKey_1_Callback(mthis, keySystem, key, initData , sessionId) native "HTMLMediaElement_webkitAddKey_Callback_4_DOMString_Uint8Arr ay_Uint8Array_DOMString";
2501 2501
2502 Native_HTMLMediaElement__webkitAddKey_2_Callback(mthis, keySystem, key) native " HTMLMediaElement__webkitAddKey_2_Callback"; 2502 Native_HTMLMediaElement__webkitAddKey_2_Callback(mthis, keySystem, key) native " HTMLMediaElement_webkitAddKey_Callback_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";
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_1_Callback"; 2516 Native_HTMLMediaElement__webkitGenerateKeyRequest_1_Callback(mthis, keySystem, i nitData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_2_DOMString_ Uint8Array";
2517 2517
2518 Native_HTMLMediaElement__webkitGenerateKeyRequest_2_Callback(mthis, keySystem) n ative "HTMLMediaElement__webkitGenerateKeyRequest_2_Callback"; 2518 Native_HTMLMediaElement__webkitGenerateKeyRequest_2_Callback(mthis, keySystem) n ative "HTMLMediaElement_webkitGenerateKeyRequest_Callback_1_DOMString";
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__create_1constructorCallback(src) native "HTMLAudioEleme nt__create_1constructorCallback";
2526 2526
2527 Native_HTMLBaseElement_href_Getter(mthis) native "HTMLBaseElement_href_Getter"; 2527 Native_HTMLBaseElement_href_Getter(mthis) native "HTMLBaseElement_href_Getter";
2528 2528
(...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 3004 Native_HTMLInputElement__setRangeText_1_Callback(mthis, replacement) native "HTM LInputElement_setRangeText_Callback_1_DOMString";
3005 3005
3006 Native_HTMLInputElement__setRangeText_2_Callback(mthis, replacement, start, end, selectionMode) native "HTMLInputElement__setRangeText_2_Callback"; 3006 Native_HTMLInputElement__setRangeText_2_Callback(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback_4_DOMString_unsig ned 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_1_Callback"; 3018 Native_HTMLInputElement__setSelectionRange_1_Callback(mthis, start, end, directi on) native "HTMLInputElement_setSelectionRange_Callback_3_long_long_DOMString";
3019 3019
3020 Native_HTMLInputElement__setSelectionRange_2_Callback(mthis, start, end) native "HTMLInputElement__setSelectionRange_2_Callback"; 3020 Native_HTMLInputElement__setSelectionRange_2_Callback(mthis, start, end) native "HTMLInputElement_setSelectionRange_Callback_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_1_Callback"; 3032 Native_HTMLInputElement__stepDown_1_Callback(mthis, n) native "HTMLInputElement_ stepDown_Callback_1_long";
3033 3033
3034 Native_HTMLInputElement__stepDown_2_Callback(mthis) native "HTMLInputElement__st epDown_2_Callback"; 3034 Native_HTMLInputElement__stepDown_2_Callback(mthis) native "HTMLInputElement_ste pDown_Callback_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__s tepUp_1_Callback"; 3046 Native_HTMLInputElement__stepUp_1_Callback(mthis, n) native "HTMLInputElement_st epUp_Callback_1_long";
3047 3047
3048 Native_HTMLInputElement__stepUp_2_Callback(mthis) native "HTMLInputElement__step Up_2_Callback"; 3048 Native_HTMLInputElement__stepUp_2_Callback(mthis) native "HTMLInputElement_stepU p_Callback_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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 3624 Native_HTMLTextAreaElement__setRangeText_1_Callback(mthis, replacement) native " HTMLTextAreaElement_setRangeText_Callback_1_DOMString";
3625 3625
3626 Native_HTMLTextAreaElement__setRangeText_2_Callback(mthis, replacement, start, e nd, selectionMode) native "HTMLTextAreaElement__setRangeText_2_Callback"; 3626 Native_HTMLTextAreaElement__setRangeText_2_Callback(mthis, replacement, start, e nd, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback_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_1_Callback"; 3638 Native_HTMLTextAreaElement__setSelectionRange_1_Callback(mthis, start, end, dire ction) native "HTMLTextAreaElement_setSelectionRange_Callback_3_long_long_DOMStr ing";
3639 3639
3640 Native_HTMLTextAreaElement__setSelectionRange_2_Callback(mthis, start, end) nati ve "HTMLTextAreaElement__setSelectionRange_2_Callback"; 3640 Native_HTMLTextAreaElement__setSelectionRange_2_Callback(mthis, start, end) nati ve "HTMLTextAreaElement_setSelectionRange_Callback_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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 3758 Native_IDBDatabase__transaction_1_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_2_DOMStringList_DOMString";
3759 3759
3760 Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase__transaction_2_Callback"; 3760 Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_2_sequence<DOMString>_DOMString";
3761 3761
3762 Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase__transaction_3_Callback"; 3762 Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_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_transactionList_Callback";
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_transactionStore_Callback";
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_transactionStores_Callback";
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";
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";
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__ope n_1_Callback"; 3782 Native_IDBFactory__open_1_Callback(mthis, name, version) native "IDBFactory_open _Callback_2_DOMString_unsigned long long";
3783 3783
3784 Native_IDBFactory__open_2_Callback(mthis, name) native "IDBFactory__open_2_Callb ack"; 3784 Native_IDBFactory__open_2_Callback(mthis, name) native "IDBFactory_open_Callback _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";
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";
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 3851 Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_3_DOMString_sequence<DOMString>_Diction ary";
3852 3852
3853 Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore__createIndex_2_Callback"; 3853 Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_3_DOMString_DOMString_Dictionary";
3854 3854
3855 Native_IDBObjectStore_delete_Callback(mthis, key) native "IDBObjectStore_delete_ Callback"; 3855 Native_IDBObjectStore_delete_Callback(mthis, key) native "IDBObjectStore_delete_ Callback";
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";
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";
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";
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";
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
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__s end_1_Callback"; 4031 Native_MIDIOutput__send_1_Callback(mthis, data, timestamp) native "MIDIOutput_se nd_Callback_2_Uint8Array_double";
4032 4032
4033 Native_MIDIOutput__send_2_Callback(mthis, data) native "MIDIOutput__send_2_Callb ack"; 4033 Native_MIDIOutput__send_2_Callback(mthis, data) native "MIDIOutput_send_Callback _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__create_1constructorCallback() native "MediaController__c reate_1constructorCallback";
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
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
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__en dOfStream_1_Callback"; 4176 Native_MediaSource__endOfStream_1_Callback(mthis, error) native "MediaSource_end OfStream_Callback_1_EndOfStreamError";
4177 4177
4178 Native_MediaSource__endOfStream_2_Callback(mthis) native "MediaSource__endOfStre am_2_Callback"; 4178 Native_MediaSource__endOfStream_2_Callback(mthis) native "MediaSource_endOfStrea m_Callback_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";
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";
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 }
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
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__sta rt_1_Callback"; 4538 Native_OscillatorNode__start_1_Callback(mthis, when) native "OscillatorNode_star t_Callback_1_double";
4539 4539
4540 Native_OscillatorNode__start_2_Callback(mthis) native "OscillatorNode__start_2_C allback"; 4540 Native_OscillatorNode__start_2_Callback(mthis) native "OscillatorNode_start_Call back_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 _1_Callback"; 4552 Native_OscillatorNode__stop_1_Callback(mthis, when) native "OscillatorNode_stop_ Callback_1_double";
4553 4553
4554 Native_OscillatorNode__stop_2_Callback(mthis) native "OscillatorNode__stop_2_Cal lback"; 4554 Native_OscillatorNode__stop_2_Callback(mthis) native "OscillatorNode_stop_Callba ck_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 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 4840 Native_RTCDTMFSender__insertDTMF_1_Callback(mthis, tones, duration, interToneGap ) native "RTCDTMFSender_insertDTMF_Callback_3_DOMString_long_long";
4841 4841
4842 Native_RTCDTMFSender__insertDTMF_2_Callback(mthis, tones, duration) native "RTCD TMFSender__insertDTMF_2_Callback"; 4842 Native_RTCDTMFSender__insertDTMF_2_Callback(mthis, tones, duration) native "RTCD TMFSender_insertDTMF_Callback_2_DOMString_long";
4843 4843
4844 Native_RTCDTMFSender__insertDTMF_3_Callback(mthis, tones) native "RTCDTMFSender_ _insertDTMF_3_Callback"; 4844 Native_RTCDTMFSender__insertDTMF_3_Callback(mthis, tones) native "RTCDTMFSender_ insertDTMF_Callback_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";
(...skipping 30 matching lines...) Expand all
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 _1_Callback"; 4895 Native_RTCDataChannel__send_1_Callback(mthis, data) native "RTCDataChannel_send_ Callback_1_ArrayBufferView";
4896 4896
4897 Native_RTCDataChannel__send_2_Callback(mthis, data) native "RTCDataChannel__send _2_Callback"; 4897 Native_RTCDataChannel__send_2_Callback(mthis, data) native "RTCDataChannel_send_ Callback_1_ArrayBuffer";
4898 4898
4899 Native_RTCDataChannel__send_3_Callback(mthis, data) native "RTCDataChannel__send _3_Callback"; 4899 Native_RTCDataChannel__send_3_Callback(mthis, data) native "RTCDataChannel_send_ Callback_1_Blob";
4900 4900
4901 Native_RTCDataChannel__send_4_Callback(mthis, data) native "RTCDataChannel__send _4_Callback"; 4901 Native_RTCDataChannel__send_4_Callback(mthis, data) native "RTCDataChannel_send_ Callback_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 Blob_Callback";
4904 4904
4905 Native_RTCDataChannel_sendByteBuffer_Callback(mthis, data) native "RTCDataChanne l_sendByteBuffer_Callback"; 4905 Native_RTCDataChannel_sendByteBuffer_Callback(mthis, data) native "RTCDataChanne l_sendByteBuffer_Callback";
4906 4906
4907 Native_RTCDataChannel_sendString_Callback(mthis, data) native "RTCDataChannel_se ndString_Callback"; 4907 Native_RTCDataChannel_sendString_Callback(mthis, data) native "RTCDataChannel_se ndString_Callback";
4908 4908
4909 Native_RTCDataChannel_sendTypedData_Callback(mthis, data) native "RTCDataChannel _sendTypedData_Callback"; 4909 Native_RTCDataChannel_sendTypedData_Callback(mthis, data) native "RTCDataChannel _sendTypedData_Callback";
4910 4910
4911 Native_RTCDataChannelEvent_channel_Getter(mthis) native "RTCDataChannelEvent_cha nnel_Getter"; 4911 Native_RTCDataChannelEvent_channel_Getter(mthis) native "RTCDataChannelEvent_cha nnel_Getter";
(...skipping 1627 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_1_Callback"; 6549 Native_Screen__lockOrientation_1_Callback(mthis, orientation_OR_orientations) na tive "Screen_lockOrientation_Callback_1_DOMString";
6550 6550
6551 Native_Screen__lockOrientation_2_Callback(mthis, orientation_OR_orientations) na tive "Screen__lockOrientation_2_Callback"; 6551 Native_Screen__lockOrientation_2_Callback(mthis, orientation_OR_orientations) na tive "Screen_lockOrientation_Callback_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";
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";
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";
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 6710 Native_SourceBuffer__appendStream_1_Callback(mthis, stream, maxSize) native "Sou rceBuffer_appendStream_Callback_2_Stream_unsigned long long";
6711 6711
6712 Native_SourceBuffer__appendStream_2_Callback(mthis, stream) native "SourceBuffer __appendStream_2_Callback"; 6712 Native_SourceBuffer__appendStream_2_Callback(mthis, stream) native "SourceBuffer _appendStream_Callback_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 ppendTypedData_Callback";
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";
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";
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";
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 6768 Native_SpeechGrammarList__addFromString_1_Callback(mthis, string, weight) native "SpeechGrammarList_addFromString_Callback_2_DOMString_float";
6769 6769
6770 Native_SpeechGrammarList__addFromString_2_Callback(mthis, string) native "Speech GrammarList__addFromString_2_Callback"; 6770 Native_SpeechGrammarList__addFromString_2_Callback(mthis, string) native "Speech GrammarList_addFromString_Callback_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_1_Callback"; 6782 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight) native "Spee chGrammarList_addFromUri_Callback_2_DOMString_float";
6783 6783
6784 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src) native "SpeechGramma rList__addFromUri_2_Callback"; 6784 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src) native "SpeechGramma rList_addFromUri_Callback_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";
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";
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
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____d elete___1_Callback"; 6937 Native_Storage____delete___1_Callback(mthis, index_OR_name) native "Storage___de lete___Callback_1_unsigned long";
6938 6938
6939 Native_Storage____delete___2_Callback(mthis, index_OR_name) native "Storage____d elete___2_Callback"; 6939 Native_Storage____delete___2_Callback(mthis, index_OR_name) native "Storage___de lete___Callback_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____g etter___1_Callback"; 6952 Native_Storage____getter___1_Callback(mthis, index_OR_name) native "Storage___ge tter___Callback_1_unsigned long";
6953 6953
6954 Native_Storage____getter___2_Callback(mthis, index_OR_name) native "Storage____g etter___2_Callback"; 6954 Native_Storage____getter___2_Callback(mthis, index_OR_name) native "Storage___ge tter___Callback_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___1_Callback"; 6969 Native_Storage____setter___1_Callback(mthis, index_OR_name, value) native "Stora ge___setter___Callback_2_unsigned long_DOMString";
6970 6970
6971 Native_Storage____setter___2_Callback(mthis, index_OR_name, value) native "Stora ge____setter___2_Callback"; 6971 Native_Storage____setter___2_Callback(mthis, index_OR_name, value) native "Stora ge___setter___Callback_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";
6974 6974
6975 Native_Storage_getItem_Callback(mthis, key) native "Storage_getItem_Callback"; 6975 Native_Storage_getItem_Callback(mthis, key) native "Storage_getItem_Callback";
6976 6976
6977 Native_Storage_key_Callback(mthis, index) native "Storage_key_Callback"; 6977 Native_Storage_key_Callback(mthis, index) native "Storage_key_Callback";
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";
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";
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
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__cr eateObjectURL_1_Callback"; 7215 Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_1_Blob";
7216 7216
7217 Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL__cr eateObjectURL_2_Callback"; 7217 Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_1_MediaStream";
7218 7218
7219 Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL__cr eateObjectURL_3_Callback"; 7219 Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_1_MediaSource";
7220 7220
7221 Native_URL_createObjectUrlFromBlob_Callback(blob) native "URL_createObjectUrlFro mBlob_Callback"; 7221 Native_URL_createObjectUrlFromBlob_Callback(blob) native "URL_createObjectUrlFro mBlob_Callback";
7222 7222
7223 Native_URL_createObjectUrlFromSource_Callback(source) native "URL_createObjectUr lFromSource_Callback"; 7223 Native_URL_createObjectUrlFromSource_Callback(source) native "URL_createObjectUr lFromSource_Callback";
7224 7224
7225 Native_URL_createObjectUrlFromStream_Callback(stream) native "URL_createObjectUr lFromStream_Callback"; 7225 Native_URL_createObjectUrlFromStream_Callback(stream) native "URL_createObjectUr lFromStream_Callback";
7226 7226
7227 Native_URL_revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback"; 7227 Native_URL_revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback";
7228 7228
7229 Native_URL_hash_Getter(mthis) native "URL_hash_Getter"; 7229 Native_URL_hash_Getter(mthis) native "URL_hash_Getter";
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callback"; 7506 Native_WebGLRenderingContext__bufferData_1_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_3_unsigned long_ArrayB ufferView_unsigned long";
7507 7507
7508 Native_WebGLRenderingContext__bufferData_2_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext__bufferData_2_Callback"; 7508 Native_WebGLRenderingContext__bufferData_2_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_3_unsigned long_ArrayB uffer_unsigned long";
7509 7509
7510 Native_WebGLRenderingContext__bufferData_3_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext__bufferData_3_Callback"; 7510 Native_WebGLRenderingContext__bufferData_3_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_3_unsigned long_long l ong_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_bufferDataTyped_Callback";
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_bufferSubByteData_Callback";
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_1_Callback"; 7529 Native_WebGLRenderingContext__bufferSubData_1_Callback(mthis, target, offset, da ta) native "WebGLRenderingContext_bufferSubData_Callback_3_unsigned long_long lo ng_ArrayBufferView";
7530 7530
7531 Native_WebGLRenderingContext__bufferSubData_2_Callback(mthis, target, offset, da ta) native "WebGLRenderingContext__bufferSubData_2_Callback"; 7531 Native_WebGLRenderingContext__bufferSubData_2_Callback(mthis, target, offset, da ta) native "WebGLRenderingContext_bufferSubData_Callback_3_unsigned long_long lo ng_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_bufferSubDataTyped_Callback";
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";
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";
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";
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";
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_1_Callb ack"; 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";
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_2_Callback"; 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";
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_3_Callback"; 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";
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_4_Callback"; 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";
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_5_Callback"; 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";
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_texImage2DCanva s_Callback";
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_texImage2DImage_C allback";
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_texImage2DIm ageData_Callback";
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_texImage2DVideo_C allback";
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";
(...skipping 18 matching lines...) Expand all
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_1_Callb ack"; 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";
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_2_Callback"; 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";
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_3_Callback"; 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";
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_4_Callback"; 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";
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_5_Callback"; 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";
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 e2DCanvas_Callback";
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 DImage_Callback";
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 mage2DImageData_Callback";
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 DVideo_Callback";
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";
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 _1_Callback"; 7947 Native_WebSocket__close_1_Callback(mthis, code, reason) native "WebSocket_close_ Callback_2_unsigned short_DOMString";
7948 7948
7949 Native_WebSocket__close_2_Callback(mthis, code) native "WebSocket__close_2_Callb ack"; 7949 Native_WebSocket__close_2_Callback(mthis, code) native "WebSocket_close_Callback _1_unsigned short";
7950 7950
7951 Native_WebSocket__close_3_Callback(mthis) native "WebSocket__close_3_Callback"; 7951 Native_WebSocket__close_3_Callback(mthis) native "WebSocket_close_Callback_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";
7954 7954
7955 Native_WebSocket_sendBlob_Callback(mthis, data) native "WebSocket_sendBlob_Callb ack"; 7955 Native_WebSocket_sendBlob_Callback(mthis, data) native "WebSocket_sendBlob_Callb ack";
7956 7956
7957 Native_WebSocket_sendByteBuffer_Callback(mthis, data) native "WebSocket_sendByte Buffer_Callback"; 7957 Native_WebSocket_sendByteBuffer_Callback(mthis, data) native "WebSocket_sendByte Buffer_Callback";
7958 7958
7959 Native_WebSocket_sendString_Callback(mthis, data) native "WebSocket_sendString_C allback"; 7959 Native_WebSocket_sendString_Callback(mthis, data) native "WebSocket_sendString_C allback";
7960 7960
7961 Native_WebSocket_sendTypedData_Callback(mthis, data) native "WebSocket_sendTyped Data_Callback"; 7961 Native_WebSocket_sendTypedData_Callback(mthis, data) native "WebSocket_sendTyped Data_Callback";
(...skipping 118 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____get ter___1_Callback"; 8090 Native_Window____getter___1_Callback(mthis, index_OR_name) native "Window___gett er___Callback_1_unsigned long";
8091 8091
8092 Native_Window____getter___2_Callback(mthis, index_OR_name) native "Window____get ter___2_Callback"; 8092 Native_Window____getter___2_Callback(mthis, index_OR_name) native "Window___gett er___Callback_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";
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";
8097 8097
8098 Native_Window_close_Callback(mthis) native "Window_close_Callback"; 8098 Native_Window_close_Callback(mthis) native "Window_close_Callback";
8099 8099
8100 Native_Window_confirm_Callback(mthis, message) native "Window_confirm_Callback"; 8100 Native_Window_confirm_Callback(mthis, message) native "Window_confirm_Callback";
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";
(...skipping 247 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