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

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

Issue 293023002: Dartium 35: Suppress type signature on custom constructors (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * This library provides entry points to the native Blink code which backs 2 * This library provides entry points to the native Blink code which backs
3 * up the dart:html library. 3 * up the dart:html library.
4 */ 4 */
5 library dart.dom._blink; 5 library dart.dom._blink;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 import 'dart:collection'; 8 import 'dart:collection';
9 import 'dart:html'; 9 import 'dart:html';
10 import 'dart:_internal' hide Symbol, deprecated; 10 import 'dart:_internal' hide Symbol, deprecated;
(...skipping 519 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 Native_BiquadFilterNode_frequency_Getter(mthis) native "BiquadFilterNode_frequen cy_Getter"; 530 Native_BiquadFilterNode_frequency_Getter(mthis) native "BiquadFilterNode_frequen cy_Getter";
531 531
532 Native_BiquadFilterNode_gain_Getter(mthis) native "BiquadFilterNode_gain_Getter" ; 532 Native_BiquadFilterNode_gain_Getter(mthis) native "BiquadFilterNode_gain_Getter" ;
533 533
534 Native_BiquadFilterNode_type_Getter(mthis) native "BiquadFilterNode_type_Getter" ; 534 Native_BiquadFilterNode_type_Getter(mthis) native "BiquadFilterNode_type_Getter" ;
535 535
536 Native_BiquadFilterNode_type_Setter(mthis, value) native "BiquadFilterNode_type_ Setter"; 536 Native_BiquadFilterNode_type_Setter(mthis, value) native "BiquadFilterNode_type_ Setter";
537 537
538 Native_BiquadFilterNode_getFrequencyResponse_Callback(mthis, frequencyHz, magRes ponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback_RES OLVER_STRING_3_Float32Array_Float32Array_Float32Array"; 538 Native_BiquadFilterNode_getFrequencyResponse_Callback(mthis, frequencyHz, magRes ponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback_RES OLVER_STRING_3_Float32Array_Float32Array_Float32Array";
539 539
540 Native_Blob_constructorCallback(blobParts, type, endings) native "Blob_construct orCallback_RESOLVER_STRING_0_"; 540 Native_Blob_constructorCallback(blobParts, type, endings) native "Blob_construct orCallback";
541 541
542 Native_Blob_size_Getter(mthis) native "Blob_size_Getter"; 542 Native_Blob_size_Getter(mthis) native "Blob_size_Getter";
543 543
544 Native_Blob_type_Getter(mthis) native "Blob_type_Getter"; 544 Native_Blob_type_Getter(mthis) native "Blob_type_Getter";
545 545
546 // Generated overload resolver 546 // Generated overload resolver
547 Native_Blob_slice(mthis, start, end, contentType) { 547 Native_Blob_slice(mthis, start, end, contentType) {
548 if (contentType != null) { 548 if (contentType != null) {
549 return Native_Blob__slice_1_Callback(mthis, start, end, contentType); 549 return Native_Blob__slice_1_Callback(mthis, start, end, contentType);
550 } 550 }
(...skipping 1566 matching lines...) Expand 10 before | Expand all | Expand 10 after
2117 Native_FontFaceSet__forEach_2_Callback(mthis, callback); 2117 Native_FontFaceSet__forEach_2_Callback(mthis, callback);
2118 return; 2118 return;
2119 } 2119 }
2120 2120
2121 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac eSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_any"; 2121 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac eSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_any";
2122 2122
2123 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet_forE ach_Callback_RESOLVER_STRING_1_FontFaceSetForEachCallback"; 2123 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet_forE ach_Callback_RESOLVER_STRING_1_FontFaceSetForEachCallback";
2124 2124
2125 Native_FontFaceSet_has_Callback(mthis, fontFace) native "FontFaceSet_has_Callbac k_RESOLVER_STRING_1_FontFace"; 2125 Native_FontFaceSet_has_Callback(mthis, fontFace) native "FontFaceSet_has_Callbac k_RESOLVER_STRING_1_FontFace";
2126 2126
2127 Native_FormData_constructorCallback(form) native "FormData_constructorCallback_R ESOLVER_STRING_1_HTMLFormElement"; 2127 Native_FormData_constructorCallback(form) native "FormData_constructorCallback";
2128 2128
2129 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back"; 2129 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back";
2130 2130
2131 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa ta_append_Callback"; 2131 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa ta_append_Callback";
2132 2132
2133 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter"; 2133 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter";
2134 2134
2135 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter"; 2135 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter";
2136 2136
2137 Native_Gamepad_buttons_Getter(mthis) native "Gamepad_buttons_Getter"; 2137 Native_Gamepad_buttons_Getter(mthis) native "Gamepad_buttons_Getter";
(...skipping 2182 matching lines...) Expand 10 before | Expand all | Expand 10 after
4320 Native_MouseEvent_shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; 4320 Native_MouseEvent_shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter";
4321 4321
4322 Native_MouseEvent_toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; 4322 Native_MouseEvent_toElement_Getter(mthis) native "MouseEvent_toElement_Getter";
4323 4323
4324 Native_MouseEvent_webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovemen tX_Getter"; 4324 Native_MouseEvent_webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovemen tX_Getter";
4325 4325
4326 Native_MouseEvent_webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovemen tY_Getter"; 4326 Native_MouseEvent_webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovemen tY_Getter";
4327 4327
4328 Native_MouseEvent_initMouseEvent_Callback(mthis, type, canBubble, cancelable, vi ew, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaK ey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback_RESOLVER_S TRING_15_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boole an_boolean_boolean_unsigned short_EventTarget"; 4328 Native_MouseEvent_initMouseEvent_Callback(mthis, type, canBubble, cancelable, vi ew, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaK ey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback_RESOLVER_S TRING_15_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boole an_boolean_boolean_unsigned short_EventTarget";
4329 4329
4330 Native_MutationObserver_constructorCallback(callback) native "MutationObserver_c onstructorCallback_RESOLVER_STRING_1_MutationCallback"; 4330 Native_MutationObserver_constructorCallback(callback) native "MutationObserver_c onstructorCallback";
4331 4331
4332 Native_MutationObserver_disconnect_Callback(mthis) native "MutationObserver_disc onnect_Callback_RESOLVER_STRING_0_"; 4332 Native_MutationObserver_disconnect_Callback(mthis) native "MutationObserver_disc onnect_Callback_RESOLVER_STRING_0_";
4333 4333
4334 Native_MutationObserver_observe_Callback(mthis, target, options) native "Mutatio nObserver_observe_Callback_RESOLVER_STRING_2_Node_Dictionary"; 4334 Native_MutationObserver_observe_Callback(mthis, target, options) native "Mutatio nObserver_observe_Callback_RESOLVER_STRING_2_Node_Dictionary";
4335 4335
4336 Native_MutationObserver_takeRecords_Callback(mthis) native "MutationObserver_tak eRecords_Callback_RESOLVER_STRING_0_"; 4336 Native_MutationObserver_takeRecords_Callback(mthis) native "MutationObserver_tak eRecords_Callback_RESOLVER_STRING_0_";
4337 4337
4338 Native_MutationRecord_addedNodes_Getter(mthis) native "MutationRecord_addedNodes _Getter"; 4338 Native_MutationRecord_addedNodes_Getter(mthis) native "MutationRecord_addedNodes _Getter";
4339 4339
4340 Native_MutationRecord_attributeName_Getter(mthis) native "MutationRecord_attribu teName_Getter"; 4340 Native_MutationRecord_attributeName_Getter(mthis) native "MutationRecord_attribu teName_Getter";
(...skipping 3536 matching lines...) Expand 10 before | Expand all | Expand 10 after
7877 7877
7878 Native_WebKitCSSMatrix__create_1constructorCallback(cssValue) native "WebKitCSSM atrix_constructorCallback_RESOLVER_STRING_1_DOMString"; 7878 Native_WebKitCSSMatrix__create_1constructorCallback(cssValue) native "WebKitCSSM atrix_constructorCallback_RESOLVER_STRING_1_DOMString";
7879 7879
7880 // Generated overload resolver 7880 // Generated overload resolver
7881 Native_WebKitMediaSource__WebKitMediaSource() { 7881 Native_WebKitMediaSource__WebKitMediaSource() {
7882 return Native_WebKitMediaSource__create_1constructorCallback(); 7882 return Native_WebKitMediaSource__create_1constructorCallback();
7883 } 7883 }
7884 7884
7885 Native_WebKitMediaSource__create_1constructorCallback() native "WebKitMediaSourc e_constructorCallback_RESOLVER_STRING_0_"; 7885 Native_WebKitMediaSource__create_1constructorCallback() native "WebKitMediaSourc e_constructorCallback_RESOLVER_STRING_0_";
7886 7886
7887 Native_WebKitPoint_constructorCallback(x, y) native "WebKitPoint_constructorCall back_RESOLVER_STRING_2_float_float"; 7887 Native_WebKitPoint_constructorCallback(x, y) native "WebKitPoint_constructorCall back";
7888 7888
7889 Native_WebKitPoint_x_Getter(mthis) native "WebKitPoint_x_Getter"; 7889 Native_WebKitPoint_x_Getter(mthis) native "WebKitPoint_x_Getter";
7890 7890
7891 Native_WebKitPoint_x_Setter(mthis, value) native "WebKitPoint_x_Setter"; 7891 Native_WebKitPoint_x_Setter(mthis, value) native "WebKitPoint_x_Setter";
7892 7892
7893 Native_WebKitPoint_y_Getter(mthis) native "WebKitPoint_y_Getter"; 7893 Native_WebKitPoint_y_Getter(mthis) native "WebKitPoint_y_Getter";
7894 7894
7895 Native_WebKitPoint_y_Setter(mthis, value) native "WebKitPoint_y_Setter"; 7895 Native_WebKitPoint_y_Setter(mthis, value) native "WebKitPoint_y_Setter";
7896 7896
7897 Native_WebKitSourceBufferList_item_Callback(mthis, index) native "WebKitSourceBu fferList_item_Callback_RESOLVER_STRING_1_unsigned long"; 7897 Native_WebKitSourceBufferList_item_Callback(mthis, index) native "WebKitSourceBu fferList_item_Callback_RESOLVER_STRING_1_unsigned long";
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
8167 Native_Worker__create_1constructorCallback(scriptUrl) native "Worker_constructor Callback_RESOLVER_STRING_1_DOMString"; 8167 Native_Worker__create_1constructorCallback(scriptUrl) native "Worker_constructor Callback_RESOLVER_STRING_1_DOMString";
8168 8168
8169 Native_Worker_postMessage_Callback(mthis, message, messagePorts) native "Worker_ postMessage_Callback"; 8169 Native_Worker_postMessage_Callback(mthis, message, messagePorts) native "Worker_ postMessage_Callback";
8170 8170
8171 Native_Worker_terminate_Callback(mthis) native "Worker_terminate_Callback_RESOLV ER_STRING_0_"; 8171 Native_Worker_terminate_Callback(mthis) native "Worker_terminate_Callback_RESOLV ER_STRING_0_";
8172 8172
8173 Native_WorkerCrypto_getRandomValues_Callback(mthis, array) native "WorkerCrypto_ getRandomValues_Callback"; 8173 Native_WorkerCrypto_getRandomValues_Callback(mthis, array) native "WorkerCrypto_ getRandomValues_Callback";
8174 8174
8175 Native_WorkerPerformance_now_Callback(mthis) native "WorkerPerformance_now_Callb ack_RESOLVER_STRING_0_"; 8175 Native_WorkerPerformance_now_Callback(mthis) native "WorkerPerformance_now_Callb ack_RESOLVER_STRING_0_";
8176 8176
8177 Native_XMLHttpRequest_constructorCallback() native "XMLHttpRequest_constructorCa llback_RESOLVER_STRING_1_XMLHttpRequestOptions"; 8177 Native_XMLHttpRequest_constructorCallback() native "XMLHttpRequest_constructorCa llback";
8178 8178
8179 Native_XMLHttpRequest_readyState_Getter(mthis) native "XMLHttpRequest_readyState _Getter"; 8179 Native_XMLHttpRequest_readyState_Getter(mthis) native "XMLHttpRequest_readyState _Getter";
8180 8180
8181 Native_XMLHttpRequest_response_Getter(mthis) native "XMLHttpRequest_response_Get ter"; 8181 Native_XMLHttpRequest_response_Getter(mthis) native "XMLHttpRequest_response_Get ter";
8182 8182
8183 Native_XMLHttpRequest_responseText_Getter(mthis) native "XMLHttpRequest_response Text_Getter"; 8183 Native_XMLHttpRequest_responseText_Getter(mthis) native "XMLHttpRequest_response Text_Getter";
8184 8184
8185 Native_XMLHttpRequest_responseType_Getter(mthis) native "XMLHttpRequest_response Type_Getter"; 8185 Native_XMLHttpRequest_responseType_Getter(mthis) native "XMLHttpRequest_response Type_Getter";
8186 8186
8187 Native_XMLHttpRequest_responseType_Setter(mthis, value) native "XMLHttpRequest_r esponseType_Setter"; 8187 Native_XMLHttpRequest_responseType_Setter(mthis, value) native "XMLHttpRequest_r esponseType_Setter";
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
8350 // _DOMStringMap native entry points 8350 // _DOMStringMap native entry points
8351 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback"; 8351 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback";
8352 8352
8353 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ; 8353 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ;
8354 8354
8355 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback"; 8355 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback";
8356 8356
8357 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack"; 8357 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack";
8358 8358
8359 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k"; 8359 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k";
OLDNEW
« no previous file with comments | « no previous file | tools/dom/scripts/systemnative.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698