| 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 4593 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4604 } | 4604 } |
| 4605 if ((path_OR_text is Path || path_OR_text == null)) { | 4605 if ((path_OR_text is Path || path_OR_text == null)) { |
| 4606 return Native_Path__create_2constructorCallback(path_OR_text); | 4606 return Native_Path__create_2constructorCallback(path_OR_text); |
| 4607 } | 4607 } |
| 4608 if ((path_OR_text is String || path_OR_text == null)) { | 4608 if ((path_OR_text is String || path_OR_text == null)) { |
| 4609 return Native_Path__create_3constructorCallback(path_OR_text); | 4609 return Native_Path__create_3constructorCallback(path_OR_text); |
| 4610 } | 4610 } |
| 4611 throw new ArgumentError("Incorrect number or type of arguments"); | 4611 throw new ArgumentError("Incorrect number or type of arguments"); |
| 4612 } | 4612 } |
| 4613 | 4613 |
| 4614 Native_Path__create_1constructorCallback() native "Path_constructorCallback_RESO
LVER_STRING_0_"; | 4614 Native_Path__create_1constructorCallback() native "Path2D_constructorCallback_RE
SOLVER_STRING_0_"; |
| 4615 | 4615 |
| 4616 Native_Path__create_2constructorCallback(path_OR_text) native "Path_constructorC
allback_RESOLVER_STRING_1_Path"; | 4616 Native_Path__create_2constructorCallback(path_OR_text) native "Path2D_constructo
rCallback_RESOLVER_STRING_1_Path2D"; |
| 4617 | 4617 |
| 4618 Native_Path__create_3constructorCallback(path_OR_text) native "Path_constructorC
allback_RESOLVER_STRING_1_DOMString"; | 4618 Native_Path__create_3constructorCallback(path_OR_text) native "Path2D_constructo
rCallback_RESOLVER_STRING_1_DOMString"; |
| 4619 | 4619 |
| 4620 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"; | 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"; |
| 4621 | 4621 |
| 4622 Native_Path_arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path_arcTo_Cal
lback_RESOLVER_STRING_5_float_float_float_float_float"; | 4622 Native_Path_arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_C
allback_RESOLVER_STRING_5_float_float_float_float_float"; |
| 4623 | 4623 |
| 4624 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"; | 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"; |
| 4625 | 4625 |
| 4626 Native_Path_closePath_Callback(mthis) native "Path_closePath_Callback_RESOLVER_S
TRING_0_"; | 4626 Native_Path_closePath_Callback(mthis) native "Path2D_closePath_Callback_RESOLVER
_STRING_0_"; |
| 4627 | 4627 |
| 4628 Native_Path_lineTo_Callback(mthis, x, y) native "Path_lineTo_Callback_RESOLVER_S
TRING_2_float_float"; | 4628 Native_Path_lineTo_Callback(mthis, x, y) native "Path2D_lineTo_Callback_RESOLVER
_STRING_2_float_float"; |
| 4629 | 4629 |
| 4630 Native_Path_moveTo_Callback(mthis, x, y) native "Path_moveTo_Callback_RESOLVER_S
TRING_2_float_float"; | 4630 Native_Path_moveTo_Callback(mthis, x, y) native "Path2D_moveTo_Callback_RESOLVER
_STRING_2_float_float"; |
| 4631 | 4631 |
| 4632 Native_Path_quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "Path_quadra
ticCurveTo_Callback_RESOLVER_STRING_4_float_float_float_float"; | 4632 Native_Path_quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "Path2D_quad
raticCurveTo_Callback_RESOLVER_STRING_4_float_float_float_float"; |
| 4633 | 4633 |
| 4634 Native_Path_rect_Callback(mthis, x, y, width, height) native "Path_rect_Callback
_RESOLVER_STRING_4_float_float_float_float"; | 4634 Native_Path_rect_Callback(mthis, x, y, width, height) native "Path2D_rect_Callba
ck_RESOLVER_STRING_4_float_float_float_float"; |
| 4635 | 4635 |
| 4636 Native_Performance_memory_Getter(mthis) native "Performance_memory_Getter"; | 4636 Native_Performance_memory_Getter(mthis) native "Performance_memory_Getter"; |
| 4637 | 4637 |
| 4638 Native_Performance_navigation_Getter(mthis) native "Performance_navigation_Gette
r"; | 4638 Native_Performance_navigation_Getter(mthis) native "Performance_navigation_Gette
r"; |
| 4639 | 4639 |
| 4640 Native_Performance_timing_Getter(mthis) native "Performance_timing_Getter"; | 4640 Native_Performance_timing_Getter(mthis) native "Performance_timing_Getter"; |
| 4641 | 4641 |
| 4642 Native_Performance_clearMarks_Callback(mthis, markName) native "Performance_clea
rMarks_Callback_RESOLVER_STRING_1_DOMString"; | 4642 Native_Performance_clearMarks_Callback(mthis, markName) native "Performance_clea
rMarks_Callback_RESOLVER_STRING_1_DOMString"; |
| 4643 | 4643 |
| 4644 Native_Performance_clearMeasures_Callback(mthis, measureName) native "Performanc
e_clearMeasures_Callback_RESOLVER_STRING_1_DOMString"; | 4644 Native_Performance_clearMeasures_Callback(mthis, measureName) native "Performanc
e_clearMeasures_Callback_RESOLVER_STRING_1_DOMString"; |
| (...skipping 3717 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8362 // _DOMStringMap native entry points | 8362 // _DOMStringMap native entry points |
| 8363 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain
sKey_Callback"; | 8363 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain
sKey_Callback"; |
| 8364 | 8364 |
| 8365 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback"
; | 8365 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback"
; |
| 8366 | 8366 |
| 8367 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI
tem_Callback"; | 8367 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI
tem_Callback"; |
| 8368 | 8368 |
| 8369 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb
ack"; | 8369 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb
ack"; |
| 8370 | 8370 |
| 8371 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac
k"; | 8371 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac
k"; |
| OLD | NEW |