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

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

Issue 294993002: patch from issue 294853002 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: eady to review 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 | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * This library provides entry points to the native Blink code which backs 2 * This library provides entry points to the native Blink code which backs
3 * up the dart:html library. 3 * up the dart:html library.
4 */ 4 */
5 library dart.dom._blink; 5 library dart.dom._blink;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 import 'dart:collection'; 8 import 'dart:collection';
9 import 'dart:html'; 9 import 'dart:html';
10 import 'dart:_internal' hide Symbol, deprecated; 10 import 'dart:_internal' hide Symbol, deprecated;
(...skipping 28 matching lines...) Expand all
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 "Algorithm_name_Getter"; 49 Native_Algorithm_name_Getter(mthis) native "KeyAlgorithm_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
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_CanvasWindingRule"; 866 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding) native "CanvasR enderingContext2D_clip_Callback_RESOLVER_STRING_1_DOMString";
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
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
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"; 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";
966 964
967 // Generated overload resolver 965 // Generated overload resolver
968 Native_CanvasRenderingContext2D_fill(mthis, winding) { 966 Native_CanvasRenderingContext2D_fill(mthis, winding) {
969 if (winding != null) { 967 if (winding != null) {
970 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding); 968 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding);
971 return; 969 return;
972 } 970 }
973 Native_CanvasRenderingContext2D__fill_2_Callback(mthis); 971 Native_CanvasRenderingContext2D__fill_2_Callback(mthis);
974 return; 972 return;
975 } 973 }
976 974
977 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding) native "CanvasR enderingContext2D_fill_Callback_RESOLVER_STRING_1_CanvasWindingRule"; 975 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding) native "CanvasR enderingContext2D_fill_Callback_RESOLVER_STRING_1_DOMString";
978 976
979 Native_CanvasRenderingContext2D__fill_2_Callback(mthis) native "CanvasRenderingC ontext2D_fill_Callback_RESOLVER_STRING_0_"; 977 Native_CanvasRenderingContext2D__fill_2_Callback(mthis) native "CanvasRenderingC ontext2D_fill_Callback_RESOLVER_STRING_0_";
980 978
981 Native_CanvasRenderingContext2D_fillRect_Callback(mthis, x, y, width, height) na tive "CanvasRenderingContext2D_fillRect_Callback_RESOLVER_STRING_4_float_float_f loat_float"; 979 Native_CanvasRenderingContext2D_fillRect_Callback(mthis, x, y, width, height) na tive "CanvasRenderingContext2D_fillRect_Callback_RESOLVER_STRING_4_float_float_f loat_float";
982 980
983 // Generated overload resolver 981 // Generated overload resolver
984 Native_CanvasRenderingContext2D_fillText(mthis, text, x, y, maxWidth) { 982 Native_CanvasRenderingContext2D_fillText(mthis, text, x, y, maxWidth) {
985 if (maxWidth != null) { 983 if (maxWidth != null) {
986 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, ma xWidth); 984 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, ma xWidth);
987 return; 985 return;
(...skipping 13 matching lines...) Expand all
1001 Native_CanvasRenderingContext2D_getLineDash_Callback(mthis) native "CanvasRender ingContext2D_getLineDash_Callback_RESOLVER_STRING_0_"; 999 Native_CanvasRenderingContext2D_getLineDash_Callback(mthis) native "CanvasRender ingContext2D_getLineDash_Callback_RESOLVER_STRING_0_";
1002 1000
1003 // Generated overload resolver 1001 // Generated overload resolver
1004 Native_CanvasRenderingContext2D_isPointInPath(mthis, x, y, winding) { 1002 Native_CanvasRenderingContext2D_isPointInPath(mthis, x, y, winding) {
1005 if (winding != null) { 1003 if (winding != null) {
1006 return Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding); 1004 return Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding);
1007 } 1005 }
1008 return Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y ); 1006 return Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y );
1009 } 1007 }
1010 1008
1011 Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_3_float_ float_CanvasWindingRule"; 1009 Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_3_float_ float_DOMString";
1012 1010
1013 Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y) native "C anvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_2_float_float"; 1011 Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y) native "C anvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_2_float_float";
1014 1012
1015 Native_CanvasRenderingContext2D_isPointInStroke_Callback(mthis, x, y) native "Ca nvasRenderingContext2D_isPointInStroke_Callback_RESOLVER_STRING_2_float_float"; 1013 Native_CanvasRenderingContext2D_isPointInStroke_Callback(mthis, x, y) native "Ca nvasRenderingContext2D_isPointInStroke_Callback_RESOLVER_STRING_2_float_float";
1016 1014
1017 Native_CanvasRenderingContext2D_lineTo_Callback(mthis, x, y) native "CanvasRende ringContext2D_lineTo_Callback_RESOLVER_STRING_2_float_float"; 1015 Native_CanvasRenderingContext2D_lineTo_Callback(mthis, x, y) native "CanvasRende ringContext2D_lineTo_Callback_RESOLVER_STRING_2_float_float";
1018 1016
1019 Native_CanvasRenderingContext2D_measureText_Callback(mthis, text) native "Canvas RenderingContext2D_measureText_Callback_RESOLVER_STRING_1_DOMString"; 1017 Native_CanvasRenderingContext2D_measureText_Callback(mthis, text) native "Canvas RenderingContext2D_measureText_Callback_RESOLVER_STRING_1_DOMString";
1020 1018
1021 Native_CanvasRenderingContext2D_moveTo_Callback(mthis, x, y) native "CanvasRende ringContext2D_moveTo_Callback_RESOLVER_STRING_2_float_float"; 1019 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
2111 // Generated overload resolver 2109 // Generated overload resolver
2112 Native_FontFaceSet_forEach(mthis, callback, thisArg) { 2110 Native_FontFaceSet_forEach(mthis, callback, thisArg) {
2113 if (thisArg != null) { 2111 if (thisArg != null) {
2114 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg); 2112 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg);
2115 return; 2113 return;
2116 } 2114 }
2117 Native_FontFaceSet__forEach_2_Callback(mthis, callback); 2115 Native_FontFaceSet__forEach_2_Callback(mthis, callback);
2118 return; 2116 return;
2119 } 2117 }
2120 2118
2121 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac eSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_any"; 2119 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac eSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_ScriptValue";
2122 2120
2123 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet_forE ach_Callback_RESOLVER_STRING_1_FontFaceSetForEachCallback"; 2121 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet_forE ach_Callback_RESOLVER_STRING_1_FontFaceSetForEachCallback";
2124 2122
2125 Native_FontFaceSet_has_Callback(mthis, fontFace) native "FontFaceSet_has_Callbac k_RESOLVER_STRING_1_FontFace"; 2123 Native_FontFaceSet_has_Callback(mthis, fontFace) native "FontFaceSet_has_Callbac k_RESOLVER_STRING_1_FontFace";
2126 2124
2127 Native_FormData_constructorCallback(form) native "FormData_constructorCallback"; 2125 Native_FormData_constructorCallback(form) native "FormData_constructorCallback";
2128 2126
2129 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back"; 2127 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back";
2130 2128
2131 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa ta_append_Callback"; 2129 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
2199 Native_HTMLElement_translate_Getter(mthis) native "HTMLElement_translate_Getter" ; 2197 Native_HTMLElement_translate_Getter(mthis) native "HTMLElement_translate_Getter" ;
2200 2198
2201 Native_HTMLElement_translate_Setter(mthis, value) native "HTMLElement_translate_ Setter"; 2199 Native_HTMLElement_translate_Setter(mthis, value) native "HTMLElement_translate_ Setter";
2202 2200
2203 Native_HTMLElement_webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzo ne_Getter"; 2201 Native_HTMLElement_webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzo ne_Getter";
2204 2202
2205 Native_HTMLElement_webkitdropzone_Setter(mthis, value) native "HTMLElement_webki tdropzone_Setter"; 2203 Native_HTMLElement_webkitdropzone_Setter(mthis, value) native "HTMLElement_webki tdropzone_Setter";
2206 2204
2207 Native_HTMLElement_click_Callback(mthis) native "HTMLElement_click_Callback_RESO LVER_STRING_0_"; 2205 Native_HTMLElement_click_Callback(mthis) native "HTMLElement_click_Callback_RESO LVER_STRING_0_";
2208 2206
2209 Native_URLUtils_hash_Getter(mthis) native "URLUtils_hash_Getter"; 2207 Native_URLUtils_hash_Getter(mthis) native "URL_hash_Getter";
2210 2208
2211 Native_URLUtils_hash_Setter(mthis, value) native "URLUtils_hash_Setter"; 2209 Native_URLUtils_hash_Setter(mthis, value) native "URL_hash_Setter";
2212 2210
2213 Native_URLUtils_host_Getter(mthis) native "URLUtils_host_Getter"; 2211 Native_URLUtils_host_Getter(mthis) native "URL_host_Getter";
2214 2212
2215 Native_URLUtils_host_Setter(mthis, value) native "URLUtils_host_Setter"; 2213 Native_URLUtils_host_Setter(mthis, value) native "URL_host_Setter";
2216 2214
2217 Native_URLUtils_hostname_Getter(mthis) native "URLUtils_hostname_Getter"; 2215 Native_URLUtils_hostname_Getter(mthis) native "URL_hostname_Getter";
2218 2216
2219 Native_URLUtils_hostname_Setter(mthis, value) native "URLUtils_hostname_Setter"; 2217 Native_URLUtils_hostname_Setter(mthis, value) native "URL_hostname_Setter";
2220 2218
2221 Native_URLUtils_href_Getter(mthis) native "URLUtils_href_Getter"; 2219 Native_URLUtils_href_Getter(mthis) native "URL_href_Getter";
2222 2220
2223 Native_URLUtils_href_Setter(mthis, value) native "URLUtils_href_Setter"; 2221 Native_URLUtils_href_Setter(mthis, value) native "URL_href_Setter";
2224 2222
2225 Native_URLUtils_origin_Getter(mthis) native "URLUtils_origin_Getter"; 2223 Native_URLUtils_origin_Getter(mthis) native "URL_origin_Getter";
2226 2224
2227 Native_URLUtils_password_Getter(mthis) native "URLUtils_password_Getter"; 2225 Native_URLUtils_password_Getter(mthis) native "URL_password_Getter";
2228 2226
2229 Native_URLUtils_password_Setter(mthis, value) native "URLUtils_password_Setter"; 2227 Native_URLUtils_password_Setter(mthis, value) native "URL_password_Setter";
2230 2228
2231 Native_URLUtils_pathname_Getter(mthis) native "URLUtils_pathname_Getter"; 2229 Native_URLUtils_pathname_Getter(mthis) native "URL_pathname_Getter";
2232 2230
2233 Native_URLUtils_pathname_Setter(mthis, value) native "URLUtils_pathname_Setter"; 2231 Native_URLUtils_pathname_Setter(mthis, value) native "URL_pathname_Setter";
2234 2232
2235 Native_URLUtils_port_Getter(mthis) native "URLUtils_port_Getter"; 2233 Native_URLUtils_port_Getter(mthis) native "URL_port_Getter";
2236 2234
2237 Native_URLUtils_port_Setter(mthis, value) native "URLUtils_port_Setter"; 2235 Native_URLUtils_port_Setter(mthis, value) native "URL_port_Setter";
2238 2236
2239 Native_URLUtils_protocol_Getter(mthis) native "URLUtils_protocol_Getter"; 2237 Native_URLUtils_protocol_Getter(mthis) native "URL_protocol_Getter";
2240 2238
2241 Native_URLUtils_protocol_Setter(mthis, value) native "URLUtils_protocol_Setter"; 2239 Native_URLUtils_protocol_Setter(mthis, value) native "URL_protocol_Setter";
2242 2240
2243 Native_URLUtils_search_Getter(mthis) native "URLUtils_search_Getter"; 2241 Native_URLUtils_search_Getter(mthis) native "URL_search_Getter";
2244 2242
2245 Native_URLUtils_search_Setter(mthis, value) native "URLUtils_search_Setter"; 2243 Native_URLUtils_search_Setter(mthis, value) native "URL_search_Setter";
2246 2244
2247 Native_URLUtils_username_Getter(mthis) native "URLUtils_username_Getter"; 2245 Native_URLUtils_username_Getter(mthis) native "URL_username_Getter";
2248 2246
2249 Native_URLUtils_username_Setter(mthis, value) native "URLUtils_username_Setter"; 2247 Native_URLUtils_username_Setter(mthis, value) native "URL_username_Setter";
2250 2248
2251 Native_URLUtils_toString_Callback(mthis) native "URLUtils_toString_Callback_RESO LVER_STRING_0_"; 2249 Native_URLUtils_toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_ STRING_0_";
2252 2250
2253 Native_HTMLAnchorElement_download_Getter(mthis) native "HTMLAnchorElement_downlo ad_Getter"; 2251 Native_HTMLAnchorElement_download_Getter(mthis) native "HTMLAnchorElement_downlo ad_Getter";
2254 2252
2255 Native_HTMLAnchorElement_download_Setter(mthis, value) native "HTMLAnchorElement _download_Setter"; 2253 Native_HTMLAnchorElement_download_Setter(mthis, value) native "HTMLAnchorElement _download_Setter";
2256 2254
2257 Native_HTMLAnchorElement_hreflang_Getter(mthis) native "HTMLAnchorElement_hrefla ng_Getter"; 2255 Native_HTMLAnchorElement_hreflang_Getter(mthis) native "HTMLAnchorElement_hrefla ng_Getter";
2258 2256
2259 Native_HTMLAnchorElement_hreflang_Setter(mthis, value) native "HTMLAnchorElement _hreflang_Setter"; 2257 Native_HTMLAnchorElement_hreflang_Setter(mthis, value) native "HTMLAnchorElement _hreflang_Setter";
2260 2258
2261 Native_HTMLAnchorElement_rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter" ; 2259 Native_HTMLAnchorElement_rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter" ;
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
3712 Native_IDBCursor_direction_Getter(mthis) native "IDBCursor_direction_Getter"; 3710 Native_IDBCursor_direction_Getter(mthis) native "IDBCursor_direction_Getter";
3713 3711
3714 Native_IDBCursor_key_Getter(mthis) native "IDBCursor_key_Getter"; 3712 Native_IDBCursor_key_Getter(mthis) native "IDBCursor_key_Getter";
3715 3713
3716 Native_IDBCursor_primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; 3714 Native_IDBCursor_primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter";
3717 3715
3718 Native_IDBCursor_source_Getter(mthis) native "IDBCursor_source_Getter"; 3716 Native_IDBCursor_source_Getter(mthis) native "IDBCursor_source_Getter";
3719 3717
3720 Native_IDBCursor_advance_Callback(mthis, count) native "IDBCursor_advance_Callba ck_RESOLVER_STRING_1_unsigned long"; 3718 Native_IDBCursor_advance_Callback(mthis, count) native "IDBCursor_advance_Callba ck_RESOLVER_STRING_1_unsigned long";
3721 3719
3722 Native_IDBCursor_continuePrimaryKey_Callback(mthis, key, primaryKey) native "IDB Cursor_continuePrimaryKey_Callback_RESOLVER_STRING_2_any_any"; 3720 Native_IDBCursor_continuePrimaryKey_Callback(mthis, key, primaryKey) native "IDB Cursor_continuePrimaryKey_Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue";
3723 3721
3724 Native_IDBCursor_delete_Callback(mthis) native "IDBCursor_delete_Callback_RESOLV ER_STRING_0_"; 3722 Native_IDBCursor_delete_Callback(mthis) native "IDBCursor_delete_Callback_RESOLV ER_STRING_0_";
3725 3723
3726 Native_IDBCursor_next_Callback(mthis, key) native "IDBCursor_continue_Callback_R ESOLVER_STRING_1_any"; 3724 Native_IDBCursor_next_Callback(mthis, key) native "IDBCursor_continue_Callback_R ESOLVER_STRING_1_ScriptValue";
3727 3725
3728 Native_IDBCursor_update_Callback(mthis, value) native "IDBCursor_update_Callback _RESOLVER_STRING_1_any"; 3726 Native_IDBCursor_update_Callback(mthis, value) native "IDBCursor_update_Callback _RESOLVER_STRING_1_ScriptValue";
3729 3727
3730 Native_IDBCursorWithValue_value_Getter(mthis) native "IDBCursorWithValue_value_G etter"; 3728 Native_IDBCursorWithValue_value_Getter(mthis) native "IDBCursorWithValue_value_G etter";
3731 3729
3732 Native_IDBDatabase_name_Getter(mthis) native "IDBDatabase_name_Getter"; 3730 Native_IDBDatabase_name_Getter(mthis) native "IDBDatabase_name_Getter";
3733 3731
3734 Native_IDBDatabase_objectStoreNames_Getter(mthis) native "IDBDatabase_objectStor eNames_Getter"; 3732 Native_IDBDatabase_objectStoreNames_Getter(mthis) native "IDBDatabase_objectStor eNames_Getter";
3735 3733
3736 Native_IDBDatabase_version_Getter(mthis) native "IDBDatabase_version_Getter"; 3734 Native_IDBDatabase_version_Getter(mthis) native "IDBDatabase_version_Getter";
3737 3735
3738 Native_IDBDatabase_close_Callback(mthis) native "IDBDatabase_close_Callback_RESO LVER_STRING_0_"; 3736 Native_IDBDatabase_close_Callback(mthis) native "IDBDatabase_close_Callback_RESO LVER_STRING_0_";
(...skipping 21 matching lines...) Expand all
3760 Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_ DOMString"; 3758 Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_ DOMString";
3761 3759
3762 Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString" ; 3760 Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString" ;
3763 3761
3764 Native_IDBDatabase_transactionList_Callback(mthis, storeNames, mode) native "IDB Database_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_DOMString"; 3762 Native_IDBDatabase_transactionList_Callback(mthis, storeNames, mode) native "IDB Database_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_DOMString";
3765 3763
3766 Native_IDBDatabase_transactionStore_Callback(mthis, storeName, mode) native "IDB Database_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 3764 Native_IDBDatabase_transactionStore_Callback(mthis, storeName, mode) native "IDB Database_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString";
3767 3765
3768 Native_IDBDatabase_transactionStores_Callback(mthis, storeNames, mode) native "I DBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMString"; 3766 Native_IDBDatabase_transactionStores_Callback(mthis, storeNames, mode) native "I DBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMString";
3769 3767
3770 Native_IDBFactory_cmp_Callback(mthis, first, second) native "IDBFactory_cmp_Call back_RESOLVER_STRING_2_any_any"; 3768 Native_IDBFactory_cmp_Callback(mthis, first, second) native "IDBFactory_cmp_Call back_RESOLVER_STRING_2_ScriptValue_ScriptValue";
3771 3769
3772 Native_IDBFactory_deleteDatabase_Callback(mthis, name) native "IDBFactory_delete Database_Callback_RESOLVER_STRING_1_DOMString"; 3770 Native_IDBFactory_deleteDatabase_Callback(mthis, name) native "IDBFactory_delete Database_Callback_RESOLVER_STRING_1_DOMString";
3773 3771
3774 // Generated overload resolver 3772 // Generated overload resolver
3775 Native_IDBFactory__open(mthis, name, version) { 3773 Native_IDBFactory__open(mthis, name, version) {
3776 if (version != null) { 3774 if (version != null) {
3777 return Native_IDBFactory__open_1_Callback(mthis, name, version); 3775 return Native_IDBFactory__open_1_Callback(mthis, name, version);
3778 } 3776 }
3779 return Native_IDBFactory__open_2_Callback(mthis, name); 3777 return Native_IDBFactory__open_2_Callback(mthis, name);
3780 } 3778 }
3781 3779
3782 Native_IDBFactory__open_1_Callback(mthis, name, version) native "IDBFactory_open _Callback_RESOLVER_STRING_2_DOMString_unsigned long long"; 3780 Native_IDBFactory__open_1_Callback(mthis, name, version) native "IDBFactory_open _Callback_RESOLVER_STRING_2_DOMString_unsigned long long";
3783 3781
3784 Native_IDBFactory__open_2_Callback(mthis, name) native "IDBFactory_open_Callback _RESOLVER_STRING_1_DOMString"; 3782 Native_IDBFactory__open_2_Callback(mthis, name) native "IDBFactory_open_Callback _RESOLVER_STRING_1_DOMString";
3785 3783
3786 Native_IDBFactory_webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webk itGetDatabaseNames_Callback_RESOLVER_STRING_0_"; 3784 Native_IDBFactory_webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webk itGetDatabaseNames_Callback_RESOLVER_STRING_0_";
3787 3785
3788 Native_IDBIndex_keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter"; 3786 Native_IDBIndex_keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter";
3789 3787
3790 Native_IDBIndex_multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter"; 3788 Native_IDBIndex_multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter";
3791 3789
3792 Native_IDBIndex_name_Getter(mthis) native "IDBIndex_name_Getter"; 3790 Native_IDBIndex_name_Getter(mthis) native "IDBIndex_name_Getter";
3793 3791
3794 Native_IDBIndex_objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; 3792 Native_IDBIndex_objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter";
3795 3793
3796 Native_IDBIndex_unique_Getter(mthis) native "IDBIndex_unique_Getter"; 3794 Native_IDBIndex_unique_Getter(mthis) native "IDBIndex_unique_Getter";
3797 3795
3798 Native_IDBIndex_count_Callback(mthis, key) native "IDBIndex_count_Callback_RESOL VER_STRING_1_any"; 3796 Native_IDBIndex_count_Callback(mthis, key) native "IDBIndex_count_Callback_RESOL VER_STRING_1_ScriptValue";
3799 3797
3800 Native_IDBIndex_get_Callback(mthis, key) native "IDBIndex_get_Callback_RESOLVER_ STRING_1_any"; 3798 Native_IDBIndex_get_Callback(mthis, key) native "IDBIndex_get_Callback_RESOLVER_ STRING_1_ScriptValue";
3801 3799
3802 Native_IDBIndex_getKey_Callback(mthis, key) native "IDBIndex_getKey_Callback_RES OLVER_STRING_1_any"; 3800 Native_IDBIndex_getKey_Callback(mthis, key) native "IDBIndex_getKey_Callback_RES OLVER_STRING_1_ScriptValue";
3803 3801
3804 Native_IDBIndex_openCursor_Callback(mthis, key, direction) native "IDBIndex_open Cursor_Callback_RESOLVER_STRING_2_any_DOMString"; 3802 Native_IDBIndex_openCursor_Callback(mthis, key, direction) native "IDBIndex_open Cursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString";
3805 3803
3806 Native_IDBIndex_openKeyCursor_Callback(mthis, key, direction) native "IDBIndex_o penKeyCursor_Callback_RESOLVER_STRING_2_any_DOMString"; 3804 Native_IDBIndex_openKeyCursor_Callback(mthis, key, direction) native "IDBIndex_o penKeyCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString";
3807 3805
3808 Native_IDBKeyRange_lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; 3806 Native_IDBKeyRange_lower_Getter(mthis) native "IDBKeyRange_lower_Getter";
3809 3807
3810 Native_IDBKeyRange_lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter" ; 3808 Native_IDBKeyRange_lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter" ;
3811 3809
3812 Native_IDBKeyRange_upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; 3810 Native_IDBKeyRange_upper_Getter(mthis) native "IDBKeyRange_upper_Getter";
3813 3811
3814 Native_IDBKeyRange_upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter" ; 3812 Native_IDBKeyRange_upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter" ;
3815 3813
3816 Native_IDBKeyRange_bound__Callback(lower, upper, lowerOpen, upperOpen) native "I DBKeyRange_bound_Callback_RESOLVER_STRING_4_any_any_boolean_boolean"; 3814 Native_IDBKeyRange_bound__Callback(lower, upper, lowerOpen, upperOpen) native "I DBKeyRange_bound_Callback_RESOLVER_STRING_4_ScriptValue_ScriptValue_boolean_bool ean";
3817 3815
3818 Native_IDBKeyRange_lowerBound__Callback(bound, open) native "IDBKeyRange_lowerBo und_Callback_RESOLVER_STRING_2_any_boolean"; 3816 Native_IDBKeyRange_lowerBound__Callback(bound, open) native "IDBKeyRange_lowerBo und_Callback_RESOLVER_STRING_2_ScriptValue_boolean";
3819 3817
3820 Native_IDBKeyRange_only__Callback(value) native "IDBKeyRange_only_Callback_RESOL VER_STRING_1_any"; 3818 Native_IDBKeyRange_only__Callback(value) native "IDBKeyRange_only_Callback_RESOL VER_STRING_1_ScriptValue";
3821 3819
3822 Native_IDBKeyRange_upperBound__Callback(bound, open) native "IDBKeyRange_upperBo und_Callback_RESOLVER_STRING_2_any_boolean"; 3820 Native_IDBKeyRange_upperBound__Callback(bound, open) native "IDBKeyRange_upperBo und_Callback_RESOLVER_STRING_2_ScriptValue_boolean";
3823 3821
3824 Native_IDBObjectStore_autoIncrement_Getter(mthis) native "IDBObjectStore_autoInc rement_Getter"; 3822 Native_IDBObjectStore_autoIncrement_Getter(mthis) native "IDBObjectStore_autoInc rement_Getter";
3825 3823
3826 Native_IDBObjectStore_indexNames_Getter(mthis) native "IDBObjectStore_indexNames _Getter"; 3824 Native_IDBObjectStore_indexNames_Getter(mthis) native "IDBObjectStore_indexNames _Getter";
3827 3825
3828 Native_IDBObjectStore_keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Gette r"; 3826 Native_IDBObjectStore_keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Gette r";
3829 3827
3830 Native_IDBObjectStore_name_Getter(mthis) native "IDBObjectStore_name_Getter"; 3828 Native_IDBObjectStore_name_Getter(mthis) native "IDBObjectStore_name_Getter";
3831 3829
3832 Native_IDBObjectStore_transaction_Getter(mthis) native "IDBObjectStore_transacti on_Getter"; 3830 Native_IDBObjectStore_transaction_Getter(mthis) native "IDBObjectStore_transacti on_Getter";
3833 3831
3834 Native_IDBObjectStore_add_Callback(mthis, value, key) native "IDBObjectStore_add _Callback_RESOLVER_STRING_2_any_any"; 3832 Native_IDBObjectStore_add_Callback(mthis, value, key) native "IDBObjectStore_add _Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue";
3835 3833
3836 Native_IDBObjectStore_clear_Callback(mthis) native "IDBObjectStore_clear_Callbac k_RESOLVER_STRING_0_"; 3834 Native_IDBObjectStore_clear_Callback(mthis) native "IDBObjectStore_clear_Callbac k_RESOLVER_STRING_0_";
3837 3835
3838 Native_IDBObjectStore_count_Callback(mthis, key) native "IDBObjectStore_count_Ca llback_RESOLVER_STRING_1_any"; 3836 Native_IDBObjectStore_count_Callback(mthis, key) native "IDBObjectStore_count_Ca llback_RESOLVER_STRING_1_ScriptValue";
3839 3837
3840 // Generated overload resolver 3838 // Generated overload resolver
3841 Native_IDBObjectStore__createIndex(mthis, name, keyPath, options) { 3839 Native_IDBObjectStore__createIndex(mthis, name, keyPath, options) {
3842 if ((options is Map || options == null) && (keyPath is List<String> || keyPa th == null) && (name is String || name == null)) { 3840 if ((options is Map || options == null) && (keyPath is List<String> || keyPa th == null) && (name is String || name == null)) {
3843 return Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options); 3841 return Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options);
3844 } 3842 }
3845 if ((options is Map || options == null) && (keyPath is String || keyPath == null) && (name is String || name == null)) { 3843 if ((options is Map || options == null) && (keyPath is String || keyPath == null) && (name is String || name == null)) {
3846 return Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options); 3844 return Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options);
3847 } 3845 }
3848 throw new ArgumentError("Incorrect number or type of arguments"); 3846 throw new ArgumentError("Incorrect number or type of arguments");
3849 } 3847 }
3850 3848
3851 Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_sequence<DO MString>_Dictionary"; 3849 Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_sequence<DO MString>_Dictionary";
3852 3850
3853 Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_DOMString_D ictionary"; 3851 Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_DOMString_D ictionary";
3854 3852
3855 Native_IDBObjectStore_delete_Callback(mthis, key) native "IDBObjectStore_delete_ Callback_RESOLVER_STRING_1_any"; 3853 Native_IDBObjectStore_delete_Callback(mthis, key) native "IDBObjectStore_delete_ Callback_RESOLVER_STRING_1_ScriptValue";
3856 3854
3857 Native_IDBObjectStore_deleteIndex_Callback(mthis, name) native "IDBObjectStore_d eleteIndex_Callback_RESOLVER_STRING_1_DOMString"; 3855 Native_IDBObjectStore_deleteIndex_Callback(mthis, name) native "IDBObjectStore_d eleteIndex_Callback_RESOLVER_STRING_1_DOMString";
3858 3856
3859 Native_IDBObjectStore_get_Callback(mthis, key) native "IDBObjectStore_get_Callba ck_RESOLVER_STRING_1_any"; 3857 Native_IDBObjectStore_get_Callback(mthis, key) native "IDBObjectStore_get_Callba ck_RESOLVER_STRING_1_ScriptValue";
3860 3858
3861 Native_IDBObjectStore_index_Callback(mthis, name) native "IDBObjectStore_index_C allback_RESOLVER_STRING_1_DOMString"; 3859 Native_IDBObjectStore_index_Callback(mthis, name) native "IDBObjectStore_index_C allback_RESOLVER_STRING_1_DOMString";
3862 3860
3863 Native_IDBObjectStore_openCursor_Callback(mthis, key, direction) native "IDBObje ctStore_openCursor_Callback_RESOLVER_STRING_2_any_DOMString"; 3861 Native_IDBObjectStore_openCursor_Callback(mthis, key, direction) native "IDBObje ctStore_openCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString";
3864 3862
3865 Native_IDBObjectStore_openKeyCursor_Callback(mthis, range, direction) native "ID BObjectStore_openKeyCursor_Callback_RESOLVER_STRING_2_any_DOMString"; 3863 Native_IDBObjectStore_openKeyCursor_Callback(mthis, range, direction) native "ID BObjectStore_openKeyCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString";
3866 3864
3867 Native_IDBObjectStore_put_Callback(mthis, value, key) native "IDBObjectStore_put _Callback_RESOLVER_STRING_2_any_any"; 3865 Native_IDBObjectStore_put_Callback(mthis, value, key) native "IDBObjectStore_put _Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue";
3868 3866
3869 Native_IDBRequest_error_Getter(mthis) native "IDBRequest_error_Getter"; 3867 Native_IDBRequest_error_Getter(mthis) native "IDBRequest_error_Getter";
3870 3868
3871 Native_IDBRequest_readyState_Getter(mthis) native "IDBRequest_readyState_Getter" ; 3869 Native_IDBRequest_readyState_Getter(mthis) native "IDBRequest_readyState_Getter" ;
3872 3870
3873 Native_IDBRequest_result_Getter(mthis) native "IDBRequest_result_Getter"; 3871 Native_IDBRequest_result_Getter(mthis) native "IDBRequest_result_Getter";
3874 3872
3875 Native_IDBRequest_source_Getter(mthis) native "IDBRequest_source_Getter"; 3873 Native_IDBRequest_source_Getter(mthis) native "IDBRequest_source_Getter";
3876 3874
3877 Native_IDBRequest_transaction_Getter(mthis) native "IDBRequest_transaction_Gette r"; 3875 Native_IDBRequest_transaction_Getter(mthis) native "IDBRequest_transaction_Gette r";
(...skipping 29 matching lines...) Expand all
3907 Native_InputMethodContext_compositionEndOffset_Getter(mthis) native "InputMethod Context_compositionEndOffset_Getter"; 3905 Native_InputMethodContext_compositionEndOffset_Getter(mthis) native "InputMethod Context_compositionEndOffset_Getter";
3908 3906
3909 Native_InputMethodContext_compositionStartOffset_Getter(mthis) native "InputMeth odContext_compositionStartOffset_Getter"; 3907 Native_InputMethodContext_compositionStartOffset_Getter(mthis) native "InputMeth odContext_compositionStartOffset_Getter";
3910 3908
3911 Native_InputMethodContext_locale_Getter(mthis) native "InputMethodContext_locale _Getter"; 3909 Native_InputMethodContext_locale_Getter(mthis) native "InputMethodContext_locale _Getter";
3912 3910
3913 Native_InputMethodContext_target_Getter(mthis) native "InputMethodContext_target _Getter"; 3911 Native_InputMethodContext_target_Getter(mthis) native "InputMethodContext_target _Getter";
3914 3912
3915 Native_InputMethodContext_confirmComposition_Callback(mthis) native "InputMethod Context_confirmComposition_Callback_RESOLVER_STRING_0_"; 3913 Native_InputMethodContext_confirmComposition_Callback(mthis) native "InputMethod Context_confirmComposition_Callback_RESOLVER_STRING_0_";
3916 3914
3917 Native_InstallPhaseEvent_waitUntil_Callback(mthis, value) native "InstallPhaseEv ent_waitUntil_Callback_RESOLVER_STRING_1_any"; 3915 Native_InstallPhaseEvent_waitUntil_Callback(mthis, value) native "InstallPhaseEv ent_waitUntil_Callback_RESOLVER_STRING_1_ScriptValue";
3918 3916
3919 Native_InstallEvent_replace_Callback(mthis) native "InstallEvent_replace_Callbac k_RESOLVER_STRING_0_"; 3917 Native_InstallEvent_replace_Callback(mthis) native "InstallEvent_replace_Callbac k_RESOLVER_STRING_0_";
3920 3918
3921 Native_Key_algorithm_Getter(mthis) native "Key_algorithm_Getter"; 3919 Native_Key_algorithm_Getter(mthis) native "Key_algorithm_Getter";
3922 3920
3923 Native_Key_extractable_Getter(mthis) native "Key_extractable_Getter"; 3921 Native_Key_extractable_Getter(mthis) native "Key_extractable_Getter";
3924 3922
3925 Native_Key_type_Getter(mthis) native "Key_type_Getter"; 3923 Native_Key_type_Getter(mthis) native "Key_type_Getter";
3926 3924
3927 Native_Key_usages_Getter(mthis) native "Key_usages_Getter"; 3925 Native_Key_usages_Getter(mthis) native "Key_usages_Getter";
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
4166 // Generated overload resolver 4164 // Generated overload resolver
4167 Native_MediaSource_endOfStream(mthis, error) { 4165 Native_MediaSource_endOfStream(mthis, error) {
4168 if (error != null) { 4166 if (error != null) {
4169 Native_MediaSource__endOfStream_1_Callback(mthis, error); 4167 Native_MediaSource__endOfStream_1_Callback(mthis, error);
4170 return; 4168 return;
4171 } 4169 }
4172 Native_MediaSource__endOfStream_2_Callback(mthis); 4170 Native_MediaSource__endOfStream_2_Callback(mthis);
4173 return; 4171 return;
4174 } 4172 }
4175 4173
4176 Native_MediaSource__endOfStream_1_Callback(mthis, error) native "MediaSource_end OfStream_Callback_RESOLVER_STRING_1_EndOfStreamError"; 4174 Native_MediaSource__endOfStream_1_Callback(mthis, error) native "MediaSource_end OfStream_Callback_RESOLVER_STRING_1_DOMString";
4177 4175
4178 Native_MediaSource__endOfStream_2_Callback(mthis) native "MediaSource_endOfStrea m_Callback_RESOLVER_STRING_0_"; 4176 Native_MediaSource__endOfStream_2_Callback(mthis) native "MediaSource_endOfStrea m_Callback_RESOLVER_STRING_0_";
4179 4177
4180 Native_MediaSource_isTypeSupported_Callback(type) native "MediaSource_isTypeSupp orted_Callback_RESOLVER_STRING_1_DOMString"; 4178 Native_MediaSource_isTypeSupported_Callback(type) native "MediaSource_isTypeSupp orted_Callback_RESOLVER_STRING_1_DOMString";
4181 4179
4182 Native_MediaSource_removeSourceBuffer_Callback(mthis, buffer) native "MediaSourc e_removeSourceBuffer_Callback_RESOLVER_STRING_1_SourceBuffer"; 4180 Native_MediaSource_removeSourceBuffer_Callback(mthis, buffer) native "MediaSourc e_removeSourceBuffer_Callback_RESOLVER_STRING_1_SourceBuffer";
4183 4181
4184 // Generated overload resolver 4182 // Generated overload resolver
4185 Native_MediaStream_MediaStream(stream_OR_tracks) { 4183 Native_MediaStream_MediaStream(stream_OR_tracks) {
4186 if (stream_OR_tracks == null) { 4184 if (stream_OR_tracks == null) {
(...skipping 885 matching lines...) Expand 10 before | Expand all | Expand 10 after
5072 Native_SQLError_message_Getter(mthis) native "SQLError_message_Getter"; 5070 Native_SQLError_message_Getter(mthis) native "SQLError_message_Getter";
5073 5071
5074 Native_SQLResultSet_insertId_Getter(mthis) native "SQLResultSet_insertId_Getter" ; 5072 Native_SQLResultSet_insertId_Getter(mthis) native "SQLResultSet_insertId_Getter" ;
5075 5073
5076 Native_SQLResultSet_rows_Getter(mthis) native "SQLResultSet_rows_Getter"; 5074 Native_SQLResultSet_rows_Getter(mthis) native "SQLResultSet_rows_Getter";
5077 5075
5078 Native_SQLResultSet_rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected _Getter"; 5076 Native_SQLResultSet_rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected _Getter";
5079 5077
5080 Native_SQLResultSetRowList_length_Getter(mthis) native "SQLResultSetRowList_leng th_Getter"; 5078 Native_SQLResultSetRowList_length_Getter(mthis) native "SQLResultSetRowList_leng th_Getter";
5081 5079
5082 Native_SQLResultSetRowList_NativeIndexed_Getter(mthis, index) native "SQLResultS etRowList_item_Callback_RESOLVER_STRING_1_unsigned long"; 5080 Native_SQLResultSetRowList_NativeIndexed_Getter(mthis, index) native "SQLResultS etRowList_item_Callback";
5083 5081
5084 Native_SQLResultSetRowList_item_Callback(mthis, index) native "SQLResultSetRowLi st_item_Callback"; 5082 Native_SQLResultSetRowList_item_Callback(mthis, index) native "SQLResultSetRowLi st_item_Callback";
5085 5083
5086 Native_SQLTransaction_executeSql_Callback(mthis, sqlStatement, arguments, callba ck, errorCallback) native "SQLTransaction_executeSql_Callback"; 5084 Native_SQLTransaction_executeSql_Callback(mthis, sqlStatement, arguments, callba ck, errorCallback) native "SQLTransaction_executeSql_Callback";
5087 5085
5088 Native_SVGElement_className_Getter(mthis) native "SVGElement_className_Getter"; 5086 Native_SVGElement_className_Getter(mthis) native "SVGElement_className_Getter";
5089 5087
5090 Native_SVGElement_ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGEleme nt_Getter"; 5088 Native_SVGElement_ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGEleme nt_Getter";
5091 5089
5092 Native_SVGElement_style_Getter(mthis) native "SVGElement_style_Getter"; 5090 Native_SVGElement_style_Getter(mthis) native "SVGElement_style_Getter";
(...skipping 1435 matching lines...) Expand 10 before | Expand all | Expand 10 after
6528 Native_Screen_colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; 6526 Native_Screen_colorDepth_Getter(mthis) native "Screen_colorDepth_Getter";
6529 6527
6530 Native_Screen_height_Getter(mthis) native "Screen_height_Getter"; 6528 Native_Screen_height_Getter(mthis) native "Screen_height_Getter";
6531 6529
6532 Native_Screen_orientation_Getter(mthis) native "Screen_orientation_Getter"; 6530 Native_Screen_orientation_Getter(mthis) native "Screen_orientation_Getter";
6533 6531
6534 Native_Screen_pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; 6532 Native_Screen_pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter";
6535 6533
6536 Native_Screen_width_Getter(mthis) native "Screen_width_Getter"; 6534 Native_Screen_width_Getter(mthis) native "Screen_width_Getter";
6537 6535
6538 // Generated overload resolver 6536 Native_Screen_lockOrientation_Callback(mthis, orientation) native "Screen_lockOr ientation_Callback_RESOLVER_STRING_1_DOMString";
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>";
6552 6537
6553 Native_Screen_unlockOrientation_Callback(mthis) native "Screen_unlockOrientation _Callback_RESOLVER_STRING_0_"; 6538 Native_Screen_unlockOrientation_Callback(mthis) native "Screen_unlockOrientation _Callback_RESOLVER_STRING_0_";
6554 6539
6555 Native_ScriptProcessorNode_bufferSize_Getter(mthis) native "ScriptProcessorNode_ bufferSize_Getter"; 6540 Native_ScriptProcessorNode_bufferSize_Getter(mthis) native "ScriptProcessorNode_ bufferSize_Getter";
6556 6541
6557 Native_ScriptProcessorNode__setEventListener_Callback(mthis, eventListener) nati ve "ScriptProcessorNode__setEventListener_Callback"; 6542 Native_ScriptProcessorNode__setEventListener_Callback(mthis, eventListener) nati ve "ScriptProcessorNode_setEventListener_Callback";
6558 6543
6559 Native_SecurityPolicyViolationEvent_blockedURI_Getter(mthis) native "SecurityPol icyViolationEvent_blockedURI_Getter"; 6544 Native_SecurityPolicyViolationEvent_blockedURI_Getter(mthis) native "SecurityPol icyViolationEvent_blockedURI_Getter";
6560 6545
6561 Native_SecurityPolicyViolationEvent_columnNumber_Getter(mthis) native "SecurityP olicyViolationEvent_columnNumber_Getter"; 6546 Native_SecurityPolicyViolationEvent_columnNumber_Getter(mthis) native "SecurityP olicyViolationEvent_columnNumber_Getter";
6562 6547
6563 Native_SecurityPolicyViolationEvent_documentURI_Getter(mthis) native "SecurityPo licyViolationEvent_documentURI_Getter"; 6548 Native_SecurityPolicyViolationEvent_documentURI_Getter(mthis) native "SecurityPo licyViolationEvent_documentURI_Getter";
6564 6549
6565 Native_SecurityPolicyViolationEvent_effectiveDirective_Getter(mthis) native "Sec urityPolicyViolationEvent_effectiveDirective_Getter"; 6550 Native_SecurityPolicyViolationEvent_effectiveDirective_Getter(mthis) native "Sec urityPolicyViolationEvent_effectiveDirective_Getter";
6566 6551
6567 Native_SecurityPolicyViolationEvent_lineNumber_Getter(mthis) native "SecurityPol icyViolationEvent_lineNumber_Getter"; 6552 Native_SecurityPolicyViolationEvent_lineNumber_Getter(mthis) native "SecurityPol icyViolationEvent_lineNumber_Getter";
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
7263 Native_URL_search_Getter(mthis) native "URL_search_Getter"; 7248 Native_URL_search_Getter(mthis) native "URL_search_Getter";
7264 7249
7265 Native_URL_search_Setter(mthis, value) native "URL_search_Setter"; 7250 Native_URL_search_Setter(mthis, value) native "URL_search_Setter";
7266 7251
7267 Native_URL_username_Getter(mthis) native "URL_username_Getter"; 7252 Native_URL_username_Getter(mthis) native "URL_username_Getter";
7268 7253
7269 Native_URL_username_Setter(mthis, value) native "URL_username_Setter"; 7254 Native_URL_username_Setter(mthis, value) native "URL_username_Setter";
7270 7255
7271 Native_URL_toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_STRIN G_0_"; 7256 Native_URL_toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_STRIN G_0_";
7272 7257
7273 Native_URLUtilsReadOnly_hash_Getter(mthis) native "URLUtilsReadOnly_hash_Getter" ; 7258 Native_URLUtilsReadOnly_hash_Getter(mthis) native "WorkerLocation_hash_Getter";
7274 7259
7275 Native_URLUtilsReadOnly_host_Getter(mthis) native "URLUtilsReadOnly_host_Getter" ; 7260 Native_URLUtilsReadOnly_host_Getter(mthis) native "WorkerLocation_host_Getter";
7276 7261
7277 Native_URLUtilsReadOnly_hostname_Getter(mthis) native "URLUtilsReadOnly_hostname _Getter"; 7262 Native_URLUtilsReadOnly_hostname_Getter(mthis) native "WorkerLocation_hostname_G etter";
7278 7263
7279 Native_URLUtilsReadOnly_href_Getter(mthis) native "URLUtilsReadOnly_href_Getter" ; 7264 Native_URLUtilsReadOnly_href_Getter(mthis) native "WorkerLocation_href_Getter";
7280 7265
7281 Native_URLUtilsReadOnly_pathname_Getter(mthis) native "URLUtilsReadOnly_pathname _Getter"; 7266 Native_URLUtilsReadOnly_pathname_Getter(mthis) native "WorkerLocation_pathname_G etter";
7282 7267
7283 Native_URLUtilsReadOnly_port_Getter(mthis) native "URLUtilsReadOnly_port_Getter" ; 7268 Native_URLUtilsReadOnly_port_Getter(mthis) native "WorkerLocation_port_Getter";
7284 7269
7285 Native_URLUtilsReadOnly_protocol_Getter(mthis) native "URLUtilsReadOnly_protocol _Getter"; 7270 Native_URLUtilsReadOnly_protocol_Getter(mthis) native "WorkerLocation_protocol_G etter";
7286 7271
7287 Native_URLUtilsReadOnly_search_Getter(mthis) native "URLUtilsReadOnly_search_Get ter"; 7272 Native_URLUtilsReadOnly_search_Getter(mthis) native "WorkerLocation_search_Gette r";
7288 7273
7289 Native_URLUtilsReadOnly_toString_Callback(mthis) native "URLUtilsReadOnly_toStri ng_Callback_RESOLVER_STRING_0_"; 7274 Native_URLUtilsReadOnly_toString_Callback(mthis) native "WorkerLocation_toString _Callback_RESOLVER_STRING_0_";
7290 7275
7291 // Generated overload resolver 7276 // Generated overload resolver
7292 Native_VTTCue_VttCue(startTime, endTime, text) { 7277 Native_VTTCue_VttCue(startTime, endTime, text) {
7293 return Native_VTTCue__create_1constructorCallback(startTime, endTime, text); 7278 return Native_VTTCue__create_1constructorCallback(startTime, endTime, text);
7294 } 7279 }
7295 7280
7296 Native_VTTCue__create_1constructorCallback(startTime, endTime, text) native "VTT Cue_constructorCallback_RESOLVER_STRING_3_double_double_DOMString"; 7281 Native_VTTCue__create_1constructorCallback(startTime, endTime, text) native "VTT Cue_constructorCallback_RESOLVER_STRING_3_double_double_DOMString";
7297 7282
7298 Native_VTTCue_align_Getter(mthis) native "VTTCue_align_Getter"; 7283 Native_VTTCue_align_Getter(mthis) native "VTTCue_align_Getter";
7299 7284
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
7443 Native_WebGLContextAttributes_preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttributes_preserveDrawingBuffer_Setter"; 7428 Native_WebGLContextAttributes_preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttributes_preserveDrawingBuffer_Setter";
7444 7429
7445 Native_WebGLContextAttributes_stencil_Getter(mthis) native "WebGLContextAttribut es_stencil_Getter"; 7430 Native_WebGLContextAttributes_stencil_Getter(mthis) native "WebGLContextAttribut es_stencil_Getter";
7446 7431
7447 Native_WebGLContextAttributes_stencil_Setter(mthis, value) native "WebGLContextA ttributes_stencil_Setter"; 7432 Native_WebGLContextAttributes_stencil_Setter(mthis, value) native "WebGLContextA ttributes_stencil_Setter";
7448 7433
7449 Native_WebGLContextEvent_statusMessage_Getter(mthis) native "WebGLContextEvent_s tatusMessage_Getter"; 7434 Native_WebGLContextEvent_statusMessage_Getter(mthis) native "WebGLContextEvent_s tatusMessage_Getter";
7450 7435
7451 Native_WebGLDebugShaders_getTranslatedShaderSource_Callback(mthis, shader) nativ e "WebGLDebugShaders_getTranslatedShaderSource_Callback_RESOLVER_STRING_1_WebGLS hader"; 7436 Native_WebGLDebugShaders_getTranslatedShaderSource_Callback(mthis, shader) nativ e "WebGLDebugShaders_getTranslatedShaderSource_Callback_RESOLVER_STRING_1_WebGLS hader";
7452 7437
7453 Native_WebGLDrawBuffers_drawBuffersWEBGL_Callback(mthis, buffers) native "WebGLD rawBuffers_drawBuffersWEBGL_Callback_RESOLVER_STRING_1_sequence<GLenum>"; 7438 Native_WebGLDrawBuffers_drawBuffersWEBGL_Callback(mthis, buffers) native "WebGLD rawBuffers_drawBuffersWEBGL_Callback_RESOLVER_STRING_1_sequence<unsigned long>";
7454 7439
7455 Native_WebGLLoseContext_loseContext_Callback(mthis) native "WebGLLoseContext_los eContext_Callback_RESOLVER_STRING_0_"; 7440 Native_WebGLLoseContext_loseContext_Callback(mthis) native "WebGLLoseContext_los eContext_Callback_RESOLVER_STRING_0_";
7456 7441
7457 Native_WebGLLoseContext_restoreContext_Callback(mthis) native "WebGLLoseContext_ restoreContext_Callback_RESOLVER_STRING_0_"; 7442 Native_WebGLLoseContext_restoreContext_Callback(mthis) native "WebGLLoseContext_ restoreContext_Callback_RESOLVER_STRING_0_";
7458 7443
7459 Native_WebGLRenderingContext_drawingBufferHeight_Getter(mthis) native "WebGLRend eringContext_drawingBufferHeight_Getter"; 7444 Native_WebGLRenderingContext_drawingBufferHeight_Getter(mthis) native "WebGLRend eringContext_drawingBufferHeight_Getter";
7460 7445
7461 Native_WebGLRenderingContext_drawingBufferWidth_Getter(mthis) native "WebGLRende ringContext_drawingBufferWidth_Getter"; 7446 Native_WebGLRenderingContext_drawingBufferWidth_Getter(mthis) native "WebGLRende ringContext_drawingBufferWidth_Getter";
7462 7447
7463 Native_WebGLRenderingContext_activeTexture_Callback(mthis, texture) native "WebG LRenderingContext_activeTexture_Callback_RESOLVER_STRING_1_unsigned long"; 7448 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
8109 return Native_Window____getter___1_Callback(mthis, index_OR_name); 8094 return Native_Window____getter___1_Callback(mthis, index_OR_name);
8110 } 8095 }
8111 if ((index_OR_name is String || index_OR_name == null)) { 8096 if ((index_OR_name is String || index_OR_name == null)) {
8112 return Native_Window____getter___2_Callback(mthis, index_OR_name); 8097 return Native_Window____getter___2_Callback(mthis, index_OR_name);
8113 } 8098 }
8114 throw new ArgumentError("Incorrect number or type of arguments"); 8099 throw new ArgumentError("Incorrect number or type of arguments");
8115 } 8100 }
8116 8101
8117 Native_Window____getter___1_Callback(mthis, index_OR_name) native "Window___gett er___Callback_RESOLVER_STRING_1_unsigned long"; 8102 Native_Window____getter___1_Callback(mthis, index_OR_name) native "Window___gett er___Callback_RESOLVER_STRING_1_unsigned long";
8118 8103
8119 Native_Window____getter___2_Callback(mthis, index_OR_name) native "Window___gett er___Callback_RESOLVER_STRING_1_DOMString"; 8104 Native_Window____getter___2_Callback(mthis, index_OR_name) native "Window___gett er___Callback";
8120 8105
8121 Native_Window_alert_Callback(mthis, message) native "Window_alert_Callback_RESOL VER_STRING_1_DOMString"; 8106 Native_Window_alert_Callback(mthis, message) native "Window_alert_Callback_RESOL VER_STRING_1_DOMString";
8122 8107
8123 Native_Window_cancelAnimationFrame_Callback(mthis, id) native "Window_cancelAnim ationFrame_Callback_RESOLVER_STRING_1_long"; 8108 Native_Window_cancelAnimationFrame_Callback(mthis, id) native "Window_cancelAnim ationFrame_Callback_RESOLVER_STRING_1_long";
8124 8109
8125 Native_Window_close_Callback(mthis) native "Window_close_Callback_RESOLVER_STRIN G_0_"; 8110 Native_Window_close_Callback(mthis) native "Window_close_Callback_RESOLVER_STRIN G_0_";
8126 8111
8127 Native_Window_confirm_Callback(mthis, message) native "Window_confirm_Callback_R ESOLVER_STRING_1_DOMString"; 8112 Native_Window_confirm_Callback(mthis, message) native "Window_confirm_Callback_R ESOLVER_STRING_1_DOMString";
8128 8113
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"; 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";
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
8377 // _DOMStringMap native entry points 8362 // _DOMStringMap native entry points
8378 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback"; 8363 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback";
8379 8364
8380 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ; 8365 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ;
8381 8366
8382 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback"; 8367 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback";
8383 8368
8384 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack"; 8369 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack";
8385 8370
8386 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k"; 8371 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k";
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698