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

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

Issue 644913002: Version 1.7.1 (Closed) Base URL: http://dart.googlecode.com/svn/branches/1.7/
Patch Set: Created 6 years, 2 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 | dart/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 // 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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after
1066 static initUIEvent_Callback_DOMString_boolean_boolean_Window_long(mthis, type, canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback_DOMSt ring_boolean_boolean_Window_long"; 1066 static initUIEvent_Callback_DOMString_boolean_boolean_Window_long(mthis, type, canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback_DOMSt ring_boolean_boolean_Window_long";
1067 } 1067 }
1068 1068
1069 class BlinkCompositionEvent { 1069 class BlinkCompositionEvent {
1070 static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEn d_Getter"; 1070 static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEn d_Getter";
1071 1071
1072 static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegment Start_Getter"; 1072 static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegment Start_Getter";
1073 1073
1074 static data_Getter(mthis) native "CompositionEvent_data_Getter"; 1074 static data_Getter(mthis) native "CompositionEvent_data_Getter";
1075 1075
1076 static getSegments_Callback(mthis) native "CompositionEvent_getSegments_Callba ck";
1077
1076 static initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStrin g(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "Composi tionEvent_initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStri ng"; 1078 static initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStrin g(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "Composi tionEvent_initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStri ng";
1077 } 1079 }
1078 1080
1079 class BlinkConsoleBase { 1081 class BlinkConsoleBase {
1080 static assert_Callback_boolean_object(mthis, condition, arg) native "ConsoleBa se_assert_Callback_boolean_object"; 1082 static assert_Callback_boolean_object(mthis, condition, arg) native "ConsoleBa se_assert_Callback_boolean_object";
1081 1083
1082 static clear_Callback_object(mthis, arg) native "ConsoleBase_clear_Callback_ob ject"; 1084 static clear_Callback_object(mthis, arg) native "ConsoleBase_clear_Callback_ob ject";
1083 1085
1084 static count_Callback_object(mthis, arg) native "ConsoleBase_count_Callback_ob ject"; 1086 static count_Callback_object(mthis, arg) native "ConsoleBase_count_Callback_ob ject";
1085 1087
(...skipping 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after
4040 4042
4041 class BlinkMIDIInput {} 4043 class BlinkMIDIInput {}
4042 4044
4043 class BlinkMIDIMessageEvent { 4045 class BlinkMIDIMessageEvent {
4044 static data_Getter(mthis) native "MIDIMessageEvent_data_Getter"; 4046 static data_Getter(mthis) native "MIDIMessageEvent_data_Getter";
4045 4047
4046 static receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter "; 4048 static receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter ";
4047 } 4049 }
4048 4050
4049 class BlinkMIDIOutput { 4051 class BlinkMIDIOutput {
4052 static send_Callback_Uint8Array(mthis, data) native "MIDIOutput_send_Callback_ Uint8Array";
4053
4050 static send_Callback_Uint8Array_double(mthis, data, timestamp) native "MIDIOut put_send_Callback_Uint8Array_double"; 4054 static send_Callback_Uint8Array_double(mthis, data, timestamp) native "MIDIOut put_send_Callback_Uint8Array_double";
4051 4055
4052 static send_Callback_Uint8Array(mthis, data) native "MIDIOutput_send_Callback_ Uint8Array"; 4056 static send_Callback_SEQ_ul_SEQ(mthis, data) native "MIDIOutput_send_Callback_ sequence<unsigned long>";
4057
4058 static send_Callback_SEQ_ul_SEQ_double(mthis, data, timestamp) native "MIDIOut put_send_Callback_sequence<unsigned long>_double";
4053 } 4059 }
4054 4060
4055 class BlinkMediaController { 4061 class BlinkMediaController {
4056 static constructorCallback() native "MediaController_constructorCallback"; 4062 static constructorCallback() native "MediaController_constructorCallback";
4057 4063
4058 static buffered_Getter(mthis) native "MediaController_buffered_Getter"; 4064 static buffered_Getter(mthis) native "MediaController_buffered_Getter";
4059 4065
4060 static currentTime_Getter(mthis) native "MediaController_currentTime_Getter"; 4066 static currentTime_Getter(mthis) native "MediaController_currentTime_Getter";
4061 4067
4062 static currentTime_Setter_double(mthis, value) native "MediaController_current Time_Setter"; 4068 static currentTime_Setter_double(mthis, value) native "MediaController_current Time_Setter";
(...skipping 3790 matching lines...) Expand 10 before | Expand all | Expand 10 after
7853 } 7859 }
7854 7860
7855 class BlinkWebGLDebugRendererInfo {} 7861 class BlinkWebGLDebugRendererInfo {}
7856 7862
7857 class BlinkWebGLDebugShaders { 7863 class BlinkWebGLDebugShaders {
7858 static getTranslatedShaderSource_Callback_WebGLShader(mthis, shader) native "W ebGLDebugShaders_getTranslatedShaderSource_Callback_WebGLShader"; 7864 static getTranslatedShaderSource_Callback_WebGLShader(mthis, shader) native "W ebGLDebugShaders_getTranslatedShaderSource_Callback_WebGLShader";
7859 } 7865 }
7860 7866
7861 class BlinkWebGLDepthTexture {} 7867 class BlinkWebGLDepthTexture {}
7862 7868
7863 class BlinkWebGLDrawBuffers {} 7869 class BlinkWebGLDrawBuffers {
7870 static drawBuffersWEBGL_Callback_SEQ_ul_SEQ(mthis, buffers) native "WebGLDrawB uffers_drawBuffersWEBGL_Callback_sequence<unsigned long>";
7871 }
7864 7872
7865 class BlinkWebGLFramebuffer {} 7873 class BlinkWebGLFramebuffer {}
7866 7874
7867 class BlinkWebGLLoseContext { 7875 class BlinkWebGLLoseContext {
7868 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba ck"; 7876 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba ck";
7869 7877
7870 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_ Callback"; 7878 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_ Callback";
7871 } 7879 }
7872 7880
7873 class BlinkWebGLProgram {} 7881 class BlinkWebGLProgram {}
(...skipping 779 matching lines...) Expand 10 before | Expand all | Expand 10 after
8653 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba ck"; 8661 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba ck";
8654 8662
8655 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; 8663 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback";
8656 8664
8657 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac k"; 8665 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac k";
8658 8666
8659 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; 8667 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback";
8660 8668
8661 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; 8669 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback";
8662 } 8670 }
OLDNEW
« no previous file with comments | « no previous file | dart/sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698