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

Side by Side Diff: tools/dom/src/blink_native_DOMImplementation.dart

Issue 258733009: Rename blink -> _blink (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Regenerate SDK from dart repo 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 | « tools/dom/scripts/systemnative.py ('k') | tools/dom/src/html_native_DOMImplementation.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 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 4
5 part of blink; 5 part of _blink;
6 6
7 // _Utils native entry points 7 // _Utils native entry points
8 Native_Utils_window() native "Utils_window"; 8 Native_Utils_window() native "Utils_window";
9 9
10 Native_Utils_forwardingPrint(message) native "Utils_forwardingPrint"; 10 Native_Utils_forwardingPrint(message) native "Utils_forwardingPrint";
11 11
12 Native_Utils_spawnDomUri(uri) native "Utils_spawnDomUri"; 12 Native_Utils_spawnDomUri(uri) native "Utils_spawnDomUri";
13 13
14 Native_Utils_register(document, tag, customType, extendsTagName) native "Utils_r egister"; 14 Native_Utils_register(document, tag, customType, extendsTagName) native "Utils_r egister";
15 15
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 // _DOMStringMap native entry points 49 // _DOMStringMap native entry points
50 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback"; 50 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback";
51 51
52 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ; 52 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ;
53 53
54 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback"; 54 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback";
55 55
56 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack"; 56 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack";
57 57
58 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k"; 58 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k";
OLDNEW
« no previous file with comments | « tools/dom/scripts/systemnative.py ('k') | tools/dom/src/html_native_DOMImplementation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698