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

Side by Side Diff: sdk/lib/_blink/dartium/_blink_dartium.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 | « no previous file | sdk/lib/_internal/libraries.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 // 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
11 // DO NOT EDIT 11 // DO NOT EDIT
12 // Auto-generated dart:blink library. 12 // Auto-generated dart:_blink library.
13 13
14 14
15 15
16 16
17 Native_ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback(mthis, mode, first , count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callba ck"; 17 Native_ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback(mthis, mode, first , count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callba ck";
18 18
19 Native_ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback(mthis, mode, cou nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA NGLE_Callback"; 19 Native_ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback(mthis, mode, cou nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA NGLE_Callback";
20 20
21 Native_ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback(mthis, index, divi sor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback"; 21 Native_ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback(mthis, index, divi sor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback";
22 22
(...skipping 7497 matching lines...) Expand 10 before | Expand all | Expand 10 after
7520 // _DOMStringMap native entry points 7520 // _DOMStringMap native entry points
7521 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback"; 7521 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback";
7522 7522
7523 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ; 7523 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ;
7524 7524
7525 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback"; 7525 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback";
7526 7526
7527 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack"; 7527 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack";
7528 7528
7529 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k"; 7529 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k";
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/_internal/libraries.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698