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

Unified Diff: sdk/lib/_blink/dartium/_blink_dartium.dart

Issue 667983002: Arity indexing in dart:blink entry points (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 fc59300b4c8e40f3849082fd424fba6ee658a804..98fae38794b535748199d0b95dc2e21cfcffec20 100644
--- a/sdk/lib/_blink/dartium/_blink_dartium.dart
+++ b/sdk/lib/_blink/dartium/_blink_dartium.dart
@@ -15,27 +15,31 @@ library dart.dom._blink;
class BlinkANGLEInstancedArrays {
- static drawArraysInstancedANGLE_Callback_ul_long_long_long(mthis, mode, first, count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback_unsigned long_long_long_long";
+ static drawArraysInstancedANGLE_Callback_4(mthis, mode, first, count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback";
- static drawElementsInstancedANGLE_Callback_ul_long_ul_ll_long(mthis, mode, count, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback_unsigned long_long_unsigned long_long long_long";
+ static drawElementsInstancedANGLE_Callback_5(mthis, mode, count, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback";
- static vertexAttribDivisorANGLE_Callback_ul_long(mthis, index, divisor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_unsigned long_long";
+ static vertexAttribDivisorANGLE_Callback_2(mthis, index, divisor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback";
}
class BlinkAbstractWorker {}
class BlinkEventTarget {
- static addEventListener_Callback_DOMString_EventListener_boolean(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback_DOMString_EventListener_boolean";
+ static addEventListener_Callback_3(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback";
- static addEventListener_Callback_DOMString(mthis, type) native "EventTarget_addEventListener_Callback_DOMString";
+ static addEventListener_Callback_2(mthis, type, listener) native "EventTarget_addEventListener_Callback";
+
+ static addEventListener_Callback_1(mthis, type) native "EventTarget_addEventListener_Callback";
static addEventListener_Callback(mthis) native "EventTarget_addEventListener_Callback";
- static dispatchEvent_Callback_Event(mthis, event) native "EventTarget_dispatchEvent_Callback_Event";
+ 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_DOMString_EventListener_boolean(mthis, type, listener, useCapture) native "EventTarget_removeEventListener_Callback_DOMString_EventListener_boolean";
+ static removeEventListener_Callback_2(mthis, type, listener) native "EventTarget_removeEventListener_Callback";
- static removeEventListener_Callback_DOMString(mthis, type) native "EventTarget_removeEventListener_Callback_DOMString";
+ static removeEventListener_Callback_1(mthis, type) native "EventTarget_removeEventListener_Callback";
static removeEventListener_Callback(mthis) native "EventTarget_removeEventListener_Callback";
}
@@ -43,15 +47,15 @@ class BlinkEventTarget {
class BlinkAudioNode {
static channelCount_Getter(mthis) native "AudioNode_channelCount_Getter";
- static channelCount_Setter_ul(mthis, value) native "AudioNode_channelCount_Setter";
+ static channelCount_Setter(mthis, value) native "AudioNode_channelCount_Setter";
static channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Getter";
- static channelCountMode_Setter_DOMString(mthis, value) native "AudioNode_channelCountMode_Setter";
+ static channelCountMode_Setter(mthis, value) native "AudioNode_channelCountMode_Setter";
static channelInterpretation_Getter(mthis) native "AudioNode_channelInterpretation_Getter";
- static channelInterpretation_Setter_DOMString(mthis, value) native "AudioNode_channelInterpretation_Setter";
+ static channelInterpretation_Setter(mthis, value) native "AudioNode_channelInterpretation_Setter";
static context_Getter(mthis) native "AudioNode_context_Getter";
@@ -59,39 +63,39 @@ class BlinkAudioNode {
static numberOfOutputs_Getter(mthis) native "AudioNode_numberOfOutputs_Getter";
- static connect_Callback_AudioNode_ul_ul(mthis, destination, output, input) native "AudioNode_connect_Callback_AudioNode_unsigned long_unsigned long";
+ static connect_Callback_3(mthis, destination, output, input) native "AudioNode_connect_Callback";
- static connect_Callback_AudioParam_ul(mthis, destination, output) native "AudioNode_connect_Callback_AudioParam_unsigned long";
+ static connect_Callback_2(mthis, destination, output) native "AudioNode_connect_Callback";
- static disconnect_Callback_ul(mthis, output) native "AudioNode_disconnect_Callback_unsigned long";
+ static disconnect_Callback_1(mthis, output) native "AudioNode_disconnect_Callback";
}
class BlinkAnalyserNode {
static fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter";
- static fftSize_Setter_ul(mthis, value) native "AnalyserNode_fftSize_Setter";
+ static fftSize_Setter(mthis, value) native "AnalyserNode_fftSize_Setter";
static frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount_Getter";
static maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter";
- static maxDecibels_Setter_double(mthis, value) native "AnalyserNode_maxDecibels_Setter";
+ static maxDecibels_Setter(mthis, value) native "AnalyserNode_maxDecibels_Setter";
static minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_Getter";
- static minDecibels_Setter_double(mthis, value) native "AnalyserNode_minDecibels_Setter";
+ static minDecibels_Setter(mthis, value) native "AnalyserNode_minDecibels_Setter";
static smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smoothingTimeConstant_Getter";
- static smoothingTimeConstant_Setter_double(mthis, value) native "AnalyserNode_smoothingTimeConstant_Setter";
+ static smoothingTimeConstant_Setter(mthis, value) native "AnalyserNode_smoothingTimeConstant_Setter";
- static getByteFrequencyData_Callback_Uint8Array(mthis, array) native "AnalyserNode_getByteFrequencyData_Callback_Uint8Array";
+ static getByteFrequencyData_Callback_1(mthis, array) native "AnalyserNode_getByteFrequencyData_Callback";
- static getByteTimeDomainData_Callback_Uint8Array(mthis, array) native "AnalyserNode_getByteTimeDomainData_Callback_Uint8Array";
+ static getByteTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_getByteTimeDomainData_Callback";
- static getFloatFrequencyData_Callback_Float32Array(mthis, array) native "AnalyserNode_getFloatFrequencyData_Callback_Float32Array";
+ static getFloatFrequencyData_Callback_1(mthis, array) native "AnalyserNode_getFloatFrequencyData_Callback";
- static getFloatTimeDomainData_Callback_Float32Array(mthis, array) native "AnalyserNode_getFloatTimeDomainData_Callback_Float32Array";
+ static getFloatTimeDomainData_Callback_1(mthis, array) native "AnalyserNode_getFloatTimeDomainData_Callback";
}
class BlinkAnimationNode {
@@ -113,11 +117,9 @@ class BlinkAnimationNode {
}
class BlinkAnimation {
- static constructorCallback_Element_SEQ_Dictionary_SEQ(target, keyframes) native "Animation_constructorCallback_Element_sequence<Dictionary>";
-
- static constructorCallback_Element_SEQ_Dictionary_SEQ_double(target, keyframes, timingInput) native "Animation_constructorCallback_Element_sequence<Dictionary>_double";
+ static constructorCallback_2(target, keyframes) native "Animation_constructorCallback";
- static constructorCallback_Element_SEQ_Dictionary_SEQ_Dictionary(target, keyframes, timingInput) native "Animation_constructorCallback_Element_sequence<Dictionary>_Dictionary";
+ static constructorCallback_3(target, keyframes, timingInput) native "Animation_constructorCallback";
}
class BlinkAnimationEffect {}
@@ -125,7 +127,7 @@ class BlinkAnimationEffect {}
class BlinkAnimationPlayer {
static currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter";
- static currentTime_Setter_double(mthis, value) native "AnimationPlayer_currentTime_Setter";
+ static currentTime_Setter(mthis, value) native "AnimationPlayer_currentTime_Setter";
static finished_Getter(mthis) native "AnimationPlayer_finished_Getter";
@@ -133,15 +135,15 @@ class BlinkAnimationPlayer {
static playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter";
- static playbackRate_Setter_double(mthis, value) native "AnimationPlayer_playbackRate_Setter";
+ static playbackRate_Setter(mthis, value) native "AnimationPlayer_playbackRate_Setter";
static source_Getter(mthis) native "AnimationPlayer_source_Getter";
- static source_Setter_AnimationNode(mthis, value) native "AnimationPlayer_source_Setter";
+ static source_Setter(mthis, value) native "AnimationPlayer_source_Setter";
static startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter";
- static startTime_Setter_double(mthis, value) native "AnimationPlayer_startTime_Setter";
+ static startTime_Setter(mthis, value) native "AnimationPlayer_startTime_Setter";
static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback";
@@ -177,7 +179,7 @@ class BlinkEvent {
static type_Getter(mthis) native "Event_type_Getter";
- static initEvent_Callback_DOMString_boolean_boolean(mthis, eventTypeArg, canBubbleArg, cancelableArg) native "Event_initEvent_Callback_DOMString_boolean_boolean";
+ static initEvent_Callback_3(mthis, eventTypeArg, canBubbleArg, cancelableArg) native "Event_initEvent_Callback";
static preventDefault_Callback(mthis) native "Event_preventDefault_Callback";
@@ -199,7 +201,7 @@ class BlinkAnimationTimeline {
static getAnimationPlayers_Callback(mthis) native "AnimationTimeline_getAnimationPlayers_Callback";
- static play_Callback_AnimationNode(mthis, source) native "AnimationTimeline_play_Callback_AnimationNode";
+ static play_Callback_1(mthis, source) native "AnimationTimeline_play_Callback";
}
class BlinkApplicationCache {
@@ -255,21 +257,21 @@ class BlinkNode {
static textContent_Getter(mthis) native "Node_textContent_Getter";
- static textContent_Setter_DOMString(mthis, value) native "Node_textContent_Setter";
+ static textContent_Setter(mthis, value) native "Node_textContent_Setter";
- static appendChild_Callback_Node(mthis, newChild) native "Node_appendChild_Callback_Node";
+ static appendChild_Callback_1(mthis, newChild) native "Node_appendChild_Callback";
- static cloneNode_Callback_boolean(mthis, deep) native "Node_cloneNode_Callback";
+ static cloneNode_Callback_1(mthis, deep) native "Node_cloneNode_Callback";
- static contains_Callback_Node(mthis, other) native "Node_contains_Callback_Node";
+ static contains_Callback_1(mthis, other) native "Node_contains_Callback";
static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback";
- static insertBefore_Callback_Node_Node(mthis, newChild, refChild) native "Node_insertBefore_Callback_Node_Node";
+ static insertBefore_Callback_2(mthis, newChild, refChild) native "Node_insertBefore_Callback";
- static removeChild_Callback_Node(mthis, oldChild) native "Node_removeChild_Callback_Node";
+ static removeChild_Callback_1(mthis, oldChild) native "Node_removeChild_Callback";
- static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node_replaceChild_Callback_Node_Node";
+ static replaceChild_Callback_2(mthis, newChild, oldChild) native "Node_replaceChild_Callback";
}
class BlinkAttr {
@@ -283,11 +285,11 @@ class BlinkAttr {
static textContent_Getter(mthis) native "Attr_textContent_Getter";
- static textContent_Setter_DOMString(mthis, value) native "Attr_textContent_Setter";
+ static textContent_Setter(mthis, value) native "Attr_textContent_Setter";
static value_Getter(mthis) native "Attr_value_Getter";
- static value_Setter_DOMString(mthis, value) native "Attr_value_Setter";
+ static value_Setter(mthis, value) native "Attr_value_Setter";
}
class BlinkAudioBuffer {
@@ -299,7 +301,7 @@ class BlinkAudioBuffer {
static sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Getter";
- static getChannelData_Callback_ul(mthis, channelIndex) native "AudioBuffer_getChannelData_Callback_unsigned long";
+ static getChannelData_Callback_1(mthis, channelIndex) native "AudioBuffer_getChannelData_Callback";
}
class BlinkAudioSourceNode {}
@@ -307,31 +309,31 @@ class BlinkAudioSourceNode {}
class BlinkAudioBufferSourceNode {
static buffer_Getter(mthis) native "AudioBufferSourceNode_buffer_Getter";
- static buffer_Setter_AudioBuffer(mthis, value) native "AudioBufferSourceNode_buffer_Setter";
+ static buffer_Setter(mthis, value) native "AudioBufferSourceNode_buffer_Setter";
static loop_Getter(mthis) native "AudioBufferSourceNode_loop_Getter";
- static loop_Setter_boolean(mthis, value) native "AudioBufferSourceNode_loop_Setter";
+ static loop_Setter(mthis, value) native "AudioBufferSourceNode_loop_Setter";
static loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter";
- static loopEnd_Setter_double(mthis, value) native "AudioBufferSourceNode_loopEnd_Setter";
+ static loopEnd_Setter(mthis, value) native "AudioBufferSourceNode_loopEnd_Setter";
static loopStart_Getter(mthis) native "AudioBufferSourceNode_loopStart_Getter";
- static loopStart_Setter_double(mthis, value) native "AudioBufferSourceNode_loopStart_Setter";
+ static loopStart_Setter(mthis, value) native "AudioBufferSourceNode_loopStart_Setter";
static playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_Getter";
- static start_Callback_double_double_double(mthis, when, grainOffset, grainDuration) native "AudioBufferSourceNode_start_Callback_double_double_double";
+ static start_Callback_3(mthis, when, grainOffset, grainDuration) native "AudioBufferSourceNode_start_Callback";
- static start_Callback_double_double(mthis, when, grainOffset) native "AudioBufferSourceNode_start_Callback_double_double";
+ static start_Callback_2(mthis, when, grainOffset) native "AudioBufferSourceNode_start_Callback";
- static start_Callback_double(mthis, when) native "AudioBufferSourceNode_start_Callback_double";
+ static start_Callback_1(mthis, when) native "AudioBufferSourceNode_start_Callback";
static start_Callback(mthis) native "AudioBufferSourceNode_start_Callback";
- static stop_Callback_double(mthis, when) native "AudioBufferSourceNode_stop_Callback_double";
+ static stop_Callback_1(mthis, when) native "AudioBufferSourceNode_stop_Callback";
static stop_Callback(mthis) native "AudioBufferSourceNode_stop_Callback";
}
@@ -351,21 +353,21 @@ class BlinkAudioContext {
static createBiquadFilter_Callback(mthis) native "AudioContext_createBiquadFilter_Callback";
- static createBuffer_Callback_ul_ul_float(mthis, numberOfChannels, numberOfFrames, sampleRate) native "AudioContext_createBuffer_Callback_unsigned long_unsigned long_float";
+ static createBuffer_Callback_3(mthis, numberOfChannels, numberOfFrames, sampleRate) native "AudioContext_createBuffer_Callback";
static createBufferSource_Callback(mthis) native "AudioContext_createBufferSource_Callback";
- static createChannelMerger_Callback_ul(mthis, numberOfInputs) native "AudioContext_createChannelMerger_Callback_unsigned long";
+ static createChannelMerger_Callback_1(mthis, numberOfInputs) native "AudioContext_createChannelMerger_Callback";
static createChannelMerger_Callback(mthis) native "AudioContext_createChannelMerger_Callback";
- static createChannelSplitter_Callback_ul(mthis, numberOfOutputs) native "AudioContext_createChannelSplitter_Callback_unsigned long";
+ static createChannelSplitter_Callback_1(mthis, numberOfOutputs) native "AudioContext_createChannelSplitter_Callback";
static createChannelSplitter_Callback(mthis) native "AudioContext_createChannelSplitter_Callback";
static createConvolver_Callback(mthis) native "AudioContext_createConvolver_Callback";
- static createDelay_Callback_double(mthis, maxDelayTime) native "AudioContext_createDelay_Callback_double";
+ static createDelay_Callback_1(mthis, maxDelayTime) native "AudioContext_createDelay_Callback";
static createDelay_Callback(mthis) native "AudioContext_createDelay_Callback";
@@ -373,29 +375,29 @@ class BlinkAudioContext {
static createGain_Callback(mthis) native "AudioContext_createGain_Callback";
- static createMediaElementSource_Callback_HTMLMediaElement(mthis, mediaElement) native "AudioContext_createMediaElementSource_Callback_HTMLMediaElement";
+ static createMediaElementSource_Callback_1(mthis, mediaElement) native "AudioContext_createMediaElementSource_Callback";
static createMediaStreamDestination_Callback(mthis) native "AudioContext_createMediaStreamDestination_Callback";
- static createMediaStreamSource_Callback_MediaStream(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback_MediaStream";
+ static createMediaStreamSource_Callback_1(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback";
static createOscillator_Callback(mthis) native "AudioContext_createOscillator_Callback";
static createPanner_Callback(mthis) native "AudioContext_createPanner_Callback";
- static createPeriodicWave_Callback_Float32Array_Float32Array(mthis, real, imag) native "AudioContext_createPeriodicWave_Callback_Float32Array_Float32Array";
+ static createPeriodicWave_Callback_2(mthis, real, imag) native "AudioContext_createPeriodicWave_Callback";
- static createScriptProcessor_Callback_ul_ul_ul(mthis, bufferSize, numberOfInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Callback_unsigned long_unsigned long_unsigned long";
+ static createScriptProcessor_Callback_3(mthis, bufferSize, numberOfInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Callback";
- static createScriptProcessor_Callback_ul_ul(mthis, bufferSize, numberOfInputChannels) native "AudioContext_createScriptProcessor_Callback_unsigned long_unsigned long";
+ static createScriptProcessor_Callback_2(mthis, bufferSize, numberOfInputChannels) native "AudioContext_createScriptProcessor_Callback";
- static createScriptProcessor_Callback_ul(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback_unsigned long";
+ static createScriptProcessor_Callback_1(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback";
static createScriptProcessor_Callback(mthis) native "AudioContext_createScriptProcessor_Callback";
static createWaveShaper_Callback(mthis) native "AudioContext_createWaveShaper_Callback";
- static decodeAudioData_Callback_ArrayBuffer_AudioBufferCallback_AudioBufferCallback(mthis, audioData, successCallback, errorCallback) native "AudioContext_decodeAudioData_Callback";
+ static decodeAudioData_Callback_3(mthis, audioData, successCallback, errorCallback) native "AudioContext_decodeAudioData_Callback";
static startRendering_Callback(mthis) native "AudioContext_startRendering_Callback";
}
@@ -407,17 +409,17 @@ class BlinkAudioDestinationNode {
class BlinkAudioListener {
static dopplerFactor_Getter(mthis) native "AudioListener_dopplerFactor_Getter";
- static dopplerFactor_Setter_float(mthis, value) native "AudioListener_dopplerFactor_Setter";
+ static dopplerFactor_Setter(mthis, value) native "AudioListener_dopplerFactor_Setter";
static speedOfSound_Getter(mthis) native "AudioListener_speedOfSound_Getter";
- static speedOfSound_Setter_float(mthis, value) native "AudioListener_speedOfSound_Setter";
+ static speedOfSound_Setter(mthis, value) native "AudioListener_speedOfSound_Setter";
- static setOrientation_Callback_float_float_float_float_float_float(mthis, x, y, z, xUp, yUp, zUp) native "AudioListener_setOrientation_Callback_float_float_float_float_float_float";
+ static setOrientation_Callback_6(mthis, x, y, z, xUp, yUp, zUp) native "AudioListener_setOrientation_Callback";
- static setPosition_Callback_float_float_float(mthis, x, y, z) native "AudioListener_setPosition_Callback_float_float_float";
+ static setPosition_Callback_3(mthis, x, y, z) native "AudioListener_setPosition_Callback";
- static setVelocity_Callback_float_float_float(mthis, x, y, z) native "AudioListener_setVelocity_Callback_float_float_float";
+ static setVelocity_Callback_3(mthis, x, y, z) native "AudioListener_setVelocity_Callback";
}
class BlinkAudioParam {
@@ -425,19 +427,19 @@ class BlinkAudioParam {
static value_Getter(mthis) native "AudioParam_value_Getter";
- static value_Setter_float(mthis, value) native "AudioParam_value_Setter";
+ static value_Setter(mthis, value) native "AudioParam_value_Setter";
- static cancelScheduledValues_Callback_double(mthis, startTime) native "AudioParam_cancelScheduledValues_Callback_double";
+ static cancelScheduledValues_Callback_1(mthis, startTime) native "AudioParam_cancelScheduledValues_Callback";
- static exponentialRampToValueAtTime_Callback_float_double(mthis, value, time) native "AudioParam_exponentialRampToValueAtTime_Callback_float_double";
+ static exponentialRampToValueAtTime_Callback_2(mthis, value, time) native "AudioParam_exponentialRampToValueAtTime_Callback";
- static linearRampToValueAtTime_Callback_float_double(mthis, value, time) native "AudioParam_linearRampToValueAtTime_Callback_float_double";
+ static linearRampToValueAtTime_Callback_2(mthis, value, time) native "AudioParam_linearRampToValueAtTime_Callback";
- static setTargetAtTime_Callback_float_double_double(mthis, target, time, timeConstant) native "AudioParam_setTargetAtTime_Callback_float_double_double";
+ static setTargetAtTime_Callback_3(mthis, target, time, timeConstant) native "AudioParam_setTargetAtTime_Callback";
- static setValueAtTime_Callback_float_double(mthis, value, time) native "AudioParam_setValueAtTime_Callback_float_double";
+ static setValueAtTime_Callback_2(mthis, value, time) native "AudioParam_setValueAtTime_Callback";
- static setValueCurveAtTime_Callback_Float32Array_double_double(mthis, values, time, duration) native "AudioParam_setValueCurveAtTime_Callback";
+ static setValueCurveAtTime_Callback_3(mthis, values, time, duration) native "AudioParam_setValueCurveAtTime_Callback";
}
class BlinkAudioProcessingEvent {
@@ -451,7 +453,7 @@ class BlinkAudioProcessingEvent {
class BlinkAudioTrack {
static enabled_Getter(mthis) native "AudioTrack_enabled_Getter";
- static enabled_Setter_boolean(mthis, value) native "AudioTrack_enabled_Setter";
+ static enabled_Setter(mthis, value) native "AudioTrack_enabled_Setter";
static id_Getter(mthis) native "AudioTrack_id_Getter";
@@ -465,9 +467,9 @@ class BlinkAudioTrack {
class BlinkAudioTrackList {
static length_Getter(mthis) native "AudioTrackList_length_Getter";
- static $__getter___Callback_ul(mthis, index) native "AudioTrackList___getter___Callback_unsigned long";
+ static $__getter___Callback_1(mthis, index) native "AudioTrackList___getter___Callback";
- static getTrackById_Callback_DOMString(mthis, id) native "AudioTrackList_getTrackById_Callback_DOMString";
+ static getTrackById_Callback_1(mthis, id) native "AudioTrackList_getTrackById_Callback";
}
class BlinkAutocompleteErrorEvent {
@@ -493,7 +495,7 @@ class BlinkBatteryManager {
class BlinkBeforeUnloadEvent {
static returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter";
- static returnValue_Setter_DOMString(mthis, value) native "BeforeUnloadEvent_returnValue_Setter";
+ static returnValue_Setter(mthis, value) native "BeforeUnloadEvent_returnValue_Setter";
}
class BlinkBiquadFilterNode {
@@ -507,13 +509,13 @@ class BlinkBiquadFilterNode {
static type_Getter(mthis) native "BiquadFilterNode_type_Getter";
- static type_Setter_DOMString(mthis, value) native "BiquadFilterNode_type_Setter";
+ static type_Setter(mthis, value) native "BiquadFilterNode_type_Setter";
- static getFrequencyResponse_Callback_Float32Array_Float32Array_Float32Array(mthis, frequencyHz, magResponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback_Float32Array_Float32Array_Float32Array";
+ static getFrequencyResponse_Callback_3(mthis, frequencyHz, magResponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback";
}
class BlinkBlob {
- static constructorCallback_Array_DOMString_DOMString(blobParts, type, endings) native "Blob_constructorCallback";
+ static constructorCallback_3(blobParts, type, endings) native "Blob_constructorCallback";
static size_Getter(mthis) native "Blob_size_Getter";
@@ -521,11 +523,11 @@ class BlinkBlob {
static close_Callback(mthis) native "Blob_close_Callback";
- static slice_Callback_ll_ll_DOMString(mthis, start, end, contentType) native "Blob_slice_Callback_long long_long long_DOMString";
+ static slice_Callback_3(mthis, start, end, contentType) native "Blob_slice_Callback";
- static slice_Callback_ll_ll(mthis, start, end) native "Blob_slice_Callback_long long_long long";
+ static slice_Callback_2(mthis, start, end) native "Blob_slice_Callback";
- static slice_Callback_ll(mthis, start) native "Blob_slice_Callback_long long";
+ static slice_Callback_1(mthis, start) native "Blob_slice_Callback";
static slice_Callback(mthis) native "Blob_slice_Callback";
}
@@ -541,19 +543,19 @@ class BlinkChildNode {
class BlinkCharacterData {
static data_Getter(mthis) native "CharacterData_data_Getter";
- static data_Setter_DOMString(mthis, value) native "CharacterData_data_Setter";
+ static data_Setter(mthis, value) native "CharacterData_data_Setter";
static length_Getter(mthis) native "CharacterData_length_Getter";
- static appendData_Callback_DOMString(mthis, data) native "CharacterData_appendData_Callback_DOMString";
+ static appendData_Callback_1(mthis, data) native "CharacterData_appendData_Callback";
- static deleteData_Callback_ul_ul(mthis, offset, length) native "CharacterData_deleteData_Callback_unsigned long_unsigned long";
+ static deleteData_Callback_2(mthis, offset, length) native "CharacterData_deleteData_Callback";
- static insertData_Callback_ul_DOMString(mthis, offset, data) native "CharacterData_insertData_Callback_unsigned long_DOMString";
+ static insertData_Callback_2(mthis, offset, data) native "CharacterData_insertData_Callback";
- static replaceData_Callback_ul_ul_DOMString(mthis, offset, length, data) native "CharacterData_replaceData_Callback_unsigned long_unsigned long_DOMString";
+ static replaceData_Callback_3(mthis, offset, length, data) native "CharacterData_replaceData_Callback";
- static substringData_Callback_ul_ul(mthis, offset, length) native "CharacterData_substringData_Callback_unsigned long_unsigned long";
+ static substringData_Callback_2(mthis, offset, length) native "CharacterData_substringData_Callback";
static nextElementSibling_Getter(mthis) native "CharacterData_nextElementSibling_Getter";
@@ -565,21 +567,21 @@ class BlinkText {
static getDestinationInsertionPoints_Callback(mthis) native "Text_getDestinationInsertionPoints_Callback";
- static splitText_Callback_ul(mthis, offset) native "Text_splitText_Callback_unsigned long";
+ static splitText_Callback_1(mthis, offset) native "Text_splitText_Callback";
}
class BlinkCDATASection {}
class BlinkCSS {
- static supports_Callback_DOMString_DOMString(mthis, property, value) native "CSS_supports_Callback_DOMString_DOMString";
+ static supports_Callback_2(mthis, property, value) native "CSS_supports_Callback";
- static supports_Callback_DOMString(mthis, conditionText) native "CSS_supports_Callback_DOMString";
+ static supports_Callback_1(mthis, conditionText) native "CSS_supports_Callback";
}
class BlinkCSSRule {
static cssText_Getter(mthis) native "CSSRule_cssText_Getter";
- static cssText_Setter_DOMString(mthis, value) native "CSSRule_cssText_Setter";
+ static cssText_Setter(mthis, value) native "CSSRule_cssText_Setter";
static parentRule_Getter(mthis) native "CSSRule_parentRule_Getter";
@@ -591,7 +593,7 @@ class BlinkCSSRule {
class BlinkCSSCharsetRule {
static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter";
- static encoding_Setter_DOMString(mthis, value) native "CSSCharsetRule_encoding_Setter";
+ static encoding_Setter(mthis, value) native "CSSCharsetRule_encoding_Setter";
}
class BlinkCSSFontFaceRule {
@@ -609,7 +611,7 @@ class BlinkCSSImportRule {
class BlinkCSSKeyframeRule {
static keyText_Getter(mthis) native "CSSKeyframeRule_keyText_Getter";
- static keyText_Setter_DOMString(mthis, value) native "CSSKeyframeRule_keyText_Setter";
+ static keyText_Setter(mthis, value) native "CSSKeyframeRule_keyText_Setter";
static style_Getter(mthis) native "CSSKeyframeRule_style_Getter";
}
@@ -619,15 +621,15 @@ class BlinkCSSKeyframesRule {
static name_Getter(mthis) native "CSSKeyframesRule_name_Getter";
- static name_Setter_DOMString(mthis, value) native "CSSKeyframesRule_name_Setter";
+ static name_Setter(mthis, value) native "CSSKeyframesRule_name_Setter";
- static $__getter___Callback_ul(mthis, index) native "CSSKeyframesRule___getter___Callback_unsigned long";
+ static $__getter___Callback_1(mthis, index) native "CSSKeyframesRule___getter___Callback";
- static deleteRule_Callback_DOMString(mthis, key) native "CSSKeyframesRule_deleteRule_Callback_DOMString";
+ static deleteRule_Callback_1(mthis, key) native "CSSKeyframesRule_deleteRule_Callback";
- static findRule_Callback_DOMString(mthis, key) native "CSSKeyframesRule_findRule_Callback_DOMString";
+ static findRule_Callback_1(mthis, key) native "CSSKeyframesRule_findRule_Callback";
- static insertRule_Callback_DOMString(mthis, rule) native "CSSKeyframesRule_insertRule_Callback_DOMString";
+ static insertRule_Callback_1(mthis, rule) native "CSSKeyframesRule_insertRule_Callback";
}
class BlinkCSSMediaRule {
@@ -635,15 +637,15 @@ class BlinkCSSMediaRule {
static media_Getter(mthis) native "CSSMediaRule_media_Getter";
- static deleteRule_Callback_ul(mthis, index) native "CSSMediaRule_deleteRule_Callback_unsigned long";
+ static deleteRule_Callback_1(mthis, index) native "CSSMediaRule_deleteRule_Callback";
- static insertRule_Callback_DOMString_ul(mthis, rule, index) native "CSSMediaRule_insertRule_Callback_DOMString_unsigned long";
+ static insertRule_Callback_2(mthis, rule, index) native "CSSMediaRule_insertRule_Callback";
}
class BlinkCSSPageRule {
static selectorText_Getter(mthis) native "CSSPageRule_selectorText_Getter";
- static selectorText_Setter_DOMString(mthis, value) native "CSSPageRule_selectorText_Setter";
+ static selectorText_Setter(mthis, value) native "CSSPageRule_selectorText_Setter";
static style_Getter(mthis) native "CSSPageRule_style_Getter";
}
@@ -655,39 +657,39 @@ class BlinkCSSPrimitiveValue {}
class BlinkCSSRuleList {
static length_Getter(mthis) native "CSSRuleList_length_Getter";
- static item_Callback_ul(mthis, index) native "CSSRuleList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "CSSRuleList_item_Callback";
}
class BlinkCSSStyleDeclaration {
static cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter";
- static cssText_Setter_DOMString(mthis, value) native "CSSStyleDeclaration_cssText_Setter";
+ 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_DOMString(mthis, name) native "CSSStyleDeclaration___getter___Callback";
+ static $__getter___Callback_1(mthis, name) native "CSSStyleDeclaration___getter___Callback";
- static $__propertyQuery___Callback_DOMString(mthis, name) native "CSSStyleDeclaration___propertyQuery___Callback";
+ static $__propertyQuery___Callback_1(mthis, name) native "CSSStyleDeclaration___propertyQuery___Callback";
- static $__setter___Callback_DOMString_DOMString(mthis, propertyName, propertyValue) native "CSSStyleDeclaration___setter___Callback";
+ static $__setter___Callback_2(mthis, propertyName, propertyValue) native "CSSStyleDeclaration___setter___Callback";
- static getPropertyPriority_Callback_DOMString(mthis, propertyName) native "CSSStyleDeclaration_getPropertyPriority_Callback_DOMString";
+ static getPropertyPriority_Callback_1(mthis, propertyName) native "CSSStyleDeclaration_getPropertyPriority_Callback";
- static getPropertyValue_Callback_DOMString(mthis, propertyName) native "CSSStyleDeclaration_getPropertyValue_Callback_DOMString";
+ static getPropertyValue_Callback_1(mthis, propertyName) native "CSSStyleDeclaration_getPropertyValue_Callback";
- static item_Callback_ul(mthis, index) native "CSSStyleDeclaration_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "CSSStyleDeclaration_item_Callback";
- static removeProperty_Callback_DOMString(mthis, propertyName) native "CSSStyleDeclaration_removeProperty_Callback_DOMString";
+ static removeProperty_Callback_1(mthis, propertyName) native "CSSStyleDeclaration_removeProperty_Callback";
- static setProperty_Callback_DOMString_DOMString_DOMString(mthis, propertyName, value, priority) native "CSSStyleDeclaration_setProperty_Callback_DOMString_DOMString_DOMString";
+ static setProperty_Callback_3(mthis, propertyName, value, priority) native "CSSStyleDeclaration_setProperty_Callback";
}
class BlinkCSSStyleRule {
static selectorText_Getter(mthis) native "CSSStyleRule_selectorText_Getter";
- static selectorText_Setter_DOMString(mthis, value) native "CSSStyleRule_selectorText_Setter";
+ static selectorText_Setter(mthis, value) native "CSSStyleRule_selectorText_Setter";
static style_Getter(mthis) native "CSSStyleRule_style_Getter";
}
@@ -695,7 +697,7 @@ class BlinkCSSStyleRule {
class BlinkStyleSheet {
static disabled_Getter(mthis) native "StyleSheet_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "StyleSheet_disabled_Setter";
+ static disabled_Setter(mthis, value) native "StyleSheet_disabled_Setter";
static href_Getter(mthis) native "StyleSheet_href_Getter";
@@ -717,17 +719,17 @@ class BlinkCSSStyleSheet {
static rules_Getter(mthis) native "CSSStyleSheet_rules_Getter";
- static addRule_Callback_DOMString_DOMString_ul(mthis, selector, style, index) native "CSSStyleSheet_addRule_Callback_DOMString_DOMString_unsigned long";
+ static addRule_Callback_3(mthis, selector, style, index) native "CSSStyleSheet_addRule_Callback";
- static addRule_Callback_DOMString_DOMString(mthis, selector, style) native "CSSStyleSheet_addRule_Callback_DOMString_DOMString";
+ static addRule_Callback_2(mthis, selector, style) native "CSSStyleSheet_addRule_Callback";
- static deleteRule_Callback_ul(mthis, index) native "CSSStyleSheet_deleteRule_Callback_unsigned long";
+ static deleteRule_Callback_1(mthis, index) native "CSSStyleSheet_deleteRule_Callback";
- static insertRule_Callback_DOMString_ul(mthis, rule, index) native "CSSStyleSheet_insertRule_Callback_DOMString_unsigned long";
+ static insertRule_Callback_2(mthis, rule, index) native "CSSStyleSheet_insertRule_Callback";
- static insertRule_Callback_DOMString(mthis, rule) native "CSSStyleSheet_insertRule_Callback_DOMString";
+ static insertRule_Callback_1(mthis, rule) native "CSSStyleSheet_insertRule_Callback";
- static removeRule_Callback_ul(mthis, index) native "CSSStyleSheet_removeRule_Callback_unsigned long";
+ static removeRule_Callback_1(mthis, index) native "CSSStyleSheet_removeRule_Callback";
}
class BlinkCSSSupportsRule {
@@ -735,9 +737,9 @@ class BlinkCSSSupportsRule {
static cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_Getter";
- static deleteRule_Callback_ul(mthis, index) native "CSSSupportsRule_deleteRule_Callback_unsigned long";
+ static deleteRule_Callback_1(mthis, index) native "CSSSupportsRule_deleteRule_Callback";
- static insertRule_Callback_DOMString_ul(mthis, rule, index) native "CSSSupportsRule_insertRule_Callback_DOMString_unsigned long";
+ static insertRule_Callback_2(mthis, rule, index) native "CSSSupportsRule_insertRule_Callback";
}
class BlinkCSSUnknownRule {}
@@ -745,7 +747,7 @@ class BlinkCSSUnknownRule {}
class BlinkCSSValueList {
static length_Getter(mthis) native "CSSValueList_length_Getter";
- static item_Callback_ul(mthis, index) native "CSSValueList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "CSSValueList_item_Callback";
}
class BlinkCSSViewportRule {
@@ -755,13 +757,13 @@ class BlinkCSSViewportRule {
class BlinkCache {}
class BlinkCacheStorage {
- static create_Callback_DOMString(mthis, cacheName) native "CacheStorage_create_Callback_DOMString";
+ static create_Callback_1(mthis, cacheName) native "CacheStorage_create_Callback";
- static delete_Callback_DOMString(mthis, cacheName) native "CacheStorage_delete_Callback_DOMString";
+ static delete_Callback_1(mthis, cacheName) native "CacheStorage_delete_Callback";
- static get_Callback_DOMString(mthis, cacheName) native "CacheStorage_get_Callback_DOMString";
+ static get_Callback_1(mthis, cacheName) native "CacheStorage_get_Callback";
- static has_Callback_DOMString(mthis, cacheName) native "CacheStorage_has_Callback_DOMString";
+ static has_Callback_1(mthis, cacheName) native "CacheStorage_has_Callback";
static keys_Callback(mthis) native "CacheStorage_keys_Callback";
}
@@ -769,15 +771,15 @@ class BlinkCacheStorage {
class BlinkCanvas2DContextAttributes {
static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter";
- static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_alpha_Setter";
+ static alpha_Setter(mthis, value) native "Canvas2DContextAttributes_alpha_Setter";
static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter";
- static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttributes_storage_Setter";
+ static storage_Setter(mthis, value) native "Canvas2DContextAttributes_storage_Setter";
}
class BlinkCanvasGradient {
- static addColorStop_Callback_float_DOMString(mthis, offset, color) native "CanvasGradient_addColorStop_Callback_float_DOMString";
+ static addColorStop_Callback_2(mthis, offset, color) native "CanvasGradient_addColorStop_Callback";
}
class BlinkCanvasPathMethods {}
@@ -789,225 +791,199 @@ class BlinkCanvasRenderingContext2D {
static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_currentTransform_Getter";
- static currentTransform_Setter_SVGMatrix(mthis, value) native "CanvasRenderingContext2D_currentTransform_Setter";
+ static currentTransform_Setter(mthis, value) native "CanvasRenderingContext2D_currentTransform_Setter";
static fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Getter";
- static fillStyle_Setter_object(mthis, value) native "CanvasRenderingContext2D_fillStyle_Setter";
+ static fillStyle_Setter(mthis, value) native "CanvasRenderingContext2D_fillStyle_Setter";
static font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter";
- static font_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_font_Setter";
+ static font_Setter(mthis, value) native "CanvasRenderingContext2D_font_Setter";
static globalAlpha_Getter(mthis) native "CanvasRenderingContext2D_globalAlpha_Getter";
- static globalAlpha_Setter_float(mthis, value) native "CanvasRenderingContext2D_globalAlpha_Setter";
+ static globalAlpha_Setter(mthis, value) native "CanvasRenderingContext2D_globalAlpha_Setter";
static globalCompositeOperation_Getter(mthis) native "CanvasRenderingContext2D_globalCompositeOperation_Getter";
- static globalCompositeOperation_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_globalCompositeOperation_Setter";
+ static globalCompositeOperation_Setter(mthis, value) native "CanvasRenderingContext2D_globalCompositeOperation_Setter";
static imageSmoothingEnabled_Getter(mthis) native "CanvasRenderingContext2D_imageSmoothingEnabled_Getter";
- static imageSmoothingEnabled_Setter_boolean(mthis, value) native "CanvasRenderingContext2D_imageSmoothingEnabled_Setter";
+ static imageSmoothingEnabled_Setter(mthis, value) native "CanvasRenderingContext2D_imageSmoothingEnabled_Setter";
static lineCap_Getter(mthis) native "CanvasRenderingContext2D_lineCap_Getter";
- static lineCap_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_lineCap_Setter";
+ static lineCap_Setter(mthis, value) native "CanvasRenderingContext2D_lineCap_Setter";
static lineDashOffset_Getter(mthis) native "CanvasRenderingContext2D_lineDashOffset_Getter";
- static lineDashOffset_Setter_float(mthis, value) native "CanvasRenderingContext2D_lineDashOffset_Setter";
+ static lineDashOffset_Setter(mthis, value) native "CanvasRenderingContext2D_lineDashOffset_Setter";
static lineJoin_Getter(mthis) native "CanvasRenderingContext2D_lineJoin_Getter";
- static lineJoin_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_lineJoin_Setter";
+ static lineJoin_Setter(mthis, value) native "CanvasRenderingContext2D_lineJoin_Setter";
static lineWidth_Getter(mthis) native "CanvasRenderingContext2D_lineWidth_Getter";
- static lineWidth_Setter_float(mthis, value) native "CanvasRenderingContext2D_lineWidth_Setter";
+ static lineWidth_Setter(mthis, value) native "CanvasRenderingContext2D_lineWidth_Setter";
static miterLimit_Getter(mthis) native "CanvasRenderingContext2D_miterLimit_Getter";
- static miterLimit_Setter_float(mthis, value) native "CanvasRenderingContext2D_miterLimit_Setter";
+ static miterLimit_Setter(mthis, value) native "CanvasRenderingContext2D_miterLimit_Setter";
static shadowBlur_Getter(mthis) native "CanvasRenderingContext2D_shadowBlur_Getter";
- static shadowBlur_Setter_float(mthis, value) native "CanvasRenderingContext2D_shadowBlur_Setter";
+ static shadowBlur_Setter(mthis, value) native "CanvasRenderingContext2D_shadowBlur_Setter";
static shadowColor_Getter(mthis) native "CanvasRenderingContext2D_shadowColor_Getter";
- static shadowColor_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_shadowColor_Setter";
+ static shadowColor_Setter(mthis, value) native "CanvasRenderingContext2D_shadowColor_Setter";
static shadowOffsetX_Getter(mthis) native "CanvasRenderingContext2D_shadowOffsetX_Getter";
- static shadowOffsetX_Setter_float(mthis, value) native "CanvasRenderingContext2D_shadowOffsetX_Setter";
+ static shadowOffsetX_Setter(mthis, value) native "CanvasRenderingContext2D_shadowOffsetX_Setter";
static shadowOffsetY_Getter(mthis) native "CanvasRenderingContext2D_shadowOffsetY_Getter";
- static shadowOffsetY_Setter_float(mthis, value) native "CanvasRenderingContext2D_shadowOffsetY_Setter";
+ static shadowOffsetY_Setter(mthis, value) native "CanvasRenderingContext2D_shadowOffsetY_Setter";
static strokeStyle_Getter(mthis) native "CanvasRenderingContext2D_strokeStyle_Getter";
- static strokeStyle_Setter_object(mthis, value) native "CanvasRenderingContext2D_strokeStyle_Setter";
+ static strokeStyle_Setter(mthis, value) native "CanvasRenderingContext2D_strokeStyle_Setter";
static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Getter";
- static textAlign_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_textAlign_Setter";
+ static textAlign_Setter(mthis, value) native "CanvasRenderingContext2D_textAlign_Setter";
static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaseline_Getter";
- static textBaseline_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_textBaseline_Setter";
+ static textBaseline_Setter(mthis, value) native "CanvasRenderingContext2D_textBaseline_Setter";
- static addHitRegion_Callback_Dictionary(mthis, options) native "CanvasRenderingContext2D_addHitRegion_Callback_Dictionary";
+ static addHitRegion_Callback_1(mthis, options) native "CanvasRenderingContext2D_addHitRegion_Callback";
+
+ static addHitRegion_Callback(mthis) native "CanvasRenderingContext2D_addHitRegion_Callback";
static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Callback";
static clearHitRegions_Callback(mthis) native "CanvasRenderingContext2D_clearHitRegions_Callback";
- static clearRect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_clearRect_Callback_float_float_float_float";
+ static clearRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_clearRect_Callback";
static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback";
- static clip_Callback_DOMString(mthis, path_OR_winding) native "CanvasRenderingContext2D_clip_Callback_DOMString";
-
- static clip_Callback_Path2D(mthis, path_OR_winding) native "CanvasRenderingContext2D_clip_Callback_Path2D";
-
- static clip_Callback_Path2D_DOMString(mthis, path_OR_winding, winding) native "CanvasRenderingContext2D_clip_Callback_Path2D_DOMString";
-
- static createImageData_Callback_float_float(mthis, sw, sh) native "CanvasRenderingContext2D_createImageData_Callback_float_float";
-
- static createImageData_Callback_ImageData(mthis, imagedata) native "CanvasRenderingContext2D_createImageData_Callback_ImageData";
-
- static createLinearGradient_Callback_float_float_float_float(mthis, x0, y0, x1, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback_float_float_float_float";
+ static clip_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2D_clip_Callback";
- static createPattern_Callback_HTMLCanvasElement_DOMString(mthis, canvas_OR_image, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLCanvasElement_DOMString";
+ static clip_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderingContext2D_clip_Callback";
- static createPattern_Callback_HTMLVideoElement_DOMString(mthis, canvas_OR_image, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLVideoElement_DOMString";
+ static createImageData_Callback_2(mthis, sw, sh) native "CanvasRenderingContext2D_createImageData_Callback";
- static createPattern_Callback_HTMLImageElement_DOMString(mthis, image, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLImageElement_DOMString";
+ static createImageData_Callback_1(mthis, imagedata) native "CanvasRenderingContext2D_createImageData_Callback";
- static createRadialGradient_Callback_float_float_float_float_float_float(mthis, x0, y0, r0, x1, y1, r1) native "CanvasRenderingContext2D_createRadialGradient_Callback_float_float_float_float_float_float";
+ static createLinearGradient_Callback_4(mthis, x0, y0, x1, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback";
- static drawFocusIfNeeded_Callback_Element(mthis, element_OR_path) native "CanvasRenderingContext2D_drawFocusIfNeeded_Callback_Element";
+ static createPattern_Callback_2(mthis, canvas_OR_image, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback";
- static drawFocusIfNeeded_Callback_Path2D_Element(mthis, element_OR_path, element) native "CanvasRenderingContext2D_drawFocusIfNeeded_Callback_Path2D_Element";
+ static createRadialGradient_Callback_6(mthis, x0, y0, r0, x1, y1, r1) native "CanvasRenderingContext2D_createRadialGradient_Callback";
- static drawImage_Callback_HTMLImageElement_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_HTMLImageElement_float_float";
+ static drawFocusIfNeeded_Callback_1(mthis, element_OR_path) native "CanvasRenderingContext2D_drawFocusIfNeeded_Callback";
- static drawImage_Callback_HTMLImageElement_float_float_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_drawImage_Callback_HTMLImageElement_float_float_float_float";
+ static drawFocusIfNeeded_Callback_2(mthis, element_OR_path, element) native "CanvasRenderingContext2D_drawFocusIfNeeded_Callback";
- static drawImage_Callback_HTMLImageElement_float_float_float_float_float_float_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderingContext2D_drawImage_Callback_HTMLImageElement_float_float_float_float_float_float_float_float";
+ static drawImage_Callback_3(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback";
- static drawImage_Callback_HTMLCanvasElement_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_HTMLCanvasElement_float_float";
+ 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 drawImage_Callback_HTMLCanvasElement_float_float_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_drawImage_Callback_HTMLCanvasElement_float_float_float_float";
-
- static drawImage_Callback_HTMLCanvasElement_float_float_float_float_float_float_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderingContext2D_drawImage_Callback_HTMLCanvasElement_float_float_float_float_float_float_float_float";
-
- static drawImage_Callback_HTMLVideoElement_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_HTMLVideoElement_float_float";
-
- static drawImage_Callback_HTMLVideoElement_float_float_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_drawImage_Callback_HTMLVideoElement_float_float_float_float";
-
- static drawImage_Callback_HTMLVideoElement_float_float_float_float_float_float_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderingContext2D_drawImage_Callback_HTMLVideoElement_float_float_float_float_float_float_float_float";
-
- static drawImage_Callback_ImageBitmap_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_ImageBitmap_float_float";
-
- static drawImage_Callback_ImageBitmap_float_float_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_drawImage_Callback_ImageBitmap_float_float_float_float";
-
- static drawImage_Callback_ImageBitmap_float_float_float_float_float_float_float_float(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) native "CanvasRenderingContext2D_drawImage_Callback_ImageBitmap_float_float_float_float_float_float_float_float";
+ 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 fill_Callback(mthis) native "CanvasRenderingContext2D_fill_Callback";
- static fill_Callback_DOMString(mthis, path_OR_winding) native "CanvasRenderingContext2D_fill_Callback_DOMString";
-
- static fill_Callback_Path2D(mthis, path_OR_winding) native "CanvasRenderingContext2D_fill_Callback_Path2D";
+ static fill_Callback_1(mthis, path_OR_winding) native "CanvasRenderingContext2D_fill_Callback";
- static fill_Callback_Path2D_DOMString(mthis, path_OR_winding, winding) native "CanvasRenderingContext2D_fill_Callback_Path2D_DOMString";
+ static fill_Callback_2(mthis, path_OR_winding, winding) native "CanvasRenderingContext2D_fill_Callback";
- static fillRect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_fillRect_Callback_float_float_float_float";
+ static fillRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_fillRect_Callback";
- static fillText_Callback_DOMString_float_float_float(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_fillText_Callback_DOMString_float_float_float";
+ static fillText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_fillText_Callback";
- static fillText_Callback_DOMString_float_float(mthis, text, x, y) native "CanvasRenderingContext2D_fillText_Callback_DOMString_float_float";
+ static fillText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext2D_fillText_Callback";
static getContextAttributes_Callback(mthis) native "CanvasRenderingContext2D_getContextAttributes_Callback";
- static getImageData_Callback_float_float_float_float(mthis, sx, sy, sw, sh) native "CanvasRenderingContext2D_getImageData_Callback_float_float_float_float";
+ static getImageData_Callback_4(mthis, sx, sy, sw, sh) native "CanvasRenderingContext2D_getImageData_Callback";
static getLineDash_Callback(mthis) native "CanvasRenderingContext2D_getLineDash_Callback";
static isContextLost_Callback(mthis) native "CanvasRenderingContext2D_isContextLost_Callback";
- static isPointInPath_Callback_float_float(mthis, path_OR_x, x_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback_float_float";
+ static isPointInPath_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback";
- static isPointInPath_Callback_float_float_DOMString(mthis, path_OR_x, x_OR_y, winding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback_float_float_DOMString";
+ static isPointInPath_Callback_3(mthis, path_OR_x, x_OR_y, winding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback";
- static isPointInPath_Callback_Path2D_float_float(mthis, path_OR_x, x_OR_y, winding_OR_y) native "CanvasRenderingContext2D_isPointInPath_Callback_Path2D_float_float";
+ static isPointInPath_Callback_4(mthis, path_OR_x, x_OR_y, winding_OR_y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback";
- static isPointInPath_Callback_Path2D_float_float_DOMString(mthis, path_OR_x, x_OR_y, winding_OR_y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback_Path2D_float_float_DOMString";
+ static isPointInStroke_Callback_2(mthis, path_OR_x, x_OR_y) native "CanvasRenderingContext2D_isPointInStroke_Callback";
- static isPointInStroke_Callback_float_float(mthis, path_OR_x, x_OR_y) native "CanvasRenderingContext2D_isPointInStroke_Callback_float_float";
+ static isPointInStroke_Callback_3(mthis, path_OR_x, x_OR_y, y) native "CanvasRenderingContext2D_isPointInStroke_Callback";
- static isPointInStroke_Callback_Path2D_float_float(mthis, path_OR_x, x_OR_y, y) native "CanvasRenderingContext2D_isPointInStroke_Callback_Path2D_float_float";
+ static measureText_Callback_1(mthis, text) native "CanvasRenderingContext2D_measureText_Callback";
- static measureText_Callback_DOMString(mthis, text) native "CanvasRenderingContext2D_measureText_Callback_DOMString";
+ static putImageData_Callback_3(mthis, imagedata, dx, dy) native "CanvasRenderingContext2D_putImageData_Callback";
- static putImageData_Callback_ImageData_float_float(mthis, imagedata, dx, dy) native "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float";
+ static putImageData_Callback_7(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingContext2D_putImageData_Callback";
- static putImageData_Callback_ImageData_float_float_float_float_float_float(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float_float_float_float_float";
-
- static removeHitRegion_Callback_DOMString(mthis, id) native "CanvasRenderingContext2D_removeHitRegion_Callback_DOMString";
+ static removeHitRegion_Callback_1(mthis, id) native "CanvasRenderingContext2D_removeHitRegion_Callback";
static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTransform_Callback";
static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callback";
- static rotate_Callback_float(mthis, angle) native "CanvasRenderingContext2D_rotate_Callback_float";
+ static rotate_Callback_1(mthis, angle) native "CanvasRenderingContext2D_rotate_Callback";
static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback";
- static scale_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2D_scale_Callback_float_float";
+ static scale_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_scale_Callback";
- static scrollPathIntoView_Callback_Path2D(mthis, path) native "CanvasRenderingContext2D_scrollPathIntoView_Callback_Path2D";
+ static scrollPathIntoView_Callback_1(mthis, path) native "CanvasRenderingContext2D_scrollPathIntoView_Callback";
static scrollPathIntoView_Callback(mthis) native "CanvasRenderingContext2D_scrollPathIntoView_Callback";
- static setLineDash_Callback_SEQ_float_SEQ(mthis, dash) native "CanvasRenderingContext2D_setLineDash_Callback_sequence<unrestricted float>";
+ static setLineDash_Callback_1(mthis, dash) native "CanvasRenderingContext2D_setLineDash_Callback";
- static setTransform_Callback_float_float_float_float_float_float(mthis, a, b, c, d, e, f) native "CanvasRenderingContext2D_setTransform_Callback_float_float_float_float_float_float";
+ static setTransform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderingContext2D_setTransform_Callback";
static stroke_Callback(mthis) native "CanvasRenderingContext2D_stroke_Callback";
- static stroke_Callback_Path2D(mthis, path) native "CanvasRenderingContext2D_stroke_Callback_Path2D";
+ static stroke_Callback_1(mthis, path) native "CanvasRenderingContext2D_stroke_Callback";
- static strokeRect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_strokeRect_Callback_float_float_float_float";
+ static strokeRect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_strokeRect_Callback";
- static strokeText_Callback_DOMString_float_float_float(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_strokeText_Callback_DOMString_float_float_float";
+ static strokeText_Callback_4(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_strokeText_Callback";
- static strokeText_Callback_DOMString_float_float(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback_DOMString_float_float";
+ static strokeText_Callback_3(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback";
- static transform_Callback_float_float_float_float_float_float(mthis, a, b, c, d, e, f) native "CanvasRenderingContext2D_transform_Callback_float_float_float_float_float_float";
+ static transform_Callback_6(mthis, a, b, c, d, e, f) native "CanvasRenderingContext2D_transform_Callback";
- static translate_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2D_translate_Callback_float_float";
+ static translate_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_translate_Callback";
- static arc_Callback_float_float_float_float_float_boolean(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callback_float_float_float_float_float_boolean";
+ static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callback";
- static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, radius) native "CanvasRenderingContext2D_arcTo_Callback_float_float_float_float_float";
+ static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "CanvasRenderingContext2D_arcTo_Callback";
- static bezierCurveTo_Callback_float_float_float_float_float_float(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "CanvasRenderingContext2D_bezierCurveTo_Callback_float_float_float_float_float_float";
+ static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "CanvasRenderingContext2D_bezierCurveTo_Callback";
static closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_Callback";
- static ellipse_Callback_float_float_float_float_float_float_float_boolean(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_ellipse_Callback_float_float_float_float_float_float_float_boolean";
+ static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_ellipse_Callback";
- static lineTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2D_lineTo_Callback_float_float";
+ static lineTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_lineTo_Callback";
- static moveTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2D_moveTo_Callback_float_float";
+ static moveTo_Callback_2(mthis, x, y) native "CanvasRenderingContext2D_moveTo_Callback";
- static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_float_float_float_float";
+ static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "CanvasRenderingContext2D_quadraticCurveTo_Callback";
- static rect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_rect_Callback_float_float_float_float";
+ static rect_Callback_4(mthis, x, y, width, height) native "CanvasRenderingContext2D_rect_Callback";
}
class BlinkChannelMergerNode {}
@@ -1019,7 +995,7 @@ class BlinkGeofencingRegion {
}
class BlinkCircularRegion {
- static constructorCallback_Dictionary(init) native "CircularRegion_constructorCallback_Dictionary";
+ static constructorCallback_1(init) native "CircularRegion_constructorCallback";
static latitude_Getter(mthis) native "CircularRegion_latitude_Getter";
@@ -1045,7 +1021,7 @@ class BlinkClientRect {
class BlinkClientRectList {
static length_Getter(mthis) native "ClientRectList_length_Getter";
- static item_Callback_ul(mthis, index) native "ClientRectList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "ClientRectList_item_Callback";
}
class BlinkCloseEvent {
@@ -1059,7 +1035,7 @@ class BlinkCloseEvent {
}
class BlinkComment {
- static constructorCallback_DOMString(data) native "Comment_constructorCallback_DOMString";
+ static constructorCallback_1(data) native "Comment_constructorCallback";
static constructorCallback() native "Comment_constructorCallback";
}
@@ -1085,7 +1061,7 @@ class BlinkUIEvent {
static which_Getter(mthis) native "UIEvent_which_Getter";
- static initUIEvent_Callback_DOMString_boolean_boolean_Window_long(mthis, type, canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback_DOMString_boolean_boolean_Window_long";
+ static initUIEvent_Callback_5(mthis, type, canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback";
}
class BlinkCompositionEvent {
@@ -1099,55 +1075,55 @@ class BlinkCompositionEvent {
static getSegments_Callback(mthis) native "CompositionEvent_getSegments_Callback";
- static initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMString(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "CompositionEvent_initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMString";
+ static initCompositionEvent_Callback_5(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "CompositionEvent_initCompositionEvent_Callback";
}
class BlinkConsoleBase {
- static assert_Callback_boolean_object(mthis, condition, arg) native "ConsoleBase_assert_Callback_boolean_object";
+ static assert_Callback_2(mthis, condition, arg) native "ConsoleBase_assert_Callback";
- static clear_Callback_object(mthis, arg) native "ConsoleBase_clear_Callback_object";
+ static clear_Callback_1(mthis, arg) native "ConsoleBase_clear_Callback";
- static count_Callback_object(mthis, arg) native "ConsoleBase_count_Callback_object";
+ static count_Callback_1(mthis, arg) native "ConsoleBase_count_Callback";
- static debug_Callback_object(mthis, arg) native "ConsoleBase_debug_Callback_object";
+ static debug_Callback_1(mthis, arg) native "ConsoleBase_debug_Callback";
- static dir_Callback_object(mthis, arg) native "ConsoleBase_dir_Callback_object";
+ static dir_Callback_1(mthis, arg) native "ConsoleBase_dir_Callback";
- static dirxml_Callback_object(mthis, arg) native "ConsoleBase_dirxml_Callback_object";
+ static dirxml_Callback_1(mthis, arg) native "ConsoleBase_dirxml_Callback";
- static error_Callback_object(mthis, arg) native "ConsoleBase_error_Callback_object";
+ static error_Callback_1(mthis, arg) native "ConsoleBase_error_Callback";
- static group_Callback_object(mthis, arg) native "ConsoleBase_group_Callback_object";
+ static group_Callback_1(mthis, arg) native "ConsoleBase_group_Callback";
- static groupCollapsed_Callback_object(mthis, arg) native "ConsoleBase_groupCollapsed_Callback_object";
+ static groupCollapsed_Callback_1(mthis, arg) native "ConsoleBase_groupCollapsed_Callback";
static groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callback";
- static info_Callback_object(mthis, arg) native "ConsoleBase_info_Callback_object";
+ static info_Callback_1(mthis, arg) native "ConsoleBase_info_Callback";
- static log_Callback_object(mthis, arg) native "ConsoleBase_log_Callback_object";
+ static log_Callback_1(mthis, arg) native "ConsoleBase_log_Callback";
- static markTimeline_Callback_DOMString(mthis, title) native "ConsoleBase_markTimeline_Callback_DOMString";
+ static markTimeline_Callback_1(mthis, title) native "ConsoleBase_markTimeline_Callback";
- static profile_Callback_DOMString(mthis, title) native "ConsoleBase_profile_Callback_DOMString";
+ static profile_Callback_1(mthis, title) native "ConsoleBase_profile_Callback";
- static profileEnd_Callback_DOMString(mthis, title) native "ConsoleBase_profileEnd_Callback_DOMString";
+ static profileEnd_Callback_1(mthis, title) native "ConsoleBase_profileEnd_Callback";
- static table_Callback_object(mthis, arg) native "ConsoleBase_table_Callback_object";
+ static table_Callback_1(mthis, arg) native "ConsoleBase_table_Callback";
- static time_Callback_DOMString(mthis, title) native "ConsoleBase_time_Callback_DOMString";
+ static time_Callback_1(mthis, title) native "ConsoleBase_time_Callback";
- static timeEnd_Callback_DOMString(mthis, title) native "ConsoleBase_timeEnd_Callback_DOMString";
+ static timeEnd_Callback_1(mthis, title) native "ConsoleBase_timeEnd_Callback";
- static timeStamp_Callback_DOMString(mthis, title) native "ConsoleBase_timeStamp_Callback_DOMString";
+ static timeStamp_Callback_1(mthis, title) native "ConsoleBase_timeStamp_Callback";
- static timeline_Callback_DOMString(mthis, title) native "ConsoleBase_timeline_Callback_DOMString";
+ static timeline_Callback_1(mthis, title) native "ConsoleBase_timeline_Callback";
- static timelineEnd_Callback_DOMString(mthis, title) native "ConsoleBase_timelineEnd_Callback_DOMString";
+ static timelineEnd_Callback_1(mthis, title) native "ConsoleBase_timelineEnd_Callback";
- static trace_Callback_object(mthis, arg) native "ConsoleBase_trace_Callback_object";
+ static trace_Callback_1(mthis, arg) native "ConsoleBase_trace_Callback";
- static warn_Callback_object(mthis, arg) native "ConsoleBase_warn_Callback_object";
+ static warn_Callback_1(mthis, arg) native "ConsoleBase_warn_Callback";
}
class BlinkConsole {
@@ -1157,11 +1133,11 @@ class BlinkConsole {
class BlinkConvolverNode {
static buffer_Getter(mthis) native "ConvolverNode_buffer_Getter";
- static buffer_Setter_AudioBuffer(mthis, value) native "ConvolverNode_buffer_Setter";
+ static buffer_Setter(mthis, value) native "ConvolverNode_buffer_Setter";
static normalize_Getter(mthis) native "ConvolverNode_normalize_Getter";
- static normalize_Setter_boolean(mthis, value) native "ConvolverNode_normalize_Setter";
+ static normalize_Setter(mthis, value) native "ConvolverNode_normalize_Setter";
}
class BlinkCoordinates {
@@ -1191,23 +1167,25 @@ class BlinkCredential {
}
class BlinkCredentialsContainer {
- static notifyFailedSignIn_Callback_Credential(mthis, credential) native "CredentialsContainer_notifyFailedSignIn_Callback_Credential";
+ static notifyFailedSignIn_Callback_1(mthis, credential) native "CredentialsContainer_notifyFailedSignIn_Callback";
static notifyFailedSignIn_Callback(mthis) native "CredentialsContainer_notifyFailedSignIn_Callback";
- static notifySignedIn_Callback_Credential(mthis, credential) native "CredentialsContainer_notifySignedIn_Callback_Credential";
+ static notifySignedIn_Callback_1(mthis, credential) native "CredentialsContainer_notifySignedIn_Callback";
static notifySignedIn_Callback(mthis) native "CredentialsContainer_notifySignedIn_Callback";
static notifySignedOut_Callback(mthis) native "CredentialsContainer_notifySignedOut_Callback";
- static request_Callback_Dictionary(mthis, options) native "CredentialsContainer_request_Callback_Dictionary";
+ static request_Callback_1(mthis, options) native "CredentialsContainer_request_Callback";
+
+ static request_Callback(mthis) native "CredentialsContainer_request_Callback";
}
class BlinkCrypto {
static subtle_Getter(mthis) native "Crypto_subtle_Getter";
- static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_getRandomValues_Callback";
+ static getRandomValues_Callback_1(mthis, array) native "Crypto_getRandomValues_Callback";
}
class BlinkCryptoKey {
@@ -1225,11 +1203,11 @@ class BlinkCustomEvent {
static detail_Getter(mthis) native "CustomEvent_detail_Getter";
- static initCustomEvent_Callback_DOMString_boolean_boolean_ScriptValue(mthis, typeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEvent_Callback";
+ static initCustomEvent_Callback_4(mthis, typeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEvent_Callback";
}
class BlinkDOMError {
- static constructorCallback_DOMString_DOMString(name, message) native "DOMError_constructorCallback_DOMString_DOMString";
+ static constructorCallback_2(name, message) native "DOMError_constructorCallback";
static message_Getter(mthis) native "DOMError_message_Getter";
@@ -1253,13 +1231,13 @@ class BlinkDOMFileSystem {
class BlinkDOMFileSystemSync {}
class BlinkDOMImplementation {
- static createDocument_Callback_DOMString_DOMString_DocumentType(mthis, namespaceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback_DOMString_DOMString_DocumentType";
+ static createDocument_Callback_3(mthis, namespaceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback";
- static createDocumentType_Callback_DOMString_DOMString_DOMString(mthis, qualifiedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callback_DOMString_DOMString_DOMString";
+ static createDocumentType_Callback_3(mthis, qualifiedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callback";
- static createHTMLDocument_Callback_DOMString(mthis, title) native "DOMImplementation_createHTMLDocument_Callback_DOMString";
+ static createHTMLDocument_Callback_1(mthis, title) native "DOMImplementation_createHTMLDocument_Callback";
- static hasFeature_Callback_DOMString_DOMString(mthis, feature, version) native "DOMImplementation_hasFeature_Callback_DOMString_DOMString";
+ static hasFeature_Callback_2(mthis, feature, version) native "DOMImplementation_hasFeature_Callback";
}
class BlinkDOMMatrixReadOnly {
@@ -1315,105 +1293,105 @@ class BlinkDOMMatrixReadOnly {
class BlinkDOMMatrix {
static constructorCallback() native "DOMMatrix_constructorCallback";
- static constructorCallback_DOMMatrixReadOnly(other) native "DOMMatrix_constructorCallback_DOMMatrixReadOnly";
+ static constructorCallback_1(other) native "DOMMatrix_constructorCallback";
static a_Getter(mthis) native "DOMMatrix_a_Getter";
- static a_Setter_double(mthis, value) native "DOMMatrix_a_Setter";
+ static a_Setter(mthis, value) native "DOMMatrix_a_Setter";
static b_Getter(mthis) native "DOMMatrix_b_Getter";
- static b_Setter_double(mthis, value) native "DOMMatrix_b_Setter";
+ static b_Setter(mthis, value) native "DOMMatrix_b_Setter";
static c_Getter(mthis) native "DOMMatrix_c_Getter";
- static c_Setter_double(mthis, value) native "DOMMatrix_c_Setter";
+ static c_Setter(mthis, value) native "DOMMatrix_c_Setter";
static d_Getter(mthis) native "DOMMatrix_d_Getter";
- static d_Setter_double(mthis, value) native "DOMMatrix_d_Setter";
+ static d_Setter(mthis, value) native "DOMMatrix_d_Setter";
static e_Getter(mthis) native "DOMMatrix_e_Getter";
- static e_Setter_double(mthis, value) native "DOMMatrix_e_Setter";
+ static e_Setter(mthis, value) native "DOMMatrix_e_Setter";
static f_Getter(mthis) native "DOMMatrix_f_Getter";
- static f_Setter_double(mthis, value) native "DOMMatrix_f_Setter";
+ static f_Setter(mthis, value) native "DOMMatrix_f_Setter";
static m11_Getter(mthis) native "DOMMatrix_m11_Getter";
- static m11_Setter_double(mthis, value) native "DOMMatrix_m11_Setter";
+ static m11_Setter(mthis, value) native "DOMMatrix_m11_Setter";
static m12_Getter(mthis) native "DOMMatrix_m12_Getter";
- static m12_Setter_double(mthis, value) native "DOMMatrix_m12_Setter";
+ static m12_Setter(mthis, value) native "DOMMatrix_m12_Setter";
static m13_Getter(mthis) native "DOMMatrix_m13_Getter";
- static m13_Setter_double(mthis, value) native "DOMMatrix_m13_Setter";
+ static m13_Setter(mthis, value) native "DOMMatrix_m13_Setter";
static m14_Getter(mthis) native "DOMMatrix_m14_Getter";
- static m14_Setter_double(mthis, value) native "DOMMatrix_m14_Setter";
+ static m14_Setter(mthis, value) native "DOMMatrix_m14_Setter";
static m21_Getter(mthis) native "DOMMatrix_m21_Getter";
- static m21_Setter_double(mthis, value) native "DOMMatrix_m21_Setter";
+ static m21_Setter(mthis, value) native "DOMMatrix_m21_Setter";
static m22_Getter(mthis) native "DOMMatrix_m22_Getter";
- static m22_Setter_double(mthis, value) native "DOMMatrix_m22_Setter";
+ static m22_Setter(mthis, value) native "DOMMatrix_m22_Setter";
static m23_Getter(mthis) native "DOMMatrix_m23_Getter";
- static m23_Setter_double(mthis, value) native "DOMMatrix_m23_Setter";
+ static m23_Setter(mthis, value) native "DOMMatrix_m23_Setter";
static m24_Getter(mthis) native "DOMMatrix_m24_Getter";
- static m24_Setter_double(mthis, value) native "DOMMatrix_m24_Setter";
+ static m24_Setter(mthis, value) native "DOMMatrix_m24_Setter";
static m31_Getter(mthis) native "DOMMatrix_m31_Getter";
- static m31_Setter_double(mthis, value) native "DOMMatrix_m31_Setter";
+ static m31_Setter(mthis, value) native "DOMMatrix_m31_Setter";
static m32_Getter(mthis) native "DOMMatrix_m32_Getter";
- static m32_Setter_double(mthis, value) native "DOMMatrix_m32_Setter";
+ static m32_Setter(mthis, value) native "DOMMatrix_m32_Setter";
static m33_Getter(mthis) native "DOMMatrix_m33_Getter";
- static m33_Setter_double(mthis, value) native "DOMMatrix_m33_Setter";
+ static m33_Setter(mthis, value) native "DOMMatrix_m33_Setter";
static m34_Getter(mthis) native "DOMMatrix_m34_Getter";
- static m34_Setter_double(mthis, value) native "DOMMatrix_m34_Setter";
+ static m34_Setter(mthis, value) native "DOMMatrix_m34_Setter";
static m41_Getter(mthis) native "DOMMatrix_m41_Getter";
- static m41_Setter_double(mthis, value) native "DOMMatrix_m41_Setter";
+ static m41_Setter(mthis, value) native "DOMMatrix_m41_Setter";
static m42_Getter(mthis) native "DOMMatrix_m42_Getter";
- static m42_Setter_double(mthis, value) native "DOMMatrix_m42_Setter";
+ static m42_Setter(mthis, value) native "DOMMatrix_m42_Setter";
static m43_Getter(mthis) native "DOMMatrix_m43_Getter";
- static m43_Setter_double(mthis, value) native "DOMMatrix_m43_Setter";
+ static m43_Setter(mthis, value) native "DOMMatrix_m43_Setter";
static m44_Getter(mthis) native "DOMMatrix_m44_Getter";
- static m44_Setter_double(mthis, value) native "DOMMatrix_m44_Setter";
+ static m44_Setter(mthis, value) native "DOMMatrix_m44_Setter";
}
class BlinkDOMParser {
static constructorCallback() native "DOMParser_constructorCallback";
- static parseFromString_Callback_DOMString_DOMString(mthis, str, contentType) native "DOMParser_parseFromString_Callback_DOMString_DOMString";
+ static parseFromString_Callback_2(mthis, str, contentType) native "DOMParser_parseFromString_Callback";
}
class BlinkDOMPointReadOnly {
- static constructorCallback_double_double_double_double(x, y, z, w) native "DOMPointReadOnly_constructorCallback_double_double_double_double";
+ static constructorCallback_4(x, y, z, w) native "DOMPointReadOnly_constructorCallback";
static w_Getter(mthis) native "DOMPointReadOnly_w_Getter";
@@ -1427,33 +1405,33 @@ class BlinkDOMPointReadOnly {
class BlinkDOMPoint {
static constructorCallback() native "DOMPoint_constructorCallback";
- static constructorCallback_Dictionary(point_OR_x) native "DOMPoint_constructorCallback_Dictionary";
+ static constructorCallback_1(point_OR_x) native "DOMPoint_constructorCallback";
- static constructorCallback_double_double(point_OR_x, y) native "DOMPoint_constructorCallback_double_double";
+ static constructorCallback_2(point_OR_x, y) native "DOMPoint_constructorCallback";
- static constructorCallback_double_double_double(point_OR_x, y, z) native "DOMPoint_constructorCallback_double_double_double";
+ static constructorCallback_3(point_OR_x, y, z) native "DOMPoint_constructorCallback";
- static constructorCallback_double_double_double_double(point_OR_x, y, z, w) native "DOMPoint_constructorCallback_double_double_double_double";
+ static constructorCallback_4(point_OR_x, y, z, w) native "DOMPoint_constructorCallback";
static w_Getter(mthis) native "DOMPoint_w_Getter";
- static w_Setter_double(mthis, value) native "DOMPoint_w_Setter";
+ static w_Setter(mthis, value) native "DOMPoint_w_Setter";
static x_Getter(mthis) native "DOMPoint_x_Getter";
- static x_Setter_double(mthis, value) native "DOMPoint_x_Setter";
+ static x_Setter(mthis, value) native "DOMPoint_x_Setter";
static y_Getter(mthis) native "DOMPoint_y_Getter";
- static y_Setter_double(mthis, value) native "DOMPoint_y_Setter";
+ static y_Setter(mthis, value) native "DOMPoint_y_Setter";
static z_Getter(mthis) native "DOMPoint_z_Getter";
- static z_Setter_double(mthis, value) native "DOMPoint_z_Setter";
+ static z_Setter(mthis, value) native "DOMPoint_z_Setter";
}
class BlinkDOMRectReadOnly {
- static constructorCallback_double_double_double_double(x, y, width, height) native "DOMRectReadOnly_constructorCallback_double_double_double_double";
+ static constructorCallback_4(x, y, width, height) native "DOMRectReadOnly_constructorCallback";
static bottom_Getter(mthis) native "DOMRectReadOnly_bottom_Getter";
@@ -1473,87 +1451,81 @@ class BlinkDOMRectReadOnly {
}
class BlinkDOMRect {
- static constructorCallback_double_double_double_double(x, y, width, height) native "DOMRect_constructorCallback_double_double_double_double";
+ static constructorCallback_4(x, y, width, height) native "DOMRect_constructorCallback";
- static constructorCallback_double_double_double(x, y, width) native "DOMRect_constructorCallback_double_double_double";
+ static constructorCallback_3(x, y, width) native "DOMRect_constructorCallback";
- static constructorCallback_double_double(x, y) native "DOMRect_constructorCallback_double_double";
+ static constructorCallback_2(x, y) native "DOMRect_constructorCallback";
- static constructorCallback_double(x) native "DOMRect_constructorCallback_double";
+ static constructorCallback_1(x) native "DOMRect_constructorCallback";
static constructorCallback() native "DOMRect_constructorCallback";
static height_Getter(mthis) native "DOMRect_height_Getter";
- static height_Setter_double(mthis, value) native "DOMRect_height_Setter";
+ static height_Setter(mthis, value) native "DOMRect_height_Setter";
static width_Getter(mthis) native "DOMRect_width_Getter";
- static width_Setter_double(mthis, value) native "DOMRect_width_Setter";
+ static width_Setter(mthis, value) native "DOMRect_width_Setter";
static x_Getter(mthis) native "DOMRect_x_Getter";
- static x_Setter_double(mthis, value) native "DOMRect_x_Setter";
+ static x_Setter(mthis, value) native "DOMRect_x_Setter";
static y_Getter(mthis) native "DOMRect_y_Getter";
- static y_Setter_double(mthis, value) native "DOMRect_y_Setter";
+ static y_Setter(mthis, value) native "DOMRect_y_Setter";
}
class BlinkDOMTokenList {
static length_Getter(mthis) native "DOMTokenList_length_Getter";
- static add_Callback_DOMString(mthis, tokens) native "DOMTokenList_add_Callback_DOMString";
+ static add_Callback_1(mthis, tokens) native "DOMTokenList_add_Callback";
- static contains_Callback_DOMString(mthis, token) native "DOMTokenList_contains_Callback_DOMString";
+ static contains_Callback_1(mthis, token) native "DOMTokenList_contains_Callback";
- static item_Callback_ul(mthis, index) native "DOMTokenList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "DOMTokenList_item_Callback";
- static remove_Callback_DOMString(mthis, tokens) native "DOMTokenList_remove_Callback_DOMString";
+ static remove_Callback_1(mthis, tokens) native "DOMTokenList_remove_Callback";
- static toggle_Callback_DOMString_boolean(mthis, token, force) native "DOMTokenList_toggle_Callback_DOMString_boolean";
+ static toggle_Callback_2(mthis, token, force) native "DOMTokenList_toggle_Callback";
- static toggle_Callback_DOMString(mthis, token) native "DOMTokenList_toggle_Callback_DOMString";
+ static toggle_Callback_1(mthis, token) native "DOMTokenList_toggle_Callback";
}
class BlinkDOMSettableTokenList {
static value_Getter(mthis) native "DOMSettableTokenList_value_Getter";
- static value_Setter_DOMString(mthis, value) native "DOMSettableTokenList_value_Setter";
+ static value_Setter(mthis, value) native "DOMSettableTokenList_value_Setter";
- static $__getter___Callback_ul(mthis, index) native "DOMSettableTokenList___getter___Callback_unsigned long";
+ static $__getter___Callback_1(mthis, index) native "DOMSettableTokenList___getter___Callback";
}
class BlinkDOMStringList {
static length_Getter(mthis) native "DOMStringList_length_Getter";
- static contains_Callback_DOMString(mthis, string) native "DOMStringList_contains_Callback_DOMString";
+ static contains_Callback_1(mthis, string) native "DOMStringList_contains_Callback";
- static item_Callback_ul(mthis, index) native "DOMStringList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "DOMStringList_item_Callback";
}
class BlinkDOMStringMap {
- static $__delete___Callback_ul(mthis, index_OR_name) native "DOMStringMap___delete___Callback_unsigned long";
-
- static $__delete___Callback_DOMString(mthis, index_OR_name) native "DOMStringMap___delete___Callback_DOMString";
-
- static $__getter___Callback_ul(mthis, index_OR_name) native "DOMStringMap___getter___Callback_unsigned long";
+ static $__delete___Callback_1(mthis, index_OR_name) native "DOMStringMap___delete___Callback";
- static $__getter___Callback_DOMString(mthis, index_OR_name) native "DOMStringMap___getter___Callback_DOMString";
+ static $__getter___Callback_1(mthis, index_OR_name) native "DOMStringMap___getter___Callback";
- static $__setter___Callback_ul_DOMString(mthis, index_OR_name, value) native "DOMStringMap___setter___Callback_unsigned long_DOMString";
-
- static $__setter___Callback_DOMString_DOMString(mthis, index_OR_name, value) native "DOMStringMap___setter___Callback_DOMString_DOMString";
+ static $__setter___Callback_2(mthis, index_OR_name, value) native "DOMStringMap___setter___Callback";
}
class BlinkDataTransfer {
static dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter";
- static dropEffect_Setter_DOMString(mthis, value) native "DataTransfer_dropEffect_Setter";
+ static dropEffect_Setter(mthis, value) native "DataTransfer_dropEffect_Setter";
static effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_Getter";
- static effectAllowed_Setter_DOMString(mthis, value) native "DataTransfer_effectAllowed_Setter";
+ static effectAllowed_Setter(mthis, value) native "DataTransfer_effectAllowed_Setter";
static files_Getter(mthis) native "DataTransfer_files_Getter";
@@ -1561,15 +1533,15 @@ class BlinkDataTransfer {
static types_Getter(mthis) native "DataTransfer_types_Getter";
- static clearData_Callback_DOMString(mthis, type) native "DataTransfer_clearData_Callback_DOMString";
+ static clearData_Callback_1(mthis, type) native "DataTransfer_clearData_Callback";
static clearData_Callback(mthis) native "DataTransfer_clearData_Callback";
- static getData_Callback_DOMString(mthis, type) native "DataTransfer_getData_Callback_DOMString";
+ static getData_Callback_1(mthis, type) native "DataTransfer_getData_Callback";
- static setData_Callback_DOMString_DOMString(mthis, type, data) native "DataTransfer_setData_Callback_DOMString_DOMString";
+ static setData_Callback_2(mthis, type, data) native "DataTransfer_setData_Callback";
- static setDragImage_Callback_Element_long_long(mthis, image, x, y) native "DataTransfer_setDragImage_Callback_Element_long_long";
+ static setDragImage_Callback_3(mthis, image, x, y) native "DataTransfer_setDragImage_Callback";
}
class BlinkDataTransferItem {
@@ -1579,7 +1551,7 @@ class BlinkDataTransferItem {
static getAsFile_Callback(mthis) native "DataTransferItem_getAsFile_Callback";
- static getAsString_Callback_StringCallback(mthis, callback) native "DataTransferItem_getAsString_Callback_StringCallback";
+ static getAsString_Callback_1(mthis, callback) native "DataTransferItem_getAsString_Callback";
static webkitGetAsEntry_Callback(mthis) native "DataTransferItem_webkitGetAsEntry_Callback";
}
@@ -1587,43 +1559,57 @@ class BlinkDataTransferItem {
class BlinkDataTransferItemList {
static length_Getter(mthis) native "DataTransferItemList_length_Getter";
- static $__getter___Callback_ul(mthis, index) native "DataTransferItemList___getter___Callback_unsigned long";
+ static $__getter___Callback_1(mthis, index) native "DataTransferItemList___getter___Callback";
- static add_Callback_DOMString_DOMString(mthis, data_OR_file, type) native "DataTransferItemList_add_Callback_DOMString_DOMString";
+ static add_Callback_2(mthis, data_OR_file, type) native "DataTransferItemList_add_Callback";
- static add_Callback_File(mthis, data_OR_file) native "DataTransferItemList_add_Callback_File";
+ static add_Callback_1(mthis, data_OR_file) native "DataTransferItemList_add_Callback";
static clear_Callback(mthis) native "DataTransferItemList_clear_Callback";
- static remove_Callback_ul(mthis, index) native "DataTransferItemList_remove_Callback_unsigned long";
+ static remove_Callback_1(mthis, index) native "DataTransferItemList_remove_Callback";
}
class BlinkDatabase {
static version_Getter(mthis) native "Database_version_Getter";
- static changeVersion_Callback_DOMString_DOMString_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback(mthis, oldVersion, newVersion, callback, errorCallback, successCallback) native "Database_changeVersion_Callback_DOMString_DOMString_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback";
+ static changeVersion_Callback_5(mthis, oldVersion, newVersion, callback, errorCallback, successCallback) 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_2(mthis, oldVersion, newVersion) native "Database_changeVersion_Callback";
- static readTransaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback(mthis, callback, errorCallback, successCallback) native "Database_readTransaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback";
+ static readTransaction_Callback_3(mthis, callback, errorCallback, successCallback) native "Database_readTransaction_Callback";
- static transaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback(mthis, callback, errorCallback, successCallback) native "Database_transaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback";
+ static readTransaction_Callback_2(mthis, callback, errorCallback) native "Database_readTransaction_Callback";
+
+ static readTransaction_Callback_1(mthis, callback) native "Database_readTransaction_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 transaction_Callback_1(mthis, callback) native "Database_transaction_Callback";
}
class BlinkDatabaseSync {}
class BlinkWindowBase64 {
- static atob_Callback_DOMString(mthis, string) native "WindowBase64_atob_Callback_DOMString";
+ static atob_Callback_1(mthis, string) native "WindowBase64_atob_Callback";
- static btoa_Callback_DOMString(mthis, string) native "WindowBase64_btoa_Callback_DOMString";
+ static btoa_Callback_1(mthis, string) native "WindowBase64_btoa_Callback";
}
class BlinkWindowTimers {
- static clearInterval_Callback_long(mthis, handle) native "WindowTimers_clearInterval_Callback_long";
+ static clearInterval_Callback_1(mthis, handle) native "WindowTimers_clearInterval_Callback";
- static clearTimeout_Callback_long(mthis, handle) native "WindowTimers_clearTimeout_Callback_long";
+ static clearTimeout_Callback_1(mthis, handle) native "WindowTimers_clearTimeout_Callback";
- static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "WindowTimers_setInterval_Callback";
+ static setInterval_Callback_2(mthis, handler, timeout) native "WindowTimers_setInterval_Callback";
- static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "WindowTimers_setTimeout_Callback";
+ static setTimeout_Callback_2(mthis, handler, timeout) native "WindowTimers_setTimeout_Callback";
}
class BlinkWorkerGlobalScope {
@@ -1643,35 +1629,45 @@ class BlinkWorkerGlobalScope {
static close_Callback(mthis) native "WorkerGlobalScope_close_Callback";
- static importScripts_Callback_DOMString(mthis, urls) native "WorkerGlobalScope_importScripts_Callback_DOMString";
+ static importScripts_Callback_1(mthis, urls) native "WorkerGlobalScope_importScripts_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 openDatabaseSync_Callback_5(mthis, name, version, displayName, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabaseSync_Callback";
+
+ static openDatabaseSync_Callback_4(mthis, name, version, displayName, estimatedSize) native "WorkerGlobalScope_openDatabaseSync_Callback";
- static openDatabase_Callback_DOMString_DOMString_DOMString_ul_DatabaseCallback(mthis, name, version, displayName, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabase_Callback_DOMString_DOMString_DOMString_unsigned long_DatabaseCallback";
+ static webkitRequestFileSystem_Callback_4(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
- static openDatabaseSync_Callback_DOMString_DOMString_DOMString_ul_DatabaseCallback(mthis, name, version, displayName, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabaseSync_Callback_DOMString_DOMString_DOMString_unsigned long_DatabaseCallback";
+ static webkitRequestFileSystem_Callback_3(mthis, type, size, successCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
- static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback_unsigned short_long long_FileSystemCallback_ErrorCallback";
+ static webkitRequestFileSystem_Callback_2(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystem_Callback";
- static webkitRequestFileSystemSync_Callback_us_ll(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback_unsigned short_long long";
+ static webkitRequestFileSystemSync_Callback_2(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback";
- static webkitResolveLocalFileSystemSyncURL_Callback_DOMString(mthis, url) native "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback_DOMString";
+ static webkitResolveLocalFileSystemSyncURL_Callback_1(mthis, url) native "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback";
- static webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback(mthis, url, successCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback";
+ static webkitResolveLocalFileSystemURL_Callback_3(mthis, url, successCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback";
- static atob_Callback_DOMString(mthis, string) native "WorkerGlobalScope_atob_Callback_DOMString";
+ static webkitResolveLocalFileSystemURL_Callback_2(mthis, url, successCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback";
- static btoa_Callback_DOMString(mthis, string) native "WorkerGlobalScope_btoa_Callback_DOMString";
+ static atob_Callback_1(mthis, string) native "WorkerGlobalScope_atob_Callback";
- static clearInterval_Callback_long(mthis, handle) native "WorkerGlobalScope_clearInterval_Callback_long";
+ static btoa_Callback_1(mthis, string) native "WorkerGlobalScope_btoa_Callback";
- static clearTimeout_Callback_long(mthis, handle) native "WorkerGlobalScope_clearTimeout_Callback_long";
+ static clearInterval_Callback_1(mthis, handle) native "WorkerGlobalScope_clearInterval_Callback";
- static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "WorkerGlobalScope_setInterval_Callback";
+ static clearTimeout_Callback_1(mthis, handle) native "WorkerGlobalScope_clearTimeout_Callback";
- static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "WorkerGlobalScope_setTimeout_Callback";
+ static setInterval_Callback_2(mthis, handler, timeout) native "WorkerGlobalScope_setInterval_Callback";
+
+ static setTimeout_Callback_2(mthis, handler, timeout) native "WorkerGlobalScope_setTimeout_Callback";
}
class BlinkDedicatedWorkerGlobalScope {
- static postMessage_Callback_ScriptValue_SEQ_MessagePort_SEQ(mthis, message, transfer) native "DedicatedWorkerGlobalScope_postMessage_Callback";
+ static postMessage_Callback_2(mthis, message, transfer) native "DedicatedWorkerGlobalScope_postMessage_Callback";
}
class BlinkDelayNode {
@@ -1679,15 +1675,29 @@ class BlinkDelayNode {
}
class BlinkDeprecatedStorageInfo {
- static queryUsageAndQuota_Callback_us_StorageUsageCallback_StorageErrorCallback(mthis, storageType, usageCallback, errorCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback_unsigned short_StorageUsageCallback_StorageErrorCallback";
+ static queryUsageAndQuota_Callback_3(mthis, storageType, usageCallback, errorCallback) 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 requestQuota_Callback_4(mthis, storageType, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota_Callback";
- static requestQuota_Callback_us_ull_StorageQuotaCallback_StorageErrorCallback(mthis, storageType, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota_Callback_unsigned short_unsigned long long_StorageQuotaCallback_StorageErrorCallback";
+ static requestQuota_Callback_3(mthis, storageType, newQuotaInBytes, quotaCallback) native "DeprecatedStorageInfo_requestQuota_Callback";
+
+ static requestQuota_Callback_2(mthis, storageType, newQuotaInBytes) native "DeprecatedStorageInfo_requestQuota_Callback";
}
class BlinkDeprecatedStorageQuota {
- static queryUsageAndQuota_Callback_StorageUsageCallback_StorageErrorCallback(mthis, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback_StorageUsageCallback_StorageErrorCallback";
+ 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 requestQuota_Callback_2(mthis, newQuotaInBytes, quotaCallback) native "DeprecatedStorageQuota_requestQuota_Callback";
- static requestQuota_Callback_ull_StorageQuotaCallback_StorageErrorCallback(mthis, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageQuota_requestQuota_Callback_unsigned long long_StorageQuotaCallback_StorageErrorCallback";
+ static requestQuota_Callback_1(mthis, newQuotaInBytes) native "DeprecatedStorageQuota_requestQuota_Callback";
}
class BlinkDeviceAcceleration {
@@ -1713,7 +1723,7 @@ class BlinkDeviceMotionEvent {
static rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Getter";
- static initDeviceMotionEvent_Callback_DOMString_boolean_boolean_DeviceAcceleration_DeviceAcceleration_DeviceRotationRate_double(mthis, type, bubbles, cancelable, acceleration, accelerationIncludingGravity, rotationRate, interval) native "DeviceMotionEvent_initDeviceMotionEvent_Callback";
+ static initDeviceMotionEvent_Callback_7(mthis, type, bubbles, cancelable, acceleration, accelerationIncludingGravity, rotationRate, interval) native "DeviceMotionEvent_initDeviceMotionEvent_Callback";
}
class BlinkDeviceOrientationEvent {
@@ -1725,7 +1735,7 @@ class BlinkDeviceOrientationEvent {
static gamma_Getter(mthis) native "DeviceOrientationEvent_gamma_Getter";
- static initDeviceOrientationEvent_Callback_DOMString_boolean_boolean_double_double_double_boolean(mthis, type, bubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent_initDeviceOrientationEvent_Callback";
+ static initDeviceOrientationEvent_Callback_7(mthis, type, bubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent_initDeviceOrientationEvent_Callback";
}
class BlinkDeviceRotationRate {
@@ -1747,19 +1757,35 @@ class BlinkEntry {
static name_Getter(mthis) native "Entry_name_Getter";
- static copyTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback(mthis, parent, name, successCallback, errorCallback) native "Entry_copyTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback";
+ 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 copyTo_Callback_2(mthis, parent, name) native "Entry_copyTo_Callback";
+
+ static copyTo_Callback_1(mthis, parent) native "Entry_copyTo_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_2(mthis, successCallback, errorCallback) native "Entry_getParent_Callback";
+
+ static getParent_Callback_1(mthis, successCallback) native "Entry_getParent_Callback";
+
+ static getParent_Callback(mthis) native "Entry_getParent_Callback";
- static copyTo_Callback_DirectoryEntry(mthis, parent) native "Entry_copyTo_Callback_DirectoryEntry";
+ static moveTo_Callback_4(mthis, parent, name, successCallback, errorCallback) native "Entry_moveTo_Callback";
- static getMetadata_Callback_MetadataCallback_ErrorCallback(mthis, successCallback, errorCallback) native "Entry_getMetadata_Callback_MetadataCallback_ErrorCallback";
+ static moveTo_Callback_3(mthis, parent, name, successCallback) native "Entry_moveTo_Callback";
- static getParent_Callback_EntryCallback_ErrorCallback(mthis, successCallback, errorCallback) native "Entry_getParent_Callback_EntryCallback_ErrorCallback";
+ static moveTo_Callback_2(mthis, parent, name) native "Entry_moveTo_Callback";
- static moveTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback(mthis, parent, name, successCallback, errorCallback) native "Entry_moveTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback";
+ static moveTo_Callback_1(mthis, parent) native "Entry_moveTo_Callback";
- static moveTo_Callback_DirectoryEntry(mthis, parent) native "Entry_moveTo_Callback_DirectoryEntry";
+ static remove_Callback_2(mthis, successCallback, errorCallback) native "Entry_remove_Callback";
- static remove_Callback_VoidCallback_ErrorCallback(mthis, successCallback, errorCallback) native "Entry_remove_Callback_VoidCallback_ErrorCallback";
+ static remove_Callback_1(mthis, successCallback) native "Entry_remove_Callback";
static toURL_Callback(mthis) native "Entry_toURL_Callback";
}
@@ -1767,11 +1793,25 @@ class BlinkEntry {
class BlinkDirectoryEntry {
static createReader_Callback(mthis) native "DirectoryEntry_createReader_Callback";
- static getDirectory_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getDirectory_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback";
+ static getDirectory_Callback_4(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getDirectory_Callback";
- static getFile_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getFile_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback";
+ static getDirectory_Callback_3(mthis, path, options, successCallback) native "DirectoryEntry_getDirectory_Callback";
- static removeRecursively_Callback_VoidCallback_ErrorCallback(mthis, successCallback, errorCallback) native "DirectoryEntry_removeRecursively_Callback_VoidCallback_ErrorCallback";
+ static getDirectory_Callback_2(mthis, path, options) native "DirectoryEntry_getDirectory_Callback";
+
+ static getDirectory_Callback_1(mthis, path) native "DirectoryEntry_getDirectory_Callback";
+
+ static getFile_Callback_4(mthis, path, options, successCallback, errorCallback) 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_1(mthis, path) native "DirectoryEntry_getFile_Callback";
+
+ static removeRecursively_Callback_2(mthis, successCallback, errorCallback) native "DirectoryEntry_removeRecursively_Callback";
+
+ static removeRecursively_Callback_1(mthis, successCallback) native "DirectoryEntry_removeRecursively_Callback";
}
class BlinkEntrySync {}
@@ -1779,7 +1819,9 @@ class BlinkEntrySync {}
class BlinkDirectoryEntrySync {}
class BlinkDirectoryReader {
- static readEntries_Callback_EntriesCallback_ErrorCallback(mthis, successCallback, errorCallback) native "DirectoryReader_readEntries_Callback_EntriesCallback_ErrorCallback";
+ static readEntries_Callback_2(mthis, successCallback, errorCallback) native "DirectoryReader_readEntries_Callback";
+
+ static readEntries_Callback_1(mthis, successCallback) native "DirectoryReader_readEntries_Callback";
}
class BlinkDirectoryReaderSync {}
@@ -1795,9 +1837,9 @@ class BlinkParentNode {
static lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Getter";
- static querySelector_Callback_DOMString(mthis, selectors) native "ParentNode_querySelector_Callback_DOMString";
+ static querySelector_Callback_1(mthis, selectors) native "ParentNode_querySelector_Callback";
- static querySelectorAll_Callback_DOMString(mthis, selectors) native "ParentNode_querySelectorAll_Callback_DOMString";
+ static querySelectorAll_Callback_1(mthis, selectors) native "ParentNode_querySelectorAll_Callback";
}
class BlinkDocument {
@@ -1805,13 +1847,13 @@ class BlinkDocument {
static body_Getter(mthis) native "Document_body_Getter";
- static body_Setter_HTMLElement(mthis, value) native "Document_body_Setter";
+ static body_Setter(mthis, value) native "Document_body_Setter";
static contentType_Getter(mthis) native "Document_contentType_Getter";
static cookie_Getter(mthis) native "Document_cookie_Getter";
- static cookie_Setter_DOMString(mthis, value) native "Document_cookie_Setter";
+ static cookie_Setter(mthis, value) native "Document_cookie_Setter";
static currentScript_Getter(mthis) native "Document_currentScript_Getter";
@@ -1847,7 +1889,7 @@ class BlinkDocument {
static selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheetSet_Getter";
- static selectedStylesheetSet_Setter_DOMString(mthis, value) native "Document_selectedStylesheetSet_Setter";
+ static selectedStylesheetSet_Setter(mthis, value) native "Document_selectedStylesheetSet_Setter";
static styleSheets_Getter(mthis) native "Document_styleSheets_Getter";
@@ -1855,7 +1897,7 @@ class BlinkDocument {
static title_Getter(mthis) native "Document_title_Getter";
- static title_Setter_DOMString(mthis, value) native "Document_title_Setter";
+ static title_Setter(mthis, value) native "Document_title_Setter";
static visibilityState_Getter(mthis) native "Document_visibilityState_Getter";
@@ -1867,65 +1909,65 @@ class BlinkDocument {
static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilityState_Getter";
- static adoptNode_Callback_Node(mthis, node) native "Document_adoptNode_Callback_Node";
+ static adoptNode_Callback_1(mthis, node) native "Document_adoptNode_Callback";
- static caretRangeFromPoint_Callback_long_long(mthis, x, y) native "Document_caretRangeFromPoint_Callback_long_long";
+ static caretRangeFromPoint_Callback_2(mthis, x, y) native "Document_caretRangeFromPoint_Callback";
static createDocumentFragment_Callback(mthis) native "Document_createDocumentFragment_Callback";
- static createElement_Callback_DOMString(mthis, localName_OR_tagName, typeExtension) native "Document_createElement_Callback";
+ static createElement_Callback_2(mthis, localName_OR_tagName, typeExtension) native "Document_createElement_Callback";
- static createElementNS_Callback_DOMString_DOMString(mthis, namespaceURI, qualifiedName, typeExtension) native "Document_createElementNS_Callback";
+ static createElementNS_Callback_3(mthis, namespaceURI, qualifiedName, typeExtension) native "Document_createElementNS_Callback";
- static createEvent_Callback_DOMString(mthis, eventType) native "Document_createEvent_Callback_DOMString";
+ static createEvent_Callback_1(mthis, eventType) native "Document_createEvent_Callback";
- static createNodeIterator_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_Node_unsigned long_NodeFilter";
+ static createNodeIterator_Callback_3(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback";
- static createNodeIterator_Callback_Node(mthis, root) native "Document_createNodeIterator_Callback_Node";
+ static createNodeIterator_Callback_1(mthis, root) native "Document_createNodeIterator_Callback";
static createRange_Callback(mthis) native "Document_createRange_Callback";
- static createTextNode_Callback_DOMString(mthis, data) native "Document_createTextNode_Callback_DOMString";
+ static createTextNode_Callback_1(mthis, data) native "Document_createTextNode_Callback";
- static createTouch_Callback_Window_EventTarget_long_double_double_double_double_double_double_float_float(mthis, window, target, identifier, pageX, pageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce) native "Document_createTouch_Callback_Window_EventTarget_long_double_double_double_double_double_double_float_float";
+ static createTouch_Callback_11(mthis, window, target, identifier, pageX, pageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce) native "Document_createTouch_Callback";
- static createTouchList_Callback_Touch(mthis, touches) native "Document_createTouchList_Callback_Touch";
+ static createTouchList_Callback_1(mthis, touches) native "Document_createTouchList_Callback";
- static createTreeWalker_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, filter) native "Document_createTreeWalker_Callback_Node_unsigned long_NodeFilter";
+ static createTreeWalker_Callback_3(mthis, root, whatToShow, filter) native "Document_createTreeWalker_Callback";
- static createTreeWalker_Callback_Node(mthis, root) native "Document_createTreeWalker_Callback_Node";
+ static createTreeWalker_Callback_1(mthis, root) native "Document_createTreeWalker_Callback";
- static elementFromPoint_Callback_long_long(mthis, x, y) native "Document_elementFromPoint_Callback_long_long";
+ static elementFromPoint_Callback_2(mthis, x, y) native "Document_elementFromPoint_Callback";
- static execCommand_Callback_DOMString_boolean_DOMString(mthis, command, userInterface, value) native "Document_execCommand_Callback_DOMString_boolean_DOMString";
+ static execCommand_Callback_3(mthis, command, userInterface, value) native "Document_execCommand_Callback";
static exitFullscreen_Callback(mthis) native "Document_exitFullscreen_Callback";
static exitPointerLock_Callback(mthis) native "Document_exitPointerLock_Callback";
- static getCSSCanvasContext_Callback_DOMString_DOMString_long_long(mthis, contextId, name, width, height) native "Document_getCSSCanvasContext_Callback_DOMString_DOMString_long_long";
+ static getCSSCanvasContext_Callback_4(mthis, contextId, name, width, height) native "Document_getCSSCanvasContext_Callback";
- static getElementById_Callback_DOMString(mthis, elementId) native "Document_getElementById_Callback_DOMString";
+ static getElementById_Callback_1(mthis, elementId) native "Document_getElementById_Callback";
- static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Document_getElementsByClassName_Callback_DOMString";
+ static getElementsByClassName_Callback_1(mthis, classNames) native "Document_getElementsByClassName_Callback";
- static getElementsByName_Callback_DOMString(mthis, elementName) native "Document_getElementsByName_Callback_DOMString";
+ static getElementsByName_Callback_1(mthis, elementName) native "Document_getElementsByName_Callback";
- static getElementsByTagName_Callback_DOMString(mthis, localName) native "Document_getElementsByTagName_Callback_DOMString";
+ static getElementsByTagName_Callback_1(mthis, localName) native "Document_getElementsByTagName_Callback";
- static importNode_Callback_Node_boolean(mthis, node, deep) native "Document_importNode_Callback_Node_boolean";
+ static importNode_Callback_2(mthis, node, deep) native "Document_importNode_Callback";
- static importNode_Callback_Node(mthis, node) native "Document_importNode_Callback_Node";
+ static importNode_Callback_1(mthis, node) native "Document_importNode_Callback";
- static queryCommandEnabled_Callback_DOMString(mthis, command) native "Document_queryCommandEnabled_Callback_DOMString";
+ static queryCommandEnabled_Callback_1(mthis, command) native "Document_queryCommandEnabled_Callback";
- static queryCommandIndeterm_Callback_DOMString(mthis, command) native "Document_queryCommandIndeterm_Callback_DOMString";
+ static queryCommandIndeterm_Callback_1(mthis, command) native "Document_queryCommandIndeterm_Callback";
- static queryCommandState_Callback_DOMString(mthis, command) native "Document_queryCommandState_Callback_DOMString";
+ static queryCommandState_Callback_1(mthis, command) native "Document_queryCommandState_Callback";
- static queryCommandSupported_Callback_DOMString(mthis, command) native "Document_queryCommandSupported_Callback_DOMString";
+ static queryCommandSupported_Callback_1(mthis, command) native "Document_queryCommandSupported_Callback";
- static queryCommandValue_Callback_DOMString(mthis, command) native "Document_queryCommandValue_Callback_DOMString";
+ static queryCommandValue_Callback_1(mthis, command) native "Document_queryCommandValue_Callback";
static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscreen_Callback";
@@ -1937,13 +1979,13 @@ class BlinkDocument {
static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter";
- static querySelector_Callback_DOMString(mthis, selectors) native "Document_querySelector_Callback_DOMString";
+ static querySelector_Callback_1(mthis, selectors) native "Document_querySelector_Callback";
- static querySelectorAll_Callback_DOMString(mthis, selectors) native "Document_querySelectorAll_Callback_DOMString";
+ static querySelectorAll_Callback_1(mthis, selectors) native "Document_querySelectorAll_Callback";
}
class BlinkDocumentFragment {
- static getElementById_Callback_DOMString(mthis, elementId) native "DocumentFragment_getElementById_Callback_DOMString";
+ static getElementById_Callback_1(mthis, elementId) native "DocumentFragment_getElementById_Callback";
static childElementCount_Getter(mthis) native "DocumentFragment_childElementCount_Getter";
@@ -1951,9 +1993,9 @@ class BlinkDocumentFragment {
static lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChild_Getter";
- static querySelector_Callback_DOMString(mthis, selectors) native "DocumentFragment_querySelector_Callback_DOMString";
+ static querySelector_Callback_1(mthis, selectors) native "DocumentFragment_querySelector_Callback";
- static querySelectorAll_Callback_DOMString(mthis, selectors) native "DocumentFragment_querySelectorAll_Callback_DOMString";
+ static querySelectorAll_Callback_1(mthis, selectors) native "DocumentFragment_querySelectorAll_Callback";
}
class BlinkDocumentType {}
@@ -1985,7 +2027,7 @@ class BlinkElement {
static className_Getter(mthis) native "Element_className_Getter";
- static className_Setter_DOMString(mthis, value) native "Element_className_Setter";
+ static className_Setter(mthis, value) native "Element_className_Setter";
static clientHeight_Getter(mthis) native "Element_clientHeight_Getter";
@@ -1997,11 +2039,11 @@ class BlinkElement {
static id_Getter(mthis) native "Element_id_Getter";
- static id_Setter_DOMString(mthis, value) native "Element_id_Setter";
+ static id_Setter(mthis, value) native "Element_id_Setter";
static innerHTML_Getter(mthis) native "Element_innerHTML_Getter";
- static innerHTML_Setter_DOMString(mthis, value) native "Element_innerHTML_Setter";
+ static innerHTML_Setter(mthis, value) native "Element_innerHTML_Setter";
static localName_Getter(mthis) native "Element_localName_Getter";
@@ -2023,11 +2065,11 @@ class BlinkElement {
static scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter";
- static scrollLeft_Setter_long(mthis, value) native "Element_scrollLeft_Setter";
+ static scrollLeft_Setter(mthis, value) native "Element_scrollLeft_Setter";
static scrollTop_Getter(mthis) native "Element_scrollTop_Getter";
- static scrollTop_Setter_long(mthis, value) native "Element_scrollTop_Setter";
+ static scrollTop_Setter(mthis, value) native "Element_scrollTop_Setter";
static scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter";
@@ -2037,7 +2079,7 @@ class BlinkElement {
static tagName_Getter(mthis) native "Element_tagName_Getter";
- static animate_Callback_object_object(mthis, effect, timing) native "Element_animate_Callback";
+ static animate_Callback_2(mthis, effect, timing) native "Element_animate_Callback";
static blur_Callback(mthis) native "Element_blur_Callback";
@@ -2047,9 +2089,9 @@ class BlinkElement {
static getAnimationPlayers_Callback(mthis) native "Element_getAnimationPlayers_Callback";
- static getAttribute_Callback_DOMString(mthis, name) native "Element_getAttribute_Callback_DOMString";
+ static getAttribute_Callback_1(mthis, name) native "Element_getAttribute_Callback";
- static getAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "Element_getAttributeNS_Callback_DOMString_DOMString";
+ static getAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Element_getAttributeNS_Callback";
static getBoundingClientRect_Callback(mthis) native "Element_getBoundingClientRect_Callback";
@@ -2057,41 +2099,41 @@ class BlinkElement {
static getDestinationInsertionPoints_Callback(mthis) native "Element_getDestinationInsertionPoints_Callback";
- static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Element_getElementsByClassName_Callback_DOMString";
+ static getElementsByClassName_Callback_1(mthis, classNames) native "Element_getElementsByClassName_Callback";
- static getElementsByTagName_Callback_DOMString(mthis, name) native "Element_getElementsByTagName_Callback_DOMString";
+ static getElementsByTagName_Callback_1(mthis, name) native "Element_getElementsByTagName_Callback";
- static hasAttribute_Callback_DOMString(mthis, name) native "Element_hasAttribute_Callback_DOMString";
+ static hasAttribute_Callback_1(mthis, name) native "Element_hasAttribute_Callback";
- static hasAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "Element_hasAttributeNS_Callback_DOMString_DOMString";
+ static hasAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Element_hasAttributeNS_Callback";
- static insertAdjacentElement_Callback_DOMString_Element(mthis, where, element) native "Element_insertAdjacentElement_Callback_DOMString_Element";
+ static insertAdjacentElement_Callback_2(mthis, where, element) native "Element_insertAdjacentElement_Callback";
- static insertAdjacentHTML_Callback_DOMString_DOMString(mthis, where, html) native "Element_insertAdjacentHTML_Callback_DOMString_DOMString";
+ static insertAdjacentHTML_Callback_2(mthis, where, html) native "Element_insertAdjacentHTML_Callback";
- static insertAdjacentText_Callback_DOMString_DOMString(mthis, where, text) native "Element_insertAdjacentText_Callback_DOMString_DOMString";
+ static insertAdjacentText_Callback_2(mthis, where, text) native "Element_insertAdjacentText_Callback";
- static matches_Callback_DOMString(mthis, selectors) native "Element_matches_Callback_DOMString";
+ static matches_Callback_1(mthis, selectors) native "Element_matches_Callback";
- static removeAttribute_Callback_DOMString(mthis, name) native "Element_removeAttribute_Callback_DOMString";
+ static removeAttribute_Callback_1(mthis, name) native "Element_removeAttribute_Callback";
- static removeAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "Element_removeAttributeNS_Callback_DOMString_DOMString";
+ static removeAttributeNS_Callback_2(mthis, namespaceURI, localName) native "Element_removeAttributeNS_Callback";
static requestFullscreen_Callback(mthis) native "Element_requestFullscreen_Callback";
static requestPointerLock_Callback(mthis) native "Element_requestPointerLock_Callback";
- static scrollIntoView_Callback_boolean(mthis, alignWithTop) native "Element_scrollIntoView_Callback_boolean";
+ static scrollIntoView_Callback_1(mthis, alignWithTop) native "Element_scrollIntoView_Callback";
static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback";
- static scrollIntoViewIfNeeded_Callback_boolean(mthis, centerIfNeeded) native "Element_scrollIntoViewIfNeeded_Callback_boolean";
+ static scrollIntoViewIfNeeded_Callback_1(mthis, centerIfNeeded) native "Element_scrollIntoViewIfNeeded_Callback";
static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIfNeeded_Callback";
- static setAttribute_Callback_DOMString_DOMString(mthis, name, value) native "Element_setAttribute_Callback_DOMString_DOMString";
+ static setAttribute_Callback_2(mthis, name, value) native "Element_setAttribute_Callback";
- static setAttributeNS_Callback_DOMString_DOMString_DOMString(mthis, namespaceURI, qualifiedName, value) native "Element_setAttributeNS_Callback_DOMString_DOMString_DOMString";
+ static setAttributeNS_Callback_3(mthis, namespaceURI, qualifiedName, value) native "Element_setAttributeNS_Callback";
static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Getter";
@@ -2107,9 +2149,9 @@ class BlinkElement {
static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter";
- static querySelector_Callback_DOMString(mthis, selectors) native "Element_querySelector_Callback_DOMString";
+ static querySelector_Callback_1(mthis, selectors) native "Element_querySelector_Callback";
- static querySelectorAll_Callback_DOMString(mthis, selectors) native "Element_querySelectorAll_Callback_DOMString";
+ static querySelectorAll_Callback_1(mthis, selectors) native "Element_querySelectorAll_Callback";
}
class BlinkErrorEvent {
@@ -2127,9 +2169,9 @@ class BlinkErrorEvent {
}
class BlinkEventSource {
- static constructorCallback_DOMString_Dictionary(url, eventSourceInit) native "EventSource_constructorCallback_DOMString_Dictionary";
+ static constructorCallback_2(url, eventSourceInit) native "EventSource_constructorCallback";
- static constructorCallback_DOMString(url) native "EventSource_constructorCallback_DOMString";
+ static constructorCallback_1(url) native "EventSource_constructorCallback";
static readyState_Getter(mthis) native "EventSource_readyState_Getter";
@@ -2141,7 +2183,7 @@ class BlinkEventSource {
}
class BlinkFederatedCredential {
- static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, avatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_DOMString_DOMString_DOMString";
+ static constructorCallback_4(id, name, avatarURL, federation) native "FederatedCredential_constructorCallback";
static federation_Getter(mthis) native "FederatedCredential_federation_Getter";
}
@@ -2161,7 +2203,7 @@ class BlinkFetchEvent {
static request_Getter(mthis) native "FetchEvent_request_Getter";
- static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respondWith_Callback_ScriptValue";
+ static respondWith_Callback_1(mthis, value) native "FetchEvent_respondWith_Callback";
}
class BlinkFile {
@@ -2175,9 +2217,13 @@ class BlinkFile {
}
class BlinkFileEntry {
- static createWriter_Callback_FileWriterCallback_ErrorCallback(mthis, successCallback, errorCallback) native "FileEntry_createWriter_Callback_FileWriterCallback_ErrorCallback";
+ static createWriter_Callback_2(mthis, successCallback, errorCallback) native "FileEntry_createWriter_Callback";
- static file_Callback_FileCallback_ErrorCallback(mthis, successCallback, errorCallback) native "FileEntry_file_Callback_FileCallback_ErrorCallback";
+ static createWriter_Callback_1(mthis, successCallback) native "FileEntry_createWriter_Callback";
+
+ static file_Callback_2(mthis, successCallback, errorCallback) native "FileEntry_file_Callback";
+
+ static file_Callback_1(mthis, successCallback) native "FileEntry_file_Callback";
}
class BlinkFileEntrySync {}
@@ -2189,7 +2235,7 @@ class BlinkFileError {
class BlinkFileList {
static length_Getter(mthis) native "FileList_length_Getter";
- static item_Callback_ul(mthis, index) native "FileList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "FileList_item_Callback";
}
class BlinkFileReader {
@@ -2203,13 +2249,13 @@ class BlinkFileReader {
static abort_Callback(mthis) native "FileReader_abort_Callback";
- static readAsArrayBuffer_Callback_Blob(mthis, blob) native "FileReader_readAsArrayBuffer_Callback_Blob";
+ static readAsArrayBuffer_Callback_1(mthis, blob) native "FileReader_readAsArrayBuffer_Callback";
- static readAsDataURL_Callback_Blob(mthis, blob) native "FileReader_readAsDataURL_Callback_Blob";
+ static readAsDataURL_Callback_1(mthis, blob) native "FileReader_readAsDataURL_Callback";
- static readAsText_Callback_Blob_DOMString(mthis, blob, encoding) native "FileReader_readAsText_Callback_Blob_DOMString";
+ static readAsText_Callback_2(mthis, blob, encoding) native "FileReader_readAsText_Callback";
- static readAsText_Callback_Blob(mthis, blob) native "FileReader_readAsText_Callback_Blob";
+ static readAsText_Callback_1(mthis, blob) native "FileReader_readAsText_Callback";
}
class BlinkFileReaderSync {
@@ -2227,11 +2273,11 @@ class BlinkFileWriter {
static abort_Callback(mthis) native "FileWriter_abort_Callback";
- static seek_Callback_ll(mthis, position) native "FileWriter_seek_Callback_long long";
+ static seek_Callback_1(mthis, position) native "FileWriter_seek_Callback";
- static truncate_Callback_ll(mthis, size) native "FileWriter_truncate_Callback_long long";
+ static truncate_Callback_1(mthis, size) native "FileWriter_truncate_Callback";
- static write_Callback_Blob(mthis, data) native "FileWriter_write_Callback_Blob";
+ static write_Callback_1(mthis, data) native "FileWriter_write_Callback";
}
class BlinkFileWriterSync {}
@@ -2243,25 +2289,17 @@ class BlinkFocusEvent {
}
class BlinkFontFace {
- static constructorCallback_DOMString_DOMString(family, source) native "FontFace_constructorCallback_DOMString_DOMString";
-
- static constructorCallback_DOMString_DOMString_Dictionary(family, source, descriptors) native "FontFace_constructorCallback_DOMString_DOMString_Dictionary";
-
- static constructorCallback_DOMString_ArrayBufferView(family, source) native "FontFace_constructorCallback_DOMString_ArrayBufferView";
+ static constructorCallback_2(family, source) native "FontFace_constructorCallback";
- static constructorCallback_DOMString_ArrayBufferView_Dictionary(family, source, descriptors) native "FontFace_constructorCallback_DOMString_ArrayBufferView_Dictionary";
-
- static constructorCallback_DOMString_ArrayBuffer(family, source) native "FontFace_constructorCallback_DOMString_ArrayBuffer";
-
- static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, descriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary";
+ static constructorCallback_3(family, source, descriptors) native "FontFace_constructorCallback";
static family_Getter(mthis) native "FontFace_family_Getter";
- static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter";
+ static family_Setter(mthis, value) native "FontFace_family_Setter";
static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter";
- static featureSettings_Setter_DOMString(mthis, value) native "FontFace_featureSettings_Setter";
+ static featureSettings_Setter(mthis, value) native "FontFace_featureSettings_Setter";
static loaded_Getter(mthis) native "FontFace_loaded_Getter";
@@ -2269,23 +2307,23 @@ class BlinkFontFace {
static stretch_Getter(mthis) native "FontFace_stretch_Getter";
- static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter";
+ static stretch_Setter(mthis, value) native "FontFace_stretch_Setter";
static style_Getter(mthis) native "FontFace_style_Getter";
- static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter";
+ static style_Setter(mthis, value) native "FontFace_style_Setter";
static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter";
- static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRange_Setter";
+ static unicodeRange_Setter(mthis, value) native "FontFace_unicodeRange_Setter";
static variant_Getter(mthis) native "FontFace_variant_Getter";
- static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter";
+ static variant_Setter(mthis, value) native "FontFace_variant_Setter";
static weight_Getter(mthis) native "FontFace_weight_Getter";
- static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter";
+ static weight_Setter(mthis, value) native "FontFace_weight_Setter";
static load_Callback(mthis) native "FontFace_load_Callback";
}
@@ -2295,19 +2333,19 @@ class BlinkFontFaceSet {
static status_Getter(mthis) native "FontFaceSet_status_Getter";
- static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback_FontFace";
+ static add_Callback_1(mthis, fontFace) native "FontFaceSet_add_Callback";
- static check_Callback_DOMString_DOMString(mthis, font, text) native "FontFaceSet_check_Callback_DOMString_DOMString";
+ static check_Callback_2(mthis, font, text) native "FontFaceSet_check_Callback";
static clear_Callback(mthis) native "FontFaceSet_clear_Callback";
- static delete_Callback_FontFace(mthis, fontFace) native "FontFaceSet_delete_Callback_FontFace";
+ static delete_Callback_1(mthis, fontFace) native "FontFaceSet_delete_Callback";
- static forEach_Callback_FontFaceSetForEachCallback_ScriptValue(mthis, callback, thisArg) native "FontFaceSet_forEach_Callback_FontFaceSetForEachCallback_ScriptValue";
+ static forEach_Callback_2(mthis, callback, thisArg) native "FontFaceSet_forEach_Callback";
- static forEach_Callback_FontFaceSetForEachCallback(mthis, callback) native "FontFaceSet_forEach_Callback_FontFaceSetForEachCallback";
+ static forEach_Callback_1(mthis, callback) native "FontFaceSet_forEach_Callback";
- static has_Callback_FontFace(mthis, fontFace) native "FontFaceSet_has_Callback_FontFace";
+ static has_Callback_1(mthis, fontFace) native "FontFaceSet_has_Callback";
}
class BlinkFontFaceSetLoadEvent {
@@ -2315,11 +2353,11 @@ class BlinkFontFaceSetLoadEvent {
}
class BlinkFormData {
- static constructorCallback_HTMLFormElement(form) native "FormData_constructorCallback_HTMLFormElement";
+ static constructorCallback_1(form) native "FormData_constructorCallback_HTMLFormElement";
- static append_Callback_DOMString_DOMString(mthis, name, value) native "FormData_append_Callback";
+ static append_Callback_2(mthis, name, value) native "FormData_append_Callback";
- static append_Callback_DOMString_Blob_DOMString(mthis, name, value, filename) native "FormData_append_Callback";
+ static append_Callback_3(mthis, name, value, filename) native "FormData_append_Callback";
}
class BlinkGainNode {
@@ -2355,23 +2393,31 @@ class BlinkGamepadEvent {
class BlinkGamepadList {
static length_Getter(mthis) native "GamepadList_length_Getter";
- static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "GamepadList_item_Callback";
}
class BlinkGeofencing {
static getRegisteredRegions_Callback(mthis) native "Geofencing_getRegisteredRegions_Callback";
- static registerRegion_Callback_GeofencingRegion(mthis, region) native "Geofencing_registerRegion_Callback_GeofencingRegion";
+ static registerRegion_Callback_1(mthis, region) native "Geofencing_registerRegion_Callback";
- static unregisterRegion_Callback_DOMString(mthis, regionId) native "Geofencing_unregisterRegion_Callback_DOMString";
+ static unregisterRegion_Callback_1(mthis, regionId) native "Geofencing_unregisterRegion_Callback";
}
class BlinkGeolocation {
- static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch_Callback_long";
+ 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_2(mthis, successCallback, errorCallback) native "Geolocation_getCurrentPosition_Callback";
- static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary";
+ static getCurrentPosition_Callback_1(mthis, successCallback) native "Geolocation_getCurrentPosition_Callback";
- static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary";
+ static watchPosition_Callback_3(mthis, successCallback, errorCallback, options) 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";
}
class BlinkGeoposition {
@@ -2381,25 +2427,25 @@ class BlinkGeoposition {
}
class BlinkHTMLAllCollection {
- static item_Callback_ul(mthis, index) native "HTMLAllCollection_item_Callback";
+ static item_Callback_1(mthis, index) native "HTMLAllCollection_item_Callback";
}
class BlinkHTMLElement {
static contentEditable_Getter(mthis) native "HTMLElement_contentEditable_Getter";
- static contentEditable_Setter_DOMString(mthis, value) native "HTMLElement_contentEditable_Setter";
+ static contentEditable_Setter(mthis, value) native "HTMLElement_contentEditable_Setter";
static dir_Getter(mthis) native "HTMLElement_dir_Getter";
- static dir_Setter_DOMString(mthis, value) native "HTMLElement_dir_Setter";
+ static dir_Setter(mthis, value) native "HTMLElement_dir_Setter";
static draggable_Getter(mthis) native "HTMLElement_draggable_Getter";
- static draggable_Setter_boolean(mthis, value) native "HTMLElement_draggable_Setter";
+ static draggable_Setter(mthis, value) native "HTMLElement_draggable_Setter";
static hidden_Getter(mthis) native "HTMLElement_hidden_Getter";
- static hidden_Setter_boolean(mthis, value) native "HTMLElement_hidden_Setter";
+ static hidden_Setter(mthis, value) native "HTMLElement_hidden_Setter";
static inputMethodContext_Getter(mthis) native "HTMLElement_inputMethodContext_Getter";
@@ -2407,27 +2453,27 @@ class BlinkHTMLElement {
static lang_Getter(mthis) native "HTMLElement_lang_Getter";
- static lang_Setter_DOMString(mthis, value) native "HTMLElement_lang_Setter";
+ static lang_Setter(mthis, value) native "HTMLElement_lang_Setter";
static spellcheck_Getter(mthis) native "HTMLElement_spellcheck_Getter";
- static spellcheck_Setter_boolean(mthis, value) native "HTMLElement_spellcheck_Setter";
+ static spellcheck_Setter(mthis, value) native "HTMLElement_spellcheck_Setter";
static tabIndex_Getter(mthis) native "HTMLElement_tabIndex_Getter";
- static tabIndex_Setter_long(mthis, value) native "HTMLElement_tabIndex_Setter";
+ static tabIndex_Setter(mthis, value) native "HTMLElement_tabIndex_Setter";
static title_Getter(mthis) native "HTMLElement_title_Getter";
- static title_Setter_DOMString(mthis, value) native "HTMLElement_title_Setter";
+ static title_Setter(mthis, value) native "HTMLElement_title_Setter";
static translate_Getter(mthis) native "HTMLElement_translate_Getter";
- static translate_Setter_boolean(mthis, value) native "HTMLElement_translate_Setter";
+ static translate_Setter(mthis, value) native "HTMLElement_translate_Setter";
static webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzone_Getter";
- static webkitdropzone_Setter_DOMString(mthis, value) native "HTMLElement_webkitdropzone_Setter";
+ static webkitdropzone_Setter(mthis, value) native "HTMLElement_webkitdropzone_Setter";
static click_Callback(mthis) native "HTMLElement_click_Callback";
}
@@ -2435,45 +2481,45 @@ class BlinkHTMLElement {
class BlinkURLUtils {
static hash_Getter(mthis) native "URL_hash_Getter";
- static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter";
+ static hash_Setter(mthis, value) native "URL_hash_Setter";
static host_Getter(mthis) native "URL_host_Getter";
- static host_Setter_DOMString(mthis, value) native "URL_host_Setter";
+ static host_Setter(mthis, value) native "URL_host_Setter";
static hostname_Getter(mthis) native "URL_hostname_Getter";
- static hostname_Setter_DOMString(mthis, value) native "URL_hostname_Setter";
+ static hostname_Setter(mthis, value) native "URL_hostname_Setter";
static href_Getter(mthis) native "URL_href_Getter";
- static href_Setter_DOMString(mthis, value) native "URL_href_Setter";
+ static href_Setter(mthis, value) native "URL_href_Setter";
static origin_Getter(mthis) native "URL_origin_Getter";
static password_Getter(mthis) native "URL_password_Getter";
- static password_Setter_DOMString(mthis, value) native "URL_password_Setter";
+ static password_Setter(mthis, value) native "URL_password_Setter";
static pathname_Getter(mthis) native "URL_pathname_Getter";
- static pathname_Setter_DOMString(mthis, value) native "URL_pathname_Setter";
+ static pathname_Setter(mthis, value) native "URL_pathname_Setter";
static port_Getter(mthis) native "URL_port_Getter";
- static port_Setter_DOMString(mthis, value) native "URL_port_Setter";
+ static port_Setter(mthis, value) native "URL_port_Setter";
static protocol_Getter(mthis) native "URL_protocol_Getter";
- static protocol_Setter_DOMString(mthis, value) native "URL_protocol_Setter";
+ static protocol_Setter(mthis, value) native "URL_protocol_Setter";
static search_Getter(mthis) native "URL_search_Getter";
- static search_Setter_DOMString(mthis, value) native "URL_search_Setter";
+ static search_Setter(mthis, value) native "URL_search_Setter";
static username_Getter(mthis) native "URL_username_Getter";
- static username_Setter_DOMString(mthis, value) native "URL_username_Setter";
+ static username_Setter(mthis, value) native "URL_username_Setter";
static toString_Callback(mthis) native "URL_toString_Callback";
}
@@ -2481,69 +2527,69 @@ class BlinkURLUtils {
class BlinkHTMLAnchorElement {
static download_Getter(mthis) native "HTMLAnchorElement_download_Getter";
- static download_Setter_DOMString(mthis, value) native "HTMLAnchorElement_download_Setter";
+ static download_Setter(mthis, value) native "HTMLAnchorElement_download_Setter";
static hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter";
- static hreflang_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hreflang_Setter";
+ static hreflang_Setter(mthis, value) native "HTMLAnchorElement_hreflang_Setter";
static integrity_Getter(mthis) native "HTMLAnchorElement_integrity_Getter";
- static integrity_Setter_DOMString(mthis, value) native "HTMLAnchorElement_integrity_Setter";
+ static integrity_Setter(mthis, value) native "HTMLAnchorElement_integrity_Setter";
static rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter";
- static rel_Setter_DOMString(mthis, value) native "HTMLAnchorElement_rel_Setter";
+ static rel_Setter(mthis, value) native "HTMLAnchorElement_rel_Setter";
static target_Getter(mthis) native "HTMLAnchorElement_target_Getter";
- static target_Setter_DOMString(mthis, value) native "HTMLAnchorElement_target_Setter";
+ static target_Setter(mthis, value) native "HTMLAnchorElement_target_Setter";
static type_Getter(mthis) native "HTMLAnchorElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLAnchorElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLAnchorElement_type_Setter";
static hash_Getter(mthis) native "HTMLAnchorElement_hash_Getter";
- static hash_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hash_Setter";
+ static hash_Setter(mthis, value) native "HTMLAnchorElement_hash_Setter";
static host_Getter(mthis) native "HTMLAnchorElement_host_Getter";
- static host_Setter_DOMString(mthis, value) native "HTMLAnchorElement_host_Setter";
+ static host_Setter(mthis, value) native "HTMLAnchorElement_host_Setter";
static hostname_Getter(mthis) native "HTMLAnchorElement_hostname_Getter";
- static hostname_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hostname_Setter";
+ static hostname_Setter(mthis, value) native "HTMLAnchorElement_hostname_Setter";
static href_Getter(mthis) native "HTMLAnchorElement_href_Getter";
- static href_Setter_DOMString(mthis, value) native "HTMLAnchorElement_href_Setter";
+ static href_Setter(mthis, value) native "HTMLAnchorElement_href_Setter";
static origin_Getter(mthis) native "HTMLAnchorElement_origin_Getter";
static password_Getter(mthis) native "HTMLAnchorElement_password_Getter";
- static password_Setter_DOMString(mthis, value) native "HTMLAnchorElement_password_Setter";
+ static password_Setter(mthis, value) native "HTMLAnchorElement_password_Setter";
static pathname_Getter(mthis) native "HTMLAnchorElement_pathname_Getter";
- static pathname_Setter_DOMString(mthis, value) native "HTMLAnchorElement_pathname_Setter";
+ static pathname_Setter(mthis, value) native "HTMLAnchorElement_pathname_Setter";
static port_Getter(mthis) native "HTMLAnchorElement_port_Getter";
- static port_Setter_DOMString(mthis, value) native "HTMLAnchorElement_port_Setter";
+ static port_Setter(mthis, value) native "HTMLAnchorElement_port_Setter";
static protocol_Getter(mthis) native "HTMLAnchorElement_protocol_Getter";
- static protocol_Setter_DOMString(mthis, value) native "HTMLAnchorElement_protocol_Setter";
+ static protocol_Setter(mthis, value) native "HTMLAnchorElement_protocol_Setter";
static search_Getter(mthis) native "HTMLAnchorElement_search_Getter";
- static search_Setter_DOMString(mthis, value) native "HTMLAnchorElement_search_Setter";
+ static search_Setter(mthis, value) native "HTMLAnchorElement_search_Setter";
static username_Getter(mthis) native "HTMLAnchorElement_username_Getter";
- static username_Setter_DOMString(mthis, value) native "HTMLAnchorElement_username_Setter";
+ static username_Setter(mthis, value) native "HTMLAnchorElement_username_Setter";
static toString_Callback(mthis) native "HTMLAnchorElement_toString_Callback";
}
@@ -2553,61 +2599,61 @@ class BlinkHTMLAppletElement {}
class BlinkHTMLAreaElement {
static alt_Getter(mthis) native "HTMLAreaElement_alt_Getter";
- static alt_Setter_DOMString(mthis, value) native "HTMLAreaElement_alt_Setter";
+ static alt_Setter(mthis, value) native "HTMLAreaElement_alt_Setter";
static coords_Getter(mthis) native "HTMLAreaElement_coords_Getter";
- static coords_Setter_DOMString(mthis, value) native "HTMLAreaElement_coords_Setter";
+ static coords_Setter(mthis, value) native "HTMLAreaElement_coords_Setter";
static shape_Getter(mthis) native "HTMLAreaElement_shape_Getter";
- static shape_Setter_DOMString(mthis, value) native "HTMLAreaElement_shape_Setter";
+ static shape_Setter(mthis, value) native "HTMLAreaElement_shape_Setter";
static target_Getter(mthis) native "HTMLAreaElement_target_Getter";
- static target_Setter_DOMString(mthis, value) native "HTMLAreaElement_target_Setter";
+ static target_Setter(mthis, value) native "HTMLAreaElement_target_Setter";
static hash_Getter(mthis) native "HTMLAreaElement_hash_Getter";
- static hash_Setter_DOMString(mthis, value) native "HTMLAreaElement_hash_Setter";
+ static hash_Setter(mthis, value) native "HTMLAreaElement_hash_Setter";
static host_Getter(mthis) native "HTMLAreaElement_host_Getter";
- static host_Setter_DOMString(mthis, value) native "HTMLAreaElement_host_Setter";
+ static host_Setter(mthis, value) native "HTMLAreaElement_host_Setter";
static hostname_Getter(mthis) native "HTMLAreaElement_hostname_Getter";
- static hostname_Setter_DOMString(mthis, value) native "HTMLAreaElement_hostname_Setter";
+ static hostname_Setter(mthis, value) native "HTMLAreaElement_hostname_Setter";
static href_Getter(mthis) native "HTMLAreaElement_href_Getter";
- static href_Setter_DOMString(mthis, value) native "HTMLAreaElement_href_Setter";
+ static href_Setter(mthis, value) native "HTMLAreaElement_href_Setter";
static origin_Getter(mthis) native "HTMLAreaElement_origin_Getter";
static password_Getter(mthis) native "HTMLAreaElement_password_Getter";
- static password_Setter_DOMString(mthis, value) native "HTMLAreaElement_password_Setter";
+ static password_Setter(mthis, value) native "HTMLAreaElement_password_Setter";
static pathname_Getter(mthis) native "HTMLAreaElement_pathname_Getter";
- static pathname_Setter_DOMString(mthis, value) native "HTMLAreaElement_pathname_Setter";
+ static pathname_Setter(mthis, value) native "HTMLAreaElement_pathname_Setter";
static port_Getter(mthis) native "HTMLAreaElement_port_Getter";
- static port_Setter_DOMString(mthis, value) native "HTMLAreaElement_port_Setter";
+ static port_Setter(mthis, value) native "HTMLAreaElement_port_Setter";
static protocol_Getter(mthis) native "HTMLAreaElement_protocol_Getter";
- static protocol_Setter_DOMString(mthis, value) native "HTMLAreaElement_protocol_Setter";
+ static protocol_Setter(mthis, value) native "HTMLAreaElement_protocol_Setter";
static search_Getter(mthis) native "HTMLAreaElement_search_Getter";
- static search_Setter_DOMString(mthis, value) native "HTMLAreaElement_search_Setter";
+ static search_Setter(mthis, value) native "HTMLAreaElement_search_Setter";
static username_Getter(mthis) native "HTMLAreaElement_username_Getter";
- static username_Setter_DOMString(mthis, value) native "HTMLAreaElement_username_Setter";
+ static username_Setter(mthis, value) native "HTMLAreaElement_username_Setter";
static toString_Callback(mthis) native "HTMLAreaElement_toString_Callback";
}
@@ -2617,35 +2663,35 @@ class BlinkHTMLMediaElement {
static autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter";
- static autoplay_Setter_boolean(mthis, value) native "HTMLMediaElement_autoplay_Setter";
+ static autoplay_Setter(mthis, value) native "HTMLMediaElement_autoplay_Setter";
static buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter";
static controller_Getter(mthis) native "HTMLMediaElement_controller_Getter";
- static controller_Setter_MediaController(mthis, value) native "HTMLMediaElement_controller_Setter";
+ static controller_Setter(mthis, value) native "HTMLMediaElement_controller_Setter";
static controls_Getter(mthis) native "HTMLMediaElement_controls_Getter";
- static controls_Setter_boolean(mthis, value) native "HTMLMediaElement_controls_Setter";
+ static controls_Setter(mthis, value) native "HTMLMediaElement_controls_Setter";
static crossOrigin_Getter(mthis) native "HTMLMediaElement_crossOrigin_Getter";
- static crossOrigin_Setter_DOMString(mthis, value) native "HTMLMediaElement_crossOrigin_Setter";
+ static crossOrigin_Setter(mthis, value) native "HTMLMediaElement_crossOrigin_Setter";
static currentSrc_Getter(mthis) native "HTMLMediaElement_currentSrc_Getter";
static currentTime_Getter(mthis) native "HTMLMediaElement_currentTime_Getter";
- static currentTime_Setter_double(mthis, value) native "HTMLMediaElement_currentTime_Setter";
+ static currentTime_Setter(mthis, value) native "HTMLMediaElement_currentTime_Setter";
static defaultMuted_Getter(mthis) native "HTMLMediaElement_defaultMuted_Getter";
- static defaultMuted_Setter_boolean(mthis, value) native "HTMLMediaElement_defaultMuted_Setter";
+ static defaultMuted_Setter(mthis, value) native "HTMLMediaElement_defaultMuted_Setter";
static defaultPlaybackRate_Getter(mthis) native "HTMLMediaElement_defaultPlaybackRate_Getter";
- static defaultPlaybackRate_Setter_double(mthis, value) native "HTMLMediaElement_defaultPlaybackRate_Setter";
+ static defaultPlaybackRate_Setter(mthis, value) native "HTMLMediaElement_defaultPlaybackRate_Setter";
static duration_Getter(mthis) native "HTMLMediaElement_duration_Getter";
@@ -2655,21 +2701,21 @@ class BlinkHTMLMediaElement {
static integrity_Getter(mthis) native "HTMLMediaElement_integrity_Getter";
- static integrity_Setter_DOMString(mthis, value) native "HTMLMediaElement_integrity_Setter";
+ static integrity_Setter(mthis, value) native "HTMLMediaElement_integrity_Setter";
static loop_Getter(mthis) native "HTMLMediaElement_loop_Getter";
- static loop_Setter_boolean(mthis, value) native "HTMLMediaElement_loop_Setter";
+ static loop_Setter(mthis, value) native "HTMLMediaElement_loop_Setter";
static mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaGroup_Getter";
- static mediaGroup_Setter_DOMString(mthis, value) native "HTMLMediaElement_mediaGroup_Setter";
+ static mediaGroup_Setter(mthis, value) native "HTMLMediaElement_mediaGroup_Setter";
static mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKeys_Getter";
static muted_Getter(mthis) native "HTMLMediaElement_muted_Getter";
- static muted_Setter_boolean(mthis, value) native "HTMLMediaElement_muted_Setter";
+ static muted_Setter(mthis, value) native "HTMLMediaElement_muted_Setter";
static networkState_Getter(mthis) native "HTMLMediaElement_networkState_Getter";
@@ -2677,13 +2723,13 @@ class BlinkHTMLMediaElement {
static playbackRate_Getter(mthis) native "HTMLMediaElement_playbackRate_Getter";
- static playbackRate_Setter_double(mthis, value) native "HTMLMediaElement_playbackRate_Setter";
+ static playbackRate_Setter(mthis, value) native "HTMLMediaElement_playbackRate_Setter";
static played_Getter(mthis) native "HTMLMediaElement_played_Getter";
static preload_Getter(mthis) native "HTMLMediaElement_preload_Getter";
- static preload_Setter_DOMString(mthis, value) native "HTMLMediaElement_preload_Setter";
+ static preload_Setter(mthis, value) native "HTMLMediaElement_preload_Setter";
static readyState_Getter(mthis) native "HTMLMediaElement_readyState_Getter";
@@ -2693,7 +2739,7 @@ class BlinkHTMLMediaElement {
static src_Getter(mthis) native "HTMLMediaElement_src_Getter";
- static src_Setter_DOMString(mthis, value) native "HTMLMediaElement_src_Setter";
+ static src_Setter(mthis, value) native "HTMLMediaElement_src_Setter";
static textTracks_Getter(mthis) native "HTMLMediaElement_textTracks_Getter";
@@ -2701,19 +2747,21 @@ class BlinkHTMLMediaElement {
static volume_Getter(mthis) native "HTMLMediaElement_volume_Getter";
- static volume_Setter_double(mthis, value) native "HTMLMediaElement_volume_Setter";
+ 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_DOMString_DOMString_DOMString(mthis, kind, label, language) native "HTMLMediaElement_addTextTrack_Callback_DOMString_DOMString_DOMString";
+ 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_DOMString_DOMString(mthis, kind, label) native "HTMLMediaElement_addTextTrack_Callback_DOMString_DOMString";
+ static addTextTrack_Callback_1(mthis, kind) native "HTMLMediaElement_addTextTrack_Callback";
- static addTextTrack_Callback_DOMString(mthis, kind) native "HTMLMediaElement_addTextTrack_Callback_DOMString";
+ static canPlayType_Callback_2(mthis, type, keySystem) native "HTMLMediaElement_canPlayType_Callback";
- static canPlayType_Callback_DOMString_DOMString(mthis, type, keySystem) native "HTMLMediaElement_canPlayType_Callback_DOMString_DOMString";
+ static canPlayType_Callback_1(mthis, type) native "HTMLMediaElement_canPlayType_Callback";
static load_Callback(mthis) native "HTMLMediaElement_load_Callback";
@@ -2721,21 +2769,21 @@ class BlinkHTMLMediaElement {
static play_Callback(mthis) native "HTMLMediaElement_play_Callback";
- static setMediaKeys_Callback_MediaKeys(mthis, mediaKeys) native "HTMLMediaElement_setMediaKeys_Callback_MediaKeys";
+ static setMediaKeys_Callback_1(mthis, mediaKeys) native "HTMLMediaElement_setMediaKeys_Callback";
- static webkitAddKey_Callback_DOMString_Uint8Array_Uint8Array_DOMString(mthis, keySystem, key, initData, sessionId) native "HTMLMediaElement_webkitAddKey_Callback_DOMString_Uint8Array_Uint8Array_DOMString";
+ static webkitAddKey_Callback_4(mthis, keySystem, key, initData, sessionId) native "HTMLMediaElement_webkitAddKey_Callback";
- static webkitAddKey_Callback_DOMString_Uint8Array(mthis, keySystem, key) native "HTMLMediaElement_webkitAddKey_Callback_DOMString_Uint8Array";
+ static webkitAddKey_Callback_2(mthis, keySystem, key) native "HTMLMediaElement_webkitAddKey_Callback";
- static webkitCancelKeyRequest_Callback_DOMString_DOMString(mthis, keySystem, sessionId) native "HTMLMediaElement_webkitCancelKeyRequest_Callback_DOMString_DOMString";
+ static webkitCancelKeyRequest_Callback_2(mthis, keySystem, sessionId) native "HTMLMediaElement_webkitCancelKeyRequest_Callback";
- static webkitGenerateKeyRequest_Callback_DOMString_Uint8Array(mthis, keySystem, initData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_DOMString_Uint8Array";
+ static webkitGenerateKeyRequest_Callback_2(mthis, keySystem, initData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback";
- static webkitGenerateKeyRequest_Callback_DOMString(mthis, keySystem) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_DOMString";
+ static webkitGenerateKeyRequest_Callback_1(mthis, keySystem) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback";
}
class BlinkHTMLAudioElement {
- static constructorCallback_DOMString(src) native "HTMLAudioElement_constructorCallback_DOMString";
+ static constructorCallback_1(src) native "HTMLAudioElement_constructorCallback";
}
class BlinkHTMLBRElement {}
@@ -2743,11 +2791,11 @@ class BlinkHTMLBRElement {}
class BlinkHTMLBaseElement {
static href_Getter(mthis) native "HTMLBaseElement_href_Getter";
- static href_Setter_DOMString(mthis, value) native "HTMLBaseElement_href_Setter";
+ static href_Setter(mthis, value) native "HTMLBaseElement_href_Setter";
static target_Getter(mthis) native "HTMLBaseElement_target_Getter";
- static target_Setter_DOMString(mthis, value) native "HTMLBaseElement_target_Setter";
+ static target_Setter(mthis, value) native "HTMLBaseElement_target_Setter";
}
class BlinkWindowEventHandlers {}
@@ -2757,43 +2805,43 @@ class BlinkHTMLBodyElement {}
class BlinkHTMLButtonElement {
static autofocus_Getter(mthis) native "HTMLButtonElement_autofocus_Getter";
- static autofocus_Setter_boolean(mthis, value) native "HTMLButtonElement_autofocus_Setter";
+ static autofocus_Setter(mthis, value) native "HTMLButtonElement_autofocus_Setter";
static disabled_Getter(mthis) native "HTMLButtonElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLButtonElement_disabled_Setter";
+ 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_DOMString(mthis, value) native "HTMLButtonElement_formAction_Setter";
+ static formAction_Setter(mthis, value) native "HTMLButtonElement_formAction_Setter";
static formEnctype_Getter(mthis) native "HTMLButtonElement_formEnctype_Getter";
- static formEnctype_Setter_DOMString(mthis, value) native "HTMLButtonElement_formEnctype_Setter";
+ static formEnctype_Setter(mthis, value) native "HTMLButtonElement_formEnctype_Setter";
static formMethod_Getter(mthis) native "HTMLButtonElement_formMethod_Getter";
- static formMethod_Setter_DOMString(mthis, value) native "HTMLButtonElement_formMethod_Setter";
+ static formMethod_Setter(mthis, value) native "HTMLButtonElement_formMethod_Setter";
static formNoValidate_Getter(mthis) native "HTMLButtonElement_formNoValidate_Getter";
- static formNoValidate_Setter_boolean(mthis, value) native "HTMLButtonElement_formNoValidate_Setter";
+ static formNoValidate_Setter(mthis, value) native "HTMLButtonElement_formNoValidate_Setter";
static formTarget_Getter(mthis) native "HTMLButtonElement_formTarget_Getter";
- static formTarget_Setter_DOMString(mthis, value) native "HTMLButtonElement_formTarget_Setter";
+ static formTarget_Setter(mthis, value) native "HTMLButtonElement_formTarget_Setter";
static labels_Getter(mthis) native "HTMLButtonElement_labels_Getter";
static name_Getter(mthis) native "HTMLButtonElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLButtonElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLButtonElement_name_Setter";
static type_Getter(mthis) native "HTMLButtonElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLButtonElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLButtonElement_type_Setter";
static validationMessage_Getter(mthis) native "HTMLButtonElement_validationMessage_Getter";
@@ -2801,41 +2849,41 @@ class BlinkHTMLButtonElement {
static value_Getter(mthis) native "HTMLButtonElement_value_Getter";
- static value_Setter_DOMString(mthis, value) native "HTMLButtonElement_value_Setter";
+ static value_Setter(mthis, value) native "HTMLButtonElement_value_Setter";
static willValidate_Getter(mthis) native "HTMLButtonElement_willValidate_Getter";
static checkValidity_Callback(mthis) native "HTMLButtonElement_checkValidity_Callback";
- static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLButtonElement_setCustomValidity_Callback_DOMString";
+ static setCustomValidity_Callback_1(mthis, error) native "HTMLButtonElement_setCustomValidity_Callback";
}
class BlinkHTMLCanvasElement {
static height_Getter(mthis) native "HTMLCanvasElement_height_Getter";
- static height_Setter_long(mthis, value) native "HTMLCanvasElement_height_Setter";
+ static height_Setter(mthis, value) native "HTMLCanvasElement_height_Setter";
static width_Getter(mthis) native "HTMLCanvasElement_width_Getter";
- static width_Setter_long(mthis, value) native "HTMLCanvasElement_width_Setter";
+ static width_Setter(mthis, value) native "HTMLCanvasElement_width_Setter";
- static getContext_Callback_DOMString_Dictionary(mthis, contextId, attrs) native "HTMLCanvasElement_getContext_Callback";
+ static getContext_Callback_2(mthis, contextId, attrs) native "HTMLCanvasElement_getContext_Callback";
- static toDataURL_Callback_DOMString_float(mthis, type, quality) native "HTMLCanvasElement_toDataURL_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_ul(mthis, index) native "HTMLCollection_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "HTMLCollection_item_Callback";
- static namedItem_Callback_DOMString(mthis, name) native "HTMLCollection_namedItem_Callback_DOMString";
+ static namedItem_Callback_1(mthis, name) native "HTMLCollection_namedItem_Callback";
}
class BlinkHTMLContentElement {
static select_Getter(mthis) native "HTMLContentElement_select_Getter";
- static select_Setter_DOMString(mthis, value) native "HTMLContentElement_select_Setter";
+ static select_Setter(mthis, value) native "HTMLContentElement_select_Setter";
static getDistributedNodes_Callback(mthis) native "HTMLContentElement_getDistributedNodes_Callback";
}
@@ -2849,19 +2897,19 @@ class BlinkHTMLDataListElement {
class BlinkHTMLDetailsElement {
static open_Getter(mthis) native "HTMLDetailsElement_open_Getter";
- static open_Setter_boolean(mthis, value) native "HTMLDetailsElement_open_Setter";
+ static open_Setter(mthis, value) native "HTMLDetailsElement_open_Setter";
}
class BlinkHTMLDialogElement {
static open_Getter(mthis) native "HTMLDialogElement_open_Getter";
- static open_Setter_boolean(mthis, value) native "HTMLDialogElement_open_Setter";
+ static open_Setter(mthis, value) native "HTMLDialogElement_open_Setter";
static returnValue_Getter(mthis) native "HTMLDialogElement_returnValue_Getter";
- static returnValue_Setter_DOMString(mthis, value) native "HTMLDialogElement_returnValue_Setter";
+ static returnValue_Setter(mthis, value) native "HTMLDialogElement_returnValue_Setter";
- static close_Callback_DOMString(mthis, returnValue) native "HTMLDialogElement_close_Callback_DOMString";
+ static close_Callback_1(mthis, returnValue) native "HTMLDialogElement_close_Callback";
static show_Callback(mthis) native "HTMLDialogElement_show_Callback";
@@ -2877,37 +2925,37 @@ class BlinkHTMLDocument {}
class BlinkHTMLEmbedElement {
static height_Getter(mthis) native "HTMLEmbedElement_height_Getter";
- static height_Setter_DOMString(mthis, value) native "HTMLEmbedElement_height_Setter";
+ static height_Setter(mthis, value) native "HTMLEmbedElement_height_Setter";
static integrity_Getter(mthis) native "HTMLEmbedElement_integrity_Getter";
- static integrity_Setter_DOMString(mthis, value) native "HTMLEmbedElement_integrity_Setter";
+ static integrity_Setter(mthis, value) native "HTMLEmbedElement_integrity_Setter";
static name_Getter(mthis) native "HTMLEmbedElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLEmbedElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLEmbedElement_name_Setter";
static src_Getter(mthis) native "HTMLEmbedElement_src_Getter";
- static src_Setter_DOMString(mthis, value) native "HTMLEmbedElement_src_Setter";
+ static src_Setter(mthis, value) native "HTMLEmbedElement_src_Setter";
static type_Getter(mthis) native "HTMLEmbedElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLEmbedElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLEmbedElement_type_Setter";
static width_Getter(mthis) native "HTMLEmbedElement_width_Getter";
- static width_Setter_DOMString(mthis, value) native "HTMLEmbedElement_width_Setter";
+ static width_Setter(mthis, value) native "HTMLEmbedElement_width_Setter";
- static $__getter___Callback_ul(mthis, index_OR_name) native "HTMLEmbedElement___getter___Callback";
+ static $__getter___Callback_1(mthis, index_OR_name) native "HTMLEmbedElement___getter___Callback";
- static $__setter___Callback_ul_Node(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback";
+ static $__setter___Callback_2(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback";
}
class BlinkHTMLFieldSetElement {
static disabled_Getter(mthis) native "HTMLFieldSetElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLFieldSetElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "HTMLFieldSetElement_disabled_Setter";
static elements_Getter(mthis) native "HTMLFieldSetElement_elements_Getter";
@@ -2915,7 +2963,7 @@ class BlinkHTMLFieldSetElement {
static name_Getter(mthis) native "HTMLFieldSetElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLFieldSetElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLFieldSetElement_name_Setter";
static type_Getter(mthis) native "HTMLFieldSetElement_type_Getter";
@@ -2927,61 +2975,59 @@ class BlinkHTMLFieldSetElement {
static checkValidity_Callback(mthis) native "HTMLFieldSetElement_checkValidity_Callback";
- static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLFieldSetElement_setCustomValidity_Callback_DOMString";
+ static setCustomValidity_Callback_1(mthis, error) native "HTMLFieldSetElement_setCustomValidity_Callback";
}
class BlinkHTMLFontElement {}
class BlinkHTMLFormControlsCollection {
- static namedItem_Callback_DOMString(mthis, name) native "HTMLFormControlsCollection_namedItem_Callback_DOMString";
+ static namedItem_Callback_1(mthis, name) native "HTMLFormControlsCollection_namedItem_Callback";
}
class BlinkHTMLFormElement {
static acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Getter";
- static acceptCharset_Setter_DOMString(mthis, value) native "HTMLFormElement_acceptCharset_Setter";
+ static acceptCharset_Setter(mthis, value) native "HTMLFormElement_acceptCharset_Setter";
static action_Getter(mthis) native "HTMLFormElement_action_Getter";
- static action_Setter_DOMString(mthis, value) native "HTMLFormElement_action_Setter";
+ static action_Setter(mthis, value) native "HTMLFormElement_action_Setter";
static autocomplete_Getter(mthis) native "HTMLFormElement_autocomplete_Getter";
- static autocomplete_Setter_DOMString(mthis, value) native "HTMLFormElement_autocomplete_Setter";
+ static autocomplete_Setter(mthis, value) native "HTMLFormElement_autocomplete_Setter";
static encoding_Getter(mthis) native "HTMLFormElement_encoding_Getter";
- static encoding_Setter_DOMString(mthis, value) native "HTMLFormElement_encoding_Setter";
+ static encoding_Setter(mthis, value) native "HTMLFormElement_encoding_Setter";
static enctype_Getter(mthis) native "HTMLFormElement_enctype_Getter";
- static enctype_Setter_DOMString(mthis, value) native "HTMLFormElement_enctype_Setter";
+ static enctype_Setter(mthis, value) native "HTMLFormElement_enctype_Setter";
static length_Getter(mthis) native "HTMLFormElement_length_Getter";
static method_Getter(mthis) native "HTMLFormElement_method_Getter";
- static method_Setter_DOMString(mthis, value) native "HTMLFormElement_method_Setter";
+ static method_Setter(mthis, value) native "HTMLFormElement_method_Setter";
static name_Getter(mthis) native "HTMLFormElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLFormElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLFormElement_name_Setter";
static noValidate_Getter(mthis) native "HTMLFormElement_noValidate_Getter";
- static noValidate_Setter_boolean(mthis, value) native "HTMLFormElement_noValidate_Setter";
+ static noValidate_Setter(mthis, value) native "HTMLFormElement_noValidate_Setter";
static target_Getter(mthis) native "HTMLFormElement_target_Getter";
- static target_Setter_DOMString(mthis, value) native "HTMLFormElement_target_Setter";
+ static target_Setter(mthis, value) native "HTMLFormElement_target_Setter";
- static $__getter___Callback_ul(mthis, index_OR_name) native "HTMLFormElement___getter___Callback_unsigned long";
-
- static $__getter___Callback_DOMString(mthis, index_OR_name) native "HTMLFormElement___getter___Callback_DOMString";
+ static $__getter___Callback_1(mthis, index_OR_name) native "HTMLFormElement___getter___Callback";
static checkValidity_Callback(mthis) native "HTMLFormElement_checkValidity_Callback";
- static requestAutocomplete_Callback_Dictionary(mthis, details) native "HTMLFormElement_requestAutocomplete_Callback_Dictionary";
+ static requestAutocomplete_Callback_1(mthis, details) native "HTMLFormElement_requestAutocomplete_Callback";
static reset_Callback(mthis) native "HTMLFormElement_reset_Callback";
@@ -2995,7 +3041,7 @@ class BlinkHTMLFrameSetElement {}
class BlinkHTMLHRElement {
static color_Getter(mthis) native "HTMLHRElement_color_Getter";
- static color_Setter_DOMString(mthis, value) native "HTMLHRElement_color_Setter";
+ static color_Setter(mthis, value) native "HTMLHRElement_color_Setter";
}
class BlinkHTMLHeadElement {}
@@ -3007,63 +3053,63 @@ class BlinkHTMLHtmlElement {}
class BlinkHTMLIFrameElement {
static allowFullscreen_Getter(mthis) native "HTMLIFrameElement_allowFullscreen_Getter";
- static allowFullscreen_Setter_boolean(mthis, value) native "HTMLIFrameElement_allowFullscreen_Setter";
+ static allowFullscreen_Setter(mthis, value) native "HTMLIFrameElement_allowFullscreen_Setter";
static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Getter";
static height_Getter(mthis) native "HTMLIFrameElement_height_Getter";
- static height_Setter_DOMString(mthis, value) native "HTMLIFrameElement_height_Setter";
+ static height_Setter(mthis, value) native "HTMLIFrameElement_height_Setter";
static integrity_Getter(mthis) native "HTMLIFrameElement_integrity_Getter";
- static integrity_Setter_DOMString(mthis, value) native "HTMLIFrameElement_integrity_Setter";
+ static integrity_Setter(mthis, value) native "HTMLIFrameElement_integrity_Setter";
static name_Getter(mthis) native "HTMLIFrameElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLIFrameElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLIFrameElement_name_Setter";
static sandbox_Getter(mthis) native "HTMLIFrameElement_sandbox_Getter";
- static sandbox_Setter_DOMString(mthis, value) native "HTMLIFrameElement_sandbox_Setter";
+ static sandbox_Setter(mthis, value) native "HTMLIFrameElement_sandbox_Setter";
static src_Getter(mthis) native "HTMLIFrameElement_src_Getter";
- static src_Setter_DOMString(mthis, value) native "HTMLIFrameElement_src_Setter";
+ static src_Setter(mthis, value) native "HTMLIFrameElement_src_Setter";
static srcdoc_Getter(mthis) native "HTMLIFrameElement_srcdoc_Getter";
- static srcdoc_Setter_DOMString(mthis, value) native "HTMLIFrameElement_srcdoc_Setter";
+ static srcdoc_Setter(mthis, value) native "HTMLIFrameElement_srcdoc_Setter";
static width_Getter(mthis) native "HTMLIFrameElement_width_Getter";
- static width_Setter_DOMString(mthis, value) native "HTMLIFrameElement_width_Setter";
+ static width_Setter(mthis, value) native "HTMLIFrameElement_width_Setter";
}
class BlinkHTMLImageElement {
static alt_Getter(mthis) native "HTMLImageElement_alt_Getter";
- static alt_Setter_DOMString(mthis, value) native "HTMLImageElement_alt_Setter";
+ static alt_Setter(mthis, value) native "HTMLImageElement_alt_Setter";
static complete_Getter(mthis) native "HTMLImageElement_complete_Getter";
static crossOrigin_Getter(mthis) native "HTMLImageElement_crossOrigin_Getter";
- static crossOrigin_Setter_DOMString(mthis, value) native "HTMLImageElement_crossOrigin_Setter";
+ static crossOrigin_Setter(mthis, value) native "HTMLImageElement_crossOrigin_Setter";
static currentSrc_Getter(mthis) native "HTMLImageElement_currentSrc_Getter";
static height_Getter(mthis) native "HTMLImageElement_height_Getter";
- static height_Setter_long(mthis, value) native "HTMLImageElement_height_Setter";
+ static height_Setter(mthis, value) native "HTMLImageElement_height_Setter";
static integrity_Getter(mthis) native "HTMLImageElement_integrity_Getter";
- static integrity_Setter_DOMString(mthis, value) native "HTMLImageElement_integrity_Setter";
+ static integrity_Setter(mthis, value) native "HTMLImageElement_integrity_Setter";
static isMap_Getter(mthis) native "HTMLImageElement_isMap_Getter";
- static isMap_Setter_boolean(mthis, value) native "HTMLImageElement_isMap_Setter";
+ static isMap_Setter(mthis, value) native "HTMLImageElement_isMap_Setter";
static naturalHeight_Getter(mthis) native "HTMLImageElement_naturalHeight_Getter";
@@ -3071,107 +3117,107 @@ class BlinkHTMLImageElement {
static sizes_Getter(mthis) native "HTMLImageElement_sizes_Getter";
- static sizes_Setter_DOMString(mthis, value) native "HTMLImageElement_sizes_Setter";
+ static sizes_Setter(mthis, value) native "HTMLImageElement_sizes_Setter";
static src_Getter(mthis) native "HTMLImageElement_src_Getter";
- static src_Setter_DOMString(mthis, value) native "HTMLImageElement_src_Setter";
+ static src_Setter(mthis, value) native "HTMLImageElement_src_Setter";
static srcset_Getter(mthis) native "HTMLImageElement_srcset_Getter";
- static srcset_Setter_DOMString(mthis, value) native "HTMLImageElement_srcset_Setter";
+ static srcset_Setter(mthis, value) native "HTMLImageElement_srcset_Setter";
static useMap_Getter(mthis) native "HTMLImageElement_useMap_Getter";
- static useMap_Setter_DOMString(mthis, value) native "HTMLImageElement_useMap_Setter";
+ static useMap_Setter(mthis, value) native "HTMLImageElement_useMap_Setter";
static width_Getter(mthis) native "HTMLImageElement_width_Getter";
- static width_Setter_long(mthis, value) native "HTMLImageElement_width_Setter";
+ static width_Setter(mthis, value) native "HTMLImageElement_width_Setter";
}
class BlinkHTMLInputElement {
static accept_Getter(mthis) native "HTMLInputElement_accept_Getter";
- static accept_Setter_DOMString(mthis, value) native "HTMLInputElement_accept_Setter";
+ static accept_Setter(mthis, value) native "HTMLInputElement_accept_Setter";
static alt_Getter(mthis) native "HTMLInputElement_alt_Getter";
- static alt_Setter_DOMString(mthis, value) native "HTMLInputElement_alt_Setter";
+ static alt_Setter(mthis, value) native "HTMLInputElement_alt_Setter";
static autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter";
- static autocomplete_Setter_DOMString(mthis, value) native "HTMLInputElement_autocomplete_Setter";
+ static autocomplete_Setter(mthis, value) native "HTMLInputElement_autocomplete_Setter";
static autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter";
- static autofocus_Setter_boolean(mthis, value) native "HTMLInputElement_autofocus_Setter";
+ static autofocus_Setter(mthis, value) native "HTMLInputElement_autofocus_Setter";
static capture_Getter(mthis) native "HTMLInputElement_capture_Getter";
- static capture_Setter_boolean(mthis, value) native "HTMLInputElement_capture_Setter";
+ static capture_Setter(mthis, value) native "HTMLInputElement_capture_Setter";
static checked_Getter(mthis) native "HTMLInputElement_checked_Getter";
- static checked_Setter_boolean(mthis, value) native "HTMLInputElement_checked_Setter";
+ static checked_Setter(mthis, value) native "HTMLInputElement_checked_Setter";
static defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Getter";
- static defaultChecked_Setter_boolean(mthis, value) native "HTMLInputElement_defaultChecked_Setter";
+ static defaultChecked_Setter(mthis, value) native "HTMLInputElement_defaultChecked_Setter";
static defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter";
- static defaultValue_Setter_DOMString(mthis, value) native "HTMLInputElement_defaultValue_Setter";
+ static defaultValue_Setter(mthis, value) native "HTMLInputElement_defaultValue_Setter";
static dirName_Getter(mthis) native "HTMLInputElement_dirName_Getter";
- static dirName_Setter_DOMString(mthis, value) native "HTMLInputElement_dirName_Setter";
+ static dirName_Setter(mthis, value) native "HTMLInputElement_dirName_Setter";
static disabled_Getter(mthis) native "HTMLInputElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLInputElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "HTMLInputElement_disabled_Setter";
static files_Getter(mthis) native "HTMLInputElement_files_Getter";
- static files_Setter_FileList(mthis, value) native "HTMLInputElement_files_Setter";
+ 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_DOMString(mthis, value) native "HTMLInputElement_formAction_Setter";
+ static formAction_Setter(mthis, value) native "HTMLInputElement_formAction_Setter";
static formEnctype_Getter(mthis) native "HTMLInputElement_formEnctype_Getter";
- static formEnctype_Setter_DOMString(mthis, value) native "HTMLInputElement_formEnctype_Setter";
+ static formEnctype_Setter(mthis, value) native "HTMLInputElement_formEnctype_Setter";
static formMethod_Getter(mthis) native "HTMLInputElement_formMethod_Getter";
- static formMethod_Setter_DOMString(mthis, value) native "HTMLInputElement_formMethod_Setter";
+ static formMethod_Setter(mthis, value) native "HTMLInputElement_formMethod_Setter";
static formNoValidate_Getter(mthis) native "HTMLInputElement_formNoValidate_Getter";
- static formNoValidate_Setter_boolean(mthis, value) native "HTMLInputElement_formNoValidate_Setter";
+ static formNoValidate_Setter(mthis, value) native "HTMLInputElement_formNoValidate_Setter";
static formTarget_Getter(mthis) native "HTMLInputElement_formTarget_Getter";
- static formTarget_Setter_DOMString(mthis, value) native "HTMLInputElement_formTarget_Setter";
+ static formTarget_Setter(mthis, value) native "HTMLInputElement_formTarget_Setter";
static height_Getter(mthis) native "HTMLInputElement_height_Getter";
- static height_Setter_ul(mthis, value) native "HTMLInputElement_height_Setter";
+ static height_Setter(mthis, value) native "HTMLInputElement_height_Setter";
static incremental_Getter(mthis) native "HTMLInputElement_incremental_Getter";
- static incremental_Setter_boolean(mthis, value) native "HTMLInputElement_incremental_Setter";
+ static incremental_Setter(mthis, value) native "HTMLInputElement_incremental_Setter";
static indeterminate_Getter(mthis) native "HTMLInputElement_indeterminate_Getter";
- static indeterminate_Setter_boolean(mthis, value) native "HTMLInputElement_indeterminate_Setter";
+ static indeterminate_Setter(mthis, value) native "HTMLInputElement_indeterminate_Setter";
static inputMode_Getter(mthis) native "HTMLInputElement_inputMode_Getter";
- static inputMode_Setter_DOMString(mthis, value) native "HTMLInputElement_inputMode_Setter";
+ static inputMode_Setter(mthis, value) native "HTMLInputElement_inputMode_Setter";
static labels_Getter(mthis) native "HTMLInputElement_labels_Getter";
@@ -3179,67 +3225,67 @@ class BlinkHTMLInputElement {
static max_Getter(mthis) native "HTMLInputElement_max_Getter";
- static max_Setter_DOMString(mthis, value) native "HTMLInputElement_max_Setter";
+ static max_Setter(mthis, value) native "HTMLInputElement_max_Setter";
static maxLength_Getter(mthis) native "HTMLInputElement_maxLength_Getter";
- static maxLength_Setter_long(mthis, value) native "HTMLInputElement_maxLength_Setter";
+ static maxLength_Setter(mthis, value) native "HTMLInputElement_maxLength_Setter";
static min_Getter(mthis) native "HTMLInputElement_min_Getter";
- static min_Setter_DOMString(mthis, value) native "HTMLInputElement_min_Setter";
+ static min_Setter(mthis, value) native "HTMLInputElement_min_Setter";
static multiple_Getter(mthis) native "HTMLInputElement_multiple_Getter";
- static multiple_Setter_boolean(mthis, value) native "HTMLInputElement_multiple_Setter";
+ static multiple_Setter(mthis, value) native "HTMLInputElement_multiple_Setter";
static name_Getter(mthis) native "HTMLInputElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLInputElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLInputElement_name_Setter";
static pattern_Getter(mthis) native "HTMLInputElement_pattern_Getter";
- static pattern_Setter_DOMString(mthis, value) native "HTMLInputElement_pattern_Setter";
+ static pattern_Setter(mthis, value) native "HTMLInputElement_pattern_Setter";
static placeholder_Getter(mthis) native "HTMLInputElement_placeholder_Getter";
- static placeholder_Setter_DOMString(mthis, value) native "HTMLInputElement_placeholder_Setter";
+ static placeholder_Setter(mthis, value) native "HTMLInputElement_placeholder_Setter";
static readOnly_Getter(mthis) native "HTMLInputElement_readOnly_Getter";
- static readOnly_Setter_boolean(mthis, value) native "HTMLInputElement_readOnly_Setter";
+ static readOnly_Setter(mthis, value) native "HTMLInputElement_readOnly_Setter";
static required_Getter(mthis) native "HTMLInputElement_required_Getter";
- static required_Setter_boolean(mthis, value) native "HTMLInputElement_required_Setter";
+ static required_Setter(mthis, value) native "HTMLInputElement_required_Setter";
static selectionDirection_Getter(mthis) native "HTMLInputElement_selectionDirection_Getter";
- static selectionDirection_Setter_DOMString(mthis, value) native "HTMLInputElement_selectionDirection_Setter";
+ static selectionDirection_Setter(mthis, value) native "HTMLInputElement_selectionDirection_Setter";
static selectionEnd_Getter(mthis) native "HTMLInputElement_selectionEnd_Getter";
- static selectionEnd_Setter_long(mthis, value) native "HTMLInputElement_selectionEnd_Setter";
+ static selectionEnd_Setter(mthis, value) native "HTMLInputElement_selectionEnd_Setter";
static selectionStart_Getter(mthis) native "HTMLInputElement_selectionStart_Getter";
- static selectionStart_Setter_long(mthis, value) native "HTMLInputElement_selectionStart_Setter";
+ static selectionStart_Setter(mthis, value) native "HTMLInputElement_selectionStart_Setter";
static size_Getter(mthis) native "HTMLInputElement_size_Getter";
- static size_Setter_ul(mthis, value) native "HTMLInputElement_size_Setter";
+ static size_Setter(mthis, value) native "HTMLInputElement_size_Setter";
static src_Getter(mthis) native "HTMLInputElement_src_Getter";
- static src_Setter_DOMString(mthis, value) native "HTMLInputElement_src_Setter";
+ static src_Setter(mthis, value) native "HTMLInputElement_src_Setter";
static step_Getter(mthis) native "HTMLInputElement_step_Getter";
- static step_Setter_DOMString(mthis, value) native "HTMLInputElement_step_Setter";
+ static step_Setter(mthis, value) native "HTMLInputElement_step_Setter";
static type_Getter(mthis) native "HTMLInputElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLInputElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLInputElement_type_Setter";
static validationMessage_Getter(mthis) native "HTMLInputElement_validationMessage_Getter";
@@ -3247,25 +3293,25 @@ class BlinkHTMLInputElement {
static value_Getter(mthis) native "HTMLInputElement_value_Getter";
- static value_Setter_DOMString(mthis, value) native "HTMLInputElement_value_Setter";
+ static value_Setter(mthis, value) native "HTMLInputElement_value_Setter";
static valueAsDate_Getter(mthis) native "HTMLInputElement_valueAsDate_Getter";
- static valueAsDate_Setter_Date(mthis, value) native "HTMLInputElement_valueAsDate_Setter";
+ static valueAsDate_Setter(mthis, value) native "HTMLInputElement_valueAsDate_Setter";
static valueAsNumber_Getter(mthis) native "HTMLInputElement_valueAsNumber_Getter";
- static valueAsNumber_Setter_double(mthis, value) native "HTMLInputElement_valueAsNumber_Setter";
+ static valueAsNumber_Setter(mthis, value) native "HTMLInputElement_valueAsNumber_Setter";
static webkitEntries_Getter(mthis) native "HTMLInputElement_webkitEntries_Getter";
static webkitdirectory_Getter(mthis) native "HTMLInputElement_webkitdirectory_Getter";
- static webkitdirectory_Setter_boolean(mthis, value) native "HTMLInputElement_webkitdirectory_Setter";
+ static webkitdirectory_Setter(mthis, value) native "HTMLInputElement_webkitdirectory_Setter";
static width_Getter(mthis) native "HTMLInputElement_width_Getter";
- static width_Setter_ul(mthis, value) native "HTMLInputElement_width_Setter";
+ static width_Setter(mthis, value) native "HTMLInputElement_width_Setter";
static willValidate_Getter(mthis) native "HTMLInputElement_willValidate_Getter";
@@ -3273,21 +3319,21 @@ class BlinkHTMLInputElement {
static select_Callback(mthis) native "HTMLInputElement_select_Callback";
- static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLInputElement_setCustomValidity_Callback_DOMString";
+ static setCustomValidity_Callback_1(mthis, error) native "HTMLInputElement_setCustomValidity_Callback";
- static setRangeText_Callback_DOMString(mthis, replacement) native "HTMLInputElement_setRangeText_Callback_DOMString";
+ static setRangeText_Callback_1(mthis, replacement) native "HTMLInputElement_setRangeText_Callback";
- static setRangeText_Callback_DOMString_ul_ul_DOMString(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback_DOMString_unsigned long_unsigned long_DOMString";
+ static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback";
- static setSelectionRange_Callback_long_long_DOMString(mthis, start, end, direction) native "HTMLInputElement_setSelectionRange_Callback_long_long_DOMString";
+ static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTMLInputElement_setSelectionRange_Callback";
- static setSelectionRange_Callback_long_long(mthis, start, end) native "HTMLInputElement_setSelectionRange_Callback_long_long";
+ static setSelectionRange_Callback_2(mthis, start, end) native "HTMLInputElement_setSelectionRange_Callback";
- static stepDown_Callback_long(mthis, n) native "HTMLInputElement_stepDown_Callback_long";
+ static stepDown_Callback_1(mthis, n) native "HTMLInputElement_stepDown_Callback";
static stepDown_Callback(mthis) native "HTMLInputElement_stepDown_Callback";
- static stepUp_Callback_long(mthis, n) native "HTMLInputElement_stepUp_Callback_long";
+ static stepUp_Callback_1(mthis, n) native "HTMLInputElement_stepUp_Callback";
static stepUp_Callback(mthis) native "HTMLInputElement_stepUp_Callback";
}
@@ -3295,27 +3341,27 @@ class BlinkHTMLInputElement {
class BlinkHTMLKeygenElement {
static autofocus_Getter(mthis) native "HTMLKeygenElement_autofocus_Getter";
- static autofocus_Setter_boolean(mthis, value) native "HTMLKeygenElement_autofocus_Setter";
+ static autofocus_Setter(mthis, value) native "HTMLKeygenElement_autofocus_Setter";
static challenge_Getter(mthis) native "HTMLKeygenElement_challenge_Getter";
- static challenge_Setter_DOMString(mthis, value) native "HTMLKeygenElement_challenge_Setter";
+ static challenge_Setter(mthis, value) native "HTMLKeygenElement_challenge_Setter";
static disabled_Getter(mthis) native "HTMLKeygenElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLKeygenElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "HTMLKeygenElement_disabled_Setter";
static form_Getter(mthis) native "HTMLKeygenElement_form_Getter";
static keytype_Getter(mthis) native "HTMLKeygenElement_keytype_Getter";
- static keytype_Setter_DOMString(mthis, value) native "HTMLKeygenElement_keytype_Setter";
+ static keytype_Setter(mthis, value) native "HTMLKeygenElement_keytype_Setter";
static labels_Getter(mthis) native "HTMLKeygenElement_labels_Getter";
static name_Getter(mthis) native "HTMLKeygenElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLKeygenElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLKeygenElement_name_Setter";
static type_Getter(mthis) native "HTMLKeygenElement_type_Getter";
@@ -3327,13 +3373,13 @@ class BlinkHTMLKeygenElement {
static checkValidity_Callback(mthis) native "HTMLKeygenElement_checkValidity_Callback";
- static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLKeygenElement_setCustomValidity_Callback_DOMString";
+ static setCustomValidity_Callback_1(mthis, error) native "HTMLKeygenElement_setCustomValidity_Callback";
}
class BlinkHTMLLIElement {
static value_Getter(mthis) native "HTMLLIElement_value_Getter";
- static value_Setter_long(mthis, value) native "HTMLLIElement_value_Setter";
+ static value_Setter(mthis, value) native "HTMLLIElement_value_Setter";
}
class BlinkHTMLLabelElement {
@@ -3343,7 +3389,7 @@ class BlinkHTMLLabelElement {
static htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_Getter";
- static htmlFor_Setter_DOMString(mthis, value) native "HTMLLabelElement_htmlFor_Setter";
+ static htmlFor_Setter(mthis, value) native "HTMLLabelElement_htmlFor_Setter";
}
class BlinkHTMLLegendElement {
@@ -3353,33 +3399,33 @@ class BlinkHTMLLegendElement {
class BlinkHTMLLinkElement {
static crossOrigin_Getter(mthis) native "HTMLLinkElement_crossOrigin_Getter";
- static crossOrigin_Setter_DOMString(mthis, value) native "HTMLLinkElement_crossOrigin_Setter";
+ static crossOrigin_Setter(mthis, value) native "HTMLLinkElement_crossOrigin_Setter";
static disabled_Getter(mthis) native "HTMLLinkElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLLinkElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "HTMLLinkElement_disabled_Setter";
static href_Getter(mthis) native "HTMLLinkElement_href_Getter";
- static href_Setter_DOMString(mthis, value) native "HTMLLinkElement_href_Setter";
+ static href_Setter(mthis, value) native "HTMLLinkElement_href_Setter";
static hreflang_Getter(mthis) native "HTMLLinkElement_hreflang_Getter";
- static hreflang_Setter_DOMString(mthis, value) native "HTMLLinkElement_hreflang_Setter";
+ static hreflang_Setter(mthis, value) native "HTMLLinkElement_hreflang_Setter";
static import_Getter(mthis) native "HTMLLinkElement_import_Getter";
static integrity_Getter(mthis) native "HTMLLinkElement_integrity_Getter";
- static integrity_Setter_DOMString(mthis, value) native "HTMLLinkElement_integrity_Setter";
+ static integrity_Setter(mthis, value) native "HTMLLinkElement_integrity_Setter";
static media_Getter(mthis) native "HTMLLinkElement_media_Getter";
- static media_Setter_DOMString(mthis, value) native "HTMLLinkElement_media_Setter";
+ static media_Setter(mthis, value) native "HTMLLinkElement_media_Setter";
static rel_Getter(mthis) native "HTMLLinkElement_rel_Getter";
- static rel_Setter_DOMString(mthis, value) native "HTMLLinkElement_rel_Setter";
+ static rel_Setter(mthis, value) native "HTMLLinkElement_rel_Setter";
static sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter";
@@ -3387,7 +3433,7 @@ class BlinkHTMLLinkElement {
static type_Getter(mthis) native "HTMLLinkElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLLinkElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLLinkElement_type_Setter";
}
class BlinkHTMLMapElement {
@@ -3395,7 +3441,7 @@ class BlinkHTMLMapElement {
static name_Getter(mthis) native "HTMLMapElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLMapElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLMapElement_name_Setter";
}
class BlinkHTMLMarqueeElement {}
@@ -3403,127 +3449,127 @@ class BlinkHTMLMarqueeElement {}
class BlinkHTMLMenuElement {
static label_Getter(mthis) native "HTMLMenuElement_label_Getter";
- static label_Setter_DOMString(mthis, value) native "HTMLMenuElement_label_Setter";
+ static label_Setter(mthis, value) native "HTMLMenuElement_label_Setter";
static type_Getter(mthis) native "HTMLMenuElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLMenuElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLMenuElement_type_Setter";
}
class BlinkHTMLMenuItemElement {
static checked_Getter(mthis) native "HTMLMenuItemElement_checked_Getter";
- static checked_Setter_boolean(mthis, value) native "HTMLMenuItemElement_checked_Setter";
+ static checked_Setter(mthis, value) native "HTMLMenuItemElement_checked_Setter";
static default_Getter(mthis) native "HTMLMenuItemElement_default_Getter";
- static default_Setter_boolean(mthis, value) native "HTMLMenuItemElement_default_Setter";
+ static default_Setter(mthis, value) native "HTMLMenuItemElement_default_Setter";
static disabled_Getter(mthis) native "HTMLMenuItemElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLMenuItemElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "HTMLMenuItemElement_disabled_Setter";
static label_Getter(mthis) native "HTMLMenuItemElement_label_Getter";
- static label_Setter_DOMString(mthis, value) native "HTMLMenuItemElement_label_Setter";
+ static label_Setter(mthis, value) native "HTMLMenuItemElement_label_Setter";
static type_Getter(mthis) native "HTMLMenuItemElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLMenuItemElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLMenuItemElement_type_Setter";
}
class BlinkHTMLMetaElement {
static content_Getter(mthis) native "HTMLMetaElement_content_Getter";
- static content_Setter_DOMString(mthis, value) native "HTMLMetaElement_content_Setter";
+ static content_Setter(mthis, value) native "HTMLMetaElement_content_Setter";
static httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter";
- static httpEquiv_Setter_DOMString(mthis, value) native "HTMLMetaElement_httpEquiv_Setter";
+ static httpEquiv_Setter(mthis, value) native "HTMLMetaElement_httpEquiv_Setter";
static name_Getter(mthis) native "HTMLMetaElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLMetaElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLMetaElement_name_Setter";
}
class BlinkHTMLMeterElement {
static high_Getter(mthis) native "HTMLMeterElement_high_Getter";
- static high_Setter_double(mthis, value) native "HTMLMeterElement_high_Setter";
+ static high_Setter(mthis, value) native "HTMLMeterElement_high_Setter";
static labels_Getter(mthis) native "HTMLMeterElement_labels_Getter";
static low_Getter(mthis) native "HTMLMeterElement_low_Getter";
- static low_Setter_double(mthis, value) native "HTMLMeterElement_low_Setter";
+ static low_Setter(mthis, value) native "HTMLMeterElement_low_Setter";
static max_Getter(mthis) native "HTMLMeterElement_max_Getter";
- static max_Setter_double(mthis, value) native "HTMLMeterElement_max_Setter";
+ static max_Setter(mthis, value) native "HTMLMeterElement_max_Setter";
static min_Getter(mthis) native "HTMLMeterElement_min_Getter";
- static min_Setter_double(mthis, value) native "HTMLMeterElement_min_Setter";
+ static min_Setter(mthis, value) native "HTMLMeterElement_min_Setter";
static optimum_Getter(mthis) native "HTMLMeterElement_optimum_Getter";
- static optimum_Setter_double(mthis, value) native "HTMLMeterElement_optimum_Setter";
+ static optimum_Setter(mthis, value) native "HTMLMeterElement_optimum_Setter";
static value_Getter(mthis) native "HTMLMeterElement_value_Getter";
- static value_Setter_double(mthis, value) native "HTMLMeterElement_value_Setter";
+ static value_Setter(mthis, value) native "HTMLMeterElement_value_Setter";
}
class BlinkHTMLModElement {
static cite_Getter(mthis) native "HTMLModElement_cite_Getter";
- static cite_Setter_DOMString(mthis, value) native "HTMLModElement_cite_Setter";
+ static cite_Setter(mthis, value) native "HTMLModElement_cite_Setter";
static dateTime_Getter(mthis) native "HTMLModElement_dateTime_Getter";
- static dateTime_Setter_DOMString(mthis, value) native "HTMLModElement_dateTime_Setter";
+ static dateTime_Setter(mthis, value) native "HTMLModElement_dateTime_Setter";
}
class BlinkHTMLOListElement {
static reversed_Getter(mthis) native "HTMLOListElement_reversed_Getter";
- static reversed_Setter_boolean(mthis, value) native "HTMLOListElement_reversed_Setter";
+ static reversed_Setter(mthis, value) native "HTMLOListElement_reversed_Setter";
static start_Getter(mthis) native "HTMLOListElement_start_Getter";
- static start_Setter_long(mthis, value) native "HTMLOListElement_start_Setter";
+ static start_Setter(mthis, value) native "HTMLOListElement_start_Setter";
static type_Getter(mthis) native "HTMLOListElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLOListElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLOListElement_type_Setter";
}
class BlinkHTMLObjectElement {
static data_Getter(mthis) native "HTMLObjectElement_data_Getter";
- static data_Setter_DOMString(mthis, value) native "HTMLObjectElement_data_Setter";
+ static data_Setter(mthis, value) native "HTMLObjectElement_data_Setter";
static form_Getter(mthis) native "HTMLObjectElement_form_Getter";
static height_Getter(mthis) native "HTMLObjectElement_height_Getter";
- static height_Setter_DOMString(mthis, value) native "HTMLObjectElement_height_Setter";
+ static height_Setter(mthis, value) native "HTMLObjectElement_height_Setter";
static integrity_Getter(mthis) native "HTMLObjectElement_integrity_Getter";
- static integrity_Setter_DOMString(mthis, value) native "HTMLObjectElement_integrity_Setter";
+ static integrity_Setter(mthis, value) native "HTMLObjectElement_integrity_Setter";
static name_Getter(mthis) native "HTMLObjectElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLObjectElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLObjectElement_name_Setter";
static type_Getter(mthis) native "HTMLObjectElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLObjectElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLObjectElement_type_Setter";
static useMap_Getter(mthis) native "HTMLObjectElement_useMap_Getter";
- static useMap_Setter_DOMString(mthis, value) native "HTMLObjectElement_useMap_Setter";
+ static useMap_Setter(mthis, value) native "HTMLObjectElement_useMap_Setter";
static validationMessage_Getter(mthis) native "HTMLObjectElement_validationMessage_Getter";
@@ -3531,39 +3577,39 @@ class BlinkHTMLObjectElement {
static width_Getter(mthis) native "HTMLObjectElement_width_Getter";
- static width_Setter_DOMString(mthis, value) native "HTMLObjectElement_width_Setter";
+ static width_Setter(mthis, value) native "HTMLObjectElement_width_Setter";
static willValidate_Getter(mthis) native "HTMLObjectElement_willValidate_Getter";
- static $__getter___Callback_ul(mthis, index_OR_name) native "HTMLObjectElement___getter___Callback";
+ static $__getter___Callback_1(mthis, index_OR_name) native "HTMLObjectElement___getter___Callback";
- static $__setter___Callback_ul_Node(mthis, index_OR_name, value) native "HTMLObjectElement___setter___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_DOMString(mthis, error) native "HTMLObjectElement_setCustomValidity_Callback_DOMString";
+ static setCustomValidity_Callback_1(mthis, error) native "HTMLObjectElement_setCustomValidity_Callback";
}
class BlinkHTMLOptGroupElement {
static disabled_Getter(mthis) native "HTMLOptGroupElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLOptGroupElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "HTMLOptGroupElement_disabled_Setter";
static label_Getter(mthis) native "HTMLOptGroupElement_label_Getter";
- static label_Setter_DOMString(mthis, value) native "HTMLOptGroupElement_label_Setter";
+ static label_Setter(mthis, value) native "HTMLOptGroupElement_label_Setter";
}
class BlinkHTMLOptionElement {
- static constructorCallback_DOMString_DOMString_boolean_boolean(data, value, defaultSelected, selected) native "HTMLOptionElement_constructorCallback_DOMString_DOMString_boolean_boolean";
+ static constructorCallback_4(data, value, defaultSelected, selected) native "HTMLOptionElement_constructorCallback";
static defaultSelected_Getter(mthis) native "HTMLOptionElement_defaultSelected_Getter";
- static defaultSelected_Setter_boolean(mthis, value) native "HTMLOptionElement_defaultSelected_Setter";
+ static defaultSelected_Setter(mthis, value) native "HTMLOptionElement_defaultSelected_Setter";
static disabled_Getter(mthis) native "HTMLOptionElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLOptionElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "HTMLOptionElement_disabled_Setter";
static form_Getter(mthis) native "HTMLOptionElement_form_Getter";
@@ -3571,15 +3617,15 @@ class BlinkHTMLOptionElement {
static label_Getter(mthis) native "HTMLOptionElement_label_Getter";
- static label_Setter_DOMString(mthis, value) native "HTMLOptionElement_label_Setter";
+ static label_Setter(mthis, value) native "HTMLOptionElement_label_Setter";
static selected_Getter(mthis) native "HTMLOptionElement_selected_Getter";
- static selected_Setter_boolean(mthis, value) native "HTMLOptionElement_selected_Setter";
+ static selected_Setter(mthis, value) native "HTMLOptionElement_selected_Setter";
static value_Getter(mthis) native "HTMLOptionElement_value_Getter";
- static value_Setter_DOMString(mthis, value) native "HTMLOptionElement_value_Setter";
+ static value_Setter(mthis, value) native "HTMLOptionElement_value_Setter";
}
class BlinkHTMLOptionsCollection {}
@@ -3587,7 +3633,7 @@ class BlinkHTMLOptionsCollection {}
class BlinkHTMLOutputElement {
static defaultValue_Getter(mthis) native "HTMLOutputElement_defaultValue_Getter";
- static defaultValue_Setter_DOMString(mthis, value) native "HTMLOutputElement_defaultValue_Setter";
+ static defaultValue_Setter(mthis, value) native "HTMLOutputElement_defaultValue_Setter";
static form_Getter(mthis) native "HTMLOutputElement_form_Getter";
@@ -3597,7 +3643,7 @@ class BlinkHTMLOutputElement {
static name_Getter(mthis) native "HTMLOutputElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLOutputElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLOutputElement_name_Setter";
static type_Getter(mthis) native "HTMLOutputElement_type_Getter";
@@ -3607,13 +3653,13 @@ class BlinkHTMLOutputElement {
static value_Getter(mthis) native "HTMLOutputElement_value_Getter";
- static value_Setter_DOMString(mthis, value) native "HTMLOutputElement_value_Setter";
+ static value_Setter(mthis, value) native "HTMLOutputElement_value_Setter";
static willValidate_Getter(mthis) native "HTMLOutputElement_willValidate_Getter";
static checkValidity_Callback(mthis) native "HTMLOutputElement_checkValidity_Callback";
- static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLOutputElement_setCustomValidity_Callback_DOMString";
+ static setCustomValidity_Callback_1(mthis, error) native "HTMLOutputElement_setCustomValidity_Callback";
}
class BlinkHTMLParagraphElement {}
@@ -3621,11 +3667,11 @@ class BlinkHTMLParagraphElement {}
class BlinkHTMLParamElement {
static name_Getter(mthis) native "HTMLParamElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLParamElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLParamElement_name_Setter";
static value_Getter(mthis) native "HTMLParamElement_value_Getter";
- static value_Setter_DOMString(mthis, value) native "HTMLParamElement_value_Setter";
+ static value_Setter(mthis, value) native "HTMLParamElement_value_Setter";
}
class BlinkHTMLPictureElement {}
@@ -3637,63 +3683,63 @@ class BlinkHTMLProgressElement {
static max_Getter(mthis) native "HTMLProgressElement_max_Getter";
- static max_Setter_double(mthis, value) native "HTMLProgressElement_max_Setter";
+ static max_Setter(mthis, value) native "HTMLProgressElement_max_Setter";
static position_Getter(mthis) native "HTMLProgressElement_position_Getter";
static value_Getter(mthis) native "HTMLProgressElement_value_Getter";
- static value_Setter_double(mthis, value) native "HTMLProgressElement_value_Setter";
+ static value_Setter(mthis, value) native "HTMLProgressElement_value_Setter";
}
class BlinkHTMLQuoteElement {
static cite_Getter(mthis) native "HTMLQuoteElement_cite_Getter";
- static cite_Setter_DOMString(mthis, value) native "HTMLQuoteElement_cite_Setter";
+ static cite_Setter(mthis, value) native "HTMLQuoteElement_cite_Setter";
}
class BlinkHTMLScriptElement {
static async_Getter(mthis) native "HTMLScriptElement_async_Getter";
- static async_Setter_boolean(mthis, value) native "HTMLScriptElement_async_Setter";
+ static async_Setter(mthis, value) native "HTMLScriptElement_async_Setter";
static charset_Getter(mthis) native "HTMLScriptElement_charset_Getter";
- static charset_Setter_DOMString(mthis, value) native "HTMLScriptElement_charset_Setter";
+ static charset_Setter(mthis, value) native "HTMLScriptElement_charset_Setter";
static crossOrigin_Getter(mthis) native "HTMLScriptElement_crossOrigin_Getter";
- static crossOrigin_Setter_DOMString(mthis, value) native "HTMLScriptElement_crossOrigin_Setter";
+ static crossOrigin_Setter(mthis, value) native "HTMLScriptElement_crossOrigin_Setter";
static defer_Getter(mthis) native "HTMLScriptElement_defer_Getter";
- static defer_Setter_boolean(mthis, value) native "HTMLScriptElement_defer_Setter";
+ static defer_Setter(mthis, value) native "HTMLScriptElement_defer_Setter";
static integrity_Getter(mthis) native "HTMLScriptElement_integrity_Getter";
- static integrity_Setter_DOMString(mthis, value) native "HTMLScriptElement_integrity_Setter";
+ static integrity_Setter(mthis, value) native "HTMLScriptElement_integrity_Setter";
static nonce_Getter(mthis) native "HTMLScriptElement_nonce_Getter";
- static nonce_Setter_DOMString(mthis, value) native "HTMLScriptElement_nonce_Setter";
+ static nonce_Setter(mthis, value) native "HTMLScriptElement_nonce_Setter";
static src_Getter(mthis) native "HTMLScriptElement_src_Getter";
- static src_Setter_DOMString(mthis, value) native "HTMLScriptElement_src_Setter";
+ static src_Setter(mthis, value) native "HTMLScriptElement_src_Setter";
static type_Getter(mthis) native "HTMLScriptElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLScriptElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLScriptElement_type_Setter";
}
class BlinkHTMLSelectElement {
static autofocus_Getter(mthis) native "HTMLSelectElement_autofocus_Getter";
- static autofocus_Setter_boolean(mthis, value) native "HTMLSelectElement_autofocus_Setter";
+ static autofocus_Setter(mthis, value) native "HTMLSelectElement_autofocus_Setter";
static disabled_Getter(mthis) native "HTMLSelectElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLSelectElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "HTMLSelectElement_disabled_Setter";
static form_Getter(mthis) native "HTMLSelectElement_form_Getter";
@@ -3701,27 +3747,27 @@ class BlinkHTMLSelectElement {
static length_Getter(mthis) native "HTMLSelectElement_length_Getter";
- static length_Setter_ul(mthis, value) native "HTMLSelectElement_length_Setter";
+ static length_Setter(mthis, value) native "HTMLSelectElement_length_Setter";
static multiple_Getter(mthis) native "HTMLSelectElement_multiple_Getter";
- static multiple_Setter_boolean(mthis, value) native "HTMLSelectElement_multiple_Setter";
+ static multiple_Setter(mthis, value) native "HTMLSelectElement_multiple_Setter";
static name_Getter(mthis) native "HTMLSelectElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLSelectElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLSelectElement_name_Setter";
static required_Getter(mthis) native "HTMLSelectElement_required_Getter";
- static required_Setter_boolean(mthis, value) native "HTMLSelectElement_required_Setter";
+ static required_Setter(mthis, value) native "HTMLSelectElement_required_Setter";
static selectedIndex_Getter(mthis) native "HTMLSelectElement_selectedIndex_Getter";
- static selectedIndex_Setter_long(mthis, value) native "HTMLSelectElement_selectedIndex_Setter";
+ static selectedIndex_Setter(mthis, value) native "HTMLSelectElement_selectedIndex_Setter";
static size_Getter(mthis) native "HTMLSelectElement_size_Getter";
- static size_Setter_long(mthis, value) native "HTMLSelectElement_size_Setter";
+ static size_Setter(mthis, value) native "HTMLSelectElement_size_Setter";
static type_Getter(mthis) native "HTMLSelectElement_type_Getter";
@@ -3731,21 +3777,21 @@ class BlinkHTMLSelectElement {
static value_Getter(mthis) native "HTMLSelectElement_value_Getter";
- static value_Setter_DOMString(mthis, value) native "HTMLSelectElement_value_Setter";
+ static value_Setter(mthis, value) native "HTMLSelectElement_value_Setter";
static willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Getter";
- static $__setter___Callback_ul_HTMLOptionElement(mthis, index, value) native "HTMLSelectElement___setter___Callback_unsigned long_HTMLOptionElement";
+ static $__setter___Callback_2(mthis, index, value) native "HTMLSelectElement___setter___Callback";
- static add_Callback_HTMLElement_long(mthis, element, before) native "HTMLSelectElement_add_Callback_HTMLElement_long";
+ static add_Callback_2(mthis, element, before) native "HTMLSelectElement_add_Callback";
static checkValidity_Callback(mthis) native "HTMLSelectElement_checkValidity_Callback";
- static item_Callback_ul(mthis, index) native "HTMLSelectElement_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "HTMLSelectElement_item_Callback";
- static namedItem_Callback_DOMString(mthis, name) native "HTMLSelectElement_namedItem_Callback_DOMString";
+ static namedItem_Callback_1(mthis, name) native "HTMLSelectElement_namedItem_Callback";
- static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLSelectElement_setCustomValidity_Callback_DOMString";
+ static setCustomValidity_Callback_1(mthis, error) native "HTMLSelectElement_setCustomValidity_Callback";
}
class BlinkHTMLShadowElement {
@@ -3755,27 +3801,27 @@ class BlinkHTMLShadowElement {
class BlinkHTMLSourceElement {
static integrity_Getter(mthis) native "HTMLSourceElement_integrity_Getter";
- static integrity_Setter_DOMString(mthis, value) native "HTMLSourceElement_integrity_Setter";
+ static integrity_Setter(mthis, value) native "HTMLSourceElement_integrity_Setter";
static media_Getter(mthis) native "HTMLSourceElement_media_Getter";
- static media_Setter_DOMString(mthis, value) native "HTMLSourceElement_media_Setter";
+ static media_Setter(mthis, value) native "HTMLSourceElement_media_Setter";
static sizes_Getter(mthis) native "HTMLSourceElement_sizes_Getter";
- static sizes_Setter_DOMString(mthis, value) native "HTMLSourceElement_sizes_Setter";
+ static sizes_Setter(mthis, value) native "HTMLSourceElement_sizes_Setter";
static src_Getter(mthis) native "HTMLSourceElement_src_Getter";
- static src_Setter_DOMString(mthis, value) native "HTMLSourceElement_src_Setter";
+ static src_Setter(mthis, value) native "HTMLSourceElement_src_Setter";
static srcset_Getter(mthis) native "HTMLSourceElement_srcset_Getter";
- static srcset_Setter_DOMString(mthis, value) native "HTMLSourceElement_srcset_Setter";
+ static srcset_Setter(mthis, value) native "HTMLSourceElement_srcset_Setter";
static type_Getter(mthis) native "HTMLSourceElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLSourceElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLSourceElement_type_Setter";
}
class BlinkHTMLSpanElement {}
@@ -3783,17 +3829,17 @@ class BlinkHTMLSpanElement {}
class BlinkHTMLStyleElement {
static disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLStyleElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "HTMLStyleElement_disabled_Setter";
static media_Getter(mthis) native "HTMLStyleElement_media_Getter";
- static media_Setter_DOMString(mthis, value) native "HTMLStyleElement_media_Setter";
+ static media_Setter(mthis, value) native "HTMLStyleElement_media_Setter";
static sheet_Getter(mthis) native "HTMLStyleElement_sheet_Getter";
static type_Getter(mthis) native "HTMLStyleElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "HTMLStyleElement_type_Setter";
+ static type_Setter(mthis, value) native "HTMLStyleElement_type_Setter";
}
class BlinkHTMLTableCaptionElement {}
@@ -3803,27 +3849,27 @@ class BlinkHTMLTableCellElement {
static colSpan_Getter(mthis) native "HTMLTableCellElement_colSpan_Getter";
- static colSpan_Setter_long(mthis, value) native "HTMLTableCellElement_colSpan_Setter";
+ static colSpan_Setter(mthis, value) native "HTMLTableCellElement_colSpan_Setter";
static headers_Getter(mthis) native "HTMLTableCellElement_headers_Getter";
- static headers_Setter_DOMString(mthis, value) native "HTMLTableCellElement_headers_Setter";
+ static headers_Setter(mthis, value) native "HTMLTableCellElement_headers_Setter";
static rowSpan_Getter(mthis) native "HTMLTableCellElement_rowSpan_Getter";
- static rowSpan_Setter_long(mthis, value) native "HTMLTableCellElement_rowSpan_Setter";
+ static rowSpan_Setter(mthis, value) native "HTMLTableCellElement_rowSpan_Setter";
}
class BlinkHTMLTableColElement {
static span_Getter(mthis) native "HTMLTableColElement_span_Getter";
- static span_Setter_long(mthis, value) native "HTMLTableColElement_span_Setter";
+ static span_Setter(mthis, value) native "HTMLTableColElement_span_Setter";
}
class BlinkHTMLTableElement {
static caption_Getter(mthis) native "HTMLTableElement_caption_Getter";
- static caption_Setter_HTMLTableCaptionElement(mthis, value) native "HTMLTableElement_caption_Setter";
+ static caption_Setter(mthis, value) native "HTMLTableElement_caption_Setter";
static rows_Getter(mthis) native "HTMLTableElement_rows_Getter";
@@ -3831,11 +3877,11 @@ class BlinkHTMLTableElement {
static tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Getter";
- static tFoot_Setter_HTMLTableSectionElement(mthis, value) native "HTMLTableElement_tFoot_Setter";
+ static tFoot_Setter(mthis, value) native "HTMLTableElement_tFoot_Setter";
static tHead_Getter(mthis) native "HTMLTableElement_tHead_Getter";
- static tHead_Setter_HTMLTableSectionElement(mthis, value) native "HTMLTableElement_tHead_Setter";
+ static tHead_Setter(mthis, value) native "HTMLTableElement_tHead_Setter";
static createCaption_Callback(mthis) native "HTMLTableElement_createCaption_Callback";
@@ -3847,13 +3893,13 @@ class BlinkHTMLTableElement {
static deleteCaption_Callback(mthis) native "HTMLTableElement_deleteCaption_Callback";
- static deleteRow_Callback_long(mthis, index) native "HTMLTableElement_deleteRow_Callback_long";
+ static deleteRow_Callback_1(mthis, index) native "HTMLTableElement_deleteRow_Callback";
static deleteTFoot_Callback(mthis) native "HTMLTableElement_deleteTFoot_Callback";
static deleteTHead_Callback(mthis) native "HTMLTableElement_deleteTHead_Callback";
- static insertRow_Callback_long(mthis, index) native "HTMLTableElement_insertRow_Callback_long";
+ static insertRow_Callback_1(mthis, index) native "HTMLTableElement_insertRow_Callback";
static insertRow_Callback(mthis) native "HTMLTableElement_insertRow_Callback";
}
@@ -3865,9 +3911,9 @@ class BlinkHTMLTableRowElement {
static sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowIndex_Getter";
- static deleteCell_Callback_long(mthis, index) native "HTMLTableRowElement_deleteCell_Callback_long";
+ static deleteCell_Callback_1(mthis, index) native "HTMLTableRowElement_deleteCell_Callback";
- static insertCell_Callback_long(mthis, index) native "HTMLTableRowElement_insertCell_Callback_long";
+ static insertCell_Callback_1(mthis, index) native "HTMLTableRowElement_insertCell_Callback";
static insertCell_Callback(mthis) native "HTMLTableRowElement_insertCell_Callback";
}
@@ -3875,9 +3921,9 @@ class BlinkHTMLTableRowElement {
class BlinkHTMLTableSectionElement {
static rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter";
- static deleteRow_Callback_long(mthis, index) native "HTMLTableSectionElement_deleteRow_Callback_long";
+ static deleteRow_Callback_1(mthis, index) native "HTMLTableSectionElement_deleteRow_Callback";
- static insertRow_Callback_long(mthis, index) native "HTMLTableSectionElement_insertRow_Callback_long";
+ static insertRow_Callback_1(mthis, index) native "HTMLTableSectionElement_insertRow_Callback";
static insertRow_Callback(mthis) native "HTMLTableSectionElement_insertRow_Callback";
}
@@ -3889,67 +3935,67 @@ class BlinkHTMLTemplateElement {
class BlinkHTMLTextAreaElement {
static autofocus_Getter(mthis) native "HTMLTextAreaElement_autofocus_Getter";
- static autofocus_Setter_boolean(mthis, value) native "HTMLTextAreaElement_autofocus_Setter";
+ static autofocus_Setter(mthis, value) native "HTMLTextAreaElement_autofocus_Setter";
static cols_Getter(mthis) native "HTMLTextAreaElement_cols_Getter";
- static cols_Setter_long(mthis, value) native "HTMLTextAreaElement_cols_Setter";
+ static cols_Setter(mthis, value) native "HTMLTextAreaElement_cols_Setter";
static defaultValue_Getter(mthis) native "HTMLTextAreaElement_defaultValue_Getter";
- static defaultValue_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_defaultValue_Setter";
+ static defaultValue_Setter(mthis, value) native "HTMLTextAreaElement_defaultValue_Setter";
static dirName_Getter(mthis) native "HTMLTextAreaElement_dirName_Getter";
- static dirName_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_dirName_Setter";
+ static dirName_Setter(mthis, value) native "HTMLTextAreaElement_dirName_Setter";
static disabled_Getter(mthis) native "HTMLTextAreaElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "HTMLTextAreaElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "HTMLTextAreaElement_disabled_Setter";
static form_Getter(mthis) native "HTMLTextAreaElement_form_Getter";
static inputMode_Getter(mthis) native "HTMLTextAreaElement_inputMode_Getter";
- static inputMode_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_inputMode_Setter";
+ static inputMode_Setter(mthis, value) native "HTMLTextAreaElement_inputMode_Setter";
static labels_Getter(mthis) native "HTMLTextAreaElement_labels_Getter";
static maxLength_Getter(mthis) native "HTMLTextAreaElement_maxLength_Getter";
- static maxLength_Setter_long(mthis, value) native "HTMLTextAreaElement_maxLength_Setter";
+ static maxLength_Setter(mthis, value) native "HTMLTextAreaElement_maxLength_Setter";
static name_Getter(mthis) native "HTMLTextAreaElement_name_Getter";
- static name_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_name_Setter";
+ static name_Setter(mthis, value) native "HTMLTextAreaElement_name_Setter";
static placeholder_Getter(mthis) native "HTMLTextAreaElement_placeholder_Getter";
- static placeholder_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_placeholder_Setter";
+ static placeholder_Setter(mthis, value) native "HTMLTextAreaElement_placeholder_Setter";
static readOnly_Getter(mthis) native "HTMLTextAreaElement_readOnly_Getter";
- static readOnly_Setter_boolean(mthis, value) native "HTMLTextAreaElement_readOnly_Setter";
+ static readOnly_Setter(mthis, value) native "HTMLTextAreaElement_readOnly_Setter";
static required_Getter(mthis) native "HTMLTextAreaElement_required_Getter";
- static required_Setter_boolean(mthis, value) native "HTMLTextAreaElement_required_Setter";
+ static required_Setter(mthis, value) native "HTMLTextAreaElement_required_Setter";
static rows_Getter(mthis) native "HTMLTextAreaElement_rows_Getter";
- static rows_Setter_long(mthis, value) native "HTMLTextAreaElement_rows_Setter";
+ static rows_Setter(mthis, value) native "HTMLTextAreaElement_rows_Setter";
static selectionDirection_Getter(mthis) native "HTMLTextAreaElement_selectionDirection_Getter";
- static selectionDirection_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_selectionDirection_Setter";
+ static selectionDirection_Setter(mthis, value) native "HTMLTextAreaElement_selectionDirection_Setter";
static selectionEnd_Getter(mthis) native "HTMLTextAreaElement_selectionEnd_Getter";
- static selectionEnd_Setter_long(mthis, value) native "HTMLTextAreaElement_selectionEnd_Setter";
+ static selectionEnd_Setter(mthis, value) native "HTMLTextAreaElement_selectionEnd_Setter";
static selectionStart_Getter(mthis) native "HTMLTextAreaElement_selectionStart_Getter";
- static selectionStart_Setter_long(mthis, value) native "HTMLTextAreaElement_selectionStart_Setter";
+ static selectionStart_Setter(mthis, value) native "HTMLTextAreaElement_selectionStart_Setter";
static textLength_Getter(mthis) native "HTMLTextAreaElement_textLength_Getter";
@@ -3961,27 +4007,27 @@ class BlinkHTMLTextAreaElement {
static value_Getter(mthis) native "HTMLTextAreaElement_value_Getter";
- static value_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_value_Setter";
+ static value_Setter(mthis, value) native "HTMLTextAreaElement_value_Setter";
static willValidate_Getter(mthis) native "HTMLTextAreaElement_willValidate_Getter";
static wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_Getter";
- static wrap_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_wrap_Setter";
+ 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_DOMString(mthis, error) native "HTMLTextAreaElement_setCustomValidity_Callback_DOMString";
+ static setCustomValidity_Callback_1(mthis, error) native "HTMLTextAreaElement_setCustomValidity_Callback";
- static setRangeText_Callback_DOMString(mthis, replacement) native "HTMLTextAreaElement_setRangeText_Callback_DOMString";
+ static setRangeText_Callback_1(mthis, replacement) native "HTMLTextAreaElement_setRangeText_Callback";
- static setRangeText_Callback_DOMString_ul_ul_DOMString(mthis, replacement, start, end, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback_DOMString_unsigned long_unsigned long_DOMString";
+ static setRangeText_Callback_4(mthis, replacement, start, end, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback";
- static setSelectionRange_Callback_long_long_DOMString(mthis, start, end, direction) native "HTMLTextAreaElement_setSelectionRange_Callback_long_long_DOMString";
+ static setSelectionRange_Callback_3(mthis, start, end, direction) native "HTMLTextAreaElement_setSelectionRange_Callback";
- static setSelectionRange_Callback_long_long(mthis, start, end) native "HTMLTextAreaElement_setSelectionRange_Callback_long_long";
+ static setSelectionRange_Callback_2(mthis, start, end) native "HTMLTextAreaElement_setSelectionRange_Callback";
}
class BlinkHTMLTitleElement {}
@@ -3989,29 +4035,29 @@ class BlinkHTMLTitleElement {}
class BlinkHTMLTrackElement {
static default_Getter(mthis) native "HTMLTrackElement_default_Getter";
- static default_Setter_boolean(mthis, value) native "HTMLTrackElement_default_Setter";
+ static default_Setter(mthis, value) native "HTMLTrackElement_default_Setter";
static integrity_Getter(mthis) native "HTMLTrackElement_integrity_Getter";
- static integrity_Setter_DOMString(mthis, value) native "HTMLTrackElement_integrity_Setter";
+ static integrity_Setter(mthis, value) native "HTMLTrackElement_integrity_Setter";
static kind_Getter(mthis) native "HTMLTrackElement_kind_Getter";
- static kind_Setter_DOMString(mthis, value) native "HTMLTrackElement_kind_Setter";
+ static kind_Setter(mthis, value) native "HTMLTrackElement_kind_Setter";
static label_Getter(mthis) native "HTMLTrackElement_label_Getter";
- static label_Setter_DOMString(mthis, value) native "HTMLTrackElement_label_Setter";
+ static label_Setter(mthis, value) native "HTMLTrackElement_label_Setter";
static readyState_Getter(mthis) native "HTMLTrackElement_readyState_Getter";
static src_Getter(mthis) native "HTMLTrackElement_src_Getter";
- static src_Setter_DOMString(mthis, value) native "HTMLTrackElement_src_Setter";
+ static src_Setter(mthis, value) native "HTMLTrackElement_src_Setter";
static srclang_Getter(mthis) native "HTMLTrackElement_srclang_Getter";
- static srclang_Setter_DOMString(mthis, value) native "HTMLTrackElement_srclang_Setter";
+ static srclang_Setter(mthis, value) native "HTMLTrackElement_srclang_Setter";
static track_Getter(mthis) native "HTMLTrackElement_track_Getter";
}
@@ -4023,11 +4069,11 @@ class BlinkHTMLUnknownElement {}
class BlinkHTMLVideoElement {
static height_Getter(mthis) native "HTMLVideoElement_height_Getter";
- static height_Setter_ul(mthis, value) native "HTMLVideoElement_height_Setter";
+ static height_Setter(mthis, value) native "HTMLVideoElement_height_Setter";
static poster_Getter(mthis) native "HTMLVideoElement_poster_Getter";
- static poster_Setter_DOMString(mthis, value) native "HTMLVideoElement_poster_Setter";
+ static poster_Setter(mthis, value) native "HTMLVideoElement_poster_Setter";
static videoHeight_Getter(mthis) native "HTMLVideoElement_videoHeight_Getter";
@@ -4039,7 +4085,7 @@ class BlinkHTMLVideoElement {
static width_Getter(mthis) native "HTMLVideoElement_width_Getter";
- static width_Setter_ul(mthis, value) native "HTMLVideoElement_width_Setter";
+ static width_Setter(mthis, value) native "HTMLVideoElement_width_Setter";
static getVideoPlaybackQuality_Callback(mthis) native "HTMLVideoElement_getVideoPlaybackQuality_Callback";
@@ -4055,21 +4101,19 @@ class BlinkHashChangeEvent {
static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter";
- static initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString";
+ static initHashChangeEvent_Callback_5(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback";
}
class BlinkHeaders {
static constructorCallback() native "Headers_constructorCallback";
- static constructorCallback_Headers(input) native "Headers_constructorCallback_Headers";
-
- static constructorCallback_Dictionary(input) native "Headers_constructorCallback_Dictionary";
+ static constructorCallback_1(input) native "Headers_constructorCallback";
static size_Getter(mthis) native "Headers_size_Getter";
- static forEach_Callback_HeadersForEachCallback_ScriptValue(mthis, callback, thisArg) native "Headers_forEach_Callback_HeadersForEachCallback_ScriptValue";
+ static forEach_Callback_2(mthis, callback, thisArg) native "Headers_forEach_Callback";
- static forEach_Callback_HeadersForEachCallback(mthis, callback) native "Headers_forEach_Callback_HeadersForEachCallback";
+ static forEach_Callback_1(mthis, callback) native "Headers_forEach_Callback";
}
class BlinkHistory {
@@ -4081,11 +4125,11 @@ class BlinkHistory {
static forward_Callback(mthis) native "History_forward_Callback";
- static go_Callback_long(mthis, distance) native "History_go_Callback_long";
+ static go_Callback_1(mthis, distance) native "History_go_Callback";
- static pushState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title, url) native "History_pushState_Callback";
+ static pushState_Callback_3(mthis, data, title, url) native "History_pushState_Callback";
- static replaceState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title, url) native "History_replaceState_Callback";
+ static replaceState_Callback_3(mthis, data, title, url) native "History_replaceState_Callback";
}
class BlinkIDBCursor {
@@ -4097,15 +4141,17 @@ class BlinkIDBCursor {
static source_Getter(mthis) native "IDBCursor_source_Getter";
- static advance_Callback_ul(mthis, count) native "IDBCursor_advance_Callback_unsigned long";
+ static advance_Callback_1(mthis, count) native "IDBCursor_advance_Callback";
- static continuePrimaryKey_Callback_ScriptValue_ScriptValue(mthis, key, primaryKey) native "IDBCursor_continuePrimaryKey_Callback_ScriptValue_ScriptValue";
+ static continuePrimaryKey_Callback_2(mthis, key, primaryKey) native "IDBCursor_continuePrimaryKey_Callback";
static delete_Callback(mthis) native "IDBCursor_delete_Callback";
- static continue_Callback_ScriptValue(mthis, key) native "IDBCursor_continue_Callback_ScriptValue";
+ static continue_Callback_1(mthis, key) native "IDBCursor_continue_Callback";
- static update_Callback_ScriptValue(mthis, value) native "IDBCursor_update_Callback_ScriptValue";
+ static continue_Callback(mthis) native "IDBCursor_continue_Callback";
+
+ static update_Callback_1(mthis, value) native "IDBCursor_update_Callback";
}
class BlinkIDBCursorWithValue {
@@ -4121,31 +4167,25 @@ class BlinkIDBDatabase {
static close_Callback(mthis) native "IDBDatabase_close_Callback";
- static createObjectStore_Callback_DOMString_Dictionary(mthis, name, options) native "IDBDatabase_createObjectStore_Callback_DOMString_Dictionary";
-
- static deleteObjectStore_Callback_DOMString(mthis, name) native "IDBDatabase_deleteObjectStore_Callback_DOMString";
-
- static transaction_Callback_DOMString(mthis, storeName_OR_storeNames) native "IDBDatabase_transaction_Callback_DOMString";
-
- static transaction_Callback_DOMString_DOMString(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_DOMString_DOMString";
+ static createObjectStore_Callback_2(mthis, name, options) native "IDBDatabase_createObjectStore_Callback";
- static transaction_Callback_SEQ_DOMString_SEQ(mthis, storeName_OR_storeNames) native "IDBDatabase_transaction_Callback_sequence<DOMString>";
+ static createObjectStore_Callback_1(mthis, name) native "IDBDatabase_createObjectStore_Callback";
- static transaction_Callback_SEQ_DOMString_SEQ_DOMString(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_sequence<DOMString>_DOMString";
+ static deleteObjectStore_Callback_1(mthis, name) native "IDBDatabase_deleteObjectStore_Callback";
- static transaction_Callback_DOMStringList(mthis, storeName_OR_storeNames) native "IDBDatabase_transaction_Callback_DOMStringList";
+ static transaction_Callback_1(mthis, storeName_OR_storeNames) native "IDBDatabase_transaction_Callback";
- static transaction_Callback_DOMStringList_DOMString(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_DOMStringList_DOMString";
+ static transaction_Callback_2(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback";
}
class BlinkIDBFactory {
- static cmp_Callback_ScriptValue_ScriptValue(mthis, first, second) native "IDBFactory_cmp_Callback_ScriptValue_ScriptValue";
+ static cmp_Callback_2(mthis, first, second) native "IDBFactory_cmp_Callback";
- static deleteDatabase_Callback_DOMString(mthis, name) native "IDBFactory_deleteDatabase_Callback_DOMString";
+ static deleteDatabase_Callback_1(mthis, name) native "IDBFactory_deleteDatabase_Callback";
- static open_Callback_DOMString_ull(mthis, name, version) native "IDBFactory_open_Callback_DOMString_unsigned long long";
+ static open_Callback_2(mthis, name, version) native "IDBFactory_open_Callback";
- static open_Callback_DOMString(mthis, name) native "IDBFactory_open_Callback_DOMString";
+ static open_Callback_1(mthis, name) native "IDBFactory_open_Callback";
static webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webkitGetDatabaseNames_Callback";
}
@@ -4161,19 +4201,19 @@ class BlinkIDBIndex {
static unique_Getter(mthis) native "IDBIndex_unique_Getter";
- static count_Callback_ScriptValue(mthis, key) native "IDBIndex_count_Callback_ScriptValue";
+ static count_Callback_1(mthis, key) native "IDBIndex_count_Callback";
- static get_Callback_ScriptValue(mthis, key) native "IDBIndex_get_Callback_ScriptValue";
+ static get_Callback_1(mthis, key) native "IDBIndex_get_Callback";
- static getKey_Callback_ScriptValue(mthis, key) native "IDBIndex_getKey_Callback_ScriptValue";
+ static getKey_Callback_1(mthis, key) native "IDBIndex_getKey_Callback";
- static openCursor_Callback_ScriptValue_DOMString(mthis, range, direction) native "IDBIndex_openCursor_Callback_ScriptValue_DOMString";
+ static openCursor_Callback_2(mthis, range, direction) native "IDBIndex_openCursor_Callback";
- static openCursor_Callback_ScriptValue(mthis, range) native "IDBIndex_openCursor_Callback_ScriptValue";
+ static openCursor_Callback_1(mthis, range) native "IDBIndex_openCursor_Callback";
- static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) native "IDBIndex_openKeyCursor_Callback_ScriptValue_DOMString";
+ static openKeyCursor_Callback_2(mthis, range, direction) native "IDBIndex_openKeyCursor_Callback";
- static openKeyCursor_Callback_ScriptValue(mthis, range) native "IDBIndex_openKeyCursor_Callback_ScriptValue";
+ static openKeyCursor_Callback_1(mthis, range) native "IDBIndex_openKeyCursor_Callback";
}
class BlinkIDBKeyRange {
@@ -4185,13 +4225,21 @@ class BlinkIDBKeyRange {
static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter";
- static bound_Callback_ScriptValue_ScriptValue_boolean_boolean(lower, upper, lowerOpen, upperOpen) native "IDBKeyRange_bound_Callback_ScriptValue_ScriptValue_boolean_boolean";
+ static bound_Callback_4(lower, upper, lowerOpen, upperOpen) native "IDBKeyRange_bound_Callback";
- static lowerBound_Callback_ScriptValue_boolean(bound, open) native "IDBKeyRange_lowerBound_Callback_ScriptValue_boolean";
+ static bound_Callback_3(lower, upper, lowerOpen) native "IDBKeyRange_bound_Callback";
- static only_Callback_ScriptValue(value) native "IDBKeyRange_only_Callback_ScriptValue";
+ static bound_Callback_2(lower, upper) native "IDBKeyRange_bound_Callback";
- static upperBound_Callback_ScriptValue_boolean(bound, open) native "IDBKeyRange_upperBound_Callback_ScriptValue_boolean";
+ static lowerBound_Callback_2(bound, open) native "IDBKeyRange_lowerBound_Callback";
+
+ static lowerBound_Callback_1(bound) native "IDBKeyRange_lowerBound_Callback";
+
+ static only_Callback_1(value) native "IDBKeyRange_only_Callback";
+
+ static upperBound_Callback_2(bound, open) native "IDBKeyRange_upperBound_Callback";
+
+ static upperBound_Callback_1(bound) native "IDBKeyRange_upperBound_Callback";
}
class BlinkIDBObjectStore {
@@ -4205,31 +4253,37 @@ class BlinkIDBObjectStore {
static transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter";
- static add_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObjectStore_add_Callback_ScriptValue_ScriptValue";
+ static add_Callback_2(mthis, value, key) native "IDBObjectStore_add_Callback";
+
+ static add_Callback_1(mthis, value) native "IDBObjectStore_add_Callback";
static clear_Callback(mthis) native "IDBObjectStore_clear_Callback";
- static count_Callback_ScriptValue(mthis, key) native "IDBObjectStore_count_Callback_ScriptValue";
+ static count_Callback_1(mthis, key) native "IDBObjectStore_count_Callback";
+
+ static createIndex_Callback_2(mthis, name, keyPath) native "IDBObjectStore_createIndex_Callback";
- static createIndex_Callback_DOMString_DOMString_Dictionary(mthis, name, keyPath, options) native "IDBObjectStore_createIndex_Callback_DOMString_DOMString_Dictionary";
+ static createIndex_Callback_3(mthis, name, keyPath, options) native "IDBObjectStore_createIndex_Callback";
- static createIndex_Callback_DOMString_SEQ_DOMString_SEQ_Dictionary(mthis, name, keyPath, options) native "IDBObjectStore_createIndex_Callback_DOMString_sequence<DOMString>_Dictionary";
+ static delete_Callback_1(mthis, key) native "IDBObjectStore_delete_Callback";
- static delete_Callback_ScriptValue(mthis, key) native "IDBObjectStore_delete_Callback_ScriptValue";
+ static deleteIndex_Callback_1(mthis, name) native "IDBObjectStore_deleteIndex_Callback";
- static deleteIndex_Callback_DOMString(mthis, name) native "IDBObjectStore_deleteIndex_Callback_DOMString";
+ static get_Callback_1(mthis, key) native "IDBObjectStore_get_Callback";
- static get_Callback_ScriptValue(mthis, key) native "IDBObjectStore_get_Callback_ScriptValue";
+ static index_Callback_1(mthis, name) native "IDBObjectStore_index_Callback";
- static index_Callback_DOMString(mthis, name) native "IDBObjectStore_index_Callback_DOMString";
+ static openCursor_Callback_2(mthis, range, direction) native "IDBObjectStore_openCursor_Callback";
- static openCursor_Callback_ScriptValue_DOMString(mthis, range, direction) native "IDBObjectStore_openCursor_Callback_ScriptValue_DOMString";
+ static openCursor_Callback_1(mthis, range) native "IDBObjectStore_openCursor_Callback";
- static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) native "IDBObjectStore_openKeyCursor_Callback_ScriptValue_DOMString";
+ static openKeyCursor_Callback_2(mthis, range, direction) native "IDBObjectStore_openKeyCursor_Callback";
- static openKeyCursor_Callback_ScriptValue(mthis, range) native "IDBObjectStore_openKeyCursor_Callback_ScriptValue";
+ static openKeyCursor_Callback_1(mthis, range) native "IDBObjectStore_openKeyCursor_Callback";
- static put_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObjectStore_put_Callback_ScriptValue_ScriptValue";
+ static put_Callback_2(mthis, value, key) native "IDBObjectStore_put_Callback";
+
+ static put_Callback_1(mthis, value) native "IDBObjectStore_put_Callback";
}
class BlinkIDBRequest {
@@ -4255,7 +4309,7 @@ class BlinkIDBTransaction {
static abort_Callback(mthis) native "IDBTransaction_abort_Callback";
- static objectStore_Callback_DOMString(mthis, name) native "IDBTransaction_objectStore_Callback_DOMString";
+ static objectStore_Callback_1(mthis, name) native "IDBTransaction_objectStore_Callback";
}
class BlinkIDBVersionChangeEvent {
@@ -4277,9 +4331,9 @@ class BlinkImageBitmap {
}
class BlinkImageData {
- static constructorCallback_ul_ul(data_OR_width, height_OR_width) native "ImageData_constructorCallback_unsigned long_unsigned long";
+ static constructorCallback_2(data_OR_width, height_OR_width) native "ImageData_constructorCallback";
- static constructorCallback_Uint8ClampedArray_ul_ul(data_OR_width, height_OR_width, height) native "ImageData_constructorCallback_Uint8ClampedArray_unsigned long_unsigned long";
+ static constructorCallback_3(data_OR_width, height_OR_width, height) native "ImageData_constructorCallback";
static data_Getter(mthis) native "ImageData_data_Getter";
@@ -4289,7 +4343,7 @@ class BlinkImageData {
}
class BlinkInjectedScriptHost {
- static inspect_Callback_ScriptValue_ScriptValue(mthis, objectId, hints) native "InjectedScriptHost_inspect_Callback";
+ static inspect_Callback_2(mthis, objectId, hints) native "InjectedScriptHost_inspect_Callback";
}
class BlinkInputMethodContext {
@@ -4305,7 +4359,7 @@ class BlinkInputMethodContext {
}
class BlinkInstallPhaseEvent {
- static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_waitUntil_Callback_ScriptValue";
+ static waitUntil_Callback_1(mthis, value) native "InstallPhaseEvent_waitUntil_Callback";
}
class BlinkInstallEvent {
@@ -4333,13 +4387,13 @@ class BlinkKeyboardEvent {
static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter";
- static getModifierState_Callback_DOMString(mthis, keyArgument) native "KeyboardEvent_getModifierState_Callback_DOMString";
+ static getModifierState_Callback_1(mthis, keyArgument) native "KeyboardEvent_getModifierState_Callback";
- static initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_ul_boolean_boolean_boolean_boolean(mthis, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey) native "KeyboardEvent_initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_unsigned long_boolean_boolean_boolean_boolean";
+ static initKeyboardEvent_Callback_10(mthis, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey) native "KeyboardEvent_initKeyboardEvent_Callback";
}
class BlinkLocalCredential {
- static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, avatarURL, password) native "LocalCredential_constructorCallback_DOMString_DOMString_DOMString_DOMString";
+ static constructorCallback_4(id, name, avatarURL, password) native "LocalCredential_constructorCallback";
static password_Getter(mthis) native "LocalCredential_password_Getter";
}
@@ -4349,43 +4403,43 @@ class BlinkLocation {
static hash_Getter(mthis) native "Location_hash_Getter";
- static hash_Setter_DOMString(mthis, value) native "Location_hash_Setter";
+ static hash_Setter(mthis, value) native "Location_hash_Setter";
static host_Getter(mthis) native "Location_host_Getter";
- static host_Setter_DOMString(mthis, value) native "Location_host_Setter";
+ static host_Setter(mthis, value) native "Location_host_Setter";
static hostname_Getter(mthis) native "Location_hostname_Getter";
- static hostname_Setter_DOMString(mthis, value) native "Location_hostname_Setter";
+ static hostname_Setter(mthis, value) native "Location_hostname_Setter";
static href_Getter(mthis) native "Location_href_Getter";
- static href_Setter_DOMString(mthis, value) native "Location_href_Setter";
+ static href_Setter(mthis, value) native "Location_href_Setter";
static origin_Getter(mthis) native "Location_origin_Getter";
static pathname_Getter(mthis) native "Location_pathname_Getter";
- static pathname_Setter_DOMString(mthis, value) native "Location_pathname_Setter";
+ static pathname_Setter(mthis, value) native "Location_pathname_Setter";
static port_Getter(mthis) native "Location_port_Getter";
- static port_Setter_DOMString(mthis, value) native "Location_port_Setter";
+ static port_Setter(mthis, value) native "Location_port_Setter";
static protocol_Getter(mthis) native "Location_protocol_Getter";
- static protocol_Setter_DOMString(mthis, value) native "Location_protocol_Setter";
+ static protocol_Setter(mthis, value) native "Location_protocol_Setter";
static search_Getter(mthis) native "Location_search_Getter";
- static search_Setter_DOMString(mthis, value) native "Location_search_Setter";
+ static search_Setter(mthis, value) native "Location_search_Setter";
- static assign_Callback_DOMString(mthis, url) native "Location_assign_Callback";
+ static assign_Callback_1(mthis, url) native "Location_assign_Callback";
static reload_Callback(mthis) native "Location_reload_Callback";
- static replace_Callback_DOMString(mthis, url) native "Location_replace_Callback";
+ static replace_Callback_1(mthis, url) native "Location_replace_Callback";
static toString_Callback(mthis) native "Location_toString_Callback";
}
@@ -4427,9 +4481,9 @@ class BlinkMIDIMessageEvent {
}
class BlinkMIDIOutput {
- static send_Callback_Uint8Array_double(mthis, data, timestamp) native "MIDIOutput_send_Callback_Uint8Array_double";
+ static send_Callback_2(mthis, data, timestamp) native "MIDIOutput_send_Callback";
- static send_Callback_Uint8Array(mthis, data) native "MIDIOutput_send_Callback_Uint8Array";
+ static send_Callback_1(mthis, data) native "MIDIOutput_send_Callback";
}
class BlinkMediaController {
@@ -4439,23 +4493,23 @@ class BlinkMediaController {
static currentTime_Getter(mthis) native "MediaController_currentTime_Getter";
- static currentTime_Setter_double(mthis, value) native "MediaController_currentTime_Setter";
+ static currentTime_Setter(mthis, value) native "MediaController_currentTime_Setter";
static defaultPlaybackRate_Getter(mthis) native "MediaController_defaultPlaybackRate_Getter";
- static defaultPlaybackRate_Setter_double(mthis, value) native "MediaController_defaultPlaybackRate_Setter";
+ static defaultPlaybackRate_Setter(mthis, value) native "MediaController_defaultPlaybackRate_Setter";
static duration_Getter(mthis) native "MediaController_duration_Getter";
static muted_Getter(mthis) native "MediaController_muted_Getter";
- static muted_Setter_boolean(mthis, value) native "MediaController_muted_Setter";
+ static muted_Setter(mthis, value) native "MediaController_muted_Setter";
static paused_Getter(mthis) native "MediaController_paused_Getter";
static playbackRate_Getter(mthis) native "MediaController_playbackRate_Getter";
- static playbackRate_Setter_double(mthis, value) native "MediaController_playbackRate_Setter";
+ static playbackRate_Setter(mthis, value) native "MediaController_playbackRate_Setter";
static playbackState_Getter(mthis) native "MediaController_playbackState_Getter";
@@ -4465,7 +4519,7 @@ class BlinkMediaController {
static volume_Getter(mthis) native "MediaController_volume_Getter";
- static volume_Setter_double(mthis, value) native "MediaController_volume_Setter";
+ static volume_Setter(mthis, value) native "MediaController_volume_Setter";
static pause_Callback(mthis) native "MediaController_pause_Callback";
@@ -4543,25 +4597,19 @@ class BlinkMediaKeySession {
static release_Callback(mthis) native "MediaKeySession_release_Callback";
- static update_Callback_ArrayBufferView(mthis, response) native "MediaKeySession_update_Callback_ArrayBufferView";
-
- static update_Callback_ArrayBuffer(mthis, response) native "MediaKeySession_update_Callback_ArrayBuffer";
+ static update_Callback_1(mthis, response) native "MediaKeySession_update_Callback";
}
class BlinkMediaKeys {
static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
- static create_Callback_DOMString(keySystem) native "MediaKeys_create_Callback_DOMString";
+ static create_Callback_1(keySystem) native "MediaKeys_create_Callback";
- static createSession_Callback_DOMString_ArrayBufferView(mthis, initDataType, initData) native "MediaKeys_createSession_Callback_DOMString_ArrayBufferView";
+ static createSession_Callback_2(mthis, initDataType, initData) native "MediaKeys_createSession_Callback";
- static createSession_Callback_DOMString_ArrayBufferView_DOMString(mthis, initDataType, initData, sessionType) native "MediaKeys_createSession_Callback_DOMString_ArrayBufferView_DOMString";
+ static createSession_Callback_3(mthis, initDataType, initData, sessionType) native "MediaKeys_createSession_Callback";
- static createSession_Callback_DOMString_ArrayBuffer(mthis, initDataType, initData) native "MediaKeys_createSession_Callback_DOMString_ArrayBuffer";
-
- static createSession_Callback_DOMString_ArrayBuffer_DOMString(mthis, initDataType, initData, sessionType) native "MediaKeys_createSession_Callback_DOMString_ArrayBuffer_DOMString";
-
- static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) native "MediaKeys_isTypeSupported_Callback_DOMString_DOMString";
+ static isTypeSupported_Callback_2(keySystem, contentType) native "MediaKeys_isTypeSupported_Callback";
}
class BlinkMediaList {
@@ -4569,13 +4617,13 @@ class BlinkMediaList {
static mediaText_Getter(mthis) native "MediaList_mediaText_Getter";
- static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Setter";
+ static mediaText_Setter(mthis, value) native "MediaList_mediaText_Setter";
- static appendMedium_Callback_DOMString(mthis, newMedium) native "MediaList_appendMedium_Callback_DOMString";
+ static appendMedium_Callback_1(mthis, newMedium) native "MediaList_appendMedium_Callback";
- static deleteMedium_Callback_DOMString(mthis, oldMedium) native "MediaList_deleteMedium_Callback_DOMString";
+ static deleteMedium_Callback_1(mthis, oldMedium) native "MediaList_deleteMedium_Callback";
- static item_Callback_ul(mthis, index) native "MediaList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "MediaList_item_Callback";
}
class BlinkMediaQueryList {
@@ -4591,29 +4639,27 @@ class BlinkMediaSource {
static duration_Getter(mthis) native "MediaSource_duration_Getter";
- static duration_Setter_double(mthis, value) native "MediaSource_duration_Setter";
+ static duration_Setter(mthis, value) native "MediaSource_duration_Setter";
static readyState_Getter(mthis) native "MediaSource_readyState_Getter";
static sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers_Getter";
- static addSourceBuffer_Callback_DOMString(mthis, type) native "MediaSource_addSourceBuffer_Callback_DOMString";
+ static addSourceBuffer_Callback_1(mthis, type) native "MediaSource_addSourceBuffer_Callback";
- static endOfStream_Callback_DOMString(mthis, error) native "MediaSource_endOfStream_Callback_DOMString";
+ static endOfStream_Callback_1(mthis, error) native "MediaSource_endOfStream_Callback";
static endOfStream_Callback(mthis) native "MediaSource_endOfStream_Callback";
- static isTypeSupported_Callback_DOMString(type) native "MediaSource_isTypeSupported_Callback_DOMString";
+ static isTypeSupported_Callback_1(type) native "MediaSource_isTypeSupported_Callback";
- static removeSourceBuffer_Callback_SourceBuffer(mthis, buffer) native "MediaSource_removeSourceBuffer_Callback_SourceBuffer";
+ static removeSourceBuffer_Callback_1(mthis, buffer) native "MediaSource_removeSourceBuffer_Callback";
}
class BlinkMediaStream {
static constructorCallback() native "MediaStream_constructorCallback";
- static constructorCallback_MediaStream(stream_OR_tracks) native "MediaStream_constructorCallback_MediaStream";
-
- static constructorCallback_A_MediaStreamTrack_A(stream_OR_tracks) native "MediaStream_constructorCallback_MediaStreamTrack[]";
+ static constructorCallback_1(stream_OR_tracks) native "MediaStream_constructorCallback";
static ended_Getter(mthis) native "MediaStream_ended_Getter";
@@ -4621,19 +4667,19 @@ class BlinkMediaStream {
static label_Getter(mthis) native "MediaStream_label_Getter";
- static addTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_addTrack_Callback_MediaStreamTrack";
+ static addTrack_Callback_1(mthis, track) native "MediaStream_addTrack_Callback";
static clone_Callback(mthis) native "MediaStream_clone_Callback";
static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callback";
- static getTrackById_Callback_DOMString(mthis, trackId) native "MediaStream_getTrackById_Callback_DOMString";
+ static getTrackById_Callback_1(mthis, trackId) native "MediaStream_getTrackById_Callback";
static getTracks_Callback(mthis) native "MediaStream_getTracks_Callback";
static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callback";
- static removeTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_removeTrack_Callback_MediaStreamTrack";
+ static removeTrack_Callback_1(mthis, track) native "MediaStream_removeTrack_Callback";
static stop_Callback(mthis) native "MediaStream_stop_Callback";
}
@@ -4655,7 +4701,7 @@ class BlinkMediaStreamEvent {
class BlinkMediaStreamTrack {
static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter";
- static enabled_Setter_boolean(mthis, value) native "MediaStreamTrack_enabled_Setter";
+ static enabled_Setter(mthis, value) native "MediaStreamTrack_enabled_Setter";
static id_Getter(mthis) native "MediaStreamTrack_id_Getter";
@@ -4669,7 +4715,7 @@ class BlinkMediaStreamTrack {
static clone_Callback(mthis) native "MediaStreamTrack_clone_Callback";
- static getSources_Callback_MediaStreamTrackSourcesCallback(callback) native "MediaStreamTrack_getSources_Callback_MediaStreamTrackSourcesCallback";
+ static getSources_Callback_1(callback) native "MediaStreamTrack_getSources_Callback";
static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback";
}
@@ -4703,13 +4749,13 @@ class BlinkMessageEvent {
static source_Getter(mthis) native "MessageEvent_source_Getter";
- static initMessageEvent_Callback_DOMString_boolean_boolean_ScriptValue_DOMString_DOMString_Window_A_MessagePort_A(mthis, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native "MessageEvent_initMessageEvent_Callback";
+ 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 postMessage_Callback_ScriptValue_SEQ_MessagePort_SEQ(mthis, message, transfer) native "MessagePort_postMessage_Callback";
+ static postMessage_Callback_2(mthis, message, transfer) native "MessagePort_postMessage_Callback";
static start_Callback(mthis) native "MessagePort_start_Callback";
}
@@ -4733,11 +4779,11 @@ class BlinkMimeType {
class BlinkMimeTypeArray {
static length_Getter(mthis) native "MimeTypeArray_length_Getter";
- static $__getter___Callback_DOMString(mthis, name) native "MimeTypeArray___getter___Callback_DOMString";
+ static $__getter___Callback_1(mthis, name) native "MimeTypeArray___getter___Callback";
- static item_Callback_ul(mthis, index) native "MimeTypeArray_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "MimeTypeArray_item_Callback";
- static namedItem_Callback_DOMString(mthis, name) native "MimeTypeArray_namedItem_Callback_DOMString";
+ static namedItem_Callback_1(mthis, name) native "MimeTypeArray_namedItem_Callback";
}
class BlinkMouseEvent {
@@ -4783,17 +4829,17 @@ class BlinkMouseEvent {
static webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovementY_Getter";
- static initMouseEvent_Callback_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boolean_boolean_boolean_us_EventTarget(mthis, type, canBubble, cancelable, view, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boolean_boolean_boolean_unsigned short_EventTarget";
+ 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 BlinkMutationObserver {
- static constructorCallback_MutationCallback(callback) native "MutationObserver_constructorCallback";
+ static constructorCallback_1(callback) native "MutationObserver_constructorCallback";
static disconnect_Callback(mthis) native "MutationObserver_disconnect_Callback";
- static observe_Callback_Node_Dictionary(mthis, target, options) native "MutationObserver_observe_Callback_Node_Dictionary";
+ static observe_Callback_2(mthis, target, options) native "MutationObserver_observe_Callback";
static takeRecords_Callback(mthis) native "MutationObserver_takeRecords_Callback";
}
@@ -4821,21 +4867,21 @@ class BlinkMutationRecord {
class BlinkNamedNodeMap {
static length_Getter(mthis) native "NamedNodeMap_length_Getter";
- static $__getter___Callback_DOMString(mthis, name) native "NamedNodeMap___getter___Callback_DOMString";
+ static $__getter___Callback_1(mthis, name) native "NamedNodeMap___getter___Callback";
- static getNamedItem_Callback_DOMString(mthis, name) native "NamedNodeMap_getNamedItem_Callback_DOMString";
+ static getNamedItem_Callback_1(mthis, name) native "NamedNodeMap_getNamedItem_Callback";
- static getNamedItemNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "NamedNodeMap_getNamedItemNS_Callback_DOMString_DOMString";
+ static getNamedItemNS_Callback_2(mthis, namespaceURI, localName) native "NamedNodeMap_getNamedItemNS_Callback";
- static item_Callback_ul(mthis, index) native "NamedNodeMap_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "NamedNodeMap_item_Callback";
- static removeNamedItem_Callback_DOMString(mthis, name) native "NamedNodeMap_removeNamedItem_Callback_DOMString";
+ static removeNamedItem_Callback_1(mthis, name) native "NamedNodeMap_removeNamedItem_Callback";
- static removeNamedItemNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "NamedNodeMap_removeNamedItemNS_Callback_DOMString_DOMString";
+ static removeNamedItemNS_Callback_2(mthis, namespaceURI, localName) native "NamedNodeMap_removeNamedItemNS_Callback";
- static setNamedItem_Callback_Node(mthis, node) native "NamedNodeMap_setNamedItem_Callback_Node";
+ static setNamedItem_Callback_1(mthis, node) native "NamedNodeMap_setNamedItem_Callback";
- static setNamedItemNS_Callback_Node(mthis, node) native "NamedNodeMap_setNamedItemNS_Callback_Node";
+ static setNamedItemNS_Callback_1(mthis, node) native "NamedNodeMap_setNamedItemNS_Callback";
}
class BlinkNavigatorCPU {
@@ -4907,21 +4953,15 @@ class BlinkNavigator {
static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_Callback";
- static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString";
-
- static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, scheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_DOMString_DOMString";
+ static isProtocolHandlerRegistered_Callback_2(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback";
- static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navigator_sendBeacon_Callback_DOMString_DOMString";
+ static registerProtocolHandler_Callback_3(mthis, scheme, url, title) native "Navigator_registerProtocolHandler_Callback";
- static sendBeacon_Callback_DOMString_ArrayBufferView(mthis, url, data) native "Navigator_sendBeacon_Callback_DOMString_ArrayBufferView";
+ static sendBeacon_Callback_2(mthis, url, data) native "Navigator_sendBeacon_Callback";
- static sendBeacon_Callback_DOMString_FormData(mthis, url, data) native "Navigator_sendBeacon_Callback_DOMString_FormData";
+ static unregisterProtocolHandler_Callback_2(mthis, scheme, url) native "Navigator_unregisterProtocolHandler_Callback";
- static sendBeacon_Callback_DOMString_Blob(mthis, url, data) native "Navigator_sendBeacon_Callback_DOMString_Blob";
-
- static unregisterProtocolHandler_Callback_DOMString_DOMString(mthis, scheme, url) native "Navigator_unregisterProtocolHandler_Callback_DOMString_DOMString";
-
- static webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuccessCallback_NavigatorUserMediaErrorCallback(mthis, options, successCallback, errorCallback) native "Navigator_webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuccessCallback_NavigatorUserMediaErrorCallback";
+ static webkitGetUserMedia_Callback_3(mthis, options, successCallback, errorCallback) native "Navigator_webkitGetUserMedia_Callback";
static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter";
@@ -4977,13 +5017,13 @@ class BlinkNodeIterator {
class BlinkNodeList {
static length_Getter(mthis) native "NodeList_length_Getter";
- static item_Callback_ul(mthis, index) native "NodeList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "NodeList_item_Callback";
}
class BlinkNotation {}
class BlinkNotification {
- static constructorCallback_DOMString_Dictionary(title, options) native "Notification_constructorCallback_DOMString_Dictionary";
+ static constructorCallback_2(title, options) native "Notification_constructorCallback";
static body_Getter(mthis) native "Notification_body_Getter";
@@ -5001,7 +5041,9 @@ class BlinkNotification {
static close_Callback(mthis) native "Notification_close_Callback";
- static requestPermission_Callback_NotificationPermissionCallback(callback) native "Notification_requestPermission_Callback_NotificationPermissionCallback";
+ static requestPermission_Callback_1(callback) native "Notification_requestPermission_Callback";
+
+ static requestPermission_Callback() native "Notification_requestPermission_Callback";
}
class BlinkOESElementIndexUint {}
@@ -5017,13 +5059,13 @@ class BlinkOESTextureHalfFloat {}
class BlinkOESTextureHalfFloatLinear {}
class BlinkOESVertexArrayObject {
- static bindVertexArrayOES_Callback_WebGLVertexArrayObjectOES(mthis, arrayObject) native "OESVertexArrayObject_bindVertexArrayOES_Callback_WebGLVertexArrayObjectOES";
+ static bindVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArrayObject_bindVertexArrayOES_Callback";
static createVertexArrayOES_Callback(mthis) native "OESVertexArrayObject_createVertexArrayOES_Callback";
- static deleteVertexArrayOES_Callback_WebGLVertexArrayObjectOES(mthis, arrayObject) native "OESVertexArrayObject_deleteVertexArrayOES_Callback_WebGLVertexArrayObjectOES";
+ static deleteVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArrayObject_deleteVertexArrayOES_Callback";
- static isVertexArrayOES_Callback_WebGLVertexArrayObjectOES(mthis, arrayObject) native "OESVertexArrayObject_isVertexArrayOES_Callback_WebGLVertexArrayObjectOES";
+ static isVertexArrayOES_Callback_1(mthis, arrayObject) native "OESVertexArrayObject_isVertexArrayOES_Callback";
}
class BlinkOfflineAudioCompletionEvent {
@@ -5031,7 +5073,7 @@ class BlinkOfflineAudioCompletionEvent {
}
class BlinkOfflineAudioContext {
- static constructorCallback_ul_ul_float(numberOfChannels, numberOfFrames, sampleRate) native "OfflineAudioContext_constructorCallback_unsigned long_unsigned long_float";
+ static constructorCallback_3(numberOfChannels, numberOfFrames, sampleRate) native "OfflineAudioContext_constructorCallback";
}
class BlinkOscillatorNode {
@@ -5041,19 +5083,19 @@ class BlinkOscillatorNode {
static type_Getter(mthis) native "OscillatorNode_type_Getter";
- static type_Setter_DOMString(mthis, value) native "OscillatorNode_type_Setter";
+ static type_Setter(mthis, value) native "OscillatorNode_type_Setter";
- static noteOff_Callback_double(mthis, when) native "OscillatorNode_noteOff_Callback_double";
+ static noteOff_Callback_1(mthis, when) native "OscillatorNode_noteOff_Callback";
- static noteOn_Callback_double(mthis, when) native "OscillatorNode_noteOn_Callback_double";
+ static noteOn_Callback_1(mthis, when) native "OscillatorNode_noteOn_Callback";
- static setPeriodicWave_Callback_PeriodicWave(mthis, periodicWave) native "OscillatorNode_setPeriodicWave_Callback_PeriodicWave";
+ static setPeriodicWave_Callback_1(mthis, periodicWave) native "OscillatorNode_setPeriodicWave_Callback";
- static start_Callback_double(mthis, when) native "OscillatorNode_start_Callback_double";
+ static start_Callback_1(mthis, when) native "OscillatorNode_start_Callback";
static start_Callback(mthis) native "OscillatorNode_start_Callback";
- static stop_Callback_double(mthis, when) native "OscillatorNode_stop_Callback_double";
+ static stop_Callback_1(mthis, when) native "OscillatorNode_stop_Callback";
static stop_Callback(mthis) native "OscillatorNode_stop_Callback";
}
@@ -5079,71 +5121,69 @@ class BlinkPageTransitionEvent {
class BlinkPannerNode {
static coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle_Getter";
- static coneInnerAngle_Setter_double(mthis, value) native "PannerNode_coneInnerAngle_Setter";
+ static coneInnerAngle_Setter(mthis, value) native "PannerNode_coneInnerAngle_Setter";
static coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle_Getter";
- static coneOuterAngle_Setter_double(mthis, value) native "PannerNode_coneOuterAngle_Setter";
+ static coneOuterAngle_Setter(mthis, value) native "PannerNode_coneOuterAngle_Setter";
static coneOuterGain_Getter(mthis) native "PannerNode_coneOuterGain_Getter";
- static coneOuterGain_Setter_double(mthis, value) native "PannerNode_coneOuterGain_Setter";
+ static coneOuterGain_Setter(mthis, value) native "PannerNode_coneOuterGain_Setter";
static distanceModel_Getter(mthis) native "PannerNode_distanceModel_Getter";
- static distanceModel_Setter_DOMString(mthis, value) native "PannerNode_distanceModel_Setter";
+ static distanceModel_Setter(mthis, value) native "PannerNode_distanceModel_Setter";
static maxDistance_Getter(mthis) native "PannerNode_maxDistance_Getter";
- static maxDistance_Setter_double(mthis, value) native "PannerNode_maxDistance_Setter";
+ static maxDistance_Setter(mthis, value) native "PannerNode_maxDistance_Setter";
static panningModel_Getter(mthis) native "PannerNode_panningModel_Getter";
- static panningModel_Setter_DOMString(mthis, value) native "PannerNode_panningModel_Setter";
+ static panningModel_Setter(mthis, value) native "PannerNode_panningModel_Setter";
static refDistance_Getter(mthis) native "PannerNode_refDistance_Getter";
- static refDistance_Setter_double(mthis, value) native "PannerNode_refDistance_Setter";
+ static refDistance_Setter(mthis, value) native "PannerNode_refDistance_Setter";
static rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_Getter";
- static rolloffFactor_Setter_double(mthis, value) native "PannerNode_rolloffFactor_Setter";
+ static rolloffFactor_Setter(mthis, value) native "PannerNode_rolloffFactor_Setter";
- static setOrientation_Callback_float_float_float(mthis, x, y, z) native "PannerNode_setOrientation_Callback_float_float_float";
+ static setOrientation_Callback_3(mthis, x, y, z) native "PannerNode_setOrientation_Callback";
- static setPosition_Callback_float_float_float(mthis, x, y, z) native "PannerNode_setPosition_Callback_float_float_float";
+ static setPosition_Callback_3(mthis, x, y, z) native "PannerNode_setPosition_Callback";
- static setVelocity_Callback_float_float_float(mthis, x, y, z) native "PannerNode_setVelocity_Callback_float_float_float";
+ static setVelocity_Callback_3(mthis, x, y, z) native "PannerNode_setVelocity_Callback";
}
class BlinkPath2D {
static constructorCallback() native "Path2D_constructorCallback";
- static constructorCallback_Path2D(path_OR_text) native "Path2D_constructorCallback_Path2D";
-
- static constructorCallback_DOMString(path_OR_text) native "Path2D_constructorCallback_DOMString";
+ static constructorCallback_1(path_OR_text) native "Path2D_constructorCallback";
- static addPath_Callback_Path2D_SVGMatrix(mthis, path, transform) native "Path2D_addPath_Callback_Path2D_SVGMatrix";
+ static addPath_Callback_2(mthis, path, transform) native "Path2D_addPath_Callback";
- static addPath_Callback_Path2D(mthis, path) native "Path2D_addPath_Callback_Path2D";
+ static addPath_Callback_1(mthis, path) native "Path2D_addPath_Callback";
- static arc_Callback_float_float_float_float_float_boolean(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "Path2D_arc_Callback_float_float_float_float_float_boolean";
+ static arc_Callback_6(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "Path2D_arc_Callback";
- static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_Callback_float_float_float_float_float";
+ static arcTo_Callback_5(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_Callback";
- static bezierCurveTo_Callback_float_float_float_float_float_float(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "Path2D_bezierCurveTo_Callback_float_float_float_float_float_float";
+ static bezierCurveTo_Callback_6(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "Path2D_bezierCurveTo_Callback";
static closePath_Callback(mthis) native "Path2D_closePath_Callback";
- static ellipse_Callback_float_float_float_float_float_float_float_boolean(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "Path2D_ellipse_Callback_float_float_float_float_float_float_float_boolean";
+ static ellipse_Callback_8(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "Path2D_ellipse_Callback";
- static lineTo_Callback_float_float(mthis, x, y) native "Path2D_lineTo_Callback_float_float";
+ static lineTo_Callback_2(mthis, x, y) native "Path2D_lineTo_Callback";
- static moveTo_Callback_float_float(mthis, x, y) native "Path2D_moveTo_Callback_float_float";
+ static moveTo_Callback_2(mthis, x, y) native "Path2D_moveTo_Callback";
- static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y) native "Path2D_quadraticCurveTo_Callback_float_float_float_float";
+ static quadraticCurveTo_Callback_4(mthis, cpx, cpy, x, y) native "Path2D_quadraticCurveTo_Callback";
- static rect_Callback_float_float_float_float(mthis, x, y, width, height) native "Path2D_rect_Callback_float_float_float_float";
+ static rect_Callback_4(mthis, x, y, width, height) native "Path2D_rect_Callback";
}
class BlinkPerformance {
@@ -5153,25 +5193,25 @@ class BlinkPerformance {
static timing_Getter(mthis) native "Performance_timing_Getter";
- static clearMarks_Callback_DOMString(mthis, markName) native "Performance_clearMarks_Callback_DOMString";
+ static clearMarks_Callback_1(mthis, markName) native "Performance_clearMarks_Callback";
- static clearMeasures_Callback_DOMString(mthis, measureName) native "Performance_clearMeasures_Callback_DOMString";
+ static clearMeasures_Callback_1(mthis, measureName) native "Performance_clearMeasures_Callback";
static getEntries_Callback(mthis) native "Performance_getEntries_Callback";
- static getEntriesByName_Callback_DOMString_DOMString(mthis, name, entryType) native "Performance_getEntriesByName_Callback_DOMString_DOMString";
+ static getEntriesByName_Callback_2(mthis, name, entryType) native "Performance_getEntriesByName_Callback";
- static getEntriesByType_Callback_DOMString(mthis, entryType) native "Performance_getEntriesByType_Callback_DOMString";
+ static getEntriesByType_Callback_1(mthis, entryType) native "Performance_getEntriesByType_Callback";
- static mark_Callback_DOMString(mthis, markName) native "Performance_mark_Callback_DOMString";
+ static mark_Callback_1(mthis, markName) native "Performance_mark_Callback";
- static measure_Callback_DOMString_DOMString_DOMString(mthis, measureName, startMark, endMark) native "Performance_measure_Callback_DOMString_DOMString_DOMString";
+ static measure_Callback_3(mthis, measureName, startMark, endMark) native "Performance_measure_Callback";
static now_Callback(mthis) native "Performance_now_Callback";
static webkitClearResourceTimings_Callback(mthis) native "Performance_webkitClearResourceTimings_Callback";
- static webkitSetResourceTimingBufferSize_Callback_ul(mthis, maxSize) native "Performance_webkitSetResourceTimingBufferSize_Callback_unsigned long";
+ static webkitSetResourceTimingBufferSize_Callback_1(mthis, maxSize) native "Performance_webkitSetResourceTimingBufferSize_Callback";
}
class BlinkPerformanceEntry {
@@ -5275,23 +5315,23 @@ class BlinkPlugin {
static name_Getter(mthis) native "Plugin_name_Getter";
- static $__getter___Callback_DOMString(mthis, name) native "Plugin___getter___Callback_DOMString";
+ static $__getter___Callback_1(mthis, name) native "Plugin___getter___Callback";
- static item_Callback_ul(mthis, index) native "Plugin_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "Plugin_item_Callback";
- static namedItem_Callback_DOMString(mthis, name) native "Plugin_namedItem_Callback_DOMString";
+ static namedItem_Callback_1(mthis, name) native "Plugin_namedItem_Callback";
}
class BlinkPluginArray {
static length_Getter(mthis) native "PluginArray_length_Getter";
- static $__getter___Callback_DOMString(mthis, name) native "PluginArray___getter___Callback_DOMString";
+ static $__getter___Callback_1(mthis, name) native "PluginArray___getter___Callback";
- static item_Callback_ul(mthis, index) native "PluginArray_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "PluginArray_item_Callback";
- static namedItem_Callback_DOMString(mthis, name) native "PluginArray_namedItem_Callback_DOMString";
+ static namedItem_Callback_1(mthis, name) native "PluginArray_namedItem_Callback";
- static refresh_Callback_boolean(mthis, reload) native "PluginArray_refresh_Callback_boolean";
+ static refresh_Callback_1(mthis, reload) native "PluginArray_refresh_Callback";
}
class BlinkPopStateEvent {
@@ -5329,7 +5369,7 @@ class BlinkPushEvent {
}
class BlinkPushManager {
- static register_Callback_DOMString(mthis, senderId) native "PushManager_register_Callback_DOMString";
+ static register_Callback_1(mthis, senderId) native "PushManager_register_Callback";
}
class BlinkPushRegistration {
@@ -5351,11 +5391,11 @@ class BlinkRTCDTMFSender {
static track_Getter(mthis) native "RTCDTMFSender_track_Getter";
- static insertDTMF_Callback_DOMString_long_long(mthis, tones, duration, interToneGap) native "RTCDTMFSender_insertDTMF_Callback_DOMString_long_long";
+ static insertDTMF_Callback_3(mthis, tones, duration, interToneGap) native "RTCDTMFSender_insertDTMF_Callback";
- static insertDTMF_Callback_DOMString_long(mthis, tones, duration) native "RTCDTMFSender_insertDTMF_Callback_DOMString_long";
+ static insertDTMF_Callback_2(mthis, tones, duration) native "RTCDTMFSender_insertDTMF_Callback";
- static insertDTMF_Callback_DOMString(mthis, tones) native "RTCDTMFSender_insertDTMF_Callback_DOMString";
+ static insertDTMF_Callback_1(mthis, tones) native "RTCDTMFSender_insertDTMF_Callback";
}
class BlinkRTCDTMFToneChangeEvent {
@@ -5367,7 +5407,7 @@ class BlinkRTCDTMFToneChangeEvent {
class BlinkRTCDataChannel {
static binaryType_Getter(mthis) native "RTCDataChannel_binaryType_Getter";
- static binaryType_Setter_DOMString(mthis, value) native "RTCDataChannel_binaryType_Setter";
+ static binaryType_Setter(mthis, value) native "RTCDataChannel_binaryType_Setter";
static bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Getter";
@@ -5391,13 +5431,7 @@ class BlinkRTCDataChannel {
static close_Callback(mthis) native "RTCDataChannel_close_Callback";
- static send_Callback_DOMString(mthis, data) native "RTCDataChannel_send_Callback_DOMString";
-
- static send_Callback_Blob(mthis, data) native "RTCDataChannel_send_Callback_Blob";
-
- static send_Callback_ArrayBufferView(mthis, data) native "RTCDataChannel_send_Callback_ArrayBufferView";
-
- static send_Callback_ArrayBuffer(mthis, data) native "RTCDataChannel_send_Callback_ArrayBuffer";
+ static send_Callback_1(mthis, data) native "RTCDataChannel_send_Callback";
}
class BlinkRTCDataChannelEvent {
@@ -5405,19 +5439,19 @@ class BlinkRTCDataChannelEvent {
}
class BlinkRTCIceCandidate {
- static constructorCallback_Dictionary(dictionary) native "RTCIceCandidate_constructorCallback_Dictionary";
+ static constructorCallback_1(dictionary) native "RTCIceCandidate_constructorCallback";
static candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter";
- static candidate_Setter_DOMString(mthis, value) native "RTCIceCandidate_candidate_Setter";
+ static candidate_Setter(mthis, value) native "RTCIceCandidate_candidate_Setter";
static sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Getter";
- static sdpMLineIndex_Setter_us(mthis, value) native "RTCIceCandidate_sdpMLineIndex_Setter";
+ static sdpMLineIndex_Setter(mthis, value) native "RTCIceCandidate_sdpMLineIndex_Setter";
static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter";
- static sdpMid_Setter_DOMString(mthis, value) native "RTCIceCandidate_sdpMid_Setter";
+ static sdpMid_Setter(mthis, value) native "RTCIceCandidate_sdpMid_Setter";
}
class BlinkRTCIceCandidateEvent {
@@ -5425,9 +5459,9 @@ class BlinkRTCIceCandidateEvent {
}
class BlinkRTCPeerConnection {
- static constructorCallback_Dictionary_Dictionary(rtcConfiguration, mediaConstraints) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary";
+ static constructorCallback_2(rtcConfiguration, mediaConstraints) native "RTCPeerConnection_constructorCallback";
- static constructorCallback_Dictionary(rtcConfiguration) native "RTCPeerConnection_constructorCallback_Dictionary";
+ static constructorCallback_1(rtcConfiguration) native "RTCPeerConnection_constructorCallback";
static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectionState_Getter";
@@ -5439,49 +5473,61 @@ class BlinkRTCPeerConnection {
static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_Getter";
- static addIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback(mthis, candidate, successCallback, failureCallback) native "RTCPeerConnection_addIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback";
+ static addIceCandidate_Callback_3(mthis, candidate, successCallback, failureCallback) native "RTCPeerConnection_addIceCandidate_Callback";
+
+ static addStream_Callback_2(mthis, stream, mediaConstraints) native "RTCPeerConnection_addStream_Callback";
- static addStream_Callback_MediaStream_Dictionary(mthis, stream, mediaConstraints) native "RTCPeerConnection_addStream_Callback_MediaStream_Dictionary";
+ static addStream_Callback_1(mthis, stream) native "RTCPeerConnection_addStream_Callback";
static close_Callback(mthis) native "RTCPeerConnection_close_Callback";
- static createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPeerConnection_createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary";
+ static createAnswer_Callback_3(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPeerConnection_createAnswer_Callback";
- static createDTMFSender_Callback_MediaStreamTrack(mthis, track) native "RTCPeerConnection_createDTMFSender_Callback_MediaStreamTrack";
+ static createAnswer_Callback_2(mthis, successCallback, failureCallback) native "RTCPeerConnection_createAnswer_Callback";
- static createDataChannel_Callback_DOMString_Dictionary(mthis, label, options) native "RTCPeerConnection_createDataChannel_Callback_DOMString_Dictionary";
+ static createDTMFSender_Callback_1(mthis, track) native "RTCPeerConnection_createDTMFSender_Callback";
- static createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary(mthis, successCallback, failureCallback, rtcOfferOptions) native "RTCPeerConnection_createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary";
+ static createDataChannel_Callback_2(mthis, label, options) native "RTCPeerConnection_createDataChannel_Callback";
+
+ static createDataChannel_Callback_1(mthis, label) native "RTCPeerConnection_createDataChannel_Callback";
+
+ static createOffer_Callback_3(mthis, successCallback, failureCallback, rtcOfferOptions) native "RTCPeerConnection_createOffer_Callback";
+
+ static createOffer_Callback_2(mthis, successCallback, failureCallback) native "RTCPeerConnection_createOffer_Callback";
static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStreams_Callback";
static getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStreams_Callback";
- static getStats_Callback_RTCStatsCallback_MediaStreamTrack(mthis, successCallback, selector) native "RTCPeerConnection_getStats_Callback_RTCStatsCallback_MediaStreamTrack";
+ static getStats_Callback_2(mthis, successCallback, selector) native "RTCPeerConnection_getStats_Callback";
+
+ static getStreamById_Callback_1(mthis, streamId) native "RTCPeerConnection_getStreamById_Callback";
- static getStreamById_Callback_DOMString(mthis, streamId) native "RTCPeerConnection_getStreamById_Callback_DOMString";
+ static removeStream_Callback_1(mthis, stream) native "RTCPeerConnection_removeStream_Callback";
- static removeStream_Callback_MediaStream(mthis, stream) native "RTCPeerConnection_removeStream_Callback_MediaStream";
+ static setLocalDescription_Callback_3(mthis, description, successCallback, failureCallback) native "RTCPeerConnection_setLocalDescription_Callback";
- static setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErrorCallback(mthis, description, successCallback, failureCallback) native "RTCPeerConnection_setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErrorCallback";
+ static setRemoteDescription_Callback_3(mthis, description, successCallback, failureCallback) native "RTCPeerConnection_setRemoteDescription_Callback";
- static setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCErrorCallback(mthis, description, successCallback, failureCallback) native "RTCPeerConnection_setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCErrorCallback";
+ static updateIce_Callback_2(mthis, configuration, mediaConstraints) native "RTCPeerConnection_updateIce_Callback";
- static updateIce_Callback_Dictionary_Dictionary(mthis, configuration, mediaConstraints) native "RTCPeerConnection_updateIce_Callback_Dictionary_Dictionary";
+ static updateIce_Callback_1(mthis, configuration) native "RTCPeerConnection_updateIce_Callback";
+
+ static updateIce_Callback(mthis) native "RTCPeerConnection_updateIce_Callback";
}
class BlinkRTCSessionDescription {
- static constructorCallback_Dictionary(descriptionInitDict) native "RTCSessionDescription_constructorCallback_Dictionary";
+ static constructorCallback_1(descriptionInitDict) native "RTCSessionDescription_constructorCallback";
static constructorCallback() native "RTCSessionDescription_constructorCallback";
static sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter";
- static sdp_Setter_DOMString(mthis, value) native "RTCSessionDescription_sdp_Setter";
+ static sdp_Setter(mthis, value) native "RTCSessionDescription_sdp_Setter";
static type_Getter(mthis) native "RTCSessionDescription_type_Getter";
- static type_Setter_DOMString(mthis, value) native "RTCSessionDescription_type_Setter";
+ static type_Setter(mthis, value) native "RTCSessionDescription_type_Setter";
}
class BlinkRTCStatsReport {
@@ -5497,13 +5543,13 @@ class BlinkRTCStatsReport {
static names_Callback(mthis) native "RTCStatsReport_names_Callback";
- static stat_Callback_DOMString(mthis, name) native "RTCStatsReport_stat_Callback_DOMString";
+ static stat_Callback_1(mthis, name) native "RTCStatsReport_stat_Callback";
}
class BlinkRTCStatsResponse {
- static $__getter___Callback_DOMString(mthis, name) native "RTCStatsResponse___getter___Callback_DOMString";
+ static $__getter___Callback_1(mthis, name) native "RTCStatsResponse___getter___Callback";
- static namedItem_Callback_DOMString(mthis, name) native "RTCStatsResponse_namedItem_Callback_DOMString";
+ static namedItem_Callback_1(mthis, name) native "RTCStatsResponse_namedItem_Callback";
static result_Callback(mthis) native "RTCStatsResponse_result_Callback";
}
@@ -5527,19 +5573,19 @@ class BlinkRange {
static cloneRange_Callback(mthis) native "Range_cloneRange_Callback";
- static collapse_Callback_boolean(mthis, toStart) native "Range_collapse_Callback_boolean";
+ static collapse_Callback_1(mthis, toStart) native "Range_collapse_Callback";
static collapse_Callback(mthis) native "Range_collapse_Callback";
- static comparePoint_Callback_Node_long(mthis, refNode, offset) native "Range_comparePoint_Callback_Node_long";
+ static comparePoint_Callback_2(mthis, refNode, offset) native "Range_comparePoint_Callback";
- static createContextualFragment_Callback_DOMString(mthis, html) native "Range_createContextualFragment_Callback_DOMString";
+ static createContextualFragment_Callback_1(mthis, html) native "Range_createContextualFragment_Callback";
static deleteContents_Callback(mthis) native "Range_deleteContents_Callback";
static detach_Callback(mthis) native "Range_detach_Callback";
- static expand_Callback_DOMString(mthis, unit) native "Range_expand_Callback_DOMString";
+ static expand_Callback_1(mthis, unit) native "Range_expand_Callback";
static extractContents_Callback(mthis) native "Range_extractContents_Callback";
@@ -5547,27 +5593,27 @@ class BlinkRange {
static getClientRects_Callback(mthis) native "Range_getClientRects_Callback";
- static insertNode_Callback_Node(mthis, newNode) native "Range_insertNode_Callback_Node";
+ static insertNode_Callback_1(mthis, newNode) native "Range_insertNode_Callback";
- static isPointInRange_Callback_Node_long(mthis, refNode, offset) native "Range_isPointInRange_Callback_Node_long";
+ static isPointInRange_Callback_2(mthis, refNode, offset) native "Range_isPointInRange_Callback";
- static selectNode_Callback_Node(mthis, refNode) native "Range_selectNode_Callback_Node";
+ static selectNode_Callback_1(mthis, refNode) native "Range_selectNode_Callback";
- static selectNodeContents_Callback_Node(mthis, refNode) native "Range_selectNodeContents_Callback_Node";
+ static selectNodeContents_Callback_1(mthis, refNode) native "Range_selectNodeContents_Callback";
- static setEnd_Callback_Node_long(mthis, refNode, offset) native "Range_setEnd_Callback_Node_long";
+ static setEnd_Callback_2(mthis, refNode, offset) native "Range_setEnd_Callback";
- static setEndAfter_Callback_Node(mthis, refNode) native "Range_setEndAfter_Callback_Node";
+ static setEndAfter_Callback_1(mthis, refNode) native "Range_setEndAfter_Callback";
- static setEndBefore_Callback_Node(mthis, refNode) native "Range_setEndBefore_Callback_Node";
+ static setEndBefore_Callback_1(mthis, refNode) native "Range_setEndBefore_Callback";
- static setStart_Callback_Node_long(mthis, refNode, offset) native "Range_setStart_Callback_Node_long";
+ static setStart_Callback_2(mthis, refNode, offset) native "Range_setStart_Callback";
- static setStartAfter_Callback_Node(mthis, refNode) native "Range_setStartAfter_Callback_Node";
+ static setStartAfter_Callback_1(mthis, refNode) native "Range_setStartAfter_Callback";
- static setStartBefore_Callback_Node(mthis, refNode) native "Range_setStartBefore_Callback_Node";
+ static setStartBefore_Callback_1(mthis, refNode) native "Range_setStartBefore_Callback";
- static surroundContents_Callback_Node(mthis, newParent) native "Range_surroundContents_Callback_Node";
+ static surroundContents_Callback_1(mthis, newParent) native "Range_surroundContents_Callback";
}
class BlinkReadableStream {}
@@ -5581,13 +5627,9 @@ class BlinkRelatedEvent {
}
class BlinkRequest {
- static constructorCallback_DOMString(input) native "Request_constructorCallback_DOMString";
-
- static constructorCallback_DOMString_Dictionary(input, requestInitDict) native "Request_constructorCallback_DOMString_Dictionary";
+ static constructorCallback_1(input) native "Request_constructorCallback";
- static constructorCallback_Request(input) native "Request_constructorCallback_Request";
-
- static constructorCallback_Request_Dictionary(input, requestInitDict) native "Request_constructorCallback_Request_Dictionary";
+ static constructorCallback_2(input, requestInitDict) native "Request_constructorCallback";
static credentials_Getter(mthis) native "Request_credentials_Getter";
@@ -5605,13 +5647,9 @@ class BlinkResourceProgressEvent {
}
class BlinkResponse {
- static constructorCallback_DOMString(body) native "Response_constructorCallback_DOMString";
-
- static constructorCallback_DOMString_Dictionary(body, responseInitDict) native "Response_constructorCallback_DOMString_Dictionary";
+ static constructorCallback_1(body) native "Response_constructorCallback";
- static constructorCallback_Blob(body) native "Response_constructorCallback_Blob";
-
- static constructorCallback_Blob_Dictionary(body, responseInitDict) native "Response_constructorCallback_Blob_Dictionary";
+ static constructorCallback_2(body, responseInitDict) native "Response_constructorCallback";
}
class BlinkSQLError {
@@ -5631,11 +5669,11 @@ class BlinkSQLResultSet {
class BlinkSQLResultSetRowList {
static length_Getter(mthis) native "SQLResultSetRowList_length_Getter";
- static item_Callback_ul(mthis, index) native "SQLResultSetRowList_item_Callback";
+ static item_Callback_1(mthis, index) native "SQLResultSetRowList_item_Callback";
}
class BlinkSQLTransaction {
- static executeSql_Callback_DOMString_A_object_A_SQLStatementCallback_SQLStatementErrorCallback(mthis, sqlStatement, arguments, callback, errorCallback) native "SQLTransaction_executeSql_Callback";
+ static executeSql_Callback_4(mthis, sqlStatement, arguments, callback, errorCallback) native "SQLTransaction_executeSql_Callback";
}
class BlinkSQLTransactionSync {}
@@ -5649,21 +5687,21 @@ class BlinkSVGElement {
static tabIndex_Getter(mthis) native "SVGElement_tabIndex_Getter";
- static tabIndex_Setter_long(mthis, value) native "SVGElement_tabIndex_Setter";
+ static tabIndex_Setter(mthis, value) native "SVGElement_tabIndex_Setter";
static viewportElement_Getter(mthis) native "SVGElement_viewportElement_Getter";
static xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter";
- static xmlbase_Setter_DOMString(mthis, value) native "SVGElement_xmlbase_Setter";
+ static xmlbase_Setter(mthis, value) native "SVGElement_xmlbase_Setter";
static xmllang_Getter(mthis) native "SVGElement_xmllang_Getter";
- static xmllang_Setter_DOMString(mthis, value) native "SVGElement_xmllang_Setter";
+ static xmllang_Setter(mthis, value) native "SVGElement_xmllang_Setter";
static xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter";
- static xmlspace_Setter_DOMString(mthis, value) native "SVGElement_xmlspace_Setter";
+ static xmlspace_Setter(mthis, value) native "SVGElement_xmlspace_Setter";
}
class BlinkSVGTests {
@@ -5673,7 +5711,7 @@ class BlinkSVGTests {
static systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Getter";
- static hasExtension_Callback_DOMString(mthis, extension) native "SVGTests_hasExtension_Callback_DOMString";
+ static hasExtension_Callback_1(mthis, extension) native "SVGTests_hasExtension_Callback";
}
class BlinkSVGGraphicsElement {
@@ -5689,7 +5727,7 @@ class BlinkSVGGraphicsElement {
static getScreenCTM_Callback(mthis) native "SVGGraphicsElement_getScreenCTM_Callback";
- static getTransformToElement_Callback_SVGElement(mthis, element) native "SVGGraphicsElement_getTransformToElement_Callback_SVGElement";
+ static getTransformToElement_Callback_1(mthis, element) native "SVGGraphicsElement_getTransformToElement_Callback";
static requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExtensions_Getter";
@@ -5697,7 +5735,7 @@ class BlinkSVGGraphicsElement {
static systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_Getter";
- static hasExtension_Callback_DOMString(mthis, extension) native "SVGGraphicsElement_hasExtension_Callback_DOMString";
+ static hasExtension_Callback_1(mthis, extension) native "SVGGraphicsElement_hasExtension_Callback";
}
class BlinkSVGURIReference {
@@ -5717,23 +5755,23 @@ class BlinkSVGTextContentElement {
static textLength_Getter(mthis) native "SVGTextContentElement_textLength_Getter";
- static getCharNumAtPosition_Callback_SVGPoint(mthis, point) native "SVGTextContentElement_getCharNumAtPosition_Callback_SVGPoint";
+ static getCharNumAtPosition_Callback_1(mthis, point) native "SVGTextContentElement_getCharNumAtPosition_Callback";
static getComputedTextLength_Callback(mthis) native "SVGTextContentElement_getComputedTextLength_Callback";
- static getEndPositionOfChar_Callback_ul(mthis, offset) native "SVGTextContentElement_getEndPositionOfChar_Callback_unsigned long";
+ static getEndPositionOfChar_Callback_1(mthis, offset) native "SVGTextContentElement_getEndPositionOfChar_Callback";
- static getExtentOfChar_Callback_ul(mthis, offset) native "SVGTextContentElement_getExtentOfChar_Callback_unsigned long";
+ static getExtentOfChar_Callback_1(mthis, offset) native "SVGTextContentElement_getExtentOfChar_Callback";
static getNumberOfChars_Callback(mthis) native "SVGTextContentElement_getNumberOfChars_Callback";
- static getRotationOfChar_Callback_ul(mthis, offset) native "SVGTextContentElement_getRotationOfChar_Callback_unsigned long";
+ static getRotationOfChar_Callback_1(mthis, offset) native "SVGTextContentElement_getRotationOfChar_Callback";
- static getStartPositionOfChar_Callback_ul(mthis, offset) native "SVGTextContentElement_getStartPositionOfChar_Callback_unsigned long";
+ static getStartPositionOfChar_Callback_1(mthis, offset) native "SVGTextContentElement_getStartPositionOfChar_Callback";
- static getSubStringLength_Callback_ul_ul(mthis, offset, length) native "SVGTextContentElement_getSubStringLength_Callback_unsigned long_unsigned long";
+ static getSubStringLength_Callback_2(mthis, offset, length) native "SVGTextContentElement_getSubStringLength_Callback";
- static selectSubString_Callback_ul_ul(mthis, offset, length) native "SVGTextContentElement_selectSubString_Callback_unsigned long_unsigned long";
+ static selectSubString_Callback_2(mthis, offset, length) native "SVGTextContentElement_selectSubString_Callback";
}
class BlinkSVGTextPositioningElement {
@@ -5751,11 +5789,11 @@ class BlinkSVGTextPositioningElement {
class BlinkSVGAltGlyphElement {
static format_Getter(mthis) native "SVGAltGlyphElement_format_Getter";
- static format_Setter_DOMString(mthis, value) native "SVGAltGlyphElement_format_Setter";
+ static format_Setter(mthis, value) native "SVGAltGlyphElement_format_Setter";
static glyphRef_Getter(mthis) native "SVGAltGlyphElement_glyphRef_Getter";
- static glyphRef_Setter_DOMString(mthis, value) native "SVGAltGlyphElement_glyphRef_Setter";
+ static glyphRef_Setter(mthis, value) native "SVGAltGlyphElement_glyphRef_Setter";
static href_Getter(mthis) native "SVGAltGlyphElement_href_Getter";
}
@@ -5767,19 +5805,19 @@ class BlinkSVGAngle {
static value_Getter(mthis) native "SVGAngle_value_Getter";
- static value_Setter_float(mthis, value) native "SVGAngle_value_Setter";
+ static value_Setter(mthis, value) native "SVGAngle_value_Setter";
static valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Getter";
- static valueAsString_Setter_DOMString(mthis, value) native "SVGAngle_valueAsString_Setter";
+ static valueAsString_Setter(mthis, value) native "SVGAngle_valueAsString_Setter";
static valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpecifiedUnits_Getter";
- static valueInSpecifiedUnits_Setter_float(mthis, value) native "SVGAngle_valueInSpecifiedUnits_Setter";
+ static valueInSpecifiedUnits_Setter(mthis, value) native "SVGAngle_valueInSpecifiedUnits_Setter";
- static convertToSpecifiedUnits_Callback_us(mthis, unitType) native "SVGAngle_convertToSpecifiedUnits_Callback_unsigned short";
+ static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGAngle_convertToSpecifiedUnits_Callback";
- static newValueSpecifiedUnits_Callback_us_float(mthis, unitType, valueInSpecifiedUnits) native "SVGAngle_newValueSpecifiedUnits_Callback_unsigned short_float";
+ static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnits) native "SVGAngle_newValueSpecifiedUnits_Callback";
}
class BlinkSVGAnimationElement {
@@ -5787,11 +5825,11 @@ class BlinkSVGAnimationElement {
static beginElement_Callback(mthis) native "SVGAnimationElement_beginElement_Callback";
- static beginElementAt_Callback_float(mthis, offset) native "SVGAnimationElement_beginElementAt_Callback_float";
+ static beginElementAt_Callback_1(mthis, offset) native "SVGAnimationElement_beginElementAt_Callback";
static endElement_Callback(mthis) native "SVGAnimationElement_endElement_Callback";
- static endElementAt_Callback_float(mthis, offset) native "SVGAnimationElement_endElementAt_Callback_float";
+ static endElementAt_Callback_1(mthis, offset) native "SVGAnimationElement_endElementAt_Callback";
static getCurrentTime_Callback(mthis) native "SVGAnimationElement_getCurrentTime_Callback";
@@ -5805,7 +5843,7 @@ class BlinkSVGAnimationElement {
static systemLanguage_Getter(mthis) native "SVGAnimationElement_systemLanguage_Getter";
- static hasExtension_Callback_DOMString(mthis, extension) native "SVGAnimationElement_hasExtension_Callback_DOMString";
+ static hasExtension_Callback_1(mthis, extension) native "SVGAnimationElement_hasExtension_Callback";
}
class BlinkSVGAnimateElement {}
@@ -5825,7 +5863,7 @@ class BlinkSVGAnimatedBoolean {
static baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseVal_Getter";
- static baseVal_Setter_boolean(mthis, value) native "SVGAnimatedBoolean_baseVal_Setter";
+ static baseVal_Setter(mthis, value) native "SVGAnimatedBoolean_baseVal_Setter";
}
class BlinkSVGAnimatedEnumeration {
@@ -5833,7 +5871,7 @@ class BlinkSVGAnimatedEnumeration {
static baseVal_Getter(mthis) native "SVGAnimatedEnumeration_baseVal_Getter";
- static baseVal_Setter_us(mthis, value) native "SVGAnimatedEnumeration_baseVal_Setter";
+ static baseVal_Setter(mthis, value) native "SVGAnimatedEnumeration_baseVal_Setter";
}
class BlinkSVGAnimatedInteger {
@@ -5841,7 +5879,7 @@ class BlinkSVGAnimatedInteger {
static baseVal_Getter(mthis) native "SVGAnimatedInteger_baseVal_Getter";
- static baseVal_Setter_long(mthis, value) native "SVGAnimatedInteger_baseVal_Setter";
+ static baseVal_Setter(mthis, value) native "SVGAnimatedInteger_baseVal_Setter";
}
class BlinkSVGAnimatedLength {
@@ -5861,7 +5899,7 @@ class BlinkSVGAnimatedNumber {
static baseVal_Getter(mthis) native "SVGAnimatedNumber_baseVal_Getter";
- static baseVal_Setter_float(mthis, value) native "SVGAnimatedNumber_baseVal_Setter";
+ static baseVal_Setter(mthis, value) native "SVGAnimatedNumber_baseVal_Setter";
}
class BlinkSVGAnimatedNumberList {
@@ -5887,7 +5925,7 @@ class BlinkSVGAnimatedString {
static baseVal_Getter(mthis) native "SVGAnimatedString_baseVal_Getter";
- static baseVal_Setter_DOMString(mthis, value) native "SVGAnimatedString_baseVal_Setter";
+ static baseVal_Setter(mthis, value) native "SVGAnimatedString_baseVal_Setter";
}
class BlinkSVGAnimatedTransformList {
@@ -5897,9 +5935,9 @@ class BlinkSVGAnimatedTransformList {
}
class BlinkSVGGeometryElement {
- static isPointInFill_Callback_SVGPoint(mthis, point) native "SVGGeometryElement_isPointInFill_Callback_SVGPoint";
+ static isPointInFill_Callback_1(mthis, point) native "SVGGeometryElement_isPointInFill_Callback";
- static isPointInStroke_Callback_SVGPoint(mthis, point) native "SVGGeometryElement_isPointInStroke_Callback_SVGPoint";
+ static isPointInStroke_Callback_1(mthis, point) native "SVGGeometryElement_isPointInStroke_Callback";
}
class BlinkSVGCircleElement {
@@ -6137,7 +6175,7 @@ class BlinkSVGFEGaussianBlurElement {
static stdDeviationY_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviationY_Getter";
- static setStdDeviation_Callback_float_float(mthis, stdDeviationX, stdDeviationY) native "SVGFEGaussianBlurElement_setStdDeviation_Callback_float_float";
+ static setStdDeviation_Callback_2(mthis, stdDeviationX, stdDeviationY) native "SVGFEGaussianBlurElement_setStdDeviation_Callback";
static height_Getter(mthis) native "SVGFEGaussianBlurElement_height_Getter";
@@ -6321,7 +6359,7 @@ class BlinkSVGFilterElement {
static y_Getter(mthis) native "SVGFilterElement_y_Getter";
- static setFilterRes_Callback_ul_ul(mthis, filterResX, filterResY) native "SVGFilterElement_setFilterRes_Callback_unsigned long_unsigned long";
+ static setFilterRes_Callback_2(mthis, filterResX, filterResY) native "SVGFilterElement_setFilterRes_Callback";
static href_Getter(mthis) native "SVGFilterElement_href_Getter";
}
@@ -6391,19 +6429,19 @@ class BlinkSVGLength {
static value_Getter(mthis) native "SVGLength_value_Getter";
- static value_Setter_float(mthis, value) native "SVGLength_value_Setter";
+ static value_Setter(mthis, value) native "SVGLength_value_Setter";
static valueAsString_Getter(mthis) native "SVGLength_valueAsString_Getter";
- static valueAsString_Setter_DOMString(mthis, value) native "SVGLength_valueAsString_Setter";
+ static valueAsString_Setter(mthis, value) native "SVGLength_valueAsString_Setter";
static valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSpecifiedUnits_Getter";
- static valueInSpecifiedUnits_Setter_float(mthis, value) native "SVGLength_valueInSpecifiedUnits_Setter";
+ static valueInSpecifiedUnits_Setter(mthis, value) native "SVGLength_valueInSpecifiedUnits_Setter";
- static convertToSpecifiedUnits_Callback_us(mthis, unitType) native "SVGLength_convertToSpecifiedUnits_Callback_unsigned short";
+ static convertToSpecifiedUnits_Callback_1(mthis, unitType) native "SVGLength_convertToSpecifiedUnits_Callback";
- static newValueSpecifiedUnits_Callback_us_float(mthis, unitType, valueInSpecifiedUnits) native "SVGLength_newValueSpecifiedUnits_Callback_unsigned short_float";
+ static newValueSpecifiedUnits_Callback_2(mthis, unitType, valueInSpecifiedUnits) native "SVGLength_newValueSpecifiedUnits_Callback";
}
class BlinkSVGLengthList {
@@ -6411,21 +6449,21 @@ class BlinkSVGLengthList {
static numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter";
- static $__setter___Callback_ul_SVGLength(mthis, index, value) native "SVGLengthList___setter___Callback_unsigned long_SVGLength";
+ static $__setter___Callback_2(mthis, index, value) native "SVGLengthList___setter___Callback";
- static appendItem_Callback_SVGLength(mthis, item) native "SVGLengthList_appendItem_Callback_SVGLength";
+ static appendItem_Callback_1(mthis, item) native "SVGLengthList_appendItem_Callback";
static clear_Callback(mthis) native "SVGLengthList_clear_Callback";
- static getItem_Callback_ul(mthis, index) native "SVGLengthList_getItem_Callback_unsigned long";
+ static getItem_Callback_1(mthis, index) native "SVGLengthList_getItem_Callback";
- static initialize_Callback_SVGLength(mthis, item) native "SVGLengthList_initialize_Callback_SVGLength";
+ static initialize_Callback_1(mthis, item) native "SVGLengthList_initialize_Callback";
- static insertItemBefore_Callback_SVGLength_ul(mthis, item, index) native "SVGLengthList_insertItemBefore_Callback_SVGLength_unsigned long";
+ static insertItemBefore_Callback_2(mthis, item, index) native "SVGLengthList_insertItemBefore_Callback";
- static removeItem_Callback_ul(mthis, index) native "SVGLengthList_removeItem_Callback_unsigned long";
+ static removeItem_Callback_1(mthis, index) native "SVGLengthList_removeItem_Callback";
- static replaceItem_Callback_SVGLength_ul(mthis, item, index) native "SVGLengthList_replaceItem_Callback_SVGLength_unsigned long";
+ static replaceItem_Callback_2(mthis, item, index) native "SVGLengthList_replaceItem_Callback";
}
class BlinkSVGLineElement {
@@ -6465,7 +6503,7 @@ class BlinkSVGMarkerElement {
static refY_Getter(mthis) native "SVGMarkerElement_refY_Getter";
- static setOrientToAngle_Callback_SVGAngle(mthis, angle) native "SVGMarkerElement_setOrientToAngle_Callback_SVGAngle";
+ static setOrientToAngle_Callback_1(mthis, angle) native "SVGMarkerElement_setOrientToAngle_Callback";
static setOrientToAuto_Callback(mthis) native "SVGMarkerElement_setOrientToAuto_Callback";
@@ -6493,33 +6531,33 @@ class BlinkSVGMaskElement {
static systemLanguage_Getter(mthis) native "SVGMaskElement_systemLanguage_Getter";
- static hasExtension_Callback_DOMString(mthis, extension) native "SVGMaskElement_hasExtension_Callback_DOMString";
+ static hasExtension_Callback_1(mthis, extension) native "SVGMaskElement_hasExtension_Callback";
}
class BlinkSVGMatrix {
static a_Getter(mthis) native "SVGMatrix_a_Getter";
- static a_Setter_double(mthis, value) native "SVGMatrix_a_Setter";
+ static a_Setter(mthis, value) native "SVGMatrix_a_Setter";
static b_Getter(mthis) native "SVGMatrix_b_Getter";
- static b_Setter_double(mthis, value) native "SVGMatrix_b_Setter";
+ static b_Setter(mthis, value) native "SVGMatrix_b_Setter";
static c_Getter(mthis) native "SVGMatrix_c_Getter";
- static c_Setter_double(mthis, value) native "SVGMatrix_c_Setter";
+ static c_Setter(mthis, value) native "SVGMatrix_c_Setter";
static d_Getter(mthis) native "SVGMatrix_d_Getter";
- static d_Setter_double(mthis, value) native "SVGMatrix_d_Setter";
+ static d_Setter(mthis, value) native "SVGMatrix_d_Setter";
static e_Getter(mthis) native "SVGMatrix_e_Getter";
- static e_Setter_double(mthis, value) native "SVGMatrix_e_Setter";
+ static e_Setter(mthis, value) native "SVGMatrix_e_Setter";
static f_Getter(mthis) native "SVGMatrix_f_Getter";
- static f_Setter_double(mthis, value) native "SVGMatrix_f_Setter";
+ static f_Setter(mthis, value) native "SVGMatrix_f_Setter";
static flipX_Callback(mthis) native "SVGMatrix_flipX_Callback";
@@ -6527,21 +6565,21 @@ class BlinkSVGMatrix {
static inverse_Callback(mthis) native "SVGMatrix_inverse_Callback";
- static multiply_Callback_SVGMatrix(mthis, secondMatrix) native "SVGMatrix_multiply_Callback_SVGMatrix";
+ static multiply_Callback_1(mthis, secondMatrix) native "SVGMatrix_multiply_Callback";
- static rotate_Callback_float(mthis, angle) native "SVGMatrix_rotate_Callback_float";
+ static rotate_Callback_1(mthis, angle) native "SVGMatrix_rotate_Callback";
- static rotateFromVector_Callback_float_float(mthis, x, y) native "SVGMatrix_rotateFromVector_Callback_float_float";
+ static rotateFromVector_Callback_2(mthis, x, y) native "SVGMatrix_rotateFromVector_Callback";
- static scale_Callback_float(mthis, scaleFactor) native "SVGMatrix_scale_Callback_float";
+ static scale_Callback_1(mthis, scaleFactor) native "SVGMatrix_scale_Callback";
- static scaleNonUniform_Callback_float_float(mthis, scaleFactorX, scaleFactorY) native "SVGMatrix_scaleNonUniform_Callback_float_float";
+ static scaleNonUniform_Callback_2(mthis, scaleFactorX, scaleFactorY) native "SVGMatrix_scaleNonUniform_Callback";
- static skewX_Callback_float(mthis, angle) native "SVGMatrix_skewX_Callback_float";
+ static skewX_Callback_1(mthis, angle) native "SVGMatrix_skewX_Callback";
- static skewY_Callback_float(mthis, angle) native "SVGMatrix_skewY_Callback_float";
+ static skewY_Callback_1(mthis, angle) native "SVGMatrix_skewY_Callback";
- static translate_Callback_float_float(mthis, x, y) native "SVGMatrix_translate_Callback_float_float";
+ static translate_Callback_2(mthis, x, y) native "SVGMatrix_translate_Callback";
}
class BlinkSVGMetadataElement {}
@@ -6551,7 +6589,7 @@ class BlinkSVGMissingGlyphElement {}
class BlinkSVGNumber {
static value_Getter(mthis) native "SVGNumber_value_Getter";
- static value_Setter_float(mthis, value) native "SVGNumber_value_Setter";
+ static value_Setter(mthis, value) native "SVGNumber_value_Setter";
}
class BlinkSVGNumberList {
@@ -6559,21 +6597,21 @@ class BlinkSVGNumberList {
static numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter";
- static $__setter___Callback_ul_SVGNumber(mthis, index, value) native "SVGNumberList___setter___Callback_unsigned long_SVGNumber";
+ static $__setter___Callback_2(mthis, index, value) native "SVGNumberList___setter___Callback";
- static appendItem_Callback_SVGNumber(mthis, item) native "SVGNumberList_appendItem_Callback_SVGNumber";
+ static appendItem_Callback_1(mthis, item) native "SVGNumberList_appendItem_Callback";
static clear_Callback(mthis) native "SVGNumberList_clear_Callback";
- static getItem_Callback_ul(mthis, index) native "SVGNumberList_getItem_Callback_unsigned long";
+ static getItem_Callback_1(mthis, index) native "SVGNumberList_getItem_Callback";
- static initialize_Callback_SVGNumber(mthis, item) native "SVGNumberList_initialize_Callback_SVGNumber";
+ static initialize_Callback_1(mthis, item) native "SVGNumberList_initialize_Callback";
- static insertItemBefore_Callback_SVGNumber_ul(mthis, item, index) native "SVGNumberList_insertItemBefore_Callback_SVGNumber_unsigned long";
+ static insertItemBefore_Callback_2(mthis, item, index) native "SVGNumberList_insertItemBefore_Callback";
- static removeItem_Callback_ul(mthis, index) native "SVGNumberList_removeItem_Callback_unsigned long";
+ static removeItem_Callback_1(mthis, index) native "SVGNumberList_removeItem_Callback";
- static replaceItem_Callback_SVGNumber_ul(mthis, item, index) native "SVGNumberList_replaceItem_Callback_SVGNumber_unsigned long";
+ static replaceItem_Callback_2(mthis, item, index) native "SVGNumberList_replaceItem_Callback";
}
class BlinkSVGPathElement {
@@ -6587,47 +6625,47 @@ class BlinkSVGPathElement {
static pathSegList_Getter(mthis) native "SVGPathElement_pathSegList_Getter";
- static createSVGPathSegArcAbs_Callback_float_float_float_float_float_boolean_boolean(mthis, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callback_float_float_float_float_float_boolean_boolean";
+ static createSVGPathSegArcAbs_Callback_7(mthis, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callback";
- static createSVGPathSegArcRel_Callback_float_float_float_float_float_boolean_boolean(mthis, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcRel_Callback_float_float_float_float_float_boolean_boolean";
+ 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 createSVGPathSegCurvetoCubicAbs_Callback_float_float_float_float_float_float(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback_float_float_float_float_float_float";
+ static createSVGPathSegCurvetoCubicAbs_Callback_6(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback";
- static createSVGPathSegCurvetoCubicRel_Callback_float_float_float_float_float_float(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback_float_float_float_float_float_float";
+ static createSVGPathSegCurvetoCubicRel_Callback_6(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback";
- static createSVGPathSegCurvetoCubicSmoothAbs_Callback_float_float_float_float(mthis, x, y, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback_float_float_float_float";
+ static createSVGPathSegCurvetoCubicSmoothAbs_Callback_4(mthis, x, y, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback";
- static createSVGPathSegCurvetoCubicSmoothRel_Callback_float_float_float_float(mthis, x, y, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback_float_float_float_float";
+ static createSVGPathSegCurvetoCubicSmoothRel_Callback_4(mthis, x, y, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback";
- static createSVGPathSegCurvetoQuadraticAbs_Callback_float_float_float_float(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback_float_float_float_float";
+ static createSVGPathSegCurvetoQuadraticAbs_Callback_4(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback";
- static createSVGPathSegCurvetoQuadraticRel_Callback_float_float_float_float(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback_float_float_float_float";
+ static createSVGPathSegCurvetoQuadraticRel_Callback_4(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback";
- static createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_float_float";
+ static createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_2(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback";
- static createSVGPathSegCurvetoQuadraticSmoothRel_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback_float_float";
+ static createSVGPathSegCurvetoQuadraticSmoothRel_Callback_2(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback";
- static createSVGPathSegLinetoAbs_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegLinetoAbs_Callback_float_float";
+ static createSVGPathSegLinetoAbs_Callback_2(mthis, x, y) native "SVGPathElement_createSVGPathSegLinetoAbs_Callback";
- static createSVGPathSegLinetoHorizontalAbs_Callback_float(mthis, x) native "SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback_float";
+ static createSVGPathSegLinetoHorizontalAbs_Callback_1(mthis, x) native "SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback";
- static createSVGPathSegLinetoHorizontalRel_Callback_float(mthis, x) native "SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback_float";
+ static createSVGPathSegLinetoHorizontalRel_Callback_1(mthis, x) native "SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback";
- static createSVGPathSegLinetoRel_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegLinetoRel_Callback_float_float";
+ static createSVGPathSegLinetoRel_Callback_2(mthis, x, y) native "SVGPathElement_createSVGPathSegLinetoRel_Callback";
- static createSVGPathSegLinetoVerticalAbs_Callback_float(mthis, y) native "SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback_float";
+ static createSVGPathSegLinetoVerticalAbs_Callback_1(mthis, y) native "SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback";
- static createSVGPathSegLinetoVerticalRel_Callback_float(mthis, y) native "SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback_float";
+ static createSVGPathSegLinetoVerticalRel_Callback_1(mthis, y) native "SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback";
- static createSVGPathSegMovetoAbs_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegMovetoAbs_Callback_float_float";
+ static createSVGPathSegMovetoAbs_Callback_2(mthis, x, y) native "SVGPathElement_createSVGPathSegMovetoAbs_Callback";
- static createSVGPathSegMovetoRel_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegMovetoRel_Callback_float_float";
+ static createSVGPathSegMovetoRel_Callback_2(mthis, x, y) native "SVGPathElement_createSVGPathSegMovetoRel_Callback";
- static getPathSegAtLength_Callback_float(mthis, distance) native "SVGPathElement_getPathSegAtLength_Callback_float";
+ static getPathSegAtLength_Callback_1(mthis, distance) native "SVGPathElement_getPathSegAtLength_Callback";
- static getPointAtLength_Callback_float(mthis, distance) native "SVGPathElement_getPointAtLength_Callback_float";
+ static getPointAtLength_Callback_1(mthis, distance) native "SVGPathElement_getPointAtLength_Callback";
static getTotalLength_Callback(mthis) native "SVGPathElement_getTotalLength_Callback";
}
@@ -6641,61 +6679,61 @@ class BlinkSVGPathSeg {
class BlinkSVGPathSegArcAbs {
static angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Getter";
- static angle_Setter_float(mthis, value) native "SVGPathSegArcAbs_angle_Setter";
+ static angle_Setter(mthis, value) native "SVGPathSegArcAbs_angle_Setter";
static largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_largeArcFlag_Getter";
- static largeArcFlag_Setter_boolean(mthis, value) native "SVGPathSegArcAbs_largeArcFlag_Setter";
+ static largeArcFlag_Setter(mthis, value) native "SVGPathSegArcAbs_largeArcFlag_Setter";
static r1_Getter(mthis) native "SVGPathSegArcAbs_r1_Getter";
- static r1_Setter_float(mthis, value) native "SVGPathSegArcAbs_r1_Setter";
+ static r1_Setter(mthis, value) native "SVGPathSegArcAbs_r1_Setter";
static r2_Getter(mthis) native "SVGPathSegArcAbs_r2_Getter";
- static r2_Setter_float(mthis, value) native "SVGPathSegArcAbs_r2_Setter";
+ static r2_Setter(mthis, value) native "SVGPathSegArcAbs_r2_Setter";
static sweepFlag_Getter(mthis) native "SVGPathSegArcAbs_sweepFlag_Getter";
- static sweepFlag_Setter_boolean(mthis, value) native "SVGPathSegArcAbs_sweepFlag_Setter";
+ static sweepFlag_Setter(mthis, value) native "SVGPathSegArcAbs_sweepFlag_Setter";
static x_Getter(mthis) native "SVGPathSegArcAbs_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegArcAbs_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegArcAbs_x_Setter";
static y_Getter(mthis) native "SVGPathSegArcAbs_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegArcAbs_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegArcAbs_y_Setter";
}
class BlinkSVGPathSegArcRel {
static angle_Getter(mthis) native "SVGPathSegArcRel_angle_Getter";
- static angle_Setter_float(mthis, value) native "SVGPathSegArcRel_angle_Setter";
+ static angle_Setter(mthis, value) native "SVGPathSegArcRel_angle_Setter";
static largeArcFlag_Getter(mthis) native "SVGPathSegArcRel_largeArcFlag_Getter";
- static largeArcFlag_Setter_boolean(mthis, value) native "SVGPathSegArcRel_largeArcFlag_Setter";
+ static largeArcFlag_Setter(mthis, value) native "SVGPathSegArcRel_largeArcFlag_Setter";
static r1_Getter(mthis) native "SVGPathSegArcRel_r1_Getter";
- static r1_Setter_float(mthis, value) native "SVGPathSegArcRel_r1_Setter";
+ static r1_Setter(mthis, value) native "SVGPathSegArcRel_r1_Setter";
static r2_Getter(mthis) native "SVGPathSegArcRel_r2_Getter";
- static r2_Setter_float(mthis, value) native "SVGPathSegArcRel_r2_Setter";
+ static r2_Setter(mthis, value) native "SVGPathSegArcRel_r2_Setter";
static sweepFlag_Getter(mthis) native "SVGPathSegArcRel_sweepFlag_Getter";
- static sweepFlag_Setter_boolean(mthis, value) native "SVGPathSegArcRel_sweepFlag_Setter";
+ static sweepFlag_Setter(mthis, value) native "SVGPathSegArcRel_sweepFlag_Setter";
static x_Getter(mthis) native "SVGPathSegArcRel_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegArcRel_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegArcRel_x_Setter";
static y_Getter(mthis) native "SVGPathSegArcRel_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegArcRel_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegArcRel_y_Setter";
}
class BlinkSVGPathSegClosePath {}
@@ -6703,189 +6741,189 @@ class BlinkSVGPathSegClosePath {}
class BlinkSVGPathSegCurvetoCubicAbs {
static x_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter";
static x1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x1_Getter";
- static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_x1_Setter";
+ static x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x1_Setter";
static x2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x2_Getter";
- static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_x2_Setter";
+ static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x2_Setter";
static y_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter";
static y1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y1_Getter";
- static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_y1_Setter";
+ static y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y1_Setter";
static y2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y2_Getter";
- static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_y2_Setter";
+ static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y2_Setter";
}
class BlinkSVGPathSegCurvetoCubicRel {
static x_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter";
static x1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x1_Getter";
- static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_x1_Setter";
+ static x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x1_Setter";
static x2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x2_Getter";
- static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_x2_Setter";
+ static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x2_Setter";
static y_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter";
static y1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y1_Getter";
- static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_y1_Setter";
+ static y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y1_Setter";
static y2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y2_Getter";
- static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_y2_Setter";
+ static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y2_Setter";
}
class BlinkSVGPathSegCurvetoCubicSmoothAbs {
static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter";
static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter";
- static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter";
+ static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter";
static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter";
static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter";
- static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter";
+ static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter";
}
class BlinkSVGPathSegCurvetoCubicSmoothRel {
static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter";
static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter";
- static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter";
+ static x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter";
static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter";
static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter";
- static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter";
+ static y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter";
}
class BlinkSVGPathSegCurvetoQuadraticAbs {
static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter";
static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x1_Getter";
- static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter";
+ static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter";
static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter";
static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y1_Getter";
- static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter";
+ static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter";
}
class BlinkSVGPathSegCurvetoQuadraticRel {
static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x_Setter";
static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x1_Getter";
- static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter";
+ static x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter";
static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y_Setter";
static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y1_Getter";
- static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter";
+ static y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter";
}
class BlinkSVGPathSegCurvetoQuadraticSmoothAbs {
static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter";
static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter";
}
class BlinkSVGPathSegCurvetoQuadraticSmoothRel {
static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter";
static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter";
}
class BlinkSVGPathSegLinetoAbs {
static x_Getter(mthis) native "SVGPathSegLinetoAbs_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegLinetoAbs_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegLinetoAbs_x_Setter";
static y_Getter(mthis) native "SVGPathSegLinetoAbs_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegLinetoAbs_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegLinetoAbs_y_Setter";
}
class BlinkSVGPathSegLinetoHorizontalAbs {
static x_Getter(mthis) native "SVGPathSegLinetoHorizontalAbs_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegLinetoHorizontalAbs_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalAbs_x_Setter";
}
class BlinkSVGPathSegLinetoHorizontalRel {
static x_Getter(mthis) native "SVGPathSegLinetoHorizontalRel_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegLinetoHorizontalRel_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalRel_x_Setter";
}
class BlinkSVGPathSegLinetoRel {
static x_Getter(mthis) native "SVGPathSegLinetoRel_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegLinetoRel_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegLinetoRel_x_Setter";
static y_Getter(mthis) native "SVGPathSegLinetoRel_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegLinetoRel_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegLinetoRel_y_Setter";
}
class BlinkSVGPathSegLinetoVerticalAbs {
static y_Getter(mthis) native "SVGPathSegLinetoVerticalAbs_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Setter";
}
class BlinkSVGPathSegLinetoVerticalRel {
static y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Setter";
}
class BlinkSVGPathSegList {
@@ -6893,41 +6931,41 @@ class BlinkSVGPathSegList {
static numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter";
- static $__setter___Callback_ul_SVGPathSeg(mthis, index, value) native "SVGPathSegList___setter___Callback_unsigned long_SVGPathSeg";
+ static $__setter___Callback_2(mthis, index, value) native "SVGPathSegList___setter___Callback";
- static appendItem_Callback_SVGPathSeg(mthis, newItem) native "SVGPathSegList_appendItem_Callback_SVGPathSeg";
+ static appendItem_Callback_1(mthis, newItem) native "SVGPathSegList_appendItem_Callback";
static clear_Callback(mthis) native "SVGPathSegList_clear_Callback";
- static getItem_Callback_ul(mthis, index) native "SVGPathSegList_getItem_Callback_unsigned long";
+ static getItem_Callback_1(mthis, index) native "SVGPathSegList_getItem_Callback";
- static initialize_Callback_SVGPathSeg(mthis, newItem) native "SVGPathSegList_initialize_Callback_SVGPathSeg";
+ static initialize_Callback_1(mthis, newItem) native "SVGPathSegList_initialize_Callback";
- static insertItemBefore_Callback_SVGPathSeg_ul(mthis, newItem, index) native "SVGPathSegList_insertItemBefore_Callback_SVGPathSeg_unsigned long";
+ static insertItemBefore_Callback_2(mthis, newItem, index) native "SVGPathSegList_insertItemBefore_Callback";
- static removeItem_Callback_ul(mthis, index) native "SVGPathSegList_removeItem_Callback_unsigned long";
+ static removeItem_Callback_1(mthis, index) native "SVGPathSegList_removeItem_Callback";
- static replaceItem_Callback_SVGPathSeg_ul(mthis, newItem, index) native "SVGPathSegList_replaceItem_Callback_SVGPathSeg_unsigned long";
+ static replaceItem_Callback_2(mthis, newItem, index) native "SVGPathSegList_replaceItem_Callback";
}
class BlinkSVGPathSegMovetoAbs {
static x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegMovetoAbs_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegMovetoAbs_x_Setter";
static y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegMovetoAbs_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegMovetoAbs_y_Setter";
}
class BlinkSVGPathSegMovetoRel {
static x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPathSegMovetoRel_x_Setter";
+ static x_Setter(mthis, value) native "SVGPathSegMovetoRel_x_Setter";
static y_Getter(mthis) native "SVGPathSegMovetoRel_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPathSegMovetoRel_y_Setter";
+ static y_Setter(mthis, value) native "SVGPathSegMovetoRel_y_Setter";
}
class BlinkSVGPatternElement {
@@ -6955,7 +6993,7 @@ class BlinkSVGPatternElement {
static systemLanguage_Getter(mthis) native "SVGPatternElement_systemLanguage_Getter";
- static hasExtension_Callback_DOMString(mthis, extension) native "SVGPatternElement_hasExtension_Callback_DOMString";
+ static hasExtension_Callback_1(mthis, extension) native "SVGPatternElement_hasExtension_Callback";
static href_Getter(mthis) native "SVGPatternElement_href_Getter";
}
@@ -6963,13 +7001,13 @@ class BlinkSVGPatternElement {
class BlinkSVGPoint {
static x_Getter(mthis) native "SVGPoint_x_Getter";
- static x_Setter_float(mthis, value) native "SVGPoint_x_Setter";
+ static x_Setter(mthis, value) native "SVGPoint_x_Setter";
static y_Getter(mthis) native "SVGPoint_y_Getter";
- static y_Setter_float(mthis, value) native "SVGPoint_y_Setter";
+ static y_Setter(mthis, value) native "SVGPoint_y_Setter";
- static matrixTransform_Callback_SVGMatrix(mthis, matrix) native "SVGPoint_matrixTransform_Callback_SVGMatrix";
+ static matrixTransform_Callback_1(mthis, matrix) native "SVGPoint_matrixTransform_Callback";
}
class BlinkSVGPointList {
@@ -6977,21 +7015,21 @@ class BlinkSVGPointList {
static numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter";
- static $__setter___Callback_ul_SVGPoint(mthis, index, value) native "SVGPointList___setter___Callback_unsigned long_SVGPoint";
+ static $__setter___Callback_2(mthis, index, value) native "SVGPointList___setter___Callback";
- static appendItem_Callback_SVGPoint(mthis, item) native "SVGPointList_appendItem_Callback_SVGPoint";
+ static appendItem_Callback_1(mthis, item) native "SVGPointList_appendItem_Callback";
static clear_Callback(mthis) native "SVGPointList_clear_Callback";
- static getItem_Callback_ul(mthis, index) native "SVGPointList_getItem_Callback_unsigned long";
+ static getItem_Callback_1(mthis, index) native "SVGPointList_getItem_Callback";
- static initialize_Callback_SVGPoint(mthis, item) native "SVGPointList_initialize_Callback_SVGPoint";
+ static initialize_Callback_1(mthis, item) native "SVGPointList_initialize_Callback";
- static insertItemBefore_Callback_SVGPoint_ul(mthis, item, index) native "SVGPointList_insertItemBefore_Callback_SVGPoint_unsigned long";
+ static insertItemBefore_Callback_2(mthis, item, index) native "SVGPointList_insertItemBefore_Callback";
- static removeItem_Callback_ul(mthis, index) native "SVGPointList_removeItem_Callback_unsigned long";
+ static removeItem_Callback_1(mthis, index) native "SVGPointList_removeItem_Callback";
- static replaceItem_Callback_SVGPoint_ul(mthis, item, index) native "SVGPointList_replaceItem_Callback_SVGPoint_unsigned long";
+ static replaceItem_Callback_2(mthis, item, index) native "SVGPointList_replaceItem_Callback";
}
class BlinkSVGPolygonElement {
@@ -7009,11 +7047,11 @@ class BlinkSVGPolylineElement {
class BlinkSVGPreserveAspectRatio {
static align_Getter(mthis) native "SVGPreserveAspectRatio_align_Getter";
- static align_Setter_us(mthis, value) native "SVGPreserveAspectRatio_align_Setter";
+ static align_Setter(mthis, value) native "SVGPreserveAspectRatio_align_Setter";
static meetOrSlice_Getter(mthis) native "SVGPreserveAspectRatio_meetOrSlice_Getter";
- static meetOrSlice_Setter_us(mthis, value) native "SVGPreserveAspectRatio_meetOrSlice_Setter";
+ static meetOrSlice_Setter(mthis, value) native "SVGPreserveAspectRatio_meetOrSlice_Setter";
}
class BlinkSVGRadialGradientElement {
@@ -7033,19 +7071,19 @@ class BlinkSVGRadialGradientElement {
class BlinkSVGRect {
static height_Getter(mthis) native "SVGRect_height_Getter";
- static height_Setter_float(mthis, value) native "SVGRect_height_Setter";
+ static height_Setter(mthis, value) native "SVGRect_height_Setter";
static width_Getter(mthis) native "SVGRect_width_Getter";
- static width_Setter_float(mthis, value) native "SVGRect_width_Setter";
+ static width_Setter(mthis, value) native "SVGRect_width_Setter";
static x_Getter(mthis) native "SVGRect_x_Getter";
- static x_Setter_float(mthis, value) native "SVGRect_x_Setter";
+ static x_Setter(mthis, value) native "SVGRect_x_Setter";
static y_Getter(mthis) native "SVGRect_y_Getter";
- static y_Setter_float(mthis, value) native "SVGRect_y_Setter";
+ static y_Setter(mthis, value) native "SVGRect_y_Setter";
}
class BlinkSVGRectElement {
@@ -7067,13 +7105,13 @@ class BlinkSVGRenderingIntent {}
class BlinkSVGZoomAndPan {
static zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_Getter";
- static zoomAndPan_Setter_us(mthis, value) native "SVGZoomAndPan_zoomAndPan_Setter";
+ static zoomAndPan_Setter(mthis, value) native "SVGZoomAndPan_zoomAndPan_Setter";
}
class BlinkSVGSVGElement {
static currentScale_Getter(mthis) native "SVGSVGElement_currentScale_Getter";
- static currentScale_Setter_float(mthis, value) native "SVGSVGElement_currentScale_Setter";
+ static currentScale_Setter(mthis, value) native "SVGSVGElement_currentScale_Setter";
static currentTranslate_Getter(mthis) native "SVGSVGElement_currentTranslate_Getter";
@@ -7101,9 +7139,9 @@ class BlinkSVGSVGElement {
static animationsPaused_Callback(mthis) native "SVGSVGElement_animationsPaused_Callback";
- static checkEnclosure_Callback_SVGElement_SVGRect(mthis, element, rect) native "SVGSVGElement_checkEnclosure_Callback_SVGElement_SVGRect";
+ static checkEnclosure_Callback_2(mthis, element, rect) native "SVGSVGElement_checkEnclosure_Callback";
- static checkIntersection_Callback_SVGElement_SVGRect(mthis, element, rect) native "SVGSVGElement_checkIntersection_Callback_SVGElement_SVGRect";
+ static checkIntersection_Callback_2(mthis, element, rect) native "SVGSVGElement_checkIntersection_Callback";
static createSVGAngle_Callback(mthis) native "SVGSVGElement_createSVGAngle_Callback";
@@ -7119,7 +7157,7 @@ class BlinkSVGSVGElement {
static createSVGTransform_Callback(mthis) native "SVGSVGElement_createSVGTransform_Callback";
- static createSVGTransformFromMatrix_Callback_SVGMatrix(mthis, matrix) native "SVGSVGElement_createSVGTransformFromMatrix_Callback_SVGMatrix";
+ static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGSVGElement_createSVGTransformFromMatrix_Callback";
static deselectAll_Callback(mthis) native "SVGSVGElement_deselectAll_Callback";
@@ -7127,21 +7165,21 @@ class BlinkSVGSVGElement {
static getCurrentTime_Callback(mthis) native "SVGSVGElement_getCurrentTime_Callback";
- static getElementById_Callback_DOMString(mthis, elementId) native "SVGSVGElement_getElementById_Callback_DOMString";
+ static getElementById_Callback_1(mthis, elementId) native "SVGSVGElement_getElementById_Callback";
- static getEnclosureList_Callback_SVGRect_SVGElement(mthis, rect, referenceElement) native "SVGSVGElement_getEnclosureList_Callback_SVGRect_SVGElement";
+ static getEnclosureList_Callback_2(mthis, rect, referenceElement) native "SVGSVGElement_getEnclosureList_Callback";
- static getIntersectionList_Callback_SVGRect_SVGElement(mthis, rect, referenceElement) native "SVGSVGElement_getIntersectionList_Callback_SVGRect_SVGElement";
+ static getIntersectionList_Callback_2(mthis, rect, referenceElement) native "SVGSVGElement_getIntersectionList_Callback";
static pauseAnimations_Callback(mthis) native "SVGSVGElement_pauseAnimations_Callback";
- static setCurrentTime_Callback_float(mthis, seconds) native "SVGSVGElement_setCurrentTime_Callback_float";
+ static setCurrentTime_Callback_1(mthis, seconds) native "SVGSVGElement_setCurrentTime_Callback";
- static suspendRedraw_Callback_ul(mthis, maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw_Callback_unsigned long";
+ static suspendRedraw_Callback_1(mthis, maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw_Callback";
static unpauseAnimations_Callback(mthis) native "SVGSVGElement_unpauseAnimations_Callback";
- static unsuspendRedraw_Callback_ul(mthis, suspendHandleId) native "SVGSVGElement_unsuspendRedraw_Callback_unsigned long";
+ static unsuspendRedraw_Callback_1(mthis, suspendHandleId) native "SVGSVGElement_unsuspendRedraw_Callback";
static unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_unsuspendRedrawAll_Callback";
@@ -7151,13 +7189,13 @@ class BlinkSVGSVGElement {
static zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_Getter";
- static zoomAndPan_Setter_us(mthis, value) native "SVGSVGElement_zoomAndPan_Setter";
+ static zoomAndPan_Setter(mthis, value) native "SVGSVGElement_zoomAndPan_Setter";
}
class BlinkSVGScriptElement {
static type_Getter(mthis) native "SVGScriptElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "SVGScriptElement_type_Setter";
+ static type_Setter(mthis, value) native "SVGScriptElement_type_Setter";
static href_Getter(mthis) native "SVGScriptElement_href_Getter";
}
@@ -7173,41 +7211,41 @@ class BlinkSVGStringList {
static numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter";
- static $__setter___Callback_ul_DOMString(mthis, index, value) native "SVGStringList___setter___Callback_unsigned long_DOMString";
+ static $__setter___Callback_2(mthis, index, value) native "SVGStringList___setter___Callback";
- static appendItem_Callback_DOMString(mthis, item) native "SVGStringList_appendItem_Callback_DOMString";
+ static appendItem_Callback_1(mthis, item) native "SVGStringList_appendItem_Callback";
static clear_Callback(mthis) native "SVGStringList_clear_Callback";
- static getItem_Callback_ul(mthis, index) native "SVGStringList_getItem_Callback_unsigned long";
+ static getItem_Callback_1(mthis, index) native "SVGStringList_getItem_Callback";
- static initialize_Callback_DOMString(mthis, item) native "SVGStringList_initialize_Callback_DOMString";
+ static initialize_Callback_1(mthis, item) native "SVGStringList_initialize_Callback";
- static insertItemBefore_Callback_DOMString_ul(mthis, item, index) native "SVGStringList_insertItemBefore_Callback_DOMString_unsigned long";
+ static insertItemBefore_Callback_2(mthis, item, index) native "SVGStringList_insertItemBefore_Callback";
- static removeItem_Callback_ul(mthis, index) native "SVGStringList_removeItem_Callback_unsigned long";
+ static removeItem_Callback_1(mthis, index) native "SVGStringList_removeItem_Callback";
- static replaceItem_Callback_DOMString_ul(mthis, item, index) native "SVGStringList_replaceItem_Callback_DOMString_unsigned long";
+ static replaceItem_Callback_2(mthis, item, index) native "SVGStringList_replaceItem_Callback";
}
class BlinkSVGStyleElement {
static disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter";
- static disabled_Setter_boolean(mthis, value) native "SVGStyleElement_disabled_Setter";
+ static disabled_Setter(mthis, value) native "SVGStyleElement_disabled_Setter";
static media_Getter(mthis) native "SVGStyleElement_media_Getter";
- static media_Setter_DOMString(mthis, value) native "SVGStyleElement_media_Setter";
+ static media_Setter(mthis, value) native "SVGStyleElement_media_Setter";
static sheet_Getter(mthis) native "SVGStyleElement_sheet_Getter";
static title_Getter(mthis) native "SVGStyleElement_title_Getter";
- static title_Setter_DOMString(mthis, value) native "SVGStyleElement_title_Setter";
+ static title_Setter(mthis, value) native "SVGStyleElement_title_Setter";
static type_Getter(mthis) native "SVGStyleElement_type_Getter";
- static type_Setter_DOMString(mthis, value) native "SVGStyleElement_type_Setter";
+ static type_Setter(mthis, value) native "SVGStyleElement_type_Setter";
}
class BlinkSVGSwitchElement {}
@@ -7241,17 +7279,17 @@ class BlinkSVGTransform {
static type_Getter(mthis) native "SVGTransform_type_Getter";
- static setMatrix_Callback_SVGMatrix(mthis, matrix) native "SVGTransform_setMatrix_Callback_SVGMatrix";
+ static setMatrix_Callback_1(mthis, matrix) native "SVGTransform_setMatrix_Callback";
- static setRotate_Callback_float_float_float(mthis, angle, cx, cy) native "SVGTransform_setRotate_Callback_float_float_float";
+ static setRotate_Callback_3(mthis, angle, cx, cy) native "SVGTransform_setRotate_Callback";
- static setScale_Callback_float_float(mthis, sx, sy) native "SVGTransform_setScale_Callback_float_float";
+ static setScale_Callback_2(mthis, sx, sy) native "SVGTransform_setScale_Callback";
- static setSkewX_Callback_float(mthis, angle) native "SVGTransform_setSkewX_Callback_float";
+ static setSkewX_Callback_1(mthis, angle) native "SVGTransform_setSkewX_Callback";
- static setSkewY_Callback_float(mthis, angle) native "SVGTransform_setSkewY_Callback_float";
+ static setSkewY_Callback_1(mthis, angle) native "SVGTransform_setSkewY_Callback";
- static setTranslate_Callback_float_float(mthis, tx, ty) native "SVGTransform_setTranslate_Callback_float_float";
+ static setTranslate_Callback_2(mthis, tx, ty) native "SVGTransform_setTranslate_Callback";
}
class BlinkSVGTransformList {
@@ -7259,25 +7297,25 @@ class BlinkSVGTransformList {
static numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Getter";
- static $__setter___Callback_ul_SVGTransform(mthis, index, value) native "SVGTransformList___setter___Callback_unsigned long_SVGTransform";
+ static $__setter___Callback_2(mthis, index, value) native "SVGTransformList___setter___Callback";
- static appendItem_Callback_SVGTransform(mthis, item) native "SVGTransformList_appendItem_Callback_SVGTransform";
+ static appendItem_Callback_1(mthis, item) native "SVGTransformList_appendItem_Callback";
static clear_Callback(mthis) native "SVGTransformList_clear_Callback";
static consolidate_Callback(mthis) native "SVGTransformList_consolidate_Callback";
- static createSVGTransformFromMatrix_Callback_SVGMatrix(mthis, matrix) native "SVGTransformList_createSVGTransformFromMatrix_Callback_SVGMatrix";
+ static createSVGTransformFromMatrix_Callback_1(mthis, matrix) native "SVGTransformList_createSVGTransformFromMatrix_Callback";
- static getItem_Callback_ul(mthis, index) native "SVGTransformList_getItem_Callback_unsigned long";
+ static getItem_Callback_1(mthis, index) native "SVGTransformList_getItem_Callback";
- static initialize_Callback_SVGTransform(mthis, item) native "SVGTransformList_initialize_Callback_SVGTransform";
+ static initialize_Callback_1(mthis, item) native "SVGTransformList_initialize_Callback";
- static insertItemBefore_Callback_SVGTransform_ul(mthis, item, index) native "SVGTransformList_insertItemBefore_Callback_SVGTransform_unsigned long";
+ static insertItemBefore_Callback_2(mthis, item, index) native "SVGTransformList_insertItemBefore_Callback";
- static removeItem_Callback_ul(mthis, index) native "SVGTransformList_removeItem_Callback_unsigned long";
+ static removeItem_Callback_1(mthis, index) native "SVGTransformList_removeItem_Callback";
- static replaceItem_Callback_SVGTransform_ul(mthis, item, index) native "SVGTransformList_replaceItem_Callback_SVGTransform_unsigned long";
+ static replaceItem_Callback_2(mthis, item, index) native "SVGTransformList_replaceItem_Callback";
}
class BlinkSVGUnitTypes {}
@@ -7305,7 +7343,7 @@ class BlinkSVGViewElement {
static zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan_Getter";
- static zoomAndPan_Setter_us(mthis, value) native "SVGViewElement_zoomAndPan_Setter";
+ static zoomAndPan_Setter(mthis, value) native "SVGViewElement_zoomAndPan_Setter";
}
class BlinkSVGViewSpec {
@@ -7327,7 +7365,7 @@ class BlinkSVGViewSpec {
static zoomAndPan_Getter(mthis) native "SVGViewSpec_zoomAndPan_Getter";
- static zoomAndPan_Setter_us(mthis, value) native "SVGViewSpec_zoomAndPan_Setter";
+ static zoomAndPan_Setter(mthis, value) native "SVGViewSpec_zoomAndPan_Setter";
}
class BlinkSVGZoomEvent {
@@ -7367,7 +7405,7 @@ class BlinkScreenOrientation {
static type_Getter(mthis) native "ScreenOrientation_type_Getter";
- static lock_Callback_DOMString(mthis, orientation) native "ScreenOrientation_lock_Callback_DOMString";
+ static lock_Callback_1(mthis, orientation) native "ScreenOrientation_lock_Callback";
static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback";
}
@@ -7375,7 +7413,7 @@ class BlinkScreenOrientation {
class BlinkScriptProcessorNode {
static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter";
- static setEventListener_Callback_EventListener(mthis, eventListener) native "ScriptProcessorNode_setEventListener_Callback";
+ static setEventListener_Callback_1(mthis, eventListener) native "ScriptProcessorNode_setEventListener_Callback";
}
class BlinkSecurityPolicyViolationEvent {
@@ -7425,39 +7463,39 @@ class BlinkSelection {
static type_Getter(mthis) native "Selection_type_Getter";
- static addRange_Callback_Range(mthis, range) native "Selection_addRange_Callback_Range";
+ static addRange_Callback_1(mthis, range) native "Selection_addRange_Callback";
- static collapse_Callback_Node_long(mthis, node, offset) native "Selection_collapse_Callback_Node_long";
+ static collapse_Callback_2(mthis, node, offset) native "Selection_collapse_Callback";
- static collapse_Callback_Node(mthis, node) native "Selection_collapse_Callback_Node";
+ 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 containsNode_Callback_Node_boolean(mthis, node, allowPartial) native "Selection_containsNode_Callback_Node_boolean";
+ static containsNode_Callback_2(mthis, node, allowPartial) native "Selection_containsNode_Callback";
static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument_Callback";
static empty_Callback(mthis) native "Selection_empty_Callback";
- static extend_Callback_Node_long(mthis, node, offset) native "Selection_extend_Callback_Node_long";
+ static extend_Callback_2(mthis, node, offset) native "Selection_extend_Callback";
- static extend_Callback_Node(mthis, node) native "Selection_extend_Callback_Node";
+ static extend_Callback_1(mthis, node) native "Selection_extend_Callback";
- static getRangeAt_Callback_long(mthis, index) native "Selection_getRangeAt_Callback_long";
+ static getRangeAt_Callback_1(mthis, index) native "Selection_getRangeAt_Callback";
- static modify_Callback_DOMString_DOMString_DOMString(mthis, alter, direction, granularity) native "Selection_modify_Callback_DOMString_DOMString_DOMString";
+ static modify_Callback_3(mthis, alter, direction, granularity) native "Selection_modify_Callback";
static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callback";
- static selectAllChildren_Callback_Node(mthis, node) native "Selection_selectAllChildren_Callback_Node";
+ static selectAllChildren_Callback_1(mthis, node) native "Selection_selectAllChildren_Callback";
- static setBaseAndExtent_Callback_Node_long_Node_long(mthis, baseNode, baseOffset, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback_Node_long_Node_long";
+ static setBaseAndExtent_Callback_4(mthis, baseNode, baseOffset, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback";
- static setPosition_Callback_Node_long(mthis, node, offset) native "Selection_setPosition_Callback_Node_long";
+ static setPosition_Callback_2(mthis, node, offset) native "Selection_setPosition_Callback";
- static setPosition_Callback_Node(mthis, node) native "Selection_setPosition_Callback_Node";
+ static setPosition_Callback_1(mthis, node) native "Selection_setPosition_Callback";
}
class BlinkServiceWorker {}
@@ -7465,7 +7503,7 @@ class BlinkServiceWorker {}
class BlinkServiceWorkerClient {
static id_Getter(mthis) native "ServiceWorkerClient_id_Getter";
- static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, message, transfer) native "ServiceWorkerClient_postMessage_Callback";
+ static postMessage_Callback_2(mthis, message, transfer) native "ServiceWorkerClient_postMessage_Callback";
}
class BlinkServiceWorkerClients {
@@ -7483,9 +7521,11 @@ class BlinkServiceWorkerContainer {
static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter";
- static register_Callback_DOMString_Dictionary(mthis, url, options) native "ServiceWorkerContainer_register_Callback_DOMString_Dictionary";
+ static register_Callback_2(mthis, url, options) native "ServiceWorkerContainer_register_Callback";
+
+ static register_Callback_1(mthis, url) native "ServiceWorkerContainer_register_Callback";
- static unregister_Callback_DOMString(mthis, scope) native "ServiceWorkerContainer_unregister_Callback_DOMString";
+ static unregister_Callback_1(mthis, scope) native "ServiceWorkerContainer_unregister_Callback";
static unregister_Callback(mthis) native "ServiceWorkerContainer_unregister_Callback";
}
@@ -7497,9 +7537,9 @@ class BlinkServiceWorkerGlobalScope {
static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter";
- static fetch_Callback_DOMString_Dictionary(mthis, request, requestInitDict) native "ServiceWorkerGlobalScope_fetch_Callback_DOMString_Dictionary";
+ static fetch_Callback_1(mthis, request) native "ServiceWorkerGlobalScope_fetch_Callback";
- static fetch_Callback_Request_Dictionary(mthis, request, requestInitDict) native "ServiceWorkerGlobalScope_fetch_Callback_Request_Dictionary";
+ static fetch_Callback_2(mthis, request, requestInitDict) native "ServiceWorkerGlobalScope_fetch_Callback";
}
class BlinkServiceWorkerRegistration {
@@ -7521,27 +7561,27 @@ class BlinkShadowRoot {
static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter";
- static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_Setter";
+ 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_boolean(mthis, deep) native "ShadowRoot_cloneNode_Callback_boolean";
+ static cloneNode_Callback_1(mthis, deep) native "ShadowRoot_cloneNode_Callback";
- static elementFromPoint_Callback_long_long(mthis, x, y) native "ShadowRoot_elementFromPoint_Callback_long_long";
+ static elementFromPoint_Callback_2(mthis, x, y) native "ShadowRoot_elementFromPoint_Callback";
- static getElementById_Callback_DOMString(mthis, elementId) native "ShadowRoot_getElementById_Callback_DOMString";
+ static getElementById_Callback_1(mthis, elementId) native "ShadowRoot_getElementById_Callback";
- static getElementsByClassName_Callback_DOMString(mthis, className) native "ShadowRoot_getElementsByClassName_Callback_DOMString";
+ static getElementsByClassName_Callback_1(mthis, className) native "ShadowRoot_getElementsByClassName_Callback";
- static getElementsByTagName_Callback_DOMString(mthis, tagName) native "ShadowRoot_getElementsByTagName_Callback_DOMString";
+ static getElementsByTagName_Callback_1(mthis, tagName) native "ShadowRoot_getElementsByTagName_Callback";
static getSelection_Callback(mthis) native "ShadowRoot_getSelection_Callback";
}
class BlinkSharedWorker {
- static constructorCallback_DOMString_DOMString(scriptURL, name) native "SharedWorker_constructorCallback_DOMString_DOMString";
+ static constructorCallback_2(scriptURL, name) native "SharedWorker_constructorCallback";
static port_Getter(mthis) native "SharedWorker_port_Getter";
@@ -7555,41 +7595,39 @@ class BlinkSharedWorkerGlobalScope {
class BlinkSourceBuffer {
static appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWindowEnd_Getter";
- static appendWindowEnd_Setter_double(mthis, value) native "SourceBuffer_appendWindowEnd_Setter";
+ static appendWindowEnd_Setter(mthis, value) native "SourceBuffer_appendWindowEnd_Setter";
static appendWindowStart_Getter(mthis) native "SourceBuffer_appendWindowStart_Getter";
- static appendWindowStart_Setter_double(mthis, value) native "SourceBuffer_appendWindowStart_Setter";
+ static appendWindowStart_Setter(mthis, value) native "SourceBuffer_appendWindowStart_Setter";
static buffered_Getter(mthis) native "SourceBuffer_buffered_Getter";
static mode_Getter(mthis) native "SourceBuffer_mode_Getter";
- static mode_Setter_DOMString(mthis, value) native "SourceBuffer_mode_Setter";
+ static mode_Setter(mthis, value) native "SourceBuffer_mode_Setter";
static timestampOffset_Getter(mthis) native "SourceBuffer_timestampOffset_Getter";
- static timestampOffset_Setter_double(mthis, value) native "SourceBuffer_timestampOffset_Setter";
+ 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_ArrayBuffer(mthis, data) native "SourceBuffer_appendBuffer_Callback_ArrayBuffer";
+ static appendBuffer_Callback_1(mthis, data) native "SourceBuffer_appendBuffer_Callback";
- static appendStream_Callback_Stream_ull(mthis, stream, maxSize) native "SourceBuffer_appendStream_Callback_Stream_unsigned long long";
+ static appendStream_Callback_2(mthis, stream, maxSize) native "SourceBuffer_appendStream_Callback";
- static appendStream_Callback_Stream(mthis, stream) native "SourceBuffer_appendStream_Callback_Stream";
+ static appendStream_Callback_1(mthis, stream) native "SourceBuffer_appendStream_Callback";
- static appendBuffer_Callback_ArrayBufferView(mthis, data) native "SourceBuffer_appendBuffer_Callback_ArrayBufferView";
-
- static remove_Callback_double_double(mthis, start, end) native "SourceBuffer_remove_Callback_double_double";
+ static remove_Callback_2(mthis, start, end) native "SourceBuffer_remove_Callback";
}
class BlinkSourceBufferList {
static length_Getter(mthis) native "SourceBufferList_length_Getter";
- static item_Callback_ul(mthis, index) native "SourceBufferList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "SourceBufferList_item_Callback";
}
class BlinkSourceInfo {
@@ -7607,11 +7645,11 @@ class BlinkSpeechGrammar {
static src_Getter(mthis) native "SpeechGrammar_src_Getter";
- static src_Setter_DOMString(mthis, value) native "SpeechGrammar_src_Setter";
+ static src_Setter(mthis, value) native "SpeechGrammar_src_Setter";
static weight_Getter(mthis) native "SpeechGrammar_weight_Getter";
- static weight_Setter_float(mthis, value) native "SpeechGrammar_weight_Setter";
+ static weight_Setter(mthis, value) native "SpeechGrammar_weight_Setter";
}
class BlinkSpeechGrammarList {
@@ -7619,15 +7657,15 @@ class BlinkSpeechGrammarList {
static length_Getter(mthis) native "SpeechGrammarList_length_Getter";
- static addFromString_Callback_DOMString_float(mthis, string, weight) native "SpeechGrammarList_addFromString_Callback_DOMString_float";
+ static addFromString_Callback_2(mthis, string, weight) native "SpeechGrammarList_addFromString_Callback";
- static addFromString_Callback_DOMString(mthis, string) native "SpeechGrammarList_addFromString_Callback_DOMString";
+ static addFromString_Callback_1(mthis, string) native "SpeechGrammarList_addFromString_Callback";
- static addFromUri_Callback_DOMString_float(mthis, src, weight) native "SpeechGrammarList_addFromUri_Callback_DOMString_float";
+ static addFromUri_Callback_2(mthis, src, weight) native "SpeechGrammarList_addFromUri_Callback";
- static addFromUri_Callback_DOMString(mthis, src) native "SpeechGrammarList_addFromUri_Callback_DOMString";
+ static addFromUri_Callback_1(mthis, src) native "SpeechGrammarList_addFromUri_Callback";
- static item_Callback_ul(mthis, index) native "SpeechGrammarList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "SpeechGrammarList_item_Callback";
}
class BlinkSpeechRecognition {
@@ -7635,23 +7673,23 @@ class BlinkSpeechRecognition {
static continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter";
- static continuous_Setter_boolean(mthis, value) native "SpeechRecognition_continuous_Setter";
+ static continuous_Setter(mthis, value) native "SpeechRecognition_continuous_Setter";
static grammars_Getter(mthis) native "SpeechRecognition_grammars_Getter";
- static grammars_Setter_SpeechGrammarList(mthis, value) native "SpeechRecognition_grammars_Setter";
+ static grammars_Setter(mthis, value) native "SpeechRecognition_grammars_Setter";
static interimResults_Getter(mthis) native "SpeechRecognition_interimResults_Getter";
- static interimResults_Setter_boolean(mthis, value) native "SpeechRecognition_interimResults_Setter";
+ static interimResults_Setter(mthis, value) native "SpeechRecognition_interimResults_Setter";
static lang_Getter(mthis) native "SpeechRecognition_lang_Getter";
- static lang_Setter_DOMString(mthis, value) native "SpeechRecognition_lang_Setter";
+ static lang_Setter(mthis, value) native "SpeechRecognition_lang_Setter";
static maxAlternatives_Getter(mthis) native "SpeechRecognition_maxAlternatives_Getter";
- static maxAlternatives_Setter_ul(mthis, value) native "SpeechRecognition_maxAlternatives_Setter";
+ static maxAlternatives_Setter(mthis, value) native "SpeechRecognition_maxAlternatives_Setter";
static abort_Callback(mthis) native "SpeechRecognition_abort_Callback";
@@ -7691,13 +7729,13 @@ class BlinkSpeechRecognitionResult {
static length_Getter(mthis) native "SpeechRecognitionResult_length_Getter";
- static item_Callback_ul(mthis, index) native "SpeechRecognitionResult_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "SpeechRecognitionResult_item_Callback";
}
class BlinkSpeechRecognitionResultList {
static length_Getter(mthis) native "SpeechRecognitionResultList_length_Getter";
- static item_Callback_ul(mthis, index) native "SpeechRecognitionResultList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "SpeechRecognitionResultList_item_Callback";
}
class BlinkSpeechSynthesis {
@@ -7715,7 +7753,7 @@ class BlinkSpeechSynthesis {
static resume_Callback(mthis) native "SpeechSynthesis_resume_Callback";
- static speak_Callback_SpeechSynthesisUtterance(mthis, utterance) native "SpeechSynthesis_speak_Callback_SpeechSynthesisUtterance";
+ static speak_Callback_1(mthis, utterance) native "SpeechSynthesis_speak_Callback";
}
class BlinkSpeechSynthesisEvent {
@@ -7727,31 +7765,31 @@ class BlinkSpeechSynthesisEvent {
}
class BlinkSpeechSynthesisUtterance {
- static constructorCallback_DOMString(text) native "SpeechSynthesisUtterance_constructorCallback_DOMString";
+ static constructorCallback_1(text) native "SpeechSynthesisUtterance_constructorCallback";
static lang_Getter(mthis) native "SpeechSynthesisUtterance_lang_Getter";
- static lang_Setter_DOMString(mthis, value) native "SpeechSynthesisUtterance_lang_Setter";
+ static lang_Setter(mthis, value) native "SpeechSynthesisUtterance_lang_Setter";
static pitch_Getter(mthis) native "SpeechSynthesisUtterance_pitch_Getter";
- static pitch_Setter_float(mthis, value) native "SpeechSynthesisUtterance_pitch_Setter";
+ static pitch_Setter(mthis, value) native "SpeechSynthesisUtterance_pitch_Setter";
static rate_Getter(mthis) native "SpeechSynthesisUtterance_rate_Getter";
- static rate_Setter_float(mthis, value) native "SpeechSynthesisUtterance_rate_Setter";
+ static rate_Setter(mthis, value) native "SpeechSynthesisUtterance_rate_Setter";
static text_Getter(mthis) native "SpeechSynthesisUtterance_text_Getter";
- static text_Setter_DOMString(mthis, value) native "SpeechSynthesisUtterance_text_Setter";
+ static text_Setter(mthis, value) native "SpeechSynthesisUtterance_text_Setter";
static voice_Getter(mthis) native "SpeechSynthesisUtterance_voice_Getter";
- static voice_Setter_SpeechSynthesisVoice(mthis, value) native "SpeechSynthesisUtterance_voice_Setter";
+ static voice_Setter(mthis, value) native "SpeechSynthesisUtterance_voice_Setter";
static volume_Getter(mthis) native "SpeechSynthesisUtterance_volume_Getter";
- static volume_Setter_float(mthis, value) native "SpeechSynthesisUtterance_volume_Setter";
+ static volume_Setter(mthis, value) native "SpeechSynthesisUtterance_volume_Setter";
}
class BlinkSpeechSynthesisVoice {
@@ -7769,27 +7807,21 @@ class BlinkSpeechSynthesisVoice {
class BlinkStorage {
static length_Getter(mthis) native "Storage_length_Getter";
- static $__delete___Callback_ul(mthis, index_OR_name) native "Storage___delete___Callback_unsigned long";
-
- static $__delete___Callback_DOMString(mthis, index_OR_name) native "Storage___delete___Callback_DOMString";
+ static $__delete___Callback_1(mthis, index_OR_name) native "Storage___delete___Callback";
- static $__getter___Callback_ul(mthis, index_OR_name) native "Storage___getter___Callback_unsigned long";
+ static $__getter___Callback_1(mthis, index_OR_name) native "Storage___getter___Callback";
- static $__getter___Callback_DOMString(mthis, index_OR_name) native "Storage___getter___Callback_DOMString";
-
- static $__setter___Callback_ul_DOMString(mthis, index_OR_name, value) native "Storage___setter___Callback_unsigned long_DOMString";
-
- static $__setter___Callback_DOMString_DOMString(mthis, index_OR_name, value) native "Storage___setter___Callback_DOMString_DOMString";
+ static $__setter___Callback_2(mthis, index_OR_name, value) native "Storage___setter___Callback";
static clear_Callback(mthis) native "Storage_clear_Callback";
- static getItem_Callback_DOMString(mthis, key) native "Storage_getItem_Callback_DOMString";
+ static getItem_Callback_1(mthis, key) native "Storage_getItem_Callback";
- static key_Callback_ul(mthis, index) native "Storage_key_Callback_unsigned long";
+ static key_Callback_1(mthis, index) native "Storage_key_Callback";
- static removeItem_Callback_DOMString(mthis, key) native "Storage_removeItem_Callback_DOMString";
+ static removeItem_Callback_1(mthis, key) native "Storage_removeItem_Callback";
- static setItem_Callback_DOMString_DOMString(mthis, key, data) native "Storage_setItem_Callback_DOMString_DOMString";
+ static setItem_Callback_2(mthis, key, data) native "Storage_setItem_Callback";
}
class BlinkStorageEvent {
@@ -7805,7 +7837,7 @@ class BlinkStorageEvent {
static url_Getter(mthis) native "StorageEvent_url_Getter";
- static initStorageEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString_DOMString_DOMString_Storage(mthis, typeArg, canBubbleArg, cancelableArg, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "StorageEvent_initStorageEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString_DOMString_DOMString_Storage";
+ static initStorageEvent_Callback_8(mthis, typeArg, canBubbleArg, cancelableArg, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "StorageEvent_initStorageEvent_Callback";
}
class BlinkStorageInfo {
@@ -7817,9 +7849,9 @@ class BlinkStorageInfo {
class BlinkStorageQuota {
static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter";
- static queryInfo_Callback_DOMString(mthis, type) native "StorageQuota_queryInfo_Callback_DOMString";
+ static queryInfo_Callback_1(mthis, type) native "StorageQuota_queryInfo_Callback";
- static requestPersistentQuota_Callback_ull(mthis, newQuota) native "StorageQuota_requestPersistentQuota_Callback_unsigned long long";
+ static requestPersistentQuota_Callback_1(mthis, newQuota) native "StorageQuota_requestPersistentQuota_Callback";
}
class BlinkStream {
@@ -7829,15 +7861,15 @@ class BlinkStream {
class BlinkStyleMedia {
static type_Getter(mthis) native "StyleMedia_type_Getter";
- static matchMedium_Callback_DOMString(mthis, mediaquery) native "StyleMedia_matchMedium_Callback_DOMString";
+ static matchMedium_Callback_1(mthis, mediaquery) native "StyleMedia_matchMedium_Callback";
}
class BlinkStyleSheetList {
static length_Getter(mthis) native "StyleSheetList_length_Getter";
- static $__getter___Callback_DOMString(mthis, name) native "StyleSheetList___getter___Callback_DOMString";
+ static $__getter___Callback_1(mthis, name) native "StyleSheetList___getter___Callback";
- static item_Callback_ul(mthis, index) native "StyleSheetList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "StyleSheetList_item_Callback";
}
class BlinkSubtleCrypto {}
@@ -7845,7 +7877,7 @@ class BlinkSubtleCrypto {}
class BlinkTextEvent {
static data_Getter(mthis) native "TextEvent_data_Getter";
- static initTextEvent_Callback_DOMString_boolean_boolean_Window_DOMString(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "TextEvent_initTextEvent_Callback_DOMString_boolean_boolean_Window_DOMString";
+ static initTextEvent_Callback_5(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "TextEvent_initTextEvent_Callback";
}
class BlinkTextMetrics {
@@ -7889,35 +7921,35 @@ class BlinkTextTrack {
static mode_Getter(mthis) native "TextTrack_mode_Getter";
- static mode_Setter_DOMString(mthis, value) native "TextTrack_mode_Setter";
+ static mode_Setter(mthis, value) native "TextTrack_mode_Setter";
static regions_Getter(mthis) native "TextTrack_regions_Getter";
- static addCue_Callback_TextTrackCue(mthis, cue) native "TextTrack_addCue_Callback_TextTrackCue";
+ static addCue_Callback_1(mthis, cue) native "TextTrack_addCue_Callback";
- static addRegion_Callback_VTTRegion(mthis, region) native "TextTrack_addRegion_Callback_VTTRegion";
+ static addRegion_Callback_1(mthis, region) native "TextTrack_addRegion_Callback";
- static removeCue_Callback_TextTrackCue(mthis, cue) native "TextTrack_removeCue_Callback_TextTrackCue";
+ static removeCue_Callback_1(mthis, cue) native "TextTrack_removeCue_Callback";
- static removeRegion_Callback_VTTRegion(mthis, region) native "TextTrack_removeRegion_Callback_VTTRegion";
+ static removeRegion_Callback_1(mthis, region) native "TextTrack_removeRegion_Callback";
}
class BlinkTextTrackCue {
static endTime_Getter(mthis) native "TextTrackCue_endTime_Getter";
- static endTime_Setter_double(mthis, value) native "TextTrackCue_endTime_Setter";
+ static endTime_Setter(mthis, value) native "TextTrackCue_endTime_Setter";
static id_Getter(mthis) native "TextTrackCue_id_Getter";
- static id_Setter_DOMString(mthis, value) native "TextTrackCue_id_Setter";
+ static id_Setter(mthis, value) native "TextTrackCue_id_Setter";
static pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_Getter";
- static pauseOnExit_Setter_boolean(mthis, value) native "TextTrackCue_pauseOnExit_Setter";
+ static pauseOnExit_Setter(mthis, value) native "TextTrackCue_pauseOnExit_Setter";
static startTime_Getter(mthis) native "TextTrackCue_startTime_Getter";
- static startTime_Setter_double(mthis, value) native "TextTrackCue_startTime_Setter";
+ static startTime_Setter(mthis, value) native "TextTrackCue_startTime_Setter";
static track_Getter(mthis) native "TextTrackCue_track_Getter";
}
@@ -7925,63 +7957,63 @@ class BlinkTextTrackCue {
class BlinkTextTrackCueList {
static length_Getter(mthis) native "TextTrackCueList_length_Getter";
- static getCueById_Callback_DOMString(mthis, id) native "TextTrackCueList_getCueById_Callback_DOMString";
+ static getCueById_Callback_1(mthis, id) native "TextTrackCueList_getCueById_Callback";
- static item_Callback_ul(mthis, index) native "TextTrackCueList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "TextTrackCueList_item_Callback";
}
class BlinkTextTrackList {
static length_Getter(mthis) native "TextTrackList_length_Getter";
- static getTrackById_Callback_DOMString(mthis, id) native "TextTrackList_getTrackById_Callback_DOMString";
+ static getTrackById_Callback_1(mthis, id) native "TextTrackList_getTrackById_Callback";
- static item_Callback_ul(mthis, index) native "TextTrackList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "TextTrackList_item_Callback";
}
class BlinkTimeRanges {
static length_Getter(mthis) native "TimeRanges_length_Getter";
- static end_Callback_ul(mthis, index) native "TimeRanges_end_Callback_unsigned long";
+ static end_Callback_1(mthis, index) native "TimeRanges_end_Callback";
- static start_Callback_ul(mthis, index) native "TimeRanges_start_Callback_unsigned long";
+ static start_Callback_1(mthis, index) native "TimeRanges_start_Callback";
}
class BlinkTiming {
static delay_Getter(mthis) native "Timing_delay_Getter";
- static delay_Setter_double(mthis, value) native "Timing_delay_Setter";
+ static delay_Setter(mthis, value) native "Timing_delay_Setter";
static direction_Getter(mthis) native "Timing_direction_Getter";
- static direction_Setter_DOMString(mthis, value) native "Timing_direction_Setter";
+ static direction_Setter(mthis, value) native "Timing_direction_Setter";
static easing_Getter(mthis) native "Timing_easing_Getter";
- static easing_Setter_DOMString(mthis, value) native "Timing_easing_Setter";
+ static easing_Setter(mthis, value) native "Timing_easing_Setter";
static endDelay_Getter(mthis) native "Timing_endDelay_Getter";
- static endDelay_Setter_double(mthis, value) native "Timing_endDelay_Setter";
+ static endDelay_Setter(mthis, value) native "Timing_endDelay_Setter";
static fill_Getter(mthis) native "Timing_fill_Getter";
- static fill_Setter_DOMString(mthis, value) native "Timing_fill_Setter";
+ static fill_Setter(mthis, value) native "Timing_fill_Setter";
static iterationStart_Getter(mthis) native "Timing_iterationStart_Getter";
- static iterationStart_Setter_double(mthis, value) native "Timing_iterationStart_Setter";
+ static iterationStart_Setter(mthis, value) native "Timing_iterationStart_Setter";
static iterations_Getter(mthis) native "Timing_iterations_Getter";
- static iterations_Setter_double(mthis, value) native "Timing_iterations_Setter";
+ static iterations_Setter(mthis, value) native "Timing_iterations_Setter";
static playbackRate_Getter(mthis) native "Timing_playbackRate_Getter";
- static playbackRate_Setter_double(mthis, value) native "Timing_playbackRate_Setter";
+ static playbackRate_Setter(mthis, value) native "Timing_playbackRate_Setter";
- static $__getter___Callback_DOMString(mthis, name) native "Timing___getter___Callback_DOMString";
+ static $__getter___Callback_1(mthis, name) native "Timing___getter___Callback";
- static $__setter___Callback_DOMString_double(mthis, name, duration) native "Timing___setter___Callback_DOMString_double";
+ static $__setter___Callback_2(mthis, name, duration) native "Timing___setter___Callback";
}
class BlinkTouch {
@@ -8025,13 +8057,13 @@ class BlinkTouchEvent {
static touches_Getter(mthis) native "TouchEvent_touches_Getter";
- static initTouchEvent_Callback_TouchList_TouchList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_boolean(mthis, touches, targetTouches, changedTouches, type, view, unused1, unused2, unused3, unused4, ctrlKey, altKey, shiftKey, metaKey) native "TouchEvent_initTouchEvent_Callback_TouchList_TouchList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_boolean";
+ 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 length_Getter(mthis) native "TouchList_length_Getter";
- static item_Callback_ul(mthis, index) native "TouchList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "TouchList_item_Callback";
}
class BlinkTrackEvent {
@@ -8053,7 +8085,7 @@ class BlinkTransitionEvent {
class BlinkTreeWalker {
static currentNode_Getter(mthis) native "TreeWalker_currentNode_Getter";
- static currentNode_Setter_Node(mthis, value) native "TreeWalker_currentNode_Setter";
+ static currentNode_Setter(mthis, value) native "TreeWalker_currentNode_Setter";
static filter_Getter(mthis) native "TreeWalker_filter_Getter";
@@ -8077,55 +8109,51 @@ class BlinkTreeWalker {
}
class BlinkURL {
- static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_Blob";
-
- static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_MediaSource";
-
- static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_MediaStream";
+ static createObjectURL_Callback_1(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback";
- static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Callback_DOMString";
+ static revokeObjectURL_Callback_1(url) native "URL_revokeObjectURL_Callback";
static hash_Getter(mthis) native "URL_hash_Getter";
- static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter";
+ static hash_Setter(mthis, value) native "URL_hash_Setter";
static host_Getter(mthis) native "URL_host_Getter";
- static host_Setter_DOMString(mthis, value) native "URL_host_Setter";
+ static host_Setter(mthis, value) native "URL_host_Setter";
static hostname_Getter(mthis) native "URL_hostname_Getter";
- static hostname_Setter_DOMString(mthis, value) native "URL_hostname_Setter";
+ static hostname_Setter(mthis, value) native "URL_hostname_Setter";
static href_Getter(mthis) native "URL_href_Getter";
- static href_Setter_DOMString(mthis, value) native "URL_href_Setter";
+ static href_Setter(mthis, value) native "URL_href_Setter";
static origin_Getter(mthis) native "URL_origin_Getter";
static password_Getter(mthis) native "URL_password_Getter";
- static password_Setter_DOMString(mthis, value) native "URL_password_Setter";
+ static password_Setter(mthis, value) native "URL_password_Setter";
static pathname_Getter(mthis) native "URL_pathname_Getter";
- static pathname_Setter_DOMString(mthis, value) native "URL_pathname_Setter";
+ static pathname_Setter(mthis, value) native "URL_pathname_Setter";
static port_Getter(mthis) native "URL_port_Getter";
- static port_Setter_DOMString(mthis, value) native "URL_port_Setter";
+ static port_Setter(mthis, value) native "URL_port_Setter";
static protocol_Getter(mthis) native "URL_protocol_Getter";
- static protocol_Setter_DOMString(mthis, value) native "URL_protocol_Setter";
+ static protocol_Setter(mthis, value) native "URL_protocol_Setter";
static search_Getter(mthis) native "URL_search_Getter";
- static search_Setter_DOMString(mthis, value) native "URL_search_Setter";
+ static search_Setter(mthis, value) native "URL_search_Setter";
static username_Getter(mthis) native "URL_username_Getter";
- static username_Setter_DOMString(mthis, value) native "URL_username_Setter";
+ static username_Setter(mthis, value) native "URL_username_Setter";
static toString_Callback(mthis) native "URL_toString_Callback";
}
@@ -8153,39 +8181,39 @@ class BlinkURLUtilsReadOnly {
}
class BlinkVTTCue {
- static constructorCallback_double_double_DOMString(startTime, endTime, text) native "VTTCue_constructorCallback_double_double_DOMString";
+ static constructorCallback_3(startTime, endTime, text) native "VTTCue_constructorCallback";
static align_Getter(mthis) native "VTTCue_align_Getter";
- static align_Setter_DOMString(mthis, value) native "VTTCue_align_Setter";
+ static align_Setter(mthis, value) native "VTTCue_align_Setter";
static line_Getter(mthis) native "VTTCue_line_Getter";
- static line_Setter_long(mthis, value) native "VTTCue_line_Setter";
+ static line_Setter(mthis, value) native "VTTCue_line_Setter";
static position_Getter(mthis) native "VTTCue_position_Getter";
- static position_Setter_long(mthis, value) native "VTTCue_position_Setter";
+ static position_Setter(mthis, value) native "VTTCue_position_Setter";
static regionId_Getter(mthis) native "VTTCue_regionId_Getter";
- static regionId_Setter_DOMString(mthis, value) native "VTTCue_regionId_Setter";
+ static regionId_Setter(mthis, value) native "VTTCue_regionId_Setter";
static size_Getter(mthis) native "VTTCue_size_Getter";
- static size_Setter_long(mthis, value) native "VTTCue_size_Setter";
+ static size_Setter(mthis, value) native "VTTCue_size_Setter";
static snapToLines_Getter(mthis) native "VTTCue_snapToLines_Getter";
- static snapToLines_Setter_boolean(mthis, value) native "VTTCue_snapToLines_Setter";
+ static snapToLines_Setter(mthis, value) native "VTTCue_snapToLines_Setter";
static text_Getter(mthis) native "VTTCue_text_Getter";
- static text_Setter_DOMString(mthis, value) native "VTTCue_text_Setter";
+ static text_Setter(mthis, value) native "VTTCue_text_Setter";
static vertical_Getter(mthis) native "VTTCue_vertical_Getter";
- static vertical_Setter_DOMString(mthis, value) native "VTTCue_vertical_Setter";
+ static vertical_Setter(mthis, value) native "VTTCue_vertical_Setter";
static getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback";
}
@@ -8195,45 +8223,45 @@ class BlinkVTTRegion {
static height_Getter(mthis) native "VTTRegion_height_Getter";
- static height_Setter_long(mthis, value) native "VTTRegion_height_Setter";
+ static height_Setter(mthis, value) native "VTTRegion_height_Setter";
static id_Getter(mthis) native "VTTRegion_id_Getter";
- static id_Setter_DOMString(mthis, value) native "VTTRegion_id_Setter";
+ static id_Setter(mthis, value) native "VTTRegion_id_Setter";
static regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Getter";
- static regionAnchorX_Setter_double(mthis, value) native "VTTRegion_regionAnchorX_Setter";
+ static regionAnchorX_Setter(mthis, value) native "VTTRegion_regionAnchorX_Setter";
static regionAnchorY_Getter(mthis) native "VTTRegion_regionAnchorY_Getter";
- static regionAnchorY_Setter_double(mthis, value) native "VTTRegion_regionAnchorY_Setter";
+ static regionAnchorY_Setter(mthis, value) native "VTTRegion_regionAnchorY_Setter";
static scroll_Getter(mthis) native "VTTRegion_scroll_Getter";
- static scroll_Setter_DOMString(mthis, value) native "VTTRegion_scroll_Setter";
+ static scroll_Setter(mthis, value) native "VTTRegion_scroll_Setter";
static track_Getter(mthis) native "VTTRegion_track_Getter";
static viewportAnchorX_Getter(mthis) native "VTTRegion_viewportAnchorX_Getter";
- static viewportAnchorX_Setter_double(mthis, value) native "VTTRegion_viewportAnchorX_Setter";
+ static viewportAnchorX_Setter(mthis, value) native "VTTRegion_viewportAnchorX_Setter";
static viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY_Getter";
- static viewportAnchorY_Setter_double(mthis, value) native "VTTRegion_viewportAnchorY_Setter";
+ static viewportAnchorY_Setter(mthis, value) native "VTTRegion_viewportAnchorY_Setter";
static width_Getter(mthis) native "VTTRegion_width_Getter";
- static width_Setter_double(mthis, value) native "VTTRegion_width_Setter";
+ static width_Setter(mthis, value) native "VTTRegion_width_Setter";
}
class BlinkVTTRegionList {
static length_Getter(mthis) native "VTTRegionList_length_Getter";
- static getRegionById_Callback_DOMString(mthis, id) native "VTTRegionList_getRegionById_Callback_DOMString";
+ static getRegionById_Callback_1(mthis, id) native "VTTRegionList_getRegionById_Callback";
- static item_Callback_ul(mthis, index) native "VTTRegionList_item_Callback_unsigned long";
+ static item_Callback_1(mthis, index) native "VTTRegionList_item_Callback";
}
class BlinkValidityState {
@@ -8279,7 +8307,7 @@ class BlinkVideoTrack {
static selected_Getter(mthis) native "VideoTrack_selected_Getter";
- static selected_Setter_boolean(mthis, value) native "VideoTrack_selected_Setter";
+ static selected_Setter(mthis, value) native "VideoTrack_selected_Setter";
}
class BlinkVideoTrackList {
@@ -8287,19 +8315,19 @@ class BlinkVideoTrackList {
static selectedIndex_Getter(mthis) native "VideoTrackList_selectedIndex_Getter";
- static $__getter___Callback_ul(mthis, index) native "VideoTrackList___getter___Callback_unsigned long";
+ static $__getter___Callback_1(mthis, index) native "VideoTrackList___getter___Callback";
- static getTrackById_Callback_DOMString(mthis, id) native "VideoTrackList_getTrackById_Callback_DOMString";
+ static getTrackById_Callback_1(mthis, id) native "VideoTrackList_getTrackById_Callback";
}
class BlinkWaveShaperNode {
static curve_Getter(mthis) native "WaveShaperNode_curve_Getter";
- static curve_Setter_Float32Array(mthis, value) native "WaveShaperNode_curve_Setter";
+ static curve_Setter(mthis, value) native "WaveShaperNode_curve_Setter";
static oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter";
- static oversample_Setter_DOMString(mthis, value) native "WaveShaperNode_oversample_Setter";
+ static oversample_Setter(mthis, value) native "WaveShaperNode_oversample_Setter";
}
class BlinkWebGLActiveInfo {
@@ -8323,31 +8351,31 @@ class BlinkWebGLCompressedTextureS3TC {}
class BlinkWebGLContextAttributes {
static alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter";
- static alpha_Setter_boolean(mthis, value) native "WebGLContextAttributes_alpha_Setter";
+ static alpha_Setter(mthis, value) native "WebGLContextAttributes_alpha_Setter";
static antialias_Getter(mthis) native "WebGLContextAttributes_antialias_Getter";
- static antialias_Setter_boolean(mthis, value) native "WebGLContextAttributes_antialias_Setter";
+ static antialias_Setter(mthis, value) native "WebGLContextAttributes_antialias_Setter";
static depth_Getter(mthis) native "WebGLContextAttributes_depth_Getter";
- static depth_Setter_boolean(mthis, value) native "WebGLContextAttributes_depth_Setter";
+ static depth_Setter(mthis, value) native "WebGLContextAttributes_depth_Setter";
static failIfMajorPerformanceCaveat_Getter(mthis) native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Getter";
- static failIfMajorPerformanceCaveat_Setter_boolean(mthis, value) native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Setter";
+ static failIfMajorPerformanceCaveat_Setter(mthis, value) native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Setter";
static premultipliedAlpha_Getter(mthis) native "WebGLContextAttributes_premultipliedAlpha_Getter";
- static premultipliedAlpha_Setter_boolean(mthis, value) native "WebGLContextAttributes_premultipliedAlpha_Setter";
+ static premultipliedAlpha_Setter(mthis, value) native "WebGLContextAttributes_premultipliedAlpha_Setter";
static preserveDrawingBuffer_Getter(mthis) native "WebGLContextAttributes_preserveDrawingBuffer_Getter";
- static preserveDrawingBuffer_Setter_boolean(mthis, value) native "WebGLContextAttributes_preserveDrawingBuffer_Setter";
+ static preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttributes_preserveDrawingBuffer_Setter";
static stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter";
- static stencil_Setter_boolean(mthis, value) native "WebGLContextAttributes_stencil_Setter";
+ static stencil_Setter(mthis, value) native "WebGLContextAttributes_stencil_Setter";
}
class BlinkWebGLContextEvent {
@@ -8359,13 +8387,13 @@ class BlinkWebGLContextEvent {
class BlinkWebGLDebugRendererInfo {}
class BlinkWebGLDebugShaders {
- static getTranslatedShaderSource_Callback_WebGLShader(mthis, shader) native "WebGLDebugShaders_getTranslatedShaderSource_Callback_WebGLShader";
+ static getTranslatedShaderSource_Callback_1(mthis, shader) native "WebGLDebugShaders_getTranslatedShaderSource_Callback";
}
class BlinkWebGLDepthTexture {}
class BlinkWebGLDrawBuffers {
- static drawBuffersWEBGL_Callback_SEQ_ul_SEQ(mthis, buffers) native "WebGLDrawBuffers_drawBuffersWEBGL_Callback_sequence<unsigned long>";
+ static drawBuffersWEBGL_Callback_1(mthis, buffers) native "WebGLDrawBuffers_drawBuffersWEBGL_Callback";
}
class BlinkWebGLFramebuffer {}
@@ -8389,61 +8417,55 @@ class BlinkWebGLRenderingContext {
static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingBufferWidth_Getter";
- static activeTexture_Callback_ul(mthis, texture) native "WebGLRenderingContext_activeTexture_Callback_unsigned long";
+ static activeTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_activeTexture_Callback";
- static attachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader) native "WebGLRenderingContext_attachShader_Callback_WebGLProgram_WebGLShader";
+ static attachShader_Callback_2(mthis, program, shader) native "WebGLRenderingContext_attachShader_Callback";
- static bindAttribLocation_Callback_WebGLProgram_ul_DOMString(mthis, program, index, name) native "WebGLRenderingContext_bindAttribLocation_Callback_WebGLProgram_unsigned long_DOMString";
+ static bindAttribLocation_Callback_3(mthis, program, index, name) native "WebGLRenderingContext_bindAttribLocation_Callback";
- static bindBuffer_Callback_ul_WebGLBuffer(mthis, target, buffer) native "WebGLRenderingContext_bindBuffer_Callback_unsigned long_WebGLBuffer";
+ static bindBuffer_Callback_2(mthis, target, buffer) native "WebGLRenderingContext_bindBuffer_Callback";
- static bindFramebuffer_Callback_ul_WebGLFramebuffer(mthis, target, framebuffer) native "WebGLRenderingContext_bindFramebuffer_Callback_unsigned long_WebGLFramebuffer";
+ static bindFramebuffer_Callback_2(mthis, target, framebuffer) native "WebGLRenderingContext_bindFramebuffer_Callback";
- static bindRenderbuffer_Callback_ul_WebGLRenderbuffer(mthis, target, renderbuffer) native "WebGLRenderingContext_bindRenderbuffer_Callback_unsigned long_WebGLRenderbuffer";
+ static bindRenderbuffer_Callback_2(mthis, target, renderbuffer) native "WebGLRenderingContext_bindRenderbuffer_Callback";
- static bindTexture_Callback_ul_WebGLTexture(mthis, target, texture) native "WebGLRenderingContext_bindTexture_Callback_unsigned long_WebGLTexture";
+ static bindTexture_Callback_2(mthis, target, texture) native "WebGLRenderingContext_bindTexture_Callback";
- static blendColor_Callback_float_float_float_float(mthis, red, green, blue, alpha) native "WebGLRenderingContext_blendColor_Callback_float_float_float_float";
+ static blendColor_Callback_4(mthis, red, green, blue, alpha) native "WebGLRenderingContext_blendColor_Callback";
- static blendEquation_Callback_ul(mthis, mode) native "WebGLRenderingContext_blendEquation_Callback_unsigned long";
+ static blendEquation_Callback_1(mthis, mode) native "WebGLRenderingContext_blendEquation_Callback";
- static blendEquationSeparate_Callback_ul_ul(mthis, modeRGB, modeAlpha) native "WebGLRenderingContext_blendEquationSeparate_Callback_unsigned long_unsigned long";
+ static blendEquationSeparate_Callback_2(mthis, modeRGB, modeAlpha) native "WebGLRenderingContext_blendEquationSeparate_Callback";
- static blendFunc_Callback_ul_ul(mthis, sfactor, dfactor) native "WebGLRenderingContext_blendFunc_Callback_unsigned long_unsigned long";
+ static blendFunc_Callback_2(mthis, sfactor, dfactor) native "WebGLRenderingContext_blendFunc_Callback";
- static blendFuncSeparate_Callback_ul_ul_ul_ul(mthis, srcRGB, dstRGB, srcAlpha, dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback_unsigned long_unsigned long_unsigned long_unsigned long";
+ static blendFuncSeparate_Callback_4(mthis, srcRGB, dstRGB, srcAlpha, dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback";
- static bufferData_Callback_ul_ArrayBuffer_ul(mthis, target, data, usage) native "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBuffer_unsigned long";
+ static bufferData_Callback_3(mthis, target, data, usage) native "WebGLRenderingContext_bufferData_Callback";
- static bufferData_Callback_ul_ll_ul(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_unsigned long_long long_unsigned long";
+ static bufferSubData_Callback_3(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback";
- static bufferData_Callback_ul_ArrayBufferView_ul(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBufferView_unsigned long";
+ static checkFramebufferStatus_Callback_1(mthis, target) native "WebGLRenderingContext_checkFramebufferStatus_Callback";
- static bufferSubData_Callback_ul_ll_ArrayBuffer(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_ArrayBuffer";
+ static clear_Callback_1(mthis, mask) native "WebGLRenderingContext_clear_Callback";
- static bufferSubData_Callback_ul_ll_ArrayBufferView(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_ArrayBufferView";
+ static clearColor_Callback_4(mthis, red, green, blue, alpha) native "WebGLRenderingContext_clearColor_Callback";
- static checkFramebufferStatus_Callback_ul(mthis, target) native "WebGLRenderingContext_checkFramebufferStatus_Callback_unsigned long";
+ static clearDepth_Callback_1(mthis, depth) native "WebGLRenderingContext_clearDepth_Callback";
- static clear_Callback_ul(mthis, mask) native "WebGLRenderingContext_clear_Callback_unsigned long";
+ static clearStencil_Callback_1(mthis, s) native "WebGLRenderingContext_clearStencil_Callback";
- static clearColor_Callback_float_float_float_float(mthis, red, green, blue, alpha) native "WebGLRenderingContext_clearColor_Callback_float_float_float_float";
+ static colorMask_Callback_4(mthis, red, green, blue, alpha) native "WebGLRenderingContext_colorMask_Callback";
- static clearDepth_Callback_float(mthis, depth) native "WebGLRenderingContext_clearDepth_Callback_float";
+ static compileShader_Callback_1(mthis, shader) native "WebGLRenderingContext_compileShader_Callback";
- static clearStencil_Callback_long(mthis, s) native "WebGLRenderingContext_clearStencil_Callback_long";
+ static compressedTexImage2D_Callback_7(mthis, target, level, internalformat, width, height, border, data) native "WebGLRenderingContext_compressedTexImage2D_Callback";
- static colorMask_Callback_boolean_boolean_boolean_boolean(mthis, red, green, blue, alpha) native "WebGLRenderingContext_colorMask_Callback_boolean_boolean_boolean_boolean";
+ static compressedTexSubImage2D_Callback_8(mthis, target, level, xoffset, yoffset, width, height, format, data) native "WebGLRenderingContext_compressedTexSubImage2D_Callback";
- static compileShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContext_compileShader_Callback_WebGLShader";
+ static copyTexImage2D_Callback_8(mthis, target, level, internalformat, x, y, width, height, border) native "WebGLRenderingContext_copyTexImage2D_Callback";
- static compressedTexImage2D_Callback_ul_long_ul_long_long_long_ArrayBufferView(mthis, target, level, internalformat, width, height, border, data) native "WebGLRenderingContext_compressedTexImage2D_Callback_unsigned long_long_unsigned long_long_long_long_ArrayBufferView";
-
- static compressedTexSubImage2D_Callback_ul_long_long_long_long_long_ul_ArrayBufferView(mthis, target, level, xoffset, yoffset, width, height, format, data) native "WebGLRenderingContext_compressedTexSubImage2D_Callback_unsigned long_long_long_long_long_long_unsigned long_ArrayBufferView";
-
- static copyTexImage2D_Callback_ul_long_ul_long_long_long_long_long(mthis, target, level, internalformat, x, y, width, height, border) native "WebGLRenderingContext_copyTexImage2D_Callback_unsigned long_long_unsigned long_long_long_long_long_long";
-
- static copyTexSubImage2D_Callback_ul_long_long_long_long_long_long_long(mthis, target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingContext_copyTexSubImage2D_Callback_unsigned long_long_long_long_long_long_long_long";
+ 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";
@@ -8453,235 +8475,223 @@ class BlinkWebGLRenderingContext {
static createRenderbuffer_Callback(mthis) native "WebGLRenderingContext_createRenderbuffer_Callback";
- static createShader_Callback_ul(mthis, type) native "WebGLRenderingContext_createShader_Callback_unsigned long";
+ static createShader_Callback_1(mthis, type) native "WebGLRenderingContext_createShader_Callback";
static createTexture_Callback(mthis) native "WebGLRenderingContext_createTexture_Callback";
- static cullFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_cullFace_Callback_unsigned long";
+ static cullFace_Callback_1(mthis, mode) native "WebGLRenderingContext_cullFace_Callback";
- static deleteBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRenderingContext_deleteBuffer_Callback_WebGLBuffer";
+ static deleteBuffer_Callback_1(mthis, buffer) native "WebGLRenderingContext_deleteBuffer_Callback";
- static deleteFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native "WebGLRenderingContext_deleteFramebuffer_Callback_WebGLFramebuffer";
+ static deleteFramebuffer_Callback_1(mthis, framebuffer) native "WebGLRenderingContext_deleteFramebuffer_Callback";
- static deleteProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_deleteProgram_Callback_WebGLProgram";
+ static deleteProgram_Callback_1(mthis, program) native "WebGLRenderingContext_deleteProgram_Callback";
- static deleteRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) native "WebGLRenderingContext_deleteRenderbuffer_Callback_WebGLRenderbuffer";
+ static deleteRenderbuffer_Callback_1(mthis, renderbuffer) native "WebGLRenderingContext_deleteRenderbuffer_Callback";
- static deleteShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContext_deleteShader_Callback_WebGLShader";
+ static deleteShader_Callback_1(mthis, shader) native "WebGLRenderingContext_deleteShader_Callback";
- static deleteTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRenderingContext_deleteTexture_Callback_WebGLTexture";
+ static deleteTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_deleteTexture_Callback";
- static depthFunc_Callback_ul(mthis, func) native "WebGLRenderingContext_depthFunc_Callback_unsigned long";
+ static depthFunc_Callback_1(mthis, func) native "WebGLRenderingContext_depthFunc_Callback";
- static depthMask_Callback_boolean(mthis, flag) native "WebGLRenderingContext_depthMask_Callback_boolean";
+ static depthMask_Callback_1(mthis, flag) native "WebGLRenderingContext_depthMask_Callback";
- static depthRange_Callback_float_float(mthis, zNear, zFar) native "WebGLRenderingContext_depthRange_Callback_float_float";
+ static depthRange_Callback_2(mthis, zNear, zFar) native "WebGLRenderingContext_depthRange_Callback";
- static detachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader) native "WebGLRenderingContext_detachShader_Callback_WebGLProgram_WebGLShader";
+ static detachShader_Callback_2(mthis, program, shader) native "WebGLRenderingContext_detachShader_Callback";
- static disable_Callback_ul(mthis, cap) native "WebGLRenderingContext_disable_Callback_unsigned long";
+ static disable_Callback_1(mthis, cap) native "WebGLRenderingContext_disable_Callback";
- static disableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderingContext_disableVertexAttribArray_Callback_unsigned long";
+ static disableVertexAttribArray_Callback_1(mthis, index) native "WebGLRenderingContext_disableVertexAttribArray_Callback";
- static drawArrays_Callback_ul_long_long(mthis, mode, first, count) native "WebGLRenderingContext_drawArrays_Callback_unsigned long_long_long";
+ static drawArrays_Callback_3(mthis, mode, first, count) native "WebGLRenderingContext_drawArrays_Callback";
- static drawElements_Callback_ul_long_ul_ll(mthis, mode, count, type, offset) native "WebGLRenderingContext_drawElements_Callback_unsigned long_long_unsigned long_long long";
+ static drawElements_Callback_4(mthis, mode, count, type, offset) native "WebGLRenderingContext_drawElements_Callback";
- static enable_Callback_ul(mthis, cap) native "WebGLRenderingContext_enable_Callback_unsigned long";
+ static enable_Callback_1(mthis, cap) native "WebGLRenderingContext_enable_Callback";
- static enableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderingContext_enableVertexAttribArray_Callback_unsigned long";
+ static enableVertexAttribArray_Callback_1(mthis, index) native "WebGLRenderingContext_enableVertexAttribArray_Callback";
static finish_Callback(mthis) native "WebGLRenderingContext_finish_Callback";
static flush_Callback(mthis) native "WebGLRenderingContext_flush_Callback";
- static framebufferRenderbuffer_Callback_ul_ul_ul_WebGLRenderbuffer(mthis, target, attachment, renderbuffertarget, renderbuffer) native "WebGLRenderingContext_framebufferRenderbuffer_Callback_unsigned long_unsigned long_unsigned long_WebGLRenderbuffer";
+ static framebufferRenderbuffer_Callback_4(mthis, target, attachment, renderbuffertarget, renderbuffer) native "WebGLRenderingContext_framebufferRenderbuffer_Callback";
- static framebufferTexture2D_Callback_ul_ul_ul_WebGLTexture_long(mthis, target, attachment, textarget, texture, level) native "WebGLRenderingContext_framebufferTexture2D_Callback_unsigned long_unsigned long_unsigned long_WebGLTexture_long";
+ static framebufferTexture2D_Callback_5(mthis, target, attachment, textarget, texture, level) native "WebGLRenderingContext_framebufferTexture2D_Callback";
- static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_frontFace_Callback_unsigned long";
+ static frontFace_Callback_1(mthis, mode) native "WebGLRenderingContext_frontFace_Callback";
- static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext_generateMipmap_Callback_unsigned long";
+ static generateMipmap_Callback_1(mthis, target) native "WebGLRenderingContext_generateMipmap_Callback";
- static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContext_getActiveAttrib_Callback_WebGLProgram_unsigned long";
+ static getActiveAttrib_Callback_2(mthis, program, index) native "WebGLRenderingContext_getActiveAttrib_Callback";
- static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContext_getActiveUniform_Callback_WebGLProgram_unsigned long";
+ static getActiveUniform_Callback_2(mthis, program, index) native "WebGLRenderingContext_getActiveUniform_Callback";
- static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback_WebGLProgram";
+ static getAttachedShaders_Callback_1(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback";
- static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContext_getAttribLocation_Callback_WebGLProgram_DOMString";
+ static getAttribLocation_Callback_2(mthis, program, name) native "WebGLRenderingContext_getAttribLocation_Callback";
- static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRenderingContext_getBufferParameter_Callback";
+ static getBufferParameter_Callback_2(mthis, target, pname) native "WebGLRenderingContext_getBufferParameter_Callback";
static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getContextAttributes_Callback";
static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callback";
- static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingContext_getExtension_Callback";
+ static getExtension_Callback_1(mthis, name) native "WebGLRenderingContext_getExtension_Callback";
- static getFramebufferAttachmentParameter_Callback_ul_ul_ul(mthis, target, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachmentParameter_Callback";
+ static getFramebufferAttachmentParameter_Callback_3(mthis, target, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachmentParameter_Callback";
- static getParameter_Callback_ul(mthis, pname) native "WebGLRenderingContext_getParameter_Callback";
+ static getParameter_Callback_1(mthis, pname) native "WebGLRenderingContext_getParameter_Callback";
- static getProgramInfoLog_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_getProgramInfoLog_Callback_WebGLProgram";
+ static getProgramInfoLog_Callback_1(mthis, program) native "WebGLRenderingContext_getProgramInfoLog_Callback";
- static getProgramParameter_Callback_WebGLProgram_ul(mthis, program, pname) native "WebGLRenderingContext_getProgramParameter_Callback";
+ static getProgramParameter_Callback_2(mthis, program, pname) native "WebGLRenderingContext_getProgramParameter_Callback";
- static getRenderbufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRenderingContext_getRenderbufferParameter_Callback";
+ static getRenderbufferParameter_Callback_2(mthis, target, pname) native "WebGLRenderingContext_getRenderbufferParameter_Callback";
- static getShaderInfoLog_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContext_getShaderInfoLog_Callback_WebGLShader";
+ static getShaderInfoLog_Callback_1(mthis, shader) native "WebGLRenderingContext_getShaderInfoLog_Callback";
- static getShaderParameter_Callback_WebGLShader_ul(mthis, shader, pname) native "WebGLRenderingContext_getShaderParameter_Callback";
+ static getShaderParameter_Callback_2(mthis, shader, pname) native "WebGLRenderingContext_getShaderParameter_Callback";
- static getShaderPrecisionFormat_Callback_ul_ul(mthis, shadertype, precisiontype) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback_unsigned long_unsigned long";
+ static getShaderPrecisionFormat_Callback_2(mthis, shadertype, precisiontype) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback";
- static getShaderSource_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContext_getShaderSource_Callback_WebGLShader";
+ static getShaderSource_Callback_1(mthis, shader) native "WebGLRenderingContext_getShaderSource_Callback";
static getSupportedExtensions_Callback(mthis) native "WebGLRenderingContext_getSupportedExtensions_Callback";
- static getTexParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRenderingContext_getTexParameter_Callback";
+ static getTexParameter_Callback_2(mthis, target, pname) native "WebGLRenderingContext_getTexParameter_Callback";
- static getUniform_Callback_WebGLProgram_WebGLUniformLocation(mthis, program, location) native "WebGLRenderingContext_getUniform_Callback";
+ static getUniform_Callback_2(mthis, program, location) native "WebGLRenderingContext_getUniform_Callback";
- static getUniformLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContext_getUniformLocation_Callback_WebGLProgram_DOMString";
+ static getUniformLocation_Callback_2(mthis, program, name) native "WebGLRenderingContext_getUniformLocation_Callback";
- static getVertexAttrib_Callback_ul_ul(mthis, index, pname) native "WebGLRenderingContext_getVertexAttrib_Callback";
+ static getVertexAttrib_Callback_2(mthis, index, pname) native "WebGLRenderingContext_getVertexAttrib_Callback";
- static getVertexAttribOffset_Callback_ul_ul(mthis, index, pname) native "WebGLRenderingContext_getVertexAttribOffset_Callback_unsigned long_unsigned long";
+ static getVertexAttribOffset_Callback_2(mthis, index, pname) native "WebGLRenderingContext_getVertexAttribOffset_Callback";
- static hint_Callback_ul_ul(mthis, target, mode) native "WebGLRenderingContext_hint_Callback_unsigned long_unsigned long";
+ static hint_Callback_2(mthis, target, mode) native "WebGLRenderingContext_hint_Callback";
- static isBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRenderingContext_isBuffer_Callback_WebGLBuffer";
+ static isBuffer_Callback_1(mthis, buffer) native "WebGLRenderingContext_isBuffer_Callback";
static isContextLost_Callback(mthis) native "WebGLRenderingContext_isContextLost_Callback";
- static isEnabled_Callback_ul(mthis, cap) native "WebGLRenderingContext_isEnabled_Callback_unsigned long";
-
- static isFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native "WebGLRenderingContext_isFramebuffer_Callback_WebGLFramebuffer";
+ static isEnabled_Callback_1(mthis, cap) native "WebGLRenderingContext_isEnabled_Callback";
- static isProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_isProgram_Callback_WebGLProgram";
+ static isFramebuffer_Callback_1(mthis, framebuffer) native "WebGLRenderingContext_isFramebuffer_Callback";
- static isRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) native "WebGLRenderingContext_isRenderbuffer_Callback_WebGLRenderbuffer";
+ static isProgram_Callback_1(mthis, program) native "WebGLRenderingContext_isProgram_Callback";
- static isShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContext_isShader_Callback_WebGLShader";
+ static isRenderbuffer_Callback_1(mthis, renderbuffer) native "WebGLRenderingContext_isRenderbuffer_Callback";
- static isTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRenderingContext_isTexture_Callback_WebGLTexture";
+ static isShader_Callback_1(mthis, shader) native "WebGLRenderingContext_isShader_Callback";
- static lineWidth_Callback_float(mthis, width) native "WebGLRenderingContext_lineWidth_Callback_float";
+ static isTexture_Callback_1(mthis, texture) native "WebGLRenderingContext_isTexture_Callback";
- static linkProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_linkProgram_Callback_WebGLProgram";
+ static lineWidth_Callback_1(mthis, width) native "WebGLRenderingContext_lineWidth_Callback";
- static pixelStorei_Callback_ul_long(mthis, pname, param) native "WebGLRenderingContext_pixelStorei_Callback_unsigned long_long";
+ static linkProgram_Callback_1(mthis, program) native "WebGLRenderingContext_linkProgram_Callback";
- static polygonOffset_Callback_float_float(mthis, factor, units) native "WebGLRenderingContext_polygonOffset_Callback_float_float";
+ static pixelStorei_Callback_2(mthis, pname, param) native "WebGLRenderingContext_pixelStorei_Callback";
- static readPixels_Callback_long_long_long_long_ul_ul_ArrayBufferView(mthis, x, y, width, height, format, type, pixels) native "WebGLRenderingContext_readPixels_Callback_long_long_long_long_unsigned long_unsigned long_ArrayBufferView";
+ static polygonOffset_Callback_2(mthis, factor, units) native "WebGLRenderingContext_polygonOffset_Callback";
- static renderbufferStorage_Callback_ul_ul_long_long(mthis, target, internalformat, width, height) native "WebGLRenderingContext_renderbufferStorage_Callback_unsigned long_unsigned long_long_long";
+ static readPixels_Callback_7(mthis, x, y, width, height, format, type, pixels) native "WebGLRenderingContext_readPixels_Callback";
- static sampleCoverage_Callback_float_boolean(mthis, value, invert) native "WebGLRenderingContext_sampleCoverage_Callback_float_boolean";
+ static renderbufferStorage_Callback_4(mthis, target, internalformat, width, height) native "WebGLRenderingContext_renderbufferStorage_Callback";
- static scissor_Callback_long_long_long_long(mthis, x, y, width, height) native "WebGLRenderingContext_scissor_Callback_long_long_long_long";
+ static sampleCoverage_Callback_2(mthis, value, invert) native "WebGLRenderingContext_sampleCoverage_Callback";
- static shaderSource_Callback_WebGLShader_DOMString(mthis, shader, string) native "WebGLRenderingContext_shaderSource_Callback_WebGLShader_DOMString";
+ static scissor_Callback_4(mthis, x, y, width, height) native "WebGLRenderingContext_scissor_Callback";
- static stencilFunc_Callback_ul_long_ul(mthis, func, ref, mask) native "WebGLRenderingContext_stencilFunc_Callback_unsigned long_long_unsigned long";
+ static shaderSource_Callback_2(mthis, shader, string) native "WebGLRenderingContext_shaderSource_Callback";
- static stencilFuncSeparate_Callback_ul_ul_long_ul(mthis, face, func, ref, mask) native "WebGLRenderingContext_stencilFuncSeparate_Callback_unsigned long_unsigned long_long_unsigned long";
+ static stencilFunc_Callback_3(mthis, func, ref, mask) native "WebGLRenderingContext_stencilFunc_Callback";
- static stencilMask_Callback_ul(mthis, mask) native "WebGLRenderingContext_stencilMask_Callback_unsigned long";
+ static stencilFuncSeparate_Callback_4(mthis, face, func, ref, mask) native "WebGLRenderingContext_stencilFuncSeparate_Callback";
- static stencilMaskSeparate_Callback_ul_ul(mthis, face, mask) native "WebGLRenderingContext_stencilMaskSeparate_Callback_unsigned long_unsigned long";
+ static stencilMask_Callback_1(mthis, mask) native "WebGLRenderingContext_stencilMask_Callback";
- static stencilOp_Callback_ul_ul_ul(mthis, fail, zfail, zpass) native "WebGLRenderingContext_stencilOp_Callback_unsigned long_unsigned long_unsigned long";
+ static stencilMaskSeparate_Callback_2(mthis, face, mask) native "WebGLRenderingContext_stencilMaskSeparate_Callback";
- static stencilOpSeparate_Callback_ul_ul_ul_ul(mthis, face, fail, zfail, zpass) native "WebGLRenderingContext_stencilOpSeparate_Callback_unsigned long_unsigned long_unsigned long_unsigned long";
+ static stencilOp_Callback_3(mthis, fail, zfail, zpass) native "WebGLRenderingContext_stencilOp_Callback";
- static texImage2D_Callback_ul_long_ul_long_long_long_ul_ul_ArrayBufferView(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_unsigned long_long_unsigned long_long_long_long_unsigned long_unsigned long_ArrayBufferView";
+ static stencilOpSeparate_Callback_4(mthis, face, fail, zfail, zpass) native "WebGLRenderingContext_stencilOpSeparate_Callback";
- static texImage2D_Callback_ul_long_ul_ul_ul_ImageData(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned long_long_unsigned long_unsigned long_unsigned long_ImageData";
+ 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 texImage2D_Callback_ul_long_ul_ul_ul_HTMLImageElement(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLImageElement";
+ 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_ul_long_ul_ul_ul_HTMLCanvasElement(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasElement";
+ static texParameterf_Callback_3(mthis, target, pname, param) native "WebGLRenderingContext_texParameterf_Callback";
- static texImage2D_Callback_ul_long_ul_ul_ul_HTMLVideoElement(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLVideoElement";
+ static texParameteri_Callback_3(mthis, target, pname, param) native "WebGLRenderingContext_texParameteri_Callback";
- static texParameterf_Callback_ul_ul_float(mthis, target, pname, param) native "WebGLRenderingContext_texParameterf_Callback_unsigned long_unsigned long_float";
+ 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 texParameteri_Callback_ul_ul_long(mthis, target, pname, param) native "WebGLRenderingContext_texParameteri_Callback_unsigned long_unsigned long_long";
+ 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_ul_long_long_long_long_long_ul_ul_ArrayBufferView(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_unsigned long_long_long_long_long_long_unsigned long_unsigned long_ArrayBufferView";
+ static uniform1f_Callback_2(mthis, location, x) native "WebGLRenderingContext_uniform1f_Callback";
- static texSubImage2D_Callback_ul_long_long_long_ul_ul_ImageData(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_unsigned long_long_long_long_unsigned long_unsigned long_ImageData";
+ static uniform1fv_Callback_2(mthis, location, v) native "WebGLRenderingContext_uniform1fv_Callback";
- static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLImageElement(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement";
+ static uniform1i_Callback_2(mthis, location, x) native "WebGLRenderingContext_uniform1i_Callback";
- static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLCanvasElement(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasElement";
+ static uniform1iv_Callback_2(mthis, location, v) native "WebGLRenderingContext_uniform1iv_Callback";
- static texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLVideoElement(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement";
+ static uniform2f_Callback_3(mthis, location, x, y) native "WebGLRenderingContext_uniform2f_Callback";
- static uniform1f_Callback_WebGLUniformLocation_float(mthis, location, x) native "WebGLRenderingContext_uniform1f_Callback_WebGLUniformLocation_float";
+ static uniform2fv_Callback_2(mthis, location, v) native "WebGLRenderingContext_uniform2fv_Callback";
- static uniform1fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContext_uniform1fv_Callback";
+ static uniform2i_Callback_3(mthis, location, x, y) native "WebGLRenderingContext_uniform2i_Callback";
- static uniform1i_Callback_WebGLUniformLocation_long(mthis, location, x) native "WebGLRenderingContext_uniform1i_Callback_WebGLUniformLocation_long";
+ static uniform2iv_Callback_2(mthis, location, v) native "WebGLRenderingContext_uniform2iv_Callback";
- static uniform1iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContext_uniform1iv_Callback";
+ static uniform3f_Callback_4(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3f_Callback";
- static uniform2f_Callback_WebGLUniformLocation_float_float(mthis, location, x, y) native "WebGLRenderingContext_uniform2f_Callback_WebGLUniformLocation_float_float";
+ static uniform3fv_Callback_2(mthis, location, v) native "WebGLRenderingContext_uniform3fv_Callback";
- static uniform2fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContext_uniform2fv_Callback";
+ static uniform3i_Callback_4(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3i_Callback";
- static uniform2i_Callback_WebGLUniformLocation_long_long(mthis, location, x, y) native "WebGLRenderingContext_uniform2i_Callback_WebGLUniformLocation_long_long";
+ static uniform3iv_Callback_2(mthis, location, v) native "WebGLRenderingContext_uniform3iv_Callback";
- static uniform2iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContext_uniform2iv_Callback";
+ static uniform4f_Callback_5(mthis, location, x, y, z, w) native "WebGLRenderingContext_uniform4f_Callback";
- static uniform3f_Callback_WebGLUniformLocation_float_float_float(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3f_Callback_WebGLUniformLocation_float_float_float";
+ static uniform4fv_Callback_2(mthis, location, v) native "WebGLRenderingContext_uniform4fv_Callback";
- static uniform3fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContext_uniform3fv_Callback";
+ static uniform4i_Callback_5(mthis, location, x, y, z, w) native "WebGLRenderingContext_uniform4i_Callback";
- static uniform3i_Callback_WebGLUniformLocation_long_long_long(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3i_Callback_WebGLUniformLocation_long_long_long";
+ static uniform4iv_Callback_2(mthis, location, v) native "WebGLRenderingContext_uniform4iv_Callback";
- static uniform3iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContext_uniform3iv_Callback";
+ static uniformMatrix2fv_Callback_3(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix2fv_Callback";
- static uniform4f_Callback_WebGLUniformLocation_float_float_float_float(mthis, location, x, y, z, w) native "WebGLRenderingContext_uniform4f_Callback_WebGLUniformLocation_float_float_float_float";
+ static uniformMatrix3fv_Callback_3(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix3fv_Callback";
- static uniform4fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContext_uniform4fv_Callback";
+ static uniformMatrix4fv_Callback_3(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix4fv_Callback";
- static uniform4i_Callback_WebGLUniformLocation_long_long_long_long(mthis, location, x, y, z, w) native "WebGLRenderingContext_uniform4i_Callback_WebGLUniformLocation_long_long_long_long";
+ static useProgram_Callback_1(mthis, program) native "WebGLRenderingContext_useProgram_Callback";
- static uniform4iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContext_uniform4iv_Callback";
+ static validateProgram_Callback_1(mthis, program) native "WebGLRenderingContext_validateProgram_Callback";
- static uniformMatrix2fv_Callback_WebGLUniformLocation_boolean_Float32Array(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix2fv_Callback";
+ static vertexAttrib1f_Callback_2(mthis, indx, x) native "WebGLRenderingContext_vertexAttrib1f_Callback";
- static uniformMatrix3fv_Callback_WebGLUniformLocation_boolean_Float32Array(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix3fv_Callback";
+ static vertexAttrib1fv_Callback_2(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib1fv_Callback";
- static uniformMatrix4fv_Callback_WebGLUniformLocation_boolean_Float32Array(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix4fv_Callback";
+ static vertexAttrib2f_Callback_3(mthis, indx, x, y) native "WebGLRenderingContext_vertexAttrib2f_Callback";
- static useProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_useProgram_Callback_WebGLProgram";
+ static vertexAttrib2fv_Callback_2(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib2fv_Callback";
- static validateProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_validateProgram_Callback_WebGLProgram";
+ static vertexAttrib3f_Callback_4(mthis, indx, x, y, z) native "WebGLRenderingContext_vertexAttrib3f_Callback";
- static vertexAttrib1f_Callback_ul_float(mthis, indx, x) native "WebGLRenderingContext_vertexAttrib1f_Callback_unsigned long_float";
+ static vertexAttrib3fv_Callback_2(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib3fv_Callback";
- static vertexAttrib1fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib1fv_Callback";
+ static vertexAttrib4f_Callback_5(mthis, indx, x, y, z, w) native "WebGLRenderingContext_vertexAttrib4f_Callback";
- static vertexAttrib2f_Callback_ul_float_float(mthis, indx, x, y) native "WebGLRenderingContext_vertexAttrib2f_Callback_unsigned long_float_float";
+ static vertexAttrib4fv_Callback_2(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib4fv_Callback";
- static vertexAttrib2fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib2fv_Callback";
+ static vertexAttribPointer_Callback_6(mthis, indx, size, type, normalized, stride, offset) native "WebGLRenderingContext_vertexAttribPointer_Callback";
- static vertexAttrib3f_Callback_ul_float_float_float(mthis, indx, x, y, z) native "WebGLRenderingContext_vertexAttrib3f_Callback_unsigned long_float_float_float";
-
- static vertexAttrib3fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib3fv_Callback";
-
- static vertexAttrib4f_Callback_ul_float_float_float_float(mthis, indx, x, y, z, w) native "WebGLRenderingContext_vertexAttrib4f_Callback_unsigned long_float_float_float_float";
-
- static vertexAttrib4fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib4fv_Callback";
-
- static vertexAttribPointer_Callback_ul_long_ul_boolean_long_ll(mthis, indx, size, type, normalized, stride, offset) native "WebGLRenderingContext_vertexAttribPointer_Callback_unsigned long_long_unsigned long_boolean_long_long long";
-
- static viewport_Callback_long_long_long_long(mthis, x, y, width, height) native "WebGLRenderingContext_viewport_Callback_long_long_long_long";
+ static viewport_Callback_4(mthis, x, y, width, height) native "WebGLRenderingContext_viewport_Callback";
}
class BlinkWebGLShader {}
@@ -8715,33 +8725,31 @@ class BlinkWebKitCSSFilterRule {
class BlinkWebKitCSSFilterValue {}
class BlinkWebKitCSSMatrix {
- static constructorCallback_DOMString(cssValue) native "WebKitCSSMatrix_constructorCallback_DOMString";
+ static constructorCallback_1(cssValue) native "WebKitCSSMatrix_constructorCallback";
}
class BlinkWebKitCSSTransformValue {}
class BlinkWebKitPoint {
- static constructorCallback_float_float(x, y) native "WebKitPoint_constructorCallback";
+ static constructorCallback_2(x, y) native "WebKitPoint_constructorCallback";
static x_Getter(mthis) native "WebKitPoint_x_Getter";
- static x_Setter_float(mthis, value) native "WebKitPoint_x_Setter";
+ static x_Setter(mthis, value) native "WebKitPoint_x_Setter";
static y_Getter(mthis) native "WebKitPoint_y_Getter";
- static y_Setter_float(mthis, value) native "WebKitPoint_y_Setter";
+ static y_Setter(mthis, value) native "WebKitPoint_y_Setter";
}
class BlinkWebSocket {
- static constructorCallback_DOMString(url) native "WebSocket_constructorCallback_DOMString";
-
- static constructorCallback_DOMString_DOMString(url, protocol_OR_protocols) native "WebSocket_constructorCallback_DOMString_DOMString";
+ static constructorCallback_1(url) native "WebSocket_constructorCallback";
- static constructorCallback_DOMString_SEQ_DOMString_SEQ(url, protocol_OR_protocols) native "WebSocket_constructorCallback_DOMString_sequence<DOMString>";
+ static constructorCallback_2(url, protocol_OR_protocols) native "WebSocket_constructorCallback";
static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter";
- static binaryType_Setter_DOMString(mthis, value) native "WebSocket_binaryType_Setter";
+ static binaryType_Setter(mthis, value) native "WebSocket_binaryType_Setter";
static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter";
@@ -8753,19 +8761,13 @@ class BlinkWebSocket {
static url_Getter(mthis) native "WebSocket_url_Getter";
- static close_Callback_us_DOMString(mthis, code, reason) native "WebSocket_close_Callback_unsigned short_DOMString";
+ static close_Callback_2(mthis, code, reason) native "WebSocket_close_Callback";
- static close_Callback_us(mthis, code) native "WebSocket_close_Callback_unsigned short";
+ static close_Callback_1(mthis, code) native "WebSocket_close_Callback";
static close_Callback(mthis) native "WebSocket_close_Callback";
- static send_Callback_DOMString(mthis, data) native "WebSocket_send_Callback_DOMString";
-
- static send_Callback_Blob(mthis, data) native "WebSocket_send_Callback_Blob";
-
- static send_Callback_ArrayBufferView(mthis, data) native "WebSocket_send_Callback_ArrayBufferView";
-
- static send_Callback_ArrayBuffer(mthis, data) native "WebSocket_send_Callback_ArrayBuffer";
+ static send_Callback_1(mthis, data) native "WebSocket_send_Callback";
}
class BlinkWheelEvent {
@@ -8797,11 +8799,11 @@ class BlinkWindow {
static defaultStatus_Getter(mthis) native "Window_defaultStatus_Getter";
- static defaultStatus_Setter_DOMString(mthis, value) native "Window_defaultStatus_Setter";
+ static defaultStatus_Setter(mthis, value) native "Window_defaultStatus_Setter";
static defaultstatus_Getter(mthis) native "Window_defaultstatus_Getter";
- static defaultstatus_Setter_DOMString(mthis, value) native "Window_defaultstatus_Setter";
+ static defaultstatus_Setter(mthis, value) native "Window_defaultstatus_Setter";
static devicePixelRatio_Getter(mthis) native "Window_devicePixelRatio_Getter";
@@ -8825,7 +8827,7 @@ class BlinkWindow {
static name_Getter(mthis) native "Window_name_Getter";
- static name_Setter_DOMString(mthis, value) native "Window_name_Setter";
+ static name_Setter(mthis, value) native "Window_name_Setter";
static navigator_Getter(mthis) native "Window_navigator_Getter";
@@ -8833,7 +8835,7 @@ class BlinkWindow {
static opener_Getter(mthis) native "Window_opener_Getter";
- static opener_Setter_Window(mthis, value) native "Window_opener_Setter";
+ static opener_Setter(mthis, value) native "Window_opener_Setter";
static orientation_Getter(mthis) native "Window_orientation_Getter";
@@ -8873,7 +8875,7 @@ class BlinkWindow {
static status_Getter(mthis) native "Window_status_Getter";
- static status_Setter_DOMString(mthis, value) native "Window_status_Setter";
+ static status_Setter(mthis, value) native "Window_status_Setter";
static statusbar_Getter(mthis) native "Window_statusbar_Getter";
@@ -8885,81 +8887,91 @@ class BlinkWindow {
static window_Getter(mthis) native "Window_window_Getter";
- static $__getter___Callback_ul(mthis, index_OR_name) native "Window___getter___Callback_unsigned long";
-
- static $__getter___Callback_DOMString(mthis, index_OR_name) native "Window___getter___Callback";
+ static $__getter___Callback_1(mthis, index_OR_name) native "Window___getter___Callback";
- static alert_Callback_DOMString(mthis, message) native "Window_alert_Callback_DOMString";
+ static alert_Callback_1(mthis, message) native "Window_alert_Callback";
static alert_Callback(mthis) native "Window_alert_Callback";
- static cancelAnimationFrame_Callback_long(mthis, id) native "Window_cancelAnimationFrame_Callback_long";
+ static cancelAnimationFrame_Callback_1(mthis, id) native "Window_cancelAnimationFrame_Callback";
static close_Callback(mthis) native "Window_close_Callback";
- static confirm_Callback_DOMString(mthis, message) native "Window_confirm_Callback_DOMString";
+ static confirm_Callback_1(mthis, message) native "Window_confirm_Callback";
static confirm_Callback(mthis) native "Window_confirm_Callback";
- static find_Callback_DOMString_boolean_boolean_boolean_boolean_boolean_boolean(mthis, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog) native "Window_find_Callback_DOMString_boolean_boolean_boolean_boolean_boolean_boolean";
+ static find_Callback_7(mthis, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog) native "Window_find_Callback";
- static getComputedStyle_Callback_Element_DOMString(mthis, element, pseudoElement) native "Window_getComputedStyle_Callback_Element_DOMString";
+ static getComputedStyle_Callback_2(mthis, element, pseudoElement) native "Window_getComputedStyle_Callback";
- static getMatchedCSSRules_Callback_Element_DOMString(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback_Element_DOMString";
+ static getMatchedCSSRules_Callback_2(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback";
static getSelection_Callback(mthis) native "Window_getSelection_Callback";
- static matchMedia_Callback_DOMString(mthis, query) native "Window_matchMedia_Callback_DOMString";
+ static matchMedia_Callback_1(mthis, query) native "Window_matchMedia_Callback";
- static moveBy_Callback_float_float(mthis, x, y) native "Window_moveBy_Callback_float_float";
+ static moveBy_Callback_2(mthis, x, y) native "Window_moveBy_Callback";
- static moveTo_Callback_float_float(mthis, x, y) native "Window_moveTo_Callback_float_float";
+ static moveTo_Callback_2(mthis, x, y) native "Window_moveTo_Callback";
- static open_Callback_DOMString_DOMString_DOMString(mthis, url, name, options) native "Window_open_Callback";
+ static open_Callback_3(mthis, url, name, options) native "Window_open_Callback";
- static openDatabase_Callback_DOMString_DOMString_DOMString_ul_DatabaseCallback(mthis, name, version, displayName, estimatedSize, creationCallback) native "Window_openDatabase_Callback_DOMString_DOMString_DOMString_unsigned long_DatabaseCallback";
+ static openDatabase_Callback_5(mthis, name, version, displayName, estimatedSize, creationCallback) native "Window_openDatabase_Callback";
- static postMessage_Callback_SerializedScriptValue_DOMString_SEQ_MessagePort_SEQ(mthis, message, targetOrigin, transfer) native "Window_postMessage_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_RequestAnimationFrameCallback(mthis, callback) native "Window_requestAnimationFrame_Callback_RequestAnimationFrameCallback";
+ static requestAnimationFrame_Callback_1(mthis, callback) native "Window_requestAnimationFrame_Callback";
+
+ static resizeBy_Callback_2(mthis, x, y) native "Window_resizeBy_Callback";
- static resizeBy_Callback_float_float(mthis, x, y) native "Window_resizeBy_Callback_float_float";
+ static resizeTo_Callback_2(mthis, width, height) native "Window_resizeTo_Callback";
- static resizeTo_Callback_float_float(mthis, width, height) native "Window_resizeTo_Callback_float_float";
+ static scroll_Callback_3(mthis, x, y, scrollOptions) native "Window_scroll_Callback";
- static scroll_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native "Window_scroll_Callback_long_long_Dictionary";
+ static scroll_Callback_2(mthis, x, y) native "Window_scroll_Callback";
- static scrollBy_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native "Window_scrollBy_Callback_long_long_Dictionary";
+ static scrollBy_Callback_3(mthis, x, y, scrollOptions) native "Window_scrollBy_Callback";
- static scrollTo_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native "Window_scrollTo_Callback_long_long_Dictionary";
+ static scrollBy_Callback_2(mthis, x, y) native "Window_scrollBy_Callback";
- static showModalDialog_Callback_DOMString_ScriptValue_DOMString(mthis, url, dialogArgs, featureArgs) native "Window_showModalDialog_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_us_ll_FileSystemCallback_ErrorCallback(mthis, type, size, successCallback, errorCallback) native "Window_webkitRequestFileSystem_Callback_unsigned short_long long_FileSystemCallback_ErrorCallback";
+ 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 webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback(mthis, url, successCallback, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback";
+ static webkitResolveLocalFileSystemURL_Callback_2(mthis, url, successCallback) native "Window_webkitResolveLocalFileSystemURL_Callback";
- static atob_Callback_DOMString(mthis, string) native "Window_atob_Callback_DOMString";
+ static atob_Callback_1(mthis, string) native "Window_atob_Callback";
- static btoa_Callback_DOMString(mthis, string) native "Window_btoa_Callback_DOMString";
+ static btoa_Callback_1(mthis, string) native "Window_btoa_Callback";
- static clearInterval_Callback_long(mthis, handle) native "Window_clearInterval_Callback_long";
+ static clearInterval_Callback_1(mthis, handle) native "Window_clearInterval_Callback";
- static clearTimeout_Callback_long(mthis, handle) native "Window_clearTimeout_Callback_long";
+ static clearTimeout_Callback_1(mthis, handle) native "Window_clearTimeout_Callback";
- static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "Window_setInterval_Callback";
+ static setInterval_Callback_2(mthis, handler, timeout) native "Window_setInterval_Callback";
- static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "Window_setTimeout_Callback";
+ static setTimeout_Callback_2(mthis, handler, timeout) native "Window_setTimeout_Callback";
}
class BlinkWorker {
- static constructorCallback_DOMString(scriptUrl) native "Worker_constructorCallback_DOMString";
+ static constructorCallback_1(scriptUrl) native "Worker_constructorCallback";
- static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, message, transfer) native "Worker_postMessage_Callback";
+ static postMessage_Callback_2(mthis, message, transfer) native "Worker_postMessage_Callback";
static terminate_Callback(mthis) native "Worker_terminate_Callback";
}
@@ -8991,7 +9003,7 @@ class BlinkXMLHttpRequest {
static responseType_Getter(mthis) native "XMLHttpRequest_responseType_Getter";
- static responseType_Setter_DOMString(mthis, value) native "XMLHttpRequest_responseType_Setter";
+ static responseType_Setter(mthis, value) native "XMLHttpRequest_responseType_Setter";
static responseURL_Getter(mthis) native "XMLHttpRequest_responseURL_Getter";
@@ -9003,27 +9015,27 @@ class BlinkXMLHttpRequest {
static timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter";
- static timeout_Setter_ul(mthis, value) native "XMLHttpRequest_timeout_Setter";
+ static timeout_Setter(mthis, value) native "XMLHttpRequest_timeout_Setter";
static upload_Getter(mthis) native "XMLHttpRequest_upload_Getter";
static withCredentials_Getter(mthis) native "XMLHttpRequest_withCredentials_Getter";
- static withCredentials_Setter_boolean(mthis, value) native "XMLHttpRequest_withCredentials_Setter";
+ 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_DOMString(mthis, header) native "XMLHttpRequest_getResponseHeader_Callback_DOMString";
+ static getResponseHeader_Callback_1(mthis, header) native "XMLHttpRequest_getResponseHeader_Callback";
- static open_Callback_DOMString_DOMString_boolean_DOMString_DOMString(mthis, method, url, async, user, password) native "XMLHttpRequest_open_Callback";
+ static open_Callback_5(mthis, method, url, async, user, password) native "XMLHttpRequest_open_Callback";
- static overrideMimeType_Callback_DOMString(mthis, override) native "XMLHttpRequest_overrideMimeType_Callback_DOMString";
+ static overrideMimeType_Callback_1(mthis, override) native "XMLHttpRequest_overrideMimeType_Callback";
- static send_Callback(mthis, data) native "XMLHttpRequest_send_Callback";
+ static send_Callback_1(mthis, data) native "XMLHttpRequest_send_Callback";
- static setRequestHeader_Callback_DOMString_DOMString(mthis, header, value) native "XMLHttpRequest_setRequestHeader_Callback_DOMString_DOMString";
+ static setRequestHeader_Callback_2(mthis, header, value) native "XMLHttpRequest_setRequestHeader_Callback";
}
class BlinkXMLHttpRequestProgressEvent {}
@@ -9033,25 +9045,25 @@ class BlinkXMLHttpRequestUpload {}
class BlinkXMLSerializer {
static constructorCallback() native "XMLSerializer_constructorCallback";
- static serializeToString_Callback_Node(mthis, node) native "XMLSerializer_serializeToString_Callback_Node";
+ static serializeToString_Callback_1(mthis, node) native "XMLSerializer_serializeToString_Callback";
}
class BlinkXPathEvaluator {
static constructorCallback() native "XPathEvaluator_constructorCallback";
- static createExpression_Callback_DOMString_XPathNSResolver(mthis, expression, resolver) native "XPathEvaluator_createExpression_Callback_DOMString_XPathNSResolver";
+ static createExpression_Callback_2(mthis, expression, resolver) native "XPathEvaluator_createExpression_Callback";
- static createNSResolver_Callback_Node(mthis, nodeResolver) native "XPathEvaluator_createNSResolver_Callback_Node";
+ static createNSResolver_Callback_1(mthis, nodeResolver) native "XPathEvaluator_createNSResolver_Callback";
- static evaluate_Callback_DOMString_Node_XPathNSResolver_us_XPathResult(mthis, expression, contextNode, resolver, type, inResult) native "XPathEvaluator_evaluate_Callback_DOMString_Node_XPathNSResolver_unsigned short_XPathResult";
+ static evaluate_Callback_5(mthis, expression, contextNode, resolver, type, inResult) native "XPathEvaluator_evaluate_Callback";
}
class BlinkXPathExpression {
- static evaluate_Callback_Node_us_XPathResult(mthis, contextNode, type, inResult) native "XPathExpression_evaluate_Callback_Node_unsigned short_XPathResult";
+ static evaluate_Callback_3(mthis, contextNode, type, inResult) native "XPathExpression_evaluate_Callback";
}
class BlinkXPathNSResolver {
- static lookupNamespaceURI_Callback_DOMString(mthis, prefix) native "XPathNSResolver_lookupNamespaceURI_Callback_DOMString";
+ static lookupNamespaceURI_Callback_1(mthis, prefix) native "XPathNSResolver_lookupNamespaceURI_Callback";
}
class BlinkXPathResult {
@@ -9071,7 +9083,7 @@ class BlinkXPathResult {
static iterateNext_Callback(mthis) native "XPathResult_iterateNext_Callback";
- static snapshotItem_Callback_ul(mthis, index) native "XPathResult_snapshotItem_Callback_unsigned long";
+ static snapshotItem_Callback_1(mthis, index) native "XPathResult_snapshotItem_Callback";
}
class BlinkXSLTProcessor {
@@ -9079,19 +9091,19 @@ class BlinkXSLTProcessor {
static clearParameters_Callback(mthis) native "XSLTProcessor_clearParameters_Callback";
- static getParameter_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "XSLTProcessor_getParameter_Callback";
+ static getParameter_Callback_2(mthis, namespaceURI, localName) native "XSLTProcessor_getParameter_Callback";
- static importStylesheet_Callback_Node(mthis, stylesheet) native "XSLTProcessor_importStylesheet_Callback_Node";
+ static importStylesheet_Callback_1(mthis, stylesheet) native "XSLTProcessor_importStylesheet_Callback";
- static removeParameter_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "XSLTProcessor_removeParameter_Callback";
+ static removeParameter_Callback_2(mthis, namespaceURI, localName) native "XSLTProcessor_removeParameter_Callback";
static reset_Callback(mthis) native "XSLTProcessor_reset_Callback";
- static setParameter_Callback_DOMString_DOMString_DOMString(mthis, namespaceURI, localName, value) native "XSLTProcessor_setParameter_Callback";
+ static setParameter_Callback_3(mthis, namespaceURI, localName, value) native "XSLTProcessor_setParameter_Callback";
- static transformToDocument_Callback_Node(mthis, source) native "XSLTProcessor_transformToDocument_Callback_Node";
+ static transformToDocument_Callback_1(mthis, source) native "XSLTProcessor_transformToDocument_Callback";
- static transformToFragment_Callback_Node_Document(mthis, source, docVal) native "XSLTProcessor_transformToFragment_Callback_Node_Document";
+ static transformToFragment_Callback_2(mthis, source, docVal) native "XSLTProcessor_transformToFragment_Callback";
}
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698