| Index: sdk/lib/_blink/dartium/_blink_dartium.dart
|
| diff --git a/sdk/lib/_blink/dartium/_blink_dartium.dart b/sdk/lib/_blink/dartium/_blink_dartium.dart
|
| index 6f6f0a5f2c336a34c53d5d78b870d4e8ccd6edf9..ed2dd0eeca1b3ca7b1334141e37ae4bb5b86d58d 100644
|
| --- a/sdk/lib/_blink/dartium/_blink_dartium.dart
|
| +++ b/sdk/lib/_blink/dartium/_blink_dartium.dart
|
| @@ -20,54 +20,58 @@ class BlinkANGLEInstancedArrays {
|
| static drawElementsInstancedANGLE_Callback_5(mthis, mode, count, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback";
|
|
|
| static vertexAttribDivisorANGLE_Callback_2(mthis, index, divisor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback";
|
| +
|
| }
|
|
|
| -class BlinkAbstractWorker {}
|
| +class BlinkAbstractWorker {
|
| +}
|
|
|
| class BlinkEventTarget {
|
| - static addEventListener_Callback_3(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback";
|
| -
|
| - static addEventListener_Callback_2(mthis, type, listener) native "EventTarget_addEventListener_Callback";
|
| + static addEventListener_Callback_0(mthis) native "EventTarget_addEventListener_Callback";
|
|
|
| static addEventListener_Callback_1(mthis, type) native "EventTarget_addEventListener_Callback";
|
|
|
| - static addEventListener_Callback(mthis) native "EventTarget_addEventListener_Callback";
|
| + static addEventListener_Callback_2(mthis, type, listener) native "EventTarget_addEventListener_Callback";
|
| +
|
| + static addEventListener_Callback_3(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback";
|
|
|
| static dispatchEvent_Callback_1(mthis, event) native "EventTarget_dispatchEvent_Callback";
|
|
|
| - static removeEventListener_Callback_3(mthis, type, listener, useCapture) native "EventTarget_removeEventListener_Callback";
|
| + static removeEventListener_Callback_0(mthis) native "EventTarget_removeEventListener_Callback";
|
| +
|
| + static removeEventListener_Callback_1(mthis, type) native "EventTarget_removeEventListener_Callback";
|
|
|
| static removeEventListener_Callback_2(mthis, type, listener) native "EventTarget_removeEventListener_Callback";
|
|
|
| - static removeEventListener_Callback_1(mthis, type) native "EventTarget_removeEventListener_Callback";
|
| + static removeEventListener_Callback_3(mthis, type, listener, useCapture) native "EventTarget_removeEventListener_Callback";
|
|
|
| - static removeEventListener_Callback(mthis) native "EventTarget_removeEventListener_Callback";
|
| }
|
|
|
| class BlinkAudioNode {
|
| - static channelCount_Getter(mthis) native "AudioNode_channelCount_Getter";
|
| -
|
| - static channelCount_Setter(mthis, value) native "AudioNode_channelCount_Setter";
|
| -
|
| static channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Getter";
|
|
|
| static channelCountMode_Setter(mthis, value) native "AudioNode_channelCountMode_Setter";
|
|
|
| + static channelCount_Getter(mthis) native "AudioNode_channelCount_Getter";
|
| +
|
| + static channelCount_Setter(mthis, value) native "AudioNode_channelCount_Setter";
|
| +
|
| static channelInterpretation_Getter(mthis) native "AudioNode_channelInterpretation_Getter";
|
|
|
| static channelInterpretation_Setter(mthis, value) native "AudioNode_channelInterpretation_Setter";
|
|
|
| + static connect_Callback_2(mthis, destination, output) native "AudioNode_connect_Callback";
|
| +
|
| + static connect_Callback_3(mthis, destination, output, input) native "AudioNode_connect_Callback";
|
| +
|
| static context_Getter(mthis) native "AudioNode_context_Getter";
|
|
|
| + static disconnect_Callback_1(mthis, output) native "AudioNode_disconnect_Callback";
|
| +
|
| static numberOfInputs_Getter(mthis) native "AudioNode_numberOfInputs_Getter";
|
|
|
| static numberOfOutputs_Getter(mthis) native "AudioNode_numberOfOutputs_Getter";
|
|
|
| - static connect_Callback_3(mthis, destination, output, input) native "AudioNode_connect_Callback";
|
| -
|
| - static connect_Callback_2(mthis, destination, output) native "AudioNode_connect_Callback";
|
| -
|
| - static disconnect_Callback_1(mthis, output) native "AudioNode_disconnect_Callback";
|
| }
|
|
|
| class BlinkAnalyserNode {
|
| @@ -77,6 +81,14 @@ class BlinkAnalyserNode {
|
|
|
| static frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount_Getter";
|
|
|
| + static getByteFrequencyData_Callback_1(mthis, array) native "AnalyserNode_getByteFrequencyData_Callback";
|
| +
|
| + static getByteTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_getByteTimeDomainData_Callback";
|
| +
|
| + static getFloatFrequencyData_Callback_1(mthis, array) native "AnalyserNode_getFloatFrequencyData_Callback";
|
| +
|
| + static getFloatTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_getFloatTimeDomainData_Callback";
|
| +
|
| static maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter";
|
|
|
| static maxDecibels_Setter(mthis, value) native "AnalyserNode_maxDecibels_Setter";
|
| @@ -89,13 +101,6 @@ class BlinkAnalyserNode {
|
|
|
| static smoothingTimeConstant_Setter(mthis, value) native "AnalyserNode_smoothingTimeConstant_Setter";
|
|
|
| - static getByteFrequencyData_Callback_1(mthis, array) native "AnalyserNode_getByteFrequencyData_Callback";
|
| -
|
| - static getByteTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_getByteTimeDomainData_Callback";
|
| -
|
| - static getFloatFrequencyData_Callback_1(mthis, array) native "AnalyserNode_getFloatFrequencyData_Callback";
|
| -
|
| - static getFloatTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_getFloatTimeDomainData_Callback";
|
| }
|
|
|
| class BlinkAnimationNode {
|
| @@ -114,29 +119,42 @@ class BlinkAnimationNode {
|
| static startTime_Getter(mthis) native "AnimationNode_startTime_Getter";
|
|
|
| static timing_Getter(mthis) native "AnimationNode_timing_Getter";
|
| +
|
| }
|
|
|
| class BlinkAnimation {
|
| static constructorCallback_2(target, keyframes) native "Animation_constructorCallback";
|
|
|
| static constructorCallback_3(target, keyframes, timingInput) native "Animation_constructorCallback";
|
| +
|
| }
|
|
|
| -class BlinkAnimationEffect {}
|
| +class BlinkAnimationEffect {
|
| +}
|
|
|
| class BlinkAnimationPlayer {
|
| + static cancel_Callback_0(mthis) native "AnimationPlayer_cancel_Callback";
|
| +
|
| static currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter";
|
|
|
| static currentTime_Setter(mthis, value) native "AnimationPlayer_currentTime_Setter";
|
|
|
| + static finish_Callback_0(mthis) native "AnimationPlayer_finish_Callback";
|
| +
|
| static finished_Getter(mthis) native "AnimationPlayer_finished_Getter";
|
|
|
| + static pause_Callback_0(mthis) native "AnimationPlayer_pause_Callback";
|
| +
|
| static paused_Getter(mthis) native "AnimationPlayer_paused_Getter";
|
|
|
| + static play_Callback_0(mthis) native "AnimationPlayer_play_Callback";
|
| +
|
| static playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter";
|
|
|
| static playbackRate_Setter(mthis, value) native "AnimationPlayer_playbackRate_Setter";
|
|
|
| + static reverse_Callback_0(mthis) native "AnimationPlayer_reverse_Callback";
|
| +
|
| static source_Getter(mthis) native "AnimationPlayer_source_Getter";
|
|
|
| static source_Setter(mthis, value) native "AnimationPlayer_source_Setter";
|
| @@ -145,19 +163,10 @@ class BlinkAnimationPlayer {
|
|
|
| static startTime_Setter(mthis, value) native "AnimationPlayer_startTime_Setter";
|
|
|
| - static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback";
|
| -
|
| - static finish_Callback(mthis) native "AnimationPlayer_finish_Callback";
|
| -
|
| - static pause_Callback(mthis) native "AnimationPlayer_pause_Callback";
|
| -
|
| - static play_Callback(mthis) native "AnimationPlayer_play_Callback";
|
| -
|
| - static reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback";
|
| }
|
|
|
| class BlinkEvent {
|
| - static constructorCallback(type, options) native "Event_constructorCallback";
|
| + static constructorCallback_2(type, options) native "Event_constructorCallback";
|
|
|
| static bubbles_Getter(mthis) native "Event_bubbles_Getter";
|
|
|
| @@ -171,51 +180,55 @@ class BlinkEvent {
|
|
|
| static eventPhase_Getter(mthis) native "Event_eventPhase_Getter";
|
|
|
| + static initEvent_Callback_3(mthis, eventTypeArg, canBubbleArg, cancelableArg) native "Event_initEvent_Callback";
|
| +
|
| static path_Getter(mthis) native "Event_path_Getter";
|
|
|
| - static target_Getter(mthis) native "Event_target_Getter";
|
| + static preventDefault_Callback_0(mthis) native "Event_preventDefault_Callback";
|
|
|
| - static timeStamp_Getter(mthis) native "Event_timeStamp_Getter";
|
| + static stopImmediatePropagation_Callback_0(mthis) native "Event_stopImmediatePropagation_Callback";
|
|
|
| - static type_Getter(mthis) native "Event_type_Getter";
|
| + static stopPropagation_Callback_0(mthis) native "Event_stopPropagation_Callback";
|
|
|
| - static initEvent_Callback_3(mthis, eventTypeArg, canBubbleArg, cancelableArg) native "Event_initEvent_Callback";
|
| + static target_Getter(mthis) native "Event_target_Getter";
|
|
|
| - static preventDefault_Callback(mthis) native "Event_preventDefault_Callback";
|
| + static timeStamp_Getter(mthis) native "Event_timeStamp_Getter";
|
|
|
| - static stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePropagation_Callback";
|
| + static type_Getter(mthis) native "Event_type_Getter";
|
|
|
| - static stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback";
|
| }
|
|
|
| class BlinkAnimationPlayerEvent {
|
| - static constructorCallback(type, options) native "AnimationPlayerEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "AnimationPlayerEvent_constructorCallback";
|
|
|
| static currentTime_Getter(mthis) native "AnimationPlayerEvent_currentTime_Getter";
|
|
|
| static timelineTime_Getter(mthis) native "AnimationPlayerEvent_timelineTime_Getter";
|
| +
|
| }
|
|
|
| class BlinkAnimationTimeline {
|
| static currentTime_Getter(mthis) native "AnimationTimeline_currentTime_Getter";
|
|
|
| - static getAnimationPlayers_Callback(mthis) native "AnimationTimeline_getAnimationPlayers_Callback";
|
| + static getAnimationPlayers_Callback_0(mthis) native "AnimationTimeline_getAnimationPlayers_Callback";
|
|
|
| static play_Callback_1(mthis, source) native "AnimationTimeline_play_Callback";
|
| +
|
| }
|
|
|
| class BlinkApplicationCache {
|
| + static abort_Callback_0(mthis) native "ApplicationCache_abort_Callback";
|
| +
|
| static status_Getter(mthis) native "ApplicationCache_status_Getter";
|
|
|
| - static abort_Callback(mthis) native "ApplicationCache_abort_Callback";
|
| + static swapCache_Callback_0(mthis) native "ApplicationCache_swapCache_Callback";
|
|
|
| - static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback";
|
| + static update_Callback_0(mthis) native "ApplicationCache_update_Callback";
|
|
|
| - static update_Callback(mthis) native "ApplicationCache_update_Callback";
|
| }
|
|
|
| class BlinkApplicationCacheErrorEvent {
|
| - static constructorCallback(type, options) native "ApplicationCacheErrorEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "ApplicationCacheErrorEvent_constructorCallback";
|
|
|
| static message_Getter(mthis) native "ApplicationCacheErrorEvent_message_Getter";
|
|
|
| @@ -224,15 +237,26 @@ class BlinkApplicationCacheErrorEvent {
|
| static status_Getter(mthis) native "ApplicationCacheErrorEvent_status_Getter";
|
|
|
| static url_Getter(mthis) native "ApplicationCacheErrorEvent_url_Getter";
|
| +
|
| }
|
|
|
| class BlinkNode {
|
| + static appendChild_Callback_1(mthis, newChild) native "Node_appendChild_Callback";
|
| +
|
| static baseURI_Getter(mthis) native "Node_baseURI_Getter";
|
|
|
| static childNodes_Getter(mthis) native "Node_childNodes_Getter";
|
|
|
| + static cloneNode_Callback_1(mthis, deep) native "Node_cloneNode_Callback";
|
| +
|
| + static contains_Callback_1(mthis, other) native "Node_contains_Callback";
|
| +
|
| static firstChild_Getter(mthis) native "Node_firstChild_Getter";
|
|
|
| + static hasChildNodes_Callback_0(mthis) native "Node_hasChildNodes_Callback";
|
| +
|
| + static insertBefore_Callback_2(mthis, newChild, refChild) native "Node_insertBefore_Callback";
|
| +
|
| static lastChild_Getter(mthis) native "Node_lastChild_Getter";
|
|
|
| static localName_Getter(mthis) native "Node_localName_Getter";
|
| @@ -255,23 +279,14 @@ class BlinkNode {
|
|
|
| static previousSibling_Getter(mthis) native "Node_previousSibling_Getter";
|
|
|
| - static textContent_Getter(mthis) native "Node_textContent_Getter";
|
| -
|
| - static textContent_Setter(mthis, value) native "Node_textContent_Setter";
|
| -
|
| - static appendChild_Callback_1(mthis, newChild) native "Node_appendChild_Callback";
|
| -
|
| - static cloneNode_Callback_1(mthis, deep) native "Node_cloneNode_Callback";
|
| -
|
| - static contains_Callback_1(mthis, other) native "Node_contains_Callback";
|
| + static removeChild_Callback_1(mthis, oldChild) native "Node_removeChild_Callback";
|
|
|
| - static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback";
|
| + static replaceChild_Callback_2(mthis, newChild, oldChild) native "Node_replaceChild_Callback";
|
|
|
| - static insertBefore_Callback_2(mthis, newChild, refChild) native "Node_insertBefore_Callback";
|
| + static textContent_Getter(mthis) native "Node_textContent_Getter";
|
|
|
| - static removeChild_Callback_1(mthis, oldChild) native "Node_removeChild_Callback";
|
| + static textContent_Setter(mthis, value) native "Node_textContent_Setter";
|
|
|
| - static replaceChild_Callback_2(mthis, newChild, oldChild) native "Node_replaceChild_Callback";
|
| }
|
|
|
| class BlinkAttr {
|
| @@ -290,31 +305,30 @@ class BlinkAttr {
|
| static value_Getter(mthis) native "Attr_value_Getter";
|
|
|
| static value_Setter(mthis, value) native "Attr_value_Setter";
|
| +
|
| }
|
|
|
| class BlinkAudioBuffer {
|
| static duration_Getter(mthis) native "AudioBuffer_duration_Getter";
|
|
|
| + static getChannelData_Callback_1(mthis, channelIndex) native "AudioBuffer_getChannelData_Callback";
|
| +
|
| static length_Getter(mthis) native "AudioBuffer_length_Getter";
|
|
|
| static numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfChannels_Getter";
|
|
|
| static sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Getter";
|
|
|
| - static getChannelData_Callback_1(mthis, channelIndex) native "AudioBuffer_getChannelData_Callback";
|
| }
|
|
|
| -class BlinkAudioSourceNode {}
|
| +class BlinkAudioSourceNode {
|
| +}
|
|
|
| class BlinkAudioBufferSourceNode {
|
| static buffer_Getter(mthis) native "AudioBufferSourceNode_buffer_Getter";
|
|
|
| static buffer_Setter(mthis, value) native "AudioBufferSourceNode_buffer_Setter";
|
|
|
| - static loop_Getter(mthis) native "AudioBufferSourceNode_loop_Getter";
|
| -
|
| - static loop_Setter(mthis, value) native "AudioBufferSourceNode_loop_Setter";
|
| -
|
| static loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter";
|
|
|
| static loopEnd_Setter(mthis, value) native "AudioBufferSourceNode_loopEnd_Setter";
|
| @@ -323,87 +337,94 @@ class BlinkAudioBufferSourceNode {
|
|
|
| static loopStart_Setter(mthis, value) native "AudioBufferSourceNode_loopStart_Setter";
|
|
|
| + static loop_Getter(mthis) native "AudioBufferSourceNode_loop_Getter";
|
| +
|
| + static loop_Setter(mthis, value) native "AudioBufferSourceNode_loop_Setter";
|
| +
|
| static playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_Getter";
|
|
|
| - static start_Callback_3(mthis, when, grainOffset, grainDuration) native "AudioBufferSourceNode_start_Callback";
|
| + static start_Callback_0(mthis) native "AudioBufferSourceNode_start_Callback";
|
| +
|
| + static start_Callback_1(mthis, when) native "AudioBufferSourceNode_start_Callback";
|
|
|
| static start_Callback_2(mthis, when, grainOffset) native "AudioBufferSourceNode_start_Callback";
|
|
|
| - static start_Callback_1(mthis, when) native "AudioBufferSourceNode_start_Callback";
|
| + static start_Callback_3(mthis, when, grainOffset, grainDuration) native "AudioBufferSourceNode_start_Callback";
|
|
|
| - static start_Callback(mthis) native "AudioBufferSourceNode_start_Callback";
|
| + static stop_Callback_0(mthis) native "AudioBufferSourceNode_stop_Callback";
|
|
|
| static stop_Callback_1(mthis, when) native "AudioBufferSourceNode_stop_Callback";
|
|
|
| - static stop_Callback(mthis) native "AudioBufferSourceNode_stop_Callback";
|
| }
|
|
|
| class BlinkAudioContext {
|
| - static constructorCallback() native "AudioContext_constructorCallback";
|
| -
|
| - static currentTime_Getter(mthis) native "AudioContext_currentTime_Getter";
|
| -
|
| - static destination_Getter(mthis) native "AudioContext_destination_Getter";
|
| -
|
| - static listener_Getter(mthis) native "AudioContext_listener_Getter";
|
| + static constructorCallback_0() native "AudioContext_constructorCallback";
|
|
|
| - static sampleRate_Getter(mthis) native "AudioContext_sampleRate_Getter";
|
| + static createAnalyser_Callback_0(mthis) native "AudioContext_createAnalyser_Callback";
|
|
|
| - static createAnalyser_Callback(mthis) native "AudioContext_createAnalyser_Callback";
|
| + static createBiquadFilter_Callback_0(mthis) native "AudioContext_createBiquadFilter_Callback";
|
|
|
| - static createBiquadFilter_Callback(mthis) native "AudioContext_createBiquadFilter_Callback";
|
| + static createBufferSource_Callback_0(mthis) native "AudioContext_createBufferSource_Callback";
|
|
|
| static createBuffer_Callback_3(mthis, numberOfChannels, numberOfFrames, sampleRate) native "AudioContext_createBuffer_Callback";
|
|
|
| - static createBufferSource_Callback(mthis) native "AudioContext_createBufferSource_Callback";
|
| + static createChannelMerger_Callback_0(mthis) native "AudioContext_createChannelMerger_Callback";
|
|
|
| static createChannelMerger_Callback_1(mthis, numberOfInputs) native "AudioContext_createChannelMerger_Callback";
|
|
|
| - static createChannelMerger_Callback(mthis) native "AudioContext_createChannelMerger_Callback";
|
| + static createChannelSplitter_Callback_0(mthis) native "AudioContext_createChannelSplitter_Callback";
|
|
|
| static createChannelSplitter_Callback_1(mthis, numberOfOutputs) native "AudioContext_createChannelSplitter_Callback";
|
|
|
| - static createChannelSplitter_Callback(mthis) native "AudioContext_createChannelSplitter_Callback";
|
| + static createConvolver_Callback_0(mthis) native "AudioContext_createConvolver_Callback";
|
|
|
| - static createConvolver_Callback(mthis) native "AudioContext_createConvolver_Callback";
|
| + static createDelay_Callback_0(mthis) native "AudioContext_createDelay_Callback";
|
|
|
| static createDelay_Callback_1(mthis, maxDelayTime) native "AudioContext_createDelay_Callback";
|
|
|
| - static createDelay_Callback(mthis) native "AudioContext_createDelay_Callback";
|
| + static createDynamicsCompressor_Callback_0(mthis) native "AudioContext_createDynamicsCompressor_Callback";
|
|
|
| - static createDynamicsCompressor_Callback(mthis) native "AudioContext_createDynamicsCompressor_Callback";
|
| -
|
| - static createGain_Callback(mthis) native "AudioContext_createGain_Callback";
|
| + static createGain_Callback_0(mthis) native "AudioContext_createGain_Callback";
|
|
|
| static createMediaElementSource_Callback_1(mthis, mediaElement) native "AudioContext_createMediaElementSource_Callback";
|
|
|
| - static createMediaStreamDestination_Callback(mthis) native "AudioContext_createMediaStreamDestination_Callback";
|
| + static createMediaStreamDestination_Callback_0(mthis) native "AudioContext_createMediaStreamDestination_Callback";
|
|
|
| static createMediaStreamSource_Callback_1(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback";
|
|
|
| - static createOscillator_Callback(mthis) native "AudioContext_createOscillator_Callback";
|
| + static createOscillator_Callback_0(mthis) native "AudioContext_createOscillator_Callback";
|
|
|
| - static createPanner_Callback(mthis) native "AudioContext_createPanner_Callback";
|
| + static createPanner_Callback_0(mthis) native "AudioContext_createPanner_Callback";
|
|
|
| static createPeriodicWave_Callback_2(mthis, real, imag) native "AudioContext_createPeriodicWave_Callback";
|
|
|
| - static createScriptProcessor_Callback_3(mthis, bufferSize, numberOfInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Callback";
|
| + static createScriptProcessor_Callback_0(mthis) native "AudioContext_createScriptProcessor_Callback";
|
| +
|
| + static createScriptProcessor_Callback_1(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback";
|
|
|
| static createScriptProcessor_Callback_2(mthis, bufferSize, numberOfInputChannels) native "AudioContext_createScriptProcessor_Callback";
|
|
|
| - static createScriptProcessor_Callback_1(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback";
|
| + static createScriptProcessor_Callback_3(mthis, bufferSize, numberOfInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Callback";
|
|
|
| - static createScriptProcessor_Callback(mthis) native "AudioContext_createScriptProcessor_Callback";
|
| + static createWaveShaper_Callback_0(mthis) native "AudioContext_createWaveShaper_Callback";
|
|
|
| - static createWaveShaper_Callback(mthis) native "AudioContext_createWaveShaper_Callback";
|
| + static currentTime_Getter(mthis) native "AudioContext_currentTime_Getter";
|
|
|
| static decodeAudioData_Callback_3(mthis, audioData, successCallback, errorCallback) native "AudioContext_decodeAudioData_Callback";
|
|
|
| - static startRendering_Callback(mthis) native "AudioContext_startRendering_Callback";
|
| + static destination_Getter(mthis) native "AudioContext_destination_Getter";
|
| +
|
| + static listener_Getter(mthis) native "AudioContext_listener_Getter";
|
| +
|
| + static sampleRate_Getter(mthis) native "AudioContext_sampleRate_Getter";
|
| +
|
| + static startRendering_Callback_0(mthis) native "AudioContext_startRendering_Callback";
|
| +
|
| }
|
|
|
| class BlinkAudioDestinationNode {
|
| static maxChannelCount_Getter(mthis) native "AudioDestinationNode_maxChannelCount_Getter";
|
| +
|
| }
|
|
|
| class BlinkAudioListener {
|
| @@ -411,26 +432,23 @@ class BlinkAudioListener {
|
|
|
| static dopplerFactor_Setter(mthis, value) native "AudioListener_dopplerFactor_Setter";
|
|
|
| - static speedOfSound_Getter(mthis) native "AudioListener_speedOfSound_Getter";
|
| -
|
| - static speedOfSound_Setter(mthis, value) native "AudioListener_speedOfSound_Setter";
|
| -
|
| static setOrientation_Callback_6(mthis, x, y, z, xUp, yUp, zUp) native "AudioListener_setOrientation_Callback";
|
|
|
| static setPosition_Callback_3(mthis, x, y, z) native "AudioListener_setPosition_Callback";
|
|
|
| static setVelocity_Callback_3(mthis, x, y, z) native "AudioListener_setVelocity_Callback";
|
| -}
|
|
|
| -class BlinkAudioParam {
|
| - static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter";
|
| + static speedOfSound_Getter(mthis) native "AudioListener_speedOfSound_Getter";
|
|
|
| - static value_Getter(mthis) native "AudioParam_value_Getter";
|
| + static speedOfSound_Setter(mthis, value) native "AudioListener_speedOfSound_Setter";
|
|
|
| - static value_Setter(mthis, value) native "AudioParam_value_Setter";
|
| +}
|
|
|
| +class BlinkAudioParam {
|
| static cancelScheduledValues_Callback_1(mthis, startTime) native "AudioParam_cancelScheduledValues_Callback";
|
|
|
| + static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter";
|
| +
|
| static exponentialRampToValueAtTime_Callback_2(mthis, value, time) native "AudioParam_exponentialRampToValueAtTime_Callback";
|
|
|
| static linearRampToValueAtTime_Callback_2(mthis, value, time) native "AudioParam_linearRampToValueAtTime_Callback";
|
| @@ -440,6 +458,11 @@ class BlinkAudioParam {
|
| static setValueAtTime_Callback_2(mthis, value, time) native "AudioParam_setValueAtTime_Callback";
|
|
|
| static setValueCurveAtTime_Callback_3(mthis, values, time, duration) native "AudioParam_setValueCurveAtTime_Callback";
|
| +
|
| + static value_Getter(mthis) native "AudioParam_value_Getter";
|
| +
|
| + static value_Setter(mthis, value) native "AudioParam_value_Setter";
|
| +
|
| }
|
|
|
| class BlinkAudioProcessingEvent {
|
| @@ -448,6 +471,7 @@ class BlinkAudioProcessingEvent {
|
| static outputBuffer_Getter(mthis) native "AudioProcessingEvent_outputBuffer_Getter";
|
|
|
| static playbackTime_Getter(mthis) native "AudioProcessingEvent_playbackTime_Getter";
|
| +
|
| }
|
|
|
| class BlinkAudioTrack {
|
| @@ -462,40 +486,46 @@ class BlinkAudioTrack {
|
| static label_Getter(mthis) native "AudioTrack_label_Getter";
|
|
|
| static language_Getter(mthis) native "AudioTrack_language_Getter";
|
| +
|
| }
|
|
|
| class BlinkAudioTrackList {
|
| - static length_Getter(mthis) native "AudioTrackList_length_Getter";
|
| -
|
| static $__getter___Callback_1(mthis, index) native "AudioTrackList___getter___Callback";
|
|
|
| static getTrackById_Callback_1(mthis, id) native "AudioTrackList_getTrackById_Callback";
|
| +
|
| + static length_Getter(mthis) native "AudioTrackList_length_Getter";
|
| +
|
| }
|
|
|
| class BlinkAutocompleteErrorEvent {
|
| - static constructorCallback(type, options) native "AutocompleteErrorEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "AutocompleteErrorEvent_constructorCallback";
|
|
|
| static reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter";
|
| +
|
| }
|
|
|
| class BlinkBarProp {
|
| static visible_Getter(mthis) native "BarProp_visible_Getter";
|
| +
|
| }
|
|
|
| class BlinkBatteryManager {
|
| - static charging_Getter(mthis) native "BatteryManager_charging_Getter";
|
| -
|
| static chargingTime_Getter(mthis) native "BatteryManager_chargingTime_Getter";
|
|
|
| + static charging_Getter(mthis) native "BatteryManager_charging_Getter";
|
| +
|
| static dischargingTime_Getter(mthis) native "BatteryManager_dischargingTime_Getter";
|
|
|
| static level_Getter(mthis) native "BatteryManager_level_Getter";
|
| +
|
| }
|
|
|
| class BlinkBeforeUnloadEvent {
|
| static returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter";
|
|
|
| static returnValue_Setter(mthis, value) native "BeforeUnloadEvent_returnValue_Setter";
|
| +
|
| }
|
|
|
| class BlinkBiquadFilterNode {
|
| @@ -507,29 +537,31 @@ class BlinkBiquadFilterNode {
|
|
|
| static gain_Getter(mthis) native "BiquadFilterNode_gain_Getter";
|
|
|
| + static getFrequencyResponse_Callback_3(mthis, frequencyHz, magResponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback";
|
| +
|
| static type_Getter(mthis) native "BiquadFilterNode_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "BiquadFilterNode_type_Setter";
|
|
|
| - static getFrequencyResponse_Callback_3(mthis, frequencyHz, magResponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback";
|
| }
|
|
|
| class BlinkBlob {
|
| + static close_Callback_0(mthis) native "Blob_close_Callback";
|
| +
|
| static constructorCallback_3(blobParts, type, endings) native "Blob_constructorCallback";
|
|
|
| static size_Getter(mthis) native "Blob_size_Getter";
|
|
|
| - static type_Getter(mthis) native "Blob_type_Getter";
|
| -
|
| - static close_Callback(mthis) native "Blob_close_Callback";
|
| + static slice_Callback_0(mthis) native "Blob_slice_Callback";
|
|
|
| - static slice_Callback_3(mthis, start, end, contentType) native "Blob_slice_Callback";
|
| + static slice_Callback_1(mthis, start) native "Blob_slice_Callback";
|
|
|
| static slice_Callback_2(mthis, start, end) native "Blob_slice_Callback";
|
|
|
| - static slice_Callback_1(mthis, start) native "Blob_slice_Callback";
|
| + static slice_Callback_3(mthis, start, end, contentType) native "Blob_slice_Callback";
|
| +
|
| + static type_Getter(mthis) native "Blob_type_Getter";
|
|
|
| - static slice_Callback(mthis) native "Blob_slice_Callback";
|
| }
|
|
|
| class BlinkChildNode {
|
| @@ -537,45 +569,50 @@ class BlinkChildNode {
|
|
|
| static previousElementSibling_Getter(mthis) native "ChildNode_previousElementSibling_Getter";
|
|
|
| - static remove_Callback(mthis) native "ChildNode_remove_Callback";
|
| + static remove_Callback_0(mthis) native "ChildNode_remove_Callback";
|
| +
|
| }
|
|
|
| class BlinkCharacterData {
|
| + static appendData_Callback_1(mthis, data) native "CharacterData_appendData_Callback";
|
| +
|
| static data_Getter(mthis) native "CharacterData_data_Getter";
|
|
|
| static data_Setter(mthis, value) native "CharacterData_data_Setter";
|
|
|
| - static length_Getter(mthis) native "CharacterData_length_Getter";
|
| -
|
| - static appendData_Callback_1(mthis, data) native "CharacterData_appendData_Callback";
|
| -
|
| static deleteData_Callback_2(mthis, offset, length) native "CharacterData_deleteData_Callback";
|
|
|
| static insertData_Callback_2(mthis, offset, data) native "CharacterData_insertData_Callback";
|
|
|
| - static replaceData_Callback_3(mthis, offset, length, data) native "CharacterData_replaceData_Callback";
|
| -
|
| - static substringData_Callback_2(mthis, offset, length) native "CharacterData_substringData_Callback";
|
| + static length_Getter(mthis) native "CharacterData_length_Getter";
|
|
|
| static nextElementSibling_Getter(mthis) native "CharacterData_nextElementSibling_Getter";
|
|
|
| static previousElementSibling_Getter(mthis) native "CharacterData_previousElementSibling_Getter";
|
| +
|
| + static replaceData_Callback_3(mthis, offset, length, data) native "CharacterData_replaceData_Callback";
|
| +
|
| + static substringData_Callback_2(mthis, offset, length) native "CharacterData_substringData_Callback";
|
| +
|
| }
|
|
|
| class BlinkText {
|
| - static wholeText_Getter(mthis) native "Text_wholeText_Getter";
|
| -
|
| - static getDestinationInsertionPoints_Callback(mthis) native "Text_getDestinationInsertionPoints_Callback";
|
| + static getDestinationInsertionPoints_Callback_0(mthis) native "Text_getDestinationInsertionPoints_Callback";
|
|
|
| static splitText_Callback_1(mthis, offset) native "Text_splitText_Callback";
|
| +
|
| + static wholeText_Getter(mthis) native "Text_wholeText_Getter";
|
| +
|
| }
|
|
|
| -class BlinkCDATASection {}
|
| +class BlinkCDATASection {
|
| +}
|
|
|
| class BlinkCSS {
|
| + static supports_Callback_1(mthis, conditionText) native "CSS_supports_Callback";
|
| +
|
| static supports_Callback_2(mthis, property, value) native "CSS_supports_Callback";
|
|
|
| - static supports_Callback_1(mthis, conditionText) native "CSS_supports_Callback";
|
| }
|
|
|
| class BlinkCSSRule {
|
| @@ -588,16 +625,19 @@ class BlinkCSSRule {
|
| static parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_Getter";
|
|
|
| static type_Getter(mthis) native "CSSRule_type_Getter";
|
| +
|
| }
|
|
|
| class BlinkCSSCharsetRule {
|
| static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter";
|
|
|
| static encoding_Setter(mthis, value) native "CSSCharsetRule_encoding_Setter";
|
| +
|
| }
|
|
|
| class BlinkCSSFontFaceRule {
|
| static style_Getter(mthis) native "CSSFontFaceRule_style_Getter";
|
| +
|
| }
|
|
|
| class BlinkCSSImportRule {
|
| @@ -606,6 +646,7 @@ class BlinkCSSImportRule {
|
| static media_Getter(mthis) native "CSSImportRule_media_Getter";
|
|
|
| static styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter";
|
| +
|
| }
|
|
|
| class BlinkCSSKeyframeRule {
|
| @@ -614,32 +655,35 @@ class BlinkCSSKeyframeRule {
|
| static keyText_Setter(mthis, value) native "CSSKeyframeRule_keyText_Setter";
|
|
|
| static style_Getter(mthis) native "CSSKeyframeRule_style_Getter";
|
| +
|
| }
|
|
|
| class BlinkCSSKeyframesRule {
|
| - static cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules_Getter";
|
| -
|
| - static name_Getter(mthis) native "CSSKeyframesRule_name_Getter";
|
| -
|
| - static name_Setter(mthis, value) native "CSSKeyframesRule_name_Setter";
|
| -
|
| static $__getter___Callback_1(mthis, index) native "CSSKeyframesRule___getter___Callback";
|
|
|
| + static cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules_Getter";
|
| +
|
| static deleteRule_Callback_1(mthis, key) native "CSSKeyframesRule_deleteRule_Callback";
|
|
|
| static findRule_Callback_1(mthis, key) native "CSSKeyframesRule_findRule_Callback";
|
|
|
| static insertRule_Callback_1(mthis, rule) native "CSSKeyframesRule_insertRule_Callback";
|
| +
|
| + static name_Getter(mthis) native "CSSKeyframesRule_name_Getter";
|
| +
|
| + static name_Setter(mthis, value) native "CSSKeyframesRule_name_Setter";
|
| +
|
| }
|
|
|
| class BlinkCSSMediaRule {
|
| static cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter";
|
|
|
| - static media_Getter(mthis) native "CSSMediaRule_media_Getter";
|
| -
|
| static deleteRule_Callback_1(mthis, index) native "CSSMediaRule_deleteRule_Callback";
|
|
|
| static insertRule_Callback_2(mthis, rule, index) native "CSSMediaRule_insertRule_Callback";
|
| +
|
| + static media_Getter(mthis) native "CSSMediaRule_media_Getter";
|
| +
|
| }
|
|
|
| class BlinkCSSPageRule {
|
| @@ -648,42 +692,47 @@ class BlinkCSSPageRule {
|
| static selectorText_Setter(mthis, value) native "CSSPageRule_selectorText_Setter";
|
|
|
| static style_Getter(mthis) native "CSSPageRule_style_Getter";
|
| +
|
| }
|
|
|
| -class BlinkCSSValue {}
|
| +class BlinkCSSValue {
|
| +}
|
|
|
| -class BlinkCSSPrimitiveValue {}
|
| +class BlinkCSSPrimitiveValue {
|
| +}
|
|
|
| class BlinkCSSRuleList {
|
| + static item_Callback_1(mthis, index) native "CSSRuleList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "CSSRuleList_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "CSSRuleList_item_Callback";
|
| }
|
|
|
| class BlinkCSSStyleDeclaration {
|
| - static cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter";
|
| -
|
| - static cssText_Setter(mthis, value) native "CSSStyleDeclaration_cssText_Setter";
|
| -
|
| - static length_Getter(mthis) native "CSSStyleDeclaration_length_Getter";
|
| -
|
| - static parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter";
|
| -
|
| static $__getter___Callback_1(mthis, name) native "CSSStyleDeclaration___getter___Callback";
|
|
|
| static $__propertyQuery___Callback_1(mthis, name) native "CSSStyleDeclaration___propertyQuery___Callback";
|
|
|
| static $__setter___Callback_2(mthis, propertyName, propertyValue) native "CSSStyleDeclaration___setter___Callback";
|
|
|
| + static cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter";
|
| +
|
| + static cssText_Setter(mthis, value) native "CSSStyleDeclaration_cssText_Setter";
|
| +
|
| static getPropertyPriority_Callback_1(mthis, propertyName) native "CSSStyleDeclaration_getPropertyPriority_Callback";
|
|
|
| static getPropertyValue_Callback_1(mthis, propertyName) native "CSSStyleDeclaration_getPropertyValue_Callback";
|
|
|
| static item_Callback_1(mthis, index) native "CSSStyleDeclaration_item_Callback";
|
|
|
| + static length_Getter(mthis) native "CSSStyleDeclaration_length_Getter";
|
| +
|
| + static parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter";
|
| +
|
| static removeProperty_Callback_1(mthis, propertyName) native "CSSStyleDeclaration_removeProperty_Callback";
|
|
|
| static setProperty_Callback_3(mthis, propertyName, value, priority) native "CSSStyleDeclaration_setProperty_Callback";
|
| +
|
| }
|
|
|
| class BlinkCSSStyleRule {
|
| @@ -692,6 +741,7 @@ class BlinkCSSStyleRule {
|
| static selectorText_Setter(mthis, value) native "CSSStyleRule_selectorText_Setter";
|
|
|
| static style_Getter(mthis) native "CSSStyleRule_style_Getter";
|
| +
|
| }
|
|
|
| class BlinkStyleSheet {
|
| @@ -710,26 +760,28 @@ class BlinkStyleSheet {
|
| static title_Getter(mthis) native "StyleSheet_title_Getter";
|
|
|
| static type_Getter(mthis) native "StyleSheet_type_Getter";
|
| +
|
| }
|
|
|
| class BlinkCSSStyleSheet {
|
| - static cssRules_Getter(mthis) native "CSSStyleSheet_cssRules_Getter";
|
| -
|
| - static ownerRule_Getter(mthis) native "CSSStyleSheet_ownerRule_Getter";
|
| -
|
| - static rules_Getter(mthis) native "CSSStyleSheet_rules_Getter";
|
| + static addRule_Callback_2(mthis, selector, style) native "CSSStyleSheet_addRule_Callback";
|
|
|
| static addRule_Callback_3(mthis, selector, style, index) native "CSSStyleSheet_addRule_Callback";
|
|
|
| - static addRule_Callback_2(mthis, selector, style) native "CSSStyleSheet_addRule_Callback";
|
| + static cssRules_Getter(mthis) native "CSSStyleSheet_cssRules_Getter";
|
|
|
| static deleteRule_Callback_1(mthis, index) native "CSSStyleSheet_deleteRule_Callback";
|
|
|
| + static insertRule_Callback_1(mthis, rule) native "CSSStyleSheet_insertRule_Callback";
|
| +
|
| static insertRule_Callback_2(mthis, rule, index) native "CSSStyleSheet_insertRule_Callback";
|
|
|
| - static insertRule_Callback_1(mthis, rule) native "CSSStyleSheet_insertRule_Callback";
|
| + static ownerRule_Getter(mthis) native "CSSStyleSheet_ownerRule_Getter";
|
|
|
| static removeRule_Callback_1(mthis, index) native "CSSStyleSheet_removeRule_Callback";
|
| +
|
| + static rules_Getter(mthis) native "CSSStyleSheet_rules_Getter";
|
| +
|
| }
|
|
|
| class BlinkCSSSupportsRule {
|
| @@ -740,21 +792,26 @@ class BlinkCSSSupportsRule {
|
| static deleteRule_Callback_1(mthis, index) native "CSSSupportsRule_deleteRule_Callback";
|
|
|
| static insertRule_Callback_2(mthis, rule, index) native "CSSSupportsRule_insertRule_Callback";
|
| +
|
| }
|
|
|
| -class BlinkCSSUnknownRule {}
|
| +class BlinkCSSUnknownRule {
|
| +}
|
|
|
| class BlinkCSSValueList {
|
| + static item_Callback_1(mthis, index) native "CSSValueList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "CSSValueList_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "CSSValueList_item_Callback";
|
| }
|
|
|
| class BlinkCSSViewportRule {
|
| static style_Getter(mthis) native "CSSViewportRule_style_Getter";
|
| +
|
| }
|
|
|
| -class BlinkCache {}
|
| +class BlinkCache {
|
| +}
|
|
|
| class BlinkCacheStorage {
|
| static create_Callback_1(mthis, cacheName) native "CacheStorage_create_Callback";
|
| @@ -765,7 +822,8 @@ class BlinkCacheStorage {
|
|
|
| static has_Callback_1(mthis, cacheName) native "CacheStorage_has_Callback";
|
|
|
| - static keys_Callback(mthis) native "CacheStorage_keys_Callback";
|
| + static keys_Callback_0(mthis) native "CacheStorage_keys_Callback";
|
| +
|
| }
|
|
|
| class BlinkCanvas2DContextAttributes {
|
| @@ -776,222 +834,230 @@ class BlinkCanvas2DContextAttributes {
|
| static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter";
|
|
|
| static storage_Setter(mthis, value) native "Canvas2DContextAttributes_storage_Setter";
|
| +
|
| }
|
|
|
| class BlinkCanvasGradient {
|
| static addColorStop_Callback_2(mthis, offset, color) native "CanvasGradient_addColorStop_Callback";
|
| +
|
| }
|
|
|
| -class BlinkCanvasPathMethods {}
|
| +class BlinkCanvasPathMethods {
|
| +}
|
|
|
| -class BlinkCanvasPattern {}
|
| +class BlinkCanvasPattern {
|
| +}
|
|
|
| class BlinkCanvasRenderingContext2D {
|
| - static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter";
|
| -
|
| - static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_currentTransform_Getter";
|
| -
|
| - static currentTransform_Setter(mthis, value) native "CanvasRenderingContext2D_currentTransform_Setter";
|
| -
|
| - static fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Getter";
|
| -
|
| - static fillStyle_Setter(mthis, value) native "CanvasRenderingContext2D_fillStyle_Setter";
|
| -
|
| - static font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter";
|
| -
|
| - static font_Setter(mthis, value) native "CanvasRenderingContext2D_font_Setter";
|
| -
|
| - static globalAlpha_Getter(mthis) native "CanvasRenderingContext2D_globalAlpha_Getter";
|
| + static addHitRegion_Callback_0(mthis) native "CanvasRenderingContext2D_addHitRegion_Callback";
|
|
|
| - static globalAlpha_Setter(mthis, value) native "CanvasRenderingContext2D_globalAlpha_Setter";
|
| + static addHitRegion_Callback_1(mthis, options) native "CanvasRenderingContext2D_addHitRegion_Callback";
|
|
|
| - static globalCompositeOperation_Getter(mthis) native "CanvasRenderingContext2D_globalCompositeOperation_Getter";
|
| + static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "CanvasRenderingContext2D_arcTo_Callback";
|
|
|
| - static globalCompositeOperation_Setter(mthis, value) native "CanvasRenderingContext2D_globalCompositeOperation_Setter";
|
| + static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callback";
|
|
|
| - static imageSmoothingEnabled_Getter(mthis) native "CanvasRenderingContext2D_imageSmoothingEnabled_Getter";
|
| + static beginPath_Callback_0(mthis) native "CanvasRenderingContext2D_beginPath_Callback";
|
|
|
| - static imageSmoothingEnabled_Setter(mthis, value) native "CanvasRenderingContext2D_imageSmoothingEnabled_Setter";
|
| + static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "CanvasRenderingContext2D_bezierCurveTo_Callback";
|
|
|
| - static lineCap_Getter(mthis) native "CanvasRenderingContext2D_lineCap_Getter";
|
| + static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter";
|
|
|
| - static lineCap_Setter(mthis, value) native "CanvasRenderingContext2D_lineCap_Setter";
|
| + static clearHitRegions_Callback_0(mthis) native "CanvasRenderingContext2D_clearHitRegions_Callback";
|
|
|
| - static lineDashOffset_Getter(mthis) native "CanvasRenderingContext2D_lineDashOffset_Getter";
|
| + static clearRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_clearRect_Callback";
|
|
|
| - static lineDashOffset_Setter(mthis, value) native "CanvasRenderingContext2D_lineDashOffset_Setter";
|
| + static clip_Callback_0(mthis) native "CanvasRenderingContext2D_clip_Callback";
|
|
|
| - static lineJoin_Getter(mthis) native "CanvasRenderingContext2D_lineJoin_Getter";
|
| + static clip_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2D_clip_Callback";
|
|
|
| - static lineJoin_Setter(mthis, value) native "CanvasRenderingContext2D_lineJoin_Setter";
|
| + static clip_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderingContext2D_clip_Callback";
|
|
|
| - static lineWidth_Getter(mthis) native "CanvasRenderingContext2D_lineWidth_Getter";
|
| + static closePath_Callback_0(mthis) native "CanvasRenderingContext2D_closePath_Callback";
|
|
|
| - static lineWidth_Setter(mthis, value) native "CanvasRenderingContext2D_lineWidth_Setter";
|
| + static createImageData_Callback_1(mthis, imagedata) native "CanvasRenderingContext2D_createImageData_Callback";
|
|
|
| - static miterLimit_Getter(mthis) native "CanvasRenderingContext2D_miterLimit_Getter";
|
| + static createImageData_Callback_2(mthis, sw, sh) native "CanvasRenderingContext2D_createImageData_Callback";
|
|
|
| - static miterLimit_Setter(mthis, value) native "CanvasRenderingContext2D_miterLimit_Setter";
|
| + static createLinearGradient_Callback_4(mthis, x0, y0, x1, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback";
|
|
|
| - static shadowBlur_Getter(mthis) native "CanvasRenderingContext2D_shadowBlur_Getter";
|
| + static createPattern_Callback_2(mthis, canvas_OR_image, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback";
|
|
|
| - static shadowBlur_Setter(mthis, value) native "CanvasRenderingContext2D_shadowBlur_Setter";
|
| + static createRadialGradient_Callback_6(mthis, x0, y0, r0, x1, y1, r1) native "CanvasRenderingContext2D_createRadialGradient_Callback";
|
|
|
| - static shadowColor_Getter(mthis) native "CanvasRenderingContext2D_shadowColor_Getter";
|
| + static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_currentTransform_Getter";
|
|
|
| - static shadowColor_Setter(mthis, value) native "CanvasRenderingContext2D_shadowColor_Setter";
|
| + static currentTransform_Setter(mthis, value) native "CanvasRenderingContext2D_currentTransform_Setter";
|
|
|
| - static shadowOffsetX_Getter(mthis) native "CanvasRenderingContext2D_shadowOffsetX_Getter";
|
| + static drawFocusIfNeeded_Callback_1(mthis, element_OR_path) native "CanvasRenderingContext2D_drawFocusIfNeeded_Callback";
|
|
|
| - static shadowOffsetX_Setter(mthis, value) native "CanvasRenderingContext2D_shadowOffsetX_Setter";
|
| + static drawFocusIfNeeded_Callback_2(mthis, element_OR_path, element) native "CanvasRenderingContext2D_drawFocusIfNeeded_Callback";
|
|
|
| - static shadowOffsetY_Getter(mthis) native "CanvasRenderingContext2D_shadowOffsetY_Getter";
|
| + static drawImage_Callback_3(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback";
|
|
|
| - static shadowOffsetY_Setter(mthis, value) native "CanvasRenderingContext2D_shadowOffsetY_Setter";
|
| + static drawImage_Callback_5(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_drawImage_Callback";
|
|
|
| - static strokeStyle_Getter(mthis) native "CanvasRenderingContext2D_strokeStyle_Getter";
|
| + static drawImage_Callback_9(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderingContext2D_drawImage_Callback";
|
|
|
| - static strokeStyle_Setter(mthis, value) native "CanvasRenderingContext2D_strokeStyle_Setter";
|
| + static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_ellipse_Callback";
|
|
|
| - static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Getter";
|
| + static fillRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_fillRect_Callback";
|
|
|
| - static textAlign_Setter(mthis, value) native "CanvasRenderingContext2D_textAlign_Setter";
|
| + static fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Getter";
|
|
|
| - static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaseline_Getter";
|
| + static fillStyle_Setter(mthis, value) native "CanvasRenderingContext2D_fillStyle_Setter";
|
|
|
| - static textBaseline_Setter(mthis, value) native "CanvasRenderingContext2D_textBaseline_Setter";
|
| + static fillText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext2D_fillText_Callback";
|
|
|
| - static addHitRegion_Callback_1(mthis, options) native "CanvasRenderingContext2D_addHitRegion_Callback";
|
| + static fillText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_fillText_Callback";
|
|
|
| - static addHitRegion_Callback(mthis) native "CanvasRenderingContext2D_addHitRegion_Callback";
|
| + static fill_Callback_0(mthis) native "CanvasRenderingContext2D_fill_Callback";
|
|
|
| - static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Callback";
|
| + static fill_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2D_fill_Callback";
|
|
|
| - static clearHitRegions_Callback(mthis) native "CanvasRenderingContext2D_clearHitRegions_Callback";
|
| + static fill_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderingContext2D_fill_Callback";
|
|
|
| - static clearRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_clearRect_Callback";
|
| + static font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter";
|
|
|
| - static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback";
|
| + static font_Setter(mthis, value) native "CanvasRenderingContext2D_font_Setter";
|
|
|
| - static clip_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2D_clip_Callback";
|
| + static getContextAttributes_Callback_0(mthis) native "CanvasRenderingContext2D_getContextAttributes_Callback";
|
|
|
| - static clip_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderingContext2D_clip_Callback";
|
| + static getImageData_Callback_4(mthis, sx, sy, sw, sh) native "CanvasRenderingContext2D_getImageData_Callback";
|
|
|
| - static createImageData_Callback_2(mthis, sw, sh) native "CanvasRenderingContext2D_createImageData_Callback";
|
| + static getLineDash_Callback_0(mthis) native "CanvasRenderingContext2D_getLineDash_Callback";
|
|
|
| - static createImageData_Callback_1(mthis, imagedata) native "CanvasRenderingContext2D_createImageData_Callback";
|
| + static globalAlpha_Getter(mthis) native "CanvasRenderingContext2D_globalAlpha_Getter";
|
|
|
| - static createLinearGradient_Callback_4(mthis, x0, y0, x1, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback";
|
| + static globalAlpha_Setter(mthis, value) native "CanvasRenderingContext2D_globalAlpha_Setter";
|
|
|
| - static createPattern_Callback_2(mthis, canvas_OR_image, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback";
|
| + static globalCompositeOperation_Getter(mthis) native "CanvasRenderingContext2D_globalCompositeOperation_Getter";
|
|
|
| - static createRadialGradient_Callback_6(mthis, x0, y0, r0, x1, y1, r1) native "CanvasRenderingContext2D_createRadialGradient_Callback";
|
| + static globalCompositeOperation_Setter(mthis, value) native "CanvasRenderingContext2D_globalCompositeOperation_Setter";
|
|
|
| - static drawFocusIfNeeded_Callback_1(mthis, element_OR_path) native "CanvasRenderingContext2D_drawFocusIfNeeded_Callback";
|
| + static imageSmoothingEnabled_Getter(mthis) native "CanvasRenderingContext2D_imageSmoothingEnabled_Getter";
|
|
|
| - static drawFocusIfNeeded_Callback_2(mthis, element_OR_path, element) native "CanvasRenderingContext2D_drawFocusIfNeeded_Callback";
|
| + static imageSmoothingEnabled_Setter(mthis, value) native "CanvasRenderingContext2D_imageSmoothingEnabled_Setter";
|
|
|
| - static drawImage_Callback_3(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback";
|
| + static isContextLost_Callback_0(mthis) native "CanvasRenderingContext2D_isContextLost_Callback";
|
|
|
| - static drawImage_Callback_5(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_drawImage_Callback";
|
| + static isPointInPath_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback";
|
|
|
| - static drawImage_Callback_9(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderingContext2D_drawImage_Callback";
|
| + static isPointInPath_Callback_3(mthis, path_OR_x, x_OR_y, winding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback";
|
|
|
| - static fill_Callback(mthis) native "CanvasRenderingContext2D_fill_Callback";
|
| + static isPointInPath_Callback_4(mthis, path_OR_x, x_OR_y, winding_OR_y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback";
|
|
|
| - static fill_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2D_fill_Callback";
|
| + static isPointInStroke_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRenderingContext2D_isPointInStroke_Callback";
|
|
|
| - static fill_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderingContext2D_fill_Callback";
|
| + static isPointInStroke_Callback_3(mthis, path_OR_x, x_OR_y, y) native "CanvasRenderingContext2D_isPointInStroke_Callback";
|
|
|
| - static fillRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_fillRect_Callback";
|
| + static lineCap_Getter(mthis) native "CanvasRenderingContext2D_lineCap_Getter";
|
|
|
| - static fillText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_fillText_Callback";
|
| + static lineCap_Setter(mthis, value) native "CanvasRenderingContext2D_lineCap_Setter";
|
|
|
| - static fillText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext2D_fillText_Callback";
|
| + static lineDashOffset_Getter(mthis) native "CanvasRenderingContext2D_lineDashOffset_Getter";
|
|
|
| - static getContextAttributes_Callback(mthis) native "CanvasRenderingContext2D_getContextAttributes_Callback";
|
| + static lineDashOffset_Setter(mthis, value) native "CanvasRenderingContext2D_lineDashOffset_Setter";
|
|
|
| - static getImageData_Callback_4(mthis, sx, sy, sw, sh) native "CanvasRenderingContext2D_getImageData_Callback";
|
| + static lineJoin_Getter(mthis) native "CanvasRenderingContext2D_lineJoin_Getter";
|
|
|
| - static getLineDash_Callback(mthis) native "CanvasRenderingContext2D_getLineDash_Callback";
|
| + static lineJoin_Setter(mthis, value) native "CanvasRenderingContext2D_lineJoin_Setter";
|
|
|
| - static isContextLost_Callback(mthis) native "CanvasRenderingContext2D_isContextLost_Callback";
|
| + static lineTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_lineTo_Callback";
|
|
|
| - static isPointInPath_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback";
|
| + static lineWidth_Getter(mthis) native "CanvasRenderingContext2D_lineWidth_Getter";
|
|
|
| - static isPointInPath_Callback_3(mthis, path_OR_x, x_OR_y, winding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback";
|
| + static lineWidth_Setter(mthis, value) native "CanvasRenderingContext2D_lineWidth_Setter";
|
|
|
| - static isPointInPath_Callback_4(mthis, path_OR_x, x_OR_y, winding_OR_y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback";
|
| + static measureText_Callback_1(mthis, text) native "CanvasRenderingContext2D_measureText_Callback";
|
|
|
| - static isPointInStroke_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRenderingContext2D_isPointInStroke_Callback";
|
| + static miterLimit_Getter(mthis) native "CanvasRenderingContext2D_miterLimit_Getter";
|
|
|
| - static isPointInStroke_Callback_3(mthis, path_OR_x, x_OR_y, y) native "CanvasRenderingContext2D_isPointInStroke_Callback";
|
| + static miterLimit_Setter(mthis, value) native "CanvasRenderingContext2D_miterLimit_Setter";
|
|
|
| - static measureText_Callback_1(mthis, text) native "CanvasRenderingContext2D_measureText_Callback";
|
| + static moveTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_moveTo_Callback";
|
|
|
| static putImageData_Callback_3(mthis, imagedata, dx, dy) native "CanvasRenderingContext2D_putImageData_Callback";
|
|
|
| static putImageData_Callback_7(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingContext2D_putImageData_Callback";
|
|
|
| + static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "CanvasRenderingContext2D_quadraticCurveTo_Callback";
|
| +
|
| + static rect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_rect_Callback";
|
| +
|
| static removeHitRegion_Callback_1(mthis, id) native "CanvasRenderingContext2D_removeHitRegion_Callback";
|
|
|
| - static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTransform_Callback";
|
| + static resetTransform_Callback_0(mthis) native "CanvasRenderingContext2D_resetTransform_Callback";
|
|
|
| - static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callback";
|
| + static restore_Callback_0(mthis) native "CanvasRenderingContext2D_restore_Callback";
|
|
|
| static rotate_Callback_1(mthis, angle) native "CanvasRenderingContext2D_rotate_Callback";
|
|
|
| - static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback";
|
| + static save_Callback_0(mthis) native "CanvasRenderingContext2D_save_Callback";
|
|
|
| static scale_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_scale_Callback";
|
|
|
| - static scrollPathIntoView_Callback_1(mthis, path) native "CanvasRenderingContext2D_scrollPathIntoView_Callback";
|
| + static scrollPathIntoView_Callback_0(mthis) native "CanvasRenderingContext2D_scrollPathIntoView_Callback";
|
|
|
| - static scrollPathIntoView_Callback(mthis) native "CanvasRenderingContext2D_scrollPathIntoView_Callback";
|
| + static scrollPathIntoView_Callback_1(mthis, path) native "CanvasRenderingContext2D_scrollPathIntoView_Callback";
|
|
|
| static setLineDash_Callback_1(mthis, dash) native "CanvasRenderingContext2D_setLineDash_Callback";
|
|
|
| static setTransform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderingContext2D_setTransform_Callback";
|
|
|
| - static stroke_Callback(mthis) native "CanvasRenderingContext2D_stroke_Callback";
|
| + static shadowBlur_Getter(mthis) native "CanvasRenderingContext2D_shadowBlur_Getter";
|
| +
|
| + static shadowBlur_Setter(mthis, value) native "CanvasRenderingContext2D_shadowBlur_Setter";
|
|
|
| - static stroke_Callback_1(mthis, path) native "CanvasRenderingContext2D_stroke_Callback";
|
| + static shadowColor_Getter(mthis) native "CanvasRenderingContext2D_shadowColor_Getter";
|
| +
|
| + static shadowColor_Setter(mthis, value) native "CanvasRenderingContext2D_shadowColor_Setter";
|
| +
|
| + static shadowOffsetX_Getter(mthis) native "CanvasRenderingContext2D_shadowOffsetX_Getter";
|
| +
|
| + static shadowOffsetX_Setter(mthis, value) native "CanvasRenderingContext2D_shadowOffsetX_Setter";
|
| +
|
| + static shadowOffsetY_Getter(mthis) native "CanvasRenderingContext2D_shadowOffsetY_Getter";
|
| +
|
| + static shadowOffsetY_Setter(mthis, value) native "CanvasRenderingContext2D_shadowOffsetY_Setter";
|
|
|
| static strokeRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_strokeRect_Callback";
|
|
|
| - static strokeText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_strokeText_Callback";
|
| + static strokeStyle_Getter(mthis) native "CanvasRenderingContext2D_strokeStyle_Getter";
|
|
|
| - static strokeText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback";
|
| + static strokeStyle_Setter(mthis, value) native "CanvasRenderingContext2D_strokeStyle_Setter";
|
|
|
| - static transform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderingContext2D_transform_Callback";
|
| + static strokeText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback";
|
|
|
| - static translate_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_translate_Callback";
|
| + static strokeText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_strokeText_Callback";
|
|
|
| - static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callback";
|
| + static stroke_Callback_0(mthis) native "CanvasRenderingContext2D_stroke_Callback";
|
|
|
| - static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "CanvasRenderingContext2D_arcTo_Callback";
|
| + static stroke_Callback_1(mthis, path) native "CanvasRenderingContext2D_stroke_Callback";
|
|
|
| - static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "CanvasRenderingContext2D_bezierCurveTo_Callback";
|
| + static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Getter";
|
|
|
| - static closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_Callback";
|
| + static textAlign_Setter(mthis, value) native "CanvasRenderingContext2D_textAlign_Setter";
|
|
|
| - static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_ellipse_Callback";
|
| + static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaseline_Getter";
|
|
|
| - static lineTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_lineTo_Callback";
|
| + static textBaseline_Setter(mthis, value) native "CanvasRenderingContext2D_textBaseline_Setter";
|
|
|
| - static moveTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_moveTo_Callback";
|
| + static transform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderingContext2D_transform_Callback";
|
|
|
| - static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "CanvasRenderingContext2D_quadraticCurveTo_Callback";
|
| + static translate_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_translate_Callback";
|
|
|
| - static rect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_rect_Callback";
|
| }
|
|
|
| -class BlinkChannelMergerNode {}
|
| +class BlinkChannelMergerNode {
|
| +}
|
|
|
| -class BlinkChannelSplitterNode {}
|
| +class BlinkChannelSplitterNode {
|
| +}
|
|
|
| class BlinkGeofencingRegion {
|
| static id_Getter(mthis) native "GeofencingRegion_id_Getter";
|
| +
|
| }
|
|
|
| class BlinkCircularRegion {
|
| @@ -1002,6 +1068,7 @@ class BlinkCircularRegion {
|
| static longitude_Getter(mthis) native "CircularRegion_longitude_Getter";
|
|
|
| static radius_Getter(mthis) native "CircularRegion_radius_Getter";
|
| +
|
| }
|
|
|
| class BlinkClientRect {
|
| @@ -1016,37 +1083,43 @@ class BlinkClientRect {
|
| static top_Getter(mthis) native "ClientRect_top_Getter";
|
|
|
| static width_Getter(mthis) native "ClientRect_width_Getter";
|
| +
|
| }
|
|
|
| class BlinkClientRectList {
|
| + static item_Callback_1(mthis, index) native "ClientRectList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "ClientRectList_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "ClientRectList_item_Callback";
|
| }
|
|
|
| class BlinkCloseEvent {
|
| - static constructorCallback(type, options) native "CloseEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "CloseEvent_constructorCallback";
|
|
|
| static code_Getter(mthis) native "CloseEvent_code_Getter";
|
|
|
| static reason_Getter(mthis) native "CloseEvent_reason_Getter";
|
|
|
| static wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter";
|
| +
|
| }
|
|
|
| class BlinkComment {
|
| + static constructorCallback_0() native "Comment_constructorCallback";
|
| +
|
| static constructorCallback_1(data) native "Comment_constructorCallback";
|
|
|
| - static constructorCallback() native "Comment_constructorCallback";
|
| }
|
|
|
| class BlinkUIEvent {
|
| - static constructorCallback(type, options) native "UIEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "UIEvent_constructorCallback";
|
|
|
| static charCode_Getter(mthis) native "UIEvent_charCode_Getter";
|
|
|
| static detail_Getter(mthis) native "UIEvent_detail_Getter";
|
|
|
| + static initUIEvent_Callback_5(mthis, type, canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback";
|
| +
|
| static keyCode_Getter(mthis) native "UIEvent_keyCode_Getter";
|
|
|
| static layerX_Getter(mthis) native "UIEvent_layerX_Getter";
|
| @@ -1061,11 +1134,10 @@ class BlinkUIEvent {
|
|
|
| static which_Getter(mthis) native "UIEvent_which_Getter";
|
|
|
| - static initUIEvent_Callback_5(mthis, type, canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback";
|
| }
|
|
|
| class BlinkCompositionEvent {
|
| - static constructorCallback(type, options) native "CompositionEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "CompositionEvent_constructorCallback";
|
|
|
| static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEnd_Getter";
|
|
|
| @@ -1073,9 +1145,10 @@ class BlinkCompositionEvent {
|
|
|
| static data_Getter(mthis) native "CompositionEvent_data_Getter";
|
|
|
| - static getSegments_Callback(mthis) native "CompositionEvent_getSegments_Callback";
|
| + static getSegments_Callback_0(mthis) native "CompositionEvent_getSegments_Callback";
|
|
|
| static initCompositionEvent_Callback_5(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "CompositionEvent_initCompositionEvent_Callback";
|
| +
|
| }
|
|
|
| class BlinkConsoleBase {
|
| @@ -1093,11 +1166,11 @@ class BlinkConsoleBase {
|
|
|
| static error_Callback_1(mthis, arg) native "ConsoleBase_error_Callback";
|
|
|
| - static group_Callback_1(mthis, arg) native "ConsoleBase_group_Callback";
|
| -
|
| static groupCollapsed_Callback_1(mthis, arg) native "ConsoleBase_groupCollapsed_Callback";
|
|
|
| - static groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callback";
|
| + static groupEnd_Callback_0(mthis) native "ConsoleBase_groupEnd_Callback";
|
| +
|
| + static group_Callback_1(mthis, arg) native "ConsoleBase_group_Callback";
|
|
|
| static info_Callback_1(mthis, arg) native "ConsoleBase_info_Callback";
|
|
|
| @@ -1105,29 +1178,31 @@ class BlinkConsoleBase {
|
|
|
| static markTimeline_Callback_1(mthis, title) native "ConsoleBase_markTimeline_Callback";
|
|
|
| - static profile_Callback_1(mthis, title) native "ConsoleBase_profile_Callback";
|
| -
|
| static profileEnd_Callback_1(mthis, title) native "ConsoleBase_profileEnd_Callback";
|
|
|
| - static table_Callback_1(mthis, arg) native "ConsoleBase_table_Callback";
|
| + static profile_Callback_1(mthis, title) native "ConsoleBase_profile_Callback";
|
|
|
| - static time_Callback_1(mthis, title) native "ConsoleBase_time_Callback";
|
| + static table_Callback_1(mthis, arg) native "ConsoleBase_table_Callback";
|
|
|
| static timeEnd_Callback_1(mthis, title) native "ConsoleBase_timeEnd_Callback";
|
|
|
| static timeStamp_Callback_1(mthis, title) native "ConsoleBase_timeStamp_Callback";
|
|
|
| - static timeline_Callback_1(mthis, title) native "ConsoleBase_timeline_Callback";
|
| + static time_Callback_1(mthis, title) native "ConsoleBase_time_Callback";
|
|
|
| static timelineEnd_Callback_1(mthis, title) native "ConsoleBase_timelineEnd_Callback";
|
|
|
| + static timeline_Callback_1(mthis, title) native "ConsoleBase_timeline_Callback";
|
| +
|
| static trace_Callback_1(mthis, arg) native "ConsoleBase_trace_Callback";
|
|
|
| static warn_Callback_1(mthis, arg) native "ConsoleBase_warn_Callback";
|
| +
|
| }
|
|
|
| class BlinkConsole {
|
| static memory_Getter(mthis) native "Console_memory_Getter";
|
| +
|
| }
|
|
|
| class BlinkConvolverNode {
|
| @@ -1138,15 +1213,16 @@ class BlinkConvolverNode {
|
| static normalize_Getter(mthis) native "ConvolverNode_normalize_Getter";
|
|
|
| static normalize_Setter(mthis, value) native "ConvolverNode_normalize_Setter";
|
| +
|
| }
|
|
|
| class BlinkCoordinates {
|
| static accuracy_Getter(mthis) native "Coordinates_accuracy_Getter";
|
|
|
| - static altitude_Getter(mthis) native "Coordinates_altitude_Getter";
|
| -
|
| static altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAccuracy_Getter";
|
|
|
| + static altitude_Getter(mthis) native "Coordinates_altitude_Getter";
|
| +
|
| static heading_Getter(mthis) native "Coordinates_heading_Getter";
|
|
|
| static latitude_Getter(mthis) native "Coordinates_latitude_Getter";
|
| @@ -1154,9 +1230,11 @@ class BlinkCoordinates {
|
| static longitude_Getter(mthis) native "Coordinates_longitude_Getter";
|
|
|
| static speed_Getter(mthis) native "Coordinates_speed_Getter";
|
| +
|
| }
|
|
|
| -class BlinkCounter {}
|
| +class BlinkCounter {
|
| +}
|
|
|
| class BlinkCredential {
|
| static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter";
|
| @@ -1164,28 +1242,31 @@ class BlinkCredential {
|
| static id_Getter(mthis) native "Credential_id_Getter";
|
|
|
| static name_Getter(mthis) native "Credential_name_Getter";
|
| +
|
| }
|
|
|
| class BlinkCredentialsContainer {
|
| + static notifyFailedSignIn_Callback_0(mthis) native "CredentialsContainer_notifyFailedSignIn_Callback";
|
| +
|
| static notifyFailedSignIn_Callback_1(mthis, credential) native "CredentialsContainer_notifyFailedSignIn_Callback";
|
|
|
| - static notifyFailedSignIn_Callback(mthis) native "CredentialsContainer_notifyFailedSignIn_Callback";
|
| + static notifySignedIn_Callback_0(mthis) native "CredentialsContainer_notifySignedIn_Callback";
|
|
|
| static notifySignedIn_Callback_1(mthis, credential) native "CredentialsContainer_notifySignedIn_Callback";
|
|
|
| - static notifySignedIn_Callback(mthis) native "CredentialsContainer_notifySignedIn_Callback";
|
| + static notifySignedOut_Callback_0(mthis) native "CredentialsContainer_notifySignedOut_Callback";
|
|
|
| - static notifySignedOut_Callback(mthis) native "CredentialsContainer_notifySignedOut_Callback";
|
| + static request_Callback_0(mthis) native "CredentialsContainer_request_Callback";
|
|
|
| static request_Callback_1(mthis, options) native "CredentialsContainer_request_Callback";
|
|
|
| - static request_Callback(mthis) native "CredentialsContainer_request_Callback";
|
| }
|
|
|
| class BlinkCrypto {
|
| + static getRandomValues_Callback_1(mthis, array) native "Crypto_getRandomValues_Callback";
|
| +
|
| static subtle_Getter(mthis) native "Crypto_subtle_Getter";
|
|
|
| - static getRandomValues_Callback_1(mthis, array) native "Crypto_getRandomValues_Callback";
|
| }
|
|
|
| class BlinkCryptoKey {
|
| @@ -1196,14 +1277,16 @@ class BlinkCryptoKey {
|
| static type_Getter(mthis) native "CryptoKey_type_Getter";
|
|
|
| static usages_Getter(mthis) native "CryptoKey_usages_Getter";
|
| +
|
| }
|
|
|
| class BlinkCustomEvent {
|
| - static constructorCallback(type, options) native "CustomEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "CustomEvent_constructorCallback";
|
|
|
| static detail_Getter(mthis) native "CustomEvent_detail_Getter";
|
|
|
| static initCustomEvent_Callback_4(mthis, typeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEvent_Callback";
|
| +
|
| }
|
|
|
| class BlinkDOMError {
|
| @@ -1212,6 +1295,7 @@ class BlinkDOMError {
|
| static message_Getter(mthis) native "DOMError_message_Getter";
|
|
|
| static name_Getter(mthis) native "DOMError_name_Getter";
|
| +
|
| }
|
|
|
| class BlinkDOMException {
|
| @@ -1219,25 +1303,29 @@ class BlinkDOMException {
|
|
|
| static name_Getter(mthis) native "DOMException_name_Getter";
|
|
|
| - static toString_Callback(mthis) native "DOMException_toString_Callback";
|
| + static toString_Callback_0(mthis) native "DOMException_toString_Callback";
|
| +
|
| }
|
|
|
| class BlinkDOMFileSystem {
|
| static name_Getter(mthis) native "DOMFileSystem_name_Getter";
|
|
|
| static root_Getter(mthis) native "DOMFileSystem_root_Getter";
|
| +
|
| }
|
|
|
| -class BlinkDOMFileSystemSync {}
|
| +class BlinkDOMFileSystemSync {
|
| +}
|
|
|
| class BlinkDOMImplementation {
|
| - static createDocument_Callback_3(mthis, namespaceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback";
|
| -
|
| static createDocumentType_Callback_3(mthis, qualifiedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callback";
|
|
|
| + static createDocument_Callback_3(mthis, namespaceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback";
|
| +
|
| static createHTMLDocument_Callback_1(mthis, title) native "DOMImplementation_createHTMLDocument_Callback";
|
|
|
| static hasFeature_Callback_2(mthis, feature, version) native "DOMImplementation_hasFeature_Callback";
|
| +
|
| }
|
|
|
| class BlinkDOMMatrixReadOnly {
|
| @@ -1288,13 +1376,10 @@ class BlinkDOMMatrixReadOnly {
|
| static m43_Getter(mthis) native "DOMMatrixReadOnly_m43_Getter";
|
|
|
| static m44_Getter(mthis) native "DOMMatrixReadOnly_m44_Getter";
|
| +
|
| }
|
|
|
| class BlinkDOMMatrix {
|
| - static constructorCallback() native "DOMMatrix_constructorCallback";
|
| -
|
| - static constructorCallback_1(other) native "DOMMatrix_constructorCallback";
|
| -
|
| static a_Getter(mthis) native "DOMMatrix_a_Getter";
|
|
|
| static a_Setter(mthis, value) native "DOMMatrix_a_Setter";
|
| @@ -1307,9 +1392,13 @@ class BlinkDOMMatrix {
|
|
|
| static c_Setter(mthis, value) native "DOMMatrix_c_Setter";
|
|
|
| - static d_Getter(mthis) native "DOMMatrix_d_Getter";
|
| + static constructorCallback_0() native "DOMMatrix_constructorCallback";
|
|
|
| - static d_Setter(mthis, value) native "DOMMatrix_d_Setter";
|
| + static constructorCallback_1(other) native "DOMMatrix_constructorCallback";
|
| +
|
| + static d_Getter(mthis) native "DOMMatrix_d_Getter";
|
| +
|
| + static d_Setter(mthis, value) native "DOMMatrix_d_Setter";
|
|
|
| static e_Getter(mthis) native "DOMMatrix_e_Getter";
|
|
|
| @@ -1382,12 +1471,14 @@ class BlinkDOMMatrix {
|
| static m44_Getter(mthis) native "DOMMatrix_m44_Getter";
|
|
|
| static m44_Setter(mthis, value) native "DOMMatrix_m44_Setter";
|
| +
|
| }
|
|
|
| class BlinkDOMParser {
|
| - static constructorCallback() native "DOMParser_constructorCallback";
|
| + static constructorCallback_0() native "DOMParser_constructorCallback";
|
|
|
| static parseFromString_Callback_2(mthis, str, contentType) native "DOMParser_parseFromString_Callback";
|
| +
|
| }
|
|
|
| class BlinkDOMPointReadOnly {
|
| @@ -1400,10 +1491,11 @@ class BlinkDOMPointReadOnly {
|
| static y_Getter(mthis) native "DOMPointReadOnly_y_Getter";
|
|
|
| static z_Getter(mthis) native "DOMPointReadOnly_z_Getter";
|
| +
|
| }
|
|
|
| class BlinkDOMPoint {
|
| - static constructorCallback() native "DOMPoint_constructorCallback";
|
| + static constructorCallback_0() native "DOMPoint_constructorCallback";
|
|
|
| static constructorCallback_1(point_OR_x) native "DOMPoint_constructorCallback";
|
|
|
| @@ -1428,13 +1520,14 @@ class BlinkDOMPoint {
|
| static z_Getter(mthis) native "DOMPoint_z_Getter";
|
|
|
| static z_Setter(mthis, value) native "DOMPoint_z_Setter";
|
| +
|
| }
|
|
|
| class BlinkDOMRectReadOnly {
|
| - static constructorCallback_4(x, y, width, height) native "DOMRectReadOnly_constructorCallback";
|
| -
|
| static bottom_Getter(mthis) native "DOMRectReadOnly_bottom_Getter";
|
|
|
| + static constructorCallback_4(x, y, width, height) native "DOMRectReadOnly_constructorCallback";
|
| +
|
| static height_Getter(mthis) native "DOMRectReadOnly_height_Getter";
|
|
|
| static left_Getter(mthis) native "DOMRectReadOnly_left_Getter";
|
| @@ -1448,18 +1541,19 @@ class BlinkDOMRectReadOnly {
|
| static x_Getter(mthis) native "DOMRectReadOnly_x_Getter";
|
|
|
| static y_Getter(mthis) native "DOMRectReadOnly_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkDOMRect {
|
| - static constructorCallback_4(x, y, width, height) native "DOMRect_constructorCallback";
|
| + static constructorCallback_0() native "DOMRect_constructorCallback";
|
|
|
| - static constructorCallback_3(x, y, width) native "DOMRect_constructorCallback";
|
| + static constructorCallback_1(x) native "DOMRect_constructorCallback";
|
|
|
| static constructorCallback_2(x, y) native "DOMRect_constructorCallback";
|
|
|
| - static constructorCallback_1(x) native "DOMRect_constructorCallback";
|
| + static constructorCallback_3(x, y, width) native "DOMRect_constructorCallback";
|
|
|
| - static constructorCallback() native "DOMRect_constructorCallback";
|
| + static constructorCallback_4(x, y, width, height) native "DOMRect_constructorCallback";
|
|
|
| static height_Getter(mthis) native "DOMRect_height_Getter";
|
|
|
| @@ -1476,38 +1570,42 @@ class BlinkDOMRect {
|
| static y_Getter(mthis) native "DOMRect_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "DOMRect_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkDOMTokenList {
|
| - static length_Getter(mthis) native "DOMTokenList_length_Getter";
|
| -
|
| static add_Callback_1(mthis, tokens) native "DOMTokenList_add_Callback";
|
|
|
| static contains_Callback_1(mthis, token) native "DOMTokenList_contains_Callback";
|
|
|
| static item_Callback_1(mthis, index) native "DOMTokenList_item_Callback";
|
|
|
| + static length_Getter(mthis) native "DOMTokenList_length_Getter";
|
| +
|
| static remove_Callback_1(mthis, tokens) native "DOMTokenList_remove_Callback";
|
|
|
| + static toggle_Callback_1(mthis, token) native "DOMTokenList_toggle_Callback";
|
| +
|
| static toggle_Callback_2(mthis, token, force) native "DOMTokenList_toggle_Callback";
|
|
|
| - static toggle_Callback_1(mthis, token) native "DOMTokenList_toggle_Callback";
|
| }
|
|
|
| class BlinkDOMSettableTokenList {
|
| + static $__getter___Callback_1(mthis, index) native "DOMSettableTokenList___getter___Callback";
|
| +
|
| static value_Getter(mthis) native "DOMSettableTokenList_value_Getter";
|
|
|
| static value_Setter(mthis, value) native "DOMSettableTokenList_value_Setter";
|
|
|
| - static $__getter___Callback_1(mthis, index) native "DOMSettableTokenList___getter___Callback";
|
| }
|
|
|
| class BlinkDOMStringList {
|
| - static length_Getter(mthis) native "DOMStringList_length_Getter";
|
| -
|
| static contains_Callback_1(mthis, string) native "DOMStringList_contains_Callback";
|
|
|
| static item_Callback_1(mthis, index) native "DOMStringList_item_Callback";
|
| +
|
| + static length_Getter(mthis) native "DOMStringList_length_Getter";
|
| +
|
| }
|
|
|
| class BlinkDOMStringMap {
|
| @@ -1516,9 +1614,14 @@ class BlinkDOMStringMap {
|
| static $__getter___Callback_1(mthis, index_OR_name) native "DOMStringMap___getter___Callback";
|
|
|
| static $__setter___Callback_2(mthis, index_OR_name, value) native "DOMStringMap___setter___Callback";
|
| +
|
| }
|
|
|
| class BlinkDataTransfer {
|
| + static clearData_Callback_0(mthis) native "DataTransfer_clearData_Callback";
|
| +
|
| + static clearData_Callback_1(mthis, type) native "DataTransfer_clearData_Callback";
|
| +
|
| static dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter";
|
|
|
| static dropEffect_Setter(mthis, value) native "DataTransfer_dropEffect_Setter";
|
| @@ -1529,77 +1632,79 @@ class BlinkDataTransfer {
|
|
|
| static files_Getter(mthis) native "DataTransfer_files_Getter";
|
|
|
| - static items_Getter(mthis) native "DataTransfer_items_Getter";
|
| -
|
| - static types_Getter(mthis) native "DataTransfer_types_Getter";
|
| -
|
| - static clearData_Callback_1(mthis, type) native "DataTransfer_clearData_Callback";
|
| -
|
| - static clearData_Callback(mthis) native "DataTransfer_clearData_Callback";
|
| -
|
| static getData_Callback_1(mthis, type) native "DataTransfer_getData_Callback";
|
|
|
| + static items_Getter(mthis) native "DataTransfer_items_Getter";
|
| +
|
| static setData_Callback_2(mthis, type, data) native "DataTransfer_setData_Callback";
|
|
|
| static setDragImage_Callback_3(mthis, image, x, y) native "DataTransfer_setDragImage_Callback";
|
| +
|
| + static types_Getter(mthis) native "DataTransfer_types_Getter";
|
| +
|
| }
|
|
|
| class BlinkDataTransferItem {
|
| + static getAsFile_Callback_0(mthis) native "DataTransferItem_getAsFile_Callback";
|
| +
|
| + static getAsString_Callback_1(mthis, callback) native "DataTransferItem_getAsString_Callback";
|
| +
|
| static kind_Getter(mthis) native "DataTransferItem_kind_Getter";
|
|
|
| static type_Getter(mthis) native "DataTransferItem_type_Getter";
|
|
|
| - static getAsFile_Callback(mthis) native "DataTransferItem_getAsFile_Callback";
|
| + static webkitGetAsEntry_Callback_0(mthis) native "DataTransferItem_webkitGetAsEntry_Callback";
|
|
|
| - static getAsString_Callback_1(mthis, callback) native "DataTransferItem_getAsString_Callback";
|
| -
|
| - static webkitGetAsEntry_Callback(mthis) native "DataTransferItem_webkitGetAsEntry_Callback";
|
| }
|
|
|
| class BlinkDataTransferItemList {
|
| - static length_Getter(mthis) native "DataTransferItemList_length_Getter";
|
| -
|
| static $__getter___Callback_1(mthis, index) native "DataTransferItemList___getter___Callback";
|
|
|
| + static add_Callback_1(mthis, data_OR_file) native "DataTransferItemList_add_Callback";
|
| +
|
| static add_Callback_2(mthis, data_OR_file, type) native "DataTransferItemList_add_Callback";
|
|
|
| - static add_Callback_1(mthis, data_OR_file) native "DataTransferItemList_add_Callback";
|
| + static clear_Callback_0(mthis) native "DataTransferItemList_clear_Callback";
|
|
|
| - static clear_Callback(mthis) native "DataTransferItemList_clear_Callback";
|
| + static length_Getter(mthis) native "DataTransferItemList_length_Getter";
|
|
|
| static remove_Callback_1(mthis, index) native "DataTransferItemList_remove_Callback";
|
| +
|
| }
|
|
|
| class BlinkDatabase {
|
| - static version_Getter(mthis) native "Database_version_Getter";
|
| + static changeVersion_Callback_2(mthis, oldVersion, newVersion) native "Database_changeVersion_Callback";
|
|
|
| - static changeVersion_Callback_5(mthis, oldVersion, newVersion, callback, errorCallback, successCallback) native "Database_changeVersion_Callback";
|
| + static changeVersion_Callback_3(mthis, oldVersion, newVersion, callback) native "Database_changeVersion_Callback";
|
|
|
| static changeVersion_Callback_4(mthis, oldVersion, newVersion, callback, errorCallback) native "Database_changeVersion_Callback";
|
|
|
| - static changeVersion_Callback_3(mthis, oldVersion, newVersion, callback) native "Database_changeVersion_Callback";
|
| + static changeVersion_Callback_5(mthis, oldVersion, newVersion, callback, errorCallback, successCallback) native "Database_changeVersion_Callback";
|
|
|
| - static changeVersion_Callback_2(mthis, oldVersion, newVersion) native "Database_changeVersion_Callback";
|
| + static readTransaction_Callback_1(mthis, callback) native "Database_readTransaction_Callback";
|
| +
|
| + static readTransaction_Callback_2(mthis, callback, errorCallback) native "Database_readTransaction_Callback";
|
|
|
| static readTransaction_Callback_3(mthis, callback, errorCallback, successCallback) native "Database_readTransaction_Callback";
|
|
|
| - static readTransaction_Callback_2(mthis, callback, errorCallback) native "Database_readTransaction_Callback";
|
| + static transaction_Callback_1(mthis, callback) native "Database_transaction_Callback";
|
|
|
| - static readTransaction_Callback_1(mthis, callback) native "Database_readTransaction_Callback";
|
| + static transaction_Callback_2(mthis, callback, errorCallback) native "Database_transaction_Callback";
|
|
|
| static transaction_Callback_3(mthis, callback, errorCallback, successCallback) native "Database_transaction_Callback";
|
|
|
| - static transaction_Callback_2(mthis, callback, errorCallback) native "Database_transaction_Callback";
|
| + static version_Getter(mthis) native "Database_version_Getter";
|
|
|
| - static transaction_Callback_1(mthis, callback) native "Database_transaction_Callback";
|
| }
|
|
|
| -class BlinkDatabaseSync {}
|
| +class BlinkDatabaseSync {
|
| +}
|
|
|
| class BlinkWindowBase64 {
|
| static atob_Callback_1(mthis, string) native "WindowBase64_atob_Callback";
|
|
|
| static btoa_Callback_1(mthis, string) native "WindowBase64_btoa_Callback";
|
| +
|
| }
|
|
|
| class BlinkWindowTimers {
|
| @@ -1610,94 +1715,100 @@ class BlinkWindowTimers {
|
| static setInterval_Callback_2(mthis, handler, timeout) native "WindowTimers_setInterval_Callback";
|
|
|
| static setTimeout_Callback_2(mthis, handler, timeout) native "WindowTimers_setTimeout_Callback";
|
| +
|
| }
|
|
|
| class BlinkWorkerGlobalScope {
|
| + static atob_Callback_1(mthis, string) native "WorkerGlobalScope_atob_Callback";
|
| +
|
| + static btoa_Callback_1(mthis, string) native "WorkerGlobalScope_btoa_Callback";
|
| +
|
| + static clearInterval_Callback_1(mthis, handle) native "WorkerGlobalScope_clearInterval_Callback";
|
| +
|
| + static clearTimeout_Callback_1(mthis, handle) native "WorkerGlobalScope_clearTimeout_Callback";
|
| +
|
| + static close_Callback_0(mthis) native "WorkerGlobalScope_close_Callback";
|
| +
|
| static console_Getter(mthis) native "WorkerGlobalScope_console_Getter";
|
|
|
| static crypto_Getter(mthis) native "WorkerGlobalScope_crypto_Getter";
|
|
|
| + static importScripts_Callback_1(mthis, urls) native "WorkerGlobalScope_importScripts_Callback";
|
| +
|
| static indexedDB_Getter(mthis) native "WorkerGlobalScope_indexedDB_Getter";
|
|
|
| static location_Getter(mthis) native "WorkerGlobalScope_location_Getter";
|
|
|
| static navigator_Getter(mthis) native "WorkerGlobalScope_navigator_Getter";
|
|
|
| - static performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter";
|
| -
|
| - static self_Getter(mthis) native "WorkerGlobalScope_self_Getter";
|
| + static openDatabaseSync_Callback_4(mthis, name, version, displayName, estimatedSize) native "WorkerGlobalScope_openDatabaseSync_Callback";
|
|
|
| - static close_Callback(mthis) native "WorkerGlobalScope_close_Callback";
|
| + static openDatabaseSync_Callback_5(mthis, name, version, displayName, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabaseSync_Callback";
|
|
|
| - static importScripts_Callback_1(mthis, urls) native "WorkerGlobalScope_importScripts_Callback";
|
| + static openDatabase_Callback_4(mthis, name, version, displayName, estimatedSize) native "WorkerGlobalScope_openDatabase_Callback";
|
|
|
| static openDatabase_Callback_5(mthis, name, version, displayName, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabase_Callback";
|
|
|
| - static openDatabase_Callback_4(mthis, name, version, displayName, estimatedSize) native "WorkerGlobalScope_openDatabase_Callback";
|
| + static performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter";
|
|
|
| - static openDatabaseSync_Callback_5(mthis, name, version, displayName, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabaseSync_Callback";
|
| + static self_Getter(mthis) native "WorkerGlobalScope_self_Getter";
|
|
|
| - static openDatabaseSync_Callback_4(mthis, name, version, displayName, estimatedSize) native "WorkerGlobalScope_openDatabaseSync_Callback";
|
| + static setInterval_Callback_2(mthis, handler, timeout) native "WorkerGlobalScope_setInterval_Callback";
|
|
|
| - static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
|
| + static setTimeout_Callback_2(mthis, handler, timeout) native "WorkerGlobalScope_setTimeout_Callback";
|
|
|
| - static webkitRequestFileSystem_Callback_3(mthis, type, size, successCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
|
| + static webkitRequestFileSystemSync_Callback_2(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback";
|
|
|
| static webkitRequestFileSystem_Callback_2(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
|
|
|
| - static webkitRequestFileSystemSync_Callback_2(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback";
|
| + static webkitRequestFileSystem_Callback_3(mthis, type, size, successCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
|
|
|
| - static webkitResolveLocalFileSystemSyncURL_Callback_1(mthis, url) native "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback";
|
| + static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
|
|
|
| - static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback";
|
| + static webkitResolveLocalFileSystemSyncURL_Callback_1(mthis, url) native "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback";
|
|
|
| static webkitResolveLocalFileSystemURL_Callback_2(mthis, url, successCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback";
|
|
|
| - static atob_Callback_1(mthis, string) native "WorkerGlobalScope_atob_Callback";
|
| -
|
| - static btoa_Callback_1(mthis, string) native "WorkerGlobalScope_btoa_Callback";
|
| -
|
| - static clearInterval_Callback_1(mthis, handle) native "WorkerGlobalScope_clearInterval_Callback";
|
| -
|
| - static clearTimeout_Callback_1(mthis, handle) native "WorkerGlobalScope_clearTimeout_Callback";
|
| -
|
| - static setInterval_Callback_2(mthis, handler, timeout) native "WorkerGlobalScope_setInterval_Callback";
|
| + static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback";
|
|
|
| - static setTimeout_Callback_2(mthis, handler, timeout) native "WorkerGlobalScope_setTimeout_Callback";
|
| }
|
|
|
| class BlinkDedicatedWorkerGlobalScope {
|
| static postMessage_Callback_2(mthis, message, transfer) native "DedicatedWorkerGlobalScope_postMessage_Callback";
|
| +
|
| }
|
|
|
| class BlinkDelayNode {
|
| static delayTime_Getter(mthis) native "DelayNode_delayTime_Getter";
|
| +
|
| }
|
|
|
| class BlinkDeprecatedStorageInfo {
|
| - static queryUsageAndQuota_Callback_3(mthis, storageType, usageCallback, errorCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback";
|
| + static queryUsageAndQuota_Callback_1(mthis, storageType) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback";
|
|
|
| static queryUsageAndQuota_Callback_2(mthis, storageType, usageCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback";
|
|
|
| - static queryUsageAndQuota_Callback_1(mthis, storageType) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback";
|
| + static queryUsageAndQuota_Callback_3(mthis, storageType, usageCallback, errorCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback";
|
|
|
| - static requestQuota_Callback_4(mthis, storageType, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota_Callback";
|
| + static requestQuota_Callback_2(mthis, storageType, newQuotaInBytes) native "DeprecatedStorageInfo_requestQuota_Callback";
|
|
|
| static requestQuota_Callback_3(mthis, storageType, newQuotaInBytes, quotaCallback) native "DeprecatedStorageInfo_requestQuota_Callback";
|
|
|
| - static requestQuota_Callback_2(mthis, storageType, newQuotaInBytes) native "DeprecatedStorageInfo_requestQuota_Callback";
|
| + static requestQuota_Callback_4(mthis, storageType, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota_Callback";
|
| +
|
| }
|
|
|
| class BlinkDeprecatedStorageQuota {
|
| - static queryUsageAndQuota_Callback_2(mthis, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback";
|
| -
|
| static queryUsageAndQuota_Callback_1(mthis, usageCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback";
|
|
|
| - static requestQuota_Callback_3(mthis, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageQuota_requestQuota_Callback";
|
| + static queryUsageAndQuota_Callback_2(mthis, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback";
|
| +
|
| + static requestQuota_Callback_1(mthis, newQuotaInBytes) native "DeprecatedStorageQuota_requestQuota_Callback";
|
|
|
| static requestQuota_Callback_2(mthis, newQuotaInBytes, quotaCallback) native "DeprecatedStorageQuota_requestQuota_Callback";
|
|
|
| - static requestQuota_Callback_1(mthis, newQuotaInBytes) native "DeprecatedStorageQuota_requestQuota_Callback";
|
| + static requestQuota_Callback_3(mthis, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageQuota_requestQuota_Callback";
|
| +
|
| }
|
|
|
| class BlinkDeviceAcceleration {
|
| @@ -1706,24 +1817,27 @@ class BlinkDeviceAcceleration {
|
| static y_Getter(mthis) native "DeviceAcceleration_y_Getter";
|
|
|
| static z_Getter(mthis) native "DeviceAcceleration_z_Getter";
|
| +
|
| }
|
|
|
| class BlinkDeviceLightEvent {
|
| - static constructorCallback(type, options) native "DeviceLightEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "DeviceLightEvent_constructorCallback";
|
|
|
| static value_Getter(mthis) native "DeviceLightEvent_value_Getter";
|
| +
|
| }
|
|
|
| class BlinkDeviceMotionEvent {
|
| + static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_accelerationIncludingGravity_Getter";
|
| +
|
| static acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Getter";
|
|
|
| - static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_accelerationIncludingGravity_Getter";
|
| + static initDeviceMotionEvent_Callback_7(mthis, type, bubbles, cancelable, acceleration, accelerationIncludingGravity, rotationRate, interval) native "DeviceMotionEvent_initDeviceMotionEvent_Callback";
|
|
|
| static interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter";
|
|
|
| static rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Getter";
|
|
|
| - static initDeviceMotionEvent_Callback_7(mthis, type, bubbles, cancelable, acceleration, accelerationIncludingGravity, rotationRate, interval) native "DeviceMotionEvent_initDeviceMotionEvent_Callback";
|
| }
|
|
|
| class BlinkDeviceOrientationEvent {
|
| @@ -1736,6 +1850,7 @@ class BlinkDeviceOrientationEvent {
|
| static gamma_Getter(mthis) native "DeviceOrientationEvent_gamma_Getter";
|
|
|
| static initDeviceOrientationEvent_Callback_7(mthis, type, bubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent_initDeviceOrientationEvent_Callback";
|
| +
|
| }
|
|
|
| class BlinkDeviceRotationRate {
|
| @@ -1744,89 +1859,97 @@ class BlinkDeviceRotationRate {
|
| static beta_Getter(mthis) native "DeviceRotationRate_beta_Getter";
|
|
|
| static gamma_Getter(mthis) native "DeviceRotationRate_gamma_Getter";
|
| +
|
| }
|
|
|
| class BlinkEntry {
|
| - static filesystem_Getter(mthis) native "Entry_filesystem_Getter";
|
| -
|
| - static fullPath_Getter(mthis) native "Entry_fullPath_Getter";
|
| -
|
| - static isDirectory_Getter(mthis) native "Entry_isDirectory_Getter";
|
| + static copyTo_Callback_1(mthis, parent) native "Entry_copyTo_Callback";
|
|
|
| - static isFile_Getter(mthis) native "Entry_isFile_Getter";
|
| + static copyTo_Callback_2(mthis, parent, name) native "Entry_copyTo_Callback";
|
|
|
| - static name_Getter(mthis) native "Entry_name_Getter";
|
| + static copyTo_Callback_3(mthis, parent, name, successCallback) native "Entry_copyTo_Callback";
|
|
|
| static copyTo_Callback_4(mthis, parent, name, successCallback, errorCallback) native "Entry_copyTo_Callback";
|
|
|
| - static copyTo_Callback_3(mthis, parent, name, successCallback) native "Entry_copyTo_Callback";
|
| + static filesystem_Getter(mthis) native "Entry_filesystem_Getter";
|
|
|
| - static copyTo_Callback_2(mthis, parent, name) native "Entry_copyTo_Callback";
|
| + static fullPath_Getter(mthis) native "Entry_fullPath_Getter";
|
|
|
| - static copyTo_Callback_1(mthis, parent) native "Entry_copyTo_Callback";
|
| + static getMetadata_Callback_1(mthis, successCallback) native "Entry_getMetadata_Callback";
|
|
|
| static getMetadata_Callback_2(mthis, successCallback, errorCallback) native "Entry_getMetadata_Callback";
|
|
|
| - static getMetadata_Callback_1(mthis, successCallback) native "Entry_getMetadata_Callback";
|
| + static getParent_Callback_0(mthis) native "Entry_getParent_Callback";
|
| +
|
| + static getParent_Callback_1(mthis, successCallback) native "Entry_getParent_Callback";
|
|
|
| static getParent_Callback_2(mthis, successCallback, errorCallback) native "Entry_getParent_Callback";
|
|
|
| - static getParent_Callback_1(mthis, successCallback) native "Entry_getParent_Callback";
|
| + static isDirectory_Getter(mthis) native "Entry_isDirectory_Getter";
|
| +
|
| + static isFile_Getter(mthis) native "Entry_isFile_Getter";
|
|
|
| - static getParent_Callback(mthis) native "Entry_getParent_Callback";
|
| + static moveTo_Callback_1(mthis, parent) native "Entry_moveTo_Callback";
|
|
|
| - static moveTo_Callback_4(mthis, parent, name, successCallback, errorCallback) native "Entry_moveTo_Callback";
|
| + static moveTo_Callback_2(mthis, parent, name) native "Entry_moveTo_Callback";
|
|
|
| static moveTo_Callback_3(mthis, parent, name, successCallback) native "Entry_moveTo_Callback";
|
|
|
| - static moveTo_Callback_2(mthis, parent, name) native "Entry_moveTo_Callback";
|
| + static moveTo_Callback_4(mthis, parent, name, successCallback, errorCallback) native "Entry_moveTo_Callback";
|
|
|
| - static moveTo_Callback_1(mthis, parent) native "Entry_moveTo_Callback";
|
| + static name_Getter(mthis) native "Entry_name_Getter";
|
| +
|
| + static remove_Callback_1(mthis, successCallback) native "Entry_remove_Callback";
|
|
|
| static remove_Callback_2(mthis, successCallback, errorCallback) native "Entry_remove_Callback";
|
|
|
| - static remove_Callback_1(mthis, successCallback) native "Entry_remove_Callback";
|
| + static toURL_Callback_0(mthis) native "Entry_toURL_Callback";
|
|
|
| - static toURL_Callback(mthis) native "Entry_toURL_Callback";
|
| }
|
|
|
| class BlinkDirectoryEntry {
|
| - static createReader_Callback(mthis) native "DirectoryEntry_createReader_Callback";
|
| + static createReader_Callback_0(mthis) native "DirectoryEntry_createReader_Callback";
|
|
|
| - static getDirectory_Callback_4(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getDirectory_Callback";
|
| + static getDirectory_Callback_1(mthis, path) native "DirectoryEntry_getDirectory_Callback";
|
| +
|
| + static getDirectory_Callback_2(mthis, path, options) native "DirectoryEntry_getDirectory_Callback";
|
|
|
| static getDirectory_Callback_3(mthis, path, options, successCallback) native "DirectoryEntry_getDirectory_Callback";
|
|
|
| - static getDirectory_Callback_2(mthis, path, options) native "DirectoryEntry_getDirectory_Callback";
|
| + static getDirectory_Callback_4(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getDirectory_Callback";
|
|
|
| - static getDirectory_Callback_1(mthis, path) native "DirectoryEntry_getDirectory_Callback";
|
| + static getFile_Callback_1(mthis, path) native "DirectoryEntry_getFile_Callback";
|
|
|
| - static getFile_Callback_4(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getFile_Callback";
|
| + static getFile_Callback_2(mthis, path, options) native "DirectoryEntry_getFile_Callback";
|
|
|
| static getFile_Callback_3(mthis, path, options, successCallback) native "DirectoryEntry_getFile_Callback";
|
|
|
| - static getFile_Callback_2(mthis, path, options) native "DirectoryEntry_getFile_Callback";
|
| + static getFile_Callback_4(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getFile_Callback";
|
|
|
| - static getFile_Callback_1(mthis, path) native "DirectoryEntry_getFile_Callback";
|
| + static removeRecursively_Callback_1(mthis, successCallback) native "DirectoryEntry_removeRecursively_Callback";
|
|
|
| static removeRecursively_Callback_2(mthis, successCallback, errorCallback) native "DirectoryEntry_removeRecursively_Callback";
|
|
|
| - static removeRecursively_Callback_1(mthis, successCallback) native "DirectoryEntry_removeRecursively_Callback";
|
| }
|
|
|
| -class BlinkEntrySync {}
|
| +class BlinkEntrySync {
|
| +}
|
|
|
| -class BlinkDirectoryEntrySync {}
|
| +class BlinkDirectoryEntrySync {
|
| +}
|
|
|
| class BlinkDirectoryReader {
|
| + static readEntries_Callback_1(mthis, successCallback) native "DirectoryReader_readEntries_Callback";
|
| +
|
| static readEntries_Callback_2(mthis, successCallback, errorCallback) native "DirectoryReader_readEntries_Callback";
|
|
|
| - static readEntries_Callback_1(mthis, successCallback) native "DirectoryReader_readEntries_Callback";
|
| }
|
|
|
| -class BlinkDirectoryReaderSync {}
|
| +class BlinkDirectoryReaderSync {
|
| +}
|
|
|
| -class BlinkGlobalEventHandlers {}
|
| +class BlinkGlobalEventHandlers {
|
| +}
|
|
|
| class BlinkParentNode {
|
| static childElementCount_Getter(mthis) native "ParentNode_childElementCount_Getter";
|
| @@ -1837,168 +1960,172 @@ class BlinkParentNode {
|
|
|
| static lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Getter";
|
|
|
| + static querySelectorAll_Callback_1(mthis, selectors) native "ParentNode_querySelectorAll_Callback";
|
| +
|
| static querySelector_Callback_1(mthis, selectors) native "ParentNode_querySelector_Callback";
|
|
|
| - static querySelectorAll_Callback_1(mthis, selectors) native "ParentNode_querySelectorAll_Callback";
|
| }
|
|
|
| class BlinkDocument {
|
| static activeElement_Getter(mthis) native "Document_activeElement_Getter";
|
|
|
| + static adoptNode_Callback_1(mthis, node) native "Document_adoptNode_Callback";
|
| +
|
| static body_Getter(mthis) native "Document_body_Getter";
|
|
|
| static body_Setter(mthis, value) native "Document_body_Setter";
|
|
|
| - static contentType_Getter(mthis) native "Document_contentType_Getter";
|
| + static caretRangeFromPoint_Callback_2(mthis, x, y) native "Document_caretRangeFromPoint_Callback";
|
|
|
| - static cookie_Getter(mthis) native "Document_cookie_Getter";
|
| + static childElementCount_Getter(mthis) native "Document_childElementCount_Getter";
|
|
|
| - static cookie_Setter(mthis, value) native "Document_cookie_Setter";
|
| + static children_Getter(mthis) native "Document_children_Getter";
|
|
|
| - static currentScript_Getter(mthis) native "Document_currentScript_Getter";
|
| + static contentType_Getter(mthis) native "Document_contentType_Getter";
|
|
|
| - static defaultView_Getter(mthis) native "Document_defaultView_Getter";
|
| + static cookie_Getter(mthis) native "Document_cookie_Getter";
|
|
|
| - static documentElement_Getter(mthis) native "Document_documentElement_Getter";
|
| + static cookie_Setter(mthis, value) native "Document_cookie_Setter";
|
|
|
| - static domain_Getter(mthis) native "Document_domain_Getter";
|
| + static createDocumentFragment_Callback_0(mthis) native "Document_createDocumentFragment_Callback";
|
|
|
| - static fonts_Getter(mthis) native "Document_fonts_Getter";
|
| + static createElementNS_Callback_3(mthis, namespaceURI, qualifiedName, typeExtension) native "Document_createElementNS_Callback";
|
|
|
| - static fullscreenElement_Getter(mthis) native "Document_fullscreenElement_Getter";
|
| + static createElement_Callback_2(mthis, localName_OR_tagName, typeExtension) native "Document_createElement_Callback";
|
|
|
| - static fullscreenEnabled_Getter(mthis) native "Document_fullscreenEnabled_Getter";
|
| + static createEvent_Callback_1(mthis, eventType) native "Document_createEvent_Callback";
|
|
|
| - static head_Getter(mthis) native "Document_head_Getter";
|
| + static createNodeIterator_Callback_1(mthis, root) native "Document_createNodeIterator_Callback";
|
|
|
| - static hidden_Getter(mthis) native "Document_hidden_Getter";
|
| + static createNodeIterator_Callback_3(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback";
|
|
|
| - static implementation_Getter(mthis) native "Document_implementation_Getter";
|
| + static createRange_Callback_0(mthis) native "Document_createRange_Callback";
|
|
|
| - static lastModified_Getter(mthis) native "Document_lastModified_Getter";
|
| + static createTextNode_Callback_1(mthis, data) native "Document_createTextNode_Callback";
|
|
|
| - static pointerLockElement_Getter(mthis) native "Document_pointerLockElement_Getter";
|
| + static createTouchList_Callback_1(mthis, touches) native "Document_createTouchList_Callback";
|
|
|
| - static preferredStylesheetSet_Getter(mthis) native "Document_preferredStylesheetSet_Getter";
|
| + static createTouch_Callback_11(mthis, window, target, identifier, pageX, pageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce) native "Document_createTouch_Callback";
|
|
|
| - static readyState_Getter(mthis) native "Document_readyState_Getter";
|
| + static createTreeWalker_Callback_1(mthis, root) native "Document_createTreeWalker_Callback";
|
|
|
| - static referrer_Getter(mthis) native "Document_referrer_Getter";
|
| + static createTreeWalker_Callback_3(mthis, root, whatToShow, filter) native "Document_createTreeWalker_Callback";
|
|
|
| - static rootElement_Getter(mthis) native "Document_rootElement_Getter";
|
| + static currentScript_Getter(mthis) native "Document_currentScript_Getter";
|
|
|
| - static selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheetSet_Getter";
|
| + static defaultView_Getter(mthis) native "Document_defaultView_Getter";
|
|
|
| - static selectedStylesheetSet_Setter(mthis, value) native "Document_selectedStylesheetSet_Setter";
|
| + static documentElement_Getter(mthis) native "Document_documentElement_Getter";
|
|
|
| - static styleSheets_Getter(mthis) native "Document_styleSheets_Getter";
|
| + static domain_Getter(mthis) native "Document_domain_Getter";
|
|
|
| - static timeline_Getter(mthis) native "Document_timeline_Getter";
|
| + static elementFromPoint_Callback_2(mthis, x, y) native "Document_elementFromPoint_Callback";
|
|
|
| - static title_Getter(mthis) native "Document_title_Getter";
|
| + static execCommand_Callback_3(mthis, command, userInterface, value) native "Document_execCommand_Callback";
|
|
|
| - static title_Setter(mthis, value) native "Document_title_Setter";
|
| + static exitFullscreen_Callback_0(mthis) native "Document_exitFullscreen_Callback";
|
|
|
| - static visibilityState_Getter(mthis) native "Document_visibilityState_Getter";
|
| + static exitPointerLock_Callback_0(mthis) native "Document_exitPointerLock_Callback";
|
|
|
| - static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreenElement_Getter";
|
| + static firstElementChild_Getter(mthis) native "Document_firstElementChild_Getter";
|
|
|
| - static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreenEnabled_Getter";
|
| + static fonts_Getter(mthis) native "Document_fonts_Getter";
|
|
|
| - static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter";
|
| + static fullscreenElement_Getter(mthis) native "Document_fullscreenElement_Getter";
|
|
|
| - static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilityState_Getter";
|
| + static fullscreenEnabled_Getter(mthis) native "Document_fullscreenEnabled_Getter";
|
|
|
| - static adoptNode_Callback_1(mthis, node) native "Document_adoptNode_Callback";
|
| + static getCSSCanvasContext_Callback_4(mthis, contextId, name, width, height) native "Document_getCSSCanvasContext_Callback";
|
|
|
| - static caretRangeFromPoint_Callback_2(mthis, x, y) native "Document_caretRangeFromPoint_Callback";
|
| + static getElementById_Callback_1(mthis, elementId) native "Document_getElementById_Callback";
|
|
|
| - static createDocumentFragment_Callback(mthis) native "Document_createDocumentFragment_Callback";
|
| + static getElementsByClassName_Callback_1(mthis, classNames) native "Document_getElementsByClassName_Callback";
|
|
|
| - static createElement_Callback_2(mthis, localName_OR_tagName, typeExtension) native "Document_createElement_Callback";
|
| + static getElementsByName_Callback_1(mthis, elementName) native "Document_getElementsByName_Callback";
|
|
|
| - static createElementNS_Callback_3(mthis, namespaceURI, qualifiedName, typeExtension) native "Document_createElementNS_Callback";
|
| + static getElementsByTagName_Callback_1(mthis, localName) native "Document_getElementsByTagName_Callback";
|
|
|
| - static createEvent_Callback_1(mthis, eventType) native "Document_createEvent_Callback";
|
| + static head_Getter(mthis) native "Document_head_Getter";
|
|
|
| - static createNodeIterator_Callback_3(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback";
|
| + static hidden_Getter(mthis) native "Document_hidden_Getter";
|
|
|
| - static createNodeIterator_Callback_1(mthis, root) native "Document_createNodeIterator_Callback";
|
| + static implementation_Getter(mthis) native "Document_implementation_Getter";
|
|
|
| - static createRange_Callback(mthis) native "Document_createRange_Callback";
|
| + static importNode_Callback_1(mthis, node) native "Document_importNode_Callback";
|
|
|
| - static createTextNode_Callback_1(mthis, data) native "Document_createTextNode_Callback";
|
| + static importNode_Callback_2(mthis, node, deep) native "Document_importNode_Callback";
|
|
|
| - static createTouch_Callback_11(mthis, window, target, identifier, pageX, pageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce) native "Document_createTouch_Callback";
|
| + static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter";
|
|
|
| - static createTouchList_Callback_1(mthis, touches) native "Document_createTouchList_Callback";
|
| + static lastModified_Getter(mthis) native "Document_lastModified_Getter";
|
|
|
| - static createTreeWalker_Callback_3(mthis, root, whatToShow, filter) native "Document_createTreeWalker_Callback";
|
| + static pointerLockElement_Getter(mthis) native "Document_pointerLockElement_Getter";
|
|
|
| - static createTreeWalker_Callback_1(mthis, root) native "Document_createTreeWalker_Callback";
|
| + static preferredStylesheetSet_Getter(mthis) native "Document_preferredStylesheetSet_Getter";
|
|
|
| - static elementFromPoint_Callback_2(mthis, x, y) native "Document_elementFromPoint_Callback";
|
| + static queryCommandEnabled_Callback_1(mthis, command) native "Document_queryCommandEnabled_Callback";
|
|
|
| - static execCommand_Callback_3(mthis, command, userInterface, value) native "Document_execCommand_Callback";
|
| + static queryCommandIndeterm_Callback_1(mthis, command) native "Document_queryCommandIndeterm_Callback";
|
|
|
| - static exitFullscreen_Callback(mthis) native "Document_exitFullscreen_Callback";
|
| + static queryCommandState_Callback_1(mthis, command) native "Document_queryCommandState_Callback";
|
|
|
| - static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callback";
|
| + static queryCommandSupported_Callback_1(mthis, command) native "Document_queryCommandSupported_Callback";
|
|
|
| - static getCSSCanvasContext_Callback_4(mthis, contextId, name, width, height) native "Document_getCSSCanvasContext_Callback";
|
| + static queryCommandValue_Callback_1(mthis, command) native "Document_queryCommandValue_Callback";
|
|
|
| - static getElementById_Callback_1(mthis, elementId) native "Document_getElementById_Callback";
|
| + static querySelectorAll_Callback_1(mthis, selectors) native "Document_querySelectorAll_Callback";
|
|
|
| - static getElementsByClassName_Callback_1(mthis, classNames) native "Document_getElementsByClassName_Callback";
|
| + static querySelector_Callback_1(mthis, selectors) native "Document_querySelector_Callback";
|
|
|
| - static getElementsByName_Callback_1(mthis, elementName) native "Document_getElementsByName_Callback";
|
| + static readyState_Getter(mthis) native "Document_readyState_Getter";
|
|
|
| - static getElementsByTagName_Callback_1(mthis, localName) native "Document_getElementsByTagName_Callback";
|
| + static referrer_Getter(mthis) native "Document_referrer_Getter";
|
|
|
| - static importNode_Callback_2(mthis, node, deep) native "Document_importNode_Callback";
|
| + static rootElement_Getter(mthis) native "Document_rootElement_Getter";
|
|
|
| - static importNode_Callback_1(mthis, node) native "Document_importNode_Callback";
|
| + static selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheetSet_Getter";
|
|
|
| - static queryCommandEnabled_Callback_1(mthis, command) native "Document_queryCommandEnabled_Callback";
|
| + static selectedStylesheetSet_Setter(mthis, value) native "Document_selectedStylesheetSet_Setter";
|
|
|
| - static queryCommandIndeterm_Callback_1(mthis, command) native "Document_queryCommandIndeterm_Callback";
|
| + static styleSheets_Getter(mthis) native "Document_styleSheets_Getter";
|
|
|
| - static queryCommandState_Callback_1(mthis, command) native "Document_queryCommandState_Callback";
|
| + static timeline_Getter(mthis) native "Document_timeline_Getter";
|
|
|
| - static queryCommandSupported_Callback_1(mthis, command) native "Document_queryCommandSupported_Callback";
|
| + static title_Getter(mthis) native "Document_title_Getter";
|
|
|
| - static queryCommandValue_Callback_1(mthis, command) native "Document_queryCommandValue_Callback";
|
| + static title_Setter(mthis, value) native "Document_title_Setter";
|
|
|
| - static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscreen_Callback";
|
| + static visibilityState_Getter(mthis) native "Document_visibilityState_Getter";
|
|
|
| - static childElementCount_Getter(mthis) native "Document_childElementCount_Getter";
|
| + static webkitExitFullscreen_Callback_0(mthis) native "Document_webkitExitFullscreen_Callback";
|
|
|
| - static children_Getter(mthis) native "Document_children_Getter";
|
| + static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreenElement_Getter";
|
|
|
| - static firstElementChild_Getter(mthis) native "Document_firstElementChild_Getter";
|
| + static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreenEnabled_Getter";
|
|
|
| - static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter";
|
| + static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter";
|
|
|
| - static querySelector_Callback_1(mthis, selectors) native "Document_querySelector_Callback";
|
| + static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilityState_Getter";
|
|
|
| - static querySelectorAll_Callback_1(mthis, selectors) native "Document_querySelectorAll_Callback";
|
| }
|
|
|
| class BlinkDocumentFragment {
|
| - static getElementById_Callback_1(mthis, elementId) native "DocumentFragment_getElementById_Callback";
|
| -
|
| static childElementCount_Getter(mthis) native "DocumentFragment_childElementCount_Getter";
|
|
|
| static firstElementChild_Getter(mthis) native "DocumentFragment_firstElementChild_Getter";
|
|
|
| + static getElementById_Callback_1(mthis, elementId) native "DocumentFragment_getElementById_Callback";
|
| +
|
| static lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChild_Getter";
|
|
|
| + static querySelectorAll_Callback_1(mthis, selectors) native "DocumentFragment_querySelectorAll_Callback";
|
| +
|
| static querySelector_Callback_1(mthis, selectors) native "DocumentFragment_querySelector_Callback";
|
|
|
| - static querySelectorAll_Callback_1(mthis, selectors) native "DocumentFragment_querySelectorAll_Callback";
|
| }
|
|
|
| -class BlinkDocumentType {}
|
| +class BlinkDocumentType {
|
| +}
|
|
|
| class BlinkDynamicsCompressorNode {
|
| static attack_Getter(mthis) native "DynamicsCompressorNode_attack_Getter";
|
| @@ -2012,19 +2139,32 @@ class BlinkDynamicsCompressorNode {
|
| static release_Getter(mthis) native "DynamicsCompressorNode_release_Getter";
|
|
|
| static threshold_Getter(mthis) native "DynamicsCompressorNode_threshold_Getter";
|
| +
|
| }
|
|
|
| -class BlinkEXTBlendMinMax {}
|
| +class BlinkEXTBlendMinMax {
|
| +}
|
|
|
| -class BlinkEXTFragDepth {}
|
| +class BlinkEXTFragDepth {
|
| +}
|
|
|
| -class BlinkEXTShaderTextureLOD {}
|
| +class BlinkEXTShaderTextureLOD {
|
| +}
|
|
|
| -class BlinkEXTTextureFilterAnisotropic {}
|
| +class BlinkEXTTextureFilterAnisotropic {
|
| +}
|
|
|
| class BlinkElement {
|
| + static animate_Callback_2(mthis, effect, timing) native "Element_animate_Callback";
|
| +
|
| static attributes_Getter(mthis) native "Element_attributes_Getter";
|
|
|
| + static blur_Callback_0(mthis) native "Element_blur_Callback";
|
| +
|
| + static childElementCount_Getter(mthis) native "Element_childElementCount_Getter";
|
| +
|
| + static children_Getter(mthis) native "Element_children_Getter";
|
| +
|
| static className_Getter(mthis) native "Element_className_Getter";
|
|
|
| static className_Setter(mthis, value) native "Element_className_Setter";
|
| @@ -2037,125 +2177,118 @@ class BlinkElement {
|
|
|
| static clientWidth_Getter(mthis) native "Element_clientWidth_Getter";
|
|
|
| - static id_Getter(mthis) native "Element_id_Getter";
|
| -
|
| - static id_Setter(mthis, value) native "Element_id_Setter";
|
| -
|
| - static innerHTML_Getter(mthis) native "Element_innerHTML_Getter";
|
| -
|
| - static innerHTML_Setter(mthis, value) native "Element_innerHTML_Setter";
|
| -
|
| - static localName_Getter(mthis) native "Element_localName_Getter";
|
| + static createShadowRoot_Callback_0(mthis) native "Element_createShadowRoot_Callback";
|
|
|
| - static namespaceURI_Getter(mthis) native "Element_namespaceURI_Getter";
|
| + static firstElementChild_Getter(mthis) native "Element_firstElementChild_Getter";
|
|
|
| - static offsetHeight_Getter(mthis) native "Element_offsetHeight_Getter";
|
| + static focus_Callback_0(mthis) native "Element_focus_Callback";
|
|
|
| - static offsetLeft_Getter(mthis) native "Element_offsetLeft_Getter";
|
| + static getAnimationPlayers_Callback_0(mthis) native "Element_getAnimationPlayers_Callback";
|
|
|
| - static offsetParent_Getter(mthis) native "Element_offsetParent_Getter";
|
| + static getAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Element_getAttributeNS_Callback";
|
|
|
| - static offsetTop_Getter(mthis) native "Element_offsetTop_Getter";
|
| + static getAttribute_Callback_1(mthis, name) native "Element_getAttribute_Callback";
|
|
|
| - static offsetWidth_Getter(mthis) native "Element_offsetWidth_Getter";
|
| + static getBoundingClientRect_Callback_0(mthis) native "Element_getBoundingClientRect_Callback";
|
|
|
| - static outerHTML_Getter(mthis) native "Element_outerHTML_Getter";
|
| + static getClientRects_Callback_0(mthis) native "Element_getClientRects_Callback";
|
|
|
| - static scrollHeight_Getter(mthis) native "Element_scrollHeight_Getter";
|
| + static getDestinationInsertionPoints_Callback_0(mthis) native "Element_getDestinationInsertionPoints_Callback";
|
|
|
| - static scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter";
|
| + static getElementsByClassName_Callback_1(mthis, classNames) native "Element_getElementsByClassName_Callback";
|
|
|
| - static scrollLeft_Setter(mthis, value) native "Element_scrollLeft_Setter";
|
| + static getElementsByTagName_Callback_1(mthis, name) native "Element_getElementsByTagName_Callback";
|
|
|
| - static scrollTop_Getter(mthis) native "Element_scrollTop_Getter";
|
| + static hasAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Element_hasAttributeNS_Callback";
|
|
|
| - static scrollTop_Setter(mthis, value) native "Element_scrollTop_Setter";
|
| + static hasAttribute_Callback_1(mthis, name) native "Element_hasAttribute_Callback";
|
|
|
| - static scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter";
|
| + static id_Getter(mthis) native "Element_id_Getter";
|
|
|
| - static shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter";
|
| + static id_Setter(mthis, value) native "Element_id_Setter";
|
|
|
| - static style_Getter(mthis) native "Element_style_Getter";
|
| + static innerHTML_Getter(mthis) native "Element_innerHTML_Getter";
|
|
|
| - static tagName_Getter(mthis) native "Element_tagName_Getter";
|
| + static innerHTML_Setter(mthis, value) native "Element_innerHTML_Setter";
|
|
|
| - static animate_Callback_2(mthis, effect, timing) native "Element_animate_Callback";
|
| + static insertAdjacentElement_Callback_2(mthis, where, element) native "Element_insertAdjacentElement_Callback";
|
|
|
| - static blur_Callback(mthis) native "Element_blur_Callback";
|
| + static insertAdjacentHTML_Callback_2(mthis, where, html) native "Element_insertAdjacentHTML_Callback";
|
|
|
| - static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callback";
|
| + static insertAdjacentText_Callback_2(mthis, where, text) native "Element_insertAdjacentText_Callback";
|
|
|
| - static focus_Callback(mthis) native "Element_focus_Callback";
|
| + static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter";
|
|
|
| - static getAnimationPlayers_Callback(mthis) native "Element_getAnimationPlayers_Callback";
|
| + static localName_Getter(mthis) native "Element_localName_Getter";
|
|
|
| - static getAttribute_Callback_1(mthis, name) native "Element_getAttribute_Callback";
|
| + static matches_Callback_1(mthis, selectors) native "Element_matches_Callback";
|
|
|
| - static getAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Element_getAttributeNS_Callback";
|
| + static namespaceURI_Getter(mthis) native "Element_namespaceURI_Getter";
|
|
|
| - static getBoundingClientRect_Callback(mthis) native "Element_getBoundingClientRect_Callback";
|
| + static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Getter";
|
|
|
| - static getClientRects_Callback(mthis) native "Element_getClientRects_Callback";
|
| + static offsetHeight_Getter(mthis) native "Element_offsetHeight_Getter";
|
|
|
| - static getDestinationInsertionPoints_Callback(mthis) native "Element_getDestinationInsertionPoints_Callback";
|
| + static offsetLeft_Getter(mthis) native "Element_offsetLeft_Getter";
|
|
|
| - static getElementsByClassName_Callback_1(mthis, classNames) native "Element_getElementsByClassName_Callback";
|
| + static offsetParent_Getter(mthis) native "Element_offsetParent_Getter";
|
|
|
| - static getElementsByTagName_Callback_1(mthis, name) native "Element_getElementsByTagName_Callback";
|
| + static offsetTop_Getter(mthis) native "Element_offsetTop_Getter";
|
|
|
| - static hasAttribute_Callback_1(mthis, name) native "Element_hasAttribute_Callback";
|
| + static offsetWidth_Getter(mthis) native "Element_offsetWidth_Getter";
|
|
|
| - static hasAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Element_hasAttributeNS_Callback";
|
| + static outerHTML_Getter(mthis) native "Element_outerHTML_Getter";
|
|
|
| - static insertAdjacentElement_Callback_2(mthis, where, element) native "Element_insertAdjacentElement_Callback";
|
| + static previousElementSibling_Getter(mthis) native "Element_previousElementSibling_Getter";
|
|
|
| - static insertAdjacentHTML_Callback_2(mthis, where, html) native "Element_insertAdjacentHTML_Callback";
|
| + static querySelectorAll_Callback_1(mthis, selectors) native "Element_querySelectorAll_Callback";
|
|
|
| - static insertAdjacentText_Callback_2(mthis, where, text) native "Element_insertAdjacentText_Callback";
|
| + static querySelector_Callback_1(mthis, selectors) native "Element_querySelector_Callback";
|
|
|
| - static matches_Callback_1(mthis, selectors) native "Element_matches_Callback";
|
| + static removeAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Element_removeAttributeNS_Callback";
|
|
|
| static removeAttribute_Callback_1(mthis, name) native "Element_removeAttribute_Callback";
|
|
|
| - static removeAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Element_removeAttributeNS_Callback";
|
| + static remove_Callback_0(mthis) native "Element_remove_Callback";
|
|
|
| - static requestFullscreen_Callback(mthis) native "Element_requestFullscreen_Callback";
|
| + static requestFullscreen_Callback_0(mthis) native "Element_requestFullscreen_Callback";
|
|
|
| - static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_Callback";
|
| + static requestPointerLock_Callback_0(mthis) native "Element_requestPointerLock_Callback";
|
|
|
| - static scrollIntoView_Callback_1(mthis, alignWithTop) native "Element_scrollIntoView_Callback";
|
| + static scrollHeight_Getter(mthis) native "Element_scrollHeight_Getter";
|
|
|
| - static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback";
|
| + static scrollIntoViewIfNeeded_Callback_0(mthis) native "Element_scrollIntoViewIfNeeded_Callback";
|
|
|
| static scrollIntoViewIfNeeded_Callback_1(mthis, centerIfNeeded) native "Element_scrollIntoViewIfNeeded_Callback";
|
|
|
| - static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIfNeeded_Callback";
|
| + static scrollIntoView_Callback_0(mthis) native "Element_scrollIntoView_Callback";
|
|
|
| - static setAttribute_Callback_2(mthis, name, value) native "Element_setAttribute_Callback";
|
| + static scrollIntoView_Callback_1(mthis, alignWithTop) native "Element_scrollIntoView_Callback";
|
|
|
| - static setAttributeNS_Callback_3(mthis, namespaceURI, qualifiedName, value) native "Element_setAttributeNS_Callback";
|
| + static scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter";
|
|
|
| - static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Getter";
|
| + static scrollLeft_Setter(mthis, value) native "Element_scrollLeft_Setter";
|
|
|
| - static previousElementSibling_Getter(mthis) native "Element_previousElementSibling_Getter";
|
| + static scrollTop_Getter(mthis) native "Element_scrollTop_Getter";
|
|
|
| - static remove_Callback(mthis) native "Element_remove_Callback";
|
| + static scrollTop_Setter(mthis, value) native "Element_scrollTop_Setter";
|
|
|
| - static childElementCount_Getter(mthis) native "Element_childElementCount_Getter";
|
| + static scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter";
|
|
|
| - static children_Getter(mthis) native "Element_children_Getter";
|
| + static setAttributeNS_Callback_3(mthis, namespaceURI, qualifiedName, value) native "Element_setAttributeNS_Callback";
|
|
|
| - static firstElementChild_Getter(mthis) native "Element_firstElementChild_Getter";
|
| + static setAttribute_Callback_2(mthis, name, value) native "Element_setAttribute_Callback";
|
|
|
| - static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter";
|
| + static shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter";
|
|
|
| - static querySelector_Callback_1(mthis, selectors) native "Element_querySelector_Callback";
|
| + static style_Getter(mthis) native "Element_style_Getter";
|
| +
|
| + static tagName_Getter(mthis) native "Element_tagName_Getter";
|
|
|
| - static querySelectorAll_Callback_1(mthis, selectors) native "Element_querySelectorAll_Callback";
|
| }
|
|
|
| class BlinkErrorEvent {
|
| - static constructorCallback(type, options) native "ErrorEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "ErrorEvent_constructorCallback";
|
|
|
| static colno_Getter(mthis) native "ErrorEvent_colno_Getter";
|
|
|
| @@ -2166,36 +2299,40 @@ class BlinkErrorEvent {
|
| static lineno_Getter(mthis) native "ErrorEvent_lineno_Getter";
|
|
|
| static message_Getter(mthis) native "ErrorEvent_message_Getter";
|
| +
|
| }
|
|
|
| class BlinkEventSource {
|
| - static constructorCallback_2(url, eventSourceInit) native "EventSource_constructorCallback";
|
| + static close_Callback_0(mthis) native "EventSource_close_Callback";
|
|
|
| static constructorCallback_1(url) native "EventSource_constructorCallback";
|
|
|
| + static constructorCallback_2(url, eventSourceInit) native "EventSource_constructorCallback";
|
| +
|
| static readyState_Getter(mthis) native "EventSource_readyState_Getter";
|
|
|
| static url_Getter(mthis) native "EventSource_url_Getter";
|
|
|
| static withCredentials_Getter(mthis) native "EventSource_withCredentials_Getter";
|
|
|
| - static close_Callback(mthis) native "EventSource_close_Callback";
|
| }
|
|
|
| class BlinkFederatedCredential {
|
| static constructorCallback_4(id, name, avatarURL, federation) native "FederatedCredential_constructorCallback";
|
|
|
| static federation_Getter(mthis) native "FederatedCredential_federation_Getter";
|
| +
|
| }
|
|
|
| class BlinkFetchBodyStream {
|
| - static asArrayBuffer_Callback(mthis) native "FetchBodyStream_asArrayBuffer_Callback";
|
| + static asArrayBuffer_Callback_0(mthis) native "FetchBodyStream_asArrayBuffer_Callback";
|
|
|
| - static asBlob_Callback(mthis) native "FetchBodyStream_asBlob_Callback";
|
| + static asBlob_Callback_0(mthis) native "FetchBodyStream_asBlob_Callback";
|
|
|
| - static asJSON_Callback(mthis) native "FetchBodyStream_asJSON_Callback";
|
| + static asJSON_Callback_0(mthis) native "FetchBodyStream_asJSON_Callback";
|
| +
|
| + static asText_Callback_0(mthis) native "FetchBodyStream_asText_Callback";
|
|
|
| - static asText_Callback(mthis) native "FetchBodyStream_asText_Callback";
|
| }
|
|
|
| class BlinkFetchEvent {
|
| @@ -2204,65 +2341,75 @@ class BlinkFetchEvent {
|
| static request_Getter(mthis) native "FetchEvent_request_Getter";
|
|
|
| static respondWith_Callback_1(mthis, value) native "FetchEvent_respondWith_Callback";
|
| +
|
| }
|
|
|
| class BlinkFile {
|
| - static lastModified_Getter(mthis) native "File_lastModified_Getter";
|
| -
|
| static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter";
|
|
|
| + static lastModified_Getter(mthis) native "File_lastModified_Getter";
|
| +
|
| static name_Getter(mthis) native "File_name_Getter";
|
|
|
| static webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Getter";
|
| +
|
| }
|
|
|
| class BlinkFileEntry {
|
| + static createWriter_Callback_1(mthis, successCallback) native "FileEntry_createWriter_Callback";
|
| +
|
| static createWriter_Callback_2(mthis, successCallback, errorCallback) native "FileEntry_createWriter_Callback";
|
|
|
| - static createWriter_Callback_1(mthis, successCallback) native "FileEntry_createWriter_Callback";
|
| + static file_Callback_1(mthis, successCallback) native "FileEntry_file_Callback";
|
|
|
| static file_Callback_2(mthis, successCallback, errorCallback) native "FileEntry_file_Callback";
|
|
|
| - static file_Callback_1(mthis, successCallback) native "FileEntry_file_Callback";
|
| }
|
|
|
| -class BlinkFileEntrySync {}
|
| +class BlinkFileEntrySync {
|
| +}
|
|
|
| class BlinkFileError {
|
| static code_Getter(mthis) native "FileError_code_Getter";
|
| +
|
| }
|
|
|
| class BlinkFileList {
|
| + static item_Callback_1(mthis, index) native "FileList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "FileList_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "FileList_item_Callback";
|
| }
|
|
|
| class BlinkFileReader {
|
| - static constructorCallback() native "FileReader_constructorCallback";
|
| -
|
| - static error_Getter(mthis) native "FileReader_error_Getter";
|
| -
|
| - static readyState_Getter(mthis) native "FileReader_readyState_Getter";
|
| + static abort_Callback_0(mthis) native "FileReader_abort_Callback";
|
|
|
| - static result_Getter(mthis) native "FileReader_result_Getter";
|
| + static constructorCallback_0() native "FileReader_constructorCallback";
|
|
|
| - static abort_Callback(mthis) native "FileReader_abort_Callback";
|
| + static error_Getter(mthis) native "FileReader_error_Getter";
|
|
|
| static readAsArrayBuffer_Callback_1(mthis, blob) native "FileReader_readAsArrayBuffer_Callback";
|
|
|
| static readAsDataURL_Callback_1(mthis, blob) native "FileReader_readAsDataURL_Callback";
|
|
|
| + static readAsText_Callback_1(mthis, blob) native "FileReader_readAsText_Callback";
|
| +
|
| static readAsText_Callback_2(mthis, blob, encoding) native "FileReader_readAsText_Callback";
|
|
|
| - static readAsText_Callback_1(mthis, blob) native "FileReader_readAsText_Callback";
|
| + static readyState_Getter(mthis) native "FileReader_readyState_Getter";
|
| +
|
| + static result_Getter(mthis) native "FileReader_result_Getter";
|
| +
|
| }
|
|
|
| class BlinkFileReaderSync {
|
| - static constructorCallback() native "FileReaderSync_constructorCallback";
|
| + static constructorCallback_0() native "FileReaderSync_constructorCallback";
|
| +
|
| }
|
|
|
| class BlinkFileWriter {
|
| + static abort_Callback_0(mthis) native "FileWriter_abort_Callback";
|
| +
|
| static error_Getter(mthis) native "FileWriter_error_Getter";
|
|
|
| static length_Getter(mthis) native "FileWriter_length_Getter";
|
| @@ -2271,21 +2418,22 @@ class BlinkFileWriter {
|
|
|
| static readyState_Getter(mthis) native "FileWriter_readyState_Getter";
|
|
|
| - static abort_Callback(mthis) native "FileWriter_abort_Callback";
|
| -
|
| static seek_Callback_1(mthis, position) native "FileWriter_seek_Callback";
|
|
|
| static truncate_Callback_1(mthis, size) native "FileWriter_truncate_Callback";
|
|
|
| static write_Callback_1(mthis, data) native "FileWriter_write_Callback";
|
| +
|
| }
|
|
|
| -class BlinkFileWriterSync {}
|
| +class BlinkFileWriterSync {
|
| +}
|
|
|
| class BlinkFocusEvent {
|
| - static constructorCallback(type, options) native "FocusEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "FocusEvent_constructorCallback";
|
|
|
| static relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter";
|
| +
|
| }
|
|
|
| class BlinkFontFace {
|
| @@ -2301,6 +2449,8 @@ class BlinkFontFace {
|
|
|
| static featureSettings_Setter(mthis, value) native "FontFace_featureSettings_Setter";
|
|
|
| + static load_Callback_0(mthis) native "FontFace_load_Callback";
|
| +
|
| static loaded_Getter(mthis) native "FontFace_loaded_Getter";
|
|
|
| static status_Getter(mthis) native "FontFace_status_Getter";
|
| @@ -2325,43 +2475,46 @@ class BlinkFontFace {
|
|
|
| static weight_Setter(mthis, value) native "FontFace_weight_Setter";
|
|
|
| - static load_Callback(mthis) native "FontFace_load_Callback";
|
| }
|
|
|
| class BlinkFontFaceSet {
|
| - static size_Getter(mthis) native "FontFaceSet_size_Getter";
|
| -
|
| - static status_Getter(mthis) native "FontFaceSet_status_Getter";
|
| -
|
| static add_Callback_1(mthis, fontFace) native "FontFaceSet_add_Callback";
|
|
|
| static check_Callback_2(mthis, font, text) native "FontFaceSet_check_Callback";
|
|
|
| - static clear_Callback(mthis) native "FontFaceSet_clear_Callback";
|
| + static clear_Callback_0(mthis) native "FontFaceSet_clear_Callback";
|
|
|
| static delete_Callback_1(mthis, fontFace) native "FontFaceSet_delete_Callback";
|
|
|
| - static forEach_Callback_2(mthis, callback, thisArg) native "FontFaceSet_forEach_Callback";
|
| -
|
| static forEach_Callback_1(mthis, callback) native "FontFaceSet_forEach_Callback";
|
|
|
| + static forEach_Callback_2(mthis, callback, thisArg) native "FontFaceSet_forEach_Callback";
|
| +
|
| static has_Callback_1(mthis, fontFace) native "FontFaceSet_has_Callback";
|
| +
|
| + static size_Getter(mthis) native "FontFaceSet_size_Getter";
|
| +
|
| + static status_Getter(mthis) native "FontFaceSet_status_Getter";
|
| +
|
| }
|
|
|
| class BlinkFontFaceSetLoadEvent {
|
| static fontfaces_Getter(mthis) native "FontFaceSetLoadEvent_fontfaces_Getter";
|
| +
|
| }
|
|
|
| class BlinkFormData {
|
| - static constructorCallback_1(form) native "FormData_constructorCallback_HTMLFormElement";
|
| -
|
| static append_Callback_2(mthis, name, value) native "FormData_append_Callback";
|
|
|
| static append_Callback_3(mthis, name, value, filename) native "FormData_append_Callback";
|
| +
|
| + static constructorCallback_1(form) native "FormData_constructorCallback";
|
| +
|
| }
|
|
|
| class BlinkGainNode {
|
| static gain_Getter(mthis) native "GainNode_gain_Getter";
|
| +
|
| }
|
|
|
| class BlinkGamepad {
|
| @@ -2376,61 +2529,71 @@ class BlinkGamepad {
|
| static mapping_Getter(mthis) native "Gamepad_mapping_Getter";
|
|
|
| static timestamp_Getter(mthis) native "Gamepad_timestamp_Getter";
|
| +
|
| }
|
|
|
| class BlinkGamepadButton {
|
| static pressed_Getter(mthis) native "GamepadButton_pressed_Getter";
|
|
|
| static value_Getter(mthis) native "GamepadButton_value_Getter";
|
| +
|
| }
|
|
|
| class BlinkGamepadEvent {
|
| - static constructorCallback(type, options) native "GamepadEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "GamepadEvent_constructorCallback";
|
|
|
| static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter";
|
| +
|
| }
|
|
|
| class BlinkGamepadList {
|
| + static item_Callback_1(mthis, index) native "GamepadList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "GamepadList_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "GamepadList_item_Callback";
|
| }
|
|
|
| class BlinkGeofencing {
|
| - static getRegisteredRegions_Callback(mthis) native "Geofencing_getRegisteredRegions_Callback";
|
| + static getRegisteredRegions_Callback_0(mthis) native "Geofencing_getRegisteredRegions_Callback";
|
|
|
| static registerRegion_Callback_1(mthis, region) native "Geofencing_registerRegion_Callback";
|
|
|
| static unregisterRegion_Callback_1(mthis, regionId) native "Geofencing_unregisterRegion_Callback";
|
| +
|
| }
|
|
|
| class BlinkGeolocation {
|
| static clearWatch_Callback_1(mthis, watchID) native "Geolocation_clearWatch_Callback";
|
|
|
| - static getCurrentPosition_Callback_3(mthis, successCallback, errorCallback, options) native "Geolocation_getCurrentPosition_Callback";
|
| + static getCurrentPosition_Callback_1(mthis, successCallback) native "Geolocation_getCurrentPosition_Callback";
|
|
|
| static getCurrentPosition_Callback_2(mthis, successCallback, errorCallback) native "Geolocation_getCurrentPosition_Callback";
|
|
|
| - static getCurrentPosition_Callback_1(mthis, successCallback) native "Geolocation_getCurrentPosition_Callback";
|
| + static getCurrentPosition_Callback_3(mthis, successCallback, errorCallback, options) native "Geolocation_getCurrentPosition_Callback";
|
|
|
| - static watchPosition_Callback_3(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback";
|
| + static watchPosition_Callback_1(mthis, successCallback) native "Geolocation_watchPosition_Callback";
|
|
|
| static watchPosition_Callback_2(mthis, successCallback, errorCallback) native "Geolocation_watchPosition_Callback";
|
|
|
| - static watchPosition_Callback_1(mthis, successCallback) native "Geolocation_watchPosition_Callback";
|
| + static watchPosition_Callback_3(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback";
|
| +
|
| }
|
|
|
| class BlinkGeoposition {
|
| static coords_Getter(mthis) native "Geoposition_coords_Getter";
|
|
|
| static timestamp_Getter(mthis) native "Geoposition_timestamp_Getter";
|
| +
|
| }
|
|
|
| class BlinkHTMLAllCollection {
|
| static item_Callback_1(mthis, index) native "HTMLAllCollection_item_Callback";
|
| +
|
| }
|
|
|
| class BlinkHTMLElement {
|
| + static click_Callback_0(mthis) native "HTMLElement_click_Callback";
|
| +
|
| static contentEditable_Getter(mthis) native "HTMLElement_contentEditable_Getter";
|
|
|
| static contentEditable_Setter(mthis, value) native "HTMLElement_contentEditable_Setter";
|
| @@ -2475,7 +2638,6 @@ class BlinkHTMLElement {
|
|
|
| static webkitdropzone_Setter(mthis, value) native "HTMLElement_webkitdropzone_Setter";
|
|
|
| - static click_Callback(mthis) native "HTMLElement_click_Callback";
|
| }
|
|
|
| class BlinkURLUtils {
|
| @@ -2517,11 +2679,12 @@ class BlinkURLUtils {
|
|
|
| static search_Setter(mthis, value) native "URL_search_Setter";
|
|
|
| + static toString_Callback_0(mthis) native "URL_toString_Callback";
|
| +
|
| static username_Getter(mthis) native "URL_username_Getter";
|
|
|
| static username_Setter(mthis, value) native "URL_username_Setter";
|
|
|
| - static toString_Callback(mthis) native "URL_toString_Callback";
|
| }
|
|
|
| class BlinkHTMLAnchorElement {
|
| @@ -2529,26 +2692,6 @@ class BlinkHTMLAnchorElement {
|
|
|
| static download_Setter(mthis, value) native "HTMLAnchorElement_download_Setter";
|
|
|
| - static hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter";
|
| -
|
| - static hreflang_Setter(mthis, value) native "HTMLAnchorElement_hreflang_Setter";
|
| -
|
| - static integrity_Getter(mthis) native "HTMLAnchorElement_integrity_Getter";
|
| -
|
| - static integrity_Setter(mthis, value) native "HTMLAnchorElement_integrity_Setter";
|
| -
|
| - static rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter";
|
| -
|
| - static rel_Setter(mthis, value) native "HTMLAnchorElement_rel_Setter";
|
| -
|
| - static target_Getter(mthis) native "HTMLAnchorElement_target_Getter";
|
| -
|
| - static target_Setter(mthis, value) native "HTMLAnchorElement_target_Setter";
|
| -
|
| - static type_Getter(mthis) native "HTMLAnchorElement_type_Getter";
|
| -
|
| - static type_Setter(mthis, value) native "HTMLAnchorElement_type_Setter";
|
| -
|
| static hash_Getter(mthis) native "HTMLAnchorElement_hash_Getter";
|
|
|
| static hash_Setter(mthis, value) native "HTMLAnchorElement_hash_Setter";
|
| @@ -2565,6 +2708,14 @@ class BlinkHTMLAnchorElement {
|
|
|
| static href_Setter(mthis, value) native "HTMLAnchorElement_href_Setter";
|
|
|
| + static hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter";
|
| +
|
| + static hreflang_Setter(mthis, value) native "HTMLAnchorElement_hreflang_Setter";
|
| +
|
| + static integrity_Getter(mthis) native "HTMLAnchorElement_integrity_Getter";
|
| +
|
| + static integrity_Setter(mthis, value) native "HTMLAnchorElement_integrity_Setter";
|
| +
|
| static origin_Getter(mthis) native "HTMLAnchorElement_origin_Getter";
|
|
|
| static password_Getter(mthis) native "HTMLAnchorElement_password_Getter";
|
| @@ -2583,18 +2734,32 @@ class BlinkHTMLAnchorElement {
|
|
|
| static protocol_Setter(mthis, value) native "HTMLAnchorElement_protocol_Setter";
|
|
|
| + static rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter";
|
| +
|
| + static rel_Setter(mthis, value) native "HTMLAnchorElement_rel_Setter";
|
| +
|
| static search_Getter(mthis) native "HTMLAnchorElement_search_Getter";
|
|
|
| static search_Setter(mthis, value) native "HTMLAnchorElement_search_Setter";
|
|
|
| + static target_Getter(mthis) native "HTMLAnchorElement_target_Getter";
|
| +
|
| + static target_Setter(mthis, value) native "HTMLAnchorElement_target_Setter";
|
| +
|
| + static toString_Callback_0(mthis) native "HTMLAnchorElement_toString_Callback";
|
| +
|
| + static type_Getter(mthis) native "HTMLAnchorElement_type_Getter";
|
| +
|
| + static type_Setter(mthis, value) native "HTMLAnchorElement_type_Setter";
|
| +
|
| static username_Getter(mthis) native "HTMLAnchorElement_username_Getter";
|
|
|
| static username_Setter(mthis, value) native "HTMLAnchorElement_username_Setter";
|
|
|
| - static toString_Callback(mthis) native "HTMLAnchorElement_toString_Callback";
|
| }
|
|
|
| -class BlinkHTMLAppletElement {}
|
| +class BlinkHTMLAppletElement {
|
| +}
|
|
|
| class BlinkHTMLAreaElement {
|
| static alt_Getter(mthis) native "HTMLAreaElement_alt_Getter";
|
| @@ -2605,14 +2770,6 @@ class BlinkHTMLAreaElement {
|
|
|
| static coords_Setter(mthis, value) native "HTMLAreaElement_coords_Setter";
|
|
|
| - static shape_Getter(mthis) native "HTMLAreaElement_shape_Getter";
|
| -
|
| - static shape_Setter(mthis, value) native "HTMLAreaElement_shape_Setter";
|
| -
|
| - static target_Getter(mthis) native "HTMLAreaElement_target_Getter";
|
| -
|
| - static target_Setter(mthis, value) native "HTMLAreaElement_target_Setter";
|
| -
|
| static hash_Getter(mthis) native "HTMLAreaElement_hash_Getter";
|
|
|
| static hash_Setter(mthis, value) native "HTMLAreaElement_hash_Setter";
|
| @@ -2651,14 +2808,29 @@ class BlinkHTMLAreaElement {
|
|
|
| static search_Setter(mthis, value) native "HTMLAreaElement_search_Setter";
|
|
|
| + static shape_Getter(mthis) native "HTMLAreaElement_shape_Getter";
|
| +
|
| + static shape_Setter(mthis, value) native "HTMLAreaElement_shape_Setter";
|
| +
|
| + static target_Getter(mthis) native "HTMLAreaElement_target_Getter";
|
| +
|
| + static target_Setter(mthis, value) native "HTMLAreaElement_target_Setter";
|
| +
|
| + static toString_Callback_0(mthis) native "HTMLAreaElement_toString_Callback";
|
| +
|
| static username_Getter(mthis) native "HTMLAreaElement_username_Getter";
|
|
|
| static username_Setter(mthis, value) native "HTMLAreaElement_username_Setter";
|
|
|
| - static toString_Callback(mthis) native "HTMLAreaElement_toString_Callback";
|
| }
|
|
|
| class BlinkHTMLMediaElement {
|
| + static addTextTrack_Callback_1(mthis, kind) native "HTMLMediaElement_addTextTrack_Callback";
|
| +
|
| + static addTextTrack_Callback_2(mthis, kind, label) native "HTMLMediaElement_addTextTrack_Callback";
|
| +
|
| + static addTextTrack_Callback_3(mthis, kind, label, language) native "HTMLMediaElement_addTextTrack_Callback";
|
| +
|
| static audioTracks_Getter(mthis) native "HTMLMediaElement_audioTracks_Getter";
|
|
|
| static autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter";
|
| @@ -2667,6 +2839,10 @@ class BlinkHTMLMediaElement {
|
|
|
| static buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter";
|
|
|
| + static canPlayType_Callback_1(mthis, type) native "HTMLMediaElement_canPlayType_Callback";
|
| +
|
| + static canPlayType_Callback_2(mthis, type, keySystem) native "HTMLMediaElement_canPlayType_Callback";
|
| +
|
| static controller_Getter(mthis) native "HTMLMediaElement_controller_Getter";
|
|
|
| static controller_Setter(mthis, value) native "HTMLMediaElement_controller_Setter";
|
| @@ -2703,6 +2879,8 @@ class BlinkHTMLMediaElement {
|
|
|
| static integrity_Setter(mthis, value) native "HTMLMediaElement_integrity_Setter";
|
|
|
| + static load_Callback_0(mthis) native "HTMLMediaElement_load_Callback";
|
| +
|
| static loop_Getter(mthis) native "HTMLMediaElement_loop_Getter";
|
|
|
| static loop_Setter(mthis, value) native "HTMLMediaElement_loop_Setter";
|
| @@ -2719,8 +2897,12 @@ class BlinkHTMLMediaElement {
|
|
|
| static networkState_Getter(mthis) native "HTMLMediaElement_networkState_Getter";
|
|
|
| + static pause_Callback_0(mthis) native "HTMLMediaElement_pause_Callback";
|
| +
|
| static paused_Getter(mthis) native "HTMLMediaElement_paused_Getter";
|
|
|
| + static play_Callback_0(mthis) native "HTMLMediaElement_play_Callback";
|
| +
|
| static playbackRate_Getter(mthis) native "HTMLMediaElement_playbackRate_Getter";
|
|
|
| static playbackRate_Setter(mthis, value) native "HTMLMediaElement_playbackRate_Setter";
|
| @@ -2737,6 +2919,8 @@ class BlinkHTMLMediaElement {
|
|
|
| static seeking_Getter(mthis) native "HTMLMediaElement_seeking_Getter";
|
|
|
| + static setMediaKeys_Callback_1(mthis, mediaKeys) native "HTMLMediaElement_setMediaKeys_Callback";
|
| +
|
| static src_Getter(mthis) native "HTMLMediaElement_src_Getter";
|
|
|
| static src_Setter(mthis, value) native "HTMLMediaElement_src_Setter";
|
| @@ -2749,44 +2933,29 @@ class BlinkHTMLMediaElement {
|
|
|
| static volume_Setter(mthis, value) native "HTMLMediaElement_volume_Setter";
|
|
|
| - static webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webkitAudioDecodedByteCount_Getter";
|
| -
|
| - static webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webkitVideoDecodedByteCount_Getter";
|
| -
|
| - static addTextTrack_Callback_3(mthis, kind, label, language) native "HTMLMediaElement_addTextTrack_Callback";
|
| -
|
| - static addTextTrack_Callback_2(mthis, kind, label) native "HTMLMediaElement_addTextTrack_Callback";
|
| -
|
| - static addTextTrack_Callback_1(mthis, kind) native "HTMLMediaElement_addTextTrack_Callback";
|
| -
|
| - static canPlayType_Callback_2(mthis, type, keySystem) native "HTMLMediaElement_canPlayType_Callback";
|
| -
|
| - static canPlayType_Callback_1(mthis, type) native "HTMLMediaElement_canPlayType_Callback";
|
| -
|
| - static load_Callback(mthis) native "HTMLMediaElement_load_Callback";
|
| -
|
| - static pause_Callback(mthis) native "HTMLMediaElement_pause_Callback";
|
| -
|
| - static play_Callback(mthis) native "HTMLMediaElement_play_Callback";
|
| -
|
| - static setMediaKeys_Callback_1(mthis, mediaKeys) native "HTMLMediaElement_setMediaKeys_Callback";
|
| + static webkitAddKey_Callback_2(mthis, keySystem, key) native "HTMLMediaElement_webkitAddKey_Callback";
|
|
|
| static webkitAddKey_Callback_4(mthis, keySystem, key, initData, sessionId) native "HTMLMediaElement_webkitAddKey_Callback";
|
|
|
| - static webkitAddKey_Callback_2(mthis, keySystem, key) native "HTMLMediaElement_webkitAddKey_Callback";
|
| + static webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webkitAudioDecodedByteCount_Getter";
|
|
|
| static webkitCancelKeyRequest_Callback_2(mthis, keySystem, sessionId) native "HTMLMediaElement_webkitCancelKeyRequest_Callback";
|
|
|
| + static webkitGenerateKeyRequest_Callback_1(mthis, keySystem) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback";
|
| +
|
| static webkitGenerateKeyRequest_Callback_2(mthis, keySystem, initData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback";
|
|
|
| - static webkitGenerateKeyRequest_Callback_1(mthis, keySystem) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback";
|
| + static webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webkitVideoDecodedByteCount_Getter";
|
| +
|
| }
|
|
|
| class BlinkHTMLAudioElement {
|
| static constructorCallback_1(src) native "HTMLAudioElement_constructorCallback";
|
| +
|
| }
|
|
|
| -class BlinkHTMLBRElement {}
|
| +class BlinkHTMLBRElement {
|
| +}
|
|
|
| class BlinkHTMLBaseElement {
|
| static href_Getter(mthis) native "HTMLBaseElement_href_Getter";
|
| @@ -2796,23 +2965,26 @@ class BlinkHTMLBaseElement {
|
| static target_Getter(mthis) native "HTMLBaseElement_target_Getter";
|
|
|
| static target_Setter(mthis, value) native "HTMLBaseElement_target_Setter";
|
| +
|
| }
|
|
|
| -class BlinkWindowEventHandlers {}
|
| +class BlinkWindowEventHandlers {
|
| +}
|
|
|
| -class BlinkHTMLBodyElement {}
|
| +class BlinkHTMLBodyElement {
|
| +}
|
|
|
| class BlinkHTMLButtonElement {
|
| static autofocus_Getter(mthis) native "HTMLButtonElement_autofocus_Getter";
|
|
|
| static autofocus_Setter(mthis, value) native "HTMLButtonElement_autofocus_Setter";
|
|
|
| + static checkValidity_Callback_0(mthis) native "HTMLButtonElement_checkValidity_Callback";
|
| +
|
| static disabled_Getter(mthis) native "HTMLButtonElement_disabled_Getter";
|
|
|
| static disabled_Setter(mthis, value) native "HTMLButtonElement_disabled_Setter";
|
|
|
| - static form_Getter(mthis) native "HTMLButtonElement_form_Getter";
|
| -
|
| static formAction_Getter(mthis) native "HTMLButtonElement_formAction_Getter";
|
|
|
| static formAction_Setter(mthis, value) native "HTMLButtonElement_formAction_Setter";
|
| @@ -2833,12 +3005,16 @@ class BlinkHTMLButtonElement {
|
|
|
| static formTarget_Setter(mthis, value) native "HTMLButtonElement_formTarget_Setter";
|
|
|
| + static form_Getter(mthis) native "HTMLButtonElement_form_Getter";
|
| +
|
| static labels_Getter(mthis) native "HTMLButtonElement_labels_Getter";
|
|
|
| static name_Getter(mthis) native "HTMLButtonElement_name_Getter";
|
|
|
| static name_Setter(mthis, value) native "HTMLButtonElement_name_Setter";
|
|
|
| + static setCustomValidity_Callback_1(mthis, error) native "HTMLButtonElement_setCustomValidity_Callback";
|
| +
|
| static type_Getter(mthis) native "HTMLButtonElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "HTMLButtonElement_type_Setter";
|
| @@ -2853,54 +3029,59 @@ class BlinkHTMLButtonElement {
|
|
|
| static willValidate_Getter(mthis) native "HTMLButtonElement_willValidate_Getter";
|
|
|
| - static checkValidity_Callback(mthis) native "HTMLButtonElement_checkValidity_Callback";
|
| -
|
| - static setCustomValidity_Callback_1(mthis, error) native "HTMLButtonElement_setCustomValidity_Callback";
|
| }
|
|
|
| class BlinkHTMLCanvasElement {
|
| + static getContext_Callback_2(mthis, contextId, attrs) native "HTMLCanvasElement_getContext_Callback";
|
| +
|
| static height_Getter(mthis) native "HTMLCanvasElement_height_Getter";
|
|
|
| static height_Setter(mthis, value) native "HTMLCanvasElement_height_Setter";
|
|
|
| + static toDataURL_Callback_2(mthis, type, quality) native "HTMLCanvasElement_toDataURL_Callback";
|
| +
|
| static width_Getter(mthis) native "HTMLCanvasElement_width_Getter";
|
|
|
| static width_Setter(mthis, value) native "HTMLCanvasElement_width_Setter";
|
|
|
| - static getContext_Callback_2(mthis, contextId, attrs) native "HTMLCanvasElement_getContext_Callback";
|
| -
|
| - static toDataURL_Callback_2(mthis, type, quality) native "HTMLCanvasElement_toDataURL_Callback";
|
| }
|
|
|
| class BlinkHTMLCollection {
|
| - static length_Getter(mthis) native "HTMLCollection_length_Getter";
|
| -
|
| static item_Callback_1(mthis, index) native "HTMLCollection_item_Callback";
|
|
|
| + static length_Getter(mthis) native "HTMLCollection_length_Getter";
|
| +
|
| static namedItem_Callback_1(mthis, name) native "HTMLCollection_namedItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkHTMLContentElement {
|
| + static getDistributedNodes_Callback_0(mthis) native "HTMLContentElement_getDistributedNodes_Callback";
|
| +
|
| static select_Getter(mthis) native "HTMLContentElement_select_Getter";
|
|
|
| static select_Setter(mthis, value) native "HTMLContentElement_select_Setter";
|
|
|
| - static getDistributedNodes_Callback(mthis) native "HTMLContentElement_getDistributedNodes_Callback";
|
| }
|
|
|
| -class BlinkHTMLDListElement {}
|
| +class BlinkHTMLDListElement {
|
| +}
|
|
|
| class BlinkHTMLDataListElement {
|
| static options_Getter(mthis) native "HTMLDataListElement_options_Getter";
|
| +
|
| }
|
|
|
| class BlinkHTMLDetailsElement {
|
| static open_Getter(mthis) native "HTMLDetailsElement_open_Getter";
|
|
|
| static open_Setter(mthis, value) native "HTMLDetailsElement_open_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLDialogElement {
|
| + static close_Callback_1(mthis, returnValue) native "HTMLDialogElement_close_Callback";
|
| +
|
| static open_Getter(mthis) native "HTMLDialogElement_open_Getter";
|
|
|
| static open_Setter(mthis, value) native "HTMLDialogElement_open_Setter";
|
| @@ -2909,20 +3090,26 @@ class BlinkHTMLDialogElement {
|
|
|
| static returnValue_Setter(mthis, value) native "HTMLDialogElement_returnValue_Setter";
|
|
|
| - static close_Callback_1(mthis, returnValue) native "HTMLDialogElement_close_Callback";
|
| + static showModal_Callback_0(mthis) native "HTMLDialogElement_showModal_Callback";
|
|
|
| - static show_Callback(mthis) native "HTMLDialogElement_show_Callback";
|
| + static show_Callback_0(mthis) native "HTMLDialogElement_show_Callback";
|
|
|
| - static showModal_Callback(mthis) native "HTMLDialogElement_showModal_Callback";
|
| }
|
|
|
| -class BlinkHTMLDirectoryElement {}
|
| +class BlinkHTMLDirectoryElement {
|
| +}
|
|
|
| -class BlinkHTMLDivElement {}
|
| +class BlinkHTMLDivElement {
|
| +}
|
|
|
| -class BlinkHTMLDocument {}
|
| +class BlinkHTMLDocument {
|
| +}
|
|
|
| class BlinkHTMLEmbedElement {
|
| + static $__getter___Callback_1(mthis, index_OR_name) native "HTMLEmbedElement___getter___Callback";
|
| +
|
| + static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback";
|
| +
|
| static height_Getter(mthis) native "HTMLEmbedElement_height_Getter";
|
|
|
| static height_Setter(mthis, value) native "HTMLEmbedElement_height_Setter";
|
| @@ -2947,12 +3134,11 @@ class BlinkHTMLEmbedElement {
|
|
|
| static width_Setter(mthis, value) native "HTMLEmbedElement_width_Setter";
|
|
|
| - static $__getter___Callback_1(mthis, index_OR_name) native "HTMLEmbedElement___getter___Callback";
|
| -
|
| - static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback";
|
| }
|
|
|
| class BlinkHTMLFieldSetElement {
|
| + static checkValidity_Callback_0(mthis) native "HTMLFieldSetElement_checkValidity_Callback";
|
| +
|
| static disabled_Getter(mthis) native "HTMLFieldSetElement_disabled_Getter";
|
|
|
| static disabled_Setter(mthis, value) native "HTMLFieldSetElement_disabled_Setter";
|
| @@ -2965,6 +3151,8 @@ class BlinkHTMLFieldSetElement {
|
|
|
| static name_Setter(mthis, value) native "HTMLFieldSetElement_name_Setter";
|
|
|
| + static setCustomValidity_Callback_1(mthis, error) native "HTMLFieldSetElement_setCustomValidity_Callback";
|
| +
|
| static type_Getter(mthis) native "HTMLFieldSetElement_type_Getter";
|
|
|
| static validationMessage_Getter(mthis) native "HTMLFieldSetElement_validationMessage_Getter";
|
| @@ -2973,18 +3161,19 @@ class BlinkHTMLFieldSetElement {
|
|
|
| static willValidate_Getter(mthis) native "HTMLFieldSetElement_willValidate_Getter";
|
|
|
| - static checkValidity_Callback(mthis) native "HTMLFieldSetElement_checkValidity_Callback";
|
| -
|
| - static setCustomValidity_Callback_1(mthis, error) native "HTMLFieldSetElement_setCustomValidity_Callback";
|
| }
|
|
|
| -class BlinkHTMLFontElement {}
|
| +class BlinkHTMLFontElement {
|
| +}
|
|
|
| class BlinkHTMLFormControlsCollection {
|
| static namedItem_Callback_1(mthis, name) native "HTMLFormControlsCollection_namedItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkHTMLFormElement {
|
| + static $__getter___Callback_1(mthis, index_OR_name) native "HTMLFormElement___getter___Callback";
|
| +
|
| static acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Getter";
|
|
|
| static acceptCharset_Setter(mthis, value) native "HTMLFormElement_acceptCharset_Setter";
|
| @@ -2997,6 +3186,8 @@ class BlinkHTMLFormElement {
|
|
|
| static autocomplete_Setter(mthis, value) native "HTMLFormElement_autocomplete_Setter";
|
|
|
| + static checkValidity_Callback_0(mthis) native "HTMLFormElement_checkValidity_Callback";
|
| +
|
| static encoding_Getter(mthis) native "HTMLFormElement_encoding_Getter";
|
|
|
| static encoding_Setter(mthis, value) native "HTMLFormElement_encoding_Setter";
|
| @@ -3019,36 +3210,39 @@ class BlinkHTMLFormElement {
|
|
|
| static noValidate_Setter(mthis, value) native "HTMLFormElement_noValidate_Setter";
|
|
|
| - static target_Getter(mthis) native "HTMLFormElement_target_Getter";
|
| -
|
| - static target_Setter(mthis, value) native "HTMLFormElement_target_Setter";
|
| + static requestAutocomplete_Callback_1(mthis, details) native "HTMLFormElement_requestAutocomplete_Callback";
|
|
|
| - static $__getter___Callback_1(mthis, index_OR_name) native "HTMLFormElement___getter___Callback";
|
| + static reset_Callback_0(mthis) native "HTMLFormElement_reset_Callback";
|
|
|
| - static checkValidity_Callback(mthis) native "HTMLFormElement_checkValidity_Callback";
|
| + static submit_Callback_0(mthis) native "HTMLFormElement_submit_Callback";
|
|
|
| - static requestAutocomplete_Callback_1(mthis, details) native "HTMLFormElement_requestAutocomplete_Callback";
|
| + static target_Getter(mthis) native "HTMLFormElement_target_Getter";
|
|
|
| - static reset_Callback(mthis) native "HTMLFormElement_reset_Callback";
|
| + static target_Setter(mthis, value) native "HTMLFormElement_target_Setter";
|
|
|
| - static submit_Callback(mthis) native "HTMLFormElement_submit_Callback";
|
| }
|
|
|
| -class BlinkHTMLFrameElement {}
|
| +class BlinkHTMLFrameElement {
|
| +}
|
|
|
| -class BlinkHTMLFrameSetElement {}
|
| +class BlinkHTMLFrameSetElement {
|
| +}
|
|
|
| class BlinkHTMLHRElement {
|
| static color_Getter(mthis) native "HTMLHRElement_color_Getter";
|
|
|
| static color_Setter(mthis, value) native "HTMLHRElement_color_Setter";
|
| +
|
| }
|
|
|
| -class BlinkHTMLHeadElement {}
|
| +class BlinkHTMLHeadElement {
|
| +}
|
|
|
| -class BlinkHTMLHeadingElement {}
|
| +class BlinkHTMLHeadingElement {
|
| +}
|
|
|
| -class BlinkHTMLHtmlElement {}
|
| +class BlinkHTMLHtmlElement {
|
| +}
|
|
|
| class BlinkHTMLIFrameElement {
|
| static allowFullscreen_Getter(mthis) native "HTMLIFrameElement_allowFullscreen_Getter";
|
| @@ -3084,6 +3278,7 @@ class BlinkHTMLIFrameElement {
|
| static width_Getter(mthis) native "HTMLIFrameElement_width_Getter";
|
|
|
| static width_Setter(mthis, value) native "HTMLIFrameElement_width_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLImageElement {
|
| @@ -3134,6 +3329,7 @@ class BlinkHTMLImageElement {
|
| static width_Getter(mthis) native "HTMLImageElement_width_Getter";
|
|
|
| static width_Setter(mthis, value) native "HTMLImageElement_width_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLInputElement {
|
| @@ -3157,6 +3353,8 @@ class BlinkHTMLInputElement {
|
|
|
| static capture_Setter(mthis, value) native "HTMLInputElement_capture_Setter";
|
|
|
| + static checkValidity_Callback_0(mthis) native "HTMLInputElement_checkValidity_Callback";
|
| +
|
| static checked_Getter(mthis) native "HTMLInputElement_checked_Getter";
|
|
|
| static checked_Setter(mthis, value) native "HTMLInputElement_checked_Setter";
|
| @@ -3181,8 +3379,6 @@ class BlinkHTMLInputElement {
|
|
|
| static files_Setter(mthis, value) native "HTMLInputElement_files_Setter";
|
|
|
| - static form_Getter(mthis) native "HTMLInputElement_form_Getter";
|
| -
|
| static formAction_Getter(mthis) native "HTMLInputElement_formAction_Getter";
|
|
|
| static formAction_Setter(mthis, value) native "HTMLInputElement_formAction_Setter";
|
| @@ -3203,6 +3399,8 @@ class BlinkHTMLInputElement {
|
|
|
| static formTarget_Setter(mthis, value) native "HTMLInputElement_formTarget_Setter";
|
|
|
| + static form_Getter(mthis) native "HTMLInputElement_form_Getter";
|
| +
|
| static height_Getter(mthis) native "HTMLInputElement_height_Getter";
|
|
|
| static height_Setter(mthis, value) native "HTMLInputElement_height_Setter";
|
| @@ -3223,14 +3421,14 @@ class BlinkHTMLInputElement {
|
|
|
| static list_Getter(mthis) native "HTMLInputElement_list_Getter";
|
|
|
| - static max_Getter(mthis) native "HTMLInputElement_max_Getter";
|
| -
|
| - static max_Setter(mthis, value) native "HTMLInputElement_max_Setter";
|
| -
|
| static maxLength_Getter(mthis) native "HTMLInputElement_maxLength_Getter";
|
|
|
| static maxLength_Setter(mthis, value) native "HTMLInputElement_maxLength_Setter";
|
|
|
| + static max_Getter(mthis) native "HTMLInputElement_max_Getter";
|
| +
|
| + static max_Setter(mthis, value) native "HTMLInputElement_max_Setter";
|
| +
|
| static min_Getter(mthis) native "HTMLInputElement_min_Getter";
|
|
|
| static min_Setter(mthis, value) native "HTMLInputElement_min_Setter";
|
| @@ -3259,6 +3457,8 @@ class BlinkHTMLInputElement {
|
|
|
| static required_Setter(mthis, value) native "HTMLInputElement_required_Setter";
|
|
|
| + static select_Callback_0(mthis) native "HTMLInputElement_select_Callback";
|
| +
|
| static selectionDirection_Getter(mthis) native "HTMLInputElement_selectionDirection_Getter";
|
|
|
| static selectionDirection_Setter(mthis, value) native "HTMLInputElement_selectionDirection_Setter";
|
| @@ -3271,6 +3471,16 @@ class BlinkHTMLInputElement {
|
|
|
| static selectionStart_Setter(mthis, value) native "HTMLInputElement_selectionStart_Setter";
|
|
|
| + static setCustomValidity_Callback_1(mthis, error) native "HTMLInputElement_setCustomValidity_Callback";
|
| +
|
| + static setRangeText_Callback_1(mthis, replacement) native "HTMLInputElement_setRangeText_Callback";
|
| +
|
| + static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback";
|
| +
|
| + static setSelectionRange_Callback_2(mthis, start, end) native "HTMLInputElement_setSelectionRange_Callback";
|
| +
|
| + static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTMLInputElement_setSelectionRange_Callback";
|
| +
|
| static size_Getter(mthis) native "HTMLInputElement_size_Getter";
|
|
|
| static size_Setter(mthis, value) native "HTMLInputElement_size_Setter";
|
| @@ -3279,6 +3489,14 @@ class BlinkHTMLInputElement {
|
|
|
| static src_Setter(mthis, value) native "HTMLInputElement_src_Setter";
|
|
|
| + static stepDown_Callback_0(mthis) native "HTMLInputElement_stepDown_Callback";
|
| +
|
| + static stepDown_Callback_1(mthis, n) native "HTMLInputElement_stepDown_Callback";
|
| +
|
| + static stepUp_Callback_0(mthis) native "HTMLInputElement_stepUp_Callback";
|
| +
|
| + static stepUp_Callback_1(mthis, n) native "HTMLInputElement_stepUp_Callback";
|
| +
|
| static step_Getter(mthis) native "HTMLInputElement_step_Getter";
|
|
|
| static step_Setter(mthis, value) native "HTMLInputElement_step_Setter";
|
| @@ -3291,10 +3509,6 @@ class BlinkHTMLInputElement {
|
|
|
| static validity_Getter(mthis) native "HTMLInputElement_validity_Getter";
|
|
|
| - static value_Getter(mthis) native "HTMLInputElement_value_Getter";
|
| -
|
| - static value_Setter(mthis, value) native "HTMLInputElement_value_Setter";
|
| -
|
| static valueAsDate_Getter(mthis) native "HTMLInputElement_valueAsDate_Getter";
|
|
|
| static valueAsDate_Setter(mthis, value) native "HTMLInputElement_valueAsDate_Setter";
|
| @@ -3303,6 +3517,10 @@ class BlinkHTMLInputElement {
|
|
|
| static valueAsNumber_Setter(mthis, value) native "HTMLInputElement_valueAsNumber_Setter";
|
|
|
| + static value_Getter(mthis) native "HTMLInputElement_value_Getter";
|
| +
|
| + static value_Setter(mthis, value) native "HTMLInputElement_value_Setter";
|
| +
|
| static webkitEntries_Getter(mthis) native "HTMLInputElement_webkitEntries_Getter";
|
|
|
| static webkitdirectory_Getter(mthis) native "HTMLInputElement_webkitdirectory_Getter";
|
| @@ -3315,27 +3533,6 @@ class BlinkHTMLInputElement {
|
|
|
| static willValidate_Getter(mthis) native "HTMLInputElement_willValidate_Getter";
|
|
|
| - static checkValidity_Callback(mthis) native "HTMLInputElement_checkValidity_Callback";
|
| -
|
| - static select_Callback(mthis) native "HTMLInputElement_select_Callback";
|
| -
|
| - static setCustomValidity_Callback_1(mthis, error) native "HTMLInputElement_setCustomValidity_Callback";
|
| -
|
| - static setRangeText_Callback_1(mthis, replacement) native "HTMLInputElement_setRangeText_Callback";
|
| -
|
| - static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback";
|
| -
|
| - static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTMLInputElement_setSelectionRange_Callback";
|
| -
|
| - static setSelectionRange_Callback_2(mthis, start, end) native "HTMLInputElement_setSelectionRange_Callback";
|
| -
|
| - static stepDown_Callback_1(mthis, n) native "HTMLInputElement_stepDown_Callback";
|
| -
|
| - static stepDown_Callback(mthis) native "HTMLInputElement_stepDown_Callback";
|
| -
|
| - static stepUp_Callback_1(mthis, n) native "HTMLInputElement_stepUp_Callback";
|
| -
|
| - static stepUp_Callback(mthis) native "HTMLInputElement_stepUp_Callback";
|
| }
|
|
|
| class BlinkHTMLKeygenElement {
|
| @@ -3347,6 +3544,8 @@ class BlinkHTMLKeygenElement {
|
|
|
| static challenge_Setter(mthis, value) native "HTMLKeygenElement_challenge_Setter";
|
|
|
| + static checkValidity_Callback_0(mthis) native "HTMLKeygenElement_checkValidity_Callback";
|
| +
|
| static disabled_Getter(mthis) native "HTMLKeygenElement_disabled_Getter";
|
|
|
| static disabled_Setter(mthis, value) native "HTMLKeygenElement_disabled_Setter";
|
| @@ -3363,6 +3562,8 @@ class BlinkHTMLKeygenElement {
|
|
|
| static name_Setter(mthis, value) native "HTMLKeygenElement_name_Setter";
|
|
|
| + static setCustomValidity_Callback_1(mthis, error) native "HTMLKeygenElement_setCustomValidity_Callback";
|
| +
|
| static type_Getter(mthis) native "HTMLKeygenElement_type_Getter";
|
|
|
| static validationMessage_Getter(mthis) native "HTMLKeygenElement_validationMessage_Getter";
|
| @@ -3371,15 +3572,13 @@ class BlinkHTMLKeygenElement {
|
|
|
| static willValidate_Getter(mthis) native "HTMLKeygenElement_willValidate_Getter";
|
|
|
| - static checkValidity_Callback(mthis) native "HTMLKeygenElement_checkValidity_Callback";
|
| -
|
| - static setCustomValidity_Callback_1(mthis, error) native "HTMLKeygenElement_setCustomValidity_Callback";
|
| }
|
|
|
| class BlinkHTMLLIElement {
|
| static value_Getter(mthis) native "HTMLLIElement_value_Getter";
|
|
|
| static value_Setter(mthis, value) native "HTMLLIElement_value_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLLabelElement {
|
| @@ -3390,10 +3589,12 @@ class BlinkHTMLLabelElement {
|
| static htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_Getter";
|
|
|
| static htmlFor_Setter(mthis, value) native "HTMLLabelElement_htmlFor_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLLegendElement {
|
| static form_Getter(mthis) native "HTMLLegendElement_form_Getter";
|
| +
|
| }
|
|
|
| class BlinkHTMLLinkElement {
|
| @@ -3434,6 +3635,7 @@ class BlinkHTMLLinkElement {
|
| static type_Getter(mthis) native "HTMLLinkElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "HTMLLinkElement_type_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLMapElement {
|
| @@ -3442,9 +3644,11 @@ class BlinkHTMLMapElement {
|
| static name_Getter(mthis) native "HTMLMapElement_name_Getter";
|
|
|
| static name_Setter(mthis, value) native "HTMLMapElement_name_Setter";
|
| +
|
| }
|
|
|
| -class BlinkHTMLMarqueeElement {}
|
| +class BlinkHTMLMarqueeElement {
|
| +}
|
|
|
| class BlinkHTMLMenuElement {
|
| static label_Getter(mthis) native "HTMLMenuElement_label_Getter";
|
| @@ -3454,6 +3658,7 @@ class BlinkHTMLMenuElement {
|
| static type_Getter(mthis) native "HTMLMenuElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "HTMLMenuElement_type_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLMenuItemElement {
|
| @@ -3476,6 +3681,7 @@ class BlinkHTMLMenuItemElement {
|
| static type_Getter(mthis) native "HTMLMenuItemElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "HTMLMenuItemElement_type_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLMetaElement {
|
| @@ -3490,6 +3696,7 @@ class BlinkHTMLMetaElement {
|
| static name_Getter(mthis) native "HTMLMetaElement_name_Getter";
|
|
|
| static name_Setter(mthis, value) native "HTMLMetaElement_name_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLMeterElement {
|
| @@ -3518,6 +3725,7 @@ class BlinkHTMLMeterElement {
|
| static value_Getter(mthis) native "HTMLMeterElement_value_Getter";
|
|
|
| static value_Setter(mthis, value) native "HTMLMeterElement_value_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLModElement {
|
| @@ -3528,6 +3736,7 @@ class BlinkHTMLModElement {
|
| static dateTime_Getter(mthis) native "HTMLModElement_dateTime_Getter";
|
|
|
| static dateTime_Setter(mthis, value) native "HTMLModElement_dateTime_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLOListElement {
|
| @@ -3542,9 +3751,16 @@ class BlinkHTMLOListElement {
|
| static type_Getter(mthis) native "HTMLOListElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "HTMLOListElement_type_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLObjectElement {
|
| + static $__getter___Callback_1(mthis, index_OR_name) native "HTMLObjectElement___getter___Callback";
|
| +
|
| + static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLObjectElement___setter___Callback";
|
| +
|
| + static checkValidity_Callback_0(mthis) native "HTMLObjectElement_checkValidity_Callback";
|
| +
|
| static data_Getter(mthis) native "HTMLObjectElement_data_Getter";
|
|
|
| static data_Setter(mthis, value) native "HTMLObjectElement_data_Setter";
|
| @@ -3563,6 +3779,8 @@ class BlinkHTMLObjectElement {
|
|
|
| static name_Setter(mthis, value) native "HTMLObjectElement_name_Setter";
|
|
|
| + static setCustomValidity_Callback_1(mthis, error) native "HTMLObjectElement_setCustomValidity_Callback";
|
| +
|
| static type_Getter(mthis) native "HTMLObjectElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "HTMLObjectElement_type_Setter";
|
| @@ -3581,13 +3799,6 @@ class BlinkHTMLObjectElement {
|
|
|
| static willValidate_Getter(mthis) native "HTMLObjectElement_willValidate_Getter";
|
|
|
| - static $__getter___Callback_1(mthis, index_OR_name) native "HTMLObjectElement___getter___Callback";
|
| -
|
| - static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLObjectElement___setter___Callback";
|
| -
|
| - static checkValidity_Callback(mthis) native "HTMLObjectElement_checkValidity_Callback";
|
| -
|
| - static setCustomValidity_Callback_1(mthis, error) native "HTMLObjectElement_setCustomValidity_Callback";
|
| }
|
|
|
| class BlinkHTMLOptGroupElement {
|
| @@ -3598,6 +3809,7 @@ class BlinkHTMLOptGroupElement {
|
| static label_Getter(mthis) native "HTMLOptGroupElement_label_Getter";
|
|
|
| static label_Setter(mthis, value) native "HTMLOptGroupElement_label_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLOptionElement {
|
| @@ -3626,11 +3838,15 @@ class BlinkHTMLOptionElement {
|
| static value_Getter(mthis) native "HTMLOptionElement_value_Getter";
|
|
|
| static value_Setter(mthis, value) native "HTMLOptionElement_value_Setter";
|
| +
|
| }
|
|
|
| -class BlinkHTMLOptionsCollection {}
|
| +class BlinkHTMLOptionsCollection {
|
| +}
|
|
|
| class BlinkHTMLOutputElement {
|
| + static checkValidity_Callback_0(mthis) native "HTMLOutputElement_checkValidity_Callback";
|
| +
|
| static defaultValue_Getter(mthis) native "HTMLOutputElement_defaultValue_Getter";
|
|
|
| static defaultValue_Setter(mthis, value) native "HTMLOutputElement_defaultValue_Setter";
|
| @@ -3645,6 +3861,8 @@ class BlinkHTMLOutputElement {
|
|
|
| static name_Setter(mthis, value) native "HTMLOutputElement_name_Setter";
|
|
|
| + static setCustomValidity_Callback_1(mthis, error) native "HTMLOutputElement_setCustomValidity_Callback";
|
| +
|
| static type_Getter(mthis) native "HTMLOutputElement_type_Getter";
|
|
|
| static validationMessage_Getter(mthis) native "HTMLOutputElement_validationMessage_Getter";
|
| @@ -3657,12 +3875,10 @@ class BlinkHTMLOutputElement {
|
|
|
| static willValidate_Getter(mthis) native "HTMLOutputElement_willValidate_Getter";
|
|
|
| - static checkValidity_Callback(mthis) native "HTMLOutputElement_checkValidity_Callback";
|
| -
|
| - static setCustomValidity_Callback_1(mthis, error) native "HTMLOutputElement_setCustomValidity_Callback";
|
| }
|
|
|
| -class BlinkHTMLParagraphElement {}
|
| +class BlinkHTMLParagraphElement {
|
| +}
|
|
|
| class BlinkHTMLParamElement {
|
| static name_Getter(mthis) native "HTMLParamElement_name_Getter";
|
| @@ -3672,11 +3888,14 @@ class BlinkHTMLParamElement {
|
| static value_Getter(mthis) native "HTMLParamElement_value_Getter";
|
|
|
| static value_Setter(mthis, value) native "HTMLParamElement_value_Setter";
|
| +
|
| }
|
|
|
| -class BlinkHTMLPictureElement {}
|
| +class BlinkHTMLPictureElement {
|
| +}
|
|
|
| -class BlinkHTMLPreElement {}
|
| +class BlinkHTMLPreElement {
|
| +}
|
|
|
| class BlinkHTMLProgressElement {
|
| static labels_Getter(mthis) native "HTMLProgressElement_labels_Getter";
|
| @@ -3690,12 +3909,14 @@ class BlinkHTMLProgressElement {
|
| static value_Getter(mthis) native "HTMLProgressElement_value_Getter";
|
|
|
| static value_Setter(mthis, value) native "HTMLProgressElement_value_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLQuoteElement {
|
| static cite_Getter(mthis) native "HTMLQuoteElement_cite_Getter";
|
|
|
| static cite_Setter(mthis, value) native "HTMLQuoteElement_cite_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLScriptElement {
|
| @@ -3730,19 +3951,28 @@ class BlinkHTMLScriptElement {
|
| static type_Getter(mthis) native "HTMLScriptElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "HTMLScriptElement_type_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLSelectElement {
|
| + static $__setter___Callback_2(mthis, index, value) native "HTMLSelectElement___setter___Callback";
|
| +
|
| + static add_Callback_2(mthis, element, before) native "HTMLSelectElement_add_Callback";
|
| +
|
| static autofocus_Getter(mthis) native "HTMLSelectElement_autofocus_Getter";
|
|
|
| static autofocus_Setter(mthis, value) native "HTMLSelectElement_autofocus_Setter";
|
|
|
| + static checkValidity_Callback_0(mthis) native "HTMLSelectElement_checkValidity_Callback";
|
| +
|
| static disabled_Getter(mthis) native "HTMLSelectElement_disabled_Getter";
|
|
|
| static disabled_Setter(mthis, value) native "HTMLSelectElement_disabled_Setter";
|
|
|
| static form_Getter(mthis) native "HTMLSelectElement_form_Getter";
|
|
|
| + static item_Callback_1(mthis, index) native "HTMLSelectElement_item_Callback";
|
| +
|
| static labels_Getter(mthis) native "HTMLSelectElement_labels_Getter";
|
|
|
| static length_Getter(mthis) native "HTMLSelectElement_length_Getter";
|
| @@ -3757,6 +3987,8 @@ class BlinkHTMLSelectElement {
|
|
|
| static name_Setter(mthis, value) native "HTMLSelectElement_name_Setter";
|
|
|
| + static namedItem_Callback_1(mthis, name) native "HTMLSelectElement_namedItem_Callback";
|
| +
|
| static required_Getter(mthis) native "HTMLSelectElement_required_Getter";
|
|
|
| static required_Setter(mthis, value) native "HTMLSelectElement_required_Setter";
|
| @@ -3765,6 +3997,8 @@ class BlinkHTMLSelectElement {
|
|
|
| static selectedIndex_Setter(mthis, value) native "HTMLSelectElement_selectedIndex_Setter";
|
|
|
| + static setCustomValidity_Callback_1(mthis, error) native "HTMLSelectElement_setCustomValidity_Callback";
|
| +
|
| static size_Getter(mthis) native "HTMLSelectElement_size_Getter";
|
|
|
| static size_Setter(mthis, value) native "HTMLSelectElement_size_Setter";
|
| @@ -3781,21 +4015,11 @@ class BlinkHTMLSelectElement {
|
|
|
| static willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Getter";
|
|
|
| - static $__setter___Callback_2(mthis, index, value) native "HTMLSelectElement___setter___Callback";
|
| -
|
| - static add_Callback_2(mthis, element, before) native "HTMLSelectElement_add_Callback";
|
| -
|
| - static checkValidity_Callback(mthis) native "HTMLSelectElement_checkValidity_Callback";
|
| -
|
| - static item_Callback_1(mthis, index) native "HTMLSelectElement_item_Callback";
|
| -
|
| - static namedItem_Callback_1(mthis, name) native "HTMLSelectElement_namedItem_Callback";
|
| -
|
| - static setCustomValidity_Callback_1(mthis, error) native "HTMLSelectElement_setCustomValidity_Callback";
|
| }
|
|
|
| class BlinkHTMLShadowElement {
|
| - static getDistributedNodes_Callback(mthis) native "HTMLShadowElement_getDistributedNodes_Callback";
|
| + static getDistributedNodes_Callback_0(mthis) native "HTMLShadowElement_getDistributedNodes_Callback";
|
| +
|
| }
|
|
|
| class BlinkHTMLSourceElement {
|
| @@ -3822,9 +4046,11 @@ class BlinkHTMLSourceElement {
|
| static type_Getter(mthis) native "HTMLSourceElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "HTMLSourceElement_type_Setter";
|
| +
|
| }
|
|
|
| -class BlinkHTMLSpanElement {}
|
| +class BlinkHTMLSpanElement {
|
| +}
|
|
|
| class BlinkHTMLStyleElement {
|
| static disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter";
|
| @@ -3840,9 +4066,11 @@ class BlinkHTMLStyleElement {
|
| static type_Getter(mthis) native "HTMLStyleElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "HTMLStyleElement_type_Setter";
|
| +
|
| }
|
|
|
| -class BlinkHTMLTableCaptionElement {}
|
| +class BlinkHTMLTableCaptionElement {
|
| +}
|
|
|
| class BlinkHTMLTableCellElement {
|
| static cellIndex_Getter(mthis) native "HTMLTableCellElement_cellIndex_Getter";
|
| @@ -3858,12 +4086,14 @@ class BlinkHTMLTableCellElement {
|
| static rowSpan_Getter(mthis) native "HTMLTableCellElement_rowSpan_Getter";
|
|
|
| static rowSpan_Setter(mthis, value) native "HTMLTableCellElement_rowSpan_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLTableColElement {
|
| static span_Getter(mthis) native "HTMLTableColElement_span_Getter";
|
|
|
| static span_Setter(mthis, value) native "HTMLTableColElement_span_Setter";
|
| +
|
| }
|
|
|
| class BlinkHTMLTableElement {
|
| @@ -3871,65 +4101,69 @@ class BlinkHTMLTableElement {
|
|
|
| static caption_Setter(mthis, value) native "HTMLTableElement_caption_Setter";
|
|
|
| - static rows_Getter(mthis) native "HTMLTableElement_rows_Getter";
|
| + static createCaption_Callback_0(mthis) native "HTMLTableElement_createCaption_Callback";
|
|
|
| - static tBodies_Getter(mthis) native "HTMLTableElement_tBodies_Getter";
|
| + static createTBody_Callback_0(mthis) native "HTMLTableElement_createTBody_Callback";
|
|
|
| - static tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Getter";
|
| + static createTFoot_Callback_0(mthis) native "HTMLTableElement_createTFoot_Callback";
|
|
|
| - static tFoot_Setter(mthis, value) native "HTMLTableElement_tFoot_Setter";
|
| + static createTHead_Callback_0(mthis) native "HTMLTableElement_createTHead_Callback";
|
|
|
| - static tHead_Getter(mthis) native "HTMLTableElement_tHead_Getter";
|
| + static deleteCaption_Callback_0(mthis) native "HTMLTableElement_deleteCaption_Callback";
|
|
|
| - static tHead_Setter(mthis, value) native "HTMLTableElement_tHead_Setter";
|
| + static deleteRow_Callback_1(mthis, index) native "HTMLTableElement_deleteRow_Callback";
|
| +
|
| + static deleteTFoot_Callback_0(mthis) native "HTMLTableElement_deleteTFoot_Callback";
|
|
|
| - static createCaption_Callback(mthis) native "HTMLTableElement_createCaption_Callback";
|
| + static deleteTHead_Callback_0(mthis) native "HTMLTableElement_deleteTHead_Callback";
|
|
|
| - static createTBody_Callback(mthis) native "HTMLTableElement_createTBody_Callback";
|
| + static insertRow_Callback_0(mthis) native "HTMLTableElement_insertRow_Callback";
|
|
|
| - static createTFoot_Callback(mthis) native "HTMLTableElement_createTFoot_Callback";
|
| + static insertRow_Callback_1(mthis, index) native "HTMLTableElement_insertRow_Callback";
|
|
|
| - static createTHead_Callback(mthis) native "HTMLTableElement_createTHead_Callback";
|
| + static rows_Getter(mthis) native "HTMLTableElement_rows_Getter";
|
|
|
| - static deleteCaption_Callback(mthis) native "HTMLTableElement_deleteCaption_Callback";
|
| + static tBodies_Getter(mthis) native "HTMLTableElement_tBodies_Getter";
|
|
|
| - static deleteRow_Callback_1(mthis, index) native "HTMLTableElement_deleteRow_Callback";
|
| + static tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Getter";
|
|
|
| - static deleteTFoot_Callback(mthis) native "HTMLTableElement_deleteTFoot_Callback";
|
| + static tFoot_Setter(mthis, value) native "HTMLTableElement_tFoot_Setter";
|
|
|
| - static deleteTHead_Callback(mthis) native "HTMLTableElement_deleteTHead_Callback";
|
| + static tHead_Getter(mthis) native "HTMLTableElement_tHead_Getter";
|
|
|
| - static insertRow_Callback_1(mthis, index) native "HTMLTableElement_insertRow_Callback";
|
| + static tHead_Setter(mthis, value) native "HTMLTableElement_tHead_Setter";
|
|
|
| - static insertRow_Callback(mthis) native "HTMLTableElement_insertRow_Callback";
|
| }
|
|
|
| class BlinkHTMLTableRowElement {
|
| static cells_Getter(mthis) native "HTMLTableRowElement_cells_Getter";
|
|
|
| - static rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter";
|
| -
|
| - static sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowIndex_Getter";
|
| -
|
| static deleteCell_Callback_1(mthis, index) native "HTMLTableRowElement_deleteCell_Callback";
|
|
|
| + static insertCell_Callback_0(mthis) native "HTMLTableRowElement_insertCell_Callback";
|
| +
|
| static insertCell_Callback_1(mthis, index) native "HTMLTableRowElement_insertCell_Callback";
|
|
|
| - static insertCell_Callback(mthis) native "HTMLTableRowElement_insertCell_Callback";
|
| + static rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter";
|
| +
|
| + static sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowIndex_Getter";
|
| +
|
| }
|
|
|
| class BlinkHTMLTableSectionElement {
|
| - static rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter";
|
| -
|
| static deleteRow_Callback_1(mthis, index) native "HTMLTableSectionElement_deleteRow_Callback";
|
|
|
| + static insertRow_Callback_0(mthis) native "HTMLTableSectionElement_insertRow_Callback";
|
| +
|
| static insertRow_Callback_1(mthis, index) native "HTMLTableSectionElement_insertRow_Callback";
|
|
|
| - static insertRow_Callback(mthis) native "HTMLTableSectionElement_insertRow_Callback";
|
| + static rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter";
|
| +
|
| }
|
|
|
| class BlinkHTMLTemplateElement {
|
| static content_Getter(mthis) native "HTMLTemplateElement_content_Getter";
|
| +
|
| }
|
|
|
| class BlinkHTMLTextAreaElement {
|
| @@ -3937,6 +4171,8 @@ class BlinkHTMLTextAreaElement {
|
|
|
| static autofocus_Setter(mthis, value) native "HTMLTextAreaElement_autofocus_Setter";
|
|
|
| + static checkValidity_Callback_0(mthis) native "HTMLTextAreaElement_checkValidity_Callback";
|
| +
|
| static cols_Getter(mthis) native "HTMLTextAreaElement_cols_Getter";
|
|
|
| static cols_Setter(mthis, value) native "HTMLTextAreaElement_cols_Setter";
|
| @@ -3985,6 +4221,8 @@ class BlinkHTMLTextAreaElement {
|
|
|
| static rows_Setter(mthis, value) native "HTMLTextAreaElement_rows_Setter";
|
|
|
| + static select_Callback_0(mthis) native "HTMLTextAreaElement_select_Callback";
|
| +
|
| static selectionDirection_Getter(mthis) native "HTMLTextAreaElement_selectionDirection_Getter";
|
|
|
| static selectionDirection_Setter(mthis, value) native "HTMLTextAreaElement_selectionDirection_Setter";
|
| @@ -3997,6 +4235,16 @@ class BlinkHTMLTextAreaElement {
|
|
|
| static selectionStart_Setter(mthis, value) native "HTMLTextAreaElement_selectionStart_Setter";
|
|
|
| + static setCustomValidity_Callback_1(mthis, error) native "HTMLTextAreaElement_setCustomValidity_Callback";
|
| +
|
| + static setRangeText_Callback_1(mthis, replacement) native "HTMLTextAreaElement_setRangeText_Callback";
|
| +
|
| + static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback";
|
| +
|
| + static setSelectionRange_Callback_2(mthis, start, end) native "HTMLTextAreaElement_setSelectionRange_Callback";
|
| +
|
| + static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTMLTextAreaElement_setSelectionRange_Callback";
|
| +
|
| static textLength_Getter(mthis) native "HTMLTextAreaElement_textLength_Getter";
|
|
|
| static type_Getter(mthis) native "HTMLTextAreaElement_type_Getter";
|
| @@ -4015,22 +4263,10 @@ class BlinkHTMLTextAreaElement {
|
|
|
| static wrap_Setter(mthis, value) native "HTMLTextAreaElement_wrap_Setter";
|
|
|
| - static checkValidity_Callback(mthis) native "HTMLTextAreaElement_checkValidity_Callback";
|
| -
|
| - static select_Callback(mthis) native "HTMLTextAreaElement_select_Callback";
|
| -
|
| - static setCustomValidity_Callback_1(mthis, error) native "HTMLTextAreaElement_setCustomValidity_Callback";
|
| -
|
| - static setRangeText_Callback_1(mthis, replacement) native "HTMLTextAreaElement_setRangeText_Callback";
|
| -
|
| - static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback";
|
| -
|
| - static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTMLTextAreaElement_setSelectionRange_Callback";
|
| -
|
| - static setSelectionRange_Callback_2(mthis, start, end) native "HTMLTextAreaElement_setSelectionRange_Callback";
|
| }
|
|
|
| -class BlinkHTMLTitleElement {}
|
| +class BlinkHTMLTitleElement {
|
| +}
|
|
|
| class BlinkHTMLTrackElement {
|
| static default_Getter(mthis) native "HTMLTrackElement_default_Getter";
|
| @@ -4060,13 +4296,18 @@ class BlinkHTMLTrackElement {
|
| static srclang_Setter(mthis, value) native "HTMLTrackElement_srclang_Setter";
|
|
|
| static track_Getter(mthis) native "HTMLTrackElement_track_Getter";
|
| +
|
| }
|
|
|
| -class BlinkHTMLUListElement {}
|
| +class BlinkHTMLUListElement {
|
| +}
|
|
|
| -class BlinkHTMLUnknownElement {}
|
| +class BlinkHTMLUnknownElement {
|
| +}
|
|
|
| class BlinkHTMLVideoElement {
|
| + static getVideoPlaybackQuality_Callback_0(mthis) native "HTMLVideoElement_getVideoPlaybackQuality_Callback";
|
| +
|
| static height_Getter(mthis) native "HTMLVideoElement_height_Getter";
|
|
|
| static height_Setter(mthis, value) native "HTMLVideoElement_height_Setter";
|
| @@ -4083,99 +4324,104 @@ class BlinkHTMLVideoElement {
|
|
|
| static webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDroppedFrameCount_Getter";
|
|
|
| - static width_Getter(mthis) native "HTMLVideoElement_width_Getter";
|
| + static webkitEnterFullscreen_Callback_0(mthis) native "HTMLVideoElement_webkitEnterFullscreen_Callback";
|
|
|
| - static width_Setter(mthis, value) native "HTMLVideoElement_width_Setter";
|
| + static webkitExitFullscreen_Callback_0(mthis) native "HTMLVideoElement_webkitExitFullscreen_Callback";
|
|
|
| - static getVideoPlaybackQuality_Callback(mthis) native "HTMLVideoElement_getVideoPlaybackQuality_Callback";
|
| + static width_Getter(mthis) native "HTMLVideoElement_width_Getter";
|
|
|
| - static webkitEnterFullscreen_Callback(mthis) native "HTMLVideoElement_webkitEnterFullscreen_Callback";
|
| + static width_Setter(mthis, value) native "HTMLVideoElement_width_Setter";
|
|
|
| - static webkitExitFullscreen_Callback(mthis) native "HTMLVideoElement_webkitExitFullscreen_Callback";
|
| }
|
|
|
| class BlinkHashChangeEvent {
|
| - static constructorCallback(type, options) native "HashChangeEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "HashChangeEvent_constructorCallback";
|
| +
|
| + static initHashChangeEvent_Callback_5(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback";
|
|
|
| static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter";
|
|
|
| static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter";
|
|
|
| - static initHashChangeEvent_Callback_5(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback";
|
| }
|
|
|
| class BlinkHeaders {
|
| - static constructorCallback() native "Headers_constructorCallback";
|
| + static constructorCallback_0() native "Headers_constructorCallback";
|
|
|
| static constructorCallback_1(input) native "Headers_constructorCallback";
|
|
|
| - static size_Getter(mthis) native "Headers_size_Getter";
|
| + static forEach_Callback_1(mthis, callback) native "Headers_forEach_Callback";
|
|
|
| static forEach_Callback_2(mthis, callback, thisArg) native "Headers_forEach_Callback";
|
|
|
| - static forEach_Callback_1(mthis, callback) native "Headers_forEach_Callback";
|
| + static size_Getter(mthis) native "Headers_size_Getter";
|
| +
|
| }
|
|
|
| class BlinkHistory {
|
| - static length_Getter(mthis) native "History_length_Getter";
|
| -
|
| - static state_Getter(mthis) native "History_state_Getter";
|
| -
|
| - static back_Callback(mthis) native "History_back_Callback";
|
| + static back_Callback_0(mthis) native "History_back_Callback";
|
|
|
| - static forward_Callback(mthis) native "History_forward_Callback";
|
| + static forward_Callback_0(mthis) native "History_forward_Callback";
|
|
|
| static go_Callback_1(mthis, distance) native "History_go_Callback";
|
|
|
| + static length_Getter(mthis) native "History_length_Getter";
|
| +
|
| static pushState_Callback_3(mthis, data, title, url) native "History_pushState_Callback";
|
|
|
| static replaceState_Callback_3(mthis, data, title, url) native "History_replaceState_Callback";
|
| +
|
| + static state_Getter(mthis) native "History_state_Getter";
|
| +
|
| }
|
|
|
| class BlinkIDBCursor {
|
| - static direction_Getter(mthis) native "IDBCursor_direction_Getter";
|
| + static advance_Callback_1(mthis, count) native "IDBCursor_advance_Callback";
|
|
|
| - static key_Getter(mthis) native "IDBCursor_key_Getter";
|
| + static continuePrimaryKey_Callback_2(mthis, key, primaryKey) native "IDBCursor_continuePrimaryKey_Callback";
|
|
|
| - static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter";
|
| + static continue_Callback_0(mthis) native "IDBCursor_continue_Callback";
|
|
|
| - static source_Getter(mthis) native "IDBCursor_source_Getter";
|
| + static continue_Callback_1(mthis, key) native "IDBCursor_continue_Callback";
|
|
|
| - static advance_Callback_1(mthis, count) native "IDBCursor_advance_Callback";
|
| + static delete_Callback_0(mthis) native "IDBCursor_delete_Callback";
|
|
|
| - static continuePrimaryKey_Callback_2(mthis, key, primaryKey) native "IDBCursor_continuePrimaryKey_Callback";
|
| + static direction_Getter(mthis) native "IDBCursor_direction_Getter";
|
|
|
| - static delete_Callback(mthis) native "IDBCursor_delete_Callback";
|
| + static key_Getter(mthis) native "IDBCursor_key_Getter";
|
|
|
| - static continue_Callback_1(mthis, key) native "IDBCursor_continue_Callback";
|
| + static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter";
|
|
|
| - static continue_Callback(mthis) native "IDBCursor_continue_Callback";
|
| + static source_Getter(mthis) native "IDBCursor_source_Getter";
|
|
|
| static update_Callback_1(mthis, value) native "IDBCursor_update_Callback";
|
| +
|
| }
|
|
|
| class BlinkIDBCursorWithValue {
|
| static value_Getter(mthis) native "IDBCursorWithValue_value_Getter";
|
| +
|
| }
|
|
|
| class BlinkIDBDatabase {
|
| - static name_Getter(mthis) native "IDBDatabase_name_Getter";
|
| -
|
| - static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Getter";
|
| + static close_Callback_0(mthis) native "IDBDatabase_close_Callback";
|
|
|
| - static version_Getter(mthis) native "IDBDatabase_version_Getter";
|
| -
|
| - static close_Callback(mthis) native "IDBDatabase_close_Callback";
|
| + static createObjectStore_Callback_1(mthis, name) native "IDBDatabase_createObjectStore_Callback";
|
|
|
| static createObjectStore_Callback_2(mthis, name, options) native "IDBDatabase_createObjectStore_Callback";
|
|
|
| - static createObjectStore_Callback_1(mthis, name) native "IDBDatabase_createObjectStore_Callback";
|
| -
|
| static deleteObjectStore_Callback_1(mthis, name) native "IDBDatabase_deleteObjectStore_Callback";
|
|
|
| + static name_Getter(mthis) native "IDBDatabase_name_Getter";
|
| +
|
| + static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Getter";
|
| +
|
| static transaction_Callback_1(mthis, storeName_OR_storeNames) native "IDBDatabase_transaction_Callback";
|
|
|
| static transaction_Callback_2(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback";
|
| +
|
| + static version_Getter(mthis) native "IDBDatabase_version_Getter";
|
| +
|
| }
|
|
|
| class BlinkIDBFactory {
|
| @@ -4183,14 +4429,21 @@ class BlinkIDBFactory {
|
|
|
| static deleteDatabase_Callback_1(mthis, name) native "IDBFactory_deleteDatabase_Callback";
|
|
|
| + static open_Callback_1(mthis, name) native "IDBFactory_open_Callback";
|
| +
|
| static open_Callback_2(mthis, name, version) native "IDBFactory_open_Callback";
|
|
|
| - static open_Callback_1(mthis, name) native "IDBFactory_open_Callback";
|
| + static webkitGetDatabaseNames_Callback_0(mthis) native "IDBFactory_webkitGetDatabaseNames_Callback";
|
|
|
| - static webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webkitGetDatabaseNames_Callback";
|
| }
|
|
|
| class BlinkIDBIndex {
|
| + static count_Callback_1(mthis, key) native "IDBIndex_count_Callback";
|
| +
|
| + static getKey_Callback_1(mthis, key) native "IDBIndex_getKey_Callback";
|
| +
|
| + static get_Callback_1(mthis, key) native "IDBIndex_get_Callback";
|
| +
|
| static keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter";
|
|
|
| static multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter";
|
| @@ -4199,65 +4452,53 @@ class BlinkIDBIndex {
|
|
|
| static objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter";
|
|
|
| - static unique_Getter(mthis) native "IDBIndex_unique_Getter";
|
| -
|
| - static count_Callback_1(mthis, key) native "IDBIndex_count_Callback";
|
| -
|
| - static get_Callback_1(mthis, key) native "IDBIndex_get_Callback";
|
| -
|
| - static getKey_Callback_1(mthis, key) native "IDBIndex_getKey_Callback";
|
| + static openCursor_Callback_1(mthis, range) native "IDBIndex_openCursor_Callback";
|
|
|
| static openCursor_Callback_2(mthis, range, direction) native "IDBIndex_openCursor_Callback";
|
|
|
| - static openCursor_Callback_1(mthis, range) native "IDBIndex_openCursor_Callback";
|
| + static openKeyCursor_Callback_1(mthis, range) native "IDBIndex_openKeyCursor_Callback";
|
|
|
| static openKeyCursor_Callback_2(mthis, range, direction) native "IDBIndex_openKeyCursor_Callback";
|
|
|
| - static openKeyCursor_Callback_1(mthis, range) native "IDBIndex_openKeyCursor_Callback";
|
| + static unique_Getter(mthis) native "IDBIndex_unique_Getter";
|
| +
|
| }
|
|
|
| class BlinkIDBKeyRange {
|
| - static lower_Getter(mthis) native "IDBKeyRange_lower_Getter";
|
| -
|
| - static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter";
|
| -
|
| - static upper_Getter(mthis) native "IDBKeyRange_upper_Getter";
|
| + static bound_Callback_2(lower, upper) native "IDBKeyRange_bound_Callback";
|
|
|
| - static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter";
|
| + static bound_Callback_3(lower, upper, lowerOpen) native "IDBKeyRange_bound_Callback";
|
|
|
| static bound_Callback_4(lower, upper, lowerOpen, upperOpen) native "IDBKeyRange_bound_Callback";
|
|
|
| - static bound_Callback_3(lower, upper, lowerOpen) native "IDBKeyRange_bound_Callback";
|
| -
|
| - static bound_Callback_2(lower, upper) native "IDBKeyRange_bound_Callback";
|
| + static lowerBound_Callback_1(bound) native "IDBKeyRange_lowerBound_Callback";
|
|
|
| static lowerBound_Callback_2(bound, open) native "IDBKeyRange_lowerBound_Callback";
|
|
|
| - static lowerBound_Callback_1(bound) native "IDBKeyRange_lowerBound_Callback";
|
| + static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter";
|
|
|
| - static only_Callback_1(value) native "IDBKeyRange_only_Callback";
|
| + static lower_Getter(mthis) native "IDBKeyRange_lower_Getter";
|
|
|
| - static upperBound_Callback_2(bound, open) native "IDBKeyRange_upperBound_Callback";
|
| + static only_Callback_1(value) native "IDBKeyRange_only_Callback";
|
|
|
| static upperBound_Callback_1(bound) native "IDBKeyRange_upperBound_Callback";
|
| -}
|
|
|
| -class BlinkIDBObjectStore {
|
| - static autoIncrement_Getter(mthis) native "IDBObjectStore_autoIncrement_Getter";
|
| + static upperBound_Callback_2(bound, open) native "IDBKeyRange_upperBound_Callback";
|
|
|
| - static indexNames_Getter(mthis) native "IDBObjectStore_indexNames_Getter";
|
| + static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter";
|
|
|
| - static keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Getter";
|
| + static upper_Getter(mthis) native "IDBKeyRange_upper_Getter";
|
|
|
| - static name_Getter(mthis) native "IDBObjectStore_name_Getter";
|
| +}
|
|
|
| - static transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter";
|
| +class BlinkIDBObjectStore {
|
| + static add_Callback_1(mthis, value) native "IDBObjectStore_add_Callback";
|
|
|
| static add_Callback_2(mthis, value, key) native "IDBObjectStore_add_Callback";
|
|
|
| - static add_Callback_1(mthis, value) native "IDBObjectStore_add_Callback";
|
| + static autoIncrement_Getter(mthis) native "IDBObjectStore_autoIncrement_Getter";
|
|
|
| - static clear_Callback(mthis) native "IDBObjectStore_clear_Callback";
|
| + static clear_Callback_0(mthis) native "IDBObjectStore_clear_Callback";
|
|
|
| static count_Callback_1(mthis, key) native "IDBObjectStore_count_Callback";
|
|
|
| @@ -4265,25 +4506,34 @@ class BlinkIDBObjectStore {
|
|
|
| static createIndex_Callback_3(mthis, name, keyPath, options) native "IDBObjectStore_createIndex_Callback";
|
|
|
| - static delete_Callback_1(mthis, key) native "IDBObjectStore_delete_Callback";
|
| -
|
| static deleteIndex_Callback_1(mthis, name) native "IDBObjectStore_deleteIndex_Callback";
|
|
|
| + static delete_Callback_1(mthis, key) native "IDBObjectStore_delete_Callback";
|
| +
|
| static get_Callback_1(mthis, key) native "IDBObjectStore_get_Callback";
|
|
|
| + static indexNames_Getter(mthis) native "IDBObjectStore_indexNames_Getter";
|
| +
|
| static index_Callback_1(mthis, name) native "IDBObjectStore_index_Callback";
|
|
|
| - static openCursor_Callback_2(mthis, range, direction) native "IDBObjectStore_openCursor_Callback";
|
| + static keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Getter";
|
| +
|
| + static name_Getter(mthis) native "IDBObjectStore_name_Getter";
|
|
|
| static openCursor_Callback_1(mthis, range) native "IDBObjectStore_openCursor_Callback";
|
|
|
| - static openKeyCursor_Callback_2(mthis, range, direction) native "IDBObjectStore_openKeyCursor_Callback";
|
| + static openCursor_Callback_2(mthis, range, direction) native "IDBObjectStore_openCursor_Callback";
|
|
|
| static openKeyCursor_Callback_1(mthis, range) native "IDBObjectStore_openKeyCursor_Callback";
|
|
|
| - static put_Callback_2(mthis, value, key) native "IDBObjectStore_put_Callback";
|
| + static openKeyCursor_Callback_2(mthis, range, direction) native "IDBObjectStore_openKeyCursor_Callback";
|
|
|
| static put_Callback_1(mthis, value) native "IDBObjectStore_put_Callback";
|
| +
|
| + static put_Callback_2(mthis, value, key) native "IDBObjectStore_put_Callback";
|
| +
|
| + static transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter";
|
| +
|
| }
|
|
|
| class BlinkIDBRequest {
|
| @@ -4296,38 +4546,43 @@ class BlinkIDBRequest {
|
| static source_Getter(mthis) native "IDBRequest_source_Getter";
|
|
|
| static transaction_Getter(mthis) native "IDBRequest_transaction_Getter";
|
| +
|
| }
|
|
|
| -class BlinkIDBOpenDBRequest {}
|
| +class BlinkIDBOpenDBRequest {
|
| +}
|
|
|
| class BlinkIDBTransaction {
|
| + static abort_Callback_0(mthis) native "IDBTransaction_abort_Callback";
|
| +
|
| static db_Getter(mthis) native "IDBTransaction_db_Getter";
|
|
|
| static error_Getter(mthis) native "IDBTransaction_error_Getter";
|
|
|
| static mode_Getter(mthis) native "IDBTransaction_mode_Getter";
|
|
|
| - static abort_Callback(mthis) native "IDBTransaction_abort_Callback";
|
| -
|
| static objectStore_Callback_1(mthis, name) native "IDBTransaction_objectStore_Callback";
|
| +
|
| }
|
|
|
| class BlinkIDBVersionChangeEvent {
|
| - static constructorCallback(type, options) native "IDBVersionChangeEvent_constructorCallback";
|
| -
|
| - static dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter";
|
| + static constructorCallback_2(type, options) native "IDBVersionChangeEvent_constructorCallback";
|
|
|
| static dataLossMessage_Getter(mthis) native "IDBVersionChangeEvent_dataLossMessage_Getter";
|
|
|
| + static dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter";
|
| +
|
| static newVersion_Getter(mthis) native "IDBVersionChangeEvent_newVersion_Getter";
|
|
|
| static oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Getter";
|
| +
|
| }
|
|
|
| class BlinkImageBitmap {
|
| static height_Getter(mthis) native "ImageBitmap_height_Getter";
|
|
|
| static width_Getter(mthis) native "ImageBitmap_width_Getter";
|
| +
|
| }
|
|
|
| class BlinkImageData {
|
| @@ -4340,10 +4595,12 @@ class BlinkImageData {
|
| static height_Getter(mthis) native "ImageData_height_Getter";
|
|
|
| static width_Getter(mthis) native "ImageData_width_Getter";
|
| +
|
| }
|
|
|
| class BlinkInjectedScriptHost {
|
| static inspect_Callback_2(mthis, objectId, hints) native "InjectedScriptHost_inspect_Callback";
|
| +
|
| }
|
|
|
| class BlinkInputMethodContext {
|
| @@ -4351,30 +4608,37 @@ class BlinkInputMethodContext {
|
|
|
| static compositionStartOffset_Getter(mthis) native "InputMethodContext_compositionStartOffset_Getter";
|
|
|
| + static confirmComposition_Callback_0(mthis) native "InputMethodContext_confirmComposition_Callback";
|
| +
|
| static locale_Getter(mthis) native "InputMethodContext_locale_Getter";
|
|
|
| static target_Getter(mthis) native "InputMethodContext_target_Getter";
|
|
|
| - static confirmComposition_Callback(mthis) native "InputMethodContext_confirmComposition_Callback";
|
| }
|
|
|
| class BlinkInstallPhaseEvent {
|
| static waitUntil_Callback_1(mthis, value) native "InstallPhaseEvent_waitUntil_Callback";
|
| +
|
| }
|
|
|
| class BlinkInstallEvent {
|
| - static reloadAll_Callback(mthis) native "InstallEvent_reloadAll_Callback";
|
| + static reloadAll_Callback_0(mthis) native "InstallEvent_reloadAll_Callback";
|
| +
|
| + static replace_Callback_0(mthis) native "InstallEvent_replace_Callback";
|
|
|
| - static replace_Callback(mthis) native "InstallEvent_replace_Callback";
|
| }
|
|
|
| class BlinkKeyboardEvent {
|
| - static constructorCallback(type, options) native "KeyboardEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "KeyboardEvent_constructorCallback";
|
|
|
| static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter";
|
|
|
| static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter";
|
|
|
| + static getModifierState_Callback_1(mthis, keyArgument) native "KeyboardEvent_getModifierState_Callback";
|
| +
|
| + static initKeyboardEvent_Callback_10(mthis, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey) native "KeyboardEvent_initKeyboardEvent_Callback";
|
| +
|
| static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter";
|
|
|
| static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter";
|
| @@ -4387,20 +4651,20 @@ class BlinkKeyboardEvent {
|
|
|
| static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter";
|
|
|
| - static getModifierState_Callback_1(mthis, keyArgument) native "KeyboardEvent_getModifierState_Callback";
|
| -
|
| - static initKeyboardEvent_Callback_10(mthis, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey) native "KeyboardEvent_initKeyboardEvent_Callback";
|
| }
|
|
|
| class BlinkLocalCredential {
|
| static constructorCallback_4(id, name, avatarURL, password) native "LocalCredential_constructorCallback";
|
|
|
| static password_Getter(mthis) native "LocalCredential_password_Getter";
|
| +
|
| }
|
|
|
| class BlinkLocation {
|
| static ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter";
|
|
|
| + static assign_Callback_1(mthis, url) native "Location_assign_Callback";
|
| +
|
| static hash_Getter(mthis) native "Location_hash_Getter";
|
|
|
| static hash_Setter(mthis, value) native "Location_hash_Setter";
|
| @@ -4431,31 +4695,32 @@ class BlinkLocation {
|
|
|
| static protocol_Setter(mthis, value) native "Location_protocol_Setter";
|
|
|
| - static search_Getter(mthis) native "Location_search_Getter";
|
| + static reload_Callback_0(mthis) native "Location_reload_Callback";
|
|
|
| - static search_Setter(mthis, value) native "Location_search_Setter";
|
| + static replace_Callback_1(mthis, url) native "Location_replace_Callback";
|
|
|
| - static assign_Callback_1(mthis, url) native "Location_assign_Callback";
|
| + static search_Getter(mthis) native "Location_search_Getter";
|
|
|
| - static reload_Callback(mthis) native "Location_reload_Callback";
|
| + static search_Setter(mthis, value) native "Location_search_Setter";
|
|
|
| - static replace_Callback_1(mthis, url) native "Location_replace_Callback";
|
| + static toString_Callback_0(mthis) native "Location_toString_Callback";
|
|
|
| - static toString_Callback(mthis) native "Location_toString_Callback";
|
| }
|
|
|
| class BlinkMIDIAccess {
|
| - static sysexEnabled_Getter(mthis) native "MIDIAccess_sysexEnabled_Getter";
|
| + static inputs_Callback_0(mthis) native "MIDIAccess_inputs_Callback";
|
|
|
| - static inputs_Callback(mthis) native "MIDIAccess_inputs_Callback";
|
| + static outputs_Callback_0(mthis) native "MIDIAccess_outputs_Callback";
|
| +
|
| + static sysexEnabled_Getter(mthis) native "MIDIAccess_sysexEnabled_Getter";
|
|
|
| - static outputs_Callback(mthis) native "MIDIAccess_outputs_Callback";
|
| }
|
|
|
| class BlinkMIDIConnectionEvent {
|
| - static constructorCallback(type, options) native "MIDIConnectionEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "MIDIConnectionEvent_constructorCallback";
|
|
|
| static port_Getter(mthis) native "MIDIConnectionEvent_port_Getter";
|
| +
|
| }
|
|
|
| class BlinkMIDIPort {
|
| @@ -4468,29 +4733,33 @@ class BlinkMIDIPort {
|
| static type_Getter(mthis) native "MIDIPort_type_Getter";
|
|
|
| static version_Getter(mthis) native "MIDIPort_version_Getter";
|
| +
|
| }
|
|
|
| -class BlinkMIDIInput {}
|
| +class BlinkMIDIInput {
|
| +}
|
|
|
| class BlinkMIDIMessageEvent {
|
| - static constructorCallback(type, options) native "MIDIMessageEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "MIDIMessageEvent_constructorCallback";
|
|
|
| static data_Getter(mthis) native "MIDIMessageEvent_data_Getter";
|
|
|
| static receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter";
|
| +
|
| }
|
|
|
| class BlinkMIDIOutput {
|
| + static send_Callback_1(mthis, data) native "MIDIOutput_send_Callback";
|
| +
|
| static send_Callback_2(mthis, data, timestamp) native "MIDIOutput_send_Callback";
|
|
|
| - static send_Callback_1(mthis, data) native "MIDIOutput_send_Callback";
|
| }
|
|
|
| class BlinkMediaController {
|
| - static constructorCallback() native "MediaController_constructorCallback";
|
| -
|
| static buffered_Getter(mthis) native "MediaController_buffered_Getter";
|
|
|
| + static constructorCallback_0() native "MediaController_constructorCallback";
|
| +
|
| static currentTime_Getter(mthis) native "MediaController_currentTime_Getter";
|
|
|
| static currentTime_Setter(mthis, value) native "MediaController_currentTime_Setter";
|
| @@ -4505,8 +4774,12 @@ class BlinkMediaController {
|
|
|
| static muted_Setter(mthis, value) native "MediaController_muted_Setter";
|
|
|
| + static pause_Callback_0(mthis) native "MediaController_pause_Callback";
|
| +
|
| static paused_Getter(mthis) native "MediaController_paused_Getter";
|
|
|
| + static play_Callback_0(mthis) native "MediaController_play_Callback";
|
| +
|
| static playbackRate_Getter(mthis) native "MediaController_playbackRate_Getter";
|
|
|
| static playbackRate_Setter(mthis, value) native "MediaController_playbackRate_Setter";
|
| @@ -4517,15 +4790,12 @@ class BlinkMediaController {
|
|
|
| static seekable_Getter(mthis) native "MediaController_seekable_Getter";
|
|
|
| + static unpause_Callback_0(mthis) native "MediaController_unpause_Callback";
|
| +
|
| static volume_Getter(mthis) native "MediaController_volume_Getter";
|
|
|
| static volume_Setter(mthis, value) native "MediaController_volume_Setter";
|
|
|
| - static pause_Callback(mthis) native "MediaController_pause_Callback";
|
| -
|
| - static play_Callback(mthis) native "MediaController_play_Callback";
|
| -
|
| - static unpause_Callback(mthis) native "MediaController_unpause_Callback";
|
| }
|
|
|
| class BlinkMediaDeviceInfo {
|
| @@ -4536,24 +4806,28 @@ class BlinkMediaDeviceInfo {
|
| static kind_Getter(mthis) native "MediaDeviceInfo_kind_Getter";
|
|
|
| static label_Getter(mthis) native "MediaDeviceInfo_label_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaElementAudioSourceNode {
|
| static mediaElement_Getter(mthis) native "MediaElementAudioSourceNode_mediaElement_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaError {
|
| static code_Getter(mthis) native "MediaError_code_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaKeyError {
|
| static code_Getter(mthis) native "MediaKeyError_code_Getter";
|
|
|
| static systemCode_Getter(mthis) native "MediaKeyError_systemCode_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaKeyEvent {
|
| - static constructorCallback(type, options) native "MediaKeyEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "MediaKeyEvent_constructorCallback";
|
|
|
| static defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_Getter";
|
|
|
| @@ -4568,22 +4842,25 @@ class BlinkMediaKeyEvent {
|
| static sessionId_Getter(mthis) native "MediaKeyEvent_sessionId_Getter";
|
|
|
| static systemCode_Getter(mthis) native "MediaKeyEvent_systemCode_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaKeyMessageEvent {
|
| - static constructorCallback(type, options) native "MediaKeyMessageEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "MediaKeyMessageEvent_constructorCallback";
|
|
|
| static destinationURL_Getter(mthis) native "MediaKeyMessageEvent_destinationURL_Getter";
|
|
|
| static message_Getter(mthis) native "MediaKeyMessageEvent_message_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaKeyNeededEvent {
|
| - static constructorCallback(type, options) native "MediaKeyNeededEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "MediaKeyNeededEvent_constructorCallback";
|
|
|
| static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Getter";
|
|
|
| static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaKeySession {
|
| @@ -4593,116 +4870,129 @@ class BlinkMediaKeySession {
|
|
|
| static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter";
|
|
|
| - static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter";
|
| + static release_Callback_0(mthis) native "MediaKeySession_release_Callback";
|
|
|
| - static release_Callback(mthis) native "MediaKeySession_release_Callback";
|
| + static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter";
|
|
|
| static update_Callback_1(mthis, response) native "MediaKeySession_update_Callback";
|
| +
|
| }
|
|
|
| class BlinkMediaKeys {
|
| - static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
|
| -
|
| - static create_Callback_1(keySystem) native "MediaKeys_create_Callback";
|
| -
|
| static createSession_Callback_2(mthis, initDataType, initData) native "MediaKeys_createSession_Callback";
|
|
|
| static createSession_Callback_3(mthis, initDataType, initData, sessionType) native "MediaKeys_createSession_Callback";
|
|
|
| + static create_Callback_1(keySystem) native "MediaKeys_create_Callback";
|
| +
|
| static isTypeSupported_Callback_2(keySystem, contentType) native "MediaKeys_isTypeSupported_Callback";
|
| +
|
| + static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaList {
|
| + static appendMedium_Callback_1(mthis, newMedium) native "MediaList_appendMedium_Callback";
|
| +
|
| + static deleteMedium_Callback_1(mthis, oldMedium) native "MediaList_deleteMedium_Callback";
|
| +
|
| + static item_Callback_1(mthis, index) native "MediaList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "MediaList_length_Getter";
|
|
|
| static mediaText_Getter(mthis) native "MediaList_mediaText_Getter";
|
|
|
| static mediaText_Setter(mthis, value) native "MediaList_mediaText_Setter";
|
|
|
| - static appendMedium_Callback_1(mthis, newMedium) native "MediaList_appendMedium_Callback";
|
| -
|
| - static deleteMedium_Callback_1(mthis, oldMedium) native "MediaList_deleteMedium_Callback";
|
| -
|
| - static item_Callback_1(mthis, index) native "MediaList_item_Callback";
|
| }
|
|
|
| class BlinkMediaQueryList {
|
| static matches_Getter(mthis) native "MediaQueryList_matches_Getter";
|
|
|
| static media_Getter(mthis) native "MediaQueryList_media_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaSource {
|
| - static constructorCallback() native "MediaSource_constructorCallback";
|
| -
|
| static activeSourceBuffers_Getter(mthis) native "MediaSource_activeSourceBuffers_Getter";
|
|
|
| - static duration_Getter(mthis) native "MediaSource_duration_Getter";
|
| + static addSourceBuffer_Callback_1(mthis, type) native "MediaSource_addSourceBuffer_Callback";
|
|
|
| - static duration_Setter(mthis, value) native "MediaSource_duration_Setter";
|
| + static constructorCallback_0() native "MediaSource_constructorCallback";
|
|
|
| - static readyState_Getter(mthis) native "MediaSource_readyState_Getter";
|
| + static duration_Getter(mthis) native "MediaSource_duration_Getter";
|
|
|
| - static sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers_Getter";
|
| + static duration_Setter(mthis, value) native "MediaSource_duration_Setter";
|
|
|
| - static addSourceBuffer_Callback_1(mthis, type) native "MediaSource_addSourceBuffer_Callback";
|
| + static endOfStream_Callback_0(mthis) native "MediaSource_endOfStream_Callback";
|
|
|
| static endOfStream_Callback_1(mthis, error) native "MediaSource_endOfStream_Callback";
|
|
|
| - static endOfStream_Callback(mthis) native "MediaSource_endOfStream_Callback";
|
| -
|
| static isTypeSupported_Callback_1(type) native "MediaSource_isTypeSupported_Callback";
|
|
|
| + static readyState_Getter(mthis) native "MediaSource_readyState_Getter";
|
| +
|
| static removeSourceBuffer_Callback_1(mthis, buffer) native "MediaSource_removeSourceBuffer_Callback";
|
| +
|
| + static sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaStream {
|
| - static constructorCallback() native "MediaStream_constructorCallback";
|
| + static addTrack_Callback_1(mthis, track) native "MediaStream_addTrack_Callback";
|
|
|
| - static constructorCallback_1(stream_OR_tracks) native "MediaStream_constructorCallback";
|
| + static clone_Callback_0(mthis) native "MediaStream_clone_Callback";
|
|
|
| - static ended_Getter(mthis) native "MediaStream_ended_Getter";
|
| + static constructorCallback_0() native "MediaStream_constructorCallback";
|
|
|
| - static id_Getter(mthis) native "MediaStream_id_Getter";
|
| + static constructorCallback_1(stream_OR_tracks) native "MediaStream_constructorCallback";
|
|
|
| - static label_Getter(mthis) native "MediaStream_label_Getter";
|
| + static ended_Getter(mthis) native "MediaStream_ended_Getter";
|
|
|
| - static addTrack_Callback_1(mthis, track) native "MediaStream_addTrack_Callback";
|
| + static getAudioTracks_Callback_0(mthis) native "MediaStream_getAudioTracks_Callback";
|
|
|
| - static clone_Callback(mthis) native "MediaStream_clone_Callback";
|
| + static getTrackById_Callback_1(mthis, trackId) native "MediaStream_getTrackById_Callback";
|
|
|
| - static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callback";
|
| + static getTracks_Callback_0(mthis) native "MediaStream_getTracks_Callback";
|
|
|
| - static getTrackById_Callback_1(mthis, trackId) native "MediaStream_getTrackById_Callback";
|
| + static getVideoTracks_Callback_0(mthis) native "MediaStream_getVideoTracks_Callback";
|
|
|
| - static getTracks_Callback(mthis) native "MediaStream_getTracks_Callback";
|
| + static id_Getter(mthis) native "MediaStream_id_Getter";
|
|
|
| - static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callback";
|
| + static label_Getter(mthis) native "MediaStream_label_Getter";
|
|
|
| static removeTrack_Callback_1(mthis, track) native "MediaStream_removeTrack_Callback";
|
|
|
| - static stop_Callback(mthis) native "MediaStream_stop_Callback";
|
| + static stop_Callback_0(mthis) native "MediaStream_stop_Callback";
|
| +
|
| }
|
|
|
| class BlinkMediaStreamAudioDestinationNode {
|
| static stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaStreamAudioSourceNode {
|
| static mediaStream_Getter(mthis) native "MediaStreamAudioSourceNode_mediaStream_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaStreamEvent {
|
| - static constructorCallback(type, options) native "MediaStreamEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "MediaStreamEvent_constructorCallback";
|
|
|
| static stream_Getter(mthis) native "MediaStreamEvent_stream_Getter";
|
| +
|
| }
|
|
|
| class BlinkMediaStreamTrack {
|
| + static clone_Callback_0(mthis) native "MediaStreamTrack_clone_Callback";
|
| +
|
| static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter";
|
|
|
| static enabled_Setter(mthis, value) native "MediaStreamTrack_enabled_Setter";
|
|
|
| + static getSources_Callback_1(callback) native "MediaStreamTrack_getSources_Callback";
|
| +
|
| static id_Getter(mthis) native "MediaStreamTrack_id_Getter";
|
|
|
| static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter";
|
| @@ -4713,15 +5003,13 @@ class BlinkMediaStreamTrack {
|
|
|
| static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter";
|
|
|
| - static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback";
|
| -
|
| - static getSources_Callback_1(callback) native "MediaStreamTrack_getSources_Callback";
|
| + static stop_Callback_0(mthis) native "MediaStreamTrack_stop_Callback";
|
|
|
| - static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback";
|
| }
|
|
|
| class BlinkMediaStreamTrackEvent {
|
| static track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter";
|
| +
|
| }
|
|
|
| class BlinkMemoryInfo {
|
| @@ -4730,40 +5018,45 @@ class BlinkMemoryInfo {
|
| static totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSize_Getter";
|
|
|
| static usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize_Getter";
|
| +
|
| }
|
|
|
| class BlinkMessageChannel {
|
| static port1_Getter(mthis) native "MessageChannel_port1_Getter";
|
|
|
| static port2_Getter(mthis) native "MessageChannel_port2_Getter";
|
| +
|
| }
|
|
|
| class BlinkMessageEvent {
|
| - static constructorCallback(type, options) native "MessageEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "MessageEvent_constructorCallback";
|
|
|
| static data_Getter(mthis) native "MessageEvent_data_Getter";
|
|
|
| + static initMessageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native "MessageEvent_initMessageEvent_Callback";
|
| +
|
| static lastEventId_Getter(mthis) native "MessageEvent_lastEventId_Getter";
|
|
|
| static origin_Getter(mthis) native "MessageEvent_origin_Getter";
|
|
|
| static source_Getter(mthis) native "MessageEvent_source_Getter";
|
|
|
| - static initMessageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native "MessageEvent_initMessageEvent_Callback";
|
| }
|
|
|
| class BlinkMessagePort {
|
| - static close_Callback(mthis) native "MessagePort_close_Callback";
|
| + static close_Callback_0(mthis) native "MessagePort_close_Callback";
|
|
|
| static postMessage_Callback_2(mthis, message, transfer) native "MessagePort_postMessage_Callback";
|
|
|
| - static start_Callback(mthis) native "MessagePort_start_Callback";
|
| + static start_Callback_0(mthis) native "MessagePort_start_Callback";
|
| +
|
| }
|
|
|
| class BlinkMetadata {
|
| static modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter";
|
|
|
| static size_Getter(mthis) native "Metadata_size_Getter";
|
| +
|
| }
|
|
|
| class BlinkMimeType {
|
| @@ -4774,20 +5067,22 @@ class BlinkMimeType {
|
| static suffixes_Getter(mthis) native "MimeType_suffixes_Getter";
|
|
|
| static type_Getter(mthis) native "MimeType_type_Getter";
|
| +
|
| }
|
|
|
| class BlinkMimeTypeArray {
|
| - static length_Getter(mthis) native "MimeTypeArray_length_Getter";
|
| -
|
| static $__getter___Callback_1(mthis, name) native "MimeTypeArray___getter___Callback";
|
|
|
| static item_Callback_1(mthis, index) native "MimeTypeArray_item_Callback";
|
|
|
| + static length_Getter(mthis) native "MimeTypeArray_length_Getter";
|
| +
|
| static namedItem_Callback_1(mthis, name) native "MimeTypeArray_namedItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkMouseEvent {
|
| - static constructorCallback(type, options) native "MouseEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "MouseEvent_constructorCallback";
|
|
|
| static altKey_Getter(mthis) native "MouseEvent_altKey_Getter";
|
|
|
| @@ -4803,6 +5098,8 @@ class BlinkMouseEvent {
|
|
|
| static fromElement_Getter(mthis) native "MouseEvent_fromElement_Getter";
|
|
|
| + static initMouseEvent_Callback_15(mthis, type, canBubble, cancelable, view, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback";
|
| +
|
| static metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter";
|
|
|
| static movementX_Getter(mthis) native "MouseEvent_movementX_Getter";
|
| @@ -4829,19 +5126,20 @@ class BlinkMouseEvent {
|
|
|
| static webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovementY_Getter";
|
|
|
| - static initMouseEvent_Callback_15(mthis, type, canBubble, cancelable, view, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback";
|
| }
|
|
|
| -class BlinkMutationEvent {}
|
| +class BlinkMutationEvent {
|
| +}
|
|
|
| class BlinkMutationObserver {
|
| static constructorCallback_1(callback) native "MutationObserver_constructorCallback";
|
|
|
| - static disconnect_Callback(mthis) native "MutationObserver_disconnect_Callback";
|
| + static disconnect_Callback_0(mthis) native "MutationObserver_disconnect_Callback";
|
|
|
| static observe_Callback_2(mthis, target, options) native "MutationObserver_observe_Callback";
|
|
|
| - static takeRecords_Callback(mthis) native "MutationObserver_takeRecords_Callback";
|
| + static takeRecords_Callback_0(mthis) native "MutationObserver_takeRecords_Callback";
|
| +
|
| }
|
|
|
| class BlinkMutationRecord {
|
| @@ -4862,30 +5160,33 @@ class BlinkMutationRecord {
|
| static target_Getter(mthis) native "MutationRecord_target_Getter";
|
|
|
| static type_Getter(mthis) native "MutationRecord_type_Getter";
|
| +
|
| }
|
|
|
| class BlinkNamedNodeMap {
|
| - static length_Getter(mthis) native "NamedNodeMap_length_Getter";
|
| -
|
| static $__getter___Callback_1(mthis, name) native "NamedNodeMap___getter___Callback";
|
|
|
| - static getNamedItem_Callback_1(mthis, name) native "NamedNodeMap_getNamedItem_Callback";
|
| -
|
| static getNamedItemNS_Callback_2(mthis, namespaceURI, localName) native "NamedNodeMap_getNamedItemNS_Callback";
|
|
|
| + static getNamedItem_Callback_1(mthis, name) native "NamedNodeMap_getNamedItem_Callback";
|
| +
|
| static item_Callback_1(mthis, index) native "NamedNodeMap_item_Callback";
|
|
|
| - static removeNamedItem_Callback_1(mthis, name) native "NamedNodeMap_removeNamedItem_Callback";
|
| + static length_Getter(mthis) native "NamedNodeMap_length_Getter";
|
|
|
| static removeNamedItemNS_Callback_2(mthis, namespaceURI, localName) native "NamedNodeMap_removeNamedItemNS_Callback";
|
|
|
| - static setNamedItem_Callback_1(mthis, node) native "NamedNodeMap_setNamedItem_Callback";
|
| + static removeNamedItem_Callback_1(mthis, name) native "NamedNodeMap_removeNamedItem_Callback";
|
|
|
| static setNamedItemNS_Callback_1(mthis, node) native "NamedNodeMap_setNamedItemNS_Callback";
|
| +
|
| + static setNamedItem_Callback_1(mthis, node) native "NamedNodeMap_setNamedItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkNavigatorCPU {
|
| static hardwareConcurrency_Getter(mthis) native "NavigatorCPU_hardwareConcurrency_Getter";
|
| +
|
| }
|
|
|
| class BlinkNavigatorID {
|
| @@ -4902,86 +5203,92 @@ class BlinkNavigatorID {
|
| static product_Getter(mthis) native "Navigator_product_Getter";
|
|
|
| static userAgent_Getter(mthis) native "Navigator_userAgent_Getter";
|
| +
|
| }
|
|
|
| class BlinkNavigatorLanguage {
|
| static language_Getter(mthis) native "NavigatorLanguage_language_Getter";
|
|
|
| static languages_Getter(mthis) native "NavigatorLanguage_languages_Getter";
|
| +
|
| }
|
|
|
| class BlinkNavigatorOnLine {
|
| static onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter";
|
| +
|
| }
|
|
|
| class BlinkNavigator {
|
| + static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter";
|
| +
|
| + static appName_Getter(mthis) native "Navigator_appName_Getter";
|
| +
|
| + static appVersion_Getter(mthis) native "Navigator_appVersion_Getter";
|
| +
|
| static connection_Getter(mthis) native "Navigator_connection_Getter";
|
|
|
| static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter";
|
|
|
| static credentials_Getter(mthis) native "Navigator_credentials_Getter";
|
|
|
| + static dartEnabled_Getter(mthis) native "Navigator_dartEnabled_Getter";
|
| +
|
| static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter";
|
|
|
| static geofencing_Getter(mthis) native "Navigator_geofencing_Getter";
|
|
|
| static geolocation_Getter(mthis) native "Navigator_geolocation_Getter";
|
|
|
| - static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter";
|
| + static getBattery_Callback_0(mthis) native "Navigator_getBattery_Callback";
|
|
|
| - static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter";
|
| + static getGamepads_Callback_0(mthis) native "Navigator_getGamepads_Callback";
|
|
|
| - static productSub_Getter(mthis) native "Navigator_productSub_Getter";
|
| + static getStorageUpdates_Callback_0(mthis) native "Navigator_getStorageUpdates_Callback";
|
|
|
| - static push_Getter(mthis) native "Navigator_push_Getter";
|
| + static hardwareConcurrency_Getter(mthis) native "Navigator_hardwareConcurrency_Getter";
|
|
|
| - static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter";
|
| + static isProtocolHandlerRegistered_Callback_2(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback";
|
|
|
| - static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter";
|
| + static language_Getter(mthis) native "Navigator_language_Getter";
|
|
|
| - static vendor_Getter(mthis) native "Navigator_vendor_Getter";
|
| + static languages_Getter(mthis) native "Navigator_languages_Getter";
|
|
|
| - static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter";
|
| + static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter";
|
|
|
| - static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersistentStorage_Getter";
|
| + static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter";
|
|
|
| - static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryStorage_Getter";
|
| + static onLine_Getter(mthis) native "Navigator_onLine_Getter";
|
|
|
| - static getBattery_Callback(mthis) native "Navigator_getBattery_Callback";
|
| + static platform_Getter(mthis) native "Navigator_platform_Getter";
|
|
|
| - static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback";
|
| + static productSub_Getter(mthis) native "Navigator_productSub_Getter";
|
|
|
| - static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_Callback";
|
| + static product_Getter(mthis) native "Navigator_product_Getter";
|
|
|
| - static isProtocolHandlerRegistered_Callback_2(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback";
|
| + static push_Getter(mthis) native "Navigator_push_Getter";
|
|
|
| static registerProtocolHandler_Callback_3(mthis, scheme, url, title) native "Navigator_registerProtocolHandler_Callback";
|
|
|
| static sendBeacon_Callback_2(mthis, url, data) native "Navigator_sendBeacon_Callback";
|
|
|
| - static unregisterProtocolHandler_Callback_2(mthis, scheme, url) native "Navigator_unregisterProtocolHandler_Callback";
|
| -
|
| - static webkitGetUserMedia_Callback_3(mthis, options, successCallback, errorCallback) native "Navigator_webkitGetUserMedia_Callback";
|
| -
|
| - static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter";
|
| + static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter";
|
|
|
| - static appName_Getter(mthis) native "Navigator_appName_Getter";
|
| + static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter";
|
|
|
| - static appVersion_Getter(mthis) native "Navigator_appVersion_Getter";
|
| + static unregisterProtocolHandler_Callback_2(mthis, scheme, url) native "Navigator_unregisterProtocolHandler_Callback";
|
|
|
| - static dartEnabled_Getter(mthis) native "Navigator_dartEnabled_Getter";
|
| + static userAgent_Getter(mthis) native "Navigator_userAgent_Getter";
|
|
|
| - static platform_Getter(mthis) native "Navigator_platform_Getter";
|
| + static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter";
|
|
|
| - static product_Getter(mthis) native "Navigator_product_Getter";
|
| + static vendor_Getter(mthis) native "Navigator_vendor_Getter";
|
|
|
| - static userAgent_Getter(mthis) native "Navigator_userAgent_Getter";
|
| + static webkitGetUserMedia_Callback_3(mthis, options, successCallback, errorCallback) native "Navigator_webkitGetUserMedia_Callback";
|
|
|
| - static language_Getter(mthis) native "Navigator_language_Getter";
|
| + static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersistentStorage_Getter";
|
|
|
| - static languages_Getter(mthis) native "Navigator_languages_Getter";
|
| + static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryStorage_Getter";
|
|
|
| - static onLine_Getter(mthis) native "Navigator_onLine_Getter";
|
| }
|
|
|
| class BlinkNavigatorUserMediaError {
|
| @@ -4990,90 +5297,106 @@ class BlinkNavigatorUserMediaError {
|
| static message_Getter(mthis) native "NavigatorUserMediaError_message_Getter";
|
|
|
| static name_Getter(mthis) native "NavigatorUserMediaError_name_Getter";
|
| +
|
| }
|
|
|
| class BlinkNetworkInformation {
|
| static type_Getter(mthis) native "NetworkInformation_type_Getter";
|
| +
|
| }
|
|
|
| -class BlinkNodeFilter {}
|
| +class BlinkNodeFilter {
|
| +}
|
|
|
| class BlinkNodeIterator {
|
| + static detach_Callback_0(mthis) native "NodeIterator_detach_Callback";
|
| +
|
| + static nextNode_Callback_0(mthis) native "NodeIterator_nextNode_Callback";
|
| +
|
| static pointerBeforeReferenceNode_Getter(mthis) native "NodeIterator_pointerBeforeReferenceNode_Getter";
|
|
|
| + static previousNode_Callback_0(mthis) native "NodeIterator_previousNode_Callback";
|
| +
|
| static referenceNode_Getter(mthis) native "NodeIterator_referenceNode_Getter";
|
|
|
| static root_Getter(mthis) native "NodeIterator_root_Getter";
|
|
|
| static whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Getter";
|
|
|
| - static detach_Callback(mthis) native "NodeIterator_detach_Callback";
|
| -
|
| - static nextNode_Callback(mthis) native "NodeIterator_nextNode_Callback";
|
| -
|
| - static previousNode_Callback(mthis) native "NodeIterator_previousNode_Callback";
|
| }
|
|
|
| class BlinkNodeList {
|
| + static item_Callback_1(mthis, index) native "NodeList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "NodeList_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "NodeList_item_Callback";
|
| }
|
|
|
| -class BlinkNotation {}
|
| +class BlinkNotation {
|
| +}
|
| +
|
| +class BlinkNotification {
|
| + static body_Getter(mthis) native "Notification_body_Getter";
|
| +
|
| + static close_Callback_0(mthis) native "Notification_close_Callback";
|
|
|
| -class BlinkNotification {
|
| static constructorCallback_2(title, options) native "Notification_constructorCallback";
|
|
|
| - static body_Getter(mthis) native "Notification_body_Getter";
|
| -
|
| static dir_Getter(mthis) native "Notification_dir_Getter";
|
|
|
| static icon_Getter(mthis) native "Notification_icon_Getter";
|
|
|
| static lang_Getter(mthis) native "Notification_lang_Getter";
|
|
|
| - static permission_Getter(mthis) native "Notification_permission_Getter";
|
| + static permission_Getter() native "Notification_permission_Getter";
|
|
|
| - static tag_Getter(mthis) native "Notification_tag_Getter";
|
| + static requestPermission_Callback_0() native "Notification_requestPermission_Callback";
|
|
|
| - static title_Getter(mthis) native "Notification_title_Getter";
|
| + static requestPermission_Callback_1(callback) native "Notification_requestPermission_Callback";
|
|
|
| - static close_Callback(mthis) native "Notification_close_Callback";
|
| + static tag_Getter(mthis) native "Notification_tag_Getter";
|
|
|
| - static requestPermission_Callback_1(callback) native "Notification_requestPermission_Callback";
|
| + static title_Getter(mthis) native "Notification_title_Getter";
|
|
|
| - static requestPermission_Callback() native "Notification_requestPermission_Callback";
|
| }
|
|
|
| -class BlinkOESElementIndexUint {}
|
| +class BlinkOESElementIndexUint {
|
| +}
|
|
|
| -class BlinkOESStandardDerivatives {}
|
| +class BlinkOESStandardDerivatives {
|
| +}
|
|
|
| -class BlinkOESTextureFloat {}
|
| +class BlinkOESTextureFloat {
|
| +}
|
|
|
| -class BlinkOESTextureFloatLinear {}
|
| +class BlinkOESTextureFloatLinear {
|
| +}
|
|
|
| -class BlinkOESTextureHalfFloat {}
|
| +class BlinkOESTextureHalfFloat {
|
| +}
|
|
|
| -class BlinkOESTextureHalfFloatLinear {}
|
| +class BlinkOESTextureHalfFloatLinear {
|
| +}
|
|
|
| class BlinkOESVertexArrayObject {
|
| static bindVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArrayObject_bindVertexArrayOES_Callback";
|
|
|
| - static createVertexArrayOES_Callback(mthis) native "OESVertexArrayObject_createVertexArrayOES_Callback";
|
| + static createVertexArrayOES_Callback_0(mthis) native "OESVertexArrayObject_createVertexArrayOES_Callback";
|
|
|
| static deleteVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArrayObject_deleteVertexArrayOES_Callback";
|
|
|
| static isVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArrayObject_isVertexArrayOES_Callback";
|
| +
|
| }
|
|
|
| class BlinkOfflineAudioCompletionEvent {
|
| static renderedBuffer_Getter(mthis) native "OfflineAudioCompletionEvent_renderedBuffer_Getter";
|
| +
|
| }
|
|
|
| class BlinkOfflineAudioContext {
|
| static constructorCallback_3(numberOfChannels, numberOfFrames, sampleRate) native "OfflineAudioContext_constructorCallback";
|
| +
|
| }
|
|
|
| class BlinkOscillatorNode {
|
| @@ -5081,41 +5404,45 @@ class BlinkOscillatorNode {
|
|
|
| static frequency_Getter(mthis) native "OscillatorNode_frequency_Getter";
|
|
|
| - static type_Getter(mthis) native "OscillatorNode_type_Getter";
|
| -
|
| - static type_Setter(mthis, value) native "OscillatorNode_type_Setter";
|
| -
|
| static noteOff_Callback_1(mthis, when) native "OscillatorNode_noteOff_Callback";
|
|
|
| static noteOn_Callback_1(mthis, when) native "OscillatorNode_noteOn_Callback";
|
|
|
| static setPeriodicWave_Callback_1(mthis, periodicWave) native "OscillatorNode_setPeriodicWave_Callback";
|
|
|
| + static start_Callback_0(mthis) native "OscillatorNode_start_Callback";
|
| +
|
| static start_Callback_1(mthis, when) native "OscillatorNode_start_Callback";
|
|
|
| - static start_Callback(mthis) native "OscillatorNode_start_Callback";
|
| + static stop_Callback_0(mthis) native "OscillatorNode_stop_Callback";
|
|
|
| static stop_Callback_1(mthis, when) native "OscillatorNode_stop_Callback";
|
|
|
| - static stop_Callback(mthis) native "OscillatorNode_stop_Callback";
|
| + static type_Getter(mthis) native "OscillatorNode_type_Getter";
|
| +
|
| + static type_Setter(mthis, value) native "OscillatorNode_type_Setter";
|
| +
|
| }
|
|
|
| class BlinkOverflowEvent {
|
| - static constructorCallback(type, options) native "OverflowEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "OverflowEvent_constructorCallback";
|
|
|
| static horizontalOverflow_Getter(mthis) native "OverflowEvent_horizontalOverflow_Getter";
|
|
|
| static orient_Getter(mthis) native "OverflowEvent_orient_Getter";
|
|
|
| static verticalOverflow_Getter(mthis) native "OverflowEvent_verticalOverflow_Getter";
|
| +
|
| }
|
|
|
| -class BlinkPagePopupController {}
|
| +class BlinkPagePopupController {
|
| +}
|
|
|
| class BlinkPageTransitionEvent {
|
| - static constructorCallback(type, options) native "PageTransitionEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "PageTransitionEvent_constructorCallback";
|
|
|
| static persisted_Getter(mthis) native "PageTransitionEvent_persisted_Getter";
|
| +
|
| }
|
|
|
| class BlinkPannerNode {
|
| @@ -5156,24 +5483,25 @@ class BlinkPannerNode {
|
| static setPosition_Callback_3(mthis, x, y, z) native "PannerNode_setPosition_Callback";
|
|
|
| static setVelocity_Callback_3(mthis, x, y, z) native "PannerNode_setVelocity_Callback";
|
| +
|
| }
|
|
|
| class BlinkPath2D {
|
| - static constructorCallback() native "Path2D_constructorCallback";
|
| -
|
| - static constructorCallback_1(path_OR_text) native "Path2D_constructorCallback";
|
| + static addPath_Callback_1(mthis, path) native "Path2D_addPath_Callback";
|
|
|
| static addPath_Callback_2(mthis, path, transform) native "Path2D_addPath_Callback";
|
|
|
| - static addPath_Callback_1(mthis, path) native "Path2D_addPath_Callback";
|
| + static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_Callback";
|
|
|
| static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "Path2D_arc_Callback";
|
|
|
| - static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_Callback";
|
| -
|
| static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "Path2D_bezierCurveTo_Callback";
|
|
|
| - static closePath_Callback(mthis) native "Path2D_closePath_Callback";
|
| + static closePath_Callback_0(mthis) native "Path2D_closePath_Callback";
|
| +
|
| + static constructorCallback_0() native "Path2D_constructorCallback";
|
| +
|
| + static constructorCallback_1(path_OR_text) native "Path2D_constructorCallback";
|
|
|
| static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "Path2D_ellipse_Callback";
|
|
|
| @@ -5184,34 +5512,36 @@ class BlinkPath2D {
|
| static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "Path2D_quadraticCurveTo_Callback";
|
|
|
| static rect_Callback_4(mthis, x, y, width, height) native "Path2D_rect_Callback";
|
| +
|
| }
|
|
|
| class BlinkPerformance {
|
| - static memory_Getter(mthis) native "Performance_memory_Getter";
|
| -
|
| - static navigation_Getter(mthis) native "Performance_navigation_Getter";
|
| -
|
| - static timing_Getter(mthis) native "Performance_timing_Getter";
|
| -
|
| static clearMarks_Callback_1(mthis, markName) native "Performance_clearMarks_Callback";
|
|
|
| static clearMeasures_Callback_1(mthis, measureName) native "Performance_clearMeasures_Callback";
|
|
|
| - static getEntries_Callback(mthis) native "Performance_getEntries_Callback";
|
| -
|
| static getEntriesByName_Callback_2(mthis, name, entryType) native "Performance_getEntriesByName_Callback";
|
|
|
| static getEntriesByType_Callback_1(mthis, entryType) native "Performance_getEntriesByType_Callback";
|
|
|
| + static getEntries_Callback_0(mthis) native "Performance_getEntries_Callback";
|
| +
|
| static mark_Callback_1(mthis, markName) native "Performance_mark_Callback";
|
|
|
| static measure_Callback_3(mthis, measureName, startMark, endMark) native "Performance_measure_Callback";
|
|
|
| - static now_Callback(mthis) native "Performance_now_Callback";
|
| + static memory_Getter(mthis) native "Performance_memory_Getter";
|
| +
|
| + static navigation_Getter(mthis) native "Performance_navigation_Getter";
|
| +
|
| + static now_Callback_0(mthis) native "Performance_now_Callback";
|
| +
|
| + static timing_Getter(mthis) native "Performance_timing_Getter";
|
|
|
| - static webkitClearResourceTimings_Callback(mthis) native "Performance_webkitClearResourceTimings_Callback";
|
| + static webkitClearResourceTimings_Callback_0(mthis) native "Performance_webkitClearResourceTimings_Callback";
|
|
|
| static webkitSetResourceTimingBufferSize_Callback_1(mthis, maxSize) native "Performance_webkitSetResourceTimingBufferSize_Callback";
|
| +
|
| }
|
|
|
| class BlinkPerformanceEntry {
|
| @@ -5222,16 +5552,20 @@ class BlinkPerformanceEntry {
|
| static name_Getter(mthis) native "PerformanceEntry_name_Getter";
|
|
|
| static startTime_Getter(mthis) native "PerformanceEntry_startTime_Getter";
|
| +
|
| }
|
|
|
| -class BlinkPerformanceMark {}
|
| +class BlinkPerformanceMark {
|
| +}
|
|
|
| -class BlinkPerformanceMeasure {}
|
| +class BlinkPerformanceMeasure {
|
| +}
|
|
|
| class BlinkPerformanceNavigation {
|
| static redirectCount_Getter(mthis) native "PerformanceNavigation_redirectCount_Getter";
|
|
|
| static type_Getter(mthis) native "PerformanceNavigation_type_Getter";
|
| +
|
| }
|
|
|
| class BlinkPerformanceResourceTiming {
|
| @@ -5258,6 +5592,7 @@ class BlinkPerformanceResourceTiming {
|
| static responseStart_Getter(mthis) native "PerformanceResourceTiming_responseStart_Getter";
|
|
|
| static secureConnectionStart_Getter(mthis) native "PerformanceResourceTiming_secureConnectionStart_Getter";
|
| +
|
| }
|
|
|
| class BlinkPerformanceTiming {
|
| @@ -5302,106 +5637,120 @@ class BlinkPerformanceTiming {
|
| static unloadEventEnd_Getter(mthis) native "PerformanceTiming_unloadEventEnd_Getter";
|
|
|
| static unloadEventStart_Getter(mthis) native "PerformanceTiming_unloadEventStart_Getter";
|
| +
|
| }
|
|
|
| -class BlinkPeriodicWave {}
|
| +class BlinkPeriodicWave {
|
| +}
|
|
|
| class BlinkPlugin {
|
| + static $__getter___Callback_1(mthis, name) native "Plugin___getter___Callback";
|
| +
|
| static description_Getter(mthis) native "Plugin_description_Getter";
|
|
|
| static filename_Getter(mthis) native "Plugin_filename_Getter";
|
|
|
| + static item_Callback_1(mthis, index) native "Plugin_item_Callback";
|
| +
|
| static length_Getter(mthis) native "Plugin_length_Getter";
|
|
|
| static name_Getter(mthis) native "Plugin_name_Getter";
|
|
|
| - static $__getter___Callback_1(mthis, name) native "Plugin___getter___Callback";
|
| -
|
| - static item_Callback_1(mthis, index) native "Plugin_item_Callback";
|
| -
|
| static namedItem_Callback_1(mthis, name) native "Plugin_namedItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkPluginArray {
|
| - static length_Getter(mthis) native "PluginArray_length_Getter";
|
| -
|
| static $__getter___Callback_1(mthis, name) native "PluginArray___getter___Callback";
|
|
|
| static item_Callback_1(mthis, index) native "PluginArray_item_Callback";
|
|
|
| + static length_Getter(mthis) native "PluginArray_length_Getter";
|
| +
|
| static namedItem_Callback_1(mthis, name) native "PluginArray_namedItem_Callback";
|
|
|
| static refresh_Callback_1(mthis, reload) native "PluginArray_refresh_Callback";
|
| +
|
| }
|
|
|
| class BlinkPopStateEvent {
|
| - static constructorCallback(type, options) native "PopStateEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "PopStateEvent_constructorCallback";
|
|
|
| static state_Getter(mthis) native "PopStateEvent_state_Getter";
|
| +
|
| }
|
|
|
| class BlinkPositionError {
|
| static code_Getter(mthis) native "PositionError_code_Getter";
|
|
|
| static message_Getter(mthis) native "PositionError_message_Getter";
|
| +
|
| }
|
|
|
| class BlinkProcessingInstruction {
|
| static sheet_Getter(mthis) native "ProcessingInstruction_sheet_Getter";
|
|
|
| static target_Getter(mthis) native "ProcessingInstruction_target_Getter";
|
| +
|
| }
|
|
|
| class BlinkProgressEvent {
|
| - static constructorCallback(type, options) native "ProgressEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "ProgressEvent_constructorCallback";
|
|
|
| static lengthComputable_Getter(mthis) native "ProgressEvent_lengthComputable_Getter";
|
|
|
| static loaded_Getter(mthis) native "ProgressEvent_loaded_Getter";
|
|
|
| static total_Getter(mthis) native "ProgressEvent_total_Getter";
|
| +
|
| }
|
|
|
| class BlinkPushEvent {
|
| - static constructorCallback(type, options) native "PushEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "PushEvent_constructorCallback";
|
|
|
| static data_Getter(mthis) native "PushEvent_data_Getter";
|
| +
|
| }
|
|
|
| class BlinkPushManager {
|
| static register_Callback_1(mthis, senderId) native "PushManager_register_Callback";
|
| +
|
| }
|
|
|
| class BlinkPushRegistration {
|
| static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter";
|
|
|
| static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrationId_Getter";
|
| +
|
| }
|
|
|
| -class BlinkRGBColor {}
|
| +class BlinkRGBColor {
|
| +}
|
|
|
| class BlinkRTCDTMFSender {
|
| static canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsertDTMF_Getter";
|
|
|
| static duration_Getter(mthis) native "RTCDTMFSender_duration_Getter";
|
|
|
| + static insertDTMF_Callback_1(mthis, tones) native "RTCDTMFSender_insertDTMF_Callback";
|
| +
|
| + static insertDTMF_Callback_2(mthis, tones, duration) native "RTCDTMFSender_insertDTMF_Callback";
|
| +
|
| + static insertDTMF_Callback_3(mthis, tones, duration, interToneGap) native "RTCDTMFSender_insertDTMF_Callback";
|
| +
|
| static interToneGap_Getter(mthis) native "RTCDTMFSender_interToneGap_Getter";
|
|
|
| static toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_Getter";
|
|
|
| static track_Getter(mthis) native "RTCDTMFSender_track_Getter";
|
|
|
| - static insertDTMF_Callback_3(mthis, tones, duration, interToneGap) native "RTCDTMFSender_insertDTMF_Callback";
|
| -
|
| - static insertDTMF_Callback_2(mthis, tones, duration) native "RTCDTMFSender_insertDTMF_Callback";
|
| -
|
| - static insertDTMF_Callback_1(mthis, tones) native "RTCDTMFSender_insertDTMF_Callback";
|
| }
|
|
|
| class BlinkRTCDTMFToneChangeEvent {
|
| - static constructorCallback(type, options) native "RTCDTMFToneChangeEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "RTCDTMFToneChangeEvent_constructorCallback";
|
|
|
| static tone_Getter(mthis) native "RTCDTMFToneChangeEvent_tone_Getter";
|
| +
|
| }
|
|
|
| class BlinkRTCDataChannel {
|
| @@ -5411,6 +5760,8 @@ class BlinkRTCDataChannel {
|
|
|
| static bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Getter";
|
|
|
| + static close_Callback_0(mthis) native "RTCDataChannel_close_Callback";
|
| +
|
| static id_Getter(mthis) native "RTCDataChannel_id_Getter";
|
|
|
| static label_Getter(mthis) native "RTCDataChannel_label_Getter";
|
| @@ -5429,22 +5780,22 @@ class BlinkRTCDataChannel {
|
|
|
| static reliable_Getter(mthis) native "RTCDataChannel_reliable_Getter";
|
|
|
| - static close_Callback(mthis) native "RTCDataChannel_close_Callback";
|
| -
|
| static send_Callback_1(mthis, data) native "RTCDataChannel_send_Callback";
|
| +
|
| }
|
|
|
| class BlinkRTCDataChannelEvent {
|
| static channel_Getter(mthis) native "RTCDataChannelEvent_channel_Getter";
|
| +
|
| }
|
|
|
| class BlinkRTCIceCandidate {
|
| - static constructorCallback_1(dictionary) native "RTCIceCandidate_constructorCallback";
|
| -
|
| static candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter";
|
|
|
| static candidate_Setter(mthis, value) native "RTCIceCandidate_candidate_Setter";
|
|
|
| + static constructorCallback_1(dictionary) native "RTCIceCandidate_constructorCallback";
|
| +
|
| static sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Getter";
|
|
|
| static sdpMLineIndex_Setter(mthis, value) native "RTCIceCandidate_sdpMLineIndex_Setter";
|
| @@ -5452,74 +5803,77 @@ class BlinkRTCIceCandidate {
|
| static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter";
|
|
|
| static sdpMid_Setter(mthis, value) native "RTCIceCandidate_sdpMid_Setter";
|
| +
|
| }
|
|
|
| class BlinkRTCIceCandidateEvent {
|
| static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter";
|
| +
|
| }
|
|
|
| class BlinkRTCPeerConnection {
|
| - static constructorCallback_2(rtcConfiguration, mediaConstraints) native "RTCPeerConnection_constructorCallback";
|
| -
|
| - static constructorCallback_1(rtcConfiguration) native "RTCPeerConnection_constructorCallback";
|
| -
|
| - static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectionState_Getter";
|
| -
|
| - static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringState_Getter";
|
| -
|
| - static localDescription_Getter(mthis) native "RTCPeerConnection_localDescription_Getter";
|
| -
|
| - static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescription_Getter";
|
| -
|
| - static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_Getter";
|
| -
|
| static addIceCandidate_Callback_3(mthis, candidate, successCallback, failureCallback) native "RTCPeerConnection_addIceCandidate_Callback";
|
|
|
| + static addStream_Callback_1(mthis, stream) native "RTCPeerConnection_addStream_Callback";
|
| +
|
| static addStream_Callback_2(mthis, stream, mediaConstraints) native "RTCPeerConnection_addStream_Callback";
|
|
|
| - static addStream_Callback_1(mthis, stream) native "RTCPeerConnection_addStream_Callback";
|
| + static close_Callback_0(mthis) native "RTCPeerConnection_close_Callback";
|
|
|
| - static close_Callback(mthis) native "RTCPeerConnection_close_Callback";
|
| + static constructorCallback_1(rtcConfiguration) native "RTCPeerConnection_constructorCallback";
|
|
|
| - static createAnswer_Callback_3(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPeerConnection_createAnswer_Callback";
|
| + static constructorCallback_2(rtcConfiguration, mediaConstraints) native "RTCPeerConnection_constructorCallback";
|
|
|
| static createAnswer_Callback_2(mthis, successCallback, failureCallback) native "RTCPeerConnection_createAnswer_Callback";
|
|
|
| - static createDTMFSender_Callback_1(mthis, track) native "RTCPeerConnection_createDTMFSender_Callback";
|
| + static createAnswer_Callback_3(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPeerConnection_createAnswer_Callback";
|
|
|
| - static createDataChannel_Callback_2(mthis, label, options) native "RTCPeerConnection_createDataChannel_Callback";
|
| + static createDTMFSender_Callback_1(mthis, track) native "RTCPeerConnection_createDTMFSender_Callback";
|
|
|
| static createDataChannel_Callback_1(mthis, label) native "RTCPeerConnection_createDataChannel_Callback";
|
|
|
| - static createOffer_Callback_3(mthis, successCallback, failureCallback, rtcOfferOptions) native "RTCPeerConnection_createOffer_Callback";
|
| + static createDataChannel_Callback_2(mthis, label, options) native "RTCPeerConnection_createDataChannel_Callback";
|
|
|
| static createOffer_Callback_2(mthis, successCallback, failureCallback) native "RTCPeerConnection_createOffer_Callback";
|
|
|
| - static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStreams_Callback";
|
| + static createOffer_Callback_3(mthis, successCallback, failureCallback, rtcOfferOptions) native "RTCPeerConnection_createOffer_Callback";
|
| +
|
| + static getLocalStreams_Callback_0(mthis) native "RTCPeerConnection_getLocalStreams_Callback";
|
|
|
| - static getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStreams_Callback";
|
| + static getRemoteStreams_Callback_0(mthis) native "RTCPeerConnection_getRemoteStreams_Callback";
|
|
|
| static getStats_Callback_2(mthis, successCallback, selector) native "RTCPeerConnection_getStats_Callback";
|
|
|
| static getStreamById_Callback_1(mthis, streamId) native "RTCPeerConnection_getStreamById_Callback";
|
|
|
| + static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectionState_Getter";
|
| +
|
| + static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringState_Getter";
|
| +
|
| + static localDescription_Getter(mthis) native "RTCPeerConnection_localDescription_Getter";
|
| +
|
| + static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescription_Getter";
|
| +
|
| static removeStream_Callback_1(mthis, stream) native "RTCPeerConnection_removeStream_Callback";
|
|
|
| static setLocalDescription_Callback_3(mthis, description, successCallback, failureCallback) native "RTCPeerConnection_setLocalDescription_Callback";
|
|
|
| static setRemoteDescription_Callback_3(mthis, description, successCallback, failureCallback) native "RTCPeerConnection_setRemoteDescription_Callback";
|
|
|
| - static updateIce_Callback_2(mthis, configuration, mediaConstraints) native "RTCPeerConnection_updateIce_Callback";
|
| + static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_Getter";
|
| +
|
| + static updateIce_Callback_0(mthis) native "RTCPeerConnection_updateIce_Callback";
|
|
|
| static updateIce_Callback_1(mthis, configuration) native "RTCPeerConnection_updateIce_Callback";
|
|
|
| - static updateIce_Callback(mthis) native "RTCPeerConnection_updateIce_Callback";
|
| + static updateIce_Callback_2(mthis, configuration, mediaConstraints) native "RTCPeerConnection_updateIce_Callback";
|
| +
|
| }
|
|
|
| class BlinkRTCSessionDescription {
|
| - static constructorCallback_1(descriptionInitDict) native "RTCSessionDescription_constructorCallback";
|
| + static constructorCallback_0() native "RTCSessionDescription_constructorCallback";
|
|
|
| - static constructorCallback() native "RTCSessionDescription_constructorCallback";
|
| + static constructorCallback_1(descriptionInitDict) native "RTCSessionDescription_constructorCallback";
|
|
|
| static sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter";
|
|
|
| @@ -5528,6 +5882,7 @@ class BlinkRTCSessionDescription {
|
| static type_Getter(mthis) native "RTCSessionDescription_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "RTCSessionDescription_type_Setter";
|
| +
|
| }
|
|
|
| class BlinkRTCStatsReport {
|
| @@ -5535,15 +5890,16 @@ class BlinkRTCStatsReport {
|
|
|
| static local_Getter(mthis) native "RTCStatsReport_local_Getter";
|
|
|
| + static names_Callback_0(mthis) native "RTCStatsReport_names_Callback";
|
| +
|
| static remote_Getter(mthis) native "RTCStatsReport_remote_Getter";
|
|
|
| + static stat_Callback_1(mthis, name) native "RTCStatsReport_stat_Callback";
|
| +
|
| static timestamp_Getter(mthis) native "RTCStatsReport_timestamp_Getter";
|
|
|
| static type_Getter(mthis) native "RTCStatsReport_type_Getter";
|
|
|
| - static names_Callback(mthis) native "RTCStatsReport_names_Callback";
|
| -
|
| - static stat_Callback_1(mthis, name) native "RTCStatsReport_stat_Callback";
|
| }
|
|
|
| class BlinkRTCStatsResponse {
|
| @@ -5551,79 +5907,85 @@ class BlinkRTCStatsResponse {
|
|
|
| static namedItem_Callback_1(mthis, name) native "RTCStatsResponse_namedItem_Callback";
|
|
|
| - static result_Callback(mthis) native "RTCStatsResponse_result_Callback";
|
| + static result_Callback_0(mthis) native "RTCStatsResponse_result_Callback";
|
| +
|
| }
|
|
|
| -class BlinkRadioNodeList {}
|
| +class BlinkRadioNodeList {
|
| +}
|
|
|
| class BlinkRange {
|
| - static collapsed_Getter(mthis) native "Range_collapsed_Getter";
|
| + static cloneContents_Callback_0(mthis) native "Range_cloneContents_Callback";
|
|
|
| - static commonAncestorContainer_Getter(mthis) native "Range_commonAncestorContainer_Getter";
|
| -
|
| - static endContainer_Getter(mthis) native "Range_endContainer_Getter";
|
| -
|
| - static endOffset_Getter(mthis) native "Range_endOffset_Getter";
|
| -
|
| - static startContainer_Getter(mthis) native "Range_startContainer_Getter";
|
| -
|
| - static startOffset_Getter(mthis) native "Range_startOffset_Getter";
|
| -
|
| - static cloneContents_Callback(mthis) native "Range_cloneContents_Callback";
|
| + static cloneRange_Callback_0(mthis) native "Range_cloneRange_Callback";
|
|
|
| - static cloneRange_Callback(mthis) native "Range_cloneRange_Callback";
|
| + static collapse_Callback_0(mthis) native "Range_collapse_Callback";
|
|
|
| static collapse_Callback_1(mthis, toStart) native "Range_collapse_Callback";
|
|
|
| - static collapse_Callback(mthis) native "Range_collapse_Callback";
|
| + static collapsed_Getter(mthis) native "Range_collapsed_Getter";
|
| +
|
| + static commonAncestorContainer_Getter(mthis) native "Range_commonAncestorContainer_Getter";
|
|
|
| static comparePoint_Callback_2(mthis, refNode, offset) native "Range_comparePoint_Callback";
|
|
|
| static createContextualFragment_Callback_1(mthis, html) native "Range_createContextualFragment_Callback";
|
|
|
| - static deleteContents_Callback(mthis) native "Range_deleteContents_Callback";
|
| + static deleteContents_Callback_0(mthis) native "Range_deleteContents_Callback";
|
| +
|
| + static detach_Callback_0(mthis) native "Range_detach_Callback";
|
| +
|
| + static endContainer_Getter(mthis) native "Range_endContainer_Getter";
|
|
|
| - static detach_Callback(mthis) native "Range_detach_Callback";
|
| + static endOffset_Getter(mthis) native "Range_endOffset_Getter";
|
|
|
| static expand_Callback_1(mthis, unit) native "Range_expand_Callback";
|
|
|
| - static extractContents_Callback(mthis) native "Range_extractContents_Callback";
|
| + static extractContents_Callback_0(mthis) native "Range_extractContents_Callback";
|
|
|
| - static getBoundingClientRect_Callback(mthis) native "Range_getBoundingClientRect_Callback";
|
| + static getBoundingClientRect_Callback_0(mthis) native "Range_getBoundingClientRect_Callback";
|
|
|
| - static getClientRects_Callback(mthis) native "Range_getClientRects_Callback";
|
| + static getClientRects_Callback_0(mthis) native "Range_getClientRects_Callback";
|
|
|
| static insertNode_Callback_1(mthis, newNode) native "Range_insertNode_Callback";
|
|
|
| static isPointInRange_Callback_2(mthis, refNode, offset) native "Range_isPointInRange_Callback";
|
|
|
| - static selectNode_Callback_1(mthis, refNode) native "Range_selectNode_Callback";
|
| -
|
| static selectNodeContents_Callback_1(mthis, refNode) native "Range_selectNodeContents_Callback";
|
|
|
| - static setEnd_Callback_2(mthis, refNode, offset) native "Range_setEnd_Callback";
|
| + static selectNode_Callback_1(mthis, refNode) native "Range_selectNode_Callback";
|
|
|
| static setEndAfter_Callback_1(mthis, refNode) native "Range_setEndAfter_Callback";
|
|
|
| static setEndBefore_Callback_1(mthis, refNode) native "Range_setEndBefore_Callback";
|
|
|
| - static setStart_Callback_2(mthis, refNode, offset) native "Range_setStart_Callback";
|
| + static setEnd_Callback_2(mthis, refNode, offset) native "Range_setEnd_Callback";
|
|
|
| static setStartAfter_Callback_1(mthis, refNode) native "Range_setStartAfter_Callback";
|
|
|
| static setStartBefore_Callback_1(mthis, refNode) native "Range_setStartBefore_Callback";
|
|
|
| + static setStart_Callback_2(mthis, refNode, offset) native "Range_setStart_Callback";
|
| +
|
| + static startContainer_Getter(mthis) native "Range_startContainer_Getter";
|
| +
|
| + static startOffset_Getter(mthis) native "Range_startOffset_Getter";
|
| +
|
| static surroundContents_Callback_1(mthis, newParent) native "Range_surroundContents_Callback";
|
| +
|
| }
|
|
|
| -class BlinkReadableStream {}
|
| +class BlinkReadableStream {
|
| +}
|
|
|
| -class BlinkRect {}
|
| +class BlinkRect {
|
| +}
|
|
|
| class BlinkRelatedEvent {
|
| - static constructorCallback(type, options) native "RelatedEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "RelatedEvent_constructorCallback";
|
|
|
| static relatedTarget_Getter(mthis) native "RelatedEvent_relatedTarget_Getter";
|
| +
|
| }
|
|
|
| class BlinkRequest {
|
| @@ -5640,43 +6002,51 @@ class BlinkRequest {
|
| static referrer_Getter(mthis) native "Request_referrer_Getter";
|
|
|
| static url_Getter(mthis) native "Request_url_Getter";
|
| +
|
| }
|
|
|
| class BlinkResourceProgressEvent {
|
| static url_Getter(mthis) native "ResourceProgressEvent_url_Getter";
|
| +
|
| }
|
|
|
| class BlinkResponse {
|
| static constructorCallback_1(body) native "Response_constructorCallback";
|
|
|
| static constructorCallback_2(body, responseInitDict) native "Response_constructorCallback";
|
| +
|
| }
|
|
|
| class BlinkSQLError {
|
| static code_Getter(mthis) native "SQLError_code_Getter";
|
|
|
| static message_Getter(mthis) native "SQLError_message_Getter";
|
| +
|
| }
|
|
|
| class BlinkSQLResultSet {
|
| static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter";
|
|
|
| + static rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected_Getter";
|
| +
|
| static rows_Getter(mthis) native "SQLResultSet_rows_Getter";
|
|
|
| - static rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected_Getter";
|
| }
|
|
|
| class BlinkSQLResultSetRowList {
|
| + static item_Callback_1(mthis, index) native "SQLResultSetRowList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "SQLResultSetRowList_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "SQLResultSetRowList_item_Callback";
|
| }
|
|
|
| class BlinkSQLTransaction {
|
| static executeSql_Callback_4(mthis, sqlStatement, arguments, callback, errorCallback) native "SQLTransaction_executeSql_Callback";
|
| +
|
| }
|
|
|
| -class BlinkSQLTransactionSync {}
|
| +class BlinkSQLTransactionSync {
|
| +}
|
|
|
| class BlinkSVGElement {
|
| static className_Getter(mthis) native "SVGElement_className_Getter";
|
| @@ -5702,32 +6072,34 @@ class BlinkSVGElement {
|
| static xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter";
|
|
|
| static xmlspace_Setter(mthis, value) native "SVGElement_xmlspace_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGTests {
|
| + static hasExtension_Callback_1(mthis, extension) native "SVGTests_hasExtension_Callback";
|
| +
|
| static requiredExtensions_Getter(mthis) native "SVGTests_requiredExtensions_Getter";
|
|
|
| static requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures_Getter";
|
|
|
| static systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Getter";
|
|
|
| - static hasExtension_Callback_1(mthis, extension) native "SVGTests_hasExtension_Callback";
|
| }
|
|
|
| class BlinkSVGGraphicsElement {
|
| static farthestViewportElement_Getter(mthis) native "SVGGraphicsElement_farthestViewportElement_Getter";
|
|
|
| - static nearestViewportElement_Getter(mthis) native "SVGGraphicsElement_nearestViewportElement_Getter";
|
| + static getBBox_Callback_0(mthis) native "SVGGraphicsElement_getBBox_Callback";
|
|
|
| - static transform_Getter(mthis) native "SVGGraphicsElement_transform_Getter";
|
| + static getCTM_Callback_0(mthis) native "SVGGraphicsElement_getCTM_Callback";
|
|
|
| - static getBBox_Callback(mthis) native "SVGGraphicsElement_getBBox_Callback";
|
| + static getScreenCTM_Callback_0(mthis) native "SVGGraphicsElement_getScreenCTM_Callback";
|
|
|
| - static getCTM_Callback(mthis) native "SVGGraphicsElement_getCTM_Callback";
|
| + static getTransformToElement_Callback_1(mthis, element) native "SVGGraphicsElement_getTransformToElement_Callback";
|
|
|
| - static getScreenCTM_Callback(mthis) native "SVGGraphicsElement_getScreenCTM_Callback";
|
| + static hasExtension_Callback_1(mthis, extension) native "SVGGraphicsElement_hasExtension_Callback";
|
|
|
| - static getTransformToElement_Callback_1(mthis, element) native "SVGGraphicsElement_getTransformToElement_Callback";
|
| + static nearestViewportElement_Getter(mthis) native "SVGGraphicsElement_nearestViewportElement_Getter";
|
|
|
| static requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExtensions_Getter";
|
|
|
| @@ -5735,35 +6107,35 @@ class BlinkSVGGraphicsElement {
|
|
|
| static systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_Getter";
|
|
|
| - static hasExtension_Callback_1(mthis, extension) native "SVGGraphicsElement_hasExtension_Callback";
|
| + static transform_Getter(mthis) native "SVGGraphicsElement_transform_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGURIReference {
|
| static href_Getter(mthis) native "SVGURIReference_href_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGAElement {
|
| + static href_Getter(mthis) native "SVGAElement_href_Getter";
|
| +
|
| static target_Getter(mthis) native "SVGAElement_target_Getter";
|
|
|
| - static href_Getter(mthis) native "SVGAElement_href_Getter";
|
| }
|
|
|
| -class BlinkSVGAltGlyphDefElement {}
|
| +class BlinkSVGAltGlyphDefElement {
|
| +}
|
|
|
| class BlinkSVGTextContentElement {
|
| - static lengthAdjust_Getter(mthis) native "SVGTextContentElement_lengthAdjust_Getter";
|
| -
|
| - static textLength_Getter(mthis) native "SVGTextContentElement_textLength_Getter";
|
| -
|
| static getCharNumAtPosition_Callback_1(mthis, point) native "SVGTextContentElement_getCharNumAtPosition_Callback";
|
|
|
| - static getComputedTextLength_Callback(mthis) native "SVGTextContentElement_getComputedTextLength_Callback";
|
| + static getComputedTextLength_Callback_0(mthis) native "SVGTextContentElement_getComputedTextLength_Callback";
|
|
|
| static getEndPositionOfChar_Callback_1(mthis, offset) native "SVGTextContentElement_getEndPositionOfChar_Callback";
|
|
|
| static getExtentOfChar_Callback_1(mthis, offset) native "SVGTextContentElement_getExtentOfChar_Callback";
|
|
|
| - static getNumberOfChars_Callback(mthis) native "SVGTextContentElement_getNumberOfChars_Callback";
|
| + static getNumberOfChars_Callback_0(mthis) native "SVGTextContentElement_getNumberOfChars_Callback";
|
|
|
| static getRotationOfChar_Callback_1(mthis, offset) native "SVGTextContentElement_getRotationOfChar_Callback";
|
|
|
| @@ -5771,7 +6143,12 @@ class BlinkSVGTextContentElement {
|
|
|
| static getSubStringLength_Callback_2(mthis, offset, length) native "SVGTextContentElement_getSubStringLength_Callback";
|
|
|
| + static lengthAdjust_Getter(mthis) native "SVGTextContentElement_lengthAdjust_Getter";
|
| +
|
| static selectSubString_Callback_2(mthis, offset, length) native "SVGTextContentElement_selectSubString_Callback";
|
| +
|
| + static textLength_Getter(mthis) native "SVGTextContentElement_textLength_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGTextPositioningElement {
|
| @@ -5784,6 +6161,7 @@ class BlinkSVGTextPositioningElement {
|
| static x_Getter(mthis) native "SVGTextPositioningElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGTextPositioningElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGAltGlyphElement {
|
| @@ -5796,16 +6174,18 @@ class BlinkSVGAltGlyphElement {
|
| static glyphRef_Setter(mthis, value) native "SVGAltGlyphElement_glyphRef_Setter";
|
|
|
| static href_Getter(mthis) native "SVGAltGlyphElement_href_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSVGAltGlyphItemElement {}
|
| +class BlinkSVGAltGlyphItemElement {
|
| +}
|
|
|
| class BlinkSVGAngle {
|
| - static unitType_Getter(mthis) native "SVGAngle_unitType_Getter";
|
| + static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGAngle_convertToSpecifiedUnits_Callback";
|
|
|
| - static value_Getter(mthis) native "SVGAngle_value_Getter";
|
| + static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnits) native "SVGAngle_newValueSpecifiedUnits_Callback";
|
|
|
| - static value_Setter(mthis, value) native "SVGAngle_value_Setter";
|
| + static unitType_Getter(mthis) native "SVGAngle_unitType_Getter";
|
|
|
| static valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Getter";
|
|
|
| @@ -5815,27 +6195,28 @@ class BlinkSVGAngle {
|
|
|
| static valueInSpecifiedUnits_Setter(mthis, value) native "SVGAngle_valueInSpecifiedUnits_Setter";
|
|
|
| - static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGAngle_convertToSpecifiedUnits_Callback";
|
| + static value_Getter(mthis) native "SVGAngle_value_Getter";
|
| +
|
| + static value_Setter(mthis, value) native "SVGAngle_value_Setter";
|
|
|
| - static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnits) native "SVGAngle_newValueSpecifiedUnits_Callback";
|
| }
|
|
|
| class BlinkSVGAnimationElement {
|
| - static targetElement_Getter(mthis) native "SVGAnimationElement_targetElement_Getter";
|
| -
|
| - static beginElement_Callback(mthis) native "SVGAnimationElement_beginElement_Callback";
|
| -
|
| static beginElementAt_Callback_1(mthis, offset) native "SVGAnimationElement_beginElementAt_Callback";
|
|
|
| - static endElement_Callback(mthis) native "SVGAnimationElement_endElement_Callback";
|
| + static beginElement_Callback_0(mthis) native "SVGAnimationElement_beginElement_Callback";
|
|
|
| static endElementAt_Callback_1(mthis, offset) native "SVGAnimationElement_endElementAt_Callback";
|
|
|
| - static getCurrentTime_Callback(mthis) native "SVGAnimationElement_getCurrentTime_Callback";
|
| + static endElement_Callback_0(mthis) native "SVGAnimationElement_endElement_Callback";
|
| +
|
| + static getCurrentTime_Callback_0(mthis) native "SVGAnimationElement_getCurrentTime_Callback";
|
|
|
| - static getSimpleDuration_Callback(mthis) native "SVGAnimationElement_getSimpleDuration_Callback";
|
| + static getSimpleDuration_Callback_0(mthis) native "SVGAnimationElement_getSimpleDuration_Callback";
|
|
|
| - static getStartTime_Callback(mthis) native "SVGAnimationElement_getStartTime_Callback";
|
| + static getStartTime_Callback_0(mthis) native "SVGAnimationElement_getStartTime_Callback";
|
| +
|
| + static hasExtension_Callback_1(mthis, extension) native "SVGAnimationElement_hasExtension_Callback";
|
|
|
| static requiredExtensions_Getter(mthis) native "SVGAnimationElement_requiredExtensions_Getter";
|
|
|
| @@ -5843,19 +6224,24 @@ class BlinkSVGAnimationElement {
|
|
|
| static systemLanguage_Getter(mthis) native "SVGAnimationElement_systemLanguage_Getter";
|
|
|
| - static hasExtension_Callback_1(mthis, extension) native "SVGAnimationElement_hasExtension_Callback";
|
| + static targetElement_Getter(mthis) native "SVGAnimationElement_targetElement_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSVGAnimateElement {}
|
| +class BlinkSVGAnimateElement {
|
| +}
|
|
|
| -class BlinkSVGAnimateMotionElement {}
|
| +class BlinkSVGAnimateMotionElement {
|
| +}
|
|
|
| -class BlinkSVGAnimateTransformElement {}
|
| +class BlinkSVGAnimateTransformElement {
|
| +}
|
|
|
| class BlinkSVGAnimatedAngle {
|
| static animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_Getter";
|
|
|
| static baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedBoolean {
|
| @@ -5864,6 +6250,7 @@ class BlinkSVGAnimatedBoolean {
|
| static baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseVal_Getter";
|
|
|
| static baseVal_Setter(mthis, value) native "SVGAnimatedBoolean_baseVal_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedEnumeration {
|
| @@ -5872,6 +6259,7 @@ class BlinkSVGAnimatedEnumeration {
|
| static baseVal_Getter(mthis) native "SVGAnimatedEnumeration_baseVal_Getter";
|
|
|
| static baseVal_Setter(mthis, value) native "SVGAnimatedEnumeration_baseVal_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedInteger {
|
| @@ -5880,18 +6268,21 @@ class BlinkSVGAnimatedInteger {
|
| static baseVal_Getter(mthis) native "SVGAnimatedInteger_baseVal_Getter";
|
|
|
| static baseVal_Setter(mthis, value) native "SVGAnimatedInteger_baseVal_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedLength {
|
| static animVal_Getter(mthis) native "SVGAnimatedLength_animVal_Getter";
|
|
|
| static baseVal_Getter(mthis) native "SVGAnimatedLength_baseVal_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedLengthList {
|
| static animVal_Getter(mthis) native "SVGAnimatedLengthList_animVal_Getter";
|
|
|
| static baseVal_Getter(mthis) native "SVGAnimatedLengthList_baseVal_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedNumber {
|
| @@ -5900,24 +6291,28 @@ class BlinkSVGAnimatedNumber {
|
| static baseVal_Getter(mthis) native "SVGAnimatedNumber_baseVal_Getter";
|
|
|
| static baseVal_Setter(mthis, value) native "SVGAnimatedNumber_baseVal_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedNumberList {
|
| static animVal_Getter(mthis) native "SVGAnimatedNumberList_animVal_Getter";
|
|
|
| static baseVal_Getter(mthis) native "SVGAnimatedNumberList_baseVal_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedPreserveAspectRatio {
|
| static animVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_animVal_Getter";
|
|
|
| static baseVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_baseVal_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedRect {
|
| static animVal_Getter(mthis) native "SVGAnimatedRect_animVal_Getter";
|
|
|
| static baseVal_Getter(mthis) native "SVGAnimatedRect_baseVal_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedString {
|
| @@ -5926,18 +6321,21 @@ class BlinkSVGAnimatedString {
|
| static baseVal_Getter(mthis) native "SVGAnimatedString_baseVal_Getter";
|
|
|
| static baseVal_Setter(mthis, value) native "SVGAnimatedString_baseVal_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGAnimatedTransformList {
|
| static animVal_Getter(mthis) native "SVGAnimatedTransformList_animVal_Getter";
|
|
|
| static baseVal_Getter(mthis) native "SVGAnimatedTransformList_baseVal_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGGeometryElement {
|
| static isPointInFill_Callback_1(mthis, point) native "SVGGeometryElement_isPointInFill_Callback";
|
|
|
| static isPointInStroke_Callback_1(mthis, point) native "SVGGeometryElement_isPointInStroke_Callback";
|
| +
|
| }
|
|
|
| class BlinkSVGCircleElement {
|
| @@ -5946,21 +6344,28 @@ class BlinkSVGCircleElement {
|
| static cy_Getter(mthis) native "SVGCircleElement_cy_Getter";
|
|
|
| static r_Getter(mthis) native "SVGCircleElement_r_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGClipPathElement {
|
| static clipPathUnits_Getter(mthis) native "SVGClipPathElement_clipPathUnits_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSVGComponentTransferFunctionElement {}
|
| +class BlinkSVGComponentTransferFunctionElement {
|
| +}
|
|
|
| -class BlinkSVGCursorElement {}
|
| +class BlinkSVGCursorElement {
|
| +}
|
|
|
| -class BlinkSVGDefsElement {}
|
| +class BlinkSVGDefsElement {
|
| +}
|
|
|
| -class BlinkSVGDescElement {}
|
| +class BlinkSVGDescElement {
|
| +}
|
|
|
| -class BlinkSVGDiscardElement {}
|
| +class BlinkSVGDiscardElement {
|
| +}
|
|
|
| class BlinkSVGEllipseElement {
|
| static cx_Getter(mthis) native "SVGEllipseElement_cx_Getter";
|
| @@ -5970,6 +6375,7 @@ class BlinkSVGEllipseElement {
|
| static rx_Getter(mthis) native "SVGEllipseElement_rx_Getter";
|
|
|
| static ry_Getter(mthis) native "SVGEllipseElement_ry_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFilterPrimitiveStandardAttributes {
|
| @@ -5982,17 +6388,18 @@ class BlinkSVGFilterPrimitiveStandardAttributes {
|
| static x_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEBlendElement {
|
| + static height_Getter(mthis) native "SVGFEBlendElement_height_Getter";
|
| +
|
| static in1_Getter(mthis) native "SVGFEBlendElement_in1_Getter";
|
|
|
| static in2_Getter(mthis) native "SVGFEBlendElement_in2_Getter";
|
|
|
| static mode_Getter(mthis) native "SVGFEBlendElement_mode_Getter";
|
|
|
| - static height_Getter(mthis) native "SVGFEBlendElement_height_Getter";
|
| -
|
| static result_Getter(mthis) native "SVGFEBlendElement_result_Getter";
|
|
|
| static width_Getter(mthis) native "SVGFEBlendElement_width_Getter";
|
| @@ -6000,31 +6407,33 @@ class BlinkSVGFEBlendElement {
|
| static x_Getter(mthis) native "SVGFEBlendElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFEBlendElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEColorMatrixElement {
|
| + static height_Getter(mthis) native "SVGFEColorMatrixElement_height_Getter";
|
| +
|
| static in1_Getter(mthis) native "SVGFEColorMatrixElement_in1_Getter";
|
|
|
| + static result_Getter(mthis) native "SVGFEColorMatrixElement_result_Getter";
|
| +
|
| static type_Getter(mthis) native "SVGFEColorMatrixElement_type_Getter";
|
|
|
| static values_Getter(mthis) native "SVGFEColorMatrixElement_values_Getter";
|
|
|
| - static height_Getter(mthis) native "SVGFEColorMatrixElement_height_Getter";
|
| -
|
| - static result_Getter(mthis) native "SVGFEColorMatrixElement_result_Getter";
|
| -
|
| static width_Getter(mthis) native "SVGFEColorMatrixElement_width_Getter";
|
|
|
| static x_Getter(mthis) native "SVGFEColorMatrixElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFEColorMatrixElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEComponentTransferElement {
|
| - static in1_Getter(mthis) native "SVGFEComponentTransferElement_in1_Getter";
|
| -
|
| static height_Getter(mthis) native "SVGFEComponentTransferElement_height_Getter";
|
|
|
| + static in1_Getter(mthis) native "SVGFEComponentTransferElement_in1_Getter";
|
| +
|
| static result_Getter(mthis) native "SVGFEComponentTransferElement_result_Getter";
|
|
|
| static width_Getter(mthis) native "SVGFEComponentTransferElement_width_Getter";
|
| @@ -6032,9 +6441,12 @@ class BlinkSVGFEComponentTransferElement {
|
| static x_Getter(mthis) native "SVGFEComponentTransferElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFEComponentTransferElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFECompositeElement {
|
| + static height_Getter(mthis) native "SVGFECompositeElement_height_Getter";
|
| +
|
| static in1_Getter(mthis) native "SVGFECompositeElement_in1_Getter";
|
|
|
| static in2_Getter(mthis) native "SVGFECompositeElement_in2_Getter";
|
| @@ -6049,8 +6461,6 @@ class BlinkSVGFECompositeElement {
|
|
|
| static operator_Getter(mthis) native "SVGFECompositeElement_operator_Getter";
|
|
|
| - static height_Getter(mthis) native "SVGFECompositeElement_height_Getter";
|
| -
|
| static result_Getter(mthis) native "SVGFECompositeElement_result_Getter";
|
|
|
| static width_Getter(mthis) native "SVGFECompositeElement_width_Getter";
|
| @@ -6058,6 +6468,7 @@ class BlinkSVGFECompositeElement {
|
| static x_Getter(mthis) native "SVGFECompositeElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFECompositeElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEConvolveMatrixElement {
|
| @@ -6067,6 +6478,8 @@ class BlinkSVGFEConvolveMatrixElement {
|
|
|
| static edgeMode_Getter(mthis) native "SVGFEConvolveMatrixElement_edgeMode_Getter";
|
|
|
| + static height_Getter(mthis) native "SVGFEConvolveMatrixElement_height_Getter";
|
| +
|
| static in1_Getter(mthis) native "SVGFEConvolveMatrixElement_in1_Getter";
|
|
|
| static kernelMatrix_Getter(mthis) native "SVGFEConvolveMatrixElement_kernelMatrix_Getter";
|
| @@ -6081,72 +6494,75 @@ class BlinkSVGFEConvolveMatrixElement {
|
|
|
| static preserveAlpha_Getter(mthis) native "SVGFEConvolveMatrixElement_preserveAlpha_Getter";
|
|
|
| + static result_Getter(mthis) native "SVGFEConvolveMatrixElement_result_Getter";
|
| +
|
| static targetX_Getter(mthis) native "SVGFEConvolveMatrixElement_targetX_Getter";
|
|
|
| static targetY_Getter(mthis) native "SVGFEConvolveMatrixElement_targetY_Getter";
|
|
|
| - static height_Getter(mthis) native "SVGFEConvolveMatrixElement_height_Getter";
|
| -
|
| - static result_Getter(mthis) native "SVGFEConvolveMatrixElement_result_Getter";
|
| -
|
| static width_Getter(mthis) native "SVGFEConvolveMatrixElement_width_Getter";
|
|
|
| static x_Getter(mthis) native "SVGFEConvolveMatrixElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFEConvolveMatrixElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEDiffuseLightingElement {
|
| static diffuseConstant_Getter(mthis) native "SVGFEDiffuseLightingElement_diffuseConstant_Getter";
|
|
|
| + static height_Getter(mthis) native "SVGFEDiffuseLightingElement_height_Getter";
|
| +
|
| static in1_Getter(mthis) native "SVGFEDiffuseLightingElement_in1_Getter";
|
|
|
| static kernelUnitLengthX_Getter(mthis) native "SVGFEDiffuseLightingElement_kernelUnitLengthX_Getter";
|
|
|
| static kernelUnitLengthY_Getter(mthis) native "SVGFEDiffuseLightingElement_kernelUnitLengthY_Getter";
|
|
|
| - static surfaceScale_Getter(mthis) native "SVGFEDiffuseLightingElement_surfaceScale_Getter";
|
| -
|
| - static height_Getter(mthis) native "SVGFEDiffuseLightingElement_height_Getter";
|
| -
|
| static result_Getter(mthis) native "SVGFEDiffuseLightingElement_result_Getter";
|
|
|
| + static surfaceScale_Getter(mthis) native "SVGFEDiffuseLightingElement_surfaceScale_Getter";
|
| +
|
| static width_Getter(mthis) native "SVGFEDiffuseLightingElement_width_Getter";
|
|
|
| static x_Getter(mthis) native "SVGFEDiffuseLightingElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFEDiffuseLightingElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEDisplacementMapElement {
|
| + static height_Getter(mthis) native "SVGFEDisplacementMapElement_height_Getter";
|
| +
|
| static in1_Getter(mthis) native "SVGFEDisplacementMapElement_in1_Getter";
|
|
|
| static in2_Getter(mthis) native "SVGFEDisplacementMapElement_in2_Getter";
|
|
|
| - static scale_Getter(mthis) native "SVGFEDisplacementMapElement_scale_Getter";
|
| -
|
| - static xChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_xChannelSelector_Getter";
|
| -
|
| - static yChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_yChannelSelector_Getter";
|
| -
|
| - static height_Getter(mthis) native "SVGFEDisplacementMapElement_height_Getter";
|
| -
|
| static result_Getter(mthis) native "SVGFEDisplacementMapElement_result_Getter";
|
|
|
| + static scale_Getter(mthis) native "SVGFEDisplacementMapElement_scale_Getter";
|
| +
|
| static width_Getter(mthis) native "SVGFEDisplacementMapElement_width_Getter";
|
|
|
| + static xChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_xChannelSelector_Getter";
|
| +
|
| static x_Getter(mthis) native "SVGFEDisplacementMapElement_x_Getter";
|
|
|
| + static yChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_yChannelSelector_Getter";
|
| +
|
| static y_Getter(mthis) native "SVGFEDisplacementMapElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEDistantLightElement {
|
| static azimuth_Getter(mthis) native "SVGFEDistantLightElement_azimuth_Getter";
|
|
|
| static elevation_Getter(mthis) native "SVGFEDistantLightElement_elevation_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSVGFEDropShadowElement {}
|
| +class BlinkSVGFEDropShadowElement {
|
| +}
|
|
|
| class BlinkSVGFEFloodElement {
|
| static height_Getter(mthis) native "SVGFEFloodElement_height_Getter";
|
| @@ -6158,41 +6574,49 @@ class BlinkSVGFEFloodElement {
|
| static x_Getter(mthis) native "SVGFEFloodElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFEFloodElement_y_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSVGFEFuncAElement {}
|
| +class BlinkSVGFEFuncAElement {
|
| +}
|
|
|
| -class BlinkSVGFEFuncBElement {}
|
| +class BlinkSVGFEFuncBElement {
|
| +}
|
|
|
| -class BlinkSVGFEFuncGElement {}
|
| +class BlinkSVGFEFuncGElement {
|
| +}
|
|
|
| -class BlinkSVGFEFuncRElement {}
|
| +class BlinkSVGFEFuncRElement {
|
| +}
|
|
|
| class BlinkSVGFEGaussianBlurElement {
|
| - static in1_Getter(mthis) native "SVGFEGaussianBlurElement_in1_Getter";
|
| + static height_Getter(mthis) native "SVGFEGaussianBlurElement_height_Getter";
|
|
|
| - static stdDeviationX_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviationX_Getter";
|
| + static in1_Getter(mthis) native "SVGFEGaussianBlurElement_in1_Getter";
|
|
|
| - static stdDeviationY_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviationY_Getter";
|
| + static result_Getter(mthis) native "SVGFEGaussianBlurElement_result_Getter";
|
|
|
| static setStdDeviation_Callback_2(mthis, stdDeviationX, stdDeviationY) native "SVGFEGaussianBlurElement_setStdDeviation_Callback";
|
|
|
| - static height_Getter(mthis) native "SVGFEGaussianBlurElement_height_Getter";
|
| + static stdDeviationX_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviationX_Getter";
|
|
|
| - static result_Getter(mthis) native "SVGFEGaussianBlurElement_result_Getter";
|
| + static stdDeviationY_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviationY_Getter";
|
|
|
| static width_Getter(mthis) native "SVGFEGaussianBlurElement_width_Getter";
|
|
|
| static x_Getter(mthis) native "SVGFEGaussianBlurElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFEGaussianBlurElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEImageElement {
|
| - static preserveAspectRatio_Getter(mthis) native "SVGFEImageElement_preserveAspectRatio_Getter";
|
| -
|
| static height_Getter(mthis) native "SVGFEImageElement_height_Getter";
|
|
|
| + static href_Getter(mthis) native "SVGFEImageElement_href_Getter";
|
| +
|
| + static preserveAspectRatio_Getter(mthis) native "SVGFEImageElement_preserveAspectRatio_Getter";
|
| +
|
| static result_Getter(mthis) native "SVGFEImageElement_result_Getter";
|
|
|
| static width_Getter(mthis) native "SVGFEImageElement_width_Getter";
|
| @@ -6201,7 +6625,6 @@ class BlinkSVGFEImageElement {
|
|
|
| static y_Getter(mthis) native "SVGFEImageElement_y_Getter";
|
|
|
| - static href_Getter(mthis) native "SVGFEImageElement_href_Getter";
|
| }
|
|
|
| class BlinkSVGFEMergeElement {
|
| @@ -6214,13 +6637,17 @@ class BlinkSVGFEMergeElement {
|
| static x_Getter(mthis) native "SVGFEMergeElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFEMergeElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEMergeNodeElement {
|
| static in1_Getter(mthis) native "SVGFEMergeNodeElement_in1_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEMorphologyElement {
|
| + static height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter";
|
| +
|
| static in1_Getter(mthis) native "SVGFEMorphologyElement_in1_Getter";
|
|
|
| static operator_Getter(mthis) native "SVGFEMorphologyElement_operator_Getter";
|
| @@ -6229,8 +6656,6 @@ class BlinkSVGFEMorphologyElement {
|
|
|
| static radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter";
|
|
|
| - static height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter";
|
| -
|
| static result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter";
|
|
|
| static width_Getter(mthis) native "SVGFEMorphologyElement_width_Getter";
|
| @@ -6238,6 +6663,7 @@ class BlinkSVGFEMorphologyElement {
|
| static x_Getter(mthis) native "SVGFEMorphologyElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFEMorphologyElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEOffsetElement {
|
| @@ -6245,10 +6671,10 @@ class BlinkSVGFEOffsetElement {
|
|
|
| static dy_Getter(mthis) native "SVGFEOffsetElement_dy_Getter";
|
|
|
| - static in1_Getter(mthis) native "SVGFEOffsetElement_in1_Getter";
|
| -
|
| static height_Getter(mthis) native "SVGFEOffsetElement_height_Getter";
|
|
|
| + static in1_Getter(mthis) native "SVGFEOffsetElement_in1_Getter";
|
| +
|
| static result_Getter(mthis) native "SVGFEOffsetElement_result_Getter";
|
|
|
| static width_Getter(mthis) native "SVGFEOffsetElement_width_Getter";
|
| @@ -6256,6 +6682,7 @@ class BlinkSVGFEOffsetElement {
|
| static x_Getter(mthis) native "SVGFEOffsetElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFEOffsetElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFEPointLightElement {
|
| @@ -6264,26 +6691,28 @@ class BlinkSVGFEPointLightElement {
|
| static y_Getter(mthis) native "SVGFEPointLightElement_y_Getter";
|
|
|
| static z_Getter(mthis) native "SVGFEPointLightElement_z_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFESpecularLightingElement {
|
| + static height_Getter(mthis) native "SVGFESpecularLightingElement_height_Getter";
|
| +
|
| static in1_Getter(mthis) native "SVGFESpecularLightingElement_in1_Getter";
|
|
|
| + static result_Getter(mthis) native "SVGFESpecularLightingElement_result_Getter";
|
| +
|
| static specularConstant_Getter(mthis) native "SVGFESpecularLightingElement_specularConstant_Getter";
|
|
|
| static specularExponent_Getter(mthis) native "SVGFESpecularLightingElement_specularExponent_Getter";
|
|
|
| static surfaceScale_Getter(mthis) native "SVGFESpecularLightingElement_surfaceScale_Getter";
|
|
|
| - static height_Getter(mthis) native "SVGFESpecularLightingElement_height_Getter";
|
| -
|
| - static result_Getter(mthis) native "SVGFESpecularLightingElement_result_Getter";
|
| -
|
| static width_Getter(mthis) native "SVGFESpecularLightingElement_width_Getter";
|
|
|
| static x_Getter(mthis) native "SVGFESpecularLightingElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFESpecularLightingElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFESpotLightElement {
|
| @@ -6302,13 +6731,14 @@ class BlinkSVGFESpotLightElement {
|
| static y_Getter(mthis) native "SVGFESpotLightElement_y_Getter";
|
|
|
| static z_Getter(mthis) native "SVGFESpotLightElement_z_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFETileElement {
|
| - static in1_Getter(mthis) native "SVGFETileElement_in1_Getter";
|
| -
|
| static height_Getter(mthis) native "SVGFETileElement_height_Getter";
|
|
|
| + static in1_Getter(mthis) native "SVGFETileElement_in1_Getter";
|
| +
|
| static result_Getter(mthis) native "SVGFETileElement_result_Getter";
|
|
|
| static width_Getter(mthis) native "SVGFETileElement_width_Getter";
|
| @@ -6316,6 +6746,7 @@ class BlinkSVGFETileElement {
|
| static x_Getter(mthis) native "SVGFETileElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFETileElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFETurbulenceElement {
|
| @@ -6323,23 +6754,24 @@ class BlinkSVGFETurbulenceElement {
|
|
|
| static baseFrequencyY_Getter(mthis) native "SVGFETurbulenceElement_baseFrequencyY_Getter";
|
|
|
| + static height_Getter(mthis) native "SVGFETurbulenceElement_height_Getter";
|
| +
|
| static numOctaves_Getter(mthis) native "SVGFETurbulenceElement_numOctaves_Getter";
|
|
|
| + static result_Getter(mthis) native "SVGFETurbulenceElement_result_Getter";
|
| +
|
| static seed_Getter(mthis) native "SVGFETurbulenceElement_seed_Getter";
|
|
|
| static stitchTiles_Getter(mthis) native "SVGFETurbulenceElement_stitchTiles_Getter";
|
|
|
| static type_Getter(mthis) native "SVGFETurbulenceElement_type_Getter";
|
|
|
| - static height_Getter(mthis) native "SVGFETurbulenceElement_height_Getter";
|
| -
|
| - static result_Getter(mthis) native "SVGFETurbulenceElement_result_Getter";
|
| -
|
| static width_Getter(mthis) native "SVGFETurbulenceElement_width_Getter";
|
|
|
| static x_Getter(mthis) native "SVGFETurbulenceElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFETurbulenceElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGFilterElement {
|
| @@ -6351,36 +6783,44 @@ class BlinkSVGFilterElement {
|
|
|
| static height_Getter(mthis) native "SVGFilterElement_height_Getter";
|
|
|
| + static href_Getter(mthis) native "SVGFilterElement_href_Getter";
|
| +
|
| static primitiveUnits_Getter(mthis) native "SVGFilterElement_primitiveUnits_Getter";
|
|
|
| + static setFilterRes_Callback_2(mthis, filterResX, filterResY) native "SVGFilterElement_setFilterRes_Callback";
|
| +
|
| static width_Getter(mthis) native "SVGFilterElement_width_Getter";
|
|
|
| static x_Getter(mthis) native "SVGFilterElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGFilterElement_y_Getter";
|
|
|
| - static setFilterRes_Callback_2(mthis, filterResX, filterResY) native "SVGFilterElement_setFilterRes_Callback";
|
| -
|
| - static href_Getter(mthis) native "SVGFilterElement_href_Getter";
|
| }
|
|
|
| class BlinkSVGFitToViewBox {
|
| static preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox_preserveAspectRatio_Getter";
|
|
|
| static viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSVGFontElement {}
|
| +class BlinkSVGFontElement {
|
| +}
|
|
|
| -class BlinkSVGFontFaceElement {}
|
| +class BlinkSVGFontFaceElement {
|
| +}
|
|
|
| -class BlinkSVGFontFaceFormatElement {}
|
| +class BlinkSVGFontFaceFormatElement {
|
| +}
|
|
|
| -class BlinkSVGFontFaceNameElement {}
|
| +class BlinkSVGFontFaceNameElement {
|
| +}
|
|
|
| -class BlinkSVGFontFaceSrcElement {}
|
| +class BlinkSVGFontFaceSrcElement {
|
| +}
|
|
|
| -class BlinkSVGFontFaceUriElement {}
|
| +class BlinkSVGFontFaceUriElement {
|
| +}
|
|
|
| class BlinkSVGForeignObjectElement {
|
| static height_Getter(mthis) native "SVGForeignObjectElement_height_Getter";
|
| @@ -6390,29 +6830,37 @@ class BlinkSVGForeignObjectElement {
|
| static x_Getter(mthis) native "SVGForeignObjectElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGForeignObjectElement_y_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSVGGElement {}
|
| +class BlinkSVGGElement {
|
| +}
|
|
|
| -class BlinkSVGGlyphElement {}
|
| +class BlinkSVGGlyphElement {
|
| +}
|
|
|
| -class BlinkSVGGlyphRefElement {}
|
| +class BlinkSVGGlyphRefElement {
|
| +}
|
|
|
| class BlinkSVGGradientElement {
|
| static gradientTransform_Getter(mthis) native "SVGGradientElement_gradientTransform_Getter";
|
|
|
| static gradientUnits_Getter(mthis) native "SVGGradientElement_gradientUnits_Getter";
|
|
|
| + static href_Getter(mthis) native "SVGGradientElement_href_Getter";
|
| +
|
| static spreadMethod_Getter(mthis) native "SVGGradientElement_spreadMethod_Getter";
|
|
|
| - static href_Getter(mthis) native "SVGGradientElement_href_Getter";
|
| }
|
|
|
| -class BlinkSVGHKernElement {}
|
| +class BlinkSVGHKernElement {
|
| +}
|
|
|
| class BlinkSVGImageElement {
|
| static height_Getter(mthis) native "SVGImageElement_height_Getter";
|
|
|
| + static href_Getter(mthis) native "SVGImageElement_href_Getter";
|
| +
|
| static preserveAspectRatio_Getter(mthis) native "SVGImageElement_preserveAspectRatio_Getter";
|
|
|
| static width_Getter(mthis) native "SVGImageElement_width_Getter";
|
| @@ -6421,15 +6869,14 @@ class BlinkSVGImageElement {
|
|
|
| static y_Getter(mthis) native "SVGImageElement_y_Getter";
|
|
|
| - static href_Getter(mthis) native "SVGImageElement_href_Getter";
|
| }
|
|
|
| class BlinkSVGLength {
|
| - static unitType_Getter(mthis) native "SVGLength_unitType_Getter";
|
| + static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGLength_convertToSpecifiedUnits_Callback";
|
|
|
| - static value_Getter(mthis) native "SVGLength_value_Getter";
|
| + static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnits) native "SVGLength_newValueSpecifiedUnits_Callback";
|
|
|
| - static value_Setter(mthis, value) native "SVGLength_value_Setter";
|
| + static unitType_Getter(mthis) native "SVGLength_unitType_Getter";
|
|
|
| static valueAsString_Getter(mthis) native "SVGLength_valueAsString_Getter";
|
|
|
| @@ -6439,21 +6886,18 @@ class BlinkSVGLength {
|
|
|
| static valueInSpecifiedUnits_Setter(mthis, value) native "SVGLength_valueInSpecifiedUnits_Setter";
|
|
|
| - static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGLength_convertToSpecifiedUnits_Callback";
|
| + static value_Getter(mthis) native "SVGLength_value_Getter";
|
| +
|
| + static value_Setter(mthis, value) native "SVGLength_value_Setter";
|
|
|
| - static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnits) native "SVGLength_newValueSpecifiedUnits_Callback";
|
| }
|
|
|
| class BlinkSVGLengthList {
|
| - static length_Getter(mthis) native "SVGLengthList_length_Getter";
|
| -
|
| - static numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter";
|
| -
|
| static $__setter___Callback_2(mthis, index, value) native "SVGLengthList___setter___Callback";
|
|
|
| static appendItem_Callback_1(mthis, item) native "SVGLengthList_appendItem_Callback";
|
|
|
| - static clear_Callback(mthis) native "SVGLengthList_clear_Callback";
|
| + static clear_Callback_0(mthis) native "SVGLengthList_clear_Callback";
|
|
|
| static getItem_Callback_1(mthis, index) native "SVGLengthList_getItem_Callback";
|
|
|
| @@ -6461,9 +6905,14 @@ class BlinkSVGLengthList {
|
|
|
| static insertItemBefore_Callback_2(mthis, item, index) native "SVGLengthList_insertItemBefore_Callback";
|
|
|
| + static length_Getter(mthis) native "SVGLengthList_length_Getter";
|
| +
|
| + static numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter";
|
| +
|
| static removeItem_Callback_1(mthis, index) native "SVGLengthList_removeItem_Callback";
|
|
|
| static replaceItem_Callback_2(mthis, item, index) native "SVGLengthList_replaceItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkSVGLineElement {
|
| @@ -6474,6 +6923,7 @@ class BlinkSVGLineElement {
|
| static y1_Getter(mthis) native "SVGLineElement_y1_Getter";
|
|
|
| static y2_Getter(mthis) native "SVGLineElement_y2_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGLinearGradientElement {
|
| @@ -6484,9 +6934,11 @@ class BlinkSVGLinearGradientElement {
|
| static y1_Getter(mthis) native "SVGLinearGradientElement_y1_Getter";
|
|
|
| static y2_Getter(mthis) native "SVGLinearGradientElement_y2_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSVGMPathElement {}
|
| +class BlinkSVGMPathElement {
|
| +}
|
|
|
| class BlinkSVGMarkerElement {
|
| static markerHeight_Getter(mthis) native "SVGMarkerElement_markerHeight_Getter";
|
| @@ -6499,39 +6951,41 @@ class BlinkSVGMarkerElement {
|
|
|
| static orientType_Getter(mthis) native "SVGMarkerElement_orientType_Getter";
|
|
|
| + static preserveAspectRatio_Getter(mthis) native "SVGMarkerElement_preserveAspectRatio_Getter";
|
| +
|
| static refX_Getter(mthis) native "SVGMarkerElement_refX_Getter";
|
|
|
| static refY_Getter(mthis) native "SVGMarkerElement_refY_Getter";
|
|
|
| static setOrientToAngle_Callback_1(mthis, angle) native "SVGMarkerElement_setOrientToAngle_Callback";
|
|
|
| - static setOrientToAuto_Callback(mthis) native "SVGMarkerElement_setOrientToAuto_Callback";
|
| -
|
| - static preserveAspectRatio_Getter(mthis) native "SVGMarkerElement_preserveAspectRatio_Getter";
|
| + static setOrientToAuto_Callback_0(mthis) native "SVGMarkerElement_setOrientToAuto_Callback";
|
|
|
| static viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGMaskElement {
|
| + static hasExtension_Callback_1(mthis, extension) native "SVGMaskElement_hasExtension_Callback";
|
| +
|
| static height_Getter(mthis) native "SVGMaskElement_height_Getter";
|
|
|
| static maskContentUnits_Getter(mthis) native "SVGMaskElement_maskContentUnits_Getter";
|
|
|
| static maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_Getter";
|
|
|
| - static width_Getter(mthis) native "SVGMaskElement_width_Getter";
|
| -
|
| - static x_Getter(mthis) native "SVGMaskElement_x_Getter";
|
| -
|
| - static y_Getter(mthis) native "SVGMaskElement_y_Getter";
|
| -
|
| static requiredExtensions_Getter(mthis) native "SVGMaskElement_requiredExtensions_Getter";
|
|
|
| static requiredFeatures_Getter(mthis) native "SVGMaskElement_requiredFeatures_Getter";
|
|
|
| static systemLanguage_Getter(mthis) native "SVGMaskElement_systemLanguage_Getter";
|
|
|
| - static hasExtension_Callback_1(mthis, extension) native "SVGMaskElement_hasExtension_Callback";
|
| + static width_Getter(mthis) native "SVGMaskElement_width_Getter";
|
| +
|
| + static x_Getter(mthis) native "SVGMaskElement_x_Getter";
|
| +
|
| + static y_Getter(mthis) native "SVGMaskElement_y_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGMatrix {
|
| @@ -6559,49 +7013,49 @@ class BlinkSVGMatrix {
|
|
|
| static f_Setter(mthis, value) native "SVGMatrix_f_Setter";
|
|
|
| - static flipX_Callback(mthis) native "SVGMatrix_flipX_Callback";
|
| + static flipX_Callback_0(mthis) native "SVGMatrix_flipX_Callback";
|
|
|
| - static flipY_Callback(mthis) native "SVGMatrix_flipY_Callback";
|
| + static flipY_Callback_0(mthis) native "SVGMatrix_flipY_Callback";
|
|
|
| - static inverse_Callback(mthis) native "SVGMatrix_inverse_Callback";
|
| + static inverse_Callback_0(mthis) native "SVGMatrix_inverse_Callback";
|
|
|
| static multiply_Callback_1(mthis, secondMatrix) native "SVGMatrix_multiply_Callback";
|
|
|
| - static rotate_Callback_1(mthis, angle) native "SVGMatrix_rotate_Callback";
|
| -
|
| static rotateFromVector_Callback_2(mthis, x, y) native "SVGMatrix_rotateFromVector_Callback";
|
|
|
| - static scale_Callback_1(mthis, scaleFactor) native "SVGMatrix_scale_Callback";
|
| + static rotate_Callback_1(mthis, angle) native "SVGMatrix_rotate_Callback";
|
|
|
| static scaleNonUniform_Callback_2(mthis, scaleFactorX, scaleFactorY) native "SVGMatrix_scaleNonUniform_Callback";
|
|
|
| + static scale_Callback_1(mthis, scaleFactor) native "SVGMatrix_scale_Callback";
|
| +
|
| static skewX_Callback_1(mthis, angle) native "SVGMatrix_skewX_Callback";
|
|
|
| static skewY_Callback_1(mthis, angle) native "SVGMatrix_skewY_Callback";
|
|
|
| static translate_Callback_2(mthis, x, y) native "SVGMatrix_translate_Callback";
|
| +
|
| }
|
|
|
| -class BlinkSVGMetadataElement {}
|
| +class BlinkSVGMetadataElement {
|
| +}
|
|
|
| -class BlinkSVGMissingGlyphElement {}
|
| +class BlinkSVGMissingGlyphElement {
|
| +}
|
|
|
| class BlinkSVGNumber {
|
| static value_Getter(mthis) native "SVGNumber_value_Getter";
|
|
|
| static value_Setter(mthis, value) native "SVGNumber_value_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGNumberList {
|
| - static length_Getter(mthis) native "SVGNumberList_length_Getter";
|
| -
|
| - static numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter";
|
| -
|
| static $__setter___Callback_2(mthis, index, value) native "SVGNumberList___setter___Callback";
|
|
|
| static appendItem_Callback_1(mthis, item) native "SVGNumberList_appendItem_Callback";
|
|
|
| - static clear_Callback(mthis) native "SVGNumberList_clear_Callback";
|
| + static clear_Callback_0(mthis) native "SVGNumberList_clear_Callback";
|
|
|
| static getItem_Callback_1(mthis, index) native "SVGNumberList_getItem_Callback";
|
|
|
| @@ -6609,9 +7063,14 @@ class BlinkSVGNumberList {
|
|
|
| static insertItemBefore_Callback_2(mthis, item, index) native "SVGNumberList_insertItemBefore_Callback";
|
|
|
| + static length_Getter(mthis) native "SVGNumberList_length_Getter";
|
| +
|
| + static numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter";
|
| +
|
| static removeItem_Callback_1(mthis, index) native "SVGNumberList_removeItem_Callback";
|
|
|
| static replaceItem_Callback_2(mthis, item, index) native "SVGNumberList_replaceItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkSVGPathElement {
|
| @@ -6619,17 +7078,11 @@ class BlinkSVGPathElement {
|
|
|
| static animatedPathSegList_Getter(mthis) native "SVGPathElement_animatedPathSegList_Getter";
|
|
|
| - static normalizedPathSegList_Getter(mthis) native "SVGPathElement_normalizedPathSegList_Getter";
|
| -
|
| - static pathLength_Getter(mthis) native "SVGPathElement_pathLength_Getter";
|
| -
|
| - static pathSegList_Getter(mthis) native "SVGPathElement_pathSegList_Getter";
|
| -
|
| static createSVGPathSegArcAbs_Callback_7(mthis, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callback";
|
|
|
| static createSVGPathSegArcRel_Callback_7(mthis, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcRel_Callback";
|
|
|
| - static createSVGPathSegClosePath_Callback(mthis) native "SVGPathElement_createSVGPathSegClosePath_Callback";
|
| + static createSVGPathSegClosePath_Callback_0(mthis) native "SVGPathElement_createSVGPathSegClosePath_Callback";
|
|
|
| static createSVGPathSegCurvetoCubicAbs_Callback_6(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback";
|
|
|
| @@ -6667,13 +7120,21 @@ class BlinkSVGPathElement {
|
|
|
| static getPointAtLength_Callback_1(mthis, distance) native "SVGPathElement_getPointAtLength_Callback";
|
|
|
| - static getTotalLength_Callback(mthis) native "SVGPathElement_getTotalLength_Callback";
|
| + static getTotalLength_Callback_0(mthis) native "SVGPathElement_getTotalLength_Callback";
|
| +
|
| + static normalizedPathSegList_Getter(mthis) native "SVGPathElement_normalizedPathSegList_Getter";
|
| +
|
| + static pathLength_Getter(mthis) native "SVGPathElement_pathLength_Getter";
|
| +
|
| + static pathSegList_Getter(mthis) native "SVGPathElement_pathSegList_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSeg {
|
| + static pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTypeAsLetter_Getter";
|
| +
|
| static pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Getter";
|
|
|
| - static pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTypeAsLetter_Getter";
|
| }
|
|
|
| class BlinkSVGPathSegArcAbs {
|
| @@ -6704,6 +7165,7 @@ class BlinkSVGPathSegArcAbs {
|
| static y_Getter(mthis) native "SVGPathSegArcAbs_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegArcAbs_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegArcRel {
|
| @@ -6734,15 +7196,13 @@ class BlinkSVGPathSegArcRel {
|
| static y_Getter(mthis) native "SVGPathSegArcRel_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegArcRel_y_Setter";
|
| -}
|
|
|
| -class BlinkSVGPathSegClosePath {}
|
| -
|
| -class BlinkSVGPathSegCurvetoCubicAbs {
|
| - static x_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x_Getter";
|
| +}
|
|
|
| - static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter";
|
| +class BlinkSVGPathSegClosePath {
|
| +}
|
|
|
| +class BlinkSVGPathSegCurvetoCubicAbs {
|
| static x1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x1_Getter";
|
|
|
| static x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x1_Setter";
|
| @@ -6751,9 +7211,9 @@ class BlinkSVGPathSegCurvetoCubicAbs {
|
|
|
| static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x2_Setter";
|
|
|
| - static y_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y_Getter";
|
| + static x_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x_Getter";
|
|
|
| - static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter";
|
| + static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter";
|
|
|
| static y1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y1_Getter";
|
|
|
| @@ -6762,13 +7222,14 @@ class BlinkSVGPathSegCurvetoCubicAbs {
|
| static y2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y2_Getter";
|
|
|
| static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y2_Setter";
|
| -}
|
|
|
| -class BlinkSVGPathSegCurvetoCubicRel {
|
| - static x_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x_Getter";
|
| + static y_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y_Getter";
|
|
|
| - static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter";
|
| + static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter";
|
| +
|
| +}
|
|
|
| +class BlinkSVGPathSegCurvetoCubicRel {
|
| static x1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x1_Getter";
|
|
|
| static x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x1_Setter";
|
| @@ -6777,9 +7238,9 @@ class BlinkSVGPathSegCurvetoCubicRel {
|
|
|
| static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x2_Setter";
|
|
|
| - static y_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y_Getter";
|
| + static x_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x_Getter";
|
|
|
| - static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter";
|
| + static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter";
|
|
|
| static y1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y1_Getter";
|
|
|
| @@ -6788,78 +7249,87 @@ class BlinkSVGPathSegCurvetoCubicRel {
|
| static y2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y2_Getter";
|
|
|
| static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y2_Setter";
|
| +
|
| + static y_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y_Getter";
|
| +
|
| + static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegCurvetoCubicSmoothAbs {
|
| + static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter";
|
| +
|
| + static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter";
|
| +
|
| static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter";
|
|
|
| static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter";
|
|
|
| - static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter";
|
| + static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter";
|
|
|
| - static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter";
|
| + static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter";
|
|
|
| static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter";
|
|
|
| - static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter";
|
| -
|
| - static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter";
|
| }
|
|
|
| class BlinkSVGPathSegCurvetoCubicSmoothRel {
|
| + static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter";
|
| +
|
| + static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter";
|
| +
|
| static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x_Getter";
|
|
|
| static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter";
|
|
|
| - static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter";
|
| + static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter";
|
|
|
| - static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter";
|
| + static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter";
|
|
|
| static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter";
|
|
|
| - static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter";
|
| -
|
| - static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter";
|
| }
|
|
|
| class BlinkSVGPathSegCurvetoQuadraticAbs {
|
| + static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x1_Getter";
|
| +
|
| + static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter";
|
| +
|
| static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x_Getter";
|
|
|
| static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter";
|
|
|
| - static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x1_Getter";
|
| + static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y1_Getter";
|
|
|
| - static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter";
|
| + static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter";
|
|
|
| static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter";
|
|
|
| - static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y1_Getter";
|
| -
|
| - static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter";
|
| }
|
|
|
| class BlinkSVGPathSegCurvetoQuadraticRel {
|
| + static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x1_Getter";
|
| +
|
| + static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter";
|
| +
|
| static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x_Getter";
|
|
|
| static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x_Setter";
|
|
|
| - static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x1_Getter";
|
| + static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y1_Getter";
|
|
|
| - static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter";
|
| + static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter";
|
|
|
| static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y_Setter";
|
|
|
| - static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y1_Getter";
|
| -
|
| - static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter";
|
| }
|
|
|
| class BlinkSVGPathSegCurvetoQuadraticSmoothAbs {
|
| @@ -6870,6 +7340,7 @@ class BlinkSVGPathSegCurvetoQuadraticSmoothAbs {
|
| static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegCurvetoQuadraticSmoothRel {
|
| @@ -6880,6 +7351,7 @@ class BlinkSVGPathSegCurvetoQuadraticSmoothRel {
|
| static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegLinetoAbs {
|
| @@ -6890,18 +7362,21 @@ class BlinkSVGPathSegLinetoAbs {
|
| static y_Getter(mthis) native "SVGPathSegLinetoAbs_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegLinetoAbs_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegLinetoHorizontalAbs {
|
| static x_Getter(mthis) native "SVGPathSegLinetoHorizontalAbs_x_Getter";
|
|
|
| static x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalAbs_x_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegLinetoHorizontalRel {
|
| static x_Getter(mthis) native "SVGPathSegLinetoHorizontalRel_x_Getter";
|
|
|
| static x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalRel_x_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegLinetoRel {
|
| @@ -6912,30 +7387,29 @@ class BlinkSVGPathSegLinetoRel {
|
| static y_Getter(mthis) native "SVGPathSegLinetoRel_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegLinetoRel_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegLinetoVerticalAbs {
|
| static y_Getter(mthis) native "SVGPathSegLinetoVerticalAbs_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegLinetoVerticalRel {
|
| static y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegList {
|
| - static length_Getter(mthis) native "SVGPathSegList_length_Getter";
|
| -
|
| - static numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter";
|
| -
|
| static $__setter___Callback_2(mthis, index, value) native "SVGPathSegList___setter___Callback";
|
|
|
| static appendItem_Callback_1(mthis, newItem) native "SVGPathSegList_appendItem_Callback";
|
|
|
| - static clear_Callback(mthis) native "SVGPathSegList_clear_Callback";
|
| + static clear_Callback_0(mthis) native "SVGPathSegList_clear_Callback";
|
|
|
| static getItem_Callback_1(mthis, index) native "SVGPathSegList_getItem_Callback";
|
|
|
| @@ -6943,9 +7417,14 @@ class BlinkSVGPathSegList {
|
|
|
| static insertItemBefore_Callback_2(mthis, newItem, index) native "SVGPathSegList_insertItemBefore_Callback";
|
|
|
| + static length_Getter(mthis) native "SVGPathSegList_length_Getter";
|
| +
|
| + static numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter";
|
| +
|
| static removeItem_Callback_1(mthis, index) native "SVGPathSegList_removeItem_Callback";
|
|
|
| static replaceItem_Callback_2(mthis, newItem, index) native "SVGPathSegList_replaceItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegMovetoAbs {
|
| @@ -6956,6 +7435,7 @@ class BlinkSVGPathSegMovetoAbs {
|
| static y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegMovetoAbs_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPathSegMovetoRel {
|
| @@ -6966,39 +7446,43 @@ class BlinkSVGPathSegMovetoRel {
|
| static y_Getter(mthis) native "SVGPathSegMovetoRel_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGPathSegMovetoRel_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGPatternElement {
|
| + static hasExtension_Callback_1(mthis, extension) native "SVGPatternElement_hasExtension_Callback";
|
| +
|
| static height_Getter(mthis) native "SVGPatternElement_height_Getter";
|
|
|
| + static href_Getter(mthis) native "SVGPatternElement_href_Getter";
|
| +
|
| static patternContentUnits_Getter(mthis) native "SVGPatternElement_patternContentUnits_Getter";
|
|
|
| static patternTransform_Getter(mthis) native "SVGPatternElement_patternTransform_Getter";
|
|
|
| static patternUnits_Getter(mthis) native "SVGPatternElement_patternUnits_Getter";
|
|
|
| - static width_Getter(mthis) native "SVGPatternElement_width_Getter";
|
| -
|
| - static x_Getter(mthis) native "SVGPatternElement_x_Getter";
|
| -
|
| - static y_Getter(mthis) native "SVGPatternElement_y_Getter";
|
| -
|
| static preserveAspectRatio_Getter(mthis) native "SVGPatternElement_preserveAspectRatio_Getter";
|
|
|
| - static viewBox_Getter(mthis) native "SVGPatternElement_viewBox_Getter";
|
| -
|
| static requiredExtensions_Getter(mthis) native "SVGPatternElement_requiredExtensions_Getter";
|
|
|
| static requiredFeatures_Getter(mthis) native "SVGPatternElement_requiredFeatures_Getter";
|
|
|
| static systemLanguage_Getter(mthis) native "SVGPatternElement_systemLanguage_Getter";
|
|
|
| - static hasExtension_Callback_1(mthis, extension) native "SVGPatternElement_hasExtension_Callback";
|
| + static viewBox_Getter(mthis) native "SVGPatternElement_viewBox_Getter";
|
| +
|
| + static width_Getter(mthis) native "SVGPatternElement_width_Getter";
|
| +
|
| + static x_Getter(mthis) native "SVGPatternElement_x_Getter";
|
| +
|
| + static y_Getter(mthis) native "SVGPatternElement_y_Getter";
|
|
|
| - static href_Getter(mthis) native "SVGPatternElement_href_Getter";
|
| }
|
|
|
| class BlinkSVGPoint {
|
| + static matrixTransform_Callback_1(mthis, matrix) native "SVGPoint_matrixTransform_Callback";
|
| +
|
| static x_Getter(mthis) native "SVGPoint_x_Getter";
|
|
|
| static x_Setter(mthis, value) native "SVGPoint_x_Setter";
|
| @@ -7007,19 +7491,14 @@ class BlinkSVGPoint {
|
|
|
| static y_Setter(mthis, value) native "SVGPoint_y_Setter";
|
|
|
| - static matrixTransform_Callback_1(mthis, matrix) native "SVGPoint_matrixTransform_Callback";
|
| }
|
|
|
| class BlinkSVGPointList {
|
| - static length_Getter(mthis) native "SVGPointList_length_Getter";
|
| -
|
| - static numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter";
|
| -
|
| static $__setter___Callback_2(mthis, index, value) native "SVGPointList___setter___Callback";
|
|
|
| static appendItem_Callback_1(mthis, item) native "SVGPointList_appendItem_Callback";
|
|
|
| - static clear_Callback(mthis) native "SVGPointList_clear_Callback";
|
| + static clear_Callback_0(mthis) native "SVGPointList_clear_Callback";
|
|
|
| static getItem_Callback_1(mthis, index) native "SVGPointList_getItem_Callback";
|
|
|
| @@ -7027,21 +7506,28 @@ class BlinkSVGPointList {
|
|
|
| static insertItemBefore_Callback_2(mthis, item, index) native "SVGPointList_insertItemBefore_Callback";
|
|
|
| + static length_Getter(mthis) native "SVGPointList_length_Getter";
|
| +
|
| + static numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter";
|
| +
|
| static removeItem_Callback_1(mthis, index) native "SVGPointList_removeItem_Callback";
|
|
|
| static replaceItem_Callback_2(mthis, item, index) native "SVGPointList_replaceItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkSVGPolygonElement {
|
| static animatedPoints_Getter(mthis) native "SVGPolygonElement_animatedPoints_Getter";
|
|
|
| static points_Getter(mthis) native "SVGPolygonElement_points_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGPolylineElement {
|
| static animatedPoints_Getter(mthis) native "SVGPolylineElement_animatedPoints_Getter";
|
|
|
| static points_Getter(mthis) native "SVGPolylineElement_points_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGPreserveAspectRatio {
|
| @@ -7052,6 +7538,7 @@ class BlinkSVGPreserveAspectRatio {
|
| static meetOrSlice_Getter(mthis) native "SVGPreserveAspectRatio_meetOrSlice_Getter";
|
|
|
| static meetOrSlice_Setter(mthis, value) native "SVGPreserveAspectRatio_meetOrSlice_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGRadialGradientElement {
|
| @@ -7066,6 +7553,7 @@ class BlinkSVGRadialGradientElement {
|
| static fy_Getter(mthis) native "SVGRadialGradientElement_fy_Getter";
|
|
|
| static r_Getter(mthis) native "SVGRadialGradientElement_r_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGRect {
|
| @@ -7084,6 +7572,7 @@ class BlinkSVGRect {
|
| static y_Getter(mthis) native "SVGRect_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "SVGRect_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGRectElement {
|
| @@ -7098,124 +7587,127 @@ class BlinkSVGRectElement {
|
| static x_Getter(mthis) native "SVGRectElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGRectElement_y_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSVGRenderingIntent {}
|
| +class BlinkSVGRenderingIntent {
|
| +}
|
|
|
| class BlinkSVGZoomAndPan {
|
| static zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_Getter";
|
|
|
| static zoomAndPan_Setter(mthis, value) native "SVGZoomAndPan_zoomAndPan_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGSVGElement {
|
| - static currentScale_Getter(mthis) native "SVGSVGElement_currentScale_Getter";
|
| + static animationsPaused_Callback_0(mthis) native "SVGSVGElement_animationsPaused_Callback";
|
|
|
| - static currentScale_Setter(mthis, value) native "SVGSVGElement_currentScale_Setter";
|
| + static checkEnclosure_Callback_2(mthis, element, rect) native "SVGSVGElement_checkEnclosure_Callback";
|
|
|
| - static currentTranslate_Getter(mthis) native "SVGSVGElement_currentTranslate_Getter";
|
| + static checkIntersection_Callback_2(mthis, element, rect) native "SVGSVGElement_checkIntersection_Callback";
|
|
|
| - static currentView_Getter(mthis) native "SVGSVGElement_currentView_Getter";
|
| + static createSVGAngle_Callback_0(mthis) native "SVGSVGElement_createSVGAngle_Callback";
|
|
|
| - static height_Getter(mthis) native "SVGSVGElement_height_Getter";
|
| + static createSVGLength_Callback_0(mthis) native "SVGSVGElement_createSVGLength_Callback";
|
|
|
| - static pixelUnitToMillimeterX_Getter(mthis) native "SVGSVGElement_pixelUnitToMillimeterX_Getter";
|
| + static createSVGMatrix_Callback_0(mthis) native "SVGSVGElement_createSVGMatrix_Callback";
|
|
|
| - static pixelUnitToMillimeterY_Getter(mthis) native "SVGSVGElement_pixelUnitToMillimeterY_Getter";
|
| + static createSVGNumber_Callback_0(mthis) native "SVGSVGElement_createSVGNumber_Callback";
|
|
|
| - static screenPixelToMillimeterX_Getter(mthis) native "SVGSVGElement_screenPixelToMillimeterX_Getter";
|
| + static createSVGPoint_Callback_0(mthis) native "SVGSVGElement_createSVGPoint_Callback";
|
|
|
| - static screenPixelToMillimeterY_Getter(mthis) native "SVGSVGElement_screenPixelToMillimeterY_Getter";
|
| + static createSVGRect_Callback_0(mthis) native "SVGSVGElement_createSVGRect_Callback";
|
|
|
| - static useCurrentView_Getter(mthis) native "SVGSVGElement_useCurrentView_Getter";
|
| + static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGSVGElement_createSVGTransformFromMatrix_Callback";
|
|
|
| - static viewport_Getter(mthis) native "SVGSVGElement_viewport_Getter";
|
| + static createSVGTransform_Callback_0(mthis) native "SVGSVGElement_createSVGTransform_Callback";
|
|
|
| - static width_Getter(mthis) native "SVGSVGElement_width_Getter";
|
| + static currentScale_Getter(mthis) native "SVGSVGElement_currentScale_Getter";
|
|
|
| - static x_Getter(mthis) native "SVGSVGElement_x_Getter";
|
| + static currentScale_Setter(mthis, value) native "SVGSVGElement_currentScale_Setter";
|
|
|
| - static y_Getter(mthis) native "SVGSVGElement_y_Getter";
|
| + static currentTranslate_Getter(mthis) native "SVGSVGElement_currentTranslate_Getter";
|
|
|
| - static animationsPaused_Callback(mthis) native "SVGSVGElement_animationsPaused_Callback";
|
| + static currentView_Getter(mthis) native "SVGSVGElement_currentView_Getter";
|
|
|
| - static checkEnclosure_Callback_2(mthis, element, rect) native "SVGSVGElement_checkEnclosure_Callback";
|
| + static deselectAll_Callback_0(mthis) native "SVGSVGElement_deselectAll_Callback";
|
|
|
| - static checkIntersection_Callback_2(mthis, element, rect) native "SVGSVGElement_checkIntersection_Callback";
|
| + static forceRedraw_Callback_0(mthis) native "SVGSVGElement_forceRedraw_Callback";
|
|
|
| - static createSVGAngle_Callback(mthis) native "SVGSVGElement_createSVGAngle_Callback";
|
| + static getCurrentTime_Callback_0(mthis) native "SVGSVGElement_getCurrentTime_Callback";
|
|
|
| - static createSVGLength_Callback(mthis) native "SVGSVGElement_createSVGLength_Callback";
|
| + static getElementById_Callback_1(mthis, elementId) native "SVGSVGElement_getElementById_Callback";
|
|
|
| - static createSVGMatrix_Callback(mthis) native "SVGSVGElement_createSVGMatrix_Callback";
|
| + static getEnclosureList_Callback_2(mthis, rect, referenceElement) native "SVGSVGElement_getEnclosureList_Callback";
|
|
|
| - static createSVGNumber_Callback(mthis) native "SVGSVGElement_createSVGNumber_Callback";
|
| + static getIntersectionList_Callback_2(mthis, rect, referenceElement) native "SVGSVGElement_getIntersectionList_Callback";
|
|
|
| - static createSVGPoint_Callback(mthis) native "SVGSVGElement_createSVGPoint_Callback";
|
| + static height_Getter(mthis) native "SVGSVGElement_height_Getter";
|
|
|
| - static createSVGRect_Callback(mthis) native "SVGSVGElement_createSVGRect_Callback";
|
| + static pauseAnimations_Callback_0(mthis) native "SVGSVGElement_pauseAnimations_Callback";
|
|
|
| - static createSVGTransform_Callback(mthis) native "SVGSVGElement_createSVGTransform_Callback";
|
| + static pixelUnitToMillimeterX_Getter(mthis) native "SVGSVGElement_pixelUnitToMillimeterX_Getter";
|
|
|
| - static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGSVGElement_createSVGTransformFromMatrix_Callback";
|
| + static pixelUnitToMillimeterY_Getter(mthis) native "SVGSVGElement_pixelUnitToMillimeterY_Getter";
|
|
|
| - static deselectAll_Callback(mthis) native "SVGSVGElement_deselectAll_Callback";
|
| + static preserveAspectRatio_Getter(mthis) native "SVGSVGElement_preserveAspectRatio_Getter";
|
|
|
| - static forceRedraw_Callback(mthis) native "SVGSVGElement_forceRedraw_Callback";
|
| + static screenPixelToMillimeterX_Getter(mthis) native "SVGSVGElement_screenPixelToMillimeterX_Getter";
|
|
|
| - static getCurrentTime_Callback(mthis) native "SVGSVGElement_getCurrentTime_Callback";
|
| + static screenPixelToMillimeterY_Getter(mthis) native "SVGSVGElement_screenPixelToMillimeterY_Getter";
|
|
|
| - static getElementById_Callback_1(mthis, elementId) native "SVGSVGElement_getElementById_Callback";
|
| + static setCurrentTime_Callback_1(mthis, seconds) native "SVGSVGElement_setCurrentTime_Callback";
|
|
|
| - static getEnclosureList_Callback_2(mthis, rect, referenceElement) native "SVGSVGElement_getEnclosureList_Callback";
|
| + static suspendRedraw_Callback_1(mthis, maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw_Callback";
|
|
|
| - static getIntersectionList_Callback_2(mthis, rect, referenceElement) native "SVGSVGElement_getIntersectionList_Callback";
|
| + static unpauseAnimations_Callback_0(mthis) native "SVGSVGElement_unpauseAnimations_Callback";
|
|
|
| - static pauseAnimations_Callback(mthis) native "SVGSVGElement_pauseAnimations_Callback";
|
| + static unsuspendRedrawAll_Callback_0(mthis) native "SVGSVGElement_unsuspendRedrawAll_Callback";
|
|
|
| - static setCurrentTime_Callback_1(mthis, seconds) native "SVGSVGElement_setCurrentTime_Callback";
|
| + static unsuspendRedraw_Callback_1(mthis, suspendHandleId) native "SVGSVGElement_unsuspendRedraw_Callback";
|
|
|
| - static suspendRedraw_Callback_1(mthis, maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw_Callback";
|
| + static useCurrentView_Getter(mthis) native "SVGSVGElement_useCurrentView_Getter";
|
|
|
| - static unpauseAnimations_Callback(mthis) native "SVGSVGElement_unpauseAnimations_Callback";
|
| + static viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter";
|
|
|
| - static unsuspendRedraw_Callback_1(mthis, suspendHandleId) native "SVGSVGElement_unsuspendRedraw_Callback";
|
| + static viewport_Getter(mthis) native "SVGSVGElement_viewport_Getter";
|
|
|
| - static unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_unsuspendRedrawAll_Callback";
|
| + static width_Getter(mthis) native "SVGSVGElement_width_Getter";
|
|
|
| - static preserveAspectRatio_Getter(mthis) native "SVGSVGElement_preserveAspectRatio_Getter";
|
| + static x_Getter(mthis) native "SVGSVGElement_x_Getter";
|
|
|
| - static viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter";
|
| + static y_Getter(mthis) native "SVGSVGElement_y_Getter";
|
|
|
| static zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_Getter";
|
|
|
| static zoomAndPan_Setter(mthis, value) native "SVGSVGElement_zoomAndPan_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGScriptElement {
|
| + static href_Getter(mthis) native "SVGScriptElement_href_Getter";
|
| +
|
| static type_Getter(mthis) native "SVGScriptElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "SVGScriptElement_type_Setter";
|
|
|
| - static href_Getter(mthis) native "SVGScriptElement_href_Getter";
|
| }
|
|
|
| -class BlinkSVGSetElement {}
|
| +class BlinkSVGSetElement {
|
| +}
|
|
|
| class BlinkSVGStopElement {
|
| static offset_Getter(mthis) native "SVGStopElement_offset_Getter";
|
| +
|
| }
|
|
|
| class BlinkSVGStringList {
|
| - static length_Getter(mthis) native "SVGStringList_length_Getter";
|
| -
|
| - static numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter";
|
| -
|
| static $__setter___Callback_2(mthis, index, value) native "SVGStringList___setter___Callback";
|
|
|
| static appendItem_Callback_1(mthis, item) native "SVGStringList_appendItem_Callback";
|
|
|
| - static clear_Callback(mthis) native "SVGStringList_clear_Callback";
|
| + static clear_Callback_0(mthis) native "SVGStringList_clear_Callback";
|
|
|
| static getItem_Callback_1(mthis, index) native "SVGStringList_getItem_Callback";
|
|
|
| @@ -7223,9 +7715,14 @@ class BlinkSVGStringList {
|
|
|
| static insertItemBefore_Callback_2(mthis, item, index) native "SVGStringList_insertItemBefore_Callback";
|
|
|
| + static length_Getter(mthis) native "SVGStringList_length_Getter";
|
| +
|
| + static numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter";
|
| +
|
| static removeItem_Callback_1(mthis, index) native "SVGStringList_removeItem_Callback";
|
|
|
| static replaceItem_Callback_2(mthis, item, index) native "SVGStringList_replaceItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkSVGStyleElement {
|
| @@ -7246,39 +7743,44 @@ class BlinkSVGStyleElement {
|
| static type_Getter(mthis) native "SVGStyleElement_type_Getter";
|
|
|
| static type_Setter(mthis, value) native "SVGStyleElement_type_Setter";
|
| +
|
| }
|
|
|
| -class BlinkSVGSwitchElement {}
|
| +class BlinkSVGSwitchElement {
|
| +}
|
|
|
| class BlinkSVGSymbolElement {
|
| static preserveAspectRatio_Getter(mthis) native "SVGSymbolElement_preserveAspectRatio_Getter";
|
|
|
| static viewBox_Getter(mthis) native "SVGSymbolElement_viewBox_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSVGTSpanElement {}
|
| +class BlinkSVGTSpanElement {
|
| +}
|
|
|
| -class BlinkSVGTextElement {}
|
| +class BlinkSVGTextElement {
|
| +}
|
|
|
| class BlinkSVGTextPathElement {
|
| + static href_Getter(mthis) native "SVGTextPathElement_href_Getter";
|
| +
|
| static method_Getter(mthis) native "SVGTextPathElement_method_Getter";
|
|
|
| static spacing_Getter(mthis) native "SVGTextPathElement_spacing_Getter";
|
|
|
| static startOffset_Getter(mthis) native "SVGTextPathElement_startOffset_Getter";
|
|
|
| - static href_Getter(mthis) native "SVGTextPathElement_href_Getter";
|
| }
|
|
|
| -class BlinkSVGTitleElement {}
|
| +class BlinkSVGTitleElement {
|
| +}
|
|
|
| class BlinkSVGTransform {
|
| static angle_Getter(mthis) native "SVGTransform_angle_Getter";
|
|
|
| static matrix_Getter(mthis) native "SVGTransform_matrix_Getter";
|
|
|
| - static type_Getter(mthis) native "SVGTransform_type_Getter";
|
| -
|
| static setMatrix_Callback_1(mthis, matrix) native "SVGTransform_setMatrix_Callback";
|
|
|
| static setRotate_Callback_3(mthis, angle, cx, cy) native "SVGTransform_setRotate_Callback";
|
| @@ -7290,20 +7792,19 @@ class BlinkSVGTransform {
|
| static setSkewY_Callback_1(mthis, angle) native "SVGTransform_setSkewY_Callback";
|
|
|
| static setTranslate_Callback_2(mthis, tx, ty) native "SVGTransform_setTranslate_Callback";
|
| -}
|
|
|
| -class BlinkSVGTransformList {
|
| - static length_Getter(mthis) native "SVGTransformList_length_Getter";
|
| + static type_Getter(mthis) native "SVGTransform_type_Getter";
|
|
|
| - static numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Getter";
|
| +}
|
|
|
| +class BlinkSVGTransformList {
|
| static $__setter___Callback_2(mthis, index, value) native "SVGTransformList___setter___Callback";
|
|
|
| static appendItem_Callback_1(mthis, item) native "SVGTransformList_appendItem_Callback";
|
|
|
| - static clear_Callback(mthis) native "SVGTransformList_clear_Callback";
|
| + static clear_Callback_0(mthis) native "SVGTransformList_clear_Callback";
|
|
|
| - static consolidate_Callback(mthis) native "SVGTransformList_consolidate_Callback";
|
| + static consolidate_Callback_0(mthis) native "SVGTransformList_consolidate_Callback";
|
|
|
| static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGTransformList_createSVGTransformFromMatrix_Callback";
|
|
|
| @@ -7313,59 +7814,69 @@ class BlinkSVGTransformList {
|
|
|
| static insertItemBefore_Callback_2(mthis, item, index) native "SVGTransformList_insertItemBefore_Callback";
|
|
|
| + static length_Getter(mthis) native "SVGTransformList_length_Getter";
|
| +
|
| + static numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Getter";
|
| +
|
| static removeItem_Callback_1(mthis, index) native "SVGTransformList_removeItem_Callback";
|
|
|
| static replaceItem_Callback_2(mthis, item, index) native "SVGTransformList_replaceItem_Callback";
|
| +
|
| }
|
|
|
| -class BlinkSVGUnitTypes {}
|
| +class BlinkSVGUnitTypes {
|
| +}
|
|
|
| class BlinkSVGUseElement {
|
| static height_Getter(mthis) native "SVGUseElement_height_Getter";
|
|
|
| + static href_Getter(mthis) native "SVGUseElement_href_Getter";
|
| +
|
| static width_Getter(mthis) native "SVGUseElement_width_Getter";
|
|
|
| static x_Getter(mthis) native "SVGUseElement_x_Getter";
|
|
|
| static y_Getter(mthis) native "SVGUseElement_y_Getter";
|
|
|
| - static href_Getter(mthis) native "SVGUseElement_href_Getter";
|
| }
|
|
|
| -class BlinkSVGVKernElement {}
|
| +class BlinkSVGVKernElement {
|
| +}
|
|
|
| class BlinkSVGViewElement {
|
| - static viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter";
|
| -
|
| static preserveAspectRatio_Getter(mthis) native "SVGViewElement_preserveAspectRatio_Getter";
|
|
|
| static viewBox_Getter(mthis) native "SVGViewElement_viewBox_Getter";
|
|
|
| + static viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter";
|
| +
|
| static zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan_Getter";
|
|
|
| static zoomAndPan_Setter(mthis, value) native "SVGViewElement_zoomAndPan_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGViewSpec {
|
| static preserveAspectRatioString_Getter(mthis) native "SVGViewSpec_preserveAspectRatioString_Getter";
|
|
|
| - static transform_Getter(mthis) native "SVGViewSpec_transform_Getter";
|
| + static preserveAspectRatio_Getter(mthis) native "SVGViewSpec_preserveAspectRatio_Getter";
|
|
|
| static transformString_Getter(mthis) native "SVGViewSpec_transformString_Getter";
|
|
|
| + static transform_Getter(mthis) native "SVGViewSpec_transform_Getter";
|
| +
|
| static viewBoxString_Getter(mthis) native "SVGViewSpec_viewBoxString_Getter";
|
|
|
| - static viewTarget_Getter(mthis) native "SVGViewSpec_viewTarget_Getter";
|
| + static viewBox_Getter(mthis) native "SVGViewSpec_viewBox_Getter";
|
|
|
| static viewTargetString_Getter(mthis) native "SVGViewSpec_viewTargetString_Getter";
|
|
|
| - static preserveAspectRatio_Getter(mthis) native "SVGViewSpec_preserveAspectRatio_Getter";
|
| -
|
| - static viewBox_Getter(mthis) native "SVGViewSpec_viewBox_Getter";
|
| + static viewTarget_Getter(mthis) native "SVGViewSpec_viewTarget_Getter";
|
|
|
| static zoomAndPan_Getter(mthis) native "SVGViewSpec_zoomAndPan_Getter";
|
|
|
| static zoomAndPan_Setter(mthis, value) native "SVGViewSpec_zoomAndPan_Setter";
|
| +
|
| }
|
|
|
| class BlinkSVGZoomEvent {
|
| @@ -7378,6 +7889,7 @@ class BlinkSVGZoomEvent {
|
| static previousTranslate_Getter(mthis) native "SVGZoomEvent_previousTranslate_Getter";
|
|
|
| static zoomRectScreen_Getter(mthis) native "SVGZoomEvent_zoomRectScreen_Getter";
|
| +
|
| }
|
|
|
| class BlinkScreen {
|
| @@ -7398,26 +7910,29 @@ class BlinkScreen {
|
| static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter";
|
|
|
| static width_Getter(mthis) native "Screen_width_Getter";
|
| +
|
| }
|
|
|
| class BlinkScreenOrientation {
|
| static angle_Getter(mthis) native "ScreenOrientation_angle_Getter";
|
|
|
| + static lock_Callback_1(mthis, orientation) native "ScreenOrientation_lock_Callback";
|
| +
|
| static type_Getter(mthis) native "ScreenOrientation_type_Getter";
|
|
|
| - static lock_Callback_1(mthis, orientation) native "ScreenOrientation_lock_Callback";
|
| + static unlock_Callback_0(mthis) native "ScreenOrientation_unlock_Callback";
|
|
|
| - static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback";
|
| }
|
|
|
| class BlinkScriptProcessorNode {
|
| static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter";
|
|
|
| static setEventListener_Callback_1(mthis, eventListener) native "ScriptProcessorNode_setEventListener_Callback";
|
| +
|
| }
|
|
|
| class BlinkSecurityPolicyViolationEvent {
|
| - static constructorCallback(type, options) native "SecurityPolicyViolationEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "SecurityPolicyViolationEvent_constructorCallback";
|
|
|
| static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedURI_Getter";
|
|
|
| @@ -7438,76 +7953,81 @@ class BlinkSecurityPolicyViolationEvent {
|
| static statusCode_Getter(mthis) native "SecurityPolicyViolationEvent_statusCode_Getter";
|
|
|
| static violatedDirective_Getter(mthis) native "SecurityPolicyViolationEvent_violatedDirective_Getter";
|
| -}
|
| -
|
| -class BlinkSelection {
|
| - static anchorNode_Getter(mthis) native "Selection_anchorNode_Getter";
|
| -
|
| - static anchorOffset_Getter(mthis) native "Selection_anchorOffset_Getter";
|
|
|
| - static baseNode_Getter(mthis) native "Selection_baseNode_Getter";
|
| -
|
| - static baseOffset_Getter(mthis) native "Selection_baseOffset_Getter";
|
| -
|
| - static extentNode_Getter(mthis) native "Selection_extentNode_Getter";
|
| -
|
| - static extentOffset_Getter(mthis) native "Selection_extentOffset_Getter";
|
| +}
|
|
|
| - static focusNode_Getter(mthis) native "Selection_focusNode_Getter";
|
| +class BlinkSelection {
|
| + static addRange_Callback_1(mthis, range) native "Selection_addRange_Callback";
|
|
|
| - static focusOffset_Getter(mthis) native "Selection_focusOffset_Getter";
|
| + static anchorNode_Getter(mthis) native "Selection_anchorNode_Getter";
|
|
|
| - static isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter";
|
| + static anchorOffset_Getter(mthis) native "Selection_anchorOffset_Getter";
|
|
|
| - static rangeCount_Getter(mthis) native "Selection_rangeCount_Getter";
|
| + static baseNode_Getter(mthis) native "Selection_baseNode_Getter";
|
|
|
| - static type_Getter(mthis) native "Selection_type_Getter";
|
| + static baseOffset_Getter(mthis) native "Selection_baseOffset_Getter";
|
|
|
| - static addRange_Callback_1(mthis, range) native "Selection_addRange_Callback";
|
| + static collapseToEnd_Callback_0(mthis) native "Selection_collapseToEnd_Callback";
|
|
|
| - static collapse_Callback_2(mthis, node, offset) native "Selection_collapse_Callback";
|
| + static collapseToStart_Callback_0(mthis) native "Selection_collapseToStart_Callback";
|
|
|
| static collapse_Callback_1(mthis, node) native "Selection_collapse_Callback";
|
|
|
| - static collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_Callback";
|
| -
|
| - static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callback";
|
| + static collapse_Callback_2(mthis, node, offset) native "Selection_collapse_Callback";
|
|
|
| static containsNode_Callback_2(mthis, node, allowPartial) native "Selection_containsNode_Callback";
|
|
|
| - static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument_Callback";
|
| + static deleteFromDocument_Callback_0(mthis) native "Selection_deleteFromDocument_Callback";
|
| +
|
| + static empty_Callback_0(mthis) native "Selection_empty_Callback";
|
|
|
| - static empty_Callback(mthis) native "Selection_empty_Callback";
|
| + static extend_Callback_1(mthis, node) native "Selection_extend_Callback";
|
|
|
| static extend_Callback_2(mthis, node, offset) native "Selection_extend_Callback";
|
|
|
| - static extend_Callback_1(mthis, node) native "Selection_extend_Callback";
|
| + static extentNode_Getter(mthis) native "Selection_extentNode_Getter";
|
| +
|
| + static extentOffset_Getter(mthis) native "Selection_extentOffset_Getter";
|
| +
|
| + static focusNode_Getter(mthis) native "Selection_focusNode_Getter";
|
| +
|
| + static focusOffset_Getter(mthis) native "Selection_focusOffset_Getter";
|
|
|
| static getRangeAt_Callback_1(mthis, index) native "Selection_getRangeAt_Callback";
|
|
|
| + static isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter";
|
| +
|
| static modify_Callback_3(mthis, alter, direction, granularity) native "Selection_modify_Callback";
|
|
|
| - static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callback";
|
| + static rangeCount_Getter(mthis) native "Selection_rangeCount_Getter";
|
| +
|
| + static removeAllRanges_Callback_0(mthis) native "Selection_removeAllRanges_Callback";
|
|
|
| static selectAllChildren_Callback_1(mthis, node) native "Selection_selectAllChildren_Callback";
|
|
|
| static setBaseAndExtent_Callback_4(mthis, baseNode, baseOffset, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback";
|
|
|
| + static setPosition_Callback_1(mthis, node) native "Selection_setPosition_Callback";
|
| +
|
| static setPosition_Callback_2(mthis, node, offset) native "Selection_setPosition_Callback";
|
|
|
| - static setPosition_Callback_1(mthis, node) native "Selection_setPosition_Callback";
|
| + static type_Getter(mthis) native "Selection_type_Getter";
|
| +
|
| }
|
|
|
| -class BlinkServiceWorker {}
|
| +class BlinkServiceWorker {
|
| +}
|
|
|
| class BlinkServiceWorkerClient {
|
| static id_Getter(mthis) native "ServiceWorkerClient_id_Getter";
|
|
|
| static postMessage_Callback_2(mthis, message, transfer) native "ServiceWorkerClient_postMessage_Callback";
|
| +
|
| }
|
|
|
| class BlinkServiceWorkerClients {
|
| - static getServiced_Callback(mthis) native "ServiceWorkerClients_getServiced_Callback";
|
| + static getServiced_Callback_0(mthis) native "ServiceWorkerClients_getServiced_Callback";
|
| +
|
| }
|
|
|
| class BlinkServiceWorkerContainer {
|
| @@ -7519,27 +8039,29 @@ class BlinkServiceWorkerContainer {
|
|
|
| static ready_Getter(mthis) native "ServiceWorkerContainer_ready_Getter";
|
|
|
| - static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter";
|
| + static register_Callback_1(mthis, url) native "ServiceWorkerContainer_register_Callback";
|
|
|
| static register_Callback_2(mthis, url, options) native "ServiceWorkerContainer_register_Callback";
|
|
|
| - static register_Callback_1(mthis, url) native "ServiceWorkerContainer_register_Callback";
|
| + static unregister_Callback_0(mthis) native "ServiceWorkerContainer_unregister_Callback";
|
|
|
| static unregister_Callback_1(mthis, scope) native "ServiceWorkerContainer_unregister_Callback";
|
|
|
| - static unregister_Callback(mthis) native "ServiceWorkerContainer_unregister_Callback";
|
| + static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter";
|
| +
|
| }
|
|
|
| class BlinkServiceWorkerGlobalScope {
|
| static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter";
|
|
|
| + static fetch_Callback_1(mthis, request) native "ServiceWorkerGlobalScope_fetch_Callback";
|
| +
|
| + static fetch_Callback_2(mthis, request, requestInitDict) native "ServiceWorkerGlobalScope_fetch_Callback";
|
| +
|
| static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCaches_Getter";
|
|
|
| static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter";
|
|
|
| - static fetch_Callback_1(mthis, request) native "ServiceWorkerGlobalScope_fetch_Callback";
|
| -
|
| - static fetch_Callback_2(mthis, request, requestInitDict) native "ServiceWorkerGlobalScope_fetch_Callback";
|
| }
|
|
|
| class BlinkServiceWorkerRegistration {
|
| @@ -7549,24 +8071,15 @@ class BlinkServiceWorkerRegistration {
|
|
|
| static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter";
|
|
|
| + static unregister_Callback_0(mthis) native "ServiceWorkerRegistration_unregister_Callback";
|
| +
|
| static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter";
|
|
|
| - static unregister_Callback(mthis) native "ServiceWorkerRegistration_unregister_Callback";
|
| }
|
|
|
| class BlinkShadowRoot {
|
| static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter";
|
|
|
| - static host_Getter(mthis) native "ShadowRoot_host_Getter";
|
| -
|
| - static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter";
|
| -
|
| - static innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Setter";
|
| -
|
| - static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter";
|
| -
|
| - static styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter";
|
| -
|
| static cloneNode_Callback_1(mthis, deep) native "ShadowRoot_cloneNode_Callback";
|
|
|
| static elementFromPoint_Callback_2(mthis, x, y) native "ShadowRoot_elementFromPoint_Callback";
|
| @@ -7577,7 +8090,18 @@ class BlinkShadowRoot {
|
|
|
| static getElementsByTagName_Callback_1(mthis, tagName) native "ShadowRoot_getElementsByTagName_Callback";
|
|
|
| - static getSelection_Callback(mthis) native "ShadowRoot_getSelection_Callback";
|
| + static getSelection_Callback_0(mthis) native "ShadowRoot_getSelection_Callback";
|
| +
|
| + static host_Getter(mthis) native "ShadowRoot_host_Getter";
|
| +
|
| + static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter";
|
| +
|
| + static innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Setter";
|
| +
|
| + static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter";
|
| +
|
| + static styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter";
|
| +
|
| }
|
|
|
| class BlinkSharedWorker {
|
| @@ -7586,13 +8110,23 @@ class BlinkSharedWorker {
|
| static port_Getter(mthis) native "SharedWorker_port_Getter";
|
|
|
| static workerStart_Getter(mthis) native "SharedWorker_workerStart_Getter";
|
| +
|
| }
|
|
|
| class BlinkSharedWorkerGlobalScope {
|
| static name_Getter(mthis) native "SharedWorkerGlobalScope_name_Getter";
|
| +
|
| }
|
|
|
| class BlinkSourceBuffer {
|
| + static abort_Callback_0(mthis) native "SourceBuffer_abort_Callback";
|
| +
|
| + static appendBuffer_Callback_1(mthis, data) native "SourceBuffer_appendBuffer_Callback";
|
| +
|
| + static appendStream_Callback_1(mthis, stream) native "SourceBuffer_appendStream_Callback";
|
| +
|
| + static appendStream_Callback_2(mthis, stream, maxSize) native "SourceBuffer_appendStream_Callback";
|
| +
|
| static appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWindowEnd_Getter";
|
|
|
| static appendWindowEnd_Setter(mthis, value) native "SourceBuffer_appendWindowEnd_Setter";
|
| @@ -7607,27 +8141,21 @@ class BlinkSourceBuffer {
|
|
|
| static mode_Setter(mthis, value) native "SourceBuffer_mode_Setter";
|
|
|
| + static remove_Callback_2(mthis, start, end) native "SourceBuffer_remove_Callback";
|
| +
|
| static timestampOffset_Getter(mthis) native "SourceBuffer_timestampOffset_Getter";
|
|
|
| static timestampOffset_Setter(mthis, value) native "SourceBuffer_timestampOffset_Setter";
|
|
|
| static updating_Getter(mthis) native "SourceBuffer_updating_Getter";
|
|
|
| - static abort_Callback(mthis) native "SourceBuffer_abort_Callback";
|
| -
|
| - static appendBuffer_Callback_1(mthis, data) native "SourceBuffer_appendBuffer_Callback";
|
| -
|
| - static appendStream_Callback_2(mthis, stream, maxSize) native "SourceBuffer_appendStream_Callback";
|
| -
|
| - static appendStream_Callback_1(mthis, stream) native "SourceBuffer_appendStream_Callback";
|
| -
|
| - static remove_Callback_2(mthis, start, end) native "SourceBuffer_remove_Callback";
|
| }
|
|
|
| class BlinkSourceBufferList {
|
| + static item_Callback_1(mthis, index) native "SourceBufferList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "SourceBufferList_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "SourceBufferList_item_Callback";
|
| }
|
|
|
| class BlinkSourceInfo {
|
| @@ -7638,10 +8166,11 @@ class BlinkSourceInfo {
|
| static kind_Getter(mthis) native "SourceInfo_kind_Getter";
|
|
|
| static label_Getter(mthis) native "SourceInfo_label_Getter";
|
| +
|
| }
|
|
|
| class BlinkSpeechGrammar {
|
| - static constructorCallback() native "SpeechGrammar_constructorCallback";
|
| + static constructorCallback_0() native "SpeechGrammar_constructorCallback";
|
|
|
| static src_Getter(mthis) native "SpeechGrammar_src_Getter";
|
|
|
| @@ -7650,26 +8179,30 @@ class BlinkSpeechGrammar {
|
| static weight_Getter(mthis) native "SpeechGrammar_weight_Getter";
|
|
|
| static weight_Setter(mthis, value) native "SpeechGrammar_weight_Setter";
|
| +
|
| }
|
|
|
| class BlinkSpeechGrammarList {
|
| - static constructorCallback() native "SpeechGrammarList_constructorCallback";
|
| -
|
| - static length_Getter(mthis) native "SpeechGrammarList_length_Getter";
|
| + static addFromString_Callback_1(mthis, string) native "SpeechGrammarList_addFromString_Callback";
|
|
|
| static addFromString_Callback_2(mthis, string, weight) native "SpeechGrammarList_addFromString_Callback";
|
|
|
| - static addFromString_Callback_1(mthis, string) native "SpeechGrammarList_addFromString_Callback";
|
| + static addFromUri_Callback_1(mthis, src) native "SpeechGrammarList_addFromUri_Callback";
|
|
|
| static addFromUri_Callback_2(mthis, src, weight) native "SpeechGrammarList_addFromUri_Callback";
|
|
|
| - static addFromUri_Callback_1(mthis, src) native "SpeechGrammarList_addFromUri_Callback";
|
| + static constructorCallback_0() native "SpeechGrammarList_constructorCallback";
|
|
|
| static item_Callback_1(mthis, index) native "SpeechGrammarList_item_Callback";
|
| +
|
| + static length_Getter(mthis) native "SpeechGrammarList_length_Getter";
|
| +
|
| }
|
|
|
| class BlinkSpeechRecognition {
|
| - static constructorCallback() native "SpeechRecognition_constructorCallback";
|
| + static abort_Callback_0(mthis) native "SpeechRecognition_abort_Callback";
|
| +
|
| + static constructorCallback_0() native "SpeechRecognition_constructorCallback";
|
|
|
| static continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter";
|
|
|
| @@ -7691,29 +8224,30 @@ class BlinkSpeechRecognition {
|
|
|
| static maxAlternatives_Setter(mthis, value) native "SpeechRecognition_maxAlternatives_Setter";
|
|
|
| - static abort_Callback(mthis) native "SpeechRecognition_abort_Callback";
|
| + static start_Callback_0(mthis) native "SpeechRecognition_start_Callback";
|
|
|
| - static start_Callback(mthis) native "SpeechRecognition_start_Callback";
|
| + static stop_Callback_0(mthis) native "SpeechRecognition_stop_Callback";
|
|
|
| - static stop_Callback(mthis) native "SpeechRecognition_stop_Callback";
|
| }
|
|
|
| class BlinkSpeechRecognitionAlternative {
|
| static confidence_Getter(mthis) native "SpeechRecognitionAlternative_confidence_Getter";
|
|
|
| static transcript_Getter(mthis) native "SpeechRecognitionAlternative_transcript_Getter";
|
| +
|
| }
|
|
|
| class BlinkSpeechRecognitionError {
|
| - static constructorCallback(type, options) native "SpeechRecognitionError_constructorCallback";
|
| + static constructorCallback_2(type, options) native "SpeechRecognitionError_constructorCallback";
|
|
|
| static error_Getter(mthis) native "SpeechRecognitionError_error_Getter";
|
|
|
| static message_Getter(mthis) native "SpeechRecognitionError_message_Getter";
|
| +
|
| }
|
|
|
| class BlinkSpeechRecognitionEvent {
|
| - static constructorCallback(type, options) native "SpeechRecognitionEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "SpeechRecognitionEvent_constructorCallback";
|
|
|
| static emma_Getter(mthis) native "SpeechRecognitionEvent_emma_Getter";
|
|
|
| @@ -7722,38 +8256,42 @@ class BlinkSpeechRecognitionEvent {
|
| static resultIndex_Getter(mthis) native "SpeechRecognitionEvent_resultIndex_Getter";
|
|
|
| static results_Getter(mthis) native "SpeechRecognitionEvent_results_Getter";
|
| +
|
| }
|
|
|
| class BlinkSpeechRecognitionResult {
|
| static isFinal_Getter(mthis) native "SpeechRecognitionResult_isFinal_Getter";
|
|
|
| + static item_Callback_1(mthis, index) native "SpeechRecognitionResult_item_Callback";
|
| +
|
| static length_Getter(mthis) native "SpeechRecognitionResult_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "SpeechRecognitionResult_item_Callback";
|
| }
|
|
|
| class BlinkSpeechRecognitionResultList {
|
| + static item_Callback_1(mthis, index) native "SpeechRecognitionResultList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "SpeechRecognitionResultList_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "SpeechRecognitionResultList_item_Callback";
|
| }
|
|
|
| class BlinkSpeechSynthesis {
|
| - static paused_Getter(mthis) native "SpeechSynthesis_paused_Getter";
|
| -
|
| - static pending_Getter(mthis) native "SpeechSynthesis_pending_Getter";
|
| + static cancel_Callback_0(mthis) native "SpeechSynthesis_cancel_Callback";
|
|
|
| - static speaking_Getter(mthis) native "SpeechSynthesis_speaking_Getter";
|
| + static getVoices_Callback_0(mthis) native "SpeechSynthesis_getVoices_Callback";
|
|
|
| - static cancel_Callback(mthis) native "SpeechSynthesis_cancel_Callback";
|
| + static pause_Callback_0(mthis) native "SpeechSynthesis_pause_Callback";
|
|
|
| - static getVoices_Callback(mthis) native "SpeechSynthesis_getVoices_Callback";
|
| + static paused_Getter(mthis) native "SpeechSynthesis_paused_Getter";
|
|
|
| - static pause_Callback(mthis) native "SpeechSynthesis_pause_Callback";
|
| + static pending_Getter(mthis) native "SpeechSynthesis_pending_Getter";
|
|
|
| - static resume_Callback(mthis) native "SpeechSynthesis_resume_Callback";
|
| + static resume_Callback_0(mthis) native "SpeechSynthesis_resume_Callback";
|
|
|
| static speak_Callback_1(mthis, utterance) native "SpeechSynthesis_speak_Callback";
|
| +
|
| + static speaking_Getter(mthis) native "SpeechSynthesis_speaking_Getter";
|
| +
|
| }
|
|
|
| class BlinkSpeechSynthesisEvent {
|
| @@ -7762,6 +8300,7 @@ class BlinkSpeechSynthesisEvent {
|
| static elapsedTime_Getter(mthis) native "SpeechSynthesisEvent_elapsedTime_Getter";
|
|
|
| static name_Getter(mthis) native "SpeechSynthesisEvent_name_Getter";
|
| +
|
| }
|
|
|
| class BlinkSpeechSynthesisUtterance {
|
| @@ -7790,6 +8329,7 @@ class BlinkSpeechSynthesisUtterance {
|
| static volume_Getter(mthis) native "SpeechSynthesisUtterance_volume_Getter";
|
|
|
| static volume_Setter(mthis, value) native "SpeechSynthesisUtterance_volume_Setter";
|
| +
|
| }
|
|
|
| class BlinkSpeechSynthesisVoice {
|
| @@ -7802,30 +8342,34 @@ class BlinkSpeechSynthesisVoice {
|
| static name_Getter(mthis) native "SpeechSynthesisVoice_name_Getter";
|
|
|
| static voiceURI_Getter(mthis) native "SpeechSynthesisVoice_voiceURI_Getter";
|
| +
|
| }
|
|
|
| class BlinkStorage {
|
| - static length_Getter(mthis) native "Storage_length_Getter";
|
| -
|
| static $__delete___Callback_1(mthis, index_OR_name) native "Storage___delete___Callback";
|
|
|
| static $__getter___Callback_1(mthis, index_OR_name) native "Storage___getter___Callback";
|
|
|
| static $__setter___Callback_2(mthis, index_OR_name, value) native "Storage___setter___Callback";
|
|
|
| - static clear_Callback(mthis) native "Storage_clear_Callback";
|
| + static clear_Callback_0(mthis) native "Storage_clear_Callback";
|
|
|
| static getItem_Callback_1(mthis, key) native "Storage_getItem_Callback";
|
|
|
| static key_Callback_1(mthis, index) native "Storage_key_Callback";
|
|
|
| + static length_Getter(mthis) native "Storage_length_Getter";
|
| +
|
| static removeItem_Callback_1(mthis, key) native "Storage_removeItem_Callback";
|
|
|
| static setItem_Callback_2(mthis, key, data) native "Storage_setItem_Callback";
|
| +
|
| }
|
|
|
| class BlinkStorageEvent {
|
| - static constructorCallback(type, options) native "StorageEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "StorageEvent_constructorCallback";
|
| +
|
| + static initStorageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "StorageEvent_initStorageEvent_Callback";
|
|
|
| static key_Getter(mthis) native "StorageEvent_key_Getter";
|
|
|
| @@ -7837,47 +8381,53 @@ class BlinkStorageEvent {
|
|
|
| static url_Getter(mthis) native "StorageEvent_url_Getter";
|
|
|
| - static initStorageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "StorageEvent_initStorageEvent_Callback";
|
| }
|
|
|
| class BlinkStorageInfo {
|
| static quota_Getter(mthis) native "StorageInfo_quota_Getter";
|
|
|
| static usage_Getter(mthis) native "StorageInfo_usage_Getter";
|
| +
|
| }
|
|
|
| class BlinkStorageQuota {
|
| - static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter";
|
| -
|
| static queryInfo_Callback_1(mthis, type) native "StorageQuota_queryInfo_Callback";
|
|
|
| static requestPersistentQuota_Callback_1(mthis, newQuota) native "StorageQuota_requestPersistentQuota_Callback";
|
| +
|
| + static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter";
|
| +
|
| }
|
|
|
| class BlinkStream {
|
| static type_Getter(mthis) native "Stream_type_Getter";
|
| +
|
| }
|
|
|
| class BlinkStyleMedia {
|
| + static matchMedium_Callback_1(mthis, mediaquery) native "StyleMedia_matchMedium_Callback";
|
| +
|
| static type_Getter(mthis) native "StyleMedia_type_Getter";
|
|
|
| - static matchMedium_Callback_1(mthis, mediaquery) native "StyleMedia_matchMedium_Callback";
|
| }
|
|
|
| class BlinkStyleSheetList {
|
| - static length_Getter(mthis) native "StyleSheetList_length_Getter";
|
| -
|
| static $__getter___Callback_1(mthis, name) native "StyleSheetList___getter___Callback";
|
|
|
| static item_Callback_1(mthis, index) native "StyleSheetList_item_Callback";
|
| +
|
| + static length_Getter(mthis) native "StyleSheetList_length_Getter";
|
| +
|
| }
|
|
|
| -class BlinkSubtleCrypto {}
|
| +class BlinkSubtleCrypto {
|
| +}
|
|
|
| class BlinkTextEvent {
|
| static data_Getter(mthis) native "TextEvent_data_Getter";
|
|
|
| static initTextEvent_Callback_5(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "TextEvent_initTextEvent_Callback";
|
| +
|
| }
|
|
|
| class BlinkTextMetrics {
|
| @@ -7904,11 +8454,16 @@ class BlinkTextMetrics {
|
| static ideographicBaseline_Getter(mthis) native "TextMetrics_ideographicBaseline_Getter";
|
|
|
| static width_Getter(mthis) native "TextMetrics_width_Getter";
|
| +
|
| }
|
|
|
| class BlinkTextTrack {
|
| static activeCues_Getter(mthis) native "TextTrack_activeCues_Getter";
|
|
|
| + static addCue_Callback_1(mthis, cue) native "TextTrack_addCue_Callback";
|
| +
|
| + static addRegion_Callback_1(mthis, region) native "TextTrack_addRegion_Callback";
|
| +
|
| static cues_Getter(mthis) native "TextTrack_cues_Getter";
|
|
|
| static id_Getter(mthis) native "TextTrack_id_Getter";
|
| @@ -7925,13 +8480,10 @@ class BlinkTextTrack {
|
|
|
| static regions_Getter(mthis) native "TextTrack_regions_Getter";
|
|
|
| - static addCue_Callback_1(mthis, cue) native "TextTrack_addCue_Callback";
|
| -
|
| - static addRegion_Callback_1(mthis, region) native "TextTrack_addRegion_Callback";
|
| -
|
| static removeCue_Callback_1(mthis, cue) native "TextTrack_removeCue_Callback";
|
|
|
| static removeRegion_Callback_1(mthis, region) native "TextTrack_removeRegion_Callback";
|
| +
|
| }
|
|
|
| class BlinkTextTrackCue {
|
| @@ -7952,33 +8504,41 @@ class BlinkTextTrackCue {
|
| static startTime_Setter(mthis, value) native "TextTrackCue_startTime_Setter";
|
|
|
| static track_Getter(mthis) native "TextTrackCue_track_Getter";
|
| +
|
| }
|
|
|
| class BlinkTextTrackCueList {
|
| - static length_Getter(mthis) native "TextTrackCueList_length_Getter";
|
| -
|
| static getCueById_Callback_1(mthis, id) native "TextTrackCueList_getCueById_Callback";
|
|
|
| static item_Callback_1(mthis, index) native "TextTrackCueList_item_Callback";
|
| +
|
| + static length_Getter(mthis) native "TextTrackCueList_length_Getter";
|
| +
|
| }
|
|
|
| class BlinkTextTrackList {
|
| - static length_Getter(mthis) native "TextTrackList_length_Getter";
|
| -
|
| static getTrackById_Callback_1(mthis, id) native "TextTrackList_getTrackById_Callback";
|
|
|
| static item_Callback_1(mthis, index) native "TextTrackList_item_Callback";
|
| +
|
| + static length_Getter(mthis) native "TextTrackList_length_Getter";
|
| +
|
| }
|
|
|
| class BlinkTimeRanges {
|
| - static length_Getter(mthis) native "TimeRanges_length_Getter";
|
| -
|
| static end_Callback_1(mthis, index) native "TimeRanges_end_Callback";
|
|
|
| + static length_Getter(mthis) native "TimeRanges_length_Getter";
|
| +
|
| static start_Callback_1(mthis, index) native "TimeRanges_start_Callback";
|
| +
|
| }
|
|
|
| class BlinkTiming {
|
| + static $__getter___Callback_1(mthis, name) native "Timing___getter___Callback";
|
| +
|
| + static $__setter___Callback_2(mthis, name, duration) native "Timing___setter___Callback";
|
| +
|
| static delay_Getter(mthis) native "Timing_delay_Getter";
|
|
|
| static delay_Setter(mthis, value) native "Timing_delay_Setter";
|
| @@ -8011,9 +8571,6 @@ class BlinkTiming {
|
|
|
| static playbackRate_Setter(mthis, value) native "Timing_playbackRate_Setter";
|
|
|
| - static $__getter___Callback_1(mthis, name) native "Timing___getter___Callback";
|
| -
|
| - static $__setter___Callback_2(mthis, name, duration) native "Timing___setter___Callback";
|
| }
|
|
|
| class BlinkTouch {
|
| @@ -8040,6 +8597,7 @@ class BlinkTouch {
|
| static target_Getter(mthis) native "Touch_target_Getter";
|
|
|
| static webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle_Getter";
|
| +
|
| }
|
|
|
| class BlinkTouchEvent {
|
| @@ -8049,6 +8607,8 @@ class BlinkTouchEvent {
|
|
|
| static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter";
|
|
|
| + static initTouchEvent_Callback_13(mthis, touches, targetTouches, changedTouches, type, view, unused1, unused2, unused3, unused4, ctrlKey, altKey, shiftKey, metaKey) native "TouchEvent_initTouchEvent_Callback";
|
| +
|
| static metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter";
|
|
|
| static shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter";
|
| @@ -8057,29 +8617,31 @@ class BlinkTouchEvent {
|
|
|
| static touches_Getter(mthis) native "TouchEvent_touches_Getter";
|
|
|
| - static initTouchEvent_Callback_13(mthis, touches, targetTouches, changedTouches, type, view, unused1, unused2, unused3, unused4, ctrlKey, altKey, shiftKey, metaKey) native "TouchEvent_initTouchEvent_Callback";
|
| }
|
|
|
| class BlinkTouchList {
|
| + static item_Callback_1(mthis, index) native "TouchList_item_Callback";
|
| +
|
| static length_Getter(mthis) native "TouchList_length_Getter";
|
|
|
| - static item_Callback_1(mthis, index) native "TouchList_item_Callback";
|
| }
|
|
|
| class BlinkTrackEvent {
|
| - static constructorCallback(type, options) native "TrackEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "TrackEvent_constructorCallback";
|
|
|
| static track_Getter(mthis) native "TrackEvent_track_Getter";
|
| +
|
| }
|
|
|
| class BlinkTransitionEvent {
|
| - static constructorCallback(type, options) native "TransitionEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "TransitionEvent_constructorCallback";
|
|
|
| static elapsedTime_Getter(mthis) native "TransitionEvent_elapsedTime_Getter";
|
|
|
| static propertyName_Getter(mthis) native "TransitionEvent_propertyName_Getter";
|
|
|
| static pseudoElement_Getter(mthis) native "TransitionEvent_pseudoElement_Getter";
|
| +
|
| }
|
|
|
| class BlinkTreeWalker {
|
| @@ -8089,30 +8651,29 @@ class BlinkTreeWalker {
|
|
|
| static filter_Getter(mthis) native "TreeWalker_filter_Getter";
|
|
|
| - static root_Getter(mthis) native "TreeWalker_root_Getter";
|
| + static firstChild_Callback_0(mthis) native "TreeWalker_firstChild_Callback";
|
|
|
| - static whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter";
|
| + static lastChild_Callback_0(mthis) native "TreeWalker_lastChild_Callback";
|
| +
|
| + static nextNode_Callback_0(mthis) native "TreeWalker_nextNode_Callback";
|
|
|
| - static firstChild_Callback(mthis) native "TreeWalker_firstChild_Callback";
|
| + static nextSibling_Callback_0(mthis) native "TreeWalker_nextSibling_Callback";
|
|
|
| - static lastChild_Callback(mthis) native "TreeWalker_lastChild_Callback";
|
| + static parentNode_Callback_0(mthis) native "TreeWalker_parentNode_Callback";
|
|
|
| - static nextNode_Callback(mthis) native "TreeWalker_nextNode_Callback";
|
| + static previousNode_Callback_0(mthis) native "TreeWalker_previousNode_Callback";
|
|
|
| - static nextSibling_Callback(mthis) native "TreeWalker_nextSibling_Callback";
|
| + static previousSibling_Callback_0(mthis) native "TreeWalker_previousSibling_Callback";
|
|
|
| - static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback";
|
| + static root_Getter(mthis) native "TreeWalker_root_Getter";
|
|
|
| - static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback";
|
| + static whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter";
|
|
|
| - static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Callback";
|
| }
|
|
|
| class BlinkURL {
|
| static createObjectURL_Callback_1(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback";
|
|
|
| - static revokeObjectURL_Callback_1(url) native "URL_revokeObjectURL_Callback";
|
| -
|
| static hash_Getter(mthis) native "URL_hash_Getter";
|
|
|
| static hash_Setter(mthis, value) native "URL_hash_Setter";
|
| @@ -8147,15 +8708,18 @@ class BlinkURL {
|
|
|
| static protocol_Setter(mthis, value) native "URL_protocol_Setter";
|
|
|
| + static revokeObjectURL_Callback_1(url) native "URL_revokeObjectURL_Callback";
|
| +
|
| static search_Getter(mthis) native "URL_search_Getter";
|
|
|
| static search_Setter(mthis, value) native "URL_search_Setter";
|
|
|
| + static toString_Callback_0(mthis) native "URL_toString_Callback";
|
| +
|
| static username_Getter(mthis) native "URL_username_Getter";
|
|
|
| static username_Setter(mthis, value) native "URL_username_Setter";
|
|
|
| - static toString_Callback(mthis) native "URL_toString_Callback";
|
| }
|
|
|
| class BlinkURLUtilsReadOnly {
|
| @@ -8177,16 +8741,19 @@ class BlinkURLUtilsReadOnly {
|
|
|
| static search_Getter(mthis) native "WorkerLocation_search_Getter";
|
|
|
| - static toString_Callback(mthis) native "WorkerLocation_toString_Callback";
|
| + static toString_Callback_0(mthis) native "WorkerLocation_toString_Callback";
|
| +
|
| }
|
|
|
| class BlinkVTTCue {
|
| - static constructorCallback_3(startTime, endTime, text) native "VTTCue_constructorCallback";
|
| -
|
| static align_Getter(mthis) native "VTTCue_align_Getter";
|
|
|
| static align_Setter(mthis, value) native "VTTCue_align_Setter";
|
|
|
| + static constructorCallback_3(startTime, endTime, text) native "VTTCue_constructorCallback";
|
| +
|
| + static getCueAsHTML_Callback_0(mthis) native "VTTCue_getCueAsHTML_Callback";
|
| +
|
| static line_Getter(mthis) native "VTTCue_line_Getter";
|
|
|
| static line_Setter(mthis, value) native "VTTCue_line_Setter";
|
| @@ -8215,11 +8782,10 @@ class BlinkVTTCue {
|
|
|
| static vertical_Setter(mthis, value) native "VTTCue_vertical_Setter";
|
|
|
| - static getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback";
|
| }
|
|
|
| class BlinkVTTRegion {
|
| - static constructorCallback() native "VTTRegion_constructorCallback";
|
| + static constructorCallback_0() native "VTTRegion_constructorCallback";
|
|
|
| static height_Getter(mthis) native "VTTRegion_height_Getter";
|
|
|
| @@ -8254,14 +8820,16 @@ class BlinkVTTRegion {
|
| static width_Getter(mthis) native "VTTRegion_width_Getter";
|
|
|
| static width_Setter(mthis, value) native "VTTRegion_width_Setter";
|
| +
|
| }
|
|
|
| class BlinkVTTRegionList {
|
| - static length_Getter(mthis) native "VTTRegionList_length_Getter";
|
| -
|
| static getRegionById_Callback_1(mthis, id) native "VTTRegionList_getRegionById_Callback";
|
|
|
| static item_Callback_1(mthis, index) native "VTTRegionList_item_Callback";
|
| +
|
| + static length_Getter(mthis) native "VTTRegionList_length_Getter";
|
| +
|
| }
|
|
|
| class BlinkValidityState {
|
| @@ -8284,6 +8852,7 @@ class BlinkValidityState {
|
| static valid_Getter(mthis) native "ValidityState_valid_Getter";
|
|
|
| static valueMissing_Getter(mthis) native "ValidityState_valueMissing_Getter";
|
| +
|
| }
|
|
|
| class BlinkVideoPlaybackQuality {
|
| @@ -8294,6 +8863,7 @@ class BlinkVideoPlaybackQuality {
|
| static droppedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_droppedVideoFrames_Getter";
|
|
|
| static totalVideoFrames_Getter(mthis) native "VideoPlaybackQuality_totalVideoFrames_Getter";
|
| +
|
| }
|
|
|
| class BlinkVideoTrack {
|
| @@ -8308,16 +8878,18 @@ class BlinkVideoTrack {
|
| static selected_Getter(mthis) native "VideoTrack_selected_Getter";
|
|
|
| static selected_Setter(mthis, value) native "VideoTrack_selected_Setter";
|
| +
|
| }
|
|
|
| class BlinkVideoTrackList {
|
| + static $__getter___Callback_1(mthis, index) native "VideoTrackList___getter___Callback";
|
| +
|
| + static getTrackById_Callback_1(mthis, id) native "VideoTrackList_getTrackById_Callback";
|
| +
|
| static length_Getter(mthis) native "VideoTrackList_length_Getter";
|
|
|
| static selectedIndex_Getter(mthis) native "VideoTrackList_selectedIndex_Getter";
|
|
|
| - static $__getter___Callback_1(mthis, index) native "VideoTrackList___getter___Callback";
|
| -
|
| - static getTrackById_Callback_1(mthis, id) native "VideoTrackList_getTrackById_Callback";
|
| }
|
|
|
| class BlinkWaveShaperNode {
|
| @@ -8328,6 +8900,7 @@ class BlinkWaveShaperNode {
|
| static oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter";
|
|
|
| static oversample_Setter(mthis, value) native "WaveShaperNode_oversample_Setter";
|
| +
|
| }
|
|
|
| class BlinkWebGLActiveInfo {
|
| @@ -8336,17 +8909,23 @@ class BlinkWebGLActiveInfo {
|
| static size_Getter(mthis) native "WebGLActiveInfo_size_Getter";
|
|
|
| static type_Getter(mthis) native "WebGLActiveInfo_type_Getter";
|
| +
|
| }
|
|
|
| -class BlinkWebGLBuffer {}
|
| +class BlinkWebGLBuffer {
|
| +}
|
|
|
| -class BlinkWebGLCompressedTextureATC {}
|
| +class BlinkWebGLCompressedTextureATC {
|
| +}
|
|
|
| -class BlinkWebGLCompressedTextureETC1 {}
|
| +class BlinkWebGLCompressedTextureETC1 {
|
| +}
|
|
|
| -class BlinkWebGLCompressedTexturePVRTC {}
|
| +class BlinkWebGLCompressedTexturePVRTC {
|
| +}
|
|
|
| -class BlinkWebGLCompressedTextureS3TC {}
|
| +class BlinkWebGLCompressedTextureS3TC {
|
| +}
|
|
|
| class BlinkWebGLContextAttributes {
|
| static alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter";
|
| @@ -8376,47 +8955,52 @@ class BlinkWebGLContextAttributes {
|
| static stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter";
|
|
|
| static stencil_Setter(mthis, value) native "WebGLContextAttributes_stencil_Setter";
|
| +
|
| }
|
|
|
| class BlinkWebGLContextEvent {
|
| - static constructorCallback(type, options) native "WebGLContextEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "WebGLContextEvent_constructorCallback";
|
|
|
| static statusMessage_Getter(mthis) native "WebGLContextEvent_statusMessage_Getter";
|
| +
|
| }
|
|
|
| -class BlinkWebGLDebugRendererInfo {}
|
| +class BlinkWebGLDebugRendererInfo {
|
| +}
|
|
|
| class BlinkWebGLDebugShaders {
|
| static getTranslatedShaderSource_Callback_1(mthis, shader) native "WebGLDebugShaders_getTranslatedShaderSource_Callback";
|
| +
|
| }
|
|
|
| -class BlinkWebGLDepthTexture {}
|
| +class BlinkWebGLDepthTexture {
|
| +}
|
|
|
| class BlinkWebGLDrawBuffers {
|
| static drawBuffersWEBGL_Callback_1(mthis, buffers) native "WebGLDrawBuffers_drawBuffersWEBGL_Callback";
|
| +
|
| }
|
|
|
| -class BlinkWebGLFramebuffer {}
|
| +class BlinkWebGLFramebuffer {
|
| +}
|
|
|
| class BlinkWebGLLoseContext {
|
| - static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callback";
|
| + static loseContext_Callback_0(mthis) native "WebGLLoseContext_loseContext_Callback";
|
| +
|
| + static restoreContext_Callback_0(mthis) native "WebGLLoseContext_restoreContext_Callback";
|
|
|
| - static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_Callback";
|
| }
|
|
|
| -class BlinkWebGLProgram {}
|
| +class BlinkWebGLProgram {
|
| +}
|
|
|
| -class BlinkWebGLRenderbuffer {}
|
| +class BlinkWebGLRenderbuffer {
|
| +}
|
|
|
| -class BlinkWebGLRenderingContextBase {}
|
| +class BlinkWebGLRenderingContextBase {
|
| +}
|
|
|
| class BlinkWebGLRenderingContext {
|
| - static canvas_Getter(mthis) native "WebGLRenderingContext_canvas_Getter";
|
| -
|
| - static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawingBufferHeight_Getter";
|
| -
|
| - static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingBufferWidth_Getter";
|
| -
|
| static activeTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_activeTexture_Callback";
|
|
|
| static attachShader_Callback_2(mthis, program, shader) native "WebGLRenderingContext_attachShader_Callback";
|
| @@ -8433,28 +9017,30 @@ class BlinkWebGLRenderingContext {
|
|
|
| static blendColor_Callback_4(mthis, red, green, blue, alpha) native "WebGLRenderingContext_blendColor_Callback";
|
|
|
| - static blendEquation_Callback_1(mthis, mode) native "WebGLRenderingContext_blendEquation_Callback";
|
| -
|
| static blendEquationSeparate_Callback_2(mthis, modeRGB, modeAlpha) native "WebGLRenderingContext_blendEquationSeparate_Callback";
|
|
|
| - static blendFunc_Callback_2(mthis, sfactor, dfactor) native "WebGLRenderingContext_blendFunc_Callback";
|
| + static blendEquation_Callback_1(mthis, mode) native "WebGLRenderingContext_blendEquation_Callback";
|
|
|
| static blendFuncSeparate_Callback_4(mthis, srcRGB, dstRGB, srcAlpha, dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback";
|
|
|
| + static blendFunc_Callback_2(mthis, sfactor, dfactor) native "WebGLRenderingContext_blendFunc_Callback";
|
| +
|
| static bufferData_Callback_3(mthis, target, data, usage) native "WebGLRenderingContext_bufferData_Callback";
|
|
|
| static bufferSubData_Callback_3(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback";
|
|
|
| + static canvas_Getter(mthis) native "WebGLRenderingContext_canvas_Getter";
|
| +
|
| static checkFramebufferStatus_Callback_1(mthis, target) native "WebGLRenderingContext_checkFramebufferStatus_Callback";
|
|
|
| - static clear_Callback_1(mthis, mask) native "WebGLRenderingContext_clear_Callback";
|
| -
|
| static clearColor_Callback_4(mthis, red, green, blue, alpha) native "WebGLRenderingContext_clearColor_Callback";
|
|
|
| static clearDepth_Callback_1(mthis, depth) native "WebGLRenderingContext_clearDepth_Callback";
|
|
|
| static clearStencil_Callback_1(mthis, s) native "WebGLRenderingContext_clearStencil_Callback";
|
|
|
| + static clear_Callback_1(mthis, mask) native "WebGLRenderingContext_clear_Callback";
|
| +
|
| static colorMask_Callback_4(mthis, red, green, blue, alpha) native "WebGLRenderingContext_colorMask_Callback";
|
|
|
| static compileShader_Callback_1(mthis, shader) native "WebGLRenderingContext_compileShader_Callback";
|
| @@ -8467,17 +9053,17 @@ class BlinkWebGLRenderingContext {
|
|
|
| static copyTexSubImage2D_Callback_8(mthis, target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingContext_copyTexSubImage2D_Callback";
|
|
|
| - static createBuffer_Callback(mthis) native "WebGLRenderingContext_createBuffer_Callback";
|
| + static createBuffer_Callback_0(mthis) native "WebGLRenderingContext_createBuffer_Callback";
|
|
|
| - static createFramebuffer_Callback(mthis) native "WebGLRenderingContext_createFramebuffer_Callback";
|
| + static createFramebuffer_Callback_0(mthis) native "WebGLRenderingContext_createFramebuffer_Callback";
|
|
|
| - static createProgram_Callback(mthis) native "WebGLRenderingContext_createProgram_Callback";
|
| + static createProgram_Callback_0(mthis) native "WebGLRenderingContext_createProgram_Callback";
|
|
|
| - static createRenderbuffer_Callback(mthis) native "WebGLRenderingContext_createRenderbuffer_Callback";
|
| + static createRenderbuffer_Callback_0(mthis) native "WebGLRenderingContext_createRenderbuffer_Callback";
|
|
|
| static createShader_Callback_1(mthis, type) native "WebGLRenderingContext_createShader_Callback";
|
|
|
| - static createTexture_Callback(mthis) native "WebGLRenderingContext_createTexture_Callback";
|
| + static createTexture_Callback_0(mthis) native "WebGLRenderingContext_createTexture_Callback";
|
|
|
| static cullFace_Callback_1(mthis, mode) native "WebGLRenderingContext_cullFace_Callback";
|
|
|
| @@ -8501,21 +9087,25 @@ class BlinkWebGLRenderingContext {
|
|
|
| static detachShader_Callback_2(mthis, program, shader) native "WebGLRenderingContext_detachShader_Callback";
|
|
|
| - static disable_Callback_1(mthis, cap) native "WebGLRenderingContext_disable_Callback";
|
| -
|
| static disableVertexAttribArray_Callback_1(mthis, index) native "WebGLRenderingContext_disableVertexAttribArray_Callback";
|
|
|
| + static disable_Callback_1(mthis, cap) native "WebGLRenderingContext_disable_Callback";
|
| +
|
| static drawArrays_Callback_3(mthis, mode, first, count) native "WebGLRenderingContext_drawArrays_Callback";
|
|
|
| static drawElements_Callback_4(mthis, mode, count, type, offset) native "WebGLRenderingContext_drawElements_Callback";
|
|
|
| - static enable_Callback_1(mthis, cap) native "WebGLRenderingContext_enable_Callback";
|
| + static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawingBufferHeight_Getter";
|
| +
|
| + static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingBufferWidth_Getter";
|
|
|
| static enableVertexAttribArray_Callback_1(mthis, index) native "WebGLRenderingContext_enableVertexAttribArray_Callback";
|
|
|
| - static finish_Callback(mthis) native "WebGLRenderingContext_finish_Callback";
|
| + static enable_Callback_1(mthis, cap) native "WebGLRenderingContext_enable_Callback";
|
| +
|
| + static finish_Callback_0(mthis) native "WebGLRenderingContext_finish_Callback";
|
|
|
| - static flush_Callback(mthis) native "WebGLRenderingContext_flush_Callback";
|
| + static flush_Callback_0(mthis) native "WebGLRenderingContext_flush_Callback";
|
|
|
| static framebufferRenderbuffer_Callback_4(mthis, target, attachment, renderbuffertarget, renderbuffer) native "WebGLRenderingContext_framebufferRenderbuffer_Callback";
|
|
|
| @@ -8535,9 +9125,9 @@ class BlinkWebGLRenderingContext {
|
|
|
| static getBufferParameter_Callback_2(mthis, target, pname) native "WebGLRenderingContext_getBufferParameter_Callback";
|
|
|
| - static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getContextAttributes_Callback";
|
| + static getContextAttributes_Callback_0(mthis) native "WebGLRenderingContext_getContextAttributes_Callback";
|
|
|
| - static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callback";
|
| + static getError_Callback_0(mthis) native "WebGLRenderingContext_getError_Callback";
|
|
|
| static getExtension_Callback_1(mthis, name) native "WebGLRenderingContext_getExtension_Callback";
|
|
|
| @@ -8559,23 +9149,23 @@ class BlinkWebGLRenderingContext {
|
|
|
| static getShaderSource_Callback_1(mthis, shader) native "WebGLRenderingContext_getShaderSource_Callback";
|
|
|
| - static getSupportedExtensions_Callback(mthis) native "WebGLRenderingContext_getSupportedExtensions_Callback";
|
| + static getSupportedExtensions_Callback_0(mthis) native "WebGLRenderingContext_getSupportedExtensions_Callback";
|
|
|
| static getTexParameter_Callback_2(mthis, target, pname) native "WebGLRenderingContext_getTexParameter_Callback";
|
|
|
| - static getUniform_Callback_2(mthis, program, location) native "WebGLRenderingContext_getUniform_Callback";
|
| -
|
| static getUniformLocation_Callback_2(mthis, program, name) native "WebGLRenderingContext_getUniformLocation_Callback";
|
|
|
| - static getVertexAttrib_Callback_2(mthis, index, pname) native "WebGLRenderingContext_getVertexAttrib_Callback";
|
| + static getUniform_Callback_2(mthis, program, location) native "WebGLRenderingContext_getUniform_Callback";
|
|
|
| static getVertexAttribOffset_Callback_2(mthis, index, pname) native "WebGLRenderingContext_getVertexAttribOffset_Callback";
|
|
|
| + static getVertexAttrib_Callback_2(mthis, index, pname) native "WebGLRenderingContext_getVertexAttrib_Callback";
|
| +
|
| static hint_Callback_2(mthis, target, mode) native "WebGLRenderingContext_hint_Callback";
|
|
|
| static isBuffer_Callback_1(mthis, buffer) native "WebGLRenderingContext_isBuffer_Callback";
|
|
|
| - static isContextLost_Callback(mthis) native "WebGLRenderingContext_isContextLost_Callback";
|
| + static isContextLost_Callback_0(mthis) native "WebGLRenderingContext_isContextLost_Callback";
|
|
|
| static isEnabled_Callback_1(mthis, cap) native "WebGLRenderingContext_isEnabled_Callback";
|
|
|
| @@ -8607,30 +9197,30 @@ class BlinkWebGLRenderingContext {
|
|
|
| static shaderSource_Callback_2(mthis, shader, string) native "WebGLRenderingContext_shaderSource_Callback";
|
|
|
| - static stencilFunc_Callback_3(mthis, func, ref, mask) native "WebGLRenderingContext_stencilFunc_Callback";
|
| -
|
| static stencilFuncSeparate_Callback_4(mthis, face, func, ref, mask) native "WebGLRenderingContext_stencilFuncSeparate_Callback";
|
|
|
| - static stencilMask_Callback_1(mthis, mask) native "WebGLRenderingContext_stencilMask_Callback";
|
| + static stencilFunc_Callback_3(mthis, func, ref, mask) native "WebGLRenderingContext_stencilFunc_Callback";
|
|
|
| static stencilMaskSeparate_Callback_2(mthis, face, mask) native "WebGLRenderingContext_stencilMaskSeparate_Callback";
|
|
|
| - static stencilOp_Callback_3(mthis, fail, zfail, zpass) native "WebGLRenderingContext_stencilOp_Callback";
|
| + static stencilMask_Callback_1(mthis, mask) native "WebGLRenderingContext_stencilMask_Callback";
|
|
|
| static stencilOpSeparate_Callback_4(mthis, face, fail, zfail, zpass) native "WebGLRenderingContext_stencilOpSeparate_Callback";
|
|
|
| - static texImage2D_Callback_9(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, type, pixels) native "WebGLRenderingContext_texImage2D_Callback";
|
| + static stencilOp_Callback_3(mthis, fail, zfail, zpass) native "WebGLRenderingContext_stencilOp_Callback";
|
|
|
| static texImage2D_Callback_6(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback";
|
|
|
| + static texImage2D_Callback_9(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, type, pixels) native "WebGLRenderingContext_texImage2D_Callback";
|
| +
|
| static texParameterf_Callback_3(mthis, target, pname, param) native "WebGLRenderingContext_texParameterf_Callback";
|
|
|
| static texParameteri_Callback_3(mthis, target, pname, param) native "WebGLRenderingContext_texParameteri_Callback";
|
|
|
| - static texSubImage2D_Callback_9(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, type, pixels) native "WebGLRenderingContext_texSubImage2D_Callback";
|
| -
|
| static texSubImage2D_Callback_7(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback";
|
|
|
| + static texSubImage2D_Callback_9(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, type, pixels) native "WebGLRenderingContext_texSubImage2D_Callback";
|
| +
|
| static uniform1f_Callback_2(mthis, location, x) native "WebGLRenderingContext_uniform1f_Callback";
|
|
|
| static uniform1fv_Callback_2(mthis, location, v) native "WebGLRenderingContext_uniform1fv_Callback";
|
| @@ -8692,9 +9282,11 @@ class BlinkWebGLRenderingContext {
|
| static vertexAttribPointer_Callback_6(mthis, indx, size, type, normalized, stride, offset) native "WebGLRenderingContext_vertexAttribPointer_Callback";
|
|
|
| static viewport_Callback_4(mthis, x, y, width, height) native "WebGLRenderingContext_viewport_Callback";
|
| +
|
| }
|
|
|
| -class BlinkWebGLShader {}
|
| +class BlinkWebGLShader {
|
| +}
|
|
|
| class BlinkWebGLShaderPrecisionFormat {
|
| static precision_Getter(mthis) native "WebGLShaderPrecisionFormat_precision_Getter";
|
| @@ -8702,33 +9294,42 @@ class BlinkWebGLShaderPrecisionFormat {
|
| static rangeMax_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMax_Getter";
|
|
|
| static rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Getter";
|
| +
|
| }
|
|
|
| -class BlinkWebGLTexture {}
|
| +class BlinkWebGLTexture {
|
| +}
|
|
|
| -class BlinkWebGLUniformLocation {}
|
| +class BlinkWebGLUniformLocation {
|
| +}
|
|
|
| -class BlinkWebGLVertexArrayObjectOES {}
|
| +class BlinkWebGLVertexArrayObjectOES {
|
| +}
|
|
|
| class BlinkWebKitAnimationEvent {
|
| - static constructorCallback(type, options) native "WebKitAnimationEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "WebKitAnimationEvent_constructorCallback";
|
|
|
| static animationName_Getter(mthis) native "WebKitAnimationEvent_animationName_Getter";
|
|
|
| static elapsedTime_Getter(mthis) native "WebKitAnimationEvent_elapsedTime_Getter";
|
| +
|
| }
|
|
|
| class BlinkWebKitCSSFilterRule {
|
| static style_Getter(mthis) native "WebKitCSSFilterRule_style_Getter";
|
| +
|
| }
|
|
|
| -class BlinkWebKitCSSFilterValue {}
|
| +class BlinkWebKitCSSFilterValue {
|
| +}
|
|
|
| class BlinkWebKitCSSMatrix {
|
| static constructorCallback_1(cssValue) native "WebKitCSSMatrix_constructorCallback";
|
| +
|
| }
|
|
|
| -class BlinkWebKitCSSTransformValue {}
|
| +class BlinkWebKitCSSTransformValue {
|
| +}
|
|
|
| class BlinkWebKitPoint {
|
| static constructorCallback_2(x, y) native "WebKitPoint_constructorCallback";
|
| @@ -8740,38 +9341,40 @@ class BlinkWebKitPoint {
|
| static y_Getter(mthis) native "WebKitPoint_y_Getter";
|
|
|
| static y_Setter(mthis, value) native "WebKitPoint_y_Setter";
|
| +
|
| }
|
|
|
| class BlinkWebSocket {
|
| - static constructorCallback_1(url) native "WebSocket_constructorCallback";
|
| -
|
| - static constructorCallback_2(url, protocol_OR_protocols) native "WebSocket_constructorCallback";
|
| -
|
| static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter";
|
|
|
| static binaryType_Setter(mthis, value) native "WebSocket_binaryType_Setter";
|
|
|
| static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter";
|
|
|
| - static extensions_Getter(mthis) native "WebSocket_extensions_Getter";
|
| + static close_Callback_0(mthis) native "WebSocket_close_Callback";
|
|
|
| - static protocol_Getter(mthis) native "WebSocket_protocol_Getter";
|
| + static close_Callback_1(mthis, code) native "WebSocket_close_Callback";
|
|
|
| - static readyState_Getter(mthis) native "WebSocket_readyState_Getter";
|
| + static close_Callback_2(mthis, code, reason) native "WebSocket_close_Callback";
|
|
|
| - static url_Getter(mthis) native "WebSocket_url_Getter";
|
| + static constructorCallback_1(url) native "WebSocket_constructorCallback";
|
|
|
| - static close_Callback_2(mthis, code, reason) native "WebSocket_close_Callback";
|
| + static constructorCallback_2(url, protocol_OR_protocols) native "WebSocket_constructorCallback";
|
|
|
| - static close_Callback_1(mthis, code) native "WebSocket_close_Callback";
|
| + static extensions_Getter(mthis) native "WebSocket_extensions_Getter";
|
| +
|
| + static protocol_Getter(mthis) native "WebSocket_protocol_Getter";
|
|
|
| - static close_Callback(mthis) native "WebSocket_close_Callback";
|
| + static readyState_Getter(mthis) native "WebSocket_readyState_Getter";
|
|
|
| static send_Callback_1(mthis, data) native "WebSocket_send_Callback";
|
| +
|
| + static url_Getter(mthis) native "WebSocket_url_Getter";
|
| +
|
| }
|
|
|
| class BlinkWheelEvent {
|
| - static constructorCallback(type, options) native "WheelEvent_constructorCallback";
|
| + static constructorCallback_2(type, options) native "WheelEvent_constructorCallback";
|
|
|
| static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter";
|
|
|
| @@ -8784,15 +9387,38 @@ class BlinkWheelEvent {
|
| static wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter";
|
|
|
| static wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Getter";
|
| +
|
| }
|
|
|
| class BlinkWindow {
|
| + static $__getter___Callback_1(mthis, index_OR_name) native "Window___getter___Callback";
|
| +
|
| static CSS_Getter(mthis) native "Window_CSS_Getter";
|
|
|
| + static alert_Callback_0(mthis) native "Window_alert_Callback";
|
| +
|
| + static alert_Callback_1(mthis, message) native "Window_alert_Callback";
|
| +
|
| static applicationCache_Getter(mthis) native "Window_applicationCache_Getter";
|
|
|
| + static atob_Callback_1(mthis, string) native "Window_atob_Callback";
|
| +
|
| + static btoa_Callback_1(mthis, string) native "Window_btoa_Callback";
|
| +
|
| + static cancelAnimationFrame_Callback_1(mthis, id) native "Window_cancelAnimationFrame_Callback";
|
| +
|
| + static clearInterval_Callback_1(mthis, handle) native "Window_clearInterval_Callback";
|
| +
|
| + static clearTimeout_Callback_1(mthis, handle) native "Window_clearTimeout_Callback";
|
| +
|
| + static close_Callback_0(mthis) native "Window_close_Callback";
|
| +
|
| static closed_Getter(mthis) native "Window_closed_Getter";
|
|
|
| + static confirm_Callback_0(mthis) native "Window_confirm_Callback";
|
| +
|
| + static confirm_Callback_1(mthis, message) native "Window_confirm_Callback";
|
| +
|
| static console_Getter(mthis) native "Window_console_Getter";
|
|
|
| static crypto_Getter(mthis) native "Window_crypto_Getter";
|
| @@ -8809,6 +9435,14 @@ class BlinkWindow {
|
|
|
| static document_Getter(mthis) native "Window_document_Getter";
|
|
|
| + static find_Callback_7(mthis, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog) native "Window_find_Callback";
|
| +
|
| + static getComputedStyle_Callback_2(mthis, element, pseudoElement) native "Window_getComputedStyle_Callback";
|
| +
|
| + static getMatchedCSSRules_Callback_2(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback";
|
| +
|
| + static getSelection_Callback_0(mthis) native "Window_getSelection_Callback";
|
| +
|
| static history_Getter(mthis) native "Window_history_Getter";
|
|
|
| static indexedDB_Getter(mthis) native "Window_indexedDB_Getter";
|
| @@ -8823,8 +9457,14 @@ class BlinkWindow {
|
|
|
| static locationbar_Getter(mthis) native "Window_locationbar_Getter";
|
|
|
| + static matchMedia_Callback_1(mthis, query) native "Window_matchMedia_Callback";
|
| +
|
| static menubar_Getter(mthis) native "Window_menubar_Getter";
|
|
|
| + static moveBy_Callback_2(mthis, x, y) native "Window_moveBy_Callback";
|
| +
|
| + static moveTo_Callback_2(mthis, x, y) native "Window_moveTo_Callback";
|
| +
|
| static name_Getter(mthis) native "Window_name_Getter";
|
|
|
| static name_Setter(mthis, value) native "Window_name_Setter";
|
| @@ -8833,6 +9473,12 @@ class BlinkWindow {
|
|
|
| static offscreenBuffering_Getter(mthis) native "Window_offscreenBuffering_Getter";
|
|
|
| + static openDatabase_Callback_4(mthis, name, version, displayName, estimatedSize) native "Window_openDatabase_Callback";
|
| +
|
| + static openDatabase_Callback_5(mthis, name, version, displayName, estimatedSize, creationCallback) native "Window_openDatabase_Callback";
|
| +
|
| + static open_Callback_3(mthis, url, name, options) native "Window_open_Callback";
|
| +
|
| static opener_Getter(mthis) native "Window_opener_Getter";
|
|
|
| static opener_Setter(mthis, value) native "Window_opener_Setter";
|
| @@ -8851,7 +9497,15 @@ class BlinkWindow {
|
|
|
| static performance_Getter(mthis) native "Window_performance_Getter";
|
|
|
| - static screen_Getter(mthis) native "Window_screen_Getter";
|
| + static postMessage_Callback_3(mthis, message, targetOrigin, transfer) native "Window_postMessage_Callback";
|
| +
|
| + static print_Callback_0(mthis) native "Window_print_Callback";
|
| +
|
| + static requestAnimationFrame_Callback_1(mthis, callback) native "Window_requestAnimationFrame_Callback";
|
| +
|
| + static resizeBy_Callback_2(mthis, x, y) native "Window_resizeBy_Callback";
|
| +
|
| + static resizeTo_Callback_2(mthis, width, height) native "Window_resizeTo_Callback";
|
|
|
| static screenLeft_Getter(mthis) native "Window_screenLeft_Getter";
|
|
|
| @@ -8861,16 +9515,36 @@ class BlinkWindow {
|
|
|
| static screenY_Getter(mthis) native "Window_screenY_Getter";
|
|
|
| + static screen_Getter(mthis) native "Window_screen_Getter";
|
| +
|
| + static scrollBy_Callback_2(mthis, x, y) native "Window_scrollBy_Callback";
|
| +
|
| + static scrollBy_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollBy_Callback";
|
| +
|
| + static scrollTo_Callback_2(mthis, x, y) native "Window_scrollTo_Callback";
|
| +
|
| + static scrollTo_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollTo_Callback";
|
| +
|
| static scrollX_Getter(mthis) native "Window_scrollX_Getter";
|
|
|
| static scrollY_Getter(mthis) native "Window_scrollY_Getter";
|
|
|
| + static scroll_Callback_2(mthis, x, y) native "Window_scroll_Callback";
|
| +
|
| + static scroll_Callback_3(mthis, x, y, scrollOptions) native "Window_scroll_Callback";
|
| +
|
| static scrollbars_Getter(mthis) native "Window_scrollbars_Getter";
|
|
|
| static self_Getter(mthis) native "Window_self_Getter";
|
|
|
| static sessionStorage_Getter(mthis) native "Window_sessionStorage_Getter";
|
|
|
| + static setInterval_Callback_2(mthis, handler, timeout) native "Window_setInterval_Callback";
|
| +
|
| + static setTimeout_Callback_2(mthis, handler, timeout) native "Window_setTimeout_Callback";
|
| +
|
| + static showModalDialog_Callback_3(mthis, url, dialogArgs, featureArgs) native "Window_showModalDialog_Callback";
|
| +
|
| static speechSynthesis_Getter(mthis) native "Window_speechSynthesis_Getter";
|
|
|
| static status_Getter(mthis) native "Window_status_Getter";
|
| @@ -8879,93 +9553,24 @@ class BlinkWindow {
|
|
|
| static statusbar_Getter(mthis) native "Window_statusbar_Getter";
|
|
|
| + static stop_Callback_0(mthis) native "Window_stop_Callback";
|
| +
|
| static styleMedia_Getter(mthis) native "Window_styleMedia_Getter";
|
|
|
| static toolbar_Getter(mthis) native "Window_toolbar_Getter";
|
|
|
| static top_Getter(mthis) native "Window_top_Getter";
|
|
|
| - static window_Getter(mthis) native "Window_window_Getter";
|
| -
|
| - static $__getter___Callback_1(mthis, index_OR_name) native "Window___getter___Callback";
|
| -
|
| - static alert_Callback_1(mthis, message) native "Window_alert_Callback";
|
| -
|
| - static alert_Callback(mthis) native "Window_alert_Callback";
|
| -
|
| - static cancelAnimationFrame_Callback_1(mthis, id) native "Window_cancelAnimationFrame_Callback";
|
| -
|
| - static close_Callback(mthis) native "Window_close_Callback";
|
| -
|
| - static confirm_Callback_1(mthis, message) native "Window_confirm_Callback";
|
| -
|
| - static confirm_Callback(mthis) native "Window_confirm_Callback";
|
| -
|
| - static find_Callback_7(mthis, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog) native "Window_find_Callback";
|
| -
|
| - static getComputedStyle_Callback_2(mthis, element, pseudoElement) native "Window_getComputedStyle_Callback";
|
| -
|
| - static getMatchedCSSRules_Callback_2(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback";
|
| -
|
| - static getSelection_Callback(mthis) native "Window_getSelection_Callback";
|
| -
|
| - static matchMedia_Callback_1(mthis, query) native "Window_matchMedia_Callback";
|
| -
|
| - static moveBy_Callback_2(mthis, x, y) native "Window_moveBy_Callback";
|
| -
|
| - static moveTo_Callback_2(mthis, x, y) native "Window_moveTo_Callback";
|
| -
|
| - static open_Callback_3(mthis, url, name, options) native "Window_open_Callback";
|
| -
|
| - static openDatabase_Callback_5(mthis, name, version, displayName, estimatedSize, creationCallback) native "Window_openDatabase_Callback";
|
| -
|
| - static openDatabase_Callback_4(mthis, name, version, displayName, estimatedSize) native "Window_openDatabase_Callback";
|
| -
|
| - static postMessage_Callback_3(mthis, message, targetOrigin, transfer) native "Window_postMessage_Callback";
|
| -
|
| - static print_Callback(mthis) native "Window_print_Callback";
|
| -
|
| - static requestAnimationFrame_Callback_1(mthis, callback) native "Window_requestAnimationFrame_Callback";
|
| -
|
| - static resizeBy_Callback_2(mthis, x, y) native "Window_resizeBy_Callback";
|
| -
|
| - static resizeTo_Callback_2(mthis, width, height) native "Window_resizeTo_Callback";
|
| -
|
| - static scroll_Callback_3(mthis, x, y, scrollOptions) native "Window_scroll_Callback";
|
| -
|
| - static scroll_Callback_2(mthis, x, y) native "Window_scroll_Callback";
|
| -
|
| - static scrollBy_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollBy_Callback";
|
| -
|
| - static scrollBy_Callback_2(mthis, x, y) native "Window_scrollBy_Callback";
|
| -
|
| - static scrollTo_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollTo_Callback";
|
| -
|
| - static scrollTo_Callback_2(mthis, x, y) native "Window_scrollTo_Callback";
|
| -
|
| - static showModalDialog_Callback_3(mthis, url, dialogArgs, featureArgs) native "Window_showModalDialog_Callback";
|
| -
|
| - static stop_Callback(mthis) native "Window_stop_Callback";
|
| -
|
| - static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback, errorCallback) native "Window_webkitRequestFileSystem_Callback";
|
| -
|
| static webkitRequestFileSystem_Callback_3(mthis, type, size, successCallback) native "Window_webkitRequestFileSystem_Callback";
|
|
|
| - static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback";
|
| + static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback, errorCallback) native "Window_webkitRequestFileSystem_Callback";
|
|
|
| static webkitResolveLocalFileSystemURL_Callback_2(mthis, url, successCallback) native "Window_webkitResolveLocalFileSystemURL_Callback";
|
|
|
| - static atob_Callback_1(mthis, string) native "Window_atob_Callback";
|
| -
|
| - static btoa_Callback_1(mthis, string) native "Window_btoa_Callback";
|
| -
|
| - static clearInterval_Callback_1(mthis, handle) native "Window_clearInterval_Callback";
|
| -
|
| - static clearTimeout_Callback_1(mthis, handle) native "Window_clearTimeout_Callback";
|
| + static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback";
|
|
|
| - static setInterval_Callback_2(mthis, handler, timeout) native "Window_setInterval_Callback";
|
| + static window_Getter(mthis) native "Window_window_Getter";
|
|
|
| - static setTimeout_Callback_2(mthis, handler, timeout) native "Window_setTimeout_Callback";
|
| }
|
|
|
| class BlinkWorker {
|
| @@ -8973,31 +9578,46 @@ class BlinkWorker {
|
|
|
| static postMessage_Callback_2(mthis, message, transfer) native "Worker_postMessage_Callback";
|
|
|
| - static terminate_Callback(mthis) native "Worker_terminate_Callback";
|
| + static terminate_Callback_0(mthis) native "Worker_terminate_Callback";
|
| +
|
| }
|
|
|
| -class BlinkWorkerConsole {}
|
| +class BlinkWorkerConsole {
|
| +}
|
|
|
| -class BlinkWorkerLocation {}
|
| +class BlinkWorkerLocation {
|
| +}
|
|
|
| -class BlinkWorkerNavigator {}
|
| +class BlinkWorkerNavigator {
|
| +}
|
|
|
| class BlinkWorkerPerformance {
|
| static memory_Getter(mthis) native "WorkerPerformance_memory_Getter";
|
|
|
| - static now_Callback(mthis) native "WorkerPerformance_now_Callback";
|
| + static now_Callback_0(mthis) native "WorkerPerformance_now_Callback";
|
| +
|
| }
|
|
|
| -class BlinkXMLDocument {}
|
| +class BlinkXMLDocument {
|
| +}
|
|
|
| -class BlinkXMLHttpRequestEventTarget {}
|
| +class BlinkXMLHttpRequestEventTarget {
|
| +}
|
|
|
| class BlinkXMLHttpRequest {
|
| - static constructorCallback() native "XMLHttpRequest_constructorCallback";
|
| + static abort_Callback_0(mthis) native "XMLHttpRequest_abort_Callback";
|
|
|
| - static readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter";
|
| + static constructorCallback_0() native "XMLHttpRequest_constructorCallback";
|
|
|
| - static response_Getter(mthis) native "XMLHttpRequest_response_Getter";
|
| + static getAllResponseHeaders_Callback_0(mthis) native "XMLHttpRequest_getAllResponseHeaders_Callback";
|
| +
|
| + static getResponseHeader_Callback_1(mthis, header) native "XMLHttpRequest_getResponseHeader_Callback";
|
| +
|
| + static open_Callback_5(mthis, method, url, async, user, password) native "XMLHttpRequest_open_Callback";
|
| +
|
| + static overrideMimeType_Callback_1(mthis, override) native "XMLHttpRequest_overrideMimeType_Callback";
|
| +
|
| + static readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter";
|
|
|
| static responseText_Getter(mthis) native "XMLHttpRequest_responseText_Getter";
|
|
|
| @@ -9009,10 +9629,16 @@ class BlinkXMLHttpRequest {
|
|
|
| static responseXML_Getter(mthis) native "XMLHttpRequest_responseXML_Getter";
|
|
|
| - static status_Getter(mthis) native "XMLHttpRequest_status_Getter";
|
| + static response_Getter(mthis) native "XMLHttpRequest_response_Getter";
|
| +
|
| + static send_Callback_1(mthis, data) native "XMLHttpRequest_send_Callback";
|
| +
|
| + static setRequestHeader_Callback_2(mthis, header, value) native "XMLHttpRequest_setRequestHeader_Callback";
|
|
|
| static statusText_Getter(mthis) native "XMLHttpRequest_statusText_Getter";
|
|
|
| + static status_Getter(mthis) native "XMLHttpRequest_status_Getter";
|
| +
|
| static timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter";
|
|
|
| static timeout_Setter(mthis, value) native "XMLHttpRequest_timeout_Setter";
|
| @@ -9023,47 +9649,40 @@ class BlinkXMLHttpRequest {
|
|
|
| static withCredentials_Setter(mthis, value) native "XMLHttpRequest_withCredentials_Setter";
|
|
|
| - static abort_Callback(mthis) native "XMLHttpRequest_abort_Callback";
|
| -
|
| - static getAllResponseHeaders_Callback(mthis) native "XMLHttpRequest_getAllResponseHeaders_Callback";
|
| -
|
| - static getResponseHeader_Callback_1(mthis, header) native "XMLHttpRequest_getResponseHeader_Callback";
|
| -
|
| - static open_Callback_5(mthis, method, url, async, user, password) native "XMLHttpRequest_open_Callback";
|
| -
|
| - static overrideMimeType_Callback_1(mthis, override) native "XMLHttpRequest_overrideMimeType_Callback";
|
| -
|
| - static send_Callback_1(mthis, data) native "XMLHttpRequest_send_Callback";
|
| -
|
| - static setRequestHeader_Callback_2(mthis, header, value) native "XMLHttpRequest_setRequestHeader_Callback";
|
| }
|
|
|
| -class BlinkXMLHttpRequestProgressEvent {}
|
| +class BlinkXMLHttpRequestProgressEvent {
|
| +}
|
|
|
| -class BlinkXMLHttpRequestUpload {}
|
| +class BlinkXMLHttpRequestUpload {
|
| +}
|
|
|
| class BlinkXMLSerializer {
|
| - static constructorCallback() native "XMLSerializer_constructorCallback";
|
| + static constructorCallback_0() native "XMLSerializer_constructorCallback";
|
|
|
| static serializeToString_Callback_1(mthis, node) native "XMLSerializer_serializeToString_Callback";
|
| +
|
| }
|
|
|
| class BlinkXPathEvaluator {
|
| - static constructorCallback() native "XPathEvaluator_constructorCallback";
|
| + static constructorCallback_0() native "XPathEvaluator_constructorCallback";
|
|
|
| static createExpression_Callback_2(mthis, expression, resolver) native "XPathEvaluator_createExpression_Callback";
|
|
|
| static createNSResolver_Callback_1(mthis, nodeResolver) native "XPathEvaluator_createNSResolver_Callback";
|
|
|
| static evaluate_Callback_5(mthis, expression, contextNode, resolver, type, inResult) native "XPathEvaluator_evaluate_Callback";
|
| +
|
| }
|
|
|
| class BlinkXPathExpression {
|
| static evaluate_Callback_3(mthis, contextNode, type, inResult) native "XPathExpression_evaluate_Callback";
|
| +
|
| }
|
|
|
| class BlinkXPathNSResolver {
|
| static lookupNamespaceURI_Callback_1(mthis, prefix) native "XPathNSResolver_lookupNamespaceURI_Callback";
|
| +
|
| }
|
|
|
| class BlinkXPathResult {
|
| @@ -9071,25 +9690,26 @@ class BlinkXPathResult {
|
|
|
| static invalidIteratorState_Getter(mthis) native "XPathResult_invalidIteratorState_Getter";
|
|
|
| + static iterateNext_Callback_0(mthis) native "XPathResult_iterateNext_Callback";
|
| +
|
| static numberValue_Getter(mthis) native "XPathResult_numberValue_Getter";
|
|
|
| static resultType_Getter(mthis) native "XPathResult_resultType_Getter";
|
|
|
| static singleNodeValue_Getter(mthis) native "XPathResult_singleNodeValue_Getter";
|
|
|
| + static snapshotItem_Callback_1(mthis, index) native "XPathResult_snapshotItem_Callback";
|
| +
|
| static snapshotLength_Getter(mthis) native "XPathResult_snapshotLength_Getter";
|
|
|
| static stringValue_Getter(mthis) native "XPathResult_stringValue_Getter";
|
|
|
| - static iterateNext_Callback(mthis) native "XPathResult_iterateNext_Callback";
|
| -
|
| - static snapshotItem_Callback_1(mthis, index) native "XPathResult_snapshotItem_Callback";
|
| }
|
|
|
| class BlinkXSLTProcessor {
|
| - static constructorCallback() native "XSLTProcessor_constructorCallback";
|
| + static clearParameters_Callback_0(mthis) native "XSLTProcessor_clearParameters_Callback";
|
|
|
| - static clearParameters_Callback(mthis) native "XSLTProcessor_clearParameters_Callback";
|
| + static constructorCallback_0() native "XSLTProcessor_constructorCallback";
|
|
|
| static getParameter_Callback_2(mthis, namespaceURI, localName) native "XSLTProcessor_getParameter_Callback";
|
|
|
| @@ -9097,13 +9717,14 @@ class BlinkXSLTProcessor {
|
|
|
| static removeParameter_Callback_2(mthis, namespaceURI, localName) native "XSLTProcessor_removeParameter_Callback";
|
|
|
| - static reset_Callback(mthis) native "XSLTProcessor_reset_Callback";
|
| + static reset_Callback_0(mthis) native "XSLTProcessor_reset_Callback";
|
|
|
| static setParameter_Callback_3(mthis, namespaceURI, localName, value) native "XSLTProcessor_setParameter_Callback";
|
|
|
| static transformToDocument_Callback_1(mthis, source) native "XSLTProcessor_transformToDocument_Callback";
|
|
|
| static transformToFragment_Callback_2(mthis, source, docVal) native "XSLTProcessor_transformToFragment_Callback";
|
| +
|
| }
|
|
|
|
|
|
|