From 8e3aaa4e75f09d0f1863504b99d5ce22116fd54c Mon Sep 17 00:00:00 2001 From: "leafp@google.com" Date: Tue, 9 Sep 2014 00:17:15 +0000 Subject: [PATCH] Blink uses types in entry points This CL changes the way that blink entry points are named to use the type signature uniformly. This makes us somewhat more robust against changes in the idl. BUG= R=vsm@google.com Review URL: https://codereview.chromium.org//552533004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@40006 260f80e4-7a28-3924-810f-c04153c831b5 --- sdk/lib/_blink/dartium/_blink_dartium.dart | 7142 ++++++++--------- sdk/lib/html/dartium/html_dartium.dart | 4916 ++++++------ .../dartium/indexed_db_dartium.dart | 152 +- sdk/lib/svg/dartium/svg_dartium.dart | 1424 ++-- .../web_audio/dartium/web_audio_dartium.dart | 322 +- sdk/lib/web_gl/dartium/web_gl_dartium.dart | 386 +- sdk/lib/web_sql/dartium/web_sql_dartium.dart | 28 +- tools/dom/scripts/css_code_generator.py | 2 +- tools/dom/scripts/htmldartgenerator.py | 15 +- tools/dom/scripts/systemnative.py | 174 +- .../src/blink_native_DOMImplementation.dart | 8 +- .../impl_CSSStyleDeclaration.darttemplate | 2 +- .../html/impl/impl_Element.darttemplate | 28 +- .../html/impl/impl_FileReader.darttemplate | 2 +- .../html/impl/impl_Touch.darttemplate | 16 +- 15 files changed, 7280 insertions(+), 7337 deletions(-) diff --git a/sdk/lib/_blink/dartium/_blink_dartium.dart b/sdk/lib/_blink/dartium/_blink_dartium.dart index e9758ae00a9..0d5e5f8af23 100644 --- a/sdk/lib/_blink/dartium/_blink_dartium.dart +++ b/sdk/lib/_blink/dartium/_blink_dartium.dart @@ -15,541 +15,541 @@ library dart.dom._blink; class BlinkANGLEInstancedArrays { - static $drawArraysInstancedANGLE_Callback(mthis, mode, first, count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback_RESOLVER_STRING_4_unsigned long_long_long_long"; + static drawArraysInstancedANGLE_Callback_ul_long_long_long(mthis, mode, first, count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback_unsigned long_long_long_long"; - static $drawElementsInstancedANGLE_Callback(mthis, mode, count, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback_RESOLVER_STRING_5_unsigned long_long_unsigned long_long long_long"; + 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 $vertexAttribDivisorANGLE_Callback(mthis, index, divisor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_RESOLVER_STRING_2_unsigned long_long"; + static vertexAttribDivisorANGLE_Callback_ul_long(mthis, index, divisor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_unsigned long_long"; } class BlinkAbstractWorker {} class BlinkAlgorithm { - static $name_Getter(mthis) native "KeyAlgorithm_name_Getter"; + static name_Getter(mthis) native "KeyAlgorithm_name_Getter"; } class BlinkEventTarget { - static $addEventListener_Callback(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback_RESOLVER_STRING_3_DOMString_EventListener_boolean"; + static addEventListener_Callback_DOMString_EventListener_boolean(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback_DOMString_EventListener_boolean"; - static $dispatchEvent_Callback(mthis, event) native "EventTarget_dispatchEvent_Callback_RESOLVER_STRING_1_Event"; + static dispatchEvent_Callback_Event(mthis, event) native "EventTarget_dispatchEvent_Callback_Event"; - static $removeEventListener_Callback(mthis, type, listener, useCapture) native "EventTarget_removeEventListener_Callback_RESOLVER_STRING_3_DOMString_EventListener_boolean"; + static removeEventListener_Callback_DOMString_EventListener_boolean(mthis, type, listener, useCapture) native "EventTarget_removeEventListener_Callback_DOMString_EventListener_boolean"; } class BlinkAudioNode { - static $channelCount_Getter(mthis) native "AudioNode_channelCount_Getter"; + static channelCount_Getter(mthis) native "AudioNode_channelCount_Getter"; - static $channelCount_Setter(mthis, value) native "AudioNode_channelCount_Setter"; + static channelCount_Setter_ul(mthis, value) native "AudioNode_channelCount_Setter"; - static $channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Getter"; + static channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Getter"; - static $channelCountMode_Setter(mthis, value) native "AudioNode_channelCountMode_Setter"; + static channelCountMode_Setter_DOMString(mthis, value) native "AudioNode_channelCountMode_Setter"; - static $channelInterpretation_Getter(mthis) native "AudioNode_channelInterpretation_Getter"; + static channelInterpretation_Getter(mthis) native "AudioNode_channelInterpretation_Getter"; - static $channelInterpretation_Setter(mthis, value) native "AudioNode_channelInterpretation_Setter"; + static channelInterpretation_Setter_DOMString(mthis, value) native "AudioNode_channelInterpretation_Setter"; - static $context_Getter(mthis) native "AudioNode_context_Getter"; + static context_Getter(mthis) native "AudioNode_context_Getter"; - static $numberOfInputs_Getter(mthis) native "AudioNode_numberOfInputs_Getter"; + static numberOfInputs_Getter(mthis) native "AudioNode_numberOfInputs_Getter"; - static $numberOfOutputs_Getter(mthis) native "AudioNode_numberOfOutputs_Getter"; + static numberOfOutputs_Getter(mthis) native "AudioNode_numberOfOutputs_Getter"; - static $_connect_1_Callback(mthis, destination, output, input) native "AudioNode_connect_Callback_RESOLVER_STRING_3_AudioNode_unsigned long_unsigned long"; + static connect_Callback_AudioNode_ul_ul(mthis, destination, output, input) native "AudioNode_connect_Callback_AudioNode_unsigned long_unsigned long"; - static $_connect_2_Callback(mthis, destination, output) native "AudioNode_connect_Callback_RESOLVER_STRING_2_AudioParam_unsigned long"; + static connect_Callback_AudioParam_ul(mthis, destination, output) native "AudioNode_connect_Callback_AudioParam_unsigned long"; - static $disconnect_Callback(mthis, output) native "AudioNode_disconnect_Callback_RESOLVER_STRING_1_unsigned long"; + static disconnect_Callback_ul(mthis, output) native "AudioNode_disconnect_Callback_unsigned long"; } class BlinkAnalyserNode { - static $fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter"; + static fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter"; - static $fftSize_Setter(mthis, value) native "AnalyserNode_fftSize_Setter"; + static fftSize_Setter_ul(mthis, value) native "AnalyserNode_fftSize_Setter"; - static $frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount_Getter"; + static frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount_Getter"; - static $maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter"; + static maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter"; - static $maxDecibels_Setter(mthis, value) native "AnalyserNode_maxDecibels_Setter"; + static maxDecibels_Setter_float(mthis, value) native "AnalyserNode_maxDecibels_Setter"; - static $minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_Getter"; + static minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_Getter"; - static $minDecibels_Setter(mthis, value) native "AnalyserNode_minDecibels_Setter"; + static minDecibels_Setter_float(mthis, value) native "AnalyserNode_minDecibels_Setter"; - static $smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smoothingTimeConstant_Getter"; + static smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smoothingTimeConstant_Getter"; - static $smoothingTimeConstant_Setter(mthis, value) native "AnalyserNode_smoothingTimeConstant_Setter"; + static smoothingTimeConstant_Setter_float(mthis, value) native "AnalyserNode_smoothingTimeConstant_Setter"; - static $getByteFrequencyData_Callback(mthis, array) native "AnalyserNode_getByteFrequencyData_Callback_RESOLVER_STRING_1_Uint8Array"; + static getByteFrequencyData_Callback_Uint8Array(mthis, array) native "AnalyserNode_getByteFrequencyData_Callback_Uint8Array"; - static $getByteTimeDomainData_Callback(mthis, array) native "AnalyserNode_getByteTimeDomainData_Callback_RESOLVER_STRING_1_Uint8Array"; + static getByteTimeDomainData_Callback_Uint8Array(mthis, array) native "AnalyserNode_getByteTimeDomainData_Callback_Uint8Array"; - static $getFloatFrequencyData_Callback(mthis, array) native "AnalyserNode_getFloatFrequencyData_Callback_RESOLVER_STRING_1_Float32Array"; + static getFloatFrequencyData_Callback_Float32Array(mthis, array) native "AnalyserNode_getFloatFrequencyData_Callback_Float32Array"; } class BlinkTimedItem { - static $activeDuration_Getter(mthis) native "TimedItem_activeDuration_Getter"; + static activeDuration_Getter(mthis) native "TimedItem_activeDuration_Getter"; - static $currentIteration_Getter(mthis) native "TimedItem_currentIteration_Getter"; + static currentIteration_Getter(mthis) native "TimedItem_currentIteration_Getter"; - static $duration_Getter(mthis) native "TimedItem_duration_Getter"; + static duration_Getter(mthis) native "TimedItem_duration_Getter"; - static $endTime_Getter(mthis) native "TimedItem_endTime_Getter"; + static endTime_Getter(mthis) native "TimedItem_endTime_Getter"; - static $localTime_Getter(mthis) native "TimedItem_localTime_Getter"; + static localTime_Getter(mthis) native "TimedItem_localTime_Getter"; - static $player_Getter(mthis) native "TimedItem_player_Getter"; + static player_Getter(mthis) native "TimedItem_player_Getter"; - static $startTime_Getter(mthis) native "TimedItem_startTime_Getter"; + static startTime_Getter(mthis) native "TimedItem_startTime_Getter"; } class BlinkAnimation { - static $_create_1constructorCallback(target, keyframes, timingInput) native "Animation_constructorCallback_RESOLVER_STRING_3_Element_sequence_Dictionary"; + static constructorCallback_Element_SEQ_Dictionary_SEQ_Dictionary(target, keyframes, timingInput) native "Animation_constructorCallback_Element_sequence_Dictionary"; - static $_create_2constructorCallback(target, keyframes, timingInput) native "Animation_constructorCallback_RESOLVER_STRING_3_Element_sequence_double"; + static constructorCallback_Element_SEQ_Dictionary_SEQ_double(target, keyframes, timingInput) native "Animation_constructorCallback_Element_sequence_double"; - static $_create_3constructorCallback(target, keyframes) native "Animation_constructorCallback_RESOLVER_STRING_2_Element_sequence"; + static constructorCallback_Element_SEQ_Dictionary_SEQ(target, keyframes) native "Animation_constructorCallback_Element_sequence"; } class BlinkApplicationCache { - static $status_Getter(mthis) native "ApplicationCache_status_Getter"; + static status_Getter(mthis) native "ApplicationCache_status_Getter"; - static $abort_Callback(mthis) native "ApplicationCache_abort_Callback_RESOLVER_STRING_0_"; + static abort_Callback(mthis) native "ApplicationCache_abort_Callback"; - static $swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback_RESOLVER_STRING_0_"; + static swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback"; - static $update_Callback(mthis) native "ApplicationCache_update_Callback_RESOLVER_STRING_0_"; + static update_Callback(mthis) native "ApplicationCache_update_Callback"; } class BlinkNode { - static $baseURI_Getter(mthis) native "Node_baseURI_Getter"; + static baseURI_Getter(mthis) native "Node_baseURI_Getter"; - static $childNodes_Getter(mthis) native "Node_childNodes_Getter"; + static childNodes_Getter(mthis) native "Node_childNodes_Getter"; - static $firstChild_Getter(mthis) native "Node_firstChild_Getter"; + static firstChild_Getter(mthis) native "Node_firstChild_Getter"; - static $lastChild_Getter(mthis) native "Node_lastChild_Getter"; + static lastChild_Getter(mthis) native "Node_lastChild_Getter"; - static $localName_Getter(mthis) native "Node_localName_Getter"; + static localName_Getter(mthis) native "Node_localName_Getter"; - static $namespaceURI_Getter(mthis) native "Node_namespaceURI_Getter"; + static namespaceURI_Getter(mthis) native "Node_namespaceURI_Getter"; - static $nextSibling_Getter(mthis) native "Node_nextSibling_Getter"; + static nextSibling_Getter(mthis) native "Node_nextSibling_Getter"; - static $nodeName_Getter(mthis) native "Node_nodeName_Getter"; + static nodeName_Getter(mthis) native "Node_nodeName_Getter"; - static $nodeType_Getter(mthis) native "Node_nodeType_Getter"; + static nodeType_Getter(mthis) native "Node_nodeType_Getter"; - static $nodeValue_Getter(mthis) native "Node_nodeValue_Getter"; + static nodeValue_Getter(mthis) native "Node_nodeValue_Getter"; - static $ownerDocument_Getter(mthis) native "Node_ownerDocument_Getter"; + static ownerDocument_Getter(mthis) native "Node_ownerDocument_Getter"; - static $parentElement_Getter(mthis) native "Node_parentElement_Getter"; + static parentElement_Getter(mthis) native "Node_parentElement_Getter"; - static $parentNode_Getter(mthis) native "Node_parentNode_Getter"; + static parentNode_Getter(mthis) native "Node_parentNode_Getter"; - static $previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; + static previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; - static $textContent_Getter(mthis) native "Node_textContent_Getter"; + static textContent_Getter(mthis) native "Node_textContent_Getter"; - static $textContent_Setter(mthis, value) native "Node_textContent_Setter"; + static textContent_Setter_DOMString(mthis, value) native "Node_textContent_Setter"; - static $appendChild_Callback(mthis, newChild) native "Node_appendChild_Callback"; + static appendChild_Callback_Node(mthis, newChild) native "Node_appendChild_Callback"; - static $cloneNode_Callback(mthis, deep) native "Node_cloneNode_Callback"; + static cloneNode_Callback_boolean(mthis, deep) native "Node_cloneNode_Callback"; - static $contains_Callback(mthis, other) native "Node_contains_Callback_RESOLVER_STRING_1_Node"; + static contains_Callback_Node(mthis, other) native "Node_contains_Callback_Node"; - static $hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback_RESOLVER_STRING_0_"; + static hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback"; - static $insertBefore_Callback(mthis, newChild, refChild) native "Node_insertBefore_Callback"; + static insertBefore_Callback_Node_Node(mthis, newChild, refChild) native "Node_insertBefore_Callback"; - static $removeChild_Callback(mthis, oldChild) native "Node_removeChild_Callback"; + static removeChild_Callback_Node(mthis, oldChild) native "Node_removeChild_Callback"; - static $replaceChild_Callback(mthis, newChild, oldChild) native "Node_replaceChild_Callback"; + static replaceChild_Callback_Node_Node(mthis, newChild, oldChild) native "Node_replaceChild_Callback"; } class BlinkAttr { - static $localName_Getter(mthis) native "Attr_localName_Getter"; + static localName_Getter(mthis) native "Attr_localName_Getter"; - static $name_Getter(mthis) native "Attr_name_Getter"; + static name_Getter(mthis) native "Attr_name_Getter"; - static $namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; + static namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; - static $value_Getter(mthis) native "Attr_value_Getter"; + static value_Getter(mthis) native "Attr_value_Getter"; - static $value_Setter(mthis, value) native "Attr_value_Setter"; + static value_Setter_DOMString(mthis, value) native "Attr_value_Setter"; } class BlinkAudioBuffer { - static $duration_Getter(mthis) native "AudioBuffer_duration_Getter"; + static duration_Getter(mthis) native "AudioBuffer_duration_Getter"; - static $length_Getter(mthis) native "AudioBuffer_length_Getter"; + static length_Getter(mthis) native "AudioBuffer_length_Getter"; - static $numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfChannels_Getter"; + static numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfChannels_Getter"; - static $sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Getter"; + static sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Getter"; - static $getChannelData_Callback(mthis, channelIndex) native "AudioBuffer_getChannelData_Callback_RESOLVER_STRING_1_unsigned long"; + static getChannelData_Callback_ul(mthis, channelIndex) native "AudioBuffer_getChannelData_Callback_unsigned long"; } class BlinkAudioSourceNode {} class BlinkAudioBufferSourceNode { - static $buffer_Getter(mthis) native "AudioBufferSourceNode_buffer_Getter"; + static buffer_Getter(mthis) native "AudioBufferSourceNode_buffer_Getter"; - static $buffer_Setter(mthis, value) native "AudioBufferSourceNode_buffer_Setter"; + static buffer_Setter_AudioBuffer(mthis, value) native "AudioBufferSourceNode_buffer_Setter"; - static $loop_Getter(mthis) native "AudioBufferSourceNode_loop_Getter"; + static loop_Getter(mthis) native "AudioBufferSourceNode_loop_Getter"; - static $loop_Setter(mthis, value) native "AudioBufferSourceNode_loop_Setter"; + static loop_Setter_boolean(mthis, value) native "AudioBufferSourceNode_loop_Setter"; - static $loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter"; + static loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter"; - static $loopEnd_Setter(mthis, value) native "AudioBufferSourceNode_loopEnd_Setter"; + static loopEnd_Setter_double(mthis, value) native "AudioBufferSourceNode_loopEnd_Setter"; - static $loopStart_Getter(mthis) native "AudioBufferSourceNode_loopStart_Getter"; + static loopStart_Getter(mthis) native "AudioBufferSourceNode_loopStart_Getter"; - static $loopStart_Setter(mthis, value) native "AudioBufferSourceNode_loopStart_Setter"; + static loopStart_Setter_double(mthis, value) native "AudioBufferSourceNode_loopStart_Setter"; - static $playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_Getter"; + static playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_Getter"; - static $noteGrainOn_Callback(mthis, when, grainOffset, grainDuration) native "AudioBufferSourceNode_noteGrainOn_Callback_RESOLVER_STRING_3_double_double_double"; + static noteGrainOn_Callback_double_double_double(mthis, when, grainOffset, grainDuration) native "AudioBufferSourceNode_noteGrainOn_Callback_double_double_double"; - static $noteOff_Callback(mthis, when) native "AudioBufferSourceNode_noteOff_Callback_RESOLVER_STRING_1_double"; + static noteOff_Callback_double(mthis, when) native "AudioBufferSourceNode_noteOff_Callback_double"; - static $noteOn_Callback(mthis, when) native "AudioBufferSourceNode_noteOn_Callback_RESOLVER_STRING_1_double"; + static noteOn_Callback_double(mthis, when) native "AudioBufferSourceNode_noteOn_Callback_double"; - static $_start_1_Callback(mthis, when, grainOffset, grainDuration) native "AudioBufferSourceNode_start_Callback_RESOLVER_STRING_3_double_double_double"; + static start_Callback_double_double_double(mthis, when, grainOffset, grainDuration) native "AudioBufferSourceNode_start_Callback_double_double_double"; - static $_start_2_Callback(mthis, when, grainOffset) native "AudioBufferSourceNode_start_Callback_RESOLVER_STRING_2_double_double"; + static start_Callback_double_double(mthis, when, grainOffset) native "AudioBufferSourceNode_start_Callback_double_double"; - static $_start_3_Callback(mthis, when) native "AudioBufferSourceNode_start_Callback_RESOLVER_STRING_1_double"; + static start_Callback_double(mthis, when) native "AudioBufferSourceNode_start_Callback_double"; - static $_start_4_Callback(mthis) native "AudioBufferSourceNode_start_Callback_RESOLVER_STRING_0_"; + static start_Callback(mthis) native "AudioBufferSourceNode_start_Callback"; - static $_stop_1_Callback(mthis, when) native "AudioBufferSourceNode_stop_Callback_RESOLVER_STRING_1_double"; + static stop_Callback_double(mthis, when) native "AudioBufferSourceNode_stop_Callback_double"; - static $_stop_2_Callback(mthis) native "AudioBufferSourceNode_stop_Callback_RESOLVER_STRING_0_"; + static stop_Callback(mthis) native "AudioBufferSourceNode_stop_Callback"; } class BlinkAudioContext { - static $_create_1constructorCallback() native "AudioContext_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "AudioContext_constructorCallback"; - static $currentTime_Getter(mthis) native "AudioContext_currentTime_Getter"; + static currentTime_Getter(mthis) native "AudioContext_currentTime_Getter"; - static $destination_Getter(mthis) native "AudioContext_destination_Getter"; + static destination_Getter(mthis) native "AudioContext_destination_Getter"; - static $listener_Getter(mthis) native "AudioContext_listener_Getter"; + static listener_Getter(mthis) native "AudioContext_listener_Getter"; - static $sampleRate_Getter(mthis) native "AudioContext_sampleRate_Getter"; + static sampleRate_Getter(mthis) native "AudioContext_sampleRate_Getter"; - static $createAnalyser_Callback(mthis) native "AudioContext_createAnalyser_Callback_RESOLVER_STRING_0_"; + static createAnalyser_Callback(mthis) native "AudioContext_createAnalyser_Callback"; - static $createBiquadFilter_Callback(mthis) native "AudioContext_createBiquadFilter_Callback_RESOLVER_STRING_0_"; + static createBiquadFilter_Callback(mthis) native "AudioContext_createBiquadFilter_Callback"; - static $createBuffer_Callback(mthis, numberOfChannels, numberOfFrames, sampleRate) native "AudioContext_createBuffer_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_float"; + static createBuffer_Callback_ul_ul_float(mthis, numberOfChannels, numberOfFrames, sampleRate) native "AudioContext_createBuffer_Callback_unsigned long_unsigned long_float"; - static $createBufferSource_Callback(mthis) native "AudioContext_createBufferSource_Callback_RESOLVER_STRING_0_"; + static createBufferSource_Callback(mthis) native "AudioContext_createBufferSource_Callback"; - static $_createChannelMerger_1_Callback(mthis, numberOfInputs) native "AudioContext_createChannelMerger_Callback_RESOLVER_STRING_1_unsigned long"; + static createChannelMerger_Callback_ul(mthis, numberOfInputs) native "AudioContext_createChannelMerger_Callback_unsigned long"; - static $_createChannelMerger_2_Callback(mthis) native "AudioContext_createChannelMerger_Callback_RESOLVER_STRING_0_"; + static createChannelMerger_Callback(mthis) native "AudioContext_createChannelMerger_Callback"; - static $_createChannelSplitter_1_Callback(mthis, numberOfOutputs) native "AudioContext_createChannelSplitter_Callback_RESOLVER_STRING_1_unsigned long"; + static createChannelSplitter_Callback_ul(mthis, numberOfOutputs) native "AudioContext_createChannelSplitter_Callback_unsigned long"; - static $_createChannelSplitter_2_Callback(mthis) native "AudioContext_createChannelSplitter_Callback_RESOLVER_STRING_0_"; + static createChannelSplitter_Callback(mthis) native "AudioContext_createChannelSplitter_Callback"; - static $createConvolver_Callback(mthis) native "AudioContext_createConvolver_Callback_RESOLVER_STRING_0_"; + static createConvolver_Callback(mthis) native "AudioContext_createConvolver_Callback"; - static $_createDelay_1_Callback(mthis, maxDelayTime) native "AudioContext_createDelay_Callback_RESOLVER_STRING_1_double"; + static createDelay_Callback_double(mthis, maxDelayTime) native "AudioContext_createDelay_Callback_double"; - static $_createDelay_2_Callback(mthis) native "AudioContext_createDelay_Callback_RESOLVER_STRING_0_"; + static createDelay_Callback(mthis) native "AudioContext_createDelay_Callback"; - static $createDynamicsCompressor_Callback(mthis) native "AudioContext_createDynamicsCompressor_Callback_RESOLVER_STRING_0_"; + static createDynamicsCompressor_Callback(mthis) native "AudioContext_createDynamicsCompressor_Callback"; - static $createGain_Callback(mthis) native "AudioContext_createGain_Callback_RESOLVER_STRING_0_"; + static createGain_Callback(mthis) native "AudioContext_createGain_Callback"; - static $createMediaElementSource_Callback(mthis, mediaElement) native "AudioContext_createMediaElementSource_Callback_RESOLVER_STRING_1_HTMLMediaElement"; + static createMediaElementSource_Callback_HTMLMediaElement(mthis, mediaElement) native "AudioContext_createMediaElementSource_Callback_HTMLMediaElement"; - static $createMediaStreamDestination_Callback(mthis) native "AudioContext_createMediaStreamDestination_Callback_RESOLVER_STRING_0_"; + static createMediaStreamDestination_Callback(mthis) native "AudioContext_createMediaStreamDestination_Callback"; - static $createMediaStreamSource_Callback(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback_RESOLVER_STRING_1_MediaStream"; + static createMediaStreamSource_Callback_MediaStream(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback_MediaStream"; - static $createOscillator_Callback(mthis) native "AudioContext_createOscillator_Callback_RESOLVER_STRING_0_"; + static createOscillator_Callback(mthis) native "AudioContext_createOscillator_Callback"; - static $createPanner_Callback(mthis) native "AudioContext_createPanner_Callback_RESOLVER_STRING_0_"; + static createPanner_Callback(mthis) native "AudioContext_createPanner_Callback"; - static $createPeriodicWave_Callback(mthis, real, imag) native "AudioContext_createPeriodicWave_Callback_RESOLVER_STRING_2_Float32Array_Float32Array"; + static createPeriodicWave_Callback_Float32Array_Float32Array(mthis, real, imag) native "AudioContext_createPeriodicWave_Callback_Float32Array_Float32Array"; - static $_createScriptProcessor_1_Callback(mthis, bufferSize, numberOfInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long"; + static createScriptProcessor_Callback_ul_ul_ul(mthis, bufferSize, numberOfInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Callback_unsigned long_unsigned long_unsigned long"; - static $_createScriptProcessor_2_Callback(mthis, bufferSize, numberOfInputChannels) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static createScriptProcessor_Callback_ul_ul(mthis, bufferSize, numberOfInputChannels) native "AudioContext_createScriptProcessor_Callback_unsigned long_unsigned long"; - static $_createScriptProcessor_3_Callback(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STRING_1_unsigned long"; + static createScriptProcessor_Callback_ul(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback_unsigned long"; - static $_createScriptProcessor_4_Callback(mthis) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STRING_0_"; + static createScriptProcessor_Callback(mthis) native "AudioContext_createScriptProcessor_Callback"; - static $createWaveShaper_Callback(mthis) native "AudioContext_createWaveShaper_Callback_RESOLVER_STRING_0_"; + static createWaveShaper_Callback(mthis) native "AudioContext_createWaveShaper_Callback"; - static $decodeAudioData_Callback(mthis, audioData, successCallback, errorCallback) native "AudioContext_decodeAudioData_Callback"; + static decodeAudioData_Callback_ArrayBuffer_AudioBufferCallback_AudioBufferCallback(mthis, audioData, successCallback, errorCallback) native "AudioContext_decodeAudioData_Callback"; - static $startRendering_Callback(mthis) native "AudioContext_startRendering_Callback_RESOLVER_STRING_0_"; + static startRendering_Callback(mthis) native "AudioContext_startRendering_Callback"; } class BlinkAudioDestinationNode { - static $maxChannelCount_Getter(mthis) native "AudioDestinationNode_maxChannelCount_Getter"; + static maxChannelCount_Getter(mthis) native "AudioDestinationNode_maxChannelCount_Getter"; } class BlinkAudioListener { - static $dopplerFactor_Getter(mthis) native "AudioListener_dopplerFactor_Getter"; + static dopplerFactor_Getter(mthis) native "AudioListener_dopplerFactor_Getter"; - static $dopplerFactor_Setter(mthis, value) native "AudioListener_dopplerFactor_Setter"; + static dopplerFactor_Setter_float(mthis, value) native "AudioListener_dopplerFactor_Setter"; - static $speedOfSound_Getter(mthis) native "AudioListener_speedOfSound_Getter"; + static speedOfSound_Getter(mthis) native "AudioListener_speedOfSound_Getter"; - static $speedOfSound_Setter(mthis, value) native "AudioListener_speedOfSound_Setter"; + static speedOfSound_Setter_float(mthis, value) native "AudioListener_speedOfSound_Setter"; - static $setOrientation_Callback(mthis, x, y, z, xUp, yUp, zUp) native "AudioListener_setOrientation_Callback_RESOLVER_STRING_6_float_float_float_float_float_float"; + 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 $setPosition_Callback(mthis, x, y, z) native "AudioListener_setPosition_Callback_RESOLVER_STRING_3_float_float_float"; + static setPosition_Callback_float_float_float(mthis, x, y, z) native "AudioListener_setPosition_Callback_float_float_float"; - static $setVelocity_Callback(mthis, x, y, z) native "AudioListener_setVelocity_Callback_RESOLVER_STRING_3_float_float_float"; + static setVelocity_Callback_float_float_float(mthis, x, y, z) native "AudioListener_setVelocity_Callback_float_float_float"; } class BlinkAudioParam { - static $defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter"; + static defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter"; - static $maxValue_Getter(mthis) native "AudioParam_maxValue_Getter"; + static maxValue_Getter(mthis) native "AudioParam_maxValue_Getter"; - static $minValue_Getter(mthis) native "AudioParam_minValue_Getter"; + static minValue_Getter(mthis) native "AudioParam_minValue_Getter"; - static $name_Getter(mthis) native "AudioParam_name_Getter"; + static name_Getter(mthis) native "AudioParam_name_Getter"; - static $units_Getter(mthis) native "AudioParam_units_Getter"; + static units_Getter(mthis) native "AudioParam_units_Getter"; - static $value_Getter(mthis) native "AudioParam_value_Getter"; + static value_Getter(mthis) native "AudioParam_value_Getter"; - static $value_Setter(mthis, value) native "AudioParam_value_Setter"; + static value_Setter_float(mthis, value) native "AudioParam_value_Setter"; - static $cancelScheduledValues_Callback(mthis, startTime) native "AudioParam_cancelScheduledValues_Callback_RESOLVER_STRING_1_double"; + static cancelScheduledValues_Callback_double(mthis, startTime) native "AudioParam_cancelScheduledValues_Callback_double"; - static $exponentialRampToValueAtTime_Callback(mthis, value, time) native "AudioParam_exponentialRampToValueAtTime_Callback_RESOLVER_STRING_2_float_double"; + static exponentialRampToValueAtTime_Callback_float_double(mthis, value, time) native "AudioParam_exponentialRampToValueAtTime_Callback_float_double"; - static $linearRampToValueAtTime_Callback(mthis, value, time) native "AudioParam_linearRampToValueAtTime_Callback_RESOLVER_STRING_2_float_double"; + static linearRampToValueAtTime_Callback_float_double(mthis, value, time) native "AudioParam_linearRampToValueAtTime_Callback_float_double"; - static $setTargetAtTime_Callback(mthis, target, time, timeConstant) native "AudioParam_setTargetAtTime_Callback_RESOLVER_STRING_3_float_double_double"; + static setTargetAtTime_Callback_float_double_double(mthis, target, time, timeConstant) native "AudioParam_setTargetAtTime_Callback_float_double_double"; - static $setValueAtTime_Callback(mthis, value, time) native "AudioParam_setValueAtTime_Callback_RESOLVER_STRING_2_float_double"; + static setValueAtTime_Callback_float_double(mthis, value, time) native "AudioParam_setValueAtTime_Callback_float_double"; - static $setValueCurveAtTime_Callback(mthis, values, time, duration) native "AudioParam_setValueCurveAtTime_Callback"; + static setValueCurveAtTime_Callback_Float32Array_double_double(mthis, values, time, duration) native "AudioParam_setValueCurveAtTime_Callback"; } class BlinkEvent { - static $bubbles_Getter(mthis) native "Event_bubbles_Getter"; + static bubbles_Getter(mthis) native "Event_bubbles_Getter"; - static $cancelable_Getter(mthis) native "Event_cancelable_Getter"; + static cancelable_Getter(mthis) native "Event_cancelable_Getter"; - static $clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; + static clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; - static $currentTarget_Getter(mthis) native "Event_currentTarget_Getter"; + static currentTarget_Getter(mthis) native "Event_currentTarget_Getter"; - static $defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Getter"; + static defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Getter"; - static $eventPhase_Getter(mthis) native "Event_eventPhase_Getter"; + static eventPhase_Getter(mthis) native "Event_eventPhase_Getter"; - static $path_Getter(mthis) native "Event_path_Getter"; + static path_Getter(mthis) native "Event_path_Getter"; - static $target_Getter(mthis) native "Event_target_Getter"; + static target_Getter(mthis) native "Event_target_Getter"; - static $timeStamp_Getter(mthis) native "Event_timeStamp_Getter"; + static timeStamp_Getter(mthis) native "Event_timeStamp_Getter"; - static $type_Getter(mthis) native "Event_type_Getter"; + static type_Getter(mthis) native "Event_type_Getter"; - static $initEvent_Callback(mthis, eventTypeArg, canBubbleArg, cancelableArg) native "Event_initEvent_Callback_RESOLVER_STRING_3_DOMString_boolean_boolean"; + static initEvent_Callback_DOMString_boolean_boolean(mthis, eventTypeArg, canBubbleArg, cancelableArg) native "Event_initEvent_Callback_DOMString_boolean_boolean"; - static $preventDefault_Callback(mthis) native "Event_preventDefault_Callback_RESOLVER_STRING_0_"; + static preventDefault_Callback(mthis) native "Event_preventDefault_Callback"; - static $stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePropagation_Callback_RESOLVER_STRING_0_"; + static stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePropagation_Callback"; - static $stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback_RESOLVER_STRING_0_"; + static stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback"; } class BlinkAudioProcessingEvent { - static $inputBuffer_Getter(mthis) native "AudioProcessingEvent_inputBuffer_Getter"; + static inputBuffer_Getter(mthis) native "AudioProcessingEvent_inputBuffer_Getter"; - static $outputBuffer_Getter(mthis) native "AudioProcessingEvent_outputBuffer_Getter"; + static outputBuffer_Getter(mthis) native "AudioProcessingEvent_outputBuffer_Getter"; } class BlinkAutocompleteErrorEvent { - static $reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter"; + static reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter"; } class BlinkBarProp { - static $visible_Getter(mthis) native "BarProp_visible_Getter"; + static visible_Getter(mthis) native "BarProp_visible_Getter"; } class BlinkBeforeLoadEvent {} class BlinkBeforeUnloadEvent { - static $returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter"; + static returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter"; - static $returnValue_Setter(mthis, value) native "BeforeUnloadEvent_returnValue_Setter"; + static returnValue_Setter_DOMString(mthis, value) native "BeforeUnloadEvent_returnValue_Setter"; } class BlinkBiquadFilterNode { - static $Q_Getter(mthis) native "BiquadFilterNode_Q_Getter"; + static Q_Getter(mthis) native "BiquadFilterNode_Q_Getter"; - static $detune_Getter(mthis) native "BiquadFilterNode_detune_Getter"; + static detune_Getter(mthis) native "BiquadFilterNode_detune_Getter"; - static $frequency_Getter(mthis) native "BiquadFilterNode_frequency_Getter"; + static frequency_Getter(mthis) native "BiquadFilterNode_frequency_Getter"; - static $gain_Getter(mthis) native "BiquadFilterNode_gain_Getter"; + static gain_Getter(mthis) native "BiquadFilterNode_gain_Getter"; - static $type_Getter(mthis) native "BiquadFilterNode_type_Getter"; + static type_Getter(mthis) native "BiquadFilterNode_type_Getter"; - static $type_Setter(mthis, value) native "BiquadFilterNode_type_Setter"; + static type_Setter_DOMString(mthis, value) native "BiquadFilterNode_type_Setter"; - static $getFrequencyResponse_Callback(mthis, frequencyHz, magResponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback_RESOLVER_STRING_3_Float32Array_Float32Array_Float32Array"; + static getFrequencyResponse_Callback_Float32Array_Float32Array_Float32Array(mthis, frequencyHz, magResponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback_Float32Array_Float32Array_Float32Array"; } class BlinkBlob { - static $constructorCallback(blobParts, type, endings) native "Blob_constructorCallback"; + static constructorCallback_Array_DOMString_DOMString(blobParts, type, endings) native "Blob_constructorCallback"; - static $size_Getter(mthis) native "Blob_size_Getter"; + static size_Getter(mthis) native "Blob_size_Getter"; - static $type_Getter(mthis) native "Blob_type_Getter"; + static type_Getter(mthis) native "Blob_type_Getter"; - static $_slice_1_Callback(mthis, start, end, contentType) native "Blob_slice_Callback_RESOLVER_STRING_3_long long_long long_DOMString"; + static slice_Callback_ll_ll_DOMString(mthis, start, end, contentType) native "Blob_slice_Callback_long long_long long_DOMString"; - static $_slice_2_Callback(mthis, start, end) native "Blob_slice_Callback_RESOLVER_STRING_2_long long_long long"; + static slice_Callback_ll_ll(mthis, start, end) native "Blob_slice_Callback_long long_long long"; - static $_slice_3_Callback(mthis, start) native "Blob_slice_Callback_RESOLVER_STRING_1_long long"; + static slice_Callback_ll(mthis, start) native "Blob_slice_Callback_long long"; - static $_slice_4_Callback(mthis) native "Blob_slice_Callback_RESOLVER_STRING_0_"; + static slice_Callback(mthis) native "Blob_slice_Callback"; } class BlinkChildNode { - static $nextElementSibling_Getter(mthis) native "ChildNode_nextElementSibling_Getter"; + static nextElementSibling_Getter(mthis) native "ChildNode_nextElementSibling_Getter"; - static $previousElementSibling_Getter(mthis) native "ChildNode_previousElementSibling_Getter"; + static previousElementSibling_Getter(mthis) native "ChildNode_previousElementSibling_Getter"; - static $remove_Callback(mthis) native "ChildNode_remove_Callback_RESOLVER_STRING_0_"; + static remove_Callback(mthis) native "ChildNode_remove_Callback"; } class BlinkCharacterData { - static $data_Getter(mthis) native "CharacterData_data_Getter"; + static data_Getter(mthis) native "CharacterData_data_Getter"; - static $data_Setter(mthis, value) native "CharacterData_data_Setter"; + static data_Setter_DOMString(mthis, value) native "CharacterData_data_Setter"; - static $length_Getter(mthis) native "CharacterData_length_Getter"; + static length_Getter(mthis) native "CharacterData_length_Getter"; - static $appendData_Callback(mthis, data) native "CharacterData_appendData_Callback_RESOLVER_STRING_1_DOMString"; + static appendData_Callback_DOMString(mthis, data) native "CharacterData_appendData_Callback_DOMString"; - static $deleteData_Callback(mthis, offset, length) native "CharacterData_deleteData_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static deleteData_Callback_ul_ul(mthis, offset, length) native "CharacterData_deleteData_Callback_unsigned long_unsigned long"; - static $insertData_Callback(mthis, offset, data) native "CharacterData_insertData_Callback_RESOLVER_STRING_2_unsigned long_DOMString"; + static insertData_Callback_ul_DOMString(mthis, offset, data) native "CharacterData_insertData_Callback_unsigned long_DOMString"; - static $replaceData_Callback(mthis, offset, length, data) native "CharacterData_replaceData_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_DOMString"; + static replaceData_Callback_ul_ul_DOMString(mthis, offset, length, data) native "CharacterData_replaceData_Callback_unsigned long_unsigned long_DOMString"; - static $substringData_Callback(mthis, offset, length) native "CharacterData_substringData_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static substringData_Callback_ul_ul(mthis, offset, length) native "CharacterData_substringData_Callback_unsigned long_unsigned long"; - static $nextElementSibling_Getter(mthis) native "CharacterData_nextElementSibling_Getter"; + static nextElementSibling_Getter(mthis) native "CharacterData_nextElementSibling_Getter"; - static $previousElementSibling_Getter(mthis) native "CharacterData_previousElementSibling_Getter"; + static previousElementSibling_Getter(mthis) native "CharacterData_previousElementSibling_Getter"; } class BlinkText { - static $wholeText_Getter(mthis) native "Text_wholeText_Getter"; + static wholeText_Getter(mthis) native "Text_wholeText_Getter"; - static $getDestinationInsertionPoints_Callback(mthis) native "Text_getDestinationInsertionPoints_Callback_RESOLVER_STRING_0_"; + static getDestinationInsertionPoints_Callback(mthis) native "Text_getDestinationInsertionPoints_Callback"; - static $splitText_Callback(mthis, offset) native "Text_splitText_Callback_RESOLVER_STRING_1_unsigned long"; + static splitText_Callback_ul(mthis, offset) native "Text_splitText_Callback_unsigned long"; } class BlinkCDATASection {} class BlinkCSS { - static $supports_Callback(mthis, property, value) native "CSS_supports_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static supports_Callback_DOMString_DOMString(mthis, property, value) native "CSS_supports_Callback_DOMString_DOMString"; - static $supportsCondition_Callback(mthis, conditionText) native "CSS_supports_Callback_RESOLVER_STRING_1_DOMString"; + static supports_Callback_DOMString(mthis, conditionText) native "CSS_supports_Callback_DOMString"; } class BlinkCSSRule { - static $cssText_Getter(mthis) native "CSSRule_cssText_Getter"; + static cssText_Getter(mthis) native "CSSRule_cssText_Getter"; - static $cssText_Setter(mthis, value) native "CSSRule_cssText_Setter"; + static cssText_Setter_DOMString(mthis, value) native "CSSRule_cssText_Setter"; - static $parentRule_Getter(mthis) native "CSSRule_parentRule_Getter"; + static parentRule_Getter(mthis) native "CSSRule_parentRule_Getter"; - static $parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_Getter"; + static parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_Getter"; - static $type_Getter(mthis) native "CSSRule_type_Getter"; + static type_Getter(mthis) native "CSSRule_type_Getter"; } class BlinkCSSCharsetRule { - static $encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter"; + static encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter"; - static $encoding_Setter(mthis, value) native "CSSCharsetRule_encoding_Setter"; + static encoding_Setter_DOMString(mthis, value) native "CSSCharsetRule_encoding_Setter"; } class BlinkCSSFontFaceLoadEvent { - static $fontfaces_Getter(mthis) native "CSSFontFaceLoadEvent_fontfaces_Getter"; + static fontfaces_Getter(mthis) native "CSSFontFaceLoadEvent_fontfaces_Getter"; } class BlinkCSSFontFaceRule { - static $style_Getter(mthis) native "CSSFontFaceRule_style_Getter"; + static style_Getter(mthis) native "CSSFontFaceRule_style_Getter"; } class BlinkCSSImportRule { - static $href_Getter(mthis) native "CSSImportRule_href_Getter"; + static href_Getter(mthis) native "CSSImportRule_href_Getter"; - static $media_Getter(mthis) native "CSSImportRule_media_Getter"; + static media_Getter(mthis) native "CSSImportRule_media_Getter"; - static $styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter"; + static styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter"; } class BlinkCSSKeyframeRule { - static $keyText_Getter(mthis) native "CSSKeyframeRule_keyText_Getter"; + static keyText_Getter(mthis) native "CSSKeyframeRule_keyText_Getter"; - static $keyText_Setter(mthis, value) native "CSSKeyframeRule_keyText_Setter"; + static keyText_Setter_DOMString(mthis, value) native "CSSKeyframeRule_keyText_Setter"; - static $style_Getter(mthis) native "CSSKeyframeRule_style_Getter"; + static style_Getter(mthis) native "CSSKeyframeRule_style_Getter"; } class BlinkCSSKeyframesRule { - static $cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules_Getter"; + static cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules_Getter"; - static $name_Getter(mthis) native "CSSKeyframesRule_name_Getter"; + static name_Getter(mthis) native "CSSKeyframesRule_name_Getter"; - static $name_Setter(mthis, value) native "CSSKeyframesRule_name_Setter"; + static name_Setter_DOMString(mthis, value) native "CSSKeyframesRule_name_Setter"; - static $__getter___Callback(mthis, index) native "CSSKeyframesRule___getter___Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_ul(mthis, index) native "CSSKeyframesRule___getter___Callback_unsigned long"; - static $deleteRule_Callback(mthis, key) native "CSSKeyframesRule_deleteRule_Callback_RESOLVER_STRING_1_DOMString"; + static deleteRule_Callback_DOMString(mthis, key) native "CSSKeyframesRule_deleteRule_Callback_DOMString"; - static $findRule_Callback(mthis, key) native "CSSKeyframesRule_findRule_Callback_RESOLVER_STRING_1_DOMString"; + static findRule_Callback_DOMString(mthis, key) native "CSSKeyframesRule_findRule_Callback_DOMString"; - static $insertRule_Callback(mthis, rule) native "CSSKeyframesRule_insertRule_Callback_RESOLVER_STRING_1_DOMString"; + static insertRule_Callback_DOMString(mthis, rule) native "CSSKeyframesRule_insertRule_Callback_DOMString"; } class BlinkCSSMediaRule { - static $cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter"; + static cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter"; - static $media_Getter(mthis) native "CSSMediaRule_media_Getter"; + static media_Getter(mthis) native "CSSMediaRule_media_Getter"; - static $deleteRule_Callback(mthis, index) native "CSSMediaRule_deleteRule_Callback_RESOLVER_STRING_1_unsigned long"; + static deleteRule_Callback_ul(mthis, index) native "CSSMediaRule_deleteRule_Callback_unsigned long"; - static $insertRule_Callback(mthis, rule, index) native "CSSMediaRule_insertRule_Callback_RESOLVER_STRING_2_DOMString_unsigned long"; + static insertRule_Callback_DOMString_ul(mthis, rule, index) native "CSSMediaRule_insertRule_Callback_DOMString_unsigned long"; } class BlinkCSSPageRule { - static $selectorText_Getter(mthis) native "CSSPageRule_selectorText_Getter"; + static selectorText_Getter(mthis) native "CSSPageRule_selectorText_Getter"; - static $selectorText_Setter(mthis, value) native "CSSPageRule_selectorText_Setter"; + static selectorText_Setter_DOMString(mthis, value) native "CSSPageRule_selectorText_Setter"; - static $style_Getter(mthis) native "CSSPageRule_style_Getter"; + static style_Getter(mthis) native "CSSPageRule_style_Getter"; } class BlinkCSSValue {} @@ -557,313 +557,309 @@ class BlinkCSSValue {} class BlinkCSSPrimitiveValue {} class BlinkCSSRuleList { - static $length_Getter(mthis) native "CSSRuleList_length_Getter"; + static length_Getter(mthis) native "CSSRuleList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "CSSRuleList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "CSSRuleList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "CSSRuleList_item_Callback_unsigned long"; } class BlinkCSSStyleDeclaration { - static $cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter"; + static cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter"; - static $cssText_Setter(mthis, value) native "CSSStyleDeclaration_cssText_Setter"; + static cssText_Setter_DOMString(mthis, value) native "CSSStyleDeclaration_cssText_Setter"; - static $length_Getter(mthis) native "CSSStyleDeclaration_length_Getter"; + static length_Getter(mthis) native "CSSStyleDeclaration_length_Getter"; - static $parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter"; + static parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter"; - static $__propertyQuery___Callback(mthis, name) native "CSSStyleDeclaration___propertyQuery___Callback_RESOLVER_STRING_1_DOMString"; + static $__propertyQuery___Callback_DOMString(mthis, name) native "CSSStyleDeclaration___propertyQuery___Callback_DOMString"; - static $__setter___Callback(mthis, propertyName, propertyValue) native "CSSStyleDeclaration___setter___Callback"; + static $__setter___Callback_DOMString_DOMString(mthis, propertyName, propertyValue) native "CSSStyleDeclaration___setter___Callback"; - static $getPropertyPriority_Callback(mthis, propertyName) native "CSSStyleDeclaration_getPropertyPriority_Callback_RESOLVER_STRING_1_DOMString"; + static getPropertyPriority_Callback_DOMString(mthis, propertyName) native "CSSStyleDeclaration_getPropertyPriority_Callback_DOMString"; - static $getPropertyValue_Callback(mthis, propertyName) native "CSSStyleDeclaration_getPropertyValue_Callback_RESOLVER_STRING_1_DOMString"; + static getPropertyValue_Callback_DOMString(mthis, propertyName) native "CSSStyleDeclaration_getPropertyValue_Callback_DOMString"; - static $item_Callback(mthis, index) native "CSSStyleDeclaration_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "CSSStyleDeclaration_item_Callback_unsigned long"; - static $removeProperty_Callback(mthis, propertyName) native "CSSStyleDeclaration_removeProperty_Callback_RESOLVER_STRING_1_DOMString"; + static removeProperty_Callback_DOMString(mthis, propertyName) native "CSSStyleDeclaration_removeProperty_Callback_DOMString"; - static $setProperty_Callback(mthis, propertyName, value, priority) native "CSSStyleDeclaration_setProperty_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString"; + static setProperty_Callback_DOMString_DOMString_DOMString(mthis, propertyName, value, priority) native "CSSStyleDeclaration_setProperty_Callback_DOMString_DOMString_DOMString"; } class BlinkCSSStyleRule { - static $selectorText_Getter(mthis) native "CSSStyleRule_selectorText_Getter"; + static selectorText_Getter(mthis) native "CSSStyleRule_selectorText_Getter"; - static $selectorText_Setter(mthis, value) native "CSSStyleRule_selectorText_Setter"; + static selectorText_Setter_DOMString(mthis, value) native "CSSStyleRule_selectorText_Setter"; - static $style_Getter(mthis) native "CSSStyleRule_style_Getter"; + static style_Getter(mthis) native "CSSStyleRule_style_Getter"; } class BlinkStyleSheet { - static $disabled_Getter(mthis) native "StyleSheet_disabled_Getter"; + static disabled_Getter(mthis) native "StyleSheet_disabled_Getter"; - static $disabled_Setter(mthis, value) native "StyleSheet_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "StyleSheet_disabled_Setter"; - static $href_Getter(mthis) native "StyleSheet_href_Getter"; + static href_Getter(mthis) native "StyleSheet_href_Getter"; - static $media_Getter(mthis) native "StyleSheet_media_Getter"; + static media_Getter(mthis) native "StyleSheet_media_Getter"; - static $ownerNode_Getter(mthis) native "StyleSheet_ownerNode_Getter"; + static ownerNode_Getter(mthis) native "StyleSheet_ownerNode_Getter"; - static $parentStyleSheet_Getter(mthis) native "StyleSheet_parentStyleSheet_Getter"; + static parentStyleSheet_Getter(mthis) native "StyleSheet_parentStyleSheet_Getter"; - static $title_Getter(mthis) native "StyleSheet_title_Getter"; + static title_Getter(mthis) native "StyleSheet_title_Getter"; - static $type_Getter(mthis) native "StyleSheet_type_Getter"; + static type_Getter(mthis) native "StyleSheet_type_Getter"; } class BlinkCSSStyleSheet { - static $cssRules_Getter(mthis) native "CSSStyleSheet_cssRules_Getter"; + static cssRules_Getter(mthis) native "CSSStyleSheet_cssRules_Getter"; - static $ownerRule_Getter(mthis) native "CSSStyleSheet_ownerRule_Getter"; + static ownerRule_Getter(mthis) native "CSSStyleSheet_ownerRule_Getter"; - static $rules_Getter(mthis) native "CSSStyleSheet_rules_Getter"; + static rules_Getter(mthis) native "CSSStyleSheet_rules_Getter"; - static $_addRule_1_Callback(mthis, selector, style, index) native "CSSStyleSheet_addRule_Callback_RESOLVER_STRING_3_DOMString_DOMString_unsigned long"; + static addRule_Callback_DOMString_DOMString_ul(mthis, selector, style, index) native "CSSStyleSheet_addRule_Callback_DOMString_DOMString_unsigned long"; - static $_addRule_2_Callback(mthis, selector, style) native "CSSStyleSheet_addRule_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static addRule_Callback_DOMString_DOMString(mthis, selector, style) native "CSSStyleSheet_addRule_Callback_DOMString_DOMString"; - static $deleteRule_Callback(mthis, index) native "CSSStyleSheet_deleteRule_Callback_RESOLVER_STRING_1_unsigned long"; + static deleteRule_Callback_ul(mthis, index) native "CSSStyleSheet_deleteRule_Callback_unsigned long"; - static $_insertRule_1_Callback(mthis, rule, index) native "CSSStyleSheet_insertRule_Callback_RESOLVER_STRING_2_DOMString_unsigned long"; + static insertRule_Callback_DOMString_ul(mthis, rule, index) native "CSSStyleSheet_insertRule_Callback_DOMString_unsigned long"; - static $_insertRule_2_Callback(mthis, rule) native "CSSStyleSheet_insertRule_Callback_RESOLVER_STRING_1_DOMString"; + static insertRule_Callback_DOMString(mthis, rule) native "CSSStyleSheet_insertRule_Callback_DOMString"; - static $removeRule_Callback(mthis, index) native "CSSStyleSheet_removeRule_Callback_RESOLVER_STRING_1_unsigned long"; + static removeRule_Callback_ul(mthis, index) native "CSSStyleSheet_removeRule_Callback_unsigned long"; } class BlinkCSSSupportsRule { - static $conditionText_Getter(mthis) native "CSSSupportsRule_conditionText_Getter"; + static conditionText_Getter(mthis) native "CSSSupportsRule_conditionText_Getter"; - static $cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_Getter"; + static cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_Getter"; - static $deleteRule_Callback(mthis, index) native "CSSSupportsRule_deleteRule_Callback_RESOLVER_STRING_1_unsigned long"; + static deleteRule_Callback_ul(mthis, index) native "CSSSupportsRule_deleteRule_Callback_unsigned long"; - static $insertRule_Callback(mthis, rule, index) native "CSSSupportsRule_insertRule_Callback_RESOLVER_STRING_2_DOMString_unsigned long"; + static insertRule_Callback_DOMString_ul(mthis, rule, index) native "CSSSupportsRule_insertRule_Callback_DOMString_unsigned long"; } class BlinkCSSUnknownRule {} class BlinkCSSValueList { - static $length_Getter(mthis) native "CSSValueList_length_Getter"; + static length_Getter(mthis) native "CSSValueList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "CSSValueList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "CSSValueList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "CSSValueList_item_Callback_unsigned long"; } class BlinkCSSViewportRule { - static $style_Getter(mthis) native "CSSViewportRule_style_Getter"; + static style_Getter(mthis) native "CSSViewportRule_style_Getter"; } class BlinkCanvas2DContextAttributes { - static $alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; + static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; - static $alpha_Setter(mthis, value) native "Canvas2DContextAttributes_alpha_Setter"; + static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_alpha_Setter"; } class BlinkCanvasGradient { - static $addColorStop_Callback(mthis, offset, color) native "CanvasGradient_addColorStop_Callback_RESOLVER_STRING_2_float_DOMString"; + static addColorStop_Callback_float_DOMString(mthis, offset, color) native "CanvasGradient_addColorStop_Callback_float_DOMString"; } class BlinkCanvasPattern {} class BlinkCanvasRenderingContext { - static $canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter"; + static canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter"; } class BlinkCanvasRenderingContext2D { - static $currentTransform_Getter(mthis) native "CanvasRenderingContext2D_currentTransform_Getter"; + static currentTransform_Getter(mthis) native "CanvasRenderingContext2D_currentTransform_Getter"; - static $currentTransform_Setter(mthis, value) native "CanvasRenderingContext2D_currentTransform_Setter"; + static currentTransform_Setter_SVGMatrix(mthis, value) native "CanvasRenderingContext2D_currentTransform_Setter"; - static $fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Getter"; + static fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Getter"; - static $fillStyle_Setter(mthis, value) native "CanvasRenderingContext2D_fillStyle_Setter"; + static fillStyle_Setter_object(mthis, value) native "CanvasRenderingContext2D_fillStyle_Setter"; - static $font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter"; + static font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter"; - static $font_Setter(mthis, value) native "CanvasRenderingContext2D_font_Setter"; + static font_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_font_Setter"; - static $globalAlpha_Getter(mthis) native "CanvasRenderingContext2D_globalAlpha_Getter"; + static globalAlpha_Getter(mthis) native "CanvasRenderingContext2D_globalAlpha_Getter"; - static $globalAlpha_Setter(mthis, value) native "CanvasRenderingContext2D_globalAlpha_Setter"; + static globalAlpha_Setter_float(mthis, value) native "CanvasRenderingContext2D_globalAlpha_Setter"; - static $globalCompositeOperation_Getter(mthis) native "CanvasRenderingContext2D_globalCompositeOperation_Getter"; + static globalCompositeOperation_Getter(mthis) native "CanvasRenderingContext2D_globalCompositeOperation_Getter"; - static $globalCompositeOperation_Setter(mthis, value) native "CanvasRenderingContext2D_globalCompositeOperation_Setter"; + static globalCompositeOperation_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_globalCompositeOperation_Setter"; - static $imageSmoothingEnabled_Getter(mthis) native "CanvasRenderingContext2D_imageSmoothingEnabled_Getter"; + static imageSmoothingEnabled_Getter(mthis) native "CanvasRenderingContext2D_imageSmoothingEnabled_Getter"; - static $imageSmoothingEnabled_Setter(mthis, value) native "CanvasRenderingContext2D_imageSmoothingEnabled_Setter"; + static imageSmoothingEnabled_Setter_boolean(mthis, value) native "CanvasRenderingContext2D_imageSmoothingEnabled_Setter"; - static $lineCap_Getter(mthis) native "CanvasRenderingContext2D_lineCap_Getter"; + static lineCap_Getter(mthis) native "CanvasRenderingContext2D_lineCap_Getter"; - static $lineCap_Setter(mthis, value) native "CanvasRenderingContext2D_lineCap_Setter"; + static lineCap_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_lineCap_Setter"; - static $lineDashOffset_Getter(mthis) native "CanvasRenderingContext2D_lineDashOffset_Getter"; + static lineDashOffset_Getter(mthis) native "CanvasRenderingContext2D_lineDashOffset_Getter"; - static $lineDashOffset_Setter(mthis, value) native "CanvasRenderingContext2D_lineDashOffset_Setter"; + static lineDashOffset_Setter_float(mthis, value) native "CanvasRenderingContext2D_lineDashOffset_Setter"; - static $lineJoin_Getter(mthis) native "CanvasRenderingContext2D_lineJoin_Getter"; + static lineJoin_Getter(mthis) native "CanvasRenderingContext2D_lineJoin_Getter"; - static $lineJoin_Setter(mthis, value) native "CanvasRenderingContext2D_lineJoin_Setter"; + static lineJoin_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_lineJoin_Setter"; - static $lineWidth_Getter(mthis) native "CanvasRenderingContext2D_lineWidth_Getter"; + static lineWidth_Getter(mthis) native "CanvasRenderingContext2D_lineWidth_Getter"; - static $lineWidth_Setter(mthis, value) native "CanvasRenderingContext2D_lineWidth_Setter"; + static lineWidth_Setter_float(mthis, value) native "CanvasRenderingContext2D_lineWidth_Setter"; - static $miterLimit_Getter(mthis) native "CanvasRenderingContext2D_miterLimit_Getter"; + static miterLimit_Getter(mthis) native "CanvasRenderingContext2D_miterLimit_Getter"; - static $miterLimit_Setter(mthis, value) native "CanvasRenderingContext2D_miterLimit_Setter"; + static miterLimit_Setter_float(mthis, value) native "CanvasRenderingContext2D_miterLimit_Setter"; - static $shadowBlur_Getter(mthis) native "CanvasRenderingContext2D_shadowBlur_Getter"; + static shadowBlur_Getter(mthis) native "CanvasRenderingContext2D_shadowBlur_Getter"; - static $shadowBlur_Setter(mthis, value) native "CanvasRenderingContext2D_shadowBlur_Setter"; + static shadowBlur_Setter_float(mthis, value) native "CanvasRenderingContext2D_shadowBlur_Setter"; - static $shadowColor_Getter(mthis) native "CanvasRenderingContext2D_shadowColor_Getter"; + static shadowColor_Getter(mthis) native "CanvasRenderingContext2D_shadowColor_Getter"; - static $shadowColor_Setter(mthis, value) native "CanvasRenderingContext2D_shadowColor_Setter"; + static shadowColor_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_shadowColor_Setter"; - static $shadowOffsetX_Getter(mthis) native "CanvasRenderingContext2D_shadowOffsetX_Getter"; + static shadowOffsetX_Getter(mthis) native "CanvasRenderingContext2D_shadowOffsetX_Getter"; - static $shadowOffsetX_Setter(mthis, value) native "CanvasRenderingContext2D_shadowOffsetX_Setter"; + static shadowOffsetX_Setter_float(mthis, value) native "CanvasRenderingContext2D_shadowOffsetX_Setter"; - static $shadowOffsetY_Getter(mthis) native "CanvasRenderingContext2D_shadowOffsetY_Getter"; + static shadowOffsetY_Getter(mthis) native "CanvasRenderingContext2D_shadowOffsetY_Getter"; - static $shadowOffsetY_Setter(mthis, value) native "CanvasRenderingContext2D_shadowOffsetY_Setter"; + static shadowOffsetY_Setter_float(mthis, value) native "CanvasRenderingContext2D_shadowOffsetY_Setter"; - static $strokeStyle_Getter(mthis) native "CanvasRenderingContext2D_strokeStyle_Getter"; + static strokeStyle_Getter(mthis) native "CanvasRenderingContext2D_strokeStyle_Getter"; - static $strokeStyle_Setter(mthis, value) native "CanvasRenderingContext2D_strokeStyle_Setter"; + static strokeStyle_Setter_object(mthis, value) native "CanvasRenderingContext2D_strokeStyle_Setter"; - static $textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Getter"; + static textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Getter"; - static $textAlign_Setter(mthis, value) native "CanvasRenderingContext2D_textAlign_Setter"; + static textAlign_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_textAlign_Setter"; - static $textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaseline_Getter"; + static textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaseline_Getter"; - static $textBaseline_Setter(mthis, value) native "CanvasRenderingContext2D_textBaseline_Setter"; + static textBaseline_Setter_DOMString(mthis, value) native "CanvasRenderingContext2D_textBaseline_Setter"; - static $arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callback_RESOLVER_STRING_6_float_float_float_float_float_boolean"; + 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 $arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "CanvasRenderingContext2D_arcTo_Callback_RESOLVER_STRING_5_float_float_float_float_float"; + static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, radius) native "CanvasRenderingContext2D_arcTo_Callback_float_float_float_float_float"; - static $beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Callback_RESOLVER_STRING_0_"; + static beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_Callback"; - static $bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "CanvasRenderingContext2D_bezierCurveTo_Callback_RESOLVER_STRING_6_float_float_float_float_float_float"; + 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 $clearRect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_clearRect_Callback_RESOLVER_STRING_4_float_float_float_float"; + static clearRect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_clearRect_Callback_float_float_float_float"; - static $_clip_1_Callback(mthis, winding) native "CanvasRenderingContext2D_clip_Callback_RESOLVER_STRING_1_DOMString"; + static clip_Callback_DOMString(mthis, winding) native "CanvasRenderingContext2D_clip_Callback_DOMString"; - static $_clip_2_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback_RESOLVER_STRING_0_"; + static clip_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback"; - static $closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_Callback_RESOLVER_STRING_0_"; + static closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_Callback"; - static $createImageData_Callback(mthis, sw, sh) native "CanvasRenderingContext2D_createImageData_Callback_RESOLVER_STRING_2_float_float"; + static createImageData_Callback_float_float(mthis, sw, sh) native "CanvasRenderingContext2D_createImageData_Callback_float_float"; - static $createImageDataFromImageData_Callback(mthis, imagedata) native "CanvasRenderingContext2D_createImageData_Callback_RESOLVER_STRING_1_ImageData"; + static createImageData_Callback_ImageData(mthis, imagedata) native "CanvasRenderingContext2D_createImageData_Callback_ImageData"; - static $createLinearGradient_Callback(mthis, x0, y0, x1, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback_RESOLVER_STRING_4_float_float_float_float"; + static createLinearGradient_Callback_float_float_float_float(mthis, x0, y0, x1, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback_float_float_float_float"; - static $createPattern_Callback(mthis, canvas, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_RESOLVER_STRING_2_HTMLCanvasElement_DOMString"; + static createPattern_Callback_HTMLCanvasElement_DOMString(mthis, canvas, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLCanvasElement_DOMString"; - static $createPatternFromImage_Callback(mthis, image, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_RESOLVER_STRING_2_HTMLImageElement_DOMString"; + static createPattern_Callback_HTMLImageElement_DOMString(mthis, image, repetitionType) native "CanvasRenderingContext2D_createPattern_Callback_HTMLImageElement_DOMString"; - static $createRadialGradient_Callback(mthis, x0, y0, r0, x1, y1, r1) native "CanvasRenderingContext2D_createRadialGradient_Callback_RESOLVER_STRING_6_float_float_float_float_float_float"; + 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 $drawCustomFocusRing_Callback(mthis, element) native "CanvasRenderingContext2D_drawCustomFocusRing_Callback_RESOLVER_STRING_1_Element"; + static drawCustomFocusRing_Callback_Element(mthis, element) native "CanvasRenderingContext2D_drawCustomFocusRing_Callback_Element"; - static $_drawImage_1_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_3_HTMLImageElement_float_float"; + 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 $_drawImage_2_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLImageElement_float_float_float_float"; + 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 $_drawImage_3_Callback(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_RESOLVER_STRING_9_HTMLImageElement_float_float_float_float_float_float_float_float"; + 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_4_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_3_HTMLCanvasElement_float_float"; + 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_5_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLCanvasElement_float_float_float_float"; + 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_6_Callback(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_RESOLVER_STRING_9_HTMLCanvasElement_float_float_float_float_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_7_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_3_HTMLVideoElement_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_8_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLVideoElement_float_float_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_9_Callback(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_RESOLVER_STRING_9_HTMLVideoElement_float_float_float_float_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_10_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_3_ImageBitmap_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_11_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_ImageBitmap_float_float_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_12_Callback(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_RESOLVER_STRING_9_ImageBitmap_float_float_float_float_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 $ellipse_Callback(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_ellipse_Callback_RESOLVER_STRING_8_float_float_float_float_float_float_float_boolean"; + 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 $_fill_1_Callback(mthis, winding) native "CanvasRenderingContext2D_fill_Callback_RESOLVER_STRING_1_DOMString"; + static fill_Callback_DOMString(mthis, winding) native "CanvasRenderingContext2D_fill_Callback_DOMString"; - static $_fill_2_Callback(mthis) native "CanvasRenderingContext2D_fill_Callback_RESOLVER_STRING_0_"; + static fill_Callback(mthis) native "CanvasRenderingContext2D_fill_Callback"; - static $fillRect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_fillRect_Callback_RESOLVER_STRING_4_float_float_float_float"; + static fillRect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_fillRect_Callback_float_float_float_float"; - static $_fillText_1_Callback(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_fillText_Callback_RESOLVER_STRING_4_DOMString_float_float_float"; + static fillText_Callback_DOMString_float_float_float(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_fillText_Callback_DOMString_float_float_float"; - static $_fillText_2_Callback(mthis, text, x, y) native "CanvasRenderingContext2D_fillText_Callback_RESOLVER_STRING_3_DOMString_float_float"; + static fillText_Callback_DOMString_float_float(mthis, text, x, y) native "CanvasRenderingContext2D_fillText_Callback_DOMString_float_float"; - static $getContextAttributes_Callback(mthis) native "CanvasRenderingContext2D_getContextAttributes_Callback_RESOLVER_STRING_0_"; + static getContextAttributes_Callback(mthis) native "CanvasRenderingContext2D_getContextAttributes_Callback"; - static $getImageData_Callback(mthis, sx, sy, sw, sh) native "CanvasRenderingContext2D_getImageData_Callback_RESOLVER_STRING_4_float_float_float_float"; + static getImageData_Callback_float_float_float_float(mthis, sx, sy, sw, sh) native "CanvasRenderingContext2D_getImageData_Callback_float_float_float_float"; - static $getLineDash_Callback(mthis) native "CanvasRenderingContext2D_getLineDash_Callback_RESOLVER_STRING_0_"; + static getLineDash_Callback(mthis) native "CanvasRenderingContext2D_getLineDash_Callback"; - static $_isPointInPath_1_Callback(mthis, x, y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_3_float_float_DOMString"; + static isPointInPath_Callback_float_float_DOMString(mthis, x, y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback_float_float_DOMString"; - static $_isPointInPath_2_Callback(mthis, x, y) native "CanvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_2_float_float"; + static isPointInPath_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2D_isPointInPath_Callback_float_float"; - static $isPointInStroke_Callback(mthis, x, y) native "CanvasRenderingContext2D_isPointInStroke_Callback_RESOLVER_STRING_2_float_float"; + static isPointInStroke_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2D_isPointInStroke_Callback_float_float"; - static $lineTo_Callback(mthis, x, y) native "CanvasRenderingContext2D_lineTo_Callback_RESOLVER_STRING_2_float_float"; + static lineTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2D_lineTo_Callback_float_float"; - static $measureText_Callback(mthis, text) native "CanvasRenderingContext2D_measureText_Callback_RESOLVER_STRING_1_DOMString"; + static measureText_Callback_DOMString(mthis, text) native "CanvasRenderingContext2D_measureText_Callback_DOMString"; - static $moveTo_Callback(mthis, x, y) native "CanvasRenderingContext2D_moveTo_Callback_RESOLVER_STRING_2_float_float"; + static moveTo_Callback_float_float(mthis, x, y) native "CanvasRenderingContext2D_moveTo_Callback_float_float"; - static $_putImageData_1_Callback(mthis, imagedata, dx, dy) native "CanvasRenderingContext2D_putImageData_Callback_RESOLVER_STRING_3_ImageData_float_float"; + static putImageData_Callback_ImageData_float_float(mthis, imagedata, dx, dy) native "CanvasRenderingContext2D_putImageData_Callback_ImageData_float_float"; - static $_putImageData_2_Callback(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingContext2D_putImageData_Callback_RESOLVER_STRING_7_ImageData_float_float_float_float_float_float"; + 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 $quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_RESOLVER_STRING_4_float_float_float_float"; + static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_float_float_float_float"; - static $rect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_rect_Callback_RESOLVER_STRING_4_float_float_float_float"; + static rect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_rect_Callback_float_float_float_float"; - static $resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTransform_Callback_RESOLVER_STRING_0_"; + static resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetTransform_Callback"; - static $restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callback_RESOLVER_STRING_0_"; + static restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callback"; - static $rotate_Callback(mthis, angle) native "CanvasRenderingContext2D_rotate_Callback_RESOLVER_STRING_1_float"; + static rotate_Callback_float(mthis, angle) native "CanvasRenderingContext2D_rotate_Callback_float"; - static $save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback_RESOLVER_STRING_0_"; + static save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback"; - static $scale_Callback(mthis, sx, sy) native "CanvasRenderingContext2D_scale_Callback_RESOLVER_STRING_2_float_float"; + static scale_Callback_float_float(mthis, sx, sy) native "CanvasRenderingContext2D_scale_Callback_float_float"; - static $setLineDash_Callback(mthis, dash) native "CanvasRenderingContext2D_setLineDash_Callback_RESOLVER_STRING_1_sequence"; + static setLineDash_Callback_SEQ_float_SEQ(mthis, dash) native "CanvasRenderingContext2D_setLineDash_Callback_sequence"; - static $setTransform_Callback(mthis, m11, m12, m21, m22, dx, dy) native "CanvasRenderingContext2D_setTransform_Callback_RESOLVER_STRING_6_float_float_float_float_float_float"; + static setTransform_Callback_float_float_float_float_float_float(mthis, m11, m12, m21, m22, dx, dy) native "CanvasRenderingContext2D_setTransform_Callback_float_float_float_float_float_float"; - static $stroke_Callback(mthis) native "CanvasRenderingContext2D_stroke_Callback_RESOLVER_STRING_0_"; + static stroke_Callback(mthis) native "CanvasRenderingContext2D_stroke_Callback"; - static $strokeRect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_strokeRect_Callback_RESOLVER_STRING_4_float_float_float_float"; + static strokeRect_Callback_float_float_float_float(mthis, x, y, width, height) native "CanvasRenderingContext2D_strokeRect_Callback_float_float_float_float"; - static $_strokeText_1_Callback(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_strokeText_Callback_RESOLVER_STRING_4_DOMString_float_float_float"; + static strokeText_Callback_DOMString_float_float_float(mthis, text, x, y, maxWidth) native "CanvasRenderingContext2D_strokeText_Callback_DOMString_float_float_float"; - static $_strokeText_2_Callback(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback_RESOLVER_STRING_3_DOMString_float_float"; + static strokeText_Callback_DOMString_float_float(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback_DOMString_float_float"; - static $transform_Callback(mthis, m11, m12, m21, m22, dx, dy) native "CanvasRenderingContext2D_transform_Callback_RESOLVER_STRING_6_float_float_float_float_float_float"; + static transform_Callback_float_float_float_float_float_float(mthis, m11, m12, m21, m22, dx, dy) native "CanvasRenderingContext2D_transform_Callback_float_float_float_float_float_float"; - static $translate_Callback(mthis, tx, ty) native "CanvasRenderingContext2D_translate_Callback_RESOLVER_STRING_2_float_float"; + static translate_Callback_float_float(mthis, tx, ty) native "CanvasRenderingContext2D_translate_Callback_float_float"; } class BlinkChannelMergerNode {} @@ -871,469 +867,461 @@ class BlinkChannelMergerNode {} class BlinkChannelSplitterNode {} class BlinkClientRect { - static $bottom_Getter(mthis) native "ClientRect_bottom_Getter"; + static bottom_Getter(mthis) native "ClientRect_bottom_Getter"; - static $height_Getter(mthis) native "ClientRect_height_Getter"; + static height_Getter(mthis) native "ClientRect_height_Getter"; - static $left_Getter(mthis) native "ClientRect_left_Getter"; + static left_Getter(mthis) native "ClientRect_left_Getter"; - static $right_Getter(mthis) native "ClientRect_right_Getter"; + static right_Getter(mthis) native "ClientRect_right_Getter"; - static $top_Getter(mthis) native "ClientRect_top_Getter"; + static top_Getter(mthis) native "ClientRect_top_Getter"; - static $width_Getter(mthis) native "ClientRect_width_Getter"; + static width_Getter(mthis) native "ClientRect_width_Getter"; } class BlinkClientRectList { - static $length_Getter(mthis) native "ClientRectList_length_Getter"; + static length_Getter(mthis) native "ClientRectList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "ClientRectList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "ClientRectList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "ClientRectList_item_Callback_unsigned long"; } class BlinkClipboard { - static $dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter"; + static dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter"; - static $dropEffect_Setter(mthis, value) native "DataTransfer_dropEffect_Setter"; + static dropEffect_Setter_DOMString(mthis, value) native "DataTransfer_dropEffect_Setter"; - static $effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_Getter"; + static effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_Getter"; - static $effectAllowed_Setter(mthis, value) native "DataTransfer_effectAllowed_Setter"; + static effectAllowed_Setter_DOMString(mthis, value) native "DataTransfer_effectAllowed_Setter"; - static $files_Getter(mthis) native "DataTransfer_files_Getter"; + static files_Getter(mthis) native "DataTransfer_files_Getter"; - static $items_Getter(mthis) native "DataTransfer_items_Getter"; + static items_Getter(mthis) native "DataTransfer_items_Getter"; - static $types_Getter(mthis) native "DataTransfer_types_Getter"; + static types_Getter(mthis) native "DataTransfer_types_Getter"; - static $_clearData_1_Callback(mthis, type) native "DataTransfer_clearData_Callback_RESOLVER_STRING_1_DOMString"; + static clearData_Callback_DOMString(mthis, type) native "DataTransfer_clearData_Callback_DOMString"; - static $_clearData_2_Callback(mthis) native "DataTransfer_clearData_Callback_RESOLVER_STRING_0_"; + static clearData_Callback(mthis) native "DataTransfer_clearData_Callback"; - static $getData_Callback(mthis, type) native "DataTransfer_getData_Callback_RESOLVER_STRING_1_DOMString"; + static getData_Callback_DOMString(mthis, type) native "DataTransfer_getData_Callback_DOMString"; - static $setData_Callback(mthis, type, data) native "DataTransfer_setData_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static setData_Callback_DOMString_DOMString(mthis, type, data) native "DataTransfer_setData_Callback_DOMString_DOMString"; - static $setDragImage_Callback(mthis, image, x, y) native "DataTransfer_setDragImage_Callback_RESOLVER_STRING_3_Element_long_long"; + static setDragImage_Callback_Element_long_long(mthis, image, x, y) native "DataTransfer_setDragImage_Callback_Element_long_long"; } class BlinkCloseEvent { - static $code_Getter(mthis) native "CloseEvent_code_Getter"; + static code_Getter(mthis) native "CloseEvent_code_Getter"; - static $reason_Getter(mthis) native "CloseEvent_reason_Getter"; + static reason_Getter(mthis) native "CloseEvent_reason_Getter"; - static $wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; + static wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; } class BlinkComment { - static $_create_1constructorCallback(data) native "Comment_constructorCallback_RESOLVER_STRING_1_DOMString"; + static constructorCallback_DOMString(data) native "Comment_constructorCallback_DOMString"; } class BlinkUIEvent { - static $charCode_Getter(mthis) native "UIEvent_charCode_Getter"; + static charCode_Getter(mthis) native "UIEvent_charCode_Getter"; - static $detail_Getter(mthis) native "UIEvent_detail_Getter"; + static detail_Getter(mthis) native "UIEvent_detail_Getter"; - static $keyCode_Getter(mthis) native "UIEvent_keyCode_Getter"; + static keyCode_Getter(mthis) native "UIEvent_keyCode_Getter"; - static $layerX_Getter(mthis) native "UIEvent_layerX_Getter"; + static layerX_Getter(mthis) native "UIEvent_layerX_Getter"; - static $layerY_Getter(mthis) native "UIEvent_layerY_Getter"; + static layerY_Getter(mthis) native "UIEvent_layerY_Getter"; - static $pageX_Getter(mthis) native "UIEvent_pageX_Getter"; + static pageX_Getter(mthis) native "UIEvent_pageX_Getter"; - static $pageY_Getter(mthis) native "UIEvent_pageY_Getter"; + static pageY_Getter(mthis) native "UIEvent_pageY_Getter"; - static $view_Getter(mthis) native "UIEvent_view_Getter"; + static view_Getter(mthis) native "UIEvent_view_Getter"; - static $which_Getter(mthis) native "UIEvent_which_Getter"; + static which_Getter(mthis) native "UIEvent_which_Getter"; - static $initUIEvent_Callback(mthis, type, canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback_RESOLVER_STRING_5_DOMString_boolean_boolean_Window_long"; + static initUIEvent_Callback_DOMString_boolean_boolean_Window_long(mthis, type, canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback_DOMString_boolean_boolean_Window_long"; } class BlinkCompositionEvent { - static $activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEnd_Getter"; + static activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentEnd_Getter"; - static $activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegmentStart_Getter"; + static activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegmentStart_Getter"; - static $data_Getter(mthis) native "CompositionEvent_data_Getter"; + static data_Getter(mthis) native "CompositionEvent_data_Getter"; - static $initCompositionEvent_Callback(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "CompositionEvent_initCompositionEvent_Callback_RESOLVER_STRING_5_DOMString_boolean_boolean_Window_DOMString"; + static initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMString(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "CompositionEvent_initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMString"; } class BlinkConsoleBase { - static $assertCondition_Callback(mthis, condition, arg) native "ConsoleBase_assert_Callback_RESOLVER_STRING_2_boolean_object"; + static assertCondition_Callback_boolean_object(mthis, condition, arg) native "ConsoleBase_assert_Callback_boolean_object"; - static $clear_Callback(mthis, arg) native "ConsoleBase_clear_Callback_RESOLVER_STRING_1_object"; + static clear_Callback_object(mthis, arg) native "ConsoleBase_clear_Callback_object"; - static $count_Callback(mthis, arg) native "ConsoleBase_count_Callback_RESOLVER_STRING_1_object"; + static count_Callback_object(mthis, arg) native "ConsoleBase_count_Callback_object"; - static $debug_Callback(mthis, arg) native "ConsoleBase_debug_Callback_RESOLVER_STRING_1_object"; + static debug_Callback_object(mthis, arg) native "ConsoleBase_debug_Callback_object"; - static $dir_Callback(mthis, arg) native "ConsoleBase_dir_Callback_RESOLVER_STRING_1_object"; + static dir_Callback_object(mthis, arg) native "ConsoleBase_dir_Callback_object"; - static $dirxml_Callback(mthis, arg) native "ConsoleBase_dirxml_Callback_RESOLVER_STRING_1_object"; + static dirxml_Callback_object(mthis, arg) native "ConsoleBase_dirxml_Callback_object"; - static $error_Callback(mthis, arg) native "ConsoleBase_error_Callback_RESOLVER_STRING_1_object"; + static error_Callback_object(mthis, arg) native "ConsoleBase_error_Callback_object"; - static $group_Callback(mthis, arg) native "ConsoleBase_group_Callback_RESOLVER_STRING_1_object"; + static group_Callback_object(mthis, arg) native "ConsoleBase_group_Callback_object"; - static $groupCollapsed_Callback(mthis, arg) native "ConsoleBase_groupCollapsed_Callback_RESOLVER_STRING_1_object"; + static groupCollapsed_Callback_object(mthis, arg) native "ConsoleBase_groupCollapsed_Callback_object"; - static $groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callback_RESOLVER_STRING_0_"; + static groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callback"; - static $info_Callback(mthis, arg) native "ConsoleBase_info_Callback_RESOLVER_STRING_1_object"; + static info_Callback_object(mthis, arg) native "ConsoleBase_info_Callback_object"; - static $log_Callback(mthis, arg) native "ConsoleBase_log_Callback_RESOLVER_STRING_1_object"; + static log_Callback_object(mthis, arg) native "ConsoleBase_log_Callback_object"; - static $markTimeline_Callback(mthis, title) native "ConsoleBase_markTimeline_Callback_RESOLVER_STRING_1_DOMString"; + static markTimeline_Callback_DOMString(mthis, title) native "ConsoleBase_markTimeline_Callback_DOMString"; - static $profile_Callback(mthis, title) native "ConsoleBase_profile_Callback_RESOLVER_STRING_1_DOMString"; + static profile_Callback_DOMString(mthis, title) native "ConsoleBase_profile_Callback_DOMString"; - static $profileEnd_Callback(mthis, title) native "ConsoleBase_profileEnd_Callback_RESOLVER_STRING_1_DOMString"; + static profileEnd_Callback_DOMString(mthis, title) native "ConsoleBase_profileEnd_Callback_DOMString"; - static $table_Callback(mthis, arg) native "ConsoleBase_table_Callback_RESOLVER_STRING_1_object"; + static table_Callback_object(mthis, arg) native "ConsoleBase_table_Callback_object"; - static $time_Callback(mthis, title) native "ConsoleBase_time_Callback_RESOLVER_STRING_1_DOMString"; + static time_Callback_DOMString(mthis, title) native "ConsoleBase_time_Callback_DOMString"; - static $timeEnd_Callback(mthis, title) native "ConsoleBase_timeEnd_Callback_RESOLVER_STRING_1_DOMString"; + static timeEnd_Callback_DOMString(mthis, title) native "ConsoleBase_timeEnd_Callback_DOMString"; - static $timeStamp_Callback(mthis, title) native "ConsoleBase_timeStamp_Callback_RESOLVER_STRING_1_DOMString"; + static timeStamp_Callback_DOMString(mthis, title) native "ConsoleBase_timeStamp_Callback_DOMString"; - static $timeline_Callback(mthis, title) native "ConsoleBase_timeline_Callback_RESOLVER_STRING_1_DOMString"; + static timeline_Callback_DOMString(mthis, title) native "ConsoleBase_timeline_Callback_DOMString"; - static $timelineEnd_Callback(mthis, title) native "ConsoleBase_timelineEnd_Callback_RESOLVER_STRING_1_DOMString"; + static timelineEnd_Callback_DOMString(mthis, title) native "ConsoleBase_timelineEnd_Callback_DOMString"; - static $trace_Callback(mthis, arg) native "ConsoleBase_trace_Callback_RESOLVER_STRING_1_object"; + static trace_Callback_object(mthis, arg) native "ConsoleBase_trace_Callback_object"; - static $warn_Callback(mthis, arg) native "ConsoleBase_warn_Callback_RESOLVER_STRING_1_object"; + static warn_Callback_object(mthis, arg) native "ConsoleBase_warn_Callback_object"; } class BlinkConsole { - static $memory_Getter(mthis) native "Console_memory_Getter"; + static memory_Getter(mthis) native "Console_memory_Getter"; } class BlinkConvolverNode { - static $buffer_Getter(mthis) native "ConvolverNode_buffer_Getter"; + static buffer_Getter(mthis) native "ConvolverNode_buffer_Getter"; - static $buffer_Setter(mthis, value) native "ConvolverNode_buffer_Setter"; + static buffer_Setter_AudioBuffer(mthis, value) native "ConvolverNode_buffer_Setter"; - static $normalize_Getter(mthis) native "ConvolverNode_normalize_Getter"; + static normalize_Getter(mthis) native "ConvolverNode_normalize_Getter"; - static $normalize_Setter(mthis, value) native "ConvolverNode_normalize_Setter"; + static normalize_Setter_boolean(mthis, value) native "ConvolverNode_normalize_Setter"; } class BlinkCoordinates { - static $accuracy_Getter(mthis) native "Coordinates_accuracy_Getter"; + static accuracy_Getter(mthis) native "Coordinates_accuracy_Getter"; - static $altitude_Getter(mthis) native "Coordinates_altitude_Getter"; + static altitude_Getter(mthis) native "Coordinates_altitude_Getter"; - static $altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAccuracy_Getter"; + static altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAccuracy_Getter"; - static $heading_Getter(mthis) native "Coordinates_heading_Getter"; + static heading_Getter(mthis) native "Coordinates_heading_Getter"; - static $latitude_Getter(mthis) native "Coordinates_latitude_Getter"; + static latitude_Getter(mthis) native "Coordinates_latitude_Getter"; - static $longitude_Getter(mthis) native "Coordinates_longitude_Getter"; + static longitude_Getter(mthis) native "Coordinates_longitude_Getter"; - static $speed_Getter(mthis) native "Coordinates_speed_Getter"; + static speed_Getter(mthis) native "Coordinates_speed_Getter"; } class BlinkCounter {} class BlinkCrypto { - static $subtle_Getter(mthis) native "Crypto_subtle_Getter"; + static subtle_Getter(mthis) native "Crypto_subtle_Getter"; - static $getRandomValues_Callback(mthis, array) native "Crypto_getRandomValues_Callback"; + static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_getRandomValues_Callback"; } class BlinkCustomEvent { - static $detail_Getter(mthis) native "CustomEvent_detail_Getter"; + static detail_Getter(mthis) native "CustomEvent_detail_Getter"; - static $initCustomEvent_Callback(mthis, typeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEvent_Callback"; + static initCustomEvent_Callback_DOMString_boolean_boolean_ScriptValue(mthis, typeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEvent_Callback"; } class BlinkDOMError { - static $message_Getter(mthis) native "DOMError_message_Getter"; + static message_Getter(mthis) native "DOMError_message_Getter"; - static $name_Getter(mthis) native "DOMError_name_Getter"; + static name_Getter(mthis) native "DOMError_name_Getter"; } class BlinkDOMException { - static $message_Getter(mthis) native "DOMException_message_Getter"; + static message_Getter(mthis) native "DOMException_message_Getter"; - static $name_Getter(mthis) native "DOMException_name_Getter"; + static name_Getter(mthis) native "DOMException_name_Getter"; - static $toString_Callback(mthis) native "DOMException_toString_Callback_RESOLVER_STRING_0_"; + static toString_Callback(mthis) native "DOMException_toString_Callback"; } class BlinkDOMFileSystem { - static $name_Getter(mthis) native "DOMFileSystem_name_Getter"; + static name_Getter(mthis) native "DOMFileSystem_name_Getter"; - static $root_Getter(mthis) native "DOMFileSystem_root_Getter"; + static root_Getter(mthis) native "DOMFileSystem_root_Getter"; } class BlinkDOMFileSystemSync {} class BlinkDOMImplementation { - static $createDocument_Callback(mthis, namespaceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback_RESOLVER_STRING_3_DOMString_DOMString_DocumentType"; + static createDocument_Callback_DOMString_DOMString_DocumentType(mthis, namespaceURI, qualifiedName, doctype) native "DOMImplementation_createDocument_Callback_DOMString_DOMString_DocumentType"; - static $createDocumentType_Callback(mthis, qualifiedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString"; + static createDocumentType_Callback_DOMString_DOMString_DOMString(mthis, qualifiedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callback_DOMString_DOMString_DOMString"; - static $createHTMLDocument_Callback(mthis, title) native "DOMImplementation_createHTMLDocument_Callback_RESOLVER_STRING_1_DOMString"; + static createHTMLDocument_Callback_DOMString(mthis, title) native "DOMImplementation_createHTMLDocument_Callback_DOMString"; - static $hasFeature_Callback(mthis, feature, version) native "DOMImplementation_hasFeature_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static hasFeature_Callback_DOMString_DOMString(mthis, feature, version) native "DOMImplementation_hasFeature_Callback_DOMString_DOMString"; } class BlinkDOMParser { - static $_create_1constructorCallback() native "DOMParser_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "DOMParser_constructorCallback"; - static $parseFromString_Callback(mthis, str, contentType) native "DOMParser_parseFromString_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static parseFromString_Callback_DOMString_DOMString(mthis, str, contentType) native "DOMParser_parseFromString_Callback_DOMString_DOMString"; } class BlinkDOMTokenList { - static $length_Getter(mthis) native "DOMTokenList_length_Getter"; + static length_Getter(mthis) native "DOMTokenList_length_Getter"; - static $contains_Callback(mthis, token) native "DOMTokenList_contains_Callback_RESOLVER_STRING_1_DOMString"; + static contains_Callback_DOMString(mthis, token) native "DOMTokenList_contains_Callback_DOMString"; - static $item_Callback(mthis, index) native "DOMTokenList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "DOMTokenList_item_Callback_unsigned long"; - static $toString_Callback(mthis) native "DOMTokenList_toString_Callback_RESOLVER_STRING_0_"; + static toString_Callback(mthis) native "DOMTokenList_toString_Callback"; - static $_toggle_1_Callback(mthis, token, force) native "DOMTokenList_toggle_Callback_RESOLVER_STRING_2_DOMString_boolean"; + static toggle_Callback_DOMString_boolean(mthis, token, force) native "DOMTokenList_toggle_Callback_DOMString_boolean"; - static $_toggle_2_Callback(mthis, token) native "DOMTokenList_toggle_Callback_RESOLVER_STRING_1_DOMString"; + static toggle_Callback_DOMString(mthis, token) native "DOMTokenList_toggle_Callback_DOMString"; } class BlinkDOMSettableTokenList { - static $value_Getter(mthis) native "DOMSettableTokenList_value_Getter"; + static value_Getter(mthis) native "DOMSettableTokenList_value_Getter"; - static $value_Setter(mthis, value) native "DOMSettableTokenList_value_Setter"; + static value_Setter_DOMString(mthis, value) native "DOMSettableTokenList_value_Setter"; - static $__getter___Callback(mthis, index) native "DOMSettableTokenList___getter___Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_ul(mthis, index) native "DOMSettableTokenList___getter___Callback_unsigned long"; } class BlinkDOMStringList { - static $length_Getter(mthis) native "DOMStringList_length_Getter"; + static length_Getter(mthis) native "DOMStringList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "DOMStringList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static contains_Callback_DOMString(mthis, string) native "DOMStringList_contains_Callback_DOMString"; - static $contains_Callback(mthis, string) native "DOMStringList_contains_Callback_RESOLVER_STRING_1_DOMString"; - - static $item_Callback(mthis, index) native "DOMStringList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "DOMStringList_item_Callback_unsigned long"; } class BlinkDOMStringMap { - static $___delete___1_Callback(mthis, index_OR_name) native "DOMStringMap___delete___Callback_RESOLVER_STRING_1_unsigned long"; + static $__delete___Callback_ul(mthis, index_OR_name) native "DOMStringMap___delete___Callback_unsigned long"; - static $___delete___2_Callback(mthis, index_OR_name) native "DOMStringMap___delete___Callback_RESOLVER_STRING_1_DOMString"; + static $__delete___Callback_DOMString(mthis, index_OR_name) native "DOMStringMap___delete___Callback_DOMString"; - static $___getter___1_Callback(mthis, index_OR_name) native "DOMStringMap___getter___Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_ul(mthis, index_OR_name) native "DOMStringMap___getter___Callback_unsigned long"; - static $___getter___2_Callback(mthis, index_OR_name) native "DOMStringMap___getter___Callback_RESOLVER_STRING_1_DOMString"; + static $__getter___Callback_DOMString(mthis, index_OR_name) native "DOMStringMap___getter___Callback_DOMString"; - static $___setter___1_Callback(mthis, index_OR_name, value) native "DOMStringMap___setter___Callback_RESOLVER_STRING_2_unsigned long_DOMString"; + static $__setter___Callback_ul_DOMString(mthis, index_OR_name, value) native "DOMStringMap___setter___Callback_unsigned long_DOMString"; - static $___setter___2_Callback(mthis, index_OR_name, value) native "DOMStringMap___setter___Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static $__setter___Callback_DOMString_DOMString(mthis, index_OR_name, value) native "DOMStringMap___setter___Callback_DOMString_DOMString"; } class BlinkDataTransferItem { - static $kind_Getter(mthis) native "DataTransferItem_kind_Getter"; + static kind_Getter(mthis) native "DataTransferItem_kind_Getter"; - static $type_Getter(mthis) native "DataTransferItem_type_Getter"; + static type_Getter(mthis) native "DataTransferItem_type_Getter"; - static $getAsFile_Callback(mthis) native "DataTransferItem_getAsFile_Callback_RESOLVER_STRING_0_"; + static getAsFile_Callback(mthis) native "DataTransferItem_getAsFile_Callback"; - static $getAsString_Callback(mthis, callback) native "DataTransferItem_getAsString_Callback_RESOLVER_STRING_1_StringCallback"; + static getAsString_Callback_StringCallback(mthis, callback) native "DataTransferItem_getAsString_Callback_StringCallback"; - static $webkitGetAsEntry_Callback(mthis) native "DataTransferItem_webkitGetAsEntry_Callback_RESOLVER_STRING_0_"; + static webkitGetAsEntry_Callback(mthis) native "DataTransferItem_webkitGetAsEntry_Callback"; } class BlinkDataTransferItemList { - static $length_Getter(mthis) native "DataTransferItemList_length_Getter"; + static length_Getter(mthis) native "DataTransferItemList_length_Getter"; - static $__getter___Callback(mthis, index) native "DataTransferItemList___getter___Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_ul(mthis, index) native "DataTransferItemList___getter___Callback_unsigned long"; - static $_add_1_Callback(mthis, data_OR_file) native "DataTransferItemList_add_Callback_RESOLVER_STRING_1_File"; + static add_Callback_File(mthis, data_OR_file) native "DataTransferItemList_add_Callback_File"; - static $_add_2_Callback(mthis, data_OR_file, type) native "DataTransferItemList_add_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static add_Callback_DOMString_DOMString(mthis, data_OR_file, type) native "DataTransferItemList_add_Callback_DOMString_DOMString"; - static $addData_Callback(mthis, data, type) native "DataTransferItemList_add_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static clear_Callback(mthis) native "DataTransferItemList_clear_Callback"; - static $addFile_Callback(mthis, file) native "DataTransferItemList_add_Callback_RESOLVER_STRING_1_File"; - - static $clear_Callback(mthis) native "DataTransferItemList_clear_Callback_RESOLVER_STRING_0_"; - - static $remove_Callback(mthis, index) native "DataTransferItemList_remove_Callback_RESOLVER_STRING_1_unsigned long"; + static remove_Callback_ul(mthis, index) native "DataTransferItemList_remove_Callback_unsigned long"; } class BlinkDatabase { - static $version_Getter(mthis) native "Database_version_Getter"; + static version_Getter(mthis) native "Database_version_Getter"; - static $changeVersion_Callback(mthis, oldVersion, newVersion, callback, errorCallback, successCallback) native "Database_changeVersion_Callback_RESOLVER_STRING_5_DOMString_DOMString_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback"; + static changeVersion_Callback_DOMString_DOMString_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback(mthis, oldVersion, newVersion, callback, errorCallback, successCallback) native "Database_changeVersion_Callback_DOMString_DOMString_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback"; - static $readTransaction_Callback(mthis, callback, errorCallback, successCallback) native "Database_readTransaction_Callback_RESOLVER_STRING_3_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback"; + static readTransaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback(mthis, callback, errorCallback, successCallback) native "Database_readTransaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback"; - static $transaction_Callback(mthis, callback, errorCallback, successCallback) native "Database_transaction_Callback_RESOLVER_STRING_3_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback"; + static transaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback(mthis, callback, errorCallback, successCallback) native "Database_transaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback"; } class BlinkDatabaseSync {} class BlinkWindowBase64 { - static $atob_Callback(mthis, string) native "WindowBase64_atob_Callback_RESOLVER_STRING_1_DOMString"; + static atob_Callback_DOMString(mthis, string) native "WindowBase64_atob_Callback_DOMString"; - static $btoa_Callback(mthis, string) native "WindowBase64_btoa_Callback_RESOLVER_STRING_1_DOMString"; + static btoa_Callback_DOMString(mthis, string) native "WindowBase64_btoa_Callback_DOMString"; } class BlinkWindowTimers { - static $clearInterval_Callback(mthis, handle) native "WindowTimers_clearInterval_Callback_RESOLVER_STRING_1_long"; + static clearInterval_Callback_long(mthis, handle) native "WindowTimers_clearInterval_Callback_long"; - static $clearTimeout_Callback(mthis, handle) native "WindowTimers_clearTimeout_Callback_RESOLVER_STRING_1_long"; + static clearTimeout_Callback_long(mthis, handle) native "WindowTimers_clearTimeout_Callback_long"; - static $setInterval_Callback(mthis, handler, timeout) native "WindowTimers_setInterval_Callback"; + static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "WindowTimers_setInterval_Callback"; - static $setTimeout_Callback(mthis, handler, timeout) native "WindowTimers_setTimeout_Callback"; + static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "WindowTimers_setTimeout_Callback"; } class BlinkWorkerGlobalScope { - static $console_Getter(mthis) native "WorkerGlobalScope_console_Getter"; + static console_Getter(mthis) native "WorkerGlobalScope_console_Getter"; - static $crypto_Getter(mthis) native "WorkerGlobalScope_crypto_Getter"; + static crypto_Getter(mthis) native "WorkerGlobalScope_crypto_Getter"; - static $indexedDB_Getter(mthis) native "WorkerGlobalScope_indexedDB_Getter"; + static indexedDB_Getter(mthis) native "WorkerGlobalScope_indexedDB_Getter"; - static $location_Getter(mthis) native "WorkerGlobalScope_location_Getter"; + static location_Getter(mthis) native "WorkerGlobalScope_location_Getter"; - static $navigator_Getter(mthis) native "WorkerGlobalScope_navigator_Getter"; + static navigator_Getter(mthis) native "WorkerGlobalScope_navigator_Getter"; - static $performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter"; + static performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter"; - static $self_Getter(mthis) native "WorkerGlobalScope_self_Getter"; + static self_Getter(mthis) native "WorkerGlobalScope_self_Getter"; - static $close_Callback(mthis) native "WorkerGlobalScope_close_Callback_RESOLVER_STRING_0_"; + static close_Callback(mthis) native "WorkerGlobalScope_close_Callback"; - static $openDatabase_Callback(mthis, name, version, displayName, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabase_Callback_RESOLVER_STRING_5_DOMString_DOMString_DOMString_unsigned long_DatabaseCallback"; + 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 $openDatabaseSync_Callback(mthis, name, version, displayName, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabaseSync_Callback_RESOLVER_STRING_5_DOMString_DOMString_DOMString_unsigned long_DatabaseCallback"; + 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(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback_RESOLVER_STRING_4_unsigned short_long long_FileSystemCallback_ErrorCallback"; + static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback(mthis, type, size, successCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback_unsigned short_long long_FileSystemCallback_ErrorCallback"; - static $webkitRequestFileSystemSync_Callback(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback_RESOLVER_STRING_2_unsigned short_long long"; + static webkitRequestFileSystemSync_Callback_us_ll(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback_unsigned short_long long"; - static $webkitResolveLocalFileSystemSyncURL_Callback(mthis, url) native "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback_RESOLVER_STRING_1_DOMString"; + static webkitResolveLocalFileSystemSyncURL_Callback_DOMString(mthis, url) native "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback_DOMString"; - static $webkitResolveLocalFileSystemURL_Callback(mthis, url, successCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback_RESOLVER_STRING_3_DOMString_EntryCallback_ErrorCallback"; + static webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback(mthis, url, successCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback"; - static $atob_Callback(mthis, string) native "WorkerGlobalScope_atob_Callback_RESOLVER_STRING_1_DOMString"; + static atob_Callback_DOMString(mthis, string) native "WorkerGlobalScope_atob_Callback_DOMString"; - static $btoa_Callback(mthis, string) native "WorkerGlobalScope_btoa_Callback_RESOLVER_STRING_1_DOMString"; + static btoa_Callback_DOMString(mthis, string) native "WorkerGlobalScope_btoa_Callback_DOMString"; - static $clearInterval_Callback(mthis, handle) native "WorkerGlobalScope_clearInterval_Callback_RESOLVER_STRING_1_long"; + static clearInterval_Callback_long(mthis, handle) native "WorkerGlobalScope_clearInterval_Callback_long"; - static $clearTimeout_Callback(mthis, handle) native "WorkerGlobalScope_clearTimeout_Callback_RESOLVER_STRING_1_long"; + static clearTimeout_Callback_long(mthis, handle) native "WorkerGlobalScope_clearTimeout_Callback_long"; - static $setInterval_Callback(mthis, handler, timeout) native "WorkerGlobalScope_setInterval_Callback"; + static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "WorkerGlobalScope_setInterval_Callback"; - static $setTimeout_Callback(mthis, handler, timeout) native "WorkerGlobalScope_setTimeout_Callback"; + static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "WorkerGlobalScope_setTimeout_Callback"; } class BlinkDedicatedWorkerGlobalScope { - static $postMessage_Callback(mthis, message, messagePorts) native "DedicatedWorkerGlobalScope_postMessage_Callback"; + static postMessage_Callback_ScriptValue_A_MessagePort_A(mthis, message, messagePorts) native "DedicatedWorkerGlobalScope_postMessage_Callback"; } class BlinkDelayNode { - static $delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; + static delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; } class BlinkDeprecatedStorageInfo { - static $queryUsageAndQuota_Callback(mthis, storageType, usageCallback, errorCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback_RESOLVER_STRING_3_unsigned short_StorageUsageCallback_StorageErrorCallback"; + static queryUsageAndQuota_Callback_us_StorageUsageCallback_StorageErrorCallback(mthis, storageType, usageCallback, errorCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback_unsigned short_StorageUsageCallback_StorageErrorCallback"; - static $requestQuota_Callback(mthis, storageType, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota_Callback_RESOLVER_STRING_4_unsigned short_unsigned long long_StorageQuotaCallback_StorageErrorCallback"; + static requestQuota_Callback_us_ull_StorageQuotaCallback_StorageErrorCallback(mthis, storageType, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota_Callback_unsigned short_unsigned long long_StorageQuotaCallback_StorageErrorCallback"; } class BlinkDeprecatedStorageQuota { - static $queryUsageAndQuota_Callback(mthis, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback_RESOLVER_STRING_2_StorageUsageCallback_StorageErrorCallback"; + static queryUsageAndQuota_Callback_StorageUsageCallback_StorageErrorCallback(mthis, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback_StorageUsageCallback_StorageErrorCallback"; - static $requestQuota_Callback(mthis, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageQuota_requestQuota_Callback_RESOLVER_STRING_3_unsigned long long_StorageQuotaCallback_StorageErrorCallback"; + static requestQuota_Callback_ull_StorageQuotaCallback_StorageErrorCallback(mthis, newQuotaInBytes, quotaCallback, errorCallback) native "DeprecatedStorageQuota_requestQuota_Callback_unsigned long long_StorageQuotaCallback_StorageErrorCallback"; } class BlinkDeviceAcceleration { - static $x_Getter(mthis) native "DeviceAcceleration_x_Getter"; + static x_Getter(mthis) native "DeviceAcceleration_x_Getter"; - static $y_Getter(mthis) native "DeviceAcceleration_y_Getter"; + static y_Getter(mthis) native "DeviceAcceleration_y_Getter"; - static $z_Getter(mthis) native "DeviceAcceleration_z_Getter"; + static z_Getter(mthis) native "DeviceAcceleration_z_Getter"; } class BlinkDeviceMotionEvent { - static $acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Getter"; + static acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Getter"; - static $accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_accelerationIncludingGravity_Getter"; + static accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_accelerationIncludingGravity_Getter"; - static $interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter"; + static interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter"; - static $rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Getter"; + static rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Getter"; - static $initDeviceMotionEvent_Callback(mthis, type, bubbles, cancelable, acceleration, accelerationIncludingGravity, rotationRate, interval) native "DeviceMotionEvent_initDeviceMotionEvent_Callback"; + static initDeviceMotionEvent_Callback_DOMString_boolean_boolean_DeviceAcceleration_DeviceAcceleration_DeviceRotationRate_double(mthis, type, bubbles, cancelable, acceleration, accelerationIncludingGravity, rotationRate, interval) native "DeviceMotionEvent_initDeviceMotionEvent_Callback"; } class BlinkDeviceOrientationEvent { - static $absolute_Getter(mthis) native "DeviceOrientationEvent_absolute_Getter"; + static absolute_Getter(mthis) native "DeviceOrientationEvent_absolute_Getter"; - static $alpha_Getter(mthis) native "DeviceOrientationEvent_alpha_Getter"; + static alpha_Getter(mthis) native "DeviceOrientationEvent_alpha_Getter"; - static $beta_Getter(mthis) native "DeviceOrientationEvent_beta_Getter"; + static beta_Getter(mthis) native "DeviceOrientationEvent_beta_Getter"; - static $gamma_Getter(mthis) native "DeviceOrientationEvent_gamma_Getter"; + static gamma_Getter(mthis) native "DeviceOrientationEvent_gamma_Getter"; - static $initDeviceOrientationEvent_Callback(mthis, type, bubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent_initDeviceOrientationEvent_Callback"; + static initDeviceOrientationEvent_Callback_DOMString_boolean_boolean_double_double_double_boolean(mthis, type, bubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent_initDeviceOrientationEvent_Callback"; } class BlinkDeviceRotationRate { - static $alpha_Getter(mthis) native "DeviceRotationRate_alpha_Getter"; + static alpha_Getter(mthis) native "DeviceRotationRate_alpha_Getter"; - static $beta_Getter(mthis) native "DeviceRotationRate_beta_Getter"; + static beta_Getter(mthis) native "DeviceRotationRate_beta_Getter"; - static $gamma_Getter(mthis) native "DeviceRotationRate_gamma_Getter"; + static gamma_Getter(mthis) native "DeviceRotationRate_gamma_Getter"; } class BlinkEntry { - static $filesystem_Getter(mthis) native "Entry_filesystem_Getter"; + static filesystem_Getter(mthis) native "Entry_filesystem_Getter"; - static $fullPath_Getter(mthis) native "Entry_fullPath_Getter"; + static fullPath_Getter(mthis) native "Entry_fullPath_Getter"; - static $isDirectory_Getter(mthis) native "Entry_isDirectory_Getter"; + static isDirectory_Getter(mthis) native "Entry_isDirectory_Getter"; - static $isFile_Getter(mthis) native "Entry_isFile_Getter"; + static isFile_Getter(mthis) native "Entry_isFile_Getter"; - static $name_Getter(mthis) native "Entry_name_Getter"; + static name_Getter(mthis) native "Entry_name_Getter"; - static $_copyTo_1_Callback(mthis, parent, name, successCallback, errorCallback) native "Entry_copyTo_Callback_RESOLVER_STRING_4_DirectoryEntry_DOMString_EntryCallback_ErrorCallback"; + static copyTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback(mthis, parent, name, successCallback, errorCallback) native "Entry_copyTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback"; - static $_copyTo_2_Callback(mthis, parent) native "Entry_copyTo_Callback_RESOLVER_STRING_1_DirectoryEntry"; + static copyTo_Callback_DirectoryEntry(mthis, parent) native "Entry_copyTo_Callback_DirectoryEntry"; - static $getMetadata_Callback(mthis, successCallback, errorCallback) native "Entry_getMetadata_Callback_RESOLVER_STRING_2_MetadataCallback_ErrorCallback"; + static getMetadata_Callback_MetadataCallback_ErrorCallback(mthis, successCallback, errorCallback) native "Entry_getMetadata_Callback_MetadataCallback_ErrorCallback"; - static $getParent_Callback(mthis, successCallback, errorCallback) native "Entry_getParent_Callback_RESOLVER_STRING_2_EntryCallback_ErrorCallback"; + static getParent_Callback_EntryCallback_ErrorCallback(mthis, successCallback, errorCallback) native "Entry_getParent_Callback_EntryCallback_ErrorCallback"; - static $_moveTo_1_Callback(mthis, parent, name, successCallback, errorCallback) native "Entry_moveTo_Callback_RESOLVER_STRING_4_DirectoryEntry_DOMString_EntryCallback_ErrorCallback"; + static moveTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback(mthis, parent, name, successCallback, errorCallback) native "Entry_moveTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback"; - static $_moveTo_2_Callback(mthis, parent) native "Entry_moveTo_Callback_RESOLVER_STRING_1_DirectoryEntry"; + static moveTo_Callback_DirectoryEntry(mthis, parent) native "Entry_moveTo_Callback_DirectoryEntry"; - static $remove_Callback(mthis, successCallback, errorCallback) native "Entry_remove_Callback_RESOLVER_STRING_2_VoidCallback_ErrorCallback"; + static remove_Callback_VoidCallback_ErrorCallback(mthis, successCallback, errorCallback) native "Entry_remove_Callback_VoidCallback_ErrorCallback"; - static $toURL_Callback(mthis) native "Entry_toURL_Callback_RESOLVER_STRING_0_"; + static toURL_Callback(mthis) native "Entry_toURL_Callback"; } class BlinkDirectoryEntry { - static $createReader_Callback(mthis) native "DirectoryEntry_createReader_Callback_RESOLVER_STRING_0_"; + static createReader_Callback(mthis) native "DirectoryEntry_createReader_Callback"; - static $getDirectory_Callback(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getDirectory_Callback_RESOLVER_STRING_4_DOMString_Dictionary_EntryCallback_ErrorCallback"; + static getDirectory_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getDirectory_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback"; - static $getFile_Callback(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getFile_Callback_RESOLVER_STRING_4_DOMString_Dictionary_EntryCallback_ErrorCallback"; + static getFile_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getFile_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback"; - static $removeRecursively_Callback(mthis, successCallback, errorCallback) native "DirectoryEntry_removeRecursively_Callback_RESOLVER_STRING_2_VoidCallback_ErrorCallback"; + static removeRecursively_Callback_VoidCallback_ErrorCallback(mthis, successCallback, errorCallback) native "DirectoryEntry_removeRecursively_Callback_VoidCallback_ErrorCallback"; } class BlinkEntrySync {} @@ -1341,7 +1329,7 @@ class BlinkEntrySync {} class BlinkDirectoryEntrySync {} class BlinkDirectoryReader { - static $readEntries_Callback(mthis, successCallback, errorCallback) native "DirectoryReader_readEntries_Callback_RESOLVER_STRING_2_EntriesCallback_ErrorCallback"; + static readEntries_Callback_EntriesCallback_ErrorCallback(mthis, successCallback, errorCallback) native "DirectoryReader_readEntries_Callback_EntriesCallback_ErrorCallback"; } class BlinkDirectoryReaderSync {} @@ -1349,179 +1337,179 @@ class BlinkDirectoryReaderSync {} class BlinkGlobalEventHandlers {} class BlinkParentNode { - static $childElementCount_Getter(mthis) native "ParentNode_childElementCount_Getter"; + static childElementCount_Getter(mthis) native "ParentNode_childElementCount_Getter"; - static $children_Getter(mthis) native "ParentNode_children_Getter"; + static children_Getter(mthis) native "ParentNode_children_Getter"; - static $firstElementChild_Getter(mthis) native "ParentNode_firstElementChild_Getter"; + static firstElementChild_Getter(mthis) native "ParentNode_firstElementChild_Getter"; - static $lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Getter"; + static lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Getter"; } class BlinkDocument { - static $activeElement_Getter(mthis) native "Document_activeElement_Getter"; + static activeElement_Getter(mthis) native "Document_activeElement_Getter"; - static $body_Getter(mthis) native "Document_body_Getter"; + static body_Getter(mthis) native "Document_body_Getter"; - static $body_Setter(mthis, value) native "Document_body_Setter"; + static body_Setter_HTMLElement(mthis, value) native "Document_body_Setter"; - static $cookie_Getter(mthis) native "Document_cookie_Getter"; + static cookie_Getter(mthis) native "Document_cookie_Getter"; - static $cookie_Setter(mthis, value) native "Document_cookie_Setter"; + static cookie_Setter_DOMString(mthis, value) native "Document_cookie_Setter"; - static $currentScript_Getter(mthis) native "Document_currentScript_Getter"; + static currentScript_Getter(mthis) native "Document_currentScript_Getter"; - static $defaultView_Getter(mthis) native "Document_defaultView_Getter"; + static defaultView_Getter(mthis) native "Document_defaultView_Getter"; - static $documentElement_Getter(mthis) native "Document_documentElement_Getter"; + static documentElement_Getter(mthis) native "Document_documentElement_Getter"; - static $domain_Getter(mthis) native "Document_domain_Getter"; + static domain_Getter(mthis) native "Document_domain_Getter"; - static $fonts_Getter(mthis) native "Document_fonts_Getter"; + static fonts_Getter(mthis) native "Document_fonts_Getter"; - static $head_Getter(mthis) native "Document_head_Getter"; + static head_Getter(mthis) native "Document_head_Getter"; - static $hidden_Getter(mthis) native "Document_hidden_Getter"; + static hidden_Getter(mthis) native "Document_hidden_Getter"; - static $implementation_Getter(mthis) native "Document_implementation_Getter"; + static implementation_Getter(mthis) native "Document_implementation_Getter"; - static $lastModified_Getter(mthis) native "Document_lastModified_Getter"; + static lastModified_Getter(mthis) native "Document_lastModified_Getter"; - static $preferredStylesheetSet_Getter(mthis) native "Document_preferredStylesheetSet_Getter"; + static preferredStylesheetSet_Getter(mthis) native "Document_preferredStylesheetSet_Getter"; - static $readyState_Getter(mthis) native "Document_readyState_Getter"; + static readyState_Getter(mthis) native "Document_readyState_Getter"; - static $referrer_Getter(mthis) native "Document_referrer_Getter"; + static referrer_Getter(mthis) native "Document_referrer_Getter"; - static $rootElement_Getter(mthis) native "Document_rootElement_Getter"; + static rootElement_Getter(mthis) native "Document_rootElement_Getter"; - static $selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheetSet_Getter"; + static selectedStylesheetSet_Getter(mthis) native "Document_selectedStylesheetSet_Getter"; - static $selectedStylesheetSet_Setter(mthis, value) native "Document_selectedStylesheetSet_Setter"; + static selectedStylesheetSet_Setter_DOMString(mthis, value) native "Document_selectedStylesheetSet_Setter"; - static $styleSheets_Getter(mthis) native "Document_styleSheets_Getter"; + static styleSheets_Getter(mthis) native "Document_styleSheets_Getter"; - static $timeline_Getter(mthis) native "Document_timeline_Getter"; + static timeline_Getter(mthis) native "Document_timeline_Getter"; - static $title_Getter(mthis) native "Document_title_Getter"; + static title_Getter(mthis) native "Document_title_Getter"; - static $title_Setter(mthis, value) native "Document_title_Setter"; + static title_Setter_DOMString(mthis, value) native "Document_title_Setter"; - static $visibilityState_Getter(mthis) native "Document_visibilityState_Getter"; + static visibilityState_Getter(mthis) native "Document_visibilityState_Getter"; - static $webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreenElement_Getter"; + static webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscreenElement_Getter"; - static $webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreenEnabled_Getter"; + static webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscreenEnabled_Getter"; - static $webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter"; + static webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter"; - static $webkitPointerLockElement_Getter(mthis) native "Document_webkitPointerLockElement_Getter"; + static webkitPointerLockElement_Getter(mthis) native "Document_webkitPointerLockElement_Getter"; - static $webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilityState_Getter"; + static webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilityState_Getter"; - static $adoptNode_Callback(mthis, node) native "Document_adoptNode_Callback_RESOLVER_STRING_1_Node"; + static adoptNode_Callback_Node(mthis, node) native "Document_adoptNode_Callback_Node"; - static $caretRangeFromPoint_Callback(mthis, x, y) native "Document_caretRangeFromPoint_Callback_RESOLVER_STRING_2_long_long"; + static caretRangeFromPoint_Callback_long_long(mthis, x, y) native "Document_caretRangeFromPoint_Callback_long_long"; - static $createDocumentFragment_Callback(mthis) native "Document_createDocumentFragment_Callback_RESOLVER_STRING_0_"; + static createDocumentFragment_Callback(mthis) native "Document_createDocumentFragment_Callback"; - static $createElement_Callback(mthis, localName_OR_tagName, typeExtension) native "Document_createElement_Callback"; + static createElement_Callback_DOMString(mthis, localName_OR_tagName, typeExtension) native "Document_createElement_Callback"; - static $createElementNS_Callback(mthis, namespaceURI, qualifiedName, typeExtension) native "Document_createElementNS_Callback"; + static createElementNS_Callback_DOMString_DOMString(mthis, namespaceURI, qualifiedName, typeExtension) native "Document_createElementNS_Callback"; - static $_createEvent_1_Callback(mthis, eventType) native "Document_createEvent_Callback_RESOLVER_STRING_1_DOMString"; + static createEvent_Callback_DOMString(mthis, eventType) native "Document_createEvent_Callback_DOMString"; - static $_createEvent_2_Callback(mthis) native "Document_createEvent_Callback_RESOLVER_STRING_0_"; + static createEvent_Callback(mthis) native "Document_createEvent_Callback"; - static $_createNodeIterator_1_Callback(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_RESOLVER_STRING_3_Node_unsigned long_NodeFilter"; + static createNodeIterator_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_Node_unsigned long_NodeFilter"; - static $_createNodeIterator_2_Callback(mthis, root, whatToShow) native "Document_createNodeIterator_Callback_RESOLVER_STRING_2_Node_unsigned long"; + static createNodeIterator_Callback_Node_ul(mthis, root, whatToShow) native "Document_createNodeIterator_Callback_Node_unsigned long"; - static $_createNodeIterator_3_Callback(mthis, root) native "Document_createNodeIterator_Callback_RESOLVER_STRING_1_Node"; + static createNodeIterator_Callback_Node(mthis, root) native "Document_createNodeIterator_Callback_Node"; - static $createRange_Callback(mthis) native "Document_createRange_Callback_RESOLVER_STRING_0_"; + static createRange_Callback(mthis) native "Document_createRange_Callback"; - static $createTextNode_Callback(mthis, data) native "Document_createTextNode_Callback_RESOLVER_STRING_1_DOMString"; + static createTextNode_Callback_DOMString(mthis, data) native "Document_createTextNode_Callback_DOMString"; - static $createTouch_Callback(mthis, window, target, identifier, pageX, pageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce) native "Document_createTouch_Callback_RESOLVER_STRING_11_Window_EventTarget_long_long_long_long_long_long_long_float_float"; + static createTouch_Callback_Window_EventTarget_long_long_long_long_long_long_long_float_float(mthis, window, target, identifier, pageX, pageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce) native "Document_createTouch_Callback_Window_EventTarget_long_long_long_long_long_long_long_float_float"; - static $_createTreeWalker_1_Callback(mthis, root, whatToShow, filter) native "Document_createTreeWalker_Callback_RESOLVER_STRING_3_Node_unsigned long_NodeFilter"; + static createTreeWalker_Callback_Node_ul_NodeFilter(mthis, root, whatToShow, filter) native "Document_createTreeWalker_Callback_Node_unsigned long_NodeFilter"; - static $_createTreeWalker_2_Callback(mthis, root, whatToShow) native "Document_createTreeWalker_Callback_RESOLVER_STRING_2_Node_unsigned long"; + static createTreeWalker_Callback_Node_ul(mthis, root, whatToShow) native "Document_createTreeWalker_Callback_Node_unsigned long"; - static $_createTreeWalker_3_Callback(mthis, root) native "Document_createTreeWalker_Callback_RESOLVER_STRING_1_Node"; + static createTreeWalker_Callback_Node(mthis, root) native "Document_createTreeWalker_Callback_Node"; - static $elementFromPoint_Callback(mthis, x, y) native "Document_elementFromPoint_Callback_RESOLVER_STRING_2_long_long"; + static elementFromPoint_Callback_long_long(mthis, x, y) native "Document_elementFromPoint_Callback_long_long"; - static $execCommand_Callback(mthis, command, userInterface, value) native "Document_execCommand_Callback_RESOLVER_STRING_3_DOMString_boolean_DOMString"; + static execCommand_Callback_DOMString_boolean_DOMString(mthis, command, userInterface, value) native "Document_execCommand_Callback_DOMString_boolean_DOMString"; - static $getCSSCanvasContext_Callback(mthis, contextId, name, width, height) native "Document_getCSSCanvasContext_Callback_RESOLVER_STRING_4_DOMString_DOMString_long_long"; + static getCSSCanvasContext_Callback_DOMString_DOMString_long_long(mthis, contextId, name, width, height) native "Document_getCSSCanvasContext_Callback_DOMString_DOMString_long_long"; - static $getElementById_Callback(mthis, elementId) native "Document_getElementById_Callback_RESOLVER_STRING_1_DOMString"; + static getElementById_Callback_DOMString(mthis, elementId) native "Document_getElementById_Callback_DOMString"; - static $getElementsByClassName_Callback(mthis, classNames) native "Document_getElementsByClassName_Callback_RESOLVER_STRING_1_DOMString"; + static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Document_getElementsByClassName_Callback_DOMString"; - static $getElementsByName_Callback(mthis, elementName) native "Document_getElementsByName_Callback_RESOLVER_STRING_1_DOMString"; + static getElementsByName_Callback_DOMString(mthis, elementName) native "Document_getElementsByName_Callback_DOMString"; - static $getElementsByTagName_Callback(mthis, localName) native "Document_getElementsByTagName_Callback_RESOLVER_STRING_1_DOMString"; + static getElementsByTagName_Callback_DOMString(mthis, localName) native "Document_getElementsByTagName_Callback_DOMString"; - static $_importNode_1_Callback(mthis, node, deep) native "Document_importNode_Callback_RESOLVER_STRING_2_Node_boolean"; + static importNode_Callback_Node_boolean(mthis, node, deep) native "Document_importNode_Callback_Node_boolean"; - static $_importNode_2_Callback(mthis, node) native "Document_importNode_Callback_RESOLVER_STRING_1_Node"; + static importNode_Callback_Node(mthis, node) native "Document_importNode_Callback_Node"; - static $queryCommandEnabled_Callback(mthis, command) native "Document_queryCommandEnabled_Callback_RESOLVER_STRING_1_DOMString"; + static queryCommandEnabled_Callback_DOMString(mthis, command) native "Document_queryCommandEnabled_Callback_DOMString"; - static $queryCommandIndeterm_Callback(mthis, command) native "Document_queryCommandIndeterm_Callback_RESOLVER_STRING_1_DOMString"; + static queryCommandIndeterm_Callback_DOMString(mthis, command) native "Document_queryCommandIndeterm_Callback_DOMString"; - static $queryCommandState_Callback(mthis, command) native "Document_queryCommandState_Callback_RESOLVER_STRING_1_DOMString"; + static queryCommandState_Callback_DOMString(mthis, command) native "Document_queryCommandState_Callback_DOMString"; - static $queryCommandSupported_Callback(mthis, command) native "Document_queryCommandSupported_Callback_RESOLVER_STRING_1_DOMString"; + static queryCommandSupported_Callback_DOMString(mthis, command) native "Document_queryCommandSupported_Callback_DOMString"; - static $queryCommandValue_Callback(mthis, command) native "Document_queryCommandValue_Callback_RESOLVER_STRING_1_DOMString"; + static queryCommandValue_Callback_DOMString(mthis, command) native "Document_queryCommandValue_Callback_DOMString"; - static $querySelector_Callback(mthis, selectors) native "Document_querySelector_Callback_RESOLVER_STRING_1_DOMString"; + static querySelector_Callback_DOMString(mthis, selectors) native "Document_querySelector_Callback_DOMString"; - static $querySelectorAll_Callback(mthis, selectors) native "Document_querySelectorAll_Callback_RESOLVER_STRING_1_DOMString"; + static querySelectorAll_Callback_DOMString(mthis, selectors) native "Document_querySelectorAll_Callback_DOMString"; - static $webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscreen_Callback_RESOLVER_STRING_0_"; + static webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullscreen_Callback"; - static $webkitExitPointerLock_Callback(mthis) native "Document_webkitExitPointerLock_Callback_RESOLVER_STRING_0_"; + static webkitExitPointerLock_Callback(mthis) native "Document_webkitExitPointerLock_Callback"; - static $childElementCount_Getter(mthis) native "Document_childElementCount_Getter"; + static childElementCount_Getter(mthis) native "Document_childElementCount_Getter"; - static $children_Getter(mthis) native "Document_children_Getter"; + static children_Getter(mthis) native "Document_children_Getter"; - static $firstElementChild_Getter(mthis) native "Document_firstElementChild_Getter"; + static firstElementChild_Getter(mthis) native "Document_firstElementChild_Getter"; - static $lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter"; + static lastElementChild_Getter(mthis) native "Document_lastElementChild_Getter"; } class BlinkDocumentFragment { - static $querySelector_Callback(mthis, selectors) native "DocumentFragment_querySelector_Callback_RESOLVER_STRING_1_DOMString"; + static querySelector_Callback_DOMString(mthis, selectors) native "DocumentFragment_querySelector_Callback_DOMString"; - static $querySelectorAll_Callback(mthis, selectors) native "DocumentFragment_querySelectorAll_Callback_RESOLVER_STRING_1_DOMString"; + static querySelectorAll_Callback_DOMString(mthis, selectors) native "DocumentFragment_querySelectorAll_Callback_DOMString"; - static $childElementCount_Getter(mthis) native "DocumentFragment_childElementCount_Getter"; + static childElementCount_Getter(mthis) native "DocumentFragment_childElementCount_Getter"; - static $firstElementChild_Getter(mthis) native "DocumentFragment_firstElementChild_Getter"; + static firstElementChild_Getter(mthis) native "DocumentFragment_firstElementChild_Getter"; - static $lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChild_Getter"; + static lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChild_Getter"; } class BlinkDocumentType {} class BlinkDynamicsCompressorNode { - static $attack_Getter(mthis) native "DynamicsCompressorNode_attack_Getter"; + static attack_Getter(mthis) native "DynamicsCompressorNode_attack_Getter"; - static $knee_Getter(mthis) native "DynamicsCompressorNode_knee_Getter"; + static knee_Getter(mthis) native "DynamicsCompressorNode_knee_Getter"; - static $ratio_Getter(mthis) native "DynamicsCompressorNode_ratio_Getter"; + static ratio_Getter(mthis) native "DynamicsCompressorNode_ratio_Getter"; - static $reduction_Getter(mthis) native "DynamicsCompressorNode_reduction_Getter"; + static reduction_Getter(mthis) native "DynamicsCompressorNode_reduction_Getter"; - static $release_Getter(mthis) native "DynamicsCompressorNode_release_Getter"; + static release_Getter(mthis) native "DynamicsCompressorNode_release_Getter"; - static $threshold_Getter(mthis) native "DynamicsCompressorNode_threshold_Getter"; + static threshold_Getter(mthis) native "DynamicsCompressorNode_threshold_Getter"; } class BlinkEXTFragDepth {} @@ -1529,703 +1517,699 @@ class BlinkEXTFragDepth {} class BlinkEXTTextureFilterAnisotropic {} class BlinkElement { - static $attributes_Getter(mthis) native "Element_attributes_Getter"; + static attributes_Getter(mthis) native "Element_attributes_Getter"; - static $className_Getter(mthis) native "Element_className_Getter"; + static className_Getter(mthis) native "Element_className_Getter"; - static $className_Setter(mthis, value) native "Element_className_Setter"; + static className_Setter_DOMString(mthis, value) native "Element_className_Setter"; - static $clientHeight_Getter(mthis) native "Element_clientHeight_Getter"; + static clientHeight_Getter(mthis) native "Element_clientHeight_Getter"; - static $clientLeft_Getter(mthis) native "Element_clientLeft_Getter"; + static clientLeft_Getter(mthis) native "Element_clientLeft_Getter"; - static $clientTop_Getter(mthis) native "Element_clientTop_Getter"; + static clientTop_Getter(mthis) native "Element_clientTop_Getter"; - static $clientWidth_Getter(mthis) native "Element_clientWidth_Getter"; + static clientWidth_Getter(mthis) native "Element_clientWidth_Getter"; - static $id_Getter(mthis) native "Element_id_Getter"; + static id_Getter(mthis) native "Element_id_Getter"; - static $id_Setter(mthis, value) native "Element_id_Setter"; + static id_Setter_DOMString(mthis, value) native "Element_id_Setter"; - static $innerHTML_Getter(mthis) native "Element_innerHTML_Getter"; + static innerHTML_Getter(mthis) native "Element_innerHTML_Getter"; - static $innerHTML_Setter(mthis, value) native "Element_innerHTML_Setter"; + static innerHTML_Setter_DOMString(mthis, value) native "Element_innerHTML_Setter"; - static $localName_Getter(mthis) native "Element_localName_Getter"; + static localName_Getter(mthis) native "Element_localName_Getter"; - static $namespaceURI_Getter(mthis) native "Element_namespaceURI_Getter"; + static namespaceURI_Getter(mthis) native "Element_namespaceURI_Getter"; - static $offsetHeight_Getter(mthis) native "Element_offsetHeight_Getter"; + static offsetHeight_Getter(mthis) native "Element_offsetHeight_Getter"; - static $offsetLeft_Getter(mthis) native "Element_offsetLeft_Getter"; + static offsetLeft_Getter(mthis) native "Element_offsetLeft_Getter"; - static $offsetParent_Getter(mthis) native "Element_offsetParent_Getter"; + static offsetParent_Getter(mthis) native "Element_offsetParent_Getter"; - static $offsetTop_Getter(mthis) native "Element_offsetTop_Getter"; + static offsetTop_Getter(mthis) native "Element_offsetTop_Getter"; - static $offsetWidth_Getter(mthis) native "Element_offsetWidth_Getter"; + static offsetWidth_Getter(mthis) native "Element_offsetWidth_Getter"; - static $outerHTML_Getter(mthis) native "Element_outerHTML_Getter"; + static outerHTML_Getter(mthis) native "Element_outerHTML_Getter"; - static $scrollHeight_Getter(mthis) native "Element_scrollHeight_Getter"; + static scrollHeight_Getter(mthis) native "Element_scrollHeight_Getter"; - static $scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter"; + static scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter"; - static $scrollLeft_Setter(mthis, value) native "Element_scrollLeft_Setter"; + static scrollLeft_Setter_long(mthis, value) native "Element_scrollLeft_Setter"; - static $scrollTop_Getter(mthis) native "Element_scrollTop_Getter"; + static scrollTop_Getter(mthis) native "Element_scrollTop_Getter"; - static $scrollTop_Setter(mthis, value) native "Element_scrollTop_Setter"; + static scrollTop_Setter_long(mthis, value) native "Element_scrollTop_Setter"; - static $scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter"; + static scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter"; - static $shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter"; + static shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter"; - static $style_Getter(mthis) native "Element_style_Getter"; + static style_Getter(mthis) native "Element_style_Getter"; - static $tagName_Getter(mthis) native "Element_tagName_Getter"; + static tagName_Getter(mthis) native "Element_tagName_Getter"; - static $_animate_1_Callback(mthis, keyframes, timingInput) native "Element_animate_Callback_RESOLVER_STRING_2_sequence_Dictionary"; + static animate_Callback_SEQ_Dictionary_SEQ_Dictionary(mthis, keyframes, timingInput) native "Element_animate_Callback_sequence_Dictionary"; - static $_animate_2_Callback(mthis, keyframes, timingInput) native "Element_animate_Callback_RESOLVER_STRING_2_sequence_double"; + static animate_Callback_SEQ_Dictionary_SEQ_double(mthis, keyframes, timingInput) native "Element_animate_Callback_sequence_double"; - static $_animate_3_Callback(mthis, keyframes) native "Element_animate_Callback_RESOLVER_STRING_1_sequence"; + static animate_Callback_SEQ_Dictionary_SEQ(mthis, keyframes) native "Element_animate_Callback_sequence"; - static $blur_Callback(mthis) native "Element_blur_Callback_RESOLVER_STRING_0_"; + static blur_Callback(mthis) native "Element_blur_Callback"; - static $createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callback_RESOLVER_STRING_0_"; + static createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Callback"; - static $focus_Callback(mthis) native "Element_focus_Callback_RESOLVER_STRING_0_"; + static focus_Callback(mthis) native "Element_focus_Callback"; - static $getAttribute_Callback(mthis, name) native "Element_getAttribute_Callback_RESOLVER_STRING_1_DOMString"; + static getAttribute_Callback_DOMString(mthis, name) native "Element_getAttribute_Callback_DOMString"; - static $getAttributeNS_Callback(mthis, namespaceURI, localName) native "Element_getAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static getAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "Element_getAttributeNS_Callback_DOMString_DOMString"; - static $getBoundingClientRect_Callback(mthis) native "Element_getBoundingClientRect_Callback_RESOLVER_STRING_0_"; + static getBoundingClientRect_Callback(mthis) native "Element_getBoundingClientRect_Callback"; - static $getClientRects_Callback(mthis) native "Element_getClientRects_Callback_RESOLVER_STRING_0_"; + static getClientRects_Callback(mthis) native "Element_getClientRects_Callback"; - static $getDestinationInsertionPoints_Callback(mthis) native "Element_getDestinationInsertionPoints_Callback_RESOLVER_STRING_0_"; + static getDestinationInsertionPoints_Callback(mthis) native "Element_getDestinationInsertionPoints_Callback"; - static $getElementsByClassName_Callback(mthis, classNames) native "Element_getElementsByClassName_Callback_RESOLVER_STRING_1_DOMString"; + static getElementsByClassName_Callback_DOMString(mthis, classNames) native "Element_getElementsByClassName_Callback_DOMString"; - static $getElementsByTagName_Callback(mthis, name) native "Element_getElementsByTagName_Callback_RESOLVER_STRING_1_DOMString"; + static getElementsByTagName_Callback_DOMString(mthis, name) native "Element_getElementsByTagName_Callback_DOMString"; - static $hasAttribute_Callback(mthis, name) native "Element_hasAttribute_Callback_RESOLVER_STRING_1_DOMString"; + static hasAttribute_Callback_DOMString(mthis, name) native "Element_hasAttribute_Callback_DOMString"; - static $hasAttributeNS_Callback(mthis, namespaceURI, localName) native "Element_hasAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static hasAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "Element_hasAttributeNS_Callback_DOMString_DOMString"; - static $insertAdjacentElement_Callback(mthis, where, element) native "Element_insertAdjacentElement_Callback_RESOLVER_STRING_2_DOMString_Element"; + static insertAdjacentElement_Callback_DOMString_Element(mthis, where, element) native "Element_insertAdjacentElement_Callback_DOMString_Element"; - static $insertAdjacentHTML_Callback(mthis, where, html) native "Element_insertAdjacentHTML_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static insertAdjacentHTML_Callback_DOMString_DOMString(mthis, where, html) native "Element_insertAdjacentHTML_Callback_DOMString_DOMString"; - static $insertAdjacentText_Callback(mthis, where, text) native "Element_insertAdjacentText_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static insertAdjacentText_Callback_DOMString_DOMString(mthis, where, text) native "Element_insertAdjacentText_Callback_DOMString_DOMString"; - static $matches_Callback(mthis, selectors) native "Element_matches_Callback_RESOLVER_STRING_1_DOMString"; + static matches_Callback_DOMString(mthis, selectors) native "Element_matches_Callback_DOMString"; - static $querySelector_Callback(mthis, selectors) native "Element_querySelector_Callback_RESOLVER_STRING_1_DOMString"; + static querySelector_Callback_DOMString(mthis, selectors) native "Element_querySelector_Callback_DOMString"; - static $querySelectorAll_Callback(mthis, selectors) native "Element_querySelectorAll_Callback_RESOLVER_STRING_1_DOMString"; + static querySelectorAll_Callback_DOMString(mthis, selectors) native "Element_querySelectorAll_Callback_DOMString"; - static $removeAttribute_Callback(mthis, name) native "Element_removeAttribute_Callback_RESOLVER_STRING_1_DOMString"; + static removeAttribute_Callback_DOMString(mthis, name) native "Element_removeAttribute_Callback_DOMString"; - static $removeAttributeNS_Callback(mthis, namespaceURI, localName) native "Element_removeAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static removeAttributeNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "Element_removeAttributeNS_Callback_DOMString_DOMString"; - static $scrollByLines_Callback(mthis, lines) native "Element_scrollByLines_Callback_RESOLVER_STRING_1_long"; + static scrollByLines_Callback_long(mthis, lines) native "Element_scrollByLines_Callback_long"; - static $scrollByPages_Callback(mthis, pages) native "Element_scrollByPages_Callback_RESOLVER_STRING_1_long"; + static scrollByPages_Callback_long(mthis, pages) native "Element_scrollByPages_Callback_long"; - static $_scrollIntoView_1_Callback(mthis, alignWithTop) native "Element_scrollIntoView_Callback_RESOLVER_STRING_1_boolean"; + static scrollIntoView_Callback_boolean(mthis, alignWithTop) native "Element_scrollIntoView_Callback_boolean"; - static $_scrollIntoView_2_Callback(mthis) native "Element_scrollIntoView_Callback_RESOLVER_STRING_0_"; + static scrollIntoView_Callback(mthis) native "Element_scrollIntoView_Callback"; - static $_scrollIntoViewIfNeeded_1_Callback(mthis, centerIfNeeded) native "Element_scrollIntoViewIfNeeded_Callback_RESOLVER_STRING_1_boolean"; + static scrollIntoViewIfNeeded_Callback_boolean(mthis, centerIfNeeded) native "Element_scrollIntoViewIfNeeded_Callback_boolean"; - static $_scrollIntoViewIfNeeded_2_Callback(mthis) native "Element_scrollIntoViewIfNeeded_Callback_RESOLVER_STRING_0_"; + static scrollIntoViewIfNeeded_Callback(mthis) native "Element_scrollIntoViewIfNeeded_Callback"; - static $setAttribute_Callback(mthis, name, value) native "Element_setAttribute_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static setAttribute_Callback_DOMString_DOMString(mthis, name, value) native "Element_setAttribute_Callback_DOMString_DOMString"; - static $setAttributeNS_Callback(mthis, namespaceURI, qualifiedName, value) native "Element_setAttributeNS_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString"; + static setAttributeNS_Callback_DOMString_DOMString_DOMString(mthis, namespaceURI, qualifiedName, value) native "Element_setAttributeNS_Callback_DOMString_DOMString_DOMString"; - static $webkitRequestFullscreen_Callback(mthis) native "Element_webkitRequestFullscreen_Callback_RESOLVER_STRING_0_"; + static webkitRequestFullscreen_Callback(mthis) native "Element_webkitRequestFullscreen_Callback"; - static $webkitRequestPointerLock_Callback(mthis) native "Element_webkitRequestPointerLock_Callback_RESOLVER_STRING_0_"; + static webkitRequestPointerLock_Callback(mthis) native "Element_webkitRequestPointerLock_Callback"; - static $nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Getter"; + static nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Getter"; - static $previousElementSibling_Getter(mthis) native "Element_previousElementSibling_Getter"; + static previousElementSibling_Getter(mthis) native "Element_previousElementSibling_Getter"; - static $remove_Callback(mthis) native "Element_remove_Callback_RESOLVER_STRING_0_"; + static remove_Callback(mthis) native "Element_remove_Callback"; - static $childElementCount_Getter(mthis) native "Element_childElementCount_Getter"; + static childElementCount_Getter(mthis) native "Element_childElementCount_Getter"; - static $children_Getter(mthis) native "Element_children_Getter"; + static children_Getter(mthis) native "Element_children_Getter"; - static $firstElementChild_Getter(mthis) native "Element_firstElementChild_Getter"; + static firstElementChild_Getter(mthis) native "Element_firstElementChild_Getter"; - static $lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter"; + static lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter"; } class BlinkErrorEvent { - static $colno_Getter(mthis) native "ErrorEvent_colno_Getter"; + static colno_Getter(mthis) native "ErrorEvent_colno_Getter"; - static $error_Getter(mthis) native "ErrorEvent_error_Getter"; + static error_Getter(mthis) native "ErrorEvent_error_Getter"; - static $filename_Getter(mthis) native "ErrorEvent_filename_Getter"; + static filename_Getter(mthis) native "ErrorEvent_filename_Getter"; - static $lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; + static lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; - static $message_Getter(mthis) native "ErrorEvent_message_Getter"; + static message_Getter(mthis) native "ErrorEvent_message_Getter"; } class BlinkEventSource { - static $_create_1constructorCallback(url, eventSourceInit) native "EventSource_constructorCallback_RESOLVER_STRING_2_DOMString_Dictionary"; + static constructorCallback_DOMString_Dictionary(url, eventSourceInit) native "EventSource_constructorCallback_DOMString_Dictionary"; - static $readyState_Getter(mthis) native "EventSource_readyState_Getter"; + static readyState_Getter(mthis) native "EventSource_readyState_Getter"; - static $url_Getter(mthis) native "EventSource_url_Getter"; + static url_Getter(mthis) native "EventSource_url_Getter"; - static $withCredentials_Getter(mthis) native "EventSource_withCredentials_Getter"; + static withCredentials_Getter(mthis) native "EventSource_withCredentials_Getter"; - static $close_Callback(mthis) native "EventSource_close_Callback_RESOLVER_STRING_0_"; + static close_Callback(mthis) native "EventSource_close_Callback"; } class BlinkFile { - static $lastModified_Getter(mthis) native "File_lastModified_Getter"; + static lastModified_Getter(mthis) native "File_lastModified_Getter"; - static $lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter"; + static lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter"; - static $name_Getter(mthis) native "File_name_Getter"; + static name_Getter(mthis) native "File_name_Getter"; - static $webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Getter"; + static webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Getter"; } class BlinkFileEntry { - static $createWriter_Callback(mthis, successCallback, errorCallback) native "FileEntry_createWriter_Callback_RESOLVER_STRING_2_FileWriterCallback_ErrorCallback"; + static createWriter_Callback_FileWriterCallback_ErrorCallback(mthis, successCallback, errorCallback) native "FileEntry_createWriter_Callback_FileWriterCallback_ErrorCallback"; - static $file_Callback(mthis, successCallback, errorCallback) native "FileEntry_file_Callback_RESOLVER_STRING_2_FileCallback_ErrorCallback"; + static file_Callback_FileCallback_ErrorCallback(mthis, successCallback, errorCallback) native "FileEntry_file_Callback_FileCallback_ErrorCallback"; } class BlinkFileEntrySync {} class BlinkFileError { - static $code_Getter(mthis) native "FileError_code_Getter"; + static code_Getter(mthis) native "FileError_code_Getter"; } class BlinkFileList { - static $length_Getter(mthis) native "FileList_length_Getter"; + static length_Getter(mthis) native "FileList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "FileList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "FileList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "FileList_item_Callback_unsigned long"; } class BlinkFileReader { - static $_create_1constructorCallback() native "FileReader_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "FileReader_constructorCallback"; - static $error_Getter(mthis) native "FileReader_error_Getter"; + static error_Getter(mthis) native "FileReader_error_Getter"; - static $readyState_Getter(mthis) native "FileReader_readyState_Getter"; + static readyState_Getter(mthis) native "FileReader_readyState_Getter"; - static $result_Getter(mthis) native "FileReader_result_Getter"; + static result_Getter(mthis) native "FileReader_result_Getter"; - static $abort_Callback(mthis) native "FileReader_abort_Callback_RESOLVER_STRING_0_"; + static abort_Callback(mthis) native "FileReader_abort_Callback"; - static $readAsArrayBuffer_Callback(mthis, blob) native "FileReader_readAsArrayBuffer_Callback_RESOLVER_STRING_1_Blob"; + static readAsArrayBuffer_Callback_Blob(mthis, blob) native "FileReader_readAsArrayBuffer_Callback_Blob"; - static $readAsDataURL_Callback(mthis, blob) native "FileReader_readAsDataURL_Callback_RESOLVER_STRING_1_Blob"; + static readAsDataURL_Callback_Blob(mthis, blob) native "FileReader_readAsDataURL_Callback_Blob"; - static $_readAsText_1_Callback(mthis, blob, encoding) native "FileReader_readAsText_Callback_RESOLVER_STRING_2_Blob_DOMString"; + static readAsText_Callback_Blob_DOMString(mthis, blob, encoding) native "FileReader_readAsText_Callback_Blob_DOMString"; - static $_readAsText_2_Callback(mthis, blob) native "FileReader_readAsText_Callback_RESOLVER_STRING_1_Blob"; + static readAsText_Callback_Blob(mthis, blob) native "FileReader_readAsText_Callback_Blob"; } class BlinkFileReaderSync { - static $_create_1constructorCallback() native "FileReaderSync_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "FileReaderSync_constructorCallback"; } class BlinkFileWriter { - static $error_Getter(mthis) native "FileWriter_error_Getter"; + static error_Getter(mthis) native "FileWriter_error_Getter"; - static $length_Getter(mthis) native "FileWriter_length_Getter"; + static length_Getter(mthis) native "FileWriter_length_Getter"; - static $position_Getter(mthis) native "FileWriter_position_Getter"; + static position_Getter(mthis) native "FileWriter_position_Getter"; - static $readyState_Getter(mthis) native "FileWriter_readyState_Getter"; + static readyState_Getter(mthis) native "FileWriter_readyState_Getter"; - static $abort_Callback(mthis) native "FileWriter_abort_Callback_RESOLVER_STRING_0_"; + static abort_Callback(mthis) native "FileWriter_abort_Callback"; - static $seek_Callback(mthis, position) native "FileWriter_seek_Callback_RESOLVER_STRING_1_long long"; + static seek_Callback_ll(mthis, position) native "FileWriter_seek_Callback_long long"; - static $truncate_Callback(mthis, size) native "FileWriter_truncate_Callback_RESOLVER_STRING_1_long long"; + static truncate_Callback_ll(mthis, size) native "FileWriter_truncate_Callback_long long"; - static $write_Callback(mthis, data) native "FileWriter_write_Callback_RESOLVER_STRING_1_Blob"; + static write_Callback_Blob(mthis, data) native "FileWriter_write_Callback_Blob"; } class BlinkFileWriterSync {} class BlinkFocusEvent { - static $relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter"; + static relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter"; } class BlinkFontFace { - static $_create_1constructorCallback(family, source, descriptors) native "FontFace_constructorCallback_RESOLVER_STRING_3_DOMString_DOMString_Dictionary"; + static constructorCallback_DOMString_DOMString_Dictionary(family, source, descriptors) native "FontFace_constructorCallback_DOMString_DOMString_Dictionary"; - static $family_Getter(mthis) native "FontFace_family_Getter"; + static family_Getter(mthis) native "FontFace_family_Getter"; - static $family_Setter(mthis, value) native "FontFace_family_Setter"; + static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; - static $featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; + static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; - static $featureSettings_Setter(mthis, value) native "FontFace_featureSettings_Setter"; + static featureSettings_Setter_DOMString(mthis, value) native "FontFace_featureSettings_Setter"; - static $status_Getter(mthis) native "FontFace_status_Getter"; + static status_Getter(mthis) native "FontFace_status_Getter"; - static $stretch_Getter(mthis) native "FontFace_stretch_Getter"; + static stretch_Getter(mthis) native "FontFace_stretch_Getter"; - static $stretch_Setter(mthis, value) native "FontFace_stretch_Setter"; + static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter"; - static $style_Getter(mthis) native "FontFace_style_Getter"; + static style_Getter(mthis) native "FontFace_style_Getter"; - static $style_Setter(mthis, value) native "FontFace_style_Setter"; + static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter"; - static $unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; + static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; - static $unicodeRange_Setter(mthis, value) native "FontFace_unicodeRange_Setter"; + static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRange_Setter"; - static $variant_Getter(mthis) native "FontFace_variant_Getter"; + static variant_Getter(mthis) native "FontFace_variant_Getter"; - static $variant_Setter(mthis, value) native "FontFace_variant_Setter"; + static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter"; - static $weight_Getter(mthis) native "FontFace_weight_Getter"; + static weight_Getter(mthis) native "FontFace_weight_Getter"; - static $weight_Setter(mthis, value) native "FontFace_weight_Setter"; + static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter"; - static $load_Callback(mthis) native "FontFace_load_Callback_RESOLVER_STRING_0_"; + static load_Callback(mthis) native "FontFace_load_Callback"; } class BlinkFontFaceSet { - static $size_Getter(mthis) native "FontFaceSet_size_Getter"; + static size_Getter(mthis) native "FontFaceSet_size_Getter"; - static $status_Getter(mthis) native "FontFaceSet_status_Getter"; + static status_Getter(mthis) native "FontFaceSet_status_Getter"; - static $add_Callback(mthis, fontFace) native "FontFaceSet_add_Callback_RESOLVER_STRING_1_FontFace"; + static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback_FontFace"; - static $check_Callback(mthis, font, text) native "FontFaceSet_check_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static check_Callback_DOMString_DOMString(mthis, font, text) native "FontFaceSet_check_Callback_DOMString_DOMString"; - static $clear_Callback(mthis) native "FontFaceSet_clear_Callback_RESOLVER_STRING_0_"; + static clear_Callback(mthis) native "FontFaceSet_clear_Callback"; - static $delete_Callback(mthis, fontFace) native "FontFaceSet_delete_Callback_RESOLVER_STRING_1_FontFace"; + static delete_Callback_FontFace(mthis, fontFace) native "FontFaceSet_delete_Callback_FontFace"; - static $_forEach_1_Callback(mthis, callback, thisArg) native "FontFaceSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_ScriptValue"; + static forEach_Callback_FontFaceSetForEachCallback_ScriptValue(mthis, callback, thisArg) native "FontFaceSet_forEach_Callback_FontFaceSetForEachCallback_ScriptValue"; - static $_forEach_2_Callback(mthis, callback) native "FontFaceSet_forEach_Callback_RESOLVER_STRING_1_FontFaceSetForEachCallback"; + static forEach_Callback_FontFaceSetForEachCallback(mthis, callback) native "FontFaceSet_forEach_Callback_FontFaceSetForEachCallback"; - static $has_Callback(mthis, fontFace) native "FontFaceSet_has_Callback_RESOLVER_STRING_1_FontFace"; + static has_Callback_FontFace(mthis, fontFace) native "FontFaceSet_has_Callback_FontFace"; } class BlinkFormData { - static $constructorCallback(form) native "FormData_constructorCallback_RESOLVER_STRING_1_HTMLFormElement"; + static constructorCallback_HTMLFormElement(form) native "FormData_constructorCallback_HTMLFormElement"; - static $append_Callback(mthis, name, value) native "FormData_append_Callback"; + static append_Callback_DOMString_DOMString(mthis, name, value) native "FormData_append_Callback"; - static $appendBlob_Callback(mthis, name, value, filename) native "FormData_append_Callback"; + static append_Callback_DOMString_Blob_DOMString(mthis, name, value, filename) native "FormData_append_Callback"; } class BlinkGainNode { - static $gain_Getter(mthis) native "GainNode_gain_Getter"; + static gain_Getter(mthis) native "GainNode_gain_Getter"; } class BlinkGamepad { - static $axes_Getter(mthis) native "Gamepad_axes_Getter"; + static axes_Getter(mthis) native "Gamepad_axes_Getter"; - static $buttons_Getter(mthis) native "WebKitGamepad_buttons_Getter"; + static buttons_Getter(mthis) native "WebKitGamepad_buttons_Getter"; - static $id_Getter(mthis) native "Gamepad_id_Getter"; + static id_Getter(mthis) native "Gamepad_id_Getter"; - static $index_Getter(mthis) native "Gamepad_index_Getter"; + static index_Getter(mthis) native "Gamepad_index_Getter"; - static $timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; + static timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; } class BlinkGamepadList { - static $length_Getter(mthis) native "GamepadList_length_Getter"; + static length_Getter(mthis) native "GamepadList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "GamepadList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "GamepadList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsigned long"; } class BlinkGeolocation { - static $clearWatch_Callback(mthis, watchID) native "Geolocation_clearWatch_Callback_RESOLVER_STRING_1_long"; + static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch_Callback_long"; - static $getCurrentPosition_Callback(mthis, successCallback, errorCallback, options) native "Geolocation_getCurrentPosition_Callback"; + static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_object(mthis, successCallback, errorCallback, options) native "Geolocation_getCurrentPosition_Callback"; - static $watchPosition_Callback(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback"; + static watchPosition_Callback_PositionCallback_PositionErrorCallback_object(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback"; } class BlinkGeoposition { - static $coords_Getter(mthis) native "Geoposition_coords_Getter"; + static coords_Getter(mthis) native "Geoposition_coords_Getter"; - static $timestamp_Getter(mthis) native "Geoposition_timestamp_Getter"; + static timestamp_Getter(mthis) native "Geoposition_timestamp_Getter"; } class BlinkHTMLAllCollection { - static $item_Callback(mthis, index) native "HTMLAllCollection_item_Callback"; + static item_Callback_ul(mthis, index) native "HTMLAllCollection_item_Callback"; } class BlinkHTMLElement { - static $contentEditable_Getter(mthis) native "HTMLElement_contentEditable_Getter"; + static contentEditable_Getter(mthis) native "HTMLElement_contentEditable_Getter"; - static $contentEditable_Setter(mthis, value) native "HTMLElement_contentEditable_Setter"; + static contentEditable_Setter_DOMString(mthis, value) native "HTMLElement_contentEditable_Setter"; - static $dir_Getter(mthis) native "HTMLElement_dir_Getter"; + static dir_Getter(mthis) native "HTMLElement_dir_Getter"; - static $dir_Setter(mthis, value) native "HTMLElement_dir_Setter"; + static dir_Setter_DOMString(mthis, value) native "HTMLElement_dir_Setter"; - static $draggable_Getter(mthis) native "HTMLElement_draggable_Getter"; + static draggable_Getter(mthis) native "HTMLElement_draggable_Getter"; - static $draggable_Setter(mthis, value) native "HTMLElement_draggable_Setter"; + static draggable_Setter_boolean(mthis, value) native "HTMLElement_draggable_Setter"; - static $hidden_Getter(mthis) native "HTMLElement_hidden_Getter"; + static hidden_Getter(mthis) native "HTMLElement_hidden_Getter"; - static $hidden_Setter(mthis, value) native "HTMLElement_hidden_Setter"; + static hidden_Setter_boolean(mthis, value) native "HTMLElement_hidden_Setter"; - static $inputMethodContext_Getter(mthis) native "HTMLElement_inputMethodContext_Getter"; + static inputMethodContext_Getter(mthis) native "HTMLElement_inputMethodContext_Getter"; - static $isContentEditable_Getter(mthis) native "HTMLElement_isContentEditable_Getter"; + static isContentEditable_Getter(mthis) native "HTMLElement_isContentEditable_Getter"; - static $lang_Getter(mthis) native "HTMLElement_lang_Getter"; + static lang_Getter(mthis) native "HTMLElement_lang_Getter"; - static $lang_Setter(mthis, value) native "HTMLElement_lang_Setter"; + static lang_Setter_DOMString(mthis, value) native "HTMLElement_lang_Setter"; - static $spellcheck_Getter(mthis) native "HTMLElement_spellcheck_Getter"; + static spellcheck_Getter(mthis) native "HTMLElement_spellcheck_Getter"; - static $spellcheck_Setter(mthis, value) native "HTMLElement_spellcheck_Setter"; + static spellcheck_Setter_boolean(mthis, value) native "HTMLElement_spellcheck_Setter"; - static $tabIndex_Getter(mthis) native "HTMLElement_tabIndex_Getter"; + static tabIndex_Getter(mthis) native "HTMLElement_tabIndex_Getter"; - static $tabIndex_Setter(mthis, value) native "HTMLElement_tabIndex_Setter"; + static tabIndex_Setter_long(mthis, value) native "HTMLElement_tabIndex_Setter"; - static $title_Getter(mthis) native "HTMLElement_title_Getter"; + static title_Getter(mthis) native "HTMLElement_title_Getter"; - static $title_Setter(mthis, value) native "HTMLElement_title_Setter"; + static title_Setter_DOMString(mthis, value) native "HTMLElement_title_Setter"; - static $translate_Getter(mthis) native "HTMLElement_translate_Getter"; + static translate_Getter(mthis) native "HTMLElement_translate_Getter"; - static $translate_Setter(mthis, value) native "HTMLElement_translate_Setter"; + static translate_Setter_boolean(mthis, value) native "HTMLElement_translate_Setter"; - static $webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzone_Getter"; + static webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzone_Getter"; - static $webkitdropzone_Setter(mthis, value) native "HTMLElement_webkitdropzone_Setter"; + static webkitdropzone_Setter_DOMString(mthis, value) native "HTMLElement_webkitdropzone_Setter"; - static $click_Callback(mthis) native "HTMLElement_click_Callback_RESOLVER_STRING_0_"; + static click_Callback(mthis) native "HTMLElement_click_Callback"; } class BlinkURLUtils { - static $hash_Getter(mthis) native "URL_hash_Getter"; + static hash_Getter(mthis) native "URL_hash_Getter"; - static $hash_Setter(mthis, value) native "URL_hash_Setter"; + static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter"; - static $host_Getter(mthis) native "URL_host_Getter"; + static host_Getter(mthis) native "URL_host_Getter"; - static $host_Setter(mthis, value) native "URL_host_Setter"; + static host_Setter_DOMString(mthis, value) native "URL_host_Setter"; - static $hostname_Getter(mthis) native "URL_hostname_Getter"; + static hostname_Getter(mthis) native "URL_hostname_Getter"; - static $hostname_Setter(mthis, value) native "URL_hostname_Setter"; + static hostname_Setter_DOMString(mthis, value) native "URL_hostname_Setter"; - static $href_Getter(mthis) native "URL_href_Getter"; + static href_Getter(mthis) native "URL_href_Getter"; - static $href_Setter(mthis, value) native "URL_href_Setter"; + static href_Setter_DOMString(mthis, value) native "URL_href_Setter"; - static $origin_Getter(mthis) native "URL_origin_Getter"; + static origin_Getter(mthis) native "URL_origin_Getter"; - static $password_Getter(mthis) native "URL_password_Getter"; + static password_Getter(mthis) native "URL_password_Getter"; - static $password_Setter(mthis, value) native "URL_password_Setter"; + static password_Setter_DOMString(mthis, value) native "URL_password_Setter"; - static $pathname_Getter(mthis) native "URL_pathname_Getter"; + static pathname_Getter(mthis) native "URL_pathname_Getter"; - static $pathname_Setter(mthis, value) native "URL_pathname_Setter"; + static pathname_Setter_DOMString(mthis, value) native "URL_pathname_Setter"; - static $port_Getter(mthis) native "URL_port_Getter"; + static port_Getter(mthis) native "URL_port_Getter"; - static $port_Setter(mthis, value) native "URL_port_Setter"; + static port_Setter_DOMString(mthis, value) native "URL_port_Setter"; - static $protocol_Getter(mthis) native "URL_protocol_Getter"; + static protocol_Getter(mthis) native "URL_protocol_Getter"; - static $protocol_Setter(mthis, value) native "URL_protocol_Setter"; + static protocol_Setter_DOMString(mthis, value) native "URL_protocol_Setter"; - static $search_Getter(mthis) native "URL_search_Getter"; + static search_Getter(mthis) native "URL_search_Getter"; - static $search_Setter(mthis, value) native "URL_search_Setter"; + static search_Setter_DOMString(mthis, value) native "URL_search_Setter"; - static $username_Getter(mthis) native "URL_username_Getter"; + static username_Getter(mthis) native "URL_username_Getter"; - static $username_Setter(mthis, value) native "URL_username_Setter"; + static username_Setter_DOMString(mthis, value) native "URL_username_Setter"; - static $toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_STRING_0_"; + static toString_Callback(mthis) native "URL_toString_Callback"; } class BlinkHTMLAnchorElement { - static $download_Getter(mthis) native "HTMLAnchorElement_download_Getter"; + static download_Getter(mthis) native "HTMLAnchorElement_download_Getter"; - static $download_Setter(mthis, value) native "HTMLAnchorElement_download_Setter"; + static download_Setter_DOMString(mthis, value) native "HTMLAnchorElement_download_Setter"; - static $hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter"; + static hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter"; - static $hreflang_Setter(mthis, value) native "HTMLAnchorElement_hreflang_Setter"; + static hreflang_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hreflang_Setter"; - static $rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter"; + static rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter"; - static $rel_Setter(mthis, value) native "HTMLAnchorElement_rel_Setter"; + static rel_Setter_DOMString(mthis, value) native "HTMLAnchorElement_rel_Setter"; - static $target_Getter(mthis) native "HTMLAnchorElement_target_Getter"; + static target_Getter(mthis) native "HTMLAnchorElement_target_Getter"; - static $target_Setter(mthis, value) native "HTMLAnchorElement_target_Setter"; + static target_Setter_DOMString(mthis, value) native "HTMLAnchorElement_target_Setter"; - static $type_Getter(mthis) native "HTMLAnchorElement_type_Getter"; + static type_Getter(mthis) native "HTMLAnchorElement_type_Getter"; - static $type_Setter(mthis, value) native "HTMLAnchorElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "HTMLAnchorElement_type_Setter"; - static $hash_Getter(mthis) native "HTMLAnchorElement_hash_Getter"; + static hash_Getter(mthis) native "HTMLAnchorElement_hash_Getter"; - static $hash_Setter(mthis, value) native "HTMLAnchorElement_hash_Setter"; + static hash_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hash_Setter"; - static $host_Getter(mthis) native "HTMLAnchorElement_host_Getter"; + static host_Getter(mthis) native "HTMLAnchorElement_host_Getter"; - static $host_Setter(mthis, value) native "HTMLAnchorElement_host_Setter"; + static host_Setter_DOMString(mthis, value) native "HTMLAnchorElement_host_Setter"; - static $hostname_Getter(mthis) native "HTMLAnchorElement_hostname_Getter"; + static hostname_Getter(mthis) native "HTMLAnchorElement_hostname_Getter"; - static $hostname_Setter(mthis, value) native "HTMLAnchorElement_hostname_Setter"; + static hostname_Setter_DOMString(mthis, value) native "HTMLAnchorElement_hostname_Setter"; - static $href_Getter(mthis) native "HTMLAnchorElement_href_Getter"; + static href_Getter(mthis) native "HTMLAnchorElement_href_Getter"; - static $href_Setter(mthis, value) native "HTMLAnchorElement_href_Setter"; + static href_Setter_DOMString(mthis, value) native "HTMLAnchorElement_href_Setter"; - static $origin_Getter(mthis) native "HTMLAnchorElement_origin_Getter"; + static origin_Getter(mthis) native "HTMLAnchorElement_origin_Getter"; - static $password_Getter(mthis) native "HTMLAnchorElement_password_Getter"; + static password_Getter(mthis) native "HTMLAnchorElement_password_Getter"; - static $password_Setter(mthis, value) native "HTMLAnchorElement_password_Setter"; + static password_Setter_DOMString(mthis, value) native "HTMLAnchorElement_password_Setter"; - static $pathname_Getter(mthis) native "HTMLAnchorElement_pathname_Getter"; + static pathname_Getter(mthis) native "HTMLAnchorElement_pathname_Getter"; - static $pathname_Setter(mthis, value) native "HTMLAnchorElement_pathname_Setter"; + static pathname_Setter_DOMString(mthis, value) native "HTMLAnchorElement_pathname_Setter"; - static $port_Getter(mthis) native "HTMLAnchorElement_port_Getter"; + static port_Getter(mthis) native "HTMLAnchorElement_port_Getter"; - static $port_Setter(mthis, value) native "HTMLAnchorElement_port_Setter"; + static port_Setter_DOMString(mthis, value) native "HTMLAnchorElement_port_Setter"; - static $protocol_Getter(mthis) native "HTMLAnchorElement_protocol_Getter"; + static protocol_Getter(mthis) native "HTMLAnchorElement_protocol_Getter"; - static $protocol_Setter(mthis, value) native "HTMLAnchorElement_protocol_Setter"; + static protocol_Setter_DOMString(mthis, value) native "HTMLAnchorElement_protocol_Setter"; - static $search_Getter(mthis) native "HTMLAnchorElement_search_Getter"; + static search_Getter(mthis) native "HTMLAnchorElement_search_Getter"; - static $search_Setter(mthis, value) native "HTMLAnchorElement_search_Setter"; + static search_Setter_DOMString(mthis, value) native "HTMLAnchorElement_search_Setter"; - static $username_Getter(mthis) native "HTMLAnchorElement_username_Getter"; + static username_Getter(mthis) native "HTMLAnchorElement_username_Getter"; - static $username_Setter(mthis, value) native "HTMLAnchorElement_username_Setter"; + static username_Setter_DOMString(mthis, value) native "HTMLAnchorElement_username_Setter"; - static $toString_Callback(mthis) native "HTMLAnchorElement_toString_Callback_RESOLVER_STRING_0_"; + static toString_Callback(mthis) native "HTMLAnchorElement_toString_Callback"; } class BlinkHTMLAppletElement {} class BlinkHTMLAreaElement { - static $alt_Getter(mthis) native "HTMLAreaElement_alt_Getter"; + static alt_Getter(mthis) native "HTMLAreaElement_alt_Getter"; - static $alt_Setter(mthis, value) native "HTMLAreaElement_alt_Setter"; + static alt_Setter_DOMString(mthis, value) native "HTMLAreaElement_alt_Setter"; - static $coords_Getter(mthis) native "HTMLAreaElement_coords_Getter"; + static coords_Getter(mthis) native "HTMLAreaElement_coords_Getter"; - static $coords_Setter(mthis, value) native "HTMLAreaElement_coords_Setter"; + static coords_Setter_DOMString(mthis, value) native "HTMLAreaElement_coords_Setter"; - static $shape_Getter(mthis) native "HTMLAreaElement_shape_Getter"; + static shape_Getter(mthis) native "HTMLAreaElement_shape_Getter"; - static $shape_Setter(mthis, value) native "HTMLAreaElement_shape_Setter"; + static shape_Setter_DOMString(mthis, value) native "HTMLAreaElement_shape_Setter"; - static $target_Getter(mthis) native "HTMLAreaElement_target_Getter"; + static target_Getter(mthis) native "HTMLAreaElement_target_Getter"; - static $target_Setter(mthis, value) native "HTMLAreaElement_target_Setter"; + static target_Setter_DOMString(mthis, value) native "HTMLAreaElement_target_Setter"; - static $hash_Getter(mthis) native "HTMLAreaElement_hash_Getter"; + static hash_Getter(mthis) native "HTMLAreaElement_hash_Getter"; - static $hash_Setter(mthis, value) native "HTMLAreaElement_hash_Setter"; + static hash_Setter_DOMString(mthis, value) native "HTMLAreaElement_hash_Setter"; - static $host_Getter(mthis) native "HTMLAreaElement_host_Getter"; + static host_Getter(mthis) native "HTMLAreaElement_host_Getter"; - static $host_Setter(mthis, value) native "HTMLAreaElement_host_Setter"; + static host_Setter_DOMString(mthis, value) native "HTMLAreaElement_host_Setter"; - static $hostname_Getter(mthis) native "HTMLAreaElement_hostname_Getter"; + static hostname_Getter(mthis) native "HTMLAreaElement_hostname_Getter"; - static $hostname_Setter(mthis, value) native "HTMLAreaElement_hostname_Setter"; + static hostname_Setter_DOMString(mthis, value) native "HTMLAreaElement_hostname_Setter"; - static $href_Getter(mthis) native "HTMLAreaElement_href_Getter"; + static href_Getter(mthis) native "HTMLAreaElement_href_Getter"; - static $href_Setter(mthis, value) native "HTMLAreaElement_href_Setter"; + static href_Setter_DOMString(mthis, value) native "HTMLAreaElement_href_Setter"; - static $origin_Getter(mthis) native "HTMLAreaElement_origin_Getter"; + static origin_Getter(mthis) native "HTMLAreaElement_origin_Getter"; - static $password_Getter(mthis) native "HTMLAreaElement_password_Getter"; + static password_Getter(mthis) native "HTMLAreaElement_password_Getter"; - static $password_Setter(mthis, value) native "HTMLAreaElement_password_Setter"; + static password_Setter_DOMString(mthis, value) native "HTMLAreaElement_password_Setter"; - static $pathname_Getter(mthis) native "HTMLAreaElement_pathname_Getter"; + static pathname_Getter(mthis) native "HTMLAreaElement_pathname_Getter"; - static $pathname_Setter(mthis, value) native "HTMLAreaElement_pathname_Setter"; + static pathname_Setter_DOMString(mthis, value) native "HTMLAreaElement_pathname_Setter"; - static $port_Getter(mthis) native "HTMLAreaElement_port_Getter"; + static port_Getter(mthis) native "HTMLAreaElement_port_Getter"; - static $port_Setter(mthis, value) native "HTMLAreaElement_port_Setter"; + static port_Setter_DOMString(mthis, value) native "HTMLAreaElement_port_Setter"; - static $protocol_Getter(mthis) native "HTMLAreaElement_protocol_Getter"; + static protocol_Getter(mthis) native "HTMLAreaElement_protocol_Getter"; - static $protocol_Setter(mthis, value) native "HTMLAreaElement_protocol_Setter"; + static protocol_Setter_DOMString(mthis, value) native "HTMLAreaElement_protocol_Setter"; - static $search_Getter(mthis) native "HTMLAreaElement_search_Getter"; + static search_Getter(mthis) native "HTMLAreaElement_search_Getter"; - static $search_Setter(mthis, value) native "HTMLAreaElement_search_Setter"; + static search_Setter_DOMString(mthis, value) native "HTMLAreaElement_search_Setter"; - static $username_Getter(mthis) native "HTMLAreaElement_username_Getter"; + static username_Getter(mthis) native "HTMLAreaElement_username_Getter"; - static $username_Setter(mthis, value) native "HTMLAreaElement_username_Setter"; + static username_Setter_DOMString(mthis, value) native "HTMLAreaElement_username_Setter"; - static $toString_Callback(mthis) native "HTMLAreaElement_toString_Callback_RESOLVER_STRING_0_"; + static toString_Callback(mthis) native "HTMLAreaElement_toString_Callback"; } class BlinkHTMLMediaElement { - static $autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter"; + static autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter"; - static $autoplay_Setter(mthis, value) native "HTMLMediaElement_autoplay_Setter"; + static autoplay_Setter_boolean(mthis, value) native "HTMLMediaElement_autoplay_Setter"; - static $buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter"; + static buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter"; - static $controller_Getter(mthis) native "HTMLMediaElement_controller_Getter"; + static controller_Getter(mthis) native "HTMLMediaElement_controller_Getter"; - static $controller_Setter(mthis, value) native "HTMLMediaElement_controller_Setter"; + static controller_Setter_MediaController(mthis, value) native "HTMLMediaElement_controller_Setter"; - static $controls_Getter(mthis) native "HTMLMediaElement_controls_Getter"; + static controls_Getter(mthis) native "HTMLMediaElement_controls_Getter"; - static $controls_Setter(mthis, value) native "HTMLMediaElement_controls_Setter"; + static controls_Setter_boolean(mthis, value) native "HTMLMediaElement_controls_Setter"; - static $crossOrigin_Getter(mthis) native "HTMLMediaElement_crossOrigin_Getter"; + static crossOrigin_Getter(mthis) native "HTMLMediaElement_crossOrigin_Getter"; - static $crossOrigin_Setter(mthis, value) native "HTMLMediaElement_crossOrigin_Setter"; + static crossOrigin_Setter_DOMString(mthis, value) native "HTMLMediaElement_crossOrigin_Setter"; - static $currentSrc_Getter(mthis) native "HTMLMediaElement_currentSrc_Getter"; + static currentSrc_Getter(mthis) native "HTMLMediaElement_currentSrc_Getter"; - static $currentTime_Getter(mthis) native "HTMLMediaElement_currentTime_Getter"; + static currentTime_Getter(mthis) native "HTMLMediaElement_currentTime_Getter"; - static $currentTime_Setter(mthis, value) native "HTMLMediaElement_currentTime_Setter"; + static currentTime_Setter_double(mthis, value) native "HTMLMediaElement_currentTime_Setter"; - static $defaultMuted_Getter(mthis) native "HTMLMediaElement_defaultMuted_Getter"; + static defaultMuted_Getter(mthis) native "HTMLMediaElement_defaultMuted_Getter"; - static $defaultMuted_Setter(mthis, value) native "HTMLMediaElement_defaultMuted_Setter"; + static defaultMuted_Setter_boolean(mthis, value) native "HTMLMediaElement_defaultMuted_Setter"; - static $defaultPlaybackRate_Getter(mthis) native "HTMLMediaElement_defaultPlaybackRate_Getter"; + static defaultPlaybackRate_Getter(mthis) native "HTMLMediaElement_defaultPlaybackRate_Getter"; - static $defaultPlaybackRate_Setter(mthis, value) native "HTMLMediaElement_defaultPlaybackRate_Setter"; + static defaultPlaybackRate_Setter_double(mthis, value) native "HTMLMediaElement_defaultPlaybackRate_Setter"; - static $duration_Getter(mthis) native "HTMLMediaElement_duration_Getter"; + static duration_Getter(mthis) native "HTMLMediaElement_duration_Getter"; - static $ended_Getter(mthis) native "HTMLMediaElement_ended_Getter"; + static ended_Getter(mthis) native "HTMLMediaElement_ended_Getter"; - static $error_Getter(mthis) native "HTMLMediaElement_error_Getter"; + static error_Getter(mthis) native "HTMLMediaElement_error_Getter"; - static $loop_Getter(mthis) native "HTMLMediaElement_loop_Getter"; + static loop_Getter(mthis) native "HTMLMediaElement_loop_Getter"; - static $loop_Setter(mthis, value) native "HTMLMediaElement_loop_Setter"; + static loop_Setter_boolean(mthis, value) native "HTMLMediaElement_loop_Setter"; - static $mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaGroup_Getter"; + static mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaGroup_Getter"; - static $mediaGroup_Setter(mthis, value) native "HTMLMediaElement_mediaGroup_Setter"; + static mediaGroup_Setter_DOMString(mthis, value) native "HTMLMediaElement_mediaGroup_Setter"; - static $mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKeys_Getter"; + static mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKeys_Getter"; - static $muted_Getter(mthis) native "HTMLMediaElement_muted_Getter"; + static muted_Getter(mthis) native "HTMLMediaElement_muted_Getter"; - static $muted_Setter(mthis, value) native "HTMLMediaElement_muted_Setter"; + static muted_Setter_boolean(mthis, value) native "HTMLMediaElement_muted_Setter"; - static $networkState_Getter(mthis) native "HTMLMediaElement_networkState_Getter"; + static networkState_Getter(mthis) native "HTMLMediaElement_networkState_Getter"; - static $paused_Getter(mthis) native "HTMLMediaElement_paused_Getter"; + static paused_Getter(mthis) native "HTMLMediaElement_paused_Getter"; - static $playbackRate_Getter(mthis) native "HTMLMediaElement_playbackRate_Getter"; + static playbackRate_Getter(mthis) native "HTMLMediaElement_playbackRate_Getter"; - static $playbackRate_Setter(mthis, value) native "HTMLMediaElement_playbackRate_Setter"; + static playbackRate_Setter_double(mthis, value) native "HTMLMediaElement_playbackRate_Setter"; - static $played_Getter(mthis) native "HTMLMediaElement_played_Getter"; + static played_Getter(mthis) native "HTMLMediaElement_played_Getter"; - static $preload_Getter(mthis) native "HTMLMediaElement_preload_Getter"; + static preload_Getter(mthis) native "HTMLMediaElement_preload_Getter"; - static $preload_Setter(mthis, value) native "HTMLMediaElement_preload_Setter"; + static preload_Setter_DOMString(mthis, value) native "HTMLMediaElement_preload_Setter"; - static $readyState_Getter(mthis) native "HTMLMediaElement_readyState_Getter"; + static readyState_Getter(mthis) native "HTMLMediaElement_readyState_Getter"; - static $seekable_Getter(mthis) native "HTMLMediaElement_seekable_Getter"; + static seekable_Getter(mthis) native "HTMLMediaElement_seekable_Getter"; - static $seeking_Getter(mthis) native "HTMLMediaElement_seeking_Getter"; + static seeking_Getter(mthis) native "HTMLMediaElement_seeking_Getter"; - static $src_Getter(mthis) native "HTMLMediaElement_src_Getter"; + static src_Getter(mthis) native "HTMLMediaElement_src_Getter"; - static $src_Setter(mthis, value) native "HTMLMediaElement_src_Setter"; + static src_Setter_DOMString(mthis, value) native "HTMLMediaElement_src_Setter"; - static $textTracks_Getter(mthis) native "HTMLMediaElement_textTracks_Getter"; + static textTracks_Getter(mthis) native "HTMLMediaElement_textTracks_Getter"; - static $volume_Getter(mthis) native "HTMLMediaElement_volume_Getter"; + static volume_Getter(mthis) native "HTMLMediaElement_volume_Getter"; - static $volume_Setter(mthis, value) native "HTMLMediaElement_volume_Setter"; + static volume_Setter_double(mthis, value) native "HTMLMediaElement_volume_Setter"; - static $webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webkitAudioDecodedByteCount_Getter"; + static webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webkitAudioDecodedByteCount_Getter"; - static $webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webkitVideoDecodedByteCount_Getter"; + static webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_webkitVideoDecodedByteCount_Getter"; - static $_addTextTrack_1_Callback(mthis, kind, label, language) native "HTMLMediaElement_addTextTrack_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString"; + static addTextTrack_Callback_DOMString_DOMString_DOMString(mthis, kind, label, language) native "HTMLMediaElement_addTextTrack_Callback_DOMString_DOMString_DOMString"; - static $_addTextTrack_2_Callback(mthis, kind, label) native "HTMLMediaElement_addTextTrack_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static addTextTrack_Callback_DOMString_DOMString(mthis, kind, label) native "HTMLMediaElement_addTextTrack_Callback_DOMString_DOMString"; - static $_addTextTrack_3_Callback(mthis, kind) native "HTMLMediaElement_addTextTrack_Callback_RESOLVER_STRING_1_DOMString"; + static addTextTrack_Callback_DOMString(mthis, kind) native "HTMLMediaElement_addTextTrack_Callback_DOMString"; - static $canPlayType_Callback(mthis, type, keySystem) native "HTMLMediaElement_canPlayType_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static canPlayType_Callback_DOMString_DOMString(mthis, type, keySystem) native "HTMLMediaElement_canPlayType_Callback_DOMString_DOMString"; - static $load_Callback(mthis) native "HTMLMediaElement_load_Callback_RESOLVER_STRING_0_"; + static load_Callback(mthis) native "HTMLMediaElement_load_Callback"; - static $pause_Callback(mthis) native "HTMLMediaElement_pause_Callback_RESOLVER_STRING_0_"; + static pause_Callback(mthis) native "HTMLMediaElement_pause_Callback"; - static $play_Callback(mthis) native "HTMLMediaElement_play_Callback_RESOLVER_STRING_0_"; + static play_Callback(mthis) native "HTMLMediaElement_play_Callback"; - static $setMediaKeys_Callback(mthis, mediaKeys) native "HTMLMediaElement_setMediaKeys_Callback_RESOLVER_STRING_1_MediaKeys"; + static setMediaKeys_Callback_MediaKeys(mthis, mediaKeys) native "HTMLMediaElement_setMediaKeys_Callback_MediaKeys"; - static $_webkitAddKey_1_Callback(mthis, keySystem, key, initData, sessionId) native "HTMLMediaElement_webkitAddKey_Callback_RESOLVER_STRING_4_DOMString_Uint8Array_Uint8Array_DOMString"; + static webkitAddKey_Callback_DOMString_Uint8Array_Uint8Array_DOMString(mthis, keySystem, key, initData, sessionId) native "HTMLMediaElement_webkitAddKey_Callback_DOMString_Uint8Array_Uint8Array_DOMString"; - static $_webkitAddKey_2_Callback(mthis, keySystem, key) native "HTMLMediaElement_webkitAddKey_Callback_RESOLVER_STRING_2_DOMString_Uint8Array"; + static webkitAddKey_Callback_DOMString_Uint8Array(mthis, keySystem, key) native "HTMLMediaElement_webkitAddKey_Callback_DOMString_Uint8Array"; - static $webkitCancelKeyRequest_Callback(mthis, keySystem, sessionId) native "HTMLMediaElement_webkitCancelKeyRequest_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static webkitCancelKeyRequest_Callback_DOMString_DOMString(mthis, keySystem, sessionId) native "HTMLMediaElement_webkitCancelKeyRequest_Callback_DOMString_DOMString"; - static $_webkitGenerateKeyRequest_1_Callback(mthis, keySystem, initData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_RESOLVER_STRING_2_DOMString_Uint8Array"; + static webkitGenerateKeyRequest_Callback_DOMString_Uint8Array(mthis, keySystem, initData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_DOMString_Uint8Array"; - static $_webkitGenerateKeyRequest_2_Callback(mthis, keySystem) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_RESOLVER_STRING_1_DOMString"; + static webkitGenerateKeyRequest_Callback_DOMString(mthis, keySystem) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_DOMString"; } class BlinkHTMLAudioElement { - static $_create_1constructorCallback(src) native "HTMLAudioElement_constructorCallback_RESOLVER_STRING_1_DOMString"; + static constructorCallback_DOMString(src) native "HTMLAudioElement_constructorCallback_DOMString"; } class BlinkHTMLBRElement {} class BlinkHTMLBaseElement { - static $href_Getter(mthis) native "HTMLBaseElement_href_Getter"; + static href_Getter(mthis) native "HTMLBaseElement_href_Getter"; - static $href_Setter(mthis, value) native "HTMLBaseElement_href_Setter"; + static href_Setter_DOMString(mthis, value) native "HTMLBaseElement_href_Setter"; - static $target_Getter(mthis) native "HTMLBaseElement_target_Getter"; + static target_Getter(mthis) native "HTMLBaseElement_target_Getter"; - static $target_Setter(mthis, value) native "HTMLBaseElement_target_Setter"; + static target_Setter_DOMString(mthis, value) native "HTMLBaseElement_target_Setter"; } class BlinkWindowEventHandlers {} @@ -2233,123 +2217,121 @@ class BlinkWindowEventHandlers {} class BlinkHTMLBodyElement {} class BlinkHTMLButtonElement { - static $autofocus_Getter(mthis) native "HTMLButtonElement_autofocus_Getter"; + static autofocus_Getter(mthis) native "HTMLButtonElement_autofocus_Getter"; - static $autofocus_Setter(mthis, value) native "HTMLButtonElement_autofocus_Setter"; + static autofocus_Setter_boolean(mthis, value) native "HTMLButtonElement_autofocus_Setter"; - static $disabled_Getter(mthis) native "HTMLButtonElement_disabled_Getter"; + static disabled_Getter(mthis) native "HTMLButtonElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "HTMLButtonElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "HTMLButtonElement_disabled_Setter"; - static $form_Getter(mthis) native "HTMLButtonElement_form_Getter"; + static form_Getter(mthis) native "HTMLButtonElement_form_Getter"; - static $formAction_Getter(mthis) native "HTMLButtonElement_formAction_Getter"; + static formAction_Getter(mthis) native "HTMLButtonElement_formAction_Getter"; - static $formAction_Setter(mthis, value) native "HTMLButtonElement_formAction_Setter"; + static formAction_Setter_DOMString(mthis, value) native "HTMLButtonElement_formAction_Setter"; - static $formEnctype_Getter(mthis) native "HTMLButtonElement_formEnctype_Getter"; + static formEnctype_Getter(mthis) native "HTMLButtonElement_formEnctype_Getter"; - static $formEnctype_Setter(mthis, value) native "HTMLButtonElement_formEnctype_Setter"; + static formEnctype_Setter_DOMString(mthis, value) native "HTMLButtonElement_formEnctype_Setter"; - static $formMethod_Getter(mthis) native "HTMLButtonElement_formMethod_Getter"; + static formMethod_Getter(mthis) native "HTMLButtonElement_formMethod_Getter"; - static $formMethod_Setter(mthis, value) native "HTMLButtonElement_formMethod_Setter"; + static formMethod_Setter_DOMString(mthis, value) native "HTMLButtonElement_formMethod_Setter"; - static $formNoValidate_Getter(mthis) native "HTMLButtonElement_formNoValidate_Getter"; + static formNoValidate_Getter(mthis) native "HTMLButtonElement_formNoValidate_Getter"; - static $formNoValidate_Setter(mthis, value) native "HTMLButtonElement_formNoValidate_Setter"; + static formNoValidate_Setter_boolean(mthis, value) native "HTMLButtonElement_formNoValidate_Setter"; - static $formTarget_Getter(mthis) native "HTMLButtonElement_formTarget_Getter"; + static formTarget_Getter(mthis) native "HTMLButtonElement_formTarget_Getter"; - static $formTarget_Setter(mthis, value) native "HTMLButtonElement_formTarget_Setter"; + static formTarget_Setter_DOMString(mthis, value) native "HTMLButtonElement_formTarget_Setter"; - static $labels_Getter(mthis) native "HTMLButtonElement_labels_Getter"; + static labels_Getter(mthis) native "HTMLButtonElement_labels_Getter"; - static $name_Getter(mthis) native "HTMLButtonElement_name_Getter"; + static name_Getter(mthis) native "HTMLButtonElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLButtonElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLButtonElement_name_Setter"; - static $type_Getter(mthis) native "HTMLButtonElement_type_Getter"; + static type_Getter(mthis) native "HTMLButtonElement_type_Getter"; - static $type_Setter(mthis, value) native "HTMLButtonElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "HTMLButtonElement_type_Setter"; - static $validationMessage_Getter(mthis) native "HTMLButtonElement_validationMessage_Getter"; + static validationMessage_Getter(mthis) native "HTMLButtonElement_validationMessage_Getter"; - static $validity_Getter(mthis) native "HTMLButtonElement_validity_Getter"; + static validity_Getter(mthis) native "HTMLButtonElement_validity_Getter"; - static $value_Getter(mthis) native "HTMLButtonElement_value_Getter"; + static value_Getter(mthis) native "HTMLButtonElement_value_Getter"; - static $value_Setter(mthis, value) native "HTMLButtonElement_value_Setter"; + static value_Setter_DOMString(mthis, value) native "HTMLButtonElement_value_Setter"; - static $willValidate_Getter(mthis) native "HTMLButtonElement_willValidate_Getter"; + static willValidate_Getter(mthis) native "HTMLButtonElement_willValidate_Getter"; - static $checkValidity_Callback(mthis) native "HTMLButtonElement_checkValidity_Callback_RESOLVER_STRING_0_"; + static checkValidity_Callback(mthis) native "HTMLButtonElement_checkValidity_Callback"; - static $setCustomValidity_Callback(mthis, error) native "HTMLButtonElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; + static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLButtonElement_setCustomValidity_Callback_DOMString"; } class BlinkHTMLCanvasElement { - static $height_Getter(mthis) native "HTMLCanvasElement_height_Getter"; + static height_Getter(mthis) native "HTMLCanvasElement_height_Getter"; - static $height_Setter(mthis, value) native "HTMLCanvasElement_height_Setter"; + static height_Setter_long(mthis, value) native "HTMLCanvasElement_height_Setter"; - static $width_Getter(mthis) native "HTMLCanvasElement_width_Getter"; + static width_Getter(mthis) native "HTMLCanvasElement_width_Getter"; - static $width_Setter(mthis, value) native "HTMLCanvasElement_width_Setter"; + static width_Setter_long(mthis, value) native "HTMLCanvasElement_width_Setter"; - static $getContext_Callback(mthis, contextId, attrs) native "HTMLCanvasElement_getContext_Callback"; + static getContext_Callback_DOMString_Dictionary(mthis, contextId, attrs) native "HTMLCanvasElement_getContext_Callback"; - static $toDataURL_Callback(mthis, type, quality) native "HTMLCanvasElement_toDataURL_Callback"; + static toDataURL_Callback_DOMString_float(mthis, type, quality) native "HTMLCanvasElement_toDataURL_Callback"; } class BlinkHTMLCollection { - static $length_Getter(mthis) native "HTMLCollection_length_Getter"; + static length_Getter(mthis) native "HTMLCollection_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "HTMLCollection_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "HTMLCollection_item_Callback_unsigned long"; - static $item_Callback(mthis, index) native "HTMLCollection_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $namedItem_Callback(mthis, name) native "HTMLCollection_namedItem_Callback_RESOLVER_STRING_1_DOMString"; + static namedItem_Callback_DOMString(mthis, name) native "HTMLCollection_namedItem_Callback_DOMString"; } class BlinkHTMLContentElement { - static $resetStyleInheritance_Getter(mthis) native "HTMLContentElement_resetStyleInheritance_Getter"; + static resetStyleInheritance_Getter(mthis) native "HTMLContentElement_resetStyleInheritance_Getter"; - static $resetStyleInheritance_Setter(mthis, value) native "HTMLContentElement_resetStyleInheritance_Setter"; + static resetStyleInheritance_Setter_boolean(mthis, value) native "HTMLContentElement_resetStyleInheritance_Setter"; - static $select_Getter(mthis) native "HTMLContentElement_select_Getter"; + static select_Getter(mthis) native "HTMLContentElement_select_Getter"; - static $select_Setter(mthis, value) native "HTMLContentElement_select_Setter"; + static select_Setter_DOMString(mthis, value) native "HTMLContentElement_select_Setter"; - static $getDistributedNodes_Callback(mthis) native "HTMLContentElement_getDistributedNodes_Callback_RESOLVER_STRING_0_"; + static getDistributedNodes_Callback(mthis) native "HTMLContentElement_getDistributedNodes_Callback"; } class BlinkHTMLDListElement {} class BlinkHTMLDataListElement { - static $options_Getter(mthis) native "HTMLDataListElement_options_Getter"; + static options_Getter(mthis) native "HTMLDataListElement_options_Getter"; } class BlinkHTMLDetailsElement { - static $open_Getter(mthis) native "HTMLDetailsElement_open_Getter"; + static open_Getter(mthis) native "HTMLDetailsElement_open_Getter"; - static $open_Setter(mthis, value) native "HTMLDetailsElement_open_Setter"; + static open_Setter_boolean(mthis, value) native "HTMLDetailsElement_open_Setter"; } class BlinkHTMLDialogElement { - static $open_Getter(mthis) native "HTMLDialogElement_open_Getter"; + static open_Getter(mthis) native "HTMLDialogElement_open_Getter"; - static $open_Setter(mthis, value) native "HTMLDialogElement_open_Setter"; + static open_Setter_boolean(mthis, value) native "HTMLDialogElement_open_Setter"; - static $returnValue_Getter(mthis) native "HTMLDialogElement_returnValue_Getter"; + static returnValue_Getter(mthis) native "HTMLDialogElement_returnValue_Getter"; - static $returnValue_Setter(mthis, value) native "HTMLDialogElement_returnValue_Setter"; + static returnValue_Setter_DOMString(mthis, value) native "HTMLDialogElement_returnValue_Setter"; - static $close_Callback(mthis, returnValue) native "HTMLDialogElement_close_Callback_RESOLVER_STRING_1_DOMString"; + static close_Callback_DOMString(mthis, returnValue) native "HTMLDialogElement_close_Callback_DOMString"; - static $show_Callback(mthis) native "HTMLDialogElement_show_Callback_RESOLVER_STRING_0_"; + static show_Callback(mthis) native "HTMLDialogElement_show_Callback"; - static $showModal_Callback(mthis) native "HTMLDialogElement_showModal_Callback_RESOLVER_STRING_0_"; + static showModal_Callback(mthis) native "HTMLDialogElement_showModal_Callback"; } class BlinkHTMLDirectoryElement {} @@ -2359,55 +2341,55 @@ class BlinkHTMLDivElement {} class BlinkHTMLDocument {} class BlinkHTMLEmbedElement { - static $height_Getter(mthis) native "HTMLEmbedElement_height_Getter"; + static height_Getter(mthis) native "HTMLEmbedElement_height_Getter"; - static $height_Setter(mthis, value) native "HTMLEmbedElement_height_Setter"; + static height_Setter_DOMString(mthis, value) native "HTMLEmbedElement_height_Setter"; - static $name_Getter(mthis) native "HTMLEmbedElement_name_Getter"; + static name_Getter(mthis) native "HTMLEmbedElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLEmbedElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLEmbedElement_name_Setter"; - static $src_Getter(mthis) native "HTMLEmbedElement_src_Getter"; + static src_Getter(mthis) native "HTMLEmbedElement_src_Getter"; - static $src_Setter(mthis, value) native "HTMLEmbedElement_src_Setter"; + static src_Setter_DOMString(mthis, value) native "HTMLEmbedElement_src_Setter"; - static $type_Getter(mthis) native "HTMLEmbedElement_type_Getter"; + static type_Getter(mthis) native "HTMLEmbedElement_type_Getter"; - static $type_Setter(mthis, value) native "HTMLEmbedElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "HTMLEmbedElement_type_Setter"; - static $width_Getter(mthis) native "HTMLEmbedElement_width_Getter"; + static width_Getter(mthis) native "HTMLEmbedElement_width_Getter"; - static $width_Setter(mthis, value) native "HTMLEmbedElement_width_Setter"; + static width_Setter_DOMString(mthis, value) native "HTMLEmbedElement_width_Setter"; - static $__getter___Callback(mthis, index_OR_name) native "HTMLEmbedElement___getter___Callback"; + static $__getter___Callback_ul(mthis, index_OR_name) native "HTMLEmbedElement___getter___Callback"; - static $__setter___Callback(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback"; + static $__setter___Callback_ul_Node(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback"; } class BlinkHTMLFieldSetElement { - static $disabled_Getter(mthis) native "HTMLFieldSetElement_disabled_Getter"; + static disabled_Getter(mthis) native "HTMLFieldSetElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "HTMLFieldSetElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "HTMLFieldSetElement_disabled_Setter"; - static $elements_Getter(mthis) native "HTMLFieldSetElement_elements_Getter"; + static elements_Getter(mthis) native "HTMLFieldSetElement_elements_Getter"; - static $form_Getter(mthis) native "HTMLFieldSetElement_form_Getter"; + static form_Getter(mthis) native "HTMLFieldSetElement_form_Getter"; - static $name_Getter(mthis) native "HTMLFieldSetElement_name_Getter"; + static name_Getter(mthis) native "HTMLFieldSetElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLFieldSetElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLFieldSetElement_name_Setter"; - static $type_Getter(mthis) native "HTMLFieldSetElement_type_Getter"; + static type_Getter(mthis) native "HTMLFieldSetElement_type_Getter"; - static $validationMessage_Getter(mthis) native "HTMLFieldSetElement_validationMessage_Getter"; + static validationMessage_Getter(mthis) native "HTMLFieldSetElement_validationMessage_Getter"; - static $validity_Getter(mthis) native "HTMLFieldSetElement_validity_Getter"; + static validity_Getter(mthis) native "HTMLFieldSetElement_validity_Getter"; - static $willValidate_Getter(mthis) native "HTMLFieldSetElement_willValidate_Getter"; + static willValidate_Getter(mthis) native "HTMLFieldSetElement_willValidate_Getter"; - static $checkValidity_Callback(mthis) native "HTMLFieldSetElement_checkValidity_Callback_RESOLVER_STRING_0_"; + static checkValidity_Callback(mthis) native "HTMLFieldSetElement_checkValidity_Callback"; - static $setCustomValidity_Callback(mthis, error) native "HTMLFieldSetElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; + static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLFieldSetElement_setCustomValidity_Callback_DOMString"; } class BlinkHTMLFontElement {} @@ -2415,53 +2397,53 @@ class BlinkHTMLFontElement {} class BlinkHTMLFormControlsCollection {} class BlinkHTMLFormElement { - static $acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Getter"; + static acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Getter"; - static $acceptCharset_Setter(mthis, value) native "HTMLFormElement_acceptCharset_Setter"; + static acceptCharset_Setter_DOMString(mthis, value) native "HTMLFormElement_acceptCharset_Setter"; - static $action_Getter(mthis) native "HTMLFormElement_action_Getter"; + static action_Getter(mthis) native "HTMLFormElement_action_Getter"; - static $action_Setter(mthis, value) native "HTMLFormElement_action_Setter"; + static action_Setter_DOMString(mthis, value) native "HTMLFormElement_action_Setter"; - static $autocomplete_Getter(mthis) native "HTMLFormElement_autocomplete_Getter"; + static autocomplete_Getter(mthis) native "HTMLFormElement_autocomplete_Getter"; - static $autocomplete_Setter(mthis, value) native "HTMLFormElement_autocomplete_Setter"; + static autocomplete_Setter_DOMString(mthis, value) native "HTMLFormElement_autocomplete_Setter"; - static $encoding_Getter(mthis) native "HTMLFormElement_encoding_Getter"; + static encoding_Getter(mthis) native "HTMLFormElement_encoding_Getter"; - static $encoding_Setter(mthis, value) native "HTMLFormElement_encoding_Setter"; + static encoding_Setter_DOMString(mthis, value) native "HTMLFormElement_encoding_Setter"; - static $enctype_Getter(mthis) native "HTMLFormElement_enctype_Getter"; + static enctype_Getter(mthis) native "HTMLFormElement_enctype_Getter"; - static $enctype_Setter(mthis, value) native "HTMLFormElement_enctype_Setter"; + static enctype_Setter_DOMString(mthis, value) native "HTMLFormElement_enctype_Setter"; - static $length_Getter(mthis) native "HTMLFormElement_length_Getter"; + static length_Getter(mthis) native "HTMLFormElement_length_Getter"; - static $method_Getter(mthis) native "HTMLFormElement_method_Getter"; + static method_Getter(mthis) native "HTMLFormElement_method_Getter"; - static $method_Setter(mthis, value) native "HTMLFormElement_method_Setter"; + static method_Setter_DOMString(mthis, value) native "HTMLFormElement_method_Setter"; - static $name_Getter(mthis) native "HTMLFormElement_name_Getter"; + static name_Getter(mthis) native "HTMLFormElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLFormElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLFormElement_name_Setter"; - static $noValidate_Getter(mthis) native "HTMLFormElement_noValidate_Getter"; + static noValidate_Getter(mthis) native "HTMLFormElement_noValidate_Getter"; - static $noValidate_Setter(mthis, value) native "HTMLFormElement_noValidate_Setter"; + static noValidate_Setter_boolean(mthis, value) native "HTMLFormElement_noValidate_Setter"; - static $target_Getter(mthis) native "HTMLFormElement_target_Getter"; + static target_Getter(mthis) native "HTMLFormElement_target_Getter"; - static $target_Setter(mthis, value) native "HTMLFormElement_target_Setter"; + static target_Setter_DOMString(mthis, value) native "HTMLFormElement_target_Setter"; - static $__getter___Callback(mthis, index) native "HTMLFormElement___getter___Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_ul(mthis, index) native "HTMLFormElement___getter___Callback_unsigned long"; - static $checkValidity_Callback(mthis) native "HTMLFormElement_checkValidity_Callback_RESOLVER_STRING_0_"; + static checkValidity_Callback(mthis) native "HTMLFormElement_checkValidity_Callback"; - static $requestAutocomplete_Callback(mthis, details) native "HTMLFormElement_requestAutocomplete_Callback_RESOLVER_STRING_1_Dictionary"; + static requestAutocomplete_Callback_Dictionary(mthis, details) native "HTMLFormElement_requestAutocomplete_Callback_Dictionary"; - static $reset_Callback(mthis) native "HTMLFormElement_reset_Callback_RESOLVER_STRING_0_"; + static reset_Callback(mthis) native "HTMLFormElement_reset_Callback"; - static $submit_Callback(mthis) native "HTMLFormElement_submit_Callback_RESOLVER_STRING_0_"; + static submit_Callback(mthis) native "HTMLFormElement_submit_Callback"; } class BlinkHTMLFrameElement {} @@ -2469,9 +2451,9 @@ class BlinkHTMLFrameElement {} class BlinkHTMLFrameSetElement {} class BlinkHTMLHRElement { - static $color_Getter(mthis) native "HTMLHRElement_color_Getter"; + static color_Getter(mthis) native "HTMLHRElement_color_Getter"; - static $color_Setter(mthis, value) native "HTMLHRElement_color_Setter"; + static color_Setter_DOMString(mthis, value) native "HTMLHRElement_color_Setter"; } class BlinkHTMLHeadElement {} @@ -2481,371 +2463,371 @@ class BlinkHTMLHeadingElement {} class BlinkHTMLHtmlElement {} class BlinkHTMLIFrameElement { - static $contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Getter"; + static contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Getter"; - static $height_Getter(mthis) native "HTMLIFrameElement_height_Getter"; + static height_Getter(mthis) native "HTMLIFrameElement_height_Getter"; - static $height_Setter(mthis, value) native "HTMLIFrameElement_height_Setter"; + static height_Setter_DOMString(mthis, value) native "HTMLIFrameElement_height_Setter"; - static $name_Getter(mthis) native "HTMLIFrameElement_name_Getter"; + static name_Getter(mthis) native "HTMLIFrameElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLIFrameElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLIFrameElement_name_Setter"; - static $sandbox_Getter(mthis) native "HTMLIFrameElement_sandbox_Getter"; + static sandbox_Getter(mthis) native "HTMLIFrameElement_sandbox_Getter"; - static $sandbox_Setter(mthis, value) native "HTMLIFrameElement_sandbox_Setter"; + static sandbox_Setter_DOMString(mthis, value) native "HTMLIFrameElement_sandbox_Setter"; - static $src_Getter(mthis) native "HTMLIFrameElement_src_Getter"; + static src_Getter(mthis) native "HTMLIFrameElement_src_Getter"; - static $src_Setter(mthis, value) native "HTMLIFrameElement_src_Setter"; + static src_Setter_DOMString(mthis, value) native "HTMLIFrameElement_src_Setter"; - static $srcdoc_Getter(mthis) native "HTMLIFrameElement_srcdoc_Getter"; + static srcdoc_Getter(mthis) native "HTMLIFrameElement_srcdoc_Getter"; - static $srcdoc_Setter(mthis, value) native "HTMLIFrameElement_srcdoc_Setter"; + static srcdoc_Setter_DOMString(mthis, value) native "HTMLIFrameElement_srcdoc_Setter"; - static $width_Getter(mthis) native "HTMLIFrameElement_width_Getter"; + static width_Getter(mthis) native "HTMLIFrameElement_width_Getter"; - static $width_Setter(mthis, value) native "HTMLIFrameElement_width_Setter"; + static width_Setter_DOMString(mthis, value) native "HTMLIFrameElement_width_Setter"; } class BlinkHTMLImageElement { - static $alt_Getter(mthis) native "HTMLImageElement_alt_Getter"; + static alt_Getter(mthis) native "HTMLImageElement_alt_Getter"; - static $alt_Setter(mthis, value) native "HTMLImageElement_alt_Setter"; + static alt_Setter_DOMString(mthis, value) native "HTMLImageElement_alt_Setter"; - static $complete_Getter(mthis) native "HTMLImageElement_complete_Getter"; + static complete_Getter(mthis) native "HTMLImageElement_complete_Getter"; - static $crossOrigin_Getter(mthis) native "HTMLImageElement_crossOrigin_Getter"; + static crossOrigin_Getter(mthis) native "HTMLImageElement_crossOrigin_Getter"; - static $crossOrigin_Setter(mthis, value) native "HTMLImageElement_crossOrigin_Setter"; + static crossOrigin_Setter_DOMString(mthis, value) native "HTMLImageElement_crossOrigin_Setter"; - static $height_Getter(mthis) native "HTMLImageElement_height_Getter"; + static height_Getter(mthis) native "HTMLImageElement_height_Getter"; - static $height_Setter(mthis, value) native "HTMLImageElement_height_Setter"; + static height_Setter_long(mthis, value) native "HTMLImageElement_height_Setter"; - static $isMap_Getter(mthis) native "HTMLImageElement_isMap_Getter"; + static isMap_Getter(mthis) native "HTMLImageElement_isMap_Getter"; - static $isMap_Setter(mthis, value) native "HTMLImageElement_isMap_Setter"; + static isMap_Setter_boolean(mthis, value) native "HTMLImageElement_isMap_Setter"; - static $naturalHeight_Getter(mthis) native "HTMLImageElement_naturalHeight_Getter"; + static naturalHeight_Getter(mthis) native "HTMLImageElement_naturalHeight_Getter"; - static $naturalWidth_Getter(mthis) native "HTMLImageElement_naturalWidth_Getter"; + static naturalWidth_Getter(mthis) native "HTMLImageElement_naturalWidth_Getter"; - static $src_Getter(mthis) native "HTMLImageElement_src_Getter"; + static src_Getter(mthis) native "HTMLImageElement_src_Getter"; - static $src_Setter(mthis, value) native "HTMLImageElement_src_Setter"; + static src_Setter_DOMString(mthis, value) native "HTMLImageElement_src_Setter"; - static $srcset_Getter(mthis) native "HTMLImageElement_srcset_Getter"; + static srcset_Getter(mthis) native "HTMLImageElement_srcset_Getter"; - static $srcset_Setter(mthis, value) native "HTMLImageElement_srcset_Setter"; + static srcset_Setter_DOMString(mthis, value) native "HTMLImageElement_srcset_Setter"; - static $useMap_Getter(mthis) native "HTMLImageElement_useMap_Getter"; + static useMap_Getter(mthis) native "HTMLImageElement_useMap_Getter"; - static $useMap_Setter(mthis, value) native "HTMLImageElement_useMap_Setter"; + static useMap_Setter_DOMString(mthis, value) native "HTMLImageElement_useMap_Setter"; - static $width_Getter(mthis) native "HTMLImageElement_width_Getter"; + static width_Getter(mthis) native "HTMLImageElement_width_Getter"; - static $width_Setter(mthis, value) native "HTMLImageElement_width_Setter"; + static width_Setter_long(mthis, value) native "HTMLImageElement_width_Setter"; } class BlinkHTMLInputElement { - static $accept_Getter(mthis) native "HTMLInputElement_accept_Getter"; + static accept_Getter(mthis) native "HTMLInputElement_accept_Getter"; - static $accept_Setter(mthis, value) native "HTMLInputElement_accept_Setter"; + static accept_Setter_DOMString(mthis, value) native "HTMLInputElement_accept_Setter"; - static $alt_Getter(mthis) native "HTMLInputElement_alt_Getter"; + static alt_Getter(mthis) native "HTMLInputElement_alt_Getter"; - static $alt_Setter(mthis, value) native "HTMLInputElement_alt_Setter"; + static alt_Setter_DOMString(mthis, value) native "HTMLInputElement_alt_Setter"; - static $autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter"; + static autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Getter"; - static $autocomplete_Setter(mthis, value) native "HTMLInputElement_autocomplete_Setter"; + static autocomplete_Setter_DOMString(mthis, value) native "HTMLInputElement_autocomplete_Setter"; - static $autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter"; + static autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter"; - static $autofocus_Setter(mthis, value) native "HTMLInputElement_autofocus_Setter"; + static autofocus_Setter_boolean(mthis, value) native "HTMLInputElement_autofocus_Setter"; - static $checked_Getter(mthis) native "HTMLInputElement_checked_Getter"; + static checked_Getter(mthis) native "HTMLInputElement_checked_Getter"; - static $checked_Setter(mthis, value) native "HTMLInputElement_checked_Setter"; + static checked_Setter_boolean(mthis, value) native "HTMLInputElement_checked_Setter"; - static $defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Getter"; + static defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_Getter"; - static $defaultChecked_Setter(mthis, value) native "HTMLInputElement_defaultChecked_Setter"; + static defaultChecked_Setter_boolean(mthis, value) native "HTMLInputElement_defaultChecked_Setter"; - static $defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter"; + static defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Getter"; - static $defaultValue_Setter(mthis, value) native "HTMLInputElement_defaultValue_Setter"; + static defaultValue_Setter_DOMString(mthis, value) native "HTMLInputElement_defaultValue_Setter"; - static $dirName_Getter(mthis) native "HTMLInputElement_dirName_Getter"; + static dirName_Getter(mthis) native "HTMLInputElement_dirName_Getter"; - static $dirName_Setter(mthis, value) native "HTMLInputElement_dirName_Setter"; + static dirName_Setter_DOMString(mthis, value) native "HTMLInputElement_dirName_Setter"; - static $disabled_Getter(mthis) native "HTMLInputElement_disabled_Getter"; + static disabled_Getter(mthis) native "HTMLInputElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "HTMLInputElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "HTMLInputElement_disabled_Setter"; - static $files_Getter(mthis) native "HTMLInputElement_files_Getter"; + static files_Getter(mthis) native "HTMLInputElement_files_Getter"; - static $files_Setter(mthis, value) native "HTMLInputElement_files_Setter"; + static files_Setter_FileList(mthis, value) native "HTMLInputElement_files_Setter"; - static $form_Getter(mthis) native "HTMLInputElement_form_Getter"; + static form_Getter(mthis) native "HTMLInputElement_form_Getter"; - static $formAction_Getter(mthis) native "HTMLInputElement_formAction_Getter"; + static formAction_Getter(mthis) native "HTMLInputElement_formAction_Getter"; - static $formAction_Setter(mthis, value) native "HTMLInputElement_formAction_Setter"; + static formAction_Setter_DOMString(mthis, value) native "HTMLInputElement_formAction_Setter"; - static $formEnctype_Getter(mthis) native "HTMLInputElement_formEnctype_Getter"; + static formEnctype_Getter(mthis) native "HTMLInputElement_formEnctype_Getter"; - static $formEnctype_Setter(mthis, value) native "HTMLInputElement_formEnctype_Setter"; + static formEnctype_Setter_DOMString(mthis, value) native "HTMLInputElement_formEnctype_Setter"; - static $formMethod_Getter(mthis) native "HTMLInputElement_formMethod_Getter"; + static formMethod_Getter(mthis) native "HTMLInputElement_formMethod_Getter"; - static $formMethod_Setter(mthis, value) native "HTMLInputElement_formMethod_Setter"; + static formMethod_Setter_DOMString(mthis, value) native "HTMLInputElement_formMethod_Setter"; - static $formNoValidate_Getter(mthis) native "HTMLInputElement_formNoValidate_Getter"; + static formNoValidate_Getter(mthis) native "HTMLInputElement_formNoValidate_Getter"; - static $formNoValidate_Setter(mthis, value) native "HTMLInputElement_formNoValidate_Setter"; + static formNoValidate_Setter_boolean(mthis, value) native "HTMLInputElement_formNoValidate_Setter"; - static $formTarget_Getter(mthis) native "HTMLInputElement_formTarget_Getter"; + static formTarget_Getter(mthis) native "HTMLInputElement_formTarget_Getter"; - static $formTarget_Setter(mthis, value) native "HTMLInputElement_formTarget_Setter"; + static formTarget_Setter_DOMString(mthis, value) native "HTMLInputElement_formTarget_Setter"; - static $height_Getter(mthis) native "HTMLInputElement_height_Getter"; + static height_Getter(mthis) native "HTMLInputElement_height_Getter"; - static $height_Setter(mthis, value) native "HTMLInputElement_height_Setter"; + static height_Setter_ul(mthis, value) native "HTMLInputElement_height_Setter"; - static $incremental_Getter(mthis) native "HTMLInputElement_incremental_Getter"; + static incremental_Getter(mthis) native "HTMLInputElement_incremental_Getter"; - static $incremental_Setter(mthis, value) native "HTMLInputElement_incremental_Setter"; + static incremental_Setter_boolean(mthis, value) native "HTMLInputElement_incremental_Setter"; - static $indeterminate_Getter(mthis) native "HTMLInputElement_indeterminate_Getter"; + static indeterminate_Getter(mthis) native "HTMLInputElement_indeterminate_Getter"; - static $indeterminate_Setter(mthis, value) native "HTMLInputElement_indeterminate_Setter"; + static indeterminate_Setter_boolean(mthis, value) native "HTMLInputElement_indeterminate_Setter"; - static $inputMode_Getter(mthis) native "HTMLInputElement_inputMode_Getter"; + static inputMode_Getter(mthis) native "HTMLInputElement_inputMode_Getter"; - static $inputMode_Setter(mthis, value) native "HTMLInputElement_inputMode_Setter"; + static inputMode_Setter_DOMString(mthis, value) native "HTMLInputElement_inputMode_Setter"; - static $labels_Getter(mthis) native "HTMLInputElement_labels_Getter"; + static labels_Getter(mthis) native "HTMLInputElement_labels_Getter"; - static $list_Getter(mthis) native "HTMLInputElement_list_Getter"; + static list_Getter(mthis) native "HTMLInputElement_list_Getter"; - static $max_Getter(mthis) native "HTMLInputElement_max_Getter"; + static max_Getter(mthis) native "HTMLInputElement_max_Getter"; - static $max_Setter(mthis, value) native "HTMLInputElement_max_Setter"; + static max_Setter_DOMString(mthis, value) native "HTMLInputElement_max_Setter"; - static $maxLength_Getter(mthis) native "HTMLInputElement_maxLength_Getter"; + static maxLength_Getter(mthis) native "HTMLInputElement_maxLength_Getter"; - static $maxLength_Setter(mthis, value) native "HTMLInputElement_maxLength_Setter"; + static maxLength_Setter_long(mthis, value) native "HTMLInputElement_maxLength_Setter"; - static $min_Getter(mthis) native "HTMLInputElement_min_Getter"; + static min_Getter(mthis) native "HTMLInputElement_min_Getter"; - static $min_Setter(mthis, value) native "HTMLInputElement_min_Setter"; + static min_Setter_DOMString(mthis, value) native "HTMLInputElement_min_Setter"; - static $multiple_Getter(mthis) native "HTMLInputElement_multiple_Getter"; + static multiple_Getter(mthis) native "HTMLInputElement_multiple_Getter"; - static $multiple_Setter(mthis, value) native "HTMLInputElement_multiple_Setter"; + static multiple_Setter_boolean(mthis, value) native "HTMLInputElement_multiple_Setter"; - static $name_Getter(mthis) native "HTMLInputElement_name_Getter"; + static name_Getter(mthis) native "HTMLInputElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLInputElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLInputElement_name_Setter"; - static $pattern_Getter(mthis) native "HTMLInputElement_pattern_Getter"; + static pattern_Getter(mthis) native "HTMLInputElement_pattern_Getter"; - static $pattern_Setter(mthis, value) native "HTMLInputElement_pattern_Setter"; + static pattern_Setter_DOMString(mthis, value) native "HTMLInputElement_pattern_Setter"; - static $placeholder_Getter(mthis) native "HTMLInputElement_placeholder_Getter"; + static placeholder_Getter(mthis) native "HTMLInputElement_placeholder_Getter"; - static $placeholder_Setter(mthis, value) native "HTMLInputElement_placeholder_Setter"; + static placeholder_Setter_DOMString(mthis, value) native "HTMLInputElement_placeholder_Setter"; - static $readOnly_Getter(mthis) native "HTMLInputElement_readOnly_Getter"; + static readOnly_Getter(mthis) native "HTMLInputElement_readOnly_Getter"; - static $readOnly_Setter(mthis, value) native "HTMLInputElement_readOnly_Setter"; + static readOnly_Setter_boolean(mthis, value) native "HTMLInputElement_readOnly_Setter"; - static $required_Getter(mthis) native "HTMLInputElement_required_Getter"; + static required_Getter(mthis) native "HTMLInputElement_required_Getter"; - static $required_Setter(mthis, value) native "HTMLInputElement_required_Setter"; + static required_Setter_boolean(mthis, value) native "HTMLInputElement_required_Setter"; - static $selectionDirection_Getter(mthis) native "HTMLInputElement_selectionDirection_Getter"; + static selectionDirection_Getter(mthis) native "HTMLInputElement_selectionDirection_Getter"; - static $selectionDirection_Setter(mthis, value) native "HTMLInputElement_selectionDirection_Setter"; + static selectionDirection_Setter_DOMString(mthis, value) native "HTMLInputElement_selectionDirection_Setter"; - static $selectionEnd_Getter(mthis) native "HTMLInputElement_selectionEnd_Getter"; + static selectionEnd_Getter(mthis) native "HTMLInputElement_selectionEnd_Getter"; - static $selectionEnd_Setter(mthis, value) native "HTMLInputElement_selectionEnd_Setter"; + static selectionEnd_Setter_long(mthis, value) native "HTMLInputElement_selectionEnd_Setter"; - static $selectionStart_Getter(mthis) native "HTMLInputElement_selectionStart_Getter"; + static selectionStart_Getter(mthis) native "HTMLInputElement_selectionStart_Getter"; - static $selectionStart_Setter(mthis, value) native "HTMLInputElement_selectionStart_Setter"; + static selectionStart_Setter_long(mthis, value) native "HTMLInputElement_selectionStart_Setter"; - static $size_Getter(mthis) native "HTMLInputElement_size_Getter"; + static size_Getter(mthis) native "HTMLInputElement_size_Getter"; - static $size_Setter(mthis, value) native "HTMLInputElement_size_Setter"; + static size_Setter_ul(mthis, value) native "HTMLInputElement_size_Setter"; - static $src_Getter(mthis) native "HTMLInputElement_src_Getter"; + static src_Getter(mthis) native "HTMLInputElement_src_Getter"; - static $src_Setter(mthis, value) native "HTMLInputElement_src_Setter"; + static src_Setter_DOMString(mthis, value) native "HTMLInputElement_src_Setter"; - static $step_Getter(mthis) native "HTMLInputElement_step_Getter"; + static step_Getter(mthis) native "HTMLInputElement_step_Getter"; - static $step_Setter(mthis, value) native "HTMLInputElement_step_Setter"; + static step_Setter_DOMString(mthis, value) native "HTMLInputElement_step_Setter"; - static $type_Getter(mthis) native "HTMLInputElement_type_Getter"; + static type_Getter(mthis) native "HTMLInputElement_type_Getter"; - static $type_Setter(mthis, value) native "HTMLInputElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "HTMLInputElement_type_Setter"; - static $validationMessage_Getter(mthis) native "HTMLInputElement_validationMessage_Getter"; + static validationMessage_Getter(mthis) native "HTMLInputElement_validationMessage_Getter"; - static $validity_Getter(mthis) native "HTMLInputElement_validity_Getter"; + static validity_Getter(mthis) native "HTMLInputElement_validity_Getter"; - static $value_Getter(mthis) native "HTMLInputElement_value_Getter"; + static value_Getter(mthis) native "HTMLInputElement_value_Getter"; - static $value_Setter(mthis, value) native "HTMLInputElement_value_Setter"; + static value_Setter_DOMString(mthis, value) native "HTMLInputElement_value_Setter"; - static $valueAsDate_Getter(mthis) native "HTMLInputElement_valueAsDate_Getter"; + static valueAsDate_Getter(mthis) native "HTMLInputElement_valueAsDate_Getter"; - static $valueAsDate_Setter(mthis, value) native "HTMLInputElement_valueAsDate_Setter"; + static valueAsDate_Setter_Date(mthis, value) native "HTMLInputElement_valueAsDate_Setter"; - static $valueAsNumber_Getter(mthis) native "HTMLInputElement_valueAsNumber_Getter"; + static valueAsNumber_Getter(mthis) native "HTMLInputElement_valueAsNumber_Getter"; - static $valueAsNumber_Setter(mthis, value) native "HTMLInputElement_valueAsNumber_Setter"; + static valueAsNumber_Setter_double(mthis, value) native "HTMLInputElement_valueAsNumber_Setter"; - static $webkitEntries_Getter(mthis) native "HTMLInputElement_webkitEntries_Getter"; + static webkitEntries_Getter(mthis) native "HTMLInputElement_webkitEntries_Getter"; - static $webkitdirectory_Getter(mthis) native "HTMLInputElement_webkitdirectory_Getter"; + static webkitdirectory_Getter(mthis) native "HTMLInputElement_webkitdirectory_Getter"; - static $webkitdirectory_Setter(mthis, value) native "HTMLInputElement_webkitdirectory_Setter"; + static webkitdirectory_Setter_boolean(mthis, value) native "HTMLInputElement_webkitdirectory_Setter"; - static $width_Getter(mthis) native "HTMLInputElement_width_Getter"; + static width_Getter(mthis) native "HTMLInputElement_width_Getter"; - static $width_Setter(mthis, value) native "HTMLInputElement_width_Setter"; + static width_Setter_ul(mthis, value) native "HTMLInputElement_width_Setter"; - static $willValidate_Getter(mthis) native "HTMLInputElement_willValidate_Getter"; + static willValidate_Getter(mthis) native "HTMLInputElement_willValidate_Getter"; - static $checkValidity_Callback(mthis) native "HTMLInputElement_checkValidity_Callback_RESOLVER_STRING_0_"; + static checkValidity_Callback(mthis) native "HTMLInputElement_checkValidity_Callback"; - static $select_Callback(mthis) native "HTMLInputElement_select_Callback_RESOLVER_STRING_0_"; + static select_Callback(mthis) native "HTMLInputElement_select_Callback"; - static $setCustomValidity_Callback(mthis, error) native "HTMLInputElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; + static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLInputElement_setCustomValidity_Callback_DOMString"; - static $_setRangeText_1_Callback(mthis, replacement) native "HTMLInputElement_setRangeText_Callback_RESOLVER_STRING_1_DOMString"; + static setRangeText_Callback_DOMString(mthis, replacement) native "HTMLInputElement_setRangeText_Callback_DOMString"; - static $_setRangeText_2_Callback(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback_RESOLVER_STRING_4_DOMString_unsigned long_unsigned long_DOMString"; + static setRangeText_Callback_DOMString_ul_ul_DOMString(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback_DOMString_unsigned long_unsigned long_DOMString"; - static $_setSelectionRange_1_Callback(mthis, start, end, direction) native "HTMLInputElement_setSelectionRange_Callback_RESOLVER_STRING_3_long_long_DOMString"; + static setSelectionRange_Callback_long_long_DOMString(mthis, start, end, direction) native "HTMLInputElement_setSelectionRange_Callback_long_long_DOMString"; - static $_setSelectionRange_2_Callback(mthis, start, end) native "HTMLInputElement_setSelectionRange_Callback_RESOLVER_STRING_2_long_long"; + static setSelectionRange_Callback_long_long(mthis, start, end) native "HTMLInputElement_setSelectionRange_Callback_long_long"; - static $_stepDown_1_Callback(mthis, n) native "HTMLInputElement_stepDown_Callback_RESOLVER_STRING_1_long"; + static stepDown_Callback_long(mthis, n) native "HTMLInputElement_stepDown_Callback_long"; - static $_stepDown_2_Callback(mthis) native "HTMLInputElement_stepDown_Callback_RESOLVER_STRING_0_"; + static stepDown_Callback(mthis) native "HTMLInputElement_stepDown_Callback"; - static $_stepUp_1_Callback(mthis, n) native "HTMLInputElement_stepUp_Callback_RESOLVER_STRING_1_long"; + static stepUp_Callback_long(mthis, n) native "HTMLInputElement_stepUp_Callback_long"; - static $_stepUp_2_Callback(mthis) native "HTMLInputElement_stepUp_Callback_RESOLVER_STRING_0_"; + static stepUp_Callback(mthis) native "HTMLInputElement_stepUp_Callback"; } class BlinkHTMLKeygenElement { - static $autofocus_Getter(mthis) native "HTMLKeygenElement_autofocus_Getter"; + static autofocus_Getter(mthis) native "HTMLKeygenElement_autofocus_Getter"; - static $autofocus_Setter(mthis, value) native "HTMLKeygenElement_autofocus_Setter"; + static autofocus_Setter_boolean(mthis, value) native "HTMLKeygenElement_autofocus_Setter"; - static $challenge_Getter(mthis) native "HTMLKeygenElement_challenge_Getter"; + static challenge_Getter(mthis) native "HTMLKeygenElement_challenge_Getter"; - static $challenge_Setter(mthis, value) native "HTMLKeygenElement_challenge_Setter"; + static challenge_Setter_DOMString(mthis, value) native "HTMLKeygenElement_challenge_Setter"; - static $disabled_Getter(mthis) native "HTMLKeygenElement_disabled_Getter"; + static disabled_Getter(mthis) native "HTMLKeygenElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "HTMLKeygenElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "HTMLKeygenElement_disabled_Setter"; - static $form_Getter(mthis) native "HTMLKeygenElement_form_Getter"; + static form_Getter(mthis) native "HTMLKeygenElement_form_Getter"; - static $keytype_Getter(mthis) native "HTMLKeygenElement_keytype_Getter"; + static keytype_Getter(mthis) native "HTMLKeygenElement_keytype_Getter"; - static $keytype_Setter(mthis, value) native "HTMLKeygenElement_keytype_Setter"; + static keytype_Setter_DOMString(mthis, value) native "HTMLKeygenElement_keytype_Setter"; - static $labels_Getter(mthis) native "HTMLKeygenElement_labels_Getter"; + static labels_Getter(mthis) native "HTMLKeygenElement_labels_Getter"; - static $name_Getter(mthis) native "HTMLKeygenElement_name_Getter"; + static name_Getter(mthis) native "HTMLKeygenElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLKeygenElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLKeygenElement_name_Setter"; - static $type_Getter(mthis) native "HTMLKeygenElement_type_Getter"; + static type_Getter(mthis) native "HTMLKeygenElement_type_Getter"; - static $validationMessage_Getter(mthis) native "HTMLKeygenElement_validationMessage_Getter"; + static validationMessage_Getter(mthis) native "HTMLKeygenElement_validationMessage_Getter"; - static $validity_Getter(mthis) native "HTMLKeygenElement_validity_Getter"; + static validity_Getter(mthis) native "HTMLKeygenElement_validity_Getter"; - static $willValidate_Getter(mthis) native "HTMLKeygenElement_willValidate_Getter"; + static willValidate_Getter(mthis) native "HTMLKeygenElement_willValidate_Getter"; - static $checkValidity_Callback(mthis) native "HTMLKeygenElement_checkValidity_Callback_RESOLVER_STRING_0_"; + static checkValidity_Callback(mthis) native "HTMLKeygenElement_checkValidity_Callback"; - static $setCustomValidity_Callback(mthis, error) native "HTMLKeygenElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; + static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLKeygenElement_setCustomValidity_Callback_DOMString"; } class BlinkHTMLLIElement { - static $value_Getter(mthis) native "HTMLLIElement_value_Getter"; + static value_Getter(mthis) native "HTMLLIElement_value_Getter"; - static $value_Setter(mthis, value) native "HTMLLIElement_value_Setter"; + static value_Setter_long(mthis, value) native "HTMLLIElement_value_Setter"; } class BlinkHTMLLabelElement { - static $control_Getter(mthis) native "HTMLLabelElement_control_Getter"; + static control_Getter(mthis) native "HTMLLabelElement_control_Getter"; - static $form_Getter(mthis) native "HTMLLabelElement_form_Getter"; + static form_Getter(mthis) native "HTMLLabelElement_form_Getter"; - static $htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_Getter"; + static htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_Getter"; - static $htmlFor_Setter(mthis, value) native "HTMLLabelElement_htmlFor_Setter"; + static htmlFor_Setter_DOMString(mthis, value) native "HTMLLabelElement_htmlFor_Setter"; } class BlinkHTMLLegendElement { - static $form_Getter(mthis) native "HTMLLegendElement_form_Getter"; + static form_Getter(mthis) native "HTMLLegendElement_form_Getter"; } class BlinkHTMLLinkElement { - static $crossOrigin_Getter(mthis) native "HTMLLinkElement_crossOrigin_Getter"; + static crossOrigin_Getter(mthis) native "HTMLLinkElement_crossOrigin_Getter"; - static $crossOrigin_Setter(mthis, value) native "HTMLLinkElement_crossOrigin_Setter"; + static crossOrigin_Setter_DOMString(mthis, value) native "HTMLLinkElement_crossOrigin_Setter"; - static $disabled_Getter(mthis) native "HTMLLinkElement_disabled_Getter"; + static disabled_Getter(mthis) native "HTMLLinkElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "HTMLLinkElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "HTMLLinkElement_disabled_Setter"; - static $href_Getter(mthis) native "HTMLLinkElement_href_Getter"; + static href_Getter(mthis) native "HTMLLinkElement_href_Getter"; - static $href_Setter(mthis, value) native "HTMLLinkElement_href_Setter"; + static href_Setter_DOMString(mthis, value) native "HTMLLinkElement_href_Setter"; - static $hreflang_Getter(mthis) native "HTMLLinkElement_hreflang_Getter"; + static hreflang_Getter(mthis) native "HTMLLinkElement_hreflang_Getter"; - static $hreflang_Setter(mthis, value) native "HTMLLinkElement_hreflang_Setter"; + static hreflang_Setter_DOMString(mthis, value) native "HTMLLinkElement_hreflang_Setter"; - static $import_Getter(mthis) native "HTMLLinkElement_import_Getter"; + static import_Getter(mthis) native "HTMLLinkElement_import_Getter"; - static $media_Getter(mthis) native "HTMLLinkElement_media_Getter"; + static media_Getter(mthis) native "HTMLLinkElement_media_Getter"; - static $media_Setter(mthis, value) native "HTMLLinkElement_media_Setter"; + static media_Setter_DOMString(mthis, value) native "HTMLLinkElement_media_Setter"; - static $rel_Getter(mthis) native "HTMLLinkElement_rel_Getter"; + static rel_Getter(mthis) native "HTMLLinkElement_rel_Getter"; - static $rel_Setter(mthis, value) native "HTMLLinkElement_rel_Setter"; + static rel_Setter_DOMString(mthis, value) native "HTMLLinkElement_rel_Setter"; - static $sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter"; + static sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter"; - static $sizes_Getter(mthis) native "HTMLLinkElement_sizes_Getter"; + static sizes_Getter(mthis) native "HTMLLinkElement_sizes_Getter"; - static $type_Getter(mthis) native "HTMLLinkElement_type_Getter"; + static type_Getter(mthis) native "HTMLLinkElement_type_Getter"; - static $type_Setter(mthis, value) native "HTMLLinkElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "HTMLLinkElement_type_Setter"; } class BlinkHTMLMapElement { - static $areas_Getter(mthis) native "HTMLMapElement_areas_Getter"; + static areas_Getter(mthis) native "HTMLMapElement_areas_Getter"; - static $name_Getter(mthis) native "HTMLMapElement_name_Getter"; + static name_Getter(mthis) native "HTMLMapElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLMapElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLMapElement_name_Setter"; } class BlinkHTMLMarqueeElement {} @@ -2853,561 +2835,561 @@ class BlinkHTMLMarqueeElement {} class BlinkHTMLMenuElement {} class BlinkHTMLMetaElement { - static $content_Getter(mthis) native "HTMLMetaElement_content_Getter"; + static content_Getter(mthis) native "HTMLMetaElement_content_Getter"; - static $content_Setter(mthis, value) native "HTMLMetaElement_content_Setter"; + static content_Setter_DOMString(mthis, value) native "HTMLMetaElement_content_Setter"; - static $httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter"; + static httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter"; - static $httpEquiv_Setter(mthis, value) native "HTMLMetaElement_httpEquiv_Setter"; + static httpEquiv_Setter_DOMString(mthis, value) native "HTMLMetaElement_httpEquiv_Setter"; - static $name_Getter(mthis) native "HTMLMetaElement_name_Getter"; + static name_Getter(mthis) native "HTMLMetaElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLMetaElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLMetaElement_name_Setter"; } class BlinkHTMLMeterElement { - static $high_Getter(mthis) native "HTMLMeterElement_high_Getter"; + static high_Getter(mthis) native "HTMLMeterElement_high_Getter"; - static $high_Setter(mthis, value) native "HTMLMeterElement_high_Setter"; + static high_Setter_double(mthis, value) native "HTMLMeterElement_high_Setter"; - static $labels_Getter(mthis) native "HTMLMeterElement_labels_Getter"; + static labels_Getter(mthis) native "HTMLMeterElement_labels_Getter"; - static $low_Getter(mthis) native "HTMLMeterElement_low_Getter"; + static low_Getter(mthis) native "HTMLMeterElement_low_Getter"; - static $low_Setter(mthis, value) native "HTMLMeterElement_low_Setter"; + static low_Setter_double(mthis, value) native "HTMLMeterElement_low_Setter"; - static $max_Getter(mthis) native "HTMLMeterElement_max_Getter"; + static max_Getter(mthis) native "HTMLMeterElement_max_Getter"; - static $max_Setter(mthis, value) native "HTMLMeterElement_max_Setter"; + static max_Setter_double(mthis, value) native "HTMLMeterElement_max_Setter"; - static $min_Getter(mthis) native "HTMLMeterElement_min_Getter"; + static min_Getter(mthis) native "HTMLMeterElement_min_Getter"; - static $min_Setter(mthis, value) native "HTMLMeterElement_min_Setter"; + static min_Setter_double(mthis, value) native "HTMLMeterElement_min_Setter"; - static $optimum_Getter(mthis) native "HTMLMeterElement_optimum_Getter"; + static optimum_Getter(mthis) native "HTMLMeterElement_optimum_Getter"; - static $optimum_Setter(mthis, value) native "HTMLMeterElement_optimum_Setter"; + static optimum_Setter_double(mthis, value) native "HTMLMeterElement_optimum_Setter"; - static $value_Getter(mthis) native "HTMLMeterElement_value_Getter"; + static value_Getter(mthis) native "HTMLMeterElement_value_Getter"; - static $value_Setter(mthis, value) native "HTMLMeterElement_value_Setter"; + static value_Setter_double(mthis, value) native "HTMLMeterElement_value_Setter"; } class BlinkHTMLModElement { - static $cite_Getter(mthis) native "HTMLModElement_cite_Getter"; + static cite_Getter(mthis) native "HTMLModElement_cite_Getter"; - static $cite_Setter(mthis, value) native "HTMLModElement_cite_Setter"; + static cite_Setter_DOMString(mthis, value) native "HTMLModElement_cite_Setter"; - static $dateTime_Getter(mthis) native "HTMLModElement_dateTime_Getter"; + static dateTime_Getter(mthis) native "HTMLModElement_dateTime_Getter"; - static $dateTime_Setter(mthis, value) native "HTMLModElement_dateTime_Setter"; + static dateTime_Setter_DOMString(mthis, value) native "HTMLModElement_dateTime_Setter"; } class BlinkHTMLOListElement { - static $reversed_Getter(mthis) native "HTMLOListElement_reversed_Getter"; + static reversed_Getter(mthis) native "HTMLOListElement_reversed_Getter"; - static $reversed_Setter(mthis, value) native "HTMLOListElement_reversed_Setter"; + static reversed_Setter_boolean(mthis, value) native "HTMLOListElement_reversed_Setter"; - static $start_Getter(mthis) native "HTMLOListElement_start_Getter"; + static start_Getter(mthis) native "HTMLOListElement_start_Getter"; - static $start_Setter(mthis, value) native "HTMLOListElement_start_Setter"; + static start_Setter_long(mthis, value) native "HTMLOListElement_start_Setter"; - static $type_Getter(mthis) native "HTMLOListElement_type_Getter"; + static type_Getter(mthis) native "HTMLOListElement_type_Getter"; - static $type_Setter(mthis, value) native "HTMLOListElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "HTMLOListElement_type_Setter"; } class BlinkHTMLObjectElement { - static $data_Getter(mthis) native "HTMLObjectElement_data_Getter"; + static data_Getter(mthis) native "HTMLObjectElement_data_Getter"; - static $data_Setter(mthis, value) native "HTMLObjectElement_data_Setter"; + static data_Setter_DOMString(mthis, value) native "HTMLObjectElement_data_Setter"; - static $form_Getter(mthis) native "HTMLObjectElement_form_Getter"; + static form_Getter(mthis) native "HTMLObjectElement_form_Getter"; - static $height_Getter(mthis) native "HTMLObjectElement_height_Getter"; + static height_Getter(mthis) native "HTMLObjectElement_height_Getter"; - static $height_Setter(mthis, value) native "HTMLObjectElement_height_Setter"; + static height_Setter_DOMString(mthis, value) native "HTMLObjectElement_height_Setter"; - static $name_Getter(mthis) native "HTMLObjectElement_name_Getter"; + static name_Getter(mthis) native "HTMLObjectElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLObjectElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLObjectElement_name_Setter"; - static $type_Getter(mthis) native "HTMLObjectElement_type_Getter"; + static type_Getter(mthis) native "HTMLObjectElement_type_Getter"; - static $type_Setter(mthis, value) native "HTMLObjectElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "HTMLObjectElement_type_Setter"; - static $useMap_Getter(mthis) native "HTMLObjectElement_useMap_Getter"; + static useMap_Getter(mthis) native "HTMLObjectElement_useMap_Getter"; - static $useMap_Setter(mthis, value) native "HTMLObjectElement_useMap_Setter"; + static useMap_Setter_DOMString(mthis, value) native "HTMLObjectElement_useMap_Setter"; - static $validationMessage_Getter(mthis) native "HTMLObjectElement_validationMessage_Getter"; + static validationMessage_Getter(mthis) native "HTMLObjectElement_validationMessage_Getter"; - static $validity_Getter(mthis) native "HTMLObjectElement_validity_Getter"; + static validity_Getter(mthis) native "HTMLObjectElement_validity_Getter"; - static $width_Getter(mthis) native "HTMLObjectElement_width_Getter"; + static width_Getter(mthis) native "HTMLObjectElement_width_Getter"; - static $width_Setter(mthis, value) native "HTMLObjectElement_width_Setter"; + static width_Setter_DOMString(mthis, value) native "HTMLObjectElement_width_Setter"; - static $willValidate_Getter(mthis) native "HTMLObjectElement_willValidate_Getter"; + static willValidate_Getter(mthis) native "HTMLObjectElement_willValidate_Getter"; - static $__getter___Callback(mthis, index_OR_name) native "HTMLObjectElement___getter___Callback"; + static $__getter___Callback_ul(mthis, index_OR_name) native "HTMLObjectElement___getter___Callback"; - static $__setter___Callback(mthis, index_OR_name, value) native "HTMLObjectElement___setter___Callback"; + static $__setter___Callback_ul_Node(mthis, index_OR_name, value) native "HTMLObjectElement___setter___Callback"; - static $checkValidity_Callback(mthis) native "HTMLObjectElement_checkValidity_Callback_RESOLVER_STRING_0_"; + static checkValidity_Callback(mthis) native "HTMLObjectElement_checkValidity_Callback"; - static $setCustomValidity_Callback(mthis, error) native "HTMLObjectElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; + static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLObjectElement_setCustomValidity_Callback_DOMString"; } class BlinkHTMLOptGroupElement { - static $disabled_Getter(mthis) native "HTMLOptGroupElement_disabled_Getter"; + static disabled_Getter(mthis) native "HTMLOptGroupElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "HTMLOptGroupElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "HTMLOptGroupElement_disabled_Setter"; - static $label_Getter(mthis) native "HTMLOptGroupElement_label_Getter"; + static label_Getter(mthis) native "HTMLOptGroupElement_label_Getter"; - static $label_Setter(mthis, value) native "HTMLOptGroupElement_label_Setter"; + static label_Setter_DOMString(mthis, value) native "HTMLOptGroupElement_label_Setter"; } class BlinkHTMLOptionElement { - static $_create_1constructorCallback(data, value, defaultSelected, selected) native "HTMLOptionElement_constructorCallback_RESOLVER_STRING_4_DOMString_DOMString_boolean_boolean"; + static constructorCallback_DOMString_DOMString_boolean_boolean(data, value, defaultSelected, selected) native "HTMLOptionElement_constructorCallback_DOMString_DOMString_boolean_boolean"; - static $defaultSelected_Getter(mthis) native "HTMLOptionElement_defaultSelected_Getter"; + static defaultSelected_Getter(mthis) native "HTMLOptionElement_defaultSelected_Getter"; - static $defaultSelected_Setter(mthis, value) native "HTMLOptionElement_defaultSelected_Setter"; + static defaultSelected_Setter_boolean(mthis, value) native "HTMLOptionElement_defaultSelected_Setter"; - static $disabled_Getter(mthis) native "HTMLOptionElement_disabled_Getter"; + static disabled_Getter(mthis) native "HTMLOptionElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "HTMLOptionElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "HTMLOptionElement_disabled_Setter"; - static $form_Getter(mthis) native "HTMLOptionElement_form_Getter"; + static form_Getter(mthis) native "HTMLOptionElement_form_Getter"; - static $index_Getter(mthis) native "HTMLOptionElement_index_Getter"; + static index_Getter(mthis) native "HTMLOptionElement_index_Getter"; - static $label_Getter(mthis) native "HTMLOptionElement_label_Getter"; + static label_Getter(mthis) native "HTMLOptionElement_label_Getter"; - static $label_Setter(mthis, value) native "HTMLOptionElement_label_Setter"; + static label_Setter_DOMString(mthis, value) native "HTMLOptionElement_label_Setter"; - static $selected_Getter(mthis) native "HTMLOptionElement_selected_Getter"; + static selected_Getter(mthis) native "HTMLOptionElement_selected_Getter"; - static $selected_Setter(mthis, value) native "HTMLOptionElement_selected_Setter"; + static selected_Setter_boolean(mthis, value) native "HTMLOptionElement_selected_Setter"; - static $value_Getter(mthis) native "HTMLOptionElement_value_Getter"; + static value_Getter(mthis) native "HTMLOptionElement_value_Getter"; - static $value_Setter(mthis, value) native "HTMLOptionElement_value_Setter"; + static value_Setter_DOMString(mthis, value) native "HTMLOptionElement_value_Setter"; } class BlinkHTMLOptionsCollection {} class BlinkHTMLOutputElement { - static $defaultValue_Getter(mthis) native "HTMLOutputElement_defaultValue_Getter"; + static defaultValue_Getter(mthis) native "HTMLOutputElement_defaultValue_Getter"; - static $defaultValue_Setter(mthis, value) native "HTMLOutputElement_defaultValue_Setter"; + static defaultValue_Setter_DOMString(mthis, value) native "HTMLOutputElement_defaultValue_Setter"; - static $form_Getter(mthis) native "HTMLOutputElement_form_Getter"; + static form_Getter(mthis) native "HTMLOutputElement_form_Getter"; - static $htmlFor_Getter(mthis) native "HTMLOutputElement_htmlFor_Getter"; + static htmlFor_Getter(mthis) native "HTMLOutputElement_htmlFor_Getter"; - static $labels_Getter(mthis) native "HTMLOutputElement_labels_Getter"; + static labels_Getter(mthis) native "HTMLOutputElement_labels_Getter"; - static $name_Getter(mthis) native "HTMLOutputElement_name_Getter"; + static name_Getter(mthis) native "HTMLOutputElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLOutputElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLOutputElement_name_Setter"; - static $type_Getter(mthis) native "HTMLOutputElement_type_Getter"; + static type_Getter(mthis) native "HTMLOutputElement_type_Getter"; - static $validationMessage_Getter(mthis) native "HTMLOutputElement_validationMessage_Getter"; + static validationMessage_Getter(mthis) native "HTMLOutputElement_validationMessage_Getter"; - static $validity_Getter(mthis) native "HTMLOutputElement_validity_Getter"; + static validity_Getter(mthis) native "HTMLOutputElement_validity_Getter"; - static $value_Getter(mthis) native "HTMLOutputElement_value_Getter"; + static value_Getter(mthis) native "HTMLOutputElement_value_Getter"; - static $value_Setter(mthis, value) native "HTMLOutputElement_value_Setter"; + static value_Setter_DOMString(mthis, value) native "HTMLOutputElement_value_Setter"; - static $willValidate_Getter(mthis) native "HTMLOutputElement_willValidate_Getter"; + static willValidate_Getter(mthis) native "HTMLOutputElement_willValidate_Getter"; - static $checkValidity_Callback(mthis) native "HTMLOutputElement_checkValidity_Callback_RESOLVER_STRING_0_"; + static checkValidity_Callback(mthis) native "HTMLOutputElement_checkValidity_Callback"; - static $setCustomValidity_Callback(mthis, error) native "HTMLOutputElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; + static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLOutputElement_setCustomValidity_Callback_DOMString"; } class BlinkHTMLParagraphElement {} class BlinkHTMLParamElement { - static $name_Getter(mthis) native "HTMLParamElement_name_Getter"; + static name_Getter(mthis) native "HTMLParamElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLParamElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLParamElement_name_Setter"; - static $value_Getter(mthis) native "HTMLParamElement_value_Getter"; + static value_Getter(mthis) native "HTMLParamElement_value_Getter"; - static $value_Setter(mthis, value) native "HTMLParamElement_value_Setter"; + static value_Setter_DOMString(mthis, value) native "HTMLParamElement_value_Setter"; } class BlinkHTMLPreElement {} class BlinkHTMLProgressElement { - static $labels_Getter(mthis) native "HTMLProgressElement_labels_Getter"; + static labels_Getter(mthis) native "HTMLProgressElement_labels_Getter"; - static $max_Getter(mthis) native "HTMLProgressElement_max_Getter"; + static max_Getter(mthis) native "HTMLProgressElement_max_Getter"; - static $max_Setter(mthis, value) native "HTMLProgressElement_max_Setter"; + static max_Setter_double(mthis, value) native "HTMLProgressElement_max_Setter"; - static $position_Getter(mthis) native "HTMLProgressElement_position_Getter"; + static position_Getter(mthis) native "HTMLProgressElement_position_Getter"; - static $value_Getter(mthis) native "HTMLProgressElement_value_Getter"; + static value_Getter(mthis) native "HTMLProgressElement_value_Getter"; - static $value_Setter(mthis, value) native "HTMLProgressElement_value_Setter"; + static value_Setter_double(mthis, value) native "HTMLProgressElement_value_Setter"; } class BlinkHTMLQuoteElement { - static $cite_Getter(mthis) native "HTMLQuoteElement_cite_Getter"; + static cite_Getter(mthis) native "HTMLQuoteElement_cite_Getter"; - static $cite_Setter(mthis, value) native "HTMLQuoteElement_cite_Setter"; + static cite_Setter_DOMString(mthis, value) native "HTMLQuoteElement_cite_Setter"; } class BlinkHTMLScriptElement { - static $async_Getter(mthis) native "HTMLScriptElement_async_Getter"; + static async_Getter(mthis) native "HTMLScriptElement_async_Getter"; - static $async_Setter(mthis, value) native "HTMLScriptElement_async_Setter"; + static async_Setter_boolean(mthis, value) native "HTMLScriptElement_async_Setter"; - static $charset_Getter(mthis) native "HTMLScriptElement_charset_Getter"; + static charset_Getter(mthis) native "HTMLScriptElement_charset_Getter"; - static $charset_Setter(mthis, value) native "HTMLScriptElement_charset_Setter"; + static charset_Setter_DOMString(mthis, value) native "HTMLScriptElement_charset_Setter"; - static $crossOrigin_Getter(mthis) native "HTMLScriptElement_crossOrigin_Getter"; + static crossOrigin_Getter(mthis) native "HTMLScriptElement_crossOrigin_Getter"; - static $crossOrigin_Setter(mthis, value) native "HTMLScriptElement_crossOrigin_Setter"; + static crossOrigin_Setter_DOMString(mthis, value) native "HTMLScriptElement_crossOrigin_Setter"; - static $defer_Getter(mthis) native "HTMLScriptElement_defer_Getter"; + static defer_Getter(mthis) native "HTMLScriptElement_defer_Getter"; - static $defer_Setter(mthis, value) native "HTMLScriptElement_defer_Setter"; + static defer_Setter_boolean(mthis, value) native "HTMLScriptElement_defer_Setter"; - static $nonce_Getter(mthis) native "HTMLScriptElement_nonce_Getter"; + static nonce_Getter(mthis) native "HTMLScriptElement_nonce_Getter"; - static $nonce_Setter(mthis, value) native "HTMLScriptElement_nonce_Setter"; + static nonce_Setter_DOMString(mthis, value) native "HTMLScriptElement_nonce_Setter"; - static $src_Getter(mthis) native "HTMLScriptElement_src_Getter"; + static src_Getter(mthis) native "HTMLScriptElement_src_Getter"; - static $src_Setter(mthis, value) native "HTMLScriptElement_src_Setter"; + static src_Setter_DOMString(mthis, value) native "HTMLScriptElement_src_Setter"; - static $type_Getter(mthis) native "HTMLScriptElement_type_Getter"; + static type_Getter(mthis) native "HTMLScriptElement_type_Getter"; - static $type_Setter(mthis, value) native "HTMLScriptElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "HTMLScriptElement_type_Setter"; } class BlinkHTMLSelectElement { - static $autofocus_Getter(mthis) native "HTMLSelectElement_autofocus_Getter"; + static autofocus_Getter(mthis) native "HTMLSelectElement_autofocus_Getter"; - static $autofocus_Setter(mthis, value) native "HTMLSelectElement_autofocus_Setter"; + static autofocus_Setter_boolean(mthis, value) native "HTMLSelectElement_autofocus_Setter"; - static $disabled_Getter(mthis) native "HTMLSelectElement_disabled_Getter"; + static disabled_Getter(mthis) native "HTMLSelectElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "HTMLSelectElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "HTMLSelectElement_disabled_Setter"; - static $form_Getter(mthis) native "HTMLSelectElement_form_Getter"; + static form_Getter(mthis) native "HTMLSelectElement_form_Getter"; - static $labels_Getter(mthis) native "HTMLSelectElement_labels_Getter"; + static labels_Getter(mthis) native "HTMLSelectElement_labels_Getter"; - static $length_Getter(mthis) native "HTMLSelectElement_length_Getter"; + static length_Getter(mthis) native "HTMLSelectElement_length_Getter"; - static $length_Setter(mthis, value) native "HTMLSelectElement_length_Setter"; + static length_Setter_ul(mthis, value) native "HTMLSelectElement_length_Setter"; - static $multiple_Getter(mthis) native "HTMLSelectElement_multiple_Getter"; + static multiple_Getter(mthis) native "HTMLSelectElement_multiple_Getter"; - static $multiple_Setter(mthis, value) native "HTMLSelectElement_multiple_Setter"; + static multiple_Setter_boolean(mthis, value) native "HTMLSelectElement_multiple_Setter"; - static $name_Getter(mthis) native "HTMLSelectElement_name_Getter"; + static name_Getter(mthis) native "HTMLSelectElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLSelectElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLSelectElement_name_Setter"; - static $required_Getter(mthis) native "HTMLSelectElement_required_Getter"; + static required_Getter(mthis) native "HTMLSelectElement_required_Getter"; - static $required_Setter(mthis, value) native "HTMLSelectElement_required_Setter"; + static required_Setter_boolean(mthis, value) native "HTMLSelectElement_required_Setter"; - static $selectedIndex_Getter(mthis) native "HTMLSelectElement_selectedIndex_Getter"; + static selectedIndex_Getter(mthis) native "HTMLSelectElement_selectedIndex_Getter"; - static $selectedIndex_Setter(mthis, value) native "HTMLSelectElement_selectedIndex_Setter"; + static selectedIndex_Setter_long(mthis, value) native "HTMLSelectElement_selectedIndex_Setter"; - static $size_Getter(mthis) native "HTMLSelectElement_size_Getter"; + static size_Getter(mthis) native "HTMLSelectElement_size_Getter"; - static $size_Setter(mthis, value) native "HTMLSelectElement_size_Setter"; + static size_Setter_long(mthis, value) native "HTMLSelectElement_size_Setter"; - static $type_Getter(mthis) native "HTMLSelectElement_type_Getter"; + static type_Getter(mthis) native "HTMLSelectElement_type_Getter"; - static $validationMessage_Getter(mthis) native "HTMLSelectElement_validationMessage_Getter"; + static validationMessage_Getter(mthis) native "HTMLSelectElement_validationMessage_Getter"; - static $validity_Getter(mthis) native "HTMLSelectElement_validity_Getter"; + static validity_Getter(mthis) native "HTMLSelectElement_validity_Getter"; - static $value_Getter(mthis) native "HTMLSelectElement_value_Getter"; + static value_Getter(mthis) native "HTMLSelectElement_value_Getter"; - static $value_Setter(mthis, value) native "HTMLSelectElement_value_Setter"; + static value_Setter_DOMString(mthis, value) native "HTMLSelectElement_value_Setter"; - static $willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Getter"; + static willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Getter"; - static $__setter___Callback(mthis, index, value) native "HTMLSelectElement___setter___Callback_RESOLVER_STRING_2_unsigned long_HTMLOptionElement"; + static $__setter___Callback_ul_HTMLOptionElement(mthis, index, value) native "HTMLSelectElement___setter___Callback_unsigned long_HTMLOptionElement"; - static $checkValidity_Callback(mthis) native "HTMLSelectElement_checkValidity_Callback_RESOLVER_STRING_0_"; + static checkValidity_Callback(mthis) native "HTMLSelectElement_checkValidity_Callback"; - static $item_Callback(mthis, index) native "HTMLSelectElement_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "HTMLSelectElement_item_Callback_unsigned long"; - static $namedItem_Callback(mthis, name) native "HTMLSelectElement_namedItem_Callback_RESOLVER_STRING_1_DOMString"; + static namedItem_Callback_DOMString(mthis, name) native "HTMLSelectElement_namedItem_Callback_DOMString"; - static $setCustomValidity_Callback(mthis, error) native "HTMLSelectElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; + static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLSelectElement_setCustomValidity_Callback_DOMString"; } class BlinkHTMLShadowElement { - static $resetStyleInheritance_Getter(mthis) native "HTMLShadowElement_resetStyleInheritance_Getter"; + static resetStyleInheritance_Getter(mthis) native "HTMLShadowElement_resetStyleInheritance_Getter"; - static $resetStyleInheritance_Setter(mthis, value) native "HTMLShadowElement_resetStyleInheritance_Setter"; + static resetStyleInheritance_Setter_boolean(mthis, value) native "HTMLShadowElement_resetStyleInheritance_Setter"; - static $getDistributedNodes_Callback(mthis) native "HTMLShadowElement_getDistributedNodes_Callback_RESOLVER_STRING_0_"; + static getDistributedNodes_Callback(mthis) native "HTMLShadowElement_getDistributedNodes_Callback"; } class BlinkHTMLSourceElement { - static $media_Getter(mthis) native "HTMLSourceElement_media_Getter"; + static media_Getter(mthis) native "HTMLSourceElement_media_Getter"; - static $media_Setter(mthis, value) native "HTMLSourceElement_media_Setter"; + static media_Setter_DOMString(mthis, value) native "HTMLSourceElement_media_Setter"; - static $src_Getter(mthis) native "HTMLSourceElement_src_Getter"; + static src_Getter(mthis) native "HTMLSourceElement_src_Getter"; - static $src_Setter(mthis, value) native "HTMLSourceElement_src_Setter"; + static src_Setter_DOMString(mthis, value) native "HTMLSourceElement_src_Setter"; - static $type_Getter(mthis) native "HTMLSourceElement_type_Getter"; + static type_Getter(mthis) native "HTMLSourceElement_type_Getter"; - static $type_Setter(mthis, value) native "HTMLSourceElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "HTMLSourceElement_type_Setter"; } class BlinkHTMLSpanElement {} class BlinkHTMLStyleElement { - static $disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter"; + static disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "HTMLStyleElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "HTMLStyleElement_disabled_Setter"; - static $media_Getter(mthis) native "HTMLStyleElement_media_Getter"; + static media_Getter(mthis) native "HTMLStyleElement_media_Getter"; - static $media_Setter(mthis, value) native "HTMLStyleElement_media_Setter"; + static media_Setter_DOMString(mthis, value) native "HTMLStyleElement_media_Setter"; - static $scoped_Getter(mthis) native "HTMLStyleElement_scoped_Getter"; + static scoped_Getter(mthis) native "HTMLStyleElement_scoped_Getter"; - static $scoped_Setter(mthis, value) native "HTMLStyleElement_scoped_Setter"; + static scoped_Setter_boolean(mthis, value) native "HTMLStyleElement_scoped_Setter"; - static $sheet_Getter(mthis) native "HTMLStyleElement_sheet_Getter"; + static sheet_Getter(mthis) native "HTMLStyleElement_sheet_Getter"; - static $type_Getter(mthis) native "HTMLStyleElement_type_Getter"; + static type_Getter(mthis) native "HTMLStyleElement_type_Getter"; - static $type_Setter(mthis, value) native "HTMLStyleElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "HTMLStyleElement_type_Setter"; } class BlinkHTMLTableCaptionElement {} class BlinkHTMLTableCellElement { - static $cellIndex_Getter(mthis) native "HTMLTableCellElement_cellIndex_Getter"; + static cellIndex_Getter(mthis) native "HTMLTableCellElement_cellIndex_Getter"; - static $colSpan_Getter(mthis) native "HTMLTableCellElement_colSpan_Getter"; + static colSpan_Getter(mthis) native "HTMLTableCellElement_colSpan_Getter"; - static $colSpan_Setter(mthis, value) native "HTMLTableCellElement_colSpan_Setter"; + static colSpan_Setter_long(mthis, value) native "HTMLTableCellElement_colSpan_Setter"; - static $headers_Getter(mthis) native "HTMLTableCellElement_headers_Getter"; + static headers_Getter(mthis) native "HTMLTableCellElement_headers_Getter"; - static $headers_Setter(mthis, value) native "HTMLTableCellElement_headers_Setter"; + static headers_Setter_DOMString(mthis, value) native "HTMLTableCellElement_headers_Setter"; - static $rowSpan_Getter(mthis) native "HTMLTableCellElement_rowSpan_Getter"; + static rowSpan_Getter(mthis) native "HTMLTableCellElement_rowSpan_Getter"; - static $rowSpan_Setter(mthis, value) native "HTMLTableCellElement_rowSpan_Setter"; + static rowSpan_Setter_long(mthis, value) native "HTMLTableCellElement_rowSpan_Setter"; } class BlinkHTMLTableColElement { - static $span_Getter(mthis) native "HTMLTableColElement_span_Getter"; + static span_Getter(mthis) native "HTMLTableColElement_span_Getter"; - static $span_Setter(mthis, value) native "HTMLTableColElement_span_Setter"; + static span_Setter_long(mthis, value) native "HTMLTableColElement_span_Setter"; } class BlinkHTMLTableElement { - static $caption_Getter(mthis) native "HTMLTableElement_caption_Getter"; + static caption_Getter(mthis) native "HTMLTableElement_caption_Getter"; - static $caption_Setter(mthis, value) native "HTMLTableElement_caption_Setter"; + static caption_Setter_HTMLTableCaptionElement(mthis, value) native "HTMLTableElement_caption_Setter"; - static $rows_Getter(mthis) native "HTMLTableElement_rows_Getter"; + static rows_Getter(mthis) native "HTMLTableElement_rows_Getter"; - static $tBodies_Getter(mthis) native "HTMLTableElement_tBodies_Getter"; + static tBodies_Getter(mthis) native "HTMLTableElement_tBodies_Getter"; - static $tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Getter"; + static tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Getter"; - static $tFoot_Setter(mthis, value) native "HTMLTableElement_tFoot_Setter"; + static tFoot_Setter_HTMLTableSectionElement(mthis, value) native "HTMLTableElement_tFoot_Setter"; - static $tHead_Getter(mthis) native "HTMLTableElement_tHead_Getter"; + static tHead_Getter(mthis) native "HTMLTableElement_tHead_Getter"; - static $tHead_Setter(mthis, value) native "HTMLTableElement_tHead_Setter"; + static tHead_Setter_HTMLTableSectionElement(mthis, value) native "HTMLTableElement_tHead_Setter"; - static $createCaption_Callback(mthis) native "HTMLTableElement_createCaption_Callback_RESOLVER_STRING_0_"; + static createCaption_Callback(mthis) native "HTMLTableElement_createCaption_Callback"; - static $createTBody_Callback(mthis) native "HTMLTableElement_createTBody_Callback_RESOLVER_STRING_0_"; + static createTBody_Callback(mthis) native "HTMLTableElement_createTBody_Callback"; - static $createTFoot_Callback(mthis) native "HTMLTableElement_createTFoot_Callback_RESOLVER_STRING_0_"; + static createTFoot_Callback(mthis) native "HTMLTableElement_createTFoot_Callback"; - static $createTHead_Callback(mthis) native "HTMLTableElement_createTHead_Callback_RESOLVER_STRING_0_"; + static createTHead_Callback(mthis) native "HTMLTableElement_createTHead_Callback"; - static $deleteCaption_Callback(mthis) native "HTMLTableElement_deleteCaption_Callback_RESOLVER_STRING_0_"; + static deleteCaption_Callback(mthis) native "HTMLTableElement_deleteCaption_Callback"; - static $deleteRow_Callback(mthis, index) native "HTMLTableElement_deleteRow_Callback_RESOLVER_STRING_1_long"; + static deleteRow_Callback_long(mthis, index) native "HTMLTableElement_deleteRow_Callback_long"; - static $deleteTFoot_Callback(mthis) native "HTMLTableElement_deleteTFoot_Callback_RESOLVER_STRING_0_"; + static deleteTFoot_Callback(mthis) native "HTMLTableElement_deleteTFoot_Callback"; - static $deleteTHead_Callback(mthis) native "HTMLTableElement_deleteTHead_Callback_RESOLVER_STRING_0_"; + static deleteTHead_Callback(mthis) native "HTMLTableElement_deleteTHead_Callback"; - static $insertRow_Callback(mthis, index) native "HTMLTableElement_insertRow_Callback_RESOLVER_STRING_1_long"; + static insertRow_Callback_long(mthis, index) native "HTMLTableElement_insertRow_Callback_long"; } class BlinkHTMLTableRowElement { - static $cells_Getter(mthis) native "HTMLTableRowElement_cells_Getter"; + static cells_Getter(mthis) native "HTMLTableRowElement_cells_Getter"; - static $rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter"; + static rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter"; - static $sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowIndex_Getter"; + static sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowIndex_Getter"; - static $deleteCell_Callback(mthis, index) native "HTMLTableRowElement_deleteCell_Callback_RESOLVER_STRING_1_long"; + static deleteCell_Callback_long(mthis, index) native "HTMLTableRowElement_deleteCell_Callback_long"; - static $insertCell_Callback(mthis, index) native "HTMLTableRowElement_insertCell_Callback_RESOLVER_STRING_1_long"; + static insertCell_Callback_long(mthis, index) native "HTMLTableRowElement_insertCell_Callback_long"; } class BlinkHTMLTableSectionElement { - static $rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter"; + static rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter"; - static $deleteRow_Callback(mthis, index) native "HTMLTableSectionElement_deleteRow_Callback_RESOLVER_STRING_1_long"; + static deleteRow_Callback_long(mthis, index) native "HTMLTableSectionElement_deleteRow_Callback_long"; - static $insertRow_Callback(mthis, index) native "HTMLTableSectionElement_insertRow_Callback_RESOLVER_STRING_1_long"; + static insertRow_Callback_long(mthis, index) native "HTMLTableSectionElement_insertRow_Callback_long"; } class BlinkHTMLTemplateElement { - static $content_Getter(mthis) native "HTMLTemplateElement_content_Getter"; + static content_Getter(mthis) native "HTMLTemplateElement_content_Getter"; } class BlinkHTMLTextAreaElement { - static $autofocus_Getter(mthis) native "HTMLTextAreaElement_autofocus_Getter"; + static autofocus_Getter(mthis) native "HTMLTextAreaElement_autofocus_Getter"; - static $autofocus_Setter(mthis, value) native "HTMLTextAreaElement_autofocus_Setter"; + static autofocus_Setter_boolean(mthis, value) native "HTMLTextAreaElement_autofocus_Setter"; - static $cols_Getter(mthis) native "HTMLTextAreaElement_cols_Getter"; + static cols_Getter(mthis) native "HTMLTextAreaElement_cols_Getter"; - static $cols_Setter(mthis, value) native "HTMLTextAreaElement_cols_Setter"; + static cols_Setter_long(mthis, value) native "HTMLTextAreaElement_cols_Setter"; - static $defaultValue_Getter(mthis) native "HTMLTextAreaElement_defaultValue_Getter"; + static defaultValue_Getter(mthis) native "HTMLTextAreaElement_defaultValue_Getter"; - static $defaultValue_Setter(mthis, value) native "HTMLTextAreaElement_defaultValue_Setter"; + static defaultValue_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_defaultValue_Setter"; - static $dirName_Getter(mthis) native "HTMLTextAreaElement_dirName_Getter"; + static dirName_Getter(mthis) native "HTMLTextAreaElement_dirName_Getter"; - static $dirName_Setter(mthis, value) native "HTMLTextAreaElement_dirName_Setter"; + static dirName_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_dirName_Setter"; - static $disabled_Getter(mthis) native "HTMLTextAreaElement_disabled_Getter"; + static disabled_Getter(mthis) native "HTMLTextAreaElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "HTMLTextAreaElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "HTMLTextAreaElement_disabled_Setter"; - static $form_Getter(mthis) native "HTMLTextAreaElement_form_Getter"; + static form_Getter(mthis) native "HTMLTextAreaElement_form_Getter"; - static $inputMode_Getter(mthis) native "HTMLTextAreaElement_inputMode_Getter"; + static inputMode_Getter(mthis) native "HTMLTextAreaElement_inputMode_Getter"; - static $inputMode_Setter(mthis, value) native "HTMLTextAreaElement_inputMode_Setter"; + static inputMode_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_inputMode_Setter"; - static $labels_Getter(mthis) native "HTMLTextAreaElement_labels_Getter"; + static labels_Getter(mthis) native "HTMLTextAreaElement_labels_Getter"; - static $maxLength_Getter(mthis) native "HTMLTextAreaElement_maxLength_Getter"; + static maxLength_Getter(mthis) native "HTMLTextAreaElement_maxLength_Getter"; - static $maxLength_Setter(mthis, value) native "HTMLTextAreaElement_maxLength_Setter"; + static maxLength_Setter_long(mthis, value) native "HTMLTextAreaElement_maxLength_Setter"; - static $name_Getter(mthis) native "HTMLTextAreaElement_name_Getter"; + static name_Getter(mthis) native "HTMLTextAreaElement_name_Getter"; - static $name_Setter(mthis, value) native "HTMLTextAreaElement_name_Setter"; + static name_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_name_Setter"; - static $placeholder_Getter(mthis) native "HTMLTextAreaElement_placeholder_Getter"; + static placeholder_Getter(mthis) native "HTMLTextAreaElement_placeholder_Getter"; - static $placeholder_Setter(mthis, value) native "HTMLTextAreaElement_placeholder_Setter"; + static placeholder_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_placeholder_Setter"; - static $readOnly_Getter(mthis) native "HTMLTextAreaElement_readOnly_Getter"; + static readOnly_Getter(mthis) native "HTMLTextAreaElement_readOnly_Getter"; - static $readOnly_Setter(mthis, value) native "HTMLTextAreaElement_readOnly_Setter"; + static readOnly_Setter_boolean(mthis, value) native "HTMLTextAreaElement_readOnly_Setter"; - static $required_Getter(mthis) native "HTMLTextAreaElement_required_Getter"; + static required_Getter(mthis) native "HTMLTextAreaElement_required_Getter"; - static $required_Setter(mthis, value) native "HTMLTextAreaElement_required_Setter"; + static required_Setter_boolean(mthis, value) native "HTMLTextAreaElement_required_Setter"; - static $rows_Getter(mthis) native "HTMLTextAreaElement_rows_Getter"; + static rows_Getter(mthis) native "HTMLTextAreaElement_rows_Getter"; - static $rows_Setter(mthis, value) native "HTMLTextAreaElement_rows_Setter"; + static rows_Setter_long(mthis, value) native "HTMLTextAreaElement_rows_Setter"; - static $selectionDirection_Getter(mthis) native "HTMLTextAreaElement_selectionDirection_Getter"; + static selectionDirection_Getter(mthis) native "HTMLTextAreaElement_selectionDirection_Getter"; - static $selectionDirection_Setter(mthis, value) native "HTMLTextAreaElement_selectionDirection_Setter"; + static selectionDirection_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_selectionDirection_Setter"; - static $selectionEnd_Getter(mthis) native "HTMLTextAreaElement_selectionEnd_Getter"; + static selectionEnd_Getter(mthis) native "HTMLTextAreaElement_selectionEnd_Getter"; - static $selectionEnd_Setter(mthis, value) native "HTMLTextAreaElement_selectionEnd_Setter"; + static selectionEnd_Setter_long(mthis, value) native "HTMLTextAreaElement_selectionEnd_Setter"; - static $selectionStart_Getter(mthis) native "HTMLTextAreaElement_selectionStart_Getter"; + static selectionStart_Getter(mthis) native "HTMLTextAreaElement_selectionStart_Getter"; - static $selectionStart_Setter(mthis, value) native "HTMLTextAreaElement_selectionStart_Setter"; + static selectionStart_Setter_long(mthis, value) native "HTMLTextAreaElement_selectionStart_Setter"; - static $textLength_Getter(mthis) native "HTMLTextAreaElement_textLength_Getter"; + static textLength_Getter(mthis) native "HTMLTextAreaElement_textLength_Getter"; - static $type_Getter(mthis) native "HTMLTextAreaElement_type_Getter"; + static type_Getter(mthis) native "HTMLTextAreaElement_type_Getter"; - static $validationMessage_Getter(mthis) native "HTMLTextAreaElement_validationMessage_Getter"; + static validationMessage_Getter(mthis) native "HTMLTextAreaElement_validationMessage_Getter"; - static $validity_Getter(mthis) native "HTMLTextAreaElement_validity_Getter"; + static validity_Getter(mthis) native "HTMLTextAreaElement_validity_Getter"; - static $value_Getter(mthis) native "HTMLTextAreaElement_value_Getter"; + static value_Getter(mthis) native "HTMLTextAreaElement_value_Getter"; - static $value_Setter(mthis, value) native "HTMLTextAreaElement_value_Setter"; + static value_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_value_Setter"; - static $willValidate_Getter(mthis) native "HTMLTextAreaElement_willValidate_Getter"; + static willValidate_Getter(mthis) native "HTMLTextAreaElement_willValidate_Getter"; - static $wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_Getter"; + static wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_Getter"; - static $wrap_Setter(mthis, value) native "HTMLTextAreaElement_wrap_Setter"; + static wrap_Setter_DOMString(mthis, value) native "HTMLTextAreaElement_wrap_Setter"; - static $checkValidity_Callback(mthis) native "HTMLTextAreaElement_checkValidity_Callback_RESOLVER_STRING_0_"; + static checkValidity_Callback(mthis) native "HTMLTextAreaElement_checkValidity_Callback"; - static $select_Callback(mthis) native "HTMLTextAreaElement_select_Callback_RESOLVER_STRING_0_"; + static select_Callback(mthis) native "HTMLTextAreaElement_select_Callback"; - static $setCustomValidity_Callback(mthis, error) native "HTMLTextAreaElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; + static setCustomValidity_Callback_DOMString(mthis, error) native "HTMLTextAreaElement_setCustomValidity_Callback_DOMString"; - static $_setRangeText_1_Callback(mthis, replacement) native "HTMLTextAreaElement_setRangeText_Callback_RESOLVER_STRING_1_DOMString"; + static setRangeText_Callback_DOMString(mthis, replacement) native "HTMLTextAreaElement_setRangeText_Callback_DOMString"; - static $_setRangeText_2_Callback(mthis, replacement, start, end, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback_RESOLVER_STRING_4_DOMString_unsigned long_unsigned long_DOMString"; + static setRangeText_Callback_DOMString_ul_ul_DOMString(mthis, replacement, start, end, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback_DOMString_unsigned long_unsigned long_DOMString"; - static $_setSelectionRange_1_Callback(mthis, start, end, direction) native "HTMLTextAreaElement_setSelectionRange_Callback_RESOLVER_STRING_3_long_long_DOMString"; + static setSelectionRange_Callback_long_long_DOMString(mthis, start, end, direction) native "HTMLTextAreaElement_setSelectionRange_Callback_long_long_DOMString"; - static $_setSelectionRange_2_Callback(mthis, start, end) native "HTMLTextAreaElement_setSelectionRange_Callback_RESOLVER_STRING_2_long_long"; + static setSelectionRange_Callback_long_long(mthis, start, end) native "HTMLTextAreaElement_setSelectionRange_Callback_long_long"; } class BlinkHTMLTitleElement {} class BlinkHTMLTrackElement { - static $default_Getter(mthis) native "HTMLTrackElement_default_Getter"; + static default_Getter(mthis) native "HTMLTrackElement_default_Getter"; - static $default_Setter(mthis, value) native "HTMLTrackElement_default_Setter"; + static default_Setter_boolean(mthis, value) native "HTMLTrackElement_default_Setter"; - static $kind_Getter(mthis) native "HTMLTrackElement_kind_Getter"; + static kind_Getter(mthis) native "HTMLTrackElement_kind_Getter"; - static $kind_Setter(mthis, value) native "HTMLTrackElement_kind_Setter"; + static kind_Setter_DOMString(mthis, value) native "HTMLTrackElement_kind_Setter"; - static $label_Getter(mthis) native "HTMLTrackElement_label_Getter"; + static label_Getter(mthis) native "HTMLTrackElement_label_Getter"; - static $label_Setter(mthis, value) native "HTMLTrackElement_label_Setter"; + static label_Setter_DOMString(mthis, value) native "HTMLTrackElement_label_Setter"; - static $readyState_Getter(mthis) native "HTMLTrackElement_readyState_Getter"; + static readyState_Getter(mthis) native "HTMLTrackElement_readyState_Getter"; - static $src_Getter(mthis) native "HTMLTrackElement_src_Getter"; + static src_Getter(mthis) native "HTMLTrackElement_src_Getter"; - static $src_Setter(mthis, value) native "HTMLTrackElement_src_Setter"; + static src_Setter_DOMString(mthis, value) native "HTMLTrackElement_src_Setter"; - static $srclang_Getter(mthis) native "HTMLTrackElement_srclang_Getter"; + static srclang_Getter(mthis) native "HTMLTrackElement_srclang_Getter"; - static $srclang_Setter(mthis, value) native "HTMLTrackElement_srclang_Setter"; + static srclang_Setter_DOMString(mthis, value) native "HTMLTrackElement_srclang_Setter"; - static $track_Getter(mthis) native "HTMLTrackElement_track_Getter"; + static track_Getter(mthis) native "HTMLTrackElement_track_Getter"; } class BlinkHTMLUListElement {} @@ -3415,887 +3397,875 @@ class BlinkHTMLUListElement {} class BlinkHTMLUnknownElement {} class BlinkHTMLVideoElement { - static $height_Getter(mthis) native "HTMLVideoElement_height_Getter"; + static height_Getter(mthis) native "HTMLVideoElement_height_Getter"; - static $height_Setter(mthis, value) native "HTMLVideoElement_height_Setter"; + static height_Setter_ul(mthis, value) native "HTMLVideoElement_height_Setter"; - static $poster_Getter(mthis) native "HTMLVideoElement_poster_Getter"; + static poster_Getter(mthis) native "HTMLVideoElement_poster_Getter"; - static $poster_Setter(mthis, value) native "HTMLVideoElement_poster_Setter"; + static poster_Setter_DOMString(mthis, value) native "HTMLVideoElement_poster_Setter"; - static $videoHeight_Getter(mthis) native "HTMLVideoElement_videoHeight_Getter"; + static videoHeight_Getter(mthis) native "HTMLVideoElement_videoHeight_Getter"; - static $videoWidth_Getter(mthis) native "HTMLVideoElement_videoWidth_Getter"; + static videoWidth_Getter(mthis) native "HTMLVideoElement_videoWidth_Getter"; - static $webkitDecodedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDecodedFrameCount_Getter"; + static webkitDecodedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDecodedFrameCount_Getter"; - static $webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDroppedFrameCount_Getter"; + static webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitDroppedFrameCount_Getter"; - static $width_Getter(mthis) native "HTMLVideoElement_width_Getter"; + static width_Getter(mthis) native "HTMLVideoElement_width_Getter"; - static $width_Setter(mthis, value) native "HTMLVideoElement_width_Setter"; + static width_Setter_ul(mthis, value) native "HTMLVideoElement_width_Setter"; - static $getVideoPlaybackQuality_Callback(mthis) native "HTMLVideoElement_getVideoPlaybackQuality_Callback_RESOLVER_STRING_0_"; + static getVideoPlaybackQuality_Callback(mthis) native "HTMLVideoElement_getVideoPlaybackQuality_Callback"; - static $webkitEnterFullscreen_Callback(mthis) native "HTMLVideoElement_webkitEnterFullscreen_Callback_RESOLVER_STRING_0_"; + static webkitEnterFullscreen_Callback(mthis) native "HTMLVideoElement_webkitEnterFullscreen_Callback"; - static $webkitExitFullscreen_Callback(mthis) native "HTMLVideoElement_webkitExitFullscreen_Callback_RESOLVER_STRING_0_"; + static webkitExitFullscreen_Callback(mthis) native "HTMLVideoElement_webkitExitFullscreen_Callback"; } class BlinkHashChangeEvent { - static $newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter"; + static newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter"; - static $oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter"; + static oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter"; - static $initHashChangeEvent_Callback(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback_RESOLVER_STRING_5_DOMString_boolean_boolean_DOMString_DOMString"; + static initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString(mthis, type, canBubble, cancelable, oldURL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString"; } class BlinkHistory { - static $length_Getter(mthis) native "History_length_Getter"; + static length_Getter(mthis) native "History_length_Getter"; - static $state_Getter(mthis) native "History_state_Getter"; + static state_Getter(mthis) native "History_state_Getter"; - static $back_Callback(mthis) native "History_back_Callback_RESOLVER_STRING_0_"; + static back_Callback(mthis) native "History_back_Callback"; - static $forward_Callback(mthis) native "History_forward_Callback_RESOLVER_STRING_0_"; + static forward_Callback(mthis) native "History_forward_Callback"; - static $go_Callback(mthis, distance) native "History_go_Callback_RESOLVER_STRING_1_long"; + static go_Callback_long(mthis, distance) native "History_go_Callback_long"; - static $pushState_Callback(mthis, data, title, url) native "History_pushState_Callback"; + static pushState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title, url) native "History_pushState_Callback"; - static $replaceState_Callback(mthis, data, title, url) native "History_replaceState_Callback"; + static replaceState_Callback_ScriptValue_DOMString_DOMString(mthis, data, title, url) native "History_replaceState_Callback"; } class BlinkIDBCursor { - static $direction_Getter(mthis) native "IDBCursor_direction_Getter"; + static direction_Getter(mthis) native "IDBCursor_direction_Getter"; - static $key_Getter(mthis) native "IDBCursor_key_Getter"; + static key_Getter(mthis) native "IDBCursor_key_Getter"; - static $primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; + static primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; - static $source_Getter(mthis) native "IDBCursor_source_Getter"; + static source_Getter(mthis) native "IDBCursor_source_Getter"; - static $advance_Callback(mthis, count) native "IDBCursor_advance_Callback_RESOLVER_STRING_1_unsigned long"; + static advance_Callback_ul(mthis, count) native "IDBCursor_advance_Callback_unsigned long"; - static $continuePrimaryKey_Callback(mthis, key, primaryKey) native "IDBCursor_continuePrimaryKey_Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue"; + static continuePrimaryKey_Callback_ScriptValue_ScriptValue(mthis, key, primaryKey) native "IDBCursor_continuePrimaryKey_Callback_ScriptValue_ScriptValue"; - static $delete_Callback(mthis) native "IDBCursor_delete_Callback_RESOLVER_STRING_0_"; + static delete_Callback(mthis) native "IDBCursor_delete_Callback"; - static $next_Callback(mthis, key) native "IDBCursor_continue_Callback_RESOLVER_STRING_1_ScriptValue"; + static continue_Callback_ScriptValue(mthis, key) native "IDBCursor_continue_Callback_ScriptValue"; - static $update_Callback(mthis, value) native "IDBCursor_update_Callback_RESOLVER_STRING_1_ScriptValue"; + static update_Callback_ScriptValue(mthis, value) native "IDBCursor_update_Callback_ScriptValue"; } class BlinkIDBCursorWithValue { - static $value_Getter(mthis) native "IDBCursorWithValue_value_Getter"; + static value_Getter(mthis) native "IDBCursorWithValue_value_Getter"; } class BlinkIDBDatabase { - static $name_Getter(mthis) native "IDBDatabase_name_Getter"; + static name_Getter(mthis) native "IDBDatabase_name_Getter"; - static $objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Getter"; + static objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Getter"; - static $version_Getter(mthis) native "IDBDatabase_version_Getter"; + static version_Getter(mthis) native "IDBDatabase_version_Getter"; - static $close_Callback(mthis) native "IDBDatabase_close_Callback_RESOLVER_STRING_0_"; + static close_Callback(mthis) native "IDBDatabase_close_Callback"; - static $createObjectStore_Callback(mthis, name, options) native "IDBDatabase_createObjectStore_Callback_RESOLVER_STRING_2_DOMString_Dictionary"; + static createObjectStore_Callback_DOMString_Dictionary(mthis, name, options) native "IDBDatabase_createObjectStore_Callback_DOMString_Dictionary"; - static $deleteObjectStore_Callback(mthis, name) native "IDBDatabase_deleteObjectStore_Callback_RESOLVER_STRING_1_DOMString"; + static deleteObjectStore_Callback_DOMString(mthis, name) native "IDBDatabase_deleteObjectStore_Callback_DOMString"; - static $_transaction_1_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMString"; + static transaction_Callback_DOMStringList_DOMString(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_DOMStringList_DOMString"; - static $_transaction_2_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_sequence_DOMString"; + static transaction_Callback_SEQ_DOMString_SEQ_DOMString(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_sequence_DOMString"; - static $_transaction_3_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString"; - - static $transactionList_Callback(mthis, storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_sequence_DOMString"; - - static $transactionStore_Callback(mthis, storeName, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString"; - - static $transactionStores_Callback(mthis, storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMString"; + static transaction_Callback_DOMString_DOMString(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_DOMString_DOMString"; } class BlinkIDBFactory { - static $cmp_Callback(mthis, first, second) native "IDBFactory_cmp_Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue"; + static cmp_Callback_ScriptValue_ScriptValue(mthis, first, second) native "IDBFactory_cmp_Callback_ScriptValue_ScriptValue"; - static $deleteDatabase_Callback(mthis, name) native "IDBFactory_deleteDatabase_Callback_RESOLVER_STRING_1_DOMString"; + static deleteDatabase_Callback_DOMString(mthis, name) native "IDBFactory_deleteDatabase_Callback_DOMString"; - static $_open_1_Callback(mthis, name, version) native "IDBFactory_open_Callback_RESOLVER_STRING_2_DOMString_unsigned long long"; + static open_Callback_DOMString_ull(mthis, name, version) native "IDBFactory_open_Callback_DOMString_unsigned long long"; - static $_open_2_Callback(mthis, name) native "IDBFactory_open_Callback_RESOLVER_STRING_1_DOMString"; + static open_Callback_DOMString(mthis, name) native "IDBFactory_open_Callback_DOMString"; - static $webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webkitGetDatabaseNames_Callback_RESOLVER_STRING_0_"; + static webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webkitGetDatabaseNames_Callback"; } class BlinkIDBIndex { - static $keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter"; + static keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter"; - static $multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter"; + static multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter"; - static $name_Getter(mthis) native "IDBIndex_name_Getter"; + static name_Getter(mthis) native "IDBIndex_name_Getter"; - static $objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; + static objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; - static $unique_Getter(mthis) native "IDBIndex_unique_Getter"; + static unique_Getter(mthis) native "IDBIndex_unique_Getter"; - static $count_Callback(mthis, key) native "IDBIndex_count_Callback_RESOLVER_STRING_1_ScriptValue"; + static count_Callback_ScriptValue(mthis, key) native "IDBIndex_count_Callback_ScriptValue"; - static $get_Callback(mthis, key) native "IDBIndex_get_Callback_RESOLVER_STRING_1_ScriptValue"; + static get_Callback_ScriptValue(mthis, key) native "IDBIndex_get_Callback_ScriptValue"; - static $getKey_Callback(mthis, key) native "IDBIndex_getKey_Callback_RESOLVER_STRING_1_ScriptValue"; + static getKey_Callback_ScriptValue(mthis, key) native "IDBIndex_getKey_Callback_ScriptValue"; - static $openCursor_Callback(mthis, key, direction) native "IDBIndex_openCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; + static openCursor_Callback_ScriptValue_DOMString(mthis, key, direction) native "IDBIndex_openCursor_Callback_ScriptValue_DOMString"; - static $openKeyCursor_Callback(mthis, key, direction) native "IDBIndex_openKeyCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; + static openKeyCursor_Callback_ScriptValue_DOMString(mthis, key, direction) native "IDBIndex_openKeyCursor_Callback_ScriptValue_DOMString"; } class BlinkIDBKeyRange { - static $lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; + static lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; - static $lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter"; + static lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter"; - static $upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; + static upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; - static $upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter"; + static upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter"; - static $bound__Callback(lower, upper, lowerOpen, upperOpen) native "IDBKeyRange_bound_Callback_RESOLVER_STRING_4_ScriptValue_ScriptValue_boolean_boolean"; + static bound_Callback_ScriptValue_ScriptValue_boolean_boolean(lower, upper, lowerOpen, upperOpen) native "IDBKeyRange_bound_Callback_ScriptValue_ScriptValue_boolean_boolean"; - static $lowerBound__Callback(bound, open) native "IDBKeyRange_lowerBound_Callback_RESOLVER_STRING_2_ScriptValue_boolean"; + static lowerBound_Callback_ScriptValue_boolean(bound, open) native "IDBKeyRange_lowerBound_Callback_ScriptValue_boolean"; - static $only__Callback(value) native "IDBKeyRange_only_Callback_RESOLVER_STRING_1_ScriptValue"; + static only_Callback_ScriptValue(value) native "IDBKeyRange_only_Callback_ScriptValue"; - static $upperBound__Callback(bound, open) native "IDBKeyRange_upperBound_Callback_RESOLVER_STRING_2_ScriptValue_boolean"; + static upperBound_Callback_ScriptValue_boolean(bound, open) native "IDBKeyRange_upperBound_Callback_ScriptValue_boolean"; } class BlinkIDBObjectStore { - static $autoIncrement_Getter(mthis) native "IDBObjectStore_autoIncrement_Getter"; + static autoIncrement_Getter(mthis) native "IDBObjectStore_autoIncrement_Getter"; - static $indexNames_Getter(mthis) native "IDBObjectStore_indexNames_Getter"; + static indexNames_Getter(mthis) native "IDBObjectStore_indexNames_Getter"; - static $keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Getter"; + static keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Getter"; - static $name_Getter(mthis) native "IDBObjectStore_name_Getter"; + static name_Getter(mthis) native "IDBObjectStore_name_Getter"; - static $transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter"; + static transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter"; - static $add_Callback(mthis, value, key) native "IDBObjectStore_add_Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue"; + static add_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObjectStore_add_Callback_ScriptValue_ScriptValue"; - static $clear_Callback(mthis) native "IDBObjectStore_clear_Callback_RESOLVER_STRING_0_"; + static clear_Callback(mthis) native "IDBObjectStore_clear_Callback"; - static $count_Callback(mthis, key) native "IDBObjectStore_count_Callback_RESOLVER_STRING_1_ScriptValue"; + static count_Callback_ScriptValue(mthis, key) native "IDBObjectStore_count_Callback_ScriptValue"; - static $_createIndex_1_Callback(mthis, name, keyPath, options) native "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_sequence_Dictionary"; + static createIndex_Callback_DOMString_SEQ_DOMString_SEQ_Dictionary(mthis, name, keyPath, options) native "IDBObjectStore_createIndex_Callback_DOMString_sequence_Dictionary"; - static $_createIndex_2_Callback(mthis, name, keyPath, options) native "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_DOMString_Dictionary"; + static createIndex_Callback_DOMString_DOMString_Dictionary(mthis, name, keyPath, options) native "IDBObjectStore_createIndex_Callback_DOMString_DOMString_Dictionary"; - static $delete_Callback(mthis, key) native "IDBObjectStore_delete_Callback_RESOLVER_STRING_1_ScriptValue"; + static delete_Callback_ScriptValue(mthis, key) native "IDBObjectStore_delete_Callback_ScriptValue"; - static $deleteIndex_Callback(mthis, name) native "IDBObjectStore_deleteIndex_Callback_RESOLVER_STRING_1_DOMString"; + static deleteIndex_Callback_DOMString(mthis, name) native "IDBObjectStore_deleteIndex_Callback_DOMString"; - static $get_Callback(mthis, key) native "IDBObjectStore_get_Callback_RESOLVER_STRING_1_ScriptValue"; + static get_Callback_ScriptValue(mthis, key) native "IDBObjectStore_get_Callback_ScriptValue"; - static $index_Callback(mthis, name) native "IDBObjectStore_index_Callback_RESOLVER_STRING_1_DOMString"; + static index_Callback_DOMString(mthis, name) native "IDBObjectStore_index_Callback_DOMString"; - static $openCursor_Callback(mthis, key, direction) native "IDBObjectStore_openCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; + static openCursor_Callback_ScriptValue_DOMString(mthis, key, direction) native "IDBObjectStore_openCursor_Callback_ScriptValue_DOMString"; - static $openKeyCursor_Callback(mthis, range, direction) native "IDBObjectStore_openKeyCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; + static openKeyCursor_Callback_ScriptValue_DOMString(mthis, range, direction) native "IDBObjectStore_openKeyCursor_Callback_ScriptValue_DOMString"; - static $put_Callback(mthis, value, key) native "IDBObjectStore_put_Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue"; + static put_Callback_ScriptValue_ScriptValue(mthis, value, key) native "IDBObjectStore_put_Callback_ScriptValue_ScriptValue"; } class BlinkIDBRequest { - static $error_Getter(mthis) native "IDBRequest_error_Getter"; + static error_Getter(mthis) native "IDBRequest_error_Getter"; - static $readyState_Getter(mthis) native "IDBRequest_readyState_Getter"; + static readyState_Getter(mthis) native "IDBRequest_readyState_Getter"; - static $result_Getter(mthis) native "IDBRequest_result_Getter"; + static result_Getter(mthis) native "IDBRequest_result_Getter"; - static $source_Getter(mthis) native "IDBRequest_source_Getter"; + static source_Getter(mthis) native "IDBRequest_source_Getter"; - static $transaction_Getter(mthis) native "IDBRequest_transaction_Getter"; + static transaction_Getter(mthis) native "IDBRequest_transaction_Getter"; } class BlinkIDBOpenDBRequest {} class BlinkIDBTransaction { - static $db_Getter(mthis) native "IDBTransaction_db_Getter"; + static db_Getter(mthis) native "IDBTransaction_db_Getter"; - static $error_Getter(mthis) native "IDBTransaction_error_Getter"; + static error_Getter(mthis) native "IDBTransaction_error_Getter"; - static $mode_Getter(mthis) native "IDBTransaction_mode_Getter"; + static mode_Getter(mthis) native "IDBTransaction_mode_Getter"; - static $abort_Callback(mthis) native "IDBTransaction_abort_Callback_RESOLVER_STRING_0_"; + static abort_Callback(mthis) native "IDBTransaction_abort_Callback"; - static $objectStore_Callback(mthis, name) native "IDBTransaction_objectStore_Callback_RESOLVER_STRING_1_DOMString"; + static objectStore_Callback_DOMString(mthis, name) native "IDBTransaction_objectStore_Callback_DOMString"; } class BlinkIDBVersionChangeEvent { - static $dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter"; + static dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter"; - static $dataLossMessage_Getter(mthis) native "IDBVersionChangeEvent_dataLossMessage_Getter"; + static dataLossMessage_Getter(mthis) native "IDBVersionChangeEvent_dataLossMessage_Getter"; - static $newVersion_Getter(mthis) native "IDBVersionChangeEvent_newVersion_Getter"; + static newVersion_Getter(mthis) native "IDBVersionChangeEvent_newVersion_Getter"; - static $oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Getter"; + static oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Getter"; } class BlinkImageBitmap { - static $height_Getter(mthis) native "ImageBitmap_height_Getter"; + static height_Getter(mthis) native "ImageBitmap_height_Getter"; - static $width_Getter(mthis) native "ImageBitmap_width_Getter"; + static width_Getter(mthis) native "ImageBitmap_width_Getter"; } class BlinkImageData { - static $data_Getter(mthis) native "ImageData_data_Getter"; + static data_Getter(mthis) native "ImageData_data_Getter"; - static $height_Getter(mthis) native "ImageData_height_Getter"; + static height_Getter(mthis) native "ImageData_height_Getter"; - static $width_Getter(mthis) native "ImageData_width_Getter"; + static width_Getter(mthis) native "ImageData_width_Getter"; } class BlinkInjectedScriptHost { - static $inspect_Callback(mthis, objectId, hints) native "InjectedScriptHost_inspect_Callback"; + static inspect_Callback_ScriptValue_ScriptValue(mthis, objectId, hints) native "InjectedScriptHost_inspect_Callback"; } class BlinkInputMethodContext { - static $compositionEndOffset_Getter(mthis) native "InputMethodContext_compositionEndOffset_Getter"; + static compositionEndOffset_Getter(mthis) native "InputMethodContext_compositionEndOffset_Getter"; - static $compositionStartOffset_Getter(mthis) native "InputMethodContext_compositionStartOffset_Getter"; + static compositionStartOffset_Getter(mthis) native "InputMethodContext_compositionStartOffset_Getter"; - static $locale_Getter(mthis) native "InputMethodContext_locale_Getter"; + static locale_Getter(mthis) native "InputMethodContext_locale_Getter"; - static $target_Getter(mthis) native "InputMethodContext_target_Getter"; + static target_Getter(mthis) native "InputMethodContext_target_Getter"; - static $confirmComposition_Callback(mthis) native "InputMethodContext_confirmComposition_Callback_RESOLVER_STRING_0_"; + static confirmComposition_Callback(mthis) native "InputMethodContext_confirmComposition_Callback"; } class BlinkInstallPhaseEvent { - static $waitUntil_Callback(mthis, value) native "InstallPhaseEvent_waitUntil_Callback_RESOLVER_STRING_1_ScriptValue"; + static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_waitUntil_Callback_ScriptValue"; } class BlinkInstallEvent { - static $replace_Callback(mthis) native "InstallEvent_replace_Callback_RESOLVER_STRING_0_"; + static replace_Callback(mthis) native "InstallEvent_replace_Callback"; } class BlinkKey { - static $algorithm_Getter(mthis) native "Key_algorithm_Getter"; + static algorithm_Getter(mthis) native "Key_algorithm_Getter"; - static $extractable_Getter(mthis) native "Key_extractable_Getter"; + static extractable_Getter(mthis) native "Key_extractable_Getter"; - static $type_Getter(mthis) native "Key_type_Getter"; + static type_Getter(mthis) native "Key_type_Getter"; - static $usages_Getter(mthis) native "Key_usages_Getter"; + static usages_Getter(mthis) native "Key_usages_Getter"; } class BlinkKeyPair { - static $privateKey_Getter(mthis) native "KeyPair_privateKey_Getter"; + static privateKey_Getter(mthis) native "KeyPair_privateKey_Getter"; - static $publicKey_Getter(mthis) native "KeyPair_publicKey_Getter"; + static publicKey_Getter(mthis) native "KeyPair_publicKey_Getter"; } class BlinkKeyboardEvent { - static $altGraphKey_Getter(mthis) native "KeyboardEvent_altGraphKey_Getter"; + static altGraphKey_Getter(mthis) native "KeyboardEvent_altGraphKey_Getter"; - static $altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; + static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; - static $ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; + static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; - static $keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter"; + static keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter"; - static $keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter"; + static keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter"; - static $location_Getter(mthis) native "KeyboardEvent_location_Getter"; + static location_Getter(mthis) native "KeyboardEvent_location_Getter"; - static $metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter"; + static metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter"; - static $repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter"; + static repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter"; - static $shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter"; + static shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter"; - static $getModifierState_Callback(mthis, keyArgument) native "KeyboardEvent_getModifierState_Callback_RESOLVER_STRING_1_DOMString"; + static getModifierState_Callback_DOMString(mthis, keyArgument) native "KeyboardEvent_getModifierState_Callback_DOMString"; - static $initKeyboardEvent_Callback(mthis, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphKey) native "KeyboardEvent_initKeyboardEvent_Callback_RESOLVER_STRING_11_DOMString_boolean_boolean_Window_DOMString_unsigned long_boolean_boolean_boolean_boolean_boolean"; + static initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_ul_boolean_boolean_boolean_boolean_boolean(mthis, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphKey) native "KeyboardEvent_initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_unsigned long_boolean_boolean_boolean_boolean_boolean"; } class BlinkLocation { - static $ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter"; + static ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter"; - static $hash_Getter(mthis) native "Location_hash_Getter"; + static hash_Getter(mthis) native "Location_hash_Getter"; - static $hash_Setter(mthis, value) native "Location_hash_Setter"; + static hash_Setter_DOMString(mthis, value) native "Location_hash_Setter"; - static $host_Getter(mthis) native "Location_host_Getter"; + static host_Getter(mthis) native "Location_host_Getter"; - static $host_Setter(mthis, value) native "Location_host_Setter"; + static host_Setter_DOMString(mthis, value) native "Location_host_Setter"; - static $hostname_Getter(mthis) native "Location_hostname_Getter"; + static hostname_Getter(mthis) native "Location_hostname_Getter"; - static $hostname_Setter(mthis, value) native "Location_hostname_Setter"; + static hostname_Setter_DOMString(mthis, value) native "Location_hostname_Setter"; - static $href_Getter(mthis) native "Location_href_Getter"; + static href_Getter(mthis) native "Location_href_Getter"; - static $href_Setter(mthis, value) native "Location_href_Setter"; + static href_Setter_DOMString(mthis, value) native "Location_href_Setter"; - static $origin_Getter(mthis) native "Location_origin_Getter"; + static origin_Getter(mthis) native "Location_origin_Getter"; - static $pathname_Getter(mthis) native "Location_pathname_Getter"; + static pathname_Getter(mthis) native "Location_pathname_Getter"; - static $pathname_Setter(mthis, value) native "Location_pathname_Setter"; + static pathname_Setter_DOMString(mthis, value) native "Location_pathname_Setter"; - static $port_Getter(mthis) native "Location_port_Getter"; + static port_Getter(mthis) native "Location_port_Getter"; - static $port_Setter(mthis, value) native "Location_port_Setter"; + static port_Setter_DOMString(mthis, value) native "Location_port_Setter"; - static $protocol_Getter(mthis) native "Location_protocol_Getter"; + static protocol_Getter(mthis) native "Location_protocol_Getter"; - static $protocol_Setter(mthis, value) native "Location_protocol_Setter"; + static protocol_Setter_DOMString(mthis, value) native "Location_protocol_Setter"; - static $search_Getter(mthis) native "Location_search_Getter"; + static search_Getter(mthis) native "Location_search_Getter"; - static $search_Setter(mthis, value) native "Location_search_Setter"; + static search_Setter_DOMString(mthis, value) native "Location_search_Setter"; - static $assign_Callback(mthis, url) native "Location_assign_Callback"; + static assign_Callback_DOMString(mthis, url) native "Location_assign_Callback"; - static $reload_Callback(mthis) native "Location_reload_Callback"; + static reload_Callback(mthis) native "Location_reload_Callback"; - static $replace_Callback(mthis, url) native "Location_replace_Callback"; + static replace_Callback_DOMString(mthis, url) native "Location_replace_Callback"; - static $toString_Callback(mthis) native "Location_toString_Callback_RESOLVER_STRING_0_"; + static toString_Callback(mthis) native "Location_toString_Callback"; } class BlinkMIDIAccess { - static $inputs_Callback(mthis) native "MIDIAccess_inputs_Callback_RESOLVER_STRING_0_"; + static inputs_Callback(mthis) native "MIDIAccess_inputs_Callback"; - static $outputs_Callback(mthis) native "MIDIAccess_outputs_Callback_RESOLVER_STRING_0_"; + static outputs_Callback(mthis) native "MIDIAccess_outputs_Callback"; } class BlinkMIDIAccessPromise { - static $then_Callback(mthis, successCallback, errorCallback) native "MIDIAccessPromise_then_Callback_RESOLVER_STRING_2_MIDISuccessCallback_MIDIErrorCallback"; + static then_Callback_MIDISuccessCallback_MIDIErrorCallback(mthis, successCallback, errorCallback) native "MIDIAccessPromise_then_Callback_MIDISuccessCallback_MIDIErrorCallback"; } class BlinkMIDIConnectionEvent { - static $port_Getter(mthis) native "MIDIConnectionEvent_port_Getter"; + static port_Getter(mthis) native "MIDIConnectionEvent_port_Getter"; } class BlinkMIDIPort { - static $id_Getter(mthis) native "MIDIPort_id_Getter"; + static id_Getter(mthis) native "MIDIPort_id_Getter"; - static $manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter"; + static manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter"; - static $name_Getter(mthis) native "MIDIPort_name_Getter"; + static name_Getter(mthis) native "MIDIPort_name_Getter"; - static $type_Getter(mthis) native "MIDIPort_type_Getter"; + static type_Getter(mthis) native "MIDIPort_type_Getter"; - static $version_Getter(mthis) native "MIDIPort_version_Getter"; + static version_Getter(mthis) native "MIDIPort_version_Getter"; } class BlinkMIDIInput {} class BlinkMIDIMessageEvent { - static $data_Getter(mthis) native "MIDIMessageEvent_data_Getter"; + static data_Getter(mthis) native "MIDIMessageEvent_data_Getter"; - static $receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter"; + static receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Getter"; } class BlinkMIDIOutput { - static $_send_1_Callback(mthis, data, timestamp) native "MIDIOutput_send_Callback_RESOLVER_STRING_2_Uint8Array_double"; + static send_Callback_Uint8Array_double(mthis, data, timestamp) native "MIDIOutput_send_Callback_Uint8Array_double"; - static $_send_2_Callback(mthis, data) native "MIDIOutput_send_Callback_RESOLVER_STRING_1_Uint8Array"; + static send_Callback_Uint8Array(mthis, data) native "MIDIOutput_send_Callback_Uint8Array"; } class BlinkMediaController { - static $_create_1constructorCallback() native "MediaController_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "MediaController_constructorCallback"; - static $buffered_Getter(mthis) native "MediaController_buffered_Getter"; + static buffered_Getter(mthis) native "MediaController_buffered_Getter"; - static $currentTime_Getter(mthis) native "MediaController_currentTime_Getter"; + static currentTime_Getter(mthis) native "MediaController_currentTime_Getter"; - static $currentTime_Setter(mthis, value) native "MediaController_currentTime_Setter"; + static currentTime_Setter_double(mthis, value) native "MediaController_currentTime_Setter"; - static $defaultPlaybackRate_Getter(mthis) native "MediaController_defaultPlaybackRate_Getter"; + static defaultPlaybackRate_Getter(mthis) native "MediaController_defaultPlaybackRate_Getter"; - static $defaultPlaybackRate_Setter(mthis, value) native "MediaController_defaultPlaybackRate_Setter"; + static defaultPlaybackRate_Setter_double(mthis, value) native "MediaController_defaultPlaybackRate_Setter"; - static $duration_Getter(mthis) native "MediaController_duration_Getter"; + static duration_Getter(mthis) native "MediaController_duration_Getter"; - static $muted_Getter(mthis) native "MediaController_muted_Getter"; + static muted_Getter(mthis) native "MediaController_muted_Getter"; - static $muted_Setter(mthis, value) native "MediaController_muted_Setter"; + static muted_Setter_boolean(mthis, value) native "MediaController_muted_Setter"; - static $paused_Getter(mthis) native "MediaController_paused_Getter"; + static paused_Getter(mthis) native "MediaController_paused_Getter"; - static $playbackRate_Getter(mthis) native "MediaController_playbackRate_Getter"; + static playbackRate_Getter(mthis) native "MediaController_playbackRate_Getter"; - static $playbackRate_Setter(mthis, value) native "MediaController_playbackRate_Setter"; + static playbackRate_Setter_double(mthis, value) native "MediaController_playbackRate_Setter"; - static $playbackState_Getter(mthis) native "MediaController_playbackState_Getter"; + static playbackState_Getter(mthis) native "MediaController_playbackState_Getter"; - static $played_Getter(mthis) native "MediaController_played_Getter"; + static played_Getter(mthis) native "MediaController_played_Getter"; - static $seekable_Getter(mthis) native "MediaController_seekable_Getter"; + static seekable_Getter(mthis) native "MediaController_seekable_Getter"; - static $volume_Getter(mthis) native "MediaController_volume_Getter"; + static volume_Getter(mthis) native "MediaController_volume_Getter"; - static $volume_Setter(mthis, value) native "MediaController_volume_Setter"; + static volume_Setter_double(mthis, value) native "MediaController_volume_Setter"; - static $pause_Callback(mthis) native "MediaController_pause_Callback_RESOLVER_STRING_0_"; + static pause_Callback(mthis) native "MediaController_pause_Callback"; - static $play_Callback(mthis) native "MediaController_play_Callback_RESOLVER_STRING_0_"; + static play_Callback(mthis) native "MediaController_play_Callback"; - static $unpause_Callback(mthis) native "MediaController_unpause_Callback_RESOLVER_STRING_0_"; + static unpause_Callback(mthis) native "MediaController_unpause_Callback"; } class BlinkMediaElementAudioSourceNode { - static $mediaElement_Getter(mthis) native "MediaElementAudioSourceNode_mediaElement_Getter"; + static mediaElement_Getter(mthis) native "MediaElementAudioSourceNode_mediaElement_Getter"; } class BlinkMediaError { - static $code_Getter(mthis) native "MediaError_code_Getter"; + static code_Getter(mthis) native "MediaError_code_Getter"; } class BlinkMediaKeyError { - static $code_Getter(mthis) native "MediaKeyError_code_Getter"; + static code_Getter(mthis) native "MediaKeyError_code_Getter"; - static $systemCode_Getter(mthis) native "MediaKeyError_systemCode_Getter"; + static systemCode_Getter(mthis) native "MediaKeyError_systemCode_Getter"; } class BlinkMediaKeyEvent { - static $defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_Getter"; + static defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_Getter"; - static $errorCode_Getter(mthis) native "MediaKeyEvent_errorCode_Getter"; + static errorCode_Getter(mthis) native "MediaKeyEvent_errorCode_Getter"; - static $initData_Getter(mthis) native "MediaKeyEvent_initData_Getter"; + static initData_Getter(mthis) native "MediaKeyEvent_initData_Getter"; - static $keySystem_Getter(mthis) native "MediaKeyEvent_keySystem_Getter"; + static keySystem_Getter(mthis) native "MediaKeyEvent_keySystem_Getter"; - static $message_Getter(mthis) native "MediaKeyEvent_message_Getter"; + static message_Getter(mthis) native "MediaKeyEvent_message_Getter"; - static $sessionId_Getter(mthis) native "MediaKeyEvent_sessionId_Getter"; + static sessionId_Getter(mthis) native "MediaKeyEvent_sessionId_Getter"; - static $systemCode_Getter(mthis) native "MediaKeyEvent_systemCode_Getter"; + static systemCode_Getter(mthis) native "MediaKeyEvent_systemCode_Getter"; } class BlinkMediaKeyMessageEvent { - static $destinationURL_Getter(mthis) native "MediaKeyMessageEvent_destinationURL_Getter"; + static destinationURL_Getter(mthis) native "MediaKeyMessageEvent_destinationURL_Getter"; - static $message_Getter(mthis) native "MediaKeyMessageEvent_message_Getter"; + static message_Getter(mthis) native "MediaKeyMessageEvent_message_Getter"; } class BlinkMediaKeyNeededEvent { - static $contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Getter"; + static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Getter"; - static $initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; + static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; } class BlinkMediaKeySession { - static $error_Getter(mthis) native "MediaKeySession_error_Getter"; + static error_Getter(mthis) native "MediaKeySession_error_Getter"; - static $keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; + static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; - static $sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; + static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; - static $release_Callback(mthis) native "MediaKeySession_release_Callback_RESOLVER_STRING_0_"; + static release_Callback(mthis) native "MediaKeySession_release_Callback"; - static $update_Callback(mthis, response) native "MediaKeySession_update_Callback_RESOLVER_STRING_1_Uint8Array"; + static update_Callback_Uint8Array(mthis, response) native "MediaKeySession_update_Callback_Uint8Array"; } class BlinkMediaKeys { - static $_create_1constructorCallback(keySystem) native "MediaKeys_constructorCallback_RESOLVER_STRING_1_DOMString"; + static constructorCallback_DOMString(keySystem) native "MediaKeys_constructorCallback_DOMString"; - static $keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; + static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; - static $createSession_Callback(mthis, type, initData) native "MediaKeys_createSession_Callback_RESOLVER_STRING_2_DOMString_Uint8Array"; + static createSession_Callback_DOMString_Uint8Array(mthis, type, initData) native "MediaKeys_createSession_Callback_DOMString_Uint8Array"; } class BlinkMediaList { - static $length_Getter(mthis) native "MediaList_length_Getter"; + static length_Getter(mthis) native "MediaList_length_Getter"; - static $mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; + static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; - static $mediaText_Setter(mthis, value) native "MediaList_mediaText_Setter"; + static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Setter"; - static $appendMedium_Callback(mthis, newMedium) native "MediaList_appendMedium_Callback_RESOLVER_STRING_1_DOMString"; + static appendMedium_Callback_DOMString(mthis, newMedium) native "MediaList_appendMedium_Callback_DOMString"; - static $deleteMedium_Callback(mthis, oldMedium) native "MediaList_deleteMedium_Callback_RESOLVER_STRING_1_DOMString"; + static deleteMedium_Callback_DOMString(mthis, oldMedium) native "MediaList_deleteMedium_Callback_DOMString"; - static $item_Callback(mthis, index) native "MediaList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "MediaList_item_Callback_unsigned long"; } class BlinkMediaQueryList { - static $matches_Getter(mthis) native "MediaQueryList_matches_Getter"; + static matches_Getter(mthis) native "MediaQueryList_matches_Getter"; - static $media_Getter(mthis) native "MediaQueryList_media_Getter"; + static media_Getter(mthis) native "MediaQueryList_media_Getter"; } class BlinkMediaSource { - static $_create_1constructorCallback() native "MediaSource_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "MediaSource_constructorCallback"; - static $activeSourceBuffers_Getter(mthis) native "MediaSource_activeSourceBuffers_Getter"; + static activeSourceBuffers_Getter(mthis) native "MediaSource_activeSourceBuffers_Getter"; - static $duration_Getter(mthis) native "MediaSource_duration_Getter"; + static duration_Getter(mthis) native "MediaSource_duration_Getter"; - static $duration_Setter(mthis, value) native "MediaSource_duration_Setter"; + static duration_Setter_double(mthis, value) native "MediaSource_duration_Setter"; - static $readyState_Getter(mthis) native "MediaSource_readyState_Getter"; + static readyState_Getter(mthis) native "MediaSource_readyState_Getter"; - static $sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers_Getter"; + static sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers_Getter"; - static $addSourceBuffer_Callback(mthis, type) native "MediaSource_addSourceBuffer_Callback_RESOLVER_STRING_1_DOMString"; + static addSourceBuffer_Callback_DOMString(mthis, type) native "MediaSource_addSourceBuffer_Callback_DOMString"; - static $_endOfStream_1_Callback(mthis, error) native "MediaSource_endOfStream_Callback_RESOLVER_STRING_1_DOMString"; + static endOfStream_Callback_DOMString(mthis, error) native "MediaSource_endOfStream_Callback_DOMString"; - static $_endOfStream_2_Callback(mthis) native "MediaSource_endOfStream_Callback_RESOLVER_STRING_0_"; + static endOfStream_Callback(mthis) native "MediaSource_endOfStream_Callback"; - static $isTypeSupported_Callback(type) native "MediaSource_isTypeSupported_Callback_RESOLVER_STRING_1_DOMString"; + static isTypeSupported_Callback_DOMString(type) native "MediaSource_isTypeSupported_Callback_DOMString"; - static $removeSourceBuffer_Callback(mthis, buffer) native "MediaSource_removeSourceBuffer_Callback_RESOLVER_STRING_1_SourceBuffer"; + static removeSourceBuffer_Callback_SourceBuffer(mthis, buffer) native "MediaSource_removeSourceBuffer_Callback_SourceBuffer"; } class BlinkMediaStream { - static $_create_1constructorCallback() native "MediaStream_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "MediaStream_constructorCallback"; - static $_create_2constructorCallback(stream_OR_tracks) native "MediaStream_constructorCallback_RESOLVER_STRING_1_MediaStream"; + static constructorCallback_MediaStream(stream_OR_tracks) native "MediaStream_constructorCallback_MediaStream"; - static $_create_3constructorCallback(stream_OR_tracks) native "MediaStream_constructorCallback_RESOLVER_STRING_1_MediaStreamTrack[]"; + static constructorCallback_A_MediaStreamTrack_A(stream_OR_tracks) native "MediaStream_constructorCallback_MediaStreamTrack[]"; - static $ended_Getter(mthis) native "MediaStream_ended_Getter"; + static ended_Getter(mthis) native "MediaStream_ended_Getter"; - static $id_Getter(mthis) native "MediaStream_id_Getter"; + static id_Getter(mthis) native "MediaStream_id_Getter"; - static $label_Getter(mthis) native "MediaStream_label_Getter"; + static label_Getter(mthis) native "MediaStream_label_Getter"; - static $addTrack_Callback(mthis, track) native "MediaStream_addTrack_Callback_RESOLVER_STRING_1_MediaStreamTrack"; + static addTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_addTrack_Callback_MediaStreamTrack"; - static $getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callback_RESOLVER_STRING_0_"; + static getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Callback"; - static $getTrackById_Callback(mthis, trackId) native "MediaStream_getTrackById_Callback_RESOLVER_STRING_1_DOMString"; + static getTrackById_Callback_DOMString(mthis, trackId) native "MediaStream_getTrackById_Callback_DOMString"; - static $getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callback_RESOLVER_STRING_0_"; + static getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Callback"; - static $removeTrack_Callback(mthis, track) native "MediaStream_removeTrack_Callback_RESOLVER_STRING_1_MediaStreamTrack"; + static removeTrack_Callback_MediaStreamTrack(mthis, track) native "MediaStream_removeTrack_Callback_MediaStreamTrack"; - static $stop_Callback(mthis) native "MediaStream_stop_Callback_RESOLVER_STRING_0_"; + static stop_Callback(mthis) native "MediaStream_stop_Callback"; } class BlinkMediaStreamAudioDestinationNode { - static $stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Getter"; + static stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Getter"; } class BlinkMediaStreamAudioSourceNode { - static $mediaStream_Getter(mthis) native "MediaStreamAudioSourceNode_mediaStream_Getter"; + static mediaStream_Getter(mthis) native "MediaStreamAudioSourceNode_mediaStream_Getter"; } class BlinkMediaStreamEvent { - static $stream_Getter(mthis) native "MediaStreamEvent_stream_Getter"; + static stream_Getter(mthis) native "MediaStreamEvent_stream_Getter"; } class BlinkMediaStreamTrack { - static $enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter"; + static enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter"; - static $enabled_Setter(mthis, value) native "MediaStreamTrack_enabled_Setter"; + static enabled_Setter_boolean(mthis, value) native "MediaStreamTrack_enabled_Setter"; - static $id_Getter(mthis) native "MediaStreamTrack_id_Getter"; + static id_Getter(mthis) native "MediaStreamTrack_id_Getter"; - static $kind_Getter(mthis) native "MediaStreamTrack_kind_Getter"; + static kind_Getter(mthis) native "MediaStreamTrack_kind_Getter"; - static $label_Getter(mthis) native "MediaStreamTrack_label_Getter"; + static label_Getter(mthis) native "MediaStreamTrack_label_Getter"; - static $readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter"; + static readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter"; - static $getSources_Callback(callback) native "MediaStreamTrack_getSources_Callback_RESOLVER_STRING_1_MediaStreamTrackSourcesCallback"; + static getSources_Callback_MediaStreamTrackSourcesCallback(callback) native "MediaStreamTrack_getSources_Callback_MediaStreamTrackSourcesCallback"; - static $stop_Callback(mthis) native "MediaStreamTrack_stop_Callback_RESOLVER_STRING_0_"; + static stop_Callback(mthis) native "MediaStreamTrack_stop_Callback"; } class BlinkMediaStreamTrackEvent { - static $track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter"; + static track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter"; } class BlinkMemoryInfo { - static $jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLimit_Getter"; + static jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLimit_Getter"; - static $totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSize_Getter"; + static totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSize_Getter"; - static $usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize_Getter"; + static usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize_Getter"; } class BlinkMessageChannel { - static $port1_Getter(mthis) native "MessageChannel_port1_Getter"; + static port1_Getter(mthis) native "MessageChannel_port1_Getter"; - static $port2_Getter(mthis) native "MessageChannel_port2_Getter"; + static port2_Getter(mthis) native "MessageChannel_port2_Getter"; } class BlinkMessageEvent { - static $data_Getter(mthis) native "MessageEvent_data_Getter"; + static data_Getter(mthis) native "MessageEvent_data_Getter"; - static $lastEventId_Getter(mthis) native "MessageEvent_lastEventId_Getter"; + static lastEventId_Getter(mthis) native "MessageEvent_lastEventId_Getter"; - static $origin_Getter(mthis) native "MessageEvent_origin_Getter"; + static origin_Getter(mthis) native "MessageEvent_origin_Getter"; - static $source_Getter(mthis) native "MessageEvent_source_Getter"; + static source_Getter(mthis) native "MessageEvent_source_Getter"; - static $initMessageEvent_Callback(mthis, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native "MessageEvent_initMessageEvent_Callback"; + 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"; } class BlinkMessagePort { - static $close_Callback(mthis) native "MessagePort_close_Callback_RESOLVER_STRING_0_"; + static close_Callback(mthis) native "MessagePort_close_Callback"; - static $postMessage_Callback(mthis, message, messagePorts) native "MessagePort_postMessage_Callback"; + static postMessage_Callback_ScriptValue_A_MessagePort_A(mthis, message, messagePorts) native "MessagePort_postMessage_Callback"; - static $start_Callback(mthis) native "MessagePort_start_Callback_RESOLVER_STRING_0_"; + static start_Callback(mthis) native "MessagePort_start_Callback"; } class BlinkMetadata { - static $modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter"; + static modificationTime_Getter(mthis) native "Metadata_modificationTime_Getter"; - static $size_Getter(mthis) native "Metadata_size_Getter"; + static size_Getter(mthis) native "Metadata_size_Getter"; } class BlinkMimeType { - static $description_Getter(mthis) native "MimeType_description_Getter"; + static description_Getter(mthis) native "MimeType_description_Getter"; - static $enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Getter"; + static enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Getter"; - static $suffixes_Getter(mthis) native "MimeType_suffixes_Getter"; + static suffixes_Getter(mthis) native "MimeType_suffixes_Getter"; - static $type_Getter(mthis) native "MimeType_type_Getter"; + static type_Getter(mthis) native "MimeType_type_Getter"; } class BlinkMimeTypeArray { - static $length_Getter(mthis) native "MimeTypeArray_length_Getter"; + static length_Getter(mthis) native "MimeTypeArray_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "MimeTypeArray_item_Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_DOMString(mthis, name) native "MimeTypeArray___getter___Callback_DOMString"; - static $__getter___Callback(mthis, name) native "MimeTypeArray___getter___Callback_RESOLVER_STRING_1_DOMString"; + static item_Callback_ul(mthis, index) native "MimeTypeArray_item_Callback_unsigned long"; - static $item_Callback(mthis, index) native "MimeTypeArray_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $namedItem_Callback(mthis, name) native "MimeTypeArray_namedItem_Callback_RESOLVER_STRING_1_DOMString"; + static namedItem_Callback_DOMString(mthis, name) native "MimeTypeArray_namedItem_Callback_DOMString"; } class BlinkMouseEvent { - static $altKey_Getter(mthis) native "MouseEvent_altKey_Getter"; + static altKey_Getter(mthis) native "MouseEvent_altKey_Getter"; - static $button_Getter(mthis) native "MouseEvent_button_Getter"; + static button_Getter(mthis) native "MouseEvent_button_Getter"; - static $clientX_Getter(mthis) native "MouseEvent_clientX_Getter"; + static clientX_Getter(mthis) native "MouseEvent_clientX_Getter"; - static $clientY_Getter(mthis) native "MouseEvent_clientY_Getter"; + static clientY_Getter(mthis) native "MouseEvent_clientY_Getter"; - static $ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter"; + static ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter"; - static $dataTransfer_Getter(mthis) native "MouseEvent_dataTransfer_Getter"; + static dataTransfer_Getter(mthis) native "MouseEvent_dataTransfer_Getter"; - static $fromElement_Getter(mthis) native "MouseEvent_fromElement_Getter"; + static fromElement_Getter(mthis) native "MouseEvent_fromElement_Getter"; - static $metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter"; + static metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter"; - static $offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter"; + static offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter"; - static $offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter"; + static offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter"; - static $relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter"; + static relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter"; - static $screenX_Getter(mthis) native "MouseEvent_screenX_Getter"; + static screenX_Getter(mthis) native "MouseEvent_screenX_Getter"; - static $screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; + static screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; - static $shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; + static shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; - static $toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; + static toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; - static $webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovementX_Getter"; + static webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovementX_Getter"; - static $webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovementY_Getter"; + static webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovementY_Getter"; - static $initMouseEvent_Callback(mthis, type, canBubble, cancelable, view, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback_RESOLVER_STRING_15_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boolean_boolean_boolean_unsigned short_EventTarget"; + 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"; } class BlinkMutationEvent {} class BlinkMutationObserver { - static $constructorCallback(callback) native "MutationObserver_constructorCallback"; + static constructorCallback_MutationCallback(callback) native "MutationObserver_constructorCallback"; - static $disconnect_Callback(mthis) native "MutationObserver_disconnect_Callback_RESOLVER_STRING_0_"; + static disconnect_Callback(mthis) native "MutationObserver_disconnect_Callback"; - static $observe_Callback(mthis, target, options) native "MutationObserver_observe_Callback_RESOLVER_STRING_2_Node_Dictionary"; + static observe_Callback_Node_Dictionary(mthis, target, options) native "MutationObserver_observe_Callback_Node_Dictionary"; - static $takeRecords_Callback(mthis) native "MutationObserver_takeRecords_Callback_RESOLVER_STRING_0_"; + static takeRecords_Callback(mthis) native "MutationObserver_takeRecords_Callback"; } class BlinkMutationRecord { - static $addedNodes_Getter(mthis) native "MutationRecord_addedNodes_Getter"; + static addedNodes_Getter(mthis) native "MutationRecord_addedNodes_Getter"; - static $attributeName_Getter(mthis) native "MutationRecord_attributeName_Getter"; + static attributeName_Getter(mthis) native "MutationRecord_attributeName_Getter"; - static $attributeNamespace_Getter(mthis) native "MutationRecord_attributeNamespace_Getter"; + static attributeNamespace_Getter(mthis) native "MutationRecord_attributeNamespace_Getter"; - static $nextSibling_Getter(mthis) native "MutationRecord_nextSibling_Getter"; + static nextSibling_Getter(mthis) native "MutationRecord_nextSibling_Getter"; - static $oldValue_Getter(mthis) native "MutationRecord_oldValue_Getter"; + static oldValue_Getter(mthis) native "MutationRecord_oldValue_Getter"; - static $previousSibling_Getter(mthis) native "MutationRecord_previousSibling_Getter"; + static previousSibling_Getter(mthis) native "MutationRecord_previousSibling_Getter"; - static $removedNodes_Getter(mthis) native "MutationRecord_removedNodes_Getter"; + static removedNodes_Getter(mthis) native "MutationRecord_removedNodes_Getter"; - static $target_Getter(mthis) native "MutationRecord_target_Getter"; + static target_Getter(mthis) native "MutationRecord_target_Getter"; - static $type_Getter(mthis) native "MutationRecord_type_Getter"; + static type_Getter(mthis) native "MutationRecord_type_Getter"; } class BlinkNamedNodeMap { - static $length_Getter(mthis) native "NamedNodeMap_length_Getter"; + static length_Getter(mthis) native "NamedNodeMap_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "NamedNodeMap_item_Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_DOMString(mthis, name) native "NamedNodeMap___getter___Callback_DOMString"; - static $__getter___Callback(mthis, name) native "NamedNodeMap___getter___Callback_RESOLVER_STRING_1_DOMString"; + static getNamedItem_Callback_DOMString(mthis, name) native "NamedNodeMap_getNamedItem_Callback_DOMString"; - static $getNamedItem_Callback(mthis, name) native "NamedNodeMap_getNamedItem_Callback_RESOLVER_STRING_1_DOMString"; + static getNamedItemNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "NamedNodeMap_getNamedItemNS_Callback_DOMString_DOMString"; - static $getNamedItemNS_Callback(mthis, namespaceURI, localName) native "NamedNodeMap_getNamedItemNS_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static item_Callback_ul(mthis, index) native "NamedNodeMap_item_Callback_unsigned long"; - static $item_Callback(mthis, index) native "NamedNodeMap_item_Callback_RESOLVER_STRING_1_unsigned long"; + static removeNamedItem_Callback_DOMString(mthis, name) native "NamedNodeMap_removeNamedItem_Callback_DOMString"; - static $removeNamedItem_Callback(mthis, name) native "NamedNodeMap_removeNamedItem_Callback_RESOLVER_STRING_1_DOMString"; + static removeNamedItemNS_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "NamedNodeMap_removeNamedItemNS_Callback_DOMString_DOMString"; - static $removeNamedItemNS_Callback(mthis, namespaceURI, localName) native "NamedNodeMap_removeNamedItemNS_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static setNamedItem_Callback_Node(mthis, node) native "NamedNodeMap_setNamedItem_Callback_Node"; - static $setNamedItem_Callback(mthis, node) native "NamedNodeMap_setNamedItem_Callback_RESOLVER_STRING_1_Node"; - - static $setNamedItemNS_Callback(mthis, node) native "NamedNodeMap_setNamedItemNS_Callback_RESOLVER_STRING_1_Node"; + static setNamedItemNS_Callback_Node(mthis, node) native "NamedNodeMap_setNamedItemNS_Callback_Node"; } class BlinkNavigatorID { - static $appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; + static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; - static $appName_Getter(mthis) native "Navigator_appName_Getter"; + static appName_Getter(mthis) native "Navigator_appName_Getter"; - static $appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; + static appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; - static $platform_Getter(mthis) native "Navigator_platform_Getter"; + static platform_Getter(mthis) native "Navigator_platform_Getter"; - static $product_Getter(mthis) native "Navigator_product_Getter"; + static product_Getter(mthis) native "Navigator_product_Getter"; - static $userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; + static userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; } class BlinkNavigatorOnLine { - static $onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter"; + static onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter"; } class BlinkNavigator { - static $cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter"; + static cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter"; - static $doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter"; + static doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter"; - static $geolocation_Getter(mthis) native "Navigator_geolocation_Getter"; + static geolocation_Getter(mthis) native "Navigator_geolocation_Getter"; - static $language_Getter(mthis) native "Navigator_language_Getter"; + static language_Getter(mthis) native "Navigator_language_Getter"; - static $maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter"; + static maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter"; - static $mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter"; + static mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter"; - static $productSub_Getter(mthis) native "Navigator_productSub_Getter"; + static productSub_Getter(mthis) native "Navigator_productSub_Getter"; - static $serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter"; + static serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter"; - static $storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; + static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; - static $vendor_Getter(mthis) native "Navigator_vendor_Getter"; + static vendor_Getter(mthis) native "Navigator_vendor_Getter"; - static $vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; + static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; - static $webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersistentStorage_Getter"; + static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersistentStorage_Getter"; - static $webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryStorage_Getter"; + static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryStorage_Getter"; - static $getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_Callback_RESOLVER_STRING_0_"; + static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_Callback"; - static $isProtocolHandlerRegistered_Callback(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString"; - static $registerProtocolHandler_Callback(mthis, scheme, url, title) native "Navigator_registerProtocolHandler_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString"; + static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, scheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_DOMString_DOMString"; - static $requestMIDIAccess_Callback(mthis, options) native "Navigator_requestMIDIAccess_Callback_RESOLVER_STRING_1_Dictionary"; + static requestMIDIAccess_Callback_Dictionary(mthis, options) native "Navigator_requestMIDIAccess_Callback_Dictionary"; - static $unregisterProtocolHandler_Callback(mthis, scheme, url) native "Navigator_unregisterProtocolHandler_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static unregisterProtocolHandler_Callback_DOMString_DOMString(mthis, scheme, url) native "Navigator_unregisterProtocolHandler_Callback_DOMString_DOMString"; - static $webkitGetGamepads_Callback(mthis) native "Navigator_webkitGetGamepads_Callback_RESOLVER_STRING_0_"; + static webkitGetGamepads_Callback(mthis) native "Navigator_webkitGetGamepads_Callback"; - static $webkitGetUserMedia_Callback(mthis, options, successCallback, errorCallback) native "Navigator_webkitGetUserMedia_Callback_RESOLVER_STRING_3_Dictionary_NavigatorUserMediaSuccessCallback_NavigatorUserMediaErrorCallback"; + static webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuccessCallback_NavigatorUserMediaErrorCallback(mthis, options, successCallback, errorCallback) native "Navigator_webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuccessCallback_NavigatorUserMediaErrorCallback"; - static $appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; + static appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter"; - static $appName_Getter(mthis) native "Navigator_appName_Getter"; + static appName_Getter(mthis) native "Navigator_appName_Getter"; - static $appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; + static appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; - static $platform_Getter(mthis) native "Navigator_platform_Getter"; + static platform_Getter(mthis) native "Navigator_platform_Getter"; - static $product_Getter(mthis) native "Navigator_product_Getter"; + static product_Getter(mthis) native "Navigator_product_Getter"; - static $userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; + static userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; - static $onLine_Getter(mthis) native "Navigator_onLine_Getter"; + static onLine_Getter(mthis) native "Navigator_onLine_Getter"; } class BlinkNavigatorUserMediaError { - static $constraintName_Getter(mthis) native "NavigatorUserMediaError_constraintName_Getter"; + static constraintName_Getter(mthis) native "NavigatorUserMediaError_constraintName_Getter"; - static $message_Getter(mthis) native "NavigatorUserMediaError_message_Getter"; + static message_Getter(mthis) native "NavigatorUserMediaError_message_Getter"; - static $name_Getter(mthis) native "NavigatorUserMediaError_name_Getter"; + static name_Getter(mthis) native "NavigatorUserMediaError_name_Getter"; } class BlinkNodeFilter {} class BlinkNodeIterator { - static $pointerBeforeReferenceNode_Getter(mthis) native "NodeIterator_pointerBeforeReferenceNode_Getter"; + static pointerBeforeReferenceNode_Getter(mthis) native "NodeIterator_pointerBeforeReferenceNode_Getter"; - static $referenceNode_Getter(mthis) native "NodeIterator_referenceNode_Getter"; + static referenceNode_Getter(mthis) native "NodeIterator_referenceNode_Getter"; - static $root_Getter(mthis) native "NodeIterator_root_Getter"; + static root_Getter(mthis) native "NodeIterator_root_Getter"; - static $whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Getter"; + static whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Getter"; - static $detach_Callback(mthis) native "NodeIterator_detach_Callback_RESOLVER_STRING_0_"; + static detach_Callback(mthis) native "NodeIterator_detach_Callback"; - static $nextNode_Callback(mthis) native "NodeIterator_nextNode_Callback_RESOLVER_STRING_0_"; + static nextNode_Callback(mthis) native "NodeIterator_nextNode_Callback"; - static $previousNode_Callback(mthis) native "NodeIterator_previousNode_Callback_RESOLVER_STRING_0_"; + static previousNode_Callback(mthis) native "NodeIterator_previousNode_Callback"; } class BlinkNodeList { - static $length_Getter(mthis) native "NodeList_length_Getter"; + static length_Getter(mthis) native "NodeList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "NodeList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "NodeList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "NodeList_item_Callback_unsigned long"; } class BlinkNotation {} class BlinkNotification { - static $_create_1constructorCallback(title, options) native "Notification_constructorCallback_RESOLVER_STRING_2_DOMString_Dictionary"; + static constructorCallback_DOMString_Dictionary(title, options) native "Notification_constructorCallback_DOMString_Dictionary"; - static $body_Getter(mthis) native "Notification_body_Getter"; + static body_Getter(mthis) native "Notification_body_Getter"; - static $dir_Getter(mthis) native "Notification_dir_Getter"; + static dir_Getter(mthis) native "Notification_dir_Getter"; - static $icon_Getter(mthis) native "Notification_icon_Getter"; + static icon_Getter(mthis) native "Notification_icon_Getter"; - static $lang_Getter(mthis) native "Notification_lang_Getter"; + static lang_Getter(mthis) native "Notification_lang_Getter"; - static $permission_Getter(mthis) native "Notification_permission_Getter"; + static permission_Getter(mthis) native "Notification_permission_Getter"; - static $tag_Getter(mthis) native "Notification_tag_Getter"; + static tag_Getter(mthis) native "Notification_tag_Getter"; - static $title_Getter(mthis) native "Notification_title_Getter"; + static title_Getter(mthis) native "Notification_title_Getter"; - static $close_Callback(mthis) native "Notification_close_Callback_RESOLVER_STRING_0_"; + static close_Callback(mthis) native "Notification_close_Callback"; - static $requestPermission_Callback(callback) native "Notification_requestPermission_Callback_RESOLVER_STRING_1_NotificationPermissionCallback"; + static requestPermission_Callback_NotificationPermissionCallback(callback) native "Notification_requestPermission_Callback_NotificationPermissionCallback"; } class BlinkNotificationCenter {} @@ -4313,161 +4283,161 @@ class BlinkOESTextureHalfFloat {} class BlinkOESTextureHalfFloatLinear {} class BlinkOESVertexArrayObject { - static $bindVertexArrayOES_Callback(mthis, arrayObject) native "OESVertexArrayObject_bindVertexArrayOES_Callback_RESOLVER_STRING_1_WebGLVertexArrayObjectOES"; + static bindVertexArrayOES_Callback_WebGLVertexArrayObjectOES(mthis, arrayObject) native "OESVertexArrayObject_bindVertexArrayOES_Callback_WebGLVertexArrayObjectOES"; - static $createVertexArrayOES_Callback(mthis) native "OESVertexArrayObject_createVertexArrayOES_Callback_RESOLVER_STRING_0_"; + static createVertexArrayOES_Callback(mthis) native "OESVertexArrayObject_createVertexArrayOES_Callback"; - static $deleteVertexArrayOES_Callback(mthis, arrayObject) native "OESVertexArrayObject_deleteVertexArrayOES_Callback_RESOLVER_STRING_1_WebGLVertexArrayObjectOES"; + static deleteVertexArrayOES_Callback_WebGLVertexArrayObjectOES(mthis, arrayObject) native "OESVertexArrayObject_deleteVertexArrayOES_Callback_WebGLVertexArrayObjectOES"; - static $isVertexArrayOES_Callback(mthis, arrayObject) native "OESVertexArrayObject_isVertexArrayOES_Callback_RESOLVER_STRING_1_WebGLVertexArrayObjectOES"; + static isVertexArrayOES_Callback_WebGLVertexArrayObjectOES(mthis, arrayObject) native "OESVertexArrayObject_isVertexArrayOES_Callback_WebGLVertexArrayObjectOES"; } class BlinkOfflineAudioCompletionEvent { - static $renderedBuffer_Getter(mthis) native "OfflineAudioCompletionEvent_renderedBuffer_Getter"; + static renderedBuffer_Getter(mthis) native "OfflineAudioCompletionEvent_renderedBuffer_Getter"; } class BlinkOfflineAudioContext { - static $_create_1constructorCallback(numberOfChannels, numberOfFrames, sampleRate) native "OfflineAudioContext_constructorCallback_RESOLVER_STRING_3_unsigned long_unsigned long_float"; + static constructorCallback_ul_ul_float(numberOfChannels, numberOfFrames, sampleRate) native "OfflineAudioContext_constructorCallback_unsigned long_unsigned long_float"; } class BlinkOscillatorNode { - static $detune_Getter(mthis) native "OscillatorNode_detune_Getter"; + static detune_Getter(mthis) native "OscillatorNode_detune_Getter"; - static $frequency_Getter(mthis) native "OscillatorNode_frequency_Getter"; + static frequency_Getter(mthis) native "OscillatorNode_frequency_Getter"; - static $type_Getter(mthis) native "OscillatorNode_type_Getter"; + static type_Getter(mthis) native "OscillatorNode_type_Getter"; - static $type_Setter(mthis, value) native "OscillatorNode_type_Setter"; + static type_Setter_DOMString(mthis, value) native "OscillatorNode_type_Setter"; - static $noteOff_Callback(mthis, when) native "OscillatorNode_noteOff_Callback_RESOLVER_STRING_1_double"; + static noteOff_Callback_double(mthis, when) native "OscillatorNode_noteOff_Callback_double"; - static $noteOn_Callback(mthis, when) native "OscillatorNode_noteOn_Callback_RESOLVER_STRING_1_double"; + static noteOn_Callback_double(mthis, when) native "OscillatorNode_noteOn_Callback_double"; - static $setPeriodicWave_Callback(mthis, periodicWave) native "OscillatorNode_setPeriodicWave_Callback_RESOLVER_STRING_1_PeriodicWave"; + static setPeriodicWave_Callback_PeriodicWave(mthis, periodicWave) native "OscillatorNode_setPeriodicWave_Callback_PeriodicWave"; - static $_start_1_Callback(mthis, when) native "OscillatorNode_start_Callback_RESOLVER_STRING_1_double"; + static start_Callback_double(mthis, when) native "OscillatorNode_start_Callback_double"; - static $_start_2_Callback(mthis) native "OscillatorNode_start_Callback_RESOLVER_STRING_0_"; + static start_Callback(mthis) native "OscillatorNode_start_Callback"; - static $_stop_1_Callback(mthis, when) native "OscillatorNode_stop_Callback_RESOLVER_STRING_1_double"; + static stop_Callback_double(mthis, when) native "OscillatorNode_stop_Callback_double"; - static $_stop_2_Callback(mthis) native "OscillatorNode_stop_Callback_RESOLVER_STRING_0_"; + static stop_Callback(mthis) native "OscillatorNode_stop_Callback"; } class BlinkOverflowEvent { - static $horizontalOverflow_Getter(mthis) native "OverflowEvent_horizontalOverflow_Getter"; + static horizontalOverflow_Getter(mthis) native "OverflowEvent_horizontalOverflow_Getter"; - static $orient_Getter(mthis) native "OverflowEvent_orient_Getter"; + static orient_Getter(mthis) native "OverflowEvent_orient_Getter"; - static $verticalOverflow_Getter(mthis) native "OverflowEvent_verticalOverflow_Getter"; + static verticalOverflow_Getter(mthis) native "OverflowEvent_verticalOverflow_Getter"; } class BlinkPagePopupController {} class BlinkPageTransitionEvent { - static $persisted_Getter(mthis) native "PageTransitionEvent_persisted_Getter"; + static persisted_Getter(mthis) native "PageTransitionEvent_persisted_Getter"; } class BlinkPannerNode { - static $coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle_Getter"; + static coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle_Getter"; - static $coneInnerAngle_Setter(mthis, value) native "PannerNode_coneInnerAngle_Setter"; + static coneInnerAngle_Setter_double(mthis, value) native "PannerNode_coneInnerAngle_Setter"; - static $coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle_Getter"; + static coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle_Getter"; - static $coneOuterAngle_Setter(mthis, value) native "PannerNode_coneOuterAngle_Setter"; + static coneOuterAngle_Setter_double(mthis, value) native "PannerNode_coneOuterAngle_Setter"; - static $coneOuterGain_Getter(mthis) native "PannerNode_coneOuterGain_Getter"; + static coneOuterGain_Getter(mthis) native "PannerNode_coneOuterGain_Getter"; - static $coneOuterGain_Setter(mthis, value) native "PannerNode_coneOuterGain_Setter"; + static coneOuterGain_Setter_double(mthis, value) native "PannerNode_coneOuterGain_Setter"; - static $distanceModel_Getter(mthis) native "PannerNode_distanceModel_Getter"; + static distanceModel_Getter(mthis) native "PannerNode_distanceModel_Getter"; - static $distanceModel_Setter(mthis, value) native "PannerNode_distanceModel_Setter"; + static distanceModel_Setter_DOMString(mthis, value) native "PannerNode_distanceModel_Setter"; - static $maxDistance_Getter(mthis) native "PannerNode_maxDistance_Getter"; + static maxDistance_Getter(mthis) native "PannerNode_maxDistance_Getter"; - static $maxDistance_Setter(mthis, value) native "PannerNode_maxDistance_Setter"; + static maxDistance_Setter_double(mthis, value) native "PannerNode_maxDistance_Setter"; - static $panningModel_Getter(mthis) native "PannerNode_panningModel_Getter"; + static panningModel_Getter(mthis) native "PannerNode_panningModel_Getter"; - static $panningModel_Setter(mthis, value) native "PannerNode_panningModel_Setter"; + static panningModel_Setter_DOMString(mthis, value) native "PannerNode_panningModel_Setter"; - static $refDistance_Getter(mthis) native "PannerNode_refDistance_Getter"; + static refDistance_Getter(mthis) native "PannerNode_refDistance_Getter"; - static $refDistance_Setter(mthis, value) native "PannerNode_refDistance_Setter"; + static refDistance_Setter_double(mthis, value) native "PannerNode_refDistance_Setter"; - static $rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_Getter"; + static rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_Getter"; - static $rolloffFactor_Setter(mthis, value) native "PannerNode_rolloffFactor_Setter"; + static rolloffFactor_Setter_double(mthis, value) native "PannerNode_rolloffFactor_Setter"; - static $setOrientation_Callback(mthis, x, y, z) native "PannerNode_setOrientation_Callback_RESOLVER_STRING_3_float_float_float"; + static setOrientation_Callback_float_float_float(mthis, x, y, z) native "PannerNode_setOrientation_Callback_float_float_float"; - static $setPosition_Callback(mthis, x, y, z) native "PannerNode_setPosition_Callback_RESOLVER_STRING_3_float_float_float"; + static setPosition_Callback_float_float_float(mthis, x, y, z) native "PannerNode_setPosition_Callback_float_float_float"; - static $setVelocity_Callback(mthis, x, y, z) native "PannerNode_setVelocity_Callback_RESOLVER_STRING_3_float_float_float"; + static setVelocity_Callback_float_float_float(mthis, x, y, z) native "PannerNode_setVelocity_Callback_float_float_float"; } class BlinkPath { - static $_create_1constructorCallback() native "Path2D_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "Path_constructorCallback"; - static $_create_2constructorCallback(path_OR_text) native "Path2D_constructorCallback_RESOLVER_STRING_1_Path2D"; + static constructorCallback_Path2D(path_OR_text) native "Path_constructorCallback_Path2D"; - static $_create_3constructorCallback(path_OR_text) native "Path2D_constructorCallback_RESOLVER_STRING_1_DOMString"; + static constructorCallback_DOMString(path_OR_text) native "Path_constructorCallback_DOMString"; - static $arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "Path2D_arc_Callback_RESOLVER_STRING_6_float_float_float_float_float_boolean"; + 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 $arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_Callback_RESOLVER_STRING_5_float_float_float_float_float"; + static arcTo_Callback_float_float_float_float_float(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_Callback_float_float_float_float_float"; - static $bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "Path2D_bezierCurveTo_Callback_RESOLVER_STRING_6_float_float_float_float_float_float"; + 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 $closePath_Callback(mthis) native "Path2D_closePath_Callback_RESOLVER_STRING_0_"; + static closePath_Callback(mthis) native "Path2D_closePath_Callback"; - static $lineTo_Callback(mthis, x, y) native "Path2D_lineTo_Callback_RESOLVER_STRING_2_float_float"; + static lineTo_Callback_float_float(mthis, x, y) native "Path2D_lineTo_Callback_float_float"; - static $moveTo_Callback(mthis, x, y) native "Path2D_moveTo_Callback_RESOLVER_STRING_2_float_float"; + static moveTo_Callback_float_float(mthis, x, y) native "Path2D_moveTo_Callback_float_float"; - static $quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "Path2D_quadraticCurveTo_Callback_RESOLVER_STRING_4_float_float_float_float"; + static quadraticCurveTo_Callback_float_float_float_float(mthis, cpx, cpy, x, y) native "Path2D_quadraticCurveTo_Callback_float_float_float_float"; - static $rect_Callback(mthis, x, y, width, height) native "Path2D_rect_Callback_RESOLVER_STRING_4_float_float_float_float"; + static rect_Callback_float_float_float_float(mthis, x, y, width, height) native "Path2D_rect_Callback_float_float_float_float"; } class BlinkPerformance { - static $memory_Getter(mthis) native "Performance_memory_Getter"; + static memory_Getter(mthis) native "Performance_memory_Getter"; - static $navigation_Getter(mthis) native "Performance_navigation_Getter"; + static navigation_Getter(mthis) native "Performance_navigation_Getter"; - static $timing_Getter(mthis) native "Performance_timing_Getter"; + static timing_Getter(mthis) native "Performance_timing_Getter"; - static $clearMarks_Callback(mthis, markName) native "Performance_clearMarks_Callback_RESOLVER_STRING_1_DOMString"; + static clearMarks_Callback_DOMString(mthis, markName) native "Performance_clearMarks_Callback_DOMString"; - static $clearMeasures_Callback(mthis, measureName) native "Performance_clearMeasures_Callback_RESOLVER_STRING_1_DOMString"; + static clearMeasures_Callback_DOMString(mthis, measureName) native "Performance_clearMeasures_Callback_DOMString"; - static $getEntries_Callback(mthis) native "Performance_getEntries_Callback_RESOLVER_STRING_0_"; + static getEntries_Callback(mthis) native "Performance_getEntries_Callback"; - static $getEntriesByName_Callback(mthis, name, entryType) native "Performance_getEntriesByName_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static getEntriesByName_Callback_DOMString_DOMString(mthis, name, entryType) native "Performance_getEntriesByName_Callback_DOMString_DOMString"; - static $getEntriesByType_Callback(mthis, entryType) native "Performance_getEntriesByType_Callback_RESOLVER_STRING_1_DOMString"; + static getEntriesByType_Callback_DOMString(mthis, entryType) native "Performance_getEntriesByType_Callback_DOMString"; - static $mark_Callback(mthis, markName) native "Performance_mark_Callback_RESOLVER_STRING_1_DOMString"; + static mark_Callback_DOMString(mthis, markName) native "Performance_mark_Callback_DOMString"; - static $measure_Callback(mthis, measureName, startMark, endMark) native "Performance_measure_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString"; + static measure_Callback_DOMString_DOMString_DOMString(mthis, measureName, startMark, endMark) native "Performance_measure_Callback_DOMString_DOMString_DOMString"; - static $now_Callback(mthis) native "Performance_now_Callback_RESOLVER_STRING_0_"; + static now_Callback(mthis) native "Performance_now_Callback"; - static $webkitClearResourceTimings_Callback(mthis) native "Performance_webkitClearResourceTimings_Callback_RESOLVER_STRING_0_"; + static webkitClearResourceTimings_Callback(mthis) native "Performance_webkitClearResourceTimings_Callback"; - static $webkitSetResourceTimingBufferSize_Callback(mthis, maxSize) native "Performance_webkitSetResourceTimingBufferSize_Callback_RESOLVER_STRING_1_unsigned long"; + static webkitSetResourceTimingBufferSize_Callback_ul(mthis, maxSize) native "Performance_webkitSetResourceTimingBufferSize_Callback_unsigned long"; } class BlinkPerformanceEntry { - static $duration_Getter(mthis) native "PerformanceEntry_duration_Getter"; + static duration_Getter(mthis) native "PerformanceEntry_duration_Getter"; - static $entryType_Getter(mthis) native "PerformanceEntry_entryType_Getter"; + static entryType_Getter(mthis) native "PerformanceEntry_entryType_Getter"; - static $name_Getter(mthis) native "PerformanceEntry_name_Getter"; + static name_Getter(mthis) native "PerformanceEntry_name_Getter"; - static $startTime_Getter(mthis) native "PerformanceEntry_startTime_Getter"; + static startTime_Getter(mthis) native "PerformanceEntry_startTime_Getter"; } class BlinkPerformanceMark {} @@ -4475,595 +4445,583 @@ class BlinkPerformanceMark {} class BlinkPerformanceMeasure {} class BlinkPerformanceNavigation { - static $redirectCount_Getter(mthis) native "PerformanceNavigation_redirectCount_Getter"; + static redirectCount_Getter(mthis) native "PerformanceNavigation_redirectCount_Getter"; - static $type_Getter(mthis) native "PerformanceNavigation_type_Getter"; + static type_Getter(mthis) native "PerformanceNavigation_type_Getter"; } class BlinkPerformanceResourceTiming { - static $connectEnd_Getter(mthis) native "PerformanceResourceTiming_connectEnd_Getter"; + static connectEnd_Getter(mthis) native "PerformanceResourceTiming_connectEnd_Getter"; - static $connectStart_Getter(mthis) native "PerformanceResourceTiming_connectStart_Getter"; + static connectStart_Getter(mthis) native "PerformanceResourceTiming_connectStart_Getter"; - static $domainLookupEnd_Getter(mthis) native "PerformanceResourceTiming_domainLookupEnd_Getter"; + static domainLookupEnd_Getter(mthis) native "PerformanceResourceTiming_domainLookupEnd_Getter"; - static $domainLookupStart_Getter(mthis) native "PerformanceResourceTiming_domainLookupStart_Getter"; + static domainLookupStart_Getter(mthis) native "PerformanceResourceTiming_domainLookupStart_Getter"; - static $fetchStart_Getter(mthis) native "PerformanceResourceTiming_fetchStart_Getter"; + static fetchStart_Getter(mthis) native "PerformanceResourceTiming_fetchStart_Getter"; - static $initiatorType_Getter(mthis) native "PerformanceResourceTiming_initiatorType_Getter"; + static initiatorType_Getter(mthis) native "PerformanceResourceTiming_initiatorType_Getter"; - static $redirectEnd_Getter(mthis) native "PerformanceResourceTiming_redirectEnd_Getter"; + static redirectEnd_Getter(mthis) native "PerformanceResourceTiming_redirectEnd_Getter"; - static $redirectStart_Getter(mthis) native "PerformanceResourceTiming_redirectStart_Getter"; + static redirectStart_Getter(mthis) native "PerformanceResourceTiming_redirectStart_Getter"; - static $requestStart_Getter(mthis) native "PerformanceResourceTiming_requestStart_Getter"; + static requestStart_Getter(mthis) native "PerformanceResourceTiming_requestStart_Getter"; - static $responseEnd_Getter(mthis) native "PerformanceResourceTiming_responseEnd_Getter"; + static responseEnd_Getter(mthis) native "PerformanceResourceTiming_responseEnd_Getter"; - static $responseStart_Getter(mthis) native "PerformanceResourceTiming_responseStart_Getter"; + static responseStart_Getter(mthis) native "PerformanceResourceTiming_responseStart_Getter"; - static $secureConnectionStart_Getter(mthis) native "PerformanceResourceTiming_secureConnectionStart_Getter"; + static secureConnectionStart_Getter(mthis) native "PerformanceResourceTiming_secureConnectionStart_Getter"; } class BlinkPerformanceTiming { - static $connectEnd_Getter(mthis) native "PerformanceTiming_connectEnd_Getter"; + static connectEnd_Getter(mthis) native "PerformanceTiming_connectEnd_Getter"; - static $connectStart_Getter(mthis) native "PerformanceTiming_connectStart_Getter"; + static connectStart_Getter(mthis) native "PerformanceTiming_connectStart_Getter"; - static $domComplete_Getter(mthis) native "PerformanceTiming_domComplete_Getter"; + static domComplete_Getter(mthis) native "PerformanceTiming_domComplete_Getter"; - static $domContentLoadedEventEnd_Getter(mthis) native "PerformanceTiming_domContentLoadedEventEnd_Getter"; + static domContentLoadedEventEnd_Getter(mthis) native "PerformanceTiming_domContentLoadedEventEnd_Getter"; - static $domContentLoadedEventStart_Getter(mthis) native "PerformanceTiming_domContentLoadedEventStart_Getter"; + static domContentLoadedEventStart_Getter(mthis) native "PerformanceTiming_domContentLoadedEventStart_Getter"; - static $domInteractive_Getter(mthis) native "PerformanceTiming_domInteractive_Getter"; + static domInteractive_Getter(mthis) native "PerformanceTiming_domInteractive_Getter"; - static $domLoading_Getter(mthis) native "PerformanceTiming_domLoading_Getter"; + static domLoading_Getter(mthis) native "PerformanceTiming_domLoading_Getter"; - static $domainLookupEnd_Getter(mthis) native "PerformanceTiming_domainLookupEnd_Getter"; + static domainLookupEnd_Getter(mthis) native "PerformanceTiming_domainLookupEnd_Getter"; - static $domainLookupStart_Getter(mthis) native "PerformanceTiming_domainLookupStart_Getter"; + static domainLookupStart_Getter(mthis) native "PerformanceTiming_domainLookupStart_Getter"; - static $fetchStart_Getter(mthis) native "PerformanceTiming_fetchStart_Getter"; + static fetchStart_Getter(mthis) native "PerformanceTiming_fetchStart_Getter"; - static $loadEventEnd_Getter(mthis) native "PerformanceTiming_loadEventEnd_Getter"; + static loadEventEnd_Getter(mthis) native "PerformanceTiming_loadEventEnd_Getter"; - static $loadEventStart_Getter(mthis) native "PerformanceTiming_loadEventStart_Getter"; + static loadEventStart_Getter(mthis) native "PerformanceTiming_loadEventStart_Getter"; - static $navigationStart_Getter(mthis) native "PerformanceTiming_navigationStart_Getter"; + static navigationStart_Getter(mthis) native "PerformanceTiming_navigationStart_Getter"; - static $redirectEnd_Getter(mthis) native "PerformanceTiming_redirectEnd_Getter"; + static redirectEnd_Getter(mthis) native "PerformanceTiming_redirectEnd_Getter"; - static $redirectStart_Getter(mthis) native "PerformanceTiming_redirectStart_Getter"; + static redirectStart_Getter(mthis) native "PerformanceTiming_redirectStart_Getter"; - static $requestStart_Getter(mthis) native "PerformanceTiming_requestStart_Getter"; + static requestStart_Getter(mthis) native "PerformanceTiming_requestStart_Getter"; - static $responseEnd_Getter(mthis) native "PerformanceTiming_responseEnd_Getter"; + static responseEnd_Getter(mthis) native "PerformanceTiming_responseEnd_Getter"; - static $responseStart_Getter(mthis) native "PerformanceTiming_responseStart_Getter"; + static responseStart_Getter(mthis) native "PerformanceTiming_responseStart_Getter"; - static $secureConnectionStart_Getter(mthis) native "PerformanceTiming_secureConnectionStart_Getter"; + static secureConnectionStart_Getter(mthis) native "PerformanceTiming_secureConnectionStart_Getter"; - static $unloadEventEnd_Getter(mthis) native "PerformanceTiming_unloadEventEnd_Getter"; + static unloadEventEnd_Getter(mthis) native "PerformanceTiming_unloadEventEnd_Getter"; - static $unloadEventStart_Getter(mthis) native "PerformanceTiming_unloadEventStart_Getter"; + static unloadEventStart_Getter(mthis) native "PerformanceTiming_unloadEventStart_Getter"; } class BlinkPeriodicWave {} class BlinkPlayer { - static $currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter"; + static currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter"; - static $currentTime_Setter(mthis, value) native "AnimationPlayer_currentTime_Setter"; + static currentTime_Setter_double(mthis, value) native "AnimationPlayer_currentTime_Setter"; - static $finished_Getter(mthis) native "AnimationPlayer_finished_Getter"; + static finished_Getter(mthis) native "AnimationPlayer_finished_Getter"; - static $paused_Getter(mthis) native "AnimationPlayer_paused_Getter"; + static paused_Getter(mthis) native "AnimationPlayer_paused_Getter"; - static $playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter"; + static playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter"; - static $playbackRate_Setter(mthis, value) native "AnimationPlayer_playbackRate_Setter"; + static playbackRate_Setter_double(mthis, value) native "AnimationPlayer_playbackRate_Setter"; - static $source_Getter(mthis) native "AnimationPlayer_source_Getter"; + static source_Getter(mthis) native "AnimationPlayer_source_Getter"; - static $source_Setter(mthis, value) native "AnimationPlayer_source_Setter"; + static source_Setter_TimedItem(mthis, value) native "AnimationPlayer_source_Setter"; - static $startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter"; + static startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter"; - static $startTime_Setter(mthis, value) native "AnimationPlayer_startTime_Setter"; + static startTime_Setter_double(mthis, value) native "AnimationPlayer_startTime_Setter"; - static $timeLag_Getter(mthis) native "AnimationPlayer_timeLag_Getter"; + static timeLag_Getter(mthis) native "AnimationPlayer_timeLag_Getter"; - static $cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback_RESOLVER_STRING_0_"; + static cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback"; - static $finish_Callback(mthis) native "AnimationPlayer_finish_Callback_RESOLVER_STRING_0_"; + static finish_Callback(mthis) native "AnimationPlayer_finish_Callback"; - static $pause_Callback(mthis) native "AnimationPlayer_pause_Callback_RESOLVER_STRING_0_"; + static pause_Callback(mthis) native "AnimationPlayer_pause_Callback"; - static $play_Callback(mthis) native "AnimationPlayer_play_Callback_RESOLVER_STRING_0_"; + static play_Callback(mthis) native "AnimationPlayer_play_Callback"; - static $reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback_RESOLVER_STRING_0_"; + static reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback"; } class BlinkPlugin { - static $description_Getter(mthis) native "Plugin_description_Getter"; + static description_Getter(mthis) native "Plugin_description_Getter"; - static $filename_Getter(mthis) native "Plugin_filename_Getter"; + static filename_Getter(mthis) native "Plugin_filename_Getter"; - static $length_Getter(mthis) native "Plugin_length_Getter"; + static length_Getter(mthis) native "Plugin_length_Getter"; - static $name_Getter(mthis) native "Plugin_name_Getter"; + static name_Getter(mthis) native "Plugin_name_Getter"; - static $__getter___Callback(mthis, name) native "Plugin___getter___Callback_RESOLVER_STRING_1_DOMString"; + static $__getter___Callback_DOMString(mthis, name) native "Plugin___getter___Callback_DOMString"; - static $item_Callback(mthis, index) native "Plugin_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "Plugin_item_Callback_unsigned long"; - static $namedItem_Callback(mthis, name) native "Plugin_namedItem_Callback_RESOLVER_STRING_1_DOMString"; + static namedItem_Callback_DOMString(mthis, name) native "Plugin_namedItem_Callback_DOMString"; } class BlinkPluginArray { - static $length_Getter(mthis) native "PluginArray_length_Getter"; + static length_Getter(mthis) native "PluginArray_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "PluginArray_item_Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_DOMString(mthis, name) native "PluginArray___getter___Callback_DOMString"; - static $__getter___Callback(mthis, name) native "PluginArray___getter___Callback_RESOLVER_STRING_1_DOMString"; + static item_Callback_ul(mthis, index) native "PluginArray_item_Callback_unsigned long"; - static $item_Callback(mthis, index) native "PluginArray_item_Callback_RESOLVER_STRING_1_unsigned long"; + static namedItem_Callback_DOMString(mthis, name) native "PluginArray_namedItem_Callback_DOMString"; - static $namedItem_Callback(mthis, name) native "PluginArray_namedItem_Callback_RESOLVER_STRING_1_DOMString"; - - static $refresh_Callback(mthis, reload) native "PluginArray_refresh_Callback_RESOLVER_STRING_1_boolean"; + static refresh_Callback_boolean(mthis, reload) native "PluginArray_refresh_Callback_boolean"; } class BlinkPopStateEvent { - static $state_Getter(mthis) native "PopStateEvent_state_Getter"; + static state_Getter(mthis) native "PopStateEvent_state_Getter"; } class BlinkPositionError { - static $code_Getter(mthis) native "PositionError_code_Getter"; + static code_Getter(mthis) native "PositionError_code_Getter"; - static $message_Getter(mthis) native "PositionError_message_Getter"; + static message_Getter(mthis) native "PositionError_message_Getter"; } class BlinkProcessingInstruction { - static $sheet_Getter(mthis) native "ProcessingInstruction_sheet_Getter"; + static sheet_Getter(mthis) native "ProcessingInstruction_sheet_Getter"; - static $target_Getter(mthis) native "ProcessingInstruction_target_Getter"; + static target_Getter(mthis) native "ProcessingInstruction_target_Getter"; } class BlinkProgressEvent { - static $lengthComputable_Getter(mthis) native "ProgressEvent_lengthComputable_Getter"; + static lengthComputable_Getter(mthis) native "ProgressEvent_lengthComputable_Getter"; - static $loaded_Getter(mthis) native "ProgressEvent_loaded_Getter"; + static loaded_Getter(mthis) native "ProgressEvent_loaded_Getter"; - static $total_Getter(mthis) native "ProgressEvent_total_Getter"; + static total_Getter(mthis) native "ProgressEvent_total_Getter"; } class BlinkRGBColor {} class BlinkRTCDTMFSender { - static $canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsertDTMF_Getter"; + static canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsertDTMF_Getter"; - static $duration_Getter(mthis) native "RTCDTMFSender_duration_Getter"; + static duration_Getter(mthis) native "RTCDTMFSender_duration_Getter"; - static $interToneGap_Getter(mthis) native "RTCDTMFSender_interToneGap_Getter"; + static interToneGap_Getter(mthis) native "RTCDTMFSender_interToneGap_Getter"; - static $toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_Getter"; + static toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_Getter"; - static $track_Getter(mthis) native "RTCDTMFSender_track_Getter"; + static track_Getter(mthis) native "RTCDTMFSender_track_Getter"; - static $_insertDTMF_1_Callback(mthis, tones, duration, interToneGap) native "RTCDTMFSender_insertDTMF_Callback_RESOLVER_STRING_3_DOMString_long_long"; + static insertDTMF_Callback_DOMString_long_long(mthis, tones, duration, interToneGap) native "RTCDTMFSender_insertDTMF_Callback_DOMString_long_long"; - static $_insertDTMF_2_Callback(mthis, tones, duration) native "RTCDTMFSender_insertDTMF_Callback_RESOLVER_STRING_2_DOMString_long"; + static insertDTMF_Callback_DOMString_long(mthis, tones, duration) native "RTCDTMFSender_insertDTMF_Callback_DOMString_long"; - static $_insertDTMF_3_Callback(mthis, tones) native "RTCDTMFSender_insertDTMF_Callback_RESOLVER_STRING_1_DOMString"; + static insertDTMF_Callback_DOMString(mthis, tones) native "RTCDTMFSender_insertDTMF_Callback_DOMString"; } class BlinkRTCDTMFToneChangeEvent { - static $tone_Getter(mthis) native "RTCDTMFToneChangeEvent_tone_Getter"; + static tone_Getter(mthis) native "RTCDTMFToneChangeEvent_tone_Getter"; } class BlinkRTCDataChannel { - static $binaryType_Getter(mthis) native "RTCDataChannel_binaryType_Getter"; + static binaryType_Getter(mthis) native "RTCDataChannel_binaryType_Getter"; - static $binaryType_Setter(mthis, value) native "RTCDataChannel_binaryType_Setter"; + static binaryType_Setter_DOMString(mthis, value) native "RTCDataChannel_binaryType_Setter"; - static $bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Getter"; + static bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Getter"; - static $id_Getter(mthis) native "RTCDataChannel_id_Getter"; + static id_Getter(mthis) native "RTCDataChannel_id_Getter"; - static $label_Getter(mthis) native "RTCDataChannel_label_Getter"; + static label_Getter(mthis) native "RTCDataChannel_label_Getter"; - static $maxRetransmitTime_Getter(mthis) native "RTCDataChannel_maxRetransmitTime_Getter"; + static maxRetransmitTime_Getter(mthis) native "RTCDataChannel_maxRetransmitTime_Getter"; - static $maxRetransmits_Getter(mthis) native "RTCDataChannel_maxRetransmits_Getter"; + static maxRetransmits_Getter(mthis) native "RTCDataChannel_maxRetransmits_Getter"; - static $negotiated_Getter(mthis) native "RTCDataChannel_negotiated_Getter"; + static negotiated_Getter(mthis) native "RTCDataChannel_negotiated_Getter"; - static $ordered_Getter(mthis) native "RTCDataChannel_ordered_Getter"; + static ordered_Getter(mthis) native "RTCDataChannel_ordered_Getter"; - static $protocol_Getter(mthis) native "RTCDataChannel_protocol_Getter"; + static protocol_Getter(mthis) native "RTCDataChannel_protocol_Getter"; - static $readyState_Getter(mthis) native "RTCDataChannel_readyState_Getter"; + static readyState_Getter(mthis) native "RTCDataChannel_readyState_Getter"; - static $reliable_Getter(mthis) native "RTCDataChannel_reliable_Getter"; + static reliable_Getter(mthis) native "RTCDataChannel_reliable_Getter"; - static $close_Callback(mthis) native "RTCDataChannel_close_Callback_RESOLVER_STRING_0_"; + static close_Callback(mthis) native "RTCDataChannel_close_Callback"; - static $_send_1_Callback(mthis, data) native "RTCDataChannel_send_Callback_RESOLVER_STRING_1_ArrayBufferView"; + static send_Callback_ArrayBufferView(mthis, data) native "RTCDataChannel_send_Callback_ArrayBufferView"; - static $_send_2_Callback(mthis, data) native "RTCDataChannel_send_Callback_RESOLVER_STRING_1_ArrayBuffer"; + static send_Callback_ArrayBuffer(mthis, data) native "RTCDataChannel_send_Callback_ArrayBuffer"; - static $_send_3_Callback(mthis, data) native "RTCDataChannel_send_Callback_RESOLVER_STRING_1_Blob"; + static send_Callback_Blob(mthis, data) native "RTCDataChannel_send_Callback_Blob"; - static $_send_4_Callback(mthis, data) native "RTCDataChannel_send_Callback_RESOLVER_STRING_1_DOMString"; - - static $sendBlob_Callback(mthis, data) native "RTCDataChannel_send_Callback_RESOLVER_STRING_1_Blob"; - - static $sendByteBuffer_Callback(mthis, data) native "RTCDataChannel_send_Callback_RESOLVER_STRING_1_ArrayBuffer"; - - static $sendString_Callback(mthis, data) native "RTCDataChannel_send_Callback_RESOLVER_STRING_1_DOMString"; - - static $sendTypedData_Callback(mthis, data) native "RTCDataChannel_send_Callback_RESOLVER_STRING_1_ArrayBufferView"; + static send_Callback_DOMString(mthis, data) native "RTCDataChannel_send_Callback_DOMString"; } class BlinkRTCDataChannelEvent { - static $channel_Getter(mthis) native "RTCDataChannelEvent_channel_Getter"; + static channel_Getter(mthis) native "RTCDataChannelEvent_channel_Getter"; } class BlinkRTCIceCandidate { - static $_create_1constructorCallback(dictionary) native "RTCIceCandidate_constructorCallback_RESOLVER_STRING_1_Dictionary"; + static constructorCallback_Dictionary(dictionary) native "RTCIceCandidate_constructorCallback_Dictionary"; - static $candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter"; + static candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter"; - static $sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Getter"; + static sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Getter"; - static $sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter"; + static sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter"; } class BlinkRTCIceCandidateEvent { - static $candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter"; + static candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter"; } class BlinkRTCPeerConnection { - static $_create_1constructorCallback(rtcIceServers, mediaConstraints) native "RTCPeerConnection_constructorCallback_RESOLVER_STRING_2_Dictionary_Dictionary"; + static constructorCallback_Dictionary_Dictionary(rtcIceServers, mediaConstraints) native "RTCPeerConnection_constructorCallback_Dictionary_Dictionary"; - static $iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectionState_Getter"; + static iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnectionState_Getter"; - static $iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringState_Getter"; + static iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGatheringState_Getter"; - static $localDescription_Getter(mthis) native "RTCPeerConnection_localDescription_Getter"; + static localDescription_Getter(mthis) native "RTCPeerConnection_localDescription_Getter"; - static $remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescription_Getter"; + static remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescription_Getter"; - static $signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_Getter"; + static signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_Getter"; - static $addIceCandidate_Callback(mthis, candidate, successCallback, failureCallback) native "RTCPeerConnection_addIceCandidate_Callback_RESOLVER_STRING_3_RTCIceCandidate_VoidCallback_RTCErrorCallback"; + static addIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback(mthis, candidate, successCallback, failureCallback) native "RTCPeerConnection_addIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback"; - static $addStream_Callback(mthis, stream, mediaConstraints) native "RTCPeerConnection_addStream_Callback_RESOLVER_STRING_2_MediaStream_Dictionary"; + static addStream_Callback_MediaStream_Dictionary(mthis, stream, mediaConstraints) native "RTCPeerConnection_addStream_Callback_MediaStream_Dictionary"; - static $close_Callback(mthis) native "RTCPeerConnection_close_Callback_RESOLVER_STRING_0_"; + static close_Callback(mthis) native "RTCPeerConnection_close_Callback"; - static $createAnswer_Callback(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPeerConnection_createAnswer_Callback_RESOLVER_STRING_3_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary"; + static createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPeerConnection_createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary"; - static $createDTMFSender_Callback(mthis, track) native "RTCPeerConnection_createDTMFSender_Callback_RESOLVER_STRING_1_MediaStreamTrack"; + static createDTMFSender_Callback_MediaStreamTrack(mthis, track) native "RTCPeerConnection_createDTMFSender_Callback_MediaStreamTrack"; - static $createDataChannel_Callback(mthis, label, options) native "RTCPeerConnection_createDataChannel_Callback_RESOLVER_STRING_2_DOMString_Dictionary"; + static createDataChannel_Callback_DOMString_Dictionary(mthis, label, options) native "RTCPeerConnection_createDataChannel_Callback_DOMString_Dictionary"; - static $createOffer_Callback(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPeerConnection_createOffer_Callback_RESOLVER_STRING_3_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary"; + static createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary(mthis, successCallback, failureCallback, mediaConstraints) native "RTCPeerConnection_createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary"; - static $getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStreams_Callback_RESOLVER_STRING_0_"; + static getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStreams_Callback"; - static $getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStreams_Callback_RESOLVER_STRING_0_"; + static getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteStreams_Callback"; - static $getStats_Callback(mthis, successCallback, selector) native "RTCPeerConnection_getStats_Callback_RESOLVER_STRING_2_RTCStatsCallback_MediaStreamTrack"; + static getStats_Callback_RTCStatsCallback_MediaStreamTrack(mthis, successCallback, selector) native "RTCPeerConnection_getStats_Callback_RTCStatsCallback_MediaStreamTrack"; - static $getStreamById_Callback(mthis, streamId) native "RTCPeerConnection_getStreamById_Callback_RESOLVER_STRING_1_DOMString"; + static getStreamById_Callback_DOMString(mthis, streamId) native "RTCPeerConnection_getStreamById_Callback_DOMString"; - static $removeStream_Callback(mthis, stream) native "RTCPeerConnection_removeStream_Callback_RESOLVER_STRING_1_MediaStream"; + static removeStream_Callback_MediaStream(mthis, stream) native "RTCPeerConnection_removeStream_Callback_MediaStream"; - static $setLocalDescription_Callback(mthis, description, successCallback, failureCallback) native "RTCPeerConnection_setLocalDescription_Callback_RESOLVER_STRING_3_RTCSessionDescription_VoidCallback_RTCErrorCallback"; + static setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErrorCallback(mthis, description, successCallback, failureCallback) native "RTCPeerConnection_setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErrorCallback"; - static $setRemoteDescription_Callback(mthis, description, successCallback, failureCallback) native "RTCPeerConnection_setRemoteDescription_Callback_RESOLVER_STRING_3_RTCSessionDescription_VoidCallback_RTCErrorCallback"; + static setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCErrorCallback(mthis, description, successCallback, failureCallback) native "RTCPeerConnection_setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCErrorCallback"; - static $updateIce_Callback(mthis, configuration, mediaConstraints) native "RTCPeerConnection_updateIce_Callback_RESOLVER_STRING_2_Dictionary_Dictionary"; + static updateIce_Callback_Dictionary_Dictionary(mthis, configuration, mediaConstraints) native "RTCPeerConnection_updateIce_Callback_Dictionary_Dictionary"; } class BlinkRTCSessionDescription { - static $_create_1constructorCallback(descriptionInitDict) native "RTCSessionDescription_constructorCallback_RESOLVER_STRING_1_Dictionary"; + static constructorCallback_Dictionary(descriptionInitDict) native "RTCSessionDescription_constructorCallback_Dictionary"; - static $sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter"; + static sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter"; - static $sdp_Setter(mthis, value) native "RTCSessionDescription_sdp_Setter"; + static sdp_Setter_DOMString(mthis, value) native "RTCSessionDescription_sdp_Setter"; - static $type_Getter(mthis) native "RTCSessionDescription_type_Getter"; + static type_Getter(mthis) native "RTCSessionDescription_type_Getter"; - static $type_Setter(mthis, value) native "RTCSessionDescription_type_Setter"; + static type_Setter_DOMString(mthis, value) native "RTCSessionDescription_type_Setter"; } class BlinkRTCStatsReport { - static $id_Getter(mthis) native "RTCStatsReport_id_Getter"; + static id_Getter(mthis) native "RTCStatsReport_id_Getter"; - static $local_Getter(mthis) native "RTCStatsReport_local_Getter"; + static local_Getter(mthis) native "RTCStatsReport_local_Getter"; - static $remote_Getter(mthis) native "RTCStatsReport_remote_Getter"; + static remote_Getter(mthis) native "RTCStatsReport_remote_Getter"; - static $timestamp_Getter(mthis) native "RTCStatsReport_timestamp_Getter"; + static timestamp_Getter(mthis) native "RTCStatsReport_timestamp_Getter"; - static $type_Getter(mthis) native "RTCStatsReport_type_Getter"; + static type_Getter(mthis) native "RTCStatsReport_type_Getter"; - static $names_Callback(mthis) native "RTCStatsReport_names_Callback_RESOLVER_STRING_0_"; + static names_Callback(mthis) native "RTCStatsReport_names_Callback"; - static $stat_Callback(mthis, name) native "RTCStatsReport_stat_Callback_RESOLVER_STRING_1_DOMString"; + static stat_Callback_DOMString(mthis, name) native "RTCStatsReport_stat_Callback_DOMString"; } class BlinkRTCStatsResponse { - static $__getter___Callback(mthis, name) native "RTCStatsResponse___getter___Callback_RESOLVER_STRING_1_DOMString"; + static $__getter___Callback_DOMString(mthis, name) native "RTCStatsResponse___getter___Callback_DOMString"; - static $namedItem_Callback(mthis, name) native "RTCStatsResponse_namedItem_Callback_RESOLVER_STRING_1_DOMString"; + static namedItem_Callback_DOMString(mthis, name) native "RTCStatsResponse_namedItem_Callback_DOMString"; - static $result_Callback(mthis) native "RTCStatsResponse_result_Callback_RESOLVER_STRING_0_"; + static result_Callback(mthis) native "RTCStatsResponse_result_Callback"; } class BlinkRadioNodeList {} class BlinkRange { - static $collapsed_Getter(mthis) native "Range_collapsed_Getter"; + static collapsed_Getter(mthis) native "Range_collapsed_Getter"; - static $commonAncestorContainer_Getter(mthis) native "Range_commonAncestorContainer_Getter"; + static commonAncestorContainer_Getter(mthis) native "Range_commonAncestorContainer_Getter"; - static $endContainer_Getter(mthis) native "Range_endContainer_Getter"; + static endContainer_Getter(mthis) native "Range_endContainer_Getter"; - static $endOffset_Getter(mthis) native "Range_endOffset_Getter"; + static endOffset_Getter(mthis) native "Range_endOffset_Getter"; - static $startContainer_Getter(mthis) native "Range_startContainer_Getter"; + static startContainer_Getter(mthis) native "Range_startContainer_Getter"; - static $startOffset_Getter(mthis) native "Range_startOffset_Getter"; + static startOffset_Getter(mthis) native "Range_startOffset_Getter"; - static $cloneContents_Callback(mthis) native "Range_cloneContents_Callback_RESOLVER_STRING_0_"; + static cloneContents_Callback(mthis) native "Range_cloneContents_Callback"; - static $cloneRange_Callback(mthis) native "Range_cloneRange_Callback_RESOLVER_STRING_0_"; + static cloneRange_Callback(mthis) native "Range_cloneRange_Callback"; - static $collapse_Callback(mthis, toStart) native "Range_collapse_Callback_RESOLVER_STRING_1_boolean"; + static collapse_Callback_boolean(mthis, toStart) native "Range_collapse_Callback_boolean"; - static $comparePoint_Callback(mthis, refNode, offset) native "Range_comparePoint_Callback_RESOLVER_STRING_2_Node_long"; + static comparePoint_Callback_Node_long(mthis, refNode, offset) native "Range_comparePoint_Callback_Node_long"; - static $createContextualFragment_Callback(mthis, html) native "Range_createContextualFragment_Callback_RESOLVER_STRING_1_DOMString"; + static createContextualFragment_Callback_DOMString(mthis, html) native "Range_createContextualFragment_Callback_DOMString"; - static $deleteContents_Callback(mthis) native "Range_deleteContents_Callback_RESOLVER_STRING_0_"; + static deleteContents_Callback(mthis) native "Range_deleteContents_Callback"; - static $detach_Callback(mthis) native "Range_detach_Callback_RESOLVER_STRING_0_"; + static detach_Callback(mthis) native "Range_detach_Callback"; - static $expand_Callback(mthis, unit) native "Range_expand_Callback_RESOLVER_STRING_1_DOMString"; + static expand_Callback_DOMString(mthis, unit) native "Range_expand_Callback_DOMString"; - static $extractContents_Callback(mthis) native "Range_extractContents_Callback_RESOLVER_STRING_0_"; + static extractContents_Callback(mthis) native "Range_extractContents_Callback"; - static $getBoundingClientRect_Callback(mthis) native "Range_getBoundingClientRect_Callback_RESOLVER_STRING_0_"; + static getBoundingClientRect_Callback(mthis) native "Range_getBoundingClientRect_Callback"; - static $getClientRects_Callback(mthis) native "Range_getClientRects_Callback_RESOLVER_STRING_0_"; + static getClientRects_Callback(mthis) native "Range_getClientRects_Callback"; - static $insertNode_Callback(mthis, newNode) native "Range_insertNode_Callback_RESOLVER_STRING_1_Node"; + static insertNode_Callback_Node(mthis, newNode) native "Range_insertNode_Callback_Node"; - static $isPointInRange_Callback(mthis, refNode, offset) native "Range_isPointInRange_Callback_RESOLVER_STRING_2_Node_long"; + static isPointInRange_Callback_Node_long(mthis, refNode, offset) native "Range_isPointInRange_Callback_Node_long"; - static $selectNode_Callback(mthis, refNode) native "Range_selectNode_Callback_RESOLVER_STRING_1_Node"; + static selectNode_Callback_Node(mthis, refNode) native "Range_selectNode_Callback_Node"; - static $selectNodeContents_Callback(mthis, refNode) native "Range_selectNodeContents_Callback_RESOLVER_STRING_1_Node"; + static selectNodeContents_Callback_Node(mthis, refNode) native "Range_selectNodeContents_Callback_Node"; - static $setEnd_Callback(mthis, refNode, offset) native "Range_setEnd_Callback_RESOLVER_STRING_2_Node_long"; + static setEnd_Callback_Node_long(mthis, refNode, offset) native "Range_setEnd_Callback_Node_long"; - static $setEndAfter_Callback(mthis, refNode) native "Range_setEndAfter_Callback_RESOLVER_STRING_1_Node"; + static setEndAfter_Callback_Node(mthis, refNode) native "Range_setEndAfter_Callback_Node"; - static $setEndBefore_Callback(mthis, refNode) native "Range_setEndBefore_Callback_RESOLVER_STRING_1_Node"; + static setEndBefore_Callback_Node(mthis, refNode) native "Range_setEndBefore_Callback_Node"; - static $setStart_Callback(mthis, refNode, offset) native "Range_setStart_Callback_RESOLVER_STRING_2_Node_long"; + static setStart_Callback_Node_long(mthis, refNode, offset) native "Range_setStart_Callback_Node_long"; - static $setStartAfter_Callback(mthis, refNode) native "Range_setStartAfter_Callback_RESOLVER_STRING_1_Node"; + static setStartAfter_Callback_Node(mthis, refNode) native "Range_setStartAfter_Callback_Node"; - static $setStartBefore_Callback(mthis, refNode) native "Range_setStartBefore_Callback_RESOLVER_STRING_1_Node"; + static setStartBefore_Callback_Node(mthis, refNode) native "Range_setStartBefore_Callback_Node"; - static $surroundContents_Callback(mthis, newParent) native "Range_surroundContents_Callback_RESOLVER_STRING_1_Node"; + static surroundContents_Callback_Node(mthis, newParent) native "Range_surroundContents_Callback_Node"; - static $toString_Callback(mthis) native "Range_toString_Callback_RESOLVER_STRING_0_"; + static toString_Callback(mthis) native "Range_toString_Callback"; } class BlinkRect {} class BlinkResourceProgressEvent { - static $url_Getter(mthis) native "ResourceProgressEvent_url_Getter"; + static url_Getter(mthis) native "ResourceProgressEvent_url_Getter"; } class BlinkSQLError { - static $code_Getter(mthis) native "SQLError_code_Getter"; + static code_Getter(mthis) native "SQLError_code_Getter"; - static $message_Getter(mthis) native "SQLError_message_Getter"; + static message_Getter(mthis) native "SQLError_message_Getter"; } class BlinkSQLResultSet { - static $insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"; + static insertId_Getter(mthis) native "SQLResultSet_insertId_Getter"; - static $rows_Getter(mthis) native "SQLResultSet_rows_Getter"; + static rows_Getter(mthis) native "SQLResultSet_rows_Getter"; - static $rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected_Getter"; + static rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected_Getter"; } class BlinkSQLResultSetRowList { - static $length_Getter(mthis) native "SQLResultSetRowList_length_Getter"; + static length_Getter(mthis) native "SQLResultSetRowList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "SQLResultSetRowList_item_Callback"; - - static $item_Callback(mthis, index) native "SQLResultSetRowList_item_Callback"; + static item_Callback_ul(mthis, index) native "SQLResultSetRowList_item_Callback"; } class BlinkSQLTransaction { - static $executeSql_Callback(mthis, sqlStatement, arguments, callback, errorCallback) native "SQLTransaction_executeSql_Callback"; + static executeSql_Callback_DOMString_A_object_A_SQLStatementCallback_SQLStatementErrorCallback(mthis, sqlStatement, arguments, callback, errorCallback) native "SQLTransaction_executeSql_Callback"; } class BlinkSQLTransactionSync {} class BlinkSVGElement { - static $className_Getter(mthis) native "SVGElement_className_Getter"; + static className_Getter(mthis) native "SVGElement_className_Getter"; - static $ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGElement_Getter"; + static ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGElement_Getter"; - static $style_Getter(mthis) native "SVGElement_style_Getter"; + static style_Getter(mthis) native "SVGElement_style_Getter"; - static $viewportElement_Getter(mthis) native "SVGElement_viewportElement_Getter"; + static viewportElement_Getter(mthis) native "SVGElement_viewportElement_Getter"; - static $xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter"; + static xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter"; - static $xmlbase_Setter(mthis, value) native "SVGElement_xmlbase_Setter"; + static xmlbase_Setter_DOMString(mthis, value) native "SVGElement_xmlbase_Setter"; - static $xmllang_Getter(mthis) native "SVGElement_xmllang_Getter"; + static xmllang_Getter(mthis) native "SVGElement_xmllang_Getter"; - static $xmllang_Setter(mthis, value) native "SVGElement_xmllang_Setter"; + static xmllang_Setter_DOMString(mthis, value) native "SVGElement_xmllang_Setter"; - static $xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter"; + static xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter"; - static $xmlspace_Setter(mthis, value) native "SVGElement_xmlspace_Setter"; + static xmlspace_Setter_DOMString(mthis, value) native "SVGElement_xmlspace_Setter"; } class BlinkSVGTests { - static $requiredExtensions_Getter(mthis) native "SVGTests_requiredExtensions_Getter"; + static requiredExtensions_Getter(mthis) native "SVGTests_requiredExtensions_Getter"; - static $requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures_Getter"; + static requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures_Getter"; - static $systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Getter"; + static systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Getter"; - static $hasExtension_Callback(mthis, extension) native "SVGTests_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; + static hasExtension_Callback_DOMString(mthis, extension) native "SVGTests_hasExtension_Callback_DOMString"; } class BlinkSVGGraphicsElement { - static $farthestViewportElement_Getter(mthis) native "SVGGraphicsElement_farthestViewportElement_Getter"; + static farthestViewportElement_Getter(mthis) native "SVGGraphicsElement_farthestViewportElement_Getter"; - static $nearestViewportElement_Getter(mthis) native "SVGGraphicsElement_nearestViewportElement_Getter"; + static nearestViewportElement_Getter(mthis) native "SVGGraphicsElement_nearestViewportElement_Getter"; - static $transform_Getter(mthis) native "SVGGraphicsElement_transform_Getter"; + static transform_Getter(mthis) native "SVGGraphicsElement_transform_Getter"; - static $getBBox_Callback(mthis) native "SVGGraphicsElement_getBBox_Callback_RESOLVER_STRING_0_"; + static getBBox_Callback(mthis) native "SVGGraphicsElement_getBBox_Callback"; - static $getCTM_Callback(mthis) native "SVGGraphicsElement_getCTM_Callback_RESOLVER_STRING_0_"; + static getCTM_Callback(mthis) native "SVGGraphicsElement_getCTM_Callback"; - static $getScreenCTM_Callback(mthis) native "SVGGraphicsElement_getScreenCTM_Callback_RESOLVER_STRING_0_"; + static getScreenCTM_Callback(mthis) native "SVGGraphicsElement_getScreenCTM_Callback"; - static $getTransformToElement_Callback(mthis, element) native "SVGGraphicsElement_getTransformToElement_Callback_RESOLVER_STRING_1_SVGElement"; + static getTransformToElement_Callback_SVGElement(mthis, element) native "SVGGraphicsElement_getTransformToElement_Callback_SVGElement"; - static $requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExtensions_Getter"; + static requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExtensions_Getter"; - static $requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeatures_Getter"; + static requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeatures_Getter"; - static $systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_Getter"; + static systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_Getter"; - static $hasExtension_Callback(mthis, extension) native "SVGGraphicsElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; + static hasExtension_Callback_DOMString(mthis, extension) native "SVGGraphicsElement_hasExtension_Callback_DOMString"; } class BlinkSVGURIReference { - static $href_Getter(mthis) native "SVGURIReference_href_Getter"; + static href_Getter(mthis) native "SVGURIReference_href_Getter"; } class BlinkSVGAElement { - static $target_Getter(mthis) native "SVGAElement_target_Getter"; + static target_Getter(mthis) native "SVGAElement_target_Getter"; - static $href_Getter(mthis) native "SVGAElement_href_Getter"; + static href_Getter(mthis) native "SVGAElement_href_Getter"; } class BlinkSVGAltGlyphDefElement {} class BlinkSVGTextContentElement { - static $lengthAdjust_Getter(mthis) native "SVGTextContentElement_lengthAdjust_Getter"; + static lengthAdjust_Getter(mthis) native "SVGTextContentElement_lengthAdjust_Getter"; - static $textLength_Getter(mthis) native "SVGTextContentElement_textLength_Getter"; + static textLength_Getter(mthis) native "SVGTextContentElement_textLength_Getter"; - static $getCharNumAtPosition_Callback(mthis, point) native "SVGTextContentElement_getCharNumAtPosition_Callback_RESOLVER_STRING_1_SVGPoint"; + static getCharNumAtPosition_Callback_SVGPoint(mthis, point) native "SVGTextContentElement_getCharNumAtPosition_Callback_SVGPoint"; - static $getComputedTextLength_Callback(mthis) native "SVGTextContentElement_getComputedTextLength_Callback_RESOLVER_STRING_0_"; + static getComputedTextLength_Callback(mthis) native "SVGTextContentElement_getComputedTextLength_Callback"; - static $getEndPositionOfChar_Callback(mthis, offset) native "SVGTextContentElement_getEndPositionOfChar_Callback_RESOLVER_STRING_1_unsigned long"; + static getEndPositionOfChar_Callback_ul(mthis, offset) native "SVGTextContentElement_getEndPositionOfChar_Callback_unsigned long"; - static $getExtentOfChar_Callback(mthis, offset) native "SVGTextContentElement_getExtentOfChar_Callback_RESOLVER_STRING_1_unsigned long"; + static getExtentOfChar_Callback_ul(mthis, offset) native "SVGTextContentElement_getExtentOfChar_Callback_unsigned long"; - static $getNumberOfChars_Callback(mthis) native "SVGTextContentElement_getNumberOfChars_Callback_RESOLVER_STRING_0_"; + static getNumberOfChars_Callback(mthis) native "SVGTextContentElement_getNumberOfChars_Callback"; - static $getRotationOfChar_Callback(mthis, offset) native "SVGTextContentElement_getRotationOfChar_Callback_RESOLVER_STRING_1_unsigned long"; + static getRotationOfChar_Callback_ul(mthis, offset) native "SVGTextContentElement_getRotationOfChar_Callback_unsigned long"; - static $getStartPositionOfChar_Callback(mthis, offset) native "SVGTextContentElement_getStartPositionOfChar_Callback_RESOLVER_STRING_1_unsigned long"; + static getStartPositionOfChar_Callback_ul(mthis, offset) native "SVGTextContentElement_getStartPositionOfChar_Callback_unsigned long"; - static $getSubStringLength_Callback(mthis, offset, length) native "SVGTextContentElement_getSubStringLength_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static getSubStringLength_Callback_ul_ul(mthis, offset, length) native "SVGTextContentElement_getSubStringLength_Callback_unsigned long_unsigned long"; - static $selectSubString_Callback(mthis, offset, length) native "SVGTextContentElement_selectSubString_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static selectSubString_Callback_ul_ul(mthis, offset, length) native "SVGTextContentElement_selectSubString_Callback_unsigned long_unsigned long"; } class BlinkSVGTextPositioningElement { - static $dx_Getter(mthis) native "SVGTextPositioningElement_dx_Getter"; + static dx_Getter(mthis) native "SVGTextPositioningElement_dx_Getter"; - static $dy_Getter(mthis) native "SVGTextPositioningElement_dy_Getter"; + static dy_Getter(mthis) native "SVGTextPositioningElement_dy_Getter"; - static $rotate_Getter(mthis) native "SVGTextPositioningElement_rotate_Getter"; + static rotate_Getter(mthis) native "SVGTextPositioningElement_rotate_Getter"; - static $x_Getter(mthis) native "SVGTextPositioningElement_x_Getter"; + static x_Getter(mthis) native "SVGTextPositioningElement_x_Getter"; - static $y_Getter(mthis) native "SVGTextPositioningElement_y_Getter"; + static y_Getter(mthis) native "SVGTextPositioningElement_y_Getter"; } class BlinkSVGAltGlyphElement { - static $format_Getter(mthis) native "SVGAltGlyphElement_format_Getter"; + static format_Getter(mthis) native "SVGAltGlyphElement_format_Getter"; - static $format_Setter(mthis, value) native "SVGAltGlyphElement_format_Setter"; + static format_Setter_DOMString(mthis, value) native "SVGAltGlyphElement_format_Setter"; - static $glyphRef_Getter(mthis) native "SVGAltGlyphElement_glyphRef_Getter"; + static glyphRef_Getter(mthis) native "SVGAltGlyphElement_glyphRef_Getter"; - static $glyphRef_Setter(mthis, value) native "SVGAltGlyphElement_glyphRef_Setter"; + static glyphRef_Setter_DOMString(mthis, value) native "SVGAltGlyphElement_glyphRef_Setter"; - static $href_Getter(mthis) native "SVGAltGlyphElement_href_Getter"; + static href_Getter(mthis) native "SVGAltGlyphElement_href_Getter"; } class BlinkSVGAltGlyphItemElement {} class BlinkSVGAngle { - static $unitType_Getter(mthis) native "SVGAngle_unitType_Getter"; + static unitType_Getter(mthis) native "SVGAngle_unitType_Getter"; - static $value_Getter(mthis) native "SVGAngle_value_Getter"; + static value_Getter(mthis) native "SVGAngle_value_Getter"; - static $value_Setter(mthis, value) native "SVGAngle_value_Setter"; + static value_Setter_float(mthis, value) native "SVGAngle_value_Setter"; - static $valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Getter"; + static valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Getter"; - static $valueAsString_Setter(mthis, value) native "SVGAngle_valueAsString_Setter"; + static valueAsString_Setter_DOMString(mthis, value) native "SVGAngle_valueAsString_Setter"; - static $valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpecifiedUnits_Getter"; + static valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpecifiedUnits_Getter"; - static $valueInSpecifiedUnits_Setter(mthis, value) native "SVGAngle_valueInSpecifiedUnits_Setter"; + static valueInSpecifiedUnits_Setter_float(mthis, value) native "SVGAngle_valueInSpecifiedUnits_Setter"; - static $convertToSpecifiedUnits_Callback(mthis, unitType) native "SVGAngle_convertToSpecifiedUnits_Callback_RESOLVER_STRING_1_unsigned short"; + static convertToSpecifiedUnits_Callback_us(mthis, unitType) native "SVGAngle_convertToSpecifiedUnits_Callback_unsigned short"; - static $newValueSpecifiedUnits_Callback(mthis, unitType, valueInSpecifiedUnits) native "SVGAngle_newValueSpecifiedUnits_Callback_RESOLVER_STRING_2_unsigned short_float"; + static newValueSpecifiedUnits_Callback_us_float(mthis, unitType, valueInSpecifiedUnits) native "SVGAngle_newValueSpecifiedUnits_Callback_unsigned short_float"; } class BlinkSVGAnimationElement { - static $targetElement_Getter(mthis) native "SVGAnimationElement_targetElement_Getter"; + static targetElement_Getter(mthis) native "SVGAnimationElement_targetElement_Getter"; - static $beginElement_Callback(mthis) native "SVGAnimationElement_beginElement_Callback_RESOLVER_STRING_0_"; + static beginElement_Callback(mthis) native "SVGAnimationElement_beginElement_Callback"; - static $beginElementAt_Callback(mthis, offset) native "SVGAnimationElement_beginElementAt_Callback_RESOLVER_STRING_1_float"; + static beginElementAt_Callback_float(mthis, offset) native "SVGAnimationElement_beginElementAt_Callback_float"; - static $endElement_Callback(mthis) native "SVGAnimationElement_endElement_Callback_RESOLVER_STRING_0_"; + static endElement_Callback(mthis) native "SVGAnimationElement_endElement_Callback"; - static $endElementAt_Callback(mthis, offset) native "SVGAnimationElement_endElementAt_Callback_RESOLVER_STRING_1_float"; + static endElementAt_Callback_float(mthis, offset) native "SVGAnimationElement_endElementAt_Callback_float"; - static $getCurrentTime_Callback(mthis) native "SVGAnimationElement_getCurrentTime_Callback_RESOLVER_STRING_0_"; + static getCurrentTime_Callback(mthis) native "SVGAnimationElement_getCurrentTime_Callback"; - static $getSimpleDuration_Callback(mthis) native "SVGAnimationElement_getSimpleDuration_Callback_RESOLVER_STRING_0_"; + static getSimpleDuration_Callback(mthis) native "SVGAnimationElement_getSimpleDuration_Callback"; - static $getStartTime_Callback(mthis) native "SVGAnimationElement_getStartTime_Callback_RESOLVER_STRING_0_"; + static getStartTime_Callback(mthis) native "SVGAnimationElement_getStartTime_Callback"; - static $requiredExtensions_Getter(mthis) native "SVGAnimationElement_requiredExtensions_Getter"; + static requiredExtensions_Getter(mthis) native "SVGAnimationElement_requiredExtensions_Getter"; - static $requiredFeatures_Getter(mthis) native "SVGAnimationElement_requiredFeatures_Getter"; + static requiredFeatures_Getter(mthis) native "SVGAnimationElement_requiredFeatures_Getter"; - static $systemLanguage_Getter(mthis) native "SVGAnimationElement_systemLanguage_Getter"; + static systemLanguage_Getter(mthis) native "SVGAnimationElement_systemLanguage_Getter"; - static $hasExtension_Callback(mthis, extension) native "SVGAnimationElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; + static hasExtension_Callback_DOMString(mthis, extension) native "SVGAnimationElement_hasExtension_Callback_DOMString"; } class BlinkSVGAnimateElement {} @@ -5073,103 +5031,103 @@ class BlinkSVGAnimateMotionElement {} class BlinkSVGAnimateTransformElement {} class BlinkSVGAnimatedAngle { - static $animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_Getter"; } class BlinkSVGAnimatedBoolean { - static $animVal_Getter(mthis) native "SVGAnimatedBoolean_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedBoolean_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseVal_Getter"; - static $baseVal_Setter(mthis, value) native "SVGAnimatedBoolean_baseVal_Setter"; + static baseVal_Setter_boolean(mthis, value) native "SVGAnimatedBoolean_baseVal_Setter"; } class BlinkSVGAnimatedEnumeration { - static $animVal_Getter(mthis) native "SVGAnimatedEnumeration_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedEnumeration_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedEnumeration_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedEnumeration_baseVal_Getter"; - static $baseVal_Setter(mthis, value) native "SVGAnimatedEnumeration_baseVal_Setter"; + static baseVal_Setter_us(mthis, value) native "SVGAnimatedEnumeration_baseVal_Setter"; } class BlinkSVGAnimatedInteger { - static $animVal_Getter(mthis) native "SVGAnimatedInteger_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedInteger_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedInteger_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedInteger_baseVal_Getter"; - static $baseVal_Setter(mthis, value) native "SVGAnimatedInteger_baseVal_Setter"; + static baseVal_Setter_long(mthis, value) native "SVGAnimatedInteger_baseVal_Setter"; } class BlinkSVGAnimatedLength { - static $animVal_Getter(mthis) native "SVGAnimatedLength_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedLength_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedLength_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedLength_baseVal_Getter"; } class BlinkSVGAnimatedLengthList { - static $animVal_Getter(mthis) native "SVGAnimatedLengthList_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedLengthList_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedLengthList_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedLengthList_baseVal_Getter"; } class BlinkSVGAnimatedNumber { - static $animVal_Getter(mthis) native "SVGAnimatedNumber_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedNumber_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedNumber_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedNumber_baseVal_Getter"; - static $baseVal_Setter(mthis, value) native "SVGAnimatedNumber_baseVal_Setter"; + static baseVal_Setter_float(mthis, value) native "SVGAnimatedNumber_baseVal_Setter"; } class BlinkSVGAnimatedNumberList { - static $animVal_Getter(mthis) native "SVGAnimatedNumberList_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedNumberList_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedNumberList_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedNumberList_baseVal_Getter"; } class BlinkSVGAnimatedPreserveAspectRatio { - static $animVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_baseVal_Getter"; } class BlinkSVGAnimatedRect { - static $animVal_Getter(mthis) native "SVGAnimatedRect_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedRect_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedRect_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedRect_baseVal_Getter"; } class BlinkSVGAnimatedString { - static $animVal_Getter(mthis) native "SVGAnimatedString_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedString_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedString_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedString_baseVal_Getter"; - static $baseVal_Setter(mthis, value) native "SVGAnimatedString_baseVal_Setter"; + static baseVal_Setter_DOMString(mthis, value) native "SVGAnimatedString_baseVal_Setter"; } class BlinkSVGAnimatedTransformList { - static $animVal_Getter(mthis) native "SVGAnimatedTransformList_animVal_Getter"; + static animVal_Getter(mthis) native "SVGAnimatedTransformList_animVal_Getter"; - static $baseVal_Getter(mthis) native "SVGAnimatedTransformList_baseVal_Getter"; + static baseVal_Getter(mthis) native "SVGAnimatedTransformList_baseVal_Getter"; } class BlinkSVGGeometryElement { - static $isPointInFill_Callback(mthis, point) native "SVGGeometryElement_isPointInFill_Callback_RESOLVER_STRING_1_SVGPoint"; + static isPointInFill_Callback_SVGPoint(mthis, point) native "SVGGeometryElement_isPointInFill_Callback_SVGPoint"; - static $isPointInStroke_Callback(mthis, point) native "SVGGeometryElement_isPointInStroke_Callback_RESOLVER_STRING_1_SVGPoint"; + static isPointInStroke_Callback_SVGPoint(mthis, point) native "SVGGeometryElement_isPointInStroke_Callback_SVGPoint"; } class BlinkSVGCircleElement { - static $cx_Getter(mthis) native "SVGCircleElement_cx_Getter"; + static cx_Getter(mthis) native "SVGCircleElement_cx_Getter"; - static $cy_Getter(mthis) native "SVGCircleElement_cy_Getter"; + static cy_Getter(mthis) native "SVGCircleElement_cy_Getter"; - static $r_Getter(mthis) native "SVGCircleElement_r_Getter"; + static r_Getter(mthis) native "SVGCircleElement_r_Getter"; } class BlinkSVGClipPathElement { - static $clipPathUnits_Getter(mthis) native "SVGClipPathElement_clipPathUnits_Getter"; + static clipPathUnits_Getter(mthis) native "SVGClipPathElement_clipPathUnits_Getter"; } class BlinkSVGComponentTransferFunctionElement {} @@ -5183,225 +5141,223 @@ class BlinkSVGDescElement {} class BlinkSVGDiscardElement {} class BlinkSVGElementInstance { - static $correspondingElement_Getter(mthis) native "SVGElementInstance_correspondingElement_Getter"; + static correspondingElement_Getter(mthis) native "SVGElementInstance_correspondingElement_Getter"; - static $correspondingUseElement_Getter(mthis) native "SVGElementInstance_correspondingUseElement_Getter"; + static correspondingUseElement_Getter(mthis) native "SVGElementInstance_correspondingUseElement_Getter"; - static $firstChild_Getter(mthis) native "SVGElementInstance_firstChild_Getter"; + static firstChild_Getter(mthis) native "SVGElementInstance_firstChild_Getter"; - static $lastChild_Getter(mthis) native "SVGElementInstance_lastChild_Getter"; + static lastChild_Getter(mthis) native "SVGElementInstance_lastChild_Getter"; - static $nextSibling_Getter(mthis) native "SVGElementInstance_nextSibling_Getter"; + static nextSibling_Getter(mthis) native "SVGElementInstance_nextSibling_Getter"; - static $parentNode_Getter(mthis) native "SVGElementInstance_parentNode_Getter"; + static parentNode_Getter(mthis) native "SVGElementInstance_parentNode_Getter"; - static $previousSibling_Getter(mthis) native "SVGElementInstance_previousSibling_Getter"; + static previousSibling_Getter(mthis) native "SVGElementInstance_previousSibling_Getter"; } class BlinkSVGElementInstanceList { - static $length_Getter(mthis) native "SVGElementInstanceList_length_Getter"; + static length_Getter(mthis) native "SVGElementInstanceList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "SVGElementInstanceList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "SVGElementInstanceList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "SVGElementInstanceList_item_Callback_unsigned long"; } class BlinkSVGEllipseElement { - static $cx_Getter(mthis) native "SVGEllipseElement_cx_Getter"; + static cx_Getter(mthis) native "SVGEllipseElement_cx_Getter"; - static $cy_Getter(mthis) native "SVGEllipseElement_cy_Getter"; + static cy_Getter(mthis) native "SVGEllipseElement_cy_Getter"; - static $rx_Getter(mthis) native "SVGEllipseElement_rx_Getter"; + static rx_Getter(mthis) native "SVGEllipseElement_rx_Getter"; - static $ry_Getter(mthis) native "SVGEllipseElement_ry_Getter"; + static ry_Getter(mthis) native "SVGEllipseElement_ry_Getter"; } class BlinkSVGFilterPrimitiveStandardAttributes { - static $height_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_height_Getter"; + static height_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_height_Getter"; - static $result_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_result_Getter"; + static result_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_result_Getter"; - static $width_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_width_Getter"; + static width_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_width_Getter"; - static $x_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_x_Getter"; + static x_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_x_Getter"; - static $y_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_y_Getter"; + static y_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_y_Getter"; } class BlinkSVGFEBlendElement { - static $in1_Getter(mthis) native "SVGFEBlendElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFEBlendElement_in1_Getter"; - static $in2_Getter(mthis) native "SVGFEBlendElement_in2_Getter"; + static in2_Getter(mthis) native "SVGFEBlendElement_in2_Getter"; - static $mode_Getter(mthis) native "SVGFEBlendElement_mode_Getter"; + static mode_Getter(mthis) native "SVGFEBlendElement_mode_Getter"; - static $height_Getter(mthis) native "SVGFEBlendElement_height_Getter"; + static height_Getter(mthis) native "SVGFEBlendElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEBlendElement_result_Getter"; + static result_Getter(mthis) native "SVGFEBlendElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEBlendElement_width_Getter"; + static width_Getter(mthis) native "SVGFEBlendElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEBlendElement_x_Getter"; + static x_Getter(mthis) native "SVGFEBlendElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEBlendElement_y_Getter"; + static y_Getter(mthis) native "SVGFEBlendElement_y_Getter"; } class BlinkSVGFEColorMatrixElement { - static $in1_Getter(mthis) native "SVGFEColorMatrixElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFEColorMatrixElement_in1_Getter"; - static $type_Getter(mthis) native "SVGFEColorMatrixElement_type_Getter"; + static type_Getter(mthis) native "SVGFEColorMatrixElement_type_Getter"; - static $values_Getter(mthis) native "SVGFEColorMatrixElement_values_Getter"; + static values_Getter(mthis) native "SVGFEColorMatrixElement_values_Getter"; - static $height_Getter(mthis) native "SVGFEColorMatrixElement_height_Getter"; + static height_Getter(mthis) native "SVGFEColorMatrixElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEColorMatrixElement_result_Getter"; + static result_Getter(mthis) native "SVGFEColorMatrixElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEColorMatrixElement_width_Getter"; + static width_Getter(mthis) native "SVGFEColorMatrixElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEColorMatrixElement_x_Getter"; + static x_Getter(mthis) native "SVGFEColorMatrixElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEColorMatrixElement_y_Getter"; + static y_Getter(mthis) native "SVGFEColorMatrixElement_y_Getter"; } class BlinkSVGFEComponentTransferElement { - static $in1_Getter(mthis) native "SVGFEComponentTransferElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFEComponentTransferElement_in1_Getter"; - static $height_Getter(mthis) native "SVGFEComponentTransferElement_height_Getter"; + static height_Getter(mthis) native "SVGFEComponentTransferElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEComponentTransferElement_result_Getter"; + static result_Getter(mthis) native "SVGFEComponentTransferElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEComponentTransferElement_width_Getter"; + static width_Getter(mthis) native "SVGFEComponentTransferElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEComponentTransferElement_x_Getter"; + static x_Getter(mthis) native "SVGFEComponentTransferElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEComponentTransferElement_y_Getter"; + static y_Getter(mthis) native "SVGFEComponentTransferElement_y_Getter"; } class BlinkSVGFECompositeElement { - static $in1_Getter(mthis) native "SVGFECompositeElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFECompositeElement_in1_Getter"; - static $in2_Getter(mthis) native "SVGFECompositeElement_in2_Getter"; + static in2_Getter(mthis) native "SVGFECompositeElement_in2_Getter"; - static $k1_Getter(mthis) native "SVGFECompositeElement_k1_Getter"; + static k1_Getter(mthis) native "SVGFECompositeElement_k1_Getter"; - static $k2_Getter(mthis) native "SVGFECompositeElement_k2_Getter"; + static k2_Getter(mthis) native "SVGFECompositeElement_k2_Getter"; - static $k3_Getter(mthis) native "SVGFECompositeElement_k3_Getter"; + static k3_Getter(mthis) native "SVGFECompositeElement_k3_Getter"; - static $k4_Getter(mthis) native "SVGFECompositeElement_k4_Getter"; + static k4_Getter(mthis) native "SVGFECompositeElement_k4_Getter"; - static $operator_Getter(mthis) native "SVGFECompositeElement_operator_Getter"; + static operator_Getter(mthis) native "SVGFECompositeElement_operator_Getter"; - static $height_Getter(mthis) native "SVGFECompositeElement_height_Getter"; + static height_Getter(mthis) native "SVGFECompositeElement_height_Getter"; - static $result_Getter(mthis) native "SVGFECompositeElement_result_Getter"; + static result_Getter(mthis) native "SVGFECompositeElement_result_Getter"; - static $width_Getter(mthis) native "SVGFECompositeElement_width_Getter"; + static width_Getter(mthis) native "SVGFECompositeElement_width_Getter"; - static $x_Getter(mthis) native "SVGFECompositeElement_x_Getter"; + static x_Getter(mthis) native "SVGFECompositeElement_x_Getter"; - static $y_Getter(mthis) native "SVGFECompositeElement_y_Getter"; + static y_Getter(mthis) native "SVGFECompositeElement_y_Getter"; } class BlinkSVGFEConvolveMatrixElement { - static $bias_Getter(mthis) native "SVGFEConvolveMatrixElement_bias_Getter"; + static bias_Getter(mthis) native "SVGFEConvolveMatrixElement_bias_Getter"; - static $divisor_Getter(mthis) native "SVGFEConvolveMatrixElement_divisor_Getter"; + static divisor_Getter(mthis) native "SVGFEConvolveMatrixElement_divisor_Getter"; - static $edgeMode_Getter(mthis) native "SVGFEConvolveMatrixElement_edgeMode_Getter"; + static edgeMode_Getter(mthis) native "SVGFEConvolveMatrixElement_edgeMode_Getter"; - static $in1_Getter(mthis) native "SVGFEConvolveMatrixElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFEConvolveMatrixElement_in1_Getter"; - static $kernelMatrix_Getter(mthis) native "SVGFEConvolveMatrixElement_kernelMatrix_Getter"; + static kernelMatrix_Getter(mthis) native "SVGFEConvolveMatrixElement_kernelMatrix_Getter"; - static $kernelUnitLengthX_Getter(mthis) native "SVGFEConvolveMatrixElement_kernelUnitLengthX_Getter"; + static kernelUnitLengthX_Getter(mthis) native "SVGFEConvolveMatrixElement_kernelUnitLengthX_Getter"; - static $kernelUnitLengthY_Getter(mthis) native "SVGFEConvolveMatrixElement_kernelUnitLengthY_Getter"; + static kernelUnitLengthY_Getter(mthis) native "SVGFEConvolveMatrixElement_kernelUnitLengthY_Getter"; - static $orderX_Getter(mthis) native "SVGFEConvolveMatrixElement_orderX_Getter"; + static orderX_Getter(mthis) native "SVGFEConvolveMatrixElement_orderX_Getter"; - static $orderY_Getter(mthis) native "SVGFEConvolveMatrixElement_orderY_Getter"; + static orderY_Getter(mthis) native "SVGFEConvolveMatrixElement_orderY_Getter"; - static $preserveAlpha_Getter(mthis) native "SVGFEConvolveMatrixElement_preserveAlpha_Getter"; + static preserveAlpha_Getter(mthis) native "SVGFEConvolveMatrixElement_preserveAlpha_Getter"; - static $targetX_Getter(mthis) native "SVGFEConvolveMatrixElement_targetX_Getter"; + static targetX_Getter(mthis) native "SVGFEConvolveMatrixElement_targetX_Getter"; - static $targetY_Getter(mthis) native "SVGFEConvolveMatrixElement_targetY_Getter"; + static targetY_Getter(mthis) native "SVGFEConvolveMatrixElement_targetY_Getter"; - static $height_Getter(mthis) native "SVGFEConvolveMatrixElement_height_Getter"; + static height_Getter(mthis) native "SVGFEConvolveMatrixElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEConvolveMatrixElement_result_Getter"; + static result_Getter(mthis) native "SVGFEConvolveMatrixElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEConvolveMatrixElement_width_Getter"; + static width_Getter(mthis) native "SVGFEConvolveMatrixElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEConvolveMatrixElement_x_Getter"; + static x_Getter(mthis) native "SVGFEConvolveMatrixElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEConvolveMatrixElement_y_Getter"; + static y_Getter(mthis) native "SVGFEConvolveMatrixElement_y_Getter"; } class BlinkSVGFEDiffuseLightingElement { - static $diffuseConstant_Getter(mthis) native "SVGFEDiffuseLightingElement_diffuseConstant_Getter"; + static diffuseConstant_Getter(mthis) native "SVGFEDiffuseLightingElement_diffuseConstant_Getter"; - static $in1_Getter(mthis) native "SVGFEDiffuseLightingElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFEDiffuseLightingElement_in1_Getter"; - static $kernelUnitLengthX_Getter(mthis) native "SVGFEDiffuseLightingElement_kernelUnitLengthX_Getter"; + static kernelUnitLengthX_Getter(mthis) native "SVGFEDiffuseLightingElement_kernelUnitLengthX_Getter"; - static $kernelUnitLengthY_Getter(mthis) native "SVGFEDiffuseLightingElement_kernelUnitLengthY_Getter"; + static kernelUnitLengthY_Getter(mthis) native "SVGFEDiffuseLightingElement_kernelUnitLengthY_Getter"; - static $surfaceScale_Getter(mthis) native "SVGFEDiffuseLightingElement_surfaceScale_Getter"; + static surfaceScale_Getter(mthis) native "SVGFEDiffuseLightingElement_surfaceScale_Getter"; - static $height_Getter(mthis) native "SVGFEDiffuseLightingElement_height_Getter"; + static height_Getter(mthis) native "SVGFEDiffuseLightingElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEDiffuseLightingElement_result_Getter"; + static result_Getter(mthis) native "SVGFEDiffuseLightingElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEDiffuseLightingElement_width_Getter"; + static width_Getter(mthis) native "SVGFEDiffuseLightingElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEDiffuseLightingElement_x_Getter"; + static x_Getter(mthis) native "SVGFEDiffuseLightingElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEDiffuseLightingElement_y_Getter"; + static y_Getter(mthis) native "SVGFEDiffuseLightingElement_y_Getter"; } class BlinkSVGFEDisplacementMapElement { - static $in1_Getter(mthis) native "SVGFEDisplacementMapElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFEDisplacementMapElement_in1_Getter"; - static $in2_Getter(mthis) native "SVGFEDisplacementMapElement_in2_Getter"; + static in2_Getter(mthis) native "SVGFEDisplacementMapElement_in2_Getter"; - static $scale_Getter(mthis) native "SVGFEDisplacementMapElement_scale_Getter"; + static scale_Getter(mthis) native "SVGFEDisplacementMapElement_scale_Getter"; - static $xChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_xChannelSelector_Getter"; + static xChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_xChannelSelector_Getter"; - static $yChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_yChannelSelector_Getter"; + static yChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_yChannelSelector_Getter"; - static $height_Getter(mthis) native "SVGFEDisplacementMapElement_height_Getter"; + static height_Getter(mthis) native "SVGFEDisplacementMapElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEDisplacementMapElement_result_Getter"; + static result_Getter(mthis) native "SVGFEDisplacementMapElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEDisplacementMapElement_width_Getter"; + static width_Getter(mthis) native "SVGFEDisplacementMapElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEDisplacementMapElement_x_Getter"; + static x_Getter(mthis) native "SVGFEDisplacementMapElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEDisplacementMapElement_y_Getter"; + static y_Getter(mthis) native "SVGFEDisplacementMapElement_y_Getter"; } class BlinkSVGFEDistantLightElement { - static $azimuth_Getter(mthis) native "SVGFEDistantLightElement_azimuth_Getter"; + static azimuth_Getter(mthis) native "SVGFEDistantLightElement_azimuth_Getter"; - static $elevation_Getter(mthis) native "SVGFEDistantLightElement_elevation_Getter"; + static elevation_Getter(mthis) native "SVGFEDistantLightElement_elevation_Getter"; } class BlinkSVGFEDropShadowElement {} class BlinkSVGFEFloodElement { - static $height_Getter(mthis) native "SVGFEFloodElement_height_Getter"; + static height_Getter(mthis) native "SVGFEFloodElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEFloodElement_result_Getter"; + static result_Getter(mthis) native "SVGFEFloodElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEFloodElement_width_Getter"; + static width_Getter(mthis) native "SVGFEFloodElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEFloodElement_x_Getter"; + static x_Getter(mthis) native "SVGFEFloodElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEFloodElement_y_Getter"; + static y_Getter(mthis) native "SVGFEFloodElement_y_Getter"; } class BlinkSVGFEFuncAElement {} @@ -5413,207 +5369,207 @@ class BlinkSVGFEFuncGElement {} class BlinkSVGFEFuncRElement {} class BlinkSVGFEGaussianBlurElement { - static $in1_Getter(mthis) native "SVGFEGaussianBlurElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFEGaussianBlurElement_in1_Getter"; - static $stdDeviationX_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviationX_Getter"; + static stdDeviationX_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviationX_Getter"; - static $stdDeviationY_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviationY_Getter"; + static stdDeviationY_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviationY_Getter"; - static $setStdDeviation_Callback(mthis, stdDeviationX, stdDeviationY) native "SVGFEGaussianBlurElement_setStdDeviation_Callback_RESOLVER_STRING_2_float_float"; + static setStdDeviation_Callback_float_float(mthis, stdDeviationX, stdDeviationY) native "SVGFEGaussianBlurElement_setStdDeviation_Callback_float_float"; - static $height_Getter(mthis) native "SVGFEGaussianBlurElement_height_Getter"; + static height_Getter(mthis) native "SVGFEGaussianBlurElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEGaussianBlurElement_result_Getter"; + static result_Getter(mthis) native "SVGFEGaussianBlurElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEGaussianBlurElement_width_Getter"; + static width_Getter(mthis) native "SVGFEGaussianBlurElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEGaussianBlurElement_x_Getter"; + static x_Getter(mthis) native "SVGFEGaussianBlurElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEGaussianBlurElement_y_Getter"; + static y_Getter(mthis) native "SVGFEGaussianBlurElement_y_Getter"; } class BlinkSVGFEImageElement { - static $preserveAspectRatio_Getter(mthis) native "SVGFEImageElement_preserveAspectRatio_Getter"; + static preserveAspectRatio_Getter(mthis) native "SVGFEImageElement_preserveAspectRatio_Getter"; - static $height_Getter(mthis) native "SVGFEImageElement_height_Getter"; + static height_Getter(mthis) native "SVGFEImageElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEImageElement_result_Getter"; + static result_Getter(mthis) native "SVGFEImageElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEImageElement_width_Getter"; + static width_Getter(mthis) native "SVGFEImageElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEImageElement_x_Getter"; + static x_Getter(mthis) native "SVGFEImageElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEImageElement_y_Getter"; + static y_Getter(mthis) native "SVGFEImageElement_y_Getter"; - static $href_Getter(mthis) native "SVGFEImageElement_href_Getter"; + static href_Getter(mthis) native "SVGFEImageElement_href_Getter"; } class BlinkSVGFEMergeElement { - static $height_Getter(mthis) native "SVGFEMergeElement_height_Getter"; + static height_Getter(mthis) native "SVGFEMergeElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEMergeElement_result_Getter"; + static result_Getter(mthis) native "SVGFEMergeElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEMergeElement_width_Getter"; + static width_Getter(mthis) native "SVGFEMergeElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEMergeElement_x_Getter"; + static x_Getter(mthis) native "SVGFEMergeElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEMergeElement_y_Getter"; + static y_Getter(mthis) native "SVGFEMergeElement_y_Getter"; } class BlinkSVGFEMergeNodeElement { - static $in1_Getter(mthis) native "SVGFEMergeNodeElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFEMergeNodeElement_in1_Getter"; } class BlinkSVGFEMorphologyElement { - static $in1_Getter(mthis) native "SVGFEMorphologyElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFEMorphologyElement_in1_Getter"; - static $operator_Getter(mthis) native "SVGFEMorphologyElement_operator_Getter"; + static operator_Getter(mthis) native "SVGFEMorphologyElement_operator_Getter"; - static $radiusX_Getter(mthis) native "SVGFEMorphologyElement_radiusX_Getter"; + static radiusX_Getter(mthis) native "SVGFEMorphologyElement_radiusX_Getter"; - static $radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter"; + static radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter"; - static $setRadius_Callback(mthis, radiusX, radiusY) native "SVGFEMorphologyElement_setRadius_Callback_RESOLVER_STRING_2_float_float"; + static setRadius_Callback_float_float(mthis, radiusX, radiusY) native "SVGFEMorphologyElement_setRadius_Callback_float_float"; - static $height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter"; + static height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter"; + static result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEMorphologyElement_width_Getter"; + static width_Getter(mthis) native "SVGFEMorphologyElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEMorphologyElement_x_Getter"; + static x_Getter(mthis) native "SVGFEMorphologyElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEMorphologyElement_y_Getter"; + static y_Getter(mthis) native "SVGFEMorphologyElement_y_Getter"; } class BlinkSVGFEOffsetElement { - static $dx_Getter(mthis) native "SVGFEOffsetElement_dx_Getter"; + static dx_Getter(mthis) native "SVGFEOffsetElement_dx_Getter"; - static $dy_Getter(mthis) native "SVGFEOffsetElement_dy_Getter"; + static dy_Getter(mthis) native "SVGFEOffsetElement_dy_Getter"; - static $in1_Getter(mthis) native "SVGFEOffsetElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFEOffsetElement_in1_Getter"; - static $height_Getter(mthis) native "SVGFEOffsetElement_height_Getter"; + static height_Getter(mthis) native "SVGFEOffsetElement_height_Getter"; - static $result_Getter(mthis) native "SVGFEOffsetElement_result_Getter"; + static result_Getter(mthis) native "SVGFEOffsetElement_result_Getter"; - static $width_Getter(mthis) native "SVGFEOffsetElement_width_Getter"; + static width_Getter(mthis) native "SVGFEOffsetElement_width_Getter"; - static $x_Getter(mthis) native "SVGFEOffsetElement_x_Getter"; + static x_Getter(mthis) native "SVGFEOffsetElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEOffsetElement_y_Getter"; + static y_Getter(mthis) native "SVGFEOffsetElement_y_Getter"; } class BlinkSVGFEPointLightElement { - static $x_Getter(mthis) native "SVGFEPointLightElement_x_Getter"; + static x_Getter(mthis) native "SVGFEPointLightElement_x_Getter"; - static $y_Getter(mthis) native "SVGFEPointLightElement_y_Getter"; + static y_Getter(mthis) native "SVGFEPointLightElement_y_Getter"; - static $z_Getter(mthis) native "SVGFEPointLightElement_z_Getter"; + static z_Getter(mthis) native "SVGFEPointLightElement_z_Getter"; } class BlinkSVGFESpecularLightingElement { - static $in1_Getter(mthis) native "SVGFESpecularLightingElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFESpecularLightingElement_in1_Getter"; - static $specularConstant_Getter(mthis) native "SVGFESpecularLightingElement_specularConstant_Getter"; + static specularConstant_Getter(mthis) native "SVGFESpecularLightingElement_specularConstant_Getter"; - static $specularExponent_Getter(mthis) native "SVGFESpecularLightingElement_specularExponent_Getter"; + static specularExponent_Getter(mthis) native "SVGFESpecularLightingElement_specularExponent_Getter"; - static $surfaceScale_Getter(mthis) native "SVGFESpecularLightingElement_surfaceScale_Getter"; + static surfaceScale_Getter(mthis) native "SVGFESpecularLightingElement_surfaceScale_Getter"; - static $height_Getter(mthis) native "SVGFESpecularLightingElement_height_Getter"; + static height_Getter(mthis) native "SVGFESpecularLightingElement_height_Getter"; - static $result_Getter(mthis) native "SVGFESpecularLightingElement_result_Getter"; + static result_Getter(mthis) native "SVGFESpecularLightingElement_result_Getter"; - static $width_Getter(mthis) native "SVGFESpecularLightingElement_width_Getter"; + static width_Getter(mthis) native "SVGFESpecularLightingElement_width_Getter"; - static $x_Getter(mthis) native "SVGFESpecularLightingElement_x_Getter"; + static x_Getter(mthis) native "SVGFESpecularLightingElement_x_Getter"; - static $y_Getter(mthis) native "SVGFESpecularLightingElement_y_Getter"; + static y_Getter(mthis) native "SVGFESpecularLightingElement_y_Getter"; } class BlinkSVGFESpotLightElement { - static $limitingConeAngle_Getter(mthis) native "SVGFESpotLightElement_limitingConeAngle_Getter"; + static limitingConeAngle_Getter(mthis) native "SVGFESpotLightElement_limitingConeAngle_Getter"; - static $pointsAtX_Getter(mthis) native "SVGFESpotLightElement_pointsAtX_Getter"; + static pointsAtX_Getter(mthis) native "SVGFESpotLightElement_pointsAtX_Getter"; - static $pointsAtY_Getter(mthis) native "SVGFESpotLightElement_pointsAtY_Getter"; + static pointsAtY_Getter(mthis) native "SVGFESpotLightElement_pointsAtY_Getter"; - static $pointsAtZ_Getter(mthis) native "SVGFESpotLightElement_pointsAtZ_Getter"; + static pointsAtZ_Getter(mthis) native "SVGFESpotLightElement_pointsAtZ_Getter"; - static $specularExponent_Getter(mthis) native "SVGFESpotLightElement_specularExponent_Getter"; + static specularExponent_Getter(mthis) native "SVGFESpotLightElement_specularExponent_Getter"; - static $x_Getter(mthis) native "SVGFESpotLightElement_x_Getter"; + static x_Getter(mthis) native "SVGFESpotLightElement_x_Getter"; - static $y_Getter(mthis) native "SVGFESpotLightElement_y_Getter"; + static y_Getter(mthis) native "SVGFESpotLightElement_y_Getter"; - static $z_Getter(mthis) native "SVGFESpotLightElement_z_Getter"; + static z_Getter(mthis) native "SVGFESpotLightElement_z_Getter"; } class BlinkSVGFETileElement { - static $in1_Getter(mthis) native "SVGFETileElement_in1_Getter"; + static in1_Getter(mthis) native "SVGFETileElement_in1_Getter"; - static $height_Getter(mthis) native "SVGFETileElement_height_Getter"; + static height_Getter(mthis) native "SVGFETileElement_height_Getter"; - static $result_Getter(mthis) native "SVGFETileElement_result_Getter"; + static result_Getter(mthis) native "SVGFETileElement_result_Getter"; - static $width_Getter(mthis) native "SVGFETileElement_width_Getter"; + static width_Getter(mthis) native "SVGFETileElement_width_Getter"; - static $x_Getter(mthis) native "SVGFETileElement_x_Getter"; + static x_Getter(mthis) native "SVGFETileElement_x_Getter"; - static $y_Getter(mthis) native "SVGFETileElement_y_Getter"; + static y_Getter(mthis) native "SVGFETileElement_y_Getter"; } class BlinkSVGFETurbulenceElement { - static $baseFrequencyX_Getter(mthis) native "SVGFETurbulenceElement_baseFrequencyX_Getter"; + static baseFrequencyX_Getter(mthis) native "SVGFETurbulenceElement_baseFrequencyX_Getter"; - static $baseFrequencyY_Getter(mthis) native "SVGFETurbulenceElement_baseFrequencyY_Getter"; + static baseFrequencyY_Getter(mthis) native "SVGFETurbulenceElement_baseFrequencyY_Getter"; - static $numOctaves_Getter(mthis) native "SVGFETurbulenceElement_numOctaves_Getter"; + static numOctaves_Getter(mthis) native "SVGFETurbulenceElement_numOctaves_Getter"; - static $seed_Getter(mthis) native "SVGFETurbulenceElement_seed_Getter"; + static seed_Getter(mthis) native "SVGFETurbulenceElement_seed_Getter"; - static $stitchTiles_Getter(mthis) native "SVGFETurbulenceElement_stitchTiles_Getter"; + static stitchTiles_Getter(mthis) native "SVGFETurbulenceElement_stitchTiles_Getter"; - static $type_Getter(mthis) native "SVGFETurbulenceElement_type_Getter"; + static type_Getter(mthis) native "SVGFETurbulenceElement_type_Getter"; - static $height_Getter(mthis) native "SVGFETurbulenceElement_height_Getter"; + static height_Getter(mthis) native "SVGFETurbulenceElement_height_Getter"; - static $result_Getter(mthis) native "SVGFETurbulenceElement_result_Getter"; + static result_Getter(mthis) native "SVGFETurbulenceElement_result_Getter"; - static $width_Getter(mthis) native "SVGFETurbulenceElement_width_Getter"; + static width_Getter(mthis) native "SVGFETurbulenceElement_width_Getter"; - static $x_Getter(mthis) native "SVGFETurbulenceElement_x_Getter"; + static x_Getter(mthis) native "SVGFETurbulenceElement_x_Getter"; - static $y_Getter(mthis) native "SVGFETurbulenceElement_y_Getter"; + static y_Getter(mthis) native "SVGFETurbulenceElement_y_Getter"; } class BlinkSVGFilterElement { - static $filterResX_Getter(mthis) native "SVGFilterElement_filterResX_Getter"; + static filterResX_Getter(mthis) native "SVGFilterElement_filterResX_Getter"; - static $filterResY_Getter(mthis) native "SVGFilterElement_filterResY_Getter"; + static filterResY_Getter(mthis) native "SVGFilterElement_filterResY_Getter"; - static $filterUnits_Getter(mthis) native "SVGFilterElement_filterUnits_Getter"; + static filterUnits_Getter(mthis) native "SVGFilterElement_filterUnits_Getter"; - static $height_Getter(mthis) native "SVGFilterElement_height_Getter"; + static height_Getter(mthis) native "SVGFilterElement_height_Getter"; - static $primitiveUnits_Getter(mthis) native "SVGFilterElement_primitiveUnits_Getter"; + static primitiveUnits_Getter(mthis) native "SVGFilterElement_primitiveUnits_Getter"; - static $width_Getter(mthis) native "SVGFilterElement_width_Getter"; + static width_Getter(mthis) native "SVGFilterElement_width_Getter"; - static $x_Getter(mthis) native "SVGFilterElement_x_Getter"; + static x_Getter(mthis) native "SVGFilterElement_x_Getter"; - static $y_Getter(mthis) native "SVGFilterElement_y_Getter"; + static y_Getter(mthis) native "SVGFilterElement_y_Getter"; - static $setFilterRes_Callback(mthis, filterResX, filterResY) native "SVGFilterElement_setFilterRes_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static setFilterRes_Callback_ul_ul(mthis, filterResX, filterResY) native "SVGFilterElement_setFilterRes_Callback_unsigned long_unsigned long"; - static $href_Getter(mthis) native "SVGFilterElement_href_Getter"; + static href_Getter(mthis) native "SVGFilterElement_href_Getter"; } class BlinkSVGFitToViewBox { - static $preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox_preserveAspectRatio_Getter"; + static preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox_preserveAspectRatio_Getter"; - static $viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Getter"; + static viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Getter"; } class BlinkSVGFontElement {} @@ -5629,13 +5585,13 @@ class BlinkSVGFontFaceSrcElement {} class BlinkSVGFontFaceUriElement {} class BlinkSVGForeignObjectElement { - static $height_Getter(mthis) native "SVGForeignObjectElement_height_Getter"; + static height_Getter(mthis) native "SVGForeignObjectElement_height_Getter"; - static $width_Getter(mthis) native "SVGForeignObjectElement_width_Getter"; + static width_Getter(mthis) native "SVGForeignObjectElement_width_Getter"; - static $x_Getter(mthis) native "SVGForeignObjectElement_x_Getter"; + static x_Getter(mthis) native "SVGForeignObjectElement_x_Getter"; - static $y_Getter(mthis) native "SVGForeignObjectElement_y_Getter"; + static y_Getter(mthis) native "SVGForeignObjectElement_y_Getter"; } class BlinkSVGGElement {} @@ -5645,183 +5601,183 @@ class BlinkSVGGlyphElement {} class BlinkSVGGlyphRefElement {} class BlinkSVGGradientElement { - static $gradientTransform_Getter(mthis) native "SVGGradientElement_gradientTransform_Getter"; + static gradientTransform_Getter(mthis) native "SVGGradientElement_gradientTransform_Getter"; - static $gradientUnits_Getter(mthis) native "SVGGradientElement_gradientUnits_Getter"; + static gradientUnits_Getter(mthis) native "SVGGradientElement_gradientUnits_Getter"; - static $spreadMethod_Getter(mthis) native "SVGGradientElement_spreadMethod_Getter"; + static spreadMethod_Getter(mthis) native "SVGGradientElement_spreadMethod_Getter"; - static $href_Getter(mthis) native "SVGGradientElement_href_Getter"; + static href_Getter(mthis) native "SVGGradientElement_href_Getter"; } class BlinkSVGHKernElement {} class BlinkSVGImageElement { - static $height_Getter(mthis) native "SVGImageElement_height_Getter"; + static height_Getter(mthis) native "SVGImageElement_height_Getter"; - static $preserveAspectRatio_Getter(mthis) native "SVGImageElement_preserveAspectRatio_Getter"; + static preserveAspectRatio_Getter(mthis) native "SVGImageElement_preserveAspectRatio_Getter"; - static $width_Getter(mthis) native "SVGImageElement_width_Getter"; + static width_Getter(mthis) native "SVGImageElement_width_Getter"; - static $x_Getter(mthis) native "SVGImageElement_x_Getter"; + static x_Getter(mthis) native "SVGImageElement_x_Getter"; - static $y_Getter(mthis) native "SVGImageElement_y_Getter"; + static y_Getter(mthis) native "SVGImageElement_y_Getter"; - static $href_Getter(mthis) native "SVGImageElement_href_Getter"; + static href_Getter(mthis) native "SVGImageElement_href_Getter"; } class BlinkSVGLength { - static $unitType_Getter(mthis) native "SVGLength_unitType_Getter"; + static unitType_Getter(mthis) native "SVGLength_unitType_Getter"; - static $value_Getter(mthis) native "SVGLength_value_Getter"; + static value_Getter(mthis) native "SVGLength_value_Getter"; - static $value_Setter(mthis, value) native "SVGLength_value_Setter"; + static value_Setter_float(mthis, value) native "SVGLength_value_Setter"; - static $valueAsString_Getter(mthis) native "SVGLength_valueAsString_Getter"; + static valueAsString_Getter(mthis) native "SVGLength_valueAsString_Getter"; - static $valueAsString_Setter(mthis, value) native "SVGLength_valueAsString_Setter"; + static valueAsString_Setter_DOMString(mthis, value) native "SVGLength_valueAsString_Setter"; - static $valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSpecifiedUnits_Getter"; + static valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSpecifiedUnits_Getter"; - static $valueInSpecifiedUnits_Setter(mthis, value) native "SVGLength_valueInSpecifiedUnits_Setter"; + static valueInSpecifiedUnits_Setter_float(mthis, value) native "SVGLength_valueInSpecifiedUnits_Setter"; - static $convertToSpecifiedUnits_Callback(mthis, unitType) native "SVGLength_convertToSpecifiedUnits_Callback_RESOLVER_STRING_1_unsigned short"; + static convertToSpecifiedUnits_Callback_us(mthis, unitType) native "SVGLength_convertToSpecifiedUnits_Callback_unsigned short"; - static $newValueSpecifiedUnits_Callback(mthis, unitType, valueInSpecifiedUnits) native "SVGLength_newValueSpecifiedUnits_Callback_RESOLVER_STRING_2_unsigned short_float"; + static newValueSpecifiedUnits_Callback_us_float(mthis, unitType, valueInSpecifiedUnits) native "SVGLength_newValueSpecifiedUnits_Callback_unsigned short_float"; } class BlinkSVGLengthList { - static $numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter"; + static numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter"; - static $appendItem_Callback(mthis, item) native "SVGLengthList_appendItem_Callback_RESOLVER_STRING_1_SVGLength"; + static appendItem_Callback_SVGLength(mthis, item) native "SVGLengthList_appendItem_Callback_SVGLength"; - static $clear_Callback(mthis) native "SVGLengthList_clear_Callback_RESOLVER_STRING_0_"; + static clear_Callback(mthis) native "SVGLengthList_clear_Callback"; - static $getItem_Callback(mthis, index) native "SVGLengthList_getItem_Callback_RESOLVER_STRING_1_unsigned long"; + static getItem_Callback_ul(mthis, index) native "SVGLengthList_getItem_Callback_unsigned long"; - static $initialize_Callback(mthis, item) native "SVGLengthList_initialize_Callback_RESOLVER_STRING_1_SVGLength"; + static initialize_Callback_SVGLength(mthis, item) native "SVGLengthList_initialize_Callback_SVGLength"; - static $insertItemBefore_Callback(mthis, item, index) native "SVGLengthList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGLength_unsigned long"; + static insertItemBefore_Callback_SVGLength_ul(mthis, item, index) native "SVGLengthList_insertItemBefore_Callback_SVGLength_unsigned long"; - static $removeItem_Callback(mthis, index) native "SVGLengthList_removeItem_Callback_RESOLVER_STRING_1_unsigned long"; + static removeItem_Callback_ul(mthis, index) native "SVGLengthList_removeItem_Callback_unsigned long"; - static $replaceItem_Callback(mthis, item, index) native "SVGLengthList_replaceItem_Callback_RESOLVER_STRING_2_SVGLength_unsigned long"; + static replaceItem_Callback_SVGLength_ul(mthis, item, index) native "SVGLengthList_replaceItem_Callback_SVGLength_unsigned long"; } class BlinkSVGLineElement { - static $x1_Getter(mthis) native "SVGLineElement_x1_Getter"; + static x1_Getter(mthis) native "SVGLineElement_x1_Getter"; - static $x2_Getter(mthis) native "SVGLineElement_x2_Getter"; + static x2_Getter(mthis) native "SVGLineElement_x2_Getter"; - static $y1_Getter(mthis) native "SVGLineElement_y1_Getter"; + static y1_Getter(mthis) native "SVGLineElement_y1_Getter"; - static $y2_Getter(mthis) native "SVGLineElement_y2_Getter"; + static y2_Getter(mthis) native "SVGLineElement_y2_Getter"; } class BlinkSVGLinearGradientElement { - static $x1_Getter(mthis) native "SVGLinearGradientElement_x1_Getter"; + static x1_Getter(mthis) native "SVGLinearGradientElement_x1_Getter"; - static $x2_Getter(mthis) native "SVGLinearGradientElement_x2_Getter"; + static x2_Getter(mthis) native "SVGLinearGradientElement_x2_Getter"; - static $y1_Getter(mthis) native "SVGLinearGradientElement_y1_Getter"; + static y1_Getter(mthis) native "SVGLinearGradientElement_y1_Getter"; - static $y2_Getter(mthis) native "SVGLinearGradientElement_y2_Getter"; + static y2_Getter(mthis) native "SVGLinearGradientElement_y2_Getter"; } class BlinkSVGMPathElement {} class BlinkSVGMarkerElement { - static $markerHeight_Getter(mthis) native "SVGMarkerElement_markerHeight_Getter"; + static markerHeight_Getter(mthis) native "SVGMarkerElement_markerHeight_Getter"; - static $markerUnits_Getter(mthis) native "SVGMarkerElement_markerUnits_Getter"; + static markerUnits_Getter(mthis) native "SVGMarkerElement_markerUnits_Getter"; - static $markerWidth_Getter(mthis) native "SVGMarkerElement_markerWidth_Getter"; + static markerWidth_Getter(mthis) native "SVGMarkerElement_markerWidth_Getter"; - static $orientAngle_Getter(mthis) native "SVGMarkerElement_orientAngle_Getter"; + static orientAngle_Getter(mthis) native "SVGMarkerElement_orientAngle_Getter"; - static $orientType_Getter(mthis) native "SVGMarkerElement_orientType_Getter"; + static orientType_Getter(mthis) native "SVGMarkerElement_orientType_Getter"; - static $refX_Getter(mthis) native "SVGMarkerElement_refX_Getter"; + static refX_Getter(mthis) native "SVGMarkerElement_refX_Getter"; - static $refY_Getter(mthis) native "SVGMarkerElement_refY_Getter"; + static refY_Getter(mthis) native "SVGMarkerElement_refY_Getter"; - static $setOrientToAngle_Callback(mthis, angle) native "SVGMarkerElement_setOrientToAngle_Callback_RESOLVER_STRING_1_SVGAngle"; + static setOrientToAngle_Callback_SVGAngle(mthis, angle) native "SVGMarkerElement_setOrientToAngle_Callback_SVGAngle"; - static $setOrientToAuto_Callback(mthis) native "SVGMarkerElement_setOrientToAuto_Callback_RESOLVER_STRING_0_"; + static setOrientToAuto_Callback(mthis) native "SVGMarkerElement_setOrientToAuto_Callback"; - static $preserveAspectRatio_Getter(mthis) native "SVGMarkerElement_preserveAspectRatio_Getter"; + static preserveAspectRatio_Getter(mthis) native "SVGMarkerElement_preserveAspectRatio_Getter"; - static $viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_Getter"; + static viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_Getter"; } class BlinkSVGMaskElement { - static $height_Getter(mthis) native "SVGMaskElement_height_Getter"; + static height_Getter(mthis) native "SVGMaskElement_height_Getter"; - static $maskContentUnits_Getter(mthis) native "SVGMaskElement_maskContentUnits_Getter"; + static maskContentUnits_Getter(mthis) native "SVGMaskElement_maskContentUnits_Getter"; - static $maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_Getter"; + static maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_Getter"; - static $width_Getter(mthis) native "SVGMaskElement_width_Getter"; + static width_Getter(mthis) native "SVGMaskElement_width_Getter"; - static $x_Getter(mthis) native "SVGMaskElement_x_Getter"; + static x_Getter(mthis) native "SVGMaskElement_x_Getter"; - static $y_Getter(mthis) native "SVGMaskElement_y_Getter"; + static y_Getter(mthis) native "SVGMaskElement_y_Getter"; - static $requiredExtensions_Getter(mthis) native "SVGMaskElement_requiredExtensions_Getter"; + static requiredExtensions_Getter(mthis) native "SVGMaskElement_requiredExtensions_Getter"; - static $requiredFeatures_Getter(mthis) native "SVGMaskElement_requiredFeatures_Getter"; + static requiredFeatures_Getter(mthis) native "SVGMaskElement_requiredFeatures_Getter"; - static $systemLanguage_Getter(mthis) native "SVGMaskElement_systemLanguage_Getter"; + static systemLanguage_Getter(mthis) native "SVGMaskElement_systemLanguage_Getter"; - static $hasExtension_Callback(mthis, extension) native "SVGMaskElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; + static hasExtension_Callback_DOMString(mthis, extension) native "SVGMaskElement_hasExtension_Callback_DOMString"; } class BlinkSVGMatrix { - static $a_Getter(mthis) native "SVGMatrix_a_Getter"; + static a_Getter(mthis) native "SVGMatrix_a_Getter"; - static $a_Setter(mthis, value) native "SVGMatrix_a_Setter"; + static a_Setter_double(mthis, value) native "SVGMatrix_a_Setter"; - static $b_Getter(mthis) native "SVGMatrix_b_Getter"; + static b_Getter(mthis) native "SVGMatrix_b_Getter"; - static $b_Setter(mthis, value) native "SVGMatrix_b_Setter"; + static b_Setter_double(mthis, value) native "SVGMatrix_b_Setter"; - static $c_Getter(mthis) native "SVGMatrix_c_Getter"; + static c_Getter(mthis) native "SVGMatrix_c_Getter"; - static $c_Setter(mthis, value) native "SVGMatrix_c_Setter"; + static c_Setter_double(mthis, value) native "SVGMatrix_c_Setter"; - static $d_Getter(mthis) native "SVGMatrix_d_Getter"; + static d_Getter(mthis) native "SVGMatrix_d_Getter"; - static $d_Setter(mthis, value) native "SVGMatrix_d_Setter"; + static d_Setter_double(mthis, value) native "SVGMatrix_d_Setter"; - static $e_Getter(mthis) native "SVGMatrix_e_Getter"; + static e_Getter(mthis) native "SVGMatrix_e_Getter"; - static $e_Setter(mthis, value) native "SVGMatrix_e_Setter"; + static e_Setter_double(mthis, value) native "SVGMatrix_e_Setter"; - static $f_Getter(mthis) native "SVGMatrix_f_Getter"; + static f_Getter(mthis) native "SVGMatrix_f_Getter"; - static $f_Setter(mthis, value) native "SVGMatrix_f_Setter"; + static f_Setter_double(mthis, value) native "SVGMatrix_f_Setter"; - static $flipX_Callback(mthis) native "SVGMatrix_flipX_Callback_RESOLVER_STRING_0_"; + static flipX_Callback(mthis) native "SVGMatrix_flipX_Callback"; - static $flipY_Callback(mthis) native "SVGMatrix_flipY_Callback_RESOLVER_STRING_0_"; + static flipY_Callback(mthis) native "SVGMatrix_flipY_Callback"; - static $inverse_Callback(mthis) native "SVGMatrix_inverse_Callback_RESOLVER_STRING_0_"; + static inverse_Callback(mthis) native "SVGMatrix_inverse_Callback"; - static $multiply_Callback(mthis, secondMatrix) native "SVGMatrix_multiply_Callback_RESOLVER_STRING_1_SVGMatrix"; + static multiply_Callback_SVGMatrix(mthis, secondMatrix) native "SVGMatrix_multiply_Callback_SVGMatrix"; - static $rotate_Callback(mthis, angle) native "SVGMatrix_rotate_Callback_RESOLVER_STRING_1_float"; + static rotate_Callback_float(mthis, angle) native "SVGMatrix_rotate_Callback_float"; - static $rotateFromVector_Callback(mthis, x, y) native "SVGMatrix_rotateFromVector_Callback_RESOLVER_STRING_2_float_float"; + static rotateFromVector_Callback_float_float(mthis, x, y) native "SVGMatrix_rotateFromVector_Callback_float_float"; - static $scale_Callback(mthis, scaleFactor) native "SVGMatrix_scale_Callback_RESOLVER_STRING_1_float"; + static scale_Callback_float(mthis, scaleFactor) native "SVGMatrix_scale_Callback_float"; - static $scaleNonUniform_Callback(mthis, scaleFactorX, scaleFactorY) native "SVGMatrix_scaleNonUniform_Callback_RESOLVER_STRING_2_float_float"; + static scaleNonUniform_Callback_float_float(mthis, scaleFactorX, scaleFactorY) native "SVGMatrix_scaleNonUniform_Callback_float_float"; - static $skewX_Callback(mthis, angle) native "SVGMatrix_skewX_Callback_RESOLVER_STRING_1_float"; + static skewX_Callback_float(mthis, angle) native "SVGMatrix_skewX_Callback_float"; - static $skewY_Callback(mthis, angle) native "SVGMatrix_skewY_Callback_RESOLVER_STRING_1_float"; + static skewY_Callback_float(mthis, angle) native "SVGMatrix_skewY_Callback_float"; - static $translate_Callback(mthis, x, y) native "SVGMatrix_translate_Callback_RESOLVER_STRING_2_float_float"; + static translate_Callback_float_float(mthis, x, y) native "SVGMatrix_translate_Callback_float_float"; } class BlinkSVGMetadataElement {} @@ -5829,655 +5785,655 @@ class BlinkSVGMetadataElement {} class BlinkSVGMissingGlyphElement {} class BlinkSVGNumber { - static $value_Getter(mthis) native "SVGNumber_value_Getter"; + static value_Getter(mthis) native "SVGNumber_value_Getter"; - static $value_Setter(mthis, value) native "SVGNumber_value_Setter"; + static value_Setter_float(mthis, value) native "SVGNumber_value_Setter"; } class BlinkSVGNumberList { - static $numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter"; + static numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter"; - static $appendItem_Callback(mthis, item) native "SVGNumberList_appendItem_Callback_RESOLVER_STRING_1_SVGNumber"; + static appendItem_Callback_SVGNumber(mthis, item) native "SVGNumberList_appendItem_Callback_SVGNumber"; - static $clear_Callback(mthis) native "SVGNumberList_clear_Callback_RESOLVER_STRING_0_"; + static clear_Callback(mthis) native "SVGNumberList_clear_Callback"; - static $getItem_Callback(mthis, index) native "SVGNumberList_getItem_Callback_RESOLVER_STRING_1_unsigned long"; + static getItem_Callback_ul(mthis, index) native "SVGNumberList_getItem_Callback_unsigned long"; - static $initialize_Callback(mthis, item) native "SVGNumberList_initialize_Callback_RESOLVER_STRING_1_SVGNumber"; + static initialize_Callback_SVGNumber(mthis, item) native "SVGNumberList_initialize_Callback_SVGNumber"; - static $insertItemBefore_Callback(mthis, item, index) native "SVGNumberList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGNumber_unsigned long"; + static insertItemBefore_Callback_SVGNumber_ul(mthis, item, index) native "SVGNumberList_insertItemBefore_Callback_SVGNumber_unsigned long"; - static $removeItem_Callback(mthis, index) native "SVGNumberList_removeItem_Callback_RESOLVER_STRING_1_unsigned long"; + static removeItem_Callback_ul(mthis, index) native "SVGNumberList_removeItem_Callback_unsigned long"; - static $replaceItem_Callback(mthis, item, index) native "SVGNumberList_replaceItem_Callback_RESOLVER_STRING_2_SVGNumber_unsigned long"; + static replaceItem_Callback_SVGNumber_ul(mthis, item, index) native "SVGNumberList_replaceItem_Callback_SVGNumber_unsigned long"; } class BlinkSVGPathElement { - static $animatedNormalizedPathSegList_Getter(mthis) native "SVGPathElement_animatedNormalizedPathSegList_Getter"; + static animatedNormalizedPathSegList_Getter(mthis) native "SVGPathElement_animatedNormalizedPathSegList_Getter"; - static $animatedPathSegList_Getter(mthis) native "SVGPathElement_animatedPathSegList_Getter"; + static animatedPathSegList_Getter(mthis) native "SVGPathElement_animatedPathSegList_Getter"; - static $normalizedPathSegList_Getter(mthis) native "SVGPathElement_normalizedPathSegList_Getter"; + static normalizedPathSegList_Getter(mthis) native "SVGPathElement_normalizedPathSegList_Getter"; - static $pathLength_Getter(mthis) native "SVGPathElement_pathLength_Getter"; + static pathLength_Getter(mthis) native "SVGPathElement_pathLength_Getter"; - static $pathSegList_Getter(mthis) native "SVGPathElement_pathSegList_Getter"; + static pathSegList_Getter(mthis) native "SVGPathElement_pathSegList_Getter"; - static $createSVGPathSegArcAbs_Callback(mthis, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callback_RESOLVER_STRING_7_float_float_float_float_float_boolean_boolean"; + 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 $createSVGPathSegArcRel_Callback(mthis, x, y, r1, r2, angle, largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcRel_Callback_RESOLVER_STRING_7_float_float_float_float_float_boolean_boolean"; + 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 $createSVGPathSegClosePath_Callback(mthis) native "SVGPathElement_createSVGPathSegClosePath_Callback_RESOLVER_STRING_0_"; + static createSVGPathSegClosePath_Callback(mthis) native "SVGPathElement_createSVGPathSegClosePath_Callback"; - static $createSVGPathSegCurvetoCubicAbs_Callback(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback_RESOLVER_STRING_6_float_float_float_float_float_float"; + 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 $createSVGPathSegCurvetoCubicRel_Callback(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback_RESOLVER_STRING_6_float_float_float_float_float_float"; + 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 $createSVGPathSegCurvetoCubicSmoothAbs_Callback(mthis, x, y, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback_RESOLVER_STRING_4_float_float_float_float"; + static createSVGPathSegCurvetoCubicSmoothAbs_Callback_float_float_float_float(mthis, x, y, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback_float_float_float_float"; - static $createSVGPathSegCurvetoCubicSmoothRel_Callback(mthis, x, y, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback_RESOLVER_STRING_4_float_float_float_float"; + static createSVGPathSegCurvetoCubicSmoothRel_Callback_float_float_float_float(mthis, x, y, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback_float_float_float_float"; - static $createSVGPathSegCurvetoQuadraticAbs_Callback(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback_RESOLVER_STRING_4_float_float_float_float"; + static createSVGPathSegCurvetoQuadraticAbs_Callback_float_float_float_float(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback_float_float_float_float"; - static $createSVGPathSegCurvetoQuadraticRel_Callback(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback_RESOLVER_STRING_4_float_float_float_float"; + static createSVGPathSegCurvetoQuadraticRel_Callback_float_float_float_float(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback_float_float_float_float"; - static $createSVGPathSegCurvetoQuadraticSmoothAbs_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_RESOLVER_STRING_2_float_float"; + static createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_float_float"; - static $createSVGPathSegCurvetoQuadraticSmoothRel_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback_RESOLVER_STRING_2_float_float"; + static createSVGPathSegCurvetoQuadraticSmoothRel_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback_float_float"; - static $createSVGPathSegLinetoAbs_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegLinetoAbs_Callback_RESOLVER_STRING_2_float_float"; + static createSVGPathSegLinetoAbs_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegLinetoAbs_Callback_float_float"; - static $createSVGPathSegLinetoHorizontalAbs_Callback(mthis, x) native "SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback_RESOLVER_STRING_1_float"; + static createSVGPathSegLinetoHorizontalAbs_Callback_float(mthis, x) native "SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback_float"; - static $createSVGPathSegLinetoHorizontalRel_Callback(mthis, x) native "SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback_RESOLVER_STRING_1_float"; + static createSVGPathSegLinetoHorizontalRel_Callback_float(mthis, x) native "SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback_float"; - static $createSVGPathSegLinetoRel_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegLinetoRel_Callback_RESOLVER_STRING_2_float_float"; + static createSVGPathSegLinetoRel_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegLinetoRel_Callback_float_float"; - static $createSVGPathSegLinetoVerticalAbs_Callback(mthis, y) native "SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback_RESOLVER_STRING_1_float"; + static createSVGPathSegLinetoVerticalAbs_Callback_float(mthis, y) native "SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback_float"; - static $createSVGPathSegLinetoVerticalRel_Callback(mthis, y) native "SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback_RESOLVER_STRING_1_float"; + static createSVGPathSegLinetoVerticalRel_Callback_float(mthis, y) native "SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback_float"; - static $createSVGPathSegMovetoAbs_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegMovetoAbs_Callback_RESOLVER_STRING_2_float_float"; + static createSVGPathSegMovetoAbs_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegMovetoAbs_Callback_float_float"; - static $createSVGPathSegMovetoRel_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegMovetoRel_Callback_RESOLVER_STRING_2_float_float"; + static createSVGPathSegMovetoRel_Callback_float_float(mthis, x, y) native "SVGPathElement_createSVGPathSegMovetoRel_Callback_float_float"; - static $getPathSegAtLength_Callback(mthis, distance) native "SVGPathElement_getPathSegAtLength_Callback_RESOLVER_STRING_1_float"; + static getPathSegAtLength_Callback_float(mthis, distance) native "SVGPathElement_getPathSegAtLength_Callback_float"; - static $getPointAtLength_Callback(mthis, distance) native "SVGPathElement_getPointAtLength_Callback_RESOLVER_STRING_1_float"; + static getPointAtLength_Callback_float(mthis, distance) native "SVGPathElement_getPointAtLength_Callback_float"; - static $getTotalLength_Callback(mthis) native "SVGPathElement_getTotalLength_Callback_RESOLVER_STRING_0_"; + static getTotalLength_Callback(mthis) native "SVGPathElement_getTotalLength_Callback"; } class BlinkSVGPathSeg { - static $pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Getter"; + static pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Getter"; - static $pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTypeAsLetter_Getter"; + static pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTypeAsLetter_Getter"; } class BlinkSVGPathSegArcAbs { - static $angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Getter"; + static angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Getter"; - static $angle_Setter(mthis, value) native "SVGPathSegArcAbs_angle_Setter"; + static angle_Setter_float(mthis, value) native "SVGPathSegArcAbs_angle_Setter"; - static $largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_largeArcFlag_Getter"; + static largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_largeArcFlag_Getter"; - static $largeArcFlag_Setter(mthis, value) native "SVGPathSegArcAbs_largeArcFlag_Setter"; + static largeArcFlag_Setter_boolean(mthis, value) native "SVGPathSegArcAbs_largeArcFlag_Setter"; - static $r1_Getter(mthis) native "SVGPathSegArcAbs_r1_Getter"; + static r1_Getter(mthis) native "SVGPathSegArcAbs_r1_Getter"; - static $r1_Setter(mthis, value) native "SVGPathSegArcAbs_r1_Setter"; + static r1_Setter_float(mthis, value) native "SVGPathSegArcAbs_r1_Setter"; - static $r2_Getter(mthis) native "SVGPathSegArcAbs_r2_Getter"; + static r2_Getter(mthis) native "SVGPathSegArcAbs_r2_Getter"; - static $r2_Setter(mthis, value) native "SVGPathSegArcAbs_r2_Setter"; + static r2_Setter_float(mthis, value) native "SVGPathSegArcAbs_r2_Setter"; - static $sweepFlag_Getter(mthis) native "SVGPathSegArcAbs_sweepFlag_Getter"; + static sweepFlag_Getter(mthis) native "SVGPathSegArcAbs_sweepFlag_Getter"; - static $sweepFlag_Setter(mthis, value) native "SVGPathSegArcAbs_sweepFlag_Setter"; + static sweepFlag_Setter_boolean(mthis, value) native "SVGPathSegArcAbs_sweepFlag_Setter"; - static $x_Getter(mthis) native "SVGPathSegArcAbs_x_Getter"; + static x_Getter(mthis) native "SVGPathSegArcAbs_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegArcAbs_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegArcAbs_x_Setter"; - static $y_Getter(mthis) native "SVGPathSegArcAbs_y_Getter"; + static y_Getter(mthis) native "SVGPathSegArcAbs_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegArcAbs_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegArcAbs_y_Setter"; } class BlinkSVGPathSegArcRel { - static $angle_Getter(mthis) native "SVGPathSegArcRel_angle_Getter"; + static angle_Getter(mthis) native "SVGPathSegArcRel_angle_Getter"; - static $angle_Setter(mthis, value) native "SVGPathSegArcRel_angle_Setter"; + static angle_Setter_float(mthis, value) native "SVGPathSegArcRel_angle_Setter"; - static $largeArcFlag_Getter(mthis) native "SVGPathSegArcRel_largeArcFlag_Getter"; + static largeArcFlag_Getter(mthis) native "SVGPathSegArcRel_largeArcFlag_Getter"; - static $largeArcFlag_Setter(mthis, value) native "SVGPathSegArcRel_largeArcFlag_Setter"; + static largeArcFlag_Setter_boolean(mthis, value) native "SVGPathSegArcRel_largeArcFlag_Setter"; - static $r1_Getter(mthis) native "SVGPathSegArcRel_r1_Getter"; + static r1_Getter(mthis) native "SVGPathSegArcRel_r1_Getter"; - static $r1_Setter(mthis, value) native "SVGPathSegArcRel_r1_Setter"; + static r1_Setter_float(mthis, value) native "SVGPathSegArcRel_r1_Setter"; - static $r2_Getter(mthis) native "SVGPathSegArcRel_r2_Getter"; + static r2_Getter(mthis) native "SVGPathSegArcRel_r2_Getter"; - static $r2_Setter(mthis, value) native "SVGPathSegArcRel_r2_Setter"; + static r2_Setter_float(mthis, value) native "SVGPathSegArcRel_r2_Setter"; - static $sweepFlag_Getter(mthis) native "SVGPathSegArcRel_sweepFlag_Getter"; + static sweepFlag_Getter(mthis) native "SVGPathSegArcRel_sweepFlag_Getter"; - static $sweepFlag_Setter(mthis, value) native "SVGPathSegArcRel_sweepFlag_Setter"; + static sweepFlag_Setter_boolean(mthis, value) native "SVGPathSegArcRel_sweepFlag_Setter"; - static $x_Getter(mthis) native "SVGPathSegArcRel_x_Getter"; + static x_Getter(mthis) native "SVGPathSegArcRel_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegArcRel_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegArcRel_x_Setter"; - static $y_Getter(mthis) native "SVGPathSegArcRel_y_Getter"; + static y_Getter(mthis) native "SVGPathSegArcRel_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegArcRel_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegArcRel_y_Setter"; } class BlinkSVGPathSegClosePath {} class BlinkSVGPathSegCurvetoCubicAbs { - static $x_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x_Getter"; + static x_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter"; - static $x1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x1_Getter"; + static x1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x1_Getter"; - static $x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; + static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_x1_Setter"; - static $x2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x2_Getter"; + static x2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x2_Getter"; - static $x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; + static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_x2_Setter"; - static $y_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y_Getter"; + static y_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter"; - static $y1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y1_Getter"; + static y1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y1_Getter"; - static $y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; + static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_y1_Setter"; - static $y2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y2_Getter"; + static y2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y2_Getter"; - static $y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; + static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicAbs_y2_Setter"; } class BlinkSVGPathSegCurvetoCubicRel { - static $x_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x_Getter"; + static x_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter"; - static $x1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x1_Getter"; + static x1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x1_Getter"; - static $x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; + static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_x1_Setter"; - static $x2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x2_Getter"; + static x2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x2_Getter"; - static $x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; + static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_x2_Setter"; - static $y_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y_Getter"; + static y_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter"; - static $y1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y1_Getter"; + static y1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y1_Getter"; - static $y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; + static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_y1_Setter"; - static $y2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y2_Getter"; + static y2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y2_Getter"; - static $y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; + static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicRel_y2_Setter"; } class BlinkSVGPathSegCurvetoCubicSmoothAbs { - static $x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; + static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Setter"; - static $x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; + static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter"; - static $x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; + static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Setter"; - static $y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; + static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Setter"; - static $y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; + static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter"; - static $y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; + static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Setter"; } class BlinkSVGPathSegCurvetoCubicSmoothRel { - static $x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; + static x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x_Setter"; - static $x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; + static x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter"; - static $x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; + static x2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Setter"; - static $y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; + static y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y_Setter"; - static $y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; + static y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter"; - static $y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; + static y2_Setter_float(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Setter"; } class BlinkSVGPathSegCurvetoQuadraticAbs { - static $x_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; + static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter"; - static $x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; + static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x1_Getter"; - static $x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; + static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_Setter"; - static $y_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; + static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter"; - static $y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; + static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y1_Getter"; - static $y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; + static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_Setter"; } class BlinkSVGPathSegCurvetoQuadraticRel { - static $x_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x_Getter"; + static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x_Setter"; - static $x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; + static x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x1_Getter"; - static $x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; + static x1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_Setter"; - static $y_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y_Getter"; + static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y_Setter"; - static $y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; + static y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y1_Getter"; - static $y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; + static y1_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_Setter"; } class BlinkSVGPathSegCurvetoQuadraticSmoothAbs { - static $x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; + static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter"; - static $y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; + static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter"; } class BlinkSVGPathSegCurvetoQuadraticSmoothRel { - static $x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; + static x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Setter"; - static $y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; + static y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Setter"; } class BlinkSVGPathSegLinetoAbs { - static $x_Getter(mthis) native "SVGPathSegLinetoAbs_x_Getter"; + static x_Getter(mthis) native "SVGPathSegLinetoAbs_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegLinetoAbs_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegLinetoAbs_x_Setter"; - static $y_Getter(mthis) native "SVGPathSegLinetoAbs_y_Getter"; + static y_Getter(mthis) native "SVGPathSegLinetoAbs_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegLinetoAbs_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegLinetoAbs_y_Setter"; } class BlinkSVGPathSegLinetoHorizontalAbs { - static $x_Getter(mthis) native "SVGPathSegLinetoHorizontalAbs_x_Getter"; + static x_Getter(mthis) native "SVGPathSegLinetoHorizontalAbs_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegLinetoHorizontalAbs_x_Setter"; } class BlinkSVGPathSegLinetoHorizontalRel { - static $x_Getter(mthis) native "SVGPathSegLinetoHorizontalRel_x_Getter"; + static x_Getter(mthis) native "SVGPathSegLinetoHorizontalRel_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegLinetoHorizontalRel_x_Setter"; } class BlinkSVGPathSegLinetoRel { - static $x_Getter(mthis) native "SVGPathSegLinetoRel_x_Getter"; + static x_Getter(mthis) native "SVGPathSegLinetoRel_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegLinetoRel_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegLinetoRel_x_Setter"; - static $y_Getter(mthis) native "SVGPathSegLinetoRel_y_Getter"; + static y_Getter(mthis) native "SVGPathSegLinetoRel_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegLinetoRel_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegLinetoRel_y_Setter"; } class BlinkSVGPathSegLinetoVerticalAbs { - static $y_Getter(mthis) native "SVGPathSegLinetoVerticalAbs_y_Getter"; + static y_Getter(mthis) native "SVGPathSegLinetoVerticalAbs_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Setter"; } class BlinkSVGPathSegLinetoVerticalRel { - static $y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter"; + static y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Setter"; } class BlinkSVGPathSegList { - static $numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter"; + static numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Getter"; - static $appendItem_Callback(mthis, newItem) native "SVGPathSegList_appendItem_Callback_RESOLVER_STRING_1_SVGPathSeg"; + static appendItem_Callback_SVGPathSeg(mthis, newItem) native "SVGPathSegList_appendItem_Callback_SVGPathSeg"; - static $clear_Callback(mthis) native "SVGPathSegList_clear_Callback_RESOLVER_STRING_0_"; + static clear_Callback(mthis) native "SVGPathSegList_clear_Callback"; - static $getItem_Callback(mthis, index) native "SVGPathSegList_getItem_Callback_RESOLVER_STRING_1_unsigned long"; + static getItem_Callback_ul(mthis, index) native "SVGPathSegList_getItem_Callback_unsigned long"; - static $initialize_Callback(mthis, newItem) native "SVGPathSegList_initialize_Callback_RESOLVER_STRING_1_SVGPathSeg"; + static initialize_Callback_SVGPathSeg(mthis, newItem) native "SVGPathSegList_initialize_Callback_SVGPathSeg"; - static $insertItemBefore_Callback(mthis, newItem, index) native "SVGPathSegList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGPathSeg_unsigned long"; + static insertItemBefore_Callback_SVGPathSeg_ul(mthis, newItem, index) native "SVGPathSegList_insertItemBefore_Callback_SVGPathSeg_unsigned long"; - static $removeItem_Callback(mthis, index) native "SVGPathSegList_removeItem_Callback_RESOLVER_STRING_1_unsigned long"; + static removeItem_Callback_ul(mthis, index) native "SVGPathSegList_removeItem_Callback_unsigned long"; - static $replaceItem_Callback(mthis, newItem, index) native "SVGPathSegList_replaceItem_Callback_RESOLVER_STRING_2_SVGPathSeg_unsigned long"; + static replaceItem_Callback_SVGPathSeg_ul(mthis, newItem, index) native "SVGPathSegList_replaceItem_Callback_SVGPathSeg_unsigned long"; } class BlinkSVGPathSegMovetoAbs { - static $x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter"; + static x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegMovetoAbs_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegMovetoAbs_x_Setter"; - static $y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter"; + static y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegMovetoAbs_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegMovetoAbs_y_Setter"; } class BlinkSVGPathSegMovetoRel { - static $x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter"; + static x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter"; - static $x_Setter(mthis, value) native "SVGPathSegMovetoRel_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPathSegMovetoRel_x_Setter"; - static $y_Getter(mthis) native "SVGPathSegMovetoRel_y_Getter"; + static y_Getter(mthis) native "SVGPathSegMovetoRel_y_Getter"; - static $y_Setter(mthis, value) native "SVGPathSegMovetoRel_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPathSegMovetoRel_y_Setter"; } class BlinkSVGPatternElement { - static $height_Getter(mthis) native "SVGPatternElement_height_Getter"; + static height_Getter(mthis) native "SVGPatternElement_height_Getter"; - static $patternContentUnits_Getter(mthis) native "SVGPatternElement_patternContentUnits_Getter"; + static patternContentUnits_Getter(mthis) native "SVGPatternElement_patternContentUnits_Getter"; - static $patternTransform_Getter(mthis) native "SVGPatternElement_patternTransform_Getter"; + static patternTransform_Getter(mthis) native "SVGPatternElement_patternTransform_Getter"; - static $patternUnits_Getter(mthis) native "SVGPatternElement_patternUnits_Getter"; + static patternUnits_Getter(mthis) native "SVGPatternElement_patternUnits_Getter"; - static $width_Getter(mthis) native "SVGPatternElement_width_Getter"; + static width_Getter(mthis) native "SVGPatternElement_width_Getter"; - static $x_Getter(mthis) native "SVGPatternElement_x_Getter"; + static x_Getter(mthis) native "SVGPatternElement_x_Getter"; - static $y_Getter(mthis) native "SVGPatternElement_y_Getter"; + static y_Getter(mthis) native "SVGPatternElement_y_Getter"; - static $preserveAspectRatio_Getter(mthis) native "SVGPatternElement_preserveAspectRatio_Getter"; + static preserveAspectRatio_Getter(mthis) native "SVGPatternElement_preserveAspectRatio_Getter"; - static $viewBox_Getter(mthis) native "SVGPatternElement_viewBox_Getter"; + static viewBox_Getter(mthis) native "SVGPatternElement_viewBox_Getter"; - static $requiredExtensions_Getter(mthis) native "SVGPatternElement_requiredExtensions_Getter"; + static requiredExtensions_Getter(mthis) native "SVGPatternElement_requiredExtensions_Getter"; - static $requiredFeatures_Getter(mthis) native "SVGPatternElement_requiredFeatures_Getter"; + static requiredFeatures_Getter(mthis) native "SVGPatternElement_requiredFeatures_Getter"; - static $systemLanguage_Getter(mthis) native "SVGPatternElement_systemLanguage_Getter"; + static systemLanguage_Getter(mthis) native "SVGPatternElement_systemLanguage_Getter"; - static $hasExtension_Callback(mthis, extension) native "SVGPatternElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; + static hasExtension_Callback_DOMString(mthis, extension) native "SVGPatternElement_hasExtension_Callback_DOMString"; - static $href_Getter(mthis) native "SVGPatternElement_href_Getter"; + static href_Getter(mthis) native "SVGPatternElement_href_Getter"; } class BlinkSVGPoint { - static $x_Getter(mthis) native "SVGPoint_x_Getter"; + static x_Getter(mthis) native "SVGPoint_x_Getter"; - static $x_Setter(mthis, value) native "SVGPoint_x_Setter"; + static x_Setter_float(mthis, value) native "SVGPoint_x_Setter"; - static $y_Getter(mthis) native "SVGPoint_y_Getter"; + static y_Getter(mthis) native "SVGPoint_y_Getter"; - static $y_Setter(mthis, value) native "SVGPoint_y_Setter"; + static y_Setter_float(mthis, value) native "SVGPoint_y_Setter"; - static $matrixTransform_Callback(mthis, matrix) native "SVGPoint_matrixTransform_Callback_RESOLVER_STRING_1_SVGMatrix"; + static matrixTransform_Callback_SVGMatrix(mthis, matrix) native "SVGPoint_matrixTransform_Callback_SVGMatrix"; } class BlinkSVGPointList { - static $numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter"; + static numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter"; - static $appendItem_Callback(mthis, item) native "SVGPointList_appendItem_Callback_RESOLVER_STRING_1_SVGPoint"; + static appendItem_Callback_SVGPoint(mthis, item) native "SVGPointList_appendItem_Callback_SVGPoint"; - static $clear_Callback(mthis) native "SVGPointList_clear_Callback_RESOLVER_STRING_0_"; + static clear_Callback(mthis) native "SVGPointList_clear_Callback"; - static $getItem_Callback(mthis, index) native "SVGPointList_getItem_Callback_RESOLVER_STRING_1_unsigned long"; + static getItem_Callback_ul(mthis, index) native "SVGPointList_getItem_Callback_unsigned long"; - static $initialize_Callback(mthis, item) native "SVGPointList_initialize_Callback_RESOLVER_STRING_1_SVGPoint"; + static initialize_Callback_SVGPoint(mthis, item) native "SVGPointList_initialize_Callback_SVGPoint"; - static $insertItemBefore_Callback(mthis, item, index) native "SVGPointList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGPoint_unsigned long"; + static insertItemBefore_Callback_SVGPoint_ul(mthis, item, index) native "SVGPointList_insertItemBefore_Callback_SVGPoint_unsigned long"; - static $removeItem_Callback(mthis, index) native "SVGPointList_removeItem_Callback_RESOLVER_STRING_1_unsigned long"; + static removeItem_Callback_ul(mthis, index) native "SVGPointList_removeItem_Callback_unsigned long"; - static $replaceItem_Callback(mthis, item, index) native "SVGPointList_replaceItem_Callback_RESOLVER_STRING_2_SVGPoint_unsigned long"; + static replaceItem_Callback_SVGPoint_ul(mthis, item, index) native "SVGPointList_replaceItem_Callback_SVGPoint_unsigned long"; } class BlinkSVGPolygonElement { - static $animatedPoints_Getter(mthis) native "SVGPolygonElement_animatedPoints_Getter"; + static animatedPoints_Getter(mthis) native "SVGPolygonElement_animatedPoints_Getter"; - static $points_Getter(mthis) native "SVGPolygonElement_points_Getter"; + static points_Getter(mthis) native "SVGPolygonElement_points_Getter"; } class BlinkSVGPolylineElement { - static $animatedPoints_Getter(mthis) native "SVGPolylineElement_animatedPoints_Getter"; + static animatedPoints_Getter(mthis) native "SVGPolylineElement_animatedPoints_Getter"; - static $points_Getter(mthis) native "SVGPolylineElement_points_Getter"; + static points_Getter(mthis) native "SVGPolylineElement_points_Getter"; } class BlinkSVGPreserveAspectRatio { - static $align_Getter(mthis) native "SVGPreserveAspectRatio_align_Getter"; + static align_Getter(mthis) native "SVGPreserveAspectRatio_align_Getter"; - static $align_Setter(mthis, value) native "SVGPreserveAspectRatio_align_Setter"; + static align_Setter_us(mthis, value) native "SVGPreserveAspectRatio_align_Setter"; - static $meetOrSlice_Getter(mthis) native "SVGPreserveAspectRatio_meetOrSlice_Getter"; + static meetOrSlice_Getter(mthis) native "SVGPreserveAspectRatio_meetOrSlice_Getter"; - static $meetOrSlice_Setter(mthis, value) native "SVGPreserveAspectRatio_meetOrSlice_Setter"; + static meetOrSlice_Setter_us(mthis, value) native "SVGPreserveAspectRatio_meetOrSlice_Setter"; } class BlinkSVGRadialGradientElement { - static $cx_Getter(mthis) native "SVGRadialGradientElement_cx_Getter"; + static cx_Getter(mthis) native "SVGRadialGradientElement_cx_Getter"; - static $cy_Getter(mthis) native "SVGRadialGradientElement_cy_Getter"; + static cy_Getter(mthis) native "SVGRadialGradientElement_cy_Getter"; - static $fr_Getter(mthis) native "SVGRadialGradientElement_fr_Getter"; + static fr_Getter(mthis) native "SVGRadialGradientElement_fr_Getter"; - static $fx_Getter(mthis) native "SVGRadialGradientElement_fx_Getter"; + static fx_Getter(mthis) native "SVGRadialGradientElement_fx_Getter"; - static $fy_Getter(mthis) native "SVGRadialGradientElement_fy_Getter"; + static fy_Getter(mthis) native "SVGRadialGradientElement_fy_Getter"; - static $r_Getter(mthis) native "SVGRadialGradientElement_r_Getter"; + static r_Getter(mthis) native "SVGRadialGradientElement_r_Getter"; } class BlinkSVGRect { - static $height_Getter(mthis) native "SVGRect_height_Getter"; + static height_Getter(mthis) native "SVGRect_height_Getter"; - static $height_Setter(mthis, value) native "SVGRect_height_Setter"; + static height_Setter_float(mthis, value) native "SVGRect_height_Setter"; - static $width_Getter(mthis) native "SVGRect_width_Getter"; + static width_Getter(mthis) native "SVGRect_width_Getter"; - static $width_Setter(mthis, value) native "SVGRect_width_Setter"; + static width_Setter_float(mthis, value) native "SVGRect_width_Setter"; - static $x_Getter(mthis) native "SVGRect_x_Getter"; + static x_Getter(mthis) native "SVGRect_x_Getter"; - static $x_Setter(mthis, value) native "SVGRect_x_Setter"; + static x_Setter_float(mthis, value) native "SVGRect_x_Setter"; - static $y_Getter(mthis) native "SVGRect_y_Getter"; + static y_Getter(mthis) native "SVGRect_y_Getter"; - static $y_Setter(mthis, value) native "SVGRect_y_Setter"; + static y_Setter_float(mthis, value) native "SVGRect_y_Setter"; } class BlinkSVGRectElement { - static $height_Getter(mthis) native "SVGRectElement_height_Getter"; + static height_Getter(mthis) native "SVGRectElement_height_Getter"; - static $rx_Getter(mthis) native "SVGRectElement_rx_Getter"; + static rx_Getter(mthis) native "SVGRectElement_rx_Getter"; - static $ry_Getter(mthis) native "SVGRectElement_ry_Getter"; + static ry_Getter(mthis) native "SVGRectElement_ry_Getter"; - static $width_Getter(mthis) native "SVGRectElement_width_Getter"; + static width_Getter(mthis) native "SVGRectElement_width_Getter"; - static $x_Getter(mthis) native "SVGRectElement_x_Getter"; + static x_Getter(mthis) native "SVGRectElement_x_Getter"; - static $y_Getter(mthis) native "SVGRectElement_y_Getter"; + static y_Getter(mthis) native "SVGRectElement_y_Getter"; } class BlinkSVGRenderingIntent {} class BlinkSVGZoomAndPan { - static $zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_Getter"; + static zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_Getter"; - static $zoomAndPan_Setter(mthis, value) native "SVGZoomAndPan_zoomAndPan_Setter"; + static zoomAndPan_Setter_us(mthis, value) native "SVGZoomAndPan_zoomAndPan_Setter"; } class BlinkSVGSVGElement { - static $currentScale_Getter(mthis) native "SVGSVGElement_currentScale_Getter"; + static currentScale_Getter(mthis) native "SVGSVGElement_currentScale_Getter"; - static $currentScale_Setter(mthis, value) native "SVGSVGElement_currentScale_Setter"; + static currentScale_Setter_float(mthis, value) native "SVGSVGElement_currentScale_Setter"; - static $currentTranslate_Getter(mthis) native "SVGSVGElement_currentTranslate_Getter"; + static currentTranslate_Getter(mthis) native "SVGSVGElement_currentTranslate_Getter"; - static $currentView_Getter(mthis) native "SVGSVGElement_currentView_Getter"; + static currentView_Getter(mthis) native "SVGSVGElement_currentView_Getter"; - static $height_Getter(mthis) native "SVGSVGElement_height_Getter"; + static height_Getter(mthis) native "SVGSVGElement_height_Getter"; - static $pixelUnitToMillimeterX_Getter(mthis) native "SVGSVGElement_pixelUnitToMillimeterX_Getter"; + static pixelUnitToMillimeterX_Getter(mthis) native "SVGSVGElement_pixelUnitToMillimeterX_Getter"; - static $pixelUnitToMillimeterY_Getter(mthis) native "SVGSVGElement_pixelUnitToMillimeterY_Getter"; + static pixelUnitToMillimeterY_Getter(mthis) native "SVGSVGElement_pixelUnitToMillimeterY_Getter"; - static $screenPixelToMillimeterX_Getter(mthis) native "SVGSVGElement_screenPixelToMillimeterX_Getter"; + static screenPixelToMillimeterX_Getter(mthis) native "SVGSVGElement_screenPixelToMillimeterX_Getter"; - static $screenPixelToMillimeterY_Getter(mthis) native "SVGSVGElement_screenPixelToMillimeterY_Getter"; + static screenPixelToMillimeterY_Getter(mthis) native "SVGSVGElement_screenPixelToMillimeterY_Getter"; - static $useCurrentView_Getter(mthis) native "SVGSVGElement_useCurrentView_Getter"; + static useCurrentView_Getter(mthis) native "SVGSVGElement_useCurrentView_Getter"; - static $viewport_Getter(mthis) native "SVGSVGElement_viewport_Getter"; + static viewport_Getter(mthis) native "SVGSVGElement_viewport_Getter"; - static $width_Getter(mthis) native "SVGSVGElement_width_Getter"; + static width_Getter(mthis) native "SVGSVGElement_width_Getter"; - static $x_Getter(mthis) native "SVGSVGElement_x_Getter"; + static x_Getter(mthis) native "SVGSVGElement_x_Getter"; - static $y_Getter(mthis) native "SVGSVGElement_y_Getter"; + static y_Getter(mthis) native "SVGSVGElement_y_Getter"; - static $animationsPaused_Callback(mthis) native "SVGSVGElement_animationsPaused_Callback_RESOLVER_STRING_0_"; + static animationsPaused_Callback(mthis) native "SVGSVGElement_animationsPaused_Callback"; - static $checkEnclosure_Callback(mthis, element, rect) native "SVGSVGElement_checkEnclosure_Callback_RESOLVER_STRING_2_SVGElement_SVGRect"; + static checkEnclosure_Callback_SVGElement_SVGRect(mthis, element, rect) native "SVGSVGElement_checkEnclosure_Callback_SVGElement_SVGRect"; - static $checkIntersection_Callback(mthis, element, rect) native "SVGSVGElement_checkIntersection_Callback_RESOLVER_STRING_2_SVGElement_SVGRect"; + static checkIntersection_Callback_SVGElement_SVGRect(mthis, element, rect) native "SVGSVGElement_checkIntersection_Callback_SVGElement_SVGRect"; - static $createSVGAngle_Callback(mthis) native "SVGSVGElement_createSVGAngle_Callback_RESOLVER_STRING_0_"; + static createSVGAngle_Callback(mthis) native "SVGSVGElement_createSVGAngle_Callback"; - static $createSVGLength_Callback(mthis) native "SVGSVGElement_createSVGLength_Callback_RESOLVER_STRING_0_"; + static createSVGLength_Callback(mthis) native "SVGSVGElement_createSVGLength_Callback"; - static $createSVGMatrix_Callback(mthis) native "SVGSVGElement_createSVGMatrix_Callback_RESOLVER_STRING_0_"; + static createSVGMatrix_Callback(mthis) native "SVGSVGElement_createSVGMatrix_Callback"; - static $createSVGNumber_Callback(mthis) native "SVGSVGElement_createSVGNumber_Callback_RESOLVER_STRING_0_"; + static createSVGNumber_Callback(mthis) native "SVGSVGElement_createSVGNumber_Callback"; - static $createSVGPoint_Callback(mthis) native "SVGSVGElement_createSVGPoint_Callback_RESOLVER_STRING_0_"; + static createSVGPoint_Callback(mthis) native "SVGSVGElement_createSVGPoint_Callback"; - static $createSVGRect_Callback(mthis) native "SVGSVGElement_createSVGRect_Callback_RESOLVER_STRING_0_"; + static createSVGRect_Callback(mthis) native "SVGSVGElement_createSVGRect_Callback"; - static $createSVGTransform_Callback(mthis) native "SVGSVGElement_createSVGTransform_Callback_RESOLVER_STRING_0_"; + static createSVGTransform_Callback(mthis) native "SVGSVGElement_createSVGTransform_Callback"; - static $createSVGTransformFromMatrix_Callback(mthis, matrix) native "SVGSVGElement_createSVGTransformFromMatrix_Callback_RESOLVER_STRING_1_SVGMatrix"; + static createSVGTransformFromMatrix_Callback_SVGMatrix(mthis, matrix) native "SVGSVGElement_createSVGTransformFromMatrix_Callback_SVGMatrix"; - static $deselectAll_Callback(mthis) native "SVGSVGElement_deselectAll_Callback_RESOLVER_STRING_0_"; + static deselectAll_Callback(mthis) native "SVGSVGElement_deselectAll_Callback"; - static $forceRedraw_Callback(mthis) native "SVGSVGElement_forceRedraw_Callback_RESOLVER_STRING_0_"; + static forceRedraw_Callback(mthis) native "SVGSVGElement_forceRedraw_Callback"; - static $getCurrentTime_Callback(mthis) native "SVGSVGElement_getCurrentTime_Callback_RESOLVER_STRING_0_"; + static getCurrentTime_Callback(mthis) native "SVGSVGElement_getCurrentTime_Callback"; - static $getElementById_Callback(mthis, elementId) native "SVGSVGElement_getElementById_Callback_RESOLVER_STRING_1_DOMString"; + static getElementById_Callback_DOMString(mthis, elementId) native "SVGSVGElement_getElementById_Callback_DOMString"; - static $getEnclosureList_Callback(mthis, rect, referenceElement) native "SVGSVGElement_getEnclosureList_Callback_RESOLVER_STRING_2_SVGRect_SVGElement"; + static getEnclosureList_Callback_SVGRect_SVGElement(mthis, rect, referenceElement) native "SVGSVGElement_getEnclosureList_Callback_SVGRect_SVGElement"; - static $getIntersectionList_Callback(mthis, rect, referenceElement) native "SVGSVGElement_getIntersectionList_Callback_RESOLVER_STRING_2_SVGRect_SVGElement"; + static getIntersectionList_Callback_SVGRect_SVGElement(mthis, rect, referenceElement) native "SVGSVGElement_getIntersectionList_Callback_SVGRect_SVGElement"; - static $pauseAnimations_Callback(mthis) native "SVGSVGElement_pauseAnimations_Callback_RESOLVER_STRING_0_"; + static pauseAnimations_Callback(mthis) native "SVGSVGElement_pauseAnimations_Callback"; - static $setCurrentTime_Callback(mthis, seconds) native "SVGSVGElement_setCurrentTime_Callback_RESOLVER_STRING_1_float"; + static setCurrentTime_Callback_float(mthis, seconds) native "SVGSVGElement_setCurrentTime_Callback_float"; - static $suspendRedraw_Callback(mthis, maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw_Callback_RESOLVER_STRING_1_unsigned long"; + static suspendRedraw_Callback_ul(mthis, maxWaitMilliseconds) native "SVGSVGElement_suspendRedraw_Callback_unsigned long"; - static $unpauseAnimations_Callback(mthis) native "SVGSVGElement_unpauseAnimations_Callback_RESOLVER_STRING_0_"; + static unpauseAnimations_Callback(mthis) native "SVGSVGElement_unpauseAnimations_Callback"; - static $unsuspendRedraw_Callback(mthis, suspendHandleId) native "SVGSVGElement_unsuspendRedraw_Callback_RESOLVER_STRING_1_unsigned long"; + static unsuspendRedraw_Callback_ul(mthis, suspendHandleId) native "SVGSVGElement_unsuspendRedraw_Callback_unsigned long"; - static $unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_unsuspendRedrawAll_Callback_RESOLVER_STRING_0_"; + static unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_unsuspendRedrawAll_Callback"; - static $preserveAspectRatio_Getter(mthis) native "SVGSVGElement_preserveAspectRatio_Getter"; + static preserveAspectRatio_Getter(mthis) native "SVGSVGElement_preserveAspectRatio_Getter"; - static $viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter"; + static viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter"; - static $zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_Getter"; + static zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_Getter"; - static $zoomAndPan_Setter(mthis, value) native "SVGSVGElement_zoomAndPan_Setter"; + static zoomAndPan_Setter_us(mthis, value) native "SVGSVGElement_zoomAndPan_Setter"; } class BlinkSVGScriptElement { - static $type_Getter(mthis) native "SVGScriptElement_type_Getter"; + static type_Getter(mthis) native "SVGScriptElement_type_Getter"; - static $type_Setter(mthis, value) native "SVGScriptElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "SVGScriptElement_type_Setter"; - static $href_Getter(mthis) native "SVGScriptElement_href_Getter"; + static href_Getter(mthis) native "SVGScriptElement_href_Getter"; } class BlinkSVGSetElement {} class BlinkSVGStopElement { - static $offset_Getter(mthis) native "SVGStopElement_offset_Getter"; + static offset_Getter(mthis) native "SVGStopElement_offset_Getter"; } class BlinkSVGStringList { - static $numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter"; + static numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter"; - static $appendItem_Callback(mthis, item) native "SVGStringList_appendItem_Callback_RESOLVER_STRING_1_DOMString"; + static appendItem_Callback_DOMString(mthis, item) native "SVGStringList_appendItem_Callback_DOMString"; - static $clear_Callback(mthis) native "SVGStringList_clear_Callback_RESOLVER_STRING_0_"; + static clear_Callback(mthis) native "SVGStringList_clear_Callback"; - static $getItem_Callback(mthis, index) native "SVGStringList_getItem_Callback_RESOLVER_STRING_1_unsigned long"; + static getItem_Callback_ul(mthis, index) native "SVGStringList_getItem_Callback_unsigned long"; - static $initialize_Callback(mthis, item) native "SVGStringList_initialize_Callback_RESOLVER_STRING_1_DOMString"; + static initialize_Callback_DOMString(mthis, item) native "SVGStringList_initialize_Callback_DOMString"; - static $insertItemBefore_Callback(mthis, item, index) native "SVGStringList_insertItemBefore_Callback_RESOLVER_STRING_2_DOMString_unsigned long"; + static insertItemBefore_Callback_DOMString_ul(mthis, item, index) native "SVGStringList_insertItemBefore_Callback_DOMString_unsigned long"; - static $removeItem_Callback(mthis, index) native "SVGStringList_removeItem_Callback_RESOLVER_STRING_1_unsigned long"; + static removeItem_Callback_ul(mthis, index) native "SVGStringList_removeItem_Callback_unsigned long"; - static $replaceItem_Callback(mthis, item, index) native "SVGStringList_replaceItem_Callback_RESOLVER_STRING_2_DOMString_unsigned long"; + static replaceItem_Callback_DOMString_ul(mthis, item, index) native "SVGStringList_replaceItem_Callback_DOMString_unsigned long"; } class BlinkSVGStyleElement { - static $disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter"; + static disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter"; - static $disabled_Setter(mthis, value) native "SVGStyleElement_disabled_Setter"; + static disabled_Setter_boolean(mthis, value) native "SVGStyleElement_disabled_Setter"; - static $media_Getter(mthis) native "SVGStyleElement_media_Getter"; + static media_Getter(mthis) native "SVGStyleElement_media_Getter"; - static $media_Setter(mthis, value) native "SVGStyleElement_media_Setter"; + static media_Setter_DOMString(mthis, value) native "SVGStyleElement_media_Setter"; - static $title_Getter(mthis) native "SVGStyleElement_title_Getter"; + static title_Getter(mthis) native "SVGStyleElement_title_Getter"; - static $title_Setter(mthis, value) native "SVGStyleElement_title_Setter"; + static title_Setter_DOMString(mthis, value) native "SVGStyleElement_title_Setter"; - static $type_Getter(mthis) native "SVGStyleElement_type_Getter"; + static type_Getter(mthis) native "SVGStyleElement_type_Getter"; - static $type_Setter(mthis, value) native "SVGStyleElement_type_Setter"; + static type_Setter_DOMString(mthis, value) native "SVGStyleElement_type_Setter"; } class BlinkSVGSwitchElement {} class BlinkSVGSymbolElement { - static $preserveAspectRatio_Getter(mthis) native "SVGSymbolElement_preserveAspectRatio_Getter"; + static preserveAspectRatio_Getter(mthis) native "SVGSymbolElement_preserveAspectRatio_Getter"; - static $viewBox_Getter(mthis) native "SVGSymbolElement_viewBox_Getter"; + static viewBox_Getter(mthis) native "SVGSymbolElement_viewBox_Getter"; } class BlinkSVGTSpanElement {} @@ -6485,237 +6441,237 @@ class BlinkSVGTSpanElement {} class BlinkSVGTextElement {} class BlinkSVGTextPathElement { - static $method_Getter(mthis) native "SVGTextPathElement_method_Getter"; + static method_Getter(mthis) native "SVGTextPathElement_method_Getter"; - static $spacing_Getter(mthis) native "SVGTextPathElement_spacing_Getter"; + static spacing_Getter(mthis) native "SVGTextPathElement_spacing_Getter"; - static $startOffset_Getter(mthis) native "SVGTextPathElement_startOffset_Getter"; + static startOffset_Getter(mthis) native "SVGTextPathElement_startOffset_Getter"; - static $href_Getter(mthis) native "SVGTextPathElement_href_Getter"; + static href_Getter(mthis) native "SVGTextPathElement_href_Getter"; } class BlinkSVGTitleElement {} class BlinkSVGTransform { - static $angle_Getter(mthis) native "SVGTransform_angle_Getter"; + static angle_Getter(mthis) native "SVGTransform_angle_Getter"; - static $matrix_Getter(mthis) native "SVGTransform_matrix_Getter"; + static matrix_Getter(mthis) native "SVGTransform_matrix_Getter"; - static $type_Getter(mthis) native "SVGTransform_type_Getter"; + static type_Getter(mthis) native "SVGTransform_type_Getter"; - static $setMatrix_Callback(mthis, matrix) native "SVGTransform_setMatrix_Callback_RESOLVER_STRING_1_SVGMatrix"; + static setMatrix_Callback_SVGMatrix(mthis, matrix) native "SVGTransform_setMatrix_Callback_SVGMatrix"; - static $setRotate_Callback(mthis, angle, cx, cy) native "SVGTransform_setRotate_Callback_RESOLVER_STRING_3_float_float_float"; + static setRotate_Callback_float_float_float(mthis, angle, cx, cy) native "SVGTransform_setRotate_Callback_float_float_float"; - static $setScale_Callback(mthis, sx, sy) native "SVGTransform_setScale_Callback_RESOLVER_STRING_2_float_float"; + static setScale_Callback_float_float(mthis, sx, sy) native "SVGTransform_setScale_Callback_float_float"; - static $setSkewX_Callback(mthis, angle) native "SVGTransform_setSkewX_Callback_RESOLVER_STRING_1_float"; + static setSkewX_Callback_float(mthis, angle) native "SVGTransform_setSkewX_Callback_float"; - static $setSkewY_Callback(mthis, angle) native "SVGTransform_setSkewY_Callback_RESOLVER_STRING_1_float"; + static setSkewY_Callback_float(mthis, angle) native "SVGTransform_setSkewY_Callback_float"; - static $setTranslate_Callback(mthis, tx, ty) native "SVGTransform_setTranslate_Callback_RESOLVER_STRING_2_float_float"; + static setTranslate_Callback_float_float(mthis, tx, ty) native "SVGTransform_setTranslate_Callback_float_float"; } class BlinkSVGTransformList { - static $numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Getter"; + static numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Getter"; - static $appendItem_Callback(mthis, item) native "SVGTransformList_appendItem_Callback_RESOLVER_STRING_1_SVGTransform"; + static appendItem_Callback_SVGTransform(mthis, item) native "SVGTransformList_appendItem_Callback_SVGTransform"; - static $clear_Callback(mthis) native "SVGTransformList_clear_Callback_RESOLVER_STRING_0_"; + static clear_Callback(mthis) native "SVGTransformList_clear_Callback"; - static $consolidate_Callback(mthis) native "SVGTransformList_consolidate_Callback_RESOLVER_STRING_0_"; + static consolidate_Callback(mthis) native "SVGTransformList_consolidate_Callback"; - static $createSVGTransformFromMatrix_Callback(mthis, matrix) native "SVGTransformList_createSVGTransformFromMatrix_Callback_RESOLVER_STRING_1_SVGMatrix"; + static createSVGTransformFromMatrix_Callback_SVGMatrix(mthis, matrix) native "SVGTransformList_createSVGTransformFromMatrix_Callback_SVGMatrix"; - static $getItem_Callback(mthis, index) native "SVGTransformList_getItem_Callback_RESOLVER_STRING_1_unsigned long"; + static getItem_Callback_ul(mthis, index) native "SVGTransformList_getItem_Callback_unsigned long"; - static $initialize_Callback(mthis, item) native "SVGTransformList_initialize_Callback_RESOLVER_STRING_1_SVGTransform"; + static initialize_Callback_SVGTransform(mthis, item) native "SVGTransformList_initialize_Callback_SVGTransform"; - static $insertItemBefore_Callback(mthis, item, index) native "SVGTransformList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGTransform_unsigned long"; + static insertItemBefore_Callback_SVGTransform_ul(mthis, item, index) native "SVGTransformList_insertItemBefore_Callback_SVGTransform_unsigned long"; - static $removeItem_Callback(mthis, index) native "SVGTransformList_removeItem_Callback_RESOLVER_STRING_1_unsigned long"; + static removeItem_Callback_ul(mthis, index) native "SVGTransformList_removeItem_Callback_unsigned long"; - static $replaceItem_Callback(mthis, item, index) native "SVGTransformList_replaceItem_Callback_RESOLVER_STRING_2_SVGTransform_unsigned long"; + static replaceItem_Callback_SVGTransform_ul(mthis, item, index) native "SVGTransformList_replaceItem_Callback_SVGTransform_unsigned long"; } class BlinkSVGUnitTypes {} class BlinkSVGUseElement { - static $animatedInstanceRoot_Getter(mthis) native "SVGUseElement_animatedInstanceRoot_Getter"; + static animatedInstanceRoot_Getter(mthis) native "SVGUseElement_animatedInstanceRoot_Getter"; - static $height_Getter(mthis) native "SVGUseElement_height_Getter"; + static height_Getter(mthis) native "SVGUseElement_height_Getter"; - static $instanceRoot_Getter(mthis) native "SVGUseElement_instanceRoot_Getter"; + static instanceRoot_Getter(mthis) native "SVGUseElement_instanceRoot_Getter"; - static $width_Getter(mthis) native "SVGUseElement_width_Getter"; + static width_Getter(mthis) native "SVGUseElement_width_Getter"; - static $x_Getter(mthis) native "SVGUseElement_x_Getter"; + static x_Getter(mthis) native "SVGUseElement_x_Getter"; - static $y_Getter(mthis) native "SVGUseElement_y_Getter"; + static y_Getter(mthis) native "SVGUseElement_y_Getter"; - static $requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExtensions_Getter"; + static requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredExtensions_Getter"; - static $requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeatures_Getter"; + static requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeatures_Getter"; - static $systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_Getter"; + static systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage_Getter"; - static $hasExtension_Callback(mthis, extension) native "SVGGraphicsElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; + static hasExtension_Callback_DOMString(mthis, extension) native "SVGGraphicsElement_hasExtension_Callback_DOMString"; - static $href_Getter(mthis) native "SVGUseElement_href_Getter"; + static href_Getter(mthis) native "SVGUseElement_href_Getter"; } class BlinkSVGVKernElement {} class BlinkSVGViewElement { - static $viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter"; + static viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter"; - static $preserveAspectRatio_Getter(mthis) native "SVGViewElement_preserveAspectRatio_Getter"; + static preserveAspectRatio_Getter(mthis) native "SVGViewElement_preserveAspectRatio_Getter"; - static $viewBox_Getter(mthis) native "SVGViewElement_viewBox_Getter"; + static viewBox_Getter(mthis) native "SVGViewElement_viewBox_Getter"; - static $zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan_Getter"; + static zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan_Getter"; - static $zoomAndPan_Setter(mthis, value) native "SVGViewElement_zoomAndPan_Setter"; + static zoomAndPan_Setter_us(mthis, value) native "SVGViewElement_zoomAndPan_Setter"; } class BlinkSVGViewSpec { - static $preserveAspectRatioString_Getter(mthis) native "SVGViewSpec_preserveAspectRatioString_Getter"; + static preserveAspectRatioString_Getter(mthis) native "SVGViewSpec_preserveAspectRatioString_Getter"; - static $transform_Getter(mthis) native "SVGViewSpec_transform_Getter"; + static transform_Getter(mthis) native "SVGViewSpec_transform_Getter"; - static $transformString_Getter(mthis) native "SVGViewSpec_transformString_Getter"; + static transformString_Getter(mthis) native "SVGViewSpec_transformString_Getter"; - static $viewBoxString_Getter(mthis) native "SVGViewSpec_viewBoxString_Getter"; + static viewBoxString_Getter(mthis) native "SVGViewSpec_viewBoxString_Getter"; - static $viewTarget_Getter(mthis) native "SVGViewSpec_viewTarget_Getter"; + static viewTarget_Getter(mthis) native "SVGViewSpec_viewTarget_Getter"; - static $viewTargetString_Getter(mthis) native "SVGViewSpec_viewTargetString_Getter"; + static viewTargetString_Getter(mthis) native "SVGViewSpec_viewTargetString_Getter"; - static $preserveAspectRatio_Getter(mthis) native "SVGViewSpec_preserveAspectRatio_Getter"; + static preserveAspectRatio_Getter(mthis) native "SVGViewSpec_preserveAspectRatio_Getter"; - static $viewBox_Getter(mthis) native "SVGViewSpec_viewBox_Getter"; + static viewBox_Getter(mthis) native "SVGViewSpec_viewBox_Getter"; - static $zoomAndPan_Getter(mthis) native "SVGViewSpec_zoomAndPan_Getter"; + static zoomAndPan_Getter(mthis) native "SVGViewSpec_zoomAndPan_Getter"; - static $zoomAndPan_Setter(mthis, value) native "SVGViewSpec_zoomAndPan_Setter"; + static zoomAndPan_Setter_us(mthis, value) native "SVGViewSpec_zoomAndPan_Setter"; } class BlinkSVGZoomEvent { - static $newScale_Getter(mthis) native "SVGZoomEvent_newScale_Getter"; + static newScale_Getter(mthis) native "SVGZoomEvent_newScale_Getter"; - static $newTranslate_Getter(mthis) native "SVGZoomEvent_newTranslate_Getter"; + static newTranslate_Getter(mthis) native "SVGZoomEvent_newTranslate_Getter"; - static $previousScale_Getter(mthis) native "SVGZoomEvent_previousScale_Getter"; + static previousScale_Getter(mthis) native "SVGZoomEvent_previousScale_Getter"; - static $previousTranslate_Getter(mthis) native "SVGZoomEvent_previousTranslate_Getter"; + static previousTranslate_Getter(mthis) native "SVGZoomEvent_previousTranslate_Getter"; - static $zoomRectScreen_Getter(mthis) native "SVGZoomEvent_zoomRectScreen_Getter"; + static zoomRectScreen_Getter(mthis) native "SVGZoomEvent_zoomRectScreen_Getter"; } class BlinkScreen { - static $availHeight_Getter(mthis) native "Screen_availHeight_Getter"; + static availHeight_Getter(mthis) native "Screen_availHeight_Getter"; - static $availLeft_Getter(mthis) native "Screen_availLeft_Getter"; + static availLeft_Getter(mthis) native "Screen_availLeft_Getter"; - static $availTop_Getter(mthis) native "Screen_availTop_Getter"; + static availTop_Getter(mthis) native "Screen_availTop_Getter"; - static $availWidth_Getter(mthis) native "Screen_availWidth_Getter"; + static availWidth_Getter(mthis) native "Screen_availWidth_Getter"; - static $colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; + static colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; - static $height_Getter(mthis) native "Screen_height_Getter"; + static height_Getter(mthis) native "Screen_height_Getter"; - static $orientation_Getter(mthis) native "Screen_orientation_Getter"; + static orientation_Getter(mthis) native "Screen_orientation_Getter"; - static $pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; + static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; - static $width_Getter(mthis) native "Screen_width_Getter"; + static width_Getter(mthis) native "Screen_width_Getter"; - static $lockOrientation_Callback(mthis, orientation) native "Screen_lockOrientation_Callback_RESOLVER_STRING_1_DOMString"; + static lockOrientation_Callback_DOMString(mthis, orientation) native "Screen_lockOrientation_Callback_DOMString"; - static $unlockOrientation_Callback(mthis) native "Screen_unlockOrientation_Callback_RESOLVER_STRING_0_"; + static unlockOrientation_Callback(mthis) native "Screen_unlockOrientation_Callback"; } class BlinkScriptProcessorNode { - static $bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"; + static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"; - static $_setEventListener_Callback(mthis, eventListener) native "ScriptProcessorNode_setEventListener_Callback"; + static $_setEventListener_Callback_EventListener(mthis, eventListener) native "ScriptProcessorNode_setEventListener_Callback"; } class BlinkSecurityPolicyViolationEvent { - static $blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedURI_Getter"; + static blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedURI_Getter"; - static $columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_columnNumber_Getter"; + static columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_columnNumber_Getter"; - static $documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_documentURI_Getter"; + static documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_documentURI_Getter"; - static $effectiveDirective_Getter(mthis) native "SecurityPolicyViolationEvent_effectiveDirective_Getter"; + static effectiveDirective_Getter(mthis) native "SecurityPolicyViolationEvent_effectiveDirective_Getter"; - static $lineNumber_Getter(mthis) native "SecurityPolicyViolationEvent_lineNumber_Getter"; + static lineNumber_Getter(mthis) native "SecurityPolicyViolationEvent_lineNumber_Getter"; - static $originalPolicy_Getter(mthis) native "SecurityPolicyViolationEvent_originalPolicy_Getter"; + static originalPolicy_Getter(mthis) native "SecurityPolicyViolationEvent_originalPolicy_Getter"; - static $referrer_Getter(mthis) native "SecurityPolicyViolationEvent_referrer_Getter"; + static referrer_Getter(mthis) native "SecurityPolicyViolationEvent_referrer_Getter"; - static $sourceFile_Getter(mthis) native "SecurityPolicyViolationEvent_sourceFile_Getter"; + static sourceFile_Getter(mthis) native "SecurityPolicyViolationEvent_sourceFile_Getter"; - static $statusCode_Getter(mthis) native "SecurityPolicyViolationEvent_statusCode_Getter"; + static statusCode_Getter(mthis) native "SecurityPolicyViolationEvent_statusCode_Getter"; - static $violatedDirective_Getter(mthis) native "SecurityPolicyViolationEvent_violatedDirective_Getter"; + static violatedDirective_Getter(mthis) native "SecurityPolicyViolationEvent_violatedDirective_Getter"; } class BlinkSelection { - static $anchorNode_Getter(mthis) native "Selection_anchorNode_Getter"; + static anchorNode_Getter(mthis) native "Selection_anchorNode_Getter"; - static $anchorOffset_Getter(mthis) native "Selection_anchorOffset_Getter"; + static anchorOffset_Getter(mthis) native "Selection_anchorOffset_Getter"; - static $baseNode_Getter(mthis) native "Selection_baseNode_Getter"; + static baseNode_Getter(mthis) native "Selection_baseNode_Getter"; - static $baseOffset_Getter(mthis) native "Selection_baseOffset_Getter"; + static baseOffset_Getter(mthis) native "Selection_baseOffset_Getter"; - static $extentNode_Getter(mthis) native "Selection_extentNode_Getter"; + static extentNode_Getter(mthis) native "Selection_extentNode_Getter"; - static $extentOffset_Getter(mthis) native "Selection_extentOffset_Getter"; + static extentOffset_Getter(mthis) native "Selection_extentOffset_Getter"; - static $focusNode_Getter(mthis) native "Selection_focusNode_Getter"; + static focusNode_Getter(mthis) native "Selection_focusNode_Getter"; - static $focusOffset_Getter(mthis) native "Selection_focusOffset_Getter"; + static focusOffset_Getter(mthis) native "Selection_focusOffset_Getter"; - static $isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter"; + static isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter"; - static $rangeCount_Getter(mthis) native "Selection_rangeCount_Getter"; + static rangeCount_Getter(mthis) native "Selection_rangeCount_Getter"; - static $type_Getter(mthis) native "Selection_type_Getter"; + static type_Getter(mthis) native "Selection_type_Getter"; - static $addRange_Callback(mthis, range) native "Selection_addRange_Callback_RESOLVER_STRING_1_Range"; + static addRange_Callback_Range(mthis, range) native "Selection_addRange_Callback_Range"; - static $collapse_Callback(mthis, node, index) native "Selection_collapse_Callback_RESOLVER_STRING_2_Node_long"; + static collapse_Callback_Node_long(mthis, node, index) native "Selection_collapse_Callback_Node_long"; - static $collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_Callback_RESOLVER_STRING_0_"; + static collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_Callback"; - static $collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callback_RESOLVER_STRING_0_"; + static collapseToStart_Callback(mthis) native "Selection_collapseToStart_Callback"; - static $containsNode_Callback(mthis, node, allowPartial) native "Selection_containsNode_Callback_RESOLVER_STRING_2_Node_boolean"; + static containsNode_Callback_Node_boolean(mthis, node, allowPartial) native "Selection_containsNode_Callback_Node_boolean"; - static $deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument_Callback_RESOLVER_STRING_0_"; + static deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocument_Callback"; - static $empty_Callback(mthis) native "Selection_empty_Callback_RESOLVER_STRING_0_"; + static empty_Callback(mthis) native "Selection_empty_Callback"; - static $extend_Callback(mthis, node, offset) native "Selection_extend_Callback_RESOLVER_STRING_2_Node_long"; + static extend_Callback_Node_long(mthis, node, offset) native "Selection_extend_Callback_Node_long"; - static $getRangeAt_Callback(mthis, index) native "Selection_getRangeAt_Callback_RESOLVER_STRING_1_long"; + static getRangeAt_Callback_long(mthis, index) native "Selection_getRangeAt_Callback_long"; - static $modify_Callback(mthis, alter, direction, granularity) native "Selection_modify_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString"; + static modify_Callback_DOMString_DOMString_DOMString(mthis, alter, direction, granularity) native "Selection_modify_Callback_DOMString_DOMString_DOMString"; - static $removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callback_RESOLVER_STRING_0_"; + static removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Callback"; - static $selectAllChildren_Callback(mthis, node) native "Selection_selectAllChildren_Callback_RESOLVER_STRING_1_Node"; + static selectAllChildren_Callback_Node(mthis, node) native "Selection_selectAllChildren_Callback_Node"; - static $setBaseAndExtent_Callback(mthis, baseNode, baseOffset, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback_RESOLVER_STRING_4_Node_long_Node_long"; + static setBaseAndExtent_Callback_Node_long_Node_long(mthis, baseNode, baseOffset, extentNode, extentOffset) native "Selection_setBaseAndExtent_Callback_Node_long_Node_long"; - static $setPosition_Callback(mthis, node, offset) native "Selection_setPosition_Callback_RESOLVER_STRING_2_Node_long"; + static setPosition_Callback_Node_long(mthis, node, offset) native "Selection_setPosition_Callback_Node_long"; - static $toString_Callback(mthis) native "Selection_toString_Callback_RESOLVER_STRING_0_"; + static toString_Callback(mthis) native "Selection_toString_Callback"; } class BlinkServiceWorker {} @@ -6725,127 +6681,123 @@ class BlinkServiceWorkerContainer {} class BlinkServiceWorkerGlobalScope {} class BlinkShadowRoot { - static $activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; + static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; - static $host_Getter(mthis) native "ShadowRoot_host_Getter"; + static host_Getter(mthis) native "ShadowRoot_host_Getter"; - static $innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; + static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; - static $innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Setter"; + static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_Setter"; - static $olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter"; + static olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Getter"; - static $resetStyleInheritance_Getter(mthis) native "ShadowRoot_resetStyleInheritance_Getter"; + static resetStyleInheritance_Getter(mthis) native "ShadowRoot_resetStyleInheritance_Getter"; - static $resetStyleInheritance_Setter(mthis, value) native "ShadowRoot_resetStyleInheritance_Setter"; + static resetStyleInheritance_Setter_boolean(mthis, value) native "ShadowRoot_resetStyleInheritance_Setter"; - static $styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter"; + static styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter"; - static $cloneNode_Callback(mthis, deep) native "ShadowRoot_cloneNode_Callback_RESOLVER_STRING_1_boolean"; + static cloneNode_Callback_boolean(mthis, deep) native "ShadowRoot_cloneNode_Callback_boolean"; - static $elementFromPoint_Callback(mthis, x, y) native "ShadowRoot_elementFromPoint_Callback_RESOLVER_STRING_2_long_long"; + static elementFromPoint_Callback_long_long(mthis, x, y) native "ShadowRoot_elementFromPoint_Callback_long_long"; - static $getElementById_Callback(mthis, elementId) native "ShadowRoot_getElementById_Callback_RESOLVER_STRING_1_DOMString"; + static getElementById_Callback_DOMString(mthis, elementId) native "ShadowRoot_getElementById_Callback_DOMString"; - static $getElementsByClassName_Callback(mthis, className) native "ShadowRoot_getElementsByClassName_Callback_RESOLVER_STRING_1_DOMString"; + static getElementsByClassName_Callback_DOMString(mthis, className) native "ShadowRoot_getElementsByClassName_Callback_DOMString"; - static $getElementsByTagName_Callback(mthis, tagName) native "ShadowRoot_getElementsByTagName_Callback_RESOLVER_STRING_1_DOMString"; + static getElementsByTagName_Callback_DOMString(mthis, tagName) native "ShadowRoot_getElementsByTagName_Callback_DOMString"; - static $getSelection_Callback(mthis) native "ShadowRoot_getSelection_Callback_RESOLVER_STRING_0_"; + static getSelection_Callback(mthis) native "ShadowRoot_getSelection_Callback"; } class BlinkSharedWorker { - static $_create_1constructorCallback(scriptURL, name) native "SharedWorker_constructorCallback_RESOLVER_STRING_2_DOMString_DOMString"; + static constructorCallback_DOMString_DOMString(scriptURL, name) native "SharedWorker_constructorCallback_DOMString_DOMString"; - static $port_Getter(mthis) native "SharedWorker_port_Getter"; + static port_Getter(mthis) native "SharedWorker_port_Getter"; - static $workerStart_Getter(mthis) native "SharedWorker_workerStart_Getter"; + static workerStart_Getter(mthis) native "SharedWorker_workerStart_Getter"; } class BlinkSharedWorkerGlobalScope { - static $name_Getter(mthis) native "SharedWorkerGlobalScope_name_Getter"; + static name_Getter(mthis) native "SharedWorkerGlobalScope_name_Getter"; } class BlinkSourceBuffer { - static $appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWindowEnd_Getter"; + static appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWindowEnd_Getter"; - static $appendWindowEnd_Setter(mthis, value) native "SourceBuffer_appendWindowEnd_Setter"; + static appendWindowEnd_Setter_double(mthis, value) native "SourceBuffer_appendWindowEnd_Setter"; - static $appendWindowStart_Getter(mthis) native "SourceBuffer_appendWindowStart_Getter"; + static appendWindowStart_Getter(mthis) native "SourceBuffer_appendWindowStart_Getter"; - static $appendWindowStart_Setter(mthis, value) native "SourceBuffer_appendWindowStart_Setter"; + static appendWindowStart_Setter_double(mthis, value) native "SourceBuffer_appendWindowStart_Setter"; - static $buffered_Getter(mthis) native "SourceBuffer_buffered_Getter"; + static buffered_Getter(mthis) native "SourceBuffer_buffered_Getter"; - static $mode_Getter(mthis) native "SourceBuffer_mode_Getter"; + static mode_Getter(mthis) native "SourceBuffer_mode_Getter"; - static $mode_Setter(mthis, value) native "SourceBuffer_mode_Setter"; + static mode_Setter_DOMString(mthis, value) native "SourceBuffer_mode_Setter"; - static $timestampOffset_Getter(mthis) native "SourceBuffer_timestampOffset_Getter"; + static timestampOffset_Getter(mthis) native "SourceBuffer_timestampOffset_Getter"; - static $timestampOffset_Setter(mthis, value) native "SourceBuffer_timestampOffset_Setter"; + static timestampOffset_Setter_double(mthis, value) native "SourceBuffer_timestampOffset_Setter"; - static $updating_Getter(mthis) native "SourceBuffer_updating_Getter"; + static updating_Getter(mthis) native "SourceBuffer_updating_Getter"; - static $abort_Callback(mthis) native "SourceBuffer_abort_Callback_RESOLVER_STRING_0_"; + static abort_Callback(mthis) native "SourceBuffer_abort_Callback"; - static $appendBuffer_Callback(mthis, data) native "SourceBuffer_appendBuffer_Callback_RESOLVER_STRING_1_ArrayBuffer"; + static appendBuffer_Callback_ArrayBuffer(mthis, data) native "SourceBuffer_appendBuffer_Callback_ArrayBuffer"; - static $_appendStream_1_Callback(mthis, stream, maxSize) native "SourceBuffer_appendStream_Callback_RESOLVER_STRING_2_Stream_unsigned long long"; + static appendStream_Callback_Stream_ull(mthis, stream, maxSize) native "SourceBuffer_appendStream_Callback_Stream_unsigned long long"; - static $_appendStream_2_Callback(mthis, stream) native "SourceBuffer_appendStream_Callback_RESOLVER_STRING_1_Stream"; + static appendStream_Callback_Stream(mthis, stream) native "SourceBuffer_appendStream_Callback_Stream"; - static $appendTypedData_Callback(mthis, data) native "SourceBuffer_appendBuffer_Callback_RESOLVER_STRING_1_ArrayBufferView"; + static appendBuffer_Callback_ArrayBufferView(mthis, data) native "SourceBuffer_appendBuffer_Callback_ArrayBufferView"; - static $remove_Callback(mthis, start, end) native "SourceBuffer_remove_Callback_RESOLVER_STRING_2_double_double"; + static remove_Callback_double_double(mthis, start, end) native "SourceBuffer_remove_Callback_double_double"; } class BlinkSourceBufferList { - static $length_Getter(mthis) native "SourceBufferList_length_Getter"; + static length_Getter(mthis) native "SourceBufferList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "SourceBufferList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "SourceBufferList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "SourceBufferList_item_Callback_unsigned long"; } class BlinkSourceInfo { - static $facing_Getter(mthis) native "SourceInfo_facing_Getter"; + static facing_Getter(mthis) native "SourceInfo_facing_Getter"; - static $id_Getter(mthis) native "SourceInfo_id_Getter"; + static id_Getter(mthis) native "SourceInfo_id_Getter"; - static $kind_Getter(mthis) native "SourceInfo_kind_Getter"; + static kind_Getter(mthis) native "SourceInfo_kind_Getter"; - static $label_Getter(mthis) native "SourceInfo_label_Getter"; + static label_Getter(mthis) native "SourceInfo_label_Getter"; } class BlinkSpeechGrammar { - static $_create_1constructorCallback() native "SpeechGrammar_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "SpeechGrammar_constructorCallback"; - static $src_Getter(mthis) native "SpeechGrammar_src_Getter"; + static src_Getter(mthis) native "SpeechGrammar_src_Getter"; - static $src_Setter(mthis, value) native "SpeechGrammar_src_Setter"; + static src_Setter_DOMString(mthis, value) native "SpeechGrammar_src_Setter"; - static $weight_Getter(mthis) native "SpeechGrammar_weight_Getter"; + static weight_Getter(mthis) native "SpeechGrammar_weight_Getter"; - static $weight_Setter(mthis, value) native "SpeechGrammar_weight_Setter"; + static weight_Setter_float(mthis, value) native "SpeechGrammar_weight_Setter"; } class BlinkSpeechGrammarList { - static $_create_1constructorCallback() native "SpeechGrammarList_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "SpeechGrammarList_constructorCallback"; - static $length_Getter(mthis) native "SpeechGrammarList_length_Getter"; + static length_Getter(mthis) native "SpeechGrammarList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "SpeechGrammarList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static addFromString_Callback_DOMString_float(mthis, string, weight) native "SpeechGrammarList_addFromString_Callback_DOMString_float"; - static $_addFromString_1_Callback(mthis, string, weight) native "SpeechGrammarList_addFromString_Callback_RESOLVER_STRING_2_DOMString_float"; + static addFromString_Callback_DOMString(mthis, string) native "SpeechGrammarList_addFromString_Callback_DOMString"; - static $_addFromString_2_Callback(mthis, string) native "SpeechGrammarList_addFromString_Callback_RESOLVER_STRING_1_DOMString"; + static addFromUri_Callback_DOMString_float(mthis, src, weight) native "SpeechGrammarList_addFromUri_Callback_DOMString_float"; - static $_addFromUri_1_Callback(mthis, src, weight) native "SpeechGrammarList_addFromUri_Callback_RESOLVER_STRING_2_DOMString_float"; + static addFromUri_Callback_DOMString(mthis, src) native "SpeechGrammarList_addFromUri_Callback_DOMString"; - static $_addFromUri_2_Callback(mthis, src) native "SpeechGrammarList_addFromUri_Callback_RESOLVER_STRING_1_DOMString"; - - static $item_Callback(mthis, index) native "SpeechGrammarList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "SpeechGrammarList_item_Callback_unsigned long"; } class BlinkSpeechInputEvent {} @@ -6853,647 +6805,629 @@ class BlinkSpeechInputEvent {} class BlinkSpeechInputResult {} class BlinkSpeechInputResultList { - static $length_Getter(mthis) native "SpeechInputResultList_length_Getter"; + static length_Getter(mthis) native "SpeechInputResultList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "SpeechInputResultList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "SpeechInputResultList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "SpeechInputResultList_item_Callback_unsigned long"; } class BlinkSpeechRecognition { - static $_create_1constructorCallback() native "SpeechRecognition_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "SpeechRecognition_constructorCallback"; - static $continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter"; + static continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter"; - static $continuous_Setter(mthis, value) native "SpeechRecognition_continuous_Setter"; + static continuous_Setter_boolean(mthis, value) native "SpeechRecognition_continuous_Setter"; - static $grammars_Getter(mthis) native "SpeechRecognition_grammars_Getter"; + static grammars_Getter(mthis) native "SpeechRecognition_grammars_Getter"; - static $grammars_Setter(mthis, value) native "SpeechRecognition_grammars_Setter"; + static grammars_Setter_SpeechGrammarList(mthis, value) native "SpeechRecognition_grammars_Setter"; - static $interimResults_Getter(mthis) native "SpeechRecognition_interimResults_Getter"; + static interimResults_Getter(mthis) native "SpeechRecognition_interimResults_Getter"; - static $interimResults_Setter(mthis, value) native "SpeechRecognition_interimResults_Setter"; + static interimResults_Setter_boolean(mthis, value) native "SpeechRecognition_interimResults_Setter"; - static $lang_Getter(mthis) native "SpeechRecognition_lang_Getter"; + static lang_Getter(mthis) native "SpeechRecognition_lang_Getter"; - static $lang_Setter(mthis, value) native "SpeechRecognition_lang_Setter"; + static lang_Setter_DOMString(mthis, value) native "SpeechRecognition_lang_Setter"; - static $maxAlternatives_Getter(mthis) native "SpeechRecognition_maxAlternatives_Getter"; + static maxAlternatives_Getter(mthis) native "SpeechRecognition_maxAlternatives_Getter"; - static $maxAlternatives_Setter(mthis, value) native "SpeechRecognition_maxAlternatives_Setter"; + static maxAlternatives_Setter_ul(mthis, value) native "SpeechRecognition_maxAlternatives_Setter"; - static $abort_Callback(mthis) native "SpeechRecognition_abort_Callback_RESOLVER_STRING_0_"; + static abort_Callback(mthis) native "SpeechRecognition_abort_Callback"; - static $start_Callback(mthis) native "SpeechRecognition_start_Callback_RESOLVER_STRING_0_"; + static start_Callback(mthis) native "SpeechRecognition_start_Callback"; - static $stop_Callback(mthis) native "SpeechRecognition_stop_Callback_RESOLVER_STRING_0_"; + static stop_Callback(mthis) native "SpeechRecognition_stop_Callback"; } class BlinkSpeechRecognitionAlternative { - static $confidence_Getter(mthis) native "SpeechRecognitionAlternative_confidence_Getter"; + static confidence_Getter(mthis) native "SpeechRecognitionAlternative_confidence_Getter"; - static $transcript_Getter(mthis) native "SpeechRecognitionAlternative_transcript_Getter"; + static transcript_Getter(mthis) native "SpeechRecognitionAlternative_transcript_Getter"; } class BlinkSpeechRecognitionError { - static $error_Getter(mthis) native "SpeechRecognitionError_error_Getter"; + static error_Getter(mthis) native "SpeechRecognitionError_error_Getter"; - static $message_Getter(mthis) native "SpeechRecognitionError_message_Getter"; + static message_Getter(mthis) native "SpeechRecognitionError_message_Getter"; } class BlinkSpeechRecognitionEvent { - static $emma_Getter(mthis) native "SpeechRecognitionEvent_emma_Getter"; + static emma_Getter(mthis) native "SpeechRecognitionEvent_emma_Getter"; - static $interpretation_Getter(mthis) native "SpeechRecognitionEvent_interpretation_Getter"; + static interpretation_Getter(mthis) native "SpeechRecognitionEvent_interpretation_Getter"; - static $resultIndex_Getter(mthis) native "SpeechRecognitionEvent_resultIndex_Getter"; + static resultIndex_Getter(mthis) native "SpeechRecognitionEvent_resultIndex_Getter"; - static $results_Getter(mthis) native "SpeechRecognitionEvent_results_Getter"; + static results_Getter(mthis) native "SpeechRecognitionEvent_results_Getter"; } class BlinkSpeechRecognitionResult { - static $isFinal_Getter(mthis) native "SpeechRecognitionResult_isFinal_Getter"; + static isFinal_Getter(mthis) native "SpeechRecognitionResult_isFinal_Getter"; - static $length_Getter(mthis) native "SpeechRecognitionResult_length_Getter"; + static length_Getter(mthis) native "SpeechRecognitionResult_length_Getter"; - static $item_Callback(mthis, index) native "SpeechRecognitionResult_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "SpeechRecognitionResult_item_Callback_unsigned long"; } class BlinkSpeechRecognitionResultList { - static $length_Getter(mthis) native "SpeechRecognitionResultList_length_Getter"; + static length_Getter(mthis) native "SpeechRecognitionResultList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "SpeechRecognitionResultList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "SpeechRecognitionResultList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "SpeechRecognitionResultList_item_Callback_unsigned long"; } class BlinkSpeechSynthesis { - static $paused_Getter(mthis) native "SpeechSynthesis_paused_Getter"; + static paused_Getter(mthis) native "SpeechSynthesis_paused_Getter"; - static $pending_Getter(mthis) native "SpeechSynthesis_pending_Getter"; + static pending_Getter(mthis) native "SpeechSynthesis_pending_Getter"; - static $speaking_Getter(mthis) native "SpeechSynthesis_speaking_Getter"; + static speaking_Getter(mthis) native "SpeechSynthesis_speaking_Getter"; - static $cancel_Callback(mthis) native "SpeechSynthesis_cancel_Callback_RESOLVER_STRING_0_"; + static cancel_Callback(mthis) native "SpeechSynthesis_cancel_Callback"; - static $getVoices_Callback(mthis) native "SpeechSynthesis_getVoices_Callback_RESOLVER_STRING_0_"; + static getVoices_Callback(mthis) native "SpeechSynthesis_getVoices_Callback"; - static $pause_Callback(mthis) native "SpeechSynthesis_pause_Callback_RESOLVER_STRING_0_"; + static pause_Callback(mthis) native "SpeechSynthesis_pause_Callback"; - static $resume_Callback(mthis) native "SpeechSynthesis_resume_Callback_RESOLVER_STRING_0_"; + static resume_Callback(mthis) native "SpeechSynthesis_resume_Callback"; - static $speak_Callback(mthis, utterance) native "SpeechSynthesis_speak_Callback_RESOLVER_STRING_1_SpeechSynthesisUtterance"; + static speak_Callback_SpeechSynthesisUtterance(mthis, utterance) native "SpeechSynthesis_speak_Callback_SpeechSynthesisUtterance"; } class BlinkSpeechSynthesisEvent { - static $charIndex_Getter(mthis) native "SpeechSynthesisEvent_charIndex_Getter"; + static charIndex_Getter(mthis) native "SpeechSynthesisEvent_charIndex_Getter"; - static $elapsedTime_Getter(mthis) native "SpeechSynthesisEvent_elapsedTime_Getter"; + static elapsedTime_Getter(mthis) native "SpeechSynthesisEvent_elapsedTime_Getter"; - static $name_Getter(mthis) native "SpeechSynthesisEvent_name_Getter"; + static name_Getter(mthis) native "SpeechSynthesisEvent_name_Getter"; } class BlinkSpeechSynthesisUtterance { - static $_create_1constructorCallback(text) native "SpeechSynthesisUtterance_constructorCallback_RESOLVER_STRING_1_DOMString"; + static constructorCallback_DOMString(text) native "SpeechSynthesisUtterance_constructorCallback_DOMString"; - static $lang_Getter(mthis) native "SpeechSynthesisUtterance_lang_Getter"; + static lang_Getter(mthis) native "SpeechSynthesisUtterance_lang_Getter"; - static $lang_Setter(mthis, value) native "SpeechSynthesisUtterance_lang_Setter"; + static lang_Setter_DOMString(mthis, value) native "SpeechSynthesisUtterance_lang_Setter"; - static $pitch_Getter(mthis) native "SpeechSynthesisUtterance_pitch_Getter"; + static pitch_Getter(mthis) native "SpeechSynthesisUtterance_pitch_Getter"; - static $pitch_Setter(mthis, value) native "SpeechSynthesisUtterance_pitch_Setter"; + static pitch_Setter_float(mthis, value) native "SpeechSynthesisUtterance_pitch_Setter"; - static $rate_Getter(mthis) native "SpeechSynthesisUtterance_rate_Getter"; + static rate_Getter(mthis) native "SpeechSynthesisUtterance_rate_Getter"; - static $rate_Setter(mthis, value) native "SpeechSynthesisUtterance_rate_Setter"; + static rate_Setter_float(mthis, value) native "SpeechSynthesisUtterance_rate_Setter"; - static $text_Getter(mthis) native "SpeechSynthesisUtterance_text_Getter"; + static text_Getter(mthis) native "SpeechSynthesisUtterance_text_Getter"; - static $text_Setter(mthis, value) native "SpeechSynthesisUtterance_text_Setter"; + static text_Setter_DOMString(mthis, value) native "SpeechSynthesisUtterance_text_Setter"; - static $voice_Getter(mthis) native "SpeechSynthesisUtterance_voice_Getter"; + static voice_Getter(mthis) native "SpeechSynthesisUtterance_voice_Getter"; - static $voice_Setter(mthis, value) native "SpeechSynthesisUtterance_voice_Setter"; + static voice_Setter_SpeechSynthesisVoice(mthis, value) native "SpeechSynthesisUtterance_voice_Setter"; - static $volume_Getter(mthis) native "SpeechSynthesisUtterance_volume_Getter"; + static volume_Getter(mthis) native "SpeechSynthesisUtterance_volume_Getter"; - static $volume_Setter(mthis, value) native "SpeechSynthesisUtterance_volume_Setter"; + static volume_Setter_float(mthis, value) native "SpeechSynthesisUtterance_volume_Setter"; } class BlinkSpeechSynthesisVoice { - static $default_Getter(mthis) native "SpeechSynthesisVoice_default_Getter"; + static default_Getter(mthis) native "SpeechSynthesisVoice_default_Getter"; - static $lang_Getter(mthis) native "SpeechSynthesisVoice_lang_Getter"; + static lang_Getter(mthis) native "SpeechSynthesisVoice_lang_Getter"; - static $localService_Getter(mthis) native "SpeechSynthesisVoice_localService_Getter"; + static localService_Getter(mthis) native "SpeechSynthesisVoice_localService_Getter"; - static $name_Getter(mthis) native "SpeechSynthesisVoice_name_Getter"; + static name_Getter(mthis) native "SpeechSynthesisVoice_name_Getter"; - static $voiceURI_Getter(mthis) native "SpeechSynthesisVoice_voiceURI_Getter"; + static voiceURI_Getter(mthis) native "SpeechSynthesisVoice_voiceURI_Getter"; } class BlinkStorage { - static $length_Getter(mthis) native "Storage_length_Getter"; + static length_Getter(mthis) native "Storage_length_Getter"; - static $___delete___1_Callback(mthis, index_OR_name) native "Storage___delete___Callback_RESOLVER_STRING_1_unsigned long"; + static $__delete___Callback_ul(mthis, index_OR_name) native "Storage___delete___Callback_unsigned long"; - static $___delete___2_Callback(mthis, index_OR_name) native "Storage___delete___Callback_RESOLVER_STRING_1_DOMString"; + static $__delete___Callback_DOMString(mthis, index_OR_name) native "Storage___delete___Callback_DOMString"; - static $___getter___1_Callback(mthis, index_OR_name) native "Storage___getter___Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_ul(mthis, index_OR_name) native "Storage___getter___Callback_unsigned long"; - static $___getter___2_Callback(mthis, index_OR_name) native "Storage___getter___Callback_RESOLVER_STRING_1_DOMString"; + static $__getter___Callback_DOMString(mthis, index_OR_name) native "Storage___getter___Callback_DOMString"; - static $___setter___1_Callback(mthis, index_OR_name, value) native "Storage___setter___Callback_RESOLVER_STRING_2_unsigned long_DOMString"; + static $__setter___Callback_ul_DOMString(mthis, index_OR_name, value) native "Storage___setter___Callback_unsigned long_DOMString"; - static $___setter___2_Callback(mthis, index_OR_name, value) native "Storage___setter___Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static $__setter___Callback_DOMString_DOMString(mthis, index_OR_name, value) native "Storage___setter___Callback_DOMString_DOMString"; - static $clear_Callback(mthis) native "Storage_clear_Callback_RESOLVER_STRING_0_"; + static clear_Callback(mthis) native "Storage_clear_Callback"; - static $getItem_Callback(mthis, key) native "Storage_getItem_Callback_RESOLVER_STRING_1_DOMString"; + static getItem_Callback_DOMString(mthis, key) native "Storage_getItem_Callback_DOMString"; - static $key_Callback(mthis, index) native "Storage_key_Callback_RESOLVER_STRING_1_unsigned long"; + static key_Callback_ul(mthis, index) native "Storage_key_Callback_unsigned long"; - static $removeItem_Callback(mthis, key) native "Storage_removeItem_Callback_RESOLVER_STRING_1_DOMString"; + static removeItem_Callback_DOMString(mthis, key) native "Storage_removeItem_Callback_DOMString"; - static $setItem_Callback(mthis, key, data) native "Storage_setItem_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static setItem_Callback_DOMString_DOMString(mthis, key, data) native "Storage_setItem_Callback_DOMString_DOMString"; } class BlinkStorageEvent { - static $key_Getter(mthis) native "StorageEvent_key_Getter"; + static key_Getter(mthis) native "StorageEvent_key_Getter"; - static $newValue_Getter(mthis) native "StorageEvent_newValue_Getter"; + static newValue_Getter(mthis) native "StorageEvent_newValue_Getter"; - static $oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter"; + static oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter"; - static $storageArea_Getter(mthis) native "StorageEvent_storageArea_Getter"; + static storageArea_Getter(mthis) native "StorageEvent_storageArea_Getter"; - static $url_Getter(mthis) native "StorageEvent_url_Getter"; + static url_Getter(mthis) native "StorageEvent_url_Getter"; - static $initStorageEvent_Callback(mthis, typeArg, canBubbleArg, cancelableArg, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "StorageEvent_initStorageEvent_Callback_RESOLVER_STRING_8_DOMString_boolean_boolean_DOMString_DOMString_DOMString_DOMString_Storage"; + 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"; } class BlinkStorageInfo { - static $quota_Getter(mthis) native "StorageInfo_quota_Getter"; + static quota_Getter(mthis) native "StorageInfo_quota_Getter"; - static $usage_Getter(mthis) native "StorageInfo_usage_Getter"; + static usage_Getter(mthis) native "StorageInfo_usage_Getter"; } class BlinkStorageQuota { - static $supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter"; + static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter"; } class BlinkStream { - static $type_Getter(mthis) native "Stream_type_Getter"; + static type_Getter(mthis) native "Stream_type_Getter"; } class BlinkStyleMedia { - static $type_Getter(mthis) native "StyleMedia_type_Getter"; + static type_Getter(mthis) native "StyleMedia_type_Getter"; - static $matchMedium_Callback(mthis, mediaquery) native "StyleMedia_matchMedium_Callback_RESOLVER_STRING_1_DOMString"; + static matchMedium_Callback_DOMString(mthis, mediaquery) native "StyleMedia_matchMedium_Callback_DOMString"; } class BlinkStyleSheetList { - static $length_Getter(mthis) native "StyleSheetList_length_Getter"; + static length_Getter(mthis) native "StyleSheetList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "StyleSheetList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_DOMString(mthis, name) native "StyleSheetList___getter___Callback_DOMString"; - static $__getter___Callback(mthis, name) native "StyleSheetList___getter___Callback_RESOLVER_STRING_1_DOMString"; - - static $item_Callback(mthis, index) native "StyleSheetList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "StyleSheetList_item_Callback_unsigned long"; } class BlinkSubtleCrypto {} class BlinkTextEvent { - static $data_Getter(mthis) native "TextEvent_data_Getter"; + static data_Getter(mthis) native "TextEvent_data_Getter"; - static $initTextEvent_Callback(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "TextEvent_initTextEvent_Callback_RESOLVER_STRING_5_DOMString_boolean_boolean_Window_DOMString"; + static initTextEvent_Callback_DOMString_boolean_boolean_Window_DOMString(mthis, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg) native "TextEvent_initTextEvent_Callback_DOMString_boolean_boolean_Window_DOMString"; } class BlinkTextMetrics { - static $width_Getter(mthis) native "TextMetrics_width_Getter"; + static width_Getter(mthis) native "TextMetrics_width_Getter"; } class BlinkTextTrack { - static $activeCues_Getter(mthis) native "TextTrack_activeCues_Getter"; + static activeCues_Getter(mthis) native "TextTrack_activeCues_Getter"; - static $cues_Getter(mthis) native "TextTrack_cues_Getter"; + static cues_Getter(mthis) native "TextTrack_cues_Getter"; - static $id_Getter(mthis) native "TextTrack_id_Getter"; + static id_Getter(mthis) native "TextTrack_id_Getter"; - static $kind_Getter(mthis) native "TextTrack_kind_Getter"; + static kind_Getter(mthis) native "TextTrack_kind_Getter"; - static $label_Getter(mthis) native "TextTrack_label_Getter"; + static label_Getter(mthis) native "TextTrack_label_Getter"; - static $language_Getter(mthis) native "TextTrack_language_Getter"; + static language_Getter(mthis) native "TextTrack_language_Getter"; - static $mode_Getter(mthis) native "TextTrack_mode_Getter"; + static mode_Getter(mthis) native "TextTrack_mode_Getter"; - static $mode_Setter(mthis, value) native "TextTrack_mode_Setter"; + static mode_Setter_DOMString(mthis, value) native "TextTrack_mode_Setter"; - static $regions_Getter(mthis) native "TextTrack_regions_Getter"; + static regions_Getter(mthis) native "TextTrack_regions_Getter"; - static $addCue_Callback(mthis, cue) native "TextTrack_addCue_Callback_RESOLVER_STRING_1_TextTrackCue"; + static addCue_Callback_TextTrackCue(mthis, cue) native "TextTrack_addCue_Callback_TextTrackCue"; - static $addRegion_Callback(mthis, region) native "TextTrack_addRegion_Callback_RESOLVER_STRING_1_VTTRegion"; + static addRegion_Callback_VTTRegion(mthis, region) native "TextTrack_addRegion_Callback_VTTRegion"; - static $removeCue_Callback(mthis, cue) native "TextTrack_removeCue_Callback_RESOLVER_STRING_1_TextTrackCue"; + static removeCue_Callback_TextTrackCue(mthis, cue) native "TextTrack_removeCue_Callback_TextTrackCue"; - static $removeRegion_Callback(mthis, region) native "TextTrack_removeRegion_Callback_RESOLVER_STRING_1_VTTRegion"; + static removeRegion_Callback_VTTRegion(mthis, region) native "TextTrack_removeRegion_Callback_VTTRegion"; } class BlinkTextTrackCue { - static $endTime_Getter(mthis) native "TextTrackCue_endTime_Getter"; + static endTime_Getter(mthis) native "TextTrackCue_endTime_Getter"; - static $endTime_Setter(mthis, value) native "TextTrackCue_endTime_Setter"; + static endTime_Setter_double(mthis, value) native "TextTrackCue_endTime_Setter"; - static $id_Getter(mthis) native "TextTrackCue_id_Getter"; + static id_Getter(mthis) native "TextTrackCue_id_Getter"; - static $id_Setter(mthis, value) native "TextTrackCue_id_Setter"; + static id_Setter_DOMString(mthis, value) native "TextTrackCue_id_Setter"; - static $pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_Getter"; + static pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_Getter"; - static $pauseOnExit_Setter(mthis, value) native "TextTrackCue_pauseOnExit_Setter"; + static pauseOnExit_Setter_boolean(mthis, value) native "TextTrackCue_pauseOnExit_Setter"; - static $startTime_Getter(mthis) native "TextTrackCue_startTime_Getter"; + static startTime_Getter(mthis) native "TextTrackCue_startTime_Getter"; - static $startTime_Setter(mthis, value) native "TextTrackCue_startTime_Setter"; + static startTime_Setter_double(mthis, value) native "TextTrackCue_startTime_Setter"; - static $track_Getter(mthis) native "TextTrackCue_track_Getter"; + static track_Getter(mthis) native "TextTrackCue_track_Getter"; } class BlinkTextTrackCueList { - static $length_Getter(mthis) native "TextTrackCueList_length_Getter"; + static length_Getter(mthis) native "TextTrackCueList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "TextTrackCueList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static getCueById_Callback_DOMString(mthis, id) native "TextTrackCueList_getCueById_Callback_DOMString"; - static $getCueById_Callback(mthis, id) native "TextTrackCueList_getCueById_Callback_RESOLVER_STRING_1_DOMString"; - - static $item_Callback(mthis, index) native "TextTrackCueList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "TextTrackCueList_item_Callback_unsigned long"; } class BlinkTextTrackList { - static $length_Getter(mthis) native "TextTrackList_length_Getter"; + static length_Getter(mthis) native "TextTrackList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "TextTrackList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static getTrackById_Callback_DOMString(mthis, id) native "TextTrackList_getTrackById_Callback_DOMString"; - static $getTrackById_Callback(mthis, id) native "TextTrackList_getTrackById_Callback_RESOLVER_STRING_1_DOMString"; - - static $item_Callback(mthis, index) native "TextTrackList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "TextTrackList_item_Callback_unsigned long"; } class BlinkTimeRanges { - static $length_Getter(mthis) native "TimeRanges_length_Getter"; + static length_Getter(mthis) native "TimeRanges_length_Getter"; - static $end_Callback(mthis, index) native "TimeRanges_end_Callback_RESOLVER_STRING_1_unsigned long"; + static end_Callback_ul(mthis, index) native "TimeRanges_end_Callback_unsigned long"; - static $start_Callback(mthis, index) native "TimeRanges_start_Callback_RESOLVER_STRING_1_unsigned long"; + static start_Callback_ul(mthis, index) native "TimeRanges_start_Callback_unsigned long"; } class BlinkTimeline { - static $play_Callback(mthis, source) native "Timeline_play_Callback_RESOLVER_STRING_1_TimedItem"; + static play_Callback_TimedItem(mthis, source) native "Timeline_play_Callback_TimedItem"; } class BlinkTiming { - static $delay_Getter(mthis) native "Timing_delay_Getter"; + static delay_Getter(mthis) native "Timing_delay_Getter"; - static $delay_Setter(mthis, value) native "Timing_delay_Setter"; + static delay_Setter_double(mthis, value) native "Timing_delay_Setter"; - static $direction_Getter(mthis) native "Timing_direction_Getter"; + static direction_Getter(mthis) native "Timing_direction_Getter"; - static $direction_Setter(mthis, value) native "Timing_direction_Setter"; + static direction_Setter_DOMString(mthis, value) native "Timing_direction_Setter"; - static $easing_Getter(mthis) native "Timing_easing_Getter"; + static easing_Getter(mthis) native "Timing_easing_Getter"; - static $easing_Setter(mthis, value) native "Timing_easing_Setter"; + static easing_Setter_DOMString(mthis, value) native "Timing_easing_Setter"; - static $endDelay_Getter(mthis) native "Timing_endDelay_Getter"; + static endDelay_Getter(mthis) native "Timing_endDelay_Getter"; - static $endDelay_Setter(mthis, value) native "Timing_endDelay_Setter"; + static endDelay_Setter_double(mthis, value) native "Timing_endDelay_Setter"; - static $fill_Getter(mthis) native "Timing_fill_Getter"; + static fill_Getter(mthis) native "Timing_fill_Getter"; - static $fill_Setter(mthis, value) native "Timing_fill_Setter"; + static fill_Setter_DOMString(mthis, value) native "Timing_fill_Setter"; - static $iterationStart_Getter(mthis) native "Timing_iterationStart_Getter"; + static iterationStart_Getter(mthis) native "Timing_iterationStart_Getter"; - static $iterationStart_Setter(mthis, value) native "Timing_iterationStart_Setter"; + static iterationStart_Setter_double(mthis, value) native "Timing_iterationStart_Setter"; - static $iterations_Getter(mthis) native "Timing_iterations_Getter"; + static iterations_Getter(mthis) native "Timing_iterations_Getter"; - static $iterations_Setter(mthis, value) native "Timing_iterations_Setter"; + static iterations_Setter_double(mthis, value) native "Timing_iterations_Setter"; - static $playbackRate_Getter(mthis) native "Timing_playbackRate_Getter"; + static playbackRate_Getter(mthis) native "Timing_playbackRate_Getter"; - static $playbackRate_Setter(mthis, value) native "Timing_playbackRate_Setter"; + static playbackRate_Setter_double(mthis, value) native "Timing_playbackRate_Setter"; - static $__setter___Callback(mthis, name, duration) native "Timing___setter___Callback_RESOLVER_STRING_2_DOMString_double"; + static $__setter___Callback_DOMString_double(mthis, name, duration) native "Timing___setter___Callback_DOMString_double"; } class BlinkTouch { - static $clientX_Getter(mthis) native "Touch_clientX_Getter"; + static clientX_Getter(mthis) native "Touch_clientX_Getter"; - static $clientY_Getter(mthis) native "Touch_clientY_Getter"; + static clientY_Getter(mthis) native "Touch_clientY_Getter"; - static $identifier_Getter(mthis) native "Touch_identifier_Getter"; + static identifier_Getter(mthis) native "Touch_identifier_Getter"; - static $pageX_Getter(mthis) native "Touch_pageX_Getter"; + static pageX_Getter(mthis) native "Touch_pageX_Getter"; - static $pageY_Getter(mthis) native "Touch_pageY_Getter"; + static pageY_Getter(mthis) native "Touch_pageY_Getter"; - static $screenX_Getter(mthis) native "Touch_screenX_Getter"; + static screenX_Getter(mthis) native "Touch_screenX_Getter"; - static $screenY_Getter(mthis) native "Touch_screenY_Getter"; + static screenY_Getter(mthis) native "Touch_screenY_Getter"; - static $target_Getter(mthis) native "Touch_target_Getter"; + static target_Getter(mthis) native "Touch_target_Getter"; - static $webkitForce_Getter(mthis) native "Touch_webkitForce_Getter"; + static webkitForce_Getter(mthis) native "Touch_webkitForce_Getter"; - static $webkitRadiusX_Getter(mthis) native "Touch_webkitRadiusX_Getter"; + static webkitRadiusX_Getter(mthis) native "Touch_webkitRadiusX_Getter"; - static $webkitRadiusY_Getter(mthis) native "Touch_webkitRadiusY_Getter"; + static webkitRadiusY_Getter(mthis) native "Touch_webkitRadiusY_Getter"; - static $webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle_Getter"; + static webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle_Getter"; } class BlinkTouchEvent { - static $altKey_Getter(mthis) native "TouchEvent_altKey_Getter"; + static altKey_Getter(mthis) native "TouchEvent_altKey_Getter"; - static $changedTouches_Getter(mthis) native "TouchEvent_changedTouches_Getter"; + static changedTouches_Getter(mthis) native "TouchEvent_changedTouches_Getter"; - static $ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; + static ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; - static $metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; + static metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; - static $shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; + static shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; - static $targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter"; + static targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter"; - static $touches_Getter(mthis) native "TouchEvent_touches_Getter"; + static touches_Getter(mthis) native "TouchEvent_touches_Getter"; - static $initTouchEvent_Callback(mthis, touches, targetTouches, changedTouches, type, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) native "TouchEvent_initTouchEvent_Callback_RESOLVER_STRING_13_TouchList_TouchList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_boolean"; + static initTouchEvent_Callback_TouchList_TouchList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_boolean(mthis, touches, targetTouches, changedTouches, type, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) native "TouchEvent_initTouchEvent_Callback_TouchList_TouchList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_boolean"; } class BlinkTouchList { - static $length_Getter(mthis) native "TouchList_length_Getter"; + static length_Getter(mthis) native "TouchList_length_Getter"; - static $NativeIndexed_Getter(mthis, index) native "TouchList_item_Callback_RESOLVER_STRING_1_unsigned long"; - - static $item_Callback(mthis, index) native "TouchList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "TouchList_item_Callback_unsigned long"; } class BlinkTrackEvent { - static $track_Getter(mthis) native "TrackEvent_track_Getter"; + static track_Getter(mthis) native "TrackEvent_track_Getter"; } class BlinkTransitionEvent { - static $elapsedTime_Getter(mthis) native "TransitionEvent_elapsedTime_Getter"; + static elapsedTime_Getter(mthis) native "TransitionEvent_elapsedTime_Getter"; - static $propertyName_Getter(mthis) native "TransitionEvent_propertyName_Getter"; + static propertyName_Getter(mthis) native "TransitionEvent_propertyName_Getter"; - static $pseudoElement_Getter(mthis) native "TransitionEvent_pseudoElement_Getter"; + static pseudoElement_Getter(mthis) native "TransitionEvent_pseudoElement_Getter"; } class BlinkTreeWalker { - static $currentNode_Getter(mthis) native "TreeWalker_currentNode_Getter"; + static currentNode_Getter(mthis) native "TreeWalker_currentNode_Getter"; - static $currentNode_Setter(mthis, value) native "TreeWalker_currentNode_Setter"; + static currentNode_Setter_Node(mthis, value) native "TreeWalker_currentNode_Setter"; - static $filter_Getter(mthis) native "TreeWalker_filter_Getter"; + static filter_Getter(mthis) native "TreeWalker_filter_Getter"; - static $root_Getter(mthis) native "TreeWalker_root_Getter"; + static root_Getter(mthis) native "TreeWalker_root_Getter"; - static $whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter"; + static whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter"; - static $firstChild_Callback(mthis) native "TreeWalker_firstChild_Callback_RESOLVER_STRING_0_"; + static firstChild_Callback(mthis) native "TreeWalker_firstChild_Callback"; - static $lastChild_Callback(mthis) native "TreeWalker_lastChild_Callback_RESOLVER_STRING_0_"; + static lastChild_Callback(mthis) native "TreeWalker_lastChild_Callback"; - static $nextNode_Callback(mthis) native "TreeWalker_nextNode_Callback_RESOLVER_STRING_0_"; + static nextNode_Callback(mthis) native "TreeWalker_nextNode_Callback"; - static $nextSibling_Callback(mthis) native "TreeWalker_nextSibling_Callback_RESOLVER_STRING_0_"; + static nextSibling_Callback(mthis) native "TreeWalker_nextSibling_Callback"; - static $parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback_RESOLVER_STRING_0_"; + static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback"; - static $previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback_RESOLVER_STRING_0_"; + static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback"; - static $previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Callback_RESOLVER_STRING_0_"; + static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Callback"; } class BlinkURL { - static $_createObjectURL_1_Callback(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_RESOLVER_STRING_1_Blob"; + static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_Blob"; - static $_createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_RESOLVER_STRING_1_MediaSource"; + static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_MediaStream"; - static $_createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_RESOLVER_STRING_1_MediaStream"; + static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native "URL_createObjectURL_Callback_MediaSource"; - static $createObjectUrlFromBlob_Callback(blob) native "URL_createObjectURL_Callback_RESOLVER_STRING_1_Blob"; + static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Callback_DOMString"; - static $createObjectUrlFromSource_Callback(source) native "URL_createObjectURL_Callback_RESOLVER_STRING_1_MediaSource"; + static hash_Getter(mthis) native "URL_hash_Getter"; - static $createObjectUrlFromStream_Callback(stream) native "URL_createObjectURL_Callback_RESOLVER_STRING_1_MediaStream"; + static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter"; - static $revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback_RESOLVER_STRING_1_DOMString"; + static host_Getter(mthis) native "URL_host_Getter"; - static $hash_Getter(mthis) native "URL_hash_Getter"; + static host_Setter_DOMString(mthis, value) native "URL_host_Setter"; - static $hash_Setter(mthis, value) native "URL_hash_Setter"; + static hostname_Getter(mthis) native "URL_hostname_Getter"; - static $host_Getter(mthis) native "URL_host_Getter"; + static hostname_Setter_DOMString(mthis, value) native "URL_hostname_Setter"; - static $host_Setter(mthis, value) native "URL_host_Setter"; + static href_Getter(mthis) native "URL_href_Getter"; - static $hostname_Getter(mthis) native "URL_hostname_Getter"; + static href_Setter_DOMString(mthis, value) native "URL_href_Setter"; - static $hostname_Setter(mthis, value) native "URL_hostname_Setter"; + static origin_Getter(mthis) native "URL_origin_Getter"; - static $href_Getter(mthis) native "URL_href_Getter"; + static password_Getter(mthis) native "URL_password_Getter"; - static $href_Setter(mthis, value) native "URL_href_Setter"; + static password_Setter_DOMString(mthis, value) native "URL_password_Setter"; - static $origin_Getter(mthis) native "URL_origin_Getter"; + static pathname_Getter(mthis) native "URL_pathname_Getter"; - static $password_Getter(mthis) native "URL_password_Getter"; + static pathname_Setter_DOMString(mthis, value) native "URL_pathname_Setter"; - static $password_Setter(mthis, value) native "URL_password_Setter"; + static port_Getter(mthis) native "URL_port_Getter"; - static $pathname_Getter(mthis) native "URL_pathname_Getter"; + static port_Setter_DOMString(mthis, value) native "URL_port_Setter"; - static $pathname_Setter(mthis, value) native "URL_pathname_Setter"; + static protocol_Getter(mthis) native "URL_protocol_Getter"; - static $port_Getter(mthis) native "URL_port_Getter"; + static protocol_Setter_DOMString(mthis, value) native "URL_protocol_Setter"; - static $port_Setter(mthis, value) native "URL_port_Setter"; + static search_Getter(mthis) native "URL_search_Getter"; - static $protocol_Getter(mthis) native "URL_protocol_Getter"; + static search_Setter_DOMString(mthis, value) native "URL_search_Setter"; - static $protocol_Setter(mthis, value) native "URL_protocol_Setter"; + static username_Getter(mthis) native "URL_username_Getter"; - static $search_Getter(mthis) native "URL_search_Getter"; + static username_Setter_DOMString(mthis, value) native "URL_username_Setter"; - static $search_Setter(mthis, value) native "URL_search_Setter"; - - static $username_Getter(mthis) native "URL_username_Getter"; - - static $username_Setter(mthis, value) native "URL_username_Setter"; - - static $toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_STRING_0_"; + static toString_Callback(mthis) native "URL_toString_Callback"; } class BlinkURLUtilsReadOnly { - static $hash_Getter(mthis) native "WorkerLocation_hash_Getter"; + static hash_Getter(mthis) native "WorkerLocation_hash_Getter"; - static $host_Getter(mthis) native "WorkerLocation_host_Getter"; + static host_Getter(mthis) native "WorkerLocation_host_Getter"; - static $hostname_Getter(mthis) native "WorkerLocation_hostname_Getter"; + static hostname_Getter(mthis) native "WorkerLocation_hostname_Getter"; - static $href_Getter(mthis) native "WorkerLocation_href_Getter"; + static href_Getter(mthis) native "WorkerLocation_href_Getter"; - static $pathname_Getter(mthis) native "WorkerLocation_pathname_Getter"; + static pathname_Getter(mthis) native "WorkerLocation_pathname_Getter"; - static $port_Getter(mthis) native "WorkerLocation_port_Getter"; + static port_Getter(mthis) native "WorkerLocation_port_Getter"; - static $protocol_Getter(mthis) native "WorkerLocation_protocol_Getter"; + static protocol_Getter(mthis) native "WorkerLocation_protocol_Getter"; - static $search_Getter(mthis) native "WorkerLocation_search_Getter"; + static search_Getter(mthis) native "WorkerLocation_search_Getter"; - static $toString_Callback(mthis) native "WorkerLocation_toString_Callback_RESOLVER_STRING_0_"; + static toString_Callback(mthis) native "WorkerLocation_toString_Callback"; } class BlinkVTTCue { - static $_create_1constructorCallback(startTime, endTime, text) native "VTTCue_constructorCallback_RESOLVER_STRING_3_double_double_DOMString"; + static constructorCallback_double_double_DOMString(startTime, endTime, text) native "VTTCue_constructorCallback_double_double_DOMString"; - static $align_Getter(mthis) native "VTTCue_align_Getter"; + static align_Getter(mthis) native "VTTCue_align_Getter"; - static $align_Setter(mthis, value) native "VTTCue_align_Setter"; + static align_Setter_DOMString(mthis, value) native "VTTCue_align_Setter"; - static $line_Getter(mthis) native "VTTCue_line_Getter"; + static line_Getter(mthis) native "VTTCue_line_Getter"; - static $line_Setter(mthis, value) native "VTTCue_line_Setter"; + static line_Setter_long(mthis, value) native "VTTCue_line_Setter"; - static $position_Getter(mthis) native "VTTCue_position_Getter"; + static position_Getter(mthis) native "VTTCue_position_Getter"; - static $position_Setter(mthis, value) native "VTTCue_position_Setter"; + static position_Setter_long(mthis, value) native "VTTCue_position_Setter"; - static $regionId_Getter(mthis) native "VTTCue_regionId_Getter"; + static regionId_Getter(mthis) native "VTTCue_regionId_Getter"; - static $regionId_Setter(mthis, value) native "VTTCue_regionId_Setter"; + static regionId_Setter_DOMString(mthis, value) native "VTTCue_regionId_Setter"; - static $size_Getter(mthis) native "VTTCue_size_Getter"; + static size_Getter(mthis) native "VTTCue_size_Getter"; - static $size_Setter(mthis, value) native "VTTCue_size_Setter"; + static size_Setter_long(mthis, value) native "VTTCue_size_Setter"; - static $snapToLines_Getter(mthis) native "VTTCue_snapToLines_Getter"; + static snapToLines_Getter(mthis) native "VTTCue_snapToLines_Getter"; - static $snapToLines_Setter(mthis, value) native "VTTCue_snapToLines_Setter"; + static snapToLines_Setter_boolean(mthis, value) native "VTTCue_snapToLines_Setter"; - static $text_Getter(mthis) native "VTTCue_text_Getter"; + static text_Getter(mthis) native "VTTCue_text_Getter"; - static $text_Setter(mthis, value) native "VTTCue_text_Setter"; + static text_Setter_DOMString(mthis, value) native "VTTCue_text_Setter"; - static $vertical_Getter(mthis) native "VTTCue_vertical_Getter"; + static vertical_Getter(mthis) native "VTTCue_vertical_Getter"; - static $vertical_Setter(mthis, value) native "VTTCue_vertical_Setter"; + static vertical_Setter_DOMString(mthis, value) native "VTTCue_vertical_Setter"; - static $getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback_RESOLVER_STRING_0_"; + static getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback"; } class BlinkVTTRegion { - static $_create_1constructorCallback() native "VTTRegion_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "VTTRegion_constructorCallback"; - static $height_Getter(mthis) native "VTTRegion_height_Getter"; + static height_Getter(mthis) native "VTTRegion_height_Getter"; - static $height_Setter(mthis, value) native "VTTRegion_height_Setter"; + static height_Setter_long(mthis, value) native "VTTRegion_height_Setter"; - static $id_Getter(mthis) native "VTTRegion_id_Getter"; + static id_Getter(mthis) native "VTTRegion_id_Getter"; - static $id_Setter(mthis, value) native "VTTRegion_id_Setter"; + static id_Setter_DOMString(mthis, value) native "VTTRegion_id_Setter"; - static $regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Getter"; + static regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Getter"; - static $regionAnchorX_Setter(mthis, value) native "VTTRegion_regionAnchorX_Setter"; + static regionAnchorX_Setter_double(mthis, value) native "VTTRegion_regionAnchorX_Setter"; - static $regionAnchorY_Getter(mthis) native "VTTRegion_regionAnchorY_Getter"; + static regionAnchorY_Getter(mthis) native "VTTRegion_regionAnchorY_Getter"; - static $regionAnchorY_Setter(mthis, value) native "VTTRegion_regionAnchorY_Setter"; + static regionAnchorY_Setter_double(mthis, value) native "VTTRegion_regionAnchorY_Setter"; - static $scroll_Getter(mthis) native "VTTRegion_scroll_Getter"; + static scroll_Getter(mthis) native "VTTRegion_scroll_Getter"; - static $scroll_Setter(mthis, value) native "VTTRegion_scroll_Setter"; + static scroll_Setter_DOMString(mthis, value) native "VTTRegion_scroll_Setter"; - static $track_Getter(mthis) native "VTTRegion_track_Getter"; + static track_Getter(mthis) native "VTTRegion_track_Getter"; - static $viewportAnchorX_Getter(mthis) native "VTTRegion_viewportAnchorX_Getter"; + static viewportAnchorX_Getter(mthis) native "VTTRegion_viewportAnchorX_Getter"; - static $viewportAnchorX_Setter(mthis, value) native "VTTRegion_viewportAnchorX_Setter"; + static viewportAnchorX_Setter_double(mthis, value) native "VTTRegion_viewportAnchorX_Setter"; - static $viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY_Getter"; + static viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY_Getter"; - static $viewportAnchorY_Setter(mthis, value) native "VTTRegion_viewportAnchorY_Setter"; + static viewportAnchorY_Setter_double(mthis, value) native "VTTRegion_viewportAnchorY_Setter"; - static $width_Getter(mthis) native "VTTRegion_width_Getter"; + static width_Getter(mthis) native "VTTRegion_width_Getter"; - static $width_Setter(mthis, value) native "VTTRegion_width_Setter"; + static width_Setter_double(mthis, value) native "VTTRegion_width_Setter"; } class BlinkVTTRegionList { - static $length_Getter(mthis) native "VTTRegionList_length_Getter"; + static length_Getter(mthis) native "VTTRegionList_length_Getter"; - static $getRegionById_Callback(mthis, id) native "VTTRegionList_getRegionById_Callback_RESOLVER_STRING_1_DOMString"; + static getRegionById_Callback_DOMString(mthis, id) native "VTTRegionList_getRegionById_Callback_DOMString"; - static $item_Callback(mthis, index) native "VTTRegionList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "VTTRegionList_item_Callback_unsigned long"; } class BlinkValidityState { - static $badInput_Getter(mthis) native "ValidityState_badInput_Getter"; + static badInput_Getter(mthis) native "ValidityState_badInput_Getter"; - static $customError_Getter(mthis) native "ValidityState_customError_Getter"; + static customError_Getter(mthis) native "ValidityState_customError_Getter"; - static $patternMismatch_Getter(mthis) native "ValidityState_patternMismatch_Getter"; + static patternMismatch_Getter(mthis) native "ValidityState_patternMismatch_Getter"; - static $rangeOverflow_Getter(mthis) native "ValidityState_rangeOverflow_Getter"; + static rangeOverflow_Getter(mthis) native "ValidityState_rangeOverflow_Getter"; - static $rangeUnderflow_Getter(mthis) native "ValidityState_rangeUnderflow_Getter"; + static rangeUnderflow_Getter(mthis) native "ValidityState_rangeUnderflow_Getter"; - static $stepMismatch_Getter(mthis) native "ValidityState_stepMismatch_Getter"; + static stepMismatch_Getter(mthis) native "ValidityState_stepMismatch_Getter"; - static $tooLong_Getter(mthis) native "ValidityState_tooLong_Getter"; + static tooLong_Getter(mthis) native "ValidityState_tooLong_Getter"; - static $typeMismatch_Getter(mthis) native "ValidityState_typeMismatch_Getter"; + static typeMismatch_Getter(mthis) native "ValidityState_typeMismatch_Getter"; - static $valid_Getter(mthis) native "ValidityState_valid_Getter"; + static valid_Getter(mthis) native "ValidityState_valid_Getter"; - static $valueMissing_Getter(mthis) native "ValidityState_valueMissing_Getter"; + static valueMissing_Getter(mthis) native "ValidityState_valueMissing_Getter"; } class BlinkVideoPlaybackQuality { - static $corruptedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_corruptedVideoFrames_Getter"; + static corruptedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_corruptedVideoFrames_Getter"; - static $creationTime_Getter(mthis) native "VideoPlaybackQuality_creationTime_Getter"; + static creationTime_Getter(mthis) native "VideoPlaybackQuality_creationTime_Getter"; - static $droppedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_droppedVideoFrames_Getter"; + static droppedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_droppedVideoFrames_Getter"; - static $totalVideoFrames_Getter(mthis) native "VideoPlaybackQuality_totalVideoFrames_Getter"; + static totalVideoFrames_Getter(mthis) native "VideoPlaybackQuality_totalVideoFrames_Getter"; } class BlinkWaveShaperNode { - static $curve_Getter(mthis) native "WaveShaperNode_curve_Getter"; + static curve_Getter(mthis) native "WaveShaperNode_curve_Getter"; - static $curve_Setter(mthis, value) native "WaveShaperNode_curve_Setter"; + static curve_Setter_Float32Array(mthis, value) native "WaveShaperNode_curve_Setter"; - static $oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter"; + static oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter"; - static $oversample_Setter(mthis, value) native "WaveShaperNode_oversample_Setter"; + static oversample_Setter_DOMString(mthis, value) native "WaveShaperNode_oversample_Setter"; } class BlinkWebGLActiveInfo { - static $name_Getter(mthis) native "WebGLActiveInfo_name_Getter"; + static name_Getter(mthis) native "WebGLActiveInfo_name_Getter"; - static $size_Getter(mthis) native "WebGLActiveInfo_size_Getter"; + static size_Getter(mthis) native "WebGLActiveInfo_size_Getter"; - static $type_Getter(mthis) native "WebGLActiveInfo_type_Getter"; + static type_Getter(mthis) native "WebGLActiveInfo_type_Getter"; } class BlinkWebGLBuffer {} @@ -7505,57 +7439,57 @@ class BlinkWebGLCompressedTexturePVRTC {} class BlinkWebGLCompressedTextureS3TC {} class BlinkWebGLContextAttributes { - static $alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter"; + static alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter"; - static $alpha_Setter(mthis, value) native "WebGLContextAttributes_alpha_Setter"; + static alpha_Setter_boolean(mthis, value) native "WebGLContextAttributes_alpha_Setter"; - static $antialias_Getter(mthis) native "WebGLContextAttributes_antialias_Getter"; + static antialias_Getter(mthis) native "WebGLContextAttributes_antialias_Getter"; - static $antialias_Setter(mthis, value) native "WebGLContextAttributes_antialias_Setter"; + static antialias_Setter_boolean(mthis, value) native "WebGLContextAttributes_antialias_Setter"; - static $depth_Getter(mthis) native "WebGLContextAttributes_depth_Getter"; + static depth_Getter(mthis) native "WebGLContextAttributes_depth_Getter"; - static $depth_Setter(mthis, value) native "WebGLContextAttributes_depth_Setter"; + static depth_Setter_boolean(mthis, value) native "WebGLContextAttributes_depth_Setter"; - static $failIfMajorPerformanceCaveat_Getter(mthis) native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Getter"; + static failIfMajorPerformanceCaveat_Getter(mthis) native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Getter"; - static $failIfMajorPerformanceCaveat_Setter(mthis, value) native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Setter"; + static failIfMajorPerformanceCaveat_Setter_boolean(mthis, value) native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Setter"; - static $premultipliedAlpha_Getter(mthis) native "WebGLContextAttributes_premultipliedAlpha_Getter"; + static premultipliedAlpha_Getter(mthis) native "WebGLContextAttributes_premultipliedAlpha_Getter"; - static $premultipliedAlpha_Setter(mthis, value) native "WebGLContextAttributes_premultipliedAlpha_Setter"; + static premultipliedAlpha_Setter_boolean(mthis, value) native "WebGLContextAttributes_premultipliedAlpha_Setter"; - static $preserveDrawingBuffer_Getter(mthis) native "WebGLContextAttributes_preserveDrawingBuffer_Getter"; + static preserveDrawingBuffer_Getter(mthis) native "WebGLContextAttributes_preserveDrawingBuffer_Getter"; - static $preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttributes_preserveDrawingBuffer_Setter"; + static preserveDrawingBuffer_Setter_boolean(mthis, value) native "WebGLContextAttributes_preserveDrawingBuffer_Setter"; - static $stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter"; + static stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter"; - static $stencil_Setter(mthis, value) native "WebGLContextAttributes_stencil_Setter"; + static stencil_Setter_boolean(mthis, value) native "WebGLContextAttributes_stencil_Setter"; } class BlinkWebGLContextEvent { - static $statusMessage_Getter(mthis) native "WebGLContextEvent_statusMessage_Getter"; + static statusMessage_Getter(mthis) native "WebGLContextEvent_statusMessage_Getter"; } class BlinkWebGLDebugRendererInfo {} class BlinkWebGLDebugShaders { - static $getTranslatedShaderSource_Callback(mthis, shader) native "WebGLDebugShaders_getTranslatedShaderSource_Callback_RESOLVER_STRING_1_WebGLShader"; + static getTranslatedShaderSource_Callback_WebGLShader(mthis, shader) native "WebGLDebugShaders_getTranslatedShaderSource_Callback_WebGLShader"; } class BlinkWebGLDepthTexture {} class BlinkWebGLDrawBuffers { - static $drawBuffersWEBGL_Callback(mthis, buffers) native "WebGLDrawBuffers_drawBuffersWEBGL_Callback_RESOLVER_STRING_1_sequence"; + static drawBuffersWEBGL_Callback_SEQ_GLenum_SEQ(mthis, buffers) native "WebGLDrawBuffers_drawBuffersWEBGL_Callback_sequence"; } class BlinkWebGLFramebuffer {} class BlinkWebGLLoseContext { - static $loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callback_RESOLVER_STRING_0_"; + static loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callback"; - static $restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_Callback_RESOLVER_STRING_0_"; + static restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext_Callback"; } class BlinkWebGLProgram {} @@ -7563,337 +7497,313 @@ class BlinkWebGLProgram {} class BlinkWebGLRenderbuffer {} class BlinkWebGLRenderingContext { - static $drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawingBufferHeight_Getter"; + static drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawingBufferHeight_Getter"; - static $drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingBufferWidth_Getter"; + static drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawingBufferWidth_Getter"; - static $activeTexture_Callback(mthis, texture) native "WebGLRenderingContext_activeTexture_Callback_RESOLVER_STRING_1_unsigned long"; + static activeTexture_Callback_ul(mthis, texture) native "WebGLRenderingContext_activeTexture_Callback_unsigned long"; - static $attachShader_Callback(mthis, program, shader) native "WebGLRenderingContext_attachShader_Callback_RESOLVER_STRING_2_WebGLProgram_WebGLShader"; + static attachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader) native "WebGLRenderingContext_attachShader_Callback_WebGLProgram_WebGLShader"; - static $bindAttribLocation_Callback(mthis, program, index, name) native "WebGLRenderingContext_bindAttribLocation_Callback_RESOLVER_STRING_3_WebGLProgram_unsigned long_DOMString"; + static bindAttribLocation_Callback_WebGLProgram_ul_DOMString(mthis, program, index, name) native "WebGLRenderingContext_bindAttribLocation_Callback_WebGLProgram_unsigned long_DOMString"; - static $bindBuffer_Callback(mthis, target, buffer) native "WebGLRenderingContext_bindBuffer_Callback_RESOLVER_STRING_2_unsigned long_WebGLBuffer"; + static bindBuffer_Callback_ul_WebGLBuffer(mthis, target, buffer) native "WebGLRenderingContext_bindBuffer_Callback_unsigned long_WebGLBuffer"; - static $bindFramebuffer_Callback(mthis, target, framebuffer) native "WebGLRenderingContext_bindFramebuffer_Callback_RESOLVER_STRING_2_unsigned long_WebGLFramebuffer"; + static bindFramebuffer_Callback_ul_WebGLFramebuffer(mthis, target, framebuffer) native "WebGLRenderingContext_bindFramebuffer_Callback_unsigned long_WebGLFramebuffer"; - static $bindRenderbuffer_Callback(mthis, target, renderbuffer) native "WebGLRenderingContext_bindRenderbuffer_Callback_RESOLVER_STRING_2_unsigned long_WebGLRenderbuffer"; + static bindRenderbuffer_Callback_ul_WebGLRenderbuffer(mthis, target, renderbuffer) native "WebGLRenderingContext_bindRenderbuffer_Callback_unsigned long_WebGLRenderbuffer"; - static $bindTexture_Callback(mthis, target, texture) native "WebGLRenderingContext_bindTexture_Callback_RESOLVER_STRING_2_unsigned long_WebGLTexture"; + static bindTexture_Callback_ul_WebGLTexture(mthis, target, texture) native "WebGLRenderingContext_bindTexture_Callback_unsigned long_WebGLTexture"; - static $blendColor_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_blendColor_Callback_RESOLVER_STRING_4_float_float_float_float"; + static blendColor_Callback_float_float_float_float(mthis, red, green, blue, alpha) native "WebGLRenderingContext_blendColor_Callback_float_float_float_float"; - static $blendEquation_Callback(mthis, mode) native "WebGLRenderingContext_blendEquation_Callback_RESOLVER_STRING_1_unsigned long"; + static blendEquation_Callback_ul(mthis, mode) native "WebGLRenderingContext_blendEquation_Callback_unsigned long"; - static $blendEquationSeparate_Callback(mthis, modeRGB, modeAlpha) native "WebGLRenderingContext_blendEquationSeparate_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static blendEquationSeparate_Callback_ul_ul(mthis, modeRGB, modeAlpha) native "WebGLRenderingContext_blendEquationSeparate_Callback_unsigned long_unsigned long"; - static $blendFunc_Callback(mthis, sfactor, dfactor) native "WebGLRenderingContext_blendFunc_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static blendFunc_Callback_ul_ul(mthis, sfactor, dfactor) native "WebGLRenderingContext_blendFunc_Callback_unsigned long_unsigned long"; - static $blendFuncSeparate_Callback(mthis, srcRGB, dstRGB, srcAlpha, dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback_RESOLVER_STRING_4_unsigned long_unsigned long_unsigned long_unsigned long"; + 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 $bufferByteData_Callback(mthis, target, data, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned long_ArrayBuffer_unsigned long"; + static bufferData_Callback_ul_ArrayBuffer_ul(mthis, target, data, usage) native "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBuffer_unsigned long"; - static $_bufferData_1_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned long_ArrayBufferView_unsigned long"; + static bufferData_Callback_ul_ArrayBufferView_ul(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_unsigned long_ArrayBufferView_unsigned long"; - static $_bufferData_2_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned long_ArrayBuffer_unsigned long"; + static bufferData_Callback_ul_ll_ul(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_unsigned long_long long_unsigned long"; - static $_bufferData_3_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned long_long long_unsigned long"; + static bufferSubData_Callback_ul_ll_ArrayBuffer(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_ArrayBuffer"; - static $bufferDataTyped_Callback(mthis, target, data, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned long_ArrayBufferView_unsigned long"; + static bufferSubData_Callback_ul_ll_ArrayBufferView(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback_unsigned long_long long_ArrayBufferView"; - static $bufferSubByteData_Callback(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsigned long_long long_ArrayBuffer"; + static checkFramebufferStatus_Callback_ul(mthis, target) native "WebGLRenderingContext_checkFramebufferStatus_Callback_unsigned long"; - static $_bufferSubData_1_Callback(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsigned long_long long_ArrayBufferView"; + static clear_Callback_ul(mthis, mask) native "WebGLRenderingContext_clear_Callback_unsigned long"; - static $_bufferSubData_2_Callback(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsigned long_long long_ArrayBuffer"; + static clearColor_Callback_float_float_float_float(mthis, red, green, blue, alpha) native "WebGLRenderingContext_clearColor_Callback_float_float_float_float"; - static $bufferSubDataTyped_Callback(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsigned long_long long_ArrayBufferView"; + static clearDepth_Callback_float(mthis, depth) native "WebGLRenderingContext_clearDepth_Callback_float"; - static $checkFramebufferStatus_Callback(mthis, target) native "WebGLRenderingContext_checkFramebufferStatus_Callback_RESOLVER_STRING_1_unsigned long"; + static clearStencil_Callback_long(mthis, s) native "WebGLRenderingContext_clearStencil_Callback_long"; - static $clear_Callback(mthis, mask) native "WebGLRenderingContext_clear_Callback_RESOLVER_STRING_1_unsigned long"; + static colorMask_Callback_boolean_boolean_boolean_boolean(mthis, red, green, blue, alpha) native "WebGLRenderingContext_colorMask_Callback_boolean_boolean_boolean_boolean"; - static $clearColor_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_clearColor_Callback_RESOLVER_STRING_4_float_float_float_float"; + static compileShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContext_compileShader_Callback_WebGLShader"; - static $clearDepth_Callback(mthis, depth) native "WebGLRenderingContext_clearDepth_Callback_RESOLVER_STRING_1_float"; + 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 $clearStencil_Callback(mthis, s) native "WebGLRenderingContext_clearStencil_Callback_RESOLVER_STRING_1_long"; + 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 $colorMask_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_colorMask_Callback_RESOLVER_STRING_4_boolean_boolean_boolean_boolean"; + 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 $compileShader_Callback(mthis, shader) native "WebGLRenderingContext_compileShader_Callback_RESOLVER_STRING_1_WebGLShader"; + 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 $compressedTexImage2D_Callback(mthis, target, level, internalformat, width, height, border, data) native "WebGLRenderingContext_compressedTexImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_unsigned long_long_long_long_ArrayBufferView"; + static createBuffer_Callback(mthis) native "WebGLRenderingContext_createBuffer_Callback"; - static $compressedTexSubImage2D_Callback(mthis, target, level, xoffset, yoffset, width, height, format, data) native "WebGLRenderingContext_compressedTexSubImage2D_Callback_RESOLVER_STRING_8_unsigned long_long_long_long_long_long_unsigned long_ArrayBufferView"; + static createFramebuffer_Callback(mthis) native "WebGLRenderingContext_createFramebuffer_Callback"; - static $copyTexImage2D_Callback(mthis, target, level, internalformat, x, y, width, height, border) native "WebGLRenderingContext_copyTexImage2D_Callback_RESOLVER_STRING_8_unsigned long_long_unsigned long_long_long_long_long_long"; + static createProgram_Callback(mthis) native "WebGLRenderingContext_createProgram_Callback"; - static $copyTexSubImage2D_Callback(mthis, target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingContext_copyTexSubImage2D_Callback_RESOLVER_STRING_8_unsigned long_long_long_long_long_long_long_long"; + static createRenderbuffer_Callback(mthis) native "WebGLRenderingContext_createRenderbuffer_Callback"; - static $createBuffer_Callback(mthis) native "WebGLRenderingContext_createBuffer_Callback_RESOLVER_STRING_0_"; + static createShader_Callback_ul(mthis, type) native "WebGLRenderingContext_createShader_Callback_unsigned long"; - static $createFramebuffer_Callback(mthis) native "WebGLRenderingContext_createFramebuffer_Callback_RESOLVER_STRING_0_"; + static createTexture_Callback(mthis) native "WebGLRenderingContext_createTexture_Callback"; - static $createProgram_Callback(mthis) native "WebGLRenderingContext_createProgram_Callback_RESOLVER_STRING_0_"; + static cullFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_cullFace_Callback_unsigned long"; - static $createRenderbuffer_Callback(mthis) native "WebGLRenderingContext_createRenderbuffer_Callback_RESOLVER_STRING_0_"; + static deleteBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRenderingContext_deleteBuffer_Callback_WebGLBuffer"; - static $createShader_Callback(mthis, type) native "WebGLRenderingContext_createShader_Callback_RESOLVER_STRING_1_unsigned long"; + static deleteFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native "WebGLRenderingContext_deleteFramebuffer_Callback_WebGLFramebuffer"; - static $createTexture_Callback(mthis) native "WebGLRenderingContext_createTexture_Callback_RESOLVER_STRING_0_"; + static deleteProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_deleteProgram_Callback_WebGLProgram"; - static $cullFace_Callback(mthis, mode) native "WebGLRenderingContext_cullFace_Callback_RESOLVER_STRING_1_unsigned long"; + static deleteRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) native "WebGLRenderingContext_deleteRenderbuffer_Callback_WebGLRenderbuffer"; - static $deleteBuffer_Callback(mthis, buffer) native "WebGLRenderingContext_deleteBuffer_Callback_RESOLVER_STRING_1_WebGLBuffer"; + static deleteShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContext_deleteShader_Callback_WebGLShader"; - static $deleteFramebuffer_Callback(mthis, framebuffer) native "WebGLRenderingContext_deleteFramebuffer_Callback_RESOLVER_STRING_1_WebGLFramebuffer"; + static deleteTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRenderingContext_deleteTexture_Callback_WebGLTexture"; - static $deleteProgram_Callback(mthis, program) native "WebGLRenderingContext_deleteProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; + static depthFunc_Callback_ul(mthis, func) native "WebGLRenderingContext_depthFunc_Callback_unsigned long"; - static $deleteRenderbuffer_Callback(mthis, renderbuffer) native "WebGLRenderingContext_deleteRenderbuffer_Callback_RESOLVER_STRING_1_WebGLRenderbuffer"; + static depthMask_Callback_boolean(mthis, flag) native "WebGLRenderingContext_depthMask_Callback_boolean"; - static $deleteShader_Callback(mthis, shader) native "WebGLRenderingContext_deleteShader_Callback_RESOLVER_STRING_1_WebGLShader"; + static depthRange_Callback_float_float(mthis, zNear, zFar) native "WebGLRenderingContext_depthRange_Callback_float_float"; - static $deleteTexture_Callback(mthis, texture) native "WebGLRenderingContext_deleteTexture_Callback_RESOLVER_STRING_1_WebGLTexture"; + static detachShader_Callback_WebGLProgram_WebGLShader(mthis, program, shader) native "WebGLRenderingContext_detachShader_Callback_WebGLProgram_WebGLShader"; - static $depthFunc_Callback(mthis, func) native "WebGLRenderingContext_depthFunc_Callback_RESOLVER_STRING_1_unsigned long"; + static disable_Callback_ul(mthis, cap) native "WebGLRenderingContext_disable_Callback_unsigned long"; - static $depthMask_Callback(mthis, flag) native "WebGLRenderingContext_depthMask_Callback_RESOLVER_STRING_1_boolean"; + static disableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderingContext_disableVertexAttribArray_Callback_unsigned long"; - static $depthRange_Callback(mthis, zNear, zFar) native "WebGLRenderingContext_depthRange_Callback_RESOLVER_STRING_2_float_float"; + static drawArrays_Callback_ul_long_long(mthis, mode, first, count) native "WebGLRenderingContext_drawArrays_Callback_unsigned long_long_long"; - static $detachShader_Callback(mthis, program, shader) native "WebGLRenderingContext_detachShader_Callback_RESOLVER_STRING_2_WebGLProgram_WebGLShader"; + static drawElements_Callback_ul_long_ul_ll(mthis, mode, count, type, offset) native "WebGLRenderingContext_drawElements_Callback_unsigned long_long_unsigned long_long long"; - static $disable_Callback(mthis, cap) native "WebGLRenderingContext_disable_Callback_RESOLVER_STRING_1_unsigned long"; + static enable_Callback_ul(mthis, cap) native "WebGLRenderingContext_enable_Callback_unsigned long"; - static $disableVertexAttribArray_Callback(mthis, index) native "WebGLRenderingContext_disableVertexAttribArray_Callback_RESOLVER_STRING_1_unsigned long"; + static enableVertexAttribArray_Callback_ul(mthis, index) native "WebGLRenderingContext_enableVertexAttribArray_Callback_unsigned long"; - static $drawArrays_Callback(mthis, mode, first, count) native "WebGLRenderingContext_drawArrays_Callback_RESOLVER_STRING_3_unsigned long_long_long"; + static finish_Callback(mthis) native "WebGLRenderingContext_finish_Callback"; - static $drawElements_Callback(mthis, mode, count, type, offset) native "WebGLRenderingContext_drawElements_Callback_RESOLVER_STRING_4_unsigned long_long_unsigned long_long long"; + static flush_Callback(mthis) native "WebGLRenderingContext_flush_Callback"; - static $enable_Callback(mthis, cap) native "WebGLRenderingContext_enable_Callback_RESOLVER_STRING_1_unsigned long"; + static framebufferRenderbuffer_Callback_ul_ul_ul_WebGLRenderbuffer(mthis, target, attachment, renderbuffertarget, renderbuffer) native "WebGLRenderingContext_framebufferRenderbuffer_Callback_unsigned long_unsigned long_unsigned long_WebGLRenderbuffer"; - static $enableVertexAttribArray_Callback(mthis, index) native "WebGLRenderingContext_enableVertexAttribArray_Callback_RESOLVER_STRING_1_unsigned long"; + 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 $finish_Callback(mthis) native "WebGLRenderingContext_finish_Callback_RESOLVER_STRING_0_"; + static frontFace_Callback_ul(mthis, mode) native "WebGLRenderingContext_frontFace_Callback_unsigned long"; - static $flush_Callback(mthis) native "WebGLRenderingContext_flush_Callback_RESOLVER_STRING_0_"; + static generateMipmap_Callback_ul(mthis, target) native "WebGLRenderingContext_generateMipmap_Callback_unsigned long"; - static $framebufferRenderbuffer_Callback(mthis, target, attachment, renderbuffertarget, renderbuffer) native "WebGLRenderingContext_framebufferRenderbuffer_Callback_RESOLVER_STRING_4_unsigned long_unsigned long_unsigned long_WebGLRenderbuffer"; + static getActiveAttrib_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContext_getActiveAttrib_Callback_WebGLProgram_unsigned long"; - static $framebufferTexture2D_Callback(mthis, target, attachment, textarget, texture, level) native "WebGLRenderingContext_framebufferTexture2D_Callback_RESOLVER_STRING_5_unsigned long_unsigned long_unsigned long_WebGLTexture_long"; + static getActiveUniform_Callback_WebGLProgram_ul(mthis, program, index) native "WebGLRenderingContext_getActiveUniform_Callback_WebGLProgram_unsigned long"; - static $frontFace_Callback(mthis, mode) native "WebGLRenderingContext_frontFace_Callback_RESOLVER_STRING_1_unsigned long"; + static getAttachedShaders_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback"; - static $generateMipmap_Callback(mthis, target) native "WebGLRenderingContext_generateMipmap_Callback_RESOLVER_STRING_1_unsigned long"; + static getAttribLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContext_getAttribLocation_Callback_WebGLProgram_DOMString"; - static $getActiveAttrib_Callback(mthis, program, index) native "WebGLRenderingContext_getActiveAttrib_Callback_RESOLVER_STRING_2_WebGLProgram_unsigned long"; + static getBufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRenderingContext_getBufferParameter_Callback"; - static $getActiveUniform_Callback(mthis, program, index) native "WebGLRenderingContext_getActiveUniform_Callback_RESOLVER_STRING_2_WebGLProgram_unsigned long"; + static getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getContextAttributes_Callback"; - static $getAttachedShaders_Callback(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback"; + static getError_Callback(mthis) native "WebGLRenderingContext_getError_Callback"; - static $getAttribLocation_Callback(mthis, program, name) native "WebGLRenderingContext_getAttribLocation_Callback_RESOLVER_STRING_2_WebGLProgram_DOMString"; + static getExtension_Callback_DOMString(mthis, name) native "WebGLRenderingContext_getExtension_Callback"; - static $getBufferParameter_Callback(mthis, target, pname) native "WebGLRenderingContext_getBufferParameter_Callback"; + static getFramebufferAttachmentParameter_Callback_ul_ul_ul(mthis, target, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachmentParameter_Callback"; - static $getContextAttributes_Callback(mthis) native "WebGLRenderingContext_getContextAttributes_Callback_RESOLVER_STRING_0_"; + static getParameter_Callback_ul(mthis, pname) native "WebGLRenderingContext_getParameter_Callback"; - static $getError_Callback(mthis) native "WebGLRenderingContext_getError_Callback_RESOLVER_STRING_0_"; + static getProgramInfoLog_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_getProgramInfoLog_Callback_WebGLProgram"; - static $getExtension_Callback(mthis, name) native "WebGLRenderingContext_getExtension_Callback"; + static getProgramParameter_Callback_WebGLProgram_ul(mthis, program, pname) native "WebGLRenderingContext_getProgramParameter_Callback"; - static $getFramebufferAttachmentParameter_Callback(mthis, target, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachmentParameter_Callback"; + static getRenderbufferParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRenderingContext_getRenderbufferParameter_Callback"; - static $getParameter_Callback(mthis, pname) native "WebGLRenderingContext_getParameter_Callback"; + static getShaderInfoLog_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContext_getShaderInfoLog_Callback_WebGLShader"; - static $getProgramInfoLog_Callback(mthis, program) native "WebGLRenderingContext_getProgramInfoLog_Callback_RESOLVER_STRING_1_WebGLProgram"; + static getShaderParameter_Callback_WebGLShader_ul(mthis, shader, pname) native "WebGLRenderingContext_getShaderParameter_Callback"; - static $getProgramParameter_Callback(mthis, program, pname) native "WebGLRenderingContext_getProgramParameter_Callback"; + static getShaderPrecisionFormat_Callback_ul_ul(mthis, shadertype, precisiontype) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback_unsigned long_unsigned long"; - static $getRenderbufferParameter_Callback(mthis, target, pname) native "WebGLRenderingContext_getRenderbufferParameter_Callback"; + static getShaderSource_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContext_getShaderSource_Callback_WebGLShader"; - static $getShaderInfoLog_Callback(mthis, shader) native "WebGLRenderingContext_getShaderInfoLog_Callback_RESOLVER_STRING_1_WebGLShader"; + static getSupportedExtensions_Callback(mthis) native "WebGLRenderingContext_getSupportedExtensions_Callback"; - static $getShaderParameter_Callback(mthis, shader, pname) native "WebGLRenderingContext_getShaderParameter_Callback"; + static getTexParameter_Callback_ul_ul(mthis, target, pname) native "WebGLRenderingContext_getTexParameter_Callback"; - static $getShaderPrecisionFormat_Callback(mthis, shadertype, precisiontype) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static getUniform_Callback_WebGLProgram_WebGLUniformLocation(mthis, program, location) native "WebGLRenderingContext_getUniform_Callback"; - static $getShaderSource_Callback(mthis, shader) native "WebGLRenderingContext_getShaderSource_Callback_RESOLVER_STRING_1_WebGLShader"; + static getUniformLocation_Callback_WebGLProgram_DOMString(mthis, program, name) native "WebGLRenderingContext_getUniformLocation_Callback_WebGLProgram_DOMString"; - static $getSupportedExtensions_Callback(mthis) native "WebGLRenderingContext_getSupportedExtensions_Callback"; + static getVertexAttrib_Callback_ul_ul(mthis, index, pname) native "WebGLRenderingContext_getVertexAttrib_Callback"; - static $getTexParameter_Callback(mthis, target, pname) native "WebGLRenderingContext_getTexParameter_Callback"; + static getVertexAttribOffset_Callback_ul_ul(mthis, index, pname) native "WebGLRenderingContext_getVertexAttribOffset_Callback_unsigned long_unsigned long"; - static $getUniform_Callback(mthis, program, location) native "WebGLRenderingContext_getUniform_Callback"; + static hint_Callback_ul_ul(mthis, target, mode) native "WebGLRenderingContext_hint_Callback_unsigned long_unsigned long"; - static $getUniformLocation_Callback(mthis, program, name) native "WebGLRenderingContext_getUniformLocation_Callback_RESOLVER_STRING_2_WebGLProgram_DOMString"; + static isBuffer_Callback_WebGLBuffer(mthis, buffer) native "WebGLRenderingContext_isBuffer_Callback_WebGLBuffer"; - static $getVertexAttrib_Callback(mthis, index, pname) native "WebGLRenderingContext_getVertexAttrib_Callback"; + static isContextLost_Callback(mthis) native "WebGLRenderingContext_isContextLost_Callback"; - static $getVertexAttribOffset_Callback(mthis, index, pname) native "WebGLRenderingContext_getVertexAttribOffset_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static isEnabled_Callback_ul(mthis, cap) native "WebGLRenderingContext_isEnabled_Callback_unsigned long"; - static $hint_Callback(mthis, target, mode) native "WebGLRenderingContext_hint_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + static isFramebuffer_Callback_WebGLFramebuffer(mthis, framebuffer) native "WebGLRenderingContext_isFramebuffer_Callback_WebGLFramebuffer"; - static $isBuffer_Callback(mthis, buffer) native "WebGLRenderingContext_isBuffer_Callback_RESOLVER_STRING_1_WebGLBuffer"; + static isProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_isProgram_Callback_WebGLProgram"; - static $isContextLost_Callback(mthis) native "WebGLRenderingContext_isContextLost_Callback_RESOLVER_STRING_0_"; + static isRenderbuffer_Callback_WebGLRenderbuffer(mthis, renderbuffer) native "WebGLRenderingContext_isRenderbuffer_Callback_WebGLRenderbuffer"; - static $isEnabled_Callback(mthis, cap) native "WebGLRenderingContext_isEnabled_Callback_RESOLVER_STRING_1_unsigned long"; + static isShader_Callback_WebGLShader(mthis, shader) native "WebGLRenderingContext_isShader_Callback_WebGLShader"; - static $isFramebuffer_Callback(mthis, framebuffer) native "WebGLRenderingContext_isFramebuffer_Callback_RESOLVER_STRING_1_WebGLFramebuffer"; + static isTexture_Callback_WebGLTexture(mthis, texture) native "WebGLRenderingContext_isTexture_Callback_WebGLTexture"; - static $isProgram_Callback(mthis, program) native "WebGLRenderingContext_isProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; + static lineWidth_Callback_float(mthis, width) native "WebGLRenderingContext_lineWidth_Callback_float"; - static $isRenderbuffer_Callback(mthis, renderbuffer) native "WebGLRenderingContext_isRenderbuffer_Callback_RESOLVER_STRING_1_WebGLRenderbuffer"; + static linkProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_linkProgram_Callback_WebGLProgram"; - static $isShader_Callback(mthis, shader) native "WebGLRenderingContext_isShader_Callback_RESOLVER_STRING_1_WebGLShader"; + static pixelStorei_Callback_ul_long(mthis, pname, param) native "WebGLRenderingContext_pixelStorei_Callback_unsigned long_long"; - static $isTexture_Callback(mthis, texture) native "WebGLRenderingContext_isTexture_Callback_RESOLVER_STRING_1_WebGLTexture"; + static polygonOffset_Callback_float_float(mthis, factor, units) native "WebGLRenderingContext_polygonOffset_Callback_float_float"; - static $lineWidth_Callback(mthis, width) native "WebGLRenderingContext_lineWidth_Callback_RESOLVER_STRING_1_float"; + 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 $linkProgram_Callback(mthis, program) native "WebGLRenderingContext_linkProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; + static renderbufferStorage_Callback_ul_ul_long_long(mthis, target, internalformat, width, height) native "WebGLRenderingContext_renderbufferStorage_Callback_unsigned long_unsigned long_long_long"; - static $pixelStorei_Callback(mthis, pname, param) native "WebGLRenderingContext_pixelStorei_Callback_RESOLVER_STRING_2_unsigned long_long"; + static sampleCoverage_Callback_float_boolean(mthis, value, invert) native "WebGLRenderingContext_sampleCoverage_Callback_float_boolean"; - static $polygonOffset_Callback(mthis, factor, units) native "WebGLRenderingContext_polygonOffset_Callback_RESOLVER_STRING_2_float_float"; + static scissor_Callback_long_long_long_long(mthis, x, y, width, height) native "WebGLRenderingContext_scissor_Callback_long_long_long_long"; - static $readPixels_Callback(mthis, x, y, width, height, format, type, pixels) native "WebGLRenderingContext_readPixels_Callback_RESOLVER_STRING_7_long_long_long_long_unsigned long_unsigned long_ArrayBufferView"; + static shaderSource_Callback_WebGLShader_DOMString(mthis, shader, string) native "WebGLRenderingContext_shaderSource_Callback_WebGLShader_DOMString"; - static $renderbufferStorage_Callback(mthis, target, internalformat, width, height) native "WebGLRenderingContext_renderbufferStorage_Callback_RESOLVER_STRING_4_unsigned long_unsigned long_long_long"; + static stencilFunc_Callback_ul_long_ul(mthis, func, ref, mask) native "WebGLRenderingContext_stencilFunc_Callback_unsigned long_long_unsigned long"; - static $sampleCoverage_Callback(mthis, value, invert) native "WebGLRenderingContext_sampleCoverage_Callback_RESOLVER_STRING_2_float_boolean"; + static stencilFuncSeparate_Callback_ul_ul_long_ul(mthis, face, func, ref, mask) native "WebGLRenderingContext_stencilFuncSeparate_Callback_unsigned long_unsigned long_long_unsigned long"; - static $scissor_Callback(mthis, x, y, width, height) native "WebGLRenderingContext_scissor_Callback_RESOLVER_STRING_4_long_long_long_long"; + static stencilMask_Callback_ul(mthis, mask) native "WebGLRenderingContext_stencilMask_Callback_unsigned long"; - static $shaderSource_Callback(mthis, shader, string) native "WebGLRenderingContext_shaderSource_Callback_RESOLVER_STRING_2_WebGLShader_DOMString"; + static stencilMaskSeparate_Callback_ul_ul(mthis, face, mask) native "WebGLRenderingContext_stencilMaskSeparate_Callback_unsigned long_unsigned long"; - static $stencilFunc_Callback(mthis, func, ref, mask) native "WebGLRenderingContext_stencilFunc_Callback_RESOLVER_STRING_3_unsigned long_long_unsigned long"; + static stencilOp_Callback_ul_ul_ul(mthis, fail, zfail, zpass) native "WebGLRenderingContext_stencilOp_Callback_unsigned long_unsigned long_unsigned long"; - static $stencilFuncSeparate_Callback(mthis, face, func, ref, mask) native "WebGLRenderingContext_stencilFuncSeparate_Callback_RESOLVER_STRING_4_unsigned long_unsigned long_long_unsigned long"; + 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 $stencilMask_Callback(mthis, mask) native "WebGLRenderingContext_stencilMask_Callback_RESOLVER_STRING_1_unsigned long"; + 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 $stencilMaskSeparate_Callback(mthis, face, mask) native "WebGLRenderingContext_stencilMaskSeparate_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; + 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 $stencilOp_Callback(mthis, fail, zfail, zpass) native "WebGLRenderingContext_stencilOp_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long"; + 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 $stencilOpSeparate_Callback(mthis, face, fail, zfail, zpass) native "WebGLRenderingContext_stencilOpSeparate_Callback_RESOLVER_STRING_4_unsigned long_unsigned long_unsigned long_unsigned long"; + 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 $_texImage2D_1_Callback(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_RESOLVER_STRING_9_unsigned long_long_unsigned long_long_long_long_unsigned long_unsigned long_ArrayBufferView"; + 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 $_texImage2D_2_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned long_ImageData"; + static texParameterf_Callback_ul_ul_float(mthis, target, pname, param) native "WebGLRenderingContext_texParameterf_Callback_unsigned long_unsigned long_float"; - static $_texImage2D_3_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLImageElement"; + static texParameteri_Callback_ul_ul_long(mthis, target, pname, param) native "WebGLRenderingContext_texParameteri_Callback_unsigned long_unsigned long_long"; - static $_texImage2D_4_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasElement"; + 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 $_texImage2D_5_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLVideoElement"; + 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 $texImage2DCanvas_Callback(mthis, target, level, internalformat, format, type, canvas) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasElement"; + 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 $texImage2DImage_Callback(mthis, target, level, internalformat, format, type, image) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLImageElement"; + 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 $texImage2DImageData_Callback(mthis, target, level, internalformat, format, type, pixels) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned long_ImageData"; + 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 $texImage2DVideo_Callback(mthis, target, level, internalformat, format, type, video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLVideoElement"; + static uniform1f_Callback_WebGLUniformLocation_float(mthis, location, x) native "WebGLRenderingContext_uniform1f_Callback_WebGLUniformLocation_float"; - static $texParameterf_Callback(mthis, target, pname, param) native "WebGLRenderingContext_texParameterf_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_float"; + static uniform1fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContext_uniform1fv_Callback"; - static $texParameteri_Callback(mthis, target, pname, param) native "WebGLRenderingContext_texParameteri_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_long"; + static uniform1i_Callback_WebGLUniformLocation_long(mthis, location, x) native "WebGLRenderingContext_uniform1i_Callback_WebGLUniformLocation_long"; - static $_texSubImage2D_1_Callback(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_RESOLVER_STRING_9_unsigned long_long_long_long_long_long_unsigned long_unsigned long_ArrayBufferView"; + static uniform1iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContext_uniform1iv_Callback"; - static $_texSubImage2D_2_Callback(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_ImageData"; + static uniform2f_Callback_WebGLUniformLocation_float_float(mthis, location, x, y) native "WebGLRenderingContext_uniform2f_Callback_WebGLUniformLocation_float_float"; - static $_texSubImage2D_3_Callback(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement"; + static uniform2fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContext_uniform2fv_Callback"; - static $_texSubImage2D_4_Callback(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasElement"; + static uniform2i_Callback_WebGLUniformLocation_long_long(mthis, location, x, y) native "WebGLRenderingContext_uniform2i_Callback_WebGLUniformLocation_long_long"; - static $_texSubImage2D_5_Callback(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement"; + static uniform2iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContext_uniform2iv_Callback"; - static $texSubImage2DCanvas_Callback(mthis, target, level, xoffset, yoffset, format, type, canvas) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasElement"; + static uniform3f_Callback_WebGLUniformLocation_float_float_float(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3f_Callback_WebGLUniformLocation_float_float_float"; - static $texSubImage2DImage_Callback(mthis, target, level, xoffset, yoffset, format, type, image) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement"; + static uniform3fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContext_uniform3fv_Callback"; - static $texSubImage2DImageData_Callback(mthis, target, level, xoffset, yoffset, format, type, pixels) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_ImageData"; + static uniform3i_Callback_WebGLUniformLocation_long_long_long(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3i_Callback_WebGLUniformLocation_long_long_long"; - static $texSubImage2DVideo_Callback(mthis, target, level, xoffset, yoffset, format, type, video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement"; + static uniform3iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContext_uniform3iv_Callback"; - static $uniform1f_Callback(mthis, location, x) native "WebGLRenderingContext_uniform1f_Callback_RESOLVER_STRING_2_WebGLUniformLocation_float"; + static uniform4f_Callback_WebGLUniformLocation_float_float_float_float(mthis, location, x, y, z, w) native "WebGLRenderingContext_uniform4f_Callback_WebGLUniformLocation_float_float_float_float"; - static $uniform1fv_Callback(mthis, location, v) native "WebGLRenderingContext_uniform1fv_Callback"; + static uniform4fv_Callback_WebGLUniformLocation_Float32Array(mthis, location, v) native "WebGLRenderingContext_uniform4fv_Callback"; - static $uniform1i_Callback(mthis, location, x) native "WebGLRenderingContext_uniform1i_Callback_RESOLVER_STRING_2_WebGLUniformLocation_long"; + static uniform4i_Callback_WebGLUniformLocation_long_long_long_long(mthis, location, x, y, z, w) native "WebGLRenderingContext_uniform4i_Callback_WebGLUniformLocation_long_long_long_long"; - static $uniform1iv_Callback(mthis, location, v) native "WebGLRenderingContext_uniform1iv_Callback"; + static uniform4iv_Callback_WebGLUniformLocation_Int32Array(mthis, location, v) native "WebGLRenderingContext_uniform4iv_Callback"; - static $uniform2f_Callback(mthis, location, x, y) native "WebGLRenderingContext_uniform2f_Callback_RESOLVER_STRING_3_WebGLUniformLocation_float_float"; + static uniformMatrix2fv_Callback_WebGLUniformLocation_boolean_Float32Array(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix2fv_Callback"; - static $uniform2fv_Callback(mthis, location, v) native "WebGLRenderingContext_uniform2fv_Callback"; + static uniformMatrix3fv_Callback_WebGLUniformLocation_boolean_Float32Array(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix3fv_Callback"; - static $uniform2i_Callback(mthis, location, x, y) native "WebGLRenderingContext_uniform2i_Callback_RESOLVER_STRING_3_WebGLUniformLocation_long_long"; + static uniformMatrix4fv_Callback_WebGLUniformLocation_boolean_Float32Array(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix4fv_Callback"; - static $uniform2iv_Callback(mthis, location, v) native "WebGLRenderingContext_uniform2iv_Callback"; + static useProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_useProgram_Callback_WebGLProgram"; - static $uniform3f_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3f_Callback_RESOLVER_STRING_4_WebGLUniformLocation_float_float_float"; + static validateProgram_Callback_WebGLProgram(mthis, program) native "WebGLRenderingContext_validateProgram_Callback_WebGLProgram"; - static $uniform3fv_Callback(mthis, location, v) native "WebGLRenderingContext_uniform3fv_Callback"; + static vertexAttrib1f_Callback_ul_float(mthis, indx, x) native "WebGLRenderingContext_vertexAttrib1f_Callback_unsigned long_float"; - static $uniform3i_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3i_Callback_RESOLVER_STRING_4_WebGLUniformLocation_long_long_long"; + static vertexAttrib1fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib1fv_Callback"; - static $uniform3iv_Callback(mthis, location, v) native "WebGLRenderingContext_uniform3iv_Callback"; + static vertexAttrib2f_Callback_ul_float_float(mthis, indx, x, y) native "WebGLRenderingContext_vertexAttrib2f_Callback_unsigned long_float_float"; - static $uniform4f_Callback(mthis, location, x, y, z, w) native "WebGLRenderingContext_uniform4f_Callback_RESOLVER_STRING_5_WebGLUniformLocation_float_float_float_float"; + static vertexAttrib2fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib2fv_Callback"; - static $uniform4fv_Callback(mthis, location, v) native "WebGLRenderingContext_uniform4fv_Callback"; + static vertexAttrib3f_Callback_ul_float_float_float(mthis, indx, x, y, z) native "WebGLRenderingContext_vertexAttrib3f_Callback_unsigned long_float_float_float"; - static $uniform4i_Callback(mthis, location, x, y, z, w) native "WebGLRenderingContext_uniform4i_Callback_RESOLVER_STRING_5_WebGLUniformLocation_long_long_long_long"; + static vertexAttrib3fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib3fv_Callback"; - static $uniform4iv_Callback(mthis, location, v) native "WebGLRenderingContext_uniform4iv_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 $uniformMatrix2fv_Callback(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix2fv_Callback"; + static vertexAttrib4fv_Callback_ul_Float32Array(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib4fv_Callback"; - static $uniformMatrix3fv_Callback(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix3fv_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 $uniformMatrix4fv_Callback(mthis, location, transpose, array) native "WebGLRenderingContext_uniformMatrix4fv_Callback"; - - static $useProgram_Callback(mthis, program) native "WebGLRenderingContext_useProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; - - static $validateProgram_Callback(mthis, program) native "WebGLRenderingContext_validateProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; - - static $vertexAttrib1f_Callback(mthis, indx, x) native "WebGLRenderingContext_vertexAttrib1f_Callback_RESOLVER_STRING_2_unsigned long_float"; - - static $vertexAttrib1fv_Callback(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib1fv_Callback"; - - static $vertexAttrib2f_Callback(mthis, indx, x, y) native "WebGLRenderingContext_vertexAttrib2f_Callback_RESOLVER_STRING_3_unsigned long_float_float"; - - static $vertexAttrib2fv_Callback(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib2fv_Callback"; - - static $vertexAttrib3f_Callback(mthis, indx, x, y, z) native "WebGLRenderingContext_vertexAttrib3f_Callback_RESOLVER_STRING_4_unsigned long_float_float_float"; - - static $vertexAttrib3fv_Callback(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib3fv_Callback"; - - static $vertexAttrib4f_Callback(mthis, indx, x, y, z, w) native "WebGLRenderingContext_vertexAttrib4f_Callback_RESOLVER_STRING_5_unsigned long_float_float_float_float"; - - static $vertexAttrib4fv_Callback(mthis, indx, values) native "WebGLRenderingContext_vertexAttrib4fv_Callback"; - - static $vertexAttribPointer_Callback(mthis, indx, size, type, normalized, stride, offset) native "WebGLRenderingContext_vertexAttribPointer_Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_boolean_long_long long"; - - static $viewport_Callback(mthis, x, y, width, height) native "WebGLRenderingContext_viewport_Callback_RESOLVER_STRING_4_long_long_long_long"; + static viewport_Callback_long_long_long_long(mthis, x, y, width, height) native "WebGLRenderingContext_viewport_Callback_long_long_long_long"; } class BlinkWebGLShader {} class BlinkWebGLShaderPrecisionFormat { - static $precision_Getter(mthis) native "WebGLShaderPrecisionFormat_precision_Getter"; + static precision_Getter(mthis) native "WebGLShaderPrecisionFormat_precision_Getter"; - static $rangeMax_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMax_Getter"; + static rangeMax_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMax_Getter"; - static $rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Getter"; + static rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Getter"; } class BlinkWebGLTexture {} @@ -7903,289 +7813,281 @@ class BlinkWebGLUniformLocation {} class BlinkWebGLVertexArrayObjectOES {} class BlinkWebKitAnimationEvent { - static $animationName_Getter(mthis) native "WebKitAnimationEvent_animationName_Getter"; + static animationName_Getter(mthis) native "WebKitAnimationEvent_animationName_Getter"; - static $elapsedTime_Getter(mthis) native "WebKitAnimationEvent_elapsedTime_Getter"; + static elapsedTime_Getter(mthis) native "WebKitAnimationEvent_elapsedTime_Getter"; } class BlinkWebKitCSSFilterRule { - static $style_Getter(mthis) native "WebKitCSSFilterRule_style_Getter"; + static style_Getter(mthis) native "WebKitCSSFilterRule_style_Getter"; } class BlinkWebKitCSSFilterValue {} class BlinkWebKitCSSMatrix { - static $_create_1constructorCallback(cssValue) native "WebKitCSSMatrix_constructorCallback_RESOLVER_STRING_1_DOMString"; + static constructorCallback_DOMString(cssValue) native "WebKitCSSMatrix_constructorCallback_DOMString"; } class BlinkWebKitCSSTransformValue {} class BlinkWebKitMediaSource { - static $_create_1constructorCallback() native "WebKitMediaSource_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "WebKitMediaSource_constructorCallback"; } class BlinkWebKitNotification {} class BlinkWebKitPoint { - static $constructorCallback(x, y) native "WebKitPoint_constructorCallback"; + static constructorCallback_float_float(x, y) native "WebKitPoint_constructorCallback"; - static $x_Getter(mthis) native "WebKitPoint_x_Getter"; + static x_Getter(mthis) native "WebKitPoint_x_Getter"; - static $x_Setter(mthis, value) native "WebKitPoint_x_Setter"; + static x_Setter_float(mthis, value) native "WebKitPoint_x_Setter"; - static $y_Getter(mthis) native "WebKitPoint_y_Getter"; + static y_Getter(mthis) native "WebKitPoint_y_Getter"; - static $y_Setter(mthis, value) native "WebKitPoint_y_Setter"; + static y_Setter_float(mthis, value) native "WebKitPoint_y_Setter"; } class BlinkWebKitSourceBuffer {} class BlinkWebKitSourceBufferList { - static $item_Callback(mthis, index) native "WebKitSourceBufferList_item_Callback_RESOLVER_STRING_1_unsigned long"; + static item_Callback_ul(mthis, index) native "WebKitSourceBufferList_item_Callback_unsigned long"; } class BlinkWebSocket { - static $_create_1constructorCallback(url) native "WebSocket_constructorCallback_RESOLVER_STRING_1_DOMString"; + static constructorCallback_DOMString(url) native "WebSocket_constructorCallback_DOMString"; - static $_create_2constructorCallback(url, protocol_OR_protocols) native "WebSocket_constructorCallback_RESOLVER_STRING_2_DOMString_sequence"; + static constructorCallback_DOMString_SEQ_DOMString_SEQ(url, protocol_OR_protocols) native "WebSocket_constructorCallback_DOMString_sequence"; - static $_create_3constructorCallback(url, protocol_OR_protocols) native "WebSocket_constructorCallback_RESOLVER_STRING_2_DOMString_DOMString"; + static constructorCallback_DOMString_DOMString(url, protocol_OR_protocols) native "WebSocket_constructorCallback_DOMString_DOMString"; - static $binaryType_Getter(mthis) native "WebSocket_binaryType_Getter"; + static binaryType_Getter(mthis) native "WebSocket_binaryType_Getter"; - static $binaryType_Setter(mthis, value) native "WebSocket_binaryType_Setter"; + static binaryType_Setter_DOMString(mthis, value) native "WebSocket_binaryType_Setter"; - static $bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter"; + static bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter"; - static $extensions_Getter(mthis) native "WebSocket_extensions_Getter"; + static extensions_Getter(mthis) native "WebSocket_extensions_Getter"; - static $protocol_Getter(mthis) native "WebSocket_protocol_Getter"; + static protocol_Getter(mthis) native "WebSocket_protocol_Getter"; - static $readyState_Getter(mthis) native "WebSocket_readyState_Getter"; + static readyState_Getter(mthis) native "WebSocket_readyState_Getter"; - static $url_Getter(mthis) native "WebSocket_url_Getter"; + static url_Getter(mthis) native "WebSocket_url_Getter"; - static $_close_1_Callback(mthis, code, reason) native "WebSocket_close_Callback_RESOLVER_STRING_2_unsigned short_DOMString"; + static close_Callback_us_DOMString(mthis, code, reason) native "WebSocket_close_Callback_unsigned short_DOMString"; - static $_close_2_Callback(mthis, code) native "WebSocket_close_Callback_RESOLVER_STRING_1_unsigned short"; + static close_Callback_us(mthis, code) native "WebSocket_close_Callback_unsigned short"; - static $_close_3_Callback(mthis) native "WebSocket_close_Callback_RESOLVER_STRING_0_"; + static close_Callback(mthis) native "WebSocket_close_Callback"; - static $_send_1_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER_STRING_1_ArrayBufferView"; + static send_Callback_ArrayBufferView(mthis, data) native "WebSocket_send_Callback_ArrayBufferView"; - static $_send_2_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER_STRING_1_ArrayBuffer"; + static send_Callback_ArrayBuffer(mthis, data) native "WebSocket_send_Callback_ArrayBuffer"; - static $_send_3_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER_STRING_1_Blob"; + static send_Callback_Blob(mthis, data) native "WebSocket_send_Callback_Blob"; - static $_send_4_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER_STRING_1_DOMString"; - - static $sendBlob_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER_STRING_1_Blob"; - - static $sendByteBuffer_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER_STRING_1_ArrayBuffer"; - - static $sendString_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER_STRING_1_DOMString"; - - static $sendTypedData_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER_STRING_1_ArrayBufferView"; + static send_Callback_DOMString(mthis, data) native "WebSocket_send_Callback_DOMString"; } class BlinkWheelEvent { - static $deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; + static deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; - static $deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; + static deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; - static $deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; + static deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; - static $deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; + static deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; - static $webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelEvent_webkitDirectionInvertedFromDevice_Getter"; + static webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelEvent_webkitDirectionInvertedFromDevice_Getter"; - static $wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter"; + static wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter"; - static $wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Getter"; + static wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Getter"; - static $initWebKitWheelEvent_Callback(mthis, wheelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) native "WheelEvent_initWebKitWheelEvent_Callback_RESOLVER_STRING_11_long_long_Window_long_long_long_long_boolean_boolean_boolean_boolean"; + static initWebKitWheelEvent_Callback_long_long_Window_long_long_long_long_boolean_boolean_boolean_boolean(mthis, wheelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) native "WheelEvent_initWebKitWheelEvent_Callback_long_long_Window_long_long_long_long_boolean_boolean_boolean_boolean"; } class BlinkWindow { - static $CSS_Getter(mthis) native "Window_CSS_Getter"; + static CSS_Getter(mthis) native "Window_CSS_Getter"; - static $applicationCache_Getter(mthis) native "Window_applicationCache_Getter"; + static applicationCache_Getter(mthis) native "Window_applicationCache_Getter"; - static $closed_Getter(mthis) native "Window_closed_Getter"; + static closed_Getter(mthis) native "Window_closed_Getter"; - static $console_Getter(mthis) native "Window_console_Getter"; + static console_Getter(mthis) native "Window_console_Getter"; - static $crypto_Getter(mthis) native "Window_crypto_Getter"; + static crypto_Getter(mthis) native "Window_crypto_Getter"; - static $defaultStatus_Getter(mthis) native "Window_defaultStatus_Getter"; + static defaultStatus_Getter(mthis) native "Window_defaultStatus_Getter"; - static $defaultStatus_Setter(mthis, value) native "Window_defaultStatus_Setter"; + static defaultStatus_Setter_DOMString(mthis, value) native "Window_defaultStatus_Setter"; - static $defaultstatus_Getter(mthis) native "Window_defaultstatus_Getter"; + static defaultstatus_Getter(mthis) native "Window_defaultstatus_Getter"; - static $defaultstatus_Setter(mthis, value) native "Window_defaultstatus_Setter"; + static defaultstatus_Setter_DOMString(mthis, value) native "Window_defaultstatus_Setter"; - static $devicePixelRatio_Getter(mthis) native "Window_devicePixelRatio_Getter"; + static devicePixelRatio_Getter(mthis) native "Window_devicePixelRatio_Getter"; - static $document_Getter(mthis) native "Window_document_Getter"; + static document_Getter(mthis) native "Window_document_Getter"; - static $history_Getter(mthis) native "Window_history_Getter"; + static history_Getter(mthis) native "Window_history_Getter"; - static $indexedDB_Getter(mthis) native "Window_indexedDB_Getter"; + static indexedDB_Getter(mthis) native "Window_indexedDB_Getter"; - static $innerHeight_Getter(mthis) native "Window_innerHeight_Getter"; + static innerHeight_Getter(mthis) native "Window_innerHeight_Getter"; - static $innerWidth_Getter(mthis) native "Window_innerWidth_Getter"; + static innerWidth_Getter(mthis) native "Window_innerWidth_Getter"; - static $localStorage_Getter(mthis) native "Window_localStorage_Getter"; + static localStorage_Getter(mthis) native "Window_localStorage_Getter"; - static $location_Getter(mthis) native "Window_location_Getter"; + static location_Getter(mthis) native "Window_location_Getter"; - static $locationbar_Getter(mthis) native "Window_locationbar_Getter"; + static locationbar_Getter(mthis) native "Window_locationbar_Getter"; - static $menubar_Getter(mthis) native "Window_menubar_Getter"; + static menubar_Getter(mthis) native "Window_menubar_Getter"; - static $name_Getter(mthis) native "Window_name_Getter"; + static name_Getter(mthis) native "Window_name_Getter"; - static $name_Setter(mthis, value) native "Window_name_Setter"; + static name_Setter_DOMString(mthis, value) native "Window_name_Setter"; - static $navigator_Getter(mthis) native "Window_navigator_Getter"; + static navigator_Getter(mthis) native "Window_navigator_Getter"; - static $offscreenBuffering_Getter(mthis) native "Window_offscreenBuffering_Getter"; + static offscreenBuffering_Getter(mthis) native "Window_offscreenBuffering_Getter"; - static $opener_Getter(mthis) native "Window_opener_Getter"; + static opener_Getter(mthis) native "Window_opener_Getter"; - static $opener_Setter(mthis, value) native "Window_opener_Setter"; + static opener_Setter_Window(mthis, value) native "Window_opener_Setter"; - static $orientation_Getter(mthis) native "Window_orientation_Getter"; + static orientation_Getter(mthis) native "Window_orientation_Getter"; - static $outerHeight_Getter(mthis) native "Window_outerHeight_Getter"; + static outerHeight_Getter(mthis) native "Window_outerHeight_Getter"; - static $outerWidth_Getter(mthis) native "Window_outerWidth_Getter"; + static outerWidth_Getter(mthis) native "Window_outerWidth_Getter"; - static $pageXOffset_Getter(mthis) native "Window_pageXOffset_Getter"; + static pageXOffset_Getter(mthis) native "Window_pageXOffset_Getter"; - static $pageYOffset_Getter(mthis) native "Window_pageYOffset_Getter"; + static pageYOffset_Getter(mthis) native "Window_pageYOffset_Getter"; - static $parent_Getter(mthis) native "Window_parent_Getter"; + static parent_Getter(mthis) native "Window_parent_Getter"; - static $performance_Getter(mthis) native "Window_performance_Getter"; + static performance_Getter(mthis) native "Window_performance_Getter"; - static $screen_Getter(mthis) native "Window_screen_Getter"; + static screen_Getter(mthis) native "Window_screen_Getter"; - static $screenLeft_Getter(mthis) native "Window_screenLeft_Getter"; + static screenLeft_Getter(mthis) native "Window_screenLeft_Getter"; - static $screenTop_Getter(mthis) native "Window_screenTop_Getter"; + static screenTop_Getter(mthis) native "Window_screenTop_Getter"; - static $screenX_Getter(mthis) native "Window_screenX_Getter"; + static screenX_Getter(mthis) native "Window_screenX_Getter"; - static $screenY_Getter(mthis) native "Window_screenY_Getter"; + static screenY_Getter(mthis) native "Window_screenY_Getter"; - static $scrollX_Getter(mthis) native "Window_scrollX_Getter"; + static scrollX_Getter(mthis) native "Window_scrollX_Getter"; - static $scrollY_Getter(mthis) native "Window_scrollY_Getter"; + static scrollY_Getter(mthis) native "Window_scrollY_Getter"; - static $scrollbars_Getter(mthis) native "Window_scrollbars_Getter"; + static scrollbars_Getter(mthis) native "Window_scrollbars_Getter"; - static $self_Getter(mthis) native "Window_self_Getter"; + static self_Getter(mthis) native "Window_self_Getter"; - static $sessionStorage_Getter(mthis) native "Window_sessionStorage_Getter"; + static sessionStorage_Getter(mthis) native "Window_sessionStorage_Getter"; - static $speechSynthesis_Getter(mthis) native "Window_speechSynthesis_Getter"; + static speechSynthesis_Getter(mthis) native "Window_speechSynthesis_Getter"; - static $status_Getter(mthis) native "Window_status_Getter"; + static status_Getter(mthis) native "Window_status_Getter"; - static $status_Setter(mthis, value) native "Window_status_Setter"; + static status_Setter_DOMString(mthis, value) native "Window_status_Setter"; - static $statusbar_Getter(mthis) native "Window_statusbar_Getter"; + static statusbar_Getter(mthis) native "Window_statusbar_Getter"; - static $styleMedia_Getter(mthis) native "Window_styleMedia_Getter"; + static styleMedia_Getter(mthis) native "Window_styleMedia_Getter"; - static $toolbar_Getter(mthis) native "Window_toolbar_Getter"; + static toolbar_Getter(mthis) native "Window_toolbar_Getter"; - static $top_Getter(mthis) native "Window_top_Getter"; + static top_Getter(mthis) native "Window_top_Getter"; - static $window_Getter(mthis) native "Window_window_Getter"; + static window_Getter(mthis) native "Window_window_Getter"; - static $___getter___1_Callback(mthis, index_OR_name) native "Window___getter___Callback_RESOLVER_STRING_1_unsigned long"; + static $__getter___Callback_ul(mthis, index_OR_name) native "Window___getter___Callback_unsigned long"; - static $___getter___2_Callback(mthis, index_OR_name) native "Window___getter___Callback"; + static $__getter___Callback_DOMString(mthis, index_OR_name) native "Window___getter___Callback"; - static $alert_Callback(mthis, message) native "Window_alert_Callback_RESOLVER_STRING_1_DOMString"; + static alert_Callback_DOMString(mthis, message) native "Window_alert_Callback_DOMString"; - static $cancelAnimationFrame_Callback(mthis, id) native "Window_cancelAnimationFrame_Callback_RESOLVER_STRING_1_long"; + static cancelAnimationFrame_Callback_long(mthis, id) native "Window_cancelAnimationFrame_Callback_long"; - static $close_Callback(mthis) native "Window_close_Callback_RESOLVER_STRING_0_"; + static close_Callback(mthis) native "Window_close_Callback"; - static $confirm_Callback(mthis, message) native "Window_confirm_Callback_RESOLVER_STRING_1_DOMString"; + static confirm_Callback_DOMString(mthis, message) native "Window_confirm_Callback_DOMString"; - static $find_Callback(mthis, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog) native "Window_find_Callback_RESOLVER_STRING_7_DOMString_boolean_boolean_boolean_boolean_boolean_boolean"; + 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 $getComputedStyle_Callback(mthis, element, pseudoElement) native "Window_getComputedStyle_Callback_RESOLVER_STRING_2_Element_DOMString"; + static getComputedStyle_Callback_Element_DOMString(mthis, element, pseudoElement) native "Window_getComputedStyle_Callback_Element_DOMString"; - static $getMatchedCSSRules_Callback(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback_RESOLVER_STRING_2_Element_DOMString"; + static getMatchedCSSRules_Callback_Element_DOMString(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback_Element_DOMString"; - static $getSelection_Callback(mthis) native "Window_getSelection_Callback_RESOLVER_STRING_0_"; + static getSelection_Callback(mthis) native "Window_getSelection_Callback"; - static $matchMedia_Callback(mthis, query) native "Window_matchMedia_Callback_RESOLVER_STRING_1_DOMString"; + static matchMedia_Callback_DOMString(mthis, query) native "Window_matchMedia_Callback_DOMString"; - static $moveBy_Callback(mthis, x, y) native "Window_moveBy_Callback_RESOLVER_STRING_2_float_float"; + static moveBy_Callback_float_float(mthis, x, y) native "Window_moveBy_Callback_float_float"; - static $moveTo_Callback(mthis, x, y) native "Window_moveTo_Callback_RESOLVER_STRING_2_float_float"; + static moveTo_Callback_float_float(mthis, x, y) native "Window_moveTo_Callback_float_float"; - static $open_Callback(mthis, url, name, options) native "Window_open_Callback"; + static open_Callback_DOMString_DOMString_DOMString(mthis, url, name, options) native "Window_open_Callback"; - static $openDatabase_Callback(mthis, name, version, displayName, estimatedSize, creationCallback) native "Window_openDatabase_Callback_RESOLVER_STRING_5_DOMString_DOMString_DOMString_unsigned long_DatabaseCallback"; + 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 $postMessage_Callback(mthis, message, targetOrigin, messagePorts) native "Window_postMessage_Callback"; + static postMessage_Callback_SerializedScriptValue_DOMString_A_MessagePort_A(mthis, message, targetOrigin, messagePorts) native "Window_postMessage_Callback"; - static $print_Callback(mthis) native "Window_print_Callback_RESOLVER_STRING_0_"; + static print_Callback(mthis) native "Window_print_Callback"; - static $requestAnimationFrame_Callback(mthis, callback) native "Window_requestAnimationFrame_Callback_RESOLVER_STRING_1_RequestAnimationFrameCallback"; + static requestAnimationFrame_Callback_RequestAnimationFrameCallback(mthis, callback) native "Window_requestAnimationFrame_Callback_RequestAnimationFrameCallback"; - static $resizeBy_Callback(mthis, x, y) native "Window_resizeBy_Callback_RESOLVER_STRING_2_float_float"; + static resizeBy_Callback_float_float(mthis, x, y) native "Window_resizeBy_Callback_float_float"; - static $resizeTo_Callback(mthis, width, height) native "Window_resizeTo_Callback_RESOLVER_STRING_2_float_float"; + static resizeTo_Callback_float_float(mthis, width, height) native "Window_resizeTo_Callback_float_float"; - static $scroll_Callback(mthis, x, y, scrollOptions) native "Window_scroll_Callback_RESOLVER_STRING_3_long_long_Dictionary"; + static scroll_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native "Window_scroll_Callback_long_long_Dictionary"; - static $scrollBy_Callback(mthis, x, y, scrollOptions) native "Window_scrollBy_Callback_RESOLVER_STRING_3_long_long_Dictionary"; + static scrollBy_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native "Window_scrollBy_Callback_long_long_Dictionary"; - static $scrollTo_Callback(mthis, x, y, scrollOptions) native "Window_scrollTo_Callback_RESOLVER_STRING_3_long_long_Dictionary"; + static scrollTo_Callback_long_long_Dictionary(mthis, x, y, scrollOptions) native "Window_scrollTo_Callback_long_long_Dictionary"; - static $showModalDialog_Callback(mthis, url, dialogArgs, featureArgs) native "Window_showModalDialog_Callback"; + static showModalDialog_Callback_DOMString_ScriptValue_DOMString(mthis, url, dialogArgs, featureArgs) native "Window_showModalDialog_Callback"; - static $stop_Callback(mthis) native "Window_stop_Callback_RESOLVER_STRING_0_"; + static stop_Callback(mthis) native "Window_stop_Callback"; - static $toString_Callback(mthis) native "Window_toString_Callback"; + static toString_Callback(mthis) native "Window_toString_Callback"; - static $webkitConvertPointFromNodeToPage_Callback(mthis, node, p) native "Window_webkitConvertPointFromNodeToPage_Callback_RESOLVER_STRING_2_Node_WebKitPoint"; + static webkitConvertPointFromNodeToPage_Callback_Node_WebKitPoint(mthis, node, p) native "Window_webkitConvertPointFromNodeToPage_Callback_Node_WebKitPoint"; - static $webkitConvertPointFromPageToNode_Callback(mthis, node, p) native "Window_webkitConvertPointFromPageToNode_Callback_RESOLVER_STRING_2_Node_WebKitPoint"; + static webkitConvertPointFromPageToNode_Callback_Node_WebKitPoint(mthis, node, p) native "Window_webkitConvertPointFromPageToNode_Callback_Node_WebKitPoint"; - static $webkitRequestFileSystem_Callback(mthis, type, size, successCallback, errorCallback) native "Window_webkitRequestFileSystem_Callback_RESOLVER_STRING_4_unsigned short_long long_FileSystemCallback_ErrorCallback"; + static webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback(mthis, type, size, successCallback, errorCallback) native "Window_webkitRequestFileSystem_Callback_unsigned short_long long_FileSystemCallback_ErrorCallback"; - static $webkitResolveLocalFileSystemURL_Callback(mthis, url, successCallback, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback_RESOLVER_STRING_3_DOMString_EntryCallback_ErrorCallback"; + static webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback(mthis, url, successCallback, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback"; - static $atob_Callback(mthis, string) native "Window_atob_Callback_RESOLVER_STRING_1_DOMString"; + static atob_Callback_DOMString(mthis, string) native "Window_atob_Callback_DOMString"; - static $btoa_Callback(mthis, string) native "Window_btoa_Callback_RESOLVER_STRING_1_DOMString"; + static btoa_Callback_DOMString(mthis, string) native "Window_btoa_Callback_DOMString"; - static $clearInterval_Callback(mthis, handle) native "Window_clearInterval_Callback_RESOLVER_STRING_1_long"; + static clearInterval_Callback_long(mthis, handle) native "Window_clearInterval_Callback_long"; - static $clearTimeout_Callback(mthis, handle) native "Window_clearTimeout_Callback_RESOLVER_STRING_1_long"; + static clearTimeout_Callback_long(mthis, handle) native "Window_clearTimeout_Callback_long"; - static $setInterval_Callback(mthis, handler, timeout) native "Window_setInterval_Callback"; + static setInterval_Callback_ScriptValue_long(mthis, handler, timeout) native "Window_setInterval_Callback"; - static $setTimeout_Callback(mthis, handler, timeout) native "Window_setTimeout_Callback"; + static setTimeout_Callback_ScriptValue_long(mthis, handler, timeout) native "Window_setTimeout_Callback"; } class BlinkWorker { - static $_create_1constructorCallback(scriptUrl) native "Worker_constructorCallback_RESOLVER_STRING_1_DOMString"; + static constructorCallback_DOMString(scriptUrl) native "Worker_constructorCallback_DOMString"; - static $postMessage_Callback(mthis, message, messagePorts) native "Worker_postMessage_Callback"; + static postMessage_Callback_SerializedScriptValue_A_MessagePort_A(mthis, message, messagePorts) native "Worker_postMessage_Callback"; - static $terminate_Callback(mthis) native "Worker_terminate_Callback_RESOLVER_STRING_0_"; + static terminate_Callback(mthis) native "Worker_terminate_Callback"; } class BlinkWorkerConsole {} @@ -8197,7 +8099,7 @@ class BlinkWorkerLocation {} class BlinkWorkerNavigator {} class BlinkWorkerPerformance { - static $now_Callback(mthis) native "WorkerPerformance_now_Callback_RESOLVER_STRING_0_"; + static now_Callback(mthis) native "WorkerPerformance_now_Callback"; } class BlinkXMLDocument {} @@ -8205,47 +8107,47 @@ class BlinkXMLDocument {} class BlinkXMLHttpRequestEventTarget {} class BlinkXMLHttpRequest { - static $constructorCallback() native "XMLHttpRequest_constructorCallback"; + static constructorCallback() native "XMLHttpRequest_constructorCallback"; - static $readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter"; + static readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter"; - static $response_Getter(mthis) native "XMLHttpRequest_response_Getter"; + static response_Getter(mthis) native "XMLHttpRequest_response_Getter"; - static $responseText_Getter(mthis) native "XMLHttpRequest_responseText_Getter"; + static responseText_Getter(mthis) native "XMLHttpRequest_responseText_Getter"; - static $responseType_Getter(mthis) native "XMLHttpRequest_responseType_Getter"; + static responseType_Getter(mthis) native "XMLHttpRequest_responseType_Getter"; - static $responseType_Setter(mthis, value) native "XMLHttpRequest_responseType_Setter"; + static responseType_Setter_DOMString(mthis, value) native "XMLHttpRequest_responseType_Setter"; - static $responseXML_Getter(mthis) native "XMLHttpRequest_responseXML_Getter"; + static responseXML_Getter(mthis) native "XMLHttpRequest_responseXML_Getter"; - static $status_Getter(mthis) native "XMLHttpRequest_status_Getter"; + static status_Getter(mthis) native "XMLHttpRequest_status_Getter"; - static $statusText_Getter(mthis) native "XMLHttpRequest_statusText_Getter"; + static statusText_Getter(mthis) native "XMLHttpRequest_statusText_Getter"; - static $timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter"; + static timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter"; - static $timeout_Setter(mthis, value) native "XMLHttpRequest_timeout_Setter"; + static timeout_Setter_ul(mthis, value) native "XMLHttpRequest_timeout_Setter"; - static $upload_Getter(mthis) native "XMLHttpRequest_upload_Getter"; + static upload_Getter(mthis) native "XMLHttpRequest_upload_Getter"; - static $withCredentials_Getter(mthis) native "XMLHttpRequest_withCredentials_Getter"; + static withCredentials_Getter(mthis) native "XMLHttpRequest_withCredentials_Getter"; - static $withCredentials_Setter(mthis, value) native "XMLHttpRequest_withCredentials_Setter"; + static withCredentials_Setter_boolean(mthis, value) native "XMLHttpRequest_withCredentials_Setter"; - static $abort_Callback(mthis) native "XMLHttpRequest_abort_Callback_RESOLVER_STRING_0_"; + static abort_Callback(mthis) native "XMLHttpRequest_abort_Callback"; - static $getAllResponseHeaders_Callback(mthis) native "XMLHttpRequest_getAllResponseHeaders_Callback_RESOLVER_STRING_0_"; + static getAllResponseHeaders_Callback(mthis) native "XMLHttpRequest_getAllResponseHeaders_Callback"; - static $getResponseHeader_Callback(mthis, header) native "XMLHttpRequest_getResponseHeader_Callback_RESOLVER_STRING_1_DOMString"; + static getResponseHeader_Callback_DOMString(mthis, header) native "XMLHttpRequest_getResponseHeader_Callback_DOMString"; - static $open_Callback(mthis, method, url, async, user, password) native "XMLHttpRequest_open_Callback"; + static open_Callback_DOMString_DOMString_boolean_DOMString_DOMString(mthis, method, url, async, user, password) native "XMLHttpRequest_open_Callback"; - static $overrideMimeType_Callback(mthis, override) native "XMLHttpRequest_overrideMimeType_Callback_RESOLVER_STRING_1_DOMString"; + static overrideMimeType_Callback_DOMString(mthis, override) native "XMLHttpRequest_overrideMimeType_Callback_DOMString"; - static $send_Callback(mthis, data) native "XMLHttpRequest_send_Callback"; + static send_Callback(mthis, data) native "XMLHttpRequest_send_Callback"; - static $setRequestHeader_Callback(mthis, header, value) native "XMLHttpRequest_setRequestHeader_Callback_RESOLVER_STRING_2_DOMString_DOMString"; + static setRequestHeader_Callback_DOMString_DOMString(mthis, header, value) native "XMLHttpRequest_setRequestHeader_Callback_DOMString_DOMString"; } class BlinkXMLHttpRequestProgressEvent {} @@ -8253,67 +8155,67 @@ class BlinkXMLHttpRequestProgressEvent {} class BlinkXMLHttpRequestUpload {} class BlinkXMLSerializer { - static $_create_1constructorCallback() native "XMLSerializer_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "XMLSerializer_constructorCallback"; - static $serializeToString_Callback(mthis, node) native "XMLSerializer_serializeToString_Callback_RESOLVER_STRING_1_Node"; + static serializeToString_Callback_Node(mthis, node) native "XMLSerializer_serializeToString_Callback_Node"; } class BlinkXPathEvaluator { - static $_create_1constructorCallback() native "XPathEvaluator_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "XPathEvaluator_constructorCallback"; - static $createExpression_Callback(mthis, expression, resolver) native "XPathEvaluator_createExpression_Callback_RESOLVER_STRING_2_DOMString_XPathNSResolver"; + static createExpression_Callback_DOMString_XPathNSResolver(mthis, expression, resolver) native "XPathEvaluator_createExpression_Callback_DOMString_XPathNSResolver"; - static $createNSResolver_Callback(mthis, nodeResolver) native "XPathEvaluator_createNSResolver_Callback_RESOLVER_STRING_1_Node"; + static createNSResolver_Callback_Node(mthis, nodeResolver) native "XPathEvaluator_createNSResolver_Callback_Node"; - static $evaluate_Callback(mthis, expression, contextNode, resolver, type, inResult) native "XPathEvaluator_evaluate_Callback_RESOLVER_STRING_5_DOMString_Node_XPathNSResolver_unsigned short_XPathResult"; + static evaluate_Callback_DOMString_Node_XPathNSResolver_us_XPathResult(mthis, expression, contextNode, resolver, type, inResult) native "XPathEvaluator_evaluate_Callback_DOMString_Node_XPathNSResolver_unsigned short_XPathResult"; } class BlinkXPathExpression { - static $evaluate_Callback(mthis, contextNode, type, inResult) native "XPathExpression_evaluate_Callback_RESOLVER_STRING_3_Node_unsigned short_XPathResult"; + static evaluate_Callback_Node_us_XPathResult(mthis, contextNode, type, inResult) native "XPathExpression_evaluate_Callback_Node_unsigned short_XPathResult"; } class BlinkXPathNSResolver { - static $lookupNamespaceURI_Callback(mthis, prefix) native "XPathNSResolver_lookupNamespaceURI_Callback_RESOLVER_STRING_1_DOMString"; + static lookupNamespaceURI_Callback_DOMString(mthis, prefix) native "XPathNSResolver_lookupNamespaceURI_Callback_DOMString"; } class BlinkXPathResult { - static $booleanValue_Getter(mthis) native "XPathResult_booleanValue_Getter"; + static booleanValue_Getter(mthis) native "XPathResult_booleanValue_Getter"; - static $invalidIteratorState_Getter(mthis) native "XPathResult_invalidIteratorState_Getter"; + static invalidIteratorState_Getter(mthis) native "XPathResult_invalidIteratorState_Getter"; - static $numberValue_Getter(mthis) native "XPathResult_numberValue_Getter"; + static numberValue_Getter(mthis) native "XPathResult_numberValue_Getter"; - static $resultType_Getter(mthis) native "XPathResult_resultType_Getter"; + static resultType_Getter(mthis) native "XPathResult_resultType_Getter"; - static $singleNodeValue_Getter(mthis) native "XPathResult_singleNodeValue_Getter"; + static singleNodeValue_Getter(mthis) native "XPathResult_singleNodeValue_Getter"; - static $snapshotLength_Getter(mthis) native "XPathResult_snapshotLength_Getter"; + static snapshotLength_Getter(mthis) native "XPathResult_snapshotLength_Getter"; - static $stringValue_Getter(mthis) native "XPathResult_stringValue_Getter"; + static stringValue_Getter(mthis) native "XPathResult_stringValue_Getter"; - static $iterateNext_Callback(mthis) native "XPathResult_iterateNext_Callback_RESOLVER_STRING_0_"; + static iterateNext_Callback(mthis) native "XPathResult_iterateNext_Callback"; - static $snapshotItem_Callback(mthis, index) native "XPathResult_snapshotItem_Callback_RESOLVER_STRING_1_unsigned long"; + static snapshotItem_Callback_ul(mthis, index) native "XPathResult_snapshotItem_Callback_unsigned long"; } class BlinkXSLTProcessor { - static $_create_1constructorCallback() native "XSLTProcessor_constructorCallback_RESOLVER_STRING_0_"; + static constructorCallback() native "XSLTProcessor_constructorCallback"; - static $clearParameters_Callback(mthis) native "XSLTProcessor_clearParameters_Callback_RESOLVER_STRING_0_"; + static clearParameters_Callback(mthis) native "XSLTProcessor_clearParameters_Callback"; - static $getParameter_Callback(mthis, namespaceURI, localName) native "XSLTProcessor_getParameter_Callback"; + static getParameter_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "XSLTProcessor_getParameter_Callback"; - static $importStylesheet_Callback(mthis, stylesheet) native "XSLTProcessor_importStylesheet_Callback_RESOLVER_STRING_1_Node"; + static importStylesheet_Callback_Node(mthis, stylesheet) native "XSLTProcessor_importStylesheet_Callback_Node"; - static $removeParameter_Callback(mthis, namespaceURI, localName) native "XSLTProcessor_removeParameter_Callback"; + static removeParameter_Callback_DOMString_DOMString(mthis, namespaceURI, localName) native "XSLTProcessor_removeParameter_Callback"; - static $reset_Callback(mthis) native "XSLTProcessor_reset_Callback_RESOLVER_STRING_0_"; + static reset_Callback(mthis) native "XSLTProcessor_reset_Callback"; - static $setParameter_Callback(mthis, namespaceURI, localName, value) native "XSLTProcessor_setParameter_Callback"; + static setParameter_Callback_DOMString_DOMString_DOMString(mthis, namespaceURI, localName, value) native "XSLTProcessor_setParameter_Callback"; - static $transformToDocument_Callback(mthis, source) native "XSLTProcessor_transformToDocument_Callback_RESOLVER_STRING_1_Node"; + static transformToDocument_Callback_Node(mthis, source) native "XSLTProcessor_transformToDocument_Callback_Node"; - static $transformToFragment_Callback(mthis, source, docVal) native "XSLTProcessor_transformToFragment_Callback_RESOLVER_STRING_2_Node_Document"; + static transformToFragment_Callback_Node_Document(mthis, source, docVal) native "XSLTProcessor_transformToFragment_Callback_Node_Document"; } @@ -8353,18 +8255,18 @@ class Blink_DOMWindowCrossFrame { static get_top(_DOMWindowCrossFrame) native "Window_top_Getter"; - static close(_DOMWindowCrossFrame) native "Window_close_Callback_RESOLVER_STRING_0_"; + static close(_DOMWindowCrossFrame) native "Window_close_Callback"; static postMessage(_DOMWindowCrossFrame, message, targetOrigin, [messagePorts]) native "Window_postMessage_Callback"; } class Blink_HistoryCrossFrame { // _HistoryCrossFrame native entry points - static back(_HistoryCrossFrame) native "History_back_Callback_RESOLVER_STRING_0_"; + static back(_HistoryCrossFrame) native "History_back_Callback"; - static forward(_HistoryCrossFrame) native "History_forward_Callback_RESOLVER_STRING_0_"; + static forward(_HistoryCrossFrame) native "History_forward_Callback"; - static go(_HistoryCrossFrame, distance) native "History_go_Callback_RESOLVER_STRING_1_long"; + static go(_HistoryCrossFrame, distance) native "History_go_Callback_long"; } class Blink_LocationCrossFrame { diff --git a/sdk/lib/html/dartium/html_dartium.dart b/sdk/lib/html/dartium/html_dartium.dart index ff1d33d9e81..da6994599f6 100644 --- a/sdk/lib/html/dartium/html_dartium.dart +++ b/sdk/lib/html/dartium/html_dartium.dart @@ -624,7 +624,7 @@ class Algorithm extends NativeFieldWrapperClass2 { @DomName('Algorithm.name') @DocsEditable() @Experimental() // untriaged - String get name => _blink.BlinkAlgorithm.$name_Getter(this); + String get name => _blink.BlinkAlgorithm.name_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -656,137 +656,137 @@ class AnchorElement extends HtmlElement implements UrlUtils { @DomName('HTMLAnchorElement.download') @DocsEditable() - String get download => _blink.BlinkHTMLAnchorElement.$download_Getter(this); + String get download => _blink.BlinkHTMLAnchorElement.download_Getter(this); @DomName('HTMLAnchorElement.download') @DocsEditable() - void set download(String value) => _blink.BlinkHTMLAnchorElement.$download_Setter(this, value); + void set download(String value) => _blink.BlinkHTMLAnchorElement.download_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.hreflang') @DocsEditable() - String get hreflang => _blink.BlinkHTMLAnchorElement.$hreflang_Getter(this); + String get hreflang => _blink.BlinkHTMLAnchorElement.hreflang_Getter(this); @DomName('HTMLAnchorElement.hreflang') @DocsEditable() - void set hreflang(String value) => _blink.BlinkHTMLAnchorElement.$hreflang_Setter(this, value); + void set hreflang(String value) => _blink.BlinkHTMLAnchorElement.hreflang_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.rel') @DocsEditable() - String get rel => _blink.BlinkHTMLAnchorElement.$rel_Getter(this); + String get rel => _blink.BlinkHTMLAnchorElement.rel_Getter(this); @DomName('HTMLAnchorElement.rel') @DocsEditable() - void set rel(String value) => _blink.BlinkHTMLAnchorElement.$rel_Setter(this, value); + void set rel(String value) => _blink.BlinkHTMLAnchorElement.rel_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.target') @DocsEditable() - String get target => _blink.BlinkHTMLAnchorElement.$target_Getter(this); + String get target => _blink.BlinkHTMLAnchorElement.target_Getter(this); @DomName('HTMLAnchorElement.target') @DocsEditable() - void set target(String value) => _blink.BlinkHTMLAnchorElement.$target_Setter(this, value); + void set target(String value) => _blink.BlinkHTMLAnchorElement.target_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLAnchorElement.$type_Getter(this); + String get type => _blink.BlinkHTMLAnchorElement.type_Getter(this); @DomName('HTMLAnchorElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkHTMLAnchorElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkHTMLAnchorElement.type_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.hash') @DocsEditable() - String get hash => _blink.BlinkHTMLAnchorElement.$hash_Getter(this); + String get hash => _blink.BlinkHTMLAnchorElement.hash_Getter(this); @DomName('HTMLAnchorElement.hash') @DocsEditable() - void set hash(String value) => _blink.BlinkHTMLAnchorElement.$hash_Setter(this, value); + void set hash(String value) => _blink.BlinkHTMLAnchorElement.hash_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.host') @DocsEditable() - String get host => _blink.BlinkHTMLAnchorElement.$host_Getter(this); + String get host => _blink.BlinkHTMLAnchorElement.host_Getter(this); @DomName('HTMLAnchorElement.host') @DocsEditable() - void set host(String value) => _blink.BlinkHTMLAnchorElement.$host_Setter(this, value); + void set host(String value) => _blink.BlinkHTMLAnchorElement.host_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.hostname') @DocsEditable() - String get hostname => _blink.BlinkHTMLAnchorElement.$hostname_Getter(this); + String get hostname => _blink.BlinkHTMLAnchorElement.hostname_Getter(this); @DomName('HTMLAnchorElement.hostname') @DocsEditable() - void set hostname(String value) => _blink.BlinkHTMLAnchorElement.$hostname_Setter(this, value); + void set hostname(String value) => _blink.BlinkHTMLAnchorElement.hostname_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.href') @DocsEditable() - String get href => _blink.BlinkHTMLAnchorElement.$href_Getter(this); + String get href => _blink.BlinkHTMLAnchorElement.href_Getter(this); @DomName('HTMLAnchorElement.href') @DocsEditable() - void set href(String value) => _blink.BlinkHTMLAnchorElement.$href_Setter(this, value); + void set href(String value) => _blink.BlinkHTMLAnchorElement.href_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.origin') @DocsEditable() // WebKit only @Experimental() // non-standard - String get origin => _blink.BlinkHTMLAnchorElement.$origin_Getter(this); + String get origin => _blink.BlinkHTMLAnchorElement.origin_Getter(this); @DomName('HTMLAnchorElement.password') @DocsEditable() @Experimental() // untriaged - String get password => _blink.BlinkHTMLAnchorElement.$password_Getter(this); + String get password => _blink.BlinkHTMLAnchorElement.password_Getter(this); @DomName('HTMLAnchorElement.password') @DocsEditable() @Experimental() // untriaged - void set password(String value) => _blink.BlinkHTMLAnchorElement.$password_Setter(this, value); + void set password(String value) => _blink.BlinkHTMLAnchorElement.password_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.pathname') @DocsEditable() - String get pathname => _blink.BlinkHTMLAnchorElement.$pathname_Getter(this); + String get pathname => _blink.BlinkHTMLAnchorElement.pathname_Getter(this); @DomName('HTMLAnchorElement.pathname') @DocsEditable() - void set pathname(String value) => _blink.BlinkHTMLAnchorElement.$pathname_Setter(this, value); + void set pathname(String value) => _blink.BlinkHTMLAnchorElement.pathname_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.port') @DocsEditable() - String get port => _blink.BlinkHTMLAnchorElement.$port_Getter(this); + String get port => _blink.BlinkHTMLAnchorElement.port_Getter(this); @DomName('HTMLAnchorElement.port') @DocsEditable() - void set port(String value) => _blink.BlinkHTMLAnchorElement.$port_Setter(this, value); + void set port(String value) => _blink.BlinkHTMLAnchorElement.port_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.protocol') @DocsEditable() - String get protocol => _blink.BlinkHTMLAnchorElement.$protocol_Getter(this); + String get protocol => _blink.BlinkHTMLAnchorElement.protocol_Getter(this); @DomName('HTMLAnchorElement.protocol') @DocsEditable() - void set protocol(String value) => _blink.BlinkHTMLAnchorElement.$protocol_Setter(this, value); + void set protocol(String value) => _blink.BlinkHTMLAnchorElement.protocol_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.search') @DocsEditable() - String get search => _blink.BlinkHTMLAnchorElement.$search_Getter(this); + String get search => _blink.BlinkHTMLAnchorElement.search_Getter(this); @DomName('HTMLAnchorElement.search') @DocsEditable() - void set search(String value) => _blink.BlinkHTMLAnchorElement.$search_Setter(this, value); + void set search(String value) => _blink.BlinkHTMLAnchorElement.search_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.username') @DocsEditable() @Experimental() // untriaged - String get username => _blink.BlinkHTMLAnchorElement.$username_Getter(this); + String get username => _blink.BlinkHTMLAnchorElement.username_Getter(this); @DomName('HTMLAnchorElement.username') @DocsEditable() @Experimental() // untriaged - void set username(String value) => _blink.BlinkHTMLAnchorElement.$username_Setter(this, value); + void set username(String value) => _blink.BlinkHTMLAnchorElement.username_Setter_DOMString(this, value); @DomName('HTMLAnchorElement.toString') @DocsEditable() - String toString() => _blink.BlinkHTMLAnchorElement.$toString_Callback(this); + String toString() => _blink.BlinkHTMLAnchorElement.toString_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -807,13 +807,13 @@ class Animation extends TimedItem { @DocsEditable() factory Animation(Element target, List keyframes, [timingInput]) { if ((timingInput is Map || timingInput == null) && (keyframes is List || keyframes == null) && (target is Element || target == null)) { - return _blink.BlinkAnimation.$_create_1constructorCallback(target, keyframes, timingInput); + return _blink.BlinkAnimation.constructorCallback_Element_SEQ_Dictionary_SEQ_Dictionary(target, keyframes, timingInput); } if ((timingInput is num || timingInput == null) && (keyframes is List || keyframes == null) && (target is Element || target == null)) { - return _blink.BlinkAnimation.$_create_2constructorCallback(target, keyframes, timingInput); + return _blink.BlinkAnimation.constructorCallback_Element_SEQ_Dictionary_SEQ_double(target, keyframes, timingInput); } if ((keyframes is List || keyframes == null) && (target is Element || target == null) && timingInput == null) { - return _blink.BlinkAnimation.$_create_3constructorCallback(target, keyframes); + return _blink.BlinkAnimation.constructorCallback_Element_SEQ_Dictionary_SEQ(target, keyframes); } throw new ArgumentError("Incorrect number or type of arguments"); } @@ -837,11 +837,11 @@ class AnimationEvent extends Event { @DomName('WebKitAnimationEvent.animationName') @DocsEditable() - String get animationName => _blink.BlinkWebKitAnimationEvent.$animationName_Getter(this); + String get animationName => _blink.BlinkWebKitAnimationEvent.animationName_Getter(this); @DomName('WebKitAnimationEvent.elapsedTime') @DocsEditable() - double get elapsedTime => _blink.BlinkWebKitAnimationEvent.$elapsedTime_Getter(this); + double get elapsedTime => _blink.BlinkWebKitAnimationEvent.elapsedTime_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -975,19 +975,19 @@ class ApplicationCache extends EventTarget { @DomName('ApplicationCache.status') @DocsEditable() - int get status => _blink.BlinkApplicationCache.$status_Getter(this); + int get status => _blink.BlinkApplicationCache.status_Getter(this); @DomName('ApplicationCache.abort') @DocsEditable() - void abort() => _blink.BlinkApplicationCache.$abort_Callback(this); + void abort() => _blink.BlinkApplicationCache.abort_Callback(this); @DomName('ApplicationCache.swapCache') @DocsEditable() - void swapCache() => _blink.BlinkApplicationCache.$swapCache_Callback(this); + void swapCache() => _blink.BlinkApplicationCache.swapCache_Callback(this); @DomName('ApplicationCache.update') @DocsEditable() - void update() => _blink.BlinkApplicationCache.$update_Callback(this); + void update() => _blink.BlinkApplicationCache.update_Callback(this); /// Stream of `cached` events handled by this [ApplicationCache]. @DomName('ApplicationCache.oncached') @@ -1065,129 +1065,129 @@ class AreaElement extends HtmlElement implements UrlUtils { @DomName('HTMLAreaElement.alt') @DocsEditable() - String get alt => _blink.BlinkHTMLAreaElement.$alt_Getter(this); + String get alt => _blink.BlinkHTMLAreaElement.alt_Getter(this); @DomName('HTMLAreaElement.alt') @DocsEditable() - void set alt(String value) => _blink.BlinkHTMLAreaElement.$alt_Setter(this, value); + void set alt(String value) => _blink.BlinkHTMLAreaElement.alt_Setter_DOMString(this, value); @DomName('HTMLAreaElement.coords') @DocsEditable() - String get coords => _blink.BlinkHTMLAreaElement.$coords_Getter(this); + String get coords => _blink.BlinkHTMLAreaElement.coords_Getter(this); @DomName('HTMLAreaElement.coords') @DocsEditable() - void set coords(String value) => _blink.BlinkHTMLAreaElement.$coords_Setter(this, value); + void set coords(String value) => _blink.BlinkHTMLAreaElement.coords_Setter_DOMString(this, value); @DomName('HTMLAreaElement.shape') @DocsEditable() - String get shape => _blink.BlinkHTMLAreaElement.$shape_Getter(this); + String get shape => _blink.BlinkHTMLAreaElement.shape_Getter(this); @DomName('HTMLAreaElement.shape') @DocsEditable() - void set shape(String value) => _blink.BlinkHTMLAreaElement.$shape_Setter(this, value); + void set shape(String value) => _blink.BlinkHTMLAreaElement.shape_Setter_DOMString(this, value); @DomName('HTMLAreaElement.target') @DocsEditable() - String get target => _blink.BlinkHTMLAreaElement.$target_Getter(this); + String get target => _blink.BlinkHTMLAreaElement.target_Getter(this); @DomName('HTMLAreaElement.target') @DocsEditable() - void set target(String value) => _blink.BlinkHTMLAreaElement.$target_Setter(this, value); + void set target(String value) => _blink.BlinkHTMLAreaElement.target_Setter_DOMString(this, value); @DomName('HTMLAreaElement.hash') @DocsEditable() - String get hash => _blink.BlinkHTMLAreaElement.$hash_Getter(this); + String get hash => _blink.BlinkHTMLAreaElement.hash_Getter(this); @DomName('HTMLAreaElement.hash') @DocsEditable() - void set hash(String value) => _blink.BlinkHTMLAreaElement.$hash_Setter(this, value); + void set hash(String value) => _blink.BlinkHTMLAreaElement.hash_Setter_DOMString(this, value); @DomName('HTMLAreaElement.host') @DocsEditable() - String get host => _blink.BlinkHTMLAreaElement.$host_Getter(this); + String get host => _blink.BlinkHTMLAreaElement.host_Getter(this); @DomName('HTMLAreaElement.host') @DocsEditable() - void set host(String value) => _blink.BlinkHTMLAreaElement.$host_Setter(this, value); + void set host(String value) => _blink.BlinkHTMLAreaElement.host_Setter_DOMString(this, value); @DomName('HTMLAreaElement.hostname') @DocsEditable() - String get hostname => _blink.BlinkHTMLAreaElement.$hostname_Getter(this); + String get hostname => _blink.BlinkHTMLAreaElement.hostname_Getter(this); @DomName('HTMLAreaElement.hostname') @DocsEditable() - void set hostname(String value) => _blink.BlinkHTMLAreaElement.$hostname_Setter(this, value); + void set hostname(String value) => _blink.BlinkHTMLAreaElement.hostname_Setter_DOMString(this, value); @DomName('HTMLAreaElement.href') @DocsEditable() - String get href => _blink.BlinkHTMLAreaElement.$href_Getter(this); + String get href => _blink.BlinkHTMLAreaElement.href_Getter(this); @DomName('HTMLAreaElement.href') @DocsEditable() - void set href(String value) => _blink.BlinkHTMLAreaElement.$href_Setter(this, value); + void set href(String value) => _blink.BlinkHTMLAreaElement.href_Setter_DOMString(this, value); @DomName('HTMLAreaElement.origin') @DocsEditable() @Experimental() // untriaged - String get origin => _blink.BlinkHTMLAreaElement.$origin_Getter(this); + String get origin => _blink.BlinkHTMLAreaElement.origin_Getter(this); @DomName('HTMLAreaElement.password') @DocsEditable() @Experimental() // untriaged - String get password => _blink.BlinkHTMLAreaElement.$password_Getter(this); + String get password => _blink.BlinkHTMLAreaElement.password_Getter(this); @DomName('HTMLAreaElement.password') @DocsEditable() @Experimental() // untriaged - void set password(String value) => _blink.BlinkHTMLAreaElement.$password_Setter(this, value); + void set password(String value) => _blink.BlinkHTMLAreaElement.password_Setter_DOMString(this, value); @DomName('HTMLAreaElement.pathname') @DocsEditable() - String get pathname => _blink.BlinkHTMLAreaElement.$pathname_Getter(this); + String get pathname => _blink.BlinkHTMLAreaElement.pathname_Getter(this); @DomName('HTMLAreaElement.pathname') @DocsEditable() - void set pathname(String value) => _blink.BlinkHTMLAreaElement.$pathname_Setter(this, value); + void set pathname(String value) => _blink.BlinkHTMLAreaElement.pathname_Setter_DOMString(this, value); @DomName('HTMLAreaElement.port') @DocsEditable() - String get port => _blink.BlinkHTMLAreaElement.$port_Getter(this); + String get port => _blink.BlinkHTMLAreaElement.port_Getter(this); @DomName('HTMLAreaElement.port') @DocsEditable() - void set port(String value) => _blink.BlinkHTMLAreaElement.$port_Setter(this, value); + void set port(String value) => _blink.BlinkHTMLAreaElement.port_Setter_DOMString(this, value); @DomName('HTMLAreaElement.protocol') @DocsEditable() - String get protocol => _blink.BlinkHTMLAreaElement.$protocol_Getter(this); + String get protocol => _blink.BlinkHTMLAreaElement.protocol_Getter(this); @DomName('HTMLAreaElement.protocol') @DocsEditable() - void set protocol(String value) => _blink.BlinkHTMLAreaElement.$protocol_Setter(this, value); + void set protocol(String value) => _blink.BlinkHTMLAreaElement.protocol_Setter_DOMString(this, value); @DomName('HTMLAreaElement.search') @DocsEditable() - String get search => _blink.BlinkHTMLAreaElement.$search_Getter(this); + String get search => _blink.BlinkHTMLAreaElement.search_Getter(this); @DomName('HTMLAreaElement.search') @DocsEditable() - void set search(String value) => _blink.BlinkHTMLAreaElement.$search_Setter(this, value); + void set search(String value) => _blink.BlinkHTMLAreaElement.search_Setter_DOMString(this, value); @DomName('HTMLAreaElement.username') @DocsEditable() @Experimental() // untriaged - String get username => _blink.BlinkHTMLAreaElement.$username_Getter(this); + String get username => _blink.BlinkHTMLAreaElement.username_Getter(this); @DomName('HTMLAreaElement.username') @DocsEditable() @Experimental() // untriaged - void set username(String value) => _blink.BlinkHTMLAreaElement.$username_Setter(this, value); + void set username(String value) => _blink.BlinkHTMLAreaElement.username_Setter_DOMString(this, value); @DomName('HTMLAreaElement.toString') @DocsEditable() @Experimental() // untriaged - String toString() => _blink.BlinkHTMLAreaElement.$toString_Callback(this); + String toString() => _blink.BlinkHTMLAreaElement.toString_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1206,7 +1206,7 @@ class AudioElement extends MediaElement { @DomName('HTMLAudioElement.HTMLAudioElement') @DocsEditable() factory AudioElement([String src]) { - return _blink.BlinkHTMLAudioElement.$_create_1constructorCallback(src); + return _blink.BlinkHTMLAudioElement.constructorCallback_DOMString(src); } /** * Constructor instantiated by the DOM when a custom element has been created. @@ -1233,7 +1233,7 @@ class AutocompleteErrorEvent extends Event { @DomName('AutocompleteErrorEvent.reason') @DocsEditable() - String get reason => _blink.BlinkAutocompleteErrorEvent.$reason_Getter(this); + String get reason => _blink.BlinkAutocompleteErrorEvent.reason_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1277,7 +1277,7 @@ class BarProp extends NativeFieldWrapperClass2 { @DomName('BarProp.visible') @DocsEditable() - bool get visible => _blink.BlinkBarProp.$visible_Getter(this); + bool get visible => _blink.BlinkBarProp.visible_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1305,19 +1305,19 @@ class BaseElement extends HtmlElement { @DomName('HTMLBaseElement.href') @DocsEditable() - String get href => _blink.BlinkHTMLBaseElement.$href_Getter(this); + String get href => _blink.BlinkHTMLBaseElement.href_Getter(this); @DomName('HTMLBaseElement.href') @DocsEditable() - void set href(String value) => _blink.BlinkHTMLBaseElement.$href_Setter(this, value); + void set href(String value) => _blink.BlinkHTMLBaseElement.href_Setter_DOMString(this, value); @DomName('HTMLBaseElement.target') @DocsEditable() - String get target => _blink.BlinkHTMLBaseElement.$target_Getter(this); + String get target => _blink.BlinkHTMLBaseElement.target_Getter(this); @DomName('HTMLBaseElement.target') @DocsEditable() - void set target(String value) => _blink.BlinkHTMLBaseElement.$target_Setter(this, value); + void set target(String value) => _blink.BlinkHTMLBaseElement.target_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1350,11 +1350,11 @@ class BeforeUnloadEvent extends Event { @DomName('BeforeUnloadEvent.returnValue') @DocsEditable() - String get returnValue => _blink.BlinkBeforeUnloadEvent.$returnValue_Getter(this); + String get returnValue => _blink.BlinkBeforeUnloadEvent.returnValue_Getter(this); @DomName('BeforeUnloadEvent.returnValue') @DocsEditable() - void set returnValue(String value) => _blink.BlinkBeforeUnloadEvent.$returnValue_Setter(this, value); + void set returnValue(String value) => _blink.BlinkBeforeUnloadEvent.returnValue_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1372,27 +1372,27 @@ class Blob extends NativeFieldWrapperClass2 { factory Blob(List blobParts, [String type, String endings]) => _create(blobParts, type, endings); @DocsEditable() - static Blob _create(blobParts, type, endings) => _blink.BlinkBlob.$constructorCallback(blobParts, type, endings); + static Blob _create(blobParts, type, endings) => _blink.BlinkBlob.constructorCallback_Array_DOMString_DOMString(blobParts, type, endings); @DomName('Blob.size') @DocsEditable() - int get size => _blink.BlinkBlob.$size_Getter(this); + int get size => _blink.BlinkBlob.size_Getter(this); @DomName('Blob.type') @DocsEditable() - String get type => _blink.BlinkBlob.$type_Getter(this); + String get type => _blink.BlinkBlob.type_Getter(this); Blob slice([int start, int end, String contentType]) { if (contentType != null) { - return _blink.BlinkBlob.$_slice_1_Callback(this, start, end, contentType); + return _blink.BlinkBlob.slice_Callback_ll_ll_DOMString(this, start, end, contentType); } if (end != null) { - return _blink.BlinkBlob.$_slice_2_Callback(this, start, end); + return _blink.BlinkBlob.slice_Callback_ll_ll(this, start, end); } if (start != null) { - return _blink.BlinkBlob.$_slice_3_Callback(this, start); + return _blink.BlinkBlob.slice_Callback_ll(this, start); } - return _blink.BlinkBlob.$_slice_4_Callback(this); + return _blink.BlinkBlob.slice_Callback(this); } } @@ -1635,112 +1635,112 @@ class ButtonElement extends HtmlElement { @DomName('HTMLButtonElement.autofocus') @DocsEditable() - bool get autofocus => _blink.BlinkHTMLButtonElement.$autofocus_Getter(this); + bool get autofocus => _blink.BlinkHTMLButtonElement.autofocus_Getter(this); @DomName('HTMLButtonElement.autofocus') @DocsEditable() - void set autofocus(bool value) => _blink.BlinkHTMLButtonElement.$autofocus_Setter(this, value); + void set autofocus(bool value) => _blink.BlinkHTMLButtonElement.autofocus_Setter_boolean(this, value); @DomName('HTMLButtonElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkHTMLButtonElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkHTMLButtonElement.disabled_Getter(this); @DomName('HTMLButtonElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkHTMLButtonElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkHTMLButtonElement.disabled_Setter_boolean(this, value); @DomName('HTMLButtonElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLButtonElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLButtonElement.form_Getter(this); @DomName('HTMLButtonElement.formAction') @DocsEditable() - String get formAction => _blink.BlinkHTMLButtonElement.$formAction_Getter(this); + String get formAction => _blink.BlinkHTMLButtonElement.formAction_Getter(this); @DomName('HTMLButtonElement.formAction') @DocsEditable() - void set formAction(String value) => _blink.BlinkHTMLButtonElement.$formAction_Setter(this, value); + void set formAction(String value) => _blink.BlinkHTMLButtonElement.formAction_Setter_DOMString(this, value); @DomName('HTMLButtonElement.formEnctype') @DocsEditable() - String get formEnctype => _blink.BlinkHTMLButtonElement.$formEnctype_Getter(this); + String get formEnctype => _blink.BlinkHTMLButtonElement.formEnctype_Getter(this); @DomName('HTMLButtonElement.formEnctype') @DocsEditable() - void set formEnctype(String value) => _blink.BlinkHTMLButtonElement.$formEnctype_Setter(this, value); + void set formEnctype(String value) => _blink.BlinkHTMLButtonElement.formEnctype_Setter_DOMString(this, value); @DomName('HTMLButtonElement.formMethod') @DocsEditable() - String get formMethod => _blink.BlinkHTMLButtonElement.$formMethod_Getter(this); + String get formMethod => _blink.BlinkHTMLButtonElement.formMethod_Getter(this); @DomName('HTMLButtonElement.formMethod') @DocsEditable() - void set formMethod(String value) => _blink.BlinkHTMLButtonElement.$formMethod_Setter(this, value); + void set formMethod(String value) => _blink.BlinkHTMLButtonElement.formMethod_Setter_DOMString(this, value); @DomName('HTMLButtonElement.formNoValidate') @DocsEditable() - bool get formNoValidate => _blink.BlinkHTMLButtonElement.$formNoValidate_Getter(this); + bool get formNoValidate => _blink.BlinkHTMLButtonElement.formNoValidate_Getter(this); @DomName('HTMLButtonElement.formNoValidate') @DocsEditable() - void set formNoValidate(bool value) => _blink.BlinkHTMLButtonElement.$formNoValidate_Setter(this, value); + void set formNoValidate(bool value) => _blink.BlinkHTMLButtonElement.formNoValidate_Setter_boolean(this, value); @DomName('HTMLButtonElement.formTarget') @DocsEditable() - String get formTarget => _blink.BlinkHTMLButtonElement.$formTarget_Getter(this); + String get formTarget => _blink.BlinkHTMLButtonElement.formTarget_Getter(this); @DomName('HTMLButtonElement.formTarget') @DocsEditable() - void set formTarget(String value) => _blink.BlinkHTMLButtonElement.$formTarget_Setter(this, value); + void set formTarget(String value) => _blink.BlinkHTMLButtonElement.formTarget_Setter_DOMString(this, value); @DomName('HTMLButtonElement.labels') @DocsEditable() @Unstable() - List get labels => _blink.BlinkHTMLButtonElement.$labels_Getter(this); + List get labels => _blink.BlinkHTMLButtonElement.labels_Getter(this); @DomName('HTMLButtonElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLButtonElement.$name_Getter(this); + String get name => _blink.BlinkHTMLButtonElement.name_Getter(this); @DomName('HTMLButtonElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLButtonElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLButtonElement.name_Setter_DOMString(this, value); @DomName('HTMLButtonElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLButtonElement.$type_Getter(this); + String get type => _blink.BlinkHTMLButtonElement.type_Getter(this); @DomName('HTMLButtonElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkHTMLButtonElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkHTMLButtonElement.type_Setter_DOMString(this, value); @DomName('HTMLButtonElement.validationMessage') @DocsEditable() - String get validationMessage => _blink.BlinkHTMLButtonElement.$validationMessage_Getter(this); + String get validationMessage => _blink.BlinkHTMLButtonElement.validationMessage_Getter(this); @DomName('HTMLButtonElement.validity') @DocsEditable() - ValidityState get validity => _blink.BlinkHTMLButtonElement.$validity_Getter(this); + ValidityState get validity => _blink.BlinkHTMLButtonElement.validity_Getter(this); @DomName('HTMLButtonElement.value') @DocsEditable() - String get value => _blink.BlinkHTMLButtonElement.$value_Getter(this); + String get value => _blink.BlinkHTMLButtonElement.value_Getter(this); @DomName('HTMLButtonElement.value') @DocsEditable() - void set value(String value) => _blink.BlinkHTMLButtonElement.$value_Setter(this, value); + void set value(String value) => _blink.BlinkHTMLButtonElement.value_Setter_DOMString(this, value); @DomName('HTMLButtonElement.willValidate') @DocsEditable() - bool get willValidate => _blink.BlinkHTMLButtonElement.$willValidate_Getter(this); + bool get willValidate => _blink.BlinkHTMLButtonElement.willValidate_Getter(this); @DomName('HTMLButtonElement.checkValidity') @DocsEditable() - bool checkValidity() => _blink.BlinkHTMLButtonElement.$checkValidity_Callback(this); + bool checkValidity() => _blink.BlinkHTMLButtonElement.checkValidity_Callback(this); @DomName('HTMLButtonElement.setCustomValidity') @DocsEditable() - void setCustomValidity(String error) => _blink.BlinkHTMLButtonElement.$setCustomValidity_Callback(this, error); + void setCustomValidity(String error) => _blink.BlinkHTMLButtonElement.setCustomValidity_Callback_DOMString(this, error); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1776,11 +1776,11 @@ class Canvas2DContextAttributes extends NativeFieldWrapperClass2 { @DomName('Canvas2DContextAttributes.alpha') @DocsEditable() - bool get alpha => _blink.BlinkCanvas2DContextAttributes.$alpha_Getter(this); + bool get alpha => _blink.BlinkCanvas2DContextAttributes.alpha_Getter(this); @DomName('Canvas2DContextAttributes.alpha') @DocsEditable() - void set alpha(bool value) => _blink.BlinkCanvas2DContextAttributes.$alpha_Setter(this, value); + void set alpha(bool value) => _blink.BlinkCanvas2DContextAttributes.alpha_Setter_boolean(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1831,30 +1831,30 @@ class CanvasElement extends HtmlElement implements CanvasImageSource { /// The height of this canvas element in CSS pixels. @DomName('HTMLCanvasElement.height') @DocsEditable() - int get height => _blink.BlinkHTMLCanvasElement.$height_Getter(this); + int get height => _blink.BlinkHTMLCanvasElement.height_Getter(this); /// The height of this canvas element in CSS pixels. @DomName('HTMLCanvasElement.height') @DocsEditable() - void set height(int value) => _blink.BlinkHTMLCanvasElement.$height_Setter(this, value); + void set height(int value) => _blink.BlinkHTMLCanvasElement.height_Setter_long(this, value); /// The width of this canvas element in CSS pixels. @DomName('HTMLCanvasElement.width') @DocsEditable() - int get width => _blink.BlinkHTMLCanvasElement.$width_Getter(this); + int get width => _blink.BlinkHTMLCanvasElement.width_Getter(this); /// The width of this canvas element in CSS pixels. @DomName('HTMLCanvasElement.width') @DocsEditable() - void set width(int value) => _blink.BlinkHTMLCanvasElement.$width_Setter(this, value); + void set width(int value) => _blink.BlinkHTMLCanvasElement.width_Setter_long(this, value); @DomName('HTMLCanvasElement.getContext') @DocsEditable() - CanvasRenderingContext getContext(String contextId, [Map attrs]) => _blink.BlinkHTMLCanvasElement.$getContext_Callback(this, contextId, attrs); + CanvasRenderingContext getContext(String contextId, [Map attrs]) => _blink.BlinkHTMLCanvasElement.getContext_Callback_DOMString_Dictionary(this, contextId, attrs); @DomName('HTMLCanvasElement.toDataURL') @DocsEditable() - String _toDataUrl(String type, [num quality]) => _blink.BlinkHTMLCanvasElement.$toDataURL_Callback(this, type, quality); + String _toDataUrl(String type, [num quality]) => _blink.BlinkHTMLCanvasElement.toDataURL_Callback_DOMString_float(this, type, quality); /// Stream of `webglcontextlost` events handled by this [CanvasElement]. @DomName('HTMLCanvasElement.onwebglcontextlost') @@ -1997,7 +1997,7 @@ class CanvasGradient extends NativeFieldWrapperClass2 { */ @DomName('CanvasGradient.addColorStop') @DocsEditable() - void addColorStop(num offset, String color) => _blink.BlinkCanvasGradient.$addColorStop_Callback(this, offset, color); + void addColorStop(num offset, String color) => _blink.BlinkCanvasGradient.addColorStop_Callback_float_DOMString(this, offset, color); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2063,7 +2063,7 @@ class CanvasRenderingContext extends NativeFieldWrapperClass2 { /// Reference to the canvas element to which this context belongs. @DomName('CanvasRenderingContext.canvas') @DocsEditable() - CanvasElement get canvas => _blink.BlinkCanvasRenderingContext.$canvas_Getter(this); + CanvasElement get canvas => _blink.BlinkCanvasRenderingContext.canvas_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2079,44 +2079,44 @@ class CanvasRenderingContext2D extends CanvasRenderingContext { @DomName('CanvasRenderingContext2D.currentTransform') @DocsEditable() @Experimental() // untriaged - Matrix get currentTransform => _blink.BlinkCanvasRenderingContext2D.$currentTransform_Getter(this); + Matrix get currentTransform => _blink.BlinkCanvasRenderingContext2D.currentTransform_Getter(this); @DomName('CanvasRenderingContext2D.currentTransform') @DocsEditable() @Experimental() // untriaged - void set currentTransform(Matrix value) => _blink.BlinkCanvasRenderingContext2D.$currentTransform_Setter(this, value); + void set currentTransform(Matrix value) => _blink.BlinkCanvasRenderingContext2D.currentTransform_Setter_SVGMatrix(this, value); @DomName('CanvasRenderingContext2D.fillStyle') @DocsEditable() - Object get fillStyle => _blink.BlinkCanvasRenderingContext2D.$fillStyle_Getter(this); + Object get fillStyle => _blink.BlinkCanvasRenderingContext2D.fillStyle_Getter(this); @DomName('CanvasRenderingContext2D.fillStyle') @DocsEditable() - void set fillStyle(Object value) => _blink.BlinkCanvasRenderingContext2D.$fillStyle_Setter(this, value); + void set fillStyle(Object value) => _blink.BlinkCanvasRenderingContext2D.fillStyle_Setter_object(this, value); @DomName('CanvasRenderingContext2D.font') @DocsEditable() - String get font => _blink.BlinkCanvasRenderingContext2D.$font_Getter(this); + String get font => _blink.BlinkCanvasRenderingContext2D.font_Getter(this); @DomName('CanvasRenderingContext2D.font') @DocsEditable() - void set font(String value) => _blink.BlinkCanvasRenderingContext2D.$font_Setter(this, value); + void set font(String value) => _blink.BlinkCanvasRenderingContext2D.font_Setter_DOMString(this, value); @DomName('CanvasRenderingContext2D.globalAlpha') @DocsEditable() - num get globalAlpha => _blink.BlinkCanvasRenderingContext2D.$globalAlpha_Getter(this); + num get globalAlpha => _blink.BlinkCanvasRenderingContext2D.globalAlpha_Getter(this); @DomName('CanvasRenderingContext2D.globalAlpha') @DocsEditable() - void set globalAlpha(num value) => _blink.BlinkCanvasRenderingContext2D.$globalAlpha_Setter(this, value); + void set globalAlpha(num value) => _blink.BlinkCanvasRenderingContext2D.globalAlpha_Setter_float(this, value); @DomName('CanvasRenderingContext2D.globalCompositeOperation') @DocsEditable() - String get globalCompositeOperation => _blink.BlinkCanvasRenderingContext2D.$globalCompositeOperation_Getter(this); + String get globalCompositeOperation => _blink.BlinkCanvasRenderingContext2D.globalCompositeOperation_Getter(this); @DomName('CanvasRenderingContext2D.globalCompositeOperation') @DocsEditable() - void set globalCompositeOperation(String value) => _blink.BlinkCanvasRenderingContext2D.$globalCompositeOperation_Setter(this, value); + void set globalCompositeOperation(String value) => _blink.BlinkCanvasRenderingContext2D.globalCompositeOperation_Setter_DOMString(this, value); /** * Whether images and patterns on this canvas will be smoothed when this @@ -2131,7 +2131,7 @@ class CanvasRenderingContext2D extends CanvasRenderingContext { @DomName('CanvasRenderingContext2D.imageSmoothingEnabled') @DocsEditable() @Experimental() // untriaged - bool get imageSmoothingEnabled => _blink.BlinkCanvasRenderingContext2D.$imageSmoothingEnabled_Getter(this); + bool get imageSmoothingEnabled => _blink.BlinkCanvasRenderingContext2D.imageSmoothingEnabled_Getter(this); /** * Whether images and patterns on this canvas will be smoothed when this @@ -2146,213 +2146,213 @@ class CanvasRenderingContext2D extends CanvasRenderingContext { @DomName('CanvasRenderingContext2D.imageSmoothingEnabled') @DocsEditable() @Experimental() // untriaged - void set imageSmoothingEnabled(bool value) => _blink.BlinkCanvasRenderingContext2D.$imageSmoothingEnabled_Setter(this, value); + void set imageSmoothingEnabled(bool value) => _blink.BlinkCanvasRenderingContext2D.imageSmoothingEnabled_Setter_boolean(this, value); @DomName('CanvasRenderingContext2D.lineCap') @DocsEditable() - String get lineCap => _blink.BlinkCanvasRenderingContext2D.$lineCap_Getter(this); + String get lineCap => _blink.BlinkCanvasRenderingContext2D.lineCap_Getter(this); @DomName('CanvasRenderingContext2D.lineCap') @DocsEditable() - void set lineCap(String value) => _blink.BlinkCanvasRenderingContext2D.$lineCap_Setter(this, value); + void set lineCap(String value) => _blink.BlinkCanvasRenderingContext2D.lineCap_Setter_DOMString(this, value); @DomName('CanvasRenderingContext2D.lineDashOffset') @DocsEditable() - num get lineDashOffset => _blink.BlinkCanvasRenderingContext2D.$lineDashOffset_Getter(this); + num get lineDashOffset => _blink.BlinkCanvasRenderingContext2D.lineDashOffset_Getter(this); @DomName('CanvasRenderingContext2D.lineDashOffset') @DocsEditable() - void set lineDashOffset(num value) => _blink.BlinkCanvasRenderingContext2D.$lineDashOffset_Setter(this, value); + void set lineDashOffset(num value) => _blink.BlinkCanvasRenderingContext2D.lineDashOffset_Setter_float(this, value); @DomName('CanvasRenderingContext2D.lineJoin') @DocsEditable() - String get lineJoin => _blink.BlinkCanvasRenderingContext2D.$lineJoin_Getter(this); + String get lineJoin => _blink.BlinkCanvasRenderingContext2D.lineJoin_Getter(this); @DomName('CanvasRenderingContext2D.lineJoin') @DocsEditable() - void set lineJoin(String value) => _blink.BlinkCanvasRenderingContext2D.$lineJoin_Setter(this, value); + void set lineJoin(String value) => _blink.BlinkCanvasRenderingContext2D.lineJoin_Setter_DOMString(this, value); @DomName('CanvasRenderingContext2D.lineWidth') @DocsEditable() - num get lineWidth => _blink.BlinkCanvasRenderingContext2D.$lineWidth_Getter(this); + num get lineWidth => _blink.BlinkCanvasRenderingContext2D.lineWidth_Getter(this); @DomName('CanvasRenderingContext2D.lineWidth') @DocsEditable() - void set lineWidth(num value) => _blink.BlinkCanvasRenderingContext2D.$lineWidth_Setter(this, value); + void set lineWidth(num value) => _blink.BlinkCanvasRenderingContext2D.lineWidth_Setter_float(this, value); @DomName('CanvasRenderingContext2D.miterLimit') @DocsEditable() - num get miterLimit => _blink.BlinkCanvasRenderingContext2D.$miterLimit_Getter(this); + num get miterLimit => _blink.BlinkCanvasRenderingContext2D.miterLimit_Getter(this); @DomName('CanvasRenderingContext2D.miterLimit') @DocsEditable() - void set miterLimit(num value) => _blink.BlinkCanvasRenderingContext2D.$miterLimit_Setter(this, value); + void set miterLimit(num value) => _blink.BlinkCanvasRenderingContext2D.miterLimit_Setter_float(this, value); @DomName('CanvasRenderingContext2D.shadowBlur') @DocsEditable() - num get shadowBlur => _blink.BlinkCanvasRenderingContext2D.$shadowBlur_Getter(this); + num get shadowBlur => _blink.BlinkCanvasRenderingContext2D.shadowBlur_Getter(this); @DomName('CanvasRenderingContext2D.shadowBlur') @DocsEditable() - void set shadowBlur(num value) => _blink.BlinkCanvasRenderingContext2D.$shadowBlur_Setter(this, value); + void set shadowBlur(num value) => _blink.BlinkCanvasRenderingContext2D.shadowBlur_Setter_float(this, value); @DomName('CanvasRenderingContext2D.shadowColor') @DocsEditable() - String get shadowColor => _blink.BlinkCanvasRenderingContext2D.$shadowColor_Getter(this); + String get shadowColor => _blink.BlinkCanvasRenderingContext2D.shadowColor_Getter(this); @DomName('CanvasRenderingContext2D.shadowColor') @DocsEditable() - void set shadowColor(String value) => _blink.BlinkCanvasRenderingContext2D.$shadowColor_Setter(this, value); + void set shadowColor(String value) => _blink.BlinkCanvasRenderingContext2D.shadowColor_Setter_DOMString(this, value); @DomName('CanvasRenderingContext2D.shadowOffsetX') @DocsEditable() - num get shadowOffsetX => _blink.BlinkCanvasRenderingContext2D.$shadowOffsetX_Getter(this); + num get shadowOffsetX => _blink.BlinkCanvasRenderingContext2D.shadowOffsetX_Getter(this); @DomName('CanvasRenderingContext2D.shadowOffsetX') @DocsEditable() - void set shadowOffsetX(num value) => _blink.BlinkCanvasRenderingContext2D.$shadowOffsetX_Setter(this, value); + void set shadowOffsetX(num value) => _blink.BlinkCanvasRenderingContext2D.shadowOffsetX_Setter_float(this, value); @DomName('CanvasRenderingContext2D.shadowOffsetY') @DocsEditable() - num get shadowOffsetY => _blink.BlinkCanvasRenderingContext2D.$shadowOffsetY_Getter(this); + num get shadowOffsetY => _blink.BlinkCanvasRenderingContext2D.shadowOffsetY_Getter(this); @DomName('CanvasRenderingContext2D.shadowOffsetY') @DocsEditable() - void set shadowOffsetY(num value) => _blink.BlinkCanvasRenderingContext2D.$shadowOffsetY_Setter(this, value); + void set shadowOffsetY(num value) => _blink.BlinkCanvasRenderingContext2D.shadowOffsetY_Setter_float(this, value); @DomName('CanvasRenderingContext2D.strokeStyle') @DocsEditable() - Object get strokeStyle => _blink.BlinkCanvasRenderingContext2D.$strokeStyle_Getter(this); + Object get strokeStyle => _blink.BlinkCanvasRenderingContext2D.strokeStyle_Getter(this); @DomName('CanvasRenderingContext2D.strokeStyle') @DocsEditable() - void set strokeStyle(Object value) => _blink.BlinkCanvasRenderingContext2D.$strokeStyle_Setter(this, value); + void set strokeStyle(Object value) => _blink.BlinkCanvasRenderingContext2D.strokeStyle_Setter_object(this, value); @DomName('CanvasRenderingContext2D.textAlign') @DocsEditable() - String get textAlign => _blink.BlinkCanvasRenderingContext2D.$textAlign_Getter(this); + String get textAlign => _blink.BlinkCanvasRenderingContext2D.textAlign_Getter(this); @DomName('CanvasRenderingContext2D.textAlign') @DocsEditable() - void set textAlign(String value) => _blink.BlinkCanvasRenderingContext2D.$textAlign_Setter(this, value); + void set textAlign(String value) => _blink.BlinkCanvasRenderingContext2D.textAlign_Setter_DOMString(this, value); @DomName('CanvasRenderingContext2D.textBaseline') @DocsEditable() - String get textBaseline => _blink.BlinkCanvasRenderingContext2D.$textBaseline_Getter(this); + String get textBaseline => _blink.BlinkCanvasRenderingContext2D.textBaseline_Getter(this); @DomName('CanvasRenderingContext2D.textBaseline') @DocsEditable() - void set textBaseline(String value) => _blink.BlinkCanvasRenderingContext2D.$textBaseline_Setter(this, value); + void set textBaseline(String value) => _blink.BlinkCanvasRenderingContext2D.textBaseline_Setter_DOMString(this, value); @DomName('CanvasRenderingContext2D.arc') @DocsEditable() - void _arc(num x, num y, num radius, num startAngle, num endAngle, bool anticlockwise) => _blink.BlinkCanvasRenderingContext2D.$arc_Callback(this, x, y, radius, startAngle, endAngle, anticlockwise); + void _arc(num x, num y, num radius, num startAngle, num endAngle, bool anticlockwise) => _blink.BlinkCanvasRenderingContext2D.arc_Callback_float_float_float_float_float_boolean(this, x, y, radius, startAngle, endAngle, anticlockwise); @DomName('CanvasRenderingContext2D.arcTo') @DocsEditable() - void arcTo(num x1, num y1, num x2, num y2, num radius) => _blink.BlinkCanvasRenderingContext2D.$arcTo_Callback(this, x1, y1, x2, y2, radius); + void arcTo(num x1, num y1, num x2, num y2, num radius) => _blink.BlinkCanvasRenderingContext2D.arcTo_Callback_float_float_float_float_float(this, x1, y1, x2, y2, radius); @DomName('CanvasRenderingContext2D.beginPath') @DocsEditable() - void beginPath() => _blink.BlinkCanvasRenderingContext2D.$beginPath_Callback(this); + void beginPath() => _blink.BlinkCanvasRenderingContext2D.beginPath_Callback(this); @DomName('CanvasRenderingContext2D.bezierCurveTo') @DocsEditable() - void bezierCurveTo(num cp1x, num cp1y, num cp2x, num cp2y, num x, num y) => _blink.BlinkCanvasRenderingContext2D.$bezierCurveTo_Callback(this, cp1x, cp1y, cp2x, cp2y, x, y); + void bezierCurveTo(num cp1x, num cp1y, num cp2x, num cp2y, num x, num y) => _blink.BlinkCanvasRenderingContext2D.bezierCurveTo_Callback_float_float_float_float_float_float(this, cp1x, cp1y, cp2x, cp2y, x, y); @DomName('CanvasRenderingContext2D.clearRect') @DocsEditable() - void clearRect(num x, num y, num width, num height) => _blink.BlinkCanvasRenderingContext2D.$clearRect_Callback(this, x, y, width, height); + void clearRect(num x, num y, num width, num height) => _blink.BlinkCanvasRenderingContext2D.clearRect_Callback_float_float_float_float(this, x, y, width, height); void clip([String winding]) { if (winding != null) { - _blink.BlinkCanvasRenderingContext2D.$_clip_1_Callback(this, winding); + _blink.BlinkCanvasRenderingContext2D.clip_Callback_DOMString(this, winding); return; } - _blink.BlinkCanvasRenderingContext2D.$_clip_2_Callback(this); + _blink.BlinkCanvasRenderingContext2D.clip_Callback(this); return; } @DomName('CanvasRenderingContext2D.closePath') @DocsEditable() - void closePath() => _blink.BlinkCanvasRenderingContext2D.$closePath_Callback(this); + void closePath() => _blink.BlinkCanvasRenderingContext2D.closePath_Callback(this); @DomName('CanvasRenderingContext2D.createImageData') @DocsEditable() - ImageData createImageData(num sw, num sh) => _blink.BlinkCanvasRenderingContext2D.$createImageData_Callback(this, sw, sh); + ImageData createImageData(num sw, num sh) => _blink.BlinkCanvasRenderingContext2D.createImageData_Callback_float_float(this, sw, sh); @DomName('CanvasRenderingContext2D.createImageDataFromImageData') @DocsEditable() - ImageData createImageDataFromImageData(ImageData imagedata) => _blink.BlinkCanvasRenderingContext2D.$createImageDataFromImageData_Callback(this, imagedata); + ImageData createImageDataFromImageData(ImageData imagedata) => _blink.BlinkCanvasRenderingContext2D.createImageData_Callback_ImageData(this, imagedata); @DomName('CanvasRenderingContext2D.createLinearGradient') @DocsEditable() - CanvasGradient createLinearGradient(num x0, num y0, num x1, num y1) => _blink.BlinkCanvasRenderingContext2D.$createLinearGradient_Callback(this, x0, y0, x1, y1); + CanvasGradient createLinearGradient(num x0, num y0, num x1, num y1) => _blink.BlinkCanvasRenderingContext2D.createLinearGradient_Callback_float_float_float_float(this, x0, y0, x1, y1); @DomName('CanvasRenderingContext2D.createPattern') @DocsEditable() - CanvasPattern createPattern(CanvasElement canvas, String repetitionType) => _blink.BlinkCanvasRenderingContext2D.$createPattern_Callback(this, canvas, repetitionType); + CanvasPattern createPattern(CanvasElement canvas, String repetitionType) => _blink.BlinkCanvasRenderingContext2D.createPattern_Callback_HTMLCanvasElement_DOMString(this, canvas, repetitionType); @DomName('CanvasRenderingContext2D.createPatternFromImage') @DocsEditable() - CanvasPattern createPatternFromImage(ImageElement image, String repetitionType) => _blink.BlinkCanvasRenderingContext2D.$createPatternFromImage_Callback(this, image, repetitionType); + CanvasPattern createPatternFromImage(ImageElement image, String repetitionType) => _blink.BlinkCanvasRenderingContext2D.createPattern_Callback_HTMLImageElement_DOMString(this, image, repetitionType); @DomName('CanvasRenderingContext2D.createRadialGradient') @DocsEditable() - CanvasGradient createRadialGradient(num x0, num y0, num r0, num x1, num y1, num r1) => _blink.BlinkCanvasRenderingContext2D.$createRadialGradient_Callback(this, x0, y0, r0, x1, y1, r1); + CanvasGradient createRadialGradient(num x0, num y0, num r0, num x1, num y1, num r1) => _blink.BlinkCanvasRenderingContext2D.createRadialGradient_Callback_float_float_float_float_float_float(this, x0, y0, r0, x1, y1, r1); @DomName('CanvasRenderingContext2D.drawCustomFocusRing') @DocsEditable() @Experimental() // untriaged - bool drawCustomFocusRing(Element element) => _blink.BlinkCanvasRenderingContext2D.$drawCustomFocusRing_Callback(this, element); + bool drawCustomFocusRing(Element element) => _blink.BlinkCanvasRenderingContext2D.drawCustomFocusRing_Callback_Element(this, element); void _drawImage(canvas_OR_image_OR_imageBitmap_OR_video, num sx_OR_x, num sy_OR_y, [num sw_OR_width, num height_OR_sh, num dx, num dy, num dw, num dh]) { if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageElement || canvas_OR_image_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == null && dx == null && dy == null && dw == null && dh == null) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_1_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_HTMLImageElement_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); return; } if ((height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageElement || canvas_OR_image_OR_imageBitmap_OR_video == null) && dx == null && dy == null && dw == null && dh == null) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_2_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_HTMLImageElement_float_float_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); return; } if ((dh is num || dh == null) && (dw is num || dw == null) && (dy is num || dy == null) && (dx is num || dx == null) && (height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageElement || canvas_OR_image_OR_imageBitmap_OR_video == null)) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_3_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_HTMLImageElement_float_float_float_float_float_float_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); return; } if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is CanvasElement || canvas_OR_image_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == null && dx == null && dy == null && dw == null && dh == null) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_4_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_HTMLCanvasElement_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); return; } if ((height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is CanvasElement || canvas_OR_image_OR_imageBitmap_OR_video == null) && dx == null && dy == null && dw == null && dh == null) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_5_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_HTMLCanvasElement_float_float_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); return; } if ((dh is num || dh == null) && (dw is num || dw == null) && (dy is num || dy == null) && (dx is num || dx == null) && (height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is CanvasElement || canvas_OR_image_OR_imageBitmap_OR_video == null)) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_6_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_HTMLCanvasElement_float_float_float_float_float_float_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); return; } if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is VideoElement || canvas_OR_image_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == null && dx == null && dy == null && dw == null && dh == null) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_7_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_HTMLVideoElement_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); return; } if ((height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is VideoElement || canvas_OR_image_OR_imageBitmap_OR_video == null) && dx == null && dy == null && dw == null && dh == null) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_8_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_HTMLVideoElement_float_float_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); return; } if ((dh is num || dh == null) && (dw is num || dw == null) && (dy is num || dy == null) && (dx is num || dx == null) && (height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is VideoElement || canvas_OR_image_OR_imageBitmap_OR_video == null)) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_9_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_HTMLVideoElement_float_float_float_float_float_float_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); return; } if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageBitmap || canvas_OR_image_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == null && dx == null && dy == null && dw == null && dh == null) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_10_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_ImageBitmap_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); return; } if ((height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageBitmap || canvas_OR_image_OR_imageBitmap_OR_video == null) && dx == null && dy == null && dw == null && dh == null) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_11_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_ImageBitmap_float_float_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); return; } if ((dh is num || dh == null) && (dw is num || dw == null) && (dy is num || dy == null) && (dx is num || dx == null) && (height_OR_sh is num || height_OR_sh == null) && (sw_OR_width is num || sw_OR_width == null) && (sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageBitmap || canvas_OR_image_OR_imageBitmap_OR_video == null)) { - _blink.BlinkCanvasRenderingContext2D.$_drawImage_12_Callback(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); + _blink.BlinkCanvasRenderingContext2D.drawImage_Callback_ImageBitmap_float_float_float_float_float_float_float_float(this, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -2361,27 +2361,27 @@ class CanvasRenderingContext2D extends CanvasRenderingContext { @DomName('CanvasRenderingContext2D.ellipse') @DocsEditable() @Experimental() // untriaged - void ellipse(num x, num y, num radiusX, num radiusY, num rotation, num startAngle, num endAngle, bool anticlockwise) => _blink.BlinkCanvasRenderingContext2D.$ellipse_Callback(this, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise); + void ellipse(num x, num y, num radiusX, num radiusY, num rotation, num startAngle, num endAngle, bool anticlockwise) => _blink.BlinkCanvasRenderingContext2D.ellipse_Callback_float_float_float_float_float_float_float_boolean(this, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise); void fill([String winding]) { if (winding != null) { - _blink.BlinkCanvasRenderingContext2D.$_fill_1_Callback(this, winding); + _blink.BlinkCanvasRenderingContext2D.fill_Callback_DOMString(this, winding); return; } - _blink.BlinkCanvasRenderingContext2D.$_fill_2_Callback(this); + _blink.BlinkCanvasRenderingContext2D.fill_Callback(this); return; } @DomName('CanvasRenderingContext2D.fillRect') @DocsEditable() - void fillRect(num x, num y, num width, num height) => _blink.BlinkCanvasRenderingContext2D.$fillRect_Callback(this, x, y, width, height); + void fillRect(num x, num y, num width, num height) => _blink.BlinkCanvasRenderingContext2D.fillRect_Callback_float_float_float_float(this, x, y, width, height); void fillText(String text, num x, num y, [num maxWidth]) { if (maxWidth != null) { - _blink.BlinkCanvasRenderingContext2D.$_fillText_1_Callback(this, text, x, y, maxWidth); + _blink.BlinkCanvasRenderingContext2D.fillText_Callback_DOMString_float_float_float(this, text, x, y, maxWidth); return; } - _blink.BlinkCanvasRenderingContext2D.$_fillText_2_Callback(this, text, x, y); + _blink.BlinkCanvasRenderingContext2D.fillText_Callback_DOMString_float_float(this, text, x, y); return; } @@ -2389,46 +2389,46 @@ class CanvasRenderingContext2D extends CanvasRenderingContext { @DocsEditable() // http://wiki.whatwg.org/wiki/CanvasOpaque#Suggested_IDL @Experimental() - Canvas2DContextAttributes getContextAttributes() => _blink.BlinkCanvasRenderingContext2D.$getContextAttributes_Callback(this); + Canvas2DContextAttributes getContextAttributes() => _blink.BlinkCanvasRenderingContext2D.getContextAttributes_Callback(this); @DomName('CanvasRenderingContext2D.getImageData') @DocsEditable() - ImageData getImageData(num sx, num sy, num sw, num sh) => _blink.BlinkCanvasRenderingContext2D.$getImageData_Callback(this, sx, sy, sw, sh); + ImageData getImageData(num sx, num sy, num sw, num sh) => _blink.BlinkCanvasRenderingContext2D.getImageData_Callback_float_float_float_float(this, sx, sy, sw, sh); @DomName('CanvasRenderingContext2D.getLineDash') @DocsEditable() - List _getLineDash() => _blink.BlinkCanvasRenderingContext2D.$getLineDash_Callback(this); + List _getLineDash() => _blink.BlinkCanvasRenderingContext2D.getLineDash_Callback(this); bool isPointInPath(num x, num y, [String winding]) { if (winding != null) { - return _blink.BlinkCanvasRenderingContext2D.$_isPointInPath_1_Callback(this, x, y, winding); + return _blink.BlinkCanvasRenderingContext2D.isPointInPath_Callback_float_float_DOMString(this, x, y, winding); } - return _blink.BlinkCanvasRenderingContext2D.$_isPointInPath_2_Callback(this, x, y); + return _blink.BlinkCanvasRenderingContext2D.isPointInPath_Callback_float_float(this, x, y); } @DomName('CanvasRenderingContext2D.isPointInStroke') @DocsEditable() - bool isPointInStroke(num x, num y) => _blink.BlinkCanvasRenderingContext2D.$isPointInStroke_Callback(this, x, y); + bool isPointInStroke(num x, num y) => _blink.BlinkCanvasRenderingContext2D.isPointInStroke_Callback_float_float(this, x, y); @DomName('CanvasRenderingContext2D.lineTo') @DocsEditable() - void lineTo(num x, num y) => _blink.BlinkCanvasRenderingContext2D.$lineTo_Callback(this, x, y); + void lineTo(num x, num y) => _blink.BlinkCanvasRenderingContext2D.lineTo_Callback_float_float(this, x, y); @DomName('CanvasRenderingContext2D.measureText') @DocsEditable() - TextMetrics measureText(String text) => _blink.BlinkCanvasRenderingContext2D.$measureText_Callback(this, text); + TextMetrics measureText(String text) => _blink.BlinkCanvasRenderingContext2D.measureText_Callback_DOMString(this, text); @DomName('CanvasRenderingContext2D.moveTo') @DocsEditable() - void moveTo(num x, num y) => _blink.BlinkCanvasRenderingContext2D.$moveTo_Callback(this, x, y); + void moveTo(num x, num y) => _blink.BlinkCanvasRenderingContext2D.moveTo_Callback_float_float(this, x, y); void putImageData(ImageData imagedata, num dx, num dy, [num dirtyX, num dirtyY, num dirtyWidth, num dirtyHeight]) { if ((dy is num || dy == null) && (dx is num || dx == null) && (imagedata is ImageData || imagedata == null) && dirtyX == null && dirtyY == null && dirtyWidth == null && dirtyHeight == null) { - _blink.BlinkCanvasRenderingContext2D.$_putImageData_1_Callback(this, imagedata, dx, dy); + _blink.BlinkCanvasRenderingContext2D.putImageData_Callback_ImageData_float_float(this, imagedata, dx, dy); return; } if ((dirtyHeight is num || dirtyHeight == null) && (dirtyWidth is num || dirtyWidth == null) && (dirtyY is num || dirtyY == null) && (dirtyX is num || dirtyX == null) && (dy is num || dy == null) && (dx is num || dx == null) && (imagedata is ImageData || imagedata == null)) { - _blink.BlinkCanvasRenderingContext2D.$_putImageData_2_Callback(this, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight); + _blink.BlinkCanvasRenderingContext2D.putImageData_Callback_ImageData_float_float_float_float_float_float(this, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -2436,65 +2436,65 @@ class CanvasRenderingContext2D extends CanvasRenderingContext { @DomName('CanvasRenderingContext2D.quadraticCurveTo') @DocsEditable() - void quadraticCurveTo(num cpx, num cpy, num x, num y) => _blink.BlinkCanvasRenderingContext2D.$quadraticCurveTo_Callback(this, cpx, cpy, x, y); + void quadraticCurveTo(num cpx, num cpy, num x, num y) => _blink.BlinkCanvasRenderingContext2D.quadraticCurveTo_Callback_float_float_float_float(this, cpx, cpy, x, y); @DomName('CanvasRenderingContext2D.rect') @DocsEditable() - void rect(num x, num y, num width, num height) => _blink.BlinkCanvasRenderingContext2D.$rect_Callback(this, x, y, width, height); + void rect(num x, num y, num width, num height) => _blink.BlinkCanvasRenderingContext2D.rect_Callback_float_float_float_float(this, x, y, width, height); @DomName('CanvasRenderingContext2D.resetTransform') @DocsEditable() @Experimental() // untriaged - void resetTransform() => _blink.BlinkCanvasRenderingContext2D.$resetTransform_Callback(this); + void resetTransform() => _blink.BlinkCanvasRenderingContext2D.resetTransform_Callback(this); @DomName('CanvasRenderingContext2D.restore') @DocsEditable() - void restore() => _blink.BlinkCanvasRenderingContext2D.$restore_Callback(this); + void restore() => _blink.BlinkCanvasRenderingContext2D.restore_Callback(this); @DomName('CanvasRenderingContext2D.rotate') @DocsEditable() - void rotate(num angle) => _blink.BlinkCanvasRenderingContext2D.$rotate_Callback(this, angle); + void rotate(num angle) => _blink.BlinkCanvasRenderingContext2D.rotate_Callback_float(this, angle); @DomName('CanvasRenderingContext2D.save') @DocsEditable() - void save() => _blink.BlinkCanvasRenderingContext2D.$save_Callback(this); + void save() => _blink.BlinkCanvasRenderingContext2D.save_Callback(this); @DomName('CanvasRenderingContext2D.scale') @DocsEditable() - void scale(num sx, num sy) => _blink.BlinkCanvasRenderingContext2D.$scale_Callback(this, sx, sy); + void scale(num sx, num sy) => _blink.BlinkCanvasRenderingContext2D.scale_Callback_float_float(this, sx, sy); @DomName('CanvasRenderingContext2D.setLineDash') @DocsEditable() - void setLineDash(List dash) => _blink.BlinkCanvasRenderingContext2D.$setLineDash_Callback(this, dash); + void setLineDash(List dash) => _blink.BlinkCanvasRenderingContext2D.setLineDash_Callback_SEQ_float_SEQ(this, dash); @DomName('CanvasRenderingContext2D.setTransform') @DocsEditable() - void setTransform(num m11, num m12, num m21, num m22, num dx, num dy) => _blink.BlinkCanvasRenderingContext2D.$setTransform_Callback(this, m11, m12, m21, m22, dx, dy); + void setTransform(num m11, num m12, num m21, num m22, num dx, num dy) => _blink.BlinkCanvasRenderingContext2D.setTransform_Callback_float_float_float_float_float_float(this, m11, m12, m21, m22, dx, dy); @DomName('CanvasRenderingContext2D.stroke') @DocsEditable() - void stroke() => _blink.BlinkCanvasRenderingContext2D.$stroke_Callback(this); + void stroke() => _blink.BlinkCanvasRenderingContext2D.stroke_Callback(this); @DomName('CanvasRenderingContext2D.strokeRect') @DocsEditable() - void strokeRect(num x, num y, num width, num height) => _blink.BlinkCanvasRenderingContext2D.$strokeRect_Callback(this, x, y, width, height); + void strokeRect(num x, num y, num width, num height) => _blink.BlinkCanvasRenderingContext2D.strokeRect_Callback_float_float_float_float(this, x, y, width, height); void strokeText(String text, num x, num y, [num maxWidth]) { if (maxWidth != null) { - _blink.BlinkCanvasRenderingContext2D.$_strokeText_1_Callback(this, text, x, y, maxWidth); + _blink.BlinkCanvasRenderingContext2D.strokeText_Callback_DOMString_float_float_float(this, text, x, y, maxWidth); return; } - _blink.BlinkCanvasRenderingContext2D.$_strokeText_2_Callback(this, text, x, y); + _blink.BlinkCanvasRenderingContext2D.strokeText_Callback_DOMString_float_float(this, text, x, y); return; } @DomName('CanvasRenderingContext2D.transform') @DocsEditable() - void transform(num m11, num m12, num m21, num m22, num dx, num dy) => _blink.BlinkCanvasRenderingContext2D.$transform_Callback(this, m11, m12, m21, m22, dx, dy); + void transform(num m11, num m12, num m21, num m22, num dx, num dy) => _blink.BlinkCanvasRenderingContext2D.transform_Callback_float_float_float_float_float_float(this, m11, m12, m21, m22, dx, dy); @DomName('CanvasRenderingContext2D.translate') @DocsEditable() - void translate(num tx, num ty) => _blink.BlinkCanvasRenderingContext2D.$translate_Callback(this, tx, ty); + void translate(num tx, num ty) => _blink.BlinkCanvasRenderingContext2D.translate_Callback_float_float(this, tx, ty); /** @@ -2745,43 +2745,43 @@ class CharacterData extends Node implements ChildNode { @DomName('CharacterData.data') @DocsEditable() - String get data => _blink.BlinkCharacterData.$data_Getter(this); + String get data => _blink.BlinkCharacterData.data_Getter(this); @DomName('CharacterData.data') @DocsEditable() - void set data(String value) => _blink.BlinkCharacterData.$data_Setter(this, value); + void set data(String value) => _blink.BlinkCharacterData.data_Setter_DOMString(this, value); @DomName('CharacterData.length') @DocsEditable() - int get length => _blink.BlinkCharacterData.$length_Getter(this); + int get length => _blink.BlinkCharacterData.length_Getter(this); @DomName('CharacterData.appendData') @DocsEditable() - void appendData(String data) => _blink.BlinkCharacterData.$appendData_Callback(this, data); + void appendData(String data) => _blink.BlinkCharacterData.appendData_Callback_DOMString(this, data); @DomName('CharacterData.deleteData') @DocsEditable() - void deleteData(int offset, int length) => _blink.BlinkCharacterData.$deleteData_Callback(this, offset, length); + void deleteData(int offset, int length) => _blink.BlinkCharacterData.deleteData_Callback_ul_ul(this, offset, length); @DomName('CharacterData.insertData') @DocsEditable() - void insertData(int offset, String data) => _blink.BlinkCharacterData.$insertData_Callback(this, offset, data); + void insertData(int offset, String data) => _blink.BlinkCharacterData.insertData_Callback_ul_DOMString(this, offset, data); @DomName('CharacterData.replaceData') @DocsEditable() - void replaceData(int offset, int length, String data) => _blink.BlinkCharacterData.$replaceData_Callback(this, offset, length, data); + void replaceData(int offset, int length, String data) => _blink.BlinkCharacterData.replaceData_Callback_ul_ul_DOMString(this, offset, length, data); @DomName('CharacterData.substringData') @DocsEditable() - String substringData(int offset, int length) => _blink.BlinkCharacterData.$substringData_Callback(this, offset, length); + String substringData(int offset, int length) => _blink.BlinkCharacterData.substringData_Callback_ul_ul(this, offset, length); @DomName('CharacterData.nextElementSibling') @DocsEditable() - Element get nextElementSibling => _blink.BlinkCharacterData.$nextElementSibling_Getter(this); + Element get nextElementSibling => _blink.BlinkCharacterData.nextElementSibling_Getter(this); @DomName('CharacterData.previousElementSibling') @DocsEditable() - Element get previousElementSibling => _blink.BlinkCharacterData.$previousElementSibling_Getter(this); + Element get previousElementSibling => _blink.BlinkCharacterData.previousElementSibling_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2801,17 +2801,17 @@ abstract class ChildNode extends NativeFieldWrapperClass2 { @DomName('ChildNode.nextElementSibling') @DocsEditable() @Experimental() // untriaged - Element get nextElementSibling => _blink.BlinkChildNode.$nextElementSibling_Getter(this); + Element get nextElementSibling => _blink.BlinkChildNode.nextElementSibling_Getter(this); @DomName('ChildNode.previousElementSibling') @DocsEditable() @Experimental() // untriaged - Element get previousElementSibling => _blink.BlinkChildNode.$previousElementSibling_Getter(this); + Element get previousElementSibling => _blink.BlinkChildNode.previousElementSibling_Getter(this); @DomName('ChildNode.remove') @DocsEditable() @Experimental() // untriaged - void remove() => _blink.BlinkChildNode.$remove_Callback(this); + void remove() => _blink.BlinkChildNode.remove_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2829,15 +2829,15 @@ class CloseEvent extends Event { @DomName('CloseEvent.code') @DocsEditable() - int get code => _blink.BlinkCloseEvent.$code_Getter(this); + int get code => _blink.BlinkCloseEvent.code_Getter(this); @DomName('CloseEvent.reason') @DocsEditable() - String get reason => _blink.BlinkCloseEvent.$reason_Getter(this); + String get reason => _blink.BlinkCloseEvent.reason_Getter(this); @DomName('CloseEvent.wasClean') @DocsEditable() - bool get wasClean => _blink.BlinkCloseEvent.$wasClean_Getter(this); + bool get wasClean => _blink.BlinkCloseEvent.wasClean_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2854,7 +2854,7 @@ class Comment extends CharacterData { @DomName('Comment.Comment') @DocsEditable() factory Comment([String data]) { - return _blink.BlinkComment.$_create_1constructorCallback(data); + return _blink.BlinkComment.constructorCallback_DOMString(data); } } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -2882,20 +2882,20 @@ class CompositionEvent extends UIEvent { @DomName('CompositionEvent.activeSegmentEnd') @DocsEditable() @Experimental() // untriaged - int get activeSegmentEnd => _blink.BlinkCompositionEvent.$activeSegmentEnd_Getter(this); + int get activeSegmentEnd => _blink.BlinkCompositionEvent.activeSegmentEnd_Getter(this); @DomName('CompositionEvent.activeSegmentStart') @DocsEditable() @Experimental() // untriaged - int get activeSegmentStart => _blink.BlinkCompositionEvent.$activeSegmentStart_Getter(this); + int get activeSegmentStart => _blink.BlinkCompositionEvent.activeSegmentStart_Getter(this); @DomName('CompositionEvent.data') @DocsEditable() - String get data => _blink.BlinkCompositionEvent.$data_Getter(this); + String get data => _blink.BlinkCompositionEvent.data_Getter(this); @DomName('CompositionEvent.initCompositionEvent') @DocsEditable() - void _initCompositionEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Window viewArg, String dataArg) => _blink.BlinkCompositionEvent.$initCompositionEvent_Callback(this, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg); + void _initCompositionEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Window viewArg, String dataArg) => _blink.BlinkCompositionEvent.initCompositionEvent_Callback_DOMString_boolean_boolean_Window_DOMString(this, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2914,7 +2914,7 @@ class Console extends ConsoleBase { @DomName('Console.memory') @DocsEditable() @Experimental() - MemoryInfo get memory => _blink.BlinkConsole.$memory_Getter(this); + MemoryInfo get memory => _blink.BlinkConsole.memory_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2934,117 +2934,117 @@ class ConsoleBase extends NativeFieldWrapperClass2 { @DomName('ConsoleBase.assertCondition') @DocsEditable() @Experimental() // untriaged - void assertCondition(bool condition, Object arg) => _blink.BlinkConsoleBase.$assertCondition_Callback(this, condition, arg); + void assertCondition(bool condition, Object arg) => _blink.BlinkConsoleBase.assertCondition_Callback_boolean_object(this, condition, arg); @DomName('ConsoleBase.clear') @DocsEditable() @Experimental() // untriaged - void clear(Object arg) => _blink.BlinkConsoleBase.$clear_Callback(this, arg); + void clear(Object arg) => _blink.BlinkConsoleBase.clear_Callback_object(this, arg); @DomName('ConsoleBase.count') @DocsEditable() @Experimental() // untriaged - void count(Object arg) => _blink.BlinkConsoleBase.$count_Callback(this, arg); + void count(Object arg) => _blink.BlinkConsoleBase.count_Callback_object(this, arg); @DomName('ConsoleBase.debug') @DocsEditable() @Experimental() // untriaged - void debug(Object arg) => _blink.BlinkConsoleBase.$debug_Callback(this, arg); + void debug(Object arg) => _blink.BlinkConsoleBase.debug_Callback_object(this, arg); @DomName('ConsoleBase.dir') @DocsEditable() @Experimental() // untriaged - void dir(Object arg) => _blink.BlinkConsoleBase.$dir_Callback(this, arg); + void dir(Object arg) => _blink.BlinkConsoleBase.dir_Callback_object(this, arg); @DomName('ConsoleBase.dirxml') @DocsEditable() @Experimental() // untriaged - void dirxml(Object arg) => _blink.BlinkConsoleBase.$dirxml_Callback(this, arg); + void dirxml(Object arg) => _blink.BlinkConsoleBase.dirxml_Callback_object(this, arg); @DomName('ConsoleBase.error') @DocsEditable() @Experimental() // untriaged - void error(Object arg) => _blink.BlinkConsoleBase.$error_Callback(this, arg); + void error(Object arg) => _blink.BlinkConsoleBase.error_Callback_object(this, arg); @DomName('ConsoleBase.group') @DocsEditable() @Experimental() // untriaged - void group(Object arg) => _blink.BlinkConsoleBase.$group_Callback(this, arg); + void group(Object arg) => _blink.BlinkConsoleBase.group_Callback_object(this, arg); @DomName('ConsoleBase.groupCollapsed') @DocsEditable() @Experimental() // untriaged - void groupCollapsed(Object arg) => _blink.BlinkConsoleBase.$groupCollapsed_Callback(this, arg); + void groupCollapsed(Object arg) => _blink.BlinkConsoleBase.groupCollapsed_Callback_object(this, arg); @DomName('ConsoleBase.groupEnd') @DocsEditable() @Experimental() // untriaged - void groupEnd() => _blink.BlinkConsoleBase.$groupEnd_Callback(this); + void groupEnd() => _blink.BlinkConsoleBase.groupEnd_Callback(this); @DomName('ConsoleBase.info') @DocsEditable() @Experimental() // untriaged - void info(Object arg) => _blink.BlinkConsoleBase.$info_Callback(this, arg); + void info(Object arg) => _blink.BlinkConsoleBase.info_Callback_object(this, arg); @DomName('ConsoleBase.log') @DocsEditable() @Experimental() // untriaged - void log(Object arg) => _blink.BlinkConsoleBase.$log_Callback(this, arg); + void log(Object arg) => _blink.BlinkConsoleBase.log_Callback_object(this, arg); @DomName('ConsoleBase.markTimeline') @DocsEditable() @Experimental() // untriaged - void markTimeline(String title) => _blink.BlinkConsoleBase.$markTimeline_Callback(this, title); + void markTimeline(String title) => _blink.BlinkConsoleBase.markTimeline_Callback_DOMString(this, title); @DomName('ConsoleBase.profile') @DocsEditable() @Experimental() // untriaged - void profile(String title) => _blink.BlinkConsoleBase.$profile_Callback(this, title); + void profile(String title) => _blink.BlinkConsoleBase.profile_Callback_DOMString(this, title); @DomName('ConsoleBase.profileEnd') @DocsEditable() @Experimental() // untriaged - void profileEnd(String title) => _blink.BlinkConsoleBase.$profileEnd_Callback(this, title); + void profileEnd(String title) => _blink.BlinkConsoleBase.profileEnd_Callback_DOMString(this, title); @DomName('ConsoleBase.table') @DocsEditable() @Experimental() // untriaged - void table(Object arg) => _blink.BlinkConsoleBase.$table_Callback(this, arg); + void table(Object arg) => _blink.BlinkConsoleBase.table_Callback_object(this, arg); @DomName('ConsoleBase.time') @DocsEditable() @Experimental() // untriaged - void time(String title) => _blink.BlinkConsoleBase.$time_Callback(this, title); + void time(String title) => _blink.BlinkConsoleBase.time_Callback_DOMString(this, title); @DomName('ConsoleBase.timeEnd') @DocsEditable() @Experimental() // untriaged - void timeEnd(String title) => _blink.BlinkConsoleBase.$timeEnd_Callback(this, title); + void timeEnd(String title) => _blink.BlinkConsoleBase.timeEnd_Callback_DOMString(this, title); @DomName('ConsoleBase.timeStamp') @DocsEditable() @Experimental() // untriaged - void timeStamp(String title) => _blink.BlinkConsoleBase.$timeStamp_Callback(this, title); + void timeStamp(String title) => _blink.BlinkConsoleBase.timeStamp_Callback_DOMString(this, title); @DomName('ConsoleBase.timeline') @DocsEditable() @Experimental() // untriaged - void timeline(String title) => _blink.BlinkConsoleBase.$timeline_Callback(this, title); + void timeline(String title) => _blink.BlinkConsoleBase.timeline_Callback_DOMString(this, title); @DomName('ConsoleBase.timelineEnd') @DocsEditable() @Experimental() // untriaged - void timelineEnd(String title) => _blink.BlinkConsoleBase.$timelineEnd_Callback(this, title); + void timelineEnd(String title) => _blink.BlinkConsoleBase.timelineEnd_Callback_DOMString(this, title); @DomName('ConsoleBase.trace') @DocsEditable() @Experimental() // untriaged - void trace(Object arg) => _blink.BlinkConsoleBase.$trace_Callback(this, arg); + void trace(Object arg) => _blink.BlinkConsoleBase.trace_Callback_object(this, arg); @DomName('ConsoleBase.warn') @DocsEditable() @Experimental() // untriaged - void warn(Object arg) => _blink.BlinkConsoleBase.$warn_Callback(this, arg); + void warn(Object arg) => _blink.BlinkConsoleBase.warn_Callback_object(this, arg); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3078,23 +3078,23 @@ class ContentElement extends HtmlElement { @DomName('HTMLContentElement.resetStyleInheritance') @DocsEditable() - bool get resetStyleInheritance => _blink.BlinkHTMLContentElement.$resetStyleInheritance_Getter(this); + bool get resetStyleInheritance => _blink.BlinkHTMLContentElement.resetStyleInheritance_Getter(this); @DomName('HTMLContentElement.resetStyleInheritance') @DocsEditable() - void set resetStyleInheritance(bool value) => _blink.BlinkHTMLContentElement.$resetStyleInheritance_Setter(this, value); + void set resetStyleInheritance(bool value) => _blink.BlinkHTMLContentElement.resetStyleInheritance_Setter_boolean(this, value); @DomName('HTMLContentElement.select') @DocsEditable() - String get select => _blink.BlinkHTMLContentElement.$select_Getter(this); + String get select => _blink.BlinkHTMLContentElement.select_Getter(this); @DomName('HTMLContentElement.select') @DocsEditable() - void set select(String value) => _blink.BlinkHTMLContentElement.$select_Setter(this, value); + void set select(String value) => _blink.BlinkHTMLContentElement.select_Setter_DOMString(this, value); @DomName('HTMLContentElement.getDistributedNodes') @DocsEditable() - List getDistributedNodes() => _blink.BlinkHTMLContentElement.$getDistributedNodes_Callback(this); + List getDistributedNodes() => _blink.BlinkHTMLContentElement.getDistributedNodes_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3112,31 +3112,31 @@ class Coordinates extends NativeFieldWrapperClass2 { @DomName('Coordinates.accuracy') @DocsEditable() - double get accuracy => _blink.BlinkCoordinates.$accuracy_Getter(this); + double get accuracy => _blink.BlinkCoordinates.accuracy_Getter(this); @DomName('Coordinates.altitude') @DocsEditable() - double get altitude => _blink.BlinkCoordinates.$altitude_Getter(this); + double get altitude => _blink.BlinkCoordinates.altitude_Getter(this); @DomName('Coordinates.altitudeAccuracy') @DocsEditable() - double get altitudeAccuracy => _blink.BlinkCoordinates.$altitudeAccuracy_Getter(this); + double get altitudeAccuracy => _blink.BlinkCoordinates.altitudeAccuracy_Getter(this); @DomName('Coordinates.heading') @DocsEditable() - double get heading => _blink.BlinkCoordinates.$heading_Getter(this); + double get heading => _blink.BlinkCoordinates.heading_Getter(this); @DomName('Coordinates.latitude') @DocsEditable() - double get latitude => _blink.BlinkCoordinates.$latitude_Getter(this); + double get latitude => _blink.BlinkCoordinates.latitude_Getter(this); @DomName('Coordinates.longitude') @DocsEditable() - double get longitude => _blink.BlinkCoordinates.$longitude_Getter(this); + double get longitude => _blink.BlinkCoordinates.longitude_Getter(this); @DomName('Coordinates.speed') @DocsEditable() - double get speed => _blink.BlinkCoordinates.$speed_Getter(this); + double get speed => _blink.BlinkCoordinates.speed_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3162,11 +3162,11 @@ class Crypto extends NativeFieldWrapperClass2 { @DomName('Crypto.subtle') @DocsEditable() @Experimental() // untriaged - _SubtleCrypto get subtle => _blink.BlinkCrypto.$subtle_Getter(this); + _SubtleCrypto get subtle => _blink.BlinkCrypto.subtle_Getter(this); @DomName('Crypto.getRandomValues') @DocsEditable() - TypedData getRandomValues(TypedData array) => _blink.BlinkCrypto.$getRandomValues_Callback(this, array); + TypedData getRandomValues(TypedData array) => _blink.BlinkCrypto.getRandomValues_Callback_ArrayBufferView(this, array); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3186,22 +3186,22 @@ class CryptoKey extends NativeFieldWrapperClass2 { @DomName('Key.algorithm') @DocsEditable() @Experimental() // untriaged - Algorithm get algorithm => _blink.BlinkKey.$algorithm_Getter(this); + Algorithm get algorithm => _blink.BlinkKey.algorithm_Getter(this); @DomName('Key.extractable') @DocsEditable() @Experimental() // untriaged - bool get extractable => _blink.BlinkKey.$extractable_Getter(this); + bool get extractable => _blink.BlinkKey.extractable_Getter(this); @DomName('Key.type') @DocsEditable() @Experimental() // untriaged - String get type => _blink.BlinkKey.$type_Getter(this); + String get type => _blink.BlinkKey.type_Getter(this); @DomName('Key.usages') @DocsEditable() @Experimental() // untriaged - List get usages => _blink.BlinkKey.$usages_Getter(this); + List get usages => _blink.BlinkKey.usages_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3221,11 +3221,11 @@ class Css extends NativeFieldWrapperClass2 { @DomName('CSS.supports') @DocsEditable() - bool supports(String property, String value) => _blink.BlinkCSS.$supports_Callback(this, property, value); + bool supports(String property, String value) => _blink.BlinkCSS.supports_Callback_DOMString_DOMString(this, property, value); @DomName('CSS.supportsCondition') @DocsEditable() - bool supportsCondition(String conditionText) => _blink.BlinkCSS.$supportsCondition_Callback(this, conditionText); + bool supportsCondition(String conditionText) => _blink.BlinkCSS.supports_Callback_DOMString(this, conditionText); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3245,11 +3245,11 @@ class CssCharsetRule extends CssRule { @DomName('CSSCharsetRule.encoding') @DocsEditable() - String get encoding => _blink.BlinkCSSCharsetRule.$encoding_Getter(this); + String get encoding => _blink.BlinkCSSCharsetRule.encoding_Getter(this); @DomName('CSSCharsetRule.encoding') @DocsEditable() - void set encoding(String value) => _blink.BlinkCSSCharsetRule.$encoding_Setter(this, value); + void set encoding(String value) => _blink.BlinkCSSCharsetRule.encoding_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3271,7 +3271,7 @@ class CssFilterRule extends CssRule { @DomName('WebKitCSSFilterRule.style') @DocsEditable() - CssStyleDeclaration get style => _blink.BlinkWebKitCSSFilterRule.$style_Getter(this); + CssStyleDeclaration get style => _blink.BlinkWebKitCSSFilterRule.style_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3292,7 +3292,7 @@ class CssFontFaceLoadEvent extends Event { @DomName('CSSFontFaceLoadEvent.fontfaces') @DocsEditable() @Experimental() // untriaged - List get fontfaces => _blink.BlinkCSSFontFaceLoadEvent.$fontfaces_Getter(this); + List get fontfaces => _blink.BlinkCSSFontFaceLoadEvent.fontfaces_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3310,7 +3310,7 @@ class CssFontFaceRule extends CssRule { @DomName('CSSFontFaceRule.style') @DocsEditable() - CssStyleDeclaration get style => _blink.BlinkCSSFontFaceRule.$style_Getter(this); + CssStyleDeclaration get style => _blink.BlinkCSSFontFaceRule.style_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3328,15 +3328,15 @@ class CssImportRule extends CssRule { @DomName('CSSImportRule.href') @DocsEditable() - String get href => _blink.BlinkCSSImportRule.$href_Getter(this); + String get href => _blink.BlinkCSSImportRule.href_Getter(this); @DomName('CSSImportRule.media') @DocsEditable() - MediaList get media => _blink.BlinkCSSImportRule.$media_Getter(this); + MediaList get media => _blink.BlinkCSSImportRule.media_Getter(this); @DomName('CSSImportRule.styleSheet') @DocsEditable() - CssStyleSheet get styleSheet => _blink.BlinkCSSImportRule.$styleSheet_Getter(this); + CssStyleSheet get styleSheet => _blink.BlinkCSSImportRule.styleSheet_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3356,17 +3356,17 @@ class CssKeyframeRule extends CssRule { @DomName('CSSKeyframeRule.keyText') @DocsEditable() @Experimental() // untriaged - String get keyText => _blink.BlinkCSSKeyframeRule.$keyText_Getter(this); + String get keyText => _blink.BlinkCSSKeyframeRule.keyText_Getter(this); @DomName('CSSKeyframeRule.keyText') @DocsEditable() @Experimental() // untriaged - void set keyText(String value) => _blink.BlinkCSSKeyframeRule.$keyText_Setter(this, value); + void set keyText(String value) => _blink.BlinkCSSKeyframeRule.keyText_Setter_DOMString(this, value); @DomName('CSSKeyframeRule.style') @DocsEditable() @Experimental() // untriaged - CssStyleDeclaration get style => _blink.BlinkCSSKeyframeRule.$style_Getter(this); + CssStyleDeclaration get style => _blink.BlinkCSSKeyframeRule.style_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3386,37 +3386,37 @@ class CssKeyframesRule extends CssRule { @DomName('CSSKeyframesRule.cssRules') @DocsEditable() @Experimental() // untriaged - List get cssRules => _blink.BlinkCSSKeyframesRule.$cssRules_Getter(this); + List get cssRules => _blink.BlinkCSSKeyframesRule.cssRules_Getter(this); @DomName('CSSKeyframesRule.name') @DocsEditable() @Experimental() // untriaged - String get name => _blink.BlinkCSSKeyframesRule.$name_Getter(this); + String get name => _blink.BlinkCSSKeyframesRule.name_Getter(this); @DomName('CSSKeyframesRule.name') @DocsEditable() @Experimental() // untriaged - void set name(String value) => _blink.BlinkCSSKeyframesRule.$name_Setter(this, value); + void set name(String value) => _blink.BlinkCSSKeyframesRule.name_Setter_DOMString(this, value); @DomName('CSSKeyframesRule.__getter__') @DocsEditable() @Experimental() // untriaged - CssKeyframeRule __getter__(int index) => _blink.BlinkCSSKeyframesRule.$__getter___Callback(this, index); + CssKeyframeRule __getter__(int index) => _blink.BlinkCSSKeyframesRule.$__getter___Callback_ul(this, index); @DomName('CSSKeyframesRule.deleteRule') @DocsEditable() @Experimental() // untriaged - void deleteRule(String key) => _blink.BlinkCSSKeyframesRule.$deleteRule_Callback(this, key); + void deleteRule(String key) => _blink.BlinkCSSKeyframesRule.deleteRule_Callback_DOMString(this, key); @DomName('CSSKeyframesRule.findRule') @DocsEditable() @Experimental() // untriaged - CssKeyframeRule findRule(String key) => _blink.BlinkCSSKeyframesRule.$findRule_Callback(this, key); + CssKeyframeRule findRule(String key) => _blink.BlinkCSSKeyframesRule.findRule_Callback_DOMString(this, key); @DomName('CSSKeyframesRule.insertRule') @DocsEditable() @Experimental() // untriaged - void appendRule(String rule) => _blink.BlinkCSSKeyframesRule.$insertRule_Callback(this, rule); + void appendRule(String rule) => _blink.BlinkCSSKeyframesRule.insertRule_Callback_DOMString(this, rule); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3434,19 +3434,19 @@ class CssMediaRule extends CssRule { @DomName('CSSMediaRule.cssRules') @DocsEditable() - List get cssRules => _blink.BlinkCSSMediaRule.$cssRules_Getter(this); + List get cssRules => _blink.BlinkCSSMediaRule.cssRules_Getter(this); @DomName('CSSMediaRule.media') @DocsEditable() - MediaList get media => _blink.BlinkCSSMediaRule.$media_Getter(this); + MediaList get media => _blink.BlinkCSSMediaRule.media_Getter(this); @DomName('CSSMediaRule.deleteRule') @DocsEditable() - void deleteRule(int index) => _blink.BlinkCSSMediaRule.$deleteRule_Callback(this, index); + void deleteRule(int index) => _blink.BlinkCSSMediaRule.deleteRule_Callback_ul(this, index); @DomName('CSSMediaRule.insertRule') @DocsEditable() - int insertRule(String rule, int index) => _blink.BlinkCSSMediaRule.$insertRule_Callback(this, rule, index); + int insertRule(String rule, int index) => _blink.BlinkCSSMediaRule.insertRule_Callback_DOMString_ul(this, rule, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3464,15 +3464,15 @@ class CssPageRule extends CssRule { @DomName('CSSPageRule.selectorText') @DocsEditable() - String get selectorText => _blink.BlinkCSSPageRule.$selectorText_Getter(this); + String get selectorText => _blink.BlinkCSSPageRule.selectorText_Getter(this); @DomName('CSSPageRule.selectorText') @DocsEditable() - void set selectorText(String value) => _blink.BlinkCSSPageRule.$selectorText_Setter(this, value); + void set selectorText(String value) => _blink.BlinkCSSPageRule.selectorText_Setter_DOMString(this, value); @DomName('CSSPageRule.style') @DocsEditable() - CssStyleDeclaration get style => _blink.BlinkCSSPageRule.$style_Getter(this); + CssStyleDeclaration get style => _blink.BlinkCSSPageRule.style_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3551,23 +3551,23 @@ class CssRule extends NativeFieldWrapperClass2 { @DomName('CSSRule.cssText') @DocsEditable() - String get cssText => _blink.BlinkCSSRule.$cssText_Getter(this); + String get cssText => _blink.BlinkCSSRule.cssText_Getter(this); @DomName('CSSRule.cssText') @DocsEditable() - void set cssText(String value) => _blink.BlinkCSSRule.$cssText_Setter(this, value); + void set cssText(String value) => _blink.BlinkCSSRule.cssText_Setter_DOMString(this, value); @DomName('CSSRule.parentRule') @DocsEditable() - CssRule get parentRule => _blink.BlinkCSSRule.$parentRule_Getter(this); + CssRule get parentRule => _blink.BlinkCSSRule.parentRule_Getter(this); @DomName('CSSRule.parentStyleSheet') @DocsEditable() - CssStyleSheet get parentStyleSheet => _blink.BlinkCSSRule.$parentStyleSheet_Getter(this); + CssStyleSheet get parentStyleSheet => _blink.BlinkCSSRule.parentStyleSheet_Getter(this); @DomName('CSSRule.type') @DocsEditable() - int get type => _blink.BlinkCSSRule.$type_Getter(this); + int get type => _blink.BlinkCSSRule.type_Getter(this); } @@ -3629,7 +3629,7 @@ class CssRule extends NativeFieldWrapperClass2 { } bool _hasProperty(String propertyName) => - _blink.BlinkCSSStyleDeclaration.$__propertyQuery___Callback(this, propertyName); + _blink.BlinkCSSStyleDeclaration.$__propertyQuery___Callback_DOMString(this, propertyName); @DomName('CSSStyleDeclaration.setProperty') void setProperty(String propertyName, String value, [String priority]) { @@ -3664,48 +3664,48 @@ class CssRule extends NativeFieldWrapperClass2 { @DomName('CSSStyleDeclaration.cssText') @DocsEditable() - String get cssText => _blink.BlinkCSSStyleDeclaration.$cssText_Getter(this); + String get cssText => _blink.BlinkCSSStyleDeclaration.cssText_Getter(this); @DomName('CSSStyleDeclaration.cssText') @DocsEditable() - void set cssText(String value) => _blink.BlinkCSSStyleDeclaration.$cssText_Setter(this, value); + void set cssText(String value) => _blink.BlinkCSSStyleDeclaration.cssText_Setter_DOMString(this, value); @DomName('CSSStyleDeclaration.length') @DocsEditable() - int get length => _blink.BlinkCSSStyleDeclaration.$length_Getter(this); + int get length => _blink.BlinkCSSStyleDeclaration.length_Getter(this); @DomName('CSSStyleDeclaration.parentRule') @DocsEditable() - CssRule get parentRule => _blink.BlinkCSSStyleDeclaration.$parentRule_Getter(this); + CssRule get parentRule => _blink.BlinkCSSStyleDeclaration.parentRule_Getter(this); @DomName('CSSStyleDeclaration.__propertyQuery__') @DocsEditable() @Experimental() // untriaged - bool __propertyQuery__(String name) => _blink.BlinkCSSStyleDeclaration.$__propertyQuery___Callback(this, name); + bool __propertyQuery__(String name) => _blink.BlinkCSSStyleDeclaration.$__propertyQuery___Callback_DOMString(this, name); @DomName('CSSStyleDeclaration.__setter__') @DocsEditable() - void __setter__(String propertyName, String propertyValue) => _blink.BlinkCSSStyleDeclaration.$__setter___Callback(this, propertyName, propertyValue); + void __setter__(String propertyName, String propertyValue) => _blink.BlinkCSSStyleDeclaration.$__setter___Callback_DOMString_DOMString(this, propertyName, propertyValue); @DomName('CSSStyleDeclaration.getPropertyPriority') @DocsEditable() - String getPropertyPriority(String propertyName) => _blink.BlinkCSSStyleDeclaration.$getPropertyPriority_Callback(this, propertyName); + String getPropertyPriority(String propertyName) => _blink.BlinkCSSStyleDeclaration.getPropertyPriority_Callback_DOMString(this, propertyName); @DomName('CSSStyleDeclaration.getPropertyValue') @DocsEditable() - String _getPropertyValue(String propertyName) => _blink.BlinkCSSStyleDeclaration.$getPropertyValue_Callback(this, propertyName); + String _getPropertyValue(String propertyName) => _blink.BlinkCSSStyleDeclaration.getPropertyValue_Callback_DOMString(this, propertyName); @DomName('CSSStyleDeclaration.item') @DocsEditable() - String item(int index) => _blink.BlinkCSSStyleDeclaration.$item_Callback(this, index); + String item(int index) => _blink.BlinkCSSStyleDeclaration.item_Callback_ul(this, index); @DomName('CSSStyleDeclaration.removeProperty') @DocsEditable() - String removeProperty(String propertyName) => _blink.BlinkCSSStyleDeclaration.$removeProperty_Callback(this, propertyName); + String removeProperty(String propertyName) => _blink.BlinkCSSStyleDeclaration.removeProperty_Callback_DOMString(this, propertyName); @DomName('CSSStyleDeclaration.setProperty') @DocsEditable() - void _setProperty(String propertyName, String value, String priority) => _blink.BlinkCSSStyleDeclaration.$setProperty_Callback(this, propertyName, value, priority); + void _setProperty(String propertyName, String value, String priority) => _blink.BlinkCSSStyleDeclaration.setProperty_Callback_DOMString_DOMString_DOMString(this, propertyName, value, priority); } @@ -6836,15 +6836,15 @@ class CssStyleRule extends CssRule { @DomName('CSSStyleRule.selectorText') @DocsEditable() - String get selectorText => _blink.BlinkCSSStyleRule.$selectorText_Getter(this); + String get selectorText => _blink.BlinkCSSStyleRule.selectorText_Getter(this); @DomName('CSSStyleRule.selectorText') @DocsEditable() - void set selectorText(String value) => _blink.BlinkCSSStyleRule.$selectorText_Setter(this, value); + void set selectorText(String value) => _blink.BlinkCSSStyleRule.selectorText_Setter_DOMString(this, value); @DomName('CSSStyleRule.style') @DocsEditable() - CssStyleDeclaration get style => _blink.BlinkCSSStyleRule.$style_Getter(this); + CssStyleDeclaration get style => _blink.BlinkCSSStyleRule.style_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -6862,39 +6862,39 @@ class CssStyleSheet extends StyleSheet { @DomName('CSSStyleSheet.cssRules') @DocsEditable() - List get cssRules => _blink.BlinkCSSStyleSheet.$cssRules_Getter(this); + List get cssRules => _blink.BlinkCSSStyleSheet.cssRules_Getter(this); @DomName('CSSStyleSheet.ownerRule') @DocsEditable() - CssRule get ownerRule => _blink.BlinkCSSStyleSheet.$ownerRule_Getter(this); + CssRule get ownerRule => _blink.BlinkCSSStyleSheet.ownerRule_Getter(this); @DomName('CSSStyleSheet.rules') @DocsEditable() @Experimental() // non-standard - List get rules => _blink.BlinkCSSStyleSheet.$rules_Getter(this); + List get rules => _blink.BlinkCSSStyleSheet.rules_Getter(this); int addRule(String selector, String style, [int index]) { if (index != null) { - return _blink.BlinkCSSStyleSheet.$_addRule_1_Callback(this, selector, style, index); + return _blink.BlinkCSSStyleSheet.addRule_Callback_DOMString_DOMString_ul(this, selector, style, index); } - return _blink.BlinkCSSStyleSheet.$_addRule_2_Callback(this, selector, style); + return _blink.BlinkCSSStyleSheet.addRule_Callback_DOMString_DOMString(this, selector, style); } @DomName('CSSStyleSheet.deleteRule') @DocsEditable() - void deleteRule(int index) => _blink.BlinkCSSStyleSheet.$deleteRule_Callback(this, index); + void deleteRule(int index) => _blink.BlinkCSSStyleSheet.deleteRule_Callback_ul(this, index); int insertRule(String rule, [int index]) { if (index != null) { - return _blink.BlinkCSSStyleSheet.$_insertRule_1_Callback(this, rule, index); + return _blink.BlinkCSSStyleSheet.insertRule_Callback_DOMString_ul(this, rule, index); } - return _blink.BlinkCSSStyleSheet.$_insertRule_2_Callback(this, rule); + return _blink.BlinkCSSStyleSheet.insertRule_Callback_DOMString(this, rule); } @DomName('CSSStyleSheet.removeRule') @DocsEditable() @Experimental() // non-standard - void removeRule(int index) => _blink.BlinkCSSStyleSheet.$removeRule_Callback(this, index); + void removeRule(int index) => _blink.BlinkCSSStyleSheet.removeRule_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -6912,19 +6912,19 @@ class CssSupportsRule extends CssRule { @DomName('CSSSupportsRule.conditionText') @DocsEditable() - String get conditionText => _blink.BlinkCSSSupportsRule.$conditionText_Getter(this); + String get conditionText => _blink.BlinkCSSSupportsRule.conditionText_Getter(this); @DomName('CSSSupportsRule.cssRules') @DocsEditable() - List get cssRules => _blink.BlinkCSSSupportsRule.$cssRules_Getter(this); + List get cssRules => _blink.BlinkCSSSupportsRule.cssRules_Getter(this); @DomName('CSSSupportsRule.deleteRule') @DocsEditable() - void deleteRule(int index) => _blink.BlinkCSSSupportsRule.$deleteRule_Callback(this, index); + void deleteRule(int index) => _blink.BlinkCSSSupportsRule.deleteRule_Callback_ul(this, index); @DomName('CSSSupportsRule.insertRule') @DocsEditable() - int insertRule(String rule, int index) => _blink.BlinkCSSSupportsRule.$insertRule_Callback(this, rule, index); + int insertRule(String rule, int index) => _blink.BlinkCSSSupportsRule.insertRule_Callback_DOMString_ul(this, rule, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -6944,7 +6944,7 @@ class CssViewportRule extends CssRule { @DomName('CSSViewportRule.style') @DocsEditable() @Experimental() // untriaged - CssStyleDeclaration get style => _blink.BlinkCSSViewportRule.$style_Getter(this); + CssStyleDeclaration get style => _blink.BlinkCSSViewportRule.style_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -6992,11 +6992,11 @@ class CustomEvent extends Event { @DomName('CustomEvent.detail') @DocsEditable() - Object get _detail => _blink.BlinkCustomEvent.$detail_Getter(this); + Object get _detail => _blink.BlinkCustomEvent.detail_Getter(this); @DomName('CustomEvent.initCustomEvent') @DocsEditable() - void _initCustomEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Object detailArg) => _blink.BlinkCustomEvent.$initCustomEvent_Callback(this, typeArg, canBubbleArg, cancelableArg, detailArg); + void _initCustomEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Object detailArg) => _blink.BlinkCustomEvent.initCustomEvent_Callback_DOMString_boolean_boolean_ScriptValue(this, typeArg, canBubbleArg, cancelableArg, detailArg); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7055,7 +7055,7 @@ class DataListElement extends HtmlElement { @DomName('HTMLDataListElement.options') @DocsEditable() - List get options => _blink.BlinkHTMLDataListElement.$options_Getter(this); + List get options => _blink.BlinkHTMLDataListElement.options_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7073,38 +7073,38 @@ class DataTransfer extends NativeFieldWrapperClass2 { @DomName('Clipboard.dropEffect') @DocsEditable() - String get dropEffect => _blink.BlinkClipboard.$dropEffect_Getter(this); + String get dropEffect => _blink.BlinkClipboard.dropEffect_Getter(this); @DomName('Clipboard.dropEffect') @DocsEditable() - void set dropEffect(String value) => _blink.BlinkClipboard.$dropEffect_Setter(this, value); + void set dropEffect(String value) => _blink.BlinkClipboard.dropEffect_Setter_DOMString(this, value); @DomName('Clipboard.effectAllowed') @DocsEditable() - String get effectAllowed => _blink.BlinkClipboard.$effectAllowed_Getter(this); + String get effectAllowed => _blink.BlinkClipboard.effectAllowed_Getter(this); @DomName('Clipboard.effectAllowed') @DocsEditable() - void set effectAllowed(String value) => _blink.BlinkClipboard.$effectAllowed_Setter(this, value); + void set effectAllowed(String value) => _blink.BlinkClipboard.effectAllowed_Setter_DOMString(this, value); @DomName('Clipboard.files') @DocsEditable() - List get files => _blink.BlinkClipboard.$files_Getter(this); + List get files => _blink.BlinkClipboard.files_Getter(this); @DomName('Clipboard.items') @DocsEditable() - DataTransferItemList get items => _blink.BlinkClipboard.$items_Getter(this); + DataTransferItemList get items => _blink.BlinkClipboard.items_Getter(this); @DomName('Clipboard.types') @DocsEditable() - List get types => _blink.BlinkClipboard.$types_Getter(this); + List get types => _blink.BlinkClipboard.types_Getter(this); void clearData([String type]) { if (type != null) { - _blink.BlinkClipboard.$_clearData_1_Callback(this, type); + _blink.BlinkClipboard.clearData_Callback_DOMString(this, type); return; } - _blink.BlinkClipboard.$_clearData_2_Callback(this); + _blink.BlinkClipboard.clearData_Callback(this); return; } @@ -7126,15 +7126,15 @@ class DataTransfer extends NativeFieldWrapperClass2 { */ @DomName('Clipboard.getData') @DocsEditable() - String getData(String type) => _blink.BlinkClipboard.$getData_Callback(this, type); + String getData(String type) => _blink.BlinkClipboard.getData_Callback_DOMString(this, type); @DomName('Clipboard.setData') @DocsEditable() - bool setData(String type, String data) => _blink.BlinkClipboard.$setData_Callback(this, type, data); + bool setData(String type, String data) => _blink.BlinkClipboard.setData_Callback_DOMString_DOMString(this, type, data); @DomName('Clipboard.setDragImage') @DocsEditable() - void setDragImage(Element image, int x, int y) => _blink.BlinkClipboard.$setDragImage_Callback(this, image, x, y); + void setDragImage(Element image, int x, int y) => _blink.BlinkClipboard.setDragImage_Callback_Element_long_long(this, image, x, y); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7154,19 +7154,19 @@ class DataTransferItem extends NativeFieldWrapperClass2 { @DomName('DataTransferItem.kind') @DocsEditable() - String get kind => _blink.BlinkDataTransferItem.$kind_Getter(this); + String get kind => _blink.BlinkDataTransferItem.kind_Getter(this); @DomName('DataTransferItem.type') @DocsEditable() - String get type => _blink.BlinkDataTransferItem.$type_Getter(this); + String get type => _blink.BlinkDataTransferItem.type_Getter(this); @DomName('DataTransferItem.getAsFile') @DocsEditable() - Blob getAsFile() => _blink.BlinkDataTransferItem.$getAsFile_Callback(this); + Blob getAsFile() => _blink.BlinkDataTransferItem.getAsFile_Callback(this); @DomName('DataTransferItem.getAsString') @DocsEditable() - void _getAsString(_StringCallback callback) => _blink.BlinkDataTransferItem.$getAsString_Callback(this, callback); + void _getAsString(_StringCallback callback) => _blink.BlinkDataTransferItem.getAsString_Callback_StringCallback(this, callback); Future getAsString() { var completer = new Completer(); @@ -7180,7 +7180,7 @@ class DataTransferItem extends NativeFieldWrapperClass2 { @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - Entry getAsEntry() => _blink.BlinkDataTransferItem.$webkitGetAsEntry_Callback(this); + Entry getAsEntry() => _blink.BlinkDataTransferItem.webkitGetAsEntry_Callback(this); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -7198,39 +7198,39 @@ class DataTransferItemList extends NativeFieldWrapperClass2 { @DomName('DataTransferItemList.length') @DocsEditable() - int get length => _blink.BlinkDataTransferItemList.$length_Getter(this); + int get length => _blink.BlinkDataTransferItemList.length_Getter(this); @DomName('DataTransferItemList.__getter__') @DocsEditable() @Experimental() // untriaged - DataTransferItem __getter__(int index) => _blink.BlinkDataTransferItemList.$__getter___Callback(this, index); + DataTransferItem __getter__(int index) => _blink.BlinkDataTransferItemList.$__getter___Callback_ul(this, index); DataTransferItem add(data_OR_file, [String type]) { if ((data_OR_file is File || data_OR_file == null) && type == null) { - return _blink.BlinkDataTransferItemList.$_add_1_Callback(this, data_OR_file); + return _blink.BlinkDataTransferItemList.add_Callback_File(this, data_OR_file); } if ((type is String || type == null) && (data_OR_file is String || data_OR_file == null)) { - return _blink.BlinkDataTransferItemList.$_add_2_Callback(this, data_OR_file, type); + return _blink.BlinkDataTransferItemList.add_Callback_DOMString_DOMString(this, data_OR_file, type); } throw new ArgumentError("Incorrect number or type of arguments"); } @DomName('DataTransferItemList.addData') @DocsEditable() - DataTransferItem addData(String data, String type) => _blink.BlinkDataTransferItemList.$addData_Callback(this, data, type); + DataTransferItem addData(String data, String type) => _blink.BlinkDataTransferItemList.add_Callback_DOMString_DOMString(this, data, type); @DomName('DataTransferItemList.addFile') @DocsEditable() - DataTransferItem addFile(File file) => _blink.BlinkDataTransferItemList.$addFile_Callback(this, file); + DataTransferItem addFile(File file) => _blink.BlinkDataTransferItemList.add_Callback_File(this, file); @DomName('DataTransferItemList.clear') @DocsEditable() - void clear() => _blink.BlinkDataTransferItemList.$clear_Callback(this); + void clear() => _blink.BlinkDataTransferItemList.clear_Callback(this); @DomName('DataTransferItemList.remove') @DocsEditable() @Experimental() // untriaged - void remove(int index) => _blink.BlinkDataTransferItemList.$remove_Callback(this, index); + void remove(int index) => _blink.BlinkDataTransferItemList.remove_Callback_ul(this, index); DataTransferItem operator[] (int index) { @@ -7277,7 +7277,7 @@ class DedicatedWorkerGlobalScope extends WorkerGlobalScope { @DomName('DedicatedWorkerGlobalScope.postMessage') @DocsEditable() @Experimental() // untriaged - void postMessage(Object message, [List messagePorts]) => _blink.BlinkDedicatedWorkerGlobalScope.$postMessage_Callback(this, message, messagePorts); + void postMessage(Object message, [List messagePorts]) => _blink.BlinkDedicatedWorkerGlobalScope.postMessage_Callback_ScriptValue_A_MessagePort_A(this, message, messagePorts); /// Stream of `message` events handled by this [DedicatedWorkerGlobalScope]. @DomName('DedicatedWorkerGlobalScope.onmessage') @@ -7313,12 +7313,12 @@ class DeprecatedStorageInfo extends NativeFieldWrapperClass2 { @DomName('DeprecatedStorageInfo.queryUsageAndQuota') @DocsEditable() @Experimental() // untriaged - void queryUsageAndQuota(int storageType, [StorageUsageCallback usageCallback, StorageErrorCallback errorCallback]) => _blink.BlinkDeprecatedStorageInfo.$queryUsageAndQuota_Callback(this, storageType, usageCallback, errorCallback); + void queryUsageAndQuota(int storageType, [StorageUsageCallback usageCallback, StorageErrorCallback errorCallback]) => _blink.BlinkDeprecatedStorageInfo.queryUsageAndQuota_Callback_us_StorageUsageCallback_StorageErrorCallback(this, storageType, usageCallback, errorCallback); @DomName('DeprecatedStorageInfo.requestQuota') @DocsEditable() @Experimental() // untriaged - void requestQuota(int storageType, int newQuotaInBytes, [StorageQuotaCallback quotaCallback, StorageErrorCallback errorCallback]) => _blink.BlinkDeprecatedStorageInfo.$requestQuota_Callback(this, storageType, newQuotaInBytes, quotaCallback, errorCallback); + void requestQuota(int storageType, int newQuotaInBytes, [StorageQuotaCallback quotaCallback, StorageErrorCallback errorCallback]) => _blink.BlinkDeprecatedStorageInfo.requestQuota_Callback_us_ull_StorageQuotaCallback_StorageErrorCallback(this, storageType, newQuotaInBytes, quotaCallback, errorCallback); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7338,12 +7338,12 @@ class DeprecatedStorageQuota extends NativeFieldWrapperClass2 { @DomName('DeprecatedStorageQuota.queryUsageAndQuota') @DocsEditable() @Experimental() // untriaged - void queryUsageAndQuota(StorageUsageCallback usageCallback, [StorageErrorCallback errorCallback]) => _blink.BlinkDeprecatedStorageQuota.$queryUsageAndQuota_Callback(this, usageCallback, errorCallback); + void queryUsageAndQuota(StorageUsageCallback usageCallback, [StorageErrorCallback errorCallback]) => _blink.BlinkDeprecatedStorageQuota.queryUsageAndQuota_Callback_StorageUsageCallback_StorageErrorCallback(this, usageCallback, errorCallback); @DomName('DeprecatedStorageQuota.requestQuota') @DocsEditable() @Experimental() // untriaged - void requestQuota(int newQuotaInBytes, [StorageQuotaCallback quotaCallback, StorageErrorCallback errorCallback]) => _blink.BlinkDeprecatedStorageQuota.$requestQuota_Callback(this, newQuotaInBytes, quotaCallback, errorCallback); + void requestQuota(int newQuotaInBytes, [StorageQuotaCallback quotaCallback, StorageErrorCallback errorCallback]) => _blink.BlinkDeprecatedStorageQuota.requestQuota_Callback_ull_StorageQuotaCallback_StorageErrorCallback(this, newQuotaInBytes, quotaCallback, errorCallback); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7377,11 +7377,11 @@ class DetailsElement extends HtmlElement { @DomName('HTMLDetailsElement.open') @DocsEditable() - bool get open => _blink.BlinkHTMLDetailsElement.$open_Getter(this); + bool get open => _blink.BlinkHTMLDetailsElement.open_Getter(this); @DomName('HTMLDetailsElement.open') @DocsEditable() - void set open(bool value) => _blink.BlinkHTMLDetailsElement.$open_Setter(this, value); + void set open(bool value) => _blink.BlinkHTMLDetailsElement.open_Setter_boolean(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7401,15 +7401,15 @@ class DeviceAcceleration extends NativeFieldWrapperClass2 { @DomName('DeviceAcceleration.x') @DocsEditable() - double get x => _blink.BlinkDeviceAcceleration.$x_Getter(this); + double get x => _blink.BlinkDeviceAcceleration.x_Getter(this); @DomName('DeviceAcceleration.y') @DocsEditable() - double get y => _blink.BlinkDeviceAcceleration.$y_Getter(this); + double get y => _blink.BlinkDeviceAcceleration.y_Getter(this); @DomName('DeviceAcceleration.z') @DocsEditable() - double get z => _blink.BlinkDeviceAcceleration.$z_Getter(this); + double get z => _blink.BlinkDeviceAcceleration.z_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7429,24 +7429,24 @@ class DeviceMotionEvent extends Event { @DomName('DeviceMotionEvent.acceleration') @DocsEditable() - DeviceAcceleration get acceleration => _blink.BlinkDeviceMotionEvent.$acceleration_Getter(this); + DeviceAcceleration get acceleration => _blink.BlinkDeviceMotionEvent.acceleration_Getter(this); @DomName('DeviceMotionEvent.accelerationIncludingGravity') @DocsEditable() - DeviceAcceleration get accelerationIncludingGravity => _blink.BlinkDeviceMotionEvent.$accelerationIncludingGravity_Getter(this); + DeviceAcceleration get accelerationIncludingGravity => _blink.BlinkDeviceMotionEvent.accelerationIncludingGravity_Getter(this); @DomName('DeviceMotionEvent.interval') @DocsEditable() - double get interval => _blink.BlinkDeviceMotionEvent.$interval_Getter(this); + double get interval => _blink.BlinkDeviceMotionEvent.interval_Getter(this); @DomName('DeviceMotionEvent.rotationRate') @DocsEditable() - DeviceRotationRate get rotationRate => _blink.BlinkDeviceMotionEvent.$rotationRate_Getter(this); + DeviceRotationRate get rotationRate => _blink.BlinkDeviceMotionEvent.rotationRate_Getter(this); @DomName('DeviceMotionEvent.initDeviceMotionEvent') @DocsEditable() @Experimental() // untriaged - void initDeviceMotionEvent(String type, bool bubbles, bool cancelable, DeviceAcceleration acceleration, DeviceAcceleration accelerationIncludingGravity, DeviceRotationRate rotationRate, num interval) => _blink.BlinkDeviceMotionEvent.$initDeviceMotionEvent_Callback(this, type, bubbles, cancelable, acceleration, accelerationIncludingGravity, rotationRate, interval); + void initDeviceMotionEvent(String type, bool bubbles, bool cancelable, DeviceAcceleration acceleration, DeviceAcceleration accelerationIncludingGravity, DeviceRotationRate rotationRate, num interval) => _blink.BlinkDeviceMotionEvent.initDeviceMotionEvent_Callback_DOMString_boolean_boolean_DeviceAcceleration_DeviceAcceleration_DeviceRotationRate_double(this, type, bubbles, cancelable, acceleration, accelerationIncludingGravity, rotationRate, interval); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -7472,23 +7472,23 @@ class DeviceOrientationEvent extends Event { @DomName('DeviceOrientationEvent.absolute') @DocsEditable() - bool get absolute => _blink.BlinkDeviceOrientationEvent.$absolute_Getter(this); + bool get absolute => _blink.BlinkDeviceOrientationEvent.absolute_Getter(this); @DomName('DeviceOrientationEvent.alpha') @DocsEditable() - double get alpha => _blink.BlinkDeviceOrientationEvent.$alpha_Getter(this); + double get alpha => _blink.BlinkDeviceOrientationEvent.alpha_Getter(this); @DomName('DeviceOrientationEvent.beta') @DocsEditable() - double get beta => _blink.BlinkDeviceOrientationEvent.$beta_Getter(this); + double get beta => _blink.BlinkDeviceOrientationEvent.beta_Getter(this); @DomName('DeviceOrientationEvent.gamma') @DocsEditable() - double get gamma => _blink.BlinkDeviceOrientationEvent.$gamma_Getter(this); + double get gamma => _blink.BlinkDeviceOrientationEvent.gamma_Getter(this); @DomName('DeviceOrientationEvent.initDeviceOrientationEvent') @DocsEditable() - void _initDeviceOrientationEvent(String type, bool bubbles, bool cancelable, num alpha, num beta, num gamma, bool absolute) => _blink.BlinkDeviceOrientationEvent.$initDeviceOrientationEvent_Callback(this, type, bubbles, cancelable, alpha, beta, gamma, absolute); + void _initDeviceOrientationEvent(String type, bool bubbles, bool cancelable, num alpha, num beta, num gamma, bool absolute) => _blink.BlinkDeviceOrientationEvent.initDeviceOrientationEvent_Callback_DOMString_boolean_boolean_double_double_double_boolean(this, type, bubbles, cancelable, alpha, beta, gamma, absolute); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7508,15 +7508,15 @@ class DeviceRotationRate extends NativeFieldWrapperClass2 { @DomName('DeviceRotationRate.alpha') @DocsEditable() - double get alpha => _blink.BlinkDeviceRotationRate.$alpha_Getter(this); + double get alpha => _blink.BlinkDeviceRotationRate.alpha_Getter(this); @DomName('DeviceRotationRate.beta') @DocsEditable() - double get beta => _blink.BlinkDeviceRotationRate.$beta_Getter(this); + double get beta => _blink.BlinkDeviceRotationRate.beta_Getter(this); @DomName('DeviceRotationRate.gamma') @DocsEditable() - double get gamma => _blink.BlinkDeviceRotationRate.$gamma_Getter(this); + double get gamma => _blink.BlinkDeviceRotationRate.gamma_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7541,33 +7541,33 @@ class DialogElement extends HtmlElement { @DomName('HTMLDialogElement.open') @DocsEditable() - bool get open => _blink.BlinkHTMLDialogElement.$open_Getter(this); + bool get open => _blink.BlinkHTMLDialogElement.open_Getter(this); @DomName('HTMLDialogElement.open') @DocsEditable() - void set open(bool value) => _blink.BlinkHTMLDialogElement.$open_Setter(this, value); + void set open(bool value) => _blink.BlinkHTMLDialogElement.open_Setter_boolean(this, value); @DomName('HTMLDialogElement.returnValue') @DocsEditable() @Experimental() // untriaged - String get returnValue => _blink.BlinkHTMLDialogElement.$returnValue_Getter(this); + String get returnValue => _blink.BlinkHTMLDialogElement.returnValue_Getter(this); @DomName('HTMLDialogElement.returnValue') @DocsEditable() @Experimental() // untriaged - void set returnValue(String value) => _blink.BlinkHTMLDialogElement.$returnValue_Setter(this, value); + void set returnValue(String value) => _blink.BlinkHTMLDialogElement.returnValue_Setter_DOMString(this, value); @DomName('HTMLDialogElement.close') @DocsEditable() - void close(String returnValue) => _blink.BlinkHTMLDialogElement.$close_Callback(this, returnValue); + void close(String returnValue) => _blink.BlinkHTMLDialogElement.close_Callback_DOMString(this, returnValue); @DomName('HTMLDialogElement.show') @DocsEditable() - void show() => _blink.BlinkHTMLDialogElement.$show_Callback(this); + void show() => _blink.BlinkHTMLDialogElement.show_Callback(this); @DomName('HTMLDialogElement.showModal') @DocsEditable() - void showModal() => _blink.BlinkHTMLDialogElement.$showModal_Callback(this); + void showModal() => _blink.BlinkHTMLDialogElement.showModal_Callback(this); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -7621,11 +7621,11 @@ class DirectoryEntry extends Entry { @DomName('DirectoryEntry.createReader') @DocsEditable() - DirectoryReader createReader() => _blink.BlinkDirectoryEntry.$createReader_Callback(this); + DirectoryReader createReader() => _blink.BlinkDirectoryEntry.createReader_Callback(this); @DomName('DirectoryEntry.getDirectory') @DocsEditable() - void __getDirectory(String path, {Map options, _EntryCallback successCallback, _ErrorCallback errorCallback}) => _blink.BlinkDirectoryEntry.$getDirectory_Callback(this, path, options, successCallback, errorCallback); + void __getDirectory(String path, {Map options, _EntryCallback successCallback, _ErrorCallback errorCallback}) => _blink.BlinkDirectoryEntry.getDirectory_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback(this, path, options, successCallback, errorCallback); Future _getDirectory(String path, {Map options}) { var completer = new Completer(); @@ -7637,7 +7637,7 @@ class DirectoryEntry extends Entry { @DomName('DirectoryEntry.getFile') @DocsEditable() - void __getFile(String path, {Map options, _EntryCallback successCallback, _ErrorCallback errorCallback}) => _blink.BlinkDirectoryEntry.$getFile_Callback(this, path, options, successCallback, errorCallback); + void __getFile(String path, {Map options, _EntryCallback successCallback, _ErrorCallback errorCallback}) => _blink.BlinkDirectoryEntry.getFile_Callback_DOMString_Dictionary_EntryCallback_ErrorCallback(this, path, options, successCallback, errorCallback); Future _getFile(String path, {Map options}) { var completer = new Completer(); @@ -7649,7 +7649,7 @@ class DirectoryEntry extends Entry { @DomName('DirectoryEntry.removeRecursively') @DocsEditable() - void _removeRecursively(VoidCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkDirectoryEntry.$removeRecursively_Callback(this, successCallback, errorCallback); + void _removeRecursively(VoidCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkDirectoryEntry.removeRecursively_Callback_VoidCallback_ErrorCallback(this, successCallback, errorCallback); Future removeRecursively() { var completer = new Completer(); @@ -7677,7 +7677,7 @@ class DirectoryReader extends NativeFieldWrapperClass2 { @DomName('DirectoryReader.readEntries') @DocsEditable() - void _readEntries(_EntriesCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkDirectoryReader.$readEntries_Callback(this, successCallback, errorCallback); + void _readEntries(_EntriesCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkDirectoryReader.readEntries_Callback_EntriesCallback_ErrorCallback(this, successCallback, errorCallback); Future> readEntries() { var completer = new Completer>(); @@ -7819,109 +7819,109 @@ class Document extends Node @DomName('Document.activeElement') @DocsEditable() @Experimental() // untriaged - Element get activeElement => _blink.BlinkDocument.$activeElement_Getter(this); + Element get activeElement => _blink.BlinkDocument.activeElement_Getter(this); @DomName('Document.body') @DocsEditable() - HtmlElement get _body => _blink.BlinkDocument.$body_Getter(this); + HtmlElement get _body => _blink.BlinkDocument.body_Getter(this); @DomName('Document.body') @DocsEditable() - void set _body(HtmlElement value) => _blink.BlinkDocument.$body_Setter(this, value); + void set _body(HtmlElement value) => _blink.BlinkDocument.body_Setter_HTMLElement(this, value); @DomName('Document.cookie') @DocsEditable() - String get cookie => _blink.BlinkDocument.$cookie_Getter(this); + String get cookie => _blink.BlinkDocument.cookie_Getter(this); @DomName('Document.cookie') @DocsEditable() - void set cookie(String value) => _blink.BlinkDocument.$cookie_Setter(this, value); + void set cookie(String value) => _blink.BlinkDocument.cookie_Setter_DOMString(this, value); @DomName('Document.currentScript') @DocsEditable() @Experimental() // untriaged - ScriptElement get currentScript => _blink.BlinkDocument.$currentScript_Getter(this); + ScriptElement get currentScript => _blink.BlinkDocument.currentScript_Getter(this); @DomName('Document.defaultView') @DocsEditable() - WindowBase get window => _blink.BlinkDocument.$defaultView_Getter(this); + WindowBase get window => _blink.BlinkDocument.defaultView_Getter(this); @DomName('Document.documentElement') @DocsEditable() - Element get documentElement => _blink.BlinkDocument.$documentElement_Getter(this); + Element get documentElement => _blink.BlinkDocument.documentElement_Getter(this); @DomName('Document.domain') @DocsEditable() - String get domain => _blink.BlinkDocument.$domain_Getter(this); + String get domain => _blink.BlinkDocument.domain_Getter(this); @DomName('Document.fonts') @DocsEditable() @Experimental() // untriaged - FontFaceSet get fonts => _blink.BlinkDocument.$fonts_Getter(this); + FontFaceSet get fonts => _blink.BlinkDocument.fonts_Getter(this); @DomName('Document.head') @DocsEditable() - HeadElement get _head => _blink.BlinkDocument.$head_Getter(this); + HeadElement get _head => _blink.BlinkDocument.head_Getter(this); @DomName('Document.hidden') @DocsEditable() @Experimental() // untriaged - bool get hidden => _blink.BlinkDocument.$hidden_Getter(this); + bool get hidden => _blink.BlinkDocument.hidden_Getter(this); @DomName('Document.implementation') @DocsEditable() - DomImplementation get implementation => _blink.BlinkDocument.$implementation_Getter(this); + DomImplementation get implementation => _blink.BlinkDocument.implementation_Getter(this); @DomName('Document.lastModified') @DocsEditable() - String get _lastModified => _blink.BlinkDocument.$lastModified_Getter(this); + String get _lastModified => _blink.BlinkDocument.lastModified_Getter(this); @DomName('Document.preferredStylesheetSet') @DocsEditable() - String get _preferredStylesheetSet => _blink.BlinkDocument.$preferredStylesheetSet_Getter(this); + String get _preferredStylesheetSet => _blink.BlinkDocument.preferredStylesheetSet_Getter(this); @DomName('Document.readyState') @DocsEditable() - String get readyState => _blink.BlinkDocument.$readyState_Getter(this); + String get readyState => _blink.BlinkDocument.readyState_Getter(this); @DomName('Document.referrer') @DocsEditable() - String get _referrer => _blink.BlinkDocument.$referrer_Getter(this); + String get _referrer => _blink.BlinkDocument.referrer_Getter(this); @DomName('Document.rootElement') @DocsEditable() @Experimental() // untriaged - SvgSvgElement get rootElement => _blink.BlinkDocument.$rootElement_Getter(this); + SvgSvgElement get rootElement => _blink.BlinkDocument.rootElement_Getter(this); @DomName('Document.selectedStylesheetSet') @DocsEditable() - String get _selectedStylesheetSet => _blink.BlinkDocument.$selectedStylesheetSet_Getter(this); + String get _selectedStylesheetSet => _blink.BlinkDocument.selectedStylesheetSet_Getter(this); @DomName('Document.selectedStylesheetSet') @DocsEditable() - void set _selectedStylesheetSet(String value) => _blink.BlinkDocument.$selectedStylesheetSet_Setter(this, value); + void set _selectedStylesheetSet(String value) => _blink.BlinkDocument.selectedStylesheetSet_Setter_DOMString(this, value); @DomName('Document.styleSheets') @DocsEditable() - List get _styleSheets => _blink.BlinkDocument.$styleSheets_Getter(this); + List get _styleSheets => _blink.BlinkDocument.styleSheets_Getter(this); @DomName('Document.timeline') @DocsEditable() @Experimental() // untriaged - Timeline get timeline => _blink.BlinkDocument.$timeline_Getter(this); + Timeline get timeline => _blink.BlinkDocument.timeline_Getter(this); @DomName('Document.title') @DocsEditable() - String get _title => _blink.BlinkDocument.$title_Getter(this); + String get _title => _blink.BlinkDocument.title_Getter(this); @DomName('Document.title') @DocsEditable() - void set _title(String value) => _blink.BlinkDocument.$title_Setter(this, value); + void set _title(String value) => _blink.BlinkDocument.title_Setter_DOMString(this, value); @DomName('Document.visibilityState') @DocsEditable() @Experimental() // untriaged - String get visibilityState => _blink.BlinkDocument.$visibilityState_Getter(this); + String get visibilityState => _blink.BlinkDocument.visibilityState_Getter(this); @DomName('Document.webkitFullscreenElement') @DocsEditable() @@ -7929,7 +7929,7 @@ class Document extends Node @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-fullscreenelement - Element get _webkitFullscreenElement => _blink.BlinkDocument.$webkitFullscreenElement_Getter(this); + Element get _webkitFullscreenElement => _blink.BlinkDocument.webkitFullscreenElement_Getter(this); @DomName('Document.webkitFullscreenEnabled') @DocsEditable() @@ -7937,7 +7937,7 @@ class Document extends Node @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-fullscreenenabled - bool get _webkitFullscreenEnabled => _blink.BlinkDocument.$webkitFullscreenEnabled_Getter(this); + bool get _webkitFullscreenEnabled => _blink.BlinkDocument.webkitFullscreenEnabled_Getter(this); @DomName('Document.webkitHidden') @DocsEditable() @@ -7945,7 +7945,7 @@ class Document extends Node @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#document - bool get _webkitHidden => _blink.BlinkDocument.$webkitHidden_Getter(this); + bool get _webkitHidden => _blink.BlinkDocument.webkitHidden_Getter(this); @DomName('Document.webkitPointerLockElement') @DocsEditable() @@ -7953,7 +7953,7 @@ class Document extends Node @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-pointerLockElement - Element get _webkitPointerLockElement => _blink.BlinkDocument.$webkitPointerLockElement_Getter(this); + Element get _webkitPointerLockElement => _blink.BlinkDocument.webkitPointerLockElement_Getter(this); @DomName('Document.webkitVisibilityState') @DocsEditable() @@ -7961,127 +7961,127 @@ class Document extends Node @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/PageVisibility/Overview.html#dom-document-visibilitystate - String get _webkitVisibilityState => _blink.BlinkDocument.$webkitVisibilityState_Getter(this); + String get _webkitVisibilityState => _blink.BlinkDocument.webkitVisibilityState_Getter(this); @DomName('Document.adoptNode') @DocsEditable() - Node adoptNode(Node node) => _blink.BlinkDocument.$adoptNode_Callback(this, node); + Node adoptNode(Node node) => _blink.BlinkDocument.adoptNode_Callback_Node(this, node); @DomName('Document.caretRangeFromPoint') @DocsEditable() // http://www.w3.org/TR/2009/WD-cssom-view-20090804/#dom-documentview-caretrangefrompoint @Experimental() - Range _caretRangeFromPoint(int x, int y) => _blink.BlinkDocument.$caretRangeFromPoint_Callback(this, x, y); + Range _caretRangeFromPoint(int x, int y) => _blink.BlinkDocument.caretRangeFromPoint_Callback_long_long(this, x, y); @DomName('Document.createDocumentFragment') @DocsEditable() - DocumentFragment createDocumentFragment() => _blink.BlinkDocument.$createDocumentFragment_Callback(this); + DocumentFragment createDocumentFragment() => _blink.BlinkDocument.createDocumentFragment_Callback(this); @DomName('Document.createElement') @DocsEditable() - Element _createElement(String localName_OR_tagName, [String typeExtension]) => _blink.BlinkDocument.$createElement_Callback(this, localName_OR_tagName, typeExtension); + Element _createElement(String localName_OR_tagName, [String typeExtension]) => _blink.BlinkDocument.createElement_Callback_DOMString(this, localName_OR_tagName, typeExtension); @DomName('Document.createElementNS') @DocsEditable() - Element createElementNS(String namespaceURI, String qualifiedName, [String typeExtension]) => _blink.BlinkDocument.$createElementNS_Callback(this, namespaceURI, qualifiedName, typeExtension); + Element createElementNS(String namespaceURI, String qualifiedName, [String typeExtension]) => _blink.BlinkDocument.createElementNS_Callback_DOMString_DOMString(this, namespaceURI, qualifiedName, typeExtension); Event _createEvent([String eventType]) { if (eventType != null) { - return _blink.BlinkDocument.$_createEvent_1_Callback(this, eventType); + return _blink.BlinkDocument.createEvent_Callback_DOMString(this, eventType); } - return _blink.BlinkDocument.$_createEvent_2_Callback(this); + return _blink.BlinkDocument.createEvent_Callback(this); } NodeIterator _createNodeIterator(Node root, [int whatToShow, NodeFilter filter]) { if (filter != null) { - return _blink.BlinkDocument.$_createNodeIterator_1_Callback(this, root, whatToShow, filter); + return _blink.BlinkDocument.createNodeIterator_Callback_Node_ul_NodeFilter(this, root, whatToShow, filter); } if (whatToShow != null) { - return _blink.BlinkDocument.$_createNodeIterator_2_Callback(this, root, whatToShow); + return _blink.BlinkDocument.createNodeIterator_Callback_Node_ul(this, root, whatToShow); } - return _blink.BlinkDocument.$_createNodeIterator_3_Callback(this, root); + return _blink.BlinkDocument.createNodeIterator_Callback_Node(this, root); } @DomName('Document.createRange') @DocsEditable() - Range createRange() => _blink.BlinkDocument.$createRange_Callback(this); + Range createRange() => _blink.BlinkDocument.createRange_Callback(this); @DomName('Document.createTextNode') @DocsEditable() - Text _createTextNode(String data) => _blink.BlinkDocument.$createTextNode_Callback(this, data); + Text _createTextNode(String data) => _blink.BlinkDocument.createTextNode_Callback_DOMString(this, data); @DomName('Document.createTouch') @DocsEditable() // http://www.w3.org/TR/touch-events/, http://www.chromestatus.com/features @Experimental() - Touch _createTouch(Window window, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int webkitRadiusX, int webkitRadiusY, num webkitRotationAngle, num webkitForce) => _blink.BlinkDocument.$createTouch_Callback(this, window, target, identifier, pageX, pageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce); + Touch _createTouch(Window window, EventTarget target, int identifier, int pageX, int pageY, int screenX, int screenY, int webkitRadiusX, int webkitRadiusY, num webkitRotationAngle, num webkitForce) => _blink.BlinkDocument.createTouch_Callback_Window_EventTarget_long_long_long_long_long_long_long_float_float(this, window, target, identifier, pageX, pageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce); TreeWalker _createTreeWalker(Node root, [int whatToShow, NodeFilter filter]) { if (filter != null) { - return _blink.BlinkDocument.$_createTreeWalker_1_Callback(this, root, whatToShow, filter); + return _blink.BlinkDocument.createTreeWalker_Callback_Node_ul_NodeFilter(this, root, whatToShow, filter); } if (whatToShow != null) { - return _blink.BlinkDocument.$_createTreeWalker_2_Callback(this, root, whatToShow); + return _blink.BlinkDocument.createTreeWalker_Callback_Node_ul(this, root, whatToShow); } - return _blink.BlinkDocument.$_createTreeWalker_3_Callback(this, root); + return _blink.BlinkDocument.createTreeWalker_Callback_Node(this, root); } @DomName('Document.elementFromPoint') @DocsEditable() - Element _elementFromPoint(int x, int y) => _blink.BlinkDocument.$elementFromPoint_Callback(this, x, y); + Element _elementFromPoint(int x, int y) => _blink.BlinkDocument.elementFromPoint_Callback_long_long(this, x, y); @DomName('Document.execCommand') @DocsEditable() - bool execCommand(String command, bool userInterface, String value) => _blink.BlinkDocument.$execCommand_Callback(this, command, userInterface, value); + bool execCommand(String command, bool userInterface, String value) => _blink.BlinkDocument.execCommand_Callback_DOMString_boolean_DOMString(this, command, userInterface, value); @DomName('Document.getCSSCanvasContext') @DocsEditable() // https://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariCSSRef/Articles/Functions.html @Experimental() // non-standard - CanvasRenderingContext _getCssCanvasContext(String contextId, String name, int width, int height) => _blink.BlinkDocument.$getCSSCanvasContext_Callback(this, contextId, name, width, height); + CanvasRenderingContext _getCssCanvasContext(String contextId, String name, int width, int height) => _blink.BlinkDocument.getCSSCanvasContext_Callback_DOMString_DOMString_long_long(this, contextId, name, width, height); @DomName('Document.getElementById') @DocsEditable() - Element getElementById(String elementId) => _blink.BlinkDocument.$getElementById_Callback(this, elementId); + Element getElementById(String elementId) => _blink.BlinkDocument.getElementById_Callback_DOMString(this, elementId); @DomName('Document.getElementsByClassName') @DocsEditable() - List getElementsByClassName(String classNames) => _blink.BlinkDocument.$getElementsByClassName_Callback(this, classNames); + List getElementsByClassName(String classNames) => _blink.BlinkDocument.getElementsByClassName_Callback_DOMString(this, classNames); @DomName('Document.getElementsByName') @DocsEditable() - List getElementsByName(String elementName) => _blink.BlinkDocument.$getElementsByName_Callback(this, elementName); + List getElementsByName(String elementName) => _blink.BlinkDocument.getElementsByName_Callback_DOMString(this, elementName); @DomName('Document.getElementsByTagName') @DocsEditable() - List getElementsByTagName(String localName) => _blink.BlinkDocument.$getElementsByTagName_Callback(this, localName); + List getElementsByTagName(String localName) => _blink.BlinkDocument.getElementsByTagName_Callback_DOMString(this, localName); Node importNode(Node node, [bool deep]) { if (deep != null) { - return _blink.BlinkDocument.$_importNode_1_Callback(this, node, deep); + return _blink.BlinkDocument.importNode_Callback_Node_boolean(this, node, deep); } - return _blink.BlinkDocument.$_importNode_2_Callback(this, node); + return _blink.BlinkDocument.importNode_Callback_Node(this, node); } @DomName('Document.queryCommandEnabled') @DocsEditable() - bool queryCommandEnabled(String command) => _blink.BlinkDocument.$queryCommandEnabled_Callback(this, command); + bool queryCommandEnabled(String command) => _blink.BlinkDocument.queryCommandEnabled_Callback_DOMString(this, command); @DomName('Document.queryCommandIndeterm') @DocsEditable() - bool queryCommandIndeterm(String command) => _blink.BlinkDocument.$queryCommandIndeterm_Callback(this, command); + bool queryCommandIndeterm(String command) => _blink.BlinkDocument.queryCommandIndeterm_Callback_DOMString(this, command); @DomName('Document.queryCommandState') @DocsEditable() - bool queryCommandState(String command) => _blink.BlinkDocument.$queryCommandState_Callback(this, command); + bool queryCommandState(String command) => _blink.BlinkDocument.queryCommandState_Callback_DOMString(this, command); @DomName('Document.queryCommandSupported') @DocsEditable() - bool queryCommandSupported(String command) => _blink.BlinkDocument.$queryCommandSupported_Callback(this, command); + bool queryCommandSupported(String command) => _blink.BlinkDocument.queryCommandSupported_Callback_DOMString(this, command); @DomName('Document.queryCommandValue') @DocsEditable() - String queryCommandValue(String command) => _blink.BlinkDocument.$queryCommandValue_Callback(this, command); + String queryCommandValue(String command) => _blink.BlinkDocument.queryCommandValue_Callback_DOMString(this, command); /** * Finds the first descendant element of this document that matches the @@ -8102,11 +8102,11 @@ class Document extends Node */ @DomName('Document.querySelector') @DocsEditable() - Element querySelector(String selectors) => _blink.BlinkDocument.$querySelector_Callback(this, selectors); + Element querySelector(String selectors) => _blink.BlinkDocument.querySelector_Callback_DOMString(this, selectors); @DomName('Document.querySelectorAll') @DocsEditable() - List _querySelectorAll(String selectors) => _blink.BlinkDocument.$querySelectorAll_Callback(this, selectors); + List _querySelectorAll(String selectors) => _blink.BlinkDocument.querySelectorAll_Callback_DOMString(this, selectors); @DomName('Document.webkitExitFullscreen') @DocsEditable() @@ -8114,7 +8114,7 @@ class Document extends Node @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-exitfullscreen - void _webkitExitFullscreen() => _blink.BlinkDocument.$webkitExitFullscreen_Callback(this); + void _webkitExitFullscreen() => _blink.BlinkDocument.webkitExitFullscreen_Callback(this); @DomName('Document.webkitExitPointerLock') @DocsEditable() @@ -8122,23 +8122,23 @@ class Document extends Node @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Document-exitPointerLock-void - void _webkitExitPointerLock() => _blink.BlinkDocument.$webkitExitPointerLock_Callback(this); + void _webkitExitPointerLock() => _blink.BlinkDocument.webkitExitPointerLock_Callback(this); @DomName('Document.childElementCount') @DocsEditable() - int get _childElementCount => _blink.BlinkDocument.$childElementCount_Getter(this); + int get _childElementCount => _blink.BlinkDocument.childElementCount_Getter(this); @DomName('Document.children') @DocsEditable() - List get _children => _blink.BlinkDocument.$children_Getter(this); + List get _children => _blink.BlinkDocument.children_Getter(this); @DomName('Document.firstElementChild') @DocsEditable() - Element get _firstElementChild => _blink.BlinkDocument.$firstElementChild_Getter(this); + Element get _firstElementChild => _blink.BlinkDocument.firstElementChild_Getter(this); @DomName('Document.lastElementChild') @DocsEditable() - Element get _lastElementChild => _blink.BlinkDocument.$lastElementChild_Getter(this); + Element get _lastElementChild => _blink.BlinkDocument.lastElementChild_Getter(this); /// Stream of `abort` events handled by this [Document]. @DomName('Document.onabort') @@ -8618,23 +8618,23 @@ class DocumentFragment extends Node implements ParentNode { */ @DomName('DocumentFragment.querySelector') @DocsEditable() - Element querySelector(String selectors) => _blink.BlinkDocumentFragment.$querySelector_Callback(this, selectors); + Element querySelector(String selectors) => _blink.BlinkDocumentFragment.querySelector_Callback_DOMString(this, selectors); @DomName('DocumentFragment.querySelectorAll') @DocsEditable() - List _querySelectorAll(String selectors) => _blink.BlinkDocumentFragment.$querySelectorAll_Callback(this, selectors); + List _querySelectorAll(String selectors) => _blink.BlinkDocumentFragment.querySelectorAll_Callback_DOMString(this, selectors); @DomName('DocumentFragment.childElementCount') @DocsEditable() - int get _childElementCount => _blink.BlinkDocumentFragment.$childElementCount_Getter(this); + int get _childElementCount => _blink.BlinkDocumentFragment.childElementCount_Getter(this); @DomName('DocumentFragment.firstElementChild') @DocsEditable() - Element get _firstElementChild => _blink.BlinkDocumentFragment.$firstElementChild_Getter(this); + Element get _firstElementChild => _blink.BlinkDocumentFragment.firstElementChild_Getter(this); @DomName('DocumentFragment.lastElementChild') @DocsEditable() - Element get _lastElementChild => _blink.BlinkDocumentFragment.$lastElementChild_Getter(this); + Element get _lastElementChild => _blink.BlinkDocumentFragment.lastElementChild_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -8653,11 +8653,11 @@ class DomError extends NativeFieldWrapperClass2 { @DomName('DOMError.message') @DocsEditable() @Experimental() // untriaged - String get message => _blink.BlinkDOMError.$message_Getter(this); + String get message => _blink.BlinkDOMError.message_Getter(this); @DomName('DOMError.name') @DocsEditable() - String get name => _blink.BlinkDOMError.$name_Getter(this); + String get name => _blink.BlinkDOMError.name_Getter(this); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -8696,15 +8696,15 @@ class DomException extends NativeFieldWrapperClass2 { @DomName('DOMException.message') @DocsEditable() - String get message => _blink.BlinkDOMException.$message_Getter(this); + String get message => _blink.BlinkDOMException.message_Getter(this); @DomName('DOMException.name') @DocsEditable() - String get name => _blink.BlinkDOMException.$name_Getter(this); + String get name => _blink.BlinkDOMException.name_Getter(this); @DomName('DOMException.toString') @DocsEditable() - String toString() => _blink.BlinkDOMException.$toString_Callback(this); + String toString() => _blink.BlinkDOMException.toString_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -8722,19 +8722,19 @@ class DomImplementation extends NativeFieldWrapperClass2 { @DomName('DOMImplementation.createDocument') @DocsEditable() - XmlDocument createDocument(String namespaceURI, String qualifiedName, _DocumentType doctype) => _blink.BlinkDOMImplementation.$createDocument_Callback(this, namespaceURI, qualifiedName, doctype); + XmlDocument createDocument(String namespaceURI, String qualifiedName, _DocumentType doctype) => _blink.BlinkDOMImplementation.createDocument_Callback_DOMString_DOMString_DocumentType(this, namespaceURI, qualifiedName, doctype); @DomName('DOMImplementation.createDocumentType') @DocsEditable() - _DocumentType createDocumentType(String qualifiedName, String publicId, String systemId) => _blink.BlinkDOMImplementation.$createDocumentType_Callback(this, qualifiedName, publicId, systemId); + _DocumentType createDocumentType(String qualifiedName, String publicId, String systemId) => _blink.BlinkDOMImplementation.createDocumentType_Callback_DOMString_DOMString_DOMString(this, qualifiedName, publicId, systemId); @DomName('DOMImplementation.createHTMLDocument') @DocsEditable() - HtmlDocument createHtmlDocument(String title) => _blink.BlinkDOMImplementation.$createHTMLDocument_Callback(this, title); + HtmlDocument createHtmlDocument(String title) => _blink.BlinkDOMImplementation.createHTMLDocument_Callback_DOMString(this, title); @DomName('DOMImplementation.hasFeature') @DocsEditable() - bool hasFeature(String feature, String version) => _blink.BlinkDOMImplementation.$hasFeature_Callback(this, feature, version); + bool hasFeature(String feature, String version) => _blink.BlinkDOMImplementation.hasFeature_Callback_DOMString_DOMString(this, feature, version); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -8753,12 +8753,12 @@ class DomParser extends NativeFieldWrapperClass2 { @DomName('DOMParser.DOMParser') @DocsEditable() factory DomParser() { - return _blink.BlinkDOMParser.$_create_1constructorCallback(); + return _blink.BlinkDOMParser.constructorCallback(); } @DomName('DOMParser.parseFromString') @DocsEditable() - Document parseFromString(String str, String contentType) => _blink.BlinkDOMParser.$parseFromString_Callback(this, str, contentType); + Document parseFromString(String str, String contentType) => _blink.BlinkDOMParser.parseFromString_Callback_DOMString_DOMString(this, str, contentType); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -8776,15 +8776,15 @@ class DomSettableTokenList extends DomTokenList { @DomName('DOMSettableTokenList.value') @DocsEditable() - String get value => _blink.BlinkDOMSettableTokenList.$value_Getter(this); + String get value => _blink.BlinkDOMSettableTokenList.value_Getter(this); @DomName('DOMSettableTokenList.value') @DocsEditable() - void set value(String value) => _blink.BlinkDOMSettableTokenList.$value_Setter(this, value); + void set value(String value) => _blink.BlinkDOMSettableTokenList.value_Setter_DOMString(this, value); @DomName('DOMSettableTokenList.__getter__') @DocsEditable() - String __getter__(int index) => _blink.BlinkDOMSettableTokenList.$__getter___Callback(this, index); + String __getter__(int index) => _blink.BlinkDOMSettableTokenList.$__getter___Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -8802,15 +8802,15 @@ class DomStringList extends NativeFieldWrapperClass2 with ListMixin, Imm @DomName('DOMStringList.length') @DocsEditable() - int get length => _blink.BlinkDOMStringList.$length_Getter(this); + int get length => _blink.BlinkDOMStringList.length_Getter(this); String operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkDOMStringList.$NativeIndexed_Getter(this, index); + return _blink.BlinkDOMStringList.item_Callback_ul(this, index); } - String _nativeIndexedGetter(int index) => _blink.BlinkDOMStringList.$NativeIndexed_Getter(this, index); + String _nativeIndexedGetter(int index) => _blink.BlinkDOMStringList.item_Callback_ul(this, index); void operator[]=(int index, String value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -8852,11 +8852,11 @@ class DomStringList extends NativeFieldWrapperClass2 with ListMixin, Imm @DomName('DOMStringList.contains') @DocsEditable() - bool contains(String string) => _blink.BlinkDOMStringList.$contains_Callback(this, string); + bool contains(String string) => _blink.BlinkDOMStringList.contains_Callback_DOMString(this, string); @DomName('DOMStringList.item') @DocsEditable() - String item(int index) => _blink.BlinkDOMStringList.$item_Callback(this, index); + String item(int index) => _blink.BlinkDOMStringList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -8874,31 +8874,31 @@ abstract class DomStringMap extends NativeFieldWrapperClass2 { bool __delete__(index_OR_name) { if ((index_OR_name is int || index_OR_name == null)) { - return _blink.BlinkDOMStringMap.$___delete___1_Callback(this, index_OR_name); + return _blink.BlinkDOMStringMap.$__delete___Callback_ul(this, index_OR_name); } if ((index_OR_name is String || index_OR_name == null)) { - return _blink.BlinkDOMStringMap.$___delete___2_Callback(this, index_OR_name); + return _blink.BlinkDOMStringMap.$__delete___Callback_DOMString(this, index_OR_name); } throw new ArgumentError("Incorrect number or type of arguments"); } String __getter__(index_OR_name) { if ((index_OR_name is int || index_OR_name == null)) { - return _blink.BlinkDOMStringMap.$___getter___1_Callback(this, index_OR_name); + return _blink.BlinkDOMStringMap.$__getter___Callback_ul(this, index_OR_name); } if ((index_OR_name is String || index_OR_name == null)) { - return _blink.BlinkDOMStringMap.$___getter___2_Callback(this, index_OR_name); + return _blink.BlinkDOMStringMap.$__getter___Callback_DOMString(this, index_OR_name); } throw new ArgumentError("Incorrect number or type of arguments"); } void __setter__(index_OR_name, String value) { if ((value is String || value == null) && (index_OR_name is int || index_OR_name == null)) { - _blink.BlinkDOMStringMap.$___setter___1_Callback(this, index_OR_name, value); + _blink.BlinkDOMStringMap.$__setter___Callback_ul_DOMString(this, index_OR_name, value); return; } if ((value is String || value == null) && (index_OR_name is String || index_OR_name == null)) { - _blink.BlinkDOMStringMap.$___setter___2_Callback(this, index_OR_name, value); + _blink.BlinkDOMStringMap.$__setter___Callback_DOMString_DOMString(this, index_OR_name, value); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -8920,25 +8920,25 @@ class DomTokenList extends NativeFieldWrapperClass2 { @DomName('DOMTokenList.length') @DocsEditable() - int get length => _blink.BlinkDOMTokenList.$length_Getter(this); + int get length => _blink.BlinkDOMTokenList.length_Getter(this); @DomName('DOMTokenList.contains') @DocsEditable() - bool contains(String token) => _blink.BlinkDOMTokenList.$contains_Callback(this, token); + bool contains(String token) => _blink.BlinkDOMTokenList.contains_Callback_DOMString(this, token); @DomName('DOMTokenList.item') @DocsEditable() - String item(int index) => _blink.BlinkDOMTokenList.$item_Callback(this, index); + String item(int index) => _blink.BlinkDOMTokenList.item_Callback_ul(this, index); @DomName('DOMTokenList.toString') @DocsEditable() - String toString() => _blink.BlinkDOMTokenList.$toString_Callback(this); + String toString() => _blink.BlinkDOMTokenList.toString_Callback(this); bool toggle(String token, [bool force]) { if (force != null) { - return _blink.BlinkDOMTokenList.$_toggle_1_Callback(this, token, force); + return _blink.BlinkDOMTokenList.toggle_Callback_DOMString_boolean(this, token, force); } - return _blink.BlinkDOMTokenList.$_toggle_2_Callback(this, token); + return _blink.BlinkDOMTokenList.toggle_Callback_DOMString(this, token); } } @@ -10819,59 +10819,59 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, @DomName('Element.offsetHeight') @DocsEditable() - int get offsetHeight => _blink.BlinkElement.$offsetHeight_Getter(this).round(); + int get offsetHeight => _blink.BlinkElement.offsetHeight_Getter(this).round(); @DomName('Element.offsetLeft') @DocsEditable() - int get offsetLeft => _blink.BlinkElement.$offsetLeft_Getter(this).round(); + int get offsetLeft => _blink.BlinkElement.offsetLeft_Getter(this).round(); @DomName('Element.offsetTop') @DocsEditable() - int get offsetTop => _blink.BlinkElement.$offsetTop_Getter(this).round(); + int get offsetTop => _blink.BlinkElement.offsetTop_Getter(this).round(); @DomName('Element.offsetWidth') @DocsEditable() - int get offsetWidth => _blink.BlinkElement.$offsetWidth_Getter(this).round(); + int get offsetWidth => _blink.BlinkElement.offsetWidth_Getter(this).round(); @DomName('Element.clientHeight') @DocsEditable() - int get clientHeight => _blink.BlinkElement.$clientHeight_Getter(this).round(); + int get clientHeight => _blink.BlinkElement.clientHeight_Getter(this).round(); @DomName('Element.clientLeft') @DocsEditable() - int get clientLeft => _blink.BlinkElement.$clientLeft_Getter(this).round(); + int get clientLeft => _blink.BlinkElement.clientLeft_Getter(this).round(); @DomName('Element.clientTop') @DocsEditable() - int get clientTop => _blink.BlinkElement.$clientTop_Getter(this).round(); + int get clientTop => _blink.BlinkElement.clientTop_Getter(this).round(); @DomName('Element.clientWidth') @DocsEditable() - int get clientWidth => _blink.BlinkElement.$clientWidth_Getter(this).round(); + int get clientWidth => _blink.BlinkElement.clientWidth_Getter(this).round(); @DomName('Element.scrollHeight') @DocsEditable() - int get scrollHeight => _blink.BlinkElement.$scrollHeight_Getter(this).round(); + int get scrollHeight => _blink.BlinkElement.scrollHeight_Getter(this).round(); @DomName('Element.scrollLeft') @DocsEditable() - int get scrollLeft => _blink.BlinkElement.$scrollLeft_Getter(this).round(); + int get scrollLeft => _blink.BlinkElement.scrollLeft_Getter(this).round(); @DomName('Element.scrollLeft') @DocsEditable() - void set scrollLeft(int value) => _blink.BlinkElement.$scrollLeft_Setter(this, value.round()); + void set scrollLeft(int value) => _blink.BlinkElement.scrollLeft_Setter_long(this, value.round()); @DomName('Element.scrollTop') @DocsEditable() - int get scrollTop => _blink.BlinkElement.$scrollTop_Getter(this).round(); + int get scrollTop => _blink.BlinkElement.scrollTop_Getter(this).round(); @DomName('Element.scrollTop') @DocsEditable() - void set scrollTop(int value) => _blink.BlinkElement.$scrollTop_Setter(this, value.round()); + void set scrollTop(int value) => _blink.BlinkElement.scrollTop_Setter_long(this, value.round()); @DomName('Element.scrollWidth') @DocsEditable() - int get scrollWidth => _blink.BlinkElement.$scrollWidth_Getter(this).round(); + int get scrollWidth => _blink.BlinkElement.scrollWidth_Getter(this).round(); // To suppress missing implicit constructor warnings. factory Element._() { throw new UnsupportedError("Not supported"); } @@ -11480,157 +11480,157 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, @DomName('Element.attributes') @DocsEditable() - _NamedNodeMap get _attributes => _blink.BlinkElement.$attributes_Getter(this); + _NamedNodeMap get _attributes => _blink.BlinkElement.attributes_Getter(this); @DomName('Element.className') @DocsEditable() - String get className => _blink.BlinkElement.$className_Getter(this); + String get className => _blink.BlinkElement.className_Getter(this); @DomName('Element.className') @DocsEditable() - void set className(String value) => _blink.BlinkElement.$className_Setter(this, value); + void set className(String value) => _blink.BlinkElement.className_Setter_DOMString(this, value); @DomName('Element.clientHeight') @DocsEditable() - int get _clientHeight => _blink.BlinkElement.$clientHeight_Getter(this); + int get _clientHeight => _blink.BlinkElement.clientHeight_Getter(this); @DomName('Element.clientLeft') @DocsEditable() - int get _clientLeft => _blink.BlinkElement.$clientLeft_Getter(this); + int get _clientLeft => _blink.BlinkElement.clientLeft_Getter(this); @DomName('Element.clientTop') @DocsEditable() - int get _clientTop => _blink.BlinkElement.$clientTop_Getter(this); + int get _clientTop => _blink.BlinkElement.clientTop_Getter(this); @DomName('Element.clientWidth') @DocsEditable() - int get _clientWidth => _blink.BlinkElement.$clientWidth_Getter(this); + int get _clientWidth => _blink.BlinkElement.clientWidth_Getter(this); @DomName('Element.id') @DocsEditable() - String get id => _blink.BlinkElement.$id_Getter(this); + String get id => _blink.BlinkElement.id_Getter(this); @DomName('Element.id') @DocsEditable() - void set id(String value) => _blink.BlinkElement.$id_Setter(this, value); + void set id(String value) => _blink.BlinkElement.id_Setter_DOMString(this, value); @DomName('Element.innerHTML') @DocsEditable() - String get _innerHtml => _blink.BlinkElement.$innerHTML_Getter(this); + String get _innerHtml => _blink.BlinkElement.innerHTML_Getter(this); @DomName('Element.innerHTML') @DocsEditable() - void set _innerHtml(String value) => _blink.BlinkElement.$innerHTML_Setter(this, value); + void set _innerHtml(String value) => _blink.BlinkElement.innerHTML_Setter_DOMString(this, value); @DomName('Element.localName') @DocsEditable() @Experimental() // untriaged - String get _localName => _blink.BlinkElement.$localName_Getter(this); + String get _localName => _blink.BlinkElement.localName_Getter(this); @DomName('Element.namespaceURI') @DocsEditable() @Experimental() // untriaged - String get _namespaceUri => _blink.BlinkElement.$namespaceURI_Getter(this); + String get _namespaceUri => _blink.BlinkElement.namespaceURI_Getter(this); @DomName('Element.offsetHeight') @DocsEditable() - int get _offsetHeight => _blink.BlinkElement.$offsetHeight_Getter(this); + int get _offsetHeight => _blink.BlinkElement.offsetHeight_Getter(this); @DomName('Element.offsetLeft') @DocsEditable() - int get _offsetLeft => _blink.BlinkElement.$offsetLeft_Getter(this); + int get _offsetLeft => _blink.BlinkElement.offsetLeft_Getter(this); @DomName('Element.offsetParent') @DocsEditable() - Element get offsetParent => _blink.BlinkElement.$offsetParent_Getter(this); + Element get offsetParent => _blink.BlinkElement.offsetParent_Getter(this); @DomName('Element.offsetTop') @DocsEditable() - int get _offsetTop => _blink.BlinkElement.$offsetTop_Getter(this); + int get _offsetTop => _blink.BlinkElement.offsetTop_Getter(this); @DomName('Element.offsetWidth') @DocsEditable() - int get _offsetWidth => _blink.BlinkElement.$offsetWidth_Getter(this); + int get _offsetWidth => _blink.BlinkElement.offsetWidth_Getter(this); @DomName('Element.outerHTML') @DocsEditable() - String get outerHtml => _blink.BlinkElement.$outerHTML_Getter(this); + String get outerHtml => _blink.BlinkElement.outerHTML_Getter(this); @DomName('Element.scrollHeight') @DocsEditable() - int get _scrollHeight => _blink.BlinkElement.$scrollHeight_Getter(this); + int get _scrollHeight => _blink.BlinkElement.scrollHeight_Getter(this); @DomName('Element.scrollLeft') @DocsEditable() - int get _scrollLeft => _blink.BlinkElement.$scrollLeft_Getter(this); + int get _scrollLeft => _blink.BlinkElement.scrollLeft_Getter(this); @DomName('Element.scrollLeft') @DocsEditable() - void set _scrollLeft(int value) => _blink.BlinkElement.$scrollLeft_Setter(this, value); + void set _scrollLeft(int value) => _blink.BlinkElement.scrollLeft_Setter_long(this, value); @DomName('Element.scrollTop') @DocsEditable() - int get _scrollTop => _blink.BlinkElement.$scrollTop_Getter(this); + int get _scrollTop => _blink.BlinkElement.scrollTop_Getter(this); @DomName('Element.scrollTop') @DocsEditable() - void set _scrollTop(int value) => _blink.BlinkElement.$scrollTop_Setter(this, value); + void set _scrollTop(int value) => _blink.BlinkElement.scrollTop_Setter_long(this, value); @DomName('Element.scrollWidth') @DocsEditable() - int get _scrollWidth => _blink.BlinkElement.$scrollWidth_Getter(this); + int get _scrollWidth => _blink.BlinkElement.scrollWidth_Getter(this); @DomName('Element.shadowRoot') @DocsEditable() // https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#api-shadow-aware-create-shadow-root @Experimental() - ShadowRoot get shadowRoot => _blink.BlinkElement.$shadowRoot_Getter(this); + ShadowRoot get shadowRoot => _blink.BlinkElement.shadowRoot_Getter(this); @DomName('Element.style') @DocsEditable() - CssStyleDeclaration get style => _blink.BlinkElement.$style_Getter(this); + CssStyleDeclaration get style => _blink.BlinkElement.style_Getter(this); @DomName('Element.tagName') @DocsEditable() - String get tagName => _blink.BlinkElement.$tagName_Getter(this); + String get tagName => _blink.BlinkElement.tagName_Getter(this); Animation animate(List keyframes, [timingInput]) { if ((timingInput is Map || timingInput == null) && (keyframes is List || keyframes == null)) { - return _blink.BlinkElement.$_animate_1_Callback(this, keyframes, timingInput); + return _blink.BlinkElement.animate_Callback_SEQ_Dictionary_SEQ_Dictionary(this, keyframes, timingInput); } if ((timingInput is num || timingInput == null) && (keyframes is List || keyframes == null)) { - return _blink.BlinkElement.$_animate_2_Callback(this, keyframes, timingInput); + return _blink.BlinkElement.animate_Callback_SEQ_Dictionary_SEQ_double(this, keyframes, timingInput); } if ((keyframes is List || keyframes == null) && timingInput == null) { - return _blink.BlinkElement.$_animate_3_Callback(this, keyframes); + return _blink.BlinkElement.animate_Callback_SEQ_Dictionary_SEQ(this, keyframes); } throw new ArgumentError("Incorrect number or type of arguments"); } @DomName('Element.blur') @DocsEditable() - void blur() => _blink.BlinkElement.$blur_Callback(this); + void blur() => _blink.BlinkElement.blur_Callback(this); @DomName('Element.createShadowRoot') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME, '25') @Experimental() // https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#api-shadow-aware-create-shadow-root - ShadowRoot createShadowRoot() => _blink.BlinkElement.$createShadowRoot_Callback(this); + ShadowRoot createShadowRoot() => _blink.BlinkElement.createShadowRoot_Callback(this); @DomName('Element.focus') @DocsEditable() - void focus() => _blink.BlinkElement.$focus_Callback(this); + void focus() => _blink.BlinkElement.focus_Callback(this); @DomName('Element.getAttribute') @DocsEditable() @Experimental() // untriaged - String getAttribute(String name) => _blink.BlinkElement.$getAttribute_Callback(this, name); + String getAttribute(String name) => _blink.BlinkElement.getAttribute_Callback_DOMString(this, name); @DomName('Element.getAttributeNS') @DocsEditable() @Experimental() // untriaged - String getAttributeNS(String namespaceURI, String localName) => _blink.BlinkElement.$getAttributeNS_Callback(this, namespaceURI, localName); + String getAttributeNS(String namespaceURI, String localName) => _blink.BlinkElement.getAttributeNS_Callback_DOMString_DOMString(this, namespaceURI, localName); /** * Returns the smallest bounding rectangle that encompasses this element's @@ -11647,7 +11647,7 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, */ @DomName('Element.getBoundingClientRect') @DocsEditable() - Rectangle getBoundingClientRect() => _blink.BlinkElement.$getBoundingClientRect_Callback(this); + Rectangle getBoundingClientRect() => _blink.BlinkElement.getBoundingClientRect_Callback(this); /** * Returns a list of bounding rectangles for each box associated with this @@ -11664,7 +11664,7 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, */ @DomName('Element.getClientRects') @DocsEditable() - List getClientRects() => _blink.BlinkElement.$getClientRects_Callback(this); + List getClientRects() => _blink.BlinkElement.getClientRects_Callback(this); /** * Returns a list of shadow DOM insertion points to which this element is @@ -11679,7 +11679,7 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, @DomName('Element.getDestinationInsertionPoints') @DocsEditable() @Experimental() // untriaged - List getDestinationInsertionPoints() => _blink.BlinkElement.$getDestinationInsertionPoints_Callback(this); + List getDestinationInsertionPoints() => _blink.BlinkElement.getDestinationInsertionPoints_Callback(this); /** * Returns a list of nodes with the given class name inside this element. @@ -11694,39 +11694,39 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, */ @DomName('Element.getElementsByClassName') @DocsEditable() - List getElementsByClassName(String classNames) => _blink.BlinkElement.$getElementsByClassName_Callback(this, classNames); + List getElementsByClassName(String classNames) => _blink.BlinkElement.getElementsByClassName_Callback_DOMString(this, classNames); @DomName('Element.getElementsByTagName') @DocsEditable() - List _getElementsByTagName(String name) => _blink.BlinkElement.$getElementsByTagName_Callback(this, name); + List _getElementsByTagName(String name) => _blink.BlinkElement.getElementsByTagName_Callback_DOMString(this, name); @DomName('Element.hasAttribute') @DocsEditable() - bool _hasAttribute(String name) => _blink.BlinkElement.$hasAttribute_Callback(this, name); + bool _hasAttribute(String name) => _blink.BlinkElement.hasAttribute_Callback_DOMString(this, name); @DomName('Element.hasAttributeNS') @DocsEditable() - bool _hasAttributeNS(String namespaceURI, String localName) => _blink.BlinkElement.$hasAttributeNS_Callback(this, namespaceURI, localName); + bool _hasAttributeNS(String namespaceURI, String localName) => _blink.BlinkElement.hasAttributeNS_Callback_DOMString_DOMString(this, namespaceURI, localName); @DomName('Element.insertAdjacentElement') @DocsEditable() @Experimental() // untriaged - Element insertAdjacentElement(String where, Element element) => _blink.BlinkElement.$insertAdjacentElement_Callback(this, where, element); + Element insertAdjacentElement(String where, Element element) => _blink.BlinkElement.insertAdjacentElement_Callback_DOMString_Element(this, where, element); @DomName('Element.insertAdjacentHTML') @DocsEditable() @Experimental() // untriaged - void insertAdjacentHtml(String where, String html) => _blink.BlinkElement.$insertAdjacentHTML_Callback(this, where, html); + void insertAdjacentHtml(String where, String html) => _blink.BlinkElement.insertAdjacentHTML_Callback_DOMString_DOMString(this, where, html); @DomName('Element.insertAdjacentText') @DocsEditable() @Experimental() // untriaged - void insertAdjacentText(String where, String text) => _blink.BlinkElement.$insertAdjacentText_Callback(this, where, text); + void insertAdjacentText(String where, String text) => _blink.BlinkElement.insertAdjacentText_Callback_DOMString_DOMString(this, where, text); @DomName('Element.matches') @DocsEditable() @Experimental() // untriaged - bool matches(String selectors) => _blink.BlinkElement.$matches_Callback(this, selectors); + bool matches(String selectors) => _blink.BlinkElement.matches_Callback_DOMString(this, selectors); /** * Finds the first descendant element of this element that matches the @@ -11746,19 +11746,19 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, */ @DomName('Element.querySelector') @DocsEditable() - Element querySelector(String selectors) => _blink.BlinkElement.$querySelector_Callback(this, selectors); + Element querySelector(String selectors) => _blink.BlinkElement.querySelector_Callback_DOMString(this, selectors); @DomName('Element.querySelectorAll') @DocsEditable() - List _querySelectorAll(String selectors) => _blink.BlinkElement.$querySelectorAll_Callback(this, selectors); + List _querySelectorAll(String selectors) => _blink.BlinkElement.querySelectorAll_Callback_DOMString(this, selectors); @DomName('Element.removeAttribute') @DocsEditable() - void _removeAttribute(String name) => _blink.BlinkElement.$removeAttribute_Callback(this, name); + void _removeAttribute(String name) => _blink.BlinkElement.removeAttribute_Callback_DOMString(this, name); @DomName('Element.removeAttributeNS') @DocsEditable() - void _removeAttributeNS(String namespaceURI, String localName) => _blink.BlinkElement.$removeAttributeNS_Callback(this, namespaceURI, localName); + void _removeAttributeNS(String namespaceURI, String localName) => _blink.BlinkElement.removeAttributeNS_Callback_DOMString_DOMString(this, namespaceURI, localName); /** * Scrolls the element by a number of lines. @@ -11770,7 +11770,7 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, */ @DomName('Element.scrollByLines') @DocsEditable() - void scrollByLines(int lines) => _blink.BlinkElement.$scrollByLines_Callback(this, lines); + void scrollByLines(int lines) => _blink.BlinkElement.scrollByLines_Callback_long(this, lines); /** * Scrolls the element by a number of pages. @@ -11782,33 +11782,33 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, */ @DomName('Element.scrollByPages') @DocsEditable() - void scrollByPages(int pages) => _blink.BlinkElement.$scrollByPages_Callback(this, pages); + void scrollByPages(int pages) => _blink.BlinkElement.scrollByPages_Callback_long(this, pages); void _scrollIntoView([bool alignWithTop]) { if (alignWithTop != null) { - _blink.BlinkElement.$_scrollIntoView_1_Callback(this, alignWithTop); + _blink.BlinkElement.scrollIntoView_Callback_boolean(this, alignWithTop); return; } - _blink.BlinkElement.$_scrollIntoView_2_Callback(this); + _blink.BlinkElement.scrollIntoView_Callback(this); return; } void _scrollIntoViewIfNeeded([bool centerIfNeeded]) { if (centerIfNeeded != null) { - _blink.BlinkElement.$_scrollIntoViewIfNeeded_1_Callback(this, centerIfNeeded); + _blink.BlinkElement.scrollIntoViewIfNeeded_Callback_boolean(this, centerIfNeeded); return; } - _blink.BlinkElement.$_scrollIntoViewIfNeeded_2_Callback(this); + _blink.BlinkElement.scrollIntoViewIfNeeded_Callback(this); return; } @DomName('Element.setAttribute') @DocsEditable() - void setAttribute(String name, String value) => _blink.BlinkElement.$setAttribute_Callback(this, name, value); + void setAttribute(String name, String value) => _blink.BlinkElement.setAttribute_Callback_DOMString_DOMString(this, name, value); @DomName('Element.setAttributeNS') @DocsEditable() - void setAttributeNS(String namespaceURI, String qualifiedName, String value) => _blink.BlinkElement.$setAttributeNS_Callback(this, namespaceURI, qualifiedName, value); + void setAttributeNS(String namespaceURI, String qualifiedName, String value) => _blink.BlinkElement.setAttributeNS_Callback_DOMString_DOMString_DOMString(this, namespaceURI, qualifiedName, value); /** * Displays this element fullscreen. @@ -11827,7 +11827,7 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-element-requestfullscreen - void requestFullscreen() => _blink.BlinkElement.$webkitRequestFullscreen_Callback(this); + void requestFullscreen() => _blink.BlinkElement.webkitRequestFullscreen_Callback(this); /** * Locks the mouse pointer to this element. @@ -11847,35 +11847,35 @@ abstract class Element extends Node implements GlobalEventHandlers, ParentNode, @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/pointerlock/raw-file/default/index.html#widl-Element-requestPointerLock-void - void requestPointerLock() => _blink.BlinkElement.$webkitRequestPointerLock_Callback(this); + void requestPointerLock() => _blink.BlinkElement.webkitRequestPointerLock_Callback(this); @DomName('Element.nextElementSibling') @DocsEditable() - Element get nextElementSibling => _blink.BlinkElement.$nextElementSibling_Getter(this); + Element get nextElementSibling => _blink.BlinkElement.nextElementSibling_Getter(this); @DomName('Element.previousElementSibling') @DocsEditable() - Element get previousElementSibling => _blink.BlinkElement.$previousElementSibling_Getter(this); + Element get previousElementSibling => _blink.BlinkElement.previousElementSibling_Getter(this); @DomName('Element.remove') @DocsEditable() - void remove() => _blink.BlinkElement.$remove_Callback(this); + void remove() => _blink.BlinkElement.remove_Callback(this); @DomName('Element.childElementCount') @DocsEditable() - int get _childElementCount => _blink.BlinkElement.$childElementCount_Getter(this); + int get _childElementCount => _blink.BlinkElement.childElementCount_Getter(this); @DomName('Element.children') @DocsEditable() - List get _children => _blink.BlinkElement.$children_Getter(this); + List get _children => _blink.BlinkElement.children_Getter(this); @DomName('Element.firstElementChild') @DocsEditable() - Element get _firstElementChild => _blink.BlinkElement.$firstElementChild_Getter(this); + Element get _firstElementChild => _blink.BlinkElement.firstElementChild_Getter(this); @DomName('Element.lastElementChild') @DocsEditable() - Element get _lastElementChild => _blink.BlinkElement.$lastElementChild_Getter(this); + Element get _lastElementChild => _blink.BlinkElement.lastElementChild_Getter(this); /// Stream of `abort` events handled by this [Element]. @DomName('Element.onabort') @@ -12311,51 +12311,51 @@ class EmbedElement extends HtmlElement { @DomName('HTMLEmbedElement.height') @DocsEditable() - String get height => _blink.BlinkHTMLEmbedElement.$height_Getter(this); + String get height => _blink.BlinkHTMLEmbedElement.height_Getter(this); @DomName('HTMLEmbedElement.height') @DocsEditable() - void set height(String value) => _blink.BlinkHTMLEmbedElement.$height_Setter(this, value); + void set height(String value) => _blink.BlinkHTMLEmbedElement.height_Setter_DOMString(this, value); @DomName('HTMLEmbedElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLEmbedElement.$name_Getter(this); + String get name => _blink.BlinkHTMLEmbedElement.name_Getter(this); @DomName('HTMLEmbedElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLEmbedElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLEmbedElement.name_Setter_DOMString(this, value); @DomName('HTMLEmbedElement.src') @DocsEditable() - String get src => _blink.BlinkHTMLEmbedElement.$src_Getter(this); + String get src => _blink.BlinkHTMLEmbedElement.src_Getter(this); @DomName('HTMLEmbedElement.src') @DocsEditable() - void set src(String value) => _blink.BlinkHTMLEmbedElement.$src_Setter(this, value); + void set src(String value) => _blink.BlinkHTMLEmbedElement.src_Setter_DOMString(this, value); @DomName('HTMLEmbedElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLEmbedElement.$type_Getter(this); + String get type => _blink.BlinkHTMLEmbedElement.type_Getter(this); @DomName('HTMLEmbedElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkHTMLEmbedElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkHTMLEmbedElement.type_Setter_DOMString(this, value); @DomName('HTMLEmbedElement.width') @DocsEditable() - String get width => _blink.BlinkHTMLEmbedElement.$width_Getter(this); + String get width => _blink.BlinkHTMLEmbedElement.width_Getter(this); @DomName('HTMLEmbedElement.width') @DocsEditable() - void set width(String value) => _blink.BlinkHTMLEmbedElement.$width_Setter(this, value); + void set width(String value) => _blink.BlinkHTMLEmbedElement.width_Setter_DOMString(this, value); @DomName('HTMLEmbedElement.__getter__') @DocsEditable() - bool __getter__(index_OR_name) => _blink.BlinkHTMLEmbedElement.$__getter___Callback(this, index_OR_name); + bool __getter__(index_OR_name) => _blink.BlinkHTMLEmbedElement.$__getter___Callback_ul(this, index_OR_name); @DomName('HTMLEmbedElement.__setter__') @DocsEditable() - void __setter__(index_OR_name, Node value) => _blink.BlinkHTMLEmbedElement.$__setter___Callback(this, index_OR_name, value); + void __setter__(index_OR_name, Node value) => _blink.BlinkHTMLEmbedElement.$__setter___Callback_ul_Node(this, index_OR_name, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -12386,30 +12386,30 @@ class Entry extends NativeFieldWrapperClass2 { @DomName('Entry.filesystem') @DocsEditable() - FileSystem get filesystem => _blink.BlinkEntry.$filesystem_Getter(this); + FileSystem get filesystem => _blink.BlinkEntry.filesystem_Getter(this); @DomName('Entry.fullPath') @DocsEditable() - String get fullPath => _blink.BlinkEntry.$fullPath_Getter(this); + String get fullPath => _blink.BlinkEntry.fullPath_Getter(this); @DomName('Entry.isDirectory') @DocsEditable() - bool get isDirectory => _blink.BlinkEntry.$isDirectory_Getter(this); + bool get isDirectory => _blink.BlinkEntry.isDirectory_Getter(this); @DomName('Entry.isFile') @DocsEditable() - bool get isFile => _blink.BlinkEntry.$isFile_Getter(this); + bool get isFile => _blink.BlinkEntry.isFile_Getter(this); @DomName('Entry.name') @DocsEditable() - String get name => _blink.BlinkEntry.$name_Getter(this); + String get name => _blink.BlinkEntry.name_Getter(this); void _copyTo(DirectoryEntry parent, {String name, _EntryCallback successCallback, _ErrorCallback errorCallback}) { if (name != null) { - _blink.BlinkEntry.$_copyTo_1_Callback(this, parent, name, successCallback, errorCallback); + _blink.BlinkEntry.copyTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback(this, parent, name, successCallback, errorCallback); return; } - _blink.BlinkEntry.$_copyTo_2_Callback(this, parent); + _blink.BlinkEntry.copyTo_Callback_DirectoryEntry(this, parent); return; } @@ -12423,7 +12423,7 @@ class Entry extends NativeFieldWrapperClass2 { @DomName('Entry.getMetadata') @DocsEditable() - void _getMetadata(MetadataCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkEntry.$getMetadata_Callback(this, successCallback, errorCallback); + void _getMetadata(MetadataCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkEntry.getMetadata_Callback_MetadataCallback_ErrorCallback(this, successCallback, errorCallback); Future getMetadata() { var completer = new Completer(); @@ -12435,7 +12435,7 @@ class Entry extends NativeFieldWrapperClass2 { @DomName('Entry.getParent') @DocsEditable() - void _getParent([_EntryCallback successCallback, _ErrorCallback errorCallback]) => _blink.BlinkEntry.$getParent_Callback(this, successCallback, errorCallback); + void _getParent([_EntryCallback successCallback, _ErrorCallback errorCallback]) => _blink.BlinkEntry.getParent_Callback_EntryCallback_ErrorCallback(this, successCallback, errorCallback); Future getParent() { var completer = new Completer(); @@ -12447,10 +12447,10 @@ class Entry extends NativeFieldWrapperClass2 { void _moveTo(DirectoryEntry parent, {String name, _EntryCallback successCallback, _ErrorCallback errorCallback}) { if (name != null) { - _blink.BlinkEntry.$_moveTo_1_Callback(this, parent, name, successCallback, errorCallback); + _blink.BlinkEntry.moveTo_Callback_DirectoryEntry_DOMString_EntryCallback_ErrorCallback(this, parent, name, successCallback, errorCallback); return; } - _blink.BlinkEntry.$_moveTo_2_Callback(this, parent); + _blink.BlinkEntry.moveTo_Callback_DirectoryEntry(this, parent); return; } @@ -12464,7 +12464,7 @@ class Entry extends NativeFieldWrapperClass2 { @DomName('Entry.remove') @DocsEditable() - void _remove(VoidCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkEntry.$remove_Callback(this, successCallback, errorCallback); + void _remove(VoidCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkEntry.remove_Callback_VoidCallback_ErrorCallback(this, successCallback, errorCallback); Future remove() { var completer = new Completer(); @@ -12476,7 +12476,7 @@ class Entry extends NativeFieldWrapperClass2 { @DomName('Entry.toURL') @DocsEditable() - String toUrl() => _blink.BlinkEntry.$toURL_Callback(this); + String toUrl() => _blink.BlinkEntry.toURL_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -12518,24 +12518,24 @@ class ErrorEvent extends Event { @DomName('ErrorEvent.colno') @DocsEditable() @Experimental() // untriaged - int get colno => _blink.BlinkErrorEvent.$colno_Getter(this); + int get colno => _blink.BlinkErrorEvent.colno_Getter(this); @DomName('ErrorEvent.error') @DocsEditable() @Experimental() // untriaged - Object get error => _blink.BlinkErrorEvent.$error_Getter(this); + Object get error => _blink.BlinkErrorEvent.error_Getter(this); @DomName('ErrorEvent.filename') @DocsEditable() - String get filename => _blink.BlinkErrorEvent.$filename_Getter(this); + String get filename => _blink.BlinkErrorEvent.filename_Getter(this); @DomName('ErrorEvent.lineno') @DocsEditable() - int get lineno => _blink.BlinkErrorEvent.$lineno_Getter(this); + int get lineno => _blink.BlinkErrorEvent.lineno_Getter(this); @DomName('ErrorEvent.message') @DocsEditable() - String get message => _blink.BlinkErrorEvent.$message_Getter(this); + String get message => _blink.BlinkErrorEvent.message_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -12638,11 +12638,11 @@ class Event extends NativeFieldWrapperClass2 { @DomName('Event.bubbles') @DocsEditable() - bool get bubbles => _blink.BlinkEvent.$bubbles_Getter(this); + bool get bubbles => _blink.BlinkEvent.bubbles_Getter(this); @DomName('Event.cancelable') @DocsEditable() - bool get cancelable => _blink.BlinkEvent.$cancelable_Getter(this); + bool get cancelable => _blink.BlinkEvent.cancelable_Getter(this); /** * Access to the system's clipboard data during copy, cut, and paste events. @@ -12660,19 +12660,19 @@ class Event extends NativeFieldWrapperClass2 { @Experimental() // Part of copy/paste @Experimental() // nonstandard - DataTransfer get clipboardData => _blink.BlinkEvent.$clipboardData_Getter(this); + DataTransfer get clipboardData => _blink.BlinkEvent.clipboardData_Getter(this); @DomName('Event.currentTarget') @DocsEditable() - EventTarget get currentTarget => _blink.BlinkEvent.$currentTarget_Getter(this); + EventTarget get currentTarget => _blink.BlinkEvent.currentTarget_Getter(this); @DomName('Event.defaultPrevented') @DocsEditable() - bool get defaultPrevented => _blink.BlinkEvent.$defaultPrevented_Getter(this); + bool get defaultPrevented => _blink.BlinkEvent.defaultPrevented_Getter(this); @DomName('Event.eventPhase') @DocsEditable() - int get eventPhase => _blink.BlinkEvent.$eventPhase_Getter(this); + int get eventPhase => _blink.BlinkEvent.eventPhase_Getter(this); /** * This event's path, taking into account shadow DOM. @@ -12687,35 +12687,35 @@ class Event extends NativeFieldWrapperClass2 { @DocsEditable() // https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/shadow/index.html#extensions-to-event @Experimental() - List get path => _blink.BlinkEvent.$path_Getter(this); + List get path => _blink.BlinkEvent.path_Getter(this); @DomName('Event.target') @DocsEditable() - EventTarget get target => _blink.BlinkEvent.$target_Getter(this); + EventTarget get target => _blink.BlinkEvent.target_Getter(this); @DomName('Event.timeStamp') @DocsEditable() - int get timeStamp => _blink.BlinkEvent.$timeStamp_Getter(this); + int get timeStamp => _blink.BlinkEvent.timeStamp_Getter(this); @DomName('Event.type') @DocsEditable() - String get type => _blink.BlinkEvent.$type_Getter(this); + String get type => _blink.BlinkEvent.type_Getter(this); @DomName('Event.initEvent') @DocsEditable() - void _initEvent(String eventTypeArg, bool canBubbleArg, bool cancelableArg) => _blink.BlinkEvent.$initEvent_Callback(this, eventTypeArg, canBubbleArg, cancelableArg); + void _initEvent(String eventTypeArg, bool canBubbleArg, bool cancelableArg) => _blink.BlinkEvent.initEvent_Callback_DOMString_boolean_boolean(this, eventTypeArg, canBubbleArg, cancelableArg); @DomName('Event.preventDefault') @DocsEditable() - void preventDefault() => _blink.BlinkEvent.$preventDefault_Callback(this); + void preventDefault() => _blink.BlinkEvent.preventDefault_Callback(this); @DomName('Event.stopImmediatePropagation') @DocsEditable() - void stopImmediatePropagation() => _blink.BlinkEvent.$stopImmediatePropagation_Callback(this); + void stopImmediatePropagation() => _blink.BlinkEvent.stopImmediatePropagation_Callback(this); @DomName('Event.stopPropagation') @DocsEditable() - void stopPropagation() => _blink.BlinkEvent.$stopPropagation_Callback(this); + void stopPropagation() => _blink.BlinkEvent.stopPropagation_Callback(this); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -12769,7 +12769,7 @@ class EventSource extends EventTarget { @DomName('EventSource.EventSource') @DocsEditable() static EventSource _factoryEventSource(String url, [Map eventSourceInit]) { - return _blink.BlinkEventSource.$_create_1constructorCallback(url, eventSourceInit); + return _blink.BlinkEventSource.constructorCallback_DOMString_Dictionary(url, eventSourceInit); } @DomName('EventSource.CLOSED') @@ -12786,19 +12786,19 @@ class EventSource extends EventTarget { @DomName('EventSource.readyState') @DocsEditable() - int get readyState => _blink.BlinkEventSource.$readyState_Getter(this); + int get readyState => _blink.BlinkEventSource.readyState_Getter(this); @DomName('EventSource.url') @DocsEditable() - String get url => _blink.BlinkEventSource.$url_Getter(this); + String get url => _blink.BlinkEventSource.url_Getter(this); @DomName('EventSource.withCredentials') @DocsEditable() - bool get withCredentials => _blink.BlinkEventSource.$withCredentials_Getter(this); + bool get withCredentials => _blink.BlinkEventSource.withCredentials_Getter(this); @DomName('EventSource.close') @DocsEditable() - void close() => _blink.BlinkEventSource.$close_Callback(this); + void close() => _blink.BlinkEventSource.close_Callback(this); /// Stream of `error` events handled by this [EventSource]. @DomName('EventSource.onerror') @@ -12923,15 +12923,15 @@ class EventTarget extends NativeFieldWrapperClass2 { @DomName('EventTarget.addEventListener') @DocsEditable() - void addEventListener(String type, EventListener listener, [bool useCapture]) => _blink.BlinkEventTarget.$addEventListener_Callback(this, type, listener, useCapture); + void addEventListener(String type, EventListener listener, [bool useCapture]) => _blink.BlinkEventTarget.addEventListener_Callback_DOMString_EventListener_boolean(this, type, listener, useCapture); @DomName('EventTarget.dispatchEvent') @DocsEditable() - bool dispatchEvent(Event event) => _blink.BlinkEventTarget.$dispatchEvent_Callback(this, event); + bool dispatchEvent(Event event) => _blink.BlinkEventTarget.dispatchEvent_Callback_Event(this, event); @DomName('EventTarget.removeEventListener') @DocsEditable() - void removeEventListener(String type, EventListener listener, [bool useCapture]) => _blink.BlinkEventTarget.$removeEventListener_Callback(this, type, listener, useCapture); + void removeEventListener(String type, EventListener listener, [bool useCapture]) => _blink.BlinkEventTarget.removeEventListener_Callback_DOMString_EventListener_boolean(this, type, listener, useCapture); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -12960,51 +12960,51 @@ class FieldSetElement extends HtmlElement { @DomName('HTMLFieldSetElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkHTMLFieldSetElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkHTMLFieldSetElement.disabled_Getter(this); @DomName('HTMLFieldSetElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkHTMLFieldSetElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkHTMLFieldSetElement.disabled_Setter_boolean(this, value); @DomName('HTMLFieldSetElement.elements') @DocsEditable() - List get elements => _blink.BlinkHTMLFieldSetElement.$elements_Getter(this); + List get elements => _blink.BlinkHTMLFieldSetElement.elements_Getter(this); @DomName('HTMLFieldSetElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLFieldSetElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLFieldSetElement.form_Getter(this); @DomName('HTMLFieldSetElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLFieldSetElement.$name_Getter(this); + String get name => _blink.BlinkHTMLFieldSetElement.name_Getter(this); @DomName('HTMLFieldSetElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLFieldSetElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLFieldSetElement.name_Setter_DOMString(this, value); @DomName('HTMLFieldSetElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLFieldSetElement.$type_Getter(this); + String get type => _blink.BlinkHTMLFieldSetElement.type_Getter(this); @DomName('HTMLFieldSetElement.validationMessage') @DocsEditable() - String get validationMessage => _blink.BlinkHTMLFieldSetElement.$validationMessage_Getter(this); + String get validationMessage => _blink.BlinkHTMLFieldSetElement.validationMessage_Getter(this); @DomName('HTMLFieldSetElement.validity') @DocsEditable() - ValidityState get validity => _blink.BlinkHTMLFieldSetElement.$validity_Getter(this); + ValidityState get validity => _blink.BlinkHTMLFieldSetElement.validity_Getter(this); @DomName('HTMLFieldSetElement.willValidate') @DocsEditable() - bool get willValidate => _blink.BlinkHTMLFieldSetElement.$willValidate_Getter(this); + bool get willValidate => _blink.BlinkHTMLFieldSetElement.willValidate_Getter(this); @DomName('HTMLFieldSetElement.checkValidity') @DocsEditable() - bool checkValidity() => _blink.BlinkHTMLFieldSetElement.$checkValidity_Callback(this); + bool checkValidity() => _blink.BlinkHTMLFieldSetElement.checkValidity_Callback(this); @DomName('HTMLFieldSetElement.setCustomValidity') @DocsEditable() - void setCustomValidity(String error) => _blink.BlinkHTMLFieldSetElement.$setCustomValidity_Callback(this, error); + void setCustomValidity(String error) => _blink.BlinkHTMLFieldSetElement.setCustomValidity_Callback_DOMString(this, error); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -13023,15 +13023,15 @@ class File extends Blob { @DomName('File.lastModified') @DocsEditable() @Experimental() // untriaged - int get lastModified => _blink.BlinkFile.$lastModified_Getter(this); + int get lastModified => _blink.BlinkFile.lastModified_Getter(this); @DomName('File.lastModifiedDate') @DocsEditable() - DateTime get lastModifiedDate => _blink.BlinkFile.$lastModifiedDate_Getter(this); + DateTime get lastModifiedDate => _blink.BlinkFile.lastModifiedDate_Getter(this); @DomName('File.name') @DocsEditable() - String get name => _blink.BlinkFile.$name_Getter(this); + String get name => _blink.BlinkFile.name_Getter(this); @DomName('File.webkitRelativePath') @DocsEditable() @@ -13039,7 +13039,7 @@ class File extends Blob { @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF3 - String get relativePath => _blink.BlinkFile.$webkitRelativePath_Getter(this); + String get relativePath => _blink.BlinkFile.webkitRelativePath_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -13070,7 +13070,7 @@ class FileEntry extends Entry { @DomName('FileEntry.createWriter') @DocsEditable() - void _createWriter(_FileWriterCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkFileEntry.$createWriter_Callback(this, successCallback, errorCallback); + void _createWriter(_FileWriterCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkFileEntry.createWriter_Callback_FileWriterCallback_ErrorCallback(this, successCallback, errorCallback); Future createWriter() { var completer = new Completer(); @@ -13082,7 +13082,7 @@ class FileEntry extends Entry { @DomName('FileEntry.file') @DocsEditable() - void _file(_FileCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkFileEntry.$file_Callback(this, successCallback, errorCallback); + void _file(_FileCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkFileEntry.file_Callback_FileCallback_ErrorCallback(this, successCallback, errorCallback); Future file() { var completer = new Completer(); @@ -13158,7 +13158,7 @@ class FileError extends DomError { @DomName('FileError.code') @DocsEditable() - int get code => _blink.BlinkFileError.$code_Getter(this); + int get code => _blink.BlinkFileError.code_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -13176,15 +13176,15 @@ class FileList extends NativeFieldWrapperClass2 with ListMixin, ImmutableL @DomName('FileList.length') @DocsEditable() - int get length => _blink.BlinkFileList.$length_Getter(this); + int get length => _blink.BlinkFileList.length_Getter(this); File operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkFileList.$NativeIndexed_Getter(this, index); + return _blink.BlinkFileList.item_Callback_ul(this, index); } - File _nativeIndexedGetter(int index) => _blink.BlinkFileList.$NativeIndexed_Getter(this, index); + File _nativeIndexedGetter(int index) => _blink.BlinkFileList.item_Callback_ul(this, index); void operator[]=(int index, File value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -13226,7 +13226,7 @@ class FileList extends NativeFieldWrapperClass2 with ListMixin, ImmutableL @DomName('FileList.item') @DocsEditable() - File item(int index) => _blink.BlinkFileList.$item_Callback(this, index); + File item(int index) => _blink.BlinkFileList.item_Callback_ul(this, index); } // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file @@ -13241,7 +13241,7 @@ class FileReader extends EventTarget { @DomName('FileReader.result') @DocsEditable() Object get result { - var res = _blink.BlinkFileReader.$result_Getter(this); + var res = _blink.BlinkFileReader.result_Getter(this); if (res is ByteBuffer) { return new Uint8List.view(res); } @@ -13314,7 +13314,7 @@ class FileReader extends EventTarget { @DomName('FileReader.FileReader') @DocsEditable() factory FileReader() { - return _blink.BlinkFileReader.$_create_1constructorCallback(); + return _blink.BlinkFileReader.constructorCallback(); } @DomName('FileReader.DONE') @@ -13331,34 +13331,34 @@ class FileReader extends EventTarget { @DomName('FileReader.error') @DocsEditable() - FileError get error => _blink.BlinkFileReader.$error_Getter(this); + FileError get error => _blink.BlinkFileReader.error_Getter(this); @DomName('FileReader.readyState') @DocsEditable() - int get readyState => _blink.BlinkFileReader.$readyState_Getter(this); + int get readyState => _blink.BlinkFileReader.readyState_Getter(this); @DomName('FileReader.result') @DocsEditable() - Object get _result => _blink.BlinkFileReader.$result_Getter(this); + Object get _result => _blink.BlinkFileReader.result_Getter(this); @DomName('FileReader.abort') @DocsEditable() - void abort() => _blink.BlinkFileReader.$abort_Callback(this); + void abort() => _blink.BlinkFileReader.abort_Callback(this); @DomName('FileReader.readAsArrayBuffer') @DocsEditable() - void readAsArrayBuffer(Blob blob) => _blink.BlinkFileReader.$readAsArrayBuffer_Callback(this, blob); + void readAsArrayBuffer(Blob blob) => _blink.BlinkFileReader.readAsArrayBuffer_Callback_Blob(this, blob); @DomName('FileReader.readAsDataURL') @DocsEditable() - void readAsDataUrl(Blob blob) => _blink.BlinkFileReader.$readAsDataURL_Callback(this, blob); + void readAsDataUrl(Blob blob) => _blink.BlinkFileReader.readAsDataURL_Callback_Blob(this, blob); void readAsText(Blob blob, [String encoding]) { if (encoding != null) { - _blink.BlinkFileReader.$_readAsText_1_Callback(this, blob, encoding); + _blink.BlinkFileReader.readAsText_Callback_Blob_DOMString(this, blob, encoding); return; } - _blink.BlinkFileReader.$_readAsText_2_Callback(this, blob); + _blink.BlinkFileReader.readAsText_Callback_Blob(this, blob); return; } @@ -13410,7 +13410,7 @@ class FileStream extends NativeFieldWrapperClass2 { @DomName('Stream.type') @DocsEditable() @Experimental() // untriaged - String get type => _blink.BlinkStream.$type_Getter(this); + String get type => _blink.BlinkStream.type_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -13434,11 +13434,11 @@ class FileSystem extends NativeFieldWrapperClass2 { @DomName('DOMFileSystem.name') @DocsEditable() - String get name => _blink.BlinkDOMFileSystem.$name_Getter(this); + String get name => _blink.BlinkDOMFileSystem.name_Getter(this); @DomName('DOMFileSystem.root') @DocsEditable() - DirectoryEntry get root => _blink.BlinkDOMFileSystem.$root_Getter(this); + DirectoryEntry get root => _blink.BlinkDOMFileSystem.root_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -13541,35 +13541,35 @@ class FileWriter extends EventTarget { @DomName('FileWriter.error') @DocsEditable() - FileError get error => _blink.BlinkFileWriter.$error_Getter(this); + FileError get error => _blink.BlinkFileWriter.error_Getter(this); @DomName('FileWriter.length') @DocsEditable() - int get length => _blink.BlinkFileWriter.$length_Getter(this); + int get length => _blink.BlinkFileWriter.length_Getter(this); @DomName('FileWriter.position') @DocsEditable() - int get position => _blink.BlinkFileWriter.$position_Getter(this); + int get position => _blink.BlinkFileWriter.position_Getter(this); @DomName('FileWriter.readyState') @DocsEditable() - int get readyState => _blink.BlinkFileWriter.$readyState_Getter(this); + int get readyState => _blink.BlinkFileWriter.readyState_Getter(this); @DomName('FileWriter.abort') @DocsEditable() - void abort() => _blink.BlinkFileWriter.$abort_Callback(this); + void abort() => _blink.BlinkFileWriter.abort_Callback(this); @DomName('FileWriter.seek') @DocsEditable() - void seek(int position) => _blink.BlinkFileWriter.$seek_Callback(this, position); + void seek(int position) => _blink.BlinkFileWriter.seek_Callback_ll(this, position); @DomName('FileWriter.truncate') @DocsEditable() - void truncate(int size) => _blink.BlinkFileWriter.$truncate_Callback(this, size); + void truncate(int size) => _blink.BlinkFileWriter.truncate_Callback_ll(this, size); @DomName('FileWriter.write') @DocsEditable() - void write(Blob data) => _blink.BlinkFileWriter.$write_Callback(this, data); + void write(Blob data) => _blink.BlinkFileWriter.write_Callback_Blob(this, data); /// Stream of `abort` events handled by this [FileWriter]. @DomName('FileWriter.onabort') @@ -13628,7 +13628,7 @@ class FocusEvent extends UIEvent { @DomName('FocusEvent.relatedTarget') @DocsEditable() - EventTarget get relatedTarget => _blink.BlinkFocusEvent.$relatedTarget_Getter(this); + EventTarget get relatedTarget => _blink.BlinkFocusEvent.relatedTarget_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -13648,88 +13648,88 @@ class FontFace extends NativeFieldWrapperClass2 { @DomName('FontFace.FontFace') @DocsEditable() factory FontFace(String family, String source, Map descriptors) { - return _blink.BlinkFontFace.$_create_1constructorCallback(family, source, descriptors); + return _blink.BlinkFontFace.constructorCallback_DOMString_DOMString_Dictionary(family, source, descriptors); } @DomName('FontFace.family') @DocsEditable() @Experimental() // untriaged - String get family => _blink.BlinkFontFace.$family_Getter(this); + String get family => _blink.BlinkFontFace.family_Getter(this); @DomName('FontFace.family') @DocsEditable() @Experimental() // untriaged - void set family(String value) => _blink.BlinkFontFace.$family_Setter(this, value); + void set family(String value) => _blink.BlinkFontFace.family_Setter_DOMString(this, value); @DomName('FontFace.featureSettings') @DocsEditable() @Experimental() // untriaged - String get featureSettings => _blink.BlinkFontFace.$featureSettings_Getter(this); + String get featureSettings => _blink.BlinkFontFace.featureSettings_Getter(this); @DomName('FontFace.featureSettings') @DocsEditable() @Experimental() // untriaged - void set featureSettings(String value) => _blink.BlinkFontFace.$featureSettings_Setter(this, value); + void set featureSettings(String value) => _blink.BlinkFontFace.featureSettings_Setter_DOMString(this, value); @DomName('FontFace.status') @DocsEditable() @Experimental() // untriaged - String get status => _blink.BlinkFontFace.$status_Getter(this); + String get status => _blink.BlinkFontFace.status_Getter(this); @DomName('FontFace.stretch') @DocsEditable() @Experimental() // untriaged - String get stretch => _blink.BlinkFontFace.$stretch_Getter(this); + String get stretch => _blink.BlinkFontFace.stretch_Getter(this); @DomName('FontFace.stretch') @DocsEditable() @Experimental() // untriaged - void set stretch(String value) => _blink.BlinkFontFace.$stretch_Setter(this, value); + void set stretch(String value) => _blink.BlinkFontFace.stretch_Setter_DOMString(this, value); @DomName('FontFace.style') @DocsEditable() @Experimental() // untriaged - String get style => _blink.BlinkFontFace.$style_Getter(this); + String get style => _blink.BlinkFontFace.style_Getter(this); @DomName('FontFace.style') @DocsEditable() @Experimental() // untriaged - void set style(String value) => _blink.BlinkFontFace.$style_Setter(this, value); + void set style(String value) => _blink.BlinkFontFace.style_Setter_DOMString(this, value); @DomName('FontFace.unicodeRange') @DocsEditable() @Experimental() // untriaged - String get unicodeRange => _blink.BlinkFontFace.$unicodeRange_Getter(this); + String get unicodeRange => _blink.BlinkFontFace.unicodeRange_Getter(this); @DomName('FontFace.unicodeRange') @DocsEditable() @Experimental() // untriaged - void set unicodeRange(String value) => _blink.BlinkFontFace.$unicodeRange_Setter(this, value); + void set unicodeRange(String value) => _blink.BlinkFontFace.unicodeRange_Setter_DOMString(this, value); @DomName('FontFace.variant') @DocsEditable() @Experimental() // untriaged - String get variant => _blink.BlinkFontFace.$variant_Getter(this); + String get variant => _blink.BlinkFontFace.variant_Getter(this); @DomName('FontFace.variant') @DocsEditable() @Experimental() // untriaged - void set variant(String value) => _blink.BlinkFontFace.$variant_Setter(this, value); + void set variant(String value) => _blink.BlinkFontFace.variant_Setter_DOMString(this, value); @DomName('FontFace.weight') @DocsEditable() @Experimental() // untriaged - String get weight => _blink.BlinkFontFace.$weight_Getter(this); + String get weight => _blink.BlinkFontFace.weight_Getter(this); @DomName('FontFace.weight') @DocsEditable() @Experimental() // untriaged - void set weight(String value) => _blink.BlinkFontFace.$weight_Setter(this, value); + void set weight(String value) => _blink.BlinkFontFace.weight_Setter_DOMString(this, value); @DomName('FontFace.load') @DocsEditable() @Experimental() // untriaged - void load() => _blink.BlinkFontFace.$load_Callback(this); + void load() => _blink.BlinkFontFace.load_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -13749,46 +13749,46 @@ class FontFaceSet extends EventTarget { @DomName('FontFaceSet.size') @DocsEditable() @Experimental() // untriaged - int get size => _blink.BlinkFontFaceSet.$size_Getter(this); + int get size => _blink.BlinkFontFaceSet.size_Getter(this); @DomName('FontFaceSet.status') @DocsEditable() @Experimental() // untriaged - String get status => _blink.BlinkFontFaceSet.$status_Getter(this); + String get status => _blink.BlinkFontFaceSet.status_Getter(this); @DomName('FontFaceSet.add') @DocsEditable() @Experimental() // untriaged - void add(FontFace fontFace) => _blink.BlinkFontFaceSet.$add_Callback(this, fontFace); + void add(FontFace fontFace) => _blink.BlinkFontFaceSet.add_Callback_FontFace(this, fontFace); @DomName('FontFaceSet.check') @DocsEditable() @Experimental() // untriaged - bool check(String font, String text) => _blink.BlinkFontFaceSet.$check_Callback(this, font, text); + bool check(String font, String text) => _blink.BlinkFontFaceSet.check_Callback_DOMString_DOMString(this, font, text); @DomName('FontFaceSet.clear') @DocsEditable() @Experimental() // untriaged - void clear() => _blink.BlinkFontFaceSet.$clear_Callback(this); + void clear() => _blink.BlinkFontFaceSet.clear_Callback(this); @DomName('FontFaceSet.delete') @DocsEditable() @Experimental() // untriaged - bool delete(FontFace fontFace) => _blink.BlinkFontFaceSet.$delete_Callback(this, fontFace); + bool delete(FontFace fontFace) => _blink.BlinkFontFaceSet.delete_Callback_FontFace(this, fontFace); void forEach(FontFaceSetForEachCallback callback, [Object thisArg]) { if (thisArg != null) { - _blink.BlinkFontFaceSet.$_forEach_1_Callback(this, callback, thisArg); + _blink.BlinkFontFaceSet.forEach_Callback_FontFaceSetForEachCallback_ScriptValue(this, callback, thisArg); return; } - _blink.BlinkFontFaceSet.$_forEach_2_Callback(this, callback); + _blink.BlinkFontFaceSet.forEach_Callback_FontFaceSetForEachCallback(this, callback); return; } @DomName('FontFaceSet.has') @DocsEditable() @Experimental() // untriaged - bool has(FontFace fontFace) => _blink.BlinkFontFaceSet.$has_Callback(this, fontFace); + bool has(FontFace fontFace) => _blink.BlinkFontFaceSet.has_Callback_FontFace(this, fontFace); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -13823,18 +13823,18 @@ class FormData extends NativeFieldWrapperClass2 { factory FormData([FormElement form]) => _create(form); @DocsEditable() - static FormData _create(form) => _blink.BlinkFormData.$constructorCallback(form); + static FormData _create(form) => _blink.BlinkFormData.constructorCallback_HTMLFormElement(form); /// Checks if this type is supported on the current platform. static bool get supported => true; @DomName('FormData.append') @DocsEditable() - void append(String name, String value) => _blink.BlinkFormData.$append_Callback(this, name, value); + void append(String name, String value) => _blink.BlinkFormData.append_Callback_DOMString_DOMString(this, name, value); @DomName('FormData.appendBlob') @DocsEditable() - void appendBlob(String name, Blob value, [String filename]) => _blink.BlinkFormData.$appendBlob_Callback(this, name, value, filename); + void appendBlob(String name, Blob value, [String filename]) => _blink.BlinkFormData.append_Callback_DOMString_Blob_DOMString(this, name, value, filename); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -13886,105 +13886,105 @@ class FormElement extends HtmlElement { @DomName('HTMLFormElement.acceptCharset') @DocsEditable() - String get acceptCharset => _blink.BlinkHTMLFormElement.$acceptCharset_Getter(this); + String get acceptCharset => _blink.BlinkHTMLFormElement.acceptCharset_Getter(this); @DomName('HTMLFormElement.acceptCharset') @DocsEditable() - void set acceptCharset(String value) => _blink.BlinkHTMLFormElement.$acceptCharset_Setter(this, value); + void set acceptCharset(String value) => _blink.BlinkHTMLFormElement.acceptCharset_Setter_DOMString(this, value); @DomName('HTMLFormElement.action') @DocsEditable() - String get action => _blink.BlinkHTMLFormElement.$action_Getter(this); + String get action => _blink.BlinkHTMLFormElement.action_Getter(this); @DomName('HTMLFormElement.action') @DocsEditable() - void set action(String value) => _blink.BlinkHTMLFormElement.$action_Setter(this, value); + void set action(String value) => _blink.BlinkHTMLFormElement.action_Setter_DOMString(this, value); @DomName('HTMLFormElement.autocomplete') @DocsEditable() // http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomplete-attribute @Experimental() - String get autocomplete => _blink.BlinkHTMLFormElement.$autocomplete_Getter(this); + String get autocomplete => _blink.BlinkHTMLFormElement.autocomplete_Getter(this); @DomName('HTMLFormElement.autocomplete') @DocsEditable() // http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#autofilling-form-controls:-the-autocomplete-attribute @Experimental() - void set autocomplete(String value) => _blink.BlinkHTMLFormElement.$autocomplete_Setter(this, value); + void set autocomplete(String value) => _blink.BlinkHTMLFormElement.autocomplete_Setter_DOMString(this, value); @DomName('HTMLFormElement.encoding') @DocsEditable() - String get encoding => _blink.BlinkHTMLFormElement.$encoding_Getter(this); + String get encoding => _blink.BlinkHTMLFormElement.encoding_Getter(this); @DomName('HTMLFormElement.encoding') @DocsEditable() - void set encoding(String value) => _blink.BlinkHTMLFormElement.$encoding_Setter(this, value); + void set encoding(String value) => _blink.BlinkHTMLFormElement.encoding_Setter_DOMString(this, value); @DomName('HTMLFormElement.enctype') @DocsEditable() - String get enctype => _blink.BlinkHTMLFormElement.$enctype_Getter(this); + String get enctype => _blink.BlinkHTMLFormElement.enctype_Getter(this); @DomName('HTMLFormElement.enctype') @DocsEditable() - void set enctype(String value) => _blink.BlinkHTMLFormElement.$enctype_Setter(this, value); + void set enctype(String value) => _blink.BlinkHTMLFormElement.enctype_Setter_DOMString(this, value); @DomName('HTMLFormElement.length') @DocsEditable() - int get length => _blink.BlinkHTMLFormElement.$length_Getter(this); + int get length => _blink.BlinkHTMLFormElement.length_Getter(this); @DomName('HTMLFormElement.method') @DocsEditable() - String get method => _blink.BlinkHTMLFormElement.$method_Getter(this); + String get method => _blink.BlinkHTMLFormElement.method_Getter(this); @DomName('HTMLFormElement.method') @DocsEditable() - void set method(String value) => _blink.BlinkHTMLFormElement.$method_Setter(this, value); + void set method(String value) => _blink.BlinkHTMLFormElement.method_Setter_DOMString(this, value); @DomName('HTMLFormElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLFormElement.$name_Getter(this); + String get name => _blink.BlinkHTMLFormElement.name_Getter(this); @DomName('HTMLFormElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLFormElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLFormElement.name_Setter_DOMString(this, value); @DomName('HTMLFormElement.noValidate') @DocsEditable() - bool get noValidate => _blink.BlinkHTMLFormElement.$noValidate_Getter(this); + bool get noValidate => _blink.BlinkHTMLFormElement.noValidate_Getter(this); @DomName('HTMLFormElement.noValidate') @DocsEditable() - void set noValidate(bool value) => _blink.BlinkHTMLFormElement.$noValidate_Setter(this, value); + void set noValidate(bool value) => _blink.BlinkHTMLFormElement.noValidate_Setter_boolean(this, value); @DomName('HTMLFormElement.target') @DocsEditable() - String get target => _blink.BlinkHTMLFormElement.$target_Getter(this); + String get target => _blink.BlinkHTMLFormElement.target_Getter(this); @DomName('HTMLFormElement.target') @DocsEditable() - void set target(String value) => _blink.BlinkHTMLFormElement.$target_Setter(this, value); + void set target(String value) => _blink.BlinkHTMLFormElement.target_Setter_DOMString(this, value); @DomName('HTMLFormElement.__getter__') @DocsEditable() - Element __getter__(int index) => _blink.BlinkHTMLFormElement.$__getter___Callback(this, index); + Element __getter__(int index) => _blink.BlinkHTMLFormElement.$__getter___Callback_ul(this, index); @DomName('HTMLFormElement.checkValidity') @DocsEditable() - bool checkValidity() => _blink.BlinkHTMLFormElement.$checkValidity_Callback(this); + bool checkValidity() => _blink.BlinkHTMLFormElement.checkValidity_Callback(this); @DomName('HTMLFormElement.requestAutocomplete') @DocsEditable() // http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-October/037711.html @Experimental() - void requestAutocomplete(Map details) => _blink.BlinkHTMLFormElement.$requestAutocomplete_Callback(this, details); + void requestAutocomplete(Map details) => _blink.BlinkHTMLFormElement.requestAutocomplete_Callback_Dictionary(this, details); @DomName('HTMLFormElement.reset') @DocsEditable() - void reset() => _blink.BlinkHTMLFormElement.$reset_Callback(this); + void reset() => _blink.BlinkHTMLFormElement.reset_Callback(this); @DomName('HTMLFormElement.submit') @DocsEditable() - void submit() => _blink.BlinkHTMLFormElement.$submit_Callback(this); + void submit() => _blink.BlinkHTMLFormElement.submit_Callback(this); /// Stream of `autocomplete` events handled by this [FormElement]. @DomName('HTMLFormElement.onautocomplete') @@ -14018,23 +14018,23 @@ class Gamepad extends NativeFieldWrapperClass2 { @DomName('Gamepad.axes') @DocsEditable() - List get axes => _blink.BlinkGamepad.$axes_Getter(this); + List get axes => _blink.BlinkGamepad.axes_Getter(this); @DomName('Gamepad.buttons') @DocsEditable() - List get buttons => _blink.BlinkGamepad.$buttons_Getter(this); + List get buttons => _blink.BlinkGamepad.buttons_Getter(this); @DomName('Gamepad.id') @DocsEditable() - String get id => _blink.BlinkGamepad.$id_Getter(this); + String get id => _blink.BlinkGamepad.id_Getter(this); @DomName('Gamepad.index') @DocsEditable() - int get index => _blink.BlinkGamepad.$index_Getter(this); + int get index => _blink.BlinkGamepad.index_Getter(this); @DomName('Gamepad.timestamp') @DocsEditable() - int get timestamp => _blink.BlinkGamepad.$timestamp_Getter(this); + int get timestamp => _blink.BlinkGamepad.timestamp_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -14122,15 +14122,15 @@ class Geolocation extends NativeFieldWrapperClass2 { @DomName('Geolocation.clearWatch') @DocsEditable() - void _clearWatch(int watchID) => _blink.BlinkGeolocation.$clearWatch_Callback(this, watchID); + void _clearWatch(int watchID) => _blink.BlinkGeolocation.clearWatch_Callback_long(this, watchID); @DomName('Geolocation.getCurrentPosition') @DocsEditable() - void _getCurrentPosition(_PositionCallback successCallback, [_PositionErrorCallback errorCallback, Object options]) => _blink.BlinkGeolocation.$getCurrentPosition_Callback(this, successCallback, errorCallback, options); + void _getCurrentPosition(_PositionCallback successCallback, [_PositionErrorCallback errorCallback, Object options]) => _blink.BlinkGeolocation.getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_object(this, successCallback, errorCallback, options); @DomName('Geolocation.watchPosition') @DocsEditable() - int _watchPosition(_PositionCallback successCallback, [_PositionErrorCallback errorCallback, Object options]) => _blink.BlinkGeolocation.$watchPosition_Callback(this, successCallback, errorCallback, options); + int _watchPosition(_PositionCallback successCallback, [_PositionErrorCallback errorCallback, Object options]) => _blink.BlinkGeolocation.watchPosition_Callback_PositionCallback_PositionErrorCallback_object(this, successCallback, errorCallback, options); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -14149,11 +14149,11 @@ class Geoposition extends NativeFieldWrapperClass2 { @DomName('Geoposition.coords') @DocsEditable() - Coordinates get coords => _blink.BlinkGeoposition.$coords_Getter(this); + Coordinates get coords => _blink.BlinkGeoposition.coords_Getter(this); @DomName('Geoposition.timestamp') @DocsEditable() - int get timestamp => _blink.BlinkGeoposition.$timestamp_Getter(this); + int get timestamp => _blink.BlinkGeoposition.timestamp_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -14537,12 +14537,12 @@ class HRElement extends HtmlElement { @DomName('HTMLHRElement.color') @DocsEditable() @Experimental() // untriaged - String get color => _blink.BlinkHTMLHRElement.$color_Getter(this); + String get color => _blink.BlinkHTMLHRElement.color_Getter(this); @DomName('HTMLHRElement.color') @DocsEditable() @Experimental() // untriaged - void set color(String value) => _blink.BlinkHTMLHRElement.$color_Setter(this, value); + void set color(String value) => _blink.BlinkHTMLHRElement.color_Setter_DOMString(this, value); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -14572,15 +14572,15 @@ class HashChangeEvent extends Event { @DomName('HashChangeEvent.newURL') @DocsEditable() - String get newUrl => _blink.BlinkHashChangeEvent.$newURL_Getter(this); + String get newUrl => _blink.BlinkHashChangeEvent.newURL_Getter(this); @DomName('HashChangeEvent.oldURL') @DocsEditable() - String get oldUrl => _blink.BlinkHashChangeEvent.$oldURL_Getter(this); + String get oldUrl => _blink.BlinkHashChangeEvent.oldURL_Getter(this); @DomName('HashChangeEvent.initHashChangeEvent') @DocsEditable() - void _initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL) => _blink.BlinkHashChangeEvent.$initHashChangeEvent_Callback(this, type, canBubble, cancelable, oldURL, newURL); + void _initHashChangeEvent(String type, bool canBubble, bool cancelable, String oldURL, String newURL) => _blink.BlinkHashChangeEvent.initHashChangeEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString(this, type, canBubble, cancelable, oldURL, newURL); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -14674,23 +14674,23 @@ class History extends NativeFieldWrapperClass2 implements HistoryBase { @DomName('History.length') @DocsEditable() - int get length => _blink.BlinkHistory.$length_Getter(this); + int get length => _blink.BlinkHistory.length_Getter(this); @DomName('History.state') @DocsEditable() - dynamic get state => _blink.BlinkHistory.$state_Getter(this); + dynamic get state => _blink.BlinkHistory.state_Getter(this); @DomName('History.back') @DocsEditable() - void back() => _blink.BlinkHistory.$back_Callback(this); + void back() => _blink.BlinkHistory.back_Callback(this); @DomName('History.forward') @DocsEditable() - void forward() => _blink.BlinkHistory.$forward_Callback(this); + void forward() => _blink.BlinkHistory.forward_Callback(this); @DomName('History.go') @DocsEditable() - void go(int distance) => _blink.BlinkHistory.$go_Callback(this, distance); + void go(int distance) => _blink.BlinkHistory.go_Callback_long(this, distance); @DomName('History.pushState') @DocsEditable() @@ -14698,7 +14698,7 @@ class History extends NativeFieldWrapperClass2 implements HistoryBase { @SupportedBrowser(SupportedBrowser.FIREFOX) @SupportedBrowser(SupportedBrowser.IE, '10') @SupportedBrowser(SupportedBrowser.SAFARI) - void pushState(Object data, String title, [String url]) => _blink.BlinkHistory.$pushState_Callback(this, data, title, url); + void pushState(Object data, String title, [String url]) => _blink.BlinkHistory.pushState_Callback_ScriptValue_DOMString_DOMString(this, data, title, url); @DomName('History.replaceState') @DocsEditable() @@ -14706,7 +14706,7 @@ class History extends NativeFieldWrapperClass2 implements HistoryBase { @SupportedBrowser(SupportedBrowser.FIREFOX) @SupportedBrowser(SupportedBrowser.IE, '10') @SupportedBrowser(SupportedBrowser.SAFARI) - void replaceState(Object data, String title, [String url]) => _blink.BlinkHistory.$replaceState_Callback(this, data, title, url); + void replaceState(Object data, String title, [String url]) => _blink.BlinkHistory.replaceState_Callback_ScriptValue_DOMString_DOMString(this, data, title, url); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a @@ -14723,15 +14723,15 @@ class HtmlCollection extends NativeFieldWrapperClass2 with ListMixin, Immu @DomName('HTMLCollection.length') @DocsEditable() - int get length => _blink.BlinkHTMLCollection.$length_Getter(this); + int get length => _blink.BlinkHTMLCollection.length_Getter(this); Node operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkHTMLCollection.$NativeIndexed_Getter(this, index); + return _blink.BlinkHTMLCollection.item_Callback_ul(this, index); } - Node _nativeIndexedGetter(int index) => _blink.BlinkHTMLCollection.$NativeIndexed_Getter(this, index); + Node _nativeIndexedGetter(int index) => _blink.BlinkHTMLCollection.item_Callback_ul(this, index); void operator[]=(int index, Node value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -14773,11 +14773,11 @@ class HtmlCollection extends NativeFieldWrapperClass2 with ListMixin, Immu @DomName('HTMLCollection.item') @DocsEditable() - Element item(int index) => _blink.BlinkHTMLCollection.$item_Callback(this, index); + Element item(int index) => _blink.BlinkHTMLCollection.item_Callback_ul(this, index); @DomName('HTMLCollection.namedItem') @DocsEditable() - Element namedItem(String name) => _blink.BlinkHTMLCollection.$namedItem_Callback(this, name); + Element namedItem(String name) => _blink.BlinkHTMLCollection.namedItem_Callback_DOMString(this, name); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -15345,88 +15345,88 @@ class HtmlElement extends Element implements GlobalEventHandlers { @DomName('HTMLElement.contentEditable') @DocsEditable() - String get contentEditable => _blink.BlinkHTMLElement.$contentEditable_Getter(this); + String get contentEditable => _blink.BlinkHTMLElement.contentEditable_Getter(this); @DomName('HTMLElement.contentEditable') @DocsEditable() - void set contentEditable(String value) => _blink.BlinkHTMLElement.$contentEditable_Setter(this, value); + void set contentEditable(String value) => _blink.BlinkHTMLElement.contentEditable_Setter_DOMString(this, value); @DomName('HTMLElement.dir') @DocsEditable() - String get dir => _blink.BlinkHTMLElement.$dir_Getter(this); + String get dir => _blink.BlinkHTMLElement.dir_Getter(this); @DomName('HTMLElement.dir') @DocsEditable() - void set dir(String value) => _blink.BlinkHTMLElement.$dir_Setter(this, value); + void set dir(String value) => _blink.BlinkHTMLElement.dir_Setter_DOMString(this, value); @DomName('HTMLElement.draggable') @DocsEditable() - bool get draggable => _blink.BlinkHTMLElement.$draggable_Getter(this); + bool get draggable => _blink.BlinkHTMLElement.draggable_Getter(this); @DomName('HTMLElement.draggable') @DocsEditable() - void set draggable(bool value) => _blink.BlinkHTMLElement.$draggable_Setter(this, value); + void set draggable(bool value) => _blink.BlinkHTMLElement.draggable_Setter_boolean(this, value); @DomName('HTMLElement.hidden') @DocsEditable() - bool get hidden => _blink.BlinkHTMLElement.$hidden_Getter(this); + bool get hidden => _blink.BlinkHTMLElement.hidden_Getter(this); @DomName('HTMLElement.hidden') @DocsEditable() - void set hidden(bool value) => _blink.BlinkHTMLElement.$hidden_Setter(this, value); + void set hidden(bool value) => _blink.BlinkHTMLElement.hidden_Setter_boolean(this, value); @DomName('HTMLElement.inputMethodContext') @DocsEditable() @Experimental() // untriaged - InputMethodContext get inputMethodContext => _blink.BlinkHTMLElement.$inputMethodContext_Getter(this); + InputMethodContext get inputMethodContext => _blink.BlinkHTMLElement.inputMethodContext_Getter(this); @DomName('HTMLElement.isContentEditable') @DocsEditable() - bool get isContentEditable => _blink.BlinkHTMLElement.$isContentEditable_Getter(this); + bool get isContentEditable => _blink.BlinkHTMLElement.isContentEditable_Getter(this); @DomName('HTMLElement.lang') @DocsEditable() - String get lang => _blink.BlinkHTMLElement.$lang_Getter(this); + String get lang => _blink.BlinkHTMLElement.lang_Getter(this); @DomName('HTMLElement.lang') @DocsEditable() - void set lang(String value) => _blink.BlinkHTMLElement.$lang_Setter(this, value); + void set lang(String value) => _blink.BlinkHTMLElement.lang_Setter_DOMString(this, value); @DomName('HTMLElement.spellcheck') @DocsEditable() // http://blog.whatwg.org/the-road-to-html-5-spellchecking @Experimental() // nonstandard - bool get spellcheck => _blink.BlinkHTMLElement.$spellcheck_Getter(this); + bool get spellcheck => _blink.BlinkHTMLElement.spellcheck_Getter(this); @DomName('HTMLElement.spellcheck') @DocsEditable() // http://blog.whatwg.org/the-road-to-html-5-spellchecking @Experimental() // nonstandard - void set spellcheck(bool value) => _blink.BlinkHTMLElement.$spellcheck_Setter(this, value); + void set spellcheck(bool value) => _blink.BlinkHTMLElement.spellcheck_Setter_boolean(this, value); @DomName('HTMLElement.tabIndex') @DocsEditable() - int get tabIndex => _blink.BlinkHTMLElement.$tabIndex_Getter(this); + int get tabIndex => _blink.BlinkHTMLElement.tabIndex_Getter(this); @DomName('HTMLElement.tabIndex') @DocsEditable() - void set tabIndex(int value) => _blink.BlinkHTMLElement.$tabIndex_Setter(this, value); + void set tabIndex(int value) => _blink.BlinkHTMLElement.tabIndex_Setter_long(this, value); @DomName('HTMLElement.title') @DocsEditable() - String get title => _blink.BlinkHTMLElement.$title_Getter(this); + String get title => _blink.BlinkHTMLElement.title_Getter(this); @DomName('HTMLElement.title') @DocsEditable() - void set title(String value) => _blink.BlinkHTMLElement.$title_Setter(this, value); + void set title(String value) => _blink.BlinkHTMLElement.title_Setter_DOMString(this, value); @DomName('HTMLElement.translate') @DocsEditable() - bool get translate => _blink.BlinkHTMLElement.$translate_Getter(this); + bool get translate => _blink.BlinkHTMLElement.translate_Getter(this); @DomName('HTMLElement.translate') @DocsEditable() - void set translate(bool value) => _blink.BlinkHTMLElement.$translate_Setter(this, value); + void set translate(bool value) => _blink.BlinkHTMLElement.translate_Setter_boolean(this, value); @DomName('HTMLElement.webkitdropzone') @DocsEditable() @@ -15434,7 +15434,7 @@ class HtmlElement extends Element implements GlobalEventHandlers { @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute - String get dropzone => _blink.BlinkHTMLElement.$webkitdropzone_Getter(this); + String get dropzone => _blink.BlinkHTMLElement.webkitdropzone_Getter(this); @DomName('HTMLElement.webkitdropzone') @DocsEditable() @@ -15442,11 +15442,11 @@ class HtmlElement extends Element implements GlobalEventHandlers { @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#the-dropzone-attribute - void set dropzone(String value) => _blink.BlinkHTMLElement.$webkitdropzone_Setter(this, value); + void set dropzone(String value) => _blink.BlinkHTMLElement.webkitdropzone_Setter_DOMString(this, value); @DomName('HTMLElement.click') @DocsEditable() - void click() => _blink.BlinkHTMLElement.$click_Callback(this); + void click() => _blink.BlinkHTMLElement.click_Callback(this); @DomName('HTMLElement.onabort') @DocsEditable() @@ -16123,7 +16123,7 @@ class HttpRequest extends HttpRequestEventTarget { factory HttpRequest() => _create(); @DocsEditable() - static HttpRequest _create() => _blink.BlinkXMLHttpRequest.$constructorCallback(); + static HttpRequest _create() => _blink.BlinkXMLHttpRequest.constructorCallback(); @DomName('XMLHttpRequest.DONE') @DocsEditable() @@ -16179,7 +16179,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.readyState') @DocsEditable() - int get readyState => _blink.BlinkXMLHttpRequest.$readyState_Getter(this); + int get readyState => _blink.BlinkXMLHttpRequest.readyState_Getter(this); /** * The data received as a reponse from the request. @@ -16194,14 +16194,14 @@ class HttpRequest extends HttpRequestEventTarget { @SupportedBrowser(SupportedBrowser.FIREFOX) @SupportedBrowser(SupportedBrowser.IE, '10') @SupportedBrowser(SupportedBrowser.SAFARI) - Object get response => _blink.BlinkXMLHttpRequest.$response_Getter(this); + Object get response => _blink.BlinkXMLHttpRequest.response_Getter(this); /** * The response in String form or empty String on failure. */ @DomName('XMLHttpRequest.responseText') @DocsEditable() - String get responseText => _blink.BlinkXMLHttpRequest.$responseText_Getter(this); + String get responseText => _blink.BlinkXMLHttpRequest.responseText_Getter(this); /** * [String] telling the server the desired response format. @@ -16215,7 +16215,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.responseType') @DocsEditable() - String get responseType => _blink.BlinkXMLHttpRequest.$responseType_Getter(this); + String get responseType => _blink.BlinkXMLHttpRequest.responseType_Getter(this); /** * [String] telling the server the desired response format. @@ -16229,7 +16229,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.responseType') @DocsEditable() - void set responseType(String value) => _blink.BlinkXMLHttpRequest.$responseType_Setter(this, value); + void set responseType(String value) => _blink.BlinkXMLHttpRequest.responseType_Setter_DOMString(this, value); /** * The request response, or null on failure. @@ -16240,7 +16240,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.responseXML') @DocsEditable() - Document get responseXml => _blink.BlinkXMLHttpRequest.$responseXML_Getter(this); + Document get responseXml => _blink.BlinkXMLHttpRequest.responseXML_Getter(this); /** * The http result code from the request (200, 404, etc). @@ -16248,7 +16248,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.status') @DocsEditable() - int get status => _blink.BlinkXMLHttpRequest.$status_Getter(this); + int get status => _blink.BlinkXMLHttpRequest.status_Getter(this); /** * The request response string (such as \"200 OK\"). @@ -16256,7 +16256,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.statusText') @DocsEditable() - String get statusText => _blink.BlinkXMLHttpRequest.$statusText_Getter(this); + String get statusText => _blink.BlinkXMLHttpRequest.statusText_Getter(this); /** * Length of time before a request is automatically terminated. @@ -16277,7 +16277,7 @@ class HttpRequest extends HttpRequestEventTarget { @DomName('XMLHttpRequest.timeout') @DocsEditable() @Experimental() // untriaged - int get timeout => _blink.BlinkXMLHttpRequest.$timeout_Getter(this); + int get timeout => _blink.BlinkXMLHttpRequest.timeout_Getter(this); /** * Length of time before a request is automatically terminated. @@ -16298,7 +16298,7 @@ class HttpRequest extends HttpRequestEventTarget { @DomName('XMLHttpRequest.timeout') @DocsEditable() @Experimental() // untriaged - void set timeout(int value) => _blink.BlinkXMLHttpRequest.$timeout_Setter(this, value); + void set timeout(int value) => _blink.BlinkXMLHttpRequest.timeout_Setter_ul(this, value); /** * [EventTarget] that can hold listeners to track the progress of the request. @@ -16307,7 +16307,7 @@ class HttpRequest extends HttpRequestEventTarget { @DomName('XMLHttpRequest.upload') @DocsEditable() @Unstable() - HttpRequestUpload get upload => _blink.BlinkXMLHttpRequest.$upload_Getter(this); + HttpRequestUpload get upload => _blink.BlinkXMLHttpRequest.upload_Getter(this); /** * True if cross-site requests should use credentials such as cookies @@ -16317,7 +16317,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.withCredentials') @DocsEditable() - bool get withCredentials => _blink.BlinkXMLHttpRequest.$withCredentials_Getter(this); + bool get withCredentials => _blink.BlinkXMLHttpRequest.withCredentials_Getter(this); /** * True if cross-site requests should use credentials such as cookies @@ -16327,7 +16327,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.withCredentials') @DocsEditable() - void set withCredentials(bool value) => _blink.BlinkXMLHttpRequest.$withCredentials_Setter(this, value); + void set withCredentials(bool value) => _blink.BlinkXMLHttpRequest.withCredentials_Setter_boolean(this, value); /** * Stop the current request. @@ -16338,7 +16338,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.abort') @DocsEditable() - void abort() => _blink.BlinkXMLHttpRequest.$abort_Callback(this); + void abort() => _blink.BlinkXMLHttpRequest.abort_Callback(this); /** * Retrieve all the response headers from a request. @@ -16353,7 +16353,7 @@ class HttpRequest extends HttpRequestEventTarget { @DomName('XMLHttpRequest.getAllResponseHeaders') @DocsEditable() @Unstable() - String getAllResponseHeaders() => _blink.BlinkXMLHttpRequest.$getAllResponseHeaders_Callback(this); + String getAllResponseHeaders() => _blink.BlinkXMLHttpRequest.getAllResponseHeaders_Callback(this); /** * Return the response header named `header`, or null if not found. @@ -16364,7 +16364,7 @@ class HttpRequest extends HttpRequestEventTarget { @DomName('XMLHttpRequest.getResponseHeader') @DocsEditable() @Unstable() - String getResponseHeader(String header) => _blink.BlinkXMLHttpRequest.$getResponseHeader_Callback(this, header); + String getResponseHeader(String header) => _blink.BlinkXMLHttpRequest.getResponseHeader_Callback_DOMString(this, header); /** * Specify the desired `url`, and `method` to use in making the request. @@ -16383,7 +16383,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.open') @DocsEditable() - void open(String method, String url, {bool async, String user, String password}) => _blink.BlinkXMLHttpRequest.$open_Callback(this, method, url, async, user, password); + void open(String method, String url, {bool async, String user, String password}) => _blink.BlinkXMLHttpRequest.open_Callback_DOMString_DOMString_boolean_DOMString_DOMString(this, method, url, async, user, password); /** * Specify a particular MIME type (such as `text/xml`) desired for the @@ -16397,7 +16397,7 @@ class HttpRequest extends HttpRequestEventTarget { @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.FIREFOX) @SupportedBrowser(SupportedBrowser.SAFARI) - void overrideMimeType(String override) => _blink.BlinkXMLHttpRequest.$overrideMimeType_Callback(this, override); + void overrideMimeType(String override) => _blink.BlinkXMLHttpRequest.overrideMimeType_Callback_DOMString(this, override); /** * Send the request with any given `data`. @@ -16415,7 +16415,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.send') @DocsEditable() - void send([data]) => _blink.BlinkXMLHttpRequest.$send_Callback(this, data); + void send([data]) => _blink.BlinkXMLHttpRequest.send_Callback(this, data); /** * Sets the value of an HTTP requst header. @@ -16437,7 +16437,7 @@ class HttpRequest extends HttpRequestEventTarget { */ @DomName('XMLHttpRequest.setRequestHeader') @DocsEditable() - void setRequestHeader(String header, String value) => _blink.BlinkXMLHttpRequest.$setRequestHeader_Callback(this, header, value); + void setRequestHeader(String header, String value) => _blink.BlinkXMLHttpRequest.setRequestHeader_Callback_DOMString_DOMString(this, header, value); /// Stream of `readystatechange` events handled by this [HttpRequest]. /** @@ -16632,55 +16632,55 @@ class IFrameElement extends HtmlElement { @DomName('HTMLIFrameElement.contentWindow') @DocsEditable() - WindowBase get contentWindow => _blink.BlinkHTMLIFrameElement.$contentWindow_Getter(this); + WindowBase get contentWindow => _blink.BlinkHTMLIFrameElement.contentWindow_Getter(this); @DomName('HTMLIFrameElement.height') @DocsEditable() - String get height => _blink.BlinkHTMLIFrameElement.$height_Getter(this); + String get height => _blink.BlinkHTMLIFrameElement.height_Getter(this); @DomName('HTMLIFrameElement.height') @DocsEditable() - void set height(String value) => _blink.BlinkHTMLIFrameElement.$height_Setter(this, value); + void set height(String value) => _blink.BlinkHTMLIFrameElement.height_Setter_DOMString(this, value); @DomName('HTMLIFrameElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLIFrameElement.$name_Getter(this); + String get name => _blink.BlinkHTMLIFrameElement.name_Getter(this); @DomName('HTMLIFrameElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLIFrameElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLIFrameElement.name_Setter_DOMString(this, value); @DomName('HTMLIFrameElement.sandbox') @DocsEditable() - String get sandbox => _blink.BlinkHTMLIFrameElement.$sandbox_Getter(this); + String get sandbox => _blink.BlinkHTMLIFrameElement.sandbox_Getter(this); @DomName('HTMLIFrameElement.sandbox') @DocsEditable() - void set sandbox(String value) => _blink.BlinkHTMLIFrameElement.$sandbox_Setter(this, value); + void set sandbox(String value) => _blink.BlinkHTMLIFrameElement.sandbox_Setter_DOMString(this, value); @DomName('HTMLIFrameElement.src') @DocsEditable() - String get src => _blink.BlinkHTMLIFrameElement.$src_Getter(this); + String get src => _blink.BlinkHTMLIFrameElement.src_Getter(this); @DomName('HTMLIFrameElement.src') @DocsEditable() - void set src(String value) => _blink.BlinkHTMLIFrameElement.$src_Setter(this, value); + void set src(String value) => _blink.BlinkHTMLIFrameElement.src_Setter_DOMString(this, value); @DomName('HTMLIFrameElement.srcdoc') @DocsEditable() - String get srcdoc => _blink.BlinkHTMLIFrameElement.$srcdoc_Getter(this); + String get srcdoc => _blink.BlinkHTMLIFrameElement.srcdoc_Getter(this); @DomName('HTMLIFrameElement.srcdoc') @DocsEditable() - void set srcdoc(String value) => _blink.BlinkHTMLIFrameElement.$srcdoc_Setter(this, value); + void set srcdoc(String value) => _blink.BlinkHTMLIFrameElement.srcdoc_Setter_DOMString(this, value); @DomName('HTMLIFrameElement.width') @DocsEditable() - String get width => _blink.BlinkHTMLIFrameElement.$width_Getter(this); + String get width => _blink.BlinkHTMLIFrameElement.width_Getter(this); @DomName('HTMLIFrameElement.width') @DocsEditable() - void set width(String value) => _blink.BlinkHTMLIFrameElement.$width_Setter(this, value); + void set width(String value) => _blink.BlinkHTMLIFrameElement.width_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -16700,12 +16700,12 @@ class ImageBitmap extends NativeFieldWrapperClass2 { @DomName('ImageBitmap.height') @DocsEditable() @Experimental() // untriaged - int get height => _blink.BlinkImageBitmap.$height_Getter(this); + int get height => _blink.BlinkImageBitmap.height_Getter(this); @DomName('ImageBitmap.width') @DocsEditable() @Experimental() // untriaged - int get width => _blink.BlinkImageBitmap.$width_Getter(this); + int get width => _blink.BlinkImageBitmap.width_Getter(this); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -16728,15 +16728,15 @@ class ImageData extends NativeFieldWrapperClass2 { @DomName('ImageData.data') @DocsEditable() - List get _data => _blink.BlinkImageData.$data_Getter(this); + List get _data => _blink.BlinkImageData.data_Getter(this); @DomName('ImageData.height') @DocsEditable() - int get height => _blink.BlinkImageData.$height_Getter(this); + int get height => _blink.BlinkImageData.height_Getter(this); @DomName('ImageData.width') @DocsEditable() - int get width => _blink.BlinkImageData.$width_Getter(this); + int get width => _blink.BlinkImageData.width_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -16767,81 +16767,81 @@ class ImageElement extends HtmlElement implements CanvasImageSource { @DomName('HTMLImageElement.alt') @DocsEditable() - String get alt => _blink.BlinkHTMLImageElement.$alt_Getter(this); + String get alt => _blink.BlinkHTMLImageElement.alt_Getter(this); @DomName('HTMLImageElement.alt') @DocsEditable() - void set alt(String value) => _blink.BlinkHTMLImageElement.$alt_Setter(this, value); + void set alt(String value) => _blink.BlinkHTMLImageElement.alt_Setter_DOMString(this, value); @DomName('HTMLImageElement.complete') @DocsEditable() - bool get complete => _blink.BlinkHTMLImageElement.$complete_Getter(this); + bool get complete => _blink.BlinkHTMLImageElement.complete_Getter(this); @DomName('HTMLImageElement.crossOrigin') @DocsEditable() - String get crossOrigin => _blink.BlinkHTMLImageElement.$crossOrigin_Getter(this); + String get crossOrigin => _blink.BlinkHTMLImageElement.crossOrigin_Getter(this); @DomName('HTMLImageElement.crossOrigin') @DocsEditable() - void set crossOrigin(String value) => _blink.BlinkHTMLImageElement.$crossOrigin_Setter(this, value); + void set crossOrigin(String value) => _blink.BlinkHTMLImageElement.crossOrigin_Setter_DOMString(this, value); @DomName('HTMLImageElement.height') @DocsEditable() - int get height => _blink.BlinkHTMLImageElement.$height_Getter(this); + int get height => _blink.BlinkHTMLImageElement.height_Getter(this); @DomName('HTMLImageElement.height') @DocsEditable() - void set height(int value) => _blink.BlinkHTMLImageElement.$height_Setter(this, value); + void set height(int value) => _blink.BlinkHTMLImageElement.height_Setter_long(this, value); @DomName('HTMLImageElement.isMap') @DocsEditable() - bool get isMap => _blink.BlinkHTMLImageElement.$isMap_Getter(this); + bool get isMap => _blink.BlinkHTMLImageElement.isMap_Getter(this); @DomName('HTMLImageElement.isMap') @DocsEditable() - void set isMap(bool value) => _blink.BlinkHTMLImageElement.$isMap_Setter(this, value); + void set isMap(bool value) => _blink.BlinkHTMLImageElement.isMap_Setter_boolean(this, value); @DomName('HTMLImageElement.naturalHeight') @DocsEditable() - int get naturalHeight => _blink.BlinkHTMLImageElement.$naturalHeight_Getter(this); + int get naturalHeight => _blink.BlinkHTMLImageElement.naturalHeight_Getter(this); @DomName('HTMLImageElement.naturalWidth') @DocsEditable() - int get naturalWidth => _blink.BlinkHTMLImageElement.$naturalWidth_Getter(this); + int get naturalWidth => _blink.BlinkHTMLImageElement.naturalWidth_Getter(this); @DomName('HTMLImageElement.src') @DocsEditable() - String get src => _blink.BlinkHTMLImageElement.$src_Getter(this); + String get src => _blink.BlinkHTMLImageElement.src_Getter(this); @DomName('HTMLImageElement.src') @DocsEditable() - void set src(String value) => _blink.BlinkHTMLImageElement.$src_Setter(this, value); + void set src(String value) => _blink.BlinkHTMLImageElement.src_Setter_DOMString(this, value); @DomName('HTMLImageElement.srcset') @DocsEditable() @Experimental() // untriaged - String get srcset => _blink.BlinkHTMLImageElement.$srcset_Getter(this); + String get srcset => _blink.BlinkHTMLImageElement.srcset_Getter(this); @DomName('HTMLImageElement.srcset') @DocsEditable() @Experimental() // untriaged - void set srcset(String value) => _blink.BlinkHTMLImageElement.$srcset_Setter(this, value); + void set srcset(String value) => _blink.BlinkHTMLImageElement.srcset_Setter_DOMString(this, value); @DomName('HTMLImageElement.useMap') @DocsEditable() - String get useMap => _blink.BlinkHTMLImageElement.$useMap_Getter(this); + String get useMap => _blink.BlinkHTMLImageElement.useMap_Getter(this); @DomName('HTMLImageElement.useMap') @DocsEditable() - void set useMap(String value) => _blink.BlinkHTMLImageElement.$useMap_Setter(this, value); + void set useMap(String value) => _blink.BlinkHTMLImageElement.useMap_Setter_DOMString(this, value); @DomName('HTMLImageElement.width') @DocsEditable() - int get width => _blink.BlinkHTMLImageElement.$width_Getter(this); + int get width => _blink.BlinkHTMLImageElement.width_Getter(this); @DomName('HTMLImageElement.width') @DocsEditable() - void set width(int value) => _blink.BlinkHTMLImageElement.$width_Setter(this, value); + void set width(int value) => _blink.BlinkHTMLImageElement.width_Setter_long(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -16861,7 +16861,7 @@ class InjectedScriptHost extends NativeFieldWrapperClass2 { @DomName('InjectedScriptHost.inspect') @DocsEditable() @Experimental() // untriaged - void inspect(Object objectId, Object hints) => _blink.BlinkInjectedScriptHost.$inspect_Callback(this, objectId, hints); + void inspect(Object objectId, Object hints) => _blink.BlinkInjectedScriptHost.inspect_Callback_ScriptValue_ScriptValue(this, objectId, hints); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -16929,333 +16929,333 @@ class InputElement extends HtmlElement implements @DomName('HTMLInputElement.accept') @DocsEditable() - String get accept => _blink.BlinkHTMLInputElement.$accept_Getter(this); + String get accept => _blink.BlinkHTMLInputElement.accept_Getter(this); @DomName('HTMLInputElement.accept') @DocsEditable() - void set accept(String value) => _blink.BlinkHTMLInputElement.$accept_Setter(this, value); + void set accept(String value) => _blink.BlinkHTMLInputElement.accept_Setter_DOMString(this, value); @DomName('HTMLInputElement.alt') @DocsEditable() - String get alt => _blink.BlinkHTMLInputElement.$alt_Getter(this); + String get alt => _blink.BlinkHTMLInputElement.alt_Getter(this); @DomName('HTMLInputElement.alt') @DocsEditable() - void set alt(String value) => _blink.BlinkHTMLInputElement.$alt_Setter(this, value); + void set alt(String value) => _blink.BlinkHTMLInputElement.alt_Setter_DOMString(this, value); @DomName('HTMLInputElement.autocomplete') @DocsEditable() - String get autocomplete => _blink.BlinkHTMLInputElement.$autocomplete_Getter(this); + String get autocomplete => _blink.BlinkHTMLInputElement.autocomplete_Getter(this); @DomName('HTMLInputElement.autocomplete') @DocsEditable() - void set autocomplete(String value) => _blink.BlinkHTMLInputElement.$autocomplete_Setter(this, value); + void set autocomplete(String value) => _blink.BlinkHTMLInputElement.autocomplete_Setter_DOMString(this, value); @DomName('HTMLInputElement.autofocus') @DocsEditable() - bool get autofocus => _blink.BlinkHTMLInputElement.$autofocus_Getter(this); + bool get autofocus => _blink.BlinkHTMLInputElement.autofocus_Getter(this); @DomName('HTMLInputElement.autofocus') @DocsEditable() - void set autofocus(bool value) => _blink.BlinkHTMLInputElement.$autofocus_Setter(this, value); + void set autofocus(bool value) => _blink.BlinkHTMLInputElement.autofocus_Setter_boolean(this, value); @DomName('HTMLInputElement.checked') @DocsEditable() - bool get checked => _blink.BlinkHTMLInputElement.$checked_Getter(this); + bool get checked => _blink.BlinkHTMLInputElement.checked_Getter(this); @DomName('HTMLInputElement.checked') @DocsEditable() - void set checked(bool value) => _blink.BlinkHTMLInputElement.$checked_Setter(this, value); + void set checked(bool value) => _blink.BlinkHTMLInputElement.checked_Setter_boolean(this, value); @DomName('HTMLInputElement.defaultChecked') @DocsEditable() - bool get defaultChecked => _blink.BlinkHTMLInputElement.$defaultChecked_Getter(this); + bool get defaultChecked => _blink.BlinkHTMLInputElement.defaultChecked_Getter(this); @DomName('HTMLInputElement.defaultChecked') @DocsEditable() - void set defaultChecked(bool value) => _blink.BlinkHTMLInputElement.$defaultChecked_Setter(this, value); + void set defaultChecked(bool value) => _blink.BlinkHTMLInputElement.defaultChecked_Setter_boolean(this, value); @DomName('HTMLInputElement.defaultValue') @DocsEditable() - String get defaultValue => _blink.BlinkHTMLInputElement.$defaultValue_Getter(this); + String get defaultValue => _blink.BlinkHTMLInputElement.defaultValue_Getter(this); @DomName('HTMLInputElement.defaultValue') @DocsEditable() - void set defaultValue(String value) => _blink.BlinkHTMLInputElement.$defaultValue_Setter(this, value); + void set defaultValue(String value) => _blink.BlinkHTMLInputElement.defaultValue_Setter_DOMString(this, value); @DomName('HTMLInputElement.dirName') @DocsEditable() - String get dirName => _blink.BlinkHTMLInputElement.$dirName_Getter(this); + String get dirName => _blink.BlinkHTMLInputElement.dirName_Getter(this); @DomName('HTMLInputElement.dirName') @DocsEditable() - void set dirName(String value) => _blink.BlinkHTMLInputElement.$dirName_Setter(this, value); + void set dirName(String value) => _blink.BlinkHTMLInputElement.dirName_Setter_DOMString(this, value); @DomName('HTMLInputElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkHTMLInputElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkHTMLInputElement.disabled_Getter(this); @DomName('HTMLInputElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkHTMLInputElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkHTMLInputElement.disabled_Setter_boolean(this, value); @DomName('HTMLInputElement.files') @DocsEditable() - List get files => _blink.BlinkHTMLInputElement.$files_Getter(this); + List get files => _blink.BlinkHTMLInputElement.files_Getter(this); @DomName('HTMLInputElement.files') @DocsEditable() - void set files(List value) => _blink.BlinkHTMLInputElement.$files_Setter(this, value); + void set files(List value) => _blink.BlinkHTMLInputElement.files_Setter_FileList(this, value); @DomName('HTMLInputElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLInputElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLInputElement.form_Getter(this); @DomName('HTMLInputElement.formAction') @DocsEditable() - String get formAction => _blink.BlinkHTMLInputElement.$formAction_Getter(this); + String get formAction => _blink.BlinkHTMLInputElement.formAction_Getter(this); @DomName('HTMLInputElement.formAction') @DocsEditable() - void set formAction(String value) => _blink.BlinkHTMLInputElement.$formAction_Setter(this, value); + void set formAction(String value) => _blink.BlinkHTMLInputElement.formAction_Setter_DOMString(this, value); @DomName('HTMLInputElement.formEnctype') @DocsEditable() - String get formEnctype => _blink.BlinkHTMLInputElement.$formEnctype_Getter(this); + String get formEnctype => _blink.BlinkHTMLInputElement.formEnctype_Getter(this); @DomName('HTMLInputElement.formEnctype') @DocsEditable() - void set formEnctype(String value) => _blink.BlinkHTMLInputElement.$formEnctype_Setter(this, value); + void set formEnctype(String value) => _blink.BlinkHTMLInputElement.formEnctype_Setter_DOMString(this, value); @DomName('HTMLInputElement.formMethod') @DocsEditable() - String get formMethod => _blink.BlinkHTMLInputElement.$formMethod_Getter(this); + String get formMethod => _blink.BlinkHTMLInputElement.formMethod_Getter(this); @DomName('HTMLInputElement.formMethod') @DocsEditable() - void set formMethod(String value) => _blink.BlinkHTMLInputElement.$formMethod_Setter(this, value); + void set formMethod(String value) => _blink.BlinkHTMLInputElement.formMethod_Setter_DOMString(this, value); @DomName('HTMLInputElement.formNoValidate') @DocsEditable() - bool get formNoValidate => _blink.BlinkHTMLInputElement.$formNoValidate_Getter(this); + bool get formNoValidate => _blink.BlinkHTMLInputElement.formNoValidate_Getter(this); @DomName('HTMLInputElement.formNoValidate') @DocsEditable() - void set formNoValidate(bool value) => _blink.BlinkHTMLInputElement.$formNoValidate_Setter(this, value); + void set formNoValidate(bool value) => _blink.BlinkHTMLInputElement.formNoValidate_Setter_boolean(this, value); @DomName('HTMLInputElement.formTarget') @DocsEditable() - String get formTarget => _blink.BlinkHTMLInputElement.$formTarget_Getter(this); + String get formTarget => _blink.BlinkHTMLInputElement.formTarget_Getter(this); @DomName('HTMLInputElement.formTarget') @DocsEditable() - void set formTarget(String value) => _blink.BlinkHTMLInputElement.$formTarget_Setter(this, value); + void set formTarget(String value) => _blink.BlinkHTMLInputElement.formTarget_Setter_DOMString(this, value); @DomName('HTMLInputElement.height') @DocsEditable() - int get height => _blink.BlinkHTMLInputElement.$height_Getter(this); + int get height => _blink.BlinkHTMLInputElement.height_Getter(this); @DomName('HTMLInputElement.height') @DocsEditable() - void set height(int value) => _blink.BlinkHTMLInputElement.$height_Setter(this, value); + void set height(int value) => _blink.BlinkHTMLInputElement.height_Setter_ul(this, value); @DomName('HTMLInputElement.incremental') @DocsEditable() // http://www.w3.org/TR/html-markup/input.search.html @Experimental() - bool get incremental => _blink.BlinkHTMLInputElement.$incremental_Getter(this); + bool get incremental => _blink.BlinkHTMLInputElement.incremental_Getter(this); @DomName('HTMLInputElement.incremental') @DocsEditable() // http://www.w3.org/TR/html-markup/input.search.html @Experimental() - void set incremental(bool value) => _blink.BlinkHTMLInputElement.$incremental_Setter(this, value); + void set incremental(bool value) => _blink.BlinkHTMLInputElement.incremental_Setter_boolean(this, value); @DomName('HTMLInputElement.indeterminate') @DocsEditable() - bool get indeterminate => _blink.BlinkHTMLInputElement.$indeterminate_Getter(this); + bool get indeterminate => _blink.BlinkHTMLInputElement.indeterminate_Getter(this); @DomName('HTMLInputElement.indeterminate') @DocsEditable() - void set indeterminate(bool value) => _blink.BlinkHTMLInputElement.$indeterminate_Setter(this, value); + void set indeterminate(bool value) => _blink.BlinkHTMLInputElement.indeterminate_Setter_boolean(this, value); @DomName('HTMLInputElement.inputMode') @DocsEditable() @Experimental() // untriaged - String get inputMode => _blink.BlinkHTMLInputElement.$inputMode_Getter(this); + String get inputMode => _blink.BlinkHTMLInputElement.inputMode_Getter(this); @DomName('HTMLInputElement.inputMode') @DocsEditable() @Experimental() // untriaged - void set inputMode(String value) => _blink.BlinkHTMLInputElement.$inputMode_Setter(this, value); + void set inputMode(String value) => _blink.BlinkHTMLInputElement.inputMode_Setter_DOMString(this, value); @DomName('HTMLInputElement.labels') @DocsEditable() - List get labels => _blink.BlinkHTMLInputElement.$labels_Getter(this); + List get labels => _blink.BlinkHTMLInputElement.labels_Getter(this); @DomName('HTMLInputElement.list') @DocsEditable() - HtmlElement get list => _blink.BlinkHTMLInputElement.$list_Getter(this); + HtmlElement get list => _blink.BlinkHTMLInputElement.list_Getter(this); @DomName('HTMLInputElement.max') @DocsEditable() - String get max => _blink.BlinkHTMLInputElement.$max_Getter(this); + String get max => _blink.BlinkHTMLInputElement.max_Getter(this); @DomName('HTMLInputElement.max') @DocsEditable() - void set max(String value) => _blink.BlinkHTMLInputElement.$max_Setter(this, value); + void set max(String value) => _blink.BlinkHTMLInputElement.max_Setter_DOMString(this, value); @DomName('HTMLInputElement.maxLength') @DocsEditable() - int get maxLength => _blink.BlinkHTMLInputElement.$maxLength_Getter(this); + int get maxLength => _blink.BlinkHTMLInputElement.maxLength_Getter(this); @DomName('HTMLInputElement.maxLength') @DocsEditable() - void set maxLength(int value) => _blink.BlinkHTMLInputElement.$maxLength_Setter(this, value); + void set maxLength(int value) => _blink.BlinkHTMLInputElement.maxLength_Setter_long(this, value); @DomName('HTMLInputElement.min') @DocsEditable() - String get min => _blink.BlinkHTMLInputElement.$min_Getter(this); + String get min => _blink.BlinkHTMLInputElement.min_Getter(this); @DomName('HTMLInputElement.min') @DocsEditable() - void set min(String value) => _blink.BlinkHTMLInputElement.$min_Setter(this, value); + void set min(String value) => _blink.BlinkHTMLInputElement.min_Setter_DOMString(this, value); @DomName('HTMLInputElement.multiple') @DocsEditable() - bool get multiple => _blink.BlinkHTMLInputElement.$multiple_Getter(this); + bool get multiple => _blink.BlinkHTMLInputElement.multiple_Getter(this); @DomName('HTMLInputElement.multiple') @DocsEditable() - void set multiple(bool value) => _blink.BlinkHTMLInputElement.$multiple_Setter(this, value); + void set multiple(bool value) => _blink.BlinkHTMLInputElement.multiple_Setter_boolean(this, value); @DomName('HTMLInputElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLInputElement.$name_Getter(this); + String get name => _blink.BlinkHTMLInputElement.name_Getter(this); @DomName('HTMLInputElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLInputElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLInputElement.name_Setter_DOMString(this, value); @DomName('HTMLInputElement.pattern') @DocsEditable() - String get pattern => _blink.BlinkHTMLInputElement.$pattern_Getter(this); + String get pattern => _blink.BlinkHTMLInputElement.pattern_Getter(this); @DomName('HTMLInputElement.pattern') @DocsEditable() - void set pattern(String value) => _blink.BlinkHTMLInputElement.$pattern_Setter(this, value); + void set pattern(String value) => _blink.BlinkHTMLInputElement.pattern_Setter_DOMString(this, value); @DomName('HTMLInputElement.placeholder') @DocsEditable() - String get placeholder => _blink.BlinkHTMLInputElement.$placeholder_Getter(this); + String get placeholder => _blink.BlinkHTMLInputElement.placeholder_Getter(this); @DomName('HTMLInputElement.placeholder') @DocsEditable() - void set placeholder(String value) => _blink.BlinkHTMLInputElement.$placeholder_Setter(this, value); + void set placeholder(String value) => _blink.BlinkHTMLInputElement.placeholder_Setter_DOMString(this, value); @DomName('HTMLInputElement.readOnly') @DocsEditable() - bool get readOnly => _blink.BlinkHTMLInputElement.$readOnly_Getter(this); + bool get readOnly => _blink.BlinkHTMLInputElement.readOnly_Getter(this); @DomName('HTMLInputElement.readOnly') @DocsEditable() - void set readOnly(bool value) => _blink.BlinkHTMLInputElement.$readOnly_Setter(this, value); + void set readOnly(bool value) => _blink.BlinkHTMLInputElement.readOnly_Setter_boolean(this, value); @DomName('HTMLInputElement.required') @DocsEditable() - bool get required => _blink.BlinkHTMLInputElement.$required_Getter(this); + bool get required => _blink.BlinkHTMLInputElement.required_Getter(this); @DomName('HTMLInputElement.required') @DocsEditable() - void set required(bool value) => _blink.BlinkHTMLInputElement.$required_Setter(this, value); + void set required(bool value) => _blink.BlinkHTMLInputElement.required_Setter_boolean(this, value); @DomName('HTMLInputElement.selectionDirection') @DocsEditable() - String get selectionDirection => _blink.BlinkHTMLInputElement.$selectionDirection_Getter(this); + String get selectionDirection => _blink.BlinkHTMLInputElement.selectionDirection_Getter(this); @DomName('HTMLInputElement.selectionDirection') @DocsEditable() - void set selectionDirection(String value) => _blink.BlinkHTMLInputElement.$selectionDirection_Setter(this, value); + void set selectionDirection(String value) => _blink.BlinkHTMLInputElement.selectionDirection_Setter_DOMString(this, value); @DomName('HTMLInputElement.selectionEnd') @DocsEditable() - int get selectionEnd => _blink.BlinkHTMLInputElement.$selectionEnd_Getter(this); + int get selectionEnd => _blink.BlinkHTMLInputElement.selectionEnd_Getter(this); @DomName('HTMLInputElement.selectionEnd') @DocsEditable() - void set selectionEnd(int value) => _blink.BlinkHTMLInputElement.$selectionEnd_Setter(this, value); + void set selectionEnd(int value) => _blink.BlinkHTMLInputElement.selectionEnd_Setter_long(this, value); @DomName('HTMLInputElement.selectionStart') @DocsEditable() - int get selectionStart => _blink.BlinkHTMLInputElement.$selectionStart_Getter(this); + int get selectionStart => _blink.BlinkHTMLInputElement.selectionStart_Getter(this); @DomName('HTMLInputElement.selectionStart') @DocsEditable() - void set selectionStart(int value) => _blink.BlinkHTMLInputElement.$selectionStart_Setter(this, value); + void set selectionStart(int value) => _blink.BlinkHTMLInputElement.selectionStart_Setter_long(this, value); @DomName('HTMLInputElement.size') @DocsEditable() - int get size => _blink.BlinkHTMLInputElement.$size_Getter(this); + int get size => _blink.BlinkHTMLInputElement.size_Getter(this); @DomName('HTMLInputElement.size') @DocsEditable() - void set size(int value) => _blink.BlinkHTMLInputElement.$size_Setter(this, value); + void set size(int value) => _blink.BlinkHTMLInputElement.size_Setter_ul(this, value); @DomName('HTMLInputElement.src') @DocsEditable() - String get src => _blink.BlinkHTMLInputElement.$src_Getter(this); + String get src => _blink.BlinkHTMLInputElement.src_Getter(this); @DomName('HTMLInputElement.src') @DocsEditable() - void set src(String value) => _blink.BlinkHTMLInputElement.$src_Setter(this, value); + void set src(String value) => _blink.BlinkHTMLInputElement.src_Setter_DOMString(this, value); @DomName('HTMLInputElement.step') @DocsEditable() - String get step => _blink.BlinkHTMLInputElement.$step_Getter(this); + String get step => _blink.BlinkHTMLInputElement.step_Getter(this); @DomName('HTMLInputElement.step') @DocsEditable() - void set step(String value) => _blink.BlinkHTMLInputElement.$step_Setter(this, value); + void set step(String value) => _blink.BlinkHTMLInputElement.step_Setter_DOMString(this, value); @DomName('HTMLInputElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLInputElement.$type_Getter(this); + String get type => _blink.BlinkHTMLInputElement.type_Getter(this); @DomName('HTMLInputElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkHTMLInputElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkHTMLInputElement.type_Setter_DOMString(this, value); @DomName('HTMLInputElement.validationMessage') @DocsEditable() - String get validationMessage => _blink.BlinkHTMLInputElement.$validationMessage_Getter(this); + String get validationMessage => _blink.BlinkHTMLInputElement.validationMessage_Getter(this); @DomName('HTMLInputElement.validity') @DocsEditable() - ValidityState get validity => _blink.BlinkHTMLInputElement.$validity_Getter(this); + ValidityState get validity => _blink.BlinkHTMLInputElement.validity_Getter(this); @DomName('HTMLInputElement.value') @DocsEditable() - String get value => _blink.BlinkHTMLInputElement.$value_Getter(this); + String get value => _blink.BlinkHTMLInputElement.value_Getter(this); @DomName('HTMLInputElement.value') @DocsEditable() - void set value(String value) => _blink.BlinkHTMLInputElement.$value_Setter(this, value); + void set value(String value) => _blink.BlinkHTMLInputElement.value_Setter_DOMString(this, value); @DomName('HTMLInputElement.valueAsDate') @DocsEditable() - DateTime get valueAsDate => _blink.BlinkHTMLInputElement.$valueAsDate_Getter(this); + DateTime get valueAsDate => _blink.BlinkHTMLInputElement.valueAsDate_Getter(this); @DomName('HTMLInputElement.valueAsDate') @DocsEditable() - void set valueAsDate(DateTime value) => _blink.BlinkHTMLInputElement.$valueAsDate_Setter(this, value); + void set valueAsDate(DateTime value) => _blink.BlinkHTMLInputElement.valueAsDate_Setter_Date(this, value); @DomName('HTMLInputElement.valueAsNumber') @DocsEditable() - num get valueAsNumber => _blink.BlinkHTMLInputElement.$valueAsNumber_Getter(this); + num get valueAsNumber => _blink.BlinkHTMLInputElement.valueAsNumber_Getter(this); @DomName('HTMLInputElement.valueAsNumber') @DocsEditable() - void set valueAsNumber(num value) => _blink.BlinkHTMLInputElement.$valueAsNumber_Setter(this, value); + void set valueAsNumber(num value) => _blink.BlinkHTMLInputElement.valueAsNumber_Setter_double(this, value); @DomName('HTMLInputElement.webkitEntries') @DocsEditable() @@ -17263,7 +17263,7 @@ class InputElement extends HtmlElement implements @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#concept-input-type-file-selected - List get entries => _blink.BlinkHTMLInputElement.$webkitEntries_Getter(this); + List get entries => _blink.BlinkHTMLInputElement.webkitEntries_Getter(this); @DomName('HTMLInputElement.webkitdirectory') @DocsEditable() @@ -17271,7 +17271,7 @@ class InputElement extends HtmlElement implements @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF3 - bool get directory => _blink.BlinkHTMLInputElement.$webkitdirectory_Getter(this); + bool get directory => _blink.BlinkHTMLInputElement.webkitdirectory_Getter(this); @DomName('HTMLInputElement.webkitdirectory') @DocsEditable() @@ -17279,39 +17279,39 @@ class InputElement extends HtmlElement implements @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://plus.sandbox.google.com/+AddyOsmani/posts/Dk5UhZ6zfF3 - void set directory(bool value) => _blink.BlinkHTMLInputElement.$webkitdirectory_Setter(this, value); + void set directory(bool value) => _blink.BlinkHTMLInputElement.webkitdirectory_Setter_boolean(this, value); @DomName('HTMLInputElement.width') @DocsEditable() - int get width => _blink.BlinkHTMLInputElement.$width_Getter(this); + int get width => _blink.BlinkHTMLInputElement.width_Getter(this); @DomName('HTMLInputElement.width') @DocsEditable() - void set width(int value) => _blink.BlinkHTMLInputElement.$width_Setter(this, value); + void set width(int value) => _blink.BlinkHTMLInputElement.width_Setter_ul(this, value); @DomName('HTMLInputElement.willValidate') @DocsEditable() - bool get willValidate => _blink.BlinkHTMLInputElement.$willValidate_Getter(this); + bool get willValidate => _blink.BlinkHTMLInputElement.willValidate_Getter(this); @DomName('HTMLInputElement.checkValidity') @DocsEditable() - bool checkValidity() => _blink.BlinkHTMLInputElement.$checkValidity_Callback(this); + bool checkValidity() => _blink.BlinkHTMLInputElement.checkValidity_Callback(this); @DomName('HTMLInputElement.select') @DocsEditable() - void select() => _blink.BlinkHTMLInputElement.$select_Callback(this); + void select() => _blink.BlinkHTMLInputElement.select_Callback(this); @DomName('HTMLInputElement.setCustomValidity') @DocsEditable() - void setCustomValidity(String error) => _blink.BlinkHTMLInputElement.$setCustomValidity_Callback(this, error); + void setCustomValidity(String error) => _blink.BlinkHTMLInputElement.setCustomValidity_Callback_DOMString(this, error); void setRangeText(String replacement, {int start, int end, String selectionMode}) { if ((replacement is String || replacement == null) && start == null && end == null && selectionMode == null) { - _blink.BlinkHTMLInputElement.$_setRangeText_1_Callback(this, replacement); + _blink.BlinkHTMLInputElement.setRangeText_Callback_DOMString(this, replacement); return; } if ((selectionMode is String || selectionMode == null) && (end is int || end == null) && (start is int || start == null) && (replacement is String || replacement == null)) { - _blink.BlinkHTMLInputElement.$_setRangeText_2_Callback(this, replacement, start, end, selectionMode); + _blink.BlinkHTMLInputElement.setRangeText_Callback_DOMString_ul_ul_DOMString(this, replacement, start, end, selectionMode); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -17319,28 +17319,28 @@ class InputElement extends HtmlElement implements void setSelectionRange(int start, int end, [String direction]) { if (direction != null) { - _blink.BlinkHTMLInputElement.$_setSelectionRange_1_Callback(this, start, end, direction); + _blink.BlinkHTMLInputElement.setSelectionRange_Callback_long_long_DOMString(this, start, end, direction); return; } - _blink.BlinkHTMLInputElement.$_setSelectionRange_2_Callback(this, start, end); + _blink.BlinkHTMLInputElement.setSelectionRange_Callback_long_long(this, start, end); return; } void stepDown([int n]) { if (n != null) { - _blink.BlinkHTMLInputElement.$_stepDown_1_Callback(this, n); + _blink.BlinkHTMLInputElement.stepDown_Callback_long(this, n); return; } - _blink.BlinkHTMLInputElement.$_stepDown_2_Callback(this); + _blink.BlinkHTMLInputElement.stepDown_Callback(this); return; } void stepUp([int n]) { if (n != null) { - _blink.BlinkHTMLInputElement.$_stepUp_1_Callback(this, n); + _blink.BlinkHTMLInputElement.stepUp_Callback_long(this, n); return; } - _blink.BlinkHTMLInputElement.$_stepUp_2_Callback(this); + _blink.BlinkHTMLInputElement.stepUp_Callback(this); return; } @@ -17925,25 +17925,25 @@ class InputMethodContext extends EventTarget { @DomName('InputMethodContext.compositionEndOffset') @DocsEditable() @Experimental() // untriaged - int get compositionEndOffset => _blink.BlinkInputMethodContext.$compositionEndOffset_Getter(this); + int get compositionEndOffset => _blink.BlinkInputMethodContext.compositionEndOffset_Getter(this); @DomName('InputMethodContext.compositionStartOffset') @DocsEditable() @Experimental() // untriaged - int get compositionStartOffset => _blink.BlinkInputMethodContext.$compositionStartOffset_Getter(this); + int get compositionStartOffset => _blink.BlinkInputMethodContext.compositionStartOffset_Getter(this); @DomName('InputMethodContext.locale') @DocsEditable() - String get locale => _blink.BlinkInputMethodContext.$locale_Getter(this); + String get locale => _blink.BlinkInputMethodContext.locale_Getter(this); @DomName('InputMethodContext.target') @DocsEditable() @Experimental() // untriaged - HtmlElement get target => _blink.BlinkInputMethodContext.$target_Getter(this); + HtmlElement get target => _blink.BlinkInputMethodContext.target_Getter(this); @DomName('InputMethodContext.confirmComposition') @DocsEditable() - void confirmComposition() => _blink.BlinkInputMethodContext.$confirmComposition_Callback(this); + void confirmComposition() => _blink.BlinkInputMethodContext.confirmComposition_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -17963,7 +17963,7 @@ class InstallEvent extends InstallPhaseEvent { @DomName('InstallEvent.replace') @DocsEditable() @Experimental() // untriaged - void replace() => _blink.BlinkInstallEvent.$replace_Callback(this); + void replace() => _blink.BlinkInstallEvent.replace_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -17983,7 +17983,7 @@ class InstallPhaseEvent extends Event { @DomName('InstallPhaseEvent.waitUntil') @DocsEditable() @Experimental() // untriaged - void waitUntil(Object value) => _blink.BlinkInstallPhaseEvent.$waitUntil_Callback(this, value); + void waitUntil(Object value) => _blink.BlinkInstallPhaseEvent.waitUntil_Callback_ScriptValue(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -18003,12 +18003,12 @@ class KeyPair extends NativeFieldWrapperClass2 { @DomName('KeyPair.privateKey') @DocsEditable() @Experimental() // untriaged - CryptoKey get privateKey => _blink.BlinkKeyPair.$privateKey_Getter(this); + CryptoKey get privateKey => _blink.BlinkKeyPair.privateKey_Getter(this); @DomName('KeyPair.publicKey') @DocsEditable() @Experimental() // untriaged - CryptoKey get publicKey => _blink.BlinkKeyPair.$publicKey_Getter(this); + CryptoKey get publicKey => _blink.BlinkKeyPair.publicKey_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -18064,52 +18064,52 @@ class KeyboardEvent extends UIEvent { @DomName('KeyboardEvent.altGraphKey') @DocsEditable() @Experimental() // nonstandard - bool get altGraphKey => _blink.BlinkKeyboardEvent.$altGraphKey_Getter(this); + bool get altGraphKey => _blink.BlinkKeyboardEvent.altGraphKey_Getter(this); @DomName('KeyboardEvent.altKey') @DocsEditable() - bool get altKey => _blink.BlinkKeyboardEvent.$altKey_Getter(this); + bool get altKey => _blink.BlinkKeyboardEvent.altKey_Getter(this); @DomName('KeyboardEvent.ctrlKey') @DocsEditable() - bool get ctrlKey => _blink.BlinkKeyboardEvent.$ctrlKey_Getter(this); + bool get ctrlKey => _blink.BlinkKeyboardEvent.ctrlKey_Getter(this); @DomName('KeyboardEvent.keyIdentifier') @DocsEditable() @Experimental() // nonstandard - String get _keyIdentifier => _blink.BlinkKeyboardEvent.$keyIdentifier_Getter(this); + String get _keyIdentifier => _blink.BlinkKeyboardEvent.keyIdentifier_Getter(this); @DomName('KeyboardEvent.keyLocation') @DocsEditable() @Experimental() // nonstandard - int get keyLocation => _blink.BlinkKeyboardEvent.$keyLocation_Getter(this); + int get keyLocation => _blink.BlinkKeyboardEvent.keyLocation_Getter(this); @DomName('KeyboardEvent.location') @DocsEditable() @Experimental() // untriaged - int get location => _blink.BlinkKeyboardEvent.$location_Getter(this); + int get location => _blink.BlinkKeyboardEvent.location_Getter(this); @DomName('KeyboardEvent.metaKey') @DocsEditable() - bool get metaKey => _blink.BlinkKeyboardEvent.$metaKey_Getter(this); + bool get metaKey => _blink.BlinkKeyboardEvent.metaKey_Getter(this); @DomName('KeyboardEvent.repeat') @DocsEditable() @Experimental() // untriaged - bool get repeat => _blink.BlinkKeyboardEvent.$repeat_Getter(this); + bool get repeat => _blink.BlinkKeyboardEvent.repeat_Getter(this); @DomName('KeyboardEvent.shiftKey') @DocsEditable() - bool get shiftKey => _blink.BlinkKeyboardEvent.$shiftKey_Getter(this); + bool get shiftKey => _blink.BlinkKeyboardEvent.shiftKey_Getter(this); @DomName('KeyboardEvent.getModifierState') @DocsEditable() @Experimental() // untriaged - bool getModifierState(String keyArgument) => _blink.BlinkKeyboardEvent.$getModifierState_Callback(this, keyArgument); + bool getModifierState(String keyArgument) => _blink.BlinkKeyboardEvent.getModifierState_Callback_DOMString(this, keyArgument); @DomName('KeyboardEvent.initKeyboardEvent') @DocsEditable() - void _initKeyboardEvent(String type, bool canBubble, bool cancelable, Window view, String keyIdentifier, int location, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) => _blink.BlinkKeyboardEvent.$initKeyboardEvent_Callback(this, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphKey); + void _initKeyboardEvent(String type, bool canBubble, bool cancelable, Window view, String keyIdentifier, int location, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, bool altGraphKey) => _blink.BlinkKeyboardEvent.initKeyboardEvent_Callback_DOMString_boolean_boolean_Window_DOMString_ul_boolean_boolean_boolean_boolean_boolean(this, type, canBubble, cancelable, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphKey); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -18144,76 +18144,76 @@ class KeygenElement extends HtmlElement { @DomName('HTMLKeygenElement.autofocus') @DocsEditable() - bool get autofocus => _blink.BlinkHTMLKeygenElement.$autofocus_Getter(this); + bool get autofocus => _blink.BlinkHTMLKeygenElement.autofocus_Getter(this); @DomName('HTMLKeygenElement.autofocus') @DocsEditable() - void set autofocus(bool value) => _blink.BlinkHTMLKeygenElement.$autofocus_Setter(this, value); + void set autofocus(bool value) => _blink.BlinkHTMLKeygenElement.autofocus_Setter_boolean(this, value); @DomName('HTMLKeygenElement.challenge') @DocsEditable() - String get challenge => _blink.BlinkHTMLKeygenElement.$challenge_Getter(this); + String get challenge => _blink.BlinkHTMLKeygenElement.challenge_Getter(this); @DomName('HTMLKeygenElement.challenge') @DocsEditable() - void set challenge(String value) => _blink.BlinkHTMLKeygenElement.$challenge_Setter(this, value); + void set challenge(String value) => _blink.BlinkHTMLKeygenElement.challenge_Setter_DOMString(this, value); @DomName('HTMLKeygenElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkHTMLKeygenElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkHTMLKeygenElement.disabled_Getter(this); @DomName('HTMLKeygenElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkHTMLKeygenElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkHTMLKeygenElement.disabled_Setter_boolean(this, value); @DomName('HTMLKeygenElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLKeygenElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLKeygenElement.form_Getter(this); @DomName('HTMLKeygenElement.keytype') @DocsEditable() - String get keytype => _blink.BlinkHTMLKeygenElement.$keytype_Getter(this); + String get keytype => _blink.BlinkHTMLKeygenElement.keytype_Getter(this); @DomName('HTMLKeygenElement.keytype') @DocsEditable() - void set keytype(String value) => _blink.BlinkHTMLKeygenElement.$keytype_Setter(this, value); + void set keytype(String value) => _blink.BlinkHTMLKeygenElement.keytype_Setter_DOMString(this, value); @DomName('HTMLKeygenElement.labels') @DocsEditable() @Unstable() - List get labels => _blink.BlinkHTMLKeygenElement.$labels_Getter(this); + List get labels => _blink.BlinkHTMLKeygenElement.labels_Getter(this); @DomName('HTMLKeygenElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLKeygenElement.$name_Getter(this); + String get name => _blink.BlinkHTMLKeygenElement.name_Getter(this); @DomName('HTMLKeygenElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLKeygenElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLKeygenElement.name_Setter_DOMString(this, value); @DomName('HTMLKeygenElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLKeygenElement.$type_Getter(this); + String get type => _blink.BlinkHTMLKeygenElement.type_Getter(this); @DomName('HTMLKeygenElement.validationMessage') @DocsEditable() - String get validationMessage => _blink.BlinkHTMLKeygenElement.$validationMessage_Getter(this); + String get validationMessage => _blink.BlinkHTMLKeygenElement.validationMessage_Getter(this); @DomName('HTMLKeygenElement.validity') @DocsEditable() - ValidityState get validity => _blink.BlinkHTMLKeygenElement.$validity_Getter(this); + ValidityState get validity => _blink.BlinkHTMLKeygenElement.validity_Getter(this); @DomName('HTMLKeygenElement.willValidate') @DocsEditable() - bool get willValidate => _blink.BlinkHTMLKeygenElement.$willValidate_Getter(this); + bool get willValidate => _blink.BlinkHTMLKeygenElement.willValidate_Getter(this); @DomName('HTMLKeygenElement.checkValidity') @DocsEditable() - bool checkValidity() => _blink.BlinkHTMLKeygenElement.$checkValidity_Callback(this); + bool checkValidity() => _blink.BlinkHTMLKeygenElement.checkValidity_Callback(this); @DomName('HTMLKeygenElement.setCustomValidity') @DocsEditable() - void setCustomValidity(String error) => _blink.BlinkHTMLKeygenElement.$setCustomValidity_Callback(this, error); + void setCustomValidity(String error) => _blink.BlinkHTMLKeygenElement.setCustomValidity_Callback_DOMString(this, error); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -18241,11 +18241,11 @@ class LIElement extends HtmlElement { @DomName('HTMLLIElement.value') @DocsEditable() - int get value => _blink.BlinkHTMLLIElement.$value_Getter(this); + int get value => _blink.BlinkHTMLLIElement.value_Getter(this); @DomName('HTMLLIElement.value') @DocsEditable() - void set value(int value) => _blink.BlinkHTMLLIElement.$value_Setter(this, value); + void set value(int value) => _blink.BlinkHTMLLIElement.value_Setter_long(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -18273,19 +18273,19 @@ class LabelElement extends HtmlElement { @DomName('HTMLLabelElement.control') @DocsEditable() - HtmlElement get control => _blink.BlinkHTMLLabelElement.$control_Getter(this); + HtmlElement get control => _blink.BlinkHTMLLabelElement.control_Getter(this); @DomName('HTMLLabelElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLLabelElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLLabelElement.form_Getter(this); @DomName('HTMLLabelElement.htmlFor') @DocsEditable() - String get htmlFor => _blink.BlinkHTMLLabelElement.$htmlFor_Getter(this); + String get htmlFor => _blink.BlinkHTMLLabelElement.htmlFor_Getter(this); @DomName('HTMLLabelElement.htmlFor') @DocsEditable() - void set htmlFor(String value) => _blink.BlinkHTMLLabelElement.$htmlFor_Setter(this, value); + void set htmlFor(String value) => _blink.BlinkHTMLLabelElement.htmlFor_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -18313,7 +18313,7 @@ class LegendElement extends HtmlElement { @DomName('HTMLLegendElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLLegendElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLLegendElement.form_Getter(this); } // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file @@ -18340,74 +18340,74 @@ class LinkElement extends HtmlElement { @DomName('HTMLLinkElement.crossOrigin') @DocsEditable() @Experimental() // untriaged - String get crossOrigin => _blink.BlinkHTMLLinkElement.$crossOrigin_Getter(this); + String get crossOrigin => _blink.BlinkHTMLLinkElement.crossOrigin_Getter(this); @DomName('HTMLLinkElement.crossOrigin') @DocsEditable() @Experimental() // untriaged - void set crossOrigin(String value) => _blink.BlinkHTMLLinkElement.$crossOrigin_Setter(this, value); + void set crossOrigin(String value) => _blink.BlinkHTMLLinkElement.crossOrigin_Setter_DOMString(this, value); @DomName('HTMLLinkElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkHTMLLinkElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkHTMLLinkElement.disabled_Getter(this); @DomName('HTMLLinkElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkHTMLLinkElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkHTMLLinkElement.disabled_Setter_boolean(this, value); @DomName('HTMLLinkElement.href') @DocsEditable() - String get href => _blink.BlinkHTMLLinkElement.$href_Getter(this); + String get href => _blink.BlinkHTMLLinkElement.href_Getter(this); @DomName('HTMLLinkElement.href') @DocsEditable() - void set href(String value) => _blink.BlinkHTMLLinkElement.$href_Setter(this, value); + void set href(String value) => _blink.BlinkHTMLLinkElement.href_Setter_DOMString(this, value); @DomName('HTMLLinkElement.hreflang') @DocsEditable() - String get hreflang => _blink.BlinkHTMLLinkElement.$hreflang_Getter(this); + String get hreflang => _blink.BlinkHTMLLinkElement.hreflang_Getter(this); @DomName('HTMLLinkElement.hreflang') @DocsEditable() - void set hreflang(String value) => _blink.BlinkHTMLLinkElement.$hreflang_Setter(this, value); + void set hreflang(String value) => _blink.BlinkHTMLLinkElement.hreflang_Setter_DOMString(this, value); @DomName('HTMLLinkElement.import') @DocsEditable() // https://dvcs.w3.org/hg/webcomponents/raw-file/tip/spec/imports/index.html#interface-import @Experimental() - Document get import => _blink.BlinkHTMLLinkElement.$import_Getter(this); + Document get import => _blink.BlinkHTMLLinkElement.import_Getter(this); @DomName('HTMLLinkElement.media') @DocsEditable() - String get media => _blink.BlinkHTMLLinkElement.$media_Getter(this); + String get media => _blink.BlinkHTMLLinkElement.media_Getter(this); @DomName('HTMLLinkElement.media') @DocsEditable() - void set media(String value) => _blink.BlinkHTMLLinkElement.$media_Setter(this, value); + void set media(String value) => _blink.BlinkHTMLLinkElement.media_Setter_DOMString(this, value); @DomName('HTMLLinkElement.rel') @DocsEditable() - String get rel => _blink.BlinkHTMLLinkElement.$rel_Getter(this); + String get rel => _blink.BlinkHTMLLinkElement.rel_Getter(this); @DomName('HTMLLinkElement.rel') @DocsEditable() - void set rel(String value) => _blink.BlinkHTMLLinkElement.$rel_Setter(this, value); + void set rel(String value) => _blink.BlinkHTMLLinkElement.rel_Setter_DOMString(this, value); @DomName('HTMLLinkElement.sheet') @DocsEditable() - StyleSheet get sheet => _blink.BlinkHTMLLinkElement.$sheet_Getter(this); + StyleSheet get sheet => _blink.BlinkHTMLLinkElement.sheet_Getter(this); @DomName('HTMLLinkElement.sizes') @DocsEditable() - DomSettableTokenList get sizes => _blink.BlinkHTMLLinkElement.$sizes_Getter(this); + DomSettableTokenList get sizes => _blink.BlinkHTMLLinkElement.sizes_Getter(this); @DomName('HTMLLinkElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLLinkElement.$type_Getter(this); + String get type => _blink.BlinkHTMLLinkElement.type_Getter(this); @DomName('HTMLLinkElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkHTMLLinkElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkHTMLLinkElement.type_Setter_DOMString(this, value); /// Checks if HTML imports are supported on the current platform. @@ -18429,93 +18429,93 @@ class Location extends NativeFieldWrapperClass2 implements LocationBase { @DomName('Location.ancestorOrigins') @DocsEditable() @Experimental() // nonstandard - List get ancestorOrigins => _blink.BlinkLocation.$ancestorOrigins_Getter(this); + List get ancestorOrigins => _blink.BlinkLocation.ancestorOrigins_Getter(this); @DomName('Location.hash') @DocsEditable() - String get hash => _blink.BlinkLocation.$hash_Getter(this); + String get hash => _blink.BlinkLocation.hash_Getter(this); @DomName('Location.hash') @DocsEditable() - void set hash(String value) => _blink.BlinkLocation.$hash_Setter(this, value); + void set hash(String value) => _blink.BlinkLocation.hash_Setter_DOMString(this, value); @DomName('Location.host') @DocsEditable() - String get host => _blink.BlinkLocation.$host_Getter(this); + String get host => _blink.BlinkLocation.host_Getter(this); @DomName('Location.host') @DocsEditable() - void set host(String value) => _blink.BlinkLocation.$host_Setter(this, value); + void set host(String value) => _blink.BlinkLocation.host_Setter_DOMString(this, value); @DomName('Location.hostname') @DocsEditable() - String get hostname => _blink.BlinkLocation.$hostname_Getter(this); + String get hostname => _blink.BlinkLocation.hostname_Getter(this); @DomName('Location.hostname') @DocsEditable() - void set hostname(String value) => _blink.BlinkLocation.$hostname_Setter(this, value); + void set hostname(String value) => _blink.BlinkLocation.hostname_Setter_DOMString(this, value); @DomName('Location.href') @DocsEditable() - String get href => _blink.BlinkLocation.$href_Getter(this); + String get href => _blink.BlinkLocation.href_Getter(this); @DomName('Location.href') @DocsEditable() - void set href(String value) => _blink.BlinkLocation.$href_Setter(this, value); + void set href(String value) => _blink.BlinkLocation.href_Setter_DOMString(this, value); @DomName('Location.origin') @DocsEditable() // http://url.spec.whatwg.org/#urlutils Webkit Only @Experimental() // non-standard - String get origin => _blink.BlinkLocation.$origin_Getter(this); + String get origin => _blink.BlinkLocation.origin_Getter(this); @DomName('Location.pathname') @DocsEditable() - String get pathname => _blink.BlinkLocation.$pathname_Getter(this); + String get pathname => _blink.BlinkLocation.pathname_Getter(this); @DomName('Location.pathname') @DocsEditable() - void set pathname(String value) => _blink.BlinkLocation.$pathname_Setter(this, value); + void set pathname(String value) => _blink.BlinkLocation.pathname_Setter_DOMString(this, value); @DomName('Location.port') @DocsEditable() - String get port => _blink.BlinkLocation.$port_Getter(this); + String get port => _blink.BlinkLocation.port_Getter(this); @DomName('Location.port') @DocsEditable() - void set port(String value) => _blink.BlinkLocation.$port_Setter(this, value); + void set port(String value) => _blink.BlinkLocation.port_Setter_DOMString(this, value); @DomName('Location.protocol') @DocsEditable() - String get protocol => _blink.BlinkLocation.$protocol_Getter(this); + String get protocol => _blink.BlinkLocation.protocol_Getter(this); @DomName('Location.protocol') @DocsEditable() - void set protocol(String value) => _blink.BlinkLocation.$protocol_Setter(this, value); + void set protocol(String value) => _blink.BlinkLocation.protocol_Setter_DOMString(this, value); @DomName('Location.search') @DocsEditable() - String get search => _blink.BlinkLocation.$search_Getter(this); + String get search => _blink.BlinkLocation.search_Getter(this); @DomName('Location.search') @DocsEditable() - void set search(String value) => _blink.BlinkLocation.$search_Setter(this, value); + void set search(String value) => _blink.BlinkLocation.search_Setter_DOMString(this, value); @DomName('Location.assign') @DocsEditable() - void assign(String url) => _blink.BlinkLocation.$assign_Callback(this, url); + void assign(String url) => _blink.BlinkLocation.assign_Callback_DOMString(this, url); @DomName('Location.reload') @DocsEditable() - void reload() => _blink.BlinkLocation.$reload_Callback(this); + void reload() => _blink.BlinkLocation.reload_Callback(this); @DomName('Location.replace') @DocsEditable() - void replace(String url) => _blink.BlinkLocation.$replace_Callback(this, url); + void replace(String url) => _blink.BlinkLocation.replace_Callback_DOMString(this, url); @DomName('Location.toString') @DocsEditable() - String toString() => _blink.BlinkLocation.$toString_Callback(this); + String toString() => _blink.BlinkLocation.toString_Callback(this); } @@ -18565,15 +18565,15 @@ class MapElement extends HtmlElement { @DomName('HTMLMapElement.areas') @DocsEditable() - List get areas => _blink.BlinkHTMLMapElement.$areas_Getter(this); + List get areas => _blink.BlinkHTMLMapElement.areas_Getter(this); @DomName('HTMLMapElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLMapElement.$name_Getter(this); + String get name => _blink.BlinkHTMLMapElement.name_Getter(this); @DomName('HTMLMapElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLMapElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLMapElement.name_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -18594,84 +18594,84 @@ class MediaController extends EventTarget { @DomName('MediaController.MediaController') @DocsEditable() factory MediaController() { - return _blink.BlinkMediaController.$_create_1constructorCallback(); + return _blink.BlinkMediaController.constructorCallback(); } @DomName('MediaController.buffered') @DocsEditable() - TimeRanges get buffered => _blink.BlinkMediaController.$buffered_Getter(this); + TimeRanges get buffered => _blink.BlinkMediaController.buffered_Getter(this); @DomName('MediaController.currentTime') @DocsEditable() - num get currentTime => _blink.BlinkMediaController.$currentTime_Getter(this); + num get currentTime => _blink.BlinkMediaController.currentTime_Getter(this); @DomName('MediaController.currentTime') @DocsEditable() - void set currentTime(num value) => _blink.BlinkMediaController.$currentTime_Setter(this, value); + void set currentTime(num value) => _blink.BlinkMediaController.currentTime_Setter_double(this, value); @DomName('MediaController.defaultPlaybackRate') @DocsEditable() - num get defaultPlaybackRate => _blink.BlinkMediaController.$defaultPlaybackRate_Getter(this); + num get defaultPlaybackRate => _blink.BlinkMediaController.defaultPlaybackRate_Getter(this); @DomName('MediaController.defaultPlaybackRate') @DocsEditable() - void set defaultPlaybackRate(num value) => _blink.BlinkMediaController.$defaultPlaybackRate_Setter(this, value); + void set defaultPlaybackRate(num value) => _blink.BlinkMediaController.defaultPlaybackRate_Setter_double(this, value); @DomName('MediaController.duration') @DocsEditable() - double get duration => _blink.BlinkMediaController.$duration_Getter(this); + double get duration => _blink.BlinkMediaController.duration_Getter(this); @DomName('MediaController.muted') @DocsEditable() - bool get muted => _blink.BlinkMediaController.$muted_Getter(this); + bool get muted => _blink.BlinkMediaController.muted_Getter(this); @DomName('MediaController.muted') @DocsEditable() - void set muted(bool value) => _blink.BlinkMediaController.$muted_Setter(this, value); + void set muted(bool value) => _blink.BlinkMediaController.muted_Setter_boolean(this, value); @DomName('MediaController.paused') @DocsEditable() - bool get paused => _blink.BlinkMediaController.$paused_Getter(this); + bool get paused => _blink.BlinkMediaController.paused_Getter(this); @DomName('MediaController.playbackRate') @DocsEditable() - num get playbackRate => _blink.BlinkMediaController.$playbackRate_Getter(this); + num get playbackRate => _blink.BlinkMediaController.playbackRate_Getter(this); @DomName('MediaController.playbackRate') @DocsEditable() - void set playbackRate(num value) => _blink.BlinkMediaController.$playbackRate_Setter(this, value); + void set playbackRate(num value) => _blink.BlinkMediaController.playbackRate_Setter_double(this, value); @DomName('MediaController.playbackState') @DocsEditable() - String get playbackState => _blink.BlinkMediaController.$playbackState_Getter(this); + String get playbackState => _blink.BlinkMediaController.playbackState_Getter(this); @DomName('MediaController.played') @DocsEditable() - TimeRanges get played => _blink.BlinkMediaController.$played_Getter(this); + TimeRanges get played => _blink.BlinkMediaController.played_Getter(this); @DomName('MediaController.seekable') @DocsEditable() - TimeRanges get seekable => _blink.BlinkMediaController.$seekable_Getter(this); + TimeRanges get seekable => _blink.BlinkMediaController.seekable_Getter(this); @DomName('MediaController.volume') @DocsEditable() - num get volume => _blink.BlinkMediaController.$volume_Getter(this); + num get volume => _blink.BlinkMediaController.volume_Getter(this); @DomName('MediaController.volume') @DocsEditable() - void set volume(num value) => _blink.BlinkMediaController.$volume_Setter(this, value); + void set volume(num value) => _blink.BlinkMediaController.volume_Setter_double(this, value); @DomName('MediaController.pause') @DocsEditable() - void pause() => _blink.BlinkMediaController.$pause_Callback(this); + void pause() => _blink.BlinkMediaController.pause_Callback(this); @DomName('MediaController.play') @DocsEditable() - void play() => _blink.BlinkMediaController.$play_Callback(this); + void play() => _blink.BlinkMediaController.play_Callback(this); @DomName('MediaController.unpause') @DocsEditable() - void unpause() => _blink.BlinkMediaController.$unpause_Callback(this); + void unpause() => _blink.BlinkMediaController.unpause_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19000,173 +19000,173 @@ class MediaElement extends HtmlElement { @DomName('HTMLMediaElement.autoplay') @DocsEditable() - bool get autoplay => _blink.BlinkHTMLMediaElement.$autoplay_Getter(this); + bool get autoplay => _blink.BlinkHTMLMediaElement.autoplay_Getter(this); @DomName('HTMLMediaElement.autoplay') @DocsEditable() - void set autoplay(bool value) => _blink.BlinkHTMLMediaElement.$autoplay_Setter(this, value); + void set autoplay(bool value) => _blink.BlinkHTMLMediaElement.autoplay_Setter_boolean(this, value); @DomName('HTMLMediaElement.buffered') @DocsEditable() - TimeRanges get buffered => _blink.BlinkHTMLMediaElement.$buffered_Getter(this); + TimeRanges get buffered => _blink.BlinkHTMLMediaElement.buffered_Getter(this); @DomName('HTMLMediaElement.controller') @DocsEditable() - MediaController get controller => _blink.BlinkHTMLMediaElement.$controller_Getter(this); + MediaController get controller => _blink.BlinkHTMLMediaElement.controller_Getter(this); @DomName('HTMLMediaElement.controller') @DocsEditable() - void set controller(MediaController value) => _blink.BlinkHTMLMediaElement.$controller_Setter(this, value); + void set controller(MediaController value) => _blink.BlinkHTMLMediaElement.controller_Setter_MediaController(this, value); @DomName('HTMLMediaElement.controls') @DocsEditable() - bool get controls => _blink.BlinkHTMLMediaElement.$controls_Getter(this); + bool get controls => _blink.BlinkHTMLMediaElement.controls_Getter(this); @DomName('HTMLMediaElement.controls') @DocsEditable() - void set controls(bool value) => _blink.BlinkHTMLMediaElement.$controls_Setter(this, value); + void set controls(bool value) => _blink.BlinkHTMLMediaElement.controls_Setter_boolean(this, value); @DomName('HTMLMediaElement.crossOrigin') @DocsEditable() @Experimental() // untriaged - String get crossOrigin => _blink.BlinkHTMLMediaElement.$crossOrigin_Getter(this); + String get crossOrigin => _blink.BlinkHTMLMediaElement.crossOrigin_Getter(this); @DomName('HTMLMediaElement.crossOrigin') @DocsEditable() @Experimental() // untriaged - void set crossOrigin(String value) => _blink.BlinkHTMLMediaElement.$crossOrigin_Setter(this, value); + void set crossOrigin(String value) => _blink.BlinkHTMLMediaElement.crossOrigin_Setter_DOMString(this, value); @DomName('HTMLMediaElement.currentSrc') @DocsEditable() - String get currentSrc => _blink.BlinkHTMLMediaElement.$currentSrc_Getter(this); + String get currentSrc => _blink.BlinkHTMLMediaElement.currentSrc_Getter(this); @DomName('HTMLMediaElement.currentTime') @DocsEditable() - num get currentTime => _blink.BlinkHTMLMediaElement.$currentTime_Getter(this); + num get currentTime => _blink.BlinkHTMLMediaElement.currentTime_Getter(this); @DomName('HTMLMediaElement.currentTime') @DocsEditable() - void set currentTime(num value) => _blink.BlinkHTMLMediaElement.$currentTime_Setter(this, value); + void set currentTime(num value) => _blink.BlinkHTMLMediaElement.currentTime_Setter_double(this, value); @DomName('HTMLMediaElement.defaultMuted') @DocsEditable() - bool get defaultMuted => _blink.BlinkHTMLMediaElement.$defaultMuted_Getter(this); + bool get defaultMuted => _blink.BlinkHTMLMediaElement.defaultMuted_Getter(this); @DomName('HTMLMediaElement.defaultMuted') @DocsEditable() - void set defaultMuted(bool value) => _blink.BlinkHTMLMediaElement.$defaultMuted_Setter(this, value); + void set defaultMuted(bool value) => _blink.BlinkHTMLMediaElement.defaultMuted_Setter_boolean(this, value); @DomName('HTMLMediaElement.defaultPlaybackRate') @DocsEditable() - num get defaultPlaybackRate => _blink.BlinkHTMLMediaElement.$defaultPlaybackRate_Getter(this); + num get defaultPlaybackRate => _blink.BlinkHTMLMediaElement.defaultPlaybackRate_Getter(this); @DomName('HTMLMediaElement.defaultPlaybackRate') @DocsEditable() - void set defaultPlaybackRate(num value) => _blink.BlinkHTMLMediaElement.$defaultPlaybackRate_Setter(this, value); + void set defaultPlaybackRate(num value) => _blink.BlinkHTMLMediaElement.defaultPlaybackRate_Setter_double(this, value); @DomName('HTMLMediaElement.duration') @DocsEditable() - double get duration => _blink.BlinkHTMLMediaElement.$duration_Getter(this); + double get duration => _blink.BlinkHTMLMediaElement.duration_Getter(this); @DomName('HTMLMediaElement.ended') @DocsEditable() - bool get ended => _blink.BlinkHTMLMediaElement.$ended_Getter(this); + bool get ended => _blink.BlinkHTMLMediaElement.ended_Getter(this); @DomName('HTMLMediaElement.error') @DocsEditable() - MediaError get error => _blink.BlinkHTMLMediaElement.$error_Getter(this); + MediaError get error => _blink.BlinkHTMLMediaElement.error_Getter(this); @DomName('HTMLMediaElement.loop') @DocsEditable() - bool get loop => _blink.BlinkHTMLMediaElement.$loop_Getter(this); + bool get loop => _blink.BlinkHTMLMediaElement.loop_Getter(this); @DomName('HTMLMediaElement.loop') @DocsEditable() - void set loop(bool value) => _blink.BlinkHTMLMediaElement.$loop_Setter(this, value); + void set loop(bool value) => _blink.BlinkHTMLMediaElement.loop_Setter_boolean(this, value); @DomName('HTMLMediaElement.mediaGroup') @DocsEditable() - String get mediaGroup => _blink.BlinkHTMLMediaElement.$mediaGroup_Getter(this); + String get mediaGroup => _blink.BlinkHTMLMediaElement.mediaGroup_Getter(this); @DomName('HTMLMediaElement.mediaGroup') @DocsEditable() - void set mediaGroup(String value) => _blink.BlinkHTMLMediaElement.$mediaGroup_Setter(this, value); + void set mediaGroup(String value) => _blink.BlinkHTMLMediaElement.mediaGroup_Setter_DOMString(this, value); @DomName('HTMLMediaElement.mediaKeys') @DocsEditable() // https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypted-media/encrypted-media.html @Experimental() - MediaKeys get mediaKeys => _blink.BlinkHTMLMediaElement.$mediaKeys_Getter(this); + MediaKeys get mediaKeys => _blink.BlinkHTMLMediaElement.mediaKeys_Getter(this); @DomName('HTMLMediaElement.muted') @DocsEditable() - bool get muted => _blink.BlinkHTMLMediaElement.$muted_Getter(this); + bool get muted => _blink.BlinkHTMLMediaElement.muted_Getter(this); @DomName('HTMLMediaElement.muted') @DocsEditable() - void set muted(bool value) => _blink.BlinkHTMLMediaElement.$muted_Setter(this, value); + void set muted(bool value) => _blink.BlinkHTMLMediaElement.muted_Setter_boolean(this, value); @DomName('HTMLMediaElement.networkState') @DocsEditable() - int get networkState => _blink.BlinkHTMLMediaElement.$networkState_Getter(this); + int get networkState => _blink.BlinkHTMLMediaElement.networkState_Getter(this); @DomName('HTMLMediaElement.paused') @DocsEditable() - bool get paused => _blink.BlinkHTMLMediaElement.$paused_Getter(this); + bool get paused => _blink.BlinkHTMLMediaElement.paused_Getter(this); @DomName('HTMLMediaElement.playbackRate') @DocsEditable() - num get playbackRate => _blink.BlinkHTMLMediaElement.$playbackRate_Getter(this); + num get playbackRate => _blink.BlinkHTMLMediaElement.playbackRate_Getter(this); @DomName('HTMLMediaElement.playbackRate') @DocsEditable() - void set playbackRate(num value) => _blink.BlinkHTMLMediaElement.$playbackRate_Setter(this, value); + void set playbackRate(num value) => _blink.BlinkHTMLMediaElement.playbackRate_Setter_double(this, value); @DomName('HTMLMediaElement.played') @DocsEditable() - TimeRanges get played => _blink.BlinkHTMLMediaElement.$played_Getter(this); + TimeRanges get played => _blink.BlinkHTMLMediaElement.played_Getter(this); @DomName('HTMLMediaElement.preload') @DocsEditable() - String get preload => _blink.BlinkHTMLMediaElement.$preload_Getter(this); + String get preload => _blink.BlinkHTMLMediaElement.preload_Getter(this); @DomName('HTMLMediaElement.preload') @DocsEditable() - void set preload(String value) => _blink.BlinkHTMLMediaElement.$preload_Setter(this, value); + void set preload(String value) => _blink.BlinkHTMLMediaElement.preload_Setter_DOMString(this, value); @DomName('HTMLMediaElement.readyState') @DocsEditable() - int get readyState => _blink.BlinkHTMLMediaElement.$readyState_Getter(this); + int get readyState => _blink.BlinkHTMLMediaElement.readyState_Getter(this); @DomName('HTMLMediaElement.seekable') @DocsEditable() - TimeRanges get seekable => _blink.BlinkHTMLMediaElement.$seekable_Getter(this); + TimeRanges get seekable => _blink.BlinkHTMLMediaElement.seekable_Getter(this); @DomName('HTMLMediaElement.seeking') @DocsEditable() - bool get seeking => _blink.BlinkHTMLMediaElement.$seeking_Getter(this); + bool get seeking => _blink.BlinkHTMLMediaElement.seeking_Getter(this); @DomName('HTMLMediaElement.src') @DocsEditable() - String get src => _blink.BlinkHTMLMediaElement.$src_Getter(this); + String get src => _blink.BlinkHTMLMediaElement.src_Getter(this); @DomName('HTMLMediaElement.src') @DocsEditable() - void set src(String value) => _blink.BlinkHTMLMediaElement.$src_Setter(this, value); + void set src(String value) => _blink.BlinkHTMLMediaElement.src_Setter_DOMString(this, value); @DomName('HTMLMediaElement.textTracks') @DocsEditable() // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#dom-media-texttracks @Experimental() - TextTrackList get textTracks => _blink.BlinkHTMLMediaElement.$textTracks_Getter(this); + TextTrackList get textTracks => _blink.BlinkHTMLMediaElement.textTracks_Getter(this); @DomName('HTMLMediaElement.volume') @DocsEditable() - num get volume => _blink.BlinkHTMLMediaElement.$volume_Getter(this); + num get volume => _blink.BlinkHTMLMediaElement.volume_Getter(this); @DomName('HTMLMediaElement.volume') @DocsEditable() - void set volume(num value) => _blink.BlinkHTMLMediaElement.$volume_Setter(this, value); + void set volume(num value) => _blink.BlinkHTMLMediaElement.volume_Setter_double(this, value); @DomName('HTMLMediaElement.webkitAudioDecodedByteCount') @DocsEditable() @@ -19174,7 +19174,7 @@ class MediaElement extends HtmlElement { @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() @Experimental() // nonstandard - int get audioDecodedByteCount => _blink.BlinkHTMLMediaElement.$webkitAudioDecodedByteCount_Getter(this); + int get audioDecodedByteCount => _blink.BlinkHTMLMediaElement.webkitAudioDecodedByteCount_Getter(this); @DomName('HTMLMediaElement.webkitVideoDecodedByteCount') @DocsEditable() @@ -19182,46 +19182,46 @@ class MediaElement extends HtmlElement { @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() @Experimental() // nonstandard - int get videoDecodedByteCount => _blink.BlinkHTMLMediaElement.$webkitVideoDecodedByteCount_Getter(this); + int get videoDecodedByteCount => _blink.BlinkHTMLMediaElement.webkitVideoDecodedByteCount_Getter(this); TextTrack addTextTrack(String kind, [String label, String language]) { if (language != null) { - return _blink.BlinkHTMLMediaElement.$_addTextTrack_1_Callback(this, kind, label, language); + return _blink.BlinkHTMLMediaElement.addTextTrack_Callback_DOMString_DOMString_DOMString(this, kind, label, language); } if (label != null) { - return _blink.BlinkHTMLMediaElement.$_addTextTrack_2_Callback(this, kind, label); + return _blink.BlinkHTMLMediaElement.addTextTrack_Callback_DOMString_DOMString(this, kind, label); } - return _blink.BlinkHTMLMediaElement.$_addTextTrack_3_Callback(this, kind); + return _blink.BlinkHTMLMediaElement.addTextTrack_Callback_DOMString(this, kind); } @DomName('HTMLMediaElement.canPlayType') @DocsEditable() @Unstable() - String canPlayType(String type, [String keySystem]) => _blink.BlinkHTMLMediaElement.$canPlayType_Callback(this, type, keySystem); + String canPlayType(String type, [String keySystem]) => _blink.BlinkHTMLMediaElement.canPlayType_Callback_DOMString_DOMString(this, type, keySystem); @DomName('HTMLMediaElement.load') @DocsEditable() - void load() => _blink.BlinkHTMLMediaElement.$load_Callback(this); + void load() => _blink.BlinkHTMLMediaElement.load_Callback(this); @DomName('HTMLMediaElement.pause') @DocsEditable() - void pause() => _blink.BlinkHTMLMediaElement.$pause_Callback(this); + void pause() => _blink.BlinkHTMLMediaElement.pause_Callback(this); @DomName('HTMLMediaElement.play') @DocsEditable() - void play() => _blink.BlinkHTMLMediaElement.$play_Callback(this); + void play() => _blink.BlinkHTMLMediaElement.play_Callback(this); @DomName('HTMLMediaElement.setMediaKeys') @DocsEditable() @Experimental() // untriaged - void setMediaKeys(MediaKeys mediaKeys) => _blink.BlinkHTMLMediaElement.$setMediaKeys_Callback(this, mediaKeys); + void setMediaKeys(MediaKeys mediaKeys) => _blink.BlinkHTMLMediaElement.setMediaKeys_Callback_MediaKeys(this, mediaKeys); void addKey(String keySystem, Uint8List key, [Uint8List initData, String sessionId]) { if (initData != null) { - _blink.BlinkHTMLMediaElement.$_webkitAddKey_1_Callback(this, keySystem, key, initData, sessionId); + _blink.BlinkHTMLMediaElement.webkitAddKey_Callback_DOMString_Uint8Array_Uint8Array_DOMString(this, keySystem, key, initData, sessionId); return; } - _blink.BlinkHTMLMediaElement.$_webkitAddKey_2_Callback(this, keySystem, key); + _blink.BlinkHTMLMediaElement.webkitAddKey_Callback_DOMString_Uint8Array(this, keySystem, key); return; } @@ -19231,14 +19231,14 @@ class MediaElement extends HtmlElement { @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/html-media/raw-file/eme-v0.1/encrypted-media/encrypted-media.html#extensions - void cancelKeyRequest(String keySystem, String sessionId) => _blink.BlinkHTMLMediaElement.$webkitCancelKeyRequest_Callback(this, keySystem, sessionId); + void cancelKeyRequest(String keySystem, String sessionId) => _blink.BlinkHTMLMediaElement.webkitCancelKeyRequest_Callback_DOMString_DOMString(this, keySystem, sessionId); void generateKeyRequest(String keySystem, [Uint8List initData]) { if (initData != null) { - _blink.BlinkHTMLMediaElement.$_webkitGenerateKeyRequest_1_Callback(this, keySystem, initData); + _blink.BlinkHTMLMediaElement.webkitGenerateKeyRequest_Callback_DOMString_Uint8Array(this, keySystem, initData); return; } - _blink.BlinkHTMLMediaElement.$_webkitGenerateKeyRequest_2_Callback(this, keySystem); + _blink.BlinkHTMLMediaElement.webkitGenerateKeyRequest_Callback_DOMString(this, keySystem); return; } @@ -19416,7 +19416,7 @@ class MediaError extends NativeFieldWrapperClass2 { @DomName('MediaError.code') @DocsEditable() - int get code => _blink.BlinkMediaError.$code_Getter(this); + int get code => _blink.BlinkMediaError.code_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19460,12 +19460,12 @@ class MediaKeyError extends NativeFieldWrapperClass2 { @DomName('MediaKeyError.code') @DocsEditable() - int get code => _blink.BlinkMediaKeyError.$code_Getter(this); + int get code => _blink.BlinkMediaKeyError.code_Getter(this); @DomName('MediaKeyError.systemCode') @DocsEditable() @Experimental() // non-standard - int get systemCode => _blink.BlinkMediaKeyError.$systemCode_Getter(this); + int get systemCode => _blink.BlinkMediaKeyError.systemCode_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19485,31 +19485,31 @@ class MediaKeyEvent extends Event { @DomName('MediaKeyEvent.defaultURL') @DocsEditable() - String get defaultUrl => _blink.BlinkMediaKeyEvent.$defaultURL_Getter(this); + String get defaultUrl => _blink.BlinkMediaKeyEvent.defaultURL_Getter(this); @DomName('MediaKeyEvent.errorCode') @DocsEditable() - MediaKeyError get errorCode => _blink.BlinkMediaKeyEvent.$errorCode_Getter(this); + MediaKeyError get errorCode => _blink.BlinkMediaKeyEvent.errorCode_Getter(this); @DomName('MediaKeyEvent.initData') @DocsEditable() - Uint8List get initData => _blink.BlinkMediaKeyEvent.$initData_Getter(this); + Uint8List get initData => _blink.BlinkMediaKeyEvent.initData_Getter(this); @DomName('MediaKeyEvent.keySystem') @DocsEditable() - String get keySystem => _blink.BlinkMediaKeyEvent.$keySystem_Getter(this); + String get keySystem => _blink.BlinkMediaKeyEvent.keySystem_Getter(this); @DomName('MediaKeyEvent.message') @DocsEditable() - Uint8List get message => _blink.BlinkMediaKeyEvent.$message_Getter(this); + Uint8List get message => _blink.BlinkMediaKeyEvent.message_Getter(this); @DomName('MediaKeyEvent.sessionId') @DocsEditable() - String get sessionId => _blink.BlinkMediaKeyEvent.$sessionId_Getter(this); + String get sessionId => _blink.BlinkMediaKeyEvent.sessionId_Getter(this); @DomName('MediaKeyEvent.systemCode') @DocsEditable() - int get systemCode => _blink.BlinkMediaKeyEvent.$systemCode_Getter(this); + int get systemCode => _blink.BlinkMediaKeyEvent.systemCode_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19529,11 +19529,11 @@ class MediaKeyMessageEvent extends Event { @DomName('MediaKeyMessageEvent.destinationURL') @DocsEditable() - String get destinationUrl => _blink.BlinkMediaKeyMessageEvent.$destinationURL_Getter(this); + String get destinationUrl => _blink.BlinkMediaKeyMessageEvent.destinationURL_Getter(this); @DomName('MediaKeyMessageEvent.message') @DocsEditable() - Uint8List get message => _blink.BlinkMediaKeyMessageEvent.$message_Getter(this); + Uint8List get message => _blink.BlinkMediaKeyMessageEvent.message_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19554,11 +19554,11 @@ class MediaKeyNeededEvent extends Event { @DomName('MediaKeyNeededEvent.contentType') @DocsEditable() @Experimental() // untriaged - String get contentType => _blink.BlinkMediaKeyNeededEvent.$contentType_Getter(this); + String get contentType => _blink.BlinkMediaKeyNeededEvent.contentType_Getter(this); @DomName('MediaKeyNeededEvent.initData') @DocsEditable() - Uint8List get initData => _blink.BlinkMediaKeyNeededEvent.$initData_Getter(this); + Uint8List get initData => _blink.BlinkMediaKeyNeededEvent.initData_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19578,24 +19578,24 @@ class MediaKeySession extends EventTarget { @DomName('MediaKeySession.error') @DocsEditable() - MediaKeyError get error => _blink.BlinkMediaKeySession.$error_Getter(this); + MediaKeyError get error => _blink.BlinkMediaKeySession.error_Getter(this); @DomName('MediaKeySession.keySystem') @DocsEditable() - String get keySystem => _blink.BlinkMediaKeySession.$keySystem_Getter(this); + String get keySystem => _blink.BlinkMediaKeySession.keySystem_Getter(this); @DomName('MediaKeySession.sessionId') @DocsEditable() - String get sessionId => _blink.BlinkMediaKeySession.$sessionId_Getter(this); + String get sessionId => _blink.BlinkMediaKeySession.sessionId_Getter(this); @DomName('MediaKeySession.release') @DocsEditable() @Experimental() // untriaged - void release() => _blink.BlinkMediaKeySession.$release_Callback(this); + void release() => _blink.BlinkMediaKeySession.release_Callback(this); @DomName('MediaKeySession.update') @DocsEditable() - void update(Uint8List response) => _blink.BlinkMediaKeySession.$update_Callback(this, response); + void update(Uint8List response) => _blink.BlinkMediaKeySession.update_Callback_Uint8Array(this, response); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19616,16 +19616,16 @@ class MediaKeys extends NativeFieldWrapperClass2 { @DomName('MediaKeys.MediaKeys') @DocsEditable() factory MediaKeys(String keySystem) { - return _blink.BlinkMediaKeys.$_create_1constructorCallback(keySystem); + return _blink.BlinkMediaKeys.constructorCallback_DOMString(keySystem); } @DomName('MediaKeys.keySystem') @DocsEditable() - String get keySystem => _blink.BlinkMediaKeys.$keySystem_Getter(this); + String get keySystem => _blink.BlinkMediaKeys.keySystem_Getter(this); @DomName('MediaKeys.createSession') @DocsEditable() - MediaKeySession createSession(String type, Uint8List initData) => _blink.BlinkMediaKeys.$createSession_Callback(this, type, initData); + MediaKeySession createSession(String type, Uint8List initData) => _blink.BlinkMediaKeys.createSession_Callback_DOMString_Uint8Array(this, type, initData); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19644,27 +19644,27 @@ class MediaList extends NativeFieldWrapperClass2 { @DomName('MediaList.length') @DocsEditable() - int get length => _blink.BlinkMediaList.$length_Getter(this); + int get length => _blink.BlinkMediaList.length_Getter(this); @DomName('MediaList.mediaText') @DocsEditable() - String get mediaText => _blink.BlinkMediaList.$mediaText_Getter(this); + String get mediaText => _blink.BlinkMediaList.mediaText_Getter(this); @DomName('MediaList.mediaText') @DocsEditable() - void set mediaText(String value) => _blink.BlinkMediaList.$mediaText_Setter(this, value); + void set mediaText(String value) => _blink.BlinkMediaList.mediaText_Setter_DOMString(this, value); @DomName('MediaList.appendMedium') @DocsEditable() - void appendMedium(String newMedium) => _blink.BlinkMediaList.$appendMedium_Callback(this, newMedium); + void appendMedium(String newMedium) => _blink.BlinkMediaList.appendMedium_Callback_DOMString(this, newMedium); @DomName('MediaList.deleteMedium') @DocsEditable() - void deleteMedium(String oldMedium) => _blink.BlinkMediaList.$deleteMedium_Callback(this, oldMedium); + void deleteMedium(String oldMedium) => _blink.BlinkMediaList.deleteMedium_Callback_DOMString(this, oldMedium); @DomName('MediaList.item') @DocsEditable() - String item(int index) => _blink.BlinkMediaList.$item_Callback(this, index); + String item(int index) => _blink.BlinkMediaList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19683,11 +19683,11 @@ class MediaQueryList extends NativeFieldWrapperClass2 { @DomName('MediaQueryList.matches') @DocsEditable() - bool get matches => _blink.BlinkMediaQueryList.$matches_Getter(this); + bool get matches => _blink.BlinkMediaQueryList.matches_Getter(this); @DomName('MediaQueryList.media') @DocsEditable() - String get media => _blink.BlinkMediaQueryList.$media_Getter(this); + String get media => _blink.BlinkMediaQueryList.media_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19708,49 +19708,49 @@ class MediaSource extends EventTarget { @DomName('MediaSource.MediaSource') @DocsEditable() factory MediaSource() { - return _blink.BlinkMediaSource.$_create_1constructorCallback(); + return _blink.BlinkMediaSource.constructorCallback(); } @DomName('MediaSource.activeSourceBuffers') @DocsEditable() - SourceBufferList get activeSourceBuffers => _blink.BlinkMediaSource.$activeSourceBuffers_Getter(this); + SourceBufferList get activeSourceBuffers => _blink.BlinkMediaSource.activeSourceBuffers_Getter(this); @DomName('MediaSource.duration') @DocsEditable() - num get duration => _blink.BlinkMediaSource.$duration_Getter(this); + num get duration => _blink.BlinkMediaSource.duration_Getter(this); @DomName('MediaSource.duration') @DocsEditable() - void set duration(num value) => _blink.BlinkMediaSource.$duration_Setter(this, value); + void set duration(num value) => _blink.BlinkMediaSource.duration_Setter_double(this, value); @DomName('MediaSource.readyState') @DocsEditable() - String get readyState => _blink.BlinkMediaSource.$readyState_Getter(this); + String get readyState => _blink.BlinkMediaSource.readyState_Getter(this); @DomName('MediaSource.sourceBuffers') @DocsEditable() - SourceBufferList get sourceBuffers => _blink.BlinkMediaSource.$sourceBuffers_Getter(this); + SourceBufferList get sourceBuffers => _blink.BlinkMediaSource.sourceBuffers_Getter(this); @DomName('MediaSource.addSourceBuffer') @DocsEditable() - SourceBuffer addSourceBuffer(String type) => _blink.BlinkMediaSource.$addSourceBuffer_Callback(this, type); + SourceBuffer addSourceBuffer(String type) => _blink.BlinkMediaSource.addSourceBuffer_Callback_DOMString(this, type); void endOfStream([String error]) { if (error != null) { - _blink.BlinkMediaSource.$_endOfStream_1_Callback(this, error); + _blink.BlinkMediaSource.endOfStream_Callback_DOMString(this, error); return; } - _blink.BlinkMediaSource.$_endOfStream_2_Callback(this); + _blink.BlinkMediaSource.endOfStream_Callback(this); return; } @DomName('MediaSource.isTypeSupported') @DocsEditable() - static bool isTypeSupported(String type) => _blink.BlinkMediaSource.$isTypeSupported_Callback(type); + static bool isTypeSupported(String type) => _blink.BlinkMediaSource.isTypeSupported_Callback_DOMString(type); @DomName('MediaSource.removeSourceBuffer') @DocsEditable() - void removeSourceBuffer(SourceBuffer buffer) => _blink.BlinkMediaSource.$removeSourceBuffer_Callback(this, buffer); + void removeSourceBuffer(SourceBuffer buffer) => _blink.BlinkMediaSource.removeSourceBuffer_Callback_SourceBuffer(this, buffer); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -19800,53 +19800,53 @@ class MediaStream extends EventTarget { @DocsEditable() factory MediaStream([stream_OR_tracks]) { if (stream_OR_tracks == null) { - return _blink.BlinkMediaStream.$_create_1constructorCallback(); + return _blink.BlinkMediaStream.constructorCallback(); } if ((stream_OR_tracks is MediaStream || stream_OR_tracks == null)) { - return _blink.BlinkMediaStream.$_create_2constructorCallback(stream_OR_tracks); + return _blink.BlinkMediaStream.constructorCallback_MediaStream(stream_OR_tracks); } if ((stream_OR_tracks is List || stream_OR_tracks == null)) { - return _blink.BlinkMediaStream.$_create_3constructorCallback(stream_OR_tracks); + return _blink.BlinkMediaStream.constructorCallback_A_MediaStreamTrack_A(stream_OR_tracks); } throw new ArgumentError("Incorrect number or type of arguments"); } @DomName('MediaStream.ended') @DocsEditable() - bool get ended => _blink.BlinkMediaStream.$ended_Getter(this); + bool get ended => _blink.BlinkMediaStream.ended_Getter(this); @DomName('MediaStream.id') @DocsEditable() - String get id => _blink.BlinkMediaStream.$id_Getter(this); + String get id => _blink.BlinkMediaStream.id_Getter(this); @DomName('MediaStream.label') @DocsEditable() @Experimental() // non-standard - String get label => _blink.BlinkMediaStream.$label_Getter(this); + String get label => _blink.BlinkMediaStream.label_Getter(this); @DomName('MediaStream.addTrack') @DocsEditable() - void addTrack(MediaStreamTrack track) => _blink.BlinkMediaStream.$addTrack_Callback(this, track); + void addTrack(MediaStreamTrack track) => _blink.BlinkMediaStream.addTrack_Callback_MediaStreamTrack(this, track); @DomName('MediaStream.getAudioTracks') @DocsEditable() - List getAudioTracks() => _blink.BlinkMediaStream.$getAudioTracks_Callback(this); + List getAudioTracks() => _blink.BlinkMediaStream.getAudioTracks_Callback(this); @DomName('MediaStream.getTrackById') @DocsEditable() - MediaStreamTrack getTrackById(String trackId) => _blink.BlinkMediaStream.$getTrackById_Callback(this, trackId); + MediaStreamTrack getTrackById(String trackId) => _blink.BlinkMediaStream.getTrackById_Callback_DOMString(this, trackId); @DomName('MediaStream.getVideoTracks') @DocsEditable() - List getVideoTracks() => _blink.BlinkMediaStream.$getVideoTracks_Callback(this); + List getVideoTracks() => _blink.BlinkMediaStream.getVideoTracks_Callback(this); @DomName('MediaStream.removeTrack') @DocsEditable() - void removeTrack(MediaStreamTrack track) => _blink.BlinkMediaStream.$removeTrack_Callback(this, track); + void removeTrack(MediaStreamTrack track) => _blink.BlinkMediaStream.removeTrack_Callback_MediaStreamTrack(this, track); @DomName('MediaStream.stop') @DocsEditable() - void stop() => _blink.BlinkMediaStream.$stop_Callback(this); + void stop() => _blink.BlinkMediaStream.stop_Callback(this); /// Stream of `addtrack` events handled by this [MediaStream]. @DomName('MediaStream.onaddtrack') @@ -19894,7 +19894,7 @@ class MediaStreamEvent extends Event { @DomName('MediaStreamEvent.stream') @DocsEditable() - MediaStream get stream => _blink.BlinkMediaStreamEvent.$stream_Getter(this); + MediaStream get stream => _blink.BlinkMediaStreamEvent.stream_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -19945,32 +19945,32 @@ class MediaStreamTrack extends EventTarget { @DomName('MediaStreamTrack.enabled') @DocsEditable() - bool get enabled => _blink.BlinkMediaStreamTrack.$enabled_Getter(this); + bool get enabled => _blink.BlinkMediaStreamTrack.enabled_Getter(this); @DomName('MediaStreamTrack.enabled') @DocsEditable() - void set enabled(bool value) => _blink.BlinkMediaStreamTrack.$enabled_Setter(this, value); + void set enabled(bool value) => _blink.BlinkMediaStreamTrack.enabled_Setter_boolean(this, value); @DomName('MediaStreamTrack.id') @DocsEditable() - String get id => _blink.BlinkMediaStreamTrack.$id_Getter(this); + String get id => _blink.BlinkMediaStreamTrack.id_Getter(this); @DomName('MediaStreamTrack.kind') @DocsEditable() - String get kind => _blink.BlinkMediaStreamTrack.$kind_Getter(this); + String get kind => _blink.BlinkMediaStreamTrack.kind_Getter(this); @DomName('MediaStreamTrack.label') @DocsEditable() - String get label => _blink.BlinkMediaStreamTrack.$label_Getter(this); + String get label => _blink.BlinkMediaStreamTrack.label_Getter(this); @DomName('MediaStreamTrack.readyState') @DocsEditable() - String get readyState => _blink.BlinkMediaStreamTrack.$readyState_Getter(this); + String get readyState => _blink.BlinkMediaStreamTrack.readyState_Getter(this); @DomName('MediaStreamTrack.getSources') @DocsEditable() @Experimental() // untriaged - static void _getSources(MediaStreamTrackSourcesCallback callback) => _blink.BlinkMediaStreamTrack.$getSources_Callback(callback); + static void _getSources(MediaStreamTrackSourcesCallback callback) => _blink.BlinkMediaStreamTrack.getSources_Callback_MediaStreamTrackSourcesCallback(callback); static Future> getSources() { var completer = new Completer>(); @@ -19982,7 +19982,7 @@ class MediaStreamTrack extends EventTarget { @DomName('MediaStreamTrack.stop') @DocsEditable() @Experimental() // untriaged - void stop() => _blink.BlinkMediaStreamTrack.$stop_Callback(this); + void stop() => _blink.BlinkMediaStreamTrack.stop_Callback(this); /// Stream of `ended` events handled by this [MediaStreamTrack]. @DomName('MediaStreamTrack.onended') @@ -20021,7 +20021,7 @@ class MediaStreamTrackEvent extends Event { @DomName('MediaStreamTrackEvent.track') @DocsEditable() - MediaStreamTrack get track => _blink.BlinkMediaStreamTrackEvent.$track_Getter(this); + MediaStreamTrack get track => _blink.BlinkMediaStreamTrackEvent.track_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20050,15 +20050,15 @@ class MemoryInfo extends NativeFieldWrapperClass2 { @DomName('MemoryInfo.jsHeapSizeLimit') @DocsEditable() - int get jsHeapSizeLimit => _blink.BlinkMemoryInfo.$jsHeapSizeLimit_Getter(this); + int get jsHeapSizeLimit => _blink.BlinkMemoryInfo.jsHeapSizeLimit_Getter(this); @DomName('MemoryInfo.totalJSHeapSize') @DocsEditable() - int get totalJSHeapSize => _blink.BlinkMemoryInfo.$totalJSHeapSize_Getter(this); + int get totalJSHeapSize => _blink.BlinkMemoryInfo.totalJSHeapSize_Getter(this); @DomName('MemoryInfo.usedJSHeapSize') @DocsEditable() - int get usedJSHeapSize => _blink.BlinkMemoryInfo.$usedJSHeapSize_Getter(this); + int get usedJSHeapSize => _blink.BlinkMemoryInfo.usedJSHeapSize_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20111,11 +20111,11 @@ class MessageChannel extends NativeFieldWrapperClass2 { @DomName('MessageChannel.port1') @DocsEditable() - MessagePort get port1 => _blink.BlinkMessageChannel.$port1_Getter(this); + MessagePort get port1 => _blink.BlinkMessageChannel.port1_Getter(this); @DomName('MessageChannel.port2') @DocsEditable() - MessagePort get port2 => _blink.BlinkMessageChannel.$port2_Getter(this); + MessagePort get port2 => _blink.BlinkMessageChannel.port2_Getter(this); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -20144,24 +20144,24 @@ class MessageEvent extends Event { @DomName('MessageEvent.data') @DocsEditable() - Object get data => _blink.BlinkMessageEvent.$data_Getter(this); + Object get data => _blink.BlinkMessageEvent.data_Getter(this); @DomName('MessageEvent.lastEventId') @DocsEditable() @Unstable() - String get lastEventId => _blink.BlinkMessageEvent.$lastEventId_Getter(this); + String get lastEventId => _blink.BlinkMessageEvent.lastEventId_Getter(this); @DomName('MessageEvent.origin') @DocsEditable() - String get origin => _blink.BlinkMessageEvent.$origin_Getter(this); + String get origin => _blink.BlinkMessageEvent.origin_Getter(this); @DomName('MessageEvent.source') @DocsEditable() - EventTarget get source => _blink.BlinkMessageEvent.$source_Getter(this); + EventTarget get source => _blink.BlinkMessageEvent.source_Getter(this); @DomName('MessageEvent.initMessageEvent') @DocsEditable() - void _initMessageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Object dataArg, String originArg, String lastEventIdArg, Window sourceArg, List messagePorts) => _blink.BlinkMessageEvent.$initMessageEvent_Callback(this, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts); + void _initMessageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Object dataArg, String originArg, String lastEventIdArg, Window sourceArg, List messagePorts) => _blink.BlinkMessageEvent.initMessageEvent_Callback_DOMString_boolean_boolean_ScriptValue_DOMString_DOMString_Window_A_MessagePort_A(this, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20190,15 +20190,15 @@ class MessagePort extends EventTarget { @DomName('MessagePort.close') @DocsEditable() - void close() => _blink.BlinkMessagePort.$close_Callback(this); + void close() => _blink.BlinkMessagePort.close_Callback(this); @DomName('MessagePort.postMessage') @DocsEditable() - void postMessage(Object message, [List messagePorts]) => _blink.BlinkMessagePort.$postMessage_Callback(this, message, messagePorts); + void postMessage(Object message, [List messagePorts]) => _blink.BlinkMessagePort.postMessage_Callback_ScriptValue_A_MessagePort_A(this, message, messagePorts); @DomName('MessagePort.start') @DocsEditable() - void start() => _blink.BlinkMessagePort.$start_Callback(this); + void start() => _blink.BlinkMessagePort.start_Callback(this); /// Stream of `message` events handled by this [MessagePort]. @DomName('MessagePort.onmessage') @@ -20231,27 +20231,27 @@ class MetaElement extends HtmlElement { @DomName('HTMLMetaElement.content') @DocsEditable() - String get content => _blink.BlinkHTMLMetaElement.$content_Getter(this); + String get content => _blink.BlinkHTMLMetaElement.content_Getter(this); @DomName('HTMLMetaElement.content') @DocsEditable() - void set content(String value) => _blink.BlinkHTMLMetaElement.$content_Setter(this, value); + void set content(String value) => _blink.BlinkHTMLMetaElement.content_Setter_DOMString(this, value); @DomName('HTMLMetaElement.httpEquiv') @DocsEditable() - String get httpEquiv => _blink.BlinkHTMLMetaElement.$httpEquiv_Getter(this); + String get httpEquiv => _blink.BlinkHTMLMetaElement.httpEquiv_Getter(this); @DomName('HTMLMetaElement.httpEquiv') @DocsEditable() - void set httpEquiv(String value) => _blink.BlinkHTMLMetaElement.$httpEquiv_Setter(this, value); + void set httpEquiv(String value) => _blink.BlinkHTMLMetaElement.httpEquiv_Setter_DOMString(this, value); @DomName('HTMLMetaElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLMetaElement.$name_Getter(this); + String get name => _blink.BlinkHTMLMetaElement.name_Getter(this); @DomName('HTMLMetaElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLMetaElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLMetaElement.name_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20271,11 +20271,11 @@ class Metadata extends NativeFieldWrapperClass2 { @DomName('Metadata.modificationTime') @DocsEditable() - DateTime get modificationTime => _blink.BlinkMetadata.$modificationTime_Getter(this); + DateTime get modificationTime => _blink.BlinkMetadata.modificationTime_Getter(this); @DomName('Metadata.size') @DocsEditable() - int get size => _blink.BlinkMetadata.$size_Getter(this); + int get size => _blink.BlinkMetadata.size_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20321,56 +20321,56 @@ class MeterElement extends HtmlElement { @DomName('HTMLMeterElement.high') @DocsEditable() - num get high => _blink.BlinkHTMLMeterElement.$high_Getter(this); + num get high => _blink.BlinkHTMLMeterElement.high_Getter(this); @DomName('HTMLMeterElement.high') @DocsEditable() - void set high(num value) => _blink.BlinkHTMLMeterElement.$high_Setter(this, value); + void set high(num value) => _blink.BlinkHTMLMeterElement.high_Setter_double(this, value); @DomName('HTMLMeterElement.labels') @DocsEditable() @Unstable() - List get labels => _blink.BlinkHTMLMeterElement.$labels_Getter(this); + List get labels => _blink.BlinkHTMLMeterElement.labels_Getter(this); @DomName('HTMLMeterElement.low') @DocsEditable() - num get low => _blink.BlinkHTMLMeterElement.$low_Getter(this); + num get low => _blink.BlinkHTMLMeterElement.low_Getter(this); @DomName('HTMLMeterElement.low') @DocsEditable() - void set low(num value) => _blink.BlinkHTMLMeterElement.$low_Setter(this, value); + void set low(num value) => _blink.BlinkHTMLMeterElement.low_Setter_double(this, value); @DomName('HTMLMeterElement.max') @DocsEditable() - num get max => _blink.BlinkHTMLMeterElement.$max_Getter(this); + num get max => _blink.BlinkHTMLMeterElement.max_Getter(this); @DomName('HTMLMeterElement.max') @DocsEditable() - void set max(num value) => _blink.BlinkHTMLMeterElement.$max_Setter(this, value); + void set max(num value) => _blink.BlinkHTMLMeterElement.max_Setter_double(this, value); @DomName('HTMLMeterElement.min') @DocsEditable() - num get min => _blink.BlinkHTMLMeterElement.$min_Getter(this); + num get min => _blink.BlinkHTMLMeterElement.min_Getter(this); @DomName('HTMLMeterElement.min') @DocsEditable() - void set min(num value) => _blink.BlinkHTMLMeterElement.$min_Setter(this, value); + void set min(num value) => _blink.BlinkHTMLMeterElement.min_Setter_double(this, value); @DomName('HTMLMeterElement.optimum') @DocsEditable() - num get optimum => _blink.BlinkHTMLMeterElement.$optimum_Getter(this); + num get optimum => _blink.BlinkHTMLMeterElement.optimum_Getter(this); @DomName('HTMLMeterElement.optimum') @DocsEditable() - void set optimum(num value) => _blink.BlinkHTMLMeterElement.$optimum_Setter(this, value); + void set optimum(num value) => _blink.BlinkHTMLMeterElement.optimum_Setter_double(this, value); @DomName('HTMLMeterElement.value') @DocsEditable() - num get value => _blink.BlinkHTMLMeterElement.$value_Getter(this); + num get value => _blink.BlinkHTMLMeterElement.value_Getter(this); @DomName('HTMLMeterElement.value') @DocsEditable() - void set value(num value) => _blink.BlinkHTMLMeterElement.$value_Setter(this, value); + void set value(num value) => _blink.BlinkHTMLMeterElement.value_Setter_double(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20410,11 +20410,11 @@ class MidiAccess extends EventTarget { @DomName('MIDIAccess.inputs') @DocsEditable() - List inputs() => _blink.BlinkMIDIAccess.$inputs_Callback(this); + List inputs() => _blink.BlinkMIDIAccess.inputs_Callback(this); @DomName('MIDIAccess.outputs') @DocsEditable() - List outputs() => _blink.BlinkMIDIAccess.$outputs_Callback(this); + List outputs() => _blink.BlinkMIDIAccess.outputs_Callback(this); /// Stream of `connect` events handled by this [MidiAccess]. @DomName('MIDIAccess.onconnect') @@ -20444,7 +20444,7 @@ class MidiAccessPromise extends NativeFieldWrapperClass2 { @DomName('MIDIAccessPromise.then') @DocsEditable() @Experimental() // untriaged - void then(MidiSuccessCallback successCallback, MidiErrorCallback errorCallback) => _blink.BlinkMIDIAccessPromise.$then_Callback(this, successCallback, errorCallback); + void then(MidiSuccessCallback successCallback, MidiErrorCallback errorCallback) => _blink.BlinkMIDIAccessPromise.then_Callback_MIDISuccessCallback_MIDIErrorCallback(this, successCallback, errorCallback); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20464,7 +20464,7 @@ class MidiConnectionEvent extends Event { @DomName('MIDIConnectionEvent.port') @DocsEditable() - MidiPort get port => _blink.BlinkMIDIConnectionEvent.$port_Getter(this); + MidiPort get port => _blink.BlinkMIDIConnectionEvent.port_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20515,11 +20515,11 @@ class MidiMessageEvent extends Event { @DomName('MIDIMessageEvent.data') @DocsEditable() - Uint8List get data => _blink.BlinkMIDIMessageEvent.$data_Getter(this); + Uint8List get data => _blink.BlinkMIDIMessageEvent.data_Getter(this); @DomName('MIDIMessageEvent.receivedTime') @DocsEditable() - double get receivedTime => _blink.BlinkMIDIMessageEvent.$receivedTime_Getter(this); + double get receivedTime => _blink.BlinkMIDIMessageEvent.receivedTime_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20539,10 +20539,10 @@ class MidiOutput extends MidiPort { void send(Uint8List data, [num timestamp]) { if (timestamp != null) { - _blink.BlinkMIDIOutput.$_send_1_Callback(this, data, timestamp); + _blink.BlinkMIDIOutput.send_Callback_Uint8Array_double(this, data, timestamp); return; } - _blink.BlinkMIDIOutput.$_send_2_Callback(this, data); + _blink.BlinkMIDIOutput.send_Callback_Uint8Array(this, data); return; } @@ -20574,23 +20574,23 @@ class MidiPort extends EventTarget { @DomName('MIDIPort.id') @DocsEditable() - String get id => _blink.BlinkMIDIPort.$id_Getter(this); + String get id => _blink.BlinkMIDIPort.id_Getter(this); @DomName('MIDIPort.manufacturer') @DocsEditable() - String get manufacturer => _blink.BlinkMIDIPort.$manufacturer_Getter(this); + String get manufacturer => _blink.BlinkMIDIPort.manufacturer_Getter(this); @DomName('MIDIPort.name') @DocsEditable() - String get name => _blink.BlinkMIDIPort.$name_Getter(this); + String get name => _blink.BlinkMIDIPort.name_Getter(this); @DomName('MIDIPort.type') @DocsEditable() - String get type => _blink.BlinkMIDIPort.$type_Getter(this); + String get type => _blink.BlinkMIDIPort.type_Getter(this); @DomName('MIDIPort.version') @DocsEditable() - String get version => _blink.BlinkMIDIPort.$version_Getter(this); + String get version => _blink.BlinkMIDIPort.version_Getter(this); /// Stream of `disconnect` events handled by this [MidiPort]. @DomName('MIDIPort.ondisconnect') @@ -20614,19 +20614,19 @@ class MimeType extends NativeFieldWrapperClass2 { @DomName('MimeType.description') @DocsEditable() - String get description => _blink.BlinkMimeType.$description_Getter(this); + String get description => _blink.BlinkMimeType.description_Getter(this); @DomName('MimeType.enabledPlugin') @DocsEditable() - Plugin get enabledPlugin => _blink.BlinkMimeType.$enabledPlugin_Getter(this); + Plugin get enabledPlugin => _blink.BlinkMimeType.enabledPlugin_Getter(this); @DomName('MimeType.suffixes') @DocsEditable() - String get suffixes => _blink.BlinkMimeType.$suffixes_Getter(this); + String get suffixes => _blink.BlinkMimeType.suffixes_Getter(this); @DomName('MimeType.type') @DocsEditable() - String get type => _blink.BlinkMimeType.$type_Getter(this); + String get type => _blink.BlinkMimeType.type_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20645,15 +20645,15 @@ class MimeTypeArray extends NativeFieldWrapperClass2 with ListMixin, I @DomName('MimeTypeArray.length') @DocsEditable() - int get length => _blink.BlinkMimeTypeArray.$length_Getter(this); + int get length => _blink.BlinkMimeTypeArray.length_Getter(this); MimeType operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkMimeTypeArray.$NativeIndexed_Getter(this, index); + return _blink.BlinkMimeTypeArray.item_Callback_ul(this, index); } - MimeType _nativeIndexedGetter(int index) => _blink.BlinkMimeTypeArray.$NativeIndexed_Getter(this, index); + MimeType _nativeIndexedGetter(int index) => _blink.BlinkMimeTypeArray.item_Callback_ul(this, index); void operator[]=(int index, MimeType value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -20695,15 +20695,15 @@ class MimeTypeArray extends NativeFieldWrapperClass2 with ListMixin, I @DomName('MimeTypeArray.__getter__') @DocsEditable() - MimeType __getter__(String name) => _blink.BlinkMimeTypeArray.$__getter___Callback(this, name); + MimeType __getter__(String name) => _blink.BlinkMimeTypeArray.$__getter___Callback_DOMString(this, name); @DomName('MimeTypeArray.item') @DocsEditable() - MimeType item(int index) => _blink.BlinkMimeTypeArray.$item_Callback(this, index); + MimeType item(int index) => _blink.BlinkMimeTypeArray.item_Callback_ul(this, index); @DomName('MimeTypeArray.namedItem') @DocsEditable() - MimeType namedItem(String name) => _blink.BlinkMimeTypeArray.$namedItem_Callback(this, name); + MimeType namedItem(String name) => _blink.BlinkMimeTypeArray.namedItem_Callback_DOMString(this, name); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20728,19 +20728,19 @@ class ModElement extends HtmlElement { @DomName('HTMLModElement.cite') @DocsEditable() - String get cite => _blink.BlinkHTMLModElement.$cite_Getter(this); + String get cite => _blink.BlinkHTMLModElement.cite_Getter(this); @DomName('HTMLModElement.cite') @DocsEditable() - void set cite(String value) => _blink.BlinkHTMLModElement.$cite_Setter(this, value); + void set cite(String value) => _blink.BlinkHTMLModElement.cite_Setter_DOMString(this, value); @DomName('HTMLModElement.dateTime') @DocsEditable() - String get dateTime => _blink.BlinkHTMLModElement.$dateTime_Getter(this); + String get dateTime => _blink.BlinkHTMLModElement.dateTime_Getter(this); @DomName('HTMLModElement.dateTime') @DocsEditable() - void set dateTime(String value) => _blink.BlinkHTMLModElement.$dateTime_Setter(this, value); + void set dateTime(String value) => _blink.BlinkHTMLModElement.dateTime_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -20772,28 +20772,28 @@ class MouseEvent extends UIEvent { @DomName('MouseEvent.altKey') @DocsEditable() - bool get altKey => _blink.BlinkMouseEvent.$altKey_Getter(this); + bool get altKey => _blink.BlinkMouseEvent.altKey_Getter(this); @DomName('MouseEvent.button') @DocsEditable() - int get button => _blink.BlinkMouseEvent.$button_Getter(this); + int get button => _blink.BlinkMouseEvent.button_Getter(this); @DomName('MouseEvent.clientX') @DocsEditable() - int get _clientX => _blink.BlinkMouseEvent.$clientX_Getter(this); + int get _clientX => _blink.BlinkMouseEvent.clientX_Getter(this); @DomName('MouseEvent.clientY') @DocsEditable() - int get _clientY => _blink.BlinkMouseEvent.$clientY_Getter(this); + int get _clientY => _blink.BlinkMouseEvent.clientY_Getter(this); @DomName('MouseEvent.ctrlKey') @DocsEditable() - bool get ctrlKey => _blink.BlinkMouseEvent.$ctrlKey_Getter(this); + bool get ctrlKey => _blink.BlinkMouseEvent.ctrlKey_Getter(this); @DomName('MouseEvent.dataTransfer') @DocsEditable() @Unstable() - DataTransfer get dataTransfer => _blink.BlinkMouseEvent.$dataTransfer_Getter(this); + DataTransfer get dataTransfer => _blink.BlinkMouseEvent.dataTransfer_Getter(this); /** * The nonstandard way to access the element that the mouse comes @@ -20805,37 +20805,37 @@ class MouseEvent extends UIEvent { @DomName('MouseEvent.fromElement') @DocsEditable() @deprecated - Node get fromElement => _blink.BlinkMouseEvent.$fromElement_Getter(this); + Node get fromElement => _blink.BlinkMouseEvent.fromElement_Getter(this); @DomName('MouseEvent.metaKey') @DocsEditable() - bool get metaKey => _blink.BlinkMouseEvent.$metaKey_Getter(this); + bool get metaKey => _blink.BlinkMouseEvent.metaKey_Getter(this); @DomName('MouseEvent.offsetX') @DocsEditable() @Unstable() - int get _offsetX => _blink.BlinkMouseEvent.$offsetX_Getter(this); + int get _offsetX => _blink.BlinkMouseEvent.offsetX_Getter(this); @DomName('MouseEvent.offsetY') @DocsEditable() @Unstable() - int get _offsetY => _blink.BlinkMouseEvent.$offsetY_Getter(this); + int get _offsetY => _blink.BlinkMouseEvent.offsetY_Getter(this); @DomName('MouseEvent.relatedTarget') @DocsEditable() - EventTarget get relatedTarget => _blink.BlinkMouseEvent.$relatedTarget_Getter(this); + EventTarget get relatedTarget => _blink.BlinkMouseEvent.relatedTarget_Getter(this); @DomName('MouseEvent.screenX') @DocsEditable() - int get _screenX => _blink.BlinkMouseEvent.$screenX_Getter(this); + int get _screenX => _blink.BlinkMouseEvent.screenX_Getter(this); @DomName('MouseEvent.screenY') @DocsEditable() - int get _screenY => _blink.BlinkMouseEvent.$screenY_Getter(this); + int get _screenY => _blink.BlinkMouseEvent.screenY_Getter(this); @DomName('MouseEvent.shiftKey') @DocsEditable() - bool get shiftKey => _blink.BlinkMouseEvent.$shiftKey_Getter(this); + bool get shiftKey => _blink.BlinkMouseEvent.shiftKey_Getter(this); /** * The nonstandard way to access the element that the mouse goes @@ -20847,25 +20847,25 @@ class MouseEvent extends UIEvent { @DomName('MouseEvent.toElement') @DocsEditable() @deprecated - Node get toElement => _blink.BlinkMouseEvent.$toElement_Getter(this); + Node get toElement => _blink.BlinkMouseEvent.toElement_Getter(this); @DomName('MouseEvent.webkitMovementX') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - int get _webkitMovementX => _blink.BlinkMouseEvent.$webkitMovementX_Getter(this); + int get _webkitMovementX => _blink.BlinkMouseEvent.webkitMovementX_Getter(this); @DomName('MouseEvent.webkitMovementY') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - int get _webkitMovementY => _blink.BlinkMouseEvent.$webkitMovementY_Getter(this); + int get _webkitMovementY => _blink.BlinkMouseEvent.webkitMovementY_Getter(this); @DomName('MouseEvent.initMouseEvent') @DocsEditable() - void _initMouseEvent(String type, bool canBubble, bool cancelable, Window view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarget) => _blink.BlinkMouseEvent.$initMouseEvent_Callback(this, type, canBubble, cancelable, view, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget); + void _initMouseEvent(String type, bool canBubble, bool cancelable, Window view, int detail, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, int button, EventTarget relatedTarget) => _blink.BlinkMouseEvent.initMouseEvent_Callback_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boolean_boolean_boolean_us_EventTarget(this, type, canBubble, cancelable, view, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, button, relatedTarget); @deprecated @@ -20935,19 +20935,19 @@ class MutationObserver extends NativeFieldWrapperClass2 { factory MutationObserver._(MutationCallback callback) => _create(callback); @DocsEditable() - static MutationObserver _create(callback) => _blink.BlinkMutationObserver.$constructorCallback(callback); + static MutationObserver _create(callback) => _blink.BlinkMutationObserver.constructorCallback_MutationCallback(callback); @DomName('MutationObserver.disconnect') @DocsEditable() - void disconnect() => _blink.BlinkMutationObserver.$disconnect_Callback(this); + void disconnect() => _blink.BlinkMutationObserver.disconnect_Callback(this); @DomName('MutationObserver.observe') @DocsEditable() - void _observe(Node target, Map options) => _blink.BlinkMutationObserver.$observe_Callback(this, target, options); + void _observe(Node target, Map options) => _blink.BlinkMutationObserver.observe_Callback_Node_Dictionary(this, target, options); @DomName('MutationObserver.takeRecords') @DocsEditable() - List takeRecords() => _blink.BlinkMutationObserver.$takeRecords_Callback(this); + List takeRecords() => _blink.BlinkMutationObserver.takeRecords_Callback(this); /** * Checks to see if the mutation observer API is supported on the current @@ -21032,39 +21032,39 @@ class MutationRecord extends NativeFieldWrapperClass2 { @DomName('MutationRecord.addedNodes') @DocsEditable() - List get addedNodes => _blink.BlinkMutationRecord.$addedNodes_Getter(this); + List get addedNodes => _blink.BlinkMutationRecord.addedNodes_Getter(this); @DomName('MutationRecord.attributeName') @DocsEditable() - String get attributeName => _blink.BlinkMutationRecord.$attributeName_Getter(this); + String get attributeName => _blink.BlinkMutationRecord.attributeName_Getter(this); @DomName('MutationRecord.attributeNamespace') @DocsEditable() - String get attributeNamespace => _blink.BlinkMutationRecord.$attributeNamespace_Getter(this); + String get attributeNamespace => _blink.BlinkMutationRecord.attributeNamespace_Getter(this); @DomName('MutationRecord.nextSibling') @DocsEditable() - Node get nextSibling => _blink.BlinkMutationRecord.$nextSibling_Getter(this); + Node get nextSibling => _blink.BlinkMutationRecord.nextSibling_Getter(this); @DomName('MutationRecord.oldValue') @DocsEditable() - String get oldValue => _blink.BlinkMutationRecord.$oldValue_Getter(this); + String get oldValue => _blink.BlinkMutationRecord.oldValue_Getter(this); @DomName('MutationRecord.previousSibling') @DocsEditable() - Node get previousSibling => _blink.BlinkMutationRecord.$previousSibling_Getter(this); + Node get previousSibling => _blink.BlinkMutationRecord.previousSibling_Getter(this); @DomName('MutationRecord.removedNodes') @DocsEditable() - List get removedNodes => _blink.BlinkMutationRecord.$removedNodes_Getter(this); + List get removedNodes => _blink.BlinkMutationRecord.removedNodes_Getter(this); @DomName('MutationRecord.target') @DocsEditable() - Node get target => _blink.BlinkMutationRecord.$target_Getter(this); + Node get target => _blink.BlinkMutationRecord.target_Getter(this); @DomName('MutationRecord.type') @DocsEditable() - String get type => _blink.BlinkMutationRecord.$type_Getter(this); + String get type => _blink.BlinkMutationRecord.type_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -21137,57 +21137,57 @@ class Navigator extends NativeFieldWrapperClass2 implements NavigatorOnLine, Nav @DomName('Navigator.cookieEnabled') @DocsEditable() @Unstable() - bool get cookieEnabled => _blink.BlinkNavigator.$cookieEnabled_Getter(this); + bool get cookieEnabled => _blink.BlinkNavigator.cookieEnabled_Getter(this); @DomName('Navigator.doNotTrack') @DocsEditable() // http://www.w3.org/2011/tracking-protection/drafts/tracking-dnt.html#js-dom @Experimental() // experimental - String get doNotTrack => _blink.BlinkNavigator.$doNotTrack_Getter(this); + String get doNotTrack => _blink.BlinkNavigator.doNotTrack_Getter(this); @DomName('Navigator.geolocation') @DocsEditable() @Unstable() - Geolocation get geolocation => _blink.BlinkNavigator.$geolocation_Getter(this); + Geolocation get geolocation => _blink.BlinkNavigator.geolocation_Getter(this); @DomName('Navigator.language') @DocsEditable() - String get language => _blink.BlinkNavigator.$language_Getter(this); + String get language => _blink.BlinkNavigator.language_Getter(this); @DomName('Navigator.maxTouchPoints') @DocsEditable() @Experimental() // untriaged - int get maxTouchPoints => _blink.BlinkNavigator.$maxTouchPoints_Getter(this); + int get maxTouchPoints => _blink.BlinkNavigator.maxTouchPoints_Getter(this); @DomName('Navigator.mimeTypes') @DocsEditable() @Experimental() // nonstandard - MimeTypeArray get mimeTypes => _blink.BlinkNavigator.$mimeTypes_Getter(this); + MimeTypeArray get mimeTypes => _blink.BlinkNavigator.mimeTypes_Getter(this); @DomName('Navigator.productSub') @DocsEditable() @Unstable() - String get productSub => _blink.BlinkNavigator.$productSub_Getter(this); + String get productSub => _blink.BlinkNavigator.productSub_Getter(this); @DomName('Navigator.serviceWorker') @DocsEditable() @Experimental() // untriaged - ServiceWorkerContainer get serviceWorker => _blink.BlinkNavigator.$serviceWorker_Getter(this); + ServiceWorkerContainer get serviceWorker => _blink.BlinkNavigator.serviceWorker_Getter(this); @DomName('Navigator.storageQuota') @DocsEditable() @Experimental() // untriaged - StorageQuota get storageQuota => _blink.BlinkNavigator.$storageQuota_Getter(this); + StorageQuota get storageQuota => _blink.BlinkNavigator.storageQuota_Getter(this); @DomName('Navigator.vendor') @DocsEditable() @Unstable() - String get vendor => _blink.BlinkNavigator.$vendor_Getter(this); + String get vendor => _blink.BlinkNavigator.vendor_Getter(this); @DomName('Navigator.vendorSub') @DocsEditable() @Unstable() - String get vendorSub => _blink.BlinkNavigator.$vendorSub_Getter(this); + String get vendorSub => _blink.BlinkNavigator.vendorSub_Getter(this); @DomName('Navigator.webkitPersistentStorage') @DocsEditable() @@ -21195,7 +21195,7 @@ class Navigator extends NativeFieldWrapperClass2 implements NavigatorOnLine, Nav @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // http://www.w3.org/TR/quota-api/#accessing-storagequota - DeprecatedStorageQuota get persistentStorage => _blink.BlinkNavigator.$webkitPersistentStorage_Getter(this); + DeprecatedStorageQuota get persistentStorage => _blink.BlinkNavigator.webkitPersistentStorage_Getter(this); @DomName('Navigator.webkitTemporaryStorage') @DocsEditable() @@ -21203,33 +21203,33 @@ class Navigator extends NativeFieldWrapperClass2 implements NavigatorOnLine, Nav @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // http://www.w3.org/TR/quota-api/#accessing-storagequota - DeprecatedStorageQuota get temporaryStorage => _blink.BlinkNavigator.$webkitTemporaryStorage_Getter(this); + DeprecatedStorageQuota get temporaryStorage => _blink.BlinkNavigator.webkitTemporaryStorage_Getter(this); @DomName('Navigator.getStorageUpdates') @DocsEditable() // http://www.whatwg.org/specs/web-apps/current-work/multipage/timers.html#navigatorstorageutils @Experimental() - void getStorageUpdates() => _blink.BlinkNavigator.$getStorageUpdates_Callback(this); + void getStorageUpdates() => _blink.BlinkNavigator.getStorageUpdates_Callback(this); @DomName('Navigator.isProtocolHandlerRegistered') @DocsEditable() @Experimental() // untriaged - String isProtocolHandlerRegistered(String scheme, String url) => _blink.BlinkNavigator.$isProtocolHandlerRegistered_Callback(this, scheme, url); + String isProtocolHandlerRegistered(String scheme, String url) => _blink.BlinkNavigator.isProtocolHandlerRegistered_Callback_DOMString_DOMString(this, scheme, url); @DomName('Navigator.registerProtocolHandler') @DocsEditable() @Unstable() - void registerProtocolHandler(String scheme, String url, String title) => _blink.BlinkNavigator.$registerProtocolHandler_Callback(this, scheme, url, title); + void registerProtocolHandler(String scheme, String url, String title) => _blink.BlinkNavigator.registerProtocolHandler_Callback_DOMString_DOMString_DOMString(this, scheme, url, title); @DomName('Navigator.requestMIDIAccess') @DocsEditable() @Experimental() // untriaged - MidiAccessPromise requestMidiAccess([Map options]) => _blink.BlinkNavigator.$requestMIDIAccess_Callback(this, options); + MidiAccessPromise requestMidiAccess([Map options]) => _blink.BlinkNavigator.requestMIDIAccess_Callback_Dictionary(this, options); @DomName('Navigator.unregisterProtocolHandler') @DocsEditable() @Experimental() // untriaged - void unregisterProtocolHandler(String scheme, String url) => _blink.BlinkNavigator.$unregisterProtocolHandler_Callback(this, scheme, url); + void unregisterProtocolHandler(String scheme, String url) => _blink.BlinkNavigator.unregisterProtocolHandler_Callback_DOMString_DOMString(this, scheme, url); @DomName('Navigator.webkitGetGamepads') @DocsEditable() @@ -21237,44 +21237,44 @@ class Navigator extends NativeFieldWrapperClass2 implements NavigatorOnLine, Nav @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#widl-Navigator-getGamepads-Gamepad - List getGamepads() => _blink.BlinkNavigator.$webkitGetGamepads_Callback(this); + List getGamepads() => _blink.BlinkNavigator.webkitGetGamepads_Callback(this); @DomName('Navigator.webkitGetUserMedia') @DocsEditable() // http://dev.w3.org/2011/webrtc/editor/getusermedia.html#navigatorusermedia @Experimental() - void _getUserMedia(Map options, _NavigatorUserMediaSuccessCallback successCallback, [_NavigatorUserMediaErrorCallback errorCallback]) => _blink.BlinkNavigator.$webkitGetUserMedia_Callback(this, options, successCallback, errorCallback); + void _getUserMedia(Map options, _NavigatorUserMediaSuccessCallback successCallback, [_NavigatorUserMediaErrorCallback errorCallback]) => _blink.BlinkNavigator.webkitGetUserMedia_Callback_Dictionary_NavigatorUserMediaSuccessCallback_NavigatorUserMediaErrorCallback(this, options, successCallback, errorCallback); @DomName('Navigator.appCodeName') @DocsEditable() @Experimental() // non-standard - String get appCodeName => _blink.BlinkNavigator.$appCodeName_Getter(this); + String get appCodeName => _blink.BlinkNavigator.appCodeName_Getter(this); @DomName('Navigator.appName') @DocsEditable() - String get appName => _blink.BlinkNavigator.$appName_Getter(this); + String get appName => _blink.BlinkNavigator.appName_Getter(this); @DomName('Navigator.appVersion') @DocsEditable() - String get appVersion => _blink.BlinkNavigator.$appVersion_Getter(this); + String get appVersion => _blink.BlinkNavigator.appVersion_Getter(this); @DomName('Navigator.platform') @DocsEditable() - String get platform => _blink.BlinkNavigator.$platform_Getter(this); + String get platform => _blink.BlinkNavigator.platform_Getter(this); @DomName('Navigator.product') @DocsEditable() @Unstable() - String get product => _blink.BlinkNavigator.$product_Getter(this); + String get product => _blink.BlinkNavigator.product_Getter(this); @DomName('Navigator.userAgent') @DocsEditable() - String get userAgent => _blink.BlinkNavigator.$userAgent_Getter(this); + String get userAgent => _blink.BlinkNavigator.userAgent_Getter(this); @DomName('Navigator.onLine') @DocsEditable() @Unstable() - bool get onLine => _blink.BlinkNavigator.$onLine_Getter(this); + bool get onLine => _blink.BlinkNavigator.onLine_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -21294,32 +21294,32 @@ abstract class NavigatorID extends NativeFieldWrapperClass2 { @DomName('NavigatorID.appCodeName') @DocsEditable() @Experimental() // untriaged - String get appCodeName => _blink.BlinkNavigatorID.$appCodeName_Getter(this); + String get appCodeName => _blink.BlinkNavigatorID.appCodeName_Getter(this); @DomName('NavigatorID.appName') @DocsEditable() @Experimental() // untriaged - String get appName => _blink.BlinkNavigatorID.$appName_Getter(this); + String get appName => _blink.BlinkNavigatorID.appName_Getter(this); @DomName('NavigatorID.appVersion') @DocsEditable() @Experimental() // untriaged - String get appVersion => _blink.BlinkNavigatorID.$appVersion_Getter(this); + String get appVersion => _blink.BlinkNavigatorID.appVersion_Getter(this); @DomName('NavigatorID.platform') @DocsEditable() @Experimental() // untriaged - String get platform => _blink.BlinkNavigatorID.$platform_Getter(this); + String get platform => _blink.BlinkNavigatorID.platform_Getter(this); @DomName('NavigatorID.product') @DocsEditable() @Experimental() // untriaged - String get product => _blink.BlinkNavigatorID.$product_Getter(this); + String get product => _blink.BlinkNavigatorID.product_Getter(this); @DomName('NavigatorID.userAgent') @DocsEditable() @Experimental() // untriaged - String get userAgent => _blink.BlinkNavigatorID.$userAgent_Getter(this); + String get userAgent => _blink.BlinkNavigatorID.userAgent_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -21339,7 +21339,7 @@ abstract class NavigatorOnLine extends NativeFieldWrapperClass2 { @DomName('NavigatorOnLine.onLine') @DocsEditable() @Experimental() // untriaged - bool get onLine => _blink.BlinkNavigatorOnLine.$onLine_Getter(this); + bool get onLine => _blink.BlinkNavigatorOnLine.onLine_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -21359,15 +21359,15 @@ class NavigatorUserMediaError extends NativeFieldWrapperClass2 { @DomName('NavigatorUserMediaError.constraintName') @DocsEditable() - String get constraintName => _blink.BlinkNavigatorUserMediaError.$constraintName_Getter(this); + String get constraintName => _blink.BlinkNavigatorUserMediaError.constraintName_Getter(this); @DomName('NavigatorUserMediaError.message') @DocsEditable() - String get message => _blink.BlinkNavigatorUserMediaError.$message_Getter(this); + String get message => _blink.BlinkNavigatorUserMediaError.message_Getter(this); @DomName('NavigatorUserMediaError.name') @DocsEditable() - String get name => _blink.BlinkNavigatorUserMediaError.$name_Getter(this); + String get name => _blink.BlinkNavigatorUserMediaError.name_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -21697,7 +21697,7 @@ class Node extends EventTarget { @DomName('Node.baseURI') @DocsEditable() - String get baseUri => _blink.BlinkNode.$baseURI_Getter(this); + String get baseUri => _blink.BlinkNode.baseURI_Getter(this); /** * A list of this node's children. @@ -21710,7 +21710,7 @@ class Node extends EventTarget { */ @DomName('Node.childNodes') @DocsEditable() - List get childNodes => _blink.BlinkNode.$childNodes_Getter(this); + List get childNodes => _blink.BlinkNode.childNodes_Getter(this); /** * The first child of this node. @@ -21723,7 +21723,7 @@ class Node extends EventTarget { */ @DomName('Node.firstChild') @DocsEditable() - Node get firstChild => _blink.BlinkNode.$firstChild_Getter(this); + Node get firstChild => _blink.BlinkNode.firstChild_Getter(this); /** * The last child of this node. @@ -21736,15 +21736,15 @@ class Node extends EventTarget { */ @DomName('Node.lastChild') @DocsEditable() - Node get lastChild => _blink.BlinkNode.$lastChild_Getter(this); + Node get lastChild => _blink.BlinkNode.lastChild_Getter(this); @DomName('Node.localName') @DocsEditable() - String get _localName => _blink.BlinkNode.$localName_Getter(this); + String get _localName => _blink.BlinkNode.localName_Getter(this); @DomName('Node.namespaceURI') @DocsEditable() - String get _namespaceUri => _blink.BlinkNode.$namespaceURI_Getter(this); + String get _namespaceUri => _blink.BlinkNode.namespaceURI_Getter(this); /** * The next sibling node. @@ -21757,7 +21757,7 @@ class Node extends EventTarget { */ @DomName('Node.nextSibling') @DocsEditable() - Node get nextNode => _blink.BlinkNode.$nextSibling_Getter(this); + Node get nextNode => _blink.BlinkNode.nextSibling_Getter(this); /** * The name of this node. @@ -21773,7 +21773,7 @@ class Node extends EventTarget { */ @DomName('Node.nodeName') @DocsEditable() - String get nodeName => _blink.BlinkNode.$nodeName_Getter(this); + String get nodeName => _blink.BlinkNode.nodeName_Getter(this); /** * The type of node. @@ -21800,7 +21800,7 @@ class Node extends EventTarget { */ @DomName('Node.nodeType') @DocsEditable() - int get nodeType => _blink.BlinkNode.$nodeType_Getter(this); + int get nodeType => _blink.BlinkNode.nodeType_Getter(this); /** * The value of this node. @@ -21816,7 +21816,7 @@ class Node extends EventTarget { */ @DomName('Node.nodeValue') @DocsEditable() - String get nodeValue => _blink.BlinkNode.$nodeValue_Getter(this); + String get nodeValue => _blink.BlinkNode.nodeValue_Getter(this); /** * The document this node belongs to. @@ -21831,7 +21831,7 @@ class Node extends EventTarget { */ @DomName('Node.ownerDocument') @DocsEditable() - Document get ownerDocument => _blink.BlinkNode.$ownerDocument_Getter(this); + Document get ownerDocument => _blink.BlinkNode.ownerDocument_Getter(this); /** * The parent element of this node. @@ -21847,7 +21847,7 @@ class Node extends EventTarget { */ @DomName('Node.parentElement') @DocsEditable() - Element get parent => _blink.BlinkNode.$parentElement_Getter(this); + Element get parent => _blink.BlinkNode.parentElement_Getter(this); /** * The parent node of this node. @@ -21860,7 +21860,7 @@ class Node extends EventTarget { */ @DomName('Node.parentNode') @DocsEditable() - Node get parentNode => _blink.BlinkNode.$parentNode_Getter(this); + Node get parentNode => _blink.BlinkNode.parentNode_Getter(this); /** * The previous sibling node. @@ -21873,7 +21873,7 @@ class Node extends EventTarget { */ @DomName('Node.previousSibling') @DocsEditable() - Node get previousNode => _blink.BlinkNode.$previousSibling_Getter(this); + Node get previousNode => _blink.BlinkNode.previousSibling_Getter(this); /** * All text within this node and its decendents. @@ -21886,7 +21886,7 @@ class Node extends EventTarget { */ @DomName('Node.textContent') @DocsEditable() - String get text => _blink.BlinkNode.$textContent_Getter(this); + String get text => _blink.BlinkNode.textContent_Getter(this); /** * All text within this node and its decendents. @@ -21899,7 +21899,7 @@ class Node extends EventTarget { */ @DomName('Node.textContent') @DocsEditable() - void set text(String value) => _blink.BlinkNode.$textContent_Setter(this, value); + void set text(String value) => _blink.BlinkNode.textContent_Setter_DOMString(this, value); /** * Adds a node to the end of the child [nodes] list of this node. @@ -21912,7 +21912,7 @@ class Node extends EventTarget { */ @DomName('Node.appendChild') @DocsEditable() - Node append(Node newChild) => _blink.BlinkNode.$appendChild_Callback(this, newChild); + Node append(Node newChild) => _blink.BlinkNode.appendChild_Callback_Node(this, newChild); /** * Returns a copy of this node. @@ -21928,7 +21928,7 @@ class Node extends EventTarget { */ @DomName('Node.cloneNode') @DocsEditable() - Node clone(bool deep) => _blink.BlinkNode.$cloneNode_Callback(this, deep); + Node clone(bool deep) => _blink.BlinkNode.cloneNode_Callback_boolean(this, deep); /** * Returns true if this node contains the specified node. @@ -21940,7 +21940,7 @@ class Node extends EventTarget { */ @DomName('Node.contains') @DocsEditable() - bool contains(Node other) => _blink.BlinkNode.$contains_Callback(this, other); + bool contains(Node other) => _blink.BlinkNode.contains_Callback_Node(this, other); /** * Returns true if this node has any children. @@ -21953,7 +21953,7 @@ class Node extends EventTarget { */ @DomName('Node.hasChildNodes') @DocsEditable() - bool hasChildNodes() => _blink.BlinkNode.$hasChildNodes_Callback(this); + bool hasChildNodes() => _blink.BlinkNode.hasChildNodes_Callback(this); /** * Inserts all of the nodes into this node directly before refChild. @@ -21966,15 +21966,15 @@ class Node extends EventTarget { */ @DomName('Node.insertBefore') @DocsEditable() - Node insertBefore(Node newChild, Node refChild) => _blink.BlinkNode.$insertBefore_Callback(this, newChild, refChild); + Node insertBefore(Node newChild, Node refChild) => _blink.BlinkNode.insertBefore_Callback_Node_Node(this, newChild, refChild); @DomName('Node.removeChild') @DocsEditable() - Node _removeChild(Node oldChild) => _blink.BlinkNode.$removeChild_Callback(this, oldChild); + Node _removeChild(Node oldChild) => _blink.BlinkNode.removeChild_Callback_Node(this, oldChild); @DomName('Node.replaceChild') @DocsEditable() - Node _replaceChild(Node newChild, Node oldChild) => _blink.BlinkNode.$replaceChild_Callback(this, newChild, oldChild); + Node _replaceChild(Node newChild, Node oldChild) => _blink.BlinkNode.replaceChild_Callback_Node_Node(this, newChild, oldChild); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22052,31 +22052,31 @@ class NodeIterator extends NativeFieldWrapperClass2 { @DomName('NodeIterator.pointerBeforeReferenceNode') @DocsEditable() - bool get pointerBeforeReferenceNode => _blink.BlinkNodeIterator.$pointerBeforeReferenceNode_Getter(this); + bool get pointerBeforeReferenceNode => _blink.BlinkNodeIterator.pointerBeforeReferenceNode_Getter(this); @DomName('NodeIterator.referenceNode') @DocsEditable() - Node get referenceNode => _blink.BlinkNodeIterator.$referenceNode_Getter(this); + Node get referenceNode => _blink.BlinkNodeIterator.referenceNode_Getter(this); @DomName('NodeIterator.root') @DocsEditable() - Node get root => _blink.BlinkNodeIterator.$root_Getter(this); + Node get root => _blink.BlinkNodeIterator.root_Getter(this); @DomName('NodeIterator.whatToShow') @DocsEditable() - int get whatToShow => _blink.BlinkNodeIterator.$whatToShow_Getter(this); + int get whatToShow => _blink.BlinkNodeIterator.whatToShow_Getter(this); @DomName('NodeIterator.detach') @DocsEditable() - void detach() => _blink.BlinkNodeIterator.$detach_Callback(this); + void detach() => _blink.BlinkNodeIterator.detach_Callback(this); @DomName('NodeIterator.nextNode') @DocsEditable() - Node nextNode() => _blink.BlinkNodeIterator.$nextNode_Callback(this); + Node nextNode() => _blink.BlinkNodeIterator.nextNode_Callback(this); @DomName('NodeIterator.previousNode') @DocsEditable() - Node previousNode() => _blink.BlinkNodeIterator.$previousNode_Callback(this); + Node previousNode() => _blink.BlinkNodeIterator.previousNode_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22094,15 +22094,15 @@ class NodeList extends NativeFieldWrapperClass2 with ListMixin, ImmutableL @DomName('NodeList.length') @DocsEditable() - int get length => _blink.BlinkNodeList.$length_Getter(this); + int get length => _blink.BlinkNodeList.length_Getter(this); Node operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkNodeList.$NativeIndexed_Getter(this, index); + return _blink.BlinkNodeList.item_Callback_ul(this, index); } - Node _nativeIndexedGetter(int index) => _blink.BlinkNodeList.$NativeIndexed_Getter(this, index); + Node _nativeIndexedGetter(int index) => _blink.BlinkNodeList.item_Callback_ul(this, index); void operator[]=(int index, Node value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -22144,7 +22144,7 @@ class NodeList extends NativeFieldWrapperClass2 with ListMixin, ImmutableL @DomName('NodeList.item') @DocsEditable() - Node _item(int index) => _blink.BlinkNodeList.$item_Callback(this, index); + Node _item(int index) => _blink.BlinkNodeList.item_Callback_ul(this, index); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -22215,50 +22215,50 @@ class Notification extends EventTarget { @DomName('Notification.Notification') @DocsEditable() static Notification _factoryNotification(String title, [Map options]) { - return _blink.BlinkNotification.$_create_1constructorCallback(title, options); + return _blink.BlinkNotification.constructorCallback_DOMString_Dictionary(title, options); } @DomName('Notification.body') @DocsEditable() @Experimental() // untriaged - String get body => _blink.BlinkNotification.$body_Getter(this); + String get body => _blink.BlinkNotification.body_Getter(this); @DomName('Notification.dir') @DocsEditable() @Experimental() // nonstandard - String get dir => _blink.BlinkNotification.$dir_Getter(this); + String get dir => _blink.BlinkNotification.dir_Getter(this); @DomName('Notification.icon') @DocsEditable() @Experimental() // untriaged - String get icon => _blink.BlinkNotification.$icon_Getter(this); + String get icon => _blink.BlinkNotification.icon_Getter(this); @DomName('Notification.lang') @DocsEditable() @Experimental() // untriaged - String get lang => _blink.BlinkNotification.$lang_Getter(this); + String get lang => _blink.BlinkNotification.lang_Getter(this); @DomName('Notification.permission') @DocsEditable() - String get permission => _blink.BlinkNotification.$permission_Getter(this); + String get permission => _blink.BlinkNotification.permission_Getter(this); @DomName('Notification.tag') @DocsEditable() @Experimental() // nonstandard - String get tag => _blink.BlinkNotification.$tag_Getter(this); + String get tag => _blink.BlinkNotification.tag_Getter(this); @DomName('Notification.title') @DocsEditable() @Experimental() // untriaged - String get title => _blink.BlinkNotification.$title_Getter(this); + String get title => _blink.BlinkNotification.title_Getter(this); @DomName('Notification.close') @DocsEditable() - void close() => _blink.BlinkNotification.$close_Callback(this); + void close() => _blink.BlinkNotification.close_Callback(this); @DomName('Notification.requestPermission') @DocsEditable() - static void _requestPermission([_NotificationPermissionCallback callback]) => _blink.BlinkNotification.$requestPermission_Callback(callback); + static void _requestPermission([_NotificationPermissionCallback callback]) => _blink.BlinkNotification.requestPermission_Callback_NotificationPermissionCallback(callback); static Future requestPermission() { var completer = new Completer(); @@ -22324,27 +22324,27 @@ class OListElement extends HtmlElement { @DomName('HTMLOListElement.reversed') @DocsEditable() - bool get reversed => _blink.BlinkHTMLOListElement.$reversed_Getter(this); + bool get reversed => _blink.BlinkHTMLOListElement.reversed_Getter(this); @DomName('HTMLOListElement.reversed') @DocsEditable() - void set reversed(bool value) => _blink.BlinkHTMLOListElement.$reversed_Setter(this, value); + void set reversed(bool value) => _blink.BlinkHTMLOListElement.reversed_Setter_boolean(this, value); @DomName('HTMLOListElement.start') @DocsEditable() - int get start => _blink.BlinkHTMLOListElement.$start_Getter(this); + int get start => _blink.BlinkHTMLOListElement.start_Getter(this); @DomName('HTMLOListElement.start') @DocsEditable() - void set start(int value) => _blink.BlinkHTMLOListElement.$start_Setter(this, value); + void set start(int value) => _blink.BlinkHTMLOListElement.start_Setter_long(this, value); @DomName('HTMLOListElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLOListElement.$type_Getter(this); + String get type => _blink.BlinkHTMLOListElement.type_Getter(this); @DomName('HTMLOListElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkHTMLOListElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkHTMLOListElement.type_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22379,83 +22379,83 @@ class ObjectElement extends HtmlElement { @DomName('HTMLObjectElement.data') @DocsEditable() - String get data => _blink.BlinkHTMLObjectElement.$data_Getter(this); + String get data => _blink.BlinkHTMLObjectElement.data_Getter(this); @DomName('HTMLObjectElement.data') @DocsEditable() - void set data(String value) => _blink.BlinkHTMLObjectElement.$data_Setter(this, value); + void set data(String value) => _blink.BlinkHTMLObjectElement.data_Setter_DOMString(this, value); @DomName('HTMLObjectElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLObjectElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLObjectElement.form_Getter(this); @DomName('HTMLObjectElement.height') @DocsEditable() - String get height => _blink.BlinkHTMLObjectElement.$height_Getter(this); + String get height => _blink.BlinkHTMLObjectElement.height_Getter(this); @DomName('HTMLObjectElement.height') @DocsEditable() - void set height(String value) => _blink.BlinkHTMLObjectElement.$height_Setter(this, value); + void set height(String value) => _blink.BlinkHTMLObjectElement.height_Setter_DOMString(this, value); @DomName('HTMLObjectElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLObjectElement.$name_Getter(this); + String get name => _blink.BlinkHTMLObjectElement.name_Getter(this); @DomName('HTMLObjectElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLObjectElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLObjectElement.name_Setter_DOMString(this, value); @DomName('HTMLObjectElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLObjectElement.$type_Getter(this); + String get type => _blink.BlinkHTMLObjectElement.type_Getter(this); @DomName('HTMLObjectElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkHTMLObjectElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkHTMLObjectElement.type_Setter_DOMString(this, value); @DomName('HTMLObjectElement.useMap') @DocsEditable() - String get useMap => _blink.BlinkHTMLObjectElement.$useMap_Getter(this); + String get useMap => _blink.BlinkHTMLObjectElement.useMap_Getter(this); @DomName('HTMLObjectElement.useMap') @DocsEditable() - void set useMap(String value) => _blink.BlinkHTMLObjectElement.$useMap_Setter(this, value); + void set useMap(String value) => _blink.BlinkHTMLObjectElement.useMap_Setter_DOMString(this, value); @DomName('HTMLObjectElement.validationMessage') @DocsEditable() - String get validationMessage => _blink.BlinkHTMLObjectElement.$validationMessage_Getter(this); + String get validationMessage => _blink.BlinkHTMLObjectElement.validationMessage_Getter(this); @DomName('HTMLObjectElement.validity') @DocsEditable() - ValidityState get validity => _blink.BlinkHTMLObjectElement.$validity_Getter(this); + ValidityState get validity => _blink.BlinkHTMLObjectElement.validity_Getter(this); @DomName('HTMLObjectElement.width') @DocsEditable() - String get width => _blink.BlinkHTMLObjectElement.$width_Getter(this); + String get width => _blink.BlinkHTMLObjectElement.width_Getter(this); @DomName('HTMLObjectElement.width') @DocsEditable() - void set width(String value) => _blink.BlinkHTMLObjectElement.$width_Setter(this, value); + void set width(String value) => _blink.BlinkHTMLObjectElement.width_Setter_DOMString(this, value); @DomName('HTMLObjectElement.willValidate') @DocsEditable() - bool get willValidate => _blink.BlinkHTMLObjectElement.$willValidate_Getter(this); + bool get willValidate => _blink.BlinkHTMLObjectElement.willValidate_Getter(this); @DomName('HTMLObjectElement.__getter__') @DocsEditable() - bool __getter__(index_OR_name) => _blink.BlinkHTMLObjectElement.$__getter___Callback(this, index_OR_name); + bool __getter__(index_OR_name) => _blink.BlinkHTMLObjectElement.$__getter___Callback_ul(this, index_OR_name); @DomName('HTMLObjectElement.__setter__') @DocsEditable() - void __setter__(index_OR_name, Node value) => _blink.BlinkHTMLObjectElement.$__setter___Callback(this, index_OR_name, value); + void __setter__(index_OR_name, Node value) => _blink.BlinkHTMLObjectElement.$__setter___Callback_ul_Node(this, index_OR_name, value); @DomName('HTMLObjectElement.checkValidity') @DocsEditable() - bool checkValidity() => _blink.BlinkHTMLObjectElement.$checkValidity_Callback(this); + bool checkValidity() => _blink.BlinkHTMLObjectElement.checkValidity_Callback(this); @DomName('HTMLObjectElement.setCustomValidity') @DocsEditable() - void setCustomValidity(String error) => _blink.BlinkHTMLObjectElement.$setCustomValidity_Callback(this, error); + void setCustomValidity(String error) => _blink.BlinkHTMLObjectElement.setCustomValidity_Callback_DOMString(this, error); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22483,19 +22483,19 @@ class OptGroupElement extends HtmlElement { @DomName('HTMLOptGroupElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkHTMLOptGroupElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkHTMLOptGroupElement.disabled_Getter(this); @DomName('HTMLOptGroupElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkHTMLOptGroupElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkHTMLOptGroupElement.disabled_Setter_boolean(this, value); @DomName('HTMLOptGroupElement.label') @DocsEditable() - String get label => _blink.BlinkHTMLOptGroupElement.$label_Getter(this); + String get label => _blink.BlinkHTMLOptGroupElement.label_Getter(this); @DomName('HTMLOptGroupElement.label') @DocsEditable() - void set label(String value) => _blink.BlinkHTMLOptGroupElement.$label_Setter(this, value); + void set label(String value) => _blink.BlinkHTMLOptGroupElement.label_Setter_DOMString(this, value); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -22512,7 +22512,7 @@ class OptionElement extends HtmlElement { @DomName('HTMLOptionElement.HTMLOptionElement') @DocsEditable() factory OptionElement._([String data, String value, bool defaultSelected, bool selected]) { - return _blink.BlinkHTMLOptionElement.$_create_1constructorCallback(data, value, defaultSelected, selected); + return _blink.BlinkHTMLOptionElement.constructorCallback_DOMString_DOMString_boolean_boolean(data, value, defaultSelected, selected); } /** * Constructor instantiated by the DOM when a custom element has been created. @@ -22523,51 +22523,51 @@ class OptionElement extends HtmlElement { @DomName('HTMLOptionElement.defaultSelected') @DocsEditable() - bool get defaultSelected => _blink.BlinkHTMLOptionElement.$defaultSelected_Getter(this); + bool get defaultSelected => _blink.BlinkHTMLOptionElement.defaultSelected_Getter(this); @DomName('HTMLOptionElement.defaultSelected') @DocsEditable() - void set defaultSelected(bool value) => _blink.BlinkHTMLOptionElement.$defaultSelected_Setter(this, value); + void set defaultSelected(bool value) => _blink.BlinkHTMLOptionElement.defaultSelected_Setter_boolean(this, value); @DomName('HTMLOptionElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkHTMLOptionElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkHTMLOptionElement.disabled_Getter(this); @DomName('HTMLOptionElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkHTMLOptionElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkHTMLOptionElement.disabled_Setter_boolean(this, value); @DomName('HTMLOptionElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLOptionElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLOptionElement.form_Getter(this); @DomName('HTMLOptionElement.index') @DocsEditable() - int get index => _blink.BlinkHTMLOptionElement.$index_Getter(this); + int get index => _blink.BlinkHTMLOptionElement.index_Getter(this); @DomName('HTMLOptionElement.label') @DocsEditable() - String get label => _blink.BlinkHTMLOptionElement.$label_Getter(this); + String get label => _blink.BlinkHTMLOptionElement.label_Getter(this); @DomName('HTMLOptionElement.label') @DocsEditable() - void set label(String value) => _blink.BlinkHTMLOptionElement.$label_Setter(this, value); + void set label(String value) => _blink.BlinkHTMLOptionElement.label_Setter_DOMString(this, value); @DomName('HTMLOptionElement.selected') @DocsEditable() - bool get selected => _blink.BlinkHTMLOptionElement.$selected_Getter(this); + bool get selected => _blink.BlinkHTMLOptionElement.selected_Getter(this); @DomName('HTMLOptionElement.selected') @DocsEditable() - void set selected(bool value) => _blink.BlinkHTMLOptionElement.$selected_Setter(this, value); + void set selected(bool value) => _blink.BlinkHTMLOptionElement.selected_Setter_boolean(this, value); @DomName('HTMLOptionElement.value') @DocsEditable() - String get value => _blink.BlinkHTMLOptionElement.$value_Getter(this); + String get value => _blink.BlinkHTMLOptionElement.value_Getter(this); @DomName('HTMLOptionElement.value') @DocsEditable() - void set value(String value) => _blink.BlinkHTMLOptionElement.$value_Setter(this, value); + void set value(String value) => _blink.BlinkHTMLOptionElement.value_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22601,64 +22601,64 @@ class OutputElement extends HtmlElement { @DomName('HTMLOutputElement.defaultValue') @DocsEditable() - String get defaultValue => _blink.BlinkHTMLOutputElement.$defaultValue_Getter(this); + String get defaultValue => _blink.BlinkHTMLOutputElement.defaultValue_Getter(this); @DomName('HTMLOutputElement.defaultValue') @DocsEditable() - void set defaultValue(String value) => _blink.BlinkHTMLOutputElement.$defaultValue_Setter(this, value); + void set defaultValue(String value) => _blink.BlinkHTMLOutputElement.defaultValue_Setter_DOMString(this, value); @DomName('HTMLOutputElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLOutputElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLOutputElement.form_Getter(this); @DomName('HTMLOutputElement.htmlFor') @DocsEditable() - DomSettableTokenList get htmlFor => _blink.BlinkHTMLOutputElement.$htmlFor_Getter(this); + DomSettableTokenList get htmlFor => _blink.BlinkHTMLOutputElement.htmlFor_Getter(this); @DomName('HTMLOutputElement.labels') @DocsEditable() @Unstable() - List get labels => _blink.BlinkHTMLOutputElement.$labels_Getter(this); + List get labels => _blink.BlinkHTMLOutputElement.labels_Getter(this); @DomName('HTMLOutputElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLOutputElement.$name_Getter(this); + String get name => _blink.BlinkHTMLOutputElement.name_Getter(this); @DomName('HTMLOutputElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLOutputElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLOutputElement.name_Setter_DOMString(this, value); @DomName('HTMLOutputElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLOutputElement.$type_Getter(this); + String get type => _blink.BlinkHTMLOutputElement.type_Getter(this); @DomName('HTMLOutputElement.validationMessage') @DocsEditable() - String get validationMessage => _blink.BlinkHTMLOutputElement.$validationMessage_Getter(this); + String get validationMessage => _blink.BlinkHTMLOutputElement.validationMessage_Getter(this); @DomName('HTMLOutputElement.validity') @DocsEditable() - ValidityState get validity => _blink.BlinkHTMLOutputElement.$validity_Getter(this); + ValidityState get validity => _blink.BlinkHTMLOutputElement.validity_Getter(this); @DomName('HTMLOutputElement.value') @DocsEditable() - String get value => _blink.BlinkHTMLOutputElement.$value_Getter(this); + String get value => _blink.BlinkHTMLOutputElement.value_Getter(this); @DomName('HTMLOutputElement.value') @DocsEditable() - void set value(String value) => _blink.BlinkHTMLOutputElement.$value_Setter(this, value); + void set value(String value) => _blink.BlinkHTMLOutputElement.value_Setter_DOMString(this, value); @DomName('HTMLOutputElement.willValidate') @DocsEditable() - bool get willValidate => _blink.BlinkHTMLOutputElement.$willValidate_Getter(this); + bool get willValidate => _blink.BlinkHTMLOutputElement.willValidate_Getter(this); @DomName('HTMLOutputElement.checkValidity') @DocsEditable() - bool checkValidity() => _blink.BlinkHTMLOutputElement.$checkValidity_Callback(this); + bool checkValidity() => _blink.BlinkHTMLOutputElement.checkValidity_Callback(this); @DomName('HTMLOutputElement.setCustomValidity') @DocsEditable() - void setCustomValidity(String error) => _blink.BlinkHTMLOutputElement.$setCustomValidity_Callback(this, error); + void setCustomValidity(String error) => _blink.BlinkHTMLOutputElement.setCustomValidity_Callback_DOMString(this, error); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22689,15 +22689,15 @@ class OverflowEvent extends Event { @DomName('OverflowEvent.horizontalOverflow') @DocsEditable() - bool get horizontalOverflow => _blink.BlinkOverflowEvent.$horizontalOverflow_Getter(this); + bool get horizontalOverflow => _blink.BlinkOverflowEvent.horizontalOverflow_Getter(this); @DomName('OverflowEvent.orient') @DocsEditable() - int get orient => _blink.BlinkOverflowEvent.$orient_Getter(this); + int get orient => _blink.BlinkOverflowEvent.orient_Getter(this); @DomName('OverflowEvent.verticalOverflow') @DocsEditable() - bool get verticalOverflow => _blink.BlinkOverflowEvent.$verticalOverflow_Getter(this); + bool get verticalOverflow => _blink.BlinkOverflowEvent.verticalOverflow_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22717,7 +22717,7 @@ class PageTransitionEvent extends Event { @DomName('PageTransitionEvent.persisted') @DocsEditable() - bool get persisted => _blink.BlinkPageTransitionEvent.$persisted_Getter(this); + bool get persisted => _blink.BlinkPageTransitionEvent.persisted_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22770,19 +22770,19 @@ class ParamElement extends HtmlElement { @DomName('HTMLParamElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLParamElement.$name_Getter(this); + String get name => _blink.BlinkHTMLParamElement.name_Getter(this); @DomName('HTMLParamElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLParamElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLParamElement.name_Setter_DOMString(this, value); @DomName('HTMLParamElement.value') @DocsEditable() - String get value => _blink.BlinkHTMLParamElement.$value_Getter(this); + String get value => _blink.BlinkHTMLParamElement.value_Getter(this); @DomName('HTMLParamElement.value') @DocsEditable() - void set value(String value) => _blink.BlinkHTMLParamElement.$value_Setter(this, value); + void set value(String value) => _blink.BlinkHTMLParamElement.value_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22802,22 +22802,22 @@ abstract class ParentNode extends NativeFieldWrapperClass2 { @DomName('ParentNode.childElementCount') @DocsEditable() @Experimental() // untriaged - int get _childElementCount => _blink.BlinkParentNode.$childElementCount_Getter(this); + int get _childElementCount => _blink.BlinkParentNode.childElementCount_Getter(this); @DomName('ParentNode.children') @DocsEditable() @Experimental() // untriaged - List get _children => _blink.BlinkParentNode.$children_Getter(this); + List get _children => _blink.BlinkParentNode.children_Getter(this); @DomName('ParentNode.firstElementChild') @DocsEditable() @Experimental() // untriaged - Element get _firstElementChild => _blink.BlinkParentNode.$firstElementChild_Getter(this); + Element get _firstElementChild => _blink.BlinkParentNode.firstElementChild_Getter(this); @DomName('ParentNode.lastElementChild') @DocsEditable() @Experimental() // untriaged - Element get _lastElementChild => _blink.BlinkParentNode.$lastElementChild_Getter(this); + Element get _lastElementChild => _blink.BlinkParentNode.lastElementChild_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22839,48 +22839,48 @@ class Path extends NativeFieldWrapperClass2 { @DocsEditable() factory Path([path_OR_text]) { if (path_OR_text == null) { - return _blink.BlinkPath.$_create_1constructorCallback(); + return _blink.BlinkPath.constructorCallback(); } if ((path_OR_text is Path || path_OR_text == null)) { - return _blink.BlinkPath.$_create_2constructorCallback(path_OR_text); + return _blink.BlinkPath.constructorCallback_Path2D(path_OR_text); } if ((path_OR_text is String || path_OR_text == null)) { - return _blink.BlinkPath.$_create_3constructorCallback(path_OR_text); + return _blink.BlinkPath.constructorCallback_DOMString(path_OR_text); } throw new ArgumentError("Incorrect number or type of arguments"); } @DomName('Path.arc') @DocsEditable() - void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticlockwise) => _blink.BlinkPath.$arc_Callback(this, x, y, radius, startAngle, endAngle, anticlockwise); + void arc(num x, num y, num radius, num startAngle, num endAngle, bool anticlockwise) => _blink.BlinkPath.arc_Callback_float_float_float_float_float_boolean(this, x, y, radius, startAngle, endAngle, anticlockwise); @DomName('Path.arcTo') @DocsEditable() - void arcTo(num x1, num y1, num x2, num y2, num radius) => _blink.BlinkPath.$arcTo_Callback(this, x1, y1, x2, y2, radius); + void arcTo(num x1, num y1, num x2, num y2, num radius) => _blink.BlinkPath.arcTo_Callback_float_float_float_float_float(this, x1, y1, x2, y2, radius); @DomName('Path.bezierCurveTo') @DocsEditable() - void bezierCurveTo(num cp1x, num cp1y, num cp2x, num cp2y, num x, num y) => _blink.BlinkPath.$bezierCurveTo_Callback(this, cp1x, cp1y, cp2x, cp2y, x, y); + void bezierCurveTo(num cp1x, num cp1y, num cp2x, num cp2y, num x, num y) => _blink.BlinkPath.bezierCurveTo_Callback_float_float_float_float_float_float(this, cp1x, cp1y, cp2x, cp2y, x, y); @DomName('Path.closePath') @DocsEditable() - void closePath() => _blink.BlinkPath.$closePath_Callback(this); + void closePath() => _blink.BlinkPath.closePath_Callback(this); @DomName('Path.lineTo') @DocsEditable() - void lineTo(num x, num y) => _blink.BlinkPath.$lineTo_Callback(this, x, y); + void lineTo(num x, num y) => _blink.BlinkPath.lineTo_Callback_float_float(this, x, y); @DomName('Path.moveTo') @DocsEditable() - void moveTo(num x, num y) => _blink.BlinkPath.$moveTo_Callback(this, x, y); + void moveTo(num x, num y) => _blink.BlinkPath.moveTo_Callback_float_float(this, x, y); @DomName('Path.quadraticCurveTo') @DocsEditable() - void quadraticCurveTo(num cpx, num cpy, num x, num y) => _blink.BlinkPath.$quadraticCurveTo_Callback(this, cpx, cpy, x, y); + void quadraticCurveTo(num cpx, num cpy, num x, num y) => _blink.BlinkPath.quadraticCurveTo_Callback_float_float_float_float(this, cpx, cpy, x, y); @DomName('Path.rect') @DocsEditable() - void rect(num x, num y, num width, num height) => _blink.BlinkPath.$rect_Callback(this, x, y, width, height); + void rect(num x, num y, num width, num height) => _blink.BlinkPath.rect_Callback_float_float_float_float(this, x, y, width, height); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -22919,61 +22919,61 @@ class Performance extends EventTarget { @DomName('Performance.memory') @DocsEditable() @Experimental() // nonstandard - MemoryInfo get memory => _blink.BlinkPerformance.$memory_Getter(this); + MemoryInfo get memory => _blink.BlinkPerformance.memory_Getter(this); @DomName('Performance.navigation') @DocsEditable() - PerformanceNavigation get navigation => _blink.BlinkPerformance.$navigation_Getter(this); + PerformanceNavigation get navigation => _blink.BlinkPerformance.navigation_Getter(this); @DomName('Performance.timing') @DocsEditable() - PerformanceTiming get timing => _blink.BlinkPerformance.$timing_Getter(this); + PerformanceTiming get timing => _blink.BlinkPerformance.timing_Getter(this); @DomName('Performance.clearMarks') @DocsEditable() // https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming/Overview.html#extensions-performance-interface @Experimental() - void clearMarks(String markName) => _blink.BlinkPerformance.$clearMarks_Callback(this, markName); + void clearMarks(String markName) => _blink.BlinkPerformance.clearMarks_Callback_DOMString(this, markName); @DomName('Performance.clearMeasures') @DocsEditable() // https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming/Overview.html#extensions-performance-interface @Experimental() - void clearMeasures(String measureName) => _blink.BlinkPerformance.$clearMeasures_Callback(this, measureName); + void clearMeasures(String measureName) => _blink.BlinkPerformance.clearMeasures_Callback_DOMString(this, measureName); @DomName('Performance.getEntries') @DocsEditable() // http://www.w3.org/TR/performance-timeline/#sec-window.performance-attribute @Experimental() - List getEntries() => _blink.BlinkPerformance.$getEntries_Callback(this); + List getEntries() => _blink.BlinkPerformance.getEntries_Callback(this); @DomName('Performance.getEntriesByName') @DocsEditable() // http://www.w3.org/TR/performance-timeline/#sec-window.performance-attribute @Experimental() - List getEntriesByName(String name, String entryType) => _blink.BlinkPerformance.$getEntriesByName_Callback(this, name, entryType); + List getEntriesByName(String name, String entryType) => _blink.BlinkPerformance.getEntriesByName_Callback_DOMString_DOMString(this, name, entryType); @DomName('Performance.getEntriesByType') @DocsEditable() // http://www.w3.org/TR/performance-timeline/#sec-window.performance-attribute @Experimental() - List getEntriesByType(String entryType) => _blink.BlinkPerformance.$getEntriesByType_Callback(this, entryType); + List getEntriesByType(String entryType) => _blink.BlinkPerformance.getEntriesByType_Callback_DOMString(this, entryType); @DomName('Performance.mark') @DocsEditable() // https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming/Overview.html#extensions-performance-interface @Experimental() - void mark(String markName) => _blink.BlinkPerformance.$mark_Callback(this, markName); + void mark(String markName) => _blink.BlinkPerformance.mark_Callback_DOMString(this, markName); @DomName('Performance.measure') @DocsEditable() // https://dvcs.w3.org/hg/webperf/raw-file/tip/specs/UserTiming/Overview.html#extensions-performance-interface @Experimental() - void measure(String measureName, String startMark, String endMark) => _blink.BlinkPerformance.$measure_Callback(this, measureName, startMark, endMark); + void measure(String measureName, String startMark, String endMark) => _blink.BlinkPerformance.measure_Callback_DOMString_DOMString_DOMString(this, measureName, startMark, endMark); @DomName('Performance.now') @DocsEditable() - double now() => _blink.BlinkPerformance.$now_Callback(this); + double now() => _blink.BlinkPerformance.now_Callback(this); @DomName('Performance.webkitClearResourceTimings') @DocsEditable() @@ -22981,7 +22981,7 @@ class Performance extends EventTarget { @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // http://www.w3c-test.org/webperf/specs/ResourceTiming/#extensions-performance-interface - void clearResourceTimings() => _blink.BlinkPerformance.$webkitClearResourceTimings_Callback(this); + void clearResourceTimings() => _blink.BlinkPerformance.webkitClearResourceTimings_Callback(this); @DomName('Performance.webkitSetResourceTimingBufferSize') @DocsEditable() @@ -22989,7 +22989,7 @@ class Performance extends EventTarget { @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // http://www.w3c-test.org/webperf/specs/ResourceTiming/#performanceresourcetiming-methods - void setResourceTimingBufferSize(int maxSize) => _blink.BlinkPerformance.$webkitSetResourceTimingBufferSize_Callback(this, maxSize); + void setResourceTimingBufferSize(int maxSize) => _blink.BlinkPerformance.webkitSetResourceTimingBufferSize_Callback_ul(this, maxSize); /// Stream of `resourcetimingbufferfull` events handled by this [Performance]. @DomName('Performance.onwebkitresourcetimingbufferfull') @@ -23016,19 +23016,19 @@ class PerformanceEntry extends NativeFieldWrapperClass2 { @DomName('PerformanceEntry.duration') @DocsEditable() - double get duration => _blink.BlinkPerformanceEntry.$duration_Getter(this); + double get duration => _blink.BlinkPerformanceEntry.duration_Getter(this); @DomName('PerformanceEntry.entryType') @DocsEditable() - String get entryType => _blink.BlinkPerformanceEntry.$entryType_Getter(this); + String get entryType => _blink.BlinkPerformanceEntry.entryType_Getter(this); @DomName('PerformanceEntry.name') @DocsEditable() - String get name => _blink.BlinkPerformanceEntry.$name_Getter(this); + String get name => _blink.BlinkPerformanceEntry.name_Getter(this); @DomName('PerformanceEntry.startTime') @DocsEditable() - double get startTime => _blink.BlinkPerformanceEntry.$startTime_Getter(this); + double get startTime => _blink.BlinkPerformanceEntry.startTime_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23095,11 +23095,11 @@ class PerformanceNavigation extends NativeFieldWrapperClass2 { @DomName('PerformanceNavigation.redirectCount') @DocsEditable() - int get redirectCount => _blink.BlinkPerformanceNavigation.$redirectCount_Getter(this); + int get redirectCount => _blink.BlinkPerformanceNavigation.redirectCount_Getter(this); @DomName('PerformanceNavigation.type') @DocsEditable() - int get type => _blink.BlinkPerformanceNavigation.$type_Getter(this); + int get type => _blink.BlinkPerformanceNavigation.type_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23119,54 +23119,54 @@ class PerformanceResourceTiming extends PerformanceEntry { @DomName('PerformanceResourceTiming.connectEnd') @DocsEditable() - double get connectEnd => _blink.BlinkPerformanceResourceTiming.$connectEnd_Getter(this); + double get connectEnd => _blink.BlinkPerformanceResourceTiming.connectEnd_Getter(this); @DomName('PerformanceResourceTiming.connectStart') @DocsEditable() - double get connectStart => _blink.BlinkPerformanceResourceTiming.$connectStart_Getter(this); + double get connectStart => _blink.BlinkPerformanceResourceTiming.connectStart_Getter(this); @DomName('PerformanceResourceTiming.domainLookupEnd') @DocsEditable() - double get domainLookupEnd => _blink.BlinkPerformanceResourceTiming.$domainLookupEnd_Getter(this); + double get domainLookupEnd => _blink.BlinkPerformanceResourceTiming.domainLookupEnd_Getter(this); @DomName('PerformanceResourceTiming.domainLookupStart') @DocsEditable() - double get domainLookupStart => _blink.BlinkPerformanceResourceTiming.$domainLookupStart_Getter(this); + double get domainLookupStart => _blink.BlinkPerformanceResourceTiming.domainLookupStart_Getter(this); @DomName('PerformanceResourceTiming.fetchStart') @DocsEditable() - double get fetchStart => _blink.BlinkPerformanceResourceTiming.$fetchStart_Getter(this); + double get fetchStart => _blink.BlinkPerformanceResourceTiming.fetchStart_Getter(this); @DomName('PerformanceResourceTiming.initiatorType') @DocsEditable() - String get initiatorType => _blink.BlinkPerformanceResourceTiming.$initiatorType_Getter(this); + String get initiatorType => _blink.BlinkPerformanceResourceTiming.initiatorType_Getter(this); @DomName('PerformanceResourceTiming.redirectEnd') @DocsEditable() - double get redirectEnd => _blink.BlinkPerformanceResourceTiming.$redirectEnd_Getter(this); + double get redirectEnd => _blink.BlinkPerformanceResourceTiming.redirectEnd_Getter(this); @DomName('PerformanceResourceTiming.redirectStart') @DocsEditable() - double get redirectStart => _blink.BlinkPerformanceResourceTiming.$redirectStart_Getter(this); + double get redirectStart => _blink.BlinkPerformanceResourceTiming.redirectStart_Getter(this); @DomName('PerformanceResourceTiming.requestStart') @DocsEditable() @Experimental() // nonstandard - double get requestStart => _blink.BlinkPerformanceResourceTiming.$requestStart_Getter(this); + double get requestStart => _blink.BlinkPerformanceResourceTiming.requestStart_Getter(this); @DomName('PerformanceResourceTiming.responseEnd') @DocsEditable() @Experimental() // nonstandard - double get responseEnd => _blink.BlinkPerformanceResourceTiming.$responseEnd_Getter(this); + double get responseEnd => _blink.BlinkPerformanceResourceTiming.responseEnd_Getter(this); @DomName('PerformanceResourceTiming.responseStart') @DocsEditable() @Experimental() // nonstandard - double get responseStart => _blink.BlinkPerformanceResourceTiming.$responseStart_Getter(this); + double get responseStart => _blink.BlinkPerformanceResourceTiming.responseStart_Getter(this); @DomName('PerformanceResourceTiming.secureConnectionStart') @DocsEditable() - double get secureConnectionStart => _blink.BlinkPerformanceResourceTiming.$secureConnectionStart_Getter(this); + double get secureConnectionStart => _blink.BlinkPerformanceResourceTiming.secureConnectionStart_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23185,87 +23185,87 @@ class PerformanceTiming extends NativeFieldWrapperClass2 { @DomName('PerformanceTiming.connectEnd') @DocsEditable() - int get connectEnd => _blink.BlinkPerformanceTiming.$connectEnd_Getter(this); + int get connectEnd => _blink.BlinkPerformanceTiming.connectEnd_Getter(this); @DomName('PerformanceTiming.connectStart') @DocsEditable() - int get connectStart => _blink.BlinkPerformanceTiming.$connectStart_Getter(this); + int get connectStart => _blink.BlinkPerformanceTiming.connectStart_Getter(this); @DomName('PerformanceTiming.domComplete') @DocsEditable() - int get domComplete => _blink.BlinkPerformanceTiming.$domComplete_Getter(this); + int get domComplete => _blink.BlinkPerformanceTiming.domComplete_Getter(this); @DomName('PerformanceTiming.domContentLoadedEventEnd') @DocsEditable() - int get domContentLoadedEventEnd => _blink.BlinkPerformanceTiming.$domContentLoadedEventEnd_Getter(this); + int get domContentLoadedEventEnd => _blink.BlinkPerformanceTiming.domContentLoadedEventEnd_Getter(this); @DomName('PerformanceTiming.domContentLoadedEventStart') @DocsEditable() - int get domContentLoadedEventStart => _blink.BlinkPerformanceTiming.$domContentLoadedEventStart_Getter(this); + int get domContentLoadedEventStart => _blink.BlinkPerformanceTiming.domContentLoadedEventStart_Getter(this); @DomName('PerformanceTiming.domInteractive') @DocsEditable() - int get domInteractive => _blink.BlinkPerformanceTiming.$domInteractive_Getter(this); + int get domInteractive => _blink.BlinkPerformanceTiming.domInteractive_Getter(this); @DomName('PerformanceTiming.domLoading') @DocsEditable() - int get domLoading => _blink.BlinkPerformanceTiming.$domLoading_Getter(this); + int get domLoading => _blink.BlinkPerformanceTiming.domLoading_Getter(this); @DomName('PerformanceTiming.domainLookupEnd') @DocsEditable() - int get domainLookupEnd => _blink.BlinkPerformanceTiming.$domainLookupEnd_Getter(this); + int get domainLookupEnd => _blink.BlinkPerformanceTiming.domainLookupEnd_Getter(this); @DomName('PerformanceTiming.domainLookupStart') @DocsEditable() - int get domainLookupStart => _blink.BlinkPerformanceTiming.$domainLookupStart_Getter(this); + int get domainLookupStart => _blink.BlinkPerformanceTiming.domainLookupStart_Getter(this); @DomName('PerformanceTiming.fetchStart') @DocsEditable() - int get fetchStart => _blink.BlinkPerformanceTiming.$fetchStart_Getter(this); + int get fetchStart => _blink.BlinkPerformanceTiming.fetchStart_Getter(this); @DomName('PerformanceTiming.loadEventEnd') @DocsEditable() - int get loadEventEnd => _blink.BlinkPerformanceTiming.$loadEventEnd_Getter(this); + int get loadEventEnd => _blink.BlinkPerformanceTiming.loadEventEnd_Getter(this); @DomName('PerformanceTiming.loadEventStart') @DocsEditable() - int get loadEventStart => _blink.BlinkPerformanceTiming.$loadEventStart_Getter(this); + int get loadEventStart => _blink.BlinkPerformanceTiming.loadEventStart_Getter(this); @DomName('PerformanceTiming.navigationStart') @DocsEditable() - int get navigationStart => _blink.BlinkPerformanceTiming.$navigationStart_Getter(this); + int get navigationStart => _blink.BlinkPerformanceTiming.navigationStart_Getter(this); @DomName('PerformanceTiming.redirectEnd') @DocsEditable() - int get redirectEnd => _blink.BlinkPerformanceTiming.$redirectEnd_Getter(this); + int get redirectEnd => _blink.BlinkPerformanceTiming.redirectEnd_Getter(this); @DomName('PerformanceTiming.redirectStart') @DocsEditable() - int get redirectStart => _blink.BlinkPerformanceTiming.$redirectStart_Getter(this); + int get redirectStart => _blink.BlinkPerformanceTiming.redirectStart_Getter(this); @DomName('PerformanceTiming.requestStart') @DocsEditable() - int get requestStart => _blink.BlinkPerformanceTiming.$requestStart_Getter(this); + int get requestStart => _blink.BlinkPerformanceTiming.requestStart_Getter(this); @DomName('PerformanceTiming.responseEnd') @DocsEditable() - int get responseEnd => _blink.BlinkPerformanceTiming.$responseEnd_Getter(this); + int get responseEnd => _blink.BlinkPerformanceTiming.responseEnd_Getter(this); @DomName('PerformanceTiming.responseStart') @DocsEditable() - int get responseStart => _blink.BlinkPerformanceTiming.$responseStart_Getter(this); + int get responseStart => _blink.BlinkPerformanceTiming.responseStart_Getter(this); @DomName('PerformanceTiming.secureConnectionStart') @DocsEditable() - int get secureConnectionStart => _blink.BlinkPerformanceTiming.$secureConnectionStart_Getter(this); + int get secureConnectionStart => _blink.BlinkPerformanceTiming.secureConnectionStart_Getter(this); @DomName('PerformanceTiming.unloadEventEnd') @DocsEditable() - int get unloadEventEnd => _blink.BlinkPerformanceTiming.$unloadEventEnd_Getter(this); + int get unloadEventEnd => _blink.BlinkPerformanceTiming.unloadEventEnd_Getter(this); @DomName('PerformanceTiming.unloadEventStart') @DocsEditable() - int get unloadEventStart => _blink.BlinkPerformanceTiming.$unloadEventStart_Getter(this); + int get unloadEventStart => _blink.BlinkPerformanceTiming.unloadEventStart_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23285,82 +23285,82 @@ class Player extends NativeFieldWrapperClass2 { @DomName('Player.currentTime') @DocsEditable() @Experimental() // untriaged - num get currentTime => _blink.BlinkPlayer.$currentTime_Getter(this); + num get currentTime => _blink.BlinkPlayer.currentTime_Getter(this); @DomName('Player.currentTime') @DocsEditable() @Experimental() // untriaged - void set currentTime(num value) => _blink.BlinkPlayer.$currentTime_Setter(this, value); + void set currentTime(num value) => _blink.BlinkPlayer.currentTime_Setter_double(this, value); @DomName('Player.finished') @DocsEditable() @Experimental() // untriaged - bool get finished => _blink.BlinkPlayer.$finished_Getter(this); + bool get finished => _blink.BlinkPlayer.finished_Getter(this); @DomName('Player.paused') @DocsEditable() @Experimental() // untriaged - bool get paused => _blink.BlinkPlayer.$paused_Getter(this); + bool get paused => _blink.BlinkPlayer.paused_Getter(this); @DomName('Player.playbackRate') @DocsEditable() @Experimental() // untriaged - num get playbackRate => _blink.BlinkPlayer.$playbackRate_Getter(this); + num get playbackRate => _blink.BlinkPlayer.playbackRate_Getter(this); @DomName('Player.playbackRate') @DocsEditable() @Experimental() // untriaged - void set playbackRate(num value) => _blink.BlinkPlayer.$playbackRate_Setter(this, value); + void set playbackRate(num value) => _blink.BlinkPlayer.playbackRate_Setter_double(this, value); @DomName('Player.source') @DocsEditable() @Experimental() // untriaged - TimedItem get source => _blink.BlinkPlayer.$source_Getter(this); + TimedItem get source => _blink.BlinkPlayer.source_Getter(this); @DomName('Player.source') @DocsEditable() @Experimental() // untriaged - void set source(TimedItem value) => _blink.BlinkPlayer.$source_Setter(this, value); + void set source(TimedItem value) => _blink.BlinkPlayer.source_Setter_TimedItem(this, value); @DomName('Player.startTime') @DocsEditable() @Experimental() // untriaged - num get startTime => _blink.BlinkPlayer.$startTime_Getter(this); + num get startTime => _blink.BlinkPlayer.startTime_Getter(this); @DomName('Player.startTime') @DocsEditable() @Experimental() // untriaged - void set startTime(num value) => _blink.BlinkPlayer.$startTime_Setter(this, value); + void set startTime(num value) => _blink.BlinkPlayer.startTime_Setter_double(this, value); @DomName('Player.timeLag') @DocsEditable() @Experimental() // untriaged - double get timeLag => _blink.BlinkPlayer.$timeLag_Getter(this); + double get timeLag => _blink.BlinkPlayer.timeLag_Getter(this); @DomName('Player.cancel') @DocsEditable() @Experimental() // untriaged - void cancel() => _blink.BlinkPlayer.$cancel_Callback(this); + void cancel() => _blink.BlinkPlayer.cancel_Callback(this); @DomName('Player.finish') @DocsEditable() @Experimental() // untriaged - void finish() => _blink.BlinkPlayer.$finish_Callback(this); + void finish() => _blink.BlinkPlayer.finish_Callback(this); @DomName('Player.pause') @DocsEditable() @Experimental() // untriaged - void pause() => _blink.BlinkPlayer.$pause_Callback(this); + void pause() => _blink.BlinkPlayer.pause_Callback(this); @DomName('Player.play') @DocsEditable() @Experimental() // untriaged - void play() => _blink.BlinkPlayer.$play_Callback(this); + void play() => _blink.BlinkPlayer.play_Callback(this); @DomName('Player.reverse') @DocsEditable() @Experimental() // untriaged - void reverse() => _blink.BlinkPlayer.$reverse_Callback(this); + void reverse() => _blink.BlinkPlayer.reverse_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23379,31 +23379,31 @@ class Plugin extends NativeFieldWrapperClass2 { @DomName('Plugin.description') @DocsEditable() - String get description => _blink.BlinkPlugin.$description_Getter(this); + String get description => _blink.BlinkPlugin.description_Getter(this); @DomName('Plugin.filename') @DocsEditable() - String get filename => _blink.BlinkPlugin.$filename_Getter(this); + String get filename => _blink.BlinkPlugin.filename_Getter(this); @DomName('Plugin.length') @DocsEditable() - int get length => _blink.BlinkPlugin.$length_Getter(this); + int get length => _blink.BlinkPlugin.length_Getter(this); @DomName('Plugin.name') @DocsEditable() - String get name => _blink.BlinkPlugin.$name_Getter(this); + String get name => _blink.BlinkPlugin.name_Getter(this); @DomName('Plugin.__getter__') @DocsEditable() - MimeType __getter__(String name) => _blink.BlinkPlugin.$__getter___Callback(this, name); + MimeType __getter__(String name) => _blink.BlinkPlugin.$__getter___Callback_DOMString(this, name); @DomName('Plugin.item') @DocsEditable() - MimeType item(int index) => _blink.BlinkPlugin.$item_Callback(this, index); + MimeType item(int index) => _blink.BlinkPlugin.item_Callback_ul(this, index); @DomName('Plugin.namedItem') @DocsEditable() - MimeType namedItem(String name) => _blink.BlinkPlugin.$namedItem_Callback(this, name); + MimeType namedItem(String name) => _blink.BlinkPlugin.namedItem_Callback_DOMString(this, name); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23422,15 +23422,15 @@ class PluginArray extends NativeFieldWrapperClass2 with ListMixin, Immut @DomName('PluginArray.length') @DocsEditable() - int get length => _blink.BlinkPluginArray.$length_Getter(this); + int get length => _blink.BlinkPluginArray.length_Getter(this); Plugin operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkPluginArray.$NativeIndexed_Getter(this, index); + return _blink.BlinkPluginArray.item_Callback_ul(this, index); } - Plugin _nativeIndexedGetter(int index) => _blink.BlinkPluginArray.$NativeIndexed_Getter(this, index); + Plugin _nativeIndexedGetter(int index) => _blink.BlinkPluginArray.item_Callback_ul(this, index); void operator[]=(int index, Plugin value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -23472,19 +23472,19 @@ class PluginArray extends NativeFieldWrapperClass2 with ListMixin, Immut @DomName('PluginArray.__getter__') @DocsEditable() - Plugin __getter__(String name) => _blink.BlinkPluginArray.$__getter___Callback(this, name); + Plugin __getter__(String name) => _blink.BlinkPluginArray.$__getter___Callback_DOMString(this, name); @DomName('PluginArray.item') @DocsEditable() - Plugin item(int index) => _blink.BlinkPluginArray.$item_Callback(this, index); + Plugin item(int index) => _blink.BlinkPluginArray.item_Callback_ul(this, index); @DomName('PluginArray.namedItem') @DocsEditable() - Plugin namedItem(String name) => _blink.BlinkPluginArray.$namedItem_Callback(this, name); + Plugin namedItem(String name) => _blink.BlinkPluginArray.namedItem_Callback_DOMString(this, name); @DomName('PluginArray.refresh') @DocsEditable() - void refresh(bool reload) => _blink.BlinkPluginArray.$refresh_Callback(this, reload); + void refresh(bool reload) => _blink.BlinkPluginArray.refresh_Callback_boolean(this, reload); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23506,7 +23506,7 @@ class PopStateEvent extends Event { @DomName('PopStateEvent.state') @DocsEditable() - Object get state => _blink.BlinkPopStateEvent.$state_Getter(this); + Object get state => _blink.BlinkPopStateEvent.state_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23547,11 +23547,11 @@ class PositionError extends NativeFieldWrapperClass2 { @DomName('PositionError.code') @DocsEditable() - int get code => _blink.BlinkPositionError.$code_Getter(this); + int get code => _blink.BlinkPositionError.code_Getter(this); @DomName('PositionError.message') @DocsEditable() - String get message => _blink.BlinkPositionError.$message_Getter(this); + String get message => _blink.BlinkPositionError.message_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23605,11 +23605,11 @@ class ProcessingInstruction extends CharacterData { @DomName('ProcessingInstruction.sheet') @DocsEditable() @Experimental() // non-standard - StyleSheet get sheet => _blink.BlinkProcessingInstruction.$sheet_Getter(this); + StyleSheet get sheet => _blink.BlinkProcessingInstruction.sheet_Getter(this); @DomName('ProcessingInstruction.target') @DocsEditable() - String get target => _blink.BlinkProcessingInstruction.$target_Getter(this); + String get target => _blink.BlinkProcessingInstruction.target_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23645,27 +23645,27 @@ class ProgressElement extends HtmlElement { @DomName('HTMLProgressElement.labels') @DocsEditable() @Unstable() - List get labels => _blink.BlinkHTMLProgressElement.$labels_Getter(this); + List get labels => _blink.BlinkHTMLProgressElement.labels_Getter(this); @DomName('HTMLProgressElement.max') @DocsEditable() - num get max => _blink.BlinkHTMLProgressElement.$max_Getter(this); + num get max => _blink.BlinkHTMLProgressElement.max_Getter(this); @DomName('HTMLProgressElement.max') @DocsEditable() - void set max(num value) => _blink.BlinkHTMLProgressElement.$max_Setter(this, value); + void set max(num value) => _blink.BlinkHTMLProgressElement.max_Setter_double(this, value); @DomName('HTMLProgressElement.position') @DocsEditable() - double get position => _blink.BlinkHTMLProgressElement.$position_Getter(this); + double get position => _blink.BlinkHTMLProgressElement.position_Getter(this); @DomName('HTMLProgressElement.value') @DocsEditable() - num get value => _blink.BlinkHTMLProgressElement.$value_Getter(this); + num get value => _blink.BlinkHTMLProgressElement.value_Getter(this); @DomName('HTMLProgressElement.value') @DocsEditable() - void set value(num value) => _blink.BlinkHTMLProgressElement.$value_Setter(this, value); + void set value(num value) => _blink.BlinkHTMLProgressElement.value_Setter_double(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23683,15 +23683,15 @@ class ProgressEvent extends Event { @DomName('ProgressEvent.lengthComputable') @DocsEditable() - bool get lengthComputable => _blink.BlinkProgressEvent.$lengthComputable_Getter(this); + bool get lengthComputable => _blink.BlinkProgressEvent.lengthComputable_Getter(this); @DomName('ProgressEvent.loaded') @DocsEditable() - int get loaded => _blink.BlinkProgressEvent.$loaded_Getter(this); + int get loaded => _blink.BlinkProgressEvent.loaded_Getter(this); @DomName('ProgressEvent.total') @DocsEditable() - int get total => _blink.BlinkProgressEvent.$total_Getter(this); + int get total => _blink.BlinkProgressEvent.total_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23719,11 +23719,11 @@ class QuoteElement extends HtmlElement { @DomName('HTMLQuoteElement.cite') @DocsEditable() - String get cite => _blink.BlinkHTMLQuoteElement.$cite_Getter(this); + String get cite => _blink.BlinkHTMLQuoteElement.cite_Getter(this); @DomName('HTMLQuoteElement.cite') @DocsEditable() - void set cite(String value) => _blink.BlinkHTMLQuoteElement.$cite_Setter(this, value); + void set cite(String value) => _blink.BlinkHTMLQuoteElement.cite_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -23814,120 +23814,120 @@ class Range extends NativeFieldWrapperClass2 { @DomName('Range.collapsed') @DocsEditable() - bool get collapsed => _blink.BlinkRange.$collapsed_Getter(this); + bool get collapsed => _blink.BlinkRange.collapsed_Getter(this); @DomName('Range.commonAncestorContainer') @DocsEditable() - Node get commonAncestorContainer => _blink.BlinkRange.$commonAncestorContainer_Getter(this); + Node get commonAncestorContainer => _blink.BlinkRange.commonAncestorContainer_Getter(this); @DomName('Range.endContainer') @DocsEditable() - Node get endContainer => _blink.BlinkRange.$endContainer_Getter(this); + Node get endContainer => _blink.BlinkRange.endContainer_Getter(this); @DomName('Range.endOffset') @DocsEditable() - int get endOffset => _blink.BlinkRange.$endOffset_Getter(this); + int get endOffset => _blink.BlinkRange.endOffset_Getter(this); @DomName('Range.startContainer') @DocsEditable() - Node get startContainer => _blink.BlinkRange.$startContainer_Getter(this); + Node get startContainer => _blink.BlinkRange.startContainer_Getter(this); @DomName('Range.startOffset') @DocsEditable() - int get startOffset => _blink.BlinkRange.$startOffset_Getter(this); + int get startOffset => _blink.BlinkRange.startOffset_Getter(this); @DomName('Range.cloneContents') @DocsEditable() - DocumentFragment cloneContents() => _blink.BlinkRange.$cloneContents_Callback(this); + DocumentFragment cloneContents() => _blink.BlinkRange.cloneContents_Callback(this); @DomName('Range.cloneRange') @DocsEditable() - Range cloneRange() => _blink.BlinkRange.$cloneRange_Callback(this); + Range cloneRange() => _blink.BlinkRange.cloneRange_Callback(this); @DomName('Range.collapse') @DocsEditable() - void collapse(bool toStart) => _blink.BlinkRange.$collapse_Callback(this, toStart); + void collapse(bool toStart) => _blink.BlinkRange.collapse_Callback_boolean(this, toStart); @DomName('Range.comparePoint') @DocsEditable() - int comparePoint(Node refNode, int offset) => _blink.BlinkRange.$comparePoint_Callback(this, refNode, offset); + int comparePoint(Node refNode, int offset) => _blink.BlinkRange.comparePoint_Callback_Node_long(this, refNode, offset); @DomName('Range.createContextualFragment') @DocsEditable() - DocumentFragment createContextualFragment(String html) => _blink.BlinkRange.$createContextualFragment_Callback(this, html); + DocumentFragment createContextualFragment(String html) => _blink.BlinkRange.createContextualFragment_Callback_DOMString(this, html); @DomName('Range.deleteContents') @DocsEditable() - void deleteContents() => _blink.BlinkRange.$deleteContents_Callback(this); + void deleteContents() => _blink.BlinkRange.deleteContents_Callback(this); @DomName('Range.detach') @DocsEditable() - void detach() => _blink.BlinkRange.$detach_Callback(this); + void detach() => _blink.BlinkRange.detach_Callback(this); @DomName('Range.expand') @DocsEditable() @Experimental() // non-standard - void expand(String unit) => _blink.BlinkRange.$expand_Callback(this, unit); + void expand(String unit) => _blink.BlinkRange.expand_Callback_DOMString(this, unit); @DomName('Range.extractContents') @DocsEditable() - DocumentFragment extractContents() => _blink.BlinkRange.$extractContents_Callback(this); + DocumentFragment extractContents() => _blink.BlinkRange.extractContents_Callback(this); @DomName('Range.getBoundingClientRect') @DocsEditable() - Rectangle getBoundingClientRect() => _blink.BlinkRange.$getBoundingClientRect_Callback(this); + Rectangle getBoundingClientRect() => _blink.BlinkRange.getBoundingClientRect_Callback(this); @DomName('Range.getClientRects') @DocsEditable() - List getClientRects() => _blink.BlinkRange.$getClientRects_Callback(this); + List getClientRects() => _blink.BlinkRange.getClientRects_Callback(this); @DomName('Range.insertNode') @DocsEditable() - void insertNode(Node newNode) => _blink.BlinkRange.$insertNode_Callback(this, newNode); + void insertNode(Node newNode) => _blink.BlinkRange.insertNode_Callback_Node(this, newNode); @DomName('Range.isPointInRange') @DocsEditable() - bool isPointInRange(Node refNode, int offset) => _blink.BlinkRange.$isPointInRange_Callback(this, refNode, offset); + bool isPointInRange(Node refNode, int offset) => _blink.BlinkRange.isPointInRange_Callback_Node_long(this, refNode, offset); @DomName('Range.selectNode') @DocsEditable() - void selectNode(Node refNode) => _blink.BlinkRange.$selectNode_Callback(this, refNode); + void selectNode(Node refNode) => _blink.BlinkRange.selectNode_Callback_Node(this, refNode); @DomName('Range.selectNodeContents') @DocsEditable() - void selectNodeContents(Node refNode) => _blink.BlinkRange.$selectNodeContents_Callback(this, refNode); + void selectNodeContents(Node refNode) => _blink.BlinkRange.selectNodeContents_Callback_Node(this, refNode); @DomName('Range.setEnd') @DocsEditable() - void setEnd(Node refNode, int offset) => _blink.BlinkRange.$setEnd_Callback(this, refNode, offset); + void setEnd(Node refNode, int offset) => _blink.BlinkRange.setEnd_Callback_Node_long(this, refNode, offset); @DomName('Range.setEndAfter') @DocsEditable() - void setEndAfter(Node refNode) => _blink.BlinkRange.$setEndAfter_Callback(this, refNode); + void setEndAfter(Node refNode) => _blink.BlinkRange.setEndAfter_Callback_Node(this, refNode); @DomName('Range.setEndBefore') @DocsEditable() - void setEndBefore(Node refNode) => _blink.BlinkRange.$setEndBefore_Callback(this, refNode); + void setEndBefore(Node refNode) => _blink.BlinkRange.setEndBefore_Callback_Node(this, refNode); @DomName('Range.setStart') @DocsEditable() - void setStart(Node refNode, int offset) => _blink.BlinkRange.$setStart_Callback(this, refNode, offset); + void setStart(Node refNode, int offset) => _blink.BlinkRange.setStart_Callback_Node_long(this, refNode, offset); @DomName('Range.setStartAfter') @DocsEditable() - void setStartAfter(Node refNode) => _blink.BlinkRange.$setStartAfter_Callback(this, refNode); + void setStartAfter(Node refNode) => _blink.BlinkRange.setStartAfter_Callback_Node(this, refNode); @DomName('Range.setStartBefore') @DocsEditable() - void setStartBefore(Node refNode) => _blink.BlinkRange.$setStartBefore_Callback(this, refNode); + void setStartBefore(Node refNode) => _blink.BlinkRange.setStartBefore_Callback_Node(this, refNode); @DomName('Range.surroundContents') @DocsEditable() - void surroundContents(Node newParent) => _blink.BlinkRange.$surroundContents_Callback(this, newParent); + void surroundContents(Node newParent) => _blink.BlinkRange.surroundContents_Callback_Node(this, newParent); @DomName('Range.toString') @DocsEditable() - String toString() => _blink.BlinkRange.$toString_Callback(this); + String toString() => _blink.BlinkRange.toString_Callback(this); /** @@ -23965,7 +23965,7 @@ class ResourceProgressEvent extends ProgressEvent { @DomName('ResourceProgressEvent.url') @DocsEditable() - String get url => _blink.BlinkResourceProgressEvent.$url_Getter(this); + String get url => _blink.BlinkResourceProgressEvent.url_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -24025,77 +24025,77 @@ class RtcDataChannel extends EventTarget { @DomName('RTCDataChannel.binaryType') @DocsEditable() - String get binaryType => _blink.BlinkRTCDataChannel.$binaryType_Getter(this); + String get binaryType => _blink.BlinkRTCDataChannel.binaryType_Getter(this); @DomName('RTCDataChannel.binaryType') @DocsEditable() - void set binaryType(String value) => _blink.BlinkRTCDataChannel.$binaryType_Setter(this, value); + void set binaryType(String value) => _blink.BlinkRTCDataChannel.binaryType_Setter_DOMString(this, value); @DomName('RTCDataChannel.bufferedAmount') @DocsEditable() - int get bufferedAmount => _blink.BlinkRTCDataChannel.$bufferedAmount_Getter(this); + int get bufferedAmount => _blink.BlinkRTCDataChannel.bufferedAmount_Getter(this); @DomName('RTCDataChannel.id') @DocsEditable() @Experimental() // untriaged - int get id => _blink.BlinkRTCDataChannel.$id_Getter(this); + int get id => _blink.BlinkRTCDataChannel.id_Getter(this); @DomName('RTCDataChannel.label') @DocsEditable() - String get label => _blink.BlinkRTCDataChannel.$label_Getter(this); + String get label => _blink.BlinkRTCDataChannel.label_Getter(this); @DomName('RTCDataChannel.maxRetransmitTime') @DocsEditable() @Experimental() // untriaged - int get maxRetransmitTime => _blink.BlinkRTCDataChannel.$maxRetransmitTime_Getter(this); + int get maxRetransmitTime => _blink.BlinkRTCDataChannel.maxRetransmitTime_Getter(this); @DomName('RTCDataChannel.maxRetransmits') @DocsEditable() @Experimental() // untriaged - int get maxRetransmits => _blink.BlinkRTCDataChannel.$maxRetransmits_Getter(this); + int get maxRetransmits => _blink.BlinkRTCDataChannel.maxRetransmits_Getter(this); @DomName('RTCDataChannel.negotiated') @DocsEditable() @Experimental() // untriaged - bool get negotiated => _blink.BlinkRTCDataChannel.$negotiated_Getter(this); + bool get negotiated => _blink.BlinkRTCDataChannel.negotiated_Getter(this); @DomName('RTCDataChannel.ordered') @DocsEditable() @Experimental() // untriaged - bool get ordered => _blink.BlinkRTCDataChannel.$ordered_Getter(this); + bool get ordered => _blink.BlinkRTCDataChannel.ordered_Getter(this); @DomName('RTCDataChannel.protocol') @DocsEditable() @Experimental() // untriaged - String get protocol => _blink.BlinkRTCDataChannel.$protocol_Getter(this); + String get protocol => _blink.BlinkRTCDataChannel.protocol_Getter(this); @DomName('RTCDataChannel.readyState') @DocsEditable() - String get readyState => _blink.BlinkRTCDataChannel.$readyState_Getter(this); + String get readyState => _blink.BlinkRTCDataChannel.readyState_Getter(this); @DomName('RTCDataChannel.reliable') @DocsEditable() - bool get reliable => _blink.BlinkRTCDataChannel.$reliable_Getter(this); + bool get reliable => _blink.BlinkRTCDataChannel.reliable_Getter(this); @DomName('RTCDataChannel.close') @DocsEditable() - void close() => _blink.BlinkRTCDataChannel.$close_Callback(this); + void close() => _blink.BlinkRTCDataChannel.close_Callback(this); void send(data) { if ((data is TypedData || data == null)) { - _blink.BlinkRTCDataChannel.$_send_1_Callback(this, data); + _blink.BlinkRTCDataChannel.send_Callback_ArrayBufferView(this, data); return; } if ((data is ByteBuffer || data == null)) { - _blink.BlinkRTCDataChannel.$_send_2_Callback(this, data); + _blink.BlinkRTCDataChannel.send_Callback_ArrayBuffer(this, data); return; } if ((data is Blob || data == null)) { - _blink.BlinkRTCDataChannel.$_send_3_Callback(this, data); + _blink.BlinkRTCDataChannel.send_Callback_Blob(this, data); return; } if ((data is String || data == null)) { - _blink.BlinkRTCDataChannel.$_send_4_Callback(this, data); + _blink.BlinkRTCDataChannel.send_Callback_DOMString(this, data); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -24103,19 +24103,19 @@ class RtcDataChannel extends EventTarget { @DomName('RTCDataChannel.sendBlob') @DocsEditable() - void sendBlob(Blob data) => _blink.BlinkRTCDataChannel.$sendBlob_Callback(this, data); + void sendBlob(Blob data) => _blink.BlinkRTCDataChannel.send_Callback_Blob(this, data); @DomName('RTCDataChannel.sendByteBuffer') @DocsEditable() - void sendByteBuffer(ByteBuffer data) => _blink.BlinkRTCDataChannel.$sendByteBuffer_Callback(this, data); + void sendByteBuffer(ByteBuffer data) => _blink.BlinkRTCDataChannel.send_Callback_ArrayBuffer(this, data); @DomName('RTCDataChannel.sendString') @DocsEditable() - void sendString(String data) => _blink.BlinkRTCDataChannel.$sendString_Callback(this, data); + void sendString(String data) => _blink.BlinkRTCDataChannel.send_Callback_DOMString(this, data); @DomName('RTCDataChannel.sendTypedData') @DocsEditable() - void sendTypedData(TypedData data) => _blink.BlinkRTCDataChannel.$sendTypedData_Callback(this, data); + void sendTypedData(TypedData data) => _blink.BlinkRTCDataChannel.send_Callback_ArrayBufferView(this, data); /// Stream of `close` events handled by this [RtcDataChannel]. @DomName('RTCDataChannel.onclose') @@ -24155,7 +24155,7 @@ class RtcDataChannelEvent extends Event { @DomName('RTCDataChannelEvent.channel') @DocsEditable() - RtcDataChannel get channel => _blink.BlinkRTCDataChannelEvent.$channel_Getter(this); + RtcDataChannel get channel => _blink.BlinkRTCDataChannelEvent.channel_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -24185,34 +24185,34 @@ class RtcDtmfSender extends EventTarget { @DomName('RTCDTMFSender.canInsertDTMF') @DocsEditable() - bool get canInsertDtmf => _blink.BlinkRTCDTMFSender.$canInsertDTMF_Getter(this); + bool get canInsertDtmf => _blink.BlinkRTCDTMFSender.canInsertDTMF_Getter(this); @DomName('RTCDTMFSender.duration') @DocsEditable() - int get duration => _blink.BlinkRTCDTMFSender.$duration_Getter(this); + int get duration => _blink.BlinkRTCDTMFSender.duration_Getter(this); @DomName('RTCDTMFSender.interToneGap') @DocsEditable() - int get interToneGap => _blink.BlinkRTCDTMFSender.$interToneGap_Getter(this); + int get interToneGap => _blink.BlinkRTCDTMFSender.interToneGap_Getter(this); @DomName('RTCDTMFSender.toneBuffer') @DocsEditable() - String get toneBuffer => _blink.BlinkRTCDTMFSender.$toneBuffer_Getter(this); + String get toneBuffer => _blink.BlinkRTCDTMFSender.toneBuffer_Getter(this); @DomName('RTCDTMFSender.track') @DocsEditable() - MediaStreamTrack get track => _blink.BlinkRTCDTMFSender.$track_Getter(this); + MediaStreamTrack get track => _blink.BlinkRTCDTMFSender.track_Getter(this); void insertDtmf(String tones, [int duration, int interToneGap]) { if (interToneGap != null) { - _blink.BlinkRTCDTMFSender.$_insertDTMF_1_Callback(this, tones, duration, interToneGap); + _blink.BlinkRTCDTMFSender.insertDTMF_Callback_DOMString_long_long(this, tones, duration, interToneGap); return; } if (duration != null) { - _blink.BlinkRTCDTMFSender.$_insertDTMF_2_Callback(this, tones, duration); + _blink.BlinkRTCDTMFSender.insertDTMF_Callback_DOMString_long(this, tones, duration); return; } - _blink.BlinkRTCDTMFSender.$_insertDTMF_3_Callback(this, tones); + _blink.BlinkRTCDTMFSender.insertDTMF_Callback_DOMString(this, tones); return; } @@ -24239,7 +24239,7 @@ class RtcDtmfToneChangeEvent extends Event { @DomName('RTCDTMFToneChangeEvent.tone') @DocsEditable() - String get tone => _blink.BlinkRTCDTMFToneChangeEvent.$tone_Getter(this); + String get tone => _blink.BlinkRTCDTMFToneChangeEvent.tone_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -24261,20 +24261,20 @@ class RtcIceCandidate extends NativeFieldWrapperClass2 { @DomName('RTCIceCandidate.RTCIceCandidate') @DocsEditable() factory RtcIceCandidate(Map dictionary) { - return _blink.BlinkRTCIceCandidate.$_create_1constructorCallback(dictionary); + return _blink.BlinkRTCIceCandidate.constructorCallback_Dictionary(dictionary); } @DomName('RTCIceCandidate.candidate') @DocsEditable() - String get candidate => _blink.BlinkRTCIceCandidate.$candidate_Getter(this); + String get candidate => _blink.BlinkRTCIceCandidate.candidate_Getter(this); @DomName('RTCIceCandidate.sdpMLineIndex') @DocsEditable() - int get sdpMLineIndex => _blink.BlinkRTCIceCandidate.$sdpMLineIndex_Getter(this); + int get sdpMLineIndex => _blink.BlinkRTCIceCandidate.sdpMLineIndex_Getter(this); @DomName('RTCIceCandidate.sdpMid') @DocsEditable() - String get sdpMid => _blink.BlinkRTCIceCandidate.$sdpMid_Getter(this); + String get sdpMid => _blink.BlinkRTCIceCandidate.sdpMid_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -24294,7 +24294,7 @@ class RtcIceCandidateEvent extends Event { @DomName('RTCIceCandidateEvent.candidate') @DocsEditable() - RtcIceCandidate get candidate => _blink.BlinkRTCIceCandidateEvent.$candidate_Getter(this); + RtcIceCandidate get candidate => _blink.BlinkRTCIceCandidateEvent.candidate_Getter(this); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -24411,80 +24411,80 @@ class RtcPeerConnection extends EventTarget { @DomName('RTCPeerConnection.RTCPeerConnection') @DocsEditable() factory RtcPeerConnection(Map rtcIceServers, [Map mediaConstraints]) { - return _blink.BlinkRTCPeerConnection.$_create_1constructorCallback(rtcIceServers, mediaConstraints); + return _blink.BlinkRTCPeerConnection.constructorCallback_Dictionary_Dictionary(rtcIceServers, mediaConstraints); } @DomName('RTCPeerConnection.iceConnectionState') @DocsEditable() - String get iceConnectionState => _blink.BlinkRTCPeerConnection.$iceConnectionState_Getter(this); + String get iceConnectionState => _blink.BlinkRTCPeerConnection.iceConnectionState_Getter(this); @DomName('RTCPeerConnection.iceGatheringState') @DocsEditable() - String get iceGatheringState => _blink.BlinkRTCPeerConnection.$iceGatheringState_Getter(this); + String get iceGatheringState => _blink.BlinkRTCPeerConnection.iceGatheringState_Getter(this); @DomName('RTCPeerConnection.localDescription') @DocsEditable() - RtcSessionDescription get localDescription => _blink.BlinkRTCPeerConnection.$localDescription_Getter(this); + RtcSessionDescription get localDescription => _blink.BlinkRTCPeerConnection.localDescription_Getter(this); @DomName('RTCPeerConnection.remoteDescription') @DocsEditable() - RtcSessionDescription get remoteDescription => _blink.BlinkRTCPeerConnection.$remoteDescription_Getter(this); + RtcSessionDescription get remoteDescription => _blink.BlinkRTCPeerConnection.remoteDescription_Getter(this); @DomName('RTCPeerConnection.signalingState') @DocsEditable() - String get signalingState => _blink.BlinkRTCPeerConnection.$signalingState_Getter(this); + String get signalingState => _blink.BlinkRTCPeerConnection.signalingState_Getter(this); @DomName('RTCPeerConnection.addIceCandidate') @DocsEditable() - void addIceCandidate(RtcIceCandidate candidate, VoidCallback successCallback, _RtcErrorCallback failureCallback) => _blink.BlinkRTCPeerConnection.$addIceCandidate_Callback(this, candidate, successCallback, failureCallback); + void addIceCandidate(RtcIceCandidate candidate, VoidCallback successCallback, _RtcErrorCallback failureCallback) => _blink.BlinkRTCPeerConnection.addIceCandidate_Callback_RTCIceCandidate_VoidCallback_RTCErrorCallback(this, candidate, successCallback, failureCallback); @DomName('RTCPeerConnection.addStream') @DocsEditable() - void addStream(MediaStream stream, [Map mediaConstraints]) => _blink.BlinkRTCPeerConnection.$addStream_Callback(this, stream, mediaConstraints); + void addStream(MediaStream stream, [Map mediaConstraints]) => _blink.BlinkRTCPeerConnection.addStream_Callback_MediaStream_Dictionary(this, stream, mediaConstraints); @DomName('RTCPeerConnection.close') @DocsEditable() - void close() => _blink.BlinkRTCPeerConnection.$close_Callback(this); + void close() => _blink.BlinkRTCPeerConnection.close_Callback(this); @DomName('RTCPeerConnection.createAnswer') @DocsEditable() - void _createAnswer(_RtcSessionDescriptionCallback successCallback, [_RtcErrorCallback failureCallback, Map mediaConstraints]) => _blink.BlinkRTCPeerConnection.$createAnswer_Callback(this, successCallback, failureCallback, mediaConstraints); + void _createAnswer(_RtcSessionDescriptionCallback successCallback, [_RtcErrorCallback failureCallback, Map mediaConstraints]) => _blink.BlinkRTCPeerConnection.createAnswer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary(this, successCallback, failureCallback, mediaConstraints); @DomName('RTCPeerConnection.createDTMFSender') @DocsEditable() - RtcDtmfSender createDtmfSender(MediaStreamTrack track) => _blink.BlinkRTCPeerConnection.$createDTMFSender_Callback(this, track); + RtcDtmfSender createDtmfSender(MediaStreamTrack track) => _blink.BlinkRTCPeerConnection.createDTMFSender_Callback_MediaStreamTrack(this, track); @DomName('RTCPeerConnection.createDataChannel') @DocsEditable() - RtcDataChannel createDataChannel(String label, [Map options]) => _blink.BlinkRTCPeerConnection.$createDataChannel_Callback(this, label, options); + RtcDataChannel createDataChannel(String label, [Map options]) => _blink.BlinkRTCPeerConnection.createDataChannel_Callback_DOMString_Dictionary(this, label, options); @DomName('RTCPeerConnection.createOffer') @DocsEditable() - void _createOffer(_RtcSessionDescriptionCallback successCallback, [_RtcErrorCallback failureCallback, Map mediaConstraints]) => _blink.BlinkRTCPeerConnection.$createOffer_Callback(this, successCallback, failureCallback, mediaConstraints); + void _createOffer(_RtcSessionDescriptionCallback successCallback, [_RtcErrorCallback failureCallback, Map mediaConstraints]) => _blink.BlinkRTCPeerConnection.createOffer_Callback_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary(this, successCallback, failureCallback, mediaConstraints); @DomName('RTCPeerConnection.getLocalStreams') @DocsEditable() - List getLocalStreams() => _blink.BlinkRTCPeerConnection.$getLocalStreams_Callback(this); + List getLocalStreams() => _blink.BlinkRTCPeerConnection.getLocalStreams_Callback(this); @DomName('RTCPeerConnection.getRemoteStreams') @DocsEditable() - List getRemoteStreams() => _blink.BlinkRTCPeerConnection.$getRemoteStreams_Callback(this); + List getRemoteStreams() => _blink.BlinkRTCPeerConnection.getRemoteStreams_Callback(this); @DomName('RTCPeerConnection.getStats') @DocsEditable() - void _getStats(RtcStatsCallback successCallback, MediaStreamTrack selector) => _blink.BlinkRTCPeerConnection.$getStats_Callback(this, successCallback, selector); + void _getStats(RtcStatsCallback successCallback, MediaStreamTrack selector) => _blink.BlinkRTCPeerConnection.getStats_Callback_RTCStatsCallback_MediaStreamTrack(this, successCallback, selector); @DomName('RTCPeerConnection.getStreamById') @DocsEditable() - MediaStream getStreamById(String streamId) => _blink.BlinkRTCPeerConnection.$getStreamById_Callback(this, streamId); + MediaStream getStreamById(String streamId) => _blink.BlinkRTCPeerConnection.getStreamById_Callback_DOMString(this, streamId); @DomName('RTCPeerConnection.removeStream') @DocsEditable() - void removeStream(MediaStream stream) => _blink.BlinkRTCPeerConnection.$removeStream_Callback(this, stream); + void removeStream(MediaStream stream) => _blink.BlinkRTCPeerConnection.removeStream_Callback_MediaStream(this, stream); @DomName('RTCPeerConnection.setLocalDescription') @DocsEditable() - void _setLocalDescription(RtcSessionDescription description, [VoidCallback successCallback, _RtcErrorCallback failureCallback]) => _blink.BlinkRTCPeerConnection.$setLocalDescription_Callback(this, description, successCallback, failureCallback); + void _setLocalDescription(RtcSessionDescription description, [VoidCallback successCallback, _RtcErrorCallback failureCallback]) => _blink.BlinkRTCPeerConnection.setLocalDescription_Callback_RTCSessionDescription_VoidCallback_RTCErrorCallback(this, description, successCallback, failureCallback); Future setLocalDescription(RtcSessionDescription description) { var completer = new Completer(); @@ -24496,7 +24496,7 @@ class RtcPeerConnection extends EventTarget { @DomName('RTCPeerConnection.setRemoteDescription') @DocsEditable() - void _setRemoteDescription(RtcSessionDescription description, [VoidCallback successCallback, _RtcErrorCallback failureCallback]) => _blink.BlinkRTCPeerConnection.$setRemoteDescription_Callback(this, description, successCallback, failureCallback); + void _setRemoteDescription(RtcSessionDescription description, [VoidCallback successCallback, _RtcErrorCallback failureCallback]) => _blink.BlinkRTCPeerConnection.setRemoteDescription_Callback_RTCSessionDescription_VoidCallback_RTCErrorCallback(this, description, successCallback, failureCallback); Future setRemoteDescription(RtcSessionDescription description) { var completer = new Completer(); @@ -24508,7 +24508,7 @@ class RtcPeerConnection extends EventTarget { @DomName('RTCPeerConnection.updateIce') @DocsEditable() - void updateIce([Map configuration, Map mediaConstraints]) => _blink.BlinkRTCPeerConnection.$updateIce_Callback(this, configuration, mediaConstraints); + void updateIce([Map configuration, Map mediaConstraints]) => _blink.BlinkRTCPeerConnection.updateIce_Callback_Dictionary_Dictionary(this, configuration, mediaConstraints); /// Stream of `addstream` events handled by this [RtcPeerConnection]. @DomName('RTCPeerConnection.onaddstream') @@ -24565,24 +24565,24 @@ class RtcSessionDescription extends NativeFieldWrapperClass2 { @DomName('RTCSessionDescription.RTCSessionDescription') @DocsEditable() factory RtcSessionDescription([Map descriptionInitDict]) { - return _blink.BlinkRTCSessionDescription.$_create_1constructorCallback(descriptionInitDict); + return _blink.BlinkRTCSessionDescription.constructorCallback_Dictionary(descriptionInitDict); } @DomName('RTCSessionDescription.sdp') @DocsEditable() - String get sdp => _blink.BlinkRTCSessionDescription.$sdp_Getter(this); + String get sdp => _blink.BlinkRTCSessionDescription.sdp_Getter(this); @DomName('RTCSessionDescription.sdp') @DocsEditable() - void set sdp(String value) => _blink.BlinkRTCSessionDescription.$sdp_Setter(this, value); + void set sdp(String value) => _blink.BlinkRTCSessionDescription.sdp_Setter_DOMString(this, value); @DomName('RTCSessionDescription.type') @DocsEditable() - String get type => _blink.BlinkRTCSessionDescription.$type_Getter(this); + String get type => _blink.BlinkRTCSessionDescription.type_Getter(this); @DomName('RTCSessionDescription.type') @DocsEditable() - void set type(String value) => _blink.BlinkRTCSessionDescription.$type_Setter(this, value); + void set type(String value) => _blink.BlinkRTCSessionDescription.type_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -24602,31 +24602,31 @@ class RtcStatsReport extends NativeFieldWrapperClass2 { @DomName('RTCStatsReport.id') @DocsEditable() - String get id => _blink.BlinkRTCStatsReport.$id_Getter(this); + String get id => _blink.BlinkRTCStatsReport.id_Getter(this); @DomName('RTCStatsReport.local') @DocsEditable() - RtcStatsReport get local => _blink.BlinkRTCStatsReport.$local_Getter(this); + RtcStatsReport get local => _blink.BlinkRTCStatsReport.local_Getter(this); @DomName('RTCStatsReport.remote') @DocsEditable() - RtcStatsReport get remote => _blink.BlinkRTCStatsReport.$remote_Getter(this); + RtcStatsReport get remote => _blink.BlinkRTCStatsReport.remote_Getter(this); @DomName('RTCStatsReport.timestamp') @DocsEditable() - DateTime get timestamp => _blink.BlinkRTCStatsReport.$timestamp_Getter(this); + DateTime get timestamp => _blink.BlinkRTCStatsReport.timestamp_Getter(this); @DomName('RTCStatsReport.type') @DocsEditable() - String get type => _blink.BlinkRTCStatsReport.$type_Getter(this); + String get type => _blink.BlinkRTCStatsReport.type_Getter(this); @DomName('RTCStatsReport.names') @DocsEditable() - List names() => _blink.BlinkRTCStatsReport.$names_Callback(this); + List names() => _blink.BlinkRTCStatsReport.names_Callback(this); @DomName('RTCStatsReport.stat') @DocsEditable() - String stat(String name) => _blink.BlinkRTCStatsReport.$stat_Callback(this, name); + String stat(String name) => _blink.BlinkRTCStatsReport.stat_Callback_DOMString(this, name); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -24646,15 +24646,15 @@ class RtcStatsResponse extends NativeFieldWrapperClass2 { @DomName('RTCStatsResponse.__getter__') @DocsEditable() - RtcStatsReport __getter__(String name) => _blink.BlinkRTCStatsResponse.$__getter___Callback(this, name); + RtcStatsReport __getter__(String name) => _blink.BlinkRTCStatsResponse.$__getter___Callback_DOMString(this, name); @DomName('RTCStatsResponse.namedItem') @DocsEditable() - RtcStatsReport namedItem(String name) => _blink.BlinkRTCStatsResponse.$namedItem_Callback(this, name); + RtcStatsReport namedItem(String name) => _blink.BlinkRTCStatsResponse.namedItem_Callback_DOMString(this, name); @DomName('RTCStatsResponse.result') @DocsEditable() - List result() => _blink.BlinkRTCStatsResponse.$result_Callback(this); + List result() => _blink.BlinkRTCStatsResponse.result_Callback(this); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -24677,52 +24677,52 @@ class Screen extends EventTarget { @DomName('Screen.availHeight') @DocsEditable() - int get _availHeight => _blink.BlinkScreen.$availHeight_Getter(this); + int get _availHeight => _blink.BlinkScreen.availHeight_Getter(this); @DomName('Screen.availLeft') @DocsEditable() @Experimental() // nonstandard - int get _availLeft => _blink.BlinkScreen.$availLeft_Getter(this); + int get _availLeft => _blink.BlinkScreen.availLeft_Getter(this); @DomName('Screen.availTop') @DocsEditable() @Experimental() // nonstandard - int get _availTop => _blink.BlinkScreen.$availTop_Getter(this); + int get _availTop => _blink.BlinkScreen.availTop_Getter(this); @DomName('Screen.availWidth') @DocsEditable() - int get _availWidth => _blink.BlinkScreen.$availWidth_Getter(this); + int get _availWidth => _blink.BlinkScreen.availWidth_Getter(this); @DomName('Screen.colorDepth') @DocsEditable() - int get colorDepth => _blink.BlinkScreen.$colorDepth_Getter(this); + int get colorDepth => _blink.BlinkScreen.colorDepth_Getter(this); @DomName('Screen.height') @DocsEditable() - int get height => _blink.BlinkScreen.$height_Getter(this); + int get height => _blink.BlinkScreen.height_Getter(this); @DomName('Screen.orientation') @DocsEditable() @Experimental() // untriaged - String get orientation => _blink.BlinkScreen.$orientation_Getter(this); + String get orientation => _blink.BlinkScreen.orientation_Getter(this); @DomName('Screen.pixelDepth') @DocsEditable() - int get pixelDepth => _blink.BlinkScreen.$pixelDepth_Getter(this); + int get pixelDepth => _blink.BlinkScreen.pixelDepth_Getter(this); @DomName('Screen.width') @DocsEditable() - int get width => _blink.BlinkScreen.$width_Getter(this); + int get width => _blink.BlinkScreen.width_Getter(this); @DomName('Screen.lockOrientation') @DocsEditable() @Experimental() // untriaged - bool lockOrientation(String orientation) => _blink.BlinkScreen.$lockOrientation_Callback(this, orientation); + bool lockOrientation(String orientation) => _blink.BlinkScreen.lockOrientation_Callback_DOMString(this, orientation); @DomName('Screen.unlockOrientation') @DocsEditable() @Experimental() // untriaged - void unlockOrientation() => _blink.BlinkScreen.$unlockOrientation_Callback(this); + void unlockOrientation() => _blink.BlinkScreen.unlockOrientation_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a @@ -24749,67 +24749,67 @@ class ScriptElement extends HtmlElement { @DomName('HTMLScriptElement.async') @DocsEditable() - bool get async => _blink.BlinkHTMLScriptElement.$async_Getter(this); + bool get async => _blink.BlinkHTMLScriptElement.async_Getter(this); @DomName('HTMLScriptElement.async') @DocsEditable() - void set async(bool value) => _blink.BlinkHTMLScriptElement.$async_Setter(this, value); + void set async(bool value) => _blink.BlinkHTMLScriptElement.async_Setter_boolean(this, value); @DomName('HTMLScriptElement.charset') @DocsEditable() - String get charset => _blink.BlinkHTMLScriptElement.$charset_Getter(this); + String get charset => _blink.BlinkHTMLScriptElement.charset_Getter(this); @DomName('HTMLScriptElement.charset') @DocsEditable() - void set charset(String value) => _blink.BlinkHTMLScriptElement.$charset_Setter(this, value); + void set charset(String value) => _blink.BlinkHTMLScriptElement.charset_Setter_DOMString(this, value); @DomName('HTMLScriptElement.crossOrigin') @DocsEditable() // http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-crossorigin @Experimental() - String get crossOrigin => _blink.BlinkHTMLScriptElement.$crossOrigin_Getter(this); + String get crossOrigin => _blink.BlinkHTMLScriptElement.crossOrigin_Getter(this); @DomName('HTMLScriptElement.crossOrigin') @DocsEditable() // http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-crossorigin @Experimental() - void set crossOrigin(String value) => _blink.BlinkHTMLScriptElement.$crossOrigin_Setter(this, value); + void set crossOrigin(String value) => _blink.BlinkHTMLScriptElement.crossOrigin_Setter_DOMString(this, value); @DomName('HTMLScriptElement.defer') @DocsEditable() - bool get defer => _blink.BlinkHTMLScriptElement.$defer_Getter(this); + bool get defer => _blink.BlinkHTMLScriptElement.defer_Getter(this); @DomName('HTMLScriptElement.defer') @DocsEditable() - void set defer(bool value) => _blink.BlinkHTMLScriptElement.$defer_Setter(this, value); + void set defer(bool value) => _blink.BlinkHTMLScriptElement.defer_Setter_boolean(this, value); @DomName('HTMLScriptElement.nonce') @DocsEditable() // https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#interaction-with-the-script-src-directive @Experimental() - String get nonce => _blink.BlinkHTMLScriptElement.$nonce_Getter(this); + String get nonce => _blink.BlinkHTMLScriptElement.nonce_Getter(this); @DomName('HTMLScriptElement.nonce') @DocsEditable() // https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#interaction-with-the-script-src-directive @Experimental() - void set nonce(String value) => _blink.BlinkHTMLScriptElement.$nonce_Setter(this, value); + void set nonce(String value) => _blink.BlinkHTMLScriptElement.nonce_Setter_DOMString(this, value); @DomName('HTMLScriptElement.src') @DocsEditable() - String get src => _blink.BlinkHTMLScriptElement.$src_Getter(this); + String get src => _blink.BlinkHTMLScriptElement.src_Getter(this); @DomName('HTMLScriptElement.src') @DocsEditable() - void set src(String value) => _blink.BlinkHTMLScriptElement.$src_Setter(this, value); + void set src(String value) => _blink.BlinkHTMLScriptElement.src_Setter_DOMString(this, value); @DomName('HTMLScriptElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLScriptElement.$type_Getter(this); + String get type => _blink.BlinkHTMLScriptElement.type_Getter(this); @DomName('HTMLScriptElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkHTMLScriptElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkHTMLScriptElement.type_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -24829,44 +24829,44 @@ class SecurityPolicyViolationEvent extends Event { @DomName('SecurityPolicyViolationEvent.blockedURI') @DocsEditable() - String get blockedUri => _blink.BlinkSecurityPolicyViolationEvent.$blockedURI_Getter(this); + String get blockedUri => _blink.BlinkSecurityPolicyViolationEvent.blockedURI_Getter(this); @DomName('SecurityPolicyViolationEvent.columnNumber') @DocsEditable() - int get columnNumber => _blink.BlinkSecurityPolicyViolationEvent.$columnNumber_Getter(this); + int get columnNumber => _blink.BlinkSecurityPolicyViolationEvent.columnNumber_Getter(this); @DomName('SecurityPolicyViolationEvent.documentURI') @DocsEditable() - String get documentUri => _blink.BlinkSecurityPolicyViolationEvent.$documentURI_Getter(this); + String get documentUri => _blink.BlinkSecurityPolicyViolationEvent.documentURI_Getter(this); @DomName('SecurityPolicyViolationEvent.effectiveDirective') @DocsEditable() - String get effectiveDirective => _blink.BlinkSecurityPolicyViolationEvent.$effectiveDirective_Getter(this); + String get effectiveDirective => _blink.BlinkSecurityPolicyViolationEvent.effectiveDirective_Getter(this); @DomName('SecurityPolicyViolationEvent.lineNumber') @DocsEditable() - int get lineNumber => _blink.BlinkSecurityPolicyViolationEvent.$lineNumber_Getter(this); + int get lineNumber => _blink.BlinkSecurityPolicyViolationEvent.lineNumber_Getter(this); @DomName('SecurityPolicyViolationEvent.originalPolicy') @DocsEditable() - String get originalPolicy => _blink.BlinkSecurityPolicyViolationEvent.$originalPolicy_Getter(this); + String get originalPolicy => _blink.BlinkSecurityPolicyViolationEvent.originalPolicy_Getter(this); @DomName('SecurityPolicyViolationEvent.referrer') @DocsEditable() - String get referrer => _blink.BlinkSecurityPolicyViolationEvent.$referrer_Getter(this); + String get referrer => _blink.BlinkSecurityPolicyViolationEvent.referrer_Getter(this); @DomName('SecurityPolicyViolationEvent.sourceFile') @DocsEditable() - String get sourceFile => _blink.BlinkSecurityPolicyViolationEvent.$sourceFile_Getter(this); + String get sourceFile => _blink.BlinkSecurityPolicyViolationEvent.sourceFile_Getter(this); @DomName('SecurityPolicyViolationEvent.statusCode') @DocsEditable() @Experimental() // untriaged - int get statusCode => _blink.BlinkSecurityPolicyViolationEvent.$statusCode_Getter(this); + int get statusCode => _blink.BlinkSecurityPolicyViolationEvent.statusCode_Getter(this); @DomName('SecurityPolicyViolationEvent.violatedDirective') @DocsEditable() - String get violatedDirective => _blink.BlinkSecurityPolicyViolationEvent.$violatedDirective_Getter(this); + String get violatedDirective => _blink.BlinkSecurityPolicyViolationEvent.violatedDirective_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -24891,120 +24891,120 @@ class SelectElement extends HtmlElement { @DomName('HTMLSelectElement.autofocus') @DocsEditable() - bool get autofocus => _blink.BlinkHTMLSelectElement.$autofocus_Getter(this); + bool get autofocus => _blink.BlinkHTMLSelectElement.autofocus_Getter(this); @DomName('HTMLSelectElement.autofocus') @DocsEditable() - void set autofocus(bool value) => _blink.BlinkHTMLSelectElement.$autofocus_Setter(this, value); + void set autofocus(bool value) => _blink.BlinkHTMLSelectElement.autofocus_Setter_boolean(this, value); @DomName('HTMLSelectElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkHTMLSelectElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkHTMLSelectElement.disabled_Getter(this); @DomName('HTMLSelectElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkHTMLSelectElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkHTMLSelectElement.disabled_Setter_boolean(this, value); @DomName('HTMLSelectElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLSelectElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLSelectElement.form_Getter(this); @DomName('HTMLSelectElement.labels') @DocsEditable() @Unstable() - List get labels => _blink.BlinkHTMLSelectElement.$labels_Getter(this); + List get labels => _blink.BlinkHTMLSelectElement.labels_Getter(this); @DomName('HTMLSelectElement.length') @DocsEditable() - int get length => _blink.BlinkHTMLSelectElement.$length_Getter(this); + int get length => _blink.BlinkHTMLSelectElement.length_Getter(this); @DomName('HTMLSelectElement.length') @DocsEditable() - void set length(int value) => _blink.BlinkHTMLSelectElement.$length_Setter(this, value); + void set length(int value) => _blink.BlinkHTMLSelectElement.length_Setter_ul(this, value); @DomName('HTMLSelectElement.multiple') @DocsEditable() - bool get multiple => _blink.BlinkHTMLSelectElement.$multiple_Getter(this); + bool get multiple => _blink.BlinkHTMLSelectElement.multiple_Getter(this); @DomName('HTMLSelectElement.multiple') @DocsEditable() - void set multiple(bool value) => _blink.BlinkHTMLSelectElement.$multiple_Setter(this, value); + void set multiple(bool value) => _blink.BlinkHTMLSelectElement.multiple_Setter_boolean(this, value); @DomName('HTMLSelectElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLSelectElement.$name_Getter(this); + String get name => _blink.BlinkHTMLSelectElement.name_Getter(this); @DomName('HTMLSelectElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLSelectElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLSelectElement.name_Setter_DOMString(this, value); @DomName('HTMLSelectElement.required') @DocsEditable() - bool get required => _blink.BlinkHTMLSelectElement.$required_Getter(this); + bool get required => _blink.BlinkHTMLSelectElement.required_Getter(this); @DomName('HTMLSelectElement.required') @DocsEditable() - void set required(bool value) => _blink.BlinkHTMLSelectElement.$required_Setter(this, value); + void set required(bool value) => _blink.BlinkHTMLSelectElement.required_Setter_boolean(this, value); @DomName('HTMLSelectElement.selectedIndex') @DocsEditable() - int get selectedIndex => _blink.BlinkHTMLSelectElement.$selectedIndex_Getter(this); + int get selectedIndex => _blink.BlinkHTMLSelectElement.selectedIndex_Getter(this); @DomName('HTMLSelectElement.selectedIndex') @DocsEditable() - void set selectedIndex(int value) => _blink.BlinkHTMLSelectElement.$selectedIndex_Setter(this, value); + void set selectedIndex(int value) => _blink.BlinkHTMLSelectElement.selectedIndex_Setter_long(this, value); @DomName('HTMLSelectElement.size') @DocsEditable() - int get size => _blink.BlinkHTMLSelectElement.$size_Getter(this); + int get size => _blink.BlinkHTMLSelectElement.size_Getter(this); @DomName('HTMLSelectElement.size') @DocsEditable() - void set size(int value) => _blink.BlinkHTMLSelectElement.$size_Setter(this, value); + void set size(int value) => _blink.BlinkHTMLSelectElement.size_Setter_long(this, value); @DomName('HTMLSelectElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLSelectElement.$type_Getter(this); + String get type => _blink.BlinkHTMLSelectElement.type_Getter(this); @DomName('HTMLSelectElement.validationMessage') @DocsEditable() - String get validationMessage => _blink.BlinkHTMLSelectElement.$validationMessage_Getter(this); + String get validationMessage => _blink.BlinkHTMLSelectElement.validationMessage_Getter(this); @DomName('HTMLSelectElement.validity') @DocsEditable() - ValidityState get validity => _blink.BlinkHTMLSelectElement.$validity_Getter(this); + ValidityState get validity => _blink.BlinkHTMLSelectElement.validity_Getter(this); @DomName('HTMLSelectElement.value') @DocsEditable() - String get value => _blink.BlinkHTMLSelectElement.$value_Getter(this); + String get value => _blink.BlinkHTMLSelectElement.value_Getter(this); @DomName('HTMLSelectElement.value') @DocsEditable() - void set value(String value) => _blink.BlinkHTMLSelectElement.$value_Setter(this, value); + void set value(String value) => _blink.BlinkHTMLSelectElement.value_Setter_DOMString(this, value); @DomName('HTMLSelectElement.willValidate') @DocsEditable() - bool get willValidate => _blink.BlinkHTMLSelectElement.$willValidate_Getter(this); + bool get willValidate => _blink.BlinkHTMLSelectElement.willValidate_Getter(this); @DomName('HTMLSelectElement.__setter__') @DocsEditable() - void __setter__(int index, OptionElement value) => _blink.BlinkHTMLSelectElement.$__setter___Callback(this, index, value); + void __setter__(int index, OptionElement value) => _blink.BlinkHTMLSelectElement.$__setter___Callback_ul_HTMLOptionElement(this, index, value); @DomName('HTMLSelectElement.checkValidity') @DocsEditable() - bool checkValidity() => _blink.BlinkHTMLSelectElement.$checkValidity_Callback(this); + bool checkValidity() => _blink.BlinkHTMLSelectElement.checkValidity_Callback(this); @DomName('HTMLSelectElement.item') @DocsEditable() - Element item(int index) => _blink.BlinkHTMLSelectElement.$item_Callback(this, index); + Element item(int index) => _blink.BlinkHTMLSelectElement.item_Callback_ul(this, index); @DomName('HTMLSelectElement.namedItem') @DocsEditable() - Element namedItem(String name) => _blink.BlinkHTMLSelectElement.$namedItem_Callback(this, name); + Element namedItem(String name) => _blink.BlinkHTMLSelectElement.namedItem_Callback_DOMString(this, name); @DomName('HTMLSelectElement.setCustomValidity') @DocsEditable() - void setCustomValidity(String error) => _blink.BlinkHTMLSelectElement.$setCustomValidity_Callback(this, error); + void setCustomValidity(String error) => _blink.BlinkHTMLSelectElement.setCustomValidity_Callback_DOMString(this, error); // Override default options, since IE returns SelectElement itself and it @@ -25040,117 +25040,117 @@ class Selection extends NativeFieldWrapperClass2 { @DomName('Selection.anchorNode') @DocsEditable() - Node get anchorNode => _blink.BlinkSelection.$anchorNode_Getter(this); + Node get anchorNode => _blink.BlinkSelection.anchorNode_Getter(this); @DomName('Selection.anchorOffset') @DocsEditable() - int get anchorOffset => _blink.BlinkSelection.$anchorOffset_Getter(this); + int get anchorOffset => _blink.BlinkSelection.anchorOffset_Getter(this); @DomName('Selection.baseNode') @DocsEditable() @Experimental() // non-standard - Node get baseNode => _blink.BlinkSelection.$baseNode_Getter(this); + Node get baseNode => _blink.BlinkSelection.baseNode_Getter(this); @DomName('Selection.baseOffset') @DocsEditable() @Experimental() // non-standard - int get baseOffset => _blink.BlinkSelection.$baseOffset_Getter(this); + int get baseOffset => _blink.BlinkSelection.baseOffset_Getter(this); @DomName('Selection.extentNode') @DocsEditable() @Experimental() // non-standard - Node get extentNode => _blink.BlinkSelection.$extentNode_Getter(this); + Node get extentNode => _blink.BlinkSelection.extentNode_Getter(this); @DomName('Selection.extentOffset') @DocsEditable() @Experimental() // non-standard - int get extentOffset => _blink.BlinkSelection.$extentOffset_Getter(this); + int get extentOffset => _blink.BlinkSelection.extentOffset_Getter(this); @DomName('Selection.focusNode') @DocsEditable() - Node get focusNode => _blink.BlinkSelection.$focusNode_Getter(this); + Node get focusNode => _blink.BlinkSelection.focusNode_Getter(this); @DomName('Selection.focusOffset') @DocsEditable() - int get focusOffset => _blink.BlinkSelection.$focusOffset_Getter(this); + int get focusOffset => _blink.BlinkSelection.focusOffset_Getter(this); @DomName('Selection.isCollapsed') @DocsEditable() - bool get isCollapsed => _blink.BlinkSelection.$isCollapsed_Getter(this); + bool get isCollapsed => _blink.BlinkSelection.isCollapsed_Getter(this); @DomName('Selection.rangeCount') @DocsEditable() - int get rangeCount => _blink.BlinkSelection.$rangeCount_Getter(this); + int get rangeCount => _blink.BlinkSelection.rangeCount_Getter(this); @DomName('Selection.type') @DocsEditable() @Experimental() // non-standard - String get type => _blink.BlinkSelection.$type_Getter(this); + String get type => _blink.BlinkSelection.type_Getter(this); @DomName('Selection.addRange') @DocsEditable() - void addRange(Range range) => _blink.BlinkSelection.$addRange_Callback(this, range); + void addRange(Range range) => _blink.BlinkSelection.addRange_Callback_Range(this, range); @DomName('Selection.collapse') @DocsEditable() - void collapse(Node node, int index) => _blink.BlinkSelection.$collapse_Callback(this, node, index); + void collapse(Node node, int index) => _blink.BlinkSelection.collapse_Callback_Node_long(this, node, index); @DomName('Selection.collapseToEnd') @DocsEditable() - void collapseToEnd() => _blink.BlinkSelection.$collapseToEnd_Callback(this); + void collapseToEnd() => _blink.BlinkSelection.collapseToEnd_Callback(this); @DomName('Selection.collapseToStart') @DocsEditable() - void collapseToStart() => _blink.BlinkSelection.$collapseToStart_Callback(this); + void collapseToStart() => _blink.BlinkSelection.collapseToStart_Callback(this); @DomName('Selection.containsNode') @DocsEditable() @Experimental() // non-standard - bool containsNode(Node node, bool allowPartial) => _blink.BlinkSelection.$containsNode_Callback(this, node, allowPartial); + bool containsNode(Node node, bool allowPartial) => _blink.BlinkSelection.containsNode_Callback_Node_boolean(this, node, allowPartial); @DomName('Selection.deleteFromDocument') @DocsEditable() - void deleteFromDocument() => _blink.BlinkSelection.$deleteFromDocument_Callback(this); + void deleteFromDocument() => _blink.BlinkSelection.deleteFromDocument_Callback(this); @DomName('Selection.empty') @DocsEditable() @Experimental() // non-standard - void empty() => _blink.BlinkSelection.$empty_Callback(this); + void empty() => _blink.BlinkSelection.empty_Callback(this); @DomName('Selection.extend') @DocsEditable() - void extend(Node node, int offset) => _blink.BlinkSelection.$extend_Callback(this, node, offset); + void extend(Node node, int offset) => _blink.BlinkSelection.extend_Callback_Node_long(this, node, offset); @DomName('Selection.getRangeAt') @DocsEditable() - Range getRangeAt(int index) => _blink.BlinkSelection.$getRangeAt_Callback(this, index); + Range getRangeAt(int index) => _blink.BlinkSelection.getRangeAt_Callback_long(this, index); @DomName('Selection.modify') @DocsEditable() @Experimental() // non-standard - void modify(String alter, String direction, String granularity) => _blink.BlinkSelection.$modify_Callback(this, alter, direction, granularity); + void modify(String alter, String direction, String granularity) => _blink.BlinkSelection.modify_Callback_DOMString_DOMString_DOMString(this, alter, direction, granularity); @DomName('Selection.removeAllRanges') @DocsEditable() - void removeAllRanges() => _blink.BlinkSelection.$removeAllRanges_Callback(this); + void removeAllRanges() => _blink.BlinkSelection.removeAllRanges_Callback(this); @DomName('Selection.selectAllChildren') @DocsEditable() - void selectAllChildren(Node node) => _blink.BlinkSelection.$selectAllChildren_Callback(this, node); + void selectAllChildren(Node node) => _blink.BlinkSelection.selectAllChildren_Callback_Node(this, node); @DomName('Selection.setBaseAndExtent') @DocsEditable() @Experimental() // non-standard - void setBaseAndExtent(Node baseNode, int baseOffset, Node extentNode, int extentOffset) => _blink.BlinkSelection.$setBaseAndExtent_Callback(this, baseNode, baseOffset, extentNode, extentOffset); + void setBaseAndExtent(Node baseNode, int baseOffset, Node extentNode, int extentOffset) => _blink.BlinkSelection.setBaseAndExtent_Callback_Node_long_Node_long(this, baseNode, baseOffset, extentNode, extentOffset); @DomName('Selection.setPosition') @DocsEditable() @Experimental() // non-standard - void setPosition(Node node, int offset) => _blink.BlinkSelection.$setPosition_Callback(this, node, offset); + void setPosition(Node node, int offset) => _blink.BlinkSelection.setPosition_Callback_Node_long(this, node, offset); @DomName('Selection.toString') @DocsEditable() - String toString() => _blink.BlinkSelection.$toString_Callback(this); + String toString() => _blink.BlinkSelection.toString_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -25214,16 +25214,16 @@ class ShadowElement extends HtmlElement { @DomName('HTMLShadowElement.resetStyleInheritance') @DocsEditable() - bool get resetStyleInheritance => _blink.BlinkHTMLShadowElement.$resetStyleInheritance_Getter(this); + bool get resetStyleInheritance => _blink.BlinkHTMLShadowElement.resetStyleInheritance_Getter(this); @DomName('HTMLShadowElement.resetStyleInheritance') @DocsEditable() - void set resetStyleInheritance(bool value) => _blink.BlinkHTMLShadowElement.$resetStyleInheritance_Setter(this, value); + void set resetStyleInheritance(bool value) => _blink.BlinkHTMLShadowElement.resetStyleInheritance_Setter_boolean(this, value); @DomName('HTMLShadowElement.getDistributedNodes') @DocsEditable() @Experimental() // untriaged - List getDistributedNodes() => _blink.BlinkHTMLShadowElement.$getDistributedNodes_Callback(this); + List getDistributedNodes() => _blink.BlinkHTMLShadowElement.getDistributedNodes_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -25243,62 +25243,62 @@ class ShadowRoot extends DocumentFragment { @DomName('ShadowRoot.activeElement') @DocsEditable() - Element get activeElement => _blink.BlinkShadowRoot.$activeElement_Getter(this); + Element get activeElement => _blink.BlinkShadowRoot.activeElement_Getter(this); @DomName('ShadowRoot.host') @DocsEditable() @Experimental() // untriaged - Element get host => _blink.BlinkShadowRoot.$host_Getter(this); + Element get host => _blink.BlinkShadowRoot.host_Getter(this); @DomName('ShadowRoot.innerHTML') @DocsEditable() - String get innerHtml => _blink.BlinkShadowRoot.$innerHTML_Getter(this); + String get innerHtml => _blink.BlinkShadowRoot.innerHTML_Getter(this); @DomName('ShadowRoot.innerHTML') @DocsEditable() - void set innerHtml(String value) => _blink.BlinkShadowRoot.$innerHTML_Setter(this, value); + void set innerHtml(String value) => _blink.BlinkShadowRoot.innerHTML_Setter_DOMString(this, value); @DomName('ShadowRoot.olderShadowRoot') @DocsEditable() @Experimental() // untriaged - ShadowRoot get olderShadowRoot => _blink.BlinkShadowRoot.$olderShadowRoot_Getter(this); + ShadowRoot get olderShadowRoot => _blink.BlinkShadowRoot.olderShadowRoot_Getter(this); @DomName('ShadowRoot.resetStyleInheritance') @DocsEditable() - bool get _resetStyleInheritance => _blink.BlinkShadowRoot.$resetStyleInheritance_Getter(this); + bool get _resetStyleInheritance => _blink.BlinkShadowRoot.resetStyleInheritance_Getter(this); @DomName('ShadowRoot.resetStyleInheritance') @DocsEditable() - void set _resetStyleInheritance(bool value) => _blink.BlinkShadowRoot.$resetStyleInheritance_Setter(this, value); + void set _resetStyleInheritance(bool value) => _blink.BlinkShadowRoot.resetStyleInheritance_Setter_boolean(this, value); @DomName('ShadowRoot.styleSheets') @DocsEditable() @Experimental() // untriaged - List get styleSheets => _blink.BlinkShadowRoot.$styleSheets_Getter(this); + List get styleSheets => _blink.BlinkShadowRoot.styleSheets_Getter(this); @DomName('ShadowRoot.cloneNode') @DocsEditable() - Node clone(bool deep) => _blink.BlinkShadowRoot.$cloneNode_Callback(this, deep); + Node clone(bool deep) => _blink.BlinkShadowRoot.cloneNode_Callback_boolean(this, deep); @DomName('ShadowRoot.elementFromPoint') @DocsEditable() - Element elementFromPoint(int x, int y) => _blink.BlinkShadowRoot.$elementFromPoint_Callback(this, x, y); + Element elementFromPoint(int x, int y) => _blink.BlinkShadowRoot.elementFromPoint_Callback_long_long(this, x, y); @DomName('ShadowRoot.getElementById') @DocsEditable() - Element getElementById(String elementId) => _blink.BlinkShadowRoot.$getElementById_Callback(this, elementId); + Element getElementById(String elementId) => _blink.BlinkShadowRoot.getElementById_Callback_DOMString(this, elementId); @DomName('ShadowRoot.getElementsByClassName') @DocsEditable() - List getElementsByClassName(String className) => _blink.BlinkShadowRoot.$getElementsByClassName_Callback(this, className); + List getElementsByClassName(String className) => _blink.BlinkShadowRoot.getElementsByClassName_Callback_DOMString(this, className); @DomName('ShadowRoot.getElementsByTagName') @DocsEditable() - List getElementsByTagName(String tagName) => _blink.BlinkShadowRoot.$getElementsByTagName_Callback(this, tagName); + List getElementsByTagName(String tagName) => _blink.BlinkShadowRoot.getElementsByTagName_Callback_DOMString(this, tagName); @DomName('ShadowRoot.getSelection') @DocsEditable() - Selection getSelection() => _blink.BlinkShadowRoot.$getSelection_Callback(this); + Selection getSelection() => _blink.BlinkShadowRoot.getSelection_Callback(this); static final bool supported = true; @@ -25360,17 +25360,17 @@ class SharedWorker extends EventTarget implements AbstractWorker { @DomName('SharedWorker.SharedWorker') @DocsEditable() factory SharedWorker(String scriptURL, [String name]) { - return _blink.BlinkSharedWorker.$_create_1constructorCallback(scriptURL, name); + return _blink.BlinkSharedWorker.constructorCallback_DOMString_DOMString(scriptURL, name); } @DomName('SharedWorker.port') @DocsEditable() - MessagePort get port => _blink.BlinkSharedWorker.$port_Getter(this); + MessagePort get port => _blink.BlinkSharedWorker.port_Getter(this); @DomName('SharedWorker.workerStart') @DocsEditable() @Experimental() // untriaged - double get workerStart => _blink.BlinkSharedWorker.$workerStart_Getter(this); + double get workerStart => _blink.BlinkSharedWorker.workerStart_Getter(this); @DomName('SharedWorker.onerror') @DocsEditable() @@ -25406,7 +25406,7 @@ class SharedWorkerGlobalScope extends WorkerGlobalScope { @DomName('SharedWorkerGlobalScope.name') @DocsEditable() @Experimental() // untriaged - String get name => _blink.BlinkSharedWorkerGlobalScope.$name_Getter(this); + String get name => _blink.BlinkSharedWorkerGlobalScope.name_Getter(this); /// Stream of `connect` events handled by this [SharedWorkerGlobalScope]. @DomName('SharedWorkerGlobalScope.onconnect') @@ -25433,77 +25433,77 @@ class SourceBuffer extends EventTarget { @DomName('SourceBuffer.appendWindowEnd') @DocsEditable() @Experimental() // untriaged - num get appendWindowEnd => _blink.BlinkSourceBuffer.$appendWindowEnd_Getter(this); + num get appendWindowEnd => _blink.BlinkSourceBuffer.appendWindowEnd_Getter(this); @DomName('SourceBuffer.appendWindowEnd') @DocsEditable() @Experimental() // untriaged - void set appendWindowEnd(num value) => _blink.BlinkSourceBuffer.$appendWindowEnd_Setter(this, value); + void set appendWindowEnd(num value) => _blink.BlinkSourceBuffer.appendWindowEnd_Setter_double(this, value); @DomName('SourceBuffer.appendWindowStart') @DocsEditable() @Experimental() // untriaged - num get appendWindowStart => _blink.BlinkSourceBuffer.$appendWindowStart_Getter(this); + num get appendWindowStart => _blink.BlinkSourceBuffer.appendWindowStart_Getter(this); @DomName('SourceBuffer.appendWindowStart') @DocsEditable() @Experimental() // untriaged - void set appendWindowStart(num value) => _blink.BlinkSourceBuffer.$appendWindowStart_Setter(this, value); + void set appendWindowStart(num value) => _blink.BlinkSourceBuffer.appendWindowStart_Setter_double(this, value); @DomName('SourceBuffer.buffered') @DocsEditable() - TimeRanges get buffered => _blink.BlinkSourceBuffer.$buffered_Getter(this); + TimeRanges get buffered => _blink.BlinkSourceBuffer.buffered_Getter(this); @DomName('SourceBuffer.mode') @DocsEditable() @Experimental() // untriaged - String get mode => _blink.BlinkSourceBuffer.$mode_Getter(this); + String get mode => _blink.BlinkSourceBuffer.mode_Getter(this); @DomName('SourceBuffer.mode') @DocsEditable() @Experimental() // untriaged - void set mode(String value) => _blink.BlinkSourceBuffer.$mode_Setter(this, value); + void set mode(String value) => _blink.BlinkSourceBuffer.mode_Setter_DOMString(this, value); @DomName('SourceBuffer.timestampOffset') @DocsEditable() - num get timestampOffset => _blink.BlinkSourceBuffer.$timestampOffset_Getter(this); + num get timestampOffset => _blink.BlinkSourceBuffer.timestampOffset_Getter(this); @DomName('SourceBuffer.timestampOffset') @DocsEditable() - void set timestampOffset(num value) => _blink.BlinkSourceBuffer.$timestampOffset_Setter(this, value); + void set timestampOffset(num value) => _blink.BlinkSourceBuffer.timestampOffset_Setter_double(this, value); @DomName('SourceBuffer.updating') @DocsEditable() @Experimental() // untriaged - bool get updating => _blink.BlinkSourceBuffer.$updating_Getter(this); + bool get updating => _blink.BlinkSourceBuffer.updating_Getter(this); @DomName('SourceBuffer.abort') @DocsEditable() - void abort() => _blink.BlinkSourceBuffer.$abort_Callback(this); + void abort() => _blink.BlinkSourceBuffer.abort_Callback(this); @DomName('SourceBuffer.appendBuffer') @DocsEditable() @Experimental() // untriaged - void appendBuffer(ByteBuffer data) => _blink.BlinkSourceBuffer.$appendBuffer_Callback(this, data); + void appendBuffer(ByteBuffer data) => _blink.BlinkSourceBuffer.appendBuffer_Callback_ArrayBuffer(this, data); void appendStream(FileStream stream, [int maxSize]) { if (maxSize != null) { - _blink.BlinkSourceBuffer.$_appendStream_1_Callback(this, stream, maxSize); + _blink.BlinkSourceBuffer.appendStream_Callback_Stream_ull(this, stream, maxSize); return; } - _blink.BlinkSourceBuffer.$_appendStream_2_Callback(this, stream); + _blink.BlinkSourceBuffer.appendStream_Callback_Stream(this, stream); return; } @DomName('SourceBuffer.appendTypedData') @DocsEditable() @Experimental() // untriaged - void appendTypedData(TypedData data) => _blink.BlinkSourceBuffer.$appendTypedData_Callback(this, data); + void appendTypedData(TypedData data) => _blink.BlinkSourceBuffer.appendBuffer_Callback_ArrayBufferView(this, data); @DomName('SourceBuffer.remove') @DocsEditable() @Experimental() // untriaged - void remove(num start, num end) => _blink.BlinkSourceBuffer.$remove_Callback(this, start, end); + void remove(num start, num end) => _blink.BlinkSourceBuffer.remove_Callback_double_double(this, start, end); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -25523,15 +25523,15 @@ class SourceBufferList extends EventTarget with ListMixin, Immutab @DomName('SourceBufferList.length') @DocsEditable() - int get length => _blink.BlinkSourceBufferList.$length_Getter(this); + int get length => _blink.BlinkSourceBufferList.length_Getter(this); SourceBuffer operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkSourceBufferList.$NativeIndexed_Getter(this, index); + return _blink.BlinkSourceBufferList.item_Callback_ul(this, index); } - SourceBuffer _nativeIndexedGetter(int index) => _blink.BlinkSourceBufferList.$NativeIndexed_Getter(this, index); + SourceBuffer _nativeIndexedGetter(int index) => _blink.BlinkSourceBufferList.item_Callback_ul(this, index); void operator[]=(int index, SourceBuffer value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -25573,7 +25573,7 @@ class SourceBufferList extends EventTarget with ListMixin, Immutab @DomName('SourceBufferList.item') @DocsEditable() - SourceBuffer item(int index) => _blink.BlinkSourceBufferList.$item_Callback(this, index); + SourceBuffer item(int index) => _blink.BlinkSourceBufferList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -25601,27 +25601,27 @@ class SourceElement extends HtmlElement { @DomName('HTMLSourceElement.media') @DocsEditable() - String get media => _blink.BlinkHTMLSourceElement.$media_Getter(this); + String get media => _blink.BlinkHTMLSourceElement.media_Getter(this); @DomName('HTMLSourceElement.media') @DocsEditable() - void set media(String value) => _blink.BlinkHTMLSourceElement.$media_Setter(this, value); + void set media(String value) => _blink.BlinkHTMLSourceElement.media_Setter_DOMString(this, value); @DomName('HTMLSourceElement.src') @DocsEditable() - String get src => _blink.BlinkHTMLSourceElement.$src_Getter(this); + String get src => _blink.BlinkHTMLSourceElement.src_Getter(this); @DomName('HTMLSourceElement.src') @DocsEditable() - void set src(String value) => _blink.BlinkHTMLSourceElement.$src_Setter(this, value); + void set src(String value) => _blink.BlinkHTMLSourceElement.src_Setter_DOMString(this, value); @DomName('HTMLSourceElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLSourceElement.$type_Getter(this); + String get type => _blink.BlinkHTMLSourceElement.type_Getter(this); @DomName('HTMLSourceElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkHTMLSourceElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkHTMLSourceElement.type_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -25641,22 +25641,22 @@ class SourceInfo extends NativeFieldWrapperClass2 { @DomName('SourceInfo.facing') @DocsEditable() @Experimental() // untriaged - String get facing => _blink.BlinkSourceInfo.$facing_Getter(this); + String get facing => _blink.BlinkSourceInfo.facing_Getter(this); @DomName('SourceInfo.id') @DocsEditable() @Experimental() // untriaged - String get id => _blink.BlinkSourceInfo.$id_Getter(this); + String get id => _blink.BlinkSourceInfo.id_Getter(this); @DomName('SourceInfo.kind') @DocsEditable() @Experimental() // untriaged - String get kind => _blink.BlinkSourceInfo.$kind_Getter(this); + String get kind => _blink.BlinkSourceInfo.kind_Getter(this); @DomName('SourceInfo.label') @DocsEditable() @Experimental() // untriaged - String get label => _blink.BlinkSourceInfo.$label_Getter(this); + String get label => _blink.BlinkSourceInfo.label_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -25701,24 +25701,24 @@ class SpeechGrammar extends NativeFieldWrapperClass2 { @DomName('SpeechGrammar.SpeechGrammar') @DocsEditable() factory SpeechGrammar() { - return _blink.BlinkSpeechGrammar.$_create_1constructorCallback(); + return _blink.BlinkSpeechGrammar.constructorCallback(); } @DomName('SpeechGrammar.src') @DocsEditable() - String get src => _blink.BlinkSpeechGrammar.$src_Getter(this); + String get src => _blink.BlinkSpeechGrammar.src_Getter(this); @DomName('SpeechGrammar.src') @DocsEditable() - void set src(String value) => _blink.BlinkSpeechGrammar.$src_Setter(this, value); + void set src(String value) => _blink.BlinkSpeechGrammar.src_Setter_DOMString(this, value); @DomName('SpeechGrammar.weight') @DocsEditable() - num get weight => _blink.BlinkSpeechGrammar.$weight_Getter(this); + num get weight => _blink.BlinkSpeechGrammar.weight_Getter(this); @DomName('SpeechGrammar.weight') @DocsEditable() - void set weight(num value) => _blink.BlinkSpeechGrammar.$weight_Setter(this, value); + void set weight(num value) => _blink.BlinkSpeechGrammar.weight_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -25739,20 +25739,20 @@ class SpeechGrammarList extends NativeFieldWrapperClass2 with ListMixin _blink.BlinkSpeechGrammarList.$length_Getter(this); + int get length => _blink.BlinkSpeechGrammarList.length_Getter(this); SpeechGrammar operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkSpeechGrammarList.$NativeIndexed_Getter(this, index); + return _blink.BlinkSpeechGrammarList.item_Callback_ul(this, index); } - SpeechGrammar _nativeIndexedGetter(int index) => _blink.BlinkSpeechGrammarList.$NativeIndexed_Getter(this, index); + SpeechGrammar _nativeIndexedGetter(int index) => _blink.BlinkSpeechGrammarList.item_Callback_ul(this, index); void operator[]=(int index, SpeechGrammar value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -25794,25 +25794,25 @@ class SpeechGrammarList extends NativeFieldWrapperClass2 with ListMixin _blink.BlinkSpeechGrammarList.$item_Callback(this, index); + SpeechGrammar item(int index) => _blink.BlinkSpeechGrammarList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -25976,7 +25976,7 @@ class SpeechRecognition extends EventTarget { @DomName('SpeechRecognition.SpeechRecognition') @DocsEditable() factory SpeechRecognition() { - return _blink.BlinkSpeechRecognition.$_create_1constructorCallback(); + return _blink.BlinkSpeechRecognition.constructorCallback(); } /// Checks if this type is supported on the current platform. @@ -25984,55 +25984,55 @@ class SpeechRecognition extends EventTarget { @DomName('SpeechRecognition.continuous') @DocsEditable() - bool get continuous => _blink.BlinkSpeechRecognition.$continuous_Getter(this); + bool get continuous => _blink.BlinkSpeechRecognition.continuous_Getter(this); @DomName('SpeechRecognition.continuous') @DocsEditable() - void set continuous(bool value) => _blink.BlinkSpeechRecognition.$continuous_Setter(this, value); + void set continuous(bool value) => _blink.BlinkSpeechRecognition.continuous_Setter_boolean(this, value); @DomName('SpeechRecognition.grammars') @DocsEditable() - SpeechGrammarList get grammars => _blink.BlinkSpeechRecognition.$grammars_Getter(this); + SpeechGrammarList get grammars => _blink.BlinkSpeechRecognition.grammars_Getter(this); @DomName('SpeechRecognition.grammars') @DocsEditable() - void set grammars(SpeechGrammarList value) => _blink.BlinkSpeechRecognition.$grammars_Setter(this, value); + void set grammars(SpeechGrammarList value) => _blink.BlinkSpeechRecognition.grammars_Setter_SpeechGrammarList(this, value); @DomName('SpeechRecognition.interimResults') @DocsEditable() - bool get interimResults => _blink.BlinkSpeechRecognition.$interimResults_Getter(this); + bool get interimResults => _blink.BlinkSpeechRecognition.interimResults_Getter(this); @DomName('SpeechRecognition.interimResults') @DocsEditable() - void set interimResults(bool value) => _blink.BlinkSpeechRecognition.$interimResults_Setter(this, value); + void set interimResults(bool value) => _blink.BlinkSpeechRecognition.interimResults_Setter_boolean(this, value); @DomName('SpeechRecognition.lang') @DocsEditable() - String get lang => _blink.BlinkSpeechRecognition.$lang_Getter(this); + String get lang => _blink.BlinkSpeechRecognition.lang_Getter(this); @DomName('SpeechRecognition.lang') @DocsEditable() - void set lang(String value) => _blink.BlinkSpeechRecognition.$lang_Setter(this, value); + void set lang(String value) => _blink.BlinkSpeechRecognition.lang_Setter_DOMString(this, value); @DomName('SpeechRecognition.maxAlternatives') @DocsEditable() - int get maxAlternatives => _blink.BlinkSpeechRecognition.$maxAlternatives_Getter(this); + int get maxAlternatives => _blink.BlinkSpeechRecognition.maxAlternatives_Getter(this); @DomName('SpeechRecognition.maxAlternatives') @DocsEditable() - void set maxAlternatives(int value) => _blink.BlinkSpeechRecognition.$maxAlternatives_Setter(this, value); + void set maxAlternatives(int value) => _blink.BlinkSpeechRecognition.maxAlternatives_Setter_ul(this, value); @DomName('SpeechRecognition.abort') @DocsEditable() - void abort() => _blink.BlinkSpeechRecognition.$abort_Callback(this); + void abort() => _blink.BlinkSpeechRecognition.abort_Callback(this); @DomName('SpeechRecognition.start') @DocsEditable() - void start() => _blink.BlinkSpeechRecognition.$start_Callback(this); + void start() => _blink.BlinkSpeechRecognition.start_Callback(this); @DomName('SpeechRecognition.stop') @DocsEditable() - void stop() => _blink.BlinkSpeechRecognition.$stop_Callback(this); + void stop() => _blink.BlinkSpeechRecognition.stop_Callback(this); /// Stream of `audioend` events handled by this [SpeechRecognition]. @DomName('SpeechRecognition.onaudioend') @@ -26108,11 +26108,11 @@ class SpeechRecognitionAlternative extends NativeFieldWrapperClass2 { @DomName('SpeechRecognitionAlternative.confidence') @DocsEditable() - double get confidence => _blink.BlinkSpeechRecognitionAlternative.$confidence_Getter(this); + double get confidence => _blink.BlinkSpeechRecognitionAlternative.confidence_Getter(this); @DomName('SpeechRecognitionAlternative.transcript') @DocsEditable() - String get transcript => _blink.BlinkSpeechRecognitionAlternative.$transcript_Getter(this); + String get transcript => _blink.BlinkSpeechRecognitionAlternative.transcript_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26133,11 +26133,11 @@ class SpeechRecognitionError extends Event { @DomName('SpeechRecognitionError.error') @DocsEditable() - String get error => _blink.BlinkSpeechRecognitionError.$error_Getter(this); + String get error => _blink.BlinkSpeechRecognitionError.error_Getter(this); @DomName('SpeechRecognitionError.message') @DocsEditable() - String get message => _blink.BlinkSpeechRecognitionError.$message_Getter(this); + String get message => _blink.BlinkSpeechRecognitionError.message_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26158,19 +26158,19 @@ class SpeechRecognitionEvent extends Event { @DomName('SpeechRecognitionEvent.emma') @DocsEditable() - Document get emma => _blink.BlinkSpeechRecognitionEvent.$emma_Getter(this); + Document get emma => _blink.BlinkSpeechRecognitionEvent.emma_Getter(this); @DomName('SpeechRecognitionEvent.interpretation') @DocsEditable() - Document get interpretation => _blink.BlinkSpeechRecognitionEvent.$interpretation_Getter(this); + Document get interpretation => _blink.BlinkSpeechRecognitionEvent.interpretation_Getter(this); @DomName('SpeechRecognitionEvent.resultIndex') @DocsEditable() - int get resultIndex => _blink.BlinkSpeechRecognitionEvent.$resultIndex_Getter(this); + int get resultIndex => _blink.BlinkSpeechRecognitionEvent.resultIndex_Getter(this); @DomName('SpeechRecognitionEvent.results') @DocsEditable() - List get results => _blink.BlinkSpeechRecognitionEvent.$results_Getter(this); + List get results => _blink.BlinkSpeechRecognitionEvent.results_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26191,15 +26191,15 @@ class SpeechRecognitionResult extends NativeFieldWrapperClass2 { @DomName('SpeechRecognitionResult.isFinal') @DocsEditable() - bool get isFinal => _blink.BlinkSpeechRecognitionResult.$isFinal_Getter(this); + bool get isFinal => _blink.BlinkSpeechRecognitionResult.isFinal_Getter(this); @DomName('SpeechRecognitionResult.length') @DocsEditable() - int get length => _blink.BlinkSpeechRecognitionResult.$length_Getter(this); + int get length => _blink.BlinkSpeechRecognitionResult.length_Getter(this); @DomName('SpeechRecognitionResult.item') @DocsEditable() - SpeechRecognitionAlternative item(int index) => _blink.BlinkSpeechRecognitionResult.$item_Callback(this, index); + SpeechRecognitionAlternative item(int index) => _blink.BlinkSpeechRecognitionResult.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26219,35 +26219,35 @@ class SpeechSynthesis extends EventTarget { @DomName('SpeechSynthesis.paused') @DocsEditable() - bool get paused => _blink.BlinkSpeechSynthesis.$paused_Getter(this); + bool get paused => _blink.BlinkSpeechSynthesis.paused_Getter(this); @DomName('SpeechSynthesis.pending') @DocsEditable() - bool get pending => _blink.BlinkSpeechSynthesis.$pending_Getter(this); + bool get pending => _blink.BlinkSpeechSynthesis.pending_Getter(this); @DomName('SpeechSynthesis.speaking') @DocsEditable() - bool get speaking => _blink.BlinkSpeechSynthesis.$speaking_Getter(this); + bool get speaking => _blink.BlinkSpeechSynthesis.speaking_Getter(this); @DomName('SpeechSynthesis.cancel') @DocsEditable() - void cancel() => _blink.BlinkSpeechSynthesis.$cancel_Callback(this); + void cancel() => _blink.BlinkSpeechSynthesis.cancel_Callback(this); @DomName('SpeechSynthesis.getVoices') @DocsEditable() - List getVoices() => _blink.BlinkSpeechSynthesis.$getVoices_Callback(this); + List getVoices() => _blink.BlinkSpeechSynthesis.getVoices_Callback(this); @DomName('SpeechSynthesis.pause') @DocsEditable() - void pause() => _blink.BlinkSpeechSynthesis.$pause_Callback(this); + void pause() => _blink.BlinkSpeechSynthesis.pause_Callback(this); @DomName('SpeechSynthesis.resume') @DocsEditable() - void resume() => _blink.BlinkSpeechSynthesis.$resume_Callback(this); + void resume() => _blink.BlinkSpeechSynthesis.resume_Callback(this); @DomName('SpeechSynthesis.speak') @DocsEditable() - void speak(SpeechSynthesisUtterance utterance) => _blink.BlinkSpeechSynthesis.$speak_Callback(this, utterance); + void speak(SpeechSynthesisUtterance utterance) => _blink.BlinkSpeechSynthesis.speak_Callback_SpeechSynthesisUtterance(this, utterance); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26267,15 +26267,15 @@ class SpeechSynthesisEvent extends Event { @DomName('SpeechSynthesisEvent.charIndex') @DocsEditable() - int get charIndex => _blink.BlinkSpeechSynthesisEvent.$charIndex_Getter(this); + int get charIndex => _blink.BlinkSpeechSynthesisEvent.charIndex_Getter(this); @DomName('SpeechSynthesisEvent.elapsedTime') @DocsEditable() - double get elapsedTime => _blink.BlinkSpeechSynthesisEvent.$elapsedTime_Getter(this); + double get elapsedTime => _blink.BlinkSpeechSynthesisEvent.elapsedTime_Getter(this); @DomName('SpeechSynthesisEvent.name') @DocsEditable() - String get name => _blink.BlinkSpeechSynthesisEvent.$name_Getter(this); + String get name => _blink.BlinkSpeechSynthesisEvent.name_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26366,56 +26366,56 @@ class SpeechSynthesisUtterance extends EventTarget { @DomName('SpeechSynthesisUtterance.SpeechSynthesisUtterance') @DocsEditable() factory SpeechSynthesisUtterance([String text]) { - return _blink.BlinkSpeechSynthesisUtterance.$_create_1constructorCallback(text); + return _blink.BlinkSpeechSynthesisUtterance.constructorCallback_DOMString(text); } @DomName('SpeechSynthesisUtterance.lang') @DocsEditable() - String get lang => _blink.BlinkSpeechSynthesisUtterance.$lang_Getter(this); + String get lang => _blink.BlinkSpeechSynthesisUtterance.lang_Getter(this); @DomName('SpeechSynthesisUtterance.lang') @DocsEditable() - void set lang(String value) => _blink.BlinkSpeechSynthesisUtterance.$lang_Setter(this, value); + void set lang(String value) => _blink.BlinkSpeechSynthesisUtterance.lang_Setter_DOMString(this, value); @DomName('SpeechSynthesisUtterance.pitch') @DocsEditable() - num get pitch => _blink.BlinkSpeechSynthesisUtterance.$pitch_Getter(this); + num get pitch => _blink.BlinkSpeechSynthesisUtterance.pitch_Getter(this); @DomName('SpeechSynthesisUtterance.pitch') @DocsEditable() - void set pitch(num value) => _blink.BlinkSpeechSynthesisUtterance.$pitch_Setter(this, value); + void set pitch(num value) => _blink.BlinkSpeechSynthesisUtterance.pitch_Setter_float(this, value); @DomName('SpeechSynthesisUtterance.rate') @DocsEditable() - num get rate => _blink.BlinkSpeechSynthesisUtterance.$rate_Getter(this); + num get rate => _blink.BlinkSpeechSynthesisUtterance.rate_Getter(this); @DomName('SpeechSynthesisUtterance.rate') @DocsEditable() - void set rate(num value) => _blink.BlinkSpeechSynthesisUtterance.$rate_Setter(this, value); + void set rate(num value) => _blink.BlinkSpeechSynthesisUtterance.rate_Setter_float(this, value); @DomName('SpeechSynthesisUtterance.text') @DocsEditable() - String get text => _blink.BlinkSpeechSynthesisUtterance.$text_Getter(this); + String get text => _blink.BlinkSpeechSynthesisUtterance.text_Getter(this); @DomName('SpeechSynthesisUtterance.text') @DocsEditable() - void set text(String value) => _blink.BlinkSpeechSynthesisUtterance.$text_Setter(this, value); + void set text(String value) => _blink.BlinkSpeechSynthesisUtterance.text_Setter_DOMString(this, value); @DomName('SpeechSynthesisUtterance.voice') @DocsEditable() - SpeechSynthesisVoice get voice => _blink.BlinkSpeechSynthesisUtterance.$voice_Getter(this); + SpeechSynthesisVoice get voice => _blink.BlinkSpeechSynthesisUtterance.voice_Getter(this); @DomName('SpeechSynthesisUtterance.voice') @DocsEditable() - void set voice(SpeechSynthesisVoice value) => _blink.BlinkSpeechSynthesisUtterance.$voice_Setter(this, value); + void set voice(SpeechSynthesisVoice value) => _blink.BlinkSpeechSynthesisUtterance.voice_Setter_SpeechSynthesisVoice(this, value); @DomName('SpeechSynthesisUtterance.volume') @DocsEditable() - num get volume => _blink.BlinkSpeechSynthesisUtterance.$volume_Getter(this); + num get volume => _blink.BlinkSpeechSynthesisUtterance.volume_Getter(this); @DomName('SpeechSynthesisUtterance.volume') @DocsEditable() - void set volume(num value) => _blink.BlinkSpeechSynthesisUtterance.$volume_Setter(this, value); + void set volume(num value) => _blink.BlinkSpeechSynthesisUtterance.volume_Setter_float(this, value); /// Stream of `boundary` events handled by this [SpeechSynthesisUtterance]. @DomName('SpeechSynthesisUtterance.onboundary') @@ -26470,23 +26470,23 @@ class SpeechSynthesisVoice extends NativeFieldWrapperClass2 { @DomName('SpeechSynthesisVoice.default') @DocsEditable() - bool get defaultValue => _blink.BlinkSpeechSynthesisVoice.$default_Getter(this); + bool get defaultValue => _blink.BlinkSpeechSynthesisVoice.default_Getter(this); @DomName('SpeechSynthesisVoice.lang') @DocsEditable() - String get lang => _blink.BlinkSpeechSynthesisVoice.$lang_Getter(this); + String get lang => _blink.BlinkSpeechSynthesisVoice.lang_Getter(this); @DomName('SpeechSynthesisVoice.localService') @DocsEditable() - bool get localService => _blink.BlinkSpeechSynthesisVoice.$localService_Getter(this); + bool get localService => _blink.BlinkSpeechSynthesisVoice.localService_Getter(this); @DomName('SpeechSynthesisVoice.name') @DocsEditable() - String get name => _blink.BlinkSpeechSynthesisVoice.$name_Getter(this); + String get name => _blink.BlinkSpeechSynthesisVoice.name_Getter(this); @DomName('SpeechSynthesisVoice.voiceURI') @DocsEditable() - String get voiceUri => _blink.BlinkSpeechSynthesisVoice.$voiceURI_Getter(this); + String get voiceUri => _blink.BlinkSpeechSynthesisVoice.voiceURI_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26581,35 +26581,35 @@ class Storage extends NativeFieldWrapperClass2 @DomName('Storage.length') @DocsEditable() - int get _length => _blink.BlinkStorage.$length_Getter(this); + int get _length => _blink.BlinkStorage.length_Getter(this); bool __delete__(index_OR_name) { if ((index_OR_name is int || index_OR_name == null)) { - return _blink.BlinkStorage.$___delete___1_Callback(this, index_OR_name); + return _blink.BlinkStorage.$__delete___Callback_ul(this, index_OR_name); } if ((index_OR_name is String || index_OR_name == null)) { - return _blink.BlinkStorage.$___delete___2_Callback(this, index_OR_name); + return _blink.BlinkStorage.$__delete___Callback_DOMString(this, index_OR_name); } throw new ArgumentError("Incorrect number or type of arguments"); } String __getter__(index_OR_name) { if ((index_OR_name is int || index_OR_name == null)) { - return _blink.BlinkStorage.$___getter___1_Callback(this, index_OR_name); + return _blink.BlinkStorage.$__getter___Callback_ul(this, index_OR_name); } if ((index_OR_name is String || index_OR_name == null)) { - return _blink.BlinkStorage.$___getter___2_Callback(this, index_OR_name); + return _blink.BlinkStorage.$__getter___Callback_DOMString(this, index_OR_name); } throw new ArgumentError("Incorrect number or type of arguments"); } void __setter__(index_OR_name, String value) { if ((value is String || value == null) && (index_OR_name is int || index_OR_name == null)) { - _blink.BlinkStorage.$___setter___1_Callback(this, index_OR_name, value); + _blink.BlinkStorage.$__setter___Callback_ul_DOMString(this, index_OR_name, value); return; } if ((value is String || value == null) && (index_OR_name is String || index_OR_name == null)) { - _blink.BlinkStorage.$___setter___2_Callback(this, index_OR_name, value); + _blink.BlinkStorage.$__setter___Callback_DOMString_DOMString(this, index_OR_name, value); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -26617,23 +26617,23 @@ class Storage extends NativeFieldWrapperClass2 @DomName('Storage.clear') @DocsEditable() - void _clear() => _blink.BlinkStorage.$clear_Callback(this); + void _clear() => _blink.BlinkStorage.clear_Callback(this); @DomName('Storage.getItem') @DocsEditable() - String _getItem(String key) => _blink.BlinkStorage.$getItem_Callback(this, key); + String _getItem(String key) => _blink.BlinkStorage.getItem_Callback_DOMString(this, key); @DomName('Storage.key') @DocsEditable() - String _key(int index) => _blink.BlinkStorage.$key_Callback(this, index); + String _key(int index) => _blink.BlinkStorage.key_Callback_ul(this, index); @DomName('Storage.removeItem') @DocsEditable() - void _removeItem(String key) => _blink.BlinkStorage.$removeItem_Callback(this, key); + void _removeItem(String key) => _blink.BlinkStorage.removeItem_Callback_DOMString(this, key); @DomName('Storage.setItem') @DocsEditable() - void _setItem(String key, String data) => _blink.BlinkStorage.$setItem_Callback(this, key, data); + void _setItem(String key, String data) => _blink.BlinkStorage.setItem_Callback_DOMString_DOMString(this, key, data); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26671,27 +26671,27 @@ class StorageEvent extends Event { @DomName('StorageEvent.key') @DocsEditable() - String get key => _blink.BlinkStorageEvent.$key_Getter(this); + String get key => _blink.BlinkStorageEvent.key_Getter(this); @DomName('StorageEvent.newValue') @DocsEditable() - String get newValue => _blink.BlinkStorageEvent.$newValue_Getter(this); + String get newValue => _blink.BlinkStorageEvent.newValue_Getter(this); @DomName('StorageEvent.oldValue') @DocsEditable() - String get oldValue => _blink.BlinkStorageEvent.$oldValue_Getter(this); + String get oldValue => _blink.BlinkStorageEvent.oldValue_Getter(this); @DomName('StorageEvent.storageArea') @DocsEditable() - Storage get storageArea => _blink.BlinkStorageEvent.$storageArea_Getter(this); + Storage get storageArea => _blink.BlinkStorageEvent.storageArea_Getter(this); @DomName('StorageEvent.url') @DocsEditable() - String get url => _blink.BlinkStorageEvent.$url_Getter(this); + String get url => _blink.BlinkStorageEvent.url_Getter(this); @DomName('StorageEvent.initStorageEvent') @DocsEditable() - void _initStorageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, String keyArg, String oldValueArg, String newValueArg, String urlArg, Storage storageAreaArg) => _blink.BlinkStorageEvent.$initStorageEvent_Callback(this, typeArg, canBubbleArg, cancelableArg, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg); + void _initStorageEvent(String typeArg, bool canBubbleArg, bool cancelableArg, String keyArg, String oldValueArg, String newValueArg, String urlArg, Storage storageAreaArg) => _blink.BlinkStorageEvent.initStorageEvent_Callback_DOMString_boolean_boolean_DOMString_DOMString_DOMString_DOMString_Storage(this, typeArg, canBubbleArg, cancelableArg, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26712,12 +26712,12 @@ class StorageInfo extends NativeFieldWrapperClass2 { @DomName('StorageInfo.quota') @DocsEditable() @Experimental() // untriaged - int get quota => _blink.BlinkStorageInfo.$quota_Getter(this); + int get quota => _blink.BlinkStorageInfo.quota_Getter(this); @DomName('StorageInfo.usage') @DocsEditable() @Experimental() // untriaged - int get usage => _blink.BlinkStorageInfo.$usage_Getter(this); + int get usage => _blink.BlinkStorageInfo.usage_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26738,7 +26738,7 @@ class StorageQuota extends NativeFieldWrapperClass2 { @DomName('StorageQuota.supportedTypes') @DocsEditable() @Experimental() // untriaged - List get supportedTypes => _blink.BlinkStorageQuota.$supportedTypes_Getter(this); + List get supportedTypes => _blink.BlinkStorageQuota.supportedTypes_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26799,39 +26799,39 @@ class StyleElement extends HtmlElement { @DomName('HTMLStyleElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkHTMLStyleElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkHTMLStyleElement.disabled_Getter(this); @DomName('HTMLStyleElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkHTMLStyleElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkHTMLStyleElement.disabled_Setter_boolean(this, value); @DomName('HTMLStyleElement.media') @DocsEditable() - String get media => _blink.BlinkHTMLStyleElement.$media_Getter(this); + String get media => _blink.BlinkHTMLStyleElement.media_Getter(this); @DomName('HTMLStyleElement.media') @DocsEditable() - void set media(String value) => _blink.BlinkHTMLStyleElement.$media_Setter(this, value); + void set media(String value) => _blink.BlinkHTMLStyleElement.media_Setter_DOMString(this, value); @DomName('HTMLStyleElement.scoped') @DocsEditable() - bool get scoped => _blink.BlinkHTMLStyleElement.$scoped_Getter(this); + bool get scoped => _blink.BlinkHTMLStyleElement.scoped_Getter(this); @DomName('HTMLStyleElement.scoped') @DocsEditable() - void set scoped(bool value) => _blink.BlinkHTMLStyleElement.$scoped_Setter(this, value); + void set scoped(bool value) => _blink.BlinkHTMLStyleElement.scoped_Setter_boolean(this, value); @DomName('HTMLStyleElement.sheet') @DocsEditable() - StyleSheet get sheet => _blink.BlinkHTMLStyleElement.$sheet_Getter(this); + StyleSheet get sheet => _blink.BlinkHTMLStyleElement.sheet_Getter(this); @DomName('HTMLStyleElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLStyleElement.$type_Getter(this); + String get type => _blink.BlinkHTMLStyleElement.type_Getter(this); @DomName('HTMLStyleElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkHTMLStyleElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkHTMLStyleElement.type_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26851,11 +26851,11 @@ class StyleMedia extends NativeFieldWrapperClass2 { @DomName('StyleMedia.type') @DocsEditable() - String get type => _blink.BlinkStyleMedia.$type_Getter(this); + String get type => _blink.BlinkStyleMedia.type_Getter(this); @DomName('StyleMedia.matchMedium') @DocsEditable() - bool matchMedium(String mediaquery) => _blink.BlinkStyleMedia.$matchMedium_Callback(this, mediaquery); + bool matchMedium(String mediaquery) => _blink.BlinkStyleMedia.matchMedium_Callback_DOMString(this, mediaquery); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26873,35 +26873,35 @@ class StyleSheet extends NativeFieldWrapperClass2 { @DomName('StyleSheet.disabled') @DocsEditable() - bool get disabled => _blink.BlinkStyleSheet.$disabled_Getter(this); + bool get disabled => _blink.BlinkStyleSheet.disabled_Getter(this); @DomName('StyleSheet.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkStyleSheet.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkStyleSheet.disabled_Setter_boolean(this, value); @DomName('StyleSheet.href') @DocsEditable() - String get href => _blink.BlinkStyleSheet.$href_Getter(this); + String get href => _blink.BlinkStyleSheet.href_Getter(this); @DomName('StyleSheet.media') @DocsEditable() - MediaList get media => _blink.BlinkStyleSheet.$media_Getter(this); + MediaList get media => _blink.BlinkStyleSheet.media_Getter(this); @DomName('StyleSheet.ownerNode') @DocsEditable() - Node get ownerNode => _blink.BlinkStyleSheet.$ownerNode_Getter(this); + Node get ownerNode => _blink.BlinkStyleSheet.ownerNode_Getter(this); @DomName('StyleSheet.parentStyleSheet') @DocsEditable() - StyleSheet get parentStyleSheet => _blink.BlinkStyleSheet.$parentStyleSheet_Getter(this); + StyleSheet get parentStyleSheet => _blink.BlinkStyleSheet.parentStyleSheet_Getter(this); @DomName('StyleSheet.title') @DocsEditable() - String get title => _blink.BlinkStyleSheet.$title_Getter(this); + String get title => _blink.BlinkStyleSheet.title_Getter(this); @DomName('StyleSheet.type') @DocsEditable() - String get type => _blink.BlinkStyleSheet.$type_Getter(this); + String get type => _blink.BlinkStyleSheet.type_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -26953,31 +26953,31 @@ class TableCellElement extends HtmlElement { @DomName('HTMLTableCellElement.cellIndex') @DocsEditable() - int get cellIndex => _blink.BlinkHTMLTableCellElement.$cellIndex_Getter(this); + int get cellIndex => _blink.BlinkHTMLTableCellElement.cellIndex_Getter(this); @DomName('HTMLTableCellElement.colSpan') @DocsEditable() - int get colSpan => _blink.BlinkHTMLTableCellElement.$colSpan_Getter(this); + int get colSpan => _blink.BlinkHTMLTableCellElement.colSpan_Getter(this); @DomName('HTMLTableCellElement.colSpan') @DocsEditable() - void set colSpan(int value) => _blink.BlinkHTMLTableCellElement.$colSpan_Setter(this, value); + void set colSpan(int value) => _blink.BlinkHTMLTableCellElement.colSpan_Setter_long(this, value); @DomName('HTMLTableCellElement.headers') @DocsEditable() - String get headers => _blink.BlinkHTMLTableCellElement.$headers_Getter(this); + String get headers => _blink.BlinkHTMLTableCellElement.headers_Getter(this); @DomName('HTMLTableCellElement.headers') @DocsEditable() - void set headers(String value) => _blink.BlinkHTMLTableCellElement.$headers_Setter(this, value); + void set headers(String value) => _blink.BlinkHTMLTableCellElement.headers_Setter_DOMString(this, value); @DomName('HTMLTableCellElement.rowSpan') @DocsEditable() - int get rowSpan => _blink.BlinkHTMLTableCellElement.$rowSpan_Getter(this); + int get rowSpan => _blink.BlinkHTMLTableCellElement.rowSpan_Getter(this); @DomName('HTMLTableCellElement.rowSpan') @DocsEditable() - void set rowSpan(int value) => _blink.BlinkHTMLTableCellElement.$rowSpan_Setter(this, value); + void set rowSpan(int value) => _blink.BlinkHTMLTableCellElement.rowSpan_Setter_long(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -27005,11 +27005,11 @@ class TableColElement extends HtmlElement { @DomName('HTMLTableColElement.span') @DocsEditable() - int get span => _blink.BlinkHTMLTableColElement.$span_Getter(this); + int get span => _blink.BlinkHTMLTableColElement.span_Getter(this); @DomName('HTMLTableColElement.span') @DocsEditable() - void set span(int value) => _blink.BlinkHTMLTableColElement.$span_Setter(this, value); + void set span(int value) => _blink.BlinkHTMLTableColElement.span_Setter_long(this, value); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -27055,71 +27055,71 @@ class TableElement extends HtmlElement { @DomName('HTMLTableElement.caption') @DocsEditable() - TableCaptionElement get caption => _blink.BlinkHTMLTableElement.$caption_Getter(this); + TableCaptionElement get caption => _blink.BlinkHTMLTableElement.caption_Getter(this); @DomName('HTMLTableElement.caption') @DocsEditable() - void set caption(TableCaptionElement value) => _blink.BlinkHTMLTableElement.$caption_Setter(this, value); + void set caption(TableCaptionElement value) => _blink.BlinkHTMLTableElement.caption_Setter_HTMLTableCaptionElement(this, value); @DomName('HTMLTableElement.rows') @DocsEditable() - List get _rows => _blink.BlinkHTMLTableElement.$rows_Getter(this); + List get _rows => _blink.BlinkHTMLTableElement.rows_Getter(this); @DomName('HTMLTableElement.tBodies') @DocsEditable() - List get _tBodies => _blink.BlinkHTMLTableElement.$tBodies_Getter(this); + List get _tBodies => _blink.BlinkHTMLTableElement.tBodies_Getter(this); @DomName('HTMLTableElement.tFoot') @DocsEditable() - TableSectionElement get tFoot => _blink.BlinkHTMLTableElement.$tFoot_Getter(this); + TableSectionElement get tFoot => _blink.BlinkHTMLTableElement.tFoot_Getter(this); @DomName('HTMLTableElement.tFoot') @DocsEditable() - void set tFoot(TableSectionElement value) => _blink.BlinkHTMLTableElement.$tFoot_Setter(this, value); + void set tFoot(TableSectionElement value) => _blink.BlinkHTMLTableElement.tFoot_Setter_HTMLTableSectionElement(this, value); @DomName('HTMLTableElement.tHead') @DocsEditable() - TableSectionElement get tHead => _blink.BlinkHTMLTableElement.$tHead_Getter(this); + TableSectionElement get tHead => _blink.BlinkHTMLTableElement.tHead_Getter(this); @DomName('HTMLTableElement.tHead') @DocsEditable() - void set tHead(TableSectionElement value) => _blink.BlinkHTMLTableElement.$tHead_Setter(this, value); + void set tHead(TableSectionElement value) => _blink.BlinkHTMLTableElement.tHead_Setter_HTMLTableSectionElement(this, value); @DomName('HTMLTableElement.createCaption') @DocsEditable() - HtmlElement _createCaption() => _blink.BlinkHTMLTableElement.$createCaption_Callback(this); + HtmlElement _createCaption() => _blink.BlinkHTMLTableElement.createCaption_Callback(this); @DomName('HTMLTableElement.createTBody') @DocsEditable() - HtmlElement _createTBody() => _blink.BlinkHTMLTableElement.$createTBody_Callback(this); + HtmlElement _createTBody() => _blink.BlinkHTMLTableElement.createTBody_Callback(this); @DomName('HTMLTableElement.createTFoot') @DocsEditable() - HtmlElement _createTFoot() => _blink.BlinkHTMLTableElement.$createTFoot_Callback(this); + HtmlElement _createTFoot() => _blink.BlinkHTMLTableElement.createTFoot_Callback(this); @DomName('HTMLTableElement.createTHead') @DocsEditable() - HtmlElement _createTHead() => _blink.BlinkHTMLTableElement.$createTHead_Callback(this); + HtmlElement _createTHead() => _blink.BlinkHTMLTableElement.createTHead_Callback(this); @DomName('HTMLTableElement.deleteCaption') @DocsEditable() - void deleteCaption() => _blink.BlinkHTMLTableElement.$deleteCaption_Callback(this); + void deleteCaption() => _blink.BlinkHTMLTableElement.deleteCaption_Callback(this); @DomName('HTMLTableElement.deleteRow') @DocsEditable() - void deleteRow(int index) => _blink.BlinkHTMLTableElement.$deleteRow_Callback(this, index); + void deleteRow(int index) => _blink.BlinkHTMLTableElement.deleteRow_Callback_long(this, index); @DomName('HTMLTableElement.deleteTFoot') @DocsEditable() - void deleteTFoot() => _blink.BlinkHTMLTableElement.$deleteTFoot_Callback(this); + void deleteTFoot() => _blink.BlinkHTMLTableElement.deleteTFoot_Callback(this); @DomName('HTMLTableElement.deleteTHead') @DocsEditable() - void deleteTHead() => _blink.BlinkHTMLTableElement.$deleteTHead_Callback(this); + void deleteTHead() => _blink.BlinkHTMLTableElement.deleteTHead_Callback(this); @DomName('HTMLTableElement.insertRow') @DocsEditable() - HtmlElement _insertRow(int index) => _blink.BlinkHTMLTableElement.$insertRow_Callback(this, index); + HtmlElement _insertRow(int index) => _blink.BlinkHTMLTableElement.insertRow_Callback_long(this, index); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a @@ -27156,23 +27156,23 @@ class TableRowElement extends HtmlElement { @DomName('HTMLTableRowElement.cells') @DocsEditable() - List get _cells => _blink.BlinkHTMLTableRowElement.$cells_Getter(this); + List get _cells => _blink.BlinkHTMLTableRowElement.cells_Getter(this); @DomName('HTMLTableRowElement.rowIndex') @DocsEditable() - int get rowIndex => _blink.BlinkHTMLTableRowElement.$rowIndex_Getter(this); + int get rowIndex => _blink.BlinkHTMLTableRowElement.rowIndex_Getter(this); @DomName('HTMLTableRowElement.sectionRowIndex') @DocsEditable() - int get sectionRowIndex => _blink.BlinkHTMLTableRowElement.$sectionRowIndex_Getter(this); + int get sectionRowIndex => _blink.BlinkHTMLTableRowElement.sectionRowIndex_Getter(this); @DomName('HTMLTableRowElement.deleteCell') @DocsEditable() - void deleteCell(int index) => _blink.BlinkHTMLTableRowElement.$deleteCell_Callback(this, index); + void deleteCell(int index) => _blink.BlinkHTMLTableRowElement.deleteCell_Callback_long(this, index); @DomName('HTMLTableRowElement.insertCell') @DocsEditable() - HtmlElement _insertCell(int index) => _blink.BlinkHTMLTableRowElement.$insertCell_Callback(this, index); + HtmlElement _insertCell(int index) => _blink.BlinkHTMLTableRowElement.insertCell_Callback_long(this, index); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a @@ -27205,15 +27205,15 @@ class TableSectionElement extends HtmlElement { @DomName('HTMLTableSectionElement.rows') @DocsEditable() - List get _rows => _blink.BlinkHTMLTableSectionElement.$rows_Getter(this); + List get _rows => _blink.BlinkHTMLTableSectionElement.rows_Getter(this); @DomName('HTMLTableSectionElement.deleteRow') @DocsEditable() - void deleteRow(int index) => _blink.BlinkHTMLTableSectionElement.$deleteRow_Callback(this, index); + void deleteRow(int index) => _blink.BlinkHTMLTableSectionElement.deleteRow_Callback_long(this, index); @DomName('HTMLTableSectionElement.insertRow') @DocsEditable() - HtmlElement _insertRow(int index) => _blink.BlinkHTMLTableSectionElement.$insertRow_Callback(this, index); + HtmlElement _insertRow(int index) => _blink.BlinkHTMLTableSectionElement.insertRow_Callback_long(this, index); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a @@ -27246,7 +27246,7 @@ class TemplateElement extends HtmlElement { @DomName('HTMLTemplateElement.content') @DocsEditable() - DocumentFragment get content => _blink.BlinkHTMLTemplateElement.$content_Getter(this); + DocumentFragment get content => _blink.BlinkHTMLTemplateElement.content_Getter(this); /** @@ -27280,16 +27280,16 @@ class Text extends CharacterData { @DomName('Text.wholeText') @DocsEditable() - String get wholeText => _blink.BlinkText.$wholeText_Getter(this); + String get wholeText => _blink.BlinkText.wholeText_Getter(this); @DomName('Text.getDestinationInsertionPoints') @DocsEditable() @Experimental() // untriaged - List getDestinationInsertionPoints() => _blink.BlinkText.$getDestinationInsertionPoints_Callback(this); + List getDestinationInsertionPoints() => _blink.BlinkText.getDestinationInsertionPoints_Callback(this); @DomName('Text.splitText') @DocsEditable() - Text splitText(int offset) => _blink.BlinkText.$splitText_Callback(this, offset); + Text splitText(int offset) => _blink.BlinkText.splitText_Callback_ul(this, offset); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -27317,194 +27317,194 @@ class TextAreaElement extends HtmlElement { @DomName('HTMLTextAreaElement.autofocus') @DocsEditable() - bool get autofocus => _blink.BlinkHTMLTextAreaElement.$autofocus_Getter(this); + bool get autofocus => _blink.BlinkHTMLTextAreaElement.autofocus_Getter(this); @DomName('HTMLTextAreaElement.autofocus') @DocsEditable() - void set autofocus(bool value) => _blink.BlinkHTMLTextAreaElement.$autofocus_Setter(this, value); + void set autofocus(bool value) => _blink.BlinkHTMLTextAreaElement.autofocus_Setter_boolean(this, value); @DomName('HTMLTextAreaElement.cols') @DocsEditable() - int get cols => _blink.BlinkHTMLTextAreaElement.$cols_Getter(this); + int get cols => _blink.BlinkHTMLTextAreaElement.cols_Getter(this); @DomName('HTMLTextAreaElement.cols') @DocsEditable() - void set cols(int value) => _blink.BlinkHTMLTextAreaElement.$cols_Setter(this, value); + void set cols(int value) => _blink.BlinkHTMLTextAreaElement.cols_Setter_long(this, value); @DomName('HTMLTextAreaElement.defaultValue') @DocsEditable() - String get defaultValue => _blink.BlinkHTMLTextAreaElement.$defaultValue_Getter(this); + String get defaultValue => _blink.BlinkHTMLTextAreaElement.defaultValue_Getter(this); @DomName('HTMLTextAreaElement.defaultValue') @DocsEditable() - void set defaultValue(String value) => _blink.BlinkHTMLTextAreaElement.$defaultValue_Setter(this, value); + void set defaultValue(String value) => _blink.BlinkHTMLTextAreaElement.defaultValue_Setter_DOMString(this, value); @DomName('HTMLTextAreaElement.dirName') @DocsEditable() // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#dom-textarea-dirname @Experimental() - String get dirName => _blink.BlinkHTMLTextAreaElement.$dirName_Getter(this); + String get dirName => _blink.BlinkHTMLTextAreaElement.dirName_Getter(this); @DomName('HTMLTextAreaElement.dirName') @DocsEditable() // http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#dom-textarea-dirname @Experimental() - void set dirName(String value) => _blink.BlinkHTMLTextAreaElement.$dirName_Setter(this, value); + void set dirName(String value) => _blink.BlinkHTMLTextAreaElement.dirName_Setter_DOMString(this, value); @DomName('HTMLTextAreaElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkHTMLTextAreaElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkHTMLTextAreaElement.disabled_Getter(this); @DomName('HTMLTextAreaElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkHTMLTextAreaElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkHTMLTextAreaElement.disabled_Setter_boolean(this, value); @DomName('HTMLTextAreaElement.form') @DocsEditable() - FormElement get form => _blink.BlinkHTMLTextAreaElement.$form_Getter(this); + FormElement get form => _blink.BlinkHTMLTextAreaElement.form_Getter(this); @DomName('HTMLTextAreaElement.inputMode') @DocsEditable() @Experimental() // untriaged - String get inputMode => _blink.BlinkHTMLTextAreaElement.$inputMode_Getter(this); + String get inputMode => _blink.BlinkHTMLTextAreaElement.inputMode_Getter(this); @DomName('HTMLTextAreaElement.inputMode') @DocsEditable() @Experimental() // untriaged - void set inputMode(String value) => _blink.BlinkHTMLTextAreaElement.$inputMode_Setter(this, value); + void set inputMode(String value) => _blink.BlinkHTMLTextAreaElement.inputMode_Setter_DOMString(this, value); @DomName('HTMLTextAreaElement.labels') @DocsEditable() @Unstable() - List get labels => _blink.BlinkHTMLTextAreaElement.$labels_Getter(this); + List get labels => _blink.BlinkHTMLTextAreaElement.labels_Getter(this); @DomName('HTMLTextAreaElement.maxLength') @DocsEditable() - int get maxLength => _blink.BlinkHTMLTextAreaElement.$maxLength_Getter(this); + int get maxLength => _blink.BlinkHTMLTextAreaElement.maxLength_Getter(this); @DomName('HTMLTextAreaElement.maxLength') @DocsEditable() - void set maxLength(int value) => _blink.BlinkHTMLTextAreaElement.$maxLength_Setter(this, value); + void set maxLength(int value) => _blink.BlinkHTMLTextAreaElement.maxLength_Setter_long(this, value); @DomName('HTMLTextAreaElement.name') @DocsEditable() - String get name => _blink.BlinkHTMLTextAreaElement.$name_Getter(this); + String get name => _blink.BlinkHTMLTextAreaElement.name_Getter(this); @DomName('HTMLTextAreaElement.name') @DocsEditable() - void set name(String value) => _blink.BlinkHTMLTextAreaElement.$name_Setter(this, value); + void set name(String value) => _blink.BlinkHTMLTextAreaElement.name_Setter_DOMString(this, value); @DomName('HTMLTextAreaElement.placeholder') @DocsEditable() - String get placeholder => _blink.BlinkHTMLTextAreaElement.$placeholder_Getter(this); + String get placeholder => _blink.BlinkHTMLTextAreaElement.placeholder_Getter(this); @DomName('HTMLTextAreaElement.placeholder') @DocsEditable() - void set placeholder(String value) => _blink.BlinkHTMLTextAreaElement.$placeholder_Setter(this, value); + void set placeholder(String value) => _blink.BlinkHTMLTextAreaElement.placeholder_Setter_DOMString(this, value); @DomName('HTMLTextAreaElement.readOnly') @DocsEditable() - bool get readOnly => _blink.BlinkHTMLTextAreaElement.$readOnly_Getter(this); + bool get readOnly => _blink.BlinkHTMLTextAreaElement.readOnly_Getter(this); @DomName('HTMLTextAreaElement.readOnly') @DocsEditable() - void set readOnly(bool value) => _blink.BlinkHTMLTextAreaElement.$readOnly_Setter(this, value); + void set readOnly(bool value) => _blink.BlinkHTMLTextAreaElement.readOnly_Setter_boolean(this, value); @DomName('HTMLTextAreaElement.required') @DocsEditable() - bool get required => _blink.BlinkHTMLTextAreaElement.$required_Getter(this); + bool get required => _blink.BlinkHTMLTextAreaElement.required_Getter(this); @DomName('HTMLTextAreaElement.required') @DocsEditable() - void set required(bool value) => _blink.BlinkHTMLTextAreaElement.$required_Setter(this, value); + void set required(bool value) => _blink.BlinkHTMLTextAreaElement.required_Setter_boolean(this, value); @DomName('HTMLTextAreaElement.rows') @DocsEditable() - int get rows => _blink.BlinkHTMLTextAreaElement.$rows_Getter(this); + int get rows => _blink.BlinkHTMLTextAreaElement.rows_Getter(this); @DomName('HTMLTextAreaElement.rows') @DocsEditable() - void set rows(int value) => _blink.BlinkHTMLTextAreaElement.$rows_Setter(this, value); + void set rows(int value) => _blink.BlinkHTMLTextAreaElement.rows_Setter_long(this, value); @DomName('HTMLTextAreaElement.selectionDirection') @DocsEditable() - String get selectionDirection => _blink.BlinkHTMLTextAreaElement.$selectionDirection_Getter(this); + String get selectionDirection => _blink.BlinkHTMLTextAreaElement.selectionDirection_Getter(this); @DomName('HTMLTextAreaElement.selectionDirection') @DocsEditable() - void set selectionDirection(String value) => _blink.BlinkHTMLTextAreaElement.$selectionDirection_Setter(this, value); + void set selectionDirection(String value) => _blink.BlinkHTMLTextAreaElement.selectionDirection_Setter_DOMString(this, value); @DomName('HTMLTextAreaElement.selectionEnd') @DocsEditable() - int get selectionEnd => _blink.BlinkHTMLTextAreaElement.$selectionEnd_Getter(this); + int get selectionEnd => _blink.BlinkHTMLTextAreaElement.selectionEnd_Getter(this); @DomName('HTMLTextAreaElement.selectionEnd') @DocsEditable() - void set selectionEnd(int value) => _blink.BlinkHTMLTextAreaElement.$selectionEnd_Setter(this, value); + void set selectionEnd(int value) => _blink.BlinkHTMLTextAreaElement.selectionEnd_Setter_long(this, value); @DomName('HTMLTextAreaElement.selectionStart') @DocsEditable() - int get selectionStart => _blink.BlinkHTMLTextAreaElement.$selectionStart_Getter(this); + int get selectionStart => _blink.BlinkHTMLTextAreaElement.selectionStart_Getter(this); @DomName('HTMLTextAreaElement.selectionStart') @DocsEditable() - void set selectionStart(int value) => _blink.BlinkHTMLTextAreaElement.$selectionStart_Setter(this, value); + void set selectionStart(int value) => _blink.BlinkHTMLTextAreaElement.selectionStart_Setter_long(this, value); @DomName('HTMLTextAreaElement.textLength') @DocsEditable() - int get textLength => _blink.BlinkHTMLTextAreaElement.$textLength_Getter(this); + int get textLength => _blink.BlinkHTMLTextAreaElement.textLength_Getter(this); @DomName('HTMLTextAreaElement.type') @DocsEditable() - String get type => _blink.BlinkHTMLTextAreaElement.$type_Getter(this); + String get type => _blink.BlinkHTMLTextAreaElement.type_Getter(this); @DomName('HTMLTextAreaElement.validationMessage') @DocsEditable() - String get validationMessage => _blink.BlinkHTMLTextAreaElement.$validationMessage_Getter(this); + String get validationMessage => _blink.BlinkHTMLTextAreaElement.validationMessage_Getter(this); @DomName('HTMLTextAreaElement.validity') @DocsEditable() - ValidityState get validity => _blink.BlinkHTMLTextAreaElement.$validity_Getter(this); + ValidityState get validity => _blink.BlinkHTMLTextAreaElement.validity_Getter(this); @DomName('HTMLTextAreaElement.value') @DocsEditable() - String get value => _blink.BlinkHTMLTextAreaElement.$value_Getter(this); + String get value => _blink.BlinkHTMLTextAreaElement.value_Getter(this); @DomName('HTMLTextAreaElement.value') @DocsEditable() - void set value(String value) => _blink.BlinkHTMLTextAreaElement.$value_Setter(this, value); + void set value(String value) => _blink.BlinkHTMLTextAreaElement.value_Setter_DOMString(this, value); @DomName('HTMLTextAreaElement.willValidate') @DocsEditable() - bool get willValidate => _blink.BlinkHTMLTextAreaElement.$willValidate_Getter(this); + bool get willValidate => _blink.BlinkHTMLTextAreaElement.willValidate_Getter(this); @DomName('HTMLTextAreaElement.wrap') @DocsEditable() - String get wrap => _blink.BlinkHTMLTextAreaElement.$wrap_Getter(this); + String get wrap => _blink.BlinkHTMLTextAreaElement.wrap_Getter(this); @DomName('HTMLTextAreaElement.wrap') @DocsEditable() - void set wrap(String value) => _blink.BlinkHTMLTextAreaElement.$wrap_Setter(this, value); + void set wrap(String value) => _blink.BlinkHTMLTextAreaElement.wrap_Setter_DOMString(this, value); @DomName('HTMLTextAreaElement.checkValidity') @DocsEditable() - bool checkValidity() => _blink.BlinkHTMLTextAreaElement.$checkValidity_Callback(this); + bool checkValidity() => _blink.BlinkHTMLTextAreaElement.checkValidity_Callback(this); @DomName('HTMLTextAreaElement.select') @DocsEditable() - void select() => _blink.BlinkHTMLTextAreaElement.$select_Callback(this); + void select() => _blink.BlinkHTMLTextAreaElement.select_Callback(this); @DomName('HTMLTextAreaElement.setCustomValidity') @DocsEditable() - void setCustomValidity(String error) => _blink.BlinkHTMLTextAreaElement.$setCustomValidity_Callback(this, error); + void setCustomValidity(String error) => _blink.BlinkHTMLTextAreaElement.setCustomValidity_Callback_DOMString(this, error); void setRangeText(String replacement, {int start, int end, String selectionMode}) { if ((replacement is String || replacement == null) && start == null && end == null && selectionMode == null) { - _blink.BlinkHTMLTextAreaElement.$_setRangeText_1_Callback(this, replacement); + _blink.BlinkHTMLTextAreaElement.setRangeText_Callback_DOMString(this, replacement); return; } if ((selectionMode is String || selectionMode == null) && (end is int || end == null) && (start is int || start == null) && (replacement is String || replacement == null)) { - _blink.BlinkHTMLTextAreaElement.$_setRangeText_2_Callback(this, replacement, start, end, selectionMode); + _blink.BlinkHTMLTextAreaElement.setRangeText_Callback_DOMString_ul_ul_DOMString(this, replacement, start, end, selectionMode); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -27512,10 +27512,10 @@ class TextAreaElement extends HtmlElement { void setSelectionRange(int start, int end, [String direction]) { if (direction != null) { - _blink.BlinkHTMLTextAreaElement.$_setSelectionRange_1_Callback(this, start, end, direction); + _blink.BlinkHTMLTextAreaElement.setSelectionRange_Callback_long_long_DOMString(this, start, end, direction); return; } - _blink.BlinkHTMLTextAreaElement.$_setSelectionRange_2_Callback(this, start, end); + _blink.BlinkHTMLTextAreaElement.setSelectionRange_Callback_long_long(this, start, end); return; } @@ -27544,11 +27544,11 @@ class TextEvent extends UIEvent { @DomName('TextEvent.data') @DocsEditable() - String get data => _blink.BlinkTextEvent.$data_Getter(this); + String get data => _blink.BlinkTextEvent.data_Getter(this); @DomName('TextEvent.initTextEvent') @DocsEditable() - void _initTextEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Window viewArg, String dataArg) => _blink.BlinkTextEvent.$initTextEvent_Callback(this, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg); + void _initTextEvent(String typeArg, bool canBubbleArg, bool cancelableArg, Window viewArg, String dataArg) => _blink.BlinkTextEvent.initTextEvent_Callback_DOMString_boolean_boolean_Window_DOMString(this, typeArg, canBubbleArg, cancelableArg, viewArg, dataArg); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -27566,7 +27566,7 @@ class TextMetrics extends NativeFieldWrapperClass2 { @DomName('TextMetrics.width') @DocsEditable() - double get width => _blink.BlinkTextMetrics.$width_Getter(this); + double get width => _blink.BlinkTextMetrics.width_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -27596,59 +27596,59 @@ class TextTrack extends EventTarget { @DomName('TextTrack.activeCues') @DocsEditable() - TextTrackCueList get activeCues => _blink.BlinkTextTrack.$activeCues_Getter(this); + TextTrackCueList get activeCues => _blink.BlinkTextTrack.activeCues_Getter(this); @DomName('TextTrack.cues') @DocsEditable() - TextTrackCueList get cues => _blink.BlinkTextTrack.$cues_Getter(this); + TextTrackCueList get cues => _blink.BlinkTextTrack.cues_Getter(this); @DomName('TextTrack.id') @DocsEditable() @Experimental() // untriaged - String get id => _blink.BlinkTextTrack.$id_Getter(this); + String get id => _blink.BlinkTextTrack.id_Getter(this); @DomName('TextTrack.kind') @DocsEditable() - String get kind => _blink.BlinkTextTrack.$kind_Getter(this); + String get kind => _blink.BlinkTextTrack.kind_Getter(this); @DomName('TextTrack.label') @DocsEditable() - String get label => _blink.BlinkTextTrack.$label_Getter(this); + String get label => _blink.BlinkTextTrack.label_Getter(this); @DomName('TextTrack.language') @DocsEditable() - String get language => _blink.BlinkTextTrack.$language_Getter(this); + String get language => _blink.BlinkTextTrack.language_Getter(this); @DomName('TextTrack.mode') @DocsEditable() - String get mode => _blink.BlinkTextTrack.$mode_Getter(this); + String get mode => _blink.BlinkTextTrack.mode_Getter(this); @DomName('TextTrack.mode') @DocsEditable() - void set mode(String value) => _blink.BlinkTextTrack.$mode_Setter(this, value); + void set mode(String value) => _blink.BlinkTextTrack.mode_Setter_DOMString(this, value); @DomName('TextTrack.regions') @DocsEditable() @Experimental() // untriaged - VttRegionList get regions => _blink.BlinkTextTrack.$regions_Getter(this); + VttRegionList get regions => _blink.BlinkTextTrack.regions_Getter(this); @DomName('TextTrack.addCue') @DocsEditable() - void addCue(TextTrackCue cue) => _blink.BlinkTextTrack.$addCue_Callback(this, cue); + void addCue(TextTrackCue cue) => _blink.BlinkTextTrack.addCue_Callback_TextTrackCue(this, cue); @DomName('TextTrack.addRegion') @DocsEditable() @Experimental() // untriaged - void addRegion(VttRegion region) => _blink.BlinkTextTrack.$addRegion_Callback(this, region); + void addRegion(VttRegion region) => _blink.BlinkTextTrack.addRegion_Callback_VTTRegion(this, region); @DomName('TextTrack.removeCue') @DocsEditable() - void removeCue(TextTrackCue cue) => _blink.BlinkTextTrack.$removeCue_Callback(this, cue); + void removeCue(TextTrackCue cue) => _blink.BlinkTextTrack.removeCue_Callback_TextTrackCue(this, cue); @DomName('TextTrack.removeRegion') @DocsEditable() @Experimental() // untriaged - void removeRegion(VttRegion region) => _blink.BlinkTextTrack.$removeRegion_Callback(this, region); + void removeRegion(VttRegion region) => _blink.BlinkTextTrack.removeRegion_Callback_VTTRegion(this, region); /// Stream of `cuechange` events handled by this [TextTrack]. @DomName('TextTrack.oncuechange') @@ -27693,39 +27693,39 @@ class TextTrackCue extends EventTarget { @DomName('TextTrackCue.endTime') @DocsEditable() - num get endTime => _blink.BlinkTextTrackCue.$endTime_Getter(this); + num get endTime => _blink.BlinkTextTrackCue.endTime_Getter(this); @DomName('TextTrackCue.endTime') @DocsEditable() - void set endTime(num value) => _blink.BlinkTextTrackCue.$endTime_Setter(this, value); + void set endTime(num value) => _blink.BlinkTextTrackCue.endTime_Setter_double(this, value); @DomName('TextTrackCue.id') @DocsEditable() - String get id => _blink.BlinkTextTrackCue.$id_Getter(this); + String get id => _blink.BlinkTextTrackCue.id_Getter(this); @DomName('TextTrackCue.id') @DocsEditable() - void set id(String value) => _blink.BlinkTextTrackCue.$id_Setter(this, value); + void set id(String value) => _blink.BlinkTextTrackCue.id_Setter_DOMString(this, value); @DomName('TextTrackCue.pauseOnExit') @DocsEditable() - bool get pauseOnExit => _blink.BlinkTextTrackCue.$pauseOnExit_Getter(this); + bool get pauseOnExit => _blink.BlinkTextTrackCue.pauseOnExit_Getter(this); @DomName('TextTrackCue.pauseOnExit') @DocsEditable() - void set pauseOnExit(bool value) => _blink.BlinkTextTrackCue.$pauseOnExit_Setter(this, value); + void set pauseOnExit(bool value) => _blink.BlinkTextTrackCue.pauseOnExit_Setter_boolean(this, value); @DomName('TextTrackCue.startTime') @DocsEditable() - num get startTime => _blink.BlinkTextTrackCue.$startTime_Getter(this); + num get startTime => _blink.BlinkTextTrackCue.startTime_Getter(this); @DomName('TextTrackCue.startTime') @DocsEditable() - void set startTime(num value) => _blink.BlinkTextTrackCue.$startTime_Setter(this, value); + void set startTime(num value) => _blink.BlinkTextTrackCue.startTime_Setter_double(this, value); @DomName('TextTrackCue.track') @DocsEditable() - TextTrack get track => _blink.BlinkTextTrackCue.$track_Getter(this); + TextTrack get track => _blink.BlinkTextTrackCue.track_Getter(this); /// Stream of `enter` events handled by this [TextTrackCue]. @DomName('TextTrackCue.onenter') @@ -27755,15 +27755,15 @@ class TextTrackCueList extends NativeFieldWrapperClass2 with ListMixin _blink.BlinkTextTrackCueList.$length_Getter(this); + int get length => _blink.BlinkTextTrackCueList.length_Getter(this); TextTrackCue operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkTextTrackCueList.$NativeIndexed_Getter(this, index); + return _blink.BlinkTextTrackCueList.item_Callback_ul(this, index); } - TextTrackCue _nativeIndexedGetter(int index) => _blink.BlinkTextTrackCueList.$NativeIndexed_Getter(this, index); + TextTrackCue _nativeIndexedGetter(int index) => _blink.BlinkTextTrackCueList.item_Callback_ul(this, index); void operator[]=(int index, TextTrackCue value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -27805,11 +27805,11 @@ class TextTrackCueList extends NativeFieldWrapperClass2 with ListMixin _blink.BlinkTextTrackCueList.$getCueById_Callback(this, id); + TextTrackCue getCueById(String id) => _blink.BlinkTextTrackCueList.getCueById_Callback_DOMString(this, id); @DomName('TextTrackCueList.item') @DocsEditable() - TextTrackCue item(int index) => _blink.BlinkTextTrackCueList.$item_Callback(this, index); + TextTrackCue item(int index) => _blink.BlinkTextTrackCueList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -27844,15 +27844,15 @@ class TextTrackList extends EventTarget with ListMixin, ImmutableList @DomName('TextTrackList.length') @DocsEditable() - int get length => _blink.BlinkTextTrackList.$length_Getter(this); + int get length => _blink.BlinkTextTrackList.length_Getter(this); TextTrack operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkTextTrackList.$NativeIndexed_Getter(this, index); + return _blink.BlinkTextTrackList.item_Callback_ul(this, index); } - TextTrack _nativeIndexedGetter(int index) => _blink.BlinkTextTrackList.$NativeIndexed_Getter(this, index); + TextTrack _nativeIndexedGetter(int index) => _blink.BlinkTextTrackList.item_Callback_ul(this, index); void operator[]=(int index, TextTrack value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -27895,11 +27895,11 @@ class TextTrackList extends EventTarget with ListMixin, ImmutableList @DomName('TextTrackList.getTrackById') @DocsEditable() @Experimental() // untriaged - TextTrack getTrackById(String id) => _blink.BlinkTextTrackList.$getTrackById_Callback(this, id); + TextTrack getTrackById(String id) => _blink.BlinkTextTrackList.getTrackById_Callback_DOMString(this, id); @DomName('TextTrackList.item') @DocsEditable() - TextTrack item(int index) => _blink.BlinkTextTrackList.$item_Callback(this, index); + TextTrack item(int index) => _blink.BlinkTextTrackList.item_Callback_ul(this, index); /// Stream of `addtrack` events handled by this [TextTrackList]. @DomName('TextTrackList.onaddtrack') @@ -27928,15 +27928,15 @@ class TimeRanges extends NativeFieldWrapperClass2 { @DomName('TimeRanges.length') @DocsEditable() - int get length => _blink.BlinkTimeRanges.$length_Getter(this); + int get length => _blink.BlinkTimeRanges.length_Getter(this); @DomName('TimeRanges.end') @DocsEditable() - double end(int index) => _blink.BlinkTimeRanges.$end_Callback(this, index); + double end(int index) => _blink.BlinkTimeRanges.end_Callback_ul(this, index); @DomName('TimeRanges.start') @DocsEditable() - double start(int index) => _blink.BlinkTimeRanges.$start_Callback(this, index); + double start(int index) => _blink.BlinkTimeRanges.start_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -27956,37 +27956,37 @@ class TimedItem extends NativeFieldWrapperClass2 { @DomName('TimedItem.activeDuration') @DocsEditable() @Experimental() // untriaged - double get activeDuration => _blink.BlinkTimedItem.$activeDuration_Getter(this); + double get activeDuration => _blink.BlinkTimedItem.activeDuration_Getter(this); @DomName('TimedItem.currentIteration') @DocsEditable() @Experimental() // untriaged - int get currentIteration => _blink.BlinkTimedItem.$currentIteration_Getter(this); + int get currentIteration => _blink.BlinkTimedItem.currentIteration_Getter(this); @DomName('TimedItem.duration') @DocsEditable() @Experimental() // untriaged - double get duration => _blink.BlinkTimedItem.$duration_Getter(this); + double get duration => _blink.BlinkTimedItem.duration_Getter(this); @DomName('TimedItem.endTime') @DocsEditable() @Experimental() // untriaged - double get endTime => _blink.BlinkTimedItem.$endTime_Getter(this); + double get endTime => _blink.BlinkTimedItem.endTime_Getter(this); @DomName('TimedItem.localTime') @DocsEditable() @Experimental() // untriaged - double get localTime => _blink.BlinkTimedItem.$localTime_Getter(this); + double get localTime => _blink.BlinkTimedItem.localTime_Getter(this); @DomName('TimedItem.player') @DocsEditable() @Experimental() // untriaged - Player get player => _blink.BlinkTimedItem.$player_Getter(this); + Player get player => _blink.BlinkTimedItem.player_Getter(this); @DomName('TimedItem.startTime') @DocsEditable() @Experimental() // untriaged - double get startTime => _blink.BlinkTimedItem.$startTime_Getter(this); + double get startTime => _blink.BlinkTimedItem.startTime_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -28006,7 +28006,7 @@ class Timeline extends NativeFieldWrapperClass2 { @DomName('Timeline.play') @DocsEditable() @Experimental() // untriaged - Player play(TimedItem source) => _blink.BlinkTimeline.$play_Callback(this, source); + Player play(TimedItem source) => _blink.BlinkTimeline.play_Callback_TimedItem(this, source); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -28035,87 +28035,87 @@ class Timing extends NativeFieldWrapperClass2 { @DomName('Timing.delay') @DocsEditable() @Experimental() // untriaged - num get delay => _blink.BlinkTiming.$delay_Getter(this); + num get delay => _blink.BlinkTiming.delay_Getter(this); @DomName('Timing.delay') @DocsEditable() @Experimental() // untriaged - void set delay(num value) => _blink.BlinkTiming.$delay_Setter(this, value); + void set delay(num value) => _blink.BlinkTiming.delay_Setter_double(this, value); @DomName('Timing.direction') @DocsEditable() @Experimental() // untriaged - String get direction => _blink.BlinkTiming.$direction_Getter(this); + String get direction => _blink.BlinkTiming.direction_Getter(this); @DomName('Timing.direction') @DocsEditable() @Experimental() // untriaged - void set direction(String value) => _blink.BlinkTiming.$direction_Setter(this, value); + void set direction(String value) => _blink.BlinkTiming.direction_Setter_DOMString(this, value); @DomName('Timing.easing') @DocsEditable() @Experimental() // untriaged - String get easing => _blink.BlinkTiming.$easing_Getter(this); + String get easing => _blink.BlinkTiming.easing_Getter(this); @DomName('Timing.easing') @DocsEditable() @Experimental() // untriaged - void set easing(String value) => _blink.BlinkTiming.$easing_Setter(this, value); + void set easing(String value) => _blink.BlinkTiming.easing_Setter_DOMString(this, value); @DomName('Timing.endDelay') @DocsEditable() @Experimental() // untriaged - num get endDelay => _blink.BlinkTiming.$endDelay_Getter(this); + num get endDelay => _blink.BlinkTiming.endDelay_Getter(this); @DomName('Timing.endDelay') @DocsEditable() @Experimental() // untriaged - void set endDelay(num value) => _blink.BlinkTiming.$endDelay_Setter(this, value); + void set endDelay(num value) => _blink.BlinkTiming.endDelay_Setter_double(this, value); @DomName('Timing.fill') @DocsEditable() @Experimental() // untriaged - String get fill => _blink.BlinkTiming.$fill_Getter(this); + String get fill => _blink.BlinkTiming.fill_Getter(this); @DomName('Timing.fill') @DocsEditable() @Experimental() // untriaged - void set fill(String value) => _blink.BlinkTiming.$fill_Setter(this, value); + void set fill(String value) => _blink.BlinkTiming.fill_Setter_DOMString(this, value); @DomName('Timing.iterationStart') @DocsEditable() @Experimental() // untriaged - num get iterationStart => _blink.BlinkTiming.$iterationStart_Getter(this); + num get iterationStart => _blink.BlinkTiming.iterationStart_Getter(this); @DomName('Timing.iterationStart') @DocsEditable() @Experimental() // untriaged - void set iterationStart(num value) => _blink.BlinkTiming.$iterationStart_Setter(this, value); + void set iterationStart(num value) => _blink.BlinkTiming.iterationStart_Setter_double(this, value); @DomName('Timing.iterations') @DocsEditable() @Experimental() // untriaged - num get iterations => _blink.BlinkTiming.$iterations_Getter(this); + num get iterations => _blink.BlinkTiming.iterations_Getter(this); @DomName('Timing.iterations') @DocsEditable() @Experimental() // untriaged - void set iterations(num value) => _blink.BlinkTiming.$iterations_Setter(this, value); + void set iterations(num value) => _blink.BlinkTiming.iterations_Setter_double(this, value); @DomName('Timing.playbackRate') @DocsEditable() @Experimental() // untriaged - num get playbackRate => _blink.BlinkTiming.$playbackRate_Getter(this); + num get playbackRate => _blink.BlinkTiming.playbackRate_Getter(this); @DomName('Timing.playbackRate') @DocsEditable() @Experimental() // untriaged - void set playbackRate(num value) => _blink.BlinkTiming.$playbackRate_Setter(this, value); + void set playbackRate(num value) => _blink.BlinkTiming.playbackRate_Setter_double(this, value); @DomName('Timing.__setter__') @DocsEditable() @Experimental() // untriaged - void __setter__(String name, num duration) => _blink.BlinkTiming.$__setter___Callback(this, name, duration); + void __setter__(String name, num duration) => _blink.BlinkTiming.$__setter___Callback_DOMString_double(this, name, duration); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -28157,75 +28157,75 @@ class Touch extends NativeFieldWrapperClass2 { @DomName('Touch.clientX') @DocsEditable() - int get _clientX => _blink.BlinkTouch.$clientX_Getter(this); + int get _clientX => _blink.BlinkTouch.clientX_Getter(this); @DomName('Touch.clientY') @DocsEditable() - int get _clientY => _blink.BlinkTouch.$clientY_Getter(this); + int get _clientY => _blink.BlinkTouch.clientY_Getter(this); @DomName('Touch.identifier') @DocsEditable() - int get identifier => _blink.BlinkTouch.$identifier_Getter(this); + int get identifier => _blink.BlinkTouch.identifier_Getter(this); @DomName('Touch.pageX') @DocsEditable() - int get _pageX => _blink.BlinkTouch.$pageX_Getter(this); + int get _pageX => _blink.BlinkTouch.pageX_Getter(this); @DomName('Touch.pageY') @DocsEditable() - int get _pageY => _blink.BlinkTouch.$pageY_Getter(this); + int get _pageY => _blink.BlinkTouch.pageY_Getter(this); @DomName('Touch.screenX') @DocsEditable() - int get _screenX => _blink.BlinkTouch.$screenX_Getter(this); + int get _screenX => _blink.BlinkTouch.screenX_Getter(this); @DomName('Touch.screenY') @DocsEditable() - int get _screenY => _blink.BlinkTouch.$screenY_Getter(this); + int get _screenY => _blink.BlinkTouch.screenY_Getter(this); @DomName('Touch.target') @DocsEditable() - EventTarget get target => _blink.BlinkTouch.$target_Getter(this); + EventTarget get target => _blink.BlinkTouch.target_Getter(this); @DomName('Touch.webkitForce') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - double get force => _blink.BlinkTouch.$webkitForce_Getter(this); + double get force => _blink.BlinkTouch.webkitForce_Getter(this); @DomName('Touch.webkitRadiusX') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - int get _webkitRadiusX => _blink.BlinkTouch.$webkitRadiusX_Getter(this); + int get _webkitRadiusX => _blink.BlinkTouch.webkitRadiusX_Getter(this); @DomName('Touch.webkitRadiusY') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - int get _webkitRadiusY => _blink.BlinkTouch.$webkitRadiusY_Getter(this); + int get _webkitRadiusY => _blink.BlinkTouch.webkitRadiusY_Getter(this); @DomName('Touch.webkitRotationAngle') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - double get rotationAngle => _blink.BlinkTouch.$webkitRotationAngle_Getter(this); + double get rotationAngle => _blink.BlinkTouch.webkitRotationAngle_Getter(this); // As of Chrome 37, these all changed from long to double. This code // preserves backwards compatability for the time being. - int get __clientX => _blink.BlinkTouch.$clientX_Getter(this).round(); - int get __clientY => _blink.BlinkTouch.$clientY_Getter(this).round(); - int get __screenX => _blink.BlinkTouch.$screenX_Getter(this).round(); - int get __screenY => _blink.BlinkTouch.$screenY_Getter(this).round(); - int get __pageX => _blink.BlinkTouch.$pageX_Getter(this).round(); - int get __pageY => _blink.BlinkTouch.$pageY_Getter(this).round(); - int get __webkitRadiusX => _blink.BlinkTouch.$webkitRadiusX_Getter(this).round(); - int get __webkitRadiusY => _blink.BlinkTouch.$webkitRadiusY_Getter(this).round(); + int get __clientX => _blink.BlinkTouch.clientX_Getter(this).round(); + int get __clientY => _blink.BlinkTouch.clientY_Getter(this).round(); + int get __screenX => _blink.BlinkTouch.screenX_Getter(this).round(); + int get __screenY => _blink.BlinkTouch.screenY_Getter(this).round(); + int get __pageX => _blink.BlinkTouch.pageX_Getter(this).round(); + int get __pageY => _blink.BlinkTouch.pageY_Getter(this).round(); + int get __webkitRadiusX => _blink.BlinkTouch.webkitRadiusX_Getter(this).round(); + int get __webkitRadiusY => _blink.BlinkTouch.webkitRadiusY_Getter(this).round(); @DomName('Touch.clientX') @DomName('Touch.clientY') @@ -28283,35 +28283,35 @@ class TouchEvent extends UIEvent { @DomName('TouchEvent.altKey') @DocsEditable() - bool get altKey => _blink.BlinkTouchEvent.$altKey_Getter(this); + bool get altKey => _blink.BlinkTouchEvent.altKey_Getter(this); @DomName('TouchEvent.changedTouches') @DocsEditable() - TouchList get changedTouches => _blink.BlinkTouchEvent.$changedTouches_Getter(this); + TouchList get changedTouches => _blink.BlinkTouchEvent.changedTouches_Getter(this); @DomName('TouchEvent.ctrlKey') @DocsEditable() - bool get ctrlKey => _blink.BlinkTouchEvent.$ctrlKey_Getter(this); + bool get ctrlKey => _blink.BlinkTouchEvent.ctrlKey_Getter(this); @DomName('TouchEvent.metaKey') @DocsEditable() - bool get metaKey => _blink.BlinkTouchEvent.$metaKey_Getter(this); + bool get metaKey => _blink.BlinkTouchEvent.metaKey_Getter(this); @DomName('TouchEvent.shiftKey') @DocsEditable() - bool get shiftKey => _blink.BlinkTouchEvent.$shiftKey_Getter(this); + bool get shiftKey => _blink.BlinkTouchEvent.shiftKey_Getter(this); @DomName('TouchEvent.targetTouches') @DocsEditable() - TouchList get targetTouches => _blink.BlinkTouchEvent.$targetTouches_Getter(this); + TouchList get targetTouches => _blink.BlinkTouchEvent.targetTouches_Getter(this); @DomName('TouchEvent.touches') @DocsEditable() - TouchList get touches => _blink.BlinkTouchEvent.$touches_Getter(this); + TouchList get touches => _blink.BlinkTouchEvent.touches_Getter(this); @DomName('TouchEvent.initTouchEvent') @DocsEditable() - void _initTouchEvent(TouchList touches, TouchList targetTouches, TouchList changedTouches, String type, Window view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) => _blink.BlinkTouchEvent.$initTouchEvent_Callback(this, touches, targetTouches, changedTouches, type, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey); + void _initTouchEvent(TouchList touches, TouchList targetTouches, TouchList changedTouches, String type, Window view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) => _blink.BlinkTouchEvent.initTouchEvent_Callback_TouchList_TouchList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_boolean(this, touches, targetTouches, changedTouches, type, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey); /** @@ -28346,15 +28346,15 @@ class TouchList extends NativeFieldWrapperClass2 with ListMixin, Immutabl @DomName('TouchList.length') @DocsEditable() - int get length => _blink.BlinkTouchList.$length_Getter(this); + int get length => _blink.BlinkTouchList.length_Getter(this); Touch operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkTouchList.$NativeIndexed_Getter(this, index); + return _blink.BlinkTouchList.item_Callback_ul(this, index); } - Touch _nativeIndexedGetter(int index) => _blink.BlinkTouchList.$NativeIndexed_Getter(this, index); + Touch _nativeIndexedGetter(int index) => _blink.BlinkTouchList.item_Callback_ul(this, index); void operator[]=(int index, Touch value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -28396,7 +28396,7 @@ class TouchList extends NativeFieldWrapperClass2 with ListMixin, Immutabl @DomName('TouchList.item') @DocsEditable() - Touch item(int index) => _blink.BlinkTouchList.$item_Callback(this, index); + Touch item(int index) => _blink.BlinkTouchList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -28448,51 +28448,51 @@ class TrackElement extends HtmlElement { @DomName('HTMLTrackElement.default') @DocsEditable() - bool get defaultValue => _blink.BlinkHTMLTrackElement.$default_Getter(this); + bool get defaultValue => _blink.BlinkHTMLTrackElement.default_Getter(this); @DomName('HTMLTrackElement.default') @DocsEditable() - void set defaultValue(bool value) => _blink.BlinkHTMLTrackElement.$default_Setter(this, value); + void set defaultValue(bool value) => _blink.BlinkHTMLTrackElement.default_Setter_boolean(this, value); @DomName('HTMLTrackElement.kind') @DocsEditable() - String get kind => _blink.BlinkHTMLTrackElement.$kind_Getter(this); + String get kind => _blink.BlinkHTMLTrackElement.kind_Getter(this); @DomName('HTMLTrackElement.kind') @DocsEditable() - void set kind(String value) => _blink.BlinkHTMLTrackElement.$kind_Setter(this, value); + void set kind(String value) => _blink.BlinkHTMLTrackElement.kind_Setter_DOMString(this, value); @DomName('HTMLTrackElement.label') @DocsEditable() - String get label => _blink.BlinkHTMLTrackElement.$label_Getter(this); + String get label => _blink.BlinkHTMLTrackElement.label_Getter(this); @DomName('HTMLTrackElement.label') @DocsEditable() - void set label(String value) => _blink.BlinkHTMLTrackElement.$label_Setter(this, value); + void set label(String value) => _blink.BlinkHTMLTrackElement.label_Setter_DOMString(this, value); @DomName('HTMLTrackElement.readyState') @DocsEditable() - int get readyState => _blink.BlinkHTMLTrackElement.$readyState_Getter(this); + int get readyState => _blink.BlinkHTMLTrackElement.readyState_Getter(this); @DomName('HTMLTrackElement.src') @DocsEditable() - String get src => _blink.BlinkHTMLTrackElement.$src_Getter(this); + String get src => _blink.BlinkHTMLTrackElement.src_Getter(this); @DomName('HTMLTrackElement.src') @DocsEditable() - void set src(String value) => _blink.BlinkHTMLTrackElement.$src_Setter(this, value); + void set src(String value) => _blink.BlinkHTMLTrackElement.src_Setter_DOMString(this, value); @DomName('HTMLTrackElement.srclang') @DocsEditable() - String get srclang => _blink.BlinkHTMLTrackElement.$srclang_Getter(this); + String get srclang => _blink.BlinkHTMLTrackElement.srclang_Getter(this); @DomName('HTMLTrackElement.srclang') @DocsEditable() - void set srclang(String value) => _blink.BlinkHTMLTrackElement.$srclang_Setter(this, value); + void set srclang(String value) => _blink.BlinkHTMLTrackElement.srclang_Setter_DOMString(this, value); @DomName('HTMLTrackElement.track') @DocsEditable() - TextTrack get track => _blink.BlinkHTMLTrackElement.$track_Getter(this); + TextTrack get track => _blink.BlinkHTMLTrackElement.track_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -28511,7 +28511,7 @@ class TrackEvent extends Event { @DomName('TrackEvent.track') @DocsEditable() - Object get track => _blink.BlinkTrackEvent.$track_Getter(this); + Object get track => _blink.BlinkTrackEvent.track_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -28529,15 +28529,15 @@ class TransitionEvent extends Event { @DomName('TransitionEvent.elapsedTime') @DocsEditable() - double get elapsedTime => _blink.BlinkTransitionEvent.$elapsedTime_Getter(this); + double get elapsedTime => _blink.BlinkTransitionEvent.elapsedTime_Getter(this); @DomName('TransitionEvent.propertyName') @DocsEditable() - String get propertyName => _blink.BlinkTransitionEvent.$propertyName_Getter(this); + String get propertyName => _blink.BlinkTransitionEvent.propertyName_Getter(this); @DomName('TransitionEvent.pseudoElement') @DocsEditable() - String get pseudoElement => _blink.BlinkTransitionEvent.$pseudoElement_Getter(this); + String get pseudoElement => _blink.BlinkTransitionEvent.pseudoElement_Getter(this); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -28556,51 +28556,51 @@ class TreeWalker extends NativeFieldWrapperClass2 { @DomName('TreeWalker.currentNode') @DocsEditable() - Node get currentNode => _blink.BlinkTreeWalker.$currentNode_Getter(this); + Node get currentNode => _blink.BlinkTreeWalker.currentNode_Getter(this); @DomName('TreeWalker.currentNode') @DocsEditable() - void set currentNode(Node value) => _blink.BlinkTreeWalker.$currentNode_Setter(this, value); + void set currentNode(Node value) => _blink.BlinkTreeWalker.currentNode_Setter_Node(this, value); @DomName('TreeWalker.filter') @DocsEditable() - NodeFilter get filter => _blink.BlinkTreeWalker.$filter_Getter(this); + NodeFilter get filter => _blink.BlinkTreeWalker.filter_Getter(this); @DomName('TreeWalker.root') @DocsEditable() - Node get root => _blink.BlinkTreeWalker.$root_Getter(this); + Node get root => _blink.BlinkTreeWalker.root_Getter(this); @DomName('TreeWalker.whatToShow') @DocsEditable() - int get whatToShow => _blink.BlinkTreeWalker.$whatToShow_Getter(this); + int get whatToShow => _blink.BlinkTreeWalker.whatToShow_Getter(this); @DomName('TreeWalker.firstChild') @DocsEditable() - Node firstChild() => _blink.BlinkTreeWalker.$firstChild_Callback(this); + Node firstChild() => _blink.BlinkTreeWalker.firstChild_Callback(this); @DomName('TreeWalker.lastChild') @DocsEditable() - Node lastChild() => _blink.BlinkTreeWalker.$lastChild_Callback(this); + Node lastChild() => _blink.BlinkTreeWalker.lastChild_Callback(this); @DomName('TreeWalker.nextNode') @DocsEditable() - Node nextNode() => _blink.BlinkTreeWalker.$nextNode_Callback(this); + Node nextNode() => _blink.BlinkTreeWalker.nextNode_Callback(this); @DomName('TreeWalker.nextSibling') @DocsEditable() - Node nextSibling() => _blink.BlinkTreeWalker.$nextSibling_Callback(this); + Node nextSibling() => _blink.BlinkTreeWalker.nextSibling_Callback(this); @DomName('TreeWalker.parentNode') @DocsEditable() - Node parentNode() => _blink.BlinkTreeWalker.$parentNode_Callback(this); + Node parentNode() => _blink.BlinkTreeWalker.parentNode_Callback(this); @DomName('TreeWalker.previousNode') @DocsEditable() - Node previousNode() => _blink.BlinkTreeWalker.$previousNode_Callback(this); + Node previousNode() => _blink.BlinkTreeWalker.previousNode_Callback(this); @DomName('TreeWalker.previousSibling') @DocsEditable() - Node previousSibling() => _blink.BlinkTreeWalker.$previousSibling_Callback(this); + Node previousSibling() => _blink.BlinkTreeWalker.previousSibling_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -28634,53 +28634,53 @@ class UIEvent extends Event { @DomName('UIEvent.charCode') @DocsEditable() @Unstable() - int get _charCode => _blink.BlinkUIEvent.$charCode_Getter(this); + int get _charCode => _blink.BlinkUIEvent.charCode_Getter(this); @DomName('UIEvent.detail') @DocsEditable() - int get detail => _blink.BlinkUIEvent.$detail_Getter(this); + int get detail => _blink.BlinkUIEvent.detail_Getter(this); @DomName('UIEvent.keyCode') @DocsEditable() @Unstable() - int get _keyCode => _blink.BlinkUIEvent.$keyCode_Getter(this); + int get _keyCode => _blink.BlinkUIEvent.keyCode_Getter(this); @DomName('UIEvent.layerX') @DocsEditable() // http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#events-mouseevents @Experimental() // nonstandard - int get _layerX => _blink.BlinkUIEvent.$layerX_Getter(this); + int get _layerX => _blink.BlinkUIEvent.layerX_Getter(this); @DomName('UIEvent.layerY') @DocsEditable() // http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#events-mouseevents @Experimental() // nonstandard - int get _layerY => _blink.BlinkUIEvent.$layerY_Getter(this); + int get _layerY => _blink.BlinkUIEvent.layerY_Getter(this); @DomName('UIEvent.pageX') @DocsEditable() // http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#events-mouseevents @Experimental() // nonstandard - int get _pageX => _blink.BlinkUIEvent.$pageX_Getter(this); + int get _pageX => _blink.BlinkUIEvent.pageX_Getter(this); @DomName('UIEvent.pageY') @DocsEditable() // http://dev.w3.org/2006/webapi/DOM-Level-3-Events/html/DOM3-Events.html#events-mouseevents @Experimental() // nonstandard - int get _pageY => _blink.BlinkUIEvent.$pageY_Getter(this); + int get _pageY => _blink.BlinkUIEvent.pageY_Getter(this); @DomName('UIEvent.view') @DocsEditable() - WindowBase get view => _blink.BlinkUIEvent.$view_Getter(this); + WindowBase get view => _blink.BlinkUIEvent.view_Getter(this); @DomName('UIEvent.which') @DocsEditable() @Unstable() - int get which => _blink.BlinkUIEvent.$which_Getter(this); + int get which => _blink.BlinkUIEvent.which_Getter(this); @DomName('UIEvent.initUIEvent') @DocsEditable() - void _initUIEvent(String type, bool canBubble, bool cancelable, Window view, int detail) => _blink.BlinkUIEvent.$initUIEvent_Callback(this, type, canBubble, cancelable, view, detail); + void _initUIEvent(String type, bool canBubble, bool cancelable, Window view, int detail) => _blink.BlinkUIEvent.initUIEvent_Callback_DOMString_boolean_boolean_Window_long(this, type, canBubble, cancelable, view, detail); @DomName('UIEvent.layerX') @@ -28750,142 +28750,142 @@ class Url extends NativeFieldWrapperClass2 implements UrlUtils { static String createObjectUrl(blob_OR_source_OR_stream) { if ((blob_OR_source_OR_stream is Blob || blob_OR_source_OR_stream == null)) { - return _blink.BlinkURL.$_createObjectURL_1_Callback(blob_OR_source_OR_stream); - } - if ((blob_OR_source_OR_stream is MediaSource || blob_OR_source_OR_stream == null)) { - return _blink.BlinkURL.$_createObjectURL_2_Callback(blob_OR_source_OR_stream); + return _blink.BlinkURL.createObjectURL_Callback_Blob(blob_OR_source_OR_stream); } if ((blob_OR_source_OR_stream is MediaStream || blob_OR_source_OR_stream == null)) { - return _blink.BlinkURL.$_createObjectURL_3_Callback(blob_OR_source_OR_stream); + return _blink.BlinkURL.createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream); + } + if ((blob_OR_source_OR_stream is MediaSource || blob_OR_source_OR_stream == null)) { + return _blink.BlinkURL.createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream); } throw new ArgumentError("Incorrect number or type of arguments"); } @DomName('URL.createObjectUrlFromBlob') @DocsEditable() - static String createObjectUrlFromBlob(Blob blob) => _blink.BlinkURL.$createObjectUrlFromBlob_Callback(blob); + static String createObjectUrlFromBlob(Blob blob) => _blink.BlinkURL.createObjectURL_Callback_Blob(blob); @DomName('URL.createObjectUrlFromSource') @DocsEditable() - static String createObjectUrlFromSource(MediaSource source) => _blink.BlinkURL.$createObjectUrlFromSource_Callback(source); + static String createObjectUrlFromSource(MediaSource source) => _blink.BlinkURL.createObjectURL_Callback_MediaSource(source); @DomName('URL.createObjectUrlFromStream') @DocsEditable() - static String createObjectUrlFromStream(MediaStream stream) => _blink.BlinkURL.$createObjectUrlFromStream_Callback(stream); + static String createObjectUrlFromStream(MediaStream stream) => _blink.BlinkURL.createObjectURL_Callback_MediaStream(stream); @DomName('URL.revokeObjectURL') @DocsEditable() - static void revokeObjectUrl(String url) => _blink.BlinkURL.$revokeObjectURL_Callback(url); + static void revokeObjectUrl(String url) => _blink.BlinkURL.revokeObjectURL_Callback_DOMString(url); @DomName('URL.hash') @DocsEditable() @Experimental() // untriaged - String get hash => _blink.BlinkURL.$hash_Getter(this); + String get hash => _blink.BlinkURL.hash_Getter(this); @DomName('URL.hash') @DocsEditable() @Experimental() // untriaged - void set hash(String value) => _blink.BlinkURL.$hash_Setter(this, value); + void set hash(String value) => _blink.BlinkURL.hash_Setter_DOMString(this, value); @DomName('URL.host') @DocsEditable() @Experimental() // untriaged - String get host => _blink.BlinkURL.$host_Getter(this); + String get host => _blink.BlinkURL.host_Getter(this); @DomName('URL.host') @DocsEditable() @Experimental() // untriaged - void set host(String value) => _blink.BlinkURL.$host_Setter(this, value); + void set host(String value) => _blink.BlinkURL.host_Setter_DOMString(this, value); @DomName('URL.hostname') @DocsEditable() @Experimental() // untriaged - String get hostname => _blink.BlinkURL.$hostname_Getter(this); + String get hostname => _blink.BlinkURL.hostname_Getter(this); @DomName('URL.hostname') @DocsEditable() @Experimental() // untriaged - void set hostname(String value) => _blink.BlinkURL.$hostname_Setter(this, value); + void set hostname(String value) => _blink.BlinkURL.hostname_Setter_DOMString(this, value); @DomName('URL.href') @DocsEditable() @Experimental() // untriaged - String get href => _blink.BlinkURL.$href_Getter(this); + String get href => _blink.BlinkURL.href_Getter(this); @DomName('URL.href') @DocsEditable() @Experimental() // untriaged - void set href(String value) => _blink.BlinkURL.$href_Setter(this, value); + void set href(String value) => _blink.BlinkURL.href_Setter_DOMString(this, value); @DomName('URL.origin') @DocsEditable() @Experimental() // untriaged - String get origin => _blink.BlinkURL.$origin_Getter(this); + String get origin => _blink.BlinkURL.origin_Getter(this); @DomName('URL.password') @DocsEditable() @Experimental() // untriaged - String get password => _blink.BlinkURL.$password_Getter(this); + String get password => _blink.BlinkURL.password_Getter(this); @DomName('URL.password') @DocsEditable() @Experimental() // untriaged - void set password(String value) => _blink.BlinkURL.$password_Setter(this, value); + void set password(String value) => _blink.BlinkURL.password_Setter_DOMString(this, value); @DomName('URL.pathname') @DocsEditable() @Experimental() // untriaged - String get pathname => _blink.BlinkURL.$pathname_Getter(this); + String get pathname => _blink.BlinkURL.pathname_Getter(this); @DomName('URL.pathname') @DocsEditable() @Experimental() // untriaged - void set pathname(String value) => _blink.BlinkURL.$pathname_Setter(this, value); + void set pathname(String value) => _blink.BlinkURL.pathname_Setter_DOMString(this, value); @DomName('URL.port') @DocsEditable() @Experimental() // untriaged - String get port => _blink.BlinkURL.$port_Getter(this); + String get port => _blink.BlinkURL.port_Getter(this); @DomName('URL.port') @DocsEditable() @Experimental() // untriaged - void set port(String value) => _blink.BlinkURL.$port_Setter(this, value); + void set port(String value) => _blink.BlinkURL.port_Setter_DOMString(this, value); @DomName('URL.protocol') @DocsEditable() @Experimental() // untriaged - String get protocol => _blink.BlinkURL.$protocol_Getter(this); + String get protocol => _blink.BlinkURL.protocol_Getter(this); @DomName('URL.protocol') @DocsEditable() @Experimental() // untriaged - void set protocol(String value) => _blink.BlinkURL.$protocol_Setter(this, value); + void set protocol(String value) => _blink.BlinkURL.protocol_Setter_DOMString(this, value); @DomName('URL.search') @DocsEditable() @Experimental() // untriaged - String get search => _blink.BlinkURL.$search_Getter(this); + String get search => _blink.BlinkURL.search_Getter(this); @DomName('URL.search') @DocsEditable() @Experimental() // untriaged - void set search(String value) => _blink.BlinkURL.$search_Setter(this, value); + void set search(String value) => _blink.BlinkURL.search_Setter_DOMString(this, value); @DomName('URL.username') @DocsEditable() @Experimental() // untriaged - String get username => _blink.BlinkURL.$username_Getter(this); + String get username => _blink.BlinkURL.username_Getter(this); @DomName('URL.username') @DocsEditable() @Experimental() // untriaged - void set username(String value) => _blink.BlinkURL.$username_Setter(this, value); + void set username(String value) => _blink.BlinkURL.username_Setter_DOMString(this, value); @DomName('URL.toString') @DocsEditable() @Experimental() // untriaged - String toString() => _blink.BlinkURL.$toString_Callback(this); + String toString() => _blink.BlinkURL.toString_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -28905,112 +28905,112 @@ abstract class UrlUtils extends NativeFieldWrapperClass2 { @DomName('URLUtils.hash') @DocsEditable() @Experimental() // untriaged - String get hash => _blink.BlinkURLUtils.$hash_Getter(this); + String get hash => _blink.BlinkURLUtils.hash_Getter(this); @DomName('URLUtils.hash') @DocsEditable() @Experimental() // untriaged - void set hash(String value) => _blink.BlinkURLUtils.$hash_Setter(this, value); + void set hash(String value) => _blink.BlinkURLUtils.hash_Setter_DOMString(this, value); @DomName('URLUtils.host') @DocsEditable() @Experimental() // untriaged - String get host => _blink.BlinkURLUtils.$host_Getter(this); + String get host => _blink.BlinkURLUtils.host_Getter(this); @DomName('URLUtils.host') @DocsEditable() @Experimental() // untriaged - void set host(String value) => _blink.BlinkURLUtils.$host_Setter(this, value); + void set host(String value) => _blink.BlinkURLUtils.host_Setter_DOMString(this, value); @DomName('URLUtils.hostname') @DocsEditable() @Experimental() // untriaged - String get hostname => _blink.BlinkURLUtils.$hostname_Getter(this); + String get hostname => _blink.BlinkURLUtils.hostname_Getter(this); @DomName('URLUtils.hostname') @DocsEditable() @Experimental() // untriaged - void set hostname(String value) => _blink.BlinkURLUtils.$hostname_Setter(this, value); + void set hostname(String value) => _blink.BlinkURLUtils.hostname_Setter_DOMString(this, value); @DomName('URLUtils.href') @DocsEditable() @Experimental() // untriaged - String get href => _blink.BlinkURLUtils.$href_Getter(this); + String get href => _blink.BlinkURLUtils.href_Getter(this); @DomName('URLUtils.href') @DocsEditable() @Experimental() // untriaged - void set href(String value) => _blink.BlinkURLUtils.$href_Setter(this, value); + void set href(String value) => _blink.BlinkURLUtils.href_Setter_DOMString(this, value); @DomName('URLUtils.origin') @DocsEditable() @Experimental() // untriaged - String get origin => _blink.BlinkURLUtils.$origin_Getter(this); + String get origin => _blink.BlinkURLUtils.origin_Getter(this); @DomName('URLUtils.password') @DocsEditable() @Experimental() // untriaged - String get password => _blink.BlinkURLUtils.$password_Getter(this); + String get password => _blink.BlinkURLUtils.password_Getter(this); @DomName('URLUtils.password') @DocsEditable() @Experimental() // untriaged - void set password(String value) => _blink.BlinkURLUtils.$password_Setter(this, value); + void set password(String value) => _blink.BlinkURLUtils.password_Setter_DOMString(this, value); @DomName('URLUtils.pathname') @DocsEditable() @Experimental() // untriaged - String get pathname => _blink.BlinkURLUtils.$pathname_Getter(this); + String get pathname => _blink.BlinkURLUtils.pathname_Getter(this); @DomName('URLUtils.pathname') @DocsEditable() @Experimental() // untriaged - void set pathname(String value) => _blink.BlinkURLUtils.$pathname_Setter(this, value); + void set pathname(String value) => _blink.BlinkURLUtils.pathname_Setter_DOMString(this, value); @DomName('URLUtils.port') @DocsEditable() @Experimental() // untriaged - String get port => _blink.BlinkURLUtils.$port_Getter(this); + String get port => _blink.BlinkURLUtils.port_Getter(this); @DomName('URLUtils.port') @DocsEditable() @Experimental() // untriaged - void set port(String value) => _blink.BlinkURLUtils.$port_Setter(this, value); + void set port(String value) => _blink.BlinkURLUtils.port_Setter_DOMString(this, value); @DomName('URLUtils.protocol') @DocsEditable() @Experimental() // untriaged - String get protocol => _blink.BlinkURLUtils.$protocol_Getter(this); + String get protocol => _blink.BlinkURLUtils.protocol_Getter(this); @DomName('URLUtils.protocol') @DocsEditable() @Experimental() // untriaged - void set protocol(String value) => _blink.BlinkURLUtils.$protocol_Setter(this, value); + void set protocol(String value) => _blink.BlinkURLUtils.protocol_Setter_DOMString(this, value); @DomName('URLUtils.search') @DocsEditable() @Experimental() // untriaged - String get search => _blink.BlinkURLUtils.$search_Getter(this); + String get search => _blink.BlinkURLUtils.search_Getter(this); @DomName('URLUtils.search') @DocsEditable() @Experimental() // untriaged - void set search(String value) => _blink.BlinkURLUtils.$search_Setter(this, value); + void set search(String value) => _blink.BlinkURLUtils.search_Setter_DOMString(this, value); @DomName('URLUtils.username') @DocsEditable() @Experimental() // untriaged - String get username => _blink.BlinkURLUtils.$username_Getter(this); + String get username => _blink.BlinkURLUtils.username_Getter(this); @DomName('URLUtils.username') @DocsEditable() @Experimental() // untriaged - void set username(String value) => _blink.BlinkURLUtils.$username_Setter(this, value); + void set username(String value) => _blink.BlinkURLUtils.username_Setter_DOMString(this, value); @DomName('URLUtils.toString') @DocsEditable() @Experimental() // untriaged - String toString() => _blink.BlinkURLUtils.$toString_Callback(this); + String toString() => _blink.BlinkURLUtils.toString_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -29030,47 +29030,47 @@ abstract class UrlUtilsReadOnly extends NativeFieldWrapperClass2 { @DomName('URLUtilsReadOnly.hash') @DocsEditable() @Experimental() // untriaged - String get hash => _blink.BlinkURLUtilsReadOnly.$hash_Getter(this); + String get hash => _blink.BlinkURLUtilsReadOnly.hash_Getter(this); @DomName('URLUtilsReadOnly.host') @DocsEditable() @Experimental() // untriaged - String get host => _blink.BlinkURLUtilsReadOnly.$host_Getter(this); + String get host => _blink.BlinkURLUtilsReadOnly.host_Getter(this); @DomName('URLUtilsReadOnly.hostname') @DocsEditable() @Experimental() // untriaged - String get hostname => _blink.BlinkURLUtilsReadOnly.$hostname_Getter(this); + String get hostname => _blink.BlinkURLUtilsReadOnly.hostname_Getter(this); @DomName('URLUtilsReadOnly.href') @DocsEditable() @Experimental() // untriaged - String get href => _blink.BlinkURLUtilsReadOnly.$href_Getter(this); + String get href => _blink.BlinkURLUtilsReadOnly.href_Getter(this); @DomName('URLUtilsReadOnly.pathname') @DocsEditable() @Experimental() // untriaged - String get pathname => _blink.BlinkURLUtilsReadOnly.$pathname_Getter(this); + String get pathname => _blink.BlinkURLUtilsReadOnly.pathname_Getter(this); @DomName('URLUtilsReadOnly.port') @DocsEditable() @Experimental() // untriaged - String get port => _blink.BlinkURLUtilsReadOnly.$port_Getter(this); + String get port => _blink.BlinkURLUtilsReadOnly.port_Getter(this); @DomName('URLUtilsReadOnly.protocol') @DocsEditable() @Experimental() // untriaged - String get protocol => _blink.BlinkURLUtilsReadOnly.$protocol_Getter(this); + String get protocol => _blink.BlinkURLUtilsReadOnly.protocol_Getter(this); @DomName('URLUtilsReadOnly.search') @DocsEditable() @Experimental() // untriaged - String get search => _blink.BlinkURLUtilsReadOnly.$search_Getter(this); + String get search => _blink.BlinkURLUtilsReadOnly.search_Getter(this); @DomName('URLUtilsReadOnly.toString') @DocsEditable() @Experimental() // untriaged - String toString() => _blink.BlinkURLUtilsReadOnly.$toString_Callback(this); + String toString() => _blink.BlinkURLUtilsReadOnly.toString_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -29088,43 +29088,43 @@ class ValidityState extends NativeFieldWrapperClass2 { @DomName('ValidityState.badInput') @DocsEditable() - bool get badInput => _blink.BlinkValidityState.$badInput_Getter(this); + bool get badInput => _blink.BlinkValidityState.badInput_Getter(this); @DomName('ValidityState.customError') @DocsEditable() - bool get customError => _blink.BlinkValidityState.$customError_Getter(this); + bool get customError => _blink.BlinkValidityState.customError_Getter(this); @DomName('ValidityState.patternMismatch') @DocsEditable() - bool get patternMismatch => _blink.BlinkValidityState.$patternMismatch_Getter(this); + bool get patternMismatch => _blink.BlinkValidityState.patternMismatch_Getter(this); @DomName('ValidityState.rangeOverflow') @DocsEditable() - bool get rangeOverflow => _blink.BlinkValidityState.$rangeOverflow_Getter(this); + bool get rangeOverflow => _blink.BlinkValidityState.rangeOverflow_Getter(this); @DomName('ValidityState.rangeUnderflow') @DocsEditable() - bool get rangeUnderflow => _blink.BlinkValidityState.$rangeUnderflow_Getter(this); + bool get rangeUnderflow => _blink.BlinkValidityState.rangeUnderflow_Getter(this); @DomName('ValidityState.stepMismatch') @DocsEditable() - bool get stepMismatch => _blink.BlinkValidityState.$stepMismatch_Getter(this); + bool get stepMismatch => _blink.BlinkValidityState.stepMismatch_Getter(this); @DomName('ValidityState.tooLong') @DocsEditable() - bool get tooLong => _blink.BlinkValidityState.$tooLong_Getter(this); + bool get tooLong => _blink.BlinkValidityState.tooLong_Getter(this); @DomName('ValidityState.typeMismatch') @DocsEditable() - bool get typeMismatch => _blink.BlinkValidityState.$typeMismatch_Getter(this); + bool get typeMismatch => _blink.BlinkValidityState.typeMismatch_Getter(this); @DomName('ValidityState.valid') @DocsEditable() - bool get valid => _blink.BlinkValidityState.$valid_Getter(this); + bool get valid => _blink.BlinkValidityState.valid_Getter(this); @DomName('ValidityState.valueMissing') @DocsEditable() - bool get valueMissing => _blink.BlinkValidityState.$valueMissing_Getter(this); + bool get valueMissing => _blink.BlinkValidityState.valueMissing_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -29149,54 +29149,54 @@ class VideoElement extends MediaElement implements CanvasImageSource { @DomName('HTMLVideoElement.height') @DocsEditable() - int get height => _blink.BlinkHTMLVideoElement.$height_Getter(this); + int get height => _blink.BlinkHTMLVideoElement.height_Getter(this); @DomName('HTMLVideoElement.height') @DocsEditable() - void set height(int value) => _blink.BlinkHTMLVideoElement.$height_Setter(this, value); + void set height(int value) => _blink.BlinkHTMLVideoElement.height_Setter_ul(this, value); @DomName('HTMLVideoElement.poster') @DocsEditable() - String get poster => _blink.BlinkHTMLVideoElement.$poster_Getter(this); + String get poster => _blink.BlinkHTMLVideoElement.poster_Getter(this); @DomName('HTMLVideoElement.poster') @DocsEditable() - void set poster(String value) => _blink.BlinkHTMLVideoElement.$poster_Setter(this, value); + void set poster(String value) => _blink.BlinkHTMLVideoElement.poster_Setter_DOMString(this, value); @DomName('HTMLVideoElement.videoHeight') @DocsEditable() - int get videoHeight => _blink.BlinkHTMLVideoElement.$videoHeight_Getter(this); + int get videoHeight => _blink.BlinkHTMLVideoElement.videoHeight_Getter(this); @DomName('HTMLVideoElement.videoWidth') @DocsEditable() - int get videoWidth => _blink.BlinkHTMLVideoElement.$videoWidth_Getter(this); + int get videoWidth => _blink.BlinkHTMLVideoElement.videoWidth_Getter(this); @DomName('HTMLVideoElement.webkitDecodedFrameCount') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - int get decodedFrameCount => _blink.BlinkHTMLVideoElement.$webkitDecodedFrameCount_Getter(this); + int get decodedFrameCount => _blink.BlinkHTMLVideoElement.webkitDecodedFrameCount_Getter(this); @DomName('HTMLVideoElement.webkitDroppedFrameCount') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - int get droppedFrameCount => _blink.BlinkHTMLVideoElement.$webkitDroppedFrameCount_Getter(this); + int get droppedFrameCount => _blink.BlinkHTMLVideoElement.webkitDroppedFrameCount_Getter(this); @DomName('HTMLVideoElement.width') @DocsEditable() - int get width => _blink.BlinkHTMLVideoElement.$width_Getter(this); + int get width => _blink.BlinkHTMLVideoElement.width_Getter(this); @DomName('HTMLVideoElement.width') @DocsEditable() - void set width(int value) => _blink.BlinkHTMLVideoElement.$width_Setter(this, value); + void set width(int value) => _blink.BlinkHTMLVideoElement.width_Setter_ul(this, value); @DomName('HTMLVideoElement.getVideoPlaybackQuality') @DocsEditable() @Experimental() // untriaged - VideoPlaybackQuality getVideoPlaybackQuality() => _blink.BlinkHTMLVideoElement.$getVideoPlaybackQuality_Callback(this); + VideoPlaybackQuality getVideoPlaybackQuality() => _blink.BlinkHTMLVideoElement.getVideoPlaybackQuality_Callback(this); @DomName('HTMLVideoElement.webkitEnterFullscreen') @DocsEditable() @@ -29204,7 +29204,7 @@ class VideoElement extends MediaElement implements CanvasImageSource { @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html - void enterFullscreen() => _blink.BlinkHTMLVideoElement.$webkitEnterFullscreen_Callback(this); + void enterFullscreen() => _blink.BlinkHTMLVideoElement.webkitEnterFullscreen_Callback(this); @DomName('HTMLVideoElement.webkitExitFullscreen') @DocsEditable() @@ -29212,7 +29212,7 @@ class VideoElement extends MediaElement implements CanvasImageSource { @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#dom-document-exitfullscreen - void exitFullscreen() => _blink.BlinkHTMLVideoElement.$webkitExitFullscreen_Callback(this); + void exitFullscreen() => _blink.BlinkHTMLVideoElement.webkitExitFullscreen_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -29232,22 +29232,22 @@ class VideoPlaybackQuality extends NativeFieldWrapperClass2 { @DomName('VideoPlaybackQuality.corruptedVideoFrames') @DocsEditable() @Experimental() // untriaged - int get corruptedVideoFrames => _blink.BlinkVideoPlaybackQuality.$corruptedVideoFrames_Getter(this); + int get corruptedVideoFrames => _blink.BlinkVideoPlaybackQuality.corruptedVideoFrames_Getter(this); @DomName('VideoPlaybackQuality.creationTime') @DocsEditable() @Experimental() // untriaged - double get creationTime => _blink.BlinkVideoPlaybackQuality.$creationTime_Getter(this); + double get creationTime => _blink.BlinkVideoPlaybackQuality.creationTime_Getter(this); @DomName('VideoPlaybackQuality.droppedVideoFrames') @DocsEditable() @Experimental() // untriaged - int get droppedVideoFrames => _blink.BlinkVideoPlaybackQuality.$droppedVideoFrames_Getter(this); + int get droppedVideoFrames => _blink.BlinkVideoPlaybackQuality.droppedVideoFrames_Getter(this); @DomName('VideoPlaybackQuality.totalVideoFrames') @DocsEditable() @Experimental() // untriaged - int get totalVideoFrames => _blink.BlinkVideoPlaybackQuality.$totalVideoFrames_Getter(this); + int get totalVideoFrames => _blink.BlinkVideoPlaybackQuality.totalVideoFrames_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -29278,93 +29278,93 @@ class VttCue extends TextTrackCue { @DomName('VTTCue.VTTCue') @DocsEditable() factory VttCue(num startTime, num endTime, String text) { - return _blink.BlinkVTTCue.$_create_1constructorCallback(startTime, endTime, text); + return _blink.BlinkVTTCue.constructorCallback_double_double_DOMString(startTime, endTime, text); } @DomName('VTTCue.align') @DocsEditable() @Experimental() // untriaged - String get align => _blink.BlinkVTTCue.$align_Getter(this); + String get align => _blink.BlinkVTTCue.align_Getter(this); @DomName('VTTCue.align') @DocsEditable() @Experimental() // untriaged - void set align(String value) => _blink.BlinkVTTCue.$align_Setter(this, value); + void set align(String value) => _blink.BlinkVTTCue.align_Setter_DOMString(this, value); @DomName('VTTCue.line') @DocsEditable() @Experimental() // untriaged - int get line => _blink.BlinkVTTCue.$line_Getter(this); + int get line => _blink.BlinkVTTCue.line_Getter(this); @DomName('VTTCue.line') @DocsEditable() @Experimental() // untriaged - void set line(int value) => _blink.BlinkVTTCue.$line_Setter(this, value); + void set line(int value) => _blink.BlinkVTTCue.line_Setter_long(this, value); @DomName('VTTCue.position') @DocsEditable() @Experimental() // untriaged - int get position => _blink.BlinkVTTCue.$position_Getter(this); + int get position => _blink.BlinkVTTCue.position_Getter(this); @DomName('VTTCue.position') @DocsEditable() @Experimental() // untriaged - void set position(int value) => _blink.BlinkVTTCue.$position_Setter(this, value); + void set position(int value) => _blink.BlinkVTTCue.position_Setter_long(this, value); @DomName('VTTCue.regionId') @DocsEditable() @Experimental() // untriaged - String get regionId => _blink.BlinkVTTCue.$regionId_Getter(this); + String get regionId => _blink.BlinkVTTCue.regionId_Getter(this); @DomName('VTTCue.regionId') @DocsEditable() @Experimental() // untriaged - void set regionId(String value) => _blink.BlinkVTTCue.$regionId_Setter(this, value); + void set regionId(String value) => _blink.BlinkVTTCue.regionId_Setter_DOMString(this, value); @DomName('VTTCue.size') @DocsEditable() @Experimental() // untriaged - int get size => _blink.BlinkVTTCue.$size_Getter(this); + int get size => _blink.BlinkVTTCue.size_Getter(this); @DomName('VTTCue.size') @DocsEditable() @Experimental() // untriaged - void set size(int value) => _blink.BlinkVTTCue.$size_Setter(this, value); + void set size(int value) => _blink.BlinkVTTCue.size_Setter_long(this, value); @DomName('VTTCue.snapToLines') @DocsEditable() @Experimental() // untriaged - bool get snapToLines => _blink.BlinkVTTCue.$snapToLines_Getter(this); + bool get snapToLines => _blink.BlinkVTTCue.snapToLines_Getter(this); @DomName('VTTCue.snapToLines') @DocsEditable() @Experimental() // untriaged - void set snapToLines(bool value) => _blink.BlinkVTTCue.$snapToLines_Setter(this, value); + void set snapToLines(bool value) => _blink.BlinkVTTCue.snapToLines_Setter_boolean(this, value); @DomName('VTTCue.text') @DocsEditable() @Experimental() // untriaged - String get text => _blink.BlinkVTTCue.$text_Getter(this); + String get text => _blink.BlinkVTTCue.text_Getter(this); @DomName('VTTCue.text') @DocsEditable() @Experimental() // untriaged - void set text(String value) => _blink.BlinkVTTCue.$text_Setter(this, value); + void set text(String value) => _blink.BlinkVTTCue.text_Setter_DOMString(this, value); @DomName('VTTCue.vertical') @DocsEditable() @Experimental() // untriaged - String get vertical => _blink.BlinkVTTCue.$vertical_Getter(this); + String get vertical => _blink.BlinkVTTCue.vertical_Getter(this); @DomName('VTTCue.vertical') @DocsEditable() @Experimental() // untriaged - void set vertical(String value) => _blink.BlinkVTTCue.$vertical_Setter(this, value); + void set vertical(String value) => _blink.BlinkVTTCue.vertical_Setter_DOMString(this, value); @DomName('VTTCue.getCueAsHTML') @DocsEditable() @Experimental() // untriaged - DocumentFragment getCueAsHtml() => _blink.BlinkVTTCue.$getCueAsHTML_Callback(this); + DocumentFragment getCueAsHtml() => _blink.BlinkVTTCue.getCueAsHTML_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -29384,93 +29384,93 @@ class VttRegion extends NativeFieldWrapperClass2 { @DomName('VTTRegion.VTTRegion') @DocsEditable() factory VttRegion() { - return _blink.BlinkVTTRegion.$_create_1constructorCallback(); + return _blink.BlinkVTTRegion.constructorCallback(); } @DomName('VTTRegion.height') @DocsEditable() @Experimental() // untriaged - int get height => _blink.BlinkVTTRegion.$height_Getter(this); + int get height => _blink.BlinkVTTRegion.height_Getter(this); @DomName('VTTRegion.height') @DocsEditable() @Experimental() // untriaged - void set height(int value) => _blink.BlinkVTTRegion.$height_Setter(this, value); + void set height(int value) => _blink.BlinkVTTRegion.height_Setter_long(this, value); @DomName('VTTRegion.id') @DocsEditable() @Experimental() // untriaged - String get id => _blink.BlinkVTTRegion.$id_Getter(this); + String get id => _blink.BlinkVTTRegion.id_Getter(this); @DomName('VTTRegion.id') @DocsEditable() @Experimental() // untriaged - void set id(String value) => _blink.BlinkVTTRegion.$id_Setter(this, value); + void set id(String value) => _blink.BlinkVTTRegion.id_Setter_DOMString(this, value); @DomName('VTTRegion.regionAnchorX') @DocsEditable() @Experimental() // untriaged - num get regionAnchorX => _blink.BlinkVTTRegion.$regionAnchorX_Getter(this); + num get regionAnchorX => _blink.BlinkVTTRegion.regionAnchorX_Getter(this); @DomName('VTTRegion.regionAnchorX') @DocsEditable() @Experimental() // untriaged - void set regionAnchorX(num value) => _blink.BlinkVTTRegion.$regionAnchorX_Setter(this, value); + void set regionAnchorX(num value) => _blink.BlinkVTTRegion.regionAnchorX_Setter_double(this, value); @DomName('VTTRegion.regionAnchorY') @DocsEditable() @Experimental() // untriaged - num get regionAnchorY => _blink.BlinkVTTRegion.$regionAnchorY_Getter(this); + num get regionAnchorY => _blink.BlinkVTTRegion.regionAnchorY_Getter(this); @DomName('VTTRegion.regionAnchorY') @DocsEditable() @Experimental() // untriaged - void set regionAnchorY(num value) => _blink.BlinkVTTRegion.$regionAnchorY_Setter(this, value); + void set regionAnchorY(num value) => _blink.BlinkVTTRegion.regionAnchorY_Setter_double(this, value); @DomName('VTTRegion.scroll') @DocsEditable() @Experimental() // untriaged - String get scroll => _blink.BlinkVTTRegion.$scroll_Getter(this); + String get scroll => _blink.BlinkVTTRegion.scroll_Getter(this); @DomName('VTTRegion.scroll') @DocsEditable() @Experimental() // untriaged - void set scroll(String value) => _blink.BlinkVTTRegion.$scroll_Setter(this, value); + void set scroll(String value) => _blink.BlinkVTTRegion.scroll_Setter_DOMString(this, value); @DomName('VTTRegion.track') @DocsEditable() @Experimental() // untriaged - TextTrack get track => _blink.BlinkVTTRegion.$track_Getter(this); + TextTrack get track => _blink.BlinkVTTRegion.track_Getter(this); @DomName('VTTRegion.viewportAnchorX') @DocsEditable() @Experimental() // untriaged - num get viewportAnchorX => _blink.BlinkVTTRegion.$viewportAnchorX_Getter(this); + num get viewportAnchorX => _blink.BlinkVTTRegion.viewportAnchorX_Getter(this); @DomName('VTTRegion.viewportAnchorX') @DocsEditable() @Experimental() // untriaged - void set viewportAnchorX(num value) => _blink.BlinkVTTRegion.$viewportAnchorX_Setter(this, value); + void set viewportAnchorX(num value) => _blink.BlinkVTTRegion.viewportAnchorX_Setter_double(this, value); @DomName('VTTRegion.viewportAnchorY') @DocsEditable() @Experimental() // untriaged - num get viewportAnchorY => _blink.BlinkVTTRegion.$viewportAnchorY_Getter(this); + num get viewportAnchorY => _blink.BlinkVTTRegion.viewportAnchorY_Getter(this); @DomName('VTTRegion.viewportAnchorY') @DocsEditable() @Experimental() // untriaged - void set viewportAnchorY(num value) => _blink.BlinkVTTRegion.$viewportAnchorY_Setter(this, value); + void set viewportAnchorY(num value) => _blink.BlinkVTTRegion.viewportAnchorY_Setter_double(this, value); @DomName('VTTRegion.width') @DocsEditable() @Experimental() // untriaged - num get width => _blink.BlinkVTTRegion.$width_Getter(this); + num get width => _blink.BlinkVTTRegion.width_Getter(this); @DomName('VTTRegion.width') @DocsEditable() @Experimental() // untriaged - void set width(num value) => _blink.BlinkVTTRegion.$width_Setter(this, value); + void set width(num value) => _blink.BlinkVTTRegion.width_Setter_double(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -29490,17 +29490,17 @@ class VttRegionList extends NativeFieldWrapperClass2 { @DomName('VTTRegionList.length') @DocsEditable() @Experimental() // untriaged - int get length => _blink.BlinkVTTRegionList.$length_Getter(this); + int get length => _blink.BlinkVTTRegionList.length_Getter(this); @DomName('VTTRegionList.getRegionById') @DocsEditable() @Experimental() // untriaged - VttRegion getRegionById(String id) => _blink.BlinkVTTRegionList.$getRegionById_Callback(this, id); + VttRegion getRegionById(String id) => _blink.BlinkVTTRegionList.getRegionById_Callback_DOMString(this, id); @DomName('VTTRegionList.item') @DocsEditable() @Experimental() // untriaged - VttRegion item(int index) => _blink.BlinkVTTRegionList.$item_Callback(this, index); + VttRegion item(int index) => _blink.BlinkVTTRegionList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -29599,13 +29599,13 @@ class WebSocket extends EventTarget { @DocsEditable() factory WebSocket(String url, [protocol_OR_protocols]) { if ((url is String || url == null) && protocol_OR_protocols == null) { - return _blink.BlinkWebSocket.$_create_1constructorCallback(url); + return _blink.BlinkWebSocket.constructorCallback_DOMString(url); } if ((protocol_OR_protocols is List || protocol_OR_protocols == null) && (url is String || url == null)) { - return _blink.BlinkWebSocket.$_create_2constructorCallback(url, protocol_OR_protocols); + return _blink.BlinkWebSocket.constructorCallback_DOMString_SEQ_DOMString_SEQ(url, protocol_OR_protocols); } if ((protocol_OR_protocols is String || protocol_OR_protocols == null) && (url is String || url == null)) { - return _blink.BlinkWebSocket.$_create_3constructorCallback(url, protocol_OR_protocols); + return _blink.BlinkWebSocket.constructorCallback_DOMString_DOMString(url, protocol_OR_protocols); } throw new ArgumentError("Incorrect number or type of arguments"); } @@ -29631,60 +29631,60 @@ class WebSocket extends EventTarget { @DomName('WebSocket.binaryType') @DocsEditable() - String get binaryType => _blink.BlinkWebSocket.$binaryType_Getter(this); + String get binaryType => _blink.BlinkWebSocket.binaryType_Getter(this); @DomName('WebSocket.binaryType') @DocsEditable() - void set binaryType(String value) => _blink.BlinkWebSocket.$binaryType_Setter(this, value); + void set binaryType(String value) => _blink.BlinkWebSocket.binaryType_Setter_DOMString(this, value); @DomName('WebSocket.bufferedAmount') @DocsEditable() - int get bufferedAmount => _blink.BlinkWebSocket.$bufferedAmount_Getter(this); + int get bufferedAmount => _blink.BlinkWebSocket.bufferedAmount_Getter(this); @DomName('WebSocket.extensions') @DocsEditable() - String get extensions => _blink.BlinkWebSocket.$extensions_Getter(this); + String get extensions => _blink.BlinkWebSocket.extensions_Getter(this); @DomName('WebSocket.protocol') @DocsEditable() - String get protocol => _blink.BlinkWebSocket.$protocol_Getter(this); + String get protocol => _blink.BlinkWebSocket.protocol_Getter(this); @DomName('WebSocket.readyState') @DocsEditable() - int get readyState => _blink.BlinkWebSocket.$readyState_Getter(this); + int get readyState => _blink.BlinkWebSocket.readyState_Getter(this); @DomName('WebSocket.url') @DocsEditable() - String get url => _blink.BlinkWebSocket.$url_Getter(this); + String get url => _blink.BlinkWebSocket.url_Getter(this); void close([int code, String reason]) { if (reason != null) { - _blink.BlinkWebSocket.$_close_1_Callback(this, code, reason); + _blink.BlinkWebSocket.close_Callback_us_DOMString(this, code, reason); return; } if (code != null) { - _blink.BlinkWebSocket.$_close_2_Callback(this, code); + _blink.BlinkWebSocket.close_Callback_us(this, code); return; } - _blink.BlinkWebSocket.$_close_3_Callback(this); + _blink.BlinkWebSocket.close_Callback(this); return; } void send(data) { if ((data is TypedData || data == null)) { - _blink.BlinkWebSocket.$_send_1_Callback(this, data); + _blink.BlinkWebSocket.send_Callback_ArrayBufferView(this, data); return; } if ((data is ByteBuffer || data == null)) { - _blink.BlinkWebSocket.$_send_2_Callback(this, data); + _blink.BlinkWebSocket.send_Callback_ArrayBuffer(this, data); return; } if ((data is Blob || data == null)) { - _blink.BlinkWebSocket.$_send_3_Callback(this, data); + _blink.BlinkWebSocket.send_Callback_Blob(this, data); return; } if ((data is String || data == null)) { - _blink.BlinkWebSocket.$_send_4_Callback(this, data); + _blink.BlinkWebSocket.send_Callback_DOMString(this, data); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -29692,19 +29692,19 @@ class WebSocket extends EventTarget { @DomName('WebSocket.sendBlob') @DocsEditable() - void sendBlob(Blob data) => _blink.BlinkWebSocket.$sendBlob_Callback(this, data); + void sendBlob(Blob data) => _blink.BlinkWebSocket.send_Callback_Blob(this, data); @DomName('WebSocket.sendByteBuffer') @DocsEditable() - void sendByteBuffer(ByteBuffer data) => _blink.BlinkWebSocket.$sendByteBuffer_Callback(this, data); + void sendByteBuffer(ByteBuffer data) => _blink.BlinkWebSocket.send_Callback_ArrayBuffer(this, data); @DomName('WebSocket.sendString') @DocsEditable() - void sendString(String data) => _blink.BlinkWebSocket.$sendString_Callback(this, data); + void sendString(String data) => _blink.BlinkWebSocket.send_Callback_DOMString(this, data); @DomName('WebSocket.sendTypedData') @DocsEditable() - void sendTypedData(TypedData data) => _blink.BlinkWebSocket.$sendTypedData_Callback(this, data); + void sendTypedData(TypedData data) => _blink.BlinkWebSocket.send_Callback_ArrayBufferView(this, data); /// Stream of `close` events handled by this [WebSocket]. @DomName('WebSocket.onclose') @@ -29783,44 +29783,44 @@ class WheelEvent extends MouseEvent { @DomName('WheelEvent.deltaMode') @DocsEditable() - int get deltaMode => _blink.BlinkWheelEvent.$deltaMode_Getter(this); + int get deltaMode => _blink.BlinkWheelEvent.deltaMode_Getter(this); @DomName('WheelEvent.deltaX') @DocsEditable() @Experimental() // untriaged - double get _deltaX => _blink.BlinkWheelEvent.$deltaX_Getter(this); + double get _deltaX => _blink.BlinkWheelEvent.deltaX_Getter(this); @DomName('WheelEvent.deltaY') @DocsEditable() @Experimental() // untriaged - double get _deltaY => _blink.BlinkWheelEvent.$deltaY_Getter(this); + double get _deltaY => _blink.BlinkWheelEvent.deltaY_Getter(this); @DomName('WheelEvent.deltaZ') @DocsEditable() @Experimental() // untriaged - double get deltaZ => _blink.BlinkWheelEvent.$deltaZ_Getter(this); + double get deltaZ => _blink.BlinkWheelEvent.deltaZ_Getter(this); @DomName('WheelEvent.webkitDirectionInvertedFromDevice') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - bool get directionInvertedFromDevice => _blink.BlinkWheelEvent.$webkitDirectionInvertedFromDevice_Getter(this); + bool get directionInvertedFromDevice => _blink.BlinkWheelEvent.webkitDirectionInvertedFromDevice_Getter(this); @DomName('WheelEvent.wheelDeltaX') @DocsEditable() @Experimental() // non-standard - int get wheelDeltaX => _blink.BlinkWheelEvent.$wheelDeltaX_Getter(this); + int get wheelDeltaX => _blink.BlinkWheelEvent.wheelDeltaX_Getter(this); @DomName('WheelEvent.wheelDeltaY') @DocsEditable() @Experimental() // non-standard - int get wheelDeltaY => _blink.BlinkWheelEvent.$wheelDeltaY_Getter(this); + int get wheelDeltaY => _blink.BlinkWheelEvent.wheelDeltaY_Getter(this); @DomName('WheelEvent.initWebKitWheelEvent') @DocsEditable() @Experimental() - void _initWebKitWheelEvent(int wheelDeltaX, int wheelDeltaY, Window view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) => _blink.BlinkWheelEvent.$initWebKitWheelEvent_Callback(this, wheelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey); + void _initWebKitWheelEvent(int wheelDeltaX, int wheelDeltaY, Window view, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey) => _blink.BlinkWheelEvent.initWebKitWheelEvent_Callback_long_long_Window_long_long_long_long_boolean_boolean_boolean_boolean(this, wheelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey); /** @@ -30194,7 +30194,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.CSS') @DocsEditable() - Css get css => _blink.BlinkWindow.$CSS_Getter(this); + Css get css => _blink.BlinkWindow.CSS_Getter(this); /** * The application cache for this window. @@ -30209,15 +30209,15 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.applicationCache') @DocsEditable() - ApplicationCache get applicationCache => _blink.BlinkWindow.$applicationCache_Getter(this); + ApplicationCache get applicationCache => _blink.BlinkWindow.applicationCache_Getter(this); @DomName('Window.closed') @DocsEditable() - bool get closed => _blink.BlinkWindow.$closed_Getter(this); + bool get closed => _blink.BlinkWindow.closed_Getter(this); @DomName('Window.console') @DocsEditable() - Console get console => _blink.BlinkWindow.$console_Getter(this); + Console get console => _blink.BlinkWindow.console_Getter(this); /** * Entrypoint for the browser's cryptographic functions. @@ -30230,31 +30230,31 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @DocsEditable() // http://www.w3.org/TR/WebCryptoAPI/ @Experimental() - Crypto get crypto => _blink.BlinkWindow.$crypto_Getter(this); + Crypto get crypto => _blink.BlinkWindow.crypto_Getter(this); /// *Deprecated*. @DomName('Window.defaultStatus') @DocsEditable() @Experimental() // non-standard - String get defaultStatus => _blink.BlinkWindow.$defaultStatus_Getter(this); + String get defaultStatus => _blink.BlinkWindow.defaultStatus_Getter(this); /// *Deprecated*. @DomName('Window.defaultStatus') @DocsEditable() @Experimental() // non-standard - void set defaultStatus(String value) => _blink.BlinkWindow.$defaultStatus_Setter(this, value); + void set defaultStatus(String value) => _blink.BlinkWindow.defaultStatus_Setter_DOMString(this, value); /// *Deprecated*. @DomName('Window.defaultstatus') @DocsEditable() @Experimental() // non-standard - String get defaultstatus => _blink.BlinkWindow.$defaultstatus_Getter(this); + String get defaultstatus => _blink.BlinkWindow.defaultstatus_Getter(this); /// *Deprecated*. @DomName('Window.defaultstatus') @DocsEditable() @Experimental() // non-standard - void set defaultstatus(String value) => _blink.BlinkWindow.$defaultstatus_Setter(this, value); + void set defaultstatus(String value) => _blink.BlinkWindow.defaultstatus_Setter_DOMString(this, value); /** * The ratio between physical pixels and logical CSS pixels. @@ -30272,11 +30272,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @DocsEditable() // http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html @Experimental() // non-standard - double get devicePixelRatio => _blink.BlinkWindow.$devicePixelRatio_Getter(this); + double get devicePixelRatio => _blink.BlinkWindow.devicePixelRatio_Getter(this); @DomName('Window.document') @DocsEditable() - Document get document => _blink.BlinkWindow.$document_Getter(this); + Document get document => _blink.BlinkWindow.document_Getter(this); /** * The current session history for this window's newest document. @@ -30289,7 +30289,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.history') @DocsEditable() - History get history => _blink.BlinkWindow.$history_Getter(this); + History get history => _blink.BlinkWindow.history_Getter(this); @DomName('Window.indexedDB') @DocsEditable() @@ -30297,7 +30297,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @SupportedBrowser(SupportedBrowser.FIREFOX, '15') @SupportedBrowser(SupportedBrowser.IE, '10') @Experimental() - IdbFactory get indexedDB => _blink.BlinkWindow.$indexedDB_Getter(this); + IdbFactory get indexedDB => _blink.BlinkWindow.indexedDB_Getter(this); /** * The height of the viewport including scrollbars. @@ -30310,7 +30310,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.innerHeight') @DocsEditable() - int get innerHeight => _blink.BlinkWindow.$innerHeight_Getter(this); + int get innerHeight => _blink.BlinkWindow.innerHeight_Getter(this); /** * The width of the viewport including scrollbars. @@ -30323,7 +30323,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.innerWidth') @DocsEditable() - int get innerWidth => _blink.BlinkWindow.$innerWidth_Getter(this); + int get innerWidth => _blink.BlinkWindow.innerWidth_Getter(this); /** * Storage for this window that persists across sessions. @@ -30340,11 +30340,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.localStorage') @DocsEditable() - Storage get localStorage => _blink.BlinkWindow.$localStorage_Getter(this); + Storage get localStorage => _blink.BlinkWindow.localStorage_Getter(this); @DomName('Window.location') @DocsEditable() - Location get location => _blink.BlinkWindow.$location_Getter(this); + Location get location => _blink.BlinkWindow.location_Getter(this); /** * This window's location bar, which displays the URL. @@ -30357,7 +30357,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.locationbar') @DocsEditable() - BarProp get locationbar => _blink.BlinkWindow.$locationbar_Getter(this); + BarProp get locationbar => _blink.BlinkWindow.locationbar_Getter(this); /** * This window's menu bar, which displays menu commands. @@ -30370,7 +30370,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.menubar') @DocsEditable() - BarProp get menubar => _blink.BlinkWindow.$menubar_Getter(this); + BarProp get menubar => _blink.BlinkWindow.menubar_Getter(this); /** * The name of this window. @@ -30383,7 +30383,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.name') @DocsEditable() - String get name => _blink.BlinkWindow.$name_Getter(this); + String get name => _blink.BlinkWindow.name_Getter(this); /** * The name of this window. @@ -30396,7 +30396,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.name') @DocsEditable() - void set name(String value) => _blink.BlinkWindow.$name_Setter(this, value); + void set name(String value) => _blink.BlinkWindow.name_Setter_DOMString(this, value); /** * The user agent accessing this window. @@ -30409,7 +30409,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.navigator') @DocsEditable() - Navigator get navigator => _blink.BlinkWindow.$navigator_Getter(this); + Navigator get navigator => _blink.BlinkWindow.navigator_Getter(this); /** * Whether objects are drawn offscreen before being displayed. @@ -30423,20 +30423,20 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @DomName('Window.offscreenBuffering') @DocsEditable() @Experimental() // non-standard - bool get offscreenBuffering => _blink.BlinkWindow.$offscreenBuffering_Getter(this); + bool get offscreenBuffering => _blink.BlinkWindow.offscreenBuffering_Getter(this); @DomName('Window.opener') @DocsEditable() - WindowBase get opener => _blink.BlinkWindow.$opener_Getter(this); + WindowBase get opener => _blink.BlinkWindow.opener_Getter(this); @DomName('Window.opener') @DocsEditable() - void set opener(Window value) => _blink.BlinkWindow.$opener_Setter(this, value); + void set opener(Window value) => _blink.BlinkWindow.opener_Setter_Window(this, value); @DomName('Window.orientation') @DocsEditable() @Experimental() // untriaged - int get orientation => _blink.BlinkWindow.$orientation_Getter(this); + int get orientation => _blink.BlinkWindow.orientation_Getter(this); /** * The height of this window including all user interface elements. @@ -30449,7 +30449,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.outerHeight') @DocsEditable() - int get outerHeight => _blink.BlinkWindow.$outerHeight_Getter(this); + int get outerHeight => _blink.BlinkWindow.outerHeight_Getter(this); /** * The width of the window including all user interface elements. @@ -30462,7 +30462,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.outerWidth') @DocsEditable() - int get outerWidth => _blink.BlinkWindow.$outerWidth_Getter(this); + int get outerWidth => _blink.BlinkWindow.outerWidth_Getter(this); /** * The distance this window has been scrolled horizontally. @@ -30478,7 +30478,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.pageXOffset') @DocsEditable() - int get pageXOffset => _blink.BlinkWindow.$pageXOffset_Getter(this); + int get pageXOffset => _blink.BlinkWindow.pageXOffset_Getter(this); /** * The distance this window has been scrolled vertically. @@ -30494,11 +30494,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.pageYOffset') @DocsEditable() - int get pageYOffset => _blink.BlinkWindow.$pageYOffset_Getter(this); + int get pageYOffset => _blink.BlinkWindow.pageYOffset_Getter(this); @DomName('Window.parent') @DocsEditable() - WindowBase get parent => _blink.BlinkWindow.$parent_Getter(this); + WindowBase get parent => _blink.BlinkWindow.parent_Getter(this); /** * Timing and navigation data for this window. @@ -30516,7 +30516,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.FIREFOX) @SupportedBrowser(SupportedBrowser.IE) - Performance get performance => _blink.BlinkWindow.$performance_Getter(this); + Performance get performance => _blink.BlinkWindow.performance_Getter(this); /** * Information about the screen displaying this window. @@ -30528,7 +30528,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.screen') @DocsEditable() - Screen get screen => _blink.BlinkWindow.$screen_Getter(this); + Screen get screen => _blink.BlinkWindow.screen_Getter(this); /** * The distance from the left side of the screen to the left side of this @@ -30541,7 +30541,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.screenLeft') @DocsEditable() - int get screenLeft => _blink.BlinkWindow.$screenLeft_Getter(this); + int get screenLeft => _blink.BlinkWindow.screenLeft_Getter(this); /** * The distance from the top of the screen to the top of this window. @@ -30553,7 +30553,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.screenTop') @DocsEditable() - int get screenTop => _blink.BlinkWindow.$screenTop_Getter(this); + int get screenTop => _blink.BlinkWindow.screenTop_Getter(this); /** * The distance from the left side of the screen to the mouse pointer. @@ -30565,7 +30565,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.screenX') @DocsEditable() - int get screenX => _blink.BlinkWindow.$screenX_Getter(this); + int get screenX => _blink.BlinkWindow.screenX_Getter(this); /** * The distance from the top of the screen to the mouse pointer. @@ -30577,15 +30577,15 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.screenY') @DocsEditable() - int get screenY => _blink.BlinkWindow.$screenY_Getter(this); + int get screenY => _blink.BlinkWindow.screenY_Getter(this); @DomName('Window.scrollX') @DocsEditable() - int get scrollX => _blink.BlinkWindow.$scrollX_Getter(this); + int get scrollX => _blink.BlinkWindow.scrollX_Getter(this); @DomName('Window.scrollY') @DocsEditable() - int get scrollY => _blink.BlinkWindow.$scrollY_Getter(this); + int get scrollY => _blink.BlinkWindow.scrollY_Getter(this); /** * This window's scroll bars. @@ -30598,7 +30598,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.scrollbars') @DocsEditable() - BarProp get scrollbars => _blink.BlinkWindow.$scrollbars_Getter(this); + BarProp get scrollbars => _blink.BlinkWindow.scrollbars_Getter(this); /** * The current window. @@ -30610,7 +30610,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.self') @DocsEditable() - WindowBase get self => _blink.BlinkWindow.$self_Getter(this); + WindowBase get self => _blink.BlinkWindow.self_Getter(this); /** * Storage for this window that is cleared when this session ends. @@ -30627,7 +30627,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.sessionStorage') @DocsEditable() - Storage get sessionStorage => _blink.BlinkWindow.$sessionStorage_Getter(this); + Storage get sessionStorage => _blink.BlinkWindow.sessionStorage_Getter(this); /** * Access to speech synthesis in the browser. @@ -30642,17 +30642,17 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @DocsEditable() // https://dvcs.w3.org/hg/speech-api/raw-file/tip/speechapi.html#tts-section @Experimental() - SpeechSynthesis get speechSynthesis => _blink.BlinkWindow.$speechSynthesis_Getter(this); + SpeechSynthesis get speechSynthesis => _blink.BlinkWindow.speechSynthesis_Getter(this); /// *Deprecated*. @DomName('Window.status') @DocsEditable() - String get status => _blink.BlinkWindow.$status_Getter(this); + String get status => _blink.BlinkWindow.status_Getter(this); /// *Deprecated*. @DomName('Window.status') @DocsEditable() - void set status(String value) => _blink.BlinkWindow.$status_Setter(this, value); + void set status(String value) => _blink.BlinkWindow.status_Setter_DOMString(this, value); /** * This window's status bar. @@ -30665,7 +30665,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.statusbar') @DocsEditable() - BarProp get statusbar => _blink.BlinkWindow.$statusbar_Getter(this); + BarProp get statusbar => _blink.BlinkWindow.statusbar_Getter(this); /** * Access to CSS media queries. @@ -30680,7 +30680,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @DocsEditable() // http://developer.apple.com/library/safari/#documentation/SafariDOMAdditions/Reference/StyleMedia/StyleMedia/StyleMedia.html @Experimental() // nonstandard - StyleMedia get styleMedia => _blink.BlinkWindow.$styleMedia_Getter(this); + StyleMedia get styleMedia => _blink.BlinkWindow.styleMedia_Getter(this); /** * This window's tool bar. @@ -30693,11 +30693,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.toolbar') @DocsEditable() - BarProp get toolbar => _blink.BlinkWindow.$toolbar_Getter(this); + BarProp get toolbar => _blink.BlinkWindow.toolbar_Getter(this); @DomName('Window.top') @DocsEditable() - WindowBase get top => _blink.BlinkWindow.$top_Getter(this); + WindowBase get top => _blink.BlinkWindow.top_Getter(this); /** * The current window. @@ -30709,14 +30709,14 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.window') @DocsEditable() - WindowBase get window => _blink.BlinkWindow.$window_Getter(this); + WindowBase get window => _blink.BlinkWindow.window_Getter(this); WindowBase __getter__(index_OR_name) { if ((index_OR_name is int || index_OR_name == null)) { - return _blink.BlinkWindow.$___getter___1_Callback(this, index_OR_name); + return _blink.BlinkWindow.$__getter___Callback_ul(this, index_OR_name); } if ((index_OR_name is String || index_OR_name == null)) { - return _blink.BlinkWindow.$___getter___2_Callback(this, index_OR_name); + return _blink.BlinkWindow.$__getter___Callback_DOMString(this, index_OR_name); } throw new ArgumentError("Incorrect number or type of arguments"); } @@ -30732,15 +30732,15 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.alert') @DocsEditable() - void alert(String message) => _blink.BlinkWindow.$alert_Callback(this, message); + void alert(String message) => _blink.BlinkWindow.alert_Callback_DOMString(this, message); @DomName('Window.cancelAnimationFrame') @DocsEditable() - void cancelAnimationFrame(int id) => _blink.BlinkWindow.$cancelAnimationFrame_Callback(this, id); + void cancelAnimationFrame(int id) => _blink.BlinkWindow.cancelAnimationFrame_Callback_long(this, id); @DomName('Window.close') @DocsEditable() - void close() => _blink.BlinkWindow.$close_Callback(this); + void close() => _blink.BlinkWindow.close_Callback(this); /** * Displays a modal OK/Cancel prompt to the user. @@ -30753,7 +30753,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.confirm') @DocsEditable() - bool confirm(String message) => _blink.BlinkWindow.$confirm_Callback(this, message); + bool confirm(String message) => _blink.BlinkWindow.confirm_Callback_DOMString(this, message); /** * Finds text in this window. @@ -30766,11 +30766,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @DomName('Window.find') @DocsEditable() @Experimental() // non-standard - bool find(String string, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) => _blink.BlinkWindow.$find_Callback(this, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog); + bool find(String string, bool caseSensitive, bool backwards, bool wrap, bool wholeWord, bool searchInFrames, bool showDialog) => _blink.BlinkWindow.find_Callback_DOMString_boolean_boolean_boolean_boolean_boolean_boolean(this, string, caseSensitive, backwards, wrap, wholeWord, searchInFrames, showDialog); @DomName('Window.getComputedStyle') @DocsEditable() - CssStyleDeclaration _getComputedStyle(Element element, String pseudoElement) => _blink.BlinkWindow.$getComputedStyle_Callback(this, element, pseudoElement); + CssStyleDeclaration _getComputedStyle(Element element, String pseudoElement) => _blink.BlinkWindow.getComputedStyle_Callback_Element_DOMString(this, element, pseudoElement); /** * Returns all CSS rules that apply to the element's pseudo-element. @@ -30778,7 +30778,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @DomName('Window.getMatchedCSSRules') @DocsEditable() @Experimental() // non-standard - List getMatchedCssRules(Element element, String pseudoElement) => _blink.BlinkWindow.$getMatchedCSSRules_Callback(this, element, pseudoElement); + List getMatchedCssRules(Element element, String pseudoElement) => _blink.BlinkWindow.getMatchedCSSRules_Callback_Element_DOMString(this, element, pseudoElement); /** * Returns the currently selected text. @@ -30791,7 +30791,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.getSelection') @DocsEditable() - Selection getSelection() => _blink.BlinkWindow.$getSelection_Callback(this); + Selection getSelection() => _blink.BlinkWindow.getSelection_Callback(this); /** * Returns a list of media queries for the given query string. @@ -30806,7 +30806,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.matchMedia') @DocsEditable() - MediaQueryList matchMedia(String query) => _blink.BlinkWindow.$matchMedia_Callback(this, query); + MediaQueryList matchMedia(String query) => _blink.BlinkWindow.matchMedia_Callback_DOMString(this, query); /** * Moves this window. @@ -30822,15 +30822,15 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.moveBy') @DocsEditable() - void moveBy(num x, num y) => _blink.BlinkWindow.$moveBy_Callback(this, x, y); + void moveBy(num x, num y) => _blink.BlinkWindow.moveBy_Callback_float_float(this, x, y); @DomName('Window.moveTo') @DocsEditable() - void _moveTo(num x, num y) => _blink.BlinkWindow.$moveTo_Callback(this, x, y); + void _moveTo(num x, num y) => _blink.BlinkWindow.moveTo_Callback_float_float(this, x, y); @DomName('Window.open') @DocsEditable() - WindowBase open(String url, String name, [String options]) => _blink.BlinkWindow.$open_Callback(this, url, name, options); + WindowBase open(String url, String name, [String options]) => _blink.BlinkWindow.open_Callback_DOMString_DOMString_DOMString(this, url, name, options); /// *Deprecated.* @DomName('Window.openDatabase') @@ -30840,11 +30840,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @Experimental() // http://www.w3.org/TR/webdatabase/ @Experimental() // deprecated - SqlDatabase openDatabase(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback]) => _blink.BlinkWindow.$openDatabase_Callback(this, name, version, displayName, estimatedSize, creationCallback); + SqlDatabase openDatabase(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback]) => _blink.BlinkWindow.openDatabase_Callback_DOMString_DOMString_DOMString_ul_DatabaseCallback(this, name, version, displayName, estimatedSize, creationCallback); @DomName('Window.postMessage') @DocsEditable() - void postMessage(/*SerializedScriptValue*/ message, String targetOrigin, [List messagePorts]) => _blink.BlinkWindow.$postMessage_Callback(this, message, targetOrigin, messagePorts); + void postMessage(/*SerializedScriptValue*/ message, String targetOrigin, [List messagePorts]) => _blink.BlinkWindow.postMessage_Callback_SerializedScriptValue_DOMString_A_MessagePort_A(this, message, targetOrigin, messagePorts); /** * Opens the print dialog for this window. @@ -30856,11 +30856,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.print') @DocsEditable() - void print() => _blink.BlinkWindow.$print_Callback(this); + void print() => _blink.BlinkWindow.print_Callback(this); @DomName('Window.requestAnimationFrame') @DocsEditable() - int _requestAnimationFrame(RequestAnimationFrameCallback callback) => _blink.BlinkWindow.$requestAnimationFrame_Callback(this, callback); + int _requestAnimationFrame(RequestAnimationFrameCallback callback) => _blink.BlinkWindow.requestAnimationFrame_Callback_RequestAnimationFrameCallback(this, callback); /** * Resizes this window by an offset. @@ -30872,7 +30872,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.resizeBy') @DocsEditable() - void resizeBy(num x, num y) => _blink.BlinkWindow.$resizeBy_Callback(this, x, y); + void resizeBy(num x, num y) => _blink.BlinkWindow.resizeBy_Callback_float_float(this, x, y); /** * Resizes this window to a specific width and height. @@ -30884,7 +30884,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.resizeTo') @DocsEditable() - void resizeTo(num width, num height) => _blink.BlinkWindow.$resizeTo_Callback(this, width, height); + void resizeTo(num width, num height) => _blink.BlinkWindow.resizeTo_Callback_float_float(this, width, height); /** * Scrolls the page horizontally and vertically to a specific point. @@ -30898,7 +30898,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.scroll') @DocsEditable() - void scroll(int x, int y, [Map scrollOptions]) => _blink.BlinkWindow.$scroll_Callback(this, x, y, scrollOptions); + void scroll(int x, int y, [Map scrollOptions]) => _blink.BlinkWindow.scroll_Callback_long_long_Dictionary(this, x, y, scrollOptions); /** * Scrolls the page horizontally and vertically by an offset. @@ -30910,7 +30910,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.scrollBy') @DocsEditable() - void scrollBy(int x, int y, [Map scrollOptions]) => _blink.BlinkWindow.$scrollBy_Callback(this, x, y, scrollOptions); + void scrollBy(int x, int y, [Map scrollOptions]) => _blink.BlinkWindow.scrollBy_Callback_long_long_Dictionary(this, x, y, scrollOptions); /** * Scrolls the page horizontally and vertically to a specific point. @@ -30924,7 +30924,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.scrollTo') @DocsEditable() - void scrollTo(int x, int y, [Map scrollOptions]) => _blink.BlinkWindow.$scrollTo_Callback(this, x, y, scrollOptions); + void scrollTo(int x, int y, [Map scrollOptions]) => _blink.BlinkWindow.scrollTo_Callback_long_long_Dictionary(this, x, y, scrollOptions); /** * Opens a new page as a modal dialog. @@ -30937,7 +30937,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.showModalDialog') @DocsEditable() - Object showModalDialog(String url, [Object dialogArgs, String featureArgs]) => _blink.BlinkWindow.$showModalDialog_Callback(this, url, dialogArgs, featureArgs); + Object showModalDialog(String url, [Object dialogArgs, String featureArgs]) => _blink.BlinkWindow.showModalDialog_Callback_DOMString_ScriptValue_DOMString(this, url, dialogArgs, featureArgs); /** * Stops the window from loading. @@ -30950,11 +30950,11 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo */ @DomName('Window.stop') @DocsEditable() - void stop() => _blink.BlinkWindow.$stop_Callback(this); + void stop() => _blink.BlinkWindow.stop_Callback(this); @DomName('Window.toString') @DocsEditable() - String toString() => _blink.BlinkWindow.$toString_Callback(this); + String toString() => _blink.BlinkWindow.toString_Callback(this); @DomName('Window.webkitConvertPointFromNodeToPage') @DocsEditable() @@ -30962,7 +30962,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // http://developer.apple.com/library/safari/#documentation/DataManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditions.html - _DomPoint _convertPointFromNodeToPage(Node node, _DomPoint p) => _blink.BlinkWindow.$webkitConvertPointFromNodeToPage_Callback(this, node, p); + _DomPoint _convertPointFromNodeToPage(Node node, _DomPoint p) => _blink.BlinkWindow.webkitConvertPointFromNodeToPage_Callback_Node_WebKitPoint(this, node, p); @DomName('Window.webkitConvertPointFromPageToNode') @DocsEditable() @@ -30970,14 +30970,14 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() // http://developer.apple.com/library/safari/#documentation/DataManagement/Reference/DOMWindowAdditionsReference/DOMWindowAdditions/DOMWindowAdditions.html - _DomPoint _convertPointFromPageToNode(Node node, _DomPoint p) => _blink.BlinkWindow.$webkitConvertPointFromPageToNode_Callback(this, node, p); + _DomPoint _convertPointFromPageToNode(Node node, _DomPoint p) => _blink.BlinkWindow.webkitConvertPointFromPageToNode_Callback_Node_WebKitPoint(this, node, p); @DomName('Window.webkitRequestFileSystem') @DocsEditable() @SupportedBrowser(SupportedBrowser.CHROME) @Experimental() // http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem - void __requestFileSystem(int type, int size, _FileSystemCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkWindow.$webkitRequestFileSystem_Callback(this, type, size, successCallback, errorCallback); + void __requestFileSystem(int type, int size, _FileSystemCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkWindow.webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback(this, type, size, successCallback, errorCallback); Future _requestFileSystem(int type, int size) { var completer = new Completer(); @@ -31001,7 +31001,7 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @SupportedBrowser(SupportedBrowser.CHROME) @Experimental() // http://www.w3.org/TR/file-system-api/#idl-def-LocalFileSystem - void _resolveLocalFileSystemUrl(String url, _EntryCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkWindow.$webkitResolveLocalFileSystemURL_Callback(this, url, successCallback, errorCallback); + void _resolveLocalFileSystemUrl(String url, _EntryCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkWindow.webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback(this, url, successCallback, errorCallback); Future resolveLocalFileSystemUrl(String url) { var completer = new Completer(); @@ -31013,27 +31013,27 @@ class Window extends EventTarget implements WindowEventHandlers, WindowBase, Glo @DomName('Window.atob') @DocsEditable() - String atob(String string) => _blink.BlinkWindow.$atob_Callback(this, string); + String atob(String string) => _blink.BlinkWindow.atob_Callback_DOMString(this, string); @DomName('Window.btoa') @DocsEditable() - String btoa(String string) => _blink.BlinkWindow.$btoa_Callback(this, string); + String btoa(String string) => _blink.BlinkWindow.btoa_Callback_DOMString(this, string); @DomName('Window.clearInterval') @DocsEditable() - void _clearInterval(int handle) => _blink.BlinkWindow.$clearInterval_Callback(this, handle); + void _clearInterval(int handle) => _blink.BlinkWindow.clearInterval_Callback_long(this, handle); @DomName('Window.clearTimeout') @DocsEditable() - void _clearTimeout(int handle) => _blink.BlinkWindow.$clearTimeout_Callback(this, handle); + void _clearTimeout(int handle) => _blink.BlinkWindow.clearTimeout_Callback_long(this, handle); @DomName('Window.setInterval') @DocsEditable() - int _setInterval(Object handler, int timeout) => _blink.BlinkWindow.$setInterval_Callback(this, handler, timeout); + int _setInterval(Object handler, int timeout) => _blink.BlinkWindow.setInterval_Callback_ScriptValue_long(this, handler, timeout); @DomName('Window.setTimeout') @DocsEditable() - int _setTimeout(Object handler, int timeout) => _blink.BlinkWindow.$setTimeout_Callback(this, handler, timeout); + int _setTimeout(Object handler, int timeout) => _blink.BlinkWindow.setTimeout_Callback_ScriptValue_long(this, handler, timeout); /// Stream of `contentloaded` events handled by this [Window]. @DomName('Window.onDOMContentLoaded') @@ -31404,12 +31404,12 @@ abstract class WindowBase64 extends NativeFieldWrapperClass2 { @DomName('WindowBase64.atob') @DocsEditable() @Experimental() // untriaged - String atob(String string) => _blink.BlinkWindowBase64.$atob_Callback(this, string); + String atob(String string) => _blink.BlinkWindowBase64.atob_Callback_DOMString(this, string); @DomName('WindowBase64.btoa') @DocsEditable() @Experimental() // untriaged - String btoa(String string) => _blink.BlinkWindowBase64.$btoa_Callback(this, string); + String btoa(String string) => _blink.BlinkWindowBase64.btoa_Callback_DOMString(this, string); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -31537,7 +31537,7 @@ class Worker extends EventTarget implements AbstractWorker { @DomName('Worker.Worker') @DocsEditable() factory Worker(String scriptUrl) { - return _blink.BlinkWorker.$_create_1constructorCallback(scriptUrl); + return _blink.BlinkWorker.constructorCallback_DOMString(scriptUrl); } /// Checks if this type is supported on the current platform. @@ -31545,11 +31545,11 @@ class Worker extends EventTarget implements AbstractWorker { @DomName('Worker.postMessage') @DocsEditable() - void postMessage(/*SerializedScriptValue*/ message, [List messagePorts]) => _blink.BlinkWorker.$postMessage_Callback(this, message, messagePorts); + void postMessage(/*SerializedScriptValue*/ message, [List messagePorts]) => _blink.BlinkWorker.postMessage_Callback_SerializedScriptValue_A_MessagePort_A(this, message, messagePorts); @DomName('Worker.terminate') @DocsEditable() - void terminate() => _blink.BlinkWorker.$terminate_Callback(this); + void terminate() => _blink.BlinkWorker.terminate_Callback(this); /// Stream of `error` events handled by this [Worker]. @DomName('Worker.onerror') @@ -31631,57 +31631,57 @@ class WorkerGlobalScope extends EventTarget implements _WindowTimers, WindowBase @DomName('WorkerGlobalScope.console') @DocsEditable() @Experimental() // untriaged - WorkerConsole get console => _blink.BlinkWorkerGlobalScope.$console_Getter(this); + WorkerConsole get console => _blink.BlinkWorkerGlobalScope.console_Getter(this); @DomName('WorkerGlobalScope.crypto') @DocsEditable() @Experimental() // untriaged - WorkerCrypto get crypto => _blink.BlinkWorkerGlobalScope.$crypto_Getter(this); + WorkerCrypto get crypto => _blink.BlinkWorkerGlobalScope.crypto_Getter(this); @DomName('WorkerGlobalScope.indexedDB') @DocsEditable() @Experimental() // untriaged - IdbFactory get indexedDB => _blink.BlinkWorkerGlobalScope.$indexedDB_Getter(this); + IdbFactory get indexedDB => _blink.BlinkWorkerGlobalScope.indexedDB_Getter(this); @DomName('WorkerGlobalScope.location') @DocsEditable() @Experimental() // untriaged - _WorkerLocation get location => _blink.BlinkWorkerGlobalScope.$location_Getter(this); + _WorkerLocation get location => _blink.BlinkWorkerGlobalScope.location_Getter(this); @DomName('WorkerGlobalScope.navigator') @DocsEditable() @Experimental() // untriaged - _WorkerNavigator get navigator => _blink.BlinkWorkerGlobalScope.$navigator_Getter(this); + _WorkerNavigator get navigator => _blink.BlinkWorkerGlobalScope.navigator_Getter(this); @DomName('WorkerGlobalScope.performance') @DocsEditable() @Experimental() // untriaged - WorkerPerformance get performance => _blink.BlinkWorkerGlobalScope.$performance_Getter(this); + WorkerPerformance get performance => _blink.BlinkWorkerGlobalScope.performance_Getter(this); @DomName('WorkerGlobalScope.self') @DocsEditable() @Experimental() // untriaged - WorkerGlobalScope get self => _blink.BlinkWorkerGlobalScope.$self_Getter(this); + WorkerGlobalScope get self => _blink.BlinkWorkerGlobalScope.self_Getter(this); @DomName('WorkerGlobalScope.close') @DocsEditable() @Experimental() // untriaged - void close() => _blink.BlinkWorkerGlobalScope.$close_Callback(this); + void close() => _blink.BlinkWorkerGlobalScope.close_Callback(this); @DomName('WorkerGlobalScope.openDatabase') @DocsEditable() @Experimental() // untriaged - SqlDatabase openDatabase(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback]) => _blink.BlinkWorkerGlobalScope.$openDatabase_Callback(this, name, version, displayName, estimatedSize, creationCallback); + SqlDatabase openDatabase(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback]) => _blink.BlinkWorkerGlobalScope.openDatabase_Callback_DOMString_DOMString_DOMString_ul_DatabaseCallback(this, name, version, displayName, estimatedSize, creationCallback); @DomName('WorkerGlobalScope.openDatabaseSync') @DocsEditable() @Experimental() // untriaged - _DatabaseSync openDatabaseSync(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback]) => _blink.BlinkWorkerGlobalScope.$openDatabaseSync_Callback(this, name, version, displayName, estimatedSize, creationCallback); + _DatabaseSync openDatabaseSync(String name, String version, String displayName, int estimatedSize, [DatabaseCallback creationCallback]) => _blink.BlinkWorkerGlobalScope.openDatabaseSync_Callback_DOMString_DOMString_DOMString_ul_DatabaseCallback(this, name, version, displayName, estimatedSize, creationCallback); @DomName('WorkerGlobalScope.webkitRequestFileSystem') @DocsEditable() @Experimental() // untriaged - void _webkitRequestFileSystem(int type, int size, [_FileSystemCallback successCallback, _ErrorCallback errorCallback]) => _blink.BlinkWorkerGlobalScope.$webkitRequestFileSystem_Callback(this, type, size, successCallback, errorCallback); + void _webkitRequestFileSystem(int type, int size, [_FileSystemCallback successCallback, _ErrorCallback errorCallback]) => _blink.BlinkWorkerGlobalScope.webkitRequestFileSystem_Callback_us_ll_FileSystemCallback_ErrorCallback(this, type, size, successCallback, errorCallback); Future webkitRequestFileSystem(int type, int size) { var completer = new Completer(); @@ -31697,7 +31697,7 @@ class WorkerGlobalScope extends EventTarget implements _WindowTimers, WindowBase @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() @Experimental() // untriaged - _DOMFileSystemSync requestFileSystemSync(int type, int size) => _blink.BlinkWorkerGlobalScope.$webkitRequestFileSystemSync_Callback(this, type, size); + _DOMFileSystemSync requestFileSystemSync(int type, int size) => _blink.BlinkWorkerGlobalScope.webkitRequestFileSystemSync_Callback_us_ll(this, type, size); @DomName('WorkerGlobalScope.webkitResolveLocalFileSystemSyncURL') @DocsEditable() @@ -31705,12 +31705,12 @@ class WorkerGlobalScope extends EventTarget implements _WindowTimers, WindowBase @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() @Experimental() // untriaged - _EntrySync resolveLocalFileSystemSyncUrl(String url) => _blink.BlinkWorkerGlobalScope.$webkitResolveLocalFileSystemSyncURL_Callback(this, url); + _EntrySync resolveLocalFileSystemSyncUrl(String url) => _blink.BlinkWorkerGlobalScope.webkitResolveLocalFileSystemSyncURL_Callback_DOMString(this, url); @DomName('WorkerGlobalScope.webkitResolveLocalFileSystemURL') @DocsEditable() @Experimental() // untriaged - void _webkitResolveLocalFileSystemUrl(String url, _EntryCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkWorkerGlobalScope.$webkitResolveLocalFileSystemURL_Callback(this, url, successCallback, errorCallback); + void _webkitResolveLocalFileSystemUrl(String url, _EntryCallback successCallback, [_ErrorCallback errorCallback]) => _blink.BlinkWorkerGlobalScope.webkitResolveLocalFileSystemURL_Callback_DOMString_EntryCallback_ErrorCallback(this, url, successCallback, errorCallback); Future webkitResolveLocalFileSystemUrl(String url) { var completer = new Completer(); @@ -31723,32 +31723,32 @@ class WorkerGlobalScope extends EventTarget implements _WindowTimers, WindowBase @DomName('WorkerGlobalScope.atob') @DocsEditable() @Experimental() // untriaged - String atob(String string) => _blink.BlinkWorkerGlobalScope.$atob_Callback(this, string); + String atob(String string) => _blink.BlinkWorkerGlobalScope.atob_Callback_DOMString(this, string); @DomName('WorkerGlobalScope.btoa') @DocsEditable() @Experimental() // untriaged - String btoa(String string) => _blink.BlinkWorkerGlobalScope.$btoa_Callback(this, string); + String btoa(String string) => _blink.BlinkWorkerGlobalScope.btoa_Callback_DOMString(this, string); @DomName('WorkerGlobalScope.clearInterval') @DocsEditable() @Experimental() // untriaged - void _clearInterval(int handle) => _blink.BlinkWorkerGlobalScope.$clearInterval_Callback(this, handle); + void _clearInterval(int handle) => _blink.BlinkWorkerGlobalScope.clearInterval_Callback_long(this, handle); @DomName('WorkerGlobalScope.clearTimeout') @DocsEditable() @Experimental() // untriaged - void _clearTimeout(int handle) => _blink.BlinkWorkerGlobalScope.$clearTimeout_Callback(this, handle); + void _clearTimeout(int handle) => _blink.BlinkWorkerGlobalScope.clearTimeout_Callback_long(this, handle); @DomName('WorkerGlobalScope.setInterval') @DocsEditable() @Experimental() // untriaged - int _setInterval(Object handler, int timeout) => _blink.BlinkWorkerGlobalScope.$setInterval_Callback(this, handler, timeout); + int _setInterval(Object handler, int timeout) => _blink.BlinkWorkerGlobalScope.setInterval_Callback_ScriptValue_long(this, handler, timeout); @DomName('WorkerGlobalScope.setTimeout') @DocsEditable() @Experimental() // untriaged - int _setTimeout(Object handler, int timeout) => _blink.BlinkWorkerGlobalScope.$setTimeout_Callback(this, handler, timeout); + int _setTimeout(Object handler, int timeout) => _blink.BlinkWorkerGlobalScope.setTimeout_Callback_ScriptValue_long(this, handler, timeout); /// Stream of `error` events handled by this [WorkerGlobalScope]. @DomName('WorkerGlobalScope.onerror') @@ -31774,7 +31774,7 @@ class WorkerPerformance extends NativeFieldWrapperClass2 { @DomName('WorkerPerformance.now') @DocsEditable() @Experimental() // untriaged - double now() => _blink.BlinkWorkerPerformance.$now_Callback(this); + double now() => _blink.BlinkWorkerPerformance.now_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -31795,20 +31795,20 @@ class XPathEvaluator extends NativeFieldWrapperClass2 { @DomName('XPathEvaluator.XPathEvaluator') @DocsEditable() factory XPathEvaluator() { - return _blink.BlinkXPathEvaluator.$_create_1constructorCallback(); + return _blink.BlinkXPathEvaluator.constructorCallback(); } @DomName('XPathEvaluator.createExpression') @DocsEditable() - XPathExpression createExpression(String expression, XPathNSResolver resolver) => _blink.BlinkXPathEvaluator.$createExpression_Callback(this, expression, resolver); + XPathExpression createExpression(String expression, XPathNSResolver resolver) => _blink.BlinkXPathEvaluator.createExpression_Callback_DOMString_XPathNSResolver(this, expression, resolver); @DomName('XPathEvaluator.createNSResolver') @DocsEditable() - XPathNSResolver createNSResolver(Node nodeResolver) => _blink.BlinkXPathEvaluator.$createNSResolver_Callback(this, nodeResolver); + XPathNSResolver createNSResolver(Node nodeResolver) => _blink.BlinkXPathEvaluator.createNSResolver_Callback_Node(this, nodeResolver); @DomName('XPathEvaluator.evaluate') @DocsEditable() - XPathResult evaluate(String expression, Node contextNode, XPathNSResolver resolver, int type, XPathResult inResult) => _blink.BlinkXPathEvaluator.$evaluate_Callback(this, expression, contextNode, resolver, type, inResult); + XPathResult evaluate(String expression, Node contextNode, XPathNSResolver resolver, int type, XPathResult inResult) => _blink.BlinkXPathEvaluator.evaluate_Callback_DOMString_Node_XPathNSResolver_us_XPathResult(this, expression, contextNode, resolver, type, inResult); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -31828,7 +31828,7 @@ class XPathExpression extends NativeFieldWrapperClass2 { @DomName('XPathExpression.evaluate') @DocsEditable() - XPathResult evaluate(Node contextNode, int type, XPathResult inResult) => _blink.BlinkXPathExpression.$evaluate_Callback(this, contextNode, type, inResult); + XPathResult evaluate(Node contextNode, int type, XPathResult inResult) => _blink.BlinkXPathExpression.evaluate_Callback_Node_us_XPathResult(this, contextNode, type, inResult); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -31848,7 +31848,7 @@ class XPathNSResolver extends NativeFieldWrapperClass2 { @DomName('XPathNSResolver.lookupNamespaceURI') @DocsEditable() - String lookupNamespaceUri(String prefix) => _blink.BlinkXPathNSResolver.$lookupNamespaceURI_Callback(this, prefix); + String lookupNamespaceUri(String prefix) => _blink.BlinkXPathNSResolver.lookupNamespaceURI_Callback_DOMString(this, prefix); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -31908,39 +31908,39 @@ class XPathResult extends NativeFieldWrapperClass2 { @DomName('XPathResult.booleanValue') @DocsEditable() - bool get booleanValue => _blink.BlinkXPathResult.$booleanValue_Getter(this); + bool get booleanValue => _blink.BlinkXPathResult.booleanValue_Getter(this); @DomName('XPathResult.invalidIteratorState') @DocsEditable() - bool get invalidIteratorState => _blink.BlinkXPathResult.$invalidIteratorState_Getter(this); + bool get invalidIteratorState => _blink.BlinkXPathResult.invalidIteratorState_Getter(this); @DomName('XPathResult.numberValue') @DocsEditable() - double get numberValue => _blink.BlinkXPathResult.$numberValue_Getter(this); + double get numberValue => _blink.BlinkXPathResult.numberValue_Getter(this); @DomName('XPathResult.resultType') @DocsEditable() - int get resultType => _blink.BlinkXPathResult.$resultType_Getter(this); + int get resultType => _blink.BlinkXPathResult.resultType_Getter(this); @DomName('XPathResult.singleNodeValue') @DocsEditable() - Node get singleNodeValue => _blink.BlinkXPathResult.$singleNodeValue_Getter(this); + Node get singleNodeValue => _blink.BlinkXPathResult.singleNodeValue_Getter(this); @DomName('XPathResult.snapshotLength') @DocsEditable() - int get snapshotLength => _blink.BlinkXPathResult.$snapshotLength_Getter(this); + int get snapshotLength => _blink.BlinkXPathResult.snapshotLength_Getter(this); @DomName('XPathResult.stringValue') @DocsEditable() - String get stringValue => _blink.BlinkXPathResult.$stringValue_Getter(this); + String get stringValue => _blink.BlinkXPathResult.stringValue_Getter(this); @DomName('XPathResult.iterateNext') @DocsEditable() - Node iterateNext() => _blink.BlinkXPathResult.$iterateNext_Callback(this); + Node iterateNext() => _blink.BlinkXPathResult.iterateNext_Callback(this); @DomName('XPathResult.snapshotItem') @DocsEditable() - Node snapshotItem(int index) => _blink.BlinkXPathResult.$snapshotItem_Callback(this, index); + Node snapshotItem(int index) => _blink.BlinkXPathResult.snapshotItem_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -31976,12 +31976,12 @@ class XmlSerializer extends NativeFieldWrapperClass2 { @DomName('XMLSerializer.XMLSerializer') @DocsEditable() factory XmlSerializer() { - return _blink.BlinkXMLSerializer.$_create_1constructorCallback(); + return _blink.BlinkXMLSerializer.constructorCallback(); } @DomName('XMLSerializer.serializeToString') @DocsEditable() - String serializeToString(Node node) => _blink.BlinkXMLSerializer.$serializeToString_Callback(this, node); + String serializeToString(Node node) => _blink.BlinkXMLSerializer.serializeToString_Callback_Node(this, node); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -32004,7 +32004,7 @@ class XsltProcessor extends NativeFieldWrapperClass2 { @DomName('XSLTProcessor.XSLTProcessor') @DocsEditable() factory XsltProcessor() { - return _blink.BlinkXSLTProcessor.$_create_1constructorCallback(); + return _blink.BlinkXSLTProcessor.constructorCallback(); } /// Checks if this type is supported on the current platform. @@ -32012,35 +32012,35 @@ class XsltProcessor extends NativeFieldWrapperClass2 { @DomName('XSLTProcessor.clearParameters') @DocsEditable() - void clearParameters() => _blink.BlinkXSLTProcessor.$clearParameters_Callback(this); + void clearParameters() => _blink.BlinkXSLTProcessor.clearParameters_Callback(this); @DomName('XSLTProcessor.getParameter') @DocsEditable() - String getParameter(String namespaceURI, String localName) => _blink.BlinkXSLTProcessor.$getParameter_Callback(this, namespaceURI, localName); + String getParameter(String namespaceURI, String localName) => _blink.BlinkXSLTProcessor.getParameter_Callback_DOMString_DOMString(this, namespaceURI, localName); @DomName('XSLTProcessor.importStylesheet') @DocsEditable() - void importStylesheet(Node stylesheet) => _blink.BlinkXSLTProcessor.$importStylesheet_Callback(this, stylesheet); + void importStylesheet(Node stylesheet) => _blink.BlinkXSLTProcessor.importStylesheet_Callback_Node(this, stylesheet); @DomName('XSLTProcessor.removeParameter') @DocsEditable() - void removeParameter(String namespaceURI, String localName) => _blink.BlinkXSLTProcessor.$removeParameter_Callback(this, namespaceURI, localName); + void removeParameter(String namespaceURI, String localName) => _blink.BlinkXSLTProcessor.removeParameter_Callback_DOMString_DOMString(this, namespaceURI, localName); @DomName('XSLTProcessor.reset') @DocsEditable() - void reset() => _blink.BlinkXSLTProcessor.$reset_Callback(this); + void reset() => _blink.BlinkXSLTProcessor.reset_Callback(this); @DomName('XSLTProcessor.setParameter') @DocsEditable() - void setParameter(String namespaceURI, String localName, String value) => _blink.BlinkXSLTProcessor.$setParameter_Callback(this, namespaceURI, localName, value); + void setParameter(String namespaceURI, String localName, String value) => _blink.BlinkXSLTProcessor.setParameter_Callback_DOMString_DOMString_DOMString(this, namespaceURI, localName, value); @DomName('XSLTProcessor.transformToDocument') @DocsEditable() - Document transformToDocument(Node source) => _blink.BlinkXSLTProcessor.$transformToDocument_Callback(this, source); + Document transformToDocument(Node source) => _blink.BlinkXSLTProcessor.transformToDocument_Callback_Node(this, source); @DomName('XSLTProcessor.transformToFragment') @DocsEditable() - DocumentFragment transformToFragment(Node source, Document docVal) => _blink.BlinkXSLTProcessor.$transformToFragment_Callback(this, source, docVal); + DocumentFragment transformToFragment(Node source, Document docVal) => _blink.BlinkXSLTProcessor.transformToFragment_Callback_Node_Document(this, source, docVal); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -32059,24 +32059,24 @@ class _Attr extends Node { @DomName('Attr.localName') @DocsEditable() @Experimental() // untriaged - String get _localName => _blink.BlinkAttr.$localName_Getter(this); + String get _localName => _blink.BlinkAttr.localName_Getter(this); @DomName('Attr.name') @DocsEditable() - String get name => _blink.BlinkAttr.$name_Getter(this); + String get name => _blink.BlinkAttr.name_Getter(this); @DomName('Attr.namespaceURI') @DocsEditable() @Experimental() // untriaged - String get _namespaceUri => _blink.BlinkAttr.$namespaceURI_Getter(this); + String get _namespaceUri => _blink.BlinkAttr.namespaceURI_Getter(this); @DomName('Attr.value') @DocsEditable() - String get value => _blink.BlinkAttr.$value_Getter(this); + String get value => _blink.BlinkAttr.value_Getter(this); @DomName('Attr.value') @DocsEditable() - void set value(String value) => _blink.BlinkAttr.$value_Setter(this, value); + void set value(String value) => _blink.BlinkAttr.value_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -32230,27 +32230,27 @@ class _ClientRect extends NativeFieldWrapperClass2 implements Rectangle { @DomName('ClientRect.bottom') @DocsEditable() - double get bottom => _blink.BlinkClientRect.$bottom_Getter(this); + double get bottom => _blink.BlinkClientRect.bottom_Getter(this); @DomName('ClientRect.height') @DocsEditable() - double get height => _blink.BlinkClientRect.$height_Getter(this); + double get height => _blink.BlinkClientRect.height_Getter(this); @DomName('ClientRect.left') @DocsEditable() - double get left => _blink.BlinkClientRect.$left_Getter(this); + double get left => _blink.BlinkClientRect.left_Getter(this); @DomName('ClientRect.right') @DocsEditable() - double get right => _blink.BlinkClientRect.$right_Getter(this); + double get right => _blink.BlinkClientRect.right_Getter(this); @DomName('ClientRect.top') @DocsEditable() - double get top => _blink.BlinkClientRect.$top_Getter(this); + double get top => _blink.BlinkClientRect.top_Getter(this); @DomName('ClientRect.width') @DocsEditable() - double get width => _blink.BlinkClientRect.$width_Getter(this); + double get width => _blink.BlinkClientRect.width_Getter(this); } /** @@ -32304,15 +32304,15 @@ class _ClientRectList extends NativeFieldWrapperClass2 with ListMixin @DomName('ClientRectList.length') @DocsEditable() - int get length => _blink.BlinkClientRectList.$length_Getter(this); + int get length => _blink.BlinkClientRectList.length_Getter(this); Rectangle operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkClientRectList.$NativeIndexed_Getter(this, index); + return _blink.BlinkClientRectList.item_Callback_ul(this, index); } - Rectangle _nativeIndexedGetter(int index) => _blink.BlinkClientRectList.$NativeIndexed_Getter(this, index); + Rectangle _nativeIndexedGetter(int index) => _blink.BlinkClientRectList.item_Callback_ul(this, index); void operator[]=(int index, Rectangle value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -32354,7 +32354,7 @@ class _ClientRectList extends NativeFieldWrapperClass2 with ListMixin @DomName('ClientRectList.item') @DocsEditable() - Rectangle item(int index) => _blink.BlinkClientRectList.$item_Callback(this, index); + Rectangle item(int index) => _blink.BlinkClientRectList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -32388,15 +32388,15 @@ class _CssRuleList extends NativeFieldWrapperClass2 with ListMixin, Imm @DomName('CSSRuleList.length') @DocsEditable() - int get length => _blink.BlinkCSSRuleList.$length_Getter(this); + int get length => _blink.BlinkCSSRuleList.length_Getter(this); CssRule operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkCSSRuleList.$NativeIndexed_Getter(this, index); + return _blink.BlinkCSSRuleList.item_Callback_ul(this, index); } - CssRule _nativeIndexedGetter(int index) => _blink.BlinkCSSRuleList.$NativeIndexed_Getter(this, index); + CssRule _nativeIndexedGetter(int index) => _blink.BlinkCSSRuleList.item_Callback_ul(this, index); void operator[]=(int index, CssRule value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -32438,7 +32438,7 @@ class _CssRuleList extends NativeFieldWrapperClass2 with ListMixin, Imm @DomName('CSSRuleList.item') @DocsEditable() - CssRule item(int index) => _blink.BlinkCSSRuleList.$item_Callback(this, index); + CssRule item(int index) => _blink.BlinkCSSRuleList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -32458,15 +32458,15 @@ class _CssValueList extends _CSSValue with ListMixin<_CSSValue>, ImmutableListMi @DomName('CSSValueList.length') @DocsEditable() - int get length => _blink.BlinkCSSValueList.$length_Getter(this); + int get length => _blink.BlinkCSSValueList.length_Getter(this); _CSSValue operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkCSSValueList.$NativeIndexed_Getter(this, index); + return _blink.BlinkCSSValueList.item_Callback_ul(this, index); } - _CSSValue _nativeIndexedGetter(int index) => _blink.BlinkCSSValueList.$NativeIndexed_Getter(this, index); + _CSSValue _nativeIndexedGetter(int index) => _blink.BlinkCSSValueList.item_Callback_ul(this, index); void operator[]=(int index, _CSSValue value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -32508,7 +32508,7 @@ class _CssValueList extends _CSSValue with ListMixin<_CSSValue>, ImmutableListMi @DomName('CSSValueList.item') @DocsEditable() - _CSSValue item(int index) => _blink.BlinkCSSValueList.$item_Callback(this, index); + _CSSValue item(int index) => _blink.BlinkCSSValueList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -32618,26 +32618,26 @@ class _DomPoint extends NativeFieldWrapperClass2 { factory _DomPoint(num x, num y) => _create(x, y); @DocsEditable() - static _DomPoint _create(x, y) => _blink.BlinkWebKitPoint.$constructorCallback(x, y); + static _DomPoint _create(x, y) => _blink.BlinkWebKitPoint.constructorCallback_float_float(x, y); /// Checks if this type is supported on the current platform. static bool get supported => true; @DomName('WebKitPoint.x') @DocsEditable() - num get x => _blink.BlinkWebKitPoint.$x_Getter(this); + num get x => _blink.BlinkWebKitPoint.x_Getter(this); @DomName('WebKitPoint.x') @DocsEditable() - void set x(num value) => _blink.BlinkWebKitPoint.$x_Setter(this, value); + void set x(num value) => _blink.BlinkWebKitPoint.x_Setter_float(this, value); @DomName('WebKitPoint.y') @DocsEditable() - num get y => _blink.BlinkWebKitPoint.$y_Getter(this); + num get y => _blink.BlinkWebKitPoint.y_Getter(this); @DomName('WebKitPoint.y') @DocsEditable() - void set y(num value) => _blink.BlinkWebKitPoint.$y_Setter(this, value); + void set y(num value) => _blink.BlinkWebKitPoint.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -32690,7 +32690,7 @@ abstract class _FileReaderSync extends NativeFieldWrapperClass2 { @DomName('FileReaderSync.FileReaderSync') @DocsEditable() factory _FileReaderSync() { - return _blink.BlinkFileReaderSync.$_create_1constructorCallback(); + return _blink.BlinkFileReaderSync.constructorCallback(); } } @@ -32727,15 +32727,15 @@ class _GamepadList extends NativeFieldWrapperClass2 with ListMixin, Imm @DomName('GamepadList.length') @DocsEditable() - int get length => _blink.BlinkGamepadList.$length_Getter(this); + int get length => _blink.BlinkGamepadList.length_Getter(this); Gamepad operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkGamepadList.$NativeIndexed_Getter(this, index); + return _blink.BlinkGamepadList.item_Callback_ul(this, index); } - Gamepad _nativeIndexedGetter(int index) => _blink.BlinkGamepadList.$NativeIndexed_Getter(this, index); + Gamepad _nativeIndexedGetter(int index) => _blink.BlinkGamepadList.item_Callback_ul(this, index); void operator[]=(int index, Gamepad value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -32777,7 +32777,7 @@ class _GamepadList extends NativeFieldWrapperClass2 with ListMixin, Imm @DomName('GamepadList.item') @DocsEditable() - Gamepad item(int index) => _blink.BlinkGamepadList.$item_Callback(this, index); + Gamepad item(int index) => _blink.BlinkGamepadList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -32797,7 +32797,7 @@ abstract class _HTMLAllCollection extends NativeFieldWrapperClass2 { @DomName('HTMLAllCollection.item') @DocsEditable() - Element _item(int index) => _blink.BlinkHTMLAllCollection.$item_Callback(this, index); + Element _item(int index) => _blink.BlinkHTMLAllCollection.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -32971,15 +32971,15 @@ class _NamedNodeMap extends NativeFieldWrapperClass2 with ListMixin, Immut @DomName('NamedNodeMap.length') @DocsEditable() - int get length => _blink.BlinkNamedNodeMap.$length_Getter(this); + int get length => _blink.BlinkNamedNodeMap.length_Getter(this); Node operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkNamedNodeMap.$NativeIndexed_Getter(this, index); + return _blink.BlinkNamedNodeMap.item_Callback_ul(this, index); } - Node _nativeIndexedGetter(int index) => _blink.BlinkNamedNodeMap.$NativeIndexed_Getter(this, index); + Node _nativeIndexedGetter(int index) => _blink.BlinkNamedNodeMap.item_Callback_ul(this, index); void operator[]=(int index, Node value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -33021,35 +33021,35 @@ class _NamedNodeMap extends NativeFieldWrapperClass2 with ListMixin, Immut @DomName('NamedNodeMap.__getter__') @DocsEditable() - Node __getter__(String name) => _blink.BlinkNamedNodeMap.$__getter___Callback(this, name); + Node __getter__(String name) => _blink.BlinkNamedNodeMap.$__getter___Callback_DOMString(this, name); @DomName('NamedNodeMap.getNamedItem') @DocsEditable() - Node getNamedItem(String name) => _blink.BlinkNamedNodeMap.$getNamedItem_Callback(this, name); + Node getNamedItem(String name) => _blink.BlinkNamedNodeMap.getNamedItem_Callback_DOMString(this, name); @DomName('NamedNodeMap.getNamedItemNS') @DocsEditable() - Node getNamedItemNS(String namespaceURI, String localName) => _blink.BlinkNamedNodeMap.$getNamedItemNS_Callback(this, namespaceURI, localName); + Node getNamedItemNS(String namespaceURI, String localName) => _blink.BlinkNamedNodeMap.getNamedItemNS_Callback_DOMString_DOMString(this, namespaceURI, localName); @DomName('NamedNodeMap.item') @DocsEditable() - Node item(int index) => _blink.BlinkNamedNodeMap.$item_Callback(this, index); + Node item(int index) => _blink.BlinkNamedNodeMap.item_Callback_ul(this, index); @DomName('NamedNodeMap.removeNamedItem') @DocsEditable() - Node removeNamedItem(String name) => _blink.BlinkNamedNodeMap.$removeNamedItem_Callback(this, name); + Node removeNamedItem(String name) => _blink.BlinkNamedNodeMap.removeNamedItem_Callback_DOMString(this, name); @DomName('NamedNodeMap.removeNamedItemNS') @DocsEditable() - Node removeNamedItemNS(String namespaceURI, String localName) => _blink.BlinkNamedNodeMap.$removeNamedItemNS_Callback(this, namespaceURI, localName); + Node removeNamedItemNS(String namespaceURI, String localName) => _blink.BlinkNamedNodeMap.removeNamedItemNS_Callback_DOMString_DOMString(this, namespaceURI, localName); @DomName('NamedNodeMap.setNamedItem') @DocsEditable() - Node setNamedItem(Node node) => _blink.BlinkNamedNodeMap.$setNamedItem_Callback(this, node); + Node setNamedItem(Node node) => _blink.BlinkNamedNodeMap.setNamedItem_Callback_Node(this, node); @DomName('NamedNodeMap.setNamedItemNS') @DocsEditable() - Node setNamedItemNS(Node node) => _blink.BlinkNamedNodeMap.$setNamedItemNS_Callback(this, node); + Node setNamedItemNS(Node node) => _blink.BlinkNamedNodeMap.setNamedItemNS_Callback_Node(this, node); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -33180,15 +33180,15 @@ class _SpeechInputResultList extends NativeFieldWrapperClass2 with ListMixin _blink.BlinkSpeechInputResultList.$length_Getter(this); + int get length => _blink.BlinkSpeechInputResultList.length_Getter(this); SpeechInputResult operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkSpeechInputResultList.$NativeIndexed_Getter(this, index); + return _blink.BlinkSpeechInputResultList.item_Callback_ul(this, index); } - SpeechInputResult _nativeIndexedGetter(int index) => _blink.BlinkSpeechInputResultList.$NativeIndexed_Getter(this, index); + SpeechInputResult _nativeIndexedGetter(int index) => _blink.BlinkSpeechInputResultList.item_Callback_ul(this, index); void operator[]=(int index, SpeechInputResult value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -33230,7 +33230,7 @@ class _SpeechInputResultList extends NativeFieldWrapperClass2 with ListMixin _blink.BlinkSpeechInputResultList.$item_Callback(this, index); + SpeechInputResult item(int index) => _blink.BlinkSpeechInputResultList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -33250,15 +33250,15 @@ class _SpeechRecognitionResultList extends NativeFieldWrapperClass2 with ListMix @DomName('SpeechRecognitionResultList.length') @DocsEditable() - int get length => _blink.BlinkSpeechRecognitionResultList.$length_Getter(this); + int get length => _blink.BlinkSpeechRecognitionResultList.length_Getter(this); SpeechRecognitionResult operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkSpeechRecognitionResultList.$NativeIndexed_Getter(this, index); + return _blink.BlinkSpeechRecognitionResultList.item_Callback_ul(this, index); } - SpeechRecognitionResult _nativeIndexedGetter(int index) => _blink.BlinkSpeechRecognitionResultList.$NativeIndexed_Getter(this, index); + SpeechRecognitionResult _nativeIndexedGetter(int index) => _blink.BlinkSpeechRecognitionResultList.item_Callback_ul(this, index); void operator[]=(int index, SpeechRecognitionResult value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -33300,7 +33300,7 @@ class _SpeechRecognitionResultList extends NativeFieldWrapperClass2 with ListMix @DomName('SpeechRecognitionResultList.item') @DocsEditable() - SpeechRecognitionResult item(int index) => _blink.BlinkSpeechRecognitionResultList.$item_Callback(this, index); + SpeechRecognitionResult item(int index) => _blink.BlinkSpeechRecognitionResultList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -33318,15 +33318,15 @@ class _StyleSheetList extends NativeFieldWrapperClass2 with ListMixin _blink.BlinkStyleSheetList.$length_Getter(this); + int get length => _blink.BlinkStyleSheetList.length_Getter(this); StyleSheet operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkStyleSheetList.$NativeIndexed_Getter(this, index); + return _blink.BlinkStyleSheetList.item_Callback_ul(this, index); } - StyleSheet _nativeIndexedGetter(int index) => _blink.BlinkStyleSheetList.$NativeIndexed_Getter(this, index); + StyleSheet _nativeIndexedGetter(int index) => _blink.BlinkStyleSheetList.item_Callback_ul(this, index); void operator[]=(int index, StyleSheet value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -33368,11 +33368,11 @@ class _StyleSheetList extends NativeFieldWrapperClass2 with ListMixin _blink.BlinkStyleSheetList.$__getter___Callback(this, name); + CssStyleSheet __getter__(String name) => _blink.BlinkStyleSheetList.$__getter___Callback_DOMString(this, name); @DomName('StyleSheetList.item') @DocsEditable() - StyleSheet item(int index) => _blink.BlinkStyleSheetList.$item_Callback(this, index); + StyleSheet item(int index) => _blink.BlinkStyleSheetList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -33427,7 +33427,7 @@ abstract class _WebKitCSSMatrix extends NativeFieldWrapperClass2 { @DomName('WebKitCSSMatrix.WebKitCSSMatrix') @DocsEditable() factory _WebKitCSSMatrix([String cssValue]) { - return _blink.BlinkWebKitCSSMatrix.$_create_1constructorCallback(cssValue); + return _blink.BlinkWebKitCSSMatrix.constructorCallback_DOMString(cssValue); } } @@ -33464,7 +33464,7 @@ abstract class _WebKitMediaSource extends EventTarget { @DomName('WebKitMediaSource.WebKitMediaSource') @DocsEditable() factory _WebKitMediaSource() { - return _blink.BlinkWebKitMediaSource.$_create_1constructorCallback(); + return _blink.BlinkWebKitMediaSource.constructorCallback(); } } @@ -33515,7 +33515,7 @@ abstract class _WebKitSourceBufferList extends EventTarget { @DomName('WebKitSourceBufferList.item') @DocsEditable() @Experimental() // untriaged - _WebKitSourceBuffer _item(int index) => _blink.BlinkWebKitSourceBufferList.$item_Callback(this, index); + _WebKitSourceBuffer _item(int index) => _blink.BlinkWebKitSourceBufferList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -33535,22 +33535,22 @@ abstract class _WindowTimers extends NativeFieldWrapperClass2 { @DomName('WindowTimers.clearInterval') @DocsEditable() @Experimental() // untriaged - void _clearInterval(int handle) => _blink.BlinkWindowTimers.$clearInterval_Callback(this, handle); + void _clearInterval(int handle) => _blink.BlinkWindowTimers.clearInterval_Callback_long(this, handle); @DomName('WindowTimers.clearTimeout') @DocsEditable() @Experimental() // untriaged - void _clearTimeout(int handle) => _blink.BlinkWindowTimers.$clearTimeout_Callback(this, handle); + void _clearTimeout(int handle) => _blink.BlinkWindowTimers.clearTimeout_Callback_long(this, handle); @DomName('WindowTimers.setInterval') @DocsEditable() @Experimental() // untriaged - int _setInterval(Object handler, int timeout) => _blink.BlinkWindowTimers.$setInterval_Callback(this, handler, timeout); + int _setInterval(Object handler, int timeout) => _blink.BlinkWindowTimers.setInterval_Callback_ScriptValue_long(this, handler, timeout); @DomName('WindowTimers.setTimeout') @DocsEditable() @Experimental() // untriaged - int _setTimeout(Object handler, int timeout) => _blink.BlinkWindowTimers.$setTimeout_Callback(this, handler, timeout); + int _setTimeout(Object handler, int timeout) => _blink.BlinkWindowTimers.setTimeout_Callback_ScriptValue_long(this, handler, timeout); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file diff --git a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart index 207576b3317..a54b0266d7d 100644 --- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart +++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart @@ -80,41 +80,41 @@ class Cursor extends NativeFieldWrapperClass2 { @DomName('IDBCursor.direction') @DocsEditable() - String get direction => _blink.BlinkIDBCursor.$direction_Getter(this); + String get direction => _blink.BlinkIDBCursor.direction_Getter(this); @DomName('IDBCursor.key') @DocsEditable() - Object get key => _blink.BlinkIDBCursor.$key_Getter(this); + Object get key => _blink.BlinkIDBCursor.key_Getter(this); @DomName('IDBCursor.primaryKey') @DocsEditable() - Object get primaryKey => _blink.BlinkIDBCursor.$primaryKey_Getter(this); + Object get primaryKey => _blink.BlinkIDBCursor.primaryKey_Getter(this); @DomName('IDBCursor.source') @DocsEditable() - Object get source => _blink.BlinkIDBCursor.$source_Getter(this); + Object get source => _blink.BlinkIDBCursor.source_Getter(this); @DomName('IDBCursor.advance') @DocsEditable() - void advance(int count) => _blink.BlinkIDBCursor.$advance_Callback(this, count); + void advance(int count) => _blink.BlinkIDBCursor.advance_Callback_ul(this, count); @DomName('IDBCursor.continuePrimaryKey') @DocsEditable() @Experimental() // untriaged - void continuePrimaryKey(Object key, Object primaryKey) => _blink.BlinkIDBCursor.$continuePrimaryKey_Callback(this, key, primaryKey); + void continuePrimaryKey(Object key, Object primaryKey) => _blink.BlinkIDBCursor.continuePrimaryKey_Callback_ScriptValue_ScriptValue(this, key, primaryKey); @DomName('IDBCursor.delete') @DocsEditable() - Request _delete() => _blink.BlinkIDBCursor.$delete_Callback(this); + Request _delete() => _blink.BlinkIDBCursor.delete_Callback(this); @DomName('IDBCursor.next') @DocsEditable() @Experimental() // non-standard - void next([Object key]) => _blink.BlinkIDBCursor.$next_Callback(this, key); + void next([Object key]) => _blink.BlinkIDBCursor.continue_Callback_ScriptValue(this, key); @DomName('IDBCursor.update') @DocsEditable() - Request _update(Object value) => _blink.BlinkIDBCursor.$update_Callback(this, value); + Request _update(Object value) => _blink.BlinkIDBCursor.update_Callback_ScriptValue(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -133,7 +133,7 @@ class CursorWithValue extends Cursor { @DomName('IDBCursorWithValue.value') @DocsEditable() - Object get value => _blink.BlinkIDBCursorWithValue.$value_Getter(this); + Object get value => _blink.BlinkIDBCursorWithValue.value_Getter(this); } // Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file @@ -216,52 +216,52 @@ class Database extends EventTarget { @DomName('IDBDatabase.name') @DocsEditable() - String get name => _blink.BlinkIDBDatabase.$name_Getter(this); + String get name => _blink.BlinkIDBDatabase.name_Getter(this); @DomName('IDBDatabase.objectStoreNames') @DocsEditable() - List get objectStoreNames => _blink.BlinkIDBDatabase.$objectStoreNames_Getter(this); + List get objectStoreNames => _blink.BlinkIDBDatabase.objectStoreNames_Getter(this); @DomName('IDBDatabase.version') @DocsEditable() - Object get version => _blink.BlinkIDBDatabase.$version_Getter(this); + Object get version => _blink.BlinkIDBDatabase.version_Getter(this); @DomName('IDBDatabase.close') @DocsEditable() - void close() => _blink.BlinkIDBDatabase.$close_Callback(this); + void close() => _blink.BlinkIDBDatabase.close_Callback(this); @DomName('IDBDatabase.createObjectStore') @DocsEditable() - ObjectStore _createObjectStore(String name, [Map options]) => _blink.BlinkIDBDatabase.$createObjectStore_Callback(this, name, options); + ObjectStore _createObjectStore(String name, [Map options]) => _blink.BlinkIDBDatabase.createObjectStore_Callback_DOMString_Dictionary(this, name, options); @DomName('IDBDatabase.deleteObjectStore') @DocsEditable() - void deleteObjectStore(String name) => _blink.BlinkIDBDatabase.$deleteObjectStore_Callback(this, name); + void deleteObjectStore(String name) => _blink.BlinkIDBDatabase.deleteObjectStore_Callback_DOMString(this, name); Transaction transaction(storeName_OR_storeNames, String mode) { if ((mode is String || mode == null) && (storeName_OR_storeNames is DomStringList || storeName_OR_storeNames == null)) { - return _blink.BlinkIDBDatabase.$_transaction_1_Callback(this, storeName_OR_storeNames, mode); + return _blink.BlinkIDBDatabase.transaction_Callback_DOMStringList_DOMString(this, storeName_OR_storeNames, mode); } if ((mode is String || mode == null) && (storeName_OR_storeNames is List || storeName_OR_storeNames == null)) { - return _blink.BlinkIDBDatabase.$_transaction_2_Callback(this, storeName_OR_storeNames, mode); + return _blink.BlinkIDBDatabase.transaction_Callback_SEQ_DOMString_SEQ_DOMString(this, storeName_OR_storeNames, mode); } if ((mode is String || mode == null) && (storeName_OR_storeNames is String || storeName_OR_storeNames == null)) { - return _blink.BlinkIDBDatabase.$_transaction_3_Callback(this, storeName_OR_storeNames, mode); + return _blink.BlinkIDBDatabase.transaction_Callback_DOMString_DOMString(this, storeName_OR_storeNames, mode); } throw new ArgumentError("Incorrect number or type of arguments"); } @DomName('IDBDatabase.transactionList') @DocsEditable() - Transaction transactionList(List storeNames, String mode) => _blink.BlinkIDBDatabase.$transactionList_Callback(this, storeNames, mode); + Transaction transactionList(List storeNames, String mode) => _blink.BlinkIDBDatabase.transaction_Callback_SEQ_DOMString_SEQ_DOMString(this, storeNames, mode); @DomName('IDBDatabase.transactionStore') @DocsEditable() - Transaction transactionStore(String storeName, String mode) => _blink.BlinkIDBDatabase.$transactionStore_Callback(this, storeName, mode); + Transaction transactionStore(String storeName, String mode) => _blink.BlinkIDBDatabase.transaction_Callback_DOMString_DOMString(this, storeName, mode); @DomName('IDBDatabase.transactionStores') @DocsEditable() - Transaction transactionStores(List storeNames, String mode) => _blink.BlinkIDBDatabase.$transactionStores_Callback(this, storeNames, mode); + Transaction transactionStores(List storeNames, String mode) => _blink.BlinkIDBDatabase.transaction_Callback_DOMStringList_DOMString(this, storeNames, mode); /// Stream of `abort` events handled by this [Database]. @DomName('IDBDatabase.onabort') @@ -377,17 +377,17 @@ class IdbFactory extends NativeFieldWrapperClass2 { @DomName('IDBFactory.cmp') @DocsEditable() - int cmp(Object first, Object second) => _blink.BlinkIDBFactory.$cmp_Callback(this, first, second); + int cmp(Object first, Object second) => _blink.BlinkIDBFactory.cmp_Callback_ScriptValue_ScriptValue(this, first, second); @DomName('IDBFactory.deleteDatabase') @DocsEditable() - OpenDBRequest _deleteDatabase(String name) => _blink.BlinkIDBFactory.$deleteDatabase_Callback(this, name); + OpenDBRequest _deleteDatabase(String name) => _blink.BlinkIDBFactory.deleteDatabase_Callback_DOMString(this, name); OpenDBRequest _open(String name, [int version]) { if (version != null) { - return _blink.BlinkIDBFactory.$_open_1_Callback(this, name, version); + return _blink.BlinkIDBFactory.open_Callback_DOMString_ull(this, name, version); } - return _blink.BlinkIDBFactory.$_open_2_Callback(this, name); + return _blink.BlinkIDBFactory.open_Callback_DOMString(this, name); } @DomName('IDBFactory.webkitGetDatabaseNames') @@ -395,7 +395,7 @@ class IdbFactory extends NativeFieldWrapperClass2 { @SupportedBrowser(SupportedBrowser.CHROME) @SupportedBrowser(SupportedBrowser.SAFARI) @Experimental() - Request _webkitGetDatabaseNames() => _blink.BlinkIDBFactory.$webkitGetDatabaseNames_Callback(this); + Request _webkitGetDatabaseNames() => _blink.BlinkIDBFactory.webkitGetDatabaseNames_Callback(this); } @@ -513,43 +513,43 @@ class Index extends NativeFieldWrapperClass2 { @DomName('IDBIndex.keyPath') @DocsEditable() - Object get keyPath => _blink.BlinkIDBIndex.$keyPath_Getter(this); + Object get keyPath => _blink.BlinkIDBIndex.keyPath_Getter(this); @DomName('IDBIndex.multiEntry') @DocsEditable() - bool get multiEntry => _blink.BlinkIDBIndex.$multiEntry_Getter(this); + bool get multiEntry => _blink.BlinkIDBIndex.multiEntry_Getter(this); @DomName('IDBIndex.name') @DocsEditable() - String get name => _blink.BlinkIDBIndex.$name_Getter(this); + String get name => _blink.BlinkIDBIndex.name_Getter(this); @DomName('IDBIndex.objectStore') @DocsEditable() - ObjectStore get objectStore => _blink.BlinkIDBIndex.$objectStore_Getter(this); + ObjectStore get objectStore => _blink.BlinkIDBIndex.objectStore_Getter(this); @DomName('IDBIndex.unique') @DocsEditable() - bool get unique => _blink.BlinkIDBIndex.$unique_Getter(this); + bool get unique => _blink.BlinkIDBIndex.unique_Getter(this); @DomName('IDBIndex.count') @DocsEditable() - Request _count(Object key) => _blink.BlinkIDBIndex.$count_Callback(this, key); + Request _count(Object key) => _blink.BlinkIDBIndex.count_Callback_ScriptValue(this, key); @DomName('IDBIndex.get') @DocsEditable() - Request _get(Object key) => _blink.BlinkIDBIndex.$get_Callback(this, key); + Request _get(Object key) => _blink.BlinkIDBIndex.get_Callback_ScriptValue(this, key); @DomName('IDBIndex.getKey') @DocsEditable() - Request _getKey(Object key) => _blink.BlinkIDBIndex.$getKey_Callback(this, key); + Request _getKey(Object key) => _blink.BlinkIDBIndex.getKey_Callback_ScriptValue(this, key); @DomName('IDBIndex.openCursor') @DocsEditable() - Request _openCursor(Object key, [String direction]) => _blink.BlinkIDBIndex.$openCursor_Callback(this, key, direction); + Request _openCursor(Object key, [String direction]) => _blink.BlinkIDBIndex.openCursor_Callback_ScriptValue_DOMString(this, key, direction); @DomName('IDBIndex.openKeyCursor') @DocsEditable() - Request _openKeyCursor(Object key, [String direction]) => _blink.BlinkIDBIndex.$openKeyCursor_Callback(this, key, direction); + Request _openKeyCursor(Object key, [String direction]) => _blink.BlinkIDBIndex.openKeyCursor_Callback_ScriptValue_DOMString(this, key, direction); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -583,39 +583,39 @@ class KeyRange extends NativeFieldWrapperClass2 { @DomName('IDBKeyRange.lower') @DocsEditable() - Object get lower => _blink.BlinkIDBKeyRange.$lower_Getter(this); + Object get lower => _blink.BlinkIDBKeyRange.lower_Getter(this); @DomName('IDBKeyRange.lowerOpen') @DocsEditable() - bool get lowerOpen => _blink.BlinkIDBKeyRange.$lowerOpen_Getter(this); + bool get lowerOpen => _blink.BlinkIDBKeyRange.lowerOpen_Getter(this); @DomName('IDBKeyRange.upper') @DocsEditable() - Object get upper => _blink.BlinkIDBKeyRange.$upper_Getter(this); + Object get upper => _blink.BlinkIDBKeyRange.upper_Getter(this); @DomName('IDBKeyRange.upperOpen') @DocsEditable() - bool get upperOpen => _blink.BlinkIDBKeyRange.$upperOpen_Getter(this); + bool get upperOpen => _blink.BlinkIDBKeyRange.upperOpen_Getter(this); @DomName('IDBKeyRange.bound_') @DocsEditable() @Experimental() // non-standard - static KeyRange bound_(Object lower, Object upper, [bool lowerOpen, bool upperOpen]) => _blink.BlinkIDBKeyRange.$bound__Callback(lower, upper, lowerOpen, upperOpen); + static KeyRange bound_(Object lower, Object upper, [bool lowerOpen, bool upperOpen]) => _blink.BlinkIDBKeyRange.bound_Callback_ScriptValue_ScriptValue_boolean_boolean(lower, upper, lowerOpen, upperOpen); @DomName('IDBKeyRange.lowerBound_') @DocsEditable() @Experimental() // non-standard - static KeyRange lowerBound_(Object bound, [bool open]) => _blink.BlinkIDBKeyRange.$lowerBound__Callback(bound, open); + static KeyRange lowerBound_(Object bound, [bool open]) => _blink.BlinkIDBKeyRange.lowerBound_Callback_ScriptValue_boolean(bound, open); @DomName('IDBKeyRange.only_') @DocsEditable() @Experimental() // non-standard - static KeyRange only_(Object value) => _blink.BlinkIDBKeyRange.$only__Callback(value); + static KeyRange only_(Object value) => _blink.BlinkIDBKeyRange.only_Callback_ScriptValue(value); @DomName('IDBKeyRange.upperBound_') @DocsEditable() @Experimental() // non-standard - static KeyRange upperBound_(Object bound, [bool open]) => _blink.BlinkIDBKeyRange.$upperBound__Callback(bound, open); + static KeyRange upperBound_(Object bound, [bool open]) => _blink.BlinkIDBKeyRange.upperBound_Callback_ScriptValue_boolean(bound, open); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -758,74 +758,74 @@ class ObjectStore extends NativeFieldWrapperClass2 { @DomName('IDBObjectStore.autoIncrement') @DocsEditable() - bool get autoIncrement => _blink.BlinkIDBObjectStore.$autoIncrement_Getter(this); + bool get autoIncrement => _blink.BlinkIDBObjectStore.autoIncrement_Getter(this); @DomName('IDBObjectStore.indexNames') @DocsEditable() - List get indexNames => _blink.BlinkIDBObjectStore.$indexNames_Getter(this); + List get indexNames => _blink.BlinkIDBObjectStore.indexNames_Getter(this); @DomName('IDBObjectStore.keyPath') @DocsEditable() - Object get keyPath => _blink.BlinkIDBObjectStore.$keyPath_Getter(this); + Object get keyPath => _blink.BlinkIDBObjectStore.keyPath_Getter(this); @DomName('IDBObjectStore.name') @DocsEditable() - String get name => _blink.BlinkIDBObjectStore.$name_Getter(this); + String get name => _blink.BlinkIDBObjectStore.name_Getter(this); @DomName('IDBObjectStore.transaction') @DocsEditable() - Transaction get transaction => _blink.BlinkIDBObjectStore.$transaction_Getter(this); + Transaction get transaction => _blink.BlinkIDBObjectStore.transaction_Getter(this); @DomName('IDBObjectStore.add') @DocsEditable() - Request _add(Object value, [Object key]) => _blink.BlinkIDBObjectStore.$add_Callback(this, value, key); + Request _add(Object value, [Object key]) => _blink.BlinkIDBObjectStore.add_Callback_ScriptValue_ScriptValue(this, value, key); @DomName('IDBObjectStore.clear') @DocsEditable() - Request _clear() => _blink.BlinkIDBObjectStore.$clear_Callback(this); + Request _clear() => _blink.BlinkIDBObjectStore.clear_Callback(this); @DomName('IDBObjectStore.count') @DocsEditable() - Request _count(Object key) => _blink.BlinkIDBObjectStore.$count_Callback(this, key); + Request _count(Object key) => _blink.BlinkIDBObjectStore.count_Callback_ScriptValue(this, key); Index _createIndex(String name, keyPath, [Map options]) { if ((options is Map || options == null) && (keyPath is List || keyPath == null) && (name is String || name == null)) { - return _blink.BlinkIDBObjectStore.$_createIndex_1_Callback(this, name, keyPath, options); + return _blink.BlinkIDBObjectStore.createIndex_Callback_DOMString_SEQ_DOMString_SEQ_Dictionary(this, name, keyPath, options); } if ((options is Map || options == null) && (keyPath is String || keyPath == null) && (name is String || name == null)) { - return _blink.BlinkIDBObjectStore.$_createIndex_2_Callback(this, name, keyPath, options); + return _blink.BlinkIDBObjectStore.createIndex_Callback_DOMString_DOMString_Dictionary(this, name, keyPath, options); } throw new ArgumentError("Incorrect number or type of arguments"); } @DomName('IDBObjectStore.delete') @DocsEditable() - Request _delete(Object key) => _blink.BlinkIDBObjectStore.$delete_Callback(this, key); + Request _delete(Object key) => _blink.BlinkIDBObjectStore.delete_Callback_ScriptValue(this, key); @DomName('IDBObjectStore.deleteIndex') @DocsEditable() - void deleteIndex(String name) => _blink.BlinkIDBObjectStore.$deleteIndex_Callback(this, name); + void deleteIndex(String name) => _blink.BlinkIDBObjectStore.deleteIndex_Callback_DOMString(this, name); @DomName('IDBObjectStore.get') @DocsEditable() - Request _get(Object key) => _blink.BlinkIDBObjectStore.$get_Callback(this, key); + Request _get(Object key) => _blink.BlinkIDBObjectStore.get_Callback_ScriptValue(this, key); @DomName('IDBObjectStore.index') @DocsEditable() - Index index(String name) => _blink.BlinkIDBObjectStore.$index_Callback(this, name); + Index index(String name) => _blink.BlinkIDBObjectStore.index_Callback_DOMString(this, name); @DomName('IDBObjectStore.openCursor') @DocsEditable() - Request _openCursor(Object key, [String direction]) => _blink.BlinkIDBObjectStore.$openCursor_Callback(this, key, direction); + Request _openCursor(Object key, [String direction]) => _blink.BlinkIDBObjectStore.openCursor_Callback_ScriptValue_DOMString(this, key, direction); @DomName('IDBObjectStore.openKeyCursor') @DocsEditable() @Experimental() // untriaged - Request openKeyCursor(Object range, String direction) => _blink.BlinkIDBObjectStore.$openKeyCursor_Callback(this, range, direction); + Request openKeyCursor(Object range, String direction) => _blink.BlinkIDBObjectStore.openKeyCursor_Callback_ScriptValue_DOMString(this, range, direction); @DomName('IDBObjectStore.put') @DocsEditable() - Request _put(Object value, [Object key]) => _blink.BlinkIDBObjectStore.$put_Callback(this, value, key); + Request _put(Object value, [Object key]) => _blink.BlinkIDBObjectStore.put_Callback_ScriptValue_ScriptValue(this, value, key); /** @@ -936,23 +936,23 @@ class Request extends EventTarget { @DomName('IDBRequest.error') @DocsEditable() - DomError get error => _blink.BlinkIDBRequest.$error_Getter(this); + DomError get error => _blink.BlinkIDBRequest.error_Getter(this); @DomName('IDBRequest.readyState') @DocsEditable() - String get readyState => _blink.BlinkIDBRequest.$readyState_Getter(this); + String get readyState => _blink.BlinkIDBRequest.readyState_Getter(this); @DomName('IDBRequest.result') @DocsEditable() - Object get result => _blink.BlinkIDBRequest.$result_Getter(this); + Object get result => _blink.BlinkIDBRequest.result_Getter(this); @DomName('IDBRequest.source') @DocsEditable() - Object get source => _blink.BlinkIDBRequest.$source_Getter(this); + Object get source => _blink.BlinkIDBRequest.source_Getter(this); @DomName('IDBRequest.transaction') @DocsEditable() - Transaction get transaction => _blink.BlinkIDBRequest.$transaction_Getter(this); + Transaction get transaction => _blink.BlinkIDBRequest.transaction_Getter(this); /// Stream of `error` events handled by this [Request]. @DomName('IDBRequest.onerror') @@ -1037,23 +1037,23 @@ class Transaction extends EventTarget { @DomName('IDBTransaction.db') @DocsEditable() - Database get db => _blink.BlinkIDBTransaction.$db_Getter(this); + Database get db => _blink.BlinkIDBTransaction.db_Getter(this); @DomName('IDBTransaction.error') @DocsEditable() - DomError get error => _blink.BlinkIDBTransaction.$error_Getter(this); + DomError get error => _blink.BlinkIDBTransaction.error_Getter(this); @DomName('IDBTransaction.mode') @DocsEditable() - String get mode => _blink.BlinkIDBTransaction.$mode_Getter(this); + String get mode => _blink.BlinkIDBTransaction.mode_Getter(this); @DomName('IDBTransaction.abort') @DocsEditable() - void abort() => _blink.BlinkIDBTransaction.$abort_Callback(this); + void abort() => _blink.BlinkIDBTransaction.abort_Callback(this); @DomName('IDBTransaction.objectStore') @DocsEditable() - ObjectStore objectStore(String name) => _blink.BlinkIDBTransaction.$objectStore_Callback(this, name); + ObjectStore objectStore(String name) => _blink.BlinkIDBTransaction.objectStore_Callback_DOMString(this, name); /// Stream of `abort` events handled by this [Transaction]. @DomName('IDBTransaction.onabort') @@ -1088,19 +1088,19 @@ class VersionChangeEvent extends Event { @DomName('IDBVersionChangeEvent.dataLoss') @DocsEditable() @Experimental() // untriaged - String get dataLoss => _blink.BlinkIDBVersionChangeEvent.$dataLoss_Getter(this); + String get dataLoss => _blink.BlinkIDBVersionChangeEvent.dataLoss_Getter(this); @DomName('IDBVersionChangeEvent.dataLossMessage') @DocsEditable() @Experimental() // untriaged - String get dataLossMessage => _blink.BlinkIDBVersionChangeEvent.$dataLossMessage_Getter(this); + String get dataLossMessage => _blink.BlinkIDBVersionChangeEvent.dataLossMessage_Getter(this); @DomName('IDBVersionChangeEvent.newVersion') @DocsEditable() - Object get newVersion => _blink.BlinkIDBVersionChangeEvent.$newVersion_Getter(this); + Object get newVersion => _blink.BlinkIDBVersionChangeEvent.newVersion_Getter(this); @DomName('IDBVersionChangeEvent.oldVersion') @DocsEditable() - Object get oldVersion => _blink.BlinkIDBVersionChangeEvent.$oldVersion_Getter(this); + Object get oldVersion => _blink.BlinkIDBVersionChangeEvent.oldVersion_Getter(this); } diff --git a/sdk/lib/svg/dartium/svg_dartium.dart b/sdk/lib/svg/dartium/svg_dartium.dart index c2bf7221b8b..eb7f2510cf8 100644 --- a/sdk/lib/svg/dartium/svg_dartium.dart +++ b/sdk/lib/svg/dartium/svg_dartium.dart @@ -200,11 +200,11 @@ class AElement extends GraphicsElement implements UriReference { @DomName('SVGAElement.target') @DocsEditable() - AnimatedString get target => _blink.BlinkSVGAElement.$target_Getter(this); + AnimatedString get target => _blink.BlinkSVGAElement.target_Getter(this); @DomName('SVGAElement.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGAElement.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGAElement.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -239,23 +239,23 @@ class AltGlyphElement extends TextPositioningElement implements UriReference { @DomName('SVGAltGlyphElement.format') @DocsEditable() - String get format => _blink.BlinkSVGAltGlyphElement.$format_Getter(this); + String get format => _blink.BlinkSVGAltGlyphElement.format_Getter(this); @DomName('SVGAltGlyphElement.format') @DocsEditable() - void set format(String value) => _blink.BlinkSVGAltGlyphElement.$format_Setter(this, value); + void set format(String value) => _blink.BlinkSVGAltGlyphElement.format_Setter_DOMString(this, value); @DomName('SVGAltGlyphElement.glyphRef') @DocsEditable() - String get glyphRef => _blink.BlinkSVGAltGlyphElement.$glyphRef_Getter(this); + String get glyphRef => _blink.BlinkSVGAltGlyphElement.glyphRef_Getter(this); @DomName('SVGAltGlyphElement.glyphRef') @DocsEditable() - void set glyphRef(String value) => _blink.BlinkSVGAltGlyphElement.$glyphRef_Setter(this, value); + void set glyphRef(String value) => _blink.BlinkSVGAltGlyphElement.glyphRef_Setter_DOMString(this, value); @DomName('SVGAltGlyphElement.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGAltGlyphElement.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGAltGlyphElement.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -294,39 +294,39 @@ class Angle extends NativeFieldWrapperClass2 { @DomName('SVGAngle.unitType') @DocsEditable() - int get unitType => _blink.BlinkSVGAngle.$unitType_Getter(this); + int get unitType => _blink.BlinkSVGAngle.unitType_Getter(this); @DomName('SVGAngle.value') @DocsEditable() - num get value => _blink.BlinkSVGAngle.$value_Getter(this); + num get value => _blink.BlinkSVGAngle.value_Getter(this); @DomName('SVGAngle.value') @DocsEditable() - void set value(num value) => _blink.BlinkSVGAngle.$value_Setter(this, value); + void set value(num value) => _blink.BlinkSVGAngle.value_Setter_float(this, value); @DomName('SVGAngle.valueAsString') @DocsEditable() - String get valueAsString => _blink.BlinkSVGAngle.$valueAsString_Getter(this); + String get valueAsString => _blink.BlinkSVGAngle.valueAsString_Getter(this); @DomName('SVGAngle.valueAsString') @DocsEditable() - void set valueAsString(String value) => _blink.BlinkSVGAngle.$valueAsString_Setter(this, value); + void set valueAsString(String value) => _blink.BlinkSVGAngle.valueAsString_Setter_DOMString(this, value); @DomName('SVGAngle.valueInSpecifiedUnits') @DocsEditable() - num get valueInSpecifiedUnits => _blink.BlinkSVGAngle.$valueInSpecifiedUnits_Getter(this); + num get valueInSpecifiedUnits => _blink.BlinkSVGAngle.valueInSpecifiedUnits_Getter(this); @DomName('SVGAngle.valueInSpecifiedUnits') @DocsEditable() - void set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.$valueInSpecifiedUnits_Setter(this, value); + void set valueInSpecifiedUnits(num value) => _blink.BlinkSVGAngle.valueInSpecifiedUnits_Setter_float(this, value); @DomName('SVGAngle.convertToSpecifiedUnits') @DocsEditable() - void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.$convertToSpecifiedUnits_Callback(this, unitType); + void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGAngle.convertToSpecifiedUnits_Callback_us(this, unitType); @DomName('SVGAngle.newValueSpecifiedUnits') @DocsEditable() - void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink.BlinkSVGAngle.$newValueSpecifiedUnits_Callback(this, unitType, valueInSpecifiedUnits); + void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink.BlinkSVGAngle.newValueSpecifiedUnits_Callback_us_float(this, unitType, valueInSpecifiedUnits); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -438,11 +438,11 @@ class AnimatedAngle extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedAngle.animVal') @DocsEditable() - Angle get animVal => _blink.BlinkSVGAnimatedAngle.$animVal_Getter(this); + Angle get animVal => _blink.BlinkSVGAnimatedAngle.animVal_Getter(this); @DomName('SVGAnimatedAngle.baseVal') @DocsEditable() - Angle get baseVal => _blink.BlinkSVGAnimatedAngle.$baseVal_Getter(this); + Angle get baseVal => _blink.BlinkSVGAnimatedAngle.baseVal_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -461,15 +461,15 @@ class AnimatedBoolean extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedBoolean.animVal') @DocsEditable() - bool get animVal => _blink.BlinkSVGAnimatedBoolean.$animVal_Getter(this); + bool get animVal => _blink.BlinkSVGAnimatedBoolean.animVal_Getter(this); @DomName('SVGAnimatedBoolean.baseVal') @DocsEditable() - bool get baseVal => _blink.BlinkSVGAnimatedBoolean.$baseVal_Getter(this); + bool get baseVal => _blink.BlinkSVGAnimatedBoolean.baseVal_Getter(this); @DomName('SVGAnimatedBoolean.baseVal') @DocsEditable() - void set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.$baseVal_Setter(this, value); + void set baseVal(bool value) => _blink.BlinkSVGAnimatedBoolean.baseVal_Setter_boolean(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -488,15 +488,15 @@ class AnimatedEnumeration extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedEnumeration.animVal') @DocsEditable() - int get animVal => _blink.BlinkSVGAnimatedEnumeration.$animVal_Getter(this); + int get animVal => _blink.BlinkSVGAnimatedEnumeration.animVal_Getter(this); @DomName('SVGAnimatedEnumeration.baseVal') @DocsEditable() - int get baseVal => _blink.BlinkSVGAnimatedEnumeration.$baseVal_Getter(this); + int get baseVal => _blink.BlinkSVGAnimatedEnumeration.baseVal_Getter(this); @DomName('SVGAnimatedEnumeration.baseVal') @DocsEditable() - void set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.$baseVal_Setter(this, value); + void set baseVal(int value) => _blink.BlinkSVGAnimatedEnumeration.baseVal_Setter_us(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -515,15 +515,15 @@ class AnimatedInteger extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedInteger.animVal') @DocsEditable() - int get animVal => _blink.BlinkSVGAnimatedInteger.$animVal_Getter(this); + int get animVal => _blink.BlinkSVGAnimatedInteger.animVal_Getter(this); @DomName('SVGAnimatedInteger.baseVal') @DocsEditable() - int get baseVal => _blink.BlinkSVGAnimatedInteger.$baseVal_Getter(this); + int get baseVal => _blink.BlinkSVGAnimatedInteger.baseVal_Getter(this); @DomName('SVGAnimatedInteger.baseVal') @DocsEditable() - void set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.$baseVal_Setter(this, value); + void set baseVal(int value) => _blink.BlinkSVGAnimatedInteger.baseVal_Setter_long(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -542,11 +542,11 @@ class AnimatedLength extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedLength.animVal') @DocsEditable() - Length get animVal => _blink.BlinkSVGAnimatedLength.$animVal_Getter(this); + Length get animVal => _blink.BlinkSVGAnimatedLength.animVal_Getter(this); @DomName('SVGAnimatedLength.baseVal') @DocsEditable() - Length get baseVal => _blink.BlinkSVGAnimatedLength.$baseVal_Getter(this); + Length get baseVal => _blink.BlinkSVGAnimatedLength.baseVal_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -565,11 +565,11 @@ class AnimatedLengthList extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedLengthList.animVal') @DocsEditable() - LengthList get animVal => _blink.BlinkSVGAnimatedLengthList.$animVal_Getter(this); + LengthList get animVal => _blink.BlinkSVGAnimatedLengthList.animVal_Getter(this); @DomName('SVGAnimatedLengthList.baseVal') @DocsEditable() - LengthList get baseVal => _blink.BlinkSVGAnimatedLengthList.$baseVal_Getter(this); + LengthList get baseVal => _blink.BlinkSVGAnimatedLengthList.baseVal_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -588,15 +588,15 @@ class AnimatedNumber extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedNumber.animVal') @DocsEditable() - double get animVal => _blink.BlinkSVGAnimatedNumber.$animVal_Getter(this); + double get animVal => _blink.BlinkSVGAnimatedNumber.animVal_Getter(this); @DomName('SVGAnimatedNumber.baseVal') @DocsEditable() - num get baseVal => _blink.BlinkSVGAnimatedNumber.$baseVal_Getter(this); + num get baseVal => _blink.BlinkSVGAnimatedNumber.baseVal_Getter(this); @DomName('SVGAnimatedNumber.baseVal') @DocsEditable() - void set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.$baseVal_Setter(this, value); + void set baseVal(num value) => _blink.BlinkSVGAnimatedNumber.baseVal_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -615,11 +615,11 @@ class AnimatedNumberList extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedNumberList.animVal') @DocsEditable() - NumberList get animVal => _blink.BlinkSVGAnimatedNumberList.$animVal_Getter(this); + NumberList get animVal => _blink.BlinkSVGAnimatedNumberList.animVal_Getter(this); @DomName('SVGAnimatedNumberList.baseVal') @DocsEditable() - NumberList get baseVal => _blink.BlinkSVGAnimatedNumberList.$baseVal_Getter(this); + NumberList get baseVal => _blink.BlinkSVGAnimatedNumberList.baseVal_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -638,11 +638,11 @@ class AnimatedPreserveAspectRatio extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedPreserveAspectRatio.animVal') @DocsEditable() - PreserveAspectRatio get animVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.$animVal_Getter(this); + PreserveAspectRatio get animVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.animVal_Getter(this); @DomName('SVGAnimatedPreserveAspectRatio.baseVal') @DocsEditable() - PreserveAspectRatio get baseVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.$baseVal_Getter(this); + PreserveAspectRatio get baseVal => _blink.BlinkSVGAnimatedPreserveAspectRatio.baseVal_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -661,11 +661,11 @@ class AnimatedRect extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedRect.animVal') @DocsEditable() - Rect get animVal => _blink.BlinkSVGAnimatedRect.$animVal_Getter(this); + Rect get animVal => _blink.BlinkSVGAnimatedRect.animVal_Getter(this); @DomName('SVGAnimatedRect.baseVal') @DocsEditable() - Rect get baseVal => _blink.BlinkSVGAnimatedRect.$baseVal_Getter(this); + Rect get baseVal => _blink.BlinkSVGAnimatedRect.baseVal_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -684,15 +684,15 @@ class AnimatedString extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedString.animVal') @DocsEditable() - String get animVal => _blink.BlinkSVGAnimatedString.$animVal_Getter(this); + String get animVal => _blink.BlinkSVGAnimatedString.animVal_Getter(this); @DomName('SVGAnimatedString.baseVal') @DocsEditable() - String get baseVal => _blink.BlinkSVGAnimatedString.$baseVal_Getter(this); + String get baseVal => _blink.BlinkSVGAnimatedString.baseVal_Getter(this); @DomName('SVGAnimatedString.baseVal') @DocsEditable() - void set baseVal(String value) => _blink.BlinkSVGAnimatedString.$baseVal_Setter(this, value); + void set baseVal(String value) => _blink.BlinkSVGAnimatedString.baseVal_Setter_DOMString(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -711,11 +711,11 @@ class AnimatedTransformList extends NativeFieldWrapperClass2 { @DomName('SVGAnimatedTransformList.animVal') @DocsEditable() - TransformList get animVal => _blink.BlinkSVGAnimatedTransformList.$animVal_Getter(this); + TransformList get animVal => _blink.BlinkSVGAnimatedTransformList.animVal_Getter(this); @DomName('SVGAnimatedTransformList.baseVal') @DocsEditable() - TransformList get baseVal => _blink.BlinkSVGAnimatedTransformList.$baseVal_Getter(this); + TransformList get baseVal => _blink.BlinkSVGAnimatedTransformList.baseVal_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -744,51 +744,51 @@ class AnimationElement extends SvgElement implements Tests { @DomName('SVGAnimationElement.targetElement') @DocsEditable() - SvgElement get targetElement => _blink.BlinkSVGAnimationElement.$targetElement_Getter(this); + SvgElement get targetElement => _blink.BlinkSVGAnimationElement.targetElement_Getter(this); @DomName('SVGAnimationElement.beginElement') @DocsEditable() - void beginElement() => _blink.BlinkSVGAnimationElement.$beginElement_Callback(this); + void beginElement() => _blink.BlinkSVGAnimationElement.beginElement_Callback(this); @DomName('SVGAnimationElement.beginElementAt') @DocsEditable() - void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.$beginElementAt_Callback(this, offset); + void beginElementAt(num offset) => _blink.BlinkSVGAnimationElement.beginElementAt_Callback_float(this, offset); @DomName('SVGAnimationElement.endElement') @DocsEditable() - void endElement() => _blink.BlinkSVGAnimationElement.$endElement_Callback(this); + void endElement() => _blink.BlinkSVGAnimationElement.endElement_Callback(this); @DomName('SVGAnimationElement.endElementAt') @DocsEditable() - void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.$endElementAt_Callback(this, offset); + void endElementAt(num offset) => _blink.BlinkSVGAnimationElement.endElementAt_Callback_float(this, offset); @DomName('SVGAnimationElement.getCurrentTime') @DocsEditable() - double getCurrentTime() => _blink.BlinkSVGAnimationElement.$getCurrentTime_Callback(this); + double getCurrentTime() => _blink.BlinkSVGAnimationElement.getCurrentTime_Callback(this); @DomName('SVGAnimationElement.getSimpleDuration') @DocsEditable() - double getSimpleDuration() => _blink.BlinkSVGAnimationElement.$getSimpleDuration_Callback(this); + double getSimpleDuration() => _blink.BlinkSVGAnimationElement.getSimpleDuration_Callback(this); @DomName('SVGAnimationElement.getStartTime') @DocsEditable() - double getStartTime() => _blink.BlinkSVGAnimationElement.$getStartTime_Callback(this); + double getStartTime() => _blink.BlinkSVGAnimationElement.getStartTime_Callback(this); @DomName('SVGAnimationElement.requiredExtensions') @DocsEditable() - StringList get requiredExtensions => _blink.BlinkSVGAnimationElement.$requiredExtensions_Getter(this); + StringList get requiredExtensions => _blink.BlinkSVGAnimationElement.requiredExtensions_Getter(this); @DomName('SVGAnimationElement.requiredFeatures') @DocsEditable() - StringList get requiredFeatures => _blink.BlinkSVGAnimationElement.$requiredFeatures_Getter(this); + StringList get requiredFeatures => _blink.BlinkSVGAnimationElement.requiredFeatures_Getter(this); @DomName('SVGAnimationElement.systemLanguage') @DocsEditable() - StringList get systemLanguage => _blink.BlinkSVGAnimationElement.$systemLanguage_Getter(this); + StringList get systemLanguage => _blink.BlinkSVGAnimationElement.systemLanguage_Getter(this); @DomName('SVGAnimationElement.hasExtension') @DocsEditable() - bool hasExtension(String extension) => _blink.BlinkSVGAnimationElement.$hasExtension_Callback(this, extension); + bool hasExtension(String extension) => _blink.BlinkSVGAnimationElement.hasExtension_Callback_DOMString(this, extension); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -817,15 +817,15 @@ class CircleElement extends GeometryElement { @DomName('SVGCircleElement.cx') @DocsEditable() - AnimatedLength get cx => _blink.BlinkSVGCircleElement.$cx_Getter(this); + AnimatedLength get cx => _blink.BlinkSVGCircleElement.cx_Getter(this); @DomName('SVGCircleElement.cy') @DocsEditable() - AnimatedLength get cy => _blink.BlinkSVGCircleElement.$cy_Getter(this); + AnimatedLength get cy => _blink.BlinkSVGCircleElement.cy_Getter(this); @DomName('SVGCircleElement.r') @DocsEditable() - AnimatedLength get r => _blink.BlinkSVGCircleElement.$r_Getter(this); + AnimatedLength get r => _blink.BlinkSVGCircleElement.r_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -854,7 +854,7 @@ class ClipPathElement extends GraphicsElement { @DomName('SVGClipPathElement.clipPathUnits') @DocsEditable() - AnimatedEnumeration get clipPathUnits => _blink.BlinkSVGClipPathElement.$clipPathUnits_Getter(this); + AnimatedEnumeration get clipPathUnits => _blink.BlinkSVGClipPathElement.clipPathUnits_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1368,31 +1368,31 @@ class ElementInstance extends EventTarget { @DomName('SVGElementInstance.correspondingElement') @DocsEditable() - SvgElement get correspondingElement => _blink.BlinkSVGElementInstance.$correspondingElement_Getter(this); + SvgElement get correspondingElement => _blink.BlinkSVGElementInstance.correspondingElement_Getter(this); @DomName('SVGElementInstance.correspondingUseElement') @DocsEditable() - UseElement get correspondingUseElement => _blink.BlinkSVGElementInstance.$correspondingUseElement_Getter(this); + UseElement get correspondingUseElement => _blink.BlinkSVGElementInstance.correspondingUseElement_Getter(this); @DomName('SVGElementInstance.firstChild') @DocsEditable() - ElementInstance get firstChild => _blink.BlinkSVGElementInstance.$firstChild_Getter(this); + ElementInstance get firstChild => _blink.BlinkSVGElementInstance.firstChild_Getter(this); @DomName('SVGElementInstance.lastChild') @DocsEditable() - ElementInstance get lastChild => _blink.BlinkSVGElementInstance.$lastChild_Getter(this); + ElementInstance get lastChild => _blink.BlinkSVGElementInstance.lastChild_Getter(this); @DomName('SVGElementInstance.nextSibling') @DocsEditable() - ElementInstance get nextSibling => _blink.BlinkSVGElementInstance.$nextSibling_Getter(this); + ElementInstance get nextSibling => _blink.BlinkSVGElementInstance.nextSibling_Getter(this); @DomName('SVGElementInstance.parentNode') @DocsEditable() - ElementInstance get parentNode => _blink.BlinkSVGElementInstance.$parentNode_Getter(this); + ElementInstance get parentNode => _blink.BlinkSVGElementInstance.parentNode_Getter(this); @DomName('SVGElementInstance.previousSibling') @DocsEditable() - ElementInstance get previousSibling => _blink.BlinkSVGElementInstance.$previousSibling_Getter(this); + ElementInstance get previousSibling => _blink.BlinkSVGElementInstance.previousSibling_Getter(this); /// Stream of `abort` events handled by this [ElementInstance]. @DomName('SVGElementInstance.onabort') @@ -1635,19 +1635,19 @@ class EllipseElement extends GeometryElement { @DomName('SVGEllipseElement.cx') @DocsEditable() - AnimatedLength get cx => _blink.BlinkSVGEllipseElement.$cx_Getter(this); + AnimatedLength get cx => _blink.BlinkSVGEllipseElement.cx_Getter(this); @DomName('SVGEllipseElement.cy') @DocsEditable() - AnimatedLength get cy => _blink.BlinkSVGEllipseElement.$cy_Getter(this); + AnimatedLength get cy => _blink.BlinkSVGEllipseElement.cy_Getter(this); @DomName('SVGEllipseElement.rx') @DocsEditable() - AnimatedLength get rx => _blink.BlinkSVGEllipseElement.$rx_Getter(this); + AnimatedLength get rx => _blink.BlinkSVGEllipseElement.rx_Getter(this); @DomName('SVGEllipseElement.ry') @DocsEditable() - AnimatedLength get ry => _blink.BlinkSVGEllipseElement.$ry_Getter(this); + AnimatedLength get ry => _blink.BlinkSVGEllipseElement.ry_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1707,35 +1707,35 @@ class FEBlendElement extends SvgElement implements FilterPrimitiveStandardAttrib @DomName('SVGFEBlendElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFEBlendElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFEBlendElement.in1_Getter(this); @DomName('SVGFEBlendElement.in2') @DocsEditable() - AnimatedString get in2 => _blink.BlinkSVGFEBlendElement.$in2_Getter(this); + AnimatedString get in2 => _blink.BlinkSVGFEBlendElement.in2_Getter(this); @DomName('SVGFEBlendElement.mode') @DocsEditable() - AnimatedEnumeration get mode => _blink.BlinkSVGFEBlendElement.$mode_Getter(this); + AnimatedEnumeration get mode => _blink.BlinkSVGFEBlendElement.mode_Getter(this); @DomName('SVGFEBlendElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEBlendElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEBlendElement.height_Getter(this); @DomName('SVGFEBlendElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEBlendElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEBlendElement.result_Getter(this); @DomName('SVGFEBlendElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEBlendElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEBlendElement.width_Getter(this); @DomName('SVGFEBlendElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEBlendElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEBlendElement.x_Getter(this); @DomName('SVGFEBlendElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEBlendElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEBlendElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1791,35 +1791,35 @@ class FEColorMatrixElement extends SvgElement implements FilterPrimitiveStandard @DomName('SVGFEColorMatrixElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFEColorMatrixElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFEColorMatrixElement.in1_Getter(this); @DomName('SVGFEColorMatrixElement.type') @DocsEditable() - AnimatedEnumeration get type => _blink.BlinkSVGFEColorMatrixElement.$type_Getter(this); + AnimatedEnumeration get type => _blink.BlinkSVGFEColorMatrixElement.type_Getter(this); @DomName('SVGFEColorMatrixElement.values') @DocsEditable() - AnimatedNumberList get values => _blink.BlinkSVGFEColorMatrixElement.$values_Getter(this); + AnimatedNumberList get values => _blink.BlinkSVGFEColorMatrixElement.values_Getter(this); @DomName('SVGFEColorMatrixElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEColorMatrixElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEColorMatrixElement.height_Getter(this); @DomName('SVGFEColorMatrixElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEColorMatrixElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEColorMatrixElement.result_Getter(this); @DomName('SVGFEColorMatrixElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEColorMatrixElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEColorMatrixElement.width_Getter(this); @DomName('SVGFEColorMatrixElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEColorMatrixElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEColorMatrixElement.x_Getter(this); @DomName('SVGFEColorMatrixElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEColorMatrixElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEColorMatrixElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1855,27 +1855,27 @@ class FEComponentTransferElement extends SvgElement implements FilterPrimitiveSt @DomName('SVGFEComponentTransferElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFEComponentTransferElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFEComponentTransferElement.in1_Getter(this); @DomName('SVGFEComponentTransferElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEComponentTransferElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEComponentTransferElement.height_Getter(this); @DomName('SVGFEComponentTransferElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEComponentTransferElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEComponentTransferElement.result_Getter(this); @DomName('SVGFEComponentTransferElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEComponentTransferElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEComponentTransferElement.width_Getter(this); @DomName('SVGFEComponentTransferElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEComponentTransferElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEComponentTransferElement.x_Getter(this); @DomName('SVGFEComponentTransferElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEComponentTransferElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEComponentTransferElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1928,51 +1928,51 @@ class FECompositeElement extends SvgElement implements FilterPrimitiveStandardAt @DomName('SVGFECompositeElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFECompositeElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFECompositeElement.in1_Getter(this); @DomName('SVGFECompositeElement.in2') @DocsEditable() - AnimatedString get in2 => _blink.BlinkSVGFECompositeElement.$in2_Getter(this); + AnimatedString get in2 => _blink.BlinkSVGFECompositeElement.in2_Getter(this); @DomName('SVGFECompositeElement.k1') @DocsEditable() - AnimatedNumber get k1 => _blink.BlinkSVGFECompositeElement.$k1_Getter(this); + AnimatedNumber get k1 => _blink.BlinkSVGFECompositeElement.k1_Getter(this); @DomName('SVGFECompositeElement.k2') @DocsEditable() - AnimatedNumber get k2 => _blink.BlinkSVGFECompositeElement.$k2_Getter(this); + AnimatedNumber get k2 => _blink.BlinkSVGFECompositeElement.k2_Getter(this); @DomName('SVGFECompositeElement.k3') @DocsEditable() - AnimatedNumber get k3 => _blink.BlinkSVGFECompositeElement.$k3_Getter(this); + AnimatedNumber get k3 => _blink.BlinkSVGFECompositeElement.k3_Getter(this); @DomName('SVGFECompositeElement.k4') @DocsEditable() - AnimatedNumber get k4 => _blink.BlinkSVGFECompositeElement.$k4_Getter(this); + AnimatedNumber get k4 => _blink.BlinkSVGFECompositeElement.k4_Getter(this); @DomName('SVGFECompositeElement.operator') @DocsEditable() - AnimatedEnumeration get operator => _blink.BlinkSVGFECompositeElement.$operator_Getter(this); + AnimatedEnumeration get operator => _blink.BlinkSVGFECompositeElement.operator_Getter(this); @DomName('SVGFECompositeElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFECompositeElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFECompositeElement.height_Getter(this); @DomName('SVGFECompositeElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFECompositeElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFECompositeElement.result_Getter(this); @DomName('SVGFECompositeElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFECompositeElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFECompositeElement.width_Getter(this); @DomName('SVGFECompositeElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFECompositeElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFECompositeElement.x_Getter(this); @DomName('SVGFECompositeElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFECompositeElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFECompositeElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2024,71 +2024,71 @@ class FEConvolveMatrixElement extends SvgElement implements FilterPrimitiveStand @DomName('SVGFEConvolveMatrixElement.bias') @DocsEditable() - AnimatedNumber get bias => _blink.BlinkSVGFEConvolveMatrixElement.$bias_Getter(this); + AnimatedNumber get bias => _blink.BlinkSVGFEConvolveMatrixElement.bias_Getter(this); @DomName('SVGFEConvolveMatrixElement.divisor') @DocsEditable() - AnimatedNumber get divisor => _blink.BlinkSVGFEConvolveMatrixElement.$divisor_Getter(this); + AnimatedNumber get divisor => _blink.BlinkSVGFEConvolveMatrixElement.divisor_Getter(this); @DomName('SVGFEConvolveMatrixElement.edgeMode') @DocsEditable() - AnimatedEnumeration get edgeMode => _blink.BlinkSVGFEConvolveMatrixElement.$edgeMode_Getter(this); + AnimatedEnumeration get edgeMode => _blink.BlinkSVGFEConvolveMatrixElement.edgeMode_Getter(this); @DomName('SVGFEConvolveMatrixElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFEConvolveMatrixElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFEConvolveMatrixElement.in1_Getter(this); @DomName('SVGFEConvolveMatrixElement.kernelMatrix') @DocsEditable() - AnimatedNumberList get kernelMatrix => _blink.BlinkSVGFEConvolveMatrixElement.$kernelMatrix_Getter(this); + AnimatedNumberList get kernelMatrix => _blink.BlinkSVGFEConvolveMatrixElement.kernelMatrix_Getter(this); @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthX') @DocsEditable() - AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEConvolveMatrixElement.$kernelUnitLengthX_Getter(this); + AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEConvolveMatrixElement.kernelUnitLengthX_Getter(this); @DomName('SVGFEConvolveMatrixElement.kernelUnitLengthY') @DocsEditable() - AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEConvolveMatrixElement.$kernelUnitLengthY_Getter(this); + AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEConvolveMatrixElement.kernelUnitLengthY_Getter(this); @DomName('SVGFEConvolveMatrixElement.orderX') @DocsEditable() - AnimatedInteger get orderX => _blink.BlinkSVGFEConvolveMatrixElement.$orderX_Getter(this); + AnimatedInteger get orderX => _blink.BlinkSVGFEConvolveMatrixElement.orderX_Getter(this); @DomName('SVGFEConvolveMatrixElement.orderY') @DocsEditable() - AnimatedInteger get orderY => _blink.BlinkSVGFEConvolveMatrixElement.$orderY_Getter(this); + AnimatedInteger get orderY => _blink.BlinkSVGFEConvolveMatrixElement.orderY_Getter(this); @DomName('SVGFEConvolveMatrixElement.preserveAlpha') @DocsEditable() - AnimatedBoolean get preserveAlpha => _blink.BlinkSVGFEConvolveMatrixElement.$preserveAlpha_Getter(this); + AnimatedBoolean get preserveAlpha => _blink.BlinkSVGFEConvolveMatrixElement.preserveAlpha_Getter(this); @DomName('SVGFEConvolveMatrixElement.targetX') @DocsEditable() - AnimatedInteger get targetX => _blink.BlinkSVGFEConvolveMatrixElement.$targetX_Getter(this); + AnimatedInteger get targetX => _blink.BlinkSVGFEConvolveMatrixElement.targetX_Getter(this); @DomName('SVGFEConvolveMatrixElement.targetY') @DocsEditable() - AnimatedInteger get targetY => _blink.BlinkSVGFEConvolveMatrixElement.$targetY_Getter(this); + AnimatedInteger get targetY => _blink.BlinkSVGFEConvolveMatrixElement.targetY_Getter(this); @DomName('SVGFEConvolveMatrixElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEConvolveMatrixElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEConvolveMatrixElement.height_Getter(this); @DomName('SVGFEConvolveMatrixElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEConvolveMatrixElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEConvolveMatrixElement.result_Getter(this); @DomName('SVGFEConvolveMatrixElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEConvolveMatrixElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEConvolveMatrixElement.width_Getter(this); @DomName('SVGFEConvolveMatrixElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEConvolveMatrixElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEConvolveMatrixElement.x_Getter(this); @DomName('SVGFEConvolveMatrixElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEConvolveMatrixElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEConvolveMatrixElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2124,43 +2124,43 @@ class FEDiffuseLightingElement extends SvgElement implements FilterPrimitiveStan @DomName('SVGFEDiffuseLightingElement.diffuseConstant') @DocsEditable() - AnimatedNumber get diffuseConstant => _blink.BlinkSVGFEDiffuseLightingElement.$diffuseConstant_Getter(this); + AnimatedNumber get diffuseConstant => _blink.BlinkSVGFEDiffuseLightingElement.diffuseConstant_Getter(this); @DomName('SVGFEDiffuseLightingElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFEDiffuseLightingElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFEDiffuseLightingElement.in1_Getter(this); @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthX') @DocsEditable() - AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEDiffuseLightingElement.$kernelUnitLengthX_Getter(this); + AnimatedNumber get kernelUnitLengthX => _blink.BlinkSVGFEDiffuseLightingElement.kernelUnitLengthX_Getter(this); @DomName('SVGFEDiffuseLightingElement.kernelUnitLengthY') @DocsEditable() - AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEDiffuseLightingElement.$kernelUnitLengthY_Getter(this); + AnimatedNumber get kernelUnitLengthY => _blink.BlinkSVGFEDiffuseLightingElement.kernelUnitLengthY_Getter(this); @DomName('SVGFEDiffuseLightingElement.surfaceScale') @DocsEditable() - AnimatedNumber get surfaceScale => _blink.BlinkSVGFEDiffuseLightingElement.$surfaceScale_Getter(this); + AnimatedNumber get surfaceScale => _blink.BlinkSVGFEDiffuseLightingElement.surfaceScale_Getter(this); @DomName('SVGFEDiffuseLightingElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEDiffuseLightingElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEDiffuseLightingElement.height_Getter(this); @DomName('SVGFEDiffuseLightingElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEDiffuseLightingElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEDiffuseLightingElement.result_Getter(this); @DomName('SVGFEDiffuseLightingElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEDiffuseLightingElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEDiffuseLightingElement.width_Getter(this); @DomName('SVGFEDiffuseLightingElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEDiffuseLightingElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEDiffuseLightingElement.x_Getter(this); @DomName('SVGFEDiffuseLightingElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEDiffuseLightingElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEDiffuseLightingElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2216,43 +2216,43 @@ class FEDisplacementMapElement extends SvgElement implements FilterPrimitiveStan @DomName('SVGFEDisplacementMapElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFEDisplacementMapElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFEDisplacementMapElement.in1_Getter(this); @DomName('SVGFEDisplacementMapElement.in2') @DocsEditable() - AnimatedString get in2 => _blink.BlinkSVGFEDisplacementMapElement.$in2_Getter(this); + AnimatedString get in2 => _blink.BlinkSVGFEDisplacementMapElement.in2_Getter(this); @DomName('SVGFEDisplacementMapElement.scale') @DocsEditable() - AnimatedNumber get scale => _blink.BlinkSVGFEDisplacementMapElement.$scale_Getter(this); + AnimatedNumber get scale => _blink.BlinkSVGFEDisplacementMapElement.scale_Getter(this); @DomName('SVGFEDisplacementMapElement.xChannelSelector') @DocsEditable() - AnimatedEnumeration get xChannelSelector => _blink.BlinkSVGFEDisplacementMapElement.$xChannelSelector_Getter(this); + AnimatedEnumeration get xChannelSelector => _blink.BlinkSVGFEDisplacementMapElement.xChannelSelector_Getter(this); @DomName('SVGFEDisplacementMapElement.yChannelSelector') @DocsEditable() - AnimatedEnumeration get yChannelSelector => _blink.BlinkSVGFEDisplacementMapElement.$yChannelSelector_Getter(this); + AnimatedEnumeration get yChannelSelector => _blink.BlinkSVGFEDisplacementMapElement.yChannelSelector_Getter(this); @DomName('SVGFEDisplacementMapElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEDisplacementMapElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEDisplacementMapElement.height_Getter(this); @DomName('SVGFEDisplacementMapElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEDisplacementMapElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEDisplacementMapElement.result_Getter(this); @DomName('SVGFEDisplacementMapElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEDisplacementMapElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEDisplacementMapElement.width_Getter(this); @DomName('SVGFEDisplacementMapElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEDisplacementMapElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEDisplacementMapElement.x_Getter(this); @DomName('SVGFEDisplacementMapElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEDisplacementMapElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEDisplacementMapElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2288,11 +2288,11 @@ class FEDistantLightElement extends SvgElement { @DomName('SVGFEDistantLightElement.azimuth') @DocsEditable() - AnimatedNumber get azimuth => _blink.BlinkSVGFEDistantLightElement.$azimuth_Getter(this); + AnimatedNumber get azimuth => _blink.BlinkSVGFEDistantLightElement.azimuth_Getter(this); @DomName('SVGFEDistantLightElement.elevation') @DocsEditable() - AnimatedNumber get elevation => _blink.BlinkSVGFEDistantLightElement.$elevation_Getter(this); + AnimatedNumber get elevation => _blink.BlinkSVGFEDistantLightElement.elevation_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2328,23 +2328,23 @@ class FEFloodElement extends SvgElement implements FilterPrimitiveStandardAttrib @DomName('SVGFEFloodElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEFloodElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEFloodElement.height_Getter(this); @DomName('SVGFEFloodElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEFloodElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEFloodElement.result_Getter(this); @DomName('SVGFEFloodElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEFloodElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEFloodElement.width_Getter(this); @DomName('SVGFEFloodElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEFloodElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEFloodElement.x_Getter(this); @DomName('SVGFEFloodElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEFloodElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEFloodElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2508,39 +2508,39 @@ class FEGaussianBlurElement extends SvgElement implements FilterPrimitiveStandar @DomName('SVGFEGaussianBlurElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFEGaussianBlurElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFEGaussianBlurElement.in1_Getter(this); @DomName('SVGFEGaussianBlurElement.stdDeviationX') @DocsEditable() - AnimatedNumber get stdDeviationX => _blink.BlinkSVGFEGaussianBlurElement.$stdDeviationX_Getter(this); + AnimatedNumber get stdDeviationX => _blink.BlinkSVGFEGaussianBlurElement.stdDeviationX_Getter(this); @DomName('SVGFEGaussianBlurElement.stdDeviationY') @DocsEditable() - AnimatedNumber get stdDeviationY => _blink.BlinkSVGFEGaussianBlurElement.$stdDeviationY_Getter(this); + AnimatedNumber get stdDeviationY => _blink.BlinkSVGFEGaussianBlurElement.stdDeviationY_Getter(this); @DomName('SVGFEGaussianBlurElement.setStdDeviation') @DocsEditable() - void setStdDeviation(num stdDeviationX, num stdDeviationY) => _blink.BlinkSVGFEGaussianBlurElement.$setStdDeviation_Callback(this, stdDeviationX, stdDeviationY); + void setStdDeviation(num stdDeviationX, num stdDeviationY) => _blink.BlinkSVGFEGaussianBlurElement.setStdDeviation_Callback_float_float(this, stdDeviationX, stdDeviationY); @DomName('SVGFEGaussianBlurElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEGaussianBlurElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEGaussianBlurElement.height_Getter(this); @DomName('SVGFEGaussianBlurElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEGaussianBlurElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEGaussianBlurElement.result_Getter(this); @DomName('SVGFEGaussianBlurElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEGaussianBlurElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEGaussianBlurElement.width_Getter(this); @DomName('SVGFEGaussianBlurElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEGaussianBlurElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEGaussianBlurElement.x_Getter(this); @DomName('SVGFEGaussianBlurElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEGaussianBlurElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEGaussianBlurElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2576,31 +2576,31 @@ class FEImageElement extends SvgElement implements FilterPrimitiveStandardAttrib @DomName('SVGFEImageElement.preserveAspectRatio') @DocsEditable() - AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGFEImageElement.$preserveAspectRatio_Getter(this); + AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGFEImageElement.preserveAspectRatio_Getter(this); @DomName('SVGFEImageElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEImageElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEImageElement.height_Getter(this); @DomName('SVGFEImageElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEImageElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEImageElement.result_Getter(this); @DomName('SVGFEImageElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEImageElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEImageElement.width_Getter(this); @DomName('SVGFEImageElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEImageElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEImageElement.x_Getter(this); @DomName('SVGFEImageElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEImageElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEImageElement.y_Getter(this); @DomName('SVGFEImageElement.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGFEImageElement.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGFEImageElement.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2636,23 +2636,23 @@ class FEMergeElement extends SvgElement implements FilterPrimitiveStandardAttrib @DomName('SVGFEMergeElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEMergeElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEMergeElement.height_Getter(this); @DomName('SVGFEMergeElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEMergeElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEMergeElement.result_Getter(this); @DomName('SVGFEMergeElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEMergeElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEMergeElement.width_Getter(this); @DomName('SVGFEMergeElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEMergeElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEMergeElement.x_Getter(this); @DomName('SVGFEMergeElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEMergeElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEMergeElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2688,7 +2688,7 @@ class FEMergeNodeElement extends SvgElement { @DomName('SVGFEMergeNodeElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFEMergeNodeElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFEMergeNodeElement.in1_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2729,43 +2729,43 @@ class FEMorphologyElement extends SvgElement implements FilterPrimitiveStandardA @DomName('SVGFEMorphologyElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFEMorphologyElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFEMorphologyElement.in1_Getter(this); @DomName('SVGFEMorphologyElement.operator') @DocsEditable() - AnimatedEnumeration get operator => _blink.BlinkSVGFEMorphologyElement.$operator_Getter(this); + AnimatedEnumeration get operator => _blink.BlinkSVGFEMorphologyElement.operator_Getter(this); @DomName('SVGFEMorphologyElement.radiusX') @DocsEditable() - AnimatedNumber get radiusX => _blink.BlinkSVGFEMorphologyElement.$radiusX_Getter(this); + AnimatedNumber get radiusX => _blink.BlinkSVGFEMorphologyElement.radiusX_Getter(this); @DomName('SVGFEMorphologyElement.radiusY') @DocsEditable() - AnimatedNumber get radiusY => _blink.BlinkSVGFEMorphologyElement.$radiusY_Getter(this); + AnimatedNumber get radiusY => _blink.BlinkSVGFEMorphologyElement.radiusY_Getter(this); @DomName('SVGFEMorphologyElement.setRadius') @DocsEditable() - void setRadius(num radiusX, num radiusY) => _blink.BlinkSVGFEMorphologyElement.$setRadius_Callback(this, radiusX, radiusY); + void setRadius(num radiusX, num radiusY) => _blink.BlinkSVGFEMorphologyElement.setRadius_Callback_float_float(this, radiusX, radiusY); @DomName('SVGFEMorphologyElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEMorphologyElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEMorphologyElement.height_Getter(this); @DomName('SVGFEMorphologyElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEMorphologyElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEMorphologyElement.result_Getter(this); @DomName('SVGFEMorphologyElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEMorphologyElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEMorphologyElement.width_Getter(this); @DomName('SVGFEMorphologyElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEMorphologyElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEMorphologyElement.x_Getter(this); @DomName('SVGFEMorphologyElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEMorphologyElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEMorphologyElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2801,35 +2801,35 @@ class FEOffsetElement extends SvgElement implements FilterPrimitiveStandardAttri @DomName('SVGFEOffsetElement.dx') @DocsEditable() - AnimatedNumber get dx => _blink.BlinkSVGFEOffsetElement.$dx_Getter(this); + AnimatedNumber get dx => _blink.BlinkSVGFEOffsetElement.dx_Getter(this); @DomName('SVGFEOffsetElement.dy') @DocsEditable() - AnimatedNumber get dy => _blink.BlinkSVGFEOffsetElement.$dy_Getter(this); + AnimatedNumber get dy => _blink.BlinkSVGFEOffsetElement.dy_Getter(this); @DomName('SVGFEOffsetElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFEOffsetElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFEOffsetElement.in1_Getter(this); @DomName('SVGFEOffsetElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFEOffsetElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFEOffsetElement.height_Getter(this); @DomName('SVGFEOffsetElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFEOffsetElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFEOffsetElement.result_Getter(this); @DomName('SVGFEOffsetElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFEOffsetElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFEOffsetElement.width_Getter(this); @DomName('SVGFEOffsetElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFEOffsetElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFEOffsetElement.x_Getter(this); @DomName('SVGFEOffsetElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFEOffsetElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFEOffsetElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2865,15 +2865,15 @@ class FEPointLightElement extends SvgElement { @DomName('SVGFEPointLightElement.x') @DocsEditable() - AnimatedNumber get x => _blink.BlinkSVGFEPointLightElement.$x_Getter(this); + AnimatedNumber get x => _blink.BlinkSVGFEPointLightElement.x_Getter(this); @DomName('SVGFEPointLightElement.y') @DocsEditable() - AnimatedNumber get y => _blink.BlinkSVGFEPointLightElement.$y_Getter(this); + AnimatedNumber get y => _blink.BlinkSVGFEPointLightElement.y_Getter(this); @DomName('SVGFEPointLightElement.z') @DocsEditable() - AnimatedNumber get z => _blink.BlinkSVGFEPointLightElement.$z_Getter(this); + AnimatedNumber get z => _blink.BlinkSVGFEPointLightElement.z_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2909,39 +2909,39 @@ class FESpecularLightingElement extends SvgElement implements FilterPrimitiveSta @DomName('SVGFESpecularLightingElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFESpecularLightingElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFESpecularLightingElement.in1_Getter(this); @DomName('SVGFESpecularLightingElement.specularConstant') @DocsEditable() - AnimatedNumber get specularConstant => _blink.BlinkSVGFESpecularLightingElement.$specularConstant_Getter(this); + AnimatedNumber get specularConstant => _blink.BlinkSVGFESpecularLightingElement.specularConstant_Getter(this); @DomName('SVGFESpecularLightingElement.specularExponent') @DocsEditable() - AnimatedNumber get specularExponent => _blink.BlinkSVGFESpecularLightingElement.$specularExponent_Getter(this); + AnimatedNumber get specularExponent => _blink.BlinkSVGFESpecularLightingElement.specularExponent_Getter(this); @DomName('SVGFESpecularLightingElement.surfaceScale') @DocsEditable() - AnimatedNumber get surfaceScale => _blink.BlinkSVGFESpecularLightingElement.$surfaceScale_Getter(this); + AnimatedNumber get surfaceScale => _blink.BlinkSVGFESpecularLightingElement.surfaceScale_Getter(this); @DomName('SVGFESpecularLightingElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFESpecularLightingElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFESpecularLightingElement.height_Getter(this); @DomName('SVGFESpecularLightingElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFESpecularLightingElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFESpecularLightingElement.result_Getter(this); @DomName('SVGFESpecularLightingElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFESpecularLightingElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFESpecularLightingElement.width_Getter(this); @DomName('SVGFESpecularLightingElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFESpecularLightingElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFESpecularLightingElement.x_Getter(this); @DomName('SVGFESpecularLightingElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFESpecularLightingElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFESpecularLightingElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2977,35 +2977,35 @@ class FESpotLightElement extends SvgElement { @DomName('SVGFESpotLightElement.limitingConeAngle') @DocsEditable() - AnimatedNumber get limitingConeAngle => _blink.BlinkSVGFESpotLightElement.$limitingConeAngle_Getter(this); + AnimatedNumber get limitingConeAngle => _blink.BlinkSVGFESpotLightElement.limitingConeAngle_Getter(this); @DomName('SVGFESpotLightElement.pointsAtX') @DocsEditable() - AnimatedNumber get pointsAtX => _blink.BlinkSVGFESpotLightElement.$pointsAtX_Getter(this); + AnimatedNumber get pointsAtX => _blink.BlinkSVGFESpotLightElement.pointsAtX_Getter(this); @DomName('SVGFESpotLightElement.pointsAtY') @DocsEditable() - AnimatedNumber get pointsAtY => _blink.BlinkSVGFESpotLightElement.$pointsAtY_Getter(this); + AnimatedNumber get pointsAtY => _blink.BlinkSVGFESpotLightElement.pointsAtY_Getter(this); @DomName('SVGFESpotLightElement.pointsAtZ') @DocsEditable() - AnimatedNumber get pointsAtZ => _blink.BlinkSVGFESpotLightElement.$pointsAtZ_Getter(this); + AnimatedNumber get pointsAtZ => _blink.BlinkSVGFESpotLightElement.pointsAtZ_Getter(this); @DomName('SVGFESpotLightElement.specularExponent') @DocsEditable() - AnimatedNumber get specularExponent => _blink.BlinkSVGFESpotLightElement.$specularExponent_Getter(this); + AnimatedNumber get specularExponent => _blink.BlinkSVGFESpotLightElement.specularExponent_Getter(this); @DomName('SVGFESpotLightElement.x') @DocsEditable() - AnimatedNumber get x => _blink.BlinkSVGFESpotLightElement.$x_Getter(this); + AnimatedNumber get x => _blink.BlinkSVGFESpotLightElement.x_Getter(this); @DomName('SVGFESpotLightElement.y') @DocsEditable() - AnimatedNumber get y => _blink.BlinkSVGFESpotLightElement.$y_Getter(this); + AnimatedNumber get y => _blink.BlinkSVGFESpotLightElement.y_Getter(this); @DomName('SVGFESpotLightElement.z') @DocsEditable() - AnimatedNumber get z => _blink.BlinkSVGFESpotLightElement.$z_Getter(this); + AnimatedNumber get z => _blink.BlinkSVGFESpotLightElement.z_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3041,27 +3041,27 @@ class FETileElement extends SvgElement implements FilterPrimitiveStandardAttribu @DomName('SVGFETileElement.in1') @DocsEditable() - AnimatedString get in1 => _blink.BlinkSVGFETileElement.$in1_Getter(this); + AnimatedString get in1 => _blink.BlinkSVGFETileElement.in1_Getter(this); @DomName('SVGFETileElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFETileElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFETileElement.height_Getter(this); @DomName('SVGFETileElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFETileElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFETileElement.result_Getter(this); @DomName('SVGFETileElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFETileElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFETileElement.width_Getter(this); @DomName('SVGFETileElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFETileElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFETileElement.x_Getter(this); @DomName('SVGFETileElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFETileElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFETileElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3121,47 +3121,47 @@ class FETurbulenceElement extends SvgElement implements FilterPrimitiveStandardA @DomName('SVGFETurbulenceElement.baseFrequencyX') @DocsEditable() - AnimatedNumber get baseFrequencyX => _blink.BlinkSVGFETurbulenceElement.$baseFrequencyX_Getter(this); + AnimatedNumber get baseFrequencyX => _blink.BlinkSVGFETurbulenceElement.baseFrequencyX_Getter(this); @DomName('SVGFETurbulenceElement.baseFrequencyY') @DocsEditable() - AnimatedNumber get baseFrequencyY => _blink.BlinkSVGFETurbulenceElement.$baseFrequencyY_Getter(this); + AnimatedNumber get baseFrequencyY => _blink.BlinkSVGFETurbulenceElement.baseFrequencyY_Getter(this); @DomName('SVGFETurbulenceElement.numOctaves') @DocsEditable() - AnimatedInteger get numOctaves => _blink.BlinkSVGFETurbulenceElement.$numOctaves_Getter(this); + AnimatedInteger get numOctaves => _blink.BlinkSVGFETurbulenceElement.numOctaves_Getter(this); @DomName('SVGFETurbulenceElement.seed') @DocsEditable() - AnimatedNumber get seed => _blink.BlinkSVGFETurbulenceElement.$seed_Getter(this); + AnimatedNumber get seed => _blink.BlinkSVGFETurbulenceElement.seed_Getter(this); @DomName('SVGFETurbulenceElement.stitchTiles') @DocsEditable() - AnimatedEnumeration get stitchTiles => _blink.BlinkSVGFETurbulenceElement.$stitchTiles_Getter(this); + AnimatedEnumeration get stitchTiles => _blink.BlinkSVGFETurbulenceElement.stitchTiles_Getter(this); @DomName('SVGFETurbulenceElement.type') @DocsEditable() - AnimatedEnumeration get type => _blink.BlinkSVGFETurbulenceElement.$type_Getter(this); + AnimatedEnumeration get type => _blink.BlinkSVGFETurbulenceElement.type_Getter(this); @DomName('SVGFETurbulenceElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFETurbulenceElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFETurbulenceElement.height_Getter(this); @DomName('SVGFETurbulenceElement.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFETurbulenceElement.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFETurbulenceElement.result_Getter(this); @DomName('SVGFETurbulenceElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFETurbulenceElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFETurbulenceElement.width_Getter(this); @DomName('SVGFETurbulenceElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFETurbulenceElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFETurbulenceElement.x_Getter(this); @DomName('SVGFETurbulenceElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFETurbulenceElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFETurbulenceElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3197,43 +3197,43 @@ class FilterElement extends SvgElement implements UriReference { @DomName('SVGFilterElement.filterResX') @DocsEditable() - AnimatedInteger get filterResX => _blink.BlinkSVGFilterElement.$filterResX_Getter(this); + AnimatedInteger get filterResX => _blink.BlinkSVGFilterElement.filterResX_Getter(this); @DomName('SVGFilterElement.filterResY') @DocsEditable() - AnimatedInteger get filterResY => _blink.BlinkSVGFilterElement.$filterResY_Getter(this); + AnimatedInteger get filterResY => _blink.BlinkSVGFilterElement.filterResY_Getter(this); @DomName('SVGFilterElement.filterUnits') @DocsEditable() - AnimatedEnumeration get filterUnits => _blink.BlinkSVGFilterElement.$filterUnits_Getter(this); + AnimatedEnumeration get filterUnits => _blink.BlinkSVGFilterElement.filterUnits_Getter(this); @DomName('SVGFilterElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFilterElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFilterElement.height_Getter(this); @DomName('SVGFilterElement.primitiveUnits') @DocsEditable() - AnimatedEnumeration get primitiveUnits => _blink.BlinkSVGFilterElement.$primitiveUnits_Getter(this); + AnimatedEnumeration get primitiveUnits => _blink.BlinkSVGFilterElement.primitiveUnits_Getter(this); @DomName('SVGFilterElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFilterElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFilterElement.width_Getter(this); @DomName('SVGFilterElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFilterElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFilterElement.x_Getter(this); @DomName('SVGFilterElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFilterElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFilterElement.y_Getter(this); @DomName('SVGFilterElement.setFilterRes') @DocsEditable() - void setFilterRes(int filterResX, int filterResY) => _blink.BlinkSVGFilterElement.$setFilterRes_Callback(this, filterResX, filterResY); + void setFilterRes(int filterResX, int filterResY) => _blink.BlinkSVGFilterElement.setFilterRes_Callback_ul_ul(this, filterResX, filterResY); @DomName('SVGFilterElement.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGFilterElement.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGFilterElement.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3252,23 +3252,23 @@ abstract class FilterPrimitiveStandardAttributes extends NativeFieldWrapperClass @DomName('SVGFilterPrimitiveStandardAttributes.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGFilterPrimitiveStandardAttributes.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGFilterPrimitiveStandardAttributes.height_Getter(this); @DomName('SVGFilterPrimitiveStandardAttributes.result') @DocsEditable() - AnimatedString get result => _blink.BlinkSVGFilterPrimitiveStandardAttributes.$result_Getter(this); + AnimatedString get result => _blink.BlinkSVGFilterPrimitiveStandardAttributes.result_Getter(this); @DomName('SVGFilterPrimitiveStandardAttributes.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGFilterPrimitiveStandardAttributes.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGFilterPrimitiveStandardAttributes.width_Getter(this); @DomName('SVGFilterPrimitiveStandardAttributes.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGFilterPrimitiveStandardAttributes.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGFilterPrimitiveStandardAttributes.x_Getter(this); @DomName('SVGFilterPrimitiveStandardAttributes.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGFilterPrimitiveStandardAttributes.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGFilterPrimitiveStandardAttributes.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3287,11 +3287,11 @@ abstract class FitToViewBox extends NativeFieldWrapperClass2 { @DomName('SVGFitToViewBox.preserveAspectRatio') @DocsEditable() - AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGFitToViewBox.$preserveAspectRatio_Getter(this); + AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGFitToViewBox.preserveAspectRatio_Getter(this); @DomName('SVGFitToViewBox.viewBox') @DocsEditable() - AnimatedRect get viewBox => _blink.BlinkSVGFitToViewBox.$viewBox_Getter(this); + AnimatedRect get viewBox => _blink.BlinkSVGFitToViewBox.viewBox_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3326,19 +3326,19 @@ class ForeignObjectElement extends GraphicsElement { @DomName('SVGForeignObjectElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGForeignObjectElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGForeignObjectElement.height_Getter(this); @DomName('SVGForeignObjectElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGForeignObjectElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGForeignObjectElement.width_Getter(this); @DomName('SVGForeignObjectElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGForeignObjectElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGForeignObjectElement.x_Getter(this); @DomName('SVGForeignObjectElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGForeignObjectElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGForeignObjectElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3389,12 +3389,12 @@ class GeometryElement extends GraphicsElement { @DomName('SVGGeometryElement.isPointInFill') @DocsEditable() @Experimental() // untriaged - bool isPointInFill(Point point) => _blink.BlinkSVGGeometryElement.$isPointInFill_Callback(this, point); + bool isPointInFill(Point point) => _blink.BlinkSVGGeometryElement.isPointInFill_Callback_SVGPoint(this, point); @DomName('SVGGeometryElement.isPointInStroke') @DocsEditable() @Experimental() // untriaged - bool isPointInStroke(Point point) => _blink.BlinkSVGGeometryElement.$isPointInStroke_Callback(this, point); + bool isPointInStroke(Point point) => _blink.BlinkSVGGeometryElement.isPointInStroke_Callback_SVGPoint(this, point); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3420,57 +3420,57 @@ class GraphicsElement extends SvgElement implements Tests { @DomName('SVGGraphicsElement.farthestViewportElement') @DocsEditable() @Experimental() // untriaged - SvgElement get farthestViewportElement => _blink.BlinkSVGGraphicsElement.$farthestViewportElement_Getter(this); + SvgElement get farthestViewportElement => _blink.BlinkSVGGraphicsElement.farthestViewportElement_Getter(this); @DomName('SVGGraphicsElement.nearestViewportElement') @DocsEditable() @Experimental() // untriaged - SvgElement get nearestViewportElement => _blink.BlinkSVGGraphicsElement.$nearestViewportElement_Getter(this); + SvgElement get nearestViewportElement => _blink.BlinkSVGGraphicsElement.nearestViewportElement_Getter(this); @DomName('SVGGraphicsElement.transform') @DocsEditable() @Experimental() // untriaged - AnimatedTransformList get transform => _blink.BlinkSVGGraphicsElement.$transform_Getter(this); + AnimatedTransformList get transform => _blink.BlinkSVGGraphicsElement.transform_Getter(this); @DomName('SVGGraphicsElement.getBBox') @DocsEditable() @Experimental() // untriaged - Rect getBBox() => _blink.BlinkSVGGraphicsElement.$getBBox_Callback(this); + Rect getBBox() => _blink.BlinkSVGGraphicsElement.getBBox_Callback(this); @DomName('SVGGraphicsElement.getCTM') @DocsEditable() @Experimental() // untriaged - Matrix getCtm() => _blink.BlinkSVGGraphicsElement.$getCTM_Callback(this); + Matrix getCtm() => _blink.BlinkSVGGraphicsElement.getCTM_Callback(this); @DomName('SVGGraphicsElement.getScreenCTM') @DocsEditable() @Experimental() // untriaged - Matrix getScreenCtm() => _blink.BlinkSVGGraphicsElement.$getScreenCTM_Callback(this); + Matrix getScreenCtm() => _blink.BlinkSVGGraphicsElement.getScreenCTM_Callback(this); @DomName('SVGGraphicsElement.getTransformToElement') @DocsEditable() @Experimental() // untriaged - Matrix getTransformToElement(SvgElement element) => _blink.BlinkSVGGraphicsElement.$getTransformToElement_Callback(this, element); + Matrix getTransformToElement(SvgElement element) => _blink.BlinkSVGGraphicsElement.getTransformToElement_Callback_SVGElement(this, element); @DomName('SVGGraphicsElement.requiredExtensions') @DocsEditable() @Experimental() // untriaged - StringList get requiredExtensions => _blink.BlinkSVGGraphicsElement.$requiredExtensions_Getter(this); + StringList get requiredExtensions => _blink.BlinkSVGGraphicsElement.requiredExtensions_Getter(this); @DomName('SVGGraphicsElement.requiredFeatures') @DocsEditable() @Experimental() // untriaged - StringList get requiredFeatures => _blink.BlinkSVGGraphicsElement.$requiredFeatures_Getter(this); + StringList get requiredFeatures => _blink.BlinkSVGGraphicsElement.requiredFeatures_Getter(this); @DomName('SVGGraphicsElement.systemLanguage') @DocsEditable() @Experimental() // untriaged - StringList get systemLanguage => _blink.BlinkSVGGraphicsElement.$systemLanguage_Getter(this); + StringList get systemLanguage => _blink.BlinkSVGGraphicsElement.systemLanguage_Getter(this); @DomName('SVGGraphicsElement.hasExtension') @DocsEditable() @Experimental() // untriaged - bool hasExtension(String extension) => _blink.BlinkSVGGraphicsElement.$hasExtension_Callback(this, extension); + bool hasExtension(String extension) => _blink.BlinkSVGGraphicsElement.hasExtension_Callback_DOMString(this, extension); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3499,27 +3499,27 @@ class ImageElement extends GraphicsElement implements UriReference { @DomName('SVGImageElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGImageElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGImageElement.height_Getter(this); @DomName('SVGImageElement.preserveAspectRatio') @DocsEditable() - AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGImageElement.$preserveAspectRatio_Getter(this); + AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGImageElement.preserveAspectRatio_Getter(this); @DomName('SVGImageElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGImageElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGImageElement.width_Getter(this); @DomName('SVGImageElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGImageElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGImageElement.x_Getter(this); @DomName('SVGImageElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGImageElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGImageElement.y_Getter(this); @DomName('SVGImageElement.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGImageElement.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGImageElement.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3582,39 +3582,39 @@ class Length extends NativeFieldWrapperClass2 { @DomName('SVGLength.unitType') @DocsEditable() - int get unitType => _blink.BlinkSVGLength.$unitType_Getter(this); + int get unitType => _blink.BlinkSVGLength.unitType_Getter(this); @DomName('SVGLength.value') @DocsEditable() - num get value => _blink.BlinkSVGLength.$value_Getter(this); + num get value => _blink.BlinkSVGLength.value_Getter(this); @DomName('SVGLength.value') @DocsEditable() - void set value(num value) => _blink.BlinkSVGLength.$value_Setter(this, value); + void set value(num value) => _blink.BlinkSVGLength.value_Setter_float(this, value); @DomName('SVGLength.valueAsString') @DocsEditable() - String get valueAsString => _blink.BlinkSVGLength.$valueAsString_Getter(this); + String get valueAsString => _blink.BlinkSVGLength.valueAsString_Getter(this); @DomName('SVGLength.valueAsString') @DocsEditable() - void set valueAsString(String value) => _blink.BlinkSVGLength.$valueAsString_Setter(this, value); + void set valueAsString(String value) => _blink.BlinkSVGLength.valueAsString_Setter_DOMString(this, value); @DomName('SVGLength.valueInSpecifiedUnits') @DocsEditable() - num get valueInSpecifiedUnits => _blink.BlinkSVGLength.$valueInSpecifiedUnits_Getter(this); + num get valueInSpecifiedUnits => _blink.BlinkSVGLength.valueInSpecifiedUnits_Getter(this); @DomName('SVGLength.valueInSpecifiedUnits') @DocsEditable() - void set valueInSpecifiedUnits(num value) => _blink.BlinkSVGLength.$valueInSpecifiedUnits_Setter(this, value); + void set valueInSpecifiedUnits(num value) => _blink.BlinkSVGLength.valueInSpecifiedUnits_Setter_float(this, value); @DomName('SVGLength.convertToSpecifiedUnits') @DocsEditable() - void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGLength.$convertToSpecifiedUnits_Callback(this, unitType); + void convertToSpecifiedUnits(int unitType) => _blink.BlinkSVGLength.convertToSpecifiedUnits_Callback_us(this, unitType); @DomName('SVGLength.newValueSpecifiedUnits') @DocsEditable() - void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink.BlinkSVGLength.$newValueSpecifiedUnits_Callback(this, unitType, valueInSpecifiedUnits); + void newValueSpecifiedUnits(int unitType, num valueInSpecifiedUnits) => _blink.BlinkSVGLength.newValueSpecifiedUnits_Callback_us_float(this, unitType, valueInSpecifiedUnits); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3633,7 +3633,7 @@ class LengthList extends NativeFieldWrapperClass2 with ListMixin, Immuta @DomName('SVGLengthList.numberOfItems') @DocsEditable() - int get numberOfItems => _blink.BlinkSVGLengthList.$numberOfItems_Getter(this); + int get numberOfItems => _blink.BlinkSVGLengthList.numberOfItems_Getter(this); Length operator[](int index) { if (index < 0 || index >= length) @@ -3683,31 +3683,31 @@ class LengthList extends NativeFieldWrapperClass2 with ListMixin, Immuta @DomName('SVGLengthList.appendItem') @DocsEditable() - Length appendItem(Length item) => _blink.BlinkSVGLengthList.$appendItem_Callback(this, item); + Length appendItem(Length item) => _blink.BlinkSVGLengthList.appendItem_Callback_SVGLength(this, item); @DomName('SVGLengthList.clear') @DocsEditable() - void clear() => _blink.BlinkSVGLengthList.$clear_Callback(this); + void clear() => _blink.BlinkSVGLengthList.clear_Callback(this); @DomName('SVGLengthList.getItem') @DocsEditable() - Length getItem(int index) => _blink.BlinkSVGLengthList.$getItem_Callback(this, index); + Length getItem(int index) => _blink.BlinkSVGLengthList.getItem_Callback_ul(this, index); @DomName('SVGLengthList.initialize') @DocsEditable() - Length initialize(Length item) => _blink.BlinkSVGLengthList.$initialize_Callback(this, item); + Length initialize(Length item) => _blink.BlinkSVGLengthList.initialize_Callback_SVGLength(this, item); @DomName('SVGLengthList.insertItemBefore') @DocsEditable() - Length insertItemBefore(Length item, int index) => _blink.BlinkSVGLengthList.$insertItemBefore_Callback(this, item, index); + Length insertItemBefore(Length item, int index) => _blink.BlinkSVGLengthList.insertItemBefore_Callback_SVGLength_ul(this, item, index); @DomName('SVGLengthList.removeItem') @DocsEditable() - Length removeItem(int index) => _blink.BlinkSVGLengthList.$removeItem_Callback(this, index); + Length removeItem(int index) => _blink.BlinkSVGLengthList.removeItem_Callback_ul(this, index); @DomName('SVGLengthList.replaceItem') @DocsEditable() - Length replaceItem(Length item, int index) => _blink.BlinkSVGLengthList.$replaceItem_Callback(this, item, index); + Length replaceItem(Length item, int index) => _blink.BlinkSVGLengthList.replaceItem_Callback_SVGLength_ul(this, item, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3736,19 +3736,19 @@ class LineElement extends GeometryElement { @DomName('SVGLineElement.x1') @DocsEditable() - AnimatedLength get x1 => _blink.BlinkSVGLineElement.$x1_Getter(this); + AnimatedLength get x1 => _blink.BlinkSVGLineElement.x1_Getter(this); @DomName('SVGLineElement.x2') @DocsEditable() - AnimatedLength get x2 => _blink.BlinkSVGLineElement.$x2_Getter(this); + AnimatedLength get x2 => _blink.BlinkSVGLineElement.x2_Getter(this); @DomName('SVGLineElement.y1') @DocsEditable() - AnimatedLength get y1 => _blink.BlinkSVGLineElement.$y1_Getter(this); + AnimatedLength get y1 => _blink.BlinkSVGLineElement.y1_Getter(this); @DomName('SVGLineElement.y2') @DocsEditable() - AnimatedLength get y2 => _blink.BlinkSVGLineElement.$y2_Getter(this); + AnimatedLength get y2 => _blink.BlinkSVGLineElement.y2_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3777,19 +3777,19 @@ class LinearGradientElement extends _GradientElement { @DomName('SVGLinearGradientElement.x1') @DocsEditable() - AnimatedLength get x1 => _blink.BlinkSVGLinearGradientElement.$x1_Getter(this); + AnimatedLength get x1 => _blink.BlinkSVGLinearGradientElement.x1_Getter(this); @DomName('SVGLinearGradientElement.x2') @DocsEditable() - AnimatedLength get x2 => _blink.BlinkSVGLinearGradientElement.$x2_Getter(this); + AnimatedLength get x2 => _blink.BlinkSVGLinearGradientElement.x2_Getter(this); @DomName('SVGLinearGradientElement.y1') @DocsEditable() - AnimatedLength get y1 => _blink.BlinkSVGLinearGradientElement.$y1_Getter(this); + AnimatedLength get y1 => _blink.BlinkSVGLinearGradientElement.y1_Getter(this); @DomName('SVGLinearGradientElement.y2') @DocsEditable() - AnimatedLength get y2 => _blink.BlinkSVGLinearGradientElement.$y2_Getter(this); + AnimatedLength get y2 => _blink.BlinkSVGLinearGradientElement.y2_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3842,47 +3842,47 @@ class MarkerElement extends SvgElement implements FitToViewBox { @DomName('SVGMarkerElement.markerHeight') @DocsEditable() - AnimatedLength get markerHeight => _blink.BlinkSVGMarkerElement.$markerHeight_Getter(this); + AnimatedLength get markerHeight => _blink.BlinkSVGMarkerElement.markerHeight_Getter(this); @DomName('SVGMarkerElement.markerUnits') @DocsEditable() - AnimatedEnumeration get markerUnits => _blink.BlinkSVGMarkerElement.$markerUnits_Getter(this); + AnimatedEnumeration get markerUnits => _blink.BlinkSVGMarkerElement.markerUnits_Getter(this); @DomName('SVGMarkerElement.markerWidth') @DocsEditable() - AnimatedLength get markerWidth => _blink.BlinkSVGMarkerElement.$markerWidth_Getter(this); + AnimatedLength get markerWidth => _blink.BlinkSVGMarkerElement.markerWidth_Getter(this); @DomName('SVGMarkerElement.orientAngle') @DocsEditable() - AnimatedAngle get orientAngle => _blink.BlinkSVGMarkerElement.$orientAngle_Getter(this); + AnimatedAngle get orientAngle => _blink.BlinkSVGMarkerElement.orientAngle_Getter(this); @DomName('SVGMarkerElement.orientType') @DocsEditable() - AnimatedEnumeration get orientType => _blink.BlinkSVGMarkerElement.$orientType_Getter(this); + AnimatedEnumeration get orientType => _blink.BlinkSVGMarkerElement.orientType_Getter(this); @DomName('SVGMarkerElement.refX') @DocsEditable() - AnimatedLength get refX => _blink.BlinkSVGMarkerElement.$refX_Getter(this); + AnimatedLength get refX => _blink.BlinkSVGMarkerElement.refX_Getter(this); @DomName('SVGMarkerElement.refY') @DocsEditable() - AnimatedLength get refY => _blink.BlinkSVGMarkerElement.$refY_Getter(this); + AnimatedLength get refY => _blink.BlinkSVGMarkerElement.refY_Getter(this); @DomName('SVGMarkerElement.setOrientToAngle') @DocsEditable() - void setOrientToAngle(Angle angle) => _blink.BlinkSVGMarkerElement.$setOrientToAngle_Callback(this, angle); + void setOrientToAngle(Angle angle) => _blink.BlinkSVGMarkerElement.setOrientToAngle_Callback_SVGAngle(this, angle); @DomName('SVGMarkerElement.setOrientToAuto') @DocsEditable() - void setOrientToAuto() => _blink.BlinkSVGMarkerElement.$setOrientToAuto_Callback(this); + void setOrientToAuto() => _blink.BlinkSVGMarkerElement.setOrientToAuto_Callback(this); @DomName('SVGMarkerElement.preserveAspectRatio') @DocsEditable() - AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGMarkerElement.$preserveAspectRatio_Getter(this); + AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGMarkerElement.preserveAspectRatio_Getter(this); @DomName('SVGMarkerElement.viewBox') @DocsEditable() - AnimatedRect get viewBox => _blink.BlinkSVGMarkerElement.$viewBox_Getter(this); + AnimatedRect get viewBox => _blink.BlinkSVGMarkerElement.viewBox_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3911,43 +3911,43 @@ class MaskElement extends SvgElement implements Tests { @DomName('SVGMaskElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGMaskElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGMaskElement.height_Getter(this); @DomName('SVGMaskElement.maskContentUnits') @DocsEditable() - AnimatedEnumeration get maskContentUnits => _blink.BlinkSVGMaskElement.$maskContentUnits_Getter(this); + AnimatedEnumeration get maskContentUnits => _blink.BlinkSVGMaskElement.maskContentUnits_Getter(this); @DomName('SVGMaskElement.maskUnits') @DocsEditable() - AnimatedEnumeration get maskUnits => _blink.BlinkSVGMaskElement.$maskUnits_Getter(this); + AnimatedEnumeration get maskUnits => _blink.BlinkSVGMaskElement.maskUnits_Getter(this); @DomName('SVGMaskElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGMaskElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGMaskElement.width_Getter(this); @DomName('SVGMaskElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGMaskElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGMaskElement.x_Getter(this); @DomName('SVGMaskElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGMaskElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGMaskElement.y_Getter(this); @DomName('SVGMaskElement.requiredExtensions') @DocsEditable() - StringList get requiredExtensions => _blink.BlinkSVGMaskElement.$requiredExtensions_Getter(this); + StringList get requiredExtensions => _blink.BlinkSVGMaskElement.requiredExtensions_Getter(this); @DomName('SVGMaskElement.requiredFeatures') @DocsEditable() - StringList get requiredFeatures => _blink.BlinkSVGMaskElement.$requiredFeatures_Getter(this); + StringList get requiredFeatures => _blink.BlinkSVGMaskElement.requiredFeatures_Getter(this); @DomName('SVGMaskElement.systemLanguage') @DocsEditable() - StringList get systemLanguage => _blink.BlinkSVGMaskElement.$systemLanguage_Getter(this); + StringList get systemLanguage => _blink.BlinkSVGMaskElement.systemLanguage_Getter(this); @DomName('SVGMaskElement.hasExtension') @DocsEditable() - bool hasExtension(String extension) => _blink.BlinkSVGMaskElement.$hasExtension_Callback(this, extension); + bool hasExtension(String extension) => _blink.BlinkSVGMaskElement.hasExtension_Callback_DOMString(this, extension); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -3966,95 +3966,95 @@ class Matrix extends NativeFieldWrapperClass2 { @DomName('SVGMatrix.a') @DocsEditable() - num get a => _blink.BlinkSVGMatrix.$a_Getter(this); + num get a => _blink.BlinkSVGMatrix.a_Getter(this); @DomName('SVGMatrix.a') @DocsEditable() - void set a(num value) => _blink.BlinkSVGMatrix.$a_Setter(this, value); + void set a(num value) => _blink.BlinkSVGMatrix.a_Setter_double(this, value); @DomName('SVGMatrix.b') @DocsEditable() - num get b => _blink.BlinkSVGMatrix.$b_Getter(this); + num get b => _blink.BlinkSVGMatrix.b_Getter(this); @DomName('SVGMatrix.b') @DocsEditable() - void set b(num value) => _blink.BlinkSVGMatrix.$b_Setter(this, value); + void set b(num value) => _blink.BlinkSVGMatrix.b_Setter_double(this, value); @DomName('SVGMatrix.c') @DocsEditable() - num get c => _blink.BlinkSVGMatrix.$c_Getter(this); + num get c => _blink.BlinkSVGMatrix.c_Getter(this); @DomName('SVGMatrix.c') @DocsEditable() - void set c(num value) => _blink.BlinkSVGMatrix.$c_Setter(this, value); + void set c(num value) => _blink.BlinkSVGMatrix.c_Setter_double(this, value); @DomName('SVGMatrix.d') @DocsEditable() - num get d => _blink.BlinkSVGMatrix.$d_Getter(this); + num get d => _blink.BlinkSVGMatrix.d_Getter(this); @DomName('SVGMatrix.d') @DocsEditable() - void set d(num value) => _blink.BlinkSVGMatrix.$d_Setter(this, value); + void set d(num value) => _blink.BlinkSVGMatrix.d_Setter_double(this, value); @DomName('SVGMatrix.e') @DocsEditable() - num get e => _blink.BlinkSVGMatrix.$e_Getter(this); + num get e => _blink.BlinkSVGMatrix.e_Getter(this); @DomName('SVGMatrix.e') @DocsEditable() - void set e(num value) => _blink.BlinkSVGMatrix.$e_Setter(this, value); + void set e(num value) => _blink.BlinkSVGMatrix.e_Setter_double(this, value); @DomName('SVGMatrix.f') @DocsEditable() - num get f => _blink.BlinkSVGMatrix.$f_Getter(this); + num get f => _blink.BlinkSVGMatrix.f_Getter(this); @DomName('SVGMatrix.f') @DocsEditable() - void set f(num value) => _blink.BlinkSVGMatrix.$f_Setter(this, value); + void set f(num value) => _blink.BlinkSVGMatrix.f_Setter_double(this, value); @DomName('SVGMatrix.flipX') @DocsEditable() - Matrix flipX() => _blink.BlinkSVGMatrix.$flipX_Callback(this); + Matrix flipX() => _blink.BlinkSVGMatrix.flipX_Callback(this); @DomName('SVGMatrix.flipY') @DocsEditable() - Matrix flipY() => _blink.BlinkSVGMatrix.$flipY_Callback(this); + Matrix flipY() => _blink.BlinkSVGMatrix.flipY_Callback(this); @DomName('SVGMatrix.inverse') @DocsEditable() - Matrix inverse() => _blink.BlinkSVGMatrix.$inverse_Callback(this); + Matrix inverse() => _blink.BlinkSVGMatrix.inverse_Callback(this); @DomName('SVGMatrix.multiply') @DocsEditable() - Matrix multiply(Matrix secondMatrix) => _blink.BlinkSVGMatrix.$multiply_Callback(this, secondMatrix); + Matrix multiply(Matrix secondMatrix) => _blink.BlinkSVGMatrix.multiply_Callback_SVGMatrix(this, secondMatrix); @DomName('SVGMatrix.rotate') @DocsEditable() - Matrix rotate(num angle) => _blink.BlinkSVGMatrix.$rotate_Callback(this, angle); + Matrix rotate(num angle) => _blink.BlinkSVGMatrix.rotate_Callback_float(this, angle); @DomName('SVGMatrix.rotateFromVector') @DocsEditable() - Matrix rotateFromVector(num x, num y) => _blink.BlinkSVGMatrix.$rotateFromVector_Callback(this, x, y); + Matrix rotateFromVector(num x, num y) => _blink.BlinkSVGMatrix.rotateFromVector_Callback_float_float(this, x, y); @DomName('SVGMatrix.scale') @DocsEditable() - Matrix scale(num scaleFactor) => _blink.BlinkSVGMatrix.$scale_Callback(this, scaleFactor); + Matrix scale(num scaleFactor) => _blink.BlinkSVGMatrix.scale_Callback_float(this, scaleFactor); @DomName('SVGMatrix.scaleNonUniform') @DocsEditable() - Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => _blink.BlinkSVGMatrix.$scaleNonUniform_Callback(this, scaleFactorX, scaleFactorY); + Matrix scaleNonUniform(num scaleFactorX, num scaleFactorY) => _blink.BlinkSVGMatrix.scaleNonUniform_Callback_float_float(this, scaleFactorX, scaleFactorY); @DomName('SVGMatrix.skewX') @DocsEditable() - Matrix skewX(num angle) => _blink.BlinkSVGMatrix.$skewX_Callback(this, angle); + Matrix skewX(num angle) => _blink.BlinkSVGMatrix.skewX_Callback_float(this, angle); @DomName('SVGMatrix.skewY') @DocsEditable() - Matrix skewY(num angle) => _blink.BlinkSVGMatrix.$skewY_Callback(this, angle); + Matrix skewY(num angle) => _blink.BlinkSVGMatrix.skewY_Callback_float(this, angle); @DomName('SVGMatrix.translate') @DocsEditable() - Matrix translate(num x, num y) => _blink.BlinkSVGMatrix.$translate_Callback(this, x, y); + Matrix translate(num x, num y) => _blink.BlinkSVGMatrix.translate_Callback_float_float(this, x, y); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4094,11 +4094,11 @@ class Number extends NativeFieldWrapperClass2 { @DomName('SVGNumber.value') @DocsEditable() - num get value => _blink.BlinkSVGNumber.$value_Getter(this); + num get value => _blink.BlinkSVGNumber.value_Getter(this); @DomName('SVGNumber.value') @DocsEditable() - void set value(num value) => _blink.BlinkSVGNumber.$value_Setter(this, value); + void set value(num value) => _blink.BlinkSVGNumber.value_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4117,7 +4117,7 @@ class NumberList extends NativeFieldWrapperClass2 with ListMixin, Immuta @DomName('SVGNumberList.numberOfItems') @DocsEditable() - int get numberOfItems => _blink.BlinkSVGNumberList.$numberOfItems_Getter(this); + int get numberOfItems => _blink.BlinkSVGNumberList.numberOfItems_Getter(this); Number operator[](int index) { if (index < 0 || index >= length) @@ -4167,31 +4167,31 @@ class NumberList extends NativeFieldWrapperClass2 with ListMixin, Immuta @DomName('SVGNumberList.appendItem') @DocsEditable() - Number appendItem(Number item) => _blink.BlinkSVGNumberList.$appendItem_Callback(this, item); + Number appendItem(Number item) => _blink.BlinkSVGNumberList.appendItem_Callback_SVGNumber(this, item); @DomName('SVGNumberList.clear') @DocsEditable() - void clear() => _blink.BlinkSVGNumberList.$clear_Callback(this); + void clear() => _blink.BlinkSVGNumberList.clear_Callback(this); @DomName('SVGNumberList.getItem') @DocsEditable() - Number getItem(int index) => _blink.BlinkSVGNumberList.$getItem_Callback(this, index); + Number getItem(int index) => _blink.BlinkSVGNumberList.getItem_Callback_ul(this, index); @DomName('SVGNumberList.initialize') @DocsEditable() - Number initialize(Number item) => _blink.BlinkSVGNumberList.$initialize_Callback(this, item); + Number initialize(Number item) => _blink.BlinkSVGNumberList.initialize_Callback_SVGNumber(this, item); @DomName('SVGNumberList.insertItemBefore') @DocsEditable() - Number insertItemBefore(Number item, int index) => _blink.BlinkSVGNumberList.$insertItemBefore_Callback(this, item, index); + Number insertItemBefore(Number item, int index) => _blink.BlinkSVGNumberList.insertItemBefore_Callback_SVGNumber_ul(this, item, index); @DomName('SVGNumberList.removeItem') @DocsEditable() - Number removeItem(int index) => _blink.BlinkSVGNumberList.$removeItem_Callback(this, index); + Number removeItem(int index) => _blink.BlinkSVGNumberList.removeItem_Callback_ul(this, index); @DomName('SVGNumberList.replaceItem') @DocsEditable() - Number replaceItem(Number item, int index) => _blink.BlinkSVGNumberList.$replaceItem_Callback(this, item, index); + Number replaceItem(Number item, int index) => _blink.BlinkSVGNumberList.replaceItem_Callback_SVGNumber_ul(this, item, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4220,111 +4220,111 @@ class PathElement extends GeometryElement { @DomName('SVGPathElement.animatedNormalizedPathSegList') @DocsEditable() - PathSegList get animatedNormalizedPathSegList => _blink.BlinkSVGPathElement.$animatedNormalizedPathSegList_Getter(this); + PathSegList get animatedNormalizedPathSegList => _blink.BlinkSVGPathElement.animatedNormalizedPathSegList_Getter(this); @DomName('SVGPathElement.animatedPathSegList') @DocsEditable() - PathSegList get animatedPathSegList => _blink.BlinkSVGPathElement.$animatedPathSegList_Getter(this); + PathSegList get animatedPathSegList => _blink.BlinkSVGPathElement.animatedPathSegList_Getter(this); @DomName('SVGPathElement.normalizedPathSegList') @DocsEditable() - PathSegList get normalizedPathSegList => _blink.BlinkSVGPathElement.$normalizedPathSegList_Getter(this); + PathSegList get normalizedPathSegList => _blink.BlinkSVGPathElement.normalizedPathSegList_Getter(this); @DomName('SVGPathElement.pathLength') @DocsEditable() - AnimatedNumber get pathLength => _blink.BlinkSVGPathElement.$pathLength_Getter(this); + AnimatedNumber get pathLength => _blink.BlinkSVGPathElement.pathLength_Getter(this); @DomName('SVGPathElement.pathSegList') @DocsEditable() - PathSegList get pathSegList => _blink.BlinkSVGPathElement.$pathSegList_Getter(this); + PathSegList get pathSegList => _blink.BlinkSVGPathElement.pathSegList_Getter(this); @DomName('SVGPathElement.createSVGPathSegArcAbs') @DocsEditable() - PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.$createSVGPathSegArcAbs_Callback(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); + PathSegArcAbs createSvgPathSegArcAbs(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.createSVGPathSegArcAbs_Callback_float_float_float_float_float_boolean_boolean(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); @DomName('SVGPathElement.createSVGPathSegArcRel') @DocsEditable() - PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.$createSVGPathSegArcRel_Callback(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); + PathSegArcRel createSvgPathSegArcRel(num x, num y, num r1, num r2, num angle, bool largeArcFlag, bool sweepFlag) => _blink.BlinkSVGPathElement.createSVGPathSegArcRel_Callback_float_float_float_float_float_boolean_boolean(this, x, y, r1, r2, angle, largeArcFlag, sweepFlag); @DomName('SVGPathElement.createSVGPathSegClosePath') @DocsEditable() - PathSegClosePath createSvgPathSegClosePath() => _blink.BlinkSVGPathElement.$createSVGPathSegClosePath_Callback(this); + PathSegClosePath createSvgPathSegClosePath() => _blink.BlinkSVGPathElement.createSVGPathSegClosePath_Callback(this); @DomName('SVGPathElement.createSVGPathSegCurvetoCubicAbs') @DocsEditable() - PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) => _blink.BlinkSVGPathElement.$createSVGPathSegCurvetoCubicAbs_Callback(this, x, y, x1, y1, x2, y2); + PathSegCurvetoCubicAbs createSvgPathSegCurvetoCubicAbs(num x, num y, num x1, num y1, num x2, num y2) => _blink.BlinkSVGPathElement.createSVGPathSegCurvetoCubicAbs_Callback_float_float_float_float_float_float(this, x, y, x1, y1, x2, y2); @DomName('SVGPathElement.createSVGPathSegCurvetoCubicRel') @DocsEditable() - PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) => _blink.BlinkSVGPathElement.$createSVGPathSegCurvetoCubicRel_Callback(this, x, y, x1, y1, x2, y2); + PathSegCurvetoCubicRel createSvgPathSegCurvetoCubicRel(num x, num y, num x1, num y1, num x2, num y2) => _blink.BlinkSVGPathElement.createSVGPathSegCurvetoCubicRel_Callback_float_float_float_float_float_float(this, x, y, x1, y1, x2, y2); @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs') @DocsEditable() - PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) => _blink.BlinkSVGPathElement.$createSVGPathSegCurvetoCubicSmoothAbs_Callback(this, x, y, x2, y2); + PathSegCurvetoCubicSmoothAbs createSvgPathSegCurvetoCubicSmoothAbs(num x, num y, num x2, num y2) => _blink.BlinkSVGPathElement.createSVGPathSegCurvetoCubicSmoothAbs_Callback_float_float_float_float(this, x, y, x2, y2); @DomName('SVGPathElement.createSVGPathSegCurvetoCubicSmoothRel') @DocsEditable() - PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) => _blink.BlinkSVGPathElement.$createSVGPathSegCurvetoCubicSmoothRel_Callback(this, x, y, x2, y2); + PathSegCurvetoCubicSmoothRel createSvgPathSegCurvetoCubicSmoothRel(num x, num y, num x2, num y2) => _blink.BlinkSVGPathElement.createSVGPathSegCurvetoCubicSmoothRel_Callback_float_float_float_float(this, x, y, x2, y2); @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticAbs') @DocsEditable() - PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) => _blink.BlinkSVGPathElement.$createSVGPathSegCurvetoQuadraticAbs_Callback(this, x, y, x1, y1); + PathSegCurvetoQuadraticAbs createSvgPathSegCurvetoQuadraticAbs(num x, num y, num x1, num y1) => _blink.BlinkSVGPathElement.createSVGPathSegCurvetoQuadraticAbs_Callback_float_float_float_float(this, x, y, x1, y1); @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticRel') @DocsEditable() - PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) => _blink.BlinkSVGPathElement.$createSVGPathSegCurvetoQuadraticRel_Callback(this, x, y, x1, y1); + PathSegCurvetoQuadraticRel createSvgPathSegCurvetoQuadraticRel(num x, num y, num x1, num y1) => _blink.BlinkSVGPathElement.createSVGPathSegCurvetoQuadraticRel_Callback_float_float_float_float(this, x, y, x1, y1); @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs') @DocsEditable() - PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) => _blink.BlinkSVGPathElement.$createSVGPathSegCurvetoQuadraticSmoothAbs_Callback(this, x, y); + PathSegCurvetoQuadraticSmoothAbs createSvgPathSegCurvetoQuadraticSmoothAbs(num x, num y) => _blink.BlinkSVGPathElement.createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_float_float(this, x, y); @DomName('SVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel') @DocsEditable() - PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) => _blink.BlinkSVGPathElement.$createSVGPathSegCurvetoQuadraticSmoothRel_Callback(this, x, y); + PathSegCurvetoQuadraticSmoothRel createSvgPathSegCurvetoQuadraticSmoothRel(num x, num y) => _blink.BlinkSVGPathElement.createSVGPathSegCurvetoQuadraticSmoothRel_Callback_float_float(this, x, y); @DomName('SVGPathElement.createSVGPathSegLinetoAbs') @DocsEditable() - PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => _blink.BlinkSVGPathElement.$createSVGPathSegLinetoAbs_Callback(this, x, y); + PathSegLinetoAbs createSvgPathSegLinetoAbs(num x, num y) => _blink.BlinkSVGPathElement.createSVGPathSegLinetoAbs_Callback_float_float(this, x, y); @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalAbs') @DocsEditable() - PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => _blink.BlinkSVGPathElement.$createSVGPathSegLinetoHorizontalAbs_Callback(this, x); + PathSegLinetoHorizontalAbs createSvgPathSegLinetoHorizontalAbs(num x) => _blink.BlinkSVGPathElement.createSVGPathSegLinetoHorizontalAbs_Callback_float(this, x); @DomName('SVGPathElement.createSVGPathSegLinetoHorizontalRel') @DocsEditable() - PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => _blink.BlinkSVGPathElement.$createSVGPathSegLinetoHorizontalRel_Callback(this, x); + PathSegLinetoHorizontalRel createSvgPathSegLinetoHorizontalRel(num x) => _blink.BlinkSVGPathElement.createSVGPathSegLinetoHorizontalRel_Callback_float(this, x); @DomName('SVGPathElement.createSVGPathSegLinetoRel') @DocsEditable() - PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => _blink.BlinkSVGPathElement.$createSVGPathSegLinetoRel_Callback(this, x, y); + PathSegLinetoRel createSvgPathSegLinetoRel(num x, num y) => _blink.BlinkSVGPathElement.createSVGPathSegLinetoRel_Callback_float_float(this, x, y); @DomName('SVGPathElement.createSVGPathSegLinetoVerticalAbs') @DocsEditable() - PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => _blink.BlinkSVGPathElement.$createSVGPathSegLinetoVerticalAbs_Callback(this, y); + PathSegLinetoVerticalAbs createSvgPathSegLinetoVerticalAbs(num y) => _blink.BlinkSVGPathElement.createSVGPathSegLinetoVerticalAbs_Callback_float(this, y); @DomName('SVGPathElement.createSVGPathSegLinetoVerticalRel') @DocsEditable() - PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => _blink.BlinkSVGPathElement.$createSVGPathSegLinetoVerticalRel_Callback(this, y); + PathSegLinetoVerticalRel createSvgPathSegLinetoVerticalRel(num y) => _blink.BlinkSVGPathElement.createSVGPathSegLinetoVerticalRel_Callback_float(this, y); @DomName('SVGPathElement.createSVGPathSegMovetoAbs') @DocsEditable() - PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => _blink.BlinkSVGPathElement.$createSVGPathSegMovetoAbs_Callback(this, x, y); + PathSegMovetoAbs createSvgPathSegMovetoAbs(num x, num y) => _blink.BlinkSVGPathElement.createSVGPathSegMovetoAbs_Callback_float_float(this, x, y); @DomName('SVGPathElement.createSVGPathSegMovetoRel') @DocsEditable() - PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => _blink.BlinkSVGPathElement.$createSVGPathSegMovetoRel_Callback(this, x, y); + PathSegMovetoRel createSvgPathSegMovetoRel(num x, num y) => _blink.BlinkSVGPathElement.createSVGPathSegMovetoRel_Callback_float_float(this, x, y); @DomName('SVGPathElement.getPathSegAtLength') @DocsEditable() - int getPathSegAtLength(num distance) => _blink.BlinkSVGPathElement.$getPathSegAtLength_Callback(this, distance); + int getPathSegAtLength(num distance) => _blink.BlinkSVGPathElement.getPathSegAtLength_Callback_float(this, distance); @DomName('SVGPathElement.getPointAtLength') @DocsEditable() - Point getPointAtLength(num distance) => _blink.BlinkSVGPathElement.$getPointAtLength_Callback(this, distance); + Point getPointAtLength(num distance) => _blink.BlinkSVGPathElement.getPointAtLength_Callback_float(this, distance); @DomName('SVGPathElement.getTotalLength') @DocsEditable() - double getTotalLength() => _blink.BlinkSVGPathElement.$getTotalLength_Callback(this); + double getTotalLength() => _blink.BlinkSVGPathElement.getTotalLength_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4423,11 +4423,11 @@ class PathSeg extends NativeFieldWrapperClass2 { @DomName('SVGPathSeg.pathSegType') @DocsEditable() - int get pathSegType => _blink.BlinkSVGPathSeg.$pathSegType_Getter(this); + int get pathSegType => _blink.BlinkSVGPathSeg.pathSegType_Getter(this); @DomName('SVGPathSeg.pathSegTypeAsLetter') @DocsEditable() - String get pathSegTypeAsLetter => _blink.BlinkSVGPathSeg.$pathSegTypeAsLetter_Getter(this); + String get pathSegTypeAsLetter => _blink.BlinkSVGPathSeg.pathSegTypeAsLetter_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4446,59 +4446,59 @@ class PathSegArcAbs extends PathSeg { @DomName('SVGPathSegArcAbs.angle') @DocsEditable() - num get angle => _blink.BlinkSVGPathSegArcAbs.$angle_Getter(this); + num get angle => _blink.BlinkSVGPathSegArcAbs.angle_Getter(this); @DomName('SVGPathSegArcAbs.angle') @DocsEditable() - void set angle(num value) => _blink.BlinkSVGPathSegArcAbs.$angle_Setter(this, value); + void set angle(num value) => _blink.BlinkSVGPathSegArcAbs.angle_Setter_float(this, value); @DomName('SVGPathSegArcAbs.largeArcFlag') @DocsEditable() - bool get largeArcFlag => _blink.BlinkSVGPathSegArcAbs.$largeArcFlag_Getter(this); + bool get largeArcFlag => _blink.BlinkSVGPathSegArcAbs.largeArcFlag_Getter(this); @DomName('SVGPathSegArcAbs.largeArcFlag') @DocsEditable() - void set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.$largeArcFlag_Setter(this, value); + void set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.largeArcFlag_Setter_boolean(this, value); @DomName('SVGPathSegArcAbs.r1') @DocsEditable() - num get r1 => _blink.BlinkSVGPathSegArcAbs.$r1_Getter(this); + num get r1 => _blink.BlinkSVGPathSegArcAbs.r1_Getter(this); @DomName('SVGPathSegArcAbs.r1') @DocsEditable() - void set r1(num value) => _blink.BlinkSVGPathSegArcAbs.$r1_Setter(this, value); + void set r1(num value) => _blink.BlinkSVGPathSegArcAbs.r1_Setter_float(this, value); @DomName('SVGPathSegArcAbs.r2') @DocsEditable() - num get r2 => _blink.BlinkSVGPathSegArcAbs.$r2_Getter(this); + num get r2 => _blink.BlinkSVGPathSegArcAbs.r2_Getter(this); @DomName('SVGPathSegArcAbs.r2') @DocsEditable() - void set r2(num value) => _blink.BlinkSVGPathSegArcAbs.$r2_Setter(this, value); + void set r2(num value) => _blink.BlinkSVGPathSegArcAbs.r2_Setter_float(this, value); @DomName('SVGPathSegArcAbs.sweepFlag') @DocsEditable() - bool get sweepFlag => _blink.BlinkSVGPathSegArcAbs.$sweepFlag_Getter(this); + bool get sweepFlag => _blink.BlinkSVGPathSegArcAbs.sweepFlag_Getter(this); @DomName('SVGPathSegArcAbs.sweepFlag') @DocsEditable() - void set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.$sweepFlag_Setter(this, value); + void set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcAbs.sweepFlag_Setter_boolean(this, value); @DomName('SVGPathSegArcAbs.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegArcAbs.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegArcAbs.x_Getter(this); @DomName('SVGPathSegArcAbs.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegArcAbs.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegArcAbs.x_Setter_float(this, value); @DomName('SVGPathSegArcAbs.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegArcAbs.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegArcAbs.y_Getter(this); @DomName('SVGPathSegArcAbs.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegArcAbs.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegArcAbs.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4517,59 +4517,59 @@ class PathSegArcRel extends PathSeg { @DomName('SVGPathSegArcRel.angle') @DocsEditable() - num get angle => _blink.BlinkSVGPathSegArcRel.$angle_Getter(this); + num get angle => _blink.BlinkSVGPathSegArcRel.angle_Getter(this); @DomName('SVGPathSegArcRel.angle') @DocsEditable() - void set angle(num value) => _blink.BlinkSVGPathSegArcRel.$angle_Setter(this, value); + void set angle(num value) => _blink.BlinkSVGPathSegArcRel.angle_Setter_float(this, value); @DomName('SVGPathSegArcRel.largeArcFlag') @DocsEditable() - bool get largeArcFlag => _blink.BlinkSVGPathSegArcRel.$largeArcFlag_Getter(this); + bool get largeArcFlag => _blink.BlinkSVGPathSegArcRel.largeArcFlag_Getter(this); @DomName('SVGPathSegArcRel.largeArcFlag') @DocsEditable() - void set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcRel.$largeArcFlag_Setter(this, value); + void set largeArcFlag(bool value) => _blink.BlinkSVGPathSegArcRel.largeArcFlag_Setter_boolean(this, value); @DomName('SVGPathSegArcRel.r1') @DocsEditable() - num get r1 => _blink.BlinkSVGPathSegArcRel.$r1_Getter(this); + num get r1 => _blink.BlinkSVGPathSegArcRel.r1_Getter(this); @DomName('SVGPathSegArcRel.r1') @DocsEditable() - void set r1(num value) => _blink.BlinkSVGPathSegArcRel.$r1_Setter(this, value); + void set r1(num value) => _blink.BlinkSVGPathSegArcRel.r1_Setter_float(this, value); @DomName('SVGPathSegArcRel.r2') @DocsEditable() - num get r2 => _blink.BlinkSVGPathSegArcRel.$r2_Getter(this); + num get r2 => _blink.BlinkSVGPathSegArcRel.r2_Getter(this); @DomName('SVGPathSegArcRel.r2') @DocsEditable() - void set r2(num value) => _blink.BlinkSVGPathSegArcRel.$r2_Setter(this, value); + void set r2(num value) => _blink.BlinkSVGPathSegArcRel.r2_Setter_float(this, value); @DomName('SVGPathSegArcRel.sweepFlag') @DocsEditable() - bool get sweepFlag => _blink.BlinkSVGPathSegArcRel.$sweepFlag_Getter(this); + bool get sweepFlag => _blink.BlinkSVGPathSegArcRel.sweepFlag_Getter(this); @DomName('SVGPathSegArcRel.sweepFlag') @DocsEditable() - void set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcRel.$sweepFlag_Setter(this, value); + void set sweepFlag(bool value) => _blink.BlinkSVGPathSegArcRel.sweepFlag_Setter_boolean(this, value); @DomName('SVGPathSegArcRel.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegArcRel.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegArcRel.x_Getter(this); @DomName('SVGPathSegArcRel.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegArcRel.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegArcRel.x_Setter_float(this, value); @DomName('SVGPathSegArcRel.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegArcRel.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegArcRel.y_Getter(this); @DomName('SVGPathSegArcRel.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegArcRel.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegArcRel.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4603,51 +4603,51 @@ class PathSegCurvetoCubicAbs extends PathSeg { @DomName('SVGPathSegCurvetoCubicAbs.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegCurvetoCubicAbs.x_Getter(this); @DomName('SVGPathSegCurvetoCubicAbs.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.x_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicAbs.x1') @DocsEditable() - num get x1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.$x1_Getter(this); + num get x1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.x1_Getter(this); @DomName('SVGPathSegCurvetoCubicAbs.x1') @DocsEditable() - void set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.$x1_Setter(this, value); + void set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.x1_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicAbs.x2') @DocsEditable() - num get x2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.$x2_Getter(this); + num get x2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.x2_Getter(this); @DomName('SVGPathSegCurvetoCubicAbs.x2') @DocsEditable() - void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.$x2_Setter(this, value); + void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.x2_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicAbs.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegCurvetoCubicAbs.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegCurvetoCubicAbs.y_Getter(this); @DomName('SVGPathSegCurvetoCubicAbs.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.y_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicAbs.y1') @DocsEditable() - num get y1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.$y1_Getter(this); + num get y1 => _blink.BlinkSVGPathSegCurvetoCubicAbs.y1_Getter(this); @DomName('SVGPathSegCurvetoCubicAbs.y1') @DocsEditable() - void set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.$y1_Setter(this, value); + void set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.y1_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicAbs.y2') @DocsEditable() - num get y2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.$y2_Getter(this); + num get y2 => _blink.BlinkSVGPathSegCurvetoCubicAbs.y2_Getter(this); @DomName('SVGPathSegCurvetoCubicAbs.y2') @DocsEditable() - void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.$y2_Setter(this, value); + void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicAbs.y2_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4666,51 +4666,51 @@ class PathSegCurvetoCubicRel extends PathSeg { @DomName('SVGPathSegCurvetoCubicRel.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegCurvetoCubicRel.x_Getter(this); @DomName('SVGPathSegCurvetoCubicRel.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.x_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicRel.x1') @DocsEditable() - num get x1 => _blink.BlinkSVGPathSegCurvetoCubicRel.$x1_Getter(this); + num get x1 => _blink.BlinkSVGPathSegCurvetoCubicRel.x1_Getter(this); @DomName('SVGPathSegCurvetoCubicRel.x1') @DocsEditable() - void set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.$x1_Setter(this, value); + void set x1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.x1_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicRel.x2') @DocsEditable() - num get x2 => _blink.BlinkSVGPathSegCurvetoCubicRel.$x2_Getter(this); + num get x2 => _blink.BlinkSVGPathSegCurvetoCubicRel.x2_Getter(this); @DomName('SVGPathSegCurvetoCubicRel.x2') @DocsEditable() - void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.$x2_Setter(this, value); + void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.x2_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicRel.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegCurvetoCubicRel.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegCurvetoCubicRel.y_Getter(this); @DomName('SVGPathSegCurvetoCubicRel.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.y_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicRel.y1') @DocsEditable() - num get y1 => _blink.BlinkSVGPathSegCurvetoCubicRel.$y1_Getter(this); + num get y1 => _blink.BlinkSVGPathSegCurvetoCubicRel.y1_Getter(this); @DomName('SVGPathSegCurvetoCubicRel.y1') @DocsEditable() - void set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.$y1_Setter(this, value); + void set y1(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.y1_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicRel.y2') @DocsEditable() - num get y2 => _blink.BlinkSVGPathSegCurvetoCubicRel.$y2_Getter(this); + num get y2 => _blink.BlinkSVGPathSegCurvetoCubicRel.y2_Getter(this); @DomName('SVGPathSegCurvetoCubicRel.y2') @DocsEditable() - void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.$y2_Setter(this, value); + void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicRel.y2_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4729,35 +4729,35 @@ class PathSegCurvetoCubicSmoothAbs extends PathSeg { @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.x_Getter(this); @DomName('SVGPathSegCurvetoCubicSmoothAbs.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.x_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') @DocsEditable() - num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.$x2_Getter(this); + num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.x2_Getter(this); @DomName('SVGPathSegCurvetoCubicSmoothAbs.x2') @DocsEditable() - void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.$x2_Setter(this, value); + void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.x2_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.y_Getter(this); @DomName('SVGPathSegCurvetoCubicSmoothAbs.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.y_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') @DocsEditable() - num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.$y2_Getter(this); + num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.y2_Getter(this); @DomName('SVGPathSegCurvetoCubicSmoothAbs.y2') @DocsEditable() - void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.$y2_Setter(this, value); + void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothAbs.y2_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4776,35 +4776,35 @@ class PathSegCurvetoCubicSmoothRel extends PathSeg { @DomName('SVGPathSegCurvetoCubicSmoothRel.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.x_Getter(this); @DomName('SVGPathSegCurvetoCubicSmoothRel.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.x_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') @DocsEditable() - num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.$x2_Getter(this); + num get x2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.x2_Getter(this); @DomName('SVGPathSegCurvetoCubicSmoothRel.x2') @DocsEditable() - void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.$x2_Setter(this, value); + void set x2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.x2_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicSmoothRel.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.y_Getter(this); @DomName('SVGPathSegCurvetoCubicSmoothRel.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.y_Setter_float(this, value); @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') @DocsEditable() - num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.$y2_Getter(this); + num get y2 => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.y2_Getter(this); @DomName('SVGPathSegCurvetoCubicSmoothRel.y2') @DocsEditable() - void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.$y2_Setter(this, value); + void set y2(num value) => _blink.BlinkSVGPathSegCurvetoCubicSmoothRel.y2_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4823,35 +4823,35 @@ class PathSegCurvetoQuadraticAbs extends PathSeg { @DomName('SVGPathSegCurvetoQuadraticAbs.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.x_Getter(this); @DomName('SVGPathSegCurvetoQuadraticAbs.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.x_Setter_float(this, value); @DomName('SVGPathSegCurvetoQuadraticAbs.x1') @DocsEditable() - num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.$x1_Getter(this); + num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.x1_Getter(this); @DomName('SVGPathSegCurvetoQuadraticAbs.x1') @DocsEditable() - void set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.$x1_Setter(this, value); + void set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.x1_Setter_float(this, value); @DomName('SVGPathSegCurvetoQuadraticAbs.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.y_Getter(this); @DomName('SVGPathSegCurvetoQuadraticAbs.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.y_Setter_float(this, value); @DomName('SVGPathSegCurvetoQuadraticAbs.y1') @DocsEditable() - num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.$y1_Getter(this); + num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.y1_Getter(this); @DomName('SVGPathSegCurvetoQuadraticAbs.y1') @DocsEditable() - void set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.$y1_Setter(this, value); + void set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticAbs.y1_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4870,35 +4870,35 @@ class PathSegCurvetoQuadraticRel extends PathSeg { @DomName('SVGPathSegCurvetoQuadraticRel.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegCurvetoQuadraticRel.x_Getter(this); @DomName('SVGPathSegCurvetoQuadraticRel.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.x_Setter_float(this, value); @DomName('SVGPathSegCurvetoQuadraticRel.x1') @DocsEditable() - num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.$x1_Getter(this); + num get x1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.x1_Getter(this); @DomName('SVGPathSegCurvetoQuadraticRel.x1') @DocsEditable() - void set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.$x1_Setter(this, value); + void set x1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.x1_Setter_float(this, value); @DomName('SVGPathSegCurvetoQuadraticRel.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegCurvetoQuadraticRel.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegCurvetoQuadraticRel.y_Getter(this); @DomName('SVGPathSegCurvetoQuadraticRel.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.y_Setter_float(this, value); @DomName('SVGPathSegCurvetoQuadraticRel.y1') @DocsEditable() - num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.$y1_Getter(this); + num get y1 => _blink.BlinkSVGPathSegCurvetoQuadraticRel.y1_Getter(this); @DomName('SVGPathSegCurvetoQuadraticRel.y1') @DocsEditable() - void set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.$y1_Setter(this, value); + void set y1(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticRel.y1_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4917,19 +4917,19 @@ class PathSegCurvetoQuadraticSmoothAbs extends PathSeg { @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.x_Getter(this); @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.x_Setter_float(this, value); @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.y_Getter(this); @DomName('SVGPathSegCurvetoQuadraticSmoothAbs.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothAbs.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4948,19 +4948,19 @@ class PathSegCurvetoQuadraticSmoothRel extends PathSeg { @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.x_Getter(this); @DomName('SVGPathSegCurvetoQuadraticSmoothRel.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.x_Setter_float(this, value); @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.y_Getter(this); @DomName('SVGPathSegCurvetoQuadraticSmoothRel.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegCurvetoQuadraticSmoothRel.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -4979,19 +4979,19 @@ class PathSegLinetoAbs extends PathSeg { @DomName('SVGPathSegLinetoAbs.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegLinetoAbs.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegLinetoAbs.x_Getter(this); @DomName('SVGPathSegLinetoAbs.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegLinetoAbs.x_Setter_float(this, value); @DomName('SVGPathSegLinetoAbs.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegLinetoAbs.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegLinetoAbs.y_Getter(this); @DomName('SVGPathSegLinetoAbs.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegLinetoAbs.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegLinetoAbs.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5010,11 +5010,11 @@ class PathSegLinetoHorizontalAbs extends PathSeg { @DomName('SVGPathSegLinetoHorizontalAbs.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegLinetoHorizontalAbs.x_Getter(this); @DomName('SVGPathSegLinetoHorizontalAbs.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalAbs.x_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5033,11 +5033,11 @@ class PathSegLinetoHorizontalRel extends PathSeg { @DomName('SVGPathSegLinetoHorizontalRel.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegLinetoHorizontalRel.x_Getter(this); @DomName('SVGPathSegLinetoHorizontalRel.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegLinetoHorizontalRel.x_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5056,19 +5056,19 @@ class PathSegLinetoRel extends PathSeg { @DomName('SVGPathSegLinetoRel.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegLinetoRel.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegLinetoRel.x_Getter(this); @DomName('SVGPathSegLinetoRel.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegLinetoRel.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegLinetoRel.x_Setter_float(this, value); @DomName('SVGPathSegLinetoRel.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegLinetoRel.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegLinetoRel.y_Getter(this); @DomName('SVGPathSegLinetoRel.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegLinetoRel.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegLinetoRel.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5087,11 +5087,11 @@ class PathSegLinetoVerticalAbs extends PathSeg { @DomName('SVGPathSegLinetoVerticalAbs.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegLinetoVerticalAbs.y_Getter(this); @DomName('SVGPathSegLinetoVerticalAbs.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalAbs.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5110,11 +5110,11 @@ class PathSegLinetoVerticalRel extends PathSeg { @DomName('SVGPathSegLinetoVerticalRel.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegLinetoVerticalRel.y_Getter(this); @DomName('SVGPathSegLinetoVerticalRel.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegLinetoVerticalRel.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5133,7 +5133,7 @@ class PathSegList extends NativeFieldWrapperClass2 with ListMixin, Immu @DomName('SVGPathSegList.numberOfItems') @DocsEditable() - int get numberOfItems => _blink.BlinkSVGPathSegList.$numberOfItems_Getter(this); + int get numberOfItems => _blink.BlinkSVGPathSegList.numberOfItems_Getter(this); PathSeg operator[](int index) { if (index < 0 || index >= length) @@ -5183,31 +5183,31 @@ class PathSegList extends NativeFieldWrapperClass2 with ListMixin, Immu @DomName('SVGPathSegList.appendItem') @DocsEditable() - PathSeg appendItem(PathSeg newItem) => _blink.BlinkSVGPathSegList.$appendItem_Callback(this, newItem); + PathSeg appendItem(PathSeg newItem) => _blink.BlinkSVGPathSegList.appendItem_Callback_SVGPathSeg(this, newItem); @DomName('SVGPathSegList.clear') @DocsEditable() - void clear() => _blink.BlinkSVGPathSegList.$clear_Callback(this); + void clear() => _blink.BlinkSVGPathSegList.clear_Callback(this); @DomName('SVGPathSegList.getItem') @DocsEditable() - PathSeg getItem(int index) => _blink.BlinkSVGPathSegList.$getItem_Callback(this, index); + PathSeg getItem(int index) => _blink.BlinkSVGPathSegList.getItem_Callback_ul(this, index); @DomName('SVGPathSegList.initialize') @DocsEditable() - PathSeg initialize(PathSeg newItem) => _blink.BlinkSVGPathSegList.$initialize_Callback(this, newItem); + PathSeg initialize(PathSeg newItem) => _blink.BlinkSVGPathSegList.initialize_Callback_SVGPathSeg(this, newItem); @DomName('SVGPathSegList.insertItemBefore') @DocsEditable() - PathSeg insertItemBefore(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList.$insertItemBefore_Callback(this, newItem, index); + PathSeg insertItemBefore(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList.insertItemBefore_Callback_SVGPathSeg_ul(this, newItem, index); @DomName('SVGPathSegList.removeItem') @DocsEditable() - PathSeg removeItem(int index) => _blink.BlinkSVGPathSegList.$removeItem_Callback(this, index); + PathSeg removeItem(int index) => _blink.BlinkSVGPathSegList.removeItem_Callback_ul(this, index); @DomName('SVGPathSegList.replaceItem') @DocsEditable() - PathSeg replaceItem(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList.$replaceItem_Callback(this, newItem, index); + PathSeg replaceItem(PathSeg newItem, int index) => _blink.BlinkSVGPathSegList.replaceItem_Callback_SVGPathSeg_ul(this, newItem, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5226,19 +5226,19 @@ class PathSegMovetoAbs extends PathSeg { @DomName('SVGPathSegMovetoAbs.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegMovetoAbs.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegMovetoAbs.x_Getter(this); @DomName('SVGPathSegMovetoAbs.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegMovetoAbs.x_Setter_float(this, value); @DomName('SVGPathSegMovetoAbs.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegMovetoAbs.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegMovetoAbs.y_Getter(this); @DomName('SVGPathSegMovetoAbs.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegMovetoAbs.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegMovetoAbs.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5257,19 +5257,19 @@ class PathSegMovetoRel extends PathSeg { @DomName('SVGPathSegMovetoRel.x') @DocsEditable() - num get x => _blink.BlinkSVGPathSegMovetoRel.$x_Getter(this); + num get x => _blink.BlinkSVGPathSegMovetoRel.x_Getter(this); @DomName('SVGPathSegMovetoRel.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPathSegMovetoRel.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPathSegMovetoRel.x_Setter_float(this, value); @DomName('SVGPathSegMovetoRel.y') @DocsEditable() - num get y => _blink.BlinkSVGPathSegMovetoRel.$y_Getter(this); + num get y => _blink.BlinkSVGPathSegMovetoRel.y_Getter(this); @DomName('SVGPathSegMovetoRel.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPathSegMovetoRel.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPathSegMovetoRel.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5298,59 +5298,59 @@ class PatternElement extends SvgElement implements FitToViewBox, UriReference, T @DomName('SVGPatternElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGPatternElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGPatternElement.height_Getter(this); @DomName('SVGPatternElement.patternContentUnits') @DocsEditable() - AnimatedEnumeration get patternContentUnits => _blink.BlinkSVGPatternElement.$patternContentUnits_Getter(this); + AnimatedEnumeration get patternContentUnits => _blink.BlinkSVGPatternElement.patternContentUnits_Getter(this); @DomName('SVGPatternElement.patternTransform') @DocsEditable() - AnimatedTransformList get patternTransform => _blink.BlinkSVGPatternElement.$patternTransform_Getter(this); + AnimatedTransformList get patternTransform => _blink.BlinkSVGPatternElement.patternTransform_Getter(this); @DomName('SVGPatternElement.patternUnits') @DocsEditable() - AnimatedEnumeration get patternUnits => _blink.BlinkSVGPatternElement.$patternUnits_Getter(this); + AnimatedEnumeration get patternUnits => _blink.BlinkSVGPatternElement.patternUnits_Getter(this); @DomName('SVGPatternElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGPatternElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGPatternElement.width_Getter(this); @DomName('SVGPatternElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGPatternElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGPatternElement.x_Getter(this); @DomName('SVGPatternElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGPatternElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGPatternElement.y_Getter(this); @DomName('SVGPatternElement.preserveAspectRatio') @DocsEditable() - AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGPatternElement.$preserveAspectRatio_Getter(this); + AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGPatternElement.preserveAspectRatio_Getter(this); @DomName('SVGPatternElement.viewBox') @DocsEditable() - AnimatedRect get viewBox => _blink.BlinkSVGPatternElement.$viewBox_Getter(this); + AnimatedRect get viewBox => _blink.BlinkSVGPatternElement.viewBox_Getter(this); @DomName('SVGPatternElement.requiredExtensions') @DocsEditable() - StringList get requiredExtensions => _blink.BlinkSVGPatternElement.$requiredExtensions_Getter(this); + StringList get requiredExtensions => _blink.BlinkSVGPatternElement.requiredExtensions_Getter(this); @DomName('SVGPatternElement.requiredFeatures') @DocsEditable() - StringList get requiredFeatures => _blink.BlinkSVGPatternElement.$requiredFeatures_Getter(this); + StringList get requiredFeatures => _blink.BlinkSVGPatternElement.requiredFeatures_Getter(this); @DomName('SVGPatternElement.systemLanguage') @DocsEditable() - StringList get systemLanguage => _blink.BlinkSVGPatternElement.$systemLanguage_Getter(this); + StringList get systemLanguage => _blink.BlinkSVGPatternElement.systemLanguage_Getter(this); @DomName('SVGPatternElement.hasExtension') @DocsEditable() - bool hasExtension(String extension) => _blink.BlinkSVGPatternElement.$hasExtension_Callback(this, extension); + bool hasExtension(String extension) => _blink.BlinkSVGPatternElement.hasExtension_Callback_DOMString(this, extension); @DomName('SVGPatternElement.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGPatternElement.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGPatternElement.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5369,23 +5369,23 @@ class Point extends NativeFieldWrapperClass2 { @DomName('SVGPoint.x') @DocsEditable() - num get x => _blink.BlinkSVGPoint.$x_Getter(this); + num get x => _blink.BlinkSVGPoint.x_Getter(this); @DomName('SVGPoint.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGPoint.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGPoint.x_Setter_float(this, value); @DomName('SVGPoint.y') @DocsEditable() - num get y => _blink.BlinkSVGPoint.$y_Getter(this); + num get y => _blink.BlinkSVGPoint.y_Getter(this); @DomName('SVGPoint.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGPoint.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGPoint.y_Setter_float(this, value); @DomName('SVGPoint.matrixTransform') @DocsEditable() - Point matrixTransform(Matrix matrix) => _blink.BlinkSVGPoint.$matrixTransform_Callback(this, matrix); + Point matrixTransform(Matrix matrix) => _blink.BlinkSVGPoint.matrixTransform_Callback_SVGMatrix(this, matrix); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5404,35 +5404,35 @@ class PointList extends NativeFieldWrapperClass2 { @DomName('SVGPointList.numberOfItems') @DocsEditable() - int get numberOfItems => _blink.BlinkSVGPointList.$numberOfItems_Getter(this); + int get numberOfItems => _blink.BlinkSVGPointList.numberOfItems_Getter(this); @DomName('SVGPointList.appendItem') @DocsEditable() - Point appendItem(Point item) => _blink.BlinkSVGPointList.$appendItem_Callback(this, item); + Point appendItem(Point item) => _blink.BlinkSVGPointList.appendItem_Callback_SVGPoint(this, item); @DomName('SVGPointList.clear') @DocsEditable() - void clear() => _blink.BlinkSVGPointList.$clear_Callback(this); + void clear() => _blink.BlinkSVGPointList.clear_Callback(this); @DomName('SVGPointList.getItem') @DocsEditable() - Point getItem(int index) => _blink.BlinkSVGPointList.$getItem_Callback(this, index); + Point getItem(int index) => _blink.BlinkSVGPointList.getItem_Callback_ul(this, index); @DomName('SVGPointList.initialize') @DocsEditable() - Point initialize(Point item) => _blink.BlinkSVGPointList.$initialize_Callback(this, item); + Point initialize(Point item) => _blink.BlinkSVGPointList.initialize_Callback_SVGPoint(this, item); @DomName('SVGPointList.insertItemBefore') @DocsEditable() - Point insertItemBefore(Point item, int index) => _blink.BlinkSVGPointList.$insertItemBefore_Callback(this, item, index); + Point insertItemBefore(Point item, int index) => _blink.BlinkSVGPointList.insertItemBefore_Callback_SVGPoint_ul(this, item, index); @DomName('SVGPointList.removeItem') @DocsEditable() - Point removeItem(int index) => _blink.BlinkSVGPointList.$removeItem_Callback(this, index); + Point removeItem(int index) => _blink.BlinkSVGPointList.removeItem_Callback_ul(this, index); @DomName('SVGPointList.replaceItem') @DocsEditable() - Point replaceItem(Point item, int index) => _blink.BlinkSVGPointList.$replaceItem_Callback(this, item, index); + Point replaceItem(Point item, int index) => _blink.BlinkSVGPointList.replaceItem_Callback_SVGPoint_ul(this, item, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5461,11 +5461,11 @@ class PolygonElement extends GeometryElement { @DomName('SVGPolygonElement.animatedPoints') @DocsEditable() - PointList get animatedPoints => _blink.BlinkSVGPolygonElement.$animatedPoints_Getter(this); + PointList get animatedPoints => _blink.BlinkSVGPolygonElement.animatedPoints_Getter(this); @DomName('SVGPolygonElement.points') @DocsEditable() - PointList get points => _blink.BlinkSVGPolygonElement.$points_Getter(this); + PointList get points => _blink.BlinkSVGPolygonElement.points_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5494,11 +5494,11 @@ class PolylineElement extends GeometryElement { @DomName('SVGPolylineElement.animatedPoints') @DocsEditable() - PointList get animatedPoints => _blink.BlinkSVGPolylineElement.$animatedPoints_Getter(this); + PointList get animatedPoints => _blink.BlinkSVGPolylineElement.animatedPoints_Getter(this); @DomName('SVGPolylineElement.points') @DocsEditable() - PointList get points => _blink.BlinkSVGPolylineElement.$points_Getter(this); + PointList get points => _blink.BlinkSVGPolylineElement.points_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5573,19 +5573,19 @@ class PreserveAspectRatio extends NativeFieldWrapperClass2 { @DomName('SVGPreserveAspectRatio.align') @DocsEditable() - int get align => _blink.BlinkSVGPreserveAspectRatio.$align_Getter(this); + int get align => _blink.BlinkSVGPreserveAspectRatio.align_Getter(this); @DomName('SVGPreserveAspectRatio.align') @DocsEditable() - void set align(int value) => _blink.BlinkSVGPreserveAspectRatio.$align_Setter(this, value); + void set align(int value) => _blink.BlinkSVGPreserveAspectRatio.align_Setter_us(this, value); @DomName('SVGPreserveAspectRatio.meetOrSlice') @DocsEditable() - int get meetOrSlice => _blink.BlinkSVGPreserveAspectRatio.$meetOrSlice_Getter(this); + int get meetOrSlice => _blink.BlinkSVGPreserveAspectRatio.meetOrSlice_Getter(this); @DomName('SVGPreserveAspectRatio.meetOrSlice') @DocsEditable() - void set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.$meetOrSlice_Setter(this, value); + void set meetOrSlice(int value) => _blink.BlinkSVGPreserveAspectRatio.meetOrSlice_Setter_us(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5614,27 +5614,27 @@ class RadialGradientElement extends _GradientElement { @DomName('SVGRadialGradientElement.cx') @DocsEditable() - AnimatedLength get cx => _blink.BlinkSVGRadialGradientElement.$cx_Getter(this); + AnimatedLength get cx => _blink.BlinkSVGRadialGradientElement.cx_Getter(this); @DomName('SVGRadialGradientElement.cy') @DocsEditable() - AnimatedLength get cy => _blink.BlinkSVGRadialGradientElement.$cy_Getter(this); + AnimatedLength get cy => _blink.BlinkSVGRadialGradientElement.cy_Getter(this); @DomName('SVGRadialGradientElement.fr') @DocsEditable() - AnimatedLength get fr => _blink.BlinkSVGRadialGradientElement.$fr_Getter(this); + AnimatedLength get fr => _blink.BlinkSVGRadialGradientElement.fr_Getter(this); @DomName('SVGRadialGradientElement.fx') @DocsEditable() - AnimatedLength get fx => _blink.BlinkSVGRadialGradientElement.$fx_Getter(this); + AnimatedLength get fx => _blink.BlinkSVGRadialGradientElement.fx_Getter(this); @DomName('SVGRadialGradientElement.fy') @DocsEditable() - AnimatedLength get fy => _blink.BlinkSVGRadialGradientElement.$fy_Getter(this); + AnimatedLength get fy => _blink.BlinkSVGRadialGradientElement.fy_Getter(this); @DomName('SVGRadialGradientElement.r') @DocsEditable() - AnimatedLength get r => _blink.BlinkSVGRadialGradientElement.$r_Getter(this); + AnimatedLength get r => _blink.BlinkSVGRadialGradientElement.r_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5653,35 +5653,35 @@ class Rect extends NativeFieldWrapperClass2 { @DomName('SVGRect.height') @DocsEditable() - num get height => _blink.BlinkSVGRect.$height_Getter(this); + num get height => _blink.BlinkSVGRect.height_Getter(this); @DomName('SVGRect.height') @DocsEditable() - void set height(num value) => _blink.BlinkSVGRect.$height_Setter(this, value); + void set height(num value) => _blink.BlinkSVGRect.height_Setter_float(this, value); @DomName('SVGRect.width') @DocsEditable() - num get width => _blink.BlinkSVGRect.$width_Getter(this); + num get width => _blink.BlinkSVGRect.width_Getter(this); @DomName('SVGRect.width') @DocsEditable() - void set width(num value) => _blink.BlinkSVGRect.$width_Setter(this, value); + void set width(num value) => _blink.BlinkSVGRect.width_Setter_float(this, value); @DomName('SVGRect.x') @DocsEditable() - num get x => _blink.BlinkSVGRect.$x_Getter(this); + num get x => _blink.BlinkSVGRect.x_Getter(this); @DomName('SVGRect.x') @DocsEditable() - void set x(num value) => _blink.BlinkSVGRect.$x_Setter(this, value); + void set x(num value) => _blink.BlinkSVGRect.x_Setter_float(this, value); @DomName('SVGRect.y') @DocsEditable() - num get y => _blink.BlinkSVGRect.$y_Getter(this); + num get y => _blink.BlinkSVGRect.y_Getter(this); @DomName('SVGRect.y') @DocsEditable() - void set y(num value) => _blink.BlinkSVGRect.$y_Setter(this, value); + void set y(num value) => _blink.BlinkSVGRect.y_Setter_float(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5710,27 +5710,27 @@ class RectElement extends GeometryElement { @DomName('SVGRectElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGRectElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGRectElement.height_Getter(this); @DomName('SVGRectElement.rx') @DocsEditable() - AnimatedLength get rx => _blink.BlinkSVGRectElement.$rx_Getter(this); + AnimatedLength get rx => _blink.BlinkSVGRectElement.rx_Getter(this); @DomName('SVGRectElement.ry') @DocsEditable() - AnimatedLength get ry => _blink.BlinkSVGRectElement.$ry_Getter(this); + AnimatedLength get ry => _blink.BlinkSVGRectElement.ry_Getter(this); @DomName('SVGRectElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGRectElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGRectElement.width_Getter(this); @DomName('SVGRectElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGRectElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGRectElement.x_Getter(this); @DomName('SVGRectElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGRectElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGRectElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5798,15 +5798,15 @@ class ScriptElement extends SvgElement implements UriReference { @DomName('SVGScriptElement.type') @DocsEditable() - String get type => _blink.BlinkSVGScriptElement.$type_Getter(this); + String get type => _blink.BlinkSVGScriptElement.type_Getter(this); @DomName('SVGScriptElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkSVGScriptElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkSVGScriptElement.type_Setter_DOMString(this, value); @DomName('SVGScriptElement.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGScriptElement.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGScriptElement.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5866,7 +5866,7 @@ class StopElement extends SvgElement { @DomName('SVGStopElement.offset') @DocsEditable() - AnimatedNumber get gradientOffset => _blink.BlinkSVGStopElement.$offset_Getter(this); + AnimatedNumber get gradientOffset => _blink.BlinkSVGStopElement.offset_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5885,7 +5885,7 @@ class StringList extends NativeFieldWrapperClass2 with ListMixin, Immuta @DomName('SVGStringList.numberOfItems') @DocsEditable() - int get numberOfItems => _blink.BlinkSVGStringList.$numberOfItems_Getter(this); + int get numberOfItems => _blink.BlinkSVGStringList.numberOfItems_Getter(this); String operator[](int index) { if (index < 0 || index >= length) @@ -5935,31 +5935,31 @@ class StringList extends NativeFieldWrapperClass2 with ListMixin, Immuta @DomName('SVGStringList.appendItem') @DocsEditable() - String appendItem(String item) => _blink.BlinkSVGStringList.$appendItem_Callback(this, item); + String appendItem(String item) => _blink.BlinkSVGStringList.appendItem_Callback_DOMString(this, item); @DomName('SVGStringList.clear') @DocsEditable() - void clear() => _blink.BlinkSVGStringList.$clear_Callback(this); + void clear() => _blink.BlinkSVGStringList.clear_Callback(this); @DomName('SVGStringList.getItem') @DocsEditable() - String getItem(int index) => _blink.BlinkSVGStringList.$getItem_Callback(this, index); + String getItem(int index) => _blink.BlinkSVGStringList.getItem_Callback_ul(this, index); @DomName('SVGStringList.initialize') @DocsEditable() - String initialize(String item) => _blink.BlinkSVGStringList.$initialize_Callback(this, item); + String initialize(String item) => _blink.BlinkSVGStringList.initialize_Callback_DOMString(this, item); @DomName('SVGStringList.insertItemBefore') @DocsEditable() - String insertItemBefore(String item, int index) => _blink.BlinkSVGStringList.$insertItemBefore_Callback(this, item, index); + String insertItemBefore(String item, int index) => _blink.BlinkSVGStringList.insertItemBefore_Callback_DOMString_ul(this, item, index); @DomName('SVGStringList.removeItem') @DocsEditable() - String removeItem(int index) => _blink.BlinkSVGStringList.$removeItem_Callback(this, index); + String removeItem(int index) => _blink.BlinkSVGStringList.removeItem_Callback_ul(this, index); @DomName('SVGStringList.replaceItem') @DocsEditable() - String replaceItem(String item, int index) => _blink.BlinkSVGStringList.$replaceItem_Callback(this, item, index); + String replaceItem(String item, int index) => _blink.BlinkSVGStringList.replaceItem_Callback_DOMString_ul(this, item, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -5989,35 +5989,35 @@ class StyleElement extends SvgElement { @DomName('SVGStyleElement.disabled') @DocsEditable() - bool get disabled => _blink.BlinkSVGStyleElement.$disabled_Getter(this); + bool get disabled => _blink.BlinkSVGStyleElement.disabled_Getter(this); @DomName('SVGStyleElement.disabled') @DocsEditable() - void set disabled(bool value) => _blink.BlinkSVGStyleElement.$disabled_Setter(this, value); + void set disabled(bool value) => _blink.BlinkSVGStyleElement.disabled_Setter_boolean(this, value); @DomName('SVGStyleElement.media') @DocsEditable() - String get media => _blink.BlinkSVGStyleElement.$media_Getter(this); + String get media => _blink.BlinkSVGStyleElement.media_Getter(this); @DomName('SVGStyleElement.media') @DocsEditable() - void set media(String value) => _blink.BlinkSVGStyleElement.$media_Setter(this, value); + void set media(String value) => _blink.BlinkSVGStyleElement.media_Setter_DOMString(this, value); @DomName('SVGStyleElement.title') @DocsEditable() - String get title => _blink.BlinkSVGStyleElement.$title_Getter(this); + String get title => _blink.BlinkSVGStyleElement.title_Getter(this); @DomName('SVGStyleElement.title') @DocsEditable() - void set title(String value) => _blink.BlinkSVGStyleElement.$title_Setter(this, value); + void set title(String value) => _blink.BlinkSVGStyleElement.title_Setter_DOMString(this, value); @DomName('SVGStyleElement.type') @DocsEditable() - String get type => _blink.BlinkSVGStyleElement.$type_Getter(this); + String get type => _blink.BlinkSVGStyleElement.type_Getter(this); @DomName('SVGStyleElement.type') @DocsEditable() - void set type(String value) => _blink.BlinkSVGStyleElement.$type_Setter(this, value); + void set type(String value) => _blink.BlinkSVGStyleElement.type_Setter_DOMString(this, value); } // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file @@ -6443,48 +6443,48 @@ class SvgElement extends Element implements GlobalEventHandlers { @DomName('SVGElement.className') @DocsEditable() @Experimental() // untriaged - AnimatedString get _svgClassName => _blink.BlinkSVGElement.$className_Getter(this); + AnimatedString get _svgClassName => _blink.BlinkSVGElement.className_Getter(this); @DomName('SVGElement.ownerSVGElement') @DocsEditable() - SvgSvgElement get ownerSvgElement => _blink.BlinkSVGElement.$ownerSVGElement_Getter(this); + SvgSvgElement get ownerSvgElement => _blink.BlinkSVGElement.ownerSVGElement_Getter(this); @DomName('SVGElement.style') @DocsEditable() @Experimental() // untriaged - CssStyleDeclaration get style => _blink.BlinkSVGElement.$style_Getter(this); + CssStyleDeclaration get style => _blink.BlinkSVGElement.style_Getter(this); @DomName('SVGElement.viewportElement') @DocsEditable() - SvgElement get viewportElement => _blink.BlinkSVGElement.$viewportElement_Getter(this); + SvgElement get viewportElement => _blink.BlinkSVGElement.viewportElement_Getter(this); @DomName('SVGElement.xmlbase') @DocsEditable() - String get xmlbase => _blink.BlinkSVGElement.$xmlbase_Getter(this); + String get xmlbase => _blink.BlinkSVGElement.xmlbase_Getter(this); @DomName('SVGElement.xmlbase') @DocsEditable() - void set xmlbase(String value) => _blink.BlinkSVGElement.$xmlbase_Setter(this, value); + void set xmlbase(String value) => _blink.BlinkSVGElement.xmlbase_Setter_DOMString(this, value); @DomName('SVGElement.xmllang') @DocsEditable() @Experimental() // untriaged - String get xmllang => _blink.BlinkSVGElement.$xmllang_Getter(this); + String get xmllang => _blink.BlinkSVGElement.xmllang_Getter(this); @DomName('SVGElement.xmllang') @DocsEditable() @Experimental() // untriaged - void set xmllang(String value) => _blink.BlinkSVGElement.$xmllang_Setter(this, value); + void set xmllang(String value) => _blink.BlinkSVGElement.xmllang_Setter_DOMString(this, value); @DomName('SVGElement.xmlspace') @DocsEditable() @Experimental() // untriaged - String get xmlspace => _blink.BlinkSVGElement.$xmlspace_Getter(this); + String get xmlspace => _blink.BlinkSVGElement.xmlspace_Getter(this); @DomName('SVGElement.xmlspace') @DocsEditable() @Experimental() // untriaged - void set xmlspace(String value) => _blink.BlinkSVGElement.$xmlspace_Setter(this, value); + void set xmlspace(String value) => _blink.BlinkSVGElement.xmlspace_Setter_DOMString(this, value); @DomName('SVGElement.onabort') @DocsEditable() @@ -6773,167 +6773,167 @@ class SvgSvgElement extends GraphicsElement implements FitToViewBox, ZoomAndPan @DomName('SVGSVGElement.currentScale') @DocsEditable() - num get currentScale => _blink.BlinkSVGSVGElement.$currentScale_Getter(this); + num get currentScale => _blink.BlinkSVGSVGElement.currentScale_Getter(this); @DomName('SVGSVGElement.currentScale') @DocsEditable() - void set currentScale(num value) => _blink.BlinkSVGSVGElement.$currentScale_Setter(this, value); + void set currentScale(num value) => _blink.BlinkSVGSVGElement.currentScale_Setter_float(this, value); @DomName('SVGSVGElement.currentTranslate') @DocsEditable() - Point get currentTranslate => _blink.BlinkSVGSVGElement.$currentTranslate_Getter(this); + Point get currentTranslate => _blink.BlinkSVGSVGElement.currentTranslate_Getter(this); @DomName('SVGSVGElement.currentView') @DocsEditable() - ViewSpec get currentView => _blink.BlinkSVGSVGElement.$currentView_Getter(this); + ViewSpec get currentView => _blink.BlinkSVGSVGElement.currentView_Getter(this); @DomName('SVGSVGElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGSVGElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGSVGElement.height_Getter(this); @DomName('SVGSVGElement.pixelUnitToMillimeterX') @DocsEditable() - double get pixelUnitToMillimeterX => _blink.BlinkSVGSVGElement.$pixelUnitToMillimeterX_Getter(this); + double get pixelUnitToMillimeterX => _blink.BlinkSVGSVGElement.pixelUnitToMillimeterX_Getter(this); @DomName('SVGSVGElement.pixelUnitToMillimeterY') @DocsEditable() - double get pixelUnitToMillimeterY => _blink.BlinkSVGSVGElement.$pixelUnitToMillimeterY_Getter(this); + double get pixelUnitToMillimeterY => _blink.BlinkSVGSVGElement.pixelUnitToMillimeterY_Getter(this); @DomName('SVGSVGElement.screenPixelToMillimeterX') @DocsEditable() - double get screenPixelToMillimeterX => _blink.BlinkSVGSVGElement.$screenPixelToMillimeterX_Getter(this); + double get screenPixelToMillimeterX => _blink.BlinkSVGSVGElement.screenPixelToMillimeterX_Getter(this); @DomName('SVGSVGElement.screenPixelToMillimeterY') @DocsEditable() - double get screenPixelToMillimeterY => _blink.BlinkSVGSVGElement.$screenPixelToMillimeterY_Getter(this); + double get screenPixelToMillimeterY => _blink.BlinkSVGSVGElement.screenPixelToMillimeterY_Getter(this); @DomName('SVGSVGElement.useCurrentView') @DocsEditable() - bool get useCurrentView => _blink.BlinkSVGSVGElement.$useCurrentView_Getter(this); + bool get useCurrentView => _blink.BlinkSVGSVGElement.useCurrentView_Getter(this); @DomName('SVGSVGElement.viewport') @DocsEditable() - Rect get viewport => _blink.BlinkSVGSVGElement.$viewport_Getter(this); + Rect get viewport => _blink.BlinkSVGSVGElement.viewport_Getter(this); @DomName('SVGSVGElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGSVGElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGSVGElement.width_Getter(this); @DomName('SVGSVGElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGSVGElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGSVGElement.x_Getter(this); @DomName('SVGSVGElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGSVGElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGSVGElement.y_Getter(this); @DomName('SVGSVGElement.animationsPaused') @DocsEditable() - bool animationsPaused() => _blink.BlinkSVGSVGElement.$animationsPaused_Callback(this); + bool animationsPaused() => _blink.BlinkSVGSVGElement.animationsPaused_Callback(this); @DomName('SVGSVGElement.checkEnclosure') @DocsEditable() - bool checkEnclosure(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElement.$checkEnclosure_Callback(this, element, rect); + bool checkEnclosure(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElement.checkEnclosure_Callback_SVGElement_SVGRect(this, element, rect); @DomName('SVGSVGElement.checkIntersection') @DocsEditable() - bool checkIntersection(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElement.$checkIntersection_Callback(this, element, rect); + bool checkIntersection(SvgElement element, Rect rect) => _blink.BlinkSVGSVGElement.checkIntersection_Callback_SVGElement_SVGRect(this, element, rect); @DomName('SVGSVGElement.createSVGAngle') @DocsEditable() - Angle createSvgAngle() => _blink.BlinkSVGSVGElement.$createSVGAngle_Callback(this); + Angle createSvgAngle() => _blink.BlinkSVGSVGElement.createSVGAngle_Callback(this); @DomName('SVGSVGElement.createSVGLength') @DocsEditable() - Length createSvgLength() => _blink.BlinkSVGSVGElement.$createSVGLength_Callback(this); + Length createSvgLength() => _blink.BlinkSVGSVGElement.createSVGLength_Callback(this); @DomName('SVGSVGElement.createSVGMatrix') @DocsEditable() - Matrix createSvgMatrix() => _blink.BlinkSVGSVGElement.$createSVGMatrix_Callback(this); + Matrix createSvgMatrix() => _blink.BlinkSVGSVGElement.createSVGMatrix_Callback(this); @DomName('SVGSVGElement.createSVGNumber') @DocsEditable() - Number createSvgNumber() => _blink.BlinkSVGSVGElement.$createSVGNumber_Callback(this); + Number createSvgNumber() => _blink.BlinkSVGSVGElement.createSVGNumber_Callback(this); @DomName('SVGSVGElement.createSVGPoint') @DocsEditable() - Point createSvgPoint() => _blink.BlinkSVGSVGElement.$createSVGPoint_Callback(this); + Point createSvgPoint() => _blink.BlinkSVGSVGElement.createSVGPoint_Callback(this); @DomName('SVGSVGElement.createSVGRect') @DocsEditable() - Rect createSvgRect() => _blink.BlinkSVGSVGElement.$createSVGRect_Callback(this); + Rect createSvgRect() => _blink.BlinkSVGSVGElement.createSVGRect_Callback(this); @DomName('SVGSVGElement.createSVGTransform') @DocsEditable() - Transform createSvgTransform() => _blink.BlinkSVGSVGElement.$createSVGTransform_Callback(this); + Transform createSvgTransform() => _blink.BlinkSVGSVGElement.createSVGTransform_Callback(this); @DomName('SVGSVGElement.createSVGTransformFromMatrix') @DocsEditable() - Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGSVGElement.$createSVGTransformFromMatrix_Callback(this, matrix); + Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGSVGElement.createSVGTransformFromMatrix_Callback_SVGMatrix(this, matrix); @DomName('SVGSVGElement.deselectAll') @DocsEditable() - void deselectAll() => _blink.BlinkSVGSVGElement.$deselectAll_Callback(this); + void deselectAll() => _blink.BlinkSVGSVGElement.deselectAll_Callback(this); @DomName('SVGSVGElement.forceRedraw') @DocsEditable() - void forceRedraw() => _blink.BlinkSVGSVGElement.$forceRedraw_Callback(this); + void forceRedraw() => _blink.BlinkSVGSVGElement.forceRedraw_Callback(this); @DomName('SVGSVGElement.getCurrentTime') @DocsEditable() - double getCurrentTime() => _blink.BlinkSVGSVGElement.$getCurrentTime_Callback(this); + double getCurrentTime() => _blink.BlinkSVGSVGElement.getCurrentTime_Callback(this); @DomName('SVGSVGElement.getElementById') @DocsEditable() - Element getElementById(String elementId) => _blink.BlinkSVGSVGElement.$getElementById_Callback(this, elementId); + Element getElementById(String elementId) => _blink.BlinkSVGSVGElement.getElementById_Callback_DOMString(this, elementId); @DomName('SVGSVGElement.getEnclosureList') @DocsEditable() - List getEnclosureList(Rect rect, SvgElement referenceElement) => _blink.BlinkSVGSVGElement.$getEnclosureList_Callback(this, rect, referenceElement); + List getEnclosureList(Rect rect, SvgElement referenceElement) => _blink.BlinkSVGSVGElement.getEnclosureList_Callback_SVGRect_SVGElement(this, rect, referenceElement); @DomName('SVGSVGElement.getIntersectionList') @DocsEditable() - List getIntersectionList(Rect rect, SvgElement referenceElement) => _blink.BlinkSVGSVGElement.$getIntersectionList_Callback(this, rect, referenceElement); + List getIntersectionList(Rect rect, SvgElement referenceElement) => _blink.BlinkSVGSVGElement.getIntersectionList_Callback_SVGRect_SVGElement(this, rect, referenceElement); @DomName('SVGSVGElement.pauseAnimations') @DocsEditable() - void pauseAnimations() => _blink.BlinkSVGSVGElement.$pauseAnimations_Callback(this); + void pauseAnimations() => _blink.BlinkSVGSVGElement.pauseAnimations_Callback(this); @DomName('SVGSVGElement.setCurrentTime') @DocsEditable() - void setCurrentTime(num seconds) => _blink.BlinkSVGSVGElement.$setCurrentTime_Callback(this, seconds); + void setCurrentTime(num seconds) => _blink.BlinkSVGSVGElement.setCurrentTime_Callback_float(this, seconds); @DomName('SVGSVGElement.suspendRedraw') @DocsEditable() - int suspendRedraw(int maxWaitMilliseconds) => _blink.BlinkSVGSVGElement.$suspendRedraw_Callback(this, maxWaitMilliseconds); + int suspendRedraw(int maxWaitMilliseconds) => _blink.BlinkSVGSVGElement.suspendRedraw_Callback_ul(this, maxWaitMilliseconds); @DomName('SVGSVGElement.unpauseAnimations') @DocsEditable() - void unpauseAnimations() => _blink.BlinkSVGSVGElement.$unpauseAnimations_Callback(this); + void unpauseAnimations() => _blink.BlinkSVGSVGElement.unpauseAnimations_Callback(this); @DomName('SVGSVGElement.unsuspendRedraw') @DocsEditable() - void unsuspendRedraw(int suspendHandleId) => _blink.BlinkSVGSVGElement.$unsuspendRedraw_Callback(this, suspendHandleId); + void unsuspendRedraw(int suspendHandleId) => _blink.BlinkSVGSVGElement.unsuspendRedraw_Callback_ul(this, suspendHandleId); @DomName('SVGSVGElement.unsuspendRedrawAll') @DocsEditable() - void unsuspendRedrawAll() => _blink.BlinkSVGSVGElement.$unsuspendRedrawAll_Callback(this); + void unsuspendRedrawAll() => _blink.BlinkSVGSVGElement.unsuspendRedrawAll_Callback(this); @DomName('SVGSVGElement.preserveAspectRatio') @DocsEditable() - AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGSVGElement.$preserveAspectRatio_Getter(this); + AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGSVGElement.preserveAspectRatio_Getter(this); @DomName('SVGSVGElement.viewBox') @DocsEditable() - AnimatedRect get viewBox => _blink.BlinkSVGSVGElement.$viewBox_Getter(this); + AnimatedRect get viewBox => _blink.BlinkSVGSVGElement.viewBox_Getter(this); @DomName('SVGSVGElement.zoomAndPan') @DocsEditable() - int get zoomAndPan => _blink.BlinkSVGSVGElement.$zoomAndPan_Getter(this); + int get zoomAndPan => _blink.BlinkSVGSVGElement.zoomAndPan_Getter(this); @DomName('SVGSVGElement.zoomAndPan') @DocsEditable() - void set zoomAndPan(int value) => _blink.BlinkSVGSVGElement.$zoomAndPan_Setter(this, value); + void set zoomAndPan(int value) => _blink.BlinkSVGSVGElement.zoomAndPan_Setter_us(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -6987,11 +6987,11 @@ class SymbolElement extends SvgElement implements FitToViewBox { @DomName('SVGSymbolElement.preserveAspectRatio') @DocsEditable() - AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGSymbolElement.$preserveAspectRatio_Getter(this); + AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGSymbolElement.preserveAspectRatio_Getter(this); @DomName('SVGSymbolElement.viewBox') @DocsEditable() - AnimatedRect get viewBox => _blink.BlinkSVGSymbolElement.$viewBox_Getter(this); + AnimatedRect get viewBox => _blink.BlinkSVGSymbolElement.viewBox_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7035,19 +7035,19 @@ abstract class Tests extends NativeFieldWrapperClass2 { @DomName('SVGTests.requiredExtensions') @DocsEditable() - StringList get requiredExtensions => _blink.BlinkSVGTests.$requiredExtensions_Getter(this); + StringList get requiredExtensions => _blink.BlinkSVGTests.requiredExtensions_Getter(this); @DomName('SVGTests.requiredFeatures') @DocsEditable() - StringList get requiredFeatures => _blink.BlinkSVGTests.$requiredFeatures_Getter(this); + StringList get requiredFeatures => _blink.BlinkSVGTests.requiredFeatures_Getter(this); @DomName('SVGTests.systemLanguage') @DocsEditable() - StringList get systemLanguage => _blink.BlinkSVGTests.$systemLanguage_Getter(this); + StringList get systemLanguage => _blink.BlinkSVGTests.systemLanguage_Getter(this); @DomName('SVGTests.hasExtension') @DocsEditable() - bool hasExtension(String extension) => _blink.BlinkSVGTests.$hasExtension_Callback(this, extension); + bool hasExtension(String extension) => _blink.BlinkSVGTests.hasExtension_Callback_DOMString(this, extension); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7084,47 +7084,47 @@ class TextContentElement extends GraphicsElement { @DomName('SVGTextContentElement.lengthAdjust') @DocsEditable() - AnimatedEnumeration get lengthAdjust => _blink.BlinkSVGTextContentElement.$lengthAdjust_Getter(this); + AnimatedEnumeration get lengthAdjust => _blink.BlinkSVGTextContentElement.lengthAdjust_Getter(this); @DomName('SVGTextContentElement.textLength') @DocsEditable() - AnimatedLength get textLength => _blink.BlinkSVGTextContentElement.$textLength_Getter(this); + AnimatedLength get textLength => _blink.BlinkSVGTextContentElement.textLength_Getter(this); @DomName('SVGTextContentElement.getCharNumAtPosition') @DocsEditable() - int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.$getCharNumAtPosition_Callback(this, point); + int getCharNumAtPosition(Point point) => _blink.BlinkSVGTextContentElement.getCharNumAtPosition_Callback_SVGPoint(this, point); @DomName('SVGTextContentElement.getComputedTextLength') @DocsEditable() - double getComputedTextLength() => _blink.BlinkSVGTextContentElement.$getComputedTextLength_Callback(this); + double getComputedTextLength() => _blink.BlinkSVGTextContentElement.getComputedTextLength_Callback(this); @DomName('SVGTextContentElement.getEndPositionOfChar') @DocsEditable() - Point getEndPositionOfChar(int offset) => _blink.BlinkSVGTextContentElement.$getEndPositionOfChar_Callback(this, offset); + Point getEndPositionOfChar(int offset) => _blink.BlinkSVGTextContentElement.getEndPositionOfChar_Callback_ul(this, offset); @DomName('SVGTextContentElement.getExtentOfChar') @DocsEditable() - Rect getExtentOfChar(int offset) => _blink.BlinkSVGTextContentElement.$getExtentOfChar_Callback(this, offset); + Rect getExtentOfChar(int offset) => _blink.BlinkSVGTextContentElement.getExtentOfChar_Callback_ul(this, offset); @DomName('SVGTextContentElement.getNumberOfChars') @DocsEditable() - int getNumberOfChars() => _blink.BlinkSVGTextContentElement.$getNumberOfChars_Callback(this); + int getNumberOfChars() => _blink.BlinkSVGTextContentElement.getNumberOfChars_Callback(this); @DomName('SVGTextContentElement.getRotationOfChar') @DocsEditable() - double getRotationOfChar(int offset) => _blink.BlinkSVGTextContentElement.$getRotationOfChar_Callback(this, offset); + double getRotationOfChar(int offset) => _blink.BlinkSVGTextContentElement.getRotationOfChar_Callback_ul(this, offset); @DomName('SVGTextContentElement.getStartPositionOfChar') @DocsEditable() - Point getStartPositionOfChar(int offset) => _blink.BlinkSVGTextContentElement.$getStartPositionOfChar_Callback(this, offset); + Point getStartPositionOfChar(int offset) => _blink.BlinkSVGTextContentElement.getStartPositionOfChar_Callback_ul(this, offset); @DomName('SVGTextContentElement.getSubStringLength') @DocsEditable() - double getSubStringLength(int offset, int length) => _blink.BlinkSVGTextContentElement.$getSubStringLength_Callback(this, offset, length); + double getSubStringLength(int offset, int length) => _blink.BlinkSVGTextContentElement.getSubStringLength_Callback_ul_ul(this, offset, length); @DomName('SVGTextContentElement.selectSubString') @DocsEditable() - void selectSubString(int offset, int length) => _blink.BlinkSVGTextContentElement.$selectSubString_Callback(this, offset, length); + void selectSubString(int offset, int length) => _blink.BlinkSVGTextContentElement.selectSubString_Callback_ul_ul(this, offset, length); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7198,19 +7198,19 @@ class TextPathElement extends TextContentElement implements UriReference { @DomName('SVGTextPathElement.method') @DocsEditable() - AnimatedEnumeration get method => _blink.BlinkSVGTextPathElement.$method_Getter(this); + AnimatedEnumeration get method => _blink.BlinkSVGTextPathElement.method_Getter(this); @DomName('SVGTextPathElement.spacing') @DocsEditable() - AnimatedEnumeration get spacing => _blink.BlinkSVGTextPathElement.$spacing_Getter(this); + AnimatedEnumeration get spacing => _blink.BlinkSVGTextPathElement.spacing_Getter(this); @DomName('SVGTextPathElement.startOffset') @DocsEditable() - AnimatedLength get startOffset => _blink.BlinkSVGTextPathElement.$startOffset_Getter(this); + AnimatedLength get startOffset => _blink.BlinkSVGTextPathElement.startOffset_Getter(this); @DomName('SVGTextPathElement.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGTextPathElement.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGTextPathElement.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7235,23 +7235,23 @@ class TextPositioningElement extends TextContentElement { @DomName('SVGTextPositioningElement.dx') @DocsEditable() - AnimatedLengthList get dx => _blink.BlinkSVGTextPositioningElement.$dx_Getter(this); + AnimatedLengthList get dx => _blink.BlinkSVGTextPositioningElement.dx_Getter(this); @DomName('SVGTextPositioningElement.dy') @DocsEditable() - AnimatedLengthList get dy => _blink.BlinkSVGTextPositioningElement.$dy_Getter(this); + AnimatedLengthList get dy => _blink.BlinkSVGTextPositioningElement.dy_Getter(this); @DomName('SVGTextPositioningElement.rotate') @DocsEditable() - AnimatedNumberList get rotate => _blink.BlinkSVGTextPositioningElement.$rotate_Getter(this); + AnimatedNumberList get rotate => _blink.BlinkSVGTextPositioningElement.rotate_Getter(this); @DomName('SVGTextPositioningElement.x') @DocsEditable() - AnimatedLengthList get x => _blink.BlinkSVGTextPositioningElement.$x_Getter(this); + AnimatedLengthList get x => _blink.BlinkSVGTextPositioningElement.x_Getter(this); @DomName('SVGTextPositioningElement.y') @DocsEditable() - AnimatedLengthList get y => _blink.BlinkSVGTextPositioningElement.$y_Getter(this); + AnimatedLengthList get y => _blink.BlinkSVGTextPositioningElement.y_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7323,39 +7323,39 @@ class Transform extends NativeFieldWrapperClass2 { @DomName('SVGTransform.angle') @DocsEditable() - double get angle => _blink.BlinkSVGTransform.$angle_Getter(this); + double get angle => _blink.BlinkSVGTransform.angle_Getter(this); @DomName('SVGTransform.matrix') @DocsEditable() - Matrix get matrix => _blink.BlinkSVGTransform.$matrix_Getter(this); + Matrix get matrix => _blink.BlinkSVGTransform.matrix_Getter(this); @DomName('SVGTransform.type') @DocsEditable() - int get type => _blink.BlinkSVGTransform.$type_Getter(this); + int get type => _blink.BlinkSVGTransform.type_Getter(this); @DomName('SVGTransform.setMatrix') @DocsEditable() - void setMatrix(Matrix matrix) => _blink.BlinkSVGTransform.$setMatrix_Callback(this, matrix); + void setMatrix(Matrix matrix) => _blink.BlinkSVGTransform.setMatrix_Callback_SVGMatrix(this, matrix); @DomName('SVGTransform.setRotate') @DocsEditable() - void setRotate(num angle, num cx, num cy) => _blink.BlinkSVGTransform.$setRotate_Callback(this, angle, cx, cy); + void setRotate(num angle, num cx, num cy) => _blink.BlinkSVGTransform.setRotate_Callback_float_float_float(this, angle, cx, cy); @DomName('SVGTransform.setScale') @DocsEditable() - void setScale(num sx, num sy) => _blink.BlinkSVGTransform.$setScale_Callback(this, sx, sy); + void setScale(num sx, num sy) => _blink.BlinkSVGTransform.setScale_Callback_float_float(this, sx, sy); @DomName('SVGTransform.setSkewX') @DocsEditable() - void setSkewX(num angle) => _blink.BlinkSVGTransform.$setSkewX_Callback(this, angle); + void setSkewX(num angle) => _blink.BlinkSVGTransform.setSkewX_Callback_float(this, angle); @DomName('SVGTransform.setSkewY') @DocsEditable() - void setSkewY(num angle) => _blink.BlinkSVGTransform.$setSkewY_Callback(this, angle); + void setSkewY(num angle) => _blink.BlinkSVGTransform.setSkewY_Callback_float(this, angle); @DomName('SVGTransform.setTranslate') @DocsEditable() - void setTranslate(num tx, num ty) => _blink.BlinkSVGTransform.$setTranslate_Callback(this, tx, ty); + void setTranslate(num tx, num ty) => _blink.BlinkSVGTransform.setTranslate_Callback_float_float(this, tx, ty); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7374,7 +7374,7 @@ class TransformList extends NativeFieldWrapperClass2 with ListMixin, @DomName('SVGTransformList.numberOfItems') @DocsEditable() - int get numberOfItems => _blink.BlinkSVGTransformList.$numberOfItems_Getter(this); + int get numberOfItems => _blink.BlinkSVGTransformList.numberOfItems_Getter(this); Transform operator[](int index) { if (index < 0 || index >= length) @@ -7424,39 +7424,39 @@ class TransformList extends NativeFieldWrapperClass2 with ListMixin, @DomName('SVGTransformList.appendItem') @DocsEditable() - Transform appendItem(Transform item) => _blink.BlinkSVGTransformList.$appendItem_Callback(this, item); + Transform appendItem(Transform item) => _blink.BlinkSVGTransformList.appendItem_Callback_SVGTransform(this, item); @DomName('SVGTransformList.clear') @DocsEditable() - void clear() => _blink.BlinkSVGTransformList.$clear_Callback(this); + void clear() => _blink.BlinkSVGTransformList.clear_Callback(this); @DomName('SVGTransformList.consolidate') @DocsEditable() - Transform consolidate() => _blink.BlinkSVGTransformList.$consolidate_Callback(this); + Transform consolidate() => _blink.BlinkSVGTransformList.consolidate_Callback(this); @DomName('SVGTransformList.createSVGTransformFromMatrix') @DocsEditable() - Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGTransformList.$createSVGTransformFromMatrix_Callback(this, matrix); + Transform createSvgTransformFromMatrix(Matrix matrix) => _blink.BlinkSVGTransformList.createSVGTransformFromMatrix_Callback_SVGMatrix(this, matrix); @DomName('SVGTransformList.getItem') @DocsEditable() - Transform getItem(int index) => _blink.BlinkSVGTransformList.$getItem_Callback(this, index); + Transform getItem(int index) => _blink.BlinkSVGTransformList.getItem_Callback_ul(this, index); @DomName('SVGTransformList.initialize') @DocsEditable() - Transform initialize(Transform item) => _blink.BlinkSVGTransformList.$initialize_Callback(this, item); + Transform initialize(Transform item) => _blink.BlinkSVGTransformList.initialize_Callback_SVGTransform(this, item); @DomName('SVGTransformList.insertItemBefore') @DocsEditable() - Transform insertItemBefore(Transform item, int index) => _blink.BlinkSVGTransformList.$insertItemBefore_Callback(this, item, index); + Transform insertItemBefore(Transform item, int index) => _blink.BlinkSVGTransformList.insertItemBefore_Callback_SVGTransform_ul(this, item, index); @DomName('SVGTransformList.removeItem') @DocsEditable() - Transform removeItem(int index) => _blink.BlinkSVGTransformList.$removeItem_Callback(this, index); + Transform removeItem(int index) => _blink.BlinkSVGTransformList.removeItem_Callback_ul(this, index); @DomName('SVGTransformList.replaceItem') @DocsEditable() - Transform replaceItem(Transform item, int index) => _blink.BlinkSVGTransformList.$replaceItem_Callback(this, item, index); + Transform replaceItem(Transform item, int index) => _blink.BlinkSVGTransformList.replaceItem_Callback_SVGTransform_ul(this, item, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7502,7 +7502,7 @@ abstract class UriReference extends NativeFieldWrapperClass2 { @DomName('SVGURIReference.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGURIReference.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGURIReference.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7531,47 +7531,47 @@ class UseElement extends GraphicsElement implements UriReference, Tests { @DomName('SVGUseElement.animatedInstanceRoot') @DocsEditable() - ElementInstance get animatedInstanceRoot => _blink.BlinkSVGUseElement.$animatedInstanceRoot_Getter(this); + ElementInstance get animatedInstanceRoot => _blink.BlinkSVGUseElement.animatedInstanceRoot_Getter(this); @DomName('SVGUseElement.height') @DocsEditable() - AnimatedLength get height => _blink.BlinkSVGUseElement.$height_Getter(this); + AnimatedLength get height => _blink.BlinkSVGUseElement.height_Getter(this); @DomName('SVGUseElement.instanceRoot') @DocsEditable() - ElementInstance get instanceRoot => _blink.BlinkSVGUseElement.$instanceRoot_Getter(this); + ElementInstance get instanceRoot => _blink.BlinkSVGUseElement.instanceRoot_Getter(this); @DomName('SVGUseElement.width') @DocsEditable() - AnimatedLength get width => _blink.BlinkSVGUseElement.$width_Getter(this); + AnimatedLength get width => _blink.BlinkSVGUseElement.width_Getter(this); @DomName('SVGUseElement.x') @DocsEditable() - AnimatedLength get x => _blink.BlinkSVGUseElement.$x_Getter(this); + AnimatedLength get x => _blink.BlinkSVGUseElement.x_Getter(this); @DomName('SVGUseElement.y') @DocsEditable() - AnimatedLength get y => _blink.BlinkSVGUseElement.$y_Getter(this); + AnimatedLength get y => _blink.BlinkSVGUseElement.y_Getter(this); @DomName('SVGUseElement.requiredExtensions') @DocsEditable() - StringList get requiredExtensions => _blink.BlinkSVGUseElement.$requiredExtensions_Getter(this); + StringList get requiredExtensions => _blink.BlinkSVGUseElement.requiredExtensions_Getter(this); @DomName('SVGUseElement.requiredFeatures') @DocsEditable() - StringList get requiredFeatures => _blink.BlinkSVGUseElement.$requiredFeatures_Getter(this); + StringList get requiredFeatures => _blink.BlinkSVGUseElement.requiredFeatures_Getter(this); @DomName('SVGUseElement.systemLanguage') @DocsEditable() - StringList get systemLanguage => _blink.BlinkSVGUseElement.$systemLanguage_Getter(this); + StringList get systemLanguage => _blink.BlinkSVGUseElement.systemLanguage_Getter(this); @DomName('SVGUseElement.hasExtension') @DocsEditable() - bool hasExtension(String extension) => _blink.BlinkSVGUseElement.$hasExtension_Callback(this, extension); + bool hasExtension(String extension) => _blink.BlinkSVGUseElement.hasExtension_Callback_DOMString(this, extension); @DomName('SVGUseElement.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGUseElement.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGUseElement.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7600,23 +7600,23 @@ class ViewElement extends SvgElement implements FitToViewBox, ZoomAndPan { @DomName('SVGViewElement.viewTarget') @DocsEditable() - StringList get viewTarget => _blink.BlinkSVGViewElement.$viewTarget_Getter(this); + StringList get viewTarget => _blink.BlinkSVGViewElement.viewTarget_Getter(this); @DomName('SVGViewElement.preserveAspectRatio') @DocsEditable() - AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGViewElement.$preserveAspectRatio_Getter(this); + AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGViewElement.preserveAspectRatio_Getter(this); @DomName('SVGViewElement.viewBox') @DocsEditable() - AnimatedRect get viewBox => _blink.BlinkSVGViewElement.$viewBox_Getter(this); + AnimatedRect get viewBox => _blink.BlinkSVGViewElement.viewBox_Getter(this); @DomName('SVGViewElement.zoomAndPan') @DocsEditable() - int get zoomAndPan => _blink.BlinkSVGViewElement.$zoomAndPan_Getter(this); + int get zoomAndPan => _blink.BlinkSVGViewElement.zoomAndPan_Getter(this); @DomName('SVGViewElement.zoomAndPan') @DocsEditable() - void set zoomAndPan(int value) => _blink.BlinkSVGViewElement.$zoomAndPan_Setter(this, value); + void set zoomAndPan(int value) => _blink.BlinkSVGViewElement.zoomAndPan_Setter_us(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7635,47 +7635,47 @@ class ViewSpec extends NativeFieldWrapperClass2 implements FitToViewBox, ZoomAnd @DomName('SVGViewSpec.preserveAspectRatioString') @DocsEditable() - String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.$preserveAspectRatioString_Getter(this); + String get preserveAspectRatioString => _blink.BlinkSVGViewSpec.preserveAspectRatioString_Getter(this); @DomName('SVGViewSpec.transform') @DocsEditable() - TransformList get transform => _blink.BlinkSVGViewSpec.$transform_Getter(this); + TransformList get transform => _blink.BlinkSVGViewSpec.transform_Getter(this); @DomName('SVGViewSpec.transformString') @DocsEditable() - String get transformString => _blink.BlinkSVGViewSpec.$transformString_Getter(this); + String get transformString => _blink.BlinkSVGViewSpec.transformString_Getter(this); @DomName('SVGViewSpec.viewBoxString') @DocsEditable() - String get viewBoxString => _blink.BlinkSVGViewSpec.$viewBoxString_Getter(this); + String get viewBoxString => _blink.BlinkSVGViewSpec.viewBoxString_Getter(this); @DomName('SVGViewSpec.viewTarget') @DocsEditable() - SvgElement get viewTarget => _blink.BlinkSVGViewSpec.$viewTarget_Getter(this); + SvgElement get viewTarget => _blink.BlinkSVGViewSpec.viewTarget_Getter(this); @DomName('SVGViewSpec.viewTargetString') @DocsEditable() - String get viewTargetString => _blink.BlinkSVGViewSpec.$viewTargetString_Getter(this); + String get viewTargetString => _blink.BlinkSVGViewSpec.viewTargetString_Getter(this); @DomName('SVGViewSpec.preserveAspectRatio') @DocsEditable() @Experimental() // nonstandard - AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGViewSpec.$preserveAspectRatio_Getter(this); + AnimatedPreserveAspectRatio get preserveAspectRatio => _blink.BlinkSVGViewSpec.preserveAspectRatio_Getter(this); @DomName('SVGViewSpec.viewBox') @DocsEditable() @Experimental() // nonstandard - AnimatedRect get viewBox => _blink.BlinkSVGViewSpec.$viewBox_Getter(this); + AnimatedRect get viewBox => _blink.BlinkSVGViewSpec.viewBox_Getter(this); @DomName('SVGViewSpec.zoomAndPan') @DocsEditable() @Experimental() // nonstandard - int get zoomAndPan => _blink.BlinkSVGViewSpec.$zoomAndPan_Getter(this); + int get zoomAndPan => _blink.BlinkSVGViewSpec.zoomAndPan_Getter(this); @DomName('SVGViewSpec.zoomAndPan') @DocsEditable() @Experimental() // nonstandard - void set zoomAndPan(int value) => _blink.BlinkSVGViewSpec.$zoomAndPan_Setter(this, value); + void set zoomAndPan(int value) => _blink.BlinkSVGViewSpec.zoomAndPan_Setter_us(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7706,11 +7706,11 @@ abstract class ZoomAndPan extends NativeFieldWrapperClass2 { @DomName('SVGZoomAndPan.zoomAndPan') @DocsEditable() - int get zoomAndPan => _blink.BlinkSVGZoomAndPan.$zoomAndPan_Getter(this); + int get zoomAndPan => _blink.BlinkSVGZoomAndPan.zoomAndPan_Getter(this); @DomName('SVGZoomAndPan.zoomAndPan') @DocsEditable() - void set zoomAndPan(int value) => _blink.BlinkSVGZoomAndPan.$zoomAndPan_Setter(this, value); + void set zoomAndPan(int value) => _blink.BlinkSVGZoomAndPan.zoomAndPan_Setter_us(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7729,23 +7729,23 @@ class ZoomEvent extends UIEvent { @DomName('SVGZoomEvent.newScale') @DocsEditable() - double get newScale => _blink.BlinkSVGZoomEvent.$newScale_Getter(this); + double get newScale => _blink.BlinkSVGZoomEvent.newScale_Getter(this); @DomName('SVGZoomEvent.newTranslate') @DocsEditable() - Point get newTranslate => _blink.BlinkSVGZoomEvent.$newTranslate_Getter(this); + Point get newTranslate => _blink.BlinkSVGZoomEvent.newTranslate_Getter(this); @DomName('SVGZoomEvent.previousScale') @DocsEditable() - double get previousScale => _blink.BlinkSVGZoomEvent.$previousScale_Getter(this); + double get previousScale => _blink.BlinkSVGZoomEvent.previousScale_Getter(this); @DomName('SVGZoomEvent.previousTranslate') @DocsEditable() - Point get previousTranslate => _blink.BlinkSVGZoomEvent.$previousTranslate_Getter(this); + Point get previousTranslate => _blink.BlinkSVGZoomEvent.previousTranslate_Getter(this); @DomName('SVGZoomEvent.zoomRectScreen') @DocsEditable() - Rect get zoomRectScreen => _blink.BlinkSVGZoomEvent.$zoomRectScreen_Getter(this); + Rect get zoomRectScreen => _blink.BlinkSVGZoomEvent.zoomRectScreen_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7764,15 +7764,15 @@ class _ElementInstanceList extends NativeFieldWrapperClass2 with ListMixin _blink.BlinkSVGElementInstanceList.$length_Getter(this); + int get length => _blink.BlinkSVGElementInstanceList.length_Getter(this); ElementInstance operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkSVGElementInstanceList.$NativeIndexed_Getter(this, index); + return _blink.BlinkSVGElementInstanceList.item_Callback_ul(this, index); } - ElementInstance _nativeIndexedGetter(int index) => _blink.BlinkSVGElementInstanceList.$NativeIndexed_Getter(this, index); + ElementInstance _nativeIndexedGetter(int index) => _blink.BlinkSVGElementInstanceList.item_Callback_ul(this, index); void operator[]=(int index, ElementInstance value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -7814,7 +7814,7 @@ class _ElementInstanceList extends NativeFieldWrapperClass2 with ListMixin _blink.BlinkSVGElementInstanceList.$item_Callback(this, index); + ElementInstance item(int index) => _blink.BlinkSVGElementInstanceList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -7855,19 +7855,19 @@ class _GradientElement extends SvgElement implements UriReference { @DomName('SVGGradientElement.gradientTransform') @DocsEditable() - AnimatedTransformList get gradientTransform => _blink.BlinkSVGGradientElement.$gradientTransform_Getter(this); + AnimatedTransformList get gradientTransform => _blink.BlinkSVGGradientElement.gradientTransform_Getter(this); @DomName('SVGGradientElement.gradientUnits') @DocsEditable() - AnimatedEnumeration get gradientUnits => _blink.BlinkSVGGradientElement.$gradientUnits_Getter(this); + AnimatedEnumeration get gradientUnits => _blink.BlinkSVGGradientElement.gradientUnits_Getter(this); @DomName('SVGGradientElement.spreadMethod') @DocsEditable() - AnimatedEnumeration get spreadMethod => _blink.BlinkSVGGradientElement.$spreadMethod_Getter(this); + AnimatedEnumeration get spreadMethod => _blink.BlinkSVGGradientElement.spreadMethod_Getter(this); @DomName('SVGGradientElement.href') @DocsEditable() - AnimatedString get href => _blink.BlinkSVGGradientElement.$href_Getter(this); + AnimatedString get href => _blink.BlinkSVGGradientElement.href_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file diff --git a/sdk/lib/web_audio/dartium/web_audio_dartium.dart b/sdk/lib/web_audio/dartium/web_audio_dartium.dart index 378a293d2a5..9b18b2dfa33 100644 --- a/sdk/lib/web_audio/dartium/web_audio_dartium.dart +++ b/sdk/lib/web_audio/dartium/web_audio_dartium.dart @@ -62,51 +62,51 @@ class AnalyserNode extends AudioNode { @DomName('AnalyserNode.fftSize') @DocsEditable() - int get fftSize => _blink.BlinkAnalyserNode.$fftSize_Getter(this); + int get fftSize => _blink.BlinkAnalyserNode.fftSize_Getter(this); @DomName('AnalyserNode.fftSize') @DocsEditable() - void set fftSize(int value) => _blink.BlinkAnalyserNode.$fftSize_Setter(this, value); + void set fftSize(int value) => _blink.BlinkAnalyserNode.fftSize_Setter_ul(this, value); @DomName('AnalyserNode.frequencyBinCount') @DocsEditable() - int get frequencyBinCount => _blink.BlinkAnalyserNode.$frequencyBinCount_Getter(this); + int get frequencyBinCount => _blink.BlinkAnalyserNode.frequencyBinCount_Getter(this); @DomName('AnalyserNode.maxDecibels') @DocsEditable() - num get maxDecibels => _blink.BlinkAnalyserNode.$maxDecibels_Getter(this); + num get maxDecibels => _blink.BlinkAnalyserNode.maxDecibels_Getter(this); @DomName('AnalyserNode.maxDecibels') @DocsEditable() - void set maxDecibels(num value) => _blink.BlinkAnalyserNode.$maxDecibels_Setter(this, value); + void set maxDecibels(num value) => _blink.BlinkAnalyserNode.maxDecibels_Setter_float(this, value); @DomName('AnalyserNode.minDecibels') @DocsEditable() - num get minDecibels => _blink.BlinkAnalyserNode.$minDecibels_Getter(this); + num get minDecibels => _blink.BlinkAnalyserNode.minDecibels_Getter(this); @DomName('AnalyserNode.minDecibels') @DocsEditable() - void set minDecibels(num value) => _blink.BlinkAnalyserNode.$minDecibels_Setter(this, value); + void set minDecibels(num value) => _blink.BlinkAnalyserNode.minDecibels_Setter_float(this, value); @DomName('AnalyserNode.smoothingTimeConstant') @DocsEditable() - num get smoothingTimeConstant => _blink.BlinkAnalyserNode.$smoothingTimeConstant_Getter(this); + num get smoothingTimeConstant => _blink.BlinkAnalyserNode.smoothingTimeConstant_Getter(this); @DomName('AnalyserNode.smoothingTimeConstant') @DocsEditable() - void set smoothingTimeConstant(num value) => _blink.BlinkAnalyserNode.$smoothingTimeConstant_Setter(this, value); + void set smoothingTimeConstant(num value) => _blink.BlinkAnalyserNode.smoothingTimeConstant_Setter_float(this, value); @DomName('AnalyserNode.getByteFrequencyData') @DocsEditable() - void getByteFrequencyData(Uint8List array) => _blink.BlinkAnalyserNode.$getByteFrequencyData_Callback(this, array); + void getByteFrequencyData(Uint8List array) => _blink.BlinkAnalyserNode.getByteFrequencyData_Callback_Uint8Array(this, array); @DomName('AnalyserNode.getByteTimeDomainData') @DocsEditable() - void getByteTimeDomainData(Uint8List array) => _blink.BlinkAnalyserNode.$getByteTimeDomainData_Callback(this, array); + void getByteTimeDomainData(Uint8List array) => _blink.BlinkAnalyserNode.getByteTimeDomainData_Callback_Uint8Array(this, array); @DomName('AnalyserNode.getFloatFrequencyData') @DocsEditable() - void getFloatFrequencyData(Float32List array) => _blink.BlinkAnalyserNode.$getFloatFrequencyData_Callback(this, array); + void getFloatFrequencyData(Float32List array) => _blink.BlinkAnalyserNode.getFloatFrequencyData_Callback_Float32Array(this, array); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -126,23 +126,23 @@ class AudioBuffer extends NativeFieldWrapperClass2 { @DomName('AudioBuffer.duration') @DocsEditable() - double get duration => _blink.BlinkAudioBuffer.$duration_Getter(this); + double get duration => _blink.BlinkAudioBuffer.duration_Getter(this); @DomName('AudioBuffer.length') @DocsEditable() - int get length => _blink.BlinkAudioBuffer.$length_Getter(this); + int get length => _blink.BlinkAudioBuffer.length_Getter(this); @DomName('AudioBuffer.numberOfChannels') @DocsEditable() - int get numberOfChannels => _blink.BlinkAudioBuffer.$numberOfChannels_Getter(this); + int get numberOfChannels => _blink.BlinkAudioBuffer.numberOfChannels_Getter(this); @DomName('AudioBuffer.sampleRate') @DocsEditable() - double get sampleRate => _blink.BlinkAudioBuffer.$sampleRate_Getter(this); + double get sampleRate => _blink.BlinkAudioBuffer.sampleRate_Getter(this); @DomName('AudioBuffer.getChannelData') @DocsEditable() - Float32List getChannelData(int channelIndex) => _blink.BlinkAudioBuffer.$getChannelData_Callback(this, channelIndex); + Float32List getChannelData(int channelIndex) => _blink.BlinkAudioBuffer.getChannelData_Callback_ul(this, channelIndex); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -202,75 +202,75 @@ class AudioBufferSourceNode extends AudioSourceNode { @DomName('AudioBufferSourceNode.buffer') @DocsEditable() - AudioBuffer get buffer => _blink.BlinkAudioBufferSourceNode.$buffer_Getter(this); + AudioBuffer get buffer => _blink.BlinkAudioBufferSourceNode.buffer_Getter(this); @DomName('AudioBufferSourceNode.buffer') @DocsEditable() - void set buffer(AudioBuffer value) => _blink.BlinkAudioBufferSourceNode.$buffer_Setter(this, value); + void set buffer(AudioBuffer value) => _blink.BlinkAudioBufferSourceNode.buffer_Setter_AudioBuffer(this, value); @DomName('AudioBufferSourceNode.loop') @DocsEditable() - bool get loop => _blink.BlinkAudioBufferSourceNode.$loop_Getter(this); + bool get loop => _blink.BlinkAudioBufferSourceNode.loop_Getter(this); @DomName('AudioBufferSourceNode.loop') @DocsEditable() - void set loop(bool value) => _blink.BlinkAudioBufferSourceNode.$loop_Setter(this, value); + void set loop(bool value) => _blink.BlinkAudioBufferSourceNode.loop_Setter_boolean(this, value); @DomName('AudioBufferSourceNode.loopEnd') @DocsEditable() - num get loopEnd => _blink.BlinkAudioBufferSourceNode.$loopEnd_Getter(this); + num get loopEnd => _blink.BlinkAudioBufferSourceNode.loopEnd_Getter(this); @DomName('AudioBufferSourceNode.loopEnd') @DocsEditable() - void set loopEnd(num value) => _blink.BlinkAudioBufferSourceNode.$loopEnd_Setter(this, value); + void set loopEnd(num value) => _blink.BlinkAudioBufferSourceNode.loopEnd_Setter_double(this, value); @DomName('AudioBufferSourceNode.loopStart') @DocsEditable() - num get loopStart => _blink.BlinkAudioBufferSourceNode.$loopStart_Getter(this); + num get loopStart => _blink.BlinkAudioBufferSourceNode.loopStart_Getter(this); @DomName('AudioBufferSourceNode.loopStart') @DocsEditable() - void set loopStart(num value) => _blink.BlinkAudioBufferSourceNode.$loopStart_Setter(this, value); + void set loopStart(num value) => _blink.BlinkAudioBufferSourceNode.loopStart_Setter_double(this, value); @DomName('AudioBufferSourceNode.playbackRate') @DocsEditable() - AudioParam get playbackRate => _blink.BlinkAudioBufferSourceNode.$playbackRate_Getter(this); + AudioParam get playbackRate => _blink.BlinkAudioBufferSourceNode.playbackRate_Getter(this); @DomName('AudioBufferSourceNode.noteGrainOn') @DocsEditable() - void noteGrainOn(num when, num grainOffset, num grainDuration) => _blink.BlinkAudioBufferSourceNode.$noteGrainOn_Callback(this, when, grainOffset, grainDuration); + void noteGrainOn(num when, num grainOffset, num grainDuration) => _blink.BlinkAudioBufferSourceNode.noteGrainOn_Callback_double_double_double(this, when, grainOffset, grainDuration); @DomName('AudioBufferSourceNode.noteOff') @DocsEditable() - void noteOff(num when) => _blink.BlinkAudioBufferSourceNode.$noteOff_Callback(this, when); + void noteOff(num when) => _blink.BlinkAudioBufferSourceNode.noteOff_Callback_double(this, when); @DomName('AudioBufferSourceNode.noteOn') @DocsEditable() - void noteOn(num when) => _blink.BlinkAudioBufferSourceNode.$noteOn_Callback(this, when); + void noteOn(num when) => _blink.BlinkAudioBufferSourceNode.noteOn_Callback_double(this, when); void start([num when, num grainOffset, num grainDuration]) { if (grainDuration != null) { - _blink.BlinkAudioBufferSourceNode.$_start_1_Callback(this, when, grainOffset, grainDuration); + _blink.BlinkAudioBufferSourceNode.start_Callback_double_double_double(this, when, grainOffset, grainDuration); return; } if (grainOffset != null) { - _blink.BlinkAudioBufferSourceNode.$_start_2_Callback(this, when, grainOffset); + _blink.BlinkAudioBufferSourceNode.start_Callback_double_double(this, when, grainOffset); return; } if (when != null) { - _blink.BlinkAudioBufferSourceNode.$_start_3_Callback(this, when); + _blink.BlinkAudioBufferSourceNode.start_Callback_double(this, when); return; } - _blink.BlinkAudioBufferSourceNode.$_start_4_Callback(this); + _blink.BlinkAudioBufferSourceNode.start_Callback(this); return; } void stop([num when]) { if (when != null) { - _blink.BlinkAudioBufferSourceNode.$_stop_1_Callback(this, when); + _blink.BlinkAudioBufferSourceNode.stop_Callback_double(this, when); return; } - _blink.BlinkAudioBufferSourceNode.$_stop_2_Callback(this); + _blink.BlinkAudioBufferSourceNode.stop_Callback(this); return; } @@ -308,7 +308,7 @@ class AudioContext extends EventTarget { @DomName('AudioContext.AudioContext') @DocsEditable() factory AudioContext() { - return _blink.BlinkAudioContext.$_create_1constructorCallback(); + return _blink.BlinkAudioContext.constructorCallback(); } /// Checks if this type is supported on the current platform. @@ -316,118 +316,118 @@ class AudioContext extends EventTarget { @DomName('AudioContext.currentTime') @DocsEditable() - double get currentTime => _blink.BlinkAudioContext.$currentTime_Getter(this); + double get currentTime => _blink.BlinkAudioContext.currentTime_Getter(this); @DomName('AudioContext.destination') @DocsEditable() - AudioDestinationNode get destination => _blink.BlinkAudioContext.$destination_Getter(this); + AudioDestinationNode get destination => _blink.BlinkAudioContext.destination_Getter(this); @DomName('AudioContext.listener') @DocsEditable() - AudioListener get listener => _blink.BlinkAudioContext.$listener_Getter(this); + AudioListener get listener => _blink.BlinkAudioContext.listener_Getter(this); @DomName('AudioContext.sampleRate') @DocsEditable() - double get sampleRate => _blink.BlinkAudioContext.$sampleRate_Getter(this); + double get sampleRate => _blink.BlinkAudioContext.sampleRate_Getter(this); @DomName('AudioContext.createAnalyser') @DocsEditable() - AnalyserNode createAnalyser() => _blink.BlinkAudioContext.$createAnalyser_Callback(this); + AnalyserNode createAnalyser() => _blink.BlinkAudioContext.createAnalyser_Callback(this); @DomName('AudioContext.createBiquadFilter') @DocsEditable() - BiquadFilterNode createBiquadFilter() => _blink.BlinkAudioContext.$createBiquadFilter_Callback(this); + BiquadFilterNode createBiquadFilter() => _blink.BlinkAudioContext.createBiquadFilter_Callback(this); @DomName('AudioContext.createBuffer') @DocsEditable() - AudioBuffer createBuffer(int numberOfChannels, int numberOfFrames, num sampleRate) => _blink.BlinkAudioContext.$createBuffer_Callback(this, numberOfChannels, numberOfFrames, sampleRate); + AudioBuffer createBuffer(int numberOfChannels, int numberOfFrames, num sampleRate) => _blink.BlinkAudioContext.createBuffer_Callback_ul_ul_float(this, numberOfChannels, numberOfFrames, sampleRate); @DomName('AudioContext.createBufferSource') @DocsEditable() - AudioBufferSourceNode createBufferSource() => _blink.BlinkAudioContext.$createBufferSource_Callback(this); + AudioBufferSourceNode createBufferSource() => _blink.BlinkAudioContext.createBufferSource_Callback(this); ChannelMergerNode createChannelMerger([int numberOfInputs]) { if (numberOfInputs != null) { - return _blink.BlinkAudioContext.$_createChannelMerger_1_Callback(this, numberOfInputs); + return _blink.BlinkAudioContext.createChannelMerger_Callback_ul(this, numberOfInputs); } - return _blink.BlinkAudioContext.$_createChannelMerger_2_Callback(this); + return _blink.BlinkAudioContext.createChannelMerger_Callback(this); } ChannelSplitterNode createChannelSplitter([int numberOfOutputs]) { if (numberOfOutputs != null) { - return _blink.BlinkAudioContext.$_createChannelSplitter_1_Callback(this, numberOfOutputs); + return _blink.BlinkAudioContext.createChannelSplitter_Callback_ul(this, numberOfOutputs); } - return _blink.BlinkAudioContext.$_createChannelSplitter_2_Callback(this); + return _blink.BlinkAudioContext.createChannelSplitter_Callback(this); } @DomName('AudioContext.createConvolver') @DocsEditable() - ConvolverNode createConvolver() => _blink.BlinkAudioContext.$createConvolver_Callback(this); + ConvolverNode createConvolver() => _blink.BlinkAudioContext.createConvolver_Callback(this); DelayNode createDelay([num maxDelayTime]) { if (maxDelayTime != null) { - return _blink.BlinkAudioContext.$_createDelay_1_Callback(this, maxDelayTime); + return _blink.BlinkAudioContext.createDelay_Callback_double(this, maxDelayTime); } - return _blink.BlinkAudioContext.$_createDelay_2_Callback(this); + return _blink.BlinkAudioContext.createDelay_Callback(this); } @DomName('AudioContext.createDynamicsCompressor') @DocsEditable() - DynamicsCompressorNode createDynamicsCompressor() => _blink.BlinkAudioContext.$createDynamicsCompressor_Callback(this); + DynamicsCompressorNode createDynamicsCompressor() => _blink.BlinkAudioContext.createDynamicsCompressor_Callback(this); @DomName('AudioContext.createGain') @DocsEditable() - GainNode createGain() => _blink.BlinkAudioContext.$createGain_Callback(this); + GainNode createGain() => _blink.BlinkAudioContext.createGain_Callback(this); @DomName('AudioContext.createMediaElementSource') @DocsEditable() - MediaElementAudioSourceNode createMediaElementSource(MediaElement mediaElement) => _blink.BlinkAudioContext.$createMediaElementSource_Callback(this, mediaElement); + MediaElementAudioSourceNode createMediaElementSource(MediaElement mediaElement) => _blink.BlinkAudioContext.createMediaElementSource_Callback_HTMLMediaElement(this, mediaElement); @DomName('AudioContext.createMediaStreamDestination') @DocsEditable() - MediaStreamAudioDestinationNode createMediaStreamDestination() => _blink.BlinkAudioContext.$createMediaStreamDestination_Callback(this); + MediaStreamAudioDestinationNode createMediaStreamDestination() => _blink.BlinkAudioContext.createMediaStreamDestination_Callback(this); @DomName('AudioContext.createMediaStreamSource') @DocsEditable() - MediaStreamAudioSourceNode createMediaStreamSource(MediaStream mediaStream) => _blink.BlinkAudioContext.$createMediaStreamSource_Callback(this, mediaStream); + MediaStreamAudioSourceNode createMediaStreamSource(MediaStream mediaStream) => _blink.BlinkAudioContext.createMediaStreamSource_Callback_MediaStream(this, mediaStream); @DomName('AudioContext.createOscillator') @DocsEditable() - OscillatorNode createOscillator() => _blink.BlinkAudioContext.$createOscillator_Callback(this); + OscillatorNode createOscillator() => _blink.BlinkAudioContext.createOscillator_Callback(this); @DomName('AudioContext.createPanner') @DocsEditable() - PannerNode createPanner() => _blink.BlinkAudioContext.$createPanner_Callback(this); + PannerNode createPanner() => _blink.BlinkAudioContext.createPanner_Callback(this); @DomName('AudioContext.createPeriodicWave') @DocsEditable() @Experimental() // untriaged - PeriodicWave createPeriodicWave(Float32List real, Float32List imag) => _blink.BlinkAudioContext.$createPeriodicWave_Callback(this, real, imag); + PeriodicWave createPeriodicWave(Float32List real, Float32List imag) => _blink.BlinkAudioContext.createPeriodicWave_Callback_Float32Array_Float32Array(this, real, imag); ScriptProcessorNode createScriptProcessor([int bufferSize, int numberOfInputChannels, int numberOfOutputChannels]) { if (numberOfOutputChannels != null) { - return _blink.BlinkAudioContext.$_createScriptProcessor_1_Callback(this, bufferSize, numberOfInputChannels, numberOfOutputChannels); + return _blink.BlinkAudioContext.createScriptProcessor_Callback_ul_ul_ul(this, bufferSize, numberOfInputChannels, numberOfOutputChannels); } if (numberOfInputChannels != null) { - return _blink.BlinkAudioContext.$_createScriptProcessor_2_Callback(this, bufferSize, numberOfInputChannels); + return _blink.BlinkAudioContext.createScriptProcessor_Callback_ul_ul(this, bufferSize, numberOfInputChannels); } if (bufferSize != null) { - return _blink.BlinkAudioContext.$_createScriptProcessor_3_Callback(this, bufferSize); + return _blink.BlinkAudioContext.createScriptProcessor_Callback_ul(this, bufferSize); } - return _blink.BlinkAudioContext.$_createScriptProcessor_4_Callback(this); + return _blink.BlinkAudioContext.createScriptProcessor_Callback(this); } @DomName('AudioContext.createWaveShaper') @DocsEditable() - WaveShaperNode createWaveShaper() => _blink.BlinkAudioContext.$createWaveShaper_Callback(this); + WaveShaperNode createWaveShaper() => _blink.BlinkAudioContext.createWaveShaper_Callback(this); @DomName('AudioContext.decodeAudioData') @DocsEditable() - void _decodeAudioData(ByteBuffer audioData, AudioBufferCallback successCallback, [AudioBufferCallback errorCallback]) => _blink.BlinkAudioContext.$decodeAudioData_Callback(this, audioData, successCallback, errorCallback); + void _decodeAudioData(ByteBuffer audioData, AudioBufferCallback successCallback, [AudioBufferCallback errorCallback]) => _blink.BlinkAudioContext.decodeAudioData_Callback_ArrayBuffer_AudioBufferCallback_AudioBufferCallback(this, audioData, successCallback, errorCallback); @DomName('AudioContext.startRendering') @DocsEditable() - void startRendering() => _blink.BlinkAudioContext.$startRendering_Callback(this); + void startRendering() => _blink.BlinkAudioContext.startRendering_Callback(this); /// Stream of `complete` events handled by this [AudioContext]. @DomName('AudioContext.oncomplete') @@ -466,7 +466,7 @@ class AudioDestinationNode extends AudioNode { @DomName('AudioDestinationNode.maxChannelCount') @DocsEditable() - int get maxChannelCount => _blink.BlinkAudioDestinationNode.$maxChannelCount_Getter(this); + int get maxChannelCount => _blink.BlinkAudioDestinationNode.maxChannelCount_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -486,31 +486,31 @@ class AudioListener extends NativeFieldWrapperClass2 { @DomName('AudioListener.dopplerFactor') @DocsEditable() - num get dopplerFactor => _blink.BlinkAudioListener.$dopplerFactor_Getter(this); + num get dopplerFactor => _blink.BlinkAudioListener.dopplerFactor_Getter(this); @DomName('AudioListener.dopplerFactor') @DocsEditable() - void set dopplerFactor(num value) => _blink.BlinkAudioListener.$dopplerFactor_Setter(this, value); + void set dopplerFactor(num value) => _blink.BlinkAudioListener.dopplerFactor_Setter_float(this, value); @DomName('AudioListener.speedOfSound') @DocsEditable() - num get speedOfSound => _blink.BlinkAudioListener.$speedOfSound_Getter(this); + num get speedOfSound => _blink.BlinkAudioListener.speedOfSound_Getter(this); @DomName('AudioListener.speedOfSound') @DocsEditable() - void set speedOfSound(num value) => _blink.BlinkAudioListener.$speedOfSound_Setter(this, value); + void set speedOfSound(num value) => _blink.BlinkAudioListener.speedOfSound_Setter_float(this, value); @DomName('AudioListener.setOrientation') @DocsEditable() - void setOrientation(num x, num y, num z, num xUp, num yUp, num zUp) => _blink.BlinkAudioListener.$setOrientation_Callback(this, x, y, z, xUp, yUp, zUp); + void setOrientation(num x, num y, num z, num xUp, num yUp, num zUp) => _blink.BlinkAudioListener.setOrientation_Callback_float_float_float_float_float_float(this, x, y, z, xUp, yUp, zUp); @DomName('AudioListener.setPosition') @DocsEditable() - void setPosition(num x, num y, num z) => _blink.BlinkAudioListener.$setPosition_Callback(this, x, y, z); + void setPosition(num x, num y, num z) => _blink.BlinkAudioListener.setPosition_Callback_float_float_float(this, x, y, z); @DomName('AudioListener.setVelocity') @DocsEditable() - void setVelocity(num x, num y, num z) => _blink.BlinkAudioListener.$setVelocity_Callback(this, x, y, z); + void setVelocity(num x, num y, num z) => _blink.BlinkAudioListener.setVelocity_Callback_float_float_float(this, x, y, z); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -527,47 +527,47 @@ class AudioNode extends EventTarget { @DomName('AudioNode.channelCount') @DocsEditable() - int get channelCount => _blink.BlinkAudioNode.$channelCount_Getter(this); + int get channelCount => _blink.BlinkAudioNode.channelCount_Getter(this); @DomName('AudioNode.channelCount') @DocsEditable() - void set channelCount(int value) => _blink.BlinkAudioNode.$channelCount_Setter(this, value); + void set channelCount(int value) => _blink.BlinkAudioNode.channelCount_Setter_ul(this, value); @DomName('AudioNode.channelCountMode') @DocsEditable() - String get channelCountMode => _blink.BlinkAudioNode.$channelCountMode_Getter(this); + String get channelCountMode => _blink.BlinkAudioNode.channelCountMode_Getter(this); @DomName('AudioNode.channelCountMode') @DocsEditable() - void set channelCountMode(String value) => _blink.BlinkAudioNode.$channelCountMode_Setter(this, value); + void set channelCountMode(String value) => _blink.BlinkAudioNode.channelCountMode_Setter_DOMString(this, value); @DomName('AudioNode.channelInterpretation') @DocsEditable() - String get channelInterpretation => _blink.BlinkAudioNode.$channelInterpretation_Getter(this); + String get channelInterpretation => _blink.BlinkAudioNode.channelInterpretation_Getter(this); @DomName('AudioNode.channelInterpretation') @DocsEditable() - void set channelInterpretation(String value) => _blink.BlinkAudioNode.$channelInterpretation_Setter(this, value); + void set channelInterpretation(String value) => _blink.BlinkAudioNode.channelInterpretation_Setter_DOMString(this, value); @DomName('AudioNode.context') @DocsEditable() - AudioContext get context => _blink.BlinkAudioNode.$context_Getter(this); + AudioContext get context => _blink.BlinkAudioNode.context_Getter(this); @DomName('AudioNode.numberOfInputs') @DocsEditable() - int get numberOfInputs => _blink.BlinkAudioNode.$numberOfInputs_Getter(this); + int get numberOfInputs => _blink.BlinkAudioNode.numberOfInputs_Getter(this); @DomName('AudioNode.numberOfOutputs') @DocsEditable() - int get numberOfOutputs => _blink.BlinkAudioNode.$numberOfOutputs_Getter(this); + int get numberOfOutputs => _blink.BlinkAudioNode.numberOfOutputs_Getter(this); void _connect(destination, int output, [int input]) { if ((input is int || input == null) && (output is int || output == null) && (destination is AudioNode || destination == null)) { - _blink.BlinkAudioNode.$_connect_1_Callback(this, destination, output, input); + _blink.BlinkAudioNode.connect_Callback_AudioNode_ul_ul(this, destination, output, input); return; } if ((output is int || output == null) && (destination is AudioParam || destination == null) && input == null) { - _blink.BlinkAudioNode.$_connect_2_Callback(this, destination, output); + _blink.BlinkAudioNode.connect_Callback_AudioParam_ul(this, destination, output); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -575,7 +575,7 @@ class AudioNode extends EventTarget { @DomName('AudioNode.disconnect') @DocsEditable() - void disconnect(int output) => _blink.BlinkAudioNode.$disconnect_Callback(this, output); + void disconnect(int output) => _blink.BlinkAudioNode.disconnect_Callback_ul(this, output); @DomName('AudioNode.connect') void connectNode(AudioNode destination, [int output = 0, int input = 0]) => @@ -602,55 +602,55 @@ class AudioParam extends NativeFieldWrapperClass2 { @DomName('AudioParam.defaultValue') @DocsEditable() - double get defaultValue => _blink.BlinkAudioParam.$defaultValue_Getter(this); + double get defaultValue => _blink.BlinkAudioParam.defaultValue_Getter(this); @DomName('AudioParam.maxValue') @DocsEditable() - double get maxValue => _blink.BlinkAudioParam.$maxValue_Getter(this); + double get maxValue => _blink.BlinkAudioParam.maxValue_Getter(this); @DomName('AudioParam.minValue') @DocsEditable() - double get minValue => _blink.BlinkAudioParam.$minValue_Getter(this); + double get minValue => _blink.BlinkAudioParam.minValue_Getter(this); @DomName('AudioParam.name') @DocsEditable() - String get name => _blink.BlinkAudioParam.$name_Getter(this); + String get name => _blink.BlinkAudioParam.name_Getter(this); @DomName('AudioParam.units') @DocsEditable() - int get units => _blink.BlinkAudioParam.$units_Getter(this); + int get units => _blink.BlinkAudioParam.units_Getter(this); @DomName('AudioParam.value') @DocsEditable() - num get value => _blink.BlinkAudioParam.$value_Getter(this); + num get value => _blink.BlinkAudioParam.value_Getter(this); @DomName('AudioParam.value') @DocsEditable() - void set value(num value) => _blink.BlinkAudioParam.$value_Setter(this, value); + void set value(num value) => _blink.BlinkAudioParam.value_Setter_float(this, value); @DomName('AudioParam.cancelScheduledValues') @DocsEditable() - void cancelScheduledValues(num startTime) => _blink.BlinkAudioParam.$cancelScheduledValues_Callback(this, startTime); + void cancelScheduledValues(num startTime) => _blink.BlinkAudioParam.cancelScheduledValues_Callback_double(this, startTime); @DomName('AudioParam.exponentialRampToValueAtTime') @DocsEditable() - void exponentialRampToValueAtTime(num value, num time) => _blink.BlinkAudioParam.$exponentialRampToValueAtTime_Callback(this, value, time); + void exponentialRampToValueAtTime(num value, num time) => _blink.BlinkAudioParam.exponentialRampToValueAtTime_Callback_float_double(this, value, time); @DomName('AudioParam.linearRampToValueAtTime') @DocsEditable() - void linearRampToValueAtTime(num value, num time) => _blink.BlinkAudioParam.$linearRampToValueAtTime_Callback(this, value, time); + void linearRampToValueAtTime(num value, num time) => _blink.BlinkAudioParam.linearRampToValueAtTime_Callback_float_double(this, value, time); @DomName('AudioParam.setTargetAtTime') @DocsEditable() - void setTargetAtTime(num target, num time, num timeConstant) => _blink.BlinkAudioParam.$setTargetAtTime_Callback(this, target, time, timeConstant); + void setTargetAtTime(num target, num time, num timeConstant) => _blink.BlinkAudioParam.setTargetAtTime_Callback_float_double_double(this, target, time, timeConstant); @DomName('AudioParam.setValueAtTime') @DocsEditable() - void setValueAtTime(num value, num time) => _blink.BlinkAudioParam.$setValueAtTime_Callback(this, value, time); + void setValueAtTime(num value, num time) => _blink.BlinkAudioParam.setValueAtTime_Callback_float_double(this, value, time); @DomName('AudioParam.setValueCurveAtTime') @DocsEditable() - void setValueCurveAtTime(Float32List values, num time, num duration) => _blink.BlinkAudioParam.$setValueCurveAtTime_Callback(this, values, time, duration); + void setValueCurveAtTime(Float32List values, num time, num duration) => _blink.BlinkAudioParam.setValueCurveAtTime_Callback_Float32Array_double_double(this, values, time, duration); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -670,11 +670,11 @@ class AudioProcessingEvent extends Event { @DomName('AudioProcessingEvent.inputBuffer') @DocsEditable() - AudioBuffer get inputBuffer => _blink.BlinkAudioProcessingEvent.$inputBuffer_Getter(this); + AudioBuffer get inputBuffer => _blink.BlinkAudioProcessingEvent.inputBuffer_Getter(this); @DomName('AudioProcessingEvent.outputBuffer') @DocsEditable() - AudioBuffer get outputBuffer => _blink.BlinkAudioProcessingEvent.$outputBuffer_Getter(this); + AudioBuffer get outputBuffer => _blink.BlinkAudioProcessingEvent.outputBuffer_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -742,31 +742,31 @@ class BiquadFilterNode extends AudioNode { @DomName('BiquadFilterNode.Q') @DocsEditable() - AudioParam get Q => _blink.BlinkBiquadFilterNode.$Q_Getter(this); + AudioParam get Q => _blink.BlinkBiquadFilterNode.Q_Getter(this); @DomName('BiquadFilterNode.detune') @DocsEditable() - AudioParam get detune => _blink.BlinkBiquadFilterNode.$detune_Getter(this); + AudioParam get detune => _blink.BlinkBiquadFilterNode.detune_Getter(this); @DomName('BiquadFilterNode.frequency') @DocsEditable() - AudioParam get frequency => _blink.BlinkBiquadFilterNode.$frequency_Getter(this); + AudioParam get frequency => _blink.BlinkBiquadFilterNode.frequency_Getter(this); @DomName('BiquadFilterNode.gain') @DocsEditable() - AudioParam get gain => _blink.BlinkBiquadFilterNode.$gain_Getter(this); + AudioParam get gain => _blink.BlinkBiquadFilterNode.gain_Getter(this); @DomName('BiquadFilterNode.type') @DocsEditable() - String get type => _blink.BlinkBiquadFilterNode.$type_Getter(this); + String get type => _blink.BlinkBiquadFilterNode.type_Getter(this); @DomName('BiquadFilterNode.type') @DocsEditable() - void set type(String value) => _blink.BlinkBiquadFilterNode.$type_Setter(this, value); + void set type(String value) => _blink.BlinkBiquadFilterNode.type_Setter_DOMString(this, value); @DomName('BiquadFilterNode.getFrequencyResponse') @DocsEditable() - void getFrequencyResponse(Float32List frequencyHz, Float32List magResponse, Float32List phaseResponse) => _blink.BlinkBiquadFilterNode.$getFrequencyResponse_Callback(this, frequencyHz, magResponse, phaseResponse); + void getFrequencyResponse(Float32List frequencyHz, Float32List magResponse, Float32List phaseResponse) => _blink.BlinkBiquadFilterNode.getFrequencyResponse_Callback_Float32Array_Float32Array_Float32Array(this, frequencyHz, magResponse, phaseResponse); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -818,19 +818,19 @@ class ConvolverNode extends AudioNode { @DomName('ConvolverNode.buffer') @DocsEditable() - AudioBuffer get buffer => _blink.BlinkConvolverNode.$buffer_Getter(this); + AudioBuffer get buffer => _blink.BlinkConvolverNode.buffer_Getter(this); @DomName('ConvolverNode.buffer') @DocsEditable() - void set buffer(AudioBuffer value) => _blink.BlinkConvolverNode.$buffer_Setter(this, value); + void set buffer(AudioBuffer value) => _blink.BlinkConvolverNode.buffer_Setter_AudioBuffer(this, value); @DomName('ConvolverNode.normalize') @DocsEditable() - bool get normalize => _blink.BlinkConvolverNode.$normalize_Getter(this); + bool get normalize => _blink.BlinkConvolverNode.normalize_Getter(this); @DomName('ConvolverNode.normalize') @DocsEditable() - void set normalize(bool value) => _blink.BlinkConvolverNode.$normalize_Setter(this, value); + void set normalize(bool value) => _blink.BlinkConvolverNode.normalize_Setter_boolean(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -850,7 +850,7 @@ class DelayNode extends AudioNode { @DomName('DelayNode.delayTime') @DocsEditable() - AudioParam get delayTime => _blink.BlinkDelayNode.$delayTime_Getter(this); + AudioParam get delayTime => _blink.BlinkDelayNode.delayTime_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -870,27 +870,27 @@ class DynamicsCompressorNode extends AudioNode { @DomName('DynamicsCompressorNode.attack') @DocsEditable() - AudioParam get attack => _blink.BlinkDynamicsCompressorNode.$attack_Getter(this); + AudioParam get attack => _blink.BlinkDynamicsCompressorNode.attack_Getter(this); @DomName('DynamicsCompressorNode.knee') @DocsEditable() - AudioParam get knee => _blink.BlinkDynamicsCompressorNode.$knee_Getter(this); + AudioParam get knee => _blink.BlinkDynamicsCompressorNode.knee_Getter(this); @DomName('DynamicsCompressorNode.ratio') @DocsEditable() - AudioParam get ratio => _blink.BlinkDynamicsCompressorNode.$ratio_Getter(this); + AudioParam get ratio => _blink.BlinkDynamicsCompressorNode.ratio_Getter(this); @DomName('DynamicsCompressorNode.reduction') @DocsEditable() - AudioParam get reduction => _blink.BlinkDynamicsCompressorNode.$reduction_Getter(this); + AudioParam get reduction => _blink.BlinkDynamicsCompressorNode.reduction_Getter(this); @DomName('DynamicsCompressorNode.release') @DocsEditable() - AudioParam get release => _blink.BlinkDynamicsCompressorNode.$release_Getter(this); + AudioParam get release => _blink.BlinkDynamicsCompressorNode.release_Getter(this); @DomName('DynamicsCompressorNode.threshold') @DocsEditable() - AudioParam get threshold => _blink.BlinkDynamicsCompressorNode.$threshold_Getter(this); + AudioParam get threshold => _blink.BlinkDynamicsCompressorNode.threshold_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -910,7 +910,7 @@ class GainNode extends AudioNode { @DomName('GainNode.gain') @DocsEditable() - AudioParam get gain => _blink.BlinkGainNode.$gain_Getter(this); + AudioParam get gain => _blink.BlinkGainNode.gain_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -931,7 +931,7 @@ class MediaElementAudioSourceNode extends AudioSourceNode { @DomName('MediaElementAudioSourceNode.mediaElement') @DocsEditable() @Experimental() // non-standard - MediaElement get mediaElement => _blink.BlinkMediaElementAudioSourceNode.$mediaElement_Getter(this); + MediaElement get mediaElement => _blink.BlinkMediaElementAudioSourceNode.mediaElement_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -951,7 +951,7 @@ class MediaStreamAudioDestinationNode extends AudioNode { @DomName('MediaStreamAudioDestinationNode.stream') @DocsEditable() - MediaStream get stream => _blink.BlinkMediaStreamAudioDestinationNode.$stream_Getter(this); + MediaStream get stream => _blink.BlinkMediaStreamAudioDestinationNode.stream_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -971,7 +971,7 @@ class MediaStreamAudioSourceNode extends AudioSourceNode { @DomName('MediaStreamAudioSourceNode.mediaStream') @DocsEditable() - MediaStream get mediaStream => _blink.BlinkMediaStreamAudioSourceNode.$mediaStream_Getter(this); + MediaStream get mediaStream => _blink.BlinkMediaStreamAudioSourceNode.mediaStream_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -991,7 +991,7 @@ class OfflineAudioCompletionEvent extends Event { @DomName('OfflineAudioCompletionEvent.renderedBuffer') @DocsEditable() - AudioBuffer get renderedBuffer => _blink.BlinkOfflineAudioCompletionEvent.$renderedBuffer_Getter(this); + AudioBuffer get renderedBuffer => _blink.BlinkOfflineAudioCompletionEvent.renderedBuffer_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1012,7 +1012,7 @@ class OfflineAudioContext extends AudioContext { @DomName('OfflineAudioContext.OfflineAudioContext') @DocsEditable() factory OfflineAudioContext(int numberOfChannels, int numberOfFrames, num sampleRate) { - return _blink.BlinkOfflineAudioContext.$_create_1constructorCallback(numberOfChannels, numberOfFrames, sampleRate); + return _blink.BlinkOfflineAudioContext.constructorCallback_ul_ul_float(numberOfChannels, numberOfFrames, sampleRate); } } @@ -1060,48 +1060,48 @@ class OscillatorNode extends AudioSourceNode { @DomName('OscillatorNode.detune') @DocsEditable() - AudioParam get detune => _blink.BlinkOscillatorNode.$detune_Getter(this); + AudioParam get detune => _blink.BlinkOscillatorNode.detune_Getter(this); @DomName('OscillatorNode.frequency') @DocsEditable() - AudioParam get frequency => _blink.BlinkOscillatorNode.$frequency_Getter(this); + AudioParam get frequency => _blink.BlinkOscillatorNode.frequency_Getter(this); @DomName('OscillatorNode.type') @DocsEditable() - String get type => _blink.BlinkOscillatorNode.$type_Getter(this); + String get type => _blink.BlinkOscillatorNode.type_Getter(this); @DomName('OscillatorNode.type') @DocsEditable() - void set type(String value) => _blink.BlinkOscillatorNode.$type_Setter(this, value); + void set type(String value) => _blink.BlinkOscillatorNode.type_Setter_DOMString(this, value); @DomName('OscillatorNode.noteOff') @DocsEditable() - void noteOff(num when) => _blink.BlinkOscillatorNode.$noteOff_Callback(this, when); + void noteOff(num when) => _blink.BlinkOscillatorNode.noteOff_Callback_double(this, when); @DomName('OscillatorNode.noteOn') @DocsEditable() - void noteOn(num when) => _blink.BlinkOscillatorNode.$noteOn_Callback(this, when); + void noteOn(num when) => _blink.BlinkOscillatorNode.noteOn_Callback_double(this, when); @DomName('OscillatorNode.setPeriodicWave') @DocsEditable() @Experimental() // untriaged - void setPeriodicWave(PeriodicWave periodicWave) => _blink.BlinkOscillatorNode.$setPeriodicWave_Callback(this, periodicWave); + void setPeriodicWave(PeriodicWave periodicWave) => _blink.BlinkOscillatorNode.setPeriodicWave_Callback_PeriodicWave(this, periodicWave); void start([num when]) { if (when != null) { - _blink.BlinkOscillatorNode.$_start_1_Callback(this, when); + _blink.BlinkOscillatorNode.start_Callback_double(this, when); return; } - _blink.BlinkOscillatorNode.$_start_2_Callback(this); + _blink.BlinkOscillatorNode.start_Callback(this); return; } void stop([num when]) { if (when != null) { - _blink.BlinkOscillatorNode.$_stop_1_Callback(this, when); + _blink.BlinkOscillatorNode.stop_Callback_double(this, when); return; } - _blink.BlinkOscillatorNode.$_stop_2_Callback(this); + _blink.BlinkOscillatorNode.stop_Callback(this); return; } @@ -1129,79 +1129,79 @@ class PannerNode extends AudioNode { @DomName('PannerNode.coneInnerAngle') @DocsEditable() - num get coneInnerAngle => _blink.BlinkPannerNode.$coneInnerAngle_Getter(this); + num get coneInnerAngle => _blink.BlinkPannerNode.coneInnerAngle_Getter(this); @DomName('PannerNode.coneInnerAngle') @DocsEditable() - void set coneInnerAngle(num value) => _blink.BlinkPannerNode.$coneInnerAngle_Setter(this, value); + void set coneInnerAngle(num value) => _blink.BlinkPannerNode.coneInnerAngle_Setter_double(this, value); @DomName('PannerNode.coneOuterAngle') @DocsEditable() - num get coneOuterAngle => _blink.BlinkPannerNode.$coneOuterAngle_Getter(this); + num get coneOuterAngle => _blink.BlinkPannerNode.coneOuterAngle_Getter(this); @DomName('PannerNode.coneOuterAngle') @DocsEditable() - void set coneOuterAngle(num value) => _blink.BlinkPannerNode.$coneOuterAngle_Setter(this, value); + void set coneOuterAngle(num value) => _blink.BlinkPannerNode.coneOuterAngle_Setter_double(this, value); @DomName('PannerNode.coneOuterGain') @DocsEditable() - num get coneOuterGain => _blink.BlinkPannerNode.$coneOuterGain_Getter(this); + num get coneOuterGain => _blink.BlinkPannerNode.coneOuterGain_Getter(this); @DomName('PannerNode.coneOuterGain') @DocsEditable() - void set coneOuterGain(num value) => _blink.BlinkPannerNode.$coneOuterGain_Setter(this, value); + void set coneOuterGain(num value) => _blink.BlinkPannerNode.coneOuterGain_Setter_double(this, value); @DomName('PannerNode.distanceModel') @DocsEditable() - String get distanceModel => _blink.BlinkPannerNode.$distanceModel_Getter(this); + String get distanceModel => _blink.BlinkPannerNode.distanceModel_Getter(this); @DomName('PannerNode.distanceModel') @DocsEditable() - void set distanceModel(String value) => _blink.BlinkPannerNode.$distanceModel_Setter(this, value); + void set distanceModel(String value) => _blink.BlinkPannerNode.distanceModel_Setter_DOMString(this, value); @DomName('PannerNode.maxDistance') @DocsEditable() - num get maxDistance => _blink.BlinkPannerNode.$maxDistance_Getter(this); + num get maxDistance => _blink.BlinkPannerNode.maxDistance_Getter(this); @DomName('PannerNode.maxDistance') @DocsEditable() - void set maxDistance(num value) => _blink.BlinkPannerNode.$maxDistance_Setter(this, value); + void set maxDistance(num value) => _blink.BlinkPannerNode.maxDistance_Setter_double(this, value); @DomName('PannerNode.panningModel') @DocsEditable() - String get panningModel => _blink.BlinkPannerNode.$panningModel_Getter(this); + String get panningModel => _blink.BlinkPannerNode.panningModel_Getter(this); @DomName('PannerNode.panningModel') @DocsEditable() - void set panningModel(String value) => _blink.BlinkPannerNode.$panningModel_Setter(this, value); + void set panningModel(String value) => _blink.BlinkPannerNode.panningModel_Setter_DOMString(this, value); @DomName('PannerNode.refDistance') @DocsEditable() - num get refDistance => _blink.BlinkPannerNode.$refDistance_Getter(this); + num get refDistance => _blink.BlinkPannerNode.refDistance_Getter(this); @DomName('PannerNode.refDistance') @DocsEditable() - void set refDistance(num value) => _blink.BlinkPannerNode.$refDistance_Setter(this, value); + void set refDistance(num value) => _blink.BlinkPannerNode.refDistance_Setter_double(this, value); @DomName('PannerNode.rolloffFactor') @DocsEditable() - num get rolloffFactor => _blink.BlinkPannerNode.$rolloffFactor_Getter(this); + num get rolloffFactor => _blink.BlinkPannerNode.rolloffFactor_Getter(this); @DomName('PannerNode.rolloffFactor') @DocsEditable() - void set rolloffFactor(num value) => _blink.BlinkPannerNode.$rolloffFactor_Setter(this, value); + void set rolloffFactor(num value) => _blink.BlinkPannerNode.rolloffFactor_Setter_double(this, value); @DomName('PannerNode.setOrientation') @DocsEditable() - void setOrientation(num x, num y, num z) => _blink.BlinkPannerNode.$setOrientation_Callback(this, x, y, z); + void setOrientation(num x, num y, num z) => _blink.BlinkPannerNode.setOrientation_Callback_float_float_float(this, x, y, z); @DomName('PannerNode.setPosition') @DocsEditable() - void setPosition(num x, num y, num z) => _blink.BlinkPannerNode.$setPosition_Callback(this, x, y, z); + void setPosition(num x, num y, num z) => _blink.BlinkPannerNode.setPosition_Callback_float_float_float(this, x, y, z); @DomName('PannerNode.setVelocity') @DocsEditable() - void setVelocity(num x, num y, num z) => _blink.BlinkPannerNode.$setVelocity_Callback(this, x, y, z); + void setVelocity(num x, num y, num z) => _blink.BlinkPannerNode.setVelocity_Callback_float_float_float(this, x, y, z); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1247,12 +1247,12 @@ class ScriptProcessorNode extends AudioNode { @DomName('ScriptProcessorNode.bufferSize') @DocsEditable() - int get bufferSize => _blink.BlinkScriptProcessorNode.$bufferSize_Getter(this); + int get bufferSize => _blink.BlinkScriptProcessorNode.bufferSize_Getter(this); @DomName('ScriptProcessorNode._setEventListener') @DocsEditable() @Experimental() // non-standard - void _setEventListener(EventListener eventListener) => _blink.BlinkScriptProcessorNode.$_setEventListener_Callback(this, eventListener); + void _setEventListener(EventListener eventListener) => _blink.BlinkScriptProcessorNode.$_setEventListener_Callback_EventListener(this, eventListener); /// Stream of `audioprocess` events handled by this [ScriptProcessorNode]. /** @@ -1285,18 +1285,18 @@ class WaveShaperNode extends AudioNode { @DomName('WaveShaperNode.curve') @DocsEditable() - Float32List get curve => _blink.BlinkWaveShaperNode.$curve_Getter(this); + Float32List get curve => _blink.BlinkWaveShaperNode.curve_Getter(this); @DomName('WaveShaperNode.curve') @DocsEditable() - void set curve(Float32List value) => _blink.BlinkWaveShaperNode.$curve_Setter(this, value); + void set curve(Float32List value) => _blink.BlinkWaveShaperNode.curve_Setter_Float32Array(this, value); @DomName('WaveShaperNode.oversample') @DocsEditable() - String get oversample => _blink.BlinkWaveShaperNode.$oversample_Getter(this); + String get oversample => _blink.BlinkWaveShaperNode.oversample_Getter(this); @DomName('WaveShaperNode.oversample') @DocsEditable() - void set oversample(String value) => _blink.BlinkWaveShaperNode.$oversample_Setter(this, value); + void set oversample(String value) => _blink.BlinkWaveShaperNode.oversample_Setter_DOMString(this, value); } diff --git a/sdk/lib/web_gl/dartium/web_gl_dartium.dart b/sdk/lib/web_gl/dartium/web_gl_dartium.dart index 47767d67269..a7254d79b37 100644 --- a/sdk/lib/web_gl/dartium/web_gl_dartium.dart +++ b/sdk/lib/web_gl/dartium/web_gl_dartium.dart @@ -367,15 +367,15 @@ class ActiveInfo extends NativeFieldWrapperClass2 { @DomName('WebGLActiveInfo.name') @DocsEditable() - String get name => _blink.BlinkWebGLActiveInfo.$name_Getter(this); + String get name => _blink.BlinkWebGLActiveInfo.name_Getter(this); @DomName('WebGLActiveInfo.size') @DocsEditable() - int get size => _blink.BlinkWebGLActiveInfo.$size_Getter(this); + int get size => _blink.BlinkWebGLActiveInfo.size_Getter(this); @DomName('WebGLActiveInfo.type') @DocsEditable() - int get type => _blink.BlinkWebGLActiveInfo.$type_Getter(this); + int get type => _blink.BlinkWebGLActiveInfo.type_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -400,17 +400,17 @@ class AngleInstancedArrays extends NativeFieldWrapperClass2 { @DomName('ANGLEInstancedArrays.drawArraysInstancedANGLE') @DocsEditable() @Experimental() // untriaged - void drawArraysInstancedAngle(int mode, int first, int count, int primcount) => _blink.BlinkANGLEInstancedArrays.$drawArraysInstancedANGLE_Callback(this, mode, first, count, primcount); + void drawArraysInstancedAngle(int mode, int first, int count, int primcount) => _blink.BlinkANGLEInstancedArrays.drawArraysInstancedANGLE_Callback_ul_long_long_long(this, mode, first, count, primcount); @DomName('ANGLEInstancedArrays.drawElementsInstancedANGLE') @DocsEditable() @Experimental() // untriaged - void drawElementsInstancedAngle(int mode, int count, int type, int offset, int primcount) => _blink.BlinkANGLEInstancedArrays.$drawElementsInstancedANGLE_Callback(this, mode, count, type, offset, primcount); + void drawElementsInstancedAngle(int mode, int count, int type, int offset, int primcount) => _blink.BlinkANGLEInstancedArrays.drawElementsInstancedANGLE_Callback_ul_long_ul_ll_long(this, mode, count, type, offset, primcount); @DomName('ANGLEInstancedArrays.vertexAttribDivisorANGLE') @DocsEditable() @Experimental() // untriaged - void vertexAttribDivisorAngle(int index, int divisor) => _blink.BlinkANGLEInstancedArrays.$vertexAttribDivisorANGLE_Callback(this, index, divisor); + void vertexAttribDivisorAngle(int index, int divisor) => _blink.BlinkANGLEInstancedArrays.vertexAttribDivisorANGLE_Callback_ul_long(this, index, divisor); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -558,61 +558,61 @@ class ContextAttributes extends NativeFieldWrapperClass2 { @DomName('WebGLContextAttributes.alpha') @DocsEditable() - bool get alpha => _blink.BlinkWebGLContextAttributes.$alpha_Getter(this); + bool get alpha => _blink.BlinkWebGLContextAttributes.alpha_Getter(this); @DomName('WebGLContextAttributes.alpha') @DocsEditable() - void set alpha(bool value) => _blink.BlinkWebGLContextAttributes.$alpha_Setter(this, value); + void set alpha(bool value) => _blink.BlinkWebGLContextAttributes.alpha_Setter_boolean(this, value); @DomName('WebGLContextAttributes.antialias') @DocsEditable() - bool get antialias => _blink.BlinkWebGLContextAttributes.$antialias_Getter(this); + bool get antialias => _blink.BlinkWebGLContextAttributes.antialias_Getter(this); @DomName('WebGLContextAttributes.antialias') @DocsEditable() - void set antialias(bool value) => _blink.BlinkWebGLContextAttributes.$antialias_Setter(this, value); + void set antialias(bool value) => _blink.BlinkWebGLContextAttributes.antialias_Setter_boolean(this, value); @DomName('WebGLContextAttributes.depth') @DocsEditable() - bool get depth => _blink.BlinkWebGLContextAttributes.$depth_Getter(this); + bool get depth => _blink.BlinkWebGLContextAttributes.depth_Getter(this); @DomName('WebGLContextAttributes.depth') @DocsEditable() - void set depth(bool value) => _blink.BlinkWebGLContextAttributes.$depth_Setter(this, value); + void set depth(bool value) => _blink.BlinkWebGLContextAttributes.depth_Setter_boolean(this, value); @DomName('WebGLContextAttributes.failIfMajorPerformanceCaveat') @DocsEditable() @Experimental() // untriaged - bool get failIfMajorPerformanceCaveat => _blink.BlinkWebGLContextAttributes.$failIfMajorPerformanceCaveat_Getter(this); + bool get failIfMajorPerformanceCaveat => _blink.BlinkWebGLContextAttributes.failIfMajorPerformanceCaveat_Getter(this); @DomName('WebGLContextAttributes.failIfMajorPerformanceCaveat') @DocsEditable() @Experimental() // untriaged - void set failIfMajorPerformanceCaveat(bool value) => _blink.BlinkWebGLContextAttributes.$failIfMajorPerformanceCaveat_Setter(this, value); + void set failIfMajorPerformanceCaveat(bool value) => _blink.BlinkWebGLContextAttributes.failIfMajorPerformanceCaveat_Setter_boolean(this, value); @DomName('WebGLContextAttributes.premultipliedAlpha') @DocsEditable() - bool get premultipliedAlpha => _blink.BlinkWebGLContextAttributes.$premultipliedAlpha_Getter(this); + bool get premultipliedAlpha => _blink.BlinkWebGLContextAttributes.premultipliedAlpha_Getter(this); @DomName('WebGLContextAttributes.premultipliedAlpha') @DocsEditable() - void set premultipliedAlpha(bool value) => _blink.BlinkWebGLContextAttributes.$premultipliedAlpha_Setter(this, value); + void set premultipliedAlpha(bool value) => _blink.BlinkWebGLContextAttributes.premultipliedAlpha_Setter_boolean(this, value); @DomName('WebGLContextAttributes.preserveDrawingBuffer') @DocsEditable() - bool get preserveDrawingBuffer => _blink.BlinkWebGLContextAttributes.$preserveDrawingBuffer_Getter(this); + bool get preserveDrawingBuffer => _blink.BlinkWebGLContextAttributes.preserveDrawingBuffer_Getter(this); @DomName('WebGLContextAttributes.preserveDrawingBuffer') @DocsEditable() - void set preserveDrawingBuffer(bool value) => _blink.BlinkWebGLContextAttributes.$preserveDrawingBuffer_Setter(this, value); + void set preserveDrawingBuffer(bool value) => _blink.BlinkWebGLContextAttributes.preserveDrawingBuffer_Setter_boolean(this, value); @DomName('WebGLContextAttributes.stencil') @DocsEditable() - bool get stencil => _blink.BlinkWebGLContextAttributes.$stencil_Getter(this); + bool get stencil => _blink.BlinkWebGLContextAttributes.stencil_Getter(this); @DomName('WebGLContextAttributes.stencil') @DocsEditable() - void set stencil(bool value) => _blink.BlinkWebGLContextAttributes.$stencil_Setter(this, value); + void set stencil(bool value) => _blink.BlinkWebGLContextAttributes.stencil_Setter_boolean(this, value); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -631,7 +631,7 @@ class ContextEvent extends Event { @DomName('WebGLContextEvent.statusMessage') @DocsEditable() - String get statusMessage => _blink.BlinkWebGLContextEvent.$statusMessage_Getter(this); + String get statusMessage => _blink.BlinkWebGLContextEvent.statusMessage_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -675,7 +675,7 @@ class DebugShaders extends NativeFieldWrapperClass2 { @DomName('WebGLDebugShaders.getTranslatedShaderSource') @DocsEditable() - String getTranslatedShaderSource(Shader shader) => _blink.BlinkWebGLDebugShaders.$getTranslatedShaderSource_Callback(this, shader); + String getTranslatedShaderSource(Shader shader) => _blink.BlinkWebGLDebugShaders.getTranslatedShaderSource_Callback_WebGLShader(this, shader); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -851,7 +851,7 @@ class DrawBuffers extends NativeFieldWrapperClass2 { @DomName('WebGLDrawBuffers.drawBuffersWEBGL') @DocsEditable() - void drawBuffersWebgl(List buffers) => _blink.BlinkWebGLDrawBuffers.$drawBuffersWEBGL_Callback(this, buffers); + void drawBuffersWebgl(List buffers) => _blink.BlinkWebGLDrawBuffers.drawBuffersWEBGL_Callback_SEQ_GLenum_SEQ(this, buffers); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -926,11 +926,11 @@ class LoseContext extends NativeFieldWrapperClass2 { @DomName('WebGLLoseContext.loseContext') @DocsEditable() - void loseContext() => _blink.BlinkWebGLLoseContext.$loseContext_Callback(this); + void loseContext() => _blink.BlinkWebGLLoseContext.loseContext_Callback(this); @DomName('WebGLLoseContext.restoreContext') @DocsEditable() - void restoreContext() => _blink.BlinkWebGLLoseContext.$restoreContext_Callback(this); + void restoreContext() => _blink.BlinkWebGLLoseContext.restoreContext_Callback(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -1058,19 +1058,19 @@ class OesVertexArrayObject extends NativeFieldWrapperClass2 { @DomName('OESVertexArrayObject.bindVertexArrayOES') @DocsEditable() - void bindVertexArray(VertexArrayObject arrayObject) => _blink.BlinkOESVertexArrayObject.$bindVertexArrayOES_Callback(this, arrayObject); + void bindVertexArray(VertexArrayObject arrayObject) => _blink.BlinkOESVertexArrayObject.bindVertexArrayOES_Callback_WebGLVertexArrayObjectOES(this, arrayObject); @DomName('OESVertexArrayObject.createVertexArrayOES') @DocsEditable() - VertexArrayObject createVertexArray() => _blink.BlinkOESVertexArrayObject.$createVertexArrayOES_Callback(this); + VertexArrayObject createVertexArray() => _blink.BlinkOESVertexArrayObject.createVertexArrayOES_Callback(this); @DomName('OESVertexArrayObject.deleteVertexArrayOES') @DocsEditable() - void deleteVertexArray(VertexArrayObject arrayObject) => _blink.BlinkOESVertexArrayObject.$deleteVertexArrayOES_Callback(this, arrayObject); + void deleteVertexArray(VertexArrayObject arrayObject) => _blink.BlinkOESVertexArrayObject.deleteVertexArrayOES_Callback_WebGLVertexArrayObjectOES(this, arrayObject); @DomName('OESVertexArrayObject.isVertexArrayOES') @DocsEditable() - bool isVertexArray(VertexArrayObject arrayObject) => _blink.BlinkOESVertexArrayObject.$isVertexArrayOES_Callback(this, arrayObject); + bool isVertexArray(VertexArrayObject arrayObject) => _blink.BlinkOESVertexArrayObject.isVertexArrayOES_Callback_WebGLVertexArrayObjectOES(this, arrayObject); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -2302,75 +2302,75 @@ class RenderingContext extends CanvasRenderingContext { @DomName('WebGLRenderingContext.drawingBufferHeight') @DocsEditable() - int get drawingBufferHeight => _blink.BlinkWebGLRenderingContext.$drawingBufferHeight_Getter(this); + int get drawingBufferHeight => _blink.BlinkWebGLRenderingContext.drawingBufferHeight_Getter(this); @DomName('WebGLRenderingContext.drawingBufferWidth') @DocsEditable() - int get drawingBufferWidth => _blink.BlinkWebGLRenderingContext.$drawingBufferWidth_Getter(this); + int get drawingBufferWidth => _blink.BlinkWebGLRenderingContext.drawingBufferWidth_Getter(this); @DomName('WebGLRenderingContext.activeTexture') @DocsEditable() - void activeTexture(int texture) => _blink.BlinkWebGLRenderingContext.$activeTexture_Callback(this, texture); + void activeTexture(int texture) => _blink.BlinkWebGLRenderingContext.activeTexture_Callback_ul(this, texture); @DomName('WebGLRenderingContext.attachShader') @DocsEditable() - void attachShader(Program program, Shader shader) => _blink.BlinkWebGLRenderingContext.$attachShader_Callback(this, program, shader); + void attachShader(Program program, Shader shader) => _blink.BlinkWebGLRenderingContext.attachShader_Callback_WebGLProgram_WebGLShader(this, program, shader); @DomName('WebGLRenderingContext.bindAttribLocation') @DocsEditable() - void bindAttribLocation(Program program, int index, String name) => _blink.BlinkWebGLRenderingContext.$bindAttribLocation_Callback(this, program, index, name); + void bindAttribLocation(Program program, int index, String name) => _blink.BlinkWebGLRenderingContext.bindAttribLocation_Callback_WebGLProgram_ul_DOMString(this, program, index, name); @DomName('WebGLRenderingContext.bindBuffer') @DocsEditable() - void bindBuffer(int target, Buffer buffer) => _blink.BlinkWebGLRenderingContext.$bindBuffer_Callback(this, target, buffer); + void bindBuffer(int target, Buffer buffer) => _blink.BlinkWebGLRenderingContext.bindBuffer_Callback_ul_WebGLBuffer(this, target, buffer); @DomName('WebGLRenderingContext.bindFramebuffer') @DocsEditable() - void bindFramebuffer(int target, Framebuffer framebuffer) => _blink.BlinkWebGLRenderingContext.$bindFramebuffer_Callback(this, target, framebuffer); + void bindFramebuffer(int target, Framebuffer framebuffer) => _blink.BlinkWebGLRenderingContext.bindFramebuffer_Callback_ul_WebGLFramebuffer(this, target, framebuffer); @DomName('WebGLRenderingContext.bindRenderbuffer') @DocsEditable() - void bindRenderbuffer(int target, Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderingContext.$bindRenderbuffer_Callback(this, target, renderbuffer); + void bindRenderbuffer(int target, Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderingContext.bindRenderbuffer_Callback_ul_WebGLRenderbuffer(this, target, renderbuffer); @DomName('WebGLRenderingContext.bindTexture') @DocsEditable() - void bindTexture(int target, Texture texture) => _blink.BlinkWebGLRenderingContext.$bindTexture_Callback(this, target, texture); + void bindTexture(int target, Texture texture) => _blink.BlinkWebGLRenderingContext.bindTexture_Callback_ul_WebGLTexture(this, target, texture); @DomName('WebGLRenderingContext.blendColor') @DocsEditable() - void blendColor(num red, num green, num blue, num alpha) => _blink.BlinkWebGLRenderingContext.$blendColor_Callback(this, red, green, blue, alpha); + void blendColor(num red, num green, num blue, num alpha) => _blink.BlinkWebGLRenderingContext.blendColor_Callback_float_float_float_float(this, red, green, blue, alpha); @DomName('WebGLRenderingContext.blendEquation') @DocsEditable() - void blendEquation(int mode) => _blink.BlinkWebGLRenderingContext.$blendEquation_Callback(this, mode); + void blendEquation(int mode) => _blink.BlinkWebGLRenderingContext.blendEquation_Callback_ul(this, mode); @DomName('WebGLRenderingContext.blendEquationSeparate') @DocsEditable() - void blendEquationSeparate(int modeRGB, int modeAlpha) => _blink.BlinkWebGLRenderingContext.$blendEquationSeparate_Callback(this, modeRGB, modeAlpha); + void blendEquationSeparate(int modeRGB, int modeAlpha) => _blink.BlinkWebGLRenderingContext.blendEquationSeparate_Callback_ul_ul(this, modeRGB, modeAlpha); @DomName('WebGLRenderingContext.blendFunc') @DocsEditable() - void blendFunc(int sfactor, int dfactor) => _blink.BlinkWebGLRenderingContext.$blendFunc_Callback(this, sfactor, dfactor); + void blendFunc(int sfactor, int dfactor) => _blink.BlinkWebGLRenderingContext.blendFunc_Callback_ul_ul(this, sfactor, dfactor); @DomName('WebGLRenderingContext.blendFuncSeparate') @DocsEditable() - void blendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) => _blink.BlinkWebGLRenderingContext.$blendFuncSeparate_Callback(this, srcRGB, dstRGB, srcAlpha, dstAlpha); + void blendFuncSeparate(int srcRGB, int dstRGB, int srcAlpha, int dstAlpha) => _blink.BlinkWebGLRenderingContext.blendFuncSeparate_Callback_ul_ul_ul_ul(this, srcRGB, dstRGB, srcAlpha, dstAlpha); @DomName('WebGLRenderingContext.bufferByteData') @DocsEditable() - void bufferByteData(int target, ByteBuffer data, int usage) => _blink.BlinkWebGLRenderingContext.$bufferByteData_Callback(this, target, data, usage); + void bufferByteData(int target, ByteBuffer data, int usage) => _blink.BlinkWebGLRenderingContext.bufferData_Callback_ul_ArrayBuffer_ul(this, target, data, usage); void bufferData(int target, data_OR_size, int usage) { if ((usage is int || usage == null) && (data_OR_size is TypedData || data_OR_size == null) && (target is int || target == null)) { - _blink.BlinkWebGLRenderingContext.$_bufferData_1_Callback(this, target, data_OR_size, usage); + _blink.BlinkWebGLRenderingContext.bufferData_Callback_ul_ArrayBufferView_ul(this, target, data_OR_size, usage); return; } if ((usage is int || usage == null) && (data_OR_size is ByteBuffer || data_OR_size == null) && (target is int || target == null)) { - _blink.BlinkWebGLRenderingContext.$_bufferData_2_Callback(this, target, data_OR_size, usage); + _blink.BlinkWebGLRenderingContext.bufferData_Callback_ul_ArrayBuffer_ul(this, target, data_OR_size, usage); return; } if ((usage is int || usage == null) && (data_OR_size is int || data_OR_size == null) && (target is int || target == null)) { - _blink.BlinkWebGLRenderingContext.$_bufferData_3_Callback(this, target, data_OR_size, usage); + _blink.BlinkWebGLRenderingContext.bufferData_Callback_ul_ll_ul(this, target, data_OR_size, usage); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -2378,19 +2378,19 @@ class RenderingContext extends CanvasRenderingContext { @DomName('WebGLRenderingContext.bufferDataTyped') @DocsEditable() - void bufferDataTyped(int target, TypedData data, int usage) => _blink.BlinkWebGLRenderingContext.$bufferDataTyped_Callback(this, target, data, usage); + void bufferDataTyped(int target, TypedData data, int usage) => _blink.BlinkWebGLRenderingContext.bufferData_Callback_ul_ArrayBufferView_ul(this, target, data, usage); @DomName('WebGLRenderingContext.bufferSubByteData') @DocsEditable() - void bufferSubByteData(int target, int offset, ByteBuffer data) => _blink.BlinkWebGLRenderingContext.$bufferSubByteData_Callback(this, target, offset, data); + void bufferSubByteData(int target, int offset, ByteBuffer data) => _blink.BlinkWebGLRenderingContext.bufferSubData_Callback_ul_ll_ArrayBuffer(this, target, offset, data); void bufferSubData(int target, int offset, data) { if ((data is TypedData || data == null) && (offset is int || offset == null) && (target is int || target == null)) { - _blink.BlinkWebGLRenderingContext.$_bufferSubData_1_Callback(this, target, offset, data); + _blink.BlinkWebGLRenderingContext.bufferSubData_Callback_ul_ll_ArrayBufferView(this, target, offset, data); return; } if ((data is ByteBuffer || data == null) && (offset is int || offset == null) && (target is int || target == null)) { - _blink.BlinkWebGLRenderingContext.$_bufferSubData_2_Callback(this, target, offset, data); + _blink.BlinkWebGLRenderingContext.bufferSubData_Callback_ul_ll_ArrayBuffer(this, target, offset, data); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -2398,375 +2398,375 @@ class RenderingContext extends CanvasRenderingContext { @DomName('WebGLRenderingContext.bufferSubDataTyped') @DocsEditable() - void bufferSubDataTyped(int target, int offset, TypedData data) => _blink.BlinkWebGLRenderingContext.$bufferSubDataTyped_Callback(this, target, offset, data); + void bufferSubDataTyped(int target, int offset, TypedData data) => _blink.BlinkWebGLRenderingContext.bufferSubData_Callback_ul_ll_ArrayBufferView(this, target, offset, data); @DomName('WebGLRenderingContext.checkFramebufferStatus') @DocsEditable() - int checkFramebufferStatus(int target) => _blink.BlinkWebGLRenderingContext.$checkFramebufferStatus_Callback(this, target); + int checkFramebufferStatus(int target) => _blink.BlinkWebGLRenderingContext.checkFramebufferStatus_Callback_ul(this, target); @DomName('WebGLRenderingContext.clear') @DocsEditable() - void clear(int mask) => _blink.BlinkWebGLRenderingContext.$clear_Callback(this, mask); + void clear(int mask) => _blink.BlinkWebGLRenderingContext.clear_Callback_ul(this, mask); @DomName('WebGLRenderingContext.clearColor') @DocsEditable() - void clearColor(num red, num green, num blue, num alpha) => _blink.BlinkWebGLRenderingContext.$clearColor_Callback(this, red, green, blue, alpha); + void clearColor(num red, num green, num blue, num alpha) => _blink.BlinkWebGLRenderingContext.clearColor_Callback_float_float_float_float(this, red, green, blue, alpha); @DomName('WebGLRenderingContext.clearDepth') @DocsEditable() - void clearDepth(num depth) => _blink.BlinkWebGLRenderingContext.$clearDepth_Callback(this, depth); + void clearDepth(num depth) => _blink.BlinkWebGLRenderingContext.clearDepth_Callback_float(this, depth); @DomName('WebGLRenderingContext.clearStencil') @DocsEditable() - void clearStencil(int s) => _blink.BlinkWebGLRenderingContext.$clearStencil_Callback(this, s); + void clearStencil(int s) => _blink.BlinkWebGLRenderingContext.clearStencil_Callback_long(this, s); @DomName('WebGLRenderingContext.colorMask') @DocsEditable() - void colorMask(bool red, bool green, bool blue, bool alpha) => _blink.BlinkWebGLRenderingContext.$colorMask_Callback(this, red, green, blue, alpha); + void colorMask(bool red, bool green, bool blue, bool alpha) => _blink.BlinkWebGLRenderingContext.colorMask_Callback_boolean_boolean_boolean_boolean(this, red, green, blue, alpha); @DomName('WebGLRenderingContext.compileShader') @DocsEditable() - void compileShader(Shader shader) => _blink.BlinkWebGLRenderingContext.$compileShader_Callback(this, shader); + void compileShader(Shader shader) => _blink.BlinkWebGLRenderingContext.compileShader_Callback_WebGLShader(this, shader); @DomName('WebGLRenderingContext.compressedTexImage2D') @DocsEditable() - void compressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, TypedData data) => _blink.BlinkWebGLRenderingContext.$compressedTexImage2D_Callback(this, target, level, internalformat, width, height, border, data); + void compressedTexImage2D(int target, int level, int internalformat, int width, int height, int border, TypedData data) => _blink.BlinkWebGLRenderingContext.compressedTexImage2D_Callback_ul_long_ul_long_long_long_ArrayBufferView(this, target, level, internalformat, width, height, border, data); @DomName('WebGLRenderingContext.compressedTexSubImage2D') @DocsEditable() - void compressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, TypedData data) => _blink.BlinkWebGLRenderingContext.$compressedTexSubImage2D_Callback(this, target, level, xoffset, yoffset, width, height, format, data); + void compressedTexSubImage2D(int target, int level, int xoffset, int yoffset, int width, int height, int format, TypedData data) => _blink.BlinkWebGLRenderingContext.compressedTexSubImage2D_Callback_ul_long_long_long_long_long_ul_ArrayBufferView(this, target, level, xoffset, yoffset, width, height, format, data); @DomName('WebGLRenderingContext.copyTexImage2D') @DocsEditable() - void copyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border) => _blink.BlinkWebGLRenderingContext.$copyTexImage2D_Callback(this, target, level, internalformat, x, y, width, height, border); + void copyTexImage2D(int target, int level, int internalformat, int x, int y, int width, int height, int border) => _blink.BlinkWebGLRenderingContext.copyTexImage2D_Callback_ul_long_ul_long_long_long_long_long(this, target, level, internalformat, x, y, width, height, border); @DomName('WebGLRenderingContext.copyTexSubImage2D') @DocsEditable() - void copyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) => _blink.BlinkWebGLRenderingContext.$copyTexSubImage2D_Callback(this, target, level, xoffset, yoffset, x, y, width, height); + void copyTexSubImage2D(int target, int level, int xoffset, int yoffset, int x, int y, int width, int height) => _blink.BlinkWebGLRenderingContext.copyTexSubImage2D_Callback_ul_long_long_long_long_long_long_long(this, target, level, xoffset, yoffset, x, y, width, height); @DomName('WebGLRenderingContext.createBuffer') @DocsEditable() - Buffer createBuffer() => _blink.BlinkWebGLRenderingContext.$createBuffer_Callback(this); + Buffer createBuffer() => _blink.BlinkWebGLRenderingContext.createBuffer_Callback(this); @DomName('WebGLRenderingContext.createFramebuffer') @DocsEditable() - Framebuffer createFramebuffer() => _blink.BlinkWebGLRenderingContext.$createFramebuffer_Callback(this); + Framebuffer createFramebuffer() => _blink.BlinkWebGLRenderingContext.createFramebuffer_Callback(this); @DomName('WebGLRenderingContext.createProgram') @DocsEditable() - Program createProgram() => _blink.BlinkWebGLRenderingContext.$createProgram_Callback(this); + Program createProgram() => _blink.BlinkWebGLRenderingContext.createProgram_Callback(this); @DomName('WebGLRenderingContext.createRenderbuffer') @DocsEditable() - Renderbuffer createRenderbuffer() => _blink.BlinkWebGLRenderingContext.$createRenderbuffer_Callback(this); + Renderbuffer createRenderbuffer() => _blink.BlinkWebGLRenderingContext.createRenderbuffer_Callback(this); @DomName('WebGLRenderingContext.createShader') @DocsEditable() - Shader createShader(int type) => _blink.BlinkWebGLRenderingContext.$createShader_Callback(this, type); + Shader createShader(int type) => _blink.BlinkWebGLRenderingContext.createShader_Callback_ul(this, type); @DomName('WebGLRenderingContext.createTexture') @DocsEditable() - Texture createTexture() => _blink.BlinkWebGLRenderingContext.$createTexture_Callback(this); + Texture createTexture() => _blink.BlinkWebGLRenderingContext.createTexture_Callback(this); @DomName('WebGLRenderingContext.cullFace') @DocsEditable() - void cullFace(int mode) => _blink.BlinkWebGLRenderingContext.$cullFace_Callback(this, mode); + void cullFace(int mode) => _blink.BlinkWebGLRenderingContext.cullFace_Callback_ul(this, mode); @DomName('WebGLRenderingContext.deleteBuffer') @DocsEditable() - void deleteBuffer(Buffer buffer) => _blink.BlinkWebGLRenderingContext.$deleteBuffer_Callback(this, buffer); + void deleteBuffer(Buffer buffer) => _blink.BlinkWebGLRenderingContext.deleteBuffer_Callback_WebGLBuffer(this, buffer); @DomName('WebGLRenderingContext.deleteFramebuffer') @DocsEditable() - void deleteFramebuffer(Framebuffer framebuffer) => _blink.BlinkWebGLRenderingContext.$deleteFramebuffer_Callback(this, framebuffer); + void deleteFramebuffer(Framebuffer framebuffer) => _blink.BlinkWebGLRenderingContext.deleteFramebuffer_Callback_WebGLFramebuffer(this, framebuffer); @DomName('WebGLRenderingContext.deleteProgram') @DocsEditable() - void deleteProgram(Program program) => _blink.BlinkWebGLRenderingContext.$deleteProgram_Callback(this, program); + void deleteProgram(Program program) => _blink.BlinkWebGLRenderingContext.deleteProgram_Callback_WebGLProgram(this, program); @DomName('WebGLRenderingContext.deleteRenderbuffer') @DocsEditable() - void deleteRenderbuffer(Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderingContext.$deleteRenderbuffer_Callback(this, renderbuffer); + void deleteRenderbuffer(Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderingContext.deleteRenderbuffer_Callback_WebGLRenderbuffer(this, renderbuffer); @DomName('WebGLRenderingContext.deleteShader') @DocsEditable() - void deleteShader(Shader shader) => _blink.BlinkWebGLRenderingContext.$deleteShader_Callback(this, shader); + void deleteShader(Shader shader) => _blink.BlinkWebGLRenderingContext.deleteShader_Callback_WebGLShader(this, shader); @DomName('WebGLRenderingContext.deleteTexture') @DocsEditable() - void deleteTexture(Texture texture) => _blink.BlinkWebGLRenderingContext.$deleteTexture_Callback(this, texture); + void deleteTexture(Texture texture) => _blink.BlinkWebGLRenderingContext.deleteTexture_Callback_WebGLTexture(this, texture); @DomName('WebGLRenderingContext.depthFunc') @DocsEditable() - void depthFunc(int func) => _blink.BlinkWebGLRenderingContext.$depthFunc_Callback(this, func); + void depthFunc(int func) => _blink.BlinkWebGLRenderingContext.depthFunc_Callback_ul(this, func); @DomName('WebGLRenderingContext.depthMask') @DocsEditable() - void depthMask(bool flag) => _blink.BlinkWebGLRenderingContext.$depthMask_Callback(this, flag); + void depthMask(bool flag) => _blink.BlinkWebGLRenderingContext.depthMask_Callback_boolean(this, flag); @DomName('WebGLRenderingContext.depthRange') @DocsEditable() - void depthRange(num zNear, num zFar) => _blink.BlinkWebGLRenderingContext.$depthRange_Callback(this, zNear, zFar); + void depthRange(num zNear, num zFar) => _blink.BlinkWebGLRenderingContext.depthRange_Callback_float_float(this, zNear, zFar); @DomName('WebGLRenderingContext.detachShader') @DocsEditable() - void detachShader(Program program, Shader shader) => _blink.BlinkWebGLRenderingContext.$detachShader_Callback(this, program, shader); + void detachShader(Program program, Shader shader) => _blink.BlinkWebGLRenderingContext.detachShader_Callback_WebGLProgram_WebGLShader(this, program, shader); @DomName('WebGLRenderingContext.disable') @DocsEditable() - void disable(int cap) => _blink.BlinkWebGLRenderingContext.$disable_Callback(this, cap); + void disable(int cap) => _blink.BlinkWebGLRenderingContext.disable_Callback_ul(this, cap); @DomName('WebGLRenderingContext.disableVertexAttribArray') @DocsEditable() - void disableVertexAttribArray(int index) => _blink.BlinkWebGLRenderingContext.$disableVertexAttribArray_Callback(this, index); + void disableVertexAttribArray(int index) => _blink.BlinkWebGLRenderingContext.disableVertexAttribArray_Callback_ul(this, index); @DomName('WebGLRenderingContext.drawArrays') @DocsEditable() - void drawArrays(int mode, int first, int count) => _blink.BlinkWebGLRenderingContext.$drawArrays_Callback(this, mode, first, count); + void drawArrays(int mode, int first, int count) => _blink.BlinkWebGLRenderingContext.drawArrays_Callback_ul_long_long(this, mode, first, count); @DomName('WebGLRenderingContext.drawElements') @DocsEditable() - void drawElements(int mode, int count, int type, int offset) => _blink.BlinkWebGLRenderingContext.$drawElements_Callback(this, mode, count, type, offset); + void drawElements(int mode, int count, int type, int offset) => _blink.BlinkWebGLRenderingContext.drawElements_Callback_ul_long_ul_ll(this, mode, count, type, offset); @DomName('WebGLRenderingContext.enable') @DocsEditable() - void enable(int cap) => _blink.BlinkWebGLRenderingContext.$enable_Callback(this, cap); + void enable(int cap) => _blink.BlinkWebGLRenderingContext.enable_Callback_ul(this, cap); @DomName('WebGLRenderingContext.enableVertexAttribArray') @DocsEditable() - void enableVertexAttribArray(int index) => _blink.BlinkWebGLRenderingContext.$enableVertexAttribArray_Callback(this, index); + void enableVertexAttribArray(int index) => _blink.BlinkWebGLRenderingContext.enableVertexAttribArray_Callback_ul(this, index); @DomName('WebGLRenderingContext.finish') @DocsEditable() - void finish() => _blink.BlinkWebGLRenderingContext.$finish_Callback(this); + void finish() => _blink.BlinkWebGLRenderingContext.finish_Callback(this); @DomName('WebGLRenderingContext.flush') @DocsEditable() - void flush() => _blink.BlinkWebGLRenderingContext.$flush_Callback(this); + void flush() => _blink.BlinkWebGLRenderingContext.flush_Callback(this); @DomName('WebGLRenderingContext.framebufferRenderbuffer') @DocsEditable() - void framebufferRenderbuffer(int target, int attachment, int renderbuffertarget, Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderingContext.$framebufferRenderbuffer_Callback(this, target, attachment, renderbuffertarget, renderbuffer); + void framebufferRenderbuffer(int target, int attachment, int renderbuffertarget, Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderingContext.framebufferRenderbuffer_Callback_ul_ul_ul_WebGLRenderbuffer(this, target, attachment, renderbuffertarget, renderbuffer); @DomName('WebGLRenderingContext.framebufferTexture2D') @DocsEditable() - void framebufferTexture2D(int target, int attachment, int textarget, Texture texture, int level) => _blink.BlinkWebGLRenderingContext.$framebufferTexture2D_Callback(this, target, attachment, textarget, texture, level); + void framebufferTexture2D(int target, int attachment, int textarget, Texture texture, int level) => _blink.BlinkWebGLRenderingContext.framebufferTexture2D_Callback_ul_ul_ul_WebGLTexture_long(this, target, attachment, textarget, texture, level); @DomName('WebGLRenderingContext.frontFace') @DocsEditable() - void frontFace(int mode) => _blink.BlinkWebGLRenderingContext.$frontFace_Callback(this, mode); + void frontFace(int mode) => _blink.BlinkWebGLRenderingContext.frontFace_Callback_ul(this, mode); @DomName('WebGLRenderingContext.generateMipmap') @DocsEditable() - void generateMipmap(int target) => _blink.BlinkWebGLRenderingContext.$generateMipmap_Callback(this, target); + void generateMipmap(int target) => _blink.BlinkWebGLRenderingContext.generateMipmap_Callback_ul(this, target); @DomName('WebGLRenderingContext.getActiveAttrib') @DocsEditable() - ActiveInfo getActiveAttrib(Program program, int index) => _blink.BlinkWebGLRenderingContext.$getActiveAttrib_Callback(this, program, index); + ActiveInfo getActiveAttrib(Program program, int index) => _blink.BlinkWebGLRenderingContext.getActiveAttrib_Callback_WebGLProgram_ul(this, program, index); @DomName('WebGLRenderingContext.getActiveUniform') @DocsEditable() - ActiveInfo getActiveUniform(Program program, int index) => _blink.BlinkWebGLRenderingContext.$getActiveUniform_Callback(this, program, index); + ActiveInfo getActiveUniform(Program program, int index) => _blink.BlinkWebGLRenderingContext.getActiveUniform_Callback_WebGLProgram_ul(this, program, index); @DomName('WebGLRenderingContext.getAttachedShaders') @DocsEditable() - void getAttachedShaders(Program program) => _blink.BlinkWebGLRenderingContext.$getAttachedShaders_Callback(this, program); + void getAttachedShaders(Program program) => _blink.BlinkWebGLRenderingContext.getAttachedShaders_Callback_WebGLProgram(this, program); @DomName('WebGLRenderingContext.getAttribLocation') @DocsEditable() - int getAttribLocation(Program program, String name) => _blink.BlinkWebGLRenderingContext.$getAttribLocation_Callback(this, program, name); + int getAttribLocation(Program program, String name) => _blink.BlinkWebGLRenderingContext.getAttribLocation_Callback_WebGLProgram_DOMString(this, program, name); @DomName('WebGLRenderingContext.getBufferParameter') @DocsEditable() - Object getBufferParameter(int target, int pname) => _blink.BlinkWebGLRenderingContext.$getBufferParameter_Callback(this, target, pname); + Object getBufferParameter(int target, int pname) => _blink.BlinkWebGLRenderingContext.getBufferParameter_Callback_ul_ul(this, target, pname); @DomName('WebGLRenderingContext.getContextAttributes') @DocsEditable() - ContextAttributes getContextAttributes() => _blink.BlinkWebGLRenderingContext.$getContextAttributes_Callback(this); + ContextAttributes getContextAttributes() => _blink.BlinkWebGLRenderingContext.getContextAttributes_Callback(this); @DomName('WebGLRenderingContext.getError') @DocsEditable() - int getError() => _blink.BlinkWebGLRenderingContext.$getError_Callback(this); + int getError() => _blink.BlinkWebGLRenderingContext.getError_Callback(this); @DomName('WebGLRenderingContext.getExtension') @DocsEditable() - Object getExtension(String name) => _blink.BlinkWebGLRenderingContext.$getExtension_Callback(this, name); + Object getExtension(String name) => _blink.BlinkWebGLRenderingContext.getExtension_Callback_DOMString(this, name); @DomName('WebGLRenderingContext.getFramebufferAttachmentParameter') @DocsEditable() - Object getFramebufferAttachmentParameter(int target, int attachment, int pname) => _blink.BlinkWebGLRenderingContext.$getFramebufferAttachmentParameter_Callback(this, target, attachment, pname); + Object getFramebufferAttachmentParameter(int target, int attachment, int pname) => _blink.BlinkWebGLRenderingContext.getFramebufferAttachmentParameter_Callback_ul_ul_ul(this, target, attachment, pname); @DomName('WebGLRenderingContext.getParameter') @DocsEditable() - Object getParameter(int pname) => _blink.BlinkWebGLRenderingContext.$getParameter_Callback(this, pname); + Object getParameter(int pname) => _blink.BlinkWebGLRenderingContext.getParameter_Callback_ul(this, pname); @DomName('WebGLRenderingContext.getProgramInfoLog') @DocsEditable() - String getProgramInfoLog(Program program) => _blink.BlinkWebGLRenderingContext.$getProgramInfoLog_Callback(this, program); + String getProgramInfoLog(Program program) => _blink.BlinkWebGLRenderingContext.getProgramInfoLog_Callback_WebGLProgram(this, program); @DomName('WebGLRenderingContext.getProgramParameter') @DocsEditable() - Object getProgramParameter(Program program, int pname) => _blink.BlinkWebGLRenderingContext.$getProgramParameter_Callback(this, program, pname); + Object getProgramParameter(Program program, int pname) => _blink.BlinkWebGLRenderingContext.getProgramParameter_Callback_WebGLProgram_ul(this, program, pname); @DomName('WebGLRenderingContext.getRenderbufferParameter') @DocsEditable() - Object getRenderbufferParameter(int target, int pname) => _blink.BlinkWebGLRenderingContext.$getRenderbufferParameter_Callback(this, target, pname); + Object getRenderbufferParameter(int target, int pname) => _blink.BlinkWebGLRenderingContext.getRenderbufferParameter_Callback_ul_ul(this, target, pname); @DomName('WebGLRenderingContext.getShaderInfoLog') @DocsEditable() - String getShaderInfoLog(Shader shader) => _blink.BlinkWebGLRenderingContext.$getShaderInfoLog_Callback(this, shader); + String getShaderInfoLog(Shader shader) => _blink.BlinkWebGLRenderingContext.getShaderInfoLog_Callback_WebGLShader(this, shader); @DomName('WebGLRenderingContext.getShaderParameter') @DocsEditable() - Object getShaderParameter(Shader shader, int pname) => _blink.BlinkWebGLRenderingContext.$getShaderParameter_Callback(this, shader, pname); + Object getShaderParameter(Shader shader, int pname) => _blink.BlinkWebGLRenderingContext.getShaderParameter_Callback_WebGLShader_ul(this, shader, pname); @DomName('WebGLRenderingContext.getShaderPrecisionFormat') @DocsEditable() - ShaderPrecisionFormat getShaderPrecisionFormat(int shadertype, int precisiontype) => _blink.BlinkWebGLRenderingContext.$getShaderPrecisionFormat_Callback(this, shadertype, precisiontype); + ShaderPrecisionFormat getShaderPrecisionFormat(int shadertype, int precisiontype) => _blink.BlinkWebGLRenderingContext.getShaderPrecisionFormat_Callback_ul_ul(this, shadertype, precisiontype); @DomName('WebGLRenderingContext.getShaderSource') @DocsEditable() - String getShaderSource(Shader shader) => _blink.BlinkWebGLRenderingContext.$getShaderSource_Callback(this, shader); + String getShaderSource(Shader shader) => _blink.BlinkWebGLRenderingContext.getShaderSource_Callback_WebGLShader(this, shader); @DomName('WebGLRenderingContext.getSupportedExtensions') @DocsEditable() - List getSupportedExtensions() => _blink.BlinkWebGLRenderingContext.$getSupportedExtensions_Callback(this); + List getSupportedExtensions() => _blink.BlinkWebGLRenderingContext.getSupportedExtensions_Callback(this); @DomName('WebGLRenderingContext.getTexParameter') @DocsEditable() - Object getTexParameter(int target, int pname) => _blink.BlinkWebGLRenderingContext.$getTexParameter_Callback(this, target, pname); + Object getTexParameter(int target, int pname) => _blink.BlinkWebGLRenderingContext.getTexParameter_Callback_ul_ul(this, target, pname); @DomName('WebGLRenderingContext.getUniform') @DocsEditable() - Object getUniform(Program program, UniformLocation location) => _blink.BlinkWebGLRenderingContext.$getUniform_Callback(this, program, location); + Object getUniform(Program program, UniformLocation location) => _blink.BlinkWebGLRenderingContext.getUniform_Callback_WebGLProgram_WebGLUniformLocation(this, program, location); @DomName('WebGLRenderingContext.getUniformLocation') @DocsEditable() - UniformLocation getUniformLocation(Program program, String name) => _blink.BlinkWebGLRenderingContext.$getUniformLocation_Callback(this, program, name); + UniformLocation getUniformLocation(Program program, String name) => _blink.BlinkWebGLRenderingContext.getUniformLocation_Callback_WebGLProgram_DOMString(this, program, name); @DomName('WebGLRenderingContext.getVertexAttrib') @DocsEditable() - Object getVertexAttrib(int index, int pname) => _blink.BlinkWebGLRenderingContext.$getVertexAttrib_Callback(this, index, pname); + Object getVertexAttrib(int index, int pname) => _blink.BlinkWebGLRenderingContext.getVertexAttrib_Callback_ul_ul(this, index, pname); @DomName('WebGLRenderingContext.getVertexAttribOffset') @DocsEditable() - int getVertexAttribOffset(int index, int pname) => _blink.BlinkWebGLRenderingContext.$getVertexAttribOffset_Callback(this, index, pname); + int getVertexAttribOffset(int index, int pname) => _blink.BlinkWebGLRenderingContext.getVertexAttribOffset_Callback_ul_ul(this, index, pname); @DomName('WebGLRenderingContext.hint') @DocsEditable() - void hint(int target, int mode) => _blink.BlinkWebGLRenderingContext.$hint_Callback(this, target, mode); + void hint(int target, int mode) => _blink.BlinkWebGLRenderingContext.hint_Callback_ul_ul(this, target, mode); @DomName('WebGLRenderingContext.isBuffer') @DocsEditable() - bool isBuffer(Buffer buffer) => _blink.BlinkWebGLRenderingContext.$isBuffer_Callback(this, buffer); + bool isBuffer(Buffer buffer) => _blink.BlinkWebGLRenderingContext.isBuffer_Callback_WebGLBuffer(this, buffer); @DomName('WebGLRenderingContext.isContextLost') @DocsEditable() - bool isContextLost() => _blink.BlinkWebGLRenderingContext.$isContextLost_Callback(this); + bool isContextLost() => _blink.BlinkWebGLRenderingContext.isContextLost_Callback(this); @DomName('WebGLRenderingContext.isEnabled') @DocsEditable() - bool isEnabled(int cap) => _blink.BlinkWebGLRenderingContext.$isEnabled_Callback(this, cap); + bool isEnabled(int cap) => _blink.BlinkWebGLRenderingContext.isEnabled_Callback_ul(this, cap); @DomName('WebGLRenderingContext.isFramebuffer') @DocsEditable() - bool isFramebuffer(Framebuffer framebuffer) => _blink.BlinkWebGLRenderingContext.$isFramebuffer_Callback(this, framebuffer); + bool isFramebuffer(Framebuffer framebuffer) => _blink.BlinkWebGLRenderingContext.isFramebuffer_Callback_WebGLFramebuffer(this, framebuffer); @DomName('WebGLRenderingContext.isProgram') @DocsEditable() - bool isProgram(Program program) => _blink.BlinkWebGLRenderingContext.$isProgram_Callback(this, program); + bool isProgram(Program program) => _blink.BlinkWebGLRenderingContext.isProgram_Callback_WebGLProgram(this, program); @DomName('WebGLRenderingContext.isRenderbuffer') @DocsEditable() - bool isRenderbuffer(Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderingContext.$isRenderbuffer_Callback(this, renderbuffer); + bool isRenderbuffer(Renderbuffer renderbuffer) => _blink.BlinkWebGLRenderingContext.isRenderbuffer_Callback_WebGLRenderbuffer(this, renderbuffer); @DomName('WebGLRenderingContext.isShader') @DocsEditable() - bool isShader(Shader shader) => _blink.BlinkWebGLRenderingContext.$isShader_Callback(this, shader); + bool isShader(Shader shader) => _blink.BlinkWebGLRenderingContext.isShader_Callback_WebGLShader(this, shader); @DomName('WebGLRenderingContext.isTexture') @DocsEditable() - bool isTexture(Texture texture) => _blink.BlinkWebGLRenderingContext.$isTexture_Callback(this, texture); + bool isTexture(Texture texture) => _blink.BlinkWebGLRenderingContext.isTexture_Callback_WebGLTexture(this, texture); @DomName('WebGLRenderingContext.lineWidth') @DocsEditable() - void lineWidth(num width) => _blink.BlinkWebGLRenderingContext.$lineWidth_Callback(this, width); + void lineWidth(num width) => _blink.BlinkWebGLRenderingContext.lineWidth_Callback_float(this, width); @DomName('WebGLRenderingContext.linkProgram') @DocsEditable() - void linkProgram(Program program) => _blink.BlinkWebGLRenderingContext.$linkProgram_Callback(this, program); + void linkProgram(Program program) => _blink.BlinkWebGLRenderingContext.linkProgram_Callback_WebGLProgram(this, program); @DomName('WebGLRenderingContext.pixelStorei') @DocsEditable() - void pixelStorei(int pname, int param) => _blink.BlinkWebGLRenderingContext.$pixelStorei_Callback(this, pname, param); + void pixelStorei(int pname, int param) => _blink.BlinkWebGLRenderingContext.pixelStorei_Callback_ul_long(this, pname, param); @DomName('WebGLRenderingContext.polygonOffset') @DocsEditable() - void polygonOffset(num factor, num units) => _blink.BlinkWebGLRenderingContext.$polygonOffset_Callback(this, factor, units); + void polygonOffset(num factor, num units) => _blink.BlinkWebGLRenderingContext.polygonOffset_Callback_float_float(this, factor, units); @DomName('WebGLRenderingContext.readPixels') @DocsEditable() - void readPixels(int x, int y, int width, int height, int format, int type, TypedData pixels) => _blink.BlinkWebGLRenderingContext.$readPixels_Callback(this, x, y, width, height, format, type, pixels); + void readPixels(int x, int y, int width, int height, int format, int type, TypedData pixels) => _blink.BlinkWebGLRenderingContext.readPixels_Callback_long_long_long_long_ul_ul_ArrayBufferView(this, x, y, width, height, format, type, pixels); @DomName('WebGLRenderingContext.renderbufferStorage') @DocsEditable() - void renderbufferStorage(int target, int internalformat, int width, int height) => _blink.BlinkWebGLRenderingContext.$renderbufferStorage_Callback(this, target, internalformat, width, height); + void renderbufferStorage(int target, int internalformat, int width, int height) => _blink.BlinkWebGLRenderingContext.renderbufferStorage_Callback_ul_ul_long_long(this, target, internalformat, width, height); @DomName('WebGLRenderingContext.sampleCoverage') @DocsEditable() - void sampleCoverage(num value, bool invert) => _blink.BlinkWebGLRenderingContext.$sampleCoverage_Callback(this, value, invert); + void sampleCoverage(num value, bool invert) => _blink.BlinkWebGLRenderingContext.sampleCoverage_Callback_float_boolean(this, value, invert); @DomName('WebGLRenderingContext.scissor') @DocsEditable() - void scissor(int x, int y, int width, int height) => _blink.BlinkWebGLRenderingContext.$scissor_Callback(this, x, y, width, height); + void scissor(int x, int y, int width, int height) => _blink.BlinkWebGLRenderingContext.scissor_Callback_long_long_long_long(this, x, y, width, height); @DomName('WebGLRenderingContext.shaderSource') @DocsEditable() - void shaderSource(Shader shader, String string) => _blink.BlinkWebGLRenderingContext.$shaderSource_Callback(this, shader, string); + void shaderSource(Shader shader, String string) => _blink.BlinkWebGLRenderingContext.shaderSource_Callback_WebGLShader_DOMString(this, shader, string); @DomName('WebGLRenderingContext.stencilFunc') @DocsEditable() - void stencilFunc(int func, int ref, int mask) => _blink.BlinkWebGLRenderingContext.$stencilFunc_Callback(this, func, ref, mask); + void stencilFunc(int func, int ref, int mask) => _blink.BlinkWebGLRenderingContext.stencilFunc_Callback_ul_long_ul(this, func, ref, mask); @DomName('WebGLRenderingContext.stencilFuncSeparate') @DocsEditable() - void stencilFuncSeparate(int face, int func, int ref, int mask) => _blink.BlinkWebGLRenderingContext.$stencilFuncSeparate_Callback(this, face, func, ref, mask); + void stencilFuncSeparate(int face, int func, int ref, int mask) => _blink.BlinkWebGLRenderingContext.stencilFuncSeparate_Callback_ul_ul_long_ul(this, face, func, ref, mask); @DomName('WebGLRenderingContext.stencilMask') @DocsEditable() - void stencilMask(int mask) => _blink.BlinkWebGLRenderingContext.$stencilMask_Callback(this, mask); + void stencilMask(int mask) => _blink.BlinkWebGLRenderingContext.stencilMask_Callback_ul(this, mask); @DomName('WebGLRenderingContext.stencilMaskSeparate') @DocsEditable() - void stencilMaskSeparate(int face, int mask) => _blink.BlinkWebGLRenderingContext.$stencilMaskSeparate_Callback(this, face, mask); + void stencilMaskSeparate(int face, int mask) => _blink.BlinkWebGLRenderingContext.stencilMaskSeparate_Callback_ul_ul(this, face, mask); @DomName('WebGLRenderingContext.stencilOp') @DocsEditable() - void stencilOp(int fail, int zfail, int zpass) => _blink.BlinkWebGLRenderingContext.$stencilOp_Callback(this, fail, zfail, zpass); + void stencilOp(int fail, int zfail, int zpass) => _blink.BlinkWebGLRenderingContext.stencilOp_Callback_ul_ul_ul(this, fail, zfail, zpass); @DomName('WebGLRenderingContext.stencilOpSeparate') @DocsEditable() - void stencilOpSeparate(int face, int fail, int zfail, int zpass) => _blink.BlinkWebGLRenderingContext.$stencilOpSeparate_Callback(this, face, fail, zfail, zpass); + void stencilOpSeparate(int face, int fail, int zfail, int zpass) => _blink.BlinkWebGLRenderingContext.stencilOpSeparate_Callback_ul_ul_ul_ul(this, face, fail, zfail, zpass); void texImage2D(int target, int level, int internalformat, int format_OR_width, int height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, [int format, int type, TypedData pixels]) { if ((pixels is TypedData || pixels == null) && (type is int || type == null) && (format is int || format == null) && (border_OR_canvas_OR_image_OR_pixels_OR_video is int || border_OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (internalformat is int || internalformat == null) && (level is int || level == null) && (target is int || target == null)) { - _blink.BlinkWebGLRenderingContext.$_texImage2D_1_Callback(this, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, type, pixels); + _blink.BlinkWebGLRenderingContext.texImage2D_Callback_ul_long_ul_long_long_long_ul_ul_ArrayBufferView(this, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, type, pixels); return; } if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageData || border_OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (internalformat is int || internalformat == null) && (level is int || level == null) && (target is int || target == null) && format == null && type == null && pixels == null) { - _blink.BlinkWebGLRenderingContext.$_texImage2D_2_Callback(this, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video); + _blink.BlinkWebGLRenderingContext.texImage2D_Callback_ul_long_ul_ul_ul_ImageData(this, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video); return; } if ((border_OR_canvas_OR_image_OR_pixels_OR_video is ImageElement || border_OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (internalformat is int || internalformat == null) && (level is int || level == null) && (target is int || target == null) && format == null && type == null && pixels == null) { - _blink.BlinkWebGLRenderingContext.$_texImage2D_3_Callback(this, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video); + _blink.BlinkWebGLRenderingContext.texImage2D_Callback_ul_long_ul_ul_ul_HTMLImageElement(this, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video); return; } if ((border_OR_canvas_OR_image_OR_pixels_OR_video is CanvasElement || border_OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (internalformat is int || internalformat == null) && (level is int || level == null) && (target is int || target == null) && format == null && type == null && pixels == null) { - _blink.BlinkWebGLRenderingContext.$_texImage2D_4_Callback(this, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video); + _blink.BlinkWebGLRenderingContext.texImage2D_Callback_ul_long_ul_ul_ul_HTMLCanvasElement(this, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video); return; } if ((border_OR_canvas_OR_image_OR_pixels_OR_video is VideoElement || border_OR_canvas_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (internalformat is int || internalformat == null) && (level is int || level == null) && (target is int || target == null) && format == null && type == null && pixels == null) { - _blink.BlinkWebGLRenderingContext.$_texImage2D_5_Callback(this, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video); + _blink.BlinkWebGLRenderingContext.texImage2D_Callback_ul_long_ul_ul_ul_HTMLVideoElement(this, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -2774,47 +2774,47 @@ class RenderingContext extends CanvasRenderingContext { @DomName('WebGLRenderingContext.texImage2DCanvas') @DocsEditable() - void texImage2DCanvas(int target, int level, int internalformat, int format, int type, CanvasElement canvas) => _blink.BlinkWebGLRenderingContext.$texImage2DCanvas_Callback(this, target, level, internalformat, format, type, canvas); + void texImage2DCanvas(int target, int level, int internalformat, int format, int type, CanvasElement canvas) => _blink.BlinkWebGLRenderingContext.texImage2D_Callback_ul_long_ul_ul_ul_HTMLCanvasElement(this, target, level, internalformat, format, type, canvas); @DomName('WebGLRenderingContext.texImage2DImage') @DocsEditable() - void texImage2DImage(int target, int level, int internalformat, int format, int type, ImageElement image) => _blink.BlinkWebGLRenderingContext.$texImage2DImage_Callback(this, target, level, internalformat, format, type, image); + void texImage2DImage(int target, int level, int internalformat, int format, int type, ImageElement image) => _blink.BlinkWebGLRenderingContext.texImage2D_Callback_ul_long_ul_ul_ul_HTMLImageElement(this, target, level, internalformat, format, type, image); @DomName('WebGLRenderingContext.texImage2DImageData') @DocsEditable() - void texImage2DImageData(int target, int level, int internalformat, int format, int type, ImageData pixels) => _blink.BlinkWebGLRenderingContext.$texImage2DImageData_Callback(this, target, level, internalformat, format, type, pixels); + void texImage2DImageData(int target, int level, int internalformat, int format, int type, ImageData pixels) => _blink.BlinkWebGLRenderingContext.texImage2D_Callback_ul_long_ul_ul_ul_ImageData(this, target, level, internalformat, format, type, pixels); @DomName('WebGLRenderingContext.texImage2DVideo') @DocsEditable() - void texImage2DVideo(int target, int level, int internalformat, int format, int type, VideoElement video) => _blink.BlinkWebGLRenderingContext.$texImage2DVideo_Callback(this, target, level, internalformat, format, type, video); + void texImage2DVideo(int target, int level, int internalformat, int format, int type, VideoElement video) => _blink.BlinkWebGLRenderingContext.texImage2D_Callback_ul_long_ul_ul_ul_HTMLVideoElement(this, target, level, internalformat, format, type, video); @DomName('WebGLRenderingContext.texParameterf') @DocsEditable() - void texParameterf(int target, int pname, num param) => _blink.BlinkWebGLRenderingContext.$texParameterf_Callback(this, target, pname, param); + void texParameterf(int target, int pname, num param) => _blink.BlinkWebGLRenderingContext.texParameterf_Callback_ul_ul_float(this, target, pname, param); @DomName('WebGLRenderingContext.texParameteri') @DocsEditable() - void texParameteri(int target, int pname, int param) => _blink.BlinkWebGLRenderingContext.$texParameteri_Callback(this, target, pname, param); + void texParameteri(int target, int pname, int param) => _blink.BlinkWebGLRenderingContext.texParameteri_Callback_ul_ul_long(this, target, pname, param); void texSubImage2D(int target, int level, int xoffset, int yoffset, int format_OR_width, int height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, [int type, TypedData pixels]) { if ((pixels is TypedData || pixels == null) && (type is int || type == null) && (canvas_OR_format_OR_image_OR_pixels_OR_video is int || canvas_OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null)) { - _blink.BlinkWebGLRenderingContext.$_texSubImage2D_1_Callback(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, type, pixels); + _blink.BlinkWebGLRenderingContext.texSubImage2D_Callback_ul_long_long_long_long_long_ul_ul_ArrayBufferView(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, type, pixels); return; } if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageData || canvas_OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null) && type == null && pixels == null) { - _blink.BlinkWebGLRenderingContext.$_texSubImage2D_2_Callback(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video); + _blink.BlinkWebGLRenderingContext.texSubImage2D_Callback_ul_long_long_long_ul_ul_ImageData(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video); return; } if ((canvas_OR_format_OR_image_OR_pixels_OR_video is ImageElement || canvas_OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null) && type == null && pixels == null) { - _blink.BlinkWebGLRenderingContext.$_texSubImage2D_3_Callback(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video); + _blink.BlinkWebGLRenderingContext.texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLImageElement(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video); return; } if ((canvas_OR_format_OR_image_OR_pixels_OR_video is CanvasElement || canvas_OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null) && type == null && pixels == null) { - _blink.BlinkWebGLRenderingContext.$_texSubImage2D_4_Callback(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video); + _blink.BlinkWebGLRenderingContext.texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLCanvasElement(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video); return; } if ((canvas_OR_format_OR_image_OR_pixels_OR_video is VideoElement || canvas_OR_format_OR_image_OR_pixels_OR_video == null) && (height_OR_type is int || height_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null) && type == null && pixels == null) { - _blink.BlinkWebGLRenderingContext.$_texSubImage2D_5_Callback(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video); + _blink.BlinkWebGLRenderingContext.texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLVideoElement(this, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video); return; } throw new ArgumentError("Incorrect number or type of arguments"); @@ -2822,143 +2822,143 @@ class RenderingContext extends CanvasRenderingContext { @DomName('WebGLRenderingContext.texSubImage2DCanvas') @DocsEditable() - void texSubImage2DCanvas(int target, int level, int xoffset, int yoffset, int format, int type, CanvasElement canvas) => _blink.BlinkWebGLRenderingContext.$texSubImage2DCanvas_Callback(this, target, level, xoffset, yoffset, format, type, canvas); + void texSubImage2DCanvas(int target, int level, int xoffset, int yoffset, int format, int type, CanvasElement canvas) => _blink.BlinkWebGLRenderingContext.texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLCanvasElement(this, target, level, xoffset, yoffset, format, type, canvas); @DomName('WebGLRenderingContext.texSubImage2DImage') @DocsEditable() - void texSubImage2DImage(int target, int level, int xoffset, int yoffset, int format, int type, ImageElement image) => _blink.BlinkWebGLRenderingContext.$texSubImage2DImage_Callback(this, target, level, xoffset, yoffset, format, type, image); + void texSubImage2DImage(int target, int level, int xoffset, int yoffset, int format, int type, ImageElement image) => _blink.BlinkWebGLRenderingContext.texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLImageElement(this, target, level, xoffset, yoffset, format, type, image); @DomName('WebGLRenderingContext.texSubImage2DImageData') @DocsEditable() - void texSubImage2DImageData(int target, int level, int xoffset, int yoffset, int format, int type, ImageData pixels) => _blink.BlinkWebGLRenderingContext.$texSubImage2DImageData_Callback(this, target, level, xoffset, yoffset, format, type, pixels); + void texSubImage2DImageData(int target, int level, int xoffset, int yoffset, int format, int type, ImageData pixels) => _blink.BlinkWebGLRenderingContext.texSubImage2D_Callback_ul_long_long_long_ul_ul_ImageData(this, target, level, xoffset, yoffset, format, type, pixels); @DomName('WebGLRenderingContext.texSubImage2DVideo') @DocsEditable() - void texSubImage2DVideo(int target, int level, int xoffset, int yoffset, int format, int type, VideoElement video) => _blink.BlinkWebGLRenderingContext.$texSubImage2DVideo_Callback(this, target, level, xoffset, yoffset, format, type, video); + void texSubImage2DVideo(int target, int level, int xoffset, int yoffset, int format, int type, VideoElement video) => _blink.BlinkWebGLRenderingContext.texSubImage2D_Callback_ul_long_long_long_ul_ul_HTMLVideoElement(this, target, level, xoffset, yoffset, format, type, video); @DomName('WebGLRenderingContext.uniform1f') @DocsEditable() - void uniform1f(UniformLocation location, num x) => _blink.BlinkWebGLRenderingContext.$uniform1f_Callback(this, location, x); + void uniform1f(UniformLocation location, num x) => _blink.BlinkWebGLRenderingContext.uniform1f_Callback_WebGLUniformLocation_float(this, location, x); @DomName('WebGLRenderingContext.uniform1fv') @DocsEditable() - void uniform1fv(UniformLocation location, Float32List v) => _blink.BlinkWebGLRenderingContext.$uniform1fv_Callback(this, location, v); + void uniform1fv(UniformLocation location, Float32List v) => _blink.BlinkWebGLRenderingContext.uniform1fv_Callback_WebGLUniformLocation_Float32Array(this, location, v); @DomName('WebGLRenderingContext.uniform1i') @DocsEditable() - void uniform1i(UniformLocation location, int x) => _blink.BlinkWebGLRenderingContext.$uniform1i_Callback(this, location, x); + void uniform1i(UniformLocation location, int x) => _blink.BlinkWebGLRenderingContext.uniform1i_Callback_WebGLUniformLocation_long(this, location, x); @DomName('WebGLRenderingContext.uniform1iv') @DocsEditable() - void uniform1iv(UniformLocation location, Int32List v) => _blink.BlinkWebGLRenderingContext.$uniform1iv_Callback(this, location, v); + void uniform1iv(UniformLocation location, Int32List v) => _blink.BlinkWebGLRenderingContext.uniform1iv_Callback_WebGLUniformLocation_Int32Array(this, location, v); @DomName('WebGLRenderingContext.uniform2f') @DocsEditable() - void uniform2f(UniformLocation location, num x, num y) => _blink.BlinkWebGLRenderingContext.$uniform2f_Callback(this, location, x, y); + void uniform2f(UniformLocation location, num x, num y) => _blink.BlinkWebGLRenderingContext.uniform2f_Callback_WebGLUniformLocation_float_float(this, location, x, y); @DomName('WebGLRenderingContext.uniform2fv') @DocsEditable() - void uniform2fv(UniformLocation location, Float32List v) => _blink.BlinkWebGLRenderingContext.$uniform2fv_Callback(this, location, v); + void uniform2fv(UniformLocation location, Float32List v) => _blink.BlinkWebGLRenderingContext.uniform2fv_Callback_WebGLUniformLocation_Float32Array(this, location, v); @DomName('WebGLRenderingContext.uniform2i') @DocsEditable() - void uniform2i(UniformLocation location, int x, int y) => _blink.BlinkWebGLRenderingContext.$uniform2i_Callback(this, location, x, y); + void uniform2i(UniformLocation location, int x, int y) => _blink.BlinkWebGLRenderingContext.uniform2i_Callback_WebGLUniformLocation_long_long(this, location, x, y); @DomName('WebGLRenderingContext.uniform2iv') @DocsEditable() - void uniform2iv(UniformLocation location, Int32List v) => _blink.BlinkWebGLRenderingContext.$uniform2iv_Callback(this, location, v); + void uniform2iv(UniformLocation location, Int32List v) => _blink.BlinkWebGLRenderingContext.uniform2iv_Callback_WebGLUniformLocation_Int32Array(this, location, v); @DomName('WebGLRenderingContext.uniform3f') @DocsEditable() - void uniform3f(UniformLocation location, num x, num y, num z) => _blink.BlinkWebGLRenderingContext.$uniform3f_Callback(this, location, x, y, z); + void uniform3f(UniformLocation location, num x, num y, num z) => _blink.BlinkWebGLRenderingContext.uniform3f_Callback_WebGLUniformLocation_float_float_float(this, location, x, y, z); @DomName('WebGLRenderingContext.uniform3fv') @DocsEditable() - void uniform3fv(UniformLocation location, Float32List v) => _blink.BlinkWebGLRenderingContext.$uniform3fv_Callback(this, location, v); + void uniform3fv(UniformLocation location, Float32List v) => _blink.BlinkWebGLRenderingContext.uniform3fv_Callback_WebGLUniformLocation_Float32Array(this, location, v); @DomName('WebGLRenderingContext.uniform3i') @DocsEditable() - void uniform3i(UniformLocation location, int x, int y, int z) => _blink.BlinkWebGLRenderingContext.$uniform3i_Callback(this, location, x, y, z); + void uniform3i(UniformLocation location, int x, int y, int z) => _blink.BlinkWebGLRenderingContext.uniform3i_Callback_WebGLUniformLocation_long_long_long(this, location, x, y, z); @DomName('WebGLRenderingContext.uniform3iv') @DocsEditable() - void uniform3iv(UniformLocation location, Int32List v) => _blink.BlinkWebGLRenderingContext.$uniform3iv_Callback(this, location, v); + void uniform3iv(UniformLocation location, Int32List v) => _blink.BlinkWebGLRenderingContext.uniform3iv_Callback_WebGLUniformLocation_Int32Array(this, location, v); @DomName('WebGLRenderingContext.uniform4f') @DocsEditable() - void uniform4f(UniformLocation location, num x, num y, num z, num w) => _blink.BlinkWebGLRenderingContext.$uniform4f_Callback(this, location, x, y, z, w); + void uniform4f(UniformLocation location, num x, num y, num z, num w) => _blink.BlinkWebGLRenderingContext.uniform4f_Callback_WebGLUniformLocation_float_float_float_float(this, location, x, y, z, w); @DomName('WebGLRenderingContext.uniform4fv') @DocsEditable() - void uniform4fv(UniformLocation location, Float32List v) => _blink.BlinkWebGLRenderingContext.$uniform4fv_Callback(this, location, v); + void uniform4fv(UniformLocation location, Float32List v) => _blink.BlinkWebGLRenderingContext.uniform4fv_Callback_WebGLUniformLocation_Float32Array(this, location, v); @DomName('WebGLRenderingContext.uniform4i') @DocsEditable() - void uniform4i(UniformLocation location, int x, int y, int z, int w) => _blink.BlinkWebGLRenderingContext.$uniform4i_Callback(this, location, x, y, z, w); + void uniform4i(UniformLocation location, int x, int y, int z, int w) => _blink.BlinkWebGLRenderingContext.uniform4i_Callback_WebGLUniformLocation_long_long_long_long(this, location, x, y, z, w); @DomName('WebGLRenderingContext.uniform4iv') @DocsEditable() - void uniform4iv(UniformLocation location, Int32List v) => _blink.BlinkWebGLRenderingContext.$uniform4iv_Callback(this, location, v); + void uniform4iv(UniformLocation location, Int32List v) => _blink.BlinkWebGLRenderingContext.uniform4iv_Callback_WebGLUniformLocation_Int32Array(this, location, v); @DomName('WebGLRenderingContext.uniformMatrix2fv') @DocsEditable() - void uniformMatrix2fv(UniformLocation location, bool transpose, Float32List array) => _blink.BlinkWebGLRenderingContext.$uniformMatrix2fv_Callback(this, location, transpose, array); + void uniformMatrix2fv(UniformLocation location, bool transpose, Float32List array) => _blink.BlinkWebGLRenderingContext.uniformMatrix2fv_Callback_WebGLUniformLocation_boolean_Float32Array(this, location, transpose, array); @DomName('WebGLRenderingContext.uniformMatrix3fv') @DocsEditable() - void uniformMatrix3fv(UniformLocation location, bool transpose, Float32List array) => _blink.BlinkWebGLRenderingContext.$uniformMatrix3fv_Callback(this, location, transpose, array); + void uniformMatrix3fv(UniformLocation location, bool transpose, Float32List array) => _blink.BlinkWebGLRenderingContext.uniformMatrix3fv_Callback_WebGLUniformLocation_boolean_Float32Array(this, location, transpose, array); @DomName('WebGLRenderingContext.uniformMatrix4fv') @DocsEditable() - void uniformMatrix4fv(UniformLocation location, bool transpose, Float32List array) => _blink.BlinkWebGLRenderingContext.$uniformMatrix4fv_Callback(this, location, transpose, array); + void uniformMatrix4fv(UniformLocation location, bool transpose, Float32List array) => _blink.BlinkWebGLRenderingContext.uniformMatrix4fv_Callback_WebGLUniformLocation_boolean_Float32Array(this, location, transpose, array); @DomName('WebGLRenderingContext.useProgram') @DocsEditable() - void useProgram(Program program) => _blink.BlinkWebGLRenderingContext.$useProgram_Callback(this, program); + void useProgram(Program program) => _blink.BlinkWebGLRenderingContext.useProgram_Callback_WebGLProgram(this, program); @DomName('WebGLRenderingContext.validateProgram') @DocsEditable() - void validateProgram(Program program) => _blink.BlinkWebGLRenderingContext.$validateProgram_Callback(this, program); + void validateProgram(Program program) => _blink.BlinkWebGLRenderingContext.validateProgram_Callback_WebGLProgram(this, program); @DomName('WebGLRenderingContext.vertexAttrib1f') @DocsEditable() - void vertexAttrib1f(int indx, num x) => _blink.BlinkWebGLRenderingContext.$vertexAttrib1f_Callback(this, indx, x); + void vertexAttrib1f(int indx, num x) => _blink.BlinkWebGLRenderingContext.vertexAttrib1f_Callback_ul_float(this, indx, x); @DomName('WebGLRenderingContext.vertexAttrib1fv') @DocsEditable() - void vertexAttrib1fv(int indx, Float32List values) => _blink.BlinkWebGLRenderingContext.$vertexAttrib1fv_Callback(this, indx, values); + void vertexAttrib1fv(int indx, Float32List values) => _blink.BlinkWebGLRenderingContext.vertexAttrib1fv_Callback_ul_Float32Array(this, indx, values); @DomName('WebGLRenderingContext.vertexAttrib2f') @DocsEditable() - void vertexAttrib2f(int indx, num x, num y) => _blink.BlinkWebGLRenderingContext.$vertexAttrib2f_Callback(this, indx, x, y); + void vertexAttrib2f(int indx, num x, num y) => _blink.BlinkWebGLRenderingContext.vertexAttrib2f_Callback_ul_float_float(this, indx, x, y); @DomName('WebGLRenderingContext.vertexAttrib2fv') @DocsEditable() - void vertexAttrib2fv(int indx, Float32List values) => _blink.BlinkWebGLRenderingContext.$vertexAttrib2fv_Callback(this, indx, values); + void vertexAttrib2fv(int indx, Float32List values) => _blink.BlinkWebGLRenderingContext.vertexAttrib2fv_Callback_ul_Float32Array(this, indx, values); @DomName('WebGLRenderingContext.vertexAttrib3f') @DocsEditable() - void vertexAttrib3f(int indx, num x, num y, num z) => _blink.BlinkWebGLRenderingContext.$vertexAttrib3f_Callback(this, indx, x, y, z); + void vertexAttrib3f(int indx, num x, num y, num z) => _blink.BlinkWebGLRenderingContext.vertexAttrib3f_Callback_ul_float_float_float(this, indx, x, y, z); @DomName('WebGLRenderingContext.vertexAttrib3fv') @DocsEditable() - void vertexAttrib3fv(int indx, Float32List values) => _blink.BlinkWebGLRenderingContext.$vertexAttrib3fv_Callback(this, indx, values); + void vertexAttrib3fv(int indx, Float32List values) => _blink.BlinkWebGLRenderingContext.vertexAttrib3fv_Callback_ul_Float32Array(this, indx, values); @DomName('WebGLRenderingContext.vertexAttrib4f') @DocsEditable() - void vertexAttrib4f(int indx, num x, num y, num z, num w) => _blink.BlinkWebGLRenderingContext.$vertexAttrib4f_Callback(this, indx, x, y, z, w); + void vertexAttrib4f(int indx, num x, num y, num z, num w) => _blink.BlinkWebGLRenderingContext.vertexAttrib4f_Callback_ul_float_float_float_float(this, indx, x, y, z, w); @DomName('WebGLRenderingContext.vertexAttrib4fv') @DocsEditable() - void vertexAttrib4fv(int indx, Float32List values) => _blink.BlinkWebGLRenderingContext.$vertexAttrib4fv_Callback(this, indx, values); + void vertexAttrib4fv(int indx, Float32List values) => _blink.BlinkWebGLRenderingContext.vertexAttrib4fv_Callback_ul_Float32Array(this, indx, values); @DomName('WebGLRenderingContext.vertexAttribPointer') @DocsEditable() - void vertexAttribPointer(int indx, int size, int type, bool normalized, int stride, int offset) => _blink.BlinkWebGLRenderingContext.$vertexAttribPointer_Callback(this, indx, size, type, normalized, stride, offset); + void vertexAttribPointer(int indx, int size, int type, bool normalized, int stride, int offset) => _blink.BlinkWebGLRenderingContext.vertexAttribPointer_Callback_ul_long_ul_boolean_long_ll(this, indx, size, type, normalized, stride, offset); @DomName('WebGLRenderingContext.viewport') @DocsEditable() - void viewport(int x, int y, int width, int height) => _blink.BlinkWebGLRenderingContext.$viewport_Callback(this, x, y, width, height); + void viewport(int x, int y, int width, int height) => _blink.BlinkWebGLRenderingContext.viewport_Callback_long_long_long_long(this, x, y, width, height); /** @@ -3050,15 +3050,15 @@ class ShaderPrecisionFormat extends NativeFieldWrapperClass2 { @DomName('WebGLShaderPrecisionFormat.precision') @DocsEditable() - int get precision => _blink.BlinkWebGLShaderPrecisionFormat.$precision_Getter(this); + int get precision => _blink.BlinkWebGLShaderPrecisionFormat.precision_Getter(this); @DomName('WebGLShaderPrecisionFormat.rangeMax') @DocsEditable() - int get rangeMax => _blink.BlinkWebGLShaderPrecisionFormat.$rangeMax_Getter(this); + int get rangeMax => _blink.BlinkWebGLShaderPrecisionFormat.rangeMax_Getter(this); @DomName('WebGLShaderPrecisionFormat.rangeMin') @DocsEditable() - int get rangeMin => _blink.BlinkWebGLShaderPrecisionFormat.$rangeMin_Getter(this); + int get rangeMin => _blink.BlinkWebGLShaderPrecisionFormat.rangeMin_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file diff --git a/sdk/lib/web_sql/dartium/web_sql_dartium.dart b/sdk/lib/web_sql/dartium/web_sql_dartium.dart index dd4d696fd22..4b57aed595a 100644 --- a/sdk/lib/web_sql/dartium/web_sql_dartium.dart +++ b/sdk/lib/web_sql/dartium/web_sql_dartium.dart @@ -101,7 +101,7 @@ class SqlDatabase extends NativeFieldWrapperClass2 { @DomName('Database.version') @DocsEditable() - String get version => _blink.BlinkDatabase.$version_Getter(this); + String get version => _blink.BlinkDatabase.version_Getter(this); /** * Atomically update the database version to [newVersion], asynchronously @@ -117,15 +117,15 @@ class SqlDatabase extends NativeFieldWrapperClass2 { */ @DomName('Database.changeVersion') @DocsEditable() - void changeVersion(String oldVersion, String newVersion, [SqlTransactionCallback callback, SqlTransactionErrorCallback errorCallback, VoidCallback successCallback]) => _blink.BlinkDatabase.$changeVersion_Callback(this, oldVersion, newVersion, callback, errorCallback, successCallback); + void changeVersion(String oldVersion, String newVersion, [SqlTransactionCallback callback, SqlTransactionErrorCallback errorCallback, VoidCallback successCallback]) => _blink.BlinkDatabase.changeVersion_Callback_DOMString_DOMString_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback(this, oldVersion, newVersion, callback, errorCallback, successCallback); @DomName('Database.readTransaction') @DocsEditable() - void readTransaction(SqlTransactionCallback callback, [SqlTransactionErrorCallback errorCallback, VoidCallback successCallback]) => _blink.BlinkDatabase.$readTransaction_Callback(this, callback, errorCallback, successCallback); + void readTransaction(SqlTransactionCallback callback, [SqlTransactionErrorCallback errorCallback, VoidCallback successCallback]) => _blink.BlinkDatabase.readTransaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback(this, callback, errorCallback, successCallback); @DomName('Database.transaction') @DocsEditable() - void transaction(SqlTransactionCallback callback, [SqlTransactionErrorCallback errorCallback, VoidCallback successCallback]) => _blink.BlinkDatabase.$transaction_Callback(this, callback, errorCallback, successCallback); + void transaction(SqlTransactionCallback callback, [SqlTransactionErrorCallback errorCallback, VoidCallback successCallback]) => _blink.BlinkDatabase.transaction_Callback_SQLTransactionCallback_SQLTransactionErrorCallback_VoidCallback(this, callback, errorCallback, successCallback); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -177,11 +177,11 @@ class SqlError extends NativeFieldWrapperClass2 { @DomName('SQLError.code') @DocsEditable() - int get code => _blink.BlinkSQLError.$code_Getter(this); + int get code => _blink.BlinkSQLError.code_Getter(this); @DomName('SQLError.message') @DocsEditable() - String get message => _blink.BlinkSQLError.$message_Getter(this); + String get message => _blink.BlinkSQLError.message_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -201,15 +201,15 @@ class SqlResultSet extends NativeFieldWrapperClass2 { @DomName('SQLResultSet.insertId') @DocsEditable() - int get insertId => _blink.BlinkSQLResultSet.$insertId_Getter(this); + int get insertId => _blink.BlinkSQLResultSet.insertId_Getter(this); @DomName('SQLResultSet.rows') @DocsEditable() - SqlResultSetRowList get rows => _blink.BlinkSQLResultSet.$rows_Getter(this); + SqlResultSetRowList get rows => _blink.BlinkSQLResultSet.rows_Getter(this); @DomName('SQLResultSet.rowsAffected') @DocsEditable() - int get rowsAffected => _blink.BlinkSQLResultSet.$rowsAffected_Getter(this); + int get rowsAffected => _blink.BlinkSQLResultSet.rowsAffected_Getter(this); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -229,15 +229,15 @@ class SqlResultSetRowList extends NativeFieldWrapperClass2 with ListMixin, @DomName('SQLResultSetRowList.length') @DocsEditable() - int get length => _blink.BlinkSQLResultSetRowList.$length_Getter(this); + int get length => _blink.BlinkSQLResultSetRowList.length_Getter(this); Map operator[](int index) { if (index < 0 || index >= length) throw new RangeError.range(index, 0, length); - return _blink.BlinkSQLResultSetRowList.$NativeIndexed_Getter(this, index); + return _blink.BlinkSQLResultSetRowList.item_Callback_ul(this, index); } - Map _nativeIndexedGetter(int index) => _blink.BlinkSQLResultSetRowList.$NativeIndexed_Getter(this, index); + Map _nativeIndexedGetter(int index) => _blink.BlinkSQLResultSetRowList.item_Callback_ul(this, index); void operator[]=(int index, Map value) { throw new UnsupportedError("Cannot assign element of immutable List."); @@ -279,7 +279,7 @@ class SqlResultSetRowList extends NativeFieldWrapperClass2 with ListMixin, @DomName('SQLResultSetRowList.item') @DocsEditable() - Map item(int index) => _blink.BlinkSQLResultSetRowList.$item_Callback(this, index); + Map item(int index) => _blink.BlinkSQLResultSetRowList.item_Callback_ul(this, index); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file @@ -302,7 +302,7 @@ class SqlTransaction extends NativeFieldWrapperClass2 { @DomName('SQLTransaction.executeSql') @DocsEditable() - void executeSql(String sqlStatement, List arguments, [SqlStatementCallback callback, SqlStatementErrorCallback errorCallback]) => _blink.BlinkSQLTransaction.$executeSql_Callback(this, sqlStatement, arguments, callback, errorCallback); + void executeSql(String sqlStatement, List arguments, [SqlStatementCallback callback, SqlStatementErrorCallback errorCallback]) => _blink.BlinkSQLTransaction.executeSql_Callback_DOMString_A_object_A_SQLStatementCallback_SQLStatementErrorCallback(this, sqlStatement, arguments, callback, errorCallback); } // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file diff --git a/tools/dom/scripts/css_code_generator.py b/tools/dom/scripts/css_code_generator.py index e7843b515cd..1e588defa40 100644 --- a/tools/dom/scripts/css_code_generator.py +++ b/tools/dom/scripts/css_code_generator.py @@ -112,7 +112,7 @@ $endif $if DARTIUM bool _hasProperty(String propertyName) => - _blink.BlinkCSSStyleDeclaration.$__propertyQuery___Callback(this, propertyName); + _blink.BlinkCSSStyleDeclaration.$__propertyQuery___Callback_DOMString(this, propertyName); $endif @DomName('CSSStyleDeclaration.setProperty') diff --git a/tools/dom/scripts/htmldartgenerator.py b/tools/dom/scripts/htmldartgenerator.py index 1f2a85d9e2d..2f90c46f696 100644 --- a/tools/dom/scripts/htmldartgenerator.py +++ b/tools/dom/scripts/htmldartgenerator.py @@ -544,12 +544,15 @@ class HtmlDartGenerator(object): stmts_emitter, call_emitter, version, signature_index, argument_count): name = emitter.Format('_create_$VERSION', VERSION=version) + arguments = constructor_info.idl_args[signature_index][:argument_count] if self._dart_use_blink: - base_name = \ - self.DeriveNativeName(name + 'constructorCallback') + type_ids = [p.type.id for p in arguments] + base_name, rs = \ + self.DeriveNativeEntry("constructorCallback", None, type_ids, + False) qualified_name = \ - self.DeriveQualifiedBlinkName(self._interface.id, - base_name) + self.DeriveQualifiedBlinkName(self._interface.id, + base_name) else: qualified_name = emitter.Format( '$FACTORY.$NAME', @@ -559,9 +562,7 @@ class HtmlDartGenerator(object): FACTORY_NAME=qualified_name, FACTORY_PARAMS= \ constructor_info.ParametersAsArgumentList(argument_count)) - self.EmitStaticFactoryOverload( - constructor_info, name, - constructor_info.idl_args[signature_index][:argument_count]) + self.EmitStaticFactoryOverload(constructor_info, name, arguments) def IsOptional(signature_index, argument): return self.IsConstructorArgumentOptional(argument) diff --git a/tools/dom/scripts/systemnative.py b/tools/dom/scripts/systemnative.py index da8219917d5..9320840225a 100644 --- a/tools/dom/scripts/systemnative.py +++ b/tools/dom/scripts/systemnative.py @@ -18,29 +18,25 @@ from systemhtml import js_support_checks, GetCallbackInfo, HTML_LIBRARY_NAMES _cpp_resolver_string_map = { # These custom constructors all resolve to a common entry, so choosing any # of the generated strings works. - 'Blob_constructorCallback_RESOLVER_STRING_3_Array_DOMString_DOMString': - 'Blob_constructorCallback_RESOLVER_STRING_0_', - 'ConsoleBase_assertCondition_Callback_RESOLVER_STRING_2_boolean_object': - 'ConsoleBase_assert_Callback_RESOLVER_STRING_2_boolean_object', + 'ConsoleBase_assertCondition_Callback_boolean_object': + 'ConsoleBase_assert_Callback_boolean_object', 'FormData_constructorCallback': - 'FormData_constructorCallback_RESOLVER_STRING_1_HTMLFormElement', - 'XMLHttpRequest_constructorCallback_RESOLVER_STRING_0_': - 'XMLHttpRequest_constructorCallback_RESOLVER_STRING_1_XMLHttpRequestOptions', + 'FormData_constructorCallback_HTMLFormElement', # This callback name just gets generated sligtly different and we don't # want to bother fixing it. 'ScriptProcessorNode__setEventListener_Callback': 'ScriptProcessorNode_setEventListener_Callback', # We don't know how to get GLenum to show up as the correct type in this # script and don't want to bother fixing it the right way. - 'WebGLDrawBuffers_drawBuffersWEBGL_Callback_RESOLVER_STRING_1_sequence' : - 'WebGLDrawBuffers_drawBuffersWEBGL_Callback_RESOLVER_STRING_1_sequence', + 'WebGLDrawBuffers_drawBuffersWEBGL_Callback_sequence' : + 'WebGLDrawBuffers_drawBuffersWEBGL_Callback_sequence', # Blink 36 fixes. - 'CanvasRenderingContext2D_setLineDash_Callback_RESOLVER_STRING_1_sequence' : - 'CanvasRenderingContext2D_setLineDash_Callback_RESOLVER_STRING_1_sequence', + 'CanvasRenderingContext2D_setLineDash_Callback_sequence' : + 'CanvasRenderingContext2D_setLineDash_Callback_sequence', # SVGGraphicsElement is base class. - 'SVGUseElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString' : - 'SVGGraphicsElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString', + 'SVGUseElement_hasExtension_Callback_DOMString' : + 'SVGGraphicsElement_hasExtension_Callback_DOMString', 'SVGUseElement_systemLanguage_Getter' : 'SVGGraphicsElement_systemLanguage_Getter', 'SVGUseElement_requiredFeatures_Getter' : @@ -351,10 +347,23 @@ def array_type(data_type): return None return matched.group(1) +_sequence_matcher = re.compile('sequence\<(.+)\>') + def TypeIdToBlinkName(interface_id, database): + # Maybe should use the type_registry here? if database.HasEnum(interface_id): return "DOMString" # All enums are strings. + seq_match = _sequence_matcher.match(interface_id) + if seq_match is not None: + t = TypeIdToBlinkName(seq_match.group(1), database) + return "sequence<%s>" % t + + arr_match = array_type(interface_id) + if arr_match is not None: + t = TypeIdToBlinkName(arr_match, database) + return "%s[]" % t + if interface_id in _blink_1916_rename_map: interface_id = _blink_1916_rename_map[interface_id] return interface_id @@ -378,19 +387,27 @@ def DeriveQualifiedName(library_name, name): def DeriveBlinkClassName(name): return "Blink" + name -def DeriveResolverString(interface_id, operation_id, native_suffix, type_ids, database, is_custom): - type_string = \ - "_".join(map(lambda type_id : TypeIdToBlinkName(type_id, database), type_ids)) - if native_suffix: - operation_id = "%s_%s" % (operation_id, native_suffix) - if is_custom: - components = \ - [TypeIdToBlinkName(interface_id, database), operation_id] - else: - components = \ - [TypeIdToBlinkName(interface_id, database), operation_id, - "RESOLVER_STRING", str(len(type_ids)), type_string] - return "_".join(components) +_type_encoding_map = { + 'long long': "ll", + 'unsigned long': "ul", + 'unsigned long long': "ull", + 'unsigned short': "us", +} + +def EncodeType(t): + + seq_match = _sequence_matcher.match(t) + if seq_match is not None: + t2 = EncodeType(seq_match.group(1)) + t = "SEQ_%s_SEQ" % t2 + return t + + arr_match = array_type(t) + if arr_match is not None: + t = EncodeType(arr_match) + return "A_%s_A" % t + + return _type_encoding_map.get(t) or t # FIXME(leafp) This should really go elsewhere. I think the right thing # to do is to add support in the DartLibraries objects in systemhtml @@ -427,6 +444,7 @@ class DartiumBackend(HtmlDartGenerator): self._interface_type_info = self._type_registry.TypeInfo(self._interface.id) self._metadata = options.metadata # These get initialized by StartInterface + self._blink_entries = None self._cpp_header_emitter = None self._cpp_impl_emitter = None self._members_emitter = None @@ -566,6 +584,33 @@ class DartiumBackend(HtmlDartGenerator): def RootClassName(self): return 'NativeFieldWrapperClass2' + def DeriveNativeEntry(self, operation_id, native_suffix, type_ids, skip_types): + interface_id = self._interface.id + database = self._database + type_ids = map(lambda type_id : TypeIdToBlinkName(type_id, database), + type_ids) + encoded_type_ids = map(EncodeType, type_ids) + if native_suffix: + operation_id = "%s_%s" % (operation_id, native_suffix) + interface_id = TypeIdToBlinkName(interface_id, database) + + def DeriveString(components, types, use_types): + if use_types: + components.extend(types) + full_name = "_".join(components) + return full_name + + def mkPublic(s): + if s.startswith("_") or s.startswith("$"): + return "$" + s + return s + + dart_name = mkPublic(DeriveString([operation_id], encoded_type_ids, True)) + resolver_string = DeriveString([interface_id, operation_id], type_ids, + not skip_types) + return (dart_name, resolver_string) + + def DeriveNativeName(self, name, suffix=""): fields = ['$' + name] if suffix != "": @@ -632,6 +677,7 @@ class DartiumBackend(HtmlDartGenerator): '$!METHODS' '}\n', INTERFACE_NAME=DeriveBlinkClassName(self._interface.id)) + self._blink_entries = set() def _EmitConstructorInfrastructure(self, constructor_info, cpp_prefix, cpp_suffix, factory_method_name, @@ -650,16 +696,14 @@ class DartiumBackend(HtmlDartGenerator): interface_name = self._interface_type_info.interface_name() type_ids = [p.type.id for p in arguments[:argument_count]] - constructor_callback_id = \ - DeriveResolverString(self._interface.id, cpp_suffix, None, type_ids, self._database, is_custom) - - # First we emit the toplevel function - dart_native_name = \ - self.DeriveNativeName(constructor_callback_cpp_name) + dart_native_name, constructor_callback_id = \ + self.DeriveNativeEntry(cpp_suffix, None, type_ids, is_custom) if constructor_callback_id in _cpp_resolver_string_map: constructor_callback_id = \ _cpp_resolver_string_map[constructor_callback_id] - self._native_class_emitter.Emit( + if dart_native_name not in self._blink_entries: + self._blink_entries.add(dart_native_name) + self._native_class_emitter.Emit( '\n' ' static $FACTORY_METHOD_NAME($PARAMETERS) native "$ID";\n', FACTORY_METHOD_NAME=dart_native_name, @@ -953,9 +997,11 @@ class DartiumBackend(HtmlDartGenerator): assert(not ('CustomGetter' in attr.ext_attrs)) native_suffix = 'Getter' auto_scope_setup = self._GenerateAutoSetupScope(attr.id, native_suffix) + native_entry = \ + self.DeriveNativeEntry(attr.id, native_suffix, [], True) cpp_callback_name = self._GenerateNativeBinding(attr.id, 1, dart_declaration, False, return_type, parameters, - native_suffix, is_custom, auto_scope_setup) + native_suffix, is_custom, auto_scope_setup, native_entry=native_entry) if is_custom: return @@ -1007,9 +1053,11 @@ class DartiumBackend(HtmlDartGenerator): assert(not ('V8CustomSetter' in attr.ext_attrs)) native_suffix = 'Setter' auto_scope_setup = self._GenerateAutoSetupScope(attr.id, native_suffix) + native_entry = \ + self.DeriveNativeEntry(attr.id, native_suffix, [attr.type.id], True) cpp_callback_name = self._GenerateNativeBinding(attr.id, 2, dart_declaration, False, return_type, parameters, - native_suffix, is_custom, auto_scope_setup) + native_suffix, is_custom, auto_scope_setup, native_entry=native_entry) if is_custom: return @@ -1066,22 +1114,14 @@ class DartiumBackend(HtmlDartGenerator): self._EmitExplicitIndexedGetter(dart_element_type) else: is_custom = any((op.id == 'item' and 'Custom' in op.ext_attrs) for op in self._interface.operations) - dart_native_name = \ - self.DeriveNativeName("NativeIndexed", "Getter") # First emit a toplevel function to do the native call # Calls to this are emitted elsewhere, - resolver_string = \ - DeriveResolverString(self._interface.id, "item", "Callback", - ["unsigned long"], self._database, is_custom) + dart_native_name, resolver_string = \ + self.DeriveNativeEntry("item", "Callback", ["unsigned long"], + is_custom) if resolver_string in _cpp_resolver_string_map: resolver_string = \ _cpp_resolver_string_map[resolver_string] - self._native_class_emitter.Emit( - '\n' - ' static $(DART_NATIVE_NAME)(mthis, index) ' - 'native "$(RESOLVER_STRING)";\n', - DART_NATIVE_NAME = dart_native_name, - RESOLVER_STRING=resolver_string) # Emit the method which calls the toplevel function, along with # the [] operator. @@ -1196,14 +1236,14 @@ class DartiumBackend(HtmlDartGenerator): auto_scope_setup = self._GenerateAutoSetupScope(info.name, native_suffix) type_ids = [argument.type.id for argument in operation.arguments[:len(info.param_infos)]] - resolver_string = \ - DeriveResolverString(self._interface.id, operation.id, - native_suffix, type_ids, self._database, is_custom) + native_entry = \ + self.DeriveNativeEntry(operation.id, native_suffix, type_ids, + is_custom) cpp_callback_name = self._GenerateNativeBinding( info.name, argument_count, dart_declaration, info.IsStatic(), return_type, parameters, - native_suffix, is_custom, auto_scope_setup, - resolver_string=resolver_string) + native_suffix, is_custom, auto_scope_setup, + native_entry=native_entry) if not is_custom: self._GenerateOperationNativeCallback(operation, operation.arguments, cpp_callback_name, auto_scope_setup) else: @@ -1221,11 +1261,6 @@ class DartiumBackend(HtmlDartGenerator): native_suffix = 'Callback' is_custom = 'Custom' in operation.ext_attrs base_name = '_%s_%s' % (operation.id, version) - overload_base_name = \ - self.DeriveNativeName(base_name, native_suffix) - overload_name = \ - self.DeriveQualifiedBlinkName(self._interface.id, - overload_base_name) static = True if not operation.is_static: actuals = ['this'] + actuals @@ -1236,10 +1271,13 @@ class DartiumBackend(HtmlDartGenerator): base_name, formals_s) type_ids = [argument.type.id for argument in operation.arguments[:argument_count]] - resolver_string = \ - DeriveResolverString(self._interface.id, operation.id, - native_suffix, type_ids, self._database, is_custom) - + native_entry = \ + self.DeriveNativeEntry(operation.id, native_suffix, type_ids, + is_custom) + overload_base_name = native_entry[0] + overload_name = \ + self.DeriveQualifiedBlinkName(self._interface.id, + overload_base_name) call_emitter.Emit('$NAME($ARGS)', NAME=overload_name, ARGS=actuals_s) auto_scope_setup = \ self._GenerateAutoSetupScope(base_name, native_suffix) @@ -1247,7 +1285,7 @@ class DartiumBackend(HtmlDartGenerator): base_name, (0 if static else 1) + argument_count, dart_declaration, static, return_type, formals, native_suffix, is_custom, auto_scope_setup, emit_metadata=False, - emit_to_native=True, resolver_string=resolver_string) + emit_to_native=True, native_entry=native_entry) if not is_custom: self._GenerateOperationNativeCallback(operation, operation.arguments[:argument_count], cpp_callback_name, @@ -1646,18 +1684,18 @@ class DartiumBackend(HtmlDartGenerator): def _GenerateNativeBinding(self, idl_name, argument_count, dart_declaration, static, return_type, parameters, native_suffix, is_custom, auto_scope_setup=True, emit_metadata=True, emit_to_native=False, - resolver_string=None): + native_entry=None): metadata = [] if emit_metadata: metadata = self._metadata.GetFormattedMetadata( self._renamer.GetLibraryName(self._interface), self._interface, idl_name, ' ') - dart_native_name = \ - self.DeriveNativeName(idl_name, native_suffix) - if (resolver_string): - native_binding = resolver_string + if (native_entry): + dart_native_name, native_binding = native_entry else: + dart_native_name = \ + self.DeriveNativeName(idl_name, native_suffix) native_binding_id = self._interface.id native_binding_id = TypeIdToBlinkName(native_binding_id, self._database) native_binding = \ @@ -1672,7 +1710,9 @@ class DartiumBackend(HtmlDartGenerator): if native_binding in _cpp_resolver_string_map: native_binding = \ _cpp_resolver_string_map[native_binding] - self._native_class_emitter.Emit( + if dart_native_name not in self._blink_entries: + self._blink_entries.add(dart_native_name) + self._native_class_emitter.Emit( '\n' ' static $DART_NAME($FORMALS) native "$NATIVE_BINDING";\n', DART_NAME=dart_native_name, diff --git a/tools/dom/src/blink_native_DOMImplementation.dart b/tools/dom/src/blink_native_DOMImplementation.dart index 3c0031c6664..7d3e6e58833 100644 --- a/tools/dom/src/blink_native_DOMImplementation.dart +++ b/tools/dom/src/blink_native_DOMImplementation.dart @@ -35,18 +35,18 @@ class Blink_DOMWindowCrossFrame { static get_top(_DOMWindowCrossFrame) native "Window_top_Getter"; - static close(_DOMWindowCrossFrame) native "Window_close_Callback_RESOLVER_STRING_0_"; + static close(_DOMWindowCrossFrame) native "Window_close_Callback"; static postMessage(_DOMWindowCrossFrame, message, targetOrigin, [messagePorts]) native "Window_postMessage_Callback"; } class Blink_HistoryCrossFrame { // _HistoryCrossFrame native entry points - static back(_HistoryCrossFrame) native "History_back_Callback_RESOLVER_STRING_0_"; + static back(_HistoryCrossFrame) native "History_back_Callback"; - static forward(_HistoryCrossFrame) native "History_forward_Callback_RESOLVER_STRING_0_"; + static forward(_HistoryCrossFrame) native "History_forward_Callback"; - static go(_HistoryCrossFrame, distance) native "History_go_Callback_RESOLVER_STRING_1_long"; + static go(_HistoryCrossFrame, distance) native "History_go_Callback_long"; } class Blink_LocationCrossFrame { diff --git a/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate b/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate index a32d903be8c..f1a123a8087 100644 --- a/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate +++ b/tools/dom/templates/html/impl/impl_CSSStyleDeclaration.darttemplate @@ -62,7 +62,7 @@ $endif $if DARTIUM bool _hasProperty(String propertyName) => - _blink.BlinkCSSStyleDeclaration.$__propertyQuery___Callback(this, propertyName); + _blink.BlinkCSSStyleDeclaration.$__propertyQuery___Callback_DOMString(this, propertyName); $endif @DomName('CSSStyleDeclaration.setProperty') diff --git a/tools/dom/templates/html/impl/impl_Element.darttemplate b/tools/dom/templates/html/impl/impl_Element.darttemplate index b0deead1f6a..622af6d75ac 100644 --- a/tools/dom/templates/html/impl/impl_Element.darttemplate +++ b/tools/dom/templates/html/impl/impl_Element.darttemplate @@ -1389,59 +1389,59 @@ $if DART2JS $else @DomName('Element.offsetHeight') @DocsEditable() - int get offsetHeight => _blink.BlinkElement.$offsetHeight_Getter(this).round(); + int get offsetHeight => _blink.BlinkElement.offsetHeight_Getter(this).round(); @DomName('Element.offsetLeft') @DocsEditable() - int get offsetLeft => _blink.BlinkElement.$offsetLeft_Getter(this).round(); + int get offsetLeft => _blink.BlinkElement.offsetLeft_Getter(this).round(); @DomName('Element.offsetTop') @DocsEditable() - int get offsetTop => _blink.BlinkElement.$offsetTop_Getter(this).round(); + int get offsetTop => _blink.BlinkElement.offsetTop_Getter(this).round(); @DomName('Element.offsetWidth') @DocsEditable() - int get offsetWidth => _blink.BlinkElement.$offsetWidth_Getter(this).round(); + int get offsetWidth => _blink.BlinkElement.offsetWidth_Getter(this).round(); @DomName('Element.clientHeight') @DocsEditable() - int get clientHeight => _blink.BlinkElement.$clientHeight_Getter(this).round(); + int get clientHeight => _blink.BlinkElement.clientHeight_Getter(this).round(); @DomName('Element.clientLeft') @DocsEditable() - int get clientLeft => _blink.BlinkElement.$clientLeft_Getter(this).round(); + int get clientLeft => _blink.BlinkElement.clientLeft_Getter(this).round(); @DomName('Element.clientTop') @DocsEditable() - int get clientTop => _blink.BlinkElement.$clientTop_Getter(this).round(); + int get clientTop => _blink.BlinkElement.clientTop_Getter(this).round(); @DomName('Element.clientWidth') @DocsEditable() - int get clientWidth => _blink.BlinkElement.$clientWidth_Getter(this).round(); + int get clientWidth => _blink.BlinkElement.clientWidth_Getter(this).round(); @DomName('Element.scrollHeight') @DocsEditable() - int get scrollHeight => _blink.BlinkElement.$scrollHeight_Getter(this).round(); + int get scrollHeight => _blink.BlinkElement.scrollHeight_Getter(this).round(); @DomName('Element.scrollLeft') @DocsEditable() - int get scrollLeft => _blink.BlinkElement.$scrollLeft_Getter(this).round(); + int get scrollLeft => _blink.BlinkElement.scrollLeft_Getter(this).round(); @DomName('Element.scrollLeft') @DocsEditable() - void set scrollLeft(int value) => _blink.BlinkElement.$scrollLeft_Setter(this, value.round()); + void set scrollLeft(int value) => _blink.BlinkElement.scrollLeft_Setter_long(this, value.round()); @DomName('Element.scrollTop') @DocsEditable() - int get scrollTop => _blink.BlinkElement.$scrollTop_Getter(this).round(); + int get scrollTop => _blink.BlinkElement.scrollTop_Getter(this).round(); @DomName('Element.scrollTop') @DocsEditable() - void set scrollTop(int value) => _blink.BlinkElement.$scrollTop_Setter(this, value.round()); + void set scrollTop(int value) => _blink.BlinkElement.scrollTop_Setter_long(this, value.round()); @DomName('Element.scrollWidth') @DocsEditable() - int get scrollWidth => _blink.BlinkElement.$scrollWidth_Getter(this).round(); + int get scrollWidth => _blink.BlinkElement.scrollWidth_Getter(this).round(); $endif $!MEMBERS diff --git a/tools/dom/templates/html/impl/impl_FileReader.darttemplate b/tools/dom/templates/html/impl/impl_FileReader.darttemplate index 0a6ddc92821..c7bc8ba4ee4 100644 --- a/tools/dom/templates/html/impl/impl_FileReader.darttemplate +++ b/tools/dom/templates/html/impl/impl_FileReader.darttemplate @@ -13,7 +13,7 @@ $(ANNOTATIONS)$(NATIVESPEC)$(CLASS_MODIFIERS)class $CLASSNAME$EXTENDS$IMPLEMENTS $if DART2JS var res = JS('Null|String|NativeByteBuffer', '#.result', this); $else - var res = _blink.BlinkFileReader.$result_Getter(this); + var res = _blink.BlinkFileReader.result_Getter(this); $endif if (res is ByteBuffer) { return new Uint8List.view(res); diff --git a/tools/dom/templates/html/impl/impl_Touch.darttemplate b/tools/dom/templates/html/impl/impl_Touch.darttemplate index d7faec75a7c..a75cd7d2b15 100644 --- a/tools/dom/templates/html/impl/impl_Touch.darttemplate +++ b/tools/dom/templates/html/impl/impl_Touch.darttemplate @@ -20,14 +20,14 @@ $if DART2JS int get __webkitRadiusX => JS('num', '#.webkitRadiusX', this).round(); int get __webkitRadiusY => JS('num', '#.webkitRadiusY', this).round(); $else - int get __clientX => _blink.BlinkTouch.$clientX_Getter(this).round(); - int get __clientY => _blink.BlinkTouch.$clientY_Getter(this).round(); - int get __screenX => _blink.BlinkTouch.$screenX_Getter(this).round(); - int get __screenY => _blink.BlinkTouch.$screenY_Getter(this).round(); - int get __pageX => _blink.BlinkTouch.$pageX_Getter(this).round(); - int get __pageY => _blink.BlinkTouch.$pageY_Getter(this).round(); - int get __webkitRadiusX => _blink.BlinkTouch.$webkitRadiusX_Getter(this).round(); - int get __webkitRadiusY => _blink.BlinkTouch.$webkitRadiusY_Getter(this).round(); + int get __clientX => _blink.BlinkTouch.clientX_Getter(this).round(); + int get __clientY => _blink.BlinkTouch.clientY_Getter(this).round(); + int get __screenX => _blink.BlinkTouch.screenX_Getter(this).round(); + int get __screenY => _blink.BlinkTouch.screenY_Getter(this).round(); + int get __pageX => _blink.BlinkTouch.pageX_Getter(this).round(); + int get __pageY => _blink.BlinkTouch.pageY_Getter(this).round(); + int get __webkitRadiusX => _blink.BlinkTouch.webkitRadiusX_Getter(this).round(); + int get __webkitRadiusY => _blink.BlinkTouch.webkitRadiusY_Getter(this).round(); $endif @DomName('Touch.clientX')