OLD | NEW |
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 Loading... |
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 } |
166 | 156 |
167 class BlinkEvent { | 157 class BlinkEvent { |
| 158 static constructorCallback(type, options) native "Event_constructorCallback"; |
| 159 |
168 static bubbles_Getter(mthis) native "Event_bubbles_Getter"; | 160 static bubbles_Getter(mthis) native "Event_bubbles_Getter"; |
169 | 161 |
170 static cancelable_Getter(mthis) native "Event_cancelable_Getter"; | 162 static cancelable_Getter(mthis) native "Event_cancelable_Getter"; |
171 | 163 |
172 static clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; | 164 static clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; |
173 | 165 |
174 static currentTarget_Getter(mthis) native "Event_currentTarget_Getter"; | 166 static currentTarget_Getter(mthis) native "Event_currentTarget_Getter"; |
175 | 167 |
176 static defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Getter"; | 168 static defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Getter"; |
177 | 169 |
(...skipping 10 matching lines...) Expand all Loading... |
188 static initEvent_Callback_DOMString_boolean_boolean(mthis, eventTypeArg, canBu
bbleArg, cancelableArg) native "Event_initEvent_Callback_DOMString_boolean_boole
an"; | 180 static initEvent_Callback_DOMString_boolean_boolean(mthis, eventTypeArg, canBu
bbleArg, cancelableArg) native "Event_initEvent_Callback_DOMString_boolean_boole
an"; |
189 | 181 |
190 static preventDefault_Callback(mthis) native "Event_preventDefault_Callback"; | 182 static preventDefault_Callback(mthis) native "Event_preventDefault_Callback"; |
191 | 183 |
192 static stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePro
pagation_Callback"; | 184 static stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePro
pagation_Callback"; |
193 | 185 |
194 static stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback"
; | 186 static stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback"
; |
195 } | 187 } |
196 | 188 |
197 class BlinkAnimationPlayerEvent { | 189 class BlinkAnimationPlayerEvent { |
| 190 static constructorCallback(type, options) native "AnimationPlayerEvent_constru
ctorCallback"; |
| 191 |
198 static currentTime_Getter(mthis) native "AnimationPlayerEvent_currentTime_Gett
er"; | 192 static currentTime_Getter(mthis) native "AnimationPlayerEvent_currentTime_Gett
er"; |
199 | 193 |
200 static timelineTime_Getter(mthis) native "AnimationPlayerEvent_timelineTime_Ge
tter"; | 194 static timelineTime_Getter(mthis) native "AnimationPlayerEvent_timelineTime_Ge
tter"; |
201 } | 195 } |
202 | 196 |
203 class BlinkAnimationTimeline { | 197 class BlinkAnimationTimeline { |
204 static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter"
; | 198 static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter"
; |
205 | 199 |
| 200 static getAnimationPlayers_Callback(mthis) native "AnimationTimeline_getAnimat
ionPlayers_Callback"; |
| 201 |
206 static play_Callback_AnimationNode(mthis, source) native "AnimationTimeline_pl
ay_Callback_AnimationNode"; | 202 static play_Callback_AnimationNode(mthis, source) native "AnimationTimeline_pl
ay_Callback_AnimationNode"; |
207 } | 203 } |
208 | 204 |
209 class BlinkApplicationCache { | 205 class BlinkApplicationCache { |
210 static status_Getter(mthis) native "ApplicationCache_status_Getter"; | 206 static status_Getter(mthis) native "ApplicationCache_status_Getter"; |
211 | 207 |
212 static abort_Callback(mthis) native "ApplicationCache_abort_Callback"; | 208 static abort_Callback(mthis) native "ApplicationCache_abort_Callback"; |
213 | 209 |
214 static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback"; | 210 static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback"; |
215 | 211 |
216 static update_Callback(mthis) native "ApplicationCache_update_Callback"; | 212 static update_Callback(mthis) native "ApplicationCache_update_Callback"; |
217 } | 213 } |
218 | 214 |
219 class BlinkApplicationCacheErrorEvent { | 215 class BlinkApplicationCacheErrorEvent { |
| 216 static constructorCallback(type, options) native "ApplicationCacheErrorEvent_c
onstructorCallback"; |
| 217 |
220 static message_Getter(mthis) native "ApplicationCacheErrorEvent_message_Getter
"; | 218 static message_Getter(mthis) native "ApplicationCacheErrorEvent_message_Getter
"; |
221 | 219 |
222 static reason_Getter(mthis) native "ApplicationCacheErrorEvent_reason_Getter"; | 220 static reason_Getter(mthis) native "ApplicationCacheErrorEvent_reason_Getter"; |
223 | 221 |
224 static status_Getter(mthis) native "ApplicationCacheErrorEvent_status_Getter"; | 222 static status_Getter(mthis) native "ApplicationCacheErrorEvent_status_Getter"; |
225 | 223 |
226 static url_Getter(mthis) native "ApplicationCacheErrorEvent_url_Getter"; | 224 static url_Getter(mthis) native "ApplicationCacheErrorEvent_url_Getter"; |
227 } | 225 } |
228 | 226 |
229 class BlinkNode { | 227 class BlinkNode { |
(...skipping 22 matching lines...) Expand all Loading... |
252 static parentElement_Getter(mthis) native "Node_parentElement_Getter"; | 250 static parentElement_Getter(mthis) native "Node_parentElement_Getter"; |
253 | 251 |
254 static parentNode_Getter(mthis) native "Node_parentNode_Getter"; | 252 static parentNode_Getter(mthis) native "Node_parentNode_Getter"; |
255 | 253 |
256 static previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; | 254 static previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; |
257 | 255 |
258 static textContent_Getter(mthis) native "Node_textContent_Getter"; | 256 static textContent_Getter(mthis) native "Node_textContent_Getter"; |
259 | 257 |
260 static textContent_Setter_DOMString(mthis, value) native "Node_textContent_Set
ter"; | 258 static textContent_Setter_DOMString(mthis, value) native "Node_textContent_Set
ter"; |
261 | 259 |
262 static appendChild_Callback_Node(mthis, newChild) native "Node_appendChild_Cal
lback"; | 260 static appendChild_Callback_Node(mthis, newChild) native "Node_appendChild_Cal
lback_Node"; |
263 | 261 |
264 static cloneNode_Callback_boolean(mthis, deep) native "Node_cloneNode_Callback
"; | 262 static cloneNode_Callback_boolean(mthis, deep) native "Node_cloneNode_Callback
"; |
265 | 263 |
266 static contains_Callback_Node(mthis, other) native "Node_contains_Callback_Nod
e"; | 264 static contains_Callback_Node(mthis, other) native "Node_contains_Callback_Nod
e"; |
267 | 265 |
268 static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback"; | 266 static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback"; |
269 | 267 |
270 static insertBefore_Callback_Node_Node(mthis, newChild, refChild) native "Node
_insertBefore_Callback"; | 268 static insertBefore_Callback_Node_Node(mthis, newChild, refChild) native "Node
_insertBefore_Callback_Node_Node"; |
271 | 269 |
272 static removeChild_Callback_Node(mthis, oldChild) native "Node_removeChild_Cal
lback"; | 270 static removeChild_Callback_Node(mthis, oldChild) native "Node_removeChild_Cal
lback_Node"; |
273 | 271 |
274 static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node
_replaceChild_Callback"; | 272 static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node
_replaceChild_Callback_Node_Node"; |
275 } | 273 } |
276 | 274 |
277 class BlinkAttr { | 275 class BlinkAttr { |
278 static localName_Getter(mthis) native "Attr_localName_Getter"; | 276 static localName_Getter(mthis) native "Attr_localName_Getter"; |
279 | 277 |
280 static name_Getter(mthis) native "Attr_name_Getter"; | 278 static name_Getter(mthis) native "Attr_name_Getter"; |
281 | 279 |
282 static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; | 280 static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; |
283 | 281 |
284 static nodeValue_Getter(mthis) native "Attr_nodeValue_Getter"; | 282 static nodeValue_Getter(mthis) native "Attr_nodeValue_Getter"; |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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"; | 416 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 | 417 |
420 static setPosition_Callback_float_float_float(mthis, x, y, z) native "AudioLis
tener_setPosition_Callback_float_float_float"; | 418 static setPosition_Callback_float_float_float(mthis, x, y, z) native "AudioLis
tener_setPosition_Callback_float_float_float"; |
421 | 419 |
422 static setVelocity_Callback_float_float_float(mthis, x, y, z) native "AudioLis
tener_setVelocity_Callback_float_float_float"; | 420 static setVelocity_Callback_float_float_float(mthis, x, y, z) native "AudioLis
tener_setVelocity_Callback_float_float_float"; |
423 } | 421 } |
424 | 422 |
425 class BlinkAudioParam { | 423 class BlinkAudioParam { |
426 static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter"; | 424 static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter"; |
427 | 425 |
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"; | 426 static value_Getter(mthis) native "AudioParam_value_Getter"; |
437 | 427 |
438 static value_Setter_float(mthis, value) native "AudioParam_value_Setter"; | 428 static value_Setter_float(mthis, value) native "AudioParam_value_Setter"; |
439 | 429 |
440 static cancelScheduledValues_Callback_double(mthis, startTime) native "AudioPa
ram_cancelScheduledValues_Callback_double"; | 430 static cancelScheduledValues_Callback_double(mthis, startTime) native "AudioPa
ram_cancelScheduledValues_Callback_double"; |
441 | 431 |
442 static exponentialRampToValueAtTime_Callback_float_double(mthis, value, time)
native "AudioParam_exponentialRampToValueAtTime_Callback_float_double"; | 432 static exponentialRampToValueAtTime_Callback_float_double(mthis, value, time)
native "AudioParam_exponentialRampToValueAtTime_Callback_float_double"; |
443 | 433 |
444 static linearRampToValueAtTime_Callback_float_double(mthis, value, time) nativ
e "AudioParam_linearRampToValueAtTime_Callback_float_double"; | 434 static linearRampToValueAtTime_Callback_float_double(mthis, value, time) nativ
e "AudioParam_linearRampToValueAtTime_Callback_float_double"; |
445 | 435 |
(...skipping 28 matching lines...) Expand all Loading... |
474 | 464 |
475 class BlinkAudioTrackList { | 465 class BlinkAudioTrackList { |
476 static length_Getter(mthis) native "AudioTrackList_length_Getter"; | 466 static length_Getter(mthis) native "AudioTrackList_length_Getter"; |
477 | 467 |
478 static $__getter___Callback_ul(mthis, index) native "AudioTrackList___getter__
_Callback_unsigned long"; | 468 static $__getter___Callback_ul(mthis, index) native "AudioTrackList___getter__
_Callback_unsigned long"; |
479 | 469 |
480 static getTrackById_Callback_DOMString(mthis, id) native "AudioTrackList_getTr
ackById_Callback_DOMString"; | 470 static getTrackById_Callback_DOMString(mthis, id) native "AudioTrackList_getTr
ackById_Callback_DOMString"; |
481 } | 471 } |
482 | 472 |
483 class BlinkAutocompleteErrorEvent { | 473 class BlinkAutocompleteErrorEvent { |
| 474 static constructorCallback(type, options) native "AutocompleteErrorEvent_const
ructorCallback"; |
| 475 |
484 static reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter"; | 476 static reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter"; |
485 } | 477 } |
486 | 478 |
487 class BlinkBarProp { | 479 class BlinkBarProp { |
488 static visible_Getter(mthis) native "BarProp_visible_Getter"; | 480 static visible_Getter(mthis) native "BarProp_visible_Getter"; |
489 } | 481 } |
490 | 482 |
491 class BlinkBatteryManager { | 483 class BlinkBatteryManager { |
492 static charging_Getter(mthis) native "BatteryManager_charging_Getter"; | 484 static charging_Getter(mthis) native "BatteryManager_charging_Getter"; |
493 | 485 |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
595 | 587 |
596 static type_Getter(mthis) native "CSSRule_type_Getter"; | 588 static type_Getter(mthis) native "CSSRule_type_Getter"; |
597 } | 589 } |
598 | 590 |
599 class BlinkCSSCharsetRule { | 591 class BlinkCSSCharsetRule { |
600 static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter"; | 592 static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter"; |
601 | 593 |
602 static encoding_Setter_DOMString(mthis, value) native "CSSCharsetRule_encoding
_Setter"; | 594 static encoding_Setter_DOMString(mthis, value) native "CSSCharsetRule_encoding
_Setter"; |
603 } | 595 } |
604 | 596 |
605 class BlinkCSSFontFaceLoadEvent { | |
606 static fontfaces_Getter(mthis) native "CSSFontFaceLoadEvent_fontfaces_Getter"; | |
607 } | |
608 | |
609 class BlinkCSSFontFaceRule { | 597 class BlinkCSSFontFaceRule { |
610 static style_Getter(mthis) native "CSSFontFaceRule_style_Getter"; | 598 static style_Getter(mthis) native "CSSFontFaceRule_style_Getter"; |
611 } | 599 } |
612 | 600 |
613 class BlinkCSSImportRule { | 601 class BlinkCSSImportRule { |
614 static href_Getter(mthis) native "CSSImportRule_href_Getter"; | 602 static href_Getter(mthis) native "CSSImportRule_href_Getter"; |
615 | 603 |
616 static media_Getter(mthis) native "CSSImportRule_media_Getter"; | 604 static media_Getter(mthis) native "CSSImportRule_media_Getter"; |
617 | 605 |
618 static styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter"; | 606 static styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter"; |
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
757 class BlinkCSSValueList { | 745 class BlinkCSSValueList { |
758 static length_Getter(mthis) native "CSSValueList_length_Getter"; | 746 static length_Getter(mthis) native "CSSValueList_length_Getter"; |
759 | 747 |
760 static item_Callback_ul(mthis, index) native "CSSValueList_item_Callback_unsig
ned long"; | 748 static item_Callback_ul(mthis, index) native "CSSValueList_item_Callback_unsig
ned long"; |
761 } | 749 } |
762 | 750 |
763 class BlinkCSSViewportRule { | 751 class BlinkCSSViewportRule { |
764 static style_Getter(mthis) native "CSSViewportRule_style_Getter"; | 752 static style_Getter(mthis) native "CSSViewportRule_style_Getter"; |
765 } | 753 } |
766 | 754 |
| 755 class BlinkCache {} |
| 756 |
| 757 class BlinkCacheStorage {} |
| 758 |
767 class BlinkCanvas2DContextAttributes { | 759 class BlinkCanvas2DContextAttributes { |
768 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; | 760 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; |
769 | 761 |
770 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al
pha_Setter"; | 762 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al
pha_Setter"; |
771 | 763 |
772 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter"
; | 764 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter"
; |
773 | 765 |
774 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute
s_storage_Setter"; | 766 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute
s_storage_Setter"; |
775 } | 767 } |
776 | 768 |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
850 static strokeStyle_Setter_object(mthis, value) native "CanvasRenderingContext2
D_strokeStyle_Setter"; | 842 static strokeStyle_Setter_object(mthis, value) native "CanvasRenderingContext2
D_strokeStyle_Setter"; |
851 | 843 |
852 static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Gett
er"; | 844 static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Gett
er"; |
853 | 845 |
854 static textAlign_Setter_DOMString(mthis, value) native "CanvasRenderingContext
2D_textAlign_Setter"; | 846 static textAlign_Setter_DOMString(mthis, value) native "CanvasRenderingContext
2D_textAlign_Setter"; |
855 | 847 |
856 static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaselin
e_Getter"; | 848 static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaselin
e_Getter"; |
857 | 849 |
858 static textBaseline_Setter_DOMString(mthis, value) native "CanvasRenderingCont
ext2D_textBaseline_Setter"; | 850 static textBaseline_Setter_DOMString(mthis, value) native "CanvasRenderingCont
ext2D_textBaseline_Setter"; |
859 | 851 |
| 852 static addHitRegion_Callback_Dictionary(mthis, options) native "CanvasRenderin
gContext2D_addHitRegion_Callback_Dictionary"; |
| 853 |
860 static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Ca
llback"; | 854 static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Ca
llback"; |
861 | 855 |
| 856 static clearHitRegions_Callback(mthis) native "CanvasRenderingContext2D_clearH
itRegions_Callback"; |
| 857 |
862 static clearRect_Callback_float_float_float_float(mthis, x, y, width, height)
native "CanvasRenderingContext2D_clearRect_Callback_float_float_float_float"; | 858 static clearRect_Callback_float_float_float_float(mthis, x, y, width, height)
native "CanvasRenderingContext2D_clearRect_Callback_float_float_float_float"; |
863 | 859 |
864 static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback"; | 860 static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback"; |
865 | 861 |
866 static clip_Callback_DOMString(mthis, path_OR_winding) native "CanvasRendering
Context2D_clip_Callback_DOMString"; | 862 static clip_Callback_DOMString(mthis, path_OR_winding) native "CanvasRendering
Context2D_clip_Callback_DOMString"; |
867 | 863 |
868 static clip_Callback_Path2D(mthis, path_OR_winding) native "CanvasRenderingCon
text2D_clip_Callback_Path2D"; | 864 static clip_Callback_Path2D(mthis, path_OR_winding) native "CanvasRenderingCon
text2D_clip_Callback_Path2D"; |
869 | 865 |
870 static clip_Callback_Path2D_DOMString(mthis, path_OR_winding, winding) native
"CanvasRenderingContext2D_clip_Callback_Path2D_DOMString"; | 866 static clip_Callback_Path2D_DOMString(mthis, path_OR_winding, winding) native
"CanvasRenderingContext2D_clip_Callback_Path2D_DOMString"; |
871 | 867 |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
944 static isPointInStroke_Callback_float_float(mthis, path_OR_x, x_OR_y) native "
CanvasRenderingContext2D_isPointInStroke_Callback_float_float"; | 940 static isPointInStroke_Callback_float_float(mthis, path_OR_x, x_OR_y) native "
CanvasRenderingContext2D_isPointInStroke_Callback_float_float"; |
945 | 941 |
946 static isPointInStroke_Callback_Path2D_float_float(mthis, path_OR_x, x_OR_y, y
) native "CanvasRenderingContext2D_isPointInStroke_Callback_Path2D_float_float"; | 942 static isPointInStroke_Callback_Path2D_float_float(mthis, path_OR_x, x_OR_y, y
) native "CanvasRenderingContext2D_isPointInStroke_Callback_Path2D_float_float"; |
947 | 943 |
948 static measureText_Callback_DOMString(mthis, text) native "CanvasRenderingCont
ext2D_measureText_Callback_DOMString"; | 944 static measureText_Callback_DOMString(mthis, text) native "CanvasRenderingCont
ext2D_measureText_Callback_DOMString"; |
949 | 945 |
950 static putImageData_Callback_ImageData_float_float(mthis, imagedata, dx, dy) n
ative "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float"; | 946 static putImageData_Callback_ImageData_float_float(mthis, imagedata, dx, dy) n
ative "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float"; |
951 | 947 |
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"; | 948 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 | 949 |
| 950 static removeHitRegion_Callback_DOMString(mthis, id) native "CanvasRenderingCo
ntext2D_removeHitRegion_Callback_DOMString"; |
| 951 |
954 static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTr
ansform_Callback"; | 952 static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTr
ansform_Callback"; |
955 | 953 |
956 static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callba
ck"; | 954 static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callba
ck"; |
957 | 955 |
958 static rotate_Callback_float(mthis, angle) native "CanvasRenderingContext2D_ro
tate_Callback_float"; | 956 static rotate_Callback_float(mthis, angle) native "CanvasRenderingContext2D_ro
tate_Callback_float"; |
959 | 957 |
960 static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback"; | 958 static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback"; |
961 | 959 |
962 static scale_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2
D_scale_Callback_float_float"; | 960 static scale_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2
D_scale_Callback_float_float"; |
963 | 961 |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 | 997 |
1000 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_float_float_float_f
loat"; | 998 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_float_float_float_f
loat"; |
1001 | 999 |
1002 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "CanvasRenderingContext2D_rect_Callback_float_float_float_float"; | 1000 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "CanvasRenderingContext2D_rect_Callback_float_float_float_float"; |
1003 } | 1001 } |
1004 | 1002 |
1005 class BlinkChannelMergerNode {} | 1003 class BlinkChannelMergerNode {} |
1006 | 1004 |
1007 class BlinkChannelSplitterNode {} | 1005 class BlinkChannelSplitterNode {} |
1008 | 1006 |
1009 class BlinkClient { | 1007 class BlinkGeofencingRegion { |
1010 static id_Getter(mthis) native "Client_id_Getter"; | 1008 static id_Getter(mthis) native "GeofencingRegion_id_Getter"; |
| 1009 } |
1011 | 1010 |
1012 static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, messa
ge, messagePorts) native "Client_postMessage_Callback"; | 1011 class BlinkCircularRegion { |
| 1012 static constructorCallback_Dictionary(init) native "CircularRegion_constructor
Callback_Dictionary"; |
| 1013 |
| 1014 static latitude_Getter(mthis) native "CircularRegion_latitude_Getter"; |
| 1015 |
| 1016 static longitude_Getter(mthis) native "CircularRegion_longitude_Getter"; |
| 1017 |
| 1018 static radius_Getter(mthis) native "CircularRegion_radius_Getter"; |
1013 } | 1019 } |
1014 | 1020 |
1015 class BlinkClientRect { | 1021 class BlinkClientRect { |
1016 static bottom_Getter(mthis) native "ClientRect_bottom_Getter"; | 1022 static bottom_Getter(mthis) native "ClientRect_bottom_Getter"; |
1017 | 1023 |
1018 static height_Getter(mthis) native "ClientRect_height_Getter"; | 1024 static height_Getter(mthis) native "ClientRect_height_Getter"; |
1019 | 1025 |
1020 static left_Getter(mthis) native "ClientRect_left_Getter"; | 1026 static left_Getter(mthis) native "ClientRect_left_Getter"; |
1021 | 1027 |
1022 static right_Getter(mthis) native "ClientRect_right_Getter"; | 1028 static right_Getter(mthis) native "ClientRect_right_Getter"; |
1023 | 1029 |
1024 static top_Getter(mthis) native "ClientRect_top_Getter"; | 1030 static top_Getter(mthis) native "ClientRect_top_Getter"; |
1025 | 1031 |
1026 static width_Getter(mthis) native "ClientRect_width_Getter"; | 1032 static width_Getter(mthis) native "ClientRect_width_Getter"; |
1027 } | 1033 } |
1028 | 1034 |
1029 class BlinkClientRectList { | 1035 class BlinkClientRectList { |
1030 static length_Getter(mthis) native "ClientRectList_length_Getter"; | 1036 static length_Getter(mthis) native "ClientRectList_length_Getter"; |
1031 | 1037 |
1032 static item_Callback_ul(mthis, index) native "ClientRectList_item_Callback_uns
igned long"; | 1038 static item_Callback_ul(mthis, index) native "ClientRectList_item_Callback_uns
igned long"; |
1033 } | 1039 } |
1034 | 1040 |
1035 class BlinkCloseEvent { | 1041 class BlinkCloseEvent { |
| 1042 static constructorCallback(type, options) native "CloseEvent_constructorCallba
ck"; |
| 1043 |
1036 static code_Getter(mthis) native "CloseEvent_code_Getter"; | 1044 static code_Getter(mthis) native "CloseEvent_code_Getter"; |
1037 | 1045 |
1038 static reason_Getter(mthis) native "CloseEvent_reason_Getter"; | 1046 static reason_Getter(mthis) native "CloseEvent_reason_Getter"; |
1039 | 1047 |
1040 static wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; | 1048 static wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; |
1041 } | 1049 } |
1042 | 1050 |
1043 class BlinkComment { | 1051 class BlinkComment { |
1044 static constructorCallback_DOMString(data) native "Comment_constructorCallback
_DOMString"; | 1052 static constructorCallback_DOMString(data) native "Comment_constructorCallback
_DOMString"; |
| 1053 |
| 1054 static constructorCallback() native "Comment_constructorCallback"; |
1045 } | 1055 } |
1046 | 1056 |
1047 class BlinkUIEvent { | 1057 class BlinkUIEvent { |
| 1058 static constructorCallback(type, options) native "UIEvent_constructorCallback"
; |
| 1059 |
1048 static charCode_Getter(mthis) native "UIEvent_charCode_Getter"; | 1060 static charCode_Getter(mthis) native "UIEvent_charCode_Getter"; |
1049 | 1061 |
1050 static detail_Getter(mthis) native "UIEvent_detail_Getter"; | 1062 static detail_Getter(mthis) native "UIEvent_detail_Getter"; |
1051 | 1063 |
1052 static keyCode_Getter(mthis) native "UIEvent_keyCode_Getter"; | 1064 static keyCode_Getter(mthis) native "UIEvent_keyCode_Getter"; |
1053 | 1065 |
1054 static layerX_Getter(mthis) native "UIEvent_layerX_Getter"; | 1066 static layerX_Getter(mthis) native "UIEvent_layerX_Getter"; |
1055 | 1067 |
1056 static layerY_Getter(mthis) native "UIEvent_layerY_Getter"; | 1068 static layerY_Getter(mthis) native "UIEvent_layerY_Getter"; |
1057 | 1069 |
1058 static pageX_Getter(mthis) native "UIEvent_pageX_Getter"; | 1070 static pageX_Getter(mthis) native "UIEvent_pageX_Getter"; |
1059 | 1071 |
1060 static pageY_Getter(mthis) native "UIEvent_pageY_Getter"; | 1072 static pageY_Getter(mthis) native "UIEvent_pageY_Getter"; |
1061 | 1073 |
1062 static view_Getter(mthis) native "UIEvent_view_Getter"; | 1074 static view_Getter(mthis) native "UIEvent_view_Getter"; |
1063 | 1075 |
1064 static which_Getter(mthis) native "UIEvent_which_Getter"; | 1076 static which_Getter(mthis) native "UIEvent_which_Getter"; |
1065 | 1077 |
1066 static initUIEvent_Callback_DOMString_boolean_boolean_Window_long(mthis, type,
canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback_DOMSt
ring_boolean_boolean_Window_long"; | 1078 static initUIEvent_Callback_DOMString_boolean_boolean_Window_long(mthis, type,
canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback_DOMSt
ring_boolean_boolean_Window_long"; |
1067 } | 1079 } |
1068 | 1080 |
1069 class BlinkCompositionEvent { | 1081 class BlinkCompositionEvent { |
| 1082 static constructorCallback(type, options) native "CompositionEvent_constructor
Callback"; |
| 1083 |
1070 static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEn
d_Getter"; | 1084 static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEn
d_Getter"; |
1071 | 1085 |
1072 static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegment
Start_Getter"; | 1086 static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegment
Start_Getter"; |
1073 | 1087 |
1074 static data_Getter(mthis) native "CompositionEvent_data_Getter"; | 1088 static data_Getter(mthis) native "CompositionEvent_data_Getter"; |
1075 | 1089 |
| 1090 static getSegments_Callback(mthis) native "CompositionEvent_getSegments_Callba
ck"; |
| 1091 |
1076 static initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStrin
g(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "Composi
tionEvent_initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStri
ng"; | 1092 static initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStrin
g(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "Composi
tionEvent_initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStri
ng"; |
1077 } | 1093 } |
1078 | 1094 |
1079 class BlinkConsoleBase { | 1095 class BlinkConsoleBase { |
1080 static assert_Callback_boolean_object(mthis, condition, arg) native "ConsoleBa
se_assert_Callback_boolean_object"; | 1096 static assert_Callback_boolean_object(mthis, condition, arg) native "ConsoleBa
se_assert_Callback_boolean_object"; |
1081 | 1097 |
1082 static clear_Callback_object(mthis, arg) native "ConsoleBase_clear_Callback_ob
ject"; | 1098 static clear_Callback_object(mthis, arg) native "ConsoleBase_clear_Callback_ob
ject"; |
1083 | 1099 |
1084 static count_Callback_object(mthis, arg) native "ConsoleBase_count_Callback_ob
ject"; | 1100 static count_Callback_object(mthis, arg) native "ConsoleBase_count_Callback_ob
ject"; |
1085 | 1101 |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1149 | 1165 |
1150 static latitude_Getter(mthis) native "Coordinates_latitude_Getter"; | 1166 static latitude_Getter(mthis) native "Coordinates_latitude_Getter"; |
1151 | 1167 |
1152 static longitude_Getter(mthis) native "Coordinates_longitude_Getter"; | 1168 static longitude_Getter(mthis) native "Coordinates_longitude_Getter"; |
1153 | 1169 |
1154 static speed_Getter(mthis) native "Coordinates_speed_Getter"; | 1170 static speed_Getter(mthis) native "Coordinates_speed_Getter"; |
1155 } | 1171 } |
1156 | 1172 |
1157 class BlinkCounter {} | 1173 class BlinkCounter {} |
1158 | 1174 |
| 1175 class BlinkCredential { |
| 1176 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter"; |
| 1177 |
| 1178 static id_Getter(mthis) native "Credential_id_Getter"; |
| 1179 |
| 1180 static name_Getter(mthis) native "Credential_name_Getter"; |
| 1181 } |
| 1182 |
| 1183 class BlinkCredentialsContainer {} |
| 1184 |
1159 class BlinkCrypto { | 1185 class BlinkCrypto { |
1160 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; | 1186 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; |
1161 | 1187 |
1162 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g
etRandomValues_Callback"; | 1188 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g
etRandomValues_Callback"; |
1163 } | 1189 } |
1164 | 1190 |
| 1191 class BlinkCryptoKey { |
| 1192 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter"; |
| 1193 |
| 1194 static extractable_Getter(mthis) native "CryptoKey_extractable_Getter"; |
| 1195 |
| 1196 static type_Getter(mthis) native "CryptoKey_type_Getter"; |
| 1197 |
| 1198 static usages_Getter(mthis) native "CryptoKey_usages_Getter"; |
| 1199 } |
| 1200 |
1165 class BlinkCustomEvent { | 1201 class BlinkCustomEvent { |
| 1202 static constructorCallback(type, options) native "CustomEvent_constructorCallb
ack"; |
| 1203 |
1166 static detail_Getter(mthis) native "CustomEvent_detail_Getter"; | 1204 static detail_Getter(mthis) native "CustomEvent_detail_Getter"; |
1167 | 1205 |
1168 static initCustomEvent_Callback_DOMString_boolean_boolean_ScriptValue(mthis, t
ypeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEv
ent_Callback"; | 1206 static initCustomEvent_Callback_DOMString_boolean_boolean_ScriptValue(mthis, t
ypeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEv
ent_Callback"; |
1169 } | 1207 } |
1170 | 1208 |
1171 class BlinkDOMError { | 1209 class BlinkDOMError { |
1172 static constructorCallback_DOMString_DOMString(name, message) native "DOMError
_constructorCallback_DOMString_DOMString"; | 1210 static constructorCallback_DOMString_DOMString(name, message) native "DOMError
_constructorCallback_DOMString_DOMString"; |
1173 | 1211 |
1174 static message_Getter(mthis) native "DOMError_message_Getter"; | 1212 static message_Getter(mthis) native "DOMError_message_Getter"; |
1175 | 1213 |
(...skipping 19 matching lines...) Expand all Loading... |
1195 class BlinkDOMImplementation { | 1233 class BlinkDOMImplementation { |
1196 static createDocument_Callback_DOMString_DOMString_DocumentType(mthis, namespa
ceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback
_DOMString_DOMString_DocumentType"; | 1234 static createDocument_Callback_DOMString_DOMString_DocumentType(mthis, namespa
ceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback
_DOMString_DOMString_DocumentType"; |
1197 | 1235 |
1198 static createDocumentType_Callback_DOMString_DOMString_DOMString(mthis, qualif
iedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callba
ck_DOMString_DOMString_DOMString"; | 1236 static createDocumentType_Callback_DOMString_DOMString_DOMString(mthis, qualif
iedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callba
ck_DOMString_DOMString_DOMString"; |
1199 | 1237 |
1200 static createHTMLDocument_Callback_DOMString(mthis, title) native "DOMImplemen
tation_createHTMLDocument_Callback_DOMString"; | 1238 static createHTMLDocument_Callback_DOMString(mthis, title) native "DOMImplemen
tation_createHTMLDocument_Callback_DOMString"; |
1201 | 1239 |
1202 static hasFeature_Callback_DOMString_DOMString(mthis, feature, version) native
"DOMImplementation_hasFeature_Callback_DOMString_DOMString"; | 1240 static hasFeature_Callback_DOMString_DOMString(mthis, feature, version) native
"DOMImplementation_hasFeature_Callback_DOMString_DOMString"; |
1203 } | 1241 } |
1204 | 1242 |
| 1243 class BlinkDOMMatrixReadOnly { |
| 1244 static a_Getter(mthis) native "DOMMatrixReadOnly_a_Getter"; |
| 1245 |
| 1246 static b_Getter(mthis) native "DOMMatrixReadOnly_b_Getter"; |
| 1247 |
| 1248 static c_Getter(mthis) native "DOMMatrixReadOnly_c_Getter"; |
| 1249 |
| 1250 static d_Getter(mthis) native "DOMMatrixReadOnly_d_Getter"; |
| 1251 |
| 1252 static e_Getter(mthis) native "DOMMatrixReadOnly_e_Getter"; |
| 1253 |
| 1254 static f_Getter(mthis) native "DOMMatrixReadOnly_f_Getter"; |
| 1255 |
| 1256 static is2D_Getter(mthis) native "DOMMatrixReadOnly_is2D_Getter"; |
| 1257 |
| 1258 static isIdentity_Getter(mthis) native "DOMMatrixReadOnly_isIdentity_Getter"; |
| 1259 |
| 1260 static m11_Getter(mthis) native "DOMMatrixReadOnly_m11_Getter"; |
| 1261 |
| 1262 static m12_Getter(mthis) native "DOMMatrixReadOnly_m12_Getter"; |
| 1263 |
| 1264 static m13_Getter(mthis) native "DOMMatrixReadOnly_m13_Getter"; |
| 1265 |
| 1266 static m14_Getter(mthis) native "DOMMatrixReadOnly_m14_Getter"; |
| 1267 |
| 1268 static m21_Getter(mthis) native "DOMMatrixReadOnly_m21_Getter"; |
| 1269 |
| 1270 static m22_Getter(mthis) native "DOMMatrixReadOnly_m22_Getter"; |
| 1271 |
| 1272 static m23_Getter(mthis) native "DOMMatrixReadOnly_m23_Getter"; |
| 1273 |
| 1274 static m24_Getter(mthis) native "DOMMatrixReadOnly_m24_Getter"; |
| 1275 |
| 1276 static m31_Getter(mthis) native "DOMMatrixReadOnly_m31_Getter"; |
| 1277 |
| 1278 static m32_Getter(mthis) native "DOMMatrixReadOnly_m32_Getter"; |
| 1279 |
| 1280 static m33_Getter(mthis) native "DOMMatrixReadOnly_m33_Getter"; |
| 1281 |
| 1282 static m34_Getter(mthis) native "DOMMatrixReadOnly_m34_Getter"; |
| 1283 |
| 1284 static m41_Getter(mthis) native "DOMMatrixReadOnly_m41_Getter"; |
| 1285 |
| 1286 static m42_Getter(mthis) native "DOMMatrixReadOnly_m42_Getter"; |
| 1287 |
| 1288 static m43_Getter(mthis) native "DOMMatrixReadOnly_m43_Getter"; |
| 1289 |
| 1290 static m44_Getter(mthis) native "DOMMatrixReadOnly_m44_Getter"; |
| 1291 } |
| 1292 |
| 1293 class BlinkDOMMatrix { |
| 1294 static constructorCallback() native "DOMMatrix_constructorCallback"; |
| 1295 |
| 1296 static constructorCallback_DOMMatrixReadOnly(other) native "DOMMatrix_construc
torCallback_DOMMatrixReadOnly"; |
| 1297 |
| 1298 static a_Getter(mthis) native "DOMMatrix_a_Getter"; |
| 1299 |
| 1300 static a_Setter_double(mthis, value) native "DOMMatrix_a_Setter"; |
| 1301 |
| 1302 static b_Getter(mthis) native "DOMMatrix_b_Getter"; |
| 1303 |
| 1304 static b_Setter_double(mthis, value) native "DOMMatrix_b_Setter"; |
| 1305 |
| 1306 static c_Getter(mthis) native "DOMMatrix_c_Getter"; |
| 1307 |
| 1308 static c_Setter_double(mthis, value) native "DOMMatrix_c_Setter"; |
| 1309 |
| 1310 static d_Getter(mthis) native "DOMMatrix_d_Getter"; |
| 1311 |
| 1312 static d_Setter_double(mthis, value) native "DOMMatrix_d_Setter"; |
| 1313 |
| 1314 static e_Getter(mthis) native "DOMMatrix_e_Getter"; |
| 1315 |
| 1316 static e_Setter_double(mthis, value) native "DOMMatrix_e_Setter"; |
| 1317 |
| 1318 static f_Getter(mthis) native "DOMMatrix_f_Getter"; |
| 1319 |
| 1320 static f_Setter_double(mthis, value) native "DOMMatrix_f_Setter"; |
| 1321 |
| 1322 static m11_Getter(mthis) native "DOMMatrix_m11_Getter"; |
| 1323 |
| 1324 static m11_Setter_double(mthis, value) native "DOMMatrix_m11_Setter"; |
| 1325 |
| 1326 static m12_Getter(mthis) native "DOMMatrix_m12_Getter"; |
| 1327 |
| 1328 static m12_Setter_double(mthis, value) native "DOMMatrix_m12_Setter"; |
| 1329 |
| 1330 static m13_Getter(mthis) native "DOMMatrix_m13_Getter"; |
| 1331 |
| 1332 static m13_Setter_double(mthis, value) native "DOMMatrix_m13_Setter"; |
| 1333 |
| 1334 static m14_Getter(mthis) native "DOMMatrix_m14_Getter"; |
| 1335 |
| 1336 static m14_Setter_double(mthis, value) native "DOMMatrix_m14_Setter"; |
| 1337 |
| 1338 static m21_Getter(mthis) native "DOMMatrix_m21_Getter"; |
| 1339 |
| 1340 static m21_Setter_double(mthis, value) native "DOMMatrix_m21_Setter"; |
| 1341 |
| 1342 static m22_Getter(mthis) native "DOMMatrix_m22_Getter"; |
| 1343 |
| 1344 static m22_Setter_double(mthis, value) native "DOMMatrix_m22_Setter"; |
| 1345 |
| 1346 static m23_Getter(mthis) native "DOMMatrix_m23_Getter"; |
| 1347 |
| 1348 static m23_Setter_double(mthis, value) native "DOMMatrix_m23_Setter"; |
| 1349 |
| 1350 static m24_Getter(mthis) native "DOMMatrix_m24_Getter"; |
| 1351 |
| 1352 static m24_Setter_double(mthis, value) native "DOMMatrix_m24_Setter"; |
| 1353 |
| 1354 static m31_Getter(mthis) native "DOMMatrix_m31_Getter"; |
| 1355 |
| 1356 static m31_Setter_double(mthis, value) native "DOMMatrix_m31_Setter"; |
| 1357 |
| 1358 static m32_Getter(mthis) native "DOMMatrix_m32_Getter"; |
| 1359 |
| 1360 static m32_Setter_double(mthis, value) native "DOMMatrix_m32_Setter"; |
| 1361 |
| 1362 static m33_Getter(mthis) native "DOMMatrix_m33_Getter"; |
| 1363 |
| 1364 static m33_Setter_double(mthis, value) native "DOMMatrix_m33_Setter"; |
| 1365 |
| 1366 static m34_Getter(mthis) native "DOMMatrix_m34_Getter"; |
| 1367 |
| 1368 static m34_Setter_double(mthis, value) native "DOMMatrix_m34_Setter"; |
| 1369 |
| 1370 static m41_Getter(mthis) native "DOMMatrix_m41_Getter"; |
| 1371 |
| 1372 static m41_Setter_double(mthis, value) native "DOMMatrix_m41_Setter"; |
| 1373 |
| 1374 static m42_Getter(mthis) native "DOMMatrix_m42_Getter"; |
| 1375 |
| 1376 static m42_Setter_double(mthis, value) native "DOMMatrix_m42_Setter"; |
| 1377 |
| 1378 static m43_Getter(mthis) native "DOMMatrix_m43_Getter"; |
| 1379 |
| 1380 static m43_Setter_double(mthis, value) native "DOMMatrix_m43_Setter"; |
| 1381 |
| 1382 static m44_Getter(mthis) native "DOMMatrix_m44_Getter"; |
| 1383 |
| 1384 static m44_Setter_double(mthis, value) native "DOMMatrix_m44_Setter"; |
| 1385 } |
| 1386 |
1205 class BlinkDOMParser { | 1387 class BlinkDOMParser { |
1206 static constructorCallback() native "DOMParser_constructorCallback"; | 1388 static constructorCallback() native "DOMParser_constructorCallback"; |
1207 | 1389 |
1208 static parseFromString_Callback_DOMString_DOMString(mthis, str, contentType) n
ative "DOMParser_parseFromString_Callback_DOMString_DOMString"; | 1390 static parseFromString_Callback_DOMString_DOMString(mthis, str, contentType) n
ative "DOMParser_parseFromString_Callback_DOMString_DOMString"; |
1209 } | 1391 } |
1210 | 1392 |
| 1393 class BlinkDOMPointReadOnly { |
| 1394 static constructorCallback_double_double_double_double(x, y, z, w) native "DOM
PointReadOnly_constructorCallback_double_double_double_double"; |
| 1395 |
| 1396 static w_Getter(mthis) native "DOMPointReadOnly_w_Getter"; |
| 1397 |
| 1398 static x_Getter(mthis) native "DOMPointReadOnly_x_Getter"; |
| 1399 |
| 1400 static y_Getter(mthis) native "DOMPointReadOnly_y_Getter"; |
| 1401 |
| 1402 static z_Getter(mthis) native "DOMPointReadOnly_z_Getter"; |
| 1403 } |
| 1404 |
| 1405 class BlinkDOMPoint { |
| 1406 static constructorCallback() native "DOMPoint_constructorCallback"; |
| 1407 |
| 1408 static constructorCallback_Dictionary(point_OR_x) native "DOMPoint_constructor
Callback_Dictionary"; |
| 1409 |
| 1410 static constructorCallback_double_double(point_OR_x, y) native "DOMPoint_const
ructorCallback_double_double"; |
| 1411 |
| 1412 static constructorCallback_double_double_double(point_OR_x, y, z) native "DOMP
oint_constructorCallback_double_double_double"; |
| 1413 |
| 1414 static constructorCallback_double_double_double_double(point_OR_x, y, z, w) na
tive "DOMPoint_constructorCallback_double_double_double_double"; |
| 1415 |
| 1416 static w_Getter(mthis) native "DOMPoint_w_Getter"; |
| 1417 |
| 1418 static w_Setter_double(mthis, value) native "DOMPoint_w_Setter"; |
| 1419 |
| 1420 static x_Getter(mthis) native "DOMPoint_x_Getter"; |
| 1421 |
| 1422 static x_Setter_double(mthis, value) native "DOMPoint_x_Setter"; |
| 1423 |
| 1424 static y_Getter(mthis) native "DOMPoint_y_Getter"; |
| 1425 |
| 1426 static y_Setter_double(mthis, value) native "DOMPoint_y_Setter"; |
| 1427 |
| 1428 static z_Getter(mthis) native "DOMPoint_z_Getter"; |
| 1429 |
| 1430 static z_Setter_double(mthis, value) native "DOMPoint_z_Setter"; |
| 1431 } |
| 1432 |
| 1433 class BlinkDOMRectReadOnly { |
| 1434 static constructorCallback_double_double_double_double(x, y, width, height) na
tive "DOMRectReadOnly_constructorCallback_double_double_double_double"; |
| 1435 |
| 1436 static bottom_Getter(mthis) native "DOMRectReadOnly_bottom_Getter"; |
| 1437 |
| 1438 static height_Getter(mthis) native "DOMRectReadOnly_height_Getter"; |
| 1439 |
| 1440 static left_Getter(mthis) native "DOMRectReadOnly_left_Getter"; |
| 1441 |
| 1442 static right_Getter(mthis) native "DOMRectReadOnly_right_Getter"; |
| 1443 |
| 1444 static top_Getter(mthis) native "DOMRectReadOnly_top_Getter"; |
| 1445 |
| 1446 static width_Getter(mthis) native "DOMRectReadOnly_width_Getter"; |
| 1447 |
| 1448 static x_Getter(mthis) native "DOMRectReadOnly_x_Getter"; |
| 1449 |
| 1450 static y_Getter(mthis) native "DOMRectReadOnly_y_Getter"; |
| 1451 } |
| 1452 |
| 1453 class BlinkDOMRect { |
| 1454 static constructorCallback_double_double_double_double(x, y, width, height) na
tive "DOMRect_constructorCallback_double_double_double_double"; |
| 1455 |
| 1456 static constructorCallback_double_double_double(x, y, width) native "DOMRect_c
onstructorCallback_double_double_double"; |
| 1457 |
| 1458 static constructorCallback_double_double(x, y) native "DOMRect_constructorCall
back_double_double"; |
| 1459 |
| 1460 static constructorCallback_double(x) native "DOMRect_constructorCallback_doubl
e"; |
| 1461 |
| 1462 static constructorCallback() native "DOMRect_constructorCallback"; |
| 1463 |
| 1464 static height_Getter(mthis) native "DOMRect_height_Getter"; |
| 1465 |
| 1466 static height_Setter_double(mthis, value) native "DOMRect_height_Setter"; |
| 1467 |
| 1468 static width_Getter(mthis) native "DOMRect_width_Getter"; |
| 1469 |
| 1470 static width_Setter_double(mthis, value) native "DOMRect_width_Setter"; |
| 1471 |
| 1472 static x_Getter(mthis) native "DOMRect_x_Getter"; |
| 1473 |
| 1474 static x_Setter_double(mthis, value) native "DOMRect_x_Setter"; |
| 1475 |
| 1476 static y_Getter(mthis) native "DOMRect_y_Getter"; |
| 1477 |
| 1478 static y_Setter_double(mthis, value) native "DOMRect_y_Setter"; |
| 1479 } |
| 1480 |
1211 class BlinkDOMTokenList { | 1481 class BlinkDOMTokenList { |
1212 static length_Getter(mthis) native "DOMTokenList_length_Getter"; | 1482 static length_Getter(mthis) native "DOMTokenList_length_Getter"; |
1213 | 1483 |
1214 static add_Callback_DOMString(mthis, tokens) native "DOMTokenList_add_Callback
_DOMString"; | 1484 static add_Callback_DOMString(mthis, tokens) native "DOMTokenList_add_Callback
_DOMString"; |
1215 | 1485 |
1216 static contains_Callback_DOMString(mthis, token) native "DOMTokenList_contains
_Callback_DOMString"; | 1486 static contains_Callback_DOMString(mthis, token) native "DOMTokenList_contains
_Callback_DOMString"; |
1217 | 1487 |
1218 static item_Callback_ul(mthis, index) native "DOMTokenList_item_Callback_unsig
ned long"; | 1488 static item_Callback_ul(mthis, index) native "DOMTokenList_item_Callback_unsig
ned long"; |
1219 | 1489 |
1220 static remove_Callback_DOMString(mthis, tokens) native "DOMTokenList_remove_Ca
llback_DOMString"; | 1490 static remove_Callback_DOMString(mthis, tokens) native "DOMTokenList_remove_Ca
llback_DOMString"; |
1221 | 1491 |
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"; | 1492 static toggle_Callback_DOMString_boolean(mthis, token, force) native "DOMToken
List_toggle_Callback_DOMString_boolean"; |
1225 | 1493 |
1226 static toggle_Callback_DOMString(mthis, token) native "DOMTokenList_toggle_Cal
lback_DOMString"; | 1494 static toggle_Callback_DOMString(mthis, token) native "DOMTokenList_toggle_Cal
lback_DOMString"; |
1227 } | 1495 } |
1228 | 1496 |
1229 class BlinkDOMSettableTokenList { | 1497 class BlinkDOMSettableTokenList { |
1230 static value_Getter(mthis) native "DOMSettableTokenList_value_Getter"; | 1498 static value_Getter(mthis) native "DOMSettableTokenList_value_Getter"; |
1231 | 1499 |
1232 static value_Setter_DOMString(mthis, value) native "DOMSettableTokenList_value
_Setter"; | 1500 static value_Setter_DOMString(mthis, value) native "DOMSettableTokenList_value
_Setter"; |
1233 | 1501 |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1374 static clearInterval_Callback_long(mthis, handle) native "WorkerGlobalScope_cl
earInterval_Callback_long"; | 1642 static clearInterval_Callback_long(mthis, handle) native "WorkerGlobalScope_cl
earInterval_Callback_long"; |
1375 | 1643 |
1376 static clearTimeout_Callback_long(mthis, handle) native "WorkerGlobalScope_cle
arTimeout_Callback_long"; | 1644 static clearTimeout_Callback_long(mthis, handle) native "WorkerGlobalScope_cle
arTimeout_Callback_long"; |
1377 | 1645 |
1378 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "
WorkerGlobalScope_setInterval_Callback"; | 1646 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "
WorkerGlobalScope_setInterval_Callback"; |
1379 | 1647 |
1380 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W
orkerGlobalScope_setTimeout_Callback"; | 1648 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W
orkerGlobalScope_setTimeout_Callback"; |
1381 } | 1649 } |
1382 | 1650 |
1383 class BlinkDedicatedWorkerGlobalScope { | 1651 class BlinkDedicatedWorkerGlobalScope { |
1384 static postMessage_Callback_ScriptValue_A_MessagePort_A(mthis, message, messag
ePorts) native "DedicatedWorkerGlobalScope_postMessage_Callback"; | 1652 static postMessage_Callback_ScriptValue_SEQ_MessagePort_SEQ(mthis, message, tr
ansfer) native "DedicatedWorkerGlobalScope_postMessage_Callback"; |
1385 } | 1653 } |
1386 | 1654 |
1387 class BlinkDelayNode { | 1655 class BlinkDelayNode { |
1388 static delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; | 1656 static delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; |
1389 } | 1657 } |
1390 | 1658 |
1391 class BlinkDeprecatedStorageInfo { | 1659 class BlinkDeprecatedStorageInfo { |
1392 static queryUsageAndQuota_Callback_us_StorageUsageCallback_StorageErrorCallbac
k(mthis, storageType, usageCallback, errorCallback) native "DeprecatedStorageInf
o_queryUsageAndQuota_Callback_unsigned short_StorageUsageCallback_StorageErrorCa
llback"; | 1660 static queryUsageAndQuota_Callback_us_StorageUsageCallback_StorageErrorCallbac
k(mthis, storageType, usageCallback, errorCallback) native "DeprecatedStorageInf
o_queryUsageAndQuota_Callback_unsigned short_StorageUsageCallback_StorageErrorCa
llback"; |
1393 | 1661 |
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"; | 1662 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"; |
1395 } | 1663 } |
1396 | 1664 |
1397 class BlinkDeprecatedStorageQuota { | 1665 class BlinkDeprecatedStorageQuota { |
1398 static queryUsageAndQuota_Callback_StorageUsageCallback_StorageErrorCallback(m
this, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAnd
Quota_Callback_StorageUsageCallback_StorageErrorCallback"; | 1666 static queryUsageAndQuota_Callback_StorageUsageCallback_StorageErrorCallback(m
this, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAnd
Quota_Callback_StorageUsageCallback_StorageErrorCallback"; |
1399 | 1667 |
1400 static requestQuota_Callback_ull_StorageQuotaCallback_StorageErrorCallback(mth
is, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageQuot
a_requestQuota_Callback_unsigned long long_StorageQuotaCallback_StorageErrorCall
back"; | 1668 static requestQuota_Callback_ull_StorageQuotaCallback_StorageErrorCallback(mth
is, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageQuot
a_requestQuota_Callback_unsigned long long_StorageQuotaCallback_StorageErrorCall
back"; |
1401 } | 1669 } |
1402 | 1670 |
1403 class BlinkDeviceAcceleration { | 1671 class BlinkDeviceAcceleration { |
1404 static x_Getter(mthis) native "DeviceAcceleration_x_Getter"; | 1672 static x_Getter(mthis) native "DeviceAcceleration_x_Getter"; |
1405 | 1673 |
1406 static y_Getter(mthis) native "DeviceAcceleration_y_Getter"; | 1674 static y_Getter(mthis) native "DeviceAcceleration_y_Getter"; |
1407 | 1675 |
1408 static z_Getter(mthis) native "DeviceAcceleration_z_Getter"; | 1676 static z_Getter(mthis) native "DeviceAcceleration_z_Getter"; |
1409 } | 1677 } |
1410 | 1678 |
1411 class BlinkDeviceLightEvent { | 1679 class BlinkDeviceLightEvent { |
| 1680 static constructorCallback(type, options) native "DeviceLightEvent_constructor
Callback"; |
| 1681 |
1412 static value_Getter(mthis) native "DeviceLightEvent_value_Getter"; | 1682 static value_Getter(mthis) native "DeviceLightEvent_value_Getter"; |
1413 } | 1683 } |
1414 | 1684 |
1415 class BlinkDeviceMotionEvent { | 1685 class BlinkDeviceMotionEvent { |
1416 static acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Gette
r"; | 1686 static acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Gette
r"; |
1417 | 1687 |
1418 static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_ac
celerationIncludingGravity_Getter"; | 1688 static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_ac
celerationIncludingGravity_Getter"; |
1419 | 1689 |
1420 static interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter"; | 1690 static interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter"; |
1421 | 1691 |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1524 static currentScript_Getter(mthis) native "Document_currentScript_Getter"; | 1794 static currentScript_Getter(mthis) native "Document_currentScript_Getter"; |
1525 | 1795 |
1526 static defaultView_Getter(mthis) native "Document_defaultView_Getter"; | 1796 static defaultView_Getter(mthis) native "Document_defaultView_Getter"; |
1527 | 1797 |
1528 static documentElement_Getter(mthis) native "Document_documentElement_Getter"; | 1798 static documentElement_Getter(mthis) native "Document_documentElement_Getter"; |
1529 | 1799 |
1530 static domain_Getter(mthis) native "Document_domain_Getter"; | 1800 static domain_Getter(mthis) native "Document_domain_Getter"; |
1531 | 1801 |
1532 static fonts_Getter(mthis) native "Document_fonts_Getter"; | 1802 static fonts_Getter(mthis) native "Document_fonts_Getter"; |
1533 | 1803 |
| 1804 static fullscreenElement_Getter(mthis) native "Document_fullscreenElement_Gett
er"; |
| 1805 |
| 1806 static fullscreenEnabled_Getter(mthis) native "Document_fullscreenEnabled_Gett
er"; |
| 1807 |
1534 static head_Getter(mthis) native "Document_head_Getter"; | 1808 static head_Getter(mthis) native "Document_head_Getter"; |
1535 | 1809 |
1536 static hidden_Getter(mthis) native "Document_hidden_Getter"; | 1810 static hidden_Getter(mthis) native "Document_hidden_Getter"; |
1537 | 1811 |
1538 static implementation_Getter(mthis) native "Document_implementation_Getter"; | 1812 static implementation_Getter(mthis) native "Document_implementation_Getter"; |
1539 | 1813 |
1540 static lastModified_Getter(mthis) native "Document_lastModified_Getter"; | 1814 static lastModified_Getter(mthis) native "Document_lastModified_Getter"; |
1541 | 1815 |
1542 static pointerLockElement_Getter(mthis) native "Document_pointerLockElement_Ge
tter"; | 1816 static pointerLockElement_Getter(mthis) native "Document_pointerLockElement_Ge
tter"; |
1543 | 1817 |
(...skipping 18 matching lines...) Expand all Loading... |
1562 static title_Setter_DOMString(mthis, value) native "Document_title_Setter"; | 1836 static title_Setter_DOMString(mthis, value) native "Document_title_Setter"; |
1563 | 1837 |
1564 static visibilityState_Getter(mthis) native "Document_visibilityState_Getter"; | 1838 static visibilityState_Getter(mthis) native "Document_visibilityState_Getter"; |
1565 | 1839 |
1566 static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreen
Element_Getter"; | 1840 static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreen
Element_Getter"; |
1567 | 1841 |
1568 static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreen
Enabled_Getter"; | 1842 static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreen
Enabled_Getter"; |
1569 | 1843 |
1570 static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter"; | 1844 static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter"; |
1571 | 1845 |
1572 static webkitPointerLockElement_Getter(mthis) native "Document_webkitPointerLo
ckElement_Getter"; | |
1573 | |
1574 static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilitySt
ate_Getter"; | 1846 static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilitySt
ate_Getter"; |
1575 | 1847 |
1576 static adoptNode_Callback_Node(mthis, node) native "Document_adoptNode_Callbac
k_Node"; | 1848 static adoptNode_Callback_Node(mthis, node) native "Document_adoptNode_Callbac
k_Node"; |
1577 | 1849 |
1578 static caretRangeFromPoint_Callback_long_long(mthis, x, y) native "Document_ca
retRangeFromPoint_Callback_long_long"; | 1850 static caretRangeFromPoint_Callback_long_long(mthis, x, y) native "Document_ca
retRangeFromPoint_Callback_long_long"; |
1579 | 1851 |
1580 static createDocumentFragment_Callback(mthis) native "Document_createDocumentF
ragment_Callback"; | 1852 static createDocumentFragment_Callback(mthis) native "Document_createDocumentF
ragment_Callback"; |
1581 | 1853 |
1582 static createElement_Callback_DOMString(mthis, localName_OR_tagName, typeExten
sion) native "Document_createElement_Callback"; | 1854 static createElement_Callback_DOMString(mthis, localName_OR_tagName, typeExten
sion) native "Document_createElement_Callback"; |
1583 | 1855 |
1584 static createElementNS_Callback_DOMString_DOMString(mthis, namespaceURI, quali
fiedName, typeExtension) native "Document_createElementNS_Callback"; | 1856 static createElementNS_Callback_DOMString_DOMString(mthis, namespaceURI, quali
fiedName, typeExtension) native "Document_createElementNS_Callback"; |
1585 | 1857 |
1586 static createEvent_Callback_DOMString(mthis, eventType) native "Document_creat
eEvent_Callback_DOMString"; | 1858 static createEvent_Callback_DOMString(mthis, eventType) native "Document_creat
eEvent_Callback_DOMString"; |
1587 | 1859 |
1588 static createNodeIterator_Callback_Node_ul_NodeFilter(mthis, root, whatToShow,
filter) native "Document_createNodeIterator_Callback_Node_unsigned long_NodeFil
ter"; | 1860 static createNodeIterator_Callback_Node_ul_NodeFilter(mthis, root, whatToShow,
filter) native "Document_createNodeIterator_Callback_Node_unsigned long_NodeFil
ter"; |
1589 | 1861 |
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"; | 1862 static createNodeIterator_Callback_Node(mthis, root) native "Document_createNo
deIterator_Callback_Node"; |
1593 | 1863 |
1594 static createRange_Callback(mthis) native "Document_createRange_Callback"; | 1864 static createRange_Callback(mthis) native "Document_createRange_Callback"; |
1595 | 1865 |
1596 static createTextNode_Callback_DOMString(mthis, data) native "Document_createT
extNode_Callback_DOMString"; | 1866 static createTextNode_Callback_DOMString(mthis, data) native "Document_createT
extNode_Callback_DOMString"; |
1597 | 1867 |
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"; | 1868 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 | 1869 |
1600 static createTouchList_Callback_Touch(mthis, touches) native "Document_createT
ouchList_Callback_Touch"; | 1870 static createTouchList_Callback_Touch(mthis, touches) native "Document_createT
ouchList_Callback_Touch"; |
1601 | 1871 |
1602 static createTreeWalker_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, f
ilter) native "Document_createTreeWalker_Callback_Node_unsigned long_NodeFilter"
; | 1872 static createTreeWalker_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, f
ilter) native "Document_createTreeWalker_Callback_Node_unsigned long_NodeFilter"
; |
1603 | 1873 |
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"; | 1874 static createTreeWalker_Callback_Node(mthis, root) native "Document_createTree
Walker_Callback_Node"; |
1607 | 1875 |
1608 static elementFromPoint_Callback_long_long(mthis, x, y) native "Document_eleme
ntFromPoint_Callback_long_long"; | 1876 static elementFromPoint_Callback_long_long(mthis, x, y) native "Document_eleme
ntFromPoint_Callback_long_long"; |
1609 | 1877 |
1610 static execCommand_Callback_DOMString_boolean_DOMString(mthis, command, userIn
terface, value) native "Document_execCommand_Callback_DOMString_boolean_DOMStrin
g"; | 1878 static execCommand_Callback_DOMString_boolean_DOMString(mthis, command, userIn
terface, value) native "Document_execCommand_Callback_DOMString_boolean_DOMStrin
g"; |
1611 | 1879 |
| 1880 static exitFullscreen_Callback(mthis) native "Document_exitFullscreen_Callback
"; |
| 1881 |
1612 static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callba
ck"; | 1882 static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callba
ck"; |
1613 | 1883 |
1614 static getCSSCanvasContext_Callback_DOMString_DOMString_long_long(mthis, conte
xtId, name, width, height) native "Document_getCSSCanvasContext_Callback_DOMStri
ng_DOMString_long_long"; | 1884 static getCSSCanvasContext_Callback_DOMString_DOMString_long_long(mthis, conte
xtId, name, width, height) native "Document_getCSSCanvasContext_Callback_DOMStri
ng_DOMString_long_long"; |
1615 | 1885 |
1616 static getElementById_Callback_DOMString(mthis, elementId) native "Document_ge
tElementById_Callback_DOMString"; | 1886 static getElementById_Callback_DOMString(mthis, elementId) native "Document_ge
tElementById_Callback_DOMString"; |
1617 | 1887 |
1618 static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Do
cument_getElementsByClassName_Callback_DOMString"; | 1888 static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Do
cument_getElementsByClassName_Callback_DOMString"; |
1619 | 1889 |
1620 static getElementsByName_Callback_DOMString(mthis, elementName) native "Docume
nt_getElementsByName_Callback_DOMString"; | 1890 static getElementsByName_Callback_DOMString(mthis, elementName) native "Docume
nt_getElementsByName_Callback_DOMString"; |
1621 | 1891 |
1622 static getElementsByTagName_Callback_DOMString(mthis, localName) native "Docum
ent_getElementsByTagName_Callback_DOMString"; | 1892 static getElementsByTagName_Callback_DOMString(mthis, localName) native "Docum
ent_getElementsByTagName_Callback_DOMString"; |
1623 | 1893 |
1624 static importNode_Callback_Node_boolean(mthis, node, deep) native "Document_im
portNode_Callback_Node_boolean"; | 1894 static importNode_Callback_Node_boolean(mthis, node, deep) native "Document_im
portNode_Callback_Node_boolean"; |
1625 | 1895 |
1626 static importNode_Callback_Node(mthis, node) native "Document_importNode_Callb
ack_Node"; | 1896 static importNode_Callback_Node(mthis, node) native "Document_importNode_Callb
ack_Node"; |
1627 | 1897 |
1628 static queryCommandEnabled_Callback_DOMString(mthis, command) native "Document
_queryCommandEnabled_Callback_DOMString"; | 1898 static queryCommandEnabled_Callback_DOMString(mthis, command) native "Document
_queryCommandEnabled_Callback_DOMString"; |
1629 | 1899 |
1630 static queryCommandIndeterm_Callback_DOMString(mthis, command) native "Documen
t_queryCommandIndeterm_Callback_DOMString"; | 1900 static queryCommandIndeterm_Callback_DOMString(mthis, command) native "Documen
t_queryCommandIndeterm_Callback_DOMString"; |
1631 | 1901 |
1632 static queryCommandState_Callback_DOMString(mthis, command) native "Document_q
ueryCommandState_Callback_DOMString"; | 1902 static queryCommandState_Callback_DOMString(mthis, command) native "Document_q
ueryCommandState_Callback_DOMString"; |
1633 | 1903 |
1634 static queryCommandSupported_Callback_DOMString(mthis, command) native "Docume
nt_queryCommandSupported_Callback_DOMString"; | 1904 static queryCommandSupported_Callback_DOMString(mthis, command) native "Docume
nt_queryCommandSupported_Callback_DOMString"; |
1635 | 1905 |
1636 static queryCommandValue_Callback_DOMString(mthis, command) native "Document_q
ueryCommandValue_Callback_DOMString"; | 1906 static queryCommandValue_Callback_DOMString(mthis, command) native "Document_q
ueryCommandValue_Callback_DOMString"; |
1637 | 1907 |
1638 static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscr
een_Callback"; | 1908 static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscr
een_Callback"; |
1639 | 1909 |
1640 static webkitExitPointerLock_Callback(mthis) native "Document_webkitExitPointe
rLock_Callback"; | |
1641 | |
1642 static childElementCount_Getter(mthis) native "Document_childElementCount_Gett
er"; | 1910 static childElementCount_Getter(mthis) native "Document_childElementCount_Gett
er"; |
1643 | 1911 |
1644 static children_Getter(mthis) native "Document_children_Getter"; | 1912 static children_Getter(mthis) native "Document_children_Getter"; |
1645 | 1913 |
1646 static firstElementChild_Getter(mthis) native "Document_firstElementChild_Gett
er"; | 1914 static firstElementChild_Getter(mthis) native "Document_firstElementChild_Gett
er"; |
1647 | 1915 |
1648 static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter
"; | 1916 static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter
"; |
1649 | 1917 |
1650 static querySelector_Callback_DOMString(mthis, selectors) native "Document_que
rySelector_Callback_DOMString"; | 1918 static querySelector_Callback_DOMString(mthis, selectors) native "Document_que
rySelector_Callback_DOMString"; |
1651 | 1919 |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1748 static tagName_Getter(mthis) native "Element_tagName_Getter"; | 2016 static tagName_Getter(mthis) native "Element_tagName_Getter"; |
1749 | 2017 |
1750 static animate_Callback_object_object(mthis, effect, timing) native "Element_a
nimate_Callback"; | 2018 static animate_Callback_object_object(mthis, effect, timing) native "Element_a
nimate_Callback"; |
1751 | 2019 |
1752 static blur_Callback(mthis) native "Element_blur_Callback"; | 2020 static blur_Callback(mthis) native "Element_blur_Callback"; |
1753 | 2021 |
1754 static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callb
ack"; | 2022 static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callb
ack"; |
1755 | 2023 |
1756 static focus_Callback(mthis) native "Element_focus_Callback"; | 2024 static focus_Callback(mthis) native "Element_focus_Callback"; |
1757 | 2025 |
| 2026 static getAnimationPlayers_Callback(mthis) native "Element_getAnimationPlayers
_Callback"; |
| 2027 |
1758 static getAttribute_Callback_DOMString(mthis, name) native "Element_getAttribu
te_Callback_DOMString"; | 2028 static getAttribute_Callback_DOMString(mthis, name) native "Element_getAttribu
te_Callback_DOMString"; |
1759 | 2029 |
1760 static getAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN
ame) native "Element_getAttributeNS_Callback_DOMString_DOMString"; | 2030 static getAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN
ame) native "Element_getAttributeNS_Callback_DOMString_DOMString"; |
1761 | 2031 |
1762 static getBoundingClientRect_Callback(mthis) native "Element_getBoundingClient
Rect_Callback"; | 2032 static getBoundingClientRect_Callback(mthis) native "Element_getBoundingClient
Rect_Callback"; |
1763 | 2033 |
1764 static getClientRects_Callback(mthis) native "Element_getClientRects_Callback"
; | 2034 static getClientRects_Callback(mthis) native "Element_getClientRects_Callback"
; |
1765 | 2035 |
1766 static getDestinationInsertionPoints_Callback(mthis) native "Element_getDestin
ationInsertionPoints_Callback"; | 2036 static getDestinationInsertionPoints_Callback(mthis) native "Element_getDestin
ationInsertionPoints_Callback"; |
1767 | 2037 |
(...skipping 10 matching lines...) Expand all Loading... |
1778 static insertAdjacentHTML_Callback_DOMString_DOMString(mthis, where, html) nat
ive "Element_insertAdjacentHTML_Callback_DOMString_DOMString"; | 2048 static insertAdjacentHTML_Callback_DOMString_DOMString(mthis, where, html) nat
ive "Element_insertAdjacentHTML_Callback_DOMString_DOMString"; |
1779 | 2049 |
1780 static insertAdjacentText_Callback_DOMString_DOMString(mthis, where, text) nat
ive "Element_insertAdjacentText_Callback_DOMString_DOMString"; | 2050 static insertAdjacentText_Callback_DOMString_DOMString(mthis, where, text) nat
ive "Element_insertAdjacentText_Callback_DOMString_DOMString"; |
1781 | 2051 |
1782 static matches_Callback_DOMString(mthis, selectors) native "Element_matches_Ca
llback_DOMString"; | 2052 static matches_Callback_DOMString(mthis, selectors) native "Element_matches_Ca
llback_DOMString"; |
1783 | 2053 |
1784 static removeAttribute_Callback_DOMString(mthis, name) native "Element_removeA
ttribute_Callback_DOMString"; | 2054 static removeAttribute_Callback_DOMString(mthis, name) native "Element_removeA
ttribute_Callback_DOMString"; |
1785 | 2055 |
1786 static removeAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, loc
alName) native "Element_removeAttributeNS_Callback_DOMString_DOMString"; | 2056 static removeAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, loc
alName) native "Element_removeAttributeNS_Callback_DOMString_DOMString"; |
1787 | 2057 |
| 2058 static requestFullscreen_Callback(mthis) native "Element_requestFullscreen_Cal
lback"; |
| 2059 |
1788 static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_C
allback"; | 2060 static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_C
allback"; |
1789 | 2061 |
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"; | 2062 static scrollIntoView_Callback_boolean(mthis, alignWithTop) native "Element_sc
rollIntoView_Callback_boolean"; |
1795 | 2063 |
1796 static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback"
; | 2064 static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback"
; |
1797 | 2065 |
1798 static scrollIntoViewIfNeeded_Callback_boolean(mthis, centerIfNeeded) native "
Element_scrollIntoViewIfNeeded_Callback_boolean"; | 2066 static scrollIntoViewIfNeeded_Callback_boolean(mthis, centerIfNeeded) native "
Element_scrollIntoViewIfNeeded_Callback_boolean"; |
1799 | 2067 |
1800 static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIf
Needed_Callback"; | 2068 static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIf
Needed_Callback"; |
1801 | 2069 |
1802 static setAttribute_Callback_DOMString_DOMString(mthis, name, value) native "E
lement_setAttribute_Callback_DOMString_DOMString"; | 2070 static setAttribute_Callback_DOMString_DOMString(mthis, name, value) native "E
lement_setAttribute_Callback_DOMString_DOMString"; |
1803 | 2071 |
1804 static setAttributeNS_Callback_DOMString_DOMString_DOMString(mthis, namespaceU
RI, qualifiedName, value) native "Element_setAttributeNS_Callback_DOMString_DOMS
tring_DOMString"; | 2072 static setAttributeNS_Callback_DOMString_DOMString_DOMString(mthis, namespaceU
RI, qualifiedName, value) native "Element_setAttributeNS_Callback_DOMString_DOMS
tring_DOMString"; |
1805 | 2073 |
1806 static webkitRequestFullscreen_Callback(mthis) native "Element_webkitRequestFu
llscreen_Callback"; | |
1807 | |
1808 static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Get
ter"; | 2074 static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Get
ter"; |
1809 | 2075 |
1810 static previousElementSibling_Getter(mthis) native "Element_previousElementSib
ling_Getter"; | 2076 static previousElementSibling_Getter(mthis) native "Element_previousElementSib
ling_Getter"; |
1811 | 2077 |
1812 static remove_Callback(mthis) native "Element_remove_Callback"; | 2078 static remove_Callback(mthis) native "Element_remove_Callback"; |
1813 | 2079 |
1814 static childElementCount_Getter(mthis) native "Element_childElementCount_Gette
r"; | 2080 static childElementCount_Getter(mthis) native "Element_childElementCount_Gette
r"; |
1815 | 2081 |
1816 static children_Getter(mthis) native "Element_children_Getter"; | 2082 static children_Getter(mthis) native "Element_children_Getter"; |
1817 | 2083 |
1818 static firstElementChild_Getter(mthis) native "Element_firstElementChild_Gette
r"; | 2084 static firstElementChild_Getter(mthis) native "Element_firstElementChild_Gette
r"; |
1819 | 2085 |
1820 static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter"
; | 2086 static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter"
; |
1821 | 2087 |
1822 static querySelector_Callback_DOMString(mthis, selectors) native "Element_quer
ySelector_Callback_DOMString"; | 2088 static querySelector_Callback_DOMString(mthis, selectors) native "Element_quer
ySelector_Callback_DOMString"; |
1823 | 2089 |
1824 static querySelectorAll_Callback_DOMString(mthis, selectors) native "Element_q
uerySelectorAll_Callback_DOMString"; | 2090 static querySelectorAll_Callback_DOMString(mthis, selectors) native "Element_q
uerySelectorAll_Callback_DOMString"; |
1825 } | 2091 } |
1826 | 2092 |
1827 class BlinkErrorEvent { | 2093 class BlinkErrorEvent { |
| 2094 static constructorCallback(type, options) native "ErrorEvent_constructorCallba
ck"; |
| 2095 |
1828 static colno_Getter(mthis) native "ErrorEvent_colno_Getter"; | 2096 static colno_Getter(mthis) native "ErrorEvent_colno_Getter"; |
1829 | 2097 |
1830 static error_Getter(mthis) native "ErrorEvent_error_Getter"; | 2098 static error_Getter(mthis) native "ErrorEvent_error_Getter"; |
1831 | 2099 |
1832 static filename_Getter(mthis) native "ErrorEvent_filename_Getter"; | 2100 static filename_Getter(mthis) native "ErrorEvent_filename_Getter"; |
1833 | 2101 |
1834 static lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; | 2102 static lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; |
1835 | 2103 |
1836 static message_Getter(mthis) native "ErrorEvent_message_Getter"; | 2104 static message_Getter(mthis) native "ErrorEvent_message_Getter"; |
1837 } | 2105 } |
1838 | 2106 |
1839 class BlinkEventSource { | 2107 class BlinkEventSource { |
1840 static constructorCallback_DOMString_Dictionary(url, eventSourceInit) native "
EventSource_constructorCallback_DOMString_Dictionary"; | 2108 static constructorCallback_DOMString_Dictionary(url, eventSourceInit) native "
EventSource_constructorCallback_DOMString_Dictionary"; |
1841 | 2109 |
| 2110 static constructorCallback_DOMString(url) native "EventSource_constructorCallb
ack_DOMString"; |
| 2111 |
1842 static readyState_Getter(mthis) native "EventSource_readyState_Getter"; | 2112 static readyState_Getter(mthis) native "EventSource_readyState_Getter"; |
1843 | 2113 |
1844 static url_Getter(mthis) native "EventSource_url_Getter"; | 2114 static url_Getter(mthis) native "EventSource_url_Getter"; |
1845 | 2115 |
1846 static withCredentials_Getter(mthis) native "EventSource_withCredentials_Gette
r"; | 2116 static withCredentials_Getter(mthis) native "EventSource_withCredentials_Gette
r"; |
1847 | 2117 |
1848 static close_Callback(mthis) native "EventSource_close_Callback"; | 2118 static close_Callback(mthis) native "EventSource_close_Callback"; |
1849 } | 2119 } |
1850 | 2120 |
| 2121 class BlinkFederatedCredential { |
| 2122 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a
vatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_
DOMString_DOMString_DOMString"; |
| 2123 |
| 2124 static federation_Getter(mthis) native "FederatedCredential_federation_Getter"
; |
| 2125 } |
| 2126 |
| 2127 class BlinkFetchBodyStream {} |
| 2128 |
1851 class BlinkFetchEvent { | 2129 class BlinkFetchEvent { |
| 2130 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter"; |
| 2131 |
1852 static request_Getter(mthis) native "FetchEvent_request_Getter"; | 2132 static request_Getter(mthis) native "FetchEvent_request_Getter"; |
1853 | 2133 |
1854 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo
ndWith_Callback_ScriptValue"; | 2134 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo
ndWith_Callback_ScriptValue"; |
1855 } | 2135 } |
1856 | 2136 |
1857 class BlinkFile { | 2137 class BlinkFile { |
1858 static lastModified_Getter(mthis) native "File_lastModified_Getter"; | 2138 static lastModified_Getter(mthis) native "File_lastModified_Getter"; |
1859 | 2139 |
1860 static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter"; | 2140 static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter"; |
1861 | 2141 |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1920 static seek_Callback_ll(mthis, position) native "FileWriter_seek_Callback_long
long"; | 2200 static seek_Callback_ll(mthis, position) native "FileWriter_seek_Callback_long
long"; |
1921 | 2201 |
1922 static truncate_Callback_ll(mthis, size) native "FileWriter_truncate_Callback_
long long"; | 2202 static truncate_Callback_ll(mthis, size) native "FileWriter_truncate_Callback_
long long"; |
1923 | 2203 |
1924 static write_Callback_Blob(mthis, data) native "FileWriter_write_Callback_Blob
"; | 2204 static write_Callback_Blob(mthis, data) native "FileWriter_write_Callback_Blob
"; |
1925 } | 2205 } |
1926 | 2206 |
1927 class BlinkFileWriterSync {} | 2207 class BlinkFileWriterSync {} |
1928 | 2208 |
1929 class BlinkFocusEvent { | 2209 class BlinkFocusEvent { |
| 2210 static constructorCallback(type, options) native "FocusEvent_constructorCallba
ck"; |
| 2211 |
1930 static relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter"; | 2212 static relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter"; |
1931 } | 2213 } |
1932 | 2214 |
1933 class BlinkFontFace { | 2215 class BlinkFontFace { |
| 2216 static constructorCallback_DOMString_DOMString(family, source) native "FontFac
e_constructorCallback_DOMString_DOMString"; |
| 2217 |
1934 static constructorCallback_DOMString_DOMString_Dictionary(family, source, desc
riptors) native "FontFace_constructorCallback_DOMString_DOMString_Dictionary"; | 2218 static constructorCallback_DOMString_DOMString_Dictionary(family, source, desc
riptors) native "FontFace_constructorCallback_DOMString_DOMString_Dictionary"; |
1935 | 2219 |
| 2220 static constructorCallback_DOMString_ArrayBufferView(family, source) native "F
ontFace_constructorCallback_DOMString_ArrayBufferView"; |
| 2221 |
1936 static constructorCallback_DOMString_ArrayBufferView_Dictionary(family, source
, descriptors) native "FontFace_constructorCallback_DOMString_ArrayBufferView_Di
ctionary"; | 2222 static constructorCallback_DOMString_ArrayBufferView_Dictionary(family, source
, descriptors) native "FontFace_constructorCallback_DOMString_ArrayBufferView_Di
ctionary"; |
1937 | 2223 |
| 2224 static constructorCallback_DOMString_ArrayBuffer(family, source) native "FontF
ace_constructorCallback_DOMString_ArrayBuffer"; |
| 2225 |
1938 static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, de
scriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary
"; | 2226 static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, de
scriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary
"; |
1939 | 2227 |
1940 static family_Getter(mthis) native "FontFace_family_Getter"; | 2228 static family_Getter(mthis) native "FontFace_family_Getter"; |
1941 | 2229 |
1942 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; | 2230 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; |
1943 | 2231 |
1944 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; | 2232 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; |
1945 | 2233 |
1946 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature
Settings_Setter"; | 2234 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature
Settings_Setter"; |
1947 | 2235 |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1981 | 2269 |
1982 static delete_Callback_FontFace(mthis, fontFace) native "FontFaceSet_delete_Ca
llback_FontFace"; | 2270 static delete_Callback_FontFace(mthis, fontFace) native "FontFaceSet_delete_Ca
llback_FontFace"; |
1983 | 2271 |
1984 static forEach_Callback_FontFaceSetForEachCallback_ScriptValue(mthis, callback
, thisArg) native "FontFaceSet_forEach_Callback_FontFaceSetForEachCallback_Scrip
tValue"; | 2272 static forEach_Callback_FontFaceSetForEachCallback_ScriptValue(mthis, callback
, thisArg) native "FontFaceSet_forEach_Callback_FontFaceSetForEachCallback_Scrip
tValue"; |
1985 | 2273 |
1986 static forEach_Callback_FontFaceSetForEachCallback(mthis, callback) native "Fo
ntFaceSet_forEach_Callback_FontFaceSetForEachCallback"; | 2274 static forEach_Callback_FontFaceSetForEachCallback(mthis, callback) native "Fo
ntFaceSet_forEach_Callback_FontFaceSetForEachCallback"; |
1987 | 2275 |
1988 static has_Callback_FontFace(mthis, fontFace) native "FontFaceSet_has_Callback
_FontFace"; | 2276 static has_Callback_FontFace(mthis, fontFace) native "FontFaceSet_has_Callback
_FontFace"; |
1989 } | 2277 } |
1990 | 2278 |
| 2279 class BlinkFontFaceSetLoadEvent { |
| 2280 static fontfaces_Getter(mthis) native "FontFaceSetLoadEvent_fontfaces_Getter"; |
| 2281 } |
| 2282 |
1991 class BlinkFormData { | 2283 class BlinkFormData { |
1992 static constructorCallback_HTMLFormElement(form) native "FormData_constructorC
allback_HTMLFormElement"; | 2284 static constructorCallback_HTMLFormElement(form) native "FormData_constructorC
allback_HTMLFormElement"; |
1993 | 2285 |
1994 static append_Callback_DOMString_DOMString(mthis, name, value) native "FormDat
a_append_Callback"; | 2286 static append_Callback_DOMString_DOMString(mthis, name, value) native "FormDat
a_append_Callback"; |
1995 | 2287 |
1996 static append_Callback_DOMString_Blob_DOMString(mthis, name, value, filename)
native "FormData_append_Callback"; | 2288 static append_Callback_DOMString_Blob_DOMString(mthis, name, value, filename)
native "FormData_append_Callback"; |
1997 } | 2289 } |
1998 | 2290 |
1999 class BlinkGainNode { | 2291 class BlinkGainNode { |
2000 static gain_Getter(mthis) native "GainNode_gain_Getter"; | 2292 static gain_Getter(mthis) native "GainNode_gain_Getter"; |
(...skipping 13 matching lines...) Expand all Loading... |
2014 static timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; | 2306 static timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; |
2015 } | 2307 } |
2016 | 2308 |
2017 class BlinkGamepadButton { | 2309 class BlinkGamepadButton { |
2018 static pressed_Getter(mthis) native "GamepadButton_pressed_Getter"; | 2310 static pressed_Getter(mthis) native "GamepadButton_pressed_Getter"; |
2019 | 2311 |
2020 static value_Getter(mthis) native "GamepadButton_value_Getter"; | 2312 static value_Getter(mthis) native "GamepadButton_value_Getter"; |
2021 } | 2313 } |
2022 | 2314 |
2023 class BlinkGamepadEvent { | 2315 class BlinkGamepadEvent { |
| 2316 static constructorCallback(type, options) native "GamepadEvent_constructorCall
back"; |
| 2317 |
2024 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; | 2318 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; |
2025 } | 2319 } |
2026 | 2320 |
2027 class BlinkGamepadList { | 2321 class BlinkGamepadList { |
2028 static length_Getter(mthis) native "GamepadList_length_Getter"; | 2322 static length_Getter(mthis) native "GamepadList_length_Getter"; |
2029 | 2323 |
2030 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign
ed long"; | 2324 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign
ed long"; |
2031 } | 2325 } |
2032 | 2326 |
| 2327 class BlinkGeofencing {} |
| 2328 |
2033 class BlinkGeolocation { | 2329 class BlinkGeolocation { |
2034 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch
_Callback_long"; | 2330 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch
_Callback_long"; |
2035 | 2331 |
2036 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_obje
ct(mthis, successCallback, errorCallback, options) native "Geolocation_getCurren
tPosition_Callback"; | 2332 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dict
ionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCu
rrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary"; |
2037 | 2333 |
2038 static watchPosition_Callback_PositionCallback_PositionErrorCallback_object(mt
his, successCallback, errorCallback, options) native "Geolocation_watchPosition_
Callback"; | 2334 static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionar
y(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosit
ion_Callback_PositionCallback_PositionErrorCallback_Dictionary"; |
2039 } | 2335 } |
2040 | 2336 |
2041 class BlinkGeoposition { | 2337 class BlinkGeoposition { |
2042 static coords_Getter(mthis) native "Geoposition_coords_Getter"; | 2338 static coords_Getter(mthis) native "Geoposition_coords_Getter"; |
2043 | 2339 |
2044 static timestamp_Getter(mthis) native "Geoposition_timestamp_Getter"; | 2340 static timestamp_Getter(mthis) native "Geoposition_timestamp_Getter"; |
2045 } | 2341 } |
2046 | 2342 |
2047 class BlinkHTMLAllCollection { | 2343 class BlinkHTMLAllCollection { |
2048 static item_Callback_ul(mthis, index) native "HTMLAllCollection_item_Callback"
; | 2344 static item_Callback_ul(mthis, index) native "HTMLAllCollection_item_Callback"
; |
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2662 static color_Setter_DOMString(mthis, value) native "HTMLHRElement_color_Setter
"; | 2958 static color_Setter_DOMString(mthis, value) native "HTMLHRElement_color_Setter
"; |
2663 } | 2959 } |
2664 | 2960 |
2665 class BlinkHTMLHeadElement {} | 2961 class BlinkHTMLHeadElement {} |
2666 | 2962 |
2667 class BlinkHTMLHeadingElement {} | 2963 class BlinkHTMLHeadingElement {} |
2668 | 2964 |
2669 class BlinkHTMLHtmlElement {} | 2965 class BlinkHTMLHtmlElement {} |
2670 | 2966 |
2671 class BlinkHTMLIFrameElement { | 2967 class BlinkHTMLIFrameElement { |
| 2968 static allowFullscreen_Getter(mthis) native "HTMLIFrameElement_allowFullscreen
_Getter"; |
| 2969 |
| 2970 static allowFullscreen_Setter_boolean(mthis, value) native "HTMLIFrameElement_
allowFullscreen_Setter"; |
| 2971 |
2672 static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Get
ter"; | 2972 static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Get
ter"; |
2673 | 2973 |
2674 static height_Getter(mthis) native "HTMLIFrameElement_height_Getter"; | 2974 static height_Getter(mthis) native "HTMLIFrameElement_height_Getter"; |
2675 | 2975 |
2676 static height_Setter_DOMString(mthis, value) native "HTMLIFrameElement_height_
Setter"; | 2976 static height_Setter_DOMString(mthis, value) native "HTMLIFrameElement_height_
Setter"; |
2677 | 2977 |
2678 static integrity_Getter(mthis) native "HTMLIFrameElement_integrity_Getter"; | 2978 static integrity_Getter(mthis) native "HTMLIFrameElement_integrity_Getter"; |
2679 | 2979 |
2680 static integrity_Setter_DOMString(mthis, value) native "HTMLIFrameElement_inte
grity_Setter"; | 2980 static integrity_Setter_DOMString(mthis, value) native "HTMLIFrameElement_inte
grity_Setter"; |
2681 | 2981 |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2760 static alt_Setter_DOMString(mthis, value) native "HTMLInputElement_alt_Setter"
; | 3060 static alt_Setter_DOMString(mthis, value) native "HTMLInputElement_alt_Setter"
; |
2761 | 3061 |
2762 static autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter
"; | 3062 static autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter
"; |
2763 | 3063 |
2764 static autocomplete_Setter_DOMString(mthis, value) native "HTMLInputElement_au
tocomplete_Setter"; | 3064 static autocomplete_Setter_DOMString(mthis, value) native "HTMLInputElement_au
tocomplete_Setter"; |
2765 | 3065 |
2766 static autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter"; | 3066 static autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter"; |
2767 | 3067 |
2768 static autofocus_Setter_boolean(mthis, value) native "HTMLInputElement_autofoc
us_Setter"; | 3068 static autofocus_Setter_boolean(mthis, value) native "HTMLInputElement_autofoc
us_Setter"; |
2769 | 3069 |
| 3070 static capture_Getter(mthis) native "HTMLInputElement_capture_Getter"; |
| 3071 |
| 3072 static capture_Setter_boolean(mthis, value) native "HTMLInputElement_capture_S
etter"; |
| 3073 |
2770 static checked_Getter(mthis) native "HTMLInputElement_checked_Getter"; | 3074 static checked_Getter(mthis) native "HTMLInputElement_checked_Getter"; |
2771 | 3075 |
2772 static checked_Setter_boolean(mthis, value) native "HTMLInputElement_checked_S
etter"; | 3076 static checked_Setter_boolean(mthis, value) native "HTMLInputElement_checked_S
etter"; |
2773 | 3077 |
2774 static defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Ge
tter"; | 3078 static defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Ge
tter"; |
2775 | 3079 |
2776 static defaultChecked_Setter_boolean(mthis, value) native "HTMLInputElement_de
faultChecked_Setter"; | 3080 static defaultChecked_Setter_boolean(mthis, value) native "HTMLInputElement_de
faultChecked_Setter"; |
2777 | 3081 |
2778 static defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter
"; | 3082 static defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter
"; |
2779 | 3083 |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3049 class BlinkHTMLMapElement { | 3353 class BlinkHTMLMapElement { |
3050 static areas_Getter(mthis) native "HTMLMapElement_areas_Getter"; | 3354 static areas_Getter(mthis) native "HTMLMapElement_areas_Getter"; |
3051 | 3355 |
3052 static name_Getter(mthis) native "HTMLMapElement_name_Getter"; | 3356 static name_Getter(mthis) native "HTMLMapElement_name_Getter"; |
3053 | 3357 |
3054 static name_Setter_DOMString(mthis, value) native "HTMLMapElement_name_Setter"
; | 3358 static name_Setter_DOMString(mthis, value) native "HTMLMapElement_name_Setter"
; |
3055 } | 3359 } |
3056 | 3360 |
3057 class BlinkHTMLMarqueeElement {} | 3361 class BlinkHTMLMarqueeElement {} |
3058 | 3362 |
3059 class BlinkHTMLMenuElement {} | 3363 class BlinkHTMLMenuElement { |
| 3364 static label_Getter(mthis) native "HTMLMenuElement_label_Getter"; |
| 3365 |
| 3366 static label_Setter_DOMString(mthis, value) native "HTMLMenuElement_label_Sett
er"; |
| 3367 |
| 3368 static type_Getter(mthis) native "HTMLMenuElement_type_Getter"; |
| 3369 |
| 3370 static type_Setter_DOMString(mthis, value) native "HTMLMenuElement_type_Setter
"; |
| 3371 } |
| 3372 |
| 3373 class BlinkHTMLMenuItemElement { |
| 3374 static checked_Getter(mthis) native "HTMLMenuItemElement_checked_Getter"; |
| 3375 |
| 3376 static checked_Setter_boolean(mthis, value) native "HTMLMenuItemElement_checke
d_Setter"; |
| 3377 |
| 3378 static default_Getter(mthis) native "HTMLMenuItemElement_default_Getter"; |
| 3379 |
| 3380 static default_Setter_boolean(mthis, value) native "HTMLMenuItemElement_defaul
t_Setter"; |
| 3381 |
| 3382 static disabled_Getter(mthis) native "HTMLMenuItemElement_disabled_Getter"; |
| 3383 |
| 3384 static disabled_Setter_boolean(mthis, value) native "HTMLMenuItemElement_disab
led_Setter"; |
| 3385 |
| 3386 static label_Getter(mthis) native "HTMLMenuItemElement_label_Getter"; |
| 3387 |
| 3388 static label_Setter_DOMString(mthis, value) native "HTMLMenuItemElement_label_
Setter"; |
| 3389 |
| 3390 static type_Getter(mthis) native "HTMLMenuItemElement_type_Getter"; |
| 3391 |
| 3392 static type_Setter_DOMString(mthis, value) native "HTMLMenuItemElement_type_Se
tter"; |
| 3393 } |
3060 | 3394 |
3061 class BlinkHTMLMetaElement { | 3395 class BlinkHTMLMetaElement { |
3062 static content_Getter(mthis) native "HTMLMetaElement_content_Getter"; | 3396 static content_Getter(mthis) native "HTMLMetaElement_content_Getter"; |
3063 | 3397 |
3064 static content_Setter_DOMString(mthis, value) native "HTMLMetaElement_content_
Setter"; | 3398 static content_Setter_DOMString(mthis, value) native "HTMLMetaElement_content_
Setter"; |
3065 | 3399 |
3066 static httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter"; | 3400 static httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter"; |
3067 | 3401 |
3068 static httpEquiv_Setter_DOMString(mthis, value) native "HTMLMetaElement_httpEq
uiv_Setter"; | 3402 static httpEquiv_Setter_DOMString(mthis, value) native "HTMLMetaElement_httpEq
uiv_Setter"; |
3069 | 3403 |
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3668 static width_Setter_ul(mthis, value) native "HTMLVideoElement_width_Setter"; | 4002 static width_Setter_ul(mthis, value) native "HTMLVideoElement_width_Setter"; |
3669 | 4003 |
3670 static getVideoPlaybackQuality_Callback(mthis) native "HTMLVideoElement_getVid
eoPlaybackQuality_Callback"; | 4004 static getVideoPlaybackQuality_Callback(mthis) native "HTMLVideoElement_getVid
eoPlaybackQuality_Callback"; |
3671 | 4005 |
3672 static webkitEnterFullscreen_Callback(mthis) native "HTMLVideoElement_webkitEn
terFullscreen_Callback"; | 4006 static webkitEnterFullscreen_Callback(mthis) native "HTMLVideoElement_webkitEn
terFullscreen_Callback"; |
3673 | 4007 |
3674 static webkitExitFullscreen_Callback(mthis) native "HTMLVideoElement_webkitExi
tFullscreen_Callback"; | 4008 static webkitExitFullscreen_Callback(mthis) native "HTMLVideoElement_webkitExi
tFullscreen_Callback"; |
3675 } | 4009 } |
3676 | 4010 |
3677 class BlinkHashChangeEvent { | 4011 class BlinkHashChangeEvent { |
| 4012 static constructorCallback(type, options) native "HashChangeEvent_constructorC
allback"; |
| 4013 |
3678 static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter"; | 4014 static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter"; |
3679 | 4015 |
3680 static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter"; | 4016 static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter"; |
3681 | 4017 |
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"; | 4018 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 } | 4019 } |
3684 | 4020 |
3685 class BlinkHeaderMap { | 4021 class BlinkHeaders { |
3686 static constructorCallback() native "HeaderMap_constructorCallback"; | 4022 static constructorCallback() native "Headers_constructorCallback"; |
3687 | 4023 |
3688 static size_Getter(mthis) native "HeaderMap_size_Getter"; | 4024 static constructorCallback_Headers(input) native "Headers_constructorCallback_
Headers"; |
3689 | 4025 |
3690 static clear_Callback(mthis) native "HeaderMap_clear_Callback"; | 4026 static constructorCallback_Dictionary(input) native "Headers_constructorCallba
ck_Dictionary"; |
3691 | 4027 |
3692 static delete_Callback_DOMString(mthis, key) native "HeaderMap_delete_Callback
_DOMString"; | 4028 static size_Getter(mthis) native "Headers_size_Getter"; |
3693 | 4029 |
3694 static forEach_Callback_HeaderMapForEachCallback_ScriptValue(mthis, callback,
thisArg) native "HeaderMap_forEach_Callback_HeaderMapForEachCallback_ScriptValue
"; | 4030 static forEach_Callback_HeadersForEachCallback_ScriptValue(mthis, callback, th
isArg) native "Headers_forEach_Callback_HeadersForEachCallback_ScriptValue"; |
3695 | 4031 |
3696 static forEach_Callback_HeaderMapForEachCallback(mthis, callback) native "Head
erMap_forEach_Callback_HeaderMapForEachCallback"; | 4032 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 } | 4033 } |
3704 | 4034 |
3705 class BlinkHistory { | 4035 class BlinkHistory { |
3706 static length_Getter(mthis) native "History_length_Getter"; | 4036 static length_Getter(mthis) native "History_length_Getter"; |
3707 | 4037 |
3708 static state_Getter(mthis) native "History_state_Getter"; | 4038 static state_Getter(mthis) native "History_state_Getter"; |
3709 | 4039 |
3710 static back_Callback(mthis) native "History_back_Callback"; | 4040 static back_Callback(mthis) native "History_back_Callback"; |
3711 | 4041 |
3712 static forward_Callback(mthis) native "History_forward_Callback"; | 4042 static forward_Callback(mthis) native "History_forward_Callback"; |
3713 | 4043 |
3714 static go_Callback_long(mthis, distance) native "History_go_Callback_long"; | 4044 static go_Callback_long(mthis, distance) native "History_go_Callback_long"; |
3715 | 4045 |
3716 static pushState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title,
url) native "History_pushState_Callback"; | 4046 static pushState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title,
url) native "History_pushState_Callback"; |
3717 | 4047 |
3718 static replaceState_Callback_ScriptValue_DOMString_DOMString(mthis, data, titl
e, url) native "History_replaceState_Callback"; | 4048 static replaceState_Callback_ScriptValue_DOMString_DOMString(mthis, data, titl
e, url) native "History_replaceState_Callback"; |
3719 } | 4049 } |
3720 | 4050 |
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 { | 4051 class BlinkIDBCursor { |
3728 static direction_Getter(mthis) native "IDBCursor_direction_Getter"; | 4052 static direction_Getter(mthis) native "IDBCursor_direction_Getter"; |
3729 | 4053 |
3730 static key_Getter(mthis) native "IDBCursor_key_Getter"; | 4054 static key_Getter(mthis) native "IDBCursor_key_Getter"; |
3731 | 4055 |
3732 static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; | 4056 static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; |
3733 | 4057 |
3734 static source_Getter(mthis) native "IDBCursor_source_Getter"; | 4058 static source_Getter(mthis) native "IDBCursor_source_Getter"; |
3735 | 4059 |
3736 static advance_Callback_ul(mthis, count) native "IDBCursor_advance_Callback_un
signed long"; | 4060 static advance_Callback_ul(mthis, count) native "IDBCursor_advance_Callback_un
signed long"; |
(...skipping 17 matching lines...) Expand all Loading... |
3754 static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Get
ter"; | 4078 static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Get
ter"; |
3755 | 4079 |
3756 static version_Getter(mthis) native "IDBDatabase_version_Getter"; | 4080 static version_Getter(mthis) native "IDBDatabase_version_Getter"; |
3757 | 4081 |
3758 static close_Callback(mthis) native "IDBDatabase_close_Callback"; | 4082 static close_Callback(mthis) native "IDBDatabase_close_Callback"; |
3759 | 4083 |
3760 static createObjectStore_Callback_DOMString_Dictionary(mthis, name, options) n
ative "IDBDatabase_createObjectStore_Callback_DOMString_Dictionary"; | 4084 static createObjectStore_Callback_DOMString_Dictionary(mthis, name, options) n
ative "IDBDatabase_createObjectStore_Callback_DOMString_Dictionary"; |
3761 | 4085 |
3762 static deleteObjectStore_Callback_DOMString(mthis, name) native "IDBDatabase_d
eleteObjectStore_Callback_DOMString"; | 4086 static deleteObjectStore_Callback_DOMString(mthis, name) native "IDBDatabase_d
eleteObjectStore_Callback_DOMString"; |
3763 | 4087 |
| 4088 static transaction_Callback_DOMString(mthis, storeName_OR_storeNames) native "
IDBDatabase_transaction_Callback_DOMString"; |
| 4089 |
3764 static transaction_Callback_DOMString_DOMString(mthis, storeName_OR_storeNames
, mode) native "IDBDatabase_transaction_Callback_DOMString_DOMString"; | 4090 static transaction_Callback_DOMString_DOMString(mthis, storeName_OR_storeNames
, mode) native "IDBDatabase_transaction_Callback_DOMString_DOMString"; |
3765 | 4091 |
| 4092 static transaction_Callback_SEQ_DOMString_SEQ(mthis, storeName_OR_storeNames)
native "IDBDatabase_transaction_Callback_sequence<DOMString>"; |
| 4093 |
3766 static transaction_Callback_SEQ_DOMString_SEQ_DOMString(mthis, storeName_OR_st
oreNames, mode) native "IDBDatabase_transaction_Callback_sequence<DOMString>_DOM
String"; | 4094 static transaction_Callback_SEQ_DOMString_SEQ_DOMString(mthis, storeName_OR_st
oreNames, mode) native "IDBDatabase_transaction_Callback_sequence<DOMString>_DOM
String"; |
3767 | 4095 |
| 4096 static transaction_Callback_DOMStringList(mthis, storeName_OR_storeNames) nati
ve "IDBDatabase_transaction_Callback_DOMStringList"; |
| 4097 |
3768 static transaction_Callback_DOMStringList_DOMString(mthis, storeName_OR_storeN
ames, mode) native "IDBDatabase_transaction_Callback_DOMStringList_DOMString"; | 4098 static transaction_Callback_DOMStringList_DOMString(mthis, storeName_OR_storeN
ames, mode) native "IDBDatabase_transaction_Callback_DOMStringList_DOMString"; |
3769 } | 4099 } |
3770 | 4100 |
3771 class BlinkIDBFactory { | 4101 class BlinkIDBFactory { |
3772 static cmp_Callback_ScriptValue_ScriptValue(mthis, first, second) native "IDBF
actory_cmp_Callback_ScriptValue_ScriptValue"; | 4102 static cmp_Callback_ScriptValue_ScriptValue(mthis, first, second) native "IDBF
actory_cmp_Callback_ScriptValue_ScriptValue"; |
3773 | 4103 |
3774 static deleteDatabase_Callback_DOMString(mthis, name) native "IDBFactory_delet
eDatabase_Callback_DOMString"; | 4104 static deleteDatabase_Callback_DOMString(mthis, name) native "IDBFactory_delet
eDatabase_Callback_DOMString"; |
3775 | 4105 |
3776 static open_Callback_DOMString_ull(mthis, name, version) native "IDBFactory_op
en_Callback_DOMString_unsigned long long"; | 4106 static open_Callback_DOMString_ull(mthis, name, version) native "IDBFactory_op
en_Callback_DOMString_unsigned long long"; |
3777 | 4107 |
(...skipping 12 matching lines...) Expand all Loading... |
3790 static objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; | 4120 static objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; |
3791 | 4121 |
3792 static unique_Getter(mthis) native "IDBIndex_unique_Getter"; | 4122 static unique_Getter(mthis) native "IDBIndex_unique_Getter"; |
3793 | 4123 |
3794 static count_Callback_ScriptValue(mthis, key) native "IDBIndex_count_Callback_
ScriptValue"; | 4124 static count_Callback_ScriptValue(mthis, key) native "IDBIndex_count_Callback_
ScriptValue"; |
3795 | 4125 |
3796 static get_Callback_ScriptValue(mthis, key) native "IDBIndex_get_Callback_Scri
ptValue"; | 4126 static get_Callback_ScriptValue(mthis, key) native "IDBIndex_get_Callback_Scri
ptValue"; |
3797 | 4127 |
3798 static getKey_Callback_ScriptValue(mthis, key) native "IDBIndex_getKey_Callbac
k_ScriptValue"; | 4128 static getKey_Callback_ScriptValue(mthis, key) native "IDBIndex_getKey_Callbac
k_ScriptValue"; |
3799 | 4129 |
3800 static openCursor_Callback_ScriptValue_DOMString(mthis, key, direction) native
"IDBIndex_openCursor_Callback_ScriptValue_DOMString"; | 4130 static openCursor_Callback_ScriptValue_DOMString(mthis, range, direction) nati
ve "IDBIndex_openCursor_Callback_ScriptValue_DOMString"; |
3801 | 4131 |
3802 static openKeyCursor_Callback_ScriptValue_DOMString(mthis, key, direction) nat
ive "IDBIndex_openKeyCursor_Callback_ScriptValue_DOMString"; | 4132 static openCursor_Callback_ScriptValue(mthis, range) native "IDBIndex_openCurs
or_Callback_ScriptValue"; |
| 4133 |
| 4134 static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) n
ative "IDBIndex_openKeyCursor_Callback_ScriptValue_DOMString"; |
| 4135 |
| 4136 static openKeyCursor_Callback_ScriptValue(mthis, range) native "IDBIndex_openK
eyCursor_Callback_ScriptValue"; |
3803 } | 4137 } |
3804 | 4138 |
3805 class BlinkIDBKeyRange { | 4139 class BlinkIDBKeyRange { |
3806 static lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; | 4140 static lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; |
3807 | 4141 |
3808 static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter"; | 4142 static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter"; |
3809 | 4143 |
3810 static upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; | 4144 static upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; |
3811 | 4145 |
3812 static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter"; | 4146 static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter"; |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3846 static deleteIndex_Callback_DOMString(mthis, name) native "IDBObjectStore_dele
teIndex_Callback_DOMString"; | 4180 static deleteIndex_Callback_DOMString(mthis, name) native "IDBObjectStore_dele
teIndex_Callback_DOMString"; |
3847 | 4181 |
3848 static get_Callback_ScriptValue(mthis, key) native "IDBObjectStore_get_Callbac
k_ScriptValue"; | 4182 static get_Callback_ScriptValue(mthis, key) native "IDBObjectStore_get_Callbac
k_ScriptValue"; |
3849 | 4183 |
3850 static index_Callback_DOMString(mthis, name) native "IDBObjectStore_index_Call
back_DOMString"; | 4184 static index_Callback_DOMString(mthis, name) native "IDBObjectStore_index_Call
back_DOMString"; |
3851 | 4185 |
3852 static openCursor_Callback_ScriptValue_DOMString(mthis, range, direction) nati
ve "IDBObjectStore_openCursor_Callback_ScriptValue_DOMString"; | 4186 static openCursor_Callback_ScriptValue_DOMString(mthis, range, direction) nati
ve "IDBObjectStore_openCursor_Callback_ScriptValue_DOMString"; |
3853 | 4187 |
3854 static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) n
ative "IDBObjectStore_openKeyCursor_Callback_ScriptValue_DOMString"; | 4188 static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) n
ative "IDBObjectStore_openKeyCursor_Callback_ScriptValue_DOMString"; |
3855 | 4189 |
| 4190 static openKeyCursor_Callback_ScriptValue(mthis, range) native "IDBObjectStore
_openKeyCursor_Callback_ScriptValue"; |
| 4191 |
3856 static put_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObje
ctStore_put_Callback_ScriptValue_ScriptValue"; | 4192 static put_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObje
ctStore_put_Callback_ScriptValue_ScriptValue"; |
3857 } | 4193 } |
3858 | 4194 |
3859 class BlinkIDBRequest { | 4195 class BlinkIDBRequest { |
3860 static error_Getter(mthis) native "IDBRequest_error_Getter"; | 4196 static error_Getter(mthis) native "IDBRequest_error_Getter"; |
3861 | 4197 |
3862 static readyState_Getter(mthis) native "IDBRequest_readyState_Getter"; | 4198 static readyState_Getter(mthis) native "IDBRequest_readyState_Getter"; |
3863 | 4199 |
3864 static result_Getter(mthis) native "IDBRequest_result_Getter"; | 4200 static result_Getter(mthis) native "IDBRequest_result_Getter"; |
3865 | 4201 |
(...skipping 10 matching lines...) Expand all Loading... |
3876 static error_Getter(mthis) native "IDBTransaction_error_Getter"; | 4212 static error_Getter(mthis) native "IDBTransaction_error_Getter"; |
3877 | 4213 |
3878 static mode_Getter(mthis) native "IDBTransaction_mode_Getter"; | 4214 static mode_Getter(mthis) native "IDBTransaction_mode_Getter"; |
3879 | 4215 |
3880 static abort_Callback(mthis) native "IDBTransaction_abort_Callback"; | 4216 static abort_Callback(mthis) native "IDBTransaction_abort_Callback"; |
3881 | 4217 |
3882 static objectStore_Callback_DOMString(mthis, name) native "IDBTransaction_obje
ctStore_Callback_DOMString"; | 4218 static objectStore_Callback_DOMString(mthis, name) native "IDBTransaction_obje
ctStore_Callback_DOMString"; |
3883 } | 4219 } |
3884 | 4220 |
3885 class BlinkIDBVersionChangeEvent { | 4221 class BlinkIDBVersionChangeEvent { |
| 4222 static constructorCallback(type, options) native "IDBVersionChangeEvent_constr
uctorCallback"; |
| 4223 |
3886 static dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter"; | 4224 static dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter"; |
3887 | 4225 |
3888 static dataLossMessage_Getter(mthis) native "IDBVersionChangeEvent_dataLossMes
sage_Getter"; | 4226 static dataLossMessage_Getter(mthis) native "IDBVersionChangeEvent_dataLossMes
sage_Getter"; |
3889 | 4227 |
3890 static newVersion_Getter(mthis) native "IDBVersionChangeEvent_newVersion_Gette
r"; | 4228 static newVersion_Getter(mthis) native "IDBVersionChangeEvent_newVersion_Gette
r"; |
3891 | 4229 |
3892 static oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Gette
r"; | 4230 static oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Gette
r"; |
3893 } | 4231 } |
3894 | 4232 |
3895 class BlinkImageBitmap { | 4233 class BlinkImageBitmap { |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3927 } | 4265 } |
3928 | 4266 |
3929 class BlinkInstallPhaseEvent { | 4267 class BlinkInstallPhaseEvent { |
3930 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_
waitUntil_Callback_ScriptValue"; | 4268 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_
waitUntil_Callback_ScriptValue"; |
3931 } | 4269 } |
3932 | 4270 |
3933 class BlinkInstallEvent { | 4271 class BlinkInstallEvent { |
3934 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; | 4272 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; |
3935 } | 4273 } |
3936 | 4274 |
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 { | 4275 class BlinkKeyboardEvent { |
3948 static altGraphKey_Getter(mthis) native "KeyboardEvent_altGraphKey_Getter"; | 4276 static constructorCallback(type, options) native "KeyboardEvent_constructorCal
lback"; |
3949 | 4277 |
3950 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; | 4278 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; |
3951 | 4279 |
3952 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; | 4280 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; |
3953 | 4281 |
3954 static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter"
; | 4282 static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter"
; |
3955 | 4283 |
3956 static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter"; | 4284 static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter"; |
3957 | 4285 |
3958 static location_Getter(mthis) native "KeyboardEvent_location_Getter"; | 4286 static location_Getter(mthis) native "KeyboardEvent_location_Getter"; |
3959 | 4287 |
3960 static metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter"; | 4288 static metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter"; |
3961 | 4289 |
3962 static repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter"; | 4290 static repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter"; |
3963 | 4291 |
3964 static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter"; | 4292 static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter"; |
3965 | 4293 |
3966 static getModifierState_Callback_DOMString(mthis, keyArgument) native "Keyboar
dEvent_getModifierState_Callback_DOMString"; | 4294 static getModifierState_Callback_DOMString(mthis, keyArgument) native "Keyboar
dEvent_getModifierState_Callback_DOMString"; |
3967 | 4295 |
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"; | 4296 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"; |
| 4297 } |
| 4298 |
| 4299 class BlinkLocalCredential { |
| 4300 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a
vatarURL, password) native "LocalCredential_constructorCallback_DOMString_DOMStr
ing_DOMString_DOMString"; |
| 4301 |
| 4302 static password_Getter(mthis) native "LocalCredential_password_Getter"; |
3969 } | 4303 } |
3970 | 4304 |
3971 class BlinkLocation { | 4305 class BlinkLocation { |
3972 static ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter"; | 4306 static ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter"; |
3973 | 4307 |
3974 static hash_Getter(mthis) native "Location_hash_Getter"; | 4308 static hash_Getter(mthis) native "Location_hash_Getter"; |
3975 | 4309 |
3976 static hash_Setter_DOMString(mthis, value) native "Location_hash_Setter"; | 4310 static hash_Setter_DOMString(mthis, value) native "Location_hash_Setter"; |
3977 | 4311 |
3978 static host_Getter(mthis) native "Location_host_Getter"; | 4312 static host_Getter(mthis) native "Location_host_Getter"; |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4016 | 4350 |
4017 class BlinkMIDIAccess { | 4351 class BlinkMIDIAccess { |
4018 static sysexEnabled_Getter(mthis) native "MIDIAccess_sysexEnabled_Getter"; | 4352 static sysexEnabled_Getter(mthis) native "MIDIAccess_sysexEnabled_Getter"; |
4019 | 4353 |
4020 static inputs_Callback(mthis) native "MIDIAccess_inputs_Callback"; | 4354 static inputs_Callback(mthis) native "MIDIAccess_inputs_Callback"; |
4021 | 4355 |
4022 static outputs_Callback(mthis) native "MIDIAccess_outputs_Callback"; | 4356 static outputs_Callback(mthis) native "MIDIAccess_outputs_Callback"; |
4023 } | 4357 } |
4024 | 4358 |
4025 class BlinkMIDIConnectionEvent { | 4359 class BlinkMIDIConnectionEvent { |
| 4360 static constructorCallback(type, options) native "MIDIConnectionEvent_construc
torCallback"; |
| 4361 |
4026 static port_Getter(mthis) native "MIDIConnectionEvent_port_Getter"; | 4362 static port_Getter(mthis) native "MIDIConnectionEvent_port_Getter"; |
4027 } | 4363 } |
4028 | 4364 |
4029 class BlinkMIDIPort { | 4365 class BlinkMIDIPort { |
4030 static id_Getter(mthis) native "MIDIPort_id_Getter"; | 4366 static id_Getter(mthis) native "MIDIPort_id_Getter"; |
4031 | 4367 |
4032 static manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter"; | 4368 static manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter"; |
4033 | 4369 |
4034 static name_Getter(mthis) native "MIDIPort_name_Getter"; | 4370 static name_Getter(mthis) native "MIDIPort_name_Getter"; |
4035 | 4371 |
4036 static type_Getter(mthis) native "MIDIPort_type_Getter"; | 4372 static type_Getter(mthis) native "MIDIPort_type_Getter"; |
4037 | 4373 |
4038 static version_Getter(mthis) native "MIDIPort_version_Getter"; | 4374 static version_Getter(mthis) native "MIDIPort_version_Getter"; |
4039 } | 4375 } |
4040 | 4376 |
4041 class BlinkMIDIInput {} | 4377 class BlinkMIDIInput {} |
4042 | 4378 |
4043 class BlinkMIDIMessageEvent { | 4379 class BlinkMIDIMessageEvent { |
| 4380 static constructorCallback(type, options) native "MIDIMessageEvent_constructor
Callback"; |
| 4381 |
4044 static data_Getter(mthis) native "MIDIMessageEvent_data_Getter"; | 4382 static data_Getter(mthis) native "MIDIMessageEvent_data_Getter"; |
4045 | 4383 |
4046 static receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter
"; | 4384 static receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter
"; |
4047 } | 4385 } |
4048 | 4386 |
4049 class BlinkMIDIOutput { | 4387 class BlinkMIDIOutput { |
4050 static send_Callback_Uint8Array_double(mthis, data, timestamp) native "MIDIOut
put_send_Callback_Uint8Array_double"; | 4388 static send_Callback_Uint8Array_double(mthis, data, timestamp) native "MIDIOut
put_send_Callback_Uint8Array_double"; |
4051 | 4389 |
4052 static send_Callback_Uint8Array(mthis, data) native "MIDIOutput_send_Callback_
Uint8Array"; | 4390 static send_Callback_Uint8Array(mthis, data) native "MIDIOutput_send_Callback_
Uint8Array"; |
4053 } | 4391 } |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4112 static code_Getter(mthis) native "MediaError_code_Getter"; | 4450 static code_Getter(mthis) native "MediaError_code_Getter"; |
4113 } | 4451 } |
4114 | 4452 |
4115 class BlinkMediaKeyError { | 4453 class BlinkMediaKeyError { |
4116 static code_Getter(mthis) native "MediaKeyError_code_Getter"; | 4454 static code_Getter(mthis) native "MediaKeyError_code_Getter"; |
4117 | 4455 |
4118 static systemCode_Getter(mthis) native "MediaKeyError_systemCode_Getter"; | 4456 static systemCode_Getter(mthis) native "MediaKeyError_systemCode_Getter"; |
4119 } | 4457 } |
4120 | 4458 |
4121 class BlinkMediaKeyEvent { | 4459 class BlinkMediaKeyEvent { |
| 4460 static constructorCallback(type, options) native "MediaKeyEvent_constructorCal
lback"; |
| 4461 |
4122 static defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_Getter"; | 4462 static defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_Getter"; |
4123 | 4463 |
4124 static errorCode_Getter(mthis) native "MediaKeyEvent_errorCode_Getter"; | 4464 static errorCode_Getter(mthis) native "MediaKeyEvent_errorCode_Getter"; |
4125 | 4465 |
4126 static initData_Getter(mthis) native "MediaKeyEvent_initData_Getter"; | 4466 static initData_Getter(mthis) native "MediaKeyEvent_initData_Getter"; |
4127 | 4467 |
4128 static keySystem_Getter(mthis) native "MediaKeyEvent_keySystem_Getter"; | 4468 static keySystem_Getter(mthis) native "MediaKeyEvent_keySystem_Getter"; |
4129 | 4469 |
4130 static message_Getter(mthis) native "MediaKeyEvent_message_Getter"; | 4470 static message_Getter(mthis) native "MediaKeyEvent_message_Getter"; |
4131 | 4471 |
4132 static sessionId_Getter(mthis) native "MediaKeyEvent_sessionId_Getter"; | 4472 static sessionId_Getter(mthis) native "MediaKeyEvent_sessionId_Getter"; |
4133 | 4473 |
4134 static systemCode_Getter(mthis) native "MediaKeyEvent_systemCode_Getter"; | 4474 static systemCode_Getter(mthis) native "MediaKeyEvent_systemCode_Getter"; |
4135 } | 4475 } |
4136 | 4476 |
4137 class BlinkMediaKeyMessageEvent { | 4477 class BlinkMediaKeyMessageEvent { |
| 4478 static constructorCallback(type, options) native "MediaKeyMessageEvent_constru
ctorCallback"; |
| 4479 |
4138 static destinationURL_Getter(mthis) native "MediaKeyMessageEvent_destinationUR
L_Getter"; | 4480 static destinationURL_Getter(mthis) native "MediaKeyMessageEvent_destinationUR
L_Getter"; |
4139 | 4481 |
4140 static message_Getter(mthis) native "MediaKeyMessageEvent_message_Getter"; | 4482 static message_Getter(mthis) native "MediaKeyMessageEvent_message_Getter"; |
4141 } | 4483 } |
4142 | 4484 |
4143 class BlinkMediaKeyNeededEvent { | 4485 class BlinkMediaKeyNeededEvent { |
| 4486 static constructorCallback(type, options) native "MediaKeyNeededEvent_construc
torCallback"; |
| 4487 |
4144 static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gette
r"; | 4488 static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gette
r"; |
4145 | 4489 |
4146 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; | 4490 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; |
4147 } | 4491 } |
4148 | 4492 |
4149 class BlinkMediaKeySession { | 4493 class BlinkMediaKeySession { |
4150 static error_Getter(mthis) native "MediaKeySession_error_Getter"; | 4494 static error_Getter(mthis) native "MediaKeySession_error_Getter"; |
4151 | 4495 |
4152 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; | 4496 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; |
4153 | 4497 |
4154 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; | 4498 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 } | 4499 } |
4160 | 4500 |
4161 class BlinkMediaKeys { | 4501 class BlinkMediaKeys { |
4162 static constructorCallback_DOMString(keySystem) native "MediaKeys_constructorC
allback_DOMString"; | |
4163 | |
4164 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; | 4502 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; |
4165 | 4503 |
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"; | 4504 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na
tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString"; |
4169 } | 4505 } |
4170 | 4506 |
4171 class BlinkMediaList { | 4507 class BlinkMediaList { |
4172 static length_Getter(mthis) native "MediaList_length_Getter"; | 4508 static length_Getter(mthis) native "MediaList_length_Getter"; |
4173 | 4509 |
4174 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; | 4510 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; |
4175 | 4511 |
4176 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se
tter"; | 4512 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se
tter"; |
4177 | 4513 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4226 static label_Getter(mthis) native "MediaStream_label_Getter"; | 4562 static label_Getter(mthis) native "MediaStream_label_Getter"; |
4227 | 4563 |
4228 static addTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_ad
dTrack_Callback_MediaStreamTrack"; | 4564 static addTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_ad
dTrack_Callback_MediaStreamTrack"; |
4229 | 4565 |
4230 static clone_Callback(mthis) native "MediaStream_clone_Callback"; | 4566 static clone_Callback(mthis) native "MediaStream_clone_Callback"; |
4231 | 4567 |
4232 static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callb
ack"; | 4568 static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callb
ack"; |
4233 | 4569 |
4234 static getTrackById_Callback_DOMString(mthis, trackId) native "MediaStream_get
TrackById_Callback_DOMString"; | 4570 static getTrackById_Callback_DOMString(mthis, trackId) native "MediaStream_get
TrackById_Callback_DOMString"; |
4235 | 4571 |
| 4572 static getTracks_Callback(mthis) native "MediaStream_getTracks_Callback"; |
| 4573 |
4236 static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callb
ack"; | 4574 static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callb
ack"; |
4237 | 4575 |
4238 static removeTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream
_removeTrack_Callback_MediaStreamTrack"; | 4576 static removeTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream
_removeTrack_Callback_MediaStreamTrack"; |
4239 | 4577 |
4240 static stop_Callback(mthis) native "MediaStream_stop_Callback"; | 4578 static stop_Callback(mthis) native "MediaStream_stop_Callback"; |
4241 } | 4579 } |
4242 | 4580 |
4243 class BlinkMediaStreamAudioDestinationNode { | 4581 class BlinkMediaStreamAudioDestinationNode { |
4244 static stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Get
ter"; | 4582 static stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Get
ter"; |
4245 } | 4583 } |
4246 | 4584 |
4247 class BlinkMediaStreamAudioSourceNode { | 4585 class BlinkMediaStreamAudioSourceNode { |
4248 static mediaStream_Getter(mthis) native "MediaStreamAudioSourceNode_mediaStrea
m_Getter"; | 4586 static mediaStream_Getter(mthis) native "MediaStreamAudioSourceNode_mediaStrea
m_Getter"; |
4249 } | 4587 } |
4250 | 4588 |
4251 class BlinkMediaStreamEvent { | 4589 class BlinkMediaStreamEvent { |
| 4590 static constructorCallback(type, options) native "MediaStreamEvent_constructor
Callback"; |
| 4591 |
4252 static stream_Getter(mthis) native "MediaStreamEvent_stream_Getter"; | 4592 static stream_Getter(mthis) native "MediaStreamEvent_stream_Getter"; |
4253 } | 4593 } |
4254 | 4594 |
4255 class BlinkMediaStreamTrack { | 4595 class BlinkMediaStreamTrack { |
4256 static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter"; | 4596 static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter"; |
4257 | 4597 |
4258 static enabled_Setter_boolean(mthis, value) native "MediaStreamTrack_enabled_S
etter"; | 4598 static enabled_Setter_boolean(mthis, value) native "MediaStreamTrack_enabled_S
etter"; |
4259 | 4599 |
4260 static id_Getter(mthis) native "MediaStreamTrack_id_Getter"; | 4600 static id_Getter(mthis) native "MediaStreamTrack_id_Getter"; |
4261 | 4601 |
4262 static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter"; | 4602 static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter"; |
4263 | 4603 |
4264 static label_Getter(mthis) native "MediaStreamTrack_label_Getter"; | 4604 static label_Getter(mthis) native "MediaStreamTrack_label_Getter"; |
4265 | 4605 |
| 4606 static muted_Getter(mthis) native "MediaStreamTrack_muted_Getter"; |
| 4607 |
4266 static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter"; | 4608 static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter"; |
4267 | 4609 |
4268 static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback"; | 4610 static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback"; |
4269 | 4611 |
4270 static getSources_Callback_MediaStreamTrackSourcesCallback(callback) native "M
ediaStreamTrack_getSources_Callback_MediaStreamTrackSourcesCallback"; | 4612 static getSources_Callback_MediaStreamTrackSourcesCallback(callback) native "M
ediaStreamTrack_getSources_Callback_MediaStreamTrackSourcesCallback"; |
4271 | 4613 |
4272 static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback"; | 4614 static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback"; |
4273 } | 4615 } |
4274 | 4616 |
4275 class BlinkMediaStreamTrackEvent { | 4617 class BlinkMediaStreamTrackEvent { |
4276 static track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter"; | 4618 static track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter"; |
4277 } | 4619 } |
4278 | 4620 |
4279 class BlinkMemoryInfo { | 4621 class BlinkMemoryInfo { |
4280 static jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLimit_Getter
"; | 4622 static jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLimit_Getter
"; |
4281 | 4623 |
4282 static totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSize_Getter
"; | 4624 static totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSize_Getter
"; |
4283 | 4625 |
4284 static usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize_Getter"; | 4626 static usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize_Getter"; |
4285 } | 4627 } |
4286 | 4628 |
4287 class BlinkMessageChannel { | 4629 class BlinkMessageChannel { |
4288 static port1_Getter(mthis) native "MessageChannel_port1_Getter"; | 4630 static port1_Getter(mthis) native "MessageChannel_port1_Getter"; |
4289 | 4631 |
4290 static port2_Getter(mthis) native "MessageChannel_port2_Getter"; | 4632 static port2_Getter(mthis) native "MessageChannel_port2_Getter"; |
4291 } | 4633 } |
4292 | 4634 |
4293 class BlinkMessageEvent { | 4635 class BlinkMessageEvent { |
| 4636 static constructorCallback(type, options) native "MessageEvent_constructorCall
back"; |
| 4637 |
4294 static data_Getter(mthis) native "MessageEvent_data_Getter"; | 4638 static data_Getter(mthis) native "MessageEvent_data_Getter"; |
4295 | 4639 |
4296 static lastEventId_Getter(mthis) native "MessageEvent_lastEventId_Getter"; | 4640 static lastEventId_Getter(mthis) native "MessageEvent_lastEventId_Getter"; |
4297 | 4641 |
4298 static origin_Getter(mthis) native "MessageEvent_origin_Getter"; | 4642 static origin_Getter(mthis) native "MessageEvent_origin_Getter"; |
4299 | 4643 |
4300 static source_Getter(mthis) native "MessageEvent_source_Getter"; | 4644 static source_Getter(mthis) native "MessageEvent_source_Getter"; |
4301 | 4645 |
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"; | 4646 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 } | 4647 } |
4304 | 4648 |
4305 class BlinkMessagePort { | 4649 class BlinkMessagePort { |
4306 static close_Callback(mthis) native "MessagePort_close_Callback"; | 4650 static close_Callback(mthis) native "MessagePort_close_Callback"; |
4307 | 4651 |
4308 static postMessage_Callback_ScriptValue_A_MessagePort_A(mthis, message, messag
ePorts) native "MessagePort_postMessage_Callback"; | 4652 static postMessage_Callback_ScriptValue_SEQ_MessagePort_SEQ(mthis, message, tr
ansfer) native "MessagePort_postMessage_Callback"; |
4309 | 4653 |
4310 static start_Callback(mthis) native "MessagePort_start_Callback"; | 4654 static start_Callback(mthis) native "MessagePort_start_Callback"; |
4311 } | 4655 } |
4312 | 4656 |
4313 class BlinkMetadata { | 4657 class BlinkMetadata { |
4314 static modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter
"; | 4658 static modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter
"; |
4315 | 4659 |
4316 static size_Getter(mthis) native "Metadata_size_Getter"; | 4660 static size_Getter(mthis) native "Metadata_size_Getter"; |
4317 } | 4661 } |
4318 | 4662 |
(...skipping 11 matching lines...) Expand all Loading... |
4330 static length_Getter(mthis) native "MimeTypeArray_length_Getter"; | 4674 static length_Getter(mthis) native "MimeTypeArray_length_Getter"; |
4331 | 4675 |
4332 static $__getter___Callback_DOMString(mthis, name) native "MimeTypeArray___get
ter___Callback_DOMString"; | 4676 static $__getter___Callback_DOMString(mthis, name) native "MimeTypeArray___get
ter___Callback_DOMString"; |
4333 | 4677 |
4334 static item_Callback_ul(mthis, index) native "MimeTypeArray_item_Callback_unsi
gned long"; | 4678 static item_Callback_ul(mthis, index) native "MimeTypeArray_item_Callback_unsi
gned long"; |
4335 | 4679 |
4336 static namedItem_Callback_DOMString(mthis, name) native "MimeTypeArray_namedIt
em_Callback_DOMString"; | 4680 static namedItem_Callback_DOMString(mthis, name) native "MimeTypeArray_namedIt
em_Callback_DOMString"; |
4337 } | 4681 } |
4338 | 4682 |
4339 class BlinkMouseEvent { | 4683 class BlinkMouseEvent { |
| 4684 static constructorCallback(type, options) native "MouseEvent_constructorCallba
ck"; |
| 4685 |
4340 static altKey_Getter(mthis) native "MouseEvent_altKey_Getter"; | 4686 static altKey_Getter(mthis) native "MouseEvent_altKey_Getter"; |
4341 | 4687 |
4342 static button_Getter(mthis) native "MouseEvent_button_Getter"; | 4688 static button_Getter(mthis) native "MouseEvent_button_Getter"; |
4343 | 4689 |
4344 static clientX_Getter(mthis) native "MouseEvent_clientX_Getter"; | 4690 static clientX_Getter(mthis) native "MouseEvent_clientX_Getter"; |
4345 | 4691 |
4346 static clientY_Getter(mthis) native "MouseEvent_clientY_Getter"; | 4692 static clientY_Getter(mthis) native "MouseEvent_clientY_Getter"; |
4347 | 4693 |
4348 static ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter"; | 4694 static ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter"; |
4349 | 4695 |
4350 static dataTransfer_Getter(mthis) native "MouseEvent_dataTransfer_Getter"; | 4696 static dataTransfer_Getter(mthis) native "MouseEvent_dataTransfer_Getter"; |
4351 | 4697 |
4352 static fromElement_Getter(mthis) native "MouseEvent_fromElement_Getter"; | 4698 static fromElement_Getter(mthis) native "MouseEvent_fromElement_Getter"; |
4353 | 4699 |
4354 static metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter"; | 4700 static metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter"; |
4355 | 4701 |
4356 static movementX_Getter(mthis) native "MouseEvent_movementX_Getter"; | 4702 static movementX_Getter(mthis) native "MouseEvent_movementX_Getter"; |
4357 | 4703 |
4358 static movementY_Getter(mthis) native "MouseEvent_movementY_Getter"; | 4704 static movementY_Getter(mthis) native "MouseEvent_movementY_Getter"; |
4359 | 4705 |
4360 static offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter"; | 4706 static offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter"; |
4361 | 4707 |
4362 static offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter"; | 4708 static offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter"; |
4363 | 4709 |
| 4710 static region_Getter(mthis) native "MouseEvent_region_Getter"; |
| 4711 |
4364 static relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter"; | 4712 static relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter"; |
4365 | 4713 |
4366 static screenX_Getter(mthis) native "MouseEvent_screenX_Getter"; | 4714 static screenX_Getter(mthis) native "MouseEvent_screenX_Getter"; |
4367 | 4715 |
4368 static screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; | 4716 static screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; |
4369 | 4717 |
4370 static shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; | 4718 static shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; |
4371 | 4719 |
4372 static toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; | 4720 static toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; |
4373 | 4721 |
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4458 | 4806 |
4459 class BlinkNavigatorOnLine { | 4807 class BlinkNavigatorOnLine { |
4460 static onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter"; | 4808 static onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter"; |
4461 } | 4809 } |
4462 | 4810 |
4463 class BlinkNavigator { | 4811 class BlinkNavigator { |
4464 static connection_Getter(mthis) native "Navigator_connection_Getter"; | 4812 static connection_Getter(mthis) native "Navigator_connection_Getter"; |
4465 | 4813 |
4466 static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter"; | 4814 static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter"; |
4467 | 4815 |
| 4816 static credentials_Getter(mthis) native "Navigator_credentials_Getter"; |
| 4817 |
4468 static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter"; | 4818 static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter"; |
4469 | 4819 |
| 4820 static geofencing_Getter(mthis) native "Navigator_geofencing_Getter"; |
| 4821 |
4470 static geolocation_Getter(mthis) native "Navigator_geolocation_Getter"; | 4822 static geolocation_Getter(mthis) native "Navigator_geolocation_Getter"; |
4471 | 4823 |
4472 static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter"; | 4824 static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter"; |
4473 | 4825 |
4474 static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter"; | 4826 static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter"; |
4475 | 4827 |
4476 static productSub_Getter(mthis) native "Navigator_productSub_Getter"; | 4828 static productSub_Getter(mthis) native "Navigator_productSub_Getter"; |
4477 | 4829 |
4478 static push_Getter(mthis) native "Navigator_push_Getter"; | 4830 static push_Getter(mthis) native "Navigator_push_Getter"; |
4479 | 4831 |
4480 static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter"; | 4832 static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter"; |
4481 | 4833 |
4482 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; | 4834 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; |
4483 | 4835 |
4484 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; | 4836 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; |
4485 | 4837 |
4486 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; | 4838 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; |
4487 | 4839 |
4488 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten
tStorage_Getter"; | 4840 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten
tStorage_Getter"; |
4489 | 4841 |
4490 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS
torage_Getter"; | 4842 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS
torage_Getter"; |
4491 | 4843 |
4492 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; | 4844 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; |
4493 | 4845 |
4494 static getMediaDevices_Callback_MediaDeviceInfoCallback(mthis, resultCallback)
native "Navigator_getMediaDevices_Callback_MediaDeviceInfoCallback"; | |
4495 | |
4496 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C
allback"; | 4846 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C
allback"; |
4497 | 4847 |
4498 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme,
url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString
"; | 4848 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme,
url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString
"; |
4499 | 4849 |
4500 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s
cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_
DOMString_DOMString"; | 4850 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s
cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_
DOMString_DOMString"; |
4501 | 4851 |
4502 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig
ator_sendBeacon_Callback_DOMString_DOMString"; | 4852 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig
ator_sendBeacon_Callback_DOMString_DOMString"; |
4503 | 4853 |
4504 static sendBeacon_Callback_DOMString_ArrayBufferView(mthis, url, data) native
"Navigator_sendBeacon_Callback_DOMString_ArrayBufferView"; | 4854 static sendBeacon_Callback_DOMString_ArrayBufferView(mthis, url, data) native
"Navigator_sendBeacon_Callback_DOMString_ArrayBufferView"; |
4505 | 4855 |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4640 static start_Callback_double(mthis, when) native "OscillatorNode_start_Callbac
k_double"; | 4990 static start_Callback_double(mthis, when) native "OscillatorNode_start_Callbac
k_double"; |
4641 | 4991 |
4642 static start_Callback(mthis) native "OscillatorNode_start_Callback"; | 4992 static start_Callback(mthis) native "OscillatorNode_start_Callback"; |
4643 | 4993 |
4644 static stop_Callback_double(mthis, when) native "OscillatorNode_stop_Callback_
double"; | 4994 static stop_Callback_double(mthis, when) native "OscillatorNode_stop_Callback_
double"; |
4645 | 4995 |
4646 static stop_Callback(mthis) native "OscillatorNode_stop_Callback"; | 4996 static stop_Callback(mthis) native "OscillatorNode_stop_Callback"; |
4647 } | 4997 } |
4648 | 4998 |
4649 class BlinkOverflowEvent { | 4999 class BlinkOverflowEvent { |
| 5000 static constructorCallback(type, options) native "OverflowEvent_constructorCal
lback"; |
| 5001 |
4650 static horizontalOverflow_Getter(mthis) native "OverflowEvent_horizontalOverfl
ow_Getter"; | 5002 static horizontalOverflow_Getter(mthis) native "OverflowEvent_horizontalOverfl
ow_Getter"; |
4651 | 5003 |
4652 static orient_Getter(mthis) native "OverflowEvent_orient_Getter"; | 5004 static orient_Getter(mthis) native "OverflowEvent_orient_Getter"; |
4653 | 5005 |
4654 static verticalOverflow_Getter(mthis) native "OverflowEvent_verticalOverflow_G
etter"; | 5006 static verticalOverflow_Getter(mthis) native "OverflowEvent_verticalOverflow_G
etter"; |
4655 } | 5007 } |
4656 | 5008 |
4657 class BlinkPagePopupController {} | 5009 class BlinkPagePopupController {} |
4658 | 5010 |
4659 class BlinkPageTransitionEvent { | 5011 class BlinkPageTransitionEvent { |
| 5012 static constructorCallback(type, options) native "PageTransitionEvent_construc
torCallback"; |
| 5013 |
4660 static persisted_Getter(mthis) native "PageTransitionEvent_persisted_Getter"; | 5014 static persisted_Getter(mthis) native "PageTransitionEvent_persisted_Getter"; |
4661 } | 5015 } |
4662 | 5016 |
4663 class BlinkPannerNode { | 5017 class BlinkPannerNode { |
4664 static coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle_Getter"; | 5018 static coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle_Getter"; |
4665 | 5019 |
4666 static coneInnerAngle_Setter_double(mthis, value) native "PannerNode_coneInner
Angle_Setter"; | 5020 static coneInnerAngle_Setter_double(mthis, value) native "PannerNode_coneInner
Angle_Setter"; |
4667 | 5021 |
4668 static coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle_Getter"; | 5022 static coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle_Getter"; |
4669 | 5023 |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4872 static $__getter___Callback_DOMString(mthis, name) native "PluginArray___gette
r___Callback_DOMString"; | 5226 static $__getter___Callback_DOMString(mthis, name) native "PluginArray___gette
r___Callback_DOMString"; |
4873 | 5227 |
4874 static item_Callback_ul(mthis, index) native "PluginArray_item_Callback_unsign
ed long"; | 5228 static item_Callback_ul(mthis, index) native "PluginArray_item_Callback_unsign
ed long"; |
4875 | 5229 |
4876 static namedItem_Callback_DOMString(mthis, name) native "PluginArray_namedItem
_Callback_DOMString"; | 5230 static namedItem_Callback_DOMString(mthis, name) native "PluginArray_namedItem
_Callback_DOMString"; |
4877 | 5231 |
4878 static refresh_Callback_boolean(mthis, reload) native "PluginArray_refresh_Cal
lback_boolean"; | 5232 static refresh_Callback_boolean(mthis, reload) native "PluginArray_refresh_Cal
lback_boolean"; |
4879 } | 5233 } |
4880 | 5234 |
4881 class BlinkPopStateEvent { | 5235 class BlinkPopStateEvent { |
| 5236 static constructorCallback(type, options) native "PopStateEvent_constructorCal
lback"; |
| 5237 |
4882 static state_Getter(mthis) native "PopStateEvent_state_Getter"; | 5238 static state_Getter(mthis) native "PopStateEvent_state_Getter"; |
4883 } | 5239 } |
4884 | 5240 |
4885 class BlinkPositionError { | 5241 class BlinkPositionError { |
4886 static code_Getter(mthis) native "PositionError_code_Getter"; | 5242 static code_Getter(mthis) native "PositionError_code_Getter"; |
4887 | 5243 |
4888 static message_Getter(mthis) native "PositionError_message_Getter"; | 5244 static message_Getter(mthis) native "PositionError_message_Getter"; |
4889 } | 5245 } |
4890 | 5246 |
4891 class BlinkProcessingInstruction { | 5247 class BlinkProcessingInstruction { |
4892 static sheet_Getter(mthis) native "ProcessingInstruction_sheet_Getter"; | 5248 static sheet_Getter(mthis) native "ProcessingInstruction_sheet_Getter"; |
4893 | 5249 |
4894 static target_Getter(mthis) native "ProcessingInstruction_target_Getter"; | 5250 static target_Getter(mthis) native "ProcessingInstruction_target_Getter"; |
4895 } | 5251 } |
4896 | 5252 |
4897 class BlinkProgressEvent { | 5253 class BlinkProgressEvent { |
| 5254 static constructorCallback(type, options) native "ProgressEvent_constructorCal
lback"; |
| 5255 |
4898 static lengthComputable_Getter(mthis) native "ProgressEvent_lengthComputable_G
etter"; | 5256 static lengthComputable_Getter(mthis) native "ProgressEvent_lengthComputable_G
etter"; |
4899 | 5257 |
4900 static loaded_Getter(mthis) native "ProgressEvent_loaded_Getter"; | 5258 static loaded_Getter(mthis) native "ProgressEvent_loaded_Getter"; |
4901 | 5259 |
4902 static total_Getter(mthis) native "ProgressEvent_total_Getter"; | 5260 static total_Getter(mthis) native "ProgressEvent_total_Getter"; |
4903 } | 5261 } |
4904 | 5262 |
4905 class BlinkPushEvent { | 5263 class BlinkPushEvent { |
| 5264 static constructorCallback(type, options) native "PushEvent_constructorCallbac
k"; |
| 5265 |
4906 static data_Getter(mthis) native "PushEvent_data_Getter"; | 5266 static data_Getter(mthis) native "PushEvent_data_Getter"; |
4907 } | 5267 } |
4908 | 5268 |
4909 class BlinkPushManager {} | 5269 class BlinkPushManager {} |
4910 | 5270 |
4911 class BlinkPushRegistration { | 5271 class BlinkPushRegistration { |
4912 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter
"; | 5272 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter
"; |
4913 | 5273 |
4914 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat
ionId_Getter"; | 5274 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat
ionId_Getter"; |
4915 } | 5275 } |
(...skipping 12 matching lines...) Expand all Loading... |
4928 static track_Getter(mthis) native "RTCDTMFSender_track_Getter"; | 5288 static track_Getter(mthis) native "RTCDTMFSender_track_Getter"; |
4929 | 5289 |
4930 static insertDTMF_Callback_DOMString_long_long(mthis, tones, duration, interTo
neGap) native "RTCDTMFSender_insertDTMF_Callback_DOMString_long_long"; | 5290 static insertDTMF_Callback_DOMString_long_long(mthis, tones, duration, interTo
neGap) native "RTCDTMFSender_insertDTMF_Callback_DOMString_long_long"; |
4931 | 5291 |
4932 static insertDTMF_Callback_DOMString_long(mthis, tones, duration) native "RTCD
TMFSender_insertDTMF_Callback_DOMString_long"; | 5292 static insertDTMF_Callback_DOMString_long(mthis, tones, duration) native "RTCD
TMFSender_insertDTMF_Callback_DOMString_long"; |
4933 | 5293 |
4934 static insertDTMF_Callback_DOMString(mthis, tones) native "RTCDTMFSender_inser
tDTMF_Callback_DOMString"; | 5294 static insertDTMF_Callback_DOMString(mthis, tones) native "RTCDTMFSender_inser
tDTMF_Callback_DOMString"; |
4935 } | 5295 } |
4936 | 5296 |
4937 class BlinkRTCDTMFToneChangeEvent { | 5297 class BlinkRTCDTMFToneChangeEvent { |
| 5298 static constructorCallback(type, options) native "RTCDTMFToneChangeEvent_const
ructorCallback"; |
| 5299 |
4938 static tone_Getter(mthis) native "RTCDTMFToneChangeEvent_tone_Getter"; | 5300 static tone_Getter(mthis) native "RTCDTMFToneChangeEvent_tone_Getter"; |
4939 } | 5301 } |
4940 | 5302 |
4941 class BlinkRTCDataChannel { | 5303 class BlinkRTCDataChannel { |
4942 static binaryType_Getter(mthis) native "RTCDataChannel_binaryType_Getter"; | 5304 static binaryType_Getter(mthis) native "RTCDataChannel_binaryType_Getter"; |
4943 | 5305 |
4944 static binaryType_Setter_DOMString(mthis, value) native "RTCDataChannel_binary
Type_Setter"; | 5306 static binaryType_Setter_DOMString(mthis, value) native "RTCDataChannel_binary
Type_Setter"; |
4945 | 5307 |
4946 static bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Gett
er"; | 5308 static bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Gett
er"; |
4947 | 5309 |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4992 static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter"; | 5354 static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter"; |
4993 | 5355 |
4994 static sdpMid_Setter_DOMString(mthis, value) native "RTCIceCandidate_sdpMid_Se
tter"; | 5356 static sdpMid_Setter_DOMString(mthis, value) native "RTCIceCandidate_sdpMid_Se
tter"; |
4995 } | 5357 } |
4996 | 5358 |
4997 class BlinkRTCIceCandidateEvent { | 5359 class BlinkRTCIceCandidateEvent { |
4998 static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter"; | 5360 static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter"; |
4999 } | 5361 } |
5000 | 5362 |
5001 class BlinkRTCPeerConnection { | 5363 class BlinkRTCPeerConnection { |
5002 static constructorCallback_Dictionary_Dictionary(rtcIceServers, mediaConstrain
ts) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary"; | 5364 static constructorCallback_Dictionary_Dictionary(rtcConfiguration, mediaConstr
aints) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary"; |
| 5365 |
| 5366 static constructorCallback_Dictionary(rtcConfiguration) native "RTCPeerConnect
ion_constructorCallback_Dictionary"; |
5003 | 5367 |
5004 static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectio
nState_Getter"; | 5368 static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectio
nState_Getter"; |
5005 | 5369 |
5006 static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringS
tate_Getter"; | 5370 static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringS
tate_Getter"; |
5007 | 5371 |
5008 static localDescription_Getter(mthis) native "RTCPeerConnection_localDescripti
on_Getter"; | 5372 static localDescription_Getter(mthis) native "RTCPeerConnection_localDescripti
on_Getter"; |
5009 | 5373 |
5010 static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescrip
tion_Getter"; | 5374 static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescrip
tion_Getter"; |
5011 | 5375 |
5012 static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_G
etter"; | 5376 static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_G
etter"; |
5013 | 5377 |
5014 static addIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback(
mthis, candidate, successCallback, failureCallback) native "RTCPeerConnection_ad
dIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback"; | 5378 static addIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback(
mthis, candidate, successCallback, failureCallback) native "RTCPeerConnection_ad
dIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback"; |
5015 | 5379 |
5016 static addStream_Callback_MediaStream_Dictionary(mthis, stream, mediaConstrain
ts) native "RTCPeerConnection_addStream_Callback_MediaStream_Dictionary"; | 5380 static addStream_Callback_MediaStream_Dictionary(mthis, stream, mediaConstrain
ts) native "RTCPeerConnection_addStream_Callback_MediaStream_Dictionary"; |
5017 | 5381 |
5018 static close_Callback(mthis) native "RTCPeerConnection_close_Callback"; | 5382 static close_Callback(mthis) native "RTCPeerConnection_close_Callback"; |
5019 | 5383 |
5020 static createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Di
ctionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCP
eerConnection_createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallba
ck_Dictionary"; | 5384 static createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Di
ctionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCP
eerConnection_createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallba
ck_Dictionary"; |
5021 | 5385 |
5022 static createDTMFSender_Callback_MediaStreamTrack(mthis, track) native "RTCPee
rConnection_createDTMFSender_Callback_MediaStreamTrack"; | 5386 static createDTMFSender_Callback_MediaStreamTrack(mthis, track) native "RTCPee
rConnection_createDTMFSender_Callback_MediaStreamTrack"; |
5023 | 5387 |
5024 static createDataChannel_Callback_DOMString_Dictionary(mthis, label, options)
native "RTCPeerConnection_createDataChannel_Callback_DOMString_Dictionary"; | 5388 static createDataChannel_Callback_DOMString_Dictionary(mthis, label, options)
native "RTCPeerConnection_createDataChannel_Callback_DOMString_Dictionary"; |
5025 | 5389 |
5026 static createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dic
tionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPe
erConnection_createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback
_Dictionary"; | 5390 static createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dic
tionary(mthis, successCallback, failureCallback, rtcOfferOptions) native "RTCPee
rConnection_createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_
Dictionary"; |
5027 | 5391 |
5028 static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStrea
ms_Callback"; | 5392 static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStrea
ms_Callback"; |
5029 | 5393 |
5030 static getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStr
eams_Callback"; | 5394 static getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStr
eams_Callback"; |
5031 | 5395 |
5032 static getStats_Callback_RTCStatsCallback_MediaStreamTrack(mthis, successCallb
ack, selector) native "RTCPeerConnection_getStats_Callback_RTCStatsCallback_Medi
aStreamTrack"; | 5396 static getStats_Callback_RTCStatsCallback_MediaStreamTrack(mthis, successCallb
ack, selector) native "RTCPeerConnection_getStats_Callback_RTCStatsCallback_Medi
aStreamTrack"; |
5033 | 5397 |
5034 static getStreamById_Callback_DOMString(mthis, streamId) native "RTCPeerConnec
tion_getStreamById_Callback_DOMString"; | 5398 static getStreamById_Callback_DOMString(mthis, streamId) native "RTCPeerConnec
tion_getStreamById_Callback_DOMString"; |
5035 | 5399 |
5036 static removeStream_Callback_MediaStream(mthis, stream) native "RTCPeerConnect
ion_removeStream_Callback_MediaStream"; | 5400 static removeStream_Callback_MediaStream(mthis, stream) native "RTCPeerConnect
ion_removeStream_Callback_MediaStream"; |
5037 | 5401 |
5038 static setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErro
rCallback(mthis, description, successCallback, failureCallback) native "RTCPeerC
onnection_setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErr
orCallback"; | 5402 static setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErro
rCallback(mthis, description, successCallback, failureCallback) native "RTCPeerC
onnection_setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErr
orCallback"; |
5039 | 5403 |
5040 static setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCErr
orCallback(mthis, description, successCallback, failureCallback) native "RTCPeer
Connection_setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCE
rrorCallback"; | 5404 static setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCErr
orCallback(mthis, description, successCallback, failureCallback) native "RTCPeer
Connection_setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCE
rrorCallback"; |
5041 | 5405 |
5042 static updateIce_Callback_Dictionary_Dictionary(mthis, configuration, mediaCon
straints) native "RTCPeerConnection_updateIce_Callback_Dictionary_Dictionary"; | 5406 static updateIce_Callback_Dictionary_Dictionary(mthis, configuration, mediaCon
straints) native "RTCPeerConnection_updateIce_Callback_Dictionary_Dictionary"; |
5043 } | 5407 } |
5044 | 5408 |
5045 class BlinkRTCSessionDescription { | 5409 class BlinkRTCSessionDescription { |
5046 static constructorCallback_Dictionary(descriptionInitDict) native "RTCSessionD
escription_constructorCallback_Dictionary"; | 5410 static constructorCallback_Dictionary(descriptionInitDict) native "RTCSessionD
escription_constructorCallback_Dictionary"; |
5047 | 5411 |
| 5412 static constructorCallback() native "RTCSessionDescription_constructorCallback
"; |
| 5413 |
5048 static sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter"; | 5414 static sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter"; |
5049 | 5415 |
5050 static sdp_Setter_DOMString(mthis, value) native "RTCSessionDescription_sdp_Se
tter"; | 5416 static sdp_Setter_DOMString(mthis, value) native "RTCSessionDescription_sdp_Se
tter"; |
5051 | 5417 |
5052 static type_Getter(mthis) native "RTCSessionDescription_type_Getter"; | 5418 static type_Getter(mthis) native "RTCSessionDescription_type_Getter"; |
5053 | 5419 |
5054 static type_Setter_DOMString(mthis, value) native "RTCSessionDescription_type_
Setter"; | 5420 static type_Setter_DOMString(mthis, value) native "RTCSessionDescription_type_
Setter"; |
5055 } | 5421 } |
5056 | 5422 |
5057 class BlinkRTCStatsReport { | 5423 class BlinkRTCStatsReport { |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5092 static startContainer_Getter(mthis) native "Range_startContainer_Getter"; | 5458 static startContainer_Getter(mthis) native "Range_startContainer_Getter"; |
5093 | 5459 |
5094 static startOffset_Getter(mthis) native "Range_startOffset_Getter"; | 5460 static startOffset_Getter(mthis) native "Range_startOffset_Getter"; |
5095 | 5461 |
5096 static cloneContents_Callback(mthis) native "Range_cloneContents_Callback"; | 5462 static cloneContents_Callback(mthis) native "Range_cloneContents_Callback"; |
5097 | 5463 |
5098 static cloneRange_Callback(mthis) native "Range_cloneRange_Callback"; | 5464 static cloneRange_Callback(mthis) native "Range_cloneRange_Callback"; |
5099 | 5465 |
5100 static collapse_Callback_boolean(mthis, toStart) native "Range_collapse_Callba
ck_boolean"; | 5466 static collapse_Callback_boolean(mthis, toStart) native "Range_collapse_Callba
ck_boolean"; |
5101 | 5467 |
| 5468 static collapse_Callback(mthis) native "Range_collapse_Callback"; |
| 5469 |
5102 static comparePoint_Callback_Node_long(mthis, refNode, offset) native "Range_c
omparePoint_Callback_Node_long"; | 5470 static comparePoint_Callback_Node_long(mthis, refNode, offset) native "Range_c
omparePoint_Callback_Node_long"; |
5103 | 5471 |
5104 static createContextualFragment_Callback_DOMString(mthis, html) native "Range_
createContextualFragment_Callback_DOMString"; | 5472 static createContextualFragment_Callback_DOMString(mthis, html) native "Range_
createContextualFragment_Callback_DOMString"; |
5105 | 5473 |
5106 static deleteContents_Callback(mthis) native "Range_deleteContents_Callback"; | 5474 static deleteContents_Callback(mthis) native "Range_deleteContents_Callback"; |
5107 | 5475 |
5108 static detach_Callback(mthis) native "Range_detach_Callback"; | 5476 static detach_Callback(mthis) native "Range_detach_Callback"; |
5109 | 5477 |
5110 static expand_Callback_DOMString(mthis, unit) native "Range_expand_Callback_DO
MString"; | 5478 static expand_Callback_DOMString(mthis, unit) native "Range_expand_Callback_DO
MString"; |
5111 | 5479 |
(...skipping 17 matching lines...) Expand all Loading... |
5129 | 5497 |
5130 static setEndBefore_Callback_Node(mthis, refNode) native "Range_setEndBefore_C
allback_Node"; | 5498 static setEndBefore_Callback_Node(mthis, refNode) native "Range_setEndBefore_C
allback_Node"; |
5131 | 5499 |
5132 static setStart_Callback_Node_long(mthis, refNode, offset) native "Range_setSt
art_Callback_Node_long"; | 5500 static setStart_Callback_Node_long(mthis, refNode, offset) native "Range_setSt
art_Callback_Node_long"; |
5133 | 5501 |
5134 static setStartAfter_Callback_Node(mthis, refNode) native "Range_setStartAfter
_Callback_Node"; | 5502 static setStartAfter_Callback_Node(mthis, refNode) native "Range_setStartAfter
_Callback_Node"; |
5135 | 5503 |
5136 static setStartBefore_Callback_Node(mthis, refNode) native "Range_setStartBefo
re_Callback_Node"; | 5504 static setStartBefore_Callback_Node(mthis, refNode) native "Range_setStartBefo
re_Callback_Node"; |
5137 | 5505 |
5138 static surroundContents_Callback_Node(mthis, newParent) native "Range_surround
Contents_Callback_Node"; | 5506 static surroundContents_Callback_Node(mthis, newParent) native "Range_surround
Contents_Callback_Node"; |
| 5507 } |
5139 | 5508 |
5140 static toString_Callback(mthis) native "Range_toString_Callback"; | 5509 class BlinkReadableStream {} |
5141 } | |
5142 | 5510 |
5143 class BlinkRect {} | 5511 class BlinkRect {} |
5144 | 5512 |
| 5513 class BlinkRelatedEvent { |
| 5514 static constructorCallback(type, options) native "RelatedEvent_constructorCall
back"; |
| 5515 |
| 5516 static relatedTarget_Getter(mthis) native "RelatedEvent_relatedTarget_Getter"; |
| 5517 } |
| 5518 |
5145 class BlinkRequest { | 5519 class BlinkRequest { |
5146 static constructorCallback_Dictionary(requestInitDict) native "Request_constru
ctorCallback_Dictionary"; | 5520 static constructorCallback_DOMString(input) native "Request_constructorCallbac
k_DOMString"; |
| 5521 |
| 5522 static constructorCallback_DOMString_Dictionary(input, requestInitDict) native
"Request_constructorCallback_DOMString_Dictionary"; |
| 5523 |
| 5524 static constructorCallback_Request(input) native "Request_constructorCallback_
Request"; |
| 5525 |
| 5526 static constructorCallback_Request_Dictionary(input, requestInitDict) native "
Request_constructorCallback_Request_Dictionary"; |
| 5527 |
| 5528 static credentials_Getter(mthis) native "Request_credentials_Getter"; |
5147 | 5529 |
5148 static headers_Getter(mthis) native "Request_headers_Getter"; | 5530 static headers_Getter(mthis) native "Request_headers_Getter"; |
5149 | 5531 |
5150 static origin_Getter(mthis) native "Request_origin_Getter"; | 5532 static mode_Getter(mthis) native "Request_mode_Getter"; |
| 5533 |
| 5534 static referrer_Getter(mthis) native "Request_referrer_Getter"; |
5151 | 5535 |
5152 static url_Getter(mthis) native "Request_url_Getter"; | 5536 static url_Getter(mthis) native "Request_url_Getter"; |
5153 | |
5154 static url_Setter_DOMString(mthis, value) native "Request_url_Setter"; | |
5155 } | 5537 } |
5156 | 5538 |
5157 class BlinkResourceProgressEvent { | 5539 class BlinkResourceProgressEvent { |
5158 static url_Getter(mthis) native "ResourceProgressEvent_url_Getter"; | 5540 static url_Getter(mthis) native "ResourceProgressEvent_url_Getter"; |
5159 } | 5541 } |
5160 | 5542 |
5161 class BlinkResponse { | 5543 class BlinkResponse { |
| 5544 static constructorCallback_DOMString(body) native "Response_constructorCallbac
k_DOMString"; |
| 5545 |
| 5546 static constructorCallback_DOMString_Dictionary(body, responseInitDict) native
"Response_constructorCallback_DOMString_Dictionary"; |
| 5547 |
| 5548 static constructorCallback_Blob(body) native "Response_constructorCallback_Blo
b"; |
| 5549 |
5162 static constructorCallback_Blob_Dictionary(body, responseInitDict) native "Res
ponse_constructorCallback_Blob_Dictionary"; | 5550 static constructorCallback_Blob_Dictionary(body, responseInitDict) native "Res
ponse_constructorCallback_Blob_Dictionary"; |
5163 } | 5551 } |
5164 | 5552 |
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 { | 5553 class BlinkSQLError { |
5176 static code_Getter(mthis) native "SQLError_code_Getter"; | 5554 static code_Getter(mthis) native "SQLError_code_Getter"; |
5177 | 5555 |
5178 static message_Getter(mthis) native "SQLError_message_Getter"; | 5556 static message_Getter(mthis) native "SQLError_message_Getter"; |
5179 } | 5557 } |
5180 | 5558 |
5181 class BlinkSQLResultSet { | 5559 class BlinkSQLResultSet { |
5182 static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"; | 5560 static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"; |
5183 | 5561 |
5184 static rows_Getter(mthis) native "SQLResultSet_rows_Getter"; | 5562 static rows_Getter(mthis) native "SQLResultSet_rows_Getter"; |
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5742 | 6120 |
5743 class BlinkSVGFEMorphologyElement { | 6121 class BlinkSVGFEMorphologyElement { |
5744 static in1_Getter(mthis) native "SVGFEMorphologyElement_in1_Getter"; | 6122 static in1_Getter(mthis) native "SVGFEMorphologyElement_in1_Getter"; |
5745 | 6123 |
5746 static operator_Getter(mthis) native "SVGFEMorphologyElement_operator_Getter"; | 6124 static operator_Getter(mthis) native "SVGFEMorphologyElement_operator_Getter"; |
5747 | 6125 |
5748 static radiusX_Getter(mthis) native "SVGFEMorphologyElement_radiusX_Getter"; | 6126 static radiusX_Getter(mthis) native "SVGFEMorphologyElement_radiusX_Getter"; |
5749 | 6127 |
5750 static radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter"; | 6128 static radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter"; |
5751 | 6129 |
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"; | 6130 static height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter"; |
5755 | 6131 |
5756 static result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter"; | 6132 static result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter"; |
5757 | 6133 |
5758 static width_Getter(mthis) native "SVGFEMorphologyElement_width_Getter"; | 6134 static width_Getter(mthis) native "SVGFEMorphologyElement_width_Getter"; |
5759 | 6135 |
5760 static x_Getter(mthis) native "SVGFEMorphologyElement_x_Getter"; | 6136 static x_Getter(mthis) native "SVGFEMorphologyElement_x_Getter"; |
5761 | 6137 |
5762 static y_Getter(mthis) native "SVGFEMorphologyElement_y_Getter"; | 6138 static y_Getter(mthis) native "SVGFEMorphologyElement_y_Getter"; |
5763 } | 6139 } |
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6752 | 7128 |
6753 class BlinkSVGStyleElement { | 7129 class BlinkSVGStyleElement { |
6754 static disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter"; | 7130 static disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter"; |
6755 | 7131 |
6756 static disabled_Setter_boolean(mthis, value) native "SVGStyleElement_disabled_
Setter"; | 7132 static disabled_Setter_boolean(mthis, value) native "SVGStyleElement_disabled_
Setter"; |
6757 | 7133 |
6758 static media_Getter(mthis) native "SVGStyleElement_media_Getter"; | 7134 static media_Getter(mthis) native "SVGStyleElement_media_Getter"; |
6759 | 7135 |
6760 static media_Setter_DOMString(mthis, value) native "SVGStyleElement_media_Sett
er"; | 7136 static media_Setter_DOMString(mthis, value) native "SVGStyleElement_media_Sett
er"; |
6761 | 7137 |
| 7138 static sheet_Getter(mthis) native "SVGStyleElement_sheet_Getter"; |
| 7139 |
6762 static title_Getter(mthis) native "SVGStyleElement_title_Getter"; | 7140 static title_Getter(mthis) native "SVGStyleElement_title_Getter"; |
6763 | 7141 |
6764 static title_Setter_DOMString(mthis, value) native "SVGStyleElement_title_Sett
er"; | 7142 static title_Setter_DOMString(mthis, value) native "SVGStyleElement_title_Sett
er"; |
6765 | 7143 |
6766 static type_Getter(mthis) native "SVGStyleElement_type_Getter"; | 7144 static type_Getter(mthis) native "SVGStyleElement_type_Getter"; |
6767 | 7145 |
6768 static type_Setter_DOMString(mthis, value) native "SVGStyleElement_type_Setter
"; | 7146 static type_Setter_DOMString(mthis, value) native "SVGStyleElement_type_Setter
"; |
6769 } | 7147 } |
6770 | 7148 |
6771 class BlinkSVGSwitchElement {} | 7149 class BlinkSVGSwitchElement {} |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6911 | 7289 |
6912 static colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; | 7290 static colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; |
6913 | 7291 |
6914 static height_Getter(mthis) native "Screen_height_Getter"; | 7292 static height_Getter(mthis) native "Screen_height_Getter"; |
6915 | 7293 |
6916 static orientation_Getter(mthis) native "Screen_orientation_Getter"; | 7294 static orientation_Getter(mthis) native "Screen_orientation_Getter"; |
6917 | 7295 |
6918 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; | 7296 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; |
6919 | 7297 |
6920 static width_Getter(mthis) native "Screen_width_Getter"; | 7298 static width_Getter(mthis) native "Screen_width_Getter"; |
| 7299 } |
6921 | 7300 |
6922 static unlockOrientation_Callback(mthis) native "Screen_unlockOrientation_Call
back"; | 7301 class BlinkScreenOrientation { |
| 7302 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter"; |
| 7303 |
| 7304 static type_Getter(mthis) native "ScreenOrientation_type_Getter"; |
| 7305 |
| 7306 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback"; |
6923 } | 7307 } |
6924 | 7308 |
6925 class BlinkScriptProcessorNode { | 7309 class BlinkScriptProcessorNode { |
6926 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"
; | 7310 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"
; |
6927 | 7311 |
6928 static setEventListener_Callback_EventListener(mthis, eventListener) native "S
criptProcessorNode_setEventListener_Callback"; | 7312 static setEventListener_Callback_EventListener(mthis, eventListener) native "S
criptProcessorNode_setEventListener_Callback"; |
6929 } | 7313 } |
6930 | 7314 |
6931 class BlinkSecurityPolicyViolationEvent { | 7315 class BlinkSecurityPolicyViolationEvent { |
| 7316 static constructorCallback(type, options) native "SecurityPolicyViolationEvent
_constructorCallback"; |
| 7317 |
6932 static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedUR
I_Getter"; | 7318 static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedUR
I_Getter"; |
6933 | 7319 |
6934 static columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_columnN
umber_Getter"; | 7320 static columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_columnN
umber_Getter"; |
6935 | 7321 |
6936 static documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_document
URI_Getter"; | 7322 static documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_document
URI_Getter"; |
6937 | 7323 |
6938 static effectiveDirective_Getter(mthis) native "SecurityPolicyViolationEvent_e
ffectiveDirective_Getter"; | 7324 static effectiveDirective_Getter(mthis) native "SecurityPolicyViolationEvent_e
ffectiveDirective_Getter"; |
6939 | 7325 |
6940 static lineNumber_Getter(mthis) native "SecurityPolicyViolationEvent_lineNumbe
r_Getter"; | 7326 static lineNumber_Getter(mthis) native "SecurityPolicyViolationEvent_lineNumbe
r_Getter"; |
6941 | 7327 |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6984 static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callb
ack"; | 7370 static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callb
ack"; |
6985 | 7371 |
6986 static containsNode_Callback_Node_boolean(mthis, node, allowPartial) native "S
election_containsNode_Callback_Node_boolean"; | 7372 static containsNode_Callback_Node_boolean(mthis, node, allowPartial) native "S
election_containsNode_Callback_Node_boolean"; |
6987 | 7373 |
6988 static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument
_Callback"; | 7374 static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument
_Callback"; |
6989 | 7375 |
6990 static empty_Callback(mthis) native "Selection_empty_Callback"; | 7376 static empty_Callback(mthis) native "Selection_empty_Callback"; |
6991 | 7377 |
6992 static extend_Callback_Node_long(mthis, node, offset) native "Selection_extend
_Callback_Node_long"; | 7378 static extend_Callback_Node_long(mthis, node, offset) native "Selection_extend
_Callback_Node_long"; |
6993 | 7379 |
| 7380 static extend_Callback_Node(mthis, node) native "Selection_extend_Callback_Nod
e"; |
| 7381 |
6994 static getRangeAt_Callback_long(mthis, index) native "Selection_getRangeAt_Cal
lback_long"; | 7382 static getRangeAt_Callback_long(mthis, index) native "Selection_getRangeAt_Cal
lback_long"; |
6995 | 7383 |
6996 static modify_Callback_DOMString_DOMString_DOMString(mthis, alter, direction,
granularity) native "Selection_modify_Callback_DOMString_DOMString_DOMString"; | 7384 static modify_Callback_DOMString_DOMString_DOMString(mthis, alter, direction,
granularity) native "Selection_modify_Callback_DOMString_DOMString_DOMString"; |
6997 | 7385 |
6998 static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callb
ack"; | 7386 static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callb
ack"; |
6999 | 7387 |
7000 static selectAllChildren_Callback_Node(mthis, node) native "Selection_selectAl
lChildren_Callback_Node"; | 7388 static selectAllChildren_Callback_Node(mthis, node) native "Selection_selectAl
lChildren_Callback_Node"; |
7001 | 7389 |
7002 static setBaseAndExtent_Callback_Node_long_Node_long(mthis, baseNode, baseOffs
et, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback_Node_l
ong_Node_long"; | 7390 static setBaseAndExtent_Callback_Node_long_Node_long(mthis, baseNode, baseOffs
et, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback_Node_l
ong_Node_long"; |
7003 | 7391 |
7004 static setPosition_Callback_Node_long(mthis, node, offset) native "Selection_s
etPosition_Callback_Node_long"; | 7392 static setPosition_Callback_Node_long(mthis, node, offset) native "Selection_s
etPosition_Callback_Node_long"; |
7005 | 7393 |
7006 static setPosition_Callback_Node(mthis, node) native "Selection_setPosition_Ca
llback_Node"; | 7394 static setPosition_Callback_Node(mthis, node) native "Selection_setPosition_Ca
llback_Node"; |
7007 | |
7008 static toString_Callback(mthis) native "Selection_toString_Callback"; | |
7009 } | 7395 } |
7010 | 7396 |
7011 class BlinkServiceWorker {} | 7397 class BlinkServiceWorker {} |
7012 | 7398 |
| 7399 class BlinkServiceWorkerClient { |
| 7400 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter"; |
| 7401 |
| 7402 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m
essage, transfer) native "ServiceWorkerClient_postMessage_Callback"; |
| 7403 } |
| 7404 |
7013 class BlinkServiceWorkerClients {} | 7405 class BlinkServiceWorkerClients {} |
7014 | 7406 |
7015 class BlinkServiceWorkerContainer { | 7407 class BlinkServiceWorkerContainer { |
7016 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; | 7408 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; |
7017 | 7409 |
7018 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett
er"; | 7410 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett
er"; |
7019 | 7411 |
7020 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett
er"; | 7412 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett
er"; |
7021 | 7413 |
7022 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; | 7414 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; |
7023 } | 7415 } |
7024 | 7416 |
7025 class BlinkServiceWorkerGlobalScope { | 7417 class BlinkServiceWorkerGlobalScope { |
7026 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; | 7418 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; |
7027 | 7419 |
| 7420 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache
s_Getter"; |
| 7421 |
7028 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; | 7422 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; |
7029 } | 7423 } |
7030 | 7424 |
| 7425 class BlinkServiceWorkerRegistration { |
| 7426 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter"; |
| 7427 |
| 7428 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G
etter"; |
| 7429 |
| 7430 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter"; |
| 7431 |
| 7432 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter"
; |
| 7433 } |
| 7434 |
7031 class BlinkShadowRoot { | 7435 class BlinkShadowRoot { |
7032 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; | 7436 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; |
7033 | 7437 |
7034 static host_Getter(mthis) native "ShadowRoot_host_Getter"; | 7438 static host_Getter(mthis) native "ShadowRoot_host_Getter"; |
7035 | 7439 |
7036 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; | 7440 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; |
7037 | 7441 |
7038 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S
etter"; | 7442 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S
etter"; |
7039 | 7443 |
7040 static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter
"; | 7444 static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter
"; |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7174 static stop_Callback(mthis) native "SpeechRecognition_stop_Callback"; | 7578 static stop_Callback(mthis) native "SpeechRecognition_stop_Callback"; |
7175 } | 7579 } |
7176 | 7580 |
7177 class BlinkSpeechRecognitionAlternative { | 7581 class BlinkSpeechRecognitionAlternative { |
7178 static confidence_Getter(mthis) native "SpeechRecognitionAlternative_confidenc
e_Getter"; | 7582 static confidence_Getter(mthis) native "SpeechRecognitionAlternative_confidenc
e_Getter"; |
7179 | 7583 |
7180 static transcript_Getter(mthis) native "SpeechRecognitionAlternative_transcrip
t_Getter"; | 7584 static transcript_Getter(mthis) native "SpeechRecognitionAlternative_transcrip
t_Getter"; |
7181 } | 7585 } |
7182 | 7586 |
7183 class BlinkSpeechRecognitionError { | 7587 class BlinkSpeechRecognitionError { |
| 7588 static constructorCallback(type, options) native "SpeechRecognitionError_const
ructorCallback"; |
| 7589 |
7184 static error_Getter(mthis) native "SpeechRecognitionError_error_Getter"; | 7590 static error_Getter(mthis) native "SpeechRecognitionError_error_Getter"; |
7185 | 7591 |
7186 static message_Getter(mthis) native "SpeechRecognitionError_message_Getter"; | 7592 static message_Getter(mthis) native "SpeechRecognitionError_message_Getter"; |
7187 } | 7593 } |
7188 | 7594 |
7189 class BlinkSpeechRecognitionEvent { | 7595 class BlinkSpeechRecognitionEvent { |
| 7596 static constructorCallback(type, options) native "SpeechRecognitionEvent_const
ructorCallback"; |
| 7597 |
7190 static emma_Getter(mthis) native "SpeechRecognitionEvent_emma_Getter"; | 7598 static emma_Getter(mthis) native "SpeechRecognitionEvent_emma_Getter"; |
7191 | 7599 |
7192 static interpretation_Getter(mthis) native "SpeechRecognitionEvent_interpretat
ion_Getter"; | 7600 static interpretation_Getter(mthis) native "SpeechRecognitionEvent_interpretat
ion_Getter"; |
7193 | 7601 |
7194 static resultIndex_Getter(mthis) native "SpeechRecognitionEvent_resultIndex_Ge
tter"; | 7602 static resultIndex_Getter(mthis) native "SpeechRecognitionEvent_resultIndex_Ge
tter"; |
7195 | 7603 |
7196 static results_Getter(mthis) native "SpeechRecognitionEvent_results_Getter"; | 7604 static results_Getter(mthis) native "SpeechRecognitionEvent_results_Getter"; |
7197 } | 7605 } |
7198 | 7606 |
7199 class BlinkSpeechRecognitionResult { | 7607 class BlinkSpeechRecognitionResult { |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7296 static getItem_Callback_DOMString(mthis, key) native "Storage_getItem_Callback
_DOMString"; | 7704 static getItem_Callback_DOMString(mthis, key) native "Storage_getItem_Callback
_DOMString"; |
7297 | 7705 |
7298 static key_Callback_ul(mthis, index) native "Storage_key_Callback_unsigned lon
g"; | 7706 static key_Callback_ul(mthis, index) native "Storage_key_Callback_unsigned lon
g"; |
7299 | 7707 |
7300 static removeItem_Callback_DOMString(mthis, key) native "Storage_removeItem_Ca
llback_DOMString"; | 7708 static removeItem_Callback_DOMString(mthis, key) native "Storage_removeItem_Ca
llback_DOMString"; |
7301 | 7709 |
7302 static setItem_Callback_DOMString_DOMString(mthis, key, data) native "Storage_
setItem_Callback_DOMString_DOMString"; | 7710 static setItem_Callback_DOMString_DOMString(mthis, key, data) native "Storage_
setItem_Callback_DOMString_DOMString"; |
7303 } | 7711 } |
7304 | 7712 |
7305 class BlinkStorageEvent { | 7713 class BlinkStorageEvent { |
| 7714 static constructorCallback(type, options) native "StorageEvent_constructorCall
back"; |
| 7715 |
7306 static key_Getter(mthis) native "StorageEvent_key_Getter"; | 7716 static key_Getter(mthis) native "StorageEvent_key_Getter"; |
7307 | 7717 |
7308 static newValue_Getter(mthis) native "StorageEvent_newValue_Getter"; | 7718 static newValue_Getter(mthis) native "StorageEvent_newValue_Getter"; |
7309 | 7719 |
7310 static oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter"; | 7720 static oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter"; |
7311 | 7721 |
7312 static storageArea_Getter(mthis) native "StorageEvent_storageArea_Getter"; | 7722 static storageArea_Getter(mthis) native "StorageEvent_storageArea_Getter"; |
7313 | 7723 |
7314 static url_Getter(mthis) native "StorageEvent_url_Getter"; | 7724 static url_Getter(mthis) native "StorageEvent_url_Getter"; |
7315 | 7725 |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7486 static $__getter___Callback_DOMString(mthis, name) native "Timing___getter___C
allback_DOMString"; | 7896 static $__getter___Callback_DOMString(mthis, name) native "Timing___getter___C
allback_DOMString"; |
7487 | 7897 |
7488 static $__setter___Callback_DOMString_double(mthis, name, duration) native "Ti
ming___setter___Callback_DOMString_double"; | 7898 static $__setter___Callback_DOMString_double(mthis, name, duration) native "Ti
ming___setter___Callback_DOMString_double"; |
7489 } | 7899 } |
7490 | 7900 |
7491 class BlinkTouch { | 7901 class BlinkTouch { |
7492 static clientX_Getter(mthis) native "Touch_clientX_Getter"; | 7902 static clientX_Getter(mthis) native "Touch_clientX_Getter"; |
7493 | 7903 |
7494 static clientY_Getter(mthis) native "Touch_clientY_Getter"; | 7904 static clientY_Getter(mthis) native "Touch_clientY_Getter"; |
7495 | 7905 |
| 7906 static force_Getter(mthis) native "Touch_force_Getter"; |
| 7907 |
7496 static identifier_Getter(mthis) native "Touch_identifier_Getter"; | 7908 static identifier_Getter(mthis) native "Touch_identifier_Getter"; |
7497 | 7909 |
7498 static pageX_Getter(mthis) native "Touch_pageX_Getter"; | 7910 static pageX_Getter(mthis) native "Touch_pageX_Getter"; |
7499 | 7911 |
7500 static pageY_Getter(mthis) native "Touch_pageY_Getter"; | 7912 static pageY_Getter(mthis) native "Touch_pageY_Getter"; |
7501 | 7913 |
| 7914 static radiusX_Getter(mthis) native "Touch_radiusX_Getter"; |
| 7915 |
| 7916 static radiusY_Getter(mthis) native "Touch_radiusY_Getter"; |
| 7917 |
7502 static screenX_Getter(mthis) native "Touch_screenX_Getter"; | 7918 static screenX_Getter(mthis) native "Touch_screenX_Getter"; |
7503 | 7919 |
7504 static screenY_Getter(mthis) native "Touch_screenY_Getter"; | 7920 static screenY_Getter(mthis) native "Touch_screenY_Getter"; |
7505 | 7921 |
7506 static target_Getter(mthis) native "Touch_target_Getter"; | 7922 static target_Getter(mthis) native "Touch_target_Getter"; |
7507 | 7923 |
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"; | 7924 static webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle_Get
ter"; |
7515 } | 7925 } |
7516 | 7926 |
7517 class BlinkTouchEvent { | 7927 class BlinkTouchEvent { |
7518 static altKey_Getter(mthis) native "TouchEvent_altKey_Getter"; | 7928 static altKey_Getter(mthis) native "TouchEvent_altKey_Getter"; |
7519 | 7929 |
7520 static changedTouches_Getter(mthis) native "TouchEvent_changedTouches_Getter"; | 7930 static changedTouches_Getter(mthis) native "TouchEvent_changedTouches_Getter"; |
7521 | 7931 |
7522 static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; | 7932 static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; |
7523 | 7933 |
7524 static metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; | 7934 static metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; |
7525 | 7935 |
7526 static shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; | 7936 static shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; |
7527 | 7937 |
7528 static targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter"; | 7938 static targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter"; |
7529 | 7939 |
7530 static touches_Getter(mthis) native "TouchEvent_touches_Getter"; | 7940 static touches_Getter(mthis) native "TouchEvent_touches_Getter"; |
7531 | 7941 |
7532 static initTouchEvent_Callback_TouchList_TouchList_TouchList_DOMString_Window_
long_long_long_long_boolean_boolean_boolean_boolean(mthis, touches, targetTouche
s, changedTouches, type, view, unused1, unused2, unused3, unused4, ctrlKey, altK
ey, shiftKey, metaKey) native "TouchEvent_initTouchEvent_Callback_TouchList_Touc
hList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_boo
lean"; | 7942 static initTouchEvent_Callback_TouchList_TouchList_TouchList_DOMString_Window_
long_long_long_long_boolean_boolean_boolean_boolean(mthis, touches, targetTouche
s, changedTouches, type, view, unused1, unused2, unused3, unused4, ctrlKey, altK
ey, shiftKey, metaKey) native "TouchEvent_initTouchEvent_Callback_TouchList_Touc
hList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_boo
lean"; |
7533 } | 7943 } |
7534 | 7944 |
7535 class BlinkTouchList { | 7945 class BlinkTouchList { |
7536 static length_Getter(mthis) native "TouchList_length_Getter"; | 7946 static length_Getter(mthis) native "TouchList_length_Getter"; |
7537 | 7947 |
7538 static item_Callback_ul(mthis, index) native "TouchList_item_Callback_unsigned
long"; | 7948 static item_Callback_ul(mthis, index) native "TouchList_item_Callback_unsigned
long"; |
7539 } | 7949 } |
7540 | 7950 |
7541 class BlinkTrackEvent { | 7951 class BlinkTrackEvent { |
| 7952 static constructorCallback(type, options) native "TrackEvent_constructorCallba
ck"; |
| 7953 |
7542 static track_Getter(mthis) native "TrackEvent_track_Getter"; | 7954 static track_Getter(mthis) native "TrackEvent_track_Getter"; |
7543 } | 7955 } |
7544 | 7956 |
7545 class BlinkTransitionEvent { | 7957 class BlinkTransitionEvent { |
| 7958 static constructorCallback(type, options) native "TransitionEvent_constructorC
allback"; |
| 7959 |
7546 static elapsedTime_Getter(mthis) native "TransitionEvent_elapsedTime_Getter"; | 7960 static elapsedTime_Getter(mthis) native "TransitionEvent_elapsedTime_Getter"; |
7547 | 7961 |
7548 static propertyName_Getter(mthis) native "TransitionEvent_propertyName_Getter"
; | 7962 static propertyName_Getter(mthis) native "TransitionEvent_propertyName_Getter"
; |
7549 | 7963 |
7550 static pseudoElement_Getter(mthis) native "TransitionEvent_pseudoElement_Gette
r"; | 7964 static pseudoElement_Getter(mthis) native "TransitionEvent_pseudoElement_Gette
r"; |
7551 } | 7965 } |
7552 | 7966 |
7553 class BlinkTreeWalker { | 7967 class BlinkTreeWalker { |
7554 static currentNode_Getter(mthis) native "TreeWalker_currentNode_Getter"; | 7968 static currentNode_Getter(mthis) native "TreeWalker_currentNode_Getter"; |
7555 | 7969 |
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7632 | 8046 |
7633 class BlinkURLUtilsReadOnly { | 8047 class BlinkURLUtilsReadOnly { |
7634 static hash_Getter(mthis) native "WorkerLocation_hash_Getter"; | 8048 static hash_Getter(mthis) native "WorkerLocation_hash_Getter"; |
7635 | 8049 |
7636 static host_Getter(mthis) native "WorkerLocation_host_Getter"; | 8050 static host_Getter(mthis) native "WorkerLocation_host_Getter"; |
7637 | 8051 |
7638 static hostname_Getter(mthis) native "WorkerLocation_hostname_Getter"; | 8052 static hostname_Getter(mthis) native "WorkerLocation_hostname_Getter"; |
7639 | 8053 |
7640 static href_Getter(mthis) native "WorkerLocation_href_Getter"; | 8054 static href_Getter(mthis) native "WorkerLocation_href_Getter"; |
7641 | 8055 |
| 8056 static origin_Getter(mthis) native "WorkerLocation_origin_Getter"; |
| 8057 |
7642 static pathname_Getter(mthis) native "WorkerLocation_pathname_Getter"; | 8058 static pathname_Getter(mthis) native "WorkerLocation_pathname_Getter"; |
7643 | 8059 |
7644 static port_Getter(mthis) native "WorkerLocation_port_Getter"; | 8060 static port_Getter(mthis) native "WorkerLocation_port_Getter"; |
7645 | 8061 |
7646 static protocol_Getter(mthis) native "WorkerLocation_protocol_Getter"; | 8062 static protocol_Getter(mthis) native "WorkerLocation_protocol_Getter"; |
7647 | 8063 |
7648 static search_Getter(mthis) native "WorkerLocation_search_Getter"; | 8064 static search_Getter(mthis) native "WorkerLocation_search_Getter"; |
7649 | 8065 |
7650 static toString_Callback(mthis) native "WorkerLocation_toString_Callback"; | 8066 static toString_Callback(mthis) native "WorkerLocation_toString_Callback"; |
7651 } | 8067 } |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
7842 static preserveDrawingBuffer_Getter(mthis) native "WebGLContextAttributes_pres
erveDrawingBuffer_Getter"; | 8258 static preserveDrawingBuffer_Getter(mthis) native "WebGLContextAttributes_pres
erveDrawingBuffer_Getter"; |
7843 | 8259 |
7844 static preserveDrawingBuffer_Setter_boolean(mthis, value) native "WebGLContext
Attributes_preserveDrawingBuffer_Setter"; | 8260 static preserveDrawingBuffer_Setter_boolean(mthis, value) native "WebGLContext
Attributes_preserveDrawingBuffer_Setter"; |
7845 | 8261 |
7846 static stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter"; | 8262 static stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter"; |
7847 | 8263 |
7848 static stencil_Setter_boolean(mthis, value) native "WebGLContextAttributes_ste
ncil_Setter"; | 8264 static stencil_Setter_boolean(mthis, value) native "WebGLContextAttributes_ste
ncil_Setter"; |
7849 } | 8265 } |
7850 | 8266 |
7851 class BlinkWebGLContextEvent { | 8267 class BlinkWebGLContextEvent { |
| 8268 static constructorCallback(type, options) native "WebGLContextEvent_constructo
rCallback"; |
| 8269 |
7852 static statusMessage_Getter(mthis) native "WebGLContextEvent_statusMessage_Get
ter"; | 8270 static statusMessage_Getter(mthis) native "WebGLContextEvent_statusMessage_Get
ter"; |
7853 } | 8271 } |
7854 | 8272 |
7855 class BlinkWebGLDebugRendererInfo {} | 8273 class BlinkWebGLDebugRendererInfo {} |
7856 | 8274 |
7857 class BlinkWebGLDebugShaders { | 8275 class BlinkWebGLDebugShaders { |
7858 static getTranslatedShaderSource_Callback_WebGLShader(mthis, shader) native "W
ebGLDebugShaders_getTranslatedShaderSource_Callback_WebGLShader"; | 8276 static getTranslatedShaderSource_Callback_WebGLShader(mthis, shader) native "W
ebGLDebugShaders_getTranslatedShaderSource_Callback_WebGLShader"; |
7859 } | 8277 } |
7860 | 8278 |
7861 class BlinkWebGLDepthTexture {} | 8279 class BlinkWebGLDepthTexture {} |
7862 | 8280 |
7863 class BlinkWebGLDrawBuffers {} | 8281 class BlinkWebGLDrawBuffers { |
| 8282 static drawBuffersWEBGL_Callback_SEQ_ul_SEQ(mthis, buffers) native "WebGLDrawB
uffers_drawBuffersWEBGL_Callback_sequence<unsigned long>"; |
| 8283 } |
7864 | 8284 |
7865 class BlinkWebGLFramebuffer {} | 8285 class BlinkWebGLFramebuffer {} |
7866 | 8286 |
7867 class BlinkWebGLLoseContext { | 8287 class BlinkWebGLLoseContext { |
7868 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba
ck"; | 8288 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba
ck"; |
7869 | 8289 |
7870 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_
Callback"; | 8290 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_
Callback"; |
7871 } | 8291 } |
7872 | 8292 |
7873 class BlinkWebGLProgram {} | 8293 class BlinkWebGLProgram {} |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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"; | 8412 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 | 8413 |
7994 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_fr
ontFace_Callback_unsigned long"; | 8414 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_fr
ontFace_Callback_unsigned long"; |
7995 | 8415 |
7996 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext
Base_generateMipmap_Callback_unsigned long"; | 8416 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext
Base_generateMipmap_Callback_unsigned long"; |
7997 | 8417 |
7998 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContextBase_getActiveAttrib_Callback_WebGLProgram_unsigned long"; | 8418 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContextBase_getActiveAttrib_Callback_WebGLProgram_unsigned long"; |
7999 | 8419 |
8000 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContextBase_getActiveUniform_Callback_WebGLProgram_unsigned long
"; | 8420 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContextBase_getActiveUniform_Callback_WebGLProgram_unsigned long
"; |
8001 | 8421 |
8002 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR
enderingContextBase_getAttachedShaders_Callback"; | 8422 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR
enderingContextBase_getAttachedShaders_Callback_WebGLProgram"; |
8003 | 8423 |
8004 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name)
native "WebGLRenderingContextBase_getAttribLocation_Callback_WebGLProgram_DOMSt
ring"; | 8424 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name)
native "WebGLRenderingContextBase_getAttribLocation_Callback_WebGLProgram_DOMSt
ring"; |
8005 | 8425 |
8006 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe
nderingContextBase_getBufferParameter_Callback"; | 8426 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe
nderingContextBase_getBufferParameter_Callback"; |
8007 | 8427 |
8008 static getContextAttributes_Callback(mthis) native "WebGLRenderingContextBase_
getContextAttributes_Callback"; | 8428 static getContextAttributes_Callback(mthis) native "WebGLRenderingContextBase_
getContextAttributes_Callback"; |
8009 | 8429 |
8010 static getError_Callback(mthis) native "WebGLRenderingContextBase_getError_Cal
lback"; | 8430 static getError_Callback(mthis) native "WebGLRenderingContextBase_getError_Cal
lback"; |
8011 | 8431 |
8012 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont
extBase_getExtension_Callback"; | 8432 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont
extBase_getExtension_Callback"; |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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"
; | 8714 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 | 8715 |
8296 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_frontF
ace_Callback_unsigned long"; | 8716 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_frontF
ace_Callback_unsigned long"; |
8297 | 8717 |
8298 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext
_generateMipmap_Callback_unsigned long"; | 8718 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext
_generateMipmap_Callback_unsigned long"; |
8299 | 8719 |
8300 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContext_getActiveAttrib_Callback_WebGLProgram_unsigned long"; | 8720 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContext_getActiveAttrib_Callback_WebGLProgram_unsigned long"; |
8301 | 8721 |
8302 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContext_getActiveUniform_Callback_WebGLProgram_unsigned long"; | 8722 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContext_getActiveUniform_Callback_WebGLProgram_unsigned long"; |
8303 | 8723 |
8304 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR
enderingContext_getAttachedShaders_Callback"; | 8724 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR
enderingContext_getAttachedShaders_Callback_WebGLProgram"; |
8305 | 8725 |
8306 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name)
native "WebGLRenderingContext_getAttribLocation_Callback_WebGLProgram_DOMString
"; | 8726 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name)
native "WebGLRenderingContext_getAttribLocation_Callback_WebGLProgram_DOMString
"; |
8307 | 8727 |
8308 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe
nderingContext_getBufferParameter_Callback"; | 8728 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe
nderingContext_getBufferParameter_Callback"; |
8309 | 8729 |
8310 static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getC
ontextAttributes_Callback"; | 8730 static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getC
ontextAttributes_Callback"; |
8311 | 8731 |
8312 static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callbac
k"; | 8732 static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callbac
k"; |
8313 | 8733 |
8314 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont
ext_getExtension_Callback"; | 8734 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont
ext_getExtension_Callback"; |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8488 static rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Gett
er"; | 8908 static rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Gett
er"; |
8489 } | 8909 } |
8490 | 8910 |
8491 class BlinkWebGLTexture {} | 8911 class BlinkWebGLTexture {} |
8492 | 8912 |
8493 class BlinkWebGLUniformLocation {} | 8913 class BlinkWebGLUniformLocation {} |
8494 | 8914 |
8495 class BlinkWebGLVertexArrayObjectOES {} | 8915 class BlinkWebGLVertexArrayObjectOES {} |
8496 | 8916 |
8497 class BlinkWebKitAnimationEvent { | 8917 class BlinkWebKitAnimationEvent { |
| 8918 static constructorCallback(type, options) native "WebKitAnimationEvent_constru
ctorCallback"; |
| 8919 |
8498 static animationName_Getter(mthis) native "WebKitAnimationEvent_animationName_
Getter"; | 8920 static animationName_Getter(mthis) native "WebKitAnimationEvent_animationName_
Getter"; |
8499 | 8921 |
8500 static elapsedTime_Getter(mthis) native "WebKitAnimationEvent_elapsedTime_Gett
er"; | 8922 static elapsedTime_Getter(mthis) native "WebKitAnimationEvent_elapsedTime_Gett
er"; |
8501 } | 8923 } |
8502 | 8924 |
8503 class BlinkWebKitCSSFilterRule { | 8925 class BlinkWebKitCSSFilterRule { |
8504 static style_Getter(mthis) native "WebKitCSSFilterRule_style_Getter"; | 8926 static style_Getter(mthis) native "WebKitCSSFilterRule_style_Getter"; |
8505 } | 8927 } |
8506 | 8928 |
8507 class BlinkWebKitCSSFilterValue {} | 8929 class BlinkWebKitCSSFilterValue {} |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8554 static send_Callback_DOMString(mthis, data) native "WebSocket_send_Callback_DO
MString"; | 8976 static send_Callback_DOMString(mthis, data) native "WebSocket_send_Callback_DO
MString"; |
8555 | 8977 |
8556 static send_Callback_Blob(mthis, data) native "WebSocket_send_Callback_Blob"; | 8978 static send_Callback_Blob(mthis, data) native "WebSocket_send_Callback_Blob"; |
8557 | 8979 |
8558 static send_Callback_ArrayBufferView(mthis, data) native "WebSocket_send_Callb
ack_ArrayBufferView"; | 8980 static send_Callback_ArrayBufferView(mthis, data) native "WebSocket_send_Callb
ack_ArrayBufferView"; |
8559 | 8981 |
8560 static send_Callback_ArrayBuffer(mthis, data) native "WebSocket_send_Callback_
ArrayBuffer"; | 8982 static send_Callback_ArrayBuffer(mthis, data) native "WebSocket_send_Callback_
ArrayBuffer"; |
8561 } | 8983 } |
8562 | 8984 |
8563 class BlinkWheelEvent { | 8985 class BlinkWheelEvent { |
| 8986 static constructorCallback(type, options) native "WheelEvent_constructorCallba
ck"; |
| 8987 |
8564 static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; | 8988 static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; |
8565 | 8989 |
8566 static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; | 8990 static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; |
8567 | 8991 |
8568 static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; | 8992 static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; |
8569 | 8993 |
8570 static deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; | 8994 static deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; |
8571 | 8995 |
8572 static webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelEvent_webk
itDirectionInvertedFromDevice_Getter"; | |
8573 | |
8574 static wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter"; | 8996 static wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter"; |
8575 | 8997 |
8576 static wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Getter"; | 8998 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 } | 8999 } |
8580 | 9000 |
8581 class BlinkWindow { | 9001 class BlinkWindow { |
8582 static CSS_Getter(mthis) native "Window_CSS_Getter"; | 9002 static CSS_Getter(mthis) native "Window_CSS_Getter"; |
8583 | 9003 |
8584 static applicationCache_Getter(mthis) native "Window_applicationCache_Getter"; | 9004 static applicationCache_Getter(mthis) native "Window_applicationCache_Getter"; |
8585 | 9005 |
8586 static closed_Getter(mthis) native "Window_closed_Getter"; | 9006 static closed_Getter(mthis) native "Window_closed_Getter"; |
8587 | 9007 |
8588 static console_Getter(mthis) native "Window_console_Getter"; | 9008 static console_Getter(mthis) native "Window_console_Getter"; |
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8686 static alert_Callback_DOMString(mthis, message) native "Window_alert_Callback_
DOMString"; | 9106 static alert_Callback_DOMString(mthis, message) native "Window_alert_Callback_
DOMString"; |
8687 | 9107 |
8688 static alert_Callback(mthis) native "Window_alert_Callback"; | 9108 static alert_Callback(mthis) native "Window_alert_Callback"; |
8689 | 9109 |
8690 static cancelAnimationFrame_Callback_long(mthis, id) native "Window_cancelAnim
ationFrame_Callback_long"; | 9110 static cancelAnimationFrame_Callback_long(mthis, id) native "Window_cancelAnim
ationFrame_Callback_long"; |
8691 | 9111 |
8692 static close_Callback(mthis) native "Window_close_Callback"; | 9112 static close_Callback(mthis) native "Window_close_Callback"; |
8693 | 9113 |
8694 static confirm_Callback_DOMString(mthis, message) native "Window_confirm_Callb
ack_DOMString"; | 9114 static confirm_Callback_DOMString(mthis, message) native "Window_confirm_Callb
ack_DOMString"; |
8695 | 9115 |
| 9116 static confirm_Callback(mthis) native "Window_confirm_Callback"; |
| 9117 |
8696 static find_Callback_DOMString_boolean_boolean_boolean_boolean_boolean_boolean
(mthis, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showD
ialog) native "Window_find_Callback_DOMString_boolean_boolean_boolean_boolean_bo
olean_boolean"; | 9118 static find_Callback_DOMString_boolean_boolean_boolean_boolean_boolean_boolean
(mthis, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showD
ialog) native "Window_find_Callback_DOMString_boolean_boolean_boolean_boolean_bo
olean_boolean"; |
8697 | 9119 |
8698 static getComputedStyle_Callback_Element_DOMString(mthis, element, pseudoEleme
nt) native "Window_getComputedStyle_Callback_Element_DOMString"; | 9120 static getComputedStyle_Callback_Element_DOMString(mthis, element, pseudoEleme
nt) native "Window_getComputedStyle_Callback_Element_DOMString"; |
8699 | 9121 |
8700 static getMatchedCSSRules_Callback_Element_DOMString(mthis, element, pseudoEle
ment) native "Window_getMatchedCSSRules_Callback_Element_DOMString"; | 9122 static getMatchedCSSRules_Callback_Element_DOMString(mthis, element, pseudoEle
ment) native "Window_getMatchedCSSRules_Callback_Element_DOMString"; |
8701 | 9123 |
8702 static getSelection_Callback(mthis) native "Window_getSelection_Callback"; | 9124 static getSelection_Callback(mthis) native "Window_getSelection_Callback"; |
8703 | 9125 |
8704 static matchMedia_Callback_DOMString(mthis, query) native "Window_matchMedia_C
allback_DOMString"; | 9126 static matchMedia_Callback_DOMString(mthis, query) native "Window_matchMedia_C
allback_DOMString"; |
8705 | 9127 |
8706 static moveBy_Callback_float_float(mthis, x, y) native "Window_moveBy_Callback
_float_float"; | 9128 static moveBy_Callback_float_float(mthis, x, y) native "Window_moveBy_Callback
_float_float"; |
8707 | 9129 |
8708 static moveTo_Callback_float_float(mthis, x, y) native "Window_moveTo_Callback
_float_float"; | 9130 static moveTo_Callback_float_float(mthis, x, y) native "Window_moveTo_Callback
_float_float"; |
8709 | 9131 |
8710 static open_Callback_DOMString_DOMString_DOMString(mthis, url, name, options)
native "Window_open_Callback"; | 9132 static open_Callback_DOMString_DOMString_DOMString(mthis, url, name, options)
native "Window_open_Callback"; |
8711 | 9133 |
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"; | 9134 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 | 9135 |
8714 static postMessage_Callback_SerializedScriptValue_DOMString_A_MessagePort_A(mt
his, message, targetOrigin, messagePorts) native "Window_postMessage_Callback"; | 9136 static postMessage_Callback_SerializedScriptValue_DOMString_SEQ_MessagePort_SE
Q(mthis, message, targetOrigin, transfer) native "Window_postMessage_Callback"; |
8715 | 9137 |
8716 static print_Callback(mthis) native "Window_print_Callback"; | 9138 static print_Callback(mthis) native "Window_print_Callback"; |
8717 | 9139 |
8718 static requestAnimationFrame_Callback_RequestAnimationFrameCallback(mthis, cal
lback) native "Window_requestAnimationFrame_Callback_RequestAnimationFrameCallba
ck"; | 9140 static requestAnimationFrame_Callback_RequestAnimationFrameCallback(mthis, cal
lback) native "Window_requestAnimationFrame_Callback_RequestAnimationFrameCallba
ck"; |
8719 | 9141 |
8720 static resizeBy_Callback_float_float(mthis, x, y) native "Window_resizeBy_Call
back_float_float"; | 9142 static resizeBy_Callback_float_float(mthis, x, y) native "Window_resizeBy_Call
back_float_float"; |
8721 | 9143 |
8722 static resizeTo_Callback_float_float(mthis, width, height) native "Window_resi
zeTo_Callback_float_float"; | 9144 static resizeTo_Callback_float_float(mthis, width, height) native "Window_resi
zeTo_Callback_float_float"; |
8723 | 9145 |
8724 static scroll_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native
"Window_scroll_Callback_long_long_Dictionary"; | 9146 static scroll_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native
"Window_scroll_Callback_long_long_Dictionary"; |
8725 | 9147 |
8726 static scrollBy_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) nati
ve "Window_scrollBy_Callback_long_long_Dictionary"; | 9148 static scrollBy_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) nati
ve "Window_scrollBy_Callback_long_long_Dictionary"; |
8727 | 9149 |
8728 static scrollTo_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) nati
ve "Window_scrollTo_Callback_long_long_Dictionary"; | 9150 static scrollTo_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) nati
ve "Window_scrollTo_Callback_long_long_Dictionary"; |
8729 | 9151 |
8730 static showModalDialog_Callback_DOMString_ScriptValue_DOMString(mthis, url, di
alogArgs, featureArgs) native "Window_showModalDialog_Callback"; | 9152 static showModalDialog_Callback_DOMString_ScriptValue_DOMString(mthis, url, di
alogArgs, featureArgs) native "Window_showModalDialog_Callback"; |
8731 | 9153 |
8732 static stop_Callback(mthis) native "Window_stop_Callback"; | 9154 static stop_Callback(mthis) native "Window_stop_Callback"; |
8733 | 9155 |
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"; | 9156 static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback
(mthis, type, size, successCallback, errorCallback) native "Window_webkitRequest
FileSystem_Callback_unsigned short_long long_FileSystemCallback_ErrorCallback"; |
8741 | 9157 |
8742 static webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorC
allback(mthis, url, successCallback, errorCallback) native "Window_webkitResolve
LocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback"; | 9158 static webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorC
allback(mthis, url, successCallback, errorCallback) native "Window_webkitResolve
LocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback"; |
8743 | 9159 |
8744 static atob_Callback_DOMString(mthis, string) native "Window_atob_Callback_DOM
String"; | 9160 static atob_Callback_DOMString(mthis, string) native "Window_atob_Callback_DOM
String"; |
8745 | 9161 |
8746 static btoa_Callback_DOMString(mthis, string) native "Window_btoa_Callback_DOM
String"; | 9162 static btoa_Callback_DOMString(mthis, string) native "Window_btoa_Callback_DOM
String"; |
8747 | 9163 |
8748 static clearInterval_Callback_long(mthis, handle) native "Window_clearInterval
_Callback_long"; | 9164 static clearInterval_Callback_long(mthis, handle) native "Window_clearInterval
_Callback_long"; |
8749 | 9165 |
8750 static clearTimeout_Callback_long(mthis, handle) native "Window_clearTimeout_C
allback_long"; | 9166 static clearTimeout_Callback_long(mthis, handle) native "Window_clearTimeout_C
allback_long"; |
8751 | 9167 |
8752 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "
Window_setInterval_Callback"; | 9168 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "
Window_setInterval_Callback"; |
8753 | 9169 |
8754 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W
indow_setTimeout_Callback"; | 9170 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W
indow_setTimeout_Callback"; |
8755 } | 9171 } |
8756 | 9172 |
8757 class BlinkWorker { | 9173 class BlinkWorker { |
8758 static constructorCallback_DOMString(scriptUrl) native "Worker_constructorCall
back_DOMString"; | 9174 static constructorCallback_DOMString(scriptUrl) native "Worker_constructorCall
back_DOMString"; |
8759 | 9175 |
8760 static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, messa
ge, messagePorts) native "Worker_postMessage_Callback"; | 9176 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m
essage, transfer) native "Worker_postMessage_Callback"; |
8761 | 9177 |
8762 static terminate_Callback(mthis) native "Worker_terminate_Callback"; | 9178 static terminate_Callback(mthis) native "Worker_terminate_Callback"; |
8763 } | 9179 } |
8764 | 9180 |
8765 class BlinkWorkerConsole {} | 9181 class BlinkWorkerConsole {} |
8766 | 9182 |
8767 class BlinkWorkerLocation {} | 9183 class BlinkWorkerLocation {} |
8768 | 9184 |
8769 class BlinkWorkerNavigator {} | 9185 class BlinkWorkerNavigator {} |
8770 | 9186 |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8953 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; | 9369 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; |
8954 | 9370 |
8955 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; | 9371 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; |
8956 | 9372 |
8957 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; | 9373 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; |
8958 | 9374 |
8959 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; | 9375 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; |
8960 | 9376 |
8961 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; | 9377 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; |
8962 } | 9378 } |
OLD | NEW |