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

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

Issue 292953002: Remove mangling for custom methods in dart:_blink (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix name mangling in native_DOMImplementation 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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 Native_Node_parentElement_Getter(mthis) native "Node_parentElement_Getter"; 184 Native_Node_parentElement_Getter(mthis) native "Node_parentElement_Getter";
185 185
186 Native_Node_parentNode_Getter(mthis) native "Node_parentNode_Getter"; 186 Native_Node_parentNode_Getter(mthis) native "Node_parentNode_Getter";
187 187
188 Native_Node_previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; 188 Native_Node_previousSibling_Getter(mthis) native "Node_previousSibling_Getter";
189 189
190 Native_Node_textContent_Getter(mthis) native "Node_textContent_Getter"; 190 Native_Node_textContent_Getter(mthis) native "Node_textContent_Getter";
191 191
192 Native_Node_textContent_Setter(mthis, value) native "Node_textContent_Setter"; 192 Native_Node_textContent_Setter(mthis, value) native "Node_textContent_Setter";
193 193
194 Native_Node_appendChild_Callback(mthis, newChild) native "Node_appendChild_Callb ack_RESOLVER_STRING_1_Node"; 194 Native_Node_appendChild_Callback(mthis, newChild) native "Node_appendChild_Callb ack";
195 195
196 Native_Node_cloneNode_Callback(mthis, deep) native "Node_cloneNode_Callback_RESO LVER_STRING_1_boolean"; 196 Native_Node_cloneNode_Callback(mthis, deep) native "Node_cloneNode_Callback";
197 197
198 Native_Node_contains_Callback(mthis, other) native "Node_contains_Callback_RESOL VER_STRING_1_Node"; 198 Native_Node_contains_Callback(mthis, other) native "Node_contains_Callback_RESOL VER_STRING_1_Node";
199 199
200 Native_Node_hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback_RE SOLVER_STRING_0_"; 200 Native_Node_hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback_RE SOLVER_STRING_0_";
201 201
202 Native_Node_insertBefore_Callback(mthis, newChild, refChild) native "Node_insert Before_Callback_RESOLVER_STRING_2_Node_Node"; 202 Native_Node_insertBefore_Callback(mthis, newChild, refChild) native "Node_insert Before_Callback";
203 203
204 Native_Node_removeChild_Callback(mthis, oldChild) native "Node_removeChild_Callb ack_RESOLVER_STRING_1_Node"; 204 Native_Node_removeChild_Callback(mthis, oldChild) native "Node_removeChild_Callb ack";
205 205
206 Native_Node_replaceChild_Callback(mthis, newChild, oldChild) native "Node_replac eChild_Callback_RESOLVER_STRING_2_Node_Node"; 206 Native_Node_replaceChild_Callback(mthis, newChild, oldChild) native "Node_replac eChild_Callback";
207 207
208 Native_Attr_localName_Getter(mthis) native "Attr_localName_Getter"; 208 Native_Attr_localName_Getter(mthis) native "Attr_localName_Getter";
209 209
210 Native_Attr_name_Getter(mthis) native "Attr_name_Getter"; 210 Native_Attr_name_Getter(mthis) native "Attr_name_Getter";
211 211
212 Native_Attr_namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; 212 Native_Attr_namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter";
213 213
214 Native_Attr_value_Getter(mthis) native "Attr_value_Getter"; 214 Native_Attr_value_Getter(mthis) native "Attr_value_Getter";
215 215
216 Native_Attr_value_Setter(mthis, value) native "Attr_value_Setter"; 216 Native_Attr_value_Setter(mthis, value) native "Attr_value_Setter";
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 Native_AudioContext__createScriptProcessor_1_Callback(mthis, bufferSize, numberO fInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcess or_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long"; 426 Native_AudioContext__createScriptProcessor_1_Callback(mthis, bufferSize, numberO fInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcess or_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long";
427 427
428 Native_AudioContext__createScriptProcessor_2_Callback(mthis, bufferSize, numberO fInputChannels) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STR ING_2_unsigned long_unsigned long"; 428 Native_AudioContext__createScriptProcessor_2_Callback(mthis, bufferSize, numberO fInputChannels) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STR ING_2_unsigned long_unsigned long";
429 429
430 Native_AudioContext__createScriptProcessor_3_Callback(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STRING_1_unsigned long"; 430 Native_AudioContext__createScriptProcessor_3_Callback(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STRING_1_unsigned long";
431 431
432 Native_AudioContext__createScriptProcessor_4_Callback(mthis) native "AudioContex t_createScriptProcessor_Callback_RESOLVER_STRING_0_"; 432 Native_AudioContext__createScriptProcessor_4_Callback(mthis) native "AudioContex t_createScriptProcessor_Callback_RESOLVER_STRING_0_";
433 433
434 Native_AudioContext_createWaveShaper_Callback(mthis) native "AudioContext_create WaveShaper_Callback_RESOLVER_STRING_0_"; 434 Native_AudioContext_createWaveShaper_Callback(mthis) native "AudioContext_create WaveShaper_Callback_RESOLVER_STRING_0_";
435 435
436 Native_AudioContext_decodeAudioData_Callback(mthis, audioData, successCallback, errorCallback) native "AudioContext_decodeAudioData_Callback_RESOLVER_STRING_3_A rrayBuffer_AudioBufferCallback_AudioBufferCallback"; 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_RESOLVER_STRING_0_"; 438 Native_AudioContext_startRendering_Callback(mthis) native "AudioContext_startRen dering_Callback_RESOLVER_STRING_0_";
439 439
440 Native_AudioDestinationNode_maxChannelCount_Getter(mthis) native "AudioDestinati onNode_maxChannelCount_Getter"; 440 Native_AudioDestinationNode_maxChannelCount_Getter(mthis) native "AudioDestinati onNode_maxChannelCount_Getter";
441 441
442 Native_AudioListener_dopplerFactor_Getter(mthis) native "AudioListener_dopplerFa ctor_Getter"; 442 Native_AudioListener_dopplerFactor_Getter(mthis) native "AudioListener_dopplerFa ctor_Getter";
443 443
444 Native_AudioListener_dopplerFactor_Setter(mthis, value) native "AudioListener_do pplerFactor_Setter"; 444 Native_AudioListener_dopplerFactor_Setter(mthis, value) native "AudioListener_do pplerFactor_Setter";
445 445
446 Native_AudioListener_speedOfSound_Getter(mthis) native "AudioListener_speedOfSou nd_Getter"; 446 Native_AudioListener_speedOfSound_Getter(mthis) native "AudioListener_speedOfSou nd_Getter";
(...skipping 25 matching lines...) Expand all
472 Native_AudioParam_exponentialRampToValueAtTime_Callback(mthis, value, time) nati ve "AudioParam_exponentialRampToValueAtTime_Callback_RESOLVER_STRING_2_float_dou ble"; 472 Native_AudioParam_exponentialRampToValueAtTime_Callback(mthis, value, time) nati ve "AudioParam_exponentialRampToValueAtTime_Callback_RESOLVER_STRING_2_float_dou ble";
473 473
474 Native_AudioParam_linearRampToValueAtTime_Callback(mthis, value, time) native "A udioParam_linearRampToValueAtTime_Callback_RESOLVER_STRING_2_float_double"; 474 Native_AudioParam_linearRampToValueAtTime_Callback(mthis, value, time) native "A udioParam_linearRampToValueAtTime_Callback_RESOLVER_STRING_2_float_double";
475 475
476 Native_AudioParam_setTargetAtTime_Callback(mthis, target, time, timeConstant) na tive "AudioParam_setTargetAtTime_Callback_RESOLVER_STRING_3_float_double_double" ; 476 Native_AudioParam_setTargetAtTime_Callback(mthis, target, time, timeConstant) na tive "AudioParam_setTargetAtTime_Callback_RESOLVER_STRING_3_float_double_double" ;
477 477
478 Native_AudioParam_setTargetValueAtTime_Callback(mthis, targetValue, time, timeCo nstant) native "AudioParam_setTargetValueAtTime_Callback_RESOLVER_STRING_3_float _double_double"; 478 Native_AudioParam_setTargetValueAtTime_Callback(mthis, targetValue, time, timeCo nstant) native "AudioParam_setTargetValueAtTime_Callback_RESOLVER_STRING_3_float _double_double";
479 479
480 Native_AudioParam_setValueAtTime_Callback(mthis, value, time) native "AudioParam _setValueAtTime_Callback_RESOLVER_STRING_2_float_double"; 480 Native_AudioParam_setValueAtTime_Callback(mthis, value, time) native "AudioParam _setValueAtTime_Callback_RESOLVER_STRING_2_float_double";
481 481
482 Native_AudioParam_setValueCurveAtTime_Callback(mthis, values, time, duration) na tive "AudioParam_setValueCurveAtTime_Callback_RESOLVER_STRING_3_Float32Array_dou ble_double"; 482 Native_AudioParam_setValueCurveAtTime_Callback(mthis, values, time, duration) na tive "AudioParam_setValueCurveAtTime_Callback";
483 483
484 Native_Event_bubbles_Getter(mthis) native "Event_bubbles_Getter"; 484 Native_Event_bubbles_Getter(mthis) native "Event_bubbles_Getter";
485 485
486 Native_Event_cancelable_Getter(mthis) native "Event_cancelable_Getter"; 486 Native_Event_cancelable_Getter(mthis) native "Event_cancelable_Getter";
487 487
488 Native_Event_clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; 488 Native_Event_clipboardData_Getter(mthis) native "Event_clipboardData_Getter";
489 489
490 Native_Event_currentTarget_Getter(mthis) native "Event_currentTarget_Getter"; 490 Native_Event_currentTarget_Getter(mthis) native "Event_currentTarget_Getter";
491 491
492 Native_Event_defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Gette r"; 492 Native_Event_defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Gette r";
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 Native_CSSRuleList_item_Callback(mthis, index) native "CSSRuleList_item_Callback _RESOLVER_STRING_1_unsigned long"; 666 Native_CSSRuleList_item_Callback(mthis, index) native "CSSRuleList_item_Callback _RESOLVER_STRING_1_unsigned long";
667 667
668 Native_CSSStyleDeclaration_cssText_Getter(mthis) native "CSSStyleDeclaration_css Text_Getter"; 668 Native_CSSStyleDeclaration_cssText_Getter(mthis) native "CSSStyleDeclaration_css Text_Getter";
669 669
670 Native_CSSStyleDeclaration_cssText_Setter(mthis, value) native "CSSStyleDeclarat ion_cssText_Setter"; 670 Native_CSSStyleDeclaration_cssText_Setter(mthis, value) native "CSSStyleDeclarat ion_cssText_Setter";
671 671
672 Native_CSSStyleDeclaration_length_Getter(mthis) native "CSSStyleDeclaration_leng th_Getter"; 672 Native_CSSStyleDeclaration_length_Getter(mthis) native "CSSStyleDeclaration_leng th_Getter";
673 673
674 Native_CSSStyleDeclaration_parentRule_Getter(mthis) native "CSSStyleDeclaration_ parentRule_Getter"; 674 Native_CSSStyleDeclaration_parentRule_Getter(mthis) native "CSSStyleDeclaration_ parentRule_Getter";
675 675
676 Native_CSSStyleDeclaration___setter___Callback(mthis, propertyName, propertyValu e) native "CSSStyleDeclaration___setter___Callback_RESOLVER_STRING_2_DOMString_D OMString"; 676 Native_CSSStyleDeclaration___setter___Callback(mthis, propertyName, propertyValu e) native "CSSStyleDeclaration___setter___Callback";
677 677
678 Native_CSSStyleDeclaration_getPropertyPriority_Callback(mthis, propertyName) nat ive "CSSStyleDeclaration_getPropertyPriority_Callback_RESOLVER_STRING_1_DOMStrin g"; 678 Native_CSSStyleDeclaration_getPropertyPriority_Callback(mthis, propertyName) nat ive "CSSStyleDeclaration_getPropertyPriority_Callback_RESOLVER_STRING_1_DOMStrin g";
679 679
680 Native_CSSStyleDeclaration_getPropertyValue_Callback(mthis, propertyName) native "CSSStyleDeclaration_getPropertyValue_Callback_RESOLVER_STRING_1_DOMString"; 680 Native_CSSStyleDeclaration_getPropertyValue_Callback(mthis, propertyName) native "CSSStyleDeclaration_getPropertyValue_Callback_RESOLVER_STRING_1_DOMString";
681 681
682 Native_CSSStyleDeclaration_item_Callback(mthis, index) native "CSSStyleDeclarati on_item_Callback_RESOLVER_STRING_1_unsigned long"; 682 Native_CSSStyleDeclaration_item_Callback(mthis, index) native "CSSStyleDeclarati on_item_Callback_RESOLVER_STRING_1_unsigned long";
683 683
684 Native_CSSStyleDeclaration_removeProperty_Callback(mthis, propertyName) native " CSSStyleDeclaration_removeProperty_Callback_RESOLVER_STRING_1_DOMString"; 684 Native_CSSStyleDeclaration_removeProperty_Callback(mthis, propertyName) native " CSSStyleDeclaration_removeProperty_Callback_RESOLVER_STRING_1_DOMString";
685 685
686 Native_CSSStyleDeclaration_setProperty_Callback(mthis, propertyName, value, prio rity) native "CSSStyleDeclaration_setProperty_Callback_RESOLVER_STRING_3_DOMStri ng_DOMString_DOMString"; 686 Native_CSSStyleDeclaration_setProperty_Callback(mthis, propertyName, value, prio rity) native "CSSStyleDeclaration_setProperty_Callback_RESOLVER_STRING_3_DOMStri ng_DOMString_DOMString";
(...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after
1139 } 1139 }
1140 1140
1141 Native_Clipboard__clearData_1_Callback(mthis, type) native "DataTransfer_clearDa ta_Callback_RESOLVER_STRING_1_DOMString"; 1141 Native_Clipboard__clearData_1_Callback(mthis, type) native "DataTransfer_clearDa ta_Callback_RESOLVER_STRING_1_DOMString";
1142 1142
1143 Native_Clipboard__clearData_2_Callback(mthis) native "DataTransfer_clearData_Cal lback_RESOLVER_STRING_0_"; 1143 Native_Clipboard__clearData_2_Callback(mthis) native "DataTransfer_clearData_Cal lback_RESOLVER_STRING_0_";
1144 1144
1145 Native_Clipboard_getData_Callback(mthis, type) native "DataTransfer_getData_Call back_RESOLVER_STRING_1_DOMString"; 1145 Native_Clipboard_getData_Callback(mthis, type) native "DataTransfer_getData_Call back_RESOLVER_STRING_1_DOMString";
1146 1146
1147 Native_Clipboard_setData_Callback(mthis, type, data) native "DataTransfer_setDat a_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 1147 Native_Clipboard_setData_Callback(mthis, type, data) native "DataTransfer_setDat a_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1148 1148
1149 Native_Clipboard_setDragImage_Callback(mthis, element, x, y) native "DataTransfe r_setDragImage_Callback_RESOLVER_STRING_3_Element_long_long"; 1149 Native_Clipboard_setDragImage_Callback(mthis, element, x, y) native "DataTransfe r_setDragImage_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";
1154 1154
1155 Native_CloseEvent_wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; 1155 Native_CloseEvent_wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter";
1156 1156
1157 // Generated overload resolver 1157 // Generated overload resolver
1158 Native_Comment_Comment(data) { 1158 Native_Comment_Comment(data) {
1159 return Native_Comment__create_1constructorCallback(data); 1159 return Native_Comment__create_1constructorCallback(data);
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
1254 Native_Coordinates_heading_Getter(mthis) native "Coordinates_heading_Getter"; 1254 Native_Coordinates_heading_Getter(mthis) native "Coordinates_heading_Getter";
1255 1255
1256 Native_Coordinates_latitude_Getter(mthis) native "Coordinates_latitude_Getter"; 1256 Native_Coordinates_latitude_Getter(mthis) native "Coordinates_latitude_Getter";
1257 1257
1258 Native_Coordinates_longitude_Getter(mthis) native "Coordinates_longitude_Getter" ; 1258 Native_Coordinates_longitude_Getter(mthis) native "Coordinates_longitude_Getter" ;
1259 1259
1260 Native_Coordinates_speed_Getter(mthis) native "Coordinates_speed_Getter"; 1260 Native_Coordinates_speed_Getter(mthis) native "Coordinates_speed_Getter";
1261 1261
1262 Native_Crypto_subtle_Getter(mthis) native "Crypto_subtle_Getter"; 1262 Native_Crypto_subtle_Getter(mthis) native "Crypto_subtle_Getter";
1263 1263
1264 Native_Crypto_getRandomValues_Callback(mthis, array) native "Crypto_getRandomVal ues_Callback_RESOLVER_STRING_1_ArrayBufferView"; 1264 Native_Crypto_getRandomValues_Callback(mthis, array) native "Crypto_getRandomVal ues_Callback";
1265 1265
1266 Native_CustomEvent_detail_Getter(mthis) native "CustomEvent_detail_Getter"; 1266 Native_CustomEvent_detail_Getter(mthis) native "CustomEvent_detail_Getter";
1267 1267
1268 Native_CustomEvent_initCustomEvent_Callback(mthis, typeArg, canBubbleArg, cancel ableArg, detailArg) native "CustomEvent_initCustomEvent_Callback_RESOLVER_STRING _4_DOMString_boolean_boolean_any"; 1268 Native_CustomEvent_initCustomEvent_Callback(mthis, typeArg, canBubbleArg, cancel ableArg, detailArg) native "CustomEvent_initCustomEvent_Callback";
1269 1269
1270 Native_DOMError_message_Getter(mthis) native "DOMError_message_Getter"; 1270 Native_DOMError_message_Getter(mthis) native "DOMError_message_Getter";
1271 1271
1272 Native_DOMError_name_Getter(mthis) native "DOMError_name_Getter"; 1272 Native_DOMError_name_Getter(mthis) native "DOMError_name_Getter";
1273 1273
1274 Native_DOMException_message_Getter(mthis) native "DOMException_message_Getter"; 1274 Native_DOMException_message_Getter(mthis) native "DOMException_message_Getter";
1275 1275
1276 Native_DOMException_name_Getter(mthis) native "DOMException_name_Getter"; 1276 Native_DOMException_name_Getter(mthis) native "DOMException_name_Getter";
1277 1277
1278 Native_DOMException_toString_Callback(mthis) native "DOMException_toString_Callb ack_RESOLVER_STRING_0_"; 1278 Native_DOMException_toString_Callback(mthis) native "DOMException_toString_Callb ack_RESOLVER_STRING_0_";
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 Native_Database_transaction_Callback(mthis, callback, errorCallback, successCall back) native "Database_transaction_Callback_RESOLVER_STRING_3_SQLTransactionCall back_SQLTransactionErrorCallback_VoidCallback"; 1427 Native_Database_transaction_Callback(mthis, callback, errorCallback, successCall back) native "Database_transaction_Callback_RESOLVER_STRING_3_SQLTransactionCall back_SQLTransactionErrorCallback_VoidCallback";
1428 1428
1429 Native_WindowBase64_atob_Callback(mthis, string) native "WindowBase64_atob_Callb ack_RESOLVER_STRING_1_DOMString"; 1429 Native_WindowBase64_atob_Callback(mthis, string) native "WindowBase64_atob_Callb ack_RESOLVER_STRING_1_DOMString";
1430 1430
1431 Native_WindowBase64_btoa_Callback(mthis, string) native "WindowBase64_btoa_Callb ack_RESOLVER_STRING_1_DOMString"; 1431 Native_WindowBase64_btoa_Callback(mthis, string) native "WindowBase64_btoa_Callb ack_RESOLVER_STRING_1_DOMString";
1432 1432
1433 Native_WindowTimers_clearInterval_Callback(mthis, handle) native "WindowTimers_c learInterval_Callback_RESOLVER_STRING_1_long"; 1433 Native_WindowTimers_clearInterval_Callback(mthis, handle) native "WindowTimers_c learInterval_Callback_RESOLVER_STRING_1_long";
1434 1434
1435 Native_WindowTimers_clearTimeout_Callback(mthis, handle) native "WindowTimers_cl earTimeout_Callback_RESOLVER_STRING_1_long"; 1435 Native_WindowTimers_clearTimeout_Callback(mthis, handle) native "WindowTimers_cl earTimeout_Callback_RESOLVER_STRING_1_long";
1436 1436
1437 Native_WindowTimers_setInterval_Callback(mthis, handler, timeout) native "Window Timers_setInterval_Callback_RESOLVER_STRING_2_any_long"; 1437 Native_WindowTimers_setInterval_Callback(mthis, handler, timeout) native "Window Timers_setInterval_Callback";
1438 1438
1439 Native_WindowTimers_setTimeout_Callback(mthis, handler, timeout) native "WindowT imers_setTimeout_Callback_RESOLVER_STRING_2_any_long"; 1439 Native_WindowTimers_setTimeout_Callback(mthis, handler, timeout) native "WindowT imers_setTimeout_Callback";
1440 1440
1441 Native_WorkerGlobalScope_console_Getter(mthis) native "WorkerGlobalScope_console _Getter"; 1441 Native_WorkerGlobalScope_console_Getter(mthis) native "WorkerGlobalScope_console _Getter";
1442 1442
1443 Native_WorkerGlobalScope_crypto_Getter(mthis) native "WorkerGlobalScope_crypto_G etter"; 1443 Native_WorkerGlobalScope_crypto_Getter(mthis) native "WorkerGlobalScope_crypto_G etter";
1444 1444
1445 Native_WorkerGlobalScope_indexedDB_Getter(mthis) native "WorkerGlobalScope_index edDB_Getter"; 1445 Native_WorkerGlobalScope_indexedDB_Getter(mthis) native "WorkerGlobalScope_index edDB_Getter";
1446 1446
1447 Native_WorkerGlobalScope_location_Getter(mthis) native "WorkerGlobalScope_locati on_Getter"; 1447 Native_WorkerGlobalScope_location_Getter(mthis) native "WorkerGlobalScope_locati on_Getter";
1448 1448
1449 Native_WorkerGlobalScope_navigator_Getter(mthis) native "WorkerGlobalScope_navig ator_Getter"; 1449 Native_WorkerGlobalScope_navigator_Getter(mthis) native "WorkerGlobalScope_navig ator_Getter";
(...skipping 19 matching lines...) Expand all
1469 Native_WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback(mthis, url, su ccessCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSy stemURL_Callback_RESOLVER_STRING_3_DOMString_EntryCallback_ErrorCallback"; 1469 Native_WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback(mthis, url, su ccessCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSy stemURL_Callback_RESOLVER_STRING_3_DOMString_EntryCallback_ErrorCallback";
1470 1470
1471 Native_WorkerGlobalScope_atob_Callback(mthis, string) native "WorkerGlobalScope_ atob_Callback_RESOLVER_STRING_1_DOMString"; 1471 Native_WorkerGlobalScope_atob_Callback(mthis, string) native "WorkerGlobalScope_ atob_Callback_RESOLVER_STRING_1_DOMString";
1472 1472
1473 Native_WorkerGlobalScope_btoa_Callback(mthis, string) native "WorkerGlobalScope_ btoa_Callback_RESOLVER_STRING_1_DOMString"; 1473 Native_WorkerGlobalScope_btoa_Callback(mthis, string) native "WorkerGlobalScope_ btoa_Callback_RESOLVER_STRING_1_DOMString";
1474 1474
1475 Native_WorkerGlobalScope_clearInterval_Callback(mthis, handle) native "WorkerGlo balScope_clearInterval_Callback_RESOLVER_STRING_1_long"; 1475 Native_WorkerGlobalScope_clearInterval_Callback(mthis, handle) native "WorkerGlo balScope_clearInterval_Callback_RESOLVER_STRING_1_long";
1476 1476
1477 Native_WorkerGlobalScope_clearTimeout_Callback(mthis, handle) native "WorkerGlob alScope_clearTimeout_Callback_RESOLVER_STRING_1_long"; 1477 Native_WorkerGlobalScope_clearTimeout_Callback(mthis, handle) native "WorkerGlob alScope_clearTimeout_Callback_RESOLVER_STRING_1_long";
1478 1478
1479 Native_WorkerGlobalScope_setInterval_Callback(mthis, handler, timeout) native "W orkerGlobalScope_setInterval_Callback_RESOLVER_STRING_2_any_long"; 1479 Native_WorkerGlobalScope_setInterval_Callback(mthis, handler, timeout) native "W orkerGlobalScope_setInterval_Callback";
1480 1480
1481 Native_WorkerGlobalScope_setTimeout_Callback(mthis, handler, timeout) native "Wo rkerGlobalScope_setTimeout_Callback_RESOLVER_STRING_2_any_long"; 1481 Native_WorkerGlobalScope_setTimeout_Callback(mthis, handler, timeout) native "Wo rkerGlobalScope_setTimeout_Callback";
1482 1482
1483 Native_DedicatedWorkerGlobalScope_postMessage_Callback(mthis, message, messagePo rts) native "DedicatedWorkerGlobalScope_postMessage_Callback_RESOLVER_STRING_2_a ny_MessagePort[]"; 1483 Native_DedicatedWorkerGlobalScope_postMessage_Callback(mthis, message, messagePo rts) native "DedicatedWorkerGlobalScope_postMessage_Callback";
1484 1484
1485 Native_DelayNode_delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; 1485 Native_DelayNode_delayTime_Getter(mthis) native "DelayNode_delayTime_Getter";
1486 1486
1487 Native_DeprecatedStorageInfo_queryUsageAndQuota_Callback(mthis, storageType, usa geCallback, errorCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Call back_RESOLVER_STRING_3_unsigned short_StorageUsageCallback_StorageErrorCallback" ; 1487 Native_DeprecatedStorageInfo_queryUsageAndQuota_Callback(mthis, storageType, usa geCallback, errorCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Call back_RESOLVER_STRING_3_unsigned short_StorageUsageCallback_StorageErrorCallback" ;
1488 1488
1489 Native_DeprecatedStorageInfo_requestQuota_Callback(mthis, storageType, newQuotaI nBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota _Callback_RESOLVER_STRING_4_unsigned short_unsigned long long_StorageQuotaCallba ck_StorageErrorCallback"; 1489 Native_DeprecatedStorageInfo_requestQuota_Callback(mthis, storageType, newQuotaI nBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota _Callback_RESOLVER_STRING_4_unsigned short_unsigned long long_StorageQuotaCallba ck_StorageErrorCallback";
1490 1490
1491 Native_DeprecatedStorageQuota_queryUsageAndQuota_Callback(mthis, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback_RESOLV ER_STRING_2_StorageUsageCallback_StorageErrorCallback"; 1491 Native_DeprecatedStorageQuota_queryUsageAndQuota_Callback(mthis, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback_RESOLV ER_STRING_2_StorageUsageCallback_StorageErrorCallback";
1492 1492
1493 Native_DeprecatedStorageQuota_requestQuota_Callback(mthis, newQuotaInBytes, quot aCallback, errorCallback) native "DeprecatedStorageQuota_requestQuota_Callback_R ESOLVER_STRING_3_unsigned long long_StorageQuotaCallback_StorageErrorCallback"; 1493 Native_DeprecatedStorageQuota_requestQuota_Callback(mthis, newQuotaInBytes, quot aCallback, errorCallback) native "DeprecatedStorageQuota_requestQuota_Callback_R ESOLVER_STRING_3_unsigned long long_StorageQuotaCallback_StorageErrorCallback";
1494 1494
1495 Native_DeviceAcceleration_x_Getter(mthis) native "DeviceAcceleration_x_Getter"; 1495 Native_DeviceAcceleration_x_Getter(mthis) native "DeviceAcceleration_x_Getter";
1496 1496
1497 Native_DeviceAcceleration_y_Getter(mthis) native "DeviceAcceleration_y_Getter"; 1497 Native_DeviceAcceleration_y_Getter(mthis) native "DeviceAcceleration_y_Getter";
1498 1498
1499 Native_DeviceAcceleration_z_Getter(mthis) native "DeviceAcceleration_z_Getter"; 1499 Native_DeviceAcceleration_z_Getter(mthis) native "DeviceAcceleration_z_Getter";
1500 1500
1501 Native_DeviceMotionEvent_acceleration_Getter(mthis) native "DeviceMotionEvent_ac celeration_Getter"; 1501 Native_DeviceMotionEvent_acceleration_Getter(mthis) native "DeviceMotionEvent_ac celeration_Getter";
1502 1502
1503 Native_DeviceMotionEvent_accelerationIncludingGravity_Getter(mthis) native "Devi ceMotionEvent_accelerationIncludingGravity_Getter"; 1503 Native_DeviceMotionEvent_accelerationIncludingGravity_Getter(mthis) native "Devi ceMotionEvent_accelerationIncludingGravity_Getter";
1504 1504
1505 Native_DeviceMotionEvent_interval_Getter(mthis) native "DeviceMotionEvent_interv al_Getter"; 1505 Native_DeviceMotionEvent_interval_Getter(mthis) native "DeviceMotionEvent_interv al_Getter";
1506 1506
1507 Native_DeviceMotionEvent_rotationRate_Getter(mthis) native "DeviceMotionEvent_ro tationRate_Getter"; 1507 Native_DeviceMotionEvent_rotationRate_Getter(mthis) native "DeviceMotionEvent_ro tationRate_Getter";
1508 1508
1509 Native_DeviceMotionEvent_initDeviceMotionEvent_Callback(mthis, type, bubbles, ca ncelable, acceleration, accelerationIncludingGravity, rotationRate, interval) na tive "DeviceMotionEvent_initDeviceMotionEvent_Callback_RESOLVER_STRING_7_DOMStri ng_boolean_boolean_DeviceAcceleration_DeviceAcceleration_DeviceRotationRate_doub le"; 1509 Native_DeviceMotionEvent_initDeviceMotionEvent_Callback(mthis, type, bubbles, ca ncelable, acceleration, accelerationIncludingGravity, rotationRate, interval) na tive "DeviceMotionEvent_initDeviceMotionEvent_Callback";
1510 1510
1511 Native_DeviceOrientationEvent_absolute_Getter(mthis) native "DeviceOrientationEv ent_absolute_Getter"; 1511 Native_DeviceOrientationEvent_absolute_Getter(mthis) native "DeviceOrientationEv ent_absolute_Getter";
1512 1512
1513 Native_DeviceOrientationEvent_alpha_Getter(mthis) native "DeviceOrientationEvent _alpha_Getter"; 1513 Native_DeviceOrientationEvent_alpha_Getter(mthis) native "DeviceOrientationEvent _alpha_Getter";
1514 1514
1515 Native_DeviceOrientationEvent_beta_Getter(mthis) native "DeviceOrientationEvent_ beta_Getter"; 1515 Native_DeviceOrientationEvent_beta_Getter(mthis) native "DeviceOrientationEvent_ beta_Getter";
1516 1516
1517 Native_DeviceOrientationEvent_gamma_Getter(mthis) native "DeviceOrientationEvent _gamma_Getter"; 1517 Native_DeviceOrientationEvent_gamma_Getter(mthis) native "DeviceOrientationEvent _gamma_Getter";
1518 1518
1519 Native_DeviceOrientationEvent_initDeviceOrientationEvent_Callback(mthis, type, b ubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent _initDeviceOrientationEvent_Callback_RESOLVER_STRING_7_DOMString_boolean_boolean _double_double_double_boolean"; 1519 Native_DeviceOrientationEvent_initDeviceOrientationEvent_Callback(mthis, type, b ubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent _initDeviceOrientationEvent_Callback";
1520 1520
1521 Native_DeviceRotationRate_alpha_Getter(mthis) native "DeviceRotationRate_alpha_G etter"; 1521 Native_DeviceRotationRate_alpha_Getter(mthis) native "DeviceRotationRate_alpha_G etter";
1522 1522
1523 Native_DeviceRotationRate_beta_Getter(mthis) native "DeviceRotationRate_beta_Get ter"; 1523 Native_DeviceRotationRate_beta_Getter(mthis) native "DeviceRotationRate_beta_Get ter";
1524 1524
1525 Native_DeviceRotationRate_gamma_Getter(mthis) native "DeviceRotationRate_gamma_G etter"; 1525 Native_DeviceRotationRate_gamma_Getter(mthis) native "DeviceRotationRate_gamma_G etter";
1526 1526
1527 Native_Entry_filesystem_Getter(mthis) native "Entry_filesystem_Getter"; 1527 Native_Entry_filesystem_Getter(mthis) native "Entry_filesystem_Getter";
1528 1528
1529 Native_Entry_fullPath_Getter(mthis) native "Entry_fullPath_Getter"; 1529 Native_Entry_fullPath_Getter(mthis) native "Entry_fullPath_Getter";
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
1647 Native_Document_webkitPointerLockElement_Getter(mthis) native "Document_webkitPo interLockElement_Getter"; 1647 Native_Document_webkitPointerLockElement_Getter(mthis) native "Document_webkitPo interLockElement_Getter";
1648 1648
1649 Native_Document_webkitVisibilityState_Getter(mthis) native "Document_webkitVisib ilityState_Getter"; 1649 Native_Document_webkitVisibilityState_Getter(mthis) native "Document_webkitVisib ilityState_Getter";
1650 1650
1651 Native_Document_adoptNode_Callback(mthis, node) native "Document_adoptNode_Callb ack_RESOLVER_STRING_1_Node"; 1651 Native_Document_adoptNode_Callback(mthis, node) native "Document_adoptNode_Callb ack_RESOLVER_STRING_1_Node";
1652 1652
1653 Native_Document_caretRangeFromPoint_Callback(mthis, x, y) native "Document_caret RangeFromPoint_Callback_RESOLVER_STRING_2_long_long"; 1653 Native_Document_caretRangeFromPoint_Callback(mthis, x, y) native "Document_caret RangeFromPoint_Callback_RESOLVER_STRING_2_long_long";
1654 1654
1655 Native_Document_createDocumentFragment_Callback(mthis) native "Document_createDo cumentFragment_Callback_RESOLVER_STRING_0_"; 1655 Native_Document_createDocumentFragment_Callback(mthis) native "Document_createDo cumentFragment_Callback_RESOLVER_STRING_0_";
1656 1656
1657 Native_Document_createElement_Callback(mthis, localName_OR_tagName, typeExtensio n) native "Document_createElement_Callback_RESOLVER_STRING_1_DOMString"; 1657 Native_Document_createElement_Callback(mthis, localName_OR_tagName, typeExtensio n) native "Document_createElement_Callback";
1658 1658
1659 Native_Document_createElementNS_Callback(mthis, namespaceURI, qualifiedName, typ eExtension) native "Document_createElementNS_Callback_RESOLVER_STRING_2_DOMStrin g_DOMString"; 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_creat eEvent_Callback_RESOLVER_STRING_1_DOMString"; 1669 Native_Document__createEvent_1_Callback(mthis, eventType) native "Document_creat eEvent_Callback_RESOLVER_STRING_1_DOMString";
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_R ESOLVER_STRING_1_HTMLFormElement"; 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";
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";
2132 2132
2133 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter"; 2133 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter";
2134 2134
2135 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter"; 2135 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter";
2136 2136
2137 Native_Gamepad_buttons_Getter(mthis) native "Gamepad_buttons_Getter"; 2137 Native_Gamepad_buttons_Getter(mthis) native "Gamepad_buttons_Getter";
2138 2138
2139 Native_Gamepad_id_Getter(mthis) native "Gamepad_id_Getter"; 2139 Native_Gamepad_id_Getter(mthis) native "Gamepad_id_Getter";
2140 2140
2141 Native_Gamepad_index_Getter(mthis) native "Gamepad_index_Getter"; 2141 Native_Gamepad_index_Getter(mthis) native "Gamepad_index_Getter";
2142 2142
2143 Native_Gamepad_timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; 2143 Native_Gamepad_timestamp_Getter(mthis) native "Gamepad_timestamp_Getter";
2144 2144
2145 Native_GamepadList_length_Getter(mthis) native "GamepadList_length_Getter"; 2145 Native_GamepadList_length_Getter(mthis) native "GamepadList_length_Getter";
2146 2146
2147 Native_GamepadList_NativeIndexed_Getter(mthis, index) native "GamepadList_item_C allback_RESOLVER_STRING_1_unsigned long"; 2147 Native_GamepadList_NativeIndexed_Getter(mthis, index) native "GamepadList_item_C allback_RESOLVER_STRING_1_unsigned long";
2148 2148
2149 Native_GamepadList_item_Callback(mthis, index) native "GamepadList_item_Callback _RESOLVER_STRING_1_unsigned long"; 2149 Native_GamepadList_item_Callback(mthis, index) native "GamepadList_item_Callback _RESOLVER_STRING_1_unsigned long";
2150 2150
2151 Native_Geolocation_clearWatch_Callback(mthis, watchID) native "Geolocation_clear Watch_Callback_RESOLVER_STRING_1_long"; 2151 Native_Geolocation_clearWatch_Callback(mthis, watchID) native "Geolocation_clear Watch_Callback_RESOLVER_STRING_1_long";
2152 2152
2153 Native_Geolocation_getCurrentPosition_Callback(mthis, successCallback, errorCall back, options) native "Geolocation_getCurrentPosition_Callback_RESOLVER_STRING_3 _PositionCallback_PositionErrorCallback_object"; 2153 Native_Geolocation_getCurrentPosition_Callback(mthis, successCallback, errorCall back, options) native "Geolocation_getCurrentPosition_Callback";
2154 2154
2155 Native_Geolocation_watchPosition_Callback(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback_RESOLVER_STRING_3_PositionC allback_PositionErrorCallback_object"; 2155 Native_Geolocation_watchPosition_Callback(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback";
2156 2156
2157 Native_Geoposition_coords_Getter(mthis) native "Geoposition_coords_Getter"; 2157 Native_Geoposition_coords_Getter(mthis) native "Geoposition_coords_Getter";
2158 2158
2159 Native_Geoposition_timestamp_Getter(mthis) native "Geoposition_timestamp_Getter" ; 2159 Native_Geoposition_timestamp_Getter(mthis) native "Geoposition_timestamp_Getter" ;
2160 2160
2161 Native_HTMLAllCollection_item_Callback(mthis, index) native "HTMLAllCollection_i tem_Callback_RESOLVER_STRING_1_unsigned long"; 2161 Native_HTMLAllCollection_item_Callback(mthis, index) native "HTMLAllCollection_i tem_Callback";
2162 2162
2163 Native_HTMLElement_contentEditable_Getter(mthis) native "HTMLElement_contentEdit able_Getter"; 2163 Native_HTMLElement_contentEditable_Getter(mthis) native "HTMLElement_contentEdit able_Getter";
2164 2164
2165 Native_HTMLElement_contentEditable_Setter(mthis, value) native "HTMLElement_cont entEditable_Setter"; 2165 Native_HTMLElement_contentEditable_Setter(mthis, value) native "HTMLElement_cont entEditable_Setter";
2166 2166
2167 Native_HTMLElement_dir_Getter(mthis) native "HTMLElement_dir_Getter"; 2167 Native_HTMLElement_dir_Getter(mthis) native "HTMLElement_dir_Getter";
2168 2168
2169 Native_HTMLElement_dir_Setter(mthis, value) native "HTMLElement_dir_Setter"; 2169 Native_HTMLElement_dir_Setter(mthis, value) native "HTMLElement_dir_Setter";
2170 2170
2171 Native_HTMLElement_draggable_Getter(mthis) native "HTMLElement_draggable_Getter" ; 2171 Native_HTMLElement_draggable_Getter(mthis) native "HTMLElement_draggable_Getter" ;
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
2587 Native_HTMLButtonElement_setCustomValidity_Callback(mthis, error) native "HTMLBu ttonElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; 2587 Native_HTMLButtonElement_setCustomValidity_Callback(mthis, error) native "HTMLBu ttonElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
2588 2588
2589 Native_HTMLCanvasElement_height_Getter(mthis) native "HTMLCanvasElement_height_G etter"; 2589 Native_HTMLCanvasElement_height_Getter(mthis) native "HTMLCanvasElement_height_G etter";
2590 2590
2591 Native_HTMLCanvasElement_height_Setter(mthis, value) native "HTMLCanvasElement_h eight_Setter"; 2591 Native_HTMLCanvasElement_height_Setter(mthis, value) native "HTMLCanvasElement_h eight_Setter";
2592 2592
2593 Native_HTMLCanvasElement_width_Getter(mthis) native "HTMLCanvasElement_width_Get ter"; 2593 Native_HTMLCanvasElement_width_Getter(mthis) native "HTMLCanvasElement_width_Get ter";
2594 2594
2595 Native_HTMLCanvasElement_width_Setter(mthis, value) native "HTMLCanvasElement_wi dth_Setter"; 2595 Native_HTMLCanvasElement_width_Setter(mthis, value) native "HTMLCanvasElement_wi dth_Setter";
2596 2596
2597 Native_HTMLCanvasElement_getContext_Callback(mthis, contextId, attrs) native "HT MLCanvasElement_getContext_Callback_RESOLVER_STRING_2_DOMString_Dictionary"; 2597 Native_HTMLCanvasElement_getContext_Callback(mthis, contextId, attrs) native "HT MLCanvasElement_getContext_Callback";
2598 2598
2599 Native_HTMLCanvasElement_toDataURL_Callback(mthis, type, quality) native "HTMLCa nvasElement_toDataURL_Callback_RESOLVER_STRING_2_DOMString_float"; 2599 Native_HTMLCanvasElement_toDataURL_Callback(mthis, type, quality) native "HTMLCa nvasElement_toDataURL_Callback";
2600 2600
2601 Native_HTMLCollection_length_Getter(mthis) native "HTMLCollection_length_Getter" ; 2601 Native_HTMLCollection_length_Getter(mthis) native "HTMLCollection_length_Getter" ;
2602 2602
2603 Native_HTMLCollection_NativeIndexed_Getter(mthis, index) native "HTMLCollection_ item_Callback_RESOLVER_STRING_1_unsigned long"; 2603 Native_HTMLCollection_NativeIndexed_Getter(mthis, index) native "HTMLCollection_ item_Callback_RESOLVER_STRING_1_unsigned long";
2604 2604
2605 Native_HTMLCollection_item_Callback(mthis, index) native "HTMLCollection_item_Ca llback_RESOLVER_STRING_1_unsigned long"; 2605 Native_HTMLCollection_item_Callback(mthis, index) native "HTMLCollection_item_Ca llback_RESOLVER_STRING_1_unsigned long";
2606 2606
2607 Native_HTMLCollection_namedItem_Callback(mthis, name) native "HTMLCollection_nam edItem_Callback_RESOLVER_STRING_1_DOMString"; 2607 Native_HTMLCollection_namedItem_Callback(mthis, name) native "HTMLCollection_nam edItem_Callback_RESOLVER_STRING_1_DOMString";
2608 2608
2609 Native_HTMLContentElement_resetStyleInheritance_Getter(mthis) native "HTMLConten tElement_resetStyleInheritance_Getter"; 2609 Native_HTMLContentElement_resetStyleInheritance_Getter(mthis) native "HTMLConten tElement_resetStyleInheritance_Getter";
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
2649 Native_HTMLEmbedElement_src_Setter(mthis, value) native "HTMLEmbedElement_src_Se tter"; 2649 Native_HTMLEmbedElement_src_Setter(mthis, value) native "HTMLEmbedElement_src_Se tter";
2650 2650
2651 Native_HTMLEmbedElement_type_Getter(mthis) native "HTMLEmbedElement_type_Getter" ; 2651 Native_HTMLEmbedElement_type_Getter(mthis) native "HTMLEmbedElement_type_Getter" ;
2652 2652
2653 Native_HTMLEmbedElement_type_Setter(mthis, value) native "HTMLEmbedElement_type_ Setter"; 2653 Native_HTMLEmbedElement_type_Setter(mthis, value) native "HTMLEmbedElement_type_ Setter";
2654 2654
2655 Native_HTMLEmbedElement_width_Getter(mthis) native "HTMLEmbedElement_width_Gette r"; 2655 Native_HTMLEmbedElement_width_Getter(mthis) native "HTMLEmbedElement_width_Gette r";
2656 2656
2657 Native_HTMLEmbedElement_width_Setter(mthis, value) native "HTMLEmbedElement_widt h_Setter"; 2657 Native_HTMLEmbedElement_width_Setter(mthis, value) native "HTMLEmbedElement_widt h_Setter";
2658 2658
2659 Native_HTMLEmbedElement___getter___Callback(mthis, index_OR_name) native "HTMLEm bedElement___getter___Callback_RESOLVER_STRING_1_unsigned long"; 2659 Native_HTMLEmbedElement___getter___Callback(mthis, index_OR_name) native "HTMLEm bedElement___getter___Callback";
2660 2660
2661 Native_HTMLEmbedElement___setter___Callback(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback_RESOLVER_STRING_2_unsigned long_Node"; 2661 Native_HTMLEmbedElement___setter___Callback(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback";
2662 2662
2663 Native_HTMLFieldSetElement_disabled_Getter(mthis) native "HTMLFieldSetElement_di sabled_Getter"; 2663 Native_HTMLFieldSetElement_disabled_Getter(mthis) native "HTMLFieldSetElement_di sabled_Getter";
2664 2664
2665 Native_HTMLFieldSetElement_disabled_Setter(mthis, value) native "HTMLFieldSetEle ment_disabled_Setter"; 2665 Native_HTMLFieldSetElement_disabled_Setter(mthis, value) native "HTMLFieldSetEle ment_disabled_Setter";
2666 2666
2667 Native_HTMLFieldSetElement_elements_Getter(mthis) native "HTMLFieldSetElement_el ements_Getter"; 2667 Native_HTMLFieldSetElement_elements_Getter(mthis) native "HTMLFieldSetElement_el ements_Getter";
2668 2668
2669 Native_HTMLFieldSetElement_form_Getter(mthis) native "HTMLFieldSetElement_form_G etter"; 2669 Native_HTMLFieldSetElement_form_Getter(mthis) native "HTMLFieldSetElement_form_G etter";
2670 2670
2671 Native_HTMLFieldSetElement_name_Getter(mthis) native "HTMLFieldSetElement_name_G etter"; 2671 Native_HTMLFieldSetElement_name_Getter(mthis) native "HTMLFieldSetElement_name_G etter";
(...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 Native_HTMLObjectElement_validationMessage_Getter(mthis) native "HTMLObjectEleme nt_validationMessage_Getter"; 3220 Native_HTMLObjectElement_validationMessage_Getter(mthis) native "HTMLObjectEleme nt_validationMessage_Getter";
3221 3221
3222 Native_HTMLObjectElement_validity_Getter(mthis) native "HTMLObjectElement_validi ty_Getter"; 3222 Native_HTMLObjectElement_validity_Getter(mthis) native "HTMLObjectElement_validi ty_Getter";
3223 3223
3224 Native_HTMLObjectElement_width_Getter(mthis) native "HTMLObjectElement_width_Get ter"; 3224 Native_HTMLObjectElement_width_Getter(mthis) native "HTMLObjectElement_width_Get ter";
3225 3225
3226 Native_HTMLObjectElement_width_Setter(mthis, value) native "HTMLObjectElement_wi dth_Setter"; 3226 Native_HTMLObjectElement_width_Setter(mthis, value) native "HTMLObjectElement_wi dth_Setter";
3227 3227
3228 Native_HTMLObjectElement_willValidate_Getter(mthis) native "HTMLObjectElement_wi llValidate_Getter"; 3228 Native_HTMLObjectElement_willValidate_Getter(mthis) native "HTMLObjectElement_wi llValidate_Getter";
3229 3229
3230 Native_HTMLObjectElement___getter___Callback(mthis, index_OR_name) native "HTMLO bjectElement___getter___Callback_RESOLVER_STRING_1_unsigned long"; 3230 Native_HTMLObjectElement___getter___Callback(mthis, index_OR_name) native "HTMLO bjectElement___getter___Callback";
3231 3231
3232 Native_HTMLObjectElement___setter___Callback(mthis, index_OR_name, value) native "HTMLObjectElement___setter___Callback_RESOLVER_STRING_2_unsigned long_Node"; 3232 Native_HTMLObjectElement___setter___Callback(mthis, index_OR_name, value) native "HTMLObjectElement___setter___Callback";
3233 3233
3234 Native_HTMLObjectElement_checkValidity_Callback(mthis) native "HTMLObjectElement _checkValidity_Callback_RESOLVER_STRING_0_"; 3234 Native_HTMLObjectElement_checkValidity_Callback(mthis) native "HTMLObjectElement _checkValidity_Callback_RESOLVER_STRING_0_";
3235 3235
3236 Native_HTMLObjectElement_setCustomValidity_Callback(mthis, error) native "HTMLOb jectElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; 3236 Native_HTMLObjectElement_setCustomValidity_Callback(mthis, error) native "HTMLOb jectElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3237 3237
3238 Native_HTMLOptGroupElement_disabled_Getter(mthis) native "HTMLOptGroupElement_di sabled_Getter"; 3238 Native_HTMLOptGroupElement_disabled_Getter(mthis) native "HTMLOptGroupElement_di sabled_Getter";
3239 3239
3240 Native_HTMLOptGroupElement_disabled_Setter(mthis, value) native "HTMLOptGroupEle ment_disabled_Setter"; 3240 Native_HTMLOptGroupElement_disabled_Setter(mthis, value) native "HTMLOptGroupEle ment_disabled_Setter";
3241 3241
3242 Native_HTMLOptGroupElement_label_Getter(mthis) native "HTMLOptGroupElement_label _Getter"; 3242 Native_HTMLOptGroupElement_label_Getter(mthis) native "HTMLOptGroupElement_label _Getter";
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
3698 Native_History_length_Getter(mthis) native "History_length_Getter"; 3698 Native_History_length_Getter(mthis) native "History_length_Getter";
3699 3699
3700 Native_History_state_Getter(mthis) native "History_state_Getter"; 3700 Native_History_state_Getter(mthis) native "History_state_Getter";
3701 3701
3702 Native_History_back_Callback(mthis) native "History_back_Callback_RESOLVER_STRIN G_0_"; 3702 Native_History_back_Callback(mthis) native "History_back_Callback_RESOLVER_STRIN G_0_";
3703 3703
3704 Native_History_forward_Callback(mthis) native "History_forward_Callback_RESOLVER _STRING_0_"; 3704 Native_History_forward_Callback(mthis) native "History_forward_Callback_RESOLVER _STRING_0_";
3705 3705
3706 Native_History_go_Callback(mthis, distance) native "History_go_Callback_RESOLVER _STRING_1_long"; 3706 Native_History_go_Callback(mthis, distance) native "History_go_Callback_RESOLVER _STRING_1_long";
3707 3707
3708 Native_History_pushState_Callback(mthis, data, title, url) native "History_pushS tate_Callback_RESOLVER_STRING_3_any_DOMString_DOMString"; 3708 Native_History_pushState_Callback(mthis, data, title, url) native "History_pushS tate_Callback";
3709 3709
3710 Native_History_replaceState_Callback(mthis, data, title, url) native "History_re placeState_Callback_RESOLVER_STRING_3_any_DOMString_DOMString"; 3710 Native_History_replaceState_Callback(mthis, data, title, url) native "History_re placeState_Callback";
3711 3711
3712 Native_IDBCursor_direction_Getter(mthis) native "IDBCursor_direction_Getter"; 3712 Native_IDBCursor_direction_Getter(mthis) native "IDBCursor_direction_Getter";
3713 3713
3714 Native_IDBCursor_key_Getter(mthis) native "IDBCursor_key_Getter"; 3714 Native_IDBCursor_key_Getter(mthis) native "IDBCursor_key_Getter";
3715 3715
3716 Native_IDBCursor_primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; 3716 Native_IDBCursor_primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter";
3717 3717
3718 Native_IDBCursor_source_Getter(mthis) native "IDBCursor_source_Getter"; 3718 Native_IDBCursor_source_Getter(mthis) native "IDBCursor_source_Getter";
3719 3719
3720 Native_IDBCursor_advance_Callback(mthis, count) native "IDBCursor_advance_Callba ck_RESOLVER_STRING_1_unsigned long"; 3720 Native_IDBCursor_advance_Callback(mthis, count) native "IDBCursor_advance_Callba ck_RESOLVER_STRING_1_unsigned long";
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
3981 Native_Location_port_Setter(mthis, value) native "Location_port_Setter"; 3981 Native_Location_port_Setter(mthis, value) native "Location_port_Setter";
3982 3982
3983 Native_Location_protocol_Getter(mthis) native "Location_protocol_Getter"; 3983 Native_Location_protocol_Getter(mthis) native "Location_protocol_Getter";
3984 3984
3985 Native_Location_protocol_Setter(mthis, value) native "Location_protocol_Setter"; 3985 Native_Location_protocol_Setter(mthis, value) native "Location_protocol_Setter";
3986 3986
3987 Native_Location_search_Getter(mthis) native "Location_search_Getter"; 3987 Native_Location_search_Getter(mthis) native "Location_search_Getter";
3988 3988
3989 Native_Location_search_Setter(mthis, value) native "Location_search_Setter"; 3989 Native_Location_search_Setter(mthis, value) native "Location_search_Setter";
3990 3990
3991 Native_Location_assign_Callback(mthis, url) native "Location_assign_Callback_RES OLVER_STRING_1_DOMString"; 3991 Native_Location_assign_Callback(mthis, url) native "Location_assign_Callback";
3992 3992
3993 Native_Location_reload_Callback(mthis) native "Location_reload_Callback_RESOLVER _STRING_0_"; 3993 Native_Location_reload_Callback(mthis) native "Location_reload_Callback";
3994 3994
3995 Native_Location_replace_Callback(mthis, url) native "Location_replace_Callback_R ESOLVER_STRING_1_DOMString"; 3995 Native_Location_replace_Callback(mthis, url) native "Location_replace_Callback";
3996 3996
3997 Native_Location_toString_Callback(mthis) native "Location_toString_Callback_RESO LVER_STRING_0_"; 3997 Native_Location_toString_Callback(mthis) native "Location_toString_Callback_RESO LVER_STRING_0_";
3998 3998
3999 Native_MIDIAccess_inputs_Callback(mthis) native "MIDIAccess_inputs_Callback_RESO LVER_STRING_0_"; 3999 Native_MIDIAccess_inputs_Callback(mthis) native "MIDIAccess_inputs_Callback_RESO LVER_STRING_0_";
4000 4000
4001 Native_MIDIAccess_outputs_Callback(mthis) native "MIDIAccess_outputs_Callback_RE SOLVER_STRING_0_"; 4001 Native_MIDIAccess_outputs_Callback(mthis) native "MIDIAccess_outputs_Callback_RE SOLVER_STRING_0_";
4002 4002
4003 Native_MIDIAccessPromise_then_Callback(mthis, successCallback, errorCallback) na tive "MIDIAccessPromise_then_Callback_RESOLVER_STRING_2_MIDISuccessCallback_MIDI ErrorCallback"; 4003 Native_MIDIAccessPromise_then_Callback(mthis, successCallback, errorCallback) na tive "MIDIAccessPromise_then_Callback_RESOLVER_STRING_2_MIDISuccessCallback_MIDI ErrorCallback";
4004 4004
4005 Native_MIDIConnectionEvent_port_Getter(mthis) native "MIDIConnectionEvent_port_G etter"; 4005 Native_MIDIConnectionEvent_port_Getter(mthis) native "MIDIConnectionEvent_port_G etter";
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
4254 Native_MessageChannel_port2_Getter(mthis) native "MessageChannel_port2_Getter"; 4254 Native_MessageChannel_port2_Getter(mthis) native "MessageChannel_port2_Getter";
4255 4255
4256 Native_MessageEvent_data_Getter(mthis) native "MessageEvent_data_Getter"; 4256 Native_MessageEvent_data_Getter(mthis) native "MessageEvent_data_Getter";
4257 4257
4258 Native_MessageEvent_lastEventId_Getter(mthis) native "MessageEvent_lastEventId_G etter"; 4258 Native_MessageEvent_lastEventId_Getter(mthis) native "MessageEvent_lastEventId_G etter";
4259 4259
4260 Native_MessageEvent_origin_Getter(mthis) native "MessageEvent_origin_Getter"; 4260 Native_MessageEvent_origin_Getter(mthis) native "MessageEvent_origin_Getter";
4261 4261
4262 Native_MessageEvent_source_Getter(mthis) native "MessageEvent_source_Getter"; 4262 Native_MessageEvent_source_Getter(mthis) native "MessageEvent_source_Getter";
4263 4263
4264 Native_MessageEvent_initMessageEvent_Callback(mthis, typeArg, canBubbleArg, canc elableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native " MessageEvent_initMessageEvent_Callback_RESOLVER_STRING_8_DOMString_boolean_boole an_any_DOMString_DOMString_Window_MessagePort[]"; 4264 Native_MessageEvent_initMessageEvent_Callback(mthis, typeArg, canBubbleArg, canc elableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native " MessageEvent_initMessageEvent_Callback";
4265 4265
4266 Native_MessagePort_close_Callback(mthis) native "MessagePort_close_Callback_RESO LVER_STRING_0_"; 4266 Native_MessagePort_close_Callback(mthis) native "MessagePort_close_Callback_RESO LVER_STRING_0_";
4267 4267
4268 Native_MessagePort_postMessage_Callback(mthis, message, messagePorts) native "Me ssagePort_postMessage_Callback_RESOLVER_STRING_2_any_MessagePort[]"; 4268 Native_MessagePort_postMessage_Callback(mthis, message, messagePorts) native "Me ssagePort_postMessage_Callback";
4269 4269
4270 Native_MessagePort_start_Callback(mthis) native "MessagePort_start_Callback_RESO LVER_STRING_0_"; 4270 Native_MessagePort_start_Callback(mthis) native "MessagePort_start_Callback_RESO LVER_STRING_0_";
4271 4271
4272 Native_Metadata_modificationTime_Getter(mthis) native "Metadata_modificationTime _Getter"; 4272 Native_Metadata_modificationTime_Getter(mthis) native "Metadata_modificationTime _Getter";
4273 4273
4274 Native_Metadata_size_Getter(mthis) native "Metadata_size_Getter"; 4274 Native_Metadata_size_Getter(mthis) native "Metadata_size_Getter";
4275 4275
4276 Native_MimeType_description_Getter(mthis) native "MimeType_description_Getter"; 4276 Native_MimeType_description_Getter(mthis) native "MimeType_description_Getter";
4277 4277
4278 Native_MimeType_enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Gette r"; 4278 Native_MimeType_enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Gette r";
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
5074 Native_SQLResultSet_insertId_Getter(mthis) native "SQLResultSet_insertId_Getter" ; 5074 Native_SQLResultSet_insertId_Getter(mthis) native "SQLResultSet_insertId_Getter" ;
5075 5075
5076 Native_SQLResultSet_rows_Getter(mthis) native "SQLResultSet_rows_Getter"; 5076 Native_SQLResultSet_rows_Getter(mthis) native "SQLResultSet_rows_Getter";
5077 5077
5078 Native_SQLResultSet_rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected _Getter"; 5078 Native_SQLResultSet_rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected _Getter";
5079 5079
5080 Native_SQLResultSetRowList_length_Getter(mthis) native "SQLResultSetRowList_leng th_Getter"; 5080 Native_SQLResultSetRowList_length_Getter(mthis) native "SQLResultSetRowList_leng th_Getter";
5081 5081
5082 Native_SQLResultSetRowList_NativeIndexed_Getter(mthis, index) native "SQLResultS etRowList_item_Callback_RESOLVER_STRING_1_unsigned long"; 5082 Native_SQLResultSetRowList_NativeIndexed_Getter(mthis, index) native "SQLResultS etRowList_item_Callback_RESOLVER_STRING_1_unsigned long";
5083 5083
5084 Native_SQLResultSetRowList_item_Callback(mthis, index) native "SQLResultSetRowLi st_item_Callback_RESOLVER_STRING_1_unsigned long"; 5084 Native_SQLResultSetRowList_item_Callback(mthis, index) native "SQLResultSetRowLi st_item_Callback";
5085 5085
5086 Native_SQLTransaction_executeSql_Callback(mthis, sqlStatement, arguments, callba ck, errorCallback) native "SQLTransaction_executeSql_Callback_RESOLVER_STRING_4_ DOMString_object[]_SQLStatementCallback_SQLStatementErrorCallback"; 5086 Native_SQLTransaction_executeSql_Callback(mthis, sqlStatement, arguments, callba ck, errorCallback) native "SQLTransaction_executeSql_Callback";
5087 5087
5088 Native_SVGElement_className_Getter(mthis) native "SVGElement_className_Getter"; 5088 Native_SVGElement_className_Getter(mthis) native "SVGElement_className_Getter";
5089 5089
5090 Native_SVGElement_ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGEleme nt_Getter"; 5090 Native_SVGElement_ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGEleme nt_Getter";
5091 5091
5092 Native_SVGElement_style_Getter(mthis) native "SVGElement_style_Getter"; 5092 Native_SVGElement_style_Getter(mthis) native "SVGElement_style_Getter";
5093 5093
5094 Native_SVGElement_viewportElement_Getter(mthis) native "SVGElement_viewportEleme nt_Getter"; 5094 Native_SVGElement_viewportElement_Getter(mthis) native "SVGElement_viewportEleme nt_Getter";
5095 5095
5096 Native_SVGElement_xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter"; 5096 Native_SVGElement_xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter";
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
6547 } 6547 }
6548 6548
6549 Native_Screen__lockOrientation_1_Callback(mthis, orientation_OR_orientations) na tive "Screen_lockOrientation_Callback_RESOLVER_STRING_1_DOMString"; 6549 Native_Screen__lockOrientation_1_Callback(mthis, orientation_OR_orientations) na tive "Screen_lockOrientation_Callback_RESOLVER_STRING_1_DOMString";
6550 6550
6551 Native_Screen__lockOrientation_2_Callback(mthis, orientation_OR_orientations) na tive "Screen_lockOrientation_Callback_RESOLVER_STRING_1_sequence<DOMString>"; 6551 Native_Screen__lockOrientation_2_Callback(mthis, orientation_OR_orientations) na tive "Screen_lockOrientation_Callback_RESOLVER_STRING_1_sequence<DOMString>";
6552 6552
6553 Native_Screen_unlockOrientation_Callback(mthis) native "Screen_unlockOrientation _Callback_RESOLVER_STRING_0_"; 6553 Native_Screen_unlockOrientation_Callback(mthis) native "Screen_unlockOrientation _Callback_RESOLVER_STRING_0_";
6554 6554
6555 Native_ScriptProcessorNode_bufferSize_Getter(mthis) native "ScriptProcessorNode_ bufferSize_Getter"; 6555 Native_ScriptProcessorNode_bufferSize_Getter(mthis) native "ScriptProcessorNode_ bufferSize_Getter";
6556 6556
6557 Native_ScriptProcessorNode__setEventListener_Callback(mthis, eventListener) nati ve "ScriptProcessorNode__setEventListener_Callback_RESOLVER_STRING_1_EventListen er"; 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";
6562 6562
6563 Native_SecurityPolicyViolationEvent_documentURI_Getter(mthis) native "SecurityPo licyViolationEvent_documentURI_Getter"; 6563 Native_SecurityPolicyViolationEvent_documentURI_Getter(mthis) native "SecurityPo licyViolationEvent_documentURI_Getter";
6564 6564
6565 Native_SecurityPolicyViolationEvent_effectiveDirective_Getter(mthis) native "Sec urityPolicyViolationEvent_effectiveDirective_Getter"; 6565 Native_SecurityPolicyViolationEvent_effectiveDirective_Getter(mthis) native "Sec urityPolicyViolationEvent_effectiveDirective_Getter";
6566 6566
6567 Native_SecurityPolicyViolationEvent_lineNumber_Getter(mthis) native "SecurityPol icyViolationEvent_lineNumber_Getter"; 6567 Native_SecurityPolicyViolationEvent_lineNumber_Getter(mthis) native "SecurityPol icyViolationEvent_lineNumber_Getter";
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
7609 Native_WebGLRenderingContext_framebufferTexture2D_Callback(mthis, target, attach ment, textarget, texture, level) native "WebGLRenderingContext_framebufferTextur e2D_Callback_RESOLVER_STRING_5_unsigned long_unsigned long_unsigned long_WebGLTe xture_long"; 7609 Native_WebGLRenderingContext_framebufferTexture2D_Callback(mthis, target, attach ment, textarget, texture, level) native "WebGLRenderingContext_framebufferTextur e2D_Callback_RESOLVER_STRING_5_unsigned long_unsigned long_unsigned long_WebGLTe xture_long";
7610 7610
7611 Native_WebGLRenderingContext_frontFace_Callback(mthis, mode) native "WebGLRender ingContext_frontFace_Callback_RESOLVER_STRING_1_unsigned long"; 7611 Native_WebGLRenderingContext_frontFace_Callback(mthis, mode) native "WebGLRender ingContext_frontFace_Callback_RESOLVER_STRING_1_unsigned long";
7612 7612
7613 Native_WebGLRenderingContext_generateMipmap_Callback(mthis, target) native "WebG LRenderingContext_generateMipmap_Callback_RESOLVER_STRING_1_unsigned long"; 7613 Native_WebGLRenderingContext_generateMipmap_Callback(mthis, target) native "WebG LRenderingContext_generateMipmap_Callback_RESOLVER_STRING_1_unsigned long";
7614 7614
7615 Native_WebGLRenderingContext_getActiveAttrib_Callback(mthis, program, index) nat ive "WebGLRenderingContext_getActiveAttrib_Callback_RESOLVER_STRING_2_WebGLProgr am_unsigned long"; 7615 Native_WebGLRenderingContext_getActiveAttrib_Callback(mthis, program, index) nat ive "WebGLRenderingContext_getActiveAttrib_Callback_RESOLVER_STRING_2_WebGLProgr am_unsigned long";
7616 7616
7617 Native_WebGLRenderingContext_getActiveUniform_Callback(mthis, program, index) na tive "WebGLRenderingContext_getActiveUniform_Callback_RESOLVER_STRING_2_WebGLPro gram_unsigned long"; 7617 Native_WebGLRenderingContext_getActiveUniform_Callback(mthis, program, index) na tive "WebGLRenderingContext_getActiveUniform_Callback_RESOLVER_STRING_2_WebGLPro gram_unsigned long";
7618 7618
7619 Native_WebGLRenderingContext_getAttachedShaders_Callback(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback_RESOLVER_STRING_1_WebGLProgra m"; 7619 Native_WebGLRenderingContext_getAttachedShaders_Callback(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback";
7620 7620
7621 Native_WebGLRenderingContext_getAttribLocation_Callback(mthis, program, name) na tive "WebGLRenderingContext_getAttribLocation_Callback_RESOLVER_STRING_2_WebGLPr ogram_DOMString"; 7621 Native_WebGLRenderingContext_getAttribLocation_Callback(mthis, program, name) na tive "WebGLRenderingContext_getAttribLocation_Callback_RESOLVER_STRING_2_WebGLPr ogram_DOMString";
7622 7622
7623 Native_WebGLRenderingContext_getBufferParameter_Callback(mthis, target, pname) n ative "WebGLRenderingContext_getBufferParameter_Callback_RESOLVER_STRING_2_unsig ned long_unsigned long"; 7623 Native_WebGLRenderingContext_getBufferParameter_Callback(mthis, target, pname) n ative "WebGLRenderingContext_getBufferParameter_Callback";
7624 7624
7625 Native_WebGLRenderingContext_getContextAttributes_Callback(mthis) native "WebGLR enderingContext_getContextAttributes_Callback_RESOLVER_STRING_0_"; 7625 Native_WebGLRenderingContext_getContextAttributes_Callback(mthis) native "WebGLR enderingContext_getContextAttributes_Callback_RESOLVER_STRING_0_";
7626 7626
7627 Native_WebGLRenderingContext_getError_Callback(mthis) native "WebGLRenderingCont ext_getError_Callback_RESOLVER_STRING_0_"; 7627 Native_WebGLRenderingContext_getError_Callback(mthis) native "WebGLRenderingCont ext_getError_Callback_RESOLVER_STRING_0_";
7628 7628
7629 Native_WebGLRenderingContext_getExtension_Callback(mthis, name) native "WebGLRen deringContext_getExtension_Callback_RESOLVER_STRING_1_DOMString"; 7629 Native_WebGLRenderingContext_getExtension_Callback(mthis, name) native "WebGLRen deringContext_getExtension_Callback";
7630 7630
7631 Native_WebGLRenderingContext_getFramebufferAttachmentParameter_Callback(mthis, t arget, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachment Parameter_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long"; 7631 Native_WebGLRenderingContext_getFramebufferAttachmentParameter_Callback(mthis, t arget, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachment Parameter_Callback";
7632 7632
7633 Native_WebGLRenderingContext_getParameter_Callback(mthis, pname) native "WebGLRe nderingContext_getParameter_Callback_RESOLVER_STRING_1_unsigned long"; 7633 Native_WebGLRenderingContext_getParameter_Callback(mthis, pname) native "WebGLRe nderingContext_getParameter_Callback";
7634 7634
7635 Native_WebGLRenderingContext_getProgramInfoLog_Callback(mthis, program) native " WebGLRenderingContext_getProgramInfoLog_Callback_RESOLVER_STRING_1_WebGLProgram" ; 7635 Native_WebGLRenderingContext_getProgramInfoLog_Callback(mthis, program) native " WebGLRenderingContext_getProgramInfoLog_Callback_RESOLVER_STRING_1_WebGLProgram" ;
7636 7636
7637 Native_WebGLRenderingContext_getProgramParameter_Callback(mthis, program, pname) native "WebGLRenderingContext_getProgramParameter_Callback_RESOLVER_STRING_2_We bGLProgram_unsigned long"; 7637 Native_WebGLRenderingContext_getProgramParameter_Callback(mthis, program, pname) native "WebGLRenderingContext_getProgramParameter_Callback";
7638 7638
7639 Native_WebGLRenderingContext_getRenderbufferParameter_Callback(mthis, target, pn ame) native "WebGLRenderingContext_getRenderbufferParameter_Callback_RESOLVER_ST RING_2_unsigned long_unsigned long"; 7639 Native_WebGLRenderingContext_getRenderbufferParameter_Callback(mthis, target, pn ame) native "WebGLRenderingContext_getRenderbufferParameter_Callback";
7640 7640
7641 Native_WebGLRenderingContext_getShaderInfoLog_Callback(mthis, shader) native "We bGLRenderingContext_getShaderInfoLog_Callback_RESOLVER_STRING_1_WebGLShader"; 7641 Native_WebGLRenderingContext_getShaderInfoLog_Callback(mthis, shader) native "We bGLRenderingContext_getShaderInfoLog_Callback_RESOLVER_STRING_1_WebGLShader";
7642 7642
7643 Native_WebGLRenderingContext_getShaderParameter_Callback(mthis, shader, pname) n ative "WebGLRenderingContext_getShaderParameter_Callback_RESOLVER_STRING_2_WebGL Shader_unsigned long"; 7643 Native_WebGLRenderingContext_getShaderParameter_Callback(mthis, shader, pname) n ative "WebGLRenderingContext_getShaderParameter_Callback";
7644 7644
7645 Native_WebGLRenderingContext_getShaderPrecisionFormat_Callback(mthis, shadertype , precisiontype) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback _RESOLVER_STRING_2_unsigned long_unsigned long"; 7645 Native_WebGLRenderingContext_getShaderPrecisionFormat_Callback(mthis, shadertype , precisiontype) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback _RESOLVER_STRING_2_unsigned long_unsigned long";
7646 7646
7647 Native_WebGLRenderingContext_getShaderSource_Callback(mthis, shader) native "Web GLRenderingContext_getShaderSource_Callback_RESOLVER_STRING_1_WebGLShader"; 7647 Native_WebGLRenderingContext_getShaderSource_Callback(mthis, shader) native "Web GLRenderingContext_getShaderSource_Callback_RESOLVER_STRING_1_WebGLShader";
7648 7648
7649 Native_WebGLRenderingContext_getSupportedExtensions_Callback(mthis) native "WebG LRenderingContext_getSupportedExtensions_Callback_RESOLVER_STRING_0_"; 7649 Native_WebGLRenderingContext_getSupportedExtensions_Callback(mthis) native "WebG LRenderingContext_getSupportedExtensions_Callback";
7650 7650
7651 Native_WebGLRenderingContext_getTexParameter_Callback(mthis, target, pname) nati ve "WebGLRenderingContext_getTexParameter_Callback_RESOLVER_STRING_2_unsigned lo ng_unsigned long"; 7651 Native_WebGLRenderingContext_getTexParameter_Callback(mthis, target, pname) nati ve "WebGLRenderingContext_getTexParameter_Callback";
7652 7652
7653 Native_WebGLRenderingContext_getUniform_Callback(mthis, program, location) nativ e "WebGLRenderingContext_getUniform_Callback_RESOLVER_STRING_2_WebGLProgram_WebG LUniformLocation"; 7653 Native_WebGLRenderingContext_getUniform_Callback(mthis, program, location) nativ e "WebGLRenderingContext_getUniform_Callback";
7654 7654
7655 Native_WebGLRenderingContext_getUniformLocation_Callback(mthis, program, name) n ative "WebGLRenderingContext_getUniformLocation_Callback_RESOLVER_STRING_2_WebGL Program_DOMString"; 7655 Native_WebGLRenderingContext_getUniformLocation_Callback(mthis, program, name) n ative "WebGLRenderingContext_getUniformLocation_Callback_RESOLVER_STRING_2_WebGL Program_DOMString";
7656 7656
7657 Native_WebGLRenderingContext_getVertexAttrib_Callback(mthis, index, pname) nativ e "WebGLRenderingContext_getVertexAttrib_Callback_RESOLVER_STRING_2_unsigned lon g_unsigned long"; 7657 Native_WebGLRenderingContext_getVertexAttrib_Callback(mthis, index, pname) nativ e "WebGLRenderingContext_getVertexAttrib_Callback";
7658 7658
7659 Native_WebGLRenderingContext_getVertexAttribOffset_Callback(mthis, index, pname) native "WebGLRenderingContext_getVertexAttribOffset_Callback_RESOLVER_STRING_2_ unsigned long_unsigned long"; 7659 Native_WebGLRenderingContext_getVertexAttribOffset_Callback(mthis, index, pname) native "WebGLRenderingContext_getVertexAttribOffset_Callback_RESOLVER_STRING_2_ unsigned long_unsigned long";
7660 7660
7661 Native_WebGLRenderingContext_hint_Callback(mthis, target, mode) native "WebGLRen deringContext_hint_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; 7661 Native_WebGLRenderingContext_hint_Callback(mthis, target, mode) native "WebGLRen deringContext_hint_Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
7662 7662
7663 Native_WebGLRenderingContext_isBuffer_Callback(mthis, buffer) native "WebGLRende ringContext_isBuffer_Callback_RESOLVER_STRING_1_WebGLBuffer"; 7663 Native_WebGLRenderingContext_isBuffer_Callback(mthis, buffer) native "WebGLRende ringContext_isBuffer_Callback_RESOLVER_STRING_1_WebGLBuffer";
7664 7664
7665 Native_WebGLRenderingContext_isContextLost_Callback(mthis) native "WebGLRenderin gContext_isContextLost_Callback_RESOLVER_STRING_0_"; 7665 Native_WebGLRenderingContext_isContextLost_Callback(mthis) native "WebGLRenderin gContext_isContextLost_Callback_RESOLVER_STRING_0_";
7666 7666
7667 Native_WebGLRenderingContext_isEnabled_Callback(mthis, cap) native "WebGLRenderi ngContext_isEnabled_Callback_RESOLVER_STRING_1_unsigned long"; 7667 Native_WebGLRenderingContext_isEnabled_Callback(mthis, cap) native "WebGLRenderi ngContext_isEnabled_Callback_RESOLVER_STRING_1_unsigned long";
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
7791 Native_WebGLRenderingContext_texSubImage2DCanvas_Callback(mthis, target, level, xoffset, yoffset, format, type, canvas) native "WebGLRenderingContext_texSubImag e2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsign ed long_HTMLCanvasElement"; 7791 Native_WebGLRenderingContext_texSubImage2DCanvas_Callback(mthis, target, level, xoffset, yoffset, format, type, canvas) native "WebGLRenderingContext_texSubImag e2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsign ed long_HTMLCanvasElement";
7792 7792
7793 Native_WebGLRenderingContext_texSubImage2DImage_Callback(mthis, target, level, x offset, yoffset, format, type, image) native "WebGLRenderingContext_texSubImage2 D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement"; 7793 Native_WebGLRenderingContext_texSubImage2DImage_Callback(mthis, target, level, x offset, yoffset, format, type, image) native "WebGLRenderingContext_texSubImage2 D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement";
7794 7794
7795 Native_WebGLRenderingContext_texSubImage2DImageData_Callback(mthis, target, leve l, xoffset, yoffset, format, type, pixels) native "WebGLRenderingContext_texSubI mage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_uns igned long_ImageData"; 7795 Native_WebGLRenderingContext_texSubImage2DImageData_Callback(mthis, target, leve l, xoffset, yoffset, format, type, pixels) native "WebGLRenderingContext_texSubI mage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_uns igned long_ImageData";
7796 7796
7797 Native_WebGLRenderingContext_texSubImage2DVideo_Callback(mthis, target, level, x offset, yoffset, format, type, video) native "WebGLRenderingContext_texSubImage2 D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement"; 7797 Native_WebGLRenderingContext_texSubImage2DVideo_Callback(mthis, target, level, x offset, yoffset, format, type, video) native "WebGLRenderingContext_texSubImage2 D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement";
7798 7798
7799 Native_WebGLRenderingContext_uniform1f_Callback(mthis, location, x) native "WebG LRenderingContext_uniform1f_Callback_RESOLVER_STRING_2_WebGLUniformLocation_floa t"; 7799 Native_WebGLRenderingContext_uniform1f_Callback(mthis, location, x) native "WebG LRenderingContext_uniform1f_Callback_RESOLVER_STRING_2_WebGLUniformLocation_floa t";
7800 7800
7801 Native_WebGLRenderingContext_uniform1fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform1fv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_Fl oat32Array"; 7801 Native_WebGLRenderingContext_uniform1fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform1fv_Callback";
7802 7802
7803 Native_WebGLRenderingContext_uniform1i_Callback(mthis, location, x) native "WebG LRenderingContext_uniform1i_Callback_RESOLVER_STRING_2_WebGLUniformLocation_long "; 7803 Native_WebGLRenderingContext_uniform1i_Callback(mthis, location, x) native "WebG LRenderingContext_uniform1i_Callback_RESOLVER_STRING_2_WebGLUniformLocation_long ";
7804 7804
7805 Native_WebGLRenderingContext_uniform1iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform1iv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_In t32Array"; 7805 Native_WebGLRenderingContext_uniform1iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform1iv_Callback";
7806 7806
7807 Native_WebGLRenderingContext_uniform2f_Callback(mthis, location, x, y) native "W ebGLRenderingContext_uniform2f_Callback_RESOLVER_STRING_3_WebGLUniformLocation_f loat_float"; 7807 Native_WebGLRenderingContext_uniform2f_Callback(mthis, location, x, y) native "W ebGLRenderingContext_uniform2f_Callback_RESOLVER_STRING_3_WebGLUniformLocation_f loat_float";
7808 7808
7809 Native_WebGLRenderingContext_uniform2fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform2fv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_Fl oat32Array"; 7809 Native_WebGLRenderingContext_uniform2fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform2fv_Callback";
7810 7810
7811 Native_WebGLRenderingContext_uniform2i_Callback(mthis, location, x, y) native "W ebGLRenderingContext_uniform2i_Callback_RESOLVER_STRING_3_WebGLUniformLocation_l ong_long"; 7811 Native_WebGLRenderingContext_uniform2i_Callback(mthis, location, x, y) native "W ebGLRenderingContext_uniform2i_Callback_RESOLVER_STRING_3_WebGLUniformLocation_l ong_long";
7812 7812
7813 Native_WebGLRenderingContext_uniform2iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform2iv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_In t32Array"; 7813 Native_WebGLRenderingContext_uniform2iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform2iv_Callback";
7814 7814
7815 Native_WebGLRenderingContext_uniform3f_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3f_Callback_RESOLVER_STRING_4_WebGLUniformLocatio n_float_float_float"; 7815 Native_WebGLRenderingContext_uniform3f_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3f_Callback_RESOLVER_STRING_4_WebGLUniformLocatio n_float_float_float";
7816 7816
7817 Native_WebGLRenderingContext_uniform3fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform3fv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_Fl oat32Array"; 7817 Native_WebGLRenderingContext_uniform3fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform3fv_Callback";
7818 7818
7819 Native_WebGLRenderingContext_uniform3i_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3i_Callback_RESOLVER_STRING_4_WebGLUniformLocatio n_long_long_long"; 7819 Native_WebGLRenderingContext_uniform3i_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3i_Callback_RESOLVER_STRING_4_WebGLUniformLocatio n_long_long_long";
7820 7820
7821 Native_WebGLRenderingContext_uniform3iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform3iv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_In t32Array"; 7821 Native_WebGLRenderingContext_uniform3iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform3iv_Callback";
7822 7822
7823 Native_WebGLRenderingContext_uniform4f_Callback(mthis, location, x, y, z, w) nat ive "WebGLRenderingContext_uniform4f_Callback_RESOLVER_STRING_5_WebGLUniformLoca tion_float_float_float_float"; 7823 Native_WebGLRenderingContext_uniform4f_Callback(mthis, location, x, y, z, w) nat ive "WebGLRenderingContext_uniform4f_Callback_RESOLVER_STRING_5_WebGLUniformLoca tion_float_float_float_float";
7824 7824
7825 Native_WebGLRenderingContext_uniform4fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform4fv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_Fl oat32Array"; 7825 Native_WebGLRenderingContext_uniform4fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform4fv_Callback";
7826 7826
7827 Native_WebGLRenderingContext_uniform4i_Callback(mthis, location, x, y, z, w) nat ive "WebGLRenderingContext_uniform4i_Callback_RESOLVER_STRING_5_WebGLUniformLoca tion_long_long_long_long"; 7827 Native_WebGLRenderingContext_uniform4i_Callback(mthis, location, x, y, z, w) nat ive "WebGLRenderingContext_uniform4i_Callback_RESOLVER_STRING_5_WebGLUniformLoca tion_long_long_long_long";
7828 7828
7829 Native_WebGLRenderingContext_uniform4iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform4iv_Callback_RESOLVER_STRING_2_WebGLUniformLocation_In t32Array"; 7829 Native_WebGLRenderingContext_uniform4iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform4iv_Callback";
7830 7830
7831 Native_WebGLRenderingContext_uniformMatrix2fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix2fv_Callback_RESOLVER_STRIN G_3_WebGLUniformLocation_boolean_Float32Array"; 7831 Native_WebGLRenderingContext_uniformMatrix2fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix2fv_Callback";
7832 7832
7833 Native_WebGLRenderingContext_uniformMatrix3fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix3fv_Callback_RESOLVER_STRIN G_3_WebGLUniformLocation_boolean_Float32Array"; 7833 Native_WebGLRenderingContext_uniformMatrix3fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix3fv_Callback";
7834 7834
7835 Native_WebGLRenderingContext_uniformMatrix4fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix4fv_Callback_RESOLVER_STRIN G_3_WebGLUniformLocation_boolean_Float32Array"; 7835 Native_WebGLRenderingContext_uniformMatrix4fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix4fv_Callback";
7836 7836
7837 Native_WebGLRenderingContext_useProgram_Callback(mthis, program) native "WebGLRe nderingContext_useProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; 7837 Native_WebGLRenderingContext_useProgram_Callback(mthis, program) native "WebGLRe nderingContext_useProgram_Callback_RESOLVER_STRING_1_WebGLProgram";
7838 7838
7839 Native_WebGLRenderingContext_validateProgram_Callback(mthis, program) native "We bGLRenderingContext_validateProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; 7839 Native_WebGLRenderingContext_validateProgram_Callback(mthis, program) native "We bGLRenderingContext_validateProgram_Callback_RESOLVER_STRING_1_WebGLProgram";
7840 7840
7841 Native_WebGLRenderingContext_vertexAttrib1f_Callback(mthis, indx, x) native "Web GLRenderingContext_vertexAttrib1f_Callback_RESOLVER_STRING_2_unsigned long_float "; 7841 Native_WebGLRenderingContext_vertexAttrib1f_Callback(mthis, indx, x) native "Web GLRenderingContext_vertexAttrib1f_Callback_RESOLVER_STRING_2_unsigned long_float ";
7842 7842
7843 Native_WebGLRenderingContext_vertexAttrib1fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib1fv_Callback_RESOLVER_STRING_2_unsigned lon g_Float32Array"; 7843 Native_WebGLRenderingContext_vertexAttrib1fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib1fv_Callback";
7844 7844
7845 Native_WebGLRenderingContext_vertexAttrib2f_Callback(mthis, indx, x, y) native " WebGLRenderingContext_vertexAttrib2f_Callback_RESOLVER_STRING_3_unsigned long_fl oat_float"; 7845 Native_WebGLRenderingContext_vertexAttrib2f_Callback(mthis, indx, x, y) native " WebGLRenderingContext_vertexAttrib2f_Callback_RESOLVER_STRING_3_unsigned long_fl oat_float";
7846 7846
7847 Native_WebGLRenderingContext_vertexAttrib2fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib2fv_Callback_RESOLVER_STRING_2_unsigned lon g_Float32Array"; 7847 Native_WebGLRenderingContext_vertexAttrib2fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib2fv_Callback";
7848 7848
7849 Native_WebGLRenderingContext_vertexAttrib3f_Callback(mthis, indx, x, y, z) nativ e "WebGLRenderingContext_vertexAttrib3f_Callback_RESOLVER_STRING_4_unsigned long _float_float_float"; 7849 Native_WebGLRenderingContext_vertexAttrib3f_Callback(mthis, indx, x, y, z) nativ e "WebGLRenderingContext_vertexAttrib3f_Callback_RESOLVER_STRING_4_unsigned long _float_float_float";
7850 7850
7851 Native_WebGLRenderingContext_vertexAttrib3fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib3fv_Callback_RESOLVER_STRING_2_unsigned lon g_Float32Array"; 7851 Native_WebGLRenderingContext_vertexAttrib3fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib3fv_Callback";
7852 7852
7853 Native_WebGLRenderingContext_vertexAttrib4f_Callback(mthis, indx, x, y, z, w) na tive "WebGLRenderingContext_vertexAttrib4f_Callback_RESOLVER_STRING_5_unsigned l ong_float_float_float_float"; 7853 Native_WebGLRenderingContext_vertexAttrib4f_Callback(mthis, indx, x, y, z, w) na tive "WebGLRenderingContext_vertexAttrib4f_Callback_RESOLVER_STRING_5_unsigned l ong_float_float_float_float";
7854 7854
7855 Native_WebGLRenderingContext_vertexAttrib4fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib4fv_Callback_RESOLVER_STRING_2_unsigned lon g_Float32Array"; 7855 Native_WebGLRenderingContext_vertexAttrib4fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib4fv_Callback";
7856 7856
7857 Native_WebGLRenderingContext_vertexAttribPointer_Callback(mthis, indx, size, typ e, normalized, stride, offset) native "WebGLRenderingContext_vertexAttribPointer _Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_boolean_long_long l ong"; 7857 Native_WebGLRenderingContext_vertexAttribPointer_Callback(mthis, indx, size, typ e, normalized, stride, offset) native "WebGLRenderingContext_vertexAttribPointer _Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_boolean_long_long l ong";
7858 7858
7859 Native_WebGLRenderingContext_viewport_Callback(mthis, x, y, width, height) nativ e "WebGLRenderingContext_viewport_Callback_RESOLVER_STRING_4_long_long_long_long "; 7859 Native_WebGLRenderingContext_viewport_Callback(mthis, x, y, width, height) nativ e "WebGLRenderingContext_viewport_Callback_RESOLVER_STRING_4_long_long_long_long ";
7860 7860
7861 Native_WebGLShaderPrecisionFormat_precision_Getter(mthis) native "WebGLShaderPre cisionFormat_precision_Getter"; 7861 Native_WebGLShaderPrecisionFormat_precision_Getter(mthis) native "WebGLShaderPre cisionFormat_precision_Getter";
7862 7862
7863 Native_WebGLShaderPrecisionFormat_rangeMax_Getter(mthis) native "WebGLShaderPrec isionFormat_rangeMax_Getter"; 7863 Native_WebGLShaderPrecisionFormat_rangeMax_Getter(mthis) native "WebGLShaderPrec isionFormat_rangeMax_Getter";
7864 7864
7865 Native_WebGLShaderPrecisionFormat_rangeMin_Getter(mthis) native "WebGLShaderPrec isionFormat_rangeMin_Getter"; 7865 Native_WebGLShaderPrecisionFormat_rangeMin_Getter(mthis) native "WebGLShaderPrec isionFormat_rangeMin_Getter";
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
7943 Native_WebSocket__close_3_Callback(mthis); 7943 Native_WebSocket__close_3_Callback(mthis);
7944 return; 7944 return;
7945 } 7945 }
7946 7946
7947 Native_WebSocket__close_1_Callback(mthis, code, reason) native "WebSocket_close_ Callback_RESOLVER_STRING_2_unsigned short_DOMString"; 7947 Native_WebSocket__close_1_Callback(mthis, code, reason) native "WebSocket_close_ Callback_RESOLVER_STRING_2_unsigned short_DOMString";
7948 7948
7949 Native_WebSocket__close_2_Callback(mthis, code) native "WebSocket_close_Callback _RESOLVER_STRING_1_unsigned short"; 7949 Native_WebSocket__close_2_Callback(mthis, code) native "WebSocket_close_Callback _RESOLVER_STRING_1_unsigned short";
7950 7950
7951 Native_WebSocket__close_3_Callback(mthis) native "WebSocket_close_Callback_RESOL VER_STRING_0_"; 7951 Native_WebSocket__close_3_Callback(mthis) native "WebSocket_close_Callback_RESOL VER_STRING_0_";
7952 7952
7953 Native_WebSocket_send_Callback(mthis, data) native "WebSocket_send_Callback_RESO LVER_STRING_1_ArrayBuffer"; 7953 Native_WebSocket_send_Callback(mthis, data) native "WebSocket_send_Callback";
7954 7954
7955 Native_WebSocket_sendBlob_Callback(mthis, data) native "WebSocket_send_Callback_ RESOLVER_STRING_1_Blob"; 7955 Native_WebSocket_sendBlob_Callback(mthis, data) native "WebSocket_send_Callback" ;
7956 7956
7957 Native_WebSocket_sendByteBuffer_Callback(mthis, data) native "WebSocket_send_Cal lback_RESOLVER_STRING_1_ArrayBuffer"; 7957 Native_WebSocket_sendByteBuffer_Callback(mthis, data) native "WebSocket_send_Cal lback";
7958 7958
7959 Native_WebSocket_sendString_Callback(mthis, data) native "WebSocket_send_Callbac k_RESOLVER_STRING_1_DOMString"; 7959 Native_WebSocket_sendString_Callback(mthis, data) native "WebSocket_send_Callbac k";
7960 7960
7961 Native_WebSocket_sendTypedData_Callback(mthis, data) native "WebSocket_send_Call back_RESOLVER_STRING_1_ArrayBufferView"; 7961 Native_WebSocket_sendTypedData_Callback(mthis, data) native "WebSocket_send_Call back";
7962 7962
7963 Native_WheelEvent_deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; 7963 Native_WheelEvent_deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter";
7964 7964
7965 Native_WheelEvent_deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; 7965 Native_WheelEvent_deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter";
7966 7966
7967 Native_WheelEvent_deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; 7967 Native_WheelEvent_deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter";
7968 7968
7969 Native_WheelEvent_deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; 7969 Native_WheelEvent_deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter";
7970 7970
7971 Native_WheelEvent_webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelE vent_webkitDirectionInvertedFromDevice_Getter"; 7971 Native_WheelEvent_webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelE vent_webkitDirectionInvertedFromDevice_Getter";
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
8106 Native_Window_getMatchedCSSRules_Callback(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback_RESOLVER_STRING_2_Element_DOMString"; 8106 Native_Window_getMatchedCSSRules_Callback(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback_RESOLVER_STRING_2_Element_DOMString";
8107 8107
8108 Native_Window_getSelection_Callback(mthis) native "Window_getSelection_Callback_ RESOLVER_STRING_0_"; 8108 Native_Window_getSelection_Callback(mthis) native "Window_getSelection_Callback_ RESOLVER_STRING_0_";
8109 8109
8110 Native_Window_matchMedia_Callback(mthis, query) native "Window_matchMedia_Callba ck_RESOLVER_STRING_1_DOMString"; 8110 Native_Window_matchMedia_Callback(mthis, query) native "Window_matchMedia_Callba ck_RESOLVER_STRING_1_DOMString";
8111 8111
8112 Native_Window_moveBy_Callback(mthis, x, y) native "Window_moveBy_Callback_RESOLV ER_STRING_2_float_float"; 8112 Native_Window_moveBy_Callback(mthis, x, y) native "Window_moveBy_Callback_RESOLV ER_STRING_2_float_float";
8113 8113
8114 Native_Window_moveTo_Callback(mthis, x, y) native "Window_moveTo_Callback_RESOLV ER_STRING_2_float_float"; 8114 Native_Window_moveTo_Callback(mthis, x, y) native "Window_moveTo_Callback_RESOLV ER_STRING_2_float_float";
8115 8115
8116 Native_Window_open_Callback(mthis, url, name, options) native "Window_open_Callb ack_RESOLVER_STRING_3_DOMString_DOMString_DOMString"; 8116 Native_Window_open_Callback(mthis, url, name, options) native "Window_open_Callb ack";
8117 8117
8118 Native_Window_openDatabase_Callback(mthis, name, version, displayName, estimated Size, creationCallback) native "Window_openDatabase_Callback_RESOLVER_STRING_5_D OMString_DOMString_DOMString_unsigned long_DatabaseCallback"; 8118 Native_Window_openDatabase_Callback(mthis, name, version, displayName, estimated Size, creationCallback) native "Window_openDatabase_Callback_RESOLVER_STRING_5_D OMString_DOMString_DOMString_unsigned long_DatabaseCallback";
8119 8119
8120 Native_Window_postMessage_Callback(mthis, message, targetOrigin, messagePorts) n ative "Window_postMessage_Callback_RESOLVER_STRING_3_SerializedScriptValue_DOMSt ring_MessagePort[]"; 8120 Native_Window_postMessage_Callback(mthis, message, targetOrigin, messagePorts) n ative "Window_postMessage_Callback";
8121 8121
8122 Native_Window_print_Callback(mthis) native "Window_print_Callback_RESOLVER_STRIN G_0_"; 8122 Native_Window_print_Callback(mthis) native "Window_print_Callback_RESOLVER_STRIN G_0_";
8123 8123
8124 Native_Window_requestAnimationFrame_Callback(mthis, callback) native "Window_req uestAnimationFrame_Callback_RESOLVER_STRING_1_RequestAnimationFrameCallback"; 8124 Native_Window_requestAnimationFrame_Callback(mthis, callback) native "Window_req uestAnimationFrame_Callback_RESOLVER_STRING_1_RequestAnimationFrameCallback";
8125 8125
8126 Native_Window_resizeBy_Callback(mthis, x, y) native "Window_resizeBy_Callback_RE SOLVER_STRING_2_float_float"; 8126 Native_Window_resizeBy_Callback(mthis, x, y) native "Window_resizeBy_Callback_RE SOLVER_STRING_2_float_float";
8127 8127
8128 Native_Window_resizeTo_Callback(mthis, width, height) native "Window_resizeTo_Ca llback_RESOLVER_STRING_2_float_float"; 8128 Native_Window_resizeTo_Callback(mthis, width, height) native "Window_resizeTo_Ca llback_RESOLVER_STRING_2_float_float";
8129 8129
8130 Native_Window_scroll_Callback(mthis, x, y, scrollOptions) native "Window_scroll_ Callback_RESOLVER_STRING_3_long_long_Dictionary"; 8130 Native_Window_scroll_Callback(mthis, x, y, scrollOptions) native "Window_scroll_ Callback_RESOLVER_STRING_3_long_long_Dictionary";
8131 8131
8132 Native_Window_scrollBy_Callback(mthis, x, y, scrollOptions) native "Window_scrol lBy_Callback_RESOLVER_STRING_3_long_long_Dictionary"; 8132 Native_Window_scrollBy_Callback(mthis, x, y, scrollOptions) native "Window_scrol lBy_Callback_RESOLVER_STRING_3_long_long_Dictionary";
8133 8133
8134 Native_Window_scrollTo_Callback(mthis, x, y, scrollOptions) native "Window_scrol lTo_Callback_RESOLVER_STRING_3_long_long_Dictionary"; 8134 Native_Window_scrollTo_Callback(mthis, x, y, scrollOptions) native "Window_scrol lTo_Callback_RESOLVER_STRING_3_long_long_Dictionary";
8135 8135
8136 Native_Window_showModalDialog_Callback(mthis, url, dialogArgs, featureArgs) nati ve "Window_showModalDialog_Callback_RESOLVER_STRING_3_DOMString_any_DOMString"; 8136 Native_Window_showModalDialog_Callback(mthis, url, dialogArgs, featureArgs) nati ve "Window_showModalDialog_Callback";
8137 8137
8138 Native_Window_stop_Callback(mthis) native "Window_stop_Callback_RESOLVER_STRING_ 0_"; 8138 Native_Window_stop_Callback(mthis) native "Window_stop_Callback_RESOLVER_STRING_ 0_";
8139 8139
8140 Native_Window_toString_Callback(mthis) native "Window_toString_Callback_RESOLVER _STRING_0_"; 8140 Native_Window_toString_Callback(mthis) native "Window_toString_Callback";
8141 8141
8142 Native_Window_webkitConvertPointFromNodeToPage_Callback(mthis, node, p) native " Window_webkitConvertPointFromNodeToPage_Callback_RESOLVER_STRING_2_Node_WebKitPo int"; 8142 Native_Window_webkitConvertPointFromNodeToPage_Callback(mthis, node, p) native " Window_webkitConvertPointFromNodeToPage_Callback_RESOLVER_STRING_2_Node_WebKitPo int";
8143 8143
8144 Native_Window_webkitConvertPointFromPageToNode_Callback(mthis, node, p) native " Window_webkitConvertPointFromPageToNode_Callback_RESOLVER_STRING_2_Node_WebKitPo int"; 8144 Native_Window_webkitConvertPointFromPageToNode_Callback(mthis, node, p) native " Window_webkitConvertPointFromPageToNode_Callback_RESOLVER_STRING_2_Node_WebKitPo int";
8145 8145
8146 Native_Window_webkitRequestFileSystem_Callback(mthis, type, size, successCallbac k, errorCallback) native "Window_webkitRequestFileSystem_Callback_RESOLVER_STRIN G_4_unsigned short_long long_FileSystemCallback_ErrorCallback"; 8146 Native_Window_webkitRequestFileSystem_Callback(mthis, type, size, successCallbac k, errorCallback) native "Window_webkitRequestFileSystem_Callback_RESOLVER_STRIN G_4_unsigned short_long long_FileSystemCallback_ErrorCallback";
8147 8147
8148 Native_Window_webkitResolveLocalFileSystemURL_Callback(mthis, url, successCallba ck, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback_RESOL VER_STRING_3_DOMString_EntryCallback_ErrorCallback"; 8148 Native_Window_webkitResolveLocalFileSystemURL_Callback(mthis, url, successCallba ck, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback_RESOL VER_STRING_3_DOMString_EntryCallback_ErrorCallback";
8149 8149
8150 Native_Window_atob_Callback(mthis, string) native "Window_atob_Callback_RESOLVER _STRING_1_DOMString"; 8150 Native_Window_atob_Callback(mthis, string) native "Window_atob_Callback_RESOLVER _STRING_1_DOMString";
8151 8151
8152 Native_Window_btoa_Callback(mthis, string) native "Window_btoa_Callback_RESOLVER _STRING_1_DOMString"; 8152 Native_Window_btoa_Callback(mthis, string) native "Window_btoa_Callback_RESOLVER _STRING_1_DOMString";
8153 8153
8154 Native_Window_clearInterval_Callback(mthis, handle) native "Window_clearInterval _Callback_RESOLVER_STRING_1_long"; 8154 Native_Window_clearInterval_Callback(mthis, handle) native "Window_clearInterval _Callback_RESOLVER_STRING_1_long";
8155 8155
8156 Native_Window_clearTimeout_Callback(mthis, handle) native "Window_clearTimeout_C allback_RESOLVER_STRING_1_long"; 8156 Native_Window_clearTimeout_Callback(mthis, handle) native "Window_clearTimeout_C allback_RESOLVER_STRING_1_long";
8157 8157
8158 Native_Window_setInterval_Callback(mthis, handler, timeout) native "Window_setIn terval_Callback_RESOLVER_STRING_2_any_long"; 8158 Native_Window_setInterval_Callback(mthis, handler, timeout) native "Window_setIn terval_Callback";
8159 8159
8160 Native_Window_setTimeout_Callback(mthis, handler, timeout) native "Window_setTim eout_Callback_RESOLVER_STRING_2_any_long"; 8160 Native_Window_setTimeout_Callback(mthis, handler, timeout) native "Window_setTim eout_Callback";
8161 8161
8162 // Generated overload resolver 8162 // Generated overload resolver
8163 Native_Worker_Worker(scriptUrl) { 8163 Native_Worker_Worker(scriptUrl) {
8164 return Native_Worker__create_1constructorCallback(scriptUrl); 8164 return Native_Worker__create_1constructorCallback(scriptUrl);
8165 } 8165 }
8166 8166
8167 Native_Worker__create_1constructorCallback(scriptUrl) native "Worker_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";
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";
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_RESOLVER_STRING_1_XMLHttpRequestOptions"; 8177 Native_XMLHttpRequest_constructorCallback() native "XMLHttpRequest_constructorCa llback_RESOLVER_STRING_1_XMLHttpRequestOptions";
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";
(...skipping 17 matching lines...) Expand all
8201 Native_XMLHttpRequest_withCredentials_Getter(mthis) native "XMLHttpRequest_withC redentials_Getter"; 8201 Native_XMLHttpRequest_withCredentials_Getter(mthis) native "XMLHttpRequest_withC redentials_Getter";
8202 8202
8203 Native_XMLHttpRequest_withCredentials_Setter(mthis, value) native "XMLHttpReques t_withCredentials_Setter"; 8203 Native_XMLHttpRequest_withCredentials_Setter(mthis, value) native "XMLHttpReques t_withCredentials_Setter";
8204 8204
8205 Native_XMLHttpRequest_abort_Callback(mthis) native "XMLHttpRequest_abort_Callbac k_RESOLVER_STRING_0_"; 8205 Native_XMLHttpRequest_abort_Callback(mthis) native "XMLHttpRequest_abort_Callbac k_RESOLVER_STRING_0_";
8206 8206
8207 Native_XMLHttpRequest_getAllResponseHeaders_Callback(mthis) native "XMLHttpReque st_getAllResponseHeaders_Callback_RESOLVER_STRING_0_"; 8207 Native_XMLHttpRequest_getAllResponseHeaders_Callback(mthis) native "XMLHttpReque st_getAllResponseHeaders_Callback_RESOLVER_STRING_0_";
8208 8208
8209 Native_XMLHttpRequest_getResponseHeader_Callback(mthis, header) native "XMLHttpR equest_getResponseHeader_Callback_RESOLVER_STRING_1_DOMString"; 8209 Native_XMLHttpRequest_getResponseHeader_Callback(mthis, header) native "XMLHttpR equest_getResponseHeader_Callback_RESOLVER_STRING_1_DOMString";
8210 8210
8211 Native_XMLHttpRequest_open_Callback(mthis, method, url, async, user, password) n ative "XMLHttpRequest_open_Callback_RESOLVER_STRING_5_DOMString_DOMString_boolea n_DOMString_DOMString"; 8211 Native_XMLHttpRequest_open_Callback(mthis, method, url, async, user, password) n ative "XMLHttpRequest_open_Callback";
8212 8212
8213 Native_XMLHttpRequest_overrideMimeType_Callback(mthis, override) native "XMLHttp Request_overrideMimeType_Callback_RESOLVER_STRING_1_DOMString"; 8213 Native_XMLHttpRequest_overrideMimeType_Callback(mthis, override) native "XMLHttp Request_overrideMimeType_Callback_RESOLVER_STRING_1_DOMString";
8214 8214
8215 Native_XMLHttpRequest_send_Callback(mthis, data) native "XMLHttpRequest_send_Cal lback_RESOLVER_STRING_0_"; 8215 Native_XMLHttpRequest_send_Callback(mthis, data) native "XMLHttpRequest_send_Cal lback";
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_constr uctorCallback_RESOLVER_STRING_0_"; 8224 Native_XMLSerializer__create_1constructorCallback() native "XMLSerializer_constr uctorCallback_RESOLVER_STRING_0_";
8225 8225
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_constr uctorCallback_RESOLVER_STRING_0_"; 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";
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";
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_";
8279 8279
8280 Native_XSLTProcessor_setParameter_Callback(mthis, namespaceURI, localName, value ) native "XSLTProcessor_setParameter_Callback_RESOLVER_STRING_3_DOMString_DOMStr ing_DOMString"; 8280 Native_XSLTProcessor_setParameter_Callback(mthis, namespaceURI, localName, value ) native "XSLTProcessor_setParameter_Callback";
8281 8281
8282 Native_XSLTProcessor_transformToDocument_Callback(mthis, source) native "XSLTPro cessor_transformToDocument_Callback_RESOLVER_STRING_1_Node"; 8282 Native_XSLTProcessor_transformToDocument_Callback(mthis, source) native "XSLTPro cessor_transformToDocument_Callback_RESOLVER_STRING_1_Node";
8283 8283
8284 Native_XSLTProcessor_transformToFragment_Callback(mthis, source, docVal) native "XSLTProcessor_transformToFragment_Callback_RESOLVER_STRING_2_Node_Document"; 8284 Native_XSLTProcessor_transformToFragment_Callback(mthis, source, docVal) native "XSLTProcessor_transformToFragment_Callback_RESOLVER_STRING_2_Node_Document";
8285 8285
8286 8286
8287 // TODO(vsm): This should be moved out of this library. Into dart:html? 8287 // TODO(vsm): This should be moved out of this library. Into dart:html?
8288 Type _getType(String key) { 8288 Type _getType(String key) {
8289 // TODO(vsm): Add Cross Frame and JS types here as well. 8289 // TODO(vsm): Add Cross Frame and JS types here as well.
8290 if (htmlBlinkMap.containsKey(key)) 8290 if (htmlBlinkMap.containsKey(key))
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
8328 Native_DOMWindowCrossFrame_get_closed(_DOMWindowCrossFrame) native "Window_close d_Getter"; 8328 Native_DOMWindowCrossFrame_get_closed(_DOMWindowCrossFrame) native "Window_close d_Getter";
8329 8329
8330 Native_DOMWindowCrossFrame_get_opener(_DOMWindowCrossFrame) native "Window_opene r_Getter"; 8330 Native_DOMWindowCrossFrame_get_opener(_DOMWindowCrossFrame) native "Window_opene r_Getter";
8331 8331
8332 Native_DOMWindowCrossFrame_get_parent(_DOMWindowCrossFrame) native "Window_paren t_Getter"; 8332 Native_DOMWindowCrossFrame_get_parent(_DOMWindowCrossFrame) native "Window_paren t_Getter";
8333 8333
8334 Native_DOMWindowCrossFrame_get_top(_DOMWindowCrossFrame) native "Window_top_Gett er"; 8334 Native_DOMWindowCrossFrame_get_top(_DOMWindowCrossFrame) native "Window_top_Gett er";
8335 8335
8336 Native_DOMWindowCrossFrame_close(_DOMWindowCrossFrame) native "Window_close_Call back_RESOLVER_STRING_0_"; 8336 Native_DOMWindowCrossFrame_close(_DOMWindowCrossFrame) native "Window_close_Call back_RESOLVER_STRING_0_";
8337 8337
8338 Native_DOMWindowCrossFrame_postMessage(_DOMWindowCrossFrame, message, targetOrig in, [messagePorts]) native "Window_postMessage_Callback_RESOLVER_STRING_3_Serial izedScriptValue_DOMString_MessagePort[]"; 8338 Native_DOMWindowCrossFrame_postMessage(_DOMWindowCrossFrame, message, targetOrig in, [messagePorts]) native "Window_postMessage_Callback";
8339 8339
8340 // _HistoryCrossFrame native entry points 8340 // _HistoryCrossFrame native entry points
8341 Native_HistoryCrossFrame_back(_HistoryCrossFrame) native "History_back_Callback_ RESOLVER_STRING_0_"; 8341 Native_HistoryCrossFrame_back(_HistoryCrossFrame) native "History_back_Callback_ RESOLVER_STRING_0_";
8342 8342
8343 Native_HistoryCrossFrame_forward(_HistoryCrossFrame) native "History_forward_Cal lback_RESOLVER_STRING_0_"; 8343 Native_HistoryCrossFrame_forward(_HistoryCrossFrame) native "History_forward_Cal lback_RESOLVER_STRING_0_";
8344 8344
8345 Native_HistoryCrossFrame_go(_HistoryCrossFrame, distance) native "History_go_Cal lback_RESOLVER_STRING_1_long"; 8345 Native_HistoryCrossFrame_go(_HistoryCrossFrame, distance) native "History_go_Cal lback_RESOLVER_STRING_1_long";
8346 8346
8347 // _LocationCrossFrame native entry points 8347 // _LocationCrossFrame native entry points
8348 Native_LocationCrossFrame_set_href(_LocationCrossFrame, h) native "Location_href _Setter"; 8348 Native_LocationCrossFrame_set_href(_LocationCrossFrame, h) native "Location_href _Setter";
8349 8349
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