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

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

Issue 284233004: More native binding match up fixes (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * This library provides entry points to the native Blink code which backs 2 * This library provides entry points to the native Blink code which backs
3 * up the dart:html library. 3 * up the dart:html library.
4 */ 4 */
5 library dart.dom._blink; 5 library dart.dom._blink;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 import 'dart:collection'; 8 import 'dart:collection';
9 import 'dart:html'; 9 import 'dart:html';
10 import 'dart:_internal' hide Symbol, deprecated; 10 import 'dart:_internal' hide Symbol, deprecated;
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 295
296 Native_AudioBufferSourceNode__stop_1_Callback(mthis, when) native "AudioBufferSo urceNode_stop_Callback_RESOLVER_STRING_1_double"; 296 Native_AudioBufferSourceNode__stop_1_Callback(mthis, when) native "AudioBufferSo urceNode_stop_Callback_RESOLVER_STRING_1_double";
297 297
298 Native_AudioBufferSourceNode__stop_2_Callback(mthis) native "AudioBufferSourceNo de_stop_Callback_RESOLVER_STRING_0_"; 298 Native_AudioBufferSourceNode__stop_2_Callback(mthis) native "AudioBufferSourceNo de_stop_Callback_RESOLVER_STRING_0_";
299 299
300 // Generated overload resolver 300 // Generated overload resolver
301 Native_AudioContext_AudioContext() { 301 Native_AudioContext_AudioContext() {
302 return Native_AudioContext__create_1constructorCallback(); 302 return Native_AudioContext__create_1constructorCallback();
303 } 303 }
304 304
305 Native_AudioContext__create_1constructorCallback() native "AudioContext__create_ 1constructorCallback"; 305 Native_AudioContext__create_1constructorCallback() native "AudioContext_construc torCallback_RESOLVER_STRING_0_";
306 306
307 Native_AudioContext_activeSourceCount_Getter(mthis) native "AudioContext_activeS ourceCount_Getter"; 307 Native_AudioContext_activeSourceCount_Getter(mthis) native "AudioContext_activeS ourceCount_Getter";
308 308
309 Native_AudioContext_currentTime_Getter(mthis) native "AudioContext_currentTime_G etter"; 309 Native_AudioContext_currentTime_Getter(mthis) native "AudioContext_currentTime_G etter";
310 310
311 Native_AudioContext_destination_Getter(mthis) native "AudioContext_destination_G etter"; 311 Native_AudioContext_destination_Getter(mthis) native "AudioContext_destination_G etter";
312 312
313 Native_AudioContext_listener_Getter(mthis) native "AudioContext_listener_Getter" ; 313 Native_AudioContext_listener_Getter(mthis) native "AudioContext_listener_Getter" ;
314 314
315 Native_AudioContext_sampleRate_Getter(mthis) native "AudioContext_sampleRate_Get ter"; 315 Native_AudioContext_sampleRate_Getter(mthis) native "AudioContext_sampleRate_Get ter";
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 Native_BiquadFilterNode_frequency_Getter(mthis) native "BiquadFilterNode_frequen cy_Getter"; 530 Native_BiquadFilterNode_frequency_Getter(mthis) native "BiquadFilterNode_frequen cy_Getter";
531 531
532 Native_BiquadFilterNode_gain_Getter(mthis) native "BiquadFilterNode_gain_Getter" ; 532 Native_BiquadFilterNode_gain_Getter(mthis) native "BiquadFilterNode_gain_Getter" ;
533 533
534 Native_BiquadFilterNode_type_Getter(mthis) native "BiquadFilterNode_type_Getter" ; 534 Native_BiquadFilterNode_type_Getter(mthis) native "BiquadFilterNode_type_Getter" ;
535 535
536 Native_BiquadFilterNode_type_Setter(mthis, value) native "BiquadFilterNode_type_ Setter"; 536 Native_BiquadFilterNode_type_Setter(mthis, value) native "BiquadFilterNode_type_ Setter";
537 537
538 Native_BiquadFilterNode_getFrequencyResponse_Callback(mthis, frequencyHz, magRes ponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback_RES OLVER_STRING_3_Float32Array_Float32Array_Float32Array"; 538 Native_BiquadFilterNode_getFrequencyResponse_Callback(mthis, frequencyHz, magRes ponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback_RES OLVER_STRING_3_Float32Array_Float32Array_Float32Array";
539 539
540 Native_Blob_constructorCallback(blobParts, type, endings) native "Blob_construct orCallback"; 540 Native_Blob_constructorCallback(blobParts, type, endings) native "Blob_construct orCallback_RESOLVER_STRING_3_Array_DOMString_DOMString";
541 541
542 Native_Blob_size_Getter(mthis) native "Blob_size_Getter"; 542 Native_Blob_size_Getter(mthis) native "Blob_size_Getter";
543 543
544 Native_Blob_type_Getter(mthis) native "Blob_type_Getter"; 544 Native_Blob_type_Getter(mthis) native "Blob_type_Getter";
545 545
546 // Generated overload resolver 546 // Generated overload resolver
547 Native_Blob_slice(mthis, start, end, contentType) { 547 Native_Blob_slice(mthis, start, end, contentType) {
548 if (contentType != null) { 548 if (contentType != null) {
549 return Native_Blob__slice_1_Callback(mthis, start, end, contentType); 549 return Native_Blob__slice_1_Callback(mthis, start, end, contentType);
550 } 550 }
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 1289
1290 Native_DOMImplementation_createHTMLDocument_Callback(mthis, title) native "DOMIm plementation_createHTMLDocument_Callback_RESOLVER_STRING_1_DOMString"; 1290 Native_DOMImplementation_createHTMLDocument_Callback(mthis, title) native "DOMIm plementation_createHTMLDocument_Callback_RESOLVER_STRING_1_DOMString";
1291 1291
1292 Native_DOMImplementation_hasFeature_Callback(mthis, feature, version) native "DO MImplementation_hasFeature_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 1292 Native_DOMImplementation_hasFeature_Callback(mthis, feature, version) native "DO MImplementation_hasFeature_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1293 1293
1294 // Generated overload resolver 1294 // Generated overload resolver
1295 Native_DOMParser_DomParser() { 1295 Native_DOMParser_DomParser() {
1296 return Native_DOMParser__create_1constructorCallback(); 1296 return Native_DOMParser__create_1constructorCallback();
1297 } 1297 }
1298 1298
1299 Native_DOMParser__create_1constructorCallback() native "DOMParser__create_1const ructorCallback"; 1299 Native_DOMParser__create_1constructorCallback() native "DOMParser_constructorCal lback_RESOLVER_STRING_0_";
1300 1300
1301 Native_DOMParser_parseFromString_Callback(mthis, str, contentType) native "DOMPa rser_parseFromString_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 1301 Native_DOMParser_parseFromString_Callback(mthis, str, contentType) native "DOMPa rser_parseFromString_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1302 1302
1303 Native_DOMTokenList_length_Getter(mthis) native "DOMTokenList_length_Getter"; 1303 Native_DOMTokenList_length_Getter(mthis) native "DOMTokenList_length_Getter";
1304 1304
1305 Native_DOMTokenList_contains_Callback(mthis, token) native "DOMTokenList_contain s_Callback_RESOLVER_STRING_1_DOMString"; 1305 Native_DOMTokenList_contains_Callback(mthis, token) native "DOMTokenList_contain s_Callback_RESOLVER_STRING_1_DOMString";
1306 1306
1307 Native_DOMTokenList_item_Callback(mthis, index) native "DOMTokenList_item_Callba ck_RESOLVER_STRING_1_unsigned long"; 1307 Native_DOMTokenList_item_Callback(mthis, index) native "DOMTokenList_item_Callba ck_RESOLVER_STRING_1_unsigned long";
1308 1308
1309 Native_DOMTokenList_toString_Callback(mthis) native "DOMTokenList_toString_Callb ack_RESOLVER_STRING_0_"; 1309 Native_DOMTokenList_toString_Callback(mthis) native "DOMTokenList_toString_Callb ack_RESOLVER_STRING_0_";
(...skipping 687 matching lines...) Expand 10 before | Expand all | Expand 10 after
1997 1997
1998 Native_FileList_NativeIndexed_Getter(mthis, index) native "FileList_item_Callbac k_RESOLVER_STRING_1_unsigned long"; 1998 Native_FileList_NativeIndexed_Getter(mthis, index) native "FileList_item_Callbac k_RESOLVER_STRING_1_unsigned long";
1999 1999
2000 Native_FileList_item_Callback(mthis, index) native "FileList_item_Callback_RESOL VER_STRING_1_unsigned long"; 2000 Native_FileList_item_Callback(mthis, index) native "FileList_item_Callback_RESOL VER_STRING_1_unsigned long";
2001 2001
2002 // Generated overload resolver 2002 // Generated overload resolver
2003 Native_FileReader_FileReader() { 2003 Native_FileReader_FileReader() {
2004 return Native_FileReader__create_1constructorCallback(); 2004 return Native_FileReader__create_1constructorCallback();
2005 } 2005 }
2006 2006
2007 Native_FileReader__create_1constructorCallback() native "FileReader__create_1con structorCallback"; 2007 Native_FileReader__create_1constructorCallback() native "FileReader_constructorC allback_RESOLVER_STRING_0_";
2008 2008
2009 Native_FileReader_error_Getter(mthis) native "FileReader_error_Getter"; 2009 Native_FileReader_error_Getter(mthis) native "FileReader_error_Getter";
2010 2010
2011 Native_FileReader_readyState_Getter(mthis) native "FileReader_readyState_Getter" ; 2011 Native_FileReader_readyState_Getter(mthis) native "FileReader_readyState_Getter" ;
2012 2012
2013 Native_FileReader_result_Getter(mthis) native "FileReader_result_Getter"; 2013 Native_FileReader_result_Getter(mthis) native "FileReader_result_Getter";
2014 2014
2015 Native_FileReader_abort_Callback(mthis) native "FileReader_abort_Callback_RESOLV ER_STRING_0_"; 2015 Native_FileReader_abort_Callback(mthis) native "FileReader_abort_Callback_RESOLV ER_STRING_0_";
2016 2016
2017 Native_FileReader_readAsArrayBuffer_Callback(mthis, blob) native "FileReader_rea dAsArrayBuffer_Callback_RESOLVER_STRING_1_Blob"; 2017 Native_FileReader_readAsArrayBuffer_Callback(mthis, blob) native "FileReader_rea dAsArrayBuffer_Callback_RESOLVER_STRING_1_Blob";
(...skipping 12 matching lines...) Expand all
2030 2030
2031 Native_FileReader__readAsText_1_Callback(mthis, blob, encoding) native "FileRead er_readAsText_Callback_RESOLVER_STRING_2_Blob_DOMString"; 2031 Native_FileReader__readAsText_1_Callback(mthis, blob, encoding) native "FileRead er_readAsText_Callback_RESOLVER_STRING_2_Blob_DOMString";
2032 2032
2033 Native_FileReader__readAsText_2_Callback(mthis, blob) native "FileReader_readAsT ext_Callback_RESOLVER_STRING_1_Blob"; 2033 Native_FileReader__readAsText_2_Callback(mthis, blob) native "FileReader_readAsT ext_Callback_RESOLVER_STRING_1_Blob";
2034 2034
2035 // Generated overload resolver 2035 // Generated overload resolver
2036 Native_FileReaderSync__FileReaderSync() { 2036 Native_FileReaderSync__FileReaderSync() {
2037 return Native_FileReaderSync__create_1constructorCallback(); 2037 return Native_FileReaderSync__create_1constructorCallback();
2038 } 2038 }
2039 2039
2040 Native_FileReaderSync__create_1constructorCallback() native "FileReaderSync__cre ate_1constructorCallback"; 2040 Native_FileReaderSync__create_1constructorCallback() native "FileReaderSync_cons tructorCallback_RESOLVER_STRING_0_";
2041 2041
2042 Native_FileWriter_error_Getter(mthis) native "FileWriter_error_Getter"; 2042 Native_FileWriter_error_Getter(mthis) native "FileWriter_error_Getter";
2043 2043
2044 Native_FileWriter_length_Getter(mthis) native "FileWriter_length_Getter"; 2044 Native_FileWriter_length_Getter(mthis) native "FileWriter_length_Getter";
2045 2045
2046 Native_FileWriter_position_Getter(mthis) native "FileWriter_position_Getter"; 2046 Native_FileWriter_position_Getter(mthis) native "FileWriter_position_Getter";
2047 2047
2048 Native_FileWriter_readyState_Getter(mthis) native "FileWriter_readyState_Getter" ; 2048 Native_FileWriter_readyState_Getter(mthis) native "FileWriter_readyState_Getter" ;
2049 2049
2050 Native_FileWriter_abort_Callback(mthis) native "FileWriter_abort_Callback_RESOLV ER_STRING_0_"; 2050 Native_FileWriter_abort_Callback(mthis) native "FileWriter_abort_Callback_RESOLV ER_STRING_0_";
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
2117 Native_FontFaceSet__forEach_2_Callback(mthis, callback); 2117 Native_FontFaceSet__forEach_2_Callback(mthis, callback);
2118 return; 2118 return;
2119 } 2119 }
2120 2120
2121 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac eSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_any"; 2121 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac eSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_any";
2122 2122
2123 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet_forE ach_Callback_RESOLVER_STRING_1_FontFaceSetForEachCallback"; 2123 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet_forE ach_Callback_RESOLVER_STRING_1_FontFaceSetForEachCallback";
2124 2124
2125 Native_FontFaceSet_has_Callback(mthis, fontFace) native "FontFaceSet_has_Callbac k_RESOLVER_STRING_1_FontFace"; 2125 Native_FontFaceSet_has_Callback(mthis, fontFace) native "FontFaceSet_has_Callbac k_RESOLVER_STRING_1_FontFace";
2126 2126
2127 Native_FormData_constructorCallback(form) native "FormData_constructorCallback"; 2127 Native_FormData_constructorCallback(form) native "FormData_constructorCallback_R ESOLVER_STRING_1_HTMLFormElement";
2128 2128
2129 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back_RESOLVER_STRING_2_DOMString_DOMString"; 2129 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back_RESOLVER_STRING_2_DOMString_DOMString";
2130 2130
2131 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa ta_append_Callback_RESOLVER_STRING_3_DOMString_Blob_DOMString"; 2131 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa ta_append_Callback_RESOLVER_STRING_3_DOMString_Blob_DOMString";
2132 2132
2133 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter"; 2133 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter";
2134 2134
2135 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter"; 2135 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter";
2136 2136
2137 Native_Gamepad_buttons_Getter(mthis) native "Gamepad_buttons_Getter"; 2137 Native_Gamepad_buttons_Getter(mthis) native "Gamepad_buttons_Getter";
(...skipping 1892 matching lines...) Expand 10 before | Expand all | Expand 10 after
4030 4030
4031 Native_MIDIOutput__send_1_Callback(mthis, data, timestamp) native "MIDIOutput_se nd_Callback_RESOLVER_STRING_2_Uint8Array_double"; 4031 Native_MIDIOutput__send_1_Callback(mthis, data, timestamp) native "MIDIOutput_se nd_Callback_RESOLVER_STRING_2_Uint8Array_double";
4032 4032
4033 Native_MIDIOutput__send_2_Callback(mthis, data) native "MIDIOutput_send_Callback _RESOLVER_STRING_1_Uint8Array"; 4033 Native_MIDIOutput__send_2_Callback(mthis, data) native "MIDIOutput_send_Callback _RESOLVER_STRING_1_Uint8Array";
4034 4034
4035 // Generated overload resolver 4035 // Generated overload resolver
4036 Native_MediaController_MediaController() { 4036 Native_MediaController_MediaController() {
4037 return Native_MediaController__create_1constructorCallback(); 4037 return Native_MediaController__create_1constructorCallback();
4038 } 4038 }
4039 4039
4040 Native_MediaController__create_1constructorCallback() native "MediaController__c reate_1constructorCallback"; 4040 Native_MediaController__create_1constructorCallback() native "MediaController_co nstructorCallback_RESOLVER_STRING_0_";
4041 4041
4042 Native_MediaController_buffered_Getter(mthis) native "MediaController_buffered_G etter"; 4042 Native_MediaController_buffered_Getter(mthis) native "MediaController_buffered_G etter";
4043 4043
4044 Native_MediaController_currentTime_Getter(mthis) native "MediaController_current Time_Getter"; 4044 Native_MediaController_currentTime_Getter(mthis) native "MediaController_current Time_Getter";
4045 4045
4046 Native_MediaController_currentTime_Setter(mthis, value) native "MediaController_ currentTime_Setter"; 4046 Native_MediaController_currentTime_Setter(mthis, value) native "MediaController_ currentTime_Setter";
4047 4047
4048 Native_MediaController_defaultPlaybackRate_Getter(mthis) native "MediaController _defaultPlaybackRate_Getter"; 4048 Native_MediaController_defaultPlaybackRate_Getter(mthis) native "MediaController _defaultPlaybackRate_Getter";
4049 4049
4050 Native_MediaController_defaultPlaybackRate_Setter(mthis, value) native "MediaCon troller_defaultPlaybackRate_Setter"; 4050 Native_MediaController_defaultPlaybackRate_Setter(mthis, value) native "MediaCon troller_defaultPlaybackRate_Setter";
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
4142 4142
4143 Native_MediaQueryList_matches_Getter(mthis) native "MediaQueryList_matches_Gette r"; 4143 Native_MediaQueryList_matches_Getter(mthis) native "MediaQueryList_matches_Gette r";
4144 4144
4145 Native_MediaQueryList_media_Getter(mthis) native "MediaQueryList_media_Getter"; 4145 Native_MediaQueryList_media_Getter(mthis) native "MediaQueryList_media_Getter";
4146 4146
4147 // Generated overload resolver 4147 // Generated overload resolver
4148 Native_MediaSource_MediaSource() { 4148 Native_MediaSource_MediaSource() {
4149 return Native_MediaSource__create_1constructorCallback(); 4149 return Native_MediaSource__create_1constructorCallback();
4150 } 4150 }
4151 4151
4152 Native_MediaSource__create_1constructorCallback() native "MediaSource__create_1c onstructorCallback"; 4152 Native_MediaSource__create_1constructorCallback() native "MediaSource_constructo rCallback_RESOLVER_STRING_0_";
4153 4153
4154 Native_MediaSource_activeSourceBuffers_Getter(mthis) native "MediaSource_activeS ourceBuffers_Getter"; 4154 Native_MediaSource_activeSourceBuffers_Getter(mthis) native "MediaSource_activeS ourceBuffers_Getter";
4155 4155
4156 Native_MediaSource_duration_Getter(mthis) native "MediaSource_duration_Getter"; 4156 Native_MediaSource_duration_Getter(mthis) native "MediaSource_duration_Getter";
4157 4157
4158 Native_MediaSource_duration_Setter(mthis, value) native "MediaSource_duration_Se tter"; 4158 Native_MediaSource_duration_Setter(mthis, value) native "MediaSource_duration_Se tter";
4159 4159
4160 Native_MediaSource_readyState_Getter(mthis) native "MediaSource_readyState_Gette r"; 4160 Native_MediaSource_readyState_Getter(mthis) native "MediaSource_readyState_Gette r";
4161 4161
4162 Native_MediaSource_sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers _Getter"; 4162 Native_MediaSource_sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers _Getter";
(...skipping 25 matching lines...) Expand all
4188 } 4188 }
4189 if ((stream_OR_tracks is MediaStream || stream_OR_tracks == null)) { 4189 if ((stream_OR_tracks is MediaStream || stream_OR_tracks == null)) {
4190 return Native_MediaStream__create_2constructorCallback(stream_OR_tracks); 4190 return Native_MediaStream__create_2constructorCallback(stream_OR_tracks);
4191 } 4191 }
4192 if ((stream_OR_tracks is List<MediaStreamTrack> || stream_OR_tracks == null) ) { 4192 if ((stream_OR_tracks is List<MediaStreamTrack> || stream_OR_tracks == null) ) {
4193 return Native_MediaStream__create_3constructorCallback(stream_OR_tracks); 4193 return Native_MediaStream__create_3constructorCallback(stream_OR_tracks);
4194 } 4194 }
4195 throw new ArgumentError("Incorrect number or type of arguments"); 4195 throw new ArgumentError("Incorrect number or type of arguments");
4196 } 4196 }
4197 4197
4198 Native_MediaStream__create_1constructorCallback() native "MediaStream__create_1c onstructorCallback"; 4198 Native_MediaStream__create_1constructorCallback() native "MediaStream_constructo rCallback_RESOLVER_STRING_0_";
4199 4199
4200 Native_MediaStream__create_2constructorCallback(stream_OR_tracks) native "MediaS tream_constructorCallback_RESOLVER_STRING_1_MediaStream"; 4200 Native_MediaStream__create_2constructorCallback(stream_OR_tracks) native "MediaS tream_constructorCallback_RESOLVER_STRING_1_MediaStream";
4201 4201
4202 Native_MediaStream__create_3constructorCallback(stream_OR_tracks) native "MediaS tream_constructorCallback_RESOLVER_STRING_1_MediaStreamTrack[]"; 4202 Native_MediaStream__create_3constructorCallback(stream_OR_tracks) native "MediaS tream_constructorCallback_RESOLVER_STRING_1_MediaStreamTrack[]";
4203 4203
4204 Native_MediaStream_ended_Getter(mthis) native "MediaStream_ended_Getter"; 4204 Native_MediaStream_ended_Getter(mthis) native "MediaStream_ended_Getter";
4205 4205
4206 Native_MediaStream_id_Getter(mthis) native "MediaStream_id_Getter"; 4206 Native_MediaStream_id_Getter(mthis) native "MediaStream_id_Getter";
4207 4207
4208 Native_MediaStream_label_Getter(mthis) native "MediaStream_label_Getter"; 4208 Native_MediaStream_label_Getter(mthis) native "MediaStream_label_Getter";
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
4320 Native_MouseEvent_shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; 4320 Native_MouseEvent_shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter";
4321 4321
4322 Native_MouseEvent_toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; 4322 Native_MouseEvent_toElement_Getter(mthis) native "MouseEvent_toElement_Getter";
4323 4323
4324 Native_MouseEvent_webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovemen tX_Getter"; 4324 Native_MouseEvent_webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovemen tX_Getter";
4325 4325
4326 Native_MouseEvent_webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovemen tY_Getter"; 4326 Native_MouseEvent_webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovemen tY_Getter";
4327 4327
4328 Native_MouseEvent_initMouseEvent_Callback(mthis, type, canBubble, cancelable, vi ew, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaK ey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback_RESOLVER_S TRING_15_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boole an_boolean_boolean_unsigned short_EventTarget"; 4328 Native_MouseEvent_initMouseEvent_Callback(mthis, type, canBubble, cancelable, vi ew, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaK ey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback_RESOLVER_S TRING_15_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boole an_boolean_boolean_unsigned short_EventTarget";
4329 4329
4330 Native_MutationObserver_constructorCallback(callback) native "MutationObserver_c onstructorCallback"; 4330 Native_MutationObserver_constructorCallback(callback) native "MutationObserver_c onstructorCallback_RESOLVER_STRING_1_MutationCallback";
4331 4331
4332 Native_MutationObserver_disconnect_Callback(mthis) native "MutationObserver_disc onnect_Callback_RESOLVER_STRING_0_"; 4332 Native_MutationObserver_disconnect_Callback(mthis) native "MutationObserver_disc onnect_Callback_RESOLVER_STRING_0_";
4333 4333
4334 Native_MutationObserver_observe_Callback(mthis, target, options) native "Mutatio nObserver_observe_Callback_RESOLVER_STRING_2_Node_Dictionary"; 4334 Native_MutationObserver_observe_Callback(mthis, target, options) native "Mutatio nObserver_observe_Callback_RESOLVER_STRING_2_Node_Dictionary";
4335 4335
4336 Native_MutationObserver_takeRecords_Callback(mthis) native "MutationObserver_tak eRecords_Callback_RESOLVER_STRING_0_"; 4336 Native_MutationObserver_takeRecords_Callback(mthis) native "MutationObserver_tak eRecords_Callback_RESOLVER_STRING_0_";
4337 4337
4338 Native_MutationRecord_addedNodes_Getter(mthis) native "MutationRecord_addedNodes _Getter"; 4338 Native_MutationRecord_addedNodes_Getter(mthis) native "MutationRecord_addedNodes _Getter";
4339 4339
4340 Native_MutationRecord_attributeName_Getter(mthis) native "MutationRecord_attribu teName_Getter"; 4340 Native_MutationRecord_attributeName_Getter(mthis) native "MutationRecord_attribu teName_Getter";
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
4606 } 4606 }
4607 if ((path_OR_text is Path || path_OR_text == null)) { 4607 if ((path_OR_text is Path || path_OR_text == null)) {
4608 return Native_Path__create_2constructorCallback(path_OR_text); 4608 return Native_Path__create_2constructorCallback(path_OR_text);
4609 } 4609 }
4610 if ((path_OR_text is String || path_OR_text == null)) { 4610 if ((path_OR_text is String || path_OR_text == null)) {
4611 return Native_Path__create_3constructorCallback(path_OR_text); 4611 return Native_Path__create_3constructorCallback(path_OR_text);
4612 } 4612 }
4613 throw new ArgumentError("Incorrect number or type of arguments"); 4613 throw new ArgumentError("Incorrect number or type of arguments");
4614 } 4614 }
4615 4615
4616 Native_Path__create_1constructorCallback() native "Path__create_1constructorCall back"; 4616 Native_Path__create_1constructorCallback() native "Path_constructorCallback_RESO LVER_STRING_0_";
4617 4617
4618 Native_Path__create_2constructorCallback(path_OR_text) native "Path_constructorC allback_RESOLVER_STRING_1_Path"; 4618 Native_Path__create_2constructorCallback(path_OR_text) native "Path_constructorC allback_RESOLVER_STRING_1_Path";
4619 4619
4620 Native_Path__create_3constructorCallback(path_OR_text) native "Path_constructorC allback_RESOLVER_STRING_1_DOMString"; 4620 Native_Path__create_3constructorCallback(path_OR_text) native "Path_constructorC allback_RESOLVER_STRING_1_DOMString";
4621 4621
4622 Native_Path_arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwis e) native "Path_arc_Callback_RESOLVER_STRING_6_float_float_float_float_float_boo lean"; 4622 Native_Path_arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwis e) native "Path_arc_Callback_RESOLVER_STRING_6_float_float_float_float_float_boo lean";
4623 4623
4624 Native_Path_arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path_arcTo_Cal lback_RESOLVER_STRING_5_float_float_float_float_float"; 4624 Native_Path_arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path_arcTo_Cal lback_RESOLVER_STRING_5_float_float_float_float_float";
4625 4625
4626 Native_Path_bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native " Path_bezierCurveTo_Callback_RESOLVER_STRING_6_float_float_float_float_float_floa t"; 4626 Native_Path_bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native " Path_bezierCurveTo_Callback_RESOLVER_STRING_6_float_float_float_float_float_floa t";
(...skipping 2100 matching lines...) Expand 10 before | Expand all | Expand 10 after
6727 6727
6728 Native_SourceInfo_kind_Getter(mthis) native "SourceInfo_kind_Getter"; 6728 Native_SourceInfo_kind_Getter(mthis) native "SourceInfo_kind_Getter";
6729 6729
6730 Native_SourceInfo_label_Getter(mthis) native "SourceInfo_label_Getter"; 6730 Native_SourceInfo_label_Getter(mthis) native "SourceInfo_label_Getter";
6731 6731
6732 // Generated overload resolver 6732 // Generated overload resolver
6733 Native_SpeechGrammar_SpeechGrammar() { 6733 Native_SpeechGrammar_SpeechGrammar() {
6734 return Native_SpeechGrammar__create_1constructorCallback(); 6734 return Native_SpeechGrammar__create_1constructorCallback();
6735 } 6735 }
6736 6736
6737 Native_SpeechGrammar__create_1constructorCallback() native "SpeechGrammar__creat e_1constructorCallback"; 6737 Native_SpeechGrammar__create_1constructorCallback() native "SpeechGrammar_constr uctorCallback_RESOLVER_STRING_0_";
6738 6738
6739 Native_SpeechGrammar_src_Getter(mthis) native "SpeechGrammar_src_Getter"; 6739 Native_SpeechGrammar_src_Getter(mthis) native "SpeechGrammar_src_Getter";
6740 6740
6741 Native_SpeechGrammar_src_Setter(mthis, value) native "SpeechGrammar_src_Setter"; 6741 Native_SpeechGrammar_src_Setter(mthis, value) native "SpeechGrammar_src_Setter";
6742 6742
6743 Native_SpeechGrammar_weight_Getter(mthis) native "SpeechGrammar_weight_Getter"; 6743 Native_SpeechGrammar_weight_Getter(mthis) native "SpeechGrammar_weight_Getter";
6744 6744
6745 Native_SpeechGrammar_weight_Setter(mthis, value) native "SpeechGrammar_weight_Se tter"; 6745 Native_SpeechGrammar_weight_Setter(mthis, value) native "SpeechGrammar_weight_Se tter";
6746 6746
6747 // Generated overload resolver 6747 // Generated overload resolver
6748 Native_SpeechGrammarList_SpeechGrammarList() { 6748 Native_SpeechGrammarList_SpeechGrammarList() {
6749 return Native_SpeechGrammarList__create_1constructorCallback(); 6749 return Native_SpeechGrammarList__create_1constructorCallback();
6750 } 6750 }
6751 6751
6752 Native_SpeechGrammarList__create_1constructorCallback() native "SpeechGrammarLis t__create_1constructorCallback"; 6752 Native_SpeechGrammarList__create_1constructorCallback() native "SpeechGrammarLis t_constructorCallback_RESOLVER_STRING_0_";
6753 6753
6754 Native_SpeechGrammarList_length_Getter(mthis) native "SpeechGrammarList_length_G etter"; 6754 Native_SpeechGrammarList_length_Getter(mthis) native "SpeechGrammarList_length_G etter";
6755 6755
6756 Native_SpeechGrammarList_NativeIndexed_Getter(mthis, index) native "SpeechGramma rList_item_Callback_RESOLVER_STRING_1_unsigned long"; 6756 Native_SpeechGrammarList_NativeIndexed_Getter(mthis, index) native "SpeechGramma rList_item_Callback_RESOLVER_STRING_1_unsigned long";
6757 6757
6758 // Generated overload resolver 6758 // Generated overload resolver
6759 Native_SpeechGrammarList_addFromString(mthis, string, weight) { 6759 Native_SpeechGrammarList_addFromString(mthis, string, weight) {
6760 if (weight != null) { 6760 if (weight != null) {
6761 Native_SpeechGrammarList__addFromString_1_Callback(mthis, string, weight); 6761 Native_SpeechGrammarList__addFromString_1_Callback(mthis, string, weight);
6762 return; 6762 return;
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
6795 6795
6796 Native_SpeechInputResultList_NativeIndexed_Getter(mthis, index) native "SpeechIn putResultList_item_Callback_RESOLVER_STRING_1_unsigned long"; 6796 Native_SpeechInputResultList_NativeIndexed_Getter(mthis, index) native "SpeechIn putResultList_item_Callback_RESOLVER_STRING_1_unsigned long";
6797 6797
6798 Native_SpeechInputResultList_item_Callback(mthis, index) native "SpeechInputResu ltList_item_Callback_RESOLVER_STRING_1_unsigned long"; 6798 Native_SpeechInputResultList_item_Callback(mthis, index) native "SpeechInputResu ltList_item_Callback_RESOLVER_STRING_1_unsigned long";
6799 6799
6800 // Generated overload resolver 6800 // Generated overload resolver
6801 Native_SpeechRecognition_SpeechRecognition() { 6801 Native_SpeechRecognition_SpeechRecognition() {
6802 return Native_SpeechRecognition__create_1constructorCallback(); 6802 return Native_SpeechRecognition__create_1constructorCallback();
6803 } 6803 }
6804 6804
6805 Native_SpeechRecognition__create_1constructorCallback() native "SpeechRecognitio n__create_1constructorCallback"; 6805 Native_SpeechRecognition__create_1constructorCallback() native "SpeechRecognitio n_constructorCallback_RESOLVER_STRING_0_";
6806 6806
6807 Native_SpeechRecognition_continuous_Getter(mthis) native "SpeechRecognition_cont inuous_Getter"; 6807 Native_SpeechRecognition_continuous_Getter(mthis) native "SpeechRecognition_cont inuous_Getter";
6808 6808
6809 Native_SpeechRecognition_continuous_Setter(mthis, value) native "SpeechRecogniti on_continuous_Setter"; 6809 Native_SpeechRecognition_continuous_Setter(mthis, value) native "SpeechRecogniti on_continuous_Setter";
6810 6810
6811 Native_SpeechRecognition_grammars_Getter(mthis) native "SpeechRecognition_gramma rs_Getter"; 6811 Native_SpeechRecognition_grammars_Getter(mthis) native "SpeechRecognition_gramma rs_Getter";
6812 6812
6813 Native_SpeechRecognition_grammars_Setter(mthis, value) native "SpeechRecognition _grammars_Setter"; 6813 Native_SpeechRecognition_grammars_Setter(mthis, value) native "SpeechRecognition _grammars_Setter";
6814 6814
6815 Native_SpeechRecognition_interimResults_Getter(mthis) native "SpeechRecognition_ interimResults_Getter"; 6815 Native_SpeechRecognition_interimResults_Getter(mthis) native "SpeechRecognition_ interimResults_Getter";
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
7327 7327
7328 Native_VTTCue_vertical_Setter(mthis, value) native "VTTCue_vertical_Setter"; 7328 Native_VTTCue_vertical_Setter(mthis, value) native "VTTCue_vertical_Setter";
7329 7329
7330 Native_VTTCue_getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback_ RESOLVER_STRING_0_"; 7330 Native_VTTCue_getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback_ RESOLVER_STRING_0_";
7331 7331
7332 // Generated overload resolver 7332 // Generated overload resolver
7333 Native_VTTRegion_VttRegion() { 7333 Native_VTTRegion_VttRegion() {
7334 return Native_VTTRegion__create_1constructorCallback(); 7334 return Native_VTTRegion__create_1constructorCallback();
7335 } 7335 }
7336 7336
7337 Native_VTTRegion__create_1constructorCallback() native "VTTRegion__create_1const ructorCallback"; 7337 Native_VTTRegion__create_1constructorCallback() native "VTTRegion_constructorCal lback_RESOLVER_STRING_0_";
7338 7338
7339 Native_VTTRegion_height_Getter(mthis) native "VTTRegion_height_Getter"; 7339 Native_VTTRegion_height_Getter(mthis) native "VTTRegion_height_Getter";
7340 7340
7341 Native_VTTRegion_height_Setter(mthis, value) native "VTTRegion_height_Setter"; 7341 Native_VTTRegion_height_Setter(mthis, value) native "VTTRegion_height_Setter";
7342 7342
7343 Native_VTTRegion_id_Getter(mthis) native "VTTRegion_id_Getter"; 7343 Native_VTTRegion_id_Getter(mthis) native "VTTRegion_id_Getter";
7344 7344
7345 Native_VTTRegion_id_Setter(mthis, value) native "VTTRegion_id_Setter"; 7345 Native_VTTRegion_id_Setter(mthis, value) native "VTTRegion_id_Setter";
7346 7346
7347 Native_VTTRegion_regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Get ter"; 7347 Native_VTTRegion_regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Get ter";
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after
7875 return Native_WebKitCSSMatrix__create_1constructorCallback(cssValue); 7875 return Native_WebKitCSSMatrix__create_1constructorCallback(cssValue);
7876 } 7876 }
7877 7877
7878 Native_WebKitCSSMatrix__create_1constructorCallback(cssValue) native "WebKitCSSM atrix_constructorCallback_RESOLVER_STRING_1_DOMString"; 7878 Native_WebKitCSSMatrix__create_1constructorCallback(cssValue) native "WebKitCSSM atrix_constructorCallback_RESOLVER_STRING_1_DOMString";
7879 7879
7880 // Generated overload resolver 7880 // Generated overload resolver
7881 Native_WebKitMediaSource__WebKitMediaSource() { 7881 Native_WebKitMediaSource__WebKitMediaSource() {
7882 return Native_WebKitMediaSource__create_1constructorCallback(); 7882 return Native_WebKitMediaSource__create_1constructorCallback();
7883 } 7883 }
7884 7884
7885 Native_WebKitMediaSource__create_1constructorCallback() native "WebKitMediaSourc e__create_1constructorCallback"; 7885 Native_WebKitMediaSource__create_1constructorCallback() native "WebKitMediaSourc e_constructorCallback_RESOLVER_STRING_0_";
7886 7886
7887 Native_WebKitPoint_constructorCallback(x, y) native "WebKitPoint_constructorCall back"; 7887 Native_WebKitPoint_constructorCallback(x, y) native "WebKitPoint_constructorCall back_RESOLVER_STRING_2_float_float";
7888 7888
7889 Native_WebKitPoint_x_Getter(mthis) native "WebKitPoint_x_Getter"; 7889 Native_WebKitPoint_x_Getter(mthis) native "WebKitPoint_x_Getter";
7890 7890
7891 Native_WebKitPoint_x_Setter(mthis, value) native "WebKitPoint_x_Setter"; 7891 Native_WebKitPoint_x_Setter(mthis, value) native "WebKitPoint_x_Setter";
7892 7892
7893 Native_WebKitPoint_y_Getter(mthis) native "WebKitPoint_y_Getter"; 7893 Native_WebKitPoint_y_Getter(mthis) native "WebKitPoint_y_Getter";
7894 7894
7895 Native_WebKitPoint_y_Setter(mthis, value) native "WebKitPoint_y_Setter"; 7895 Native_WebKitPoint_y_Setter(mthis, value) native "WebKitPoint_y_Setter";
7896 7896
7897 Native_WebKitSourceBufferList_item_Callback(mthis, index) native "WebKitSourceBu fferList_item_Callback_RESOLVER_STRING_1_unsigned long"; 7897 Native_WebKitSourceBufferList_item_Callback(mthis, index) native "WebKitSourceBu fferList_item_Callback_RESOLVER_STRING_1_unsigned long";
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
8167 Native_Worker__create_1constructorCallback(scriptUrl) native "Worker_constructor Callback_RESOLVER_STRING_1_DOMString"; 8167 Native_Worker__create_1constructorCallback(scriptUrl) native "Worker_constructor Callback_RESOLVER_STRING_1_DOMString";
8168 8168
8169 Native_Worker_postMessage_Callback(mthis, message, messagePorts) native "Worker_ postMessage_Callback_RESOLVER_STRING_2_SerializedScriptValue_MessagePort[]"; 8169 Native_Worker_postMessage_Callback(mthis, message, messagePorts) native "Worker_ postMessage_Callback_RESOLVER_STRING_2_SerializedScriptValue_MessagePort[]";
8170 8170
8171 Native_Worker_terminate_Callback(mthis) native "Worker_terminate_Callback_RESOLV ER_STRING_0_"; 8171 Native_Worker_terminate_Callback(mthis) native "Worker_terminate_Callback_RESOLV ER_STRING_0_";
8172 8172
8173 Native_WorkerCrypto_getRandomValues_Callback(mthis, array) native "WorkerCrypto_ getRandomValues_Callback_RESOLVER_STRING_1_ArrayBufferView"; 8173 Native_WorkerCrypto_getRandomValues_Callback(mthis, array) native "WorkerCrypto_ getRandomValues_Callback_RESOLVER_STRING_1_ArrayBufferView";
8174 8174
8175 Native_WorkerPerformance_now_Callback(mthis) native "WorkerPerformance_now_Callb ack_RESOLVER_STRING_0_"; 8175 Native_WorkerPerformance_now_Callback(mthis) native "WorkerPerformance_now_Callb ack_RESOLVER_STRING_0_";
8176 8176
8177 Native_XMLHttpRequest_constructorCallback() native "XMLHttpRequest_constructorCa llback"; 8177 Native_XMLHttpRequest_constructorCallback() native "XMLHttpRequest_constructorCa llback_RESOLVER_STRING_0_";
8178 8178
8179 Native_XMLHttpRequest_readyState_Getter(mthis) native "XMLHttpRequest_readyState _Getter"; 8179 Native_XMLHttpRequest_readyState_Getter(mthis) native "XMLHttpRequest_readyState _Getter";
8180 8180
8181 Native_XMLHttpRequest_response_Getter(mthis) native "XMLHttpRequest_response_Get ter"; 8181 Native_XMLHttpRequest_response_Getter(mthis) native "XMLHttpRequest_response_Get ter";
8182 8182
8183 Native_XMLHttpRequest_responseText_Getter(mthis) native "XMLHttpRequest_response Text_Getter"; 8183 Native_XMLHttpRequest_responseText_Getter(mthis) native "XMLHttpRequest_response Text_Getter";
8184 8184
8185 Native_XMLHttpRequest_responseType_Getter(mthis) native "XMLHttpRequest_response Type_Getter"; 8185 Native_XMLHttpRequest_responseType_Getter(mthis) native "XMLHttpRequest_response Type_Getter";
8186 8186
8187 Native_XMLHttpRequest_responseType_Setter(mthis, value) native "XMLHttpRequest_r esponseType_Setter"; 8187 Native_XMLHttpRequest_responseType_Setter(mthis, value) native "XMLHttpRequest_r esponseType_Setter";
(...skipping 26 matching lines...) Expand all
8214 8214
8215 Native_XMLHttpRequest_send_Callback(mthis, data) native "XMLHttpRequest_send_Cal lback_RESOLVER_STRING_1_"; 8215 Native_XMLHttpRequest_send_Callback(mthis, data) native "XMLHttpRequest_send_Cal lback_RESOLVER_STRING_1_";
8216 8216
8217 Native_XMLHttpRequest_setRequestHeader_Callback(mthis, header, value) native "XM LHttpRequest_setRequestHeader_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 8217 Native_XMLHttpRequest_setRequestHeader_Callback(mthis, header, value) native "XM LHttpRequest_setRequestHeader_Callback_RESOLVER_STRING_2_DOMString_DOMString";
8218 8218
8219 // Generated overload resolver 8219 // Generated overload resolver
8220 Native_XMLSerializer_XmlSerializer() { 8220 Native_XMLSerializer_XmlSerializer() {
8221 return Native_XMLSerializer__create_1constructorCallback(); 8221 return Native_XMLSerializer__create_1constructorCallback();
8222 } 8222 }
8223 8223
8224 Native_XMLSerializer__create_1constructorCallback() native "XMLSerializer__creat e_1constructorCallback"; 8224 Native_XMLSerializer__create_1constructorCallback() native "XMLSerializer_constr uctorCallback_RESOLVER_STRING_0_";
8225 8225
8226 Native_XMLSerializer_serializeToString_Callback(mthis, node) native "XMLSerializ er_serializeToString_Callback_RESOLVER_STRING_1_Node"; 8226 Native_XMLSerializer_serializeToString_Callback(mthis, node) native "XMLSerializ er_serializeToString_Callback_RESOLVER_STRING_1_Node";
8227 8227
8228 // Generated overload resolver 8228 // Generated overload resolver
8229 Native_XPathEvaluator_XPathEvaluator() { 8229 Native_XPathEvaluator_XPathEvaluator() {
8230 return Native_XPathEvaluator__create_1constructorCallback(); 8230 return Native_XPathEvaluator__create_1constructorCallback();
8231 } 8231 }
8232 8232
8233 Native_XPathEvaluator__create_1constructorCallback() native "XPathEvaluator__cre ate_1constructorCallback"; 8233 Native_XPathEvaluator__create_1constructorCallback() native "XPathEvaluator_cons tructorCallback_RESOLVER_STRING_0_";
8234 8234
8235 Native_XPathEvaluator_createExpression_Callback(mthis, expression, resolver) nat ive "XPathEvaluator_createExpression_Callback_RESOLVER_STRING_2_DOMString_XPathN SResolver"; 8235 Native_XPathEvaluator_createExpression_Callback(mthis, expression, resolver) nat ive "XPathEvaluator_createExpression_Callback_RESOLVER_STRING_2_DOMString_XPathN SResolver";
8236 8236
8237 Native_XPathEvaluator_createNSResolver_Callback(mthis, nodeResolver) native "XPa thEvaluator_createNSResolver_Callback_RESOLVER_STRING_1_Node"; 8237 Native_XPathEvaluator_createNSResolver_Callback(mthis, nodeResolver) native "XPa thEvaluator_createNSResolver_Callback_RESOLVER_STRING_1_Node";
8238 8238
8239 Native_XPathEvaluator_evaluate_Callback(mthis, expression, contextNode, resolver , type, inResult) native "XPathEvaluator_evaluate_Callback_RESOLVER_STRING_5_DOM String_Node_XPathNSResolver_unsigned short_XPathResult"; 8239 Native_XPathEvaluator_evaluate_Callback(mthis, expression, contextNode, resolver , type, inResult) native "XPathEvaluator_evaluate_Callback_RESOLVER_STRING_5_DOM String_Node_XPathNSResolver_unsigned short_XPathResult";
8240 8240
8241 Native_XPathExpression_evaluate_Callback(mthis, contextNode, type, inResult) nat ive "XPathExpression_evaluate_Callback_RESOLVER_STRING_3_Node_unsigned short_XPa thResult"; 8241 Native_XPathExpression_evaluate_Callback(mthis, contextNode, type, inResult) nat ive "XPathExpression_evaluate_Callback_RESOLVER_STRING_3_Node_unsigned short_XPa thResult";
8242 8242
8243 Native_XPathNSResolver_lookupNamespaceURI_Callback(mthis, prefix) native "XPathN SResolver_lookupNamespaceURI_Callback_RESOLVER_STRING_1_DOMString"; 8243 Native_XPathNSResolver_lookupNamespaceURI_Callback(mthis, prefix) native "XPathN SResolver_lookupNamespaceURI_Callback_RESOLVER_STRING_1_DOMString";
(...skipping 14 matching lines...) Expand all
8258 8258
8259 Native_XPathResult_iterateNext_Callback(mthis) native "XPathResult_iterateNext_C allback_RESOLVER_STRING_0_"; 8259 Native_XPathResult_iterateNext_Callback(mthis) native "XPathResult_iterateNext_C allback_RESOLVER_STRING_0_";
8260 8260
8261 Native_XPathResult_snapshotItem_Callback(mthis, index) native "XPathResult_snaps hotItem_Callback_RESOLVER_STRING_1_unsigned long"; 8261 Native_XPathResult_snapshotItem_Callback(mthis, index) native "XPathResult_snaps hotItem_Callback_RESOLVER_STRING_1_unsigned long";
8262 8262
8263 // Generated overload resolver 8263 // Generated overload resolver
8264 Native_XSLTProcessor_XsltProcessor() { 8264 Native_XSLTProcessor_XsltProcessor() {
8265 return Native_XSLTProcessor__create_1constructorCallback(); 8265 return Native_XSLTProcessor__create_1constructorCallback();
8266 } 8266 }
8267 8267
8268 Native_XSLTProcessor__create_1constructorCallback() native "XSLTProcessor__creat e_1constructorCallback"; 8268 Native_XSLTProcessor__create_1constructorCallback() native "XSLTProcessor_constr uctorCallback_RESOLVER_STRING_0_";
8269 8269
8270 Native_XSLTProcessor_clearParameters_Callback(mthis) native "XSLTProcessor_clear Parameters_Callback_RESOLVER_STRING_0_"; 8270 Native_XSLTProcessor_clearParameters_Callback(mthis) native "XSLTProcessor_clear Parameters_Callback_RESOLVER_STRING_0_";
8271 8271
8272 Native_XSLTProcessor_getParameter_Callback(mthis, namespaceURI, localName) nativ e "XSLTProcessor_getParameter_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 8272 Native_XSLTProcessor_getParameter_Callback(mthis, namespaceURI, localName) nativ e "XSLTProcessor_getParameter_Callback_RESOLVER_STRING_2_DOMString_DOMString";
8273 8273
8274 Native_XSLTProcessor_importStylesheet_Callback(mthis, stylesheet) native "XSLTPr ocessor_importStylesheet_Callback_RESOLVER_STRING_1_Node"; 8274 Native_XSLTProcessor_importStylesheet_Callback(mthis, stylesheet) native "XSLTPr ocessor_importStylesheet_Callback_RESOLVER_STRING_1_Node";
8275 8275
8276 Native_XSLTProcessor_removeParameter_Callback(mthis, namespaceURI, localName) na tive "XSLTProcessor_removeParameter_Callback_RESOLVER_STRING_2_DOMString_DOMStri ng"; 8276 Native_XSLTProcessor_removeParameter_Callback(mthis, namespaceURI, localName) na tive "XSLTProcessor_removeParameter_Callback_RESOLVER_STRING_2_DOMString_DOMStri ng";
8277 8277
8278 Native_XSLTProcessor_reset_Callback(mthis) native "XSLTProcessor_reset_Callback_ RESOLVER_STRING_0_"; 8278 Native_XSLTProcessor_reset_Callback(mthis) native "XSLTProcessor_reset_Callback_ RESOLVER_STRING_0_";
(...skipping 71 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