| OLD | NEW |
| 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 28 matching lines...) Expand all Loading... |
| 39 // Not actually used, but imported since dart:html can generate these objects. | 39 // Not actually used, but imported since dart:html can generate these objects. |
| 40 | 40 |
| 41 | 41 |
| 42 | 42 |
| 43 Native_ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback(mthis, mode, first
, count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callba
ck_RESOLVER_STRING_4_unsigned long_long_long_long"; | 43 Native_ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback(mthis, mode, first
, count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callba
ck_RESOLVER_STRING_4_unsigned long_long_long_long"; |
| 44 | 44 |
| 45 Native_ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback(mthis, mode, cou
nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA
NGLE_Callback_RESOLVER_STRING_5_unsigned long_long_unsigned long_long long_long"
; | 45 Native_ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback(mthis, mode, cou
nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA
NGLE_Callback_RESOLVER_STRING_5_unsigned long_long_unsigned long_long long_long"
; |
| 46 | 46 |
| 47 Native_ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback(mthis, index, divi
sor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_RESOLVER_STR
ING_2_unsigned long_long"; | 47 Native_ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback(mthis, index, divi
sor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_RESOLVER_STR
ING_2_unsigned long_long"; |
| 48 | 48 |
| 49 Native_Algorithm_name_Getter(mthis) native "KeyAlgorithm_name_Getter"; | 49 Native_Algorithm_name_Getter(mthis) native "Algorithm_name_Getter"; |
| 50 | 50 |
| 51 Native_EventTarget_addEventListener_Callback(mthis, type, listener, useCapture)
native "EventTarget_addEventListener_Callback_RESOLVER_STRING_3_DOMString_EventL
istener_boolean"; | 51 Native_EventTarget_addEventListener_Callback(mthis, type, listener, useCapture)
native "EventTarget_addEventListener_Callback_RESOLVER_STRING_3_DOMString_EventL
istener_boolean"; |
| 52 | 52 |
| 53 Native_EventTarget_dispatchEvent_Callback(mthis, event) native "EventTarget_disp
atchEvent_Callback_RESOLVER_STRING_1_Event"; | 53 Native_EventTarget_dispatchEvent_Callback(mthis, event) native "EventTarget_disp
atchEvent_Callback_RESOLVER_STRING_1_Event"; |
| 54 | 54 |
| 55 Native_EventTarget_removeEventListener_Callback(mthis, type, listener, useCaptur
e) native "EventTarget_removeEventListener_Callback_RESOLVER_STRING_3_DOMString_
EventListener_boolean"; | 55 Native_EventTarget_removeEventListener_Callback(mthis, type, listener, useCaptur
e) native "EventTarget_removeEventListener_Callback_RESOLVER_STRING_3_DOMString_
EventListener_boolean"; |
| 56 | 56 |
| 57 Native_AudioNode_channelCount_Getter(mthis) native "AudioNode_channelCount_Gette
r"; | 57 Native_AudioNode_channelCount_Getter(mthis) native "AudioNode_channelCount_Gette
r"; |
| 58 | 58 |
| 59 Native_AudioNode_channelCount_Setter(mthis, value) native "AudioNode_channelCoun
t_Setter"; | 59 Native_AudioNode_channelCount_Setter(mthis, value) native "AudioNode_channelCoun
t_Setter"; |
| (...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 // Generated overload resolver | 856 // Generated overload resolver |
| 857 Native_CanvasRenderingContext2D_clip(mthis, winding) { | 857 Native_CanvasRenderingContext2D_clip(mthis, winding) { |
| 858 if (winding != null) { | 858 if (winding != null) { |
| 859 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding); | 859 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding); |
| 860 return; | 860 return; |
| 861 } | 861 } |
| 862 Native_CanvasRenderingContext2D__clip_2_Callback(mthis); | 862 Native_CanvasRenderingContext2D__clip_2_Callback(mthis); |
| 863 return; | 863 return; |
| 864 } | 864 } |
| 865 | 865 |
| 866 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding) native "CanvasR
enderingContext2D_clip_Callback_RESOLVER_STRING_1_DOMString"; | 866 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding) native "CanvasR
enderingContext2D_clip_Callback_RESOLVER_STRING_1_CanvasWindingRule"; |
| 867 | 867 |
| 868 Native_CanvasRenderingContext2D__clip_2_Callback(mthis) native "CanvasRenderingC
ontext2D_clip_Callback_RESOLVER_STRING_0_"; | 868 Native_CanvasRenderingContext2D__clip_2_Callback(mthis) native "CanvasRenderingC
ontext2D_clip_Callback_RESOLVER_STRING_0_"; |
| 869 | 869 |
| 870 Native_CanvasRenderingContext2D_closePath_Callback(mthis) native "CanvasRenderin
gContext2D_closePath_Callback_RESOLVER_STRING_0_"; | 870 Native_CanvasRenderingContext2D_closePath_Callback(mthis) native "CanvasRenderin
gContext2D_closePath_Callback_RESOLVER_STRING_0_"; |
| 871 | 871 |
| 872 Native_CanvasRenderingContext2D_createImageData_Callback(mthis, sw, sh) native "
CanvasRenderingContext2D_createImageData_Callback_RESOLVER_STRING_2_float_float"
; | 872 Native_CanvasRenderingContext2D_createImageData_Callback(mthis, sw, sh) native "
CanvasRenderingContext2D_createImageData_Callback_RESOLVER_STRING_2_float_float"
; |
| 873 | 873 |
| 874 Native_CanvasRenderingContext2D_createImageDataFromImageData_Callback(mthis, ima
gedata) native "CanvasRenderingContext2D_createImageData_Callback_RESOLVER_STRIN
G_1_ImageData"; | 874 Native_CanvasRenderingContext2D_createImageDataFromImageData_Callback(mthis, ima
gedata) native "CanvasRenderingContext2D_createImageData_Callback_RESOLVER_STRIN
G_1_ImageData"; |
| 875 | 875 |
| 876 Native_CanvasRenderingContext2D_createLinearGradient_Callback(mthis, x0, y0, x1,
y1) native "CanvasRenderingContext2D_createLinearGradient_Callback_RESOLVER_STR
ING_4_float_float_float_float"; | 876 Native_CanvasRenderingContext2D_createLinearGradient_Callback(mthis, x0, y0, x1,
y1) native "CanvasRenderingContext2D_createLinearGradient_Callback_RESOLVER_STR
ING_4_float_float_float_float"; |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 953 Native_CanvasRenderingContext2D__drawImage_8_Callback(mthis, canvas_OR_image_OR_
imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva
sRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLVideoElement_float_
float_float_float"; | 953 Native_CanvasRenderingContext2D__drawImage_8_Callback(mthis, canvas_OR_image_OR_
imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva
sRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLVideoElement_float_
float_float_float"; |
| 954 | 954 |
| 955 Native_CanvasRenderingContext2D__drawImage_9_Callback(mthis, canvas_OR_image_OR_
imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, d
h) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLVid
eoElement_float_float_float_float_float_float_float_float"; | 955 Native_CanvasRenderingContext2D__drawImage_9_Callback(mthis, canvas_OR_image_OR_
imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, d
h) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLVid
eoElement_float_float_float_float_float_float_float_float"; |
| 956 | 956 |
| 957 Native_CanvasRenderingContext2D__drawImage_10_Callback(mthis, canvas_OR_image_OR
_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIm
age_Callback_RESOLVER_STRING_3_ImageBitmap_float_float"; | 957 Native_CanvasRenderingContext2D__drawImage_10_Callback(mthis, canvas_OR_image_OR
_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIm
age_Callback_RESOLVER_STRING_3_ImageBitmap_float_float"; |
| 958 | 958 |
| 959 Native_CanvasRenderingContext2D__drawImage_11_Callback(mthis, canvas_OR_image_OR
_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canv
asRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_ImageBitmap_float_floa
t_float_float"; | 959 Native_CanvasRenderingContext2D__drawImage_11_Callback(mthis, canvas_OR_image_OR
_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canv
asRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_ImageBitmap_float_floa
t_float_float"; |
| 960 | 960 |
| 961 Native_CanvasRenderingContext2D__drawImage_12_Callback(mthis, canvas_OR_image_OR
_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw,
dh) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_ImageB
itmap_float_float_float_float_float_float_float_float"; | 961 Native_CanvasRenderingContext2D__drawImage_12_Callback(mthis, canvas_OR_image_OR
_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw,
dh) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_ImageB
itmap_float_float_float_float_float_float_float_float"; |
| 962 | 962 |
| 963 Native_CanvasRenderingContext2D_drawSystemFocusRing_Callback(mthis, element) nat
ive "CanvasRenderingContext2D_drawSystemFocusRing_Callback_RESOLVER_STRING_1_Ele
ment"; |
| 964 |
| 963 Native_CanvasRenderingContext2D_ellipse_Callback(mthis, x, y, radiusX, radiusY,
rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_
ellipse_Callback_RESOLVER_STRING_8_float_float_float_float_float_float_float_boo
lean"; | 965 Native_CanvasRenderingContext2D_ellipse_Callback(mthis, x, y, radiusX, radiusY,
rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_
ellipse_Callback_RESOLVER_STRING_8_float_float_float_float_float_float_float_boo
lean"; |
| 964 | 966 |
| 965 // Generated overload resolver | 967 // Generated overload resolver |
| 966 Native_CanvasRenderingContext2D_fill(mthis, winding) { | 968 Native_CanvasRenderingContext2D_fill(mthis, winding) { |
| 967 if (winding != null) { | 969 if (winding != null) { |
| 968 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding); | 970 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding); |
| 969 return; | 971 return; |
| 970 } | 972 } |
| 971 Native_CanvasRenderingContext2D__fill_2_Callback(mthis); | 973 Native_CanvasRenderingContext2D__fill_2_Callback(mthis); |
| 972 return; | 974 return; |
| 973 } | 975 } |
| 974 | 976 |
| 975 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding) native "CanvasR
enderingContext2D_fill_Callback_RESOLVER_STRING_1_DOMString"; | 977 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding) native "CanvasR
enderingContext2D_fill_Callback_RESOLVER_STRING_1_CanvasWindingRule"; |
| 976 | 978 |
| 977 Native_CanvasRenderingContext2D__fill_2_Callback(mthis) native "CanvasRenderingC
ontext2D_fill_Callback_RESOLVER_STRING_0_"; | 979 Native_CanvasRenderingContext2D__fill_2_Callback(mthis) native "CanvasRenderingC
ontext2D_fill_Callback_RESOLVER_STRING_0_"; |
| 978 | 980 |
| 979 Native_CanvasRenderingContext2D_fillRect_Callback(mthis, x, y, width, height) na
tive "CanvasRenderingContext2D_fillRect_Callback_RESOLVER_STRING_4_float_float_f
loat_float"; | 981 Native_CanvasRenderingContext2D_fillRect_Callback(mthis, x, y, width, height) na
tive "CanvasRenderingContext2D_fillRect_Callback_RESOLVER_STRING_4_float_float_f
loat_float"; |
| 980 | 982 |
| 981 // Generated overload resolver | 983 // Generated overload resolver |
| 982 Native_CanvasRenderingContext2D_fillText(mthis, text, x, y, maxWidth) { | 984 Native_CanvasRenderingContext2D_fillText(mthis, text, x, y, maxWidth) { |
| 983 if (maxWidth != null) { | 985 if (maxWidth != null) { |
| 984 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, ma
xWidth); | 986 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, ma
xWidth); |
| 985 return; | 987 return; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 999 Native_CanvasRenderingContext2D_getLineDash_Callback(mthis) native "CanvasRender
ingContext2D_getLineDash_Callback_RESOLVER_STRING_0_"; | 1001 Native_CanvasRenderingContext2D_getLineDash_Callback(mthis) native "CanvasRender
ingContext2D_getLineDash_Callback_RESOLVER_STRING_0_"; |
| 1000 | 1002 |
| 1001 // Generated overload resolver | 1003 // Generated overload resolver |
| 1002 Native_CanvasRenderingContext2D_isPointInPath(mthis, x, y, winding) { | 1004 Native_CanvasRenderingContext2D_isPointInPath(mthis, x, y, winding) { |
| 1003 if (winding != null) { | 1005 if (winding != null) { |
| 1004 return Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x,
y, winding); | 1006 return Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x,
y, winding); |
| 1005 } | 1007 } |
| 1006 return Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y
); | 1008 return Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y
); |
| 1007 } | 1009 } |
| 1008 | 1010 |
| 1009 Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding)
native "CanvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_3_float_
float_DOMString"; | 1011 Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding)
native "CanvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_3_float_
float_CanvasWindingRule"; |
| 1010 | 1012 |
| 1011 Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y) native "C
anvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_2_float_float"; | 1013 Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y) native "C
anvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_2_float_float"; |
| 1012 | 1014 |
| 1013 Native_CanvasRenderingContext2D_isPointInStroke_Callback(mthis, x, y) native "Ca
nvasRenderingContext2D_isPointInStroke_Callback_RESOLVER_STRING_2_float_float"; | 1015 Native_CanvasRenderingContext2D_isPointInStroke_Callback(mthis, x, y) native "Ca
nvasRenderingContext2D_isPointInStroke_Callback_RESOLVER_STRING_2_float_float"; |
| 1014 | 1016 |
| 1015 Native_CanvasRenderingContext2D_lineTo_Callback(mthis, x, y) native "CanvasRende
ringContext2D_lineTo_Callback_RESOLVER_STRING_2_float_float"; | 1017 Native_CanvasRenderingContext2D_lineTo_Callback(mthis, x, y) native "CanvasRende
ringContext2D_lineTo_Callback_RESOLVER_STRING_2_float_float"; |
| 1016 | 1018 |
| 1017 Native_CanvasRenderingContext2D_measureText_Callback(mthis, text) native "Canvas
RenderingContext2D_measureText_Callback_RESOLVER_STRING_1_DOMString"; | 1019 Native_CanvasRenderingContext2D_measureText_Callback(mthis, text) native "Canvas
RenderingContext2D_measureText_Callback_RESOLVER_STRING_1_DOMString"; |
| 1018 | 1020 |
| 1019 Native_CanvasRenderingContext2D_moveTo_Callback(mthis, x, y) native "CanvasRende
ringContext2D_moveTo_Callback_RESOLVER_STRING_2_float_float"; | 1021 Native_CanvasRenderingContext2D_moveTo_Callback(mthis, x, y) native "CanvasRende
ringContext2D_moveTo_Callback_RESOLVER_STRING_2_float_float"; |
| (...skipping 1089 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2109 // Generated overload resolver | 2111 // Generated overload resolver |
| 2110 Native_FontFaceSet_forEach(mthis, callback, thisArg) { | 2112 Native_FontFaceSet_forEach(mthis, callback, thisArg) { |
| 2111 if (thisArg != null) { | 2113 if (thisArg != null) { |
| 2112 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg); | 2114 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg); |
| 2113 return; | 2115 return; |
| 2114 } | 2116 } |
| 2115 Native_FontFaceSet__forEach_2_Callback(mthis, callback); | 2117 Native_FontFaceSet__forEach_2_Callback(mthis, callback); |
| 2116 return; | 2118 return; |
| 2117 } | 2119 } |
| 2118 | 2120 |
| 2119 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac
eSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_ScriptValue"; | 2121 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac
eSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_any"; |
| 2120 | 2122 |
| 2121 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"; |
| 2122 | 2124 |
| 2123 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"; |
| 2124 | 2126 |
| 2125 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"; |
| 2126 | 2128 |
| 2127 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call
back"; | 2129 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call
back"; |
| 2128 | 2130 |
| 2129 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa
ta_append_Callback"; | 2131 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa
ta_append_Callback"; |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2197 Native_HTMLElement_translate_Getter(mthis) native "HTMLElement_translate_Getter"
; | 2199 Native_HTMLElement_translate_Getter(mthis) native "HTMLElement_translate_Getter"
; |
| 2198 | 2200 |
| 2199 Native_HTMLElement_translate_Setter(mthis, value) native "HTMLElement_translate_
Setter"; | 2201 Native_HTMLElement_translate_Setter(mthis, value) native "HTMLElement_translate_
Setter"; |
| 2200 | 2202 |
| 2201 Native_HTMLElement_webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzo
ne_Getter"; | 2203 Native_HTMLElement_webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzo
ne_Getter"; |
| 2202 | 2204 |
| 2203 Native_HTMLElement_webkitdropzone_Setter(mthis, value) native "HTMLElement_webki
tdropzone_Setter"; | 2205 Native_HTMLElement_webkitdropzone_Setter(mthis, value) native "HTMLElement_webki
tdropzone_Setter"; |
| 2204 | 2206 |
| 2205 Native_HTMLElement_click_Callback(mthis) native "HTMLElement_click_Callback_RESO
LVER_STRING_0_"; | 2207 Native_HTMLElement_click_Callback(mthis) native "HTMLElement_click_Callback_RESO
LVER_STRING_0_"; |
| 2206 | 2208 |
| 2207 Native_URLUtils_hash_Getter(mthis) native "URL_hash_Getter"; | 2209 Native_URLUtils_hash_Getter(mthis) native "URLUtils_hash_Getter"; |
| 2208 | 2210 |
| 2209 Native_URLUtils_hash_Setter(mthis, value) native "URL_hash_Setter"; | 2211 Native_URLUtils_hash_Setter(mthis, value) native "URLUtils_hash_Setter"; |
| 2210 | 2212 |
| 2211 Native_URLUtils_host_Getter(mthis) native "URL_host_Getter"; | 2213 Native_URLUtils_host_Getter(mthis) native "URLUtils_host_Getter"; |
| 2212 | 2214 |
| 2213 Native_URLUtils_host_Setter(mthis, value) native "URL_host_Setter"; | 2215 Native_URLUtils_host_Setter(mthis, value) native "URLUtils_host_Setter"; |
| 2214 | 2216 |
| 2215 Native_URLUtils_hostname_Getter(mthis) native "URL_hostname_Getter"; | 2217 Native_URLUtils_hostname_Getter(mthis) native "URLUtils_hostname_Getter"; |
| 2216 | 2218 |
| 2217 Native_URLUtils_hostname_Setter(mthis, value) native "URL_hostname_Setter"; | 2219 Native_URLUtils_hostname_Setter(mthis, value) native "URLUtils_hostname_Setter"; |
| 2218 | 2220 |
| 2219 Native_URLUtils_href_Getter(mthis) native "URL_href_Getter"; | 2221 Native_URLUtils_href_Getter(mthis) native "URLUtils_href_Getter"; |
| 2220 | 2222 |
| 2221 Native_URLUtils_href_Setter(mthis, value) native "URL_href_Setter"; | 2223 Native_URLUtils_href_Setter(mthis, value) native "URLUtils_href_Setter"; |
| 2222 | 2224 |
| 2223 Native_URLUtils_origin_Getter(mthis) native "URL_origin_Getter"; | 2225 Native_URLUtils_origin_Getter(mthis) native "URLUtils_origin_Getter"; |
| 2224 | 2226 |
| 2225 Native_URLUtils_password_Getter(mthis) native "URL_password_Getter"; | 2227 Native_URLUtils_password_Getter(mthis) native "URLUtils_password_Getter"; |
| 2226 | 2228 |
| 2227 Native_URLUtils_password_Setter(mthis, value) native "URL_password_Setter"; | 2229 Native_URLUtils_password_Setter(mthis, value) native "URLUtils_password_Setter"; |
| 2228 | 2230 |
| 2229 Native_URLUtils_pathname_Getter(mthis) native "URL_pathname_Getter"; | 2231 Native_URLUtils_pathname_Getter(mthis) native "URLUtils_pathname_Getter"; |
| 2230 | 2232 |
| 2231 Native_URLUtils_pathname_Setter(mthis, value) native "URL_pathname_Setter"; | 2233 Native_URLUtils_pathname_Setter(mthis, value) native "URLUtils_pathname_Setter"; |
| 2232 | 2234 |
| 2233 Native_URLUtils_port_Getter(mthis) native "URL_port_Getter"; | 2235 Native_URLUtils_port_Getter(mthis) native "URLUtils_port_Getter"; |
| 2234 | 2236 |
| 2235 Native_URLUtils_port_Setter(mthis, value) native "URL_port_Setter"; | 2237 Native_URLUtils_port_Setter(mthis, value) native "URLUtils_port_Setter"; |
| 2236 | 2238 |
| 2237 Native_URLUtils_protocol_Getter(mthis) native "URL_protocol_Getter"; | 2239 Native_URLUtils_protocol_Getter(mthis) native "URLUtils_protocol_Getter"; |
| 2238 | 2240 |
| 2239 Native_URLUtils_protocol_Setter(mthis, value) native "URL_protocol_Setter"; | 2241 Native_URLUtils_protocol_Setter(mthis, value) native "URLUtils_protocol_Setter"; |
| 2240 | 2242 |
| 2241 Native_URLUtils_search_Getter(mthis) native "URL_search_Getter"; | 2243 Native_URLUtils_search_Getter(mthis) native "URLUtils_search_Getter"; |
| 2242 | 2244 |
| 2243 Native_URLUtils_search_Setter(mthis, value) native "URL_search_Setter"; | 2245 Native_URLUtils_search_Setter(mthis, value) native "URLUtils_search_Setter"; |
| 2244 | 2246 |
| 2245 Native_URLUtils_username_Getter(mthis) native "URL_username_Getter"; | 2247 Native_URLUtils_username_Getter(mthis) native "URLUtils_username_Getter"; |
| 2246 | 2248 |
| 2247 Native_URLUtils_username_Setter(mthis, value) native "URL_username_Setter"; | 2249 Native_URLUtils_username_Setter(mthis, value) native "URLUtils_username_Setter"; |
| 2248 | 2250 |
| 2249 Native_URLUtils_toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_
STRING_0_"; | 2251 Native_URLUtils_toString_Callback(mthis) native "URLUtils_toString_Callback_RESO
LVER_STRING_0_"; |
| 2250 | 2252 |
| 2251 Native_HTMLAnchorElement_download_Getter(mthis) native "HTMLAnchorElement_downlo
ad_Getter"; | 2253 Native_HTMLAnchorElement_download_Getter(mthis) native "HTMLAnchorElement_downlo
ad_Getter"; |
| 2252 | 2254 |
| 2253 Native_HTMLAnchorElement_download_Setter(mthis, value) native "HTMLAnchorElement
_download_Setter"; | 2255 Native_HTMLAnchorElement_download_Setter(mthis, value) native "HTMLAnchorElement
_download_Setter"; |
| 2254 | 2256 |
| 2255 Native_HTMLAnchorElement_hreflang_Getter(mthis) native "HTMLAnchorElement_hrefla
ng_Getter"; | 2257 Native_HTMLAnchorElement_hreflang_Getter(mthis) native "HTMLAnchorElement_hrefla
ng_Getter"; |
| 2256 | 2258 |
| 2257 Native_HTMLAnchorElement_hreflang_Setter(mthis, value) native "HTMLAnchorElement
_hreflang_Setter"; | 2259 Native_HTMLAnchorElement_hreflang_Setter(mthis, value) native "HTMLAnchorElement
_hreflang_Setter"; |
| 2258 | 2260 |
| 2259 Native_HTMLAnchorElement_rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter"
; | 2261 Native_HTMLAnchorElement_rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter"
; |
| (...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3710 Native_IDBCursor_direction_Getter(mthis) native "IDBCursor_direction_Getter"; | 3712 Native_IDBCursor_direction_Getter(mthis) native "IDBCursor_direction_Getter"; |
| 3711 | 3713 |
| 3712 Native_IDBCursor_key_Getter(mthis) native "IDBCursor_key_Getter"; | 3714 Native_IDBCursor_key_Getter(mthis) native "IDBCursor_key_Getter"; |
| 3713 | 3715 |
| 3714 Native_IDBCursor_primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; | 3716 Native_IDBCursor_primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; |
| 3715 | 3717 |
| 3716 Native_IDBCursor_source_Getter(mthis) native "IDBCursor_source_Getter"; | 3718 Native_IDBCursor_source_Getter(mthis) native "IDBCursor_source_Getter"; |
| 3717 | 3719 |
| 3718 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"; |
| 3719 | 3721 |
| 3720 Native_IDBCursor_continuePrimaryKey_Callback(mthis, key, primaryKey) native "IDB
Cursor_continuePrimaryKey_Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue"; | 3722 Native_IDBCursor_continuePrimaryKey_Callback(mthis, key, primaryKey) native "IDB
Cursor_continuePrimaryKey_Callback_RESOLVER_STRING_2_any_any"; |
| 3721 | 3723 |
| 3722 Native_IDBCursor_delete_Callback(mthis) native "IDBCursor_delete_Callback_RESOLV
ER_STRING_0_"; | 3724 Native_IDBCursor_delete_Callback(mthis) native "IDBCursor_delete_Callback_RESOLV
ER_STRING_0_"; |
| 3723 | 3725 |
| 3724 Native_IDBCursor_next_Callback(mthis, key) native "IDBCursor_continue_Callback_R
ESOLVER_STRING_1_ScriptValue"; | 3726 Native_IDBCursor_next_Callback(mthis, key) native "IDBCursor_continue_Callback_R
ESOLVER_STRING_1_any"; |
| 3725 | 3727 |
| 3726 Native_IDBCursor_update_Callback(mthis, value) native "IDBCursor_update_Callback
_RESOLVER_STRING_1_ScriptValue"; | 3728 Native_IDBCursor_update_Callback(mthis, value) native "IDBCursor_update_Callback
_RESOLVER_STRING_1_any"; |
| 3727 | 3729 |
| 3728 Native_IDBCursorWithValue_value_Getter(mthis) native "IDBCursorWithValue_value_G
etter"; | 3730 Native_IDBCursorWithValue_value_Getter(mthis) native "IDBCursorWithValue_value_G
etter"; |
| 3729 | 3731 |
| 3730 Native_IDBDatabase_name_Getter(mthis) native "IDBDatabase_name_Getter"; | 3732 Native_IDBDatabase_name_Getter(mthis) native "IDBDatabase_name_Getter"; |
| 3731 | 3733 |
| 3732 Native_IDBDatabase_objectStoreNames_Getter(mthis) native "IDBDatabase_objectStor
eNames_Getter"; | 3734 Native_IDBDatabase_objectStoreNames_Getter(mthis) native "IDBDatabase_objectStor
eNames_Getter"; |
| 3733 | 3735 |
| 3734 Native_IDBDatabase_version_Getter(mthis) native "IDBDatabase_version_Getter"; | 3736 Native_IDBDatabase_version_Getter(mthis) native "IDBDatabase_version_Getter"; |
| 3735 | 3737 |
| 3736 Native_IDBDatabase_close_Callback(mthis) native "IDBDatabase_close_Callback_RESO
LVER_STRING_0_"; | 3738 Native_IDBDatabase_close_Callback(mthis) native "IDBDatabase_close_Callback_RESO
LVER_STRING_0_"; |
| (...skipping 21 matching lines...) Expand all Loading... |
| 3758 Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_storeNames, mode)
native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_
DOMString"; | 3760 Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_storeNames, mode)
native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_
DOMString"; |
| 3759 | 3761 |
| 3760 Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_storeNames, mode)
native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString"
; | 3762 Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_storeNames, mode)
native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString"
; |
| 3761 | 3763 |
| 3762 Native_IDBDatabase_transactionList_Callback(mthis, storeNames, mode) native "IDB
Database_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_DOMString"; | 3764 Native_IDBDatabase_transactionList_Callback(mthis, storeNames, mode) native "IDB
Database_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_DOMString"; |
| 3763 | 3765 |
| 3764 Native_IDBDatabase_transactionStore_Callback(mthis, storeName, mode) native "IDB
Database_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString"; | 3766 Native_IDBDatabase_transactionStore_Callback(mthis, storeName, mode) native "IDB
Database_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString"; |
| 3765 | 3767 |
| 3766 Native_IDBDatabase_transactionStores_Callback(mthis, storeNames, mode) native "I
DBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMString"; | 3768 Native_IDBDatabase_transactionStores_Callback(mthis, storeNames, mode) native "I
DBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMString"; |
| 3767 | 3769 |
| 3768 Native_IDBFactory_cmp_Callback(mthis, first, second) native "IDBFactory_cmp_Call
back_RESOLVER_STRING_2_ScriptValue_ScriptValue"; | 3770 Native_IDBFactory_cmp_Callback(mthis, first, second) native "IDBFactory_cmp_Call
back_RESOLVER_STRING_2_any_any"; |
| 3769 | 3771 |
| 3770 Native_IDBFactory_deleteDatabase_Callback(mthis, name) native "IDBFactory_delete
Database_Callback_RESOLVER_STRING_1_DOMString"; | 3772 Native_IDBFactory_deleteDatabase_Callback(mthis, name) native "IDBFactory_delete
Database_Callback_RESOLVER_STRING_1_DOMString"; |
| 3771 | 3773 |
| 3772 // Generated overload resolver | 3774 // Generated overload resolver |
| 3773 Native_IDBFactory__open(mthis, name, version) { | 3775 Native_IDBFactory__open(mthis, name, version) { |
| 3774 if (version != null) { | 3776 if (version != null) { |
| 3775 return Native_IDBFactory__open_1_Callback(mthis, name, version); | 3777 return Native_IDBFactory__open_1_Callback(mthis, name, version); |
| 3776 } | 3778 } |
| 3777 return Native_IDBFactory__open_2_Callback(mthis, name); | 3779 return Native_IDBFactory__open_2_Callback(mthis, name); |
| 3778 } | 3780 } |
| 3779 | 3781 |
| 3780 Native_IDBFactory__open_1_Callback(mthis, name, version) native "IDBFactory_open
_Callback_RESOLVER_STRING_2_DOMString_unsigned long long"; | 3782 Native_IDBFactory__open_1_Callback(mthis, name, version) native "IDBFactory_open
_Callback_RESOLVER_STRING_2_DOMString_unsigned long long"; |
| 3781 | 3783 |
| 3782 Native_IDBFactory__open_2_Callback(mthis, name) native "IDBFactory_open_Callback
_RESOLVER_STRING_1_DOMString"; | 3784 Native_IDBFactory__open_2_Callback(mthis, name) native "IDBFactory_open_Callback
_RESOLVER_STRING_1_DOMString"; |
| 3783 | 3785 |
| 3784 Native_IDBFactory_webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webk
itGetDatabaseNames_Callback_RESOLVER_STRING_0_"; | 3786 Native_IDBFactory_webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webk
itGetDatabaseNames_Callback_RESOLVER_STRING_0_"; |
| 3785 | 3787 |
| 3786 Native_IDBIndex_keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter"; | 3788 Native_IDBIndex_keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter"; |
| 3787 | 3789 |
| 3788 Native_IDBIndex_multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter"; | 3790 Native_IDBIndex_multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter"; |
| 3789 | 3791 |
| 3790 Native_IDBIndex_name_Getter(mthis) native "IDBIndex_name_Getter"; | 3792 Native_IDBIndex_name_Getter(mthis) native "IDBIndex_name_Getter"; |
| 3791 | 3793 |
| 3792 Native_IDBIndex_objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; | 3794 Native_IDBIndex_objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; |
| 3793 | 3795 |
| 3794 Native_IDBIndex_unique_Getter(mthis) native "IDBIndex_unique_Getter"; | 3796 Native_IDBIndex_unique_Getter(mthis) native "IDBIndex_unique_Getter"; |
| 3795 | 3797 |
| 3796 Native_IDBIndex_count_Callback(mthis, key) native "IDBIndex_count_Callback_RESOL
VER_STRING_1_ScriptValue"; | 3798 Native_IDBIndex_count_Callback(mthis, key) native "IDBIndex_count_Callback_RESOL
VER_STRING_1_any"; |
| 3797 | 3799 |
| 3798 Native_IDBIndex_get_Callback(mthis, key) native "IDBIndex_get_Callback_RESOLVER_
STRING_1_ScriptValue"; | 3800 Native_IDBIndex_get_Callback(mthis, key) native "IDBIndex_get_Callback_RESOLVER_
STRING_1_any"; |
| 3799 | 3801 |
| 3800 Native_IDBIndex_getKey_Callback(mthis, key) native "IDBIndex_getKey_Callback_RES
OLVER_STRING_1_ScriptValue"; | 3802 Native_IDBIndex_getKey_Callback(mthis, key) native "IDBIndex_getKey_Callback_RES
OLVER_STRING_1_any"; |
| 3801 | 3803 |
| 3802 Native_IDBIndex_openCursor_Callback(mthis, key, direction) native "IDBIndex_open
Cursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; | 3804 Native_IDBIndex_openCursor_Callback(mthis, key, direction) native "IDBIndex_open
Cursor_Callback_RESOLVER_STRING_2_any_DOMString"; |
| 3803 | 3805 |
| 3804 Native_IDBIndex_openKeyCursor_Callback(mthis, key, direction) native "IDBIndex_o
penKeyCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; | 3806 Native_IDBIndex_openKeyCursor_Callback(mthis, key, direction) native "IDBIndex_o
penKeyCursor_Callback_RESOLVER_STRING_2_any_DOMString"; |
| 3805 | 3807 |
| 3806 Native_IDBKeyRange_lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; | 3808 Native_IDBKeyRange_lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; |
| 3807 | 3809 |
| 3808 Native_IDBKeyRange_lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter"
; | 3810 Native_IDBKeyRange_lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter"
; |
| 3809 | 3811 |
| 3810 Native_IDBKeyRange_upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; | 3812 Native_IDBKeyRange_upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; |
| 3811 | 3813 |
| 3812 Native_IDBKeyRange_upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter"
; | 3814 Native_IDBKeyRange_upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter"
; |
| 3813 | 3815 |
| 3814 Native_IDBKeyRange_bound__Callback(lower, upper, lowerOpen, upperOpen) native "I
DBKeyRange_bound_Callback_RESOLVER_STRING_4_ScriptValue_ScriptValue_boolean_bool
ean"; | 3816 Native_IDBKeyRange_bound__Callback(lower, upper, lowerOpen, upperOpen) native "I
DBKeyRange_bound_Callback_RESOLVER_STRING_4_any_any_boolean_boolean"; |
| 3815 | 3817 |
| 3816 Native_IDBKeyRange_lowerBound__Callback(bound, open) native "IDBKeyRange_lowerBo
und_Callback_RESOLVER_STRING_2_ScriptValue_boolean"; | 3818 Native_IDBKeyRange_lowerBound__Callback(bound, open) native "IDBKeyRange_lowerBo
und_Callback_RESOLVER_STRING_2_any_boolean"; |
| 3817 | 3819 |
| 3818 Native_IDBKeyRange_only__Callback(value) native "IDBKeyRange_only_Callback_RESOL
VER_STRING_1_ScriptValue"; | 3820 Native_IDBKeyRange_only__Callback(value) native "IDBKeyRange_only_Callback_RESOL
VER_STRING_1_any"; |
| 3819 | 3821 |
| 3820 Native_IDBKeyRange_upperBound__Callback(bound, open) native "IDBKeyRange_upperBo
und_Callback_RESOLVER_STRING_2_ScriptValue_boolean"; | 3822 Native_IDBKeyRange_upperBound__Callback(bound, open) native "IDBKeyRange_upperBo
und_Callback_RESOLVER_STRING_2_any_boolean"; |
| 3821 | 3823 |
| 3822 Native_IDBObjectStore_autoIncrement_Getter(mthis) native "IDBObjectStore_autoInc
rement_Getter"; | 3824 Native_IDBObjectStore_autoIncrement_Getter(mthis) native "IDBObjectStore_autoInc
rement_Getter"; |
| 3823 | 3825 |
| 3824 Native_IDBObjectStore_indexNames_Getter(mthis) native "IDBObjectStore_indexNames
_Getter"; | 3826 Native_IDBObjectStore_indexNames_Getter(mthis) native "IDBObjectStore_indexNames
_Getter"; |
| 3825 | 3827 |
| 3826 Native_IDBObjectStore_keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Gette
r"; | 3828 Native_IDBObjectStore_keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Gette
r"; |
| 3827 | 3829 |
| 3828 Native_IDBObjectStore_name_Getter(mthis) native "IDBObjectStore_name_Getter"; | 3830 Native_IDBObjectStore_name_Getter(mthis) native "IDBObjectStore_name_Getter"; |
| 3829 | 3831 |
| 3830 Native_IDBObjectStore_transaction_Getter(mthis) native "IDBObjectStore_transacti
on_Getter"; | 3832 Native_IDBObjectStore_transaction_Getter(mthis) native "IDBObjectStore_transacti
on_Getter"; |
| 3831 | 3833 |
| 3832 Native_IDBObjectStore_add_Callback(mthis, value, key) native "IDBObjectStore_add
_Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue"; | 3834 Native_IDBObjectStore_add_Callback(mthis, value, key) native "IDBObjectStore_add
_Callback_RESOLVER_STRING_2_any_any"; |
| 3833 | 3835 |
| 3834 Native_IDBObjectStore_clear_Callback(mthis) native "IDBObjectStore_clear_Callbac
k_RESOLVER_STRING_0_"; | 3836 Native_IDBObjectStore_clear_Callback(mthis) native "IDBObjectStore_clear_Callbac
k_RESOLVER_STRING_0_"; |
| 3835 | 3837 |
| 3836 Native_IDBObjectStore_count_Callback(mthis, key) native "IDBObjectStore_count_Ca
llback_RESOLVER_STRING_1_ScriptValue"; | 3838 Native_IDBObjectStore_count_Callback(mthis, key) native "IDBObjectStore_count_Ca
llback_RESOLVER_STRING_1_any"; |
| 3837 | 3839 |
| 3838 // Generated overload resolver | 3840 // Generated overload resolver |
| 3839 Native_IDBObjectStore__createIndex(mthis, name, keyPath, options) { | 3841 Native_IDBObjectStore__createIndex(mthis, name, keyPath, options) { |
| 3840 if ((options is Map || options == null) && (keyPath is List<String> || keyPa
th == null) && (name is String || name == null)) { | 3842 if ((options is Map || options == null) && (keyPath is List<String> || keyPa
th == null) && (name is String || name == null)) { |
| 3841 return Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath,
options); | 3843 return Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath,
options); |
| 3842 } | 3844 } |
| 3843 if ((options is Map || options == null) && (keyPath is String || keyPath ==
null) && (name is String || name == null)) { | 3845 if ((options is Map || options == null) && (keyPath is String || keyPath ==
null) && (name is String || name == null)) { |
| 3844 return Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath,
options); | 3846 return Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath,
options); |
| 3845 } | 3847 } |
| 3846 throw new ArgumentError("Incorrect number or type of arguments"); | 3848 throw new ArgumentError("Incorrect number or type of arguments"); |
| 3847 } | 3849 } |
| 3848 | 3850 |
| 3849 Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options) nat
ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_sequence<DO
MString>_Dictionary"; | 3851 Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options) nat
ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_sequence<DO
MString>_Dictionary"; |
| 3850 | 3852 |
| 3851 Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options) nat
ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_DOMString_D
ictionary"; | 3853 Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options) nat
ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_DOMString_D
ictionary"; |
| 3852 | 3854 |
| 3853 Native_IDBObjectStore_delete_Callback(mthis, key) native "IDBObjectStore_delete_
Callback_RESOLVER_STRING_1_ScriptValue"; | 3855 Native_IDBObjectStore_delete_Callback(mthis, key) native "IDBObjectStore_delete_
Callback_RESOLVER_STRING_1_any"; |
| 3854 | 3856 |
| 3855 Native_IDBObjectStore_deleteIndex_Callback(mthis, name) native "IDBObjectStore_d
eleteIndex_Callback_RESOLVER_STRING_1_DOMString"; | 3857 Native_IDBObjectStore_deleteIndex_Callback(mthis, name) native "IDBObjectStore_d
eleteIndex_Callback_RESOLVER_STRING_1_DOMString"; |
| 3856 | 3858 |
| 3857 Native_IDBObjectStore_get_Callback(mthis, key) native "IDBObjectStore_get_Callba
ck_RESOLVER_STRING_1_ScriptValue"; | 3859 Native_IDBObjectStore_get_Callback(mthis, key) native "IDBObjectStore_get_Callba
ck_RESOLVER_STRING_1_any"; |
| 3858 | 3860 |
| 3859 Native_IDBObjectStore_index_Callback(mthis, name) native "IDBObjectStore_index_C
allback_RESOLVER_STRING_1_DOMString"; | 3861 Native_IDBObjectStore_index_Callback(mthis, name) native "IDBObjectStore_index_C
allback_RESOLVER_STRING_1_DOMString"; |
| 3860 | 3862 |
| 3861 Native_IDBObjectStore_openCursor_Callback(mthis, key, direction) native "IDBObje
ctStore_openCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; | 3863 Native_IDBObjectStore_openCursor_Callback(mthis, key, direction) native "IDBObje
ctStore_openCursor_Callback_RESOLVER_STRING_2_any_DOMString"; |
| 3862 | 3864 |
| 3863 Native_IDBObjectStore_openKeyCursor_Callback(mthis, range, direction) native "ID
BObjectStore_openKeyCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; | 3865 Native_IDBObjectStore_openKeyCursor_Callback(mthis, range, direction) native "ID
BObjectStore_openKeyCursor_Callback_RESOLVER_STRING_2_any_DOMString"; |
| 3864 | 3866 |
| 3865 Native_IDBObjectStore_put_Callback(mthis, value, key) native "IDBObjectStore_put
_Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue"; | 3867 Native_IDBObjectStore_put_Callback(mthis, value, key) native "IDBObjectStore_put
_Callback_RESOLVER_STRING_2_any_any"; |
| 3866 | 3868 |
| 3867 Native_IDBRequest_error_Getter(mthis) native "IDBRequest_error_Getter"; | 3869 Native_IDBRequest_error_Getter(mthis) native "IDBRequest_error_Getter"; |
| 3868 | 3870 |
| 3869 Native_IDBRequest_readyState_Getter(mthis) native "IDBRequest_readyState_Getter"
; | 3871 Native_IDBRequest_readyState_Getter(mthis) native "IDBRequest_readyState_Getter"
; |
| 3870 | 3872 |
| 3871 Native_IDBRequest_result_Getter(mthis) native "IDBRequest_result_Getter"; | 3873 Native_IDBRequest_result_Getter(mthis) native "IDBRequest_result_Getter"; |
| 3872 | 3874 |
| 3873 Native_IDBRequest_source_Getter(mthis) native "IDBRequest_source_Getter"; | 3875 Native_IDBRequest_source_Getter(mthis) native "IDBRequest_source_Getter"; |
| 3874 | 3876 |
| 3875 Native_IDBRequest_transaction_Getter(mthis) native "IDBRequest_transaction_Gette
r"; | 3877 Native_IDBRequest_transaction_Getter(mthis) native "IDBRequest_transaction_Gette
r"; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 3905 Native_InputMethodContext_compositionEndOffset_Getter(mthis) native "InputMethod
Context_compositionEndOffset_Getter"; | 3907 Native_InputMethodContext_compositionEndOffset_Getter(mthis) native "InputMethod
Context_compositionEndOffset_Getter"; |
| 3906 | 3908 |
| 3907 Native_InputMethodContext_compositionStartOffset_Getter(mthis) native "InputMeth
odContext_compositionStartOffset_Getter"; | 3909 Native_InputMethodContext_compositionStartOffset_Getter(mthis) native "InputMeth
odContext_compositionStartOffset_Getter"; |
| 3908 | 3910 |
| 3909 Native_InputMethodContext_locale_Getter(mthis) native "InputMethodContext_locale
_Getter"; | 3911 Native_InputMethodContext_locale_Getter(mthis) native "InputMethodContext_locale
_Getter"; |
| 3910 | 3912 |
| 3911 Native_InputMethodContext_target_Getter(mthis) native "InputMethodContext_target
_Getter"; | 3913 Native_InputMethodContext_target_Getter(mthis) native "InputMethodContext_target
_Getter"; |
| 3912 | 3914 |
| 3913 Native_InputMethodContext_confirmComposition_Callback(mthis) native "InputMethod
Context_confirmComposition_Callback_RESOLVER_STRING_0_"; | 3915 Native_InputMethodContext_confirmComposition_Callback(mthis) native "InputMethod
Context_confirmComposition_Callback_RESOLVER_STRING_0_"; |
| 3914 | 3916 |
| 3915 Native_InstallPhaseEvent_waitUntil_Callback(mthis, value) native "InstallPhaseEv
ent_waitUntil_Callback_RESOLVER_STRING_1_ScriptValue"; | 3917 Native_InstallPhaseEvent_waitUntil_Callback(mthis, value) native "InstallPhaseEv
ent_waitUntil_Callback_RESOLVER_STRING_1_any"; |
| 3916 | 3918 |
| 3917 Native_InstallEvent_replace_Callback(mthis) native "InstallEvent_replace_Callbac
k_RESOLVER_STRING_0_"; | 3919 Native_InstallEvent_replace_Callback(mthis) native "InstallEvent_replace_Callbac
k_RESOLVER_STRING_0_"; |
| 3918 | 3920 |
| 3919 Native_Key_algorithm_Getter(mthis) native "Key_algorithm_Getter"; | 3921 Native_Key_algorithm_Getter(mthis) native "Key_algorithm_Getter"; |
| 3920 | 3922 |
| 3921 Native_Key_extractable_Getter(mthis) native "Key_extractable_Getter"; | 3923 Native_Key_extractable_Getter(mthis) native "Key_extractable_Getter"; |
| 3922 | 3924 |
| 3923 Native_Key_type_Getter(mthis) native "Key_type_Getter"; | 3925 Native_Key_type_Getter(mthis) native "Key_type_Getter"; |
| 3924 | 3926 |
| 3925 Native_Key_usages_Getter(mthis) native "Key_usages_Getter"; | 3927 Native_Key_usages_Getter(mthis) native "Key_usages_Getter"; |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4164 // Generated overload resolver | 4166 // Generated overload resolver |
| 4165 Native_MediaSource_endOfStream(mthis, error) { | 4167 Native_MediaSource_endOfStream(mthis, error) { |
| 4166 if (error != null) { | 4168 if (error != null) { |
| 4167 Native_MediaSource__endOfStream_1_Callback(mthis, error); | 4169 Native_MediaSource__endOfStream_1_Callback(mthis, error); |
| 4168 return; | 4170 return; |
| 4169 } | 4171 } |
| 4170 Native_MediaSource__endOfStream_2_Callback(mthis); | 4172 Native_MediaSource__endOfStream_2_Callback(mthis); |
| 4171 return; | 4173 return; |
| 4172 } | 4174 } |
| 4173 | 4175 |
| 4174 Native_MediaSource__endOfStream_1_Callback(mthis, error) native "MediaSource_end
OfStream_Callback_RESOLVER_STRING_1_DOMString"; | 4176 Native_MediaSource__endOfStream_1_Callback(mthis, error) native "MediaSource_end
OfStream_Callback_RESOLVER_STRING_1_EndOfStreamError"; |
| 4175 | 4177 |
| 4176 Native_MediaSource__endOfStream_2_Callback(mthis) native "MediaSource_endOfStrea
m_Callback_RESOLVER_STRING_0_"; | 4178 Native_MediaSource__endOfStream_2_Callback(mthis) native "MediaSource_endOfStrea
m_Callback_RESOLVER_STRING_0_"; |
| 4177 | 4179 |
| 4178 Native_MediaSource_isTypeSupported_Callback(type) native "MediaSource_isTypeSupp
orted_Callback_RESOLVER_STRING_1_DOMString"; | 4180 Native_MediaSource_isTypeSupported_Callback(type) native "MediaSource_isTypeSupp
orted_Callback_RESOLVER_STRING_1_DOMString"; |
| 4179 | 4181 |
| 4180 Native_MediaSource_removeSourceBuffer_Callback(mthis, buffer) native "MediaSourc
e_removeSourceBuffer_Callback_RESOLVER_STRING_1_SourceBuffer"; | 4182 Native_MediaSource_removeSourceBuffer_Callback(mthis, buffer) native "MediaSourc
e_removeSourceBuffer_Callback_RESOLVER_STRING_1_SourceBuffer"; |
| 4181 | 4183 |
| 4182 // Generated overload resolver | 4184 // Generated overload resolver |
| 4183 Native_MediaStream_MediaStream(stream_OR_tracks) { | 4185 Native_MediaStream_MediaStream(stream_OR_tracks) { |
| 4184 if (stream_OR_tracks == null) { | 4186 if (stream_OR_tracks == null) { |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4604 } | 4606 } |
| 4605 if ((path_OR_text is Path || path_OR_text == null)) { | 4607 if ((path_OR_text is Path || path_OR_text == null)) { |
| 4606 return Native_Path__create_2constructorCallback(path_OR_text); | 4608 return Native_Path__create_2constructorCallback(path_OR_text); |
| 4607 } | 4609 } |
| 4608 if ((path_OR_text is String || path_OR_text == null)) { | 4610 if ((path_OR_text is String || path_OR_text == null)) { |
| 4609 return Native_Path__create_3constructorCallback(path_OR_text); | 4611 return Native_Path__create_3constructorCallback(path_OR_text); |
| 4610 } | 4612 } |
| 4611 throw new ArgumentError("Incorrect number or type of arguments"); | 4613 throw new ArgumentError("Incorrect number or type of arguments"); |
| 4612 } | 4614 } |
| 4613 | 4615 |
| 4614 Native_Path__create_1constructorCallback() native "Path2D_constructorCallback_RE
SOLVER_STRING_0_"; | 4616 Native_Path__create_1constructorCallback() native "Path_constructorCallback_RESO
LVER_STRING_0_"; |
| 4615 | 4617 |
| 4616 Native_Path__create_2constructorCallback(path_OR_text) native "Path2D_constructo
rCallback_RESOLVER_STRING_1_Path2D"; | 4618 Native_Path__create_2constructorCallback(path_OR_text) native "Path_constructorC
allback_RESOLVER_STRING_1_Path"; |
| 4617 | 4619 |
| 4618 Native_Path__create_3constructorCallback(path_OR_text) native "Path2D_constructo
rCallback_RESOLVER_STRING_1_DOMString"; | 4620 Native_Path__create_3constructorCallback(path_OR_text) native "Path_constructorC
allback_RESOLVER_STRING_1_DOMString"; |
| 4619 | 4621 |
| 4620 Native_Path_arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwis
e) native "Path2D_arc_Callback_RESOLVER_STRING_6_float_float_float_float_float_b
oolean"; | 4622 Native_Path_arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwis
e) native "Path_arc_Callback_RESOLVER_STRING_6_float_float_float_float_float_boo
lean"; |
| 4621 | 4623 |
| 4622 Native_Path_arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_C
allback_RESOLVER_STRING_5_float_float_float_float_float"; | 4624 Native_Path_arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path_arcTo_Cal
lback_RESOLVER_STRING_5_float_float_float_float_float"; |
| 4623 | 4625 |
| 4624 Native_Path_bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "
Path2D_bezierCurveTo_Callback_RESOLVER_STRING_6_float_float_float_float_float_fl
oat"; | 4626 Native_Path_bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "
Path_bezierCurveTo_Callback_RESOLVER_STRING_6_float_float_float_float_float_floa
t"; |
| 4625 | 4627 |
| 4626 Native_Path_closePath_Callback(mthis) native "Path2D_closePath_Callback_RESOLVER
_STRING_0_"; | 4628 Native_Path_closePath_Callback(mthis) native "Path_closePath_Callback_RESOLVER_S
TRING_0_"; |
| 4627 | 4629 |
| 4628 Native_Path_lineTo_Callback(mthis, x, y) native "Path2D_lineTo_Callback_RESOLVER
_STRING_2_float_float"; | 4630 Native_Path_lineTo_Callback(mthis, x, y) native "Path_lineTo_Callback_RESOLVER_S
TRING_2_float_float"; |
| 4629 | 4631 |
| 4630 Native_Path_moveTo_Callback(mthis, x, y) native "Path2D_moveTo_Callback_RESOLVER
_STRING_2_float_float"; | 4632 Native_Path_moveTo_Callback(mthis, x, y) native "Path_moveTo_Callback_RESOLVER_S
TRING_2_float_float"; |
| 4631 | 4633 |
| 4632 Native_Path_quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "Path2D_quad
raticCurveTo_Callback_RESOLVER_STRING_4_float_float_float_float"; | 4634 Native_Path_quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "Path_quadra
ticCurveTo_Callback_RESOLVER_STRING_4_float_float_float_float"; |
| 4633 | 4635 |
| 4634 Native_Path_rect_Callback(mthis, x, y, width, height) native "Path2D_rect_Callba
ck_RESOLVER_STRING_4_float_float_float_float"; | 4636 Native_Path_rect_Callback(mthis, x, y, width, height) native "Path_rect_Callback
_RESOLVER_STRING_4_float_float_float_float"; |
| 4635 | 4637 |
| 4636 Native_Performance_memory_Getter(mthis) native "Performance_memory_Getter"; | 4638 Native_Performance_memory_Getter(mthis) native "Performance_memory_Getter"; |
| 4637 | 4639 |
| 4638 Native_Performance_navigation_Getter(mthis) native "Performance_navigation_Gette
r"; | 4640 Native_Performance_navigation_Getter(mthis) native "Performance_navigation_Gette
r"; |
| 4639 | 4641 |
| 4640 Native_Performance_timing_Getter(mthis) native "Performance_timing_Getter"; | 4642 Native_Performance_timing_Getter(mthis) native "Performance_timing_Getter"; |
| 4641 | 4643 |
| 4642 Native_Performance_clearMarks_Callback(mthis, markName) native "Performance_clea
rMarks_Callback_RESOLVER_STRING_1_DOMString"; | 4644 Native_Performance_clearMarks_Callback(mthis, markName) native "Performance_clea
rMarks_Callback_RESOLVER_STRING_1_DOMString"; |
| 4643 | 4645 |
| 4644 Native_Performance_clearMeasures_Callback(mthis, measureName) native "Performanc
e_clearMeasures_Callback_RESOLVER_STRING_1_DOMString"; | 4646 Native_Performance_clearMeasures_Callback(mthis, measureName) native "Performanc
e_clearMeasures_Callback_RESOLVER_STRING_1_DOMString"; |
| (...skipping 425 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5070 Native_SQLError_message_Getter(mthis) native "SQLError_message_Getter"; | 5072 Native_SQLError_message_Getter(mthis) native "SQLError_message_Getter"; |
| 5071 | 5073 |
| 5072 Native_SQLResultSet_insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"
; | 5074 Native_SQLResultSet_insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"
; |
| 5073 | 5075 |
| 5074 Native_SQLResultSet_rows_Getter(mthis) native "SQLResultSet_rows_Getter"; | 5076 Native_SQLResultSet_rows_Getter(mthis) native "SQLResultSet_rows_Getter"; |
| 5075 | 5077 |
| 5076 Native_SQLResultSet_rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected
_Getter"; | 5078 Native_SQLResultSet_rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected
_Getter"; |
| 5077 | 5079 |
| 5078 Native_SQLResultSetRowList_length_Getter(mthis) native "SQLResultSetRowList_leng
th_Getter"; | 5080 Native_SQLResultSetRowList_length_Getter(mthis) native "SQLResultSetRowList_leng
th_Getter"; |
| 5079 | 5081 |
| 5080 Native_SQLResultSetRowList_NativeIndexed_Getter(mthis, index) native "SQLResultS
etRowList_item_Callback"; | 5082 Native_SQLResultSetRowList_NativeIndexed_Getter(mthis, index) native "SQLResultS
etRowList_item_Callback_RESOLVER_STRING_1_unsigned long"; |
| 5081 | 5083 |
| 5082 Native_SQLResultSetRowList_item_Callback(mthis, index) native "SQLResultSetRowLi
st_item_Callback"; | 5084 Native_SQLResultSetRowList_item_Callback(mthis, index) native "SQLResultSetRowLi
st_item_Callback"; |
| 5083 | 5085 |
| 5084 Native_SQLTransaction_executeSql_Callback(mthis, sqlStatement, arguments, callba
ck, errorCallback) native "SQLTransaction_executeSql_Callback"; | 5086 Native_SQLTransaction_executeSql_Callback(mthis, sqlStatement, arguments, callba
ck, errorCallback) native "SQLTransaction_executeSql_Callback"; |
| 5085 | 5087 |
| 5086 Native_SVGElement_className_Getter(mthis) native "SVGElement_className_Getter"; | 5088 Native_SVGElement_className_Getter(mthis) native "SVGElement_className_Getter"; |
| 5087 | 5089 |
| 5088 Native_SVGElement_ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGEleme
nt_Getter"; | 5090 Native_SVGElement_ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGEleme
nt_Getter"; |
| 5089 | 5091 |
| 5090 Native_SVGElement_style_Getter(mthis) native "SVGElement_style_Getter"; | 5092 Native_SVGElement_style_Getter(mthis) native "SVGElement_style_Getter"; |
| (...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6526 Native_Screen_colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; | 6528 Native_Screen_colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; |
| 6527 | 6529 |
| 6528 Native_Screen_height_Getter(mthis) native "Screen_height_Getter"; | 6530 Native_Screen_height_Getter(mthis) native "Screen_height_Getter"; |
| 6529 | 6531 |
| 6530 Native_Screen_orientation_Getter(mthis) native "Screen_orientation_Getter"; | 6532 Native_Screen_orientation_Getter(mthis) native "Screen_orientation_Getter"; |
| 6531 | 6533 |
| 6532 Native_Screen_pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; | 6534 Native_Screen_pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; |
| 6533 | 6535 |
| 6534 Native_Screen_width_Getter(mthis) native "Screen_width_Getter"; | 6536 Native_Screen_width_Getter(mthis) native "Screen_width_Getter"; |
| 6535 | 6537 |
| 6536 Native_Screen_lockOrientation_Callback(mthis, orientation) native "Screen_lockOr
ientation_Callback_RESOLVER_STRING_1_DOMString"; | 6538 // Generated overload resolver |
| 6539 Native_Screen_lockOrientation(mthis, orientation_OR_orientations) { |
| 6540 if ((orientation_OR_orientations is String || orientation_OR_orientations ==
null)) { |
| 6541 return Native_Screen__lockOrientation_1_Callback(mthis, orientation_OR_ori
entations); |
| 6542 } |
| 6543 if ((orientation_OR_orientations is List<String> || orientation_OR_orientati
ons == null)) { |
| 6544 return Native_Screen__lockOrientation_2_Callback(mthis, orientation_OR_ori
entations); |
| 6545 } |
| 6546 throw new ArgumentError("Incorrect number or type of arguments"); |
| 6547 } |
| 6548 |
| 6549 Native_Screen__lockOrientation_1_Callback(mthis, orientation_OR_orientations) na
tive "Screen_lockOrientation_Callback_RESOLVER_STRING_1_DOMString"; |
| 6550 |
| 6551 Native_Screen__lockOrientation_2_Callback(mthis, orientation_OR_orientations) na
tive "Screen_lockOrientation_Callback_RESOLVER_STRING_1_sequence<DOMString>"; |
| 6537 | 6552 |
| 6538 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_"; |
| 6539 | 6554 |
| 6540 Native_ScriptProcessorNode_bufferSize_Getter(mthis) native "ScriptProcessorNode_
bufferSize_Getter"; | 6555 Native_ScriptProcessorNode_bufferSize_Getter(mthis) native "ScriptProcessorNode_
bufferSize_Getter"; |
| 6541 | 6556 |
| 6542 Native_ScriptProcessorNode__setEventListener_Callback(mthis, eventListener) nati
ve "ScriptProcessorNode_setEventListener_Callback"; | 6557 Native_ScriptProcessorNode__setEventListener_Callback(mthis, eventListener) nati
ve "ScriptProcessorNode__setEventListener_Callback"; |
| 6543 | 6558 |
| 6544 Native_SecurityPolicyViolationEvent_blockedURI_Getter(mthis) native "SecurityPol
icyViolationEvent_blockedURI_Getter"; | 6559 Native_SecurityPolicyViolationEvent_blockedURI_Getter(mthis) native "SecurityPol
icyViolationEvent_blockedURI_Getter"; |
| 6545 | 6560 |
| 6546 Native_SecurityPolicyViolationEvent_columnNumber_Getter(mthis) native "SecurityP
olicyViolationEvent_columnNumber_Getter"; | 6561 Native_SecurityPolicyViolationEvent_columnNumber_Getter(mthis) native "SecurityP
olicyViolationEvent_columnNumber_Getter"; |
| 6547 | 6562 |
| 6548 Native_SecurityPolicyViolationEvent_documentURI_Getter(mthis) native "SecurityPo
licyViolationEvent_documentURI_Getter"; | 6563 Native_SecurityPolicyViolationEvent_documentURI_Getter(mthis) native "SecurityPo
licyViolationEvent_documentURI_Getter"; |
| 6549 | 6564 |
| 6550 Native_SecurityPolicyViolationEvent_effectiveDirective_Getter(mthis) native "Sec
urityPolicyViolationEvent_effectiveDirective_Getter"; | 6565 Native_SecurityPolicyViolationEvent_effectiveDirective_Getter(mthis) native "Sec
urityPolicyViolationEvent_effectiveDirective_Getter"; |
| 6551 | 6566 |
| 6552 Native_SecurityPolicyViolationEvent_lineNumber_Getter(mthis) native "SecurityPol
icyViolationEvent_lineNumber_Getter"; | 6567 Native_SecurityPolicyViolationEvent_lineNumber_Getter(mthis) native "SecurityPol
icyViolationEvent_lineNumber_Getter"; |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7248 Native_URL_search_Getter(mthis) native "URL_search_Getter"; | 7263 Native_URL_search_Getter(mthis) native "URL_search_Getter"; |
| 7249 | 7264 |
| 7250 Native_URL_search_Setter(mthis, value) native "URL_search_Setter"; | 7265 Native_URL_search_Setter(mthis, value) native "URL_search_Setter"; |
| 7251 | 7266 |
| 7252 Native_URL_username_Getter(mthis) native "URL_username_Getter"; | 7267 Native_URL_username_Getter(mthis) native "URL_username_Getter"; |
| 7253 | 7268 |
| 7254 Native_URL_username_Setter(mthis, value) native "URL_username_Setter"; | 7269 Native_URL_username_Setter(mthis, value) native "URL_username_Setter"; |
| 7255 | 7270 |
| 7256 Native_URL_toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_STRIN
G_0_"; | 7271 Native_URL_toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_STRIN
G_0_"; |
| 7257 | 7272 |
| 7258 Native_URLUtilsReadOnly_hash_Getter(mthis) native "WorkerLocation_hash_Getter"; | 7273 Native_URLUtilsReadOnly_hash_Getter(mthis) native "URLUtilsReadOnly_hash_Getter"
; |
| 7259 | 7274 |
| 7260 Native_URLUtilsReadOnly_host_Getter(mthis) native "WorkerLocation_host_Getter"; | 7275 Native_URLUtilsReadOnly_host_Getter(mthis) native "URLUtilsReadOnly_host_Getter"
; |
| 7261 | 7276 |
| 7262 Native_URLUtilsReadOnly_hostname_Getter(mthis) native "WorkerLocation_hostname_G
etter"; | 7277 Native_URLUtilsReadOnly_hostname_Getter(mthis) native "URLUtilsReadOnly_hostname
_Getter"; |
| 7263 | 7278 |
| 7264 Native_URLUtilsReadOnly_href_Getter(mthis) native "WorkerLocation_href_Getter"; | 7279 Native_URLUtilsReadOnly_href_Getter(mthis) native "URLUtilsReadOnly_href_Getter"
; |
| 7265 | 7280 |
| 7266 Native_URLUtilsReadOnly_pathname_Getter(mthis) native "WorkerLocation_pathname_G
etter"; | 7281 Native_URLUtilsReadOnly_pathname_Getter(mthis) native "URLUtilsReadOnly_pathname
_Getter"; |
| 7267 | 7282 |
| 7268 Native_URLUtilsReadOnly_port_Getter(mthis) native "WorkerLocation_port_Getter"; | 7283 Native_URLUtilsReadOnly_port_Getter(mthis) native "URLUtilsReadOnly_port_Getter"
; |
| 7269 | 7284 |
| 7270 Native_URLUtilsReadOnly_protocol_Getter(mthis) native "WorkerLocation_protocol_G
etter"; | 7285 Native_URLUtilsReadOnly_protocol_Getter(mthis) native "URLUtilsReadOnly_protocol
_Getter"; |
| 7271 | 7286 |
| 7272 Native_URLUtilsReadOnly_search_Getter(mthis) native "WorkerLocation_search_Gette
r"; | 7287 Native_URLUtilsReadOnly_search_Getter(mthis) native "URLUtilsReadOnly_search_Get
ter"; |
| 7273 | 7288 |
| 7274 Native_URLUtilsReadOnly_toString_Callback(mthis) native "WorkerLocation_toString
_Callback_RESOLVER_STRING_0_"; | 7289 Native_URLUtilsReadOnly_toString_Callback(mthis) native "URLUtilsReadOnly_toStri
ng_Callback_RESOLVER_STRING_0_"; |
| 7275 | 7290 |
| 7276 // Generated overload resolver | 7291 // Generated overload resolver |
| 7277 Native_VTTCue_VttCue(startTime, endTime, text) { | 7292 Native_VTTCue_VttCue(startTime, endTime, text) { |
| 7278 return Native_VTTCue__create_1constructorCallback(startTime, endTime, text); | 7293 return Native_VTTCue__create_1constructorCallback(startTime, endTime, text); |
| 7279 } | 7294 } |
| 7280 | 7295 |
| 7281 Native_VTTCue__create_1constructorCallback(startTime, endTime, text) native "VTT
Cue_constructorCallback_RESOLVER_STRING_3_double_double_DOMString"; | 7296 Native_VTTCue__create_1constructorCallback(startTime, endTime, text) native "VTT
Cue_constructorCallback_RESOLVER_STRING_3_double_double_DOMString"; |
| 7282 | 7297 |
| 7283 Native_VTTCue_align_Getter(mthis) native "VTTCue_align_Getter"; | 7298 Native_VTTCue_align_Getter(mthis) native "VTTCue_align_Getter"; |
| 7284 | 7299 |
| (...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7428 Native_WebGLContextAttributes_preserveDrawingBuffer_Setter(mthis, value) native
"WebGLContextAttributes_preserveDrawingBuffer_Setter"; | 7443 Native_WebGLContextAttributes_preserveDrawingBuffer_Setter(mthis, value) native
"WebGLContextAttributes_preserveDrawingBuffer_Setter"; |
| 7429 | 7444 |
| 7430 Native_WebGLContextAttributes_stencil_Getter(mthis) native "WebGLContextAttribut
es_stencil_Getter"; | 7445 Native_WebGLContextAttributes_stencil_Getter(mthis) native "WebGLContextAttribut
es_stencil_Getter"; |
| 7431 | 7446 |
| 7432 Native_WebGLContextAttributes_stencil_Setter(mthis, value) native "WebGLContextA
ttributes_stencil_Setter"; | 7447 Native_WebGLContextAttributes_stencil_Setter(mthis, value) native "WebGLContextA
ttributes_stencil_Setter"; |
| 7433 | 7448 |
| 7434 Native_WebGLContextEvent_statusMessage_Getter(mthis) native "WebGLContextEvent_s
tatusMessage_Getter"; | 7449 Native_WebGLContextEvent_statusMessage_Getter(mthis) native "WebGLContextEvent_s
tatusMessage_Getter"; |
| 7435 | 7450 |
| 7436 Native_WebGLDebugShaders_getTranslatedShaderSource_Callback(mthis, shader) nativ
e "WebGLDebugShaders_getTranslatedShaderSource_Callback_RESOLVER_STRING_1_WebGLS
hader"; | 7451 Native_WebGLDebugShaders_getTranslatedShaderSource_Callback(mthis, shader) nativ
e "WebGLDebugShaders_getTranslatedShaderSource_Callback_RESOLVER_STRING_1_WebGLS
hader"; |
| 7437 | 7452 |
| 7438 Native_WebGLDrawBuffers_drawBuffersWEBGL_Callback(mthis, buffers) native "WebGLD
rawBuffers_drawBuffersWEBGL_Callback_RESOLVER_STRING_1_sequence<unsigned long>"; | 7453 Native_WebGLDrawBuffers_drawBuffersWEBGL_Callback(mthis, buffers) native "WebGLD
rawBuffers_drawBuffersWEBGL_Callback_RESOLVER_STRING_1_sequence<GLenum>"; |
| 7439 | 7454 |
| 7440 Native_WebGLLoseContext_loseContext_Callback(mthis) native "WebGLLoseContext_los
eContext_Callback_RESOLVER_STRING_0_"; | 7455 Native_WebGLLoseContext_loseContext_Callback(mthis) native "WebGLLoseContext_los
eContext_Callback_RESOLVER_STRING_0_"; |
| 7441 | 7456 |
| 7442 Native_WebGLLoseContext_restoreContext_Callback(mthis) native "WebGLLoseContext_
restoreContext_Callback_RESOLVER_STRING_0_"; | 7457 Native_WebGLLoseContext_restoreContext_Callback(mthis) native "WebGLLoseContext_
restoreContext_Callback_RESOLVER_STRING_0_"; |
| 7443 | 7458 |
| 7444 Native_WebGLRenderingContext_drawingBufferHeight_Getter(mthis) native "WebGLRend
eringContext_drawingBufferHeight_Getter"; | 7459 Native_WebGLRenderingContext_drawingBufferHeight_Getter(mthis) native "WebGLRend
eringContext_drawingBufferHeight_Getter"; |
| 7445 | 7460 |
| 7446 Native_WebGLRenderingContext_drawingBufferWidth_Getter(mthis) native "WebGLRende
ringContext_drawingBufferWidth_Getter"; | 7461 Native_WebGLRenderingContext_drawingBufferWidth_Getter(mthis) native "WebGLRende
ringContext_drawingBufferWidth_Getter"; |
| 7447 | 7462 |
| 7448 Native_WebGLRenderingContext_activeTexture_Callback(mthis, texture) native "WebG
LRenderingContext_activeTexture_Callback_RESOLVER_STRING_1_unsigned long"; | 7463 Native_WebGLRenderingContext_activeTexture_Callback(mthis, texture) native "WebG
LRenderingContext_activeTexture_Callback_RESOLVER_STRING_1_unsigned long"; |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8094 return Native_Window____getter___1_Callback(mthis, index_OR_name); | 8109 return Native_Window____getter___1_Callback(mthis, index_OR_name); |
| 8095 } | 8110 } |
| 8096 if ((index_OR_name is String || index_OR_name == null)) { | 8111 if ((index_OR_name is String || index_OR_name == null)) { |
| 8097 return Native_Window____getter___2_Callback(mthis, index_OR_name); | 8112 return Native_Window____getter___2_Callback(mthis, index_OR_name); |
| 8098 } | 8113 } |
| 8099 throw new ArgumentError("Incorrect number or type of arguments"); | 8114 throw new ArgumentError("Incorrect number or type of arguments"); |
| 8100 } | 8115 } |
| 8101 | 8116 |
| 8102 Native_Window____getter___1_Callback(mthis, index_OR_name) native "Window___gett
er___Callback_RESOLVER_STRING_1_unsigned long"; | 8117 Native_Window____getter___1_Callback(mthis, index_OR_name) native "Window___gett
er___Callback_RESOLVER_STRING_1_unsigned long"; |
| 8103 | 8118 |
| 8104 Native_Window____getter___2_Callback(mthis, index_OR_name) native "Window___gett
er___Callback"; | 8119 Native_Window____getter___2_Callback(mthis, index_OR_name) native "Window___gett
er___Callback_RESOLVER_STRING_1_DOMString"; |
| 8105 | 8120 |
| 8106 Native_Window_alert_Callback(mthis, message) native "Window_alert_Callback_RESOL
VER_STRING_1_DOMString"; | 8121 Native_Window_alert_Callback(mthis, message) native "Window_alert_Callback_RESOL
VER_STRING_1_DOMString"; |
| 8107 | 8122 |
| 8108 Native_Window_cancelAnimationFrame_Callback(mthis, id) native "Window_cancelAnim
ationFrame_Callback_RESOLVER_STRING_1_long"; | 8123 Native_Window_cancelAnimationFrame_Callback(mthis, id) native "Window_cancelAnim
ationFrame_Callback_RESOLVER_STRING_1_long"; |
| 8109 | 8124 |
| 8110 Native_Window_close_Callback(mthis) native "Window_close_Callback_RESOLVER_STRIN
G_0_"; | 8125 Native_Window_close_Callback(mthis) native "Window_close_Callback_RESOLVER_STRIN
G_0_"; |
| 8111 | 8126 |
| 8112 Native_Window_confirm_Callback(mthis, message) native "Window_confirm_Callback_R
ESOLVER_STRING_1_DOMString"; | 8127 Native_Window_confirm_Callback(mthis, message) native "Window_confirm_Callback_R
ESOLVER_STRING_1_DOMString"; |
| 8113 | 8128 |
| 8114 Native_Window_find_Callback(mthis, string, caseSensitive, backwards, wrap, whole
Word, searchInFrames, showDialog) native "Window_find_Callback_RESOLVER_STRING_7
_DOMString_boolean_boolean_boolean_boolean_boolean_boolean"; | 8129 Native_Window_find_Callback(mthis, string, caseSensitive, backwards, wrap, whole
Word, searchInFrames, showDialog) native "Window_find_Callback_RESOLVER_STRING_7
_DOMString_boolean_boolean_boolean_boolean_boolean_boolean"; |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8362 // _DOMStringMap native entry points | 8377 // _DOMStringMap native entry points |
| 8363 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain
sKey_Callback"; | 8378 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain
sKey_Callback"; |
| 8364 | 8379 |
| 8365 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback"
; | 8380 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback"
; |
| 8366 | 8381 |
| 8367 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI
tem_Callback"; | 8382 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI
tem_Callback"; |
| 8368 | 8383 |
| 8369 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb
ack"; | 8384 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb
ack"; |
| 8370 | 8385 |
| 8371 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac
k"; | 8386 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac
k"; |
| OLD | NEW |