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

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

Issue 325923003: Add back invalid natives that couldn't be removed due to analyzer warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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/html/dart2js/html_dart2js.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 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 5203 matching lines...) Expand 10 before | Expand all | Expand 10 after
5214 Native_SVGElementInstance_firstChild_Getter(mthis) native "SVGElementInstance_fi rstChild_Getter"; 5214 Native_SVGElementInstance_firstChild_Getter(mthis) native "SVGElementInstance_fi rstChild_Getter";
5215 5215
5216 Native_SVGElementInstance_lastChild_Getter(mthis) native "SVGElementInstance_las tChild_Getter"; 5216 Native_SVGElementInstance_lastChild_Getter(mthis) native "SVGElementInstance_las tChild_Getter";
5217 5217
5218 Native_SVGElementInstance_nextSibling_Getter(mthis) native "SVGElementInstance_n extSibling_Getter"; 5218 Native_SVGElementInstance_nextSibling_Getter(mthis) native "SVGElementInstance_n extSibling_Getter";
5219 5219
5220 Native_SVGElementInstance_parentNode_Getter(mthis) native "SVGElementInstance_pa rentNode_Getter"; 5220 Native_SVGElementInstance_parentNode_Getter(mthis) native "SVGElementInstance_pa rentNode_Getter";
5221 5221
5222 Native_SVGElementInstance_previousSibling_Getter(mthis) native "SVGElementInstan ce_previousSibling_Getter"; 5222 Native_SVGElementInstance_previousSibling_Getter(mthis) native "SVGElementInstan ce_previousSibling_Getter";
5223 5223
5224 Native_SVGElementInstanceList_length_Getter(mthis) native "SVGElementInstanceLis t_length_Getter";
5225
5224 Native_SVGElementInstanceList_NativeIndexed_Getter(mthis, index) native "SVGElem entInstanceList_item_Callback_RESOLVER_STRING_1_unsigned long"; 5226 Native_SVGElementInstanceList_NativeIndexed_Getter(mthis, index) native "SVGElem entInstanceList_item_Callback_RESOLVER_STRING_1_unsigned long";
5225 5227
5226 Native_SVGElementInstanceList_item_Callback(mthis, index) native "SVGElementInst anceList_item_Callback_RESOLVER_STRING_1_unsigned long"; 5228 Native_SVGElementInstanceList_item_Callback(mthis, index) native "SVGElementInst anceList_item_Callback_RESOLVER_STRING_1_unsigned long";
5227 5229
5228 Native_SVGEllipseElement_cx_Getter(mthis) native "SVGEllipseElement_cx_Getter"; 5230 Native_SVGEllipseElement_cx_Getter(mthis) native "SVGEllipseElement_cx_Getter";
5229 5231
5230 Native_SVGEllipseElement_cy_Getter(mthis) native "SVGEllipseElement_cy_Getter"; 5232 Native_SVGEllipseElement_cy_Getter(mthis) native "SVGEllipseElement_cy_Getter";
5231 5233
5232 Native_SVGEllipseElement_rx_Getter(mthis) native "SVGEllipseElement_rx_Getter"; 5234 Native_SVGEllipseElement_rx_Getter(mthis) native "SVGEllipseElement_rx_Getter";
5233 5235
(...skipping 1427 matching lines...) Expand 10 before | Expand all | Expand 10 after
6661 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src); 6663 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src);
6662 return; 6664 return;
6663 } 6665 }
6664 6666
6665 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight) native "Spee chGrammarList_addFromUri_Callback_RESOLVER_STRING_2_DOMString_float"; 6667 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight) native "Spee chGrammarList_addFromUri_Callback_RESOLVER_STRING_2_DOMString_float";
6666 6668
6667 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src) native "SpeechGramma rList_addFromUri_Callback_RESOLVER_STRING_1_DOMString"; 6669 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src) native "SpeechGramma rList_addFromUri_Callback_RESOLVER_STRING_1_DOMString";
6668 6670
6669 Native_SpeechGrammarList_item_Callback(mthis, index) native "SpeechGrammarList_i tem_Callback_RESOLVER_STRING_1_unsigned long"; 6671 Native_SpeechGrammarList_item_Callback(mthis, index) native "SpeechGrammarList_i tem_Callback_RESOLVER_STRING_1_unsigned long";
6670 6672
6673 Native_SpeechInputResultList_length_Getter(mthis) native "SpeechInputResultList_ length_Getter";
6674
6671 Native_SpeechInputResultList_NativeIndexed_Getter(mthis, index) native "SpeechIn putResultList_item_Callback_RESOLVER_STRING_1_unsigned long"; 6675 Native_SpeechInputResultList_NativeIndexed_Getter(mthis, index) native "SpeechIn putResultList_item_Callback_RESOLVER_STRING_1_unsigned long";
6672 6676
6673 Native_SpeechInputResultList_item_Callback(mthis, index) native "SpeechInputResu ltList_item_Callback_RESOLVER_STRING_1_unsigned long"; 6677 Native_SpeechInputResultList_item_Callback(mthis, index) native "SpeechInputResu ltList_item_Callback_RESOLVER_STRING_1_unsigned long";
6674 6678
6675 // Generated overload resolver 6679 // Generated overload resolver
6676 Native_SpeechRecognition_SpeechRecognition() { 6680 Native_SpeechRecognition_SpeechRecognition() {
6677 return Native_SpeechRecognition__create_1constructorCallback(); 6681 return Native_SpeechRecognition__create_1constructorCallback();
6678 } 6682 }
6679 6683
6680 Native_SpeechRecognition__create_1constructorCallback() native "SpeechRecognitio n_constructorCallback_RESOLVER_STRING_0_"; 6684 Native_SpeechRecognition__create_1constructorCallback() native "SpeechRecognitio n_constructorCallback_RESOLVER_STRING_0_";
(...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
8250 // _DOMStringMap native entry points 8254 // _DOMStringMap native entry points
8251 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback"; 8255 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback";
8252 8256
8253 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ; 8257 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ;
8254 8258
8255 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback"; 8259 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback";
8256 8260
8257 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack"; 8261 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack";
8258 8262
8259 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k"; 8263 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k";
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698