| 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 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 7 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 8 // for details. All rights reserved. Use of this source code is governed by a | 8 // for details. All rights reserved. Use of this source code is governed by a |
| 9 // BSD-style license that can be found in the LICENSE file. | 9 // BSD-style license that can be found in the LICENSE file. |
| 10 | 10 |
| (...skipping 7267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7278 static $parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback_RESO
LVER_STRING_0_"; | 7278 static $parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback_RESO
LVER_STRING_0_"; |
| 7279 | 7279 |
| 7280 static $previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback_
RESOLVER_STRING_0_"; | 7280 static $previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback_
RESOLVER_STRING_0_"; |
| 7281 | 7281 |
| 7282 static $previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Cal
lback_RESOLVER_STRING_0_"; | 7282 static $previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Cal
lback_RESOLVER_STRING_0_"; |
| 7283 } | 7283 } |
| 7284 | 7284 |
| 7285 class BlinkURL { | 7285 class BlinkURL { |
| 7286 static $_createObjectURL_1_Callback(blob_OR_source_OR_stream) native "URL_crea
teObjectURL_Callback_RESOLVER_STRING_1_Blob"; | 7286 static $_createObjectURL_1_Callback(blob_OR_source_OR_stream) native "URL_crea
teObjectURL_Callback_RESOLVER_STRING_1_Blob"; |
| 7287 | 7287 |
| 7288 static $_createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL_crea
teObjectURL_Callback_RESOLVER_STRING_1_MediaStream"; | 7288 static $_createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL_crea
teObjectURL_Callback_RESOLVER_STRING_1_MediaSource"; |
| 7289 | 7289 |
| 7290 static $_createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL_crea
teObjectURL_Callback_RESOLVER_STRING_1_MediaSource"; | 7290 static $_createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL_crea
teObjectURL_Callback_RESOLVER_STRING_1_MediaStream"; |
| 7291 | 7291 |
| 7292 static $createObjectUrlFromBlob_Callback(blob) native "URL_createObjectURL_Cal
lback_RESOLVER_STRING_1_Blob"; | 7292 static $createObjectUrlFromBlob_Callback(blob) native "URL_createObjectURL_Cal
lback_RESOLVER_STRING_1_Blob"; |
| 7293 | 7293 |
| 7294 static $createObjectUrlFromSource_Callback(source) native "URL_createObjectURL
_Callback_RESOLVER_STRING_1_MediaSource"; | 7294 static $createObjectUrlFromSource_Callback(source) native "URL_createObjectURL
_Callback_RESOLVER_STRING_1_MediaSource"; |
| 7295 | 7295 |
| 7296 static $createObjectUrlFromStream_Callback(stream) native "URL_createObjectURL
_Callback_RESOLVER_STRING_1_MediaStream"; | 7296 static $createObjectUrlFromStream_Callback(stream) native "URL_createObjectURL
_Callback_RESOLVER_STRING_1_MediaStream"; |
| 7297 | 7297 |
| 7298 static $revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback_RES
OLVER_STRING_1_DOMString"; | 7298 static $revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback_RES
OLVER_STRING_1_DOMString"; |
| 7299 | 7299 |
| 7300 static $hash_Getter(mthis) native "URL_hash_Getter"; | 7300 static $hash_Getter(mthis) native "URL_hash_Getter"; |
| (...skipping 1076 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8377 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; | 8377 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; |
| 8378 | 8378 |
| 8379 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; | 8379 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; |
| 8380 | 8380 |
| 8381 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; | 8381 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; |
| 8382 | 8382 |
| 8383 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; | 8383 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; |
| 8384 | 8384 |
| 8385 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; | 8385 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; |
| 8386 } | 8386 } |
| OLD | NEW |