| 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_4(mthis, mode, first, count, primcoun
t) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback"; |
| 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_5(mthis, mode, count, type, offset,
primcount) native "ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback"; |
| 21 | 21 |
| 22 static vertexAttribDivisorANGLE_Callback_ul_long(mthis, index, divisor) native
"ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_unsigned long_long"; | 22 static vertexAttribDivisorANGLE_Callback_2(mthis, index, divisor) native "ANGL
EInstancedArrays_vertexAttribDivisorANGLE_Callback"; |
| 23 } | 23 } |
| 24 | 24 |
| 25 class BlinkAbstractWorker {} | 25 class BlinkAbstractWorker {} |
| 26 | 26 |
| 27 class BlinkEventTarget { | 27 class BlinkEventTarget { |
| 28 static addEventListener_Callback_DOMString_EventListener_boolean(mthis, type,
listener, useCapture) native "EventTarget_addEventListener_Callback_DOMString_Ev
entListener_boolean"; | 28 static addEventListener_Callback_3(mthis, type, listener, useCapture) native "
EventTarget_addEventListener_Callback"; |
| 29 | 29 |
| 30 static addEventListener_Callback_DOMString(mthis, type) native "EventTarget_ad
dEventListener_Callback_DOMString"; | 30 static addEventListener_Callback_2(mthis, type, listener) native "EventTarget_
addEventListener_Callback"; |
| 31 |
| 32 static addEventListener_Callback_1(mthis, type) native "EventTarget_addEventLi
stener_Callback"; |
| 31 | 33 |
| 32 static addEventListener_Callback(mthis) native "EventTarget_addEventListener_C
allback"; | 34 static addEventListener_Callback(mthis) native "EventTarget_addEventListener_C
allback"; |
| 33 | 35 |
| 34 static dispatchEvent_Callback_Event(mthis, event) native "EventTarget_dispatch
Event_Callback_Event"; | 36 static dispatchEvent_Callback_1(mthis, event) native "EventTarget_dispatchEven
t_Callback"; |
| 35 | 37 |
| 36 static removeEventListener_Callback_DOMString_EventListener_boolean(mthis, typ
e, listener, useCapture) native "EventTarget_removeEventListener_Callback_DOMStr
ing_EventListener_boolean"; | 38 static removeEventListener_Callback_3(mthis, type, listener, useCapture) nativ
e "EventTarget_removeEventListener_Callback"; |
| 37 | 39 |
| 38 static removeEventListener_Callback_DOMString(mthis, type) native "EventTarget
_removeEventListener_Callback_DOMString"; | 40 static removeEventListener_Callback_2(mthis, type, listener) native "EventTarg
et_removeEventListener_Callback"; |
| 41 |
| 42 static removeEventListener_Callback_1(mthis, type) native "EventTarget_removeE
ventListener_Callback"; |
| 39 | 43 |
| 40 static removeEventListener_Callback(mthis) native "EventTarget_removeEventList
ener_Callback"; | 44 static removeEventListener_Callback(mthis) native "EventTarget_removeEventList
ener_Callback"; |
| 41 } | 45 } |
| 42 | 46 |
| 43 class BlinkAudioNode { | 47 class BlinkAudioNode { |
| 44 static channelCount_Getter(mthis) native "AudioNode_channelCount_Getter"; | 48 static channelCount_Getter(mthis) native "AudioNode_channelCount_Getter"; |
| 45 | 49 |
| 46 static channelCount_Setter_ul(mthis, value) native "AudioNode_channelCount_Set
ter"; | 50 static channelCount_Setter(mthis, value) native "AudioNode_channelCount_Setter
"; |
| 47 | 51 |
| 48 static channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Gette
r"; | 52 static channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Gette
r"; |
| 49 | 53 |
| 50 static channelCountMode_Setter_DOMString(mthis, value) native "AudioNode_chann
elCountMode_Setter"; | 54 static channelCountMode_Setter(mthis, value) native "AudioNode_channelCountMod
e_Setter"; |
| 51 | 55 |
| 52 static channelInterpretation_Getter(mthis) native "AudioNode_channelInterpreta
tion_Getter"; | 56 static channelInterpretation_Getter(mthis) native "AudioNode_channelInterpreta
tion_Getter"; |
| 53 | 57 |
| 54 static channelInterpretation_Setter_DOMString(mthis, value) native "AudioNode_
channelInterpretation_Setter"; | 58 static channelInterpretation_Setter(mthis, value) native "AudioNode_channelInt
erpretation_Setter"; |
| 55 | 59 |
| 56 static context_Getter(mthis) native "AudioNode_context_Getter"; | 60 static context_Getter(mthis) native "AudioNode_context_Getter"; |
| 57 | 61 |
| 58 static numberOfInputs_Getter(mthis) native "AudioNode_numberOfInputs_Getter"; | 62 static numberOfInputs_Getter(mthis) native "AudioNode_numberOfInputs_Getter"; |
| 59 | 63 |
| 60 static numberOfOutputs_Getter(mthis) native "AudioNode_numberOfOutputs_Getter"
; | 64 static numberOfOutputs_Getter(mthis) native "AudioNode_numberOfOutputs_Getter"
; |
| 61 | 65 |
| 62 static connect_Callback_AudioNode_ul_ul(mthis, destination, output, input) nat
ive "AudioNode_connect_Callback_AudioNode_unsigned long_unsigned long"; | 66 static connect_Callback_3(mthis, destination, output, input) native "AudioNode
_connect_Callback"; |
| 63 | 67 |
| 64 static connect_Callback_AudioParam_ul(mthis, destination, output) native "Audi
oNode_connect_Callback_AudioParam_unsigned long"; | 68 static connect_Callback_2(mthis, destination, output) native "AudioNode_connec
t_Callback"; |
| 65 | 69 |
| 66 static disconnect_Callback_ul(mthis, output) native "AudioNode_disconnect_Call
back_unsigned long"; | 70 static disconnect_Callback_1(mthis, output) native "AudioNode_disconnect_Callb
ack"; |
| 67 } | 71 } |
| 68 | 72 |
| 69 class BlinkAnalyserNode { | 73 class BlinkAnalyserNode { |
| 70 static fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter"; | 74 static fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter"; |
| 71 | 75 |
| 72 static fftSize_Setter_ul(mthis, value) native "AnalyserNode_fftSize_Setter"; | 76 static fftSize_Setter(mthis, value) native "AnalyserNode_fftSize_Setter"; |
| 73 | 77 |
| 74 static frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount_
Getter"; | 78 static frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount_
Getter"; |
| 75 | 79 |
| 76 static maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter"; | 80 static maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter"; |
| 77 | 81 |
| 78 static maxDecibels_Setter_double(mthis, value) native "AnalyserNode_maxDecibel
s_Setter"; | 82 static maxDecibels_Setter(mthis, value) native "AnalyserNode_maxDecibels_Sette
r"; |
| 79 | 83 |
| 80 static minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_Getter"; | 84 static minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_Getter"; |
| 81 | 85 |
| 82 static minDecibels_Setter_double(mthis, value) native "AnalyserNode_minDecibel
s_Setter"; | 86 static minDecibels_Setter(mthis, value) native "AnalyserNode_minDecibels_Sette
r"; |
| 83 | 87 |
| 84 static smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smoothingTimeC
onstant_Getter"; | 88 static smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smoothingTimeC
onstant_Getter"; |
| 85 | 89 |
| 86 static smoothingTimeConstant_Setter_double(mthis, value) native "AnalyserNode_
smoothingTimeConstant_Setter"; | 90 static smoothingTimeConstant_Setter(mthis, value) native "AnalyserNode_smoothi
ngTimeConstant_Setter"; |
| 87 | 91 |
| 88 static getByteFrequencyData_Callback_Uint8Array(mthis, array) native "Analyser
Node_getByteFrequencyData_Callback_Uint8Array"; | 92 static getByteFrequencyData_Callback_1(mthis, array) native "AnalyserNode_getB
yteFrequencyData_Callback"; |
| 89 | 93 |
| 90 static getByteTimeDomainData_Callback_Uint8Array(mthis, array) native "Analyse
rNode_getByteTimeDomainData_Callback_Uint8Array"; | 94 static getByteTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_get
ByteTimeDomainData_Callback"; |
| 91 | 95 |
| 92 static getFloatFrequencyData_Callback_Float32Array(mthis, array) native "Analy
serNode_getFloatFrequencyData_Callback_Float32Array"; | 96 static getFloatFrequencyData_Callback_1(mthis, array) native "AnalyserNode_get
FloatFrequencyData_Callback"; |
| 93 | 97 |
| 94 static getFloatTimeDomainData_Callback_Float32Array(mthis, array) native "Anal
yserNode_getFloatTimeDomainData_Callback_Float32Array"; | 98 static getFloatTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_ge
tFloatTimeDomainData_Callback"; |
| 95 } | 99 } |
| 96 | 100 |
| 97 class BlinkAnimationNode { | 101 class BlinkAnimationNode { |
| 98 static activeDuration_Getter(mthis) native "AnimationNode_activeDuration_Gette
r"; | 102 static activeDuration_Getter(mthis) native "AnimationNode_activeDuration_Gette
r"; |
| 99 | 103 |
| 100 static currentIteration_Getter(mthis) native "AnimationNode_currentIteration_G
etter"; | 104 static currentIteration_Getter(mthis) native "AnimationNode_currentIteration_G
etter"; |
| 101 | 105 |
| 102 static duration_Getter(mthis) native "AnimationNode_duration_Getter"; | 106 static duration_Getter(mthis) native "AnimationNode_duration_Getter"; |
| 103 | 107 |
| 104 static endTime_Getter(mthis) native "AnimationNode_endTime_Getter"; | 108 static endTime_Getter(mthis) native "AnimationNode_endTime_Getter"; |
| 105 | 109 |
| 106 static localTime_Getter(mthis) native "AnimationNode_localTime_Getter"; | 110 static localTime_Getter(mthis) native "AnimationNode_localTime_Getter"; |
| 107 | 111 |
| 108 static player_Getter(mthis) native "AnimationNode_player_Getter"; | 112 static player_Getter(mthis) native "AnimationNode_player_Getter"; |
| 109 | 113 |
| 110 static startTime_Getter(mthis) native "AnimationNode_startTime_Getter"; | 114 static startTime_Getter(mthis) native "AnimationNode_startTime_Getter"; |
| 111 | 115 |
| 112 static timing_Getter(mthis) native "AnimationNode_timing_Getter"; | 116 static timing_Getter(mthis) native "AnimationNode_timing_Getter"; |
| 113 } | 117 } |
| 114 | 118 |
| 115 class BlinkAnimation { | 119 class BlinkAnimation { |
| 116 static constructorCallback_Element_SEQ_Dictionary_SEQ(target, keyframes) nativ
e "Animation_constructorCallback_Element_sequence<Dictionary>"; | 120 static constructorCallback_2(target, keyframes) native "Animation_constructorC
allback"; |
| 117 | 121 |
| 118 static constructorCallback_Element_SEQ_Dictionary_SEQ_double(target, keyframes
, timingInput) native "Animation_constructorCallback_Element_sequence<Dictionary
>_double"; | 122 static constructorCallback_3(target, keyframes, timingInput) native "Animation
_constructorCallback"; |
| 119 | |
| 120 static constructorCallback_Element_SEQ_Dictionary_SEQ_Dictionary(target, keyfr
ames, timingInput) native "Animation_constructorCallback_Element_sequence<Dictio
nary>_Dictionary"; | |
| 121 } | 123 } |
| 122 | 124 |
| 123 class BlinkAnimationEffect {} | 125 class BlinkAnimationEffect {} |
| 124 | 126 |
| 125 class BlinkAnimationPlayer { | 127 class BlinkAnimationPlayer { |
| 126 static currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter"; | 128 static currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter"; |
| 127 | 129 |
| 128 static currentTime_Setter_double(mthis, value) native "AnimationPlayer_current
Time_Setter"; | 130 static currentTime_Setter(mthis, value) native "AnimationPlayer_currentTime_Se
tter"; |
| 129 | 131 |
| 130 static finished_Getter(mthis) native "AnimationPlayer_finished_Getter"; | 132 static finished_Getter(mthis) native "AnimationPlayer_finished_Getter"; |
| 131 | 133 |
| 132 static paused_Getter(mthis) native "AnimationPlayer_paused_Getter"; | 134 static paused_Getter(mthis) native "AnimationPlayer_paused_Getter"; |
| 133 | 135 |
| 134 static playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter"
; | 136 static playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter"
; |
| 135 | 137 |
| 136 static playbackRate_Setter_double(mthis, value) native "AnimationPlayer_playba
ckRate_Setter"; | 138 static playbackRate_Setter(mthis, value) native "AnimationPlayer_playbackRate_
Setter"; |
| 137 | 139 |
| 138 static source_Getter(mthis) native "AnimationPlayer_source_Getter"; | 140 static source_Getter(mthis) native "AnimationPlayer_source_Getter"; |
| 139 | 141 |
| 140 static source_Setter_AnimationNode(mthis, value) native "AnimationPlayer_sourc
e_Setter"; | 142 static source_Setter(mthis, value) native "AnimationPlayer_source_Setter"; |
| 141 | 143 |
| 142 static startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter"; | 144 static startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter"; |
| 143 | 145 |
| 144 static startTime_Setter_double(mthis, value) native "AnimationPlayer_startTime
_Setter"; | 146 static startTime_Setter(mthis, value) native "AnimationPlayer_startTime_Setter
"; |
| 145 | 147 |
| 146 static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback"; | 148 static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback"; |
| 147 | 149 |
| 148 static finish_Callback(mthis) native "AnimationPlayer_finish_Callback"; | 150 static finish_Callback(mthis) native "AnimationPlayer_finish_Callback"; |
| 149 | 151 |
| 150 static pause_Callback(mthis) native "AnimationPlayer_pause_Callback"; | 152 static pause_Callback(mthis) native "AnimationPlayer_pause_Callback"; |
| 151 | 153 |
| 152 static play_Callback(mthis) native "AnimationPlayer_play_Callback"; | 154 static play_Callback(mthis) native "AnimationPlayer_play_Callback"; |
| 153 | 155 |
| 154 static reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback"; | 156 static reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback"; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 170 static eventPhase_Getter(mthis) native "Event_eventPhase_Getter"; | 172 static eventPhase_Getter(mthis) native "Event_eventPhase_Getter"; |
| 171 | 173 |
| 172 static path_Getter(mthis) native "Event_path_Getter"; | 174 static path_Getter(mthis) native "Event_path_Getter"; |
| 173 | 175 |
| 174 static target_Getter(mthis) native "Event_target_Getter"; | 176 static target_Getter(mthis) native "Event_target_Getter"; |
| 175 | 177 |
| 176 static timeStamp_Getter(mthis) native "Event_timeStamp_Getter"; | 178 static timeStamp_Getter(mthis) native "Event_timeStamp_Getter"; |
| 177 | 179 |
| 178 static type_Getter(mthis) native "Event_type_Getter"; | 180 static type_Getter(mthis) native "Event_type_Getter"; |
| 179 | 181 |
| 180 static initEvent_Callback_DOMString_boolean_boolean(mthis, eventTypeArg, canBu
bbleArg, cancelableArg) native "Event_initEvent_Callback_DOMString_boolean_boole
an"; | 182 static initEvent_Callback_3(mthis, eventTypeArg, canBubbleArg, cancelableArg)
native "Event_initEvent_Callback"; |
| 181 | 183 |
| 182 static preventDefault_Callback(mthis) native "Event_preventDefault_Callback"; | 184 static preventDefault_Callback(mthis) native "Event_preventDefault_Callback"; |
| 183 | 185 |
| 184 static stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePro
pagation_Callback"; | 186 static stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePro
pagation_Callback"; |
| 185 | 187 |
| 186 static stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback"
; | 188 static stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback"
; |
| 187 } | 189 } |
| 188 | 190 |
| 189 class BlinkAnimationPlayerEvent { | 191 class BlinkAnimationPlayerEvent { |
| 190 static constructorCallback(type, options) native "AnimationPlayerEvent_constru
ctorCallback"; | 192 static constructorCallback(type, options) native "AnimationPlayerEvent_constru
ctorCallback"; |
| 191 | 193 |
| 192 static currentTime_Getter(mthis) native "AnimationPlayerEvent_currentTime_Gett
er"; | 194 static currentTime_Getter(mthis) native "AnimationPlayerEvent_currentTime_Gett
er"; |
| 193 | 195 |
| 194 static timelineTime_Getter(mthis) native "AnimationPlayerEvent_timelineTime_Ge
tter"; | 196 static timelineTime_Getter(mthis) native "AnimationPlayerEvent_timelineTime_Ge
tter"; |
| 195 } | 197 } |
| 196 | 198 |
| 197 class BlinkAnimationTimeline { | 199 class BlinkAnimationTimeline { |
| 198 static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter"
; | 200 static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter"
; |
| 199 | 201 |
| 200 static getAnimationPlayers_Callback(mthis) native "AnimationTimeline_getAnimat
ionPlayers_Callback"; | 202 static getAnimationPlayers_Callback(mthis) native "AnimationTimeline_getAnimat
ionPlayers_Callback"; |
| 201 | 203 |
| 202 static play_Callback_AnimationNode(mthis, source) native "AnimationTimeline_pl
ay_Callback_AnimationNode"; | 204 static play_Callback_1(mthis, source) native "AnimationTimeline_play_Callback"
; |
| 203 } | 205 } |
| 204 | 206 |
| 205 class BlinkApplicationCache { | 207 class BlinkApplicationCache { |
| 206 static status_Getter(mthis) native "ApplicationCache_status_Getter"; | 208 static status_Getter(mthis) native "ApplicationCache_status_Getter"; |
| 207 | 209 |
| 208 static abort_Callback(mthis) native "ApplicationCache_abort_Callback"; | 210 static abort_Callback(mthis) native "ApplicationCache_abort_Callback"; |
| 209 | 211 |
| 210 static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback"; | 212 static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback"; |
| 211 | 213 |
| 212 static update_Callback(mthis) native "ApplicationCache_update_Callback"; | 214 static update_Callback(mthis) native "ApplicationCache_update_Callback"; |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 static ownerDocument_Getter(mthis) native "Node_ownerDocument_Getter"; | 250 static ownerDocument_Getter(mthis) native "Node_ownerDocument_Getter"; |
| 249 | 251 |
| 250 static parentElement_Getter(mthis) native "Node_parentElement_Getter"; | 252 static parentElement_Getter(mthis) native "Node_parentElement_Getter"; |
| 251 | 253 |
| 252 static parentNode_Getter(mthis) native "Node_parentNode_Getter"; | 254 static parentNode_Getter(mthis) native "Node_parentNode_Getter"; |
| 253 | 255 |
| 254 static previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; | 256 static previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; |
| 255 | 257 |
| 256 static textContent_Getter(mthis) native "Node_textContent_Getter"; | 258 static textContent_Getter(mthis) native "Node_textContent_Getter"; |
| 257 | 259 |
| 258 static textContent_Setter_DOMString(mthis, value) native "Node_textContent_Set
ter"; | 260 static textContent_Setter(mthis, value) native "Node_textContent_Setter"; |
| 259 | 261 |
| 260 static appendChild_Callback_Node(mthis, newChild) native "Node_appendChild_Cal
lback_Node"; | 262 static appendChild_Callback_1(mthis, newChild) native "Node_appendChild_Callba
ck"; |
| 261 | 263 |
| 262 static cloneNode_Callback_boolean(mthis, deep) native "Node_cloneNode_Callback
"; | 264 static cloneNode_Callback_1(mthis, deep) native "Node_cloneNode_Callback"; |
| 263 | 265 |
| 264 static contains_Callback_Node(mthis, other) native "Node_contains_Callback_Nod
e"; | 266 static contains_Callback_1(mthis, other) native "Node_contains_Callback"; |
| 265 | 267 |
| 266 static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback"; | 268 static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback"; |
| 267 | 269 |
| 268 static insertBefore_Callback_Node_Node(mthis, newChild, refChild) native "Node
_insertBefore_Callback_Node_Node"; | 270 static insertBefore_Callback_2(mthis, newChild, refChild) native "Node_insertB
efore_Callback"; |
| 269 | 271 |
| 270 static removeChild_Callback_Node(mthis, oldChild) native "Node_removeChild_Cal
lback_Node"; | 272 static removeChild_Callback_1(mthis, oldChild) native "Node_removeChild_Callba
ck"; |
| 271 | 273 |
| 272 static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node
_replaceChild_Callback_Node_Node"; | 274 static replaceChild_Callback_2(mthis, newChild, oldChild) native "Node_replace
Child_Callback"; |
| 273 } | 275 } |
| 274 | 276 |
| 275 class BlinkAttr { | 277 class BlinkAttr { |
| 276 static localName_Getter(mthis) native "Attr_localName_Getter"; | 278 static localName_Getter(mthis) native "Attr_localName_Getter"; |
| 277 | 279 |
| 278 static name_Getter(mthis) native "Attr_name_Getter"; | 280 static name_Getter(mthis) native "Attr_name_Getter"; |
| 279 | 281 |
| 280 static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; | 282 static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; |
| 281 | 283 |
| 282 static nodeValue_Getter(mthis) native "Attr_nodeValue_Getter"; | 284 static nodeValue_Getter(mthis) native "Attr_nodeValue_Getter"; |
| 283 | 285 |
| 284 static textContent_Getter(mthis) native "Attr_textContent_Getter"; | 286 static textContent_Getter(mthis) native "Attr_textContent_Getter"; |
| 285 | 287 |
| 286 static textContent_Setter_DOMString(mthis, value) native "Attr_textContent_Set
ter"; | 288 static textContent_Setter(mthis, value) native "Attr_textContent_Setter"; |
| 287 | 289 |
| 288 static value_Getter(mthis) native "Attr_value_Getter"; | 290 static value_Getter(mthis) native "Attr_value_Getter"; |
| 289 | 291 |
| 290 static value_Setter_DOMString(mthis, value) native "Attr_value_Setter"; | 292 static value_Setter(mthis, value) native "Attr_value_Setter"; |
| 291 } | 293 } |
| 292 | 294 |
| 293 class BlinkAudioBuffer { | 295 class BlinkAudioBuffer { |
| 294 static duration_Getter(mthis) native "AudioBuffer_duration_Getter"; | 296 static duration_Getter(mthis) native "AudioBuffer_duration_Getter"; |
| 295 | 297 |
| 296 static length_Getter(mthis) native "AudioBuffer_length_Getter"; | 298 static length_Getter(mthis) native "AudioBuffer_length_Getter"; |
| 297 | 299 |
| 298 static numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfChannels_Get
ter"; | 300 static numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfChannels_Get
ter"; |
| 299 | 301 |
| 300 static sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Getter"; | 302 static sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Getter"; |
| 301 | 303 |
| 302 static getChannelData_Callback_ul(mthis, channelIndex) native "AudioBuffer_get
ChannelData_Callback_unsigned long"; | 304 static getChannelData_Callback_1(mthis, channelIndex) native "AudioBuffer_getC
hannelData_Callback"; |
| 303 } | 305 } |
| 304 | 306 |
| 305 class BlinkAudioSourceNode {} | 307 class BlinkAudioSourceNode {} |
| 306 | 308 |
| 307 class BlinkAudioBufferSourceNode { | 309 class BlinkAudioBufferSourceNode { |
| 308 static buffer_Getter(mthis) native "AudioBufferSourceNode_buffer_Getter"; | 310 static buffer_Getter(mthis) native "AudioBufferSourceNode_buffer_Getter"; |
| 309 | 311 |
| 310 static buffer_Setter_AudioBuffer(mthis, value) native "AudioBufferSourceNode_b
uffer_Setter"; | 312 static buffer_Setter(mthis, value) native "AudioBufferSourceNode_buffer_Setter
"; |
| 311 | 313 |
| 312 static loop_Getter(mthis) native "AudioBufferSourceNode_loop_Getter"; | 314 static loop_Getter(mthis) native "AudioBufferSourceNode_loop_Getter"; |
| 313 | 315 |
| 314 static loop_Setter_boolean(mthis, value) native "AudioBufferSourceNode_loop_Se
tter"; | 316 static loop_Setter(mthis, value) native "AudioBufferSourceNode_loop_Setter"; |
| 315 | 317 |
| 316 static loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter"; | 318 static loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter"; |
| 317 | 319 |
| 318 static loopEnd_Setter_double(mthis, value) native "AudioBufferSourceNode_loopE
nd_Setter"; | 320 static loopEnd_Setter(mthis, value) native "AudioBufferSourceNode_loopEnd_Sett
er"; |
| 319 | 321 |
| 320 static loopStart_Getter(mthis) native "AudioBufferSourceNode_loopStart_Getter"
; | 322 static loopStart_Getter(mthis) native "AudioBufferSourceNode_loopStart_Getter"
; |
| 321 | 323 |
| 322 static loopStart_Setter_double(mthis, value) native "AudioBufferSourceNode_loo
pStart_Setter"; | 324 static loopStart_Setter(mthis, value) native "AudioBufferSourceNode_loopStart_
Setter"; |
| 323 | 325 |
| 324 static playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_G
etter"; | 326 static playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_G
etter"; |
| 325 | 327 |
| 326 static start_Callback_double_double_double(mthis, when, grainOffset, grainDura
tion) native "AudioBufferSourceNode_start_Callback_double_double_double"; | 328 static start_Callback_3(mthis, when, grainOffset, grainDuration) native "Audio
BufferSourceNode_start_Callback"; |
| 327 | 329 |
| 328 static start_Callback_double_double(mthis, when, grainOffset) native "AudioBuf
ferSourceNode_start_Callback_double_double"; | 330 static start_Callback_2(mthis, when, grainOffset) native "AudioBufferSourceNod
e_start_Callback"; |
| 329 | 331 |
| 330 static start_Callback_double(mthis, when) native "AudioBufferSourceNode_start_
Callback_double"; | 332 static start_Callback_1(mthis, when) native "AudioBufferSourceNode_start_Callb
ack"; |
| 331 | 333 |
| 332 static start_Callback(mthis) native "AudioBufferSourceNode_start_Callback"; | 334 static start_Callback(mthis) native "AudioBufferSourceNode_start_Callback"; |
| 333 | 335 |
| 334 static stop_Callback_double(mthis, when) native "AudioBufferSourceNode_stop_Ca
llback_double"; | 336 static stop_Callback_1(mthis, when) native "AudioBufferSourceNode_stop_Callbac
k"; |
| 335 | 337 |
| 336 static stop_Callback(mthis) native "AudioBufferSourceNode_stop_Callback"; | 338 static stop_Callback(mthis) native "AudioBufferSourceNode_stop_Callback"; |
| 337 } | 339 } |
| 338 | 340 |
| 339 class BlinkAudioContext { | 341 class BlinkAudioContext { |
| 340 static constructorCallback() native "AudioContext_constructorCallback"; | 342 static constructorCallback() native "AudioContext_constructorCallback"; |
| 341 | 343 |
| 342 static currentTime_Getter(mthis) native "AudioContext_currentTime_Getter"; | 344 static currentTime_Getter(mthis) native "AudioContext_currentTime_Getter"; |
| 343 | 345 |
| 344 static destination_Getter(mthis) native "AudioContext_destination_Getter"; | 346 static destination_Getter(mthis) native "AudioContext_destination_Getter"; |
| 345 | 347 |
| 346 static listener_Getter(mthis) native "AudioContext_listener_Getter"; | 348 static listener_Getter(mthis) native "AudioContext_listener_Getter"; |
| 347 | 349 |
| 348 static sampleRate_Getter(mthis) native "AudioContext_sampleRate_Getter"; | 350 static sampleRate_Getter(mthis) native "AudioContext_sampleRate_Getter"; |
| 349 | 351 |
| 350 static createAnalyser_Callback(mthis) native "AudioContext_createAnalyser_Call
back"; | 352 static createAnalyser_Callback(mthis) native "AudioContext_createAnalyser_Call
back"; |
| 351 | 353 |
| 352 static createBiquadFilter_Callback(mthis) native "AudioContext_createBiquadFil
ter_Callback"; | 354 static createBiquadFilter_Callback(mthis) native "AudioContext_createBiquadFil
ter_Callback"; |
| 353 | 355 |
| 354 static createBuffer_Callback_ul_ul_float(mthis, numberOfChannels, numberOfFram
es, sampleRate) native "AudioContext_createBuffer_Callback_unsigned long_unsigne
d long_float"; | 356 static createBuffer_Callback_3(mthis, numberOfChannels, numberOfFrames, sample
Rate) native "AudioContext_createBuffer_Callback"; |
| 355 | 357 |
| 356 static createBufferSource_Callback(mthis) native "AudioContext_createBufferSou
rce_Callback"; | 358 static createBufferSource_Callback(mthis) native "AudioContext_createBufferSou
rce_Callback"; |
| 357 | 359 |
| 358 static createChannelMerger_Callback_ul(mthis, numberOfInputs) native "AudioCon
text_createChannelMerger_Callback_unsigned long"; | 360 static createChannelMerger_Callback_1(mthis, numberOfInputs) native "AudioCont
ext_createChannelMerger_Callback"; |
| 359 | 361 |
| 360 static createChannelMerger_Callback(mthis) native "AudioContext_createChannelM
erger_Callback"; | 362 static createChannelMerger_Callback(mthis) native "AudioContext_createChannelM
erger_Callback"; |
| 361 | 363 |
| 362 static createChannelSplitter_Callback_ul(mthis, numberOfOutputs) native "Audio
Context_createChannelSplitter_Callback_unsigned long"; | 364 static createChannelSplitter_Callback_1(mthis, numberOfOutputs) native "AudioC
ontext_createChannelSplitter_Callback"; |
| 363 | 365 |
| 364 static createChannelSplitter_Callback(mthis) native "AudioContext_createChanne
lSplitter_Callback"; | 366 static createChannelSplitter_Callback(mthis) native "AudioContext_createChanne
lSplitter_Callback"; |
| 365 | 367 |
| 366 static createConvolver_Callback(mthis) native "AudioContext_createConvolver_Ca
llback"; | 368 static createConvolver_Callback(mthis) native "AudioContext_createConvolver_Ca
llback"; |
| 367 | 369 |
| 368 static createDelay_Callback_double(mthis, maxDelayTime) native "AudioContext_c
reateDelay_Callback_double"; | 370 static createDelay_Callback_1(mthis, maxDelayTime) native "AudioContext_create
Delay_Callback"; |
| 369 | 371 |
| 370 static createDelay_Callback(mthis) native "AudioContext_createDelay_Callback"; | 372 static createDelay_Callback(mthis) native "AudioContext_createDelay_Callback"; |
| 371 | 373 |
| 372 static createDynamicsCompressor_Callback(mthis) native "AudioContext_createDyn
amicsCompressor_Callback"; | 374 static createDynamicsCompressor_Callback(mthis) native "AudioContext_createDyn
amicsCompressor_Callback"; |
| 373 | 375 |
| 374 static createGain_Callback(mthis) native "AudioContext_createGain_Callback"; | 376 static createGain_Callback(mthis) native "AudioContext_createGain_Callback"; |
| 375 | 377 |
| 376 static createMediaElementSource_Callback_HTMLMediaElement(mthis, mediaElement)
native "AudioContext_createMediaElementSource_Callback_HTMLMediaElement"; | 378 static createMediaElementSource_Callback_1(mthis, mediaElement) native "AudioC
ontext_createMediaElementSource_Callback"; |
| 377 | 379 |
| 378 static createMediaStreamDestination_Callback(mthis) native "AudioContext_creat
eMediaStreamDestination_Callback"; | 380 static createMediaStreamDestination_Callback(mthis) native "AudioContext_creat
eMediaStreamDestination_Callback"; |
| 379 | 381 |
| 380 static createMediaStreamSource_Callback_MediaStream(mthis, mediaStream) native
"AudioContext_createMediaStreamSource_Callback_MediaStream"; | 382 static createMediaStreamSource_Callback_1(mthis, mediaStream) native "AudioCon
text_createMediaStreamSource_Callback"; |
| 381 | 383 |
| 382 static createOscillator_Callback(mthis) native "AudioContext_createOscillator_
Callback"; | 384 static createOscillator_Callback(mthis) native "AudioContext_createOscillator_
Callback"; |
| 383 | 385 |
| 384 static createPanner_Callback(mthis) native "AudioContext_createPanner_Callback
"; | 386 static createPanner_Callback(mthis) native "AudioContext_createPanner_Callback
"; |
| 385 | 387 |
| 386 static createPeriodicWave_Callback_Float32Array_Float32Array(mthis, real, imag
) native "AudioContext_createPeriodicWave_Callback_Float32Array_Float32Array"; | 388 static createPeriodicWave_Callback_2(mthis, real, imag) native "AudioContext_c
reatePeriodicWave_Callback"; |
| 387 | 389 |
| 388 static createScriptProcessor_Callback_ul_ul_ul(mthis, bufferSize, numberOfInpu
tChannels, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Ca
llback_unsigned long_unsigned long_unsigned long"; | 390 static createScriptProcessor_Callback_3(mthis, bufferSize, numberOfInputChanne
ls, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Callback"
; |
| 389 | 391 |
| 390 static createScriptProcessor_Callback_ul_ul(mthis, bufferSize, numberOfInputCh
annels) native "AudioContext_createScriptProcessor_Callback_unsigned long_unsign
ed long"; | 392 static createScriptProcessor_Callback_2(mthis, bufferSize, numberOfInputChanne
ls) native "AudioContext_createScriptProcessor_Callback"; |
| 391 | 393 |
| 392 static createScriptProcessor_Callback_ul(mthis, bufferSize) native "AudioConte
xt_createScriptProcessor_Callback_unsigned long"; | 394 static createScriptProcessor_Callback_1(mthis, bufferSize) native "AudioContex
t_createScriptProcessor_Callback"; |
| 393 | 395 |
| 394 static createScriptProcessor_Callback(mthis) native "AudioContext_createScript
Processor_Callback"; | 396 static createScriptProcessor_Callback(mthis) native "AudioContext_createScript
Processor_Callback"; |
| 395 | 397 |
| 396 static createWaveShaper_Callback(mthis) native "AudioContext_createWaveShaper_
Callback"; | 398 static createWaveShaper_Callback(mthis) native "AudioContext_createWaveShaper_
Callback"; |
| 397 | 399 |
| 398 static decodeAudioData_Callback_ArrayBuffer_AudioBufferCallback_AudioBufferCal
lback(mthis, audioData, successCallback, errorCallback) native "AudioContext_dec
odeAudioData_Callback"; | 400 static decodeAudioData_Callback_3(mthis, audioData, successCallback, errorCall
back) native "AudioContext_decodeAudioData_Callback"; |
| 399 | 401 |
| 400 static startRendering_Callback(mthis) native "AudioContext_startRendering_Call
back"; | 402 static startRendering_Callback(mthis) native "AudioContext_startRendering_Call
back"; |
| 401 } | 403 } |
| 402 | 404 |
| 403 class BlinkAudioDestinationNode { | 405 class BlinkAudioDestinationNode { |
| 404 static maxChannelCount_Getter(mthis) native "AudioDestinationNode_maxChannelCo
unt_Getter"; | 406 static maxChannelCount_Getter(mthis) native "AudioDestinationNode_maxChannelCo
unt_Getter"; |
| 405 } | 407 } |
| 406 | 408 |
| 407 class BlinkAudioListener { | 409 class BlinkAudioListener { |
| 408 static dopplerFactor_Getter(mthis) native "AudioListener_dopplerFactor_Getter"
; | 410 static dopplerFactor_Getter(mthis) native "AudioListener_dopplerFactor_Getter"
; |
| 409 | 411 |
| 410 static dopplerFactor_Setter_float(mthis, value) native "AudioListener_dopplerF
actor_Setter"; | 412 static dopplerFactor_Setter(mthis, value) native "AudioListener_dopplerFactor_
Setter"; |
| 411 | 413 |
| 412 static speedOfSound_Getter(mthis) native "AudioListener_speedOfSound_Getter"; | 414 static speedOfSound_Getter(mthis) native "AudioListener_speedOfSound_Getter"; |
| 413 | 415 |
| 414 static speedOfSound_Setter_float(mthis, value) native "AudioListener_speedOfSo
und_Setter"; | 416 static speedOfSound_Setter(mthis, value) native "AudioListener_speedOfSound_Se
tter"; |
| 415 | 417 |
| 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"; | 418 static setOrientation_Callback_6(mthis, x, y, z, xUp, yUp, zUp) native "AudioL
istener_setOrientation_Callback"; |
| 417 | 419 |
| 418 static setPosition_Callback_float_float_float(mthis, x, y, z) native "AudioLis
tener_setPosition_Callback_float_float_float"; | 420 static setPosition_Callback_3(mthis, x, y, z) native "AudioListener_setPositio
n_Callback"; |
| 419 | 421 |
| 420 static setVelocity_Callback_float_float_float(mthis, x, y, z) native "AudioLis
tener_setVelocity_Callback_float_float_float"; | 422 static setVelocity_Callback_3(mthis, x, y, z) native "AudioListener_setVelocit
y_Callback"; |
| 421 } | 423 } |
| 422 | 424 |
| 423 class BlinkAudioParam { | 425 class BlinkAudioParam { |
| 424 static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter"; | 426 static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter"; |
| 425 | 427 |
| 426 static value_Getter(mthis) native "AudioParam_value_Getter"; | 428 static value_Getter(mthis) native "AudioParam_value_Getter"; |
| 427 | 429 |
| 428 static value_Setter_float(mthis, value) native "AudioParam_value_Setter"; | 430 static value_Setter(mthis, value) native "AudioParam_value_Setter"; |
| 429 | 431 |
| 430 static cancelScheduledValues_Callback_double(mthis, startTime) native "AudioPa
ram_cancelScheduledValues_Callback_double"; | 432 static cancelScheduledValues_Callback_1(mthis, startTime) native "AudioParam_c
ancelScheduledValues_Callback"; |
| 431 | 433 |
| 432 static exponentialRampToValueAtTime_Callback_float_double(mthis, value, time)
native "AudioParam_exponentialRampToValueAtTime_Callback_float_double"; | 434 static exponentialRampToValueAtTime_Callback_2(mthis, value, time) native "Aud
ioParam_exponentialRampToValueAtTime_Callback"; |
| 433 | 435 |
| 434 static linearRampToValueAtTime_Callback_float_double(mthis, value, time) nativ
e "AudioParam_linearRampToValueAtTime_Callback_float_double"; | 436 static linearRampToValueAtTime_Callback_2(mthis, value, time) native "AudioPar
am_linearRampToValueAtTime_Callback"; |
| 435 | 437 |
| 436 static setTargetAtTime_Callback_float_double_double(mthis, target, time, timeC
onstant) native "AudioParam_setTargetAtTime_Callback_float_double_double"; | 438 static setTargetAtTime_Callback_3(mthis, target, time, timeConstant) native "A
udioParam_setTargetAtTime_Callback"; |
| 437 | 439 |
| 438 static setValueAtTime_Callback_float_double(mthis, value, time) native "AudioP
aram_setValueAtTime_Callback_float_double"; | 440 static setValueAtTime_Callback_2(mthis, value, time) native "AudioParam_setVal
ueAtTime_Callback"; |
| 439 | 441 |
| 440 static setValueCurveAtTime_Callback_Float32Array_double_double(mthis, values,
time, duration) native "AudioParam_setValueCurveAtTime_Callback"; | 442 static setValueCurveAtTime_Callback_3(mthis, values, time, duration) native "A
udioParam_setValueCurveAtTime_Callback"; |
| 441 } | 443 } |
| 442 | 444 |
| 443 class BlinkAudioProcessingEvent { | 445 class BlinkAudioProcessingEvent { |
| 444 static inputBuffer_Getter(mthis) native "AudioProcessingEvent_inputBuffer_Gett
er"; | 446 static inputBuffer_Getter(mthis) native "AudioProcessingEvent_inputBuffer_Gett
er"; |
| 445 | 447 |
| 446 static outputBuffer_Getter(mthis) native "AudioProcessingEvent_outputBuffer_Ge
tter"; | 448 static outputBuffer_Getter(mthis) native "AudioProcessingEvent_outputBuffer_Ge
tter"; |
| 447 | 449 |
| 448 static playbackTime_Getter(mthis) native "AudioProcessingEvent_playbackTime_Ge
tter"; | 450 static playbackTime_Getter(mthis) native "AudioProcessingEvent_playbackTime_Ge
tter"; |
| 449 } | 451 } |
| 450 | 452 |
| 451 class BlinkAudioTrack { | 453 class BlinkAudioTrack { |
| 452 static enabled_Getter(mthis) native "AudioTrack_enabled_Getter"; | 454 static enabled_Getter(mthis) native "AudioTrack_enabled_Getter"; |
| 453 | 455 |
| 454 static enabled_Setter_boolean(mthis, value) native "AudioTrack_enabled_Setter"
; | 456 static enabled_Setter(mthis, value) native "AudioTrack_enabled_Setter"; |
| 455 | 457 |
| 456 static id_Getter(mthis) native "AudioTrack_id_Getter"; | 458 static id_Getter(mthis) native "AudioTrack_id_Getter"; |
| 457 | 459 |
| 458 static kind_Getter(mthis) native "AudioTrack_kind_Getter"; | 460 static kind_Getter(mthis) native "AudioTrack_kind_Getter"; |
| 459 | 461 |
| 460 static label_Getter(mthis) native "AudioTrack_label_Getter"; | 462 static label_Getter(mthis) native "AudioTrack_label_Getter"; |
| 461 | 463 |
| 462 static language_Getter(mthis) native "AudioTrack_language_Getter"; | 464 static language_Getter(mthis) native "AudioTrack_language_Getter"; |
| 463 } | 465 } |
| 464 | 466 |
| 465 class BlinkAudioTrackList { | 467 class BlinkAudioTrackList { |
| 466 static length_Getter(mthis) native "AudioTrackList_length_Getter"; | 468 static length_Getter(mthis) native "AudioTrackList_length_Getter"; |
| 467 | 469 |
| 468 static $__getter___Callback_ul(mthis, index) native "AudioTrackList___getter__
_Callback_unsigned long"; | 470 static $__getter___Callback_1(mthis, index) native "AudioTrackList___getter___
Callback"; |
| 469 | 471 |
| 470 static getTrackById_Callback_DOMString(mthis, id) native "AudioTrackList_getTr
ackById_Callback_DOMString"; | 472 static getTrackById_Callback_1(mthis, id) native "AudioTrackList_getTrackById_
Callback"; |
| 471 } | 473 } |
| 472 | 474 |
| 473 class BlinkAutocompleteErrorEvent { | 475 class BlinkAutocompleteErrorEvent { |
| 474 static constructorCallback(type, options) native "AutocompleteErrorEvent_const
ructorCallback"; | 476 static constructorCallback(type, options) native "AutocompleteErrorEvent_const
ructorCallback"; |
| 475 | 477 |
| 476 static reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter"; | 478 static reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter"; |
| 477 } | 479 } |
| 478 | 480 |
| 479 class BlinkBarProp { | 481 class BlinkBarProp { |
| 480 static visible_Getter(mthis) native "BarProp_visible_Getter"; | 482 static visible_Getter(mthis) native "BarProp_visible_Getter"; |
| 481 } | 483 } |
| 482 | 484 |
| 483 class BlinkBatteryManager { | 485 class BlinkBatteryManager { |
| 484 static charging_Getter(mthis) native "BatteryManager_charging_Getter"; | 486 static charging_Getter(mthis) native "BatteryManager_charging_Getter"; |
| 485 | 487 |
| 486 static chargingTime_Getter(mthis) native "BatteryManager_chargingTime_Getter"; | 488 static chargingTime_Getter(mthis) native "BatteryManager_chargingTime_Getter"; |
| 487 | 489 |
| 488 static dischargingTime_Getter(mthis) native "BatteryManager_dischargingTime_Ge
tter"; | 490 static dischargingTime_Getter(mthis) native "BatteryManager_dischargingTime_Ge
tter"; |
| 489 | 491 |
| 490 static level_Getter(mthis) native "BatteryManager_level_Getter"; | 492 static level_Getter(mthis) native "BatteryManager_level_Getter"; |
| 491 } | 493 } |
| 492 | 494 |
| 493 class BlinkBeforeUnloadEvent { | 495 class BlinkBeforeUnloadEvent { |
| 494 static returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter"
; | 496 static returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter"
; |
| 495 | 497 |
| 496 static returnValue_Setter_DOMString(mthis, value) native "BeforeUnloadEvent_re
turnValue_Setter"; | 498 static returnValue_Setter(mthis, value) native "BeforeUnloadEvent_returnValue_
Setter"; |
| 497 } | 499 } |
| 498 | 500 |
| 499 class BlinkBiquadFilterNode { | 501 class BlinkBiquadFilterNode { |
| 500 static Q_Getter(mthis) native "BiquadFilterNode_Q_Getter"; | 502 static Q_Getter(mthis) native "BiquadFilterNode_Q_Getter"; |
| 501 | 503 |
| 502 static detune_Getter(mthis) native "BiquadFilterNode_detune_Getter"; | 504 static detune_Getter(mthis) native "BiquadFilterNode_detune_Getter"; |
| 503 | 505 |
| 504 static frequency_Getter(mthis) native "BiquadFilterNode_frequency_Getter"; | 506 static frequency_Getter(mthis) native "BiquadFilterNode_frequency_Getter"; |
| 505 | 507 |
| 506 static gain_Getter(mthis) native "BiquadFilterNode_gain_Getter"; | 508 static gain_Getter(mthis) native "BiquadFilterNode_gain_Getter"; |
| 507 | 509 |
| 508 static type_Getter(mthis) native "BiquadFilterNode_type_Getter"; | 510 static type_Getter(mthis) native "BiquadFilterNode_type_Getter"; |
| 509 | 511 |
| 510 static type_Setter_DOMString(mthis, value) native "BiquadFilterNode_type_Sette
r"; | 512 static type_Setter(mthis, value) native "BiquadFilterNode_type_Setter"; |
| 511 | 513 |
| 512 static getFrequencyResponse_Callback_Float32Array_Float32Array_Float32Array(mt
his, frequencyHz, magResponse, phaseResponse) native "BiquadFilterNode_getFreque
ncyResponse_Callback_Float32Array_Float32Array_Float32Array"; | 514 static getFrequencyResponse_Callback_3(mthis, frequencyHz, magResponse, phaseR
esponse) native "BiquadFilterNode_getFrequencyResponse_Callback"; |
| 513 } | 515 } |
| 514 | 516 |
| 515 class BlinkBlob { | 517 class BlinkBlob { |
| 516 static constructorCallback_Array_DOMString_DOMString(blobParts, type, endings)
native "Blob_constructorCallback"; | 518 static constructorCallback_3(blobParts, type, endings) native "Blob_constructo
rCallback"; |
| 517 | 519 |
| 518 static size_Getter(mthis) native "Blob_size_Getter"; | 520 static size_Getter(mthis) native "Blob_size_Getter"; |
| 519 | 521 |
| 520 static type_Getter(mthis) native "Blob_type_Getter"; | 522 static type_Getter(mthis) native "Blob_type_Getter"; |
| 521 | 523 |
| 522 static close_Callback(mthis) native "Blob_close_Callback"; | 524 static close_Callback(mthis) native "Blob_close_Callback"; |
| 523 | 525 |
| 524 static slice_Callback_ll_ll_DOMString(mthis, start, end, contentType) native "
Blob_slice_Callback_long long_long long_DOMString"; | 526 static slice_Callback_3(mthis, start, end, contentType) native "Blob_slice_Cal
lback"; |
| 525 | 527 |
| 526 static slice_Callback_ll_ll(mthis, start, end) native "Blob_slice_Callback_lon
g long_long long"; | 528 static slice_Callback_2(mthis, start, end) native "Blob_slice_Callback"; |
| 527 | 529 |
| 528 static slice_Callback_ll(mthis, start) native "Blob_slice_Callback_long long"; | 530 static slice_Callback_1(mthis, start) native "Blob_slice_Callback"; |
| 529 | 531 |
| 530 static slice_Callback(mthis) native "Blob_slice_Callback"; | 532 static slice_Callback(mthis) native "Blob_slice_Callback"; |
| 531 } | 533 } |
| 532 | 534 |
| 533 class BlinkChildNode { | 535 class BlinkChildNode { |
| 534 static nextElementSibling_Getter(mthis) native "ChildNode_nextElementSibling_G
etter"; | 536 static nextElementSibling_Getter(mthis) native "ChildNode_nextElementSibling_G
etter"; |
| 535 | 537 |
| 536 static previousElementSibling_Getter(mthis) native "ChildNode_previousElementS
ibling_Getter"; | 538 static previousElementSibling_Getter(mthis) native "ChildNode_previousElementS
ibling_Getter"; |
| 537 | 539 |
| 538 static remove_Callback(mthis) native "ChildNode_remove_Callback"; | 540 static remove_Callback(mthis) native "ChildNode_remove_Callback"; |
| 539 } | 541 } |
| 540 | 542 |
| 541 class BlinkCharacterData { | 543 class BlinkCharacterData { |
| 542 static data_Getter(mthis) native "CharacterData_data_Getter"; | 544 static data_Getter(mthis) native "CharacterData_data_Getter"; |
| 543 | 545 |
| 544 static data_Setter_DOMString(mthis, value) native "CharacterData_data_Setter"; | 546 static data_Setter(mthis, value) native "CharacterData_data_Setter"; |
| 545 | 547 |
| 546 static length_Getter(mthis) native "CharacterData_length_Getter"; | 548 static length_Getter(mthis) native "CharacterData_length_Getter"; |
| 547 | 549 |
| 548 static appendData_Callback_DOMString(mthis, data) native "CharacterData_append
Data_Callback_DOMString"; | 550 static appendData_Callback_1(mthis, data) native "CharacterData_appendData_Cal
lback"; |
| 549 | 551 |
| 550 static deleteData_Callback_ul_ul(mthis, offset, length) native "CharacterData_
deleteData_Callback_unsigned long_unsigned long"; | 552 static deleteData_Callback_2(mthis, offset, length) native "CharacterData_dele
teData_Callback"; |
| 551 | 553 |
| 552 static insertData_Callback_ul_DOMString(mthis, offset, data) native "Character
Data_insertData_Callback_unsigned long_DOMString"; | 554 static insertData_Callback_2(mthis, offset, data) native "CharacterData_insert
Data_Callback"; |
| 553 | 555 |
| 554 static replaceData_Callback_ul_ul_DOMString(mthis, offset, length, data) nativ
e "CharacterData_replaceData_Callback_unsigned long_unsigned long_DOMString"; | 556 static replaceData_Callback_3(mthis, offset, length, data) native "CharacterDa
ta_replaceData_Callback"; |
| 555 | 557 |
| 556 static substringData_Callback_ul_ul(mthis, offset, length) native "CharacterDa
ta_substringData_Callback_unsigned long_unsigned long"; | 558 static substringData_Callback_2(mthis, offset, length) native "CharacterData_s
ubstringData_Callback"; |
| 557 | 559 |
| 558 static nextElementSibling_Getter(mthis) native "CharacterData_nextElementSibli
ng_Getter"; | 560 static nextElementSibling_Getter(mthis) native "CharacterData_nextElementSibli
ng_Getter"; |
| 559 | 561 |
| 560 static previousElementSibling_Getter(mthis) native "CharacterData_previousElem
entSibling_Getter"; | 562 static previousElementSibling_Getter(mthis) native "CharacterData_previousElem
entSibling_Getter"; |
| 561 } | 563 } |
| 562 | 564 |
| 563 class BlinkText { | 565 class BlinkText { |
| 564 static wholeText_Getter(mthis) native "Text_wholeText_Getter"; | 566 static wholeText_Getter(mthis) native "Text_wholeText_Getter"; |
| 565 | 567 |
| 566 static getDestinationInsertionPoints_Callback(mthis) native "Text_getDestinati
onInsertionPoints_Callback"; | 568 static getDestinationInsertionPoints_Callback(mthis) native "Text_getDestinati
onInsertionPoints_Callback"; |
| 567 | 569 |
| 568 static splitText_Callback_ul(mthis, offset) native "Text_splitText_Callback_un
signed long"; | 570 static splitText_Callback_1(mthis, offset) native "Text_splitText_Callback"; |
| 569 } | 571 } |
| 570 | 572 |
| 571 class BlinkCDATASection {} | 573 class BlinkCDATASection {} |
| 572 | 574 |
| 573 class BlinkCSS { | 575 class BlinkCSS { |
| 574 static supports_Callback_DOMString_DOMString(mthis, property, value) native "C
SS_supports_Callback_DOMString_DOMString"; | 576 static supports_Callback_2(mthis, property, value) native "CSS_supports_Callba
ck"; |
| 575 | 577 |
| 576 static supports_Callback_DOMString(mthis, conditionText) native "CSS_supports_
Callback_DOMString"; | 578 static supports_Callback_1(mthis, conditionText) native "CSS_supports_Callback
"; |
| 577 } | 579 } |
| 578 | 580 |
| 579 class BlinkCSSRule { | 581 class BlinkCSSRule { |
| 580 static cssText_Getter(mthis) native "CSSRule_cssText_Getter"; | 582 static cssText_Getter(mthis) native "CSSRule_cssText_Getter"; |
| 581 | 583 |
| 582 static cssText_Setter_DOMString(mthis, value) native "CSSRule_cssText_Setter"; | 584 static cssText_Setter(mthis, value) native "CSSRule_cssText_Setter"; |
| 583 | 585 |
| 584 static parentRule_Getter(mthis) native "CSSRule_parentRule_Getter"; | 586 static parentRule_Getter(mthis) native "CSSRule_parentRule_Getter"; |
| 585 | 587 |
| 586 static parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_Getter"
; | 588 static parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_Getter"
; |
| 587 | 589 |
| 588 static type_Getter(mthis) native "CSSRule_type_Getter"; | 590 static type_Getter(mthis) native "CSSRule_type_Getter"; |
| 589 } | 591 } |
| 590 | 592 |
| 591 class BlinkCSSCharsetRule { | 593 class BlinkCSSCharsetRule { |
| 592 static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter"; | 594 static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter"; |
| 593 | 595 |
| 594 static encoding_Setter_DOMString(mthis, value) native "CSSCharsetRule_encoding
_Setter"; | 596 static encoding_Setter(mthis, value) native "CSSCharsetRule_encoding_Setter"; |
| 595 } | 597 } |
| 596 | 598 |
| 597 class BlinkCSSFontFaceRule { | 599 class BlinkCSSFontFaceRule { |
| 598 static style_Getter(mthis) native "CSSFontFaceRule_style_Getter"; | 600 static style_Getter(mthis) native "CSSFontFaceRule_style_Getter"; |
| 599 } | 601 } |
| 600 | 602 |
| 601 class BlinkCSSImportRule { | 603 class BlinkCSSImportRule { |
| 602 static href_Getter(mthis) native "CSSImportRule_href_Getter"; | 604 static href_Getter(mthis) native "CSSImportRule_href_Getter"; |
| 603 | 605 |
| 604 static media_Getter(mthis) native "CSSImportRule_media_Getter"; | 606 static media_Getter(mthis) native "CSSImportRule_media_Getter"; |
| 605 | 607 |
| 606 static styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter"; | 608 static styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter"; |
| 607 } | 609 } |
| 608 | 610 |
| 609 class BlinkCSSKeyframeRule { | 611 class BlinkCSSKeyframeRule { |
| 610 static keyText_Getter(mthis) native "CSSKeyframeRule_keyText_Getter"; | 612 static keyText_Getter(mthis) native "CSSKeyframeRule_keyText_Getter"; |
| 611 | 613 |
| 612 static keyText_Setter_DOMString(mthis, value) native "CSSKeyframeRule_keyText_
Setter"; | 614 static keyText_Setter(mthis, value) native "CSSKeyframeRule_keyText_Setter"; |
| 613 | 615 |
| 614 static style_Getter(mthis) native "CSSKeyframeRule_style_Getter"; | 616 static style_Getter(mthis) native "CSSKeyframeRule_style_Getter"; |
| 615 } | 617 } |
| 616 | 618 |
| 617 class BlinkCSSKeyframesRule { | 619 class BlinkCSSKeyframesRule { |
| 618 static cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules_Getter"; | 620 static cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules_Getter"; |
| 619 | 621 |
| 620 static name_Getter(mthis) native "CSSKeyframesRule_name_Getter"; | 622 static name_Getter(mthis) native "CSSKeyframesRule_name_Getter"; |
| 621 | 623 |
| 622 static name_Setter_DOMString(mthis, value) native "CSSKeyframesRule_name_Sette
r"; | 624 static name_Setter(mthis, value) native "CSSKeyframesRule_name_Setter"; |
| 623 | 625 |
| 624 static $__getter___Callback_ul(mthis, index) native "CSSKeyframesRule___getter
___Callback_unsigned long"; | 626 static $__getter___Callback_1(mthis, index) native "CSSKeyframesRule___getter_
__Callback"; |
| 625 | 627 |
| 626 static deleteRule_Callback_DOMString(mthis, key) native "CSSKeyframesRule_dele
teRule_Callback_DOMString"; | 628 static deleteRule_Callback_1(mthis, key) native "CSSKeyframesRule_deleteRule_C
allback"; |
| 627 | 629 |
| 628 static findRule_Callback_DOMString(mthis, key) native "CSSKeyframesRule_findRu
le_Callback_DOMString"; | 630 static findRule_Callback_1(mthis, key) native "CSSKeyframesRule_findRule_Callb
ack"; |
| 629 | 631 |
| 630 static insertRule_Callback_DOMString(mthis, rule) native "CSSKeyframesRule_ins
ertRule_Callback_DOMString"; | 632 static insertRule_Callback_1(mthis, rule) native "CSSKeyframesRule_insertRule_
Callback"; |
| 631 } | 633 } |
| 632 | 634 |
| 633 class BlinkCSSMediaRule { | 635 class BlinkCSSMediaRule { |
| 634 static cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter"; | 636 static cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter"; |
| 635 | 637 |
| 636 static media_Getter(mthis) native "CSSMediaRule_media_Getter"; | 638 static media_Getter(mthis) native "CSSMediaRule_media_Getter"; |
| 637 | 639 |
| 638 static deleteRule_Callback_ul(mthis, index) native "CSSMediaRule_deleteRule_Ca
llback_unsigned long"; | 640 static deleteRule_Callback_1(mthis, index) native "CSSMediaRule_deleteRule_Cal
lback"; |
| 639 | 641 |
| 640 static insertRule_Callback_DOMString_ul(mthis, rule, index) native "CSSMediaRu
le_insertRule_Callback_DOMString_unsigned long"; | 642 static insertRule_Callback_2(mthis, rule, index) native "CSSMediaRule_insertRu
le_Callback"; |
| 641 } | 643 } |
| 642 | 644 |
| 643 class BlinkCSSPageRule { | 645 class BlinkCSSPageRule { |
| 644 static selectorText_Getter(mthis) native "CSSPageRule_selectorText_Getter"; | 646 static selectorText_Getter(mthis) native "CSSPageRule_selectorText_Getter"; |
| 645 | 647 |
| 646 static selectorText_Setter_DOMString(mthis, value) native "CSSPageRule_selecto
rText_Setter"; | 648 static selectorText_Setter(mthis, value) native "CSSPageRule_selectorText_Sett
er"; |
| 647 | 649 |
| 648 static style_Getter(mthis) native "CSSPageRule_style_Getter"; | 650 static style_Getter(mthis) native "CSSPageRule_style_Getter"; |
| 649 } | 651 } |
| 650 | 652 |
| 651 class BlinkCSSValue {} | 653 class BlinkCSSValue {} |
| 652 | 654 |
| 653 class BlinkCSSPrimitiveValue {} | 655 class BlinkCSSPrimitiveValue {} |
| 654 | 656 |
| 655 class BlinkCSSRuleList { | 657 class BlinkCSSRuleList { |
| 656 static length_Getter(mthis) native "CSSRuleList_length_Getter"; | 658 static length_Getter(mthis) native "CSSRuleList_length_Getter"; |
| 657 | 659 |
| 658 static item_Callback_ul(mthis, index) native "CSSRuleList_item_Callback_unsign
ed long"; | 660 static item_Callback_1(mthis, index) native "CSSRuleList_item_Callback"; |
| 659 } | 661 } |
| 660 | 662 |
| 661 class BlinkCSSStyleDeclaration { | 663 class BlinkCSSStyleDeclaration { |
| 662 static cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter"; | 664 static cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter"; |
| 663 | 665 |
| 664 static cssText_Setter_DOMString(mthis, value) native "CSSStyleDeclaration_cssT
ext_Setter"; | 666 static cssText_Setter(mthis, value) native "CSSStyleDeclaration_cssText_Setter
"; |
| 665 | 667 |
| 666 static length_Getter(mthis) native "CSSStyleDeclaration_length_Getter"; | 668 static length_Getter(mthis) native "CSSStyleDeclaration_length_Getter"; |
| 667 | 669 |
| 668 static parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter"
; | 670 static parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter"
; |
| 669 | 671 |
| 670 static $__getter___Callback_DOMString(mthis, name) native "CSSStyleDeclaration
___getter___Callback"; | 672 static $__getter___Callback_1(mthis, name) native "CSSStyleDeclaration___gette
r___Callback"; |
| 671 | 673 |
| 672 static $__propertyQuery___Callback_DOMString(mthis, name) native "CSSStyleDecl
aration___propertyQuery___Callback"; | 674 static $__propertyQuery___Callback_1(mthis, name) native "CSSStyleDeclaration_
__propertyQuery___Callback"; |
| 673 | 675 |
| 674 static $__setter___Callback_DOMString_DOMString(mthis, propertyName, propertyV
alue) native "CSSStyleDeclaration___setter___Callback"; | 676 static $__setter___Callback_2(mthis, propertyName, propertyValue) native "CSSS
tyleDeclaration___setter___Callback"; |
| 675 | 677 |
| 676 static getPropertyPriority_Callback_DOMString(mthis, propertyName) native "CSS
StyleDeclaration_getPropertyPriority_Callback_DOMString"; | 678 static getPropertyPriority_Callback_1(mthis, propertyName) native "CSSStyleDec
laration_getPropertyPriority_Callback"; |
| 677 | 679 |
| 678 static getPropertyValue_Callback_DOMString(mthis, propertyName) native "CSSSty
leDeclaration_getPropertyValue_Callback_DOMString"; | 680 static getPropertyValue_Callback_1(mthis, propertyName) native "CSSStyleDeclar
ation_getPropertyValue_Callback"; |
| 679 | 681 |
| 680 static item_Callback_ul(mthis, index) native "CSSStyleDeclaration_item_Callbac
k_unsigned long"; | 682 static item_Callback_1(mthis, index) native "CSSStyleDeclaration_item_Callback
"; |
| 681 | 683 |
| 682 static removeProperty_Callback_DOMString(mthis, propertyName) native "CSSStyle
Declaration_removeProperty_Callback_DOMString"; | 684 static removeProperty_Callback_1(mthis, propertyName) native "CSSStyleDeclarat
ion_removeProperty_Callback"; |
| 683 | 685 |
| 684 static setProperty_Callback_DOMString_DOMString_DOMString(mthis, propertyName,
value, priority) native "CSSStyleDeclaration_setProperty_Callback_DOMString_DOM
String_DOMString"; | 686 static setProperty_Callback_3(mthis, propertyName, value, priority) native "CS
SStyleDeclaration_setProperty_Callback"; |
| 685 } | 687 } |
| 686 | 688 |
| 687 class BlinkCSSStyleRule { | 689 class BlinkCSSStyleRule { |
| 688 static selectorText_Getter(mthis) native "CSSStyleRule_selectorText_Getter"; | 690 static selectorText_Getter(mthis) native "CSSStyleRule_selectorText_Getter"; |
| 689 | 691 |
| 690 static selectorText_Setter_DOMString(mthis, value) native "CSSStyleRule_select
orText_Setter"; | 692 static selectorText_Setter(mthis, value) native "CSSStyleRule_selectorText_Set
ter"; |
| 691 | 693 |
| 692 static style_Getter(mthis) native "CSSStyleRule_style_Getter"; | 694 static style_Getter(mthis) native "CSSStyleRule_style_Getter"; |
| 693 } | 695 } |
| 694 | 696 |
| 695 class BlinkStyleSheet { | 697 class BlinkStyleSheet { |
| 696 static disabled_Getter(mthis) native "StyleSheet_disabled_Getter"; | 698 static disabled_Getter(mthis) native "StyleSheet_disabled_Getter"; |
| 697 | 699 |
| 698 static disabled_Setter_boolean(mthis, value) native "StyleSheet_disabled_Sette
r"; | 700 static disabled_Setter(mthis, value) native "StyleSheet_disabled_Setter"; |
| 699 | 701 |
| 700 static href_Getter(mthis) native "StyleSheet_href_Getter"; | 702 static href_Getter(mthis) native "StyleSheet_href_Getter"; |
| 701 | 703 |
| 702 static media_Getter(mthis) native "StyleSheet_media_Getter"; | 704 static media_Getter(mthis) native "StyleSheet_media_Getter"; |
| 703 | 705 |
| 704 static ownerNode_Getter(mthis) native "StyleSheet_ownerNode_Getter"; | 706 static ownerNode_Getter(mthis) native "StyleSheet_ownerNode_Getter"; |
| 705 | 707 |
| 706 static parentStyleSheet_Getter(mthis) native "StyleSheet_parentStyleSheet_Gett
er"; | 708 static parentStyleSheet_Getter(mthis) native "StyleSheet_parentStyleSheet_Gett
er"; |
| 707 | 709 |
| 708 static title_Getter(mthis) native "StyleSheet_title_Getter"; | 710 static title_Getter(mthis) native "StyleSheet_title_Getter"; |
| 709 | 711 |
| 710 static type_Getter(mthis) native "StyleSheet_type_Getter"; | 712 static type_Getter(mthis) native "StyleSheet_type_Getter"; |
| 711 } | 713 } |
| 712 | 714 |
| 713 class BlinkCSSStyleSheet { | 715 class BlinkCSSStyleSheet { |
| 714 static cssRules_Getter(mthis) native "CSSStyleSheet_cssRules_Getter"; | 716 static cssRules_Getter(mthis) native "CSSStyleSheet_cssRules_Getter"; |
| 715 | 717 |
| 716 static ownerRule_Getter(mthis) native "CSSStyleSheet_ownerRule_Getter"; | 718 static ownerRule_Getter(mthis) native "CSSStyleSheet_ownerRule_Getter"; |
| 717 | 719 |
| 718 static rules_Getter(mthis) native "CSSStyleSheet_rules_Getter"; | 720 static rules_Getter(mthis) native "CSSStyleSheet_rules_Getter"; |
| 719 | 721 |
| 720 static addRule_Callback_DOMString_DOMString_ul(mthis, selector, style, index)
native "CSSStyleSheet_addRule_Callback_DOMString_DOMString_unsigned long"; | 722 static addRule_Callback_3(mthis, selector, style, index) native "CSSStyleSheet
_addRule_Callback"; |
| 721 | 723 |
| 722 static addRule_Callback_DOMString_DOMString(mthis, selector, style) native "CS
SStyleSheet_addRule_Callback_DOMString_DOMString"; | 724 static addRule_Callback_2(mthis, selector, style) native "CSSStyleSheet_addRul
e_Callback"; |
| 723 | 725 |
| 724 static deleteRule_Callback_ul(mthis, index) native "CSSStyleSheet_deleteRule_C
allback_unsigned long"; | 726 static deleteRule_Callback_1(mthis, index) native "CSSStyleSheet_deleteRule_Ca
llback"; |
| 725 | 727 |
| 726 static insertRule_Callback_DOMString_ul(mthis, rule, index) native "CSSStyleSh
eet_insertRule_Callback_DOMString_unsigned long"; | 728 static insertRule_Callback_2(mthis, rule, index) native "CSSStyleSheet_insertR
ule_Callback"; |
| 727 | 729 |
| 728 static insertRule_Callback_DOMString(mthis, rule) native "CSSStyleSheet_insert
Rule_Callback_DOMString"; | 730 static insertRule_Callback_1(mthis, rule) native "CSSStyleSheet_insertRule_Cal
lback"; |
| 729 | 731 |
| 730 static removeRule_Callback_ul(mthis, index) native "CSSStyleSheet_removeRule_C
allback_unsigned long"; | 732 static removeRule_Callback_1(mthis, index) native "CSSStyleSheet_removeRule_Ca
llback"; |
| 731 } | 733 } |
| 732 | 734 |
| 733 class BlinkCSSSupportsRule { | 735 class BlinkCSSSupportsRule { |
| 734 static conditionText_Getter(mthis) native "CSSSupportsRule_conditionText_Gette
r"; | 736 static conditionText_Getter(mthis) native "CSSSupportsRule_conditionText_Gette
r"; |
| 735 | 737 |
| 736 static cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_Getter"; | 738 static cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_Getter"; |
| 737 | 739 |
| 738 static deleteRule_Callback_ul(mthis, index) native "CSSSupportsRule_deleteRule
_Callback_unsigned long"; | 740 static deleteRule_Callback_1(mthis, index) native "CSSSupportsRule_deleteRule_
Callback"; |
| 739 | 741 |
| 740 static insertRule_Callback_DOMString_ul(mthis, rule, index) native "CSSSupport
sRule_insertRule_Callback_DOMString_unsigned long"; | 742 static insertRule_Callback_2(mthis, rule, index) native "CSSSupportsRule_inser
tRule_Callback"; |
| 741 } | 743 } |
| 742 | 744 |
| 743 class BlinkCSSUnknownRule {} | 745 class BlinkCSSUnknownRule {} |
| 744 | 746 |
| 745 class BlinkCSSValueList { | 747 class BlinkCSSValueList { |
| 746 static length_Getter(mthis) native "CSSValueList_length_Getter"; | 748 static length_Getter(mthis) native "CSSValueList_length_Getter"; |
| 747 | 749 |
| 748 static item_Callback_ul(mthis, index) native "CSSValueList_item_Callback_unsig
ned long"; | 750 static item_Callback_1(mthis, index) native "CSSValueList_item_Callback"; |
| 749 } | 751 } |
| 750 | 752 |
| 751 class BlinkCSSViewportRule { | 753 class BlinkCSSViewportRule { |
| 752 static style_Getter(mthis) native "CSSViewportRule_style_Getter"; | 754 static style_Getter(mthis) native "CSSViewportRule_style_Getter"; |
| 753 } | 755 } |
| 754 | 756 |
| 755 class BlinkCache {} | 757 class BlinkCache {} |
| 756 | 758 |
| 757 class BlinkCacheStorage { | 759 class BlinkCacheStorage { |
| 758 static create_Callback_DOMString(mthis, cacheName) native "CacheStorage_create
_Callback_DOMString"; | 760 static create_Callback_1(mthis, cacheName) native "CacheStorage_create_Callbac
k"; |
| 759 | 761 |
| 760 static delete_Callback_DOMString(mthis, cacheName) native "CacheStorage_delete
_Callback_DOMString"; | 762 static delete_Callback_1(mthis, cacheName) native "CacheStorage_delete_Callbac
k"; |
| 761 | 763 |
| 762 static get_Callback_DOMString(mthis, cacheName) native "CacheStorage_get_Callb
ack_DOMString"; | 764 static get_Callback_1(mthis, cacheName) native "CacheStorage_get_Callback"; |
| 763 | 765 |
| 764 static has_Callback_DOMString(mthis, cacheName) native "CacheStorage_has_Callb
ack_DOMString"; | 766 static has_Callback_1(mthis, cacheName) native "CacheStorage_has_Callback"; |
| 765 | 767 |
| 766 static keys_Callback(mthis) native "CacheStorage_keys_Callback"; | 768 static keys_Callback(mthis) native "CacheStorage_keys_Callback"; |
| 767 } | 769 } |
| 768 | 770 |
| 769 class BlinkCanvas2DContextAttributes { | 771 class BlinkCanvas2DContextAttributes { |
| 770 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; | 772 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; |
| 771 | 773 |
| 772 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al
pha_Setter"; | 774 static alpha_Setter(mthis, value) native "Canvas2DContextAttributes_alpha_Sett
er"; |
| 773 | 775 |
| 774 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter"
; | 776 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter"
; |
| 775 | 777 |
| 776 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute
s_storage_Setter"; | 778 static storage_Setter(mthis, value) native "Canvas2DContextAttributes_storage_
Setter"; |
| 777 } | 779 } |
| 778 | 780 |
| 779 class BlinkCanvasGradient { | 781 class BlinkCanvasGradient { |
| 780 static addColorStop_Callback_float_DOMString(mthis, offset, color) native "Can
vasGradient_addColorStop_Callback_float_DOMString"; | 782 static addColorStop_Callback_2(mthis, offset, color) native "CanvasGradient_ad
dColorStop_Callback"; |
| 781 } | 783 } |
| 782 | 784 |
| 783 class BlinkCanvasPathMethods {} | 785 class BlinkCanvasPathMethods {} |
| 784 | 786 |
| 785 class BlinkCanvasPattern {} | 787 class BlinkCanvasPattern {} |
| 786 | 788 |
| 787 class BlinkCanvasRenderingContext2D { | 789 class BlinkCanvasRenderingContext2D { |
| 788 static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter"; | 790 static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter"; |
| 789 | 791 |
| 790 static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_current
Transform_Getter"; | 792 static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_current
Transform_Getter"; |
| 791 | 793 |
| 792 static currentTransform_Setter_SVGMatrix(mthis, value) native "CanvasRendering
Context2D_currentTransform_Setter"; | 794 static currentTransform_Setter(mthis, value) native "CanvasRenderingContext2D_
currentTransform_Setter"; |
| 793 | 795 |
| 794 static fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Gett
er"; | 796 static fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Gett
er"; |
| 795 | 797 |
| 796 static fillStyle_Setter_object(mthis, value) native "CanvasRenderingContext2D_
fillStyle_Setter"; | 798 static fillStyle_Setter(mthis, value) native "CanvasRenderingContext2D_fillSty
le_Setter"; |
| 797 | 799 |
| 798 static font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter"; | 800 static font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter"; |
| 799 | 801 |
| 800 static font_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_fo
nt_Setter"; | 802 static font_Setter(mthis, value) native "CanvasRenderingContext2D_font_Setter"
; |
| 801 | 803 |
| 802 static globalAlpha_Getter(mthis) native "CanvasRenderingContext2D_globalAlpha_
Getter"; | 804 static globalAlpha_Getter(mthis) native "CanvasRenderingContext2D_globalAlpha_
Getter"; |
| 803 | 805 |
| 804 static globalAlpha_Setter_float(mthis, value) native "CanvasRenderingContext2D
_globalAlpha_Setter"; | 806 static globalAlpha_Setter(mthis, value) native "CanvasRenderingContext2D_globa
lAlpha_Setter"; |
| 805 | 807 |
| 806 static globalCompositeOperation_Getter(mthis) native "CanvasRenderingContext2D
_globalCompositeOperation_Getter"; | 808 static globalCompositeOperation_Getter(mthis) native "CanvasRenderingContext2D
_globalCompositeOperation_Getter"; |
| 807 | 809 |
| 808 static globalCompositeOperation_Setter_DOMString(mthis, value) native "CanvasR
enderingContext2D_globalCompositeOperation_Setter"; | 810 static globalCompositeOperation_Setter(mthis, value) native "CanvasRenderingCo
ntext2D_globalCompositeOperation_Setter"; |
| 809 | 811 |
| 810 static imageSmoothingEnabled_Getter(mthis) native "CanvasRenderingContext2D_im
ageSmoothingEnabled_Getter"; | 812 static imageSmoothingEnabled_Getter(mthis) native "CanvasRenderingContext2D_im
ageSmoothingEnabled_Getter"; |
| 811 | 813 |
| 812 static imageSmoothingEnabled_Setter_boolean(mthis, value) native "CanvasRender
ingContext2D_imageSmoothingEnabled_Setter"; | 814 static imageSmoothingEnabled_Setter(mthis, value) native "CanvasRenderingConte
xt2D_imageSmoothingEnabled_Setter"; |
| 813 | 815 |
| 814 static lineCap_Getter(mthis) native "CanvasRenderingContext2D_lineCap_Getter"; | 816 static lineCap_Getter(mthis) native "CanvasRenderingContext2D_lineCap_Getter"; |
| 815 | 817 |
| 816 static lineCap_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D
_lineCap_Setter"; | 818 static lineCap_Setter(mthis, value) native "CanvasRenderingContext2D_lineCap_S
etter"; |
| 817 | 819 |
| 818 static lineDashOffset_Getter(mthis) native "CanvasRenderingContext2D_lineDashO
ffset_Getter"; | 820 static lineDashOffset_Getter(mthis) native "CanvasRenderingContext2D_lineDashO
ffset_Getter"; |
| 819 | 821 |
| 820 static lineDashOffset_Setter_float(mthis, value) native "CanvasRenderingContex
t2D_lineDashOffset_Setter"; | 822 static lineDashOffset_Setter(mthis, value) native "CanvasRenderingContext2D_li
neDashOffset_Setter"; |
| 821 | 823 |
| 822 static lineJoin_Getter(mthis) native "CanvasRenderingContext2D_lineJoin_Getter
"; | 824 static lineJoin_Getter(mthis) native "CanvasRenderingContext2D_lineJoin_Getter
"; |
| 823 | 825 |
| 824 static lineJoin_Setter_DOMString(mthis, value) native "CanvasRenderingContext2
D_lineJoin_Setter"; | 826 static lineJoin_Setter(mthis, value) native "CanvasRenderingContext2D_lineJoin
_Setter"; |
| 825 | 827 |
| 826 static lineWidth_Getter(mthis) native "CanvasRenderingContext2D_lineWidth_Gett
er"; | 828 static lineWidth_Getter(mthis) native "CanvasRenderingContext2D_lineWidth_Gett
er"; |
| 827 | 829 |
| 828 static lineWidth_Setter_float(mthis, value) native "CanvasRenderingContext2D_l
ineWidth_Setter"; | 830 static lineWidth_Setter(mthis, value) native "CanvasRenderingContext2D_lineWid
th_Setter"; |
| 829 | 831 |
| 830 static miterLimit_Getter(mthis) native "CanvasRenderingContext2D_miterLimit_Ge
tter"; | 832 static miterLimit_Getter(mthis) native "CanvasRenderingContext2D_miterLimit_Ge
tter"; |
| 831 | 833 |
| 832 static miterLimit_Setter_float(mthis, value) native "CanvasRenderingContext2D_
miterLimit_Setter"; | 834 static miterLimit_Setter(mthis, value) native "CanvasRenderingContext2D_miterL
imit_Setter"; |
| 833 | 835 |
| 834 static shadowBlur_Getter(mthis) native "CanvasRenderingContext2D_shadowBlur_Ge
tter"; | 836 static shadowBlur_Getter(mthis) native "CanvasRenderingContext2D_shadowBlur_Ge
tter"; |
| 835 | 837 |
| 836 static shadowBlur_Setter_float(mthis, value) native "CanvasRenderingContext2D_
shadowBlur_Setter"; | 838 static shadowBlur_Setter(mthis, value) native "CanvasRenderingContext2D_shadow
Blur_Setter"; |
| 837 | 839 |
| 838 static shadowColor_Getter(mthis) native "CanvasRenderingContext2D_shadowColor_
Getter"; | 840 static shadowColor_Getter(mthis) native "CanvasRenderingContext2D_shadowColor_
Getter"; |
| 839 | 841 |
| 840 static shadowColor_Setter_DOMString(mthis, value) native "CanvasRenderingConte
xt2D_shadowColor_Setter"; | 842 static shadowColor_Setter(mthis, value) native "CanvasRenderingContext2D_shado
wColor_Setter"; |
| 841 | 843 |
| 842 static shadowOffsetX_Getter(mthis) native "CanvasRenderingContext2D_shadowOffs
etX_Getter"; | 844 static shadowOffsetX_Getter(mthis) native "CanvasRenderingContext2D_shadowOffs
etX_Getter"; |
| 843 | 845 |
| 844 static shadowOffsetX_Setter_float(mthis, value) native "CanvasRenderingContext
2D_shadowOffsetX_Setter"; | 846 static shadowOffsetX_Setter(mthis, value) native "CanvasRenderingContext2D_sha
dowOffsetX_Setter"; |
| 845 | 847 |
| 846 static shadowOffsetY_Getter(mthis) native "CanvasRenderingContext2D_shadowOffs
etY_Getter"; | 848 static shadowOffsetY_Getter(mthis) native "CanvasRenderingContext2D_shadowOffs
etY_Getter"; |
| 847 | 849 |
| 848 static shadowOffsetY_Setter_float(mthis, value) native "CanvasRenderingContext
2D_shadowOffsetY_Setter"; | 850 static shadowOffsetY_Setter(mthis, value) native "CanvasRenderingContext2D_sha
dowOffsetY_Setter"; |
| 849 | 851 |
| 850 static strokeStyle_Getter(mthis) native "CanvasRenderingContext2D_strokeStyle_
Getter"; | 852 static strokeStyle_Getter(mthis) native "CanvasRenderingContext2D_strokeStyle_
Getter"; |
| 851 | 853 |
| 852 static strokeStyle_Setter_object(mthis, value) native "CanvasRenderingContext2
D_strokeStyle_Setter"; | 854 static strokeStyle_Setter(mthis, value) native "CanvasRenderingContext2D_strok
eStyle_Setter"; |
| 853 | 855 |
| 854 static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Gett
er"; | 856 static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Gett
er"; |
| 855 | 857 |
| 856 static textAlign_Setter_DOMString(mthis, value) native "CanvasRenderingContext
2D_textAlign_Setter"; | 858 static textAlign_Setter(mthis, value) native "CanvasRenderingContext2D_textAli
gn_Setter"; |
| 857 | 859 |
| 858 static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaselin
e_Getter"; | 860 static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaselin
e_Getter"; |
| 859 | 861 |
| 860 static textBaseline_Setter_DOMString(mthis, value) native "CanvasRenderingCont
ext2D_textBaseline_Setter"; | 862 static textBaseline_Setter(mthis, value) native "CanvasRenderingContext2D_text
Baseline_Setter"; |
| 861 | 863 |
| 862 static addHitRegion_Callback_Dictionary(mthis, options) native "CanvasRenderin
gContext2D_addHitRegion_Callback_Dictionary"; | 864 static addHitRegion_Callback_1(mthis, options) native "CanvasRenderingContext2
D_addHitRegion_Callback"; |
| 865 |
| 866 static addHitRegion_Callback(mthis) native "CanvasRenderingContext2D_addHitReg
ion_Callback"; |
| 863 | 867 |
| 864 static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Ca
llback"; | 868 static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Ca
llback"; |
| 865 | 869 |
| 866 static clearHitRegions_Callback(mthis) native "CanvasRenderingContext2D_clearH
itRegions_Callback"; | 870 static clearHitRegions_Callback(mthis) native "CanvasRenderingContext2D_clearH
itRegions_Callback"; |
| 867 | 871 |
| 868 static clearRect_Callback_float_float_float_float(mthis, x, y, width, height)
native "CanvasRenderingContext2D_clearRect_Callback_float_float_float_float"; | 872 static clearRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderin
gContext2D_clearRect_Callback"; |
| 869 | 873 |
| 870 static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback"; | 874 static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback"; |
| 871 | 875 |
| 872 static clip_Callback_DOMString(mthis, path_OR_winding) native "CanvasRendering
Context2D_clip_Callback_DOMString"; | 876 static clip_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2
D_clip_Callback"; |
| 873 | 877 |
| 874 static clip_Callback_Path2D(mthis, path_OR_winding) native "CanvasRenderingCon
text2D_clip_Callback_Path2D"; | 878 static clip_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderin
gContext2D_clip_Callback"; |
| 875 | 879 |
| 876 static clip_Callback_Path2D_DOMString(mthis, path_OR_winding, winding) native
"CanvasRenderingContext2D_clip_Callback_Path2D_DOMString"; | 880 static createImageData_Callback_2(mthis, sw, sh) native "CanvasRenderingContex
t2D_createImageData_Callback"; |
| 877 | 881 |
| 878 static createImageData_Callback_float_float(mthis, sw, sh) native "CanvasRende
ringContext2D_createImageData_Callback_float_float"; | 882 static createImageData_Callback_1(mthis, imagedata) native "CanvasRenderingCon
text2D_createImageData_Callback"; |
| 879 | 883 |
| 880 static createImageData_Callback_ImageData(mthis, imagedata) native "CanvasRend
eringContext2D_createImageData_Callback_ImageData"; | 884 static createLinearGradient_Callback_4(mthis, x0, y0, x1, y1) native "CanvasRe
nderingContext2D_createLinearGradient_Callback"; |
| 881 | 885 |
| 882 static createLinearGradient_Callback_float_float_float_float(mthis, x0, y0, x1
, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback_float_float
_float_float"; | 886 static createPattern_Callback_2(mthis, canvas_OR_image, repetitionType) native
"CanvasRenderingContext2D_createPattern_Callback"; |
| 883 | 887 |
| 884 static createPattern_Callback_HTMLCanvasElement_DOMString(mthis, canvas_OR_ima
ge, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_HTML
CanvasElement_DOMString"; | 888 static createRadialGradient_Callback_6(mthis, x0, y0, r0, x1, y1, r1) native "
CanvasRenderingContext2D_createRadialGradient_Callback"; |
| 885 | 889 |
| 886 static createPattern_Callback_HTMLVideoElement_DOMString(mthis, canvas_OR_imag
e, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLV
ideoElement_DOMString"; | 890 static drawFocusIfNeeded_Callback_1(mthis, element_OR_path) native "CanvasRend
eringContext2D_drawFocusIfNeeded_Callback"; |
| 887 | 891 |
| 888 static createPattern_Callback_HTMLImageElement_DOMString(mthis, image, repetit
ionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLImageElemen
t_DOMString"; | 892 static drawFocusIfNeeded_Callback_2(mthis, element_OR_path, element) native "C
anvasRenderingContext2D_drawFocusIfNeeded_Callback"; |
| 889 | 893 |
| 890 static createRadialGradient_Callback_float_float_float_float_float_float(mthis
, x0, y0, r0, x1, y1, r1) native "CanvasRenderingContext2D_createRadialGradient_
Callback_float_float_float_float_float_float"; | 894 static drawImage_Callback_3(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx
_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback"; |
| 891 | 895 |
| 892 static drawFocusIfNeeded_Callback_Element(mthis, element_OR_path) native "Canv
asRenderingContext2D_drawFocusIfNeeded_Callback_Element"; | 896 static drawImage_Callback_5(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx
_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_draw
Image_Callback"; |
| 893 | 897 |
| 894 static drawFocusIfNeeded_Callback_Path2D_Element(mthis, element_OR_path, eleme
nt) native "CanvasRenderingContext2D_drawFocusIfNeeded_Callback_Path2D_Element"; | 898 static drawImage_Callback_9(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx
_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderi
ngContext2D_drawImage_Callback"; |
| 895 | |
| 896 static drawImage_Callback_HTMLImageElement_float_float(mthis, canvas_OR_image_
OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_draw
Image_Callback_HTMLImageElement_float_float"; | |
| 897 | |
| 898 static drawImage_Callback_HTMLImageElement_float_float_float_float(mthis, canv
as_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh
) native "CanvasRenderingContext2D_drawImage_Callback_HTMLImageElement_float_flo
at_float_float"; | |
| 899 | |
| 900 static drawImage_Callback_HTMLImageElement_float_float_float_float_float_float
_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, s
w_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderingContext2D_drawI
mage_Callback_HTMLImageElement_float_float_float_float_float_float_float_float"; | |
| 901 | |
| 902 static drawImage_Callback_HTMLCanvasElement_float_float(mthis, canvas_OR_image
_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_dra
wImage_Callback_HTMLCanvasElement_float_float"; | |
| 903 | |
| 904 static drawImage_Callback_HTMLCanvasElement_float_float_float_float(mthis, can
vas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_s
h) native "CanvasRenderingContext2D_drawImage_Callback_HTMLCanvasElement_float_f
loat_float_float"; | |
| 905 | |
| 906 static drawImage_Callback_HTMLCanvasElement_float_float_float_float_float_floa
t_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y,
sw_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderingContext2D_draw
Image_Callback_HTMLCanvasElement_float_float_float_float_float_float_float_float
"; | |
| 907 | |
| 908 static drawImage_Callback_HTMLVideoElement_float_float(mthis, canvas_OR_image_
OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_draw
Image_Callback_HTMLVideoElement_float_float"; | |
| 909 | |
| 910 static drawImage_Callback_HTMLVideoElement_float_float_float_float(mthis, canv
as_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh
) native "CanvasRenderingContext2D_drawImage_Callback_HTMLVideoElement_float_flo
at_float_float"; | |
| 911 | |
| 912 static drawImage_Callback_HTMLVideoElement_float_float_float_float_float_float
_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, s
w_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderingContext2D_drawI
mage_Callback_HTMLVideoElement_float_float_float_float_float_float_float_float"; | |
| 913 | |
| 914 static drawImage_Callback_ImageBitmap_float_float(mthis, canvas_OR_image_OR_im
ageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage
_Callback_ImageBitmap_float_float"; | |
| 915 | |
| 916 static drawImage_Callback_ImageBitmap_float_float_float_float(mthis, canvas_OR
_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) nat
ive "CanvasRenderingContext2D_drawImage_Callback_ImageBitmap_float_float_float_f
loat"; | |
| 917 | |
| 918 static drawImage_Callback_ImageBitmap_float_float_float_float_float_float_floa
t_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_
width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderingContext2D_drawImage_
Callback_ImageBitmap_float_float_float_float_float_float_float_float"; | |
| 919 | 899 |
| 920 static fill_Callback(mthis) native "CanvasRenderingContext2D_fill_Callback"; | 900 static fill_Callback(mthis) native "CanvasRenderingContext2D_fill_Callback"; |
| 921 | 901 |
| 922 static fill_Callback_DOMString(mthis, path_OR_winding) native "CanvasRendering
Context2D_fill_Callback_DOMString"; | 902 static fill_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2
D_fill_Callback"; |
| 923 | 903 |
| 924 static fill_Callback_Path2D(mthis, path_OR_winding) native "CanvasRenderingCon
text2D_fill_Callback_Path2D"; | 904 static fill_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderin
gContext2D_fill_Callback"; |
| 925 | 905 |
| 926 static fill_Callback_Path2D_DOMString(mthis, path_OR_winding, winding) native
"CanvasRenderingContext2D_fill_Callback_Path2D_DOMString"; | 906 static fillRect_Callback_4(mthis, x, y, width, height) native "CanvasRendering
Context2D_fillRect_Callback"; |
| 927 | 907 |
| 928 static fillRect_Callback_float_float_float_float(mthis, x, y, width, height) n
ative "CanvasRenderingContext2D_fillRect_Callback_float_float_float_float"; | 908 static fillText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRenderin
gContext2D_fillText_Callback"; |
| 929 | 909 |
| 930 static fillText_Callback_DOMString_float_float_float(mthis, text, x, y, maxWid
th) native "CanvasRenderingContext2D_fillText_Callback_DOMString_float_float_flo
at"; | 910 static fillText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext2D
_fillText_Callback"; |
| 931 | |
| 932 static fillText_Callback_DOMString_float_float(mthis, text, x, y) native "Canv
asRenderingContext2D_fillText_Callback_DOMString_float_float"; | |
| 933 | 911 |
| 934 static getContextAttributes_Callback(mthis) native "CanvasRenderingContext2D_g
etContextAttributes_Callback"; | 912 static getContextAttributes_Callback(mthis) native "CanvasRenderingContext2D_g
etContextAttributes_Callback"; |
| 935 | 913 |
| 936 static getImageData_Callback_float_float_float_float(mthis, sx, sy, sw, sh) na
tive "CanvasRenderingContext2D_getImageData_Callback_float_float_float_float"; | 914 static getImageData_Callback_4(mthis, sx, sy, sw, sh) native "CanvasRenderingC
ontext2D_getImageData_Callback"; |
| 937 | 915 |
| 938 static getLineDash_Callback(mthis) native "CanvasRenderingContext2D_getLineDas
h_Callback"; | 916 static getLineDash_Callback(mthis) native "CanvasRenderingContext2D_getLineDas
h_Callback"; |
| 939 | 917 |
| 940 static isContextLost_Callback(mthis) native "CanvasRenderingContext2D_isContex
tLost_Callback"; | 918 static isContextLost_Callback(mthis) native "CanvasRenderingContext2D_isContex
tLost_Callback"; |
| 941 | 919 |
| 942 static isPointInPath_Callback_float_float(mthis, path_OR_x, x_OR_y) native "Ca
nvasRenderingContext2D_isPointInPath_Callback_float_float"; | 920 static isPointInPath_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRender
ingContext2D_isPointInPath_Callback"; |
| 943 | 921 |
| 944 static isPointInPath_Callback_float_float_DOMString(mthis, path_OR_x, x_OR_y,
winding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback_float_floa
t_DOMString"; | 922 static isPointInPath_Callback_3(mthis, path_OR_x, x_OR_y, winding_OR_y) native
"CanvasRenderingContext2D_isPointInPath_Callback"; |
| 945 | 923 |
| 946 static isPointInPath_Callback_Path2D_float_float(mthis, path_OR_x, x_OR_y, win
ding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback_Path2D_float_
float"; | 924 static isPointInPath_Callback_4(mthis, path_OR_x, x_OR_y, winding_OR_y, windin
g) native "CanvasRenderingContext2D_isPointInPath_Callback"; |
| 947 | 925 |
| 948 static isPointInPath_Callback_Path2D_float_float_DOMString(mthis, path_OR_x, x
_OR_y, winding_OR_y, winding) native "CanvasRenderingContext2D_isPointInPath_Cal
lback_Path2D_float_float_DOMString"; | 926 static isPointInStroke_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRend
eringContext2D_isPointInStroke_Callback"; |
| 949 | 927 |
| 950 static isPointInStroke_Callback_float_float(mthis, path_OR_x, x_OR_y) native "
CanvasRenderingContext2D_isPointInStroke_Callback_float_float"; | 928 static isPointInStroke_Callback_3(mthis, path_OR_x, x_OR_y, y) native "CanvasR
enderingContext2D_isPointInStroke_Callback"; |
| 951 | 929 |
| 952 static isPointInStroke_Callback_Path2D_float_float(mthis, path_OR_x, x_OR_y, y
) native "CanvasRenderingContext2D_isPointInStroke_Callback_Path2D_float_float"; | 930 static measureText_Callback_1(mthis, text) native "CanvasRenderingContext2D_me
asureText_Callback"; |
| 953 | 931 |
| 954 static measureText_Callback_DOMString(mthis, text) native "CanvasRenderingCont
ext2D_measureText_Callback_DOMString"; | 932 static putImageData_Callback_3(mthis, imagedata, dx, dy) native "CanvasRenderi
ngContext2D_putImageData_Callback"; |
| 955 | 933 |
| 956 static putImageData_Callback_ImageData_float_float(mthis, imagedata, dx, dy) n
ative "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float"; | 934 static putImageData_Callback_7(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirty
Width, dirtyHeight) native "CanvasRenderingContext2D_putImageData_Callback"; |
| 957 | 935 |
| 958 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"; | 936 static removeHitRegion_Callback_1(mthis, id) native "CanvasRenderingContext2D_
removeHitRegion_Callback"; |
| 959 | |
| 960 static removeHitRegion_Callback_DOMString(mthis, id) native "CanvasRenderingCo
ntext2D_removeHitRegion_Callback_DOMString"; | |
| 961 | 937 |
| 962 static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTr
ansform_Callback"; | 938 static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTr
ansform_Callback"; |
| 963 | 939 |
| 964 static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callba
ck"; | 940 static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callba
ck"; |
| 965 | 941 |
| 966 static rotate_Callback_float(mthis, angle) native "CanvasRenderingContext2D_ro
tate_Callback_float"; | 942 static rotate_Callback_1(mthis, angle) native "CanvasRenderingContext2D_rotate
_Callback"; |
| 967 | 943 |
| 968 static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback"; | 944 static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback"; |
| 969 | 945 |
| 970 static scale_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2
D_scale_Callback_float_float"; | 946 static scale_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_scale_Ca
llback"; |
| 971 | 947 |
| 972 static scrollPathIntoView_Callback_Path2D(mthis, path) native "CanvasRendering
Context2D_scrollPathIntoView_Callback_Path2D"; | 948 static scrollPathIntoView_Callback_1(mthis, path) native "CanvasRenderingConte
xt2D_scrollPathIntoView_Callback"; |
| 973 | 949 |
| 974 static scrollPathIntoView_Callback(mthis) native "CanvasRenderingContext2D_scr
ollPathIntoView_Callback"; | 950 static scrollPathIntoView_Callback(mthis) native "CanvasRenderingContext2D_scr
ollPathIntoView_Callback"; |
| 975 | 951 |
| 976 static setLineDash_Callback_SEQ_float_SEQ(mthis, dash) native "CanvasRendering
Context2D_setLineDash_Callback_sequence<unrestricted float>"; | 952 static setLineDash_Callback_1(mthis, dash) native "CanvasRenderingContext2D_se
tLineDash_Callback"; |
| 977 | 953 |
| 978 static setTransform_Callback_float_float_float_float_float_float(mthis, a, b,
c, d, e, f) native "CanvasRenderingContext2D_setTransform_Callback_float_float_f
loat_float_float_float"; | 954 static setTransform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderin
gContext2D_setTransform_Callback"; |
| 979 | 955 |
| 980 static stroke_Callback(mthis) native "CanvasRenderingContext2D_stroke_Callback
"; | 956 static stroke_Callback(mthis) native "CanvasRenderingContext2D_stroke_Callback
"; |
| 981 | 957 |
| 982 static stroke_Callback_Path2D(mthis, path) native "CanvasRenderingContext2D_st
roke_Callback_Path2D"; | 958 static stroke_Callback_1(mthis, path) native "CanvasRenderingContext2D_stroke_
Callback"; |
| 983 | 959 |
| 984 static strokeRect_Callback_float_float_float_float(mthis, x, y, width, height)
native "CanvasRenderingContext2D_strokeRect_Callback_float_float_float_float"; | 960 static strokeRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderi
ngContext2D_strokeRect_Callback"; |
| 985 | 961 |
| 986 static strokeText_Callback_DOMString_float_float_float(mthis, text, x, y, maxW
idth) native "CanvasRenderingContext2D_strokeText_Callback_DOMString_float_float
_float"; | 962 static strokeText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRender
ingContext2D_strokeText_Callback"; |
| 987 | 963 |
| 988 static strokeText_Callback_DOMString_float_float(mthis, text, x, y) native "Ca
nvasRenderingContext2D_strokeText_Callback_DOMString_float_float"; | 964 static strokeText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext
2D_strokeText_Callback"; |
| 989 | 965 |
| 990 static transform_Callback_float_float_float_float_float_float(mthis, a, b, c,
d, e, f) native "CanvasRenderingContext2D_transform_Callback_float_float_float_f
loat_float_float"; | 966 static transform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderingCo
ntext2D_transform_Callback"; |
| 991 | 967 |
| 992 static translate_Callback_float_float(mthis, x, y) native "CanvasRenderingCont
ext2D_translate_Callback_float_float"; | 968 static translate_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_tran
slate_Callback"; |
| 993 | 969 |
| 994 static arc_Callback_float_float_float_float_float_boolean(mthis, x, y, radius,
startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callb
ack_float_float_float_float_float_boolean"; | 970 static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise
) native "CanvasRenderingContext2D_arc_Callback"; |
| 995 | 971 |
| 996 static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, rad
ius) native "CanvasRenderingContext2D_arcTo_Callback_float_float_float_float_flo
at"; | 972 static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "CanvasRendering
Context2D_arcTo_Callback"; |
| 997 | 973 |
| 998 static bezierCurveTo_Callback_float_float_float_float_float_float(mthis, cp1x,
cp1y, cp2x, cp2y, x, y) native "CanvasRenderingContext2D_bezierCurveTo_Callback
_float_float_float_float_float_float"; | 974 static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "C
anvasRenderingContext2D_bezierCurveTo_Callback"; |
| 999 | 975 |
| 1000 static closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_Ca
llback"; | 976 static closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_Ca
llback"; |
| 1001 | 977 |
| 1002 static ellipse_Callback_float_float_float_float_float_float_float_boolean(mthi
s, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native
"CanvasRenderingContext2D_ellipse_Callback_float_float_float_float_float_float_
float_boolean"; | 978 static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle,
endAngle, anticlockwise) native "CanvasRenderingContext2D_ellipse_Callback"; |
| 1003 | 979 |
| 1004 static lineTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext
2D_lineTo_Callback_float_float"; | 980 static lineTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_lineTo_
Callback"; |
| 1005 | 981 |
| 1006 static moveTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext
2D_moveTo_Callback_float_float"; | 982 static moveTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_moveTo_
Callback"; |
| 1007 | 983 |
| 1008 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_float_float_float_f
loat"; | 984 static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "CanvasRender
ingContext2D_quadraticCurveTo_Callback"; |
| 1009 | 985 |
| 1010 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "CanvasRenderingContext2D_rect_Callback_float_float_float_float"; | 986 static rect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingCont
ext2D_rect_Callback"; |
| 1011 } | 987 } |
| 1012 | 988 |
| 1013 class BlinkChannelMergerNode {} | 989 class BlinkChannelMergerNode {} |
| 1014 | 990 |
| 1015 class BlinkChannelSplitterNode {} | 991 class BlinkChannelSplitterNode {} |
| 1016 | 992 |
| 1017 class BlinkGeofencingRegion { | 993 class BlinkGeofencingRegion { |
| 1018 static id_Getter(mthis) native "GeofencingRegion_id_Getter"; | 994 static id_Getter(mthis) native "GeofencingRegion_id_Getter"; |
| 1019 } | 995 } |
| 1020 | 996 |
| 1021 class BlinkCircularRegion { | 997 class BlinkCircularRegion { |
| 1022 static constructorCallback_Dictionary(init) native "CircularRegion_constructor
Callback_Dictionary"; | 998 static constructorCallback_1(init) native "CircularRegion_constructorCallback"
; |
| 1023 | 999 |
| 1024 static latitude_Getter(mthis) native "CircularRegion_latitude_Getter"; | 1000 static latitude_Getter(mthis) native "CircularRegion_latitude_Getter"; |
| 1025 | 1001 |
| 1026 static longitude_Getter(mthis) native "CircularRegion_longitude_Getter"; | 1002 static longitude_Getter(mthis) native "CircularRegion_longitude_Getter"; |
| 1027 | 1003 |
| 1028 static radius_Getter(mthis) native "CircularRegion_radius_Getter"; | 1004 static radius_Getter(mthis) native "CircularRegion_radius_Getter"; |
| 1029 } | 1005 } |
| 1030 | 1006 |
| 1031 class BlinkClientRect { | 1007 class BlinkClientRect { |
| 1032 static bottom_Getter(mthis) native "ClientRect_bottom_Getter"; | 1008 static bottom_Getter(mthis) native "ClientRect_bottom_Getter"; |
| 1033 | 1009 |
| 1034 static height_Getter(mthis) native "ClientRect_height_Getter"; | 1010 static height_Getter(mthis) native "ClientRect_height_Getter"; |
| 1035 | 1011 |
| 1036 static left_Getter(mthis) native "ClientRect_left_Getter"; | 1012 static left_Getter(mthis) native "ClientRect_left_Getter"; |
| 1037 | 1013 |
| 1038 static right_Getter(mthis) native "ClientRect_right_Getter"; | 1014 static right_Getter(mthis) native "ClientRect_right_Getter"; |
| 1039 | 1015 |
| 1040 static top_Getter(mthis) native "ClientRect_top_Getter"; | 1016 static top_Getter(mthis) native "ClientRect_top_Getter"; |
| 1041 | 1017 |
| 1042 static width_Getter(mthis) native "ClientRect_width_Getter"; | 1018 static width_Getter(mthis) native "ClientRect_width_Getter"; |
| 1043 } | 1019 } |
| 1044 | 1020 |
| 1045 class BlinkClientRectList { | 1021 class BlinkClientRectList { |
| 1046 static length_Getter(mthis) native "ClientRectList_length_Getter"; | 1022 static length_Getter(mthis) native "ClientRectList_length_Getter"; |
| 1047 | 1023 |
| 1048 static item_Callback_ul(mthis, index) native "ClientRectList_item_Callback_uns
igned long"; | 1024 static item_Callback_1(mthis, index) native "ClientRectList_item_Callback"; |
| 1049 } | 1025 } |
| 1050 | 1026 |
| 1051 class BlinkCloseEvent { | 1027 class BlinkCloseEvent { |
| 1052 static constructorCallback(type, options) native "CloseEvent_constructorCallba
ck"; | 1028 static constructorCallback(type, options) native "CloseEvent_constructorCallba
ck"; |
| 1053 | 1029 |
| 1054 static code_Getter(mthis) native "CloseEvent_code_Getter"; | 1030 static code_Getter(mthis) native "CloseEvent_code_Getter"; |
| 1055 | 1031 |
| 1056 static reason_Getter(mthis) native "CloseEvent_reason_Getter"; | 1032 static reason_Getter(mthis) native "CloseEvent_reason_Getter"; |
| 1057 | 1033 |
| 1058 static wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; | 1034 static wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; |
| 1059 } | 1035 } |
| 1060 | 1036 |
| 1061 class BlinkComment { | 1037 class BlinkComment { |
| 1062 static constructorCallback_DOMString(data) native "Comment_constructorCallback
_DOMString"; | 1038 static constructorCallback_1(data) native "Comment_constructorCallback"; |
| 1063 | 1039 |
| 1064 static constructorCallback() native "Comment_constructorCallback"; | 1040 static constructorCallback() native "Comment_constructorCallback"; |
| 1065 } | 1041 } |
| 1066 | 1042 |
| 1067 class BlinkUIEvent { | 1043 class BlinkUIEvent { |
| 1068 static constructorCallback(type, options) native "UIEvent_constructorCallback"
; | 1044 static constructorCallback(type, options) native "UIEvent_constructorCallback"
; |
| 1069 | 1045 |
| 1070 static charCode_Getter(mthis) native "UIEvent_charCode_Getter"; | 1046 static charCode_Getter(mthis) native "UIEvent_charCode_Getter"; |
| 1071 | 1047 |
| 1072 static detail_Getter(mthis) native "UIEvent_detail_Getter"; | 1048 static detail_Getter(mthis) native "UIEvent_detail_Getter"; |
| 1073 | 1049 |
| 1074 static keyCode_Getter(mthis) native "UIEvent_keyCode_Getter"; | 1050 static keyCode_Getter(mthis) native "UIEvent_keyCode_Getter"; |
| 1075 | 1051 |
| 1076 static layerX_Getter(mthis) native "UIEvent_layerX_Getter"; | 1052 static layerX_Getter(mthis) native "UIEvent_layerX_Getter"; |
| 1077 | 1053 |
| 1078 static layerY_Getter(mthis) native "UIEvent_layerY_Getter"; | 1054 static layerY_Getter(mthis) native "UIEvent_layerY_Getter"; |
| 1079 | 1055 |
| 1080 static pageX_Getter(mthis) native "UIEvent_pageX_Getter"; | 1056 static pageX_Getter(mthis) native "UIEvent_pageX_Getter"; |
| 1081 | 1057 |
| 1082 static pageY_Getter(mthis) native "UIEvent_pageY_Getter"; | 1058 static pageY_Getter(mthis) native "UIEvent_pageY_Getter"; |
| 1083 | 1059 |
| 1084 static view_Getter(mthis) native "UIEvent_view_Getter"; | 1060 static view_Getter(mthis) native "UIEvent_view_Getter"; |
| 1085 | 1061 |
| 1086 static which_Getter(mthis) native "UIEvent_which_Getter"; | 1062 static which_Getter(mthis) native "UIEvent_which_Getter"; |
| 1087 | 1063 |
| 1088 static initUIEvent_Callback_DOMString_boolean_boolean_Window_long(mthis, type,
canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback_DOMSt
ring_boolean_boolean_Window_long"; | 1064 static initUIEvent_Callback_5(mthis, type, canBubble, cancelable, view, detail
) native "UIEvent_initUIEvent_Callback"; |
| 1089 } | 1065 } |
| 1090 | 1066 |
| 1091 class BlinkCompositionEvent { | 1067 class BlinkCompositionEvent { |
| 1092 static constructorCallback(type, options) native "CompositionEvent_constructor
Callback"; | 1068 static constructorCallback(type, options) native "CompositionEvent_constructor
Callback"; |
| 1093 | 1069 |
| 1094 static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEn
d_Getter"; | 1070 static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEn
d_Getter"; |
| 1095 | 1071 |
| 1096 static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegment
Start_Getter"; | 1072 static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegment
Start_Getter"; |
| 1097 | 1073 |
| 1098 static data_Getter(mthis) native "CompositionEvent_data_Getter"; | 1074 static data_Getter(mthis) native "CompositionEvent_data_Getter"; |
| 1099 | 1075 |
| 1100 static getSegments_Callback(mthis) native "CompositionEvent_getSegments_Callba
ck"; | 1076 static getSegments_Callback(mthis) native "CompositionEvent_getSegments_Callba
ck"; |
| 1101 | 1077 |
| 1102 static initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStrin
g(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "Composi
tionEvent_initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStri
ng"; | 1078 static initCompositionEvent_Callback_5(mthis, typeArg, canBubbleArg, cancelabl
eArg, viewArg, dataArg) native "CompositionEvent_initCompositionEvent_Callback"; |
| 1103 } | 1079 } |
| 1104 | 1080 |
| 1105 class BlinkConsoleBase { | 1081 class BlinkConsoleBase { |
| 1106 static assert_Callback_boolean_object(mthis, condition, arg) native "ConsoleBa
se_assert_Callback_boolean_object"; | 1082 static assert_Callback_2(mthis, condition, arg) native "ConsoleBase_assert_Cal
lback"; |
| 1107 | 1083 |
| 1108 static clear_Callback_object(mthis, arg) native "ConsoleBase_clear_Callback_ob
ject"; | 1084 static clear_Callback_1(mthis, arg) native "ConsoleBase_clear_Callback"; |
| 1109 | 1085 |
| 1110 static count_Callback_object(mthis, arg) native "ConsoleBase_count_Callback_ob
ject"; | 1086 static count_Callback_1(mthis, arg) native "ConsoleBase_count_Callback"; |
| 1111 | 1087 |
| 1112 static debug_Callback_object(mthis, arg) native "ConsoleBase_debug_Callback_ob
ject"; | 1088 static debug_Callback_1(mthis, arg) native "ConsoleBase_debug_Callback"; |
| 1113 | 1089 |
| 1114 static dir_Callback_object(mthis, arg) native "ConsoleBase_dir_Callback_object
"; | 1090 static dir_Callback_1(mthis, arg) native "ConsoleBase_dir_Callback"; |
| 1115 | 1091 |
| 1116 static dirxml_Callback_object(mthis, arg) native "ConsoleBase_dirxml_Callback_
object"; | 1092 static dirxml_Callback_1(mthis, arg) native "ConsoleBase_dirxml_Callback"; |
| 1117 | 1093 |
| 1118 static error_Callback_object(mthis, arg) native "ConsoleBase_error_Callback_ob
ject"; | 1094 static error_Callback_1(mthis, arg) native "ConsoleBase_error_Callback"; |
| 1119 | 1095 |
| 1120 static group_Callback_object(mthis, arg) native "ConsoleBase_group_Callback_ob
ject"; | 1096 static group_Callback_1(mthis, arg) native "ConsoleBase_group_Callback"; |
| 1121 | 1097 |
| 1122 static groupCollapsed_Callback_object(mthis, arg) native "ConsoleBase_groupCol
lapsed_Callback_object"; | 1098 static groupCollapsed_Callback_1(mthis, arg) native "ConsoleBase_groupCollapse
d_Callback"; |
| 1123 | 1099 |
| 1124 static groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callback"; | 1100 static groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callback"; |
| 1125 | 1101 |
| 1126 static info_Callback_object(mthis, arg) native "ConsoleBase_info_Callback_obje
ct"; | 1102 static info_Callback_1(mthis, arg) native "ConsoleBase_info_Callback"; |
| 1127 | 1103 |
| 1128 static log_Callback_object(mthis, arg) native "ConsoleBase_log_Callback_object
"; | 1104 static log_Callback_1(mthis, arg) native "ConsoleBase_log_Callback"; |
| 1129 | 1105 |
| 1130 static markTimeline_Callback_DOMString(mthis, title) native "ConsoleBase_markT
imeline_Callback_DOMString"; | 1106 static markTimeline_Callback_1(mthis, title) native "ConsoleBase_markTimeline_
Callback"; |
| 1131 | 1107 |
| 1132 static profile_Callback_DOMString(mthis, title) native "ConsoleBase_profile_Ca
llback_DOMString"; | 1108 static profile_Callback_1(mthis, title) native "ConsoleBase_profile_Callback"; |
| 1133 | 1109 |
| 1134 static profileEnd_Callback_DOMString(mthis, title) native "ConsoleBase_profile
End_Callback_DOMString"; | 1110 static profileEnd_Callback_1(mthis, title) native "ConsoleBase_profileEnd_Call
back"; |
| 1135 | 1111 |
| 1136 static table_Callback_object(mthis, arg) native "ConsoleBase_table_Callback_ob
ject"; | 1112 static table_Callback_1(mthis, arg) native "ConsoleBase_table_Callback"; |
| 1137 | 1113 |
| 1138 static time_Callback_DOMString(mthis, title) native "ConsoleBase_time_Callback
_DOMString"; | 1114 static time_Callback_1(mthis, title) native "ConsoleBase_time_Callback"; |
| 1139 | 1115 |
| 1140 static timeEnd_Callback_DOMString(mthis, title) native "ConsoleBase_timeEnd_Ca
llback_DOMString"; | 1116 static timeEnd_Callback_1(mthis, title) native "ConsoleBase_timeEnd_Callback"; |
| 1141 | 1117 |
| 1142 static timeStamp_Callback_DOMString(mthis, title) native "ConsoleBase_timeStam
p_Callback_DOMString"; | 1118 static timeStamp_Callback_1(mthis, title) native "ConsoleBase_timeStamp_Callba
ck"; |
| 1143 | 1119 |
| 1144 static timeline_Callback_DOMString(mthis, title) native "ConsoleBase_timeline_
Callback_DOMString"; | 1120 static timeline_Callback_1(mthis, title) native "ConsoleBase_timeline_Callback
"; |
| 1145 | 1121 |
| 1146 static timelineEnd_Callback_DOMString(mthis, title) native "ConsoleBase_timeli
neEnd_Callback_DOMString"; | 1122 static timelineEnd_Callback_1(mthis, title) native "ConsoleBase_timelineEnd_Ca
llback"; |
| 1147 | 1123 |
| 1148 static trace_Callback_object(mthis, arg) native "ConsoleBase_trace_Callback_ob
ject"; | 1124 static trace_Callback_1(mthis, arg) native "ConsoleBase_trace_Callback"; |
| 1149 | 1125 |
| 1150 static warn_Callback_object(mthis, arg) native "ConsoleBase_warn_Callback_obje
ct"; | 1126 static warn_Callback_1(mthis, arg) native "ConsoleBase_warn_Callback"; |
| 1151 } | 1127 } |
| 1152 | 1128 |
| 1153 class BlinkConsole { | 1129 class BlinkConsole { |
| 1154 static memory_Getter(mthis) native "Console_memory_Getter"; | 1130 static memory_Getter(mthis) native "Console_memory_Getter"; |
| 1155 } | 1131 } |
| 1156 | 1132 |
| 1157 class BlinkConvolverNode { | 1133 class BlinkConvolverNode { |
| 1158 static buffer_Getter(mthis) native "ConvolverNode_buffer_Getter"; | 1134 static buffer_Getter(mthis) native "ConvolverNode_buffer_Getter"; |
| 1159 | 1135 |
| 1160 static buffer_Setter_AudioBuffer(mthis, value) native "ConvolverNode_buffer_Se
tter"; | 1136 static buffer_Setter(mthis, value) native "ConvolverNode_buffer_Setter"; |
| 1161 | 1137 |
| 1162 static normalize_Getter(mthis) native "ConvolverNode_normalize_Getter"; | 1138 static normalize_Getter(mthis) native "ConvolverNode_normalize_Getter"; |
| 1163 | 1139 |
| 1164 static normalize_Setter_boolean(mthis, value) native "ConvolverNode_normalize_
Setter"; | 1140 static normalize_Setter(mthis, value) native "ConvolverNode_normalize_Setter"; |
| 1165 } | 1141 } |
| 1166 | 1142 |
| 1167 class BlinkCoordinates { | 1143 class BlinkCoordinates { |
| 1168 static accuracy_Getter(mthis) native "Coordinates_accuracy_Getter"; | 1144 static accuracy_Getter(mthis) native "Coordinates_accuracy_Getter"; |
| 1169 | 1145 |
| 1170 static altitude_Getter(mthis) native "Coordinates_altitude_Getter"; | 1146 static altitude_Getter(mthis) native "Coordinates_altitude_Getter"; |
| 1171 | 1147 |
| 1172 static altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAccuracy_Get
ter"; | 1148 static altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAccuracy_Get
ter"; |
| 1173 | 1149 |
| 1174 static heading_Getter(mthis) native "Coordinates_heading_Getter"; | 1150 static heading_Getter(mthis) native "Coordinates_heading_Getter"; |
| 1175 | 1151 |
| 1176 static latitude_Getter(mthis) native "Coordinates_latitude_Getter"; | 1152 static latitude_Getter(mthis) native "Coordinates_latitude_Getter"; |
| 1177 | 1153 |
| 1178 static longitude_Getter(mthis) native "Coordinates_longitude_Getter"; | 1154 static longitude_Getter(mthis) native "Coordinates_longitude_Getter"; |
| 1179 | 1155 |
| 1180 static speed_Getter(mthis) native "Coordinates_speed_Getter"; | 1156 static speed_Getter(mthis) native "Coordinates_speed_Getter"; |
| 1181 } | 1157 } |
| 1182 | 1158 |
| 1183 class BlinkCounter {} | 1159 class BlinkCounter {} |
| 1184 | 1160 |
| 1185 class BlinkCredential { | 1161 class BlinkCredential { |
| 1186 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter"; | 1162 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter"; |
| 1187 | 1163 |
| 1188 static id_Getter(mthis) native "Credential_id_Getter"; | 1164 static id_Getter(mthis) native "Credential_id_Getter"; |
| 1189 | 1165 |
| 1190 static name_Getter(mthis) native "Credential_name_Getter"; | 1166 static name_Getter(mthis) native "Credential_name_Getter"; |
| 1191 } | 1167 } |
| 1192 | 1168 |
| 1193 class BlinkCredentialsContainer { | 1169 class BlinkCredentialsContainer { |
| 1194 static notifyFailedSignIn_Callback_Credential(mthis, credential) native "Crede
ntialsContainer_notifyFailedSignIn_Callback_Credential"; | 1170 static notifyFailedSignIn_Callback_1(mthis, credential) native "CredentialsCon
tainer_notifyFailedSignIn_Callback"; |
| 1195 | 1171 |
| 1196 static notifyFailedSignIn_Callback(mthis) native "CredentialsContainer_notifyF
ailedSignIn_Callback"; | 1172 static notifyFailedSignIn_Callback(mthis) native "CredentialsContainer_notifyF
ailedSignIn_Callback"; |
| 1197 | 1173 |
| 1198 static notifySignedIn_Callback_Credential(mthis, credential) native "Credentia
lsContainer_notifySignedIn_Callback_Credential"; | 1174 static notifySignedIn_Callback_1(mthis, credential) native "CredentialsContain
er_notifySignedIn_Callback"; |
| 1199 | 1175 |
| 1200 static notifySignedIn_Callback(mthis) native "CredentialsContainer_notifySigne
dIn_Callback"; | 1176 static notifySignedIn_Callback(mthis) native "CredentialsContainer_notifySigne
dIn_Callback"; |
| 1201 | 1177 |
| 1202 static notifySignedOut_Callback(mthis) native "CredentialsContainer_notifySign
edOut_Callback"; | 1178 static notifySignedOut_Callback(mthis) native "CredentialsContainer_notifySign
edOut_Callback"; |
| 1203 | 1179 |
| 1204 static request_Callback_Dictionary(mthis, options) native "CredentialsContaine
r_request_Callback_Dictionary"; | 1180 static request_Callback_1(mthis, options) native "CredentialsContainer_request
_Callback"; |
| 1181 |
| 1182 static request_Callback(mthis) native "CredentialsContainer_request_Callback"; |
| 1205 } | 1183 } |
| 1206 | 1184 |
| 1207 class BlinkCrypto { | 1185 class BlinkCrypto { |
| 1208 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; | 1186 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; |
| 1209 | 1187 |
| 1210 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g
etRandomValues_Callback"; | 1188 static getRandomValues_Callback_1(mthis, array) native "Crypto_getRandomValues
_Callback"; |
| 1211 } | 1189 } |
| 1212 | 1190 |
| 1213 class BlinkCryptoKey { | 1191 class BlinkCryptoKey { |
| 1214 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter"; | 1192 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter"; |
| 1215 | 1193 |
| 1216 static extractable_Getter(mthis) native "CryptoKey_extractable_Getter"; | 1194 static extractable_Getter(mthis) native "CryptoKey_extractable_Getter"; |
| 1217 | 1195 |
| 1218 static type_Getter(mthis) native "CryptoKey_type_Getter"; | 1196 static type_Getter(mthis) native "CryptoKey_type_Getter"; |
| 1219 | 1197 |
| 1220 static usages_Getter(mthis) native "CryptoKey_usages_Getter"; | 1198 static usages_Getter(mthis) native "CryptoKey_usages_Getter"; |
| 1221 } | 1199 } |
| 1222 | 1200 |
| 1223 class BlinkCustomEvent { | 1201 class BlinkCustomEvent { |
| 1224 static constructorCallback(type, options) native "CustomEvent_constructorCallb
ack"; | 1202 static constructorCallback(type, options) native "CustomEvent_constructorCallb
ack"; |
| 1225 | 1203 |
| 1226 static detail_Getter(mthis) native "CustomEvent_detail_Getter"; | 1204 static detail_Getter(mthis) native "CustomEvent_detail_Getter"; |
| 1227 | 1205 |
| 1228 static initCustomEvent_Callback_DOMString_boolean_boolean_ScriptValue(mthis, t
ypeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEv
ent_Callback"; | 1206 static initCustomEvent_Callback_4(mthis, typeArg, canBubbleArg, cancelableArg,
detailArg) native "CustomEvent_initCustomEvent_Callback"; |
| 1229 } | 1207 } |
| 1230 | 1208 |
| 1231 class BlinkDOMError { | 1209 class BlinkDOMError { |
| 1232 static constructorCallback_DOMString_DOMString(name, message) native "DOMError
_constructorCallback_DOMString_DOMString"; | 1210 static constructorCallback_2(name, message) native "DOMError_constructorCallba
ck"; |
| 1233 | 1211 |
| 1234 static message_Getter(mthis) native "DOMError_message_Getter"; | 1212 static message_Getter(mthis) native "DOMError_message_Getter"; |
| 1235 | 1213 |
| 1236 static name_Getter(mthis) native "DOMError_name_Getter"; | 1214 static name_Getter(mthis) native "DOMError_name_Getter"; |
| 1237 } | 1215 } |
| 1238 | 1216 |
| 1239 class BlinkDOMException { | 1217 class BlinkDOMException { |
| 1240 static message_Getter(mthis) native "DOMException_message_Getter"; | 1218 static message_Getter(mthis) native "DOMException_message_Getter"; |
| 1241 | 1219 |
| 1242 static name_Getter(mthis) native "DOMException_name_Getter"; | 1220 static name_Getter(mthis) native "DOMException_name_Getter"; |
| 1243 | 1221 |
| 1244 static toString_Callback(mthis) native "DOMException_toString_Callback"; | 1222 static toString_Callback(mthis) native "DOMException_toString_Callback"; |
| 1245 } | 1223 } |
| 1246 | 1224 |
| 1247 class BlinkDOMFileSystem { | 1225 class BlinkDOMFileSystem { |
| 1248 static name_Getter(mthis) native "DOMFileSystem_name_Getter"; | 1226 static name_Getter(mthis) native "DOMFileSystem_name_Getter"; |
| 1249 | 1227 |
| 1250 static root_Getter(mthis) native "DOMFileSystem_root_Getter"; | 1228 static root_Getter(mthis) native "DOMFileSystem_root_Getter"; |
| 1251 } | 1229 } |
| 1252 | 1230 |
| 1253 class BlinkDOMFileSystemSync {} | 1231 class BlinkDOMFileSystemSync {} |
| 1254 | 1232 |
| 1255 class BlinkDOMImplementation { | 1233 class BlinkDOMImplementation { |
| 1256 static createDocument_Callback_DOMString_DOMString_DocumentType(mthis, namespa
ceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback
_DOMString_DOMString_DocumentType"; | 1234 static createDocument_Callback_3(mthis, namespaceURI, qualifiedName, doctype)
native "DOMImplementation_createDocument_Callback"; |
| 1257 | 1235 |
| 1258 static createDocumentType_Callback_DOMString_DOMString_DOMString(mthis, qualif
iedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callba
ck_DOMString_DOMString_DOMString"; | 1236 static createDocumentType_Callback_3(mthis, qualifiedName, publicId, systemId)
native "DOMImplementation_createDocumentType_Callback"; |
| 1259 | 1237 |
| 1260 static createHTMLDocument_Callback_DOMString(mthis, title) native "DOMImplemen
tation_createHTMLDocument_Callback_DOMString"; | 1238 static createHTMLDocument_Callback_1(mthis, title) native "DOMImplementation_c
reateHTMLDocument_Callback"; |
| 1261 | 1239 |
| 1262 static hasFeature_Callback_DOMString_DOMString(mthis, feature, version) native
"DOMImplementation_hasFeature_Callback_DOMString_DOMString"; | 1240 static hasFeature_Callback_2(mthis, feature, version) native "DOMImplementatio
n_hasFeature_Callback"; |
| 1263 } | 1241 } |
| 1264 | 1242 |
| 1265 class BlinkDOMMatrixReadOnly { | 1243 class BlinkDOMMatrixReadOnly { |
| 1266 static a_Getter(mthis) native "DOMMatrixReadOnly_a_Getter"; | 1244 static a_Getter(mthis) native "DOMMatrixReadOnly_a_Getter"; |
| 1267 | 1245 |
| 1268 static b_Getter(mthis) native "DOMMatrixReadOnly_b_Getter"; | 1246 static b_Getter(mthis) native "DOMMatrixReadOnly_b_Getter"; |
| 1269 | 1247 |
| 1270 static c_Getter(mthis) native "DOMMatrixReadOnly_c_Getter"; | 1248 static c_Getter(mthis) native "DOMMatrixReadOnly_c_Getter"; |
| 1271 | 1249 |
| 1272 static d_Getter(mthis) native "DOMMatrixReadOnly_d_Getter"; | 1250 static d_Getter(mthis) native "DOMMatrixReadOnly_d_Getter"; |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1308 static m42_Getter(mthis) native "DOMMatrixReadOnly_m42_Getter"; | 1286 static m42_Getter(mthis) native "DOMMatrixReadOnly_m42_Getter"; |
| 1309 | 1287 |
| 1310 static m43_Getter(mthis) native "DOMMatrixReadOnly_m43_Getter"; | 1288 static m43_Getter(mthis) native "DOMMatrixReadOnly_m43_Getter"; |
| 1311 | 1289 |
| 1312 static m44_Getter(mthis) native "DOMMatrixReadOnly_m44_Getter"; | 1290 static m44_Getter(mthis) native "DOMMatrixReadOnly_m44_Getter"; |
| 1313 } | 1291 } |
| 1314 | 1292 |
| 1315 class BlinkDOMMatrix { | 1293 class BlinkDOMMatrix { |
| 1316 static constructorCallback() native "DOMMatrix_constructorCallback"; | 1294 static constructorCallback() native "DOMMatrix_constructorCallback"; |
| 1317 | 1295 |
| 1318 static constructorCallback_DOMMatrixReadOnly(other) native "DOMMatrix_construc
torCallback_DOMMatrixReadOnly"; | 1296 static constructorCallback_1(other) native "DOMMatrix_constructorCallback"; |
| 1319 | 1297 |
| 1320 static a_Getter(mthis) native "DOMMatrix_a_Getter"; | 1298 static a_Getter(mthis) native "DOMMatrix_a_Getter"; |
| 1321 | 1299 |
| 1322 static a_Setter_double(mthis, value) native "DOMMatrix_a_Setter"; | 1300 static a_Setter(mthis, value) native "DOMMatrix_a_Setter"; |
| 1323 | 1301 |
| 1324 static b_Getter(mthis) native "DOMMatrix_b_Getter"; | 1302 static b_Getter(mthis) native "DOMMatrix_b_Getter"; |
| 1325 | 1303 |
| 1326 static b_Setter_double(mthis, value) native "DOMMatrix_b_Setter"; | 1304 static b_Setter(mthis, value) native "DOMMatrix_b_Setter"; |
| 1327 | 1305 |
| 1328 static c_Getter(mthis) native "DOMMatrix_c_Getter"; | 1306 static c_Getter(mthis) native "DOMMatrix_c_Getter"; |
| 1329 | 1307 |
| 1330 static c_Setter_double(mthis, value) native "DOMMatrix_c_Setter"; | 1308 static c_Setter(mthis, value) native "DOMMatrix_c_Setter"; |
| 1331 | 1309 |
| 1332 static d_Getter(mthis) native "DOMMatrix_d_Getter"; | 1310 static d_Getter(mthis) native "DOMMatrix_d_Getter"; |
| 1333 | 1311 |
| 1334 static d_Setter_double(mthis, value) native "DOMMatrix_d_Setter"; | 1312 static d_Setter(mthis, value) native "DOMMatrix_d_Setter"; |
| 1335 | 1313 |
| 1336 static e_Getter(mthis) native "DOMMatrix_e_Getter"; | 1314 static e_Getter(mthis) native "DOMMatrix_e_Getter"; |
| 1337 | 1315 |
| 1338 static e_Setter_double(mthis, value) native "DOMMatrix_e_Setter"; | 1316 static e_Setter(mthis, value) native "DOMMatrix_e_Setter"; |
| 1339 | 1317 |
| 1340 static f_Getter(mthis) native "DOMMatrix_f_Getter"; | 1318 static f_Getter(mthis) native "DOMMatrix_f_Getter"; |
| 1341 | 1319 |
| 1342 static f_Setter_double(mthis, value) native "DOMMatrix_f_Setter"; | 1320 static f_Setter(mthis, value) native "DOMMatrix_f_Setter"; |
| 1343 | 1321 |
| 1344 static m11_Getter(mthis) native "DOMMatrix_m11_Getter"; | 1322 static m11_Getter(mthis) native "DOMMatrix_m11_Getter"; |
| 1345 | 1323 |
| 1346 static m11_Setter_double(mthis, value) native "DOMMatrix_m11_Setter"; | 1324 static m11_Setter(mthis, value) native "DOMMatrix_m11_Setter"; |
| 1347 | 1325 |
| 1348 static m12_Getter(mthis) native "DOMMatrix_m12_Getter"; | 1326 static m12_Getter(mthis) native "DOMMatrix_m12_Getter"; |
| 1349 | 1327 |
| 1350 static m12_Setter_double(mthis, value) native "DOMMatrix_m12_Setter"; | 1328 static m12_Setter(mthis, value) native "DOMMatrix_m12_Setter"; |
| 1351 | 1329 |
| 1352 static m13_Getter(mthis) native "DOMMatrix_m13_Getter"; | 1330 static m13_Getter(mthis) native "DOMMatrix_m13_Getter"; |
| 1353 | 1331 |
| 1354 static m13_Setter_double(mthis, value) native "DOMMatrix_m13_Setter"; | 1332 static m13_Setter(mthis, value) native "DOMMatrix_m13_Setter"; |
| 1355 | 1333 |
| 1356 static m14_Getter(mthis) native "DOMMatrix_m14_Getter"; | 1334 static m14_Getter(mthis) native "DOMMatrix_m14_Getter"; |
| 1357 | 1335 |
| 1358 static m14_Setter_double(mthis, value) native "DOMMatrix_m14_Setter"; | 1336 static m14_Setter(mthis, value) native "DOMMatrix_m14_Setter"; |
| 1359 | 1337 |
| 1360 static m21_Getter(mthis) native "DOMMatrix_m21_Getter"; | 1338 static m21_Getter(mthis) native "DOMMatrix_m21_Getter"; |
| 1361 | 1339 |
| 1362 static m21_Setter_double(mthis, value) native "DOMMatrix_m21_Setter"; | 1340 static m21_Setter(mthis, value) native "DOMMatrix_m21_Setter"; |
| 1363 | 1341 |
| 1364 static m22_Getter(mthis) native "DOMMatrix_m22_Getter"; | 1342 static m22_Getter(mthis) native "DOMMatrix_m22_Getter"; |
| 1365 | 1343 |
| 1366 static m22_Setter_double(mthis, value) native "DOMMatrix_m22_Setter"; | 1344 static m22_Setter(mthis, value) native "DOMMatrix_m22_Setter"; |
| 1367 | 1345 |
| 1368 static m23_Getter(mthis) native "DOMMatrix_m23_Getter"; | 1346 static m23_Getter(mthis) native "DOMMatrix_m23_Getter"; |
| 1369 | 1347 |
| 1370 static m23_Setter_double(mthis, value) native "DOMMatrix_m23_Setter"; | 1348 static m23_Setter(mthis, value) native "DOMMatrix_m23_Setter"; |
| 1371 | 1349 |
| 1372 static m24_Getter(mthis) native "DOMMatrix_m24_Getter"; | 1350 static m24_Getter(mthis) native "DOMMatrix_m24_Getter"; |
| 1373 | 1351 |
| 1374 static m24_Setter_double(mthis, value) native "DOMMatrix_m24_Setter"; | 1352 static m24_Setter(mthis, value) native "DOMMatrix_m24_Setter"; |
| 1375 | 1353 |
| 1376 static m31_Getter(mthis) native "DOMMatrix_m31_Getter"; | 1354 static m31_Getter(mthis) native "DOMMatrix_m31_Getter"; |
| 1377 | 1355 |
| 1378 static m31_Setter_double(mthis, value) native "DOMMatrix_m31_Setter"; | 1356 static m31_Setter(mthis, value) native "DOMMatrix_m31_Setter"; |
| 1379 | 1357 |
| 1380 static m32_Getter(mthis) native "DOMMatrix_m32_Getter"; | 1358 static m32_Getter(mthis) native "DOMMatrix_m32_Getter"; |
| 1381 | 1359 |
| 1382 static m32_Setter_double(mthis, value) native "DOMMatrix_m32_Setter"; | 1360 static m32_Setter(mthis, value) native "DOMMatrix_m32_Setter"; |
| 1383 | 1361 |
| 1384 static m33_Getter(mthis) native "DOMMatrix_m33_Getter"; | 1362 static m33_Getter(mthis) native "DOMMatrix_m33_Getter"; |
| 1385 | 1363 |
| 1386 static m33_Setter_double(mthis, value) native "DOMMatrix_m33_Setter"; | 1364 static m33_Setter(mthis, value) native "DOMMatrix_m33_Setter"; |
| 1387 | 1365 |
| 1388 static m34_Getter(mthis) native "DOMMatrix_m34_Getter"; | 1366 static m34_Getter(mthis) native "DOMMatrix_m34_Getter"; |
| 1389 | 1367 |
| 1390 static m34_Setter_double(mthis, value) native "DOMMatrix_m34_Setter"; | 1368 static m34_Setter(mthis, value) native "DOMMatrix_m34_Setter"; |
| 1391 | 1369 |
| 1392 static m41_Getter(mthis) native "DOMMatrix_m41_Getter"; | 1370 static m41_Getter(mthis) native "DOMMatrix_m41_Getter"; |
| 1393 | 1371 |
| 1394 static m41_Setter_double(mthis, value) native "DOMMatrix_m41_Setter"; | 1372 static m41_Setter(mthis, value) native "DOMMatrix_m41_Setter"; |
| 1395 | 1373 |
| 1396 static m42_Getter(mthis) native "DOMMatrix_m42_Getter"; | 1374 static m42_Getter(mthis) native "DOMMatrix_m42_Getter"; |
| 1397 | 1375 |
| 1398 static m42_Setter_double(mthis, value) native "DOMMatrix_m42_Setter"; | 1376 static m42_Setter(mthis, value) native "DOMMatrix_m42_Setter"; |
| 1399 | 1377 |
| 1400 static m43_Getter(mthis) native "DOMMatrix_m43_Getter"; | 1378 static m43_Getter(mthis) native "DOMMatrix_m43_Getter"; |
| 1401 | 1379 |
| 1402 static m43_Setter_double(mthis, value) native "DOMMatrix_m43_Setter"; | 1380 static m43_Setter(mthis, value) native "DOMMatrix_m43_Setter"; |
| 1403 | 1381 |
| 1404 static m44_Getter(mthis) native "DOMMatrix_m44_Getter"; | 1382 static m44_Getter(mthis) native "DOMMatrix_m44_Getter"; |
| 1405 | 1383 |
| 1406 static m44_Setter_double(mthis, value) native "DOMMatrix_m44_Setter"; | 1384 static m44_Setter(mthis, value) native "DOMMatrix_m44_Setter"; |
| 1407 } | 1385 } |
| 1408 | 1386 |
| 1409 class BlinkDOMParser { | 1387 class BlinkDOMParser { |
| 1410 static constructorCallback() native "DOMParser_constructorCallback"; | 1388 static constructorCallback() native "DOMParser_constructorCallback"; |
| 1411 | 1389 |
| 1412 static parseFromString_Callback_DOMString_DOMString(mthis, str, contentType) n
ative "DOMParser_parseFromString_Callback_DOMString_DOMString"; | 1390 static parseFromString_Callback_2(mthis, str, contentType) native "DOMParser_p
arseFromString_Callback"; |
| 1413 } | 1391 } |
| 1414 | 1392 |
| 1415 class BlinkDOMPointReadOnly { | 1393 class BlinkDOMPointReadOnly { |
| 1416 static constructorCallback_double_double_double_double(x, y, z, w) native "DOM
PointReadOnly_constructorCallback_double_double_double_double"; | 1394 static constructorCallback_4(x, y, z, w) native "DOMPointReadOnly_constructorC
allback"; |
| 1417 | 1395 |
| 1418 static w_Getter(mthis) native "DOMPointReadOnly_w_Getter"; | 1396 static w_Getter(mthis) native "DOMPointReadOnly_w_Getter"; |
| 1419 | 1397 |
| 1420 static x_Getter(mthis) native "DOMPointReadOnly_x_Getter"; | 1398 static x_Getter(mthis) native "DOMPointReadOnly_x_Getter"; |
| 1421 | 1399 |
| 1422 static y_Getter(mthis) native "DOMPointReadOnly_y_Getter"; | 1400 static y_Getter(mthis) native "DOMPointReadOnly_y_Getter"; |
| 1423 | 1401 |
| 1424 static z_Getter(mthis) native "DOMPointReadOnly_z_Getter"; | 1402 static z_Getter(mthis) native "DOMPointReadOnly_z_Getter"; |
| 1425 } | 1403 } |
| 1426 | 1404 |
| 1427 class BlinkDOMPoint { | 1405 class BlinkDOMPoint { |
| 1428 static constructorCallback() native "DOMPoint_constructorCallback"; | 1406 static constructorCallback() native "DOMPoint_constructorCallback"; |
| 1429 | 1407 |
| 1430 static constructorCallback_Dictionary(point_OR_x) native "DOMPoint_constructor
Callback_Dictionary"; | 1408 static constructorCallback_1(point_OR_x) native "DOMPoint_constructorCallback"
; |
| 1431 | 1409 |
| 1432 static constructorCallback_double_double(point_OR_x, y) native "DOMPoint_const
ructorCallback_double_double"; | 1410 static constructorCallback_2(point_OR_x, y) native "DOMPoint_constructorCallba
ck"; |
| 1433 | 1411 |
| 1434 static constructorCallback_double_double_double(point_OR_x, y, z) native "DOMP
oint_constructorCallback_double_double_double"; | 1412 static constructorCallback_3(point_OR_x, y, z) native "DOMPoint_constructorCal
lback"; |
| 1435 | 1413 |
| 1436 static constructorCallback_double_double_double_double(point_OR_x, y, z, w) na
tive "DOMPoint_constructorCallback_double_double_double_double"; | 1414 static constructorCallback_4(point_OR_x, y, z, w) native "DOMPoint_constructor
Callback"; |
| 1437 | 1415 |
| 1438 static w_Getter(mthis) native "DOMPoint_w_Getter"; | 1416 static w_Getter(mthis) native "DOMPoint_w_Getter"; |
| 1439 | 1417 |
| 1440 static w_Setter_double(mthis, value) native "DOMPoint_w_Setter"; | 1418 static w_Setter(mthis, value) native "DOMPoint_w_Setter"; |
| 1441 | 1419 |
| 1442 static x_Getter(mthis) native "DOMPoint_x_Getter"; | 1420 static x_Getter(mthis) native "DOMPoint_x_Getter"; |
| 1443 | 1421 |
| 1444 static x_Setter_double(mthis, value) native "DOMPoint_x_Setter"; | 1422 static x_Setter(mthis, value) native "DOMPoint_x_Setter"; |
| 1445 | 1423 |
| 1446 static y_Getter(mthis) native "DOMPoint_y_Getter"; | 1424 static y_Getter(mthis) native "DOMPoint_y_Getter"; |
| 1447 | 1425 |
| 1448 static y_Setter_double(mthis, value) native "DOMPoint_y_Setter"; | 1426 static y_Setter(mthis, value) native "DOMPoint_y_Setter"; |
| 1449 | 1427 |
| 1450 static z_Getter(mthis) native "DOMPoint_z_Getter"; | 1428 static z_Getter(mthis) native "DOMPoint_z_Getter"; |
| 1451 | 1429 |
| 1452 static z_Setter_double(mthis, value) native "DOMPoint_z_Setter"; | 1430 static z_Setter(mthis, value) native "DOMPoint_z_Setter"; |
| 1453 } | 1431 } |
| 1454 | 1432 |
| 1455 class BlinkDOMRectReadOnly { | 1433 class BlinkDOMRectReadOnly { |
| 1456 static constructorCallback_double_double_double_double(x, y, width, height) na
tive "DOMRectReadOnly_constructorCallback_double_double_double_double"; | 1434 static constructorCallback_4(x, y, width, height) native "DOMRectReadOnly_cons
tructorCallback"; |
| 1457 | 1435 |
| 1458 static bottom_Getter(mthis) native "DOMRectReadOnly_bottom_Getter"; | 1436 static bottom_Getter(mthis) native "DOMRectReadOnly_bottom_Getter"; |
| 1459 | 1437 |
| 1460 static height_Getter(mthis) native "DOMRectReadOnly_height_Getter"; | 1438 static height_Getter(mthis) native "DOMRectReadOnly_height_Getter"; |
| 1461 | 1439 |
| 1462 static left_Getter(mthis) native "DOMRectReadOnly_left_Getter"; | 1440 static left_Getter(mthis) native "DOMRectReadOnly_left_Getter"; |
| 1463 | 1441 |
| 1464 static right_Getter(mthis) native "DOMRectReadOnly_right_Getter"; | 1442 static right_Getter(mthis) native "DOMRectReadOnly_right_Getter"; |
| 1465 | 1443 |
| 1466 static top_Getter(mthis) native "DOMRectReadOnly_top_Getter"; | 1444 static top_Getter(mthis) native "DOMRectReadOnly_top_Getter"; |
| 1467 | 1445 |
| 1468 static width_Getter(mthis) native "DOMRectReadOnly_width_Getter"; | 1446 static width_Getter(mthis) native "DOMRectReadOnly_width_Getter"; |
| 1469 | 1447 |
| 1470 static x_Getter(mthis) native "DOMRectReadOnly_x_Getter"; | 1448 static x_Getter(mthis) native "DOMRectReadOnly_x_Getter"; |
| 1471 | 1449 |
| 1472 static y_Getter(mthis) native "DOMRectReadOnly_y_Getter"; | 1450 static y_Getter(mthis) native "DOMRectReadOnly_y_Getter"; |
| 1473 } | 1451 } |
| 1474 | 1452 |
| 1475 class BlinkDOMRect { | 1453 class BlinkDOMRect { |
| 1476 static constructorCallback_double_double_double_double(x, y, width, height) na
tive "DOMRect_constructorCallback_double_double_double_double"; | 1454 static constructorCallback_4(x, y, width, height) native "DOMRect_constructorC
allback"; |
| 1477 | 1455 |
| 1478 static constructorCallback_double_double_double(x, y, width) native "DOMRect_c
onstructorCallback_double_double_double"; | 1456 static constructorCallback_3(x, y, width) native "DOMRect_constructorCallback"
; |
| 1479 | 1457 |
| 1480 static constructorCallback_double_double(x, y) native "DOMRect_constructorCall
back_double_double"; | 1458 static constructorCallback_2(x, y) native "DOMRect_constructorCallback"; |
| 1481 | 1459 |
| 1482 static constructorCallback_double(x) native "DOMRect_constructorCallback_doubl
e"; | 1460 static constructorCallback_1(x) native "DOMRect_constructorCallback"; |
| 1483 | 1461 |
| 1484 static constructorCallback() native "DOMRect_constructorCallback"; | 1462 static constructorCallback() native "DOMRect_constructorCallback"; |
| 1485 | 1463 |
| 1486 static height_Getter(mthis) native "DOMRect_height_Getter"; | 1464 static height_Getter(mthis) native "DOMRect_height_Getter"; |
| 1487 | 1465 |
| 1488 static height_Setter_double(mthis, value) native "DOMRect_height_Setter"; | 1466 static height_Setter(mthis, value) native "DOMRect_height_Setter"; |
| 1489 | 1467 |
| 1490 static width_Getter(mthis) native "DOMRect_width_Getter"; | 1468 static width_Getter(mthis) native "DOMRect_width_Getter"; |
| 1491 | 1469 |
| 1492 static width_Setter_double(mthis, value) native "DOMRect_width_Setter"; | 1470 static width_Setter(mthis, value) native "DOMRect_width_Setter"; |
| 1493 | 1471 |
| 1494 static x_Getter(mthis) native "DOMRect_x_Getter"; | 1472 static x_Getter(mthis) native "DOMRect_x_Getter"; |
| 1495 | 1473 |
| 1496 static x_Setter_double(mthis, value) native "DOMRect_x_Setter"; | 1474 static x_Setter(mthis, value) native "DOMRect_x_Setter"; |
| 1497 | 1475 |
| 1498 static y_Getter(mthis) native "DOMRect_y_Getter"; | 1476 static y_Getter(mthis) native "DOMRect_y_Getter"; |
| 1499 | 1477 |
| 1500 static y_Setter_double(mthis, value) native "DOMRect_y_Setter"; | 1478 static y_Setter(mthis, value) native "DOMRect_y_Setter"; |
| 1501 } | 1479 } |
| 1502 | 1480 |
| 1503 class BlinkDOMTokenList { | 1481 class BlinkDOMTokenList { |
| 1504 static length_Getter(mthis) native "DOMTokenList_length_Getter"; | 1482 static length_Getter(mthis) native "DOMTokenList_length_Getter"; |
| 1505 | 1483 |
| 1506 static add_Callback_DOMString(mthis, tokens) native "DOMTokenList_add_Callback
_DOMString"; | 1484 static add_Callback_1(mthis, tokens) native "DOMTokenList_add_Callback"; |
| 1507 | 1485 |
| 1508 static contains_Callback_DOMString(mthis, token) native "DOMTokenList_contains
_Callback_DOMString"; | 1486 static contains_Callback_1(mthis, token) native "DOMTokenList_contains_Callbac
k"; |
| 1509 | 1487 |
| 1510 static item_Callback_ul(mthis, index) native "DOMTokenList_item_Callback_unsig
ned long"; | 1488 static item_Callback_1(mthis, index) native "DOMTokenList_item_Callback"; |
| 1511 | 1489 |
| 1512 static remove_Callback_DOMString(mthis, tokens) native "DOMTokenList_remove_Ca
llback_DOMString"; | 1490 static remove_Callback_1(mthis, tokens) native "DOMTokenList_remove_Callback"; |
| 1513 | 1491 |
| 1514 static toggle_Callback_DOMString_boolean(mthis, token, force) native "DOMToken
List_toggle_Callback_DOMString_boolean"; | 1492 static toggle_Callback_2(mthis, token, force) native "DOMTokenList_toggle_Call
back"; |
| 1515 | 1493 |
| 1516 static toggle_Callback_DOMString(mthis, token) native "DOMTokenList_toggle_Cal
lback_DOMString"; | 1494 static toggle_Callback_1(mthis, token) native "DOMTokenList_toggle_Callback"; |
| 1517 } | 1495 } |
| 1518 | 1496 |
| 1519 class BlinkDOMSettableTokenList { | 1497 class BlinkDOMSettableTokenList { |
| 1520 static value_Getter(mthis) native "DOMSettableTokenList_value_Getter"; | 1498 static value_Getter(mthis) native "DOMSettableTokenList_value_Getter"; |
| 1521 | 1499 |
| 1522 static value_Setter_DOMString(mthis, value) native "DOMSettableTokenList_value
_Setter"; | 1500 static value_Setter(mthis, value) native "DOMSettableTokenList_value_Setter"; |
| 1523 | 1501 |
| 1524 static $__getter___Callback_ul(mthis, index) native "DOMSettableTokenList___ge
tter___Callback_unsigned long"; | 1502 static $__getter___Callback_1(mthis, index) native "DOMSettableTokenList___get
ter___Callback"; |
| 1525 } | 1503 } |
| 1526 | 1504 |
| 1527 class BlinkDOMStringList { | 1505 class BlinkDOMStringList { |
| 1528 static length_Getter(mthis) native "DOMStringList_length_Getter"; | 1506 static length_Getter(mthis) native "DOMStringList_length_Getter"; |
| 1529 | 1507 |
| 1530 static contains_Callback_DOMString(mthis, string) native "DOMStringList_contai
ns_Callback_DOMString"; | 1508 static contains_Callback_1(mthis, string) native "DOMStringList_contains_Callb
ack"; |
| 1531 | 1509 |
| 1532 static item_Callback_ul(mthis, index) native "DOMStringList_item_Callback_unsi
gned long"; | 1510 static item_Callback_1(mthis, index) native "DOMStringList_item_Callback"; |
| 1533 } | 1511 } |
| 1534 | 1512 |
| 1535 class BlinkDOMStringMap { | 1513 class BlinkDOMStringMap { |
| 1536 static $__delete___Callback_ul(mthis, index_OR_name) native "DOMStringMap___de
lete___Callback_unsigned long"; | 1514 static $__delete___Callback_1(mthis, index_OR_name) native "DOMStringMap___del
ete___Callback"; |
| 1537 | 1515 |
| 1538 static $__delete___Callback_DOMString(mthis, index_OR_name) native "DOMStringM
ap___delete___Callback_DOMString"; | 1516 static $__getter___Callback_1(mthis, index_OR_name) native "DOMStringMap___get
ter___Callback"; |
| 1539 | 1517 |
| 1540 static $__getter___Callback_ul(mthis, index_OR_name) native "DOMStringMap___ge
tter___Callback_unsigned long"; | 1518 static $__setter___Callback_2(mthis, index_OR_name, value) native "DOMStringMa
p___setter___Callback"; |
| 1541 | |
| 1542 static $__getter___Callback_DOMString(mthis, index_OR_name) native "DOMStringM
ap___getter___Callback_DOMString"; | |
| 1543 | |
| 1544 static $__setter___Callback_ul_DOMString(mthis, index_OR_name, value) native "
DOMStringMap___setter___Callback_unsigned long_DOMString"; | |
| 1545 | |
| 1546 static $__setter___Callback_DOMString_DOMString(mthis, index_OR_name, value) n
ative "DOMStringMap___setter___Callback_DOMString_DOMString"; | |
| 1547 } | 1519 } |
| 1548 | 1520 |
| 1549 class BlinkDataTransfer { | 1521 class BlinkDataTransfer { |
| 1550 static dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter"; | 1522 static dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter"; |
| 1551 | 1523 |
| 1552 static dropEffect_Setter_DOMString(mthis, value) native "DataTransfer_dropEffe
ct_Setter"; | 1524 static dropEffect_Setter(mthis, value) native "DataTransfer_dropEffect_Setter"
; |
| 1553 | 1525 |
| 1554 static effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_Getter"; | 1526 static effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_Getter"; |
| 1555 | 1527 |
| 1556 static effectAllowed_Setter_DOMString(mthis, value) native "DataTransfer_effec
tAllowed_Setter"; | 1528 static effectAllowed_Setter(mthis, value) native "DataTransfer_effectAllowed_S
etter"; |
| 1557 | 1529 |
| 1558 static files_Getter(mthis) native "DataTransfer_files_Getter"; | 1530 static files_Getter(mthis) native "DataTransfer_files_Getter"; |
| 1559 | 1531 |
| 1560 static items_Getter(mthis) native "DataTransfer_items_Getter"; | 1532 static items_Getter(mthis) native "DataTransfer_items_Getter"; |
| 1561 | 1533 |
| 1562 static types_Getter(mthis) native "DataTransfer_types_Getter"; | 1534 static types_Getter(mthis) native "DataTransfer_types_Getter"; |
| 1563 | 1535 |
| 1564 static clearData_Callback_DOMString(mthis, type) native "DataTransfer_clearDat
a_Callback_DOMString"; | 1536 static clearData_Callback_1(mthis, type) native "DataTransfer_clearData_Callba
ck"; |
| 1565 | 1537 |
| 1566 static clearData_Callback(mthis) native "DataTransfer_clearData_Callback"; | 1538 static clearData_Callback(mthis) native "DataTransfer_clearData_Callback"; |
| 1567 | 1539 |
| 1568 static getData_Callback_DOMString(mthis, type) native "DataTransfer_getData_Ca
llback_DOMString"; | 1540 static getData_Callback_1(mthis, type) native "DataTransfer_getData_Callback"; |
| 1569 | 1541 |
| 1570 static setData_Callback_DOMString_DOMString(mthis, type, data) native "DataTra
nsfer_setData_Callback_DOMString_DOMString"; | 1542 static setData_Callback_2(mthis, type, data) native "DataTransfer_setData_Call
back"; |
| 1571 | 1543 |
| 1572 static setDragImage_Callback_Element_long_long(mthis, image, x, y) native "Dat
aTransfer_setDragImage_Callback_Element_long_long"; | 1544 static setDragImage_Callback_3(mthis, image, x, y) native "DataTransfer_setDra
gImage_Callback"; |
| 1573 } | 1545 } |
| 1574 | 1546 |
| 1575 class BlinkDataTransferItem { | 1547 class BlinkDataTransferItem { |
| 1576 static kind_Getter(mthis) native "DataTransferItem_kind_Getter"; | 1548 static kind_Getter(mthis) native "DataTransferItem_kind_Getter"; |
| 1577 | 1549 |
| 1578 static type_Getter(mthis) native "DataTransferItem_type_Getter"; | 1550 static type_Getter(mthis) native "DataTransferItem_type_Getter"; |
| 1579 | 1551 |
| 1580 static getAsFile_Callback(mthis) native "DataTransferItem_getAsFile_Callback"; | 1552 static getAsFile_Callback(mthis) native "DataTransferItem_getAsFile_Callback"; |
| 1581 | 1553 |
| 1582 static getAsString_Callback_StringCallback(mthis, callback) native "DataTransf
erItem_getAsString_Callback_StringCallback"; | 1554 static getAsString_Callback_1(mthis, callback) native "DataTransferItem_getAsS
tring_Callback"; |
| 1583 | 1555 |
| 1584 static webkitGetAsEntry_Callback(mthis) native "DataTransferItem_webkitGetAsEn
try_Callback"; | 1556 static webkitGetAsEntry_Callback(mthis) native "DataTransferItem_webkitGetAsEn
try_Callback"; |
| 1585 } | 1557 } |
| 1586 | 1558 |
| 1587 class BlinkDataTransferItemList { | 1559 class BlinkDataTransferItemList { |
| 1588 static length_Getter(mthis) native "DataTransferItemList_length_Getter"; | 1560 static length_Getter(mthis) native "DataTransferItemList_length_Getter"; |
| 1589 | 1561 |
| 1590 static $__getter___Callback_ul(mthis, index) native "DataTransferItemList___ge
tter___Callback_unsigned long"; | 1562 static $__getter___Callback_1(mthis, index) native "DataTransferItemList___get
ter___Callback"; |
| 1591 | 1563 |
| 1592 static add_Callback_DOMString_DOMString(mthis, data_OR_file, type) native "Dat
aTransferItemList_add_Callback_DOMString_DOMString"; | 1564 static add_Callback_2(mthis, data_OR_file, type) native "DataTransferItemList_
add_Callback"; |
| 1593 | 1565 |
| 1594 static add_Callback_File(mthis, data_OR_file) native "DataTransferItemList_add
_Callback_File"; | 1566 static add_Callback_1(mthis, data_OR_file) native "DataTransferItemList_add_Ca
llback"; |
| 1595 | 1567 |
| 1596 static clear_Callback(mthis) native "DataTransferItemList_clear_Callback"; | 1568 static clear_Callback(mthis) native "DataTransferItemList_clear_Callback"; |
| 1597 | 1569 |
| 1598 static remove_Callback_ul(mthis, index) native "DataTransferItemList_remove_Ca
llback_unsigned long"; | 1570 static remove_Callback_1(mthis, index) native "DataTransferItemList_remove_Cal
lback"; |
| 1599 } | 1571 } |
| 1600 | 1572 |
| 1601 class BlinkDatabase { | 1573 class BlinkDatabase { |
| 1602 static version_Getter(mthis) native "Database_version_Getter"; | 1574 static version_Getter(mthis) native "Database_version_Getter"; |
| 1603 | 1575 |
| 1604 static changeVersion_Callback_DOMString_DOMString_SQLTransactionCallback_SQLTr
ansactionErrorCallback_VoidCallback(mthis, oldVersion, newVersion, callback, err
orCallback, successCallback) native "Database_changeVersion_Callback_DOMString_D
OMString_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback"; | 1576 static changeVersion_Callback_5(mthis, oldVersion, newVersion, callback, error
Callback, successCallback) native "Database_changeVersion_Callback"; |
| 1605 | 1577 |
| 1606 static readTransaction_Callback_SQLTransactionCallback_SQLTransactionErrorCall
back_VoidCallback(mthis, callback, errorCallback, successCallback) native "Datab
ase_readTransaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_
VoidCallback"; | 1578 static changeVersion_Callback_4(mthis, oldVersion, newVersion, callback, error
Callback) native "Database_changeVersion_Callback"; |
| 1607 | 1579 |
| 1608 static transaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback
_VoidCallback(mthis, callback, errorCallback, successCallback) native "Database_
transaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCall
back"; | 1580 static changeVersion_Callback_3(mthis, oldVersion, newVersion, callback) nativ
e "Database_changeVersion_Callback"; |
| 1581 |
| 1582 static changeVersion_Callback_2(mthis, oldVersion, newVersion) native "Databas
e_changeVersion_Callback"; |
| 1583 |
| 1584 static readTransaction_Callback_3(mthis, callback, errorCallback, successCallb
ack) native "Database_readTransaction_Callback"; |
| 1585 |
| 1586 static readTransaction_Callback_2(mthis, callback, errorCallback) native "Data
base_readTransaction_Callback"; |
| 1587 |
| 1588 static readTransaction_Callback_1(mthis, callback) native "Database_readTransa
ction_Callback"; |
| 1589 |
| 1590 static transaction_Callback_3(mthis, callback, errorCallback, successCallback)
native "Database_transaction_Callback"; |
| 1591 |
| 1592 static transaction_Callback_2(mthis, callback, errorCallback) native "Database
_transaction_Callback"; |
| 1593 |
| 1594 static transaction_Callback_1(mthis, callback) native "Database_transaction_Ca
llback"; |
| 1609 } | 1595 } |
| 1610 | 1596 |
| 1611 class BlinkDatabaseSync {} | 1597 class BlinkDatabaseSync {} |
| 1612 | 1598 |
| 1613 class BlinkWindowBase64 { | 1599 class BlinkWindowBase64 { |
| 1614 static atob_Callback_DOMString(mthis, string) native "WindowBase64_atob_Callba
ck_DOMString"; | 1600 static atob_Callback_1(mthis, string) native "WindowBase64_atob_Callback"; |
| 1615 | 1601 |
| 1616 static btoa_Callback_DOMString(mthis, string) native "WindowBase64_btoa_Callba
ck_DOMString"; | 1602 static btoa_Callback_1(mthis, string) native "WindowBase64_btoa_Callback"; |
| 1617 } | 1603 } |
| 1618 | 1604 |
| 1619 class BlinkWindowTimers { | 1605 class BlinkWindowTimers { |
| 1620 static clearInterval_Callback_long(mthis, handle) native "WindowTimers_clearIn
terval_Callback_long"; | 1606 static clearInterval_Callback_1(mthis, handle) native "WindowTimers_clearInter
val_Callback"; |
| 1621 | 1607 |
| 1622 static clearTimeout_Callback_long(mthis, handle) native "WindowTimers_clearTim
eout_Callback_long"; | 1608 static clearTimeout_Callback_1(mthis, handle) native "WindowTimers_clearTimeou
t_Callback"; |
| 1623 | 1609 |
| 1624 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "
WindowTimers_setInterval_Callback"; | 1610 static setInterval_Callback_2(mthis, handler, timeout) native "WindowTimers_se
tInterval_Callback"; |
| 1625 | 1611 |
| 1626 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W
indowTimers_setTimeout_Callback"; | 1612 static setTimeout_Callback_2(mthis, handler, timeout) native "WindowTimers_set
Timeout_Callback"; |
| 1627 } | 1613 } |
| 1628 | 1614 |
| 1629 class BlinkWorkerGlobalScope { | 1615 class BlinkWorkerGlobalScope { |
| 1630 static console_Getter(mthis) native "WorkerGlobalScope_console_Getter"; | 1616 static console_Getter(mthis) native "WorkerGlobalScope_console_Getter"; |
| 1631 | 1617 |
| 1632 static crypto_Getter(mthis) native "WorkerGlobalScope_crypto_Getter"; | 1618 static crypto_Getter(mthis) native "WorkerGlobalScope_crypto_Getter"; |
| 1633 | 1619 |
| 1634 static indexedDB_Getter(mthis) native "WorkerGlobalScope_indexedDB_Getter"; | 1620 static indexedDB_Getter(mthis) native "WorkerGlobalScope_indexedDB_Getter"; |
| 1635 | 1621 |
| 1636 static location_Getter(mthis) native "WorkerGlobalScope_location_Getter"; | 1622 static location_Getter(mthis) native "WorkerGlobalScope_location_Getter"; |
| 1637 | 1623 |
| 1638 static navigator_Getter(mthis) native "WorkerGlobalScope_navigator_Getter"; | 1624 static navigator_Getter(mthis) native "WorkerGlobalScope_navigator_Getter"; |
| 1639 | 1625 |
| 1640 static performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter"
; | 1626 static performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter"
; |
| 1641 | 1627 |
| 1642 static self_Getter(mthis) native "WorkerGlobalScope_self_Getter"; | 1628 static self_Getter(mthis) native "WorkerGlobalScope_self_Getter"; |
| 1643 | 1629 |
| 1644 static close_Callback(mthis) native "WorkerGlobalScope_close_Callback"; | 1630 static close_Callback(mthis) native "WorkerGlobalScope_close_Callback"; |
| 1645 | 1631 |
| 1646 static importScripts_Callback_DOMString(mthis, urls) native "WorkerGlobalScope
_importScripts_Callback_DOMString"; | 1632 static importScripts_Callback_1(mthis, urls) native "WorkerGlobalScope_importS
cripts_Callback"; |
| 1647 | 1633 |
| 1648 static openDatabase_Callback_DOMString_DOMString_DOMString_ul_DatabaseCallback
(mthis, name, version, displayName, estimatedSize, creationCallback) native "Wor
kerGlobalScope_openDatabase_Callback_DOMString_DOMString_DOMString_unsigned long
_DatabaseCallback"; | 1634 static openDatabase_Callback_5(mthis, name, version, displayName, estimatedSiz
e, creationCallback) native "WorkerGlobalScope_openDatabase_Callback"; |
| 1649 | 1635 |
| 1650 static openDatabaseSync_Callback_DOMString_DOMString_DOMString_ul_DatabaseCall
back(mthis, name, version, displayName, estimatedSize, creationCallback) native
"WorkerGlobalScope_openDatabaseSync_Callback_DOMString_DOMString_DOMString_unsig
ned long_DatabaseCallback"; | 1636 static openDatabase_Callback_4(mthis, name, version, displayName, estimatedSiz
e) native "WorkerGlobalScope_openDatabase_Callback"; |
| 1651 | 1637 |
| 1652 static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback
(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_we
bkitRequestFileSystem_Callback_unsigned short_long long_FileSystemCallback_Error
Callback"; | 1638 static openDatabaseSync_Callback_5(mthis, name, version, displayName, estimate
dSize, creationCallback) native "WorkerGlobalScope_openDatabaseSync_Callback"; |
| 1653 | 1639 |
| 1654 static webkitRequestFileSystemSync_Callback_us_ll(mthis, type, size) native "W
orkerGlobalScope_webkitRequestFileSystemSync_Callback_unsigned short_long long"; | 1640 static openDatabaseSync_Callback_4(mthis, name, version, displayName, estimate
dSize) native "WorkerGlobalScope_openDatabaseSync_Callback"; |
| 1655 | 1641 |
| 1656 static webkitResolveLocalFileSystemSyncURL_Callback_DOMString(mthis, url) nati
ve "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback_DOMString"; | 1642 static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback,
errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback"; |
| 1657 | 1643 |
| 1658 static webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorC
allback(mthis, url, successCallback, errorCallback) native "WorkerGlobalScope_we
bkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback"; | 1644 static webkitRequestFileSystem_Callback_3(mthis, type, size, successCallback)
native "WorkerGlobalScope_webkitRequestFileSystem_Callback"; |
| 1659 | 1645 |
| 1660 static atob_Callback_DOMString(mthis, string) native "WorkerGlobalScope_atob_C
allback_DOMString"; | 1646 static webkitRequestFileSystem_Callback_2(mthis, type, size) native "WorkerGlo
balScope_webkitRequestFileSystem_Callback"; |
| 1661 | 1647 |
| 1662 static btoa_Callback_DOMString(mthis, string) native "WorkerGlobalScope_btoa_C
allback_DOMString"; | 1648 static webkitRequestFileSystemSync_Callback_2(mthis, type, size) native "Worke
rGlobalScope_webkitRequestFileSystemSync_Callback"; |
| 1663 | 1649 |
| 1664 static clearInterval_Callback_long(mthis, handle) native "WorkerGlobalScope_cl
earInterval_Callback_long"; | 1650 static webkitResolveLocalFileSystemSyncURL_Callback_1(mthis, url) native "Work
erGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback"; |
| 1665 | 1651 |
| 1666 static clearTimeout_Callback_long(mthis, handle) native "WorkerGlobalScope_cle
arTimeout_Callback_long"; | 1652 static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback,
errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callba
ck"; |
| 1667 | 1653 |
| 1668 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "
WorkerGlobalScope_setInterval_Callback"; | 1654 static webkitResolveLocalFileSystemURL_Callback_2(mthis, url, successCallback)
native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback"; |
| 1669 | 1655 |
| 1670 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W
orkerGlobalScope_setTimeout_Callback"; | 1656 static atob_Callback_1(mthis, string) native "WorkerGlobalScope_atob_Callback"
; |
| 1657 |
| 1658 static btoa_Callback_1(mthis, string) native "WorkerGlobalScope_btoa_Callback"
; |
| 1659 |
| 1660 static clearInterval_Callback_1(mthis, handle) native "WorkerGlobalScope_clear
Interval_Callback"; |
| 1661 |
| 1662 static clearTimeout_Callback_1(mthis, handle) native "WorkerGlobalScope_clearT
imeout_Callback"; |
| 1663 |
| 1664 static setInterval_Callback_2(mthis, handler, timeout) native "WorkerGlobalSco
pe_setInterval_Callback"; |
| 1665 |
| 1666 static setTimeout_Callback_2(mthis, handler, timeout) native "WorkerGlobalScop
e_setTimeout_Callback"; |
| 1671 } | 1667 } |
| 1672 | 1668 |
| 1673 class BlinkDedicatedWorkerGlobalScope { | 1669 class BlinkDedicatedWorkerGlobalScope { |
| 1674 static postMessage_Callback_ScriptValue_SEQ_MessagePort_SEQ(mthis, message, tr
ansfer) native "DedicatedWorkerGlobalScope_postMessage_Callback"; | 1670 static postMessage_Callback_2(mthis, message, transfer) native "DedicatedWorke
rGlobalScope_postMessage_Callback"; |
| 1675 } | 1671 } |
| 1676 | 1672 |
| 1677 class BlinkDelayNode { | 1673 class BlinkDelayNode { |
| 1678 static delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; | 1674 static delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; |
| 1679 } | 1675 } |
| 1680 | 1676 |
| 1681 class BlinkDeprecatedStorageInfo { | 1677 class BlinkDeprecatedStorageInfo { |
| 1682 static queryUsageAndQuota_Callback_us_StorageUsageCallback_StorageErrorCallbac
k(mthis, storageType, usageCallback, errorCallback) native "DeprecatedStorageInf
o_queryUsageAndQuota_Callback_unsigned short_StorageUsageCallback_StorageErrorCa
llback"; | 1678 static queryUsageAndQuota_Callback_3(mthis, storageType, usageCallback, errorC
allback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback"; |
| 1683 | 1679 |
| 1684 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"; | 1680 static queryUsageAndQuota_Callback_2(mthis, storageType, usageCallback) native
"DeprecatedStorageInfo_queryUsageAndQuota_Callback"; |
| 1681 |
| 1682 static queryUsageAndQuota_Callback_1(mthis, storageType) native "DeprecatedSto
rageInfo_queryUsageAndQuota_Callback"; |
| 1683 |
| 1684 static requestQuota_Callback_4(mthis, storageType, newQuotaInBytes, quotaCallb
ack, errorCallback) native "DeprecatedStorageInfo_requestQuota_Callback"; |
| 1685 |
| 1686 static requestQuota_Callback_3(mthis, storageType, newQuotaInBytes, quotaCallb
ack) native "DeprecatedStorageInfo_requestQuota_Callback"; |
| 1687 |
| 1688 static requestQuota_Callback_2(mthis, storageType, newQuotaInBytes) native "De
precatedStorageInfo_requestQuota_Callback"; |
| 1685 } | 1689 } |
| 1686 | 1690 |
| 1687 class BlinkDeprecatedStorageQuota { | 1691 class BlinkDeprecatedStorageQuota { |
| 1688 static queryUsageAndQuota_Callback_StorageUsageCallback_StorageErrorCallback(m
this, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAnd
Quota_Callback_StorageUsageCallback_StorageErrorCallback"; | 1692 static queryUsageAndQuota_Callback_2(mthis, usageCallback, errorCallback) nati
ve "DeprecatedStorageQuota_queryUsageAndQuota_Callback"; |
| 1689 | 1693 |
| 1690 static requestQuota_Callback_ull_StorageQuotaCallback_StorageErrorCallback(mth
is, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageQuot
a_requestQuota_Callback_unsigned long long_StorageQuotaCallback_StorageErrorCall
back"; | 1694 static queryUsageAndQuota_Callback_1(mthis, usageCallback) native "DeprecatedS
torageQuota_queryUsageAndQuota_Callback"; |
| 1695 |
| 1696 static requestQuota_Callback_3(mthis, newQuotaInBytes, quotaCallback, errorCal
lback) native "DeprecatedStorageQuota_requestQuota_Callback"; |
| 1697 |
| 1698 static requestQuota_Callback_2(mthis, newQuotaInBytes, quotaCallback) native "
DeprecatedStorageQuota_requestQuota_Callback"; |
| 1699 |
| 1700 static requestQuota_Callback_1(mthis, newQuotaInBytes) native "DeprecatedStora
geQuota_requestQuota_Callback"; |
| 1691 } | 1701 } |
| 1692 | 1702 |
| 1693 class BlinkDeviceAcceleration { | 1703 class BlinkDeviceAcceleration { |
| 1694 static x_Getter(mthis) native "DeviceAcceleration_x_Getter"; | 1704 static x_Getter(mthis) native "DeviceAcceleration_x_Getter"; |
| 1695 | 1705 |
| 1696 static y_Getter(mthis) native "DeviceAcceleration_y_Getter"; | 1706 static y_Getter(mthis) native "DeviceAcceleration_y_Getter"; |
| 1697 | 1707 |
| 1698 static z_Getter(mthis) native "DeviceAcceleration_z_Getter"; | 1708 static z_Getter(mthis) native "DeviceAcceleration_z_Getter"; |
| 1699 } | 1709 } |
| 1700 | 1710 |
| 1701 class BlinkDeviceLightEvent { | 1711 class BlinkDeviceLightEvent { |
| 1702 static constructorCallback(type, options) native "DeviceLightEvent_constructor
Callback"; | 1712 static constructorCallback(type, options) native "DeviceLightEvent_constructor
Callback"; |
| 1703 | 1713 |
| 1704 static value_Getter(mthis) native "DeviceLightEvent_value_Getter"; | 1714 static value_Getter(mthis) native "DeviceLightEvent_value_Getter"; |
| 1705 } | 1715 } |
| 1706 | 1716 |
| 1707 class BlinkDeviceMotionEvent { | 1717 class BlinkDeviceMotionEvent { |
| 1708 static acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Gette
r"; | 1718 static acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Gette
r"; |
| 1709 | 1719 |
| 1710 static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_ac
celerationIncludingGravity_Getter"; | 1720 static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_ac
celerationIncludingGravity_Getter"; |
| 1711 | 1721 |
| 1712 static interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter"; | 1722 static interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter"; |
| 1713 | 1723 |
| 1714 static rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Gette
r"; | 1724 static rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Gette
r"; |
| 1715 | 1725 |
| 1716 static initDeviceMotionEvent_Callback_DOMString_boolean_boolean_DeviceAccelera
tion_DeviceAcceleration_DeviceRotationRate_double(mthis, type, bubbles, cancelab
le, acceleration, accelerationIncludingGravity, rotationRate, interval) native "
DeviceMotionEvent_initDeviceMotionEvent_Callback"; | 1726 static initDeviceMotionEvent_Callback_7(mthis, type, bubbles, cancelable, acce
leration, accelerationIncludingGravity, rotationRate, interval) native "DeviceMo
tionEvent_initDeviceMotionEvent_Callback"; |
| 1717 } | 1727 } |
| 1718 | 1728 |
| 1719 class BlinkDeviceOrientationEvent { | 1729 class BlinkDeviceOrientationEvent { |
| 1720 static absolute_Getter(mthis) native "DeviceOrientationEvent_absolute_Getter"; | 1730 static absolute_Getter(mthis) native "DeviceOrientationEvent_absolute_Getter"; |
| 1721 | 1731 |
| 1722 static alpha_Getter(mthis) native "DeviceOrientationEvent_alpha_Getter"; | 1732 static alpha_Getter(mthis) native "DeviceOrientationEvent_alpha_Getter"; |
| 1723 | 1733 |
| 1724 static beta_Getter(mthis) native "DeviceOrientationEvent_beta_Getter"; | 1734 static beta_Getter(mthis) native "DeviceOrientationEvent_beta_Getter"; |
| 1725 | 1735 |
| 1726 static gamma_Getter(mthis) native "DeviceOrientationEvent_gamma_Getter"; | 1736 static gamma_Getter(mthis) native "DeviceOrientationEvent_gamma_Getter"; |
| 1727 | 1737 |
| 1728 static initDeviceOrientationEvent_Callback_DOMString_boolean_boolean_double_do
uble_double_boolean(mthis, type, bubbles, cancelable, alpha, beta, gamma, absolu
te) native "DeviceOrientationEvent_initDeviceOrientationEvent_Callback"; | 1738 static initDeviceOrientationEvent_Callback_7(mthis, type, bubbles, cancelable,
alpha, beta, gamma, absolute) native "DeviceOrientationEvent_initDeviceOrientat
ionEvent_Callback"; |
| 1729 } | 1739 } |
| 1730 | 1740 |
| 1731 class BlinkDeviceRotationRate { | 1741 class BlinkDeviceRotationRate { |
| 1732 static alpha_Getter(mthis) native "DeviceRotationRate_alpha_Getter"; | 1742 static alpha_Getter(mthis) native "DeviceRotationRate_alpha_Getter"; |
| 1733 | 1743 |
| 1734 static beta_Getter(mthis) native "DeviceRotationRate_beta_Getter"; | 1744 static beta_Getter(mthis) native "DeviceRotationRate_beta_Getter"; |
| 1735 | 1745 |
| 1736 static gamma_Getter(mthis) native "DeviceRotationRate_gamma_Getter"; | 1746 static gamma_Getter(mthis) native "DeviceRotationRate_gamma_Getter"; |
| 1737 } | 1747 } |
| 1738 | 1748 |
| 1739 class BlinkEntry { | 1749 class BlinkEntry { |
| 1740 static filesystem_Getter(mthis) native "Entry_filesystem_Getter"; | 1750 static filesystem_Getter(mthis) native "Entry_filesystem_Getter"; |
| 1741 | 1751 |
| 1742 static fullPath_Getter(mthis) native "Entry_fullPath_Getter"; | 1752 static fullPath_Getter(mthis) native "Entry_fullPath_Getter"; |
| 1743 | 1753 |
| 1744 static isDirectory_Getter(mthis) native "Entry_isDirectory_Getter"; | 1754 static isDirectory_Getter(mthis) native "Entry_isDirectory_Getter"; |
| 1745 | 1755 |
| 1746 static isFile_Getter(mthis) native "Entry_isFile_Getter"; | 1756 static isFile_Getter(mthis) native "Entry_isFile_Getter"; |
| 1747 | 1757 |
| 1748 static name_Getter(mthis) native "Entry_name_Getter"; | 1758 static name_Getter(mthis) native "Entry_name_Getter"; |
| 1749 | 1759 |
| 1750 static copyTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback(mt
his, parent, name, successCallback, errorCallback) native "Entry_copyTo_Callback
_DirectoryEntry_DOMString_EntryCallback_ErrorCallback"; | 1760 static copyTo_Callback_4(mthis, parent, name, successCallback, errorCallback)
native "Entry_copyTo_Callback"; |
| 1751 | 1761 |
| 1752 static copyTo_Callback_DirectoryEntry(mthis, parent) native "Entry_copyTo_Call
back_DirectoryEntry"; | 1762 static copyTo_Callback_3(mthis, parent, name, successCallback) native "Entry_c
opyTo_Callback"; |
| 1753 | 1763 |
| 1754 static getMetadata_Callback_MetadataCallback_ErrorCallback(mthis, successCallb
ack, errorCallback) native "Entry_getMetadata_Callback_MetadataCallback_ErrorCal
lback"; | 1764 static copyTo_Callback_2(mthis, parent, name) native "Entry_copyTo_Callback"; |
| 1755 | 1765 |
| 1756 static getParent_Callback_EntryCallback_ErrorCallback(mthis, successCallback,
errorCallback) native "Entry_getParent_Callback_EntryCallback_ErrorCallback"; | 1766 static copyTo_Callback_1(mthis, parent) native "Entry_copyTo_Callback"; |
| 1757 | 1767 |
| 1758 static moveTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback(mt
his, parent, name, successCallback, errorCallback) native "Entry_moveTo_Callback
_DirectoryEntry_DOMString_EntryCallback_ErrorCallback"; | 1768 static getMetadata_Callback_2(mthis, successCallback, errorCallback) native "E
ntry_getMetadata_Callback"; |
| 1759 | 1769 |
| 1760 static moveTo_Callback_DirectoryEntry(mthis, parent) native "Entry_moveTo_Call
back_DirectoryEntry"; | 1770 static getMetadata_Callback_1(mthis, successCallback) native "Entry_getMetadat
a_Callback"; |
| 1761 | 1771 |
| 1762 static remove_Callback_VoidCallback_ErrorCallback(mthis, successCallback, erro
rCallback) native "Entry_remove_Callback_VoidCallback_ErrorCallback"; | 1772 static getParent_Callback_2(mthis, successCallback, errorCallback) native "Ent
ry_getParent_Callback"; |
| 1773 |
| 1774 static getParent_Callback_1(mthis, successCallback) native "Entry_getParent_Ca
llback"; |
| 1775 |
| 1776 static getParent_Callback(mthis) native "Entry_getParent_Callback"; |
| 1777 |
| 1778 static moveTo_Callback_4(mthis, parent, name, successCallback, errorCallback)
native "Entry_moveTo_Callback"; |
| 1779 |
| 1780 static moveTo_Callback_3(mthis, parent, name, successCallback) native "Entry_m
oveTo_Callback"; |
| 1781 |
| 1782 static moveTo_Callback_2(mthis, parent, name) native "Entry_moveTo_Callback"; |
| 1783 |
| 1784 static moveTo_Callback_1(mthis, parent) native "Entry_moveTo_Callback"; |
| 1785 |
| 1786 static remove_Callback_2(mthis, successCallback, errorCallback) native "Entry_
remove_Callback"; |
| 1787 |
| 1788 static remove_Callback_1(mthis, successCallback) native "Entry_remove_Callback
"; |
| 1763 | 1789 |
| 1764 static toURL_Callback(mthis) native "Entry_toURL_Callback"; | 1790 static toURL_Callback(mthis) native "Entry_toURL_Callback"; |
| 1765 } | 1791 } |
| 1766 | 1792 |
| 1767 class BlinkDirectoryEntry { | 1793 class BlinkDirectoryEntry { |
| 1768 static createReader_Callback(mthis) native "DirectoryEntry_createReader_Callba
ck"; | 1794 static createReader_Callback(mthis) native "DirectoryEntry_createReader_Callba
ck"; |
| 1769 | 1795 |
| 1770 static getDirectory_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback(
mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_get
Directory_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback"; | 1796 static getDirectory_Callback_4(mthis, path, options, successCallback, errorCal
lback) native "DirectoryEntry_getDirectory_Callback"; |
| 1771 | 1797 |
| 1772 static getFile_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback(mthis
, path, options, successCallback, errorCallback) native "DirectoryEntry_getFile_
Callback_DOMString_Dictionary_EntryCallback_ErrorCallback"; | 1798 static getDirectory_Callback_3(mthis, path, options, successCallback) native "
DirectoryEntry_getDirectory_Callback"; |
| 1773 | 1799 |
| 1774 static removeRecursively_Callback_VoidCallback_ErrorCallback(mthis, successCal
lback, errorCallback) native "DirectoryEntry_removeRecursively_Callback_VoidCall
back_ErrorCallback"; | 1800 static getDirectory_Callback_2(mthis, path, options) native "DirectoryEntry_ge
tDirectory_Callback"; |
| 1801 |
| 1802 static getDirectory_Callback_1(mthis, path) native "DirectoryEntry_getDirector
y_Callback"; |
| 1803 |
| 1804 static getFile_Callback_4(mthis, path, options, successCallback, errorCallback
) native "DirectoryEntry_getFile_Callback"; |
| 1805 |
| 1806 static getFile_Callback_3(mthis, path, options, successCallback) native "Direc
toryEntry_getFile_Callback"; |
| 1807 |
| 1808 static getFile_Callback_2(mthis, path, options) native "DirectoryEntry_getFile
_Callback"; |
| 1809 |
| 1810 static getFile_Callback_1(mthis, path) native "DirectoryEntry_getFile_Callback
"; |
| 1811 |
| 1812 static removeRecursively_Callback_2(mthis, successCallback, errorCallback) nat
ive "DirectoryEntry_removeRecursively_Callback"; |
| 1813 |
| 1814 static removeRecursively_Callback_1(mthis, successCallback) native "DirectoryE
ntry_removeRecursively_Callback"; |
| 1775 } | 1815 } |
| 1776 | 1816 |
| 1777 class BlinkEntrySync {} | 1817 class BlinkEntrySync {} |
| 1778 | 1818 |
| 1779 class BlinkDirectoryEntrySync {} | 1819 class BlinkDirectoryEntrySync {} |
| 1780 | 1820 |
| 1781 class BlinkDirectoryReader { | 1821 class BlinkDirectoryReader { |
| 1782 static readEntries_Callback_EntriesCallback_ErrorCallback(mthis, successCallba
ck, errorCallback) native "DirectoryReader_readEntries_Callback_EntriesCallback_
ErrorCallback"; | 1822 static readEntries_Callback_2(mthis, successCallback, errorCallback) native "D
irectoryReader_readEntries_Callback"; |
| 1823 |
| 1824 static readEntries_Callback_1(mthis, successCallback) native "DirectoryReader_
readEntries_Callback"; |
| 1783 } | 1825 } |
| 1784 | 1826 |
| 1785 class BlinkDirectoryReaderSync {} | 1827 class BlinkDirectoryReaderSync {} |
| 1786 | 1828 |
| 1787 class BlinkGlobalEventHandlers {} | 1829 class BlinkGlobalEventHandlers {} |
| 1788 | 1830 |
| 1789 class BlinkParentNode { | 1831 class BlinkParentNode { |
| 1790 static childElementCount_Getter(mthis) native "ParentNode_childElementCount_Ge
tter"; | 1832 static childElementCount_Getter(mthis) native "ParentNode_childElementCount_Ge
tter"; |
| 1791 | 1833 |
| 1792 static children_Getter(mthis) native "ParentNode_children_Getter"; | 1834 static children_Getter(mthis) native "ParentNode_children_Getter"; |
| 1793 | 1835 |
| 1794 static firstElementChild_Getter(mthis) native "ParentNode_firstElementChild_Ge
tter"; | 1836 static firstElementChild_Getter(mthis) native "ParentNode_firstElementChild_Ge
tter"; |
| 1795 | 1837 |
| 1796 static lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Gett
er"; | 1838 static lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Gett
er"; |
| 1797 | 1839 |
| 1798 static querySelector_Callback_DOMString(mthis, selectors) native "ParentNode_q
uerySelector_Callback_DOMString"; | 1840 static querySelector_Callback_1(mthis, selectors) native "ParentNode_querySele
ctor_Callback"; |
| 1799 | 1841 |
| 1800 static querySelectorAll_Callback_DOMString(mthis, selectors) native "ParentNod
e_querySelectorAll_Callback_DOMString"; | 1842 static querySelectorAll_Callback_1(mthis, selectors) native "ParentNode_queryS
electorAll_Callback"; |
| 1801 } | 1843 } |
| 1802 | 1844 |
| 1803 class BlinkDocument { | 1845 class BlinkDocument { |
| 1804 static activeElement_Getter(mthis) native "Document_activeElement_Getter"; | 1846 static activeElement_Getter(mthis) native "Document_activeElement_Getter"; |
| 1805 | 1847 |
| 1806 static body_Getter(mthis) native "Document_body_Getter"; | 1848 static body_Getter(mthis) native "Document_body_Getter"; |
| 1807 | 1849 |
| 1808 static body_Setter_HTMLElement(mthis, value) native "Document_body_Setter"; | 1850 static body_Setter(mthis, value) native "Document_body_Setter"; |
| 1809 | 1851 |
| 1810 static contentType_Getter(mthis) native "Document_contentType_Getter"; | 1852 static contentType_Getter(mthis) native "Document_contentType_Getter"; |
| 1811 | 1853 |
| 1812 static cookie_Getter(mthis) native "Document_cookie_Getter"; | 1854 static cookie_Getter(mthis) native "Document_cookie_Getter"; |
| 1813 | 1855 |
| 1814 static cookie_Setter_DOMString(mthis, value) native "Document_cookie_Setter"; | 1856 static cookie_Setter(mthis, value) native "Document_cookie_Setter"; |
| 1815 | 1857 |
| 1816 static currentScript_Getter(mthis) native "Document_currentScript_Getter"; | 1858 static currentScript_Getter(mthis) native "Document_currentScript_Getter"; |
| 1817 | 1859 |
| 1818 static defaultView_Getter(mthis) native "Document_defaultView_Getter"; | 1860 static defaultView_Getter(mthis) native "Document_defaultView_Getter"; |
| 1819 | 1861 |
| 1820 static documentElement_Getter(mthis) native "Document_documentElement_Getter"; | 1862 static documentElement_Getter(mthis) native "Document_documentElement_Getter"; |
| 1821 | 1863 |
| 1822 static domain_Getter(mthis) native "Document_domain_Getter"; | 1864 static domain_Getter(mthis) native "Document_domain_Getter"; |
| 1823 | 1865 |
| 1824 static fonts_Getter(mthis) native "Document_fonts_Getter"; | 1866 static fonts_Getter(mthis) native "Document_fonts_Getter"; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 1840 static preferredStylesheetSet_Getter(mthis) native "Document_preferredStyleshe
etSet_Getter"; | 1882 static preferredStylesheetSet_Getter(mthis) native "Document_preferredStyleshe
etSet_Getter"; |
| 1841 | 1883 |
| 1842 static readyState_Getter(mthis) native "Document_readyState_Getter"; | 1884 static readyState_Getter(mthis) native "Document_readyState_Getter"; |
| 1843 | 1885 |
| 1844 static referrer_Getter(mthis) native "Document_referrer_Getter"; | 1886 static referrer_Getter(mthis) native "Document_referrer_Getter"; |
| 1845 | 1887 |
| 1846 static rootElement_Getter(mthis) native "Document_rootElement_Getter"; | 1888 static rootElement_Getter(mthis) native "Document_rootElement_Getter"; |
| 1847 | 1889 |
| 1848 static selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheet
Set_Getter"; | 1890 static selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheet
Set_Getter"; |
| 1849 | 1891 |
| 1850 static selectedStylesheetSet_Setter_DOMString(mthis, value) native "Document_s
electedStylesheetSet_Setter"; | 1892 static selectedStylesheetSet_Setter(mthis, value) native "Document_selectedSty
lesheetSet_Setter"; |
| 1851 | 1893 |
| 1852 static styleSheets_Getter(mthis) native "Document_styleSheets_Getter"; | 1894 static styleSheets_Getter(mthis) native "Document_styleSheets_Getter"; |
| 1853 | 1895 |
| 1854 static timeline_Getter(mthis) native "Document_timeline_Getter"; | 1896 static timeline_Getter(mthis) native "Document_timeline_Getter"; |
| 1855 | 1897 |
| 1856 static title_Getter(mthis) native "Document_title_Getter"; | 1898 static title_Getter(mthis) native "Document_title_Getter"; |
| 1857 | 1899 |
| 1858 static title_Setter_DOMString(mthis, value) native "Document_title_Setter"; | 1900 static title_Setter(mthis, value) native "Document_title_Setter"; |
| 1859 | 1901 |
| 1860 static visibilityState_Getter(mthis) native "Document_visibilityState_Getter"; | 1902 static visibilityState_Getter(mthis) native "Document_visibilityState_Getter"; |
| 1861 | 1903 |
| 1862 static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreen
Element_Getter"; | 1904 static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreen
Element_Getter"; |
| 1863 | 1905 |
| 1864 static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreen
Enabled_Getter"; | 1906 static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreen
Enabled_Getter"; |
| 1865 | 1907 |
| 1866 static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter"; | 1908 static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter"; |
| 1867 | 1909 |
| 1868 static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilitySt
ate_Getter"; | 1910 static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilitySt
ate_Getter"; |
| 1869 | 1911 |
| 1870 static adoptNode_Callback_Node(mthis, node) native "Document_adoptNode_Callbac
k_Node"; | 1912 static adoptNode_Callback_1(mthis, node) native "Document_adoptNode_Callback"; |
| 1871 | 1913 |
| 1872 static caretRangeFromPoint_Callback_long_long(mthis, x, y) native "Document_ca
retRangeFromPoint_Callback_long_long"; | 1914 static caretRangeFromPoint_Callback_2(mthis, x, y) native "Document_caretRange
FromPoint_Callback"; |
| 1873 | 1915 |
| 1874 static createDocumentFragment_Callback(mthis) native "Document_createDocumentF
ragment_Callback"; | 1916 static createDocumentFragment_Callback(mthis) native "Document_createDocumentF
ragment_Callback"; |
| 1875 | 1917 |
| 1876 static createElement_Callback_DOMString(mthis, localName_OR_tagName, typeExten
sion) native "Document_createElement_Callback"; | 1918 static createElement_Callback_2(mthis, localName_OR_tagName, typeExtension) na
tive "Document_createElement_Callback"; |
| 1877 | 1919 |
| 1878 static createElementNS_Callback_DOMString_DOMString(mthis, namespaceURI, quali
fiedName, typeExtension) native "Document_createElementNS_Callback"; | 1920 static createElementNS_Callback_3(mthis, namespaceURI, qualifiedName, typeExte
nsion) native "Document_createElementNS_Callback"; |
| 1879 | 1921 |
| 1880 static createEvent_Callback_DOMString(mthis, eventType) native "Document_creat
eEvent_Callback_DOMString"; | 1922 static createEvent_Callback_1(mthis, eventType) native "Document_createEvent_C
allback"; |
| 1881 | 1923 |
| 1882 static createNodeIterator_Callback_Node_ul_NodeFilter(mthis, root, whatToShow,
filter) native "Document_createNodeIterator_Callback_Node_unsigned long_NodeFil
ter"; | 1924 static createNodeIterator_Callback_3(mthis, root, whatToShow, filter) native "
Document_createNodeIterator_Callback"; |
| 1883 | 1925 |
| 1884 static createNodeIterator_Callback_Node(mthis, root) native "Document_createNo
deIterator_Callback_Node"; | 1926 static createNodeIterator_Callback_1(mthis, root) native "Document_createNodeI
terator_Callback"; |
| 1885 | 1927 |
| 1886 static createRange_Callback(mthis) native "Document_createRange_Callback"; | 1928 static createRange_Callback(mthis) native "Document_createRange_Callback"; |
| 1887 | 1929 |
| 1888 static createTextNode_Callback_DOMString(mthis, data) native "Document_createT
extNode_Callback_DOMString"; | 1930 static createTextNode_Callback_1(mthis, data) native "Document_createTextNode_
Callback"; |
| 1889 | 1931 |
| 1890 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"; | 1932 static createTouch_Callback_11(mthis, window, target, identifier, pageX, pageY
, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitFor
ce) native "Document_createTouch_Callback"; |
| 1891 | 1933 |
| 1892 static createTouchList_Callback_Touch(mthis, touches) native "Document_createT
ouchList_Callback_Touch"; | 1934 static createTouchList_Callback_1(mthis, touches) native "Document_createTouch
List_Callback"; |
| 1893 | 1935 |
| 1894 static createTreeWalker_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, f
ilter) native "Document_createTreeWalker_Callback_Node_unsigned long_NodeFilter"
; | 1936 static createTreeWalker_Callback_3(mthis, root, whatToShow, filter) native "Do
cument_createTreeWalker_Callback"; |
| 1895 | 1937 |
| 1896 static createTreeWalker_Callback_Node(mthis, root) native "Document_createTree
Walker_Callback_Node"; | 1938 static createTreeWalker_Callback_1(mthis, root) native "Document_createTreeWal
ker_Callback"; |
| 1897 | 1939 |
| 1898 static elementFromPoint_Callback_long_long(mthis, x, y) native "Document_eleme
ntFromPoint_Callback_long_long"; | 1940 static elementFromPoint_Callback_2(mthis, x, y) native "Document_elementFromPo
int_Callback"; |
| 1899 | 1941 |
| 1900 static execCommand_Callback_DOMString_boolean_DOMString(mthis, command, userIn
terface, value) native "Document_execCommand_Callback_DOMString_boolean_DOMStrin
g"; | 1942 static execCommand_Callback_3(mthis, command, userInterface, value) native "Do
cument_execCommand_Callback"; |
| 1901 | 1943 |
| 1902 static exitFullscreen_Callback(mthis) native "Document_exitFullscreen_Callback
"; | 1944 static exitFullscreen_Callback(mthis) native "Document_exitFullscreen_Callback
"; |
| 1903 | 1945 |
| 1904 static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callba
ck"; | 1946 static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callba
ck"; |
| 1905 | 1947 |
| 1906 static getCSSCanvasContext_Callback_DOMString_DOMString_long_long(mthis, conte
xtId, name, width, height) native "Document_getCSSCanvasContext_Callback_DOMStri
ng_DOMString_long_long"; | 1948 static getCSSCanvasContext_Callback_4(mthis, contextId, name, width, height) n
ative "Document_getCSSCanvasContext_Callback"; |
| 1907 | 1949 |
| 1908 static getElementById_Callback_DOMString(mthis, elementId) native "Document_ge
tElementById_Callback_DOMString"; | 1950 static getElementById_Callback_1(mthis, elementId) native "Document_getElement
ById_Callback"; |
| 1909 | 1951 |
| 1910 static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Do
cument_getElementsByClassName_Callback_DOMString"; | 1952 static getElementsByClassName_Callback_1(mthis, classNames) native "Document_g
etElementsByClassName_Callback"; |
| 1911 | 1953 |
| 1912 static getElementsByName_Callback_DOMString(mthis, elementName) native "Docume
nt_getElementsByName_Callback_DOMString"; | 1954 static getElementsByName_Callback_1(mthis, elementName) native "Document_getEl
ementsByName_Callback"; |
| 1913 | 1955 |
| 1914 static getElementsByTagName_Callback_DOMString(mthis, localName) native "Docum
ent_getElementsByTagName_Callback_DOMString"; | 1956 static getElementsByTagName_Callback_1(mthis, localName) native "Document_getE
lementsByTagName_Callback"; |
| 1915 | 1957 |
| 1916 static importNode_Callback_Node_boolean(mthis, node, deep) native "Document_im
portNode_Callback_Node_boolean"; | 1958 static importNode_Callback_2(mthis, node, deep) native "Document_importNode_Ca
llback"; |
| 1917 | 1959 |
| 1918 static importNode_Callback_Node(mthis, node) native "Document_importNode_Callb
ack_Node"; | 1960 static importNode_Callback_1(mthis, node) native "Document_importNode_Callback
"; |
| 1919 | 1961 |
| 1920 static queryCommandEnabled_Callback_DOMString(mthis, command) native "Document
_queryCommandEnabled_Callback_DOMString"; | 1962 static queryCommandEnabled_Callback_1(mthis, command) native "Document_queryCo
mmandEnabled_Callback"; |
| 1921 | 1963 |
| 1922 static queryCommandIndeterm_Callback_DOMString(mthis, command) native "Documen
t_queryCommandIndeterm_Callback_DOMString"; | 1964 static queryCommandIndeterm_Callback_1(mthis, command) native "Document_queryC
ommandIndeterm_Callback"; |
| 1923 | 1965 |
| 1924 static queryCommandState_Callback_DOMString(mthis, command) native "Document_q
ueryCommandState_Callback_DOMString"; | 1966 static queryCommandState_Callback_1(mthis, command) native "Document_queryComm
andState_Callback"; |
| 1925 | 1967 |
| 1926 static queryCommandSupported_Callback_DOMString(mthis, command) native "Docume
nt_queryCommandSupported_Callback_DOMString"; | 1968 static queryCommandSupported_Callback_1(mthis, command) native "Document_query
CommandSupported_Callback"; |
| 1927 | 1969 |
| 1928 static queryCommandValue_Callback_DOMString(mthis, command) native "Document_q
ueryCommandValue_Callback_DOMString"; | 1970 static queryCommandValue_Callback_1(mthis, command) native "Document_queryComm
andValue_Callback"; |
| 1929 | 1971 |
| 1930 static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscr
een_Callback"; | 1972 static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscr
een_Callback"; |
| 1931 | 1973 |
| 1932 static childElementCount_Getter(mthis) native "Document_childElementCount_Gett
er"; | 1974 static childElementCount_Getter(mthis) native "Document_childElementCount_Gett
er"; |
| 1933 | 1975 |
| 1934 static children_Getter(mthis) native "Document_children_Getter"; | 1976 static children_Getter(mthis) native "Document_children_Getter"; |
| 1935 | 1977 |
| 1936 static firstElementChild_Getter(mthis) native "Document_firstElementChild_Gett
er"; | 1978 static firstElementChild_Getter(mthis) native "Document_firstElementChild_Gett
er"; |
| 1937 | 1979 |
| 1938 static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter
"; | 1980 static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter
"; |
| 1939 | 1981 |
| 1940 static querySelector_Callback_DOMString(mthis, selectors) native "Document_que
rySelector_Callback_DOMString"; | 1982 static querySelector_Callback_1(mthis, selectors) native "Document_querySelect
or_Callback"; |
| 1941 | 1983 |
| 1942 static querySelectorAll_Callback_DOMString(mthis, selectors) native "Document_
querySelectorAll_Callback_DOMString"; | 1984 static querySelectorAll_Callback_1(mthis, selectors) native "Document_querySel
ectorAll_Callback"; |
| 1943 } | 1985 } |
| 1944 | 1986 |
| 1945 class BlinkDocumentFragment { | 1987 class BlinkDocumentFragment { |
| 1946 static getElementById_Callback_DOMString(mthis, elementId) native "DocumentFra
gment_getElementById_Callback_DOMString"; | 1988 static getElementById_Callback_1(mthis, elementId) native "DocumentFragment_ge
tElementById_Callback"; |
| 1947 | 1989 |
| 1948 static childElementCount_Getter(mthis) native "DocumentFragment_childElementCo
unt_Getter"; | 1990 static childElementCount_Getter(mthis) native "DocumentFragment_childElementCo
unt_Getter"; |
| 1949 | 1991 |
| 1950 static firstElementChild_Getter(mthis) native "DocumentFragment_firstElementCh
ild_Getter"; | 1992 static firstElementChild_Getter(mthis) native "DocumentFragment_firstElementCh
ild_Getter"; |
| 1951 | 1993 |
| 1952 static lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChil
d_Getter"; | 1994 static lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChil
d_Getter"; |
| 1953 | 1995 |
| 1954 static querySelector_Callback_DOMString(mthis, selectors) native "DocumentFrag
ment_querySelector_Callback_DOMString"; | 1996 static querySelector_Callback_1(mthis, selectors) native "DocumentFragment_que
rySelector_Callback"; |
| 1955 | 1997 |
| 1956 static querySelectorAll_Callback_DOMString(mthis, selectors) native "DocumentF
ragment_querySelectorAll_Callback_DOMString"; | 1998 static querySelectorAll_Callback_1(mthis, selectors) native "DocumentFragment_
querySelectorAll_Callback"; |
| 1957 } | 1999 } |
| 1958 | 2000 |
| 1959 class BlinkDocumentType {} | 2001 class BlinkDocumentType {} |
| 1960 | 2002 |
| 1961 class BlinkDynamicsCompressorNode { | 2003 class BlinkDynamicsCompressorNode { |
| 1962 static attack_Getter(mthis) native "DynamicsCompressorNode_attack_Getter"; | 2004 static attack_Getter(mthis) native "DynamicsCompressorNode_attack_Getter"; |
| 1963 | 2005 |
| 1964 static knee_Getter(mthis) native "DynamicsCompressorNode_knee_Getter"; | 2006 static knee_Getter(mthis) native "DynamicsCompressorNode_knee_Getter"; |
| 1965 | 2007 |
| 1966 static ratio_Getter(mthis) native "DynamicsCompressorNode_ratio_Getter"; | 2008 static ratio_Getter(mthis) native "DynamicsCompressorNode_ratio_Getter"; |
| (...skipping 11 matching lines...) Expand all Loading... |
| 1978 | 2020 |
| 1979 class BlinkEXTShaderTextureLOD {} | 2021 class BlinkEXTShaderTextureLOD {} |
| 1980 | 2022 |
| 1981 class BlinkEXTTextureFilterAnisotropic {} | 2023 class BlinkEXTTextureFilterAnisotropic {} |
| 1982 | 2024 |
| 1983 class BlinkElement { | 2025 class BlinkElement { |
| 1984 static attributes_Getter(mthis) native "Element_attributes_Getter"; | 2026 static attributes_Getter(mthis) native "Element_attributes_Getter"; |
| 1985 | 2027 |
| 1986 static className_Getter(mthis) native "Element_className_Getter"; | 2028 static className_Getter(mthis) native "Element_className_Getter"; |
| 1987 | 2029 |
| 1988 static className_Setter_DOMString(mthis, value) native "Element_className_Sett
er"; | 2030 static className_Setter(mthis, value) native "Element_className_Setter"; |
| 1989 | 2031 |
| 1990 static clientHeight_Getter(mthis) native "Element_clientHeight_Getter"; | 2032 static clientHeight_Getter(mthis) native "Element_clientHeight_Getter"; |
| 1991 | 2033 |
| 1992 static clientLeft_Getter(mthis) native "Element_clientLeft_Getter"; | 2034 static clientLeft_Getter(mthis) native "Element_clientLeft_Getter"; |
| 1993 | 2035 |
| 1994 static clientTop_Getter(mthis) native "Element_clientTop_Getter"; | 2036 static clientTop_Getter(mthis) native "Element_clientTop_Getter"; |
| 1995 | 2037 |
| 1996 static clientWidth_Getter(mthis) native "Element_clientWidth_Getter"; | 2038 static clientWidth_Getter(mthis) native "Element_clientWidth_Getter"; |
| 1997 | 2039 |
| 1998 static id_Getter(mthis) native "Element_id_Getter"; | 2040 static id_Getter(mthis) native "Element_id_Getter"; |
| 1999 | 2041 |
| 2000 static id_Setter_DOMString(mthis, value) native "Element_id_Setter"; | 2042 static id_Setter(mthis, value) native "Element_id_Setter"; |
| 2001 | 2043 |
| 2002 static innerHTML_Getter(mthis) native "Element_innerHTML_Getter"; | 2044 static innerHTML_Getter(mthis) native "Element_innerHTML_Getter"; |
| 2003 | 2045 |
| 2004 static innerHTML_Setter_DOMString(mthis, value) native "Element_innerHTML_Sett
er"; | 2046 static innerHTML_Setter(mthis, value) native "Element_innerHTML_Setter"; |
| 2005 | 2047 |
| 2006 static localName_Getter(mthis) native "Element_localName_Getter"; | 2048 static localName_Getter(mthis) native "Element_localName_Getter"; |
| 2007 | 2049 |
| 2008 static namespaceURI_Getter(mthis) native "Element_namespaceURI_Getter"; | 2050 static namespaceURI_Getter(mthis) native "Element_namespaceURI_Getter"; |
| 2009 | 2051 |
| 2010 static offsetHeight_Getter(mthis) native "Element_offsetHeight_Getter"; | 2052 static offsetHeight_Getter(mthis) native "Element_offsetHeight_Getter"; |
| 2011 | 2053 |
| 2012 static offsetLeft_Getter(mthis) native "Element_offsetLeft_Getter"; | 2054 static offsetLeft_Getter(mthis) native "Element_offsetLeft_Getter"; |
| 2013 | 2055 |
| 2014 static offsetParent_Getter(mthis) native "Element_offsetParent_Getter"; | 2056 static offsetParent_Getter(mthis) native "Element_offsetParent_Getter"; |
| 2015 | 2057 |
| 2016 static offsetTop_Getter(mthis) native "Element_offsetTop_Getter"; | 2058 static offsetTop_Getter(mthis) native "Element_offsetTop_Getter"; |
| 2017 | 2059 |
| 2018 static offsetWidth_Getter(mthis) native "Element_offsetWidth_Getter"; | 2060 static offsetWidth_Getter(mthis) native "Element_offsetWidth_Getter"; |
| 2019 | 2061 |
| 2020 static outerHTML_Getter(mthis) native "Element_outerHTML_Getter"; | 2062 static outerHTML_Getter(mthis) native "Element_outerHTML_Getter"; |
| 2021 | 2063 |
| 2022 static scrollHeight_Getter(mthis) native "Element_scrollHeight_Getter"; | 2064 static scrollHeight_Getter(mthis) native "Element_scrollHeight_Getter"; |
| 2023 | 2065 |
| 2024 static scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter"; | 2066 static scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter"; |
| 2025 | 2067 |
| 2026 static scrollLeft_Setter_long(mthis, value) native "Element_scrollLeft_Setter"
; | 2068 static scrollLeft_Setter(mthis, value) native "Element_scrollLeft_Setter"; |
| 2027 | 2069 |
| 2028 static scrollTop_Getter(mthis) native "Element_scrollTop_Getter"; | 2070 static scrollTop_Getter(mthis) native "Element_scrollTop_Getter"; |
| 2029 | 2071 |
| 2030 static scrollTop_Setter_long(mthis, value) native "Element_scrollTop_Setter"; | 2072 static scrollTop_Setter(mthis, value) native "Element_scrollTop_Setter"; |
| 2031 | 2073 |
| 2032 static scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter"; | 2074 static scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter"; |
| 2033 | 2075 |
| 2034 static shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter"; | 2076 static shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter"; |
| 2035 | 2077 |
| 2036 static style_Getter(mthis) native "Element_style_Getter"; | 2078 static style_Getter(mthis) native "Element_style_Getter"; |
| 2037 | 2079 |
| 2038 static tagName_Getter(mthis) native "Element_tagName_Getter"; | 2080 static tagName_Getter(mthis) native "Element_tagName_Getter"; |
| 2039 | 2081 |
| 2040 static animate_Callback_object_object(mthis, effect, timing) native "Element_a
nimate_Callback"; | 2082 static animate_Callback_2(mthis, effect, timing) native "Element_animate_Callb
ack"; |
| 2041 | 2083 |
| 2042 static blur_Callback(mthis) native "Element_blur_Callback"; | 2084 static blur_Callback(mthis) native "Element_blur_Callback"; |
| 2043 | 2085 |
| 2044 static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callb
ack"; | 2086 static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callb
ack"; |
| 2045 | 2087 |
| 2046 static focus_Callback(mthis) native "Element_focus_Callback"; | 2088 static focus_Callback(mthis) native "Element_focus_Callback"; |
| 2047 | 2089 |
| 2048 static getAnimationPlayers_Callback(mthis) native "Element_getAnimationPlayers
_Callback"; | 2090 static getAnimationPlayers_Callback(mthis) native "Element_getAnimationPlayers
_Callback"; |
| 2049 | 2091 |
| 2050 static getAttribute_Callback_DOMString(mthis, name) native "Element_getAttribu
te_Callback_DOMString"; | 2092 static getAttribute_Callback_1(mthis, name) native "Element_getAttribute_Callb
ack"; |
| 2051 | 2093 |
| 2052 static getAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN
ame) native "Element_getAttributeNS_Callback_DOMString_DOMString"; | 2094 static getAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Eleme
nt_getAttributeNS_Callback"; |
| 2053 | 2095 |
| 2054 static getBoundingClientRect_Callback(mthis) native "Element_getBoundingClient
Rect_Callback"; | 2096 static getBoundingClientRect_Callback(mthis) native "Element_getBoundingClient
Rect_Callback"; |
| 2055 | 2097 |
| 2056 static getClientRects_Callback(mthis) native "Element_getClientRects_Callback"
; | 2098 static getClientRects_Callback(mthis) native "Element_getClientRects_Callback"
; |
| 2057 | 2099 |
| 2058 static getDestinationInsertionPoints_Callback(mthis) native "Element_getDestin
ationInsertionPoints_Callback"; | 2100 static getDestinationInsertionPoints_Callback(mthis) native "Element_getDestin
ationInsertionPoints_Callback"; |
| 2059 | 2101 |
| 2060 static getElementsByClassName_Callback_DOMString(mthis, classNames) native "El
ement_getElementsByClassName_Callback_DOMString"; | 2102 static getElementsByClassName_Callback_1(mthis, classNames) native "Element_ge
tElementsByClassName_Callback"; |
| 2061 | 2103 |
| 2062 static getElementsByTagName_Callback_DOMString(mthis, name) native "Element_ge
tElementsByTagName_Callback_DOMString"; | 2104 static getElementsByTagName_Callback_1(mthis, name) native "Element_getElement
sByTagName_Callback"; |
| 2063 | 2105 |
| 2064 static hasAttribute_Callback_DOMString(mthis, name) native "Element_hasAttribu
te_Callback_DOMString"; | 2106 static hasAttribute_Callback_1(mthis, name) native "Element_hasAttribute_Callb
ack"; |
| 2065 | 2107 |
| 2066 static hasAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN
ame) native "Element_hasAttributeNS_Callback_DOMString_DOMString"; | 2108 static hasAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Eleme
nt_hasAttributeNS_Callback"; |
| 2067 | 2109 |
| 2068 static insertAdjacentElement_Callback_DOMString_Element(mthis, where, element)
native "Element_insertAdjacentElement_Callback_DOMString_Element"; | 2110 static insertAdjacentElement_Callback_2(mthis, where, element) native "Element
_insertAdjacentElement_Callback"; |
| 2069 | 2111 |
| 2070 static insertAdjacentHTML_Callback_DOMString_DOMString(mthis, where, html) nat
ive "Element_insertAdjacentHTML_Callback_DOMString_DOMString"; | 2112 static insertAdjacentHTML_Callback_2(mthis, where, html) native "Element_inser
tAdjacentHTML_Callback"; |
| 2071 | 2113 |
| 2072 static insertAdjacentText_Callback_DOMString_DOMString(mthis, where, text) nat
ive "Element_insertAdjacentText_Callback_DOMString_DOMString"; | 2114 static insertAdjacentText_Callback_2(mthis, where, text) native "Element_inser
tAdjacentText_Callback"; |
| 2073 | 2115 |
| 2074 static matches_Callback_DOMString(mthis, selectors) native "Element_matches_Ca
llback_DOMString"; | 2116 static matches_Callback_1(mthis, selectors) native "Element_matches_Callback"; |
| 2075 | 2117 |
| 2076 static removeAttribute_Callback_DOMString(mthis, name) native "Element_removeA
ttribute_Callback_DOMString"; | 2118 static removeAttribute_Callback_1(mthis, name) native "Element_removeAttribute
_Callback"; |
| 2077 | 2119 |
| 2078 static removeAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, loc
alName) native "Element_removeAttributeNS_Callback_DOMString_DOMString"; | 2120 static removeAttributeNS_Callback_2(mthis, namespaceURI, localName) native "El
ement_removeAttributeNS_Callback"; |
| 2079 | 2121 |
| 2080 static requestFullscreen_Callback(mthis) native "Element_requestFullscreen_Cal
lback"; | 2122 static requestFullscreen_Callback(mthis) native "Element_requestFullscreen_Cal
lback"; |
| 2081 | 2123 |
| 2082 static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_C
allback"; | 2124 static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_C
allback"; |
| 2083 | 2125 |
| 2084 static scrollIntoView_Callback_boolean(mthis, alignWithTop) native "Element_sc
rollIntoView_Callback_boolean"; | 2126 static scrollIntoView_Callback_1(mthis, alignWithTop) native "Element_scrollIn
toView_Callback"; |
| 2085 | 2127 |
| 2086 static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback"
; | 2128 static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback"
; |
| 2087 | 2129 |
| 2088 static scrollIntoViewIfNeeded_Callback_boolean(mthis, centerIfNeeded) native "
Element_scrollIntoViewIfNeeded_Callback_boolean"; | 2130 static scrollIntoViewIfNeeded_Callback_1(mthis, centerIfNeeded) native "Elemen
t_scrollIntoViewIfNeeded_Callback"; |
| 2089 | 2131 |
| 2090 static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIf
Needed_Callback"; | 2132 static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIf
Needed_Callback"; |
| 2091 | 2133 |
| 2092 static setAttribute_Callback_DOMString_DOMString(mthis, name, value) native "E
lement_setAttribute_Callback_DOMString_DOMString"; | 2134 static setAttribute_Callback_2(mthis, name, value) native "Element_setAttribut
e_Callback"; |
| 2093 | 2135 |
| 2094 static setAttributeNS_Callback_DOMString_DOMString_DOMString(mthis, namespaceU
RI, qualifiedName, value) native "Element_setAttributeNS_Callback_DOMString_DOMS
tring_DOMString"; | 2136 static setAttributeNS_Callback_3(mthis, namespaceURI, qualifiedName, value) na
tive "Element_setAttributeNS_Callback"; |
| 2095 | 2137 |
| 2096 static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Get
ter"; | 2138 static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Get
ter"; |
| 2097 | 2139 |
| 2098 static previousElementSibling_Getter(mthis) native "Element_previousElementSib
ling_Getter"; | 2140 static previousElementSibling_Getter(mthis) native "Element_previousElementSib
ling_Getter"; |
| 2099 | 2141 |
| 2100 static remove_Callback(mthis) native "Element_remove_Callback"; | 2142 static remove_Callback(mthis) native "Element_remove_Callback"; |
| 2101 | 2143 |
| 2102 static childElementCount_Getter(mthis) native "Element_childElementCount_Gette
r"; | 2144 static childElementCount_Getter(mthis) native "Element_childElementCount_Gette
r"; |
| 2103 | 2145 |
| 2104 static children_Getter(mthis) native "Element_children_Getter"; | 2146 static children_Getter(mthis) native "Element_children_Getter"; |
| 2105 | 2147 |
| 2106 static firstElementChild_Getter(mthis) native "Element_firstElementChild_Gette
r"; | 2148 static firstElementChild_Getter(mthis) native "Element_firstElementChild_Gette
r"; |
| 2107 | 2149 |
| 2108 static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter"
; | 2150 static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter"
; |
| 2109 | 2151 |
| 2110 static querySelector_Callback_DOMString(mthis, selectors) native "Element_quer
ySelector_Callback_DOMString"; | 2152 static querySelector_Callback_1(mthis, selectors) native "Element_querySelecto
r_Callback"; |
| 2111 | 2153 |
| 2112 static querySelectorAll_Callback_DOMString(mthis, selectors) native "Element_q
uerySelectorAll_Callback_DOMString"; | 2154 static querySelectorAll_Callback_1(mthis, selectors) native "Element_querySele
ctorAll_Callback"; |
| 2113 } | 2155 } |
| 2114 | 2156 |
| 2115 class BlinkErrorEvent { | 2157 class BlinkErrorEvent { |
| 2116 static constructorCallback(type, options) native "ErrorEvent_constructorCallba
ck"; | 2158 static constructorCallback(type, options) native "ErrorEvent_constructorCallba
ck"; |
| 2117 | 2159 |
| 2118 static colno_Getter(mthis) native "ErrorEvent_colno_Getter"; | 2160 static colno_Getter(mthis) native "ErrorEvent_colno_Getter"; |
| 2119 | 2161 |
| 2120 static error_Getter(mthis) native "ErrorEvent_error_Getter"; | 2162 static error_Getter(mthis) native "ErrorEvent_error_Getter"; |
| 2121 | 2163 |
| 2122 static filename_Getter(mthis) native "ErrorEvent_filename_Getter"; | 2164 static filename_Getter(mthis) native "ErrorEvent_filename_Getter"; |
| 2123 | 2165 |
| 2124 static lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; | 2166 static lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; |
| 2125 | 2167 |
| 2126 static message_Getter(mthis) native "ErrorEvent_message_Getter"; | 2168 static message_Getter(mthis) native "ErrorEvent_message_Getter"; |
| 2127 } | 2169 } |
| 2128 | 2170 |
| 2129 class BlinkEventSource { | 2171 class BlinkEventSource { |
| 2130 static constructorCallback_DOMString_Dictionary(url, eventSourceInit) native "
EventSource_constructorCallback_DOMString_Dictionary"; | 2172 static constructorCallback_2(url, eventSourceInit) native "EventSource_constru
ctorCallback"; |
| 2131 | 2173 |
| 2132 static constructorCallback_DOMString(url) native "EventSource_constructorCallb
ack_DOMString"; | 2174 static constructorCallback_1(url) native "EventSource_constructorCallback"; |
| 2133 | 2175 |
| 2134 static readyState_Getter(mthis) native "EventSource_readyState_Getter"; | 2176 static readyState_Getter(mthis) native "EventSource_readyState_Getter"; |
| 2135 | 2177 |
| 2136 static url_Getter(mthis) native "EventSource_url_Getter"; | 2178 static url_Getter(mthis) native "EventSource_url_Getter"; |
| 2137 | 2179 |
| 2138 static withCredentials_Getter(mthis) native "EventSource_withCredentials_Gette
r"; | 2180 static withCredentials_Getter(mthis) native "EventSource_withCredentials_Gette
r"; |
| 2139 | 2181 |
| 2140 static close_Callback(mthis) native "EventSource_close_Callback"; | 2182 static close_Callback(mthis) native "EventSource_close_Callback"; |
| 2141 } | 2183 } |
| 2142 | 2184 |
| 2143 class BlinkFederatedCredential { | 2185 class BlinkFederatedCredential { |
| 2144 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a
vatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_
DOMString_DOMString_DOMString"; | 2186 static constructorCallback_4(id, name, avatarURL, federation) native "Federate
dCredential_constructorCallback"; |
| 2145 | 2187 |
| 2146 static federation_Getter(mthis) native "FederatedCredential_federation_Getter"
; | 2188 static federation_Getter(mthis) native "FederatedCredential_federation_Getter"
; |
| 2147 } | 2189 } |
| 2148 | 2190 |
| 2149 class BlinkFetchBodyStream { | 2191 class BlinkFetchBodyStream { |
| 2150 static asArrayBuffer_Callback(mthis) native "FetchBodyStream_asArrayBuffer_Cal
lback"; | 2192 static asArrayBuffer_Callback(mthis) native "FetchBodyStream_asArrayBuffer_Cal
lback"; |
| 2151 | 2193 |
| 2152 static asBlob_Callback(mthis) native "FetchBodyStream_asBlob_Callback"; | 2194 static asBlob_Callback(mthis) native "FetchBodyStream_asBlob_Callback"; |
| 2153 | 2195 |
| 2154 static asJSON_Callback(mthis) native "FetchBodyStream_asJSON_Callback"; | 2196 static asJSON_Callback(mthis) native "FetchBodyStream_asJSON_Callback"; |
| 2155 | 2197 |
| 2156 static asText_Callback(mthis) native "FetchBodyStream_asText_Callback"; | 2198 static asText_Callback(mthis) native "FetchBodyStream_asText_Callback"; |
| 2157 } | 2199 } |
| 2158 | 2200 |
| 2159 class BlinkFetchEvent { | 2201 class BlinkFetchEvent { |
| 2160 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter"; | 2202 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter"; |
| 2161 | 2203 |
| 2162 static request_Getter(mthis) native "FetchEvent_request_Getter"; | 2204 static request_Getter(mthis) native "FetchEvent_request_Getter"; |
| 2163 | 2205 |
| 2164 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo
ndWith_Callback_ScriptValue"; | 2206 static respondWith_Callback_1(mthis, value) native "FetchEvent_respondWith_Cal
lback"; |
| 2165 } | 2207 } |
| 2166 | 2208 |
| 2167 class BlinkFile { | 2209 class BlinkFile { |
| 2168 static lastModified_Getter(mthis) native "File_lastModified_Getter"; | 2210 static lastModified_Getter(mthis) native "File_lastModified_Getter"; |
| 2169 | 2211 |
| 2170 static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter"; | 2212 static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter"; |
| 2171 | 2213 |
| 2172 static name_Getter(mthis) native "File_name_Getter"; | 2214 static name_Getter(mthis) native "File_name_Getter"; |
| 2173 | 2215 |
| 2174 static webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Getter
"; | 2216 static webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Getter
"; |
| 2175 } | 2217 } |
| 2176 | 2218 |
| 2177 class BlinkFileEntry { | 2219 class BlinkFileEntry { |
| 2178 static createWriter_Callback_FileWriterCallback_ErrorCallback(mthis, successCa
llback, errorCallback) native "FileEntry_createWriter_Callback_FileWriterCallbac
k_ErrorCallback"; | 2220 static createWriter_Callback_2(mthis, successCallback, errorCallback) native "
FileEntry_createWriter_Callback"; |
| 2179 | 2221 |
| 2180 static file_Callback_FileCallback_ErrorCallback(mthis, successCallback, errorC
allback) native "FileEntry_file_Callback_FileCallback_ErrorCallback"; | 2222 static createWriter_Callback_1(mthis, successCallback) native "FileEntry_creat
eWriter_Callback"; |
| 2223 |
| 2224 static file_Callback_2(mthis, successCallback, errorCallback) native "FileEntr
y_file_Callback"; |
| 2225 |
| 2226 static file_Callback_1(mthis, successCallback) native "FileEntry_file_Callback
"; |
| 2181 } | 2227 } |
| 2182 | 2228 |
| 2183 class BlinkFileEntrySync {} | 2229 class BlinkFileEntrySync {} |
| 2184 | 2230 |
| 2185 class BlinkFileError { | 2231 class BlinkFileError { |
| 2186 static code_Getter(mthis) native "FileError_code_Getter"; | 2232 static code_Getter(mthis) native "FileError_code_Getter"; |
| 2187 } | 2233 } |
| 2188 | 2234 |
| 2189 class BlinkFileList { | 2235 class BlinkFileList { |
| 2190 static length_Getter(mthis) native "FileList_length_Getter"; | 2236 static length_Getter(mthis) native "FileList_length_Getter"; |
| 2191 | 2237 |
| 2192 static item_Callback_ul(mthis, index) native "FileList_item_Callback_unsigned
long"; | 2238 static item_Callback_1(mthis, index) native "FileList_item_Callback"; |
| 2193 } | 2239 } |
| 2194 | 2240 |
| 2195 class BlinkFileReader { | 2241 class BlinkFileReader { |
| 2196 static constructorCallback() native "FileReader_constructorCallback"; | 2242 static constructorCallback() native "FileReader_constructorCallback"; |
| 2197 | 2243 |
| 2198 static error_Getter(mthis) native "FileReader_error_Getter"; | 2244 static error_Getter(mthis) native "FileReader_error_Getter"; |
| 2199 | 2245 |
| 2200 static readyState_Getter(mthis) native "FileReader_readyState_Getter"; | 2246 static readyState_Getter(mthis) native "FileReader_readyState_Getter"; |
| 2201 | 2247 |
| 2202 static result_Getter(mthis) native "FileReader_result_Getter"; | 2248 static result_Getter(mthis) native "FileReader_result_Getter"; |
| 2203 | 2249 |
| 2204 static abort_Callback(mthis) native "FileReader_abort_Callback"; | 2250 static abort_Callback(mthis) native "FileReader_abort_Callback"; |
| 2205 | 2251 |
| 2206 static readAsArrayBuffer_Callback_Blob(mthis, blob) native "FileReader_readAsA
rrayBuffer_Callback_Blob"; | 2252 static readAsArrayBuffer_Callback_1(mthis, blob) native "FileReader_readAsArra
yBuffer_Callback"; |
| 2207 | 2253 |
| 2208 static readAsDataURL_Callback_Blob(mthis, blob) native "FileReader_readAsDataU
RL_Callback_Blob"; | 2254 static readAsDataURL_Callback_1(mthis, blob) native "FileReader_readAsDataURL_
Callback"; |
| 2209 | 2255 |
| 2210 static readAsText_Callback_Blob_DOMString(mthis, blob, encoding) native "FileR
eader_readAsText_Callback_Blob_DOMString"; | 2256 static readAsText_Callback_2(mthis, blob, encoding) native "FileReader_readAsT
ext_Callback"; |
| 2211 | 2257 |
| 2212 static readAsText_Callback_Blob(mthis, blob) native "FileReader_readAsText_Cal
lback_Blob"; | 2258 static readAsText_Callback_1(mthis, blob) native "FileReader_readAsText_Callba
ck"; |
| 2213 } | 2259 } |
| 2214 | 2260 |
| 2215 class BlinkFileReaderSync { | 2261 class BlinkFileReaderSync { |
| 2216 static constructorCallback() native "FileReaderSync_constructorCallback"; | 2262 static constructorCallback() native "FileReaderSync_constructorCallback"; |
| 2217 } | 2263 } |
| 2218 | 2264 |
| 2219 class BlinkFileWriter { | 2265 class BlinkFileWriter { |
| 2220 static error_Getter(mthis) native "FileWriter_error_Getter"; | 2266 static error_Getter(mthis) native "FileWriter_error_Getter"; |
| 2221 | 2267 |
| 2222 static length_Getter(mthis) native "FileWriter_length_Getter"; | 2268 static length_Getter(mthis) native "FileWriter_length_Getter"; |
| 2223 | 2269 |
| 2224 static position_Getter(mthis) native "FileWriter_position_Getter"; | 2270 static position_Getter(mthis) native "FileWriter_position_Getter"; |
| 2225 | 2271 |
| 2226 static readyState_Getter(mthis) native "FileWriter_readyState_Getter"; | 2272 static readyState_Getter(mthis) native "FileWriter_readyState_Getter"; |
| 2227 | 2273 |
| 2228 static abort_Callback(mthis) native "FileWriter_abort_Callback"; | 2274 static abort_Callback(mthis) native "FileWriter_abort_Callback"; |
| 2229 | 2275 |
| 2230 static seek_Callback_ll(mthis, position) native "FileWriter_seek_Callback_long
long"; | 2276 static seek_Callback_1(mthis, position) native "FileWriter_seek_Callback"; |
| 2231 | 2277 |
| 2232 static truncate_Callback_ll(mthis, size) native "FileWriter_truncate_Callback_
long long"; | 2278 static truncate_Callback_1(mthis, size) native "FileWriter_truncate_Callback"; |
| 2233 | 2279 |
| 2234 static write_Callback_Blob(mthis, data) native "FileWriter_write_Callback_Blob
"; | 2280 static write_Callback_1(mthis, data) native "FileWriter_write_Callback"; |
| 2235 } | 2281 } |
| 2236 | 2282 |
| 2237 class BlinkFileWriterSync {} | 2283 class BlinkFileWriterSync {} |
| 2238 | 2284 |
| 2239 class BlinkFocusEvent { | 2285 class BlinkFocusEvent { |
| 2240 static constructorCallback(type, options) native "FocusEvent_constructorCallba
ck"; | 2286 static constructorCallback(type, options) native "FocusEvent_constructorCallba
ck"; |
| 2241 | 2287 |
| 2242 static relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter"; | 2288 static relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter"; |
| 2243 } | 2289 } |
| 2244 | 2290 |
| 2245 class BlinkFontFace { | 2291 class BlinkFontFace { |
| 2246 static constructorCallback_DOMString_DOMString(family, source) native "FontFac
e_constructorCallback_DOMString_DOMString"; | 2292 static constructorCallback_2(family, source) native "FontFace_constructorCallb
ack"; |
| 2247 | 2293 |
| 2248 static constructorCallback_DOMString_DOMString_Dictionary(family, source, desc
riptors) native "FontFace_constructorCallback_DOMString_DOMString_Dictionary"; | 2294 static constructorCallback_3(family, source, descriptors) native "FontFace_con
structorCallback"; |
| 2249 | |
| 2250 static constructorCallback_DOMString_ArrayBufferView(family, source) native "F
ontFace_constructorCallback_DOMString_ArrayBufferView"; | |
| 2251 | |
| 2252 static constructorCallback_DOMString_ArrayBufferView_Dictionary(family, source
, descriptors) native "FontFace_constructorCallback_DOMString_ArrayBufferView_Di
ctionary"; | |
| 2253 | |
| 2254 static constructorCallback_DOMString_ArrayBuffer(family, source) native "FontF
ace_constructorCallback_DOMString_ArrayBuffer"; | |
| 2255 | |
| 2256 static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, de
scriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary
"; | |
| 2257 | 2295 |
| 2258 static family_Getter(mthis) native "FontFace_family_Getter"; | 2296 static family_Getter(mthis) native "FontFace_family_Getter"; |
| 2259 | 2297 |
| 2260 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; | 2298 static family_Setter(mthis, value) native "FontFace_family_Setter"; |
| 2261 | 2299 |
| 2262 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; | 2300 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; |
| 2263 | 2301 |
| 2264 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature
Settings_Setter"; | 2302 static featureSettings_Setter(mthis, value) native "FontFace_featureSettings_S
etter"; |
| 2265 | 2303 |
| 2266 static loaded_Getter(mthis) native "FontFace_loaded_Getter"; | 2304 static loaded_Getter(mthis) native "FontFace_loaded_Getter"; |
| 2267 | 2305 |
| 2268 static status_Getter(mthis) native "FontFace_status_Getter"; | 2306 static status_Getter(mthis) native "FontFace_status_Getter"; |
| 2269 | 2307 |
| 2270 static stretch_Getter(mthis) native "FontFace_stretch_Getter"; | 2308 static stretch_Getter(mthis) native "FontFace_stretch_Getter"; |
| 2271 | 2309 |
| 2272 static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter"
; | 2310 static stretch_Setter(mthis, value) native "FontFace_stretch_Setter"; |
| 2273 | 2311 |
| 2274 static style_Getter(mthis) native "FontFace_style_Getter"; | 2312 static style_Getter(mthis) native "FontFace_style_Getter"; |
| 2275 | 2313 |
| 2276 static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter"; | 2314 static style_Setter(mthis, value) native "FontFace_style_Setter"; |
| 2277 | 2315 |
| 2278 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; | 2316 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; |
| 2279 | 2317 |
| 2280 static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRan
ge_Setter"; | 2318 static unicodeRange_Setter(mthis, value) native "FontFace_unicodeRange_Setter"
; |
| 2281 | 2319 |
| 2282 static variant_Getter(mthis) native "FontFace_variant_Getter"; | 2320 static variant_Getter(mthis) native "FontFace_variant_Getter"; |
| 2283 | 2321 |
| 2284 static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter"
; | 2322 static variant_Setter(mthis, value) native "FontFace_variant_Setter"; |
| 2285 | 2323 |
| 2286 static weight_Getter(mthis) native "FontFace_weight_Getter"; | 2324 static weight_Getter(mthis) native "FontFace_weight_Getter"; |
| 2287 | 2325 |
| 2288 static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter"; | 2326 static weight_Setter(mthis, value) native "FontFace_weight_Setter"; |
| 2289 | 2327 |
| 2290 static load_Callback(mthis) native "FontFace_load_Callback"; | 2328 static load_Callback(mthis) native "FontFace_load_Callback"; |
| 2291 } | 2329 } |
| 2292 | 2330 |
| 2293 class BlinkFontFaceSet { | 2331 class BlinkFontFaceSet { |
| 2294 static size_Getter(mthis) native "FontFaceSet_size_Getter"; | 2332 static size_Getter(mthis) native "FontFaceSet_size_Getter"; |
| 2295 | 2333 |
| 2296 static status_Getter(mthis) native "FontFaceSet_status_Getter"; | 2334 static status_Getter(mthis) native "FontFaceSet_status_Getter"; |
| 2297 | 2335 |
| 2298 static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback
_FontFace"; | 2336 static add_Callback_1(mthis, fontFace) native "FontFaceSet_add_Callback"; |
| 2299 | 2337 |
| 2300 static check_Callback_DOMString_DOMString(mthis, font, text) native "FontFaceS
et_check_Callback_DOMString_DOMString"; | 2338 static check_Callback_2(mthis, font, text) native "FontFaceSet_check_Callback"
; |
| 2301 | 2339 |
| 2302 static clear_Callback(mthis) native "FontFaceSet_clear_Callback"; | 2340 static clear_Callback(mthis) native "FontFaceSet_clear_Callback"; |
| 2303 | 2341 |
| 2304 static delete_Callback_FontFace(mthis, fontFace) native "FontFaceSet_delete_Ca
llback_FontFace"; | 2342 static delete_Callback_1(mthis, fontFace) native "FontFaceSet_delete_Callback"
; |
| 2305 | 2343 |
| 2306 static forEach_Callback_FontFaceSetForEachCallback_ScriptValue(mthis, callback
, thisArg) native "FontFaceSet_forEach_Callback_FontFaceSetForEachCallback_Scrip
tValue"; | 2344 static forEach_Callback_2(mthis, callback, thisArg) native "FontFaceSet_forEac
h_Callback"; |
| 2307 | 2345 |
| 2308 static forEach_Callback_FontFaceSetForEachCallback(mthis, callback) native "Fo
ntFaceSet_forEach_Callback_FontFaceSetForEachCallback"; | 2346 static forEach_Callback_1(mthis, callback) native "FontFaceSet_forEach_Callbac
k"; |
| 2309 | 2347 |
| 2310 static has_Callback_FontFace(mthis, fontFace) native "FontFaceSet_has_Callback
_FontFace"; | 2348 static has_Callback_1(mthis, fontFace) native "FontFaceSet_has_Callback"; |
| 2311 } | 2349 } |
| 2312 | 2350 |
| 2313 class BlinkFontFaceSetLoadEvent { | 2351 class BlinkFontFaceSetLoadEvent { |
| 2314 static fontfaces_Getter(mthis) native "FontFaceSetLoadEvent_fontfaces_Getter"; | 2352 static fontfaces_Getter(mthis) native "FontFaceSetLoadEvent_fontfaces_Getter"; |
| 2315 } | 2353 } |
| 2316 | 2354 |
| 2317 class BlinkFormData { | 2355 class BlinkFormData { |
| 2318 static constructorCallback_HTMLFormElement(form) native "FormData_constructorC
allback_HTMLFormElement"; | 2356 static constructorCallback_1(form) native "FormData_constructorCallback_HTMLFo
rmElement"; |
| 2319 | 2357 |
| 2320 static append_Callback_DOMString_DOMString(mthis, name, value) native "FormDat
a_append_Callback"; | 2358 static append_Callback_2(mthis, name, value) native "FormData_append_Callback"
; |
| 2321 | 2359 |
| 2322 static append_Callback_DOMString_Blob_DOMString(mthis, name, value, filename)
native "FormData_append_Callback"; | 2360 static append_Callback_3(mthis, name, value, filename) native "FormData_append
_Callback"; |
| 2323 } | 2361 } |
| 2324 | 2362 |
| 2325 class BlinkGainNode { | 2363 class BlinkGainNode { |
| 2326 static gain_Getter(mthis) native "GainNode_gain_Getter"; | 2364 static gain_Getter(mthis) native "GainNode_gain_Getter"; |
| 2327 } | 2365 } |
| 2328 | 2366 |
| 2329 class BlinkGamepad { | 2367 class BlinkGamepad { |
| 2330 static axes_Getter(mthis) native "Gamepad_axes_Getter"; | 2368 static axes_Getter(mthis) native "Gamepad_axes_Getter"; |
| 2331 | 2369 |
| 2332 static connected_Getter(mthis) native "Gamepad_connected_Getter"; | 2370 static connected_Getter(mthis) native "Gamepad_connected_Getter"; |
| (...skipping 15 matching lines...) Expand all Loading... |
| 2348 | 2386 |
| 2349 class BlinkGamepadEvent { | 2387 class BlinkGamepadEvent { |
| 2350 static constructorCallback(type, options) native "GamepadEvent_constructorCall
back"; | 2388 static constructorCallback(type, options) native "GamepadEvent_constructorCall
back"; |
| 2351 | 2389 |
| 2352 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; | 2390 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; |
| 2353 } | 2391 } |
| 2354 | 2392 |
| 2355 class BlinkGamepadList { | 2393 class BlinkGamepadList { |
| 2356 static length_Getter(mthis) native "GamepadList_length_Getter"; | 2394 static length_Getter(mthis) native "GamepadList_length_Getter"; |
| 2357 | 2395 |
| 2358 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign
ed long"; | 2396 static item_Callback_1(mthis, index) native "GamepadList_item_Callback"; |
| 2359 } | 2397 } |
| 2360 | 2398 |
| 2361 class BlinkGeofencing { | 2399 class BlinkGeofencing { |
| 2362 static getRegisteredRegions_Callback(mthis) native "Geofencing_getRegisteredRe
gions_Callback"; | 2400 static getRegisteredRegions_Callback(mthis) native "Geofencing_getRegisteredRe
gions_Callback"; |
| 2363 | 2401 |
| 2364 static registerRegion_Callback_GeofencingRegion(mthis, region) native "Geofenc
ing_registerRegion_Callback_GeofencingRegion"; | 2402 static registerRegion_Callback_1(mthis, region) native "Geofencing_registerReg
ion_Callback"; |
| 2365 | 2403 |
| 2366 static unregisterRegion_Callback_DOMString(mthis, regionId) native "Geofencing
_unregisterRegion_Callback_DOMString"; | 2404 static unregisterRegion_Callback_1(mthis, regionId) native "Geofencing_unregis
terRegion_Callback"; |
| 2367 } | 2405 } |
| 2368 | 2406 |
| 2369 class BlinkGeolocation { | 2407 class BlinkGeolocation { |
| 2370 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch
_Callback_long"; | 2408 static clearWatch_Callback_1(mthis, watchID) native "Geolocation_clearWatch_Ca
llback"; |
| 2371 | 2409 |
| 2372 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dict
ionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCu
rrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary"; | 2410 static getCurrentPosition_Callback_3(mthis, successCallback, errorCallback, op
tions) native "Geolocation_getCurrentPosition_Callback"; |
| 2373 | 2411 |
| 2374 static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionar
y(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosit
ion_Callback_PositionCallback_PositionErrorCallback_Dictionary"; | 2412 static getCurrentPosition_Callback_2(mthis, successCallback, errorCallback) na
tive "Geolocation_getCurrentPosition_Callback"; |
| 2413 |
| 2414 static getCurrentPosition_Callback_1(mthis, successCallback) native "Geolocati
on_getCurrentPosition_Callback"; |
| 2415 |
| 2416 static watchPosition_Callback_3(mthis, successCallback, errorCallback, options
) native "Geolocation_watchPosition_Callback"; |
| 2417 |
| 2418 static watchPosition_Callback_2(mthis, successCallback, errorCallback) native
"Geolocation_watchPosition_Callback"; |
| 2419 |
| 2420 static watchPosition_Callback_1(mthis, successCallback) native "Geolocation_wa
tchPosition_Callback"; |
| 2375 } | 2421 } |
| 2376 | 2422 |
| 2377 class BlinkGeoposition { | 2423 class BlinkGeoposition { |
| 2378 static coords_Getter(mthis) native "Geoposition_coords_Getter"; | 2424 static coords_Getter(mthis) native "Geoposition_coords_Getter"; |
| 2379 | 2425 |
| 2380 static timestamp_Getter(mthis) native "Geoposition_timestamp_Getter"; | 2426 static timestamp_Getter(mthis) native "Geoposition_timestamp_Getter"; |
| 2381 } | 2427 } |
| 2382 | 2428 |
| 2383 class BlinkHTMLAllCollection { | 2429 class BlinkHTMLAllCollection { |
| 2384 static item_Callback_ul(mthis, index) native "HTMLAllCollection_item_Callback"
; | 2430 static item_Callback_1(mthis, index) native "HTMLAllCollection_item_Callback"; |
| 2385 } | 2431 } |
| 2386 | 2432 |
| 2387 class BlinkHTMLElement { | 2433 class BlinkHTMLElement { |
| 2388 static contentEditable_Getter(mthis) native "HTMLElement_contentEditable_Gette
r"; | 2434 static contentEditable_Getter(mthis) native "HTMLElement_contentEditable_Gette
r"; |
| 2389 | 2435 |
| 2390 static contentEditable_Setter_DOMString(mthis, value) native "HTMLElement_cont
entEditable_Setter"; | 2436 static contentEditable_Setter(mthis, value) native "HTMLElement_contentEditabl
e_Setter"; |
| 2391 | 2437 |
| 2392 static dir_Getter(mthis) native "HTMLElement_dir_Getter"; | 2438 static dir_Getter(mthis) native "HTMLElement_dir_Getter"; |
| 2393 | 2439 |
| 2394 static dir_Setter_DOMString(mthis, value) native "HTMLElement_dir_Setter"; | 2440 static dir_Setter(mthis, value) native "HTMLElement_dir_Setter"; |
| 2395 | 2441 |
| 2396 static draggable_Getter(mthis) native "HTMLElement_draggable_Getter"; | 2442 static draggable_Getter(mthis) native "HTMLElement_draggable_Getter"; |
| 2397 | 2443 |
| 2398 static draggable_Setter_boolean(mthis, value) native "HTMLElement_draggable_Se
tter"; | 2444 static draggable_Setter(mthis, value) native "HTMLElement_draggable_Setter"; |
| 2399 | 2445 |
| 2400 static hidden_Getter(mthis) native "HTMLElement_hidden_Getter"; | 2446 static hidden_Getter(mthis) native "HTMLElement_hidden_Getter"; |
| 2401 | 2447 |
| 2402 static hidden_Setter_boolean(mthis, value) native "HTMLElement_hidden_Setter"; | 2448 static hidden_Setter(mthis, value) native "HTMLElement_hidden_Setter"; |
| 2403 | 2449 |
| 2404 static inputMethodContext_Getter(mthis) native "HTMLElement_inputMethodContext
_Getter"; | 2450 static inputMethodContext_Getter(mthis) native "HTMLElement_inputMethodContext
_Getter"; |
| 2405 | 2451 |
| 2406 static isContentEditable_Getter(mthis) native "HTMLElement_isContentEditable_G
etter"; | 2452 static isContentEditable_Getter(mthis) native "HTMLElement_isContentEditable_G
etter"; |
| 2407 | 2453 |
| 2408 static lang_Getter(mthis) native "HTMLElement_lang_Getter"; | 2454 static lang_Getter(mthis) native "HTMLElement_lang_Getter"; |
| 2409 | 2455 |
| 2410 static lang_Setter_DOMString(mthis, value) native "HTMLElement_lang_Setter"; | 2456 static lang_Setter(mthis, value) native "HTMLElement_lang_Setter"; |
| 2411 | 2457 |
| 2412 static spellcheck_Getter(mthis) native "HTMLElement_spellcheck_Getter"; | 2458 static spellcheck_Getter(mthis) native "HTMLElement_spellcheck_Getter"; |
| 2413 | 2459 |
| 2414 static spellcheck_Setter_boolean(mthis, value) native "HTMLElement_spellcheck_
Setter"; | 2460 static spellcheck_Setter(mthis, value) native "HTMLElement_spellcheck_Setter"; |
| 2415 | 2461 |
| 2416 static tabIndex_Getter(mthis) native "HTMLElement_tabIndex_Getter"; | 2462 static tabIndex_Getter(mthis) native "HTMLElement_tabIndex_Getter"; |
| 2417 | 2463 |
| 2418 static tabIndex_Setter_long(mthis, value) native "HTMLElement_tabIndex_Setter"
; | 2464 static tabIndex_Setter(mthis, value) native "HTMLElement_tabIndex_Setter"; |
| 2419 | 2465 |
| 2420 static title_Getter(mthis) native "HTMLElement_title_Getter"; | 2466 static title_Getter(mthis) native "HTMLElement_title_Getter"; |
| 2421 | 2467 |
| 2422 static title_Setter_DOMString(mthis, value) native "HTMLElement_title_Setter"; | 2468 static title_Setter(mthis, value) native "HTMLElement_title_Setter"; |
| 2423 | 2469 |
| 2424 static translate_Getter(mthis) native "HTMLElement_translate_Getter"; | 2470 static translate_Getter(mthis) native "HTMLElement_translate_Getter"; |
| 2425 | 2471 |
| 2426 static translate_Setter_boolean(mthis, value) native "HTMLElement_translate_Se
tter"; | 2472 static translate_Setter(mthis, value) native "HTMLElement_translate_Setter"; |
| 2427 | 2473 |
| 2428 static webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzone_Getter"
; | 2474 static webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzone_Getter"
; |
| 2429 | 2475 |
| 2430 static webkitdropzone_Setter_DOMString(mthis, value) native "HTMLElement_webki
tdropzone_Setter"; | 2476 static webkitdropzone_Setter(mthis, value) native "HTMLElement_webkitdropzone_
Setter"; |
| 2431 | 2477 |
| 2432 static click_Callback(mthis) native "HTMLElement_click_Callback"; | 2478 static click_Callback(mthis) native "HTMLElement_click_Callback"; |
| 2433 } | 2479 } |
| 2434 | 2480 |
| 2435 class BlinkURLUtils { | 2481 class BlinkURLUtils { |
| 2436 static hash_Getter(mthis) native "URL_hash_Getter"; | 2482 static hash_Getter(mthis) native "URL_hash_Getter"; |
| 2437 | 2483 |
| 2438 static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter"; | 2484 static hash_Setter(mthis, value) native "URL_hash_Setter"; |
| 2439 | 2485 |
| 2440 static host_Getter(mthis) native "URL_host_Getter"; | 2486 static host_Getter(mthis) native "URL_host_Getter"; |
| 2441 | 2487 |
| 2442 static host_Setter_DOMString(mthis, value) native "URL_host_Setter"; | 2488 static host_Setter(mthis, value) native "URL_host_Setter"; |
| 2443 | 2489 |
| 2444 static hostname_Getter(mthis) native "URL_hostname_Getter"; | 2490 static hostname_Getter(mthis) native "URL_hostname_Getter"; |
| 2445 | 2491 |
| 2446 static hostname_Setter_DOMString(mthis, value) native "URL_hostname_Setter"; | 2492 static hostname_Setter(mthis, value) native "URL_hostname_Setter"; |
| 2447 | 2493 |
| 2448 static href_Getter(mthis) native "URL_href_Getter"; | 2494 static href_Getter(mthis) native "URL_href_Getter"; |
| 2449 | 2495 |
| 2450 static href_Setter_DOMString(mthis, value) native "URL_href_Setter"; | 2496 static href_Setter(mthis, value) native "URL_href_Setter"; |
| 2451 | 2497 |
| 2452 static origin_Getter(mthis) native "URL_origin_Getter"; | 2498 static origin_Getter(mthis) native "URL_origin_Getter"; |
| 2453 | 2499 |
| 2454 static password_Getter(mthis) native "URL_password_Getter"; | 2500 static password_Getter(mthis) native "URL_password_Getter"; |
| 2455 | 2501 |
| 2456 static password_Setter_DOMString(mthis, value) native "URL_password_Setter"; | 2502 static password_Setter(mthis, value) native "URL_password_Setter"; |
| 2457 | 2503 |
| 2458 static pathname_Getter(mthis) native "URL_pathname_Getter"; | 2504 static pathname_Getter(mthis) native "URL_pathname_Getter"; |
| 2459 | 2505 |
| 2460 static pathname_Setter_DOMString(mthis, value) native "URL_pathname_Setter"; | 2506 static pathname_Setter(mthis, value) native "URL_pathname_Setter"; |
| 2461 | 2507 |
| 2462 static port_Getter(mthis) native "URL_port_Getter"; | 2508 static port_Getter(mthis) native "URL_port_Getter"; |
| 2463 | 2509 |
| 2464 static port_Setter_DOMString(mthis, value) native "URL_port_Setter"; | 2510 static port_Setter(mthis, value) native "URL_port_Setter"; |
| 2465 | 2511 |
| 2466 static protocol_Getter(mthis) native "URL_protocol_Getter"; | 2512 static protocol_Getter(mthis) native "URL_protocol_Getter"; |
| 2467 | 2513 |
| 2468 static protocol_Setter_DOMString(mthis, value) native "URL_protocol_Setter"; | 2514 static protocol_Setter(mthis, value) native "URL_protocol_Setter"; |
| 2469 | 2515 |
| 2470 static search_Getter(mthis) native "URL_search_Getter"; | 2516 static search_Getter(mthis) native "URL_search_Getter"; |
| 2471 | 2517 |
| 2472 static search_Setter_DOMString(mthis, value) native "URL_search_Setter"; | 2518 static search_Setter(mthis, value) native "URL_search_Setter"; |
| 2473 | 2519 |
| 2474 static username_Getter(mthis) native "URL_username_Getter"; | 2520 static username_Getter(mthis) native "URL_username_Getter"; |
| 2475 | 2521 |
| 2476 static username_Setter_DOMString(mthis, value) native "URL_username_Setter"; | 2522 static username_Setter(mthis, value) native "URL_username_Setter"; |
| 2477 | 2523 |
| 2478 static toString_Callback(mthis) native "URL_toString_Callback"; | 2524 static toString_Callback(mthis) native "URL_toString_Callback"; |
| 2479 } | 2525 } |
| 2480 | 2526 |
| 2481 class BlinkHTMLAnchorElement { | 2527 class BlinkHTMLAnchorElement { |
| 2482 static download_Getter(mthis) native "HTMLAnchorElement_download_Getter"; | 2528 static download_Getter(mthis) native "HTMLAnchorElement_download_Getter"; |
| 2483 | 2529 |
| 2484 static download_Setter_DOMString(mthis, value) native "HTMLAnchorElement_downl
oad_Setter"; | 2530 static download_Setter(mthis, value) native "HTMLAnchorElement_download_Setter
"; |
| 2485 | 2531 |
| 2486 static hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter"; | 2532 static hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter"; |
| 2487 | 2533 |
| 2488 static hreflang_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hrefl
ang_Setter"; | 2534 static hreflang_Setter(mthis, value) native "HTMLAnchorElement_hreflang_Setter
"; |
| 2489 | 2535 |
| 2490 static integrity_Getter(mthis) native "HTMLAnchorElement_integrity_Getter"; | 2536 static integrity_Getter(mthis) native "HTMLAnchorElement_integrity_Getter"; |
| 2491 | 2537 |
| 2492 static integrity_Setter_DOMString(mthis, value) native "HTMLAnchorElement_inte
grity_Setter"; | 2538 static integrity_Setter(mthis, value) native "HTMLAnchorElement_integrity_Sett
er"; |
| 2493 | 2539 |
| 2494 static rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter"; | 2540 static rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter"; |
| 2495 | 2541 |
| 2496 static rel_Setter_DOMString(mthis, value) native "HTMLAnchorElement_rel_Setter
"; | 2542 static rel_Setter(mthis, value) native "HTMLAnchorElement_rel_Setter"; |
| 2497 | 2543 |
| 2498 static target_Getter(mthis) native "HTMLAnchorElement_target_Getter"; | 2544 static target_Getter(mthis) native "HTMLAnchorElement_target_Getter"; |
| 2499 | 2545 |
| 2500 static target_Setter_DOMString(mthis, value) native "HTMLAnchorElement_target_
Setter"; | 2546 static target_Setter(mthis, value) native "HTMLAnchorElement_target_Setter"; |
| 2501 | 2547 |
| 2502 static type_Getter(mthis) native "HTMLAnchorElement_type_Getter"; | 2548 static type_Getter(mthis) native "HTMLAnchorElement_type_Getter"; |
| 2503 | 2549 |
| 2504 static type_Setter_DOMString(mthis, value) native "HTMLAnchorElement_type_Sett
er"; | 2550 static type_Setter(mthis, value) native "HTMLAnchorElement_type_Setter"; |
| 2505 | 2551 |
| 2506 static hash_Getter(mthis) native "HTMLAnchorElement_hash_Getter"; | 2552 static hash_Getter(mthis) native "HTMLAnchorElement_hash_Getter"; |
| 2507 | 2553 |
| 2508 static hash_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hash_Sett
er"; | 2554 static hash_Setter(mthis, value) native "HTMLAnchorElement_hash_Setter"; |
| 2509 | 2555 |
| 2510 static host_Getter(mthis) native "HTMLAnchorElement_host_Getter"; | 2556 static host_Getter(mthis) native "HTMLAnchorElement_host_Getter"; |
| 2511 | 2557 |
| 2512 static host_Setter_DOMString(mthis, value) native "HTMLAnchorElement_host_Sett
er"; | 2558 static host_Setter(mthis, value) native "HTMLAnchorElement_host_Setter"; |
| 2513 | 2559 |
| 2514 static hostname_Getter(mthis) native "HTMLAnchorElement_hostname_Getter"; | 2560 static hostname_Getter(mthis) native "HTMLAnchorElement_hostname_Getter"; |
| 2515 | 2561 |
| 2516 static hostname_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hostn
ame_Setter"; | 2562 static hostname_Setter(mthis, value) native "HTMLAnchorElement_hostname_Setter
"; |
| 2517 | 2563 |
| 2518 static href_Getter(mthis) native "HTMLAnchorElement_href_Getter"; | 2564 static href_Getter(mthis) native "HTMLAnchorElement_href_Getter"; |
| 2519 | 2565 |
| 2520 static href_Setter_DOMString(mthis, value) native "HTMLAnchorElement_href_Sett
er"; | 2566 static href_Setter(mthis, value) native "HTMLAnchorElement_href_Setter"; |
| 2521 | 2567 |
| 2522 static origin_Getter(mthis) native "HTMLAnchorElement_origin_Getter"; | 2568 static origin_Getter(mthis) native "HTMLAnchorElement_origin_Getter"; |
| 2523 | 2569 |
| 2524 static password_Getter(mthis) native "HTMLAnchorElement_password_Getter"; | 2570 static password_Getter(mthis) native "HTMLAnchorElement_password_Getter"; |
| 2525 | 2571 |
| 2526 static password_Setter_DOMString(mthis, value) native "HTMLAnchorElement_passw
ord_Setter"; | 2572 static password_Setter(mthis, value) native "HTMLAnchorElement_password_Setter
"; |
| 2527 | 2573 |
| 2528 static pathname_Getter(mthis) native "HTMLAnchorElement_pathname_Getter"; | 2574 static pathname_Getter(mthis) native "HTMLAnchorElement_pathname_Getter"; |
| 2529 | 2575 |
| 2530 static pathname_Setter_DOMString(mthis, value) native "HTMLAnchorElement_pathn
ame_Setter"; | 2576 static pathname_Setter(mthis, value) native "HTMLAnchorElement_pathname_Setter
"; |
| 2531 | 2577 |
| 2532 static port_Getter(mthis) native "HTMLAnchorElement_port_Getter"; | 2578 static port_Getter(mthis) native "HTMLAnchorElement_port_Getter"; |
| 2533 | 2579 |
| 2534 static port_Setter_DOMString(mthis, value) native "HTMLAnchorElement_port_Sett
er"; | 2580 static port_Setter(mthis, value) native "HTMLAnchorElement_port_Setter"; |
| 2535 | 2581 |
| 2536 static protocol_Getter(mthis) native "HTMLAnchorElement_protocol_Getter"; | 2582 static protocol_Getter(mthis) native "HTMLAnchorElement_protocol_Getter"; |
| 2537 | 2583 |
| 2538 static protocol_Setter_DOMString(mthis, value) native "HTMLAnchorElement_proto
col_Setter"; | 2584 static protocol_Setter(mthis, value) native "HTMLAnchorElement_protocol_Setter
"; |
| 2539 | 2585 |
| 2540 static search_Getter(mthis) native "HTMLAnchorElement_search_Getter"; | 2586 static search_Getter(mthis) native "HTMLAnchorElement_search_Getter"; |
| 2541 | 2587 |
| 2542 static search_Setter_DOMString(mthis, value) native "HTMLAnchorElement_search_
Setter"; | 2588 static search_Setter(mthis, value) native "HTMLAnchorElement_search_Setter"; |
| 2543 | 2589 |
| 2544 static username_Getter(mthis) native "HTMLAnchorElement_username_Getter"; | 2590 static username_Getter(mthis) native "HTMLAnchorElement_username_Getter"; |
| 2545 | 2591 |
| 2546 static username_Setter_DOMString(mthis, value) native "HTMLAnchorElement_usern
ame_Setter"; | 2592 static username_Setter(mthis, value) native "HTMLAnchorElement_username_Setter
"; |
| 2547 | 2593 |
| 2548 static toString_Callback(mthis) native "HTMLAnchorElement_toString_Callback"; | 2594 static toString_Callback(mthis) native "HTMLAnchorElement_toString_Callback"; |
| 2549 } | 2595 } |
| 2550 | 2596 |
| 2551 class BlinkHTMLAppletElement {} | 2597 class BlinkHTMLAppletElement {} |
| 2552 | 2598 |
| 2553 class BlinkHTMLAreaElement { | 2599 class BlinkHTMLAreaElement { |
| 2554 static alt_Getter(mthis) native "HTMLAreaElement_alt_Getter"; | 2600 static alt_Getter(mthis) native "HTMLAreaElement_alt_Getter"; |
| 2555 | 2601 |
| 2556 static alt_Setter_DOMString(mthis, value) native "HTMLAreaElement_alt_Setter"; | 2602 static alt_Setter(mthis, value) native "HTMLAreaElement_alt_Setter"; |
| 2557 | 2603 |
| 2558 static coords_Getter(mthis) native "HTMLAreaElement_coords_Getter"; | 2604 static coords_Getter(mthis) native "HTMLAreaElement_coords_Getter"; |
| 2559 | 2605 |
| 2560 static coords_Setter_DOMString(mthis, value) native "HTMLAreaElement_coords_Se
tter"; | 2606 static coords_Setter(mthis, value) native "HTMLAreaElement_coords_Setter"; |
| 2561 | 2607 |
| 2562 static shape_Getter(mthis) native "HTMLAreaElement_shape_Getter"; | 2608 static shape_Getter(mthis) native "HTMLAreaElement_shape_Getter"; |
| 2563 | 2609 |
| 2564 static shape_Setter_DOMString(mthis, value) native "HTMLAreaElement_shape_Sett
er"; | 2610 static shape_Setter(mthis, value) native "HTMLAreaElement_shape_Setter"; |
| 2565 | 2611 |
| 2566 static target_Getter(mthis) native "HTMLAreaElement_target_Getter"; | 2612 static target_Getter(mthis) native "HTMLAreaElement_target_Getter"; |
| 2567 | 2613 |
| 2568 static target_Setter_DOMString(mthis, value) native "HTMLAreaElement_target_Se
tter"; | 2614 static target_Setter(mthis, value) native "HTMLAreaElement_target_Setter"; |
| 2569 | 2615 |
| 2570 static hash_Getter(mthis) native "HTMLAreaElement_hash_Getter"; | 2616 static hash_Getter(mthis) native "HTMLAreaElement_hash_Getter"; |
| 2571 | 2617 |
| 2572 static hash_Setter_DOMString(mthis, value) native "HTMLAreaElement_hash_Setter
"; | 2618 static hash_Setter(mthis, value) native "HTMLAreaElement_hash_Setter"; |
| 2573 | 2619 |
| 2574 static host_Getter(mthis) native "HTMLAreaElement_host_Getter"; | 2620 static host_Getter(mthis) native "HTMLAreaElement_host_Getter"; |
| 2575 | 2621 |
| 2576 static host_Setter_DOMString(mthis, value) native "HTMLAreaElement_host_Setter
"; | 2622 static host_Setter(mthis, value) native "HTMLAreaElement_host_Setter"; |
| 2577 | 2623 |
| 2578 static hostname_Getter(mthis) native "HTMLAreaElement_hostname_Getter"; | 2624 static hostname_Getter(mthis) native "HTMLAreaElement_hostname_Getter"; |
| 2579 | 2625 |
| 2580 static hostname_Setter_DOMString(mthis, value) native "HTMLAreaElement_hostnam
e_Setter"; | 2626 static hostname_Setter(mthis, value) native "HTMLAreaElement_hostname_Setter"; |
| 2581 | 2627 |
| 2582 static href_Getter(mthis) native "HTMLAreaElement_href_Getter"; | 2628 static href_Getter(mthis) native "HTMLAreaElement_href_Getter"; |
| 2583 | 2629 |
| 2584 static href_Setter_DOMString(mthis, value) native "HTMLAreaElement_href_Setter
"; | 2630 static href_Setter(mthis, value) native "HTMLAreaElement_href_Setter"; |
| 2585 | 2631 |
| 2586 static origin_Getter(mthis) native "HTMLAreaElement_origin_Getter"; | 2632 static origin_Getter(mthis) native "HTMLAreaElement_origin_Getter"; |
| 2587 | 2633 |
| 2588 static password_Getter(mthis) native "HTMLAreaElement_password_Getter"; | 2634 static password_Getter(mthis) native "HTMLAreaElement_password_Getter"; |
| 2589 | 2635 |
| 2590 static password_Setter_DOMString(mthis, value) native "HTMLAreaElement_passwor
d_Setter"; | 2636 static password_Setter(mthis, value) native "HTMLAreaElement_password_Setter"; |
| 2591 | 2637 |
| 2592 static pathname_Getter(mthis) native "HTMLAreaElement_pathname_Getter"; | 2638 static pathname_Getter(mthis) native "HTMLAreaElement_pathname_Getter"; |
| 2593 | 2639 |
| 2594 static pathname_Setter_DOMString(mthis, value) native "HTMLAreaElement_pathnam
e_Setter"; | 2640 static pathname_Setter(mthis, value) native "HTMLAreaElement_pathname_Setter"; |
| 2595 | 2641 |
| 2596 static port_Getter(mthis) native "HTMLAreaElement_port_Getter"; | 2642 static port_Getter(mthis) native "HTMLAreaElement_port_Getter"; |
| 2597 | 2643 |
| 2598 static port_Setter_DOMString(mthis, value) native "HTMLAreaElement_port_Setter
"; | 2644 static port_Setter(mthis, value) native "HTMLAreaElement_port_Setter"; |
| 2599 | 2645 |
| 2600 static protocol_Getter(mthis) native "HTMLAreaElement_protocol_Getter"; | 2646 static protocol_Getter(mthis) native "HTMLAreaElement_protocol_Getter"; |
| 2601 | 2647 |
| 2602 static protocol_Setter_DOMString(mthis, value) native "HTMLAreaElement_protoco
l_Setter"; | 2648 static protocol_Setter(mthis, value) native "HTMLAreaElement_protocol_Setter"; |
| 2603 | 2649 |
| 2604 static search_Getter(mthis) native "HTMLAreaElement_search_Getter"; | 2650 static search_Getter(mthis) native "HTMLAreaElement_search_Getter"; |
| 2605 | 2651 |
| 2606 static search_Setter_DOMString(mthis, value) native "HTMLAreaElement_search_Se
tter"; | 2652 static search_Setter(mthis, value) native "HTMLAreaElement_search_Setter"; |
| 2607 | 2653 |
| 2608 static username_Getter(mthis) native "HTMLAreaElement_username_Getter"; | 2654 static username_Getter(mthis) native "HTMLAreaElement_username_Getter"; |
| 2609 | 2655 |
| 2610 static username_Setter_DOMString(mthis, value) native "HTMLAreaElement_usernam
e_Setter"; | 2656 static username_Setter(mthis, value) native "HTMLAreaElement_username_Setter"; |
| 2611 | 2657 |
| 2612 static toString_Callback(mthis) native "HTMLAreaElement_toString_Callback"; | 2658 static toString_Callback(mthis) native "HTMLAreaElement_toString_Callback"; |
| 2613 } | 2659 } |
| 2614 | 2660 |
| 2615 class BlinkHTMLMediaElement { | 2661 class BlinkHTMLMediaElement { |
| 2616 static audioTracks_Getter(mthis) native "HTMLMediaElement_audioTracks_Getter"; | 2662 static audioTracks_Getter(mthis) native "HTMLMediaElement_audioTracks_Getter"; |
| 2617 | 2663 |
| 2618 static autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter"; | 2664 static autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter"; |
| 2619 | 2665 |
| 2620 static autoplay_Setter_boolean(mthis, value) native "HTMLMediaElement_autoplay
_Setter"; | 2666 static autoplay_Setter(mthis, value) native "HTMLMediaElement_autoplay_Setter"
; |
| 2621 | 2667 |
| 2622 static buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter"; | 2668 static buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter"; |
| 2623 | 2669 |
| 2624 static controller_Getter(mthis) native "HTMLMediaElement_controller_Getter"; | 2670 static controller_Getter(mthis) native "HTMLMediaElement_controller_Getter"; |
| 2625 | 2671 |
| 2626 static controller_Setter_MediaController(mthis, value) native "HTMLMediaElemen
t_controller_Setter"; | 2672 static controller_Setter(mthis, value) native "HTMLMediaElement_controller_Set
ter"; |
| 2627 | 2673 |
| 2628 static controls_Getter(mthis) native "HTMLMediaElement_controls_Getter"; | 2674 static controls_Getter(mthis) native "HTMLMediaElement_controls_Getter"; |
| 2629 | 2675 |
| 2630 static controls_Setter_boolean(mthis, value) native "HTMLMediaElement_controls
_Setter"; | 2676 static controls_Setter(mthis, value) native "HTMLMediaElement_controls_Setter"
; |
| 2631 | 2677 |
| 2632 static crossOrigin_Getter(mthis) native "HTMLMediaElement_crossOrigin_Getter"; | 2678 static crossOrigin_Getter(mthis) native "HTMLMediaElement_crossOrigin_Getter"; |
| 2633 | 2679 |
| 2634 static crossOrigin_Setter_DOMString(mthis, value) native "HTMLMediaElement_cro
ssOrigin_Setter"; | 2680 static crossOrigin_Setter(mthis, value) native "HTMLMediaElement_crossOrigin_S
etter"; |
| 2635 | 2681 |
| 2636 static currentSrc_Getter(mthis) native "HTMLMediaElement_currentSrc_Getter"; | 2682 static currentSrc_Getter(mthis) native "HTMLMediaElement_currentSrc_Getter"; |
| 2637 | 2683 |
| 2638 static currentTime_Getter(mthis) native "HTMLMediaElement_currentTime_Getter"; | 2684 static currentTime_Getter(mthis) native "HTMLMediaElement_currentTime_Getter"; |
| 2639 | 2685 |
| 2640 static currentTime_Setter_double(mthis, value) native "HTMLMediaElement_curren
tTime_Setter"; | 2686 static currentTime_Setter(mthis, value) native "HTMLMediaElement_currentTime_S
etter"; |
| 2641 | 2687 |
| 2642 static defaultMuted_Getter(mthis) native "HTMLMediaElement_defaultMuted_Getter
"; | 2688 static defaultMuted_Getter(mthis) native "HTMLMediaElement_defaultMuted_Getter
"; |
| 2643 | 2689 |
| 2644 static defaultMuted_Setter_boolean(mthis, value) native "HTMLMediaElement_defa
ultMuted_Setter"; | 2690 static defaultMuted_Setter(mthis, value) native "HTMLMediaElement_defaultMuted
_Setter"; |
| 2645 | 2691 |
| 2646 static defaultPlaybackRate_Getter(mthis) native "HTMLMediaElement_defaultPlayb
ackRate_Getter"; | 2692 static defaultPlaybackRate_Getter(mthis) native "HTMLMediaElement_defaultPlayb
ackRate_Getter"; |
| 2647 | 2693 |
| 2648 static defaultPlaybackRate_Setter_double(mthis, value) native "HTMLMediaElemen
t_defaultPlaybackRate_Setter"; | 2694 static defaultPlaybackRate_Setter(mthis, value) native "HTMLMediaElement_defau
ltPlaybackRate_Setter"; |
| 2649 | 2695 |
| 2650 static duration_Getter(mthis) native "HTMLMediaElement_duration_Getter"; | 2696 static duration_Getter(mthis) native "HTMLMediaElement_duration_Getter"; |
| 2651 | 2697 |
| 2652 static ended_Getter(mthis) native "HTMLMediaElement_ended_Getter"; | 2698 static ended_Getter(mthis) native "HTMLMediaElement_ended_Getter"; |
| 2653 | 2699 |
| 2654 static error_Getter(mthis) native "HTMLMediaElement_error_Getter"; | 2700 static error_Getter(mthis) native "HTMLMediaElement_error_Getter"; |
| 2655 | 2701 |
| 2656 static integrity_Getter(mthis) native "HTMLMediaElement_integrity_Getter"; | 2702 static integrity_Getter(mthis) native "HTMLMediaElement_integrity_Getter"; |
| 2657 | 2703 |
| 2658 static integrity_Setter_DOMString(mthis, value) native "HTMLMediaElement_integ
rity_Setter"; | 2704 static integrity_Setter(mthis, value) native "HTMLMediaElement_integrity_Sette
r"; |
| 2659 | 2705 |
| 2660 static loop_Getter(mthis) native "HTMLMediaElement_loop_Getter"; | 2706 static loop_Getter(mthis) native "HTMLMediaElement_loop_Getter"; |
| 2661 | 2707 |
| 2662 static loop_Setter_boolean(mthis, value) native "HTMLMediaElement_loop_Setter"
; | 2708 static loop_Setter(mthis, value) native "HTMLMediaElement_loop_Setter"; |
| 2663 | 2709 |
| 2664 static mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaGroup_Getter"; | 2710 static mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaGroup_Getter"; |
| 2665 | 2711 |
| 2666 static mediaGroup_Setter_DOMString(mthis, value) native "HTMLMediaElement_medi
aGroup_Setter"; | 2712 static mediaGroup_Setter(mthis, value) native "HTMLMediaElement_mediaGroup_Set
ter"; |
| 2667 | 2713 |
| 2668 static mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKeys_Getter"; | 2714 static mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKeys_Getter"; |
| 2669 | 2715 |
| 2670 static muted_Getter(mthis) native "HTMLMediaElement_muted_Getter"; | 2716 static muted_Getter(mthis) native "HTMLMediaElement_muted_Getter"; |
| 2671 | 2717 |
| 2672 static muted_Setter_boolean(mthis, value) native "HTMLMediaElement_muted_Sette
r"; | 2718 static muted_Setter(mthis, value) native "HTMLMediaElement_muted_Setter"; |
| 2673 | 2719 |
| 2674 static networkState_Getter(mthis) native "HTMLMediaElement_networkState_Getter
"; | 2720 static networkState_Getter(mthis) native "HTMLMediaElement_networkState_Getter
"; |
| 2675 | 2721 |
| 2676 static paused_Getter(mthis) native "HTMLMediaElement_paused_Getter"; | 2722 static paused_Getter(mthis) native "HTMLMediaElement_paused_Getter"; |
| 2677 | 2723 |
| 2678 static playbackRate_Getter(mthis) native "HTMLMediaElement_playbackRate_Getter
"; | 2724 static playbackRate_Getter(mthis) native "HTMLMediaElement_playbackRate_Getter
"; |
| 2679 | 2725 |
| 2680 static playbackRate_Setter_double(mthis, value) native "HTMLMediaElement_playb
ackRate_Setter"; | 2726 static playbackRate_Setter(mthis, value) native "HTMLMediaElement_playbackRate
_Setter"; |
| 2681 | 2727 |
| 2682 static played_Getter(mthis) native "HTMLMediaElement_played_Getter"; | 2728 static played_Getter(mthis) native "HTMLMediaElement_played_Getter"; |
| 2683 | 2729 |
| 2684 static preload_Getter(mthis) native "HTMLMediaElement_preload_Getter"; | 2730 static preload_Getter(mthis) native "HTMLMediaElement_preload_Getter"; |
| 2685 | 2731 |
| 2686 static preload_Setter_DOMString(mthis, value) native "HTMLMediaElement_preload
_Setter"; | 2732 static preload_Setter(mthis, value) native "HTMLMediaElement_preload_Setter"; |
| 2687 | 2733 |
| 2688 static readyState_Getter(mthis) native "HTMLMediaElement_readyState_Getter"; | 2734 static readyState_Getter(mthis) native "HTMLMediaElement_readyState_Getter"; |
| 2689 | 2735 |
| 2690 static seekable_Getter(mthis) native "HTMLMediaElement_seekable_Getter"; | 2736 static seekable_Getter(mthis) native "HTMLMediaElement_seekable_Getter"; |
| 2691 | 2737 |
| 2692 static seeking_Getter(mthis) native "HTMLMediaElement_seeking_Getter"; | 2738 static seeking_Getter(mthis) native "HTMLMediaElement_seeking_Getter"; |
| 2693 | 2739 |
| 2694 static src_Getter(mthis) native "HTMLMediaElement_src_Getter"; | 2740 static src_Getter(mthis) native "HTMLMediaElement_src_Getter"; |
| 2695 | 2741 |
| 2696 static src_Setter_DOMString(mthis, value) native "HTMLMediaElement_src_Setter"
; | 2742 static src_Setter(mthis, value) native "HTMLMediaElement_src_Setter"; |
| 2697 | 2743 |
| 2698 static textTracks_Getter(mthis) native "HTMLMediaElement_textTracks_Getter"; | 2744 static textTracks_Getter(mthis) native "HTMLMediaElement_textTracks_Getter"; |
| 2699 | 2745 |
| 2700 static videoTracks_Getter(mthis) native "HTMLMediaElement_videoTracks_Getter"; | 2746 static videoTracks_Getter(mthis) native "HTMLMediaElement_videoTracks_Getter"; |
| 2701 | 2747 |
| 2702 static volume_Getter(mthis) native "HTMLMediaElement_volume_Getter"; | 2748 static volume_Getter(mthis) native "HTMLMediaElement_volume_Getter"; |
| 2703 | 2749 |
| 2704 static volume_Setter_double(mthis, value) native "HTMLMediaElement_volume_Sett
er"; | 2750 static volume_Setter(mthis, value) native "HTMLMediaElement_volume_Setter"; |
| 2705 | 2751 |
| 2706 static webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk
itAudioDecodedByteCount_Getter"; | 2752 static webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk
itAudioDecodedByteCount_Getter"; |
| 2707 | 2753 |
| 2708 static webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk
itVideoDecodedByteCount_Getter"; | 2754 static webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk
itVideoDecodedByteCount_Getter"; |
| 2709 | 2755 |
| 2710 static addTextTrack_Callback_DOMString_DOMString_DOMString(mthis, kind, label,
language) native "HTMLMediaElement_addTextTrack_Callback_DOMString_DOMString_DO
MString"; | 2756 static addTextTrack_Callback_3(mthis, kind, label, language) native "HTMLMedia
Element_addTextTrack_Callback"; |
| 2711 | 2757 |
| 2712 static addTextTrack_Callback_DOMString_DOMString(mthis, kind, label) native "H
TMLMediaElement_addTextTrack_Callback_DOMString_DOMString"; | 2758 static addTextTrack_Callback_2(mthis, kind, label) native "HTMLMediaElement_ad
dTextTrack_Callback"; |
| 2713 | 2759 |
| 2714 static addTextTrack_Callback_DOMString(mthis, kind) native "HTMLMediaElement_a
ddTextTrack_Callback_DOMString"; | 2760 static addTextTrack_Callback_1(mthis, kind) native "HTMLMediaElement_addTextTr
ack_Callback"; |
| 2715 | 2761 |
| 2716 static canPlayType_Callback_DOMString_DOMString(mthis, type, keySystem) native
"HTMLMediaElement_canPlayType_Callback_DOMString_DOMString"; | 2762 static canPlayType_Callback_2(mthis, type, keySystem) native "HTMLMediaElement
_canPlayType_Callback"; |
| 2763 |
| 2764 static canPlayType_Callback_1(mthis, type) native "HTMLMediaElement_canPlayTyp
e_Callback"; |
| 2717 | 2765 |
| 2718 static load_Callback(mthis) native "HTMLMediaElement_load_Callback"; | 2766 static load_Callback(mthis) native "HTMLMediaElement_load_Callback"; |
| 2719 | 2767 |
| 2720 static pause_Callback(mthis) native "HTMLMediaElement_pause_Callback"; | 2768 static pause_Callback(mthis) native "HTMLMediaElement_pause_Callback"; |
| 2721 | 2769 |
| 2722 static play_Callback(mthis) native "HTMLMediaElement_play_Callback"; | 2770 static play_Callback(mthis) native "HTMLMediaElement_play_Callback"; |
| 2723 | 2771 |
| 2724 static setMediaKeys_Callback_MediaKeys(mthis, mediaKeys) native "HTMLMediaElem
ent_setMediaKeys_Callback_MediaKeys"; | 2772 static setMediaKeys_Callback_1(mthis, mediaKeys) native "HTMLMediaElement_setM
ediaKeys_Callback"; |
| 2725 | 2773 |
| 2726 static webkitAddKey_Callback_DOMString_Uint8Array_Uint8Array_DOMString(mthis,
keySystem, key, initData, sessionId) native "HTMLMediaElement_webkitAddKey_Callb
ack_DOMString_Uint8Array_Uint8Array_DOMString"; | 2774 static webkitAddKey_Callback_4(mthis, keySystem, key, initData, sessionId) nat
ive "HTMLMediaElement_webkitAddKey_Callback"; |
| 2727 | 2775 |
| 2728 static webkitAddKey_Callback_DOMString_Uint8Array(mthis, keySystem, key) nativ
e "HTMLMediaElement_webkitAddKey_Callback_DOMString_Uint8Array"; | 2776 static webkitAddKey_Callback_2(mthis, keySystem, key) native "HTMLMediaElement
_webkitAddKey_Callback"; |
| 2729 | 2777 |
| 2730 static webkitCancelKeyRequest_Callback_DOMString_DOMString(mthis, keySystem, s
essionId) native "HTMLMediaElement_webkitCancelKeyRequest_Callback_DOMString_DOM
String"; | 2778 static webkitCancelKeyRequest_Callback_2(mthis, keySystem, sessionId) native "
HTMLMediaElement_webkitCancelKeyRequest_Callback"; |
| 2731 | 2779 |
| 2732 static webkitGenerateKeyRequest_Callback_DOMString_Uint8Array(mthis, keySystem
, initData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_DOMString
_Uint8Array"; | 2780 static webkitGenerateKeyRequest_Callback_2(mthis, keySystem, initData) native
"HTMLMediaElement_webkitGenerateKeyRequest_Callback"; |
| 2733 | 2781 |
| 2734 static webkitGenerateKeyRequest_Callback_DOMString(mthis, keySystem) native "H
TMLMediaElement_webkitGenerateKeyRequest_Callback_DOMString"; | 2782 static webkitGenerateKeyRequest_Callback_1(mthis, keySystem) native "HTMLMedia
Element_webkitGenerateKeyRequest_Callback"; |
| 2735 } | 2783 } |
| 2736 | 2784 |
| 2737 class BlinkHTMLAudioElement { | 2785 class BlinkHTMLAudioElement { |
| 2738 static constructorCallback_DOMString(src) native "HTMLAudioElement_constructor
Callback_DOMString"; | 2786 static constructorCallback_1(src) native "HTMLAudioElement_constructorCallback
"; |
| 2739 } | 2787 } |
| 2740 | 2788 |
| 2741 class BlinkHTMLBRElement {} | 2789 class BlinkHTMLBRElement {} |
| 2742 | 2790 |
| 2743 class BlinkHTMLBaseElement { | 2791 class BlinkHTMLBaseElement { |
| 2744 static href_Getter(mthis) native "HTMLBaseElement_href_Getter"; | 2792 static href_Getter(mthis) native "HTMLBaseElement_href_Getter"; |
| 2745 | 2793 |
| 2746 static href_Setter_DOMString(mthis, value) native "HTMLBaseElement_href_Setter
"; | 2794 static href_Setter(mthis, value) native "HTMLBaseElement_href_Setter"; |
| 2747 | 2795 |
| 2748 static target_Getter(mthis) native "HTMLBaseElement_target_Getter"; | 2796 static target_Getter(mthis) native "HTMLBaseElement_target_Getter"; |
| 2749 | 2797 |
| 2750 static target_Setter_DOMString(mthis, value) native "HTMLBaseElement_target_Se
tter"; | 2798 static target_Setter(mthis, value) native "HTMLBaseElement_target_Setter"; |
| 2751 } | 2799 } |
| 2752 | 2800 |
| 2753 class BlinkWindowEventHandlers {} | 2801 class BlinkWindowEventHandlers {} |
| 2754 | 2802 |
| 2755 class BlinkHTMLBodyElement {} | 2803 class BlinkHTMLBodyElement {} |
| 2756 | 2804 |
| 2757 class BlinkHTMLButtonElement { | 2805 class BlinkHTMLButtonElement { |
| 2758 static autofocus_Getter(mthis) native "HTMLButtonElement_autofocus_Getter"; | 2806 static autofocus_Getter(mthis) native "HTMLButtonElement_autofocus_Getter"; |
| 2759 | 2807 |
| 2760 static autofocus_Setter_boolean(mthis, value) native "HTMLButtonElement_autofo
cus_Setter"; | 2808 static autofocus_Setter(mthis, value) native "HTMLButtonElement_autofocus_Sett
er"; |
| 2761 | 2809 |
| 2762 static disabled_Getter(mthis) native "HTMLButtonElement_disabled_Getter"; | 2810 static disabled_Getter(mthis) native "HTMLButtonElement_disabled_Getter"; |
| 2763 | 2811 |
| 2764 static disabled_Setter_boolean(mthis, value) native "HTMLButtonElement_disable
d_Setter"; | 2812 static disabled_Setter(mthis, value) native "HTMLButtonElement_disabled_Setter
"; |
| 2765 | 2813 |
| 2766 static form_Getter(mthis) native "HTMLButtonElement_form_Getter"; | 2814 static form_Getter(mthis) native "HTMLButtonElement_form_Getter"; |
| 2767 | 2815 |
| 2768 static formAction_Getter(mthis) native "HTMLButtonElement_formAction_Getter"; | 2816 static formAction_Getter(mthis) native "HTMLButtonElement_formAction_Getter"; |
| 2769 | 2817 |
| 2770 static formAction_Setter_DOMString(mthis, value) native "HTMLButtonElement_for
mAction_Setter"; | 2818 static formAction_Setter(mthis, value) native "HTMLButtonElement_formAction_Se
tter"; |
| 2771 | 2819 |
| 2772 static formEnctype_Getter(mthis) native "HTMLButtonElement_formEnctype_Getter"
; | 2820 static formEnctype_Getter(mthis) native "HTMLButtonElement_formEnctype_Getter"
; |
| 2773 | 2821 |
| 2774 static formEnctype_Setter_DOMString(mthis, value) native "HTMLButtonElement_fo
rmEnctype_Setter"; | 2822 static formEnctype_Setter(mthis, value) native "HTMLButtonElement_formEnctype_
Setter"; |
| 2775 | 2823 |
| 2776 static formMethod_Getter(mthis) native "HTMLButtonElement_formMethod_Getter"; | 2824 static formMethod_Getter(mthis) native "HTMLButtonElement_formMethod_Getter"; |
| 2777 | 2825 |
| 2778 static formMethod_Setter_DOMString(mthis, value) native "HTMLButtonElement_for
mMethod_Setter"; | 2826 static formMethod_Setter(mthis, value) native "HTMLButtonElement_formMethod_Se
tter"; |
| 2779 | 2827 |
| 2780 static formNoValidate_Getter(mthis) native "HTMLButtonElement_formNoValidate_G
etter"; | 2828 static formNoValidate_Getter(mthis) native "HTMLButtonElement_formNoValidate_G
etter"; |
| 2781 | 2829 |
| 2782 static formNoValidate_Setter_boolean(mthis, value) native "HTMLButtonElement_f
ormNoValidate_Setter"; | 2830 static formNoValidate_Setter(mthis, value) native "HTMLButtonElement_formNoVal
idate_Setter"; |
| 2783 | 2831 |
| 2784 static formTarget_Getter(mthis) native "HTMLButtonElement_formTarget_Getter"; | 2832 static formTarget_Getter(mthis) native "HTMLButtonElement_formTarget_Getter"; |
| 2785 | 2833 |
| 2786 static formTarget_Setter_DOMString(mthis, value) native "HTMLButtonElement_for
mTarget_Setter"; | 2834 static formTarget_Setter(mthis, value) native "HTMLButtonElement_formTarget_Se
tter"; |
| 2787 | 2835 |
| 2788 static labels_Getter(mthis) native "HTMLButtonElement_labels_Getter"; | 2836 static labels_Getter(mthis) native "HTMLButtonElement_labels_Getter"; |
| 2789 | 2837 |
| 2790 static name_Getter(mthis) native "HTMLButtonElement_name_Getter"; | 2838 static name_Getter(mthis) native "HTMLButtonElement_name_Getter"; |
| 2791 | 2839 |
| 2792 static name_Setter_DOMString(mthis, value) native "HTMLButtonElement_name_Sett
er"; | 2840 static name_Setter(mthis, value) native "HTMLButtonElement_name_Setter"; |
| 2793 | 2841 |
| 2794 static type_Getter(mthis) native "HTMLButtonElement_type_Getter"; | 2842 static type_Getter(mthis) native "HTMLButtonElement_type_Getter"; |
| 2795 | 2843 |
| 2796 static type_Setter_DOMString(mthis, value) native "HTMLButtonElement_type_Sett
er"; | 2844 static type_Setter(mthis, value) native "HTMLButtonElement_type_Setter"; |
| 2797 | 2845 |
| 2798 static validationMessage_Getter(mthis) native "HTMLButtonElement_validationMes
sage_Getter"; | 2846 static validationMessage_Getter(mthis) native "HTMLButtonElement_validationMes
sage_Getter"; |
| 2799 | 2847 |
| 2800 static validity_Getter(mthis) native "HTMLButtonElement_validity_Getter"; | 2848 static validity_Getter(mthis) native "HTMLButtonElement_validity_Getter"; |
| 2801 | 2849 |
| 2802 static value_Getter(mthis) native "HTMLButtonElement_value_Getter"; | 2850 static value_Getter(mthis) native "HTMLButtonElement_value_Getter"; |
| 2803 | 2851 |
| 2804 static value_Setter_DOMString(mthis, value) native "HTMLButtonElement_value_Se
tter"; | 2852 static value_Setter(mthis, value) native "HTMLButtonElement_value_Setter"; |
| 2805 | 2853 |
| 2806 static willValidate_Getter(mthis) native "HTMLButtonElement_willValidate_Gette
r"; | 2854 static willValidate_Getter(mthis) native "HTMLButtonElement_willValidate_Gette
r"; |
| 2807 | 2855 |
| 2808 static checkValidity_Callback(mthis) native "HTMLButtonElement_checkValidity_C
allback"; | 2856 static checkValidity_Callback(mthis) native "HTMLButtonElement_checkValidity_C
allback"; |
| 2809 | 2857 |
| 2810 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLButtonEl
ement_setCustomValidity_Callback_DOMString"; | 2858 static setCustomValidity_Callback_1(mthis, error) native "HTMLButtonElement_se
tCustomValidity_Callback"; |
| 2811 } | 2859 } |
| 2812 | 2860 |
| 2813 class BlinkHTMLCanvasElement { | 2861 class BlinkHTMLCanvasElement { |
| 2814 static height_Getter(mthis) native "HTMLCanvasElement_height_Getter"; | 2862 static height_Getter(mthis) native "HTMLCanvasElement_height_Getter"; |
| 2815 | 2863 |
| 2816 static height_Setter_long(mthis, value) native "HTMLCanvasElement_height_Sette
r"; | 2864 static height_Setter(mthis, value) native "HTMLCanvasElement_height_Setter"; |
| 2817 | 2865 |
| 2818 static width_Getter(mthis) native "HTMLCanvasElement_width_Getter"; | 2866 static width_Getter(mthis) native "HTMLCanvasElement_width_Getter"; |
| 2819 | 2867 |
| 2820 static width_Setter_long(mthis, value) native "HTMLCanvasElement_width_Setter"
; | 2868 static width_Setter(mthis, value) native "HTMLCanvasElement_width_Setter"; |
| 2821 | 2869 |
| 2822 static getContext_Callback_DOMString_Dictionary(mthis, contextId, attrs) nativ
e "HTMLCanvasElement_getContext_Callback"; | 2870 static getContext_Callback_2(mthis, contextId, attrs) native "HTMLCanvasElemen
t_getContext_Callback"; |
| 2823 | 2871 |
| 2824 static toDataURL_Callback_DOMString_float(mthis, type, quality) native "HTMLCa
nvasElement_toDataURL_Callback"; | 2872 static toDataURL_Callback_2(mthis, type, quality) native "HTMLCanvasElement_to
DataURL_Callback"; |
| 2825 } | 2873 } |
| 2826 | 2874 |
| 2827 class BlinkHTMLCollection { | 2875 class BlinkHTMLCollection { |
| 2828 static length_Getter(mthis) native "HTMLCollection_length_Getter"; | 2876 static length_Getter(mthis) native "HTMLCollection_length_Getter"; |
| 2829 | 2877 |
| 2830 static item_Callback_ul(mthis, index) native "HTMLCollection_item_Callback_uns
igned long"; | 2878 static item_Callback_1(mthis, index) native "HTMLCollection_item_Callback"; |
| 2831 | 2879 |
| 2832 static namedItem_Callback_DOMString(mthis, name) native "HTMLCollection_namedI
tem_Callback_DOMString"; | 2880 static namedItem_Callback_1(mthis, name) native "HTMLCollection_namedItem_Call
back"; |
| 2833 } | 2881 } |
| 2834 | 2882 |
| 2835 class BlinkHTMLContentElement { | 2883 class BlinkHTMLContentElement { |
| 2836 static select_Getter(mthis) native "HTMLContentElement_select_Getter"; | 2884 static select_Getter(mthis) native "HTMLContentElement_select_Getter"; |
| 2837 | 2885 |
| 2838 static select_Setter_DOMString(mthis, value) native "HTMLContentElement_select
_Setter"; | 2886 static select_Setter(mthis, value) native "HTMLContentElement_select_Setter"; |
| 2839 | 2887 |
| 2840 static getDistributedNodes_Callback(mthis) native "HTMLContentElement_getDistr
ibutedNodes_Callback"; | 2888 static getDistributedNodes_Callback(mthis) native "HTMLContentElement_getDistr
ibutedNodes_Callback"; |
| 2841 } | 2889 } |
| 2842 | 2890 |
| 2843 class BlinkHTMLDListElement {} | 2891 class BlinkHTMLDListElement {} |
| 2844 | 2892 |
| 2845 class BlinkHTMLDataListElement { | 2893 class BlinkHTMLDataListElement { |
| 2846 static options_Getter(mthis) native "HTMLDataListElement_options_Getter"; | 2894 static options_Getter(mthis) native "HTMLDataListElement_options_Getter"; |
| 2847 } | 2895 } |
| 2848 | 2896 |
| 2849 class BlinkHTMLDetailsElement { | 2897 class BlinkHTMLDetailsElement { |
| 2850 static open_Getter(mthis) native "HTMLDetailsElement_open_Getter"; | 2898 static open_Getter(mthis) native "HTMLDetailsElement_open_Getter"; |
| 2851 | 2899 |
| 2852 static open_Setter_boolean(mthis, value) native "HTMLDetailsElement_open_Sette
r"; | 2900 static open_Setter(mthis, value) native "HTMLDetailsElement_open_Setter"; |
| 2853 } | 2901 } |
| 2854 | 2902 |
| 2855 class BlinkHTMLDialogElement { | 2903 class BlinkHTMLDialogElement { |
| 2856 static open_Getter(mthis) native "HTMLDialogElement_open_Getter"; | 2904 static open_Getter(mthis) native "HTMLDialogElement_open_Getter"; |
| 2857 | 2905 |
| 2858 static open_Setter_boolean(mthis, value) native "HTMLDialogElement_open_Setter
"; | 2906 static open_Setter(mthis, value) native "HTMLDialogElement_open_Setter"; |
| 2859 | 2907 |
| 2860 static returnValue_Getter(mthis) native "HTMLDialogElement_returnValue_Getter"
; | 2908 static returnValue_Getter(mthis) native "HTMLDialogElement_returnValue_Getter"
; |
| 2861 | 2909 |
| 2862 static returnValue_Setter_DOMString(mthis, value) native "HTMLDialogElement_re
turnValue_Setter"; | 2910 static returnValue_Setter(mthis, value) native "HTMLDialogElement_returnValue_
Setter"; |
| 2863 | 2911 |
| 2864 static close_Callback_DOMString(mthis, returnValue) native "HTMLDialogElement_
close_Callback_DOMString"; | 2912 static close_Callback_1(mthis, returnValue) native "HTMLDialogElement_close_Ca
llback"; |
| 2865 | 2913 |
| 2866 static show_Callback(mthis) native "HTMLDialogElement_show_Callback"; | 2914 static show_Callback(mthis) native "HTMLDialogElement_show_Callback"; |
| 2867 | 2915 |
| 2868 static showModal_Callback(mthis) native "HTMLDialogElement_showModal_Callback"
; | 2916 static showModal_Callback(mthis) native "HTMLDialogElement_showModal_Callback"
; |
| 2869 } | 2917 } |
| 2870 | 2918 |
| 2871 class BlinkHTMLDirectoryElement {} | 2919 class BlinkHTMLDirectoryElement {} |
| 2872 | 2920 |
| 2873 class BlinkHTMLDivElement {} | 2921 class BlinkHTMLDivElement {} |
| 2874 | 2922 |
| 2875 class BlinkHTMLDocument {} | 2923 class BlinkHTMLDocument {} |
| 2876 | 2924 |
| 2877 class BlinkHTMLEmbedElement { | 2925 class BlinkHTMLEmbedElement { |
| 2878 static height_Getter(mthis) native "HTMLEmbedElement_height_Getter"; | 2926 static height_Getter(mthis) native "HTMLEmbedElement_height_Getter"; |
| 2879 | 2927 |
| 2880 static height_Setter_DOMString(mthis, value) native "HTMLEmbedElement_height_S
etter"; | 2928 static height_Setter(mthis, value) native "HTMLEmbedElement_height_Setter"; |
| 2881 | 2929 |
| 2882 static integrity_Getter(mthis) native "HTMLEmbedElement_integrity_Getter"; | 2930 static integrity_Getter(mthis) native "HTMLEmbedElement_integrity_Getter"; |
| 2883 | 2931 |
| 2884 static integrity_Setter_DOMString(mthis, value) native "HTMLEmbedElement_integ
rity_Setter"; | 2932 static integrity_Setter(mthis, value) native "HTMLEmbedElement_integrity_Sette
r"; |
| 2885 | 2933 |
| 2886 static name_Getter(mthis) native "HTMLEmbedElement_name_Getter"; | 2934 static name_Getter(mthis) native "HTMLEmbedElement_name_Getter"; |
| 2887 | 2935 |
| 2888 static name_Setter_DOMString(mthis, value) native "HTMLEmbedElement_name_Sette
r"; | 2936 static name_Setter(mthis, value) native "HTMLEmbedElement_name_Setter"; |
| 2889 | 2937 |
| 2890 static src_Getter(mthis) native "HTMLEmbedElement_src_Getter"; | 2938 static src_Getter(mthis) native "HTMLEmbedElement_src_Getter"; |
| 2891 | 2939 |
| 2892 static src_Setter_DOMString(mthis, value) native "HTMLEmbedElement_src_Setter"
; | 2940 static src_Setter(mthis, value) native "HTMLEmbedElement_src_Setter"; |
| 2893 | 2941 |
| 2894 static type_Getter(mthis) native "HTMLEmbedElement_type_Getter"; | 2942 static type_Getter(mthis) native "HTMLEmbedElement_type_Getter"; |
| 2895 | 2943 |
| 2896 static type_Setter_DOMString(mthis, value) native "HTMLEmbedElement_type_Sette
r"; | 2944 static type_Setter(mthis, value) native "HTMLEmbedElement_type_Setter"; |
| 2897 | 2945 |
| 2898 static width_Getter(mthis) native "HTMLEmbedElement_width_Getter"; | 2946 static width_Getter(mthis) native "HTMLEmbedElement_width_Getter"; |
| 2899 | 2947 |
| 2900 static width_Setter_DOMString(mthis, value) native "HTMLEmbedElement_width_Set
ter"; | 2948 static width_Setter(mthis, value) native "HTMLEmbedElement_width_Setter"; |
| 2901 | 2949 |
| 2902 static $__getter___Callback_ul(mthis, index_OR_name) native "HTMLEmbedElement_
__getter___Callback"; | 2950 static $__getter___Callback_1(mthis, index_OR_name) native "HTMLEmbedElement__
_getter___Callback"; |
| 2903 | 2951 |
| 2904 static $__setter___Callback_ul_Node(mthis, index_OR_name, value) native "HTMLE
mbedElement___setter___Callback"; | 2952 static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLEmbedEl
ement___setter___Callback"; |
| 2905 } | 2953 } |
| 2906 | 2954 |
| 2907 class BlinkHTMLFieldSetElement { | 2955 class BlinkHTMLFieldSetElement { |
| 2908 static disabled_Getter(mthis) native "HTMLFieldSetElement_disabled_Getter"; | 2956 static disabled_Getter(mthis) native "HTMLFieldSetElement_disabled_Getter"; |
| 2909 | 2957 |
| 2910 static disabled_Setter_boolean(mthis, value) native "HTMLFieldSetElement_disab
led_Setter"; | 2958 static disabled_Setter(mthis, value) native "HTMLFieldSetElement_disabled_Sett
er"; |
| 2911 | 2959 |
| 2912 static elements_Getter(mthis) native "HTMLFieldSetElement_elements_Getter"; | 2960 static elements_Getter(mthis) native "HTMLFieldSetElement_elements_Getter"; |
| 2913 | 2961 |
| 2914 static form_Getter(mthis) native "HTMLFieldSetElement_form_Getter"; | 2962 static form_Getter(mthis) native "HTMLFieldSetElement_form_Getter"; |
| 2915 | 2963 |
| 2916 static name_Getter(mthis) native "HTMLFieldSetElement_name_Getter"; | 2964 static name_Getter(mthis) native "HTMLFieldSetElement_name_Getter"; |
| 2917 | 2965 |
| 2918 static name_Setter_DOMString(mthis, value) native "HTMLFieldSetElement_name_Se
tter"; | 2966 static name_Setter(mthis, value) native "HTMLFieldSetElement_name_Setter"; |
| 2919 | 2967 |
| 2920 static type_Getter(mthis) native "HTMLFieldSetElement_type_Getter"; | 2968 static type_Getter(mthis) native "HTMLFieldSetElement_type_Getter"; |
| 2921 | 2969 |
| 2922 static validationMessage_Getter(mthis) native "HTMLFieldSetElement_validationM
essage_Getter"; | 2970 static validationMessage_Getter(mthis) native "HTMLFieldSetElement_validationM
essage_Getter"; |
| 2923 | 2971 |
| 2924 static validity_Getter(mthis) native "HTMLFieldSetElement_validity_Getter"; | 2972 static validity_Getter(mthis) native "HTMLFieldSetElement_validity_Getter"; |
| 2925 | 2973 |
| 2926 static willValidate_Getter(mthis) native "HTMLFieldSetElement_willValidate_Get
ter"; | 2974 static willValidate_Getter(mthis) native "HTMLFieldSetElement_willValidate_Get
ter"; |
| 2927 | 2975 |
| 2928 static checkValidity_Callback(mthis) native "HTMLFieldSetElement_checkValidity
_Callback"; | 2976 static checkValidity_Callback(mthis) native "HTMLFieldSetElement_checkValidity
_Callback"; |
| 2929 | 2977 |
| 2930 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLFieldSet
Element_setCustomValidity_Callback_DOMString"; | 2978 static setCustomValidity_Callback_1(mthis, error) native "HTMLFieldSetElement_
setCustomValidity_Callback"; |
| 2931 } | 2979 } |
| 2932 | 2980 |
| 2933 class BlinkHTMLFontElement {} | 2981 class BlinkHTMLFontElement {} |
| 2934 | 2982 |
| 2935 class BlinkHTMLFormControlsCollection { | 2983 class BlinkHTMLFormControlsCollection { |
| 2936 static namedItem_Callback_DOMString(mthis, name) native "HTMLFormControlsColle
ction_namedItem_Callback_DOMString"; | 2984 static namedItem_Callback_1(mthis, name) native "HTMLFormControlsCollection_na
medItem_Callback"; |
| 2937 } | 2985 } |
| 2938 | 2986 |
| 2939 class BlinkHTMLFormElement { | 2987 class BlinkHTMLFormElement { |
| 2940 static acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Gette
r"; | 2988 static acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Gette
r"; |
| 2941 | 2989 |
| 2942 static acceptCharset_Setter_DOMString(mthis, value) native "HTMLFormElement_ac
ceptCharset_Setter"; | 2990 static acceptCharset_Setter(mthis, value) native "HTMLFormElement_acceptCharse
t_Setter"; |
| 2943 | 2991 |
| 2944 static action_Getter(mthis) native "HTMLFormElement_action_Getter"; | 2992 static action_Getter(mthis) native "HTMLFormElement_action_Getter"; |
| 2945 | 2993 |
| 2946 static action_Setter_DOMString(mthis, value) native "HTMLFormElement_action_Se
tter"; | 2994 static action_Setter(mthis, value) native "HTMLFormElement_action_Setter"; |
| 2947 | 2995 |
| 2948 static autocomplete_Getter(mthis) native "HTMLFormElement_autocomplete_Getter"
; | 2996 static autocomplete_Getter(mthis) native "HTMLFormElement_autocomplete_Getter"
; |
| 2949 | 2997 |
| 2950 static autocomplete_Setter_DOMString(mthis, value) native "HTMLFormElement_aut
ocomplete_Setter"; | 2998 static autocomplete_Setter(mthis, value) native "HTMLFormElement_autocomplete_
Setter"; |
| 2951 | 2999 |
| 2952 static encoding_Getter(mthis) native "HTMLFormElement_encoding_Getter"; | 3000 static encoding_Getter(mthis) native "HTMLFormElement_encoding_Getter"; |
| 2953 | 3001 |
| 2954 static encoding_Setter_DOMString(mthis, value) native "HTMLFormElement_encodin
g_Setter"; | 3002 static encoding_Setter(mthis, value) native "HTMLFormElement_encoding_Setter"; |
| 2955 | 3003 |
| 2956 static enctype_Getter(mthis) native "HTMLFormElement_enctype_Getter"; | 3004 static enctype_Getter(mthis) native "HTMLFormElement_enctype_Getter"; |
| 2957 | 3005 |
| 2958 static enctype_Setter_DOMString(mthis, value) native "HTMLFormElement_enctype_
Setter"; | 3006 static enctype_Setter(mthis, value) native "HTMLFormElement_enctype_Setter"; |
| 2959 | 3007 |
| 2960 static length_Getter(mthis) native "HTMLFormElement_length_Getter"; | 3008 static length_Getter(mthis) native "HTMLFormElement_length_Getter"; |
| 2961 | 3009 |
| 2962 static method_Getter(mthis) native "HTMLFormElement_method_Getter"; | 3010 static method_Getter(mthis) native "HTMLFormElement_method_Getter"; |
| 2963 | 3011 |
| 2964 static method_Setter_DOMString(mthis, value) native "HTMLFormElement_method_Se
tter"; | 3012 static method_Setter(mthis, value) native "HTMLFormElement_method_Setter"; |
| 2965 | 3013 |
| 2966 static name_Getter(mthis) native "HTMLFormElement_name_Getter"; | 3014 static name_Getter(mthis) native "HTMLFormElement_name_Getter"; |
| 2967 | 3015 |
| 2968 static name_Setter_DOMString(mthis, value) native "HTMLFormElement_name_Setter
"; | 3016 static name_Setter(mthis, value) native "HTMLFormElement_name_Setter"; |
| 2969 | 3017 |
| 2970 static noValidate_Getter(mthis) native "HTMLFormElement_noValidate_Getter"; | 3018 static noValidate_Getter(mthis) native "HTMLFormElement_noValidate_Getter"; |
| 2971 | 3019 |
| 2972 static noValidate_Setter_boolean(mthis, value) native "HTMLFormElement_noValid
ate_Setter"; | 3020 static noValidate_Setter(mthis, value) native "HTMLFormElement_noValidate_Sett
er"; |
| 2973 | 3021 |
| 2974 static target_Getter(mthis) native "HTMLFormElement_target_Getter"; | 3022 static target_Getter(mthis) native "HTMLFormElement_target_Getter"; |
| 2975 | 3023 |
| 2976 static target_Setter_DOMString(mthis, value) native "HTMLFormElement_target_Se
tter"; | 3024 static target_Setter(mthis, value) native "HTMLFormElement_target_Setter"; |
| 2977 | 3025 |
| 2978 static $__getter___Callback_ul(mthis, index_OR_name) native "HTMLFormElement__
_getter___Callback_unsigned long"; | 3026 static $__getter___Callback_1(mthis, index_OR_name) native "HTMLFormElement___
getter___Callback"; |
| 2979 | |
| 2980 static $__getter___Callback_DOMString(mthis, index_OR_name) native "HTMLFormEl
ement___getter___Callback_DOMString"; | |
| 2981 | 3027 |
| 2982 static checkValidity_Callback(mthis) native "HTMLFormElement_checkValidity_Cal
lback"; | 3028 static checkValidity_Callback(mthis) native "HTMLFormElement_checkValidity_Cal
lback"; |
| 2983 | 3029 |
| 2984 static requestAutocomplete_Callback_Dictionary(mthis, details) native "HTMLFor
mElement_requestAutocomplete_Callback_Dictionary"; | 3030 static requestAutocomplete_Callback_1(mthis, details) native "HTMLFormElement_
requestAutocomplete_Callback"; |
| 2985 | 3031 |
| 2986 static reset_Callback(mthis) native "HTMLFormElement_reset_Callback"; | 3032 static reset_Callback(mthis) native "HTMLFormElement_reset_Callback"; |
| 2987 | 3033 |
| 2988 static submit_Callback(mthis) native "HTMLFormElement_submit_Callback"; | 3034 static submit_Callback(mthis) native "HTMLFormElement_submit_Callback"; |
| 2989 } | 3035 } |
| 2990 | 3036 |
| 2991 class BlinkHTMLFrameElement {} | 3037 class BlinkHTMLFrameElement {} |
| 2992 | 3038 |
| 2993 class BlinkHTMLFrameSetElement {} | 3039 class BlinkHTMLFrameSetElement {} |
| 2994 | 3040 |
| 2995 class BlinkHTMLHRElement { | 3041 class BlinkHTMLHRElement { |
| 2996 static color_Getter(mthis) native "HTMLHRElement_color_Getter"; | 3042 static color_Getter(mthis) native "HTMLHRElement_color_Getter"; |
| 2997 | 3043 |
| 2998 static color_Setter_DOMString(mthis, value) native "HTMLHRElement_color_Setter
"; | 3044 static color_Setter(mthis, value) native "HTMLHRElement_color_Setter"; |
| 2999 } | 3045 } |
| 3000 | 3046 |
| 3001 class BlinkHTMLHeadElement {} | 3047 class BlinkHTMLHeadElement {} |
| 3002 | 3048 |
| 3003 class BlinkHTMLHeadingElement {} | 3049 class BlinkHTMLHeadingElement {} |
| 3004 | 3050 |
| 3005 class BlinkHTMLHtmlElement {} | 3051 class BlinkHTMLHtmlElement {} |
| 3006 | 3052 |
| 3007 class BlinkHTMLIFrameElement { | 3053 class BlinkHTMLIFrameElement { |
| 3008 static allowFullscreen_Getter(mthis) native "HTMLIFrameElement_allowFullscreen
_Getter"; | 3054 static allowFullscreen_Getter(mthis) native "HTMLIFrameElement_allowFullscreen
_Getter"; |
| 3009 | 3055 |
| 3010 static allowFullscreen_Setter_boolean(mthis, value) native "HTMLIFrameElement_
allowFullscreen_Setter"; | 3056 static allowFullscreen_Setter(mthis, value) native "HTMLIFrameElement_allowFul
lscreen_Setter"; |
| 3011 | 3057 |
| 3012 static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Get
ter"; | 3058 static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Get
ter"; |
| 3013 | 3059 |
| 3014 static height_Getter(mthis) native "HTMLIFrameElement_height_Getter"; | 3060 static height_Getter(mthis) native "HTMLIFrameElement_height_Getter"; |
| 3015 | 3061 |
| 3016 static height_Setter_DOMString(mthis, value) native "HTMLIFrameElement_height_
Setter"; | 3062 static height_Setter(mthis, value) native "HTMLIFrameElement_height_Setter"; |
| 3017 | 3063 |
| 3018 static integrity_Getter(mthis) native "HTMLIFrameElement_integrity_Getter"; | 3064 static integrity_Getter(mthis) native "HTMLIFrameElement_integrity_Getter"; |
| 3019 | 3065 |
| 3020 static integrity_Setter_DOMString(mthis, value) native "HTMLIFrameElement_inte
grity_Setter"; | 3066 static integrity_Setter(mthis, value) native "HTMLIFrameElement_integrity_Sett
er"; |
| 3021 | 3067 |
| 3022 static name_Getter(mthis) native "HTMLIFrameElement_name_Getter"; | 3068 static name_Getter(mthis) native "HTMLIFrameElement_name_Getter"; |
| 3023 | 3069 |
| 3024 static name_Setter_DOMString(mthis, value) native "HTMLIFrameElement_name_Sett
er"; | 3070 static name_Setter(mthis, value) native "HTMLIFrameElement_name_Setter"; |
| 3025 | 3071 |
| 3026 static sandbox_Getter(mthis) native "HTMLIFrameElement_sandbox_Getter"; | 3072 static sandbox_Getter(mthis) native "HTMLIFrameElement_sandbox_Getter"; |
| 3027 | 3073 |
| 3028 static sandbox_Setter_DOMString(mthis, value) native "HTMLIFrameElement_sandbo
x_Setter"; | 3074 static sandbox_Setter(mthis, value) native "HTMLIFrameElement_sandbox_Setter"; |
| 3029 | 3075 |
| 3030 static src_Getter(mthis) native "HTMLIFrameElement_src_Getter"; | 3076 static src_Getter(mthis) native "HTMLIFrameElement_src_Getter"; |
| 3031 | 3077 |
| 3032 static src_Setter_DOMString(mthis, value) native "HTMLIFrameElement_src_Setter
"; | 3078 static src_Setter(mthis, value) native "HTMLIFrameElement_src_Setter"; |
| 3033 | 3079 |
| 3034 static srcdoc_Getter(mthis) native "HTMLIFrameElement_srcdoc_Getter"; | 3080 static srcdoc_Getter(mthis) native "HTMLIFrameElement_srcdoc_Getter"; |
| 3035 | 3081 |
| 3036 static srcdoc_Setter_DOMString(mthis, value) native "HTMLIFrameElement_srcdoc_
Setter"; | 3082 static srcdoc_Setter(mthis, value) native "HTMLIFrameElement_srcdoc_Setter"; |
| 3037 | 3083 |
| 3038 static width_Getter(mthis) native "HTMLIFrameElement_width_Getter"; | 3084 static width_Getter(mthis) native "HTMLIFrameElement_width_Getter"; |
| 3039 | 3085 |
| 3040 static width_Setter_DOMString(mthis, value) native "HTMLIFrameElement_width_Se
tter"; | 3086 static width_Setter(mthis, value) native "HTMLIFrameElement_width_Setter"; |
| 3041 } | 3087 } |
| 3042 | 3088 |
| 3043 class BlinkHTMLImageElement { | 3089 class BlinkHTMLImageElement { |
| 3044 static alt_Getter(mthis) native "HTMLImageElement_alt_Getter"; | 3090 static alt_Getter(mthis) native "HTMLImageElement_alt_Getter"; |
| 3045 | 3091 |
| 3046 static alt_Setter_DOMString(mthis, value) native "HTMLImageElement_alt_Setter"
; | 3092 static alt_Setter(mthis, value) native "HTMLImageElement_alt_Setter"; |
| 3047 | 3093 |
| 3048 static complete_Getter(mthis) native "HTMLImageElement_complete_Getter"; | 3094 static complete_Getter(mthis) native "HTMLImageElement_complete_Getter"; |
| 3049 | 3095 |
| 3050 static crossOrigin_Getter(mthis) native "HTMLImageElement_crossOrigin_Getter"; | 3096 static crossOrigin_Getter(mthis) native "HTMLImageElement_crossOrigin_Getter"; |
| 3051 | 3097 |
| 3052 static crossOrigin_Setter_DOMString(mthis, value) native "HTMLImageElement_cro
ssOrigin_Setter"; | 3098 static crossOrigin_Setter(mthis, value) native "HTMLImageElement_crossOrigin_S
etter"; |
| 3053 | 3099 |
| 3054 static currentSrc_Getter(mthis) native "HTMLImageElement_currentSrc_Getter"; | 3100 static currentSrc_Getter(mthis) native "HTMLImageElement_currentSrc_Getter"; |
| 3055 | 3101 |
| 3056 static height_Getter(mthis) native "HTMLImageElement_height_Getter"; | 3102 static height_Getter(mthis) native "HTMLImageElement_height_Getter"; |
| 3057 | 3103 |
| 3058 static height_Setter_long(mthis, value) native "HTMLImageElement_height_Setter
"; | 3104 static height_Setter(mthis, value) native "HTMLImageElement_height_Setter"; |
| 3059 | 3105 |
| 3060 static integrity_Getter(mthis) native "HTMLImageElement_integrity_Getter"; | 3106 static integrity_Getter(mthis) native "HTMLImageElement_integrity_Getter"; |
| 3061 | 3107 |
| 3062 static integrity_Setter_DOMString(mthis, value) native "HTMLImageElement_integ
rity_Setter"; | 3108 static integrity_Setter(mthis, value) native "HTMLImageElement_integrity_Sette
r"; |
| 3063 | 3109 |
| 3064 static isMap_Getter(mthis) native "HTMLImageElement_isMap_Getter"; | 3110 static isMap_Getter(mthis) native "HTMLImageElement_isMap_Getter"; |
| 3065 | 3111 |
| 3066 static isMap_Setter_boolean(mthis, value) native "HTMLImageElement_isMap_Sette
r"; | 3112 static isMap_Setter(mthis, value) native "HTMLImageElement_isMap_Setter"; |
| 3067 | 3113 |
| 3068 static naturalHeight_Getter(mthis) native "HTMLImageElement_naturalHeight_Gett
er"; | 3114 static naturalHeight_Getter(mthis) native "HTMLImageElement_naturalHeight_Gett
er"; |
| 3069 | 3115 |
| 3070 static naturalWidth_Getter(mthis) native "HTMLImageElement_naturalWidth_Getter
"; | 3116 static naturalWidth_Getter(mthis) native "HTMLImageElement_naturalWidth_Getter
"; |
| 3071 | 3117 |
| 3072 static sizes_Getter(mthis) native "HTMLImageElement_sizes_Getter"; | 3118 static sizes_Getter(mthis) native "HTMLImageElement_sizes_Getter"; |
| 3073 | 3119 |
| 3074 static sizes_Setter_DOMString(mthis, value) native "HTMLImageElement_sizes_Set
ter"; | 3120 static sizes_Setter(mthis, value) native "HTMLImageElement_sizes_Setter"; |
| 3075 | 3121 |
| 3076 static src_Getter(mthis) native "HTMLImageElement_src_Getter"; | 3122 static src_Getter(mthis) native "HTMLImageElement_src_Getter"; |
| 3077 | 3123 |
| 3078 static src_Setter_DOMString(mthis, value) native "HTMLImageElement_src_Setter"
; | 3124 static src_Setter(mthis, value) native "HTMLImageElement_src_Setter"; |
| 3079 | 3125 |
| 3080 static srcset_Getter(mthis) native "HTMLImageElement_srcset_Getter"; | 3126 static srcset_Getter(mthis) native "HTMLImageElement_srcset_Getter"; |
| 3081 | 3127 |
| 3082 static srcset_Setter_DOMString(mthis, value) native "HTMLImageElement_srcset_S
etter"; | 3128 static srcset_Setter(mthis, value) native "HTMLImageElement_srcset_Setter"; |
| 3083 | 3129 |
| 3084 static useMap_Getter(mthis) native "HTMLImageElement_useMap_Getter"; | 3130 static useMap_Getter(mthis) native "HTMLImageElement_useMap_Getter"; |
| 3085 | 3131 |
| 3086 static useMap_Setter_DOMString(mthis, value) native "HTMLImageElement_useMap_S
etter"; | 3132 static useMap_Setter(mthis, value) native "HTMLImageElement_useMap_Setter"; |
| 3087 | 3133 |
| 3088 static width_Getter(mthis) native "HTMLImageElement_width_Getter"; | 3134 static width_Getter(mthis) native "HTMLImageElement_width_Getter"; |
| 3089 | 3135 |
| 3090 static width_Setter_long(mthis, value) native "HTMLImageElement_width_Setter"; | 3136 static width_Setter(mthis, value) native "HTMLImageElement_width_Setter"; |
| 3091 } | 3137 } |
| 3092 | 3138 |
| 3093 class BlinkHTMLInputElement { | 3139 class BlinkHTMLInputElement { |
| 3094 static accept_Getter(mthis) native "HTMLInputElement_accept_Getter"; | 3140 static accept_Getter(mthis) native "HTMLInputElement_accept_Getter"; |
| 3095 | 3141 |
| 3096 static accept_Setter_DOMString(mthis, value) native "HTMLInputElement_accept_S
etter"; | 3142 static accept_Setter(mthis, value) native "HTMLInputElement_accept_Setter"; |
| 3097 | 3143 |
| 3098 static alt_Getter(mthis) native "HTMLInputElement_alt_Getter"; | 3144 static alt_Getter(mthis) native "HTMLInputElement_alt_Getter"; |
| 3099 | 3145 |
| 3100 static alt_Setter_DOMString(mthis, value) native "HTMLInputElement_alt_Setter"
; | 3146 static alt_Setter(mthis, value) native "HTMLInputElement_alt_Setter"; |
| 3101 | 3147 |
| 3102 static autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter
"; | 3148 static autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter
"; |
| 3103 | 3149 |
| 3104 static autocomplete_Setter_DOMString(mthis, value) native "HTMLInputElement_au
tocomplete_Setter"; | 3150 static autocomplete_Setter(mthis, value) native "HTMLInputElement_autocomplete
_Setter"; |
| 3105 | 3151 |
| 3106 static autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter"; | 3152 static autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter"; |
| 3107 | 3153 |
| 3108 static autofocus_Setter_boolean(mthis, value) native "HTMLInputElement_autofoc
us_Setter"; | 3154 static autofocus_Setter(mthis, value) native "HTMLInputElement_autofocus_Sette
r"; |
| 3109 | 3155 |
| 3110 static capture_Getter(mthis) native "HTMLInputElement_capture_Getter"; | 3156 static capture_Getter(mthis) native "HTMLInputElement_capture_Getter"; |
| 3111 | 3157 |
| 3112 static capture_Setter_boolean(mthis, value) native "HTMLInputElement_capture_S
etter"; | 3158 static capture_Setter(mthis, value) native "HTMLInputElement_capture_Setter"; |
| 3113 | 3159 |
| 3114 static checked_Getter(mthis) native "HTMLInputElement_checked_Getter"; | 3160 static checked_Getter(mthis) native "HTMLInputElement_checked_Getter"; |
| 3115 | 3161 |
| 3116 static checked_Setter_boolean(mthis, value) native "HTMLInputElement_checked_S
etter"; | 3162 static checked_Setter(mthis, value) native "HTMLInputElement_checked_Setter"; |
| 3117 | 3163 |
| 3118 static defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Ge
tter"; | 3164 static defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Ge
tter"; |
| 3119 | 3165 |
| 3120 static defaultChecked_Setter_boolean(mthis, value) native "HTMLInputElement_de
faultChecked_Setter"; | 3166 static defaultChecked_Setter(mthis, value) native "HTMLInputElement_defaultChe
cked_Setter"; |
| 3121 | 3167 |
| 3122 static defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter
"; | 3168 static defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter
"; |
| 3123 | 3169 |
| 3124 static defaultValue_Setter_DOMString(mthis, value) native "HTMLInputElement_de
faultValue_Setter"; | 3170 static defaultValue_Setter(mthis, value) native "HTMLInputElement_defaultValue
_Setter"; |
| 3125 | 3171 |
| 3126 static dirName_Getter(mthis) native "HTMLInputElement_dirName_Getter"; | 3172 static dirName_Getter(mthis) native "HTMLInputElement_dirName_Getter"; |
| 3127 | 3173 |
| 3128 static dirName_Setter_DOMString(mthis, value) native "HTMLInputElement_dirName
_Setter"; | 3174 static dirName_Setter(mthis, value) native "HTMLInputElement_dirName_Setter"; |
| 3129 | 3175 |
| 3130 static disabled_Getter(mthis) native "HTMLInputElement_disabled_Getter"; | 3176 static disabled_Getter(mthis) native "HTMLInputElement_disabled_Getter"; |
| 3131 | 3177 |
| 3132 static disabled_Setter_boolean(mthis, value) native "HTMLInputElement_disabled
_Setter"; | 3178 static disabled_Setter(mthis, value) native "HTMLInputElement_disabled_Setter"
; |
| 3133 | 3179 |
| 3134 static files_Getter(mthis) native "HTMLInputElement_files_Getter"; | 3180 static files_Getter(mthis) native "HTMLInputElement_files_Getter"; |
| 3135 | 3181 |
| 3136 static files_Setter_FileList(mthis, value) native "HTMLInputElement_files_Sett
er"; | 3182 static files_Setter(mthis, value) native "HTMLInputElement_files_Setter"; |
| 3137 | 3183 |
| 3138 static form_Getter(mthis) native "HTMLInputElement_form_Getter"; | 3184 static form_Getter(mthis) native "HTMLInputElement_form_Getter"; |
| 3139 | 3185 |
| 3140 static formAction_Getter(mthis) native "HTMLInputElement_formAction_Getter"; | 3186 static formAction_Getter(mthis) native "HTMLInputElement_formAction_Getter"; |
| 3141 | 3187 |
| 3142 static formAction_Setter_DOMString(mthis, value) native "HTMLInputElement_form
Action_Setter"; | 3188 static formAction_Setter(mthis, value) native "HTMLInputElement_formAction_Set
ter"; |
| 3143 | 3189 |
| 3144 static formEnctype_Getter(mthis) native "HTMLInputElement_formEnctype_Getter"; | 3190 static formEnctype_Getter(mthis) native "HTMLInputElement_formEnctype_Getter"; |
| 3145 | 3191 |
| 3146 static formEnctype_Setter_DOMString(mthis, value) native "HTMLInputElement_for
mEnctype_Setter"; | 3192 static formEnctype_Setter(mthis, value) native "HTMLInputElement_formEnctype_S
etter"; |
| 3147 | 3193 |
| 3148 static formMethod_Getter(mthis) native "HTMLInputElement_formMethod_Getter"; | 3194 static formMethod_Getter(mthis) native "HTMLInputElement_formMethod_Getter"; |
| 3149 | 3195 |
| 3150 static formMethod_Setter_DOMString(mthis, value) native "HTMLInputElement_form
Method_Setter"; | 3196 static formMethod_Setter(mthis, value) native "HTMLInputElement_formMethod_Set
ter"; |
| 3151 | 3197 |
| 3152 static formNoValidate_Getter(mthis) native "HTMLInputElement_formNoValidate_Ge
tter"; | 3198 static formNoValidate_Getter(mthis) native "HTMLInputElement_formNoValidate_Ge
tter"; |
| 3153 | 3199 |
| 3154 static formNoValidate_Setter_boolean(mthis, value) native "HTMLInputElement_fo
rmNoValidate_Setter"; | 3200 static formNoValidate_Setter(mthis, value) native "HTMLInputElement_formNoVali
date_Setter"; |
| 3155 | 3201 |
| 3156 static formTarget_Getter(mthis) native "HTMLInputElement_formTarget_Getter"; | 3202 static formTarget_Getter(mthis) native "HTMLInputElement_formTarget_Getter"; |
| 3157 | 3203 |
| 3158 static formTarget_Setter_DOMString(mthis, value) native "HTMLInputElement_form
Target_Setter"; | 3204 static formTarget_Setter(mthis, value) native "HTMLInputElement_formTarget_Set
ter"; |
| 3159 | 3205 |
| 3160 static height_Getter(mthis) native "HTMLInputElement_height_Getter"; | 3206 static height_Getter(mthis) native "HTMLInputElement_height_Getter"; |
| 3161 | 3207 |
| 3162 static height_Setter_ul(mthis, value) native "HTMLInputElement_height_Setter"; | 3208 static height_Setter(mthis, value) native "HTMLInputElement_height_Setter"; |
| 3163 | 3209 |
| 3164 static incremental_Getter(mthis) native "HTMLInputElement_incremental_Getter"; | 3210 static incremental_Getter(mthis) native "HTMLInputElement_incremental_Getter"; |
| 3165 | 3211 |
| 3166 static incremental_Setter_boolean(mthis, value) native "HTMLInputElement_incre
mental_Setter"; | 3212 static incremental_Setter(mthis, value) native "HTMLInputElement_incremental_S
etter"; |
| 3167 | 3213 |
| 3168 static indeterminate_Getter(mthis) native "HTMLInputElement_indeterminate_Gett
er"; | 3214 static indeterminate_Getter(mthis) native "HTMLInputElement_indeterminate_Gett
er"; |
| 3169 | 3215 |
| 3170 static indeterminate_Setter_boolean(mthis, value) native "HTMLInputElement_ind
eterminate_Setter"; | 3216 static indeterminate_Setter(mthis, value) native "HTMLInputElement_indetermina
te_Setter"; |
| 3171 | 3217 |
| 3172 static inputMode_Getter(mthis) native "HTMLInputElement_inputMode_Getter"; | 3218 static inputMode_Getter(mthis) native "HTMLInputElement_inputMode_Getter"; |
| 3173 | 3219 |
| 3174 static inputMode_Setter_DOMString(mthis, value) native "HTMLInputElement_input
Mode_Setter"; | 3220 static inputMode_Setter(mthis, value) native "HTMLInputElement_inputMode_Sette
r"; |
| 3175 | 3221 |
| 3176 static labels_Getter(mthis) native "HTMLInputElement_labels_Getter"; | 3222 static labels_Getter(mthis) native "HTMLInputElement_labels_Getter"; |
| 3177 | 3223 |
| 3178 static list_Getter(mthis) native "HTMLInputElement_list_Getter"; | 3224 static list_Getter(mthis) native "HTMLInputElement_list_Getter"; |
| 3179 | 3225 |
| 3180 static max_Getter(mthis) native "HTMLInputElement_max_Getter"; | 3226 static max_Getter(mthis) native "HTMLInputElement_max_Getter"; |
| 3181 | 3227 |
| 3182 static max_Setter_DOMString(mthis, value) native "HTMLInputElement_max_Setter"
; | 3228 static max_Setter(mthis, value) native "HTMLInputElement_max_Setter"; |
| 3183 | 3229 |
| 3184 static maxLength_Getter(mthis) native "HTMLInputElement_maxLength_Getter"; | 3230 static maxLength_Getter(mthis) native "HTMLInputElement_maxLength_Getter"; |
| 3185 | 3231 |
| 3186 static maxLength_Setter_long(mthis, value) native "HTMLInputElement_maxLength_
Setter"; | 3232 static maxLength_Setter(mthis, value) native "HTMLInputElement_maxLength_Sette
r"; |
| 3187 | 3233 |
| 3188 static min_Getter(mthis) native "HTMLInputElement_min_Getter"; | 3234 static min_Getter(mthis) native "HTMLInputElement_min_Getter"; |
| 3189 | 3235 |
| 3190 static min_Setter_DOMString(mthis, value) native "HTMLInputElement_min_Setter"
; | 3236 static min_Setter(mthis, value) native "HTMLInputElement_min_Setter"; |
| 3191 | 3237 |
| 3192 static multiple_Getter(mthis) native "HTMLInputElement_multiple_Getter"; | 3238 static multiple_Getter(mthis) native "HTMLInputElement_multiple_Getter"; |
| 3193 | 3239 |
| 3194 static multiple_Setter_boolean(mthis, value) native "HTMLInputElement_multiple
_Setter"; | 3240 static multiple_Setter(mthis, value) native "HTMLInputElement_multiple_Setter"
; |
| 3195 | 3241 |
| 3196 static name_Getter(mthis) native "HTMLInputElement_name_Getter"; | 3242 static name_Getter(mthis) native "HTMLInputElement_name_Getter"; |
| 3197 | 3243 |
| 3198 static name_Setter_DOMString(mthis, value) native "HTMLInputElement_name_Sette
r"; | 3244 static name_Setter(mthis, value) native "HTMLInputElement_name_Setter"; |
| 3199 | 3245 |
| 3200 static pattern_Getter(mthis) native "HTMLInputElement_pattern_Getter"; | 3246 static pattern_Getter(mthis) native "HTMLInputElement_pattern_Getter"; |
| 3201 | 3247 |
| 3202 static pattern_Setter_DOMString(mthis, value) native "HTMLInputElement_pattern
_Setter"; | 3248 static pattern_Setter(mthis, value) native "HTMLInputElement_pattern_Setter"; |
| 3203 | 3249 |
| 3204 static placeholder_Getter(mthis) native "HTMLInputElement_placeholder_Getter"; | 3250 static placeholder_Getter(mthis) native "HTMLInputElement_placeholder_Getter"; |
| 3205 | 3251 |
| 3206 static placeholder_Setter_DOMString(mthis, value) native "HTMLInputElement_pla
ceholder_Setter"; | 3252 static placeholder_Setter(mthis, value) native "HTMLInputElement_placeholder_S
etter"; |
| 3207 | 3253 |
| 3208 static readOnly_Getter(mthis) native "HTMLInputElement_readOnly_Getter"; | 3254 static readOnly_Getter(mthis) native "HTMLInputElement_readOnly_Getter"; |
| 3209 | 3255 |
| 3210 static readOnly_Setter_boolean(mthis, value) native "HTMLInputElement_readOnly
_Setter"; | 3256 static readOnly_Setter(mthis, value) native "HTMLInputElement_readOnly_Setter"
; |
| 3211 | 3257 |
| 3212 static required_Getter(mthis) native "HTMLInputElement_required_Getter"; | 3258 static required_Getter(mthis) native "HTMLInputElement_required_Getter"; |
| 3213 | 3259 |
| 3214 static required_Setter_boolean(mthis, value) native "HTMLInputElement_required
_Setter"; | 3260 static required_Setter(mthis, value) native "HTMLInputElement_required_Setter"
; |
| 3215 | 3261 |
| 3216 static selectionDirection_Getter(mthis) native "HTMLInputElement_selectionDire
ction_Getter"; | 3262 static selectionDirection_Getter(mthis) native "HTMLInputElement_selectionDire
ction_Getter"; |
| 3217 | 3263 |
| 3218 static selectionDirection_Setter_DOMString(mthis, value) native "HTMLInputElem
ent_selectionDirection_Setter"; | 3264 static selectionDirection_Setter(mthis, value) native "HTMLInputElement_select
ionDirection_Setter"; |
| 3219 | 3265 |
| 3220 static selectionEnd_Getter(mthis) native "HTMLInputElement_selectionEnd_Getter
"; | 3266 static selectionEnd_Getter(mthis) native "HTMLInputElement_selectionEnd_Getter
"; |
| 3221 | 3267 |
| 3222 static selectionEnd_Setter_long(mthis, value) native "HTMLInputElement_selecti
onEnd_Setter"; | 3268 static selectionEnd_Setter(mthis, value) native "HTMLInputElement_selectionEnd
_Setter"; |
| 3223 | 3269 |
| 3224 static selectionStart_Getter(mthis) native "HTMLInputElement_selectionStart_Ge
tter"; | 3270 static selectionStart_Getter(mthis) native "HTMLInputElement_selectionStart_Ge
tter"; |
| 3225 | 3271 |
| 3226 static selectionStart_Setter_long(mthis, value) native "HTMLInputElement_selec
tionStart_Setter"; | 3272 static selectionStart_Setter(mthis, value) native "HTMLInputElement_selectionS
tart_Setter"; |
| 3227 | 3273 |
| 3228 static size_Getter(mthis) native "HTMLInputElement_size_Getter"; | 3274 static size_Getter(mthis) native "HTMLInputElement_size_Getter"; |
| 3229 | 3275 |
| 3230 static size_Setter_ul(mthis, value) native "HTMLInputElement_size_Setter"; | 3276 static size_Setter(mthis, value) native "HTMLInputElement_size_Setter"; |
| 3231 | 3277 |
| 3232 static src_Getter(mthis) native "HTMLInputElement_src_Getter"; | 3278 static src_Getter(mthis) native "HTMLInputElement_src_Getter"; |
| 3233 | 3279 |
| 3234 static src_Setter_DOMString(mthis, value) native "HTMLInputElement_src_Setter"
; | 3280 static src_Setter(mthis, value) native "HTMLInputElement_src_Setter"; |
| 3235 | 3281 |
| 3236 static step_Getter(mthis) native "HTMLInputElement_step_Getter"; | 3282 static step_Getter(mthis) native "HTMLInputElement_step_Getter"; |
| 3237 | 3283 |
| 3238 static step_Setter_DOMString(mthis, value) native "HTMLInputElement_step_Sette
r"; | 3284 static step_Setter(mthis, value) native "HTMLInputElement_step_Setter"; |
| 3239 | 3285 |
| 3240 static type_Getter(mthis) native "HTMLInputElement_type_Getter"; | 3286 static type_Getter(mthis) native "HTMLInputElement_type_Getter"; |
| 3241 | 3287 |
| 3242 static type_Setter_DOMString(mthis, value) native "HTMLInputElement_type_Sette
r"; | 3288 static type_Setter(mthis, value) native "HTMLInputElement_type_Setter"; |
| 3243 | 3289 |
| 3244 static validationMessage_Getter(mthis) native "HTMLInputElement_validationMess
age_Getter"; | 3290 static validationMessage_Getter(mthis) native "HTMLInputElement_validationMess
age_Getter"; |
| 3245 | 3291 |
| 3246 static validity_Getter(mthis) native "HTMLInputElement_validity_Getter"; | 3292 static validity_Getter(mthis) native "HTMLInputElement_validity_Getter"; |
| 3247 | 3293 |
| 3248 static value_Getter(mthis) native "HTMLInputElement_value_Getter"; | 3294 static value_Getter(mthis) native "HTMLInputElement_value_Getter"; |
| 3249 | 3295 |
| 3250 static value_Setter_DOMString(mthis, value) native "HTMLInputElement_value_Set
ter"; | 3296 static value_Setter(mthis, value) native "HTMLInputElement_value_Setter"; |
| 3251 | 3297 |
| 3252 static valueAsDate_Getter(mthis) native "HTMLInputElement_valueAsDate_Getter"; | 3298 static valueAsDate_Getter(mthis) native "HTMLInputElement_valueAsDate_Getter"; |
| 3253 | 3299 |
| 3254 static valueAsDate_Setter_Date(mthis, value) native "HTMLInputElement_valueAsD
ate_Setter"; | 3300 static valueAsDate_Setter(mthis, value) native "HTMLInputElement_valueAsDate_S
etter"; |
| 3255 | 3301 |
| 3256 static valueAsNumber_Getter(mthis) native "HTMLInputElement_valueAsNumber_Gett
er"; | 3302 static valueAsNumber_Getter(mthis) native "HTMLInputElement_valueAsNumber_Gett
er"; |
| 3257 | 3303 |
| 3258 static valueAsNumber_Setter_double(mthis, value) native "HTMLInputElement_valu
eAsNumber_Setter"; | 3304 static valueAsNumber_Setter(mthis, value) native "HTMLInputElement_valueAsNumb
er_Setter"; |
| 3259 | 3305 |
| 3260 static webkitEntries_Getter(mthis) native "HTMLInputElement_webkitEntries_Gett
er"; | 3306 static webkitEntries_Getter(mthis) native "HTMLInputElement_webkitEntries_Gett
er"; |
| 3261 | 3307 |
| 3262 static webkitdirectory_Getter(mthis) native "HTMLInputElement_webkitdirectory_
Getter"; | 3308 static webkitdirectory_Getter(mthis) native "HTMLInputElement_webkitdirectory_
Getter"; |
| 3263 | 3309 |
| 3264 static webkitdirectory_Setter_boolean(mthis, value) native "HTMLInputElement_w
ebkitdirectory_Setter"; | 3310 static webkitdirectory_Setter(mthis, value) native "HTMLInputElement_webkitdir
ectory_Setter"; |
| 3265 | 3311 |
| 3266 static width_Getter(mthis) native "HTMLInputElement_width_Getter"; | 3312 static width_Getter(mthis) native "HTMLInputElement_width_Getter"; |
| 3267 | 3313 |
| 3268 static width_Setter_ul(mthis, value) native "HTMLInputElement_width_Setter"; | 3314 static width_Setter(mthis, value) native "HTMLInputElement_width_Setter"; |
| 3269 | 3315 |
| 3270 static willValidate_Getter(mthis) native "HTMLInputElement_willValidate_Getter
"; | 3316 static willValidate_Getter(mthis) native "HTMLInputElement_willValidate_Getter
"; |
| 3271 | 3317 |
| 3272 static checkValidity_Callback(mthis) native "HTMLInputElement_checkValidity_Ca
llback"; | 3318 static checkValidity_Callback(mthis) native "HTMLInputElement_checkValidity_Ca
llback"; |
| 3273 | 3319 |
| 3274 static select_Callback(mthis) native "HTMLInputElement_select_Callback"; | 3320 static select_Callback(mthis) native "HTMLInputElement_select_Callback"; |
| 3275 | 3321 |
| 3276 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLInputEle
ment_setCustomValidity_Callback_DOMString"; | 3322 static setCustomValidity_Callback_1(mthis, error) native "HTMLInputElement_set
CustomValidity_Callback"; |
| 3277 | 3323 |
| 3278 static setRangeText_Callback_DOMString(mthis, replacement) native "HTMLInputEl
ement_setRangeText_Callback_DOMString"; | 3324 static setRangeText_Callback_1(mthis, replacement) native "HTMLInputElement_se
tRangeText_Callback"; |
| 3279 | 3325 |
| 3280 static setRangeText_Callback_DOMString_ul_ul_DOMString(mthis, replacement, sta
rt, end, selectionMode) native "HTMLInputElement_setRangeText_Callback_DOMString
_unsigned long_unsigned long_DOMString"; | 3326 static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode)
native "HTMLInputElement_setRangeText_Callback"; |
| 3281 | 3327 |
| 3282 static setSelectionRange_Callback_long_long_DOMString(mthis, start, end, direc
tion) native "HTMLInputElement_setSelectionRange_Callback_long_long_DOMString"; | 3328 static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTML
InputElement_setSelectionRange_Callback"; |
| 3283 | 3329 |
| 3284 static setSelectionRange_Callback_long_long(mthis, start, end) native "HTMLInp
utElement_setSelectionRange_Callback_long_long"; | 3330 static setSelectionRange_Callback_2(mthis, start, end) native "HTMLInputElemen
t_setSelectionRange_Callback"; |
| 3285 | 3331 |
| 3286 static stepDown_Callback_long(mthis, n) native "HTMLInputElement_stepDown_Call
back_long"; | 3332 static stepDown_Callback_1(mthis, n) native "HTMLInputElement_stepDown_Callbac
k"; |
| 3287 | 3333 |
| 3288 static stepDown_Callback(mthis) native "HTMLInputElement_stepDown_Callback"; | 3334 static stepDown_Callback(mthis) native "HTMLInputElement_stepDown_Callback"; |
| 3289 | 3335 |
| 3290 static stepUp_Callback_long(mthis, n) native "HTMLInputElement_stepUp_Callback
_long"; | 3336 static stepUp_Callback_1(mthis, n) native "HTMLInputElement_stepUp_Callback"; |
| 3291 | 3337 |
| 3292 static stepUp_Callback(mthis) native "HTMLInputElement_stepUp_Callback"; | 3338 static stepUp_Callback(mthis) native "HTMLInputElement_stepUp_Callback"; |
| 3293 } | 3339 } |
| 3294 | 3340 |
| 3295 class BlinkHTMLKeygenElement { | 3341 class BlinkHTMLKeygenElement { |
| 3296 static autofocus_Getter(mthis) native "HTMLKeygenElement_autofocus_Getter"; | 3342 static autofocus_Getter(mthis) native "HTMLKeygenElement_autofocus_Getter"; |
| 3297 | 3343 |
| 3298 static autofocus_Setter_boolean(mthis, value) native "HTMLKeygenElement_autofo
cus_Setter"; | 3344 static autofocus_Setter(mthis, value) native "HTMLKeygenElement_autofocus_Sett
er"; |
| 3299 | 3345 |
| 3300 static challenge_Getter(mthis) native "HTMLKeygenElement_challenge_Getter"; | 3346 static challenge_Getter(mthis) native "HTMLKeygenElement_challenge_Getter"; |
| 3301 | 3347 |
| 3302 static challenge_Setter_DOMString(mthis, value) native "HTMLKeygenElement_chal
lenge_Setter"; | 3348 static challenge_Setter(mthis, value) native "HTMLKeygenElement_challenge_Sett
er"; |
| 3303 | 3349 |
| 3304 static disabled_Getter(mthis) native "HTMLKeygenElement_disabled_Getter"; | 3350 static disabled_Getter(mthis) native "HTMLKeygenElement_disabled_Getter"; |
| 3305 | 3351 |
| 3306 static disabled_Setter_boolean(mthis, value) native "HTMLKeygenElement_disable
d_Setter"; | 3352 static disabled_Setter(mthis, value) native "HTMLKeygenElement_disabled_Setter
"; |
| 3307 | 3353 |
| 3308 static form_Getter(mthis) native "HTMLKeygenElement_form_Getter"; | 3354 static form_Getter(mthis) native "HTMLKeygenElement_form_Getter"; |
| 3309 | 3355 |
| 3310 static keytype_Getter(mthis) native "HTMLKeygenElement_keytype_Getter"; | 3356 static keytype_Getter(mthis) native "HTMLKeygenElement_keytype_Getter"; |
| 3311 | 3357 |
| 3312 static keytype_Setter_DOMString(mthis, value) native "HTMLKeygenElement_keytyp
e_Setter"; | 3358 static keytype_Setter(mthis, value) native "HTMLKeygenElement_keytype_Setter"; |
| 3313 | 3359 |
| 3314 static labels_Getter(mthis) native "HTMLKeygenElement_labels_Getter"; | 3360 static labels_Getter(mthis) native "HTMLKeygenElement_labels_Getter"; |
| 3315 | 3361 |
| 3316 static name_Getter(mthis) native "HTMLKeygenElement_name_Getter"; | 3362 static name_Getter(mthis) native "HTMLKeygenElement_name_Getter"; |
| 3317 | 3363 |
| 3318 static name_Setter_DOMString(mthis, value) native "HTMLKeygenElement_name_Sett
er"; | 3364 static name_Setter(mthis, value) native "HTMLKeygenElement_name_Setter"; |
| 3319 | 3365 |
| 3320 static type_Getter(mthis) native "HTMLKeygenElement_type_Getter"; | 3366 static type_Getter(mthis) native "HTMLKeygenElement_type_Getter"; |
| 3321 | 3367 |
| 3322 static validationMessage_Getter(mthis) native "HTMLKeygenElement_validationMes
sage_Getter"; | 3368 static validationMessage_Getter(mthis) native "HTMLKeygenElement_validationMes
sage_Getter"; |
| 3323 | 3369 |
| 3324 static validity_Getter(mthis) native "HTMLKeygenElement_validity_Getter"; | 3370 static validity_Getter(mthis) native "HTMLKeygenElement_validity_Getter"; |
| 3325 | 3371 |
| 3326 static willValidate_Getter(mthis) native "HTMLKeygenElement_willValidate_Gette
r"; | 3372 static willValidate_Getter(mthis) native "HTMLKeygenElement_willValidate_Gette
r"; |
| 3327 | 3373 |
| 3328 static checkValidity_Callback(mthis) native "HTMLKeygenElement_checkValidity_C
allback"; | 3374 static checkValidity_Callback(mthis) native "HTMLKeygenElement_checkValidity_C
allback"; |
| 3329 | 3375 |
| 3330 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLKeygenEl
ement_setCustomValidity_Callback_DOMString"; | 3376 static setCustomValidity_Callback_1(mthis, error) native "HTMLKeygenElement_se
tCustomValidity_Callback"; |
| 3331 } | 3377 } |
| 3332 | 3378 |
| 3333 class BlinkHTMLLIElement { | 3379 class BlinkHTMLLIElement { |
| 3334 static value_Getter(mthis) native "HTMLLIElement_value_Getter"; | 3380 static value_Getter(mthis) native "HTMLLIElement_value_Getter"; |
| 3335 | 3381 |
| 3336 static value_Setter_long(mthis, value) native "HTMLLIElement_value_Setter"; | 3382 static value_Setter(mthis, value) native "HTMLLIElement_value_Setter"; |
| 3337 } | 3383 } |
| 3338 | 3384 |
| 3339 class BlinkHTMLLabelElement { | 3385 class BlinkHTMLLabelElement { |
| 3340 static control_Getter(mthis) native "HTMLLabelElement_control_Getter"; | 3386 static control_Getter(mthis) native "HTMLLabelElement_control_Getter"; |
| 3341 | 3387 |
| 3342 static form_Getter(mthis) native "HTMLLabelElement_form_Getter"; | 3388 static form_Getter(mthis) native "HTMLLabelElement_form_Getter"; |
| 3343 | 3389 |
| 3344 static htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_Getter"; | 3390 static htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_Getter"; |
| 3345 | 3391 |
| 3346 static htmlFor_Setter_DOMString(mthis, value) native "HTMLLabelElement_htmlFor
_Setter"; | 3392 static htmlFor_Setter(mthis, value) native "HTMLLabelElement_htmlFor_Setter"; |
| 3347 } | 3393 } |
| 3348 | 3394 |
| 3349 class BlinkHTMLLegendElement { | 3395 class BlinkHTMLLegendElement { |
| 3350 static form_Getter(mthis) native "HTMLLegendElement_form_Getter"; | 3396 static form_Getter(mthis) native "HTMLLegendElement_form_Getter"; |
| 3351 } | 3397 } |
| 3352 | 3398 |
| 3353 class BlinkHTMLLinkElement { | 3399 class BlinkHTMLLinkElement { |
| 3354 static crossOrigin_Getter(mthis) native "HTMLLinkElement_crossOrigin_Getter"; | 3400 static crossOrigin_Getter(mthis) native "HTMLLinkElement_crossOrigin_Getter"; |
| 3355 | 3401 |
| 3356 static crossOrigin_Setter_DOMString(mthis, value) native "HTMLLinkElement_cros
sOrigin_Setter"; | 3402 static crossOrigin_Setter(mthis, value) native "HTMLLinkElement_crossOrigin_Se
tter"; |
| 3357 | 3403 |
| 3358 static disabled_Getter(mthis) native "HTMLLinkElement_disabled_Getter"; | 3404 static disabled_Getter(mthis) native "HTMLLinkElement_disabled_Getter"; |
| 3359 | 3405 |
| 3360 static disabled_Setter_boolean(mthis, value) native "HTMLLinkElement_disabled_
Setter"; | 3406 static disabled_Setter(mthis, value) native "HTMLLinkElement_disabled_Setter"; |
| 3361 | 3407 |
| 3362 static href_Getter(mthis) native "HTMLLinkElement_href_Getter"; | 3408 static href_Getter(mthis) native "HTMLLinkElement_href_Getter"; |
| 3363 | 3409 |
| 3364 static href_Setter_DOMString(mthis, value) native "HTMLLinkElement_href_Setter
"; | 3410 static href_Setter(mthis, value) native "HTMLLinkElement_href_Setter"; |
| 3365 | 3411 |
| 3366 static hreflang_Getter(mthis) native "HTMLLinkElement_hreflang_Getter"; | 3412 static hreflang_Getter(mthis) native "HTMLLinkElement_hreflang_Getter"; |
| 3367 | 3413 |
| 3368 static hreflang_Setter_DOMString(mthis, value) native "HTMLLinkElement_hreflan
g_Setter"; | 3414 static hreflang_Setter(mthis, value) native "HTMLLinkElement_hreflang_Setter"; |
| 3369 | 3415 |
| 3370 static import_Getter(mthis) native "HTMLLinkElement_import_Getter"; | 3416 static import_Getter(mthis) native "HTMLLinkElement_import_Getter"; |
| 3371 | 3417 |
| 3372 static integrity_Getter(mthis) native "HTMLLinkElement_integrity_Getter"; | 3418 static integrity_Getter(mthis) native "HTMLLinkElement_integrity_Getter"; |
| 3373 | 3419 |
| 3374 static integrity_Setter_DOMString(mthis, value) native "HTMLLinkElement_integr
ity_Setter"; | 3420 static integrity_Setter(mthis, value) native "HTMLLinkElement_integrity_Setter
"; |
| 3375 | 3421 |
| 3376 static media_Getter(mthis) native "HTMLLinkElement_media_Getter"; | 3422 static media_Getter(mthis) native "HTMLLinkElement_media_Getter"; |
| 3377 | 3423 |
| 3378 static media_Setter_DOMString(mthis, value) native "HTMLLinkElement_media_Sett
er"; | 3424 static media_Setter(mthis, value) native "HTMLLinkElement_media_Setter"; |
| 3379 | 3425 |
| 3380 static rel_Getter(mthis) native "HTMLLinkElement_rel_Getter"; | 3426 static rel_Getter(mthis) native "HTMLLinkElement_rel_Getter"; |
| 3381 | 3427 |
| 3382 static rel_Setter_DOMString(mthis, value) native "HTMLLinkElement_rel_Setter"; | 3428 static rel_Setter(mthis, value) native "HTMLLinkElement_rel_Setter"; |
| 3383 | 3429 |
| 3384 static sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter"; | 3430 static sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter"; |
| 3385 | 3431 |
| 3386 static sizes_Getter(mthis) native "HTMLLinkElement_sizes_Getter"; | 3432 static sizes_Getter(mthis) native "HTMLLinkElement_sizes_Getter"; |
| 3387 | 3433 |
| 3388 static type_Getter(mthis) native "HTMLLinkElement_type_Getter"; | 3434 static type_Getter(mthis) native "HTMLLinkElement_type_Getter"; |
| 3389 | 3435 |
| 3390 static type_Setter_DOMString(mthis, value) native "HTMLLinkElement_type_Setter
"; | 3436 static type_Setter(mthis, value) native "HTMLLinkElement_type_Setter"; |
| 3391 } | 3437 } |
| 3392 | 3438 |
| 3393 class BlinkHTMLMapElement { | 3439 class BlinkHTMLMapElement { |
| 3394 static areas_Getter(mthis) native "HTMLMapElement_areas_Getter"; | 3440 static areas_Getter(mthis) native "HTMLMapElement_areas_Getter"; |
| 3395 | 3441 |
| 3396 static name_Getter(mthis) native "HTMLMapElement_name_Getter"; | 3442 static name_Getter(mthis) native "HTMLMapElement_name_Getter"; |
| 3397 | 3443 |
| 3398 static name_Setter_DOMString(mthis, value) native "HTMLMapElement_name_Setter"
; | 3444 static name_Setter(mthis, value) native "HTMLMapElement_name_Setter"; |
| 3399 } | 3445 } |
| 3400 | 3446 |
| 3401 class BlinkHTMLMarqueeElement {} | 3447 class BlinkHTMLMarqueeElement {} |
| 3402 | 3448 |
| 3403 class BlinkHTMLMenuElement { | 3449 class BlinkHTMLMenuElement { |
| 3404 static label_Getter(mthis) native "HTMLMenuElement_label_Getter"; | 3450 static label_Getter(mthis) native "HTMLMenuElement_label_Getter"; |
| 3405 | 3451 |
| 3406 static label_Setter_DOMString(mthis, value) native "HTMLMenuElement_label_Sett
er"; | 3452 static label_Setter(mthis, value) native "HTMLMenuElement_label_Setter"; |
| 3407 | 3453 |
| 3408 static type_Getter(mthis) native "HTMLMenuElement_type_Getter"; | 3454 static type_Getter(mthis) native "HTMLMenuElement_type_Getter"; |
| 3409 | 3455 |
| 3410 static type_Setter_DOMString(mthis, value) native "HTMLMenuElement_type_Setter
"; | 3456 static type_Setter(mthis, value) native "HTMLMenuElement_type_Setter"; |
| 3411 } | 3457 } |
| 3412 | 3458 |
| 3413 class BlinkHTMLMenuItemElement { | 3459 class BlinkHTMLMenuItemElement { |
| 3414 static checked_Getter(mthis) native "HTMLMenuItemElement_checked_Getter"; | 3460 static checked_Getter(mthis) native "HTMLMenuItemElement_checked_Getter"; |
| 3415 | 3461 |
| 3416 static checked_Setter_boolean(mthis, value) native "HTMLMenuItemElement_checke
d_Setter"; | 3462 static checked_Setter(mthis, value) native "HTMLMenuItemElement_checked_Setter
"; |
| 3417 | 3463 |
| 3418 static default_Getter(mthis) native "HTMLMenuItemElement_default_Getter"; | 3464 static default_Getter(mthis) native "HTMLMenuItemElement_default_Getter"; |
| 3419 | 3465 |
| 3420 static default_Setter_boolean(mthis, value) native "HTMLMenuItemElement_defaul
t_Setter"; | 3466 static default_Setter(mthis, value) native "HTMLMenuItemElement_default_Setter
"; |
| 3421 | 3467 |
| 3422 static disabled_Getter(mthis) native "HTMLMenuItemElement_disabled_Getter"; | 3468 static disabled_Getter(mthis) native "HTMLMenuItemElement_disabled_Getter"; |
| 3423 | 3469 |
| 3424 static disabled_Setter_boolean(mthis, value) native "HTMLMenuItemElement_disab
led_Setter"; | 3470 static disabled_Setter(mthis, value) native "HTMLMenuItemElement_disabled_Sett
er"; |
| 3425 | 3471 |
| 3426 static label_Getter(mthis) native "HTMLMenuItemElement_label_Getter"; | 3472 static label_Getter(mthis) native "HTMLMenuItemElement_label_Getter"; |
| 3427 | 3473 |
| 3428 static label_Setter_DOMString(mthis, value) native "HTMLMenuItemElement_label_
Setter"; | 3474 static label_Setter(mthis, value) native "HTMLMenuItemElement_label_Setter"; |
| 3429 | 3475 |
| 3430 static type_Getter(mthis) native "HTMLMenuItemElement_type_Getter"; | 3476 static type_Getter(mthis) native "HTMLMenuItemElement_type_Getter"; |
| 3431 | 3477 |
| 3432 static type_Setter_DOMString(mthis, value) native "HTMLMenuItemElement_type_Se
tter"; | 3478 static type_Setter(mthis, value) native "HTMLMenuItemElement_type_Setter"; |
| 3433 } | 3479 } |
| 3434 | 3480 |
| 3435 class BlinkHTMLMetaElement { | 3481 class BlinkHTMLMetaElement { |
| 3436 static content_Getter(mthis) native "HTMLMetaElement_content_Getter"; | 3482 static content_Getter(mthis) native "HTMLMetaElement_content_Getter"; |
| 3437 | 3483 |
| 3438 static content_Setter_DOMString(mthis, value) native "HTMLMetaElement_content_
Setter"; | 3484 static content_Setter(mthis, value) native "HTMLMetaElement_content_Setter"; |
| 3439 | 3485 |
| 3440 static httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter"; | 3486 static httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter"; |
| 3441 | 3487 |
| 3442 static httpEquiv_Setter_DOMString(mthis, value) native "HTMLMetaElement_httpEq
uiv_Setter"; | 3488 static httpEquiv_Setter(mthis, value) native "HTMLMetaElement_httpEquiv_Setter
"; |
| 3443 | 3489 |
| 3444 static name_Getter(mthis) native "HTMLMetaElement_name_Getter"; | 3490 static name_Getter(mthis) native "HTMLMetaElement_name_Getter"; |
| 3445 | 3491 |
| 3446 static name_Setter_DOMString(mthis, value) native "HTMLMetaElement_name_Setter
"; | 3492 static name_Setter(mthis, value) native "HTMLMetaElement_name_Setter"; |
| 3447 } | 3493 } |
| 3448 | 3494 |
| 3449 class BlinkHTMLMeterElement { | 3495 class BlinkHTMLMeterElement { |
| 3450 static high_Getter(mthis) native "HTMLMeterElement_high_Getter"; | 3496 static high_Getter(mthis) native "HTMLMeterElement_high_Getter"; |
| 3451 | 3497 |
| 3452 static high_Setter_double(mthis, value) native "HTMLMeterElement_high_Setter"; | 3498 static high_Setter(mthis, value) native "HTMLMeterElement_high_Setter"; |
| 3453 | 3499 |
| 3454 static labels_Getter(mthis) native "HTMLMeterElement_labels_Getter"; | 3500 static labels_Getter(mthis) native "HTMLMeterElement_labels_Getter"; |
| 3455 | 3501 |
| 3456 static low_Getter(mthis) native "HTMLMeterElement_low_Getter"; | 3502 static low_Getter(mthis) native "HTMLMeterElement_low_Getter"; |
| 3457 | 3503 |
| 3458 static low_Setter_double(mthis, value) native "HTMLMeterElement_low_Setter"; | 3504 static low_Setter(mthis, value) native "HTMLMeterElement_low_Setter"; |
| 3459 | 3505 |
| 3460 static max_Getter(mthis) native "HTMLMeterElement_max_Getter"; | 3506 static max_Getter(mthis) native "HTMLMeterElement_max_Getter"; |
| 3461 | 3507 |
| 3462 static max_Setter_double(mthis, value) native "HTMLMeterElement_max_Setter"; | 3508 static max_Setter(mthis, value) native "HTMLMeterElement_max_Setter"; |
| 3463 | 3509 |
| 3464 static min_Getter(mthis) native "HTMLMeterElement_min_Getter"; | 3510 static min_Getter(mthis) native "HTMLMeterElement_min_Getter"; |
| 3465 | 3511 |
| 3466 static min_Setter_double(mthis, value) native "HTMLMeterElement_min_Setter"; | 3512 static min_Setter(mthis, value) native "HTMLMeterElement_min_Setter"; |
| 3467 | 3513 |
| 3468 static optimum_Getter(mthis) native "HTMLMeterElement_optimum_Getter"; | 3514 static optimum_Getter(mthis) native "HTMLMeterElement_optimum_Getter"; |
| 3469 | 3515 |
| 3470 static optimum_Setter_double(mthis, value) native "HTMLMeterElement_optimum_Se
tter"; | 3516 static optimum_Setter(mthis, value) native "HTMLMeterElement_optimum_Setter"; |
| 3471 | 3517 |
| 3472 static value_Getter(mthis) native "HTMLMeterElement_value_Getter"; | 3518 static value_Getter(mthis) native "HTMLMeterElement_value_Getter"; |
| 3473 | 3519 |
| 3474 static value_Setter_double(mthis, value) native "HTMLMeterElement_value_Setter
"; | 3520 static value_Setter(mthis, value) native "HTMLMeterElement_value_Setter"; |
| 3475 } | 3521 } |
| 3476 | 3522 |
| 3477 class BlinkHTMLModElement { | 3523 class BlinkHTMLModElement { |
| 3478 static cite_Getter(mthis) native "HTMLModElement_cite_Getter"; | 3524 static cite_Getter(mthis) native "HTMLModElement_cite_Getter"; |
| 3479 | 3525 |
| 3480 static cite_Setter_DOMString(mthis, value) native "HTMLModElement_cite_Setter"
; | 3526 static cite_Setter(mthis, value) native "HTMLModElement_cite_Setter"; |
| 3481 | 3527 |
| 3482 static dateTime_Getter(mthis) native "HTMLModElement_dateTime_Getter"; | 3528 static dateTime_Getter(mthis) native "HTMLModElement_dateTime_Getter"; |
| 3483 | 3529 |
| 3484 static dateTime_Setter_DOMString(mthis, value) native "HTMLModElement_dateTime
_Setter"; | 3530 static dateTime_Setter(mthis, value) native "HTMLModElement_dateTime_Setter"; |
| 3485 } | 3531 } |
| 3486 | 3532 |
| 3487 class BlinkHTMLOListElement { | 3533 class BlinkHTMLOListElement { |
| 3488 static reversed_Getter(mthis) native "HTMLOListElement_reversed_Getter"; | 3534 static reversed_Getter(mthis) native "HTMLOListElement_reversed_Getter"; |
| 3489 | 3535 |
| 3490 static reversed_Setter_boolean(mthis, value) native "HTMLOListElement_reversed
_Setter"; | 3536 static reversed_Setter(mthis, value) native "HTMLOListElement_reversed_Setter"
; |
| 3491 | 3537 |
| 3492 static start_Getter(mthis) native "HTMLOListElement_start_Getter"; | 3538 static start_Getter(mthis) native "HTMLOListElement_start_Getter"; |
| 3493 | 3539 |
| 3494 static start_Setter_long(mthis, value) native "HTMLOListElement_start_Setter"; | 3540 static start_Setter(mthis, value) native "HTMLOListElement_start_Setter"; |
| 3495 | 3541 |
| 3496 static type_Getter(mthis) native "HTMLOListElement_type_Getter"; | 3542 static type_Getter(mthis) native "HTMLOListElement_type_Getter"; |
| 3497 | 3543 |
| 3498 static type_Setter_DOMString(mthis, value) native "HTMLOListElement_type_Sette
r"; | 3544 static type_Setter(mthis, value) native "HTMLOListElement_type_Setter"; |
| 3499 } | 3545 } |
| 3500 | 3546 |
| 3501 class BlinkHTMLObjectElement { | 3547 class BlinkHTMLObjectElement { |
| 3502 static data_Getter(mthis) native "HTMLObjectElement_data_Getter"; | 3548 static data_Getter(mthis) native "HTMLObjectElement_data_Getter"; |
| 3503 | 3549 |
| 3504 static data_Setter_DOMString(mthis, value) native "HTMLObjectElement_data_Sett
er"; | 3550 static data_Setter(mthis, value) native "HTMLObjectElement_data_Setter"; |
| 3505 | 3551 |
| 3506 static form_Getter(mthis) native "HTMLObjectElement_form_Getter"; | 3552 static form_Getter(mthis) native "HTMLObjectElement_form_Getter"; |
| 3507 | 3553 |
| 3508 static height_Getter(mthis) native "HTMLObjectElement_height_Getter"; | 3554 static height_Getter(mthis) native "HTMLObjectElement_height_Getter"; |
| 3509 | 3555 |
| 3510 static height_Setter_DOMString(mthis, value) native "HTMLObjectElement_height_
Setter"; | 3556 static height_Setter(mthis, value) native "HTMLObjectElement_height_Setter"; |
| 3511 | 3557 |
| 3512 static integrity_Getter(mthis) native "HTMLObjectElement_integrity_Getter"; | 3558 static integrity_Getter(mthis) native "HTMLObjectElement_integrity_Getter"; |
| 3513 | 3559 |
| 3514 static integrity_Setter_DOMString(mthis, value) native "HTMLObjectElement_inte
grity_Setter"; | 3560 static integrity_Setter(mthis, value) native "HTMLObjectElement_integrity_Sett
er"; |
| 3515 | 3561 |
| 3516 static name_Getter(mthis) native "HTMLObjectElement_name_Getter"; | 3562 static name_Getter(mthis) native "HTMLObjectElement_name_Getter"; |
| 3517 | 3563 |
| 3518 static name_Setter_DOMString(mthis, value) native "HTMLObjectElement_name_Sett
er"; | 3564 static name_Setter(mthis, value) native "HTMLObjectElement_name_Setter"; |
| 3519 | 3565 |
| 3520 static type_Getter(mthis) native "HTMLObjectElement_type_Getter"; | 3566 static type_Getter(mthis) native "HTMLObjectElement_type_Getter"; |
| 3521 | 3567 |
| 3522 static type_Setter_DOMString(mthis, value) native "HTMLObjectElement_type_Sett
er"; | 3568 static type_Setter(mthis, value) native "HTMLObjectElement_type_Setter"; |
| 3523 | 3569 |
| 3524 static useMap_Getter(mthis) native "HTMLObjectElement_useMap_Getter"; | 3570 static useMap_Getter(mthis) native "HTMLObjectElement_useMap_Getter"; |
| 3525 | 3571 |
| 3526 static useMap_Setter_DOMString(mthis, value) native "HTMLObjectElement_useMap_
Setter"; | 3572 static useMap_Setter(mthis, value) native "HTMLObjectElement_useMap_Setter"; |
| 3527 | 3573 |
| 3528 static validationMessage_Getter(mthis) native "HTMLObjectElement_validationMes
sage_Getter"; | 3574 static validationMessage_Getter(mthis) native "HTMLObjectElement_validationMes
sage_Getter"; |
| 3529 | 3575 |
| 3530 static validity_Getter(mthis) native "HTMLObjectElement_validity_Getter"; | 3576 static validity_Getter(mthis) native "HTMLObjectElement_validity_Getter"; |
| 3531 | 3577 |
| 3532 static width_Getter(mthis) native "HTMLObjectElement_width_Getter"; | 3578 static width_Getter(mthis) native "HTMLObjectElement_width_Getter"; |
| 3533 | 3579 |
| 3534 static width_Setter_DOMString(mthis, value) native "HTMLObjectElement_width_Se
tter"; | 3580 static width_Setter(mthis, value) native "HTMLObjectElement_width_Setter"; |
| 3535 | 3581 |
| 3536 static willValidate_Getter(mthis) native "HTMLObjectElement_willValidate_Gette
r"; | 3582 static willValidate_Getter(mthis) native "HTMLObjectElement_willValidate_Gette
r"; |
| 3537 | 3583 |
| 3538 static $__getter___Callback_ul(mthis, index_OR_name) native "HTMLObjectElement
___getter___Callback"; | 3584 static $__getter___Callback_1(mthis, index_OR_name) native "HTMLObjectElement_
__getter___Callback"; |
| 3539 | 3585 |
| 3540 static $__setter___Callback_ul_Node(mthis, index_OR_name, value) native "HTMLO
bjectElement___setter___Callback"; | 3586 static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLObjectE
lement___setter___Callback"; |
| 3541 | 3587 |
| 3542 static checkValidity_Callback(mthis) native "HTMLObjectElement_checkValidity_C
allback"; | 3588 static checkValidity_Callback(mthis) native "HTMLObjectElement_checkValidity_C
allback"; |
| 3543 | 3589 |
| 3544 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLObjectEl
ement_setCustomValidity_Callback_DOMString"; | 3590 static setCustomValidity_Callback_1(mthis, error) native "HTMLObjectElement_se
tCustomValidity_Callback"; |
| 3545 } | 3591 } |
| 3546 | 3592 |
| 3547 class BlinkHTMLOptGroupElement { | 3593 class BlinkHTMLOptGroupElement { |
| 3548 static disabled_Getter(mthis) native "HTMLOptGroupElement_disabled_Getter"; | 3594 static disabled_Getter(mthis) native "HTMLOptGroupElement_disabled_Getter"; |
| 3549 | 3595 |
| 3550 static disabled_Setter_boolean(mthis, value) native "HTMLOptGroupElement_disab
led_Setter"; | 3596 static disabled_Setter(mthis, value) native "HTMLOptGroupElement_disabled_Sett
er"; |
| 3551 | 3597 |
| 3552 static label_Getter(mthis) native "HTMLOptGroupElement_label_Getter"; | 3598 static label_Getter(mthis) native "HTMLOptGroupElement_label_Getter"; |
| 3553 | 3599 |
| 3554 static label_Setter_DOMString(mthis, value) native "HTMLOptGroupElement_label_
Setter"; | 3600 static label_Setter(mthis, value) native "HTMLOptGroupElement_label_Setter"; |
| 3555 } | 3601 } |
| 3556 | 3602 |
| 3557 class BlinkHTMLOptionElement { | 3603 class BlinkHTMLOptionElement { |
| 3558 static constructorCallback_DOMString_DOMString_boolean_boolean(data, value, de
faultSelected, selected) native "HTMLOptionElement_constructorCallback_DOMString
_DOMString_boolean_boolean"; | 3604 static constructorCallback_4(data, value, defaultSelected, selected) native "H
TMLOptionElement_constructorCallback"; |
| 3559 | 3605 |
| 3560 static defaultSelected_Getter(mthis) native "HTMLOptionElement_defaultSelected
_Getter"; | 3606 static defaultSelected_Getter(mthis) native "HTMLOptionElement_defaultSelected
_Getter"; |
| 3561 | 3607 |
| 3562 static defaultSelected_Setter_boolean(mthis, value) native "HTMLOptionElement_
defaultSelected_Setter"; | 3608 static defaultSelected_Setter(mthis, value) native "HTMLOptionElement_defaultS
elected_Setter"; |
| 3563 | 3609 |
| 3564 static disabled_Getter(mthis) native "HTMLOptionElement_disabled_Getter"; | 3610 static disabled_Getter(mthis) native "HTMLOptionElement_disabled_Getter"; |
| 3565 | 3611 |
| 3566 static disabled_Setter_boolean(mthis, value) native "HTMLOptionElement_disable
d_Setter"; | 3612 static disabled_Setter(mthis, value) native "HTMLOptionElement_disabled_Setter
"; |
| 3567 | 3613 |
| 3568 static form_Getter(mthis) native "HTMLOptionElement_form_Getter"; | 3614 static form_Getter(mthis) native "HTMLOptionElement_form_Getter"; |
| 3569 | 3615 |
| 3570 static index_Getter(mthis) native "HTMLOptionElement_index_Getter"; | 3616 static index_Getter(mthis) native "HTMLOptionElement_index_Getter"; |
| 3571 | 3617 |
| 3572 static label_Getter(mthis) native "HTMLOptionElement_label_Getter"; | 3618 static label_Getter(mthis) native "HTMLOptionElement_label_Getter"; |
| 3573 | 3619 |
| 3574 static label_Setter_DOMString(mthis, value) native "HTMLOptionElement_label_Se
tter"; | 3620 static label_Setter(mthis, value) native "HTMLOptionElement_label_Setter"; |
| 3575 | 3621 |
| 3576 static selected_Getter(mthis) native "HTMLOptionElement_selected_Getter"; | 3622 static selected_Getter(mthis) native "HTMLOptionElement_selected_Getter"; |
| 3577 | 3623 |
| 3578 static selected_Setter_boolean(mthis, value) native "HTMLOptionElement_selecte
d_Setter"; | 3624 static selected_Setter(mthis, value) native "HTMLOptionElement_selected_Setter
"; |
| 3579 | 3625 |
| 3580 static value_Getter(mthis) native "HTMLOptionElement_value_Getter"; | 3626 static value_Getter(mthis) native "HTMLOptionElement_value_Getter"; |
| 3581 | 3627 |
| 3582 static value_Setter_DOMString(mthis, value) native "HTMLOptionElement_value_Se
tter"; | 3628 static value_Setter(mthis, value) native "HTMLOptionElement_value_Setter"; |
| 3583 } | 3629 } |
| 3584 | 3630 |
| 3585 class BlinkHTMLOptionsCollection {} | 3631 class BlinkHTMLOptionsCollection {} |
| 3586 | 3632 |
| 3587 class BlinkHTMLOutputElement { | 3633 class BlinkHTMLOutputElement { |
| 3588 static defaultValue_Getter(mthis) native "HTMLOutputElement_defaultValue_Gette
r"; | 3634 static defaultValue_Getter(mthis) native "HTMLOutputElement_defaultValue_Gette
r"; |
| 3589 | 3635 |
| 3590 static defaultValue_Setter_DOMString(mthis, value) native "HTMLOutputElement_d
efaultValue_Setter"; | 3636 static defaultValue_Setter(mthis, value) native "HTMLOutputElement_defaultValu
e_Setter"; |
| 3591 | 3637 |
| 3592 static form_Getter(mthis) native "HTMLOutputElement_form_Getter"; | 3638 static form_Getter(mthis) native "HTMLOutputElement_form_Getter"; |
| 3593 | 3639 |
| 3594 static htmlFor_Getter(mthis) native "HTMLOutputElement_htmlFor_Getter"; | 3640 static htmlFor_Getter(mthis) native "HTMLOutputElement_htmlFor_Getter"; |
| 3595 | 3641 |
| 3596 static labels_Getter(mthis) native "HTMLOutputElement_labels_Getter"; | 3642 static labels_Getter(mthis) native "HTMLOutputElement_labels_Getter"; |
| 3597 | 3643 |
| 3598 static name_Getter(mthis) native "HTMLOutputElement_name_Getter"; | 3644 static name_Getter(mthis) native "HTMLOutputElement_name_Getter"; |
| 3599 | 3645 |
| 3600 static name_Setter_DOMString(mthis, value) native "HTMLOutputElement_name_Sett
er"; | 3646 static name_Setter(mthis, value) native "HTMLOutputElement_name_Setter"; |
| 3601 | 3647 |
| 3602 static type_Getter(mthis) native "HTMLOutputElement_type_Getter"; | 3648 static type_Getter(mthis) native "HTMLOutputElement_type_Getter"; |
| 3603 | 3649 |
| 3604 static validationMessage_Getter(mthis) native "HTMLOutputElement_validationMes
sage_Getter"; | 3650 static validationMessage_Getter(mthis) native "HTMLOutputElement_validationMes
sage_Getter"; |
| 3605 | 3651 |
| 3606 static validity_Getter(mthis) native "HTMLOutputElement_validity_Getter"; | 3652 static validity_Getter(mthis) native "HTMLOutputElement_validity_Getter"; |
| 3607 | 3653 |
| 3608 static value_Getter(mthis) native "HTMLOutputElement_value_Getter"; | 3654 static value_Getter(mthis) native "HTMLOutputElement_value_Getter"; |
| 3609 | 3655 |
| 3610 static value_Setter_DOMString(mthis, value) native "HTMLOutputElement_value_Se
tter"; | 3656 static value_Setter(mthis, value) native "HTMLOutputElement_value_Setter"; |
| 3611 | 3657 |
| 3612 static willValidate_Getter(mthis) native "HTMLOutputElement_willValidate_Gette
r"; | 3658 static willValidate_Getter(mthis) native "HTMLOutputElement_willValidate_Gette
r"; |
| 3613 | 3659 |
| 3614 static checkValidity_Callback(mthis) native "HTMLOutputElement_checkValidity_C
allback"; | 3660 static checkValidity_Callback(mthis) native "HTMLOutputElement_checkValidity_C
allback"; |
| 3615 | 3661 |
| 3616 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLOutputEl
ement_setCustomValidity_Callback_DOMString"; | 3662 static setCustomValidity_Callback_1(mthis, error) native "HTMLOutputElement_se
tCustomValidity_Callback"; |
| 3617 } | 3663 } |
| 3618 | 3664 |
| 3619 class BlinkHTMLParagraphElement {} | 3665 class BlinkHTMLParagraphElement {} |
| 3620 | 3666 |
| 3621 class BlinkHTMLParamElement { | 3667 class BlinkHTMLParamElement { |
| 3622 static name_Getter(mthis) native "HTMLParamElement_name_Getter"; | 3668 static name_Getter(mthis) native "HTMLParamElement_name_Getter"; |
| 3623 | 3669 |
| 3624 static name_Setter_DOMString(mthis, value) native "HTMLParamElement_name_Sette
r"; | 3670 static name_Setter(mthis, value) native "HTMLParamElement_name_Setter"; |
| 3625 | 3671 |
| 3626 static value_Getter(mthis) native "HTMLParamElement_value_Getter"; | 3672 static value_Getter(mthis) native "HTMLParamElement_value_Getter"; |
| 3627 | 3673 |
| 3628 static value_Setter_DOMString(mthis, value) native "HTMLParamElement_value_Set
ter"; | 3674 static value_Setter(mthis, value) native "HTMLParamElement_value_Setter"; |
| 3629 } | 3675 } |
| 3630 | 3676 |
| 3631 class BlinkHTMLPictureElement {} | 3677 class BlinkHTMLPictureElement {} |
| 3632 | 3678 |
| 3633 class BlinkHTMLPreElement {} | 3679 class BlinkHTMLPreElement {} |
| 3634 | 3680 |
| 3635 class BlinkHTMLProgressElement { | 3681 class BlinkHTMLProgressElement { |
| 3636 static labels_Getter(mthis) native "HTMLProgressElement_labels_Getter"; | 3682 static labels_Getter(mthis) native "HTMLProgressElement_labels_Getter"; |
| 3637 | 3683 |
| 3638 static max_Getter(mthis) native "HTMLProgressElement_max_Getter"; | 3684 static max_Getter(mthis) native "HTMLProgressElement_max_Getter"; |
| 3639 | 3685 |
| 3640 static max_Setter_double(mthis, value) native "HTMLProgressElement_max_Setter"
; | 3686 static max_Setter(mthis, value) native "HTMLProgressElement_max_Setter"; |
| 3641 | 3687 |
| 3642 static position_Getter(mthis) native "HTMLProgressElement_position_Getter"; | 3688 static position_Getter(mthis) native "HTMLProgressElement_position_Getter"; |
| 3643 | 3689 |
| 3644 static value_Getter(mthis) native "HTMLProgressElement_value_Getter"; | 3690 static value_Getter(mthis) native "HTMLProgressElement_value_Getter"; |
| 3645 | 3691 |
| 3646 static value_Setter_double(mthis, value) native "HTMLProgressElement_value_Set
ter"; | 3692 static value_Setter(mthis, value) native "HTMLProgressElement_value_Setter"; |
| 3647 } | 3693 } |
| 3648 | 3694 |
| 3649 class BlinkHTMLQuoteElement { | 3695 class BlinkHTMLQuoteElement { |
| 3650 static cite_Getter(mthis) native "HTMLQuoteElement_cite_Getter"; | 3696 static cite_Getter(mthis) native "HTMLQuoteElement_cite_Getter"; |
| 3651 | 3697 |
| 3652 static cite_Setter_DOMString(mthis, value) native "HTMLQuoteElement_cite_Sette
r"; | 3698 static cite_Setter(mthis, value) native "HTMLQuoteElement_cite_Setter"; |
| 3653 } | 3699 } |
| 3654 | 3700 |
| 3655 class BlinkHTMLScriptElement { | 3701 class BlinkHTMLScriptElement { |
| 3656 static async_Getter(mthis) native "HTMLScriptElement_async_Getter"; | 3702 static async_Getter(mthis) native "HTMLScriptElement_async_Getter"; |
| 3657 | 3703 |
| 3658 static async_Setter_boolean(mthis, value) native "HTMLScriptElement_async_Sett
er"; | 3704 static async_Setter(mthis, value) native "HTMLScriptElement_async_Setter"; |
| 3659 | 3705 |
| 3660 static charset_Getter(mthis) native "HTMLScriptElement_charset_Getter"; | 3706 static charset_Getter(mthis) native "HTMLScriptElement_charset_Getter"; |
| 3661 | 3707 |
| 3662 static charset_Setter_DOMString(mthis, value) native "HTMLScriptElement_charse
t_Setter"; | 3708 static charset_Setter(mthis, value) native "HTMLScriptElement_charset_Setter"; |
| 3663 | 3709 |
| 3664 static crossOrigin_Getter(mthis) native "HTMLScriptElement_crossOrigin_Getter"
; | 3710 static crossOrigin_Getter(mthis) native "HTMLScriptElement_crossOrigin_Getter"
; |
| 3665 | 3711 |
| 3666 static crossOrigin_Setter_DOMString(mthis, value) native "HTMLScriptElement_cr
ossOrigin_Setter"; | 3712 static crossOrigin_Setter(mthis, value) native "HTMLScriptElement_crossOrigin_
Setter"; |
| 3667 | 3713 |
| 3668 static defer_Getter(mthis) native "HTMLScriptElement_defer_Getter"; | 3714 static defer_Getter(mthis) native "HTMLScriptElement_defer_Getter"; |
| 3669 | 3715 |
| 3670 static defer_Setter_boolean(mthis, value) native "HTMLScriptElement_defer_Sett
er"; | 3716 static defer_Setter(mthis, value) native "HTMLScriptElement_defer_Setter"; |
| 3671 | 3717 |
| 3672 static integrity_Getter(mthis) native "HTMLScriptElement_integrity_Getter"; | 3718 static integrity_Getter(mthis) native "HTMLScriptElement_integrity_Getter"; |
| 3673 | 3719 |
| 3674 static integrity_Setter_DOMString(mthis, value) native "HTMLScriptElement_inte
grity_Setter"; | 3720 static integrity_Setter(mthis, value) native "HTMLScriptElement_integrity_Sett
er"; |
| 3675 | 3721 |
| 3676 static nonce_Getter(mthis) native "HTMLScriptElement_nonce_Getter"; | 3722 static nonce_Getter(mthis) native "HTMLScriptElement_nonce_Getter"; |
| 3677 | 3723 |
| 3678 static nonce_Setter_DOMString(mthis, value) native "HTMLScriptElement_nonce_Se
tter"; | 3724 static nonce_Setter(mthis, value) native "HTMLScriptElement_nonce_Setter"; |
| 3679 | 3725 |
| 3680 static src_Getter(mthis) native "HTMLScriptElement_src_Getter"; | 3726 static src_Getter(mthis) native "HTMLScriptElement_src_Getter"; |
| 3681 | 3727 |
| 3682 static src_Setter_DOMString(mthis, value) native "HTMLScriptElement_src_Setter
"; | 3728 static src_Setter(mthis, value) native "HTMLScriptElement_src_Setter"; |
| 3683 | 3729 |
| 3684 static type_Getter(mthis) native "HTMLScriptElement_type_Getter"; | 3730 static type_Getter(mthis) native "HTMLScriptElement_type_Getter"; |
| 3685 | 3731 |
| 3686 static type_Setter_DOMString(mthis, value) native "HTMLScriptElement_type_Sett
er"; | 3732 static type_Setter(mthis, value) native "HTMLScriptElement_type_Setter"; |
| 3687 } | 3733 } |
| 3688 | 3734 |
| 3689 class BlinkHTMLSelectElement { | 3735 class BlinkHTMLSelectElement { |
| 3690 static autofocus_Getter(mthis) native "HTMLSelectElement_autofocus_Getter"; | 3736 static autofocus_Getter(mthis) native "HTMLSelectElement_autofocus_Getter"; |
| 3691 | 3737 |
| 3692 static autofocus_Setter_boolean(mthis, value) native "HTMLSelectElement_autofo
cus_Setter"; | 3738 static autofocus_Setter(mthis, value) native "HTMLSelectElement_autofocus_Sett
er"; |
| 3693 | 3739 |
| 3694 static disabled_Getter(mthis) native "HTMLSelectElement_disabled_Getter"; | 3740 static disabled_Getter(mthis) native "HTMLSelectElement_disabled_Getter"; |
| 3695 | 3741 |
| 3696 static disabled_Setter_boolean(mthis, value) native "HTMLSelectElement_disable
d_Setter"; | 3742 static disabled_Setter(mthis, value) native "HTMLSelectElement_disabled_Setter
"; |
| 3697 | 3743 |
| 3698 static form_Getter(mthis) native "HTMLSelectElement_form_Getter"; | 3744 static form_Getter(mthis) native "HTMLSelectElement_form_Getter"; |
| 3699 | 3745 |
| 3700 static labels_Getter(mthis) native "HTMLSelectElement_labels_Getter"; | 3746 static labels_Getter(mthis) native "HTMLSelectElement_labels_Getter"; |
| 3701 | 3747 |
| 3702 static length_Getter(mthis) native "HTMLSelectElement_length_Getter"; | 3748 static length_Getter(mthis) native "HTMLSelectElement_length_Getter"; |
| 3703 | 3749 |
| 3704 static length_Setter_ul(mthis, value) native "HTMLSelectElement_length_Setter"
; | 3750 static length_Setter(mthis, value) native "HTMLSelectElement_length_Setter"; |
| 3705 | 3751 |
| 3706 static multiple_Getter(mthis) native "HTMLSelectElement_multiple_Getter"; | 3752 static multiple_Getter(mthis) native "HTMLSelectElement_multiple_Getter"; |
| 3707 | 3753 |
| 3708 static multiple_Setter_boolean(mthis, value) native "HTMLSelectElement_multipl
e_Setter"; | 3754 static multiple_Setter(mthis, value) native "HTMLSelectElement_multiple_Setter
"; |
| 3709 | 3755 |
| 3710 static name_Getter(mthis) native "HTMLSelectElement_name_Getter"; | 3756 static name_Getter(mthis) native "HTMLSelectElement_name_Getter"; |
| 3711 | 3757 |
| 3712 static name_Setter_DOMString(mthis, value) native "HTMLSelectElement_name_Sett
er"; | 3758 static name_Setter(mthis, value) native "HTMLSelectElement_name_Setter"; |
| 3713 | 3759 |
| 3714 static required_Getter(mthis) native "HTMLSelectElement_required_Getter"; | 3760 static required_Getter(mthis) native "HTMLSelectElement_required_Getter"; |
| 3715 | 3761 |
| 3716 static required_Setter_boolean(mthis, value) native "HTMLSelectElement_require
d_Setter"; | 3762 static required_Setter(mthis, value) native "HTMLSelectElement_required_Setter
"; |
| 3717 | 3763 |
| 3718 static selectedIndex_Getter(mthis) native "HTMLSelectElement_selectedIndex_Get
ter"; | 3764 static selectedIndex_Getter(mthis) native "HTMLSelectElement_selectedIndex_Get
ter"; |
| 3719 | 3765 |
| 3720 static selectedIndex_Setter_long(mthis, value) native "HTMLSelectElement_selec
tedIndex_Setter"; | 3766 static selectedIndex_Setter(mthis, value) native "HTMLSelectElement_selectedIn
dex_Setter"; |
| 3721 | 3767 |
| 3722 static size_Getter(mthis) native "HTMLSelectElement_size_Getter"; | 3768 static size_Getter(mthis) native "HTMLSelectElement_size_Getter"; |
| 3723 | 3769 |
| 3724 static size_Setter_long(mthis, value) native "HTMLSelectElement_size_Setter"; | 3770 static size_Setter(mthis, value) native "HTMLSelectElement_size_Setter"; |
| 3725 | 3771 |
| 3726 static type_Getter(mthis) native "HTMLSelectElement_type_Getter"; | 3772 static type_Getter(mthis) native "HTMLSelectElement_type_Getter"; |
| 3727 | 3773 |
| 3728 static validationMessage_Getter(mthis) native "HTMLSelectElement_validationMes
sage_Getter"; | 3774 static validationMessage_Getter(mthis) native "HTMLSelectElement_validationMes
sage_Getter"; |
| 3729 | 3775 |
| 3730 static validity_Getter(mthis) native "HTMLSelectElement_validity_Getter"; | 3776 static validity_Getter(mthis) native "HTMLSelectElement_validity_Getter"; |
| 3731 | 3777 |
| 3732 static value_Getter(mthis) native "HTMLSelectElement_value_Getter"; | 3778 static value_Getter(mthis) native "HTMLSelectElement_value_Getter"; |
| 3733 | 3779 |
| 3734 static value_Setter_DOMString(mthis, value) native "HTMLSelectElement_value_Se
tter"; | 3780 static value_Setter(mthis, value) native "HTMLSelectElement_value_Setter"; |
| 3735 | 3781 |
| 3736 static willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Gette
r"; | 3782 static willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Gette
r"; |
| 3737 | 3783 |
| 3738 static $__setter___Callback_ul_HTMLOptionElement(mthis, index, value) native "
HTMLSelectElement___setter___Callback_unsigned long_HTMLOptionElement"; | 3784 static $__setter___Callback_2(mthis, index, value) native "HTMLSelectElement__
_setter___Callback"; |
| 3739 | 3785 |
| 3740 static add_Callback_HTMLElement_long(mthis, element, before) native "HTMLSelec
tElement_add_Callback_HTMLElement_long"; | 3786 static add_Callback_2(mthis, element, before) native "HTMLSelectElement_add_Ca
llback"; |
| 3741 | 3787 |
| 3742 static checkValidity_Callback(mthis) native "HTMLSelectElement_checkValidity_C
allback"; | 3788 static checkValidity_Callback(mthis) native "HTMLSelectElement_checkValidity_C
allback"; |
| 3743 | 3789 |
| 3744 static item_Callback_ul(mthis, index) native "HTMLSelectElement_item_Callback_
unsigned long"; | 3790 static item_Callback_1(mthis, index) native "HTMLSelectElement_item_Callback"; |
| 3745 | 3791 |
| 3746 static namedItem_Callback_DOMString(mthis, name) native "HTMLSelectElement_nam
edItem_Callback_DOMString"; | 3792 static namedItem_Callback_1(mthis, name) native "HTMLSelectElement_namedItem_C
allback"; |
| 3747 | 3793 |
| 3748 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLSelectEl
ement_setCustomValidity_Callback_DOMString"; | 3794 static setCustomValidity_Callback_1(mthis, error) native "HTMLSelectElement_se
tCustomValidity_Callback"; |
| 3749 } | 3795 } |
| 3750 | 3796 |
| 3751 class BlinkHTMLShadowElement { | 3797 class BlinkHTMLShadowElement { |
| 3752 static getDistributedNodes_Callback(mthis) native "HTMLShadowElement_getDistri
butedNodes_Callback"; | 3798 static getDistributedNodes_Callback(mthis) native "HTMLShadowElement_getDistri
butedNodes_Callback"; |
| 3753 } | 3799 } |
| 3754 | 3800 |
| 3755 class BlinkHTMLSourceElement { | 3801 class BlinkHTMLSourceElement { |
| 3756 static integrity_Getter(mthis) native "HTMLSourceElement_integrity_Getter"; | 3802 static integrity_Getter(mthis) native "HTMLSourceElement_integrity_Getter"; |
| 3757 | 3803 |
| 3758 static integrity_Setter_DOMString(mthis, value) native "HTMLSourceElement_inte
grity_Setter"; | 3804 static integrity_Setter(mthis, value) native "HTMLSourceElement_integrity_Sett
er"; |
| 3759 | 3805 |
| 3760 static media_Getter(mthis) native "HTMLSourceElement_media_Getter"; | 3806 static media_Getter(mthis) native "HTMLSourceElement_media_Getter"; |
| 3761 | 3807 |
| 3762 static media_Setter_DOMString(mthis, value) native "HTMLSourceElement_media_Se
tter"; | 3808 static media_Setter(mthis, value) native "HTMLSourceElement_media_Setter"; |
| 3763 | 3809 |
| 3764 static sizes_Getter(mthis) native "HTMLSourceElement_sizes_Getter"; | 3810 static sizes_Getter(mthis) native "HTMLSourceElement_sizes_Getter"; |
| 3765 | 3811 |
| 3766 static sizes_Setter_DOMString(mthis, value) native "HTMLSourceElement_sizes_Se
tter"; | 3812 static sizes_Setter(mthis, value) native "HTMLSourceElement_sizes_Setter"; |
| 3767 | 3813 |
| 3768 static src_Getter(mthis) native "HTMLSourceElement_src_Getter"; | 3814 static src_Getter(mthis) native "HTMLSourceElement_src_Getter"; |
| 3769 | 3815 |
| 3770 static src_Setter_DOMString(mthis, value) native "HTMLSourceElement_src_Setter
"; | 3816 static src_Setter(mthis, value) native "HTMLSourceElement_src_Setter"; |
| 3771 | 3817 |
| 3772 static srcset_Getter(mthis) native "HTMLSourceElement_srcset_Getter"; | 3818 static srcset_Getter(mthis) native "HTMLSourceElement_srcset_Getter"; |
| 3773 | 3819 |
| 3774 static srcset_Setter_DOMString(mthis, value) native "HTMLSourceElement_srcset_
Setter"; | 3820 static srcset_Setter(mthis, value) native "HTMLSourceElement_srcset_Setter"; |
| 3775 | 3821 |
| 3776 static type_Getter(mthis) native "HTMLSourceElement_type_Getter"; | 3822 static type_Getter(mthis) native "HTMLSourceElement_type_Getter"; |
| 3777 | 3823 |
| 3778 static type_Setter_DOMString(mthis, value) native "HTMLSourceElement_type_Sett
er"; | 3824 static type_Setter(mthis, value) native "HTMLSourceElement_type_Setter"; |
| 3779 } | 3825 } |
| 3780 | 3826 |
| 3781 class BlinkHTMLSpanElement {} | 3827 class BlinkHTMLSpanElement {} |
| 3782 | 3828 |
| 3783 class BlinkHTMLStyleElement { | 3829 class BlinkHTMLStyleElement { |
| 3784 static disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter"; | 3830 static disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter"; |
| 3785 | 3831 |
| 3786 static disabled_Setter_boolean(mthis, value) native "HTMLStyleElement_disabled
_Setter"; | 3832 static disabled_Setter(mthis, value) native "HTMLStyleElement_disabled_Setter"
; |
| 3787 | 3833 |
| 3788 static media_Getter(mthis) native "HTMLStyleElement_media_Getter"; | 3834 static media_Getter(mthis) native "HTMLStyleElement_media_Getter"; |
| 3789 | 3835 |
| 3790 static media_Setter_DOMString(mthis, value) native "HTMLStyleElement_media_Set
ter"; | 3836 static media_Setter(mthis, value) native "HTMLStyleElement_media_Setter"; |
| 3791 | 3837 |
| 3792 static sheet_Getter(mthis) native "HTMLStyleElement_sheet_Getter"; | 3838 static sheet_Getter(mthis) native "HTMLStyleElement_sheet_Getter"; |
| 3793 | 3839 |
| 3794 static type_Getter(mthis) native "HTMLStyleElement_type_Getter"; | 3840 static type_Getter(mthis) native "HTMLStyleElement_type_Getter"; |
| 3795 | 3841 |
| 3796 static type_Setter_DOMString(mthis, value) native "HTMLStyleElement_type_Sette
r"; | 3842 static type_Setter(mthis, value) native "HTMLStyleElement_type_Setter"; |
| 3797 } | 3843 } |
| 3798 | 3844 |
| 3799 class BlinkHTMLTableCaptionElement {} | 3845 class BlinkHTMLTableCaptionElement {} |
| 3800 | 3846 |
| 3801 class BlinkHTMLTableCellElement { | 3847 class BlinkHTMLTableCellElement { |
| 3802 static cellIndex_Getter(mthis) native "HTMLTableCellElement_cellIndex_Getter"; | 3848 static cellIndex_Getter(mthis) native "HTMLTableCellElement_cellIndex_Getter"; |
| 3803 | 3849 |
| 3804 static colSpan_Getter(mthis) native "HTMLTableCellElement_colSpan_Getter"; | 3850 static colSpan_Getter(mthis) native "HTMLTableCellElement_colSpan_Getter"; |
| 3805 | 3851 |
| 3806 static colSpan_Setter_long(mthis, value) native "HTMLTableCellElement_colSpan_
Setter"; | 3852 static colSpan_Setter(mthis, value) native "HTMLTableCellElement_colSpan_Sette
r"; |
| 3807 | 3853 |
| 3808 static headers_Getter(mthis) native "HTMLTableCellElement_headers_Getter"; | 3854 static headers_Getter(mthis) native "HTMLTableCellElement_headers_Getter"; |
| 3809 | 3855 |
| 3810 static headers_Setter_DOMString(mthis, value) native "HTMLTableCellElement_hea
ders_Setter"; | 3856 static headers_Setter(mthis, value) native "HTMLTableCellElement_headers_Sette
r"; |
| 3811 | 3857 |
| 3812 static rowSpan_Getter(mthis) native "HTMLTableCellElement_rowSpan_Getter"; | 3858 static rowSpan_Getter(mthis) native "HTMLTableCellElement_rowSpan_Getter"; |
| 3813 | 3859 |
| 3814 static rowSpan_Setter_long(mthis, value) native "HTMLTableCellElement_rowSpan_
Setter"; | 3860 static rowSpan_Setter(mthis, value) native "HTMLTableCellElement_rowSpan_Sette
r"; |
| 3815 } | 3861 } |
| 3816 | 3862 |
| 3817 class BlinkHTMLTableColElement { | 3863 class BlinkHTMLTableColElement { |
| 3818 static span_Getter(mthis) native "HTMLTableColElement_span_Getter"; | 3864 static span_Getter(mthis) native "HTMLTableColElement_span_Getter"; |
| 3819 | 3865 |
| 3820 static span_Setter_long(mthis, value) native "HTMLTableColElement_span_Setter"
; | 3866 static span_Setter(mthis, value) native "HTMLTableColElement_span_Setter"; |
| 3821 } | 3867 } |
| 3822 | 3868 |
| 3823 class BlinkHTMLTableElement { | 3869 class BlinkHTMLTableElement { |
| 3824 static caption_Getter(mthis) native "HTMLTableElement_caption_Getter"; | 3870 static caption_Getter(mthis) native "HTMLTableElement_caption_Getter"; |
| 3825 | 3871 |
| 3826 static caption_Setter_HTMLTableCaptionElement(mthis, value) native "HTMLTableE
lement_caption_Setter"; | 3872 static caption_Setter(mthis, value) native "HTMLTableElement_caption_Setter"; |
| 3827 | 3873 |
| 3828 static rows_Getter(mthis) native "HTMLTableElement_rows_Getter"; | 3874 static rows_Getter(mthis) native "HTMLTableElement_rows_Getter"; |
| 3829 | 3875 |
| 3830 static tBodies_Getter(mthis) native "HTMLTableElement_tBodies_Getter"; | 3876 static tBodies_Getter(mthis) native "HTMLTableElement_tBodies_Getter"; |
| 3831 | 3877 |
| 3832 static tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Getter"; | 3878 static tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Getter"; |
| 3833 | 3879 |
| 3834 static tFoot_Setter_HTMLTableSectionElement(mthis, value) native "HTMLTableEle
ment_tFoot_Setter"; | 3880 static tFoot_Setter(mthis, value) native "HTMLTableElement_tFoot_Setter"; |
| 3835 | 3881 |
| 3836 static tHead_Getter(mthis) native "HTMLTableElement_tHead_Getter"; | 3882 static tHead_Getter(mthis) native "HTMLTableElement_tHead_Getter"; |
| 3837 | 3883 |
| 3838 static tHead_Setter_HTMLTableSectionElement(mthis, value) native "HTMLTableEle
ment_tHead_Setter"; | 3884 static tHead_Setter(mthis, value) native "HTMLTableElement_tHead_Setter"; |
| 3839 | 3885 |
| 3840 static createCaption_Callback(mthis) native "HTMLTableElement_createCaption_Ca
llback"; | 3886 static createCaption_Callback(mthis) native "HTMLTableElement_createCaption_Ca
llback"; |
| 3841 | 3887 |
| 3842 static createTBody_Callback(mthis) native "HTMLTableElement_createTBody_Callba
ck"; | 3888 static createTBody_Callback(mthis) native "HTMLTableElement_createTBody_Callba
ck"; |
| 3843 | 3889 |
| 3844 static createTFoot_Callback(mthis) native "HTMLTableElement_createTFoot_Callba
ck"; | 3890 static createTFoot_Callback(mthis) native "HTMLTableElement_createTFoot_Callba
ck"; |
| 3845 | 3891 |
| 3846 static createTHead_Callback(mthis) native "HTMLTableElement_createTHead_Callba
ck"; | 3892 static createTHead_Callback(mthis) native "HTMLTableElement_createTHead_Callba
ck"; |
| 3847 | 3893 |
| 3848 static deleteCaption_Callback(mthis) native "HTMLTableElement_deleteCaption_Ca
llback"; | 3894 static deleteCaption_Callback(mthis) native "HTMLTableElement_deleteCaption_Ca
llback"; |
| 3849 | 3895 |
| 3850 static deleteRow_Callback_long(mthis, index) native "HTMLTableElement_deleteRo
w_Callback_long"; | 3896 static deleteRow_Callback_1(mthis, index) native "HTMLTableElement_deleteRow_C
allback"; |
| 3851 | 3897 |
| 3852 static deleteTFoot_Callback(mthis) native "HTMLTableElement_deleteTFoot_Callba
ck"; | 3898 static deleteTFoot_Callback(mthis) native "HTMLTableElement_deleteTFoot_Callba
ck"; |
| 3853 | 3899 |
| 3854 static deleteTHead_Callback(mthis) native "HTMLTableElement_deleteTHead_Callba
ck"; | 3900 static deleteTHead_Callback(mthis) native "HTMLTableElement_deleteTHead_Callba
ck"; |
| 3855 | 3901 |
| 3856 static insertRow_Callback_long(mthis, index) native "HTMLTableElement_insertRo
w_Callback_long"; | 3902 static insertRow_Callback_1(mthis, index) native "HTMLTableElement_insertRow_C
allback"; |
| 3857 | 3903 |
| 3858 static insertRow_Callback(mthis) native "HTMLTableElement_insertRow_Callback"; | 3904 static insertRow_Callback(mthis) native "HTMLTableElement_insertRow_Callback"; |
| 3859 } | 3905 } |
| 3860 | 3906 |
| 3861 class BlinkHTMLTableRowElement { | 3907 class BlinkHTMLTableRowElement { |
| 3862 static cells_Getter(mthis) native "HTMLTableRowElement_cells_Getter"; | 3908 static cells_Getter(mthis) native "HTMLTableRowElement_cells_Getter"; |
| 3863 | 3909 |
| 3864 static rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter"; | 3910 static rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter"; |
| 3865 | 3911 |
| 3866 static sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowInd
ex_Getter"; | 3912 static sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowInd
ex_Getter"; |
| 3867 | 3913 |
| 3868 static deleteCell_Callback_long(mthis, index) native "HTMLTableRowElement_dele
teCell_Callback_long"; | 3914 static deleteCell_Callback_1(mthis, index) native "HTMLTableRowElement_deleteC
ell_Callback"; |
| 3869 | 3915 |
| 3870 static insertCell_Callback_long(mthis, index) native "HTMLTableRowElement_inse
rtCell_Callback_long"; | 3916 static insertCell_Callback_1(mthis, index) native "HTMLTableRowElement_insertC
ell_Callback"; |
| 3871 | 3917 |
| 3872 static insertCell_Callback(mthis) native "HTMLTableRowElement_insertCell_Callb
ack"; | 3918 static insertCell_Callback(mthis) native "HTMLTableRowElement_insertCell_Callb
ack"; |
| 3873 } | 3919 } |
| 3874 | 3920 |
| 3875 class BlinkHTMLTableSectionElement { | 3921 class BlinkHTMLTableSectionElement { |
| 3876 static rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter"; | 3922 static rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter"; |
| 3877 | 3923 |
| 3878 static deleteRow_Callback_long(mthis, index) native "HTMLTableSectionElement_d
eleteRow_Callback_long"; | 3924 static deleteRow_Callback_1(mthis, index) native "HTMLTableSectionElement_dele
teRow_Callback"; |
| 3879 | 3925 |
| 3880 static insertRow_Callback_long(mthis, index) native "HTMLTableSectionElement_i
nsertRow_Callback_long"; | 3926 static insertRow_Callback_1(mthis, index) native "HTMLTableSectionElement_inse
rtRow_Callback"; |
| 3881 | 3927 |
| 3882 static insertRow_Callback(mthis) native "HTMLTableSectionElement_insertRow_Cal
lback"; | 3928 static insertRow_Callback(mthis) native "HTMLTableSectionElement_insertRow_Cal
lback"; |
| 3883 } | 3929 } |
| 3884 | 3930 |
| 3885 class BlinkHTMLTemplateElement { | 3931 class BlinkHTMLTemplateElement { |
| 3886 static content_Getter(mthis) native "HTMLTemplateElement_content_Getter"; | 3932 static content_Getter(mthis) native "HTMLTemplateElement_content_Getter"; |
| 3887 } | 3933 } |
| 3888 | 3934 |
| 3889 class BlinkHTMLTextAreaElement { | 3935 class BlinkHTMLTextAreaElement { |
| 3890 static autofocus_Getter(mthis) native "HTMLTextAreaElement_autofocus_Getter"; | 3936 static autofocus_Getter(mthis) native "HTMLTextAreaElement_autofocus_Getter"; |
| 3891 | 3937 |
| 3892 static autofocus_Setter_boolean(mthis, value) native "HTMLTextAreaElement_auto
focus_Setter"; | 3938 static autofocus_Setter(mthis, value) native "HTMLTextAreaElement_autofocus_Se
tter"; |
| 3893 | 3939 |
| 3894 static cols_Getter(mthis) native "HTMLTextAreaElement_cols_Getter"; | 3940 static cols_Getter(mthis) native "HTMLTextAreaElement_cols_Getter"; |
| 3895 | 3941 |
| 3896 static cols_Setter_long(mthis, value) native "HTMLTextAreaElement_cols_Setter"
; | 3942 static cols_Setter(mthis, value) native "HTMLTextAreaElement_cols_Setter"; |
| 3897 | 3943 |
| 3898 static defaultValue_Getter(mthis) native "HTMLTextAreaElement_defaultValue_Get
ter"; | 3944 static defaultValue_Getter(mthis) native "HTMLTextAreaElement_defaultValue_Get
ter"; |
| 3899 | 3945 |
| 3900 static defaultValue_Setter_DOMString(mthis, value) native "HTMLTextAreaElement
_defaultValue_Setter"; | 3946 static defaultValue_Setter(mthis, value) native "HTMLTextAreaElement_defaultVa
lue_Setter"; |
| 3901 | 3947 |
| 3902 static dirName_Getter(mthis) native "HTMLTextAreaElement_dirName_Getter"; | 3948 static dirName_Getter(mthis) native "HTMLTextAreaElement_dirName_Getter"; |
| 3903 | 3949 |
| 3904 static dirName_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_dirN
ame_Setter"; | 3950 static dirName_Setter(mthis, value) native "HTMLTextAreaElement_dirName_Setter
"; |
| 3905 | 3951 |
| 3906 static disabled_Getter(mthis) native "HTMLTextAreaElement_disabled_Getter"; | 3952 static disabled_Getter(mthis) native "HTMLTextAreaElement_disabled_Getter"; |
| 3907 | 3953 |
| 3908 static disabled_Setter_boolean(mthis, value) native "HTMLTextAreaElement_disab
led_Setter"; | 3954 static disabled_Setter(mthis, value) native "HTMLTextAreaElement_disabled_Sett
er"; |
| 3909 | 3955 |
| 3910 static form_Getter(mthis) native "HTMLTextAreaElement_form_Getter"; | 3956 static form_Getter(mthis) native "HTMLTextAreaElement_form_Getter"; |
| 3911 | 3957 |
| 3912 static inputMode_Getter(mthis) native "HTMLTextAreaElement_inputMode_Getter"; | 3958 static inputMode_Getter(mthis) native "HTMLTextAreaElement_inputMode_Getter"; |
| 3913 | 3959 |
| 3914 static inputMode_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_in
putMode_Setter"; | 3960 static inputMode_Setter(mthis, value) native "HTMLTextAreaElement_inputMode_Se
tter"; |
| 3915 | 3961 |
| 3916 static labels_Getter(mthis) native "HTMLTextAreaElement_labels_Getter"; | 3962 static labels_Getter(mthis) native "HTMLTextAreaElement_labels_Getter"; |
| 3917 | 3963 |
| 3918 static maxLength_Getter(mthis) native "HTMLTextAreaElement_maxLength_Getter"; | 3964 static maxLength_Getter(mthis) native "HTMLTextAreaElement_maxLength_Getter"; |
| 3919 | 3965 |
| 3920 static maxLength_Setter_long(mthis, value) native "HTMLTextAreaElement_maxLeng
th_Setter"; | 3966 static maxLength_Setter(mthis, value) native "HTMLTextAreaElement_maxLength_Se
tter"; |
| 3921 | 3967 |
| 3922 static name_Getter(mthis) native "HTMLTextAreaElement_name_Getter"; | 3968 static name_Getter(mthis) native "HTMLTextAreaElement_name_Getter"; |
| 3923 | 3969 |
| 3924 static name_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_name_Se
tter"; | 3970 static name_Setter(mthis, value) native "HTMLTextAreaElement_name_Setter"; |
| 3925 | 3971 |
| 3926 static placeholder_Getter(mthis) native "HTMLTextAreaElement_placeholder_Gette
r"; | 3972 static placeholder_Getter(mthis) native "HTMLTextAreaElement_placeholder_Gette
r"; |
| 3927 | 3973 |
| 3928 static placeholder_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_
placeholder_Setter"; | 3974 static placeholder_Setter(mthis, value) native "HTMLTextAreaElement_placeholde
r_Setter"; |
| 3929 | 3975 |
| 3930 static readOnly_Getter(mthis) native "HTMLTextAreaElement_readOnly_Getter"; | 3976 static readOnly_Getter(mthis) native "HTMLTextAreaElement_readOnly_Getter"; |
| 3931 | 3977 |
| 3932 static readOnly_Setter_boolean(mthis, value) native "HTMLTextAreaElement_readO
nly_Setter"; | 3978 static readOnly_Setter(mthis, value) native "HTMLTextAreaElement_readOnly_Sett
er"; |
| 3933 | 3979 |
| 3934 static required_Getter(mthis) native "HTMLTextAreaElement_required_Getter"; | 3980 static required_Getter(mthis) native "HTMLTextAreaElement_required_Getter"; |
| 3935 | 3981 |
| 3936 static required_Setter_boolean(mthis, value) native "HTMLTextAreaElement_requi
red_Setter"; | 3982 static required_Setter(mthis, value) native "HTMLTextAreaElement_required_Sett
er"; |
| 3937 | 3983 |
| 3938 static rows_Getter(mthis) native "HTMLTextAreaElement_rows_Getter"; | 3984 static rows_Getter(mthis) native "HTMLTextAreaElement_rows_Getter"; |
| 3939 | 3985 |
| 3940 static rows_Setter_long(mthis, value) native "HTMLTextAreaElement_rows_Setter"
; | 3986 static rows_Setter(mthis, value) native "HTMLTextAreaElement_rows_Setter"; |
| 3941 | 3987 |
| 3942 static selectionDirection_Getter(mthis) native "HTMLTextAreaElement_selectionD
irection_Getter"; | 3988 static selectionDirection_Getter(mthis) native "HTMLTextAreaElement_selectionD
irection_Getter"; |
| 3943 | 3989 |
| 3944 static selectionDirection_Setter_DOMString(mthis, value) native "HTMLTextAreaE
lement_selectionDirection_Setter"; | 3990 static selectionDirection_Setter(mthis, value) native "HTMLTextAreaElement_sel
ectionDirection_Setter"; |
| 3945 | 3991 |
| 3946 static selectionEnd_Getter(mthis) native "HTMLTextAreaElement_selectionEnd_Get
ter"; | 3992 static selectionEnd_Getter(mthis) native "HTMLTextAreaElement_selectionEnd_Get
ter"; |
| 3947 | 3993 |
| 3948 static selectionEnd_Setter_long(mthis, value) native "HTMLTextAreaElement_sele
ctionEnd_Setter"; | 3994 static selectionEnd_Setter(mthis, value) native "HTMLTextAreaElement_selection
End_Setter"; |
| 3949 | 3995 |
| 3950 static selectionStart_Getter(mthis) native "HTMLTextAreaElement_selectionStart
_Getter"; | 3996 static selectionStart_Getter(mthis) native "HTMLTextAreaElement_selectionStart
_Getter"; |
| 3951 | 3997 |
| 3952 static selectionStart_Setter_long(mthis, value) native "HTMLTextAreaElement_se
lectionStart_Setter"; | 3998 static selectionStart_Setter(mthis, value) native "HTMLTextAreaElement_selecti
onStart_Setter"; |
| 3953 | 3999 |
| 3954 static textLength_Getter(mthis) native "HTMLTextAreaElement_textLength_Getter"
; | 4000 static textLength_Getter(mthis) native "HTMLTextAreaElement_textLength_Getter"
; |
| 3955 | 4001 |
| 3956 static type_Getter(mthis) native "HTMLTextAreaElement_type_Getter"; | 4002 static type_Getter(mthis) native "HTMLTextAreaElement_type_Getter"; |
| 3957 | 4003 |
| 3958 static validationMessage_Getter(mthis) native "HTMLTextAreaElement_validationM
essage_Getter"; | 4004 static validationMessage_Getter(mthis) native "HTMLTextAreaElement_validationM
essage_Getter"; |
| 3959 | 4005 |
| 3960 static validity_Getter(mthis) native "HTMLTextAreaElement_validity_Getter"; | 4006 static validity_Getter(mthis) native "HTMLTextAreaElement_validity_Getter"; |
| 3961 | 4007 |
| 3962 static value_Getter(mthis) native "HTMLTextAreaElement_value_Getter"; | 4008 static value_Getter(mthis) native "HTMLTextAreaElement_value_Getter"; |
| 3963 | 4009 |
| 3964 static value_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_value_
Setter"; | 4010 static value_Setter(mthis, value) native "HTMLTextAreaElement_value_Setter"; |
| 3965 | 4011 |
| 3966 static willValidate_Getter(mthis) native "HTMLTextAreaElement_willValidate_Get
ter"; | 4012 static willValidate_Getter(mthis) native "HTMLTextAreaElement_willValidate_Get
ter"; |
| 3967 | 4013 |
| 3968 static wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_Getter"; | 4014 static wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_Getter"; |
| 3969 | 4015 |
| 3970 static wrap_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_wrap_Se
tter"; | 4016 static wrap_Setter(mthis, value) native "HTMLTextAreaElement_wrap_Setter"; |
| 3971 | 4017 |
| 3972 static checkValidity_Callback(mthis) native "HTMLTextAreaElement_checkValidity
_Callback"; | 4018 static checkValidity_Callback(mthis) native "HTMLTextAreaElement_checkValidity
_Callback"; |
| 3973 | 4019 |
| 3974 static select_Callback(mthis) native "HTMLTextAreaElement_select_Callback"; | 4020 static select_Callback(mthis) native "HTMLTextAreaElement_select_Callback"; |
| 3975 | 4021 |
| 3976 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLTextArea
Element_setCustomValidity_Callback_DOMString"; | 4022 static setCustomValidity_Callback_1(mthis, error) native "HTMLTextAreaElement_
setCustomValidity_Callback"; |
| 3977 | 4023 |
| 3978 static setRangeText_Callback_DOMString(mthis, replacement) native "HTMLTextAre
aElement_setRangeText_Callback_DOMString"; | 4024 static setRangeText_Callback_1(mthis, replacement) native "HTMLTextAreaElement
_setRangeText_Callback"; |
| 3979 | 4025 |
| 3980 static setRangeText_Callback_DOMString_ul_ul_DOMString(mthis, replacement, sta
rt, end, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback_DOMStr
ing_unsigned long_unsigned long_DOMString"; | 4026 static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode)
native "HTMLTextAreaElement_setRangeText_Callback"; |
| 3981 | 4027 |
| 3982 static setSelectionRange_Callback_long_long_DOMString(mthis, start, end, direc
tion) native "HTMLTextAreaElement_setSelectionRange_Callback_long_long_DOMString
"; | 4028 static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTML
TextAreaElement_setSelectionRange_Callback"; |
| 3983 | 4029 |
| 3984 static setSelectionRange_Callback_long_long(mthis, start, end) native "HTMLTex
tAreaElement_setSelectionRange_Callback_long_long"; | 4030 static setSelectionRange_Callback_2(mthis, start, end) native "HTMLTextAreaEle
ment_setSelectionRange_Callback"; |
| 3985 } | 4031 } |
| 3986 | 4032 |
| 3987 class BlinkHTMLTitleElement {} | 4033 class BlinkHTMLTitleElement {} |
| 3988 | 4034 |
| 3989 class BlinkHTMLTrackElement { | 4035 class BlinkHTMLTrackElement { |
| 3990 static default_Getter(mthis) native "HTMLTrackElement_default_Getter"; | 4036 static default_Getter(mthis) native "HTMLTrackElement_default_Getter"; |
| 3991 | 4037 |
| 3992 static default_Setter_boolean(mthis, value) native "HTMLTrackElement_default_S
etter"; | 4038 static default_Setter(mthis, value) native "HTMLTrackElement_default_Setter"; |
| 3993 | 4039 |
| 3994 static integrity_Getter(mthis) native "HTMLTrackElement_integrity_Getter"; | 4040 static integrity_Getter(mthis) native "HTMLTrackElement_integrity_Getter"; |
| 3995 | 4041 |
| 3996 static integrity_Setter_DOMString(mthis, value) native "HTMLTrackElement_integ
rity_Setter"; | 4042 static integrity_Setter(mthis, value) native "HTMLTrackElement_integrity_Sette
r"; |
| 3997 | 4043 |
| 3998 static kind_Getter(mthis) native "HTMLTrackElement_kind_Getter"; | 4044 static kind_Getter(mthis) native "HTMLTrackElement_kind_Getter"; |
| 3999 | 4045 |
| 4000 static kind_Setter_DOMString(mthis, value) native "HTMLTrackElement_kind_Sette
r"; | 4046 static kind_Setter(mthis, value) native "HTMLTrackElement_kind_Setter"; |
| 4001 | 4047 |
| 4002 static label_Getter(mthis) native "HTMLTrackElement_label_Getter"; | 4048 static label_Getter(mthis) native "HTMLTrackElement_label_Getter"; |
| 4003 | 4049 |
| 4004 static label_Setter_DOMString(mthis, value) native "HTMLTrackElement_label_Set
ter"; | 4050 static label_Setter(mthis, value) native "HTMLTrackElement_label_Setter"; |
| 4005 | 4051 |
| 4006 static readyState_Getter(mthis) native "HTMLTrackElement_readyState_Getter"; | 4052 static readyState_Getter(mthis) native "HTMLTrackElement_readyState_Getter"; |
| 4007 | 4053 |
| 4008 static src_Getter(mthis) native "HTMLTrackElement_src_Getter"; | 4054 static src_Getter(mthis) native "HTMLTrackElement_src_Getter"; |
| 4009 | 4055 |
| 4010 static src_Setter_DOMString(mthis, value) native "HTMLTrackElement_src_Setter"
; | 4056 static src_Setter(mthis, value) native "HTMLTrackElement_src_Setter"; |
| 4011 | 4057 |
| 4012 static srclang_Getter(mthis) native "HTMLTrackElement_srclang_Getter"; | 4058 static srclang_Getter(mthis) native "HTMLTrackElement_srclang_Getter"; |
| 4013 | 4059 |
| 4014 static srclang_Setter_DOMString(mthis, value) native "HTMLTrackElement_srclang
_Setter"; | 4060 static srclang_Setter(mthis, value) native "HTMLTrackElement_srclang_Setter"; |
| 4015 | 4061 |
| 4016 static track_Getter(mthis) native "HTMLTrackElement_track_Getter"; | 4062 static track_Getter(mthis) native "HTMLTrackElement_track_Getter"; |
| 4017 } | 4063 } |
| 4018 | 4064 |
| 4019 class BlinkHTMLUListElement {} | 4065 class BlinkHTMLUListElement {} |
| 4020 | 4066 |
| 4021 class BlinkHTMLUnknownElement {} | 4067 class BlinkHTMLUnknownElement {} |
| 4022 | 4068 |
| 4023 class BlinkHTMLVideoElement { | 4069 class BlinkHTMLVideoElement { |
| 4024 static height_Getter(mthis) native "HTMLVideoElement_height_Getter"; | 4070 static height_Getter(mthis) native "HTMLVideoElement_height_Getter"; |
| 4025 | 4071 |
| 4026 static height_Setter_ul(mthis, value) native "HTMLVideoElement_height_Setter"; | 4072 static height_Setter(mthis, value) native "HTMLVideoElement_height_Setter"; |
| 4027 | 4073 |
| 4028 static poster_Getter(mthis) native "HTMLVideoElement_poster_Getter"; | 4074 static poster_Getter(mthis) native "HTMLVideoElement_poster_Getter"; |
| 4029 | 4075 |
| 4030 static poster_Setter_DOMString(mthis, value) native "HTMLVideoElement_poster_S
etter"; | 4076 static poster_Setter(mthis, value) native "HTMLVideoElement_poster_Setter"; |
| 4031 | 4077 |
| 4032 static videoHeight_Getter(mthis) native "HTMLVideoElement_videoHeight_Getter"; | 4078 static videoHeight_Getter(mthis) native "HTMLVideoElement_videoHeight_Getter"; |
| 4033 | 4079 |
| 4034 static videoWidth_Getter(mthis) native "HTMLVideoElement_videoWidth_Getter"; | 4080 static videoWidth_Getter(mthis) native "HTMLVideoElement_videoWidth_Getter"; |
| 4035 | 4081 |
| 4036 static webkitDecodedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDe
codedFrameCount_Getter"; | 4082 static webkitDecodedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDe
codedFrameCount_Getter"; |
| 4037 | 4083 |
| 4038 static webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDr
oppedFrameCount_Getter"; | 4084 static webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDr
oppedFrameCount_Getter"; |
| 4039 | 4085 |
| 4040 static width_Getter(mthis) native "HTMLVideoElement_width_Getter"; | 4086 static width_Getter(mthis) native "HTMLVideoElement_width_Getter"; |
| 4041 | 4087 |
| 4042 static width_Setter_ul(mthis, value) native "HTMLVideoElement_width_Setter"; | 4088 static width_Setter(mthis, value) native "HTMLVideoElement_width_Setter"; |
| 4043 | 4089 |
| 4044 static getVideoPlaybackQuality_Callback(mthis) native "HTMLVideoElement_getVid
eoPlaybackQuality_Callback"; | 4090 static getVideoPlaybackQuality_Callback(mthis) native "HTMLVideoElement_getVid
eoPlaybackQuality_Callback"; |
| 4045 | 4091 |
| 4046 static webkitEnterFullscreen_Callback(mthis) native "HTMLVideoElement_webkitEn
terFullscreen_Callback"; | 4092 static webkitEnterFullscreen_Callback(mthis) native "HTMLVideoElement_webkitEn
terFullscreen_Callback"; |
| 4047 | 4093 |
| 4048 static webkitExitFullscreen_Callback(mthis) native "HTMLVideoElement_webkitExi
tFullscreen_Callback"; | 4094 static webkitExitFullscreen_Callback(mthis) native "HTMLVideoElement_webkitExi
tFullscreen_Callback"; |
| 4049 } | 4095 } |
| 4050 | 4096 |
| 4051 class BlinkHashChangeEvent { | 4097 class BlinkHashChangeEvent { |
| 4052 static constructorCallback(type, options) native "HashChangeEvent_constructorC
allback"; | 4098 static constructorCallback(type, options) native "HashChangeEvent_constructorC
allback"; |
| 4053 | 4099 |
| 4054 static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter"; | 4100 static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter"; |
| 4055 | 4101 |
| 4056 static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter"; | 4102 static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter"; |
| 4057 | 4103 |
| 4058 static initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMStr
ing(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_
initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString"; | 4104 static initHashChangeEvent_Callback_5(mthis, type, canBubble, cancelable, oldU
RL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback"; |
| 4059 } | 4105 } |
| 4060 | 4106 |
| 4061 class BlinkHeaders { | 4107 class BlinkHeaders { |
| 4062 static constructorCallback() native "Headers_constructorCallback"; | 4108 static constructorCallback() native "Headers_constructorCallback"; |
| 4063 | 4109 |
| 4064 static constructorCallback_Headers(input) native "Headers_constructorCallback_
Headers"; | 4110 static constructorCallback_1(input) native "Headers_constructorCallback"; |
| 4065 | |
| 4066 static constructorCallback_Dictionary(input) native "Headers_constructorCallba
ck_Dictionary"; | |
| 4067 | 4111 |
| 4068 static size_Getter(mthis) native "Headers_size_Getter"; | 4112 static size_Getter(mthis) native "Headers_size_Getter"; |
| 4069 | 4113 |
| 4070 static forEach_Callback_HeadersForEachCallback_ScriptValue(mthis, callback, th
isArg) native "Headers_forEach_Callback_HeadersForEachCallback_ScriptValue"; | 4114 static forEach_Callback_2(mthis, callback, thisArg) native "Headers_forEach_Ca
llback"; |
| 4071 | 4115 |
| 4072 static forEach_Callback_HeadersForEachCallback(mthis, callback) native "Header
s_forEach_Callback_HeadersForEachCallback"; | 4116 static forEach_Callback_1(mthis, callback) native "Headers_forEach_Callback"; |
| 4073 } | 4117 } |
| 4074 | 4118 |
| 4075 class BlinkHistory { | 4119 class BlinkHistory { |
| 4076 static length_Getter(mthis) native "History_length_Getter"; | 4120 static length_Getter(mthis) native "History_length_Getter"; |
| 4077 | 4121 |
| 4078 static state_Getter(mthis) native "History_state_Getter"; | 4122 static state_Getter(mthis) native "History_state_Getter"; |
| 4079 | 4123 |
| 4080 static back_Callback(mthis) native "History_back_Callback"; | 4124 static back_Callback(mthis) native "History_back_Callback"; |
| 4081 | 4125 |
| 4082 static forward_Callback(mthis) native "History_forward_Callback"; | 4126 static forward_Callback(mthis) native "History_forward_Callback"; |
| 4083 | 4127 |
| 4084 static go_Callback_long(mthis, distance) native "History_go_Callback_long"; | 4128 static go_Callback_1(mthis, distance) native "History_go_Callback"; |
| 4085 | 4129 |
| 4086 static pushState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title,
url) native "History_pushState_Callback"; | 4130 static pushState_Callback_3(mthis, data, title, url) native "History_pushState
_Callback"; |
| 4087 | 4131 |
| 4088 static replaceState_Callback_ScriptValue_DOMString_DOMString(mthis, data, titl
e, url) native "History_replaceState_Callback"; | 4132 static replaceState_Callback_3(mthis, data, title, url) native "History_replac
eState_Callback"; |
| 4089 } | 4133 } |
| 4090 | 4134 |
| 4091 class BlinkIDBCursor { | 4135 class BlinkIDBCursor { |
| 4092 static direction_Getter(mthis) native "IDBCursor_direction_Getter"; | 4136 static direction_Getter(mthis) native "IDBCursor_direction_Getter"; |
| 4093 | 4137 |
| 4094 static key_Getter(mthis) native "IDBCursor_key_Getter"; | 4138 static key_Getter(mthis) native "IDBCursor_key_Getter"; |
| 4095 | 4139 |
| 4096 static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; | 4140 static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; |
| 4097 | 4141 |
| 4098 static source_Getter(mthis) native "IDBCursor_source_Getter"; | 4142 static source_Getter(mthis) native "IDBCursor_source_Getter"; |
| 4099 | 4143 |
| 4100 static advance_Callback_ul(mthis, count) native "IDBCursor_advance_Callback_un
signed long"; | 4144 static advance_Callback_1(mthis, count) native "IDBCursor_advance_Callback"; |
| 4101 | 4145 |
| 4102 static continuePrimaryKey_Callback_ScriptValue_ScriptValue(mthis, key, primary
Key) native "IDBCursor_continuePrimaryKey_Callback_ScriptValue_ScriptValue"; | 4146 static continuePrimaryKey_Callback_2(mthis, key, primaryKey) native "IDBCursor
_continuePrimaryKey_Callback"; |
| 4103 | 4147 |
| 4104 static delete_Callback(mthis) native "IDBCursor_delete_Callback"; | 4148 static delete_Callback(mthis) native "IDBCursor_delete_Callback"; |
| 4105 | 4149 |
| 4106 static continue_Callback_ScriptValue(mthis, key) native "IDBCursor_continue_Ca
llback_ScriptValue"; | 4150 static continue_Callback_1(mthis, key) native "IDBCursor_continue_Callback"; |
| 4107 | 4151 |
| 4108 static update_Callback_ScriptValue(mthis, value) native "IDBCursor_update_Call
back_ScriptValue"; | 4152 static continue_Callback(mthis) native "IDBCursor_continue_Callback"; |
| 4153 |
| 4154 static update_Callback_1(mthis, value) native "IDBCursor_update_Callback"; |
| 4109 } | 4155 } |
| 4110 | 4156 |
| 4111 class BlinkIDBCursorWithValue { | 4157 class BlinkIDBCursorWithValue { |
| 4112 static value_Getter(mthis) native "IDBCursorWithValue_value_Getter"; | 4158 static value_Getter(mthis) native "IDBCursorWithValue_value_Getter"; |
| 4113 } | 4159 } |
| 4114 | 4160 |
| 4115 class BlinkIDBDatabase { | 4161 class BlinkIDBDatabase { |
| 4116 static name_Getter(mthis) native "IDBDatabase_name_Getter"; | 4162 static name_Getter(mthis) native "IDBDatabase_name_Getter"; |
| 4117 | 4163 |
| 4118 static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Get
ter"; | 4164 static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Get
ter"; |
| 4119 | 4165 |
| 4120 static version_Getter(mthis) native "IDBDatabase_version_Getter"; | 4166 static version_Getter(mthis) native "IDBDatabase_version_Getter"; |
| 4121 | 4167 |
| 4122 static close_Callback(mthis) native "IDBDatabase_close_Callback"; | 4168 static close_Callback(mthis) native "IDBDatabase_close_Callback"; |
| 4123 | 4169 |
| 4124 static createObjectStore_Callback_DOMString_Dictionary(mthis, name, options) n
ative "IDBDatabase_createObjectStore_Callback_DOMString_Dictionary"; | 4170 static createObjectStore_Callback_2(mthis, name, options) native "IDBDatabase_
createObjectStore_Callback"; |
| 4125 | 4171 |
| 4126 static deleteObjectStore_Callback_DOMString(mthis, name) native "IDBDatabase_d
eleteObjectStore_Callback_DOMString"; | 4172 static createObjectStore_Callback_1(mthis, name) native "IDBDatabase_createObj
ectStore_Callback"; |
| 4127 | 4173 |
| 4128 static transaction_Callback_DOMString(mthis, storeName_OR_storeNames) native "
IDBDatabase_transaction_Callback_DOMString"; | 4174 static deleteObjectStore_Callback_1(mthis, name) native "IDBDatabase_deleteObj
ectStore_Callback"; |
| 4129 | 4175 |
| 4130 static transaction_Callback_DOMString_DOMString(mthis, storeName_OR_storeNames
, mode) native "IDBDatabase_transaction_Callback_DOMString_DOMString"; | 4176 static transaction_Callback_1(mthis, storeName_OR_storeNames) native "IDBDatab
ase_transaction_Callback"; |
| 4131 | 4177 |
| 4132 static transaction_Callback_SEQ_DOMString_SEQ(mthis, storeName_OR_storeNames)
native "IDBDatabase_transaction_Callback_sequence<DOMString>"; | 4178 static transaction_Callback_2(mthis, storeName_OR_storeNames, mode) native "ID
BDatabase_transaction_Callback"; |
| 4133 | |
| 4134 static transaction_Callback_SEQ_DOMString_SEQ_DOMString(mthis, storeName_OR_st
oreNames, mode) native "IDBDatabase_transaction_Callback_sequence<DOMString>_DOM
String"; | |
| 4135 | |
| 4136 static transaction_Callback_DOMStringList(mthis, storeName_OR_storeNames) nati
ve "IDBDatabase_transaction_Callback_DOMStringList"; | |
| 4137 | |
| 4138 static transaction_Callback_DOMStringList_DOMString(mthis, storeName_OR_storeN
ames, mode) native "IDBDatabase_transaction_Callback_DOMStringList_DOMString"; | |
| 4139 } | 4179 } |
| 4140 | 4180 |
| 4141 class BlinkIDBFactory { | 4181 class BlinkIDBFactory { |
| 4142 static cmp_Callback_ScriptValue_ScriptValue(mthis, first, second) native "IDBF
actory_cmp_Callback_ScriptValue_ScriptValue"; | 4182 static cmp_Callback_2(mthis, first, second) native "IDBFactory_cmp_Callback"; |
| 4143 | 4183 |
| 4144 static deleteDatabase_Callback_DOMString(mthis, name) native "IDBFactory_delet
eDatabase_Callback_DOMString"; | 4184 static deleteDatabase_Callback_1(mthis, name) native "IDBFactory_deleteDatabas
e_Callback"; |
| 4145 | 4185 |
| 4146 static open_Callback_DOMString_ull(mthis, name, version) native "IDBFactory_op
en_Callback_DOMString_unsigned long long"; | 4186 static open_Callback_2(mthis, name, version) native "IDBFactory_open_Callback"
; |
| 4147 | 4187 |
| 4148 static open_Callback_DOMString(mthis, name) native "IDBFactory_open_Callback_D
OMString"; | 4188 static open_Callback_1(mthis, name) native "IDBFactory_open_Callback"; |
| 4149 | 4189 |
| 4150 static webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webkitGetData
baseNames_Callback"; | 4190 static webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webkitGetData
baseNames_Callback"; |
| 4151 } | 4191 } |
| 4152 | 4192 |
| 4153 class BlinkIDBIndex { | 4193 class BlinkIDBIndex { |
| 4154 static keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter"; | 4194 static keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter"; |
| 4155 | 4195 |
| 4156 static multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter"; | 4196 static multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter"; |
| 4157 | 4197 |
| 4158 static name_Getter(mthis) native "IDBIndex_name_Getter"; | 4198 static name_Getter(mthis) native "IDBIndex_name_Getter"; |
| 4159 | 4199 |
| 4160 static objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; | 4200 static objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; |
| 4161 | 4201 |
| 4162 static unique_Getter(mthis) native "IDBIndex_unique_Getter"; | 4202 static unique_Getter(mthis) native "IDBIndex_unique_Getter"; |
| 4163 | 4203 |
| 4164 static count_Callback_ScriptValue(mthis, key) native "IDBIndex_count_Callback_
ScriptValue"; | 4204 static count_Callback_1(mthis, key) native "IDBIndex_count_Callback"; |
| 4165 | 4205 |
| 4166 static get_Callback_ScriptValue(mthis, key) native "IDBIndex_get_Callback_Scri
ptValue"; | 4206 static get_Callback_1(mthis, key) native "IDBIndex_get_Callback"; |
| 4167 | 4207 |
| 4168 static getKey_Callback_ScriptValue(mthis, key) native "IDBIndex_getKey_Callbac
k_ScriptValue"; | 4208 static getKey_Callback_1(mthis, key) native "IDBIndex_getKey_Callback"; |
| 4169 | 4209 |
| 4170 static openCursor_Callback_ScriptValue_DOMString(mthis, range, direction) nati
ve "IDBIndex_openCursor_Callback_ScriptValue_DOMString"; | 4210 static openCursor_Callback_2(mthis, range, direction) native "IDBIndex_openCur
sor_Callback"; |
| 4171 | 4211 |
| 4172 static openCursor_Callback_ScriptValue(mthis, range) native "IDBIndex_openCurs
or_Callback_ScriptValue"; | 4212 static openCursor_Callback_1(mthis, range) native "IDBIndex_openCursor_Callbac
k"; |
| 4173 | 4213 |
| 4174 static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) n
ative "IDBIndex_openKeyCursor_Callback_ScriptValue_DOMString"; | 4214 static openKeyCursor_Callback_2(mthis, range, direction) native "IDBIndex_open
KeyCursor_Callback"; |
| 4175 | 4215 |
| 4176 static openKeyCursor_Callback_ScriptValue(mthis, range) native "IDBIndex_openK
eyCursor_Callback_ScriptValue"; | 4216 static openKeyCursor_Callback_1(mthis, range) native "IDBIndex_openKeyCursor_C
allback"; |
| 4177 } | 4217 } |
| 4178 | 4218 |
| 4179 class BlinkIDBKeyRange { | 4219 class BlinkIDBKeyRange { |
| 4180 static lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; | 4220 static lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; |
| 4181 | 4221 |
| 4182 static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter"; | 4222 static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter"; |
| 4183 | 4223 |
| 4184 static upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; | 4224 static upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; |
| 4185 | 4225 |
| 4186 static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter"; | 4226 static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter"; |
| 4187 | 4227 |
| 4188 static bound_Callback_ScriptValue_ScriptValue_boolean_boolean(lower, upper, lo
werOpen, upperOpen) native "IDBKeyRange_bound_Callback_ScriptValue_ScriptValue_b
oolean_boolean"; | 4228 static bound_Callback_4(lower, upper, lowerOpen, upperOpen) native "IDBKeyRang
e_bound_Callback"; |
| 4189 | 4229 |
| 4190 static lowerBound_Callback_ScriptValue_boolean(bound, open) native "IDBKeyRang
e_lowerBound_Callback_ScriptValue_boolean"; | 4230 static bound_Callback_3(lower, upper, lowerOpen) native "IDBKeyRange_bound_Cal
lback"; |
| 4191 | 4231 |
| 4192 static only_Callback_ScriptValue(value) native "IDBKeyRange_only_Callback_Scri
ptValue"; | 4232 static bound_Callback_2(lower, upper) native "IDBKeyRange_bound_Callback"; |
| 4193 | 4233 |
| 4194 static upperBound_Callback_ScriptValue_boolean(bound, open) native "IDBKeyRang
e_upperBound_Callback_ScriptValue_boolean"; | 4234 static lowerBound_Callback_2(bound, open) native "IDBKeyRange_lowerBound_Callb
ack"; |
| 4235 |
| 4236 static lowerBound_Callback_1(bound) native "IDBKeyRange_lowerBound_Callback"; |
| 4237 |
| 4238 static only_Callback_1(value) native "IDBKeyRange_only_Callback"; |
| 4239 |
| 4240 static upperBound_Callback_2(bound, open) native "IDBKeyRange_upperBound_Callb
ack"; |
| 4241 |
| 4242 static upperBound_Callback_1(bound) native "IDBKeyRange_upperBound_Callback"; |
| 4195 } | 4243 } |
| 4196 | 4244 |
| 4197 class BlinkIDBObjectStore { | 4245 class BlinkIDBObjectStore { |
| 4198 static autoIncrement_Getter(mthis) native "IDBObjectStore_autoIncrement_Getter
"; | 4246 static autoIncrement_Getter(mthis) native "IDBObjectStore_autoIncrement_Getter
"; |
| 4199 | 4247 |
| 4200 static indexNames_Getter(mthis) native "IDBObjectStore_indexNames_Getter"; | 4248 static indexNames_Getter(mthis) native "IDBObjectStore_indexNames_Getter"; |
| 4201 | 4249 |
| 4202 static keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Getter"; | 4250 static keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Getter"; |
| 4203 | 4251 |
| 4204 static name_Getter(mthis) native "IDBObjectStore_name_Getter"; | 4252 static name_Getter(mthis) native "IDBObjectStore_name_Getter"; |
| 4205 | 4253 |
| 4206 static transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter"; | 4254 static transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter"; |
| 4207 | 4255 |
| 4208 static add_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObje
ctStore_add_Callback_ScriptValue_ScriptValue"; | 4256 static add_Callback_2(mthis, value, key) native "IDBObjectStore_add_Callback"; |
| 4257 |
| 4258 static add_Callback_1(mthis, value) native "IDBObjectStore_add_Callback"; |
| 4209 | 4259 |
| 4210 static clear_Callback(mthis) native "IDBObjectStore_clear_Callback"; | 4260 static clear_Callback(mthis) native "IDBObjectStore_clear_Callback"; |
| 4211 | 4261 |
| 4212 static count_Callback_ScriptValue(mthis, key) native "IDBObjectStore_count_Cal
lback_ScriptValue"; | 4262 static count_Callback_1(mthis, key) native "IDBObjectStore_count_Callback"; |
| 4213 | 4263 |
| 4214 static createIndex_Callback_DOMString_DOMString_Dictionary(mthis, name, keyPat
h, options) native "IDBObjectStore_createIndex_Callback_DOMString_DOMString_Dict
ionary"; | 4264 static createIndex_Callback_2(mthis, name, keyPath) native "IDBObjectStore_cre
ateIndex_Callback"; |
| 4215 | 4265 |
| 4216 static createIndex_Callback_DOMString_SEQ_DOMString_SEQ_Dictionary(mthis, name
, keyPath, options) native "IDBObjectStore_createIndex_Callback_DOMString_sequen
ce<DOMString>_Dictionary"; | 4266 static createIndex_Callback_3(mthis, name, keyPath, options) native "IDBObject
Store_createIndex_Callback"; |
| 4217 | 4267 |
| 4218 static delete_Callback_ScriptValue(mthis, key) native "IDBObjectStore_delete_C
allback_ScriptValue"; | 4268 static delete_Callback_1(mthis, key) native "IDBObjectStore_delete_Callback"; |
| 4219 | 4269 |
| 4220 static deleteIndex_Callback_DOMString(mthis, name) native "IDBObjectStore_dele
teIndex_Callback_DOMString"; | 4270 static deleteIndex_Callback_1(mthis, name) native "IDBObjectStore_deleteIndex_
Callback"; |
| 4221 | 4271 |
| 4222 static get_Callback_ScriptValue(mthis, key) native "IDBObjectStore_get_Callbac
k_ScriptValue"; | 4272 static get_Callback_1(mthis, key) native "IDBObjectStore_get_Callback"; |
| 4223 | 4273 |
| 4224 static index_Callback_DOMString(mthis, name) native "IDBObjectStore_index_Call
back_DOMString"; | 4274 static index_Callback_1(mthis, name) native "IDBObjectStore_index_Callback"; |
| 4225 | 4275 |
| 4226 static openCursor_Callback_ScriptValue_DOMString(mthis, range, direction) nati
ve "IDBObjectStore_openCursor_Callback_ScriptValue_DOMString"; | 4276 static openCursor_Callback_2(mthis, range, direction) native "IDBObjectStore_o
penCursor_Callback"; |
| 4227 | 4277 |
| 4228 static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) n
ative "IDBObjectStore_openKeyCursor_Callback_ScriptValue_DOMString"; | 4278 static openCursor_Callback_1(mthis, range) native "IDBObjectStore_openCursor_C
allback"; |
| 4229 | 4279 |
| 4230 static openKeyCursor_Callback_ScriptValue(mthis, range) native "IDBObjectStore
_openKeyCursor_Callback_ScriptValue"; | 4280 static openKeyCursor_Callback_2(mthis, range, direction) native "IDBObjectStor
e_openKeyCursor_Callback"; |
| 4231 | 4281 |
| 4232 static put_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObje
ctStore_put_Callback_ScriptValue_ScriptValue"; | 4282 static openKeyCursor_Callback_1(mthis, range) native "IDBObjectStore_openKeyCu
rsor_Callback"; |
| 4283 |
| 4284 static put_Callback_2(mthis, value, key) native "IDBObjectStore_put_Callback"; |
| 4285 |
| 4286 static put_Callback_1(mthis, value) native "IDBObjectStore_put_Callback"; |
| 4233 } | 4287 } |
| 4234 | 4288 |
| 4235 class BlinkIDBRequest { | 4289 class BlinkIDBRequest { |
| 4236 static error_Getter(mthis) native "IDBRequest_error_Getter"; | 4290 static error_Getter(mthis) native "IDBRequest_error_Getter"; |
| 4237 | 4291 |
| 4238 static readyState_Getter(mthis) native "IDBRequest_readyState_Getter"; | 4292 static readyState_Getter(mthis) native "IDBRequest_readyState_Getter"; |
| 4239 | 4293 |
| 4240 static result_Getter(mthis) native "IDBRequest_result_Getter"; | 4294 static result_Getter(mthis) native "IDBRequest_result_Getter"; |
| 4241 | 4295 |
| 4242 static source_Getter(mthis) native "IDBRequest_source_Getter"; | 4296 static source_Getter(mthis) native "IDBRequest_source_Getter"; |
| 4243 | 4297 |
| 4244 static transaction_Getter(mthis) native "IDBRequest_transaction_Getter"; | 4298 static transaction_Getter(mthis) native "IDBRequest_transaction_Getter"; |
| 4245 } | 4299 } |
| 4246 | 4300 |
| 4247 class BlinkIDBOpenDBRequest {} | 4301 class BlinkIDBOpenDBRequest {} |
| 4248 | 4302 |
| 4249 class BlinkIDBTransaction { | 4303 class BlinkIDBTransaction { |
| 4250 static db_Getter(mthis) native "IDBTransaction_db_Getter"; | 4304 static db_Getter(mthis) native "IDBTransaction_db_Getter"; |
| 4251 | 4305 |
| 4252 static error_Getter(mthis) native "IDBTransaction_error_Getter"; | 4306 static error_Getter(mthis) native "IDBTransaction_error_Getter"; |
| 4253 | 4307 |
| 4254 static mode_Getter(mthis) native "IDBTransaction_mode_Getter"; | 4308 static mode_Getter(mthis) native "IDBTransaction_mode_Getter"; |
| 4255 | 4309 |
| 4256 static abort_Callback(mthis) native "IDBTransaction_abort_Callback"; | 4310 static abort_Callback(mthis) native "IDBTransaction_abort_Callback"; |
| 4257 | 4311 |
| 4258 static objectStore_Callback_DOMString(mthis, name) native "IDBTransaction_obje
ctStore_Callback_DOMString"; | 4312 static objectStore_Callback_1(mthis, name) native "IDBTransaction_objectStore_
Callback"; |
| 4259 } | 4313 } |
| 4260 | 4314 |
| 4261 class BlinkIDBVersionChangeEvent { | 4315 class BlinkIDBVersionChangeEvent { |
| 4262 static constructorCallback(type, options) native "IDBVersionChangeEvent_constr
uctorCallback"; | 4316 static constructorCallback(type, options) native "IDBVersionChangeEvent_constr
uctorCallback"; |
| 4263 | 4317 |
| 4264 static dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter"; | 4318 static dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter"; |
| 4265 | 4319 |
| 4266 static dataLossMessage_Getter(mthis) native "IDBVersionChangeEvent_dataLossMes
sage_Getter"; | 4320 static dataLossMessage_Getter(mthis) native "IDBVersionChangeEvent_dataLossMes
sage_Getter"; |
| 4267 | 4321 |
| 4268 static newVersion_Getter(mthis) native "IDBVersionChangeEvent_newVersion_Gette
r"; | 4322 static newVersion_Getter(mthis) native "IDBVersionChangeEvent_newVersion_Gette
r"; |
| 4269 | 4323 |
| 4270 static oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Gette
r"; | 4324 static oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Gette
r"; |
| 4271 } | 4325 } |
| 4272 | 4326 |
| 4273 class BlinkImageBitmap { | 4327 class BlinkImageBitmap { |
| 4274 static height_Getter(mthis) native "ImageBitmap_height_Getter"; | 4328 static height_Getter(mthis) native "ImageBitmap_height_Getter"; |
| 4275 | 4329 |
| 4276 static width_Getter(mthis) native "ImageBitmap_width_Getter"; | 4330 static width_Getter(mthis) native "ImageBitmap_width_Getter"; |
| 4277 } | 4331 } |
| 4278 | 4332 |
| 4279 class BlinkImageData { | 4333 class BlinkImageData { |
| 4280 static constructorCallback_ul_ul(data_OR_width, height_OR_width) native "Image
Data_constructorCallback_unsigned long_unsigned long"; | 4334 static constructorCallback_2(data_OR_width, height_OR_width) native "ImageData
_constructorCallback"; |
| 4281 | 4335 |
| 4282 static constructorCallback_Uint8ClampedArray_ul_ul(data_OR_width, height_OR_wi
dth, height) native "ImageData_constructorCallback_Uint8ClampedArray_unsigned lo
ng_unsigned long"; | 4336 static constructorCallback_3(data_OR_width, height_OR_width, height) native "I
mageData_constructorCallback"; |
| 4283 | 4337 |
| 4284 static data_Getter(mthis) native "ImageData_data_Getter"; | 4338 static data_Getter(mthis) native "ImageData_data_Getter"; |
| 4285 | 4339 |
| 4286 static height_Getter(mthis) native "ImageData_height_Getter"; | 4340 static height_Getter(mthis) native "ImageData_height_Getter"; |
| 4287 | 4341 |
| 4288 static width_Getter(mthis) native "ImageData_width_Getter"; | 4342 static width_Getter(mthis) native "ImageData_width_Getter"; |
| 4289 } | 4343 } |
| 4290 | 4344 |
| 4291 class BlinkInjectedScriptHost { | 4345 class BlinkInjectedScriptHost { |
| 4292 static inspect_Callback_ScriptValue_ScriptValue(mthis, objectId, hints) native
"InjectedScriptHost_inspect_Callback"; | 4346 static inspect_Callback_2(mthis, objectId, hints) native "InjectedScriptHost_i
nspect_Callback"; |
| 4293 } | 4347 } |
| 4294 | 4348 |
| 4295 class BlinkInputMethodContext { | 4349 class BlinkInputMethodContext { |
| 4296 static compositionEndOffset_Getter(mthis) native "InputMethodContext_compositi
onEndOffset_Getter"; | 4350 static compositionEndOffset_Getter(mthis) native "InputMethodContext_compositi
onEndOffset_Getter"; |
| 4297 | 4351 |
| 4298 static compositionStartOffset_Getter(mthis) native "InputMethodContext_composi
tionStartOffset_Getter"; | 4352 static compositionStartOffset_Getter(mthis) native "InputMethodContext_composi
tionStartOffset_Getter"; |
| 4299 | 4353 |
| 4300 static locale_Getter(mthis) native "InputMethodContext_locale_Getter"; | 4354 static locale_Getter(mthis) native "InputMethodContext_locale_Getter"; |
| 4301 | 4355 |
| 4302 static target_Getter(mthis) native "InputMethodContext_target_Getter"; | 4356 static target_Getter(mthis) native "InputMethodContext_target_Getter"; |
| 4303 | 4357 |
| 4304 static confirmComposition_Callback(mthis) native "InputMethodContext_confirmCo
mposition_Callback"; | 4358 static confirmComposition_Callback(mthis) native "InputMethodContext_confirmCo
mposition_Callback"; |
| 4305 } | 4359 } |
| 4306 | 4360 |
| 4307 class BlinkInstallPhaseEvent { | 4361 class BlinkInstallPhaseEvent { |
| 4308 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_
waitUntil_Callback_ScriptValue"; | 4362 static waitUntil_Callback_1(mthis, value) native "InstallPhaseEvent_waitUntil_
Callback"; |
| 4309 } | 4363 } |
| 4310 | 4364 |
| 4311 class BlinkInstallEvent { | 4365 class BlinkInstallEvent { |
| 4312 static reloadAll_Callback(mthis) native "InstallEvent_reloadAll_Callback"; | 4366 static reloadAll_Callback(mthis) native "InstallEvent_reloadAll_Callback"; |
| 4313 | 4367 |
| 4314 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; | 4368 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; |
| 4315 } | 4369 } |
| 4316 | 4370 |
| 4317 class BlinkKeyboardEvent { | 4371 class BlinkKeyboardEvent { |
| 4318 static constructorCallback(type, options) native "KeyboardEvent_constructorCal
lback"; | 4372 static constructorCallback(type, options) native "KeyboardEvent_constructorCal
lback"; |
| 4319 | 4373 |
| 4320 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; | 4374 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; |
| 4321 | 4375 |
| 4322 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; | 4376 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; |
| 4323 | 4377 |
| 4324 static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter"
; | 4378 static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter"
; |
| 4325 | 4379 |
| 4326 static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter"; | 4380 static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter"; |
| 4327 | 4381 |
| 4328 static location_Getter(mthis) native "KeyboardEvent_location_Getter"; | 4382 static location_Getter(mthis) native "KeyboardEvent_location_Getter"; |
| 4329 | 4383 |
| 4330 static metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter"; | 4384 static metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter"; |
| 4331 | 4385 |
| 4332 static repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter"; | 4386 static repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter"; |
| 4333 | 4387 |
| 4334 static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter"; | 4388 static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter"; |
| 4335 | 4389 |
| 4336 static getModifierState_Callback_DOMString(mthis, keyArgument) native "Keyboar
dEvent_getModifierState_Callback_DOMString"; | 4390 static getModifierState_Callback_1(mthis, keyArgument) native "KeyboardEvent_g
etModifierState_Callback"; |
| 4337 | 4391 |
| 4338 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"; | 4392 static initKeyboardEvent_Callback_10(mthis, type, canBubble, cancelable, view,
keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey) native "KeyboardEv
ent_initKeyboardEvent_Callback"; |
| 4339 } | 4393 } |
| 4340 | 4394 |
| 4341 class BlinkLocalCredential { | 4395 class BlinkLocalCredential { |
| 4342 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a
vatarURL, password) native "LocalCredential_constructorCallback_DOMString_DOMStr
ing_DOMString_DOMString"; | 4396 static constructorCallback_4(id, name, avatarURL, password) native "LocalCrede
ntial_constructorCallback"; |
| 4343 | 4397 |
| 4344 static password_Getter(mthis) native "LocalCredential_password_Getter"; | 4398 static password_Getter(mthis) native "LocalCredential_password_Getter"; |
| 4345 } | 4399 } |
| 4346 | 4400 |
| 4347 class BlinkLocation { | 4401 class BlinkLocation { |
| 4348 static ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter"; | 4402 static ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter"; |
| 4349 | 4403 |
| 4350 static hash_Getter(mthis) native "Location_hash_Getter"; | 4404 static hash_Getter(mthis) native "Location_hash_Getter"; |
| 4351 | 4405 |
| 4352 static hash_Setter_DOMString(mthis, value) native "Location_hash_Setter"; | 4406 static hash_Setter(mthis, value) native "Location_hash_Setter"; |
| 4353 | 4407 |
| 4354 static host_Getter(mthis) native "Location_host_Getter"; | 4408 static host_Getter(mthis) native "Location_host_Getter"; |
| 4355 | 4409 |
| 4356 static host_Setter_DOMString(mthis, value) native "Location_host_Setter"; | 4410 static host_Setter(mthis, value) native "Location_host_Setter"; |
| 4357 | 4411 |
| 4358 static hostname_Getter(mthis) native "Location_hostname_Getter"; | 4412 static hostname_Getter(mthis) native "Location_hostname_Getter"; |
| 4359 | 4413 |
| 4360 static hostname_Setter_DOMString(mthis, value) native "Location_hostname_Sette
r"; | 4414 static hostname_Setter(mthis, value) native "Location_hostname_Setter"; |
| 4361 | 4415 |
| 4362 static href_Getter(mthis) native "Location_href_Getter"; | 4416 static href_Getter(mthis) native "Location_href_Getter"; |
| 4363 | 4417 |
| 4364 static href_Setter_DOMString(mthis, value) native "Location_href_Setter"; | 4418 static href_Setter(mthis, value) native "Location_href_Setter"; |
| 4365 | 4419 |
| 4366 static origin_Getter(mthis) native "Location_origin_Getter"; | 4420 static origin_Getter(mthis) native "Location_origin_Getter"; |
| 4367 | 4421 |
| 4368 static pathname_Getter(mthis) native "Location_pathname_Getter"; | 4422 static pathname_Getter(mthis) native "Location_pathname_Getter"; |
| 4369 | 4423 |
| 4370 static pathname_Setter_DOMString(mthis, value) native "Location_pathname_Sette
r"; | 4424 static pathname_Setter(mthis, value) native "Location_pathname_Setter"; |
| 4371 | 4425 |
| 4372 static port_Getter(mthis) native "Location_port_Getter"; | 4426 static port_Getter(mthis) native "Location_port_Getter"; |
| 4373 | 4427 |
| 4374 static port_Setter_DOMString(mthis, value) native "Location_port_Setter"; | 4428 static port_Setter(mthis, value) native "Location_port_Setter"; |
| 4375 | 4429 |
| 4376 static protocol_Getter(mthis) native "Location_protocol_Getter"; | 4430 static protocol_Getter(mthis) native "Location_protocol_Getter"; |
| 4377 | 4431 |
| 4378 static protocol_Setter_DOMString(mthis, value) native "Location_protocol_Sette
r"; | 4432 static protocol_Setter(mthis, value) native "Location_protocol_Setter"; |
| 4379 | 4433 |
| 4380 static search_Getter(mthis) native "Location_search_Getter"; | 4434 static search_Getter(mthis) native "Location_search_Getter"; |
| 4381 | 4435 |
| 4382 static search_Setter_DOMString(mthis, value) native "Location_search_Setter"; | 4436 static search_Setter(mthis, value) native "Location_search_Setter"; |
| 4383 | 4437 |
| 4384 static assign_Callback_DOMString(mthis, url) native "Location_assign_Callback"
; | 4438 static assign_Callback_1(mthis, url) native "Location_assign_Callback"; |
| 4385 | 4439 |
| 4386 static reload_Callback(mthis) native "Location_reload_Callback"; | 4440 static reload_Callback(mthis) native "Location_reload_Callback"; |
| 4387 | 4441 |
| 4388 static replace_Callback_DOMString(mthis, url) native "Location_replace_Callbac
k"; | 4442 static replace_Callback_1(mthis, url) native "Location_replace_Callback"; |
| 4389 | 4443 |
| 4390 static toString_Callback(mthis) native "Location_toString_Callback"; | 4444 static toString_Callback(mthis) native "Location_toString_Callback"; |
| 4391 } | 4445 } |
| 4392 | 4446 |
| 4393 class BlinkMIDIAccess { | 4447 class BlinkMIDIAccess { |
| 4394 static sysexEnabled_Getter(mthis) native "MIDIAccess_sysexEnabled_Getter"; | 4448 static sysexEnabled_Getter(mthis) native "MIDIAccess_sysexEnabled_Getter"; |
| 4395 | 4449 |
| 4396 static inputs_Callback(mthis) native "MIDIAccess_inputs_Callback"; | 4450 static inputs_Callback(mthis) native "MIDIAccess_inputs_Callback"; |
| 4397 | 4451 |
| 4398 static outputs_Callback(mthis) native "MIDIAccess_outputs_Callback"; | 4452 static outputs_Callback(mthis) native "MIDIAccess_outputs_Callback"; |
| (...skipping 21 matching lines...) Expand all Loading... |
| 4420 | 4474 |
| 4421 class BlinkMIDIMessageEvent { | 4475 class BlinkMIDIMessageEvent { |
| 4422 static constructorCallback(type, options) native "MIDIMessageEvent_constructor
Callback"; | 4476 static constructorCallback(type, options) native "MIDIMessageEvent_constructor
Callback"; |
| 4423 | 4477 |
| 4424 static data_Getter(mthis) native "MIDIMessageEvent_data_Getter"; | 4478 static data_Getter(mthis) native "MIDIMessageEvent_data_Getter"; |
| 4425 | 4479 |
| 4426 static receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter
"; | 4480 static receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter
"; |
| 4427 } | 4481 } |
| 4428 | 4482 |
| 4429 class BlinkMIDIOutput { | 4483 class BlinkMIDIOutput { |
| 4430 static send_Callback_Uint8Array_double(mthis, data, timestamp) native "MIDIOut
put_send_Callback_Uint8Array_double"; | 4484 static send_Callback_2(mthis, data, timestamp) native "MIDIOutput_send_Callbac
k"; |
| 4431 | 4485 |
| 4432 static send_Callback_Uint8Array(mthis, data) native "MIDIOutput_send_Callback_
Uint8Array"; | 4486 static send_Callback_1(mthis, data) native "MIDIOutput_send_Callback"; |
| 4433 } | 4487 } |
| 4434 | 4488 |
| 4435 class BlinkMediaController { | 4489 class BlinkMediaController { |
| 4436 static constructorCallback() native "MediaController_constructorCallback"; | 4490 static constructorCallback() native "MediaController_constructorCallback"; |
| 4437 | 4491 |
| 4438 static buffered_Getter(mthis) native "MediaController_buffered_Getter"; | 4492 static buffered_Getter(mthis) native "MediaController_buffered_Getter"; |
| 4439 | 4493 |
| 4440 static currentTime_Getter(mthis) native "MediaController_currentTime_Getter"; | 4494 static currentTime_Getter(mthis) native "MediaController_currentTime_Getter"; |
| 4441 | 4495 |
| 4442 static currentTime_Setter_double(mthis, value) native "MediaController_current
Time_Setter"; | 4496 static currentTime_Setter(mthis, value) native "MediaController_currentTime_Se
tter"; |
| 4443 | 4497 |
| 4444 static defaultPlaybackRate_Getter(mthis) native "MediaController_defaultPlayba
ckRate_Getter"; | 4498 static defaultPlaybackRate_Getter(mthis) native "MediaController_defaultPlayba
ckRate_Getter"; |
| 4445 | 4499 |
| 4446 static defaultPlaybackRate_Setter_double(mthis, value) native "MediaController
_defaultPlaybackRate_Setter"; | 4500 static defaultPlaybackRate_Setter(mthis, value) native "MediaController_defaul
tPlaybackRate_Setter"; |
| 4447 | 4501 |
| 4448 static duration_Getter(mthis) native "MediaController_duration_Getter"; | 4502 static duration_Getter(mthis) native "MediaController_duration_Getter"; |
| 4449 | 4503 |
| 4450 static muted_Getter(mthis) native "MediaController_muted_Getter"; | 4504 static muted_Getter(mthis) native "MediaController_muted_Getter"; |
| 4451 | 4505 |
| 4452 static muted_Setter_boolean(mthis, value) native "MediaController_muted_Setter
"; | 4506 static muted_Setter(mthis, value) native "MediaController_muted_Setter"; |
| 4453 | 4507 |
| 4454 static paused_Getter(mthis) native "MediaController_paused_Getter"; | 4508 static paused_Getter(mthis) native "MediaController_paused_Getter"; |
| 4455 | 4509 |
| 4456 static playbackRate_Getter(mthis) native "MediaController_playbackRate_Getter"
; | 4510 static playbackRate_Getter(mthis) native "MediaController_playbackRate_Getter"
; |
| 4457 | 4511 |
| 4458 static playbackRate_Setter_double(mthis, value) native "MediaController_playba
ckRate_Setter"; | 4512 static playbackRate_Setter(mthis, value) native "MediaController_playbackRate_
Setter"; |
| 4459 | 4513 |
| 4460 static playbackState_Getter(mthis) native "MediaController_playbackState_Gette
r"; | 4514 static playbackState_Getter(mthis) native "MediaController_playbackState_Gette
r"; |
| 4461 | 4515 |
| 4462 static played_Getter(mthis) native "MediaController_played_Getter"; | 4516 static played_Getter(mthis) native "MediaController_played_Getter"; |
| 4463 | 4517 |
| 4464 static seekable_Getter(mthis) native "MediaController_seekable_Getter"; | 4518 static seekable_Getter(mthis) native "MediaController_seekable_Getter"; |
| 4465 | 4519 |
| 4466 static volume_Getter(mthis) native "MediaController_volume_Getter"; | 4520 static volume_Getter(mthis) native "MediaController_volume_Getter"; |
| 4467 | 4521 |
| 4468 static volume_Setter_double(mthis, value) native "MediaController_volume_Sette
r"; | 4522 static volume_Setter(mthis, value) native "MediaController_volume_Setter"; |
| 4469 | 4523 |
| 4470 static pause_Callback(mthis) native "MediaController_pause_Callback"; | 4524 static pause_Callback(mthis) native "MediaController_pause_Callback"; |
| 4471 | 4525 |
| 4472 static play_Callback(mthis) native "MediaController_play_Callback"; | 4526 static play_Callback(mthis) native "MediaController_play_Callback"; |
| 4473 | 4527 |
| 4474 static unpause_Callback(mthis) native "MediaController_unpause_Callback"; | 4528 static unpause_Callback(mthis) native "MediaController_unpause_Callback"; |
| 4475 } | 4529 } |
| 4476 | 4530 |
| 4477 class BlinkMediaDeviceInfo { | 4531 class BlinkMediaDeviceInfo { |
| 4478 static deviceId_Getter(mthis) native "MediaDeviceInfo_deviceId_Getter"; | 4532 static deviceId_Getter(mthis) native "MediaDeviceInfo_deviceId_Getter"; |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4536 static closed_Getter(mthis) native "MediaKeySession_closed_Getter"; | 4590 static closed_Getter(mthis) native "MediaKeySession_closed_Getter"; |
| 4537 | 4591 |
| 4538 static error_Getter(mthis) native "MediaKeySession_error_Getter"; | 4592 static error_Getter(mthis) native "MediaKeySession_error_Getter"; |
| 4539 | 4593 |
| 4540 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; | 4594 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; |
| 4541 | 4595 |
| 4542 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; | 4596 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; |
| 4543 | 4597 |
| 4544 static release_Callback(mthis) native "MediaKeySession_release_Callback"; | 4598 static release_Callback(mthis) native "MediaKeySession_release_Callback"; |
| 4545 | 4599 |
| 4546 static update_Callback_ArrayBufferView(mthis, response) native "MediaKeySessio
n_update_Callback_ArrayBufferView"; | 4600 static update_Callback_1(mthis, response) native "MediaKeySession_update_Callb
ack"; |
| 4547 | |
| 4548 static update_Callback_ArrayBuffer(mthis, response) native "MediaKeySession_up
date_Callback_ArrayBuffer"; | |
| 4549 } | 4601 } |
| 4550 | 4602 |
| 4551 class BlinkMediaKeys { | 4603 class BlinkMediaKeys { |
| 4552 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; | 4604 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; |
| 4553 | 4605 |
| 4554 static create_Callback_DOMString(keySystem) native "MediaKeys_create_Callback_
DOMString"; | 4606 static create_Callback_1(keySystem) native "MediaKeys_create_Callback"; |
| 4555 | 4607 |
| 4556 static createSession_Callback_DOMString_ArrayBufferView(mthis, initDataType, i
nitData) native "MediaKeys_createSession_Callback_DOMString_ArrayBufferView"; | 4608 static createSession_Callback_2(mthis, initDataType, initData) native "MediaKe
ys_createSession_Callback"; |
| 4557 | 4609 |
| 4558 static createSession_Callback_DOMString_ArrayBufferView_DOMString(mthis, initD
ataType, initData, sessionType) native "MediaKeys_createSession_Callback_DOMStri
ng_ArrayBufferView_DOMString"; | 4610 static createSession_Callback_3(mthis, initDataType, initData, sessionType) na
tive "MediaKeys_createSession_Callback"; |
| 4559 | 4611 |
| 4560 static createSession_Callback_DOMString_ArrayBuffer(mthis, initDataType, initD
ata) native "MediaKeys_createSession_Callback_DOMString_ArrayBuffer"; | 4612 static isTypeSupported_Callback_2(keySystem, contentType) native "MediaKeys_is
TypeSupported_Callback"; |
| 4561 | |
| 4562 static createSession_Callback_DOMString_ArrayBuffer_DOMString(mthis, initDataT
ype, initData, sessionType) native "MediaKeys_createSession_Callback_DOMString_A
rrayBuffer_DOMString"; | |
| 4563 | |
| 4564 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na
tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString"; | |
| 4565 } | 4613 } |
| 4566 | 4614 |
| 4567 class BlinkMediaList { | 4615 class BlinkMediaList { |
| 4568 static length_Getter(mthis) native "MediaList_length_Getter"; | 4616 static length_Getter(mthis) native "MediaList_length_Getter"; |
| 4569 | 4617 |
| 4570 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; | 4618 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; |
| 4571 | 4619 |
| 4572 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se
tter"; | 4620 static mediaText_Setter(mthis, value) native "MediaList_mediaText_Setter"; |
| 4573 | 4621 |
| 4574 static appendMedium_Callback_DOMString(mthis, newMedium) native "MediaList_app
endMedium_Callback_DOMString"; | 4622 static appendMedium_Callback_1(mthis, newMedium) native "MediaList_appendMediu
m_Callback"; |
| 4575 | 4623 |
| 4576 static deleteMedium_Callback_DOMString(mthis, oldMedium) native "MediaList_del
eteMedium_Callback_DOMString"; | 4624 static deleteMedium_Callback_1(mthis, oldMedium) native "MediaList_deleteMediu
m_Callback"; |
| 4577 | 4625 |
| 4578 static item_Callback_ul(mthis, index) native "MediaList_item_Callback_unsigned
long"; | 4626 static item_Callback_1(mthis, index) native "MediaList_item_Callback"; |
| 4579 } | 4627 } |
| 4580 | 4628 |
| 4581 class BlinkMediaQueryList { | 4629 class BlinkMediaQueryList { |
| 4582 static matches_Getter(mthis) native "MediaQueryList_matches_Getter"; | 4630 static matches_Getter(mthis) native "MediaQueryList_matches_Getter"; |
| 4583 | 4631 |
| 4584 static media_Getter(mthis) native "MediaQueryList_media_Getter"; | 4632 static media_Getter(mthis) native "MediaQueryList_media_Getter"; |
| 4585 } | 4633 } |
| 4586 | 4634 |
| 4587 class BlinkMediaSource { | 4635 class BlinkMediaSource { |
| 4588 static constructorCallback() native "MediaSource_constructorCallback"; | 4636 static constructorCallback() native "MediaSource_constructorCallback"; |
| 4589 | 4637 |
| 4590 static activeSourceBuffers_Getter(mthis) native "MediaSource_activeSourceBuffe
rs_Getter"; | 4638 static activeSourceBuffers_Getter(mthis) native "MediaSource_activeSourceBuffe
rs_Getter"; |
| 4591 | 4639 |
| 4592 static duration_Getter(mthis) native "MediaSource_duration_Getter"; | 4640 static duration_Getter(mthis) native "MediaSource_duration_Getter"; |
| 4593 | 4641 |
| 4594 static duration_Setter_double(mthis, value) native "MediaSource_duration_Sette
r"; | 4642 static duration_Setter(mthis, value) native "MediaSource_duration_Setter"; |
| 4595 | 4643 |
| 4596 static readyState_Getter(mthis) native "MediaSource_readyState_Getter"; | 4644 static readyState_Getter(mthis) native "MediaSource_readyState_Getter"; |
| 4597 | 4645 |
| 4598 static sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers_Getter"; | 4646 static sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers_Getter"; |
| 4599 | 4647 |
| 4600 static addSourceBuffer_Callback_DOMString(mthis, type) native "MediaSource_add
SourceBuffer_Callback_DOMString"; | 4648 static addSourceBuffer_Callback_1(mthis, type) native "MediaSource_addSourceBu
ffer_Callback"; |
| 4601 | 4649 |
| 4602 static endOfStream_Callback_DOMString(mthis, error) native "MediaSource_endOfS
tream_Callback_DOMString"; | 4650 static endOfStream_Callback_1(mthis, error) native "MediaSource_endOfStream_Ca
llback"; |
| 4603 | 4651 |
| 4604 static endOfStream_Callback(mthis) native "MediaSource_endOfStream_Callback"; | 4652 static endOfStream_Callback(mthis) native "MediaSource_endOfStream_Callback"; |
| 4605 | 4653 |
| 4606 static isTypeSupported_Callback_DOMString(type) native "MediaSource_isTypeSupp
orted_Callback_DOMString"; | 4654 static isTypeSupported_Callback_1(type) native "MediaSource_isTypeSupported_Ca
llback"; |
| 4607 | 4655 |
| 4608 static removeSourceBuffer_Callback_SourceBuffer(mthis, buffer) native "MediaSo
urce_removeSourceBuffer_Callback_SourceBuffer"; | 4656 static removeSourceBuffer_Callback_1(mthis, buffer) native "MediaSource_remove
SourceBuffer_Callback"; |
| 4609 } | 4657 } |
| 4610 | 4658 |
| 4611 class BlinkMediaStream { | 4659 class BlinkMediaStream { |
| 4612 static constructorCallback() native "MediaStream_constructorCallback"; | 4660 static constructorCallback() native "MediaStream_constructorCallback"; |
| 4613 | 4661 |
| 4614 static constructorCallback_MediaStream(stream_OR_tracks) native "MediaStream_c
onstructorCallback_MediaStream"; | 4662 static constructorCallback_1(stream_OR_tracks) native "MediaStream_constructor
Callback"; |
| 4615 | |
| 4616 static constructorCallback_A_MediaStreamTrack_A(stream_OR_tracks) native "Medi
aStream_constructorCallback_MediaStreamTrack[]"; | |
| 4617 | 4663 |
| 4618 static ended_Getter(mthis) native "MediaStream_ended_Getter"; | 4664 static ended_Getter(mthis) native "MediaStream_ended_Getter"; |
| 4619 | 4665 |
| 4620 static id_Getter(mthis) native "MediaStream_id_Getter"; | 4666 static id_Getter(mthis) native "MediaStream_id_Getter"; |
| 4621 | 4667 |
| 4622 static label_Getter(mthis) native "MediaStream_label_Getter"; | 4668 static label_Getter(mthis) native "MediaStream_label_Getter"; |
| 4623 | 4669 |
| 4624 static addTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_ad
dTrack_Callback_MediaStreamTrack"; | 4670 static addTrack_Callback_1(mthis, track) native "MediaStream_addTrack_Callback
"; |
| 4625 | 4671 |
| 4626 static clone_Callback(mthis) native "MediaStream_clone_Callback"; | 4672 static clone_Callback(mthis) native "MediaStream_clone_Callback"; |
| 4627 | 4673 |
| 4628 static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callb
ack"; | 4674 static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callb
ack"; |
| 4629 | 4675 |
| 4630 static getTrackById_Callback_DOMString(mthis, trackId) native "MediaStream_get
TrackById_Callback_DOMString"; | 4676 static getTrackById_Callback_1(mthis, trackId) native "MediaStream_getTrackByI
d_Callback"; |
| 4631 | 4677 |
| 4632 static getTracks_Callback(mthis) native "MediaStream_getTracks_Callback"; | 4678 static getTracks_Callback(mthis) native "MediaStream_getTracks_Callback"; |
| 4633 | 4679 |
| 4634 static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callb
ack"; | 4680 static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callb
ack"; |
| 4635 | 4681 |
| 4636 static removeTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream
_removeTrack_Callback_MediaStreamTrack"; | 4682 static removeTrack_Callback_1(mthis, track) native "MediaStream_removeTrack_Ca
llback"; |
| 4637 | 4683 |
| 4638 static stop_Callback(mthis) native "MediaStream_stop_Callback"; | 4684 static stop_Callback(mthis) native "MediaStream_stop_Callback"; |
| 4639 } | 4685 } |
| 4640 | 4686 |
| 4641 class BlinkMediaStreamAudioDestinationNode { | 4687 class BlinkMediaStreamAudioDestinationNode { |
| 4642 static stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Get
ter"; | 4688 static stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Get
ter"; |
| 4643 } | 4689 } |
| 4644 | 4690 |
| 4645 class BlinkMediaStreamAudioSourceNode { | 4691 class BlinkMediaStreamAudioSourceNode { |
| 4646 static mediaStream_Getter(mthis) native "MediaStreamAudioSourceNode_mediaStrea
m_Getter"; | 4692 static mediaStream_Getter(mthis) native "MediaStreamAudioSourceNode_mediaStrea
m_Getter"; |
| 4647 } | 4693 } |
| 4648 | 4694 |
| 4649 class BlinkMediaStreamEvent { | 4695 class BlinkMediaStreamEvent { |
| 4650 static constructorCallback(type, options) native "MediaStreamEvent_constructor
Callback"; | 4696 static constructorCallback(type, options) native "MediaStreamEvent_constructor
Callback"; |
| 4651 | 4697 |
| 4652 static stream_Getter(mthis) native "MediaStreamEvent_stream_Getter"; | 4698 static stream_Getter(mthis) native "MediaStreamEvent_stream_Getter"; |
| 4653 } | 4699 } |
| 4654 | 4700 |
| 4655 class BlinkMediaStreamTrack { | 4701 class BlinkMediaStreamTrack { |
| 4656 static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter"; | 4702 static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter"; |
| 4657 | 4703 |
| 4658 static enabled_Setter_boolean(mthis, value) native "MediaStreamTrack_enabled_S
etter"; | 4704 static enabled_Setter(mthis, value) native "MediaStreamTrack_enabled_Setter"; |
| 4659 | 4705 |
| 4660 static id_Getter(mthis) native "MediaStreamTrack_id_Getter"; | 4706 static id_Getter(mthis) native "MediaStreamTrack_id_Getter"; |
| 4661 | 4707 |
| 4662 static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter"; | 4708 static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter"; |
| 4663 | 4709 |
| 4664 static label_Getter(mthis) native "MediaStreamTrack_label_Getter"; | 4710 static label_Getter(mthis) native "MediaStreamTrack_label_Getter"; |
| 4665 | 4711 |
| 4666 static muted_Getter(mthis) native "MediaStreamTrack_muted_Getter"; | 4712 static muted_Getter(mthis) native "MediaStreamTrack_muted_Getter"; |
| 4667 | 4713 |
| 4668 static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter"; | 4714 static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter"; |
| 4669 | 4715 |
| 4670 static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback"; | 4716 static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback"; |
| 4671 | 4717 |
| 4672 static getSources_Callback_MediaStreamTrackSourcesCallback(callback) native "M
ediaStreamTrack_getSources_Callback_MediaStreamTrackSourcesCallback"; | 4718 static getSources_Callback_1(callback) native "MediaStreamTrack_getSources_Cal
lback"; |
| 4673 | 4719 |
| 4674 static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback"; | 4720 static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback"; |
| 4675 } | 4721 } |
| 4676 | 4722 |
| 4677 class BlinkMediaStreamTrackEvent { | 4723 class BlinkMediaStreamTrackEvent { |
| 4678 static track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter"; | 4724 static track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter"; |
| 4679 } | 4725 } |
| 4680 | 4726 |
| 4681 class BlinkMemoryInfo { | 4727 class BlinkMemoryInfo { |
| 4682 static jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLimit_Getter
"; | 4728 static jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLimit_Getter
"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 4696 static constructorCallback(type, options) native "MessageEvent_constructorCall
back"; | 4742 static constructorCallback(type, options) native "MessageEvent_constructorCall
back"; |
| 4697 | 4743 |
| 4698 static data_Getter(mthis) native "MessageEvent_data_Getter"; | 4744 static data_Getter(mthis) native "MessageEvent_data_Getter"; |
| 4699 | 4745 |
| 4700 static lastEventId_Getter(mthis) native "MessageEvent_lastEventId_Getter"; | 4746 static lastEventId_Getter(mthis) native "MessageEvent_lastEventId_Getter"; |
| 4701 | 4747 |
| 4702 static origin_Getter(mthis) native "MessageEvent_origin_Getter"; | 4748 static origin_Getter(mthis) native "MessageEvent_origin_Getter"; |
| 4703 | 4749 |
| 4704 static source_Getter(mthis) native "MessageEvent_source_Getter"; | 4750 static source_Getter(mthis) native "MessageEvent_source_Getter"; |
| 4705 | 4751 |
| 4706 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"; | 4752 static initMessageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg
, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native "MessageEv
ent_initMessageEvent_Callback"; |
| 4707 } | 4753 } |
| 4708 | 4754 |
| 4709 class BlinkMessagePort { | 4755 class BlinkMessagePort { |
| 4710 static close_Callback(mthis) native "MessagePort_close_Callback"; | 4756 static close_Callback(mthis) native "MessagePort_close_Callback"; |
| 4711 | 4757 |
| 4712 static postMessage_Callback_ScriptValue_SEQ_MessagePort_SEQ(mthis, message, tr
ansfer) native "MessagePort_postMessage_Callback"; | 4758 static postMessage_Callback_2(mthis, message, transfer) native "MessagePort_po
stMessage_Callback"; |
| 4713 | 4759 |
| 4714 static start_Callback(mthis) native "MessagePort_start_Callback"; | 4760 static start_Callback(mthis) native "MessagePort_start_Callback"; |
| 4715 } | 4761 } |
| 4716 | 4762 |
| 4717 class BlinkMetadata { | 4763 class BlinkMetadata { |
| 4718 static modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter
"; | 4764 static modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter
"; |
| 4719 | 4765 |
| 4720 static size_Getter(mthis) native "Metadata_size_Getter"; | 4766 static size_Getter(mthis) native "Metadata_size_Getter"; |
| 4721 } | 4767 } |
| 4722 | 4768 |
| 4723 class BlinkMimeType { | 4769 class BlinkMimeType { |
| 4724 static description_Getter(mthis) native "MimeType_description_Getter"; | 4770 static description_Getter(mthis) native "MimeType_description_Getter"; |
| 4725 | 4771 |
| 4726 static enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Getter"; | 4772 static enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Getter"; |
| 4727 | 4773 |
| 4728 static suffixes_Getter(mthis) native "MimeType_suffixes_Getter"; | 4774 static suffixes_Getter(mthis) native "MimeType_suffixes_Getter"; |
| 4729 | 4775 |
| 4730 static type_Getter(mthis) native "MimeType_type_Getter"; | 4776 static type_Getter(mthis) native "MimeType_type_Getter"; |
| 4731 } | 4777 } |
| 4732 | 4778 |
| 4733 class BlinkMimeTypeArray { | 4779 class BlinkMimeTypeArray { |
| 4734 static length_Getter(mthis) native "MimeTypeArray_length_Getter"; | 4780 static length_Getter(mthis) native "MimeTypeArray_length_Getter"; |
| 4735 | 4781 |
| 4736 static $__getter___Callback_DOMString(mthis, name) native "MimeTypeArray___get
ter___Callback_DOMString"; | 4782 static $__getter___Callback_1(mthis, name) native "MimeTypeArray___getter___Ca
llback"; |
| 4737 | 4783 |
| 4738 static item_Callback_ul(mthis, index) native "MimeTypeArray_item_Callback_unsi
gned long"; | 4784 static item_Callback_1(mthis, index) native "MimeTypeArray_item_Callback"; |
| 4739 | 4785 |
| 4740 static namedItem_Callback_DOMString(mthis, name) native "MimeTypeArray_namedIt
em_Callback_DOMString"; | 4786 static namedItem_Callback_1(mthis, name) native "MimeTypeArray_namedItem_Callb
ack"; |
| 4741 } | 4787 } |
| 4742 | 4788 |
| 4743 class BlinkMouseEvent { | 4789 class BlinkMouseEvent { |
| 4744 static constructorCallback(type, options) native "MouseEvent_constructorCallba
ck"; | 4790 static constructorCallback(type, options) native "MouseEvent_constructorCallba
ck"; |
| 4745 | 4791 |
| 4746 static altKey_Getter(mthis) native "MouseEvent_altKey_Getter"; | 4792 static altKey_Getter(mthis) native "MouseEvent_altKey_Getter"; |
| 4747 | 4793 |
| 4748 static button_Getter(mthis) native "MouseEvent_button_Getter"; | 4794 static button_Getter(mthis) native "MouseEvent_button_Getter"; |
| 4749 | 4795 |
| 4750 static clientX_Getter(mthis) native "MouseEvent_clientX_Getter"; | 4796 static clientX_Getter(mthis) native "MouseEvent_clientX_Getter"; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 4776 static screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; | 4822 static screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; |
| 4777 | 4823 |
| 4778 static shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; | 4824 static shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; |
| 4779 | 4825 |
| 4780 static toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; | 4826 static toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; |
| 4781 | 4827 |
| 4782 static webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovementX_Getter
"; | 4828 static webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovementX_Getter
"; |
| 4783 | 4829 |
| 4784 static webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovementY_Getter
"; | 4830 static webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovementY_Getter
"; |
| 4785 | 4831 |
| 4786 static initMouseEvent_Callback_DOMString_boolean_boolean_Window_long_long_long
_long_long_boolean_boolean_boolean_boolean_us_EventTarget(mthis, type, canBubble
, cancelable, view, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey,
shiftKey, metaKey, button, relatedTarget) native "MouseEvent_initMouseEvent_Cal
lback_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boolean_
boolean_boolean_unsigned short_EventTarget"; | 4832 static initMouseEvent_Callback_15(mthis, type, canBubble, cancelable, view, de
tail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, bu
tton, relatedTarget) native "MouseEvent_initMouseEvent_Callback"; |
| 4787 } | 4833 } |
| 4788 | 4834 |
| 4789 class BlinkMutationEvent {} | 4835 class BlinkMutationEvent {} |
| 4790 | 4836 |
| 4791 class BlinkMutationObserver { | 4837 class BlinkMutationObserver { |
| 4792 static constructorCallback_MutationCallback(callback) native "MutationObserver
_constructorCallback"; | 4838 static constructorCallback_1(callback) native "MutationObserver_constructorCal
lback"; |
| 4793 | 4839 |
| 4794 static disconnect_Callback(mthis) native "MutationObserver_disconnect_Callback
"; | 4840 static disconnect_Callback(mthis) native "MutationObserver_disconnect_Callback
"; |
| 4795 | 4841 |
| 4796 static observe_Callback_Node_Dictionary(mthis, target, options) native "Mutati
onObserver_observe_Callback_Node_Dictionary"; | 4842 static observe_Callback_2(mthis, target, options) native "MutationObserver_obs
erve_Callback"; |
| 4797 | 4843 |
| 4798 static takeRecords_Callback(mthis) native "MutationObserver_takeRecords_Callba
ck"; | 4844 static takeRecords_Callback(mthis) native "MutationObserver_takeRecords_Callba
ck"; |
| 4799 } | 4845 } |
| 4800 | 4846 |
| 4801 class BlinkMutationRecord { | 4847 class BlinkMutationRecord { |
| 4802 static addedNodes_Getter(mthis) native "MutationRecord_addedNodes_Getter"; | 4848 static addedNodes_Getter(mthis) native "MutationRecord_addedNodes_Getter"; |
| 4803 | 4849 |
| 4804 static attributeName_Getter(mthis) native "MutationRecord_attributeName_Getter
"; | 4850 static attributeName_Getter(mthis) native "MutationRecord_attributeName_Getter
"; |
| 4805 | 4851 |
| 4806 static attributeNamespace_Getter(mthis) native "MutationRecord_attributeNamesp
ace_Getter"; | 4852 static attributeNamespace_Getter(mthis) native "MutationRecord_attributeNamesp
ace_Getter"; |
| 4807 | 4853 |
| 4808 static nextSibling_Getter(mthis) native "MutationRecord_nextSibling_Getter"; | 4854 static nextSibling_Getter(mthis) native "MutationRecord_nextSibling_Getter"; |
| 4809 | 4855 |
| 4810 static oldValue_Getter(mthis) native "MutationRecord_oldValue_Getter"; | 4856 static oldValue_Getter(mthis) native "MutationRecord_oldValue_Getter"; |
| 4811 | 4857 |
| 4812 static previousSibling_Getter(mthis) native "MutationRecord_previousSibling_Ge
tter"; | 4858 static previousSibling_Getter(mthis) native "MutationRecord_previousSibling_Ge
tter"; |
| 4813 | 4859 |
| 4814 static removedNodes_Getter(mthis) native "MutationRecord_removedNodes_Getter"; | 4860 static removedNodes_Getter(mthis) native "MutationRecord_removedNodes_Getter"; |
| 4815 | 4861 |
| 4816 static target_Getter(mthis) native "MutationRecord_target_Getter"; | 4862 static target_Getter(mthis) native "MutationRecord_target_Getter"; |
| 4817 | 4863 |
| 4818 static type_Getter(mthis) native "MutationRecord_type_Getter"; | 4864 static type_Getter(mthis) native "MutationRecord_type_Getter"; |
| 4819 } | 4865 } |
| 4820 | 4866 |
| 4821 class BlinkNamedNodeMap { | 4867 class BlinkNamedNodeMap { |
| 4822 static length_Getter(mthis) native "NamedNodeMap_length_Getter"; | 4868 static length_Getter(mthis) native "NamedNodeMap_length_Getter"; |
| 4823 | 4869 |
| 4824 static $__getter___Callback_DOMString(mthis, name) native "NamedNodeMap___gett
er___Callback_DOMString"; | 4870 static $__getter___Callback_1(mthis, name) native "NamedNodeMap___getter___Cal
lback"; |
| 4825 | 4871 |
| 4826 static getNamedItem_Callback_DOMString(mthis, name) native "NamedNodeMap_getNa
medItem_Callback_DOMString"; | 4872 static getNamedItem_Callback_1(mthis, name) native "NamedNodeMap_getNamedItem_
Callback"; |
| 4827 | 4873 |
| 4828 static getNamedItemNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN
ame) native "NamedNodeMap_getNamedItemNS_Callback_DOMString_DOMString"; | 4874 static getNamedItemNS_Callback_2(mthis, namespaceURI, localName) native "Named
NodeMap_getNamedItemNS_Callback"; |
| 4829 | 4875 |
| 4830 static item_Callback_ul(mthis, index) native "NamedNodeMap_item_Callback_unsig
ned long"; | 4876 static item_Callback_1(mthis, index) native "NamedNodeMap_item_Callback"; |
| 4831 | 4877 |
| 4832 static removeNamedItem_Callback_DOMString(mthis, name) native "NamedNodeMap_re
moveNamedItem_Callback_DOMString"; | 4878 static removeNamedItem_Callback_1(mthis, name) native "NamedNodeMap_removeName
dItem_Callback"; |
| 4833 | 4879 |
| 4834 static removeNamedItemNS_Callback_DOMString_DOMString(mthis, namespaceURI, loc
alName) native "NamedNodeMap_removeNamedItemNS_Callback_DOMString_DOMString"; | 4880 static removeNamedItemNS_Callback_2(mthis, namespaceURI, localName) native "Na
medNodeMap_removeNamedItemNS_Callback"; |
| 4835 | 4881 |
| 4836 static setNamedItem_Callback_Node(mthis, node) native "NamedNodeMap_setNamedIt
em_Callback_Node"; | 4882 static setNamedItem_Callback_1(mthis, node) native "NamedNodeMap_setNamedItem_
Callback"; |
| 4837 | 4883 |
| 4838 static setNamedItemNS_Callback_Node(mthis, node) native "NamedNodeMap_setNamed
ItemNS_Callback_Node"; | 4884 static setNamedItemNS_Callback_1(mthis, node) native "NamedNodeMap_setNamedIte
mNS_Callback"; |
| 4839 } | 4885 } |
| 4840 | 4886 |
| 4841 class BlinkNavigatorCPU { | 4887 class BlinkNavigatorCPU { |
| 4842 static hardwareConcurrency_Getter(mthis) native "NavigatorCPU_hardwareConcurre
ncy_Getter"; | 4888 static hardwareConcurrency_Getter(mthis) native "NavigatorCPU_hardwareConcurre
ncy_Getter"; |
| 4843 } | 4889 } |
| 4844 | 4890 |
| 4845 class BlinkNavigatorID { | 4891 class BlinkNavigatorID { |
| 4846 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; | 4892 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; |
| 4847 | 4893 |
| 4848 static appName_Getter(mthis) native "Navigator_appName_Getter"; | 4894 static appName_Getter(mthis) native "Navigator_appName_Getter"; |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4900 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten
tStorage_Getter"; | 4946 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten
tStorage_Getter"; |
| 4901 | 4947 |
| 4902 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS
torage_Getter"; | 4948 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS
torage_Getter"; |
| 4903 | 4949 |
| 4904 static getBattery_Callback(mthis) native "Navigator_getBattery_Callback"; | 4950 static getBattery_Callback(mthis) native "Navigator_getBattery_Callback"; |
| 4905 | 4951 |
| 4906 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; | 4952 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; |
| 4907 | 4953 |
| 4908 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C
allback"; | 4954 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C
allback"; |
| 4909 | 4955 |
| 4910 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme,
url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString
"; | 4956 static isProtocolHandlerRegistered_Callback_2(mthis, scheme, url) native "Navi
gator_isProtocolHandlerRegistered_Callback"; |
| 4911 | 4957 |
| 4912 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s
cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_
DOMString_DOMString"; | 4958 static registerProtocolHandler_Callback_3(mthis, scheme, url, title) native "N
avigator_registerProtocolHandler_Callback"; |
| 4913 | 4959 |
| 4914 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig
ator_sendBeacon_Callback_DOMString_DOMString"; | 4960 static sendBeacon_Callback_2(mthis, url, data) native "Navigator_sendBeacon_Ca
llback"; |
| 4915 | 4961 |
| 4916 static sendBeacon_Callback_DOMString_ArrayBufferView(mthis, url, data) native
"Navigator_sendBeacon_Callback_DOMString_ArrayBufferView"; | 4962 static unregisterProtocolHandler_Callback_2(mthis, scheme, url) native "Naviga
tor_unregisterProtocolHandler_Callback"; |
| 4917 | 4963 |
| 4918 static sendBeacon_Callback_DOMString_FormData(mthis, url, data) native "Naviga
tor_sendBeacon_Callback_DOMString_FormData"; | 4964 static webkitGetUserMedia_Callback_3(mthis, options, successCallback, errorCal
lback) native "Navigator_webkitGetUserMedia_Callback"; |
| 4919 | |
| 4920 static sendBeacon_Callback_DOMString_Blob(mthis, url, data) native "Navigator_
sendBeacon_Callback_DOMString_Blob"; | |
| 4921 | |
| 4922 static unregisterProtocolHandler_Callback_DOMString_DOMString(mthis, scheme, u
rl) native "Navigator_unregisterProtocolHandler_Callback_DOMString_DOMString"; | |
| 4923 | |
| 4924 static webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuccessCallbac
k_NavigatorUserMediaErrorCallback(mthis, options, successCallback, errorCallback
) native "Navigator_webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuc
cessCallback_NavigatorUserMediaErrorCallback"; | |
| 4925 | 4965 |
| 4926 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; | 4966 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; |
| 4927 | 4967 |
| 4928 static appName_Getter(mthis) native "Navigator_appName_Getter"; | 4968 static appName_Getter(mthis) native "Navigator_appName_Getter"; |
| 4929 | 4969 |
| 4930 static appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; | 4970 static appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; |
| 4931 | 4971 |
| 4932 static dartEnabled_Getter(mthis) native "Navigator_dartEnabled_Getter"; | 4972 static dartEnabled_Getter(mthis) native "Navigator_dartEnabled_Getter"; |
| 4933 | 4973 |
| 4934 static platform_Getter(mthis) native "Navigator_platform_Getter"; | 4974 static platform_Getter(mthis) native "Navigator_platform_Getter"; |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4970 static detach_Callback(mthis) native "NodeIterator_detach_Callback"; | 5010 static detach_Callback(mthis) native "NodeIterator_detach_Callback"; |
| 4971 | 5011 |
| 4972 static nextNode_Callback(mthis) native "NodeIterator_nextNode_Callback"; | 5012 static nextNode_Callback(mthis) native "NodeIterator_nextNode_Callback"; |
| 4973 | 5013 |
| 4974 static previousNode_Callback(mthis) native "NodeIterator_previousNode_Callback
"; | 5014 static previousNode_Callback(mthis) native "NodeIterator_previousNode_Callback
"; |
| 4975 } | 5015 } |
| 4976 | 5016 |
| 4977 class BlinkNodeList { | 5017 class BlinkNodeList { |
| 4978 static length_Getter(mthis) native "NodeList_length_Getter"; | 5018 static length_Getter(mthis) native "NodeList_length_Getter"; |
| 4979 | 5019 |
| 4980 static item_Callback_ul(mthis, index) native "NodeList_item_Callback_unsigned
long"; | 5020 static item_Callback_1(mthis, index) native "NodeList_item_Callback"; |
| 4981 } | 5021 } |
| 4982 | 5022 |
| 4983 class BlinkNotation {} | 5023 class BlinkNotation {} |
| 4984 | 5024 |
| 4985 class BlinkNotification { | 5025 class BlinkNotification { |
| 4986 static constructorCallback_DOMString_Dictionary(title, options) native "Notifi
cation_constructorCallback_DOMString_Dictionary"; | 5026 static constructorCallback_2(title, options) native "Notification_constructorC
allback"; |
| 4987 | 5027 |
| 4988 static body_Getter(mthis) native "Notification_body_Getter"; | 5028 static body_Getter(mthis) native "Notification_body_Getter"; |
| 4989 | 5029 |
| 4990 static dir_Getter(mthis) native "Notification_dir_Getter"; | 5030 static dir_Getter(mthis) native "Notification_dir_Getter"; |
| 4991 | 5031 |
| 4992 static icon_Getter(mthis) native "Notification_icon_Getter"; | 5032 static icon_Getter(mthis) native "Notification_icon_Getter"; |
| 4993 | 5033 |
| 4994 static lang_Getter(mthis) native "Notification_lang_Getter"; | 5034 static lang_Getter(mthis) native "Notification_lang_Getter"; |
| 4995 | 5035 |
| 4996 static permission_Getter(mthis) native "Notification_permission_Getter"; | 5036 static permission_Getter(mthis) native "Notification_permission_Getter"; |
| 4997 | 5037 |
| 4998 static tag_Getter(mthis) native "Notification_tag_Getter"; | 5038 static tag_Getter(mthis) native "Notification_tag_Getter"; |
| 4999 | 5039 |
| 5000 static title_Getter(mthis) native "Notification_title_Getter"; | 5040 static title_Getter(mthis) native "Notification_title_Getter"; |
| 5001 | 5041 |
| 5002 static close_Callback(mthis) native "Notification_close_Callback"; | 5042 static close_Callback(mthis) native "Notification_close_Callback"; |
| 5003 | 5043 |
| 5004 static requestPermission_Callback_NotificationPermissionCallback(callback) nat
ive "Notification_requestPermission_Callback_NotificationPermissionCallback"; | 5044 static requestPermission_Callback_1(callback) native "Notification_requestPerm
ission_Callback"; |
| 5045 |
| 5046 static requestPermission_Callback() native "Notification_requestPermission_Cal
lback"; |
| 5005 } | 5047 } |
| 5006 | 5048 |
| 5007 class BlinkOESElementIndexUint {} | 5049 class BlinkOESElementIndexUint {} |
| 5008 | 5050 |
| 5009 class BlinkOESStandardDerivatives {} | 5051 class BlinkOESStandardDerivatives {} |
| 5010 | 5052 |
| 5011 class BlinkOESTextureFloat {} | 5053 class BlinkOESTextureFloat {} |
| 5012 | 5054 |
| 5013 class BlinkOESTextureFloatLinear {} | 5055 class BlinkOESTextureFloatLinear {} |
| 5014 | 5056 |
| 5015 class BlinkOESTextureHalfFloat {} | 5057 class BlinkOESTextureHalfFloat {} |
| 5016 | 5058 |
| 5017 class BlinkOESTextureHalfFloatLinear {} | 5059 class BlinkOESTextureHalfFloatLinear {} |
| 5018 | 5060 |
| 5019 class BlinkOESVertexArrayObject { | 5061 class BlinkOESVertexArrayObject { |
| 5020 static bindVertexArrayOES_Callback_WebGLVertexArrayObjectOES(mthis, arrayObjec
t) native "OESVertexArrayObject_bindVertexArrayOES_Callback_WebGLVertexArrayObje
ctOES"; | 5062 static bindVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArra
yObject_bindVertexArrayOES_Callback"; |
| 5021 | 5063 |
| 5022 static createVertexArrayOES_Callback(mthis) native "OESVertexArrayObject_creat
eVertexArrayOES_Callback"; | 5064 static createVertexArrayOES_Callback(mthis) native "OESVertexArrayObject_creat
eVertexArrayOES_Callback"; |
| 5023 | 5065 |
| 5024 static deleteVertexArrayOES_Callback_WebGLVertexArrayObjectOES(mthis, arrayObj
ect) native "OESVertexArrayObject_deleteVertexArrayOES_Callback_WebGLVertexArray
ObjectOES"; | 5066 static deleteVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexAr
rayObject_deleteVertexArrayOES_Callback"; |
| 5025 | 5067 |
| 5026 static isVertexArrayOES_Callback_WebGLVertexArrayObjectOES(mthis, arrayObject)
native "OESVertexArrayObject_isVertexArrayOES_Callback_WebGLVertexArrayObjectOE
S"; | 5068 static isVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArrayO
bject_isVertexArrayOES_Callback"; |
| 5027 } | 5069 } |
| 5028 | 5070 |
| 5029 class BlinkOfflineAudioCompletionEvent { | 5071 class BlinkOfflineAudioCompletionEvent { |
| 5030 static renderedBuffer_Getter(mthis) native "OfflineAudioCompletionEvent_render
edBuffer_Getter"; | 5072 static renderedBuffer_Getter(mthis) native "OfflineAudioCompletionEvent_render
edBuffer_Getter"; |
| 5031 } | 5073 } |
| 5032 | 5074 |
| 5033 class BlinkOfflineAudioContext { | 5075 class BlinkOfflineAudioContext { |
| 5034 static constructorCallback_ul_ul_float(numberOfChannels, numberOfFrames, sampl
eRate) native "OfflineAudioContext_constructorCallback_unsigned long_unsigned lo
ng_float"; | 5076 static constructorCallback_3(numberOfChannels, numberOfFrames, sampleRate) nat
ive "OfflineAudioContext_constructorCallback"; |
| 5035 } | 5077 } |
| 5036 | 5078 |
| 5037 class BlinkOscillatorNode { | 5079 class BlinkOscillatorNode { |
| 5038 static detune_Getter(mthis) native "OscillatorNode_detune_Getter"; | 5080 static detune_Getter(mthis) native "OscillatorNode_detune_Getter"; |
| 5039 | 5081 |
| 5040 static frequency_Getter(mthis) native "OscillatorNode_frequency_Getter"; | 5082 static frequency_Getter(mthis) native "OscillatorNode_frequency_Getter"; |
| 5041 | 5083 |
| 5042 static type_Getter(mthis) native "OscillatorNode_type_Getter"; | 5084 static type_Getter(mthis) native "OscillatorNode_type_Getter"; |
| 5043 | 5085 |
| 5044 static type_Setter_DOMString(mthis, value) native "OscillatorNode_type_Setter"
; | 5086 static type_Setter(mthis, value) native "OscillatorNode_type_Setter"; |
| 5045 | 5087 |
| 5046 static noteOff_Callback_double(mthis, when) native "OscillatorNode_noteOff_Cal
lback_double"; | 5088 static noteOff_Callback_1(mthis, when) native "OscillatorNode_noteOff_Callback
"; |
| 5047 | 5089 |
| 5048 static noteOn_Callback_double(mthis, when) native "OscillatorNode_noteOn_Callb
ack_double"; | 5090 static noteOn_Callback_1(mthis, when) native "OscillatorNode_noteOn_Callback"; |
| 5049 | 5091 |
| 5050 static setPeriodicWave_Callback_PeriodicWave(mthis, periodicWave) native "Osci
llatorNode_setPeriodicWave_Callback_PeriodicWave"; | 5092 static setPeriodicWave_Callback_1(mthis, periodicWave) native "OscillatorNode_
setPeriodicWave_Callback"; |
| 5051 | 5093 |
| 5052 static start_Callback_double(mthis, when) native "OscillatorNode_start_Callbac
k_double"; | 5094 static start_Callback_1(mthis, when) native "OscillatorNode_start_Callback"; |
| 5053 | 5095 |
| 5054 static start_Callback(mthis) native "OscillatorNode_start_Callback"; | 5096 static start_Callback(mthis) native "OscillatorNode_start_Callback"; |
| 5055 | 5097 |
| 5056 static stop_Callback_double(mthis, when) native "OscillatorNode_stop_Callback_
double"; | 5098 static stop_Callback_1(mthis, when) native "OscillatorNode_stop_Callback"; |
| 5057 | 5099 |
| 5058 static stop_Callback(mthis) native "OscillatorNode_stop_Callback"; | 5100 static stop_Callback(mthis) native "OscillatorNode_stop_Callback"; |
| 5059 } | 5101 } |
| 5060 | 5102 |
| 5061 class BlinkOverflowEvent { | 5103 class BlinkOverflowEvent { |
| 5062 static constructorCallback(type, options) native "OverflowEvent_constructorCal
lback"; | 5104 static constructorCallback(type, options) native "OverflowEvent_constructorCal
lback"; |
| 5063 | 5105 |
| 5064 static horizontalOverflow_Getter(mthis) native "OverflowEvent_horizontalOverfl
ow_Getter"; | 5106 static horizontalOverflow_Getter(mthis) native "OverflowEvent_horizontalOverfl
ow_Getter"; |
| 5065 | 5107 |
| 5066 static orient_Getter(mthis) native "OverflowEvent_orient_Getter"; | 5108 static orient_Getter(mthis) native "OverflowEvent_orient_Getter"; |
| 5067 | 5109 |
| 5068 static verticalOverflow_Getter(mthis) native "OverflowEvent_verticalOverflow_G
etter"; | 5110 static verticalOverflow_Getter(mthis) native "OverflowEvent_verticalOverflow_G
etter"; |
| 5069 } | 5111 } |
| 5070 | 5112 |
| 5071 class BlinkPagePopupController {} | 5113 class BlinkPagePopupController {} |
| 5072 | 5114 |
| 5073 class BlinkPageTransitionEvent { | 5115 class BlinkPageTransitionEvent { |
| 5074 static constructorCallback(type, options) native "PageTransitionEvent_construc
torCallback"; | 5116 static constructorCallback(type, options) native "PageTransitionEvent_construc
torCallback"; |
| 5075 | 5117 |
| 5076 static persisted_Getter(mthis) native "PageTransitionEvent_persisted_Getter"; | 5118 static persisted_Getter(mthis) native "PageTransitionEvent_persisted_Getter"; |
| 5077 } | 5119 } |
| 5078 | 5120 |
| 5079 class BlinkPannerNode { | 5121 class BlinkPannerNode { |
| 5080 static coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle_Getter"; | 5122 static coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle_Getter"; |
| 5081 | 5123 |
| 5082 static coneInnerAngle_Setter_double(mthis, value) native "PannerNode_coneInner
Angle_Setter"; | 5124 static coneInnerAngle_Setter(mthis, value) native "PannerNode_coneInnerAngle_S
etter"; |
| 5083 | 5125 |
| 5084 static coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle_Getter"; | 5126 static coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle_Getter"; |
| 5085 | 5127 |
| 5086 static coneOuterAngle_Setter_double(mthis, value) native "PannerNode_coneOuter
Angle_Setter"; | 5128 static coneOuterAngle_Setter(mthis, value) native "PannerNode_coneOuterAngle_S
etter"; |
| 5087 | 5129 |
| 5088 static coneOuterGain_Getter(mthis) native "PannerNode_coneOuterGain_Getter"; | 5130 static coneOuterGain_Getter(mthis) native "PannerNode_coneOuterGain_Getter"; |
| 5089 | 5131 |
| 5090 static coneOuterGain_Setter_double(mthis, value) native "PannerNode_coneOuterG
ain_Setter"; | 5132 static coneOuterGain_Setter(mthis, value) native "PannerNode_coneOuterGain_Set
ter"; |
| 5091 | 5133 |
| 5092 static distanceModel_Getter(mthis) native "PannerNode_distanceModel_Getter"; | 5134 static distanceModel_Getter(mthis) native "PannerNode_distanceModel_Getter"; |
| 5093 | 5135 |
| 5094 static distanceModel_Setter_DOMString(mthis, value) native "PannerNode_distanc
eModel_Setter"; | 5136 static distanceModel_Setter(mthis, value) native "PannerNode_distanceModel_Set
ter"; |
| 5095 | 5137 |
| 5096 static maxDistance_Getter(mthis) native "PannerNode_maxDistance_Getter"; | 5138 static maxDistance_Getter(mthis) native "PannerNode_maxDistance_Getter"; |
| 5097 | 5139 |
| 5098 static maxDistance_Setter_double(mthis, value) native "PannerNode_maxDistance_
Setter"; | 5140 static maxDistance_Setter(mthis, value) native "PannerNode_maxDistance_Setter"
; |
| 5099 | 5141 |
| 5100 static panningModel_Getter(mthis) native "PannerNode_panningModel_Getter"; | 5142 static panningModel_Getter(mthis) native "PannerNode_panningModel_Getter"; |
| 5101 | 5143 |
| 5102 static panningModel_Setter_DOMString(mthis, value) native "PannerNode_panningM
odel_Setter"; | 5144 static panningModel_Setter(mthis, value) native "PannerNode_panningModel_Sette
r"; |
| 5103 | 5145 |
| 5104 static refDistance_Getter(mthis) native "PannerNode_refDistance_Getter"; | 5146 static refDistance_Getter(mthis) native "PannerNode_refDistance_Getter"; |
| 5105 | 5147 |
| 5106 static refDistance_Setter_double(mthis, value) native "PannerNode_refDistance_
Setter"; | 5148 static refDistance_Setter(mthis, value) native "PannerNode_refDistance_Setter"
; |
| 5107 | 5149 |
| 5108 static rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_Getter"; | 5150 static rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_Getter"; |
| 5109 | 5151 |
| 5110 static rolloffFactor_Setter_double(mthis, value) native "PannerNode_rolloffFac
tor_Setter"; | 5152 static rolloffFactor_Setter(mthis, value) native "PannerNode_rolloffFactor_Set
ter"; |
| 5111 | 5153 |
| 5112 static setOrientation_Callback_float_float_float(mthis, x, y, z) native "Panne
rNode_setOrientation_Callback_float_float_float"; | 5154 static setOrientation_Callback_3(mthis, x, y, z) native "PannerNode_setOrienta
tion_Callback"; |
| 5113 | 5155 |
| 5114 static setPosition_Callback_float_float_float(mthis, x, y, z) native "PannerNo
de_setPosition_Callback_float_float_float"; | 5156 static setPosition_Callback_3(mthis, x, y, z) native "PannerNode_setPosition_C
allback"; |
| 5115 | 5157 |
| 5116 static setVelocity_Callback_float_float_float(mthis, x, y, z) native "PannerNo
de_setVelocity_Callback_float_float_float"; | 5158 static setVelocity_Callback_3(mthis, x, y, z) native "PannerNode_setVelocity_C
allback"; |
| 5117 } | 5159 } |
| 5118 | 5160 |
| 5119 class BlinkPath2D { | 5161 class BlinkPath2D { |
| 5120 static constructorCallback() native "Path2D_constructorCallback"; | 5162 static constructorCallback() native "Path2D_constructorCallback"; |
| 5121 | 5163 |
| 5122 static constructorCallback_Path2D(path_OR_text) native "Path2D_constructorCall
back_Path2D"; | 5164 static constructorCallback_1(path_OR_text) native "Path2D_constructorCallback"
; |
| 5123 | 5165 |
| 5124 static constructorCallback_DOMString(path_OR_text) native "Path2D_constructorC
allback_DOMString"; | 5166 static addPath_Callback_2(mthis, path, transform) native "Path2D_addPath_Callb
ack"; |
| 5125 | 5167 |
| 5126 static addPath_Callback_Path2D_SVGMatrix(mthis, path, transform) native "Path2
D_addPath_Callback_Path2D_SVGMatrix"; | 5168 static addPath_Callback_1(mthis, path) native "Path2D_addPath_Callback"; |
| 5127 | 5169 |
| 5128 static addPath_Callback_Path2D(mthis, path) native "Path2D_addPath_Callback_Pa
th2D"; | 5170 static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise
) native "Path2D_arc_Callback"; |
| 5129 | 5171 |
| 5130 static arc_Callback_float_float_float_float_float_boolean(mthis, x, y, radius,
startAngle, endAngle, anticlockwise) native "Path2D_arc_Callback_float_float_fl
oat_float_float_boolean"; | 5172 static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_Ca
llback"; |
| 5131 | 5173 |
| 5132 static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, rad
ius) native "Path2D_arcTo_Callback_float_float_float_float_float"; | 5174 static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "P
ath2D_bezierCurveTo_Callback"; |
| 5133 | |
| 5134 static bezierCurveTo_Callback_float_float_float_float_float_float(mthis, cp1x,
cp1y, cp2x, cp2y, x, y) native "Path2D_bezierCurveTo_Callback_float_float_float
_float_float_float"; | |
| 5135 | 5175 |
| 5136 static closePath_Callback(mthis) native "Path2D_closePath_Callback"; | 5176 static closePath_Callback(mthis) native "Path2D_closePath_Callback"; |
| 5137 | 5177 |
| 5138 static ellipse_Callback_float_float_float_float_float_float_float_boolean(mthi
s, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native
"Path2D_ellipse_Callback_float_float_float_float_float_float_float_boolean"; | 5178 static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle,
endAngle, anticlockwise) native "Path2D_ellipse_Callback"; |
| 5139 | 5179 |
| 5140 static lineTo_Callback_float_float(mthis, x, y) native "Path2D_lineTo_Callback
_float_float"; | 5180 static lineTo_Callback_2(mthis, x, y) native "Path2D_lineTo_Callback"; |
| 5141 | 5181 |
| 5142 static moveTo_Callback_float_float(mthis, x, y) native "Path2D_moveTo_Callback
_float_float"; | 5182 static moveTo_Callback_2(mthis, x, y) native "Path2D_moveTo_Callback"; |
| 5143 | 5183 |
| 5144 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "Path2D_quadraticCurveTo_Callback_float_float_float_float"; | 5184 static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "Path2D_quadr
aticCurveTo_Callback"; |
| 5145 | 5185 |
| 5146 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "Path2D_rect_Callback_float_float_float_float"; | 5186 static rect_Callback_4(mthis, x, y, width, height) native "Path2D_rect_Callbac
k"; |
| 5147 } | 5187 } |
| 5148 | 5188 |
| 5149 class BlinkPerformance { | 5189 class BlinkPerformance { |
| 5150 static memory_Getter(mthis) native "Performance_memory_Getter"; | 5190 static memory_Getter(mthis) native "Performance_memory_Getter"; |
| 5151 | 5191 |
| 5152 static navigation_Getter(mthis) native "Performance_navigation_Getter"; | 5192 static navigation_Getter(mthis) native "Performance_navigation_Getter"; |
| 5153 | 5193 |
| 5154 static timing_Getter(mthis) native "Performance_timing_Getter"; | 5194 static timing_Getter(mthis) native "Performance_timing_Getter"; |
| 5155 | 5195 |
| 5156 static clearMarks_Callback_DOMString(mthis, markName) native "Performance_clea
rMarks_Callback_DOMString"; | 5196 static clearMarks_Callback_1(mthis, markName) native "Performance_clearMarks_C
allback"; |
| 5157 | 5197 |
| 5158 static clearMeasures_Callback_DOMString(mthis, measureName) native "Performanc
e_clearMeasures_Callback_DOMString"; | 5198 static clearMeasures_Callback_1(mthis, measureName) native "Performance_clearM
easures_Callback"; |
| 5159 | 5199 |
| 5160 static getEntries_Callback(mthis) native "Performance_getEntries_Callback"; | 5200 static getEntries_Callback(mthis) native "Performance_getEntries_Callback"; |
| 5161 | 5201 |
| 5162 static getEntriesByName_Callback_DOMString_DOMString(mthis, name, entryType) n
ative "Performance_getEntriesByName_Callback_DOMString_DOMString"; | 5202 static getEntriesByName_Callback_2(mthis, name, entryType) native "Performance
_getEntriesByName_Callback"; |
| 5163 | 5203 |
| 5164 static getEntriesByType_Callback_DOMString(mthis, entryType) native "Performan
ce_getEntriesByType_Callback_DOMString"; | 5204 static getEntriesByType_Callback_1(mthis, entryType) native "Performance_getEn
triesByType_Callback"; |
| 5165 | 5205 |
| 5166 static mark_Callback_DOMString(mthis, markName) native "Performance_mark_Callb
ack_DOMString"; | 5206 static mark_Callback_1(mthis, markName) native "Performance_mark_Callback"; |
| 5167 | 5207 |
| 5168 static measure_Callback_DOMString_DOMString_DOMString(mthis, measureName, star
tMark, endMark) native "Performance_measure_Callback_DOMString_DOMString_DOMStri
ng"; | 5208 static measure_Callback_3(mthis, measureName, startMark, endMark) native "Perf
ormance_measure_Callback"; |
| 5169 | 5209 |
| 5170 static now_Callback(mthis) native "Performance_now_Callback"; | 5210 static now_Callback(mthis) native "Performance_now_Callback"; |
| 5171 | 5211 |
| 5172 static webkitClearResourceTimings_Callback(mthis) native "Performance_webkitCl
earResourceTimings_Callback"; | 5212 static webkitClearResourceTimings_Callback(mthis) native "Performance_webkitCl
earResourceTimings_Callback"; |
| 5173 | 5213 |
| 5174 static webkitSetResourceTimingBufferSize_Callback_ul(mthis, maxSize) native "P
erformance_webkitSetResourceTimingBufferSize_Callback_unsigned long"; | 5214 static webkitSetResourceTimingBufferSize_Callback_1(mthis, maxSize) native "Pe
rformance_webkitSetResourceTimingBufferSize_Callback"; |
| 5175 } | 5215 } |
| 5176 | 5216 |
| 5177 class BlinkPerformanceEntry { | 5217 class BlinkPerformanceEntry { |
| 5178 static duration_Getter(mthis) native "PerformanceEntry_duration_Getter"; | 5218 static duration_Getter(mthis) native "PerformanceEntry_duration_Getter"; |
| 5179 | 5219 |
| 5180 static entryType_Getter(mthis) native "PerformanceEntry_entryType_Getter"; | 5220 static entryType_Getter(mthis) native "PerformanceEntry_entryType_Getter"; |
| 5181 | 5221 |
| 5182 static name_Getter(mthis) native "PerformanceEntry_name_Getter"; | 5222 static name_Getter(mthis) native "PerformanceEntry_name_Getter"; |
| 5183 | 5223 |
| 5184 static startTime_Getter(mthis) native "PerformanceEntry_startTime_Getter"; | 5224 static startTime_Getter(mthis) native "PerformanceEntry_startTime_Getter"; |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5268 | 5308 |
| 5269 class BlinkPlugin { | 5309 class BlinkPlugin { |
| 5270 static description_Getter(mthis) native "Plugin_description_Getter"; | 5310 static description_Getter(mthis) native "Plugin_description_Getter"; |
| 5271 | 5311 |
| 5272 static filename_Getter(mthis) native "Plugin_filename_Getter"; | 5312 static filename_Getter(mthis) native "Plugin_filename_Getter"; |
| 5273 | 5313 |
| 5274 static length_Getter(mthis) native "Plugin_length_Getter"; | 5314 static length_Getter(mthis) native "Plugin_length_Getter"; |
| 5275 | 5315 |
| 5276 static name_Getter(mthis) native "Plugin_name_Getter"; | 5316 static name_Getter(mthis) native "Plugin_name_Getter"; |
| 5277 | 5317 |
| 5278 static $__getter___Callback_DOMString(mthis, name) native "Plugin___getter___C
allback_DOMString"; | 5318 static $__getter___Callback_1(mthis, name) native "Plugin___getter___Callback"
; |
| 5279 | 5319 |
| 5280 static item_Callback_ul(mthis, index) native "Plugin_item_Callback_unsigned lo
ng"; | 5320 static item_Callback_1(mthis, index) native "Plugin_item_Callback"; |
| 5281 | 5321 |
| 5282 static namedItem_Callback_DOMString(mthis, name) native "Plugin_namedItem_Call
back_DOMString"; | 5322 static namedItem_Callback_1(mthis, name) native "Plugin_namedItem_Callback"; |
| 5283 } | 5323 } |
| 5284 | 5324 |
| 5285 class BlinkPluginArray { | 5325 class BlinkPluginArray { |
| 5286 static length_Getter(mthis) native "PluginArray_length_Getter"; | 5326 static length_Getter(mthis) native "PluginArray_length_Getter"; |
| 5287 | 5327 |
| 5288 static $__getter___Callback_DOMString(mthis, name) native "PluginArray___gette
r___Callback_DOMString"; | 5328 static $__getter___Callback_1(mthis, name) native "PluginArray___getter___Call
back"; |
| 5289 | 5329 |
| 5290 static item_Callback_ul(mthis, index) native "PluginArray_item_Callback_unsign
ed long"; | 5330 static item_Callback_1(mthis, index) native "PluginArray_item_Callback"; |
| 5291 | 5331 |
| 5292 static namedItem_Callback_DOMString(mthis, name) native "PluginArray_namedItem
_Callback_DOMString"; | 5332 static namedItem_Callback_1(mthis, name) native "PluginArray_namedItem_Callbac
k"; |
| 5293 | 5333 |
| 5294 static refresh_Callback_boolean(mthis, reload) native "PluginArray_refresh_Cal
lback_boolean"; | 5334 static refresh_Callback_1(mthis, reload) native "PluginArray_refresh_Callback"
; |
| 5295 } | 5335 } |
| 5296 | 5336 |
| 5297 class BlinkPopStateEvent { | 5337 class BlinkPopStateEvent { |
| 5298 static constructorCallback(type, options) native "PopStateEvent_constructorCal
lback"; | 5338 static constructorCallback(type, options) native "PopStateEvent_constructorCal
lback"; |
| 5299 | 5339 |
| 5300 static state_Getter(mthis) native "PopStateEvent_state_Getter"; | 5340 static state_Getter(mthis) native "PopStateEvent_state_Getter"; |
| 5301 } | 5341 } |
| 5302 | 5342 |
| 5303 class BlinkPositionError { | 5343 class BlinkPositionError { |
| 5304 static code_Getter(mthis) native "PositionError_code_Getter"; | 5344 static code_Getter(mthis) native "PositionError_code_Getter"; |
| (...skipping 17 matching lines...) Expand all Loading... |
| 5322 static total_Getter(mthis) native "ProgressEvent_total_Getter"; | 5362 static total_Getter(mthis) native "ProgressEvent_total_Getter"; |
| 5323 } | 5363 } |
| 5324 | 5364 |
| 5325 class BlinkPushEvent { | 5365 class BlinkPushEvent { |
| 5326 static constructorCallback(type, options) native "PushEvent_constructorCallbac
k"; | 5366 static constructorCallback(type, options) native "PushEvent_constructorCallbac
k"; |
| 5327 | 5367 |
| 5328 static data_Getter(mthis) native "PushEvent_data_Getter"; | 5368 static data_Getter(mthis) native "PushEvent_data_Getter"; |
| 5329 } | 5369 } |
| 5330 | 5370 |
| 5331 class BlinkPushManager { | 5371 class BlinkPushManager { |
| 5332 static register_Callback_DOMString(mthis, senderId) native "PushManager_regist
er_Callback_DOMString"; | 5372 static register_Callback_1(mthis, senderId) native "PushManager_register_Callb
ack"; |
| 5333 } | 5373 } |
| 5334 | 5374 |
| 5335 class BlinkPushRegistration { | 5375 class BlinkPushRegistration { |
| 5336 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter
"; | 5376 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter
"; |
| 5337 | 5377 |
| 5338 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat
ionId_Getter"; | 5378 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat
ionId_Getter"; |
| 5339 } | 5379 } |
| 5340 | 5380 |
| 5341 class BlinkRGBColor {} | 5381 class BlinkRGBColor {} |
| 5342 | 5382 |
| 5343 class BlinkRTCDTMFSender { | 5383 class BlinkRTCDTMFSender { |
| 5344 static canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsertDTMF_Getter"
; | 5384 static canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsertDTMF_Getter"
; |
| 5345 | 5385 |
| 5346 static duration_Getter(mthis) native "RTCDTMFSender_duration_Getter"; | 5386 static duration_Getter(mthis) native "RTCDTMFSender_duration_Getter"; |
| 5347 | 5387 |
| 5348 static interToneGap_Getter(mthis) native "RTCDTMFSender_interToneGap_Getter"; | 5388 static interToneGap_Getter(mthis) native "RTCDTMFSender_interToneGap_Getter"; |
| 5349 | 5389 |
| 5350 static toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_Getter"; | 5390 static toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_Getter"; |
| 5351 | 5391 |
| 5352 static track_Getter(mthis) native "RTCDTMFSender_track_Getter"; | 5392 static track_Getter(mthis) native "RTCDTMFSender_track_Getter"; |
| 5353 | 5393 |
| 5354 static insertDTMF_Callback_DOMString_long_long(mthis, tones, duration, interTo
neGap) native "RTCDTMFSender_insertDTMF_Callback_DOMString_long_long"; | 5394 static insertDTMF_Callback_3(mthis, tones, duration, interToneGap) native "RTC
DTMFSender_insertDTMF_Callback"; |
| 5355 | 5395 |
| 5356 static insertDTMF_Callback_DOMString_long(mthis, tones, duration) native "RTCD
TMFSender_insertDTMF_Callback_DOMString_long"; | 5396 static insertDTMF_Callback_2(mthis, tones, duration) native "RTCDTMFSender_ins
ertDTMF_Callback"; |
| 5357 | 5397 |
| 5358 static insertDTMF_Callback_DOMString(mthis, tones) native "RTCDTMFSender_inser
tDTMF_Callback_DOMString"; | 5398 static insertDTMF_Callback_1(mthis, tones) native "RTCDTMFSender_insertDTMF_Ca
llback"; |
| 5359 } | 5399 } |
| 5360 | 5400 |
| 5361 class BlinkRTCDTMFToneChangeEvent { | 5401 class BlinkRTCDTMFToneChangeEvent { |
| 5362 static constructorCallback(type, options) native "RTCDTMFToneChangeEvent_const
ructorCallback"; | 5402 static constructorCallback(type, options) native "RTCDTMFToneChangeEvent_const
ructorCallback"; |
| 5363 | 5403 |
| 5364 static tone_Getter(mthis) native "RTCDTMFToneChangeEvent_tone_Getter"; | 5404 static tone_Getter(mthis) native "RTCDTMFToneChangeEvent_tone_Getter"; |
| 5365 } | 5405 } |
| 5366 | 5406 |
| 5367 class BlinkRTCDataChannel { | 5407 class BlinkRTCDataChannel { |
| 5368 static binaryType_Getter(mthis) native "RTCDataChannel_binaryType_Getter"; | 5408 static binaryType_Getter(mthis) native "RTCDataChannel_binaryType_Getter"; |
| 5369 | 5409 |
| 5370 static binaryType_Setter_DOMString(mthis, value) native "RTCDataChannel_binary
Type_Setter"; | 5410 static binaryType_Setter(mthis, value) native "RTCDataChannel_binaryType_Sette
r"; |
| 5371 | 5411 |
| 5372 static bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Gett
er"; | 5412 static bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Gett
er"; |
| 5373 | 5413 |
| 5374 static id_Getter(mthis) native "RTCDataChannel_id_Getter"; | 5414 static id_Getter(mthis) native "RTCDataChannel_id_Getter"; |
| 5375 | 5415 |
| 5376 static label_Getter(mthis) native "RTCDataChannel_label_Getter"; | 5416 static label_Getter(mthis) native "RTCDataChannel_label_Getter"; |
| 5377 | 5417 |
| 5378 static maxRetransmitTime_Getter(mthis) native "RTCDataChannel_maxRetransmitTim
e_Getter"; | 5418 static maxRetransmitTime_Getter(mthis) native "RTCDataChannel_maxRetransmitTim
e_Getter"; |
| 5379 | 5419 |
| 5380 static maxRetransmits_Getter(mthis) native "RTCDataChannel_maxRetransmits_Gett
er"; | 5420 static maxRetransmits_Getter(mthis) native "RTCDataChannel_maxRetransmits_Gett
er"; |
| 5381 | 5421 |
| 5382 static negotiated_Getter(mthis) native "RTCDataChannel_negotiated_Getter"; | 5422 static negotiated_Getter(mthis) native "RTCDataChannel_negotiated_Getter"; |
| 5383 | 5423 |
| 5384 static ordered_Getter(mthis) native "RTCDataChannel_ordered_Getter"; | 5424 static ordered_Getter(mthis) native "RTCDataChannel_ordered_Getter"; |
| 5385 | 5425 |
| 5386 static protocol_Getter(mthis) native "RTCDataChannel_protocol_Getter"; | 5426 static protocol_Getter(mthis) native "RTCDataChannel_protocol_Getter"; |
| 5387 | 5427 |
| 5388 static readyState_Getter(mthis) native "RTCDataChannel_readyState_Getter"; | 5428 static readyState_Getter(mthis) native "RTCDataChannel_readyState_Getter"; |
| 5389 | 5429 |
| 5390 static reliable_Getter(mthis) native "RTCDataChannel_reliable_Getter"; | 5430 static reliable_Getter(mthis) native "RTCDataChannel_reliable_Getter"; |
| 5391 | 5431 |
| 5392 static close_Callback(mthis) native "RTCDataChannel_close_Callback"; | 5432 static close_Callback(mthis) native "RTCDataChannel_close_Callback"; |
| 5393 | 5433 |
| 5394 static send_Callback_DOMString(mthis, data) native "RTCDataChannel_send_Callba
ck_DOMString"; | 5434 static send_Callback_1(mthis, data) native "RTCDataChannel_send_Callback"; |
| 5395 | |
| 5396 static send_Callback_Blob(mthis, data) native "RTCDataChannel_send_Callback_Bl
ob"; | |
| 5397 | |
| 5398 static send_Callback_ArrayBufferView(mthis, data) native "RTCDataChannel_send_
Callback_ArrayBufferView"; | |
| 5399 | |
| 5400 static send_Callback_ArrayBuffer(mthis, data) native "RTCDataChannel_send_Call
back_ArrayBuffer"; | |
| 5401 } | 5435 } |
| 5402 | 5436 |
| 5403 class BlinkRTCDataChannelEvent { | 5437 class BlinkRTCDataChannelEvent { |
| 5404 static channel_Getter(mthis) native "RTCDataChannelEvent_channel_Getter"; | 5438 static channel_Getter(mthis) native "RTCDataChannelEvent_channel_Getter"; |
| 5405 } | 5439 } |
| 5406 | 5440 |
| 5407 class BlinkRTCIceCandidate { | 5441 class BlinkRTCIceCandidate { |
| 5408 static constructorCallback_Dictionary(dictionary) native "RTCIceCandidate_cons
tructorCallback_Dictionary"; | 5442 static constructorCallback_1(dictionary) native "RTCIceCandidate_constructorCa
llback"; |
| 5409 | 5443 |
| 5410 static candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter"; | 5444 static candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter"; |
| 5411 | 5445 |
| 5412 static candidate_Setter_DOMString(mthis, value) native "RTCIceCandidate_candid
ate_Setter"; | 5446 static candidate_Setter(mthis, value) native "RTCIceCandidate_candidate_Setter
"; |
| 5413 | 5447 |
| 5414 static sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Gette
r"; | 5448 static sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Gette
r"; |
| 5415 | 5449 |
| 5416 static sdpMLineIndex_Setter_us(mthis, value) native "RTCIceCandidate_sdpMLineI
ndex_Setter"; | 5450 static sdpMLineIndex_Setter(mthis, value) native "RTCIceCandidate_sdpMLineInde
x_Setter"; |
| 5417 | 5451 |
| 5418 static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter"; | 5452 static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter"; |
| 5419 | 5453 |
| 5420 static sdpMid_Setter_DOMString(mthis, value) native "RTCIceCandidate_sdpMid_Se
tter"; | 5454 static sdpMid_Setter(mthis, value) native "RTCIceCandidate_sdpMid_Setter"; |
| 5421 } | 5455 } |
| 5422 | 5456 |
| 5423 class BlinkRTCIceCandidateEvent { | 5457 class BlinkRTCIceCandidateEvent { |
| 5424 static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter"; | 5458 static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter"; |
| 5425 } | 5459 } |
| 5426 | 5460 |
| 5427 class BlinkRTCPeerConnection { | 5461 class BlinkRTCPeerConnection { |
| 5428 static constructorCallback_Dictionary_Dictionary(rtcConfiguration, mediaConstr
aints) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary"; | 5462 static constructorCallback_2(rtcConfiguration, mediaConstraints) native "RTCPe
erConnection_constructorCallback"; |
| 5429 | 5463 |
| 5430 static constructorCallback_Dictionary(rtcConfiguration) native "RTCPeerConnect
ion_constructorCallback_Dictionary"; | 5464 static constructorCallback_1(rtcConfiguration) native "RTCPeerConnection_const
ructorCallback"; |
| 5431 | 5465 |
| 5432 static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectio
nState_Getter"; | 5466 static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectio
nState_Getter"; |
| 5433 | 5467 |
| 5434 static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringS
tate_Getter"; | 5468 static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringS
tate_Getter"; |
| 5435 | 5469 |
| 5436 static localDescription_Getter(mthis) native "RTCPeerConnection_localDescripti
on_Getter"; | 5470 static localDescription_Getter(mthis) native "RTCPeerConnection_localDescripti
on_Getter"; |
| 5437 | 5471 |
| 5438 static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescrip
tion_Getter"; | 5472 static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescrip
tion_Getter"; |
| 5439 | 5473 |
| 5440 static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_G
etter"; | 5474 static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_G
etter"; |
| 5441 | 5475 |
| 5442 static addIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback(
mthis, candidate, successCallback, failureCallback) native "RTCPeerConnection_ad
dIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback"; | 5476 static addIceCandidate_Callback_3(mthis, candidate, successCallback, failureCa
llback) native "RTCPeerConnection_addIceCandidate_Callback"; |
| 5443 | 5477 |
| 5444 static addStream_Callback_MediaStream_Dictionary(mthis, stream, mediaConstrain
ts) native "RTCPeerConnection_addStream_Callback_MediaStream_Dictionary"; | 5478 static addStream_Callback_2(mthis, stream, mediaConstraints) native "RTCPeerCo
nnection_addStream_Callback"; |
| 5479 |
| 5480 static addStream_Callback_1(mthis, stream) native "RTCPeerConnection_addStream
_Callback"; |
| 5445 | 5481 |
| 5446 static close_Callback(mthis) native "RTCPeerConnection_close_Callback"; | 5482 static close_Callback(mthis) native "RTCPeerConnection_close_Callback"; |
| 5447 | 5483 |
| 5448 static createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Di
ctionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCP
eerConnection_createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallba
ck_Dictionary"; | 5484 static createAnswer_Callback_3(mthis, successCallback, failureCallback, mediaC
onstraints) native "RTCPeerConnection_createAnswer_Callback"; |
| 5449 | 5485 |
| 5450 static createDTMFSender_Callback_MediaStreamTrack(mthis, track) native "RTCPee
rConnection_createDTMFSender_Callback_MediaStreamTrack"; | 5486 static createAnswer_Callback_2(mthis, successCallback, failureCallback) native
"RTCPeerConnection_createAnswer_Callback"; |
| 5451 | 5487 |
| 5452 static createDataChannel_Callback_DOMString_Dictionary(mthis, label, options)
native "RTCPeerConnection_createDataChannel_Callback_DOMString_Dictionary"; | 5488 static createDTMFSender_Callback_1(mthis, track) native "RTCPeerConnection_cre
ateDTMFSender_Callback"; |
| 5453 | 5489 |
| 5454 static createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dic
tionary(mthis, successCallback, failureCallback, rtcOfferOptions) native "RTCPee
rConnection_createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_
Dictionary"; | 5490 static createDataChannel_Callback_2(mthis, label, options) native "RTCPeerConn
ection_createDataChannel_Callback"; |
| 5491 |
| 5492 static createDataChannel_Callback_1(mthis, label) native "RTCPeerConnection_cr
eateDataChannel_Callback"; |
| 5493 |
| 5494 static createOffer_Callback_3(mthis, successCallback, failureCallback, rtcOffe
rOptions) native "RTCPeerConnection_createOffer_Callback"; |
| 5495 |
| 5496 static createOffer_Callback_2(mthis, successCallback, failureCallback) native
"RTCPeerConnection_createOffer_Callback"; |
| 5455 | 5497 |
| 5456 static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStrea
ms_Callback"; | 5498 static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStrea
ms_Callback"; |
| 5457 | 5499 |
| 5458 static getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStr
eams_Callback"; | 5500 static getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStr
eams_Callback"; |
| 5459 | 5501 |
| 5460 static getStats_Callback_RTCStatsCallback_MediaStreamTrack(mthis, successCallb
ack, selector) native "RTCPeerConnection_getStats_Callback_RTCStatsCallback_Medi
aStreamTrack"; | 5502 static getStats_Callback_2(mthis, successCallback, selector) native "RTCPeerCo
nnection_getStats_Callback"; |
| 5461 | 5503 |
| 5462 static getStreamById_Callback_DOMString(mthis, streamId) native "RTCPeerConnec
tion_getStreamById_Callback_DOMString"; | 5504 static getStreamById_Callback_1(mthis, streamId) native "RTCPeerConnection_get
StreamById_Callback"; |
| 5463 | 5505 |
| 5464 static removeStream_Callback_MediaStream(mthis, stream) native "RTCPeerConnect
ion_removeStream_Callback_MediaStream"; | 5506 static removeStream_Callback_1(mthis, stream) native "RTCPeerConnection_remove
Stream_Callback"; |
| 5465 | 5507 |
| 5466 static setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErro
rCallback(mthis, description, successCallback, failureCallback) native "RTCPeerC
onnection_setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErr
orCallback"; | 5508 static setLocalDescription_Callback_3(mthis, description, successCallback, fai
lureCallback) native "RTCPeerConnection_setLocalDescription_Callback"; |
| 5467 | 5509 |
| 5468 static setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCErr
orCallback(mthis, description, successCallback, failureCallback) native "RTCPeer
Connection_setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCE
rrorCallback"; | 5510 static setRemoteDescription_Callback_3(mthis, description, successCallback, fa
ilureCallback) native "RTCPeerConnection_setRemoteDescription_Callback"; |
| 5469 | 5511 |
| 5470 static updateIce_Callback_Dictionary_Dictionary(mthis, configuration, mediaCon
straints) native "RTCPeerConnection_updateIce_Callback_Dictionary_Dictionary"; | 5512 static updateIce_Callback_2(mthis, configuration, mediaConstraints) native "RT
CPeerConnection_updateIce_Callback"; |
| 5513 |
| 5514 static updateIce_Callback_1(mthis, configuration) native "RTCPeerConnection_up
dateIce_Callback"; |
| 5515 |
| 5516 static updateIce_Callback(mthis) native "RTCPeerConnection_updateIce_Callback"
; |
| 5471 } | 5517 } |
| 5472 | 5518 |
| 5473 class BlinkRTCSessionDescription { | 5519 class BlinkRTCSessionDescription { |
| 5474 static constructorCallback_Dictionary(descriptionInitDict) native "RTCSessionD
escription_constructorCallback_Dictionary"; | 5520 static constructorCallback_1(descriptionInitDict) native "RTCSessionDescriptio
n_constructorCallback"; |
| 5475 | 5521 |
| 5476 static constructorCallback() native "RTCSessionDescription_constructorCallback
"; | 5522 static constructorCallback() native "RTCSessionDescription_constructorCallback
"; |
| 5477 | 5523 |
| 5478 static sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter"; | 5524 static sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter"; |
| 5479 | 5525 |
| 5480 static sdp_Setter_DOMString(mthis, value) native "RTCSessionDescription_sdp_Se
tter"; | 5526 static sdp_Setter(mthis, value) native "RTCSessionDescription_sdp_Setter"; |
| 5481 | 5527 |
| 5482 static type_Getter(mthis) native "RTCSessionDescription_type_Getter"; | 5528 static type_Getter(mthis) native "RTCSessionDescription_type_Getter"; |
| 5483 | 5529 |
| 5484 static type_Setter_DOMString(mthis, value) native "RTCSessionDescription_type_
Setter"; | 5530 static type_Setter(mthis, value) native "RTCSessionDescription_type_Setter"; |
| 5485 } | 5531 } |
| 5486 | 5532 |
| 5487 class BlinkRTCStatsReport { | 5533 class BlinkRTCStatsReport { |
| 5488 static id_Getter(mthis) native "RTCStatsReport_id_Getter"; | 5534 static id_Getter(mthis) native "RTCStatsReport_id_Getter"; |
| 5489 | 5535 |
| 5490 static local_Getter(mthis) native "RTCStatsReport_local_Getter"; | 5536 static local_Getter(mthis) native "RTCStatsReport_local_Getter"; |
| 5491 | 5537 |
| 5492 static remote_Getter(mthis) native "RTCStatsReport_remote_Getter"; | 5538 static remote_Getter(mthis) native "RTCStatsReport_remote_Getter"; |
| 5493 | 5539 |
| 5494 static timestamp_Getter(mthis) native "RTCStatsReport_timestamp_Getter"; | 5540 static timestamp_Getter(mthis) native "RTCStatsReport_timestamp_Getter"; |
| 5495 | 5541 |
| 5496 static type_Getter(mthis) native "RTCStatsReport_type_Getter"; | 5542 static type_Getter(mthis) native "RTCStatsReport_type_Getter"; |
| 5497 | 5543 |
| 5498 static names_Callback(mthis) native "RTCStatsReport_names_Callback"; | 5544 static names_Callback(mthis) native "RTCStatsReport_names_Callback"; |
| 5499 | 5545 |
| 5500 static stat_Callback_DOMString(mthis, name) native "RTCStatsReport_stat_Callba
ck_DOMString"; | 5546 static stat_Callback_1(mthis, name) native "RTCStatsReport_stat_Callback"; |
| 5501 } | 5547 } |
| 5502 | 5548 |
| 5503 class BlinkRTCStatsResponse { | 5549 class BlinkRTCStatsResponse { |
| 5504 static $__getter___Callback_DOMString(mthis, name) native "RTCStatsResponse___
getter___Callback_DOMString"; | 5550 static $__getter___Callback_1(mthis, name) native "RTCStatsResponse___getter__
_Callback"; |
| 5505 | 5551 |
| 5506 static namedItem_Callback_DOMString(mthis, name) native "RTCStatsResponse_name
dItem_Callback_DOMString"; | 5552 static namedItem_Callback_1(mthis, name) native "RTCStatsResponse_namedItem_Ca
llback"; |
| 5507 | 5553 |
| 5508 static result_Callback(mthis) native "RTCStatsResponse_result_Callback"; | 5554 static result_Callback(mthis) native "RTCStatsResponse_result_Callback"; |
| 5509 } | 5555 } |
| 5510 | 5556 |
| 5511 class BlinkRadioNodeList {} | 5557 class BlinkRadioNodeList {} |
| 5512 | 5558 |
| 5513 class BlinkRange { | 5559 class BlinkRange { |
| 5514 static collapsed_Getter(mthis) native "Range_collapsed_Getter"; | 5560 static collapsed_Getter(mthis) native "Range_collapsed_Getter"; |
| 5515 | 5561 |
| 5516 static commonAncestorContainer_Getter(mthis) native "Range_commonAncestorConta
iner_Getter"; | 5562 static commonAncestorContainer_Getter(mthis) native "Range_commonAncestorConta
iner_Getter"; |
| 5517 | 5563 |
| 5518 static endContainer_Getter(mthis) native "Range_endContainer_Getter"; | 5564 static endContainer_Getter(mthis) native "Range_endContainer_Getter"; |
| 5519 | 5565 |
| 5520 static endOffset_Getter(mthis) native "Range_endOffset_Getter"; | 5566 static endOffset_Getter(mthis) native "Range_endOffset_Getter"; |
| 5521 | 5567 |
| 5522 static startContainer_Getter(mthis) native "Range_startContainer_Getter"; | 5568 static startContainer_Getter(mthis) native "Range_startContainer_Getter"; |
| 5523 | 5569 |
| 5524 static startOffset_Getter(mthis) native "Range_startOffset_Getter"; | 5570 static startOffset_Getter(mthis) native "Range_startOffset_Getter"; |
| 5525 | 5571 |
| 5526 static cloneContents_Callback(mthis) native "Range_cloneContents_Callback"; | 5572 static cloneContents_Callback(mthis) native "Range_cloneContents_Callback"; |
| 5527 | 5573 |
| 5528 static cloneRange_Callback(mthis) native "Range_cloneRange_Callback"; | 5574 static cloneRange_Callback(mthis) native "Range_cloneRange_Callback"; |
| 5529 | 5575 |
| 5530 static collapse_Callback_boolean(mthis, toStart) native "Range_collapse_Callba
ck_boolean"; | 5576 static collapse_Callback_1(mthis, toStart) native "Range_collapse_Callback"; |
| 5531 | 5577 |
| 5532 static collapse_Callback(mthis) native "Range_collapse_Callback"; | 5578 static collapse_Callback(mthis) native "Range_collapse_Callback"; |
| 5533 | 5579 |
| 5534 static comparePoint_Callback_Node_long(mthis, refNode, offset) native "Range_c
omparePoint_Callback_Node_long"; | 5580 static comparePoint_Callback_2(mthis, refNode, offset) native "Range_comparePo
int_Callback"; |
| 5535 | 5581 |
| 5536 static createContextualFragment_Callback_DOMString(mthis, html) native "Range_
createContextualFragment_Callback_DOMString"; | 5582 static createContextualFragment_Callback_1(mthis, html) native "Range_createCo
ntextualFragment_Callback"; |
| 5537 | 5583 |
| 5538 static deleteContents_Callback(mthis) native "Range_deleteContents_Callback"; | 5584 static deleteContents_Callback(mthis) native "Range_deleteContents_Callback"; |
| 5539 | 5585 |
| 5540 static detach_Callback(mthis) native "Range_detach_Callback"; | 5586 static detach_Callback(mthis) native "Range_detach_Callback"; |
| 5541 | 5587 |
| 5542 static expand_Callback_DOMString(mthis, unit) native "Range_expand_Callback_DO
MString"; | 5588 static expand_Callback_1(mthis, unit) native "Range_expand_Callback"; |
| 5543 | 5589 |
| 5544 static extractContents_Callback(mthis) native "Range_extractContents_Callback"
; | 5590 static extractContents_Callback(mthis) native "Range_extractContents_Callback"
; |
| 5545 | 5591 |
| 5546 static getBoundingClientRect_Callback(mthis) native "Range_getBoundingClientRe
ct_Callback"; | 5592 static getBoundingClientRect_Callback(mthis) native "Range_getBoundingClientRe
ct_Callback"; |
| 5547 | 5593 |
| 5548 static getClientRects_Callback(mthis) native "Range_getClientRects_Callback"; | 5594 static getClientRects_Callback(mthis) native "Range_getClientRects_Callback"; |
| 5549 | 5595 |
| 5550 static insertNode_Callback_Node(mthis, newNode) native "Range_insertNode_Callb
ack_Node"; | 5596 static insertNode_Callback_1(mthis, newNode) native "Range_insertNode_Callback
"; |
| 5551 | 5597 |
| 5552 static isPointInRange_Callback_Node_long(mthis, refNode, offset) native "Range
_isPointInRange_Callback_Node_long"; | 5598 static isPointInRange_Callback_2(mthis, refNode, offset) native "Range_isPoint
InRange_Callback"; |
| 5553 | 5599 |
| 5554 static selectNode_Callback_Node(mthis, refNode) native "Range_selectNode_Callb
ack_Node"; | 5600 static selectNode_Callback_1(mthis, refNode) native "Range_selectNode_Callback
"; |
| 5555 | 5601 |
| 5556 static selectNodeContents_Callback_Node(mthis, refNode) native "Range_selectNo
deContents_Callback_Node"; | 5602 static selectNodeContents_Callback_1(mthis, refNode) native "Range_selectNodeC
ontents_Callback"; |
| 5557 | 5603 |
| 5558 static setEnd_Callback_Node_long(mthis, refNode, offset) native "Range_setEnd_
Callback_Node_long"; | 5604 static setEnd_Callback_2(mthis, refNode, offset) native "Range_setEnd_Callback
"; |
| 5559 | 5605 |
| 5560 static setEndAfter_Callback_Node(mthis, refNode) native "Range_setEndAfter_Cal
lback_Node"; | 5606 static setEndAfter_Callback_1(mthis, refNode) native "Range_setEndAfter_Callba
ck"; |
| 5561 | 5607 |
| 5562 static setEndBefore_Callback_Node(mthis, refNode) native "Range_setEndBefore_C
allback_Node"; | 5608 static setEndBefore_Callback_1(mthis, refNode) native "Range_setEndBefore_Call
back"; |
| 5563 | 5609 |
| 5564 static setStart_Callback_Node_long(mthis, refNode, offset) native "Range_setSt
art_Callback_Node_long"; | 5610 static setStart_Callback_2(mthis, refNode, offset) native "Range_setStart_Call
back"; |
| 5565 | 5611 |
| 5566 static setStartAfter_Callback_Node(mthis, refNode) native "Range_setStartAfter
_Callback_Node"; | 5612 static setStartAfter_Callback_1(mthis, refNode) native "Range_setStartAfter_Ca
llback"; |
| 5567 | 5613 |
| 5568 static setStartBefore_Callback_Node(mthis, refNode) native "Range_setStartBefo
re_Callback_Node"; | 5614 static setStartBefore_Callback_1(mthis, refNode) native "Range_setStartBefore_
Callback"; |
| 5569 | 5615 |
| 5570 static surroundContents_Callback_Node(mthis, newParent) native "Range_surround
Contents_Callback_Node"; | 5616 static surroundContents_Callback_1(mthis, newParent) native "Range_surroundCon
tents_Callback"; |
| 5571 } | 5617 } |
| 5572 | 5618 |
| 5573 class BlinkReadableStream {} | 5619 class BlinkReadableStream {} |
| 5574 | 5620 |
| 5575 class BlinkRect {} | 5621 class BlinkRect {} |
| 5576 | 5622 |
| 5577 class BlinkRelatedEvent { | 5623 class BlinkRelatedEvent { |
| 5578 static constructorCallback(type, options) native "RelatedEvent_constructorCall
back"; | 5624 static constructorCallback(type, options) native "RelatedEvent_constructorCall
back"; |
| 5579 | 5625 |
| 5580 static relatedTarget_Getter(mthis) native "RelatedEvent_relatedTarget_Getter"; | 5626 static relatedTarget_Getter(mthis) native "RelatedEvent_relatedTarget_Getter"; |
| 5581 } | 5627 } |
| 5582 | 5628 |
| 5583 class BlinkRequest { | 5629 class BlinkRequest { |
| 5584 static constructorCallback_DOMString(input) native "Request_constructorCallbac
k_DOMString"; | 5630 static constructorCallback_1(input) native "Request_constructorCallback"; |
| 5585 | 5631 |
| 5586 static constructorCallback_DOMString_Dictionary(input, requestInitDict) native
"Request_constructorCallback_DOMString_Dictionary"; | 5632 static constructorCallback_2(input, requestInitDict) native "Request_construct
orCallback"; |
| 5587 | |
| 5588 static constructorCallback_Request(input) native "Request_constructorCallback_
Request"; | |
| 5589 | |
| 5590 static constructorCallback_Request_Dictionary(input, requestInitDict) native "
Request_constructorCallback_Request_Dictionary"; | |
| 5591 | 5633 |
| 5592 static credentials_Getter(mthis) native "Request_credentials_Getter"; | 5634 static credentials_Getter(mthis) native "Request_credentials_Getter"; |
| 5593 | 5635 |
| 5594 static headers_Getter(mthis) native "Request_headers_Getter"; | 5636 static headers_Getter(mthis) native "Request_headers_Getter"; |
| 5595 | 5637 |
| 5596 static mode_Getter(mthis) native "Request_mode_Getter"; | 5638 static mode_Getter(mthis) native "Request_mode_Getter"; |
| 5597 | 5639 |
| 5598 static referrer_Getter(mthis) native "Request_referrer_Getter"; | 5640 static referrer_Getter(mthis) native "Request_referrer_Getter"; |
| 5599 | 5641 |
| 5600 static url_Getter(mthis) native "Request_url_Getter"; | 5642 static url_Getter(mthis) native "Request_url_Getter"; |
| 5601 } | 5643 } |
| 5602 | 5644 |
| 5603 class BlinkResourceProgressEvent { | 5645 class BlinkResourceProgressEvent { |
| 5604 static url_Getter(mthis) native "ResourceProgressEvent_url_Getter"; | 5646 static url_Getter(mthis) native "ResourceProgressEvent_url_Getter"; |
| 5605 } | 5647 } |
| 5606 | 5648 |
| 5607 class BlinkResponse { | 5649 class BlinkResponse { |
| 5608 static constructorCallback_DOMString(body) native "Response_constructorCallbac
k_DOMString"; | 5650 static constructorCallback_1(body) native "Response_constructorCallback"; |
| 5609 | 5651 |
| 5610 static constructorCallback_DOMString_Dictionary(body, responseInitDict) native
"Response_constructorCallback_DOMString_Dictionary"; | 5652 static constructorCallback_2(body, responseInitDict) native "Response_construc
torCallback"; |
| 5611 | |
| 5612 static constructorCallback_Blob(body) native "Response_constructorCallback_Blo
b"; | |
| 5613 | |
| 5614 static constructorCallback_Blob_Dictionary(body, responseInitDict) native "Res
ponse_constructorCallback_Blob_Dictionary"; | |
| 5615 } | 5653 } |
| 5616 | 5654 |
| 5617 class BlinkSQLError { | 5655 class BlinkSQLError { |
| 5618 static code_Getter(mthis) native "SQLError_code_Getter"; | 5656 static code_Getter(mthis) native "SQLError_code_Getter"; |
| 5619 | 5657 |
| 5620 static message_Getter(mthis) native "SQLError_message_Getter"; | 5658 static message_Getter(mthis) native "SQLError_message_Getter"; |
| 5621 } | 5659 } |
| 5622 | 5660 |
| 5623 class BlinkSQLResultSet { | 5661 class BlinkSQLResultSet { |
| 5624 static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"; | 5662 static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"; |
| 5625 | 5663 |
| 5626 static rows_Getter(mthis) native "SQLResultSet_rows_Getter"; | 5664 static rows_Getter(mthis) native "SQLResultSet_rows_Getter"; |
| 5627 | 5665 |
| 5628 static rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected_Getter"; | 5666 static rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected_Getter"; |
| 5629 } | 5667 } |
| 5630 | 5668 |
| 5631 class BlinkSQLResultSetRowList { | 5669 class BlinkSQLResultSetRowList { |
| 5632 static length_Getter(mthis) native "SQLResultSetRowList_length_Getter"; | 5670 static length_Getter(mthis) native "SQLResultSetRowList_length_Getter"; |
| 5633 | 5671 |
| 5634 static item_Callback_ul(mthis, index) native "SQLResultSetRowList_item_Callbac
k"; | 5672 static item_Callback_1(mthis, index) native "SQLResultSetRowList_item_Callback
"; |
| 5635 } | 5673 } |
| 5636 | 5674 |
| 5637 class BlinkSQLTransaction { | 5675 class BlinkSQLTransaction { |
| 5638 static executeSql_Callback_DOMString_A_object_A_SQLStatementCallback_SQLStatem
entErrorCallback(mthis, sqlStatement, arguments, callback, errorCallback) native
"SQLTransaction_executeSql_Callback"; | 5676 static executeSql_Callback_4(mthis, sqlStatement, arguments, callback, errorCa
llback) native "SQLTransaction_executeSql_Callback"; |
| 5639 } | 5677 } |
| 5640 | 5678 |
| 5641 class BlinkSQLTransactionSync {} | 5679 class BlinkSQLTransactionSync {} |
| 5642 | 5680 |
| 5643 class BlinkSVGElement { | 5681 class BlinkSVGElement { |
| 5644 static className_Getter(mthis) native "SVGElement_className_Getter"; | 5682 static className_Getter(mthis) native "SVGElement_className_Getter"; |
| 5645 | 5683 |
| 5646 static ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGElement_Getter
"; | 5684 static ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGElement_Getter
"; |
| 5647 | 5685 |
| 5648 static style_Getter(mthis) native "SVGElement_style_Getter"; | 5686 static style_Getter(mthis) native "SVGElement_style_Getter"; |
| 5649 | 5687 |
| 5650 static tabIndex_Getter(mthis) native "SVGElement_tabIndex_Getter"; | 5688 static tabIndex_Getter(mthis) native "SVGElement_tabIndex_Getter"; |
| 5651 | 5689 |
| 5652 static tabIndex_Setter_long(mthis, value) native "SVGElement_tabIndex_Setter"; | 5690 static tabIndex_Setter(mthis, value) native "SVGElement_tabIndex_Setter"; |
| 5653 | 5691 |
| 5654 static viewportElement_Getter(mthis) native "SVGElement_viewportElement_Getter
"; | 5692 static viewportElement_Getter(mthis) native "SVGElement_viewportElement_Getter
"; |
| 5655 | 5693 |
| 5656 static xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter"; | 5694 static xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter"; |
| 5657 | 5695 |
| 5658 static xmlbase_Setter_DOMString(mthis, value) native "SVGElement_xmlbase_Sette
r"; | 5696 static xmlbase_Setter(mthis, value) native "SVGElement_xmlbase_Setter"; |
| 5659 | 5697 |
| 5660 static xmllang_Getter(mthis) native "SVGElement_xmllang_Getter"; | 5698 static xmllang_Getter(mthis) native "SVGElement_xmllang_Getter"; |
| 5661 | 5699 |
| 5662 static xmllang_Setter_DOMString(mthis, value) native "SVGElement_xmllang_Sette
r"; | 5700 static xmllang_Setter(mthis, value) native "SVGElement_xmllang_Setter"; |
| 5663 | 5701 |
| 5664 static xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter"; | 5702 static xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter"; |
| 5665 | 5703 |
| 5666 static xmlspace_Setter_DOMString(mthis, value) native "SVGElement_xmlspace_Set
ter"; | 5704 static xmlspace_Setter(mthis, value) native "SVGElement_xmlspace_Setter"; |
| 5667 } | 5705 } |
| 5668 | 5706 |
| 5669 class BlinkSVGTests { | 5707 class BlinkSVGTests { |
| 5670 static requiredExtensions_Getter(mthis) native "SVGTests_requiredExtensions_Ge
tter"; | 5708 static requiredExtensions_Getter(mthis) native "SVGTests_requiredExtensions_Ge
tter"; |
| 5671 | 5709 |
| 5672 static requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures_Getter
"; | 5710 static requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures_Getter
"; |
| 5673 | 5711 |
| 5674 static systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Getter"; | 5712 static systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Getter"; |
| 5675 | 5713 |
| 5676 static hasExtension_Callback_DOMString(mthis, extension) native "SVGTests_hasE
xtension_Callback_DOMString"; | 5714 static hasExtension_Callback_1(mthis, extension) native "SVGTests_hasExtension
_Callback"; |
| 5677 } | 5715 } |
| 5678 | 5716 |
| 5679 class BlinkSVGGraphicsElement { | 5717 class BlinkSVGGraphicsElement { |
| 5680 static farthestViewportElement_Getter(mthis) native "SVGGraphicsElement_farthe
stViewportElement_Getter"; | 5718 static farthestViewportElement_Getter(mthis) native "SVGGraphicsElement_farthe
stViewportElement_Getter"; |
| 5681 | 5719 |
| 5682 static nearestViewportElement_Getter(mthis) native "SVGGraphicsElement_nearest
ViewportElement_Getter"; | 5720 static nearestViewportElement_Getter(mthis) native "SVGGraphicsElement_nearest
ViewportElement_Getter"; |
| 5683 | 5721 |
| 5684 static transform_Getter(mthis) native "SVGGraphicsElement_transform_Getter"; | 5722 static transform_Getter(mthis) native "SVGGraphicsElement_transform_Getter"; |
| 5685 | 5723 |
| 5686 static getBBox_Callback(mthis) native "SVGGraphicsElement_getBBox_Callback"; | 5724 static getBBox_Callback(mthis) native "SVGGraphicsElement_getBBox_Callback"; |
| 5687 | 5725 |
| 5688 static getCTM_Callback(mthis) native "SVGGraphicsElement_getCTM_Callback"; | 5726 static getCTM_Callback(mthis) native "SVGGraphicsElement_getCTM_Callback"; |
| 5689 | 5727 |
| 5690 static getScreenCTM_Callback(mthis) native "SVGGraphicsElement_getScreenCTM_Ca
llback"; | 5728 static getScreenCTM_Callback(mthis) native "SVGGraphicsElement_getScreenCTM_Ca
llback"; |
| 5691 | 5729 |
| 5692 static getTransformToElement_Callback_SVGElement(mthis, element) native "SVGGr
aphicsElement_getTransformToElement_Callback_SVGElement"; | 5730 static getTransformToElement_Callback_1(mthis, element) native "SVGGraphicsEle
ment_getTransformToElement_Callback"; |
| 5693 | 5731 |
| 5694 static requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExt
ensions_Getter"; | 5732 static requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExt
ensions_Getter"; |
| 5695 | 5733 |
| 5696 static requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeatu
res_Getter"; | 5734 static requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeatu
res_Getter"; |
| 5697 | 5735 |
| 5698 static systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_
Getter"; | 5736 static systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_
Getter"; |
| 5699 | 5737 |
| 5700 static hasExtension_Callback_DOMString(mthis, extension) native "SVGGraphicsEl
ement_hasExtension_Callback_DOMString"; | 5738 static hasExtension_Callback_1(mthis, extension) native "SVGGraphicsElement_ha
sExtension_Callback"; |
| 5701 } | 5739 } |
| 5702 | 5740 |
| 5703 class BlinkSVGURIReference { | 5741 class BlinkSVGURIReference { |
| 5704 static href_Getter(mthis) native "SVGURIReference_href_Getter"; | 5742 static href_Getter(mthis) native "SVGURIReference_href_Getter"; |
| 5705 } | 5743 } |
| 5706 | 5744 |
| 5707 class BlinkSVGAElement { | 5745 class BlinkSVGAElement { |
| 5708 static target_Getter(mthis) native "SVGAElement_target_Getter"; | 5746 static target_Getter(mthis) native "SVGAElement_target_Getter"; |
| 5709 | 5747 |
| 5710 static href_Getter(mthis) native "SVGAElement_href_Getter"; | 5748 static href_Getter(mthis) native "SVGAElement_href_Getter"; |
| 5711 } | 5749 } |
| 5712 | 5750 |
| 5713 class BlinkSVGAltGlyphDefElement {} | 5751 class BlinkSVGAltGlyphDefElement {} |
| 5714 | 5752 |
| 5715 class BlinkSVGTextContentElement { | 5753 class BlinkSVGTextContentElement { |
| 5716 static lengthAdjust_Getter(mthis) native "SVGTextContentElement_lengthAdjust_G
etter"; | 5754 static lengthAdjust_Getter(mthis) native "SVGTextContentElement_lengthAdjust_G
etter"; |
| 5717 | 5755 |
| 5718 static textLength_Getter(mthis) native "SVGTextContentElement_textLength_Gette
r"; | 5756 static textLength_Getter(mthis) native "SVGTextContentElement_textLength_Gette
r"; |
| 5719 | 5757 |
| 5720 static getCharNumAtPosition_Callback_SVGPoint(mthis, point) native "SVGTextCon
tentElement_getCharNumAtPosition_Callback_SVGPoint"; | 5758 static getCharNumAtPosition_Callback_1(mthis, point) native "SVGTextContentEle
ment_getCharNumAtPosition_Callback"; |
| 5721 | 5759 |
| 5722 static getComputedTextLength_Callback(mthis) native "SVGTextContentElement_get
ComputedTextLength_Callback"; | 5760 static getComputedTextLength_Callback(mthis) native "SVGTextContentElement_get
ComputedTextLength_Callback"; |
| 5723 | 5761 |
| 5724 static getEndPositionOfChar_Callback_ul(mthis, offset) native "SVGTextContentE
lement_getEndPositionOfChar_Callback_unsigned long"; | 5762 static getEndPositionOfChar_Callback_1(mthis, offset) native "SVGTextContentEl
ement_getEndPositionOfChar_Callback"; |
| 5725 | 5763 |
| 5726 static getExtentOfChar_Callback_ul(mthis, offset) native "SVGTextContentElemen
t_getExtentOfChar_Callback_unsigned long"; | 5764 static getExtentOfChar_Callback_1(mthis, offset) native "SVGTextContentElement
_getExtentOfChar_Callback"; |
| 5727 | 5765 |
| 5728 static getNumberOfChars_Callback(mthis) native "SVGTextContentElement_getNumbe
rOfChars_Callback"; | 5766 static getNumberOfChars_Callback(mthis) native "SVGTextContentElement_getNumbe
rOfChars_Callback"; |
| 5729 | 5767 |
| 5730 static getRotationOfChar_Callback_ul(mthis, offset) native "SVGTextContentElem
ent_getRotationOfChar_Callback_unsigned long"; | 5768 static getRotationOfChar_Callback_1(mthis, offset) native "SVGTextContentEleme
nt_getRotationOfChar_Callback"; |
| 5731 | 5769 |
| 5732 static getStartPositionOfChar_Callback_ul(mthis, offset) native "SVGTextConten
tElement_getStartPositionOfChar_Callback_unsigned long"; | 5770 static getStartPositionOfChar_Callback_1(mthis, offset) native "SVGTextContent
Element_getStartPositionOfChar_Callback"; |
| 5733 | 5771 |
| 5734 static getSubStringLength_Callback_ul_ul(mthis, offset, length) native "SVGTex
tContentElement_getSubStringLength_Callback_unsigned long_unsigned long"; | 5772 static getSubStringLength_Callback_2(mthis, offset, length) native "SVGTextCon
tentElement_getSubStringLength_Callback"; |
| 5735 | 5773 |
| 5736 static selectSubString_Callback_ul_ul(mthis, offset, length) native "SVGTextCo
ntentElement_selectSubString_Callback_unsigned long_unsigned long"; | 5774 static selectSubString_Callback_2(mthis, offset, length) native "SVGTextConten
tElement_selectSubString_Callback"; |
| 5737 } | 5775 } |
| 5738 | 5776 |
| 5739 class BlinkSVGTextPositioningElement { | 5777 class BlinkSVGTextPositioningElement { |
| 5740 static dx_Getter(mthis) native "SVGTextPositioningElement_dx_Getter"; | 5778 static dx_Getter(mthis) native "SVGTextPositioningElement_dx_Getter"; |
| 5741 | 5779 |
| 5742 static dy_Getter(mthis) native "SVGTextPositioningElement_dy_Getter"; | 5780 static dy_Getter(mthis) native "SVGTextPositioningElement_dy_Getter"; |
| 5743 | 5781 |
| 5744 static rotate_Getter(mthis) native "SVGTextPositioningElement_rotate_Getter"; | 5782 static rotate_Getter(mthis) native "SVGTextPositioningElement_rotate_Getter"; |
| 5745 | 5783 |
| 5746 static x_Getter(mthis) native "SVGTextPositioningElement_x_Getter"; | 5784 static x_Getter(mthis) native "SVGTextPositioningElement_x_Getter"; |
| 5747 | 5785 |
| 5748 static y_Getter(mthis) native "SVGTextPositioningElement_y_Getter"; | 5786 static y_Getter(mthis) native "SVGTextPositioningElement_y_Getter"; |
| 5749 } | 5787 } |
| 5750 | 5788 |
| 5751 class BlinkSVGAltGlyphElement { | 5789 class BlinkSVGAltGlyphElement { |
| 5752 static format_Getter(mthis) native "SVGAltGlyphElement_format_Getter"; | 5790 static format_Getter(mthis) native "SVGAltGlyphElement_format_Getter"; |
| 5753 | 5791 |
| 5754 static format_Setter_DOMString(mthis, value) native "SVGAltGlyphElement_format
_Setter"; | 5792 static format_Setter(mthis, value) native "SVGAltGlyphElement_format_Setter"; |
| 5755 | 5793 |
| 5756 static glyphRef_Getter(mthis) native "SVGAltGlyphElement_glyphRef_Getter"; | 5794 static glyphRef_Getter(mthis) native "SVGAltGlyphElement_glyphRef_Getter"; |
| 5757 | 5795 |
| 5758 static glyphRef_Setter_DOMString(mthis, value) native "SVGAltGlyphElement_glyp
hRef_Setter"; | 5796 static glyphRef_Setter(mthis, value) native "SVGAltGlyphElement_glyphRef_Sette
r"; |
| 5759 | 5797 |
| 5760 static href_Getter(mthis) native "SVGAltGlyphElement_href_Getter"; | 5798 static href_Getter(mthis) native "SVGAltGlyphElement_href_Getter"; |
| 5761 } | 5799 } |
| 5762 | 5800 |
| 5763 class BlinkSVGAltGlyphItemElement {} | 5801 class BlinkSVGAltGlyphItemElement {} |
| 5764 | 5802 |
| 5765 class BlinkSVGAngle { | 5803 class BlinkSVGAngle { |
| 5766 static unitType_Getter(mthis) native "SVGAngle_unitType_Getter"; | 5804 static unitType_Getter(mthis) native "SVGAngle_unitType_Getter"; |
| 5767 | 5805 |
| 5768 static value_Getter(mthis) native "SVGAngle_value_Getter"; | 5806 static value_Getter(mthis) native "SVGAngle_value_Getter"; |
| 5769 | 5807 |
| 5770 static value_Setter_float(mthis, value) native "SVGAngle_value_Setter"; | 5808 static value_Setter(mthis, value) native "SVGAngle_value_Setter"; |
| 5771 | 5809 |
| 5772 static valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Getter"; | 5810 static valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Getter"; |
| 5773 | 5811 |
| 5774 static valueAsString_Setter_DOMString(mthis, value) native "SVGAngle_valueAsSt
ring_Setter"; | 5812 static valueAsString_Setter(mthis, value) native "SVGAngle_valueAsString_Sette
r"; |
| 5775 | 5813 |
| 5776 static valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpecifiedUn
its_Getter"; | 5814 static valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpecifiedUn
its_Getter"; |
| 5777 | 5815 |
| 5778 static valueInSpecifiedUnits_Setter_float(mthis, value) native "SVGAngle_value
InSpecifiedUnits_Setter"; | 5816 static valueInSpecifiedUnits_Setter(mthis, value) native "SVGAngle_valueInSpec
ifiedUnits_Setter"; |
| 5779 | 5817 |
| 5780 static convertToSpecifiedUnits_Callback_us(mthis, unitType) native "SVGAngle_c
onvertToSpecifiedUnits_Callback_unsigned short"; | 5818 static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGAngle_co
nvertToSpecifiedUnits_Callback"; |
| 5781 | 5819 |
| 5782 static newValueSpecifiedUnits_Callback_us_float(mthis, unitType, valueInSpecif
iedUnits) native "SVGAngle_newValueSpecifiedUnits_Callback_unsigned short_float"
; | 5820 static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnit
s) native "SVGAngle_newValueSpecifiedUnits_Callback"; |
| 5783 } | 5821 } |
| 5784 | 5822 |
| 5785 class BlinkSVGAnimationElement { | 5823 class BlinkSVGAnimationElement { |
| 5786 static targetElement_Getter(mthis) native "SVGAnimationElement_targetElement_G
etter"; | 5824 static targetElement_Getter(mthis) native "SVGAnimationElement_targetElement_G
etter"; |
| 5787 | 5825 |
| 5788 static beginElement_Callback(mthis) native "SVGAnimationElement_beginElement_C
allback"; | 5826 static beginElement_Callback(mthis) native "SVGAnimationElement_beginElement_C
allback"; |
| 5789 | 5827 |
| 5790 static beginElementAt_Callback_float(mthis, offset) native "SVGAnimationElemen
t_beginElementAt_Callback_float"; | 5828 static beginElementAt_Callback_1(mthis, offset) native "SVGAnimationElement_be
ginElementAt_Callback"; |
| 5791 | 5829 |
| 5792 static endElement_Callback(mthis) native "SVGAnimationElement_endElement_Callb
ack"; | 5830 static endElement_Callback(mthis) native "SVGAnimationElement_endElement_Callb
ack"; |
| 5793 | 5831 |
| 5794 static endElementAt_Callback_float(mthis, offset) native "SVGAnimationElement_
endElementAt_Callback_float"; | 5832 static endElementAt_Callback_1(mthis, offset) native "SVGAnimationElement_endE
lementAt_Callback"; |
| 5795 | 5833 |
| 5796 static getCurrentTime_Callback(mthis) native "SVGAnimationElement_getCurrentTi
me_Callback"; | 5834 static getCurrentTime_Callback(mthis) native "SVGAnimationElement_getCurrentTi
me_Callback"; |
| 5797 | 5835 |
| 5798 static getSimpleDuration_Callback(mthis) native "SVGAnimationElement_getSimple
Duration_Callback"; | 5836 static getSimpleDuration_Callback(mthis) native "SVGAnimationElement_getSimple
Duration_Callback"; |
| 5799 | 5837 |
| 5800 static getStartTime_Callback(mthis) native "SVGAnimationElement_getStartTime_C
allback"; | 5838 static getStartTime_Callback(mthis) native "SVGAnimationElement_getStartTime_C
allback"; |
| 5801 | 5839 |
| 5802 static requiredExtensions_Getter(mthis) native "SVGAnimationElement_requiredEx
tensions_Getter"; | 5840 static requiredExtensions_Getter(mthis) native "SVGAnimationElement_requiredEx
tensions_Getter"; |
| 5803 | 5841 |
| 5804 static requiredFeatures_Getter(mthis) native "SVGAnimationElement_requiredFeat
ures_Getter"; | 5842 static requiredFeatures_Getter(mthis) native "SVGAnimationElement_requiredFeat
ures_Getter"; |
| 5805 | 5843 |
| 5806 static systemLanguage_Getter(mthis) native "SVGAnimationElement_systemLanguage
_Getter"; | 5844 static systemLanguage_Getter(mthis) native "SVGAnimationElement_systemLanguage
_Getter"; |
| 5807 | 5845 |
| 5808 static hasExtension_Callback_DOMString(mthis, extension) native "SVGAnimationE
lement_hasExtension_Callback_DOMString"; | 5846 static hasExtension_Callback_1(mthis, extension) native "SVGAnimationElement_h
asExtension_Callback"; |
| 5809 } | 5847 } |
| 5810 | 5848 |
| 5811 class BlinkSVGAnimateElement {} | 5849 class BlinkSVGAnimateElement {} |
| 5812 | 5850 |
| 5813 class BlinkSVGAnimateMotionElement {} | 5851 class BlinkSVGAnimateMotionElement {} |
| 5814 | 5852 |
| 5815 class BlinkSVGAnimateTransformElement {} | 5853 class BlinkSVGAnimateTransformElement {} |
| 5816 | 5854 |
| 5817 class BlinkSVGAnimatedAngle { | 5855 class BlinkSVGAnimatedAngle { |
| 5818 static animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_Getter"; | 5856 static animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_Getter"; |
| 5819 | 5857 |
| 5820 static baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_Getter"; | 5858 static baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_Getter"; |
| 5821 } | 5859 } |
| 5822 | 5860 |
| 5823 class BlinkSVGAnimatedBoolean { | 5861 class BlinkSVGAnimatedBoolean { |
| 5824 static animVal_Getter(mthis) native "SVGAnimatedBoolean_animVal_Getter"; | 5862 static animVal_Getter(mthis) native "SVGAnimatedBoolean_animVal_Getter"; |
| 5825 | 5863 |
| 5826 static baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseVal_Getter"; | 5864 static baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseVal_Getter"; |
| 5827 | 5865 |
| 5828 static baseVal_Setter_boolean(mthis, value) native "SVGAnimatedBoolean_baseVal
_Setter"; | 5866 static baseVal_Setter(mthis, value) native "SVGAnimatedBoolean_baseVal_Setter"
; |
| 5829 } | 5867 } |
| 5830 | 5868 |
| 5831 class BlinkSVGAnimatedEnumeration { | 5869 class BlinkSVGAnimatedEnumeration { |
| 5832 static animVal_Getter(mthis) native "SVGAnimatedEnumeration_animVal_Getter"; | 5870 static animVal_Getter(mthis) native "SVGAnimatedEnumeration_animVal_Getter"; |
| 5833 | 5871 |
| 5834 static baseVal_Getter(mthis) native "SVGAnimatedEnumeration_baseVal_Getter"; | 5872 static baseVal_Getter(mthis) native "SVGAnimatedEnumeration_baseVal_Getter"; |
| 5835 | 5873 |
| 5836 static baseVal_Setter_us(mthis, value) native "SVGAnimatedEnumeration_baseVal_
Setter"; | 5874 static baseVal_Setter(mthis, value) native "SVGAnimatedEnumeration_baseVal_Set
ter"; |
| 5837 } | 5875 } |
| 5838 | 5876 |
| 5839 class BlinkSVGAnimatedInteger { | 5877 class BlinkSVGAnimatedInteger { |
| 5840 static animVal_Getter(mthis) native "SVGAnimatedInteger_animVal_Getter"; | 5878 static animVal_Getter(mthis) native "SVGAnimatedInteger_animVal_Getter"; |
| 5841 | 5879 |
| 5842 static baseVal_Getter(mthis) native "SVGAnimatedInteger_baseVal_Getter"; | 5880 static baseVal_Getter(mthis) native "SVGAnimatedInteger_baseVal_Getter"; |
| 5843 | 5881 |
| 5844 static baseVal_Setter_long(mthis, value) native "SVGAnimatedInteger_baseVal_Se
tter"; | 5882 static baseVal_Setter(mthis, value) native "SVGAnimatedInteger_baseVal_Setter"
; |
| 5845 } | 5883 } |
| 5846 | 5884 |
| 5847 class BlinkSVGAnimatedLength { | 5885 class BlinkSVGAnimatedLength { |
| 5848 static animVal_Getter(mthis) native "SVGAnimatedLength_animVal_Getter"; | 5886 static animVal_Getter(mthis) native "SVGAnimatedLength_animVal_Getter"; |
| 5849 | 5887 |
| 5850 static baseVal_Getter(mthis) native "SVGAnimatedLength_baseVal_Getter"; | 5888 static baseVal_Getter(mthis) native "SVGAnimatedLength_baseVal_Getter"; |
| 5851 } | 5889 } |
| 5852 | 5890 |
| 5853 class BlinkSVGAnimatedLengthList { | 5891 class BlinkSVGAnimatedLengthList { |
| 5854 static animVal_Getter(mthis) native "SVGAnimatedLengthList_animVal_Getter"; | 5892 static animVal_Getter(mthis) native "SVGAnimatedLengthList_animVal_Getter"; |
| 5855 | 5893 |
| 5856 static baseVal_Getter(mthis) native "SVGAnimatedLengthList_baseVal_Getter"; | 5894 static baseVal_Getter(mthis) native "SVGAnimatedLengthList_baseVal_Getter"; |
| 5857 } | 5895 } |
| 5858 | 5896 |
| 5859 class BlinkSVGAnimatedNumber { | 5897 class BlinkSVGAnimatedNumber { |
| 5860 static animVal_Getter(mthis) native "SVGAnimatedNumber_animVal_Getter"; | 5898 static animVal_Getter(mthis) native "SVGAnimatedNumber_animVal_Getter"; |
| 5861 | 5899 |
| 5862 static baseVal_Getter(mthis) native "SVGAnimatedNumber_baseVal_Getter"; | 5900 static baseVal_Getter(mthis) native "SVGAnimatedNumber_baseVal_Getter"; |
| 5863 | 5901 |
| 5864 static baseVal_Setter_float(mthis, value) native "SVGAnimatedNumber_baseVal_Se
tter"; | 5902 static baseVal_Setter(mthis, value) native "SVGAnimatedNumber_baseVal_Setter"; |
| 5865 } | 5903 } |
| 5866 | 5904 |
| 5867 class BlinkSVGAnimatedNumberList { | 5905 class BlinkSVGAnimatedNumberList { |
| 5868 static animVal_Getter(mthis) native "SVGAnimatedNumberList_animVal_Getter"; | 5906 static animVal_Getter(mthis) native "SVGAnimatedNumberList_animVal_Getter"; |
| 5869 | 5907 |
| 5870 static baseVal_Getter(mthis) native "SVGAnimatedNumberList_baseVal_Getter"; | 5908 static baseVal_Getter(mthis) native "SVGAnimatedNumberList_baseVal_Getter"; |
| 5871 } | 5909 } |
| 5872 | 5910 |
| 5873 class BlinkSVGAnimatedPreserveAspectRatio { | 5911 class BlinkSVGAnimatedPreserveAspectRatio { |
| 5874 static animVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_animVal_Ge
tter"; | 5912 static animVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_animVal_Ge
tter"; |
| 5875 | 5913 |
| 5876 static baseVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_baseVal_Ge
tter"; | 5914 static baseVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_baseVal_Ge
tter"; |
| 5877 } | 5915 } |
| 5878 | 5916 |
| 5879 class BlinkSVGAnimatedRect { | 5917 class BlinkSVGAnimatedRect { |
| 5880 static animVal_Getter(mthis) native "SVGAnimatedRect_animVal_Getter"; | 5918 static animVal_Getter(mthis) native "SVGAnimatedRect_animVal_Getter"; |
| 5881 | 5919 |
| 5882 static baseVal_Getter(mthis) native "SVGAnimatedRect_baseVal_Getter"; | 5920 static baseVal_Getter(mthis) native "SVGAnimatedRect_baseVal_Getter"; |
| 5883 } | 5921 } |
| 5884 | 5922 |
| 5885 class BlinkSVGAnimatedString { | 5923 class BlinkSVGAnimatedString { |
| 5886 static animVal_Getter(mthis) native "SVGAnimatedString_animVal_Getter"; | 5924 static animVal_Getter(mthis) native "SVGAnimatedString_animVal_Getter"; |
| 5887 | 5925 |
| 5888 static baseVal_Getter(mthis) native "SVGAnimatedString_baseVal_Getter"; | 5926 static baseVal_Getter(mthis) native "SVGAnimatedString_baseVal_Getter"; |
| 5889 | 5927 |
| 5890 static baseVal_Setter_DOMString(mthis, value) native "SVGAnimatedString_baseVa
l_Setter"; | 5928 static baseVal_Setter(mthis, value) native "SVGAnimatedString_baseVal_Setter"; |
| 5891 } | 5929 } |
| 5892 | 5930 |
| 5893 class BlinkSVGAnimatedTransformList { | 5931 class BlinkSVGAnimatedTransformList { |
| 5894 static animVal_Getter(mthis) native "SVGAnimatedTransformList_animVal_Getter"; | 5932 static animVal_Getter(mthis) native "SVGAnimatedTransformList_animVal_Getter"; |
| 5895 | 5933 |
| 5896 static baseVal_Getter(mthis) native "SVGAnimatedTransformList_baseVal_Getter"; | 5934 static baseVal_Getter(mthis) native "SVGAnimatedTransformList_baseVal_Getter"; |
| 5897 } | 5935 } |
| 5898 | 5936 |
| 5899 class BlinkSVGGeometryElement { | 5937 class BlinkSVGGeometryElement { |
| 5900 static isPointInFill_Callback_SVGPoint(mthis, point) native "SVGGeometryElemen
t_isPointInFill_Callback_SVGPoint"; | 5938 static isPointInFill_Callback_1(mthis, point) native "SVGGeometryElement_isPoi
ntInFill_Callback"; |
| 5901 | 5939 |
| 5902 static isPointInStroke_Callback_SVGPoint(mthis, point) native "SVGGeometryElem
ent_isPointInStroke_Callback_SVGPoint"; | 5940 static isPointInStroke_Callback_1(mthis, point) native "SVGGeometryElement_isP
ointInStroke_Callback"; |
| 5903 } | 5941 } |
| 5904 | 5942 |
| 5905 class BlinkSVGCircleElement { | 5943 class BlinkSVGCircleElement { |
| 5906 static cx_Getter(mthis) native "SVGCircleElement_cx_Getter"; | 5944 static cx_Getter(mthis) native "SVGCircleElement_cx_Getter"; |
| 5907 | 5945 |
| 5908 static cy_Getter(mthis) native "SVGCircleElement_cy_Getter"; | 5946 static cy_Getter(mthis) native "SVGCircleElement_cy_Getter"; |
| 5909 | 5947 |
| 5910 static r_Getter(mthis) native "SVGCircleElement_r_Getter"; | 5948 static r_Getter(mthis) native "SVGCircleElement_r_Getter"; |
| 5911 } | 5949 } |
| 5912 | 5950 |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6130 | 6168 |
| 6131 class BlinkSVGFEFuncRElement {} | 6169 class BlinkSVGFEFuncRElement {} |
| 6132 | 6170 |
| 6133 class BlinkSVGFEGaussianBlurElement { | 6171 class BlinkSVGFEGaussianBlurElement { |
| 6134 static in1_Getter(mthis) native "SVGFEGaussianBlurElement_in1_Getter"; | 6172 static in1_Getter(mthis) native "SVGFEGaussianBlurElement_in1_Getter"; |
| 6135 | 6173 |
| 6136 static stdDeviationX_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviati
onX_Getter"; | 6174 static stdDeviationX_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviati
onX_Getter"; |
| 6137 | 6175 |
| 6138 static stdDeviationY_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviati
onY_Getter"; | 6176 static stdDeviationY_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviati
onY_Getter"; |
| 6139 | 6177 |
| 6140 static setStdDeviation_Callback_float_float(mthis, stdDeviationX, stdDeviation
Y) native "SVGFEGaussianBlurElement_setStdDeviation_Callback_float_float"; | 6178 static setStdDeviation_Callback_2(mthis, stdDeviationX, stdDeviationY) native
"SVGFEGaussianBlurElement_setStdDeviation_Callback"; |
| 6141 | 6179 |
| 6142 static height_Getter(mthis) native "SVGFEGaussianBlurElement_height_Getter"; | 6180 static height_Getter(mthis) native "SVGFEGaussianBlurElement_height_Getter"; |
| 6143 | 6181 |
| 6144 static result_Getter(mthis) native "SVGFEGaussianBlurElement_result_Getter"; | 6182 static result_Getter(mthis) native "SVGFEGaussianBlurElement_result_Getter"; |
| 6145 | 6183 |
| 6146 static width_Getter(mthis) native "SVGFEGaussianBlurElement_width_Getter"; | 6184 static width_Getter(mthis) native "SVGFEGaussianBlurElement_width_Getter"; |
| 6147 | 6185 |
| 6148 static x_Getter(mthis) native "SVGFEGaussianBlurElement_x_Getter"; | 6186 static x_Getter(mthis) native "SVGFEGaussianBlurElement_x_Getter"; |
| 6149 | 6187 |
| 6150 static y_Getter(mthis) native "SVGFEGaussianBlurElement_y_Getter"; | 6188 static y_Getter(mthis) native "SVGFEGaussianBlurElement_y_Getter"; |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6314 static height_Getter(mthis) native "SVGFilterElement_height_Getter"; | 6352 static height_Getter(mthis) native "SVGFilterElement_height_Getter"; |
| 6315 | 6353 |
| 6316 static primitiveUnits_Getter(mthis) native "SVGFilterElement_primitiveUnits_Ge
tter"; | 6354 static primitiveUnits_Getter(mthis) native "SVGFilterElement_primitiveUnits_Ge
tter"; |
| 6317 | 6355 |
| 6318 static width_Getter(mthis) native "SVGFilterElement_width_Getter"; | 6356 static width_Getter(mthis) native "SVGFilterElement_width_Getter"; |
| 6319 | 6357 |
| 6320 static x_Getter(mthis) native "SVGFilterElement_x_Getter"; | 6358 static x_Getter(mthis) native "SVGFilterElement_x_Getter"; |
| 6321 | 6359 |
| 6322 static y_Getter(mthis) native "SVGFilterElement_y_Getter"; | 6360 static y_Getter(mthis) native "SVGFilterElement_y_Getter"; |
| 6323 | 6361 |
| 6324 static setFilterRes_Callback_ul_ul(mthis, filterResX, filterResY) native "SVGF
ilterElement_setFilterRes_Callback_unsigned long_unsigned long"; | 6362 static setFilterRes_Callback_2(mthis, filterResX, filterResY) native "SVGFilte
rElement_setFilterRes_Callback"; |
| 6325 | 6363 |
| 6326 static href_Getter(mthis) native "SVGFilterElement_href_Getter"; | 6364 static href_Getter(mthis) native "SVGFilterElement_href_Getter"; |
| 6327 } | 6365 } |
| 6328 | 6366 |
| 6329 class BlinkSVGFitToViewBox { | 6367 class BlinkSVGFitToViewBox { |
| 6330 static preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox_preserveAspec
tRatio_Getter"; | 6368 static preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox_preserveAspec
tRatio_Getter"; |
| 6331 | 6369 |
| 6332 static viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Getter"; | 6370 static viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Getter"; |
| 6333 } | 6371 } |
| 6334 | 6372 |
| (...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6384 static y_Getter(mthis) native "SVGImageElement_y_Getter"; | 6422 static y_Getter(mthis) native "SVGImageElement_y_Getter"; |
| 6385 | 6423 |
| 6386 static href_Getter(mthis) native "SVGImageElement_href_Getter"; | 6424 static href_Getter(mthis) native "SVGImageElement_href_Getter"; |
| 6387 } | 6425 } |
| 6388 | 6426 |
| 6389 class BlinkSVGLength { | 6427 class BlinkSVGLength { |
| 6390 static unitType_Getter(mthis) native "SVGLength_unitType_Getter"; | 6428 static unitType_Getter(mthis) native "SVGLength_unitType_Getter"; |
| 6391 | 6429 |
| 6392 static value_Getter(mthis) native "SVGLength_value_Getter"; | 6430 static value_Getter(mthis) native "SVGLength_value_Getter"; |
| 6393 | 6431 |
| 6394 static value_Setter_float(mthis, value) native "SVGLength_value_Setter"; | 6432 static value_Setter(mthis, value) native "SVGLength_value_Setter"; |
| 6395 | 6433 |
| 6396 static valueAsString_Getter(mthis) native "SVGLength_valueAsString_Getter"; | 6434 static valueAsString_Getter(mthis) native "SVGLength_valueAsString_Getter"; |
| 6397 | 6435 |
| 6398 static valueAsString_Setter_DOMString(mthis, value) native "SVGLength_valueAsS
tring_Setter"; | 6436 static valueAsString_Setter(mthis, value) native "SVGLength_valueAsString_Sett
er"; |
| 6399 | 6437 |
| 6400 static valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSpecifiedU
nits_Getter"; | 6438 static valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSpecifiedU
nits_Getter"; |
| 6401 | 6439 |
| 6402 static valueInSpecifiedUnits_Setter_float(mthis, value) native "SVGLength_valu
eInSpecifiedUnits_Setter"; | 6440 static valueInSpecifiedUnits_Setter(mthis, value) native "SVGLength_valueInSpe
cifiedUnits_Setter"; |
| 6403 | 6441 |
| 6404 static convertToSpecifiedUnits_Callback_us(mthis, unitType) native "SVGLength_
convertToSpecifiedUnits_Callback_unsigned short"; | 6442 static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGLength_c
onvertToSpecifiedUnits_Callback"; |
| 6405 | 6443 |
| 6406 static newValueSpecifiedUnits_Callback_us_float(mthis, unitType, valueInSpecif
iedUnits) native "SVGLength_newValueSpecifiedUnits_Callback_unsigned short_float
"; | 6444 static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnit
s) native "SVGLength_newValueSpecifiedUnits_Callback"; |
| 6407 } | 6445 } |
| 6408 | 6446 |
| 6409 class BlinkSVGLengthList { | 6447 class BlinkSVGLengthList { |
| 6410 static length_Getter(mthis) native "SVGLengthList_length_Getter"; | 6448 static length_Getter(mthis) native "SVGLengthList_length_Getter"; |
| 6411 | 6449 |
| 6412 static numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter"
; | 6450 static numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter"
; |
| 6413 | 6451 |
| 6414 static $__setter___Callback_ul_SVGLength(mthis, index, value) native "SVGLengt
hList___setter___Callback_unsigned long_SVGLength"; | 6452 static $__setter___Callback_2(mthis, index, value) native "SVGLengthList___set
ter___Callback"; |
| 6415 | 6453 |
| 6416 static appendItem_Callback_SVGLength(mthis, item) native "SVGLengthList_append
Item_Callback_SVGLength"; | 6454 static appendItem_Callback_1(mthis, item) native "SVGLengthList_appendItem_Cal
lback"; |
| 6417 | 6455 |
| 6418 static clear_Callback(mthis) native "SVGLengthList_clear_Callback"; | 6456 static clear_Callback(mthis) native "SVGLengthList_clear_Callback"; |
| 6419 | 6457 |
| 6420 static getItem_Callback_ul(mthis, index) native "SVGLengthList_getItem_Callbac
k_unsigned long"; | 6458 static getItem_Callback_1(mthis, index) native "SVGLengthList_getItem_Callback
"; |
| 6421 | 6459 |
| 6422 static initialize_Callback_SVGLength(mthis, item) native "SVGLengthList_initia
lize_Callback_SVGLength"; | 6460 static initialize_Callback_1(mthis, item) native "SVGLengthList_initialize_Cal
lback"; |
| 6423 | 6461 |
| 6424 static insertItemBefore_Callback_SVGLength_ul(mthis, item, index) native "SVGL
engthList_insertItemBefore_Callback_SVGLength_unsigned long"; | 6462 static insertItemBefore_Callback_2(mthis, item, index) native "SVGLengthList_i
nsertItemBefore_Callback"; |
| 6425 | 6463 |
| 6426 static removeItem_Callback_ul(mthis, index) native "SVGLengthList_removeItem_C
allback_unsigned long"; | 6464 static removeItem_Callback_1(mthis, index) native "SVGLengthList_removeItem_Ca
llback"; |
| 6427 | 6465 |
| 6428 static replaceItem_Callback_SVGLength_ul(mthis, item, index) native "SVGLength
List_replaceItem_Callback_SVGLength_unsigned long"; | 6466 static replaceItem_Callback_2(mthis, item, index) native "SVGLengthList_replac
eItem_Callback"; |
| 6429 } | 6467 } |
| 6430 | 6468 |
| 6431 class BlinkSVGLineElement { | 6469 class BlinkSVGLineElement { |
| 6432 static x1_Getter(mthis) native "SVGLineElement_x1_Getter"; | 6470 static x1_Getter(mthis) native "SVGLineElement_x1_Getter"; |
| 6433 | 6471 |
| 6434 static x2_Getter(mthis) native "SVGLineElement_x2_Getter"; | 6472 static x2_Getter(mthis) native "SVGLineElement_x2_Getter"; |
| 6435 | 6473 |
| 6436 static y1_Getter(mthis) native "SVGLineElement_y1_Getter"; | 6474 static y1_Getter(mthis) native "SVGLineElement_y1_Getter"; |
| 6437 | 6475 |
| 6438 static y2_Getter(mthis) native "SVGLineElement_y2_Getter"; | 6476 static y2_Getter(mthis) native "SVGLineElement_y2_Getter"; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 6458 static markerWidth_Getter(mthis) native "SVGMarkerElement_markerWidth_Getter"; | 6496 static markerWidth_Getter(mthis) native "SVGMarkerElement_markerWidth_Getter"; |
| 6459 | 6497 |
| 6460 static orientAngle_Getter(mthis) native "SVGMarkerElement_orientAngle_Getter"; | 6498 static orientAngle_Getter(mthis) native "SVGMarkerElement_orientAngle_Getter"; |
| 6461 | 6499 |
| 6462 static orientType_Getter(mthis) native "SVGMarkerElement_orientType_Getter"; | 6500 static orientType_Getter(mthis) native "SVGMarkerElement_orientType_Getter"; |
| 6463 | 6501 |
| 6464 static refX_Getter(mthis) native "SVGMarkerElement_refX_Getter"; | 6502 static refX_Getter(mthis) native "SVGMarkerElement_refX_Getter"; |
| 6465 | 6503 |
| 6466 static refY_Getter(mthis) native "SVGMarkerElement_refY_Getter"; | 6504 static refY_Getter(mthis) native "SVGMarkerElement_refY_Getter"; |
| 6467 | 6505 |
| 6468 static setOrientToAngle_Callback_SVGAngle(mthis, angle) native "SVGMarkerEleme
nt_setOrientToAngle_Callback_SVGAngle"; | 6506 static setOrientToAngle_Callback_1(mthis, angle) native "SVGMarkerElement_setO
rientToAngle_Callback"; |
| 6469 | 6507 |
| 6470 static setOrientToAuto_Callback(mthis) native "SVGMarkerElement_setOrientToAut
o_Callback"; | 6508 static setOrientToAuto_Callback(mthis) native "SVGMarkerElement_setOrientToAut
o_Callback"; |
| 6471 | 6509 |
| 6472 static preserveAspectRatio_Getter(mthis) native "SVGMarkerElement_preserveAspe
ctRatio_Getter"; | 6510 static preserveAspectRatio_Getter(mthis) native "SVGMarkerElement_preserveAspe
ctRatio_Getter"; |
| 6473 | 6511 |
| 6474 static viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_Getter"; | 6512 static viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_Getter"; |
| 6475 } | 6513 } |
| 6476 | 6514 |
| 6477 class BlinkSVGMaskElement { | 6515 class BlinkSVGMaskElement { |
| 6478 static height_Getter(mthis) native "SVGMaskElement_height_Getter"; | 6516 static height_Getter(mthis) native "SVGMaskElement_height_Getter"; |
| 6479 | 6517 |
| 6480 static maskContentUnits_Getter(mthis) native "SVGMaskElement_maskContentUnits_
Getter"; | 6518 static maskContentUnits_Getter(mthis) native "SVGMaskElement_maskContentUnits_
Getter"; |
| 6481 | 6519 |
| 6482 static maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_Getter"; | 6520 static maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_Getter"; |
| 6483 | 6521 |
| 6484 static width_Getter(mthis) native "SVGMaskElement_width_Getter"; | 6522 static width_Getter(mthis) native "SVGMaskElement_width_Getter"; |
| 6485 | 6523 |
| 6486 static x_Getter(mthis) native "SVGMaskElement_x_Getter"; | 6524 static x_Getter(mthis) native "SVGMaskElement_x_Getter"; |
| 6487 | 6525 |
| 6488 static y_Getter(mthis) native "SVGMaskElement_y_Getter"; | 6526 static y_Getter(mthis) native "SVGMaskElement_y_Getter"; |
| 6489 | 6527 |
| 6490 static requiredExtensions_Getter(mthis) native "SVGMaskElement_requiredExtensi
ons_Getter"; | 6528 static requiredExtensions_Getter(mthis) native "SVGMaskElement_requiredExtensi
ons_Getter"; |
| 6491 | 6529 |
| 6492 static requiredFeatures_Getter(mthis) native "SVGMaskElement_requiredFeatures_
Getter"; | 6530 static requiredFeatures_Getter(mthis) native "SVGMaskElement_requiredFeatures_
Getter"; |
| 6493 | 6531 |
| 6494 static systemLanguage_Getter(mthis) native "SVGMaskElement_systemLanguage_Gett
er"; | 6532 static systemLanguage_Getter(mthis) native "SVGMaskElement_systemLanguage_Gett
er"; |
| 6495 | 6533 |
| 6496 static hasExtension_Callback_DOMString(mthis, extension) native "SVGMaskElemen
t_hasExtension_Callback_DOMString"; | 6534 static hasExtension_Callback_1(mthis, extension) native "SVGMaskElement_hasExt
ension_Callback"; |
| 6497 } | 6535 } |
| 6498 | 6536 |
| 6499 class BlinkSVGMatrix { | 6537 class BlinkSVGMatrix { |
| 6500 static a_Getter(mthis) native "SVGMatrix_a_Getter"; | 6538 static a_Getter(mthis) native "SVGMatrix_a_Getter"; |
| 6501 | 6539 |
| 6502 static a_Setter_double(mthis, value) native "SVGMatrix_a_Setter"; | 6540 static a_Setter(mthis, value) native "SVGMatrix_a_Setter"; |
| 6503 | 6541 |
| 6504 static b_Getter(mthis) native "SVGMatrix_b_Getter"; | 6542 static b_Getter(mthis) native "SVGMatrix_b_Getter"; |
| 6505 | 6543 |
| 6506 static b_Setter_double(mthis, value) native "SVGMatrix_b_Setter"; | 6544 static b_Setter(mthis, value) native "SVGMatrix_b_Setter"; |
| 6507 | 6545 |
| 6508 static c_Getter(mthis) native "SVGMatrix_c_Getter"; | 6546 static c_Getter(mthis) native "SVGMatrix_c_Getter"; |
| 6509 | 6547 |
| 6510 static c_Setter_double(mthis, value) native "SVGMatrix_c_Setter"; | 6548 static c_Setter(mthis, value) native "SVGMatrix_c_Setter"; |
| 6511 | 6549 |
| 6512 static d_Getter(mthis) native "SVGMatrix_d_Getter"; | 6550 static d_Getter(mthis) native "SVGMatrix_d_Getter"; |
| 6513 | 6551 |
| 6514 static d_Setter_double(mthis, value) native "SVGMatrix_d_Setter"; | 6552 static d_Setter(mthis, value) native "SVGMatrix_d_Setter"; |
| 6515 | 6553 |
| 6516 static e_Getter(mthis) native "SVGMatrix_e_Getter"; | 6554 static e_Getter(mthis) native "SVGMatrix_e_Getter"; |
| 6517 | 6555 |
| 6518 static e_Setter_double(mthis, value) native "SVGMatrix_e_Setter"; | 6556 static e_Setter(mthis, value) native "SVGMatrix_e_Setter"; |
| 6519 | 6557 |
| 6520 static f_Getter(mthis) native "SVGMatrix_f_Getter"; | 6558 static f_Getter(mthis) native "SVGMatrix_f_Getter"; |
| 6521 | 6559 |
| 6522 static f_Setter_double(mthis, value) native "SVGMatrix_f_Setter"; | 6560 static f_Setter(mthis, value) native "SVGMatrix_f_Setter"; |
| 6523 | 6561 |
| 6524 static flipX_Callback(mthis) native "SVGMatrix_flipX_Callback"; | 6562 static flipX_Callback(mthis) native "SVGMatrix_flipX_Callback"; |
| 6525 | 6563 |
| 6526 static flipY_Callback(mthis) native "SVGMatrix_flipY_Callback"; | 6564 static flipY_Callback(mthis) native "SVGMatrix_flipY_Callback"; |
| 6527 | 6565 |
| 6528 static inverse_Callback(mthis) native "SVGMatrix_inverse_Callback"; | 6566 static inverse_Callback(mthis) native "SVGMatrix_inverse_Callback"; |
| 6529 | 6567 |
| 6530 static multiply_Callback_SVGMatrix(mthis, secondMatrix) native "SVGMatrix_mult
iply_Callback_SVGMatrix"; | 6568 static multiply_Callback_1(mthis, secondMatrix) native "SVGMatrix_multiply_Cal
lback"; |
| 6531 | 6569 |
| 6532 static rotate_Callback_float(mthis, angle) native "SVGMatrix_rotate_Callback_f
loat"; | 6570 static rotate_Callback_1(mthis, angle) native "SVGMatrix_rotate_Callback"; |
| 6533 | 6571 |
| 6534 static rotateFromVector_Callback_float_float(mthis, x, y) native "SVGMatrix_ro
tateFromVector_Callback_float_float"; | 6572 static rotateFromVector_Callback_2(mthis, x, y) native "SVGMatrix_rotateFromVe
ctor_Callback"; |
| 6535 | 6573 |
| 6536 static scale_Callback_float(mthis, scaleFactor) native "SVGMatrix_scale_Callba
ck_float"; | 6574 static scale_Callback_1(mthis, scaleFactor) native "SVGMatrix_scale_Callback"; |
| 6537 | 6575 |
| 6538 static scaleNonUniform_Callback_float_float(mthis, scaleFactorX, scaleFactorY)
native "SVGMatrix_scaleNonUniform_Callback_float_float"; | 6576 static scaleNonUniform_Callback_2(mthis, scaleFactorX, scaleFactorY) native "S
VGMatrix_scaleNonUniform_Callback"; |
| 6539 | 6577 |
| 6540 static skewX_Callback_float(mthis, angle) native "SVGMatrix_skewX_Callback_flo
at"; | 6578 static skewX_Callback_1(mthis, angle) native "SVGMatrix_skewX_Callback"; |
| 6541 | 6579 |
| 6542 static skewY_Callback_float(mthis, angle) native "SVGMatrix_skewY_Callback_flo
at"; | 6580 static skewY_Callback_1(mthis, angle) native "SVGMatrix_skewY_Callback"; |
| 6543 | 6581 |
| 6544 static translate_Callback_float_float(mthis, x, y) native "SVGMatrix_translate
_Callback_float_float"; | 6582 static translate_Callback_2(mthis, x, y) native "SVGMatrix_translate_Callback"
; |
| 6545 } | 6583 } |
| 6546 | 6584 |
| 6547 class BlinkSVGMetadataElement {} | 6585 class BlinkSVGMetadataElement {} |
| 6548 | 6586 |
| 6549 class BlinkSVGMissingGlyphElement {} | 6587 class BlinkSVGMissingGlyphElement {} |
| 6550 | 6588 |
| 6551 class BlinkSVGNumber { | 6589 class BlinkSVGNumber { |
| 6552 static value_Getter(mthis) native "SVGNumber_value_Getter"; | 6590 static value_Getter(mthis) native "SVGNumber_value_Getter"; |
| 6553 | 6591 |
| 6554 static value_Setter_float(mthis, value) native "SVGNumber_value_Setter"; | 6592 static value_Setter(mthis, value) native "SVGNumber_value_Setter"; |
| 6555 } | 6593 } |
| 6556 | 6594 |
| 6557 class BlinkSVGNumberList { | 6595 class BlinkSVGNumberList { |
| 6558 static length_Getter(mthis) native "SVGNumberList_length_Getter"; | 6596 static length_Getter(mthis) native "SVGNumberList_length_Getter"; |
| 6559 | 6597 |
| 6560 static numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter"
; | 6598 static numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter"
; |
| 6561 | 6599 |
| 6562 static $__setter___Callback_ul_SVGNumber(mthis, index, value) native "SVGNumbe
rList___setter___Callback_unsigned long_SVGNumber"; | 6600 static $__setter___Callback_2(mthis, index, value) native "SVGNumberList___set
ter___Callback"; |
| 6563 | 6601 |
| 6564 static appendItem_Callback_SVGNumber(mthis, item) native "SVGNumberList_append
Item_Callback_SVGNumber"; | 6602 static appendItem_Callback_1(mthis, item) native "SVGNumberList_appendItem_Cal
lback"; |
| 6565 | 6603 |
| 6566 static clear_Callback(mthis) native "SVGNumberList_clear_Callback"; | 6604 static clear_Callback(mthis) native "SVGNumberList_clear_Callback"; |
| 6567 | 6605 |
| 6568 static getItem_Callback_ul(mthis, index) native "SVGNumberList_getItem_Callbac
k_unsigned long"; | 6606 static getItem_Callback_1(mthis, index) native "SVGNumberList_getItem_Callback
"; |
| 6569 | 6607 |
| 6570 static initialize_Callback_SVGNumber(mthis, item) native "SVGNumberList_initia
lize_Callback_SVGNumber"; | 6608 static initialize_Callback_1(mthis, item) native "SVGNumberList_initialize_Cal
lback"; |
| 6571 | 6609 |
| 6572 static insertItemBefore_Callback_SVGNumber_ul(mthis, item, index) native "SVGN
umberList_insertItemBefore_Callback_SVGNumber_unsigned long"; | 6610 static insertItemBefore_Callback_2(mthis, item, index) native "SVGNumberList_i
nsertItemBefore_Callback"; |
| 6573 | 6611 |
| 6574 static removeItem_Callback_ul(mthis, index) native "SVGNumberList_removeItem_C
allback_unsigned long"; | 6612 static removeItem_Callback_1(mthis, index) native "SVGNumberList_removeItem_Ca
llback"; |
| 6575 | 6613 |
| 6576 static replaceItem_Callback_SVGNumber_ul(mthis, item, index) native "SVGNumber
List_replaceItem_Callback_SVGNumber_unsigned long"; | 6614 static replaceItem_Callback_2(mthis, item, index) native "SVGNumberList_replac
eItem_Callback"; |
| 6577 } | 6615 } |
| 6578 | 6616 |
| 6579 class BlinkSVGPathElement { | 6617 class BlinkSVGPathElement { |
| 6580 static animatedNormalizedPathSegList_Getter(mthis) native "SVGPathElement_anim
atedNormalizedPathSegList_Getter"; | 6618 static animatedNormalizedPathSegList_Getter(mthis) native "SVGPathElement_anim
atedNormalizedPathSegList_Getter"; |
| 6581 | 6619 |
| 6582 static animatedPathSegList_Getter(mthis) native "SVGPathElement_animatedPathSe
gList_Getter"; | 6620 static animatedPathSegList_Getter(mthis) native "SVGPathElement_animatedPathSe
gList_Getter"; |
| 6583 | 6621 |
| 6584 static normalizedPathSegList_Getter(mthis) native "SVGPathElement_normalizedPa
thSegList_Getter"; | 6622 static normalizedPathSegList_Getter(mthis) native "SVGPathElement_normalizedPa
thSegList_Getter"; |
| 6585 | 6623 |
| 6586 static pathLength_Getter(mthis) native "SVGPathElement_pathLength_Getter"; | 6624 static pathLength_Getter(mthis) native "SVGPathElement_pathLength_Getter"; |
| 6587 | 6625 |
| 6588 static pathSegList_Getter(mthis) native "SVGPathElement_pathSegList_Getter"; | 6626 static pathSegList_Getter(mthis) native "SVGPathElement_pathSegList_Getter"; |
| 6589 | 6627 |
| 6590 static createSVGPathSegArcAbs_Callback_float_float_float_float_float_boolean_b
oolean(mthis, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native "SVGPathEleme
nt_createSVGPathSegArcAbs_Callback_float_float_float_float_float_boolean_boolean
"; | 6628 static createSVGPathSegArcAbs_Callback_7(mthis, x, y, r1, r2, angle, largeArcF
lag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callback"; |
| 6591 | 6629 |
| 6592 static createSVGPathSegArcRel_Callback_float_float_float_float_float_boolean_b
oolean(mthis, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native "SVGPathEleme
nt_createSVGPathSegArcRel_Callback_float_float_float_float_float_boolean_boolean
"; | 6630 static createSVGPathSegArcRel_Callback_7(mthis, x, y, r1, r2, angle, largeArcF
lag, sweepFlag) native "SVGPathElement_createSVGPathSegArcRel_Callback"; |
| 6593 | 6631 |
| 6594 static createSVGPathSegClosePath_Callback(mthis) native "SVGPathElement_create
SVGPathSegClosePath_Callback"; | 6632 static createSVGPathSegClosePath_Callback(mthis) native "SVGPathElement_create
SVGPathSegClosePath_Callback"; |
| 6595 | 6633 |
| 6596 static createSVGPathSegCurvetoCubicAbs_Callback_float_float_float_float_float_
float(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvet
oCubicAbs_Callback_float_float_float_float_float_float"; | 6634 static createSVGPathSegCurvetoCubicAbs_Callback_6(mthis, x, y, x1, y1, x2, y2)
native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback"; |
| 6597 | 6635 |
| 6598 static createSVGPathSegCurvetoCubicRel_Callback_float_float_float_float_float_
float(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvet
oCubicRel_Callback_float_float_float_float_float_float"; | 6636 static createSVGPathSegCurvetoCubicRel_Callback_6(mthis, x, y, x1, y1, x2, y2)
native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback"; |
| 6599 | 6637 |
| 6600 static createSVGPathSegCurvetoCubicSmoothAbs_Callback_float_float_float_float(
mthis, x, y, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAb
s_Callback_float_float_float_float"; | 6638 static createSVGPathSegCurvetoCubicSmoothAbs_Callback_4(mthis, x, y, x2, y2) n
ative "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback"; |
| 6601 | 6639 |
| 6602 static createSVGPathSegCurvetoCubicSmoothRel_Callback_float_float_float_float(
mthis, x, y, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRe
l_Callback_float_float_float_float"; | 6640 static createSVGPathSegCurvetoCubicSmoothRel_Callback_4(mthis, x, y, x2, y2) n
ative "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback"; |
| 6603 | 6641 |
| 6604 static createSVGPathSegCurvetoQuadraticAbs_Callback_float_float_float_float(mt
his, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Ca
llback_float_float_float_float"; | 6642 static createSVGPathSegCurvetoQuadraticAbs_Callback_4(mthis, x, y, x1, y1) nat
ive "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback"; |
| 6605 | 6643 |
| 6606 static createSVGPathSegCurvetoQuadraticRel_Callback_float_float_float_float(mt
his, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Ca
llback_float_float_float_float"; | 6644 static createSVGPathSegCurvetoQuadraticRel_Callback_4(mthis, x, y, x1, y1) nat
ive "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback"; |
| 6607 | 6645 |
| 6608 static createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_float_float(mthis, x
, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_f
loat_float"; | 6646 static createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_2(mthis, x, y) nativ
e "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback"; |
| 6609 | 6647 |
| 6610 static createSVGPathSegCurvetoQuadraticSmoothRel_Callback_float_float(mthis, x
, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback_f
loat_float"; | 6648 static createSVGPathSegCurvetoQuadraticSmoothRel_Callback_2(mthis, x, y) nativ
e "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback"; |
| 6611 | 6649 |
| 6612 static createSVGPathSegLinetoAbs_Callback_float_float(mthis, x, y) native "SVG
PathElement_createSVGPathSegLinetoAbs_Callback_float_float"; | 6650 static createSVGPathSegLinetoAbs_Callback_2(mthis, x, y) native "SVGPathElemen
t_createSVGPathSegLinetoAbs_Callback"; |
| 6613 | 6651 |
| 6614 static createSVGPathSegLinetoHorizontalAbs_Callback_float(mthis, x) native "SV
GPathElement_createSVGPathSegLinetoHorizontalAbs_Callback_float"; | 6652 static createSVGPathSegLinetoHorizontalAbs_Callback_1(mthis, x) native "SVGPat
hElement_createSVGPathSegLinetoHorizontalAbs_Callback"; |
| 6615 | 6653 |
| 6616 static createSVGPathSegLinetoHorizontalRel_Callback_float(mthis, x) native "SV
GPathElement_createSVGPathSegLinetoHorizontalRel_Callback_float"; | 6654 static createSVGPathSegLinetoHorizontalRel_Callback_1(mthis, x) native "SVGPat
hElement_createSVGPathSegLinetoHorizontalRel_Callback"; |
| 6617 | 6655 |
| 6618 static createSVGPathSegLinetoRel_Callback_float_float(mthis, x, y) native "SVG
PathElement_createSVGPathSegLinetoRel_Callback_float_float"; | 6656 static createSVGPathSegLinetoRel_Callback_2(mthis, x, y) native "SVGPathElemen
t_createSVGPathSegLinetoRel_Callback"; |
| 6619 | 6657 |
| 6620 static createSVGPathSegLinetoVerticalAbs_Callback_float(mthis, y) native "SVGP
athElement_createSVGPathSegLinetoVerticalAbs_Callback_float"; | 6658 static createSVGPathSegLinetoVerticalAbs_Callback_1(mthis, y) native "SVGPathE
lement_createSVGPathSegLinetoVerticalAbs_Callback"; |
| 6621 | 6659 |
| 6622 static createSVGPathSegLinetoVerticalRel_Callback_float(mthis, y) native "SVGP
athElement_createSVGPathSegLinetoVerticalRel_Callback_float"; | 6660 static createSVGPathSegLinetoVerticalRel_Callback_1(mthis, y) native "SVGPathE
lement_createSVGPathSegLinetoVerticalRel_Callback"; |
| 6623 | 6661 |
| 6624 static createSVGPathSegMovetoAbs_Callback_float_float(mthis, x, y) native "SVG
PathElement_createSVGPathSegMovetoAbs_Callback_float_float"; | 6662 static createSVGPathSegMovetoAbs_Callback_2(mthis, x, y) native "SVGPathElemen
t_createSVGPathSegMovetoAbs_Callback"; |
| 6625 | 6663 |
| 6626 static createSVGPathSegMovetoRel_Callback_float_float(mthis, x, y) native "SVG
PathElement_createSVGPathSegMovetoRel_Callback_float_float"; | 6664 static createSVGPathSegMovetoRel_Callback_2(mthis, x, y) native "SVGPathElemen
t_createSVGPathSegMovetoRel_Callback"; |
| 6627 | 6665 |
| 6628 static getPathSegAtLength_Callback_float(mthis, distance) native "SVGPathEleme
nt_getPathSegAtLength_Callback_float"; | 6666 static getPathSegAtLength_Callback_1(mthis, distance) native "SVGPathElement_g
etPathSegAtLength_Callback"; |
| 6629 | 6667 |
| 6630 static getPointAtLength_Callback_float(mthis, distance) native "SVGPathElement
_getPointAtLength_Callback_float"; | 6668 static getPointAtLength_Callback_1(mthis, distance) native "SVGPathElement_get
PointAtLength_Callback"; |
| 6631 | 6669 |
| 6632 static getTotalLength_Callback(mthis) native "SVGPathElement_getTotalLength_Ca
llback"; | 6670 static getTotalLength_Callback(mthis) native "SVGPathElement_getTotalLength_Ca
llback"; |
| 6633 } | 6671 } |
| 6634 | 6672 |
| 6635 class BlinkSVGPathSeg { | 6673 class BlinkSVGPathSeg { |
| 6636 static pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Getter"; | 6674 static pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Getter"; |
| 6637 | 6675 |
| 6638 static pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTypeAsLette
r_Getter"; | 6676 static pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTypeAsLette
r_Getter"; |
| 6639 } | 6677 } |
| 6640 | 6678 |
| 6641 class BlinkSVGPathSegArcAbs { | 6679 class BlinkSVGPathSegArcAbs { |
| 6642 static angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Getter"; | 6680 static angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Getter"; |
| 6643 | 6681 |
| 6644 static angle_Setter_float(mthis, value) native "SVGPathSegArcAbs_angle_Setter"
; | 6682 static angle_Setter(mthis, value) native "SVGPathSegArcAbs_angle_Setter"; |
| 6645 | 6683 |
| 6646 static largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_largeArcFlag_Getter
"; | 6684 static largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_largeArcFlag_Getter
"; |
| 6647 | 6685 |
| 6648 static largeArcFlag_Setter_boolean(mthis, value) native "SVGPathSegArcAbs_larg
eArcFlag_Setter"; | 6686 static largeArcFlag_Setter(mthis, value) native "SVGPathSegArcAbs_largeArcFlag
_Setter"; |
| 6649 | 6687 |
| 6650 static r1_Getter(mthis) native "SVGPathSegArcAbs_r1_Getter"; | 6688 static r1_Getter(mthis) native "SVGPathSegArcAbs_r1_Getter"; |
| 6651 | 6689 |
| 6652 static r1_Setter_float(mthis, value) native "SVGPathSegArcAbs_r1_Setter"; | 6690 static r1_Setter(mthis, value) native "SVGPathSegArcAbs_r1_Setter"; |
| 6653 | 6691 |
| 6654 static r2_Getter(mthis) native "SVGPathSegArcAbs_r2_Getter"; | 6692 static r2_Getter(mthis) native "SVGPathSegArcAbs_r2_Getter"; |
| 6655 | 6693 |
| 6656 static r2_Setter_float(mthis, value) native "SVGPathSegArcAbs_r2_Setter"; | 6694 static r2_Setter(mthis, value) native "SVGPathSegArcAbs_r2_Setter"; |
| 6657 | 6695 |
| 6658 static sweepFlag_Getter(mthis) native "SVGPathSegArcAbs_sweepFlag_Getter"; | 6696 static sweepFlag_Getter(mthis) native "SVGPathSegArcAbs_sweepFlag_Getter"; |
| 6659 | 6697 |
| 6660 static sweepFlag_Setter_boolean(mthis, value) native "SVGPathSegArcAbs_sweepFl
ag_Setter"; | 6698 static sweepFlag_Setter(mthis, value) native "SVGPathSegArcAbs_sweepFlag_Sette
r"; |
| 6661 | 6699 |
| 6662 static x_Getter(mthis) native "SVGPathSegArcAbs_x_Getter"; | 6700 static x_Getter(mthis) native "SVGPathSegArcAbs_x_Getter"; |
| 6663 | 6701 |
| 6664 static x_Setter_float(mthis, value) native "SVGPathSegArcAbs_x_Setter"; | 6702 static x_Setter(mthis, value) native "SVGPathSegArcAbs_x_Setter"; |
| 6665 | 6703 |
| 6666 static y_Getter(mthis) native "SVGPathSegArcAbs_y_Getter"; | 6704 static y_Getter(mthis) native "SVGPathSegArcAbs_y_Getter"; |
| 6667 | 6705 |
| 6668 static y_Setter_float(mthis, value) native "SVGPathSegArcAbs_y_Setter"; | 6706 static y_Setter(mthis, value) native "SVGPathSegArcAbs_y_Setter"; |
| 6669 } | 6707 } |
| 6670 | 6708 |
| 6671 class BlinkSVGPathSegArcRel { | 6709 class BlinkSVGPathSegArcRel { |
| 6672 static angle_Getter(mthis) native "SVGPathSegArcRel_angle_Getter"; | 6710 static angle_Getter(mthis) native "SVGPathSegArcRel_angle_Getter"; |
| 6673 | 6711 |
| 6674 static angle_Setter_float(mthis, value) native "SVGPathSegArcRel_angle_Setter"
; | 6712 static angle_Setter(mthis, value) native "SVGPathSegArcRel_angle_Setter"; |
| 6675 | 6713 |
| 6676 static largeArcFlag_Getter(mthis) native "SVGPathSegArcRel_largeArcFlag_Getter
"; | 6714 static largeArcFlag_Getter(mthis) native "SVGPathSegArcRel_largeArcFlag_Getter
"; |
| 6677 | 6715 |
| 6678 static largeArcFlag_Setter_boolean(mthis, value) native "SVGPathSegArcRel_larg
eArcFlag_Setter"; | 6716 static largeArcFlag_Setter(mthis, value) native "SVGPathSegArcRel_largeArcFlag
_Setter"; |
| 6679 | 6717 |
| 6680 static r1_Getter(mthis) native "SVGPathSegArcRel_r1_Getter"; | 6718 static r1_Getter(mthis) native "SVGPathSegArcRel_r1_Getter"; |
| 6681 | 6719 |
| 6682 static r1_Setter_float(mthis, value) native "SVGPathSegArcRel_r1_Setter"; | 6720 static r1_Setter(mthis, value) native "SVGPathSegArcRel_r1_Setter"; |
| 6683 | 6721 |
| 6684 static r2_Getter(mthis) native "SVGPathSegArcRel_r2_Getter"; | 6722 static r2_Getter(mthis) native "SVGPathSegArcRel_r2_Getter"; |
| 6685 | 6723 |
| 6686 static r2_Setter_float(mthis, value) native "SVGPathSegArcRel_r2_Setter"; | 6724 static r2_Setter(mthis, value) native "SVGPathSegArcRel_r2_Setter"; |
| 6687 | 6725 |
| 6688 static sweepFlag_Getter(mthis) native "SVGPathSegArcRel_sweepFlag_Getter"; | 6726 static sweepFlag_Getter(mthis) native "SVGPathSegArcRel_sweepFlag_Getter"; |
| 6689 | 6727 |
| 6690 static sweepFlag_Setter_boolean(mthis, value) native "SVGPathSegArcRel_sweepFl
ag_Setter"; | 6728 static sweepFlag_Setter(mthis, value) native "SVGPathSegArcRel_sweepFlag_Sette
r"; |
| 6691 | 6729 |
| 6692 static x_Getter(mthis) native "SVGPathSegArcRel_x_Getter"; | 6730 static x_Getter(mthis) native "SVGPathSegArcRel_x_Getter"; |
| 6693 | 6731 |
| 6694 static x_Setter_float(mthis, value) native "SVGPathSegArcRel_x_Setter"; | 6732 static x_Setter(mthis, value) native "SVGPathSegArcRel_x_Setter"; |
| 6695 | 6733 |
| 6696 static y_Getter(mthis) native "SVGPathSegArcRel_y_Getter"; | 6734 static y_Getter(mthis) native "SVGPathSegArcRel_y_Getter"; |
| 6697 | 6735 |
| 6698 static y_Setter_float(mthis, value) native "SVGPathSegArcRel_y_Setter"; | 6736 static y_Setter(mthis, value) native "SVGPathSegArcRel_y_Setter"; |
| 6699 } | 6737 } |
| 6700 | 6738 |
| 6701 class BlinkSVGPathSegClosePath {} | 6739 class BlinkSVGPathSegClosePath {} |
| 6702 | 6740 |
| 6703 class BlinkSVGPathSegCurvetoCubicAbs { | 6741 class BlinkSVGPathSegCurvetoCubicAbs { |
| 6704 static x_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x_Getter"; | 6742 static x_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x_Getter"; |
| 6705 | 6743 |
| 6706 static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter
"; | 6744 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; |
| 6707 | 6745 |
| 6708 static x1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x1_Getter"; | 6746 static x1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x1_Getter"; |
| 6709 | 6747 |
| 6710 static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_x1_Sett
er"; | 6748 static x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; |
| 6711 | 6749 |
| 6712 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x2_Getter"; | 6750 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x2_Getter"; |
| 6713 | 6751 |
| 6714 static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_x2_Sett
er"; | 6752 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; |
| 6715 | 6753 |
| 6716 static y_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y_Getter"; | 6754 static y_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y_Getter"; |
| 6717 | 6755 |
| 6718 static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter
"; | 6756 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; |
| 6719 | 6757 |
| 6720 static y1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y1_Getter"; | 6758 static y1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y1_Getter"; |
| 6721 | 6759 |
| 6722 static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_y1_Sett
er"; | 6760 static y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; |
| 6723 | 6761 |
| 6724 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y2_Getter"; | 6762 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y2_Getter"; |
| 6725 | 6763 |
| 6726 static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_y2_Sett
er"; | 6764 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; |
| 6727 } | 6765 } |
| 6728 | 6766 |
| 6729 class BlinkSVGPathSegCurvetoCubicRel { | 6767 class BlinkSVGPathSegCurvetoCubicRel { |
| 6730 static x_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x_Getter"; | 6768 static x_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x_Getter"; |
| 6731 | 6769 |
| 6732 static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter
"; | 6770 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter"; |
| 6733 | 6771 |
| 6734 static x1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x1_Getter"; | 6772 static x1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x1_Getter"; |
| 6735 | 6773 |
| 6736 static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_x1_Sett
er"; | 6774 static x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; |
| 6737 | 6775 |
| 6738 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x2_Getter"; | 6776 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x2_Getter"; |
| 6739 | 6777 |
| 6740 static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_x2_Sett
er"; | 6778 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; |
| 6741 | 6779 |
| 6742 static y_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y_Getter"; | 6780 static y_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y_Getter"; |
| 6743 | 6781 |
| 6744 static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter
"; | 6782 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter"; |
| 6745 | 6783 |
| 6746 static y1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y1_Getter"; | 6784 static y1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y1_Getter"; |
| 6747 | 6785 |
| 6748 static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_y1_Sett
er"; | 6786 static y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; |
| 6749 | 6787 |
| 6750 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y2_Getter"; | 6788 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y2_Getter"; |
| 6751 | 6789 |
| 6752 static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_y2_Sett
er"; | 6790 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; |
| 6753 } | 6791 } |
| 6754 | 6792 |
| 6755 class BlinkSVGPathSegCurvetoCubicSmoothAbs { | 6793 class BlinkSVGPathSegCurvetoCubicSmoothAbs { |
| 6756 static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; | 6794 static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; |
| 6757 | 6795 |
| 6758 static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x_
Setter"; | 6796 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter
"; |
| 6759 | 6797 |
| 6760 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; | 6798 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; |
| 6761 | 6799 |
| 6762 static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x
2_Setter"; | 6800 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Sett
er"; |
| 6763 | 6801 |
| 6764 static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; | 6802 static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; |
| 6765 | 6803 |
| 6766 static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y_
Setter"; | 6804 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter
"; |
| 6767 | 6805 |
| 6768 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; | 6806 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; |
| 6769 | 6807 |
| 6770 static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y
2_Setter"; | 6808 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Sett
er"; |
| 6771 } | 6809 } |
| 6772 | 6810 |
| 6773 class BlinkSVGPathSegCurvetoCubicSmoothRel { | 6811 class BlinkSVGPathSegCurvetoCubicSmoothRel { |
| 6774 static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; | 6812 static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; |
| 6775 | 6813 |
| 6776 static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x_
Setter"; | 6814 static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter
"; |
| 6777 | 6815 |
| 6778 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; | 6816 static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; |
| 6779 | 6817 |
| 6780 static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x
2_Setter"; | 6818 static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Sett
er"; |
| 6781 | 6819 |
| 6782 static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; | 6820 static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; |
| 6783 | 6821 |
| 6784 static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y_
Setter"; | 6822 static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter
"; |
| 6785 | 6823 |
| 6786 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; | 6824 static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; |
| 6787 | 6825 |
| 6788 static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y
2_Setter"; | 6826 static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Sett
er"; |
| 6789 } | 6827 } |
| 6790 | 6828 |
| 6791 class BlinkSVGPathSegCurvetoQuadraticAbs { | 6829 class BlinkSVGPathSegCurvetoQuadraticAbs { |
| 6792 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; | 6830 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; |
| 6793 | 6831 |
| 6794 static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x_Se
tter"; | 6832 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; |
| 6795 | 6833 |
| 6796 static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; | 6834 static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; |
| 6797 | 6835 |
| 6798 static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_
Setter"; | 6836 static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter
"; |
| 6799 | 6837 |
| 6800 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; | 6838 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; |
| 6801 | 6839 |
| 6802 static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y_Se
tter"; | 6840 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; |
| 6803 | 6841 |
| 6804 static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; | 6842 static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; |
| 6805 | 6843 |
| 6806 static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_
Setter"; | 6844 static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter
"; |
| 6807 } | 6845 } |
| 6808 | 6846 |
| 6809 class BlinkSVGPathSegCurvetoQuadraticRel { | 6847 class BlinkSVGPathSegCurvetoQuadraticRel { |
| 6810 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x_Getter"; | 6848 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x_Getter"; |
| 6811 | 6849 |
| 6812 static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x_Se
tter"; | 6850 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; |
| 6813 | 6851 |
| 6814 static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; | 6852 static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; |
| 6815 | 6853 |
| 6816 static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_
Setter"; | 6854 static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter
"; |
| 6817 | 6855 |
| 6818 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y_Getter"; | 6856 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y_Getter"; |
| 6819 | 6857 |
| 6820 static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y_Se
tter"; | 6858 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; |
| 6821 | 6859 |
| 6822 static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; | 6860 static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; |
| 6823 | 6861 |
| 6824 static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_
Setter"; | 6862 static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter
"; |
| 6825 } | 6863 } |
| 6826 | 6864 |
| 6827 class BlinkSVGPathSegCurvetoQuadraticSmoothAbs { | 6865 class BlinkSVGPathSegCurvetoQuadraticSmoothAbs { |
| 6828 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; | 6866 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; |
| 6829 | 6867 |
| 6830 static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAb
s_x_Setter"; | 6868 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Se
tter"; |
| 6831 | 6869 |
| 6832 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; | 6870 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; |
| 6833 | 6871 |
| 6834 static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAb
s_y_Setter"; | 6872 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Se
tter"; |
| 6835 } | 6873 } |
| 6836 | 6874 |
| 6837 class BlinkSVGPathSegCurvetoQuadraticSmoothRel { | 6875 class BlinkSVGPathSegCurvetoQuadraticSmoothRel { |
| 6838 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; | 6876 static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; |
| 6839 | 6877 |
| 6840 static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRe
l_x_Setter"; | 6878 static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Se
tter"; |
| 6841 | 6879 |
| 6842 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; | 6880 static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; |
| 6843 | 6881 |
| 6844 static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRe
l_y_Setter"; | 6882 static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Se
tter"; |
| 6845 } | 6883 } |
| 6846 | 6884 |
| 6847 class BlinkSVGPathSegLinetoAbs { | 6885 class BlinkSVGPathSegLinetoAbs { |
| 6848 static x_Getter(mthis) native "SVGPathSegLinetoAbs_x_Getter"; | 6886 static x_Getter(mthis) native "SVGPathSegLinetoAbs_x_Getter"; |
| 6849 | 6887 |
| 6850 static x_Setter_float(mthis, value) native "SVGPathSegLinetoAbs_x_Setter"; | 6888 static x_Setter(mthis, value) native "SVGPathSegLinetoAbs_x_Setter"; |
| 6851 | 6889 |
| 6852 static y_Getter(mthis) native "SVGPathSegLinetoAbs_y_Getter"; | 6890 static y_Getter(mthis) native "SVGPathSegLinetoAbs_y_Getter"; |
| 6853 | 6891 |
| 6854 static y_Setter_float(mthis, value) native "SVGPathSegLinetoAbs_y_Setter"; | 6892 static y_Setter(mthis, value) native "SVGPathSegLinetoAbs_y_Setter"; |
| 6855 } | 6893 } |
| 6856 | 6894 |
| 6857 class BlinkSVGPathSegLinetoHorizontalAbs { | 6895 class BlinkSVGPathSegLinetoHorizontalAbs { |
| 6858 static x_Getter(mthis) native "SVGPathSegLinetoHorizontalAbs_x_Getter"; | 6896 static x_Getter(mthis) native "SVGPathSegLinetoHorizontalAbs_x_Getter"; |
| 6859 | 6897 |
| 6860 static x_Setter_float(mthis, value) native "SVGPathSegLinetoHorizontalAbs_x_Se
tter"; | 6898 static x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; |
| 6861 } | 6899 } |
| 6862 | 6900 |
| 6863 class BlinkSVGPathSegLinetoHorizontalRel { | 6901 class BlinkSVGPathSegLinetoHorizontalRel { |
| 6864 static x_Getter(mthis) native "SVGPathSegLinetoHorizontalRel_x_Getter"; | 6902 static x_Getter(mthis) native "SVGPathSegLinetoHorizontalRel_x_Getter"; |
| 6865 | 6903 |
| 6866 static x_Setter_float(mthis, value) native "SVGPathSegLinetoHorizontalRel_x_Se
tter"; | 6904 static x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; |
| 6867 } | 6905 } |
| 6868 | 6906 |
| 6869 class BlinkSVGPathSegLinetoRel { | 6907 class BlinkSVGPathSegLinetoRel { |
| 6870 static x_Getter(mthis) native "SVGPathSegLinetoRel_x_Getter"; | 6908 static x_Getter(mthis) native "SVGPathSegLinetoRel_x_Getter"; |
| 6871 | 6909 |
| 6872 static x_Setter_float(mthis, value) native "SVGPathSegLinetoRel_x_Setter"; | 6910 static x_Setter(mthis, value) native "SVGPathSegLinetoRel_x_Setter"; |
| 6873 | 6911 |
| 6874 static y_Getter(mthis) native "SVGPathSegLinetoRel_y_Getter"; | 6912 static y_Getter(mthis) native "SVGPathSegLinetoRel_y_Getter"; |
| 6875 | 6913 |
| 6876 static y_Setter_float(mthis, value) native "SVGPathSegLinetoRel_y_Setter"; | 6914 static y_Setter(mthis, value) native "SVGPathSegLinetoRel_y_Setter"; |
| 6877 } | 6915 } |
| 6878 | 6916 |
| 6879 class BlinkSVGPathSegLinetoVerticalAbs { | 6917 class BlinkSVGPathSegLinetoVerticalAbs { |
| 6880 static y_Getter(mthis) native "SVGPathSegLinetoVerticalAbs_y_Getter"; | 6918 static y_Getter(mthis) native "SVGPathSegLinetoVerticalAbs_y_Getter"; |
| 6881 | 6919 |
| 6882 static y_Setter_float(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Sett
er"; | 6920 static y_Setter(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; |
| 6883 } | 6921 } |
| 6884 | 6922 |
| 6885 class BlinkSVGPathSegLinetoVerticalRel { | 6923 class BlinkSVGPathSegLinetoVerticalRel { |
| 6886 static y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter"; | 6924 static y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter"; |
| 6887 | 6925 |
| 6888 static y_Setter_float(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Sett
er"; | 6926 static y_Setter(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Setter"; |
| 6889 } | 6927 } |
| 6890 | 6928 |
| 6891 class BlinkSVGPathSegList { | 6929 class BlinkSVGPathSegList { |
| 6892 static length_Getter(mthis) native "SVGPathSegList_length_Getter"; | 6930 static length_Getter(mthis) native "SVGPathSegList_length_Getter"; |
| 6893 | 6931 |
| 6894 static numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter
"; | 6932 static numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter
"; |
| 6895 | 6933 |
| 6896 static $__setter___Callback_ul_SVGPathSeg(mthis, index, value) native "SVGPath
SegList___setter___Callback_unsigned long_SVGPathSeg"; | 6934 static $__setter___Callback_2(mthis, index, value) native "SVGPathSegList___se
tter___Callback"; |
| 6897 | 6935 |
| 6898 static appendItem_Callback_SVGPathSeg(mthis, newItem) native "SVGPathSegList_a
ppendItem_Callback_SVGPathSeg"; | 6936 static appendItem_Callback_1(mthis, newItem) native "SVGPathSegList_appendItem
_Callback"; |
| 6899 | 6937 |
| 6900 static clear_Callback(mthis) native "SVGPathSegList_clear_Callback"; | 6938 static clear_Callback(mthis) native "SVGPathSegList_clear_Callback"; |
| 6901 | 6939 |
| 6902 static getItem_Callback_ul(mthis, index) native "SVGPathSegList_getItem_Callba
ck_unsigned long"; | 6940 static getItem_Callback_1(mthis, index) native "SVGPathSegList_getItem_Callbac
k"; |
| 6903 | 6941 |
| 6904 static initialize_Callback_SVGPathSeg(mthis, newItem) native "SVGPathSegList_i
nitialize_Callback_SVGPathSeg"; | 6942 static initialize_Callback_1(mthis, newItem) native "SVGPathSegList_initialize
_Callback"; |
| 6905 | 6943 |
| 6906 static insertItemBefore_Callback_SVGPathSeg_ul(mthis, newItem, index) native "
SVGPathSegList_insertItemBefore_Callback_SVGPathSeg_unsigned long"; | 6944 static insertItemBefore_Callback_2(mthis, newItem, index) native "SVGPathSegLi
st_insertItemBefore_Callback"; |
| 6907 | 6945 |
| 6908 static removeItem_Callback_ul(mthis, index) native "SVGPathSegList_removeItem_
Callback_unsigned long"; | 6946 static removeItem_Callback_1(mthis, index) native "SVGPathSegList_removeItem_C
allback"; |
| 6909 | 6947 |
| 6910 static replaceItem_Callback_SVGPathSeg_ul(mthis, newItem, index) native "SVGPa
thSegList_replaceItem_Callback_SVGPathSeg_unsigned long"; | 6948 static replaceItem_Callback_2(mthis, newItem, index) native "SVGPathSegList_re
placeItem_Callback"; |
| 6911 } | 6949 } |
| 6912 | 6950 |
| 6913 class BlinkSVGPathSegMovetoAbs { | 6951 class BlinkSVGPathSegMovetoAbs { |
| 6914 static x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter"; | 6952 static x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter"; |
| 6915 | 6953 |
| 6916 static x_Setter_float(mthis, value) native "SVGPathSegMovetoAbs_x_Setter"; | 6954 static x_Setter(mthis, value) native "SVGPathSegMovetoAbs_x_Setter"; |
| 6917 | 6955 |
| 6918 static y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter"; | 6956 static y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter"; |
| 6919 | 6957 |
| 6920 static y_Setter_float(mthis, value) native "SVGPathSegMovetoAbs_y_Setter"; | 6958 static y_Setter(mthis, value) native "SVGPathSegMovetoAbs_y_Setter"; |
| 6921 } | 6959 } |
| 6922 | 6960 |
| 6923 class BlinkSVGPathSegMovetoRel { | 6961 class BlinkSVGPathSegMovetoRel { |
| 6924 static x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter"; | 6962 static x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter"; |
| 6925 | 6963 |
| 6926 static x_Setter_float(mthis, value) native "SVGPathSegMovetoRel_x_Setter"; | 6964 static x_Setter(mthis, value) native "SVGPathSegMovetoRel_x_Setter"; |
| 6927 | 6965 |
| 6928 static y_Getter(mthis) native "SVGPathSegMovetoRel_y_Getter"; | 6966 static y_Getter(mthis) native "SVGPathSegMovetoRel_y_Getter"; |
| 6929 | 6967 |
| 6930 static y_Setter_float(mthis, value) native "SVGPathSegMovetoRel_y_Setter"; | 6968 static y_Setter(mthis, value) native "SVGPathSegMovetoRel_y_Setter"; |
| 6931 } | 6969 } |
| 6932 | 6970 |
| 6933 class BlinkSVGPatternElement { | 6971 class BlinkSVGPatternElement { |
| 6934 static height_Getter(mthis) native "SVGPatternElement_height_Getter"; | 6972 static height_Getter(mthis) native "SVGPatternElement_height_Getter"; |
| 6935 | 6973 |
| 6936 static patternContentUnits_Getter(mthis) native "SVGPatternElement_patternCont
entUnits_Getter"; | 6974 static patternContentUnits_Getter(mthis) native "SVGPatternElement_patternCont
entUnits_Getter"; |
| 6937 | 6975 |
| 6938 static patternTransform_Getter(mthis) native "SVGPatternElement_patternTransfo
rm_Getter"; | 6976 static patternTransform_Getter(mthis) native "SVGPatternElement_patternTransfo
rm_Getter"; |
| 6939 | 6977 |
| 6940 static patternUnits_Getter(mthis) native "SVGPatternElement_patternUnits_Gette
r"; | 6978 static patternUnits_Getter(mthis) native "SVGPatternElement_patternUnits_Gette
r"; |
| 6941 | 6979 |
| 6942 static width_Getter(mthis) native "SVGPatternElement_width_Getter"; | 6980 static width_Getter(mthis) native "SVGPatternElement_width_Getter"; |
| 6943 | 6981 |
| 6944 static x_Getter(mthis) native "SVGPatternElement_x_Getter"; | 6982 static x_Getter(mthis) native "SVGPatternElement_x_Getter"; |
| 6945 | 6983 |
| 6946 static y_Getter(mthis) native "SVGPatternElement_y_Getter"; | 6984 static y_Getter(mthis) native "SVGPatternElement_y_Getter"; |
| 6947 | 6985 |
| 6948 static preserveAspectRatio_Getter(mthis) native "SVGPatternElement_preserveAsp
ectRatio_Getter"; | 6986 static preserveAspectRatio_Getter(mthis) native "SVGPatternElement_preserveAsp
ectRatio_Getter"; |
| 6949 | 6987 |
| 6950 static viewBox_Getter(mthis) native "SVGPatternElement_viewBox_Getter"; | 6988 static viewBox_Getter(mthis) native "SVGPatternElement_viewBox_Getter"; |
| 6951 | 6989 |
| 6952 static requiredExtensions_Getter(mthis) native "SVGPatternElement_requiredExte
nsions_Getter"; | 6990 static requiredExtensions_Getter(mthis) native "SVGPatternElement_requiredExte
nsions_Getter"; |
| 6953 | 6991 |
| 6954 static requiredFeatures_Getter(mthis) native "SVGPatternElement_requiredFeatur
es_Getter"; | 6992 static requiredFeatures_Getter(mthis) native "SVGPatternElement_requiredFeatur
es_Getter"; |
| 6955 | 6993 |
| 6956 static systemLanguage_Getter(mthis) native "SVGPatternElement_systemLanguage_G
etter"; | 6994 static systemLanguage_Getter(mthis) native "SVGPatternElement_systemLanguage_G
etter"; |
| 6957 | 6995 |
| 6958 static hasExtension_Callback_DOMString(mthis, extension) native "SVGPatternEle
ment_hasExtension_Callback_DOMString"; | 6996 static hasExtension_Callback_1(mthis, extension) native "SVGPatternElement_has
Extension_Callback"; |
| 6959 | 6997 |
| 6960 static href_Getter(mthis) native "SVGPatternElement_href_Getter"; | 6998 static href_Getter(mthis) native "SVGPatternElement_href_Getter"; |
| 6961 } | 6999 } |
| 6962 | 7000 |
| 6963 class BlinkSVGPoint { | 7001 class BlinkSVGPoint { |
| 6964 static x_Getter(mthis) native "SVGPoint_x_Getter"; | 7002 static x_Getter(mthis) native "SVGPoint_x_Getter"; |
| 6965 | 7003 |
| 6966 static x_Setter_float(mthis, value) native "SVGPoint_x_Setter"; | 7004 static x_Setter(mthis, value) native "SVGPoint_x_Setter"; |
| 6967 | 7005 |
| 6968 static y_Getter(mthis) native "SVGPoint_y_Getter"; | 7006 static y_Getter(mthis) native "SVGPoint_y_Getter"; |
| 6969 | 7007 |
| 6970 static y_Setter_float(mthis, value) native "SVGPoint_y_Setter"; | 7008 static y_Setter(mthis, value) native "SVGPoint_y_Setter"; |
| 6971 | 7009 |
| 6972 static matrixTransform_Callback_SVGMatrix(mthis, matrix) native "SVGPoint_matr
ixTransform_Callback_SVGMatrix"; | 7010 static matrixTransform_Callback_1(mthis, matrix) native "SVGPoint_matrixTransf
orm_Callback"; |
| 6973 } | 7011 } |
| 6974 | 7012 |
| 6975 class BlinkSVGPointList { | 7013 class BlinkSVGPointList { |
| 6976 static length_Getter(mthis) native "SVGPointList_length_Getter"; | 7014 static length_Getter(mthis) native "SVGPointList_length_Getter"; |
| 6977 | 7015 |
| 6978 static numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter"; | 7016 static numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter"; |
| 6979 | 7017 |
| 6980 static $__setter___Callback_ul_SVGPoint(mthis, index, value) native "SVGPointL
ist___setter___Callback_unsigned long_SVGPoint"; | 7018 static $__setter___Callback_2(mthis, index, value) native "SVGPointList___sett
er___Callback"; |
| 6981 | 7019 |
| 6982 static appendItem_Callback_SVGPoint(mthis, item) native "SVGPointList_appendIt
em_Callback_SVGPoint"; | 7020 static appendItem_Callback_1(mthis, item) native "SVGPointList_appendItem_Call
back"; |
| 6983 | 7021 |
| 6984 static clear_Callback(mthis) native "SVGPointList_clear_Callback"; | 7022 static clear_Callback(mthis) native "SVGPointList_clear_Callback"; |
| 6985 | 7023 |
| 6986 static getItem_Callback_ul(mthis, index) native "SVGPointList_getItem_Callback
_unsigned long"; | 7024 static getItem_Callback_1(mthis, index) native "SVGPointList_getItem_Callback"
; |
| 6987 | 7025 |
| 6988 static initialize_Callback_SVGPoint(mthis, item) native "SVGPointList_initiali
ze_Callback_SVGPoint"; | 7026 static initialize_Callback_1(mthis, item) native "SVGPointList_initialize_Call
back"; |
| 6989 | 7027 |
| 6990 static insertItemBefore_Callback_SVGPoint_ul(mthis, item, index) native "SVGPo
intList_insertItemBefore_Callback_SVGPoint_unsigned long"; | 7028 static insertItemBefore_Callback_2(mthis, item, index) native "SVGPointList_in
sertItemBefore_Callback"; |
| 6991 | 7029 |
| 6992 static removeItem_Callback_ul(mthis, index) native "SVGPointList_removeItem_Ca
llback_unsigned long"; | 7030 static removeItem_Callback_1(mthis, index) native "SVGPointList_removeItem_Cal
lback"; |
| 6993 | 7031 |
| 6994 static replaceItem_Callback_SVGPoint_ul(mthis, item, index) native "SVGPointLi
st_replaceItem_Callback_SVGPoint_unsigned long"; | 7032 static replaceItem_Callback_2(mthis, item, index) native "SVGPointList_replace
Item_Callback"; |
| 6995 } | 7033 } |
| 6996 | 7034 |
| 6997 class BlinkSVGPolygonElement { | 7035 class BlinkSVGPolygonElement { |
| 6998 static animatedPoints_Getter(mthis) native "SVGPolygonElement_animatedPoints_G
etter"; | 7036 static animatedPoints_Getter(mthis) native "SVGPolygonElement_animatedPoints_G
etter"; |
| 6999 | 7037 |
| 7000 static points_Getter(mthis) native "SVGPolygonElement_points_Getter"; | 7038 static points_Getter(mthis) native "SVGPolygonElement_points_Getter"; |
| 7001 } | 7039 } |
| 7002 | 7040 |
| 7003 class BlinkSVGPolylineElement { | 7041 class BlinkSVGPolylineElement { |
| 7004 static animatedPoints_Getter(mthis) native "SVGPolylineElement_animatedPoints_
Getter"; | 7042 static animatedPoints_Getter(mthis) native "SVGPolylineElement_animatedPoints_
Getter"; |
| 7005 | 7043 |
| 7006 static points_Getter(mthis) native "SVGPolylineElement_points_Getter"; | 7044 static points_Getter(mthis) native "SVGPolylineElement_points_Getter"; |
| 7007 } | 7045 } |
| 7008 | 7046 |
| 7009 class BlinkSVGPreserveAspectRatio { | 7047 class BlinkSVGPreserveAspectRatio { |
| 7010 static align_Getter(mthis) native "SVGPreserveAspectRatio_align_Getter"; | 7048 static align_Getter(mthis) native "SVGPreserveAspectRatio_align_Getter"; |
| 7011 | 7049 |
| 7012 static align_Setter_us(mthis, value) native "SVGPreserveAspectRatio_align_Sett
er"; | 7050 static align_Setter(mthis, value) native "SVGPreserveAspectRatio_align_Setter"
; |
| 7013 | 7051 |
| 7014 static meetOrSlice_Getter(mthis) native "SVGPreserveAspectRatio_meetOrSlice_Ge
tter"; | 7052 static meetOrSlice_Getter(mthis) native "SVGPreserveAspectRatio_meetOrSlice_Ge
tter"; |
| 7015 | 7053 |
| 7016 static meetOrSlice_Setter_us(mthis, value) native "SVGPreserveAspectRatio_meet
OrSlice_Setter"; | 7054 static meetOrSlice_Setter(mthis, value) native "SVGPreserveAspectRatio_meetOrS
lice_Setter"; |
| 7017 } | 7055 } |
| 7018 | 7056 |
| 7019 class BlinkSVGRadialGradientElement { | 7057 class BlinkSVGRadialGradientElement { |
| 7020 static cx_Getter(mthis) native "SVGRadialGradientElement_cx_Getter"; | 7058 static cx_Getter(mthis) native "SVGRadialGradientElement_cx_Getter"; |
| 7021 | 7059 |
| 7022 static cy_Getter(mthis) native "SVGRadialGradientElement_cy_Getter"; | 7060 static cy_Getter(mthis) native "SVGRadialGradientElement_cy_Getter"; |
| 7023 | 7061 |
| 7024 static fr_Getter(mthis) native "SVGRadialGradientElement_fr_Getter"; | 7062 static fr_Getter(mthis) native "SVGRadialGradientElement_fr_Getter"; |
| 7025 | 7063 |
| 7026 static fx_Getter(mthis) native "SVGRadialGradientElement_fx_Getter"; | 7064 static fx_Getter(mthis) native "SVGRadialGradientElement_fx_Getter"; |
| 7027 | 7065 |
| 7028 static fy_Getter(mthis) native "SVGRadialGradientElement_fy_Getter"; | 7066 static fy_Getter(mthis) native "SVGRadialGradientElement_fy_Getter"; |
| 7029 | 7067 |
| 7030 static r_Getter(mthis) native "SVGRadialGradientElement_r_Getter"; | 7068 static r_Getter(mthis) native "SVGRadialGradientElement_r_Getter"; |
| 7031 } | 7069 } |
| 7032 | 7070 |
| 7033 class BlinkSVGRect { | 7071 class BlinkSVGRect { |
| 7034 static height_Getter(mthis) native "SVGRect_height_Getter"; | 7072 static height_Getter(mthis) native "SVGRect_height_Getter"; |
| 7035 | 7073 |
| 7036 static height_Setter_float(mthis, value) native "SVGRect_height_Setter"; | 7074 static height_Setter(mthis, value) native "SVGRect_height_Setter"; |
| 7037 | 7075 |
| 7038 static width_Getter(mthis) native "SVGRect_width_Getter"; | 7076 static width_Getter(mthis) native "SVGRect_width_Getter"; |
| 7039 | 7077 |
| 7040 static width_Setter_float(mthis, value) native "SVGRect_width_Setter"; | 7078 static width_Setter(mthis, value) native "SVGRect_width_Setter"; |
| 7041 | 7079 |
| 7042 static x_Getter(mthis) native "SVGRect_x_Getter"; | 7080 static x_Getter(mthis) native "SVGRect_x_Getter"; |
| 7043 | 7081 |
| 7044 static x_Setter_float(mthis, value) native "SVGRect_x_Setter"; | 7082 static x_Setter(mthis, value) native "SVGRect_x_Setter"; |
| 7045 | 7083 |
| 7046 static y_Getter(mthis) native "SVGRect_y_Getter"; | 7084 static y_Getter(mthis) native "SVGRect_y_Getter"; |
| 7047 | 7085 |
| 7048 static y_Setter_float(mthis, value) native "SVGRect_y_Setter"; | 7086 static y_Setter(mthis, value) native "SVGRect_y_Setter"; |
| 7049 } | 7087 } |
| 7050 | 7088 |
| 7051 class BlinkSVGRectElement { | 7089 class BlinkSVGRectElement { |
| 7052 static height_Getter(mthis) native "SVGRectElement_height_Getter"; | 7090 static height_Getter(mthis) native "SVGRectElement_height_Getter"; |
| 7053 | 7091 |
| 7054 static rx_Getter(mthis) native "SVGRectElement_rx_Getter"; | 7092 static rx_Getter(mthis) native "SVGRectElement_rx_Getter"; |
| 7055 | 7093 |
| 7056 static ry_Getter(mthis) native "SVGRectElement_ry_Getter"; | 7094 static ry_Getter(mthis) native "SVGRectElement_ry_Getter"; |
| 7057 | 7095 |
| 7058 static width_Getter(mthis) native "SVGRectElement_width_Getter"; | 7096 static width_Getter(mthis) native "SVGRectElement_width_Getter"; |
| 7059 | 7097 |
| 7060 static x_Getter(mthis) native "SVGRectElement_x_Getter"; | 7098 static x_Getter(mthis) native "SVGRectElement_x_Getter"; |
| 7061 | 7099 |
| 7062 static y_Getter(mthis) native "SVGRectElement_y_Getter"; | 7100 static y_Getter(mthis) native "SVGRectElement_y_Getter"; |
| 7063 } | 7101 } |
| 7064 | 7102 |
| 7065 class BlinkSVGRenderingIntent {} | 7103 class BlinkSVGRenderingIntent {} |
| 7066 | 7104 |
| 7067 class BlinkSVGZoomAndPan { | 7105 class BlinkSVGZoomAndPan { |
| 7068 static zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_Getter"; | 7106 static zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_Getter"; |
| 7069 | 7107 |
| 7070 static zoomAndPan_Setter_us(mthis, value) native "SVGZoomAndPan_zoomAndPan_Set
ter"; | 7108 static zoomAndPan_Setter(mthis, value) native "SVGZoomAndPan_zoomAndPan_Setter
"; |
| 7071 } | 7109 } |
| 7072 | 7110 |
| 7073 class BlinkSVGSVGElement { | 7111 class BlinkSVGSVGElement { |
| 7074 static currentScale_Getter(mthis) native "SVGSVGElement_currentScale_Getter"; | 7112 static currentScale_Getter(mthis) native "SVGSVGElement_currentScale_Getter"; |
| 7075 | 7113 |
| 7076 static currentScale_Setter_float(mthis, value) native "SVGSVGElement_currentSc
ale_Setter"; | 7114 static currentScale_Setter(mthis, value) native "SVGSVGElement_currentScale_Se
tter"; |
| 7077 | 7115 |
| 7078 static currentTranslate_Getter(mthis) native "SVGSVGElement_currentTranslate_G
etter"; | 7116 static currentTranslate_Getter(mthis) native "SVGSVGElement_currentTranslate_G
etter"; |
| 7079 | 7117 |
| 7080 static currentView_Getter(mthis) native "SVGSVGElement_currentView_Getter"; | 7118 static currentView_Getter(mthis) native "SVGSVGElement_currentView_Getter"; |
| 7081 | 7119 |
| 7082 static height_Getter(mthis) native "SVGSVGElement_height_Getter"; | 7120 static height_Getter(mthis) native "SVGSVGElement_height_Getter"; |
| 7083 | 7121 |
| 7084 static pixelUnitToMillimeterX_Getter(mthis) native "SVGSVGElement_pixelUnitToM
illimeterX_Getter"; | 7122 static pixelUnitToMillimeterX_Getter(mthis) native "SVGSVGElement_pixelUnitToM
illimeterX_Getter"; |
| 7085 | 7123 |
| 7086 static pixelUnitToMillimeterY_Getter(mthis) native "SVGSVGElement_pixelUnitToM
illimeterY_Getter"; | 7124 static pixelUnitToMillimeterY_Getter(mthis) native "SVGSVGElement_pixelUnitToM
illimeterY_Getter"; |
| 7087 | 7125 |
| 7088 static screenPixelToMillimeterX_Getter(mthis) native "SVGSVGElement_screenPixe
lToMillimeterX_Getter"; | 7126 static screenPixelToMillimeterX_Getter(mthis) native "SVGSVGElement_screenPixe
lToMillimeterX_Getter"; |
| 7089 | 7127 |
| 7090 static screenPixelToMillimeterY_Getter(mthis) native "SVGSVGElement_screenPixe
lToMillimeterY_Getter"; | 7128 static screenPixelToMillimeterY_Getter(mthis) native "SVGSVGElement_screenPixe
lToMillimeterY_Getter"; |
| 7091 | 7129 |
| 7092 static useCurrentView_Getter(mthis) native "SVGSVGElement_useCurrentView_Gette
r"; | 7130 static useCurrentView_Getter(mthis) native "SVGSVGElement_useCurrentView_Gette
r"; |
| 7093 | 7131 |
| 7094 static viewport_Getter(mthis) native "SVGSVGElement_viewport_Getter"; | 7132 static viewport_Getter(mthis) native "SVGSVGElement_viewport_Getter"; |
| 7095 | 7133 |
| 7096 static width_Getter(mthis) native "SVGSVGElement_width_Getter"; | 7134 static width_Getter(mthis) native "SVGSVGElement_width_Getter"; |
| 7097 | 7135 |
| 7098 static x_Getter(mthis) native "SVGSVGElement_x_Getter"; | 7136 static x_Getter(mthis) native "SVGSVGElement_x_Getter"; |
| 7099 | 7137 |
| 7100 static y_Getter(mthis) native "SVGSVGElement_y_Getter"; | 7138 static y_Getter(mthis) native "SVGSVGElement_y_Getter"; |
| 7101 | 7139 |
| 7102 static animationsPaused_Callback(mthis) native "SVGSVGElement_animationsPaused
_Callback"; | 7140 static animationsPaused_Callback(mthis) native "SVGSVGElement_animationsPaused
_Callback"; |
| 7103 | 7141 |
| 7104 static checkEnclosure_Callback_SVGElement_SVGRect(mthis, element, rect) native
"SVGSVGElement_checkEnclosure_Callback_SVGElement_SVGRect"; | 7142 static checkEnclosure_Callback_2(mthis, element, rect) native "SVGSVGElement_c
heckEnclosure_Callback"; |
| 7105 | 7143 |
| 7106 static checkIntersection_Callback_SVGElement_SVGRect(mthis, element, rect) nat
ive "SVGSVGElement_checkIntersection_Callback_SVGElement_SVGRect"; | 7144 static checkIntersection_Callback_2(mthis, element, rect) native "SVGSVGElemen
t_checkIntersection_Callback"; |
| 7107 | 7145 |
| 7108 static createSVGAngle_Callback(mthis) native "SVGSVGElement_createSVGAngle_Cal
lback"; | 7146 static createSVGAngle_Callback(mthis) native "SVGSVGElement_createSVGAngle_Cal
lback"; |
| 7109 | 7147 |
| 7110 static createSVGLength_Callback(mthis) native "SVGSVGElement_createSVGLength_C
allback"; | 7148 static createSVGLength_Callback(mthis) native "SVGSVGElement_createSVGLength_C
allback"; |
| 7111 | 7149 |
| 7112 static createSVGMatrix_Callback(mthis) native "SVGSVGElement_createSVGMatrix_C
allback"; | 7150 static createSVGMatrix_Callback(mthis) native "SVGSVGElement_createSVGMatrix_C
allback"; |
| 7113 | 7151 |
| 7114 static createSVGNumber_Callback(mthis) native "SVGSVGElement_createSVGNumber_C
allback"; | 7152 static createSVGNumber_Callback(mthis) native "SVGSVGElement_createSVGNumber_C
allback"; |
| 7115 | 7153 |
| 7116 static createSVGPoint_Callback(mthis) native "SVGSVGElement_createSVGPoint_Cal
lback"; | 7154 static createSVGPoint_Callback(mthis) native "SVGSVGElement_createSVGPoint_Cal
lback"; |
| 7117 | 7155 |
| 7118 static createSVGRect_Callback(mthis) native "SVGSVGElement_createSVGRect_Callb
ack"; | 7156 static createSVGRect_Callback(mthis) native "SVGSVGElement_createSVGRect_Callb
ack"; |
| 7119 | 7157 |
| 7120 static createSVGTransform_Callback(mthis) native "SVGSVGElement_createSVGTrans
form_Callback"; | 7158 static createSVGTransform_Callback(mthis) native "SVGSVGElement_createSVGTrans
form_Callback"; |
| 7121 | 7159 |
| 7122 static createSVGTransformFromMatrix_Callback_SVGMatrix(mthis, matrix) native "
SVGSVGElement_createSVGTransformFromMatrix_Callback_SVGMatrix"; | 7160 static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGSVGEl
ement_createSVGTransformFromMatrix_Callback"; |
| 7123 | 7161 |
| 7124 static deselectAll_Callback(mthis) native "SVGSVGElement_deselectAll_Callback"
; | 7162 static deselectAll_Callback(mthis) native "SVGSVGElement_deselectAll_Callback"
; |
| 7125 | 7163 |
| 7126 static forceRedraw_Callback(mthis) native "SVGSVGElement_forceRedraw_Callback"
; | 7164 static forceRedraw_Callback(mthis) native "SVGSVGElement_forceRedraw_Callback"
; |
| 7127 | 7165 |
| 7128 static getCurrentTime_Callback(mthis) native "SVGSVGElement_getCurrentTime_Cal
lback"; | 7166 static getCurrentTime_Callback(mthis) native "SVGSVGElement_getCurrentTime_Cal
lback"; |
| 7129 | 7167 |
| 7130 static getElementById_Callback_DOMString(mthis, elementId) native "SVGSVGEleme
nt_getElementById_Callback_DOMString"; | 7168 static getElementById_Callback_1(mthis, elementId) native "SVGSVGElement_getEl
ementById_Callback"; |
| 7131 | 7169 |
| 7132 static getEnclosureList_Callback_SVGRect_SVGElement(mthis, rect, referenceElem
ent) native "SVGSVGElement_getEnclosureList_Callback_SVGRect_SVGElement"; | 7170 static getEnclosureList_Callback_2(mthis, rect, referenceElement) native "SVGS
VGElement_getEnclosureList_Callback"; |
| 7133 | 7171 |
| 7134 static getIntersectionList_Callback_SVGRect_SVGElement(mthis, rect, referenceE
lement) native "SVGSVGElement_getIntersectionList_Callback_SVGRect_SVGElement"; | 7172 static getIntersectionList_Callback_2(mthis, rect, referenceElement) native "S
VGSVGElement_getIntersectionList_Callback"; |
| 7135 | 7173 |
| 7136 static pauseAnimations_Callback(mthis) native "SVGSVGElement_pauseAnimations_C
allback"; | 7174 static pauseAnimations_Callback(mthis) native "SVGSVGElement_pauseAnimations_C
allback"; |
| 7137 | 7175 |
| 7138 static setCurrentTime_Callback_float(mthis, seconds) native "SVGSVGElement_set
CurrentTime_Callback_float"; | 7176 static setCurrentTime_Callback_1(mthis, seconds) native "SVGSVGElement_setCurr
entTime_Callback"; |
| 7139 | 7177 |
| 7140 static suspendRedraw_Callback_ul(mthis, maxWaitMilliseconds) native "SVGSVGEle
ment_suspendRedraw_Callback_unsigned long"; | 7178 static suspendRedraw_Callback_1(mthis, maxWaitMilliseconds) native "SVGSVGElem
ent_suspendRedraw_Callback"; |
| 7141 | 7179 |
| 7142 static unpauseAnimations_Callback(mthis) native "SVGSVGElement_unpauseAnimatio
ns_Callback"; | 7180 static unpauseAnimations_Callback(mthis) native "SVGSVGElement_unpauseAnimatio
ns_Callback"; |
| 7143 | 7181 |
| 7144 static unsuspendRedraw_Callback_ul(mthis, suspendHandleId) native "SVGSVGEleme
nt_unsuspendRedraw_Callback_unsigned long"; | 7182 static unsuspendRedraw_Callback_1(mthis, suspendHandleId) native "SVGSVGElemen
t_unsuspendRedraw_Callback"; |
| 7145 | 7183 |
| 7146 static unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_unsuspendRedra
wAll_Callback"; | 7184 static unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_unsuspendRedra
wAll_Callback"; |
| 7147 | 7185 |
| 7148 static preserveAspectRatio_Getter(mthis) native "SVGSVGElement_preserveAspectR
atio_Getter"; | 7186 static preserveAspectRatio_Getter(mthis) native "SVGSVGElement_preserveAspectR
atio_Getter"; |
| 7149 | 7187 |
| 7150 static viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter"; | 7188 static viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter"; |
| 7151 | 7189 |
| 7152 static zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_Getter"; | 7190 static zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_Getter"; |
| 7153 | 7191 |
| 7154 static zoomAndPan_Setter_us(mthis, value) native "SVGSVGElement_zoomAndPan_Set
ter"; | 7192 static zoomAndPan_Setter(mthis, value) native "SVGSVGElement_zoomAndPan_Setter
"; |
| 7155 } | 7193 } |
| 7156 | 7194 |
| 7157 class BlinkSVGScriptElement { | 7195 class BlinkSVGScriptElement { |
| 7158 static type_Getter(mthis) native "SVGScriptElement_type_Getter"; | 7196 static type_Getter(mthis) native "SVGScriptElement_type_Getter"; |
| 7159 | 7197 |
| 7160 static type_Setter_DOMString(mthis, value) native "SVGScriptElement_type_Sette
r"; | 7198 static type_Setter(mthis, value) native "SVGScriptElement_type_Setter"; |
| 7161 | 7199 |
| 7162 static href_Getter(mthis) native "SVGScriptElement_href_Getter"; | 7200 static href_Getter(mthis) native "SVGScriptElement_href_Getter"; |
| 7163 } | 7201 } |
| 7164 | 7202 |
| 7165 class BlinkSVGSetElement {} | 7203 class BlinkSVGSetElement {} |
| 7166 | 7204 |
| 7167 class BlinkSVGStopElement { | 7205 class BlinkSVGStopElement { |
| 7168 static offset_Getter(mthis) native "SVGStopElement_offset_Getter"; | 7206 static offset_Getter(mthis) native "SVGStopElement_offset_Getter"; |
| 7169 } | 7207 } |
| 7170 | 7208 |
| 7171 class BlinkSVGStringList { | 7209 class BlinkSVGStringList { |
| 7172 static length_Getter(mthis) native "SVGStringList_length_Getter"; | 7210 static length_Getter(mthis) native "SVGStringList_length_Getter"; |
| 7173 | 7211 |
| 7174 static numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter"
; | 7212 static numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter"
; |
| 7175 | 7213 |
| 7176 static $__setter___Callback_ul_DOMString(mthis, index, value) native "SVGStrin
gList___setter___Callback_unsigned long_DOMString"; | 7214 static $__setter___Callback_2(mthis, index, value) native "SVGStringList___set
ter___Callback"; |
| 7177 | 7215 |
| 7178 static appendItem_Callback_DOMString(mthis, item) native "SVGStringList_append
Item_Callback_DOMString"; | 7216 static appendItem_Callback_1(mthis, item) native "SVGStringList_appendItem_Cal
lback"; |
| 7179 | 7217 |
| 7180 static clear_Callback(mthis) native "SVGStringList_clear_Callback"; | 7218 static clear_Callback(mthis) native "SVGStringList_clear_Callback"; |
| 7181 | 7219 |
| 7182 static getItem_Callback_ul(mthis, index) native "SVGStringList_getItem_Callbac
k_unsigned long"; | 7220 static getItem_Callback_1(mthis, index) native "SVGStringList_getItem_Callback
"; |
| 7183 | 7221 |
| 7184 static initialize_Callback_DOMString(mthis, item) native "SVGStringList_initia
lize_Callback_DOMString"; | 7222 static initialize_Callback_1(mthis, item) native "SVGStringList_initialize_Cal
lback"; |
| 7185 | 7223 |
| 7186 static insertItemBefore_Callback_DOMString_ul(mthis, item, index) native "SVGS
tringList_insertItemBefore_Callback_DOMString_unsigned long"; | 7224 static insertItemBefore_Callback_2(mthis, item, index) native "SVGStringList_i
nsertItemBefore_Callback"; |
| 7187 | 7225 |
| 7188 static removeItem_Callback_ul(mthis, index) native "SVGStringList_removeItem_C
allback_unsigned long"; | 7226 static removeItem_Callback_1(mthis, index) native "SVGStringList_removeItem_Ca
llback"; |
| 7189 | 7227 |
| 7190 static replaceItem_Callback_DOMString_ul(mthis, item, index) native "SVGString
List_replaceItem_Callback_DOMString_unsigned long"; | 7228 static replaceItem_Callback_2(mthis, item, index) native "SVGStringList_replac
eItem_Callback"; |
| 7191 } | 7229 } |
| 7192 | 7230 |
| 7193 class BlinkSVGStyleElement { | 7231 class BlinkSVGStyleElement { |
| 7194 static disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter"; | 7232 static disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter"; |
| 7195 | 7233 |
| 7196 static disabled_Setter_boolean(mthis, value) native "SVGStyleElement_disabled_
Setter"; | 7234 static disabled_Setter(mthis, value) native "SVGStyleElement_disabled_Setter"; |
| 7197 | 7235 |
| 7198 static media_Getter(mthis) native "SVGStyleElement_media_Getter"; | 7236 static media_Getter(mthis) native "SVGStyleElement_media_Getter"; |
| 7199 | 7237 |
| 7200 static media_Setter_DOMString(mthis, value) native "SVGStyleElement_media_Sett
er"; | 7238 static media_Setter(mthis, value) native "SVGStyleElement_media_Setter"; |
| 7201 | 7239 |
| 7202 static sheet_Getter(mthis) native "SVGStyleElement_sheet_Getter"; | 7240 static sheet_Getter(mthis) native "SVGStyleElement_sheet_Getter"; |
| 7203 | 7241 |
| 7204 static title_Getter(mthis) native "SVGStyleElement_title_Getter"; | 7242 static title_Getter(mthis) native "SVGStyleElement_title_Getter"; |
| 7205 | 7243 |
| 7206 static title_Setter_DOMString(mthis, value) native "SVGStyleElement_title_Sett
er"; | 7244 static title_Setter(mthis, value) native "SVGStyleElement_title_Setter"; |
| 7207 | 7245 |
| 7208 static type_Getter(mthis) native "SVGStyleElement_type_Getter"; | 7246 static type_Getter(mthis) native "SVGStyleElement_type_Getter"; |
| 7209 | 7247 |
| 7210 static type_Setter_DOMString(mthis, value) native "SVGStyleElement_type_Setter
"; | 7248 static type_Setter(mthis, value) native "SVGStyleElement_type_Setter"; |
| 7211 } | 7249 } |
| 7212 | 7250 |
| 7213 class BlinkSVGSwitchElement {} | 7251 class BlinkSVGSwitchElement {} |
| 7214 | 7252 |
| 7215 class BlinkSVGSymbolElement { | 7253 class BlinkSVGSymbolElement { |
| 7216 static preserveAspectRatio_Getter(mthis) native "SVGSymbolElement_preserveAspe
ctRatio_Getter"; | 7254 static preserveAspectRatio_Getter(mthis) native "SVGSymbolElement_preserveAspe
ctRatio_Getter"; |
| 7217 | 7255 |
| 7218 static viewBox_Getter(mthis) native "SVGSymbolElement_viewBox_Getter"; | 7256 static viewBox_Getter(mthis) native "SVGSymbolElement_viewBox_Getter"; |
| 7219 } | 7257 } |
| 7220 | 7258 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 7234 | 7272 |
| 7235 class BlinkSVGTitleElement {} | 7273 class BlinkSVGTitleElement {} |
| 7236 | 7274 |
| 7237 class BlinkSVGTransform { | 7275 class BlinkSVGTransform { |
| 7238 static angle_Getter(mthis) native "SVGTransform_angle_Getter"; | 7276 static angle_Getter(mthis) native "SVGTransform_angle_Getter"; |
| 7239 | 7277 |
| 7240 static matrix_Getter(mthis) native "SVGTransform_matrix_Getter"; | 7278 static matrix_Getter(mthis) native "SVGTransform_matrix_Getter"; |
| 7241 | 7279 |
| 7242 static type_Getter(mthis) native "SVGTransform_type_Getter"; | 7280 static type_Getter(mthis) native "SVGTransform_type_Getter"; |
| 7243 | 7281 |
| 7244 static setMatrix_Callback_SVGMatrix(mthis, matrix) native "SVGTransform_setMat
rix_Callback_SVGMatrix"; | 7282 static setMatrix_Callback_1(mthis, matrix) native "SVGTransform_setMatrix_Call
back"; |
| 7245 | 7283 |
| 7246 static setRotate_Callback_float_float_float(mthis, angle, cx, cy) native "SVGT
ransform_setRotate_Callback_float_float_float"; | 7284 static setRotate_Callback_3(mthis, angle, cx, cy) native "SVGTransform_setRota
te_Callback"; |
| 7247 | 7285 |
| 7248 static setScale_Callback_float_float(mthis, sx, sy) native "SVGTransform_setSc
ale_Callback_float_float"; | 7286 static setScale_Callback_2(mthis, sx, sy) native "SVGTransform_setScale_Callba
ck"; |
| 7249 | 7287 |
| 7250 static setSkewX_Callback_float(mthis, angle) native "SVGTransform_setSkewX_Cal
lback_float"; | 7288 static setSkewX_Callback_1(mthis, angle) native "SVGTransform_setSkewX_Callbac
k"; |
| 7251 | 7289 |
| 7252 static setSkewY_Callback_float(mthis, angle) native "SVGTransform_setSkewY_Cal
lback_float"; | 7290 static setSkewY_Callback_1(mthis, angle) native "SVGTransform_setSkewY_Callbac
k"; |
| 7253 | 7291 |
| 7254 static setTranslate_Callback_float_float(mthis, tx, ty) native "SVGTransform_s
etTranslate_Callback_float_float"; | 7292 static setTranslate_Callback_2(mthis, tx, ty) native "SVGTransform_setTranslat
e_Callback"; |
| 7255 } | 7293 } |
| 7256 | 7294 |
| 7257 class BlinkSVGTransformList { | 7295 class BlinkSVGTransformList { |
| 7258 static length_Getter(mthis) native "SVGTransformList_length_Getter"; | 7296 static length_Getter(mthis) native "SVGTransformList_length_Getter"; |
| 7259 | 7297 |
| 7260 static numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Gett
er"; | 7298 static numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Gett
er"; |
| 7261 | 7299 |
| 7262 static $__setter___Callback_ul_SVGTransform(mthis, index, value) native "SVGTr
ansformList___setter___Callback_unsigned long_SVGTransform"; | 7300 static $__setter___Callback_2(mthis, index, value) native "SVGTransformList___
setter___Callback"; |
| 7263 | 7301 |
| 7264 static appendItem_Callback_SVGTransform(mthis, item) native "SVGTransformList_
appendItem_Callback_SVGTransform"; | 7302 static appendItem_Callback_1(mthis, item) native "SVGTransformList_appendItem_
Callback"; |
| 7265 | 7303 |
| 7266 static clear_Callback(mthis) native "SVGTransformList_clear_Callback"; | 7304 static clear_Callback(mthis) native "SVGTransformList_clear_Callback"; |
| 7267 | 7305 |
| 7268 static consolidate_Callback(mthis) native "SVGTransformList_consolidate_Callba
ck"; | 7306 static consolidate_Callback(mthis) native "SVGTransformList_consolidate_Callba
ck"; |
| 7269 | 7307 |
| 7270 static createSVGTransformFromMatrix_Callback_SVGMatrix(mthis, matrix) native "
SVGTransformList_createSVGTransformFromMatrix_Callback_SVGMatrix"; | 7308 static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGTrans
formList_createSVGTransformFromMatrix_Callback"; |
| 7271 | 7309 |
| 7272 static getItem_Callback_ul(mthis, index) native "SVGTransformList_getItem_Call
back_unsigned long"; | 7310 static getItem_Callback_1(mthis, index) native "SVGTransformList_getItem_Callb
ack"; |
| 7273 | 7311 |
| 7274 static initialize_Callback_SVGTransform(mthis, item) native "SVGTransformList_
initialize_Callback_SVGTransform"; | 7312 static initialize_Callback_1(mthis, item) native "SVGTransformList_initialize_
Callback"; |
| 7275 | 7313 |
| 7276 static insertItemBefore_Callback_SVGTransform_ul(mthis, item, index) native "S
VGTransformList_insertItemBefore_Callback_SVGTransform_unsigned long"; | 7314 static insertItemBefore_Callback_2(mthis, item, index) native "SVGTransformLis
t_insertItemBefore_Callback"; |
| 7277 | 7315 |
| 7278 static removeItem_Callback_ul(mthis, index) native "SVGTransformList_removeIte
m_Callback_unsigned long"; | 7316 static removeItem_Callback_1(mthis, index) native "SVGTransformList_removeItem
_Callback"; |
| 7279 | 7317 |
| 7280 static replaceItem_Callback_SVGTransform_ul(mthis, item, index) native "SVGTra
nsformList_replaceItem_Callback_SVGTransform_unsigned long"; | 7318 static replaceItem_Callback_2(mthis, item, index) native "SVGTransformList_rep
laceItem_Callback"; |
| 7281 } | 7319 } |
| 7282 | 7320 |
| 7283 class BlinkSVGUnitTypes {} | 7321 class BlinkSVGUnitTypes {} |
| 7284 | 7322 |
| 7285 class BlinkSVGUseElement { | 7323 class BlinkSVGUseElement { |
| 7286 static height_Getter(mthis) native "SVGUseElement_height_Getter"; | 7324 static height_Getter(mthis) native "SVGUseElement_height_Getter"; |
| 7287 | 7325 |
| 7288 static width_Getter(mthis) native "SVGUseElement_width_Getter"; | 7326 static width_Getter(mthis) native "SVGUseElement_width_Getter"; |
| 7289 | 7327 |
| 7290 static x_Getter(mthis) native "SVGUseElement_x_Getter"; | 7328 static x_Getter(mthis) native "SVGUseElement_x_Getter"; |
| 7291 | 7329 |
| 7292 static y_Getter(mthis) native "SVGUseElement_y_Getter"; | 7330 static y_Getter(mthis) native "SVGUseElement_y_Getter"; |
| 7293 | 7331 |
| 7294 static href_Getter(mthis) native "SVGUseElement_href_Getter"; | 7332 static href_Getter(mthis) native "SVGUseElement_href_Getter"; |
| 7295 } | 7333 } |
| 7296 | 7334 |
| 7297 class BlinkSVGVKernElement {} | 7335 class BlinkSVGVKernElement {} |
| 7298 | 7336 |
| 7299 class BlinkSVGViewElement { | 7337 class BlinkSVGViewElement { |
| 7300 static viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter"; | 7338 static viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter"; |
| 7301 | 7339 |
| 7302 static preserveAspectRatio_Getter(mthis) native "SVGViewElement_preserveAspect
Ratio_Getter"; | 7340 static preserveAspectRatio_Getter(mthis) native "SVGViewElement_preserveAspect
Ratio_Getter"; |
| 7303 | 7341 |
| 7304 static viewBox_Getter(mthis) native "SVGViewElement_viewBox_Getter"; | 7342 static viewBox_Getter(mthis) native "SVGViewElement_viewBox_Getter"; |
| 7305 | 7343 |
| 7306 static zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan_Getter"; | 7344 static zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan_Getter"; |
| 7307 | 7345 |
| 7308 static zoomAndPan_Setter_us(mthis, value) native "SVGViewElement_zoomAndPan_Se
tter"; | 7346 static zoomAndPan_Setter(mthis, value) native "SVGViewElement_zoomAndPan_Sette
r"; |
| 7309 } | 7347 } |
| 7310 | 7348 |
| 7311 class BlinkSVGViewSpec { | 7349 class BlinkSVGViewSpec { |
| 7312 static preserveAspectRatioString_Getter(mthis) native "SVGViewSpec_preserveAsp
ectRatioString_Getter"; | 7350 static preserveAspectRatioString_Getter(mthis) native "SVGViewSpec_preserveAsp
ectRatioString_Getter"; |
| 7313 | 7351 |
| 7314 static transform_Getter(mthis) native "SVGViewSpec_transform_Getter"; | 7352 static transform_Getter(mthis) native "SVGViewSpec_transform_Getter"; |
| 7315 | 7353 |
| 7316 static transformString_Getter(mthis) native "SVGViewSpec_transformString_Gette
r"; | 7354 static transformString_Getter(mthis) native "SVGViewSpec_transformString_Gette
r"; |
| 7317 | 7355 |
| 7318 static viewBoxString_Getter(mthis) native "SVGViewSpec_viewBoxString_Getter"; | 7356 static viewBoxString_Getter(mthis) native "SVGViewSpec_viewBoxString_Getter"; |
| 7319 | 7357 |
| 7320 static viewTarget_Getter(mthis) native "SVGViewSpec_viewTarget_Getter"; | 7358 static viewTarget_Getter(mthis) native "SVGViewSpec_viewTarget_Getter"; |
| 7321 | 7359 |
| 7322 static viewTargetString_Getter(mthis) native "SVGViewSpec_viewTargetString_Get
ter"; | 7360 static viewTargetString_Getter(mthis) native "SVGViewSpec_viewTargetString_Get
ter"; |
| 7323 | 7361 |
| 7324 static preserveAspectRatio_Getter(mthis) native "SVGViewSpec_preserveAspectRat
io_Getter"; | 7362 static preserveAspectRatio_Getter(mthis) native "SVGViewSpec_preserveAspectRat
io_Getter"; |
| 7325 | 7363 |
| 7326 static viewBox_Getter(mthis) native "SVGViewSpec_viewBox_Getter"; | 7364 static viewBox_Getter(mthis) native "SVGViewSpec_viewBox_Getter"; |
| 7327 | 7365 |
| 7328 static zoomAndPan_Getter(mthis) native "SVGViewSpec_zoomAndPan_Getter"; | 7366 static zoomAndPan_Getter(mthis) native "SVGViewSpec_zoomAndPan_Getter"; |
| 7329 | 7367 |
| 7330 static zoomAndPan_Setter_us(mthis, value) native "SVGViewSpec_zoomAndPan_Sette
r"; | 7368 static zoomAndPan_Setter(mthis, value) native "SVGViewSpec_zoomAndPan_Setter"; |
| 7331 } | 7369 } |
| 7332 | 7370 |
| 7333 class BlinkSVGZoomEvent { | 7371 class BlinkSVGZoomEvent { |
| 7334 static newScale_Getter(mthis) native "SVGZoomEvent_newScale_Getter"; | 7372 static newScale_Getter(mthis) native "SVGZoomEvent_newScale_Getter"; |
| 7335 | 7373 |
| 7336 static newTranslate_Getter(mthis) native "SVGZoomEvent_newTranslate_Getter"; | 7374 static newTranslate_Getter(mthis) native "SVGZoomEvent_newTranslate_Getter"; |
| 7337 | 7375 |
| 7338 static previousScale_Getter(mthis) native "SVGZoomEvent_previousScale_Getter"; | 7376 static previousScale_Getter(mthis) native "SVGZoomEvent_previousScale_Getter"; |
| 7339 | 7377 |
| 7340 static previousTranslate_Getter(mthis) native "SVGZoomEvent_previousTranslate_
Getter"; | 7378 static previousTranslate_Getter(mthis) native "SVGZoomEvent_previousTranslate_
Getter"; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 7360 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; | 7398 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; |
| 7361 | 7399 |
| 7362 static width_Getter(mthis) native "Screen_width_Getter"; | 7400 static width_Getter(mthis) native "Screen_width_Getter"; |
| 7363 } | 7401 } |
| 7364 | 7402 |
| 7365 class BlinkScreenOrientation { | 7403 class BlinkScreenOrientation { |
| 7366 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter"; | 7404 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter"; |
| 7367 | 7405 |
| 7368 static type_Getter(mthis) native "ScreenOrientation_type_Getter"; | 7406 static type_Getter(mthis) native "ScreenOrientation_type_Getter"; |
| 7369 | 7407 |
| 7370 static lock_Callback_DOMString(mthis, orientation) native "ScreenOrientation_l
ock_Callback_DOMString"; | 7408 static lock_Callback_1(mthis, orientation) native "ScreenOrientation_lock_Call
back"; |
| 7371 | 7409 |
| 7372 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback"; | 7410 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback"; |
| 7373 } | 7411 } |
| 7374 | 7412 |
| 7375 class BlinkScriptProcessorNode { | 7413 class BlinkScriptProcessorNode { |
| 7376 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"
; | 7414 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"
; |
| 7377 | 7415 |
| 7378 static setEventListener_Callback_EventListener(mthis, eventListener) native "S
criptProcessorNode_setEventListener_Callback"; | 7416 static setEventListener_Callback_1(mthis, eventListener) native "ScriptProcess
orNode_setEventListener_Callback"; |
| 7379 } | 7417 } |
| 7380 | 7418 |
| 7381 class BlinkSecurityPolicyViolationEvent { | 7419 class BlinkSecurityPolicyViolationEvent { |
| 7382 static constructorCallback(type, options) native "SecurityPolicyViolationEvent
_constructorCallback"; | 7420 static constructorCallback(type, options) native "SecurityPolicyViolationEvent
_constructorCallback"; |
| 7383 | 7421 |
| 7384 static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedUR
I_Getter"; | 7422 static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedUR
I_Getter"; |
| 7385 | 7423 |
| 7386 static columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_columnN
umber_Getter"; | 7424 static columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_columnN
umber_Getter"; |
| 7387 | 7425 |
| 7388 static documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_document
URI_Getter"; | 7426 static documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_document
URI_Getter"; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 7418 static focusNode_Getter(mthis) native "Selection_focusNode_Getter"; | 7456 static focusNode_Getter(mthis) native "Selection_focusNode_Getter"; |
| 7419 | 7457 |
| 7420 static focusOffset_Getter(mthis) native "Selection_focusOffset_Getter"; | 7458 static focusOffset_Getter(mthis) native "Selection_focusOffset_Getter"; |
| 7421 | 7459 |
| 7422 static isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter"; | 7460 static isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter"; |
| 7423 | 7461 |
| 7424 static rangeCount_Getter(mthis) native "Selection_rangeCount_Getter"; | 7462 static rangeCount_Getter(mthis) native "Selection_rangeCount_Getter"; |
| 7425 | 7463 |
| 7426 static type_Getter(mthis) native "Selection_type_Getter"; | 7464 static type_Getter(mthis) native "Selection_type_Getter"; |
| 7427 | 7465 |
| 7428 static addRange_Callback_Range(mthis, range) native "Selection_addRange_Callba
ck_Range"; | 7466 static addRange_Callback_1(mthis, range) native "Selection_addRange_Callback"; |
| 7429 | 7467 |
| 7430 static collapse_Callback_Node_long(mthis, node, offset) native "Selection_coll
apse_Callback_Node_long"; | 7468 static collapse_Callback_2(mthis, node, offset) native "Selection_collapse_Cal
lback"; |
| 7431 | 7469 |
| 7432 static collapse_Callback_Node(mthis, node) native "Selection_collapse_Callback
_Node"; | 7470 static collapse_Callback_1(mthis, node) native "Selection_collapse_Callback"; |
| 7433 | 7471 |
| 7434 static collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_Callback"
; | 7472 static collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_Callback"
; |
| 7435 | 7473 |
| 7436 static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callb
ack"; | 7474 static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callb
ack"; |
| 7437 | 7475 |
| 7438 static containsNode_Callback_Node_boolean(mthis, node, allowPartial) native "S
election_containsNode_Callback_Node_boolean"; | 7476 static containsNode_Callback_2(mthis, node, allowPartial) native "Selection_co
ntainsNode_Callback"; |
| 7439 | 7477 |
| 7440 static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument
_Callback"; | 7478 static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument
_Callback"; |
| 7441 | 7479 |
| 7442 static empty_Callback(mthis) native "Selection_empty_Callback"; | 7480 static empty_Callback(mthis) native "Selection_empty_Callback"; |
| 7443 | 7481 |
| 7444 static extend_Callback_Node_long(mthis, node, offset) native "Selection_extend
_Callback_Node_long"; | 7482 static extend_Callback_2(mthis, node, offset) native "Selection_extend_Callbac
k"; |
| 7445 | 7483 |
| 7446 static extend_Callback_Node(mthis, node) native "Selection_extend_Callback_Nod
e"; | 7484 static extend_Callback_1(mthis, node) native "Selection_extend_Callback"; |
| 7447 | 7485 |
| 7448 static getRangeAt_Callback_long(mthis, index) native "Selection_getRangeAt_Cal
lback_long"; | 7486 static getRangeAt_Callback_1(mthis, index) native "Selection_getRangeAt_Callba
ck"; |
| 7449 | 7487 |
| 7450 static modify_Callback_DOMString_DOMString_DOMString(mthis, alter, direction,
granularity) native "Selection_modify_Callback_DOMString_DOMString_DOMString"; | 7488 static modify_Callback_3(mthis, alter, direction, granularity) native "Selecti
on_modify_Callback"; |
| 7451 | 7489 |
| 7452 static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callb
ack"; | 7490 static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callb
ack"; |
| 7453 | 7491 |
| 7454 static selectAllChildren_Callback_Node(mthis, node) native "Selection_selectAl
lChildren_Callback_Node"; | 7492 static selectAllChildren_Callback_1(mthis, node) native "Selection_selectAllCh
ildren_Callback"; |
| 7455 | 7493 |
| 7456 static setBaseAndExtent_Callback_Node_long_Node_long(mthis, baseNode, baseOffs
et, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback_Node_l
ong_Node_long"; | 7494 static setBaseAndExtent_Callback_4(mthis, baseNode, baseOffset, extentNode, ex
tentOffset) native "Selection_setBaseAndExtent_Callback"; |
| 7457 | 7495 |
| 7458 static setPosition_Callback_Node_long(mthis, node, offset) native "Selection_s
etPosition_Callback_Node_long"; | 7496 static setPosition_Callback_2(mthis, node, offset) native "Selection_setPositi
on_Callback"; |
| 7459 | 7497 |
| 7460 static setPosition_Callback_Node(mthis, node) native "Selection_setPosition_Ca
llback_Node"; | 7498 static setPosition_Callback_1(mthis, node) native "Selection_setPosition_Callb
ack"; |
| 7461 } | 7499 } |
| 7462 | 7500 |
| 7463 class BlinkServiceWorker {} | 7501 class BlinkServiceWorker {} |
| 7464 | 7502 |
| 7465 class BlinkServiceWorkerClient { | 7503 class BlinkServiceWorkerClient { |
| 7466 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter"; | 7504 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter"; |
| 7467 | 7505 |
| 7468 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m
essage, transfer) native "ServiceWorkerClient_postMessage_Callback"; | 7506 static postMessage_Callback_2(mthis, message, transfer) native "ServiceWorkerC
lient_postMessage_Callback"; |
| 7469 } | 7507 } |
| 7470 | 7508 |
| 7471 class BlinkServiceWorkerClients { | 7509 class BlinkServiceWorkerClients { |
| 7472 static getServiced_Callback(mthis) native "ServiceWorkerClients_getServiced_Ca
llback"; | 7510 static getServiced_Callback(mthis) native "ServiceWorkerClients_getServiced_Ca
llback"; |
| 7473 } | 7511 } |
| 7474 | 7512 |
| 7475 class BlinkServiceWorkerContainer { | 7513 class BlinkServiceWorkerContainer { |
| 7476 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; | 7514 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; |
| 7477 | 7515 |
| 7478 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett
er"; | 7516 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett
er"; |
| 7479 | 7517 |
| 7480 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett
er"; | 7518 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett
er"; |
| 7481 | 7519 |
| 7482 static ready_Getter(mthis) native "ServiceWorkerContainer_ready_Getter"; | 7520 static ready_Getter(mthis) native "ServiceWorkerContainer_ready_Getter"; |
| 7483 | 7521 |
| 7484 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; | 7522 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; |
| 7485 | 7523 |
| 7486 static register_Callback_DOMString_Dictionary(mthis, url, options) native "Ser
viceWorkerContainer_register_Callback_DOMString_Dictionary"; | 7524 static register_Callback_2(mthis, url, options) native "ServiceWorkerContainer
_register_Callback"; |
| 7487 | 7525 |
| 7488 static unregister_Callback_DOMString(mthis, scope) native "ServiceWorkerContai
ner_unregister_Callback_DOMString"; | 7526 static register_Callback_1(mthis, url) native "ServiceWorkerContainer_register
_Callback"; |
| 7527 |
| 7528 static unregister_Callback_1(mthis, scope) native "ServiceWorkerContainer_unre
gister_Callback"; |
| 7489 | 7529 |
| 7490 static unregister_Callback(mthis) native "ServiceWorkerContainer_unregister_Ca
llback"; | 7530 static unregister_Callback(mthis) native "ServiceWorkerContainer_unregister_Ca
llback"; |
| 7491 } | 7531 } |
| 7492 | 7532 |
| 7493 class BlinkServiceWorkerGlobalScope { | 7533 class BlinkServiceWorkerGlobalScope { |
| 7494 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; | 7534 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; |
| 7495 | 7535 |
| 7496 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache
s_Getter"; | 7536 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache
s_Getter"; |
| 7497 | 7537 |
| 7498 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; | 7538 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; |
| 7499 | 7539 |
| 7500 static fetch_Callback_DOMString_Dictionary(mthis, request, requestInitDict) na
tive "ServiceWorkerGlobalScope_fetch_Callback_DOMString_Dictionary"; | 7540 static fetch_Callback_1(mthis, request) native "ServiceWorkerGlobalScope_fetch
_Callback"; |
| 7501 | 7541 |
| 7502 static fetch_Callback_Request_Dictionary(mthis, request, requestInitDict) nati
ve "ServiceWorkerGlobalScope_fetch_Callback_Request_Dictionary"; | 7542 static fetch_Callback_2(mthis, request, requestInitDict) native "ServiceWorker
GlobalScope_fetch_Callback"; |
| 7503 } | 7543 } |
| 7504 | 7544 |
| 7505 class BlinkServiceWorkerRegistration { | 7545 class BlinkServiceWorkerRegistration { |
| 7506 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter"; | 7546 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter"; |
| 7507 | 7547 |
| 7508 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G
etter"; | 7548 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G
etter"; |
| 7509 | 7549 |
| 7510 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter"; | 7550 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter"; |
| 7511 | 7551 |
| 7512 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter"
; | 7552 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter"
; |
| 7513 | 7553 |
| 7514 static unregister_Callback(mthis) native "ServiceWorkerRegistration_unregister
_Callback"; | 7554 static unregister_Callback(mthis) native "ServiceWorkerRegistration_unregister
_Callback"; |
| 7515 } | 7555 } |
| 7516 | 7556 |
| 7517 class BlinkShadowRoot { | 7557 class BlinkShadowRoot { |
| 7518 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; | 7558 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; |
| 7519 | 7559 |
| 7520 static host_Getter(mthis) native "ShadowRoot_host_Getter"; | 7560 static host_Getter(mthis) native "ShadowRoot_host_Getter"; |
| 7521 | 7561 |
| 7522 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; | 7562 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; |
| 7523 | 7563 |
| 7524 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S
etter"; | 7564 static innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Setter"; |
| 7525 | 7565 |
| 7526 static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter
"; | 7566 static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter
"; |
| 7527 | 7567 |
| 7528 static styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter"; | 7568 static styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter"; |
| 7529 | 7569 |
| 7530 static cloneNode_Callback_boolean(mthis, deep) native "ShadowRoot_cloneNode_Ca
llback_boolean"; | 7570 static cloneNode_Callback_1(mthis, deep) native "ShadowRoot_cloneNode_Callback
"; |
| 7531 | 7571 |
| 7532 static elementFromPoint_Callback_long_long(mthis, x, y) native "ShadowRoot_ele
mentFromPoint_Callback_long_long"; | 7572 static elementFromPoint_Callback_2(mthis, x, y) native "ShadowRoot_elementFrom
Point_Callback"; |
| 7533 | 7573 |
| 7534 static getElementById_Callback_DOMString(mthis, elementId) native "ShadowRoot_
getElementById_Callback_DOMString"; | 7574 static getElementById_Callback_1(mthis, elementId) native "ShadowRoot_getEleme
ntById_Callback"; |
| 7535 | 7575 |
| 7536 static getElementsByClassName_Callback_DOMString(mthis, className) native "Sha
dowRoot_getElementsByClassName_Callback_DOMString"; | 7576 static getElementsByClassName_Callback_1(mthis, className) native "ShadowRoot_
getElementsByClassName_Callback"; |
| 7537 | 7577 |
| 7538 static getElementsByTagName_Callback_DOMString(mthis, tagName) native "ShadowR
oot_getElementsByTagName_Callback_DOMString"; | 7578 static getElementsByTagName_Callback_1(mthis, tagName) native "ShadowRoot_getE
lementsByTagName_Callback"; |
| 7539 | 7579 |
| 7540 static getSelection_Callback(mthis) native "ShadowRoot_getSelection_Callback"; | 7580 static getSelection_Callback(mthis) native "ShadowRoot_getSelection_Callback"; |
| 7541 } | 7581 } |
| 7542 | 7582 |
| 7543 class BlinkSharedWorker { | 7583 class BlinkSharedWorker { |
| 7544 static constructorCallback_DOMString_DOMString(scriptURL, name) native "Shared
Worker_constructorCallback_DOMString_DOMString"; | 7584 static constructorCallback_2(scriptURL, name) native "SharedWorker_constructor
Callback"; |
| 7545 | 7585 |
| 7546 static port_Getter(mthis) native "SharedWorker_port_Getter"; | 7586 static port_Getter(mthis) native "SharedWorker_port_Getter"; |
| 7547 | 7587 |
| 7548 static workerStart_Getter(mthis) native "SharedWorker_workerStart_Getter"; | 7588 static workerStart_Getter(mthis) native "SharedWorker_workerStart_Getter"; |
| 7549 } | 7589 } |
| 7550 | 7590 |
| 7551 class BlinkSharedWorkerGlobalScope { | 7591 class BlinkSharedWorkerGlobalScope { |
| 7552 static name_Getter(mthis) native "SharedWorkerGlobalScope_name_Getter"; | 7592 static name_Getter(mthis) native "SharedWorkerGlobalScope_name_Getter"; |
| 7553 } | 7593 } |
| 7554 | 7594 |
| 7555 class BlinkSourceBuffer { | 7595 class BlinkSourceBuffer { |
| 7556 static appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWindowEnd_Gett
er"; | 7596 static appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWindowEnd_Gett
er"; |
| 7557 | 7597 |
| 7558 static appendWindowEnd_Setter_double(mthis, value) native "SourceBuffer_append
WindowEnd_Setter"; | 7598 static appendWindowEnd_Setter(mthis, value) native "SourceBuffer_appendWindowE
nd_Setter"; |
| 7559 | 7599 |
| 7560 static appendWindowStart_Getter(mthis) native "SourceBuffer_appendWindowStart_
Getter"; | 7600 static appendWindowStart_Getter(mthis) native "SourceBuffer_appendWindowStart_
Getter"; |
| 7561 | 7601 |
| 7562 static appendWindowStart_Setter_double(mthis, value) native "SourceBuffer_appe
ndWindowStart_Setter"; | 7602 static appendWindowStart_Setter(mthis, value) native "SourceBuffer_appendWindo
wStart_Setter"; |
| 7563 | 7603 |
| 7564 static buffered_Getter(mthis) native "SourceBuffer_buffered_Getter"; | 7604 static buffered_Getter(mthis) native "SourceBuffer_buffered_Getter"; |
| 7565 | 7605 |
| 7566 static mode_Getter(mthis) native "SourceBuffer_mode_Getter"; | 7606 static mode_Getter(mthis) native "SourceBuffer_mode_Getter"; |
| 7567 | 7607 |
| 7568 static mode_Setter_DOMString(mthis, value) native "SourceBuffer_mode_Setter"; | 7608 static mode_Setter(mthis, value) native "SourceBuffer_mode_Setter"; |
| 7569 | 7609 |
| 7570 static timestampOffset_Getter(mthis) native "SourceBuffer_timestampOffset_Gett
er"; | 7610 static timestampOffset_Getter(mthis) native "SourceBuffer_timestampOffset_Gett
er"; |
| 7571 | 7611 |
| 7572 static timestampOffset_Setter_double(mthis, value) native "SourceBuffer_timest
ampOffset_Setter"; | 7612 static timestampOffset_Setter(mthis, value) native "SourceBuffer_timestampOffs
et_Setter"; |
| 7573 | 7613 |
| 7574 static updating_Getter(mthis) native "SourceBuffer_updating_Getter"; | 7614 static updating_Getter(mthis) native "SourceBuffer_updating_Getter"; |
| 7575 | 7615 |
| 7576 static abort_Callback(mthis) native "SourceBuffer_abort_Callback"; | 7616 static abort_Callback(mthis) native "SourceBuffer_abort_Callback"; |
| 7577 | 7617 |
| 7578 static appendBuffer_Callback_ArrayBuffer(mthis, data) native "SourceBuffer_app
endBuffer_Callback_ArrayBuffer"; | 7618 static appendBuffer_Callback_1(mthis, data) native "SourceBuffer_appendBuffer_
Callback"; |
| 7579 | 7619 |
| 7580 static appendStream_Callback_Stream_ull(mthis, stream, maxSize) native "Source
Buffer_appendStream_Callback_Stream_unsigned long long"; | 7620 static appendStream_Callback_2(mthis, stream, maxSize) native "SourceBuffer_ap
pendStream_Callback"; |
| 7581 | 7621 |
| 7582 static appendStream_Callback_Stream(mthis, stream) native "SourceBuffer_append
Stream_Callback_Stream"; | 7622 static appendStream_Callback_1(mthis, stream) native "SourceBuffer_appendStrea
m_Callback"; |
| 7583 | 7623 |
| 7584 static appendBuffer_Callback_ArrayBufferView(mthis, data) native "SourceBuffer
_appendBuffer_Callback_ArrayBufferView"; | 7624 static remove_Callback_2(mthis, start, end) native "SourceBuffer_remove_Callba
ck"; |
| 7585 | |
| 7586 static remove_Callback_double_double(mthis, start, end) native "SourceBuffer_r
emove_Callback_double_double"; | |
| 7587 } | 7625 } |
| 7588 | 7626 |
| 7589 class BlinkSourceBufferList { | 7627 class BlinkSourceBufferList { |
| 7590 static length_Getter(mthis) native "SourceBufferList_length_Getter"; | 7628 static length_Getter(mthis) native "SourceBufferList_length_Getter"; |
| 7591 | 7629 |
| 7592 static item_Callback_ul(mthis, index) native "SourceBufferList_item_Callback_u
nsigned long"; | 7630 static item_Callback_1(mthis, index) native "SourceBufferList_item_Callback"; |
| 7593 } | 7631 } |
| 7594 | 7632 |
| 7595 class BlinkSourceInfo { | 7633 class BlinkSourceInfo { |
| 7596 static facing_Getter(mthis) native "SourceInfo_facing_Getter"; | 7634 static facing_Getter(mthis) native "SourceInfo_facing_Getter"; |
| 7597 | 7635 |
| 7598 static id_Getter(mthis) native "SourceInfo_id_Getter"; | 7636 static id_Getter(mthis) native "SourceInfo_id_Getter"; |
| 7599 | 7637 |
| 7600 static kind_Getter(mthis) native "SourceInfo_kind_Getter"; | 7638 static kind_Getter(mthis) native "SourceInfo_kind_Getter"; |
| 7601 | 7639 |
| 7602 static label_Getter(mthis) native "SourceInfo_label_Getter"; | 7640 static label_Getter(mthis) native "SourceInfo_label_Getter"; |
| 7603 } | 7641 } |
| 7604 | 7642 |
| 7605 class BlinkSpeechGrammar { | 7643 class BlinkSpeechGrammar { |
| 7606 static constructorCallback() native "SpeechGrammar_constructorCallback"; | 7644 static constructorCallback() native "SpeechGrammar_constructorCallback"; |
| 7607 | 7645 |
| 7608 static src_Getter(mthis) native "SpeechGrammar_src_Getter"; | 7646 static src_Getter(mthis) native "SpeechGrammar_src_Getter"; |
| 7609 | 7647 |
| 7610 static src_Setter_DOMString(mthis, value) native "SpeechGrammar_src_Setter"; | 7648 static src_Setter(mthis, value) native "SpeechGrammar_src_Setter"; |
| 7611 | 7649 |
| 7612 static weight_Getter(mthis) native "SpeechGrammar_weight_Getter"; | 7650 static weight_Getter(mthis) native "SpeechGrammar_weight_Getter"; |
| 7613 | 7651 |
| 7614 static weight_Setter_float(mthis, value) native "SpeechGrammar_weight_Setter"; | 7652 static weight_Setter(mthis, value) native "SpeechGrammar_weight_Setter"; |
| 7615 } | 7653 } |
| 7616 | 7654 |
| 7617 class BlinkSpeechGrammarList { | 7655 class BlinkSpeechGrammarList { |
| 7618 static constructorCallback() native "SpeechGrammarList_constructorCallback"; | 7656 static constructorCallback() native "SpeechGrammarList_constructorCallback"; |
| 7619 | 7657 |
| 7620 static length_Getter(mthis) native "SpeechGrammarList_length_Getter"; | 7658 static length_Getter(mthis) native "SpeechGrammarList_length_Getter"; |
| 7621 | 7659 |
| 7622 static addFromString_Callback_DOMString_float(mthis, string, weight) native "S
peechGrammarList_addFromString_Callback_DOMString_float"; | 7660 static addFromString_Callback_2(mthis, string, weight) native "SpeechGrammarLi
st_addFromString_Callback"; |
| 7623 | 7661 |
| 7624 static addFromString_Callback_DOMString(mthis, string) native "SpeechGrammarLi
st_addFromString_Callback_DOMString"; | 7662 static addFromString_Callback_1(mthis, string) native "SpeechGrammarList_addFr
omString_Callback"; |
| 7625 | 7663 |
| 7626 static addFromUri_Callback_DOMString_float(mthis, src, weight) native "SpeechG
rammarList_addFromUri_Callback_DOMString_float"; | 7664 static addFromUri_Callback_2(mthis, src, weight) native "SpeechGrammarList_add
FromUri_Callback"; |
| 7627 | 7665 |
| 7628 static addFromUri_Callback_DOMString(mthis, src) native "SpeechGrammarList_add
FromUri_Callback_DOMString"; | 7666 static addFromUri_Callback_1(mthis, src) native "SpeechGrammarList_addFromUri_
Callback"; |
| 7629 | 7667 |
| 7630 static item_Callback_ul(mthis, index) native "SpeechGrammarList_item_Callback_
unsigned long"; | 7668 static item_Callback_1(mthis, index) native "SpeechGrammarList_item_Callback"; |
| 7631 } | 7669 } |
| 7632 | 7670 |
| 7633 class BlinkSpeechRecognition { | 7671 class BlinkSpeechRecognition { |
| 7634 static constructorCallback() native "SpeechRecognition_constructorCallback"; | 7672 static constructorCallback() native "SpeechRecognition_constructorCallback"; |
| 7635 | 7673 |
| 7636 static continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter"; | 7674 static continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter"; |
| 7637 | 7675 |
| 7638 static continuous_Setter_boolean(mthis, value) native "SpeechRecognition_conti
nuous_Setter"; | 7676 static continuous_Setter(mthis, value) native "SpeechRecognition_continuous_Se
tter"; |
| 7639 | 7677 |
| 7640 static grammars_Getter(mthis) native "SpeechRecognition_grammars_Getter"; | 7678 static grammars_Getter(mthis) native "SpeechRecognition_grammars_Getter"; |
| 7641 | 7679 |
| 7642 static grammars_Setter_SpeechGrammarList(mthis, value) native "SpeechRecogniti
on_grammars_Setter"; | 7680 static grammars_Setter(mthis, value) native "SpeechRecognition_grammars_Setter
"; |
| 7643 | 7681 |
| 7644 static interimResults_Getter(mthis) native "SpeechRecognition_interimResults_G
etter"; | 7682 static interimResults_Getter(mthis) native "SpeechRecognition_interimResults_G
etter"; |
| 7645 | 7683 |
| 7646 static interimResults_Setter_boolean(mthis, value) native "SpeechRecognition_i
nterimResults_Setter"; | 7684 static interimResults_Setter(mthis, value) native "SpeechRecognition_interimRe
sults_Setter"; |
| 7647 | 7685 |
| 7648 static lang_Getter(mthis) native "SpeechRecognition_lang_Getter"; | 7686 static lang_Getter(mthis) native "SpeechRecognition_lang_Getter"; |
| 7649 | 7687 |
| 7650 static lang_Setter_DOMString(mthis, value) native "SpeechRecognition_lang_Sett
er"; | 7688 static lang_Setter(mthis, value) native "SpeechRecognition_lang_Setter"; |
| 7651 | 7689 |
| 7652 static maxAlternatives_Getter(mthis) native "SpeechRecognition_maxAlternatives
_Getter"; | 7690 static maxAlternatives_Getter(mthis) native "SpeechRecognition_maxAlternatives
_Getter"; |
| 7653 | 7691 |
| 7654 static maxAlternatives_Setter_ul(mthis, value) native "SpeechRecognition_maxAl
ternatives_Setter"; | 7692 static maxAlternatives_Setter(mthis, value) native "SpeechRecognition_maxAlter
natives_Setter"; |
| 7655 | 7693 |
| 7656 static abort_Callback(mthis) native "SpeechRecognition_abort_Callback"; | 7694 static abort_Callback(mthis) native "SpeechRecognition_abort_Callback"; |
| 7657 | 7695 |
| 7658 static start_Callback(mthis) native "SpeechRecognition_start_Callback"; | 7696 static start_Callback(mthis) native "SpeechRecognition_start_Callback"; |
| 7659 | 7697 |
| 7660 static stop_Callback(mthis) native "SpeechRecognition_stop_Callback"; | 7698 static stop_Callback(mthis) native "SpeechRecognition_stop_Callback"; |
| 7661 } | 7699 } |
| 7662 | 7700 |
| 7663 class BlinkSpeechRecognitionAlternative { | 7701 class BlinkSpeechRecognitionAlternative { |
| 7664 static confidence_Getter(mthis) native "SpeechRecognitionAlternative_confidenc
e_Getter"; | 7702 static confidence_Getter(mthis) native "SpeechRecognitionAlternative_confidenc
e_Getter"; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 7684 static resultIndex_Getter(mthis) native "SpeechRecognitionEvent_resultIndex_Ge
tter"; | 7722 static resultIndex_Getter(mthis) native "SpeechRecognitionEvent_resultIndex_Ge
tter"; |
| 7685 | 7723 |
| 7686 static results_Getter(mthis) native "SpeechRecognitionEvent_results_Getter"; | 7724 static results_Getter(mthis) native "SpeechRecognitionEvent_results_Getter"; |
| 7687 } | 7725 } |
| 7688 | 7726 |
| 7689 class BlinkSpeechRecognitionResult { | 7727 class BlinkSpeechRecognitionResult { |
| 7690 static isFinal_Getter(mthis) native "SpeechRecognitionResult_isFinal_Getter"; | 7728 static isFinal_Getter(mthis) native "SpeechRecognitionResult_isFinal_Getter"; |
| 7691 | 7729 |
| 7692 static length_Getter(mthis) native "SpeechRecognitionResult_length_Getter"; | 7730 static length_Getter(mthis) native "SpeechRecognitionResult_length_Getter"; |
| 7693 | 7731 |
| 7694 static item_Callback_ul(mthis, index) native "SpeechRecognitionResult_item_Cal
lback_unsigned long"; | 7732 static item_Callback_1(mthis, index) native "SpeechRecognitionResult_item_Call
back"; |
| 7695 } | 7733 } |
| 7696 | 7734 |
| 7697 class BlinkSpeechRecognitionResultList { | 7735 class BlinkSpeechRecognitionResultList { |
| 7698 static length_Getter(mthis) native "SpeechRecognitionResultList_length_Getter"
; | 7736 static length_Getter(mthis) native "SpeechRecognitionResultList_length_Getter"
; |
| 7699 | 7737 |
| 7700 static item_Callback_ul(mthis, index) native "SpeechRecognitionResultList_item
_Callback_unsigned long"; | 7738 static item_Callback_1(mthis, index) native "SpeechRecognitionResultList_item_
Callback"; |
| 7701 } | 7739 } |
| 7702 | 7740 |
| 7703 class BlinkSpeechSynthesis { | 7741 class BlinkSpeechSynthesis { |
| 7704 static paused_Getter(mthis) native "SpeechSynthesis_paused_Getter"; | 7742 static paused_Getter(mthis) native "SpeechSynthesis_paused_Getter"; |
| 7705 | 7743 |
| 7706 static pending_Getter(mthis) native "SpeechSynthesis_pending_Getter"; | 7744 static pending_Getter(mthis) native "SpeechSynthesis_pending_Getter"; |
| 7707 | 7745 |
| 7708 static speaking_Getter(mthis) native "SpeechSynthesis_speaking_Getter"; | 7746 static speaking_Getter(mthis) native "SpeechSynthesis_speaking_Getter"; |
| 7709 | 7747 |
| 7710 static cancel_Callback(mthis) native "SpeechSynthesis_cancel_Callback"; | 7748 static cancel_Callback(mthis) native "SpeechSynthesis_cancel_Callback"; |
| 7711 | 7749 |
| 7712 static getVoices_Callback(mthis) native "SpeechSynthesis_getVoices_Callback"; | 7750 static getVoices_Callback(mthis) native "SpeechSynthesis_getVoices_Callback"; |
| 7713 | 7751 |
| 7714 static pause_Callback(mthis) native "SpeechSynthesis_pause_Callback"; | 7752 static pause_Callback(mthis) native "SpeechSynthesis_pause_Callback"; |
| 7715 | 7753 |
| 7716 static resume_Callback(mthis) native "SpeechSynthesis_resume_Callback"; | 7754 static resume_Callback(mthis) native "SpeechSynthesis_resume_Callback"; |
| 7717 | 7755 |
| 7718 static speak_Callback_SpeechSynthesisUtterance(mthis, utterance) native "Speec
hSynthesis_speak_Callback_SpeechSynthesisUtterance"; | 7756 static speak_Callback_1(mthis, utterance) native "SpeechSynthesis_speak_Callba
ck"; |
| 7719 } | 7757 } |
| 7720 | 7758 |
| 7721 class BlinkSpeechSynthesisEvent { | 7759 class BlinkSpeechSynthesisEvent { |
| 7722 static charIndex_Getter(mthis) native "SpeechSynthesisEvent_charIndex_Getter"; | 7760 static charIndex_Getter(mthis) native "SpeechSynthesisEvent_charIndex_Getter"; |
| 7723 | 7761 |
| 7724 static elapsedTime_Getter(mthis) native "SpeechSynthesisEvent_elapsedTime_Gett
er"; | 7762 static elapsedTime_Getter(mthis) native "SpeechSynthesisEvent_elapsedTime_Gett
er"; |
| 7725 | 7763 |
| 7726 static name_Getter(mthis) native "SpeechSynthesisEvent_name_Getter"; | 7764 static name_Getter(mthis) native "SpeechSynthesisEvent_name_Getter"; |
| 7727 } | 7765 } |
| 7728 | 7766 |
| 7729 class BlinkSpeechSynthesisUtterance { | 7767 class BlinkSpeechSynthesisUtterance { |
| 7730 static constructorCallback_DOMString(text) native "SpeechSynthesisUtterance_co
nstructorCallback_DOMString"; | 7768 static constructorCallback_1(text) native "SpeechSynthesisUtterance_constructo
rCallback"; |
| 7731 | 7769 |
| 7732 static lang_Getter(mthis) native "SpeechSynthesisUtterance_lang_Getter"; | 7770 static lang_Getter(mthis) native "SpeechSynthesisUtterance_lang_Getter"; |
| 7733 | 7771 |
| 7734 static lang_Setter_DOMString(mthis, value) native "SpeechSynthesisUtterance_la
ng_Setter"; | 7772 static lang_Setter(mthis, value) native "SpeechSynthesisUtterance_lang_Setter"
; |
| 7735 | 7773 |
| 7736 static pitch_Getter(mthis) native "SpeechSynthesisUtterance_pitch_Getter"; | 7774 static pitch_Getter(mthis) native "SpeechSynthesisUtterance_pitch_Getter"; |
| 7737 | 7775 |
| 7738 static pitch_Setter_float(mthis, value) native "SpeechSynthesisUtterance_pitch
_Setter"; | 7776 static pitch_Setter(mthis, value) native "SpeechSynthesisUtterance_pitch_Sette
r"; |
| 7739 | 7777 |
| 7740 static rate_Getter(mthis) native "SpeechSynthesisUtterance_rate_Getter"; | 7778 static rate_Getter(mthis) native "SpeechSynthesisUtterance_rate_Getter"; |
| 7741 | 7779 |
| 7742 static rate_Setter_float(mthis, value) native "SpeechSynthesisUtterance_rate_S
etter"; | 7780 static rate_Setter(mthis, value) native "SpeechSynthesisUtterance_rate_Setter"
; |
| 7743 | 7781 |
| 7744 static text_Getter(mthis) native "SpeechSynthesisUtterance_text_Getter"; | 7782 static text_Getter(mthis) native "SpeechSynthesisUtterance_text_Getter"; |
| 7745 | 7783 |
| 7746 static text_Setter_DOMString(mthis, value) native "SpeechSynthesisUtterance_te
xt_Setter"; | 7784 static text_Setter(mthis, value) native "SpeechSynthesisUtterance_text_Setter"
; |
| 7747 | 7785 |
| 7748 static voice_Getter(mthis) native "SpeechSynthesisUtterance_voice_Getter"; | 7786 static voice_Getter(mthis) native "SpeechSynthesisUtterance_voice_Getter"; |
| 7749 | 7787 |
| 7750 static voice_Setter_SpeechSynthesisVoice(mthis, value) native "SpeechSynthesis
Utterance_voice_Setter"; | 7788 static voice_Setter(mthis, value) native "SpeechSynthesisUtterance_voice_Sette
r"; |
| 7751 | 7789 |
| 7752 static volume_Getter(mthis) native "SpeechSynthesisUtterance_volume_Getter"; | 7790 static volume_Getter(mthis) native "SpeechSynthesisUtterance_volume_Getter"; |
| 7753 | 7791 |
| 7754 static volume_Setter_float(mthis, value) native "SpeechSynthesisUtterance_volu
me_Setter"; | 7792 static volume_Setter(mthis, value) native "SpeechSynthesisUtterance_volume_Set
ter"; |
| 7755 } | 7793 } |
| 7756 | 7794 |
| 7757 class BlinkSpeechSynthesisVoice { | 7795 class BlinkSpeechSynthesisVoice { |
| 7758 static default_Getter(mthis) native "SpeechSynthesisVoice_default_Getter"; | 7796 static default_Getter(mthis) native "SpeechSynthesisVoice_default_Getter"; |
| 7759 | 7797 |
| 7760 static lang_Getter(mthis) native "SpeechSynthesisVoice_lang_Getter"; | 7798 static lang_Getter(mthis) native "SpeechSynthesisVoice_lang_Getter"; |
| 7761 | 7799 |
| 7762 static localService_Getter(mthis) native "SpeechSynthesisVoice_localService_Ge
tter"; | 7800 static localService_Getter(mthis) native "SpeechSynthesisVoice_localService_Ge
tter"; |
| 7763 | 7801 |
| 7764 static name_Getter(mthis) native "SpeechSynthesisVoice_name_Getter"; | 7802 static name_Getter(mthis) native "SpeechSynthesisVoice_name_Getter"; |
| 7765 | 7803 |
| 7766 static voiceURI_Getter(mthis) native "SpeechSynthesisVoice_voiceURI_Getter"; | 7804 static voiceURI_Getter(mthis) native "SpeechSynthesisVoice_voiceURI_Getter"; |
| 7767 } | 7805 } |
| 7768 | 7806 |
| 7769 class BlinkStorage { | 7807 class BlinkStorage { |
| 7770 static length_Getter(mthis) native "Storage_length_Getter"; | 7808 static length_Getter(mthis) native "Storage_length_Getter"; |
| 7771 | 7809 |
| 7772 static $__delete___Callback_ul(mthis, index_OR_name) native "Storage___delete_
__Callback_unsigned long"; | 7810 static $__delete___Callback_1(mthis, index_OR_name) native "Storage___delete__
_Callback"; |
| 7773 | 7811 |
| 7774 static $__delete___Callback_DOMString(mthis, index_OR_name) native "Storage___
delete___Callback_DOMString"; | 7812 static $__getter___Callback_1(mthis, index_OR_name) native "Storage___getter__
_Callback"; |
| 7775 | 7813 |
| 7776 static $__getter___Callback_ul(mthis, index_OR_name) native "Storage___getter_
__Callback_unsigned long"; | 7814 static $__setter___Callback_2(mthis, index_OR_name, value) native "Storage___s
etter___Callback"; |
| 7777 | |
| 7778 static $__getter___Callback_DOMString(mthis, index_OR_name) native "Storage___
getter___Callback_DOMString"; | |
| 7779 | |
| 7780 static $__setter___Callback_ul_DOMString(mthis, index_OR_name, value) native "
Storage___setter___Callback_unsigned long_DOMString"; | |
| 7781 | |
| 7782 static $__setter___Callback_DOMString_DOMString(mthis, index_OR_name, value) n
ative "Storage___setter___Callback_DOMString_DOMString"; | |
| 7783 | 7815 |
| 7784 static clear_Callback(mthis) native "Storage_clear_Callback"; | 7816 static clear_Callback(mthis) native "Storage_clear_Callback"; |
| 7785 | 7817 |
| 7786 static getItem_Callback_DOMString(mthis, key) native "Storage_getItem_Callback
_DOMString"; | 7818 static getItem_Callback_1(mthis, key) native "Storage_getItem_Callback"; |
| 7787 | 7819 |
| 7788 static key_Callback_ul(mthis, index) native "Storage_key_Callback_unsigned lon
g"; | 7820 static key_Callback_1(mthis, index) native "Storage_key_Callback"; |
| 7789 | 7821 |
| 7790 static removeItem_Callback_DOMString(mthis, key) native "Storage_removeItem_Ca
llback_DOMString"; | 7822 static removeItem_Callback_1(mthis, key) native "Storage_removeItem_Callback"; |
| 7791 | 7823 |
| 7792 static setItem_Callback_DOMString_DOMString(mthis, key, data) native "Storage_
setItem_Callback_DOMString_DOMString"; | 7824 static setItem_Callback_2(mthis, key, data) native "Storage_setItem_Callback"; |
| 7793 } | 7825 } |
| 7794 | 7826 |
| 7795 class BlinkStorageEvent { | 7827 class BlinkStorageEvent { |
| 7796 static constructorCallback(type, options) native "StorageEvent_constructorCall
back"; | 7828 static constructorCallback(type, options) native "StorageEvent_constructorCall
back"; |
| 7797 | 7829 |
| 7798 static key_Getter(mthis) native "StorageEvent_key_Getter"; | 7830 static key_Getter(mthis) native "StorageEvent_key_Getter"; |
| 7799 | 7831 |
| 7800 static newValue_Getter(mthis) native "StorageEvent_newValue_Getter"; | 7832 static newValue_Getter(mthis) native "StorageEvent_newValue_Getter"; |
| 7801 | 7833 |
| 7802 static oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter"; | 7834 static oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter"; |
| 7803 | 7835 |
| 7804 static storageArea_Getter(mthis) native "StorageEvent_storageArea_Getter"; | 7836 static storageArea_Getter(mthis) native "StorageEvent_storageArea_Getter"; |
| 7805 | 7837 |
| 7806 static url_Getter(mthis) native "StorageEvent_url_Getter"; | 7838 static url_Getter(mthis) native "StorageEvent_url_Getter"; |
| 7807 | 7839 |
| 7808 static initStorageEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString
_DOMString_DOMString_Storage(mthis, typeArg, canBubbleArg, cancelableArg, keyArg
, oldValueArg, newValueArg, urlArg, storageAreaArg) native "StorageEvent_initSto
rageEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString_DOMString_DOMSt
ring_Storage"; | 7840 static initStorageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg
, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "StorageEvent
_initStorageEvent_Callback"; |
| 7809 } | 7841 } |
| 7810 | 7842 |
| 7811 class BlinkStorageInfo { | 7843 class BlinkStorageInfo { |
| 7812 static quota_Getter(mthis) native "StorageInfo_quota_Getter"; | 7844 static quota_Getter(mthis) native "StorageInfo_quota_Getter"; |
| 7813 | 7845 |
| 7814 static usage_Getter(mthis) native "StorageInfo_usage_Getter"; | 7846 static usage_Getter(mthis) native "StorageInfo_usage_Getter"; |
| 7815 } | 7847 } |
| 7816 | 7848 |
| 7817 class BlinkStorageQuota { | 7849 class BlinkStorageQuota { |
| 7818 static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter
"; | 7850 static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter
"; |
| 7819 | 7851 |
| 7820 static queryInfo_Callback_DOMString(mthis, type) native "StorageQuota_queryInf
o_Callback_DOMString"; | 7852 static queryInfo_Callback_1(mthis, type) native "StorageQuota_queryInfo_Callba
ck"; |
| 7821 | 7853 |
| 7822 static requestPersistentQuota_Callback_ull(mthis, newQuota) native "StorageQuo
ta_requestPersistentQuota_Callback_unsigned long long"; | 7854 static requestPersistentQuota_Callback_1(mthis, newQuota) native "StorageQuota
_requestPersistentQuota_Callback"; |
| 7823 } | 7855 } |
| 7824 | 7856 |
| 7825 class BlinkStream { | 7857 class BlinkStream { |
| 7826 static type_Getter(mthis) native "Stream_type_Getter"; | 7858 static type_Getter(mthis) native "Stream_type_Getter"; |
| 7827 } | 7859 } |
| 7828 | 7860 |
| 7829 class BlinkStyleMedia { | 7861 class BlinkStyleMedia { |
| 7830 static type_Getter(mthis) native "StyleMedia_type_Getter"; | 7862 static type_Getter(mthis) native "StyleMedia_type_Getter"; |
| 7831 | 7863 |
| 7832 static matchMedium_Callback_DOMString(mthis, mediaquery) native "StyleMedia_ma
tchMedium_Callback_DOMString"; | 7864 static matchMedium_Callback_1(mthis, mediaquery) native "StyleMedia_matchMediu
m_Callback"; |
| 7833 } | 7865 } |
| 7834 | 7866 |
| 7835 class BlinkStyleSheetList { | 7867 class BlinkStyleSheetList { |
| 7836 static length_Getter(mthis) native "StyleSheetList_length_Getter"; | 7868 static length_Getter(mthis) native "StyleSheetList_length_Getter"; |
| 7837 | 7869 |
| 7838 static $__getter___Callback_DOMString(mthis, name) native "StyleSheetList___ge
tter___Callback_DOMString"; | 7870 static $__getter___Callback_1(mthis, name) native "StyleSheetList___getter___C
allback"; |
| 7839 | 7871 |
| 7840 static item_Callback_ul(mthis, index) native "StyleSheetList_item_Callback_uns
igned long"; | 7872 static item_Callback_1(mthis, index) native "StyleSheetList_item_Callback"; |
| 7841 } | 7873 } |
| 7842 | 7874 |
| 7843 class BlinkSubtleCrypto {} | 7875 class BlinkSubtleCrypto {} |
| 7844 | 7876 |
| 7845 class BlinkTextEvent { | 7877 class BlinkTextEvent { |
| 7846 static data_Getter(mthis) native "TextEvent_data_Getter"; | 7878 static data_Getter(mthis) native "TextEvent_data_Getter"; |
| 7847 | 7879 |
| 7848 static initTextEvent_Callback_DOMString_boolean_boolean_Window_DOMString(mthis
, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "TextEvent_init
TextEvent_Callback_DOMString_boolean_boolean_Window_DOMString"; | 7880 static initTextEvent_Callback_5(mthis, typeArg, canBubbleArg, cancelableArg, v
iewArg, dataArg) native "TextEvent_initTextEvent_Callback"; |
| 7849 } | 7881 } |
| 7850 | 7882 |
| 7851 class BlinkTextMetrics { | 7883 class BlinkTextMetrics { |
| 7852 static actualBoundingBoxAscent_Getter(mthis) native "TextMetrics_actualBoundin
gBoxAscent_Getter"; | 7884 static actualBoundingBoxAscent_Getter(mthis) native "TextMetrics_actualBoundin
gBoxAscent_Getter"; |
| 7853 | 7885 |
| 7854 static actualBoundingBoxDescent_Getter(mthis) native "TextMetrics_actualBoundi
ngBoxDescent_Getter"; | 7886 static actualBoundingBoxDescent_Getter(mthis) native "TextMetrics_actualBoundi
ngBoxDescent_Getter"; |
| 7855 | 7887 |
| 7856 static actualBoundingBoxLeft_Getter(mthis) native "TextMetrics_actualBoundingB
oxLeft_Getter"; | 7888 static actualBoundingBoxLeft_Getter(mthis) native "TextMetrics_actualBoundingB
oxLeft_Getter"; |
| 7857 | 7889 |
| 7858 static actualBoundingBoxRight_Getter(mthis) native "TextMetrics_actualBounding
BoxRight_Getter"; | 7890 static actualBoundingBoxRight_Getter(mthis) native "TextMetrics_actualBounding
BoxRight_Getter"; |
| (...skipping 23 matching lines...) Expand all Loading... |
| 7882 static id_Getter(mthis) native "TextTrack_id_Getter"; | 7914 static id_Getter(mthis) native "TextTrack_id_Getter"; |
| 7883 | 7915 |
| 7884 static kind_Getter(mthis) native "TextTrack_kind_Getter"; | 7916 static kind_Getter(mthis) native "TextTrack_kind_Getter"; |
| 7885 | 7917 |
| 7886 static label_Getter(mthis) native "TextTrack_label_Getter"; | 7918 static label_Getter(mthis) native "TextTrack_label_Getter"; |
| 7887 | 7919 |
| 7888 static language_Getter(mthis) native "TextTrack_language_Getter"; | 7920 static language_Getter(mthis) native "TextTrack_language_Getter"; |
| 7889 | 7921 |
| 7890 static mode_Getter(mthis) native "TextTrack_mode_Getter"; | 7922 static mode_Getter(mthis) native "TextTrack_mode_Getter"; |
| 7891 | 7923 |
| 7892 static mode_Setter_DOMString(mthis, value) native "TextTrack_mode_Setter"; | 7924 static mode_Setter(mthis, value) native "TextTrack_mode_Setter"; |
| 7893 | 7925 |
| 7894 static regions_Getter(mthis) native "TextTrack_regions_Getter"; | 7926 static regions_Getter(mthis) native "TextTrack_regions_Getter"; |
| 7895 | 7927 |
| 7896 static addCue_Callback_TextTrackCue(mthis, cue) native "TextTrack_addCue_Callb
ack_TextTrackCue"; | 7928 static addCue_Callback_1(mthis, cue) native "TextTrack_addCue_Callback"; |
| 7897 | 7929 |
| 7898 static addRegion_Callback_VTTRegion(mthis, region) native "TextTrack_addRegion
_Callback_VTTRegion"; | 7930 static addRegion_Callback_1(mthis, region) native "TextTrack_addRegion_Callbac
k"; |
| 7899 | 7931 |
| 7900 static removeCue_Callback_TextTrackCue(mthis, cue) native "TextTrack_removeCue
_Callback_TextTrackCue"; | 7932 static removeCue_Callback_1(mthis, cue) native "TextTrack_removeCue_Callback"; |
| 7901 | 7933 |
| 7902 static removeRegion_Callback_VTTRegion(mthis, region) native "TextTrack_remove
Region_Callback_VTTRegion"; | 7934 static removeRegion_Callback_1(mthis, region) native "TextTrack_removeRegion_C
allback"; |
| 7903 } | 7935 } |
| 7904 | 7936 |
| 7905 class BlinkTextTrackCue { | 7937 class BlinkTextTrackCue { |
| 7906 static endTime_Getter(mthis) native "TextTrackCue_endTime_Getter"; | 7938 static endTime_Getter(mthis) native "TextTrackCue_endTime_Getter"; |
| 7907 | 7939 |
| 7908 static endTime_Setter_double(mthis, value) native "TextTrackCue_endTime_Setter
"; | 7940 static endTime_Setter(mthis, value) native "TextTrackCue_endTime_Setter"; |
| 7909 | 7941 |
| 7910 static id_Getter(mthis) native "TextTrackCue_id_Getter"; | 7942 static id_Getter(mthis) native "TextTrackCue_id_Getter"; |
| 7911 | 7943 |
| 7912 static id_Setter_DOMString(mthis, value) native "TextTrackCue_id_Setter"; | 7944 static id_Setter(mthis, value) native "TextTrackCue_id_Setter"; |
| 7913 | 7945 |
| 7914 static pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_Getter"; | 7946 static pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_Getter"; |
| 7915 | 7947 |
| 7916 static pauseOnExit_Setter_boolean(mthis, value) native "TextTrackCue_pauseOnEx
it_Setter"; | 7948 static pauseOnExit_Setter(mthis, value) native "TextTrackCue_pauseOnExit_Sette
r"; |
| 7917 | 7949 |
| 7918 static startTime_Getter(mthis) native "TextTrackCue_startTime_Getter"; | 7950 static startTime_Getter(mthis) native "TextTrackCue_startTime_Getter"; |
| 7919 | 7951 |
| 7920 static startTime_Setter_double(mthis, value) native "TextTrackCue_startTime_Se
tter"; | 7952 static startTime_Setter(mthis, value) native "TextTrackCue_startTime_Setter"; |
| 7921 | 7953 |
| 7922 static track_Getter(mthis) native "TextTrackCue_track_Getter"; | 7954 static track_Getter(mthis) native "TextTrackCue_track_Getter"; |
| 7923 } | 7955 } |
| 7924 | 7956 |
| 7925 class BlinkTextTrackCueList { | 7957 class BlinkTextTrackCueList { |
| 7926 static length_Getter(mthis) native "TextTrackCueList_length_Getter"; | 7958 static length_Getter(mthis) native "TextTrackCueList_length_Getter"; |
| 7927 | 7959 |
| 7928 static getCueById_Callback_DOMString(mthis, id) native "TextTrackCueList_getCu
eById_Callback_DOMString"; | 7960 static getCueById_Callback_1(mthis, id) native "TextTrackCueList_getCueById_Ca
llback"; |
| 7929 | 7961 |
| 7930 static item_Callback_ul(mthis, index) native "TextTrackCueList_item_Callback_u
nsigned long"; | 7962 static item_Callback_1(mthis, index) native "TextTrackCueList_item_Callback"; |
| 7931 } | 7963 } |
| 7932 | 7964 |
| 7933 class BlinkTextTrackList { | 7965 class BlinkTextTrackList { |
| 7934 static length_Getter(mthis) native "TextTrackList_length_Getter"; | 7966 static length_Getter(mthis) native "TextTrackList_length_Getter"; |
| 7935 | 7967 |
| 7936 static getTrackById_Callback_DOMString(mthis, id) native "TextTrackList_getTra
ckById_Callback_DOMString"; | 7968 static getTrackById_Callback_1(mthis, id) native "TextTrackList_getTrackById_C
allback"; |
| 7937 | 7969 |
| 7938 static item_Callback_ul(mthis, index) native "TextTrackList_item_Callback_unsi
gned long"; | 7970 static item_Callback_1(mthis, index) native "TextTrackList_item_Callback"; |
| 7939 } | 7971 } |
| 7940 | 7972 |
| 7941 class BlinkTimeRanges { | 7973 class BlinkTimeRanges { |
| 7942 static length_Getter(mthis) native "TimeRanges_length_Getter"; | 7974 static length_Getter(mthis) native "TimeRanges_length_Getter"; |
| 7943 | 7975 |
| 7944 static end_Callback_ul(mthis, index) native "TimeRanges_end_Callback_unsigned
long"; | 7976 static end_Callback_1(mthis, index) native "TimeRanges_end_Callback"; |
| 7945 | 7977 |
| 7946 static start_Callback_ul(mthis, index) native "TimeRanges_start_Callback_unsig
ned long"; | 7978 static start_Callback_1(mthis, index) native "TimeRanges_start_Callback"; |
| 7947 } | 7979 } |
| 7948 | 7980 |
| 7949 class BlinkTiming { | 7981 class BlinkTiming { |
| 7950 static delay_Getter(mthis) native "Timing_delay_Getter"; | 7982 static delay_Getter(mthis) native "Timing_delay_Getter"; |
| 7951 | 7983 |
| 7952 static delay_Setter_double(mthis, value) native "Timing_delay_Setter"; | 7984 static delay_Setter(mthis, value) native "Timing_delay_Setter"; |
| 7953 | 7985 |
| 7954 static direction_Getter(mthis) native "Timing_direction_Getter"; | 7986 static direction_Getter(mthis) native "Timing_direction_Getter"; |
| 7955 | 7987 |
| 7956 static direction_Setter_DOMString(mthis, value) native "Timing_direction_Sette
r"; | 7988 static direction_Setter(mthis, value) native "Timing_direction_Setter"; |
| 7957 | 7989 |
| 7958 static easing_Getter(mthis) native "Timing_easing_Getter"; | 7990 static easing_Getter(mthis) native "Timing_easing_Getter"; |
| 7959 | 7991 |
| 7960 static easing_Setter_DOMString(mthis, value) native "Timing_easing_Setter"; | 7992 static easing_Setter(mthis, value) native "Timing_easing_Setter"; |
| 7961 | 7993 |
| 7962 static endDelay_Getter(mthis) native "Timing_endDelay_Getter"; | 7994 static endDelay_Getter(mthis) native "Timing_endDelay_Getter"; |
| 7963 | 7995 |
| 7964 static endDelay_Setter_double(mthis, value) native "Timing_endDelay_Setter"; | 7996 static endDelay_Setter(mthis, value) native "Timing_endDelay_Setter"; |
| 7965 | 7997 |
| 7966 static fill_Getter(mthis) native "Timing_fill_Getter"; | 7998 static fill_Getter(mthis) native "Timing_fill_Getter"; |
| 7967 | 7999 |
| 7968 static fill_Setter_DOMString(mthis, value) native "Timing_fill_Setter"; | 8000 static fill_Setter(mthis, value) native "Timing_fill_Setter"; |
| 7969 | 8001 |
| 7970 static iterationStart_Getter(mthis) native "Timing_iterationStart_Getter"; | 8002 static iterationStart_Getter(mthis) native "Timing_iterationStart_Getter"; |
| 7971 | 8003 |
| 7972 static iterationStart_Setter_double(mthis, value) native "Timing_iterationStar
t_Setter"; | 8004 static iterationStart_Setter(mthis, value) native "Timing_iterationStart_Sette
r"; |
| 7973 | 8005 |
| 7974 static iterations_Getter(mthis) native "Timing_iterations_Getter"; | 8006 static iterations_Getter(mthis) native "Timing_iterations_Getter"; |
| 7975 | 8007 |
| 7976 static iterations_Setter_double(mthis, value) native "Timing_iterations_Setter
"; | 8008 static iterations_Setter(mthis, value) native "Timing_iterations_Setter"; |
| 7977 | 8009 |
| 7978 static playbackRate_Getter(mthis) native "Timing_playbackRate_Getter"; | 8010 static playbackRate_Getter(mthis) native "Timing_playbackRate_Getter"; |
| 7979 | 8011 |
| 7980 static playbackRate_Setter_double(mthis, value) native "Timing_playbackRate_Se
tter"; | 8012 static playbackRate_Setter(mthis, value) native "Timing_playbackRate_Setter"; |
| 7981 | 8013 |
| 7982 static $__getter___Callback_DOMString(mthis, name) native "Timing___getter___C
allback_DOMString"; | 8014 static $__getter___Callback_1(mthis, name) native "Timing___getter___Callback"
; |
| 7983 | 8015 |
| 7984 static $__setter___Callback_DOMString_double(mthis, name, duration) native "Ti
ming___setter___Callback_DOMString_double"; | 8016 static $__setter___Callback_2(mthis, name, duration) native "Timing___setter__
_Callback"; |
| 7985 } | 8017 } |
| 7986 | 8018 |
| 7987 class BlinkTouch { | 8019 class BlinkTouch { |
| 7988 static clientX_Getter(mthis) native "Touch_clientX_Getter"; | 8020 static clientX_Getter(mthis) native "Touch_clientX_Getter"; |
| 7989 | 8021 |
| 7990 static clientY_Getter(mthis) native "Touch_clientY_Getter"; | 8022 static clientY_Getter(mthis) native "Touch_clientY_Getter"; |
| 7991 | 8023 |
| 7992 static force_Getter(mthis) native "Touch_force_Getter"; | 8024 static force_Getter(mthis) native "Touch_force_Getter"; |
| 7993 | 8025 |
| 7994 static identifier_Getter(mthis) native "Touch_identifier_Getter"; | 8026 static identifier_Getter(mthis) native "Touch_identifier_Getter"; |
| (...skipping 23 matching lines...) Expand all Loading... |
| 8018 static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; | 8050 static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; |
| 8019 | 8051 |
| 8020 static metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; | 8052 static metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; |
| 8021 | 8053 |
| 8022 static shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; | 8054 static shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; |
| 8023 | 8055 |
| 8024 static targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter"; | 8056 static targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter"; |
| 8025 | 8057 |
| 8026 static touches_Getter(mthis) native "TouchEvent_touches_Getter"; | 8058 static touches_Getter(mthis) native "TouchEvent_touches_Getter"; |
| 8027 | 8059 |
| 8028 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"; | 8060 static initTouchEvent_Callback_13(mthis, touches, targetTouches, changedTouche
s, type, view, unused1, unused2, unused3, unused4, ctrlKey, altKey, shiftKey, me
taKey) native "TouchEvent_initTouchEvent_Callback"; |
| 8029 } | 8061 } |
| 8030 | 8062 |
| 8031 class BlinkTouchList { | 8063 class BlinkTouchList { |
| 8032 static length_Getter(mthis) native "TouchList_length_Getter"; | 8064 static length_Getter(mthis) native "TouchList_length_Getter"; |
| 8033 | 8065 |
| 8034 static item_Callback_ul(mthis, index) native "TouchList_item_Callback_unsigned
long"; | 8066 static item_Callback_1(mthis, index) native "TouchList_item_Callback"; |
| 8035 } | 8067 } |
| 8036 | 8068 |
| 8037 class BlinkTrackEvent { | 8069 class BlinkTrackEvent { |
| 8038 static constructorCallback(type, options) native "TrackEvent_constructorCallba
ck"; | 8070 static constructorCallback(type, options) native "TrackEvent_constructorCallba
ck"; |
| 8039 | 8071 |
| 8040 static track_Getter(mthis) native "TrackEvent_track_Getter"; | 8072 static track_Getter(mthis) native "TrackEvent_track_Getter"; |
| 8041 } | 8073 } |
| 8042 | 8074 |
| 8043 class BlinkTransitionEvent { | 8075 class BlinkTransitionEvent { |
| 8044 static constructorCallback(type, options) native "TransitionEvent_constructorC
allback"; | 8076 static constructorCallback(type, options) native "TransitionEvent_constructorC
allback"; |
| 8045 | 8077 |
| 8046 static elapsedTime_Getter(mthis) native "TransitionEvent_elapsedTime_Getter"; | 8078 static elapsedTime_Getter(mthis) native "TransitionEvent_elapsedTime_Getter"; |
| 8047 | 8079 |
| 8048 static propertyName_Getter(mthis) native "TransitionEvent_propertyName_Getter"
; | 8080 static propertyName_Getter(mthis) native "TransitionEvent_propertyName_Getter"
; |
| 8049 | 8081 |
| 8050 static pseudoElement_Getter(mthis) native "TransitionEvent_pseudoElement_Gette
r"; | 8082 static pseudoElement_Getter(mthis) native "TransitionEvent_pseudoElement_Gette
r"; |
| 8051 } | 8083 } |
| 8052 | 8084 |
| 8053 class BlinkTreeWalker { | 8085 class BlinkTreeWalker { |
| 8054 static currentNode_Getter(mthis) native "TreeWalker_currentNode_Getter"; | 8086 static currentNode_Getter(mthis) native "TreeWalker_currentNode_Getter"; |
| 8055 | 8087 |
| 8056 static currentNode_Setter_Node(mthis, value) native "TreeWalker_currentNode_Se
tter"; | 8088 static currentNode_Setter(mthis, value) native "TreeWalker_currentNode_Setter"
; |
| 8057 | 8089 |
| 8058 static filter_Getter(mthis) native "TreeWalker_filter_Getter"; | 8090 static filter_Getter(mthis) native "TreeWalker_filter_Getter"; |
| 8059 | 8091 |
| 8060 static root_Getter(mthis) native "TreeWalker_root_Getter"; | 8092 static root_Getter(mthis) native "TreeWalker_root_Getter"; |
| 8061 | 8093 |
| 8062 static whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter"; | 8094 static whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter"; |
| 8063 | 8095 |
| 8064 static firstChild_Callback(mthis) native "TreeWalker_firstChild_Callback"; | 8096 static firstChild_Callback(mthis) native "TreeWalker_firstChild_Callback"; |
| 8065 | 8097 |
| 8066 static lastChild_Callback(mthis) native "TreeWalker_lastChild_Callback"; | 8098 static lastChild_Callback(mthis) native "TreeWalker_lastChild_Callback"; |
| 8067 | 8099 |
| 8068 static nextNode_Callback(mthis) native "TreeWalker_nextNode_Callback"; | 8100 static nextNode_Callback(mthis) native "TreeWalker_nextNode_Callback"; |
| 8069 | 8101 |
| 8070 static nextSibling_Callback(mthis) native "TreeWalker_nextSibling_Callback"; | 8102 static nextSibling_Callback(mthis) native "TreeWalker_nextSibling_Callback"; |
| 8071 | 8103 |
| 8072 static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback"; | 8104 static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback"; |
| 8073 | 8105 |
| 8074 static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback"; | 8106 static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback"; |
| 8075 | 8107 |
| 8076 static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Call
back"; | 8108 static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Call
back"; |
| 8077 } | 8109 } |
| 8078 | 8110 |
| 8079 class BlinkURL { | 8111 class BlinkURL { |
| 8080 static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_cre
ateObjectURL_Callback_Blob"; | 8112 static createObjectURL_Callback_1(blob_OR_source_OR_stream) native "URL_create
ObjectURL_Callback"; |
| 8081 | 8113 |
| 8082 static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native "
URL_createObjectURL_Callback_MediaSource"; | 8114 static revokeObjectURL_Callback_1(url) native "URL_revokeObjectURL_Callback"; |
| 8083 | |
| 8084 static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "
URL_createObjectURL_Callback_MediaStream"; | |
| 8085 | |
| 8086 static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Cal
lback_DOMString"; | |
| 8087 | 8115 |
| 8088 static hash_Getter(mthis) native "URL_hash_Getter"; | 8116 static hash_Getter(mthis) native "URL_hash_Getter"; |
| 8089 | 8117 |
| 8090 static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter"; | 8118 static hash_Setter(mthis, value) native "URL_hash_Setter"; |
| 8091 | 8119 |
| 8092 static host_Getter(mthis) native "URL_host_Getter"; | 8120 static host_Getter(mthis) native "URL_host_Getter"; |
| 8093 | 8121 |
| 8094 static host_Setter_DOMString(mthis, value) native "URL_host_Setter"; | 8122 static host_Setter(mthis, value) native "URL_host_Setter"; |
| 8095 | 8123 |
| 8096 static hostname_Getter(mthis) native "URL_hostname_Getter"; | 8124 static hostname_Getter(mthis) native "URL_hostname_Getter"; |
| 8097 | 8125 |
| 8098 static hostname_Setter_DOMString(mthis, value) native "URL_hostname_Setter"; | 8126 static hostname_Setter(mthis, value) native "URL_hostname_Setter"; |
| 8099 | 8127 |
| 8100 static href_Getter(mthis) native "URL_href_Getter"; | 8128 static href_Getter(mthis) native "URL_href_Getter"; |
| 8101 | 8129 |
| 8102 static href_Setter_DOMString(mthis, value) native "URL_href_Setter"; | 8130 static href_Setter(mthis, value) native "URL_href_Setter"; |
| 8103 | 8131 |
| 8104 static origin_Getter(mthis) native "URL_origin_Getter"; | 8132 static origin_Getter(mthis) native "URL_origin_Getter"; |
| 8105 | 8133 |
| 8106 static password_Getter(mthis) native "URL_password_Getter"; | 8134 static password_Getter(mthis) native "URL_password_Getter"; |
| 8107 | 8135 |
| 8108 static password_Setter_DOMString(mthis, value) native "URL_password_Setter"; | 8136 static password_Setter(mthis, value) native "URL_password_Setter"; |
| 8109 | 8137 |
| 8110 static pathname_Getter(mthis) native "URL_pathname_Getter"; | 8138 static pathname_Getter(mthis) native "URL_pathname_Getter"; |
| 8111 | 8139 |
| 8112 static pathname_Setter_DOMString(mthis, value) native "URL_pathname_Setter"; | 8140 static pathname_Setter(mthis, value) native "URL_pathname_Setter"; |
| 8113 | 8141 |
| 8114 static port_Getter(mthis) native "URL_port_Getter"; | 8142 static port_Getter(mthis) native "URL_port_Getter"; |
| 8115 | 8143 |
| 8116 static port_Setter_DOMString(mthis, value) native "URL_port_Setter"; | 8144 static port_Setter(mthis, value) native "URL_port_Setter"; |
| 8117 | 8145 |
| 8118 static protocol_Getter(mthis) native "URL_protocol_Getter"; | 8146 static protocol_Getter(mthis) native "URL_protocol_Getter"; |
| 8119 | 8147 |
| 8120 static protocol_Setter_DOMString(mthis, value) native "URL_protocol_Setter"; | 8148 static protocol_Setter(mthis, value) native "URL_protocol_Setter"; |
| 8121 | 8149 |
| 8122 static search_Getter(mthis) native "URL_search_Getter"; | 8150 static search_Getter(mthis) native "URL_search_Getter"; |
| 8123 | 8151 |
| 8124 static search_Setter_DOMString(mthis, value) native "URL_search_Setter"; | 8152 static search_Setter(mthis, value) native "URL_search_Setter"; |
| 8125 | 8153 |
| 8126 static username_Getter(mthis) native "URL_username_Getter"; | 8154 static username_Getter(mthis) native "URL_username_Getter"; |
| 8127 | 8155 |
| 8128 static username_Setter_DOMString(mthis, value) native "URL_username_Setter"; | 8156 static username_Setter(mthis, value) native "URL_username_Setter"; |
| 8129 | 8157 |
| 8130 static toString_Callback(mthis) native "URL_toString_Callback"; | 8158 static toString_Callback(mthis) native "URL_toString_Callback"; |
| 8131 } | 8159 } |
| 8132 | 8160 |
| 8133 class BlinkURLUtilsReadOnly { | 8161 class BlinkURLUtilsReadOnly { |
| 8134 static hash_Getter(mthis) native "WorkerLocation_hash_Getter"; | 8162 static hash_Getter(mthis) native "WorkerLocation_hash_Getter"; |
| 8135 | 8163 |
| 8136 static host_Getter(mthis) native "WorkerLocation_host_Getter"; | 8164 static host_Getter(mthis) native "WorkerLocation_host_Getter"; |
| 8137 | 8165 |
| 8138 static hostname_Getter(mthis) native "WorkerLocation_hostname_Getter"; | 8166 static hostname_Getter(mthis) native "WorkerLocation_hostname_Getter"; |
| 8139 | 8167 |
| 8140 static href_Getter(mthis) native "WorkerLocation_href_Getter"; | 8168 static href_Getter(mthis) native "WorkerLocation_href_Getter"; |
| 8141 | 8169 |
| 8142 static origin_Getter(mthis) native "WorkerLocation_origin_Getter"; | 8170 static origin_Getter(mthis) native "WorkerLocation_origin_Getter"; |
| 8143 | 8171 |
| 8144 static pathname_Getter(mthis) native "WorkerLocation_pathname_Getter"; | 8172 static pathname_Getter(mthis) native "WorkerLocation_pathname_Getter"; |
| 8145 | 8173 |
| 8146 static port_Getter(mthis) native "WorkerLocation_port_Getter"; | 8174 static port_Getter(mthis) native "WorkerLocation_port_Getter"; |
| 8147 | 8175 |
| 8148 static protocol_Getter(mthis) native "WorkerLocation_protocol_Getter"; | 8176 static protocol_Getter(mthis) native "WorkerLocation_protocol_Getter"; |
| 8149 | 8177 |
| 8150 static search_Getter(mthis) native "WorkerLocation_search_Getter"; | 8178 static search_Getter(mthis) native "WorkerLocation_search_Getter"; |
| 8151 | 8179 |
| 8152 static toString_Callback(mthis) native "WorkerLocation_toString_Callback"; | 8180 static toString_Callback(mthis) native "WorkerLocation_toString_Callback"; |
| 8153 } | 8181 } |
| 8154 | 8182 |
| 8155 class BlinkVTTCue { | 8183 class BlinkVTTCue { |
| 8156 static constructorCallback_double_double_DOMString(startTime, endTime, text) n
ative "VTTCue_constructorCallback_double_double_DOMString"; | 8184 static constructorCallback_3(startTime, endTime, text) native "VTTCue_construc
torCallback"; |
| 8157 | 8185 |
| 8158 static align_Getter(mthis) native "VTTCue_align_Getter"; | 8186 static align_Getter(mthis) native "VTTCue_align_Getter"; |
| 8159 | 8187 |
| 8160 static align_Setter_DOMString(mthis, value) native "VTTCue_align_Setter"; | 8188 static align_Setter(mthis, value) native "VTTCue_align_Setter"; |
| 8161 | 8189 |
| 8162 static line_Getter(mthis) native "VTTCue_line_Getter"; | 8190 static line_Getter(mthis) native "VTTCue_line_Getter"; |
| 8163 | 8191 |
| 8164 static line_Setter_long(mthis, value) native "VTTCue_line_Setter"; | 8192 static line_Setter(mthis, value) native "VTTCue_line_Setter"; |
| 8165 | 8193 |
| 8166 static position_Getter(mthis) native "VTTCue_position_Getter"; | 8194 static position_Getter(mthis) native "VTTCue_position_Getter"; |
| 8167 | 8195 |
| 8168 static position_Setter_long(mthis, value) native "VTTCue_position_Setter"; | 8196 static position_Setter(mthis, value) native "VTTCue_position_Setter"; |
| 8169 | 8197 |
| 8170 static regionId_Getter(mthis) native "VTTCue_regionId_Getter"; | 8198 static regionId_Getter(mthis) native "VTTCue_regionId_Getter"; |
| 8171 | 8199 |
| 8172 static regionId_Setter_DOMString(mthis, value) native "VTTCue_regionId_Setter"
; | 8200 static regionId_Setter(mthis, value) native "VTTCue_regionId_Setter"; |
| 8173 | 8201 |
| 8174 static size_Getter(mthis) native "VTTCue_size_Getter"; | 8202 static size_Getter(mthis) native "VTTCue_size_Getter"; |
| 8175 | 8203 |
| 8176 static size_Setter_long(mthis, value) native "VTTCue_size_Setter"; | 8204 static size_Setter(mthis, value) native "VTTCue_size_Setter"; |
| 8177 | 8205 |
| 8178 static snapToLines_Getter(mthis) native "VTTCue_snapToLines_Getter"; | 8206 static snapToLines_Getter(mthis) native "VTTCue_snapToLines_Getter"; |
| 8179 | 8207 |
| 8180 static snapToLines_Setter_boolean(mthis, value) native "VTTCue_snapToLines_Set
ter"; | 8208 static snapToLines_Setter(mthis, value) native "VTTCue_snapToLines_Setter"; |
| 8181 | 8209 |
| 8182 static text_Getter(mthis) native "VTTCue_text_Getter"; | 8210 static text_Getter(mthis) native "VTTCue_text_Getter"; |
| 8183 | 8211 |
| 8184 static text_Setter_DOMString(mthis, value) native "VTTCue_text_Setter"; | 8212 static text_Setter(mthis, value) native "VTTCue_text_Setter"; |
| 8185 | 8213 |
| 8186 static vertical_Getter(mthis) native "VTTCue_vertical_Getter"; | 8214 static vertical_Getter(mthis) native "VTTCue_vertical_Getter"; |
| 8187 | 8215 |
| 8188 static vertical_Setter_DOMString(mthis, value) native "VTTCue_vertical_Setter"
; | 8216 static vertical_Setter(mthis, value) native "VTTCue_vertical_Setter"; |
| 8189 | 8217 |
| 8190 static getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback"; | 8218 static getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback"; |
| 8191 } | 8219 } |
| 8192 | 8220 |
| 8193 class BlinkVTTRegion { | 8221 class BlinkVTTRegion { |
| 8194 static constructorCallback() native "VTTRegion_constructorCallback"; | 8222 static constructorCallback() native "VTTRegion_constructorCallback"; |
| 8195 | 8223 |
| 8196 static height_Getter(mthis) native "VTTRegion_height_Getter"; | 8224 static height_Getter(mthis) native "VTTRegion_height_Getter"; |
| 8197 | 8225 |
| 8198 static height_Setter_long(mthis, value) native "VTTRegion_height_Setter"; | 8226 static height_Setter(mthis, value) native "VTTRegion_height_Setter"; |
| 8199 | 8227 |
| 8200 static id_Getter(mthis) native "VTTRegion_id_Getter"; | 8228 static id_Getter(mthis) native "VTTRegion_id_Getter"; |
| 8201 | 8229 |
| 8202 static id_Setter_DOMString(mthis, value) native "VTTRegion_id_Setter"; | 8230 static id_Setter(mthis, value) native "VTTRegion_id_Setter"; |
| 8203 | 8231 |
| 8204 static regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Getter"; | 8232 static regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Getter"; |
| 8205 | 8233 |
| 8206 static regionAnchorX_Setter_double(mthis, value) native "VTTRegion_regionAncho
rX_Setter"; | 8234 static regionAnchorX_Setter(mthis, value) native "VTTRegion_regionAnchorX_Sett
er"; |
| 8207 | 8235 |
| 8208 static regionAnchorY_Getter(mthis) native "VTTRegion_regionAnchorY_Getter"; | 8236 static regionAnchorY_Getter(mthis) native "VTTRegion_regionAnchorY_Getter"; |
| 8209 | 8237 |
| 8210 static regionAnchorY_Setter_double(mthis, value) native "VTTRegion_regionAncho
rY_Setter"; | 8238 static regionAnchorY_Setter(mthis, value) native "VTTRegion_regionAnchorY_Sett
er"; |
| 8211 | 8239 |
| 8212 static scroll_Getter(mthis) native "VTTRegion_scroll_Getter"; | 8240 static scroll_Getter(mthis) native "VTTRegion_scroll_Getter"; |
| 8213 | 8241 |
| 8214 static scroll_Setter_DOMString(mthis, value) native "VTTRegion_scroll_Setter"; | 8242 static scroll_Setter(mthis, value) native "VTTRegion_scroll_Setter"; |
| 8215 | 8243 |
| 8216 static track_Getter(mthis) native "VTTRegion_track_Getter"; | 8244 static track_Getter(mthis) native "VTTRegion_track_Getter"; |
| 8217 | 8245 |
| 8218 static viewportAnchorX_Getter(mthis) native "VTTRegion_viewportAnchorX_Getter"
; | 8246 static viewportAnchorX_Getter(mthis) native "VTTRegion_viewportAnchorX_Getter"
; |
| 8219 | 8247 |
| 8220 static viewportAnchorX_Setter_double(mthis, value) native "VTTRegion_viewportA
nchorX_Setter"; | 8248 static viewportAnchorX_Setter(mthis, value) native "VTTRegion_viewportAnchorX_
Setter"; |
| 8221 | 8249 |
| 8222 static viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY_Getter"
; | 8250 static viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY_Getter"
; |
| 8223 | 8251 |
| 8224 static viewportAnchorY_Setter_double(mthis, value) native "VTTRegion_viewportA
nchorY_Setter"; | 8252 static viewportAnchorY_Setter(mthis, value) native "VTTRegion_viewportAnchorY_
Setter"; |
| 8225 | 8253 |
| 8226 static width_Getter(mthis) native "VTTRegion_width_Getter"; | 8254 static width_Getter(mthis) native "VTTRegion_width_Getter"; |
| 8227 | 8255 |
| 8228 static width_Setter_double(mthis, value) native "VTTRegion_width_Setter"; | 8256 static width_Setter(mthis, value) native "VTTRegion_width_Setter"; |
| 8229 } | 8257 } |
| 8230 | 8258 |
| 8231 class BlinkVTTRegionList { | 8259 class BlinkVTTRegionList { |
| 8232 static length_Getter(mthis) native "VTTRegionList_length_Getter"; | 8260 static length_Getter(mthis) native "VTTRegionList_length_Getter"; |
| 8233 | 8261 |
| 8234 static getRegionById_Callback_DOMString(mthis, id) native "VTTRegionList_getRe
gionById_Callback_DOMString"; | 8262 static getRegionById_Callback_1(mthis, id) native "VTTRegionList_getRegionById
_Callback"; |
| 8235 | 8263 |
| 8236 static item_Callback_ul(mthis, index) native "VTTRegionList_item_Callback_unsi
gned long"; | 8264 static item_Callback_1(mthis, index) native "VTTRegionList_item_Callback"; |
| 8237 } | 8265 } |
| 8238 | 8266 |
| 8239 class BlinkValidityState { | 8267 class BlinkValidityState { |
| 8240 static badInput_Getter(mthis) native "ValidityState_badInput_Getter"; | 8268 static badInput_Getter(mthis) native "ValidityState_badInput_Getter"; |
| 8241 | 8269 |
| 8242 static customError_Getter(mthis) native "ValidityState_customError_Getter"; | 8270 static customError_Getter(mthis) native "ValidityState_customError_Getter"; |
| 8243 | 8271 |
| 8244 static patternMismatch_Getter(mthis) native "ValidityState_patternMismatch_Get
ter"; | 8272 static patternMismatch_Getter(mthis) native "ValidityState_patternMismatch_Get
ter"; |
| 8245 | 8273 |
| 8246 static rangeOverflow_Getter(mthis) native "ValidityState_rangeOverflow_Getter"
; | 8274 static rangeOverflow_Getter(mthis) native "ValidityState_rangeOverflow_Getter"
; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 8272 static id_Getter(mthis) native "VideoTrack_id_Getter"; | 8300 static id_Getter(mthis) native "VideoTrack_id_Getter"; |
| 8273 | 8301 |
| 8274 static kind_Getter(mthis) native "VideoTrack_kind_Getter"; | 8302 static kind_Getter(mthis) native "VideoTrack_kind_Getter"; |
| 8275 | 8303 |
| 8276 static label_Getter(mthis) native "VideoTrack_label_Getter"; | 8304 static label_Getter(mthis) native "VideoTrack_label_Getter"; |
| 8277 | 8305 |
| 8278 static language_Getter(mthis) native "VideoTrack_language_Getter"; | 8306 static language_Getter(mthis) native "VideoTrack_language_Getter"; |
| 8279 | 8307 |
| 8280 static selected_Getter(mthis) native "VideoTrack_selected_Getter"; | 8308 static selected_Getter(mthis) native "VideoTrack_selected_Getter"; |
| 8281 | 8309 |
| 8282 static selected_Setter_boolean(mthis, value) native "VideoTrack_selected_Sette
r"; | 8310 static selected_Setter(mthis, value) native "VideoTrack_selected_Setter"; |
| 8283 } | 8311 } |
| 8284 | 8312 |
| 8285 class BlinkVideoTrackList { | 8313 class BlinkVideoTrackList { |
| 8286 static length_Getter(mthis) native "VideoTrackList_length_Getter"; | 8314 static length_Getter(mthis) native "VideoTrackList_length_Getter"; |
| 8287 | 8315 |
| 8288 static selectedIndex_Getter(mthis) native "VideoTrackList_selectedIndex_Getter
"; | 8316 static selectedIndex_Getter(mthis) native "VideoTrackList_selectedIndex_Getter
"; |
| 8289 | 8317 |
| 8290 static $__getter___Callback_ul(mthis, index) native "VideoTrackList___getter__
_Callback_unsigned long"; | 8318 static $__getter___Callback_1(mthis, index) native "VideoTrackList___getter___
Callback"; |
| 8291 | 8319 |
| 8292 static getTrackById_Callback_DOMString(mthis, id) native "VideoTrackList_getTr
ackById_Callback_DOMString"; | 8320 static getTrackById_Callback_1(mthis, id) native "VideoTrackList_getTrackById_
Callback"; |
| 8293 } | 8321 } |
| 8294 | 8322 |
| 8295 class BlinkWaveShaperNode { | 8323 class BlinkWaveShaperNode { |
| 8296 static curve_Getter(mthis) native "WaveShaperNode_curve_Getter"; | 8324 static curve_Getter(mthis) native "WaveShaperNode_curve_Getter"; |
| 8297 | 8325 |
| 8298 static curve_Setter_Float32Array(mthis, value) native "WaveShaperNode_curve_Se
tter"; | 8326 static curve_Setter(mthis, value) native "WaveShaperNode_curve_Setter"; |
| 8299 | 8327 |
| 8300 static oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter"; | 8328 static oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter"; |
| 8301 | 8329 |
| 8302 static oversample_Setter_DOMString(mthis, value) native "WaveShaperNode_oversa
mple_Setter"; | 8330 static oversample_Setter(mthis, value) native "WaveShaperNode_oversample_Sette
r"; |
| 8303 } | 8331 } |
| 8304 | 8332 |
| 8305 class BlinkWebGLActiveInfo { | 8333 class BlinkWebGLActiveInfo { |
| 8306 static name_Getter(mthis) native "WebGLActiveInfo_name_Getter"; | 8334 static name_Getter(mthis) native "WebGLActiveInfo_name_Getter"; |
| 8307 | 8335 |
| 8308 static size_Getter(mthis) native "WebGLActiveInfo_size_Getter"; | 8336 static size_Getter(mthis) native "WebGLActiveInfo_size_Getter"; |
| 8309 | 8337 |
| 8310 static type_Getter(mthis) native "WebGLActiveInfo_type_Getter"; | 8338 static type_Getter(mthis) native "WebGLActiveInfo_type_Getter"; |
| 8311 } | 8339 } |
| 8312 | 8340 |
| 8313 class BlinkWebGLBuffer {} | 8341 class BlinkWebGLBuffer {} |
| 8314 | 8342 |
| 8315 class BlinkWebGLCompressedTextureATC {} | 8343 class BlinkWebGLCompressedTextureATC {} |
| 8316 | 8344 |
| 8317 class BlinkWebGLCompressedTextureETC1 {} | 8345 class BlinkWebGLCompressedTextureETC1 {} |
| 8318 | 8346 |
| 8319 class BlinkWebGLCompressedTexturePVRTC {} | 8347 class BlinkWebGLCompressedTexturePVRTC {} |
| 8320 | 8348 |
| 8321 class BlinkWebGLCompressedTextureS3TC {} | 8349 class BlinkWebGLCompressedTextureS3TC {} |
| 8322 | 8350 |
| 8323 class BlinkWebGLContextAttributes { | 8351 class BlinkWebGLContextAttributes { |
| 8324 static alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter"; | 8352 static alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter"; |
| 8325 | 8353 |
| 8326 static alpha_Setter_boolean(mthis, value) native "WebGLContextAttributes_alpha
_Setter"; | 8354 static alpha_Setter(mthis, value) native "WebGLContextAttributes_alpha_Setter"
; |
| 8327 | 8355 |
| 8328 static antialias_Getter(mthis) native "WebGLContextAttributes_antialias_Getter
"; | 8356 static antialias_Getter(mthis) native "WebGLContextAttributes_antialias_Getter
"; |
| 8329 | 8357 |
| 8330 static antialias_Setter_boolean(mthis, value) native "WebGLContextAttributes_a
ntialias_Setter"; | 8358 static antialias_Setter(mthis, value) native "WebGLContextAttributes_antialias
_Setter"; |
| 8331 | 8359 |
| 8332 static depth_Getter(mthis) native "WebGLContextAttributes_depth_Getter"; | 8360 static depth_Getter(mthis) native "WebGLContextAttributes_depth_Getter"; |
| 8333 | 8361 |
| 8334 static depth_Setter_boolean(mthis, value) native "WebGLContextAttributes_depth
_Setter"; | 8362 static depth_Setter(mthis, value) native "WebGLContextAttributes_depth_Setter"
; |
| 8335 | 8363 |
| 8336 static failIfMajorPerformanceCaveat_Getter(mthis) native "WebGLContextAttribut
es_failIfMajorPerformanceCaveat_Getter"; | 8364 static failIfMajorPerformanceCaveat_Getter(mthis) native "WebGLContextAttribut
es_failIfMajorPerformanceCaveat_Getter"; |
| 8337 | 8365 |
| 8338 static failIfMajorPerformanceCaveat_Setter_boolean(mthis, value) native "WebGL
ContextAttributes_failIfMajorPerformanceCaveat_Setter"; | 8366 static failIfMajorPerformanceCaveat_Setter(mthis, value) native "WebGLContextA
ttributes_failIfMajorPerformanceCaveat_Setter"; |
| 8339 | 8367 |
| 8340 static premultipliedAlpha_Getter(mthis) native "WebGLContextAttributes_premult
ipliedAlpha_Getter"; | 8368 static premultipliedAlpha_Getter(mthis) native "WebGLContextAttributes_premult
ipliedAlpha_Getter"; |
| 8341 | 8369 |
| 8342 static premultipliedAlpha_Setter_boolean(mthis, value) native "WebGLContextAtt
ributes_premultipliedAlpha_Setter"; | 8370 static premultipliedAlpha_Setter(mthis, value) native "WebGLContextAttributes_
premultipliedAlpha_Setter"; |
| 8343 | 8371 |
| 8344 static preserveDrawingBuffer_Getter(mthis) native "WebGLContextAttributes_pres
erveDrawingBuffer_Getter"; | 8372 static preserveDrawingBuffer_Getter(mthis) native "WebGLContextAttributes_pres
erveDrawingBuffer_Getter"; |
| 8345 | 8373 |
| 8346 static preserveDrawingBuffer_Setter_boolean(mthis, value) native "WebGLContext
Attributes_preserveDrawingBuffer_Setter"; | 8374 static preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttribut
es_preserveDrawingBuffer_Setter"; |
| 8347 | 8375 |
| 8348 static stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter"; | 8376 static stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter"; |
| 8349 | 8377 |
| 8350 static stencil_Setter_boolean(mthis, value) native "WebGLContextAttributes_ste
ncil_Setter"; | 8378 static stencil_Setter(mthis, value) native "WebGLContextAttributes_stencil_Set
ter"; |
| 8351 } | 8379 } |
| 8352 | 8380 |
| 8353 class BlinkWebGLContextEvent { | 8381 class BlinkWebGLContextEvent { |
| 8354 static constructorCallback(type, options) native "WebGLContextEvent_constructo
rCallback"; | 8382 static constructorCallback(type, options) native "WebGLContextEvent_constructo
rCallback"; |
| 8355 | 8383 |
| 8356 static statusMessage_Getter(mthis) native "WebGLContextEvent_statusMessage_Get
ter"; | 8384 static statusMessage_Getter(mthis) native "WebGLContextEvent_statusMessage_Get
ter"; |
| 8357 } | 8385 } |
| 8358 | 8386 |
| 8359 class BlinkWebGLDebugRendererInfo {} | 8387 class BlinkWebGLDebugRendererInfo {} |
| 8360 | 8388 |
| 8361 class BlinkWebGLDebugShaders { | 8389 class BlinkWebGLDebugShaders { |
| 8362 static getTranslatedShaderSource_Callback_WebGLShader(mthis, shader) native "W
ebGLDebugShaders_getTranslatedShaderSource_Callback_WebGLShader"; | 8390 static getTranslatedShaderSource_Callback_1(mthis, shader) native "WebGLDebugS
haders_getTranslatedShaderSource_Callback"; |
| 8363 } | 8391 } |
| 8364 | 8392 |
| 8365 class BlinkWebGLDepthTexture {} | 8393 class BlinkWebGLDepthTexture {} |
| 8366 | 8394 |
| 8367 class BlinkWebGLDrawBuffers { | 8395 class BlinkWebGLDrawBuffers { |
| 8368 static drawBuffersWEBGL_Callback_SEQ_ul_SEQ(mthis, buffers) native "WebGLDrawB
uffers_drawBuffersWEBGL_Callback_sequence<unsigned long>"; | 8396 static drawBuffersWEBGL_Callback_1(mthis, buffers) native "WebGLDrawBuffers_dr
awBuffersWEBGL_Callback"; |
| 8369 } | 8397 } |
| 8370 | 8398 |
| 8371 class BlinkWebGLFramebuffer {} | 8399 class BlinkWebGLFramebuffer {} |
| 8372 | 8400 |
| 8373 class BlinkWebGLLoseContext { | 8401 class BlinkWebGLLoseContext { |
| 8374 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba
ck"; | 8402 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba
ck"; |
| 8375 | 8403 |
| 8376 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_
Callback"; | 8404 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_
Callback"; |
| 8377 } | 8405 } |
| 8378 | 8406 |
| 8379 class BlinkWebGLProgram {} | 8407 class BlinkWebGLProgram {} |
| 8380 | 8408 |
| 8381 class BlinkWebGLRenderbuffer {} | 8409 class BlinkWebGLRenderbuffer {} |
| 8382 | 8410 |
| 8383 class BlinkWebGLRenderingContextBase {} | 8411 class BlinkWebGLRenderingContextBase {} |
| 8384 | 8412 |
| 8385 class BlinkWebGLRenderingContext { | 8413 class BlinkWebGLRenderingContext { |
| 8386 static canvas_Getter(mthis) native "WebGLRenderingContext_canvas_Getter"; | 8414 static canvas_Getter(mthis) native "WebGLRenderingContext_canvas_Getter"; |
| 8387 | 8415 |
| 8388 static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawing
BufferHeight_Getter"; | 8416 static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawing
BufferHeight_Getter"; |
| 8389 | 8417 |
| 8390 static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingB
ufferWidth_Getter"; | 8418 static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingB
ufferWidth_Getter"; |
| 8391 | 8419 |
| 8392 static activeTexture_Callback_ul(mthis, texture) native "WebGLRenderingContext
_activeTexture_Callback_unsigned long"; | 8420 static activeTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_
activeTexture_Callback"; |
| 8393 | 8421 |
| 8394 static attachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader)
native "WebGLRenderingContext_attachShader_Callback_WebGLProgram_WebGLShader"; | 8422 static attachShader_Callback_2(mthis, program, shader) native "WebGLRenderingC
ontext_attachShader_Callback"; |
| 8395 | 8423 |
| 8396 static bindAttribLocation_Callback_WebGLProgram_ul_DOMString(mthis, program, i
ndex, name) native "WebGLRenderingContext_bindAttribLocation_Callback_WebGLProgr
am_unsigned long_DOMString"; | 8424 static bindAttribLocation_Callback_3(mthis, program, index, name) native "WebG
LRenderingContext_bindAttribLocation_Callback"; |
| 8397 | 8425 |
| 8398 static bindBuffer_Callback_ul_WebGLBuffer(mthis, target, buffer) native "WebGL
RenderingContext_bindBuffer_Callback_unsigned long_WebGLBuffer"; | 8426 static bindBuffer_Callback_2(mthis, target, buffer) native "WebGLRenderingCont
ext_bindBuffer_Callback"; |
| 8399 | 8427 |
| 8400 static bindFramebuffer_Callback_ul_WebGLFramebuffer(mthis, target, framebuffer
) native "WebGLRenderingContext_bindFramebuffer_Callback_unsigned long_WebGLFram
ebuffer"; | 8428 static bindFramebuffer_Callback_2(mthis, target, framebuffer) native "WebGLRen
deringContext_bindFramebuffer_Callback"; |
| 8401 | 8429 |
| 8402 static bindRenderbuffer_Callback_ul_WebGLRenderbuffer(mthis, target, renderbuf
fer) native "WebGLRenderingContext_bindRenderbuffer_Callback_unsigned long_WebGL
Renderbuffer"; | 8430 static bindRenderbuffer_Callback_2(mthis, target, renderbuffer) native "WebGLR
enderingContext_bindRenderbuffer_Callback"; |
| 8403 | 8431 |
| 8404 static bindTexture_Callback_ul_WebGLTexture(mthis, target, texture) native "We
bGLRenderingContext_bindTexture_Callback_unsigned long_WebGLTexture"; | 8432 static bindTexture_Callback_2(mthis, target, texture) native "WebGLRenderingCo
ntext_bindTexture_Callback"; |
| 8405 | 8433 |
| 8406 static blendColor_Callback_float_float_float_float(mthis, red, green, blue, al
pha) native "WebGLRenderingContext_blendColor_Callback_float_float_float_float"; | 8434 static blendColor_Callback_4(mthis, red, green, blue, alpha) native "WebGLRend
eringContext_blendColor_Callback"; |
| 8407 | 8435 |
| 8408 static blendEquation_Callback_ul(mthis, mode) native "WebGLRenderingContext_bl
endEquation_Callback_unsigned long"; | 8436 static blendEquation_Callback_1(mthis, mode) native "WebGLRenderingContext_ble
ndEquation_Callback"; |
| 8409 | 8437 |
| 8410 static blendEquationSeparate_Callback_ul_ul(mthis, modeRGB, modeAlpha) native
"WebGLRenderingContext_blendEquationSeparate_Callback_unsigned long_unsigned lon
g"; | 8438 static blendEquationSeparate_Callback_2(mthis, modeRGB, modeAlpha) native "Web
GLRenderingContext_blendEquationSeparate_Callback"; |
| 8411 | 8439 |
| 8412 static blendFunc_Callback_ul_ul(mthis, sfactor, dfactor) native "WebGLRenderin
gContext_blendFunc_Callback_unsigned long_unsigned long"; | 8440 static blendFunc_Callback_2(mthis, sfactor, dfactor) native "WebGLRenderingCon
text_blendFunc_Callback"; |
| 8413 | 8441 |
| 8414 static blendFuncSeparate_Callback_ul_ul_ul_ul(mthis, srcRGB, dstRGB, srcAlpha,
dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback_unsigned lon
g_unsigned long_unsigned long_unsigned long"; | 8442 static blendFuncSeparate_Callback_4(mthis, srcRGB, dstRGB, srcAlpha, dstAlpha)
native "WebGLRenderingContext_blendFuncSeparate_Callback"; |
| 8415 | 8443 |
| 8416 static bufferData_Callback_ul_ArrayBuffer_ul(mthis, target, data, usage) nativ
e "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBuffer_unsigned
long"; | 8444 static bufferData_Callback_3(mthis, target, data, usage) native "WebGLRenderin
gContext_bufferData_Callback"; |
| 8417 | 8445 |
| 8418 static bufferData_Callback_ul_ll_ul(mthis, target, data_OR_size, usage) native
"WebGLRenderingContext_bufferData_Callback_unsigned long_long long_unsigned lon
g"; | 8446 static bufferSubData_Callback_3(mthis, target, offset, data) native "WebGLRend
eringContext_bufferSubData_Callback"; |
| 8419 | 8447 |
| 8420 static bufferData_Callback_ul_ArrayBufferView_ul(mthis, target, data_OR_size,
usage) native "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBuff
erView_unsigned long"; | 8448 static checkFramebufferStatus_Callback_1(mthis, target) native "WebGLRendering
Context_checkFramebufferStatus_Callback"; |
| 8421 | 8449 |
| 8422 static bufferSubData_Callback_ul_ll_ArrayBuffer(mthis, target, offset, data) n
ative "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_Arra
yBuffer"; | 8450 static clear_Callback_1(mthis, mask) native "WebGLRenderingContext_clear_Callb
ack"; |
| 8423 | 8451 |
| 8424 static bufferSubData_Callback_ul_ll_ArrayBufferView(mthis, target, offset, dat
a) native "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_
ArrayBufferView"; | 8452 static clearColor_Callback_4(mthis, red, green, blue, alpha) native "WebGLRend
eringContext_clearColor_Callback"; |
| 8425 | 8453 |
| 8426 static checkFramebufferStatus_Callback_ul(mthis, target) native "WebGLRenderin
gContext_checkFramebufferStatus_Callback_unsigned long"; | 8454 static clearDepth_Callback_1(mthis, depth) native "WebGLRenderingContext_clear
Depth_Callback"; |
| 8427 | 8455 |
| 8428 static clear_Callback_ul(mthis, mask) native "WebGLRenderingContext_clear_Call
back_unsigned long"; | 8456 static clearStencil_Callback_1(mthis, s) native "WebGLRenderingContext_clearSt
encil_Callback"; |
| 8429 | 8457 |
| 8430 static clearColor_Callback_float_float_float_float(mthis, red, green, blue, al
pha) native "WebGLRenderingContext_clearColor_Callback_float_float_float_float"; | 8458 static colorMask_Callback_4(mthis, red, green, blue, alpha) native "WebGLRende
ringContext_colorMask_Callback"; |
| 8431 | 8459 |
| 8432 static clearDepth_Callback_float(mthis, depth) native "WebGLRenderingContext_c
learDepth_Callback_float"; | 8460 static compileShader_Callback_1(mthis, shader) native "WebGLRenderingContext_c
ompileShader_Callback"; |
| 8433 | 8461 |
| 8434 static clearStencil_Callback_long(mthis, s) native "WebGLRenderingContext_clea
rStencil_Callback_long"; | 8462 static compressedTexImage2D_Callback_7(mthis, target, level, internalformat, w
idth, height, border, data) native "WebGLRenderingContext_compressedTexImage2D_C
allback"; |
| 8435 | 8463 |
| 8436 static colorMask_Callback_boolean_boolean_boolean_boolean(mthis, red, green, b
lue, alpha) native "WebGLRenderingContext_colorMask_Callback_boolean_boolean_boo
lean_boolean"; | 8464 static compressedTexSubImage2D_Callback_8(mthis, target, level, xoffset, yoffs
et, width, height, format, data) native "WebGLRenderingContext_compressedTexSubI
mage2D_Callback"; |
| 8437 | 8465 |
| 8438 static compileShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderin
gContext_compileShader_Callback_WebGLShader"; | 8466 static copyTexImage2D_Callback_8(mthis, target, level, internalformat, x, y, w
idth, height, border) native "WebGLRenderingContext_copyTexImage2D_Callback"; |
| 8439 | 8467 |
| 8440 static compressedTexImage2D_Callback_ul_long_ul_long_long_long_ArrayBufferView
(mthis, target, level, internalformat, width, height, border, data) native "WebG
LRenderingContext_compressedTexImage2D_Callback_unsigned long_long_unsigned long
_long_long_long_ArrayBufferView"; | 8468 static copyTexSubImage2D_Callback_8(mthis, target, level, xoffset, yoffset, x,
y, width, height) native "WebGLRenderingContext_copyTexSubImage2D_Callback"; |
| 8441 | |
| 8442 static compressedTexSubImage2D_Callback_ul_long_long_long_long_long_ul_ArrayBu
fferView(mthis, target, level, xoffset, yoffset, width, height, format, data) na
tive "WebGLRenderingContext_compressedTexSubImage2D_Callback_unsigned long_long_
long_long_long_long_unsigned long_ArrayBufferView"; | |
| 8443 | |
| 8444 static copyTexImage2D_Callback_ul_long_ul_long_long_long_long_long(mthis, targ
et, level, internalformat, x, y, width, height, border) native "WebGLRenderingCo
ntext_copyTexImage2D_Callback_unsigned long_long_unsigned long_long_long_long_lo
ng_long"; | |
| 8445 | |
| 8446 static copyTexSubImage2D_Callback_ul_long_long_long_long_long_long_long(mthis,
target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingCon
text_copyTexSubImage2D_Callback_unsigned long_long_long_long_long_long_long_long
"; | |
| 8447 | 8469 |
| 8448 static createBuffer_Callback(mthis) native "WebGLRenderingContext_createBuffer
_Callback"; | 8470 static createBuffer_Callback(mthis) native "WebGLRenderingContext_createBuffer
_Callback"; |
| 8449 | 8471 |
| 8450 static createFramebuffer_Callback(mthis) native "WebGLRenderingContext_createF
ramebuffer_Callback"; | 8472 static createFramebuffer_Callback(mthis) native "WebGLRenderingContext_createF
ramebuffer_Callback"; |
| 8451 | 8473 |
| 8452 static createProgram_Callback(mthis) native "WebGLRenderingContext_createProgr
am_Callback"; | 8474 static createProgram_Callback(mthis) native "WebGLRenderingContext_createProgr
am_Callback"; |
| 8453 | 8475 |
| 8454 static createRenderbuffer_Callback(mthis) native "WebGLRenderingContext_create
Renderbuffer_Callback"; | 8476 static createRenderbuffer_Callback(mthis) native "WebGLRenderingContext_create
Renderbuffer_Callback"; |
| 8455 | 8477 |
| 8456 static createShader_Callback_ul(mthis, type) native "WebGLRenderingContext_cre
ateShader_Callback_unsigned long"; | 8478 static createShader_Callback_1(mthis, type) native "WebGLRenderingContext_crea
teShader_Callback"; |
| 8457 | 8479 |
| 8458 static createTexture_Callback(mthis) native "WebGLRenderingContext_createTextu
re_Callback"; | 8480 static createTexture_Callback(mthis) native "WebGLRenderingContext_createTextu
re_Callback"; |
| 8459 | 8481 |
| 8460 static cullFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_cullFac
e_Callback_unsigned long"; | 8482 static cullFace_Callback_1(mthis, mode) native "WebGLRenderingContext_cullFace
_Callback"; |
| 8461 | 8483 |
| 8462 static deleteBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRendering
Context_deleteBuffer_Callback_WebGLBuffer"; | 8484 static deleteBuffer_Callback_1(mthis, buffer) native "WebGLRenderingContext_de
leteBuffer_Callback"; |
| 8463 | 8485 |
| 8464 static deleteFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native
"WebGLRenderingContext_deleteFramebuffer_Callback_WebGLFramebuffer"; | 8486 static deleteFramebuffer_Callback_1(mthis, framebuffer) native "WebGLRendering
Context_deleteFramebuffer_Callback"; |
| 8465 | 8487 |
| 8466 static deleteProgram_Callback_WebGLProgram(mthis, program) native "WebGLRender
ingContext_deleteProgram_Callback_WebGLProgram"; | 8488 static deleteProgram_Callback_1(mthis, program) native "WebGLRenderingContext_
deleteProgram_Callback"; |
| 8467 | 8489 |
| 8468 static deleteRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) nati
ve "WebGLRenderingContext_deleteRenderbuffer_Callback_WebGLRenderbuffer"; | 8490 static deleteRenderbuffer_Callback_1(mthis, renderbuffer) native "WebGLRenderi
ngContext_deleteRenderbuffer_Callback"; |
| 8469 | 8491 |
| 8470 static deleteShader_Callback_WebGLShader(mthis, shader) native "WebGLRendering
Context_deleteShader_Callback_WebGLShader"; | 8492 static deleteShader_Callback_1(mthis, shader) native "WebGLRenderingContext_de
leteShader_Callback"; |
| 8471 | 8493 |
| 8472 static deleteTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRender
ingContext_deleteTexture_Callback_WebGLTexture"; | 8494 static deleteTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_
deleteTexture_Callback"; |
| 8473 | 8495 |
| 8474 static depthFunc_Callback_ul(mthis, func) native "WebGLRenderingContext_depthF
unc_Callback_unsigned long"; | 8496 static depthFunc_Callback_1(mthis, func) native "WebGLRenderingContext_depthFu
nc_Callback"; |
| 8475 | 8497 |
| 8476 static depthMask_Callback_boolean(mthis, flag) native "WebGLRenderingContext_d
epthMask_Callback_boolean"; | 8498 static depthMask_Callback_1(mthis, flag) native "WebGLRenderingContext_depthMa
sk_Callback"; |
| 8477 | 8499 |
| 8478 static depthRange_Callback_float_float(mthis, zNear, zFar) native "WebGLRender
ingContext_depthRange_Callback_float_float"; | 8500 static depthRange_Callback_2(mthis, zNear, zFar) native "WebGLRenderingContext
_depthRange_Callback"; |
| 8479 | 8501 |
| 8480 static detachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader)
native "WebGLRenderingContext_detachShader_Callback_WebGLProgram_WebGLShader"; | 8502 static detachShader_Callback_2(mthis, program, shader) native "WebGLRenderingC
ontext_detachShader_Callback"; |
| 8481 | 8503 |
| 8482 static disable_Callback_ul(mthis, cap) native "WebGLRenderingContext_disable_C
allback_unsigned long"; | 8504 static disable_Callback_1(mthis, cap) native "WebGLRenderingContext_disable_Ca
llback"; |
| 8483 | 8505 |
| 8484 static disableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderi
ngContext_disableVertexAttribArray_Callback_unsigned long"; | 8506 static disableVertexAttribArray_Callback_1(mthis, index) native "WebGLRenderin
gContext_disableVertexAttribArray_Callback"; |
| 8485 | 8507 |
| 8486 static drawArrays_Callback_ul_long_long(mthis, mode, first, count) native "Web
GLRenderingContext_drawArrays_Callback_unsigned long_long_long"; | 8508 static drawArrays_Callback_3(mthis, mode, first, count) native "WebGLRendering
Context_drawArrays_Callback"; |
| 8487 | 8509 |
| 8488 static drawElements_Callback_ul_long_ul_ll(mthis, mode, count, type, offset) n
ative "WebGLRenderingContext_drawElements_Callback_unsigned long_long_unsigned l
ong_long long"; | 8510 static drawElements_Callback_4(mthis, mode, count, type, offset) native "WebGL
RenderingContext_drawElements_Callback"; |
| 8489 | 8511 |
| 8490 static enable_Callback_ul(mthis, cap) native "WebGLRenderingContext_enable_Cal
lback_unsigned long"; | 8512 static enable_Callback_1(mthis, cap) native "WebGLRenderingContext_enable_Call
back"; |
| 8491 | 8513 |
| 8492 static enableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderin
gContext_enableVertexAttribArray_Callback_unsigned long"; | 8514 static enableVertexAttribArray_Callback_1(mthis, index) native "WebGLRendering
Context_enableVertexAttribArray_Callback"; |
| 8493 | 8515 |
| 8494 static finish_Callback(mthis) native "WebGLRenderingContext_finish_Callback"; | 8516 static finish_Callback(mthis) native "WebGLRenderingContext_finish_Callback"; |
| 8495 | 8517 |
| 8496 static flush_Callback(mthis) native "WebGLRenderingContext_flush_Callback"; | 8518 static flush_Callback(mthis) native "WebGLRenderingContext_flush_Callback"; |
| 8497 | 8519 |
| 8498 static framebufferRenderbuffer_Callback_ul_ul_ul_WebGLRenderbuffer(mthis, targ
et, attachment, renderbuffertarget, renderbuffer) native "WebGLRenderingContext_
framebufferRenderbuffer_Callback_unsigned long_unsigned long_unsigned long_WebGL
Renderbuffer"; | 8520 static framebufferRenderbuffer_Callback_4(mthis, target, attachment, renderbuf
fertarget, renderbuffer) native "WebGLRenderingContext_framebufferRenderbuffer_C
allback"; |
| 8499 | 8521 |
| 8500 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"
; | 8522 static framebufferTexture2D_Callback_5(mthis, target, attachment, textarget, t
exture, level) native "WebGLRenderingContext_framebufferTexture2D_Callback"; |
| 8501 | 8523 |
| 8502 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_frontF
ace_Callback_unsigned long"; | 8524 static frontFace_Callback_1(mthis, mode) native "WebGLRenderingContext_frontFa
ce_Callback"; |
| 8503 | 8525 |
| 8504 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext
_generateMipmap_Callback_unsigned long"; | 8526 static generateMipmap_Callback_1(mthis, target) native "WebGLRenderingContext_
generateMipmap_Callback"; |
| 8505 | 8527 |
| 8506 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContext_getActiveAttrib_Callback_WebGLProgram_unsigned long"; | 8528 static getActiveAttrib_Callback_2(mthis, program, index) native "WebGLRenderin
gContext_getActiveAttrib_Callback"; |
| 8507 | 8529 |
| 8508 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContext_getActiveUniform_Callback_WebGLProgram_unsigned long"; | 8530 static getActiveUniform_Callback_2(mthis, program, index) native "WebGLRenderi
ngContext_getActiveUniform_Callback"; |
| 8509 | 8531 |
| 8510 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR
enderingContext_getAttachedShaders_Callback_WebGLProgram"; | 8532 static getAttachedShaders_Callback_1(mthis, program) native "WebGLRenderingCon
text_getAttachedShaders_Callback"; |
| 8511 | 8533 |
| 8512 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name)
native "WebGLRenderingContext_getAttribLocation_Callback_WebGLProgram_DOMString
"; | 8534 static getAttribLocation_Callback_2(mthis, program, name) native "WebGLRenderi
ngContext_getAttribLocation_Callback"; |
| 8513 | 8535 |
| 8514 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe
nderingContext_getBufferParameter_Callback"; | 8536 static getBufferParameter_Callback_2(mthis, target, pname) native "WebGLRender
ingContext_getBufferParameter_Callback"; |
| 8515 | 8537 |
| 8516 static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getC
ontextAttributes_Callback"; | 8538 static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getC
ontextAttributes_Callback"; |
| 8517 | 8539 |
| 8518 static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callbac
k"; | 8540 static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callbac
k"; |
| 8519 | 8541 |
| 8520 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont
ext_getExtension_Callback"; | 8542 static getExtension_Callback_1(mthis, name) native "WebGLRenderingContext_getE
xtension_Callback"; |
| 8521 | 8543 |
| 8522 static getFramebufferAttachmentParameter_Callback_ul_ul_ul(mthis, target, atta
chment, pname) native "WebGLRenderingContext_getFramebufferAttachmentParameter_C
allback"; | 8544 static getFramebufferAttachmentParameter_Callback_3(mthis, target, attachment,
pname) native "WebGLRenderingContext_getFramebufferAttachmentParameter_Callback
"; |
| 8523 | 8545 |
| 8524 static getParameter_Callback_ul(mthis, pname) native "WebGLRenderingContext_ge
tParameter_Callback"; | 8546 static getParameter_Callback_1(mthis, pname) native "WebGLRenderingContext_get
Parameter_Callback"; |
| 8525 | 8547 |
| 8526 static getProgramInfoLog_Callback_WebGLProgram(mthis, program) native "WebGLRe
nderingContext_getProgramInfoLog_Callback_WebGLProgram"; | 8548 static getProgramInfoLog_Callback_1(mthis, program) native "WebGLRenderingCont
ext_getProgramInfoLog_Callback"; |
| 8527 | 8549 |
| 8528 static getProgramParameter_Callback_WebGLProgram_ul(mthis, program, pname) nat
ive "WebGLRenderingContext_getProgramParameter_Callback"; | 8550 static getProgramParameter_Callback_2(mthis, program, pname) native "WebGLRend
eringContext_getProgramParameter_Callback"; |
| 8529 | 8551 |
| 8530 static getRenderbufferParameter_Callback_ul_ul(mthis, target, pname) native "W
ebGLRenderingContext_getRenderbufferParameter_Callback"; | 8552 static getRenderbufferParameter_Callback_2(mthis, target, pname) native "WebGL
RenderingContext_getRenderbufferParameter_Callback"; |
| 8531 | 8553 |
| 8532 static getShaderInfoLog_Callback_WebGLShader(mthis, shader) native "WebGLRende
ringContext_getShaderInfoLog_Callback_WebGLShader"; | 8554 static getShaderInfoLog_Callback_1(mthis, shader) native "WebGLRenderingContex
t_getShaderInfoLog_Callback"; |
| 8533 | 8555 |
| 8534 static getShaderParameter_Callback_WebGLShader_ul(mthis, shader, pname) native
"WebGLRenderingContext_getShaderParameter_Callback"; | 8556 static getShaderParameter_Callback_2(mthis, shader, pname) native "WebGLRender
ingContext_getShaderParameter_Callback"; |
| 8535 | 8557 |
| 8536 static getShaderPrecisionFormat_Callback_ul_ul(mthis, shadertype, precisiontyp
e) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback_unsigned long
_unsigned long"; | 8558 static getShaderPrecisionFormat_Callback_2(mthis, shadertype, precisiontype) n
ative "WebGLRenderingContext_getShaderPrecisionFormat_Callback"; |
| 8537 | 8559 |
| 8538 static getShaderSource_Callback_WebGLShader(mthis, shader) native "WebGLRender
ingContext_getShaderSource_Callback_WebGLShader"; | 8560 static getShaderSource_Callback_1(mthis, shader) native "WebGLRenderingContext
_getShaderSource_Callback"; |
| 8539 | 8561 |
| 8540 static getSupportedExtensions_Callback(mthis) native "WebGLRenderingContext_ge
tSupportedExtensions_Callback"; | 8562 static getSupportedExtensions_Callback(mthis) native "WebGLRenderingContext_ge
tSupportedExtensions_Callback"; |
| 8541 | 8563 |
| 8542 static getTexParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRende
ringContext_getTexParameter_Callback"; | 8564 static getTexParameter_Callback_2(mthis, target, pname) native "WebGLRendering
Context_getTexParameter_Callback"; |
| 8543 | 8565 |
| 8544 static getUniform_Callback_WebGLProgram_WebGLUniformLocation(mthis, program, l
ocation) native "WebGLRenderingContext_getUniform_Callback"; | 8566 static getUniform_Callback_2(mthis, program, location) native "WebGLRenderingC
ontext_getUniform_Callback"; |
| 8545 | 8567 |
| 8546 static getUniformLocation_Callback_WebGLProgram_DOMString(mthis, program, name
) native "WebGLRenderingContext_getUniformLocation_Callback_WebGLProgram_DOMStri
ng"; | 8568 static getUniformLocation_Callback_2(mthis, program, name) native "WebGLRender
ingContext_getUniformLocation_Callback"; |
| 8547 | 8569 |
| 8548 static getVertexAttrib_Callback_ul_ul(mthis, index, pname) native "WebGLRender
ingContext_getVertexAttrib_Callback"; | 8570 static getVertexAttrib_Callback_2(mthis, index, pname) native "WebGLRenderingC
ontext_getVertexAttrib_Callback"; |
| 8549 | 8571 |
| 8550 static getVertexAttribOffset_Callback_ul_ul(mthis, index, pname) native "WebGL
RenderingContext_getVertexAttribOffset_Callback_unsigned long_unsigned long"; | 8572 static getVertexAttribOffset_Callback_2(mthis, index, pname) native "WebGLRend
eringContext_getVertexAttribOffset_Callback"; |
| 8551 | 8573 |
| 8552 static hint_Callback_ul_ul(mthis, target, mode) native "WebGLRenderingContext_
hint_Callback_unsigned long_unsigned long"; | 8574 static hint_Callback_2(mthis, target, mode) native "WebGLRenderingContext_hint
_Callback"; |
| 8553 | 8575 |
| 8554 static isBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRenderingCont
ext_isBuffer_Callback_WebGLBuffer"; | 8576 static isBuffer_Callback_1(mthis, buffer) native "WebGLRenderingContext_isBuff
er_Callback"; |
| 8555 | 8577 |
| 8556 static isContextLost_Callback(mthis) native "WebGLRenderingContext_isContextLo
st_Callback"; | 8578 static isContextLost_Callback(mthis) native "WebGLRenderingContext_isContextLo
st_Callback"; |
| 8557 | 8579 |
| 8558 static isEnabled_Callback_ul(mthis, cap) native "WebGLRenderingContext_isEnabl
ed_Callback_unsigned long"; | 8580 static isEnabled_Callback_1(mthis, cap) native "WebGLRenderingContext_isEnable
d_Callback"; |
| 8559 | 8581 |
| 8560 static isFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native "Web
GLRenderingContext_isFramebuffer_Callback_WebGLFramebuffer"; | 8582 static isFramebuffer_Callback_1(mthis, framebuffer) native "WebGLRenderingCont
ext_isFramebuffer_Callback"; |
| 8561 | 8583 |
| 8562 static isProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingC
ontext_isProgram_Callback_WebGLProgram"; | 8584 static isProgram_Callback_1(mthis, program) native "WebGLRenderingContext_isPr
ogram_Callback"; |
| 8563 | 8585 |
| 8564 static isRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) native "
WebGLRenderingContext_isRenderbuffer_Callback_WebGLRenderbuffer"; | 8586 static isRenderbuffer_Callback_1(mthis, renderbuffer) native "WebGLRenderingCo
ntext_isRenderbuffer_Callback"; |
| 8565 | 8587 |
| 8566 static isShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingCont
ext_isShader_Callback_WebGLShader"; | 8588 static isShader_Callback_1(mthis, shader) native "WebGLRenderingContext_isShad
er_Callback"; |
| 8567 | 8589 |
| 8568 static isTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRenderingC
ontext_isTexture_Callback_WebGLTexture"; | 8590 static isTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_isTe
xture_Callback"; |
| 8569 | 8591 |
| 8570 static lineWidth_Callback_float(mthis, width) native "WebGLRenderingContext_li
neWidth_Callback_float"; | 8592 static lineWidth_Callback_1(mthis, width) native "WebGLRenderingContext_lineWi
dth_Callback"; |
| 8571 | 8593 |
| 8572 static linkProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderin
gContext_linkProgram_Callback_WebGLProgram"; | 8594 static linkProgram_Callback_1(mthis, program) native "WebGLRenderingContext_li
nkProgram_Callback"; |
| 8573 | 8595 |
| 8574 static pixelStorei_Callback_ul_long(mthis, pname, param) native "WebGLRenderin
gContext_pixelStorei_Callback_unsigned long_long"; | 8596 static pixelStorei_Callback_2(mthis, pname, param) native "WebGLRenderingConte
xt_pixelStorei_Callback"; |
| 8575 | 8597 |
| 8576 static polygonOffset_Callback_float_float(mthis, factor, units) native "WebGLR
enderingContext_polygonOffset_Callback_float_float"; | 8598 static polygonOffset_Callback_2(mthis, factor, units) native "WebGLRenderingCo
ntext_polygonOffset_Callback"; |
| 8577 | 8599 |
| 8578 static readPixels_Callback_long_long_long_long_ul_ul_ArrayBufferView(mthis, x,
y, width, height, format, type, pixels) native "WebGLRenderingContext_readPixel
s_Callback_long_long_long_long_unsigned long_unsigned long_ArrayBufferView"; | 8600 static readPixels_Callback_7(mthis, x, y, width, height, format, type, pixels)
native "WebGLRenderingContext_readPixels_Callback"; |
| 8579 | 8601 |
| 8580 static renderbufferStorage_Callback_ul_ul_long_long(mthis, target, internalfor
mat, width, height) native "WebGLRenderingContext_renderbufferStorage_Callback_u
nsigned long_unsigned long_long_long"; | 8602 static renderbufferStorage_Callback_4(mthis, target, internalformat, width, he
ight) native "WebGLRenderingContext_renderbufferStorage_Callback"; |
| 8581 | 8603 |
| 8582 static sampleCoverage_Callback_float_boolean(mthis, value, invert) native "Web
GLRenderingContext_sampleCoverage_Callback_float_boolean"; | 8604 static sampleCoverage_Callback_2(mthis, value, invert) native "WebGLRenderingC
ontext_sampleCoverage_Callback"; |
| 8583 | 8605 |
| 8584 static scissor_Callback_long_long_long_long(mthis, x, y, width, height) native
"WebGLRenderingContext_scissor_Callback_long_long_long_long"; | 8606 static scissor_Callback_4(mthis, x, y, width, height) native "WebGLRenderingCo
ntext_scissor_Callback"; |
| 8585 | 8607 |
| 8586 static shaderSource_Callback_WebGLShader_DOMString(mthis, shader, string) nati
ve "WebGLRenderingContext_shaderSource_Callback_WebGLShader_DOMString"; | 8608 static shaderSource_Callback_2(mthis, shader, string) native "WebGLRenderingCo
ntext_shaderSource_Callback"; |
| 8587 | 8609 |
| 8588 static stencilFunc_Callback_ul_long_ul(mthis, func, ref, mask) native "WebGLRe
nderingContext_stencilFunc_Callback_unsigned long_long_unsigned long"; | 8610 static stencilFunc_Callback_3(mthis, func, ref, mask) native "WebGLRenderingCo
ntext_stencilFunc_Callback"; |
| 8589 | 8611 |
| 8590 static stencilFuncSeparate_Callback_ul_ul_long_ul(mthis, face, func, ref, mask
) native "WebGLRenderingContext_stencilFuncSeparate_Callback_unsigned long_unsig
ned long_long_unsigned long"; | 8612 static stencilFuncSeparate_Callback_4(mthis, face, func, ref, mask) native "We
bGLRenderingContext_stencilFuncSeparate_Callback"; |
| 8591 | 8613 |
| 8592 static stencilMask_Callback_ul(mthis, mask) native "WebGLRenderingContext_sten
cilMask_Callback_unsigned long"; | 8614 static stencilMask_Callback_1(mthis, mask) native "WebGLRenderingContext_stenc
ilMask_Callback"; |
| 8593 | 8615 |
| 8594 static stencilMaskSeparate_Callback_ul_ul(mthis, face, mask) native "WebGLRend
eringContext_stencilMaskSeparate_Callback_unsigned long_unsigned long"; | 8616 static stencilMaskSeparate_Callback_2(mthis, face, mask) native "WebGLRenderin
gContext_stencilMaskSeparate_Callback"; |
| 8595 | 8617 |
| 8596 static stencilOp_Callback_ul_ul_ul(mthis, fail, zfail, zpass) native "WebGLRen
deringContext_stencilOp_Callback_unsigned long_unsigned long_unsigned long"; | 8618 static stencilOp_Callback_3(mthis, fail, zfail, zpass) native "WebGLRenderingC
ontext_stencilOp_Callback"; |
| 8597 | 8619 |
| 8598 static stencilOpSeparate_Callback_ul_ul_ul_ul(mthis, face, fail, zfail, zpass)
native "WebGLRenderingContext_stencilOpSeparate_Callback_unsigned long_unsigned
long_unsigned long_unsigned long"; | 8620 static stencilOpSeparate_Callback_4(mthis, face, fail, zfail, zpass) native "W
ebGLRenderingContext_stencilOpSeparate_Callback"; |
| 8599 | 8621 |
| 8600 static texImage2D_Callback_ul_long_ul_long_long_long_ul_ul_ArrayBufferView(mth
is, target, level, internalformat, format_OR_width, height_OR_type, border_OR_ca
nvas_OR_image_OR_pixels_OR_video, format, type, pixels) native "WebGLRenderingCo
ntext_texImage2D_Callback_unsigned long_long_unsigned long_long_long_long_unsign
ed long_unsigned long_ArrayBufferView"; | 8622 static texImage2D_Callback_9(mthis, target, level, internalformat, format_OR_w
idth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, type
, pixels) native "WebGLRenderingContext_texImage2D_Callback"; |
| 8601 | 8623 |
| 8602 static texImage2D_Callback_ul_long_ul_ul_ul_ImageData(mthis, target, level, in
ternalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixe
ls_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned long_lon
g_unsigned long_unsigned long_unsigned long_ImageData"; | 8624 static texImage2D_Callback_6(mthis, target, level, internalformat, format_OR_w
idth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebG
LRenderingContext_texImage2D_Callback"; |
| 8603 | 8625 |
| 8604 static texImage2D_Callback_ul_long_ul_ul_ul_HTMLImageElement(mthis, target, le
vel, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_
OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned l
ong_long_unsigned long_unsigned long_unsigned long_HTMLImageElement"; | 8626 static texParameterf_Callback_3(mthis, target, pname, param) native "WebGLRend
eringContext_texParameterf_Callback"; |
| 8605 | 8627 |
| 8606 static texImage2D_Callback_ul_long_ul_ul_ul_HTMLCanvasElement(mthis, target, l
evel, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image
_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned
long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasElement"; | 8628 static texParameteri_Callback_3(mthis, target, pname, param) native "WebGLRend
eringContext_texParameteri_Callback"; |
| 8607 | 8629 |
| 8608 static texImage2D_Callback_ul_long_ul_ul_ul_HTMLVideoElement(mthis, target, le
vel, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_
OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned l
ong_long_unsigned long_unsigned long_unsigned long_HTMLVideoElement"; | 8630 static texSubImage2D_Callback_9(mthis, target, level, xoffset, yoffset, format
_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, type, p
ixels) native "WebGLRenderingContext_texSubImage2D_Callback"; |
| 8609 | 8631 |
| 8610 static texParameterf_Callback_ul_ul_float(mthis, target, pname, param) native
"WebGLRenderingContext_texParameterf_Callback_unsigned long_unsigned long_float"
; | 8632 static texSubImage2D_Callback_7(mthis, target, level, xoffset, yoffset, format
_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native
"WebGLRenderingContext_texSubImage2D_Callback"; |
| 8611 | 8633 |
| 8612 static texParameteri_Callback_ul_ul_long(mthis, target, pname, param) native "
WebGLRenderingContext_texParameteri_Callback_unsigned long_unsigned long_long"; | 8634 static uniform1f_Callback_2(mthis, location, x) native "WebGLRenderingContext_
uniform1f_Callback"; |
| 8613 | 8635 |
| 8614 static texSubImage2D_Callback_ul_long_long_long_long_long_ul_ul_ArrayBufferVie
w(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canva
s_OR_format_OR_image_OR_pixels_OR_video, type, pixels) native "WebGLRenderingCon
text_texSubImage2D_Callback_unsigned long_long_long_long_long_long_unsigned long
_unsigned long_ArrayBufferView"; | 8636 static uniform1fv_Callback_2(mthis, location, v) native "WebGLRenderingContext
_uniform1fv_Callback"; |
| 8615 | 8637 |
| 8616 static texSubImage2D_Callback_ul_long_long_long_ul_ul_ImageData(mthis, target,
level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_i
mage_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_un
signed long_long_long_long_unsigned long_unsigned long_ImageData"; | 8638 static uniform1i_Callback_2(mthis, location, x) native "WebGLRenderingContext_
uniform1i_Callback"; |
| 8617 | 8639 |
| 8618 static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLImageElement(mthis,
target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_form
at_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Call
back_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement"; | 8640 static uniform1iv_Callback_2(mthis, location, v) native "WebGLRenderingContext
_uniform1iv_Callback"; |
| 8619 | 8641 |
| 8620 static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLCanvasElement(mthis,
target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_for
mat_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Cal
lback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasElement
"; | 8642 static uniform2f_Callback_3(mthis, location, x, y) native "WebGLRenderingConte
xt_uniform2f_Callback"; |
| 8621 | 8643 |
| 8622 static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLVideoElement(mthis,
target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_form
at_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Call
back_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement"; | 8644 static uniform2fv_Callback_2(mthis, location, v) native "WebGLRenderingContext
_uniform2fv_Callback"; |
| 8623 | 8645 |
| 8624 static uniform1f_Callback_WebGLUniformLocation_float(mthis, location, x) nativ
e "WebGLRenderingContext_uniform1f_Callback_WebGLUniformLocation_float"; | 8646 static uniform2i_Callback_3(mthis, location, x, y) native "WebGLRenderingConte
xt_uniform2i_Callback"; |
| 8625 | 8647 |
| 8626 static uniform1fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContext_uniform1fv_Callback"; | 8648 static uniform2iv_Callback_2(mthis, location, v) native "WebGLRenderingContext
_uniform2iv_Callback"; |
| 8627 | 8649 |
| 8628 static uniform1i_Callback_WebGLUniformLocation_long(mthis, location, x) native
"WebGLRenderingContext_uniform1i_Callback_WebGLUniformLocation_long"; | 8650 static uniform3f_Callback_4(mthis, location, x, y, z) native "WebGLRenderingCo
ntext_uniform3f_Callback"; |
| 8629 | 8651 |
| 8630 static uniform1iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContext_uniform1iv_Callback"; | 8652 static uniform3fv_Callback_2(mthis, location, v) native "WebGLRenderingContext
_uniform3fv_Callback"; |
| 8631 | 8653 |
| 8632 static uniform2f_Callback_WebGLUniformLocation_float_float(mthis, location, x,
y) native "WebGLRenderingContext_uniform2f_Callback_WebGLUniformLocation_float_
float"; | 8654 static uniform3i_Callback_4(mthis, location, x, y, z) native "WebGLRenderingCo
ntext_uniform3i_Callback"; |
| 8633 | 8655 |
| 8634 static uniform2fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContext_uniform2fv_Callback"; | 8656 static uniform3iv_Callback_2(mthis, location, v) native "WebGLRenderingContext
_uniform3iv_Callback"; |
| 8635 | 8657 |
| 8636 static uniform2i_Callback_WebGLUniformLocation_long_long(mthis, location, x, y
) native "WebGLRenderingContext_uniform2i_Callback_WebGLUniformLocation_long_lon
g"; | 8658 static uniform4f_Callback_5(mthis, location, x, y, z, w) native "WebGLRenderin
gContext_uniform4f_Callback"; |
| 8637 | 8659 |
| 8638 static uniform2iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContext_uniform2iv_Callback"; | 8660 static uniform4fv_Callback_2(mthis, location, v) native "WebGLRenderingContext
_uniform4fv_Callback"; |
| 8639 | 8661 |
| 8640 static uniform3f_Callback_WebGLUniformLocation_float_float_float(mthis, locati
on, x, y, z) native "WebGLRenderingContext_uniform3f_Callback_WebGLUniformLocati
on_float_float_float"; | 8662 static uniform4i_Callback_5(mthis, location, x, y, z, w) native "WebGLRenderin
gContext_uniform4i_Callback"; |
| 8641 | 8663 |
| 8642 static uniform3fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContext_uniform3fv_Callback"; | 8664 static uniform4iv_Callback_2(mthis, location, v) native "WebGLRenderingContext
_uniform4iv_Callback"; |
| 8643 | 8665 |
| 8644 static uniform3i_Callback_WebGLUniformLocation_long_long_long(mthis, location,
x, y, z) native "WebGLRenderingContext_uniform3i_Callback_WebGLUniformLocation_
long_long_long"; | 8666 static uniformMatrix2fv_Callback_3(mthis, location, transpose, array) native "
WebGLRenderingContext_uniformMatrix2fv_Callback"; |
| 8645 | 8667 |
| 8646 static uniform3iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContext_uniform3iv_Callback"; | 8668 static uniformMatrix3fv_Callback_3(mthis, location, transpose, array) native "
WebGLRenderingContext_uniformMatrix3fv_Callback"; |
| 8647 | 8669 |
| 8648 static uniform4f_Callback_WebGLUniformLocation_float_float_float_float(mthis,
location, x, y, z, w) native "WebGLRenderingContext_uniform4f_Callback_WebGLUnif
ormLocation_float_float_float_float"; | 8670 static uniformMatrix4fv_Callback_3(mthis, location, transpose, array) native "
WebGLRenderingContext_uniformMatrix4fv_Callback"; |
| 8649 | 8671 |
| 8650 static uniform4fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContext_uniform4fv_Callback"; | 8672 static useProgram_Callback_1(mthis, program) native "WebGLRenderingContext_use
Program_Callback"; |
| 8651 | 8673 |
| 8652 static uniform4i_Callback_WebGLUniformLocation_long_long_long_long(mthis, loca
tion, x, y, z, w) native "WebGLRenderingContext_uniform4i_Callback_WebGLUniformL
ocation_long_long_long_long"; | 8674 static validateProgram_Callback_1(mthis, program) native "WebGLRenderingContex
t_validateProgram_Callback"; |
| 8653 | 8675 |
| 8654 static uniform4iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContext_uniform4iv_Callback"; | 8676 static vertexAttrib1f_Callback_2(mthis, indx, x) native "WebGLRenderingContext
_vertexAttrib1f_Callback"; |
| 8655 | 8677 |
| 8656 static uniformMatrix2fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContext_uniformMatrix2fv_C
allback"; | 8678 static vertexAttrib1fv_Callback_2(mthis, indx, values) native "WebGLRenderingC
ontext_vertexAttrib1fv_Callback"; |
| 8657 | 8679 |
| 8658 static uniformMatrix3fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContext_uniformMatrix3fv_C
allback"; | 8680 static vertexAttrib2f_Callback_3(mthis, indx, x, y) native "WebGLRenderingCont
ext_vertexAttrib2f_Callback"; |
| 8659 | 8681 |
| 8660 static uniformMatrix4fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContext_uniformMatrix4fv_C
allback"; | 8682 static vertexAttrib2fv_Callback_2(mthis, indx, values) native "WebGLRenderingC
ontext_vertexAttrib2fv_Callback"; |
| 8661 | 8683 |
| 8662 static useProgram_Callback_WebGLProgram(mthis, program) native "WebGLRendering
Context_useProgram_Callback_WebGLProgram"; | 8684 static vertexAttrib3f_Callback_4(mthis, indx, x, y, z) native "WebGLRenderingC
ontext_vertexAttrib3f_Callback"; |
| 8663 | 8685 |
| 8664 static validateProgram_Callback_WebGLProgram(mthis, program) native "WebGLRend
eringContext_validateProgram_Callback_WebGLProgram"; | 8686 static vertexAttrib3fv_Callback_2(mthis, indx, values) native "WebGLRenderingC
ontext_vertexAttrib3fv_Callback"; |
| 8665 | 8687 |
| 8666 static vertexAttrib1f_Callback_ul_float(mthis, indx, x) native "WebGLRendering
Context_vertexAttrib1f_Callback_unsigned long_float"; | 8688 static vertexAttrib4f_Callback_5(mthis, indx, x, y, z, w) native "WebGLRenderi
ngContext_vertexAttrib4f_Callback"; |
| 8667 | 8689 |
| 8668 static vertexAttrib1fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContext_vertexAttrib1fv_Callback"; | 8690 static vertexAttrib4fv_Callback_2(mthis, indx, values) native "WebGLRenderingC
ontext_vertexAttrib4fv_Callback"; |
| 8669 | 8691 |
| 8670 static vertexAttrib2f_Callback_ul_float_float(mthis, indx, x, y) native "WebGL
RenderingContext_vertexAttrib2f_Callback_unsigned long_float_float"; | 8692 static vertexAttribPointer_Callback_6(mthis, indx, size, type, normalized, str
ide, offset) native "WebGLRenderingContext_vertexAttribPointer_Callback"; |
| 8671 | 8693 |
| 8672 static vertexAttrib2fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContext_vertexAttrib2fv_Callback"; | 8694 static viewport_Callback_4(mthis, x, y, width, height) native "WebGLRenderingC
ontext_viewport_Callback"; |
| 8673 | |
| 8674 static vertexAttrib3f_Callback_ul_float_float_float(mthis, indx, x, y, z) nati
ve "WebGLRenderingContext_vertexAttrib3f_Callback_unsigned long_float_float_floa
t"; | |
| 8675 | |
| 8676 static vertexAttrib3fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContext_vertexAttrib3fv_Callback"; | |
| 8677 | |
| 8678 static vertexAttrib4f_Callback_ul_float_float_float_float(mthis, indx, x, y, z
, w) native "WebGLRenderingContext_vertexAttrib4f_Callback_unsigned long_float_f
loat_float_float"; | |
| 8679 | |
| 8680 static vertexAttrib4fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContext_vertexAttrib4fv_Callback"; | |
| 8681 | |
| 8682 static vertexAttribPointer_Callback_ul_long_ul_boolean_long_ll(mthis, indx, si
ze, type, normalized, stride, offset) native "WebGLRenderingContext_vertexAttrib
Pointer_Callback_unsigned long_long_unsigned long_boolean_long_long long"; | |
| 8683 | |
| 8684 static viewport_Callback_long_long_long_long(mthis, x, y, width, height) nativ
e "WebGLRenderingContext_viewport_Callback_long_long_long_long"; | |
| 8685 } | 8695 } |
| 8686 | 8696 |
| 8687 class BlinkWebGLShader {} | 8697 class BlinkWebGLShader {} |
| 8688 | 8698 |
| 8689 class BlinkWebGLShaderPrecisionFormat { | 8699 class BlinkWebGLShaderPrecisionFormat { |
| 8690 static precision_Getter(mthis) native "WebGLShaderPrecisionFormat_precision_Ge
tter"; | 8700 static precision_Getter(mthis) native "WebGLShaderPrecisionFormat_precision_Ge
tter"; |
| 8691 | 8701 |
| 8692 static rangeMax_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMax_Gett
er"; | 8702 static rangeMax_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMax_Gett
er"; |
| 8693 | 8703 |
| 8694 static rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Gett
er"; | 8704 static rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Gett
er"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 8708 static elapsedTime_Getter(mthis) native "WebKitAnimationEvent_elapsedTime_Gett
er"; | 8718 static elapsedTime_Getter(mthis) native "WebKitAnimationEvent_elapsedTime_Gett
er"; |
| 8709 } | 8719 } |
| 8710 | 8720 |
| 8711 class BlinkWebKitCSSFilterRule { | 8721 class BlinkWebKitCSSFilterRule { |
| 8712 static style_Getter(mthis) native "WebKitCSSFilterRule_style_Getter"; | 8722 static style_Getter(mthis) native "WebKitCSSFilterRule_style_Getter"; |
| 8713 } | 8723 } |
| 8714 | 8724 |
| 8715 class BlinkWebKitCSSFilterValue {} | 8725 class BlinkWebKitCSSFilterValue {} |
| 8716 | 8726 |
| 8717 class BlinkWebKitCSSMatrix { | 8727 class BlinkWebKitCSSMatrix { |
| 8718 static constructorCallback_DOMString(cssValue) native "WebKitCSSMatrix_constru
ctorCallback_DOMString"; | 8728 static constructorCallback_1(cssValue) native "WebKitCSSMatrix_constructorCall
back"; |
| 8719 } | 8729 } |
| 8720 | 8730 |
| 8721 class BlinkWebKitCSSTransformValue {} | 8731 class BlinkWebKitCSSTransformValue {} |
| 8722 | 8732 |
| 8723 class BlinkWebKitPoint { | 8733 class BlinkWebKitPoint { |
| 8724 static constructorCallback_float_float(x, y) native "WebKitPoint_constructorCa
llback"; | 8734 static constructorCallback_2(x, y) native "WebKitPoint_constructorCallback"; |
| 8725 | 8735 |
| 8726 static x_Getter(mthis) native "WebKitPoint_x_Getter"; | 8736 static x_Getter(mthis) native "WebKitPoint_x_Getter"; |
| 8727 | 8737 |
| 8728 static x_Setter_float(mthis, value) native "WebKitPoint_x_Setter"; | 8738 static x_Setter(mthis, value) native "WebKitPoint_x_Setter"; |
| 8729 | 8739 |
| 8730 static y_Getter(mthis) native "WebKitPoint_y_Getter"; | 8740 static y_Getter(mthis) native "WebKitPoint_y_Getter"; |
| 8731 | 8741 |
| 8732 static y_Setter_float(mthis, value) native "WebKitPoint_y_Setter"; | 8742 static y_Setter(mthis, value) native "WebKitPoint_y_Setter"; |
| 8733 } | 8743 } |
| 8734 | 8744 |
| 8735 class BlinkWebSocket { | 8745 class BlinkWebSocket { |
| 8736 static constructorCallback_DOMString(url) native "WebSocket_constructorCallbac
k_DOMString"; | 8746 static constructorCallback_1(url) native "WebSocket_constructorCallback"; |
| 8737 | 8747 |
| 8738 static constructorCallback_DOMString_DOMString(url, protocol_OR_protocols) nat
ive "WebSocket_constructorCallback_DOMString_DOMString"; | 8748 static constructorCallback_2(url, protocol_OR_protocols) native "WebSocket_con
structorCallback"; |
| 8739 | |
| 8740 static constructorCallback_DOMString_SEQ_DOMString_SEQ(url, protocol_OR_protoc
ols) native "WebSocket_constructorCallback_DOMString_sequence<DOMString>"; | |
| 8741 | 8749 |
| 8742 static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter"; | 8750 static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter"; |
| 8743 | 8751 |
| 8744 static binaryType_Setter_DOMString(mthis, value) native "WebSocket_binaryType_
Setter"; | 8752 static binaryType_Setter(mthis, value) native "WebSocket_binaryType_Setter"; |
| 8745 | 8753 |
| 8746 static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter"; | 8754 static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter"; |
| 8747 | 8755 |
| 8748 static extensions_Getter(mthis) native "WebSocket_extensions_Getter"; | 8756 static extensions_Getter(mthis) native "WebSocket_extensions_Getter"; |
| 8749 | 8757 |
| 8750 static protocol_Getter(mthis) native "WebSocket_protocol_Getter"; | 8758 static protocol_Getter(mthis) native "WebSocket_protocol_Getter"; |
| 8751 | 8759 |
| 8752 static readyState_Getter(mthis) native "WebSocket_readyState_Getter"; | 8760 static readyState_Getter(mthis) native "WebSocket_readyState_Getter"; |
| 8753 | 8761 |
| 8754 static url_Getter(mthis) native "WebSocket_url_Getter"; | 8762 static url_Getter(mthis) native "WebSocket_url_Getter"; |
| 8755 | 8763 |
| 8756 static close_Callback_us_DOMString(mthis, code, reason) native "WebSocket_clos
e_Callback_unsigned short_DOMString"; | 8764 static close_Callback_2(mthis, code, reason) native "WebSocket_close_Callback"
; |
| 8757 | 8765 |
| 8758 static close_Callback_us(mthis, code) native "WebSocket_close_Callback_unsigne
d short"; | 8766 static close_Callback_1(mthis, code) native "WebSocket_close_Callback"; |
| 8759 | 8767 |
| 8760 static close_Callback(mthis) native "WebSocket_close_Callback"; | 8768 static close_Callback(mthis) native "WebSocket_close_Callback"; |
| 8761 | 8769 |
| 8762 static send_Callback_DOMString(mthis, data) native "WebSocket_send_Callback_DO
MString"; | 8770 static send_Callback_1(mthis, data) native "WebSocket_send_Callback"; |
| 8763 | |
| 8764 static send_Callback_Blob(mthis, data) native "WebSocket_send_Callback_Blob"; | |
| 8765 | |
| 8766 static send_Callback_ArrayBufferView(mthis, data) native "WebSocket_send_Callb
ack_ArrayBufferView"; | |
| 8767 | |
| 8768 static send_Callback_ArrayBuffer(mthis, data) native "WebSocket_send_Callback_
ArrayBuffer"; | |
| 8769 } | 8771 } |
| 8770 | 8772 |
| 8771 class BlinkWheelEvent { | 8773 class BlinkWheelEvent { |
| 8772 static constructorCallback(type, options) native "WheelEvent_constructorCallba
ck"; | 8774 static constructorCallback(type, options) native "WheelEvent_constructorCallba
ck"; |
| 8773 | 8775 |
| 8774 static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; | 8776 static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; |
| 8775 | 8777 |
| 8776 static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; | 8778 static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; |
| 8777 | 8779 |
| 8778 static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; | 8780 static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; |
| (...skipping 11 matching lines...) Expand all Loading... |
| 8790 static applicationCache_Getter(mthis) native "Window_applicationCache_Getter"; | 8792 static applicationCache_Getter(mthis) native "Window_applicationCache_Getter"; |
| 8791 | 8793 |
| 8792 static closed_Getter(mthis) native "Window_closed_Getter"; | 8794 static closed_Getter(mthis) native "Window_closed_Getter"; |
| 8793 | 8795 |
| 8794 static console_Getter(mthis) native "Window_console_Getter"; | 8796 static console_Getter(mthis) native "Window_console_Getter"; |
| 8795 | 8797 |
| 8796 static crypto_Getter(mthis) native "Window_crypto_Getter"; | 8798 static crypto_Getter(mthis) native "Window_crypto_Getter"; |
| 8797 | 8799 |
| 8798 static defaultStatus_Getter(mthis) native "Window_defaultStatus_Getter"; | 8800 static defaultStatus_Getter(mthis) native "Window_defaultStatus_Getter"; |
| 8799 | 8801 |
| 8800 static defaultStatus_Setter_DOMString(mthis, value) native "Window_defaultStat
us_Setter"; | 8802 static defaultStatus_Setter(mthis, value) native "Window_defaultStatus_Setter"
; |
| 8801 | 8803 |
| 8802 static defaultstatus_Getter(mthis) native "Window_defaultstatus_Getter"; | 8804 static defaultstatus_Getter(mthis) native "Window_defaultstatus_Getter"; |
| 8803 | 8805 |
| 8804 static defaultstatus_Setter_DOMString(mthis, value) native "Window_defaultstat
us_Setter"; | 8806 static defaultstatus_Setter(mthis, value) native "Window_defaultstatus_Setter"
; |
| 8805 | 8807 |
| 8806 static devicePixelRatio_Getter(mthis) native "Window_devicePixelRatio_Getter"; | 8808 static devicePixelRatio_Getter(mthis) native "Window_devicePixelRatio_Getter"; |
| 8807 | 8809 |
| 8808 static document_Getter(mthis) native "Window_document_Getter"; | 8810 static document_Getter(mthis) native "Window_document_Getter"; |
| 8809 | 8811 |
| 8810 static history_Getter(mthis) native "Window_history_Getter"; | 8812 static history_Getter(mthis) native "Window_history_Getter"; |
| 8811 | 8813 |
| 8812 static indexedDB_Getter(mthis) native "Window_indexedDB_Getter"; | 8814 static indexedDB_Getter(mthis) native "Window_indexedDB_Getter"; |
| 8813 | 8815 |
| 8814 static innerHeight_Getter(mthis) native "Window_innerHeight_Getter"; | 8816 static innerHeight_Getter(mthis) native "Window_innerHeight_Getter"; |
| 8815 | 8817 |
| 8816 static innerWidth_Getter(mthis) native "Window_innerWidth_Getter"; | 8818 static innerWidth_Getter(mthis) native "Window_innerWidth_Getter"; |
| 8817 | 8819 |
| 8818 static localStorage_Getter(mthis) native "Window_localStorage_Getter"; | 8820 static localStorage_Getter(mthis) native "Window_localStorage_Getter"; |
| 8819 | 8821 |
| 8820 static location_Getter(mthis) native "Window_location_Getter"; | 8822 static location_Getter(mthis) native "Window_location_Getter"; |
| 8821 | 8823 |
| 8822 static locationbar_Getter(mthis) native "Window_locationbar_Getter"; | 8824 static locationbar_Getter(mthis) native "Window_locationbar_Getter"; |
| 8823 | 8825 |
| 8824 static menubar_Getter(mthis) native "Window_menubar_Getter"; | 8826 static menubar_Getter(mthis) native "Window_menubar_Getter"; |
| 8825 | 8827 |
| 8826 static name_Getter(mthis) native "Window_name_Getter"; | 8828 static name_Getter(mthis) native "Window_name_Getter"; |
| 8827 | 8829 |
| 8828 static name_Setter_DOMString(mthis, value) native "Window_name_Setter"; | 8830 static name_Setter(mthis, value) native "Window_name_Setter"; |
| 8829 | 8831 |
| 8830 static navigator_Getter(mthis) native "Window_navigator_Getter"; | 8832 static navigator_Getter(mthis) native "Window_navigator_Getter"; |
| 8831 | 8833 |
| 8832 static offscreenBuffering_Getter(mthis) native "Window_offscreenBuffering_Gett
er"; | 8834 static offscreenBuffering_Getter(mthis) native "Window_offscreenBuffering_Gett
er"; |
| 8833 | 8835 |
| 8834 static opener_Getter(mthis) native "Window_opener_Getter"; | 8836 static opener_Getter(mthis) native "Window_opener_Getter"; |
| 8835 | 8837 |
| 8836 static opener_Setter_Window(mthis, value) native "Window_opener_Setter"; | 8838 static opener_Setter(mthis, value) native "Window_opener_Setter"; |
| 8837 | 8839 |
| 8838 static orientation_Getter(mthis) native "Window_orientation_Getter"; | 8840 static orientation_Getter(mthis) native "Window_orientation_Getter"; |
| 8839 | 8841 |
| 8840 static outerHeight_Getter(mthis) native "Window_outerHeight_Getter"; | 8842 static outerHeight_Getter(mthis) native "Window_outerHeight_Getter"; |
| 8841 | 8843 |
| 8842 static outerWidth_Getter(mthis) native "Window_outerWidth_Getter"; | 8844 static outerWidth_Getter(mthis) native "Window_outerWidth_Getter"; |
| 8843 | 8845 |
| 8844 static pageXOffset_Getter(mthis) native "Window_pageXOffset_Getter"; | 8846 static pageXOffset_Getter(mthis) native "Window_pageXOffset_Getter"; |
| 8845 | 8847 |
| 8846 static pageYOffset_Getter(mthis) native "Window_pageYOffset_Getter"; | 8848 static pageYOffset_Getter(mthis) native "Window_pageYOffset_Getter"; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 8866 static scrollbars_Getter(mthis) native "Window_scrollbars_Getter"; | 8868 static scrollbars_Getter(mthis) native "Window_scrollbars_Getter"; |
| 8867 | 8869 |
| 8868 static self_Getter(mthis) native "Window_self_Getter"; | 8870 static self_Getter(mthis) native "Window_self_Getter"; |
| 8869 | 8871 |
| 8870 static sessionStorage_Getter(mthis) native "Window_sessionStorage_Getter"; | 8872 static sessionStorage_Getter(mthis) native "Window_sessionStorage_Getter"; |
| 8871 | 8873 |
| 8872 static speechSynthesis_Getter(mthis) native "Window_speechSynthesis_Getter"; | 8874 static speechSynthesis_Getter(mthis) native "Window_speechSynthesis_Getter"; |
| 8873 | 8875 |
| 8874 static status_Getter(mthis) native "Window_status_Getter"; | 8876 static status_Getter(mthis) native "Window_status_Getter"; |
| 8875 | 8877 |
| 8876 static status_Setter_DOMString(mthis, value) native "Window_status_Setter"; | 8878 static status_Setter(mthis, value) native "Window_status_Setter"; |
| 8877 | 8879 |
| 8878 static statusbar_Getter(mthis) native "Window_statusbar_Getter"; | 8880 static statusbar_Getter(mthis) native "Window_statusbar_Getter"; |
| 8879 | 8881 |
| 8880 static styleMedia_Getter(mthis) native "Window_styleMedia_Getter"; | 8882 static styleMedia_Getter(mthis) native "Window_styleMedia_Getter"; |
| 8881 | 8883 |
| 8882 static toolbar_Getter(mthis) native "Window_toolbar_Getter"; | 8884 static toolbar_Getter(mthis) native "Window_toolbar_Getter"; |
| 8883 | 8885 |
| 8884 static top_Getter(mthis) native "Window_top_Getter"; | 8886 static top_Getter(mthis) native "Window_top_Getter"; |
| 8885 | 8887 |
| 8886 static window_Getter(mthis) native "Window_window_Getter"; | 8888 static window_Getter(mthis) native "Window_window_Getter"; |
| 8887 | 8889 |
| 8888 static $__getter___Callback_ul(mthis, index_OR_name) native "Window___getter__
_Callback_unsigned long"; | 8890 static $__getter___Callback_1(mthis, index_OR_name) native "Window___getter___
Callback"; |
| 8889 | 8891 |
| 8890 static $__getter___Callback_DOMString(mthis, index_OR_name) native "Window___g
etter___Callback"; | 8892 static alert_Callback_1(mthis, message) native "Window_alert_Callback"; |
| 8891 | |
| 8892 static alert_Callback_DOMString(mthis, message) native "Window_alert_Callback_
DOMString"; | |
| 8893 | 8893 |
| 8894 static alert_Callback(mthis) native "Window_alert_Callback"; | 8894 static alert_Callback(mthis) native "Window_alert_Callback"; |
| 8895 | 8895 |
| 8896 static cancelAnimationFrame_Callback_long(mthis, id) native "Window_cancelAnim
ationFrame_Callback_long"; | 8896 static cancelAnimationFrame_Callback_1(mthis, id) native "Window_cancelAnimati
onFrame_Callback"; |
| 8897 | 8897 |
| 8898 static close_Callback(mthis) native "Window_close_Callback"; | 8898 static close_Callback(mthis) native "Window_close_Callback"; |
| 8899 | 8899 |
| 8900 static confirm_Callback_DOMString(mthis, message) native "Window_confirm_Callb
ack_DOMString"; | 8900 static confirm_Callback_1(mthis, message) native "Window_confirm_Callback"; |
| 8901 | 8901 |
| 8902 static confirm_Callback(mthis) native "Window_confirm_Callback"; | 8902 static confirm_Callback(mthis) native "Window_confirm_Callback"; |
| 8903 | 8903 |
| 8904 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"; | 8904 static find_Callback_7(mthis, string, caseSensitive, backwards, wrap, wholeWor
d, searchInFrames, showDialog) native "Window_find_Callback"; |
| 8905 | 8905 |
| 8906 static getComputedStyle_Callback_Element_DOMString(mthis, element, pseudoEleme
nt) native "Window_getComputedStyle_Callback_Element_DOMString"; | 8906 static getComputedStyle_Callback_2(mthis, element, pseudoElement) native "Wind
ow_getComputedStyle_Callback"; |
| 8907 | 8907 |
| 8908 static getMatchedCSSRules_Callback_Element_DOMString(mthis, element, pseudoEle
ment) native "Window_getMatchedCSSRules_Callback_Element_DOMString"; | 8908 static getMatchedCSSRules_Callback_2(mthis, element, pseudoElement) native "Wi
ndow_getMatchedCSSRules_Callback"; |
| 8909 | 8909 |
| 8910 static getSelection_Callback(mthis) native "Window_getSelection_Callback"; | 8910 static getSelection_Callback(mthis) native "Window_getSelection_Callback"; |
| 8911 | 8911 |
| 8912 static matchMedia_Callback_DOMString(mthis, query) native "Window_matchMedia_C
allback_DOMString"; | 8912 static matchMedia_Callback_1(mthis, query) native "Window_matchMedia_Callback"
; |
| 8913 | 8913 |
| 8914 static moveBy_Callback_float_float(mthis, x, y) native "Window_moveBy_Callback
_float_float"; | 8914 static moveBy_Callback_2(mthis, x, y) native "Window_moveBy_Callback"; |
| 8915 | 8915 |
| 8916 static moveTo_Callback_float_float(mthis, x, y) native "Window_moveTo_Callback
_float_float"; | 8916 static moveTo_Callback_2(mthis, x, y) native "Window_moveTo_Callback"; |
| 8917 | 8917 |
| 8918 static open_Callback_DOMString_DOMString_DOMString(mthis, url, name, options)
native "Window_open_Callback"; | 8918 static open_Callback_3(mthis, url, name, options) native "Window_open_Callback
"; |
| 8919 | 8919 |
| 8920 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"; | 8920 static openDatabase_Callback_5(mthis, name, version, displayName, estimatedSiz
e, creationCallback) native "Window_openDatabase_Callback"; |
| 8921 | 8921 |
| 8922 static postMessage_Callback_SerializedScriptValue_DOMString_SEQ_MessagePort_SE
Q(mthis, message, targetOrigin, transfer) native "Window_postMessage_Callback"; | 8922 static openDatabase_Callback_4(mthis, name, version, displayName, estimatedSiz
e) native "Window_openDatabase_Callback"; |
| 8923 |
| 8924 static postMessage_Callback_3(mthis, message, targetOrigin, transfer) native "
Window_postMessage_Callback"; |
| 8923 | 8925 |
| 8924 static print_Callback(mthis) native "Window_print_Callback"; | 8926 static print_Callback(mthis) native "Window_print_Callback"; |
| 8925 | 8927 |
| 8926 static requestAnimationFrame_Callback_RequestAnimationFrameCallback(mthis, cal
lback) native "Window_requestAnimationFrame_Callback_RequestAnimationFrameCallba
ck"; | 8928 static requestAnimationFrame_Callback_1(mthis, callback) native "Window_reques
tAnimationFrame_Callback"; |
| 8927 | 8929 |
| 8928 static resizeBy_Callback_float_float(mthis, x, y) native "Window_resizeBy_Call
back_float_float"; | 8930 static resizeBy_Callback_2(mthis, x, y) native "Window_resizeBy_Callback"; |
| 8929 | 8931 |
| 8930 static resizeTo_Callback_float_float(mthis, width, height) native "Window_resi
zeTo_Callback_float_float"; | 8932 static resizeTo_Callback_2(mthis, width, height) native "Window_resizeTo_Callb
ack"; |
| 8931 | 8933 |
| 8932 static scroll_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native
"Window_scroll_Callback_long_long_Dictionary"; | 8934 static scroll_Callback_3(mthis, x, y, scrollOptions) native "Window_scroll_Cal
lback"; |
| 8933 | 8935 |
| 8934 static scrollBy_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) nati
ve "Window_scrollBy_Callback_long_long_Dictionary"; | 8936 static scroll_Callback_2(mthis, x, y) native "Window_scroll_Callback"; |
| 8935 | 8937 |
| 8936 static scrollTo_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) nati
ve "Window_scrollTo_Callback_long_long_Dictionary"; | 8938 static scrollBy_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollBy
_Callback"; |
| 8937 | 8939 |
| 8938 static showModalDialog_Callback_DOMString_ScriptValue_DOMString(mthis, url, di
alogArgs, featureArgs) native "Window_showModalDialog_Callback"; | 8940 static scrollBy_Callback_2(mthis, x, y) native "Window_scrollBy_Callback"; |
| 8941 |
| 8942 static scrollTo_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollTo
_Callback"; |
| 8943 |
| 8944 static scrollTo_Callback_2(mthis, x, y) native "Window_scrollTo_Callback"; |
| 8945 |
| 8946 static showModalDialog_Callback_3(mthis, url, dialogArgs, featureArgs) native
"Window_showModalDialog_Callback"; |
| 8939 | 8947 |
| 8940 static stop_Callback(mthis) native "Window_stop_Callback"; | 8948 static stop_Callback(mthis) native "Window_stop_Callback"; |
| 8941 | 8949 |
| 8942 static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback
(mthis, type, size, successCallback, errorCallback) native "Window_webkitRequest
FileSystem_Callback_unsigned short_long long_FileSystemCallback_ErrorCallback"; | 8950 static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback,
errorCallback) native "Window_webkitRequestFileSystem_Callback"; |
| 8943 | 8951 |
| 8944 static webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorC
allback(mthis, url, successCallback, errorCallback) native "Window_webkitResolve
LocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback"; | 8952 static webkitRequestFileSystem_Callback_3(mthis, type, size, successCallback)
native "Window_webkitRequestFileSystem_Callback"; |
| 8945 | 8953 |
| 8946 static atob_Callback_DOMString(mthis, string) native "Window_atob_Callback_DOM
String"; | 8954 static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback,
errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback"; |
| 8947 | 8955 |
| 8948 static btoa_Callback_DOMString(mthis, string) native "Window_btoa_Callback_DOM
String"; | 8956 static webkitResolveLocalFileSystemURL_Callback_2(mthis, url, successCallback)
native "Window_webkitResolveLocalFileSystemURL_Callback"; |
| 8949 | 8957 |
| 8950 static clearInterval_Callback_long(mthis, handle) native "Window_clearInterval
_Callback_long"; | 8958 static atob_Callback_1(mthis, string) native "Window_atob_Callback"; |
| 8951 | 8959 |
| 8952 static clearTimeout_Callback_long(mthis, handle) native "Window_clearTimeout_C
allback_long"; | 8960 static btoa_Callback_1(mthis, string) native "Window_btoa_Callback"; |
| 8953 | 8961 |
| 8954 static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "
Window_setInterval_Callback"; | 8962 static clearInterval_Callback_1(mthis, handle) native "Window_clearInterval_Ca
llback"; |
| 8955 | 8963 |
| 8956 static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "W
indow_setTimeout_Callback"; | 8964 static clearTimeout_Callback_1(mthis, handle) native "Window_clearTimeout_Call
back"; |
| 8965 |
| 8966 static setInterval_Callback_2(mthis, handler, timeout) native "Window_setInter
val_Callback"; |
| 8967 |
| 8968 static setTimeout_Callback_2(mthis, handler, timeout) native "Window_setTimeou
t_Callback"; |
| 8957 } | 8969 } |
| 8958 | 8970 |
| 8959 class BlinkWorker { | 8971 class BlinkWorker { |
| 8960 static constructorCallback_DOMString(scriptUrl) native "Worker_constructorCall
back_DOMString"; | 8972 static constructorCallback_1(scriptUrl) native "Worker_constructorCallback"; |
| 8961 | 8973 |
| 8962 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m
essage, transfer) native "Worker_postMessage_Callback"; | 8974 static postMessage_Callback_2(mthis, message, transfer) native "Worker_postMes
sage_Callback"; |
| 8963 | 8975 |
| 8964 static terminate_Callback(mthis) native "Worker_terminate_Callback"; | 8976 static terminate_Callback(mthis) native "Worker_terminate_Callback"; |
| 8965 } | 8977 } |
| 8966 | 8978 |
| 8967 class BlinkWorkerConsole {} | 8979 class BlinkWorkerConsole {} |
| 8968 | 8980 |
| 8969 class BlinkWorkerLocation {} | 8981 class BlinkWorkerLocation {} |
| 8970 | 8982 |
| 8971 class BlinkWorkerNavigator {} | 8983 class BlinkWorkerNavigator {} |
| 8972 | 8984 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 8984 static constructorCallback() native "XMLHttpRequest_constructorCallback"; | 8996 static constructorCallback() native "XMLHttpRequest_constructorCallback"; |
| 8985 | 8997 |
| 8986 static readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter"; | 8998 static readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter"; |
| 8987 | 8999 |
| 8988 static response_Getter(mthis) native "XMLHttpRequest_response_Getter"; | 9000 static response_Getter(mthis) native "XMLHttpRequest_response_Getter"; |
| 8989 | 9001 |
| 8990 static responseText_Getter(mthis) native "XMLHttpRequest_responseText_Getter"; | 9002 static responseText_Getter(mthis) native "XMLHttpRequest_responseText_Getter"; |
| 8991 | 9003 |
| 8992 static responseType_Getter(mthis) native "XMLHttpRequest_responseType_Getter"; | 9004 static responseType_Getter(mthis) native "XMLHttpRequest_responseType_Getter"; |
| 8993 | 9005 |
| 8994 static responseType_Setter_DOMString(mthis, value) native "XMLHttpRequest_resp
onseType_Setter"; | 9006 static responseType_Setter(mthis, value) native "XMLHttpRequest_responseType_S
etter"; |
| 8995 | 9007 |
| 8996 static responseURL_Getter(mthis) native "XMLHttpRequest_responseURL_Getter"; | 9008 static responseURL_Getter(mthis) native "XMLHttpRequest_responseURL_Getter"; |
| 8997 | 9009 |
| 8998 static responseXML_Getter(mthis) native "XMLHttpRequest_responseXML_Getter"; | 9010 static responseXML_Getter(mthis) native "XMLHttpRequest_responseXML_Getter"; |
| 8999 | 9011 |
| 9000 static status_Getter(mthis) native "XMLHttpRequest_status_Getter"; | 9012 static status_Getter(mthis) native "XMLHttpRequest_status_Getter"; |
| 9001 | 9013 |
| 9002 static statusText_Getter(mthis) native "XMLHttpRequest_statusText_Getter"; | 9014 static statusText_Getter(mthis) native "XMLHttpRequest_statusText_Getter"; |
| 9003 | 9015 |
| 9004 static timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter"; | 9016 static timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter"; |
| 9005 | 9017 |
| 9006 static timeout_Setter_ul(mthis, value) native "XMLHttpRequest_timeout_Setter"; | 9018 static timeout_Setter(mthis, value) native "XMLHttpRequest_timeout_Setter"; |
| 9007 | 9019 |
| 9008 static upload_Getter(mthis) native "XMLHttpRequest_upload_Getter"; | 9020 static upload_Getter(mthis) native "XMLHttpRequest_upload_Getter"; |
| 9009 | 9021 |
| 9010 static withCredentials_Getter(mthis) native "XMLHttpRequest_withCredentials_Ge
tter"; | 9022 static withCredentials_Getter(mthis) native "XMLHttpRequest_withCredentials_Ge
tter"; |
| 9011 | 9023 |
| 9012 static withCredentials_Setter_boolean(mthis, value) native "XMLHttpRequest_wit
hCredentials_Setter"; | 9024 static withCredentials_Setter(mthis, value) native "XMLHttpRequest_withCredent
ials_Setter"; |
| 9013 | 9025 |
| 9014 static abort_Callback(mthis) native "XMLHttpRequest_abort_Callback"; | 9026 static abort_Callback(mthis) native "XMLHttpRequest_abort_Callback"; |
| 9015 | 9027 |
| 9016 static getAllResponseHeaders_Callback(mthis) native "XMLHttpRequest_getAllResp
onseHeaders_Callback"; | 9028 static getAllResponseHeaders_Callback(mthis) native "XMLHttpRequest_getAllResp
onseHeaders_Callback"; |
| 9017 | 9029 |
| 9018 static getResponseHeader_Callback_DOMString(mthis, header) native "XMLHttpRequ
est_getResponseHeader_Callback_DOMString"; | 9030 static getResponseHeader_Callback_1(mthis, header) native "XMLHttpRequest_getR
esponseHeader_Callback"; |
| 9019 | 9031 |
| 9020 static open_Callback_DOMString_DOMString_boolean_DOMString_DOMString(mthis, me
thod, url, async, user, password) native "XMLHttpRequest_open_Callback"; | 9032 static open_Callback_5(mthis, method, url, async, user, password) native "XMLH
ttpRequest_open_Callback"; |
| 9021 | 9033 |
| 9022 static overrideMimeType_Callback_DOMString(mthis, override) native "XMLHttpReq
uest_overrideMimeType_Callback_DOMString"; | 9034 static overrideMimeType_Callback_1(mthis, override) native "XMLHttpRequest_ove
rrideMimeType_Callback"; |
| 9023 | 9035 |
| 9024 static send_Callback(mthis, data) native "XMLHttpRequest_send_Callback"; | 9036 static send_Callback_1(mthis, data) native "XMLHttpRequest_send_Callback"; |
| 9025 | 9037 |
| 9026 static setRequestHeader_Callback_DOMString_DOMString(mthis, header, value) nat
ive "XMLHttpRequest_setRequestHeader_Callback_DOMString_DOMString"; | 9038 static setRequestHeader_Callback_2(mthis, header, value) native "XMLHttpReques
t_setRequestHeader_Callback"; |
| 9027 } | 9039 } |
| 9028 | 9040 |
| 9029 class BlinkXMLHttpRequestProgressEvent {} | 9041 class BlinkXMLHttpRequestProgressEvent {} |
| 9030 | 9042 |
| 9031 class BlinkXMLHttpRequestUpload {} | 9043 class BlinkXMLHttpRequestUpload {} |
| 9032 | 9044 |
| 9033 class BlinkXMLSerializer { | 9045 class BlinkXMLSerializer { |
| 9034 static constructorCallback() native "XMLSerializer_constructorCallback"; | 9046 static constructorCallback() native "XMLSerializer_constructorCallback"; |
| 9035 | 9047 |
| 9036 static serializeToString_Callback_Node(mthis, node) native "XMLSerializer_seri
alizeToString_Callback_Node"; | 9048 static serializeToString_Callback_1(mthis, node) native "XMLSerializer_seriali
zeToString_Callback"; |
| 9037 } | 9049 } |
| 9038 | 9050 |
| 9039 class BlinkXPathEvaluator { | 9051 class BlinkXPathEvaluator { |
| 9040 static constructorCallback() native "XPathEvaluator_constructorCallback"; | 9052 static constructorCallback() native "XPathEvaluator_constructorCallback"; |
| 9041 | 9053 |
| 9042 static createExpression_Callback_DOMString_XPathNSResolver(mthis, expression,
resolver) native "XPathEvaluator_createExpression_Callback_DOMString_XPathNSReso
lver"; | 9054 static createExpression_Callback_2(mthis, expression, resolver) native "XPathE
valuator_createExpression_Callback"; |
| 9043 | 9055 |
| 9044 static createNSResolver_Callback_Node(mthis, nodeResolver) native "XPathEvalua
tor_createNSResolver_Callback_Node"; | 9056 static createNSResolver_Callback_1(mthis, nodeResolver) native "XPathEvaluator
_createNSResolver_Callback"; |
| 9045 | 9057 |
| 9046 static evaluate_Callback_DOMString_Node_XPathNSResolver_us_XPathResult(mthis,
expression, contextNode, resolver, type, inResult) native "XPathEvaluator_evalua
te_Callback_DOMString_Node_XPathNSResolver_unsigned short_XPathResult"; | 9058 static evaluate_Callback_5(mthis, expression, contextNode, resolver, type, inR
esult) native "XPathEvaluator_evaluate_Callback"; |
| 9047 } | 9059 } |
| 9048 | 9060 |
| 9049 class BlinkXPathExpression { | 9061 class BlinkXPathExpression { |
| 9050 static evaluate_Callback_Node_us_XPathResult(mthis, contextNode, type, inResul
t) native "XPathExpression_evaluate_Callback_Node_unsigned short_XPathResult"; | 9062 static evaluate_Callback_3(mthis, contextNode, type, inResult) native "XPathEx
pression_evaluate_Callback"; |
| 9051 } | 9063 } |
| 9052 | 9064 |
| 9053 class BlinkXPathNSResolver { | 9065 class BlinkXPathNSResolver { |
| 9054 static lookupNamespaceURI_Callback_DOMString(mthis, prefix) native "XPathNSRes
olver_lookupNamespaceURI_Callback_DOMString"; | 9066 static lookupNamespaceURI_Callback_1(mthis, prefix) native "XPathNSResolver_lo
okupNamespaceURI_Callback"; |
| 9055 } | 9067 } |
| 9056 | 9068 |
| 9057 class BlinkXPathResult { | 9069 class BlinkXPathResult { |
| 9058 static booleanValue_Getter(mthis) native "XPathResult_booleanValue_Getter"; | 9070 static booleanValue_Getter(mthis) native "XPathResult_booleanValue_Getter"; |
| 9059 | 9071 |
| 9060 static invalidIteratorState_Getter(mthis) native "XPathResult_invalidIteratorS
tate_Getter"; | 9072 static invalidIteratorState_Getter(mthis) native "XPathResult_invalidIteratorS
tate_Getter"; |
| 9061 | 9073 |
| 9062 static numberValue_Getter(mthis) native "XPathResult_numberValue_Getter"; | 9074 static numberValue_Getter(mthis) native "XPathResult_numberValue_Getter"; |
| 9063 | 9075 |
| 9064 static resultType_Getter(mthis) native "XPathResult_resultType_Getter"; | 9076 static resultType_Getter(mthis) native "XPathResult_resultType_Getter"; |
| 9065 | 9077 |
| 9066 static singleNodeValue_Getter(mthis) native "XPathResult_singleNodeValue_Gette
r"; | 9078 static singleNodeValue_Getter(mthis) native "XPathResult_singleNodeValue_Gette
r"; |
| 9067 | 9079 |
| 9068 static snapshotLength_Getter(mthis) native "XPathResult_snapshotLength_Getter"
; | 9080 static snapshotLength_Getter(mthis) native "XPathResult_snapshotLength_Getter"
; |
| 9069 | 9081 |
| 9070 static stringValue_Getter(mthis) native "XPathResult_stringValue_Getter"; | 9082 static stringValue_Getter(mthis) native "XPathResult_stringValue_Getter"; |
| 9071 | 9083 |
| 9072 static iterateNext_Callback(mthis) native "XPathResult_iterateNext_Callback"; | 9084 static iterateNext_Callback(mthis) native "XPathResult_iterateNext_Callback"; |
| 9073 | 9085 |
| 9074 static snapshotItem_Callback_ul(mthis, index) native "XPathResult_snapshotItem
_Callback_unsigned long"; | 9086 static snapshotItem_Callback_1(mthis, index) native "XPathResult_snapshotItem_
Callback"; |
| 9075 } | 9087 } |
| 9076 | 9088 |
| 9077 class BlinkXSLTProcessor { | 9089 class BlinkXSLTProcessor { |
| 9078 static constructorCallback() native "XSLTProcessor_constructorCallback"; | 9090 static constructorCallback() native "XSLTProcessor_constructorCallback"; |
| 9079 | 9091 |
| 9080 static clearParameters_Callback(mthis) native "XSLTProcessor_clearParameters_C
allback"; | 9092 static clearParameters_Callback(mthis) native "XSLTProcessor_clearParameters_C
allback"; |
| 9081 | 9093 |
| 9082 static getParameter_Callback_DOMString_DOMString(mthis, namespaceURI, localNam
e) native "XSLTProcessor_getParameter_Callback"; | 9094 static getParameter_Callback_2(mthis, namespaceURI, localName) native "XSLTPro
cessor_getParameter_Callback"; |
| 9083 | 9095 |
| 9084 static importStylesheet_Callback_Node(mthis, stylesheet) native "XSLTProcessor
_importStylesheet_Callback_Node"; | 9096 static importStylesheet_Callback_1(mthis, stylesheet) native "XSLTProcessor_im
portStylesheet_Callback"; |
| 9085 | 9097 |
| 9086 static removeParameter_Callback_DOMString_DOMString(mthis, namespaceURI, local
Name) native "XSLTProcessor_removeParameter_Callback"; | 9098 static removeParameter_Callback_2(mthis, namespaceURI, localName) native "XSLT
Processor_removeParameter_Callback"; |
| 9087 | 9099 |
| 9088 static reset_Callback(mthis) native "XSLTProcessor_reset_Callback"; | 9100 static reset_Callback(mthis) native "XSLTProcessor_reset_Callback"; |
| 9089 | 9101 |
| 9090 static setParameter_Callback_DOMString_DOMString_DOMString(mthis, namespaceURI
, localName, value) native "XSLTProcessor_setParameter_Callback"; | 9102 static setParameter_Callback_3(mthis, namespaceURI, localName, value) native "
XSLTProcessor_setParameter_Callback"; |
| 9091 | 9103 |
| 9092 static transformToDocument_Callback_Node(mthis, source) native "XSLTProcessor_
transformToDocument_Callback_Node"; | 9104 static transformToDocument_Callback_1(mthis, source) native "XSLTProcessor_tra
nsformToDocument_Callback"; |
| 9093 | 9105 |
| 9094 static transformToFragment_Callback_Node_Document(mthis, source, docVal) nativ
e "XSLTProcessor_transformToFragment_Callback_Node_Document"; | 9106 static transformToFragment_Callback_2(mthis, source, docVal) native "XSLTProce
ssor_transformToFragment_Callback"; |
| 9095 } | 9107 } |
| 9096 | 9108 |
| 9097 | 9109 |
| 9098 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 9110 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 9099 // for details. All rights reserved. Use of this source code is governed by a | 9111 // for details. All rights reserved. Use of this source code is governed by a |
| 9100 // BSD-style license that can be found in the LICENSE file. | 9112 // BSD-style license that can be found in the LICENSE file. |
| 9101 | 9113 |
| 9102 | 9114 |
| 9103 // _Utils native entry points | 9115 // _Utils native entry points |
| 9104 class Blink_Utils { | 9116 class Blink_Utils { |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9155 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; | 9167 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; |
| 9156 | 9168 |
| 9157 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; | 9169 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; |
| 9158 | 9170 |
| 9159 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; | 9171 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; |
| 9160 | 9172 |
| 9161 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; | 9173 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; |
| 9162 | 9174 |
| 9163 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; | 9175 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; |
| 9164 } | 9176 } |
| OLD | NEW |