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

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

Issue 593853002: Chrome 38 script changes from integration branch (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 // 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 class BlinkANGLEInstancedArrays { 17 class BlinkANGLEInstancedArrays {
18 static drawArraysInstancedANGLE_Callback_ul_long_long_long(mthis, mode, first, count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callbac k_unsigned long_long_long_long"; 18 static drawArraysInstancedANGLE_Callback_ul_long_long_long(mthis, mode, first, count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callbac k_unsigned long_long_long_long";
19 19
20 static drawElementsInstancedANGLE_Callback_ul_long_ul_ll_long(mthis, mode, cou nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA NGLE_Callback_unsigned long_long_unsigned long_long long_long"; 20 static drawElementsInstancedANGLE_Callback_ul_long_ul_ll_long(mthis, mode, cou nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA NGLE_Callback_unsigned long_long_unsigned long_long long_long";
21 21
22 static vertexAttribDivisorANGLE_Callback_ul_long(mthis, index, divisor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_unsigned long_long"; 22 static vertexAttribDivisorANGLE_Callback_ul_long(mthis, index, divisor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_unsigned long_long";
23 } 23 }
24 24
25 class BlinkAbstractWorker {} 25 class BlinkAbstractWorker {}
26 26
27 class BlinkKeyAlgorithm {
28 static name_Getter(mthis) native "KeyAlgorithm_name_Getter";
29 }
30
31 class BlinkAesKeyAlgorithm {
32 static length_Getter(mthis) native "AesKeyAlgorithm_length_Getter";
33 }
34
35 class BlinkEventTarget { 27 class BlinkEventTarget {
36 static addEventListener_Callback_DOMString_EventListener_boolean(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback_DOMString_Ev entListener_boolean"; 28 static addEventListener_Callback_DOMString_EventListener_boolean(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback_DOMString_Ev entListener_boolean";
37 29
38 static addEventListener_Callback_DOMString(mthis, type) native "EventTarget_ad dEventListener_Callback_DOMString"; 30 static addEventListener_Callback_DOMString(mthis, type) native "EventTarget_ad dEventListener_Callback_DOMString";
39 31
40 static addEventListener_Callback(mthis) native "EventTarget_addEventListener_C allback"; 32 static addEventListener_Callback(mthis) native "EventTarget_addEventListener_C allback";
41 33
42 static dispatchEvent_Callback_Event(mthis, event) native "EventTarget_dispatch Event_Callback_Event"; 34 static dispatchEvent_Callback_Event(mthis, event) native "EventTarget_dispatch Event_Callback_Event";
43 35
44 static removeEventListener_Callback_DOMString_EventListener_boolean(mthis, typ e, listener, useCapture) native "EventTarget_removeEventListener_Callback_DOMStr ing_EventListener_boolean"; 36 static removeEventListener_Callback_DOMString_EventListener_boolean(mthis, typ e, listener, useCapture) native "EventTarget_removeEventListener_Callback_DOMStr ing_EventListener_boolean";
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 static playbackRate_Setter_double(mthis, value) native "AnimationPlayer_playba ckRate_Setter"; 136 static playbackRate_Setter_double(mthis, value) native "AnimationPlayer_playba ckRate_Setter";
145 137
146 static source_Getter(mthis) native "AnimationPlayer_source_Getter"; 138 static source_Getter(mthis) native "AnimationPlayer_source_Getter";
147 139
148 static source_Setter_AnimationNode(mthis, value) native "AnimationPlayer_sourc e_Setter"; 140 static source_Setter_AnimationNode(mthis, value) native "AnimationPlayer_sourc e_Setter";
149 141
150 static startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter"; 142 static startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter";
151 143
152 static startTime_Setter_double(mthis, value) native "AnimationPlayer_startTime _Setter"; 144 static startTime_Setter_double(mthis, value) native "AnimationPlayer_startTime _Setter";
153 145
154 static timeLag_Getter(mthis) native "AnimationPlayer_timeLag_Getter";
155
156 static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback"; 146 static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback";
157 147
158 static finish_Callback(mthis) native "AnimationPlayer_finish_Callback"; 148 static finish_Callback(mthis) native "AnimationPlayer_finish_Callback";
159 149
160 static pause_Callback(mthis) native "AnimationPlayer_pause_Callback"; 150 static pause_Callback(mthis) native "AnimationPlayer_pause_Callback";
161 151
162 static play_Callback(mthis) native "AnimationPlayer_play_Callback"; 152 static play_Callback(mthis) native "AnimationPlayer_play_Callback";
163 153
164 static reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback"; 154 static reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback";
165 } 155 }
(...skipping 30 matching lines...) Expand all
196 186
197 class BlinkAnimationPlayerEvent { 187 class BlinkAnimationPlayerEvent {
198 static currentTime_Getter(mthis) native "AnimationPlayerEvent_currentTime_Gett er"; 188 static currentTime_Getter(mthis) native "AnimationPlayerEvent_currentTime_Gett er";
199 189
200 static timelineTime_Getter(mthis) native "AnimationPlayerEvent_timelineTime_Ge tter"; 190 static timelineTime_Getter(mthis) native "AnimationPlayerEvent_timelineTime_Ge tter";
201 } 191 }
202 192
203 class BlinkAnimationTimeline { 193 class BlinkAnimationTimeline {
204 static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter" ; 194 static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter" ;
205 195
196 static getAnimationPlayers_Callback(mthis) native "AnimationTimeline_getAnimat ionPlayers_Callback";
197
206 static play_Callback_AnimationNode(mthis, source) native "AnimationTimeline_pl ay_Callback_AnimationNode"; 198 static play_Callback_AnimationNode(mthis, source) native "AnimationTimeline_pl ay_Callback_AnimationNode";
207 } 199 }
208 200
209 class BlinkApplicationCache { 201 class BlinkApplicationCache {
210 static status_Getter(mthis) native "ApplicationCache_status_Getter"; 202 static status_Getter(mthis) native "ApplicationCache_status_Getter";
211 203
212 static abort_Callback(mthis) native "ApplicationCache_abort_Callback"; 204 static abort_Callback(mthis) native "ApplicationCache_abort_Callback";
213 205
214 static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback"; 206 static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback";
215 207
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 static parentElement_Getter(mthis) native "Node_parentElement_Getter"; 244 static parentElement_Getter(mthis) native "Node_parentElement_Getter";
253 245
254 static parentNode_Getter(mthis) native "Node_parentNode_Getter"; 246 static parentNode_Getter(mthis) native "Node_parentNode_Getter";
255 247
256 static previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; 248 static previousSibling_Getter(mthis) native "Node_previousSibling_Getter";
257 249
258 static textContent_Getter(mthis) native "Node_textContent_Getter"; 250 static textContent_Getter(mthis) native "Node_textContent_Getter";
259 251
260 static textContent_Setter_DOMString(mthis, value) native "Node_textContent_Set ter"; 252 static textContent_Setter_DOMString(mthis, value) native "Node_textContent_Set ter";
261 253
262 static appendChild_Callback_Node(mthis, newChild) native "Node_appendChild_Cal lback"; 254 static appendChild_Callback_Node(mthis, newChild) native "Node_appendChild_Cal lback_Node";
263 255
264 static cloneNode_Callback_boolean(mthis, deep) native "Node_cloneNode_Callback "; 256 static cloneNode_Callback_boolean(mthis, deep) native "Node_cloneNode_Callback ";
265 257
266 static contains_Callback_Node(mthis, other) native "Node_contains_Callback_Nod e"; 258 static contains_Callback_Node(mthis, other) native "Node_contains_Callback_Nod e";
267 259
268 static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback"; 260 static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback";
269 261
270 static insertBefore_Callback_Node_Node(mthis, newChild, refChild) native "Node _insertBefore_Callback"; 262 static insertBefore_Callback_Node_Node(mthis, newChild, refChild) native "Node _insertBefore_Callback_Node_Node";
271 263
272 static removeChild_Callback_Node(mthis, oldChild) native "Node_removeChild_Cal lback"; 264 static removeChild_Callback_Node(mthis, oldChild) native "Node_removeChild_Cal lback_Node";
273 265
274 static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node _replaceChild_Callback"; 266 static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node _replaceChild_Callback_Node_Node";
275 } 267 }
276 268
277 class BlinkAttr { 269 class BlinkAttr {
278 static localName_Getter(mthis) native "Attr_localName_Getter"; 270 static localName_Getter(mthis) native "Attr_localName_Getter";
279 271
280 static name_Getter(mthis) native "Attr_name_Getter"; 272 static name_Getter(mthis) native "Attr_name_Getter";
281 273
282 static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; 274 static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter";
283 275
284 static nodeValue_Getter(mthis) native "Attr_nodeValue_Getter"; 276 static nodeValue_Getter(mthis) native "Attr_nodeValue_Getter";
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 static setOrientation_Callback_float_float_float_float_float_float(mthis, x, y , z, xUp, yUp, zUp) native "AudioListener_setOrientation_Callback_float_float_fl oat_float_float_float"; 410 static setOrientation_Callback_float_float_float_float_float_float(mthis, x, y , z, xUp, yUp, zUp) native "AudioListener_setOrientation_Callback_float_float_fl oat_float_float_float";
419 411
420 static setPosition_Callback_float_float_float(mthis, x, y, z) native "AudioLis tener_setPosition_Callback_float_float_float"; 412 static setPosition_Callback_float_float_float(mthis, x, y, z) native "AudioLis tener_setPosition_Callback_float_float_float";
421 413
422 static setVelocity_Callback_float_float_float(mthis, x, y, z) native "AudioLis tener_setVelocity_Callback_float_float_float"; 414 static setVelocity_Callback_float_float_float(mthis, x, y, z) native "AudioLis tener_setVelocity_Callback_float_float_float";
423 } 415 }
424 416
425 class BlinkAudioParam { 417 class BlinkAudioParam {
426 static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter"; 418 static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter";
427 419
428 static maxValue_Getter(mthis) native "AudioParam_maxValue_Getter";
429
430 static minValue_Getter(mthis) native "AudioParam_minValue_Getter";
431
432 static name_Getter(mthis) native "AudioParam_name_Getter";
433
434 static units_Getter(mthis) native "AudioParam_units_Getter";
435
436 static value_Getter(mthis) native "AudioParam_value_Getter"; 420 static value_Getter(mthis) native "AudioParam_value_Getter";
437 421
438 static value_Setter_float(mthis, value) native "AudioParam_value_Setter"; 422 static value_Setter_float(mthis, value) native "AudioParam_value_Setter";
439 423
440 static cancelScheduledValues_Callback_double(mthis, startTime) native "AudioPa ram_cancelScheduledValues_Callback_double"; 424 static cancelScheduledValues_Callback_double(mthis, startTime) native "AudioPa ram_cancelScheduledValues_Callback_double";
441 425
442 static exponentialRampToValueAtTime_Callback_float_double(mthis, value, time) native "AudioParam_exponentialRampToValueAtTime_Callback_float_double"; 426 static exponentialRampToValueAtTime_Callback_float_double(mthis, value, time) native "AudioParam_exponentialRampToValueAtTime_Callback_float_double";
443 427
444 static linearRampToValueAtTime_Callback_float_double(mthis, value, time) nativ e "AudioParam_linearRampToValueAtTime_Callback_float_double"; 428 static linearRampToValueAtTime_Callback_float_double(mthis, value, time) nativ e "AudioParam_linearRampToValueAtTime_Callback_float_double";
445 429
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 579
596 static type_Getter(mthis) native "CSSRule_type_Getter"; 580 static type_Getter(mthis) native "CSSRule_type_Getter";
597 } 581 }
598 582
599 class BlinkCSSCharsetRule { 583 class BlinkCSSCharsetRule {
600 static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter"; 584 static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter";
601 585
602 static encoding_Setter_DOMString(mthis, value) native "CSSCharsetRule_encoding _Setter"; 586 static encoding_Setter_DOMString(mthis, value) native "CSSCharsetRule_encoding _Setter";
603 } 587 }
604 588
605 class BlinkCSSFontFaceLoadEvent {
606 static fontfaces_Getter(mthis) native "CSSFontFaceLoadEvent_fontfaces_Getter";
607 }
608
609 class BlinkCSSFontFaceRule { 589 class BlinkCSSFontFaceRule {
610 static style_Getter(mthis) native "CSSFontFaceRule_style_Getter"; 590 static style_Getter(mthis) native "CSSFontFaceRule_style_Getter";
611 } 591 }
612 592
613 class BlinkCSSImportRule { 593 class BlinkCSSImportRule {
614 static href_Getter(mthis) native "CSSImportRule_href_Getter"; 594 static href_Getter(mthis) native "CSSImportRule_href_Getter";
615 595
616 static media_Getter(mthis) native "CSSImportRule_media_Getter"; 596 static media_Getter(mthis) native "CSSImportRule_media_Getter";
617 597
618 static styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter"; 598 static styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter";
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 class BlinkCSSValueList { 737 class BlinkCSSValueList {
758 static length_Getter(mthis) native "CSSValueList_length_Getter"; 738 static length_Getter(mthis) native "CSSValueList_length_Getter";
759 739
760 static item_Callback_ul(mthis, index) native "CSSValueList_item_Callback_unsig ned long"; 740 static item_Callback_ul(mthis, index) native "CSSValueList_item_Callback_unsig ned long";
761 } 741 }
762 742
763 class BlinkCSSViewportRule { 743 class BlinkCSSViewportRule {
764 static style_Getter(mthis) native "CSSViewportRule_style_Getter"; 744 static style_Getter(mthis) native "CSSViewportRule_style_Getter";
765 } 745 }
766 746
747 class BlinkCache {}
748
749 class BlinkCacheStorage {}
750
767 class BlinkCanvas2DContextAttributes { 751 class BlinkCanvas2DContextAttributes {
768 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; 752 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter";
769 753
770 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al pha_Setter"; 754 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al pha_Setter";
771 755
772 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter" ; 756 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter" ;
773 757
774 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute s_storage_Setter"; 758 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute s_storage_Setter";
775 } 759 }
776 760
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 static strokeStyle_Setter_object(mthis, value) native "CanvasRenderingContext2 D_strokeStyle_Setter"; 834 static strokeStyle_Setter_object(mthis, value) native "CanvasRenderingContext2 D_strokeStyle_Setter";
851 835
852 static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Gett er"; 836 static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Gett er";
853 837
854 static textAlign_Setter_DOMString(mthis, value) native "CanvasRenderingContext 2D_textAlign_Setter"; 838 static textAlign_Setter_DOMString(mthis, value) native "CanvasRenderingContext 2D_textAlign_Setter";
855 839
856 static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaselin e_Getter"; 840 static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaselin e_Getter";
857 841
858 static textBaseline_Setter_DOMString(mthis, value) native "CanvasRenderingCont ext2D_textBaseline_Setter"; 842 static textBaseline_Setter_DOMString(mthis, value) native "CanvasRenderingCont ext2D_textBaseline_Setter";
859 843
844 static addHitRegion_Callback_Dictionary(mthis, options) native "CanvasRenderin gContext2D_addHitRegion_Callback_Dictionary";
845
860 static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Ca llback"; 846 static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Ca llback";
861 847
848 static clearHitRegions_Callback(mthis) native "CanvasRenderingContext2D_clearH itRegions_Callback";
849
862 static clearRect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_clearRect_Callback_float_float_float_float"; 850 static clearRect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_clearRect_Callback_float_float_float_float";
863 851
864 static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback"; 852 static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback";
865 853
866 static clip_Callback_DOMString(mthis, path_OR_winding) native "CanvasRendering Context2D_clip_Callback_DOMString"; 854 static clip_Callback_DOMString(mthis, path_OR_winding) native "CanvasRendering Context2D_clip_Callback_DOMString";
867 855
868 static clip_Callback_Path2D(mthis, path_OR_winding) native "CanvasRenderingCon text2D_clip_Callback_Path2D"; 856 static clip_Callback_Path2D(mthis, path_OR_winding) native "CanvasRenderingCon text2D_clip_Callback_Path2D";
869 857
870 static clip_Callback_Path2D_DOMString(mthis, path_OR_winding, winding) native "CanvasRenderingContext2D_clip_Callback_Path2D_DOMString"; 858 static clip_Callback_Path2D_DOMString(mthis, path_OR_winding, winding) native "CanvasRenderingContext2D_clip_Callback_Path2D_DOMString";
871 859
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 static isPointInStroke_Callback_float_float(mthis, path_OR_x, x_OR_y) native " CanvasRenderingContext2D_isPointInStroke_Callback_float_float"; 932 static isPointInStroke_Callback_float_float(mthis, path_OR_x, x_OR_y) native " CanvasRenderingContext2D_isPointInStroke_Callback_float_float";
945 933
946 static isPointInStroke_Callback_Path2D_float_float(mthis, path_OR_x, x_OR_y, y ) native "CanvasRenderingContext2D_isPointInStroke_Callback_Path2D_float_float"; 934 static isPointInStroke_Callback_Path2D_float_float(mthis, path_OR_x, x_OR_y, y ) native "CanvasRenderingContext2D_isPointInStroke_Callback_Path2D_float_float";
947 935
948 static measureText_Callback_DOMString(mthis, text) native "CanvasRenderingCont ext2D_measureText_Callback_DOMString"; 936 static measureText_Callback_DOMString(mthis, text) native "CanvasRenderingCont ext2D_measureText_Callback_DOMString";
949 937
950 static putImageData_Callback_ImageData_float_float(mthis, imagedata, dx, dy) n ative "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float"; 938 static putImageData_Callback_ImageData_float_float(mthis, imagedata, dx, dy) n ative "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float";
951 939
952 static putImageData_Callback_ImageData_float_float_float_float_float_float(mth is, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRe nderingContext2D_putImageData_Callback_ImageData_float_float_float_float_float_f loat"; 940 static putImageData_Callback_ImageData_float_float_float_float_float_float(mth is, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRe nderingContext2D_putImageData_Callback_ImageData_float_float_float_float_float_f loat";
953 941
942 static removeHitRegion_Callback_DOMString(mthis, id) native "CanvasRenderingCo ntext2D_removeHitRegion_Callback_DOMString";
943
954 static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTr ansform_Callback"; 944 static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTr ansform_Callback";
955 945
956 static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callba ck"; 946 static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callba ck";
957 947
958 static rotate_Callback_float(mthis, angle) native "CanvasRenderingContext2D_ro tate_Callback_float"; 948 static rotate_Callback_float(mthis, angle) native "CanvasRenderingContext2D_ro tate_Callback_float";
959 949
960 static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback"; 950 static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback";
961 951
962 static scale_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2 D_scale_Callback_float_float"; 952 static scale_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2 D_scale_Callback_float_float";
963 953
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 989
1000 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y ) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_float_float_float_f loat"; 990 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y ) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_float_float_float_f loat";
1001 991
1002 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ e "CanvasRenderingContext2D_rect_Callback_float_float_float_float"; 992 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ e "CanvasRenderingContext2D_rect_Callback_float_float_float_float";
1003 } 993 }
1004 994
1005 class BlinkChannelMergerNode {} 995 class BlinkChannelMergerNode {}
1006 996
1007 class BlinkChannelSplitterNode {} 997 class BlinkChannelSplitterNode {}
1008 998
1009 class BlinkClient { 999 class BlinkGeofencingRegion {
1010 static id_Getter(mthis) native "Client_id_Getter"; 1000 static id_Getter(mthis) native "GeofencingRegion_id_Getter";
1001 }
1011 1002
1012 static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, messa ge, messagePorts) native "Client_postMessage_Callback"; 1003 class BlinkCircularRegion {
1004 static constructorCallback_Dictionary(init) native "CircularRegion_constructor Callback_Dictionary";
1005
1006 static latitude_Getter(mthis) native "CircularRegion_latitude_Getter";
1007
1008 static longitude_Getter(mthis) native "CircularRegion_longitude_Getter";
1009
1010 static radius_Getter(mthis) native "CircularRegion_radius_Getter";
1013 } 1011 }
1014 1012
1015 class BlinkClientRect { 1013 class BlinkClientRect {
1016 static bottom_Getter(mthis) native "ClientRect_bottom_Getter"; 1014 static bottom_Getter(mthis) native "ClientRect_bottom_Getter";
1017 1015
1018 static height_Getter(mthis) native "ClientRect_height_Getter"; 1016 static height_Getter(mthis) native "ClientRect_height_Getter";
1019 1017
1020 static left_Getter(mthis) native "ClientRect_left_Getter"; 1018 static left_Getter(mthis) native "ClientRect_left_Getter";
1021 1019
1022 static right_Getter(mthis) native "ClientRect_right_Getter"; 1020 static right_Getter(mthis) native "ClientRect_right_Getter";
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 1147
1150 static latitude_Getter(mthis) native "Coordinates_latitude_Getter"; 1148 static latitude_Getter(mthis) native "Coordinates_latitude_Getter";
1151 1149
1152 static longitude_Getter(mthis) native "Coordinates_longitude_Getter"; 1150 static longitude_Getter(mthis) native "Coordinates_longitude_Getter";
1153 1151
1154 static speed_Getter(mthis) native "Coordinates_speed_Getter"; 1152 static speed_Getter(mthis) native "Coordinates_speed_Getter";
1155 } 1153 }
1156 1154
1157 class BlinkCounter {} 1155 class BlinkCounter {}
1158 1156
1157 class BlinkCredential {
1158 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter";
1159
1160 static id_Getter(mthis) native "Credential_id_Getter";
1161
1162 static name_Getter(mthis) native "Credential_name_Getter";
1163 }
1164
1165 class BlinkCredentialsContainer {}
1166
1159 class BlinkCrypto { 1167 class BlinkCrypto {
1160 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; 1168 static subtle_Getter(mthis) native "Crypto_subtle_Getter";
1161 1169
1162 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g etRandomValues_Callback"; 1170 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g etRandomValues_Callback";
1163 } 1171 }
1164 1172
1173 class BlinkCryptoKey {
1174 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter";
1175
1176 static extractable_Getter(mthis) native "CryptoKey_extractable_Getter";
1177
1178 static type_Getter(mthis) native "CryptoKey_type_Getter";
1179
1180 static usages_Getter(mthis) native "CryptoKey_usages_Getter";
1181 }
1182
1165 class BlinkCustomEvent { 1183 class BlinkCustomEvent {
1166 static detail_Getter(mthis) native "CustomEvent_detail_Getter"; 1184 static detail_Getter(mthis) native "CustomEvent_detail_Getter";
1167 1185
1168 static initCustomEvent_Callback_DOMString_boolean_boolean_ScriptValue(mthis, t ypeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEv ent_Callback"; 1186 static initCustomEvent_Callback_DOMString_boolean_boolean_ScriptValue(mthis, t ypeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEv ent_Callback";
1169 } 1187 }
1170 1188
1171 class BlinkDOMError { 1189 class BlinkDOMError {
1172 static constructorCallback_DOMString_DOMString(name, message) native "DOMError _constructorCallback_DOMString_DOMString"; 1190 static constructorCallback_DOMString_DOMString(name, message) native "DOMError _constructorCallback_DOMString_DOMString";
1173 1191
1174 static message_Getter(mthis) native "DOMError_message_Getter"; 1192 static message_Getter(mthis) native "DOMError_message_Getter";
(...skipping 20 matching lines...) Expand all
1195 class BlinkDOMImplementation { 1213 class BlinkDOMImplementation {
1196 static createDocument_Callback_DOMString_DOMString_DocumentType(mthis, namespa ceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback _DOMString_DOMString_DocumentType"; 1214 static createDocument_Callback_DOMString_DOMString_DocumentType(mthis, namespa ceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback _DOMString_DOMString_DocumentType";
1197 1215
1198 static createDocumentType_Callback_DOMString_DOMString_DOMString(mthis, qualif iedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callba ck_DOMString_DOMString_DOMString"; 1216 static createDocumentType_Callback_DOMString_DOMString_DOMString(mthis, qualif iedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callba ck_DOMString_DOMString_DOMString";
1199 1217
1200 static createHTMLDocument_Callback_DOMString(mthis, title) native "DOMImplemen tation_createHTMLDocument_Callback_DOMString"; 1218 static createHTMLDocument_Callback_DOMString(mthis, title) native "DOMImplemen tation_createHTMLDocument_Callback_DOMString";
1201 1219
1202 static hasFeature_Callback_DOMString_DOMString(mthis, feature, version) native "DOMImplementation_hasFeature_Callback_DOMString_DOMString"; 1220 static hasFeature_Callback_DOMString_DOMString(mthis, feature, version) native "DOMImplementation_hasFeature_Callback_DOMString_DOMString";
1203 } 1221 }
1204 1222
1223 class BlinkDOMMatrixReadOnly {
1224 static a_Getter(mthis) native "DOMMatrixReadOnly_a_Getter";
1225
1226 static b_Getter(mthis) native "DOMMatrixReadOnly_b_Getter";
1227
1228 static c_Getter(mthis) native "DOMMatrixReadOnly_c_Getter";
1229
1230 static d_Getter(mthis) native "DOMMatrixReadOnly_d_Getter";
1231
1232 static e_Getter(mthis) native "DOMMatrixReadOnly_e_Getter";
1233
1234 static f_Getter(mthis) native "DOMMatrixReadOnly_f_Getter";
1235
1236 static is2D_Getter(mthis) native "DOMMatrixReadOnly_is2D_Getter";
1237
1238 static isIdentity_Getter(mthis) native "DOMMatrixReadOnly_isIdentity_Getter";
1239
1240 static m11_Getter(mthis) native "DOMMatrixReadOnly_m11_Getter";
1241
1242 static m12_Getter(mthis) native "DOMMatrixReadOnly_m12_Getter";
1243
1244 static m13_Getter(mthis) native "DOMMatrixReadOnly_m13_Getter";
1245
1246 static m14_Getter(mthis) native "DOMMatrixReadOnly_m14_Getter";
1247
1248 static m21_Getter(mthis) native "DOMMatrixReadOnly_m21_Getter";
1249
1250 static m22_Getter(mthis) native "DOMMatrixReadOnly_m22_Getter";
1251
1252 static m23_Getter(mthis) native "DOMMatrixReadOnly_m23_Getter";
1253
1254 static m24_Getter(mthis) native "DOMMatrixReadOnly_m24_Getter";
1255
1256 static m31_Getter(mthis) native "DOMMatrixReadOnly_m31_Getter";
1257
1258 static m32_Getter(mthis) native "DOMMatrixReadOnly_m32_Getter";
1259
1260 static m33_Getter(mthis) native "DOMMatrixReadOnly_m33_Getter";
1261
1262 static m34_Getter(mthis) native "DOMMatrixReadOnly_m34_Getter";
1263
1264 static m41_Getter(mthis) native "DOMMatrixReadOnly_m41_Getter";
1265
1266 static m42_Getter(mthis) native "DOMMatrixReadOnly_m42_Getter";
1267
1268 static m43_Getter(mthis) native "DOMMatrixReadOnly_m43_Getter";
1269
1270 static m44_Getter(mthis) native "DOMMatrixReadOnly_m44_Getter";
1271 }
1272
1273 class BlinkDOMMatrix {
1274 static constructorCallback() native "DOMMatrix_constructorCallback";
1275
1276 static constructorCallback_DOMMatrixReadOnly(other) native "DOMMatrix_construc torCallback_DOMMatrixReadOnly";
1277
1278 static a_Getter(mthis) native "DOMMatrix_a_Getter";
1279
1280 static a_Setter_double(mthis, value) native "DOMMatrix_a_Setter";
1281
1282 static b_Getter(mthis) native "DOMMatrix_b_Getter";
1283
1284 static b_Setter_double(mthis, value) native "DOMMatrix_b_Setter";
1285
1286 static c_Getter(mthis) native "DOMMatrix_c_Getter";
1287
1288 static c_Setter_double(mthis, value) native "DOMMatrix_c_Setter";
1289
1290 static d_Getter(mthis) native "DOMMatrix_d_Getter";
1291
1292 static d_Setter_double(mthis, value) native "DOMMatrix_d_Setter";
1293
1294 static e_Getter(mthis) native "DOMMatrix_e_Getter";
1295
1296 static e_Setter_double(mthis, value) native "DOMMatrix_e_Setter";
1297
1298 static f_Getter(mthis) native "DOMMatrix_f_Getter";
1299
1300 static f_Setter_double(mthis, value) native "DOMMatrix_f_Setter";
1301
1302 static m11_Getter(mthis) native "DOMMatrix_m11_Getter";
1303
1304 static m11_Setter_double(mthis, value) native "DOMMatrix_m11_Setter";
1305
1306 static m12_Getter(mthis) native "DOMMatrix_m12_Getter";
1307
1308 static m12_Setter_double(mthis, value) native "DOMMatrix_m12_Setter";
1309
1310 static m13_Getter(mthis) native "DOMMatrix_m13_Getter";
1311
1312 static m13_Setter_double(mthis, value) native "DOMMatrix_m13_Setter";
1313
1314 static m14_Getter(mthis) native "DOMMatrix_m14_Getter";
1315
1316 static m14_Setter_double(mthis, value) native "DOMMatrix_m14_Setter";
1317
1318 static m21_Getter(mthis) native "DOMMatrix_m21_Getter";
1319
1320 static m21_Setter_double(mthis, value) native "DOMMatrix_m21_Setter";
1321
1322 static m22_Getter(mthis) native "DOMMatrix_m22_Getter";
1323
1324 static m22_Setter_double(mthis, value) native "DOMMatrix_m22_Setter";
1325
1326 static m23_Getter(mthis) native "DOMMatrix_m23_Getter";
1327
1328 static m23_Setter_double(mthis, value) native "DOMMatrix_m23_Setter";
1329
1330 static m24_Getter(mthis) native "DOMMatrix_m24_Getter";
1331
1332 static m24_Setter_double(mthis, value) native "DOMMatrix_m24_Setter";
1333
1334 static m31_Getter(mthis) native "DOMMatrix_m31_Getter";
1335
1336 static m31_Setter_double(mthis, value) native "DOMMatrix_m31_Setter";
1337
1338 static m32_Getter(mthis) native "DOMMatrix_m32_Getter";
1339
1340 static m32_Setter_double(mthis, value) native "DOMMatrix_m32_Setter";
1341
1342 static m33_Getter(mthis) native "DOMMatrix_m33_Getter";
1343
1344 static m33_Setter_double(mthis, value) native "DOMMatrix_m33_Setter";
1345
1346 static m34_Getter(mthis) native "DOMMatrix_m34_Getter";
1347
1348 static m34_Setter_double(mthis, value) native "DOMMatrix_m34_Setter";
1349
1350 static m41_Getter(mthis) native "DOMMatrix_m41_Getter";
1351
1352 static m41_Setter_double(mthis, value) native "DOMMatrix_m41_Setter";
1353
1354 static m42_Getter(mthis) native "DOMMatrix_m42_Getter";
1355
1356 static m42_Setter_double(mthis, value) native "DOMMatrix_m42_Setter";
1357
1358 static m43_Getter(mthis) native "DOMMatrix_m43_Getter";
1359
1360 static m43_Setter_double(mthis, value) native "DOMMatrix_m43_Setter";
1361
1362 static m44_Getter(mthis) native "DOMMatrix_m44_Getter";
1363
1364 static m44_Setter_double(mthis, value) native "DOMMatrix_m44_Setter";
1365 }
1366
1205 class BlinkDOMParser { 1367 class BlinkDOMParser {
1206 static constructorCallback() native "DOMParser_constructorCallback"; 1368 static constructorCallback() native "DOMParser_constructorCallback";
1207 1369
1208 static parseFromString_Callback_DOMString_DOMString(mthis, str, contentType) n ative "DOMParser_parseFromString_Callback_DOMString_DOMString"; 1370 static parseFromString_Callback_DOMString_DOMString(mthis, str, contentType) n ative "DOMParser_parseFromString_Callback_DOMString_DOMString";
1209 } 1371 }
1210 1372
1373 class BlinkDOMPointReadOnly {
1374 static constructorCallback_double_double_double_double(x, y, z, w) native "DOM PointReadOnly_constructorCallback_double_double_double_double";
1375
1376 static w_Getter(mthis) native "DOMPointReadOnly_w_Getter";
1377
1378 static x_Getter(mthis) native "DOMPointReadOnly_x_Getter";
1379
1380 static y_Getter(mthis) native "DOMPointReadOnly_y_Getter";
1381
1382 static z_Getter(mthis) native "DOMPointReadOnly_z_Getter";
1383 }
1384
1385 class BlinkDOMPoint {
1386 static constructorCallback_Dictionary(point_OR_x) native "DOMPoint_constructor Callback_Dictionary";
1387
1388 static constructorCallback_double_double_double_double(point_OR_x, y, z, w) na tive "DOMPoint_constructorCallback_double_double_double_double";
1389
1390 static w_Getter(mthis) native "DOMPoint_w_Getter";
1391
1392 static w_Setter_double(mthis, value) native "DOMPoint_w_Setter";
1393
1394 static x_Getter(mthis) native "DOMPoint_x_Getter";
1395
1396 static x_Setter_double(mthis, value) native "DOMPoint_x_Setter";
1397
1398 static y_Getter(mthis) native "DOMPoint_y_Getter";
1399
1400 static y_Setter_double(mthis, value) native "DOMPoint_y_Setter";
1401
1402 static z_Getter(mthis) native "DOMPoint_z_Getter";
1403
1404 static z_Setter_double(mthis, value) native "DOMPoint_z_Setter";
1405 }
1406
1407 class BlinkDOMRectReadOnly {
1408 static constructorCallback_double_double_double_double(x, y, width, height) na tive "DOMRectReadOnly_constructorCallback_double_double_double_double";
1409
1410 static bottom_Getter(mthis) native "DOMRectReadOnly_bottom_Getter";
1411
1412 static height_Getter(mthis) native "DOMRectReadOnly_height_Getter";
1413
1414 static left_Getter(mthis) native "DOMRectReadOnly_left_Getter";
1415
1416 static right_Getter(mthis) native "DOMRectReadOnly_right_Getter";
1417
1418 static top_Getter(mthis) native "DOMRectReadOnly_top_Getter";
1419
1420 static width_Getter(mthis) native "DOMRectReadOnly_width_Getter";
1421
1422 static x_Getter(mthis) native "DOMRectReadOnly_x_Getter";
1423
1424 static y_Getter(mthis) native "DOMRectReadOnly_y_Getter";
1425 }
1426
1427 class BlinkDOMRect {
1428 static constructorCallback_double_double_double_double(x, y, width, height) na tive "DOMRect_constructorCallback_double_double_double_double";
1429
1430 static height_Getter(mthis) native "DOMRect_height_Getter";
1431
1432 static height_Setter_double(mthis, value) native "DOMRect_height_Setter";
1433
1434 static width_Getter(mthis) native "DOMRect_width_Getter";
1435
1436 static width_Setter_double(mthis, value) native "DOMRect_width_Setter";
1437
1438 static x_Getter(mthis) native "DOMRect_x_Getter";
1439
1440 static x_Setter_double(mthis, value) native "DOMRect_x_Setter";
1441
1442 static y_Getter(mthis) native "DOMRect_y_Getter";
1443
1444 static y_Setter_double(mthis, value) native "DOMRect_y_Setter";
1445 }
1446
1211 class BlinkDOMTokenList { 1447 class BlinkDOMTokenList {
1212 static length_Getter(mthis) native "DOMTokenList_length_Getter"; 1448 static length_Getter(mthis) native "DOMTokenList_length_Getter";
1213 1449
1214 static add_Callback_DOMString(mthis, tokens) native "DOMTokenList_add_Callback _DOMString"; 1450 static add_Callback_DOMString(mthis, tokens) native "DOMTokenList_add_Callback _DOMString";
1215 1451
1216 static contains_Callback_DOMString(mthis, token) native "DOMTokenList_contains _Callback_DOMString"; 1452 static contains_Callback_DOMString(mthis, token) native "DOMTokenList_contains _Callback_DOMString";
1217 1453
1218 static item_Callback_ul(mthis, index) native "DOMTokenList_item_Callback_unsig ned long"; 1454 static item_Callback_ul(mthis, index) native "DOMTokenList_item_Callback_unsig ned long";
1219 1455
1220 static remove_Callback_DOMString(mthis, tokens) native "DOMTokenList_remove_Ca llback_DOMString"; 1456 static remove_Callback_DOMString(mthis, tokens) native "DOMTokenList_remove_Ca llback_DOMString";
1221 1457
1222 static toString_Callback(mthis) native "DOMTokenList_toString_Callback";
1223
1224 static toggle_Callback_DOMString_boolean(mthis, token, force) native "DOMToken List_toggle_Callback_DOMString_boolean"; 1458 static toggle_Callback_DOMString_boolean(mthis, token, force) native "DOMToken List_toggle_Callback_DOMString_boolean";
1225 1459
1226 static toggle_Callback_DOMString(mthis, token) native "DOMTokenList_toggle_Cal lback_DOMString"; 1460 static toggle_Callback_DOMString(mthis, token) native "DOMTokenList_toggle_Cal lback_DOMString";
1227 } 1461 }
1228 1462
1229 class BlinkDOMSettableTokenList { 1463 class BlinkDOMSettableTokenList {
1230 static value_Getter(mthis) native "DOMSettableTokenList_value_Getter"; 1464 static value_Getter(mthis) native "DOMSettableTokenList_value_Getter";
1231 1465
1232 static value_Setter_DOMString(mthis, value) native "DOMSettableTokenList_value _Setter"; 1466 static value_Setter_DOMString(mthis, value) native "DOMSettableTokenList_value _Setter";
1233 1467
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 static clearInterval_Callback_long(mthis, handle) native "WorkerGlobalScope_cl earInterval_Callback_long"; 1608 static clearInterval_Callback_long(mthis, handle) native "WorkerGlobalScope_cl earInterval_Callback_long";
1375 1609
1376 static clearTimeout_Callback_long(mthis, handle) native "WorkerGlobalScope_cle arTimeout_Callback_long"; 1610 static clearTimeout_Callback_long(mthis, handle) native "WorkerGlobalScope_cle arTimeout_Callback_long";
1377 1611
1378 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native " WorkerGlobalScope_setInterval_Callback"; 1612 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native " WorkerGlobalScope_setInterval_Callback";
1379 1613
1380 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W orkerGlobalScope_setTimeout_Callback"; 1614 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W orkerGlobalScope_setTimeout_Callback";
1381 } 1615 }
1382 1616
1383 class BlinkDedicatedWorkerGlobalScope { 1617 class BlinkDedicatedWorkerGlobalScope {
1384 static postMessage_Callback_ScriptValue_A_MessagePort_A(mthis, message, messag ePorts) native "DedicatedWorkerGlobalScope_postMessage_Callback"; 1618 static postMessage_Callback_ScriptValue_SEQ_MessagePort_SEQ(mthis, message, tr ansfer) native "DedicatedWorkerGlobalScope_postMessage_Callback";
1385 } 1619 }
1386 1620
1387 class BlinkDelayNode { 1621 class BlinkDelayNode {
1388 static delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; 1622 static delayTime_Getter(mthis) native "DelayNode_delayTime_Getter";
1389 } 1623 }
1390 1624
1391 class BlinkDeprecatedStorageInfo { 1625 class BlinkDeprecatedStorageInfo {
1392 static queryUsageAndQuota_Callback_us_StorageUsageCallback_StorageErrorCallbac k(mthis, storageType, usageCallback, errorCallback) native "DeprecatedStorageInf o_queryUsageAndQuota_Callback_unsigned short_StorageUsageCallback_StorageErrorCa llback"; 1626 static queryUsageAndQuota_Callback_us_StorageUsageCallback_StorageErrorCallbac k(mthis, storageType, usageCallback, errorCallback) native "DeprecatedStorageInf o_queryUsageAndQuota_Callback_unsigned short_StorageUsageCallback_StorageErrorCa llback";
1393 1627
1394 static requestQuota_Callback_us_ull_StorageQuotaCallback_StorageErrorCallback( mthis, storageType, newQuotaInBytes, quotaCallback, errorCallback) native "Depre catedStorageInfo_requestQuota_Callback_unsigned short_unsigned long long_Storage QuotaCallback_StorageErrorCallback"; 1628 static requestQuota_Callback_us_ull_StorageQuotaCallback_StorageErrorCallback( mthis, storageType, newQuotaInBytes, quotaCallback, errorCallback) native "Depre catedStorageInfo_requestQuota_Callback_unsigned short_unsigned long long_Storage QuotaCallback_StorageErrorCallback";
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
1524 static currentScript_Getter(mthis) native "Document_currentScript_Getter"; 1758 static currentScript_Getter(mthis) native "Document_currentScript_Getter";
1525 1759
1526 static defaultView_Getter(mthis) native "Document_defaultView_Getter"; 1760 static defaultView_Getter(mthis) native "Document_defaultView_Getter";
1527 1761
1528 static documentElement_Getter(mthis) native "Document_documentElement_Getter"; 1762 static documentElement_Getter(mthis) native "Document_documentElement_Getter";
1529 1763
1530 static domain_Getter(mthis) native "Document_domain_Getter"; 1764 static domain_Getter(mthis) native "Document_domain_Getter";
1531 1765
1532 static fonts_Getter(mthis) native "Document_fonts_Getter"; 1766 static fonts_Getter(mthis) native "Document_fonts_Getter";
1533 1767
1768 static fullscreenElement_Getter(mthis) native "Document_fullscreenElement_Gett er";
1769
1770 static fullscreenEnabled_Getter(mthis) native "Document_fullscreenEnabled_Gett er";
1771
1534 static head_Getter(mthis) native "Document_head_Getter"; 1772 static head_Getter(mthis) native "Document_head_Getter";
1535 1773
1536 static hidden_Getter(mthis) native "Document_hidden_Getter"; 1774 static hidden_Getter(mthis) native "Document_hidden_Getter";
1537 1775
1538 static implementation_Getter(mthis) native "Document_implementation_Getter"; 1776 static implementation_Getter(mthis) native "Document_implementation_Getter";
1539 1777
1540 static lastModified_Getter(mthis) native "Document_lastModified_Getter"; 1778 static lastModified_Getter(mthis) native "Document_lastModified_Getter";
1541 1779
1542 static pointerLockElement_Getter(mthis) native "Document_pointerLockElement_Ge tter"; 1780 static pointerLockElement_Getter(mthis) native "Document_pointerLockElement_Ge tter";
1543 1781
(...skipping 18 matching lines...) Expand all
1562 static title_Setter_DOMString(mthis, value) native "Document_title_Setter"; 1800 static title_Setter_DOMString(mthis, value) native "Document_title_Setter";
1563 1801
1564 static visibilityState_Getter(mthis) native "Document_visibilityState_Getter"; 1802 static visibilityState_Getter(mthis) native "Document_visibilityState_Getter";
1565 1803
1566 static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreen Element_Getter"; 1804 static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreen Element_Getter";
1567 1805
1568 static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreen Enabled_Getter"; 1806 static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreen Enabled_Getter";
1569 1807
1570 static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter"; 1808 static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter";
1571 1809
1572 static webkitPointerLockElement_Getter(mthis) native "Document_webkitPointerLo ckElement_Getter";
1573
1574 static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilitySt ate_Getter"; 1810 static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilitySt ate_Getter";
1575 1811
1576 static adoptNode_Callback_Node(mthis, node) native "Document_adoptNode_Callbac k_Node"; 1812 static adoptNode_Callback_Node(mthis, node) native "Document_adoptNode_Callbac k_Node";
1577 1813
1578 static caretRangeFromPoint_Callback_long_long(mthis, x, y) native "Document_ca retRangeFromPoint_Callback_long_long"; 1814 static caretRangeFromPoint_Callback_long_long(mthis, x, y) native "Document_ca retRangeFromPoint_Callback_long_long";
1579 1815
1580 static createDocumentFragment_Callback(mthis) native "Document_createDocumentF ragment_Callback"; 1816 static createDocumentFragment_Callback(mthis) native "Document_createDocumentF ragment_Callback";
1581 1817
1582 static createElement_Callback_DOMString(mthis, localName_OR_tagName, typeExten sion) native "Document_createElement_Callback"; 1818 static createElement_Callback_DOMString(mthis, localName_OR_tagName, typeExten sion) native "Document_createElement_Callback";
1583 1819
1584 static createElementNS_Callback_DOMString_DOMString(mthis, namespaceURI, quali fiedName, typeExtension) native "Document_createElementNS_Callback"; 1820 static createElementNS_Callback_DOMString_DOMString(mthis, namespaceURI, quali fiedName, typeExtension) native "Document_createElementNS_Callback";
1585 1821
1586 static createEvent_Callback_DOMString(mthis, eventType) native "Document_creat eEvent_Callback_DOMString"; 1822 static createEvent_Callback_DOMString(mthis, eventType) native "Document_creat eEvent_Callback_DOMString";
1587 1823
1588 static createNodeIterator_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_Node_unsigned long_NodeFil ter"; 1824 static createNodeIterator_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_Node_unsigned long_NodeFil ter";
1589 1825
1590 static createNodeIterator_Callback_Node_ul(mthis, root, whatToShow) native "Do cument_createNodeIterator_Callback_Node_unsigned long";
1591
1592 static createNodeIterator_Callback_Node(mthis, root) native "Document_createNo deIterator_Callback_Node";
1593
1594 static createRange_Callback(mthis) native "Document_createRange_Callback"; 1826 static createRange_Callback(mthis) native "Document_createRange_Callback";
1595 1827
1596 static createTextNode_Callback_DOMString(mthis, data) native "Document_createT extNode_Callback_DOMString"; 1828 static createTextNode_Callback_DOMString(mthis, data) native "Document_createT extNode_Callback_DOMString";
1597 1829
1598 static createTouch_Callback_Window_EventTarget_long_double_double_double_doubl e_double_double_float_float(mthis, window, target, identifier, pageX, pageY, scr eenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce) n ative "Document_createTouch_Callback_Window_EventTarget_long_double_double_doubl e_double_double_double_float_float"; 1830 static createTouch_Callback_Window_EventTarget_long_double_double_double_doubl e_double_double_float_float(mthis, window, target, identifier, pageX, pageY, scr eenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce) n ative "Document_createTouch_Callback_Window_EventTarget_long_double_double_doubl e_double_double_double_float_float";
1599 1831
1600 static createTouchList_Callback_Touch(mthis, touches) native "Document_createT ouchList_Callback_Touch"; 1832 static createTouchList_Callback_Touch(mthis, touches) native "Document_createT ouchList_Callback_Touch";
1601 1833
1602 static createTreeWalker_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, f ilter) native "Document_createTreeWalker_Callback_Node_unsigned long_NodeFilter" ; 1834 static createTreeWalker_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, f ilter) native "Document_createTreeWalker_Callback_Node_unsigned long_NodeFilter" ;
1603 1835
1604 static createTreeWalker_Callback_Node_ul(mthis, root, whatToShow) native "Docu ment_createTreeWalker_Callback_Node_unsigned long";
1605
1606 static createTreeWalker_Callback_Node(mthis, root) native "Document_createTree Walker_Callback_Node";
1607
1608 static elementFromPoint_Callback_long_long(mthis, x, y) native "Document_eleme ntFromPoint_Callback_long_long"; 1836 static elementFromPoint_Callback_long_long(mthis, x, y) native "Document_eleme ntFromPoint_Callback_long_long";
1609 1837
1610 static execCommand_Callback_DOMString_boolean_DOMString(mthis, command, userIn terface, value) native "Document_execCommand_Callback_DOMString_boolean_DOMStrin g"; 1838 static execCommand_Callback_DOMString_boolean_DOMString(mthis, command, userIn terface, value) native "Document_execCommand_Callback_DOMString_boolean_DOMStrin g";
1611 1839
1840 static exitFullscreen_Callback(mthis) native "Document_exitFullscreen_Callback ";
1841
1612 static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callba ck"; 1842 static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callba ck";
1613 1843
1614 static getCSSCanvasContext_Callback_DOMString_DOMString_long_long(mthis, conte xtId, name, width, height) native "Document_getCSSCanvasContext_Callback_DOMStri ng_DOMString_long_long"; 1844 static getCSSCanvasContext_Callback_DOMString_DOMString_long_long(mthis, conte xtId, name, width, height) native "Document_getCSSCanvasContext_Callback_DOMStri ng_DOMString_long_long";
1615 1845
1616 static getElementById_Callback_DOMString(mthis, elementId) native "Document_ge tElementById_Callback_DOMString"; 1846 static getElementById_Callback_DOMString(mthis, elementId) native "Document_ge tElementById_Callback_DOMString";
1617 1847
1618 static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Do cument_getElementsByClassName_Callback_DOMString"; 1848 static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Do cument_getElementsByClassName_Callback_DOMString";
1619 1849
1620 static getElementsByName_Callback_DOMString(mthis, elementName) native "Docume nt_getElementsByName_Callback_DOMString"; 1850 static getElementsByName_Callback_DOMString(mthis, elementName) native "Docume nt_getElementsByName_Callback_DOMString";
1621 1851
1622 static getElementsByTagName_Callback_DOMString(mthis, localName) native "Docum ent_getElementsByTagName_Callback_DOMString"; 1852 static getElementsByTagName_Callback_DOMString(mthis, localName) native "Docum ent_getElementsByTagName_Callback_DOMString";
1623 1853
1624 static importNode_Callback_Node_boolean(mthis, node, deep) native "Document_im portNode_Callback_Node_boolean"; 1854 static importNode_Callback_Node_boolean(mthis, node, deep) native "Document_im portNode_Callback_Node_boolean";
1625 1855
1626 static importNode_Callback_Node(mthis, node) native "Document_importNode_Callb ack_Node";
1627
1628 static queryCommandEnabled_Callback_DOMString(mthis, command) native "Document _queryCommandEnabled_Callback_DOMString"; 1856 static queryCommandEnabled_Callback_DOMString(mthis, command) native "Document _queryCommandEnabled_Callback_DOMString";
1629 1857
1630 static queryCommandIndeterm_Callback_DOMString(mthis, command) native "Documen t_queryCommandIndeterm_Callback_DOMString"; 1858 static queryCommandIndeterm_Callback_DOMString(mthis, command) native "Documen t_queryCommandIndeterm_Callback_DOMString";
1631 1859
1632 static queryCommandState_Callback_DOMString(mthis, command) native "Document_q ueryCommandState_Callback_DOMString"; 1860 static queryCommandState_Callback_DOMString(mthis, command) native "Document_q ueryCommandState_Callback_DOMString";
1633 1861
1634 static queryCommandSupported_Callback_DOMString(mthis, command) native "Docume nt_queryCommandSupported_Callback_DOMString"; 1862 static queryCommandSupported_Callback_DOMString(mthis, command) native "Docume nt_queryCommandSupported_Callback_DOMString";
1635 1863
1636 static queryCommandValue_Callback_DOMString(mthis, command) native "Document_q ueryCommandValue_Callback_DOMString"; 1864 static queryCommandValue_Callback_DOMString(mthis, command) native "Document_q ueryCommandValue_Callback_DOMString";
1637 1865
1638 static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscr een_Callback"; 1866 static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscr een_Callback";
1639 1867
1640 static webkitExitPointerLock_Callback(mthis) native "Document_webkitExitPointe rLock_Callback";
1641
1642 static childElementCount_Getter(mthis) native "Document_childElementCount_Gett er"; 1868 static childElementCount_Getter(mthis) native "Document_childElementCount_Gett er";
1643 1869
1644 static children_Getter(mthis) native "Document_children_Getter"; 1870 static children_Getter(mthis) native "Document_children_Getter";
1645 1871
1646 static firstElementChild_Getter(mthis) native "Document_firstElementChild_Gett er"; 1872 static firstElementChild_Getter(mthis) native "Document_firstElementChild_Gett er";
1647 1873
1648 static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter "; 1874 static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter ";
1649 1875
1650 static querySelector_Callback_DOMString(mthis, selectors) native "Document_que rySelector_Callback_DOMString"; 1876 static querySelector_Callback_DOMString(mthis, selectors) native "Document_que rySelector_Callback_DOMString";
1651 1877
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
1748 static tagName_Getter(mthis) native "Element_tagName_Getter"; 1974 static tagName_Getter(mthis) native "Element_tagName_Getter";
1749 1975
1750 static animate_Callback_object_object(mthis, effect, timing) native "Element_a nimate_Callback"; 1976 static animate_Callback_object_object(mthis, effect, timing) native "Element_a nimate_Callback";
1751 1977
1752 static blur_Callback(mthis) native "Element_blur_Callback"; 1978 static blur_Callback(mthis) native "Element_blur_Callback";
1753 1979
1754 static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callb ack"; 1980 static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callb ack";
1755 1981
1756 static focus_Callback(mthis) native "Element_focus_Callback"; 1982 static focus_Callback(mthis) native "Element_focus_Callback";
1757 1983
1984 static getAnimationPlayers_Callback(mthis) native "Element_getAnimationPlayers _Callback";
1985
1758 static getAttribute_Callback_DOMString(mthis, name) native "Element_getAttribu te_Callback_DOMString"; 1986 static getAttribute_Callback_DOMString(mthis, name) native "Element_getAttribu te_Callback_DOMString";
1759 1987
1760 static getAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN ame) native "Element_getAttributeNS_Callback_DOMString_DOMString"; 1988 static getAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN ame) native "Element_getAttributeNS_Callback_DOMString_DOMString";
1761 1989
1762 static getBoundingClientRect_Callback(mthis) native "Element_getBoundingClient Rect_Callback"; 1990 static getBoundingClientRect_Callback(mthis) native "Element_getBoundingClient Rect_Callback";
1763 1991
1764 static getClientRects_Callback(mthis) native "Element_getClientRects_Callback" ; 1992 static getClientRects_Callback(mthis) native "Element_getClientRects_Callback" ;
1765 1993
1766 static getDestinationInsertionPoints_Callback(mthis) native "Element_getDestin ationInsertionPoints_Callback"; 1994 static getDestinationInsertionPoints_Callback(mthis) native "Element_getDestin ationInsertionPoints_Callback";
1767 1995
(...skipping 10 matching lines...) Expand all
1778 static insertAdjacentHTML_Callback_DOMString_DOMString(mthis, where, html) nat ive "Element_insertAdjacentHTML_Callback_DOMString_DOMString"; 2006 static insertAdjacentHTML_Callback_DOMString_DOMString(mthis, where, html) nat ive "Element_insertAdjacentHTML_Callback_DOMString_DOMString";
1779 2007
1780 static insertAdjacentText_Callback_DOMString_DOMString(mthis, where, text) nat ive "Element_insertAdjacentText_Callback_DOMString_DOMString"; 2008 static insertAdjacentText_Callback_DOMString_DOMString(mthis, where, text) nat ive "Element_insertAdjacentText_Callback_DOMString_DOMString";
1781 2009
1782 static matches_Callback_DOMString(mthis, selectors) native "Element_matches_Ca llback_DOMString"; 2010 static matches_Callback_DOMString(mthis, selectors) native "Element_matches_Ca llback_DOMString";
1783 2011
1784 static removeAttribute_Callback_DOMString(mthis, name) native "Element_removeA ttribute_Callback_DOMString"; 2012 static removeAttribute_Callback_DOMString(mthis, name) native "Element_removeA ttribute_Callback_DOMString";
1785 2013
1786 static removeAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, loc alName) native "Element_removeAttributeNS_Callback_DOMString_DOMString"; 2014 static removeAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, loc alName) native "Element_removeAttributeNS_Callback_DOMString_DOMString";
1787 2015
2016 static requestFullscreen_Callback(mthis) native "Element_requestFullscreen_Cal lback";
2017
1788 static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_C allback"; 2018 static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_C allback";
1789 2019
1790 static scrollByLines_Callback_long(mthis, lines) native "Element_scrollByLines _Callback_long";
1791
1792 static scrollByPages_Callback_long(mthis, pages) native "Element_scrollByPages _Callback_long";
1793
1794 static scrollIntoView_Callback_boolean(mthis, alignWithTop) native "Element_sc rollIntoView_Callback_boolean"; 2020 static scrollIntoView_Callback_boolean(mthis, alignWithTop) native "Element_sc rollIntoView_Callback_boolean";
1795 2021
1796 static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback" ; 2022 static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback" ;
1797 2023
1798 static scrollIntoViewIfNeeded_Callback_boolean(mthis, centerIfNeeded) native " Element_scrollIntoViewIfNeeded_Callback_boolean"; 2024 static scrollIntoViewIfNeeded_Callback_boolean(mthis, centerIfNeeded) native " Element_scrollIntoViewIfNeeded_Callback_boolean";
1799 2025
1800 static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIf Needed_Callback"; 2026 static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIf Needed_Callback";
1801 2027
1802 static setAttribute_Callback_DOMString_DOMString(mthis, name, value) native "E lement_setAttribute_Callback_DOMString_DOMString"; 2028 static setAttribute_Callback_DOMString_DOMString(mthis, name, value) native "E lement_setAttribute_Callback_DOMString_DOMString";
1803 2029
1804 static setAttributeNS_Callback_DOMString_DOMString_DOMString(mthis, namespaceU RI, qualifiedName, value) native "Element_setAttributeNS_Callback_DOMString_DOMS tring_DOMString"; 2030 static setAttributeNS_Callback_DOMString_DOMString_DOMString(mthis, namespaceU RI, qualifiedName, value) native "Element_setAttributeNS_Callback_DOMString_DOMS tring_DOMString";
1805 2031
1806 static webkitRequestFullscreen_Callback(mthis) native "Element_webkitRequestFu llscreen_Callback";
1807
1808 static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Get ter"; 2032 static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Get ter";
1809 2033
1810 static previousElementSibling_Getter(mthis) native "Element_previousElementSib ling_Getter"; 2034 static previousElementSibling_Getter(mthis) native "Element_previousElementSib ling_Getter";
1811 2035
1812 static remove_Callback(mthis) native "Element_remove_Callback"; 2036 static remove_Callback(mthis) native "Element_remove_Callback";
1813 2037
1814 static childElementCount_Getter(mthis) native "Element_childElementCount_Gette r"; 2038 static childElementCount_Getter(mthis) native "Element_childElementCount_Gette r";
1815 2039
1816 static children_Getter(mthis) native "Element_children_Getter"; 2040 static children_Getter(mthis) native "Element_children_Getter";
1817 2041
(...skipping 23 matching lines...) Expand all
1841 2065
1842 static readyState_Getter(mthis) native "EventSource_readyState_Getter"; 2066 static readyState_Getter(mthis) native "EventSource_readyState_Getter";
1843 2067
1844 static url_Getter(mthis) native "EventSource_url_Getter"; 2068 static url_Getter(mthis) native "EventSource_url_Getter";
1845 2069
1846 static withCredentials_Getter(mthis) native "EventSource_withCredentials_Gette r"; 2070 static withCredentials_Getter(mthis) native "EventSource_withCredentials_Gette r";
1847 2071
1848 static close_Callback(mthis) native "EventSource_close_Callback"; 2072 static close_Callback(mthis) native "EventSource_close_Callback";
1849 } 2073 }
1850 2074
2075 class BlinkFederatedCredential {
2076 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a vatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_ DOMString_DOMString_DOMString";
2077
2078 static federation_Getter(mthis) native "FederatedCredential_federation_Getter" ;
2079 }
2080
2081 class BlinkFetchBodyStream {}
2082
1851 class BlinkFetchEvent { 2083 class BlinkFetchEvent {
2084 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter";
2085
1852 static request_Getter(mthis) native "FetchEvent_request_Getter"; 2086 static request_Getter(mthis) native "FetchEvent_request_Getter";
1853 2087
1854 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo ndWith_Callback_ScriptValue"; 2088 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo ndWith_Callback_ScriptValue";
1855 } 2089 }
1856 2090
1857 class BlinkFile { 2091 class BlinkFile {
1858 static lastModified_Getter(mthis) native "File_lastModified_Getter"; 2092 static lastModified_Getter(mthis) native "File_lastModified_Getter";
1859 2093
1860 static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter"; 2094 static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter";
1861 2095
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
1981 2215
1982 static delete_Callback_FontFace(mthis, fontFace) native "FontFaceSet_delete_Ca llback_FontFace"; 2216 static delete_Callback_FontFace(mthis, fontFace) native "FontFaceSet_delete_Ca llback_FontFace";
1983 2217
1984 static forEach_Callback_FontFaceSetForEachCallback_ScriptValue(mthis, callback , thisArg) native "FontFaceSet_forEach_Callback_FontFaceSetForEachCallback_Scrip tValue"; 2218 static forEach_Callback_FontFaceSetForEachCallback_ScriptValue(mthis, callback , thisArg) native "FontFaceSet_forEach_Callback_FontFaceSetForEachCallback_Scrip tValue";
1985 2219
1986 static forEach_Callback_FontFaceSetForEachCallback(mthis, callback) native "Fo ntFaceSet_forEach_Callback_FontFaceSetForEachCallback"; 2220 static forEach_Callback_FontFaceSetForEachCallback(mthis, callback) native "Fo ntFaceSet_forEach_Callback_FontFaceSetForEachCallback";
1987 2221
1988 static has_Callback_FontFace(mthis, fontFace) native "FontFaceSet_has_Callback _FontFace"; 2222 static has_Callback_FontFace(mthis, fontFace) native "FontFaceSet_has_Callback _FontFace";
1989 } 2223 }
1990 2224
2225 class BlinkFontFaceSetLoadEvent {
2226 static fontfaces_Getter(mthis) native "FontFaceSetLoadEvent_fontfaces_Getter";
2227 }
2228
1991 class BlinkFormData { 2229 class BlinkFormData {
1992 static constructorCallback_HTMLFormElement(form) native "FormData_constructorC allback_HTMLFormElement"; 2230 static constructorCallback_HTMLFormElement(form) native "FormData_constructorC allback_HTMLFormElement";
1993 2231
1994 static append_Callback_DOMString_DOMString(mthis, name, value) native "FormDat a_append_Callback"; 2232 static append_Callback_DOMString_DOMString(mthis, name, value) native "FormDat a_append_Callback";
1995 2233
1996 static append_Callback_DOMString_Blob_DOMString(mthis, name, value, filename) native "FormData_append_Callback"; 2234 static append_Callback_DOMString_Blob_DOMString(mthis, name, value, filename) native "FormData_append_Callback";
1997 } 2235 }
1998 2236
1999 class BlinkGainNode { 2237 class BlinkGainNode {
2000 static gain_Getter(mthis) native "GainNode_gain_Getter"; 2238 static gain_Getter(mthis) native "GainNode_gain_Getter";
(...skipping 22 matching lines...) Expand all
2023 class BlinkGamepadEvent { 2261 class BlinkGamepadEvent {
2024 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; 2262 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter";
2025 } 2263 }
2026 2264
2027 class BlinkGamepadList { 2265 class BlinkGamepadList {
2028 static length_Getter(mthis) native "GamepadList_length_Getter"; 2266 static length_Getter(mthis) native "GamepadList_length_Getter";
2029 2267
2030 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign ed long"; 2268 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign ed long";
2031 } 2269 }
2032 2270
2271 class BlinkGeofencing {}
2272
2033 class BlinkGeolocation { 2273 class BlinkGeolocation {
2034 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch _Callback_long"; 2274 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch _Callback_long";
2035 2275
2036 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_obje ct(mthis, successCallback, errorCallback, options) native "Geolocation_getCurren tPosition_Callback"; 2276 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dict ionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCu rrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary";
2037 2277
2038 static watchPosition_Callback_PositionCallback_PositionErrorCallback_object(mt his, successCallback, errorCallback, options) native "Geolocation_watchPosition_ Callback"; 2278 static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionar y(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosit ion_Callback_PositionCallback_PositionErrorCallback_Dictionary";
2039 } 2279 }
2040 2280
2041 class BlinkGeoposition { 2281 class BlinkGeoposition {
2042 static coords_Getter(mthis) native "Geoposition_coords_Getter"; 2282 static coords_Getter(mthis) native "Geoposition_coords_Getter";
2043 2283
2044 static timestamp_Getter(mthis) native "Geoposition_timestamp_Getter"; 2284 static timestamp_Getter(mthis) native "Geoposition_timestamp_Getter";
2045 } 2285 }
2046 2286
2047 class BlinkHTMLAllCollection { 2287 class BlinkHTMLAllCollection {
2048 static item_Callback_ul(mthis, index) native "HTMLAllCollection_item_Callback" ; 2288 static item_Callback_ul(mthis, index) native "HTMLAllCollection_item_Callback" ;
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
2662 static color_Setter_DOMString(mthis, value) native "HTMLHRElement_color_Setter "; 2902 static color_Setter_DOMString(mthis, value) native "HTMLHRElement_color_Setter ";
2663 } 2903 }
2664 2904
2665 class BlinkHTMLHeadElement {} 2905 class BlinkHTMLHeadElement {}
2666 2906
2667 class BlinkHTMLHeadingElement {} 2907 class BlinkHTMLHeadingElement {}
2668 2908
2669 class BlinkHTMLHtmlElement {} 2909 class BlinkHTMLHtmlElement {}
2670 2910
2671 class BlinkHTMLIFrameElement { 2911 class BlinkHTMLIFrameElement {
2912 static allowFullscreen_Getter(mthis) native "HTMLIFrameElement_allowFullscreen _Getter";
2913
2914 static allowFullscreen_Setter_boolean(mthis, value) native "HTMLIFrameElement_ allowFullscreen_Setter";
2915
2672 static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Get ter"; 2916 static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Get ter";
2673 2917
2674 static height_Getter(mthis) native "HTMLIFrameElement_height_Getter"; 2918 static height_Getter(mthis) native "HTMLIFrameElement_height_Getter";
2675 2919
2676 static height_Setter_DOMString(mthis, value) native "HTMLIFrameElement_height_ Setter"; 2920 static height_Setter_DOMString(mthis, value) native "HTMLIFrameElement_height_ Setter";
2677 2921
2678 static integrity_Getter(mthis) native "HTMLIFrameElement_integrity_Getter"; 2922 static integrity_Getter(mthis) native "HTMLIFrameElement_integrity_Getter";
2679 2923
2680 static integrity_Setter_DOMString(mthis, value) native "HTMLIFrameElement_inte grity_Setter"; 2924 static integrity_Setter_DOMString(mthis, value) native "HTMLIFrameElement_inte grity_Setter";
2681 2925
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
2760 static alt_Setter_DOMString(mthis, value) native "HTMLInputElement_alt_Setter" ; 3004 static alt_Setter_DOMString(mthis, value) native "HTMLInputElement_alt_Setter" ;
2761 3005
2762 static autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter "; 3006 static autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter ";
2763 3007
2764 static autocomplete_Setter_DOMString(mthis, value) native "HTMLInputElement_au tocomplete_Setter"; 3008 static autocomplete_Setter_DOMString(mthis, value) native "HTMLInputElement_au tocomplete_Setter";
2765 3009
2766 static autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter"; 3010 static autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter";
2767 3011
2768 static autofocus_Setter_boolean(mthis, value) native "HTMLInputElement_autofoc us_Setter"; 3012 static autofocus_Setter_boolean(mthis, value) native "HTMLInputElement_autofoc us_Setter";
2769 3013
3014 static capture_Getter(mthis) native "HTMLInputElement_capture_Getter";
3015
3016 static capture_Setter_boolean(mthis, value) native "HTMLInputElement_capture_S etter";
3017
2770 static checked_Getter(mthis) native "HTMLInputElement_checked_Getter"; 3018 static checked_Getter(mthis) native "HTMLInputElement_checked_Getter";
2771 3019
2772 static checked_Setter_boolean(mthis, value) native "HTMLInputElement_checked_S etter"; 3020 static checked_Setter_boolean(mthis, value) native "HTMLInputElement_checked_S etter";
2773 3021
2774 static defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Ge tter"; 3022 static defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Ge tter";
2775 3023
2776 static defaultChecked_Setter_boolean(mthis, value) native "HTMLInputElement_de faultChecked_Setter"; 3024 static defaultChecked_Setter_boolean(mthis, value) native "HTMLInputElement_de faultChecked_Setter";
2777 3025
2778 static defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter "; 3026 static defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter ";
2779 3027
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
3049 class BlinkHTMLMapElement { 3297 class BlinkHTMLMapElement {
3050 static areas_Getter(mthis) native "HTMLMapElement_areas_Getter"; 3298 static areas_Getter(mthis) native "HTMLMapElement_areas_Getter";
3051 3299
3052 static name_Getter(mthis) native "HTMLMapElement_name_Getter"; 3300 static name_Getter(mthis) native "HTMLMapElement_name_Getter";
3053 3301
3054 static name_Setter_DOMString(mthis, value) native "HTMLMapElement_name_Setter" ; 3302 static name_Setter_DOMString(mthis, value) native "HTMLMapElement_name_Setter" ;
3055 } 3303 }
3056 3304
3057 class BlinkHTMLMarqueeElement {} 3305 class BlinkHTMLMarqueeElement {}
3058 3306
3059 class BlinkHTMLMenuElement {} 3307 class BlinkHTMLMenuElement {
3308 static label_Getter(mthis) native "HTMLMenuElement_label_Getter";
3309
3310 static label_Setter_DOMString(mthis, value) native "HTMLMenuElement_label_Sett er";
3311
3312 static type_Getter(mthis) native "HTMLMenuElement_type_Getter";
3313
3314 static type_Setter_DOMString(mthis, value) native "HTMLMenuElement_type_Setter ";
3315 }
3316
3317 class BlinkHTMLMenuItemElement {
3318 static checked_Getter(mthis) native "HTMLMenuItemElement_checked_Getter";
3319
3320 static checked_Setter_boolean(mthis, value) native "HTMLMenuItemElement_checke d_Setter";
3321
3322 static default_Getter(mthis) native "HTMLMenuItemElement_default_Getter";
3323
3324 static default_Setter_boolean(mthis, value) native "HTMLMenuItemElement_defaul t_Setter";
3325
3326 static disabled_Getter(mthis) native "HTMLMenuItemElement_disabled_Getter";
3327
3328 static disabled_Setter_boolean(mthis, value) native "HTMLMenuItemElement_disab led_Setter";
3329
3330 static label_Getter(mthis) native "HTMLMenuItemElement_label_Getter";
3331
3332 static label_Setter_DOMString(mthis, value) native "HTMLMenuItemElement_label_ Setter";
3333
3334 static type_Getter(mthis) native "HTMLMenuItemElement_type_Getter";
3335
3336 static type_Setter_DOMString(mthis, value) native "HTMLMenuItemElement_type_Se tter";
3337 }
3060 3338
3061 class BlinkHTMLMetaElement { 3339 class BlinkHTMLMetaElement {
3062 static content_Getter(mthis) native "HTMLMetaElement_content_Getter"; 3340 static content_Getter(mthis) native "HTMLMetaElement_content_Getter";
3063 3341
3064 static content_Setter_DOMString(mthis, value) native "HTMLMetaElement_content_ Setter"; 3342 static content_Setter_DOMString(mthis, value) native "HTMLMetaElement_content_ Setter";
3065 3343
3066 static httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter"; 3344 static httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter";
3067 3345
3068 static httpEquiv_Setter_DOMString(mthis, value) native "HTMLMetaElement_httpEq uiv_Setter"; 3346 static httpEquiv_Setter_DOMString(mthis, value) native "HTMLMetaElement_httpEq uiv_Setter";
3069 3347
(...skipping 605 matching lines...) Expand 10 before | Expand all | Expand 10 after
3675 } 3953 }
3676 3954
3677 class BlinkHashChangeEvent { 3955 class BlinkHashChangeEvent {
3678 static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter"; 3956 static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter";
3679 3957
3680 static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter"; 3958 static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter";
3681 3959
3682 static initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMStr ing(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_ initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString"; 3960 static initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMStr ing(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_ initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString";
3683 } 3961 }
3684 3962
3685 class BlinkHeaderMap { 3963 class BlinkHeaders {
3686 static constructorCallback() native "HeaderMap_constructorCallback"; 3964 static constructorCallback() native "Headers_constructorCallback";
3687 3965
3688 static size_Getter(mthis) native "HeaderMap_size_Getter"; 3966 static constructorCallback_Headers(input) native "Headers_constructorCallback_ Headers";
3689 3967
3690 static clear_Callback(mthis) native "HeaderMap_clear_Callback"; 3968 static constructorCallback_Dictionary(input) native "Headers_constructorCallba ck_Dictionary";
3691 3969
3692 static delete_Callback_DOMString(mthis, key) native "HeaderMap_delete_Callback _DOMString"; 3970 static size_Getter(mthis) native "Headers_size_Getter";
3693 3971
3694 static forEach_Callback_HeaderMapForEachCallback_ScriptValue(mthis, callback, thisArg) native "HeaderMap_forEach_Callback_HeaderMapForEachCallback_ScriptValue "; 3972 static forEach_Callback_HeadersForEachCallback_ScriptValue(mthis, callback, th isArg) native "Headers_forEach_Callback_HeadersForEachCallback_ScriptValue";
3695 3973
3696 static forEach_Callback_HeaderMapForEachCallback(mthis, callback) native "Head erMap_forEach_Callback_HeaderMapForEachCallback"; 3974 static forEach_Callback_HeadersForEachCallback(mthis, callback) native "Header s_forEach_Callback_HeadersForEachCallback";
3697
3698 static get_Callback_DOMString(mthis, key) native "HeaderMap_get_Callback_DOMSt ring";
3699
3700 static has_Callback_DOMString(mthis, key) native "HeaderMap_has_Callback_DOMSt ring";
3701
3702 static set_Callback_DOMString_DOMString(mthis, key, value) native "HeaderMap_s et_Callback_DOMString_DOMString";
3703 } 3975 }
3704 3976
3705 class BlinkHistory { 3977 class BlinkHistory {
3706 static length_Getter(mthis) native "History_length_Getter"; 3978 static length_Getter(mthis) native "History_length_Getter";
3707 3979
3708 static state_Getter(mthis) native "History_state_Getter"; 3980 static state_Getter(mthis) native "History_state_Getter";
3709 3981
3710 static back_Callback(mthis) native "History_back_Callback"; 3982 static back_Callback(mthis) native "History_back_Callback";
3711 3983
3712 static forward_Callback(mthis) native "History_forward_Callback"; 3984 static forward_Callback(mthis) native "History_forward_Callback";
3713 3985
3714 static go_Callback_long(mthis, distance) native "History_go_Callback_long"; 3986 static go_Callback_long(mthis, distance) native "History_go_Callback_long";
3715 3987
3716 static pushState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title, url) native "History_pushState_Callback"; 3988 static pushState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title, url) native "History_pushState_Callback";
3717 3989
3718 static replaceState_Callback_ScriptValue_DOMString_DOMString(mthis, data, titl e, url) native "History_replaceState_Callback"; 3990 static replaceState_Callback_ScriptValue_DOMString_DOMString(mthis, data, titl e, url) native "History_replaceState_Callback";
3719 } 3991 }
3720 3992
3721 class BlinkHmacKeyAlgorithm {
3722 static hash_Getter(mthis) native "HmacKeyAlgorithm_hash_Getter";
3723
3724 static length_Getter(mthis) native "HmacKeyAlgorithm_length_Getter";
3725 }
3726
3727 class BlinkIDBCursor { 3993 class BlinkIDBCursor {
3728 static direction_Getter(mthis) native "IDBCursor_direction_Getter"; 3994 static direction_Getter(mthis) native "IDBCursor_direction_Getter";
3729 3995
3730 static key_Getter(mthis) native "IDBCursor_key_Getter"; 3996 static key_Getter(mthis) native "IDBCursor_key_Getter";
3731 3997
3732 static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; 3998 static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter";
3733 3999
3734 static source_Getter(mthis) native "IDBCursor_source_Getter"; 4000 static source_Getter(mthis) native "IDBCursor_source_Getter";
3735 4001
3736 static advance_Callback_ul(mthis, count) native "IDBCursor_advance_Callback_un signed long"; 4002 static advance_Callback_ul(mthis, count) native "IDBCursor_advance_Callback_un signed long";
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
3790 static objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; 4056 static objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter";
3791 4057
3792 static unique_Getter(mthis) native "IDBIndex_unique_Getter"; 4058 static unique_Getter(mthis) native "IDBIndex_unique_Getter";
3793 4059
3794 static count_Callback_ScriptValue(mthis, key) native "IDBIndex_count_Callback_ ScriptValue"; 4060 static count_Callback_ScriptValue(mthis, key) native "IDBIndex_count_Callback_ ScriptValue";
3795 4061
3796 static get_Callback_ScriptValue(mthis, key) native "IDBIndex_get_Callback_Scri ptValue"; 4062 static get_Callback_ScriptValue(mthis, key) native "IDBIndex_get_Callback_Scri ptValue";
3797 4063
3798 static getKey_Callback_ScriptValue(mthis, key) native "IDBIndex_getKey_Callbac k_ScriptValue"; 4064 static getKey_Callback_ScriptValue(mthis, key) native "IDBIndex_getKey_Callbac k_ScriptValue";
3799 4065
3800 static openCursor_Callback_ScriptValue_DOMString(mthis, key, direction) native "IDBIndex_openCursor_Callback_ScriptValue_DOMString"; 4066 static openCursor_Callback_ScriptValue_DOMString(mthis, range, direction) nati ve "IDBIndex_openCursor_Callback_ScriptValue_DOMString";
3801 4067
3802 static openKeyCursor_Callback_ScriptValue_DOMString(mthis, key, direction) nat ive "IDBIndex_openKeyCursor_Callback_ScriptValue_DOMString"; 4068 static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) n ative "IDBIndex_openKeyCursor_Callback_ScriptValue_DOMString";
3803 } 4069 }
3804 4070
3805 class BlinkIDBKeyRange { 4071 class BlinkIDBKeyRange {
3806 static lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; 4072 static lower_Getter(mthis) native "IDBKeyRange_lower_Getter";
3807 4073
3808 static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter"; 4074 static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter";
3809 4075
3810 static upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; 4076 static upper_Getter(mthis) native "IDBKeyRange_upper_Getter";
3811 4077
3812 static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter"; 4078 static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter";
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
3927 } 4193 }
3928 4194
3929 class BlinkInstallPhaseEvent { 4195 class BlinkInstallPhaseEvent {
3930 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_ waitUntil_Callback_ScriptValue"; 4196 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_ waitUntil_Callback_ScriptValue";
3931 } 4197 }
3932 4198
3933 class BlinkInstallEvent { 4199 class BlinkInstallEvent {
3934 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; 4200 static replace_Callback(mthis) native "InstallEvent_replace_Callback";
3935 } 4201 }
3936 4202
3937 class BlinkKey {
3938 static algorithm_Getter(mthis) native "Key_algorithm_Getter";
3939
3940 static extractable_Getter(mthis) native "Key_extractable_Getter";
3941
3942 static type_Getter(mthis) native "Key_type_Getter";
3943
3944 static usages_Getter(mthis) native "Key_usages_Getter";
3945 }
3946
3947 class BlinkKeyboardEvent { 4203 class BlinkKeyboardEvent {
3948 static altGraphKey_Getter(mthis) native "KeyboardEvent_altGraphKey_Getter";
3949
3950 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; 4204 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter";
3951 4205
3952 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; 4206 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter";
3953 4207
3954 static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter" ; 4208 static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter" ;
3955 4209
3956 static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter"; 4210 static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter";
3957 4211
3958 static location_Getter(mthis) native "KeyboardEvent_location_Getter"; 4212 static location_Getter(mthis) native "KeyboardEvent_location_Getter";
3959 4213
3960 static metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter"; 4214 static metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter";
3961 4215
3962 static repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter"; 4216 static repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter";
3963 4217
3964 static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter"; 4218 static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter";
3965 4219
3966 static getModifierState_Callback_DOMString(mthis, keyArgument) native "Keyboar dEvent_getModifierState_Callback_DOMString"; 4220 static getModifierState_Callback_DOMString(mthis, keyArgument) native "Keyboar dEvent_getModifierState_Callback_DOMString";
3967 4221
3968 static initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_u l_boolean_boolean_boolean_boolean_boolean(mthis, type, canBubble, cancelable, vi ew, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphKey) na tive "KeyboardEvent_initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_ DOMString_unsigned long_boolean_boolean_boolean_boolean_boolean"; 4222 static initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_u l_boolean_boolean_boolean_boolean(mthis, type, canBubble, cancelable, view, keyI dentifier, location, ctrlKey, altKey, shiftKey, metaKey) native "KeyboardEvent_i nitKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_unsigned lo ng_boolean_boolean_boolean_boolean";
4223 }
4224
4225 class BlinkLocalCredential {
4226 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a vatarURL, password) native "LocalCredential_constructorCallback_DOMString_DOMStr ing_DOMString_DOMString";
4227
4228 static password_Getter(mthis) native "LocalCredential_password_Getter";
3969 } 4229 }
3970 4230
3971 class BlinkLocation { 4231 class BlinkLocation {
3972 static ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter"; 4232 static ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter";
3973 4233
3974 static hash_Getter(mthis) native "Location_hash_Getter"; 4234 static hash_Getter(mthis) native "Location_hash_Getter";
3975 4235
3976 static hash_Setter_DOMString(mthis, value) native "Location_hash_Setter"; 4236 static hash_Setter_DOMString(mthis, value) native "Location_hash_Setter";
3977 4237
3978 static host_Getter(mthis) native "Location_host_Getter"; 4238 static host_Getter(mthis) native "Location_host_Getter";
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
4145 4405
4146 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; 4406 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter";
4147 } 4407 }
4148 4408
4149 class BlinkMediaKeySession { 4409 class BlinkMediaKeySession {
4150 static error_Getter(mthis) native "MediaKeySession_error_Getter"; 4410 static error_Getter(mthis) native "MediaKeySession_error_Getter";
4151 4411
4152 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; 4412 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter";
4153 4413
4154 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; 4414 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter";
4155
4156 static release_Callback(mthis) native "MediaKeySession_release_Callback";
4157
4158 static update_Callback_Uint8Array(mthis, response) native "MediaKeySession_upd ate_Callback_Uint8Array";
4159 } 4415 }
4160 4416
4161 class BlinkMediaKeys { 4417 class BlinkMediaKeys {
4162 static constructorCallback_DOMString(keySystem) native "MediaKeys_constructorC allback_DOMString";
4163
4164 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; 4418 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
4165 4419
4166 static createSession_Callback_DOMString_Uint8Array(mthis, type, initData) nati ve "MediaKeys_createSession_Callback_DOMString_Uint8Array";
4167
4168 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString"; 4420 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString";
4169 } 4421 }
4170 4422
4171 class BlinkMediaList { 4423 class BlinkMediaList {
4172 static length_Getter(mthis) native "MediaList_length_Getter"; 4424 static length_Getter(mthis) native "MediaList_length_Getter";
4173 4425
4174 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; 4426 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter";
4175 4427
4176 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se tter"; 4428 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se tter";
4177 4429
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
4226 static label_Getter(mthis) native "MediaStream_label_Getter"; 4478 static label_Getter(mthis) native "MediaStream_label_Getter";
4227 4479
4228 static addTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_ad dTrack_Callback_MediaStreamTrack"; 4480 static addTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_ad dTrack_Callback_MediaStreamTrack";
4229 4481
4230 static clone_Callback(mthis) native "MediaStream_clone_Callback"; 4482 static clone_Callback(mthis) native "MediaStream_clone_Callback";
4231 4483
4232 static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callb ack"; 4484 static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callb ack";
4233 4485
4234 static getTrackById_Callback_DOMString(mthis, trackId) native "MediaStream_get TrackById_Callback_DOMString"; 4486 static getTrackById_Callback_DOMString(mthis, trackId) native "MediaStream_get TrackById_Callback_DOMString";
4235 4487
4488 static getTracks_Callback(mthis) native "MediaStream_getTracks_Callback";
4489
4236 static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callb ack"; 4490 static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callb ack";
4237 4491
4238 static removeTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream _removeTrack_Callback_MediaStreamTrack"; 4492 static removeTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream _removeTrack_Callback_MediaStreamTrack";
4239 4493
4240 static stop_Callback(mthis) native "MediaStream_stop_Callback"; 4494 static stop_Callback(mthis) native "MediaStream_stop_Callback";
4241 } 4495 }
4242 4496
4243 class BlinkMediaStreamAudioDestinationNode { 4497 class BlinkMediaStreamAudioDestinationNode {
4244 static stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Get ter"; 4498 static stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Get ter";
4245 } 4499 }
(...skipping 10 matching lines...) Expand all
4256 static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter"; 4510 static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter";
4257 4511
4258 static enabled_Setter_boolean(mthis, value) native "MediaStreamTrack_enabled_S etter"; 4512 static enabled_Setter_boolean(mthis, value) native "MediaStreamTrack_enabled_S etter";
4259 4513
4260 static id_Getter(mthis) native "MediaStreamTrack_id_Getter"; 4514 static id_Getter(mthis) native "MediaStreamTrack_id_Getter";
4261 4515
4262 static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter"; 4516 static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter";
4263 4517
4264 static label_Getter(mthis) native "MediaStreamTrack_label_Getter"; 4518 static label_Getter(mthis) native "MediaStreamTrack_label_Getter";
4265 4519
4520 static muted_Getter(mthis) native "MediaStreamTrack_muted_Getter";
4521
4266 static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter"; 4522 static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter";
4267 4523
4268 static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback"; 4524 static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback";
4269 4525
4270 static getSources_Callback_MediaStreamTrackSourcesCallback(callback) native "M ediaStreamTrack_getSources_Callback_MediaStreamTrackSourcesCallback"; 4526 static getSources_Callback_MediaStreamTrackSourcesCallback(callback) native "M ediaStreamTrack_getSources_Callback_MediaStreamTrackSourcesCallback";
4271 4527
4272 static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback"; 4528 static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback";
4273 } 4529 }
4274 4530
4275 class BlinkMediaStreamTrackEvent { 4531 class BlinkMediaStreamTrackEvent {
(...skipping 22 matching lines...) Expand all
4298 static origin_Getter(mthis) native "MessageEvent_origin_Getter"; 4554 static origin_Getter(mthis) native "MessageEvent_origin_Getter";
4299 4555
4300 static source_Getter(mthis) native "MessageEvent_source_Getter"; 4556 static source_Getter(mthis) native "MessageEvent_source_Getter";
4301 4557
4302 static initMessageEvent_Callback_DOMString_boolean_boolean_ScriptValue_DOMStri ng_DOMString_Window_A_MessagePort_A(mthis, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native "MessageEve nt_initMessageEvent_Callback"; 4558 static initMessageEvent_Callback_DOMString_boolean_boolean_ScriptValue_DOMStri ng_DOMString_Window_A_MessagePort_A(mthis, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native "MessageEve nt_initMessageEvent_Callback";
4303 } 4559 }
4304 4560
4305 class BlinkMessagePort { 4561 class BlinkMessagePort {
4306 static close_Callback(mthis) native "MessagePort_close_Callback"; 4562 static close_Callback(mthis) native "MessagePort_close_Callback";
4307 4563
4308 static postMessage_Callback_ScriptValue_A_MessagePort_A(mthis, message, messag ePorts) native "MessagePort_postMessage_Callback"; 4564 static postMessage_Callback_ScriptValue_SEQ_MessagePort_SEQ(mthis, message, tr ansfer) native "MessagePort_postMessage_Callback";
4309 4565
4310 static start_Callback(mthis) native "MessagePort_start_Callback"; 4566 static start_Callback(mthis) native "MessagePort_start_Callback";
4311 } 4567 }
4312 4568
4313 class BlinkMetadata { 4569 class BlinkMetadata {
4314 static modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter "; 4570 static modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter ";
4315 4571
4316 static size_Getter(mthis) native "Metadata_size_Getter"; 4572 static size_Getter(mthis) native "Metadata_size_Getter";
4317 } 4573 }
4318 4574
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
4354 static metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter"; 4610 static metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter";
4355 4611
4356 static movementX_Getter(mthis) native "MouseEvent_movementX_Getter"; 4612 static movementX_Getter(mthis) native "MouseEvent_movementX_Getter";
4357 4613
4358 static movementY_Getter(mthis) native "MouseEvent_movementY_Getter"; 4614 static movementY_Getter(mthis) native "MouseEvent_movementY_Getter";
4359 4615
4360 static offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter"; 4616 static offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter";
4361 4617
4362 static offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter"; 4618 static offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter";
4363 4619
4620 static region_Getter(mthis) native "MouseEvent_region_Getter";
4621
4364 static relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter"; 4622 static relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter";
4365 4623
4366 static screenX_Getter(mthis) native "MouseEvent_screenX_Getter"; 4624 static screenX_Getter(mthis) native "MouseEvent_screenX_Getter";
4367 4625
4368 static screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; 4626 static screenY_Getter(mthis) native "MouseEvent_screenY_Getter";
4369 4627
4370 static shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; 4628 static shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter";
4371 4629
4372 static toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; 4630 static toElement_Getter(mthis) native "MouseEvent_toElement_Getter";
4373 4631
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
4458 4716
4459 class BlinkNavigatorOnLine { 4717 class BlinkNavigatorOnLine {
4460 static onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter"; 4718 static onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter";
4461 } 4719 }
4462 4720
4463 class BlinkNavigator { 4721 class BlinkNavigator {
4464 static connection_Getter(mthis) native "Navigator_connection_Getter"; 4722 static connection_Getter(mthis) native "Navigator_connection_Getter";
4465 4723
4466 static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter"; 4724 static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter";
4467 4725
4726 static credentials_Getter(mthis) native "Navigator_credentials_Getter";
4727
4468 static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter"; 4728 static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter";
4469 4729
4730 static geofencing_Getter(mthis) native "Navigator_geofencing_Getter";
4731
4470 static geolocation_Getter(mthis) native "Navigator_geolocation_Getter"; 4732 static geolocation_Getter(mthis) native "Navigator_geolocation_Getter";
4471 4733
4472 static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter"; 4734 static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter";
4473 4735
4474 static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter"; 4736 static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter";
4475 4737
4476 static productSub_Getter(mthis) native "Navigator_productSub_Getter"; 4738 static productSub_Getter(mthis) native "Navigator_productSub_Getter";
4477 4739
4478 static push_Getter(mthis) native "Navigator_push_Getter"; 4740 static push_Getter(mthis) native "Navigator_push_Getter";
4479 4741
4480 static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter"; 4742 static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter";
4481 4743
4482 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; 4744 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter";
4483 4745
4484 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; 4746 static vendor_Getter(mthis) native "Navigator_vendor_Getter";
4485 4747
4486 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; 4748 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter";
4487 4749
4488 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten tStorage_Getter"; 4750 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten tStorage_Getter";
4489 4751
4490 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS torage_Getter"; 4752 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS torage_Getter";
4491 4753
4492 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; 4754 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback";
4493 4755
4494 static getMediaDevices_Callback_MediaDeviceInfoCallback(mthis, resultCallback) native "Navigator_getMediaDevices_Callback_MediaDeviceInfoCallback";
4495
4496 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C allback"; 4756 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C allback";
4497 4757
4498 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString "; 4758 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString ";
4499 4759
4500 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_ DOMString_DOMString"; 4760 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_ DOMString_DOMString";
4501 4761
4502 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig ator_sendBeacon_Callback_DOMString_DOMString"; 4762 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig ator_sendBeacon_Callback_DOMString_DOMString";
4503 4763
4504 static sendBeacon_Callback_DOMString_ArrayBufferView(mthis, url, data) native "Navigator_sendBeacon_Callback_DOMString_ArrayBufferView"; 4764 static sendBeacon_Callback_DOMString_ArrayBufferView(mthis, url, data) native "Navigator_sendBeacon_Callback_DOMString_ArrayBufferView";
4505 4765
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
4992 static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter"; 5252 static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter";
4993 5253
4994 static sdpMid_Setter_DOMString(mthis, value) native "RTCIceCandidate_sdpMid_Se tter"; 5254 static sdpMid_Setter_DOMString(mthis, value) native "RTCIceCandidate_sdpMid_Se tter";
4995 } 5255 }
4996 5256
4997 class BlinkRTCIceCandidateEvent { 5257 class BlinkRTCIceCandidateEvent {
4998 static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter"; 5258 static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter";
4999 } 5259 }
5000 5260
5001 class BlinkRTCPeerConnection { 5261 class BlinkRTCPeerConnection {
5002 static constructorCallback_Dictionary_Dictionary(rtcIceServers, mediaConstrain ts) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary"; 5262 static constructorCallback_Dictionary_Dictionary(rtcConfiguration, mediaConstr aints) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary";
5003 5263
5004 static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectio nState_Getter"; 5264 static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectio nState_Getter";
5005 5265
5006 static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringS tate_Getter"; 5266 static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringS tate_Getter";
5007 5267
5008 static localDescription_Getter(mthis) native "RTCPeerConnection_localDescripti on_Getter"; 5268 static localDescription_Getter(mthis) native "RTCPeerConnection_localDescripti on_Getter";
5009 5269
5010 static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescrip tion_Getter"; 5270 static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescrip tion_Getter";
5011 5271
5012 static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_G etter"; 5272 static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_G etter";
5013 5273
5014 static addIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback( mthis, candidate, successCallback, failureCallback) native "RTCPeerConnection_ad dIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback"; 5274 static addIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback( mthis, candidate, successCallback, failureCallback) native "RTCPeerConnection_ad dIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback";
5015 5275
5016 static addStream_Callback_MediaStream_Dictionary(mthis, stream, mediaConstrain ts) native "RTCPeerConnection_addStream_Callback_MediaStream_Dictionary"; 5276 static addStream_Callback_MediaStream_Dictionary(mthis, stream, mediaConstrain ts) native "RTCPeerConnection_addStream_Callback_MediaStream_Dictionary";
5017 5277
5018 static close_Callback(mthis) native "RTCPeerConnection_close_Callback"; 5278 static close_Callback(mthis) native "RTCPeerConnection_close_Callback";
5019 5279
5020 static createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Di ctionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCP eerConnection_createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallba ck_Dictionary"; 5280 static createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Di ctionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCP eerConnection_createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallba ck_Dictionary";
5021 5281
5022 static createDTMFSender_Callback_MediaStreamTrack(mthis, track) native "RTCPee rConnection_createDTMFSender_Callback_MediaStreamTrack"; 5282 static createDTMFSender_Callback_MediaStreamTrack(mthis, track) native "RTCPee rConnection_createDTMFSender_Callback_MediaStreamTrack";
5023 5283
5024 static createDataChannel_Callback_DOMString_Dictionary(mthis, label, options) native "RTCPeerConnection_createDataChannel_Callback_DOMString_Dictionary"; 5284 static createDataChannel_Callback_DOMString_Dictionary(mthis, label, options) native "RTCPeerConnection_createDataChannel_Callback_DOMString_Dictionary";
5025 5285
5026 static createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dic tionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPe erConnection_createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback _Dictionary"; 5286 static createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dic tionary(mthis, successCallback, failureCallback, rtcOfferOptions) native "RTCPee rConnection_createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_ Dictionary";
5027 5287
5028 static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStrea ms_Callback"; 5288 static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStrea ms_Callback";
5029 5289
5030 static getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStr eams_Callback"; 5290 static getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStr eams_Callback";
5031 5291
5032 static getStats_Callback_RTCStatsCallback_MediaStreamTrack(mthis, successCallb ack, selector) native "RTCPeerConnection_getStats_Callback_RTCStatsCallback_Medi aStreamTrack"; 5292 static getStats_Callback_RTCStatsCallback_MediaStreamTrack(mthis, successCallb ack, selector) native "RTCPeerConnection_getStats_Callback_RTCStatsCallback_Medi aStreamTrack";
5033 5293
5034 static getStreamById_Callback_DOMString(mthis, streamId) native "RTCPeerConnec tion_getStreamById_Callback_DOMString"; 5294 static getStreamById_Callback_DOMString(mthis, streamId) native "RTCPeerConnec tion_getStreamById_Callback_DOMString";
5035 5295
5036 static removeStream_Callback_MediaStream(mthis, stream) native "RTCPeerConnect ion_removeStream_Callback_MediaStream"; 5296 static removeStream_Callback_MediaStream(mthis, stream) native "RTCPeerConnect ion_removeStream_Callback_MediaStream";
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
5129 5389
5130 static setEndBefore_Callback_Node(mthis, refNode) native "Range_setEndBefore_C allback_Node"; 5390 static setEndBefore_Callback_Node(mthis, refNode) native "Range_setEndBefore_C allback_Node";
5131 5391
5132 static setStart_Callback_Node_long(mthis, refNode, offset) native "Range_setSt art_Callback_Node_long"; 5392 static setStart_Callback_Node_long(mthis, refNode, offset) native "Range_setSt art_Callback_Node_long";
5133 5393
5134 static setStartAfter_Callback_Node(mthis, refNode) native "Range_setStartAfter _Callback_Node"; 5394 static setStartAfter_Callback_Node(mthis, refNode) native "Range_setStartAfter _Callback_Node";
5135 5395
5136 static setStartBefore_Callback_Node(mthis, refNode) native "Range_setStartBefo re_Callback_Node"; 5396 static setStartBefore_Callback_Node(mthis, refNode) native "Range_setStartBefo re_Callback_Node";
5137 5397
5138 static surroundContents_Callback_Node(mthis, newParent) native "Range_surround Contents_Callback_Node"; 5398 static surroundContents_Callback_Node(mthis, newParent) native "Range_surround Contents_Callback_Node";
5399 }
5139 5400
5140 static toString_Callback(mthis) native "Range_toString_Callback"; 5401 class BlinkReadableStream {}
5141 }
5142 5402
5143 class BlinkRect {} 5403 class BlinkRect {}
5144 5404
5405 class BlinkRelatedEvent {
5406 static relatedTarget_Getter(mthis) native "RelatedEvent_relatedTarget_Getter";
5407 }
5408
5145 class BlinkRequest { 5409 class BlinkRequest {
5146 static constructorCallback_Dictionary(requestInitDict) native "Request_constru ctorCallback_Dictionary"; 5410 static constructorCallback_DOMString_Dictionary(input, requestInitDict) native "Request_constructorCallback_DOMString_Dictionary";
5411
5412 static constructorCallback_Request_Dictionary(input, requestInitDict) native " Request_constructorCallback_Request_Dictionary";
5413
5414 static credentials_Getter(mthis) native "Request_credentials_Getter";
5147 5415
5148 static headers_Getter(mthis) native "Request_headers_Getter"; 5416 static headers_Getter(mthis) native "Request_headers_Getter";
5149 5417
5150 static origin_Getter(mthis) native "Request_origin_Getter"; 5418 static mode_Getter(mthis) native "Request_mode_Getter";
5419
5420 static referrer_Getter(mthis) native "Request_referrer_Getter";
5151 5421
5152 static url_Getter(mthis) native "Request_url_Getter"; 5422 static url_Getter(mthis) native "Request_url_Getter";
5153
5154 static url_Setter_DOMString(mthis, value) native "Request_url_Setter";
5155 } 5423 }
5156 5424
5157 class BlinkResourceProgressEvent { 5425 class BlinkResourceProgressEvent {
5158 static url_Getter(mthis) native "ResourceProgressEvent_url_Getter"; 5426 static url_Getter(mthis) native "ResourceProgressEvent_url_Getter";
5159 } 5427 }
5160 5428
5161 class BlinkResponse { 5429 class BlinkResponse {
5430 static constructorCallback_DOMString_Dictionary(body, responseInitDict) native "Response_constructorCallback_DOMString_Dictionary";
5431
5162 static constructorCallback_Blob_Dictionary(body, responseInitDict) native "Res ponse_constructorCallback_Blob_Dictionary"; 5432 static constructorCallback_Blob_Dictionary(body, responseInitDict) native "Res ponse_constructorCallback_Blob_Dictionary";
5163 } 5433 }
5164 5434
5165 class BlinkRsaKeyAlgorithm {
5166 static modulusLength_Getter(mthis) native "RsaKeyAlgorithm_modulusLength_Gette r";
5167
5168 static publicExponent_Getter(mthis) native "RsaKeyAlgorithm_publicExponent_Get ter";
5169 }
5170
5171 class BlinkRsaHashedKeyAlgorithm {
5172 static hash_Getter(mthis) native "RsaHashedKeyAlgorithm_hash_Getter";
5173 }
5174
5175 class BlinkSQLError { 5435 class BlinkSQLError {
5176 static code_Getter(mthis) native "SQLError_code_Getter"; 5436 static code_Getter(mthis) native "SQLError_code_Getter";
5177 5437
5178 static message_Getter(mthis) native "SQLError_message_Getter"; 5438 static message_Getter(mthis) native "SQLError_message_Getter";
5179 } 5439 }
5180 5440
5181 class BlinkSQLResultSet { 5441 class BlinkSQLResultSet {
5182 static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"; 5442 static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter";
5183 5443
5184 static rows_Getter(mthis) native "SQLResultSet_rows_Getter"; 5444 static rows_Getter(mthis) native "SQLResultSet_rows_Getter";
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
5742 6002
5743 class BlinkSVGFEMorphologyElement { 6003 class BlinkSVGFEMorphologyElement {
5744 static in1_Getter(mthis) native "SVGFEMorphologyElement_in1_Getter"; 6004 static in1_Getter(mthis) native "SVGFEMorphologyElement_in1_Getter";
5745 6005
5746 static operator_Getter(mthis) native "SVGFEMorphologyElement_operator_Getter"; 6006 static operator_Getter(mthis) native "SVGFEMorphologyElement_operator_Getter";
5747 6007
5748 static radiusX_Getter(mthis) native "SVGFEMorphologyElement_radiusX_Getter"; 6008 static radiusX_Getter(mthis) native "SVGFEMorphologyElement_radiusX_Getter";
5749 6009
5750 static radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter"; 6010 static radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter";
5751 6011
5752 static setRadius_Callback_float_float(mthis, radiusX, radiusY) native "SVGFEMo rphologyElement_setRadius_Callback_float_float";
5753
5754 static height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter"; 6012 static height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter";
5755 6013
5756 static result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter"; 6014 static result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter";
5757 6015
5758 static width_Getter(mthis) native "SVGFEMorphologyElement_width_Getter"; 6016 static width_Getter(mthis) native "SVGFEMorphologyElement_width_Getter";
5759 6017
5760 static x_Getter(mthis) native "SVGFEMorphologyElement_x_Getter"; 6018 static x_Getter(mthis) native "SVGFEMorphologyElement_x_Getter";
5761 6019
5762 static y_Getter(mthis) native "SVGFEMorphologyElement_y_Getter"; 6020 static y_Getter(mthis) native "SVGFEMorphologyElement_y_Getter";
5763 } 6021 }
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
6752 7010
6753 class BlinkSVGStyleElement { 7011 class BlinkSVGStyleElement {
6754 static disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter"; 7012 static disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter";
6755 7013
6756 static disabled_Setter_boolean(mthis, value) native "SVGStyleElement_disabled_ Setter"; 7014 static disabled_Setter_boolean(mthis, value) native "SVGStyleElement_disabled_ Setter";
6757 7015
6758 static media_Getter(mthis) native "SVGStyleElement_media_Getter"; 7016 static media_Getter(mthis) native "SVGStyleElement_media_Getter";
6759 7017
6760 static media_Setter_DOMString(mthis, value) native "SVGStyleElement_media_Sett er"; 7018 static media_Setter_DOMString(mthis, value) native "SVGStyleElement_media_Sett er";
6761 7019
7020 static sheet_Getter(mthis) native "SVGStyleElement_sheet_Getter";
7021
6762 static title_Getter(mthis) native "SVGStyleElement_title_Getter"; 7022 static title_Getter(mthis) native "SVGStyleElement_title_Getter";
6763 7023
6764 static title_Setter_DOMString(mthis, value) native "SVGStyleElement_title_Sett er"; 7024 static title_Setter_DOMString(mthis, value) native "SVGStyleElement_title_Sett er";
6765 7025
6766 static type_Getter(mthis) native "SVGStyleElement_type_Getter"; 7026 static type_Getter(mthis) native "SVGStyleElement_type_Getter";
6767 7027
6768 static type_Setter_DOMString(mthis, value) native "SVGStyleElement_type_Setter "; 7028 static type_Setter_DOMString(mthis, value) native "SVGStyleElement_type_Setter ";
6769 } 7029 }
6770 7030
6771 class BlinkSVGSwitchElement {} 7031 class BlinkSVGSwitchElement {}
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
6911 7171
6912 static colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; 7172 static colorDepth_Getter(mthis) native "Screen_colorDepth_Getter";
6913 7173
6914 static height_Getter(mthis) native "Screen_height_Getter"; 7174 static height_Getter(mthis) native "Screen_height_Getter";
6915 7175
6916 static orientation_Getter(mthis) native "Screen_orientation_Getter"; 7176 static orientation_Getter(mthis) native "Screen_orientation_Getter";
6917 7177
6918 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; 7178 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter";
6919 7179
6920 static width_Getter(mthis) native "Screen_width_Getter"; 7180 static width_Getter(mthis) native "Screen_width_Getter";
7181 }
6921 7182
6922 static unlockOrientation_Callback(mthis) native "Screen_unlockOrientation_Call back"; 7183 class BlinkScreenOrientation {
7184 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter";
7185
7186 static type_Getter(mthis) native "ScreenOrientation_type_Getter";
7187
7188 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback";
6923 } 7189 }
6924 7190
6925 class BlinkScriptProcessorNode { 7191 class BlinkScriptProcessorNode {
6926 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter" ; 7192 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter" ;
6927 7193
6928 static setEventListener_Callback_EventListener(mthis, eventListener) native "S criptProcessorNode_setEventListener_Callback"; 7194 static setEventListener_Callback_EventListener(mthis, eventListener) native "S criptProcessorNode_setEventListener_Callback";
6929 } 7195 }
6930 7196
6931 class BlinkSecurityPolicyViolationEvent { 7197 class BlinkSecurityPolicyViolationEvent {
6932 static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedUR I_Getter"; 7198 static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedUR I_Getter";
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
6984 static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callb ack"; 7250 static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callb ack";
6985 7251
6986 static containsNode_Callback_Node_boolean(mthis, node, allowPartial) native "S election_containsNode_Callback_Node_boolean"; 7252 static containsNode_Callback_Node_boolean(mthis, node, allowPartial) native "S election_containsNode_Callback_Node_boolean";
6987 7253
6988 static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument _Callback"; 7254 static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument _Callback";
6989 7255
6990 static empty_Callback(mthis) native "Selection_empty_Callback"; 7256 static empty_Callback(mthis) native "Selection_empty_Callback";
6991 7257
6992 static extend_Callback_Node_long(mthis, node, offset) native "Selection_extend _Callback_Node_long"; 7258 static extend_Callback_Node_long(mthis, node, offset) native "Selection_extend _Callback_Node_long";
6993 7259
7260 static extend_Callback_Node(mthis, node) native "Selection_extend_Callback_Nod e";
7261
6994 static getRangeAt_Callback_long(mthis, index) native "Selection_getRangeAt_Cal lback_long"; 7262 static getRangeAt_Callback_long(mthis, index) native "Selection_getRangeAt_Cal lback_long";
6995 7263
6996 static modify_Callback_DOMString_DOMString_DOMString(mthis, alter, direction, granularity) native "Selection_modify_Callback_DOMString_DOMString_DOMString"; 7264 static modify_Callback_DOMString_DOMString_DOMString(mthis, alter, direction, granularity) native "Selection_modify_Callback_DOMString_DOMString_DOMString";
6997 7265
6998 static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callb ack"; 7266 static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callb ack";
6999 7267
7000 static selectAllChildren_Callback_Node(mthis, node) native "Selection_selectAl lChildren_Callback_Node"; 7268 static selectAllChildren_Callback_Node(mthis, node) native "Selection_selectAl lChildren_Callback_Node";
7001 7269
7002 static setBaseAndExtent_Callback_Node_long_Node_long(mthis, baseNode, baseOffs et, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback_Node_l ong_Node_long"; 7270 static setBaseAndExtent_Callback_Node_long_Node_long(mthis, baseNode, baseOffs et, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback_Node_l ong_Node_long";
7003 7271
7004 static setPosition_Callback_Node_long(mthis, node, offset) native "Selection_s etPosition_Callback_Node_long"; 7272 static setPosition_Callback_Node_long(mthis, node, offset) native "Selection_s etPosition_Callback_Node_long";
7005 7273
7006 static setPosition_Callback_Node(mthis, node) native "Selection_setPosition_Ca llback_Node"; 7274 static setPosition_Callback_Node(mthis, node) native "Selection_setPosition_Ca llback_Node";
7007
7008 static toString_Callback(mthis) native "Selection_toString_Callback";
7009 } 7275 }
7010 7276
7011 class BlinkServiceWorker {} 7277 class BlinkServiceWorker {}
7012 7278
7279 class BlinkServiceWorkerClient {
7280 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter";
7281
7282 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m essage, transfer) native "ServiceWorkerClient_postMessage_Callback";
7283 }
7284
7013 class BlinkServiceWorkerClients {} 7285 class BlinkServiceWorkerClients {}
7014 7286
7015 class BlinkServiceWorkerContainer { 7287 class BlinkServiceWorkerContainer {
7016 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; 7288 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter";
7017 7289
7018 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett er"; 7290 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett er";
7019 7291
7020 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett er"; 7292 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett er";
7021 7293
7022 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; 7294 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter";
7023 } 7295 }
7024 7296
7025 class BlinkServiceWorkerGlobalScope { 7297 class BlinkServiceWorkerGlobalScope {
7026 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; 7298 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter";
7027 7299
7300 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache s_Getter";
7301
7028 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; 7302 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter";
7029 } 7303 }
7030 7304
7305 class BlinkServiceWorkerRegistration {
7306 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter";
7307
7308 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G etter";
7309
7310 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter";
7311
7312 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter" ;
7313 }
7314
7031 class BlinkShadowRoot { 7315 class BlinkShadowRoot {
7032 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; 7316 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter";
7033 7317
7034 static host_Getter(mthis) native "ShadowRoot_host_Getter"; 7318 static host_Getter(mthis) native "ShadowRoot_host_Getter";
7035 7319
7036 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; 7320 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter";
7037 7321
7038 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S etter"; 7322 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S etter";
7039 7323
7040 static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter "; 7324 static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter ";
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
7486 static $__getter___Callback_DOMString(mthis, name) native "Timing___getter___C allback_DOMString"; 7770 static $__getter___Callback_DOMString(mthis, name) native "Timing___getter___C allback_DOMString";
7487 7771
7488 static $__setter___Callback_DOMString_double(mthis, name, duration) native "Ti ming___setter___Callback_DOMString_double"; 7772 static $__setter___Callback_DOMString_double(mthis, name, duration) native "Ti ming___setter___Callback_DOMString_double";
7489 } 7773 }
7490 7774
7491 class BlinkTouch { 7775 class BlinkTouch {
7492 static clientX_Getter(mthis) native "Touch_clientX_Getter"; 7776 static clientX_Getter(mthis) native "Touch_clientX_Getter";
7493 7777
7494 static clientY_Getter(mthis) native "Touch_clientY_Getter"; 7778 static clientY_Getter(mthis) native "Touch_clientY_Getter";
7495 7779
7780 static force_Getter(mthis) native "Touch_force_Getter";
7781
7496 static identifier_Getter(mthis) native "Touch_identifier_Getter"; 7782 static identifier_Getter(mthis) native "Touch_identifier_Getter";
7497 7783
7498 static pageX_Getter(mthis) native "Touch_pageX_Getter"; 7784 static pageX_Getter(mthis) native "Touch_pageX_Getter";
7499 7785
7500 static pageY_Getter(mthis) native "Touch_pageY_Getter"; 7786 static pageY_Getter(mthis) native "Touch_pageY_Getter";
7501 7787
7788 static radiusX_Getter(mthis) native "Touch_radiusX_Getter";
7789
7790 static radiusY_Getter(mthis) native "Touch_radiusY_Getter";
7791
7502 static screenX_Getter(mthis) native "Touch_screenX_Getter"; 7792 static screenX_Getter(mthis) native "Touch_screenX_Getter";
7503 7793
7504 static screenY_Getter(mthis) native "Touch_screenY_Getter"; 7794 static screenY_Getter(mthis) native "Touch_screenY_Getter";
7505 7795
7506 static target_Getter(mthis) native "Touch_target_Getter"; 7796 static target_Getter(mthis) native "Touch_target_Getter";
7507 7797
7508 static webkitForce_Getter(mthis) native "Touch_webkitForce_Getter";
7509
7510 static webkitRadiusX_Getter(mthis) native "Touch_webkitRadiusX_Getter";
7511
7512 static webkitRadiusY_Getter(mthis) native "Touch_webkitRadiusY_Getter";
7513
7514 static webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle_Get ter"; 7798 static webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle_Get ter";
7515 } 7799 }
7516 7800
7517 class BlinkTouchEvent { 7801 class BlinkTouchEvent {
7518 static altKey_Getter(mthis) native "TouchEvent_altKey_Getter"; 7802 static altKey_Getter(mthis) native "TouchEvent_altKey_Getter";
7519 7803
7520 static changedTouches_Getter(mthis) native "TouchEvent_changedTouches_Getter"; 7804 static changedTouches_Getter(mthis) native "TouchEvent_changedTouches_Getter";
7521 7805
7522 static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; 7806 static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter";
7523 7807
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
7572 static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback"; 7856 static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback";
7573 7857
7574 static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback"; 7858 static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback";
7575 7859
7576 static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Call back"; 7860 static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Call back";
7577 } 7861 }
7578 7862
7579 class BlinkURL { 7863 class BlinkURL {
7580 static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_Blob"; 7864 static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_Blob";
7581 7865
7866 static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native " URL_createObjectURL_Callback_MediaSource";
7867
7582 static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native " URL_createObjectURL_Callback_MediaStream"; 7868 static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native " URL_createObjectURL_Callback_MediaStream";
7583 7869
7584 static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native " URL_createObjectURL_Callback_MediaSource";
7585
7586 static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Cal lback_DOMString"; 7870 static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Cal lback_DOMString";
7587 7871
7588 static hash_Getter(mthis) native "URL_hash_Getter"; 7872 static hash_Getter(mthis) native "URL_hash_Getter";
7589 7873
7590 static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter"; 7874 static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter";
7591 7875
7592 static host_Getter(mthis) native "URL_host_Getter"; 7876 static host_Getter(mthis) native "URL_host_Getter";
7593 7877
7594 static host_Setter_DOMString(mthis, value) native "URL_host_Setter"; 7878 static host_Setter_DOMString(mthis, value) native "URL_host_Setter";
7595 7879
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
7632 7916
7633 class BlinkURLUtilsReadOnly { 7917 class BlinkURLUtilsReadOnly {
7634 static hash_Getter(mthis) native "WorkerLocation_hash_Getter"; 7918 static hash_Getter(mthis) native "WorkerLocation_hash_Getter";
7635 7919
7636 static host_Getter(mthis) native "WorkerLocation_host_Getter"; 7920 static host_Getter(mthis) native "WorkerLocation_host_Getter";
7637 7921
7638 static hostname_Getter(mthis) native "WorkerLocation_hostname_Getter"; 7922 static hostname_Getter(mthis) native "WorkerLocation_hostname_Getter";
7639 7923
7640 static href_Getter(mthis) native "WorkerLocation_href_Getter"; 7924 static href_Getter(mthis) native "WorkerLocation_href_Getter";
7641 7925
7926 static origin_Getter(mthis) native "WorkerLocation_origin_Getter";
7927
7642 static pathname_Getter(mthis) native "WorkerLocation_pathname_Getter"; 7928 static pathname_Getter(mthis) native "WorkerLocation_pathname_Getter";
7643 7929
7644 static port_Getter(mthis) native "WorkerLocation_port_Getter"; 7930 static port_Getter(mthis) native "WorkerLocation_port_Getter";
7645 7931
7646 static protocol_Getter(mthis) native "WorkerLocation_protocol_Getter"; 7932 static protocol_Getter(mthis) native "WorkerLocation_protocol_Getter";
7647 7933
7648 static search_Getter(mthis) native "WorkerLocation_search_Getter"; 7934 static search_Getter(mthis) native "WorkerLocation_search_Getter";
7649 7935
7650 static toString_Callback(mthis) native "WorkerLocation_toString_Callback"; 7936 static toString_Callback(mthis) native "WorkerLocation_toString_Callback";
7651 } 7937 }
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
7992 static framebufferTexture2D_Callback_ul_ul_ul_WebGLTexture_long(mthis, target, attachment, textarget, texture, level) native "WebGLRenderingContextBase_frameb ufferTexture2D_Callback_unsigned long_unsigned long_unsigned long_WebGLTexture_l ong"; 8278 static framebufferTexture2D_Callback_ul_ul_ul_WebGLTexture_long(mthis, target, attachment, textarget, texture, level) native "WebGLRenderingContextBase_frameb ufferTexture2D_Callback_unsigned long_unsigned long_unsigned long_WebGLTexture_l ong";
7993 8279
7994 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_fr ontFace_Callback_unsigned long"; 8280 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_fr ontFace_Callback_unsigned long";
7995 8281
7996 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext Base_generateMipmap_Callback_unsigned long"; 8282 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext Base_generateMipmap_Callback_unsigned long";
7997 8283
7998 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContextBase_getActiveAttrib_Callback_WebGLProgram_unsigned long"; 8284 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContextBase_getActiveAttrib_Callback_WebGLProgram_unsigned long";
7999 8285
8000 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContextBase_getActiveUniform_Callback_WebGLProgram_unsigned long "; 8286 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContextBase_getActiveUniform_Callback_WebGLProgram_unsigned long ";
8001 8287
8002 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR enderingContextBase_getAttachedShaders_Callback"; 8288 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR enderingContextBase_getAttachedShaders_Callback_WebGLProgram";
8003 8289
8004 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContextBase_getAttribLocation_Callback_WebGLProgram_DOMSt ring"; 8290 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContextBase_getAttribLocation_Callback_WebGLProgram_DOMSt ring";
8005 8291
8006 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe nderingContextBase_getBufferParameter_Callback"; 8292 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe nderingContextBase_getBufferParameter_Callback";
8007 8293
8008 static getContextAttributes_Callback(mthis) native "WebGLRenderingContextBase_ getContextAttributes_Callback"; 8294 static getContextAttributes_Callback(mthis) native "WebGLRenderingContextBase_ getContextAttributes_Callback";
8009 8295
8010 static getError_Callback(mthis) native "WebGLRenderingContextBase_getError_Cal lback"; 8296 static getError_Callback(mthis) native "WebGLRenderingContextBase_getError_Cal lback";
8011 8297
8012 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont extBase_getExtension_Callback"; 8298 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont extBase_getExtension_Callback";
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
8294 static framebufferTexture2D_Callback_ul_ul_ul_WebGLTexture_long(mthis, target, attachment, textarget, texture, level) native "WebGLRenderingContext_framebuffe rTexture2D_Callback_unsigned long_unsigned long_unsigned long_WebGLTexture_long" ; 8580 static framebufferTexture2D_Callback_ul_ul_ul_WebGLTexture_long(mthis, target, attachment, textarget, texture, level) native "WebGLRenderingContext_framebuffe rTexture2D_Callback_unsigned long_unsigned long_unsigned long_WebGLTexture_long" ;
8295 8581
8296 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_frontF ace_Callback_unsigned long"; 8582 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_frontF ace_Callback_unsigned long";
8297 8583
8298 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext _generateMipmap_Callback_unsigned long"; 8584 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext _generateMipmap_Callback_unsigned long";
8299 8585
8300 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContext_getActiveAttrib_Callback_WebGLProgram_unsigned long"; 8586 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContext_getActiveAttrib_Callback_WebGLProgram_unsigned long";
8301 8587
8302 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContext_getActiveUniform_Callback_WebGLProgram_unsigned long"; 8588 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContext_getActiveUniform_Callback_WebGLProgram_unsigned long";
8303 8589
8304 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR enderingContext_getAttachedShaders_Callback"; 8590 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR enderingContext_getAttachedShaders_Callback_WebGLProgram";
8305 8591
8306 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContext_getAttribLocation_Callback_WebGLProgram_DOMString "; 8592 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContext_getAttribLocation_Callback_WebGLProgram_DOMString ";
8307 8593
8308 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe nderingContext_getBufferParameter_Callback"; 8594 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe nderingContext_getBufferParameter_Callback";
8309 8595
8310 static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getC ontextAttributes_Callback"; 8596 static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getC ontextAttributes_Callback";
8311 8597
8312 static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callbac k"; 8598 static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callbac k";
8313 8599
8314 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont ext_getExtension_Callback"; 8600 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont ext_getExtension_Callback";
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
8518 static x_Getter(mthis) native "WebKitPoint_x_Getter"; 8804 static x_Getter(mthis) native "WebKitPoint_x_Getter";
8519 8805
8520 static x_Setter_float(mthis, value) native "WebKitPoint_x_Setter"; 8806 static x_Setter_float(mthis, value) native "WebKitPoint_x_Setter";
8521 8807
8522 static y_Getter(mthis) native "WebKitPoint_y_Getter"; 8808 static y_Getter(mthis) native "WebKitPoint_y_Getter";
8523 8809
8524 static y_Setter_float(mthis, value) native "WebKitPoint_y_Setter"; 8810 static y_Setter_float(mthis, value) native "WebKitPoint_y_Setter";
8525 } 8811 }
8526 8812
8527 class BlinkWebSocket { 8813 class BlinkWebSocket {
8528 static constructorCallback_DOMString(url) native "WebSocket_constructorCallbac k_DOMString";
8529
8530 static constructorCallback_DOMString_DOMString(url, protocol_OR_protocols) nat ive "WebSocket_constructorCallback_DOMString_DOMString"; 8814 static constructorCallback_DOMString_DOMString(url, protocol_OR_protocols) nat ive "WebSocket_constructorCallback_DOMString_DOMString";
8531 8815
8532 static constructorCallback_DOMString_SEQ_DOMString_SEQ(url, protocol_OR_protoc ols) native "WebSocket_constructorCallback_DOMString_sequence<DOMString>"; 8816 static constructorCallback_DOMString_SEQ_DOMString_SEQ(url, protocol_OR_protoc ols) native "WebSocket_constructorCallback_DOMString_sequence<DOMString>";
8533 8817
8534 static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter"; 8818 static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter";
8535 8819
8536 static binaryType_Setter_DOMString(mthis, value) native "WebSocket_binaryType_ Setter"; 8820 static binaryType_Setter_DOMString(mthis, value) native "WebSocket_binaryType_ Setter";
8537 8821
8538 static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter"; 8822 static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter";
8539 8823
(...skipping 22 matching lines...) Expand all
8562 8846
8563 class BlinkWheelEvent { 8847 class BlinkWheelEvent {
8564 static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; 8848 static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter";
8565 8849
8566 static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; 8850 static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter";
8567 8851
8568 static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; 8852 static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter";
8569 8853
8570 static deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; 8854 static deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter";
8571 8855
8572 static webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelEvent_webk itDirectionInvertedFromDevice_Getter";
8573
8574 static wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter"; 8856 static wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter";
8575 8857
8576 static wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Getter"; 8858 static wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Getter";
8577
8578 static initWebKitWheelEvent_Callback_long_long_Window_long_long_long_long_bool ean_boolean_boolean_boolean(mthis, wheelDeltaX, wheelDeltaY, view, screenX, scre enY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) native "WheelEvent_in itWebKitWheelEvent_Callback_long_long_Window_long_long_long_long_boolean_boolean _boolean_boolean";
8579 } 8859 }
8580 8860
8581 class BlinkWindow { 8861 class BlinkWindow {
8582 static CSS_Getter(mthis) native "Window_CSS_Getter"; 8862 static CSS_Getter(mthis) native "Window_CSS_Getter";
8583 8863
8584 static applicationCache_Getter(mthis) native "Window_applicationCache_Getter"; 8864 static applicationCache_Getter(mthis) native "Window_applicationCache_Getter";
8585 8865
8586 static closed_Getter(mthis) native "Window_closed_Getter"; 8866 static closed_Getter(mthis) native "Window_closed_Getter";
8587 8867
8588 static console_Getter(mthis) native "Window_console_Getter"; 8868 static console_Getter(mthis) native "Window_console_Getter";
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
8704 static matchMedia_Callback_DOMString(mthis, query) native "Window_matchMedia_C allback_DOMString"; 8984 static matchMedia_Callback_DOMString(mthis, query) native "Window_matchMedia_C allback_DOMString";
8705 8985
8706 static moveBy_Callback_float_float(mthis, x, y) native "Window_moveBy_Callback _float_float"; 8986 static moveBy_Callback_float_float(mthis, x, y) native "Window_moveBy_Callback _float_float";
8707 8987
8708 static moveTo_Callback_float_float(mthis, x, y) native "Window_moveTo_Callback _float_float"; 8988 static moveTo_Callback_float_float(mthis, x, y) native "Window_moveTo_Callback _float_float";
8709 8989
8710 static open_Callback_DOMString_DOMString_DOMString(mthis, url, name, options) native "Window_open_Callback"; 8990 static open_Callback_DOMString_DOMString_DOMString(mthis, url, name, options) native "Window_open_Callback";
8711 8991
8712 static openDatabase_Callback_DOMString_DOMString_DOMString_ul_DatabaseCallback (mthis, name, version, displayName, estimatedSize, creationCallback) native "Win dow_openDatabase_Callback_DOMString_DOMString_DOMString_unsigned long_DatabaseCa llback"; 8992 static openDatabase_Callback_DOMString_DOMString_DOMString_ul_DatabaseCallback (mthis, name, version, displayName, estimatedSize, creationCallback) native "Win dow_openDatabase_Callback_DOMString_DOMString_DOMString_unsigned long_DatabaseCa llback";
8713 8993
8714 static postMessage_Callback_SerializedScriptValue_DOMString_A_MessagePort_A(mt his, message, targetOrigin, messagePorts) native "Window_postMessage_Callback"; 8994 static postMessage_Callback_SerializedScriptValue_DOMString_SEQ_MessagePort_SE Q(mthis, message, targetOrigin, transfer) native "Window_postMessage_Callback";
8715 8995
8716 static print_Callback(mthis) native "Window_print_Callback"; 8996 static print_Callback(mthis) native "Window_print_Callback";
8717 8997
8718 static requestAnimationFrame_Callback_RequestAnimationFrameCallback(mthis, cal lback) native "Window_requestAnimationFrame_Callback_RequestAnimationFrameCallba ck"; 8998 static requestAnimationFrame_Callback_RequestAnimationFrameCallback(mthis, cal lback) native "Window_requestAnimationFrame_Callback_RequestAnimationFrameCallba ck";
8719 8999
8720 static resizeBy_Callback_float_float(mthis, x, y) native "Window_resizeBy_Call back_float_float"; 9000 static resizeBy_Callback_float_float(mthis, x, y) native "Window_resizeBy_Call back_float_float";
8721 9001
8722 static resizeTo_Callback_float_float(mthis, width, height) native "Window_resi zeTo_Callback_float_float"; 9002 static resizeTo_Callback_float_float(mthis, width, height) native "Window_resi zeTo_Callback_float_float";
8723 9003
8724 static scroll_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native "Window_scroll_Callback_long_long_Dictionary"; 9004 static scroll_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native "Window_scroll_Callback_long_long_Dictionary";
8725 9005
8726 static scrollBy_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) nati ve "Window_scrollBy_Callback_long_long_Dictionary"; 9006 static scrollBy_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) nati ve "Window_scrollBy_Callback_long_long_Dictionary";
8727 9007
8728 static scrollTo_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) nati ve "Window_scrollTo_Callback_long_long_Dictionary"; 9008 static scrollTo_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) nati ve "Window_scrollTo_Callback_long_long_Dictionary";
8729 9009
8730 static showModalDialog_Callback_DOMString_ScriptValue_DOMString(mthis, url, di alogArgs, featureArgs) native "Window_showModalDialog_Callback"; 9010 static showModalDialog_Callback_DOMString_ScriptValue_DOMString(mthis, url, di alogArgs, featureArgs) native "Window_showModalDialog_Callback";
8731 9011
8732 static stop_Callback(mthis) native "Window_stop_Callback"; 9012 static stop_Callback(mthis) native "Window_stop_Callback";
8733 9013
8734 static toString_Callback(mthis) native "Window_toString_Callback";
8735
8736 static webkitConvertPointFromNodeToPage_Callback_Node_WebKitPoint(mthis, node, p) native "Window_webkitConvertPointFromNodeToPage_Callback_Node_WebKitPoint";
8737
8738 static webkitConvertPointFromPageToNode_Callback_Node_WebKitPoint(mthis, node, p) native "Window_webkitConvertPointFromPageToNode_Callback_Node_WebKitPoint";
8739
8740 static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback (mthis, type, size, successCallback, errorCallback) native "Window_webkitRequest FileSystem_Callback_unsigned short_long long_FileSystemCallback_ErrorCallback"; 9014 static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback (mthis, type, size, successCallback, errorCallback) native "Window_webkitRequest FileSystem_Callback_unsigned short_long long_FileSystemCallback_ErrorCallback";
8741 9015
8742 static webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorC allback(mthis, url, successCallback, errorCallback) native "Window_webkitResolve LocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback"; 9016 static webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorC allback(mthis, url, successCallback, errorCallback) native "Window_webkitResolve LocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback";
8743 9017
8744 static atob_Callback_DOMString(mthis, string) native "Window_atob_Callback_DOM String"; 9018 static atob_Callback_DOMString(mthis, string) native "Window_atob_Callback_DOM String";
8745 9019
8746 static btoa_Callback_DOMString(mthis, string) native "Window_btoa_Callback_DOM String"; 9020 static btoa_Callback_DOMString(mthis, string) native "Window_btoa_Callback_DOM String";
8747 9021
8748 static clearInterval_Callback_long(mthis, handle) native "Window_clearInterval _Callback_long"; 9022 static clearInterval_Callback_long(mthis, handle) native "Window_clearInterval _Callback_long";
8749 9023
8750 static clearTimeout_Callback_long(mthis, handle) native "Window_clearTimeout_C allback_long"; 9024 static clearTimeout_Callback_long(mthis, handle) native "Window_clearTimeout_C allback_long";
8751 9025
8752 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native " Window_setInterval_Callback"; 9026 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native " Window_setInterval_Callback";
8753 9027
8754 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W indow_setTimeout_Callback"; 9028 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W indow_setTimeout_Callback";
8755 } 9029 }
8756 9030
8757 class BlinkWorker { 9031 class BlinkWorker {
8758 static constructorCallback_DOMString(scriptUrl) native "Worker_constructorCall back_DOMString"; 9032 static constructorCallback_DOMString(scriptUrl) native "Worker_constructorCall back_DOMString";
8759 9033
8760 static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, messa ge, messagePorts) native "Worker_postMessage_Callback"; 9034 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m essage, transfer) native "Worker_postMessage_Callback";
8761 9035
8762 static terminate_Callback(mthis) native "Worker_terminate_Callback"; 9036 static terminate_Callback(mthis) native "Worker_terminate_Callback";
8763 } 9037 }
8764 9038
8765 class BlinkWorkerConsole {} 9039 class BlinkWorkerConsole {}
8766 9040
8767 class BlinkWorkerLocation {} 9041 class BlinkWorkerLocation {}
8768 9042
8769 class BlinkWorkerNavigator {} 9043 class BlinkWorkerNavigator {}
8770 9044
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
8953 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba ck"; 9227 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba ck";
8954 9228
8955 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; 9229 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback";
8956 9230
8957 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac k"; 9231 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac k";
8958 9232
8959 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; 9233 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback";
8960 9234
8961 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; 9235 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback";
8962 } 9236 }
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