| OLD | NEW |
| 1 /** | 1 /** |
| 2 * This library provides entry points to the native Blink code which backs | 2 * This library provides entry points to the native Blink code which backs |
| 3 * up the dart:html library. | 3 * up the dart:html library. |
| 4 */ | 4 */ |
| 5 library dart.dom._blink; | 5 library dart.dom._blink; |
| 6 | 6 |
| 7 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 7 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 8 // for details. All rights reserved. Use of this source code is governed by a | 8 // for details. All rights reserved. Use of this source code is governed by a |
| 9 // BSD-style license that can be found in the LICENSE file. | 9 // BSD-style license that can be found in the LICENSE file. |
| 10 | 10 |
| 11 // DO NOT EDIT | 11 // DO NOT EDIT |
| 12 // Auto-generated dart:_blink library. | 12 // Auto-generated dart:_blink library. |
| 13 | 13 |
| 14 | 14 |
| 15 | 15 |
| 16 | 16 |
| 17 class BlinkANGLEInstancedArrays { | 17 class BlinkANGLEInstancedArrays { |
| 18 static drawArraysInstancedANGLE_Callback_ul_long_long_long(mthis, mode, first,
count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callbac
k_unsigned long_long_long_long"; | 18 static drawArraysInstancedANGLE_Callback_ul_long_long_long(mthis, mode, first,
count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callbac
k_unsigned long_long_long_long"; |
| 19 | 19 |
| 20 static drawElementsInstancedANGLE_Callback_ul_long_ul_ll_long(mthis, mode, cou
nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA
NGLE_Callback_unsigned long_long_unsigned long_long long_long"; | 20 static drawElementsInstancedANGLE_Callback_ul_long_ul_ll_long(mthis, mode, cou
nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA
NGLE_Callback_unsigned long_long_unsigned long_long long_long"; |
| 21 | 21 |
| 22 static vertexAttribDivisorANGLE_Callback_ul_long(mthis, index, divisor) native
"ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_unsigned long_long"; | 22 static vertexAttribDivisorANGLE_Callback_ul_long(mthis, index, divisor) native
"ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_unsigned long_long"; |
| 23 } | 23 } |
| 24 | 24 |
| 25 class BlinkAbstractWorker {} | 25 class BlinkAbstractWorker {} |
| 26 | 26 |
| 27 class BlinkAlgorithm { | 27 class BlinkKeyAlgorithm { |
| 28 static name_Getter(mthis) native "KeyAlgorithm_name_Getter"; | 28 static name_Getter(mthis) native "KeyAlgorithm_name_Getter"; |
| 29 } | 29 } |
| 30 | 30 |
| 31 class BlinkAesKeyAlgorithm { |
| 32 static length_Getter(mthis) native "AesKeyAlgorithm_length_Getter"; |
| 33 } |
| 34 |
| 31 class BlinkEventTarget { | 35 class BlinkEventTarget { |
| 32 static addEventListener_Callback_DOMString_EventListener_boolean(mthis, type,
listener, useCapture) native "EventTarget_addEventListener_Callback_DOMString_Ev
entListener_boolean"; | 36 static addEventListener_Callback_DOMString_EventListener_boolean(mthis, type,
listener, useCapture) native "EventTarget_addEventListener_Callback_DOMString_Ev
entListener_boolean"; |
| 33 | 37 |
| 38 static addEventListener_Callback_DOMString(mthis, type) native "EventTarget_ad
dEventListener_Callback_DOMString"; |
| 39 |
| 40 static addEventListener_Callback(mthis) native "EventTarget_addEventListener_C
allback"; |
| 41 |
| 34 static dispatchEvent_Callback_Event(mthis, event) native "EventTarget_dispatch
Event_Callback_Event"; | 42 static dispatchEvent_Callback_Event(mthis, event) native "EventTarget_dispatch
Event_Callback_Event"; |
| 35 | 43 |
| 36 static removeEventListener_Callback_DOMString_EventListener_boolean(mthis, typ
e, listener, useCapture) native "EventTarget_removeEventListener_Callback_DOMStr
ing_EventListener_boolean"; | 44 static removeEventListener_Callback_DOMString_EventListener_boolean(mthis, typ
e, listener, useCapture) native "EventTarget_removeEventListener_Callback_DOMStr
ing_EventListener_boolean"; |
| 45 |
| 46 static removeEventListener_Callback_DOMString(mthis, type) native "EventTarget
_removeEventListener_Callback_DOMString"; |
| 47 |
| 48 static removeEventListener_Callback(mthis) native "EventTarget_removeEventList
ener_Callback"; |
| 37 } | 49 } |
| 38 | 50 |
| 39 class BlinkAudioNode { | 51 class BlinkAudioNode { |
| 40 static channelCount_Getter(mthis) native "AudioNode_channelCount_Getter"; | 52 static channelCount_Getter(mthis) native "AudioNode_channelCount_Getter"; |
| 41 | 53 |
| 42 static channelCount_Setter_ul(mthis, value) native "AudioNode_channelCount_Set
ter"; | 54 static channelCount_Setter_ul(mthis, value) native "AudioNode_channelCount_Set
ter"; |
| 43 | 55 |
| 44 static channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Gette
r"; | 56 static channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Gette
r"; |
| 45 | 57 |
| 46 static channelCountMode_Setter_DOMString(mthis, value) native "AudioNode_chann
elCountMode_Setter"; | 58 static channelCountMode_Setter_DOMString(mthis, value) native "AudioNode_chann
elCountMode_Setter"; |
| (...skipping 17 matching lines...) Expand all Loading... |
| 64 | 76 |
| 65 class BlinkAnalyserNode { | 77 class BlinkAnalyserNode { |
| 66 static fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter"; | 78 static fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter"; |
| 67 | 79 |
| 68 static fftSize_Setter_ul(mthis, value) native "AnalyserNode_fftSize_Setter"; | 80 static fftSize_Setter_ul(mthis, value) native "AnalyserNode_fftSize_Setter"; |
| 69 | 81 |
| 70 static frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount_
Getter"; | 82 static frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount_
Getter"; |
| 71 | 83 |
| 72 static maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter"; | 84 static maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter"; |
| 73 | 85 |
| 74 static maxDecibels_Setter_float(mthis, value) native "AnalyserNode_maxDecibels
_Setter"; | 86 static maxDecibels_Setter_double(mthis, value) native "AnalyserNode_maxDecibel
s_Setter"; |
| 75 | 87 |
| 76 static minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_Getter"; | 88 static minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_Getter"; |
| 77 | 89 |
| 78 static minDecibels_Setter_float(mthis, value) native "AnalyserNode_minDecibels
_Setter"; | 90 static minDecibels_Setter_double(mthis, value) native "AnalyserNode_minDecibel
s_Setter"; |
| 79 | 91 |
| 80 static smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smoothingTimeC
onstant_Getter"; | 92 static smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smoothingTimeC
onstant_Getter"; |
| 81 | 93 |
| 82 static smoothingTimeConstant_Setter_float(mthis, value) native "AnalyserNode_s
moothingTimeConstant_Setter"; | 94 static smoothingTimeConstant_Setter_double(mthis, value) native "AnalyserNode_
smoothingTimeConstant_Setter"; |
| 83 | 95 |
| 84 static getByteFrequencyData_Callback_Uint8Array(mthis, array) native "Analyser
Node_getByteFrequencyData_Callback_Uint8Array"; | 96 static getByteFrequencyData_Callback_Uint8Array(mthis, array) native "Analyser
Node_getByteFrequencyData_Callback_Uint8Array"; |
| 85 | 97 |
| 86 static getByteTimeDomainData_Callback_Uint8Array(mthis, array) native "Analyse
rNode_getByteTimeDomainData_Callback_Uint8Array"; | 98 static getByteTimeDomainData_Callback_Uint8Array(mthis, array) native "Analyse
rNode_getByteTimeDomainData_Callback_Uint8Array"; |
| 87 | 99 |
| 88 static getFloatFrequencyData_Callback_Float32Array(mthis, array) native "Analy
serNode_getFloatFrequencyData_Callback_Float32Array"; | 100 static getFloatFrequencyData_Callback_Float32Array(mthis, array) native "Analy
serNode_getFloatFrequencyData_Callback_Float32Array"; |
| 101 |
| 102 static getFloatTimeDomainData_Callback_Float32Array(mthis, array) native "Anal
yserNode_getFloatTimeDomainData_Callback_Float32Array"; |
| 89 } | 103 } |
| 90 | 104 |
| 91 class BlinkTimedItem { | 105 class BlinkAnimationNode { |
| 92 static activeDuration_Getter(mthis) native "TimedItem_activeDuration_Getter"; | 106 static activeDuration_Getter(mthis) native "AnimationNode_activeDuration_Gette
r"; |
| 93 | 107 |
| 94 static currentIteration_Getter(mthis) native "TimedItem_currentIteration_Gette
r"; | 108 static currentIteration_Getter(mthis) native "AnimationNode_currentIteration_G
etter"; |
| 95 | 109 |
| 96 static duration_Getter(mthis) native "TimedItem_duration_Getter"; | 110 static duration_Getter(mthis) native "AnimationNode_duration_Getter"; |
| 97 | 111 |
| 98 static endTime_Getter(mthis) native "TimedItem_endTime_Getter"; | 112 static endTime_Getter(mthis) native "AnimationNode_endTime_Getter"; |
| 99 | 113 |
| 100 static localTime_Getter(mthis) native "TimedItem_localTime_Getter"; | 114 static localTime_Getter(mthis) native "AnimationNode_localTime_Getter"; |
| 101 | 115 |
| 102 static player_Getter(mthis) native "TimedItem_player_Getter"; | 116 static player_Getter(mthis) native "AnimationNode_player_Getter"; |
| 103 | 117 |
| 104 static startTime_Getter(mthis) native "TimedItem_startTime_Getter"; | 118 static startTime_Getter(mthis) native "AnimationNode_startTime_Getter"; |
| 119 |
| 120 static timing_Getter(mthis) native "AnimationNode_timing_Getter"; |
| 105 } | 121 } |
| 106 | 122 |
| 107 class BlinkAnimation { | 123 class BlinkAnimation { |
| 108 static constructorCallback_Element_SEQ_Dictionary_SEQ_Dictionary(target, keyfr
ames, timingInput) native "Animation_constructorCallback_Element_sequence<Dictio
nary>_Dictionary"; | 124 static constructorCallback_Element_SEQ_Dictionary_SEQ(target, keyframes) nativ
e "Animation_constructorCallback_Element_sequence<Dictionary>"; |
| 109 | 125 |
| 110 static constructorCallback_Element_SEQ_Dictionary_SEQ_double(target, keyframes
, timingInput) native "Animation_constructorCallback_Element_sequence<Dictionary
>_double"; | 126 static constructorCallback_Element_SEQ_Dictionary_SEQ_double(target, keyframes
, timingInput) native "Animation_constructorCallback_Element_sequence<Dictionary
>_double"; |
| 111 | 127 |
| 112 static constructorCallback_Element_SEQ_Dictionary_SEQ(target, keyframes) nativ
e "Animation_constructorCallback_Element_sequence<Dictionary>"; | 128 static constructorCallback_Element_SEQ_Dictionary_SEQ_Dictionary(target, keyfr
ames, timingInput) native "Animation_constructorCallback_Element_sequence<Dictio
nary>_Dictionary"; |
| 129 } |
| 130 |
| 131 class BlinkAnimationEffect {} |
| 132 |
| 133 class BlinkAnimationPlayer { |
| 134 static currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter"; |
| 135 |
| 136 static currentTime_Setter_double(mthis, value) native "AnimationPlayer_current
Time_Setter"; |
| 137 |
| 138 static finished_Getter(mthis) native "AnimationPlayer_finished_Getter"; |
| 139 |
| 140 static paused_Getter(mthis) native "AnimationPlayer_paused_Getter"; |
| 141 |
| 142 static playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter"
; |
| 143 |
| 144 static playbackRate_Setter_double(mthis, value) native "AnimationPlayer_playba
ckRate_Setter"; |
| 145 |
| 146 static source_Getter(mthis) native "AnimationPlayer_source_Getter"; |
| 147 |
| 148 static source_Setter_AnimationNode(mthis, value) native "AnimationPlayer_sourc
e_Setter"; |
| 149 |
| 150 static startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter"; |
| 151 |
| 152 static startTime_Setter_double(mthis, value) native "AnimationPlayer_startTime
_Setter"; |
| 153 |
| 154 static timeLag_Getter(mthis) native "AnimationPlayer_timeLag_Getter"; |
| 155 |
| 156 static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback"; |
| 157 |
| 158 static finish_Callback(mthis) native "AnimationPlayer_finish_Callback"; |
| 159 |
| 160 static pause_Callback(mthis) native "AnimationPlayer_pause_Callback"; |
| 161 |
| 162 static play_Callback(mthis) native "AnimationPlayer_play_Callback"; |
| 163 |
| 164 static reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback"; |
| 165 } |
| 166 |
| 167 class BlinkEvent { |
| 168 static bubbles_Getter(mthis) native "Event_bubbles_Getter"; |
| 169 |
| 170 static cancelable_Getter(mthis) native "Event_cancelable_Getter"; |
| 171 |
| 172 static clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; |
| 173 |
| 174 static currentTarget_Getter(mthis) native "Event_currentTarget_Getter"; |
| 175 |
| 176 static defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Getter"; |
| 177 |
| 178 static eventPhase_Getter(mthis) native "Event_eventPhase_Getter"; |
| 179 |
| 180 static path_Getter(mthis) native "Event_path_Getter"; |
| 181 |
| 182 static target_Getter(mthis) native "Event_target_Getter"; |
| 183 |
| 184 static timeStamp_Getter(mthis) native "Event_timeStamp_Getter"; |
| 185 |
| 186 static type_Getter(mthis) native "Event_type_Getter"; |
| 187 |
| 188 static initEvent_Callback_DOMString_boolean_boolean(mthis, eventTypeArg, canBu
bbleArg, cancelableArg) native "Event_initEvent_Callback_DOMString_boolean_boole
an"; |
| 189 |
| 190 static preventDefault_Callback(mthis) native "Event_preventDefault_Callback"; |
| 191 |
| 192 static stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePro
pagation_Callback"; |
| 193 |
| 194 static stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback"
; |
| 195 } |
| 196 |
| 197 class BlinkAnimationPlayerEvent { |
| 198 static currentTime_Getter(mthis) native "AnimationPlayerEvent_currentTime_Gett
er"; |
| 199 |
| 200 static timelineTime_Getter(mthis) native "AnimationPlayerEvent_timelineTime_Ge
tter"; |
| 201 } |
| 202 |
| 203 class BlinkAnimationTimeline { |
| 204 static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter"
; |
| 205 |
| 206 static play_Callback_AnimationNode(mthis, source) native "AnimationTimeline_pl
ay_Callback_AnimationNode"; |
| 113 } | 207 } |
| 114 | 208 |
| 115 class BlinkApplicationCache { | 209 class BlinkApplicationCache { |
| 116 static status_Getter(mthis) native "ApplicationCache_status_Getter"; | 210 static status_Getter(mthis) native "ApplicationCache_status_Getter"; |
| 117 | 211 |
| 118 static abort_Callback(mthis) native "ApplicationCache_abort_Callback"; | 212 static abort_Callback(mthis) native "ApplicationCache_abort_Callback"; |
| 119 | 213 |
| 120 static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback"; | 214 static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback"; |
| 121 | 215 |
| 122 static update_Callback(mthis) native "ApplicationCache_update_Callback"; | 216 static update_Callback(mthis) native "ApplicationCache_update_Callback"; |
| 123 } | 217 } |
| 124 | 218 |
| 219 class BlinkApplicationCacheErrorEvent { |
| 220 static message_Getter(mthis) native "ApplicationCacheErrorEvent_message_Getter
"; |
| 221 |
| 222 static reason_Getter(mthis) native "ApplicationCacheErrorEvent_reason_Getter"; |
| 223 |
| 224 static status_Getter(mthis) native "ApplicationCacheErrorEvent_status_Getter"; |
| 225 |
| 226 static url_Getter(mthis) native "ApplicationCacheErrorEvent_url_Getter"; |
| 227 } |
| 228 |
| 125 class BlinkNode { | 229 class BlinkNode { |
| 126 static baseURI_Getter(mthis) native "Node_baseURI_Getter"; | 230 static baseURI_Getter(mthis) native "Node_baseURI_Getter"; |
| 127 | 231 |
| 128 static childNodes_Getter(mthis) native "Node_childNodes_Getter"; | 232 static childNodes_Getter(mthis) native "Node_childNodes_Getter"; |
| 129 | 233 |
| 130 static firstChild_Getter(mthis) native "Node_firstChild_Getter"; | 234 static firstChild_Getter(mthis) native "Node_firstChild_Getter"; |
| 131 | 235 |
| 132 static lastChild_Getter(mthis) native "Node_lastChild_Getter"; | 236 static lastChild_Getter(mthis) native "Node_lastChild_Getter"; |
| 133 | 237 |
| 134 static localName_Getter(mthis) native "Node_localName_Getter"; | 238 static localName_Getter(mthis) native "Node_localName_Getter"; |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node
_replaceChild_Callback"; | 274 static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node
_replaceChild_Callback"; |
| 171 } | 275 } |
| 172 | 276 |
| 173 class BlinkAttr { | 277 class BlinkAttr { |
| 174 static localName_Getter(mthis) native "Attr_localName_Getter"; | 278 static localName_Getter(mthis) native "Attr_localName_Getter"; |
| 175 | 279 |
| 176 static name_Getter(mthis) native "Attr_name_Getter"; | 280 static name_Getter(mthis) native "Attr_name_Getter"; |
| 177 | 281 |
| 178 static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; | 282 static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; |
| 179 | 283 |
| 284 static nodeValue_Getter(mthis) native "Attr_nodeValue_Getter"; |
| 285 |
| 286 static textContent_Getter(mthis) native "Attr_textContent_Getter"; |
| 287 |
| 288 static textContent_Setter_DOMString(mthis, value) native "Attr_textContent_Set
ter"; |
| 289 |
| 180 static value_Getter(mthis) native "Attr_value_Getter"; | 290 static value_Getter(mthis) native "Attr_value_Getter"; |
| 181 | 291 |
| 182 static value_Setter_DOMString(mthis, value) native "Attr_value_Setter"; | 292 static value_Setter_DOMString(mthis, value) native "Attr_value_Setter"; |
| 183 } | 293 } |
| 184 | 294 |
| 185 class BlinkAudioBuffer { | 295 class BlinkAudioBuffer { |
| 186 static duration_Getter(mthis) native "AudioBuffer_duration_Getter"; | 296 static duration_Getter(mthis) native "AudioBuffer_duration_Getter"; |
| 187 | 297 |
| 188 static length_Getter(mthis) native "AudioBuffer_length_Getter"; | 298 static length_Getter(mthis) native "AudioBuffer_length_Getter"; |
| 189 | 299 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 208 static loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter"; | 318 static loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter"; |
| 209 | 319 |
| 210 static loopEnd_Setter_double(mthis, value) native "AudioBufferSourceNode_loopE
nd_Setter"; | 320 static loopEnd_Setter_double(mthis, value) native "AudioBufferSourceNode_loopE
nd_Setter"; |
| 211 | 321 |
| 212 static loopStart_Getter(mthis) native "AudioBufferSourceNode_loopStart_Getter"
; | 322 static loopStart_Getter(mthis) native "AudioBufferSourceNode_loopStart_Getter"
; |
| 213 | 323 |
| 214 static loopStart_Setter_double(mthis, value) native "AudioBufferSourceNode_loo
pStart_Setter"; | 324 static loopStart_Setter_double(mthis, value) native "AudioBufferSourceNode_loo
pStart_Setter"; |
| 215 | 325 |
| 216 static playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_G
etter"; | 326 static playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_G
etter"; |
| 217 | 327 |
| 218 static noteGrainOn_Callback_double_double_double(mthis, when, grainOffset, gra
inDuration) native "AudioBufferSourceNode_noteGrainOn_Callback_double_double_dou
ble"; | |
| 219 | |
| 220 static noteOff_Callback_double(mthis, when) native "AudioBufferSourceNode_note
Off_Callback_double"; | |
| 221 | |
| 222 static noteOn_Callback_double(mthis, when) native "AudioBufferSourceNode_noteO
n_Callback_double"; | |
| 223 | |
| 224 static start_Callback_double_double_double(mthis, when, grainOffset, grainDura
tion) native "AudioBufferSourceNode_start_Callback_double_double_double"; | 328 static start_Callback_double_double_double(mthis, when, grainOffset, grainDura
tion) native "AudioBufferSourceNode_start_Callback_double_double_double"; |
| 225 | 329 |
| 226 static start_Callback_double_double(mthis, when, grainOffset) native "AudioBuf
ferSourceNode_start_Callback_double_double"; | 330 static start_Callback_double_double(mthis, when, grainOffset) native "AudioBuf
ferSourceNode_start_Callback_double_double"; |
| 227 | 331 |
| 228 static start_Callback_double(mthis, when) native "AudioBufferSourceNode_start_
Callback_double"; | 332 static start_Callback_double(mthis, when) native "AudioBufferSourceNode_start_
Callback_double"; |
| 229 | 333 |
| 230 static start_Callback(mthis) native "AudioBufferSourceNode_start_Callback"; | 334 static start_Callback(mthis) native "AudioBufferSourceNode_start_Callback"; |
| 231 | 335 |
| 232 static stop_Callback_double(mthis, when) native "AudioBufferSourceNode_stop_Ca
llback_double"; | 336 static stop_Callback_double(mthis, when) native "AudioBufferSourceNode_stop_Ca
llback_double"; |
| 233 | 337 |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 339 | 443 |
| 340 static linearRampToValueAtTime_Callback_float_double(mthis, value, time) nativ
e "AudioParam_linearRampToValueAtTime_Callback_float_double"; | 444 static linearRampToValueAtTime_Callback_float_double(mthis, value, time) nativ
e "AudioParam_linearRampToValueAtTime_Callback_float_double"; |
| 341 | 445 |
| 342 static setTargetAtTime_Callback_float_double_double(mthis, target, time, timeC
onstant) native "AudioParam_setTargetAtTime_Callback_float_double_double"; | 446 static setTargetAtTime_Callback_float_double_double(mthis, target, time, timeC
onstant) native "AudioParam_setTargetAtTime_Callback_float_double_double"; |
| 343 | 447 |
| 344 static setValueAtTime_Callback_float_double(mthis, value, time) native "AudioP
aram_setValueAtTime_Callback_float_double"; | 448 static setValueAtTime_Callback_float_double(mthis, value, time) native "AudioP
aram_setValueAtTime_Callback_float_double"; |
| 345 | 449 |
| 346 static setValueCurveAtTime_Callback_Float32Array_double_double(mthis, values,
time, duration) native "AudioParam_setValueCurveAtTime_Callback"; | 450 static setValueCurveAtTime_Callback_Float32Array_double_double(mthis, values,
time, duration) native "AudioParam_setValueCurveAtTime_Callback"; |
| 347 } | 451 } |
| 348 | 452 |
| 349 class BlinkEvent { | |
| 350 static bubbles_Getter(mthis) native "Event_bubbles_Getter"; | |
| 351 | |
| 352 static cancelable_Getter(mthis) native "Event_cancelable_Getter"; | |
| 353 | |
| 354 static clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; | |
| 355 | |
| 356 static currentTarget_Getter(mthis) native "Event_currentTarget_Getter"; | |
| 357 | |
| 358 static defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Getter"; | |
| 359 | |
| 360 static eventPhase_Getter(mthis) native "Event_eventPhase_Getter"; | |
| 361 | |
| 362 static path_Getter(mthis) native "Event_path_Getter"; | |
| 363 | |
| 364 static target_Getter(mthis) native "Event_target_Getter"; | |
| 365 | |
| 366 static timeStamp_Getter(mthis) native "Event_timeStamp_Getter"; | |
| 367 | |
| 368 static type_Getter(mthis) native "Event_type_Getter"; | |
| 369 | |
| 370 static initEvent_Callback_DOMString_boolean_boolean(mthis, eventTypeArg, canBu
bbleArg, cancelableArg) native "Event_initEvent_Callback_DOMString_boolean_boole
an"; | |
| 371 | |
| 372 static preventDefault_Callback(mthis) native "Event_preventDefault_Callback"; | |
| 373 | |
| 374 static stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePro
pagation_Callback"; | |
| 375 | |
| 376 static stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback"
; | |
| 377 } | |
| 378 | |
| 379 class BlinkAudioProcessingEvent { | 453 class BlinkAudioProcessingEvent { |
| 380 static inputBuffer_Getter(mthis) native "AudioProcessingEvent_inputBuffer_Gett
er"; | 454 static inputBuffer_Getter(mthis) native "AudioProcessingEvent_inputBuffer_Gett
er"; |
| 381 | 455 |
| 382 static outputBuffer_Getter(mthis) native "AudioProcessingEvent_outputBuffer_Ge
tter"; | 456 static outputBuffer_Getter(mthis) native "AudioProcessingEvent_outputBuffer_Ge
tter"; |
| 457 |
| 458 static playbackTime_Getter(mthis) native "AudioProcessingEvent_playbackTime_Ge
tter"; |
| 459 } |
| 460 |
| 461 class BlinkAudioTrack { |
| 462 static enabled_Getter(mthis) native "AudioTrack_enabled_Getter"; |
| 463 |
| 464 static enabled_Setter_boolean(mthis, value) native "AudioTrack_enabled_Setter"
; |
| 465 |
| 466 static id_Getter(mthis) native "AudioTrack_id_Getter"; |
| 467 |
| 468 static kind_Getter(mthis) native "AudioTrack_kind_Getter"; |
| 469 |
| 470 static label_Getter(mthis) native "AudioTrack_label_Getter"; |
| 471 |
| 472 static language_Getter(mthis) native "AudioTrack_language_Getter"; |
| 473 } |
| 474 |
| 475 class BlinkAudioTrackList { |
| 476 static length_Getter(mthis) native "AudioTrackList_length_Getter"; |
| 477 |
| 478 static $__getter___Callback_ul(mthis, index) native "AudioTrackList___getter__
_Callback_unsigned long"; |
| 479 |
| 480 static getTrackById_Callback_DOMString(mthis, id) native "AudioTrackList_getTr
ackById_Callback_DOMString"; |
| 383 } | 481 } |
| 384 | 482 |
| 385 class BlinkAutocompleteErrorEvent { | 483 class BlinkAutocompleteErrorEvent { |
| 386 static reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter"; | 484 static reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter"; |
| 387 } | 485 } |
| 388 | 486 |
| 389 class BlinkBarProp { | 487 class BlinkBarProp { |
| 390 static visible_Getter(mthis) native "BarProp_visible_Getter"; | 488 static visible_Getter(mthis) native "BarProp_visible_Getter"; |
| 391 } | 489 } |
| 392 | 490 |
| 393 class BlinkBeforeLoadEvent {} | 491 class BlinkBatteryManager { |
| 492 static charging_Getter(mthis) native "BatteryManager_charging_Getter"; |
| 493 |
| 494 static chargingTime_Getter(mthis) native "BatteryManager_chargingTime_Getter"; |
| 495 |
| 496 static dischargingTime_Getter(mthis) native "BatteryManager_dischargingTime_Ge
tter"; |
| 497 |
| 498 static level_Getter(mthis) native "BatteryManager_level_Getter"; |
| 499 } |
| 394 | 500 |
| 395 class BlinkBeforeUnloadEvent { | 501 class BlinkBeforeUnloadEvent { |
| 396 static returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter"
; | 502 static returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter"
; |
| 397 | 503 |
| 398 static returnValue_Setter_DOMString(mthis, value) native "BeforeUnloadEvent_re
turnValue_Setter"; | 504 static returnValue_Setter_DOMString(mthis, value) native "BeforeUnloadEvent_re
turnValue_Setter"; |
| 399 } | 505 } |
| 400 | 506 |
| 401 class BlinkBiquadFilterNode { | 507 class BlinkBiquadFilterNode { |
| 402 static Q_Getter(mthis) native "BiquadFilterNode_Q_Getter"; | 508 static Q_Getter(mthis) native "BiquadFilterNode_Q_Getter"; |
| 403 | 509 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 414 static getFrequencyResponse_Callback_Float32Array_Float32Array_Float32Array(mt
his, frequencyHz, magResponse, phaseResponse) native "BiquadFilterNode_getFreque
ncyResponse_Callback_Float32Array_Float32Array_Float32Array"; | 520 static getFrequencyResponse_Callback_Float32Array_Float32Array_Float32Array(mt
his, frequencyHz, magResponse, phaseResponse) native "BiquadFilterNode_getFreque
ncyResponse_Callback_Float32Array_Float32Array_Float32Array"; |
| 415 } | 521 } |
| 416 | 522 |
| 417 class BlinkBlob { | 523 class BlinkBlob { |
| 418 static constructorCallback_Array_DOMString_DOMString(blobParts, type, endings)
native "Blob_constructorCallback"; | 524 static constructorCallback_Array_DOMString_DOMString(blobParts, type, endings)
native "Blob_constructorCallback"; |
| 419 | 525 |
| 420 static size_Getter(mthis) native "Blob_size_Getter"; | 526 static size_Getter(mthis) native "Blob_size_Getter"; |
| 421 | 527 |
| 422 static type_Getter(mthis) native "Blob_type_Getter"; | 528 static type_Getter(mthis) native "Blob_type_Getter"; |
| 423 | 529 |
| 530 static close_Callback(mthis) native "Blob_close_Callback"; |
| 531 |
| 424 static slice_Callback_ll_ll_DOMString(mthis, start, end, contentType) native "
Blob_slice_Callback_long long_long long_DOMString"; | 532 static slice_Callback_ll_ll_DOMString(mthis, start, end, contentType) native "
Blob_slice_Callback_long long_long long_DOMString"; |
| 425 | 533 |
| 426 static slice_Callback_ll_ll(mthis, start, end) native "Blob_slice_Callback_lon
g long_long long"; | 534 static slice_Callback_ll_ll(mthis, start, end) native "Blob_slice_Callback_lon
g long_long long"; |
| 427 | 535 |
| 428 static slice_Callback_ll(mthis, start) native "Blob_slice_Callback_long long"; | 536 static slice_Callback_ll(mthis, start) native "Blob_slice_Callback_long long"; |
| 429 | 537 |
| 430 static slice_Callback(mthis) native "Blob_slice_Callback"; | 538 static slice_Callback(mthis) native "Blob_slice_Callback"; |
| 431 } | 539 } |
| 432 | 540 |
| 433 class BlinkChildNode { | 541 class BlinkChildNode { |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 564 | 672 |
| 565 class BlinkCSSStyleDeclaration { | 673 class BlinkCSSStyleDeclaration { |
| 566 static cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter"; | 674 static cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter"; |
| 567 | 675 |
| 568 static cssText_Setter_DOMString(mthis, value) native "CSSStyleDeclaration_cssT
ext_Setter"; | 676 static cssText_Setter_DOMString(mthis, value) native "CSSStyleDeclaration_cssT
ext_Setter"; |
| 569 | 677 |
| 570 static length_Getter(mthis) native "CSSStyleDeclaration_length_Getter"; | 678 static length_Getter(mthis) native "CSSStyleDeclaration_length_Getter"; |
| 571 | 679 |
| 572 static parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter"
; | 680 static parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter"
; |
| 573 | 681 |
| 574 static $__propertyQuery___Callback_DOMString(mthis, name) native "CSSStyleDecl
aration___propertyQuery___Callback_DOMString"; | 682 static $__getter___Callback_DOMString(mthis, name) native "CSSStyleDeclaration
___getter___Callback"; |
| 683 |
| 684 static $__propertyQuery___Callback_DOMString(mthis, name) native "CSSStyleDecl
aration___propertyQuery___Callback"; |
| 575 | 685 |
| 576 static $__setter___Callback_DOMString_DOMString(mthis, propertyName, propertyV
alue) native "CSSStyleDeclaration___setter___Callback"; | 686 static $__setter___Callback_DOMString_DOMString(mthis, propertyName, propertyV
alue) native "CSSStyleDeclaration___setter___Callback"; |
| 577 | 687 |
| 578 static getPropertyPriority_Callback_DOMString(mthis, propertyName) native "CSS
StyleDeclaration_getPropertyPriority_Callback_DOMString"; | 688 static getPropertyPriority_Callback_DOMString(mthis, propertyName) native "CSS
StyleDeclaration_getPropertyPriority_Callback_DOMString"; |
| 579 | 689 |
| 580 static getPropertyValue_Callback_DOMString(mthis, propertyName) native "CSSSty
leDeclaration_getPropertyValue_Callback_DOMString"; | 690 static getPropertyValue_Callback_DOMString(mthis, propertyName) native "CSSSty
leDeclaration_getPropertyValue_Callback_DOMString"; |
| 581 | 691 |
| 582 static item_Callback_ul(mthis, index) native "CSSStyleDeclaration_item_Callbac
k_unsigned long"; | 692 static item_Callback_ul(mthis, index) native "CSSStyleDeclaration_item_Callbac
k_unsigned long"; |
| 583 | 693 |
| 584 static removeProperty_Callback_DOMString(mthis, propertyName) native "CSSStyle
Declaration_removeProperty_Callback_DOMString"; | 694 static removeProperty_Callback_DOMString(mthis, propertyName) native "CSSStyle
Declaration_removeProperty_Callback_DOMString"; |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 } | 761 } |
| 652 | 762 |
| 653 class BlinkCSSViewportRule { | 763 class BlinkCSSViewportRule { |
| 654 static style_Getter(mthis) native "CSSViewportRule_style_Getter"; | 764 static style_Getter(mthis) native "CSSViewportRule_style_Getter"; |
| 655 } | 765 } |
| 656 | 766 |
| 657 class BlinkCanvas2DContextAttributes { | 767 class BlinkCanvas2DContextAttributes { |
| 658 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; | 768 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; |
| 659 | 769 |
| 660 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al
pha_Setter"; | 770 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al
pha_Setter"; |
| 771 |
| 772 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter"
; |
| 773 |
| 774 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute
s_storage_Setter"; |
| 661 } | 775 } |
| 662 | 776 |
| 663 class BlinkCanvasGradient { | 777 class BlinkCanvasGradient { |
| 664 static addColorStop_Callback_float_DOMString(mthis, offset, color) native "Can
vasGradient_addColorStop_Callback_float_DOMString"; | 778 static addColorStop_Callback_float_DOMString(mthis, offset, color) native "Can
vasGradient_addColorStop_Callback_float_DOMString"; |
| 665 } | 779 } |
| 666 | 780 |
| 781 class BlinkCanvasPathMethods {} |
| 782 |
| 667 class BlinkCanvasPattern {} | 783 class BlinkCanvasPattern {} |
| 668 | 784 |
| 669 class BlinkCanvasRenderingContext { | 785 class BlinkCanvasRenderingContext2D { |
| 670 static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter"; | 786 static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter"; |
| 671 } | |
| 672 | 787 |
| 673 class BlinkCanvasRenderingContext2D { | |
| 674 static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_current
Transform_Getter"; | 788 static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_current
Transform_Getter"; |
| 675 | 789 |
| 676 static currentTransform_Setter_SVGMatrix(mthis, value) native "CanvasRendering
Context2D_currentTransform_Setter"; | 790 static currentTransform_Setter_SVGMatrix(mthis, value) native "CanvasRendering
Context2D_currentTransform_Setter"; |
| 677 | 791 |
| 678 static fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Gett
er"; | 792 static fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Gett
er"; |
| 679 | 793 |
| 680 static fillStyle_Setter_object(mthis, value) native "CanvasRenderingContext2D_
fillStyle_Setter"; | 794 static fillStyle_Setter_object(mthis, value) native "CanvasRenderingContext2D_
fillStyle_Setter"; |
| 681 | 795 |
| 682 static font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter"; | 796 static font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter"; |
| 683 | 797 |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 736 static strokeStyle_Setter_object(mthis, value) native "CanvasRenderingContext2
D_strokeStyle_Setter"; | 850 static strokeStyle_Setter_object(mthis, value) native "CanvasRenderingContext2
D_strokeStyle_Setter"; |
| 737 | 851 |
| 738 static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Gett
er"; | 852 static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Gett
er"; |
| 739 | 853 |
| 740 static textAlign_Setter_DOMString(mthis, value) native "CanvasRenderingContext
2D_textAlign_Setter"; | 854 static textAlign_Setter_DOMString(mthis, value) native "CanvasRenderingContext
2D_textAlign_Setter"; |
| 741 | 855 |
| 742 static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaselin
e_Getter"; | 856 static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaselin
e_Getter"; |
| 743 | 857 |
| 744 static textBaseline_Setter_DOMString(mthis, value) native "CanvasRenderingCont
ext2D_textBaseline_Setter"; | 858 static textBaseline_Setter_DOMString(mthis, value) native "CanvasRenderingCont
ext2D_textBaseline_Setter"; |
| 745 | 859 |
| 746 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"; | |
| 747 | |
| 748 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"; | |
| 749 | |
| 750 static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Ca
llback"; | 860 static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Ca
llback"; |
| 751 | 861 |
| 752 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"; | |
| 753 | |
| 754 static clearRect_Callback_float_float_float_float(mthis, x, y, width, height)
native "CanvasRenderingContext2D_clearRect_Callback_float_float_float_float"; | 862 static clearRect_Callback_float_float_float_float(mthis, x, y, width, height)
native "CanvasRenderingContext2D_clearRect_Callback_float_float_float_float"; |
| 755 | 863 |
| 756 static clip_Callback_DOMString(mthis, winding) native "CanvasRenderingContext2
D_clip_Callback_DOMString"; | |
| 757 | |
| 758 static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback"; | 864 static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback"; |
| 759 | 865 |
| 760 static closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_Ca
llback"; | 866 static clip_Callback_DOMString(mthis, path_OR_winding) native "CanvasRendering
Context2D_clip_Callback_DOMString"; |
| 867 |
| 868 static clip_Callback_Path2D(mthis, path_OR_winding) native "CanvasRenderingCon
text2D_clip_Callback_Path2D"; |
| 869 |
| 870 static clip_Callback_Path2D_DOMString(mthis, path_OR_winding, winding) native
"CanvasRenderingContext2D_clip_Callback_Path2D_DOMString"; |
| 761 | 871 |
| 762 static createImageData_Callback_float_float(mthis, sw, sh) native "CanvasRende
ringContext2D_createImageData_Callback_float_float"; | 872 static createImageData_Callback_float_float(mthis, sw, sh) native "CanvasRende
ringContext2D_createImageData_Callback_float_float"; |
| 763 | 873 |
| 764 static createImageData_Callback_ImageData(mthis, imagedata) native "CanvasRend
eringContext2D_createImageData_Callback_ImageData"; | 874 static createImageData_Callback_ImageData(mthis, imagedata) native "CanvasRend
eringContext2D_createImageData_Callback_ImageData"; |
| 765 | 875 |
| 766 static createLinearGradient_Callback_float_float_float_float(mthis, x0, y0, x1
, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback_float_float
_float_float"; | 876 static createLinearGradient_Callback_float_float_float_float(mthis, x0, y0, x1
, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback_float_float
_float_float"; |
| 767 | 877 |
| 768 static createPattern_Callback_HTMLCanvasElement_DOMString(mthis, canvas, repet
itionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLCanvasEle
ment_DOMString"; | 878 static createPattern_Callback_HTMLCanvasElement_DOMString(mthis, canvas_OR_ima
ge, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_HTML
CanvasElement_DOMString"; |
| 879 |
| 880 static createPattern_Callback_HTMLVideoElement_DOMString(mthis, canvas_OR_imag
e, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLV
ideoElement_DOMString"; |
| 769 | 881 |
| 770 static createPattern_Callback_HTMLImageElement_DOMString(mthis, image, repetit
ionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLImageElemen
t_DOMString"; | 882 static createPattern_Callback_HTMLImageElement_DOMString(mthis, image, repetit
ionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLImageElemen
t_DOMString"; |
| 771 | 883 |
| 772 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"; | 884 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"; |
| 773 | 885 |
| 774 static drawCustomFocusRing_Callback_Element(mthis, element) native "CanvasRend
eringContext2D_drawCustomFocusRing_Callback_Element"; | 886 static drawFocusIfNeeded_Callback_Element(mthis, element_OR_path) native "Canv
asRenderingContext2D_drawFocusIfNeeded_Callback_Element"; |
| 887 |
| 888 static drawFocusIfNeeded_Callback_Path2D_Element(mthis, element_OR_path, eleme
nt) native "CanvasRenderingContext2D_drawFocusIfNeeded_Callback_Path2D_Element"; |
| 775 | 889 |
| 776 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"; | 890 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"; |
| 777 | 891 |
| 778 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"; | 892 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"; |
| 779 | 893 |
| 780 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"; | 894 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"; |
| 781 | 895 |
| 782 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"; | 896 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"; |
| 783 | 897 |
| 784 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"; | 898 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"; |
| 785 | 899 |
| 786 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
"; | 900 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
"; |
| 787 | 901 |
| 788 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"; | 902 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"; |
| 789 | 903 |
| 790 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"; | 904 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"; |
| 791 | 905 |
| 792 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"; | 906 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"; |
| 793 | 907 |
| 794 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"; | 908 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"; |
| 795 | 909 |
| 796 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"; | 910 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"; |
| 797 | 911 |
| 798 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"; | 912 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"; |
| 799 | 913 |
| 800 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"; | 914 static fill_Callback(mthis) native "CanvasRenderingContext2D_fill_Callback"; |
| 801 | 915 |
| 802 static fill_Callback_DOMString(mthis, winding) native "CanvasRenderingContext2
D_fill_Callback_DOMString"; | 916 static fill_Callback_DOMString(mthis, path_OR_winding) native "CanvasRendering
Context2D_fill_Callback_DOMString"; |
| 803 | 917 |
| 804 static fill_Callback(mthis) native "CanvasRenderingContext2D_fill_Callback"; | 918 static fill_Callback_Path2D(mthis, path_OR_winding) native "CanvasRenderingCon
text2D_fill_Callback_Path2D"; |
| 919 |
| 920 static fill_Callback_Path2D_DOMString(mthis, path_OR_winding, winding) native
"CanvasRenderingContext2D_fill_Callback_Path2D_DOMString"; |
| 805 | 921 |
| 806 static fillRect_Callback_float_float_float_float(mthis, x, y, width, height) n
ative "CanvasRenderingContext2D_fillRect_Callback_float_float_float_float"; | 922 static fillRect_Callback_float_float_float_float(mthis, x, y, width, height) n
ative "CanvasRenderingContext2D_fillRect_Callback_float_float_float_float"; |
| 807 | 923 |
| 808 static fillText_Callback_DOMString_float_float_float(mthis, text, x, y, maxWid
th) native "CanvasRenderingContext2D_fillText_Callback_DOMString_float_float_flo
at"; | 924 static fillText_Callback_DOMString_float_float_float(mthis, text, x, y, maxWid
th) native "CanvasRenderingContext2D_fillText_Callback_DOMString_float_float_flo
at"; |
| 809 | 925 |
| 810 static fillText_Callback_DOMString_float_float(mthis, text, x, y) native "Canv
asRenderingContext2D_fillText_Callback_DOMString_float_float"; | 926 static fillText_Callback_DOMString_float_float(mthis, text, x, y) native "Canv
asRenderingContext2D_fillText_Callback_DOMString_float_float"; |
| 811 | 927 |
| 812 static getContextAttributes_Callback(mthis) native "CanvasRenderingContext2D_g
etContextAttributes_Callback"; | 928 static getContextAttributes_Callback(mthis) native "CanvasRenderingContext2D_g
etContextAttributes_Callback"; |
| 813 | 929 |
| 814 static getImageData_Callback_float_float_float_float(mthis, sx, sy, sw, sh) na
tive "CanvasRenderingContext2D_getImageData_Callback_float_float_float_float"; | 930 static getImageData_Callback_float_float_float_float(mthis, sx, sy, sw, sh) na
tive "CanvasRenderingContext2D_getImageData_Callback_float_float_float_float"; |
| 815 | 931 |
| 816 static getLineDash_Callback(mthis) native "CanvasRenderingContext2D_getLineDas
h_Callback"; | 932 static getLineDash_Callback(mthis) native "CanvasRenderingContext2D_getLineDas
h_Callback"; |
| 817 | 933 |
| 818 static isPointInPath_Callback_float_float_DOMString(mthis, x, y, winding) nati
ve "CanvasRenderingContext2D_isPointInPath_Callback_float_float_DOMString"; | 934 static isContextLost_Callback(mthis) native "CanvasRenderingContext2D_isContex
tLost_Callback"; |
| 819 | 935 |
| 820 static isPointInPath_Callback_float_float(mthis, x, y) native "CanvasRendering
Context2D_isPointInPath_Callback_float_float"; | 936 static isPointInPath_Callback_float_float(mthis, path_OR_x, x_OR_y) native "Ca
nvasRenderingContext2D_isPointInPath_Callback_float_float"; |
| 821 | 937 |
| 822 static isPointInStroke_Callback_float_float(mthis, x, y) native "CanvasRenderi
ngContext2D_isPointInStroke_Callback_float_float"; | 938 static isPointInPath_Callback_float_float_DOMString(mthis, path_OR_x, x_OR_y,
winding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback_float_floa
t_DOMString"; |
| 823 | 939 |
| 824 static lineTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext
2D_lineTo_Callback_float_float"; | 940 static isPointInPath_Callback_Path2D_float_float(mthis, path_OR_x, x_OR_y, win
ding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback_Path2D_float_
float"; |
| 941 |
| 942 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"; |
| 943 |
| 944 static isPointInStroke_Callback_float_float(mthis, path_OR_x, x_OR_y) native "
CanvasRenderingContext2D_isPointInStroke_Callback_float_float"; |
| 945 |
| 946 static isPointInStroke_Callback_Path2D_float_float(mthis, path_OR_x, x_OR_y, y
) native "CanvasRenderingContext2D_isPointInStroke_Callback_Path2D_float_float"; |
| 825 | 947 |
| 826 static measureText_Callback_DOMString(mthis, text) native "CanvasRenderingCont
ext2D_measureText_Callback_DOMString"; | 948 static measureText_Callback_DOMString(mthis, text) native "CanvasRenderingCont
ext2D_measureText_Callback_DOMString"; |
| 827 | 949 |
| 828 static moveTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext
2D_moveTo_Callback_float_float"; | |
| 829 | |
| 830 static putImageData_Callback_ImageData_float_float(mthis, imagedata, dx, dy) n
ative "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float"; | 950 static putImageData_Callback_ImageData_float_float(mthis, imagedata, dx, dy) n
ative "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float"; |
| 831 | 951 |
| 832 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"; | 952 static putImageData_Callback_ImageData_float_float_float_float_float_float(mth
is, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRe
nderingContext2D_putImageData_Callback_ImageData_float_float_float_float_float_f
loat"; |
| 833 | 953 |
| 834 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_float_float_float_f
loat"; | |
| 835 | |
| 836 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "CanvasRenderingContext2D_rect_Callback_float_float_float_float"; | |
| 837 | |
| 838 static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTr
ansform_Callback"; | 954 static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTr
ansform_Callback"; |
| 839 | 955 |
| 840 static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callba
ck"; | 956 static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callba
ck"; |
| 841 | 957 |
| 842 static rotate_Callback_float(mthis, angle) native "CanvasRenderingContext2D_ro
tate_Callback_float"; | 958 static rotate_Callback_float(mthis, angle) native "CanvasRenderingContext2D_ro
tate_Callback_float"; |
| 843 | 959 |
| 844 static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback"; | 960 static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback"; |
| 845 | 961 |
| 846 static scale_Callback_float_float(mthis, sx, sy) native "CanvasRenderingContex
t2D_scale_Callback_float_float"; | 962 static scale_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2
D_scale_Callback_float_float"; |
| 963 |
| 964 static scrollPathIntoView_Callback_Path2D(mthis, path) native "CanvasRendering
Context2D_scrollPathIntoView_Callback_Path2D"; |
| 965 |
| 966 static scrollPathIntoView_Callback(mthis) native "CanvasRenderingContext2D_scr
ollPathIntoView_Callback"; |
| 847 | 967 |
| 848 static setLineDash_Callback_SEQ_float_SEQ(mthis, dash) native "CanvasRendering
Context2D_setLineDash_Callback_sequence<unrestricted float>"; | 968 static setLineDash_Callback_SEQ_float_SEQ(mthis, dash) native "CanvasRendering
Context2D_setLineDash_Callback_sequence<unrestricted float>"; |
| 849 | 969 |
| 850 static setTransform_Callback_float_float_float_float_float_float(mthis, m11, m
12, m21, m22, dx, dy) native "CanvasRenderingContext2D_setTransform_Callback_flo
at_float_float_float_float_float"; | 970 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"; |
| 851 | 971 |
| 852 static stroke_Callback(mthis) native "CanvasRenderingContext2D_stroke_Callback
"; | 972 static stroke_Callback(mthis) native "CanvasRenderingContext2D_stroke_Callback
"; |
| 853 | 973 |
| 974 static stroke_Callback_Path2D(mthis, path) native "CanvasRenderingContext2D_st
roke_Callback_Path2D"; |
| 975 |
| 854 static strokeRect_Callback_float_float_float_float(mthis, x, y, width, height)
native "CanvasRenderingContext2D_strokeRect_Callback_float_float_float_float"; | 976 static strokeRect_Callback_float_float_float_float(mthis, x, y, width, height)
native "CanvasRenderingContext2D_strokeRect_Callback_float_float_float_float"; |
| 855 | 977 |
| 856 static strokeText_Callback_DOMString_float_float_float(mthis, text, x, y, maxW
idth) native "CanvasRenderingContext2D_strokeText_Callback_DOMString_float_float
_float"; | 978 static strokeText_Callback_DOMString_float_float_float(mthis, text, x, y, maxW
idth) native "CanvasRenderingContext2D_strokeText_Callback_DOMString_float_float
_float"; |
| 857 | 979 |
| 858 static strokeText_Callback_DOMString_float_float(mthis, text, x, y) native "Ca
nvasRenderingContext2D_strokeText_Callback_DOMString_float_float"; | 980 static strokeText_Callback_DOMString_float_float(mthis, text, x, y) native "Ca
nvasRenderingContext2D_strokeText_Callback_DOMString_float_float"; |
| 859 | 981 |
| 860 static transform_Callback_float_float_float_float_float_float(mthis, m11, m12,
m21, m22, dx, dy) native "CanvasRenderingContext2D_transform_Callback_float_flo
at_float_float_float_float"; | 982 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"; |
| 861 | 983 |
| 862 static translate_Callback_float_float(mthis, tx, ty) native "CanvasRenderingCo
ntext2D_translate_Callback_float_float"; | 984 static translate_Callback_float_float(mthis, x, y) native "CanvasRenderingCont
ext2D_translate_Callback_float_float"; |
| 985 |
| 986 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"; |
| 987 |
| 988 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"; |
| 989 |
| 990 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"; |
| 991 |
| 992 static closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_Ca
llback"; |
| 993 |
| 994 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"; |
| 995 |
| 996 static lineTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext
2D_lineTo_Callback_float_float"; |
| 997 |
| 998 static moveTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext
2D_moveTo_Callback_float_float"; |
| 999 |
| 1000 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_float_float_float_f
loat"; |
| 1001 |
| 1002 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "CanvasRenderingContext2D_rect_Callback_float_float_float_float"; |
| 863 } | 1003 } |
| 864 | 1004 |
| 865 class BlinkChannelMergerNode {} | 1005 class BlinkChannelMergerNode {} |
| 866 | 1006 |
| 867 class BlinkChannelSplitterNode {} | 1007 class BlinkChannelSplitterNode {} |
| 868 | 1008 |
| 1009 class BlinkClient { |
| 1010 static id_Getter(mthis) native "Client_id_Getter"; |
| 1011 |
| 1012 static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, messa
ge, messagePorts) native "Client_postMessage_Callback"; |
| 1013 } |
| 1014 |
| 869 class BlinkClientRect { | 1015 class BlinkClientRect { |
| 870 static bottom_Getter(mthis) native "ClientRect_bottom_Getter"; | 1016 static bottom_Getter(mthis) native "ClientRect_bottom_Getter"; |
| 871 | 1017 |
| 872 static height_Getter(mthis) native "ClientRect_height_Getter"; | 1018 static height_Getter(mthis) native "ClientRect_height_Getter"; |
| 873 | 1019 |
| 874 static left_Getter(mthis) native "ClientRect_left_Getter"; | 1020 static left_Getter(mthis) native "ClientRect_left_Getter"; |
| 875 | 1021 |
| 876 static right_Getter(mthis) native "ClientRect_right_Getter"; | 1022 static right_Getter(mthis) native "ClientRect_right_Getter"; |
| 877 | 1023 |
| 878 static top_Getter(mthis) native "ClientRect_top_Getter"; | 1024 static top_Getter(mthis) native "ClientRect_top_Getter"; |
| 879 | 1025 |
| 880 static width_Getter(mthis) native "ClientRect_width_Getter"; | 1026 static width_Getter(mthis) native "ClientRect_width_Getter"; |
| 881 } | 1027 } |
| 882 | 1028 |
| 883 class BlinkClientRectList { | 1029 class BlinkClientRectList { |
| 884 static length_Getter(mthis) native "ClientRectList_length_Getter"; | 1030 static length_Getter(mthis) native "ClientRectList_length_Getter"; |
| 885 | 1031 |
| 886 static item_Callback_ul(mthis, index) native "ClientRectList_item_Callback_uns
igned long"; | 1032 static item_Callback_ul(mthis, index) native "ClientRectList_item_Callback_uns
igned long"; |
| 887 } | 1033 } |
| 888 | 1034 |
| 889 class BlinkClipboard { | |
| 890 static dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter"; | |
| 891 | |
| 892 static dropEffect_Setter_DOMString(mthis, value) native "DataTransfer_dropEffe
ct_Setter"; | |
| 893 | |
| 894 static effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_Getter"; | |
| 895 | |
| 896 static effectAllowed_Setter_DOMString(mthis, value) native "DataTransfer_effec
tAllowed_Setter"; | |
| 897 | |
| 898 static files_Getter(mthis) native "DataTransfer_files_Getter"; | |
| 899 | |
| 900 static items_Getter(mthis) native "DataTransfer_items_Getter"; | |
| 901 | |
| 902 static types_Getter(mthis) native "DataTransfer_types_Getter"; | |
| 903 | |
| 904 static clearData_Callback_DOMString(mthis, type) native "DataTransfer_clearDat
a_Callback_DOMString"; | |
| 905 | |
| 906 static clearData_Callback(mthis) native "DataTransfer_clearData_Callback"; | |
| 907 | |
| 908 static getData_Callback_DOMString(mthis, type) native "DataTransfer_getData_Ca
llback_DOMString"; | |
| 909 | |
| 910 static setData_Callback_DOMString_DOMString(mthis, type, data) native "DataTra
nsfer_setData_Callback_DOMString_DOMString"; | |
| 911 | |
| 912 static setDragImage_Callback_Element_long_long(mthis, image, x, y) native "Dat
aTransfer_setDragImage_Callback_Element_long_long"; | |
| 913 } | |
| 914 | |
| 915 class BlinkCloseEvent { | 1035 class BlinkCloseEvent { |
| 916 static code_Getter(mthis) native "CloseEvent_code_Getter"; | 1036 static code_Getter(mthis) native "CloseEvent_code_Getter"; |
| 917 | 1037 |
| 918 static reason_Getter(mthis) native "CloseEvent_reason_Getter"; | 1038 static reason_Getter(mthis) native "CloseEvent_reason_Getter"; |
| 919 | 1039 |
| 920 static wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; | 1040 static wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; |
| 921 } | 1041 } |
| 922 | 1042 |
| 923 class BlinkComment { | 1043 class BlinkComment { |
| 924 static constructorCallback_DOMString(data) native "Comment_constructorCallback
_DOMString"; | 1044 static constructorCallback_DOMString(data) native "Comment_constructorCallback
_DOMString"; |
| (...skipping 25 matching lines...) Expand all Loading... |
| 950 static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEn
d_Getter"; | 1070 static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEn
d_Getter"; |
| 951 | 1071 |
| 952 static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegment
Start_Getter"; | 1072 static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegment
Start_Getter"; |
| 953 | 1073 |
| 954 static data_Getter(mthis) native "CompositionEvent_data_Getter"; | 1074 static data_Getter(mthis) native "CompositionEvent_data_Getter"; |
| 955 | 1075 |
| 956 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"; | 1076 static initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStrin
g(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "Composi
tionEvent_initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMStri
ng"; |
| 957 } | 1077 } |
| 958 | 1078 |
| 959 class BlinkConsoleBase { | 1079 class BlinkConsoleBase { |
| 960 static assertCondition_Callback_boolean_object(mthis, condition, arg) native "
ConsoleBase_assert_Callback_boolean_object"; | 1080 static assert_Callback_boolean_object(mthis, condition, arg) native "ConsoleBa
se_assert_Callback_boolean_object"; |
| 961 | 1081 |
| 962 static clear_Callback_object(mthis, arg) native "ConsoleBase_clear_Callback_ob
ject"; | 1082 static clear_Callback_object(mthis, arg) native "ConsoleBase_clear_Callback_ob
ject"; |
| 963 | 1083 |
| 964 static count_Callback_object(mthis, arg) native "ConsoleBase_count_Callback_ob
ject"; | 1084 static count_Callback_object(mthis, arg) native "ConsoleBase_count_Callback_ob
ject"; |
| 965 | 1085 |
| 966 static debug_Callback_object(mthis, arg) native "ConsoleBase_debug_Callback_ob
ject"; | 1086 static debug_Callback_object(mthis, arg) native "ConsoleBase_debug_Callback_ob
ject"; |
| 967 | 1087 |
| 968 static dir_Callback_object(mthis, arg) native "ConsoleBase_dir_Callback_object
"; | 1088 static dir_Callback_object(mthis, arg) native "ConsoleBase_dir_Callback_object
"; |
| 969 | 1089 |
| 970 static dirxml_Callback_object(mthis, arg) native "ConsoleBase_dirxml_Callback_
object"; | 1090 static dirxml_Callback_object(mthis, arg) native "ConsoleBase_dirxml_Callback_
object"; |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1042 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g
etRandomValues_Callback"; | 1162 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g
etRandomValues_Callback"; |
| 1043 } | 1163 } |
| 1044 | 1164 |
| 1045 class BlinkCustomEvent { | 1165 class BlinkCustomEvent { |
| 1046 static detail_Getter(mthis) native "CustomEvent_detail_Getter"; | 1166 static detail_Getter(mthis) native "CustomEvent_detail_Getter"; |
| 1047 | 1167 |
| 1048 static initCustomEvent_Callback_DOMString_boolean_boolean_ScriptValue(mthis, t
ypeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEv
ent_Callback"; | 1168 static initCustomEvent_Callback_DOMString_boolean_boolean_ScriptValue(mthis, t
ypeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEv
ent_Callback"; |
| 1049 } | 1169 } |
| 1050 | 1170 |
| 1051 class BlinkDOMError { | 1171 class BlinkDOMError { |
| 1172 static constructorCallback_DOMString_DOMString(name, message) native "DOMError
_constructorCallback_DOMString_DOMString"; |
| 1173 |
| 1052 static message_Getter(mthis) native "DOMError_message_Getter"; | 1174 static message_Getter(mthis) native "DOMError_message_Getter"; |
| 1053 | 1175 |
| 1054 static name_Getter(mthis) native "DOMError_name_Getter"; | 1176 static name_Getter(mthis) native "DOMError_name_Getter"; |
| 1055 } | 1177 } |
| 1056 | 1178 |
| 1057 class BlinkDOMException { | 1179 class BlinkDOMException { |
| 1058 static message_Getter(mthis) native "DOMException_message_Getter"; | 1180 static message_Getter(mthis) native "DOMException_message_Getter"; |
| 1059 | 1181 |
| 1060 static name_Getter(mthis) native "DOMException_name_Getter"; | 1182 static name_Getter(mthis) native "DOMException_name_Getter"; |
| 1061 | 1183 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 1082 | 1204 |
| 1083 class BlinkDOMParser { | 1205 class BlinkDOMParser { |
| 1084 static constructorCallback() native "DOMParser_constructorCallback"; | 1206 static constructorCallback() native "DOMParser_constructorCallback"; |
| 1085 | 1207 |
| 1086 static parseFromString_Callback_DOMString_DOMString(mthis, str, contentType) n
ative "DOMParser_parseFromString_Callback_DOMString_DOMString"; | 1208 static parseFromString_Callback_DOMString_DOMString(mthis, str, contentType) n
ative "DOMParser_parseFromString_Callback_DOMString_DOMString"; |
| 1087 } | 1209 } |
| 1088 | 1210 |
| 1089 class BlinkDOMTokenList { | 1211 class BlinkDOMTokenList { |
| 1090 static length_Getter(mthis) native "DOMTokenList_length_Getter"; | 1212 static length_Getter(mthis) native "DOMTokenList_length_Getter"; |
| 1091 | 1213 |
| 1214 static add_Callback_DOMString(mthis, tokens) native "DOMTokenList_add_Callback
_DOMString"; |
| 1215 |
| 1092 static contains_Callback_DOMString(mthis, token) native "DOMTokenList_contains
_Callback_DOMString"; | 1216 static contains_Callback_DOMString(mthis, token) native "DOMTokenList_contains
_Callback_DOMString"; |
| 1093 | 1217 |
| 1094 static item_Callback_ul(mthis, index) native "DOMTokenList_item_Callback_unsig
ned long"; | 1218 static item_Callback_ul(mthis, index) native "DOMTokenList_item_Callback_unsig
ned long"; |
| 1095 | 1219 |
| 1220 static remove_Callback_DOMString(mthis, tokens) native "DOMTokenList_remove_Ca
llback_DOMString"; |
| 1221 |
| 1096 static toString_Callback(mthis) native "DOMTokenList_toString_Callback"; | 1222 static toString_Callback(mthis) native "DOMTokenList_toString_Callback"; |
| 1097 | 1223 |
| 1098 static toggle_Callback_DOMString_boolean(mthis, token, force) native "DOMToken
List_toggle_Callback_DOMString_boolean"; | 1224 static toggle_Callback_DOMString_boolean(mthis, token, force) native "DOMToken
List_toggle_Callback_DOMString_boolean"; |
| 1099 | 1225 |
| 1100 static toggle_Callback_DOMString(mthis, token) native "DOMTokenList_toggle_Cal
lback_DOMString"; | 1226 static toggle_Callback_DOMString(mthis, token) native "DOMTokenList_toggle_Cal
lback_DOMString"; |
| 1101 } | 1227 } |
| 1102 | 1228 |
| 1103 class BlinkDOMSettableTokenList { | 1229 class BlinkDOMSettableTokenList { |
| 1104 static value_Getter(mthis) native "DOMSettableTokenList_value_Getter"; | 1230 static value_Getter(mthis) native "DOMSettableTokenList_value_Getter"; |
| 1105 | 1231 |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1123 | 1249 |
| 1124 static $__getter___Callback_ul(mthis, index_OR_name) native "DOMStringMap___ge
tter___Callback_unsigned long"; | 1250 static $__getter___Callback_ul(mthis, index_OR_name) native "DOMStringMap___ge
tter___Callback_unsigned long"; |
| 1125 | 1251 |
| 1126 static $__getter___Callback_DOMString(mthis, index_OR_name) native "DOMStringM
ap___getter___Callback_DOMString"; | 1252 static $__getter___Callback_DOMString(mthis, index_OR_name) native "DOMStringM
ap___getter___Callback_DOMString"; |
| 1127 | 1253 |
| 1128 static $__setter___Callback_ul_DOMString(mthis, index_OR_name, value) native "
DOMStringMap___setter___Callback_unsigned long_DOMString"; | 1254 static $__setter___Callback_ul_DOMString(mthis, index_OR_name, value) native "
DOMStringMap___setter___Callback_unsigned long_DOMString"; |
| 1129 | 1255 |
| 1130 static $__setter___Callback_DOMString_DOMString(mthis, index_OR_name, value) n
ative "DOMStringMap___setter___Callback_DOMString_DOMString"; | 1256 static $__setter___Callback_DOMString_DOMString(mthis, index_OR_name, value) n
ative "DOMStringMap___setter___Callback_DOMString_DOMString"; |
| 1131 } | 1257 } |
| 1132 | 1258 |
| 1259 class BlinkDataTransfer { |
| 1260 static dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter"; |
| 1261 |
| 1262 static dropEffect_Setter_DOMString(mthis, value) native "DataTransfer_dropEffe
ct_Setter"; |
| 1263 |
| 1264 static effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_Getter"; |
| 1265 |
| 1266 static effectAllowed_Setter_DOMString(mthis, value) native "DataTransfer_effec
tAllowed_Setter"; |
| 1267 |
| 1268 static files_Getter(mthis) native "DataTransfer_files_Getter"; |
| 1269 |
| 1270 static items_Getter(mthis) native "DataTransfer_items_Getter"; |
| 1271 |
| 1272 static types_Getter(mthis) native "DataTransfer_types_Getter"; |
| 1273 |
| 1274 static clearData_Callback_DOMString(mthis, type) native "DataTransfer_clearDat
a_Callback_DOMString"; |
| 1275 |
| 1276 static clearData_Callback(mthis) native "DataTransfer_clearData_Callback"; |
| 1277 |
| 1278 static getData_Callback_DOMString(mthis, type) native "DataTransfer_getData_Ca
llback_DOMString"; |
| 1279 |
| 1280 static setData_Callback_DOMString_DOMString(mthis, type, data) native "DataTra
nsfer_setData_Callback_DOMString_DOMString"; |
| 1281 |
| 1282 static setDragImage_Callback_Element_long_long(mthis, image, x, y) native "Dat
aTransfer_setDragImage_Callback_Element_long_long"; |
| 1283 } |
| 1284 |
| 1133 class BlinkDataTransferItem { | 1285 class BlinkDataTransferItem { |
| 1134 static kind_Getter(mthis) native "DataTransferItem_kind_Getter"; | 1286 static kind_Getter(mthis) native "DataTransferItem_kind_Getter"; |
| 1135 | 1287 |
| 1136 static type_Getter(mthis) native "DataTransferItem_type_Getter"; | 1288 static type_Getter(mthis) native "DataTransferItem_type_Getter"; |
| 1137 | 1289 |
| 1138 static getAsFile_Callback(mthis) native "DataTransferItem_getAsFile_Callback"; | 1290 static getAsFile_Callback(mthis) native "DataTransferItem_getAsFile_Callback"; |
| 1139 | 1291 |
| 1140 static getAsString_Callback_StringCallback(mthis, callback) native "DataTransf
erItem_getAsString_Callback_StringCallback"; | 1292 static getAsString_Callback_StringCallback(mthis, callback) native "DataTransf
erItem_getAsString_Callback_StringCallback"; |
| 1141 | 1293 |
| 1142 static webkitGetAsEntry_Callback(mthis) native "DataTransferItem_webkitGetAsEn
try_Callback"; | 1294 static webkitGetAsEntry_Callback(mthis) native "DataTransferItem_webkitGetAsEn
try_Callback"; |
| 1143 } | 1295 } |
| 1144 | 1296 |
| 1145 class BlinkDataTransferItemList { | 1297 class BlinkDataTransferItemList { |
| 1146 static length_Getter(mthis) native "DataTransferItemList_length_Getter"; | 1298 static length_Getter(mthis) native "DataTransferItemList_length_Getter"; |
| 1147 | 1299 |
| 1148 static $__getter___Callback_ul(mthis, index) native "DataTransferItemList___ge
tter___Callback_unsigned long"; | 1300 static $__getter___Callback_ul(mthis, index) native "DataTransferItemList___ge
tter___Callback_unsigned long"; |
| 1149 | 1301 |
| 1302 static add_Callback_DOMString_DOMString(mthis, data_OR_file, type) native "Dat
aTransferItemList_add_Callback_DOMString_DOMString"; |
| 1303 |
| 1150 static add_Callback_File(mthis, data_OR_file) native "DataTransferItemList_add
_Callback_File"; | 1304 static add_Callback_File(mthis, data_OR_file) native "DataTransferItemList_add
_Callback_File"; |
| 1151 | 1305 |
| 1152 static add_Callback_DOMString_DOMString(mthis, data_OR_file, type) native "Dat
aTransferItemList_add_Callback_DOMString_DOMString"; | |
| 1153 | |
| 1154 static clear_Callback(mthis) native "DataTransferItemList_clear_Callback"; | 1306 static clear_Callback(mthis) native "DataTransferItemList_clear_Callback"; |
| 1155 | 1307 |
| 1156 static remove_Callback_ul(mthis, index) native "DataTransferItemList_remove_Ca
llback_unsigned long"; | 1308 static remove_Callback_ul(mthis, index) native "DataTransferItemList_remove_Ca
llback_unsigned long"; |
| 1157 } | 1309 } |
| 1158 | 1310 |
| 1159 class BlinkDatabase { | 1311 class BlinkDatabase { |
| 1160 static version_Getter(mthis) native "Database_version_Getter"; | 1312 static version_Getter(mthis) native "Database_version_Getter"; |
| 1161 | 1313 |
| 1162 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"; | 1314 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"; |
| 1163 | 1315 |
| (...skipping 30 matching lines...) Expand all Loading... |
| 1194 static location_Getter(mthis) native "WorkerGlobalScope_location_Getter"; | 1346 static location_Getter(mthis) native "WorkerGlobalScope_location_Getter"; |
| 1195 | 1347 |
| 1196 static navigator_Getter(mthis) native "WorkerGlobalScope_navigator_Getter"; | 1348 static navigator_Getter(mthis) native "WorkerGlobalScope_navigator_Getter"; |
| 1197 | 1349 |
| 1198 static performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter"
; | 1350 static performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter"
; |
| 1199 | 1351 |
| 1200 static self_Getter(mthis) native "WorkerGlobalScope_self_Getter"; | 1352 static self_Getter(mthis) native "WorkerGlobalScope_self_Getter"; |
| 1201 | 1353 |
| 1202 static close_Callback(mthis) native "WorkerGlobalScope_close_Callback"; | 1354 static close_Callback(mthis) native "WorkerGlobalScope_close_Callback"; |
| 1203 | 1355 |
| 1356 static importScripts_Callback_DOMString(mthis, urls) native "WorkerGlobalScope
_importScripts_Callback_DOMString"; |
| 1357 |
| 1204 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"; | 1358 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"; |
| 1205 | 1359 |
| 1206 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"; | 1360 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"; |
| 1207 | 1361 |
| 1208 static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback
(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_we
bkitRequestFileSystem_Callback_unsigned short_long long_FileSystemCallback_Error
Callback"; | 1362 static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback
(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_we
bkitRequestFileSystem_Callback_unsigned short_long long_FileSystemCallback_Error
Callback"; |
| 1209 | 1363 |
| 1210 static webkitRequestFileSystemSync_Callback_us_ll(mthis, type, size) native "W
orkerGlobalScope_webkitRequestFileSystemSync_Callback_unsigned short_long long"; | 1364 static webkitRequestFileSystemSync_Callback_us_ll(mthis, type, size) native "W
orkerGlobalScope_webkitRequestFileSystemSync_Callback_unsigned short_long long"; |
| 1211 | 1365 |
| 1212 static webkitResolveLocalFileSystemSyncURL_Callback_DOMString(mthis, url) nati
ve "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback_DOMString"; | 1366 static webkitResolveLocalFileSystemSyncURL_Callback_DOMString(mthis, url) nati
ve "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback_DOMString"; |
| 1213 | 1367 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1247 } | 1401 } |
| 1248 | 1402 |
| 1249 class BlinkDeviceAcceleration { | 1403 class BlinkDeviceAcceleration { |
| 1250 static x_Getter(mthis) native "DeviceAcceleration_x_Getter"; | 1404 static x_Getter(mthis) native "DeviceAcceleration_x_Getter"; |
| 1251 | 1405 |
| 1252 static y_Getter(mthis) native "DeviceAcceleration_y_Getter"; | 1406 static y_Getter(mthis) native "DeviceAcceleration_y_Getter"; |
| 1253 | 1407 |
| 1254 static z_Getter(mthis) native "DeviceAcceleration_z_Getter"; | 1408 static z_Getter(mthis) native "DeviceAcceleration_z_Getter"; |
| 1255 } | 1409 } |
| 1256 | 1410 |
| 1411 class BlinkDeviceLightEvent { |
| 1412 static value_Getter(mthis) native "DeviceLightEvent_value_Getter"; |
| 1413 } |
| 1414 |
| 1257 class BlinkDeviceMotionEvent { | 1415 class BlinkDeviceMotionEvent { |
| 1258 static acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Gette
r"; | 1416 static acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Gette
r"; |
| 1259 | 1417 |
| 1260 static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_ac
celerationIncludingGravity_Getter"; | 1418 static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_ac
celerationIncludingGravity_Getter"; |
| 1261 | 1419 |
| 1262 static interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter"; | 1420 static interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter"; |
| 1263 | 1421 |
| 1264 static rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Gette
r"; | 1422 static rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Gette
r"; |
| 1265 | 1423 |
| 1266 static initDeviceMotionEvent_Callback_DOMString_boolean_boolean_DeviceAccelera
tion_DeviceAcceleration_DeviceRotationRate_double(mthis, type, bubbles, cancelab
le, acceleration, accelerationIncludingGravity, rotationRate, interval) native "
DeviceMotionEvent_initDeviceMotionEvent_Callback"; | 1424 static initDeviceMotionEvent_Callback_DOMString_boolean_boolean_DeviceAccelera
tion_DeviceAcceleration_DeviceRotationRate_double(mthis, type, bubbles, cancelab
le, acceleration, accelerationIncludingGravity, rotationRate, interval) native "
DeviceMotionEvent_initDeviceMotionEvent_Callback"; |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1337 class BlinkGlobalEventHandlers {} | 1495 class BlinkGlobalEventHandlers {} |
| 1338 | 1496 |
| 1339 class BlinkParentNode { | 1497 class BlinkParentNode { |
| 1340 static childElementCount_Getter(mthis) native "ParentNode_childElementCount_Ge
tter"; | 1498 static childElementCount_Getter(mthis) native "ParentNode_childElementCount_Ge
tter"; |
| 1341 | 1499 |
| 1342 static children_Getter(mthis) native "ParentNode_children_Getter"; | 1500 static children_Getter(mthis) native "ParentNode_children_Getter"; |
| 1343 | 1501 |
| 1344 static firstElementChild_Getter(mthis) native "ParentNode_firstElementChild_Ge
tter"; | 1502 static firstElementChild_Getter(mthis) native "ParentNode_firstElementChild_Ge
tter"; |
| 1345 | 1503 |
| 1346 static lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Gett
er"; | 1504 static lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Gett
er"; |
| 1505 |
| 1506 static querySelector_Callback_DOMString(mthis, selectors) native "ParentNode_q
uerySelector_Callback_DOMString"; |
| 1507 |
| 1508 static querySelectorAll_Callback_DOMString(mthis, selectors) native "ParentNod
e_querySelectorAll_Callback_DOMString"; |
| 1347 } | 1509 } |
| 1348 | 1510 |
| 1349 class BlinkDocument { | 1511 class BlinkDocument { |
| 1350 static activeElement_Getter(mthis) native "Document_activeElement_Getter"; | 1512 static activeElement_Getter(mthis) native "Document_activeElement_Getter"; |
| 1351 | 1513 |
| 1352 static body_Getter(mthis) native "Document_body_Getter"; | 1514 static body_Getter(mthis) native "Document_body_Getter"; |
| 1353 | 1515 |
| 1354 static body_Setter_HTMLElement(mthis, value) native "Document_body_Setter"; | 1516 static body_Setter_HTMLElement(mthis, value) native "Document_body_Setter"; |
| 1355 | 1517 |
| 1518 static contentType_Getter(mthis) native "Document_contentType_Getter"; |
| 1519 |
| 1356 static cookie_Getter(mthis) native "Document_cookie_Getter"; | 1520 static cookie_Getter(mthis) native "Document_cookie_Getter"; |
| 1357 | 1521 |
| 1358 static cookie_Setter_DOMString(mthis, value) native "Document_cookie_Setter"; | 1522 static cookie_Setter_DOMString(mthis, value) native "Document_cookie_Setter"; |
| 1359 | 1523 |
| 1360 static currentScript_Getter(mthis) native "Document_currentScript_Getter"; | 1524 static currentScript_Getter(mthis) native "Document_currentScript_Getter"; |
| 1361 | 1525 |
| 1362 static defaultView_Getter(mthis) native "Document_defaultView_Getter"; | 1526 static defaultView_Getter(mthis) native "Document_defaultView_Getter"; |
| 1363 | 1527 |
| 1364 static documentElement_Getter(mthis) native "Document_documentElement_Getter"; | 1528 static documentElement_Getter(mthis) native "Document_documentElement_Getter"; |
| 1365 | 1529 |
| 1366 static domain_Getter(mthis) native "Document_domain_Getter"; | 1530 static domain_Getter(mthis) native "Document_domain_Getter"; |
| 1367 | 1531 |
| 1368 static fonts_Getter(mthis) native "Document_fonts_Getter"; | 1532 static fonts_Getter(mthis) native "Document_fonts_Getter"; |
| 1369 | 1533 |
| 1370 static head_Getter(mthis) native "Document_head_Getter"; | 1534 static head_Getter(mthis) native "Document_head_Getter"; |
| 1371 | 1535 |
| 1372 static hidden_Getter(mthis) native "Document_hidden_Getter"; | 1536 static hidden_Getter(mthis) native "Document_hidden_Getter"; |
| 1373 | 1537 |
| 1374 static implementation_Getter(mthis) native "Document_implementation_Getter"; | 1538 static implementation_Getter(mthis) native "Document_implementation_Getter"; |
| 1375 | 1539 |
| 1376 static lastModified_Getter(mthis) native "Document_lastModified_Getter"; | 1540 static lastModified_Getter(mthis) native "Document_lastModified_Getter"; |
| 1377 | 1541 |
| 1542 static pointerLockElement_Getter(mthis) native "Document_pointerLockElement_Ge
tter"; |
| 1543 |
| 1378 static preferredStylesheetSet_Getter(mthis) native "Document_preferredStyleshe
etSet_Getter"; | 1544 static preferredStylesheetSet_Getter(mthis) native "Document_preferredStyleshe
etSet_Getter"; |
| 1379 | 1545 |
| 1380 static readyState_Getter(mthis) native "Document_readyState_Getter"; | 1546 static readyState_Getter(mthis) native "Document_readyState_Getter"; |
| 1381 | 1547 |
| 1382 static referrer_Getter(mthis) native "Document_referrer_Getter"; | 1548 static referrer_Getter(mthis) native "Document_referrer_Getter"; |
| 1383 | 1549 |
| 1384 static rootElement_Getter(mthis) native "Document_rootElement_Getter"; | 1550 static rootElement_Getter(mthis) native "Document_rootElement_Getter"; |
| 1385 | 1551 |
| 1386 static selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheet
Set_Getter"; | 1552 static selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheet
Set_Getter"; |
| 1387 | 1553 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 1412 static caretRangeFromPoint_Callback_long_long(mthis, x, y) native "Document_ca
retRangeFromPoint_Callback_long_long"; | 1578 static caretRangeFromPoint_Callback_long_long(mthis, x, y) native "Document_ca
retRangeFromPoint_Callback_long_long"; |
| 1413 | 1579 |
| 1414 static createDocumentFragment_Callback(mthis) native "Document_createDocumentF
ragment_Callback"; | 1580 static createDocumentFragment_Callback(mthis) native "Document_createDocumentF
ragment_Callback"; |
| 1415 | 1581 |
| 1416 static createElement_Callback_DOMString(mthis, localName_OR_tagName, typeExten
sion) native "Document_createElement_Callback"; | 1582 static createElement_Callback_DOMString(mthis, localName_OR_tagName, typeExten
sion) native "Document_createElement_Callback"; |
| 1417 | 1583 |
| 1418 static createElementNS_Callback_DOMString_DOMString(mthis, namespaceURI, quali
fiedName, typeExtension) native "Document_createElementNS_Callback"; | 1584 static createElementNS_Callback_DOMString_DOMString(mthis, namespaceURI, quali
fiedName, typeExtension) native "Document_createElementNS_Callback"; |
| 1419 | 1585 |
| 1420 static createEvent_Callback_DOMString(mthis, eventType) native "Document_creat
eEvent_Callback_DOMString"; | 1586 static createEvent_Callback_DOMString(mthis, eventType) native "Document_creat
eEvent_Callback_DOMString"; |
| 1421 | 1587 |
| 1422 static createEvent_Callback(mthis) native "Document_createEvent_Callback"; | |
| 1423 | |
| 1424 static createNodeIterator_Callback_Node_ul_NodeFilter(mthis, root, whatToShow,
filter) native "Document_createNodeIterator_Callback_Node_unsigned long_NodeFil
ter"; | 1588 static createNodeIterator_Callback_Node_ul_NodeFilter(mthis, root, whatToShow,
filter) native "Document_createNodeIterator_Callback_Node_unsigned long_NodeFil
ter"; |
| 1425 | 1589 |
| 1426 static createNodeIterator_Callback_Node_ul(mthis, root, whatToShow) native "Do
cument_createNodeIterator_Callback_Node_unsigned long"; | 1590 static createNodeIterator_Callback_Node_ul(mthis, root, whatToShow) native "Do
cument_createNodeIterator_Callback_Node_unsigned long"; |
| 1427 | 1591 |
| 1428 static createNodeIterator_Callback_Node(mthis, root) native "Document_createNo
deIterator_Callback_Node"; | 1592 static createNodeIterator_Callback_Node(mthis, root) native "Document_createNo
deIterator_Callback_Node"; |
| 1429 | 1593 |
| 1430 static createRange_Callback(mthis) native "Document_createRange_Callback"; | 1594 static createRange_Callback(mthis) native "Document_createRange_Callback"; |
| 1431 | 1595 |
| 1432 static createTextNode_Callback_DOMString(mthis, data) native "Document_createT
extNode_Callback_DOMString"; | 1596 static createTextNode_Callback_DOMString(mthis, data) native "Document_createT
extNode_Callback_DOMString"; |
| 1433 | 1597 |
| 1434 static createTouch_Callback_Window_EventTarget_long_long_long_long_long_long_l
ong_float_float(mthis, window, target, identifier, pageX, pageY, screenX, screen
Y, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce) native "Docum
ent_createTouch_Callback_Window_EventTarget_long_long_long_long_long_long_long_f
loat_float"; | 1598 static createTouch_Callback_Window_EventTarget_long_double_double_double_doubl
e_double_double_float_float(mthis, window, target, identifier, pageX, pageY, scr
eenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce) n
ative "Document_createTouch_Callback_Window_EventTarget_long_double_double_doubl
e_double_double_double_float_float"; |
| 1599 |
| 1600 static createTouchList_Callback_Touch(mthis, touches) native "Document_createT
ouchList_Callback_Touch"; |
| 1435 | 1601 |
| 1436 static createTreeWalker_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, f
ilter) native "Document_createTreeWalker_Callback_Node_unsigned long_NodeFilter"
; | 1602 static createTreeWalker_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, f
ilter) native "Document_createTreeWalker_Callback_Node_unsigned long_NodeFilter"
; |
| 1437 | 1603 |
| 1438 static createTreeWalker_Callback_Node_ul(mthis, root, whatToShow) native "Docu
ment_createTreeWalker_Callback_Node_unsigned long"; | 1604 static createTreeWalker_Callback_Node_ul(mthis, root, whatToShow) native "Docu
ment_createTreeWalker_Callback_Node_unsigned long"; |
| 1439 | 1605 |
| 1440 static createTreeWalker_Callback_Node(mthis, root) native "Document_createTree
Walker_Callback_Node"; | 1606 static createTreeWalker_Callback_Node(mthis, root) native "Document_createTree
Walker_Callback_Node"; |
| 1441 | 1607 |
| 1442 static elementFromPoint_Callback_long_long(mthis, x, y) native "Document_eleme
ntFromPoint_Callback_long_long"; | 1608 static elementFromPoint_Callback_long_long(mthis, x, y) native "Document_eleme
ntFromPoint_Callback_long_long"; |
| 1443 | 1609 |
| 1444 static execCommand_Callback_DOMString_boolean_DOMString(mthis, command, userIn
terface, value) native "Document_execCommand_Callback_DOMString_boolean_DOMStrin
g"; | 1610 static execCommand_Callback_DOMString_boolean_DOMString(mthis, command, userIn
terface, value) native "Document_execCommand_Callback_DOMString_boolean_DOMStrin
g"; |
| 1445 | 1611 |
| 1612 static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callba
ck"; |
| 1613 |
| 1446 static getCSSCanvasContext_Callback_DOMString_DOMString_long_long(mthis, conte
xtId, name, width, height) native "Document_getCSSCanvasContext_Callback_DOMStri
ng_DOMString_long_long"; | 1614 static getCSSCanvasContext_Callback_DOMString_DOMString_long_long(mthis, conte
xtId, name, width, height) native "Document_getCSSCanvasContext_Callback_DOMStri
ng_DOMString_long_long"; |
| 1447 | 1615 |
| 1448 static getElementById_Callback_DOMString(mthis, elementId) native "Document_ge
tElementById_Callback_DOMString"; | 1616 static getElementById_Callback_DOMString(mthis, elementId) native "Document_ge
tElementById_Callback_DOMString"; |
| 1449 | 1617 |
| 1450 static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Do
cument_getElementsByClassName_Callback_DOMString"; | 1618 static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Do
cument_getElementsByClassName_Callback_DOMString"; |
| 1451 | 1619 |
| 1452 static getElementsByName_Callback_DOMString(mthis, elementName) native "Docume
nt_getElementsByName_Callback_DOMString"; | 1620 static getElementsByName_Callback_DOMString(mthis, elementName) native "Docume
nt_getElementsByName_Callback_DOMString"; |
| 1453 | 1621 |
| 1454 static getElementsByTagName_Callback_DOMString(mthis, localName) native "Docum
ent_getElementsByTagName_Callback_DOMString"; | 1622 static getElementsByTagName_Callback_DOMString(mthis, localName) native "Docum
ent_getElementsByTagName_Callback_DOMString"; |
| 1455 | 1623 |
| 1456 static importNode_Callback_Node_boolean(mthis, node, deep) native "Document_im
portNode_Callback_Node_boolean"; | 1624 static importNode_Callback_Node_boolean(mthis, node, deep) native "Document_im
portNode_Callback_Node_boolean"; |
| 1457 | 1625 |
| 1458 static importNode_Callback_Node(mthis, node) native "Document_importNode_Callb
ack_Node"; | 1626 static importNode_Callback_Node(mthis, node) native "Document_importNode_Callb
ack_Node"; |
| 1459 | 1627 |
| 1460 static queryCommandEnabled_Callback_DOMString(mthis, command) native "Document
_queryCommandEnabled_Callback_DOMString"; | 1628 static queryCommandEnabled_Callback_DOMString(mthis, command) native "Document
_queryCommandEnabled_Callback_DOMString"; |
| 1461 | 1629 |
| 1462 static queryCommandIndeterm_Callback_DOMString(mthis, command) native "Documen
t_queryCommandIndeterm_Callback_DOMString"; | 1630 static queryCommandIndeterm_Callback_DOMString(mthis, command) native "Documen
t_queryCommandIndeterm_Callback_DOMString"; |
| 1463 | 1631 |
| 1464 static queryCommandState_Callback_DOMString(mthis, command) native "Document_q
ueryCommandState_Callback_DOMString"; | 1632 static queryCommandState_Callback_DOMString(mthis, command) native "Document_q
ueryCommandState_Callback_DOMString"; |
| 1465 | 1633 |
| 1466 static queryCommandSupported_Callback_DOMString(mthis, command) native "Docume
nt_queryCommandSupported_Callback_DOMString"; | 1634 static queryCommandSupported_Callback_DOMString(mthis, command) native "Docume
nt_queryCommandSupported_Callback_DOMString"; |
| 1467 | 1635 |
| 1468 static queryCommandValue_Callback_DOMString(mthis, command) native "Document_q
ueryCommandValue_Callback_DOMString"; | 1636 static queryCommandValue_Callback_DOMString(mthis, command) native "Document_q
ueryCommandValue_Callback_DOMString"; |
| 1469 | 1637 |
| 1470 static querySelector_Callback_DOMString(mthis, selectors) native "Document_que
rySelector_Callback_DOMString"; | |
| 1471 | |
| 1472 static querySelectorAll_Callback_DOMString(mthis, selectors) native "Document_
querySelectorAll_Callback_DOMString"; | |
| 1473 | |
| 1474 static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscr
een_Callback"; | 1638 static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscr
een_Callback"; |
| 1475 | 1639 |
| 1476 static webkitExitPointerLock_Callback(mthis) native "Document_webkitExitPointe
rLock_Callback"; | 1640 static webkitExitPointerLock_Callback(mthis) native "Document_webkitExitPointe
rLock_Callback"; |
| 1477 | 1641 |
| 1478 static childElementCount_Getter(mthis) native "Document_childElementCount_Gett
er"; | 1642 static childElementCount_Getter(mthis) native "Document_childElementCount_Gett
er"; |
| 1479 | 1643 |
| 1480 static children_Getter(mthis) native "Document_children_Getter"; | 1644 static children_Getter(mthis) native "Document_children_Getter"; |
| 1481 | 1645 |
| 1482 static firstElementChild_Getter(mthis) native "Document_firstElementChild_Gett
er"; | 1646 static firstElementChild_Getter(mthis) native "Document_firstElementChild_Gett
er"; |
| 1483 | 1647 |
| 1484 static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter
"; | 1648 static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter
"; |
| 1649 |
| 1650 static querySelector_Callback_DOMString(mthis, selectors) native "Document_que
rySelector_Callback_DOMString"; |
| 1651 |
| 1652 static querySelectorAll_Callback_DOMString(mthis, selectors) native "Document_
querySelectorAll_Callback_DOMString"; |
| 1485 } | 1653 } |
| 1486 | 1654 |
| 1487 class BlinkDocumentFragment { | 1655 class BlinkDocumentFragment { |
| 1488 static querySelector_Callback_DOMString(mthis, selectors) native "DocumentFrag
ment_querySelector_Callback_DOMString"; | 1656 static getElementById_Callback_DOMString(mthis, elementId) native "DocumentFra
gment_getElementById_Callback_DOMString"; |
| 1489 | |
| 1490 static querySelectorAll_Callback_DOMString(mthis, selectors) native "DocumentF
ragment_querySelectorAll_Callback_DOMString"; | |
| 1491 | 1657 |
| 1492 static childElementCount_Getter(mthis) native "DocumentFragment_childElementCo
unt_Getter"; | 1658 static childElementCount_Getter(mthis) native "DocumentFragment_childElementCo
unt_Getter"; |
| 1493 | 1659 |
| 1494 static firstElementChild_Getter(mthis) native "DocumentFragment_firstElementCh
ild_Getter"; | 1660 static firstElementChild_Getter(mthis) native "DocumentFragment_firstElementCh
ild_Getter"; |
| 1495 | 1661 |
| 1496 static lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChil
d_Getter"; | 1662 static lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChil
d_Getter"; |
| 1663 |
| 1664 static querySelector_Callback_DOMString(mthis, selectors) native "DocumentFrag
ment_querySelector_Callback_DOMString"; |
| 1665 |
| 1666 static querySelectorAll_Callback_DOMString(mthis, selectors) native "DocumentF
ragment_querySelectorAll_Callback_DOMString"; |
| 1497 } | 1667 } |
| 1498 | 1668 |
| 1499 class BlinkDocumentType {} | 1669 class BlinkDocumentType {} |
| 1500 | 1670 |
| 1501 class BlinkDynamicsCompressorNode { | 1671 class BlinkDynamicsCompressorNode { |
| 1502 static attack_Getter(mthis) native "DynamicsCompressorNode_attack_Getter"; | 1672 static attack_Getter(mthis) native "DynamicsCompressorNode_attack_Getter"; |
| 1503 | 1673 |
| 1504 static knee_Getter(mthis) native "DynamicsCompressorNode_knee_Getter"; | 1674 static knee_Getter(mthis) native "DynamicsCompressorNode_knee_Getter"; |
| 1505 | 1675 |
| 1506 static ratio_Getter(mthis) native "DynamicsCompressorNode_ratio_Getter"; | 1676 static ratio_Getter(mthis) native "DynamicsCompressorNode_ratio_Getter"; |
| 1507 | 1677 |
| 1508 static reduction_Getter(mthis) native "DynamicsCompressorNode_reduction_Getter
"; | 1678 static reduction_Getter(mthis) native "DynamicsCompressorNode_reduction_Getter
"; |
| 1509 | 1679 |
| 1510 static release_Getter(mthis) native "DynamicsCompressorNode_release_Getter"; | 1680 static release_Getter(mthis) native "DynamicsCompressorNode_release_Getter"; |
| 1511 | 1681 |
| 1512 static threshold_Getter(mthis) native "DynamicsCompressorNode_threshold_Getter
"; | 1682 static threshold_Getter(mthis) native "DynamicsCompressorNode_threshold_Getter
"; |
| 1513 } | 1683 } |
| 1514 | 1684 |
| 1685 class BlinkEXTBlendMinMax {} |
| 1686 |
| 1515 class BlinkEXTFragDepth {} | 1687 class BlinkEXTFragDepth {} |
| 1516 | 1688 |
| 1689 class BlinkEXTShaderTextureLOD {} |
| 1690 |
| 1517 class BlinkEXTTextureFilterAnisotropic {} | 1691 class BlinkEXTTextureFilterAnisotropic {} |
| 1518 | 1692 |
| 1519 class BlinkElement { | 1693 class BlinkElement { |
| 1520 static attributes_Getter(mthis) native "Element_attributes_Getter"; | 1694 static attributes_Getter(mthis) native "Element_attributes_Getter"; |
| 1521 | 1695 |
| 1522 static className_Getter(mthis) native "Element_className_Getter"; | 1696 static className_Getter(mthis) native "Element_className_Getter"; |
| 1523 | 1697 |
| 1524 static className_Setter_DOMString(mthis, value) native "Element_className_Sett
er"; | 1698 static className_Setter_DOMString(mthis, value) native "Element_className_Sett
er"; |
| 1525 | 1699 |
| 1526 static clientHeight_Getter(mthis) native "Element_clientHeight_Getter"; | 1700 static clientHeight_Getter(mthis) native "Element_clientHeight_Getter"; |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1566 static scrollTop_Setter_long(mthis, value) native "Element_scrollTop_Setter"; | 1740 static scrollTop_Setter_long(mthis, value) native "Element_scrollTop_Setter"; |
| 1567 | 1741 |
| 1568 static scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter"; | 1742 static scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter"; |
| 1569 | 1743 |
| 1570 static shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter"; | 1744 static shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter"; |
| 1571 | 1745 |
| 1572 static style_Getter(mthis) native "Element_style_Getter"; | 1746 static style_Getter(mthis) native "Element_style_Getter"; |
| 1573 | 1747 |
| 1574 static tagName_Getter(mthis) native "Element_tagName_Getter"; | 1748 static tagName_Getter(mthis) native "Element_tagName_Getter"; |
| 1575 | 1749 |
| 1576 static animate_Callback_SEQ_Dictionary_SEQ_Dictionary(mthis, keyframes, timing
Input) native "Element_animate_Callback_sequence<Dictionary>_Dictionary"; | 1750 static animate_Callback_object_object(mthis, effect, timing) native "Element_a
nimate_Callback"; |
| 1577 | |
| 1578 static animate_Callback_SEQ_Dictionary_SEQ_double(mthis, keyframes, timingInpu
t) native "Element_animate_Callback_sequence<Dictionary>_double"; | |
| 1579 | |
| 1580 static animate_Callback_SEQ_Dictionary_SEQ(mthis, keyframes) native "Element_a
nimate_Callback_sequence<Dictionary>"; | |
| 1581 | 1751 |
| 1582 static blur_Callback(mthis) native "Element_blur_Callback"; | 1752 static blur_Callback(mthis) native "Element_blur_Callback"; |
| 1583 | 1753 |
| 1584 static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callb
ack"; | 1754 static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callb
ack"; |
| 1585 | 1755 |
| 1586 static focus_Callback(mthis) native "Element_focus_Callback"; | 1756 static focus_Callback(mthis) native "Element_focus_Callback"; |
| 1587 | 1757 |
| 1588 static getAttribute_Callback_DOMString(mthis, name) native "Element_getAttribu
te_Callback_DOMString"; | 1758 static getAttribute_Callback_DOMString(mthis, name) native "Element_getAttribu
te_Callback_DOMString"; |
| 1589 | 1759 |
| 1590 static getAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN
ame) native "Element_getAttributeNS_Callback_DOMString_DOMString"; | 1760 static getAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN
ame) native "Element_getAttributeNS_Callback_DOMString_DOMString"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 1604 static hasAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN
ame) native "Element_hasAttributeNS_Callback_DOMString_DOMString"; | 1774 static hasAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localN
ame) native "Element_hasAttributeNS_Callback_DOMString_DOMString"; |
| 1605 | 1775 |
| 1606 static insertAdjacentElement_Callback_DOMString_Element(mthis, where, element)
native "Element_insertAdjacentElement_Callback_DOMString_Element"; | 1776 static insertAdjacentElement_Callback_DOMString_Element(mthis, where, element)
native "Element_insertAdjacentElement_Callback_DOMString_Element"; |
| 1607 | 1777 |
| 1608 static insertAdjacentHTML_Callback_DOMString_DOMString(mthis, where, html) nat
ive "Element_insertAdjacentHTML_Callback_DOMString_DOMString"; | 1778 static insertAdjacentHTML_Callback_DOMString_DOMString(mthis, where, html) nat
ive "Element_insertAdjacentHTML_Callback_DOMString_DOMString"; |
| 1609 | 1779 |
| 1610 static insertAdjacentText_Callback_DOMString_DOMString(mthis, where, text) nat
ive "Element_insertAdjacentText_Callback_DOMString_DOMString"; | 1780 static insertAdjacentText_Callback_DOMString_DOMString(mthis, where, text) nat
ive "Element_insertAdjacentText_Callback_DOMString_DOMString"; |
| 1611 | 1781 |
| 1612 static matches_Callback_DOMString(mthis, selectors) native "Element_matches_Ca
llback_DOMString"; | 1782 static matches_Callback_DOMString(mthis, selectors) native "Element_matches_Ca
llback_DOMString"; |
| 1613 | 1783 |
| 1614 static querySelector_Callback_DOMString(mthis, selectors) native "Element_quer
ySelector_Callback_DOMString"; | |
| 1615 | |
| 1616 static querySelectorAll_Callback_DOMString(mthis, selectors) native "Element_q
uerySelectorAll_Callback_DOMString"; | |
| 1617 | |
| 1618 static removeAttribute_Callback_DOMString(mthis, name) native "Element_removeA
ttribute_Callback_DOMString"; | 1784 static removeAttribute_Callback_DOMString(mthis, name) native "Element_removeA
ttribute_Callback_DOMString"; |
| 1619 | 1785 |
| 1620 static removeAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, loc
alName) native "Element_removeAttributeNS_Callback_DOMString_DOMString"; | 1786 static removeAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, loc
alName) native "Element_removeAttributeNS_Callback_DOMString_DOMString"; |
| 1621 | 1787 |
| 1788 static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_C
allback"; |
| 1789 |
| 1622 static scrollByLines_Callback_long(mthis, lines) native "Element_scrollByLines
_Callback_long"; | 1790 static scrollByLines_Callback_long(mthis, lines) native "Element_scrollByLines
_Callback_long"; |
| 1623 | 1791 |
| 1624 static scrollByPages_Callback_long(mthis, pages) native "Element_scrollByPages
_Callback_long"; | 1792 static scrollByPages_Callback_long(mthis, pages) native "Element_scrollByPages
_Callback_long"; |
| 1625 | 1793 |
| 1626 static scrollIntoView_Callback_boolean(mthis, alignWithTop) native "Element_sc
rollIntoView_Callback_boolean"; | 1794 static scrollIntoView_Callback_boolean(mthis, alignWithTop) native "Element_sc
rollIntoView_Callback_boolean"; |
| 1627 | 1795 |
| 1628 static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback"
; | 1796 static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback"
; |
| 1629 | 1797 |
| 1630 static scrollIntoViewIfNeeded_Callback_boolean(mthis, centerIfNeeded) native "
Element_scrollIntoViewIfNeeded_Callback_boolean"; | 1798 static scrollIntoViewIfNeeded_Callback_boolean(mthis, centerIfNeeded) native "
Element_scrollIntoViewIfNeeded_Callback_boolean"; |
| 1631 | 1799 |
| 1632 static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIf
Needed_Callback"; | 1800 static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIf
Needed_Callback"; |
| 1633 | 1801 |
| 1634 static setAttribute_Callback_DOMString_DOMString(mthis, name, value) native "E
lement_setAttribute_Callback_DOMString_DOMString"; | 1802 static setAttribute_Callback_DOMString_DOMString(mthis, name, value) native "E
lement_setAttribute_Callback_DOMString_DOMString"; |
| 1635 | 1803 |
| 1636 static setAttributeNS_Callback_DOMString_DOMString_DOMString(mthis, namespaceU
RI, qualifiedName, value) native "Element_setAttributeNS_Callback_DOMString_DOMS
tring_DOMString"; | 1804 static setAttributeNS_Callback_DOMString_DOMString_DOMString(mthis, namespaceU
RI, qualifiedName, value) native "Element_setAttributeNS_Callback_DOMString_DOMS
tring_DOMString"; |
| 1637 | 1805 |
| 1638 static webkitRequestFullscreen_Callback(mthis) native "Element_webkitRequestFu
llscreen_Callback"; | 1806 static webkitRequestFullscreen_Callback(mthis) native "Element_webkitRequestFu
llscreen_Callback"; |
| 1639 | 1807 |
| 1640 static webkitRequestPointerLock_Callback(mthis) native "Element_webkitRequestP
ointerLock_Callback"; | |
| 1641 | |
| 1642 static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Get
ter"; | 1808 static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Get
ter"; |
| 1643 | 1809 |
| 1644 static previousElementSibling_Getter(mthis) native "Element_previousElementSib
ling_Getter"; | 1810 static previousElementSibling_Getter(mthis) native "Element_previousElementSib
ling_Getter"; |
| 1645 | 1811 |
| 1646 static remove_Callback(mthis) native "Element_remove_Callback"; | 1812 static remove_Callback(mthis) native "Element_remove_Callback"; |
| 1647 | 1813 |
| 1648 static childElementCount_Getter(mthis) native "Element_childElementCount_Gette
r"; | 1814 static childElementCount_Getter(mthis) native "Element_childElementCount_Gette
r"; |
| 1649 | 1815 |
| 1650 static children_Getter(mthis) native "Element_children_Getter"; | 1816 static children_Getter(mthis) native "Element_children_Getter"; |
| 1651 | 1817 |
| 1652 static firstElementChild_Getter(mthis) native "Element_firstElementChild_Gette
r"; | 1818 static firstElementChild_Getter(mthis) native "Element_firstElementChild_Gette
r"; |
| 1653 | 1819 |
| 1654 static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter"
; | 1820 static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter"
; |
| 1821 |
| 1822 static querySelector_Callback_DOMString(mthis, selectors) native "Element_quer
ySelector_Callback_DOMString"; |
| 1823 |
| 1824 static querySelectorAll_Callback_DOMString(mthis, selectors) native "Element_q
uerySelectorAll_Callback_DOMString"; |
| 1655 } | 1825 } |
| 1656 | 1826 |
| 1657 class BlinkErrorEvent { | 1827 class BlinkErrorEvent { |
| 1658 static colno_Getter(mthis) native "ErrorEvent_colno_Getter"; | 1828 static colno_Getter(mthis) native "ErrorEvent_colno_Getter"; |
| 1659 | 1829 |
| 1660 static error_Getter(mthis) native "ErrorEvent_error_Getter"; | 1830 static error_Getter(mthis) native "ErrorEvent_error_Getter"; |
| 1661 | 1831 |
| 1662 static filename_Getter(mthis) native "ErrorEvent_filename_Getter"; | 1832 static filename_Getter(mthis) native "ErrorEvent_filename_Getter"; |
| 1663 | 1833 |
| 1664 static lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; | 1834 static lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; |
| 1665 | 1835 |
| 1666 static message_Getter(mthis) native "ErrorEvent_message_Getter"; | 1836 static message_Getter(mthis) native "ErrorEvent_message_Getter"; |
| 1667 } | 1837 } |
| 1668 | 1838 |
| 1669 class BlinkEventSource { | 1839 class BlinkEventSource { |
| 1670 static constructorCallback_DOMString_Dictionary(url, eventSourceInit) native "
EventSource_constructorCallback_DOMString_Dictionary"; | 1840 static constructorCallback_DOMString_Dictionary(url, eventSourceInit) native "
EventSource_constructorCallback_DOMString_Dictionary"; |
| 1671 | 1841 |
| 1672 static readyState_Getter(mthis) native "EventSource_readyState_Getter"; | 1842 static readyState_Getter(mthis) native "EventSource_readyState_Getter"; |
| 1673 | 1843 |
| 1674 static url_Getter(mthis) native "EventSource_url_Getter"; | 1844 static url_Getter(mthis) native "EventSource_url_Getter"; |
| 1675 | 1845 |
| 1676 static withCredentials_Getter(mthis) native "EventSource_withCredentials_Gette
r"; | 1846 static withCredentials_Getter(mthis) native "EventSource_withCredentials_Gette
r"; |
| 1677 | 1847 |
| 1678 static close_Callback(mthis) native "EventSource_close_Callback"; | 1848 static close_Callback(mthis) native "EventSource_close_Callback"; |
| 1679 } | 1849 } |
| 1680 | 1850 |
| 1851 class BlinkFetchEvent { |
| 1852 static request_Getter(mthis) native "FetchEvent_request_Getter"; |
| 1853 |
| 1854 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo
ndWith_Callback_ScriptValue"; |
| 1855 } |
| 1856 |
| 1681 class BlinkFile { | 1857 class BlinkFile { |
| 1682 static lastModified_Getter(mthis) native "File_lastModified_Getter"; | 1858 static lastModified_Getter(mthis) native "File_lastModified_Getter"; |
| 1683 | 1859 |
| 1684 static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter"; | 1860 static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter"; |
| 1685 | 1861 |
| 1686 static name_Getter(mthis) native "File_name_Getter"; | 1862 static name_Getter(mthis) native "File_name_Getter"; |
| 1687 | 1863 |
| 1688 static webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Getter
"; | 1864 static webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Getter
"; |
| 1689 } | 1865 } |
| 1690 | 1866 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1750 | 1926 |
| 1751 class BlinkFileWriterSync {} | 1927 class BlinkFileWriterSync {} |
| 1752 | 1928 |
| 1753 class BlinkFocusEvent { | 1929 class BlinkFocusEvent { |
| 1754 static relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter"; | 1930 static relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter"; |
| 1755 } | 1931 } |
| 1756 | 1932 |
| 1757 class BlinkFontFace { | 1933 class BlinkFontFace { |
| 1758 static constructorCallback_DOMString_DOMString_Dictionary(family, source, desc
riptors) native "FontFace_constructorCallback_DOMString_DOMString_Dictionary"; | 1934 static constructorCallback_DOMString_DOMString_Dictionary(family, source, desc
riptors) native "FontFace_constructorCallback_DOMString_DOMString_Dictionary"; |
| 1759 | 1935 |
| 1936 static constructorCallback_DOMString_ArrayBufferView_Dictionary(family, source
, descriptors) native "FontFace_constructorCallback_DOMString_ArrayBufferView_Di
ctionary"; |
| 1937 |
| 1938 static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, de
scriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary
"; |
| 1939 |
| 1760 static family_Getter(mthis) native "FontFace_family_Getter"; | 1940 static family_Getter(mthis) native "FontFace_family_Getter"; |
| 1761 | 1941 |
| 1762 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; | 1942 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; |
| 1763 | 1943 |
| 1764 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; | 1944 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; |
| 1765 | 1945 |
| 1766 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature
Settings_Setter"; | 1946 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature
Settings_Setter"; |
| 1767 | 1947 |
| 1768 static status_Getter(mthis) native "FontFace_status_Getter"; | 1948 static status_Getter(mthis) native "FontFace_status_Getter"; |
| 1769 | 1949 |
| 1770 static stretch_Getter(mthis) native "FontFace_stretch_Getter"; | 1950 static stretch_Getter(mthis) native "FontFace_stretch_Getter"; |
| 1771 | 1951 |
| 1772 static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter"
; | 1952 static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter"
; |
| 1773 | 1953 |
| 1774 static style_Getter(mthis) native "FontFace_style_Getter"; | 1954 static style_Getter(mthis) native "FontFace_style_Getter"; |
| 1775 | 1955 |
| 1776 static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter"; | 1956 static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter"; |
| 1777 | 1957 |
| 1778 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; | 1958 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; |
| 1779 | 1959 |
| 1780 static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRan
ge_Setter"; | 1960 static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRan
ge_Setter"; |
| 1781 | 1961 |
| 1782 static variant_Getter(mthis) native "FontFace_variant_Getter"; | 1962 static variant_Getter(mthis) native "FontFace_variant_Getter"; |
| 1783 | 1963 |
| 1784 static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter"
; | 1964 static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter"
; |
| 1785 | 1965 |
| 1786 static weight_Getter(mthis) native "FontFace_weight_Getter"; | 1966 static weight_Getter(mthis) native "FontFace_weight_Getter"; |
| 1787 | 1967 |
| 1788 static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter"; | 1968 static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter"; |
| 1789 | |
| 1790 static load_Callback(mthis) native "FontFace_load_Callback"; | |
| 1791 } | 1969 } |
| 1792 | 1970 |
| 1793 class BlinkFontFaceSet { | 1971 class BlinkFontFaceSet { |
| 1794 static size_Getter(mthis) native "FontFaceSet_size_Getter"; | 1972 static size_Getter(mthis) native "FontFaceSet_size_Getter"; |
| 1795 | 1973 |
| 1796 static status_Getter(mthis) native "FontFaceSet_status_Getter"; | 1974 static status_Getter(mthis) native "FontFaceSet_status_Getter"; |
| 1797 | 1975 |
| 1798 static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback
_FontFace"; | 1976 static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback
_FontFace"; |
| 1799 | 1977 |
| 1800 static check_Callback_DOMString_DOMString(mthis, font, text) native "FontFaceS
et_check_Callback_DOMString_DOMString"; | 1978 static check_Callback_DOMString_DOMString(mthis, font, text) native "FontFaceS
et_check_Callback_DOMString_DOMString"; |
| (...skipping 17 matching lines...) Expand all Loading... |
| 1818 static append_Callback_DOMString_Blob_DOMString(mthis, name, value, filename)
native "FormData_append_Callback"; | 1996 static append_Callback_DOMString_Blob_DOMString(mthis, name, value, filename)
native "FormData_append_Callback"; |
| 1819 } | 1997 } |
| 1820 | 1998 |
| 1821 class BlinkGainNode { | 1999 class BlinkGainNode { |
| 1822 static gain_Getter(mthis) native "GainNode_gain_Getter"; | 2000 static gain_Getter(mthis) native "GainNode_gain_Getter"; |
| 1823 } | 2001 } |
| 1824 | 2002 |
| 1825 class BlinkGamepad { | 2003 class BlinkGamepad { |
| 1826 static axes_Getter(mthis) native "Gamepad_axes_Getter"; | 2004 static axes_Getter(mthis) native "Gamepad_axes_Getter"; |
| 1827 | 2005 |
| 1828 static buttons_Getter(mthis) native "WebKitGamepad_buttons_Getter"; | 2006 static connected_Getter(mthis) native "Gamepad_connected_Getter"; |
| 1829 | 2007 |
| 1830 static id_Getter(mthis) native "Gamepad_id_Getter"; | 2008 static id_Getter(mthis) native "Gamepad_id_Getter"; |
| 1831 | 2009 |
| 1832 static index_Getter(mthis) native "Gamepad_index_Getter"; | 2010 static index_Getter(mthis) native "Gamepad_index_Getter"; |
| 1833 | 2011 |
| 2012 static mapping_Getter(mthis) native "Gamepad_mapping_Getter"; |
| 2013 |
| 1834 static timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; | 2014 static timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; |
| 1835 } | 2015 } |
| 1836 | 2016 |
| 2017 class BlinkGamepadButton { |
| 2018 static pressed_Getter(mthis) native "GamepadButton_pressed_Getter"; |
| 2019 |
| 2020 static value_Getter(mthis) native "GamepadButton_value_Getter"; |
| 2021 } |
| 2022 |
| 2023 class BlinkGamepadEvent { |
| 2024 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; |
| 2025 } |
| 2026 |
| 1837 class BlinkGamepadList { | 2027 class BlinkGamepadList { |
| 1838 static length_Getter(mthis) native "GamepadList_length_Getter"; | 2028 static length_Getter(mthis) native "GamepadList_length_Getter"; |
| 1839 | 2029 |
| 1840 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign
ed long"; | 2030 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign
ed long"; |
| 1841 } | 2031 } |
| 1842 | 2032 |
| 1843 class BlinkGeolocation { | 2033 class BlinkGeolocation { |
| 1844 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch
_Callback_long"; | 2034 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch
_Callback_long"; |
| 1845 | 2035 |
| 1846 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_obje
ct(mthis, successCallback, errorCallback, options) native "Geolocation_getCurren
tPosition_Callback"; | 2036 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_obje
ct(mthis, successCallback, errorCallback, options) native "Geolocation_getCurren
tPosition_Callback"; |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1954 | 2144 |
| 1955 class BlinkHTMLAnchorElement { | 2145 class BlinkHTMLAnchorElement { |
| 1956 static download_Getter(mthis) native "HTMLAnchorElement_download_Getter"; | 2146 static download_Getter(mthis) native "HTMLAnchorElement_download_Getter"; |
| 1957 | 2147 |
| 1958 static download_Setter_DOMString(mthis, value) native "HTMLAnchorElement_downl
oad_Setter"; | 2148 static download_Setter_DOMString(mthis, value) native "HTMLAnchorElement_downl
oad_Setter"; |
| 1959 | 2149 |
| 1960 static hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter"; | 2150 static hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter"; |
| 1961 | 2151 |
| 1962 static hreflang_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hrefl
ang_Setter"; | 2152 static hreflang_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hrefl
ang_Setter"; |
| 1963 | 2153 |
| 2154 static integrity_Getter(mthis) native "HTMLAnchorElement_integrity_Getter"; |
| 2155 |
| 2156 static integrity_Setter_DOMString(mthis, value) native "HTMLAnchorElement_inte
grity_Setter"; |
| 2157 |
| 1964 static rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter"; | 2158 static rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter"; |
| 1965 | 2159 |
| 1966 static rel_Setter_DOMString(mthis, value) native "HTMLAnchorElement_rel_Setter
"; | 2160 static rel_Setter_DOMString(mthis, value) native "HTMLAnchorElement_rel_Setter
"; |
| 1967 | 2161 |
| 1968 static target_Getter(mthis) native "HTMLAnchorElement_target_Getter"; | 2162 static target_Getter(mthis) native "HTMLAnchorElement_target_Getter"; |
| 1969 | 2163 |
| 1970 static target_Setter_DOMString(mthis, value) native "HTMLAnchorElement_target_
Setter"; | 2164 static target_Setter_DOMString(mthis, value) native "HTMLAnchorElement_target_
Setter"; |
| 1971 | 2165 |
| 1972 static type_Getter(mthis) native "HTMLAnchorElement_type_Getter"; | 2166 static type_Getter(mthis) native "HTMLAnchorElement_type_Getter"; |
| 1973 | 2167 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2076 static search_Setter_DOMString(mthis, value) native "HTMLAreaElement_search_Se
tter"; | 2270 static search_Setter_DOMString(mthis, value) native "HTMLAreaElement_search_Se
tter"; |
| 2077 | 2271 |
| 2078 static username_Getter(mthis) native "HTMLAreaElement_username_Getter"; | 2272 static username_Getter(mthis) native "HTMLAreaElement_username_Getter"; |
| 2079 | 2273 |
| 2080 static username_Setter_DOMString(mthis, value) native "HTMLAreaElement_usernam
e_Setter"; | 2274 static username_Setter_DOMString(mthis, value) native "HTMLAreaElement_usernam
e_Setter"; |
| 2081 | 2275 |
| 2082 static toString_Callback(mthis) native "HTMLAreaElement_toString_Callback"; | 2276 static toString_Callback(mthis) native "HTMLAreaElement_toString_Callback"; |
| 2083 } | 2277 } |
| 2084 | 2278 |
| 2085 class BlinkHTMLMediaElement { | 2279 class BlinkHTMLMediaElement { |
| 2280 static audioTracks_Getter(mthis) native "HTMLMediaElement_audioTracks_Getter"; |
| 2281 |
| 2086 static autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter"; | 2282 static autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter"; |
| 2087 | 2283 |
| 2088 static autoplay_Setter_boolean(mthis, value) native "HTMLMediaElement_autoplay
_Setter"; | 2284 static autoplay_Setter_boolean(mthis, value) native "HTMLMediaElement_autoplay
_Setter"; |
| 2089 | 2285 |
| 2090 static buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter"; | 2286 static buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter"; |
| 2091 | 2287 |
| 2092 static controller_Getter(mthis) native "HTMLMediaElement_controller_Getter"; | 2288 static controller_Getter(mthis) native "HTMLMediaElement_controller_Getter"; |
| 2093 | 2289 |
| 2094 static controller_Setter_MediaController(mthis, value) native "HTMLMediaElemen
t_controller_Setter"; | 2290 static controller_Setter_MediaController(mthis, value) native "HTMLMediaElemen
t_controller_Setter"; |
| 2095 | 2291 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 2114 static defaultPlaybackRate_Getter(mthis) native "HTMLMediaElement_defaultPlayb
ackRate_Getter"; | 2310 static defaultPlaybackRate_Getter(mthis) native "HTMLMediaElement_defaultPlayb
ackRate_Getter"; |
| 2115 | 2311 |
| 2116 static defaultPlaybackRate_Setter_double(mthis, value) native "HTMLMediaElemen
t_defaultPlaybackRate_Setter"; | 2312 static defaultPlaybackRate_Setter_double(mthis, value) native "HTMLMediaElemen
t_defaultPlaybackRate_Setter"; |
| 2117 | 2313 |
| 2118 static duration_Getter(mthis) native "HTMLMediaElement_duration_Getter"; | 2314 static duration_Getter(mthis) native "HTMLMediaElement_duration_Getter"; |
| 2119 | 2315 |
| 2120 static ended_Getter(mthis) native "HTMLMediaElement_ended_Getter"; | 2316 static ended_Getter(mthis) native "HTMLMediaElement_ended_Getter"; |
| 2121 | 2317 |
| 2122 static error_Getter(mthis) native "HTMLMediaElement_error_Getter"; | 2318 static error_Getter(mthis) native "HTMLMediaElement_error_Getter"; |
| 2123 | 2319 |
| 2320 static integrity_Getter(mthis) native "HTMLMediaElement_integrity_Getter"; |
| 2321 |
| 2322 static integrity_Setter_DOMString(mthis, value) native "HTMLMediaElement_integ
rity_Setter"; |
| 2323 |
| 2124 static loop_Getter(mthis) native "HTMLMediaElement_loop_Getter"; | 2324 static loop_Getter(mthis) native "HTMLMediaElement_loop_Getter"; |
| 2125 | 2325 |
| 2126 static loop_Setter_boolean(mthis, value) native "HTMLMediaElement_loop_Setter"
; | 2326 static loop_Setter_boolean(mthis, value) native "HTMLMediaElement_loop_Setter"
; |
| 2127 | 2327 |
| 2128 static mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaGroup_Getter"; | 2328 static mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaGroup_Getter"; |
| 2129 | 2329 |
| 2130 static mediaGroup_Setter_DOMString(mthis, value) native "HTMLMediaElement_medi
aGroup_Setter"; | 2330 static mediaGroup_Setter_DOMString(mthis, value) native "HTMLMediaElement_medi
aGroup_Setter"; |
| 2131 | 2331 |
| 2132 static mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKeys_Getter"; | 2332 static mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKeys_Getter"; |
| 2133 | 2333 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 2154 static seekable_Getter(mthis) native "HTMLMediaElement_seekable_Getter"; | 2354 static seekable_Getter(mthis) native "HTMLMediaElement_seekable_Getter"; |
| 2155 | 2355 |
| 2156 static seeking_Getter(mthis) native "HTMLMediaElement_seeking_Getter"; | 2356 static seeking_Getter(mthis) native "HTMLMediaElement_seeking_Getter"; |
| 2157 | 2357 |
| 2158 static src_Getter(mthis) native "HTMLMediaElement_src_Getter"; | 2358 static src_Getter(mthis) native "HTMLMediaElement_src_Getter"; |
| 2159 | 2359 |
| 2160 static src_Setter_DOMString(mthis, value) native "HTMLMediaElement_src_Setter"
; | 2360 static src_Setter_DOMString(mthis, value) native "HTMLMediaElement_src_Setter"
; |
| 2161 | 2361 |
| 2162 static textTracks_Getter(mthis) native "HTMLMediaElement_textTracks_Getter"; | 2362 static textTracks_Getter(mthis) native "HTMLMediaElement_textTracks_Getter"; |
| 2163 | 2363 |
| 2364 static videoTracks_Getter(mthis) native "HTMLMediaElement_videoTracks_Getter"; |
| 2365 |
| 2164 static volume_Getter(mthis) native "HTMLMediaElement_volume_Getter"; | 2366 static volume_Getter(mthis) native "HTMLMediaElement_volume_Getter"; |
| 2165 | 2367 |
| 2166 static volume_Setter_double(mthis, value) native "HTMLMediaElement_volume_Sett
er"; | 2368 static volume_Setter_double(mthis, value) native "HTMLMediaElement_volume_Sett
er"; |
| 2167 | 2369 |
| 2168 static webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk
itAudioDecodedByteCount_Getter"; | 2370 static webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk
itAudioDecodedByteCount_Getter"; |
| 2169 | 2371 |
| 2170 static webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk
itVideoDecodedByteCount_Getter"; | 2372 static webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webk
itVideoDecodedByteCount_Getter"; |
| 2171 | 2373 |
| 2172 static addTextTrack_Callback_DOMString_DOMString_DOMString(mthis, kind, label,
language) native "HTMLMediaElement_addTextTrack_Callback_DOMString_DOMString_DO
MString"; | 2374 static addTextTrack_Callback_DOMString_DOMString_DOMString(mthis, kind, label,
language) native "HTMLMediaElement_addTextTrack_Callback_DOMString_DOMString_DO
MString"; |
| 2173 | 2375 |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2288 | 2490 |
| 2289 class BlinkHTMLCollection { | 2491 class BlinkHTMLCollection { |
| 2290 static length_Getter(mthis) native "HTMLCollection_length_Getter"; | 2492 static length_Getter(mthis) native "HTMLCollection_length_Getter"; |
| 2291 | 2493 |
| 2292 static item_Callback_ul(mthis, index) native "HTMLCollection_item_Callback_uns
igned long"; | 2494 static item_Callback_ul(mthis, index) native "HTMLCollection_item_Callback_uns
igned long"; |
| 2293 | 2495 |
| 2294 static namedItem_Callback_DOMString(mthis, name) native "HTMLCollection_namedI
tem_Callback_DOMString"; | 2496 static namedItem_Callback_DOMString(mthis, name) native "HTMLCollection_namedI
tem_Callback_DOMString"; |
| 2295 } | 2497 } |
| 2296 | 2498 |
| 2297 class BlinkHTMLContentElement { | 2499 class BlinkHTMLContentElement { |
| 2298 static resetStyleInheritance_Getter(mthis) native "HTMLContentElement_resetSty
leInheritance_Getter"; | |
| 2299 | |
| 2300 static resetStyleInheritance_Setter_boolean(mthis, value) native "HTMLContentE
lement_resetStyleInheritance_Setter"; | |
| 2301 | |
| 2302 static select_Getter(mthis) native "HTMLContentElement_select_Getter"; | 2500 static select_Getter(mthis) native "HTMLContentElement_select_Getter"; |
| 2303 | 2501 |
| 2304 static select_Setter_DOMString(mthis, value) native "HTMLContentElement_select
_Setter"; | 2502 static select_Setter_DOMString(mthis, value) native "HTMLContentElement_select
_Setter"; |
| 2305 | 2503 |
| 2306 static getDistributedNodes_Callback(mthis) native "HTMLContentElement_getDistr
ibutedNodes_Callback"; | 2504 static getDistributedNodes_Callback(mthis) native "HTMLContentElement_getDistr
ibutedNodes_Callback"; |
| 2307 } | 2505 } |
| 2308 | 2506 |
| 2309 class BlinkHTMLDListElement {} | 2507 class BlinkHTMLDListElement {} |
| 2310 | 2508 |
| 2311 class BlinkHTMLDataListElement { | 2509 class BlinkHTMLDataListElement { |
| (...skipping 26 matching lines...) Expand all Loading... |
| 2338 | 2536 |
| 2339 class BlinkHTMLDivElement {} | 2537 class BlinkHTMLDivElement {} |
| 2340 | 2538 |
| 2341 class BlinkHTMLDocument {} | 2539 class BlinkHTMLDocument {} |
| 2342 | 2540 |
| 2343 class BlinkHTMLEmbedElement { | 2541 class BlinkHTMLEmbedElement { |
| 2344 static height_Getter(mthis) native "HTMLEmbedElement_height_Getter"; | 2542 static height_Getter(mthis) native "HTMLEmbedElement_height_Getter"; |
| 2345 | 2543 |
| 2346 static height_Setter_DOMString(mthis, value) native "HTMLEmbedElement_height_S
etter"; | 2544 static height_Setter_DOMString(mthis, value) native "HTMLEmbedElement_height_S
etter"; |
| 2347 | 2545 |
| 2546 static integrity_Getter(mthis) native "HTMLEmbedElement_integrity_Getter"; |
| 2547 |
| 2548 static integrity_Setter_DOMString(mthis, value) native "HTMLEmbedElement_integ
rity_Setter"; |
| 2549 |
| 2348 static name_Getter(mthis) native "HTMLEmbedElement_name_Getter"; | 2550 static name_Getter(mthis) native "HTMLEmbedElement_name_Getter"; |
| 2349 | 2551 |
| 2350 static name_Setter_DOMString(mthis, value) native "HTMLEmbedElement_name_Sette
r"; | 2552 static name_Setter_DOMString(mthis, value) native "HTMLEmbedElement_name_Sette
r"; |
| 2351 | 2553 |
| 2352 static src_Getter(mthis) native "HTMLEmbedElement_src_Getter"; | 2554 static src_Getter(mthis) native "HTMLEmbedElement_src_Getter"; |
| 2353 | 2555 |
| 2354 static src_Setter_DOMString(mthis, value) native "HTMLEmbedElement_src_Setter"
; | 2556 static src_Setter_DOMString(mthis, value) native "HTMLEmbedElement_src_Setter"
; |
| 2355 | 2557 |
| 2356 static type_Getter(mthis) native "HTMLEmbedElement_type_Getter"; | 2558 static type_Getter(mthis) native "HTMLEmbedElement_type_Getter"; |
| 2357 | 2559 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 2387 | 2589 |
| 2388 static willValidate_Getter(mthis) native "HTMLFieldSetElement_willValidate_Get
ter"; | 2590 static willValidate_Getter(mthis) native "HTMLFieldSetElement_willValidate_Get
ter"; |
| 2389 | 2591 |
| 2390 static checkValidity_Callback(mthis) native "HTMLFieldSetElement_checkValidity
_Callback"; | 2592 static checkValidity_Callback(mthis) native "HTMLFieldSetElement_checkValidity
_Callback"; |
| 2391 | 2593 |
| 2392 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLFieldSet
Element_setCustomValidity_Callback_DOMString"; | 2594 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLFieldSet
Element_setCustomValidity_Callback_DOMString"; |
| 2393 } | 2595 } |
| 2394 | 2596 |
| 2395 class BlinkHTMLFontElement {} | 2597 class BlinkHTMLFontElement {} |
| 2396 | 2598 |
| 2397 class BlinkHTMLFormControlsCollection {} | 2599 class BlinkHTMLFormControlsCollection { |
| 2600 static namedItem_Callback_DOMString(mthis, name) native "HTMLFormControlsColle
ction_namedItem_Callback_DOMString"; |
| 2601 } |
| 2398 | 2602 |
| 2399 class BlinkHTMLFormElement { | 2603 class BlinkHTMLFormElement { |
| 2400 static acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Gette
r"; | 2604 static acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Gette
r"; |
| 2401 | 2605 |
| 2402 static acceptCharset_Setter_DOMString(mthis, value) native "HTMLFormElement_ac
ceptCharset_Setter"; | 2606 static acceptCharset_Setter_DOMString(mthis, value) native "HTMLFormElement_ac
ceptCharset_Setter"; |
| 2403 | 2607 |
| 2404 static action_Getter(mthis) native "HTMLFormElement_action_Getter"; | 2608 static action_Getter(mthis) native "HTMLFormElement_action_Getter"; |
| 2405 | 2609 |
| 2406 static action_Setter_DOMString(mthis, value) native "HTMLFormElement_action_Se
tter"; | 2610 static action_Setter_DOMString(mthis, value) native "HTMLFormElement_action_Se
tter"; |
| 2407 | 2611 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 2428 static name_Setter_DOMString(mthis, value) native "HTMLFormElement_name_Setter
"; | 2632 static name_Setter_DOMString(mthis, value) native "HTMLFormElement_name_Setter
"; |
| 2429 | 2633 |
| 2430 static noValidate_Getter(mthis) native "HTMLFormElement_noValidate_Getter"; | 2634 static noValidate_Getter(mthis) native "HTMLFormElement_noValidate_Getter"; |
| 2431 | 2635 |
| 2432 static noValidate_Setter_boolean(mthis, value) native "HTMLFormElement_noValid
ate_Setter"; | 2636 static noValidate_Setter_boolean(mthis, value) native "HTMLFormElement_noValid
ate_Setter"; |
| 2433 | 2637 |
| 2434 static target_Getter(mthis) native "HTMLFormElement_target_Getter"; | 2638 static target_Getter(mthis) native "HTMLFormElement_target_Getter"; |
| 2435 | 2639 |
| 2436 static target_Setter_DOMString(mthis, value) native "HTMLFormElement_target_Se
tter"; | 2640 static target_Setter_DOMString(mthis, value) native "HTMLFormElement_target_Se
tter"; |
| 2437 | 2641 |
| 2438 static $__getter___Callback_ul(mthis, index) native "HTMLFormElement___getter_
__Callback_unsigned long"; | 2642 static $__getter___Callback_ul(mthis, index_OR_name) native "HTMLFormElement__
_getter___Callback_unsigned long"; |
| 2643 |
| 2644 static $__getter___Callback_DOMString(mthis, index_OR_name) native "HTMLFormEl
ement___getter___Callback_DOMString"; |
| 2439 | 2645 |
| 2440 static checkValidity_Callback(mthis) native "HTMLFormElement_checkValidity_Cal
lback"; | 2646 static checkValidity_Callback(mthis) native "HTMLFormElement_checkValidity_Cal
lback"; |
| 2441 | 2647 |
| 2442 static requestAutocomplete_Callback_Dictionary(mthis, details) native "HTMLFor
mElement_requestAutocomplete_Callback_Dictionary"; | 2648 static requestAutocomplete_Callback_Dictionary(mthis, details) native "HTMLFor
mElement_requestAutocomplete_Callback_Dictionary"; |
| 2443 | 2649 |
| 2444 static reset_Callback(mthis) native "HTMLFormElement_reset_Callback"; | 2650 static reset_Callback(mthis) native "HTMLFormElement_reset_Callback"; |
| 2445 | 2651 |
| 2446 static submit_Callback(mthis) native "HTMLFormElement_submit_Callback"; | 2652 static submit_Callback(mthis) native "HTMLFormElement_submit_Callback"; |
| 2447 } | 2653 } |
| 2448 | 2654 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 2462 | 2668 |
| 2463 class BlinkHTMLHtmlElement {} | 2669 class BlinkHTMLHtmlElement {} |
| 2464 | 2670 |
| 2465 class BlinkHTMLIFrameElement { | 2671 class BlinkHTMLIFrameElement { |
| 2466 static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Get
ter"; | 2672 static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Get
ter"; |
| 2467 | 2673 |
| 2468 static height_Getter(mthis) native "HTMLIFrameElement_height_Getter"; | 2674 static height_Getter(mthis) native "HTMLIFrameElement_height_Getter"; |
| 2469 | 2675 |
| 2470 static height_Setter_DOMString(mthis, value) native "HTMLIFrameElement_height_
Setter"; | 2676 static height_Setter_DOMString(mthis, value) native "HTMLIFrameElement_height_
Setter"; |
| 2471 | 2677 |
| 2678 static integrity_Getter(mthis) native "HTMLIFrameElement_integrity_Getter"; |
| 2679 |
| 2680 static integrity_Setter_DOMString(mthis, value) native "HTMLIFrameElement_inte
grity_Setter"; |
| 2681 |
| 2472 static name_Getter(mthis) native "HTMLIFrameElement_name_Getter"; | 2682 static name_Getter(mthis) native "HTMLIFrameElement_name_Getter"; |
| 2473 | 2683 |
| 2474 static name_Setter_DOMString(mthis, value) native "HTMLIFrameElement_name_Sett
er"; | 2684 static name_Setter_DOMString(mthis, value) native "HTMLIFrameElement_name_Sett
er"; |
| 2475 | 2685 |
| 2476 static sandbox_Getter(mthis) native "HTMLIFrameElement_sandbox_Getter"; | 2686 static sandbox_Getter(mthis) native "HTMLIFrameElement_sandbox_Getter"; |
| 2477 | 2687 |
| 2478 static sandbox_Setter_DOMString(mthis, value) native "HTMLIFrameElement_sandbo
x_Setter"; | 2688 static sandbox_Setter_DOMString(mthis, value) native "HTMLIFrameElement_sandbo
x_Setter"; |
| 2479 | 2689 |
| 2480 static src_Getter(mthis) native "HTMLIFrameElement_src_Getter"; | 2690 static src_Getter(mthis) native "HTMLIFrameElement_src_Getter"; |
| 2481 | 2691 |
| (...skipping 12 matching lines...) Expand all Loading... |
| 2494 static alt_Getter(mthis) native "HTMLImageElement_alt_Getter"; | 2704 static alt_Getter(mthis) native "HTMLImageElement_alt_Getter"; |
| 2495 | 2705 |
| 2496 static alt_Setter_DOMString(mthis, value) native "HTMLImageElement_alt_Setter"
; | 2706 static alt_Setter_DOMString(mthis, value) native "HTMLImageElement_alt_Setter"
; |
| 2497 | 2707 |
| 2498 static complete_Getter(mthis) native "HTMLImageElement_complete_Getter"; | 2708 static complete_Getter(mthis) native "HTMLImageElement_complete_Getter"; |
| 2499 | 2709 |
| 2500 static crossOrigin_Getter(mthis) native "HTMLImageElement_crossOrigin_Getter"; | 2710 static crossOrigin_Getter(mthis) native "HTMLImageElement_crossOrigin_Getter"; |
| 2501 | 2711 |
| 2502 static crossOrigin_Setter_DOMString(mthis, value) native "HTMLImageElement_cro
ssOrigin_Setter"; | 2712 static crossOrigin_Setter_DOMString(mthis, value) native "HTMLImageElement_cro
ssOrigin_Setter"; |
| 2503 | 2713 |
| 2714 static currentSrc_Getter(mthis) native "HTMLImageElement_currentSrc_Getter"; |
| 2715 |
| 2504 static height_Getter(mthis) native "HTMLImageElement_height_Getter"; | 2716 static height_Getter(mthis) native "HTMLImageElement_height_Getter"; |
| 2505 | 2717 |
| 2506 static height_Setter_long(mthis, value) native "HTMLImageElement_height_Setter
"; | 2718 static height_Setter_long(mthis, value) native "HTMLImageElement_height_Setter
"; |
| 2507 | 2719 |
| 2720 static integrity_Getter(mthis) native "HTMLImageElement_integrity_Getter"; |
| 2721 |
| 2722 static integrity_Setter_DOMString(mthis, value) native "HTMLImageElement_integ
rity_Setter"; |
| 2723 |
| 2508 static isMap_Getter(mthis) native "HTMLImageElement_isMap_Getter"; | 2724 static isMap_Getter(mthis) native "HTMLImageElement_isMap_Getter"; |
| 2509 | 2725 |
| 2510 static isMap_Setter_boolean(mthis, value) native "HTMLImageElement_isMap_Sette
r"; | 2726 static isMap_Setter_boolean(mthis, value) native "HTMLImageElement_isMap_Sette
r"; |
| 2511 | 2727 |
| 2512 static naturalHeight_Getter(mthis) native "HTMLImageElement_naturalHeight_Gett
er"; | 2728 static naturalHeight_Getter(mthis) native "HTMLImageElement_naturalHeight_Gett
er"; |
| 2513 | 2729 |
| 2514 static naturalWidth_Getter(mthis) native "HTMLImageElement_naturalWidth_Getter
"; | 2730 static naturalWidth_Getter(mthis) native "HTMLImageElement_naturalWidth_Getter
"; |
| 2515 | 2731 |
| 2732 static sizes_Getter(mthis) native "HTMLImageElement_sizes_Getter"; |
| 2733 |
| 2734 static sizes_Setter_DOMString(mthis, value) native "HTMLImageElement_sizes_Set
ter"; |
| 2735 |
| 2516 static src_Getter(mthis) native "HTMLImageElement_src_Getter"; | 2736 static src_Getter(mthis) native "HTMLImageElement_src_Getter"; |
| 2517 | 2737 |
| 2518 static src_Setter_DOMString(mthis, value) native "HTMLImageElement_src_Setter"
; | 2738 static src_Setter_DOMString(mthis, value) native "HTMLImageElement_src_Setter"
; |
| 2519 | 2739 |
| 2520 static srcset_Getter(mthis) native "HTMLImageElement_srcset_Getter"; | 2740 static srcset_Getter(mthis) native "HTMLImageElement_srcset_Getter"; |
| 2521 | 2741 |
| 2522 static srcset_Setter_DOMString(mthis, value) native "HTMLImageElement_srcset_S
etter"; | 2742 static srcset_Setter_DOMString(mthis, value) native "HTMLImageElement_srcset_S
etter"; |
| 2523 | 2743 |
| 2524 static useMap_Getter(mthis) native "HTMLImageElement_useMap_Getter"; | 2744 static useMap_Getter(mthis) native "HTMLImageElement_useMap_Getter"; |
| 2525 | 2745 |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2798 static href_Getter(mthis) native "HTMLLinkElement_href_Getter"; | 3018 static href_Getter(mthis) native "HTMLLinkElement_href_Getter"; |
| 2799 | 3019 |
| 2800 static href_Setter_DOMString(mthis, value) native "HTMLLinkElement_href_Setter
"; | 3020 static href_Setter_DOMString(mthis, value) native "HTMLLinkElement_href_Setter
"; |
| 2801 | 3021 |
| 2802 static hreflang_Getter(mthis) native "HTMLLinkElement_hreflang_Getter"; | 3022 static hreflang_Getter(mthis) native "HTMLLinkElement_hreflang_Getter"; |
| 2803 | 3023 |
| 2804 static hreflang_Setter_DOMString(mthis, value) native "HTMLLinkElement_hreflan
g_Setter"; | 3024 static hreflang_Setter_DOMString(mthis, value) native "HTMLLinkElement_hreflan
g_Setter"; |
| 2805 | 3025 |
| 2806 static import_Getter(mthis) native "HTMLLinkElement_import_Getter"; | 3026 static import_Getter(mthis) native "HTMLLinkElement_import_Getter"; |
| 2807 | 3027 |
| 3028 static integrity_Getter(mthis) native "HTMLLinkElement_integrity_Getter"; |
| 3029 |
| 3030 static integrity_Setter_DOMString(mthis, value) native "HTMLLinkElement_integr
ity_Setter"; |
| 3031 |
| 2808 static media_Getter(mthis) native "HTMLLinkElement_media_Getter"; | 3032 static media_Getter(mthis) native "HTMLLinkElement_media_Getter"; |
| 2809 | 3033 |
| 2810 static media_Setter_DOMString(mthis, value) native "HTMLLinkElement_media_Sett
er"; | 3034 static media_Setter_DOMString(mthis, value) native "HTMLLinkElement_media_Sett
er"; |
| 2811 | 3035 |
| 2812 static rel_Getter(mthis) native "HTMLLinkElement_rel_Getter"; | 3036 static rel_Getter(mthis) native "HTMLLinkElement_rel_Getter"; |
| 2813 | 3037 |
| 2814 static rel_Setter_DOMString(mthis, value) native "HTMLLinkElement_rel_Setter"; | 3038 static rel_Setter_DOMString(mthis, value) native "HTMLLinkElement_rel_Setter"; |
| 2815 | 3039 |
| 2816 static sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter"; | 3040 static sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter"; |
| 2817 | 3041 |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2904 static data_Getter(mthis) native "HTMLObjectElement_data_Getter"; | 3128 static data_Getter(mthis) native "HTMLObjectElement_data_Getter"; |
| 2905 | 3129 |
| 2906 static data_Setter_DOMString(mthis, value) native "HTMLObjectElement_data_Sett
er"; | 3130 static data_Setter_DOMString(mthis, value) native "HTMLObjectElement_data_Sett
er"; |
| 2907 | 3131 |
| 2908 static form_Getter(mthis) native "HTMLObjectElement_form_Getter"; | 3132 static form_Getter(mthis) native "HTMLObjectElement_form_Getter"; |
| 2909 | 3133 |
| 2910 static height_Getter(mthis) native "HTMLObjectElement_height_Getter"; | 3134 static height_Getter(mthis) native "HTMLObjectElement_height_Getter"; |
| 2911 | 3135 |
| 2912 static height_Setter_DOMString(mthis, value) native "HTMLObjectElement_height_
Setter"; | 3136 static height_Setter_DOMString(mthis, value) native "HTMLObjectElement_height_
Setter"; |
| 2913 | 3137 |
| 3138 static integrity_Getter(mthis) native "HTMLObjectElement_integrity_Getter"; |
| 3139 |
| 3140 static integrity_Setter_DOMString(mthis, value) native "HTMLObjectElement_inte
grity_Setter"; |
| 3141 |
| 2914 static name_Getter(mthis) native "HTMLObjectElement_name_Getter"; | 3142 static name_Getter(mthis) native "HTMLObjectElement_name_Getter"; |
| 2915 | 3143 |
| 2916 static name_Setter_DOMString(mthis, value) native "HTMLObjectElement_name_Sett
er"; | 3144 static name_Setter_DOMString(mthis, value) native "HTMLObjectElement_name_Sett
er"; |
| 2917 | 3145 |
| 2918 static type_Getter(mthis) native "HTMLObjectElement_type_Getter"; | 3146 static type_Getter(mthis) native "HTMLObjectElement_type_Getter"; |
| 2919 | 3147 |
| 2920 static type_Setter_DOMString(mthis, value) native "HTMLObjectElement_type_Sett
er"; | 3148 static type_Setter_DOMString(mthis, value) native "HTMLObjectElement_type_Sett
er"; |
| 2921 | 3149 |
| 2922 static useMap_Getter(mthis) native "HTMLObjectElement_useMap_Getter"; | 3150 static useMap_Getter(mthis) native "HTMLObjectElement_useMap_Getter"; |
| 2923 | 3151 |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3019 class BlinkHTMLParamElement { | 3247 class BlinkHTMLParamElement { |
| 3020 static name_Getter(mthis) native "HTMLParamElement_name_Getter"; | 3248 static name_Getter(mthis) native "HTMLParamElement_name_Getter"; |
| 3021 | 3249 |
| 3022 static name_Setter_DOMString(mthis, value) native "HTMLParamElement_name_Sette
r"; | 3250 static name_Setter_DOMString(mthis, value) native "HTMLParamElement_name_Sette
r"; |
| 3023 | 3251 |
| 3024 static value_Getter(mthis) native "HTMLParamElement_value_Getter"; | 3252 static value_Getter(mthis) native "HTMLParamElement_value_Getter"; |
| 3025 | 3253 |
| 3026 static value_Setter_DOMString(mthis, value) native "HTMLParamElement_value_Set
ter"; | 3254 static value_Setter_DOMString(mthis, value) native "HTMLParamElement_value_Set
ter"; |
| 3027 } | 3255 } |
| 3028 | 3256 |
| 3257 class BlinkHTMLPictureElement {} |
| 3258 |
| 3029 class BlinkHTMLPreElement {} | 3259 class BlinkHTMLPreElement {} |
| 3030 | 3260 |
| 3031 class BlinkHTMLProgressElement { | 3261 class BlinkHTMLProgressElement { |
| 3032 static labels_Getter(mthis) native "HTMLProgressElement_labels_Getter"; | 3262 static labels_Getter(mthis) native "HTMLProgressElement_labels_Getter"; |
| 3033 | 3263 |
| 3034 static max_Getter(mthis) native "HTMLProgressElement_max_Getter"; | 3264 static max_Getter(mthis) native "HTMLProgressElement_max_Getter"; |
| 3035 | 3265 |
| 3036 static max_Setter_double(mthis, value) native "HTMLProgressElement_max_Setter"
; | 3266 static max_Setter_double(mthis, value) native "HTMLProgressElement_max_Setter"
; |
| 3037 | 3267 |
| 3038 static position_Getter(mthis) native "HTMLProgressElement_position_Getter"; | 3268 static position_Getter(mthis) native "HTMLProgressElement_position_Getter"; |
| (...skipping 19 matching lines...) Expand all Loading... |
| 3058 static charset_Setter_DOMString(mthis, value) native "HTMLScriptElement_charse
t_Setter"; | 3288 static charset_Setter_DOMString(mthis, value) native "HTMLScriptElement_charse
t_Setter"; |
| 3059 | 3289 |
| 3060 static crossOrigin_Getter(mthis) native "HTMLScriptElement_crossOrigin_Getter"
; | 3290 static crossOrigin_Getter(mthis) native "HTMLScriptElement_crossOrigin_Getter"
; |
| 3061 | 3291 |
| 3062 static crossOrigin_Setter_DOMString(mthis, value) native "HTMLScriptElement_cr
ossOrigin_Setter"; | 3292 static crossOrigin_Setter_DOMString(mthis, value) native "HTMLScriptElement_cr
ossOrigin_Setter"; |
| 3063 | 3293 |
| 3064 static defer_Getter(mthis) native "HTMLScriptElement_defer_Getter"; | 3294 static defer_Getter(mthis) native "HTMLScriptElement_defer_Getter"; |
| 3065 | 3295 |
| 3066 static defer_Setter_boolean(mthis, value) native "HTMLScriptElement_defer_Sett
er"; | 3296 static defer_Setter_boolean(mthis, value) native "HTMLScriptElement_defer_Sett
er"; |
| 3067 | 3297 |
| 3298 static integrity_Getter(mthis) native "HTMLScriptElement_integrity_Getter"; |
| 3299 |
| 3300 static integrity_Setter_DOMString(mthis, value) native "HTMLScriptElement_inte
grity_Setter"; |
| 3301 |
| 3068 static nonce_Getter(mthis) native "HTMLScriptElement_nonce_Getter"; | 3302 static nonce_Getter(mthis) native "HTMLScriptElement_nonce_Getter"; |
| 3069 | 3303 |
| 3070 static nonce_Setter_DOMString(mthis, value) native "HTMLScriptElement_nonce_Se
tter"; | 3304 static nonce_Setter_DOMString(mthis, value) native "HTMLScriptElement_nonce_Se
tter"; |
| 3071 | 3305 |
| 3072 static src_Getter(mthis) native "HTMLScriptElement_src_Getter"; | 3306 static src_Getter(mthis) native "HTMLScriptElement_src_Getter"; |
| 3073 | 3307 |
| 3074 static src_Setter_DOMString(mthis, value) native "HTMLScriptElement_src_Setter
"; | 3308 static src_Setter_DOMString(mthis, value) native "HTMLScriptElement_src_Setter
"; |
| 3075 | 3309 |
| 3076 static type_Getter(mthis) native "HTMLScriptElement_type_Getter"; | 3310 static type_Getter(mthis) native "HTMLScriptElement_type_Getter"; |
| 3077 | 3311 |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3122 static validity_Getter(mthis) native "HTMLSelectElement_validity_Getter"; | 3356 static validity_Getter(mthis) native "HTMLSelectElement_validity_Getter"; |
| 3123 | 3357 |
| 3124 static value_Getter(mthis) native "HTMLSelectElement_value_Getter"; | 3358 static value_Getter(mthis) native "HTMLSelectElement_value_Getter"; |
| 3125 | 3359 |
| 3126 static value_Setter_DOMString(mthis, value) native "HTMLSelectElement_value_Se
tter"; | 3360 static value_Setter_DOMString(mthis, value) native "HTMLSelectElement_value_Se
tter"; |
| 3127 | 3361 |
| 3128 static willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Gette
r"; | 3362 static willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Gette
r"; |
| 3129 | 3363 |
| 3130 static $__setter___Callback_ul_HTMLOptionElement(mthis, index, value) native "
HTMLSelectElement___setter___Callback_unsigned long_HTMLOptionElement"; | 3364 static $__setter___Callback_ul_HTMLOptionElement(mthis, index, value) native "
HTMLSelectElement___setter___Callback_unsigned long_HTMLOptionElement"; |
| 3131 | 3365 |
| 3366 static add_Callback_HTMLElement_long(mthis, element, before) native "HTMLSelec
tElement_add_Callback_HTMLElement_long"; |
| 3367 |
| 3132 static checkValidity_Callback(mthis) native "HTMLSelectElement_checkValidity_C
allback"; | 3368 static checkValidity_Callback(mthis) native "HTMLSelectElement_checkValidity_C
allback"; |
| 3133 | 3369 |
| 3134 static item_Callback_ul(mthis, index) native "HTMLSelectElement_item_Callback_
unsigned long"; | 3370 static item_Callback_ul(mthis, index) native "HTMLSelectElement_item_Callback_
unsigned long"; |
| 3135 | 3371 |
| 3136 static namedItem_Callback_DOMString(mthis, name) native "HTMLSelectElement_nam
edItem_Callback_DOMString"; | 3372 static namedItem_Callback_DOMString(mthis, name) native "HTMLSelectElement_nam
edItem_Callback_DOMString"; |
| 3137 | 3373 |
| 3138 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLSelectEl
ement_setCustomValidity_Callback_DOMString"; | 3374 static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLSelectEl
ement_setCustomValidity_Callback_DOMString"; |
| 3139 } | 3375 } |
| 3140 | 3376 |
| 3141 class BlinkHTMLShadowElement { | 3377 class BlinkHTMLShadowElement { |
| 3142 static resetStyleInheritance_Getter(mthis) native "HTMLShadowElement_resetStyl
eInheritance_Getter"; | |
| 3143 | |
| 3144 static resetStyleInheritance_Setter_boolean(mthis, value) native "HTMLShadowEl
ement_resetStyleInheritance_Setter"; | |
| 3145 | |
| 3146 static getDistributedNodes_Callback(mthis) native "HTMLShadowElement_getDistri
butedNodes_Callback"; | 3378 static getDistributedNodes_Callback(mthis) native "HTMLShadowElement_getDistri
butedNodes_Callback"; |
| 3147 } | 3379 } |
| 3148 | 3380 |
| 3149 class BlinkHTMLSourceElement { | 3381 class BlinkHTMLSourceElement { |
| 3382 static integrity_Getter(mthis) native "HTMLSourceElement_integrity_Getter"; |
| 3383 |
| 3384 static integrity_Setter_DOMString(mthis, value) native "HTMLSourceElement_inte
grity_Setter"; |
| 3385 |
| 3150 static media_Getter(mthis) native "HTMLSourceElement_media_Getter"; | 3386 static media_Getter(mthis) native "HTMLSourceElement_media_Getter"; |
| 3151 | 3387 |
| 3152 static media_Setter_DOMString(mthis, value) native "HTMLSourceElement_media_Se
tter"; | 3388 static media_Setter_DOMString(mthis, value) native "HTMLSourceElement_media_Se
tter"; |
| 3153 | 3389 |
| 3390 static sizes_Getter(mthis) native "HTMLSourceElement_sizes_Getter"; |
| 3391 |
| 3392 static sizes_Setter_DOMString(mthis, value) native "HTMLSourceElement_sizes_Se
tter"; |
| 3393 |
| 3154 static src_Getter(mthis) native "HTMLSourceElement_src_Getter"; | 3394 static src_Getter(mthis) native "HTMLSourceElement_src_Getter"; |
| 3155 | 3395 |
| 3156 static src_Setter_DOMString(mthis, value) native "HTMLSourceElement_src_Setter
"; | 3396 static src_Setter_DOMString(mthis, value) native "HTMLSourceElement_src_Setter
"; |
| 3157 | 3397 |
| 3398 static srcset_Getter(mthis) native "HTMLSourceElement_srcset_Getter"; |
| 3399 |
| 3400 static srcset_Setter_DOMString(mthis, value) native "HTMLSourceElement_srcset_
Setter"; |
| 3401 |
| 3158 static type_Getter(mthis) native "HTMLSourceElement_type_Getter"; | 3402 static type_Getter(mthis) native "HTMLSourceElement_type_Getter"; |
| 3159 | 3403 |
| 3160 static type_Setter_DOMString(mthis, value) native "HTMLSourceElement_type_Sett
er"; | 3404 static type_Setter_DOMString(mthis, value) native "HTMLSourceElement_type_Sett
er"; |
| 3161 } | 3405 } |
| 3162 | 3406 |
| 3163 class BlinkHTMLSpanElement {} | 3407 class BlinkHTMLSpanElement {} |
| 3164 | 3408 |
| 3165 class BlinkHTMLStyleElement { | 3409 class BlinkHTMLStyleElement { |
| 3166 static disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter"; | 3410 static disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter"; |
| 3167 | 3411 |
| 3168 static disabled_Setter_boolean(mthis, value) native "HTMLStyleElement_disabled
_Setter"; | 3412 static disabled_Setter_boolean(mthis, value) native "HTMLStyleElement_disabled
_Setter"; |
| 3169 | 3413 |
| 3170 static media_Getter(mthis) native "HTMLStyleElement_media_Getter"; | 3414 static media_Getter(mthis) native "HTMLStyleElement_media_Getter"; |
| 3171 | 3415 |
| 3172 static media_Setter_DOMString(mthis, value) native "HTMLStyleElement_media_Set
ter"; | 3416 static media_Setter_DOMString(mthis, value) native "HTMLStyleElement_media_Set
ter"; |
| 3173 | 3417 |
| 3174 static scoped_Getter(mthis) native "HTMLStyleElement_scoped_Getter"; | |
| 3175 | |
| 3176 static scoped_Setter_boolean(mthis, value) native "HTMLStyleElement_scoped_Set
ter"; | |
| 3177 | |
| 3178 static sheet_Getter(mthis) native "HTMLStyleElement_sheet_Getter"; | 3418 static sheet_Getter(mthis) native "HTMLStyleElement_sheet_Getter"; |
| 3179 | 3419 |
| 3180 static type_Getter(mthis) native "HTMLStyleElement_type_Getter"; | 3420 static type_Getter(mthis) native "HTMLStyleElement_type_Getter"; |
| 3181 | 3421 |
| 3182 static type_Setter_DOMString(mthis, value) native "HTMLStyleElement_type_Sette
r"; | 3422 static type_Setter_DOMString(mthis, value) native "HTMLStyleElement_type_Sette
r"; |
| 3183 } | 3423 } |
| 3184 | 3424 |
| 3185 class BlinkHTMLTableCaptionElement {} | 3425 class BlinkHTMLTableCaptionElement {} |
| 3186 | 3426 |
| 3187 class BlinkHTMLTableCellElement { | 3427 class BlinkHTMLTableCellElement { |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3233 | 3473 |
| 3234 static deleteCaption_Callback(mthis) native "HTMLTableElement_deleteCaption_Ca
llback"; | 3474 static deleteCaption_Callback(mthis) native "HTMLTableElement_deleteCaption_Ca
llback"; |
| 3235 | 3475 |
| 3236 static deleteRow_Callback_long(mthis, index) native "HTMLTableElement_deleteRo
w_Callback_long"; | 3476 static deleteRow_Callback_long(mthis, index) native "HTMLTableElement_deleteRo
w_Callback_long"; |
| 3237 | 3477 |
| 3238 static deleteTFoot_Callback(mthis) native "HTMLTableElement_deleteTFoot_Callba
ck"; | 3478 static deleteTFoot_Callback(mthis) native "HTMLTableElement_deleteTFoot_Callba
ck"; |
| 3239 | 3479 |
| 3240 static deleteTHead_Callback(mthis) native "HTMLTableElement_deleteTHead_Callba
ck"; | 3480 static deleteTHead_Callback(mthis) native "HTMLTableElement_deleteTHead_Callba
ck"; |
| 3241 | 3481 |
| 3242 static insertRow_Callback_long(mthis, index) native "HTMLTableElement_insertRo
w_Callback_long"; | 3482 static insertRow_Callback_long(mthis, index) native "HTMLTableElement_insertRo
w_Callback_long"; |
| 3483 |
| 3484 static insertRow_Callback(mthis) native "HTMLTableElement_insertRow_Callback"; |
| 3243 } | 3485 } |
| 3244 | 3486 |
| 3245 class BlinkHTMLTableRowElement { | 3487 class BlinkHTMLTableRowElement { |
| 3246 static cells_Getter(mthis) native "HTMLTableRowElement_cells_Getter"; | 3488 static cells_Getter(mthis) native "HTMLTableRowElement_cells_Getter"; |
| 3247 | 3489 |
| 3248 static rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter"; | 3490 static rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter"; |
| 3249 | 3491 |
| 3250 static sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowInd
ex_Getter"; | 3492 static sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowInd
ex_Getter"; |
| 3251 | 3493 |
| 3252 static deleteCell_Callback_long(mthis, index) native "HTMLTableRowElement_dele
teCell_Callback_long"; | 3494 static deleteCell_Callback_long(mthis, index) native "HTMLTableRowElement_dele
teCell_Callback_long"; |
| 3253 | 3495 |
| 3254 static insertCell_Callback_long(mthis, index) native "HTMLTableRowElement_inse
rtCell_Callback_long"; | 3496 static insertCell_Callback_long(mthis, index) native "HTMLTableRowElement_inse
rtCell_Callback_long"; |
| 3497 |
| 3498 static insertCell_Callback(mthis) native "HTMLTableRowElement_insertCell_Callb
ack"; |
| 3255 } | 3499 } |
| 3256 | 3500 |
| 3257 class BlinkHTMLTableSectionElement { | 3501 class BlinkHTMLTableSectionElement { |
| 3258 static rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter"; | 3502 static rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter"; |
| 3259 | 3503 |
| 3260 static deleteRow_Callback_long(mthis, index) native "HTMLTableSectionElement_d
eleteRow_Callback_long"; | 3504 static deleteRow_Callback_long(mthis, index) native "HTMLTableSectionElement_d
eleteRow_Callback_long"; |
| 3261 | 3505 |
| 3262 static insertRow_Callback_long(mthis, index) native "HTMLTableSectionElement_i
nsertRow_Callback_long"; | 3506 static insertRow_Callback_long(mthis, index) native "HTMLTableSectionElement_i
nsertRow_Callback_long"; |
| 3507 |
| 3508 static insertRow_Callback(mthis) native "HTMLTableSectionElement_insertRow_Cal
lback"; |
| 3263 } | 3509 } |
| 3264 | 3510 |
| 3265 class BlinkHTMLTemplateElement { | 3511 class BlinkHTMLTemplateElement { |
| 3266 static content_Getter(mthis) native "HTMLTemplateElement_content_Getter"; | 3512 static content_Getter(mthis) native "HTMLTemplateElement_content_Getter"; |
| 3267 } | 3513 } |
| 3268 | 3514 |
| 3269 class BlinkHTMLTextAreaElement { | 3515 class BlinkHTMLTextAreaElement { |
| 3270 static autofocus_Getter(mthis) native "HTMLTextAreaElement_autofocus_Getter"; | 3516 static autofocus_Getter(mthis) native "HTMLTextAreaElement_autofocus_Getter"; |
| 3271 | 3517 |
| 3272 static autofocus_Setter_boolean(mthis, value) native "HTMLTextAreaElement_auto
focus_Setter"; | 3518 static autofocus_Setter_boolean(mthis, value) native "HTMLTextAreaElement_auto
focus_Setter"; |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3364 static setSelectionRange_Callback_long_long(mthis, start, end) native "HTMLTex
tAreaElement_setSelectionRange_Callback_long_long"; | 3610 static setSelectionRange_Callback_long_long(mthis, start, end) native "HTMLTex
tAreaElement_setSelectionRange_Callback_long_long"; |
| 3365 } | 3611 } |
| 3366 | 3612 |
| 3367 class BlinkHTMLTitleElement {} | 3613 class BlinkHTMLTitleElement {} |
| 3368 | 3614 |
| 3369 class BlinkHTMLTrackElement { | 3615 class BlinkHTMLTrackElement { |
| 3370 static default_Getter(mthis) native "HTMLTrackElement_default_Getter"; | 3616 static default_Getter(mthis) native "HTMLTrackElement_default_Getter"; |
| 3371 | 3617 |
| 3372 static default_Setter_boolean(mthis, value) native "HTMLTrackElement_default_S
etter"; | 3618 static default_Setter_boolean(mthis, value) native "HTMLTrackElement_default_S
etter"; |
| 3373 | 3619 |
| 3620 static integrity_Getter(mthis) native "HTMLTrackElement_integrity_Getter"; |
| 3621 |
| 3622 static integrity_Setter_DOMString(mthis, value) native "HTMLTrackElement_integ
rity_Setter"; |
| 3623 |
| 3374 static kind_Getter(mthis) native "HTMLTrackElement_kind_Getter"; | 3624 static kind_Getter(mthis) native "HTMLTrackElement_kind_Getter"; |
| 3375 | 3625 |
| 3376 static kind_Setter_DOMString(mthis, value) native "HTMLTrackElement_kind_Sette
r"; | 3626 static kind_Setter_DOMString(mthis, value) native "HTMLTrackElement_kind_Sette
r"; |
| 3377 | 3627 |
| 3378 static label_Getter(mthis) native "HTMLTrackElement_label_Getter"; | 3628 static label_Getter(mthis) native "HTMLTrackElement_label_Getter"; |
| 3379 | 3629 |
| 3380 static label_Setter_DOMString(mthis, value) native "HTMLTrackElement_label_Set
ter"; | 3630 static label_Setter_DOMString(mthis, value) native "HTMLTrackElement_label_Set
ter"; |
| 3381 | 3631 |
| 3382 static readyState_Getter(mthis) native "HTMLTrackElement_readyState_Getter"; | 3632 static readyState_Getter(mthis) native "HTMLTrackElement_readyState_Getter"; |
| 3383 | 3633 |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3425 } | 3675 } |
| 3426 | 3676 |
| 3427 class BlinkHashChangeEvent { | 3677 class BlinkHashChangeEvent { |
| 3428 static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter"; | 3678 static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter"; |
| 3429 | 3679 |
| 3430 static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter"; | 3680 static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter"; |
| 3431 | 3681 |
| 3432 static initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMStr
ing(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_
initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString"; | 3682 static initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMStr
ing(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_
initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString"; |
| 3433 } | 3683 } |
| 3434 | 3684 |
| 3685 class BlinkHeaderMap { |
| 3686 static constructorCallback() native "HeaderMap_constructorCallback"; |
| 3687 |
| 3688 static size_Getter(mthis) native "HeaderMap_size_Getter"; |
| 3689 |
| 3690 static clear_Callback(mthis) native "HeaderMap_clear_Callback"; |
| 3691 |
| 3692 static delete_Callback_DOMString(mthis, key) native "HeaderMap_delete_Callback
_DOMString"; |
| 3693 |
| 3694 static forEach_Callback_HeaderMapForEachCallback_ScriptValue(mthis, callback,
thisArg) native "HeaderMap_forEach_Callback_HeaderMapForEachCallback_ScriptValue
"; |
| 3695 |
| 3696 static forEach_Callback_HeaderMapForEachCallback(mthis, callback) native "Head
erMap_forEach_Callback_HeaderMapForEachCallback"; |
| 3697 |
| 3698 static get_Callback_DOMString(mthis, key) native "HeaderMap_get_Callback_DOMSt
ring"; |
| 3699 |
| 3700 static has_Callback_DOMString(mthis, key) native "HeaderMap_has_Callback_DOMSt
ring"; |
| 3701 |
| 3702 static set_Callback_DOMString_DOMString(mthis, key, value) native "HeaderMap_s
et_Callback_DOMString_DOMString"; |
| 3703 } |
| 3704 |
| 3435 class BlinkHistory { | 3705 class BlinkHistory { |
| 3436 static length_Getter(mthis) native "History_length_Getter"; | 3706 static length_Getter(mthis) native "History_length_Getter"; |
| 3437 | 3707 |
| 3438 static state_Getter(mthis) native "History_state_Getter"; | 3708 static state_Getter(mthis) native "History_state_Getter"; |
| 3439 | 3709 |
| 3440 static back_Callback(mthis) native "History_back_Callback"; | 3710 static back_Callback(mthis) native "History_back_Callback"; |
| 3441 | 3711 |
| 3442 static forward_Callback(mthis) native "History_forward_Callback"; | 3712 static forward_Callback(mthis) native "History_forward_Callback"; |
| 3443 | 3713 |
| 3444 static go_Callback_long(mthis, distance) native "History_go_Callback_long"; | 3714 static go_Callback_long(mthis, distance) native "History_go_Callback_long"; |
| 3445 | 3715 |
| 3446 static pushState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title,
url) native "History_pushState_Callback"; | 3716 static pushState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title,
url) native "History_pushState_Callback"; |
| 3447 | 3717 |
| 3448 static replaceState_Callback_ScriptValue_DOMString_DOMString(mthis, data, titl
e, url) native "History_replaceState_Callback"; | 3718 static replaceState_Callback_ScriptValue_DOMString_DOMString(mthis, data, titl
e, url) native "History_replaceState_Callback"; |
| 3449 } | 3719 } |
| 3450 | 3720 |
| 3721 class BlinkHmacKeyAlgorithm { |
| 3722 static hash_Getter(mthis) native "HmacKeyAlgorithm_hash_Getter"; |
| 3723 |
| 3724 static length_Getter(mthis) native "HmacKeyAlgorithm_length_Getter"; |
| 3725 } |
| 3726 |
| 3451 class BlinkIDBCursor { | 3727 class BlinkIDBCursor { |
| 3452 static direction_Getter(mthis) native "IDBCursor_direction_Getter"; | 3728 static direction_Getter(mthis) native "IDBCursor_direction_Getter"; |
| 3453 | 3729 |
| 3454 static key_Getter(mthis) native "IDBCursor_key_Getter"; | 3730 static key_Getter(mthis) native "IDBCursor_key_Getter"; |
| 3455 | 3731 |
| 3456 static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; | 3732 static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; |
| 3457 | 3733 |
| 3458 static source_Getter(mthis) native "IDBCursor_source_Getter"; | 3734 static source_Getter(mthis) native "IDBCursor_source_Getter"; |
| 3459 | 3735 |
| 3460 static advance_Callback_ul(mthis, count) native "IDBCursor_advance_Callback_un
signed long"; | 3736 static advance_Callback_ul(mthis, count) native "IDBCursor_advance_Callback_un
signed long"; |
| (...skipping 17 matching lines...) Expand all Loading... |
| 3478 static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Get
ter"; | 3754 static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Get
ter"; |
| 3479 | 3755 |
| 3480 static version_Getter(mthis) native "IDBDatabase_version_Getter"; | 3756 static version_Getter(mthis) native "IDBDatabase_version_Getter"; |
| 3481 | 3757 |
| 3482 static close_Callback(mthis) native "IDBDatabase_close_Callback"; | 3758 static close_Callback(mthis) native "IDBDatabase_close_Callback"; |
| 3483 | 3759 |
| 3484 static createObjectStore_Callback_DOMString_Dictionary(mthis, name, options) n
ative "IDBDatabase_createObjectStore_Callback_DOMString_Dictionary"; | 3760 static createObjectStore_Callback_DOMString_Dictionary(mthis, name, options) n
ative "IDBDatabase_createObjectStore_Callback_DOMString_Dictionary"; |
| 3485 | 3761 |
| 3486 static deleteObjectStore_Callback_DOMString(mthis, name) native "IDBDatabase_d
eleteObjectStore_Callback_DOMString"; | 3762 static deleteObjectStore_Callback_DOMString(mthis, name) native "IDBDatabase_d
eleteObjectStore_Callback_DOMString"; |
| 3487 | 3763 |
| 3488 static transaction_Callback_DOMStringList_DOMString(mthis, storeName_OR_storeN
ames, mode) native "IDBDatabase_transaction_Callback_DOMStringList_DOMString"; | 3764 static transaction_Callback_DOMString_DOMString(mthis, storeName_OR_storeNames
, mode) native "IDBDatabase_transaction_Callback_DOMString_DOMString"; |
| 3489 | 3765 |
| 3490 static transaction_Callback_SEQ_DOMString_SEQ_DOMString(mthis, storeName_OR_st
oreNames, mode) native "IDBDatabase_transaction_Callback_sequence<DOMString>_DOM
String"; | 3766 static transaction_Callback_SEQ_DOMString_SEQ_DOMString(mthis, storeName_OR_st
oreNames, mode) native "IDBDatabase_transaction_Callback_sequence<DOMString>_DOM
String"; |
| 3491 | 3767 |
| 3492 static transaction_Callback_DOMString_DOMString(mthis, storeName_OR_storeNames
, mode) native "IDBDatabase_transaction_Callback_DOMString_DOMString"; | 3768 static transaction_Callback_DOMStringList_DOMString(mthis, storeName_OR_storeN
ames, mode) native "IDBDatabase_transaction_Callback_DOMStringList_DOMString"; |
| 3493 } | 3769 } |
| 3494 | 3770 |
| 3495 class BlinkIDBFactory { | 3771 class BlinkIDBFactory { |
| 3496 static cmp_Callback_ScriptValue_ScriptValue(mthis, first, second) native "IDBF
actory_cmp_Callback_ScriptValue_ScriptValue"; | 3772 static cmp_Callback_ScriptValue_ScriptValue(mthis, first, second) native "IDBF
actory_cmp_Callback_ScriptValue_ScriptValue"; |
| 3497 | 3773 |
| 3498 static deleteDatabase_Callback_DOMString(mthis, name) native "IDBFactory_delet
eDatabase_Callback_DOMString"; | 3774 static deleteDatabase_Callback_DOMString(mthis, name) native "IDBFactory_delet
eDatabase_Callback_DOMString"; |
| 3499 | 3775 |
| 3500 static open_Callback_DOMString_ull(mthis, name, version) native "IDBFactory_op
en_Callback_DOMString_unsigned long long"; | 3776 static open_Callback_DOMString_ull(mthis, name, version) native "IDBFactory_op
en_Callback_DOMString_unsigned long long"; |
| 3501 | 3777 |
| 3502 static open_Callback_DOMString(mthis, name) native "IDBFactory_open_Callback_D
OMString"; | 3778 static open_Callback_DOMString(mthis, name) native "IDBFactory_open_Callback_D
OMString"; |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3554 static name_Getter(mthis) native "IDBObjectStore_name_Getter"; | 3830 static name_Getter(mthis) native "IDBObjectStore_name_Getter"; |
| 3555 | 3831 |
| 3556 static transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter"; | 3832 static transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter"; |
| 3557 | 3833 |
| 3558 static add_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObje
ctStore_add_Callback_ScriptValue_ScriptValue"; | 3834 static add_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObje
ctStore_add_Callback_ScriptValue_ScriptValue"; |
| 3559 | 3835 |
| 3560 static clear_Callback(mthis) native "IDBObjectStore_clear_Callback"; | 3836 static clear_Callback(mthis) native "IDBObjectStore_clear_Callback"; |
| 3561 | 3837 |
| 3562 static count_Callback_ScriptValue(mthis, key) native "IDBObjectStore_count_Cal
lback_ScriptValue"; | 3838 static count_Callback_ScriptValue(mthis, key) native "IDBObjectStore_count_Cal
lback_ScriptValue"; |
| 3563 | 3839 |
| 3840 static createIndex_Callback_DOMString_DOMString_Dictionary(mthis, name, keyPat
h, options) native "IDBObjectStore_createIndex_Callback_DOMString_DOMString_Dict
ionary"; |
| 3841 |
| 3564 static createIndex_Callback_DOMString_SEQ_DOMString_SEQ_Dictionary(mthis, name
, keyPath, options) native "IDBObjectStore_createIndex_Callback_DOMString_sequen
ce<DOMString>_Dictionary"; | 3842 static createIndex_Callback_DOMString_SEQ_DOMString_SEQ_Dictionary(mthis, name
, keyPath, options) native "IDBObjectStore_createIndex_Callback_DOMString_sequen
ce<DOMString>_Dictionary"; |
| 3565 | 3843 |
| 3566 static createIndex_Callback_DOMString_DOMString_Dictionary(mthis, name, keyPat
h, options) native "IDBObjectStore_createIndex_Callback_DOMString_DOMString_Dict
ionary"; | |
| 3567 | |
| 3568 static delete_Callback_ScriptValue(mthis, key) native "IDBObjectStore_delete_C
allback_ScriptValue"; | 3844 static delete_Callback_ScriptValue(mthis, key) native "IDBObjectStore_delete_C
allback_ScriptValue"; |
| 3569 | 3845 |
| 3570 static deleteIndex_Callback_DOMString(mthis, name) native "IDBObjectStore_dele
teIndex_Callback_DOMString"; | 3846 static deleteIndex_Callback_DOMString(mthis, name) native "IDBObjectStore_dele
teIndex_Callback_DOMString"; |
| 3571 | 3847 |
| 3572 static get_Callback_ScriptValue(mthis, key) native "IDBObjectStore_get_Callbac
k_ScriptValue"; | 3848 static get_Callback_ScriptValue(mthis, key) native "IDBObjectStore_get_Callbac
k_ScriptValue"; |
| 3573 | 3849 |
| 3574 static index_Callback_DOMString(mthis, name) native "IDBObjectStore_index_Call
back_DOMString"; | 3850 static index_Callback_DOMString(mthis, name) native "IDBObjectStore_index_Call
back_DOMString"; |
| 3575 | 3851 |
| 3576 static openCursor_Callback_ScriptValue_DOMString(mthis, key, direction) native
"IDBObjectStore_openCursor_Callback_ScriptValue_DOMString"; | 3852 static openCursor_Callback_ScriptValue_DOMString(mthis, range, direction) nati
ve "IDBObjectStore_openCursor_Callback_ScriptValue_DOMString"; |
| 3577 | 3853 |
| 3578 static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) n
ative "IDBObjectStore_openKeyCursor_Callback_ScriptValue_DOMString"; | 3854 static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) n
ative "IDBObjectStore_openKeyCursor_Callback_ScriptValue_DOMString"; |
| 3579 | 3855 |
| 3580 static put_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObje
ctStore_put_Callback_ScriptValue_ScriptValue"; | 3856 static put_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObje
ctStore_put_Callback_ScriptValue_ScriptValue"; |
| 3581 } | 3857 } |
| 3582 | 3858 |
| 3583 class BlinkIDBRequest { | 3859 class BlinkIDBRequest { |
| 3584 static error_Getter(mthis) native "IDBRequest_error_Getter"; | 3860 static error_Getter(mthis) native "IDBRequest_error_Getter"; |
| 3585 | 3861 |
| 3586 static readyState_Getter(mthis) native "IDBRequest_readyState_Getter"; | 3862 static readyState_Getter(mthis) native "IDBRequest_readyState_Getter"; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 3616 static oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Gette
r"; | 3892 static oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Gette
r"; |
| 3617 } | 3893 } |
| 3618 | 3894 |
| 3619 class BlinkImageBitmap { | 3895 class BlinkImageBitmap { |
| 3620 static height_Getter(mthis) native "ImageBitmap_height_Getter"; | 3896 static height_Getter(mthis) native "ImageBitmap_height_Getter"; |
| 3621 | 3897 |
| 3622 static width_Getter(mthis) native "ImageBitmap_width_Getter"; | 3898 static width_Getter(mthis) native "ImageBitmap_width_Getter"; |
| 3623 } | 3899 } |
| 3624 | 3900 |
| 3625 class BlinkImageData { | 3901 class BlinkImageData { |
| 3902 static constructorCallback_ul_ul(data_OR_width, height_OR_width) native "Image
Data_constructorCallback_unsigned long_unsigned long"; |
| 3903 |
| 3904 static constructorCallback_Uint8ClampedArray_ul_ul(data_OR_width, height_OR_wi
dth, height) native "ImageData_constructorCallback_Uint8ClampedArray_unsigned lo
ng_unsigned long"; |
| 3905 |
| 3626 static data_Getter(mthis) native "ImageData_data_Getter"; | 3906 static data_Getter(mthis) native "ImageData_data_Getter"; |
| 3627 | 3907 |
| 3628 static height_Getter(mthis) native "ImageData_height_Getter"; | 3908 static height_Getter(mthis) native "ImageData_height_Getter"; |
| 3629 | 3909 |
| 3630 static width_Getter(mthis) native "ImageData_width_Getter"; | 3910 static width_Getter(mthis) native "ImageData_width_Getter"; |
| 3631 } | 3911 } |
| 3632 | 3912 |
| 3633 class BlinkInjectedScriptHost { | 3913 class BlinkInjectedScriptHost { |
| 3634 static inspect_Callback_ScriptValue_ScriptValue(mthis, objectId, hints) native
"InjectedScriptHost_inspect_Callback"; | 3914 static inspect_Callback_ScriptValue_ScriptValue(mthis, objectId, hints) native
"InjectedScriptHost_inspect_Callback"; |
| 3635 } | 3915 } |
| (...skipping 21 matching lines...) Expand all Loading... |
| 3657 class BlinkKey { | 3937 class BlinkKey { |
| 3658 static algorithm_Getter(mthis) native "Key_algorithm_Getter"; | 3938 static algorithm_Getter(mthis) native "Key_algorithm_Getter"; |
| 3659 | 3939 |
| 3660 static extractable_Getter(mthis) native "Key_extractable_Getter"; | 3940 static extractable_Getter(mthis) native "Key_extractable_Getter"; |
| 3661 | 3941 |
| 3662 static type_Getter(mthis) native "Key_type_Getter"; | 3942 static type_Getter(mthis) native "Key_type_Getter"; |
| 3663 | 3943 |
| 3664 static usages_Getter(mthis) native "Key_usages_Getter"; | 3944 static usages_Getter(mthis) native "Key_usages_Getter"; |
| 3665 } | 3945 } |
| 3666 | 3946 |
| 3667 class BlinkKeyPair { | |
| 3668 static privateKey_Getter(mthis) native "KeyPair_privateKey_Getter"; | |
| 3669 | |
| 3670 static publicKey_Getter(mthis) native "KeyPair_publicKey_Getter"; | |
| 3671 } | |
| 3672 | |
| 3673 class BlinkKeyboardEvent { | 3947 class BlinkKeyboardEvent { |
| 3674 static altGraphKey_Getter(mthis) native "KeyboardEvent_altGraphKey_Getter"; | 3948 static altGraphKey_Getter(mthis) native "KeyboardEvent_altGraphKey_Getter"; |
| 3675 | 3949 |
| 3676 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; | 3950 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; |
| 3677 | 3951 |
| 3678 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; | 3952 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; |
| 3679 | 3953 |
| 3680 static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter"
; | 3954 static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter"
; |
| 3681 | 3955 |
| 3682 static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter"; | 3956 static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter"; |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3734 static assign_Callback_DOMString(mthis, url) native "Location_assign_Callback"
; | 4008 static assign_Callback_DOMString(mthis, url) native "Location_assign_Callback"
; |
| 3735 | 4009 |
| 3736 static reload_Callback(mthis) native "Location_reload_Callback"; | 4010 static reload_Callback(mthis) native "Location_reload_Callback"; |
| 3737 | 4011 |
| 3738 static replace_Callback_DOMString(mthis, url) native "Location_replace_Callbac
k"; | 4012 static replace_Callback_DOMString(mthis, url) native "Location_replace_Callbac
k"; |
| 3739 | 4013 |
| 3740 static toString_Callback(mthis) native "Location_toString_Callback"; | 4014 static toString_Callback(mthis) native "Location_toString_Callback"; |
| 3741 } | 4015 } |
| 3742 | 4016 |
| 3743 class BlinkMIDIAccess { | 4017 class BlinkMIDIAccess { |
| 4018 static sysexEnabled_Getter(mthis) native "MIDIAccess_sysexEnabled_Getter"; |
| 4019 |
| 3744 static inputs_Callback(mthis) native "MIDIAccess_inputs_Callback"; | 4020 static inputs_Callback(mthis) native "MIDIAccess_inputs_Callback"; |
| 3745 | 4021 |
| 3746 static outputs_Callback(mthis) native "MIDIAccess_outputs_Callback"; | 4022 static outputs_Callback(mthis) native "MIDIAccess_outputs_Callback"; |
| 3747 } | 4023 } |
| 3748 | 4024 |
| 3749 class BlinkMIDIAccessPromise { | |
| 3750 static then_Callback_MIDISuccessCallback_MIDIErrorCallback(mthis, successCallb
ack, errorCallback) native "MIDIAccessPromise_then_Callback_MIDISuccessCallback_
MIDIErrorCallback"; | |
| 3751 } | |
| 3752 | |
| 3753 class BlinkMIDIConnectionEvent { | 4025 class BlinkMIDIConnectionEvent { |
| 3754 static port_Getter(mthis) native "MIDIConnectionEvent_port_Getter"; | 4026 static port_Getter(mthis) native "MIDIConnectionEvent_port_Getter"; |
| 3755 } | 4027 } |
| 3756 | 4028 |
| 3757 class BlinkMIDIPort { | 4029 class BlinkMIDIPort { |
| 3758 static id_Getter(mthis) native "MIDIPort_id_Getter"; | 4030 static id_Getter(mthis) native "MIDIPort_id_Getter"; |
| 3759 | 4031 |
| 3760 static manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter"; | 4032 static manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter"; |
| 3761 | 4033 |
| 3762 static name_Getter(mthis) native "MIDIPort_name_Getter"; | 4034 static name_Getter(mthis) native "MIDIPort_name_Getter"; |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3815 | 4087 |
| 3816 static volume_Setter_double(mthis, value) native "MediaController_volume_Sette
r"; | 4088 static volume_Setter_double(mthis, value) native "MediaController_volume_Sette
r"; |
| 3817 | 4089 |
| 3818 static pause_Callback(mthis) native "MediaController_pause_Callback"; | 4090 static pause_Callback(mthis) native "MediaController_pause_Callback"; |
| 3819 | 4091 |
| 3820 static play_Callback(mthis) native "MediaController_play_Callback"; | 4092 static play_Callback(mthis) native "MediaController_play_Callback"; |
| 3821 | 4093 |
| 3822 static unpause_Callback(mthis) native "MediaController_unpause_Callback"; | 4094 static unpause_Callback(mthis) native "MediaController_unpause_Callback"; |
| 3823 } | 4095 } |
| 3824 | 4096 |
| 4097 class BlinkMediaDeviceInfo { |
| 4098 static deviceId_Getter(mthis) native "MediaDeviceInfo_deviceId_Getter"; |
| 4099 |
| 4100 static groupId_Getter(mthis) native "MediaDeviceInfo_groupId_Getter"; |
| 4101 |
| 4102 static kind_Getter(mthis) native "MediaDeviceInfo_kind_Getter"; |
| 4103 |
| 4104 static label_Getter(mthis) native "MediaDeviceInfo_label_Getter"; |
| 4105 } |
| 4106 |
| 3825 class BlinkMediaElementAudioSourceNode { | 4107 class BlinkMediaElementAudioSourceNode { |
| 3826 static mediaElement_Getter(mthis) native "MediaElementAudioSourceNode_mediaEle
ment_Getter"; | 4108 static mediaElement_Getter(mthis) native "MediaElementAudioSourceNode_mediaEle
ment_Getter"; |
| 3827 } | 4109 } |
| 3828 | 4110 |
| 3829 class BlinkMediaError { | 4111 class BlinkMediaError { |
| 3830 static code_Getter(mthis) native "MediaError_code_Getter"; | 4112 static code_Getter(mthis) native "MediaError_code_Getter"; |
| 3831 } | 4113 } |
| 3832 | 4114 |
| 3833 class BlinkMediaKeyError { | 4115 class BlinkMediaKeyError { |
| 3834 static code_Getter(mthis) native "MediaKeyError_code_Getter"; | 4116 static code_Getter(mthis) native "MediaKeyError_code_Getter"; |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3875 | 4157 |
| 3876 static update_Callback_Uint8Array(mthis, response) native "MediaKeySession_upd
ate_Callback_Uint8Array"; | 4158 static update_Callback_Uint8Array(mthis, response) native "MediaKeySession_upd
ate_Callback_Uint8Array"; |
| 3877 } | 4159 } |
| 3878 | 4160 |
| 3879 class BlinkMediaKeys { | 4161 class BlinkMediaKeys { |
| 3880 static constructorCallback_DOMString(keySystem) native "MediaKeys_constructorC
allback_DOMString"; | 4162 static constructorCallback_DOMString(keySystem) native "MediaKeys_constructorC
allback_DOMString"; |
| 3881 | 4163 |
| 3882 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; | 4164 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; |
| 3883 | 4165 |
| 3884 static createSession_Callback_DOMString_Uint8Array(mthis, type, initData) nati
ve "MediaKeys_createSession_Callback_DOMString_Uint8Array"; | 4166 static createSession_Callback_DOMString_Uint8Array(mthis, type, initData) nati
ve "MediaKeys_createSession_Callback_DOMString_Uint8Array"; |
| 4167 |
| 4168 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na
tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString"; |
| 3885 } | 4169 } |
| 3886 | 4170 |
| 3887 class BlinkMediaList { | 4171 class BlinkMediaList { |
| 3888 static length_Getter(mthis) native "MediaList_length_Getter"; | 4172 static length_Getter(mthis) native "MediaList_length_Getter"; |
| 3889 | 4173 |
| 3890 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; | 4174 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; |
| 3891 | 4175 |
| 3892 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se
tter"; | 4176 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se
tter"; |
| 3893 | 4177 |
| 3894 static appendMedium_Callback_DOMString(mthis, newMedium) native "MediaList_app
endMedium_Callback_DOMString"; | 4178 static appendMedium_Callback_DOMString(mthis, newMedium) native "MediaList_app
endMedium_Callback_DOMString"; |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3936 static constructorCallback_A_MediaStreamTrack_A(stream_OR_tracks) native "Medi
aStream_constructorCallback_MediaStreamTrack[]"; | 4220 static constructorCallback_A_MediaStreamTrack_A(stream_OR_tracks) native "Medi
aStream_constructorCallback_MediaStreamTrack[]"; |
| 3937 | 4221 |
| 3938 static ended_Getter(mthis) native "MediaStream_ended_Getter"; | 4222 static ended_Getter(mthis) native "MediaStream_ended_Getter"; |
| 3939 | 4223 |
| 3940 static id_Getter(mthis) native "MediaStream_id_Getter"; | 4224 static id_Getter(mthis) native "MediaStream_id_Getter"; |
| 3941 | 4225 |
| 3942 static label_Getter(mthis) native "MediaStream_label_Getter"; | 4226 static label_Getter(mthis) native "MediaStream_label_Getter"; |
| 3943 | 4227 |
| 3944 static addTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_ad
dTrack_Callback_MediaStreamTrack"; | 4228 static addTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_ad
dTrack_Callback_MediaStreamTrack"; |
| 3945 | 4229 |
| 4230 static clone_Callback(mthis) native "MediaStream_clone_Callback"; |
| 4231 |
| 3946 static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callb
ack"; | 4232 static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callb
ack"; |
| 3947 | 4233 |
| 3948 static getTrackById_Callback_DOMString(mthis, trackId) native "MediaStream_get
TrackById_Callback_DOMString"; | 4234 static getTrackById_Callback_DOMString(mthis, trackId) native "MediaStream_get
TrackById_Callback_DOMString"; |
| 3949 | 4235 |
| 3950 static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callb
ack"; | 4236 static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callb
ack"; |
| 3951 | 4237 |
| 3952 static removeTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream
_removeTrack_Callback_MediaStreamTrack"; | 4238 static removeTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream
_removeTrack_Callback_MediaStreamTrack"; |
| 3953 | 4239 |
| 3954 static stop_Callback(mthis) native "MediaStream_stop_Callback"; | 4240 static stop_Callback(mthis) native "MediaStream_stop_Callback"; |
| 3955 } | 4241 } |
| (...skipping 16 matching lines...) Expand all Loading... |
| 3972 static enabled_Setter_boolean(mthis, value) native "MediaStreamTrack_enabled_S
etter"; | 4258 static enabled_Setter_boolean(mthis, value) native "MediaStreamTrack_enabled_S
etter"; |
| 3973 | 4259 |
| 3974 static id_Getter(mthis) native "MediaStreamTrack_id_Getter"; | 4260 static id_Getter(mthis) native "MediaStreamTrack_id_Getter"; |
| 3975 | 4261 |
| 3976 static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter"; | 4262 static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter"; |
| 3977 | 4263 |
| 3978 static label_Getter(mthis) native "MediaStreamTrack_label_Getter"; | 4264 static label_Getter(mthis) native "MediaStreamTrack_label_Getter"; |
| 3979 | 4265 |
| 3980 static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter"; | 4266 static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter"; |
| 3981 | 4267 |
| 4268 static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback"; |
| 4269 |
| 3982 static getSources_Callback_MediaStreamTrackSourcesCallback(callback) native "M
ediaStreamTrack_getSources_Callback_MediaStreamTrackSourcesCallback"; | 4270 static getSources_Callback_MediaStreamTrackSourcesCallback(callback) native "M
ediaStreamTrack_getSources_Callback_MediaStreamTrackSourcesCallback"; |
| 3983 | 4271 |
| 3984 static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback"; | 4272 static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback"; |
| 3985 } | 4273 } |
| 3986 | 4274 |
| 3987 class BlinkMediaStreamTrackEvent { | 4275 class BlinkMediaStreamTrackEvent { |
| 3988 static track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter"; | 4276 static track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter"; |
| 3989 } | 4277 } |
| 3990 | 4278 |
| 3991 class BlinkMemoryInfo { | 4279 class BlinkMemoryInfo { |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4058 static clientY_Getter(mthis) native "MouseEvent_clientY_Getter"; | 4346 static clientY_Getter(mthis) native "MouseEvent_clientY_Getter"; |
| 4059 | 4347 |
| 4060 static ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter"; | 4348 static ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter"; |
| 4061 | 4349 |
| 4062 static dataTransfer_Getter(mthis) native "MouseEvent_dataTransfer_Getter"; | 4350 static dataTransfer_Getter(mthis) native "MouseEvent_dataTransfer_Getter"; |
| 4063 | 4351 |
| 4064 static fromElement_Getter(mthis) native "MouseEvent_fromElement_Getter"; | 4352 static fromElement_Getter(mthis) native "MouseEvent_fromElement_Getter"; |
| 4065 | 4353 |
| 4066 static metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter"; | 4354 static metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter"; |
| 4067 | 4355 |
| 4356 static movementX_Getter(mthis) native "MouseEvent_movementX_Getter"; |
| 4357 |
| 4358 static movementY_Getter(mthis) native "MouseEvent_movementY_Getter"; |
| 4359 |
| 4068 static offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter"; | 4360 static offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter"; |
| 4069 | 4361 |
| 4070 static offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter"; | 4362 static offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter"; |
| 4071 | 4363 |
| 4072 static relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter"; | 4364 static relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter"; |
| 4073 | 4365 |
| 4074 static screenX_Getter(mthis) native "MouseEvent_screenX_Getter"; | 4366 static screenX_Getter(mthis) native "MouseEvent_screenX_Getter"; |
| 4075 | 4367 |
| 4076 static screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; | 4368 static screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; |
| 4077 | 4369 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4131 | 4423 |
| 4132 static removeNamedItem_Callback_DOMString(mthis, name) native "NamedNodeMap_re
moveNamedItem_Callback_DOMString"; | 4424 static removeNamedItem_Callback_DOMString(mthis, name) native "NamedNodeMap_re
moveNamedItem_Callback_DOMString"; |
| 4133 | 4425 |
| 4134 static removeNamedItemNS_Callback_DOMString_DOMString(mthis, namespaceURI, loc
alName) native "NamedNodeMap_removeNamedItemNS_Callback_DOMString_DOMString"; | 4426 static removeNamedItemNS_Callback_DOMString_DOMString(mthis, namespaceURI, loc
alName) native "NamedNodeMap_removeNamedItemNS_Callback_DOMString_DOMString"; |
| 4135 | 4427 |
| 4136 static setNamedItem_Callback_Node(mthis, node) native "NamedNodeMap_setNamedIt
em_Callback_Node"; | 4428 static setNamedItem_Callback_Node(mthis, node) native "NamedNodeMap_setNamedIt
em_Callback_Node"; |
| 4137 | 4429 |
| 4138 static setNamedItemNS_Callback_Node(mthis, node) native "NamedNodeMap_setNamed
ItemNS_Callback_Node"; | 4430 static setNamedItemNS_Callback_Node(mthis, node) native "NamedNodeMap_setNamed
ItemNS_Callback_Node"; |
| 4139 } | 4431 } |
| 4140 | 4432 |
| 4433 class BlinkNavigatorCPU { |
| 4434 static hardwareConcurrency_Getter(mthis) native "NavigatorCPU_hardwareConcurre
ncy_Getter"; |
| 4435 } |
| 4436 |
| 4141 class BlinkNavigatorID { | 4437 class BlinkNavigatorID { |
| 4142 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; | 4438 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; |
| 4143 | 4439 |
| 4144 static appName_Getter(mthis) native "Navigator_appName_Getter"; | 4440 static appName_Getter(mthis) native "Navigator_appName_Getter"; |
| 4145 | 4441 |
| 4146 static appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; | 4442 static appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; |
| 4147 | 4443 |
| 4444 static dartEnabled_Getter(mthis) native "Navigator_dartEnabled_Getter"; |
| 4445 |
| 4148 static platform_Getter(mthis) native "Navigator_platform_Getter"; | 4446 static platform_Getter(mthis) native "Navigator_platform_Getter"; |
| 4149 | 4447 |
| 4150 static product_Getter(mthis) native "Navigator_product_Getter"; | 4448 static product_Getter(mthis) native "Navigator_product_Getter"; |
| 4151 | 4449 |
| 4152 static userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; | 4450 static userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; |
| 4153 } | 4451 } |
| 4154 | 4452 |
| 4453 class BlinkNavigatorLanguage { |
| 4454 static language_Getter(mthis) native "NavigatorLanguage_language_Getter"; |
| 4455 |
| 4456 static languages_Getter(mthis) native "NavigatorLanguage_languages_Getter"; |
| 4457 } |
| 4458 |
| 4155 class BlinkNavigatorOnLine { | 4459 class BlinkNavigatorOnLine { |
| 4156 static onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter"; | 4460 static onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter"; |
| 4157 } | 4461 } |
| 4158 | 4462 |
| 4159 class BlinkNavigator { | 4463 class BlinkNavigator { |
| 4464 static connection_Getter(mthis) native "Navigator_connection_Getter"; |
| 4465 |
| 4160 static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter"; | 4466 static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter"; |
| 4161 | 4467 |
| 4162 static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter"; | 4468 static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter"; |
| 4163 | 4469 |
| 4164 static geolocation_Getter(mthis) native "Navigator_geolocation_Getter"; | 4470 static geolocation_Getter(mthis) native "Navigator_geolocation_Getter"; |
| 4165 | 4471 |
| 4166 static language_Getter(mthis) native "Navigator_language_Getter"; | |
| 4167 | |
| 4168 static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter"; | 4472 static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter"; |
| 4169 | 4473 |
| 4170 static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter"; | 4474 static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter"; |
| 4171 | 4475 |
| 4172 static productSub_Getter(mthis) native "Navigator_productSub_Getter"; | 4476 static productSub_Getter(mthis) native "Navigator_productSub_Getter"; |
| 4173 | 4477 |
| 4478 static push_Getter(mthis) native "Navigator_push_Getter"; |
| 4479 |
| 4174 static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter"; | 4480 static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter"; |
| 4175 | 4481 |
| 4176 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; | 4482 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; |
| 4177 | 4483 |
| 4178 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; | 4484 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; |
| 4179 | 4485 |
| 4180 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; | 4486 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; |
| 4181 | 4487 |
| 4182 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten
tStorage_Getter"; | 4488 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten
tStorage_Getter"; |
| 4183 | 4489 |
| 4184 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS
torage_Getter"; | 4490 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS
torage_Getter"; |
| 4185 | 4491 |
| 4492 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; |
| 4493 |
| 4494 static getMediaDevices_Callback_MediaDeviceInfoCallback(mthis, resultCallback)
native "Navigator_getMediaDevices_Callback_MediaDeviceInfoCallback"; |
| 4495 |
| 4186 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C
allback"; | 4496 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C
allback"; |
| 4187 | 4497 |
| 4188 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme,
url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString
"; | 4498 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme,
url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString
"; |
| 4189 | 4499 |
| 4190 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s
cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_
DOMString_DOMString"; | 4500 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s
cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_
DOMString_DOMString"; |
| 4191 | 4501 |
| 4192 static requestMIDIAccess_Callback_Dictionary(mthis, options) native "Navigator
_requestMIDIAccess_Callback_Dictionary"; | 4502 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig
ator_sendBeacon_Callback_DOMString_DOMString"; |
| 4503 |
| 4504 static sendBeacon_Callback_DOMString_ArrayBufferView(mthis, url, data) native
"Navigator_sendBeacon_Callback_DOMString_ArrayBufferView"; |
| 4505 |
| 4506 static sendBeacon_Callback_DOMString_FormData(mthis, url, data) native "Naviga
tor_sendBeacon_Callback_DOMString_FormData"; |
| 4507 |
| 4508 static sendBeacon_Callback_DOMString_Blob(mthis, url, data) native "Navigator_
sendBeacon_Callback_DOMString_Blob"; |
| 4193 | 4509 |
| 4194 static unregisterProtocolHandler_Callback_DOMString_DOMString(mthis, scheme, u
rl) native "Navigator_unregisterProtocolHandler_Callback_DOMString_DOMString"; | 4510 static unregisterProtocolHandler_Callback_DOMString_DOMString(mthis, scheme, u
rl) native "Navigator_unregisterProtocolHandler_Callback_DOMString_DOMString"; |
| 4195 | 4511 |
| 4196 static webkitGetGamepads_Callback(mthis) native "Navigator_webkitGetGamepads_C
allback"; | |
| 4197 | |
| 4198 static webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuccessCallbac
k_NavigatorUserMediaErrorCallback(mthis, options, successCallback, errorCallback
) native "Navigator_webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuc
cessCallback_NavigatorUserMediaErrorCallback"; | 4512 static webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuccessCallbac
k_NavigatorUserMediaErrorCallback(mthis, options, successCallback, errorCallback
) native "Navigator_webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuc
cessCallback_NavigatorUserMediaErrorCallback"; |
| 4199 | 4513 |
| 4200 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; | 4514 static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; |
| 4201 | 4515 |
| 4202 static appName_Getter(mthis) native "Navigator_appName_Getter"; | 4516 static appName_Getter(mthis) native "Navigator_appName_Getter"; |
| 4203 | 4517 |
| 4204 static appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; | 4518 static appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; |
| 4205 | 4519 |
| 4520 static dartEnabled_Getter(mthis) native "Navigator_dartEnabled_Getter"; |
| 4521 |
| 4206 static platform_Getter(mthis) native "Navigator_platform_Getter"; | 4522 static platform_Getter(mthis) native "Navigator_platform_Getter"; |
| 4207 | 4523 |
| 4208 static product_Getter(mthis) native "Navigator_product_Getter"; | 4524 static product_Getter(mthis) native "Navigator_product_Getter"; |
| 4209 | 4525 |
| 4210 static userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; | 4526 static userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; |
| 4211 | 4527 |
| 4528 static language_Getter(mthis) native "Navigator_language_Getter"; |
| 4529 |
| 4530 static languages_Getter(mthis) native "Navigator_languages_Getter"; |
| 4531 |
| 4212 static onLine_Getter(mthis) native "Navigator_onLine_Getter"; | 4532 static onLine_Getter(mthis) native "Navigator_onLine_Getter"; |
| 4213 } | 4533 } |
| 4214 | 4534 |
| 4215 class BlinkNavigatorUserMediaError { | 4535 class BlinkNavigatorUserMediaError { |
| 4216 static constraintName_Getter(mthis) native "NavigatorUserMediaError_constraint
Name_Getter"; | 4536 static constraintName_Getter(mthis) native "NavigatorUserMediaError_constraint
Name_Getter"; |
| 4217 | 4537 |
| 4218 static message_Getter(mthis) native "NavigatorUserMediaError_message_Getter"; | 4538 static message_Getter(mthis) native "NavigatorUserMediaError_message_Getter"; |
| 4219 | 4539 |
| 4220 static name_Getter(mthis) native "NavigatorUserMediaError_name_Getter"; | 4540 static name_Getter(mthis) native "NavigatorUserMediaError_name_Getter"; |
| 4221 } | 4541 } |
| 4222 | 4542 |
| 4543 class BlinkNetworkInformation { |
| 4544 static type_Getter(mthis) native "NetworkInformation_type_Getter"; |
| 4545 } |
| 4546 |
| 4223 class BlinkNodeFilter {} | 4547 class BlinkNodeFilter {} |
| 4224 | 4548 |
| 4225 class BlinkNodeIterator { | 4549 class BlinkNodeIterator { |
| 4226 static pointerBeforeReferenceNode_Getter(mthis) native "NodeIterator_pointerBe
foreReferenceNode_Getter"; | 4550 static pointerBeforeReferenceNode_Getter(mthis) native "NodeIterator_pointerBe
foreReferenceNode_Getter"; |
| 4227 | 4551 |
| 4228 static referenceNode_Getter(mthis) native "NodeIterator_referenceNode_Getter"; | 4552 static referenceNode_Getter(mthis) native "NodeIterator_referenceNode_Getter"; |
| 4229 | 4553 |
| 4230 static root_Getter(mthis) native "NodeIterator_root_Getter"; | 4554 static root_Getter(mthis) native "NodeIterator_root_Getter"; |
| 4231 | 4555 |
| 4232 static whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Getter"; | 4556 static whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Getter"; |
| (...skipping 28 matching lines...) Expand all Loading... |
| 4261 | 4585 |
| 4262 static tag_Getter(mthis) native "Notification_tag_Getter"; | 4586 static tag_Getter(mthis) native "Notification_tag_Getter"; |
| 4263 | 4587 |
| 4264 static title_Getter(mthis) native "Notification_title_Getter"; | 4588 static title_Getter(mthis) native "Notification_title_Getter"; |
| 4265 | 4589 |
| 4266 static close_Callback(mthis) native "Notification_close_Callback"; | 4590 static close_Callback(mthis) native "Notification_close_Callback"; |
| 4267 | 4591 |
| 4268 static requestPermission_Callback_NotificationPermissionCallback(callback) nat
ive "Notification_requestPermission_Callback_NotificationPermissionCallback"; | 4592 static requestPermission_Callback_NotificationPermissionCallback(callback) nat
ive "Notification_requestPermission_Callback_NotificationPermissionCallback"; |
| 4269 } | 4593 } |
| 4270 | 4594 |
| 4271 class BlinkNotificationCenter {} | |
| 4272 | |
| 4273 class BlinkOESElementIndexUint {} | 4595 class BlinkOESElementIndexUint {} |
| 4274 | 4596 |
| 4275 class BlinkOESStandardDerivatives {} | 4597 class BlinkOESStandardDerivatives {} |
| 4276 | 4598 |
| 4277 class BlinkOESTextureFloat {} | 4599 class BlinkOESTextureFloat {} |
| 4278 | 4600 |
| 4279 class BlinkOESTextureFloatLinear {} | 4601 class BlinkOESTextureFloatLinear {} |
| 4280 | 4602 |
| 4281 class BlinkOESTextureHalfFloat {} | 4603 class BlinkOESTextureHalfFloat {} |
| 4282 | 4604 |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4371 | 4693 |
| 4372 static rolloffFactor_Setter_double(mthis, value) native "PannerNode_rolloffFac
tor_Setter"; | 4694 static rolloffFactor_Setter_double(mthis, value) native "PannerNode_rolloffFac
tor_Setter"; |
| 4373 | 4695 |
| 4374 static setOrientation_Callback_float_float_float(mthis, x, y, z) native "Panne
rNode_setOrientation_Callback_float_float_float"; | 4696 static setOrientation_Callback_float_float_float(mthis, x, y, z) native "Panne
rNode_setOrientation_Callback_float_float_float"; |
| 4375 | 4697 |
| 4376 static setPosition_Callback_float_float_float(mthis, x, y, z) native "PannerNo
de_setPosition_Callback_float_float_float"; | 4698 static setPosition_Callback_float_float_float(mthis, x, y, z) native "PannerNo
de_setPosition_Callback_float_float_float"; |
| 4377 | 4699 |
| 4378 static setVelocity_Callback_float_float_float(mthis, x, y, z) native "PannerNo
de_setVelocity_Callback_float_float_float"; | 4700 static setVelocity_Callback_float_float_float(mthis, x, y, z) native "PannerNo
de_setVelocity_Callback_float_float_float"; |
| 4379 } | 4701 } |
| 4380 | 4702 |
| 4381 class BlinkPath { | 4703 class BlinkPath2D { |
| 4382 static constructorCallback() native "Path_constructorCallback"; | 4704 static constructorCallback() native "Path2D_constructorCallback"; |
| 4383 | 4705 |
| 4384 static constructorCallback_Path2D(path_OR_text) native "Path_constructorCallba
ck_Path2D"; | 4706 static constructorCallback_Path2D(path_OR_text) native "Path2D_constructorCall
back_Path2D"; |
| 4385 | 4707 |
| 4386 static constructorCallback_DOMString(path_OR_text) native "Path_constructorCal
lback_DOMString"; | 4708 static constructorCallback_DOMString(path_OR_text) native "Path2D_constructorC
allback_DOMString"; |
| 4709 |
| 4710 static addPath_Callback_Path2D_SVGMatrix(mthis, path, transform) native "Path2
D_addPath_Callback_Path2D_SVGMatrix"; |
| 4711 |
| 4712 static addPath_Callback_Path2D(mthis, path) native "Path2D_addPath_Callback_Pa
th2D"; |
| 4387 | 4713 |
| 4388 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"; | 4714 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"; |
| 4389 | 4715 |
| 4390 static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, rad
ius) native "Path2D_arcTo_Callback_float_float_float_float_float"; | 4716 static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, rad
ius) native "Path2D_arcTo_Callback_float_float_float_float_float"; |
| 4391 | 4717 |
| 4392 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"; | 4718 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"; |
| 4393 | 4719 |
| 4394 static closePath_Callback(mthis) native "Path2D_closePath_Callback"; | 4720 static closePath_Callback(mthis) native "Path2D_closePath_Callback"; |
| 4395 | 4721 |
| 4722 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"; |
| 4723 |
| 4396 static lineTo_Callback_float_float(mthis, x, y) native "Path2D_lineTo_Callback
_float_float"; | 4724 static lineTo_Callback_float_float(mthis, x, y) native "Path2D_lineTo_Callback
_float_float"; |
| 4397 | 4725 |
| 4398 static moveTo_Callback_float_float(mthis, x, y) native "Path2D_moveTo_Callback
_float_float"; | 4726 static moveTo_Callback_float_float(mthis, x, y) native "Path2D_moveTo_Callback
_float_float"; |
| 4399 | 4727 |
| 4400 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "Path2D_quadraticCurveTo_Callback_float_float_float_float"; | 4728 static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y
) native "Path2D_quadraticCurveTo_Callback_float_float_float_float"; |
| 4401 | 4729 |
| 4402 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "Path2D_rect_Callback_float_float_float_float"; | 4730 static rect_Callback_float_float_float_float(mthis, x, y, width, height) nativ
e "Path2D_rect_Callback_float_float_float_float"; |
| 4403 } | 4731 } |
| 4404 | 4732 |
| 4405 class BlinkPerformance { | 4733 class BlinkPerformance { |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4515 | 4843 |
| 4516 static secureConnectionStart_Getter(mthis) native "PerformanceTiming_secureCon
nectionStart_Getter"; | 4844 static secureConnectionStart_Getter(mthis) native "PerformanceTiming_secureCon
nectionStart_Getter"; |
| 4517 | 4845 |
| 4518 static unloadEventEnd_Getter(mthis) native "PerformanceTiming_unloadEventEnd_G
etter"; | 4846 static unloadEventEnd_Getter(mthis) native "PerformanceTiming_unloadEventEnd_G
etter"; |
| 4519 | 4847 |
| 4520 static unloadEventStart_Getter(mthis) native "PerformanceTiming_unloadEventSta
rt_Getter"; | 4848 static unloadEventStart_Getter(mthis) native "PerformanceTiming_unloadEventSta
rt_Getter"; |
| 4521 } | 4849 } |
| 4522 | 4850 |
| 4523 class BlinkPeriodicWave {} | 4851 class BlinkPeriodicWave {} |
| 4524 | 4852 |
| 4525 class BlinkPlayer { | |
| 4526 static currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter"; | |
| 4527 | |
| 4528 static currentTime_Setter_double(mthis, value) native "AnimationPlayer_current
Time_Setter"; | |
| 4529 | |
| 4530 static finished_Getter(mthis) native "AnimationPlayer_finished_Getter"; | |
| 4531 | |
| 4532 static paused_Getter(mthis) native "AnimationPlayer_paused_Getter"; | |
| 4533 | |
| 4534 static playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter"
; | |
| 4535 | |
| 4536 static playbackRate_Setter_double(mthis, value) native "AnimationPlayer_playba
ckRate_Setter"; | |
| 4537 | |
| 4538 static source_Getter(mthis) native "AnimationPlayer_source_Getter"; | |
| 4539 | |
| 4540 static source_Setter_TimedItem(mthis, value) native "AnimationPlayer_source_Se
tter"; | |
| 4541 | |
| 4542 static startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter"; | |
| 4543 | |
| 4544 static startTime_Setter_double(mthis, value) native "AnimationPlayer_startTime
_Setter"; | |
| 4545 | |
| 4546 static timeLag_Getter(mthis) native "AnimationPlayer_timeLag_Getter"; | |
| 4547 | |
| 4548 static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback"; | |
| 4549 | |
| 4550 static finish_Callback(mthis) native "AnimationPlayer_finish_Callback"; | |
| 4551 | |
| 4552 static pause_Callback(mthis) native "AnimationPlayer_pause_Callback"; | |
| 4553 | |
| 4554 static play_Callback(mthis) native "AnimationPlayer_play_Callback"; | |
| 4555 | |
| 4556 static reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback"; | |
| 4557 } | |
| 4558 | |
| 4559 class BlinkPlugin { | 4853 class BlinkPlugin { |
| 4560 static description_Getter(mthis) native "Plugin_description_Getter"; | 4854 static description_Getter(mthis) native "Plugin_description_Getter"; |
| 4561 | 4855 |
| 4562 static filename_Getter(mthis) native "Plugin_filename_Getter"; | 4856 static filename_Getter(mthis) native "Plugin_filename_Getter"; |
| 4563 | 4857 |
| 4564 static length_Getter(mthis) native "Plugin_length_Getter"; | 4858 static length_Getter(mthis) native "Plugin_length_Getter"; |
| 4565 | 4859 |
| 4566 static name_Getter(mthis) native "Plugin_name_Getter"; | 4860 static name_Getter(mthis) native "Plugin_name_Getter"; |
| 4567 | 4861 |
| 4568 static $__getter___Callback_DOMString(mthis, name) native "Plugin___getter___C
allback_DOMString"; | 4862 static $__getter___Callback_DOMString(mthis, name) native "Plugin___getter___C
allback_DOMString"; |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4601 } | 4895 } |
| 4602 | 4896 |
| 4603 class BlinkProgressEvent { | 4897 class BlinkProgressEvent { |
| 4604 static lengthComputable_Getter(mthis) native "ProgressEvent_lengthComputable_G
etter"; | 4898 static lengthComputable_Getter(mthis) native "ProgressEvent_lengthComputable_G
etter"; |
| 4605 | 4899 |
| 4606 static loaded_Getter(mthis) native "ProgressEvent_loaded_Getter"; | 4900 static loaded_Getter(mthis) native "ProgressEvent_loaded_Getter"; |
| 4607 | 4901 |
| 4608 static total_Getter(mthis) native "ProgressEvent_total_Getter"; | 4902 static total_Getter(mthis) native "ProgressEvent_total_Getter"; |
| 4609 } | 4903 } |
| 4610 | 4904 |
| 4905 class BlinkPushEvent { |
| 4906 static data_Getter(mthis) native "PushEvent_data_Getter"; |
| 4907 } |
| 4908 |
| 4909 class BlinkPushManager {} |
| 4910 |
| 4911 class BlinkPushRegistration { |
| 4912 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter
"; |
| 4913 |
| 4914 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat
ionId_Getter"; |
| 4915 } |
| 4916 |
| 4611 class BlinkRGBColor {} | 4917 class BlinkRGBColor {} |
| 4612 | 4918 |
| 4613 class BlinkRTCDTMFSender { | 4919 class BlinkRTCDTMFSender { |
| 4614 static canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsertDTMF_Getter"
; | 4920 static canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsertDTMF_Getter"
; |
| 4615 | 4921 |
| 4616 static duration_Getter(mthis) native "RTCDTMFSender_duration_Getter"; | 4922 static duration_Getter(mthis) native "RTCDTMFSender_duration_Getter"; |
| 4617 | 4923 |
| 4618 static interToneGap_Getter(mthis) native "RTCDTMFSender_interToneGap_Getter"; | 4924 static interToneGap_Getter(mthis) native "RTCDTMFSender_interToneGap_Getter"; |
| 4619 | 4925 |
| 4620 static toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_Getter"; | 4926 static toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_Getter"; |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4652 static ordered_Getter(mthis) native "RTCDataChannel_ordered_Getter"; | 4958 static ordered_Getter(mthis) native "RTCDataChannel_ordered_Getter"; |
| 4653 | 4959 |
| 4654 static protocol_Getter(mthis) native "RTCDataChannel_protocol_Getter"; | 4960 static protocol_Getter(mthis) native "RTCDataChannel_protocol_Getter"; |
| 4655 | 4961 |
| 4656 static readyState_Getter(mthis) native "RTCDataChannel_readyState_Getter"; | 4962 static readyState_Getter(mthis) native "RTCDataChannel_readyState_Getter"; |
| 4657 | 4963 |
| 4658 static reliable_Getter(mthis) native "RTCDataChannel_reliable_Getter"; | 4964 static reliable_Getter(mthis) native "RTCDataChannel_reliable_Getter"; |
| 4659 | 4965 |
| 4660 static close_Callback(mthis) native "RTCDataChannel_close_Callback"; | 4966 static close_Callback(mthis) native "RTCDataChannel_close_Callback"; |
| 4661 | 4967 |
| 4968 static send_Callback_DOMString(mthis, data) native "RTCDataChannel_send_Callba
ck_DOMString"; |
| 4969 |
| 4970 static send_Callback_Blob(mthis, data) native "RTCDataChannel_send_Callback_Bl
ob"; |
| 4971 |
| 4662 static send_Callback_ArrayBufferView(mthis, data) native "RTCDataChannel_send_
Callback_ArrayBufferView"; | 4972 static send_Callback_ArrayBufferView(mthis, data) native "RTCDataChannel_send_
Callback_ArrayBufferView"; |
| 4663 | 4973 |
| 4664 static send_Callback_ArrayBuffer(mthis, data) native "RTCDataChannel_send_Call
back_ArrayBuffer"; | 4974 static send_Callback_ArrayBuffer(mthis, data) native "RTCDataChannel_send_Call
back_ArrayBuffer"; |
| 4665 | |
| 4666 static send_Callback_Blob(mthis, data) native "RTCDataChannel_send_Callback_Bl
ob"; | |
| 4667 | |
| 4668 static send_Callback_DOMString(mthis, data) native "RTCDataChannel_send_Callba
ck_DOMString"; | |
| 4669 } | 4975 } |
| 4670 | 4976 |
| 4671 class BlinkRTCDataChannelEvent { | 4977 class BlinkRTCDataChannelEvent { |
| 4672 static channel_Getter(mthis) native "RTCDataChannelEvent_channel_Getter"; | 4978 static channel_Getter(mthis) native "RTCDataChannelEvent_channel_Getter"; |
| 4673 } | 4979 } |
| 4674 | 4980 |
| 4675 class BlinkRTCIceCandidate { | 4981 class BlinkRTCIceCandidate { |
| 4676 static constructorCallback_Dictionary(dictionary) native "RTCIceCandidate_cons
tructorCallback_Dictionary"; | 4982 static constructorCallback_Dictionary(dictionary) native "RTCIceCandidate_cons
tructorCallback_Dictionary"; |
| 4677 | 4983 |
| 4678 static candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter"; | 4984 static candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter"; |
| 4679 | 4985 |
| 4986 static candidate_Setter_DOMString(mthis, value) native "RTCIceCandidate_candid
ate_Setter"; |
| 4987 |
| 4680 static sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Gette
r"; | 4988 static sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Gette
r"; |
| 4681 | 4989 |
| 4990 static sdpMLineIndex_Setter_us(mthis, value) native "RTCIceCandidate_sdpMLineI
ndex_Setter"; |
| 4991 |
| 4682 static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter"; | 4992 static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter"; |
| 4993 |
| 4994 static sdpMid_Setter_DOMString(mthis, value) native "RTCIceCandidate_sdpMid_Se
tter"; |
| 4683 } | 4995 } |
| 4684 | 4996 |
| 4685 class BlinkRTCIceCandidateEvent { | 4997 class BlinkRTCIceCandidateEvent { |
| 4686 static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter"; | 4998 static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter"; |
| 4687 } | 4999 } |
| 4688 | 5000 |
| 4689 class BlinkRTCPeerConnection { | 5001 class BlinkRTCPeerConnection { |
| 4690 static constructorCallback_Dictionary_Dictionary(rtcIceServers, mediaConstrain
ts) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary"; | 5002 static constructorCallback_Dictionary_Dictionary(rtcIceServers, mediaConstrain
ts) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary"; |
| 4691 | 5003 |
| 4692 static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectio
nState_Getter"; | 5004 static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectio
nState_Getter"; |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4823 | 5135 |
| 4824 static setStartBefore_Callback_Node(mthis, refNode) native "Range_setStartBefo
re_Callback_Node"; | 5136 static setStartBefore_Callback_Node(mthis, refNode) native "Range_setStartBefo
re_Callback_Node"; |
| 4825 | 5137 |
| 4826 static surroundContents_Callback_Node(mthis, newParent) native "Range_surround
Contents_Callback_Node"; | 5138 static surroundContents_Callback_Node(mthis, newParent) native "Range_surround
Contents_Callback_Node"; |
| 4827 | 5139 |
| 4828 static toString_Callback(mthis) native "Range_toString_Callback"; | 5140 static toString_Callback(mthis) native "Range_toString_Callback"; |
| 4829 } | 5141 } |
| 4830 | 5142 |
| 4831 class BlinkRect {} | 5143 class BlinkRect {} |
| 4832 | 5144 |
| 5145 class BlinkRequest { |
| 5146 static constructorCallback_Dictionary(requestInitDict) native "Request_constru
ctorCallback_Dictionary"; |
| 5147 |
| 5148 static headers_Getter(mthis) native "Request_headers_Getter"; |
| 5149 |
| 5150 static origin_Getter(mthis) native "Request_origin_Getter"; |
| 5151 |
| 5152 static url_Getter(mthis) native "Request_url_Getter"; |
| 5153 |
| 5154 static url_Setter_DOMString(mthis, value) native "Request_url_Setter"; |
| 5155 } |
| 5156 |
| 4833 class BlinkResourceProgressEvent { | 5157 class BlinkResourceProgressEvent { |
| 4834 static url_Getter(mthis) native "ResourceProgressEvent_url_Getter"; | 5158 static url_Getter(mthis) native "ResourceProgressEvent_url_Getter"; |
| 4835 } | 5159 } |
| 4836 | 5160 |
| 5161 class BlinkResponse { |
| 5162 static constructorCallback_Blob_Dictionary(body, responseInitDict) native "Res
ponse_constructorCallback_Blob_Dictionary"; |
| 5163 } |
| 5164 |
| 5165 class BlinkRsaKeyAlgorithm { |
| 5166 static modulusLength_Getter(mthis) native "RsaKeyAlgorithm_modulusLength_Gette
r"; |
| 5167 |
| 5168 static publicExponent_Getter(mthis) native "RsaKeyAlgorithm_publicExponent_Get
ter"; |
| 5169 } |
| 5170 |
| 5171 class BlinkRsaHashedKeyAlgorithm { |
| 5172 static hash_Getter(mthis) native "RsaHashedKeyAlgorithm_hash_Getter"; |
| 5173 } |
| 5174 |
| 4837 class BlinkSQLError { | 5175 class BlinkSQLError { |
| 4838 static code_Getter(mthis) native "SQLError_code_Getter"; | 5176 static code_Getter(mthis) native "SQLError_code_Getter"; |
| 4839 | 5177 |
| 4840 static message_Getter(mthis) native "SQLError_message_Getter"; | 5178 static message_Getter(mthis) native "SQLError_message_Getter"; |
| 4841 } | 5179 } |
| 4842 | 5180 |
| 4843 class BlinkSQLResultSet { | 5181 class BlinkSQLResultSet { |
| 4844 static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"; | 5182 static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"; |
| 4845 | 5183 |
| 4846 static rows_Getter(mthis) native "SQLResultSet_rows_Getter"; | 5184 static rows_Getter(mthis) native "SQLResultSet_rows_Getter"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 4860 | 5198 |
| 4861 class BlinkSQLTransactionSync {} | 5199 class BlinkSQLTransactionSync {} |
| 4862 | 5200 |
| 4863 class BlinkSVGElement { | 5201 class BlinkSVGElement { |
| 4864 static className_Getter(mthis) native "SVGElement_className_Getter"; | 5202 static className_Getter(mthis) native "SVGElement_className_Getter"; |
| 4865 | 5203 |
| 4866 static ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGElement_Getter
"; | 5204 static ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGElement_Getter
"; |
| 4867 | 5205 |
| 4868 static style_Getter(mthis) native "SVGElement_style_Getter"; | 5206 static style_Getter(mthis) native "SVGElement_style_Getter"; |
| 4869 | 5207 |
| 5208 static tabIndex_Getter(mthis) native "SVGElement_tabIndex_Getter"; |
| 5209 |
| 5210 static tabIndex_Setter_long(mthis, value) native "SVGElement_tabIndex_Setter"; |
| 5211 |
| 4870 static viewportElement_Getter(mthis) native "SVGElement_viewportElement_Getter
"; | 5212 static viewportElement_Getter(mthis) native "SVGElement_viewportElement_Getter
"; |
| 4871 | 5213 |
| 4872 static xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter"; | 5214 static xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter"; |
| 4873 | 5215 |
| 4874 static xmlbase_Setter_DOMString(mthis, value) native "SVGElement_xmlbase_Sette
r"; | 5216 static xmlbase_Setter_DOMString(mthis, value) native "SVGElement_xmlbase_Sette
r"; |
| 4875 | 5217 |
| 4876 static xmllang_Getter(mthis) native "SVGElement_xmllang_Getter"; | 5218 static xmllang_Getter(mthis) native "SVGElement_xmllang_Getter"; |
| 4877 | 5219 |
| 4878 static xmllang_Setter_DOMString(mthis, value) native "SVGElement_xmllang_Sette
r"; | 5220 static xmllang_Setter_DOMString(mthis, value) native "SVGElement_xmllang_Sette
r"; |
| 4879 | 5221 |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5133 class BlinkSVGComponentTransferFunctionElement {} | 5475 class BlinkSVGComponentTransferFunctionElement {} |
| 5134 | 5476 |
| 5135 class BlinkSVGCursorElement {} | 5477 class BlinkSVGCursorElement {} |
| 5136 | 5478 |
| 5137 class BlinkSVGDefsElement {} | 5479 class BlinkSVGDefsElement {} |
| 5138 | 5480 |
| 5139 class BlinkSVGDescElement {} | 5481 class BlinkSVGDescElement {} |
| 5140 | 5482 |
| 5141 class BlinkSVGDiscardElement {} | 5483 class BlinkSVGDiscardElement {} |
| 5142 | 5484 |
| 5143 class BlinkSVGElementInstance { | |
| 5144 static correspondingElement_Getter(mthis) native "SVGElementInstance_correspon
dingElement_Getter"; | |
| 5145 | |
| 5146 static correspondingUseElement_Getter(mthis) native "SVGElementInstance_corres
pondingUseElement_Getter"; | |
| 5147 | |
| 5148 static firstChild_Getter(mthis) native "SVGElementInstance_firstChild_Getter"; | |
| 5149 | |
| 5150 static lastChild_Getter(mthis) native "SVGElementInstance_lastChild_Getter"; | |
| 5151 | |
| 5152 static nextSibling_Getter(mthis) native "SVGElementInstance_nextSibling_Getter
"; | |
| 5153 | |
| 5154 static parentNode_Getter(mthis) native "SVGElementInstance_parentNode_Getter"; | |
| 5155 | |
| 5156 static previousSibling_Getter(mthis) native "SVGElementInstance_previousSiblin
g_Getter"; | |
| 5157 } | |
| 5158 | |
| 5159 class BlinkSVGElementInstanceList { | |
| 5160 static length_Getter(mthis) native "SVGElementInstanceList_length_Getter"; | |
| 5161 | |
| 5162 static item_Callback_ul(mthis, index) native "SVGElementInstanceList_item_Call
back_unsigned long"; | |
| 5163 } | |
| 5164 | |
| 5165 class BlinkSVGEllipseElement { | 5485 class BlinkSVGEllipseElement { |
| 5166 static cx_Getter(mthis) native "SVGEllipseElement_cx_Getter"; | 5486 static cx_Getter(mthis) native "SVGEllipseElement_cx_Getter"; |
| 5167 | 5487 |
| 5168 static cy_Getter(mthis) native "SVGEllipseElement_cy_Getter"; | 5488 static cy_Getter(mthis) native "SVGEllipseElement_cy_Getter"; |
| 5169 | 5489 |
| 5170 static rx_Getter(mthis) native "SVGEllipseElement_rx_Getter"; | 5490 static rx_Getter(mthis) native "SVGEllipseElement_rx_Getter"; |
| 5171 | 5491 |
| 5172 static ry_Getter(mthis) native "SVGEllipseElement_ry_Getter"; | 5492 static ry_Getter(mthis) native "SVGEllipseElement_ry_Getter"; |
| 5173 } | 5493 } |
| 5174 | 5494 |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5640 static valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSpecifiedU
nits_Getter"; | 5960 static valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSpecifiedU
nits_Getter"; |
| 5641 | 5961 |
| 5642 static valueInSpecifiedUnits_Setter_float(mthis, value) native "SVGLength_valu
eInSpecifiedUnits_Setter"; | 5962 static valueInSpecifiedUnits_Setter_float(mthis, value) native "SVGLength_valu
eInSpecifiedUnits_Setter"; |
| 5643 | 5963 |
| 5644 static convertToSpecifiedUnits_Callback_us(mthis, unitType) native "SVGLength_
convertToSpecifiedUnits_Callback_unsigned short"; | 5964 static convertToSpecifiedUnits_Callback_us(mthis, unitType) native "SVGLength_
convertToSpecifiedUnits_Callback_unsigned short"; |
| 5645 | 5965 |
| 5646 static newValueSpecifiedUnits_Callback_us_float(mthis, unitType, valueInSpecif
iedUnits) native "SVGLength_newValueSpecifiedUnits_Callback_unsigned short_float
"; | 5966 static newValueSpecifiedUnits_Callback_us_float(mthis, unitType, valueInSpecif
iedUnits) native "SVGLength_newValueSpecifiedUnits_Callback_unsigned short_float
"; |
| 5647 } | 5967 } |
| 5648 | 5968 |
| 5649 class BlinkSVGLengthList { | 5969 class BlinkSVGLengthList { |
| 5970 static length_Getter(mthis) native "SVGLengthList_length_Getter"; |
| 5971 |
| 5650 static numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter"
; | 5972 static numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter"
; |
| 5651 | 5973 |
| 5974 static $__setter___Callback_ul_SVGLength(mthis, index, value) native "SVGLengt
hList___setter___Callback_unsigned long_SVGLength"; |
| 5975 |
| 5652 static appendItem_Callback_SVGLength(mthis, item) native "SVGLengthList_append
Item_Callback_SVGLength"; | 5976 static appendItem_Callback_SVGLength(mthis, item) native "SVGLengthList_append
Item_Callback_SVGLength"; |
| 5653 | 5977 |
| 5654 static clear_Callback(mthis) native "SVGLengthList_clear_Callback"; | 5978 static clear_Callback(mthis) native "SVGLengthList_clear_Callback"; |
| 5655 | 5979 |
| 5656 static getItem_Callback_ul(mthis, index) native "SVGLengthList_getItem_Callbac
k_unsigned long"; | 5980 static getItem_Callback_ul(mthis, index) native "SVGLengthList_getItem_Callbac
k_unsigned long"; |
| 5657 | 5981 |
| 5658 static initialize_Callback_SVGLength(mthis, item) native "SVGLengthList_initia
lize_Callback_SVGLength"; | 5982 static initialize_Callback_SVGLength(mthis, item) native "SVGLengthList_initia
lize_Callback_SVGLength"; |
| 5659 | 5983 |
| 5660 static insertItemBefore_Callback_SVGLength_ul(mthis, item, index) native "SVGL
engthList_insertItemBefore_Callback_SVGLength_unsigned long"; | 5984 static insertItemBefore_Callback_SVGLength_ul(mthis, item, index) native "SVGL
engthList_insertItemBefore_Callback_SVGLength_unsigned long"; |
| 5661 | 5985 |
| (...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5784 | 6108 |
| 5785 class BlinkSVGMissingGlyphElement {} | 6109 class BlinkSVGMissingGlyphElement {} |
| 5786 | 6110 |
| 5787 class BlinkSVGNumber { | 6111 class BlinkSVGNumber { |
| 5788 static value_Getter(mthis) native "SVGNumber_value_Getter"; | 6112 static value_Getter(mthis) native "SVGNumber_value_Getter"; |
| 5789 | 6113 |
| 5790 static value_Setter_float(mthis, value) native "SVGNumber_value_Setter"; | 6114 static value_Setter_float(mthis, value) native "SVGNumber_value_Setter"; |
| 5791 } | 6115 } |
| 5792 | 6116 |
| 5793 class BlinkSVGNumberList { | 6117 class BlinkSVGNumberList { |
| 6118 static length_Getter(mthis) native "SVGNumberList_length_Getter"; |
| 6119 |
| 5794 static numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter"
; | 6120 static numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter"
; |
| 5795 | 6121 |
| 6122 static $__setter___Callback_ul_SVGNumber(mthis, index, value) native "SVGNumbe
rList___setter___Callback_unsigned long_SVGNumber"; |
| 6123 |
| 5796 static appendItem_Callback_SVGNumber(mthis, item) native "SVGNumberList_append
Item_Callback_SVGNumber"; | 6124 static appendItem_Callback_SVGNumber(mthis, item) native "SVGNumberList_append
Item_Callback_SVGNumber"; |
| 5797 | 6125 |
| 5798 static clear_Callback(mthis) native "SVGNumberList_clear_Callback"; | 6126 static clear_Callback(mthis) native "SVGNumberList_clear_Callback"; |
| 5799 | 6127 |
| 5800 static getItem_Callback_ul(mthis, index) native "SVGNumberList_getItem_Callbac
k_unsigned long"; | 6128 static getItem_Callback_ul(mthis, index) native "SVGNumberList_getItem_Callbac
k_unsigned long"; |
| 5801 | 6129 |
| 5802 static initialize_Callback_SVGNumber(mthis, item) native "SVGNumberList_initia
lize_Callback_SVGNumber"; | 6130 static initialize_Callback_SVGNumber(mthis, item) native "SVGNumberList_initia
lize_Callback_SVGNumber"; |
| 5803 | 6131 |
| 5804 static insertItemBefore_Callback_SVGNumber_ul(mthis, item, index) native "SVGN
umberList_insertItemBefore_Callback_SVGNumber_unsigned long"; | 6132 static insertItemBefore_Callback_SVGNumber_ul(mthis, item, index) native "SVGN
umberList_insertItemBefore_Callback_SVGNumber_unsigned long"; |
| 5805 | 6133 |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6114 static y_Setter_float(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Sett
er"; | 6442 static y_Setter_float(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Sett
er"; |
| 6115 } | 6443 } |
| 6116 | 6444 |
| 6117 class BlinkSVGPathSegLinetoVerticalRel { | 6445 class BlinkSVGPathSegLinetoVerticalRel { |
| 6118 static y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter"; | 6446 static y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter"; |
| 6119 | 6447 |
| 6120 static y_Setter_float(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Sett
er"; | 6448 static y_Setter_float(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Sett
er"; |
| 6121 } | 6449 } |
| 6122 | 6450 |
| 6123 class BlinkSVGPathSegList { | 6451 class BlinkSVGPathSegList { |
| 6452 static length_Getter(mthis) native "SVGPathSegList_length_Getter"; |
| 6453 |
| 6124 static numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter
"; | 6454 static numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter
"; |
| 6125 | 6455 |
| 6456 static $__setter___Callback_ul_SVGPathSeg(mthis, index, value) native "SVGPath
SegList___setter___Callback_unsigned long_SVGPathSeg"; |
| 6457 |
| 6126 static appendItem_Callback_SVGPathSeg(mthis, newItem) native "SVGPathSegList_a
ppendItem_Callback_SVGPathSeg"; | 6458 static appendItem_Callback_SVGPathSeg(mthis, newItem) native "SVGPathSegList_a
ppendItem_Callback_SVGPathSeg"; |
| 6127 | 6459 |
| 6128 static clear_Callback(mthis) native "SVGPathSegList_clear_Callback"; | 6460 static clear_Callback(mthis) native "SVGPathSegList_clear_Callback"; |
| 6129 | 6461 |
| 6130 static getItem_Callback_ul(mthis, index) native "SVGPathSegList_getItem_Callba
ck_unsigned long"; | 6462 static getItem_Callback_ul(mthis, index) native "SVGPathSegList_getItem_Callba
ck_unsigned long"; |
| 6131 | 6463 |
| 6132 static initialize_Callback_SVGPathSeg(mthis, newItem) native "SVGPathSegList_i
nitialize_Callback_SVGPathSeg"; | 6464 static initialize_Callback_SVGPathSeg(mthis, newItem) native "SVGPathSegList_i
nitialize_Callback_SVGPathSeg"; |
| 6133 | 6465 |
| 6134 static insertItemBefore_Callback_SVGPathSeg_ul(mthis, newItem, index) native "
SVGPathSegList_insertItemBefore_Callback_SVGPathSeg_unsigned long"; | 6466 static insertItemBefore_Callback_SVGPathSeg_ul(mthis, newItem, index) native "
SVGPathSegList_insertItemBefore_Callback_SVGPathSeg_unsigned long"; |
| 6135 | 6467 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6194 static x_Setter_float(mthis, value) native "SVGPoint_x_Setter"; | 6526 static x_Setter_float(mthis, value) native "SVGPoint_x_Setter"; |
| 6195 | 6527 |
| 6196 static y_Getter(mthis) native "SVGPoint_y_Getter"; | 6528 static y_Getter(mthis) native "SVGPoint_y_Getter"; |
| 6197 | 6529 |
| 6198 static y_Setter_float(mthis, value) native "SVGPoint_y_Setter"; | 6530 static y_Setter_float(mthis, value) native "SVGPoint_y_Setter"; |
| 6199 | 6531 |
| 6200 static matrixTransform_Callback_SVGMatrix(mthis, matrix) native "SVGPoint_matr
ixTransform_Callback_SVGMatrix"; | 6532 static matrixTransform_Callback_SVGMatrix(mthis, matrix) native "SVGPoint_matr
ixTransform_Callback_SVGMatrix"; |
| 6201 } | 6533 } |
| 6202 | 6534 |
| 6203 class BlinkSVGPointList { | 6535 class BlinkSVGPointList { |
| 6536 static length_Getter(mthis) native "SVGPointList_length_Getter"; |
| 6537 |
| 6204 static numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter"; | 6538 static numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter"; |
| 6205 | 6539 |
| 6540 static $__setter___Callback_ul_SVGPoint(mthis, index, value) native "SVGPointL
ist___setter___Callback_unsigned long_SVGPoint"; |
| 6541 |
| 6206 static appendItem_Callback_SVGPoint(mthis, item) native "SVGPointList_appendIt
em_Callback_SVGPoint"; | 6542 static appendItem_Callback_SVGPoint(mthis, item) native "SVGPointList_appendIt
em_Callback_SVGPoint"; |
| 6207 | 6543 |
| 6208 static clear_Callback(mthis) native "SVGPointList_clear_Callback"; | 6544 static clear_Callback(mthis) native "SVGPointList_clear_Callback"; |
| 6209 | 6545 |
| 6210 static getItem_Callback_ul(mthis, index) native "SVGPointList_getItem_Callback
_unsigned long"; | 6546 static getItem_Callback_ul(mthis, index) native "SVGPointList_getItem_Callback
_unsigned long"; |
| 6211 | 6547 |
| 6212 static initialize_Callback_SVGPoint(mthis, item) native "SVGPointList_initiali
ze_Callback_SVGPoint"; | 6548 static initialize_Callback_SVGPoint(mthis, item) native "SVGPointList_initiali
ze_Callback_SVGPoint"; |
| 6213 | 6549 |
| 6214 static insertItemBefore_Callback_SVGPoint_ul(mthis, item, index) native "SVGPo
intList_insertItemBefore_Callback_SVGPoint_unsigned long"; | 6550 static insertItemBefore_Callback_SVGPoint_ul(mthis, item, index) native "SVGPo
intList_insertItemBefore_Callback_SVGPoint_unsigned long"; |
| 6215 | 6551 |
| (...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6386 static href_Getter(mthis) native "SVGScriptElement_href_Getter"; | 6722 static href_Getter(mthis) native "SVGScriptElement_href_Getter"; |
| 6387 } | 6723 } |
| 6388 | 6724 |
| 6389 class BlinkSVGSetElement {} | 6725 class BlinkSVGSetElement {} |
| 6390 | 6726 |
| 6391 class BlinkSVGStopElement { | 6727 class BlinkSVGStopElement { |
| 6392 static offset_Getter(mthis) native "SVGStopElement_offset_Getter"; | 6728 static offset_Getter(mthis) native "SVGStopElement_offset_Getter"; |
| 6393 } | 6729 } |
| 6394 | 6730 |
| 6395 class BlinkSVGStringList { | 6731 class BlinkSVGStringList { |
| 6732 static length_Getter(mthis) native "SVGStringList_length_Getter"; |
| 6733 |
| 6396 static numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter"
; | 6734 static numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter"
; |
| 6397 | 6735 |
| 6736 static $__setter___Callback_ul_DOMString(mthis, index, value) native "SVGStrin
gList___setter___Callback_unsigned long_DOMString"; |
| 6737 |
| 6398 static appendItem_Callback_DOMString(mthis, item) native "SVGStringList_append
Item_Callback_DOMString"; | 6738 static appendItem_Callback_DOMString(mthis, item) native "SVGStringList_append
Item_Callback_DOMString"; |
| 6399 | 6739 |
| 6400 static clear_Callback(mthis) native "SVGStringList_clear_Callback"; | 6740 static clear_Callback(mthis) native "SVGStringList_clear_Callback"; |
| 6401 | 6741 |
| 6402 static getItem_Callback_ul(mthis, index) native "SVGStringList_getItem_Callbac
k_unsigned long"; | 6742 static getItem_Callback_ul(mthis, index) native "SVGStringList_getItem_Callbac
k_unsigned long"; |
| 6403 | 6743 |
| 6404 static initialize_Callback_DOMString(mthis, item) native "SVGStringList_initia
lize_Callback_DOMString"; | 6744 static initialize_Callback_DOMString(mthis, item) native "SVGStringList_initia
lize_Callback_DOMString"; |
| 6405 | 6745 |
| 6406 static insertItemBefore_Callback_DOMString_ul(mthis, item, index) native "SVGS
tringList_insertItemBefore_Callback_DOMString_unsigned long"; | 6746 static insertItemBefore_Callback_DOMString_ul(mthis, item, index) native "SVGS
tringList_insertItemBefore_Callback_DOMString_unsigned long"; |
| 6407 | 6747 |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6466 static setScale_Callback_float_float(mthis, sx, sy) native "SVGTransform_setSc
ale_Callback_float_float"; | 6806 static setScale_Callback_float_float(mthis, sx, sy) native "SVGTransform_setSc
ale_Callback_float_float"; |
| 6467 | 6807 |
| 6468 static setSkewX_Callback_float(mthis, angle) native "SVGTransform_setSkewX_Cal
lback_float"; | 6808 static setSkewX_Callback_float(mthis, angle) native "SVGTransform_setSkewX_Cal
lback_float"; |
| 6469 | 6809 |
| 6470 static setSkewY_Callback_float(mthis, angle) native "SVGTransform_setSkewY_Cal
lback_float"; | 6810 static setSkewY_Callback_float(mthis, angle) native "SVGTransform_setSkewY_Cal
lback_float"; |
| 6471 | 6811 |
| 6472 static setTranslate_Callback_float_float(mthis, tx, ty) native "SVGTransform_s
etTranslate_Callback_float_float"; | 6812 static setTranslate_Callback_float_float(mthis, tx, ty) native "SVGTransform_s
etTranslate_Callback_float_float"; |
| 6473 } | 6813 } |
| 6474 | 6814 |
| 6475 class BlinkSVGTransformList { | 6815 class BlinkSVGTransformList { |
| 6816 static length_Getter(mthis) native "SVGTransformList_length_Getter"; |
| 6817 |
| 6476 static numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Gett
er"; | 6818 static numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Gett
er"; |
| 6477 | 6819 |
| 6820 static $__setter___Callback_ul_SVGTransform(mthis, index, value) native "SVGTr
ansformList___setter___Callback_unsigned long_SVGTransform"; |
| 6821 |
| 6478 static appendItem_Callback_SVGTransform(mthis, item) native "SVGTransformList_
appendItem_Callback_SVGTransform"; | 6822 static appendItem_Callback_SVGTransform(mthis, item) native "SVGTransformList_
appendItem_Callback_SVGTransform"; |
| 6479 | 6823 |
| 6480 static clear_Callback(mthis) native "SVGTransformList_clear_Callback"; | 6824 static clear_Callback(mthis) native "SVGTransformList_clear_Callback"; |
| 6481 | 6825 |
| 6482 static consolidate_Callback(mthis) native "SVGTransformList_consolidate_Callba
ck"; | 6826 static consolidate_Callback(mthis) native "SVGTransformList_consolidate_Callba
ck"; |
| 6483 | 6827 |
| 6484 static createSVGTransformFromMatrix_Callback_SVGMatrix(mthis, matrix) native "
SVGTransformList_createSVGTransformFromMatrix_Callback_SVGMatrix"; | 6828 static createSVGTransformFromMatrix_Callback_SVGMatrix(mthis, matrix) native "
SVGTransformList_createSVGTransformFromMatrix_Callback_SVGMatrix"; |
| 6485 | 6829 |
| 6486 static getItem_Callback_ul(mthis, index) native "SVGTransformList_getItem_Call
back_unsigned long"; | 6830 static getItem_Callback_ul(mthis, index) native "SVGTransformList_getItem_Call
back_unsigned long"; |
| 6487 | 6831 |
| 6488 static initialize_Callback_SVGTransform(mthis, item) native "SVGTransformList_
initialize_Callback_SVGTransform"; | 6832 static initialize_Callback_SVGTransform(mthis, item) native "SVGTransformList_
initialize_Callback_SVGTransform"; |
| 6489 | 6833 |
| 6490 static insertItemBefore_Callback_SVGTransform_ul(mthis, item, index) native "S
VGTransformList_insertItemBefore_Callback_SVGTransform_unsigned long"; | 6834 static insertItemBefore_Callback_SVGTransform_ul(mthis, item, index) native "S
VGTransformList_insertItemBefore_Callback_SVGTransform_unsigned long"; |
| 6491 | 6835 |
| 6492 static removeItem_Callback_ul(mthis, index) native "SVGTransformList_removeIte
m_Callback_unsigned long"; | 6836 static removeItem_Callback_ul(mthis, index) native "SVGTransformList_removeIte
m_Callback_unsigned long"; |
| 6493 | 6837 |
| 6494 static replaceItem_Callback_SVGTransform_ul(mthis, item, index) native "SVGTra
nsformList_replaceItem_Callback_SVGTransform_unsigned long"; | 6838 static replaceItem_Callback_SVGTransform_ul(mthis, item, index) native "SVGTra
nsformList_replaceItem_Callback_SVGTransform_unsigned long"; |
| 6495 } | 6839 } |
| 6496 | 6840 |
| 6497 class BlinkSVGUnitTypes {} | 6841 class BlinkSVGUnitTypes {} |
| 6498 | 6842 |
| 6499 class BlinkSVGUseElement { | 6843 class BlinkSVGUseElement { |
| 6500 static animatedInstanceRoot_Getter(mthis) native "SVGUseElement_animatedInstan
ceRoot_Getter"; | |
| 6501 | |
| 6502 static height_Getter(mthis) native "SVGUseElement_height_Getter"; | 6844 static height_Getter(mthis) native "SVGUseElement_height_Getter"; |
| 6503 | 6845 |
| 6504 static instanceRoot_Getter(mthis) native "SVGUseElement_instanceRoot_Getter"; | |
| 6505 | |
| 6506 static width_Getter(mthis) native "SVGUseElement_width_Getter"; | 6846 static width_Getter(mthis) native "SVGUseElement_width_Getter"; |
| 6507 | 6847 |
| 6508 static x_Getter(mthis) native "SVGUseElement_x_Getter"; | 6848 static x_Getter(mthis) native "SVGUseElement_x_Getter"; |
| 6509 | 6849 |
| 6510 static y_Getter(mthis) native "SVGUseElement_y_Getter"; | 6850 static y_Getter(mthis) native "SVGUseElement_y_Getter"; |
| 6511 | 6851 |
| 6512 static requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExt
ensions_Getter"; | |
| 6513 | |
| 6514 static requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeatu
res_Getter"; | |
| 6515 | |
| 6516 static systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_
Getter"; | |
| 6517 | |
| 6518 static hasExtension_Callback_DOMString(mthis, extension) native "SVGGraphicsEl
ement_hasExtension_Callback_DOMString"; | |
| 6519 | |
| 6520 static href_Getter(mthis) native "SVGUseElement_href_Getter"; | 6852 static href_Getter(mthis) native "SVGUseElement_href_Getter"; |
| 6521 } | 6853 } |
| 6522 | 6854 |
| 6523 class BlinkSVGVKernElement {} | 6855 class BlinkSVGVKernElement {} |
| 6524 | 6856 |
| 6525 class BlinkSVGViewElement { | 6857 class BlinkSVGViewElement { |
| 6526 static viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter"; | 6858 static viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter"; |
| 6527 | 6859 |
| 6528 static preserveAspectRatio_Getter(mthis) native "SVGViewElement_preserveAspect
Ratio_Getter"; | 6860 static preserveAspectRatio_Getter(mthis) native "SVGViewElement_preserveAspect
Ratio_Getter"; |
| 6529 | 6861 |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6580 static colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; | 6912 static colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; |
| 6581 | 6913 |
| 6582 static height_Getter(mthis) native "Screen_height_Getter"; | 6914 static height_Getter(mthis) native "Screen_height_Getter"; |
| 6583 | 6915 |
| 6584 static orientation_Getter(mthis) native "Screen_orientation_Getter"; | 6916 static orientation_Getter(mthis) native "Screen_orientation_Getter"; |
| 6585 | 6917 |
| 6586 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; | 6918 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; |
| 6587 | 6919 |
| 6588 static width_Getter(mthis) native "Screen_width_Getter"; | 6920 static width_Getter(mthis) native "Screen_width_Getter"; |
| 6589 | 6921 |
| 6590 static lockOrientation_Callback_DOMString(mthis, orientation) native "Screen_l
ockOrientation_Callback_DOMString"; | |
| 6591 | |
| 6592 static unlockOrientation_Callback(mthis) native "Screen_unlockOrientation_Call
back"; | 6922 static unlockOrientation_Callback(mthis) native "Screen_unlockOrientation_Call
back"; |
| 6593 } | 6923 } |
| 6594 | 6924 |
| 6595 class BlinkScriptProcessorNode { | 6925 class BlinkScriptProcessorNode { |
| 6596 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"
; | 6926 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"
; |
| 6597 | 6927 |
| 6598 static $_setEventListener_Callback_EventListener(mthis, eventListener) native
"ScriptProcessorNode_setEventListener_Callback"; | 6928 static setEventListener_Callback_EventListener(mthis, eventListener) native "S
criptProcessorNode_setEventListener_Callback"; |
| 6599 } | 6929 } |
| 6600 | 6930 |
| 6601 class BlinkSecurityPolicyViolationEvent { | 6931 class BlinkSecurityPolicyViolationEvent { |
| 6602 static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedUR
I_Getter"; | 6932 static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedUR
I_Getter"; |
| 6603 | 6933 |
| 6604 static columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_columnN
umber_Getter"; | 6934 static columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_columnN
umber_Getter"; |
| 6605 | 6935 |
| 6606 static documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_document
URI_Getter"; | 6936 static documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_document
URI_Getter"; |
| 6607 | 6937 |
| 6608 static effectiveDirective_Getter(mthis) native "SecurityPolicyViolationEvent_e
ffectiveDirective_Getter"; | 6938 static effectiveDirective_Getter(mthis) native "SecurityPolicyViolationEvent_e
ffectiveDirective_Getter"; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 6638 static focusOffset_Getter(mthis) native "Selection_focusOffset_Getter"; | 6968 static focusOffset_Getter(mthis) native "Selection_focusOffset_Getter"; |
| 6639 | 6969 |
| 6640 static isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter"; | 6970 static isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter"; |
| 6641 | 6971 |
| 6642 static rangeCount_Getter(mthis) native "Selection_rangeCount_Getter"; | 6972 static rangeCount_Getter(mthis) native "Selection_rangeCount_Getter"; |
| 6643 | 6973 |
| 6644 static type_Getter(mthis) native "Selection_type_Getter"; | 6974 static type_Getter(mthis) native "Selection_type_Getter"; |
| 6645 | 6975 |
| 6646 static addRange_Callback_Range(mthis, range) native "Selection_addRange_Callba
ck_Range"; | 6976 static addRange_Callback_Range(mthis, range) native "Selection_addRange_Callba
ck_Range"; |
| 6647 | 6977 |
| 6648 static collapse_Callback_Node_long(mthis, node, index) native "Selection_colla
pse_Callback_Node_long"; | 6978 static collapse_Callback_Node_long(mthis, node, offset) native "Selection_coll
apse_Callback_Node_long"; |
| 6979 |
| 6980 static collapse_Callback_Node(mthis, node) native "Selection_collapse_Callback
_Node"; |
| 6649 | 6981 |
| 6650 static collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_Callback"
; | 6982 static collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_Callback"
; |
| 6651 | 6983 |
| 6652 static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callb
ack"; | 6984 static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callb
ack"; |
| 6653 | 6985 |
| 6654 static containsNode_Callback_Node_boolean(mthis, node, allowPartial) native "S
election_containsNode_Callback_Node_boolean"; | 6986 static containsNode_Callback_Node_boolean(mthis, node, allowPartial) native "S
election_containsNode_Callback_Node_boolean"; |
| 6655 | 6987 |
| 6656 static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument
_Callback"; | 6988 static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument
_Callback"; |
| 6657 | 6989 |
| 6658 static empty_Callback(mthis) native "Selection_empty_Callback"; | 6990 static empty_Callback(mthis) native "Selection_empty_Callback"; |
| 6659 | 6991 |
| 6660 static extend_Callback_Node_long(mthis, node, offset) native "Selection_extend
_Callback_Node_long"; | 6992 static extend_Callback_Node_long(mthis, node, offset) native "Selection_extend
_Callback_Node_long"; |
| 6661 | 6993 |
| 6662 static getRangeAt_Callback_long(mthis, index) native "Selection_getRangeAt_Cal
lback_long"; | 6994 static getRangeAt_Callback_long(mthis, index) native "Selection_getRangeAt_Cal
lback_long"; |
| 6663 | 6995 |
| 6664 static modify_Callback_DOMString_DOMString_DOMString(mthis, alter, direction,
granularity) native "Selection_modify_Callback_DOMString_DOMString_DOMString"; | 6996 static modify_Callback_DOMString_DOMString_DOMString(mthis, alter, direction,
granularity) native "Selection_modify_Callback_DOMString_DOMString_DOMString"; |
| 6665 | 6997 |
| 6666 static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callb
ack"; | 6998 static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callb
ack"; |
| 6667 | 6999 |
| 6668 static selectAllChildren_Callback_Node(mthis, node) native "Selection_selectAl
lChildren_Callback_Node"; | 7000 static selectAllChildren_Callback_Node(mthis, node) native "Selection_selectAl
lChildren_Callback_Node"; |
| 6669 | 7001 |
| 6670 static setBaseAndExtent_Callback_Node_long_Node_long(mthis, baseNode, baseOffs
et, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback_Node_l
ong_Node_long"; | 7002 static setBaseAndExtent_Callback_Node_long_Node_long(mthis, baseNode, baseOffs
et, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback_Node_l
ong_Node_long"; |
| 6671 | 7003 |
| 6672 static setPosition_Callback_Node_long(mthis, node, offset) native "Selection_s
etPosition_Callback_Node_long"; | 7004 static setPosition_Callback_Node_long(mthis, node, offset) native "Selection_s
etPosition_Callback_Node_long"; |
| 6673 | 7005 |
| 7006 static setPosition_Callback_Node(mthis, node) native "Selection_setPosition_Ca
llback_Node"; |
| 7007 |
| 6674 static toString_Callback(mthis) native "Selection_toString_Callback"; | 7008 static toString_Callback(mthis) native "Selection_toString_Callback"; |
| 6675 } | 7009 } |
| 6676 | 7010 |
| 6677 class BlinkServiceWorker {} | 7011 class BlinkServiceWorker {} |
| 6678 | 7012 |
| 6679 class BlinkServiceWorkerContainer {} | 7013 class BlinkServiceWorkerClients {} |
| 6680 | 7014 |
| 6681 class BlinkServiceWorkerGlobalScope {} | 7015 class BlinkServiceWorkerContainer { |
| 7016 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; |
| 7017 |
| 7018 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett
er"; |
| 7019 |
| 7020 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett
er"; |
| 7021 |
| 7022 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; |
| 7023 } |
| 7024 |
| 7025 class BlinkServiceWorkerGlobalScope { |
| 7026 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; |
| 7027 |
| 7028 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; |
| 7029 } |
| 6682 | 7030 |
| 6683 class BlinkShadowRoot { | 7031 class BlinkShadowRoot { |
| 6684 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; | 7032 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; |
| 6685 | 7033 |
| 6686 static host_Getter(mthis) native "ShadowRoot_host_Getter"; | 7034 static host_Getter(mthis) native "ShadowRoot_host_Getter"; |
| 6687 | 7035 |
| 6688 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; | 7036 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; |
| 6689 | 7037 |
| 6690 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S
etter"; | 7038 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S
etter"; |
| 6691 | 7039 |
| 6692 static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter
"; | 7040 static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter
"; |
| 6693 | 7041 |
| 6694 static resetStyleInheritance_Getter(mthis) native "ShadowRoot_resetStyleInheri
tance_Getter"; | |
| 6695 | |
| 6696 static resetStyleInheritance_Setter_boolean(mthis, value) native "ShadowRoot_r
esetStyleInheritance_Setter"; | |
| 6697 | |
| 6698 static styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter"; | 7042 static styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter"; |
| 6699 | 7043 |
| 6700 static cloneNode_Callback_boolean(mthis, deep) native "ShadowRoot_cloneNode_Ca
llback_boolean"; | 7044 static cloneNode_Callback_boolean(mthis, deep) native "ShadowRoot_cloneNode_Ca
llback_boolean"; |
| 6701 | 7045 |
| 6702 static elementFromPoint_Callback_long_long(mthis, x, y) native "ShadowRoot_ele
mentFromPoint_Callback_long_long"; | 7046 static elementFromPoint_Callback_long_long(mthis, x, y) native "ShadowRoot_ele
mentFromPoint_Callback_long_long"; |
| 6703 | 7047 |
| 6704 static getElementById_Callback_DOMString(mthis, elementId) native "ShadowRoot_
getElementById_Callback_DOMString"; | 7048 static getElementById_Callback_DOMString(mthis, elementId) native "ShadowRoot_
getElementById_Callback_DOMString"; |
| 6705 | 7049 |
| 6706 static getElementsByClassName_Callback_DOMString(mthis, className) native "Sha
dowRoot_getElementsByClassName_Callback_DOMString"; | 7050 static getElementsByClassName_Callback_DOMString(mthis, className) native "Sha
dowRoot_getElementsByClassName_Callback_DOMString"; |
| 6707 | 7051 |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6793 | 7137 |
| 6794 static addFromString_Callback_DOMString(mthis, string) native "SpeechGrammarLi
st_addFromString_Callback_DOMString"; | 7138 static addFromString_Callback_DOMString(mthis, string) native "SpeechGrammarLi
st_addFromString_Callback_DOMString"; |
| 6795 | 7139 |
| 6796 static addFromUri_Callback_DOMString_float(mthis, src, weight) native "SpeechG
rammarList_addFromUri_Callback_DOMString_float"; | 7140 static addFromUri_Callback_DOMString_float(mthis, src, weight) native "SpeechG
rammarList_addFromUri_Callback_DOMString_float"; |
| 6797 | 7141 |
| 6798 static addFromUri_Callback_DOMString(mthis, src) native "SpeechGrammarList_add
FromUri_Callback_DOMString"; | 7142 static addFromUri_Callback_DOMString(mthis, src) native "SpeechGrammarList_add
FromUri_Callback_DOMString"; |
| 6799 | 7143 |
| 6800 static item_Callback_ul(mthis, index) native "SpeechGrammarList_item_Callback_
unsigned long"; | 7144 static item_Callback_ul(mthis, index) native "SpeechGrammarList_item_Callback_
unsigned long"; |
| 6801 } | 7145 } |
| 6802 | 7146 |
| 6803 class BlinkSpeechInputEvent {} | |
| 6804 | |
| 6805 class BlinkSpeechInputResult {} | |
| 6806 | |
| 6807 class BlinkSpeechInputResultList { | |
| 6808 static length_Getter(mthis) native "SpeechInputResultList_length_Getter"; | |
| 6809 | |
| 6810 static item_Callback_ul(mthis, index) native "SpeechInputResultList_item_Callb
ack_unsigned long"; | |
| 6811 } | |
| 6812 | |
| 6813 class BlinkSpeechRecognition { | 7147 class BlinkSpeechRecognition { |
| 6814 static constructorCallback() native "SpeechRecognition_constructorCallback"; | 7148 static constructorCallback() native "SpeechRecognition_constructorCallback"; |
| 6815 | 7149 |
| 6816 static continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter"; | 7150 static continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter"; |
| 6817 | 7151 |
| 6818 static continuous_Setter_boolean(mthis, value) native "SpeechRecognition_conti
nuous_Setter"; | 7152 static continuous_Setter_boolean(mthis, value) native "SpeechRecognition_conti
nuous_Setter"; |
| 6819 | 7153 |
| 6820 static grammars_Getter(mthis) native "SpeechRecognition_grammars_Getter"; | 7154 static grammars_Getter(mthis) native "SpeechRecognition_grammars_Getter"; |
| 6821 | 7155 |
| 6822 static grammars_Setter_SpeechGrammarList(mthis, value) native "SpeechRecogniti
on_grammars_Setter"; | 7156 static grammars_Setter_SpeechGrammarList(mthis, value) native "SpeechRecogniti
on_grammars_Setter"; |
| (...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7012 | 7346 |
| 7013 class BlinkSubtleCrypto {} | 7347 class BlinkSubtleCrypto {} |
| 7014 | 7348 |
| 7015 class BlinkTextEvent { | 7349 class BlinkTextEvent { |
| 7016 static data_Getter(mthis) native "TextEvent_data_Getter"; | 7350 static data_Getter(mthis) native "TextEvent_data_Getter"; |
| 7017 | 7351 |
| 7018 static initTextEvent_Callback_DOMString_boolean_boolean_Window_DOMString(mthis
, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "TextEvent_init
TextEvent_Callback_DOMString_boolean_boolean_Window_DOMString"; | 7352 static initTextEvent_Callback_DOMString_boolean_boolean_Window_DOMString(mthis
, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "TextEvent_init
TextEvent_Callback_DOMString_boolean_boolean_Window_DOMString"; |
| 7019 } | 7353 } |
| 7020 | 7354 |
| 7021 class BlinkTextMetrics { | 7355 class BlinkTextMetrics { |
| 7356 static actualBoundingBoxAscent_Getter(mthis) native "TextMetrics_actualBoundin
gBoxAscent_Getter"; |
| 7357 |
| 7358 static actualBoundingBoxDescent_Getter(mthis) native "TextMetrics_actualBoundi
ngBoxDescent_Getter"; |
| 7359 |
| 7360 static actualBoundingBoxLeft_Getter(mthis) native "TextMetrics_actualBoundingB
oxLeft_Getter"; |
| 7361 |
| 7362 static actualBoundingBoxRight_Getter(mthis) native "TextMetrics_actualBounding
BoxRight_Getter"; |
| 7363 |
| 7364 static alphabeticBaseline_Getter(mthis) native "TextMetrics_alphabeticBaseline
_Getter"; |
| 7365 |
| 7366 static emHeightAscent_Getter(mthis) native "TextMetrics_emHeightAscent_Getter"
; |
| 7367 |
| 7368 static emHeightDescent_Getter(mthis) native "TextMetrics_emHeightDescent_Gette
r"; |
| 7369 |
| 7370 static fontBoundingBoxAscent_Getter(mthis) native "TextMetrics_fontBoundingBox
Ascent_Getter"; |
| 7371 |
| 7372 static fontBoundingBoxDescent_Getter(mthis) native "TextMetrics_fontBoundingBo
xDescent_Getter"; |
| 7373 |
| 7374 static hangingBaseline_Getter(mthis) native "TextMetrics_hangingBaseline_Gette
r"; |
| 7375 |
| 7376 static ideographicBaseline_Getter(mthis) native "TextMetrics_ideographicBaseli
ne_Getter"; |
| 7377 |
| 7022 static width_Getter(mthis) native "TextMetrics_width_Getter"; | 7378 static width_Getter(mthis) native "TextMetrics_width_Getter"; |
| 7023 } | 7379 } |
| 7024 | 7380 |
| 7025 class BlinkTextTrack { | 7381 class BlinkTextTrack { |
| 7026 static activeCues_Getter(mthis) native "TextTrack_activeCues_Getter"; | 7382 static activeCues_Getter(mthis) native "TextTrack_activeCues_Getter"; |
| 7027 | 7383 |
| 7028 static cues_Getter(mthis) native "TextTrack_cues_Getter"; | 7384 static cues_Getter(mthis) native "TextTrack_cues_Getter"; |
| 7029 | 7385 |
| 7030 static id_Getter(mthis) native "TextTrack_id_Getter"; | 7386 static id_Getter(mthis) native "TextTrack_id_Getter"; |
| 7031 | 7387 |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7087 } | 7443 } |
| 7088 | 7444 |
| 7089 class BlinkTimeRanges { | 7445 class BlinkTimeRanges { |
| 7090 static length_Getter(mthis) native "TimeRanges_length_Getter"; | 7446 static length_Getter(mthis) native "TimeRanges_length_Getter"; |
| 7091 | 7447 |
| 7092 static end_Callback_ul(mthis, index) native "TimeRanges_end_Callback_unsigned
long"; | 7448 static end_Callback_ul(mthis, index) native "TimeRanges_end_Callback_unsigned
long"; |
| 7093 | 7449 |
| 7094 static start_Callback_ul(mthis, index) native "TimeRanges_start_Callback_unsig
ned long"; | 7450 static start_Callback_ul(mthis, index) native "TimeRanges_start_Callback_unsig
ned long"; |
| 7095 } | 7451 } |
| 7096 | 7452 |
| 7097 class BlinkTimeline { | |
| 7098 static play_Callback_TimedItem(mthis, source) native "Timeline_play_Callback_T
imedItem"; | |
| 7099 } | |
| 7100 | |
| 7101 class BlinkTiming { | 7453 class BlinkTiming { |
| 7102 static delay_Getter(mthis) native "Timing_delay_Getter"; | 7454 static delay_Getter(mthis) native "Timing_delay_Getter"; |
| 7103 | 7455 |
| 7104 static delay_Setter_double(mthis, value) native "Timing_delay_Setter"; | 7456 static delay_Setter_double(mthis, value) native "Timing_delay_Setter"; |
| 7105 | 7457 |
| 7106 static direction_Getter(mthis) native "Timing_direction_Getter"; | 7458 static direction_Getter(mthis) native "Timing_direction_Getter"; |
| 7107 | 7459 |
| 7108 static direction_Setter_DOMString(mthis, value) native "Timing_direction_Sette
r"; | 7460 static direction_Setter_DOMString(mthis, value) native "Timing_direction_Sette
r"; |
| 7109 | 7461 |
| 7110 static easing_Getter(mthis) native "Timing_easing_Getter"; | 7462 static easing_Getter(mthis) native "Timing_easing_Getter"; |
| (...skipping 13 matching lines...) Expand all Loading... |
| 7124 static iterationStart_Setter_double(mthis, value) native "Timing_iterationStar
t_Setter"; | 7476 static iterationStart_Setter_double(mthis, value) native "Timing_iterationStar
t_Setter"; |
| 7125 | 7477 |
| 7126 static iterations_Getter(mthis) native "Timing_iterations_Getter"; | 7478 static iterations_Getter(mthis) native "Timing_iterations_Getter"; |
| 7127 | 7479 |
| 7128 static iterations_Setter_double(mthis, value) native "Timing_iterations_Setter
"; | 7480 static iterations_Setter_double(mthis, value) native "Timing_iterations_Setter
"; |
| 7129 | 7481 |
| 7130 static playbackRate_Getter(mthis) native "Timing_playbackRate_Getter"; | 7482 static playbackRate_Getter(mthis) native "Timing_playbackRate_Getter"; |
| 7131 | 7483 |
| 7132 static playbackRate_Setter_double(mthis, value) native "Timing_playbackRate_Se
tter"; | 7484 static playbackRate_Setter_double(mthis, value) native "Timing_playbackRate_Se
tter"; |
| 7133 | 7485 |
| 7486 static $__getter___Callback_DOMString(mthis, name) native "Timing___getter___C
allback_DOMString"; |
| 7487 |
| 7134 static $__setter___Callback_DOMString_double(mthis, name, duration) native "Ti
ming___setter___Callback_DOMString_double"; | 7488 static $__setter___Callback_DOMString_double(mthis, name, duration) native "Ti
ming___setter___Callback_DOMString_double"; |
| 7135 } | 7489 } |
| 7136 | 7490 |
| 7137 class BlinkTouch { | 7491 class BlinkTouch { |
| 7138 static clientX_Getter(mthis) native "Touch_clientX_Getter"; | 7492 static clientX_Getter(mthis) native "Touch_clientX_Getter"; |
| 7139 | 7493 |
| 7140 static clientY_Getter(mthis) native "Touch_clientY_Getter"; | 7494 static clientY_Getter(mthis) native "Touch_clientY_Getter"; |
| 7141 | 7495 |
| 7142 static identifier_Getter(mthis) native "Touch_identifier_Getter"; | 7496 static identifier_Getter(mthis) native "Touch_identifier_Getter"; |
| 7143 | 7497 |
| (...skipping 24 matching lines...) Expand all Loading... |
| 7168 static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; | 7522 static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; |
| 7169 | 7523 |
| 7170 static metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; | 7524 static metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; |
| 7171 | 7525 |
| 7172 static shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; | 7526 static shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; |
| 7173 | 7527 |
| 7174 static targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter"; | 7528 static targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter"; |
| 7175 | 7529 |
| 7176 static touches_Getter(mthis) native "TouchEvent_touches_Getter"; | 7530 static touches_Getter(mthis) native "TouchEvent_touches_Getter"; |
| 7177 | 7531 |
| 7178 static initTouchEvent_Callback_TouchList_TouchList_TouchList_DOMString_Window_
long_long_long_long_boolean_boolean_boolean_boolean(mthis, touches, targetTouche
s, changedTouches, type, view, screenX, screenY, clientX, clientY, ctrlKey, altK
ey, shiftKey, metaKey) native "TouchEvent_initTouchEvent_Callback_TouchList_Touc
hList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_boo
lean"; | 7532 static initTouchEvent_Callback_TouchList_TouchList_TouchList_DOMString_Window_
long_long_long_long_boolean_boolean_boolean_boolean(mthis, touches, targetTouche
s, changedTouches, type, view, unused1, unused2, unused3, unused4, ctrlKey, altK
ey, shiftKey, metaKey) native "TouchEvent_initTouchEvent_Callback_TouchList_Touc
hList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_boo
lean"; |
| 7179 } | 7533 } |
| 7180 | 7534 |
| 7181 class BlinkTouchList { | 7535 class BlinkTouchList { |
| 7182 static length_Getter(mthis) native "TouchList_length_Getter"; | 7536 static length_Getter(mthis) native "TouchList_length_Getter"; |
| 7183 | 7537 |
| 7184 static item_Callback_ul(mthis, index) native "TouchList_item_Callback_unsigned
long"; | 7538 static item_Callback_ul(mthis, index) native "TouchList_item_Callback_unsigned
long"; |
| 7185 } | 7539 } |
| 7186 | 7540 |
| 7187 class BlinkTrackEvent { | 7541 class BlinkTrackEvent { |
| 7188 static track_Getter(mthis) native "TrackEvent_track_Getter"; | 7542 static track_Getter(mthis) native "TrackEvent_track_Getter"; |
| (...skipping 29 matching lines...) Expand all Loading... |
| 7218 static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback"; | 7572 static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback"; |
| 7219 | 7573 |
| 7220 static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback"; | 7574 static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback"; |
| 7221 | 7575 |
| 7222 static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Call
back"; | 7576 static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Call
back"; |
| 7223 } | 7577 } |
| 7224 | 7578 |
| 7225 class BlinkURL { | 7579 class BlinkURL { |
| 7226 static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_cre
ateObjectURL_Callback_Blob"; | 7580 static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_cre
ateObjectURL_Callback_Blob"; |
| 7227 | 7581 |
| 7582 static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native "
URL_createObjectURL_Callback_MediaSource"; |
| 7583 |
| 7228 static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "
URL_createObjectURL_Callback_MediaStream"; | 7584 static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "
URL_createObjectURL_Callback_MediaStream"; |
| 7229 | 7585 |
| 7230 static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native "
URL_createObjectURL_Callback_MediaSource"; | |
| 7231 | |
| 7232 static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Cal
lback_DOMString"; | 7586 static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Cal
lback_DOMString"; |
| 7233 | 7587 |
| 7234 static hash_Getter(mthis) native "URL_hash_Getter"; | 7588 static hash_Getter(mthis) native "URL_hash_Getter"; |
| 7235 | 7589 |
| 7236 static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter"; | 7590 static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter"; |
| 7237 | 7591 |
| 7238 static host_Getter(mthis) native "URL_host_Getter"; | 7592 static host_Getter(mthis) native "URL_host_Getter"; |
| 7239 | 7593 |
| 7240 static host_Setter_DOMString(mthis, value) native "URL_host_Setter"; | 7594 static host_Setter_DOMString(mthis, value) native "URL_host_Setter"; |
| 7241 | 7595 |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7405 class BlinkVideoPlaybackQuality { | 7759 class BlinkVideoPlaybackQuality { |
| 7406 static corruptedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_corrupt
edVideoFrames_Getter"; | 7760 static corruptedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_corrupt
edVideoFrames_Getter"; |
| 7407 | 7761 |
| 7408 static creationTime_Getter(mthis) native "VideoPlaybackQuality_creationTime_Ge
tter"; | 7762 static creationTime_Getter(mthis) native "VideoPlaybackQuality_creationTime_Ge
tter"; |
| 7409 | 7763 |
| 7410 static droppedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_droppedVi
deoFrames_Getter"; | 7764 static droppedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_droppedVi
deoFrames_Getter"; |
| 7411 | 7765 |
| 7412 static totalVideoFrames_Getter(mthis) native "VideoPlaybackQuality_totalVideoF
rames_Getter"; | 7766 static totalVideoFrames_Getter(mthis) native "VideoPlaybackQuality_totalVideoF
rames_Getter"; |
| 7413 } | 7767 } |
| 7414 | 7768 |
| 7769 class BlinkVideoTrack { |
| 7770 static id_Getter(mthis) native "VideoTrack_id_Getter"; |
| 7771 |
| 7772 static kind_Getter(mthis) native "VideoTrack_kind_Getter"; |
| 7773 |
| 7774 static label_Getter(mthis) native "VideoTrack_label_Getter"; |
| 7775 |
| 7776 static language_Getter(mthis) native "VideoTrack_language_Getter"; |
| 7777 |
| 7778 static selected_Getter(mthis) native "VideoTrack_selected_Getter"; |
| 7779 |
| 7780 static selected_Setter_boolean(mthis, value) native "VideoTrack_selected_Sette
r"; |
| 7781 } |
| 7782 |
| 7783 class BlinkVideoTrackList { |
| 7784 static length_Getter(mthis) native "VideoTrackList_length_Getter"; |
| 7785 |
| 7786 static selectedIndex_Getter(mthis) native "VideoTrackList_selectedIndex_Getter
"; |
| 7787 |
| 7788 static $__getter___Callback_ul(mthis, index) native "VideoTrackList___getter__
_Callback_unsigned long"; |
| 7789 |
| 7790 static getTrackById_Callback_DOMString(mthis, id) native "VideoTrackList_getTr
ackById_Callback_DOMString"; |
| 7791 } |
| 7792 |
| 7415 class BlinkWaveShaperNode { | 7793 class BlinkWaveShaperNode { |
| 7416 static curve_Getter(mthis) native "WaveShaperNode_curve_Getter"; | 7794 static curve_Getter(mthis) native "WaveShaperNode_curve_Getter"; |
| 7417 | 7795 |
| 7418 static curve_Setter_Float32Array(mthis, value) native "WaveShaperNode_curve_Se
tter"; | 7796 static curve_Setter_Float32Array(mthis, value) native "WaveShaperNode_curve_Se
tter"; |
| 7419 | 7797 |
| 7420 static oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter"; | 7798 static oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter"; |
| 7421 | 7799 |
| 7422 static oversample_Setter_DOMString(mthis, value) native "WaveShaperNode_oversa
mple_Setter"; | 7800 static oversample_Setter_DOMString(mthis, value) native "WaveShaperNode_oversa
mple_Setter"; |
| 7423 } | 7801 } |
| 7424 | 7802 |
| 7425 class BlinkWebGLActiveInfo { | 7803 class BlinkWebGLActiveInfo { |
| 7426 static name_Getter(mthis) native "WebGLActiveInfo_name_Getter"; | 7804 static name_Getter(mthis) native "WebGLActiveInfo_name_Getter"; |
| 7427 | 7805 |
| 7428 static size_Getter(mthis) native "WebGLActiveInfo_size_Getter"; | 7806 static size_Getter(mthis) native "WebGLActiveInfo_size_Getter"; |
| 7429 | 7807 |
| 7430 static type_Getter(mthis) native "WebGLActiveInfo_type_Getter"; | 7808 static type_Getter(mthis) native "WebGLActiveInfo_type_Getter"; |
| 7431 } | 7809 } |
| 7432 | 7810 |
| 7433 class BlinkWebGLBuffer {} | 7811 class BlinkWebGLBuffer {} |
| 7434 | 7812 |
| 7435 class BlinkWebGLCompressedTextureATC {} | 7813 class BlinkWebGLCompressedTextureATC {} |
| 7436 | 7814 |
| 7815 class BlinkWebGLCompressedTextureETC1 {} |
| 7816 |
| 7437 class BlinkWebGLCompressedTexturePVRTC {} | 7817 class BlinkWebGLCompressedTexturePVRTC {} |
| 7438 | 7818 |
| 7439 class BlinkWebGLCompressedTextureS3TC {} | 7819 class BlinkWebGLCompressedTextureS3TC {} |
| 7440 | 7820 |
| 7441 class BlinkWebGLContextAttributes { | 7821 class BlinkWebGLContextAttributes { |
| 7442 static alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter"; | 7822 static alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter"; |
| 7443 | 7823 |
| 7444 static alpha_Setter_boolean(mthis, value) native "WebGLContextAttributes_alpha
_Setter"; | 7824 static alpha_Setter_boolean(mthis, value) native "WebGLContextAttributes_alpha
_Setter"; |
| 7445 | 7825 |
| 7446 static antialias_Getter(mthis) native "WebGLContextAttributes_antialias_Getter
"; | 7826 static antialias_Getter(mthis) native "WebGLContextAttributes_antialias_Getter
"; |
| (...skipping 26 matching lines...) Expand all Loading... |
| 7473 } | 7853 } |
| 7474 | 7854 |
| 7475 class BlinkWebGLDebugRendererInfo {} | 7855 class BlinkWebGLDebugRendererInfo {} |
| 7476 | 7856 |
| 7477 class BlinkWebGLDebugShaders { | 7857 class BlinkWebGLDebugShaders { |
| 7478 static getTranslatedShaderSource_Callback_WebGLShader(mthis, shader) native "W
ebGLDebugShaders_getTranslatedShaderSource_Callback_WebGLShader"; | 7858 static getTranslatedShaderSource_Callback_WebGLShader(mthis, shader) native "W
ebGLDebugShaders_getTranslatedShaderSource_Callback_WebGLShader"; |
| 7479 } | 7859 } |
| 7480 | 7860 |
| 7481 class BlinkWebGLDepthTexture {} | 7861 class BlinkWebGLDepthTexture {} |
| 7482 | 7862 |
| 7483 class BlinkWebGLDrawBuffers { | 7863 class BlinkWebGLDrawBuffers {} |
| 7484 static drawBuffersWEBGL_Callback_SEQ_GLenum_SEQ(mthis, buffers) native "WebGLD
rawBuffers_drawBuffersWEBGL_Callback_sequence<unsigned long>"; | |
| 7485 } | |
| 7486 | 7864 |
| 7487 class BlinkWebGLFramebuffer {} | 7865 class BlinkWebGLFramebuffer {} |
| 7488 | 7866 |
| 7489 class BlinkWebGLLoseContext { | 7867 class BlinkWebGLLoseContext { |
| 7490 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba
ck"; | 7868 static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callba
ck"; |
| 7491 | 7869 |
| 7492 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_
Callback"; | 7870 static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_
Callback"; |
| 7493 } | 7871 } |
| 7494 | 7872 |
| 7495 class BlinkWebGLProgram {} | 7873 class BlinkWebGLProgram {} |
| 7496 | 7874 |
| 7497 class BlinkWebGLRenderbuffer {} | 7875 class BlinkWebGLRenderbuffer {} |
| 7498 | 7876 |
| 7877 class BlinkWebGLRenderingContextBase { |
| 7878 static canvas_Getter(mthis) native "WebGLRenderingContextBase_canvas_Getter"; |
| 7879 |
| 7880 static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContextBase_dra
wingBufferHeight_Getter"; |
| 7881 |
| 7882 static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContextBase_draw
ingBufferWidth_Getter"; |
| 7883 |
| 7884 static activeTexture_Callback_ul(mthis, texture) native "WebGLRenderingContext
Base_activeTexture_Callback_unsigned long"; |
| 7885 |
| 7886 static attachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader)
native "WebGLRenderingContextBase_attachShader_Callback_WebGLProgram_WebGLShader
"; |
| 7887 |
| 7888 static bindAttribLocation_Callback_WebGLProgram_ul_DOMString(mthis, program, i
ndex, name) native "WebGLRenderingContextBase_bindAttribLocation_Callback_WebGLP
rogram_unsigned long_DOMString"; |
| 7889 |
| 7890 static bindBuffer_Callback_ul_WebGLBuffer(mthis, target, buffer) native "WebGL
RenderingContextBase_bindBuffer_Callback_unsigned long_WebGLBuffer"; |
| 7891 |
| 7892 static bindFramebuffer_Callback_ul_WebGLFramebuffer(mthis, target, framebuffer
) native "WebGLRenderingContextBase_bindFramebuffer_Callback_unsigned long_WebGL
Framebuffer"; |
| 7893 |
| 7894 static bindRenderbuffer_Callback_ul_WebGLRenderbuffer(mthis, target, renderbuf
fer) native "WebGLRenderingContextBase_bindRenderbuffer_Callback_unsigned long_W
ebGLRenderbuffer"; |
| 7895 |
| 7896 static bindTexture_Callback_ul_WebGLTexture(mthis, target, texture) native "We
bGLRenderingContextBase_bindTexture_Callback_unsigned long_WebGLTexture"; |
| 7897 |
| 7898 static blendColor_Callback_float_float_float_float(mthis, red, green, blue, al
pha) native "WebGLRenderingContextBase_blendColor_Callback_float_float_float_flo
at"; |
| 7899 |
| 7900 static blendEquation_Callback_ul(mthis, mode) native "WebGLRenderingContextBas
e_blendEquation_Callback_unsigned long"; |
| 7901 |
| 7902 static blendEquationSeparate_Callback_ul_ul(mthis, modeRGB, modeAlpha) native
"WebGLRenderingContextBase_blendEquationSeparate_Callback_unsigned long_unsigned
long"; |
| 7903 |
| 7904 static blendFunc_Callback_ul_ul(mthis, sfactor, dfactor) native "WebGLRenderin
gContextBase_blendFunc_Callback_unsigned long_unsigned long"; |
| 7905 |
| 7906 static blendFuncSeparate_Callback_ul_ul_ul_ul(mthis, srcRGB, dstRGB, srcAlpha,
dstAlpha) native "WebGLRenderingContextBase_blendFuncSeparate_Callback_unsigned
long_unsigned long_unsigned long_unsigned long"; |
| 7907 |
| 7908 static bufferData_Callback_ul_ArrayBuffer_ul(mthis, target, data, usage) nativ
e "WebGLRenderingContextBase_bufferData_Callback_unsigned long_ArrayBuffer_unsig
ned long"; |
| 7909 |
| 7910 static bufferData_Callback_ul_ll_ul(mthis, target, data_OR_size, usage) native
"WebGLRenderingContextBase_bufferData_Callback_unsigned long_long long_unsigned
long"; |
| 7911 |
| 7912 static bufferData_Callback_ul_ArrayBufferView_ul(mthis, target, data_OR_size,
usage) native "WebGLRenderingContextBase_bufferData_Callback_unsigned long_Array
BufferView_unsigned long"; |
| 7913 |
| 7914 static bufferSubData_Callback_ul_ll_ArrayBuffer(mthis, target, offset, data) n
ative "WebGLRenderingContextBase_bufferSubData_Callback_unsigned long_long long_
ArrayBuffer"; |
| 7915 |
| 7916 static bufferSubData_Callback_ul_ll_ArrayBufferView(mthis, target, offset, dat
a) native "WebGLRenderingContextBase_bufferSubData_Callback_unsigned long_long l
ong_ArrayBufferView"; |
| 7917 |
| 7918 static checkFramebufferStatus_Callback_ul(mthis, target) native "WebGLRenderin
gContextBase_checkFramebufferStatus_Callback_unsigned long"; |
| 7919 |
| 7920 static clear_Callback_ul(mthis, mask) native "WebGLRenderingContextBase_clear_
Callback_unsigned long"; |
| 7921 |
| 7922 static clearColor_Callback_float_float_float_float(mthis, red, green, blue, al
pha) native "WebGLRenderingContextBase_clearColor_Callback_float_float_float_flo
at"; |
| 7923 |
| 7924 static clearDepth_Callback_float(mthis, depth) native "WebGLRenderingContextBa
se_clearDepth_Callback_float"; |
| 7925 |
| 7926 static clearStencil_Callback_long(mthis, s) native "WebGLRenderingContextBase_
clearStencil_Callback_long"; |
| 7927 |
| 7928 static colorMask_Callback_boolean_boolean_boolean_boolean(mthis, red, green, b
lue, alpha) native "WebGLRenderingContextBase_colorMask_Callback_boolean_boolean
_boolean_boolean"; |
| 7929 |
| 7930 static compileShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderin
gContextBase_compileShader_Callback_WebGLShader"; |
| 7931 |
| 7932 static compressedTexImage2D_Callback_ul_long_ul_long_long_long_ArrayBufferView
(mthis, target, level, internalformat, width, height, border, data) native "WebG
LRenderingContextBase_compressedTexImage2D_Callback_unsigned long_long_unsigned
long_long_long_long_ArrayBufferView"; |
| 7933 |
| 7934 static compressedTexSubImage2D_Callback_ul_long_long_long_long_long_ul_ArrayBu
fferView(mthis, target, level, xoffset, yoffset, width, height, format, data) na
tive "WebGLRenderingContextBase_compressedTexSubImage2D_Callback_unsigned long_l
ong_long_long_long_long_unsigned long_ArrayBufferView"; |
| 7935 |
| 7936 static copyTexImage2D_Callback_ul_long_ul_long_long_long_long_long(mthis, targ
et, level, internalformat, x, y, width, height, border) native "WebGLRenderingCo
ntextBase_copyTexImage2D_Callback_unsigned long_long_unsigned long_long_long_lon
g_long_long"; |
| 7937 |
| 7938 static copyTexSubImage2D_Callback_ul_long_long_long_long_long_long_long(mthis,
target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingCon
textBase_copyTexSubImage2D_Callback_unsigned long_long_long_long_long_long_long_
long"; |
| 7939 |
| 7940 static createBuffer_Callback(mthis) native "WebGLRenderingContextBase_createBu
ffer_Callback"; |
| 7941 |
| 7942 static createFramebuffer_Callback(mthis) native "WebGLRenderingContextBase_cre
ateFramebuffer_Callback"; |
| 7943 |
| 7944 static createProgram_Callback(mthis) native "WebGLRenderingContextBase_createP
rogram_Callback"; |
| 7945 |
| 7946 static createRenderbuffer_Callback(mthis) native "WebGLRenderingContextBase_cr
eateRenderbuffer_Callback"; |
| 7947 |
| 7948 static createShader_Callback_ul(mthis, type) native "WebGLRenderingContextBase
_createShader_Callback_unsigned long"; |
| 7949 |
| 7950 static createTexture_Callback(mthis) native "WebGLRenderingContextBase_createT
exture_Callback"; |
| 7951 |
| 7952 static cullFace_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_cul
lFace_Callback_unsigned long"; |
| 7953 |
| 7954 static deleteBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRendering
ContextBase_deleteBuffer_Callback_WebGLBuffer"; |
| 7955 |
| 7956 static deleteFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native
"WebGLRenderingContextBase_deleteFramebuffer_Callback_WebGLFramebuffer"; |
| 7957 |
| 7958 static deleteProgram_Callback_WebGLProgram(mthis, program) native "WebGLRender
ingContextBase_deleteProgram_Callback_WebGLProgram"; |
| 7959 |
| 7960 static deleteRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) nati
ve "WebGLRenderingContextBase_deleteRenderbuffer_Callback_WebGLRenderbuffer"; |
| 7961 |
| 7962 static deleteShader_Callback_WebGLShader(mthis, shader) native "WebGLRendering
ContextBase_deleteShader_Callback_WebGLShader"; |
| 7963 |
| 7964 static deleteTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRender
ingContextBase_deleteTexture_Callback_WebGLTexture"; |
| 7965 |
| 7966 static depthFunc_Callback_ul(mthis, func) native "WebGLRenderingContextBase_de
pthFunc_Callback_unsigned long"; |
| 7967 |
| 7968 static depthMask_Callback_boolean(mthis, flag) native "WebGLRenderingContextBa
se_depthMask_Callback_boolean"; |
| 7969 |
| 7970 static depthRange_Callback_float_float(mthis, zNear, zFar) native "WebGLRender
ingContextBase_depthRange_Callback_float_float"; |
| 7971 |
| 7972 static detachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader)
native "WebGLRenderingContextBase_detachShader_Callback_WebGLProgram_WebGLShader
"; |
| 7973 |
| 7974 static disable_Callback_ul(mthis, cap) native "WebGLRenderingContextBase_disab
le_Callback_unsigned long"; |
| 7975 |
| 7976 static disableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderi
ngContextBase_disableVertexAttribArray_Callback_unsigned long"; |
| 7977 |
| 7978 static drawArrays_Callback_ul_long_long(mthis, mode, first, count) native "Web
GLRenderingContextBase_drawArrays_Callback_unsigned long_long_long"; |
| 7979 |
| 7980 static drawElements_Callback_ul_long_ul_ll(mthis, mode, count, type, offset) n
ative "WebGLRenderingContextBase_drawElements_Callback_unsigned long_long_unsign
ed long_long long"; |
| 7981 |
| 7982 static enable_Callback_ul(mthis, cap) native "WebGLRenderingContextBase_enable
_Callback_unsigned long"; |
| 7983 |
| 7984 static enableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderin
gContextBase_enableVertexAttribArray_Callback_unsigned long"; |
| 7985 |
| 7986 static finish_Callback(mthis) native "WebGLRenderingContextBase_finish_Callbac
k"; |
| 7987 |
| 7988 static flush_Callback(mthis) native "WebGLRenderingContextBase_flush_Callback"
; |
| 7989 |
| 7990 static framebufferRenderbuffer_Callback_ul_ul_ul_WebGLRenderbuffer(mthis, targ
et, attachment, renderbuffertarget, renderbuffer) native "WebGLRenderingContextB
ase_framebufferRenderbuffer_Callback_unsigned long_unsigned long_unsigned long_W
ebGLRenderbuffer"; |
| 7991 |
| 7992 static framebufferTexture2D_Callback_ul_ul_ul_WebGLTexture_long(mthis, target,
attachment, textarget, texture, level) native "WebGLRenderingContextBase_frameb
ufferTexture2D_Callback_unsigned long_unsigned long_unsigned long_WebGLTexture_l
ong"; |
| 7993 |
| 7994 static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContextBase_fr
ontFace_Callback_unsigned long"; |
| 7995 |
| 7996 static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext
Base_generateMipmap_Callback_unsigned long"; |
| 7997 |
| 7998 static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContextBase_getActiveAttrib_Callback_WebGLProgram_unsigned long"; |
| 7999 |
| 8000 static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native
"WebGLRenderingContextBase_getActiveUniform_Callback_WebGLProgram_unsigned long
"; |
| 8001 |
| 8002 static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLR
enderingContextBase_getAttachedShaders_Callback"; |
| 8003 |
| 8004 static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name)
native "WebGLRenderingContextBase_getAttribLocation_Callback_WebGLProgram_DOMSt
ring"; |
| 8005 |
| 8006 static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRe
nderingContextBase_getBufferParameter_Callback"; |
| 8007 |
| 8008 static getContextAttributes_Callback(mthis) native "WebGLRenderingContextBase_
getContextAttributes_Callback"; |
| 8009 |
| 8010 static getError_Callback(mthis) native "WebGLRenderingContextBase_getError_Cal
lback"; |
| 8011 |
| 8012 static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingCont
extBase_getExtension_Callback"; |
| 8013 |
| 8014 static getFramebufferAttachmentParameter_Callback_ul_ul_ul(mthis, target, atta
chment, pname) native "WebGLRenderingContextBase_getFramebufferAttachmentParamet
er_Callback"; |
| 8015 |
| 8016 static getParameter_Callback_ul(mthis, pname) native "WebGLRenderingContextBas
e_getParameter_Callback"; |
| 8017 |
| 8018 static getProgramInfoLog_Callback_WebGLProgram(mthis, program) native "WebGLRe
nderingContextBase_getProgramInfoLog_Callback_WebGLProgram"; |
| 8019 |
| 8020 static getProgramParameter_Callback_WebGLProgram_ul(mthis, program, pname) nat
ive "WebGLRenderingContextBase_getProgramParameter_Callback"; |
| 8021 |
| 8022 static getRenderbufferParameter_Callback_ul_ul(mthis, target, pname) native "W
ebGLRenderingContextBase_getRenderbufferParameter_Callback"; |
| 8023 |
| 8024 static getShaderInfoLog_Callback_WebGLShader(mthis, shader) native "WebGLRende
ringContextBase_getShaderInfoLog_Callback_WebGLShader"; |
| 8025 |
| 8026 static getShaderParameter_Callback_WebGLShader_ul(mthis, shader, pname) native
"WebGLRenderingContextBase_getShaderParameter_Callback"; |
| 8027 |
| 8028 static getShaderPrecisionFormat_Callback_ul_ul(mthis, shadertype, precisiontyp
e) native "WebGLRenderingContextBase_getShaderPrecisionFormat_Callback_unsigned
long_unsigned long"; |
| 8029 |
| 8030 static getShaderSource_Callback_WebGLShader(mthis, shader) native "WebGLRender
ingContextBase_getShaderSource_Callback_WebGLShader"; |
| 8031 |
| 8032 static getSupportedExtensions_Callback(mthis) native "WebGLRenderingContextBas
e_getSupportedExtensions_Callback"; |
| 8033 |
| 8034 static getTexParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRende
ringContextBase_getTexParameter_Callback"; |
| 8035 |
| 8036 static getUniform_Callback_WebGLProgram_WebGLUniformLocation(mthis, program, l
ocation) native "WebGLRenderingContextBase_getUniform_Callback"; |
| 8037 |
| 8038 static getUniformLocation_Callback_WebGLProgram_DOMString(mthis, program, name
) native "WebGLRenderingContextBase_getUniformLocation_Callback_WebGLProgram_DOM
String"; |
| 8039 |
| 8040 static getVertexAttrib_Callback_ul_ul(mthis, index, pname) native "WebGLRender
ingContextBase_getVertexAttrib_Callback"; |
| 8041 |
| 8042 static getVertexAttribOffset_Callback_ul_ul(mthis, index, pname) native "WebGL
RenderingContextBase_getVertexAttribOffset_Callback_unsigned long_unsigned long"
; |
| 8043 |
| 8044 static hint_Callback_ul_ul(mthis, target, mode) native "WebGLRenderingContextB
ase_hint_Callback_unsigned long_unsigned long"; |
| 8045 |
| 8046 static isBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRenderingCont
extBase_isBuffer_Callback_WebGLBuffer"; |
| 8047 |
| 8048 static isContextLost_Callback(mthis) native "WebGLRenderingContextBase_isConte
xtLost_Callback"; |
| 8049 |
| 8050 static isEnabled_Callback_ul(mthis, cap) native "WebGLRenderingContextBase_isE
nabled_Callback_unsigned long"; |
| 8051 |
| 8052 static isFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native "Web
GLRenderingContextBase_isFramebuffer_Callback_WebGLFramebuffer"; |
| 8053 |
| 8054 static isProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingC
ontextBase_isProgram_Callback_WebGLProgram"; |
| 8055 |
| 8056 static isRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) native "
WebGLRenderingContextBase_isRenderbuffer_Callback_WebGLRenderbuffer"; |
| 8057 |
| 8058 static isShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingCont
extBase_isShader_Callback_WebGLShader"; |
| 8059 |
| 8060 static isTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRenderingC
ontextBase_isTexture_Callback_WebGLTexture"; |
| 8061 |
| 8062 static lineWidth_Callback_float(mthis, width) native "WebGLRenderingContextBas
e_lineWidth_Callback_float"; |
| 8063 |
| 8064 static linkProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderin
gContextBase_linkProgram_Callback_WebGLProgram"; |
| 8065 |
| 8066 static pixelStorei_Callback_ul_long(mthis, pname, param) native "WebGLRenderin
gContextBase_pixelStorei_Callback_unsigned long_long"; |
| 8067 |
| 8068 static polygonOffset_Callback_float_float(mthis, factor, units) native "WebGLR
enderingContextBase_polygonOffset_Callback_float_float"; |
| 8069 |
| 8070 static readPixels_Callback_long_long_long_long_ul_ul_ArrayBufferView(mthis, x,
y, width, height, format, type, pixels) native "WebGLRenderingContextBase_readP
ixels_Callback_long_long_long_long_unsigned long_unsigned long_ArrayBufferView"; |
| 8071 |
| 8072 static renderbufferStorage_Callback_ul_ul_long_long(mthis, target, internalfor
mat, width, height) native "WebGLRenderingContextBase_renderbufferStorage_Callba
ck_unsigned long_unsigned long_long_long"; |
| 8073 |
| 8074 static sampleCoverage_Callback_float_boolean(mthis, value, invert) native "Web
GLRenderingContextBase_sampleCoverage_Callback_float_boolean"; |
| 8075 |
| 8076 static scissor_Callback_long_long_long_long(mthis, x, y, width, height) native
"WebGLRenderingContextBase_scissor_Callback_long_long_long_long"; |
| 8077 |
| 8078 static shaderSource_Callback_WebGLShader_DOMString(mthis, shader, string) nati
ve "WebGLRenderingContextBase_shaderSource_Callback_WebGLShader_DOMString"; |
| 8079 |
| 8080 static stencilFunc_Callback_ul_long_ul(mthis, func, ref, mask) native "WebGLRe
nderingContextBase_stencilFunc_Callback_unsigned long_long_unsigned long"; |
| 8081 |
| 8082 static stencilFuncSeparate_Callback_ul_ul_long_ul(mthis, face, func, ref, mask
) native "WebGLRenderingContextBase_stencilFuncSeparate_Callback_unsigned long_u
nsigned long_long_unsigned long"; |
| 8083 |
| 8084 static stencilMask_Callback_ul(mthis, mask) native "WebGLRenderingContextBase_
stencilMask_Callback_unsigned long"; |
| 8085 |
| 8086 static stencilMaskSeparate_Callback_ul_ul(mthis, face, mask) native "WebGLRend
eringContextBase_stencilMaskSeparate_Callback_unsigned long_unsigned long"; |
| 8087 |
| 8088 static stencilOp_Callback_ul_ul_ul(mthis, fail, zfail, zpass) native "WebGLRen
deringContextBase_stencilOp_Callback_unsigned long_unsigned long_unsigned long"; |
| 8089 |
| 8090 static stencilOpSeparate_Callback_ul_ul_ul_ul(mthis, face, fail, zfail, zpass)
native "WebGLRenderingContextBase_stencilOpSeparate_Callback_unsigned long_unsi
gned long_unsigned long_unsigned long"; |
| 8091 |
| 8092 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
ntextBase_texImage2D_Callback_unsigned long_long_unsigned long_long_long_long_un
signed long_unsigned long_ArrayBufferView"; |
| 8093 |
| 8094 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 "WebGLRenderingContextBase_texImage2D_Callback_unsigned long
_long_unsigned long_unsigned long_unsigned long_ImageData"; |
| 8095 |
| 8096 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 "WebGLRenderingContextBase_texImage2D_Callback_unsign
ed long_long_unsigned long_unsigned long_unsigned long_HTMLImageElement"; |
| 8097 |
| 8098 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 "WebGLRenderingContextBase_texImage2D_Callback_unsig
ned long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasElement"; |
| 8099 |
| 8100 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 "WebGLRenderingContextBase_texImage2D_Callback_unsign
ed long_long_unsigned long_unsigned long_unsigned long_HTMLVideoElement"; |
| 8101 |
| 8102 static texParameterf_Callback_ul_ul_float(mthis, target, pname, param) native
"WebGLRenderingContextBase_texParameterf_Callback_unsigned long_unsigned long_fl
oat"; |
| 8103 |
| 8104 static texParameteri_Callback_ul_ul_long(mthis, target, pname, param) native "
WebGLRenderingContextBase_texParameteri_Callback_unsigned long_unsigned long_lon
g"; |
| 8105 |
| 8106 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
textBase_texSubImage2D_Callback_unsigned long_long_long_long_long_long_unsigned
long_unsigned long_ArrayBufferView"; |
| 8107 |
| 8108 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 "WebGLRenderingContextBase_texSubImage2D_Callbac
k_unsigned long_long_long_long_unsigned long_unsigned long_ImageData"; |
| 8109 |
| 8110 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 "WebGLRenderingContextBase_texSubImage2D_
Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageEleme
nt"; |
| 8111 |
| 8112 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 "WebGLRenderingContextBase_texSubImage2D
_Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasEle
ment"; |
| 8113 |
| 8114 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 "WebGLRenderingContextBase_texSubImage2D_
Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoEleme
nt"; |
| 8115 |
| 8116 static uniform1f_Callback_WebGLUniformLocation_float(mthis, location, x) nativ
e "WebGLRenderingContextBase_uniform1f_Callback_WebGLUniformLocation_float"; |
| 8117 |
| 8118 static uniform1fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContextBase_uniform1fv_Callback"; |
| 8119 |
| 8120 static uniform1i_Callback_WebGLUniformLocation_long(mthis, location, x) native
"WebGLRenderingContextBase_uniform1i_Callback_WebGLUniformLocation_long"; |
| 8121 |
| 8122 static uniform1iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContextBase_uniform1iv_Callback"; |
| 8123 |
| 8124 static uniform2f_Callback_WebGLUniformLocation_float_float(mthis, location, x,
y) native "WebGLRenderingContextBase_uniform2f_Callback_WebGLUniformLocation_fl
oat_float"; |
| 8125 |
| 8126 static uniform2fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContextBase_uniform2fv_Callback"; |
| 8127 |
| 8128 static uniform2i_Callback_WebGLUniformLocation_long_long(mthis, location, x, y
) native "WebGLRenderingContextBase_uniform2i_Callback_WebGLUniformLocation_long
_long"; |
| 8129 |
| 8130 static uniform2iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContextBase_uniform2iv_Callback"; |
| 8131 |
| 8132 static uniform3f_Callback_WebGLUniformLocation_float_float_float(mthis, locati
on, x, y, z) native "WebGLRenderingContextBase_uniform3f_Callback_WebGLUniformLo
cation_float_float_float"; |
| 8133 |
| 8134 static uniform3fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContextBase_uniform3fv_Callback"; |
| 8135 |
| 8136 static uniform3i_Callback_WebGLUniformLocation_long_long_long(mthis, location,
x, y, z) native "WebGLRenderingContextBase_uniform3i_Callback_WebGLUniformLocat
ion_long_long_long"; |
| 8137 |
| 8138 static uniform3iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContextBase_uniform3iv_Callback"; |
| 8139 |
| 8140 static uniform4f_Callback_WebGLUniformLocation_float_float_float_float(mthis,
location, x, y, z, w) native "WebGLRenderingContextBase_uniform4f_Callback_WebGL
UniformLocation_float_float_float_float"; |
| 8141 |
| 8142 static uniform4fv_Callback_WebGLUniformLocation_Float32Array(mthis, location,
v) native "WebGLRenderingContextBase_uniform4fv_Callback"; |
| 8143 |
| 8144 static uniform4i_Callback_WebGLUniformLocation_long_long_long_long(mthis, loca
tion, x, y, z, w) native "WebGLRenderingContextBase_uniform4i_Callback_WebGLUnif
ormLocation_long_long_long_long"; |
| 8145 |
| 8146 static uniform4iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v)
native "WebGLRenderingContextBase_uniform4iv_Callback"; |
| 8147 |
| 8148 static uniformMatrix2fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContextBase_uniformMatrix2
fv_Callback"; |
| 8149 |
| 8150 static uniformMatrix3fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContextBase_uniformMatrix3
fv_Callback"; |
| 8151 |
| 8152 static uniformMatrix4fv_Callback_WebGLUniformLocation_boolean_Float32Array(mth
is, location, transpose, array) native "WebGLRenderingContextBase_uniformMatrix4
fv_Callback"; |
| 8153 |
| 8154 static useProgram_Callback_WebGLProgram(mthis, program) native "WebGLRendering
ContextBase_useProgram_Callback_WebGLProgram"; |
| 8155 |
| 8156 static validateProgram_Callback_WebGLProgram(mthis, program) native "WebGLRend
eringContextBase_validateProgram_Callback_WebGLProgram"; |
| 8157 |
| 8158 static vertexAttrib1f_Callback_ul_float(mthis, indx, x) native "WebGLRendering
ContextBase_vertexAttrib1f_Callback_unsigned long_float"; |
| 8159 |
| 8160 static vertexAttrib1fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContextBase_vertexAttrib1fv_Callback"; |
| 8161 |
| 8162 static vertexAttrib2f_Callback_ul_float_float(mthis, indx, x, y) native "WebGL
RenderingContextBase_vertexAttrib2f_Callback_unsigned long_float_float"; |
| 8163 |
| 8164 static vertexAttrib2fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContextBase_vertexAttrib2fv_Callback"; |
| 8165 |
| 8166 static vertexAttrib3f_Callback_ul_float_float_float(mthis, indx, x, y, z) nati
ve "WebGLRenderingContextBase_vertexAttrib3f_Callback_unsigned long_float_float_
float"; |
| 8167 |
| 8168 static vertexAttrib3fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContextBase_vertexAttrib3fv_Callback"; |
| 8169 |
| 8170 static vertexAttrib4f_Callback_ul_float_float_float_float(mthis, indx, x, y, z
, w) native "WebGLRenderingContextBase_vertexAttrib4f_Callback_unsigned long_flo
at_float_float_float"; |
| 8171 |
| 8172 static vertexAttrib4fv_Callback_ul_Float32Array(mthis, indx, values) native "W
ebGLRenderingContextBase_vertexAttrib4fv_Callback"; |
| 8173 |
| 8174 static vertexAttribPointer_Callback_ul_long_ul_boolean_long_ll(mthis, indx, si
ze, type, normalized, stride, offset) native "WebGLRenderingContextBase_vertexAt
tribPointer_Callback_unsigned long_long_unsigned long_boolean_long_long long"; |
| 8175 |
| 8176 static viewport_Callback_long_long_long_long(mthis, x, y, width, height) nativ
e "WebGLRenderingContextBase_viewport_Callback_long_long_long_long"; |
| 8177 } |
| 8178 |
| 7499 class BlinkWebGLRenderingContext { | 8179 class BlinkWebGLRenderingContext { |
| 8180 static canvas_Getter(mthis) native "WebGLRenderingContext_canvas_Getter"; |
| 8181 |
| 7500 static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawing
BufferHeight_Getter"; | 8182 static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawing
BufferHeight_Getter"; |
| 7501 | 8183 |
| 7502 static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingB
ufferWidth_Getter"; | 8184 static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingB
ufferWidth_Getter"; |
| 7503 | 8185 |
| 7504 static activeTexture_Callback_ul(mthis, texture) native "WebGLRenderingContext
_activeTexture_Callback_unsigned long"; | 8186 static activeTexture_Callback_ul(mthis, texture) native "WebGLRenderingContext
_activeTexture_Callback_unsigned long"; |
| 7505 | 8187 |
| 7506 static attachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader)
native "WebGLRenderingContext_attachShader_Callback_WebGLProgram_WebGLShader"; | 8188 static attachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader)
native "WebGLRenderingContext_attachShader_Callback_WebGLProgram_WebGLShader"; |
| 7507 | 8189 |
| 7508 static bindAttribLocation_Callback_WebGLProgram_ul_DOMString(mthis, program, i
ndex, name) native "WebGLRenderingContext_bindAttribLocation_Callback_WebGLProgr
am_unsigned long_DOMString"; | 8190 static bindAttribLocation_Callback_WebGLProgram_ul_DOMString(mthis, program, i
ndex, name) native "WebGLRenderingContext_bindAttribLocation_Callback_WebGLProgr
am_unsigned long_DOMString"; |
| 7509 | 8191 |
| (...skipping 10 matching lines...) Expand all Loading... |
| 7520 static blendEquation_Callback_ul(mthis, mode) native "WebGLRenderingContext_bl
endEquation_Callback_unsigned long"; | 8202 static blendEquation_Callback_ul(mthis, mode) native "WebGLRenderingContext_bl
endEquation_Callback_unsigned long"; |
| 7521 | 8203 |
| 7522 static blendEquationSeparate_Callback_ul_ul(mthis, modeRGB, modeAlpha) native
"WebGLRenderingContext_blendEquationSeparate_Callback_unsigned long_unsigned lon
g"; | 8204 static blendEquationSeparate_Callback_ul_ul(mthis, modeRGB, modeAlpha) native
"WebGLRenderingContext_blendEquationSeparate_Callback_unsigned long_unsigned lon
g"; |
| 7523 | 8205 |
| 7524 static blendFunc_Callback_ul_ul(mthis, sfactor, dfactor) native "WebGLRenderin
gContext_blendFunc_Callback_unsigned long_unsigned long"; | 8206 static blendFunc_Callback_ul_ul(mthis, sfactor, dfactor) native "WebGLRenderin
gContext_blendFunc_Callback_unsigned long_unsigned long"; |
| 7525 | 8207 |
| 7526 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"; | 8208 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"; |
| 7527 | 8209 |
| 7528 static bufferData_Callback_ul_ArrayBuffer_ul(mthis, target, data, usage) nativ
e "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBuffer_unsigned
long"; | 8210 static bufferData_Callback_ul_ArrayBuffer_ul(mthis, target, data, usage) nativ
e "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBuffer_unsigned
long"; |
| 7529 | 8211 |
| 8212 static bufferData_Callback_ul_ll_ul(mthis, target, data_OR_size, usage) native
"WebGLRenderingContext_bufferData_Callback_unsigned long_long long_unsigned lon
g"; |
| 8213 |
| 7530 static bufferData_Callback_ul_ArrayBufferView_ul(mthis, target, data_OR_size,
usage) native "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBuff
erView_unsigned long"; | 8214 static bufferData_Callback_ul_ArrayBufferView_ul(mthis, target, data_OR_size,
usage) native "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBuff
erView_unsigned long"; |
| 7531 | 8215 |
| 7532 static bufferData_Callback_ul_ll_ul(mthis, target, data_OR_size, usage) native
"WebGLRenderingContext_bufferData_Callback_unsigned long_long long_unsigned lon
g"; | |
| 7533 | |
| 7534 static bufferSubData_Callback_ul_ll_ArrayBuffer(mthis, target, offset, data) n
ative "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_Arra
yBuffer"; | 8216 static bufferSubData_Callback_ul_ll_ArrayBuffer(mthis, target, offset, data) n
ative "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_Arra
yBuffer"; |
| 7535 | 8217 |
| 7536 static bufferSubData_Callback_ul_ll_ArrayBufferView(mthis, target, offset, dat
a) native "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_
ArrayBufferView"; | 8218 static bufferSubData_Callback_ul_ll_ArrayBufferView(mthis, target, offset, dat
a) native "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_
ArrayBufferView"; |
| 7537 | 8219 |
| 7538 static checkFramebufferStatus_Callback_ul(mthis, target) native "WebGLRenderin
gContext_checkFramebufferStatus_Callback_unsigned long"; | 8220 static checkFramebufferStatus_Callback_ul(mthis, target) native "WebGLRenderin
gContext_checkFramebufferStatus_Callback_unsigned long"; |
| 7539 | 8221 |
| 7540 static clear_Callback_ul(mthis, mask) native "WebGLRenderingContext_clear_Call
back_unsigned long"; | 8222 static clear_Callback_ul(mthis, mask) native "WebGLRenderingContext_clear_Call
back_unsigned long"; |
| 7541 | 8223 |
| 7542 static clearColor_Callback_float_float_float_float(mthis, red, green, blue, al
pha) native "WebGLRenderingContext_clearColor_Callback_float_float_float_float"; | 8224 static clearColor_Callback_float_float_float_float(mthis, red, green, blue, al
pha) native "WebGLRenderingContext_clearColor_Callback_float_float_float_float"; |
| 7543 | 8225 |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7823 } | 8505 } |
| 7824 | 8506 |
| 7825 class BlinkWebKitCSSFilterValue {} | 8507 class BlinkWebKitCSSFilterValue {} |
| 7826 | 8508 |
| 7827 class BlinkWebKitCSSMatrix { | 8509 class BlinkWebKitCSSMatrix { |
| 7828 static constructorCallback_DOMString(cssValue) native "WebKitCSSMatrix_constru
ctorCallback_DOMString"; | 8510 static constructorCallback_DOMString(cssValue) native "WebKitCSSMatrix_constru
ctorCallback_DOMString"; |
| 7829 } | 8511 } |
| 7830 | 8512 |
| 7831 class BlinkWebKitCSSTransformValue {} | 8513 class BlinkWebKitCSSTransformValue {} |
| 7832 | 8514 |
| 7833 class BlinkWebKitMediaSource { | |
| 7834 static constructorCallback() native "WebKitMediaSource_constructorCallback"; | |
| 7835 } | |
| 7836 | |
| 7837 class BlinkWebKitNotification {} | |
| 7838 | |
| 7839 class BlinkWebKitPoint { | 8515 class BlinkWebKitPoint { |
| 7840 static constructorCallback_float_float(x, y) native "WebKitPoint_constructorCa
llback"; | 8516 static constructorCallback_float_float(x, y) native "WebKitPoint_constructorCa
llback"; |
| 7841 | 8517 |
| 7842 static x_Getter(mthis) native "WebKitPoint_x_Getter"; | 8518 static x_Getter(mthis) native "WebKitPoint_x_Getter"; |
| 7843 | 8519 |
| 7844 static x_Setter_float(mthis, value) native "WebKitPoint_x_Setter"; | 8520 static x_Setter_float(mthis, value) native "WebKitPoint_x_Setter"; |
| 7845 | 8521 |
| 7846 static y_Getter(mthis) native "WebKitPoint_y_Getter"; | 8522 static y_Getter(mthis) native "WebKitPoint_y_Getter"; |
| 7847 | 8523 |
| 7848 static y_Setter_float(mthis, value) native "WebKitPoint_y_Setter"; | 8524 static y_Setter_float(mthis, value) native "WebKitPoint_y_Setter"; |
| 7849 } | 8525 } |
| 7850 | 8526 |
| 7851 class BlinkWebKitSourceBuffer {} | |
| 7852 | |
| 7853 class BlinkWebKitSourceBufferList { | |
| 7854 static item_Callback_ul(mthis, index) native "WebKitSourceBufferList_item_Call
back_unsigned long"; | |
| 7855 } | |
| 7856 | |
| 7857 class BlinkWebSocket { | 8527 class BlinkWebSocket { |
| 7858 static constructorCallback_DOMString(url) native "WebSocket_constructorCallbac
k_DOMString"; | 8528 static constructorCallback_DOMString(url) native "WebSocket_constructorCallbac
k_DOMString"; |
| 7859 | 8529 |
| 8530 static constructorCallback_DOMString_DOMString(url, protocol_OR_protocols) nat
ive "WebSocket_constructorCallback_DOMString_DOMString"; |
| 8531 |
| 7860 static constructorCallback_DOMString_SEQ_DOMString_SEQ(url, protocol_OR_protoc
ols) native "WebSocket_constructorCallback_DOMString_sequence<DOMString>"; | 8532 static constructorCallback_DOMString_SEQ_DOMString_SEQ(url, protocol_OR_protoc
ols) native "WebSocket_constructorCallback_DOMString_sequence<DOMString>"; |
| 7861 | 8533 |
| 7862 static constructorCallback_DOMString_DOMString(url, protocol_OR_protocols) nat
ive "WebSocket_constructorCallback_DOMString_DOMString"; | |
| 7863 | |
| 7864 static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter"; | 8534 static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter"; |
| 7865 | 8535 |
| 7866 static binaryType_Setter_DOMString(mthis, value) native "WebSocket_binaryType_
Setter"; | 8536 static binaryType_Setter_DOMString(mthis, value) native "WebSocket_binaryType_
Setter"; |
| 7867 | 8537 |
| 7868 static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter"; | 8538 static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter"; |
| 7869 | 8539 |
| 7870 static extensions_Getter(mthis) native "WebSocket_extensions_Getter"; | 8540 static extensions_Getter(mthis) native "WebSocket_extensions_Getter"; |
| 7871 | 8541 |
| 7872 static protocol_Getter(mthis) native "WebSocket_protocol_Getter"; | 8542 static protocol_Getter(mthis) native "WebSocket_protocol_Getter"; |
| 7873 | 8543 |
| 7874 static readyState_Getter(mthis) native "WebSocket_readyState_Getter"; | 8544 static readyState_Getter(mthis) native "WebSocket_readyState_Getter"; |
| 7875 | 8545 |
| 7876 static url_Getter(mthis) native "WebSocket_url_Getter"; | 8546 static url_Getter(mthis) native "WebSocket_url_Getter"; |
| 7877 | 8547 |
| 7878 static close_Callback_us_DOMString(mthis, code, reason) native "WebSocket_clos
e_Callback_unsigned short_DOMString"; | 8548 static close_Callback_us_DOMString(mthis, code, reason) native "WebSocket_clos
e_Callback_unsigned short_DOMString"; |
| 7879 | 8549 |
| 7880 static close_Callback_us(mthis, code) native "WebSocket_close_Callback_unsigne
d short"; | 8550 static close_Callback_us(mthis, code) native "WebSocket_close_Callback_unsigne
d short"; |
| 7881 | 8551 |
| 7882 static close_Callback(mthis) native "WebSocket_close_Callback"; | 8552 static close_Callback(mthis) native "WebSocket_close_Callback"; |
| 7883 | 8553 |
| 8554 static send_Callback_DOMString(mthis, data) native "WebSocket_send_Callback_DO
MString"; |
| 8555 |
| 8556 static send_Callback_Blob(mthis, data) native "WebSocket_send_Callback_Blob"; |
| 8557 |
| 7884 static send_Callback_ArrayBufferView(mthis, data) native "WebSocket_send_Callb
ack_ArrayBufferView"; | 8558 static send_Callback_ArrayBufferView(mthis, data) native "WebSocket_send_Callb
ack_ArrayBufferView"; |
| 7885 | 8559 |
| 7886 static send_Callback_ArrayBuffer(mthis, data) native "WebSocket_send_Callback_
ArrayBuffer"; | 8560 static send_Callback_ArrayBuffer(mthis, data) native "WebSocket_send_Callback_
ArrayBuffer"; |
| 7887 | |
| 7888 static send_Callback_Blob(mthis, data) native "WebSocket_send_Callback_Blob"; | |
| 7889 | |
| 7890 static send_Callback_DOMString(mthis, data) native "WebSocket_send_Callback_DO
MString"; | |
| 7891 } | 8561 } |
| 7892 | 8562 |
| 7893 class BlinkWheelEvent { | 8563 class BlinkWheelEvent { |
| 7894 static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; | 8564 static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; |
| 7895 | 8565 |
| 7896 static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; | 8566 static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; |
| 7897 | 8567 |
| 7898 static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; | 8568 static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; |
| 7899 | 8569 |
| 7900 static deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; | 8570 static deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8008 static top_Getter(mthis) native "Window_top_Getter"; | 8678 static top_Getter(mthis) native "Window_top_Getter"; |
| 8009 | 8679 |
| 8010 static window_Getter(mthis) native "Window_window_Getter"; | 8680 static window_Getter(mthis) native "Window_window_Getter"; |
| 8011 | 8681 |
| 8012 static $__getter___Callback_ul(mthis, index_OR_name) native "Window___getter__
_Callback_unsigned long"; | 8682 static $__getter___Callback_ul(mthis, index_OR_name) native "Window___getter__
_Callback_unsigned long"; |
| 8013 | 8683 |
| 8014 static $__getter___Callback_DOMString(mthis, index_OR_name) native "Window___g
etter___Callback"; | 8684 static $__getter___Callback_DOMString(mthis, index_OR_name) native "Window___g
etter___Callback"; |
| 8015 | 8685 |
| 8016 static alert_Callback_DOMString(mthis, message) native "Window_alert_Callback_
DOMString"; | 8686 static alert_Callback_DOMString(mthis, message) native "Window_alert_Callback_
DOMString"; |
| 8017 | 8687 |
| 8688 static alert_Callback(mthis) native "Window_alert_Callback"; |
| 8689 |
| 8018 static cancelAnimationFrame_Callback_long(mthis, id) native "Window_cancelAnim
ationFrame_Callback_long"; | 8690 static cancelAnimationFrame_Callback_long(mthis, id) native "Window_cancelAnim
ationFrame_Callback_long"; |
| 8019 | 8691 |
| 8020 static close_Callback(mthis) native "Window_close_Callback"; | 8692 static close_Callback(mthis) native "Window_close_Callback"; |
| 8021 | 8693 |
| 8022 static confirm_Callback_DOMString(mthis, message) native "Window_confirm_Callb
ack_DOMString"; | 8694 static confirm_Callback_DOMString(mthis, message) native "Window_confirm_Callb
ack_DOMString"; |
| 8023 | 8695 |
| 8024 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"; | 8696 static find_Callback_DOMString_boolean_boolean_boolean_boolean_boolean_boolean
(mthis, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showD
ialog) native "Window_find_Callback_DOMString_boolean_boolean_boolean_boolean_bo
olean_boolean"; |
| 8025 | 8697 |
| 8026 static getComputedStyle_Callback_Element_DOMString(mthis, element, pseudoEleme
nt) native "Window_getComputedStyle_Callback_Element_DOMString"; | 8698 static getComputedStyle_Callback_Element_DOMString(mthis, element, pseudoEleme
nt) native "Window_getComputedStyle_Callback_Element_DOMString"; |
| 8027 | 8699 |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8085 class BlinkWorker { | 8757 class BlinkWorker { |
| 8086 static constructorCallback_DOMString(scriptUrl) native "Worker_constructorCall
back_DOMString"; | 8758 static constructorCallback_DOMString(scriptUrl) native "Worker_constructorCall
back_DOMString"; |
| 8087 | 8759 |
| 8088 static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, messa
ge, messagePorts) native "Worker_postMessage_Callback"; | 8760 static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, messa
ge, messagePorts) native "Worker_postMessage_Callback"; |
| 8089 | 8761 |
| 8090 static terminate_Callback(mthis) native "Worker_terminate_Callback"; | 8762 static terminate_Callback(mthis) native "Worker_terminate_Callback"; |
| 8091 } | 8763 } |
| 8092 | 8764 |
| 8093 class BlinkWorkerConsole {} | 8765 class BlinkWorkerConsole {} |
| 8094 | 8766 |
| 8095 class BlinkWorkerCrypto {} | |
| 8096 | |
| 8097 class BlinkWorkerLocation {} | 8767 class BlinkWorkerLocation {} |
| 8098 | 8768 |
| 8099 class BlinkWorkerNavigator {} | 8769 class BlinkWorkerNavigator {} |
| 8100 | 8770 |
| 8101 class BlinkWorkerPerformance { | 8771 class BlinkWorkerPerformance { |
| 8772 static memory_Getter(mthis) native "WorkerPerformance_memory_Getter"; |
| 8773 |
| 8102 static now_Callback(mthis) native "WorkerPerformance_now_Callback"; | 8774 static now_Callback(mthis) native "WorkerPerformance_now_Callback"; |
| 8103 } | 8775 } |
| 8104 | 8776 |
| 8105 class BlinkXMLDocument {} | 8777 class BlinkXMLDocument {} |
| 8106 | 8778 |
| 8107 class BlinkXMLHttpRequestEventTarget {} | 8779 class BlinkXMLHttpRequestEventTarget {} |
| 8108 | 8780 |
| 8109 class BlinkXMLHttpRequest { | 8781 class BlinkXMLHttpRequest { |
| 8110 static constructorCallback() native "XMLHttpRequest_constructorCallback"; | 8782 static constructorCallback() native "XMLHttpRequest_constructorCallback"; |
| 8111 | 8783 |
| 8112 static readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter"; | 8784 static readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter"; |
| 8113 | 8785 |
| 8114 static response_Getter(mthis) native "XMLHttpRequest_response_Getter"; | 8786 static response_Getter(mthis) native "XMLHttpRequest_response_Getter"; |
| 8115 | 8787 |
| 8116 static responseText_Getter(mthis) native "XMLHttpRequest_responseText_Getter"; | 8788 static responseText_Getter(mthis) native "XMLHttpRequest_responseText_Getter"; |
| 8117 | 8789 |
| 8118 static responseType_Getter(mthis) native "XMLHttpRequest_responseType_Getter"; | 8790 static responseType_Getter(mthis) native "XMLHttpRequest_responseType_Getter"; |
| 8119 | 8791 |
| 8120 static responseType_Setter_DOMString(mthis, value) native "XMLHttpRequest_resp
onseType_Setter"; | 8792 static responseType_Setter_DOMString(mthis, value) native "XMLHttpRequest_resp
onseType_Setter"; |
| 8121 | 8793 |
| 8794 static responseURL_Getter(mthis) native "XMLHttpRequest_responseURL_Getter"; |
| 8795 |
| 8122 static responseXML_Getter(mthis) native "XMLHttpRequest_responseXML_Getter"; | 8796 static responseXML_Getter(mthis) native "XMLHttpRequest_responseXML_Getter"; |
| 8123 | 8797 |
| 8124 static status_Getter(mthis) native "XMLHttpRequest_status_Getter"; | 8798 static status_Getter(mthis) native "XMLHttpRequest_status_Getter"; |
| 8125 | 8799 |
| 8126 static statusText_Getter(mthis) native "XMLHttpRequest_statusText_Getter"; | 8800 static statusText_Getter(mthis) native "XMLHttpRequest_statusText_Getter"; |
| 8127 | 8801 |
| 8128 static timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter"; | 8802 static timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter"; |
| 8129 | 8803 |
| 8130 static timeout_Setter_ul(mthis, value) native "XMLHttpRequest_timeout_Setter"; | 8804 static timeout_Setter_ul(mthis, value) native "XMLHttpRequest_timeout_Setter"; |
| 8131 | 8805 |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8279 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; | 8953 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; |
| 8280 | 8954 |
| 8281 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; | 8955 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; |
| 8282 | 8956 |
| 8283 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; | 8957 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; |
| 8284 | 8958 |
| 8285 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; | 8959 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; |
| 8286 | 8960 |
| 8287 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; | 8961 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; |
| 8288 } | 8962 } |
| OLD | NEW |