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

Side by Side Diff: sdk/lib/_blink/dartium/_blink_dartium.dart

Issue 319283003: Refactor dart:_blink into classes to improve startup time (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /** 1 /**
2 * This library provides entry points to the native Blink code which backs 2 * This library provides entry points to the native Blink code which backs
3 * up the dart:html library. 3 * up the dart:html library.
4 */ 4 */
5 library dart.dom._blink; 5 library dart.dom._blink;
6 6
7 import 'dart:async'; 7 import 'dart:async';
8 import 'dart:collection'; 8 import 'dart:collection';
9 import 'dart:html'; 9 import 'dart:html';
10 import 'dart:_internal' hide Symbol, deprecated; 10 import 'dart:_internal' hide Symbol, deprecated;
(...skipping 22 matching lines...) Expand all
33 33
34 // TODO(leafp) These are mostly copied over from dart:html. When 34 // TODO(leafp) These are mostly copied over from dart:html. When
35 // we shift dart:blink generation over to dartium, this dependency 35 // we shift dart:blink generation over to dartium, this dependency
36 // should go away, or at least be reconsidered. 36 // should go away, or at least be reconsidered.
37 // TODO(vsm): Remove this when we can do the proper checking in 37 // TODO(vsm): Remove this when we can do the proper checking in
38 // native code for custom elements. 38 // native code for custom elements.
39 // Not actually used, but imported since dart:html can generate these objects. 39 // Not actually used, but imported since dart:html can generate these objects.
40 40
41 41
42 42
43 Native_ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback(mthis, mode, first , count, primcount) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callba ck_RESOLVER_STRING_4_unsigned long_long_long_long"; 43 class BlinkANGLEInstancedArrays {
44 44 static $drawArraysInstancedANGLE_Callback(mthis, mode, first, count, primcount ) native "ANGLEInstancedArrays_drawArraysInstancedANGLE_Callback_RESOLVER_STRING _4_unsigned long_long_long_long";
45 Native_ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback(mthis, mode, cou nt, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedA NGLE_Callback_RESOLVER_STRING_5_unsigned long_long_unsigned long_long long_long" ; 45
46 46 static $drawElementsInstancedANGLE_Callback(mthis, mode, count, type, offset, primcount) native "ANGLEInstancedArrays_drawElementsInstancedANGLE_Callback_RESO LVER_STRING_5_unsigned long_long_unsigned long_long long_long";
47 Native_ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback(mthis, index, divi sor) native "ANGLEInstancedArrays_vertexAttribDivisorANGLE_Callback_RESOLVER_STR ING_2_unsigned long_long"; 47
48 48 static $vertexAttribDivisorANGLE_Callback(mthis, index, divisor) native "ANGLE InstancedArrays_vertexAttribDivisorANGLE_Callback_RESOLVER_STRING_2_unsigned lon g_long";
49 Native_Algorithm_name_Getter(mthis) native "KeyAlgorithm_name_Getter"; 49 }
50 50
51 Native_EventTarget_addEventListener_Callback(mthis, type, listener, useCapture) native "EventTarget_addEventListener_Callback_RESOLVER_STRING_3_DOMString_EventL istener_boolean"; 51 class BlinkAbstractWorker {}
52 52
53 Native_EventTarget_dispatchEvent_Callback(mthis, event) native "EventTarget_disp atchEvent_Callback_RESOLVER_STRING_1_Event"; 53 class BlinkAlgorithm {
54 54 static $name_Getter(mthis) native "KeyAlgorithm_name_Getter";
55 Native_EventTarget_removeEventListener_Callback(mthis, type, listener, useCaptur e) native "EventTarget_removeEventListener_Callback_RESOLVER_STRING_3_DOMString_ EventListener_boolean"; 55 }
56 56
57 Native_AudioNode_channelCount_Getter(mthis) native "AudioNode_channelCount_Gette r"; 57 class BlinkEventTarget {
58 58 static $addEventListener_Callback(mthis, type, listener, useCapture) native "E ventTarget_addEventListener_Callback_RESOLVER_STRING_3_DOMString_EventListener_b oolean";
59 Native_AudioNode_channelCount_Setter(mthis, value) native "AudioNode_channelCoun t_Setter"; 59
60 60 static $dispatchEvent_Callback(mthis, event) native "EventTarget_dispatchEvent _Callback_RESOLVER_STRING_1_Event";
61 Native_AudioNode_channelCountMode_Getter(mthis) native "AudioNode_channelCountMo de_Getter"; 61
62 62 static $removeEventListener_Callback(mthis, type, listener, useCapture) native "EventTarget_removeEventListener_Callback_RESOLVER_STRING_3_DOMString_EventList ener_boolean";
63 Native_AudioNode_channelCountMode_Setter(mthis, value) native "AudioNode_channel CountMode_Setter"; 63 }
64 64
65 Native_AudioNode_channelInterpretation_Getter(mthis) native "AudioNode_channelIn terpretation_Getter"; 65 class BlinkAudioNode {
66 66 static $channelCount_Getter(mthis) native "AudioNode_channelCount_Getter";
67 Native_AudioNode_channelInterpretation_Setter(mthis, value) native "AudioNode_ch annelInterpretation_Setter"; 67
68 68 static $channelCount_Setter(mthis, value) native "AudioNode_channelCount_Sette r";
69 Native_AudioNode_context_Getter(mthis) native "AudioNode_context_Getter"; 69
70 70 static $channelCountMode_Getter(mthis) native "AudioNode_channelCountMode_Gett er";
71 Native_AudioNode_numberOfInputs_Getter(mthis) native "AudioNode_numberOfInputs_G etter"; 71
72 72 static $channelCountMode_Setter(mthis, value) native "AudioNode_channelCountMo de_Setter";
73 Native_AudioNode_numberOfOutputs_Getter(mthis) native "AudioNode_numberOfOutputs _Getter"; 73
74 74 static $channelInterpretation_Getter(mthis) native "AudioNode_channelInterpret ation_Getter";
75 // Generated overload resolver 75
76 Native_AudioNode__connect(mthis, destination, output, input) { 76 static $channelInterpretation_Setter(mthis, value) native "AudioNode_channelIn terpretation_Setter";
77
78 static $context_Getter(mthis) native "AudioNode_context_Getter";
79
80 static $numberOfInputs_Getter(mthis) native "AudioNode_numberOfInputs_Getter";
81
82 static $numberOfOutputs_Getter(mthis) native "AudioNode_numberOfOutputs_Getter ";
83
84 // Generated overload resolver
85 static $_connect(mthis, destination, output, input) {
77 if ((input is int || input == null) && (output is int || output == null) && (destination is AudioNode || destination == null)) { 86 if ((input is int || input == null) && (output is int || output == null) && (destination is AudioNode || destination == null)) {
78 Native_AudioNode__connect_1_Callback(mthis, destination, output, input); 87 $_connect_1_Callback(mthis, destination, output, input);
79 return; 88 return;
80 } 89 }
81 if ((output is int || output == null) && (destination is AudioParam || desti nation == null) && input == null) { 90 if ((output is int || output == null) && (destination is AudioParam || desti nation == null) && input == null) {
82 Native_AudioNode__connect_2_Callback(mthis, destination, output); 91 $_connect_2_Callback(mthis, destination, output);
83 return; 92 return;
84 } 93 }
85 throw new ArgumentError("Incorrect number or type of arguments"); 94 throw new ArgumentError("Incorrect number or type of arguments");
86 } 95 }
87 96
88 Native_AudioNode__connect_1_Callback(mthis, destination, output, input) native " AudioNode_connect_Callback_RESOLVER_STRING_3_AudioNode_unsigned long_unsigned lo ng"; 97 static $_connect_1_Callback(mthis, destination, output, input) native "AudioNo de_connect_Callback_RESOLVER_STRING_3_AudioNode_unsigned long_unsigned long";
89 98
90 Native_AudioNode__connect_2_Callback(mthis, destination, output) native "AudioNo de_connect_Callback_RESOLVER_STRING_2_AudioParam_unsigned long"; 99 static $_connect_2_Callback(mthis, destination, output) native "AudioNode_conn ect_Callback_RESOLVER_STRING_2_AudioParam_unsigned long";
91 100
92 Native_AudioNode_disconnect_Callback(mthis, output) native "AudioNode_disconnect _Callback_RESOLVER_STRING_1_unsigned long"; 101 static $disconnect_Callback(mthis, output) native "AudioNode_disconnect_Callba ck_RESOLVER_STRING_1_unsigned long";
93 102 }
94 Native_AnalyserNode_fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter"; 103
95 104 class BlinkAnalyserNode {
96 Native_AnalyserNode_fftSize_Setter(mthis, value) native "AnalyserNode_fftSize_Se tter"; 105 static $fftSize_Getter(mthis) native "AnalyserNode_fftSize_Getter";
97 106
98 Native_AnalyserNode_frequencyBinCount_Getter(mthis) native "AnalyserNode_frequen cyBinCount_Getter"; 107 static $fftSize_Setter(mthis, value) native "AnalyserNode_fftSize_Setter";
99 108
100 Native_AnalyserNode_maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_G etter"; 109 static $frequencyBinCount_Getter(mthis) native "AnalyserNode_frequencyBinCount _Getter";
101 110
102 Native_AnalyserNode_maxDecibels_Setter(mthis, value) native "AnalyserNode_maxDec ibels_Setter"; 111 static $maxDecibels_Getter(mthis) native "AnalyserNode_maxDecibels_Getter";
103 112
104 Native_AnalyserNode_minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_G etter"; 113 static $maxDecibels_Setter(mthis, value) native "AnalyserNode_maxDecibels_Sett er";
105 114
106 Native_AnalyserNode_minDecibels_Setter(mthis, value) native "AnalyserNode_minDec ibels_Setter"; 115 static $minDecibels_Getter(mthis) native "AnalyserNode_minDecibels_Getter";
107 116
108 Native_AnalyserNode_smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smo othingTimeConstant_Getter"; 117 static $minDecibels_Setter(mthis, value) native "AnalyserNode_minDecibels_Sett er";
109 118
110 Native_AnalyserNode_smoothingTimeConstant_Setter(mthis, value) native "AnalyserN ode_smoothingTimeConstant_Setter"; 119 static $smoothingTimeConstant_Getter(mthis) native "AnalyserNode_smoothingTime Constant_Getter";
111 120
112 Native_AnalyserNode_getByteFrequencyData_Callback(mthis, array) native "Analyser Node_getByteFrequencyData_Callback_RESOLVER_STRING_1_Uint8Array"; 121 static $smoothingTimeConstant_Setter(mthis, value) native "AnalyserNode_smooth ingTimeConstant_Setter";
113 122
114 Native_AnalyserNode_getByteTimeDomainData_Callback(mthis, array) native "Analyse rNode_getByteTimeDomainData_Callback_RESOLVER_STRING_1_Uint8Array"; 123 static $getByteFrequencyData_Callback(mthis, array) native "AnalyserNode_getBy teFrequencyData_Callback_RESOLVER_STRING_1_Uint8Array";
115 124
116 Native_AnalyserNode_getFloatFrequencyData_Callback(mthis, array) native "Analyse rNode_getFloatFrequencyData_Callback_RESOLVER_STRING_1_Float32Array"; 125 static $getByteTimeDomainData_Callback(mthis, array) native "AnalyserNode_getB yteTimeDomainData_Callback_RESOLVER_STRING_1_Uint8Array";
117 126
118 Native_TimedItem_activeDuration_Getter(mthis) native "TimedItem_activeDuration_G etter"; 127 static $getFloatFrequencyData_Callback(mthis, array) native "AnalyserNode_getF loatFrequencyData_Callback_RESOLVER_STRING_1_Float32Array";
119 128 }
120 Native_TimedItem_currentIteration_Getter(mthis) native "TimedItem_currentIterati on_Getter"; 129
121 130 class BlinkTimedItem {
122 Native_TimedItem_duration_Getter(mthis) native "TimedItem_duration_Getter"; 131 static $activeDuration_Getter(mthis) native "TimedItem_activeDuration_Getter";
123 132
124 Native_TimedItem_endTime_Getter(mthis) native "TimedItem_endTime_Getter"; 133 static $currentIteration_Getter(mthis) native "TimedItem_currentIteration_Gett er";
125 134
126 Native_TimedItem_localTime_Getter(mthis) native "TimedItem_localTime_Getter"; 135 static $duration_Getter(mthis) native "TimedItem_duration_Getter";
127 136
128 Native_TimedItem_player_Getter(mthis) native "TimedItem_player_Getter"; 137 static $endTime_Getter(mthis) native "TimedItem_endTime_Getter";
129 138
130 Native_TimedItem_startTime_Getter(mthis) native "TimedItem_startTime_Getter"; 139 static $localTime_Getter(mthis) native "TimedItem_localTime_Getter";
131 140
132 // Generated overload resolver 141 static $player_Getter(mthis) native "TimedItem_player_Getter";
133 Native_Animation_Animation(target, keyframes, timingInput) { 142
143 static $startTime_Getter(mthis) native "TimedItem_startTime_Getter";
144 }
145
146 class BlinkAnimation {
147 // Generated overload resolver
148 static $mkAnimation(target, keyframes, timingInput) {
134 if ((timingInput is Map || timingInput == null) && (keyframes is List<Map> | | keyframes == null) && (target is Element || target == null)) { 149 if ((timingInput is Map || timingInput == null) && (keyframes is List<Map> | | keyframes == null) && (target is Element || target == null)) {
135 return Native_Animation__create_1constructorCallback(target, keyframes, ti mingInput); 150 return $_create_1constructorCallback(target, keyframes, timingInput);
136 } 151 }
137 if ((timingInput is num || timingInput == null) && (keyframes is List<Map> | | keyframes == null) && (target is Element || target == null)) { 152 if ((timingInput is num || timingInput == null) && (keyframes is List<Map> | | keyframes == null) && (target is Element || target == null)) {
138 return Native_Animation__create_2constructorCallback(target, keyframes, ti mingInput); 153 return $_create_2constructorCallback(target, keyframes, timingInput);
139 } 154 }
140 if ((keyframes is List<Map> || keyframes == null) && (target is Element || t arget == null) && timingInput == null) { 155 if ((keyframes is List<Map> || keyframes == null) && (target is Element || t arget == null) && timingInput == null) {
141 return Native_Animation__create_3constructorCallback(target, keyframes); 156 return $_create_3constructorCallback(target, keyframes);
142 } 157 }
143 throw new ArgumentError("Incorrect number or type of arguments"); 158 throw new ArgumentError("Incorrect number or type of arguments");
144 } 159 }
145 160
146 Native_Animation__create_1constructorCallback(target, keyframes, timingInput) na tive "Animation_constructorCallback_RESOLVER_STRING_3_Element_sequence<Dictionar y>_Dictionary"; 161 static $_create_1constructorCallback(target, keyframes, timingInput) native "A nimation_constructorCallback_RESOLVER_STRING_3_Element_sequence<Dictionary>_Dict ionary";
147 162
148 Native_Animation__create_2constructorCallback(target, keyframes, timingInput) na tive "Animation_constructorCallback_RESOLVER_STRING_3_Element_sequence<Dictionar y>_double"; 163 static $_create_2constructorCallback(target, keyframes, timingInput) native "A nimation_constructorCallback_RESOLVER_STRING_3_Element_sequence<Dictionary>_doub le";
149 164
150 Native_Animation__create_3constructorCallback(target, keyframes) native "Animati on_constructorCallback_RESOLVER_STRING_2_Element_sequence<Dictionary>"; 165 static $_create_3constructorCallback(target, keyframes) native "Animation_cons tructorCallback_RESOLVER_STRING_2_Element_sequence<Dictionary>";
151 166 }
152 Native_ApplicationCache_status_Getter(mthis) native "ApplicationCache_status_Get ter"; 167
153 168 class BlinkApplicationCache {
154 Native_ApplicationCache_abort_Callback(mthis) native "ApplicationCache_abort_Cal lback_RESOLVER_STRING_0_"; 169 static $status_Getter(mthis) native "ApplicationCache_status_Getter";
155 170
156 Native_ApplicationCache_swapCache_Callback(mthis) native "ApplicationCache_swapC ache_Callback_RESOLVER_STRING_0_"; 171 static $abort_Callback(mthis) native "ApplicationCache_abort_Callback_RESOLVER _STRING_0_";
157 172
158 Native_ApplicationCache_update_Callback(mthis) native "ApplicationCache_update_C allback_RESOLVER_STRING_0_"; 173 static $swapCache_Callback(mthis) native "ApplicationCache_swapCache_Callback_ RESOLVER_STRING_0_";
159 174
160 Native_Node_baseURI_Getter(mthis) native "Node_baseURI_Getter"; 175 static $update_Callback(mthis) native "ApplicationCache_update_Callback_RESOLV ER_STRING_0_";
161 176 }
162 Native_Node_childNodes_Getter(mthis) native "Node_childNodes_Getter"; 177
163 178 class BlinkNode {
164 Native_Node_firstChild_Getter(mthis) native "Node_firstChild_Getter"; 179 static $baseURI_Getter(mthis) native "Node_baseURI_Getter";
165 180
166 Native_Node_lastChild_Getter(mthis) native "Node_lastChild_Getter"; 181 static $childNodes_Getter(mthis) native "Node_childNodes_Getter";
167 182
168 Native_Node_localName_Getter(mthis) native "Node_localName_Getter"; 183 static $firstChild_Getter(mthis) native "Node_firstChild_Getter";
169 184
170 Native_Node_namespaceURI_Getter(mthis) native "Node_namespaceURI_Getter"; 185 static $lastChild_Getter(mthis) native "Node_lastChild_Getter";
171 186
172 Native_Node_nextSibling_Getter(mthis) native "Node_nextSibling_Getter"; 187 static $localName_Getter(mthis) native "Node_localName_Getter";
173 188
174 Native_Node_nodeName_Getter(mthis) native "Node_nodeName_Getter"; 189 static $namespaceURI_Getter(mthis) native "Node_namespaceURI_Getter";
175 190
176 Native_Node_nodeType_Getter(mthis) native "Node_nodeType_Getter"; 191 static $nextSibling_Getter(mthis) native "Node_nextSibling_Getter";
177 192
178 Native_Node_nodeValue_Getter(mthis) native "Node_nodeValue_Getter"; 193 static $nodeName_Getter(mthis) native "Node_nodeName_Getter";
179 194
180 Native_Node_ownerDocument_Getter(mthis) native "Node_ownerDocument_Getter"; 195 static $nodeType_Getter(mthis) native "Node_nodeType_Getter";
181 196
182 Native_Node_parentElement_Getter(mthis) native "Node_parentElement_Getter"; 197 static $nodeValue_Getter(mthis) native "Node_nodeValue_Getter";
183 198
184 Native_Node_parentNode_Getter(mthis) native "Node_parentNode_Getter"; 199 static $ownerDocument_Getter(mthis) native "Node_ownerDocument_Getter";
185 200
186 Native_Node_previousSibling_Getter(mthis) native "Node_previousSibling_Getter"; 201 static $parentElement_Getter(mthis) native "Node_parentElement_Getter";
187 202
188 Native_Node_textContent_Getter(mthis) native "Node_textContent_Getter"; 203 static $parentNode_Getter(mthis) native "Node_parentNode_Getter";
189 204
190 Native_Node_textContent_Setter(mthis, value) native "Node_textContent_Setter"; 205 static $previousSibling_Getter(mthis) native "Node_previousSibling_Getter";
191 206
192 Native_Node_appendChild_Callback(mthis, newChild) native "Node_appendChild_Callb ack"; 207 static $textContent_Getter(mthis) native "Node_textContent_Getter";
193 208
194 Native_Node_cloneNode_Callback(mthis, deep) native "Node_cloneNode_Callback"; 209 static $textContent_Setter(mthis, value) native "Node_textContent_Setter";
195 210
196 Native_Node_contains_Callback(mthis, other) native "Node_contains_Callback_RESOL VER_STRING_1_Node"; 211 static $appendChild_Callback(mthis, newChild) native "Node_appendChild_Callbac k";
197 212
198 Native_Node_hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback_RE SOLVER_STRING_0_"; 213 static $cloneNode_Callback(mthis, deep) native "Node_cloneNode_Callback";
199 214
200 Native_Node_insertBefore_Callback(mthis, newChild, refChild) native "Node_insert Before_Callback"; 215 static $contains_Callback(mthis, other) native "Node_contains_Callback_RESOLVE R_STRING_1_Node";
201 216
202 Native_Node_removeChild_Callback(mthis, oldChild) native "Node_removeChild_Callb ack"; 217 static $hasChildNodes_Callback(mthis) native "Node_hasChildNodes_Callback_RESO LVER_STRING_0_";
203 218
204 Native_Node_replaceChild_Callback(mthis, newChild, oldChild) native "Node_replac eChild_Callback"; 219 static $insertBefore_Callback(mthis, newChild, refChild) native "Node_insertBe fore_Callback";
205 220
206 Native_Attr_localName_Getter(mthis) native "Attr_localName_Getter"; 221 static $removeChild_Callback(mthis, oldChild) native "Node_removeChild_Callbac k";
207 222
208 Native_Attr_name_Getter(mthis) native "Attr_name_Getter"; 223 static $replaceChild_Callback(mthis, newChild, oldChild) native "Node_replaceC hild_Callback";
209 224 }
210 Native_Attr_namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter"; 225
211 226 class BlinkAttr {
212 Native_Attr_value_Getter(mthis) native "Attr_value_Getter"; 227 static $localName_Getter(mthis) native "Attr_localName_Getter";
213 228
214 Native_Attr_value_Setter(mthis, value) native "Attr_value_Setter"; 229 static $name_Getter(mthis) native "Attr_name_Getter";
215 230
216 Native_AudioBuffer_duration_Getter(mthis) native "AudioBuffer_duration_Getter"; 231 static $namespaceURI_Getter(mthis) native "Attr_namespaceURI_Getter";
217 232
218 Native_AudioBuffer_length_Getter(mthis) native "AudioBuffer_length_Getter"; 233 static $value_Getter(mthis) native "Attr_value_Getter";
219 234
220 Native_AudioBuffer_numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfCh annels_Getter"; 235 static $value_Setter(mthis, value) native "Attr_value_Setter";
221 236 }
222 Native_AudioBuffer_sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Gette r"; 237
223 238 class BlinkAudioBuffer {
224 Native_AudioBuffer_getChannelData_Callback(mthis, channelIndex) native "AudioBuf fer_getChannelData_Callback_RESOLVER_STRING_1_unsigned long"; 239 static $duration_Getter(mthis) native "AudioBuffer_duration_Getter";
225 240
226 Native_AudioBufferSourceNode_buffer_Getter(mthis) native "AudioBufferSourceNode_ buffer_Getter"; 241 static $length_Getter(mthis) native "AudioBuffer_length_Getter";
227 242
228 Native_AudioBufferSourceNode_buffer_Setter(mthis, value) native "AudioBufferSour ceNode_buffer_Setter"; 243 static $numberOfChannels_Getter(mthis) native "AudioBuffer_numberOfChannels_Ge tter";
229 244
230 Native_AudioBufferSourceNode_loop_Getter(mthis) native "AudioBufferSourceNode_lo op_Getter"; 245 static $sampleRate_Getter(mthis) native "AudioBuffer_sampleRate_Getter";
231 246
232 Native_AudioBufferSourceNode_loop_Setter(mthis, value) native "AudioBufferSource Node_loop_Setter"; 247 static $getChannelData_Callback(mthis, channelIndex) native "AudioBuffer_getCh annelData_Callback_RESOLVER_STRING_1_unsigned long";
233 248 }
234 Native_AudioBufferSourceNode_loopEnd_Getter(mthis) native "AudioBufferSourceNode _loopEnd_Getter"; 249
235 250 class BlinkAudioSourceNode {}
236 Native_AudioBufferSourceNode_loopEnd_Setter(mthis, value) native "AudioBufferSou rceNode_loopEnd_Setter"; 251
237 252 class BlinkAudioBufferSourceNode {
238 Native_AudioBufferSourceNode_loopStart_Getter(mthis) native "AudioBufferSourceNo de_loopStart_Getter"; 253 static $buffer_Getter(mthis) native "AudioBufferSourceNode_buffer_Getter";
239 254
240 Native_AudioBufferSourceNode_loopStart_Setter(mthis, value) native "AudioBufferS ourceNode_loopStart_Setter"; 255 static $buffer_Setter(mthis, value) native "AudioBufferSourceNode_buffer_Sette r";
241 256
242 Native_AudioBufferSourceNode_playbackRate_Getter(mthis) native "AudioBufferSourc eNode_playbackRate_Getter"; 257 static $loop_Getter(mthis) native "AudioBufferSourceNode_loop_Getter";
243 258
244 Native_AudioBufferSourceNode_noteGrainOn_Callback(mthis, when, grainOffset, grai nDuration) native "AudioBufferSourceNode_noteGrainOn_Callback_RESOLVER_STRING_3_ double_double_double"; 259 static $loop_Setter(mthis, value) native "AudioBufferSourceNode_loop_Setter";
245 260
246 Native_AudioBufferSourceNode_noteOff_Callback(mthis, when) native "AudioBufferSo urceNode_noteOff_Callback_RESOLVER_STRING_1_double"; 261 static $loopEnd_Getter(mthis) native "AudioBufferSourceNode_loopEnd_Getter";
247 262
248 Native_AudioBufferSourceNode_noteOn_Callback(mthis, when) native "AudioBufferSou rceNode_noteOn_Callback_RESOLVER_STRING_1_double"; 263 static $loopEnd_Setter(mthis, value) native "AudioBufferSourceNode_loopEnd_Set ter";
249 264
250 // Generated overload resolver 265 static $loopStart_Getter(mthis) native "AudioBufferSourceNode_loopStart_Getter ";
251 Native_AudioBufferSourceNode_start(mthis, when, grainOffset, grainDuration) { 266
267 static $loopStart_Setter(mthis, value) native "AudioBufferSourceNode_loopStart _Setter";
268
269 static $playbackRate_Getter(mthis) native "AudioBufferSourceNode_playbackRate_ Getter";
270
271 static $noteGrainOn_Callback(mthis, when, grainOffset, grainDuration) native " AudioBufferSourceNode_noteGrainOn_Callback_RESOLVER_STRING_3_double_double_doubl e";
272
273 static $noteOff_Callback(mthis, when) native "AudioBufferSourceNode_noteOff_Ca llback_RESOLVER_STRING_1_double";
274
275 static $noteOn_Callback(mthis, when) native "AudioBufferSourceNode_noteOn_Call back_RESOLVER_STRING_1_double";
276
277 // Generated overload resolver
278 static $start(mthis, when, grainOffset, grainDuration) {
252 if (grainDuration != null) { 279 if (grainDuration != null) {
253 Native_AudioBufferSourceNode__start_1_Callback(mthis, when, grainOffset, g rainDuration); 280 $_start_1_Callback(mthis, when, grainOffset, grainDuration);
254 return; 281 return;
255 } 282 }
256 if (grainOffset != null) { 283 if (grainOffset != null) {
257 Native_AudioBufferSourceNode__start_2_Callback(mthis, when, grainOffset); 284 $_start_2_Callback(mthis, when, grainOffset);
258 return; 285 return;
259 } 286 }
260 if (when != null) { 287 if (when != null) {
261 Native_AudioBufferSourceNode__start_3_Callback(mthis, when); 288 $_start_3_Callback(mthis, when);
262 return; 289 return;
263 } 290 }
264 Native_AudioBufferSourceNode__start_4_Callback(mthis); 291 $_start_4_Callback(mthis);
265 return; 292 return;
266 } 293 }
267 294
268 Native_AudioBufferSourceNode__start_1_Callback(mthis, when, grainOffset, grainDu ration) native "AudioBufferSourceNode_start_Callback_RESOLVER_STRING_3_double_do uble_double"; 295 static $_start_1_Callback(mthis, when, grainOffset, grainDuration) native "Aud ioBufferSourceNode_start_Callback_RESOLVER_STRING_3_double_double_double";
269 296
270 Native_AudioBufferSourceNode__start_2_Callback(mthis, when, grainOffset) native "AudioBufferSourceNode_start_Callback_RESOLVER_STRING_2_double_double"; 297 static $_start_2_Callback(mthis, when, grainOffset) native "AudioBufferSourceN ode_start_Callback_RESOLVER_STRING_2_double_double";
271 298
272 Native_AudioBufferSourceNode__start_3_Callback(mthis, when) native "AudioBufferS ourceNode_start_Callback_RESOLVER_STRING_1_double"; 299 static $_start_3_Callback(mthis, when) native "AudioBufferSourceNode_start_Cal lback_RESOLVER_STRING_1_double";
273 300
274 Native_AudioBufferSourceNode__start_4_Callback(mthis) native "AudioBufferSourceN ode_start_Callback_RESOLVER_STRING_0_"; 301 static $_start_4_Callback(mthis) native "AudioBufferSourceNode_start_Callback_ RESOLVER_STRING_0_";
275 302
276 // Generated overload resolver 303 // Generated overload resolver
277 Native_AudioBufferSourceNode_stop(mthis, when) { 304 static $stop(mthis, when) {
278 if (when != null) { 305 if (when != null) {
279 Native_AudioBufferSourceNode__stop_1_Callback(mthis, when); 306 $_stop_1_Callback(mthis, when);
280 return; 307 return;
281 } 308 }
282 Native_AudioBufferSourceNode__stop_2_Callback(mthis); 309 $_stop_2_Callback(mthis);
283 return; 310 return;
284 } 311 }
285 312
286 Native_AudioBufferSourceNode__stop_1_Callback(mthis, when) native "AudioBufferSo urceNode_stop_Callback_RESOLVER_STRING_1_double"; 313 static $_stop_1_Callback(mthis, when) native "AudioBufferSourceNode_stop_Callb ack_RESOLVER_STRING_1_double";
287 314
288 Native_AudioBufferSourceNode__stop_2_Callback(mthis) native "AudioBufferSourceNo de_stop_Callback_RESOLVER_STRING_0_"; 315 static $_stop_2_Callback(mthis) native "AudioBufferSourceNode_stop_Callback_RE SOLVER_STRING_0_";
289 316 }
290 // Generated overload resolver 317
291 Native_AudioContext_AudioContext() { 318 class BlinkAudioContext {
292 return Native_AudioContext__create_1constructorCallback(); 319 // Generated overload resolver
293 } 320 static $mkAudioContext() {
294 321 return $_create_1constructorCallback();
295 Native_AudioContext__create_1constructorCallback() native "AudioContext_construc torCallback_RESOLVER_STRING_0_"; 322 }
296 323
297 Native_AudioContext_currentTime_Getter(mthis) native "AudioContext_currentTime_G etter"; 324 static $_create_1constructorCallback() native "AudioContext_constructorCallbac k_RESOLVER_STRING_0_";
298 325
299 Native_AudioContext_destination_Getter(mthis) native "AudioContext_destination_G etter"; 326 static $currentTime_Getter(mthis) native "AudioContext_currentTime_Getter";
300 327
301 Native_AudioContext_listener_Getter(mthis) native "AudioContext_listener_Getter" ; 328 static $destination_Getter(mthis) native "AudioContext_destination_Getter";
302 329
303 Native_AudioContext_sampleRate_Getter(mthis) native "AudioContext_sampleRate_Get ter"; 330 static $listener_Getter(mthis) native "AudioContext_listener_Getter";
304 331
305 Native_AudioContext_createAnalyser_Callback(mthis) native "AudioContext_createAn alyser_Callback_RESOLVER_STRING_0_"; 332 static $sampleRate_Getter(mthis) native "AudioContext_sampleRate_Getter";
306 333
307 Native_AudioContext_createBiquadFilter_Callback(mthis) native "AudioContext_crea teBiquadFilter_Callback_RESOLVER_STRING_0_"; 334 static $createAnalyser_Callback(mthis) native "AudioContext_createAnalyser_Cal lback_RESOLVER_STRING_0_";
308 335
309 Native_AudioContext_createBuffer_Callback(mthis, numberOfChannels, numberOfFrame s, sampleRate) native "AudioContext_createBuffer_Callback_RESOLVER_STRING_3_unsi gned long_unsigned long_float"; 336 static $createBiquadFilter_Callback(mthis) native "AudioContext_createBiquadFi lter_Callback_RESOLVER_STRING_0_";
310 337
311 Native_AudioContext_createBufferSource_Callback(mthis) native "AudioContext_crea teBufferSource_Callback_RESOLVER_STRING_0_"; 338 static $createBuffer_Callback(mthis, numberOfChannels, numberOfFrames, sampleR ate) native "AudioContext_createBuffer_Callback_RESOLVER_STRING_3_unsigned long_ unsigned long_float";
312 339
313 // Generated overload resolver 340 static $createBufferSource_Callback(mthis) native "AudioContext_createBufferSo urce_Callback_RESOLVER_STRING_0_";
314 Native_AudioContext_createChannelMerger(mthis, numberOfInputs) { 341
342 // Generated overload resolver
343 static $createChannelMerger(mthis, numberOfInputs) {
315 if (numberOfInputs != null) { 344 if (numberOfInputs != null) {
316 return Native_AudioContext__createChannelMerger_1_Callback(mthis, numberOf Inputs); 345 return $_createChannelMerger_1_Callback(mthis, numberOfInputs);
317 } 346 }
318 return Native_AudioContext__createChannelMerger_2_Callback(mthis); 347 return $_createChannelMerger_2_Callback(mthis);
319 } 348 }
320 349
321 Native_AudioContext__createChannelMerger_1_Callback(mthis, numberOfInputs) nativ e "AudioContext_createChannelMerger_Callback_RESOLVER_STRING_1_unsigned long"; 350 static $_createChannelMerger_1_Callback(mthis, numberOfInputs) native "AudioCo ntext_createChannelMerger_Callback_RESOLVER_STRING_1_unsigned long";
322 351
323 Native_AudioContext__createChannelMerger_2_Callback(mthis) native "AudioContext_ createChannelMerger_Callback_RESOLVER_STRING_0_"; 352 static $_createChannelMerger_2_Callback(mthis) native "AudioContext_createChan nelMerger_Callback_RESOLVER_STRING_0_";
324 353
325 // Generated overload resolver 354 // Generated overload resolver
326 Native_AudioContext_createChannelSplitter(mthis, numberOfOutputs) { 355 static $createChannelSplitter(mthis, numberOfOutputs) {
327 if (numberOfOutputs != null) { 356 if (numberOfOutputs != null) {
328 return Native_AudioContext__createChannelSplitter_1_Callback(mthis, number OfOutputs); 357 return $_createChannelSplitter_1_Callback(mthis, numberOfOutputs);
329 } 358 }
330 return Native_AudioContext__createChannelSplitter_2_Callback(mthis); 359 return $_createChannelSplitter_2_Callback(mthis);
331 } 360 }
332 361
333 Native_AudioContext__createChannelSplitter_1_Callback(mthis, numberOfOutputs) na tive "AudioContext_createChannelSplitter_Callback_RESOLVER_STRING_1_unsigned lon g"; 362 static $_createChannelSplitter_1_Callback(mthis, numberOfOutputs) native "Audi oContext_createChannelSplitter_Callback_RESOLVER_STRING_1_unsigned long";
334 363
335 Native_AudioContext__createChannelSplitter_2_Callback(mthis) native "AudioContex t_createChannelSplitter_Callback_RESOLVER_STRING_0_"; 364 static $_createChannelSplitter_2_Callback(mthis) native "AudioContext_createCh annelSplitter_Callback_RESOLVER_STRING_0_";
336 365
337 Native_AudioContext_createConvolver_Callback(mthis) native "AudioContext_createC onvolver_Callback_RESOLVER_STRING_0_"; 366 static $createConvolver_Callback(mthis) native "AudioContext_createConvolver_C allback_RESOLVER_STRING_0_";
338 367
339 // Generated overload resolver 368 // Generated overload resolver
340 Native_AudioContext_createDelay(mthis, maxDelayTime) { 369 static $createDelay(mthis, maxDelayTime) {
341 if (maxDelayTime != null) { 370 if (maxDelayTime != null) {
342 return Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime); 371 return $_createDelay_1_Callback(mthis, maxDelayTime);
343 } 372 }
344 return Native_AudioContext__createDelay_2_Callback(mthis); 373 return $_createDelay_2_Callback(mthis);
345 } 374 }
346 375
347 Native_AudioContext__createDelay_1_Callback(mthis, maxDelayTime) native "AudioCo ntext_createDelay_Callback_RESOLVER_STRING_1_double"; 376 static $_createDelay_1_Callback(mthis, maxDelayTime) native "AudioContext_crea teDelay_Callback_RESOLVER_STRING_1_double";
348 377
349 Native_AudioContext__createDelay_2_Callback(mthis) native "AudioContext_createDe lay_Callback_RESOLVER_STRING_0_"; 378 static $_createDelay_2_Callback(mthis) native "AudioContext_createDelay_Callba ck_RESOLVER_STRING_0_";
350 379
351 Native_AudioContext_createDynamicsCompressor_Callback(mthis) native "AudioContex t_createDynamicsCompressor_Callback_RESOLVER_STRING_0_"; 380 static $createDynamicsCompressor_Callback(mthis) native "AudioContext_createDy namicsCompressor_Callback_RESOLVER_STRING_0_";
352 381
353 Native_AudioContext_createGain_Callback(mthis) native "AudioContext_createGain_C allback_RESOLVER_STRING_0_"; 382 static $createGain_Callback(mthis) native "AudioContext_createGain_Callback_RE SOLVER_STRING_0_";
354 383
355 Native_AudioContext_createMediaElementSource_Callback(mthis, mediaElement) nativ e "AudioContext_createMediaElementSource_Callback_RESOLVER_STRING_1_HTMLMediaEle ment"; 384 static $createMediaElementSource_Callback(mthis, mediaElement) native "AudioCo ntext_createMediaElementSource_Callback_RESOLVER_STRING_1_HTMLMediaElement";
356 385
357 Native_AudioContext_createMediaStreamDestination_Callback(mthis) native "AudioCo ntext_createMediaStreamDestination_Callback_RESOLVER_STRING_0_"; 386 static $createMediaStreamDestination_Callback(mthis) native "AudioContext_crea teMediaStreamDestination_Callback_RESOLVER_STRING_0_";
358 387
359 Native_AudioContext_createMediaStreamSource_Callback(mthis, mediaStream) native "AudioContext_createMediaStreamSource_Callback_RESOLVER_STRING_1_MediaStream"; 388 static $createMediaStreamSource_Callback(mthis, mediaStream) native "AudioCont ext_createMediaStreamSource_Callback_RESOLVER_STRING_1_MediaStream";
360 389
361 Native_AudioContext_createOscillator_Callback(mthis) native "AudioContext_create Oscillator_Callback_RESOLVER_STRING_0_"; 390 static $createOscillator_Callback(mthis) native "AudioContext_createOscillator _Callback_RESOLVER_STRING_0_";
362 391
363 Native_AudioContext_createPanner_Callback(mthis) native "AudioContext_createPann er_Callback_RESOLVER_STRING_0_"; 392 static $createPanner_Callback(mthis) native "AudioContext_createPanner_Callbac k_RESOLVER_STRING_0_";
364 393
365 Native_AudioContext_createPeriodicWave_Callback(mthis, real, imag) native "Audio Context_createPeriodicWave_Callback_RESOLVER_STRING_2_Float32Array_Float32Array" ; 394 static $createPeriodicWave_Callback(mthis, real, imag) native "AudioContext_cr eatePeriodicWave_Callback_RESOLVER_STRING_2_Float32Array_Float32Array";
366 395
367 // Generated overload resolver 396 // Generated overload resolver
368 Native_AudioContext_createScriptProcessor(mthis, bufferSize, numberOfInputChanne ls, numberOfOutputChannels) { 397 static $createScriptProcessor(mthis, bufferSize, numberOfInputChannels, number OfOutputChannels) {
369 if (numberOfOutputChannels != null) { 398 if (numberOfOutputChannels != null) {
370 return Native_AudioContext__createScriptProcessor_1_Callback(mthis, buffer Size, numberOfInputChannels, numberOfOutputChannels); 399 return $_createScriptProcessor_1_Callback(mthis, bufferSize, numberOfInput Channels, numberOfOutputChannels);
371 } 400 }
372 if (numberOfInputChannels != null) { 401 if (numberOfInputChannels != null) {
373 return Native_AudioContext__createScriptProcessor_2_Callback(mthis, buffer Size, numberOfInputChannels); 402 return $_createScriptProcessor_2_Callback(mthis, bufferSize, numberOfInput Channels);
374 } 403 }
375 if (bufferSize != null) { 404 if (bufferSize != null) {
376 return Native_AudioContext__createScriptProcessor_3_Callback(mthis, buffer Size); 405 return $_createScriptProcessor_3_Callback(mthis, bufferSize);
377 } 406 }
378 return Native_AudioContext__createScriptProcessor_4_Callback(mthis); 407 return $_createScriptProcessor_4_Callback(mthis);
379 } 408 }
380 409
381 Native_AudioContext__createScriptProcessor_1_Callback(mthis, bufferSize, numberO fInputChannels, numberOfOutputChannels) native "AudioContext_createScriptProcess or_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long"; 410 static $_createScriptProcessor_1_Callback(mthis, bufferSize, numberOfInputChan nels, numberOfOutputChannels) native "AudioContext_createScriptProcessor_Callbac k_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long";
382 411
383 Native_AudioContext__createScriptProcessor_2_Callback(mthis, bufferSize, numberO fInputChannels) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STR ING_2_unsigned long_unsigned long"; 412 static $_createScriptProcessor_2_Callback(mthis, bufferSize, numberOfInputChan nels) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STRING_2_unsi gned long_unsigned long";
384 413
385 Native_AudioContext__createScriptProcessor_3_Callback(mthis, bufferSize) native "AudioContext_createScriptProcessor_Callback_RESOLVER_STRING_1_unsigned long"; 414 static $_createScriptProcessor_3_Callback(mthis, bufferSize) native "AudioCont ext_createScriptProcessor_Callback_RESOLVER_STRING_1_unsigned long";
386 415
387 Native_AudioContext__createScriptProcessor_4_Callback(mthis) native "AudioContex t_createScriptProcessor_Callback_RESOLVER_STRING_0_"; 416 static $_createScriptProcessor_4_Callback(mthis) native "AudioContext_createSc riptProcessor_Callback_RESOLVER_STRING_0_";
388 417
389 Native_AudioContext_createWaveShaper_Callback(mthis) native "AudioContext_create WaveShaper_Callback_RESOLVER_STRING_0_"; 418 static $createWaveShaper_Callback(mthis) native "AudioContext_createWaveShaper _Callback_RESOLVER_STRING_0_";
390 419
391 Native_AudioContext_decodeAudioData_Callback(mthis, audioData, successCallback, errorCallback) native "AudioContext_decodeAudioData_Callback"; 420 static $decodeAudioData_Callback(mthis, audioData, successCallback, errorCallb ack) native "AudioContext_decodeAudioData_Callback";
392 421
393 Native_AudioContext_startRendering_Callback(mthis) native "AudioContext_startRen dering_Callback_RESOLVER_STRING_0_"; 422 static $startRendering_Callback(mthis) native "AudioContext_startRendering_Cal lback_RESOLVER_STRING_0_";
394 423 }
395 Native_AudioDestinationNode_maxChannelCount_Getter(mthis) native "AudioDestinati onNode_maxChannelCount_Getter"; 424
396 425 class BlinkAudioDestinationNode {
397 Native_AudioListener_dopplerFactor_Getter(mthis) native "AudioListener_dopplerFa ctor_Getter"; 426 static $maxChannelCount_Getter(mthis) native "AudioDestinationNode_maxChannelC ount_Getter";
398 427 }
399 Native_AudioListener_dopplerFactor_Setter(mthis, value) native "AudioListener_do pplerFactor_Setter"; 428
400 429 class BlinkAudioListener {
401 Native_AudioListener_speedOfSound_Getter(mthis) native "AudioListener_speedOfSou nd_Getter"; 430 static $dopplerFactor_Getter(mthis) native "AudioListener_dopplerFactor_Getter ";
402 431
403 Native_AudioListener_speedOfSound_Setter(mthis, value) native "AudioListener_spe edOfSound_Setter"; 432 static $dopplerFactor_Setter(mthis, value) native "AudioListener_dopplerFactor _Setter";
404 433
405 Native_AudioListener_setOrientation_Callback(mthis, x, y, z, xUp, yUp, zUp) nati ve "AudioListener_setOrientation_Callback_RESOLVER_STRING_6_float_float_float_fl oat_float_float"; 434 static $speedOfSound_Getter(mthis) native "AudioListener_speedOfSound_Getter";
406 435
407 Native_AudioListener_setPosition_Callback(mthis, x, y, z) native "AudioListener_ setPosition_Callback_RESOLVER_STRING_3_float_float_float"; 436 static $speedOfSound_Setter(mthis, value) native "AudioListener_speedOfSound_S etter";
408 437
409 Native_AudioListener_setVelocity_Callback(mthis, x, y, z) native "AudioListener_ setVelocity_Callback_RESOLVER_STRING_3_float_float_float"; 438 static $setOrientation_Callback(mthis, x, y, z, xUp, yUp, zUp) native "AudioLi stener_setOrientation_Callback_RESOLVER_STRING_6_float_float_float_float_float_f loat";
410 439
411 Native_AudioParam_defaultValue_Getter(mthis) native "AudioParam_defaultValue_Get ter"; 440 static $setPosition_Callback(mthis, x, y, z) native "AudioListener_setPosition _Callback_RESOLVER_STRING_3_float_float_float";
412 441
413 Native_AudioParam_maxValue_Getter(mthis) native "AudioParam_maxValue_Getter"; 442 static $setVelocity_Callback(mthis, x, y, z) native "AudioListener_setVelocity _Callback_RESOLVER_STRING_3_float_float_float";
414 443 }
415 Native_AudioParam_minValue_Getter(mthis) native "AudioParam_minValue_Getter"; 444
416 445 class BlinkAudioParam {
417 Native_AudioParam_name_Getter(mthis) native "AudioParam_name_Getter"; 446 static $defaultValue_Getter(mthis) native "AudioParam_defaultValue_Getter";
418 447
419 Native_AudioParam_units_Getter(mthis) native "AudioParam_units_Getter"; 448 static $maxValue_Getter(mthis) native "AudioParam_maxValue_Getter";
420 449
421 Native_AudioParam_value_Getter(mthis) native "AudioParam_value_Getter"; 450 static $minValue_Getter(mthis) native "AudioParam_minValue_Getter";
422 451
423 Native_AudioParam_value_Setter(mthis, value) native "AudioParam_value_Setter"; 452 static $name_Getter(mthis) native "AudioParam_name_Getter";
424 453
425 Native_AudioParam_cancelScheduledValues_Callback(mthis, startTime) native "Audio Param_cancelScheduledValues_Callback_RESOLVER_STRING_1_double"; 454 static $units_Getter(mthis) native "AudioParam_units_Getter";
426 455
427 Native_AudioParam_exponentialRampToValueAtTime_Callback(mthis, value, time) nati ve "AudioParam_exponentialRampToValueAtTime_Callback_RESOLVER_STRING_2_float_dou ble"; 456 static $value_Getter(mthis) native "AudioParam_value_Getter";
428 457
429 Native_AudioParam_linearRampToValueAtTime_Callback(mthis, value, time) native "A udioParam_linearRampToValueAtTime_Callback_RESOLVER_STRING_2_float_double"; 458 static $value_Setter(mthis, value) native "AudioParam_value_Setter";
430 459
431 Native_AudioParam_setTargetAtTime_Callback(mthis, target, time, timeConstant) na tive "AudioParam_setTargetAtTime_Callback_RESOLVER_STRING_3_float_double_double" ; 460 static $cancelScheduledValues_Callback(mthis, startTime) native "AudioParam_ca ncelScheduledValues_Callback_RESOLVER_STRING_1_double";
432 461
433 Native_AudioParam_setValueAtTime_Callback(mthis, value, time) native "AudioParam _setValueAtTime_Callback_RESOLVER_STRING_2_float_double"; 462 static $exponentialRampToValueAtTime_Callback(mthis, value, time) native "Audi oParam_exponentialRampToValueAtTime_Callback_RESOLVER_STRING_2_float_double";
434 463
435 Native_AudioParam_setValueCurveAtTime_Callback(mthis, values, time, duration) na tive "AudioParam_setValueCurveAtTime_Callback"; 464 static $linearRampToValueAtTime_Callback(mthis, value, time) native "AudioPara m_linearRampToValueAtTime_Callback_RESOLVER_STRING_2_float_double";
436 465
437 Native_Event_bubbles_Getter(mthis) native "Event_bubbles_Getter"; 466 static $setTargetAtTime_Callback(mthis, target, time, timeConstant) native "Au dioParam_setTargetAtTime_Callback_RESOLVER_STRING_3_float_double_double";
438 467
439 Native_Event_cancelable_Getter(mthis) native "Event_cancelable_Getter"; 468 static $setValueAtTime_Callback(mthis, value, time) native "AudioParam_setValu eAtTime_Callback_RESOLVER_STRING_2_float_double";
440 469
441 Native_Event_clipboardData_Getter(mthis) native "Event_clipboardData_Getter"; 470 static $setValueCurveAtTime_Callback(mthis, values, time, duration) native "Au dioParam_setValueCurveAtTime_Callback";
442 471 }
443 Native_Event_currentTarget_Getter(mthis) native "Event_currentTarget_Getter"; 472
444 473 class BlinkEvent {
445 Native_Event_defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Gette r"; 474 static $bubbles_Getter(mthis) native "Event_bubbles_Getter";
446 475
447 Native_Event_eventPhase_Getter(mthis) native "Event_eventPhase_Getter"; 476 static $cancelable_Getter(mthis) native "Event_cancelable_Getter";
448 477
449 Native_Event_path_Getter(mthis) native "Event_path_Getter"; 478 static $clipboardData_Getter(mthis) native "Event_clipboardData_Getter";
450 479
451 Native_Event_target_Getter(mthis) native "Event_target_Getter"; 480 static $currentTarget_Getter(mthis) native "Event_currentTarget_Getter";
452 481
453 Native_Event_timeStamp_Getter(mthis) native "Event_timeStamp_Getter"; 482 static $defaultPrevented_Getter(mthis) native "Event_defaultPrevented_Getter";
454 483
455 Native_Event_type_Getter(mthis) native "Event_type_Getter"; 484 static $eventPhase_Getter(mthis) native "Event_eventPhase_Getter";
456 485
457 Native_Event_initEvent_Callback(mthis, eventTypeArg, canBubbleArg, cancelableArg ) native "Event_initEvent_Callback_RESOLVER_STRING_3_DOMString_boolean_boolean"; 486 static $path_Getter(mthis) native "Event_path_Getter";
458 487
459 Native_Event_preventDefault_Callback(mthis) native "Event_preventDefault_Callbac k_RESOLVER_STRING_0_"; 488 static $target_Getter(mthis) native "Event_target_Getter";
460 489
461 Native_Event_stopImmediatePropagation_Callback(mthis) native "Event_stopImmediat ePropagation_Callback_RESOLVER_STRING_0_"; 490 static $timeStamp_Getter(mthis) native "Event_timeStamp_Getter";
462 491
463 Native_Event_stopPropagation_Callback(mthis) native "Event_stopPropagation_Callb ack_RESOLVER_STRING_0_"; 492 static $type_Getter(mthis) native "Event_type_Getter";
464 493
465 Native_AudioProcessingEvent_inputBuffer_Getter(mthis) native "AudioProcessingEve nt_inputBuffer_Getter"; 494 static $initEvent_Callback(mthis, eventTypeArg, canBubbleArg, cancelableArg) n ative "Event_initEvent_Callback_RESOLVER_STRING_3_DOMString_boolean_boolean";
466 495
467 Native_AudioProcessingEvent_outputBuffer_Getter(mthis) native "AudioProcessingEv ent_outputBuffer_Getter"; 496 static $preventDefault_Callback(mthis) native "Event_preventDefault_Callback_R ESOLVER_STRING_0_";
468 497
469 Native_AutocompleteErrorEvent_reason_Getter(mthis) native "AutocompleteErrorEven t_reason_Getter"; 498 static $stopImmediatePropagation_Callback(mthis) native "Event_stopImmediatePr opagation_Callback_RESOLVER_STRING_0_";
470 499
471 Native_BarProp_visible_Getter(mthis) native "BarProp_visible_Getter"; 500 static $stopPropagation_Callback(mthis) native "Event_stopPropagation_Callback _RESOLVER_STRING_0_";
472 501 }
473 Native_BeforeUnloadEvent_returnValue_Getter(mthis) native "BeforeUnloadEvent_ret urnValue_Getter"; 502
474 503 class BlinkAudioProcessingEvent {
475 Native_BeforeUnloadEvent_returnValue_Setter(mthis, value) native "BeforeUnloadEv ent_returnValue_Setter"; 504 static $inputBuffer_Getter(mthis) native "AudioProcessingEvent_inputBuffer_Get ter";
476 505
477 Native_BiquadFilterNode_Q_Getter(mthis) native "BiquadFilterNode_Q_Getter"; 506 static $outputBuffer_Getter(mthis) native "AudioProcessingEvent_outputBuffer_G etter";
478 507 }
479 Native_BiquadFilterNode_detune_Getter(mthis) native "BiquadFilterNode_detune_Get ter"; 508
480 509 class BlinkAutocompleteErrorEvent {
481 Native_BiquadFilterNode_frequency_Getter(mthis) native "BiquadFilterNode_frequen cy_Getter"; 510 static $reason_Getter(mthis) native "AutocompleteErrorEvent_reason_Getter";
482 511 }
483 Native_BiquadFilterNode_gain_Getter(mthis) native "BiquadFilterNode_gain_Getter" ; 512
484 513 class BlinkBarProp {
485 Native_BiquadFilterNode_type_Getter(mthis) native "BiquadFilterNode_type_Getter" ; 514 static $visible_Getter(mthis) native "BarProp_visible_Getter";
486 515 }
487 Native_BiquadFilterNode_type_Setter(mthis, value) native "BiquadFilterNode_type_ Setter"; 516
488 517 class BlinkBeforeLoadEvent {}
489 Native_BiquadFilterNode_getFrequencyResponse_Callback(mthis, frequencyHz, magRes ponse, phaseResponse) native "BiquadFilterNode_getFrequencyResponse_Callback_RES OLVER_STRING_3_Float32Array_Float32Array_Float32Array"; 518
490 519 class BlinkBeforeUnloadEvent {
491 Native_Blob_constructorCallback(blobParts, type, endings) native "Blob_construct orCallback"; 520 static $returnValue_Getter(mthis) native "BeforeUnloadEvent_returnValue_Getter ";
492 521
493 Native_Blob_size_Getter(mthis) native "Blob_size_Getter"; 522 static $returnValue_Setter(mthis, value) native "BeforeUnloadEvent_returnValue _Setter";
494 523 }
495 Native_Blob_type_Getter(mthis) native "Blob_type_Getter"; 524
496 525 class BlinkBiquadFilterNode {
497 // Generated overload resolver 526 static $Q_Getter(mthis) native "BiquadFilterNode_Q_Getter";
498 Native_Blob_slice(mthis, start, end, contentType) { 527
528 static $detune_Getter(mthis) native "BiquadFilterNode_detune_Getter";
529
530 static $frequency_Getter(mthis) native "BiquadFilterNode_frequency_Getter";
531
532 static $gain_Getter(mthis) native "BiquadFilterNode_gain_Getter";
533
534 static $type_Getter(mthis) native "BiquadFilterNode_type_Getter";
535
536 static $type_Setter(mthis, value) native "BiquadFilterNode_type_Setter";
537
538 static $getFrequencyResponse_Callback(mthis, frequencyHz, magResponse, phaseRe sponse) native "BiquadFilterNode_getFrequencyResponse_Callback_RESOLVER_STRING_3 _Float32Array_Float32Array_Float32Array";
539 }
540
541 class BlinkBlob {
542 static $constructorCallback(blobParts, type, endings) native "Blob_constructor Callback";
543
544 static $size_Getter(mthis) native "Blob_size_Getter";
545
546 static $type_Getter(mthis) native "Blob_type_Getter";
547
548 // Generated overload resolver
549 static $slice(mthis, start, end, contentType) {
499 if (contentType != null) { 550 if (contentType != null) {
500 return Native_Blob__slice_1_Callback(mthis, start, end, contentType); 551 return $_slice_1_Callback(mthis, start, end, contentType);
501 } 552 }
502 if (end != null) { 553 if (end != null) {
503 return Native_Blob__slice_2_Callback(mthis, start, end); 554 return $_slice_2_Callback(mthis, start, end);
504 } 555 }
505 if (start != null) { 556 if (start != null) {
506 return Native_Blob__slice_3_Callback(mthis, start); 557 return $_slice_3_Callback(mthis, start);
507 } 558 }
508 return Native_Blob__slice_4_Callback(mthis); 559 return $_slice_4_Callback(mthis);
509 } 560 }
510 561
511 Native_Blob__slice_1_Callback(mthis, start, end, contentType) native "Blob_slice _Callback_RESOLVER_STRING_3_long long_long long_DOMString"; 562 static $_slice_1_Callback(mthis, start, end, contentType) native "Blob_slice_C allback_RESOLVER_STRING_3_long long_long long_DOMString";
512 563
513 Native_Blob__slice_2_Callback(mthis, start, end) native "Blob_slice_Callback_RES OLVER_STRING_2_long long_long long"; 564 static $_slice_2_Callback(mthis, start, end) native "Blob_slice_Callback_RESOL VER_STRING_2_long long_long long";
514 565
515 Native_Blob__slice_3_Callback(mthis, start) native "Blob_slice_Callback_RESOLVER _STRING_1_long long"; 566 static $_slice_3_Callback(mthis, start) native "Blob_slice_Callback_RESOLVER_S TRING_1_long long";
516 567
517 Native_Blob__slice_4_Callback(mthis) native "Blob_slice_Callback_RESOLVER_STRING _0_"; 568 static $_slice_4_Callback(mthis) native "Blob_slice_Callback_RESOLVER_STRING_0 _";
518 569 }
519 Native_ChildNode_nextElementSibling_Getter(mthis) native "ChildNode_nextElementS ibling_Getter"; 570
520 571 class BlinkChildNode {
521 Native_ChildNode_previousElementSibling_Getter(mthis) native "ChildNode_previous ElementSibling_Getter"; 572 static $nextElementSibling_Getter(mthis) native "ChildNode_nextElementSibling_ Getter";
522 573
523 Native_ChildNode_remove_Callback(mthis) native "ChildNode_remove_Callback_RESOLV ER_STRING_0_"; 574 static $previousElementSibling_Getter(mthis) native "ChildNode_previousElement Sibling_Getter";
524 575
525 Native_CharacterData_data_Getter(mthis) native "CharacterData_data_Getter"; 576 static $remove_Callback(mthis) native "ChildNode_remove_Callback_RESOLVER_STRI NG_0_";
526 577 }
527 Native_CharacterData_data_Setter(mthis, value) native "CharacterData_data_Setter "; 578
528 579 class BlinkCharacterData {
529 Native_CharacterData_length_Getter(mthis) native "CharacterData_length_Getter"; 580 static $data_Getter(mthis) native "CharacterData_data_Getter";
530 581
531 Native_CharacterData_appendData_Callback(mthis, data) native "CharacterData_appe ndData_Callback_RESOLVER_STRING_1_DOMString"; 582 static $data_Setter(mthis, value) native "CharacterData_data_Setter";
532 583
533 Native_CharacterData_deleteData_Callback(mthis, offset, length) native "Characte rData_deleteData_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; 584 static $length_Getter(mthis) native "CharacterData_length_Getter";
534 585
535 Native_CharacterData_insertData_Callback(mthis, offset, data) native "CharacterD ata_insertData_Callback_RESOLVER_STRING_2_unsigned long_DOMString"; 586 static $appendData_Callback(mthis, data) native "CharacterData_appendData_Call back_RESOLVER_STRING_1_DOMString";
536 587
537 Native_CharacterData_replaceData_Callback(mthis, offset, length, data) native "C haracterData_replaceData_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_ DOMString"; 588 static $deleteData_Callback(mthis, offset, length) native "CharacterData_delet eData_Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
538 589
539 Native_CharacterData_substringData_Callback(mthis, offset, length) native "Chara cterData_substringData_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; 590 static $insertData_Callback(mthis, offset, data) native "CharacterData_insertD ata_Callback_RESOLVER_STRING_2_unsigned long_DOMString";
540 591
541 Native_CharacterData_nextElementSibling_Getter(mthis) native "CharacterData_next ElementSibling_Getter"; 592 static $replaceData_Callback(mthis, offset, length, data) native "CharacterDat a_replaceData_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_DOMString";
542 593
543 Native_CharacterData_previousElementSibling_Getter(mthis) native "CharacterData_ previousElementSibling_Getter"; 594 static $substringData_Callback(mthis, offset, length) native "CharacterData_su bstringData_Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
544 595
545 Native_Text_wholeText_Getter(mthis) native "Text_wholeText_Getter"; 596 static $nextElementSibling_Getter(mthis) native "CharacterData_nextElementSibl ing_Getter";
546 597
547 Native_Text_getDestinationInsertionPoints_Callback(mthis) native "Text_getDestin ationInsertionPoints_Callback_RESOLVER_STRING_0_"; 598 static $previousElementSibling_Getter(mthis) native "CharacterData_previousEle mentSibling_Getter";
548 599 }
549 Native_Text_splitText_Callback(mthis, offset) native "Text_splitText_Callback_RE SOLVER_STRING_1_unsigned long"; 600
550 601 class BlinkText {
551 Native_CSS_supports_Callback(mthis, property, value) native "CSS_supports_Callba ck_RESOLVER_STRING_2_DOMString_DOMString"; 602 static $wholeText_Getter(mthis) native "Text_wholeText_Getter";
552 603
553 Native_CSS_supportsCondition_Callback(mthis, conditionText) native "CSS_supports _Callback_RESOLVER_STRING_1_DOMString"; 604 static $getDestinationInsertionPoints_Callback(mthis) native "Text_getDestinat ionInsertionPoints_Callback_RESOLVER_STRING_0_";
554 605
555 Native_CSSRule_cssText_Getter(mthis) native "CSSRule_cssText_Getter"; 606 static $splitText_Callback(mthis, offset) native "Text_splitText_Callback_RESO LVER_STRING_1_unsigned long";
556 607 }
557 Native_CSSRule_cssText_Setter(mthis, value) native "CSSRule_cssText_Setter"; 608
558 609 class BlinkCDATASection {}
559 Native_CSSRule_parentRule_Getter(mthis) native "CSSRule_parentRule_Getter"; 610
560 611 class BlinkCSS {
561 Native_CSSRule_parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_G etter"; 612 static $supports_Callback(mthis, property, value) native "CSS_supports_Callbac k_RESOLVER_STRING_2_DOMString_DOMString";
562 613
563 Native_CSSRule_type_Getter(mthis) native "CSSRule_type_Getter"; 614 static $supportsCondition_Callback(mthis, conditionText) native "CSS_supports_ Callback_RESOLVER_STRING_1_DOMString";
564 615 }
565 Native_CSSCharsetRule_encoding_Getter(mthis) native "CSSCharsetRule_encoding_Get ter"; 616
566 617 class BlinkCSSRule {
567 Native_CSSCharsetRule_encoding_Setter(mthis, value) native "CSSCharsetRule_encod ing_Setter"; 618 static $cssText_Getter(mthis) native "CSSRule_cssText_Getter";
568 619
569 Native_CSSFontFaceLoadEvent_fontfaces_Getter(mthis) native "CSSFontFaceLoadEvent _fontfaces_Getter"; 620 static $cssText_Setter(mthis, value) native "CSSRule_cssText_Setter";
570 621
571 Native_CSSFontFaceRule_style_Getter(mthis) native "CSSFontFaceRule_style_Getter" ; 622 static $parentRule_Getter(mthis) native "CSSRule_parentRule_Getter";
572 623
573 Native_CSSImportRule_href_Getter(mthis) native "CSSImportRule_href_Getter"; 624 static $parentStyleSheet_Getter(mthis) native "CSSRule_parentStyleSheet_Getter ";
574 625
575 Native_CSSImportRule_media_Getter(mthis) native "CSSImportRule_media_Getter"; 626 static $type_Getter(mthis) native "CSSRule_type_Getter";
576 627 }
577 Native_CSSImportRule_styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_G etter"; 628
578 629 class BlinkCSSCharsetRule {
579 Native_CSSKeyframeRule_keyText_Getter(mthis) native "CSSKeyframeRule_keyText_Get ter"; 630 static $encoding_Getter(mthis) native "CSSCharsetRule_encoding_Getter";
580 631
581 Native_CSSKeyframeRule_keyText_Setter(mthis, value) native "CSSKeyframeRule_keyT ext_Setter"; 632 static $encoding_Setter(mthis, value) native "CSSCharsetRule_encoding_Setter";
582 633 }
583 Native_CSSKeyframeRule_style_Getter(mthis) native "CSSKeyframeRule_style_Getter" ; 634
584 635 class BlinkCSSFontFaceLoadEvent {
585 Native_CSSKeyframesRule_cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules _Getter"; 636 static $fontfaces_Getter(mthis) native "CSSFontFaceLoadEvent_fontfaces_Getter" ;
586 637 }
587 Native_CSSKeyframesRule_name_Getter(mthis) native "CSSKeyframesRule_name_Getter" ; 638
588 639 class BlinkCSSFontFaceRule {
589 Native_CSSKeyframesRule_name_Setter(mthis, value) native "CSSKeyframesRule_name_ Setter"; 640 static $style_Getter(mthis) native "CSSFontFaceRule_style_Getter";
590 641 }
591 Native_CSSKeyframesRule___getter___Callback(mthis, index) native "CSSKeyframesRu le___getter___Callback_RESOLVER_STRING_1_unsigned long"; 642
592 643 class BlinkCSSImportRule {
593 Native_CSSKeyframesRule_deleteRule_Callback(mthis, key) native "CSSKeyframesRule _deleteRule_Callback_RESOLVER_STRING_1_DOMString"; 644 static $href_Getter(mthis) native "CSSImportRule_href_Getter";
594 645
595 Native_CSSKeyframesRule_findRule_Callback(mthis, key) native "CSSKeyframesRule_f indRule_Callback_RESOLVER_STRING_1_DOMString"; 646 static $media_Getter(mthis) native "CSSImportRule_media_Getter";
596 647
597 Native_CSSKeyframesRule_insertRule_Callback(mthis, rule) native "CSSKeyframesRul e_insertRule_Callback_RESOLVER_STRING_1_DOMString"; 648 static $styleSheet_Getter(mthis) native "CSSImportRule_styleSheet_Getter";
598 649 }
599 Native_CSSMediaRule_cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter" ; 650
600 651 class BlinkCSSKeyframeRule {
601 Native_CSSMediaRule_media_Getter(mthis) native "CSSMediaRule_media_Getter"; 652 static $keyText_Getter(mthis) native "CSSKeyframeRule_keyText_Getter";
602 653
603 Native_CSSMediaRule_deleteRule_Callback(mthis, index) native "CSSMediaRule_delet eRule_Callback_RESOLVER_STRING_1_unsigned long"; 654 static $keyText_Setter(mthis, value) native "CSSKeyframeRule_keyText_Setter";
604 655
605 Native_CSSMediaRule_insertRule_Callback(mthis, rule, index) native "CSSMediaRule _insertRule_Callback_RESOLVER_STRING_2_DOMString_unsigned long"; 656 static $style_Getter(mthis) native "CSSKeyframeRule_style_Getter";
606 657 }
607 Native_CSSPageRule_selectorText_Getter(mthis) native "CSSPageRule_selectorText_G etter"; 658
608 659 class BlinkCSSKeyframesRule {
609 Native_CSSPageRule_selectorText_Setter(mthis, value) native "CSSPageRule_selecto rText_Setter"; 660 static $cssRules_Getter(mthis) native "CSSKeyframesRule_cssRules_Getter";
610 661
611 Native_CSSPageRule_style_Getter(mthis) native "CSSPageRule_style_Getter"; 662 static $name_Getter(mthis) native "CSSKeyframesRule_name_Getter";
612 663
613 Native_CSSRuleList_length_Getter(mthis) native "CSSRuleList_length_Getter"; 664 static $name_Setter(mthis, value) native "CSSKeyframesRule_name_Setter";
614 665
615 Native_CSSRuleList_NativeIndexed_Getter(mthis, index) native "CSSRuleList_item_C allback_RESOLVER_STRING_1_unsigned long"; 666 static $__getter___Callback(mthis, index) native "CSSKeyframesRule___getter___ Callback_RESOLVER_STRING_1_unsigned long";
616 667
617 Native_CSSRuleList_item_Callback(mthis, index) native "CSSRuleList_item_Callback _RESOLVER_STRING_1_unsigned long"; 668 static $deleteRule_Callback(mthis, key) native "CSSKeyframesRule_deleteRule_Ca llback_RESOLVER_STRING_1_DOMString";
618 669
619 Native_CSSStyleDeclaration_cssText_Getter(mthis) native "CSSStyleDeclaration_css Text_Getter"; 670 static $findRule_Callback(mthis, key) native "CSSKeyframesRule_findRule_Callba ck_RESOLVER_STRING_1_DOMString";
620 671
621 Native_CSSStyleDeclaration_cssText_Setter(mthis, value) native "CSSStyleDeclarat ion_cssText_Setter"; 672 static $insertRule_Callback(mthis, rule) native "CSSKeyframesRule_insertRule_C allback_RESOLVER_STRING_1_DOMString";
622 673 }
623 Native_CSSStyleDeclaration_length_Getter(mthis) native "CSSStyleDeclaration_leng th_Getter"; 674
624 675 class BlinkCSSMediaRule {
625 Native_CSSStyleDeclaration_parentRule_Getter(mthis) native "CSSStyleDeclaration_ parentRule_Getter"; 676 static $cssRules_Getter(mthis) native "CSSMediaRule_cssRules_Getter";
626 677
627 Native_CSSStyleDeclaration___setter___Callback(mthis, propertyName, propertyValu e) native "CSSStyleDeclaration___setter___Callback"; 678 static $media_Getter(mthis) native "CSSMediaRule_media_Getter";
628 679
629 Native_CSSStyleDeclaration_getPropertyPriority_Callback(mthis, propertyName) nat ive "CSSStyleDeclaration_getPropertyPriority_Callback_RESOLVER_STRING_1_DOMStrin g"; 680 static $deleteRule_Callback(mthis, index) native "CSSMediaRule_deleteRule_Call back_RESOLVER_STRING_1_unsigned long";
630 681
631 Native_CSSStyleDeclaration_getPropertyValue_Callback(mthis, propertyName) native "CSSStyleDeclaration_getPropertyValue_Callback_RESOLVER_STRING_1_DOMString"; 682 static $insertRule_Callback(mthis, rule, index) native "CSSMediaRule_insertRul e_Callback_RESOLVER_STRING_2_DOMString_unsigned long";
632 683 }
633 Native_CSSStyleDeclaration_item_Callback(mthis, index) native "CSSStyleDeclarati on_item_Callback_RESOLVER_STRING_1_unsigned long"; 684
634 685 class BlinkCSSPageRule {
635 Native_CSSStyleDeclaration_removeProperty_Callback(mthis, propertyName) native " CSSStyleDeclaration_removeProperty_Callback_RESOLVER_STRING_1_DOMString"; 686 static $selectorText_Getter(mthis) native "CSSPageRule_selectorText_Getter";
636 687
637 Native_CSSStyleDeclaration_setProperty_Callback(mthis, propertyName, value, prio rity) native "CSSStyleDeclaration_setProperty_Callback_RESOLVER_STRING_3_DOMStri ng_DOMString_DOMString"; 688 static $selectorText_Setter(mthis, value) native "CSSPageRule_selectorText_Set ter";
638 689
639 Native_CSSStyleRule_selectorText_Getter(mthis) native "CSSStyleRule_selectorText _Getter"; 690 static $style_Getter(mthis) native "CSSPageRule_style_Getter";
640 691 }
641 Native_CSSStyleRule_selectorText_Setter(mthis, value) native "CSSStyleRule_selec torText_Setter"; 692
642 693 class BlinkCSSValue {}
643 Native_CSSStyleRule_style_Getter(mthis) native "CSSStyleRule_style_Getter"; 694
644 695 class BlinkCSSPrimitiveValue {}
645 Native_StyleSheet_disabled_Getter(mthis) native "StyleSheet_disabled_Getter"; 696
646 697 class BlinkCSSRuleList {
647 Native_StyleSheet_disabled_Setter(mthis, value) native "StyleSheet_disabled_Sett er"; 698 static $length_Getter(mthis) native "CSSRuleList_length_Getter";
648 699
649 Native_StyleSheet_href_Getter(mthis) native "StyleSheet_href_Getter"; 700 static $NativeIndexed_Getter(mthis, index) native "CSSRuleList_item_Callback_R ESOLVER_STRING_1_unsigned long";
650 701
651 Native_StyleSheet_media_Getter(mthis) native "StyleSheet_media_Getter"; 702 static $item_Callback(mthis, index) native "CSSRuleList_item_Callback_RESOLVER _STRING_1_unsigned long";
652 703 }
653 Native_StyleSheet_ownerNode_Getter(mthis) native "StyleSheet_ownerNode_Getter"; 704
654 705 class BlinkCSSStyleDeclaration {
655 Native_StyleSheet_parentStyleSheet_Getter(mthis) native "StyleSheet_parentStyleS heet_Getter"; 706 static $cssText_Getter(mthis) native "CSSStyleDeclaration_cssText_Getter";
656 707
657 Native_StyleSheet_title_Getter(mthis) native "StyleSheet_title_Getter"; 708 static $cssText_Setter(mthis, value) native "CSSStyleDeclaration_cssText_Sette r";
658 709
659 Native_StyleSheet_type_Getter(mthis) native "StyleSheet_type_Getter"; 710 static $length_Getter(mthis) native "CSSStyleDeclaration_length_Getter";
660 711
661 Native_CSSStyleSheet_cssRules_Getter(mthis) native "CSSStyleSheet_cssRules_Gette r"; 712 static $parentRule_Getter(mthis) native "CSSStyleDeclaration_parentRule_Getter ";
662 713
663 Native_CSSStyleSheet_ownerRule_Getter(mthis) native "CSSStyleSheet_ownerRule_Get ter"; 714 static $__setter___Callback(mthis, propertyName, propertyValue) native "CSSSty leDeclaration___setter___Callback";
664 715
665 Native_CSSStyleSheet_rules_Getter(mthis) native "CSSStyleSheet_rules_Getter"; 716 static $getPropertyPriority_Callback(mthis, propertyName) native "CSSStyleDecl aration_getPropertyPriority_Callback_RESOLVER_STRING_1_DOMString";
666 717
667 // Generated overload resolver 718 static $getPropertyValue_Callback(mthis, propertyName) native "CSSStyleDeclara tion_getPropertyValue_Callback_RESOLVER_STRING_1_DOMString";
668 Native_CSSStyleSheet_addRule(mthis, selector, style, index) { 719
720 static $item_Callback(mthis, index) native "CSSStyleDeclaration_item_Callback_ RESOLVER_STRING_1_unsigned long";
721
722 static $removeProperty_Callback(mthis, propertyName) native "CSSStyleDeclarati on_removeProperty_Callback_RESOLVER_STRING_1_DOMString";
723
724 static $setProperty_Callback(mthis, propertyName, value, priority) native "CSS StyleDeclaration_setProperty_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMS tring";
725 }
726
727 class BlinkCSSStyleRule {
728 static $selectorText_Getter(mthis) native "CSSStyleRule_selectorText_Getter";
729
730 static $selectorText_Setter(mthis, value) native "CSSStyleRule_selectorText_Se tter";
731
732 static $style_Getter(mthis) native "CSSStyleRule_style_Getter";
733 }
734
735 class BlinkStyleSheet {
736 static $disabled_Getter(mthis) native "StyleSheet_disabled_Getter";
737
738 static $disabled_Setter(mthis, value) native "StyleSheet_disabled_Setter";
739
740 static $href_Getter(mthis) native "StyleSheet_href_Getter";
741
742 static $media_Getter(mthis) native "StyleSheet_media_Getter";
743
744 static $ownerNode_Getter(mthis) native "StyleSheet_ownerNode_Getter";
745
746 static $parentStyleSheet_Getter(mthis) native "StyleSheet_parentStyleSheet_Get ter";
747
748 static $title_Getter(mthis) native "StyleSheet_title_Getter";
749
750 static $type_Getter(mthis) native "StyleSheet_type_Getter";
751 }
752
753 class BlinkCSSStyleSheet {
754 static $cssRules_Getter(mthis) native "CSSStyleSheet_cssRules_Getter";
755
756 static $ownerRule_Getter(mthis) native "CSSStyleSheet_ownerRule_Getter";
757
758 static $rules_Getter(mthis) native "CSSStyleSheet_rules_Getter";
759
760 // Generated overload resolver
761 static $addRule(mthis, selector, style, index) {
669 if (index != null) { 762 if (index != null) {
670 return Native_CSSStyleSheet__addRule_1_Callback(mthis, selector, style, in dex); 763 return $_addRule_1_Callback(mthis, selector, style, index);
671 } 764 }
672 return Native_CSSStyleSheet__addRule_2_Callback(mthis, selector, style); 765 return $_addRule_2_Callback(mthis, selector, style);
673 } 766 }
674 767
675 Native_CSSStyleSheet__addRule_1_Callback(mthis, selector, style, index) native " CSSStyleSheet_addRule_Callback_RESOLVER_STRING_3_DOMString_DOMString_unsigned lo ng"; 768 static $_addRule_1_Callback(mthis, selector, style, index) native "CSSStyleShe et_addRule_Callback_RESOLVER_STRING_3_DOMString_DOMString_unsigned long";
676 769
677 Native_CSSStyleSheet__addRule_2_Callback(mthis, selector, style) native "CSSStyl eSheet_addRule_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 770 static $_addRule_2_Callback(mthis, selector, style) native "CSSStyleSheet_addR ule_Callback_RESOLVER_STRING_2_DOMString_DOMString";
678 771
679 Native_CSSStyleSheet_deleteRule_Callback(mthis, index) native "CSSStyleSheet_del eteRule_Callback_RESOLVER_STRING_1_unsigned long"; 772 static $deleteRule_Callback(mthis, index) native "CSSStyleSheet_deleteRule_Cal lback_RESOLVER_STRING_1_unsigned long";
680 773
681 // Generated overload resolver 774 // Generated overload resolver
682 Native_CSSStyleSheet_insertRule(mthis, rule, index) { 775 static $insertRule(mthis, rule, index) {
683 if (index != null) { 776 if (index != null) {
684 return Native_CSSStyleSheet__insertRule_1_Callback(mthis, rule, index); 777 return $_insertRule_1_Callback(mthis, rule, index);
685 } 778 }
686 return Native_CSSStyleSheet__insertRule_2_Callback(mthis, rule); 779 return $_insertRule_2_Callback(mthis, rule);
687 } 780 }
688 781
689 Native_CSSStyleSheet__insertRule_1_Callback(mthis, rule, index) native "CSSStyle Sheet_insertRule_Callback_RESOLVER_STRING_2_DOMString_unsigned long"; 782 static $_insertRule_1_Callback(mthis, rule, index) native "CSSStyleSheet_inser tRule_Callback_RESOLVER_STRING_2_DOMString_unsigned long";
690 783
691 Native_CSSStyleSheet__insertRule_2_Callback(mthis, rule) native "CSSStyleSheet_i nsertRule_Callback_RESOLVER_STRING_1_DOMString"; 784 static $_insertRule_2_Callback(mthis, rule) native "CSSStyleSheet_insertRule_C allback_RESOLVER_STRING_1_DOMString";
692 785
693 Native_CSSStyleSheet_removeRule_Callback(mthis, index) native "CSSStyleSheet_rem oveRule_Callback_RESOLVER_STRING_1_unsigned long"; 786 static $removeRule_Callback(mthis, index) native "CSSStyleSheet_removeRule_Cal lback_RESOLVER_STRING_1_unsigned long";
694 787 }
695 Native_CSSSupportsRule_conditionText_Getter(mthis) native "CSSSupportsRule_condi tionText_Getter"; 788
696 789 class BlinkCSSSupportsRule {
697 Native_CSSSupportsRule_cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_G etter"; 790 static $conditionText_Getter(mthis) native "CSSSupportsRule_conditionText_Gett er";
698 791
699 Native_CSSSupportsRule_deleteRule_Callback(mthis, index) native "CSSSupportsRule _deleteRule_Callback_RESOLVER_STRING_1_unsigned long"; 792 static $cssRules_Getter(mthis) native "CSSSupportsRule_cssRules_Getter";
700 793
701 Native_CSSSupportsRule_insertRule_Callback(mthis, rule, index) native "CSSSuppor tsRule_insertRule_Callback_RESOLVER_STRING_2_DOMString_unsigned long"; 794 static $deleteRule_Callback(mthis, index) native "CSSSupportsRule_deleteRule_C allback_RESOLVER_STRING_1_unsigned long";
702 795
703 Native_CSSValueList_length_Getter(mthis) native "CSSValueList_length_Getter"; 796 static $insertRule_Callback(mthis, rule, index) native "CSSSupportsRule_insert Rule_Callback_RESOLVER_STRING_2_DOMString_unsigned long";
704 797 }
705 Native_CSSValueList_NativeIndexed_Getter(mthis, index) native "CSSValueList_item _Callback_RESOLVER_STRING_1_unsigned long"; 798
706 799 class BlinkCSSUnknownRule {}
707 Native_CSSValueList_item_Callback(mthis, index) native "CSSValueList_item_Callba ck_RESOLVER_STRING_1_unsigned long"; 800
708 801 class BlinkCSSValueList {
709 Native_CSSViewportRule_style_Getter(mthis) native "CSSViewportRule_style_Getter" ; 802 static $length_Getter(mthis) native "CSSValueList_length_Getter";
710 803
711 Native_Canvas2DContextAttributes_alpha_Getter(mthis) native "Canvas2DContextAttr ibutes_alpha_Getter"; 804 static $NativeIndexed_Getter(mthis, index) native "CSSValueList_item_Callback_ RESOLVER_STRING_1_unsigned long";
712 805
713 Native_Canvas2DContextAttributes_alpha_Setter(mthis, value) native "Canvas2DCont extAttributes_alpha_Setter"; 806 static $item_Callback(mthis, index) native "CSSValueList_item_Callback_RESOLVE R_STRING_1_unsigned long";
714 807 }
715 Native_CanvasGradient_addColorStop_Callback(mthis, offset, color) native "Canvas Gradient_addColorStop_Callback_RESOLVER_STRING_2_float_DOMString"; 808
716 809 class BlinkCSSViewportRule {
717 Native_CanvasRenderingContext_canvas_Getter(mthis) native "CanvasRenderingContex t2D_canvas_Getter"; 810 static $style_Getter(mthis) native "CSSViewportRule_style_Getter";
718 811 }
719 Native_CanvasRenderingContext2D_currentTransform_Getter(mthis) native "CanvasRen deringContext2D_currentTransform_Getter"; 812
720 813 class BlinkCanvas2DContextAttributes {
721 Native_CanvasRenderingContext2D_currentTransform_Setter(mthis, value) native "Ca nvasRenderingContext2D_currentTransform_Setter"; 814 static $alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter";
722 815
723 Native_CanvasRenderingContext2D_fillStyle_Getter(mthis) native "CanvasRenderingC ontext2D_fillStyle_Getter"; 816 static $alpha_Setter(mthis, value) native "Canvas2DContextAttributes_alpha_Set ter";
724 817 }
725 Native_CanvasRenderingContext2D_fillStyle_Setter(mthis, value) native "CanvasRen deringContext2D_fillStyle_Setter"; 818
726 819 class BlinkCanvasGradient {
727 Native_CanvasRenderingContext2D_font_Getter(mthis) native "CanvasRenderingContex t2D_font_Getter"; 820 static $addColorStop_Callback(mthis, offset, color) native "CanvasGradient_add ColorStop_Callback_RESOLVER_STRING_2_float_DOMString";
728 821 }
729 Native_CanvasRenderingContext2D_font_Setter(mthis, value) native "CanvasRenderin gContext2D_font_Setter"; 822
730 823 class BlinkCanvasPattern {}
731 Native_CanvasRenderingContext2D_globalAlpha_Getter(mthis) native "CanvasRenderin gContext2D_globalAlpha_Getter"; 824
732 825 class BlinkCanvasRenderingContext {
733 Native_CanvasRenderingContext2D_globalAlpha_Setter(mthis, value) native "CanvasR enderingContext2D_globalAlpha_Setter"; 826 static $canvas_Getter(mthis) native "CanvasRenderingContext2D_canvas_Getter";
734 827 }
735 Native_CanvasRenderingContext2D_globalCompositeOperation_Getter(mthis) native "C anvasRenderingContext2D_globalCompositeOperation_Getter"; 828
736 829 class BlinkCanvasRenderingContext2D {
737 Native_CanvasRenderingContext2D_globalCompositeOperation_Setter(mthis, value) na tive "CanvasRenderingContext2D_globalCompositeOperation_Setter"; 830 static $currentTransform_Getter(mthis) native "CanvasRenderingContext2D_curren tTransform_Getter";
738 831
739 Native_CanvasRenderingContext2D_imageSmoothingEnabled_Getter(mthis) native "Canv asRenderingContext2D_imageSmoothingEnabled_Getter"; 832 static $currentTransform_Setter(mthis, value) native "CanvasRenderingContext2D _currentTransform_Setter";
740 833
741 Native_CanvasRenderingContext2D_imageSmoothingEnabled_Setter(mthis, value) nativ e "CanvasRenderingContext2D_imageSmoothingEnabled_Setter"; 834 static $fillStyle_Getter(mthis) native "CanvasRenderingContext2D_fillStyle_Get ter";
742 835
743 Native_CanvasRenderingContext2D_lineCap_Getter(mthis) native "CanvasRenderingCon text2D_lineCap_Getter"; 836 static $fillStyle_Setter(mthis, value) native "CanvasRenderingContext2D_fillSt yle_Setter";
744 837
745 Native_CanvasRenderingContext2D_lineCap_Setter(mthis, value) native "CanvasRende ringContext2D_lineCap_Setter"; 838 static $font_Getter(mthis) native "CanvasRenderingContext2D_font_Getter";
746 839
747 Native_CanvasRenderingContext2D_lineDashOffset_Getter(mthis) native "CanvasRende ringContext2D_lineDashOffset_Getter"; 840 static $font_Setter(mthis, value) native "CanvasRenderingContext2D_font_Setter ";
748 841
749 Native_CanvasRenderingContext2D_lineDashOffset_Setter(mthis, value) native "Canv asRenderingContext2D_lineDashOffset_Setter"; 842 static $globalAlpha_Getter(mthis) native "CanvasRenderingContext2D_globalAlpha _Getter";
750 843
751 Native_CanvasRenderingContext2D_lineJoin_Getter(mthis) native "CanvasRenderingCo ntext2D_lineJoin_Getter"; 844 static $globalAlpha_Setter(mthis, value) native "CanvasRenderingContext2D_glob alAlpha_Setter";
752 845
753 Native_CanvasRenderingContext2D_lineJoin_Setter(mthis, value) native "CanvasRend eringContext2D_lineJoin_Setter"; 846 static $globalCompositeOperation_Getter(mthis) native "CanvasRenderingContext2 D_globalCompositeOperation_Getter";
754 847
755 Native_CanvasRenderingContext2D_lineWidth_Getter(mthis) native "CanvasRenderingC ontext2D_lineWidth_Getter"; 848 static $globalCompositeOperation_Setter(mthis, value) native "CanvasRenderingC ontext2D_globalCompositeOperation_Setter";
756 849
757 Native_CanvasRenderingContext2D_lineWidth_Setter(mthis, value) native "CanvasRen deringContext2D_lineWidth_Setter"; 850 static $imageSmoothingEnabled_Getter(mthis) native "CanvasRenderingContext2D_i mageSmoothingEnabled_Getter";
758 851
759 Native_CanvasRenderingContext2D_miterLimit_Getter(mthis) native "CanvasRendering Context2D_miterLimit_Getter"; 852 static $imageSmoothingEnabled_Setter(mthis, value) native "CanvasRenderingCont ext2D_imageSmoothingEnabled_Setter";
760 853
761 Native_CanvasRenderingContext2D_miterLimit_Setter(mthis, value) native "CanvasRe nderingContext2D_miterLimit_Setter"; 854 static $lineCap_Getter(mthis) native "CanvasRenderingContext2D_lineCap_Getter" ;
762 855
763 Native_CanvasRenderingContext2D_shadowBlur_Getter(mthis) native "CanvasRendering Context2D_shadowBlur_Getter"; 856 static $lineCap_Setter(mthis, value) native "CanvasRenderingContext2D_lineCap_ Setter";
764 857
765 Native_CanvasRenderingContext2D_shadowBlur_Setter(mthis, value) native "CanvasRe nderingContext2D_shadowBlur_Setter"; 858 static $lineDashOffset_Getter(mthis) native "CanvasRenderingContext2D_lineDash Offset_Getter";
766 859
767 Native_CanvasRenderingContext2D_shadowColor_Getter(mthis) native "CanvasRenderin gContext2D_shadowColor_Getter"; 860 static $lineDashOffset_Setter(mthis, value) native "CanvasRenderingContext2D_l ineDashOffset_Setter";
768 861
769 Native_CanvasRenderingContext2D_shadowColor_Setter(mthis, value) native "CanvasR enderingContext2D_shadowColor_Setter"; 862 static $lineJoin_Getter(mthis) native "CanvasRenderingContext2D_lineJoin_Gette r";
770 863
771 Native_CanvasRenderingContext2D_shadowOffsetX_Getter(mthis) native "CanvasRender ingContext2D_shadowOffsetX_Getter"; 864 static $lineJoin_Setter(mthis, value) native "CanvasRenderingContext2D_lineJoi n_Setter";
772 865
773 Native_CanvasRenderingContext2D_shadowOffsetX_Setter(mthis, value) native "Canva sRenderingContext2D_shadowOffsetX_Setter"; 866 static $lineWidth_Getter(mthis) native "CanvasRenderingContext2D_lineWidth_Get ter";
774 867
775 Native_CanvasRenderingContext2D_shadowOffsetY_Getter(mthis) native "CanvasRender ingContext2D_shadowOffsetY_Getter"; 868 static $lineWidth_Setter(mthis, value) native "CanvasRenderingContext2D_lineWi dth_Setter";
776 869
777 Native_CanvasRenderingContext2D_shadowOffsetY_Setter(mthis, value) native "Canva sRenderingContext2D_shadowOffsetY_Setter"; 870 static $miterLimit_Getter(mthis) native "CanvasRenderingContext2D_miterLimit_G etter";
778 871
779 Native_CanvasRenderingContext2D_strokeStyle_Getter(mthis) native "CanvasRenderin gContext2D_strokeStyle_Getter"; 872 static $miterLimit_Setter(mthis, value) native "CanvasRenderingContext2D_miter Limit_Setter";
780 873
781 Native_CanvasRenderingContext2D_strokeStyle_Setter(mthis, value) native "CanvasR enderingContext2D_strokeStyle_Setter"; 874 static $shadowBlur_Getter(mthis) native "CanvasRenderingContext2D_shadowBlur_G etter";
782 875
783 Native_CanvasRenderingContext2D_textAlign_Getter(mthis) native "CanvasRenderingC ontext2D_textAlign_Getter"; 876 static $shadowBlur_Setter(mthis, value) native "CanvasRenderingContext2D_shado wBlur_Setter";
784 877
785 Native_CanvasRenderingContext2D_textAlign_Setter(mthis, value) native "CanvasRen deringContext2D_textAlign_Setter"; 878 static $shadowColor_Getter(mthis) native "CanvasRenderingContext2D_shadowColor _Getter";
786 879
787 Native_CanvasRenderingContext2D_textBaseline_Getter(mthis) native "CanvasRenderi ngContext2D_textBaseline_Getter"; 880 static $shadowColor_Setter(mthis, value) native "CanvasRenderingContext2D_shad owColor_Setter";
788 881
789 Native_CanvasRenderingContext2D_textBaseline_Setter(mthis, value) native "Canvas RenderingContext2D_textBaseline_Setter"; 882 static $shadowOffsetX_Getter(mthis) native "CanvasRenderingContext2D_shadowOff setX_Getter";
790 883
791 Native_CanvasRenderingContext2D_arc_Callback(mthis, x, y, radius, startAngle, en dAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callback_RESOLVER_ST RING_6_float_float_float_float_float_boolean"; 884 static $shadowOffsetX_Setter(mthis, value) native "CanvasRenderingContext2D_sh adowOffsetX_Setter";
792 885
793 Native_CanvasRenderingContext2D_arcTo_Callback(mthis, x1, y1, x2, y2, radius) na tive "CanvasRenderingContext2D_arcTo_Callback_RESOLVER_STRING_5_float_float_floa t_float_float"; 886 static $shadowOffsetY_Getter(mthis) native "CanvasRenderingContext2D_shadowOff setY_Getter";
794 887
795 Native_CanvasRenderingContext2D_beginPath_Callback(mthis) native "CanvasRenderin gContext2D_beginPath_Callback_RESOLVER_STRING_0_"; 888 static $shadowOffsetY_Setter(mthis, value) native "CanvasRenderingContext2D_sh adowOffsetY_Setter";
796 889
797 Native_CanvasRenderingContext2D_bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "CanvasRenderingContext2D_bezierCurveTo_Callback_RESOLVER_STR ING_6_float_float_float_float_float_float"; 890 static $strokeStyle_Getter(mthis) native "CanvasRenderingContext2D_strokeStyle _Getter";
798 891
799 Native_CanvasRenderingContext2D_clearRect_Callback(mthis, x, y, width, height) n ative "CanvasRenderingContext2D_clearRect_Callback_RESOLVER_STRING_4_float_float _float_float"; 892 static $strokeStyle_Setter(mthis, value) native "CanvasRenderingContext2D_stro keStyle_Setter";
800 893
801 // Generated overload resolver 894 static $textAlign_Getter(mthis) native "CanvasRenderingContext2D_textAlign_Get ter";
802 Native_CanvasRenderingContext2D_clip(mthis, winding) { 895
896 static $textAlign_Setter(mthis, value) native "CanvasRenderingContext2D_textAl ign_Setter";
897
898 static $textBaseline_Getter(mthis) native "CanvasRenderingContext2D_textBaseli ne_Getter";
899
900 static $textBaseline_Setter(mthis, value) native "CanvasRenderingContext2D_tex tBaseline_Setter";
901
902 static $arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_arc_Callback_RESOLVER_STRING_6_float_float_flo at_float_float_boolean";
903
904 static $arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "CanvasRenderingC ontext2D_arcTo_Callback_RESOLVER_STRING_5_float_float_float_float_float";
905
906 static $beginPath_Callback(mthis) native "CanvasRenderingContext2D_beginPath_C allback_RESOLVER_STRING_0_";
907
908 static $bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "Ca nvasRenderingContext2D_bezierCurveTo_Callback_RESOLVER_STRING_6_float_float_floa t_float_float_float";
909
910 static $clearRect_Callback(mthis, x, y, width, height) native "CanvasRendering Context2D_clearRect_Callback_RESOLVER_STRING_4_float_float_float_float";
911
912 // Generated overload resolver
913 static $clip(mthis, winding) {
803 if (winding != null) { 914 if (winding != null) {
804 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding); 915 $_clip_1_Callback(mthis, winding);
805 return; 916 return;
806 } 917 }
807 Native_CanvasRenderingContext2D__clip_2_Callback(mthis); 918 $_clip_2_Callback(mthis);
808 return; 919 return;
809 } 920 }
810 921
811 Native_CanvasRenderingContext2D__clip_1_Callback(mthis, winding) native "CanvasR enderingContext2D_clip_Callback_RESOLVER_STRING_1_DOMString"; 922 static $_clip_1_Callback(mthis, winding) native "CanvasRenderingContext2D_clip _Callback_RESOLVER_STRING_1_DOMString";
812 923
813 Native_CanvasRenderingContext2D__clip_2_Callback(mthis) native "CanvasRenderingC ontext2D_clip_Callback_RESOLVER_STRING_0_"; 924 static $_clip_2_Callback(mthis) native "CanvasRenderingContext2D_clip_Callback _RESOLVER_STRING_0_";
814 925
815 Native_CanvasRenderingContext2D_closePath_Callback(mthis) native "CanvasRenderin gContext2D_closePath_Callback_RESOLVER_STRING_0_"; 926 static $closePath_Callback(mthis) native "CanvasRenderingContext2D_closePath_C allback_RESOLVER_STRING_0_";
816 927
817 Native_CanvasRenderingContext2D_createImageData_Callback(mthis, sw, sh) native " CanvasRenderingContext2D_createImageData_Callback_RESOLVER_STRING_2_float_float" ; 928 static $createImageData_Callback(mthis, sw, sh) native "CanvasRenderingContext 2D_createImageData_Callback_RESOLVER_STRING_2_float_float";
818 929
819 Native_CanvasRenderingContext2D_createImageDataFromImageData_Callback(mthis, ima gedata) native "CanvasRenderingContext2D_createImageData_Callback_RESOLVER_STRIN G_1_ImageData"; 930 static $createImageDataFromImageData_Callback(mthis, imagedata) native "Canvas RenderingContext2D_createImageData_Callback_RESOLVER_STRING_1_ImageData";
820 931
821 Native_CanvasRenderingContext2D_createLinearGradient_Callback(mthis, x0, y0, x1, y1) native "CanvasRenderingContext2D_createLinearGradient_Callback_RESOLVER_STR ING_4_float_float_float_float"; 932 static $createLinearGradient_Callback(mthis, x0, y0, x1, y1) native "CanvasRen deringContext2D_createLinearGradient_Callback_RESOLVER_STRING_4_float_float_floa t_float";
822 933
823 Native_CanvasRenderingContext2D_createPattern_Callback(mthis, canvas, repetition Type) native "CanvasRenderingContext2D_createPattern_Callback_RESOLVER_STRING_2_ HTMLCanvasElement_DOMString"; 934 static $createPattern_Callback(mthis, canvas, repetitionType) native "CanvasRe nderingContext2D_createPattern_Callback_RESOLVER_STRING_2_HTMLCanvasElement_DOMS tring";
824 935
825 Native_CanvasRenderingContext2D_createPatternFromImage_Callback(mthis, image, re petitionType) native "CanvasRenderingContext2D_createPattern_Callback_RESOLVER_S TRING_2_HTMLImageElement_DOMString"; 936 static $createPatternFromImage_Callback(mthis, image, repetitionType) native " CanvasRenderingContext2D_createPattern_Callback_RESOLVER_STRING_2_HTMLImageEleme nt_DOMString";
826 937
827 Native_CanvasRenderingContext2D_createRadialGradient_Callback(mthis, x0, y0, r0, x1, y1, r1) native "CanvasRenderingContext2D_createRadialGradient_Callback_RESO LVER_STRING_6_float_float_float_float_float_float"; 938 static $createRadialGradient_Callback(mthis, x0, y0, r0, x1, y1, r1) native "C anvasRenderingContext2D_createRadialGradient_Callback_RESOLVER_STRING_6_float_fl oat_float_float_float_float";
828 939
829 Native_CanvasRenderingContext2D_drawCustomFocusRing_Callback(mthis, element) nat ive "CanvasRenderingContext2D_drawCustomFocusRing_Callback_RESOLVER_STRING_1_Ele ment"; 940 static $drawCustomFocusRing_Callback(mthis, element) native "CanvasRenderingCo ntext2D_drawCustomFocusRing_Callback_RESOLVER_STRING_1_Element";
830 941
831 // Generated overload resolver 942 // Generated overload resolver
832 Native_CanvasRenderingContext2D__drawImage(mthis, canvas_OR_image_OR_imageBitmap _OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) { 943 static $_drawImage(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy _OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh) {
833 if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == nul l) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageElement || canvas_OR_imag e_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == nul l && dx == null && dy == null && dw == null && dh == null) { 944 if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == nul l) && (canvas_OR_image_OR_imageBitmap_OR_video is ImageElement || canvas_OR_imag e_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == nul l && dx == null && dy == null && dw == null && dh == null) {
834 Native_CanvasRenderingContext2D__drawImage_1_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); 945 $_drawImage_1_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_ OR_x, sy_OR_y);
835 return; 946 return;
836 } 947 }
837 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) { 948 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) {
838 Native_CanvasRenderingContext2D__drawImage_2_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); 949 $_drawImage_2_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_ OR_x, sy_OR_y, sw_OR_width, height_OR_sh);
839 return; 950 return;
840 } 951 }
841 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 || s y_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_im ageBitmap_OR_video is ImageElement || canvas_OR_image_OR_imageBitmap_OR_video == null)) { 952 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 || s y_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_im ageBitmap_OR_video is ImageElement || canvas_OR_image_OR_imageBitmap_OR_video == null)) {
842 Native_CanvasRenderingContext2D__drawImage_3_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); 953 $_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);
843 return; 954 return;
844 } 955 }
845 if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == nul l) && (canvas_OR_image_OR_imageBitmap_OR_video is CanvasElement || canvas_OR_ima ge_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == nu ll && dx == null && dy == null && dw == null && dh == null) { 956 if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == nul l) && (canvas_OR_image_OR_imageBitmap_OR_video is CanvasElement || canvas_OR_ima ge_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == nu ll && dx == null && dy == null && dw == null && dh == null) {
846 Native_CanvasRenderingContext2D__drawImage_4_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); 957 $_drawImage_4_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_ OR_x, sy_OR_y);
847 return; 958 return;
848 } 959 }
849 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) { 960 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) {
850 Native_CanvasRenderingContext2D__drawImage_5_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); 961 $_drawImage_5_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_ OR_x, sy_OR_y, sw_OR_width, height_OR_sh);
851 return; 962 return;
852 } 963 }
853 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 || s y_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_im ageBitmap_OR_video is CanvasElement || canvas_OR_image_OR_imageBitmap_OR_video = = null)) { 964 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 || s y_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_im ageBitmap_OR_video is CanvasElement || canvas_OR_image_OR_imageBitmap_OR_video = = null)) {
854 Native_CanvasRenderingContext2D__drawImage_6_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); 965 $_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);
855 return; 966 return;
856 } 967 }
857 if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == nul l) && (canvas_OR_image_OR_imageBitmap_OR_video is VideoElement || canvas_OR_imag e_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == nul l && dx == null && dy == null && dw == null && dh == null) { 968 if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == nul l) && (canvas_OR_image_OR_imageBitmap_OR_video is VideoElement || canvas_OR_imag e_OR_imageBitmap_OR_video == null) && sw_OR_width == null && height_OR_sh == nul l && dx == null && dy == null && dw == null && dh == null) {
858 Native_CanvasRenderingContext2D__drawImage_7_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); 969 $_drawImage_7_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_ OR_x, sy_OR_y);
859 return; 970 return;
860 } 971 }
861 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) { 972 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) {
862 Native_CanvasRenderingContext2D__drawImage_8_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); 973 $_drawImage_8_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_ OR_x, sy_OR_y, sw_OR_width, height_OR_sh);
863 return; 974 return;
864 } 975 }
865 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 || s y_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_im ageBitmap_OR_video is VideoElement || canvas_OR_image_OR_imageBitmap_OR_video == null)) { 976 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 || s y_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_im ageBitmap_OR_video is VideoElement || canvas_OR_image_OR_imageBitmap_OR_video == null)) {
866 Native_CanvasRenderingContext2D__drawImage_9_Callback(mthis, canvas_OR_ima ge_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy, dw, dh); 977 $_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);
867 return; 978 return;
868 } 979 }
869 if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == nul l) && (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) { 980 if ((sy_OR_y is num || sy_OR_y == null) && (sx_OR_x is num || sx_OR_x == nul l) && (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) {
870 Native_CanvasRenderingContext2D__drawImage_10_Callback(mthis, canvas_OR_im age_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y); 981 $_drawImage_10_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx _OR_x, sy_OR_y);
871 return; 982 return;
872 } 983 }
873 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) { 984 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) {
874 Native_CanvasRenderingContext2D__drawImage_11_Callback(mthis, canvas_OR_im age_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh); 985 $_drawImage_11_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx _OR_x, sy_OR_y, sw_OR_width, height_OR_sh);
875 return; 986 return;
876 } 987 }
877 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 || s y_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_im ageBitmap_OR_video is ImageBitmap || canvas_OR_image_OR_imageBitmap_OR_video == null)) { 988 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 || s y_OR_y == null) && (sx_OR_x is num || sx_OR_x == null) && (canvas_OR_image_OR_im ageBitmap_OR_video is ImageBitmap || canvas_OR_image_OR_imageBitmap_OR_video == null)) {
878 Native_CanvasRenderingContext2D__drawImage_12_Callback(mthis, canvas_OR_im age_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh, dx, dy , dw, dh); 989 $_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);
879 return; 990 return;
880 } 991 }
881 throw new ArgumentError("Incorrect number or type of arguments"); 992 throw new ArgumentError("Incorrect number or type of arguments");
882 } 993 }
883 994
884 Native_CanvasRenderingContext2D__drawImage_1_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIma ge_Callback_RESOLVER_STRING_3_HTMLImageElement_float_float"; 995 static $_drawImage_1_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_S TRING_3_HTMLImageElement_float_float";
885 996
886 Native_CanvasRenderingContext2D__drawImage_2_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva sRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLImageElement_float_ float_float_float"; 997 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_dr awImage_Callback_RESOLVER_STRING_5_HTMLImageElement_float_float_float_float";
887 998
888 Native_CanvasRenderingContext2D__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, d h) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLIma geElement_float_float_float_float_float_float_float_float"; 999 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 "CanvasRende ringContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLImageElement_float_float_ float_float_float_float_float_float";
889 1000
890 Native_CanvasRenderingContext2D__drawImage_4_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIma ge_Callback_RESOLVER_STRING_3_HTMLCanvasElement_float_float"; 1001 static $_drawImage_4_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_S TRING_3_HTMLCanvasElement_float_float";
891 1002
892 Native_CanvasRenderingContext2D__drawImage_5_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva sRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLCanvasElement_float _float_float_float"; 1003 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_dr awImage_Callback_RESOLVER_STRING_5_HTMLCanvasElement_float_float_float_float";
893 1004
894 Native_CanvasRenderingContext2D__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, d h) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLCan vasElement_float_float_float_float_float_float_float_float"; 1005 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 "CanvasRende ringContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLCanvasElement_float_float _float_float_float_float_float_float";
895 1006
896 Native_CanvasRenderingContext2D__drawImage_7_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIma ge_Callback_RESOLVER_STRING_3_HTMLVideoElement_float_float"; 1007 static $_drawImage_7_Callback(mthis, canvas_OR_image_OR_imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_S TRING_3_HTMLVideoElement_float_float";
897 1008
898 Native_CanvasRenderingContext2D__drawImage_8_Callback(mthis, canvas_OR_image_OR_ imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canva sRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_HTMLVideoElement_float_ float_float_float"; 1009 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_dr awImage_Callback_RESOLVER_STRING_5_HTMLVideoElement_float_float_float_float";
899 1010
900 Native_CanvasRenderingContext2D__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, d h) native "CanvasRenderingContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLVid eoElement_float_float_float_float_float_float_float_float"; 1011 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 "CanvasRende ringContext2D_drawImage_Callback_RESOLVER_STRING_9_HTMLVideoElement_float_float_ float_float_float_float_float_float";
901 1012
902 Native_CanvasRenderingContext2D__drawImage_10_Callback(mthis, canvas_OR_image_OR _imageBitmap_OR_video, sx_OR_x, sy_OR_y) native "CanvasRenderingContext2D_drawIm age_Callback_RESOLVER_STRING_3_ImageBitmap_float_float"; 1013 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";
903 1014
904 Native_CanvasRenderingContext2D__drawImage_11_Callback(mthis, canvas_OR_image_OR _imageBitmap_OR_video, sx_OR_x, sy_OR_y, sw_OR_width, height_OR_sh) native "Canv asRenderingContext2D_drawImage_Callback_RESOLVER_STRING_5_ImageBitmap_float_floa t_float_float"; 1015 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_d rawImage_Callback_RESOLVER_STRING_5_ImageBitmap_float_float_float_float";
905 1016
906 Native_CanvasRenderingContext2D__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_ImageB itmap_float_float_float_float_float_float_float_float"; 1017 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 "CanvasRend eringContext2D_drawImage_Callback_RESOLVER_STRING_9_ImageBitmap_float_float_floa t_float_float_float_float_float";
907 1018
908 Native_CanvasRenderingContext2D_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_boo lean"; 1019 static $ellipse_Callback(mthis, x, y, radiusX, radiusY, rotation, startAngle, endAngle, anticlockwise) native "CanvasRenderingContext2D_ellipse_Callback_RESOL VER_STRING_8_float_float_float_float_float_float_float_boolean";
909 1020
910 // Generated overload resolver 1021 // Generated overload resolver
911 Native_CanvasRenderingContext2D_fill(mthis, winding) { 1022 static $fill(mthis, winding) {
912 if (winding != null) { 1023 if (winding != null) {
913 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding); 1024 $_fill_1_Callback(mthis, winding);
914 return; 1025 return;
915 } 1026 }
916 Native_CanvasRenderingContext2D__fill_2_Callback(mthis); 1027 $_fill_2_Callback(mthis);
917 return; 1028 return;
918 } 1029 }
919 1030
920 Native_CanvasRenderingContext2D__fill_1_Callback(mthis, winding) native "CanvasR enderingContext2D_fill_Callback_RESOLVER_STRING_1_DOMString"; 1031 static $_fill_1_Callback(mthis, winding) native "CanvasRenderingContext2D_fill _Callback_RESOLVER_STRING_1_DOMString";
921 1032
922 Native_CanvasRenderingContext2D__fill_2_Callback(mthis) native "CanvasRenderingC ontext2D_fill_Callback_RESOLVER_STRING_0_"; 1033 static $_fill_2_Callback(mthis) native "CanvasRenderingContext2D_fill_Callback _RESOLVER_STRING_0_";
923 1034
924 Native_CanvasRenderingContext2D_fillRect_Callback(mthis, x, y, width, height) na tive "CanvasRenderingContext2D_fillRect_Callback_RESOLVER_STRING_4_float_float_f loat_float"; 1035 static $fillRect_Callback(mthis, x, y, width, height) native "CanvasRenderingC ontext2D_fillRect_Callback_RESOLVER_STRING_4_float_float_float_float";
925 1036
926 // Generated overload resolver 1037 // Generated overload resolver
927 Native_CanvasRenderingContext2D_fillText(mthis, text, x, y, maxWidth) { 1038 static $fillText(mthis, text, x, y, maxWidth) {
928 if (maxWidth != null) { 1039 if (maxWidth != null) {
929 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, ma xWidth); 1040 $_fillText_1_Callback(mthis, text, x, y, maxWidth);
930 return; 1041 return;
931 } 1042 }
932 Native_CanvasRenderingContext2D__fillText_2_Callback(mthis, text, x, y); 1043 $_fillText_2_Callback(mthis, text, x, y);
933 return; 1044 return;
934 } 1045 }
935 1046
936 Native_CanvasRenderingContext2D__fillText_1_Callback(mthis, text, x, y, maxWidth ) native "CanvasRenderingContext2D_fillText_Callback_RESOLVER_STRING_4_DOMString _float_float_float"; 1047 static $_fillText_1_Callback(mthis, text, x, y, maxWidth) native "CanvasRender ingContext2D_fillText_Callback_RESOLVER_STRING_4_DOMString_float_float_float";
937 1048
938 Native_CanvasRenderingContext2D__fillText_2_Callback(mthis, text, x, y) native " CanvasRenderingContext2D_fillText_Callback_RESOLVER_STRING_3_DOMString_float_flo at"; 1049 static $_fillText_2_Callback(mthis, text, x, y) native "CanvasRenderingContext 2D_fillText_Callback_RESOLVER_STRING_3_DOMString_float_float";
939 1050
940 Native_CanvasRenderingContext2D_getContextAttributes_Callback(mthis) native "Can vasRenderingContext2D_getContextAttributes_Callback_RESOLVER_STRING_0_"; 1051 static $getContextAttributes_Callback(mthis) native "CanvasRenderingContext2D_ getContextAttributes_Callback_RESOLVER_STRING_0_";
941 1052
942 Native_CanvasRenderingContext2D_getImageData_Callback(mthis, sx, sy, sw, sh) nat ive "CanvasRenderingContext2D_getImageData_Callback_RESOLVER_STRING_4_float_floa t_float_float"; 1053 static $getImageData_Callback(mthis, sx, sy, sw, sh) native "CanvasRenderingCo ntext2D_getImageData_Callback_RESOLVER_STRING_4_float_float_float_float";
943 1054
944 Native_CanvasRenderingContext2D_getLineDash_Callback(mthis) native "CanvasRender ingContext2D_getLineDash_Callback_RESOLVER_STRING_0_"; 1055 static $getLineDash_Callback(mthis) native "CanvasRenderingContext2D_getLineDa sh_Callback_RESOLVER_STRING_0_";
945 1056
946 // Generated overload resolver 1057 // Generated overload resolver
947 Native_CanvasRenderingContext2D_isPointInPath(mthis, x, y, winding) { 1058 static $isPointInPath(mthis, x, y, winding) {
948 if (winding != null) { 1059 if (winding != null) {
949 return Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding); 1060 return $_isPointInPath_1_Callback(mthis, x, y, winding);
950 } 1061 }
951 return Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y ); 1062 return $_isPointInPath_2_Callback(mthis, x, y);
952 } 1063 }
953 1064
954 Native_CanvasRenderingContext2D__isPointInPath_1_Callback(mthis, x, y, winding) native "CanvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_3_float_ float_DOMString"; 1065 static $_isPointInPath_1_Callback(mthis, x, y, winding) native "CanvasRenderin gContext2D_isPointInPath_Callback_RESOLVER_STRING_3_float_float_DOMString";
955 1066
956 Native_CanvasRenderingContext2D__isPointInPath_2_Callback(mthis, x, y) native "C anvasRenderingContext2D_isPointInPath_Callback_RESOLVER_STRING_2_float_float"; 1067 static $_isPointInPath_2_Callback(mthis, x, y) native "CanvasRenderingContext2 D_isPointInPath_Callback_RESOLVER_STRING_2_float_float";
957 1068
958 Native_CanvasRenderingContext2D_isPointInStroke_Callback(mthis, x, y) native "Ca nvasRenderingContext2D_isPointInStroke_Callback_RESOLVER_STRING_2_float_float"; 1069 static $isPointInStroke_Callback(mthis, x, y) native "CanvasRenderingContext2D _isPointInStroke_Callback_RESOLVER_STRING_2_float_float";
959 1070
960 Native_CanvasRenderingContext2D_lineTo_Callback(mthis, x, y) native "CanvasRende ringContext2D_lineTo_Callback_RESOLVER_STRING_2_float_float"; 1071 static $lineTo_Callback(mthis, x, y) native "CanvasRenderingContext2D_lineTo_C allback_RESOLVER_STRING_2_float_float";
961 1072
962 Native_CanvasRenderingContext2D_measureText_Callback(mthis, text) native "Canvas RenderingContext2D_measureText_Callback_RESOLVER_STRING_1_DOMString"; 1073 static $measureText_Callback(mthis, text) native "CanvasRenderingContext2D_mea sureText_Callback_RESOLVER_STRING_1_DOMString";
963 1074
964 Native_CanvasRenderingContext2D_moveTo_Callback(mthis, x, y) native "CanvasRende ringContext2D_moveTo_Callback_RESOLVER_STRING_2_float_float"; 1075 static $moveTo_Callback(mthis, x, y) native "CanvasRenderingContext2D_moveTo_C allback_RESOLVER_STRING_2_float_float";
965 1076
966 // Generated overload resolver 1077 // Generated overload resolver
967 Native_CanvasRenderingContext2D_putImageData(mthis, imagedata, dx, dy, dirtyX, d irtyY, dirtyWidth, dirtyHeight) { 1078 static $putImageData(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dir tyHeight) {
968 if ((dy is num || dy == null) && (dx is num || dx == null) && (imagedata is ImageData || imagedata == null) && dirtyX == null && dirtyY == null && dirtyWidt h == null && dirtyHeight == null) { 1079 if ((dy is num || dy == null) && (dx is num || dx == null) && (imagedata is ImageData || imagedata == null) && dirtyX == null && dirtyY == null && dirtyWidt h == null && dirtyHeight == null) {
969 Native_CanvasRenderingContext2D__putImageData_1_Callback(mthis, imagedata, dx, dy); 1080 $_putImageData_1_Callback(mthis, imagedata, dx, dy);
970 return; 1081 return;
971 } 1082 }
972 if ((dirtyHeight is num || dirtyHeight == null) && (dirtyWidth is num || dir tyWidth == null) && (dirtyY is num || dirtyY == null) && (dirtyX is num || dirty X == null) && (dy is num || dy == null) && (dx is num || dx == null) && (imageda ta is ImageData || imagedata == null)) { 1083 if ((dirtyHeight is num || dirtyHeight == null) && (dirtyWidth is num || dir tyWidth == null) && (dirtyY is num || dirtyY == null) && (dirtyX is num || dirty X == null) && (dy is num || dy == null) && (dx is num || dx == null) && (imageda ta is ImageData || imagedata == null)) {
973 Native_CanvasRenderingContext2D__putImageData_2_Callback(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyWidth, dirtyHeight); 1084 $_putImageData_2_Callback(mthis, imagedata, dx, dy, dirtyX, dirtyY, dirtyW idth, dirtyHeight);
974 return; 1085 return;
975 } 1086 }
976 throw new ArgumentError("Incorrect number or type of arguments"); 1087 throw new ArgumentError("Incorrect number or type of arguments");
977 } 1088 }
978 1089
979 Native_CanvasRenderingContext2D__putImageData_1_Callback(mthis, imagedata, dx, d y) native "CanvasRenderingContext2D_putImageData_Callback_RESOLVER_STRING_3_Imag eData_float_float"; 1090 static $_putImageData_1_Callback(mthis, imagedata, dx, dy) native "CanvasRende ringContext2D_putImageData_Callback_RESOLVER_STRING_3_ImageData_float_float";
980 1091
981 Native_CanvasRenderingContext2D__putImageData_2_Callback(mthis, imagedata, dx, d y, dirtyX, dirtyY, dirtyWidth, dirtyHeight) native "CanvasRenderingContext2D_put ImageData_Callback_RESOLVER_STRING_7_ImageData_float_float_float_float_float_flo at"; 1092 static $_putImageData_2_Callback(mthis, imagedata, dx, dy, dirtyX, dirtyY, dir tyWidth, dirtyHeight) native "CanvasRenderingContext2D_putImageData_Callback_RES OLVER_STRING_7_ImageData_float_float_float_float_float_float";
982 1093
983 Native_CanvasRenderingContext2D_quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "CanvasRenderingContext2D_quadraticCurveTo_Callback_RESOLVER_STRING_4_fl oat_float_float_float"; 1094 static $quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "CanvasRenderi ngContext2D_quadraticCurveTo_Callback_RESOLVER_STRING_4_float_float_float_float" ;
984 1095
985 Native_CanvasRenderingContext2D_rect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_rect_Callback_RESOLVER_STRING_4_float_float_float_flo at"; 1096 static $rect_Callback(mthis, x, y, width, height) native "CanvasRenderingConte xt2D_rect_Callback_RESOLVER_STRING_4_float_float_float_float";
986 1097
987 Native_CanvasRenderingContext2D_resetTransform_Callback(mthis) native "CanvasRen deringContext2D_resetTransform_Callback_RESOLVER_STRING_0_"; 1098 static $resetTransform_Callback(mthis) native "CanvasRenderingContext2D_resetT ransform_Callback_RESOLVER_STRING_0_";
988 1099
989 Native_CanvasRenderingContext2D_restore_Callback(mthis) native "CanvasRenderingC ontext2D_restore_Callback_RESOLVER_STRING_0_"; 1100 static $restore_Callback(mthis) native "CanvasRenderingContext2D_restore_Callb ack_RESOLVER_STRING_0_";
990 1101
991 Native_CanvasRenderingContext2D_rotate_Callback(mthis, angle) native "CanvasRend eringContext2D_rotate_Callback_RESOLVER_STRING_1_float"; 1102 static $rotate_Callback(mthis, angle) native "CanvasRenderingContext2D_rotate_ Callback_RESOLVER_STRING_1_float";
992 1103
993 Native_CanvasRenderingContext2D_save_Callback(mthis) native "CanvasRenderingCont ext2D_save_Callback_RESOLVER_STRING_0_"; 1104 static $save_Callback(mthis) native "CanvasRenderingContext2D_save_Callback_RE SOLVER_STRING_0_";
994 1105
995 Native_CanvasRenderingContext2D_scale_Callback(mthis, sx, sy) native "CanvasRend eringContext2D_scale_Callback_RESOLVER_STRING_2_float_float"; 1106 static $scale_Callback(mthis, sx, sy) native "CanvasRenderingContext2D_scale_C allback_RESOLVER_STRING_2_float_float";
996 1107
997 Native_CanvasRenderingContext2D_setLineDash_Callback(mthis, dash) native "Canvas RenderingContext2D_setLineDash_Callback_RESOLVER_STRING_1_sequence<unrestricted float>"; 1108 static $setLineDash_Callback(mthis, dash) native "CanvasRenderingContext2D_set LineDash_Callback_RESOLVER_STRING_1_sequence<unrestricted float>";
998 1109
999 Native_CanvasRenderingContext2D_setTransform_Callback(mthis, m11, m12, m21, m22, dx, dy) native "CanvasRenderingContext2D_setTransform_Callback_RESOLVER_STRING_ 6_float_float_float_float_float_float"; 1110 static $setTransform_Callback(mthis, m11, m12, m21, m22, dx, dy) native "Canva sRenderingContext2D_setTransform_Callback_RESOLVER_STRING_6_float_float_float_fl oat_float_float";
1000 1111
1001 Native_CanvasRenderingContext2D_stroke_Callback(mthis) native "CanvasRenderingCo ntext2D_stroke_Callback_RESOLVER_STRING_0_"; 1112 static $stroke_Callback(mthis) native "CanvasRenderingContext2D_stroke_Callbac k_RESOLVER_STRING_0_";
1002 1113
1003 Native_CanvasRenderingContext2D_strokeRect_Callback(mthis, x, y, width, height) native "CanvasRenderingContext2D_strokeRect_Callback_RESOLVER_STRING_4_float_flo at_float_float"; 1114 static $strokeRect_Callback(mthis, x, y, width, height) native "CanvasRenderin gContext2D_strokeRect_Callback_RESOLVER_STRING_4_float_float_float_float";
1004 1115
1005 // Generated overload resolver 1116 // Generated overload resolver
1006 Native_CanvasRenderingContext2D_strokeText(mthis, text, x, y, maxWidth) { 1117 static $strokeText(mthis, text, x, y, maxWidth) {
1007 if (maxWidth != null) { 1118 if (maxWidth != null) {
1008 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWidth); 1119 $_strokeText_1_Callback(mthis, text, x, y, maxWidth);
1009 return; 1120 return;
1010 } 1121 }
1011 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y); 1122 $_strokeText_2_Callback(mthis, text, x, y);
1012 return; 1123 return;
1013 } 1124 }
1014 1125
1015 Native_CanvasRenderingContext2D__strokeText_1_Callback(mthis, text, x, y, maxWid th) native "CanvasRenderingContext2D_strokeText_Callback_RESOLVER_STRING_4_DOMSt ring_float_float_float"; 1126 static $_strokeText_1_Callback(mthis, text, x, y, maxWidth) native "CanvasRend eringContext2D_strokeText_Callback_RESOLVER_STRING_4_DOMString_float_float_float ";
1016 1127
1017 Native_CanvasRenderingContext2D__strokeText_2_Callback(mthis, text, x, y) native "CanvasRenderingContext2D_strokeText_Callback_RESOLVER_STRING_3_DOMString_float _float"; 1128 static $_strokeText_2_Callback(mthis, text, x, y) native "CanvasRenderingConte xt2D_strokeText_Callback_RESOLVER_STRING_3_DOMString_float_float";
1018 1129
1019 Native_CanvasRenderingContext2D_transform_Callback(mthis, m11, m12, m21, m22, dx , dy) native "CanvasRenderingContext2D_transform_Callback_RESOLVER_STRING_6_floa t_float_float_float_float_float"; 1130 static $transform_Callback(mthis, m11, m12, m21, m22, dx, dy) native "CanvasRe nderingContext2D_transform_Callback_RESOLVER_STRING_6_float_float_float_float_fl oat_float";
1020 1131
1021 Native_CanvasRenderingContext2D_translate_Callback(mthis, tx, ty) native "Canvas RenderingContext2D_translate_Callback_RESOLVER_STRING_2_float_float"; 1132 static $translate_Callback(mthis, tx, ty) native "CanvasRenderingContext2D_tra nslate_Callback_RESOLVER_STRING_2_float_float";
1022 1133 }
1023 Native_ClientRect_bottom_Getter(mthis) native "ClientRect_bottom_Getter"; 1134
1024 1135 class BlinkChannelMergerNode {}
1025 Native_ClientRect_height_Getter(mthis) native "ClientRect_height_Getter"; 1136
1026 1137 class BlinkChannelSplitterNode {}
1027 Native_ClientRect_left_Getter(mthis) native "ClientRect_left_Getter"; 1138
1028 1139 class BlinkClientRect {
1029 Native_ClientRect_right_Getter(mthis) native "ClientRect_right_Getter"; 1140 static $bottom_Getter(mthis) native "ClientRect_bottom_Getter";
1030 1141
1031 Native_ClientRect_top_Getter(mthis) native "ClientRect_top_Getter"; 1142 static $height_Getter(mthis) native "ClientRect_height_Getter";
1032 1143
1033 Native_ClientRect_width_Getter(mthis) native "ClientRect_width_Getter"; 1144 static $left_Getter(mthis) native "ClientRect_left_Getter";
1034 1145
1035 Native_ClientRectList_length_Getter(mthis) native "ClientRectList_length_Getter" ; 1146 static $right_Getter(mthis) native "ClientRect_right_Getter";
1036 1147
1037 Native_ClientRectList_NativeIndexed_Getter(mthis, index) native "ClientRectList_ item_Callback_RESOLVER_STRING_1_unsigned long"; 1148 static $top_Getter(mthis) native "ClientRect_top_Getter";
1038 1149
1039 Native_ClientRectList_item_Callback(mthis, index) native "ClientRectList_item_Ca llback_RESOLVER_STRING_1_unsigned long"; 1150 static $width_Getter(mthis) native "ClientRect_width_Getter";
1040 1151 }
1041 Native_Clipboard_dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter "; 1152
1042 1153 class BlinkClientRectList {
1043 Native_Clipboard_dropEffect_Setter(mthis, value) native "DataTransfer_dropEffect _Setter"; 1154 static $length_Getter(mthis) native "ClientRectList_length_Getter";
1044 1155
1045 Native_Clipboard_effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_ Getter"; 1156 static $NativeIndexed_Getter(mthis, index) native "ClientRectList_item_Callbac k_RESOLVER_STRING_1_unsigned long";
1046 1157
1047 Native_Clipboard_effectAllowed_Setter(mthis, value) native "DataTransfer_effectA llowed_Setter"; 1158 static $item_Callback(mthis, index) native "ClientRectList_item_Callback_RESOL VER_STRING_1_unsigned long";
1048 1159 }
1049 Native_Clipboard_files_Getter(mthis) native "DataTransfer_files_Getter"; 1160
1050 1161 class BlinkClipboard {
1051 Native_Clipboard_items_Getter(mthis) native "DataTransfer_items_Getter"; 1162 static $dropEffect_Getter(mthis) native "DataTransfer_dropEffect_Getter";
1052 1163
1053 Native_Clipboard_types_Getter(mthis) native "DataTransfer_types_Getter"; 1164 static $dropEffect_Setter(mthis, value) native "DataTransfer_dropEffect_Setter ";
1054 1165
1055 // Generated overload resolver 1166 static $effectAllowed_Getter(mthis) native "DataTransfer_effectAllowed_Getter" ;
1056 Native_Clipboard_clearData(mthis, type) { 1167
1168 static $effectAllowed_Setter(mthis, value) native "DataTransfer_effectAllowed_ Setter";
1169
1170 static $files_Getter(mthis) native "DataTransfer_files_Getter";
1171
1172 static $items_Getter(mthis) native "DataTransfer_items_Getter";
1173
1174 static $types_Getter(mthis) native "DataTransfer_types_Getter";
1175
1176 // Generated overload resolver
1177 static $clearData(mthis, type) {
1057 if (type != null) { 1178 if (type != null) {
1058 Native_Clipboard__clearData_1_Callback(mthis, type); 1179 $_clearData_1_Callback(mthis, type);
1059 return; 1180 return;
1060 } 1181 }
1061 Native_Clipboard__clearData_2_Callback(mthis); 1182 $_clearData_2_Callback(mthis);
1062 return; 1183 return;
1063 } 1184 }
1064 1185
1065 Native_Clipboard__clearData_1_Callback(mthis, type) native "DataTransfer_clearDa ta_Callback_RESOLVER_STRING_1_DOMString"; 1186 static $_clearData_1_Callback(mthis, type) native "DataTransfer_clearData_Call back_RESOLVER_STRING_1_DOMString";
1066 1187
1067 Native_Clipboard__clearData_2_Callback(mthis) native "DataTransfer_clearData_Cal lback_RESOLVER_STRING_0_"; 1188 static $_clearData_2_Callback(mthis) native "DataTransfer_clearData_Callback_R ESOLVER_STRING_0_";
1068 1189
1069 Native_Clipboard_getData_Callback(mthis, type) native "DataTransfer_getData_Call back_RESOLVER_STRING_1_DOMString"; 1190 static $getData_Callback(mthis, type) native "DataTransfer_getData_Callback_RE SOLVER_STRING_1_DOMString";
1070 1191
1071 Native_Clipboard_setData_Callback(mthis, type, data) native "DataTransfer_setDat a_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 1192 static $setData_Callback(mthis, type, data) native "DataTransfer_setData_Callb ack_RESOLVER_STRING_2_DOMString_DOMString";
1072 1193
1073 Native_Clipboard_setDragImage_Callback(mthis, image, x, y) native "DataTransfer_ setDragImage_Callback_RESOLVER_STRING_3_Element_long_long"; 1194 static $setDragImage_Callback(mthis, image, x, y) native "DataTransfer_setDrag Image_Callback_RESOLVER_STRING_3_Element_long_long";
1074 1195 }
1075 Native_CloseEvent_code_Getter(mthis) native "CloseEvent_code_Getter"; 1196
1076 1197 class BlinkCloseEvent {
1077 Native_CloseEvent_reason_Getter(mthis) native "CloseEvent_reason_Getter"; 1198 static $code_Getter(mthis) native "CloseEvent_code_Getter";
1078 1199
1079 Native_CloseEvent_wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter"; 1200 static $reason_Getter(mthis) native "CloseEvent_reason_Getter";
1080 1201
1081 // Generated overload resolver 1202 static $wasClean_Getter(mthis) native "CloseEvent_wasClean_Getter";
1082 Native_Comment_Comment(data) { 1203 }
1083 return Native_Comment__create_1constructorCallback(data); 1204
1084 } 1205 class BlinkComment {
1085 1206 // Generated overload resolver
1086 Native_Comment__create_1constructorCallback(data) native "Comment_constructorCal lback_RESOLVER_STRING_1_DOMString"; 1207 static $mkComment(data) {
1087 1208 return $_create_1constructorCallback(data);
1088 Native_UIEvent_charCode_Getter(mthis) native "UIEvent_charCode_Getter"; 1209 }
1089 1210
1090 Native_UIEvent_detail_Getter(mthis) native "UIEvent_detail_Getter"; 1211 static $_create_1constructorCallback(data) native "Comment_constructorCallback _RESOLVER_STRING_1_DOMString";
1091 1212 }
1092 Native_UIEvent_keyCode_Getter(mthis) native "UIEvent_keyCode_Getter"; 1213
1093 1214 class BlinkUIEvent {
1094 Native_UIEvent_layerX_Getter(mthis) native "UIEvent_layerX_Getter"; 1215 static $charCode_Getter(mthis) native "UIEvent_charCode_Getter";
1095 1216
1096 Native_UIEvent_layerY_Getter(mthis) native "UIEvent_layerY_Getter"; 1217 static $detail_Getter(mthis) native "UIEvent_detail_Getter";
1097 1218
1098 Native_UIEvent_pageX_Getter(mthis) native "UIEvent_pageX_Getter"; 1219 static $keyCode_Getter(mthis) native "UIEvent_keyCode_Getter";
1099 1220
1100 Native_UIEvent_pageY_Getter(mthis) native "UIEvent_pageY_Getter"; 1221 static $layerX_Getter(mthis) native "UIEvent_layerX_Getter";
1101 1222
1102 Native_UIEvent_view_Getter(mthis) native "UIEvent_view_Getter"; 1223 static $layerY_Getter(mthis) native "UIEvent_layerY_Getter";
1103 1224
1104 Native_UIEvent_which_Getter(mthis) native "UIEvent_which_Getter"; 1225 static $pageX_Getter(mthis) native "UIEvent_pageX_Getter";
1105 1226
1106 Native_UIEvent_initUIEvent_Callback(mthis, type, canBubble, cancelable, view, de tail) native "UIEvent_initUIEvent_Callback_RESOLVER_STRING_5_DOMString_boolean_b oolean_Window_long"; 1227 static $pageY_Getter(mthis) native "UIEvent_pageY_Getter";
1107 1228
1108 Native_CompositionEvent_activeSegmentEnd_Getter(mthis) native "CompositionEvent_ activeSegmentEnd_Getter"; 1229 static $view_Getter(mthis) native "UIEvent_view_Getter";
1109 1230
1110 Native_CompositionEvent_activeSegmentStart_Getter(mthis) native "CompositionEven t_activeSegmentStart_Getter"; 1231 static $which_Getter(mthis) native "UIEvent_which_Getter";
1111 1232
1112 Native_CompositionEvent_data_Getter(mthis) native "CompositionEvent_data_Getter" ; 1233 static $initUIEvent_Callback(mthis, type, canBubble, cancelable, view, detail) native "UIEvent_initUIEvent_Callback_RESOLVER_STRING_5_DOMString_boolean_boolea n_Window_long";
1113 1234 }
1114 Native_CompositionEvent_initCompositionEvent_Callback(mthis, typeArg, canBubbleA rg, cancelableArg, viewArg, dataArg) native "CompositionEvent_initCompositionEve nt_Callback_RESOLVER_STRING_5_DOMString_boolean_boolean_Window_DOMString"; 1235
1115 1236 class BlinkCompositionEvent {
1116 Native_ConsoleBase_assertCondition_Callback(mthis, condition, arg) native "Conso leBase_assert_Callback_RESOLVER_STRING_2_boolean_object"; 1237 static $activeSegmentEnd_Getter(mthis) native "CompositionEvent_activeSegmentE nd_Getter";
1117 1238
1118 Native_ConsoleBase_clear_Callback(mthis, arg) native "ConsoleBase_clear_Callback _RESOLVER_STRING_1_object"; 1239 static $activeSegmentStart_Getter(mthis) native "CompositionEvent_activeSegmen tStart_Getter";
1119 1240
1120 Native_ConsoleBase_count_Callback(mthis, arg) native "ConsoleBase_count_Callback _RESOLVER_STRING_1_object"; 1241 static $data_Getter(mthis) native "CompositionEvent_data_Getter";
1121 1242
1122 Native_ConsoleBase_debug_Callback(mthis, arg) native "ConsoleBase_debug_Callback _RESOLVER_STRING_1_object"; 1243 static $initCompositionEvent_Callback(mthis, typeArg, canBubbleArg, cancelable Arg, viewArg, dataArg) native "CompositionEvent_initCompositionEvent_Callback_RE SOLVER_STRING_5_DOMString_boolean_boolean_Window_DOMString";
1123 1244 }
1124 Native_ConsoleBase_dir_Callback(mthis, arg) native "ConsoleBase_dir_Callback_RES OLVER_STRING_1_object"; 1245
1125 1246 class BlinkConsoleBase {
1126 Native_ConsoleBase_dirxml_Callback(mthis, arg) native "ConsoleBase_dirxml_Callba ck_RESOLVER_STRING_1_object"; 1247 static $assertCondition_Callback(mthis, condition, arg) native "ConsoleBase_as sert_Callback_RESOLVER_STRING_2_boolean_object";
1127 1248
1128 Native_ConsoleBase_error_Callback(mthis, arg) native "ConsoleBase_error_Callback _RESOLVER_STRING_1_object"; 1249 static $clear_Callback(mthis, arg) native "ConsoleBase_clear_Callback_RESOLVER _STRING_1_object";
1129 1250
1130 Native_ConsoleBase_group_Callback(mthis, arg) native "ConsoleBase_group_Callback _RESOLVER_STRING_1_object"; 1251 static $count_Callback(mthis, arg) native "ConsoleBase_count_Callback_RESOLVER _STRING_1_object";
1131 1252
1132 Native_ConsoleBase_groupCollapsed_Callback(mthis, arg) native "ConsoleBase_group Collapsed_Callback_RESOLVER_STRING_1_object"; 1253 static $debug_Callback(mthis, arg) native "ConsoleBase_debug_Callback_RESOLVER _STRING_1_object";
1133 1254
1134 Native_ConsoleBase_groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callbac k_RESOLVER_STRING_0_"; 1255 static $dir_Callback(mthis, arg) native "ConsoleBase_dir_Callback_RESOLVER_STR ING_1_object";
1135 1256
1136 Native_ConsoleBase_info_Callback(mthis, arg) native "ConsoleBase_info_Callback_R ESOLVER_STRING_1_object"; 1257 static $dirxml_Callback(mthis, arg) native "ConsoleBase_dirxml_Callback_RESOLV ER_STRING_1_object";
1137 1258
1138 Native_ConsoleBase_log_Callback(mthis, arg) native "ConsoleBase_log_Callback_RES OLVER_STRING_1_object"; 1259 static $error_Callback(mthis, arg) native "ConsoleBase_error_Callback_RESOLVER _STRING_1_object";
1139 1260
1140 Native_ConsoleBase_markTimeline_Callback(mthis, title) native "ConsoleBase_markT imeline_Callback_RESOLVER_STRING_1_DOMString"; 1261 static $group_Callback(mthis, arg) native "ConsoleBase_group_Callback_RESOLVER _STRING_1_object";
1141 1262
1142 Native_ConsoleBase_profile_Callback(mthis, title) native "ConsoleBase_profile_Ca llback_RESOLVER_STRING_1_DOMString"; 1263 static $groupCollapsed_Callback(mthis, arg) native "ConsoleBase_groupCollapsed _Callback_RESOLVER_STRING_1_object";
1143 1264
1144 Native_ConsoleBase_profileEnd_Callback(mthis, title) native "ConsoleBase_profile End_Callback_RESOLVER_STRING_1_DOMString"; 1265 static $groupEnd_Callback(mthis) native "ConsoleBase_groupEnd_Callback_RESOLVE R_STRING_0_";
1145 1266
1146 Native_ConsoleBase_table_Callback(mthis, arg) native "ConsoleBase_table_Callback _RESOLVER_STRING_1_object"; 1267 static $info_Callback(mthis, arg) native "ConsoleBase_info_Callback_RESOLVER_S TRING_1_object";
1147 1268
1148 Native_ConsoleBase_time_Callback(mthis, title) native "ConsoleBase_time_Callback _RESOLVER_STRING_1_DOMString"; 1269 static $log_Callback(mthis, arg) native "ConsoleBase_log_Callback_RESOLVER_STR ING_1_object";
1149 1270
1150 Native_ConsoleBase_timeEnd_Callback(mthis, title) native "ConsoleBase_timeEnd_Ca llback_RESOLVER_STRING_1_DOMString"; 1271 static $markTimeline_Callback(mthis, title) native "ConsoleBase_markTimeline_C allback_RESOLVER_STRING_1_DOMString";
1151 1272
1152 Native_ConsoleBase_timeStamp_Callback(mthis, title) native "ConsoleBase_timeStam p_Callback_RESOLVER_STRING_1_DOMString"; 1273 static $profile_Callback(mthis, title) native "ConsoleBase_profile_Callback_RE SOLVER_STRING_1_DOMString";
1153 1274
1154 Native_ConsoleBase_timeline_Callback(mthis, title) native "ConsoleBase_timeline_ Callback_RESOLVER_STRING_1_DOMString"; 1275 static $profileEnd_Callback(mthis, title) native "ConsoleBase_profileEnd_Callb ack_RESOLVER_STRING_1_DOMString";
1155 1276
1156 Native_ConsoleBase_timelineEnd_Callback(mthis, title) native "ConsoleBase_timeli neEnd_Callback_RESOLVER_STRING_1_DOMString"; 1277 static $table_Callback(mthis, arg) native "ConsoleBase_table_Callback_RESOLVER _STRING_1_object";
1157 1278
1158 Native_ConsoleBase_trace_Callback(mthis, arg) native "ConsoleBase_trace_Callback _RESOLVER_STRING_1_object"; 1279 static $time_Callback(mthis, title) native "ConsoleBase_time_Callback_RESOLVER _STRING_1_DOMString";
1159 1280
1160 Native_ConsoleBase_warn_Callback(mthis, arg) native "ConsoleBase_warn_Callback_R ESOLVER_STRING_1_object"; 1281 static $timeEnd_Callback(mthis, title) native "ConsoleBase_timeEnd_Callback_RE SOLVER_STRING_1_DOMString";
1161 1282
1162 Native_Console_memory_Getter(mthis) native "Console_memory_Getter"; 1283 static $timeStamp_Callback(mthis, title) native "ConsoleBase_timeStamp_Callbac k_RESOLVER_STRING_1_DOMString";
1163 1284
1164 Native_ConvolverNode_buffer_Getter(mthis) native "ConvolverNode_buffer_Getter"; 1285 static $timeline_Callback(mthis, title) native "ConsoleBase_timeline_Callback_ RESOLVER_STRING_1_DOMString";
1165 1286
1166 Native_ConvolverNode_buffer_Setter(mthis, value) native "ConvolverNode_buffer_Se tter"; 1287 static $timelineEnd_Callback(mthis, title) native "ConsoleBase_timelineEnd_Cal lback_RESOLVER_STRING_1_DOMString";
1167 1288
1168 Native_ConvolverNode_normalize_Getter(mthis) native "ConvolverNode_normalize_Get ter"; 1289 static $trace_Callback(mthis, arg) native "ConsoleBase_trace_Callback_RESOLVER _STRING_1_object";
1169 1290
1170 Native_ConvolverNode_normalize_Setter(mthis, value) native "ConvolverNode_normal ize_Setter"; 1291 static $warn_Callback(mthis, arg) native "ConsoleBase_warn_Callback_RESOLVER_S TRING_1_object";
1171 1292 }
1172 Native_Coordinates_accuracy_Getter(mthis) native "Coordinates_accuracy_Getter"; 1293
1173 1294 class BlinkConsole {
1174 Native_Coordinates_altitude_Getter(mthis) native "Coordinates_altitude_Getter"; 1295 static $memory_Getter(mthis) native "Console_memory_Getter";
1175 1296 }
1176 Native_Coordinates_altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAc curacy_Getter"; 1297
1177 1298 class BlinkConvolverNode {
1178 Native_Coordinates_heading_Getter(mthis) native "Coordinates_heading_Getter"; 1299 static $buffer_Getter(mthis) native "ConvolverNode_buffer_Getter";
1179 1300
1180 Native_Coordinates_latitude_Getter(mthis) native "Coordinates_latitude_Getter"; 1301 static $buffer_Setter(mthis, value) native "ConvolverNode_buffer_Setter";
1181 1302
1182 Native_Coordinates_longitude_Getter(mthis) native "Coordinates_longitude_Getter" ; 1303 static $normalize_Getter(mthis) native "ConvolverNode_normalize_Getter";
1183 1304
1184 Native_Coordinates_speed_Getter(mthis) native "Coordinates_speed_Getter"; 1305 static $normalize_Setter(mthis, value) native "ConvolverNode_normalize_Setter" ;
1185 1306 }
1186 Native_Crypto_subtle_Getter(mthis) native "Crypto_subtle_Getter"; 1307
1187 1308 class BlinkCoordinates {
1188 Native_Crypto_getRandomValues_Callback(mthis, array) native "Crypto_getRandomVal ues_Callback"; 1309 static $accuracy_Getter(mthis) native "Coordinates_accuracy_Getter";
1189 1310
1190 Native_CustomEvent_detail_Getter(mthis) native "CustomEvent_detail_Getter"; 1311 static $altitude_Getter(mthis) native "Coordinates_altitude_Getter";
1191 1312
1192 Native_CustomEvent_initCustomEvent_Callback(mthis, typeArg, canBubbleArg, cancel ableArg, detailArg) native "CustomEvent_initCustomEvent_Callback"; 1313 static $altitudeAccuracy_Getter(mthis) native "Coordinates_altitudeAccuracy_Ge tter";
1193 1314
1194 Native_DOMError_message_Getter(mthis) native "DOMError_message_Getter"; 1315 static $heading_Getter(mthis) native "Coordinates_heading_Getter";
1195 1316
1196 Native_DOMError_name_Getter(mthis) native "DOMError_name_Getter"; 1317 static $latitude_Getter(mthis) native "Coordinates_latitude_Getter";
1197 1318
1198 Native_DOMException_message_Getter(mthis) native "DOMException_message_Getter"; 1319 static $longitude_Getter(mthis) native "Coordinates_longitude_Getter";
1199 1320
1200 Native_DOMException_name_Getter(mthis) native "DOMException_name_Getter"; 1321 static $speed_Getter(mthis) native "Coordinates_speed_Getter";
1201 1322 }
1202 Native_DOMException_toString_Callback(mthis) native "DOMException_toString_Callb ack_RESOLVER_STRING_0_"; 1323
1203 1324 class BlinkCounter {}
1204 Native_DOMFileSystem_name_Getter(mthis) native "DOMFileSystem_name_Getter"; 1325
1205 1326 class BlinkCrypto {
1206 Native_DOMFileSystem_root_Getter(mthis) native "DOMFileSystem_root_Getter"; 1327 static $subtle_Getter(mthis) native "Crypto_subtle_Getter";
1207 1328
1208 Native_DOMImplementation_createDocument_Callback(mthis, namespaceURI, qualifiedN ame, doctype) native "DOMImplementation_createDocument_Callback_RESOLVER_STRING_ 3_DOMString_DOMString_DocumentType"; 1329 static $getRandomValues_Callback(mthis, array) native "Crypto_getRandomValues_ Callback";
1209 1330 }
1210 Native_DOMImplementation_createDocumentType_Callback(mthis, qualifiedName, publi cId, systemId) native "DOMImplementation_createDocumentType_Callback_RESOLVER_ST RING_3_DOMString_DOMString_DOMString"; 1331
1211 1332 class BlinkCustomEvent {
1212 Native_DOMImplementation_createHTMLDocument_Callback(mthis, title) native "DOMIm plementation_createHTMLDocument_Callback_RESOLVER_STRING_1_DOMString"; 1333 static $detail_Getter(mthis) native "CustomEvent_detail_Getter";
1213 1334
1214 Native_DOMImplementation_hasFeature_Callback(mthis, feature, version) native "DO MImplementation_hasFeature_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 1335 static $initCustomEvent_Callback(mthis, typeArg, canBubbleArg, cancelableArg, detailArg) native "CustomEvent_initCustomEvent_Callback";
1215 1336 }
1216 // Generated overload resolver 1337
1217 Native_DOMParser_DomParser() { 1338 class BlinkDOMError {
1218 return Native_DOMParser__create_1constructorCallback(); 1339 static $message_Getter(mthis) native "DOMError_message_Getter";
1219 } 1340
1220 1341 static $name_Getter(mthis) native "DOMError_name_Getter";
1221 Native_DOMParser__create_1constructorCallback() native "DOMParser_constructorCal lback_RESOLVER_STRING_0_"; 1342 }
1222 1343
1223 Native_DOMParser_parseFromString_Callback(mthis, str, contentType) native "DOMPa rser_parseFromString_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 1344 class BlinkDOMException {
1224 1345 static $message_Getter(mthis) native "DOMException_message_Getter";
1225 Native_DOMTokenList_length_Getter(mthis) native "DOMTokenList_length_Getter"; 1346
1226 1347 static $name_Getter(mthis) native "DOMException_name_Getter";
1227 Native_DOMTokenList_contains_Callback(mthis, token) native "DOMTokenList_contain s_Callback_RESOLVER_STRING_1_DOMString"; 1348
1228 1349 static $toString_Callback(mthis) native "DOMException_toString_Callback_RESOLV ER_STRING_0_";
1229 Native_DOMTokenList_item_Callback(mthis, index) native "DOMTokenList_item_Callba ck_RESOLVER_STRING_1_unsigned long"; 1350 }
1230 1351
1231 Native_DOMTokenList_toString_Callback(mthis) native "DOMTokenList_toString_Callb ack_RESOLVER_STRING_0_"; 1352 class BlinkDOMFileSystem {
1232 1353 static $name_Getter(mthis) native "DOMFileSystem_name_Getter";
1233 // Generated overload resolver 1354
1234 Native_DOMTokenList_toggle(mthis, token, force) { 1355 static $root_Getter(mthis) native "DOMFileSystem_root_Getter";
1356 }
1357
1358 class BlinkDOMFileSystemSync {}
1359
1360 class BlinkDOMImplementation {
1361 static $createDocument_Callback(mthis, namespaceURI, qualifiedName, doctype) n ative "DOMImplementation_createDocument_Callback_RESOLVER_STRING_3_DOMString_DOM String_DocumentType";
1362
1363 static $createDocumentType_Callback(mthis, qualifiedName, publicId, systemId) native "DOMImplementation_createDocumentType_Callback_RESOLVER_STRING_3_DOMStrin g_DOMString_DOMString";
1364
1365 static $createHTMLDocument_Callback(mthis, title) native "DOMImplementation_cr eateHTMLDocument_Callback_RESOLVER_STRING_1_DOMString";
1366
1367 static $hasFeature_Callback(mthis, feature, version) native "DOMImplementation _hasFeature_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1368 }
1369
1370 class BlinkDOMParser {
1371 // Generated overload resolver
1372 static $mkDomParser() {
1373 return $_create_1constructorCallback();
1374 }
1375
1376 static $_create_1constructorCallback() native "DOMParser_constructorCallback_R ESOLVER_STRING_0_";
1377
1378 static $parseFromString_Callback(mthis, str, contentType) native "DOMParser_pa rseFromString_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1379 }
1380
1381 class BlinkDOMTokenList {
1382 static $length_Getter(mthis) native "DOMTokenList_length_Getter";
1383
1384 static $contains_Callback(mthis, token) native "DOMTokenList_contains_Callback _RESOLVER_STRING_1_DOMString";
1385
1386 static $item_Callback(mthis, index) native "DOMTokenList_item_Callback_RESOLVE R_STRING_1_unsigned long";
1387
1388 static $toString_Callback(mthis) native "DOMTokenList_toString_Callback_RESOLV ER_STRING_0_";
1389
1390 // Generated overload resolver
1391 static $toggle(mthis, token, force) {
1235 if (force != null) { 1392 if (force != null) {
1236 return Native_DOMTokenList__toggle_1_Callback(mthis, token, force); 1393 return $_toggle_1_Callback(mthis, token, force);
1237 } 1394 }
1238 return Native_DOMTokenList__toggle_2_Callback(mthis, token); 1395 return $_toggle_2_Callback(mthis, token);
1239 } 1396 }
1240 1397
1241 Native_DOMTokenList__toggle_1_Callback(mthis, token, force) native "DOMTokenList _toggle_Callback_RESOLVER_STRING_2_DOMString_boolean"; 1398 static $_toggle_1_Callback(mthis, token, force) native "DOMTokenList_toggle_Ca llback_RESOLVER_STRING_2_DOMString_boolean";
1242 1399
1243 Native_DOMTokenList__toggle_2_Callback(mthis, token) native "DOMTokenList_toggle _Callback_RESOLVER_STRING_1_DOMString"; 1400 static $_toggle_2_Callback(mthis, token) native "DOMTokenList_toggle_Callback_ RESOLVER_STRING_1_DOMString";
1244 1401 }
1245 Native_DOMSettableTokenList_value_Getter(mthis) native "DOMSettableTokenList_val ue_Getter"; 1402
1246 1403 class BlinkDOMSettableTokenList {
1247 Native_DOMSettableTokenList_value_Setter(mthis, value) native "DOMSettableTokenL ist_value_Setter"; 1404 static $value_Getter(mthis) native "DOMSettableTokenList_value_Getter";
1248 1405
1249 Native_DOMSettableTokenList___getter___Callback(mthis, index) native "DOMSettabl eTokenList___getter___Callback_RESOLVER_STRING_1_unsigned long"; 1406 static $value_Setter(mthis, value) native "DOMSettableTokenList_value_Setter";
1250 1407
1251 Native_DOMStringList_length_Getter(mthis) native "DOMStringList_length_Getter"; 1408 static $__getter___Callback(mthis, index) native "DOMSettableTokenList___gette r___Callback_RESOLVER_STRING_1_unsigned long";
1252 1409 }
1253 Native_DOMStringList_NativeIndexed_Getter(mthis, index) native "DOMStringList_it em_Callback_RESOLVER_STRING_1_unsigned long"; 1410
1254 1411 class BlinkDOMStringList {
1255 Native_DOMStringList_contains_Callback(mthis, string) native "DOMStringList_cont ains_Callback_RESOLVER_STRING_1_DOMString"; 1412 static $length_Getter(mthis) native "DOMStringList_length_Getter";
1256 1413
1257 Native_DOMStringList_item_Callback(mthis, index) native "DOMStringList_item_Call back_RESOLVER_STRING_1_unsigned long"; 1414 static $NativeIndexed_Getter(mthis, index) native "DOMStringList_item_Callback _RESOLVER_STRING_1_unsigned long";
1258 1415
1259 // Generated overload resolver 1416 static $contains_Callback(mthis, string) native "DOMStringList_contains_Callba ck_RESOLVER_STRING_1_DOMString";
1260 Native_DOMStringMap___delete__(mthis, index_OR_name) { 1417
1418 static $item_Callback(mthis, index) native "DOMStringList_item_Callback_RESOLV ER_STRING_1_unsigned long";
1419 }
1420
1421 class BlinkDOMStringMap {
1422 // Generated overload resolver
1423 static $__delete__(mthis, index_OR_name) {
1261 if ((index_OR_name is int || index_OR_name == null)) { 1424 if ((index_OR_name is int || index_OR_name == null)) {
1262 return Native_DOMStringMap____delete___1_Callback(mthis, index_OR_name); 1425 return $___delete___1_Callback(mthis, index_OR_name);
1263 } 1426 }
1264 if ((index_OR_name is String || index_OR_name == null)) { 1427 if ((index_OR_name is String || index_OR_name == null)) {
1265 return Native_DOMStringMap____delete___2_Callback(mthis, index_OR_name); 1428 return $___delete___2_Callback(mthis, index_OR_name);
1266 } 1429 }
1267 throw new ArgumentError("Incorrect number or type of arguments"); 1430 throw new ArgumentError("Incorrect number or type of arguments");
1268 } 1431 }
1269 1432
1270 Native_DOMStringMap____delete___1_Callback(mthis, index_OR_name) native "DOMStri ngMap___delete___Callback_RESOLVER_STRING_1_unsigned long"; 1433 static $___delete___1_Callback(mthis, index_OR_name) native "DOMStringMap___de lete___Callback_RESOLVER_STRING_1_unsigned long";
1271 1434
1272 Native_DOMStringMap____delete___2_Callback(mthis, index_OR_name) native "DOMStri ngMap___delete___Callback_RESOLVER_STRING_1_DOMString"; 1435 static $___delete___2_Callback(mthis, index_OR_name) native "DOMStringMap___de lete___Callback_RESOLVER_STRING_1_DOMString";
1273 1436
1274 // Generated overload resolver 1437 // Generated overload resolver
1275 Native_DOMStringMap___getter__(mthis, index_OR_name) { 1438 static $__getter__(mthis, index_OR_name) {
1276 if ((index_OR_name is int || index_OR_name == null)) { 1439 if ((index_OR_name is int || index_OR_name == null)) {
1277 return Native_DOMStringMap____getter___1_Callback(mthis, index_OR_name); 1440 return $___getter___1_Callback(mthis, index_OR_name);
1278 } 1441 }
1279 if ((index_OR_name is String || index_OR_name == null)) { 1442 if ((index_OR_name is String || index_OR_name == null)) {
1280 return Native_DOMStringMap____getter___2_Callback(mthis, index_OR_name); 1443 return $___getter___2_Callback(mthis, index_OR_name);
1281 } 1444 }
1282 throw new ArgumentError("Incorrect number or type of arguments"); 1445 throw new ArgumentError("Incorrect number or type of arguments");
1283 } 1446 }
1284 1447
1285 Native_DOMStringMap____getter___1_Callback(mthis, index_OR_name) native "DOMStri ngMap___getter___Callback_RESOLVER_STRING_1_unsigned long"; 1448 static $___getter___1_Callback(mthis, index_OR_name) native "DOMStringMap___ge tter___Callback_RESOLVER_STRING_1_unsigned long";
1286 1449
1287 Native_DOMStringMap____getter___2_Callback(mthis, index_OR_name) native "DOMStri ngMap___getter___Callback_RESOLVER_STRING_1_DOMString"; 1450 static $___getter___2_Callback(mthis, index_OR_name) native "DOMStringMap___ge tter___Callback_RESOLVER_STRING_1_DOMString";
1288 1451
1289 // Generated overload resolver 1452 // Generated overload resolver
1290 Native_DOMStringMap___setter__(mthis, index_OR_name, value) { 1453 static $__setter__(mthis, index_OR_name, value) {
1291 if ((value is String || value == null) && (index_OR_name is int || index_OR_ name == null)) { 1454 if ((value is String || value == null) && (index_OR_name is int || index_OR_ name == null)) {
1292 Native_DOMStringMap____setter___1_Callback(mthis, index_OR_name, value); 1455 $___setter___1_Callback(mthis, index_OR_name, value);
1293 return; 1456 return;
1294 } 1457 }
1295 if ((value is String || value == null) && (index_OR_name is String || index_ OR_name == null)) { 1458 if ((value is String || value == null) && (index_OR_name is String || index_ OR_name == null)) {
1296 Native_DOMStringMap____setter___2_Callback(mthis, index_OR_name, value); 1459 $___setter___2_Callback(mthis, index_OR_name, value);
1297 return; 1460 return;
1298 } 1461 }
1299 throw new ArgumentError("Incorrect number or type of arguments"); 1462 throw new ArgumentError("Incorrect number or type of arguments");
1300 } 1463 }
1301 1464
1302 Native_DOMStringMap____setter___1_Callback(mthis, index_OR_name, value) native " DOMStringMap___setter___Callback_RESOLVER_STRING_2_unsigned long_DOMString"; 1465 static $___setter___1_Callback(mthis, index_OR_name, value) native "DOMStringM ap___setter___Callback_RESOLVER_STRING_2_unsigned long_DOMString";
1303 1466
1304 Native_DOMStringMap____setter___2_Callback(mthis, index_OR_name, value) native " DOMStringMap___setter___Callback_RESOLVER_STRING_2_DOMString_DOMString"; 1467 static $___setter___2_Callback(mthis, index_OR_name, value) native "DOMStringM ap___setter___Callback_RESOLVER_STRING_2_DOMString_DOMString";
1305 1468 }
1306 Native_DataTransferItem_kind_Getter(mthis) native "DataTransferItem_kind_Getter" ; 1469
1307 1470 class BlinkDataTransferItem {
1308 Native_DataTransferItem_type_Getter(mthis) native "DataTransferItem_type_Getter" ; 1471 static $kind_Getter(mthis) native "DataTransferItem_kind_Getter";
1309 1472
1310 Native_DataTransferItem_getAsFile_Callback(mthis) native "DataTransferItem_getAs File_Callback_RESOLVER_STRING_0_"; 1473 static $type_Getter(mthis) native "DataTransferItem_type_Getter";
1311 1474
1312 Native_DataTransferItem_getAsString_Callback(mthis, callback) native "DataTransf erItem_getAsString_Callback_RESOLVER_STRING_1_StringCallback"; 1475 static $getAsFile_Callback(mthis) native "DataTransferItem_getAsFile_Callback_ RESOLVER_STRING_0_";
1313 1476
1314 Native_DataTransferItem_webkitGetAsEntry_Callback(mthis) native "DataTransferIte m_webkitGetAsEntry_Callback_RESOLVER_STRING_0_"; 1477 static $getAsString_Callback(mthis, callback) native "DataTransferItem_getAsSt ring_Callback_RESOLVER_STRING_1_StringCallback";
1315 1478
1316 Native_DataTransferItemList_length_Getter(mthis) native "DataTransferItemList_le ngth_Getter"; 1479 static $webkitGetAsEntry_Callback(mthis) native "DataTransferItem_webkitGetAsE ntry_Callback_RESOLVER_STRING_0_";
1317 1480 }
1318 Native_DataTransferItemList___getter___Callback(mthis, index) native "DataTransf erItemList___getter___Callback_RESOLVER_STRING_1_unsigned long"; 1481
1319 1482 class BlinkDataTransferItemList {
1320 // Generated overload resolver 1483 static $length_Getter(mthis) native "DataTransferItemList_length_Getter";
1321 Native_DataTransferItemList_add(mthis, data_OR_file, type) { 1484
1485 static $__getter___Callback(mthis, index) native "DataTransferItemList___gette r___Callback_RESOLVER_STRING_1_unsigned long";
1486
1487 // Generated overload resolver
1488 static $add(mthis, data_OR_file, type) {
1322 if ((data_OR_file is File || data_OR_file == null) && type == null) { 1489 if ((data_OR_file is File || data_OR_file == null) && type == null) {
1323 return Native_DataTransferItemList__add_1_Callback(mthis, data_OR_file); 1490 return $_add_1_Callback(mthis, data_OR_file);
1324 } 1491 }
1325 if ((type is String || type == null) && (data_OR_file is String || data_OR_f ile == null)) { 1492 if ((type is String || type == null) && (data_OR_file is String || data_OR_f ile == null)) {
1326 return Native_DataTransferItemList__add_2_Callback(mthis, data_OR_file, ty pe); 1493 return $_add_2_Callback(mthis, data_OR_file, type);
1327 } 1494 }
1328 throw new ArgumentError("Incorrect number or type of arguments"); 1495 throw new ArgumentError("Incorrect number or type of arguments");
1329 } 1496 }
1330 1497
1331 Native_DataTransferItemList__add_1_Callback(mthis, data_OR_file) native "DataTra nsferItemList_add_Callback_RESOLVER_STRING_1_File"; 1498 static $_add_1_Callback(mthis, data_OR_file) native "DataTransferItemList_add_ Callback_RESOLVER_STRING_1_File";
1332 1499
1333 Native_DataTransferItemList__add_2_Callback(mthis, data_OR_file, type) native "D ataTransferItemList_add_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 1500 static $_add_2_Callback(mthis, data_OR_file, type) native "DataTransferItemLis t_add_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1334 1501
1335 Native_DataTransferItemList_addData_Callback(mthis, data, type) native "DataTran sferItemList_add_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 1502 static $addData_Callback(mthis, data, type) native "DataTransferItemList_add_C allback_RESOLVER_STRING_2_DOMString_DOMString";
1336 1503
1337 Native_DataTransferItemList_addFile_Callback(mthis, file) native "DataTransferIt emList_add_Callback_RESOLVER_STRING_1_File"; 1504 static $addFile_Callback(mthis, file) native "DataTransferItemList_add_Callbac k_RESOLVER_STRING_1_File";
1338 1505
1339 Native_DataTransferItemList_clear_Callback(mthis) native "DataTransferItemList_c lear_Callback_RESOLVER_STRING_0_"; 1506 static $clear_Callback(mthis) native "DataTransferItemList_clear_Callback_RESO LVER_STRING_0_";
1340 1507
1341 Native_DataTransferItemList_remove_Callback(mthis, index) native "DataTransferIt emList_remove_Callback_RESOLVER_STRING_1_unsigned long"; 1508 static $remove_Callback(mthis, index) native "DataTransferItemList_remove_Call back_RESOLVER_STRING_1_unsigned long";
1342 1509 }
1343 Native_Database_version_Getter(mthis) native "Database_version_Getter"; 1510
1344 1511 class BlinkDatabase {
1345 Native_Database_changeVersion_Callback(mthis, oldVersion, newVersion, callback, errorCallback, successCallback) native "Database_changeVersion_Callback_RESOLVER _STRING_5_DOMString_DOMString_SQLTransactionCallback_SQLTransactionErrorCallback _VoidCallback"; 1512 static $version_Getter(mthis) native "Database_version_Getter";
1346 1513
1347 Native_Database_readTransaction_Callback(mthis, callback, errorCallback, success Callback) native "Database_readTransaction_Callback_RESOLVER_STRING_3_SQLTransac tionCallback_SQLTransactionErrorCallback_VoidCallback"; 1514 static $changeVersion_Callback(mthis, oldVersion, newVersion, callback, errorC allback, successCallback) native "Database_changeVersion_Callback_RESOLVER_STRIN G_5_DOMString_DOMString_SQLTransactionCallback_SQLTransactionErrorCallback_VoidC allback";
1348 1515
1349 Native_Database_transaction_Callback(mthis, callback, errorCallback, successCall back) native "Database_transaction_Callback_RESOLVER_STRING_3_SQLTransactionCall back_SQLTransactionErrorCallback_VoidCallback"; 1516 static $readTransaction_Callback(mthis, callback, errorCallback, successCallba ck) native "Database_readTransaction_Callback_RESOLVER_STRING_3_SQLTransactionCa llback_SQLTransactionErrorCallback_VoidCallback";
1350 1517
1351 Native_WindowBase64_atob_Callback(mthis, string) native "WindowBase64_atob_Callb ack_RESOLVER_STRING_1_DOMString"; 1518 static $transaction_Callback(mthis, callback, errorCallback, successCallback) native "Database_transaction_Callback_RESOLVER_STRING_3_SQLTransactionCallback_S QLTransactionErrorCallback_VoidCallback";
1352 1519 }
1353 Native_WindowBase64_btoa_Callback(mthis, string) native "WindowBase64_btoa_Callb ack_RESOLVER_STRING_1_DOMString"; 1520
1354 1521 class BlinkDatabaseSync {}
1355 Native_WindowTimers_clearInterval_Callback(mthis, handle) native "WindowTimers_c learInterval_Callback_RESOLVER_STRING_1_long"; 1522
1356 1523 class BlinkWindowBase64 {
1357 Native_WindowTimers_clearTimeout_Callback(mthis, handle) native "WindowTimers_cl earTimeout_Callback_RESOLVER_STRING_1_long"; 1524 static $atob_Callback(mthis, string) native "WindowBase64_atob_Callback_RESOLV ER_STRING_1_DOMString";
1358 1525
1359 Native_WindowTimers_setInterval_Callback(mthis, handler, timeout) native "Window Timers_setInterval_Callback"; 1526 static $btoa_Callback(mthis, string) native "WindowBase64_btoa_Callback_RESOLV ER_STRING_1_DOMString";
1360 1527 }
1361 Native_WindowTimers_setTimeout_Callback(mthis, handler, timeout) native "WindowT imers_setTimeout_Callback"; 1528
1362 1529 class BlinkWindowTimers {
1363 Native_WorkerGlobalScope_console_Getter(mthis) native "WorkerGlobalScope_console _Getter"; 1530 static $clearInterval_Callback(mthis, handle) native "WindowTimers_clearInterv al_Callback_RESOLVER_STRING_1_long";
1364 1531
1365 Native_WorkerGlobalScope_crypto_Getter(mthis) native "WorkerGlobalScope_crypto_G etter"; 1532 static $clearTimeout_Callback(mthis, handle) native "WindowTimers_clearTimeout _Callback_RESOLVER_STRING_1_long";
1366 1533
1367 Native_WorkerGlobalScope_indexedDB_Getter(mthis) native "WorkerGlobalScope_index edDB_Getter"; 1534 static $setInterval_Callback(mthis, handler, timeout) native "WindowTimers_set Interval_Callback";
1368 1535
1369 Native_WorkerGlobalScope_location_Getter(mthis) native "WorkerGlobalScope_locati on_Getter"; 1536 static $setTimeout_Callback(mthis, handler, timeout) native "WindowTimers_setT imeout_Callback";
1370 1537 }
1371 Native_WorkerGlobalScope_navigator_Getter(mthis) native "WorkerGlobalScope_navig ator_Getter"; 1538
1372 1539 class BlinkWorkerGlobalScope {
1373 Native_WorkerGlobalScope_performance_Getter(mthis) native "WorkerGlobalScope_per formance_Getter"; 1540 static $console_Getter(mthis) native "WorkerGlobalScope_console_Getter";
1374 1541
1375 Native_WorkerGlobalScope_self_Getter(mthis) native "WorkerGlobalScope_self_Gette r"; 1542 static $crypto_Getter(mthis) native "WorkerGlobalScope_crypto_Getter";
1376 1543
1377 Native_WorkerGlobalScope_close_Callback(mthis) native "WorkerGlobalScope_close_C allback_RESOLVER_STRING_0_"; 1544 static $indexedDB_Getter(mthis) native "WorkerGlobalScope_indexedDB_Getter";
1378 1545
1379 Native_WorkerGlobalScope_openDatabase_Callback(mthis, name, version, displayName , estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabase_Callba ck_RESOLVER_STRING_5_DOMString_DOMString_DOMString_unsigned long_DatabaseCallbac k"; 1546 static $location_Getter(mthis) native "WorkerGlobalScope_location_Getter";
1380 1547
1381 Native_WorkerGlobalScope_openDatabaseSync_Callback(mthis, name, version, display Name, estimatedSize, creationCallback) native "WorkerGlobalScope_openDatabaseSyn c_Callback_RESOLVER_STRING_5_DOMString_DOMString_DOMString_unsigned long_Databas eCallback"; 1548 static $navigator_Getter(mthis) native "WorkerGlobalScope_navigator_Getter";
1382 1549
1383 Native_WorkerGlobalScope_webkitRequestFileSystem_Callback(mthis, type, size, suc cessCallback, errorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_C allback_RESOLVER_STRING_4_unsigned short_long long_FileSystemCallback_ErrorCallb ack"; 1550 static $performance_Getter(mthis) native "WorkerGlobalScope_performance_Getter ";
1384 1551
1385 Native_WorkerGlobalScope_webkitRequestFileSystemSync_Callback(mthis, type, size) native "WorkerGlobalScope_webkitRequestFileSystemSync_Callback_RESOLVER_STRING_ 2_unsigned short_long long"; 1552 static $self_Getter(mthis) native "WorkerGlobalScope_self_Getter";
1386 1553
1387 Native_WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback(mthis, url ) native "WorkerGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback_RESOLVE R_STRING_1_DOMString"; 1554 static $close_Callback(mthis) native "WorkerGlobalScope_close_Callback_RESOLVE R_STRING_0_";
1388 1555
1389 Native_WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callback(mthis, url, su ccessCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSy stemURL_Callback_RESOLVER_STRING_3_DOMString_EntryCallback_ErrorCallback"; 1556 static $openDatabase_Callback(mthis, name, version, displayName, estimatedSize , creationCallback) native "WorkerGlobalScope_openDatabase_Callback_RESOLVER_STR ING_5_DOMString_DOMString_DOMString_unsigned long_DatabaseCallback";
1390 1557
1391 Native_WorkerGlobalScope_atob_Callback(mthis, string) native "WorkerGlobalScope_ atob_Callback_RESOLVER_STRING_1_DOMString"; 1558 static $openDatabaseSync_Callback(mthis, name, version, displayName, estimated Size, creationCallback) native "WorkerGlobalScope_openDatabaseSync_Callback_RESO LVER_STRING_5_DOMString_DOMString_DOMString_unsigned long_DatabaseCallback";
1392 1559
1393 Native_WorkerGlobalScope_btoa_Callback(mthis, string) native "WorkerGlobalScope_ btoa_Callback_RESOLVER_STRING_1_DOMString"; 1560 static $webkitRequestFileSystem_Callback(mthis, type, size, successCallback, e rrorCallback) native "WorkerGlobalScope_webkitRequestFileSystem_Callback_RESOLVE R_STRING_4_unsigned short_long long_FileSystemCallback_ErrorCallback";
1394 1561
1395 Native_WorkerGlobalScope_clearInterval_Callback(mthis, handle) native "WorkerGlo balScope_clearInterval_Callback_RESOLVER_STRING_1_long"; 1562 static $webkitRequestFileSystemSync_Callback(mthis, type, size) native "Worker GlobalScope_webkitRequestFileSystemSync_Callback_RESOLVER_STRING_2_unsigned shor t_long long";
1396 1563
1397 Native_WorkerGlobalScope_clearTimeout_Callback(mthis, handle) native "WorkerGlob alScope_clearTimeout_Callback_RESOLVER_STRING_1_long"; 1564 static $webkitResolveLocalFileSystemSyncURL_Callback(mthis, url) native "Worke rGlobalScope_webkitResolveLocalFileSystemSyncURL_Callback_RESOLVER_STRING_1_DOMS tring";
1398 1565
1399 Native_WorkerGlobalScope_setInterval_Callback(mthis, handler, timeout) native "W orkerGlobalScope_setInterval_Callback"; 1566 static $webkitResolveLocalFileSystemURL_Callback(mthis, url, successCallback, errorCallback) native "WorkerGlobalScope_webkitResolveLocalFileSystemURL_Callbac k_RESOLVER_STRING_3_DOMString_EntryCallback_ErrorCallback";
1400 1567
1401 Native_WorkerGlobalScope_setTimeout_Callback(mthis, handler, timeout) native "Wo rkerGlobalScope_setTimeout_Callback"; 1568 static $atob_Callback(mthis, string) native "WorkerGlobalScope_atob_Callback_R ESOLVER_STRING_1_DOMString";
1402 1569
1403 Native_DedicatedWorkerGlobalScope_postMessage_Callback(mthis, message, messagePo rts) native "DedicatedWorkerGlobalScope_postMessage_Callback"; 1570 static $btoa_Callback(mthis, string) native "WorkerGlobalScope_btoa_Callback_R ESOLVER_STRING_1_DOMString";
1404 1571
1405 Native_DelayNode_delayTime_Getter(mthis) native "DelayNode_delayTime_Getter"; 1572 static $clearInterval_Callback(mthis, handle) native "WorkerGlobalScope_clearI nterval_Callback_RESOLVER_STRING_1_long";
1406 1573
1407 Native_DeprecatedStorageInfo_queryUsageAndQuota_Callback(mthis, storageType, usa geCallback, errorCallback) native "DeprecatedStorageInfo_queryUsageAndQuota_Call back_RESOLVER_STRING_3_unsigned short_StorageUsageCallback_StorageErrorCallback" ; 1574 static $clearTimeout_Callback(mthis, handle) native "WorkerGlobalScope_clearTi meout_Callback_RESOLVER_STRING_1_long";
1408 1575
1409 Native_DeprecatedStorageInfo_requestQuota_Callback(mthis, storageType, newQuotaI nBytes, quotaCallback, errorCallback) native "DeprecatedStorageInfo_requestQuota _Callback_RESOLVER_STRING_4_unsigned short_unsigned long long_StorageQuotaCallba ck_StorageErrorCallback"; 1576 static $setInterval_Callback(mthis, handler, timeout) native "WorkerGlobalScop e_setInterval_Callback";
1410 1577
1411 Native_DeprecatedStorageQuota_queryUsageAndQuota_Callback(mthis, usageCallback, errorCallback) native "DeprecatedStorageQuota_queryUsageAndQuota_Callback_RESOLV ER_STRING_2_StorageUsageCallback_StorageErrorCallback"; 1578 static $setTimeout_Callback(mthis, handler, timeout) native "WorkerGlobalScope _setTimeout_Callback";
1412 1579 }
1413 Native_DeprecatedStorageQuota_requestQuota_Callback(mthis, newQuotaInBytes, quot aCallback, errorCallback) native "DeprecatedStorageQuota_requestQuota_Callback_R ESOLVER_STRING_3_unsigned long long_StorageQuotaCallback_StorageErrorCallback"; 1580
1414 1581 class BlinkDedicatedWorkerGlobalScope {
1415 Native_DeviceAcceleration_x_Getter(mthis) native "DeviceAcceleration_x_Getter"; 1582 static $postMessage_Callback(mthis, message, messagePorts) native "DedicatedWo rkerGlobalScope_postMessage_Callback";
1416 1583 }
1417 Native_DeviceAcceleration_y_Getter(mthis) native "DeviceAcceleration_y_Getter"; 1584
1418 1585 class BlinkDelayNode {
1419 Native_DeviceAcceleration_z_Getter(mthis) native "DeviceAcceleration_z_Getter"; 1586 static $delayTime_Getter(mthis) native "DelayNode_delayTime_Getter";
1420 1587 }
1421 Native_DeviceMotionEvent_acceleration_Getter(mthis) native "DeviceMotionEvent_ac celeration_Getter"; 1588
1422 1589 class BlinkDeprecatedStorageInfo {
1423 Native_DeviceMotionEvent_accelerationIncludingGravity_Getter(mthis) native "Devi ceMotionEvent_accelerationIncludingGravity_Getter"; 1590 static $queryUsageAndQuota_Callback(mthis, storageType, usageCallback, errorCa llback) native "DeprecatedStorageInfo_queryUsageAndQuota_Callback_RESOLVER_STRIN G_3_unsigned short_StorageUsageCallback_StorageErrorCallback";
1424 1591
1425 Native_DeviceMotionEvent_interval_Getter(mthis) native "DeviceMotionEvent_interv al_Getter"; 1592 static $requestQuota_Callback(mthis, storageType, newQuotaInBytes, quotaCallba ck, errorCallback) native "DeprecatedStorageInfo_requestQuota_Callback_RESOLVER_ STRING_4_unsigned short_unsigned long long_StorageQuotaCallback_StorageErrorCall back";
1426 1593 }
1427 Native_DeviceMotionEvent_rotationRate_Getter(mthis) native "DeviceMotionEvent_ro tationRate_Getter"; 1594
1428 1595 class BlinkDeprecatedStorageQuota {
1429 Native_DeviceMotionEvent_initDeviceMotionEvent_Callback(mthis, type, bubbles, ca ncelable, acceleration, accelerationIncludingGravity, rotationRate, interval) na tive "DeviceMotionEvent_initDeviceMotionEvent_Callback"; 1596 static $queryUsageAndQuota_Callback(mthis, usageCallback, errorCallback) nativ e "DeprecatedStorageQuota_queryUsageAndQuota_Callback_RESOLVER_STRING_2_StorageU sageCallback_StorageErrorCallback";
1430 1597
1431 Native_DeviceOrientationEvent_absolute_Getter(mthis) native "DeviceOrientationEv ent_absolute_Getter"; 1598 static $requestQuota_Callback(mthis, newQuotaInBytes, quotaCallback, errorCall back) native "DeprecatedStorageQuota_requestQuota_Callback_RESOLVER_STRING_3_uns igned long long_StorageQuotaCallback_StorageErrorCallback";
1432 1599 }
1433 Native_DeviceOrientationEvent_alpha_Getter(mthis) native "DeviceOrientationEvent _alpha_Getter"; 1600
1434 1601 class BlinkDeviceAcceleration {
1435 Native_DeviceOrientationEvent_beta_Getter(mthis) native "DeviceOrientationEvent_ beta_Getter"; 1602 static $x_Getter(mthis) native "DeviceAcceleration_x_Getter";
1436 1603
1437 Native_DeviceOrientationEvent_gamma_Getter(mthis) native "DeviceOrientationEvent _gamma_Getter"; 1604 static $y_Getter(mthis) native "DeviceAcceleration_y_Getter";
1438 1605
1439 Native_DeviceOrientationEvent_initDeviceOrientationEvent_Callback(mthis, type, b ubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent _initDeviceOrientationEvent_Callback"; 1606 static $z_Getter(mthis) native "DeviceAcceleration_z_Getter";
1440 1607 }
1441 Native_DeviceRotationRate_alpha_Getter(mthis) native "DeviceRotationRate_alpha_G etter"; 1608
1442 1609 class BlinkDeviceMotionEvent {
1443 Native_DeviceRotationRate_beta_Getter(mthis) native "DeviceRotationRate_beta_Get ter"; 1610 static $acceleration_Getter(mthis) native "DeviceMotionEvent_acceleration_Gett er";
1444 1611
1445 Native_DeviceRotationRate_gamma_Getter(mthis) native "DeviceRotationRate_gamma_G etter"; 1612 static $accelerationIncludingGravity_Getter(mthis) native "DeviceMotionEvent_a ccelerationIncludingGravity_Getter";
1446 1613
1447 Native_Entry_filesystem_Getter(mthis) native "Entry_filesystem_Getter"; 1614 static $interval_Getter(mthis) native "DeviceMotionEvent_interval_Getter";
1448 1615
1449 Native_Entry_fullPath_Getter(mthis) native "Entry_fullPath_Getter"; 1616 static $rotationRate_Getter(mthis) native "DeviceMotionEvent_rotationRate_Gett er";
1450 1617
1451 Native_Entry_isDirectory_Getter(mthis) native "Entry_isDirectory_Getter"; 1618 static $initDeviceMotionEvent_Callback(mthis, type, bubbles, cancelable, accel eration, accelerationIncludingGravity, rotationRate, interval) native "DeviceMot ionEvent_initDeviceMotionEvent_Callback";
1452 1619 }
1453 Native_Entry_isFile_Getter(mthis) native "Entry_isFile_Getter"; 1620
1454 1621 class BlinkDeviceOrientationEvent {
1455 Native_Entry_name_Getter(mthis) native "Entry_name_Getter"; 1622 static $absolute_Getter(mthis) native "DeviceOrientationEvent_absolute_Getter" ;
1456 1623
1457 // Generated overload resolver 1624 static $alpha_Getter(mthis) native "DeviceOrientationEvent_alpha_Getter";
1458 Native_Entry__copyTo(mthis, parent, name, successCallback, errorCallback) { 1625
1626 static $beta_Getter(mthis) native "DeviceOrientationEvent_beta_Getter";
1627
1628 static $gamma_Getter(mthis) native "DeviceOrientationEvent_gamma_Getter";
1629
1630 static $initDeviceOrientationEvent_Callback(mthis, type, bubbles, cancelable, alpha, beta, gamma, absolute) native "DeviceOrientationEvent_initDeviceOrientati onEvent_Callback";
1631 }
1632
1633 class BlinkDeviceRotationRate {
1634 static $alpha_Getter(mthis) native "DeviceRotationRate_alpha_Getter";
1635
1636 static $beta_Getter(mthis) native "DeviceRotationRate_beta_Getter";
1637
1638 static $gamma_Getter(mthis) native "DeviceRotationRate_gamma_Getter";
1639 }
1640
1641 class BlinkEntry {
1642 static $filesystem_Getter(mthis) native "Entry_filesystem_Getter";
1643
1644 static $fullPath_Getter(mthis) native "Entry_fullPath_Getter";
1645
1646 static $isDirectory_Getter(mthis) native "Entry_isDirectory_Getter";
1647
1648 static $isFile_Getter(mthis) native "Entry_isFile_Getter";
1649
1650 static $name_Getter(mthis) native "Entry_name_Getter";
1651
1652 // Generated overload resolver
1653 static $_copyTo(mthis, parent, name, successCallback, errorCallback) {
1459 if (name != null) { 1654 if (name != null) {
1460 Native_Entry__copyTo_1_Callback(mthis, parent, name, successCallback, erro rCallback); 1655 $_copyTo_1_Callback(mthis, parent, name, successCallback, errorCallback);
1461 return; 1656 return;
1462 } 1657 }
1463 Native_Entry__copyTo_2_Callback(mthis, parent); 1658 $_copyTo_2_Callback(mthis, parent);
1464 return; 1659 return;
1465 } 1660 }
1466 1661
1467 Native_Entry__copyTo_1_Callback(mthis, parent, name, successCallback, errorCallb ack) native "Entry_copyTo_Callback_RESOLVER_STRING_4_DirectoryEntry_DOMString_En tryCallback_ErrorCallback"; 1662 static $_copyTo_1_Callback(mthis, parent, name, successCallback, errorCallback ) native "Entry_copyTo_Callback_RESOLVER_STRING_4_DirectoryEntry_DOMString_Entry Callback_ErrorCallback";
1468 1663
1469 Native_Entry__copyTo_2_Callback(mthis, parent) native "Entry_copyTo_Callback_RES OLVER_STRING_1_DirectoryEntry"; 1664 static $_copyTo_2_Callback(mthis, parent) native "Entry_copyTo_Callback_RESOLV ER_STRING_1_DirectoryEntry";
1470 1665
1471 Native_Entry_getMetadata_Callback(mthis, successCallback, errorCallback) native "Entry_getMetadata_Callback_RESOLVER_STRING_2_MetadataCallback_ErrorCallback"; 1666 static $getMetadata_Callback(mthis, successCallback, errorCallback) native "En try_getMetadata_Callback_RESOLVER_STRING_2_MetadataCallback_ErrorCallback";
1472 1667
1473 Native_Entry_getParent_Callback(mthis, successCallback, errorCallback) native "E ntry_getParent_Callback_RESOLVER_STRING_2_EntryCallback_ErrorCallback"; 1668 static $getParent_Callback(mthis, successCallback, errorCallback) native "Entr y_getParent_Callback_RESOLVER_STRING_2_EntryCallback_ErrorCallback";
1474 1669
1475 // Generated overload resolver 1670 // Generated overload resolver
1476 Native_Entry__moveTo(mthis, parent, name, successCallback, errorCallback) { 1671 static $_moveTo(mthis, parent, name, successCallback, errorCallback) {
1477 if (name != null) { 1672 if (name != null) {
1478 Native_Entry__moveTo_1_Callback(mthis, parent, name, successCallback, erro rCallback); 1673 $_moveTo_1_Callback(mthis, parent, name, successCallback, errorCallback);
1479 return; 1674 return;
1480 } 1675 }
1481 Native_Entry__moveTo_2_Callback(mthis, parent); 1676 $_moveTo_2_Callback(mthis, parent);
1482 return; 1677 return;
1483 } 1678 }
1484 1679
1485 Native_Entry__moveTo_1_Callback(mthis, parent, name, successCallback, errorCallb ack) native "Entry_moveTo_Callback_RESOLVER_STRING_4_DirectoryEntry_DOMString_En tryCallback_ErrorCallback"; 1680 static $_moveTo_1_Callback(mthis, parent, name, successCallback, errorCallback ) native "Entry_moveTo_Callback_RESOLVER_STRING_4_DirectoryEntry_DOMString_Entry Callback_ErrorCallback";
1486 1681
1487 Native_Entry__moveTo_2_Callback(mthis, parent) native "Entry_moveTo_Callback_RES OLVER_STRING_1_DirectoryEntry"; 1682 static $_moveTo_2_Callback(mthis, parent) native "Entry_moveTo_Callback_RESOLV ER_STRING_1_DirectoryEntry";
1488 1683
1489 Native_Entry_remove_Callback(mthis, successCallback, errorCallback) native "Entr y_remove_Callback_RESOLVER_STRING_2_VoidCallback_ErrorCallback"; 1684 static $remove_Callback(mthis, successCallback, errorCallback) native "Entry_r emove_Callback_RESOLVER_STRING_2_VoidCallback_ErrorCallback";
1490 1685
1491 Native_Entry_toURL_Callback(mthis) native "Entry_toURL_Callback_RESOLVER_STRING_ 0_"; 1686 static $toURL_Callback(mthis) native "Entry_toURL_Callback_RESOLVER_STRING_0_" ;
1492 1687 }
1493 Native_DirectoryEntry_createReader_Callback(mthis) native "DirectoryEntry_create Reader_Callback_RESOLVER_STRING_0_"; 1688
1494 1689 class BlinkDirectoryEntry {
1495 Native_DirectoryEntry_getDirectory_Callback(mthis, path, options, successCallbac k, errorCallback) native "DirectoryEntry_getDirectory_Callback_RESOLVER_STRING_4 _DOMString_Dictionary_EntryCallback_ErrorCallback"; 1690 static $createReader_Callback(mthis) native "DirectoryEntry_createReader_Callb ack_RESOLVER_STRING_0_";
1496 1691
1497 Native_DirectoryEntry_getFile_Callback(mthis, path, options, successCallback, er rorCallback) native "DirectoryEntry_getFile_Callback_RESOLVER_STRING_4_DOMString _Dictionary_EntryCallback_ErrorCallback"; 1692 static $getDirectory_Callback(mthis, path, options, successCallback, errorCall back) native "DirectoryEntry_getDirectory_Callback_RESOLVER_STRING_4_DOMString_D ictionary_EntryCallback_ErrorCallback";
1498 1693
1499 Native_DirectoryEntry_removeRecursively_Callback(mthis, successCallback, errorCa llback) native "DirectoryEntry_removeRecursively_Callback_RESOLVER_STRING_2_Void Callback_ErrorCallback"; 1694 static $getFile_Callback(mthis, path, options, successCallback, errorCallback) native "DirectoryEntry_getFile_Callback_RESOLVER_STRING_4_DOMString_Dictionary_ EntryCallback_ErrorCallback";
1500 1695
1501 Native_DirectoryReader_readEntries_Callback(mthis, successCallback, errorCallbac k) native "DirectoryReader_readEntries_Callback_RESOLVER_STRING_2_EntriesCallbac k_ErrorCallback"; 1696 static $removeRecursively_Callback(mthis, successCallback, errorCallback) nati ve "DirectoryEntry_removeRecursively_Callback_RESOLVER_STRING_2_VoidCallback_Err orCallback";
1502 1697 }
1503 Native_ParentNode_childElementCount_Getter(mthis) native "ParentNode_childElemen tCount_Getter"; 1698
1504 1699 class BlinkEntrySync {}
1505 Native_ParentNode_children_Getter(mthis) native "ParentNode_children_Getter"; 1700
1506 1701 class BlinkDirectoryEntrySync {}
1507 Native_ParentNode_firstElementChild_Getter(mthis) native "ParentNode_firstElemen tChild_Getter"; 1702
1508 1703 class BlinkDirectoryReader {
1509 Native_ParentNode_lastElementChild_Getter(mthis) native "ParentNode_lastElementC hild_Getter"; 1704 static $readEntries_Callback(mthis, successCallback, errorCallback) native "Di rectoryReader_readEntries_Callback_RESOLVER_STRING_2_EntriesCallback_ErrorCallba ck";
1510 1705 }
1511 Native_Document_activeElement_Getter(mthis) native "Document_activeElement_Gette r"; 1706
1512 1707 class BlinkDirectoryReaderSync {}
1513 Native_Document_body_Getter(mthis) native "Document_body_Getter"; 1708
1514 1709 class BlinkGlobalEventHandlers {}
1515 Native_Document_body_Setter(mthis, value) native "Document_body_Setter"; 1710
1516 1711 class BlinkParentNode {
1517 Native_Document_cookie_Getter(mthis) native "Document_cookie_Getter"; 1712 static $childElementCount_Getter(mthis) native "ParentNode_childElementCount_G etter";
1518 1713
1519 Native_Document_cookie_Setter(mthis, value) native "Document_cookie_Setter"; 1714 static $children_Getter(mthis) native "ParentNode_children_Getter";
1520 1715
1521 Native_Document_currentScript_Getter(mthis) native "Document_currentScript_Gette r"; 1716 static $firstElementChild_Getter(mthis) native "ParentNode_firstElementChild_G etter";
1522 1717
1523 Native_Document_defaultView_Getter(mthis) native "Document_defaultView_Getter"; 1718 static $lastElementChild_Getter(mthis) native "ParentNode_lastElementChild_Get ter";
1524 1719 }
1525 Native_Document_documentElement_Getter(mthis) native "Document_documentElement_G etter"; 1720
1526 1721 class BlinkDocument {
1527 Native_Document_domain_Getter(mthis) native "Document_domain_Getter"; 1722 static $activeElement_Getter(mthis) native "Document_activeElement_Getter";
1528 1723
1529 Native_Document_fonts_Getter(mthis) native "Document_fonts_Getter"; 1724 static $body_Getter(mthis) native "Document_body_Getter";
1530 1725
1531 Native_Document_head_Getter(mthis) native "Document_head_Getter"; 1726 static $body_Setter(mthis, value) native "Document_body_Setter";
1532 1727
1533 Native_Document_hidden_Getter(mthis) native "Document_hidden_Getter"; 1728 static $cookie_Getter(mthis) native "Document_cookie_Getter";
1534 1729
1535 Native_Document_implementation_Getter(mthis) native "Document_implementation_Get ter"; 1730 static $cookie_Setter(mthis, value) native "Document_cookie_Setter";
1536 1731
1537 Native_Document_lastModified_Getter(mthis) native "Document_lastModified_Getter" ; 1732 static $currentScript_Getter(mthis) native "Document_currentScript_Getter";
1538 1733
1539 Native_Document_preferredStylesheetSet_Getter(mthis) native "Document_preferredS tylesheetSet_Getter"; 1734 static $defaultView_Getter(mthis) native "Document_defaultView_Getter";
1540 1735
1541 Native_Document_readyState_Getter(mthis) native "Document_readyState_Getter"; 1736 static $documentElement_Getter(mthis) native "Document_documentElement_Getter" ;
1542 1737
1543 Native_Document_referrer_Getter(mthis) native "Document_referrer_Getter"; 1738 static $domain_Getter(mthis) native "Document_domain_Getter";
1544 1739
1545 Native_Document_rootElement_Getter(mthis) native "Document_rootElement_Getter"; 1740 static $fonts_Getter(mthis) native "Document_fonts_Getter";
1546 1741
1547 Native_Document_selectedStylesheetSet_Getter(mthis) native "Document_selectedSty lesheetSet_Getter"; 1742 static $head_Getter(mthis) native "Document_head_Getter";
1548 1743
1549 Native_Document_selectedStylesheetSet_Setter(mthis, value) native "Document_sele ctedStylesheetSet_Setter"; 1744 static $hidden_Getter(mthis) native "Document_hidden_Getter";
1550 1745
1551 Native_Document_styleSheets_Getter(mthis) native "Document_styleSheets_Getter"; 1746 static $implementation_Getter(mthis) native "Document_implementation_Getter";
1552 1747
1553 Native_Document_timeline_Getter(mthis) native "Document_timeline_Getter"; 1748 static $lastModified_Getter(mthis) native "Document_lastModified_Getter";
1554 1749
1555 Native_Document_title_Getter(mthis) native "Document_title_Getter"; 1750 static $preferredStylesheetSet_Getter(mthis) native "Document_preferredStylesh eetSet_Getter";
1556 1751
1557 Native_Document_title_Setter(mthis, value) native "Document_title_Setter"; 1752 static $readyState_Getter(mthis) native "Document_readyState_Getter";
1558 1753
1559 Native_Document_visibilityState_Getter(mthis) native "Document_visibilityState_G etter"; 1754 static $referrer_Getter(mthis) native "Document_referrer_Getter";
1560 1755
1561 Native_Document_webkitFullscreenElement_Getter(mthis) native "Document_webkitFul lscreenElement_Getter"; 1756 static $rootElement_Getter(mthis) native "Document_rootElement_Getter";
1562 1757
1563 Native_Document_webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFul lscreenEnabled_Getter"; 1758 static $selectedStylesheetSet_Getter(mthis) native "Document_selectedStyleshee tSet_Getter";
1564 1759
1565 Native_Document_webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter" ; 1760 static $selectedStylesheetSet_Setter(mthis, value) native "Document_selectedSt ylesheetSet_Setter";
1566 1761
1567 Native_Document_webkitPointerLockElement_Getter(mthis) native "Document_webkitPo interLockElement_Getter"; 1762 static $styleSheets_Getter(mthis) native "Document_styleSheets_Getter";
1568 1763
1569 Native_Document_webkitVisibilityState_Getter(mthis) native "Document_webkitVisib ilityState_Getter"; 1764 static $timeline_Getter(mthis) native "Document_timeline_Getter";
1570 1765
1571 Native_Document_adoptNode_Callback(mthis, node) native "Document_adoptNode_Callb ack_RESOLVER_STRING_1_Node"; 1766 static $title_Getter(mthis) native "Document_title_Getter";
1572 1767
1573 Native_Document_caretRangeFromPoint_Callback(mthis, x, y) native "Document_caret RangeFromPoint_Callback_RESOLVER_STRING_2_long_long"; 1768 static $title_Setter(mthis, value) native "Document_title_Setter";
1574 1769
1575 Native_Document_createDocumentFragment_Callback(mthis) native "Document_createDo cumentFragment_Callback_RESOLVER_STRING_0_"; 1770 static $visibilityState_Getter(mthis) native "Document_visibilityState_Getter" ;
1576 1771
1577 Native_Document_createElement_Callback(mthis, localName_OR_tagName, typeExtensio n) native "Document_createElement_Callback"; 1772 static $webkitFullscreenElement_Getter(mthis) native "Document_webkitFullscree nElement_Getter";
1578 1773
1579 Native_Document_createElementNS_Callback(mthis, namespaceURI, qualifiedName, typ eExtension) native "Document_createElementNS_Callback"; 1774 static $webkitFullscreenEnabled_Getter(mthis) native "Document_webkitFullscree nEnabled_Getter";
1580 1775
1581 // Generated overload resolver 1776 static $webkitHidden_Getter(mthis) native "Document_webkitHidden_Getter";
1582 Native_Document__createEvent(mthis, eventType) { 1777
1778 static $webkitPointerLockElement_Getter(mthis) native "Document_webkitPointerL ockElement_Getter";
1779
1780 static $webkitVisibilityState_Getter(mthis) native "Document_webkitVisibilityS tate_Getter";
1781
1782 static $adoptNode_Callback(mthis, node) native "Document_adoptNode_Callback_RE SOLVER_STRING_1_Node";
1783
1784 static $caretRangeFromPoint_Callback(mthis, x, y) native "Document_caretRangeF romPoint_Callback_RESOLVER_STRING_2_long_long";
1785
1786 static $createDocumentFragment_Callback(mthis) native "Document_createDocument Fragment_Callback_RESOLVER_STRING_0_";
1787
1788 static $createElement_Callback(mthis, localName_OR_tagName, typeExtension) nat ive "Document_createElement_Callback";
1789
1790 static $createElementNS_Callback(mthis, namespaceURI, qualifiedName, typeExten sion) native "Document_createElementNS_Callback";
1791
1792 // Generated overload resolver
1793 static $_createEvent(mthis, eventType) {
1583 if (eventType != null) { 1794 if (eventType != null) {
1584 return Native_Document__createEvent_1_Callback(mthis, eventType); 1795 return $_createEvent_1_Callback(mthis, eventType);
1585 } 1796 }
1586 return Native_Document__createEvent_2_Callback(mthis); 1797 return $_createEvent_2_Callback(mthis);
1587 } 1798 }
1588 1799
1589 Native_Document__createEvent_1_Callback(mthis, eventType) native "Document_creat eEvent_Callback_RESOLVER_STRING_1_DOMString"; 1800 static $_createEvent_1_Callback(mthis, eventType) native "Document_createEvent _Callback_RESOLVER_STRING_1_DOMString";
1590 1801
1591 Native_Document__createEvent_2_Callback(mthis) native "Document_createEvent_Call back_RESOLVER_STRING_0_"; 1802 static $_createEvent_2_Callback(mthis) native "Document_createEvent_Callback_R ESOLVER_STRING_0_";
1592 1803
1593 // Generated overload resolver 1804 // Generated overload resolver
1594 Native_Document__createNodeIterator(mthis, root, whatToShow, filter) { 1805 static $_createNodeIterator(mthis, root, whatToShow, filter) {
1595 if (filter != null) { 1806 if (filter != null) {
1596 return Native_Document__createNodeIterator_1_Callback(mthis, root, whatToS how, filter); 1807 return $_createNodeIterator_1_Callback(mthis, root, whatToShow, filter);
1597 } 1808 }
1598 if (whatToShow != null) { 1809 if (whatToShow != null) {
1599 return Native_Document__createNodeIterator_2_Callback(mthis, root, whatToS how); 1810 return $_createNodeIterator_2_Callback(mthis, root, whatToShow);
1600 } 1811 }
1601 return Native_Document__createNodeIterator_3_Callback(mthis, root); 1812 return $_createNodeIterator_3_Callback(mthis, root);
1602 } 1813 }
1603 1814
1604 Native_Document__createNodeIterator_1_Callback(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_RESOLVER_STRING_3_Node_unsigned lon g_NodeFilter"; 1815 static $_createNodeIterator_1_Callback(mthis, root, whatToShow, filter) native "Document_createNodeIterator_Callback_RESOLVER_STRING_3_Node_unsigned long_Node Filter";
1605 1816
1606 Native_Document__createNodeIterator_2_Callback(mthis, root, whatToShow) native " Document_createNodeIterator_Callback_RESOLVER_STRING_2_Node_unsigned long"; 1817 static $_createNodeIterator_2_Callback(mthis, root, whatToShow) native "Docume nt_createNodeIterator_Callback_RESOLVER_STRING_2_Node_unsigned long";
1607 1818
1608 Native_Document__createNodeIterator_3_Callback(mthis, root) native "Document_cre ateNodeIterator_Callback_RESOLVER_STRING_1_Node"; 1819 static $_createNodeIterator_3_Callback(mthis, root) native "Document_createNod eIterator_Callback_RESOLVER_STRING_1_Node";
1609 1820
1610 Native_Document_createRange_Callback(mthis) native "Document_createRange_Callbac k_RESOLVER_STRING_0_"; 1821 static $createRange_Callback(mthis) native "Document_createRange_Callback_RESO LVER_STRING_0_";
1611 1822
1612 Native_Document_createTextNode_Callback(mthis, data) native "Document_createText Node_Callback_RESOLVER_STRING_1_DOMString"; 1823 static $createTextNode_Callback(mthis, data) native "Document_createTextNode_C allback_RESOLVER_STRING_1_DOMString";
1613 1824
1614 Native_Document_createTouch_Callback(mthis, window, target, identifier, pageX, p ageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webki tForce) native "Document_createTouch_Callback_RESOLVER_STRING_11_Window_EventTar get_long_long_long_long_long_long_long_float_float"; 1825 static $createTouch_Callback(mthis, window, target, identifier, pageX, pageY, screenX, screenY, webkitRadiusX, webkitRadiusY, webkitRotationAngle, webkitForce ) native "Document_createTouch_Callback_RESOLVER_STRING_11_Window_EventTarget_lo ng_long_long_long_long_long_long_float_float";
1615 1826
1616 // Generated overload resolver 1827 // Generated overload resolver
1617 Native_Document__createTreeWalker(mthis, root, whatToShow, filter) { 1828 static $_createTreeWalker(mthis, root, whatToShow, filter) {
1618 if (filter != null) { 1829 if (filter != null) {
1619 return Native_Document__createTreeWalker_1_Callback(mthis, root, whatToSho w, filter); 1830 return $_createTreeWalker_1_Callback(mthis, root, whatToShow, filter);
1620 } 1831 }
1621 if (whatToShow != null) { 1832 if (whatToShow != null) {
1622 return Native_Document__createTreeWalker_2_Callback(mthis, root, whatToSho w); 1833 return $_createTreeWalker_2_Callback(mthis, root, whatToShow);
1623 } 1834 }
1624 return Native_Document__createTreeWalker_3_Callback(mthis, root); 1835 return $_createTreeWalker_3_Callback(mthis, root);
1625 } 1836 }
1626 1837
1627 Native_Document__createTreeWalker_1_Callback(mthis, root, whatToShow, filter) na tive "Document_createTreeWalker_Callback_RESOLVER_STRING_3_Node_unsigned long_No deFilter"; 1838 static $_createTreeWalker_1_Callback(mthis, root, whatToShow, filter) native " Document_createTreeWalker_Callback_RESOLVER_STRING_3_Node_unsigned long_NodeFilt er";
1628 1839
1629 Native_Document__createTreeWalker_2_Callback(mthis, root, whatToShow) native "Do cument_createTreeWalker_Callback_RESOLVER_STRING_2_Node_unsigned long"; 1840 static $_createTreeWalker_2_Callback(mthis, root, whatToShow) native "Document _createTreeWalker_Callback_RESOLVER_STRING_2_Node_unsigned long";
1630 1841
1631 Native_Document__createTreeWalker_3_Callback(mthis, root) native "Document_creat eTreeWalker_Callback_RESOLVER_STRING_1_Node"; 1842 static $_createTreeWalker_3_Callback(mthis, root) native "Document_createTreeW alker_Callback_RESOLVER_STRING_1_Node";
1632 1843
1633 Native_Document_elementFromPoint_Callback(mthis, x, y) native "Document_elementF romPoint_Callback_RESOLVER_STRING_2_long_long"; 1844 static $elementFromPoint_Callback(mthis, x, y) native "Document_elementFromPoi nt_Callback_RESOLVER_STRING_2_long_long";
1634 1845
1635 Native_Document_execCommand_Callback(mthis, command, userInterface, value) nativ e "Document_execCommand_Callback_RESOLVER_STRING_3_DOMString_boolean_DOMString"; 1846 static $execCommand_Callback(mthis, command, userInterface, value) native "Doc ument_execCommand_Callback_RESOLVER_STRING_3_DOMString_boolean_DOMString";
1636 1847
1637 Native_Document_getCSSCanvasContext_Callback(mthis, contextId, name, width, heig ht) native "Document_getCSSCanvasContext_Callback_RESOLVER_STRING_4_DOMString_DO MString_long_long"; 1848 static $getCSSCanvasContext_Callback(mthis, contextId, name, width, height) na tive "Document_getCSSCanvasContext_Callback_RESOLVER_STRING_4_DOMString_DOMStrin g_long_long";
1638 1849
1639 Native_Document_getElementById_Callback(mthis, elementId) native "Document_getEl ementById_Callback_RESOLVER_STRING_1_DOMString"; 1850 static $getElementById_Callback(mthis, elementId) native "Document_getElementB yId_Callback_RESOLVER_STRING_1_DOMString";
1640 1851
1641 Native_Document_getElementsByClassName_Callback(mthis, classNames) native "Docum ent_getElementsByClassName_Callback_RESOLVER_STRING_1_DOMString"; 1852 static $getElementsByClassName_Callback(mthis, classNames) native "Document_ge tElementsByClassName_Callback_RESOLVER_STRING_1_DOMString";
1642 1853
1643 Native_Document_getElementsByName_Callback(mthis, elementName) native "Document_ getElementsByName_Callback_RESOLVER_STRING_1_DOMString"; 1854 static $getElementsByName_Callback(mthis, elementName) native "Document_getEle mentsByName_Callback_RESOLVER_STRING_1_DOMString";
1644 1855
1645 Native_Document_getElementsByTagName_Callback(mthis, localName) native "Document _getElementsByTagName_Callback_RESOLVER_STRING_1_DOMString"; 1856 static $getElementsByTagName_Callback(mthis, localName) native "Document_getEl ementsByTagName_Callback_RESOLVER_STRING_1_DOMString";
1646 1857
1647 // Generated overload resolver 1858 // Generated overload resolver
1648 Native_Document_importNode(mthis, node, deep) { 1859 static $importNode(mthis, node, deep) {
1649 if (deep != null) { 1860 if (deep != null) {
1650 return Native_Document__importNode_1_Callback(mthis, node, deep); 1861 return $_importNode_1_Callback(mthis, node, deep);
1651 } 1862 }
1652 return Native_Document__importNode_2_Callback(mthis, node); 1863 return $_importNode_2_Callback(mthis, node);
1653 } 1864 }
1654 1865
1655 Native_Document__importNode_1_Callback(mthis, node, deep) native "Document_impor tNode_Callback_RESOLVER_STRING_2_Node_boolean"; 1866 static $_importNode_1_Callback(mthis, node, deep) native "Document_importNode_ Callback_RESOLVER_STRING_2_Node_boolean";
1656 1867
1657 Native_Document__importNode_2_Callback(mthis, node) native "Document_importNode_ Callback_RESOLVER_STRING_1_Node"; 1868 static $_importNode_2_Callback(mthis, node) native "Document_importNode_Callba ck_RESOLVER_STRING_1_Node";
1658 1869
1659 Native_Document_queryCommandEnabled_Callback(mthis, command) native "Document_qu eryCommandEnabled_Callback_RESOLVER_STRING_1_DOMString"; 1870 static $queryCommandEnabled_Callback(mthis, command) native "Document_queryCom mandEnabled_Callback_RESOLVER_STRING_1_DOMString";
1660 1871
1661 Native_Document_queryCommandIndeterm_Callback(mthis, command) native "Document_q ueryCommandIndeterm_Callback_RESOLVER_STRING_1_DOMString"; 1872 static $queryCommandIndeterm_Callback(mthis, command) native "Document_queryCo mmandIndeterm_Callback_RESOLVER_STRING_1_DOMString";
1662 1873
1663 Native_Document_queryCommandState_Callback(mthis, command) native "Document_quer yCommandState_Callback_RESOLVER_STRING_1_DOMString"; 1874 static $queryCommandState_Callback(mthis, command) native "Document_queryComma ndState_Callback_RESOLVER_STRING_1_DOMString";
1664 1875
1665 Native_Document_queryCommandSupported_Callback(mthis, command) native "Document_ queryCommandSupported_Callback_RESOLVER_STRING_1_DOMString"; 1876 static $queryCommandSupported_Callback(mthis, command) native "Document_queryC ommandSupported_Callback_RESOLVER_STRING_1_DOMString";
1666 1877
1667 Native_Document_queryCommandValue_Callback(mthis, command) native "Document_quer yCommandValue_Callback_RESOLVER_STRING_1_DOMString"; 1878 static $queryCommandValue_Callback(mthis, command) native "Document_queryComma ndValue_Callback_RESOLVER_STRING_1_DOMString";
1668 1879
1669 Native_Document_querySelector_Callback(mthis, selectors) native "Document_queryS elector_Callback_RESOLVER_STRING_1_DOMString"; 1880 static $querySelector_Callback(mthis, selectors) native "Document_querySelecto r_Callback_RESOLVER_STRING_1_DOMString";
1670 1881
1671 Native_Document_querySelectorAll_Callback(mthis, selectors) native "Document_que rySelectorAll_Callback_RESOLVER_STRING_1_DOMString"; 1882 static $querySelectorAll_Callback(mthis, selectors) native "Document_querySele ctorAll_Callback_RESOLVER_STRING_1_DOMString";
1672 1883
1673 Native_Document_webkitExitFullscreen_Callback(mthis) native "Document_webkitExit Fullscreen_Callback_RESOLVER_STRING_0_"; 1884 static $webkitExitFullscreen_Callback(mthis) native "Document_webkitExitFullsc reen_Callback_RESOLVER_STRING_0_";
1674 1885
1675 Native_Document_webkitExitPointerLock_Callback(mthis) native "Document_webkitExi tPointerLock_Callback_RESOLVER_STRING_0_"; 1886 static $webkitExitPointerLock_Callback(mthis) native "Document_webkitExitPoint erLock_Callback_RESOLVER_STRING_0_";
1676 1887
1677 Native_Document_childElementCount_Getter(mthis) native "Document_childElementCou nt_Getter"; 1888 static $childElementCount_Getter(mthis) native "Document_childElementCount_Get ter";
1678 1889
1679 Native_Document_children_Getter(mthis) native "Document_children_Getter"; 1890 static $children_Getter(mthis) native "Document_children_Getter";
1680 1891
1681 Native_Document_firstElementChild_Getter(mthis) native "Document_firstElementChi ld_Getter"; 1892 static $firstElementChild_Getter(mthis) native "Document_firstElementChild_Get ter";
1682 1893
1683 Native_Document_lastElementChild_Getter(mthis) native "Document_lastElementChild _Getter"; 1894 static $lastElementChild_Getter(mthis) native "Document_lastElementChild_Gette r";
1684 1895 }
1685 Native_DocumentFragment_querySelector_Callback(mthis, selectors) native "Documen tFragment_querySelector_Callback_RESOLVER_STRING_1_DOMString"; 1896
1686 1897 class BlinkDocumentFragment {
1687 Native_DocumentFragment_querySelectorAll_Callback(mthis, selectors) native "Docu mentFragment_querySelectorAll_Callback_RESOLVER_STRING_1_DOMString"; 1898 static $querySelector_Callback(mthis, selectors) native "DocumentFragment_quer ySelector_Callback_RESOLVER_STRING_1_DOMString";
1688 1899
1689 Native_DocumentFragment_childElementCount_Getter(mthis) native "DocumentFragment _childElementCount_Getter"; 1900 static $querySelectorAll_Callback(mthis, selectors) native "DocumentFragment_q uerySelectorAll_Callback_RESOLVER_STRING_1_DOMString";
1690 1901
1691 Native_DocumentFragment_firstElementChild_Getter(mthis) native "DocumentFragment _firstElementChild_Getter"; 1902 static $childElementCount_Getter(mthis) native "DocumentFragment_childElementC ount_Getter";
1692 1903
1693 Native_DocumentFragment_lastElementChild_Getter(mthis) native "DocumentFragment_ lastElementChild_Getter"; 1904 static $firstElementChild_Getter(mthis) native "DocumentFragment_firstElementC hild_Getter";
1694 1905
1695 Native_DynamicsCompressorNode_attack_Getter(mthis) native "DynamicsCompressorNod e_attack_Getter"; 1906 static $lastElementChild_Getter(mthis) native "DocumentFragment_lastElementChi ld_Getter";
1696 1907 }
1697 Native_DynamicsCompressorNode_knee_Getter(mthis) native "DynamicsCompressorNode_ knee_Getter"; 1908
1698 1909 class BlinkDocumentType {}
1699 Native_DynamicsCompressorNode_ratio_Getter(mthis) native "DynamicsCompressorNode _ratio_Getter"; 1910
1700 1911 class BlinkDynamicsCompressorNode {
1701 Native_DynamicsCompressorNode_reduction_Getter(mthis) native "DynamicsCompressor Node_reduction_Getter"; 1912 static $attack_Getter(mthis) native "DynamicsCompressorNode_attack_Getter";
1702 1913
1703 Native_DynamicsCompressorNode_release_Getter(mthis) native "DynamicsCompressorNo de_release_Getter"; 1914 static $knee_Getter(mthis) native "DynamicsCompressorNode_knee_Getter";
1704 1915
1705 Native_DynamicsCompressorNode_threshold_Getter(mthis) native "DynamicsCompressor Node_threshold_Getter"; 1916 static $ratio_Getter(mthis) native "DynamicsCompressorNode_ratio_Getter";
1706 1917
1707 Native_Element_attributes_Getter(mthis) native "Element_attributes_Getter"; 1918 static $reduction_Getter(mthis) native "DynamicsCompressorNode_reduction_Gette r";
1708 1919
1709 Native_Element_className_Getter(mthis) native "Element_className_Getter"; 1920 static $release_Getter(mthis) native "DynamicsCompressorNode_release_Getter";
1710 1921
1711 Native_Element_className_Setter(mthis, value) native "Element_className_Setter"; 1922 static $threshold_Getter(mthis) native "DynamicsCompressorNode_threshold_Gette r";
1712 1923 }
1713 Native_Element_clientHeight_Getter(mthis) native "Element_clientHeight_Getter"; 1924
1714 1925 class BlinkEXTFragDepth {}
1715 Native_Element_clientLeft_Getter(mthis) native "Element_clientLeft_Getter"; 1926
1716 1927 class BlinkEXTTextureFilterAnisotropic {}
1717 Native_Element_clientTop_Getter(mthis) native "Element_clientTop_Getter"; 1928
1718 1929 class BlinkElement {
1719 Native_Element_clientWidth_Getter(mthis) native "Element_clientWidth_Getter"; 1930 static $attributes_Getter(mthis) native "Element_attributes_Getter";
1720 1931
1721 Native_Element_id_Getter(mthis) native "Element_id_Getter"; 1932 static $className_Getter(mthis) native "Element_className_Getter";
1722 1933
1723 Native_Element_id_Setter(mthis, value) native "Element_id_Setter"; 1934 static $className_Setter(mthis, value) native "Element_className_Setter";
1724 1935
1725 Native_Element_innerHTML_Getter(mthis) native "Element_innerHTML_Getter"; 1936 static $clientHeight_Getter(mthis) native "Element_clientHeight_Getter";
1726 1937
1727 Native_Element_innerHTML_Setter(mthis, value) native "Element_innerHTML_Setter"; 1938 static $clientLeft_Getter(mthis) native "Element_clientLeft_Getter";
1728 1939
1729 Native_Element_localName_Getter(mthis) native "Element_localName_Getter"; 1940 static $clientTop_Getter(mthis) native "Element_clientTop_Getter";
1730 1941
1731 Native_Element_namespaceURI_Getter(mthis) native "Element_namespaceURI_Getter"; 1942 static $clientWidth_Getter(mthis) native "Element_clientWidth_Getter";
1732 1943
1733 Native_Element_offsetHeight_Getter(mthis) native "Element_offsetHeight_Getter"; 1944 static $id_Getter(mthis) native "Element_id_Getter";
1734 1945
1735 Native_Element_offsetLeft_Getter(mthis) native "Element_offsetLeft_Getter"; 1946 static $id_Setter(mthis, value) native "Element_id_Setter";
1736 1947
1737 Native_Element_offsetParent_Getter(mthis) native "Element_offsetParent_Getter"; 1948 static $innerHTML_Getter(mthis) native "Element_innerHTML_Getter";
1738 1949
1739 Native_Element_offsetTop_Getter(mthis) native "Element_offsetTop_Getter"; 1950 static $innerHTML_Setter(mthis, value) native "Element_innerHTML_Setter";
1740 1951
1741 Native_Element_offsetWidth_Getter(mthis) native "Element_offsetWidth_Getter"; 1952 static $localName_Getter(mthis) native "Element_localName_Getter";
1742 1953
1743 Native_Element_outerHTML_Getter(mthis) native "Element_outerHTML_Getter"; 1954 static $namespaceURI_Getter(mthis) native "Element_namespaceURI_Getter";
1744 1955
1745 Native_Element_scrollHeight_Getter(mthis) native "Element_scrollHeight_Getter"; 1956 static $offsetHeight_Getter(mthis) native "Element_offsetHeight_Getter";
1746 1957
1747 Native_Element_scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter"; 1958 static $offsetLeft_Getter(mthis) native "Element_offsetLeft_Getter";
1748 1959
1749 Native_Element_scrollLeft_Setter(mthis, value) native "Element_scrollLeft_Setter "; 1960 static $offsetParent_Getter(mthis) native "Element_offsetParent_Getter";
1750 1961
1751 Native_Element_scrollTop_Getter(mthis) native "Element_scrollTop_Getter"; 1962 static $offsetTop_Getter(mthis) native "Element_offsetTop_Getter";
1752 1963
1753 Native_Element_scrollTop_Setter(mthis, value) native "Element_scrollTop_Setter"; 1964 static $offsetWidth_Getter(mthis) native "Element_offsetWidth_Getter";
1754 1965
1755 Native_Element_scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter"; 1966 static $outerHTML_Getter(mthis) native "Element_outerHTML_Getter";
1756 1967
1757 Native_Element_shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter"; 1968 static $scrollHeight_Getter(mthis) native "Element_scrollHeight_Getter";
1758 1969
1759 Native_Element_style_Getter(mthis) native "Element_style_Getter"; 1970 static $scrollLeft_Getter(mthis) native "Element_scrollLeft_Getter";
1760 1971
1761 Native_Element_tagName_Getter(mthis) native "Element_tagName_Getter"; 1972 static $scrollLeft_Setter(mthis, value) native "Element_scrollLeft_Setter";
1762 1973
1763 // Generated overload resolver 1974 static $scrollTop_Getter(mthis) native "Element_scrollTop_Getter";
1764 Native_Element_animate(mthis, keyframes, timingInput) { 1975
1976 static $scrollTop_Setter(mthis, value) native "Element_scrollTop_Setter";
1977
1978 static $scrollWidth_Getter(mthis) native "Element_scrollWidth_Getter";
1979
1980 static $shadowRoot_Getter(mthis) native "Element_shadowRoot_Getter";
1981
1982 static $style_Getter(mthis) native "Element_style_Getter";
1983
1984 static $tagName_Getter(mthis) native "Element_tagName_Getter";
1985
1986 // Generated overload resolver
1987 static $animate(mthis, keyframes, timingInput) {
1765 if ((timingInput is Map || timingInput == null) && (keyframes is List<Map> | | keyframes == null)) { 1988 if ((timingInput is Map || timingInput == null) && (keyframes is List<Map> | | keyframes == null)) {
1766 return Native_Element__animate_1_Callback(mthis, keyframes, timingInput); 1989 return $_animate_1_Callback(mthis, keyframes, timingInput);
1767 } 1990 }
1768 if ((timingInput is num || timingInput == null) && (keyframes is List<Map> | | keyframes == null)) { 1991 if ((timingInput is num || timingInput == null) && (keyframes is List<Map> | | keyframes == null)) {
1769 return Native_Element__animate_2_Callback(mthis, keyframes, timingInput); 1992 return $_animate_2_Callback(mthis, keyframes, timingInput);
1770 } 1993 }
1771 if ((keyframes is List<Map> || keyframes == null) && timingInput == null) { 1994 if ((keyframes is List<Map> || keyframes == null) && timingInput == null) {
1772 return Native_Element__animate_3_Callback(mthis, keyframes); 1995 return $_animate_3_Callback(mthis, keyframes);
1773 } 1996 }
1774 throw new ArgumentError("Incorrect number or type of arguments"); 1997 throw new ArgumentError("Incorrect number or type of arguments");
1775 } 1998 }
1776 1999
1777 Native_Element__animate_1_Callback(mthis, keyframes, timingInput) native "Elemen t_animate_Callback_RESOLVER_STRING_2_sequence<Dictionary>_Dictionary"; 2000 static $_animate_1_Callback(mthis, keyframes, timingInput) native "Element_ani mate_Callback_RESOLVER_STRING_2_sequence<Dictionary>_Dictionary";
1778 2001
1779 Native_Element__animate_2_Callback(mthis, keyframes, timingInput) native "Elemen t_animate_Callback_RESOLVER_STRING_2_sequence<Dictionary>_double"; 2002 static $_animate_2_Callback(mthis, keyframes, timingInput) native "Element_ani mate_Callback_RESOLVER_STRING_2_sequence<Dictionary>_double";
1780 2003
1781 Native_Element__animate_3_Callback(mthis, keyframes) native "Element_animate_Cal lback_RESOLVER_STRING_1_sequence<Dictionary>"; 2004 static $_animate_3_Callback(mthis, keyframes) native "Element_animate_Callback _RESOLVER_STRING_1_sequence<Dictionary>";
1782 2005
1783 Native_Element_blur_Callback(mthis) native "Element_blur_Callback_RESOLVER_STRIN G_0_"; 2006 static $blur_Callback(mthis) native "Element_blur_Callback_RESOLVER_STRING_0_" ;
1784 2007
1785 Native_Element_createShadowRoot_Callback(mthis) native "Element_createShadowRoot _Callback_RESOLVER_STRING_0_"; 2008 static $createShadowRoot_Callback(mthis) native "Element_createShadowRoot_Call back_RESOLVER_STRING_0_";
1786 2009
1787 Native_Element_focus_Callback(mthis) native "Element_focus_Callback_RESOLVER_STR ING_0_"; 2010 static $focus_Callback(mthis) native "Element_focus_Callback_RESOLVER_STRING_0 _";
1788 2011
1789 Native_Element_getAttribute_Callback(mthis, name) native "Element_getAttribute_C allback_RESOLVER_STRING_1_DOMString"; 2012 static $getAttribute_Callback(mthis, name) native "Element_getAttribute_Callba ck_RESOLVER_STRING_1_DOMString";
1790 2013
1791 Native_Element_getAttributeNS_Callback(mthis, namespaceURI, localName) native "E lement_getAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 2014 static $getAttributeNS_Callback(mthis, namespaceURI, localName) native "Elemen t_getAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1792 2015
1793 Native_Element_getBoundingClientRect_Callback(mthis) native "Element_getBounding ClientRect_Callback_RESOLVER_STRING_0_"; 2016 static $getBoundingClientRect_Callback(mthis) native "Element_getBoundingClien tRect_Callback_RESOLVER_STRING_0_";
1794 2017
1795 Native_Element_getClientRects_Callback(mthis) native "Element_getClientRects_Cal lback_RESOLVER_STRING_0_"; 2018 static $getClientRects_Callback(mthis) native "Element_getClientRects_Callback _RESOLVER_STRING_0_";
1796 2019
1797 Native_Element_getDestinationInsertionPoints_Callback(mthis) native "Element_get DestinationInsertionPoints_Callback_RESOLVER_STRING_0_"; 2020 static $getDestinationInsertionPoints_Callback(mthis) native "Element_getDesti nationInsertionPoints_Callback_RESOLVER_STRING_0_";
1798 2021
1799 Native_Element_getElementsByClassName_Callback(mthis, classNames) native "Elemen t_getElementsByClassName_Callback_RESOLVER_STRING_1_DOMString"; 2022 static $getElementsByClassName_Callback(mthis, classNames) native "Element_get ElementsByClassName_Callback_RESOLVER_STRING_1_DOMString";
1800 2023
1801 Native_Element_getElementsByTagName_Callback(mthis, name) native "Element_getEle mentsByTagName_Callback_RESOLVER_STRING_1_DOMString"; 2024 static $getElementsByTagName_Callback(mthis, name) native "Element_getElements ByTagName_Callback_RESOLVER_STRING_1_DOMString";
1802 2025
1803 Native_Element_hasAttribute_Callback(mthis, name) native "Element_hasAttribute_C allback_RESOLVER_STRING_1_DOMString"; 2026 static $hasAttribute_Callback(mthis, name) native "Element_hasAttribute_Callba ck_RESOLVER_STRING_1_DOMString";
1804 2027
1805 Native_Element_hasAttributeNS_Callback(mthis, namespaceURI, localName) native "E lement_hasAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 2028 static $hasAttributeNS_Callback(mthis, namespaceURI, localName) native "Elemen t_hasAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1806 2029
1807 Native_Element_insertAdjacentElement_Callback(mthis, where, element) native "Ele ment_insertAdjacentElement_Callback_RESOLVER_STRING_2_DOMString_Element"; 2030 static $insertAdjacentElement_Callback(mthis, where, element) native "Element_ insertAdjacentElement_Callback_RESOLVER_STRING_2_DOMString_Element";
1808 2031
1809 Native_Element_insertAdjacentHTML_Callback(mthis, where, html) native "Element_i nsertAdjacentHTML_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 2032 static $insertAdjacentHTML_Callback(mthis, where, html) native "Element_insert AdjacentHTML_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1810 2033
1811 Native_Element_insertAdjacentText_Callback(mthis, where, text) native "Element_i nsertAdjacentText_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 2034 static $insertAdjacentText_Callback(mthis, where, text) native "Element_insert AdjacentText_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1812 2035
1813 Native_Element_matches_Callback(mthis, selectors) native "Element_matches_Callba ck_RESOLVER_STRING_1_DOMString"; 2036 static $matches_Callback(mthis, selectors) native "Element_matches_Callback_RE SOLVER_STRING_1_DOMString";
1814 2037
1815 Native_Element_querySelector_Callback(mthis, selectors) native "Element_querySel ector_Callback_RESOLVER_STRING_1_DOMString"; 2038 static $querySelector_Callback(mthis, selectors) native "Element_querySelector _Callback_RESOLVER_STRING_1_DOMString";
1816 2039
1817 Native_Element_querySelectorAll_Callback(mthis, selectors) native "Element_query SelectorAll_Callback_RESOLVER_STRING_1_DOMString"; 2040 static $querySelectorAll_Callback(mthis, selectors) native "Element_querySelec torAll_Callback_RESOLVER_STRING_1_DOMString";
1818 2041
1819 Native_Element_removeAttribute_Callback(mthis, name) native "Element_removeAttri bute_Callback_RESOLVER_STRING_1_DOMString"; 2042 static $removeAttribute_Callback(mthis, name) native "Element_removeAttribute_ Callback_RESOLVER_STRING_1_DOMString";
1820 2043
1821 Native_Element_removeAttributeNS_Callback(mthis, namespaceURI, localName) native "Element_removeAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 2044 static $removeAttributeNS_Callback(mthis, namespaceURI, localName) native "Ele ment_removeAttributeNS_Callback_RESOLVER_STRING_2_DOMString_DOMString";
1822 2045
1823 Native_Element_scrollByLines_Callback(mthis, lines) native "Element_scrollByLine s_Callback_RESOLVER_STRING_1_long"; 2046 static $scrollByLines_Callback(mthis, lines) native "Element_scrollByLines_Cal lback_RESOLVER_STRING_1_long";
1824 2047
1825 Native_Element_scrollByPages_Callback(mthis, pages) native "Element_scrollByPage s_Callback_RESOLVER_STRING_1_long"; 2048 static $scrollByPages_Callback(mthis, pages) native "Element_scrollByPages_Cal lback_RESOLVER_STRING_1_long";
1826 2049
1827 // Generated overload resolver 2050 // Generated overload resolver
1828 Native_Element__scrollIntoView(mthis, alignWithTop) { 2051 static $_scrollIntoView(mthis, alignWithTop) {
1829 if (alignWithTop != null) { 2052 if (alignWithTop != null) {
1830 Native_Element__scrollIntoView_1_Callback(mthis, alignWithTop); 2053 $_scrollIntoView_1_Callback(mthis, alignWithTop);
1831 return; 2054 return;
1832 } 2055 }
1833 Native_Element__scrollIntoView_2_Callback(mthis); 2056 $_scrollIntoView_2_Callback(mthis);
1834 return; 2057 return;
1835 } 2058 }
1836 2059
1837 Native_Element__scrollIntoView_1_Callback(mthis, alignWithTop) native "Element_s crollIntoView_Callback_RESOLVER_STRING_1_boolean"; 2060 static $_scrollIntoView_1_Callback(mthis, alignWithTop) native "Element_scroll IntoView_Callback_RESOLVER_STRING_1_boolean";
1838 2061
1839 Native_Element__scrollIntoView_2_Callback(mthis) native "Element_scrollIntoView_ Callback_RESOLVER_STRING_0_"; 2062 static $_scrollIntoView_2_Callback(mthis) native "Element_scrollIntoView_Callb ack_RESOLVER_STRING_0_";
1840 2063
1841 // Generated overload resolver 2064 // Generated overload resolver
1842 Native_Element__scrollIntoViewIfNeeded(mthis, centerIfNeeded) { 2065 static $_scrollIntoViewIfNeeded(mthis, centerIfNeeded) {
1843 if (centerIfNeeded != null) { 2066 if (centerIfNeeded != null) {
1844 Native_Element__scrollIntoViewIfNeeded_1_Callback(mthis, centerIfNeeded); 2067 $_scrollIntoViewIfNeeded_1_Callback(mthis, centerIfNeeded);
1845 return; 2068 return;
1846 } 2069 }
1847 Native_Element__scrollIntoViewIfNeeded_2_Callback(mthis); 2070 $_scrollIntoViewIfNeeded_2_Callback(mthis);
1848 return; 2071 return;
1849 } 2072 }
1850 2073
1851 Native_Element__scrollIntoViewIfNeeded_1_Callback(mthis, centerIfNeeded) native "Element_scrollIntoViewIfNeeded_Callback_RESOLVER_STRING_1_boolean"; 2074 static $_scrollIntoViewIfNeeded_1_Callback(mthis, centerIfNeeded) native "Elem ent_scrollIntoViewIfNeeded_Callback_RESOLVER_STRING_1_boolean";
1852 2075
1853 Native_Element__scrollIntoViewIfNeeded_2_Callback(mthis) native "Element_scrollI ntoViewIfNeeded_Callback_RESOLVER_STRING_0_"; 2076 static $_scrollIntoViewIfNeeded_2_Callback(mthis) native "Element_scrollIntoVi ewIfNeeded_Callback_RESOLVER_STRING_0_";
1854 2077
1855 Native_Element_setAttribute_Callback(mthis, name, value) native "Element_setAttr ibute_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 2078 static $setAttribute_Callback(mthis, name, value) native "Element_setAttribute _Callback_RESOLVER_STRING_2_DOMString_DOMString";
1856 2079
1857 Native_Element_setAttributeNS_Callback(mthis, namespaceURI, qualifiedName, value ) native "Element_setAttributeNS_Callback_RESOLVER_STRING_3_DOMString_DOMString_ DOMString"; 2080 static $setAttributeNS_Callback(mthis, namespaceURI, qualifiedName, value) nat ive "Element_setAttributeNS_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMSt ring";
1858 2081
1859 Native_Element_webkitRequestFullscreen_Callback(mthis) native "Element_webkitReq uestFullscreen_Callback_RESOLVER_STRING_0_"; 2082 static $webkitRequestFullscreen_Callback(mthis) native "Element_webkitRequestF ullscreen_Callback_RESOLVER_STRING_0_";
1860 2083
1861 Native_Element_webkitRequestPointerLock_Callback(mthis) native "Element_webkitRe questPointerLock_Callback_RESOLVER_STRING_0_"; 2084 static $webkitRequestPointerLock_Callback(mthis) native "Element_webkitRequest PointerLock_Callback_RESOLVER_STRING_0_";
1862 2085
1863 Native_Element_nextElementSibling_Getter(mthis) native "Element_nextElementSibli ng_Getter"; 2086 static $nextElementSibling_Getter(mthis) native "Element_nextElementSibling_Ge tter";
1864 2087
1865 Native_Element_previousElementSibling_Getter(mthis) native "Element_previousElem entSibling_Getter"; 2088 static $previousElementSibling_Getter(mthis) native "Element_previousElementSi bling_Getter";
1866 2089
1867 Native_Element_remove_Callback(mthis) native "Element_remove_Callback_RESOLVER_S TRING_0_"; 2090 static $remove_Callback(mthis) native "Element_remove_Callback_RESOLVER_STRING _0_";
1868 2091
1869 Native_Element_childElementCount_Getter(mthis) native "Element_childElementCount _Getter"; 2092 static $childElementCount_Getter(mthis) native "Element_childElementCount_Gett er";
1870 2093
1871 Native_Element_children_Getter(mthis) native "Element_children_Getter"; 2094 static $children_Getter(mthis) native "Element_children_Getter";
1872 2095
1873 Native_Element_firstElementChild_Getter(mthis) native "Element_firstElementChild _Getter"; 2096 static $firstElementChild_Getter(mthis) native "Element_firstElementChild_Gett er";
1874 2097
1875 Native_Element_lastElementChild_Getter(mthis) native "Element_lastElementChild_G etter"; 2098 static $lastElementChild_Getter(mthis) native "Element_lastElementChild_Getter ";
1876 2099 }
1877 Native_ErrorEvent_colno_Getter(mthis) native "ErrorEvent_colno_Getter"; 2100
1878 2101 class BlinkErrorEvent {
1879 Native_ErrorEvent_error_Getter(mthis) native "ErrorEvent_error_Getter"; 2102 static $colno_Getter(mthis) native "ErrorEvent_colno_Getter";
1880 2103
1881 Native_ErrorEvent_filename_Getter(mthis) native "ErrorEvent_filename_Getter"; 2104 static $error_Getter(mthis) native "ErrorEvent_error_Getter";
1882 2105
1883 Native_ErrorEvent_lineno_Getter(mthis) native "ErrorEvent_lineno_Getter"; 2106 static $filename_Getter(mthis) native "ErrorEvent_filename_Getter";
1884 2107
1885 Native_ErrorEvent_message_Getter(mthis) native "ErrorEvent_message_Getter"; 2108 static $lineno_Getter(mthis) native "ErrorEvent_lineno_Getter";
1886 2109
1887 // Generated overload resolver 2110 static $message_Getter(mthis) native "ErrorEvent_message_Getter";
1888 Native_EventSource_EventSource(url, eventSourceInit) { 2111 }
1889 return Native_EventSource__create_1constructorCallback(url, eventSourceInit) ; 2112
1890 } 2113 class BlinkEventSource {
1891 2114 // Generated overload resolver
1892 Native_EventSource__create_1constructorCallback(url, eventSourceInit) native "Ev entSource_constructorCallback_RESOLVER_STRING_2_DOMString_Dictionary"; 2115 static $mkEventSource(url, eventSourceInit) {
1893 2116 return $_create_1constructorCallback(url, eventSourceInit);
1894 Native_EventSource_readyState_Getter(mthis) native "EventSource_readyState_Gette r"; 2117 }
1895 2118
1896 Native_EventSource_url_Getter(mthis) native "EventSource_url_Getter"; 2119 static $_create_1constructorCallback(url, eventSourceInit) native "EventSource _constructorCallback_RESOLVER_STRING_2_DOMString_Dictionary";
1897 2120
1898 Native_EventSource_withCredentials_Getter(mthis) native "EventSource_withCredent ials_Getter"; 2121 static $readyState_Getter(mthis) native "EventSource_readyState_Getter";
1899 2122
1900 Native_EventSource_close_Callback(mthis) native "EventSource_close_Callback_RESO LVER_STRING_0_"; 2123 static $url_Getter(mthis) native "EventSource_url_Getter";
1901 2124
1902 Native_File_lastModified_Getter(mthis) native "File_lastModified_Getter"; 2125 static $withCredentials_Getter(mthis) native "EventSource_withCredentials_Gett er";
1903 2126
1904 Native_File_lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter" ; 2127 static $close_Callback(mthis) native "EventSource_close_Callback_RESOLVER_STRI NG_0_";
1905 2128 }
1906 Native_File_name_Getter(mthis) native "File_name_Getter"; 2129
1907 2130 class BlinkFile {
1908 Native_File_webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Get ter"; 2131 static $lastModified_Getter(mthis) native "File_lastModified_Getter";
1909 2132
1910 Native_FileEntry_createWriter_Callback(mthis, successCallback, errorCallback) na tive "FileEntry_createWriter_Callback_RESOLVER_STRING_2_FileWriterCallback_Error Callback"; 2133 static $lastModifiedDate_Getter(mthis) native "File_lastModifiedDate_Getter";
1911 2134
1912 Native_FileEntry_file_Callback(mthis, successCallback, errorCallback) native "Fi leEntry_file_Callback_RESOLVER_STRING_2_FileCallback_ErrorCallback"; 2135 static $name_Getter(mthis) native "File_name_Getter";
1913 2136
1914 Native_FileError_code_Getter(mthis) native "FileError_code_Getter"; 2137 static $webkitRelativePath_Getter(mthis) native "File_webkitRelativePath_Gette r";
1915 2138 }
1916 Native_FileList_length_Getter(mthis) native "FileList_length_Getter"; 2139
1917 2140 class BlinkFileEntry {
1918 Native_FileList_NativeIndexed_Getter(mthis, index) native "FileList_item_Callbac k_RESOLVER_STRING_1_unsigned long"; 2141 static $createWriter_Callback(mthis, successCallback, errorCallback) native "F ileEntry_createWriter_Callback_RESOLVER_STRING_2_FileWriterCallback_ErrorCallbac k";
1919 2142
1920 Native_FileList_item_Callback(mthis, index) native "FileList_item_Callback_RESOL VER_STRING_1_unsigned long"; 2143 static $file_Callback(mthis, successCallback, errorCallback) native "FileEntry _file_Callback_RESOLVER_STRING_2_FileCallback_ErrorCallback";
1921 2144 }
1922 // Generated overload resolver 2145
1923 Native_FileReader_FileReader() { 2146 class BlinkFileEntrySync {}
1924 return Native_FileReader__create_1constructorCallback(); 2147
1925 } 2148 class BlinkFileError {
1926 2149 static $code_Getter(mthis) native "FileError_code_Getter";
1927 Native_FileReader__create_1constructorCallback() native "FileReader_constructorC allback_RESOLVER_STRING_0_"; 2150 }
1928 2151
1929 Native_FileReader_error_Getter(mthis) native "FileReader_error_Getter"; 2152 class BlinkFileList {
1930 2153 static $length_Getter(mthis) native "FileList_length_Getter";
1931 Native_FileReader_readyState_Getter(mthis) native "FileReader_readyState_Getter" ; 2154
1932 2155 static $NativeIndexed_Getter(mthis, index) native "FileList_item_Callback_RESO LVER_STRING_1_unsigned long";
1933 Native_FileReader_result_Getter(mthis) native "FileReader_result_Getter"; 2156
1934 2157 static $item_Callback(mthis, index) native "FileList_item_Callback_RESOLVER_ST RING_1_unsigned long";
1935 Native_FileReader_abort_Callback(mthis) native "FileReader_abort_Callback_RESOLV ER_STRING_0_"; 2158 }
1936 2159
1937 Native_FileReader_readAsArrayBuffer_Callback(mthis, blob) native "FileReader_rea dAsArrayBuffer_Callback_RESOLVER_STRING_1_Blob"; 2160 class BlinkFileReader {
1938 2161 // Generated overload resolver
1939 Native_FileReader_readAsDataURL_Callback(mthis, blob) native "FileReader_readAsD ataURL_Callback_RESOLVER_STRING_1_Blob"; 2162 static $mkFileReader() {
1940 2163 return $_create_1constructorCallback();
1941 // Generated overload resolver 2164 }
1942 Native_FileReader_readAsText(mthis, blob, encoding) { 2165
2166 static $_create_1constructorCallback() native "FileReader_constructorCallback_ RESOLVER_STRING_0_";
2167
2168 static $error_Getter(mthis) native "FileReader_error_Getter";
2169
2170 static $readyState_Getter(mthis) native "FileReader_readyState_Getter";
2171
2172 static $result_Getter(mthis) native "FileReader_result_Getter";
2173
2174 static $abort_Callback(mthis) native "FileReader_abort_Callback_RESOLVER_STRIN G_0_";
2175
2176 static $readAsArrayBuffer_Callback(mthis, blob) native "FileReader_readAsArray Buffer_Callback_RESOLVER_STRING_1_Blob";
2177
2178 static $readAsDataURL_Callback(mthis, blob) native "FileReader_readAsDataURL_C allback_RESOLVER_STRING_1_Blob";
2179
2180 // Generated overload resolver
2181 static $readAsText(mthis, blob, encoding) {
1943 if (encoding != null) { 2182 if (encoding != null) {
1944 Native_FileReader__readAsText_1_Callback(mthis, blob, encoding); 2183 $_readAsText_1_Callback(mthis, blob, encoding);
1945 return; 2184 return;
1946 } 2185 }
1947 Native_FileReader__readAsText_2_Callback(mthis, blob); 2186 $_readAsText_2_Callback(mthis, blob);
1948 return; 2187 return;
1949 } 2188 }
1950 2189
1951 Native_FileReader__readAsText_1_Callback(mthis, blob, encoding) native "FileRead er_readAsText_Callback_RESOLVER_STRING_2_Blob_DOMString"; 2190 static $_readAsText_1_Callback(mthis, blob, encoding) native "FileReader_readA sText_Callback_RESOLVER_STRING_2_Blob_DOMString";
1952 2191
1953 Native_FileReader__readAsText_2_Callback(mthis, blob) native "FileReader_readAsT ext_Callback_RESOLVER_STRING_1_Blob"; 2192 static $_readAsText_2_Callback(mthis, blob) native "FileReader_readAsText_Call back_RESOLVER_STRING_1_Blob";
1954 2193 }
1955 // Generated overload resolver 2194
1956 Native_FileReaderSync__FileReaderSync() { 2195 class BlinkFileReaderSync {
1957 return Native_FileReaderSync__create_1constructorCallback(); 2196 // Generated overload resolver
1958 } 2197 static $mk_FileReaderSync() {
1959 2198 return $_create_1constructorCallback();
1960 Native_FileReaderSync__create_1constructorCallback() native "FileReaderSync_cons tructorCallback_RESOLVER_STRING_0_"; 2199 }
1961 2200
1962 Native_FileWriter_error_Getter(mthis) native "FileWriter_error_Getter"; 2201 static $_create_1constructorCallback() native "FileReaderSync_constructorCallb ack_RESOLVER_STRING_0_";
1963 2202 }
1964 Native_FileWriter_length_Getter(mthis) native "FileWriter_length_Getter"; 2203
1965 2204 class BlinkFileWriter {
1966 Native_FileWriter_position_Getter(mthis) native "FileWriter_position_Getter"; 2205 static $error_Getter(mthis) native "FileWriter_error_Getter";
1967 2206
1968 Native_FileWriter_readyState_Getter(mthis) native "FileWriter_readyState_Getter" ; 2207 static $length_Getter(mthis) native "FileWriter_length_Getter";
1969 2208
1970 Native_FileWriter_abort_Callback(mthis) native "FileWriter_abort_Callback_RESOLV ER_STRING_0_"; 2209 static $position_Getter(mthis) native "FileWriter_position_Getter";
1971 2210
1972 Native_FileWriter_seek_Callback(mthis, position) native "FileWriter_seek_Callbac k_RESOLVER_STRING_1_long long"; 2211 static $readyState_Getter(mthis) native "FileWriter_readyState_Getter";
1973 2212
1974 Native_FileWriter_truncate_Callback(mthis, size) native "FileWriter_truncate_Cal lback_RESOLVER_STRING_1_long long"; 2213 static $abort_Callback(mthis) native "FileWriter_abort_Callback_RESOLVER_STRIN G_0_";
1975 2214
1976 Native_FileWriter_write_Callback(mthis, data) native "FileWriter_write_Callback_ RESOLVER_STRING_1_Blob"; 2215 static $seek_Callback(mthis, position) native "FileWriter_seek_Callback_RESOLV ER_STRING_1_long long";
1977 2216
1978 Native_FocusEvent_relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_G etter"; 2217 static $truncate_Callback(mthis, size) native "FileWriter_truncate_Callback_RE SOLVER_STRING_1_long long";
1979 2218
1980 // Generated overload resolver 2219 static $write_Callback(mthis, data) native "FileWriter_write_Callback_RESOLVER _STRING_1_Blob";
1981 Native_FontFace_FontFace(family, source, descriptors) { 2220 }
1982 return Native_FontFace__create_1constructorCallback(family, source, descript ors); 2221
1983 } 2222 class BlinkFileWriterSync {}
1984 2223
1985 Native_FontFace__create_1constructorCallback(family, source, descriptors) native "FontFace_constructorCallback_RESOLVER_STRING_3_DOMString_DOMString_Dictionary" ; 2224 class BlinkFocusEvent {
1986 2225 static $relatedTarget_Getter(mthis) native "FocusEvent_relatedTarget_Getter";
1987 Native_FontFace_family_Getter(mthis) native "FontFace_family_Getter"; 2226 }
1988 2227
1989 Native_FontFace_family_Setter(mthis, value) native "FontFace_family_Setter"; 2228 class BlinkFontFace {
1990 2229 // Generated overload resolver
1991 Native_FontFace_featureSettings_Getter(mthis) native "FontFace_featureSettings_G etter"; 2230 static $mkFontFace(family, source, descriptors) {
1992 2231 return $_create_1constructorCallback(family, source, descriptors);
1993 Native_FontFace_featureSettings_Setter(mthis, value) native "FontFace_featureSet tings_Setter"; 2232 }
1994 2233
1995 Native_FontFace_status_Getter(mthis) native "FontFace_status_Getter"; 2234 static $_create_1constructorCallback(family, source, descriptors) native "Font Face_constructorCallback_RESOLVER_STRING_3_DOMString_DOMString_Dictionary";
1996 2235
1997 Native_FontFace_stretch_Getter(mthis) native "FontFace_stretch_Getter"; 2236 static $family_Getter(mthis) native "FontFace_family_Getter";
1998 2237
1999 Native_FontFace_stretch_Setter(mthis, value) native "FontFace_stretch_Setter"; 2238 static $family_Setter(mthis, value) native "FontFace_family_Setter";
2000 2239
2001 Native_FontFace_style_Getter(mthis) native "FontFace_style_Getter"; 2240 static $featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter" ;
2002 2241
2003 Native_FontFace_style_Setter(mthis, value) native "FontFace_style_Setter"; 2242 static $featureSettings_Setter(mthis, value) native "FontFace_featureSettings_ Setter";
2004 2243
2005 Native_FontFace_unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter" ; 2244 static $status_Getter(mthis) native "FontFace_status_Getter";
2006 2245
2007 Native_FontFace_unicodeRange_Setter(mthis, value) native "FontFace_unicodeRange_ Setter"; 2246 static $stretch_Getter(mthis) native "FontFace_stretch_Getter";
2008 2247
2009 Native_FontFace_variant_Getter(mthis) native "FontFace_variant_Getter"; 2248 static $stretch_Setter(mthis, value) native "FontFace_stretch_Setter";
2010 2249
2011 Native_FontFace_variant_Setter(mthis, value) native "FontFace_variant_Setter"; 2250 static $style_Getter(mthis) native "FontFace_style_Getter";
2012 2251
2013 Native_FontFace_weight_Getter(mthis) native "FontFace_weight_Getter"; 2252 static $style_Setter(mthis, value) native "FontFace_style_Setter";
2014 2253
2015 Native_FontFace_weight_Setter(mthis, value) native "FontFace_weight_Setter"; 2254 static $unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter";
2016 2255
2017 Native_FontFace_load_Callback(mthis) native "FontFace_load_Callback_RESOLVER_STR ING_0_"; 2256 static $unicodeRange_Setter(mthis, value) native "FontFace_unicodeRange_Setter ";
2018 2257
2019 Native_FontFaceSet_size_Getter(mthis) native "FontFaceSet_size_Getter"; 2258 static $variant_Getter(mthis) native "FontFace_variant_Getter";
2020 2259
2021 Native_FontFaceSet_status_Getter(mthis) native "FontFaceSet_status_Getter"; 2260 static $variant_Setter(mthis, value) native "FontFace_variant_Setter";
2022 2261
2023 Native_FontFaceSet_add_Callback(mthis, fontFace) native "FontFaceSet_add_Callbac k_RESOLVER_STRING_1_FontFace"; 2262 static $weight_Getter(mthis) native "FontFace_weight_Getter";
2024 2263
2025 Native_FontFaceSet_check_Callback(mthis, font, text) native "FontFaceSet_check_C allback_RESOLVER_STRING_2_DOMString_DOMString"; 2264 static $weight_Setter(mthis, value) native "FontFace_weight_Setter";
2026 2265
2027 Native_FontFaceSet_clear_Callback(mthis) native "FontFaceSet_clear_Callback_RESO LVER_STRING_0_"; 2266 static $load_Callback(mthis) native "FontFace_load_Callback_RESOLVER_STRING_0_ ";
2028 2267 }
2029 Native_FontFaceSet_delete_Callback(mthis, fontFace) native "FontFaceSet_delete_C allback_RESOLVER_STRING_1_FontFace"; 2268
2030 2269 class BlinkFontFaceSet {
2031 // Generated overload resolver 2270 static $size_Getter(mthis) native "FontFaceSet_size_Getter";
2032 Native_FontFaceSet_forEach(mthis, callback, thisArg) { 2271
2272 static $status_Getter(mthis) native "FontFaceSet_status_Getter";
2273
2274 static $add_Callback(mthis, fontFace) native "FontFaceSet_add_Callback_RESOLVE R_STRING_1_FontFace";
2275
2276 static $check_Callback(mthis, font, text) native "FontFaceSet_check_Callback_R ESOLVER_STRING_2_DOMString_DOMString";
2277
2278 static $clear_Callback(mthis) native "FontFaceSet_clear_Callback_RESOLVER_STRI NG_0_";
2279
2280 static $delete_Callback(mthis, fontFace) native "FontFaceSet_delete_Callback_R ESOLVER_STRING_1_FontFace";
2281
2282 // Generated overload resolver
2283 static $forEach(mthis, callback, thisArg) {
2033 if (thisArg != null) { 2284 if (thisArg != null) {
2034 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg); 2285 $_forEach_1_Callback(mthis, callback, thisArg);
2035 return; 2286 return;
2036 } 2287 }
2037 Native_FontFaceSet__forEach_2_Callback(mthis, callback); 2288 $_forEach_2_Callback(mthis, callback);
2038 return; 2289 return;
2039 } 2290 }
2040 2291
2041 Native_FontFaceSet__forEach_1_Callback(mthis, callback, thisArg) native "FontFac eSet_forEach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_ScriptValue"; 2292 static $_forEach_1_Callback(mthis, callback, thisArg) native "FontFaceSet_forE ach_Callback_RESOLVER_STRING_2_FontFaceSetForEachCallback_ScriptValue";
2042 2293
2043 Native_FontFaceSet__forEach_2_Callback(mthis, callback) native "FontFaceSet_forE ach_Callback_RESOLVER_STRING_1_FontFaceSetForEachCallback"; 2294 static $_forEach_2_Callback(mthis, callback) native "FontFaceSet_forEach_Callb ack_RESOLVER_STRING_1_FontFaceSetForEachCallback";
2044 2295
2045 Native_FontFaceSet_has_Callback(mthis, fontFace) native "FontFaceSet_has_Callbac k_RESOLVER_STRING_1_FontFace"; 2296 static $has_Callback(mthis, fontFace) native "FontFaceSet_has_Callback_RESOLVE R_STRING_1_FontFace";
2046 2297 }
2047 Native_FormData_constructorCallback(form) native "FormData_constructorCallback_R ESOLVER_STRING_1_HTMLFormElement"; 2298
2048 2299 class BlinkFormData {
2049 Native_FormData_append_Callback(mthis, name, value) native "FormData_append_Call back"; 2300 static $constructorCallback(form) native "FormData_constructorCallback_RESOLVE R_STRING_1_HTMLFormElement";
2050 2301
2051 Native_FormData_appendBlob_Callback(mthis, name, value, filename) native "FormDa ta_append_Callback"; 2302 static $append_Callback(mthis, name, value) native "FormData_append_Callback";
2052 2303
2053 Native_GainNode_gain_Getter(mthis) native "GainNode_gain_Getter"; 2304 static $appendBlob_Callback(mthis, name, value, filename) native "FormData_app end_Callback";
2054 2305 }
2055 Native_Gamepad_axes_Getter(mthis) native "Gamepad_axes_Getter"; 2306
2056 2307 class BlinkGainNode {
2057 Native_Gamepad_buttons_Getter(mthis) native "WebKitGamepad_buttons_Getter"; 2308 static $gain_Getter(mthis) native "GainNode_gain_Getter";
2058 2309 }
2059 Native_Gamepad_id_Getter(mthis) native "Gamepad_id_Getter"; 2310
2060 2311 class BlinkGamepad {
2061 Native_Gamepad_index_Getter(mthis) native "Gamepad_index_Getter"; 2312 static $axes_Getter(mthis) native "Gamepad_axes_Getter";
2062 2313
2063 Native_Gamepad_timestamp_Getter(mthis) native "Gamepad_timestamp_Getter"; 2314 static $buttons_Getter(mthis) native "WebKitGamepad_buttons_Getter";
2064 2315
2065 Native_GamepadList_length_Getter(mthis) native "GamepadList_length_Getter"; 2316 static $id_Getter(mthis) native "Gamepad_id_Getter";
2066 2317
2067 Native_GamepadList_NativeIndexed_Getter(mthis, index) native "GamepadList_item_C allback_RESOLVER_STRING_1_unsigned long"; 2318 static $index_Getter(mthis) native "Gamepad_index_Getter";
2068 2319
2069 Native_GamepadList_item_Callback(mthis, index) native "GamepadList_item_Callback _RESOLVER_STRING_1_unsigned long"; 2320 static $timestamp_Getter(mthis) native "Gamepad_timestamp_Getter";
2070 2321 }
2071 Native_Geolocation_clearWatch_Callback(mthis, watchID) native "Geolocation_clear Watch_Callback_RESOLVER_STRING_1_long"; 2322
2072 2323 class BlinkGamepadList {
2073 Native_Geolocation_getCurrentPosition_Callback(mthis, successCallback, errorCall back, options) native "Geolocation_getCurrentPosition_Callback"; 2324 static $length_Getter(mthis) native "GamepadList_length_Getter";
2074 2325
2075 Native_Geolocation_watchPosition_Callback(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback"; 2326 static $NativeIndexed_Getter(mthis, index) native "GamepadList_item_Callback_R ESOLVER_STRING_1_unsigned long";
2076 2327
2077 Native_Geoposition_coords_Getter(mthis) native "Geoposition_coords_Getter"; 2328 static $item_Callback(mthis, index) native "GamepadList_item_Callback_RESOLVER _STRING_1_unsigned long";
2078 2329 }
2079 Native_Geoposition_timestamp_Getter(mthis) native "Geoposition_timestamp_Getter" ; 2330
2080 2331 class BlinkGeolocation {
2081 Native_HTMLAllCollection_item_Callback(mthis, index) native "HTMLAllCollection_i tem_Callback"; 2332 static $clearWatch_Callback(mthis, watchID) native "Geolocation_clearWatch_Cal lback_RESOLVER_STRING_1_long";
2082 2333
2083 Native_HTMLElement_contentEditable_Getter(mthis) native "HTMLElement_contentEdit able_Getter"; 2334 static $getCurrentPosition_Callback(mthis, successCallback, errorCallback, opt ions) native "Geolocation_getCurrentPosition_Callback";
2084 2335
2085 Native_HTMLElement_contentEditable_Setter(mthis, value) native "HTMLElement_cont entEditable_Setter"; 2336 static $watchPosition_Callback(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosition_Callback";
2086 2337 }
2087 Native_HTMLElement_dir_Getter(mthis) native "HTMLElement_dir_Getter"; 2338
2088 2339 class BlinkGeoposition {
2089 Native_HTMLElement_dir_Setter(mthis, value) native "HTMLElement_dir_Setter"; 2340 static $coords_Getter(mthis) native "Geoposition_coords_Getter";
2090 2341
2091 Native_HTMLElement_draggable_Getter(mthis) native "HTMLElement_draggable_Getter" ; 2342 static $timestamp_Getter(mthis) native "Geoposition_timestamp_Getter";
2092 2343 }
2093 Native_HTMLElement_draggable_Setter(mthis, value) native "HTMLElement_draggable_ Setter"; 2344
2094 2345 class BlinkHTMLAllCollection {
2095 Native_HTMLElement_hidden_Getter(mthis) native "HTMLElement_hidden_Getter"; 2346 static $item_Callback(mthis, index) native "HTMLAllCollection_item_Callback";
2096 2347 }
2097 Native_HTMLElement_hidden_Setter(mthis, value) native "HTMLElement_hidden_Setter "; 2348
2098 2349 class BlinkHTMLElement {
2099 Native_HTMLElement_inputMethodContext_Getter(mthis) native "HTMLElement_inputMet hodContext_Getter"; 2350 static $contentEditable_Getter(mthis) native "HTMLElement_contentEditable_Gett er";
2100 2351
2101 Native_HTMLElement_isContentEditable_Getter(mthis) native "HTMLElement_isContent Editable_Getter"; 2352 static $contentEditable_Setter(mthis, value) native "HTMLElement_contentEditab le_Setter";
2102 2353
2103 Native_HTMLElement_lang_Getter(mthis) native "HTMLElement_lang_Getter"; 2354 static $dir_Getter(mthis) native "HTMLElement_dir_Getter";
2104 2355
2105 Native_HTMLElement_lang_Setter(mthis, value) native "HTMLElement_lang_Setter"; 2356 static $dir_Setter(mthis, value) native "HTMLElement_dir_Setter";
2106 2357
2107 Native_HTMLElement_spellcheck_Getter(mthis) native "HTMLElement_spellcheck_Gette r"; 2358 static $draggable_Getter(mthis) native "HTMLElement_draggable_Getter";
2108 2359
2109 Native_HTMLElement_spellcheck_Setter(mthis, value) native "HTMLElement_spellchec k_Setter"; 2360 static $draggable_Setter(mthis, value) native "HTMLElement_draggable_Setter";
2110 2361
2111 Native_HTMLElement_tabIndex_Getter(mthis) native "HTMLElement_tabIndex_Getter"; 2362 static $hidden_Getter(mthis) native "HTMLElement_hidden_Getter";
2112 2363
2113 Native_HTMLElement_tabIndex_Setter(mthis, value) native "HTMLElement_tabIndex_Se tter"; 2364 static $hidden_Setter(mthis, value) native "HTMLElement_hidden_Setter";
2114 2365
2115 Native_HTMLElement_title_Getter(mthis) native "HTMLElement_title_Getter"; 2366 static $inputMethodContext_Getter(mthis) native "HTMLElement_inputMethodContex t_Getter";
2116 2367
2117 Native_HTMLElement_title_Setter(mthis, value) native "HTMLElement_title_Setter"; 2368 static $isContentEditable_Getter(mthis) native "HTMLElement_isContentEditable_ Getter";
2118 2369
2119 Native_HTMLElement_translate_Getter(mthis) native "HTMLElement_translate_Getter" ; 2370 static $lang_Getter(mthis) native "HTMLElement_lang_Getter";
2120 2371
2121 Native_HTMLElement_translate_Setter(mthis, value) native "HTMLElement_translate_ Setter"; 2372 static $lang_Setter(mthis, value) native "HTMLElement_lang_Setter";
2122 2373
2123 Native_HTMLElement_webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzo ne_Getter"; 2374 static $spellcheck_Getter(mthis) native "HTMLElement_spellcheck_Getter";
2124 2375
2125 Native_HTMLElement_webkitdropzone_Setter(mthis, value) native "HTMLElement_webki tdropzone_Setter"; 2376 static $spellcheck_Setter(mthis, value) native "HTMLElement_spellcheck_Setter" ;
2126 2377
2127 Native_HTMLElement_click_Callback(mthis) native "HTMLElement_click_Callback_RESO LVER_STRING_0_"; 2378 static $tabIndex_Getter(mthis) native "HTMLElement_tabIndex_Getter";
2128 2379
2129 Native_URLUtils_hash_Getter(mthis) native "URL_hash_Getter"; 2380 static $tabIndex_Setter(mthis, value) native "HTMLElement_tabIndex_Setter";
2130 2381
2131 Native_URLUtils_hash_Setter(mthis, value) native "URL_hash_Setter"; 2382 static $title_Getter(mthis) native "HTMLElement_title_Getter";
2132 2383
2133 Native_URLUtils_host_Getter(mthis) native "URL_host_Getter"; 2384 static $title_Setter(mthis, value) native "HTMLElement_title_Setter";
2134 2385
2135 Native_URLUtils_host_Setter(mthis, value) native "URL_host_Setter"; 2386 static $translate_Getter(mthis) native "HTMLElement_translate_Getter";
2136 2387
2137 Native_URLUtils_hostname_Getter(mthis) native "URL_hostname_Getter"; 2388 static $translate_Setter(mthis, value) native "HTMLElement_translate_Setter";
2138 2389
2139 Native_URLUtils_hostname_Setter(mthis, value) native "URL_hostname_Setter"; 2390 static $webkitdropzone_Getter(mthis) native "HTMLElement_webkitdropzone_Getter ";
2140 2391
2141 Native_URLUtils_href_Getter(mthis) native "URL_href_Getter"; 2392 static $webkitdropzone_Setter(mthis, value) native "HTMLElement_webkitdropzone _Setter";
2142 2393
2143 Native_URLUtils_href_Setter(mthis, value) native "URL_href_Setter"; 2394 static $click_Callback(mthis) native "HTMLElement_click_Callback_RESOLVER_STRI NG_0_";
2144 2395 }
2145 Native_URLUtils_origin_Getter(mthis) native "URL_origin_Getter"; 2396
2146 2397 class BlinkURLUtils {
2147 Native_URLUtils_password_Getter(mthis) native "URL_password_Getter"; 2398 static $hash_Getter(mthis) native "URL_hash_Getter";
2148 2399
2149 Native_URLUtils_password_Setter(mthis, value) native "URL_password_Setter"; 2400 static $hash_Setter(mthis, value) native "URL_hash_Setter";
2150 2401
2151 Native_URLUtils_pathname_Getter(mthis) native "URL_pathname_Getter"; 2402 static $host_Getter(mthis) native "URL_host_Getter";
2152 2403
2153 Native_URLUtils_pathname_Setter(mthis, value) native "URL_pathname_Setter"; 2404 static $host_Setter(mthis, value) native "URL_host_Setter";
2154 2405
2155 Native_URLUtils_port_Getter(mthis) native "URL_port_Getter"; 2406 static $hostname_Getter(mthis) native "URL_hostname_Getter";
2156 2407
2157 Native_URLUtils_port_Setter(mthis, value) native "URL_port_Setter"; 2408 static $hostname_Setter(mthis, value) native "URL_hostname_Setter";
2158 2409
2159 Native_URLUtils_protocol_Getter(mthis) native "URL_protocol_Getter"; 2410 static $href_Getter(mthis) native "URL_href_Getter";
2160 2411
2161 Native_URLUtils_protocol_Setter(mthis, value) native "URL_protocol_Setter"; 2412 static $href_Setter(mthis, value) native "URL_href_Setter";
2162 2413
2163 Native_URLUtils_search_Getter(mthis) native "URL_search_Getter"; 2414 static $origin_Getter(mthis) native "URL_origin_Getter";
2164 2415
2165 Native_URLUtils_search_Setter(mthis, value) native "URL_search_Setter"; 2416 static $password_Getter(mthis) native "URL_password_Getter";
2166 2417
2167 Native_URLUtils_username_Getter(mthis) native "URL_username_Getter"; 2418 static $password_Setter(mthis, value) native "URL_password_Setter";
2168 2419
2169 Native_URLUtils_username_Setter(mthis, value) native "URL_username_Setter"; 2420 static $pathname_Getter(mthis) native "URL_pathname_Getter";
2170 2421
2171 Native_URLUtils_toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_ STRING_0_"; 2422 static $pathname_Setter(mthis, value) native "URL_pathname_Setter";
2172 2423
2173 Native_HTMLAnchorElement_download_Getter(mthis) native "HTMLAnchorElement_downlo ad_Getter"; 2424 static $port_Getter(mthis) native "URL_port_Getter";
2174 2425
2175 Native_HTMLAnchorElement_download_Setter(mthis, value) native "HTMLAnchorElement _download_Setter"; 2426 static $port_Setter(mthis, value) native "URL_port_Setter";
2176 2427
2177 Native_HTMLAnchorElement_hreflang_Getter(mthis) native "HTMLAnchorElement_hrefla ng_Getter"; 2428 static $protocol_Getter(mthis) native "URL_protocol_Getter";
2178 2429
2179 Native_HTMLAnchorElement_hreflang_Setter(mthis, value) native "HTMLAnchorElement _hreflang_Setter"; 2430 static $protocol_Setter(mthis, value) native "URL_protocol_Setter";
2180 2431
2181 Native_HTMLAnchorElement_rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter" ; 2432 static $search_Getter(mthis) native "URL_search_Getter";
2182 2433
2183 Native_HTMLAnchorElement_rel_Setter(mthis, value) native "HTMLAnchorElement_rel_ Setter"; 2434 static $search_Setter(mthis, value) native "URL_search_Setter";
2184 2435
2185 Native_HTMLAnchorElement_target_Getter(mthis) native "HTMLAnchorElement_target_G etter"; 2436 static $username_Getter(mthis) native "URL_username_Getter";
2186 2437
2187 Native_HTMLAnchorElement_target_Setter(mthis, value) native "HTMLAnchorElement_t arget_Setter"; 2438 static $username_Setter(mthis, value) native "URL_username_Setter";
2188 2439
2189 Native_HTMLAnchorElement_type_Getter(mthis) native "HTMLAnchorElement_type_Gette r"; 2440 static $toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_STRING _0_";
2190 2441 }
2191 Native_HTMLAnchorElement_type_Setter(mthis, value) native "HTMLAnchorElement_typ e_Setter"; 2442
2192 2443 class BlinkHTMLAnchorElement {
2193 Native_HTMLAnchorElement_hash_Getter(mthis) native "HTMLAnchorElement_hash_Gette r"; 2444 static $download_Getter(mthis) native "HTMLAnchorElement_download_Getter";
2194 2445
2195 Native_HTMLAnchorElement_hash_Setter(mthis, value) native "HTMLAnchorElement_has h_Setter"; 2446 static $download_Setter(mthis, value) native "HTMLAnchorElement_download_Sette r";
2196 2447
2197 Native_HTMLAnchorElement_host_Getter(mthis) native "HTMLAnchorElement_host_Gette r"; 2448 static $hreflang_Getter(mthis) native "HTMLAnchorElement_hreflang_Getter";
2198 2449
2199 Native_HTMLAnchorElement_host_Setter(mthis, value) native "HTMLAnchorElement_hos t_Setter"; 2450 static $hreflang_Setter(mthis, value) native "HTMLAnchorElement_hreflang_Sette r";
2200 2451
2201 Native_HTMLAnchorElement_hostname_Getter(mthis) native "HTMLAnchorElement_hostna me_Getter"; 2452 static $rel_Getter(mthis) native "HTMLAnchorElement_rel_Getter";
2202 2453
2203 Native_HTMLAnchorElement_hostname_Setter(mthis, value) native "HTMLAnchorElement _hostname_Setter"; 2454 static $rel_Setter(mthis, value) native "HTMLAnchorElement_rel_Setter";
2204 2455
2205 Native_HTMLAnchorElement_href_Getter(mthis) native "HTMLAnchorElement_href_Gette r"; 2456 static $target_Getter(mthis) native "HTMLAnchorElement_target_Getter";
2206 2457
2207 Native_HTMLAnchorElement_href_Setter(mthis, value) native "HTMLAnchorElement_hre f_Setter"; 2458 static $target_Setter(mthis, value) native "HTMLAnchorElement_target_Setter";
2208 2459
2209 Native_HTMLAnchorElement_origin_Getter(mthis) native "HTMLAnchorElement_origin_G etter"; 2460 static $type_Getter(mthis) native "HTMLAnchorElement_type_Getter";
2210 2461
2211 Native_HTMLAnchorElement_password_Getter(mthis) native "HTMLAnchorElement_passwo rd_Getter"; 2462 static $type_Setter(mthis, value) native "HTMLAnchorElement_type_Setter";
2212 2463
2213 Native_HTMLAnchorElement_password_Setter(mthis, value) native "HTMLAnchorElement _password_Setter"; 2464 static $hash_Getter(mthis) native "HTMLAnchorElement_hash_Getter";
2214 2465
2215 Native_HTMLAnchorElement_pathname_Getter(mthis) native "HTMLAnchorElement_pathna me_Getter"; 2466 static $hash_Setter(mthis, value) native "HTMLAnchorElement_hash_Setter";
2216 2467
2217 Native_HTMLAnchorElement_pathname_Setter(mthis, value) native "HTMLAnchorElement _pathname_Setter"; 2468 static $host_Getter(mthis) native "HTMLAnchorElement_host_Getter";
2218 2469
2219 Native_HTMLAnchorElement_port_Getter(mthis) native "HTMLAnchorElement_port_Gette r"; 2470 static $host_Setter(mthis, value) native "HTMLAnchorElement_host_Setter";
2220 2471
2221 Native_HTMLAnchorElement_port_Setter(mthis, value) native "HTMLAnchorElement_por t_Setter"; 2472 static $hostname_Getter(mthis) native "HTMLAnchorElement_hostname_Getter";
2222 2473
2223 Native_HTMLAnchorElement_protocol_Getter(mthis) native "HTMLAnchorElement_protoc ol_Getter"; 2474 static $hostname_Setter(mthis, value) native "HTMLAnchorElement_hostname_Sette r";
2224 2475
2225 Native_HTMLAnchorElement_protocol_Setter(mthis, value) native "HTMLAnchorElement _protocol_Setter"; 2476 static $href_Getter(mthis) native "HTMLAnchorElement_href_Getter";
2226 2477
2227 Native_HTMLAnchorElement_search_Getter(mthis) native "HTMLAnchorElement_search_G etter"; 2478 static $href_Setter(mthis, value) native "HTMLAnchorElement_href_Setter";
2228 2479
2229 Native_HTMLAnchorElement_search_Setter(mthis, value) native "HTMLAnchorElement_s earch_Setter"; 2480 static $origin_Getter(mthis) native "HTMLAnchorElement_origin_Getter";
2230 2481
2231 Native_HTMLAnchorElement_username_Getter(mthis) native "HTMLAnchorElement_userna me_Getter"; 2482 static $password_Getter(mthis) native "HTMLAnchorElement_password_Getter";
2232 2483
2233 Native_HTMLAnchorElement_username_Setter(mthis, value) native "HTMLAnchorElement _username_Setter"; 2484 static $password_Setter(mthis, value) native "HTMLAnchorElement_password_Sette r";
2234 2485
2235 Native_HTMLAnchorElement_toString_Callback(mthis) native "HTMLAnchorElement_toSt ring_Callback_RESOLVER_STRING_0_"; 2486 static $pathname_Getter(mthis) native "HTMLAnchorElement_pathname_Getter";
2236 2487
2237 Native_HTMLAreaElement_alt_Getter(mthis) native "HTMLAreaElement_alt_Getter"; 2488 static $pathname_Setter(mthis, value) native "HTMLAnchorElement_pathname_Sette r";
2238 2489
2239 Native_HTMLAreaElement_alt_Setter(mthis, value) native "HTMLAreaElement_alt_Sett er"; 2490 static $port_Getter(mthis) native "HTMLAnchorElement_port_Getter";
2240 2491
2241 Native_HTMLAreaElement_coords_Getter(mthis) native "HTMLAreaElement_coords_Gette r"; 2492 static $port_Setter(mthis, value) native "HTMLAnchorElement_port_Setter";
2242 2493
2243 Native_HTMLAreaElement_coords_Setter(mthis, value) native "HTMLAreaElement_coord s_Setter"; 2494 static $protocol_Getter(mthis) native "HTMLAnchorElement_protocol_Getter";
2244 2495
2245 Native_HTMLAreaElement_shape_Getter(mthis) native "HTMLAreaElement_shape_Getter" ; 2496 static $protocol_Setter(mthis, value) native "HTMLAnchorElement_protocol_Sette r";
2246 2497
2247 Native_HTMLAreaElement_shape_Setter(mthis, value) native "HTMLAreaElement_shape_ Setter"; 2498 static $search_Getter(mthis) native "HTMLAnchorElement_search_Getter";
2248 2499
2249 Native_HTMLAreaElement_target_Getter(mthis) native "HTMLAreaElement_target_Gette r"; 2500 static $search_Setter(mthis, value) native "HTMLAnchorElement_search_Setter";
2250 2501
2251 Native_HTMLAreaElement_target_Setter(mthis, value) native "HTMLAreaElement_targe t_Setter"; 2502 static $username_Getter(mthis) native "HTMLAnchorElement_username_Getter";
2252 2503
2253 Native_HTMLAreaElement_hash_Getter(mthis) native "HTMLAreaElement_hash_Getter"; 2504 static $username_Setter(mthis, value) native "HTMLAnchorElement_username_Sette r";
2254 2505
2255 Native_HTMLAreaElement_hash_Setter(mthis, value) native "HTMLAreaElement_hash_Se tter"; 2506 static $toString_Callback(mthis) native "HTMLAnchorElement_toString_Callback_R ESOLVER_STRING_0_";
2256 2507 }
2257 Native_HTMLAreaElement_host_Getter(mthis) native "HTMLAreaElement_host_Getter"; 2508
2258 2509 class BlinkHTMLAppletElement {}
2259 Native_HTMLAreaElement_host_Setter(mthis, value) native "HTMLAreaElement_host_Se tter"; 2510
2260 2511 class BlinkHTMLAreaElement {
2261 Native_HTMLAreaElement_hostname_Getter(mthis) native "HTMLAreaElement_hostname_G etter"; 2512 static $alt_Getter(mthis) native "HTMLAreaElement_alt_Getter";
2262 2513
2263 Native_HTMLAreaElement_hostname_Setter(mthis, value) native "HTMLAreaElement_hos tname_Setter"; 2514 static $alt_Setter(mthis, value) native "HTMLAreaElement_alt_Setter";
2264 2515
2265 Native_HTMLAreaElement_href_Getter(mthis) native "HTMLAreaElement_href_Getter"; 2516 static $coords_Getter(mthis) native "HTMLAreaElement_coords_Getter";
2266 2517
2267 Native_HTMLAreaElement_href_Setter(mthis, value) native "HTMLAreaElement_href_Se tter"; 2518 static $coords_Setter(mthis, value) native "HTMLAreaElement_coords_Setter";
2268 2519
2269 Native_HTMLAreaElement_origin_Getter(mthis) native "HTMLAreaElement_origin_Gette r"; 2520 static $shape_Getter(mthis) native "HTMLAreaElement_shape_Getter";
2270 2521
2271 Native_HTMLAreaElement_password_Getter(mthis) native "HTMLAreaElement_password_G etter"; 2522 static $shape_Setter(mthis, value) native "HTMLAreaElement_shape_Setter";
2272 2523
2273 Native_HTMLAreaElement_password_Setter(mthis, value) native "HTMLAreaElement_pas sword_Setter"; 2524 static $target_Getter(mthis) native "HTMLAreaElement_target_Getter";
2274 2525
2275 Native_HTMLAreaElement_pathname_Getter(mthis) native "HTMLAreaElement_pathname_G etter"; 2526 static $target_Setter(mthis, value) native "HTMLAreaElement_target_Setter";
2276 2527
2277 Native_HTMLAreaElement_pathname_Setter(mthis, value) native "HTMLAreaElement_pat hname_Setter"; 2528 static $hash_Getter(mthis) native "HTMLAreaElement_hash_Getter";
2278 2529
2279 Native_HTMLAreaElement_port_Getter(mthis) native "HTMLAreaElement_port_Getter"; 2530 static $hash_Setter(mthis, value) native "HTMLAreaElement_hash_Setter";
2280 2531
2281 Native_HTMLAreaElement_port_Setter(mthis, value) native "HTMLAreaElement_port_Se tter"; 2532 static $host_Getter(mthis) native "HTMLAreaElement_host_Getter";
2282 2533
2283 Native_HTMLAreaElement_protocol_Getter(mthis) native "HTMLAreaElement_protocol_G etter"; 2534 static $host_Setter(mthis, value) native "HTMLAreaElement_host_Setter";
2284 2535
2285 Native_HTMLAreaElement_protocol_Setter(mthis, value) native "HTMLAreaElement_pro tocol_Setter"; 2536 static $hostname_Getter(mthis) native "HTMLAreaElement_hostname_Getter";
2286 2537
2287 Native_HTMLAreaElement_search_Getter(mthis) native "HTMLAreaElement_search_Gette r"; 2538 static $hostname_Setter(mthis, value) native "HTMLAreaElement_hostname_Setter" ;
2288 2539
2289 Native_HTMLAreaElement_search_Setter(mthis, value) native "HTMLAreaElement_searc h_Setter"; 2540 static $href_Getter(mthis) native "HTMLAreaElement_href_Getter";
2290 2541
2291 Native_HTMLAreaElement_username_Getter(mthis) native "HTMLAreaElement_username_G etter"; 2542 static $href_Setter(mthis, value) native "HTMLAreaElement_href_Setter";
2292 2543
2293 Native_HTMLAreaElement_username_Setter(mthis, value) native "HTMLAreaElement_use rname_Setter"; 2544 static $origin_Getter(mthis) native "HTMLAreaElement_origin_Getter";
2294 2545
2295 Native_HTMLAreaElement_toString_Callback(mthis) native "HTMLAreaElement_toString _Callback_RESOLVER_STRING_0_"; 2546 static $password_Getter(mthis) native "HTMLAreaElement_password_Getter";
2296 2547
2297 Native_HTMLMediaElement_autoplay_Getter(mthis) native "HTMLMediaElement_autoplay _Getter"; 2548 static $password_Setter(mthis, value) native "HTMLAreaElement_password_Setter" ;
2298 2549
2299 Native_HTMLMediaElement_autoplay_Setter(mthis, value) native "HTMLMediaElement_a utoplay_Setter"; 2550 static $pathname_Getter(mthis) native "HTMLAreaElement_pathname_Getter";
2300 2551
2301 Native_HTMLMediaElement_buffered_Getter(mthis) native "HTMLMediaElement_buffered _Getter"; 2552 static $pathname_Setter(mthis, value) native "HTMLAreaElement_pathname_Setter" ;
2302 2553
2303 Native_HTMLMediaElement_controller_Getter(mthis) native "HTMLMediaElement_contro ller_Getter"; 2554 static $port_Getter(mthis) native "HTMLAreaElement_port_Getter";
2304 2555
2305 Native_HTMLMediaElement_controller_Setter(mthis, value) native "HTMLMediaElement _controller_Setter"; 2556 static $port_Setter(mthis, value) native "HTMLAreaElement_port_Setter";
2306 2557
2307 Native_HTMLMediaElement_controls_Getter(mthis) native "HTMLMediaElement_controls _Getter"; 2558 static $protocol_Getter(mthis) native "HTMLAreaElement_protocol_Getter";
2308 2559
2309 Native_HTMLMediaElement_controls_Setter(mthis, value) native "HTMLMediaElement_c ontrols_Setter"; 2560 static $protocol_Setter(mthis, value) native "HTMLAreaElement_protocol_Setter" ;
2310 2561
2311 Native_HTMLMediaElement_crossOrigin_Getter(mthis) native "HTMLMediaElement_cross Origin_Getter"; 2562 static $search_Getter(mthis) native "HTMLAreaElement_search_Getter";
2312 2563
2313 Native_HTMLMediaElement_crossOrigin_Setter(mthis, value) native "HTMLMediaElemen t_crossOrigin_Setter"; 2564 static $search_Setter(mthis, value) native "HTMLAreaElement_search_Setter";
2314 2565
2315 Native_HTMLMediaElement_currentSrc_Getter(mthis) native "HTMLMediaElement_curren tSrc_Getter"; 2566 static $username_Getter(mthis) native "HTMLAreaElement_username_Getter";
2316 2567
2317 Native_HTMLMediaElement_currentTime_Getter(mthis) native "HTMLMediaElement_curre ntTime_Getter"; 2568 static $username_Setter(mthis, value) native "HTMLAreaElement_username_Setter" ;
2318 2569
2319 Native_HTMLMediaElement_currentTime_Setter(mthis, value) native "HTMLMediaElemen t_currentTime_Setter"; 2570 static $toString_Callback(mthis) native "HTMLAreaElement_toString_Callback_RES OLVER_STRING_0_";
2320 2571 }
2321 Native_HTMLMediaElement_defaultMuted_Getter(mthis) native "HTMLMediaElement_defa ultMuted_Getter"; 2572
2322 2573 class BlinkHTMLMediaElement {
2323 Native_HTMLMediaElement_defaultMuted_Setter(mthis, value) native "HTMLMediaEleme nt_defaultMuted_Setter"; 2574 static $autoplay_Getter(mthis) native "HTMLMediaElement_autoplay_Getter";
2324 2575
2325 Native_HTMLMediaElement_defaultPlaybackRate_Getter(mthis) native "HTMLMediaEleme nt_defaultPlaybackRate_Getter"; 2576 static $autoplay_Setter(mthis, value) native "HTMLMediaElement_autoplay_Setter ";
2326 2577
2327 Native_HTMLMediaElement_defaultPlaybackRate_Setter(mthis, value) native "HTMLMed iaElement_defaultPlaybackRate_Setter"; 2578 static $buffered_Getter(mthis) native "HTMLMediaElement_buffered_Getter";
2328 2579
2329 Native_HTMLMediaElement_duration_Getter(mthis) native "HTMLMediaElement_duration _Getter"; 2580 static $controller_Getter(mthis) native "HTMLMediaElement_controller_Getter";
2330 2581
2331 Native_HTMLMediaElement_ended_Getter(mthis) native "HTMLMediaElement_ended_Gette r"; 2582 static $controller_Setter(mthis, value) native "HTMLMediaElement_controller_Se tter";
2332 2583
2333 Native_HTMLMediaElement_error_Getter(mthis) native "HTMLMediaElement_error_Gette r"; 2584 static $controls_Getter(mthis) native "HTMLMediaElement_controls_Getter";
2334 2585
2335 Native_HTMLMediaElement_loop_Getter(mthis) native "HTMLMediaElement_loop_Getter" ; 2586 static $controls_Setter(mthis, value) native "HTMLMediaElement_controls_Setter ";
2336 2587
2337 Native_HTMLMediaElement_loop_Setter(mthis, value) native "HTMLMediaElement_loop_ Setter"; 2588 static $crossOrigin_Getter(mthis) native "HTMLMediaElement_crossOrigin_Getter" ;
2338 2589
2339 Native_HTMLMediaElement_mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaG roup_Getter"; 2590 static $crossOrigin_Setter(mthis, value) native "HTMLMediaElement_crossOrigin_ Setter";
2340 2591
2341 Native_HTMLMediaElement_mediaGroup_Setter(mthis, value) native "HTMLMediaElement _mediaGroup_Setter"; 2592 static $currentSrc_Getter(mthis) native "HTMLMediaElement_currentSrc_Getter";
2342 2593
2343 Native_HTMLMediaElement_mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKe ys_Getter"; 2594 static $currentTime_Getter(mthis) native "HTMLMediaElement_currentTime_Getter" ;
2344 2595
2345 Native_HTMLMediaElement_muted_Getter(mthis) native "HTMLMediaElement_muted_Gette r"; 2596 static $currentTime_Setter(mthis, value) native "HTMLMediaElement_currentTime_ Setter";
2346 2597
2347 Native_HTMLMediaElement_muted_Setter(mthis, value) native "HTMLMediaElement_mute d_Setter"; 2598 static $defaultMuted_Getter(mthis) native "HTMLMediaElement_defaultMuted_Gette r";
2348 2599
2349 Native_HTMLMediaElement_networkState_Getter(mthis) native "HTMLMediaElement_netw orkState_Getter"; 2600 static $defaultMuted_Setter(mthis, value) native "HTMLMediaElement_defaultMute d_Setter";
2350 2601
2351 Native_HTMLMediaElement_paused_Getter(mthis) native "HTMLMediaElement_paused_Get ter"; 2602 static $defaultPlaybackRate_Getter(mthis) native "HTMLMediaElement_defaultPlay backRate_Getter";
2352 2603
2353 Native_HTMLMediaElement_playbackRate_Getter(mthis) native "HTMLMediaElement_play backRate_Getter"; 2604 static $defaultPlaybackRate_Setter(mthis, value) native "HTMLMediaElement_defa ultPlaybackRate_Setter";
2354 2605
2355 Native_HTMLMediaElement_playbackRate_Setter(mthis, value) native "HTMLMediaEleme nt_playbackRate_Setter"; 2606 static $duration_Getter(mthis) native "HTMLMediaElement_duration_Getter";
2356 2607
2357 Native_HTMLMediaElement_played_Getter(mthis) native "HTMLMediaElement_played_Get ter"; 2608 static $ended_Getter(mthis) native "HTMLMediaElement_ended_Getter";
2358 2609
2359 Native_HTMLMediaElement_preload_Getter(mthis) native "HTMLMediaElement_preload_G etter"; 2610 static $error_Getter(mthis) native "HTMLMediaElement_error_Getter";
2360 2611
2361 Native_HTMLMediaElement_preload_Setter(mthis, value) native "HTMLMediaElement_pr eload_Setter"; 2612 static $loop_Getter(mthis) native "HTMLMediaElement_loop_Getter";
2362 2613
2363 Native_HTMLMediaElement_readyState_Getter(mthis) native "HTMLMediaElement_readyS tate_Getter"; 2614 static $loop_Setter(mthis, value) native "HTMLMediaElement_loop_Setter";
2364 2615
2365 Native_HTMLMediaElement_seekable_Getter(mthis) native "HTMLMediaElement_seekable _Getter"; 2616 static $mediaGroup_Getter(mthis) native "HTMLMediaElement_mediaGroup_Getter";
2366 2617
2367 Native_HTMLMediaElement_seeking_Getter(mthis) native "HTMLMediaElement_seeking_G etter"; 2618 static $mediaGroup_Setter(mthis, value) native "HTMLMediaElement_mediaGroup_Se tter";
2368 2619
2369 Native_HTMLMediaElement_src_Getter(mthis) native "HTMLMediaElement_src_Getter"; 2620 static $mediaKeys_Getter(mthis) native "HTMLMediaElement_mediaKeys_Getter";
2370 2621
2371 Native_HTMLMediaElement_src_Setter(mthis, value) native "HTMLMediaElement_src_Se tter"; 2622 static $muted_Getter(mthis) native "HTMLMediaElement_muted_Getter";
2372 2623
2373 Native_HTMLMediaElement_textTracks_Getter(mthis) native "HTMLMediaElement_textTr acks_Getter"; 2624 static $muted_Setter(mthis, value) native "HTMLMediaElement_muted_Setter";
2374 2625
2375 Native_HTMLMediaElement_volume_Getter(mthis) native "HTMLMediaElement_volume_Get ter"; 2626 static $networkState_Getter(mthis) native "HTMLMediaElement_networkState_Gette r";
2376 2627
2377 Native_HTMLMediaElement_volume_Setter(mthis, value) native "HTMLMediaElement_vol ume_Setter"; 2628 static $paused_Getter(mthis) native "HTMLMediaElement_paused_Getter";
2378 2629
2379 Native_HTMLMediaElement_webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMe diaElement_webkitAudioDecodedByteCount_Getter"; 2630 static $playbackRate_Getter(mthis) native "HTMLMediaElement_playbackRate_Gette r";
2380 2631
2381 Native_HTMLMediaElement_webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMe diaElement_webkitVideoDecodedByteCount_Getter"; 2632 static $playbackRate_Setter(mthis, value) native "HTMLMediaElement_playbackRat e_Setter";
2382 2633
2383 // Generated overload resolver 2634 static $played_Getter(mthis) native "HTMLMediaElement_played_Getter";
2384 Native_HTMLMediaElement_addTextTrack(mthis, kind, label, language) { 2635
2636 static $preload_Getter(mthis) native "HTMLMediaElement_preload_Getter";
2637
2638 static $preload_Setter(mthis, value) native "HTMLMediaElement_preload_Setter";
2639
2640 static $readyState_Getter(mthis) native "HTMLMediaElement_readyState_Getter";
2641
2642 static $seekable_Getter(mthis) native "HTMLMediaElement_seekable_Getter";
2643
2644 static $seeking_Getter(mthis) native "HTMLMediaElement_seeking_Getter";
2645
2646 static $src_Getter(mthis) native "HTMLMediaElement_src_Getter";
2647
2648 static $src_Setter(mthis, value) native "HTMLMediaElement_src_Setter";
2649
2650 static $textTracks_Getter(mthis) native "HTMLMediaElement_textTracks_Getter";
2651
2652 static $volume_Getter(mthis) native "HTMLMediaElement_volume_Getter";
2653
2654 static $volume_Setter(mthis, value) native "HTMLMediaElement_volume_Setter";
2655
2656 static $webkitAudioDecodedByteCount_Getter(mthis) native "HTMLMediaElement_web kitAudioDecodedByteCount_Getter";
2657
2658 static $webkitVideoDecodedByteCount_Getter(mthis) native "HTMLMediaElement_web kitVideoDecodedByteCount_Getter";
2659
2660 // Generated overload resolver
2661 static $addTextTrack(mthis, kind, label, language) {
2385 if (language != null) { 2662 if (language != null) {
2386 return Native_HTMLMediaElement__addTextTrack_1_Callback(mthis, kind, label , language); 2663 return $_addTextTrack_1_Callback(mthis, kind, label, language);
2387 } 2664 }
2388 if (label != null) { 2665 if (label != null) {
2389 return Native_HTMLMediaElement__addTextTrack_2_Callback(mthis, kind, label ); 2666 return $_addTextTrack_2_Callback(mthis, kind, label);
2390 } 2667 }
2391 return Native_HTMLMediaElement__addTextTrack_3_Callback(mthis, kind); 2668 return $_addTextTrack_3_Callback(mthis, kind);
2392 } 2669 }
2393 2670
2394 Native_HTMLMediaElement__addTextTrack_1_Callback(mthis, kind, label, language) n ative "HTMLMediaElement_addTextTrack_Callback_RESOLVER_STRING_3_DOMString_DOMStr ing_DOMString"; 2671 static $_addTextTrack_1_Callback(mthis, kind, label, language) native "HTMLMed iaElement_addTextTrack_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString" ;
2395 2672
2396 Native_HTMLMediaElement__addTextTrack_2_Callback(mthis, kind, label) native "HTM LMediaElement_addTextTrack_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 2673 static $_addTextTrack_2_Callback(mthis, kind, label) native "HTMLMediaElement_ addTextTrack_Callback_RESOLVER_STRING_2_DOMString_DOMString";
2397 2674
2398 Native_HTMLMediaElement__addTextTrack_3_Callback(mthis, kind) native "HTMLMediaE lement_addTextTrack_Callback_RESOLVER_STRING_1_DOMString"; 2675 static $_addTextTrack_3_Callback(mthis, kind) native "HTMLMediaElement_addText Track_Callback_RESOLVER_STRING_1_DOMString";
2399 2676
2400 Native_HTMLMediaElement_canPlayType_Callback(mthis, type, keySystem) native "HTM LMediaElement_canPlayType_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 2677 static $canPlayType_Callback(mthis, type, keySystem) native "HTMLMediaElement_ canPlayType_Callback_RESOLVER_STRING_2_DOMString_DOMString";
2401 2678
2402 Native_HTMLMediaElement_load_Callback(mthis) native "HTMLMediaElement_load_Callb ack_RESOLVER_STRING_0_"; 2679 static $load_Callback(mthis) native "HTMLMediaElement_load_Callback_RESOLVER_S TRING_0_";
2403 2680
2404 Native_HTMLMediaElement_pause_Callback(mthis) native "HTMLMediaElement_pause_Cal lback_RESOLVER_STRING_0_"; 2681 static $pause_Callback(mthis) native "HTMLMediaElement_pause_Callback_RESOLVER _STRING_0_";
2405 2682
2406 Native_HTMLMediaElement_play_Callback(mthis) native "HTMLMediaElement_play_Callb ack_RESOLVER_STRING_0_"; 2683 static $play_Callback(mthis) native "HTMLMediaElement_play_Callback_RESOLVER_S TRING_0_";
2407 2684
2408 Native_HTMLMediaElement_setMediaKeys_Callback(mthis, mediaKeys) native "HTMLMedi aElement_setMediaKeys_Callback_RESOLVER_STRING_1_MediaKeys"; 2685 static $setMediaKeys_Callback(mthis, mediaKeys) native "HTMLMediaElement_setMe diaKeys_Callback_RESOLVER_STRING_1_MediaKeys";
2409 2686
2410 // Generated overload resolver 2687 // Generated overload resolver
2411 Native_HTMLMediaElement_addKey(mthis, keySystem, key, initData, sessionId) { 2688 static $addKey(mthis, keySystem, key, initData, sessionId) {
2412 if (initData != null) { 2689 if (initData != null) {
2413 Native_HTMLMediaElement__webkitAddKey_1_Callback(mthis, keySystem, key, in itData, sessionId); 2690 $_webkitAddKey_1_Callback(mthis, keySystem, key, initData, sessionId);
2414 return; 2691 return;
2415 } 2692 }
2416 Native_HTMLMediaElement__webkitAddKey_2_Callback(mthis, keySystem, key); 2693 $_webkitAddKey_2_Callback(mthis, keySystem, key);
2417 return; 2694 return;
2418 } 2695 }
2419 2696
2420 Native_HTMLMediaElement__webkitAddKey_1_Callback(mthis, keySystem, key, initData , sessionId) native "HTMLMediaElement_webkitAddKey_Callback_RESOLVER_STRING_4_DO MString_Uint8Array_Uint8Array_DOMString"; 2697 static $_webkitAddKey_1_Callback(mthis, keySystem, key, initData, sessionId) n ative "HTMLMediaElement_webkitAddKey_Callback_RESOLVER_STRING_4_DOMString_Uint8A rray_Uint8Array_DOMString";
2421 2698
2422 Native_HTMLMediaElement__webkitAddKey_2_Callback(mthis, keySystem, key) native " HTMLMediaElement_webkitAddKey_Callback_RESOLVER_STRING_2_DOMString_Uint8Array"; 2699 static $_webkitAddKey_2_Callback(mthis, keySystem, key) native "HTMLMediaEleme nt_webkitAddKey_Callback_RESOLVER_STRING_2_DOMString_Uint8Array";
2423 2700
2424 Native_HTMLMediaElement_webkitCancelKeyRequest_Callback(mthis, keySystem, sessio nId) native "HTMLMediaElement_webkitCancelKeyRequest_Callback_RESOLVER_STRING_2_ DOMString_DOMString"; 2701 static $webkitCancelKeyRequest_Callback(mthis, keySystem, sessionId) native "H TMLMediaElement_webkitCancelKeyRequest_Callback_RESOLVER_STRING_2_DOMString_DOMS tring";
2425 2702
2426 // Generated overload resolver 2703 // Generated overload resolver
2427 Native_HTMLMediaElement_generateKeyRequest(mthis, keySystem, initData) { 2704 static $generateKeyRequest(mthis, keySystem, initData) {
2428 if (initData != null) { 2705 if (initData != null) {
2429 Native_HTMLMediaElement__webkitGenerateKeyRequest_1_Callback(mthis, keySys tem, initData); 2706 $_webkitGenerateKeyRequest_1_Callback(mthis, keySystem, initData);
2430 return; 2707 return;
2431 } 2708 }
2432 Native_HTMLMediaElement__webkitGenerateKeyRequest_2_Callback(mthis, keySyste m); 2709 $_webkitGenerateKeyRequest_2_Callback(mthis, keySystem);
2433 return; 2710 return;
2434 } 2711 }
2435 2712
2436 Native_HTMLMediaElement__webkitGenerateKeyRequest_1_Callback(mthis, keySystem, i nitData) native "HTMLMediaElement_webkitGenerateKeyRequest_Callback_RESOLVER_STR ING_2_DOMString_Uint8Array"; 2713 static $_webkitGenerateKeyRequest_1_Callback(mthis, keySystem, initData) nativ e "HTMLMediaElement_webkitGenerateKeyRequest_Callback_RESOLVER_STRING_2_DOMStrin g_Uint8Array";
2437 2714
2438 Native_HTMLMediaElement__webkitGenerateKeyRequest_2_Callback(mthis, keySystem) n ative "HTMLMediaElement_webkitGenerateKeyRequest_Callback_RESOLVER_STRING_1_DOMS tring"; 2715 static $_webkitGenerateKeyRequest_2_Callback(mthis, keySystem) native "HTMLMed iaElement_webkitGenerateKeyRequest_Callback_RESOLVER_STRING_1_DOMString";
2439 2716 }
2440 // Generated overload resolver 2717
2441 Native_HTMLAudioElement_AudioElement(src) { 2718 class BlinkHTMLAudioElement {
2442 return Native_HTMLAudioElement__create_1constructorCallback(src); 2719 // Generated overload resolver
2443 } 2720 static $mkAudioElement(src) {
2444 2721 return $_create_1constructorCallback(src);
2445 Native_HTMLAudioElement__create_1constructorCallback(src) native "HTMLAudioEleme nt_constructorCallback_RESOLVER_STRING_1_DOMString"; 2722 }
2446 2723
2447 Native_HTMLBaseElement_href_Getter(mthis) native "HTMLBaseElement_href_Getter"; 2724 static $_create_1constructorCallback(src) native "HTMLAudioElement_constructor Callback_RESOLVER_STRING_1_DOMString";
2448 2725 }
2449 Native_HTMLBaseElement_href_Setter(mthis, value) native "HTMLBaseElement_href_Se tter"; 2726
2450 2727 class BlinkHTMLBRElement {}
2451 Native_HTMLBaseElement_target_Getter(mthis) native "HTMLBaseElement_target_Gette r"; 2728
2452 2729 class BlinkHTMLBaseElement {
2453 Native_HTMLBaseElement_target_Setter(mthis, value) native "HTMLBaseElement_targe t_Setter"; 2730 static $href_Getter(mthis) native "HTMLBaseElement_href_Getter";
2454 2731
2455 Native_HTMLButtonElement_autofocus_Getter(mthis) native "HTMLButtonElement_autof ocus_Getter"; 2732 static $href_Setter(mthis, value) native "HTMLBaseElement_href_Setter";
2456 2733
2457 Native_HTMLButtonElement_autofocus_Setter(mthis, value) native "HTMLButtonElemen t_autofocus_Setter"; 2734 static $target_Getter(mthis) native "HTMLBaseElement_target_Getter";
2458 2735
2459 Native_HTMLButtonElement_disabled_Getter(mthis) native "HTMLButtonElement_disabl ed_Getter"; 2736 static $target_Setter(mthis, value) native "HTMLBaseElement_target_Setter";
2460 2737 }
2461 Native_HTMLButtonElement_disabled_Setter(mthis, value) native "HTMLButtonElement _disabled_Setter"; 2738
2462 2739 class BlinkWindowEventHandlers {}
2463 Native_HTMLButtonElement_form_Getter(mthis) native "HTMLButtonElement_form_Gette r"; 2740
2464 2741 class BlinkHTMLBodyElement {}
2465 Native_HTMLButtonElement_formAction_Getter(mthis) native "HTMLButtonElement_form Action_Getter"; 2742
2466 2743 class BlinkHTMLButtonElement {
2467 Native_HTMLButtonElement_formAction_Setter(mthis, value) native "HTMLButtonEleme nt_formAction_Setter"; 2744 static $autofocus_Getter(mthis) native "HTMLButtonElement_autofocus_Getter";
2468 2745
2469 Native_HTMLButtonElement_formEnctype_Getter(mthis) native "HTMLButtonElement_for mEnctype_Getter"; 2746 static $autofocus_Setter(mthis, value) native "HTMLButtonElement_autofocus_Set ter";
2470 2747
2471 Native_HTMLButtonElement_formEnctype_Setter(mthis, value) native "HTMLButtonElem ent_formEnctype_Setter"; 2748 static $disabled_Getter(mthis) native "HTMLButtonElement_disabled_Getter";
2472 2749
2473 Native_HTMLButtonElement_formMethod_Getter(mthis) native "HTMLButtonElement_form Method_Getter"; 2750 static $disabled_Setter(mthis, value) native "HTMLButtonElement_disabled_Sette r";
2474 2751
2475 Native_HTMLButtonElement_formMethod_Setter(mthis, value) native "HTMLButtonEleme nt_formMethod_Setter"; 2752 static $form_Getter(mthis) native "HTMLButtonElement_form_Getter";
2476 2753
2477 Native_HTMLButtonElement_formNoValidate_Getter(mthis) native "HTMLButtonElement_ formNoValidate_Getter"; 2754 static $formAction_Getter(mthis) native "HTMLButtonElement_formAction_Getter";
2478 2755
2479 Native_HTMLButtonElement_formNoValidate_Setter(mthis, value) native "HTMLButtonE lement_formNoValidate_Setter"; 2756 static $formAction_Setter(mthis, value) native "HTMLButtonElement_formAction_S etter";
2480 2757
2481 Native_HTMLButtonElement_formTarget_Getter(mthis) native "HTMLButtonElement_form Target_Getter"; 2758 static $formEnctype_Getter(mthis) native "HTMLButtonElement_formEnctype_Getter ";
2482 2759
2483 Native_HTMLButtonElement_formTarget_Setter(mthis, value) native "HTMLButtonEleme nt_formTarget_Setter"; 2760 static $formEnctype_Setter(mthis, value) native "HTMLButtonElement_formEnctype _Setter";
2484 2761
2485 Native_HTMLButtonElement_labels_Getter(mthis) native "HTMLButtonElement_labels_G etter"; 2762 static $formMethod_Getter(mthis) native "HTMLButtonElement_formMethod_Getter";
2486 2763
2487 Native_HTMLButtonElement_name_Getter(mthis) native "HTMLButtonElement_name_Gette r"; 2764 static $formMethod_Setter(mthis, value) native "HTMLButtonElement_formMethod_S etter";
2488 2765
2489 Native_HTMLButtonElement_name_Setter(mthis, value) native "HTMLButtonElement_nam e_Setter"; 2766 static $formNoValidate_Getter(mthis) native "HTMLButtonElement_formNoValidate_ Getter";
2490 2767
2491 Native_HTMLButtonElement_type_Getter(mthis) native "HTMLButtonElement_type_Gette r"; 2768 static $formNoValidate_Setter(mthis, value) native "HTMLButtonElement_formNoVa lidate_Setter";
2492 2769
2493 Native_HTMLButtonElement_type_Setter(mthis, value) native "HTMLButtonElement_typ e_Setter"; 2770 static $formTarget_Getter(mthis) native "HTMLButtonElement_formTarget_Getter";
2494 2771
2495 Native_HTMLButtonElement_validationMessage_Getter(mthis) native "HTMLButtonEleme nt_validationMessage_Getter"; 2772 static $formTarget_Setter(mthis, value) native "HTMLButtonElement_formTarget_S etter";
2496 2773
2497 Native_HTMLButtonElement_validity_Getter(mthis) native "HTMLButtonElement_validi ty_Getter"; 2774 static $labels_Getter(mthis) native "HTMLButtonElement_labels_Getter";
2498 2775
2499 Native_HTMLButtonElement_value_Getter(mthis) native "HTMLButtonElement_value_Get ter"; 2776 static $name_Getter(mthis) native "HTMLButtonElement_name_Getter";
2500 2777
2501 Native_HTMLButtonElement_value_Setter(mthis, value) native "HTMLButtonElement_va lue_Setter"; 2778 static $name_Setter(mthis, value) native "HTMLButtonElement_name_Setter";
2502 2779
2503 Native_HTMLButtonElement_willValidate_Getter(mthis) native "HTMLButtonElement_wi llValidate_Getter"; 2780 static $type_Getter(mthis) native "HTMLButtonElement_type_Getter";
2504 2781
2505 Native_HTMLButtonElement_checkValidity_Callback(mthis) native "HTMLButtonElement _checkValidity_Callback_RESOLVER_STRING_0_"; 2782 static $type_Setter(mthis, value) native "HTMLButtonElement_type_Setter";
2506 2783
2507 Native_HTMLButtonElement_setCustomValidity_Callback(mthis, error) native "HTMLBu ttonElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; 2784 static $validationMessage_Getter(mthis) native "HTMLButtonElement_validationMe ssage_Getter";
2508 2785
2509 Native_HTMLCanvasElement_height_Getter(mthis) native "HTMLCanvasElement_height_G etter"; 2786 static $validity_Getter(mthis) native "HTMLButtonElement_validity_Getter";
2510 2787
2511 Native_HTMLCanvasElement_height_Setter(mthis, value) native "HTMLCanvasElement_h eight_Setter"; 2788 static $value_Getter(mthis) native "HTMLButtonElement_value_Getter";
2512 2789
2513 Native_HTMLCanvasElement_width_Getter(mthis) native "HTMLCanvasElement_width_Get ter"; 2790 static $value_Setter(mthis, value) native "HTMLButtonElement_value_Setter";
2514 2791
2515 Native_HTMLCanvasElement_width_Setter(mthis, value) native "HTMLCanvasElement_wi dth_Setter"; 2792 static $willValidate_Getter(mthis) native "HTMLButtonElement_willValidate_Gett er";
2516 2793
2517 Native_HTMLCanvasElement_getContext_Callback(mthis, contextId, attrs) native "HT MLCanvasElement_getContext_Callback"; 2794 static $checkValidity_Callback(mthis) native "HTMLButtonElement_checkValidity_ Callback_RESOLVER_STRING_0_";
2518 2795
2519 Native_HTMLCanvasElement_toDataURL_Callback(mthis, type, quality) native "HTMLCa nvasElement_toDataURL_Callback"; 2796 static $setCustomValidity_Callback(mthis, error) native "HTMLButtonElement_set CustomValidity_Callback_RESOLVER_STRING_1_DOMString";
2520 2797 }
2521 Native_HTMLCollection_length_Getter(mthis) native "HTMLCollection_length_Getter" ; 2798
2522 2799 class BlinkHTMLCanvasElement {
2523 Native_HTMLCollection_NativeIndexed_Getter(mthis, index) native "HTMLCollection_ item_Callback_RESOLVER_STRING_1_unsigned long"; 2800 static $height_Getter(mthis) native "HTMLCanvasElement_height_Getter";
2524 2801
2525 Native_HTMLCollection_item_Callback(mthis, index) native "HTMLCollection_item_Ca llback_RESOLVER_STRING_1_unsigned long"; 2802 static $height_Setter(mthis, value) native "HTMLCanvasElement_height_Setter";
2526 2803
2527 Native_HTMLCollection_namedItem_Callback(mthis, name) native "HTMLCollection_nam edItem_Callback_RESOLVER_STRING_1_DOMString"; 2804 static $width_Getter(mthis) native "HTMLCanvasElement_width_Getter";
2528 2805
2529 Native_HTMLContentElement_resetStyleInheritance_Getter(mthis) native "HTMLConten tElement_resetStyleInheritance_Getter"; 2806 static $width_Setter(mthis, value) native "HTMLCanvasElement_width_Setter";
2530 2807
2531 Native_HTMLContentElement_resetStyleInheritance_Setter(mthis, value) native "HTM LContentElement_resetStyleInheritance_Setter"; 2808 static $getContext_Callback(mthis, contextId, attrs) native "HTMLCanvasElement _getContext_Callback";
2532 2809
2533 Native_HTMLContentElement_select_Getter(mthis) native "HTMLContentElement_select _Getter"; 2810 static $toDataURL_Callback(mthis, type, quality) native "HTMLCanvasElement_toD ataURL_Callback";
2534 2811 }
2535 Native_HTMLContentElement_select_Setter(mthis, value) native "HTMLContentElement _select_Setter"; 2812
2536 2813 class BlinkHTMLCollection {
2537 Native_HTMLContentElement_getDistributedNodes_Callback(mthis) native "HTMLConten tElement_getDistributedNodes_Callback_RESOLVER_STRING_0_"; 2814 static $length_Getter(mthis) native "HTMLCollection_length_Getter";
2538 2815
2539 Native_HTMLDataListElement_options_Getter(mthis) native "HTMLDataListElement_opt ions_Getter"; 2816 static $NativeIndexed_Getter(mthis, index) native "HTMLCollection_item_Callbac k_RESOLVER_STRING_1_unsigned long";
2540 2817
2541 Native_HTMLDetailsElement_open_Getter(mthis) native "HTMLDetailsElement_open_Get ter"; 2818 static $item_Callback(mthis, index) native "HTMLCollection_item_Callback_RESOL VER_STRING_1_unsigned long";
2542 2819
2543 Native_HTMLDetailsElement_open_Setter(mthis, value) native "HTMLDetailsElement_o pen_Setter"; 2820 static $namedItem_Callback(mthis, name) native "HTMLCollection_namedItem_Callb ack_RESOLVER_STRING_1_DOMString";
2544 2821 }
2545 Native_HTMLDialogElement_open_Getter(mthis) native "HTMLDialogElement_open_Gette r"; 2822
2546 2823 class BlinkHTMLContentElement {
2547 Native_HTMLDialogElement_open_Setter(mthis, value) native "HTMLDialogElement_ope n_Setter"; 2824 static $resetStyleInheritance_Getter(mthis) native "HTMLContentElement_resetSt yleInheritance_Getter";
2548 2825
2549 Native_HTMLDialogElement_returnValue_Getter(mthis) native "HTMLDialogElement_ret urnValue_Getter"; 2826 static $resetStyleInheritance_Setter(mthis, value) native "HTMLContentElement_ resetStyleInheritance_Setter";
2550 2827
2551 Native_HTMLDialogElement_returnValue_Setter(mthis, value) native "HTMLDialogElem ent_returnValue_Setter"; 2828 static $select_Getter(mthis) native "HTMLContentElement_select_Getter";
2552 2829
2553 Native_HTMLDialogElement_close_Callback(mthis, returnValue) native "HTMLDialogEl ement_close_Callback_RESOLVER_STRING_1_DOMString"; 2830 static $select_Setter(mthis, value) native "HTMLContentElement_select_Setter";
2554 2831
2555 Native_HTMLDialogElement_show_Callback(mthis) native "HTMLDialogElement_show_Cal lback_RESOLVER_STRING_0_"; 2832 static $getDistributedNodes_Callback(mthis) native "HTMLContentElement_getDist ributedNodes_Callback_RESOLVER_STRING_0_";
2556 2833 }
2557 Native_HTMLDialogElement_showModal_Callback(mthis) native "HTMLDialogElement_sho wModal_Callback_RESOLVER_STRING_0_"; 2834
2558 2835 class BlinkHTMLDListElement {}
2559 Native_HTMLEmbedElement_height_Getter(mthis) native "HTMLEmbedElement_height_Get ter"; 2836
2560 2837 class BlinkHTMLDataListElement {
2561 Native_HTMLEmbedElement_height_Setter(mthis, value) native "HTMLEmbedElement_hei ght_Setter"; 2838 static $options_Getter(mthis) native "HTMLDataListElement_options_Getter";
2562 2839 }
2563 Native_HTMLEmbedElement_name_Getter(mthis) native "HTMLEmbedElement_name_Getter" ; 2840
2564 2841 class BlinkHTMLDetailsElement {
2565 Native_HTMLEmbedElement_name_Setter(mthis, value) native "HTMLEmbedElement_name_ Setter"; 2842 static $open_Getter(mthis) native "HTMLDetailsElement_open_Getter";
2566 2843
2567 Native_HTMLEmbedElement_src_Getter(mthis) native "HTMLEmbedElement_src_Getter"; 2844 static $open_Setter(mthis, value) native "HTMLDetailsElement_open_Setter";
2568 2845 }
2569 Native_HTMLEmbedElement_src_Setter(mthis, value) native "HTMLEmbedElement_src_Se tter"; 2846
2570 2847 class BlinkHTMLDialogElement {
2571 Native_HTMLEmbedElement_type_Getter(mthis) native "HTMLEmbedElement_type_Getter" ; 2848 static $open_Getter(mthis) native "HTMLDialogElement_open_Getter";
2572 2849
2573 Native_HTMLEmbedElement_type_Setter(mthis, value) native "HTMLEmbedElement_type_ Setter"; 2850 static $open_Setter(mthis, value) native "HTMLDialogElement_open_Setter";
2574 2851
2575 Native_HTMLEmbedElement_width_Getter(mthis) native "HTMLEmbedElement_width_Gette r"; 2852 static $returnValue_Getter(mthis) native "HTMLDialogElement_returnValue_Getter ";
2576 2853
2577 Native_HTMLEmbedElement_width_Setter(mthis, value) native "HTMLEmbedElement_widt h_Setter"; 2854 static $returnValue_Setter(mthis, value) native "HTMLDialogElement_returnValue _Setter";
2578 2855
2579 Native_HTMLEmbedElement___getter___Callback(mthis, index_OR_name) native "HTMLEm bedElement___getter___Callback"; 2856 static $close_Callback(mthis, returnValue) native "HTMLDialogElement_close_Cal lback_RESOLVER_STRING_1_DOMString";
2580 2857
2581 Native_HTMLEmbedElement___setter___Callback(mthis, index_OR_name, value) native "HTMLEmbedElement___setter___Callback"; 2858 static $show_Callback(mthis) native "HTMLDialogElement_show_Callback_RESOLVER_ STRING_0_";
2582 2859
2583 Native_HTMLFieldSetElement_disabled_Getter(mthis) native "HTMLFieldSetElement_di sabled_Getter"; 2860 static $showModal_Callback(mthis) native "HTMLDialogElement_showModal_Callback _RESOLVER_STRING_0_";
2584 2861 }
2585 Native_HTMLFieldSetElement_disabled_Setter(mthis, value) native "HTMLFieldSetEle ment_disabled_Setter"; 2862
2586 2863 class BlinkHTMLDirectoryElement {}
2587 Native_HTMLFieldSetElement_elements_Getter(mthis) native "HTMLFieldSetElement_el ements_Getter"; 2864
2588 2865 class BlinkHTMLDivElement {}
2589 Native_HTMLFieldSetElement_form_Getter(mthis) native "HTMLFieldSetElement_form_G etter"; 2866
2590 2867 class BlinkHTMLDocument {}
2591 Native_HTMLFieldSetElement_name_Getter(mthis) native "HTMLFieldSetElement_name_G etter"; 2868
2592 2869 class BlinkHTMLEmbedElement {
2593 Native_HTMLFieldSetElement_name_Setter(mthis, value) native "HTMLFieldSetElement _name_Setter"; 2870 static $height_Getter(mthis) native "HTMLEmbedElement_height_Getter";
2594 2871
2595 Native_HTMLFieldSetElement_type_Getter(mthis) native "HTMLFieldSetElement_type_G etter"; 2872 static $height_Setter(mthis, value) native "HTMLEmbedElement_height_Setter";
2596 2873
2597 Native_HTMLFieldSetElement_validationMessage_Getter(mthis) native "HTMLFieldSetE lement_validationMessage_Getter"; 2874 static $name_Getter(mthis) native "HTMLEmbedElement_name_Getter";
2598 2875
2599 Native_HTMLFieldSetElement_validity_Getter(mthis) native "HTMLFieldSetElement_va lidity_Getter"; 2876 static $name_Setter(mthis, value) native "HTMLEmbedElement_name_Setter";
2600 2877
2601 Native_HTMLFieldSetElement_willValidate_Getter(mthis) native "HTMLFieldSetElemen t_willValidate_Getter"; 2878 static $src_Getter(mthis) native "HTMLEmbedElement_src_Getter";
2602 2879
2603 Native_HTMLFieldSetElement_checkValidity_Callback(mthis) native "HTMLFieldSetEle ment_checkValidity_Callback_RESOLVER_STRING_0_"; 2880 static $src_Setter(mthis, value) native "HTMLEmbedElement_src_Setter";
2604 2881
2605 Native_HTMLFieldSetElement_setCustomValidity_Callback(mthis, error) native "HTML FieldSetElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; 2882 static $type_Getter(mthis) native "HTMLEmbedElement_type_Getter";
2606 2883
2607 Native_HTMLFormElement_acceptCharset_Getter(mthis) native "HTMLFormElement_accep tCharset_Getter"; 2884 static $type_Setter(mthis, value) native "HTMLEmbedElement_type_Setter";
2608 2885
2609 Native_HTMLFormElement_acceptCharset_Setter(mthis, value) native "HTMLFormElemen t_acceptCharset_Setter"; 2886 static $width_Getter(mthis) native "HTMLEmbedElement_width_Getter";
2610 2887
2611 Native_HTMLFormElement_action_Getter(mthis) native "HTMLFormElement_action_Gette r"; 2888 static $width_Setter(mthis, value) native "HTMLEmbedElement_width_Setter";
2612 2889
2613 Native_HTMLFormElement_action_Setter(mthis, value) native "HTMLFormElement_actio n_Setter"; 2890 static $__getter___Callback(mthis, index_OR_name) native "HTMLEmbedElement___g etter___Callback";
2614 2891
2615 Native_HTMLFormElement_autocomplete_Getter(mthis) native "HTMLFormElement_autoco mplete_Getter"; 2892 static $__setter___Callback(mthis, index_OR_name, value) native "HTMLEmbedElem ent___setter___Callback";
2616 2893 }
2617 Native_HTMLFormElement_autocomplete_Setter(mthis, value) native "HTMLFormElement _autocomplete_Setter"; 2894
2618 2895 class BlinkHTMLFieldSetElement {
2619 Native_HTMLFormElement_encoding_Getter(mthis) native "HTMLFormElement_encoding_G etter"; 2896 static $disabled_Getter(mthis) native "HTMLFieldSetElement_disabled_Getter";
2620 2897
2621 Native_HTMLFormElement_encoding_Setter(mthis, value) native "HTMLFormElement_enc oding_Setter"; 2898 static $disabled_Setter(mthis, value) native "HTMLFieldSetElement_disabled_Set ter";
2622 2899
2623 Native_HTMLFormElement_enctype_Getter(mthis) native "HTMLFormElement_enctype_Get ter"; 2900 static $elements_Getter(mthis) native "HTMLFieldSetElement_elements_Getter";
2624 2901
2625 Native_HTMLFormElement_enctype_Setter(mthis, value) native "HTMLFormElement_enct ype_Setter"; 2902 static $form_Getter(mthis) native "HTMLFieldSetElement_form_Getter";
2626 2903
2627 Native_HTMLFormElement_length_Getter(mthis) native "HTMLFormElement_length_Gette r"; 2904 static $name_Getter(mthis) native "HTMLFieldSetElement_name_Getter";
2628 2905
2629 Native_HTMLFormElement_method_Getter(mthis) native "HTMLFormElement_method_Gette r"; 2906 static $name_Setter(mthis, value) native "HTMLFieldSetElement_name_Setter";
2630 2907
2631 Native_HTMLFormElement_method_Setter(mthis, value) native "HTMLFormElement_metho d_Setter"; 2908 static $type_Getter(mthis) native "HTMLFieldSetElement_type_Getter";
2632 2909
2633 Native_HTMLFormElement_name_Getter(mthis) native "HTMLFormElement_name_Getter"; 2910 static $validationMessage_Getter(mthis) native "HTMLFieldSetElement_validation Message_Getter";
2634 2911
2635 Native_HTMLFormElement_name_Setter(mthis, value) native "HTMLFormElement_name_Se tter"; 2912 static $validity_Getter(mthis) native "HTMLFieldSetElement_validity_Getter";
2636 2913
2637 Native_HTMLFormElement_noValidate_Getter(mthis) native "HTMLFormElement_noValida te_Getter"; 2914 static $willValidate_Getter(mthis) native "HTMLFieldSetElement_willValidate_Ge tter";
2638 2915
2639 Native_HTMLFormElement_noValidate_Setter(mthis, value) native "HTMLFormElement_n oValidate_Setter"; 2916 static $checkValidity_Callback(mthis) native "HTMLFieldSetElement_checkValidit y_Callback_RESOLVER_STRING_0_";
2640 2917
2641 Native_HTMLFormElement_target_Getter(mthis) native "HTMLFormElement_target_Gette r"; 2918 static $setCustomValidity_Callback(mthis, error) native "HTMLFieldSetElement_s etCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
2642 2919 }
2643 Native_HTMLFormElement_target_Setter(mthis, value) native "HTMLFormElement_targe t_Setter"; 2920
2644 2921 class BlinkHTMLFontElement {}
2645 Native_HTMLFormElement___getter___Callback(mthis, index) native "HTMLFormElement ___getter___Callback_RESOLVER_STRING_1_unsigned long"; 2922
2646 2923 class BlinkHTMLFormControlsCollection {}
2647 Native_HTMLFormElement_checkValidity_Callback(mthis) native "HTMLFormElement_che ckValidity_Callback_RESOLVER_STRING_0_"; 2924
2648 2925 class BlinkHTMLFormElement {
2649 Native_HTMLFormElement_requestAutocomplete_Callback(mthis, details) native "HTML FormElement_requestAutocomplete_Callback_RESOLVER_STRING_1_Dictionary"; 2926 static $acceptCharset_Getter(mthis) native "HTMLFormElement_acceptCharset_Gett er";
2650 2927
2651 Native_HTMLFormElement_reset_Callback(mthis) native "HTMLFormElement_reset_Callb ack_RESOLVER_STRING_0_"; 2928 static $acceptCharset_Setter(mthis, value) native "HTMLFormElement_acceptChars et_Setter";
2652 2929
2653 Native_HTMLFormElement_submit_Callback(mthis) native "HTMLFormElement_submit_Cal lback_RESOLVER_STRING_0_"; 2930 static $action_Getter(mthis) native "HTMLFormElement_action_Getter";
2654 2931
2655 Native_HTMLHRElement_color_Getter(mthis) native "HTMLHRElement_color_Getter"; 2932 static $action_Setter(mthis, value) native "HTMLFormElement_action_Setter";
2656 2933
2657 Native_HTMLHRElement_color_Setter(mthis, value) native "HTMLHRElement_color_Sett er"; 2934 static $autocomplete_Getter(mthis) native "HTMLFormElement_autocomplete_Getter ";
2658 2935
2659 Native_HTMLIFrameElement_contentWindow_Getter(mthis) native "HTMLIFrameElement_c ontentWindow_Getter"; 2936 static $autocomplete_Setter(mthis, value) native "HTMLFormElement_autocomplete _Setter";
2660 2937
2661 Native_HTMLIFrameElement_height_Getter(mthis) native "HTMLIFrameElement_height_G etter"; 2938 static $encoding_Getter(mthis) native "HTMLFormElement_encoding_Getter";
2662 2939
2663 Native_HTMLIFrameElement_height_Setter(mthis, value) native "HTMLIFrameElement_h eight_Setter"; 2940 static $encoding_Setter(mthis, value) native "HTMLFormElement_encoding_Setter" ;
2664 2941
2665 Native_HTMLIFrameElement_name_Getter(mthis) native "HTMLIFrameElement_name_Gette r"; 2942 static $enctype_Getter(mthis) native "HTMLFormElement_enctype_Getter";
2666 2943
2667 Native_HTMLIFrameElement_name_Setter(mthis, value) native "HTMLIFrameElement_nam e_Setter"; 2944 static $enctype_Setter(mthis, value) native "HTMLFormElement_enctype_Setter";
2668 2945
2669 Native_HTMLIFrameElement_sandbox_Getter(mthis) native "HTMLIFrameElement_sandbox _Getter"; 2946 static $length_Getter(mthis) native "HTMLFormElement_length_Getter";
2670 2947
2671 Native_HTMLIFrameElement_sandbox_Setter(mthis, value) native "HTMLIFrameElement_ sandbox_Setter"; 2948 static $method_Getter(mthis) native "HTMLFormElement_method_Getter";
2672 2949
2673 Native_HTMLIFrameElement_src_Getter(mthis) native "HTMLIFrameElement_src_Getter" ; 2950 static $method_Setter(mthis, value) native "HTMLFormElement_method_Setter";
2674 2951
2675 Native_HTMLIFrameElement_src_Setter(mthis, value) native "HTMLIFrameElement_src_ Setter"; 2952 static $name_Getter(mthis) native "HTMLFormElement_name_Getter";
2676 2953
2677 Native_HTMLIFrameElement_srcdoc_Getter(mthis) native "HTMLIFrameElement_srcdoc_G etter"; 2954 static $name_Setter(mthis, value) native "HTMLFormElement_name_Setter";
2678 2955
2679 Native_HTMLIFrameElement_srcdoc_Setter(mthis, value) native "HTMLIFrameElement_s rcdoc_Setter"; 2956 static $noValidate_Getter(mthis) native "HTMLFormElement_noValidate_Getter";
2680 2957
2681 Native_HTMLIFrameElement_width_Getter(mthis) native "HTMLIFrameElement_width_Get ter"; 2958 static $noValidate_Setter(mthis, value) native "HTMLFormElement_noValidate_Set ter";
2682 2959
2683 Native_HTMLIFrameElement_width_Setter(mthis, value) native "HTMLIFrameElement_wi dth_Setter"; 2960 static $target_Getter(mthis) native "HTMLFormElement_target_Getter";
2684 2961
2685 Native_HTMLImageElement_alt_Getter(mthis) native "HTMLImageElement_alt_Getter"; 2962 static $target_Setter(mthis, value) native "HTMLFormElement_target_Setter";
2686 2963
2687 Native_HTMLImageElement_alt_Setter(mthis, value) native "HTMLImageElement_alt_Se tter"; 2964 static $__getter___Callback(mthis, index) native "HTMLFormElement___getter___C allback_RESOLVER_STRING_1_unsigned long";
2688 2965
2689 Native_HTMLImageElement_complete_Getter(mthis) native "HTMLImageElement_complete _Getter"; 2966 static $checkValidity_Callback(mthis) native "HTMLFormElement_checkValidity_Ca llback_RESOLVER_STRING_0_";
2690 2967
2691 Native_HTMLImageElement_crossOrigin_Getter(mthis) native "HTMLImageElement_cross Origin_Getter"; 2968 static $requestAutocomplete_Callback(mthis, details) native "HTMLFormElement_r equestAutocomplete_Callback_RESOLVER_STRING_1_Dictionary";
2692 2969
2693 Native_HTMLImageElement_crossOrigin_Setter(mthis, value) native "HTMLImageElemen t_crossOrigin_Setter"; 2970 static $reset_Callback(mthis) native "HTMLFormElement_reset_Callback_RESOLVER_ STRING_0_";
2694 2971
2695 Native_HTMLImageElement_height_Getter(mthis) native "HTMLImageElement_height_Get ter"; 2972 static $submit_Callback(mthis) native "HTMLFormElement_submit_Callback_RESOLVE R_STRING_0_";
2696 2973 }
2697 Native_HTMLImageElement_height_Setter(mthis, value) native "HTMLImageElement_hei ght_Setter"; 2974
2698 2975 class BlinkHTMLFrameElement {}
2699 Native_HTMLImageElement_isMap_Getter(mthis) native "HTMLImageElement_isMap_Gette r"; 2976
2700 2977 class BlinkHTMLFrameSetElement {}
2701 Native_HTMLImageElement_isMap_Setter(mthis, value) native "HTMLImageElement_isMa p_Setter"; 2978
2702 2979 class BlinkHTMLHRElement {
2703 Native_HTMLImageElement_naturalHeight_Getter(mthis) native "HTMLImageElement_nat uralHeight_Getter"; 2980 static $color_Getter(mthis) native "HTMLHRElement_color_Getter";
2704 2981
2705 Native_HTMLImageElement_naturalWidth_Getter(mthis) native "HTMLImageElement_natu ralWidth_Getter"; 2982 static $color_Setter(mthis, value) native "HTMLHRElement_color_Setter";
2706 2983 }
2707 Native_HTMLImageElement_src_Getter(mthis) native "HTMLImageElement_src_Getter"; 2984
2708 2985 class BlinkHTMLHeadElement {}
2709 Native_HTMLImageElement_src_Setter(mthis, value) native "HTMLImageElement_src_Se tter"; 2986
2710 2987 class BlinkHTMLHeadingElement {}
2711 Native_HTMLImageElement_srcset_Getter(mthis) native "HTMLImageElement_srcset_Get ter"; 2988
2712 2989 class BlinkHTMLHtmlElement {}
2713 Native_HTMLImageElement_srcset_Setter(mthis, value) native "HTMLImageElement_src set_Setter"; 2990
2714 2991 class BlinkHTMLIFrameElement {
2715 Native_HTMLImageElement_useMap_Getter(mthis) native "HTMLImageElement_useMap_Get ter"; 2992 static $contentWindow_Getter(mthis) native "HTMLIFrameElement_contentWindow_Ge tter";
2716 2993
2717 Native_HTMLImageElement_useMap_Setter(mthis, value) native "HTMLImageElement_use Map_Setter"; 2994 static $height_Getter(mthis) native "HTMLIFrameElement_height_Getter";
2718 2995
2719 Native_HTMLImageElement_width_Getter(mthis) native "HTMLImageElement_width_Gette r"; 2996 static $height_Setter(mthis, value) native "HTMLIFrameElement_height_Setter";
2720 2997
2721 Native_HTMLImageElement_width_Setter(mthis, value) native "HTMLImageElement_widt h_Setter"; 2998 static $name_Getter(mthis) native "HTMLIFrameElement_name_Getter";
2722 2999
2723 Native_HTMLInputElement_accept_Getter(mthis) native "HTMLInputElement_accept_Get ter"; 3000 static $name_Setter(mthis, value) native "HTMLIFrameElement_name_Setter";
2724 3001
2725 Native_HTMLInputElement_accept_Setter(mthis, value) native "HTMLInputElement_acc ept_Setter"; 3002 static $sandbox_Getter(mthis) native "HTMLIFrameElement_sandbox_Getter";
2726 3003
2727 Native_HTMLInputElement_alt_Getter(mthis) native "HTMLInputElement_alt_Getter"; 3004 static $sandbox_Setter(mthis, value) native "HTMLIFrameElement_sandbox_Setter" ;
2728 3005
2729 Native_HTMLInputElement_alt_Setter(mthis, value) native "HTMLInputElement_alt_Se tter"; 3006 static $src_Getter(mthis) native "HTMLIFrameElement_src_Getter";
2730 3007
2731 Native_HTMLInputElement_autocomplete_Getter(mthis) native "HTMLInputElement_auto complete_Getter"; 3008 static $src_Setter(mthis, value) native "HTMLIFrameElement_src_Setter";
2732 3009
2733 Native_HTMLInputElement_autocomplete_Setter(mthis, value) native "HTMLInputEleme nt_autocomplete_Setter"; 3010 static $srcdoc_Getter(mthis) native "HTMLIFrameElement_srcdoc_Getter";
2734 3011
2735 Native_HTMLInputElement_autofocus_Getter(mthis) native "HTMLInputElement_autofoc us_Getter"; 3012 static $srcdoc_Setter(mthis, value) native "HTMLIFrameElement_srcdoc_Setter";
2736 3013
2737 Native_HTMLInputElement_autofocus_Setter(mthis, value) native "HTMLInputElement_ autofocus_Setter"; 3014 static $width_Getter(mthis) native "HTMLIFrameElement_width_Getter";
2738 3015
2739 Native_HTMLInputElement_checked_Getter(mthis) native "HTMLInputElement_checked_G etter"; 3016 static $width_Setter(mthis, value) native "HTMLIFrameElement_width_Setter";
2740 3017 }
2741 Native_HTMLInputElement_checked_Setter(mthis, value) native "HTMLInputElement_ch ecked_Setter"; 3018
2742 3019 class BlinkHTMLImageElement {
2743 Native_HTMLInputElement_defaultChecked_Getter(mthis) native "HTMLInputElement_de faultChecked_Getter"; 3020 static $alt_Getter(mthis) native "HTMLImageElement_alt_Getter";
2744 3021
2745 Native_HTMLInputElement_defaultChecked_Setter(mthis, value) native "HTMLInputEle ment_defaultChecked_Setter"; 3022 static $alt_Setter(mthis, value) native "HTMLImageElement_alt_Setter";
2746 3023
2747 Native_HTMLInputElement_defaultValue_Getter(mthis) native "HTMLInputElement_defa ultValue_Getter"; 3024 static $complete_Getter(mthis) native "HTMLImageElement_complete_Getter";
2748 3025
2749 Native_HTMLInputElement_defaultValue_Setter(mthis, value) native "HTMLInputEleme nt_defaultValue_Setter"; 3026 static $crossOrigin_Getter(mthis) native "HTMLImageElement_crossOrigin_Getter" ;
2750 3027
2751 Native_HTMLInputElement_dirName_Getter(mthis) native "HTMLInputElement_dirName_G etter"; 3028 static $crossOrigin_Setter(mthis, value) native "HTMLImageElement_crossOrigin_ Setter";
2752 3029
2753 Native_HTMLInputElement_dirName_Setter(mthis, value) native "HTMLInputElement_di rName_Setter"; 3030 static $height_Getter(mthis) native "HTMLImageElement_height_Getter";
2754 3031
2755 Native_HTMLInputElement_disabled_Getter(mthis) native "HTMLInputElement_disabled _Getter"; 3032 static $height_Setter(mthis, value) native "HTMLImageElement_height_Setter";
2756 3033
2757 Native_HTMLInputElement_disabled_Setter(mthis, value) native "HTMLInputElement_d isabled_Setter"; 3034 static $isMap_Getter(mthis) native "HTMLImageElement_isMap_Getter";
2758 3035
2759 Native_HTMLInputElement_files_Getter(mthis) native "HTMLInputElement_files_Gette r"; 3036 static $isMap_Setter(mthis, value) native "HTMLImageElement_isMap_Setter";
2760 3037
2761 Native_HTMLInputElement_files_Setter(mthis, value) native "HTMLInputElement_file s_Setter"; 3038 static $naturalHeight_Getter(mthis) native "HTMLImageElement_naturalHeight_Get ter";
2762 3039
2763 Native_HTMLInputElement_form_Getter(mthis) native "HTMLInputElement_form_Getter" ; 3040 static $naturalWidth_Getter(mthis) native "HTMLImageElement_naturalWidth_Gette r";
2764 3041
2765 Native_HTMLInputElement_formAction_Getter(mthis) native "HTMLInputElement_formAc tion_Getter"; 3042 static $src_Getter(mthis) native "HTMLImageElement_src_Getter";
2766 3043
2767 Native_HTMLInputElement_formAction_Setter(mthis, value) native "HTMLInputElement _formAction_Setter"; 3044 static $src_Setter(mthis, value) native "HTMLImageElement_src_Setter";
2768 3045
2769 Native_HTMLInputElement_formEnctype_Getter(mthis) native "HTMLInputElement_formE nctype_Getter"; 3046 static $srcset_Getter(mthis) native "HTMLImageElement_srcset_Getter";
2770 3047
2771 Native_HTMLInputElement_formEnctype_Setter(mthis, value) native "HTMLInputElemen t_formEnctype_Setter"; 3048 static $srcset_Setter(mthis, value) native "HTMLImageElement_srcset_Setter";
2772 3049
2773 Native_HTMLInputElement_formMethod_Getter(mthis) native "HTMLInputElement_formMe thod_Getter"; 3050 static $useMap_Getter(mthis) native "HTMLImageElement_useMap_Getter";
2774 3051
2775 Native_HTMLInputElement_formMethod_Setter(mthis, value) native "HTMLInputElement _formMethod_Setter"; 3052 static $useMap_Setter(mthis, value) native "HTMLImageElement_useMap_Setter";
2776 3053
2777 Native_HTMLInputElement_formNoValidate_Getter(mthis) native "HTMLInputElement_fo rmNoValidate_Getter"; 3054 static $width_Getter(mthis) native "HTMLImageElement_width_Getter";
2778 3055
2779 Native_HTMLInputElement_formNoValidate_Setter(mthis, value) native "HTMLInputEle ment_formNoValidate_Setter"; 3056 static $width_Setter(mthis, value) native "HTMLImageElement_width_Setter";
2780 3057 }
2781 Native_HTMLInputElement_formTarget_Getter(mthis) native "HTMLInputElement_formTa rget_Getter"; 3058
2782 3059 class BlinkHTMLInputElement {
2783 Native_HTMLInputElement_formTarget_Setter(mthis, value) native "HTMLInputElement _formTarget_Setter"; 3060 static $accept_Getter(mthis) native "HTMLInputElement_accept_Getter";
2784 3061
2785 Native_HTMLInputElement_height_Getter(mthis) native "HTMLInputElement_height_Get ter"; 3062 static $accept_Setter(mthis, value) native "HTMLInputElement_accept_Setter";
2786 3063
2787 Native_HTMLInputElement_height_Setter(mthis, value) native "HTMLInputElement_hei ght_Setter"; 3064 static $alt_Getter(mthis) native "HTMLInputElement_alt_Getter";
2788 3065
2789 Native_HTMLInputElement_incremental_Getter(mthis) native "HTMLInputElement_incre mental_Getter"; 3066 static $alt_Setter(mthis, value) native "HTMLInputElement_alt_Setter";
2790 3067
2791 Native_HTMLInputElement_incremental_Setter(mthis, value) native "HTMLInputElemen t_incremental_Setter"; 3068 static $autocomplete_Getter(mthis) native "HTMLInputElement_autocomplete_Gette r";
2792 3069
2793 Native_HTMLInputElement_indeterminate_Getter(mthis) native "HTMLInputElement_ind eterminate_Getter"; 3070 static $autocomplete_Setter(mthis, value) native "HTMLInputElement_autocomplet e_Setter";
2794 3071
2795 Native_HTMLInputElement_indeterminate_Setter(mthis, value) native "HTMLInputElem ent_indeterminate_Setter"; 3072 static $autofocus_Getter(mthis) native "HTMLInputElement_autofocus_Getter";
2796 3073
2797 Native_HTMLInputElement_inputMode_Getter(mthis) native "HTMLInputElement_inputMo de_Getter"; 3074 static $autofocus_Setter(mthis, value) native "HTMLInputElement_autofocus_Sett er";
2798 3075
2799 Native_HTMLInputElement_inputMode_Setter(mthis, value) native "HTMLInputElement_ inputMode_Setter"; 3076 static $checked_Getter(mthis) native "HTMLInputElement_checked_Getter";
2800 3077
2801 Native_HTMLInputElement_labels_Getter(mthis) native "HTMLInputElement_labels_Get ter"; 3078 static $checked_Setter(mthis, value) native "HTMLInputElement_checked_Setter";
2802 3079
2803 Native_HTMLInputElement_list_Getter(mthis) native "HTMLInputElement_list_Getter" ; 3080 static $defaultChecked_Getter(mthis) native "HTMLInputElement_defaultChecked_G etter";
2804 3081
2805 Native_HTMLInputElement_max_Getter(mthis) native "HTMLInputElement_max_Getter"; 3082 static $defaultChecked_Setter(mthis, value) native "HTMLInputElement_defaultCh ecked_Setter";
2806 3083
2807 Native_HTMLInputElement_max_Setter(mthis, value) native "HTMLInputElement_max_Se tter"; 3084 static $defaultValue_Getter(mthis) native "HTMLInputElement_defaultValue_Gette r";
2808 3085
2809 Native_HTMLInputElement_maxLength_Getter(mthis) native "HTMLInputElement_maxLeng th_Getter"; 3086 static $defaultValue_Setter(mthis, value) native "HTMLInputElement_defaultValu e_Setter";
2810 3087
2811 Native_HTMLInputElement_maxLength_Setter(mthis, value) native "HTMLInputElement_ maxLength_Setter"; 3088 static $dirName_Getter(mthis) native "HTMLInputElement_dirName_Getter";
2812 3089
2813 Native_HTMLInputElement_min_Getter(mthis) native "HTMLInputElement_min_Getter"; 3090 static $dirName_Setter(mthis, value) native "HTMLInputElement_dirName_Setter";
2814 3091
2815 Native_HTMLInputElement_min_Setter(mthis, value) native "HTMLInputElement_min_Se tter"; 3092 static $disabled_Getter(mthis) native "HTMLInputElement_disabled_Getter";
2816 3093
2817 Native_HTMLInputElement_multiple_Getter(mthis) native "HTMLInputElement_multiple _Getter"; 3094 static $disabled_Setter(mthis, value) native "HTMLInputElement_disabled_Setter ";
2818 3095
2819 Native_HTMLInputElement_multiple_Setter(mthis, value) native "HTMLInputElement_m ultiple_Setter"; 3096 static $files_Getter(mthis) native "HTMLInputElement_files_Getter";
2820 3097
2821 Native_HTMLInputElement_name_Getter(mthis) native "HTMLInputElement_name_Getter" ; 3098 static $files_Setter(mthis, value) native "HTMLInputElement_files_Setter";
2822 3099
2823 Native_HTMLInputElement_name_Setter(mthis, value) native "HTMLInputElement_name_ Setter"; 3100 static $form_Getter(mthis) native "HTMLInputElement_form_Getter";
2824 3101
2825 Native_HTMLInputElement_pattern_Getter(mthis) native "HTMLInputElement_pattern_G etter"; 3102 static $formAction_Getter(mthis) native "HTMLInputElement_formAction_Getter";
2826 3103
2827 Native_HTMLInputElement_pattern_Setter(mthis, value) native "HTMLInputElement_pa ttern_Setter"; 3104 static $formAction_Setter(mthis, value) native "HTMLInputElement_formAction_Se tter";
2828 3105
2829 Native_HTMLInputElement_placeholder_Getter(mthis) native "HTMLInputElement_place holder_Getter"; 3106 static $formEnctype_Getter(mthis) native "HTMLInputElement_formEnctype_Getter" ;
2830 3107
2831 Native_HTMLInputElement_placeholder_Setter(mthis, value) native "HTMLInputElemen t_placeholder_Setter"; 3108 static $formEnctype_Setter(mthis, value) native "HTMLInputElement_formEnctype_ Setter";
2832 3109
2833 Native_HTMLInputElement_readOnly_Getter(mthis) native "HTMLInputElement_readOnly _Getter"; 3110 static $formMethod_Getter(mthis) native "HTMLInputElement_formMethod_Getter";
2834 3111
2835 Native_HTMLInputElement_readOnly_Setter(mthis, value) native "HTMLInputElement_r eadOnly_Setter"; 3112 static $formMethod_Setter(mthis, value) native "HTMLInputElement_formMethod_Se tter";
2836 3113
2837 Native_HTMLInputElement_required_Getter(mthis) native "HTMLInputElement_required _Getter"; 3114 static $formNoValidate_Getter(mthis) native "HTMLInputElement_formNoValidate_G etter";
2838 3115
2839 Native_HTMLInputElement_required_Setter(mthis, value) native "HTMLInputElement_r equired_Setter"; 3116 static $formNoValidate_Setter(mthis, value) native "HTMLInputElement_formNoVal idate_Setter";
2840 3117
2841 Native_HTMLInputElement_selectionDirection_Getter(mthis) native "HTMLInputElemen t_selectionDirection_Getter"; 3118 static $formTarget_Getter(mthis) native "HTMLInputElement_formTarget_Getter";
2842 3119
2843 Native_HTMLInputElement_selectionDirection_Setter(mthis, value) native "HTMLInpu tElement_selectionDirection_Setter"; 3120 static $formTarget_Setter(mthis, value) native "HTMLInputElement_formTarget_Se tter";
2844 3121
2845 Native_HTMLInputElement_selectionEnd_Getter(mthis) native "HTMLInputElement_sele ctionEnd_Getter"; 3122 static $height_Getter(mthis) native "HTMLInputElement_height_Getter";
2846 3123
2847 Native_HTMLInputElement_selectionEnd_Setter(mthis, value) native "HTMLInputEleme nt_selectionEnd_Setter"; 3124 static $height_Setter(mthis, value) native "HTMLInputElement_height_Setter";
2848 3125
2849 Native_HTMLInputElement_selectionStart_Getter(mthis) native "HTMLInputElement_se lectionStart_Getter"; 3126 static $incremental_Getter(mthis) native "HTMLInputElement_incremental_Getter" ;
2850 3127
2851 Native_HTMLInputElement_selectionStart_Setter(mthis, value) native "HTMLInputEle ment_selectionStart_Setter"; 3128 static $incremental_Setter(mthis, value) native "HTMLInputElement_incremental_ Setter";
2852 3129
2853 Native_HTMLInputElement_size_Getter(mthis) native "HTMLInputElement_size_Getter" ; 3130 static $indeterminate_Getter(mthis) native "HTMLInputElement_indeterminate_Get ter";
2854 3131
2855 Native_HTMLInputElement_size_Setter(mthis, value) native "HTMLInputElement_size_ Setter"; 3132 static $indeterminate_Setter(mthis, value) native "HTMLInputElement_indetermin ate_Setter";
2856 3133
2857 Native_HTMLInputElement_src_Getter(mthis) native "HTMLInputElement_src_Getter"; 3134 static $inputMode_Getter(mthis) native "HTMLInputElement_inputMode_Getter";
2858 3135
2859 Native_HTMLInputElement_src_Setter(mthis, value) native "HTMLInputElement_src_Se tter"; 3136 static $inputMode_Setter(mthis, value) native "HTMLInputElement_inputMode_Sett er";
2860 3137
2861 Native_HTMLInputElement_step_Getter(mthis) native "HTMLInputElement_step_Getter" ; 3138 static $labels_Getter(mthis) native "HTMLInputElement_labels_Getter";
2862 3139
2863 Native_HTMLInputElement_step_Setter(mthis, value) native "HTMLInputElement_step_ Setter"; 3140 static $list_Getter(mthis) native "HTMLInputElement_list_Getter";
2864 3141
2865 Native_HTMLInputElement_type_Getter(mthis) native "HTMLInputElement_type_Getter" ; 3142 static $max_Getter(mthis) native "HTMLInputElement_max_Getter";
2866 3143
2867 Native_HTMLInputElement_type_Setter(mthis, value) native "HTMLInputElement_type_ Setter"; 3144 static $max_Setter(mthis, value) native "HTMLInputElement_max_Setter";
2868 3145
2869 Native_HTMLInputElement_validationMessage_Getter(mthis) native "HTMLInputElement _validationMessage_Getter"; 3146 static $maxLength_Getter(mthis) native "HTMLInputElement_maxLength_Getter";
2870 3147
2871 Native_HTMLInputElement_validity_Getter(mthis) native "HTMLInputElement_validity _Getter"; 3148 static $maxLength_Setter(mthis, value) native "HTMLInputElement_maxLength_Sett er";
2872 3149
2873 Native_HTMLInputElement_value_Getter(mthis) native "HTMLInputElement_value_Gette r"; 3150 static $min_Getter(mthis) native "HTMLInputElement_min_Getter";
2874 3151
2875 Native_HTMLInputElement_value_Setter(mthis, value) native "HTMLInputElement_valu e_Setter"; 3152 static $min_Setter(mthis, value) native "HTMLInputElement_min_Setter";
2876 3153
2877 Native_HTMLInputElement_valueAsDate_Getter(mthis) native "HTMLInputElement_value AsDate_Getter"; 3154 static $multiple_Getter(mthis) native "HTMLInputElement_multiple_Getter";
2878 3155
2879 Native_HTMLInputElement_valueAsDate_Setter(mthis, value) native "HTMLInputElemen t_valueAsDate_Setter"; 3156 static $multiple_Setter(mthis, value) native "HTMLInputElement_multiple_Setter ";
2880 3157
2881 Native_HTMLInputElement_valueAsNumber_Getter(mthis) native "HTMLInputElement_val ueAsNumber_Getter"; 3158 static $name_Getter(mthis) native "HTMLInputElement_name_Getter";
2882 3159
2883 Native_HTMLInputElement_valueAsNumber_Setter(mthis, value) native "HTMLInputElem ent_valueAsNumber_Setter"; 3160 static $name_Setter(mthis, value) native "HTMLInputElement_name_Setter";
2884 3161
2885 Native_HTMLInputElement_webkitEntries_Getter(mthis) native "HTMLInputElement_web kitEntries_Getter"; 3162 static $pattern_Getter(mthis) native "HTMLInputElement_pattern_Getter";
2886 3163
2887 Native_HTMLInputElement_webkitdirectory_Getter(mthis) native "HTMLInputElement_w ebkitdirectory_Getter"; 3164 static $pattern_Setter(mthis, value) native "HTMLInputElement_pattern_Setter";
2888 3165
2889 Native_HTMLInputElement_webkitdirectory_Setter(mthis, value) native "HTMLInputEl ement_webkitdirectory_Setter"; 3166 static $placeholder_Getter(mthis) native "HTMLInputElement_placeholder_Getter" ;
2890 3167
2891 Native_HTMLInputElement_width_Getter(mthis) native "HTMLInputElement_width_Gette r"; 3168 static $placeholder_Setter(mthis, value) native "HTMLInputElement_placeholder_ Setter";
2892 3169
2893 Native_HTMLInputElement_width_Setter(mthis, value) native "HTMLInputElement_widt h_Setter"; 3170 static $readOnly_Getter(mthis) native "HTMLInputElement_readOnly_Getter";
2894 3171
2895 Native_HTMLInputElement_willValidate_Getter(mthis) native "HTMLInputElement_will Validate_Getter"; 3172 static $readOnly_Setter(mthis, value) native "HTMLInputElement_readOnly_Setter ";
2896 3173
2897 Native_HTMLInputElement_checkValidity_Callback(mthis) native "HTMLInputElement_c heckValidity_Callback_RESOLVER_STRING_0_"; 3174 static $required_Getter(mthis) native "HTMLInputElement_required_Getter";
2898 3175
2899 Native_HTMLInputElement_select_Callback(mthis) native "HTMLInputElement_select_C allback_RESOLVER_STRING_0_"; 3176 static $required_Setter(mthis, value) native "HTMLInputElement_required_Setter ";
2900 3177
2901 Native_HTMLInputElement_setCustomValidity_Callback(mthis, error) native "HTMLInp utElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; 3178 static $selectionDirection_Getter(mthis) native "HTMLInputElement_selectionDir ection_Getter";
2902 3179
2903 // Generated overload resolver 3180 static $selectionDirection_Setter(mthis, value) native "HTMLInputElement_selec tionDirection_Setter";
2904 Native_HTMLInputElement_setRangeText(mthis, replacement, start, end, selectionMo de) { 3181
3182 static $selectionEnd_Getter(mthis) native "HTMLInputElement_selectionEnd_Gette r";
3183
3184 static $selectionEnd_Setter(mthis, value) native "HTMLInputElement_selectionEn d_Setter";
3185
3186 static $selectionStart_Getter(mthis) native "HTMLInputElement_selectionStart_G etter";
3187
3188 static $selectionStart_Setter(mthis, value) native "HTMLInputElement_selection Start_Setter";
3189
3190 static $size_Getter(mthis) native "HTMLInputElement_size_Getter";
3191
3192 static $size_Setter(mthis, value) native "HTMLInputElement_size_Setter";
3193
3194 static $src_Getter(mthis) native "HTMLInputElement_src_Getter";
3195
3196 static $src_Setter(mthis, value) native "HTMLInputElement_src_Setter";
3197
3198 static $step_Getter(mthis) native "HTMLInputElement_step_Getter";
3199
3200 static $step_Setter(mthis, value) native "HTMLInputElement_step_Setter";
3201
3202 static $type_Getter(mthis) native "HTMLInputElement_type_Getter";
3203
3204 static $type_Setter(mthis, value) native "HTMLInputElement_type_Setter";
3205
3206 static $validationMessage_Getter(mthis) native "HTMLInputElement_validationMes sage_Getter";
3207
3208 static $validity_Getter(mthis) native "HTMLInputElement_validity_Getter";
3209
3210 static $value_Getter(mthis) native "HTMLInputElement_value_Getter";
3211
3212 static $value_Setter(mthis, value) native "HTMLInputElement_value_Setter";
3213
3214 static $valueAsDate_Getter(mthis) native "HTMLInputElement_valueAsDate_Getter" ;
3215
3216 static $valueAsDate_Setter(mthis, value) native "HTMLInputElement_valueAsDate_ Setter";
3217
3218 static $valueAsNumber_Getter(mthis) native "HTMLInputElement_valueAsNumber_Get ter";
3219
3220 static $valueAsNumber_Setter(mthis, value) native "HTMLInputElement_valueAsNum ber_Setter";
3221
3222 static $webkitEntries_Getter(mthis) native "HTMLInputElement_webkitEntries_Get ter";
3223
3224 static $webkitdirectory_Getter(mthis) native "HTMLInputElement_webkitdirectory _Getter";
3225
3226 static $webkitdirectory_Setter(mthis, value) native "HTMLInputElement_webkitdi rectory_Setter";
3227
3228 static $width_Getter(mthis) native "HTMLInputElement_width_Getter";
3229
3230 static $width_Setter(mthis, value) native "HTMLInputElement_width_Setter";
3231
3232 static $willValidate_Getter(mthis) native "HTMLInputElement_willValidate_Gette r";
3233
3234 static $checkValidity_Callback(mthis) native "HTMLInputElement_checkValidity_C allback_RESOLVER_STRING_0_";
3235
3236 static $select_Callback(mthis) native "HTMLInputElement_select_Callback_RESOLV ER_STRING_0_";
3237
3238 static $setCustomValidity_Callback(mthis, error) native "HTMLInputElement_setC ustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3239
3240 // Generated overload resolver
3241 static $setRangeText(mthis, replacement, start, end, selectionMode) {
2905 if ((replacement is String || replacement == null) && start == null && end = = null && selectionMode == null) { 3242 if ((replacement is String || replacement == null) && start == null && end = = null && selectionMode == null) {
2906 Native_HTMLInputElement__setRangeText_1_Callback(mthis, replacement); 3243 $_setRangeText_1_Callback(mthis, replacement);
2907 return; 3244 return;
2908 } 3245 }
2909 if ((selectionMode is String || selectionMode == null) && (end is int || end == null) && (start is int || start == null) && (replacement is String || replac ement == null)) { 3246 if ((selectionMode is String || selectionMode == null) && (end is int || end == null) && (start is int || start == null) && (replacement is String || replac ement == null)) {
2910 Native_HTMLInputElement__setRangeText_2_Callback(mthis, replacement, start , end, selectionMode); 3247 $_setRangeText_2_Callback(mthis, replacement, start, end, selectionMode);
2911 return; 3248 return;
2912 } 3249 }
2913 throw new ArgumentError("Incorrect number or type of arguments"); 3250 throw new ArgumentError("Incorrect number or type of arguments");
2914 } 3251 }
2915 3252
2916 Native_HTMLInputElement__setRangeText_1_Callback(mthis, replacement) native "HTM LInputElement_setRangeText_Callback_RESOLVER_STRING_1_DOMString"; 3253 static $_setRangeText_1_Callback(mthis, replacement) native "HTMLInputElement_ setRangeText_Callback_RESOLVER_STRING_1_DOMString";
2917 3254
2918 Native_HTMLInputElement__setRangeText_2_Callback(mthis, replacement, start, end, selectionMode) native "HTMLInputElement_setRangeText_Callback_RESOLVER_STRING_4 _DOMString_unsigned long_unsigned long_DOMString"; 3255 static $_setRangeText_2_Callback(mthis, replacement, start, end, selectionMode ) native "HTMLInputElement_setRangeText_Callback_RESOLVER_STRING_4_DOMString_uns igned long_unsigned long_DOMString";
2919 3256
2920 // Generated overload resolver 3257 // Generated overload resolver
2921 Native_HTMLInputElement_setSelectionRange(mthis, start, end, direction) { 3258 static $setSelectionRange(mthis, start, end, direction) {
2922 if (direction != null) { 3259 if (direction != null) {
2923 Native_HTMLInputElement__setSelectionRange_1_Callback(mthis, start, end, d irection); 3260 $_setSelectionRange_1_Callback(mthis, start, end, direction);
2924 return; 3261 return;
2925 } 3262 }
2926 Native_HTMLInputElement__setSelectionRange_2_Callback(mthis, start, end); 3263 $_setSelectionRange_2_Callback(mthis, start, end);
2927 return; 3264 return;
2928 } 3265 }
2929 3266
2930 Native_HTMLInputElement__setSelectionRange_1_Callback(mthis, start, end, directi on) native "HTMLInputElement_setSelectionRange_Callback_RESOLVER_STRING_3_long_l ong_DOMString"; 3267 static $_setSelectionRange_1_Callback(mthis, start, end, direction) native "HT MLInputElement_setSelectionRange_Callback_RESOLVER_STRING_3_long_long_DOMString" ;
2931 3268
2932 Native_HTMLInputElement__setSelectionRange_2_Callback(mthis, start, end) native "HTMLInputElement_setSelectionRange_Callback_RESOLVER_STRING_2_long_long"; 3269 static $_setSelectionRange_2_Callback(mthis, start, end) native "HTMLInputElem ent_setSelectionRange_Callback_RESOLVER_STRING_2_long_long";
2933 3270
2934 // Generated overload resolver 3271 // Generated overload resolver
2935 Native_HTMLInputElement_stepDown(mthis, n) { 3272 static $stepDown(mthis, n) {
2936 if (n != null) { 3273 if (n != null) {
2937 Native_HTMLInputElement__stepDown_1_Callback(mthis, n); 3274 $_stepDown_1_Callback(mthis, n);
2938 return; 3275 return;
2939 } 3276 }
2940 Native_HTMLInputElement__stepDown_2_Callback(mthis); 3277 $_stepDown_2_Callback(mthis);
2941 return; 3278 return;
2942 } 3279 }
2943 3280
2944 Native_HTMLInputElement__stepDown_1_Callback(mthis, n) native "HTMLInputElement_ stepDown_Callback_RESOLVER_STRING_1_long"; 3281 static $_stepDown_1_Callback(mthis, n) native "HTMLInputElement_stepDown_Callb ack_RESOLVER_STRING_1_long";
2945 3282
2946 Native_HTMLInputElement__stepDown_2_Callback(mthis) native "HTMLInputElement_ste pDown_Callback_RESOLVER_STRING_0_"; 3283 static $_stepDown_2_Callback(mthis) native "HTMLInputElement_stepDown_Callback _RESOLVER_STRING_0_";
2947 3284
2948 // Generated overload resolver 3285 // Generated overload resolver
2949 Native_HTMLInputElement_stepUp(mthis, n) { 3286 static $stepUp(mthis, n) {
2950 if (n != null) { 3287 if (n != null) {
2951 Native_HTMLInputElement__stepUp_1_Callback(mthis, n); 3288 $_stepUp_1_Callback(mthis, n);
2952 return; 3289 return;
2953 } 3290 }
2954 Native_HTMLInputElement__stepUp_2_Callback(mthis); 3291 $_stepUp_2_Callback(mthis);
2955 return; 3292 return;
2956 } 3293 }
2957 3294
2958 Native_HTMLInputElement__stepUp_1_Callback(mthis, n) native "HTMLInputElement_st epUp_Callback_RESOLVER_STRING_1_long"; 3295 static $_stepUp_1_Callback(mthis, n) native "HTMLInputElement_stepUp_Callback_ RESOLVER_STRING_1_long";
2959 3296
2960 Native_HTMLInputElement__stepUp_2_Callback(mthis) native "HTMLInputElement_stepU p_Callback_RESOLVER_STRING_0_"; 3297 static $_stepUp_2_Callback(mthis) native "HTMLInputElement_stepUp_Callback_RES OLVER_STRING_0_";
2961 3298 }
2962 Native_HTMLKeygenElement_autofocus_Getter(mthis) native "HTMLKeygenElement_autof ocus_Getter"; 3299
2963 3300 class BlinkHTMLKeygenElement {
2964 Native_HTMLKeygenElement_autofocus_Setter(mthis, value) native "HTMLKeygenElemen t_autofocus_Setter"; 3301 static $autofocus_Getter(mthis) native "HTMLKeygenElement_autofocus_Getter";
2965 3302
2966 Native_HTMLKeygenElement_challenge_Getter(mthis) native "HTMLKeygenElement_chall enge_Getter"; 3303 static $autofocus_Setter(mthis, value) native "HTMLKeygenElement_autofocus_Set ter";
2967 3304
2968 Native_HTMLKeygenElement_challenge_Setter(mthis, value) native "HTMLKeygenElemen t_challenge_Setter"; 3305 static $challenge_Getter(mthis) native "HTMLKeygenElement_challenge_Getter";
2969 3306
2970 Native_HTMLKeygenElement_disabled_Getter(mthis) native "HTMLKeygenElement_disabl ed_Getter"; 3307 static $challenge_Setter(mthis, value) native "HTMLKeygenElement_challenge_Set ter";
2971 3308
2972 Native_HTMLKeygenElement_disabled_Setter(mthis, value) native "HTMLKeygenElement _disabled_Setter"; 3309 static $disabled_Getter(mthis) native "HTMLKeygenElement_disabled_Getter";
2973 3310
2974 Native_HTMLKeygenElement_form_Getter(mthis) native "HTMLKeygenElement_form_Gette r"; 3311 static $disabled_Setter(mthis, value) native "HTMLKeygenElement_disabled_Sette r";
2975 3312
2976 Native_HTMLKeygenElement_keytype_Getter(mthis) native "HTMLKeygenElement_keytype _Getter"; 3313 static $form_Getter(mthis) native "HTMLKeygenElement_form_Getter";
2977 3314
2978 Native_HTMLKeygenElement_keytype_Setter(mthis, value) native "HTMLKeygenElement_ keytype_Setter"; 3315 static $keytype_Getter(mthis) native "HTMLKeygenElement_keytype_Getter";
2979 3316
2980 Native_HTMLKeygenElement_labels_Getter(mthis) native "HTMLKeygenElement_labels_G etter"; 3317 static $keytype_Setter(mthis, value) native "HTMLKeygenElement_keytype_Setter" ;
2981 3318
2982 Native_HTMLKeygenElement_name_Getter(mthis) native "HTMLKeygenElement_name_Gette r"; 3319 static $labels_Getter(mthis) native "HTMLKeygenElement_labels_Getter";
2983 3320
2984 Native_HTMLKeygenElement_name_Setter(mthis, value) native "HTMLKeygenElement_nam e_Setter"; 3321 static $name_Getter(mthis) native "HTMLKeygenElement_name_Getter";
2985 3322
2986 Native_HTMLKeygenElement_type_Getter(mthis) native "HTMLKeygenElement_type_Gette r"; 3323 static $name_Setter(mthis, value) native "HTMLKeygenElement_name_Setter";
2987 3324
2988 Native_HTMLKeygenElement_validationMessage_Getter(mthis) native "HTMLKeygenEleme nt_validationMessage_Getter"; 3325 static $type_Getter(mthis) native "HTMLKeygenElement_type_Getter";
2989 3326
2990 Native_HTMLKeygenElement_validity_Getter(mthis) native "HTMLKeygenElement_validi ty_Getter"; 3327 static $validationMessage_Getter(mthis) native "HTMLKeygenElement_validationMe ssage_Getter";
2991 3328
2992 Native_HTMLKeygenElement_willValidate_Getter(mthis) native "HTMLKeygenElement_wi llValidate_Getter"; 3329 static $validity_Getter(mthis) native "HTMLKeygenElement_validity_Getter";
2993 3330
2994 Native_HTMLKeygenElement_checkValidity_Callback(mthis) native "HTMLKeygenElement _checkValidity_Callback_RESOLVER_STRING_0_"; 3331 static $willValidate_Getter(mthis) native "HTMLKeygenElement_willValidate_Gett er";
2995 3332
2996 Native_HTMLKeygenElement_setCustomValidity_Callback(mthis, error) native "HTMLKe ygenElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; 3333 static $checkValidity_Callback(mthis) native "HTMLKeygenElement_checkValidity_ Callback_RESOLVER_STRING_0_";
2997 3334
2998 Native_HTMLLIElement_value_Getter(mthis) native "HTMLLIElement_value_Getter"; 3335 static $setCustomValidity_Callback(mthis, error) native "HTMLKeygenElement_set CustomValidity_Callback_RESOLVER_STRING_1_DOMString";
2999 3336 }
3000 Native_HTMLLIElement_value_Setter(mthis, value) native "HTMLLIElement_value_Sett er"; 3337
3001 3338 class BlinkHTMLLIElement {
3002 Native_HTMLLabelElement_control_Getter(mthis) native "HTMLLabelElement_control_G etter"; 3339 static $value_Getter(mthis) native "HTMLLIElement_value_Getter";
3003 3340
3004 Native_HTMLLabelElement_form_Getter(mthis) native "HTMLLabelElement_form_Getter" ; 3341 static $value_Setter(mthis, value) native "HTMLLIElement_value_Setter";
3005 3342 }
3006 Native_HTMLLabelElement_htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_G etter"; 3343
3007 3344 class BlinkHTMLLabelElement {
3008 Native_HTMLLabelElement_htmlFor_Setter(mthis, value) native "HTMLLabelElement_ht mlFor_Setter"; 3345 static $control_Getter(mthis) native "HTMLLabelElement_control_Getter";
3009 3346
3010 Native_HTMLLegendElement_form_Getter(mthis) native "HTMLLegendElement_form_Gette r"; 3347 static $form_Getter(mthis) native "HTMLLabelElement_form_Getter";
3011 3348
3012 Native_HTMLLinkElement_crossOrigin_Getter(mthis) native "HTMLLinkElement_crossOr igin_Getter"; 3349 static $htmlFor_Getter(mthis) native "HTMLLabelElement_htmlFor_Getter";
3013 3350
3014 Native_HTMLLinkElement_crossOrigin_Setter(mthis, value) native "HTMLLinkElement_ crossOrigin_Setter"; 3351 static $htmlFor_Setter(mthis, value) native "HTMLLabelElement_htmlFor_Setter";
3015 3352 }
3016 Native_HTMLLinkElement_disabled_Getter(mthis) native "HTMLLinkElement_disabled_G etter"; 3353
3017 3354 class BlinkHTMLLegendElement {
3018 Native_HTMLLinkElement_disabled_Setter(mthis, value) native "HTMLLinkElement_dis abled_Setter"; 3355 static $form_Getter(mthis) native "HTMLLegendElement_form_Getter";
3019 3356 }
3020 Native_HTMLLinkElement_href_Getter(mthis) native "HTMLLinkElement_href_Getter"; 3357
3021 3358 class BlinkHTMLLinkElement {
3022 Native_HTMLLinkElement_href_Setter(mthis, value) native "HTMLLinkElement_href_Se tter"; 3359 static $crossOrigin_Getter(mthis) native "HTMLLinkElement_crossOrigin_Getter";
3023 3360
3024 Native_HTMLLinkElement_hreflang_Getter(mthis) native "HTMLLinkElement_hreflang_G etter"; 3361 static $crossOrigin_Setter(mthis, value) native "HTMLLinkElement_crossOrigin_S etter";
3025 3362
3026 Native_HTMLLinkElement_hreflang_Setter(mthis, value) native "HTMLLinkElement_hre flang_Setter"; 3363 static $disabled_Getter(mthis) native "HTMLLinkElement_disabled_Getter";
3027 3364
3028 Native_HTMLLinkElement_import_Getter(mthis) native "HTMLLinkElement_import_Gette r"; 3365 static $disabled_Setter(mthis, value) native "HTMLLinkElement_disabled_Setter" ;
3029 3366
3030 Native_HTMLLinkElement_media_Getter(mthis) native "HTMLLinkElement_media_Getter" ; 3367 static $href_Getter(mthis) native "HTMLLinkElement_href_Getter";
3031 3368
3032 Native_HTMLLinkElement_media_Setter(mthis, value) native "HTMLLinkElement_media_ Setter"; 3369 static $href_Setter(mthis, value) native "HTMLLinkElement_href_Setter";
3033 3370
3034 Native_HTMLLinkElement_rel_Getter(mthis) native "HTMLLinkElement_rel_Getter"; 3371 static $hreflang_Getter(mthis) native "HTMLLinkElement_hreflang_Getter";
3035 3372
3036 Native_HTMLLinkElement_rel_Setter(mthis, value) native "HTMLLinkElement_rel_Sett er"; 3373 static $hreflang_Setter(mthis, value) native "HTMLLinkElement_hreflang_Setter" ;
3037 3374
3038 Native_HTMLLinkElement_sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter" ; 3375 static $import_Getter(mthis) native "HTMLLinkElement_import_Getter";
3039 3376
3040 Native_HTMLLinkElement_sizes_Getter(mthis) native "HTMLLinkElement_sizes_Getter" ; 3377 static $media_Getter(mthis) native "HTMLLinkElement_media_Getter";
3041 3378
3042 Native_HTMLLinkElement_type_Getter(mthis) native "HTMLLinkElement_type_Getter"; 3379 static $media_Setter(mthis, value) native "HTMLLinkElement_media_Setter";
3043 3380
3044 Native_HTMLLinkElement_type_Setter(mthis, value) native "HTMLLinkElement_type_Se tter"; 3381 static $rel_Getter(mthis) native "HTMLLinkElement_rel_Getter";
3045 3382
3046 Native_HTMLMapElement_areas_Getter(mthis) native "HTMLMapElement_areas_Getter"; 3383 static $rel_Setter(mthis, value) native "HTMLLinkElement_rel_Setter";
3047 3384
3048 Native_HTMLMapElement_name_Getter(mthis) native "HTMLMapElement_name_Getter"; 3385 static $sheet_Getter(mthis) native "HTMLLinkElement_sheet_Getter";
3049 3386
3050 Native_HTMLMapElement_name_Setter(mthis, value) native "HTMLMapElement_name_Sett er"; 3387 static $sizes_Getter(mthis) native "HTMLLinkElement_sizes_Getter";
3051 3388
3052 Native_HTMLMetaElement_content_Getter(mthis) native "HTMLMetaElement_content_Get ter"; 3389 static $type_Getter(mthis) native "HTMLLinkElement_type_Getter";
3053 3390
3054 Native_HTMLMetaElement_content_Setter(mthis, value) native "HTMLMetaElement_cont ent_Setter"; 3391 static $type_Setter(mthis, value) native "HTMLLinkElement_type_Setter";
3055 3392 }
3056 Native_HTMLMetaElement_httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv _Getter"; 3393
3057 3394 class BlinkHTMLMapElement {
3058 Native_HTMLMetaElement_httpEquiv_Setter(mthis, value) native "HTMLMetaElement_ht tpEquiv_Setter"; 3395 static $areas_Getter(mthis) native "HTMLMapElement_areas_Getter";
3059 3396
3060 Native_HTMLMetaElement_name_Getter(mthis) native "HTMLMetaElement_name_Getter"; 3397 static $name_Getter(mthis) native "HTMLMapElement_name_Getter";
3061 3398
3062 Native_HTMLMetaElement_name_Setter(mthis, value) native "HTMLMetaElement_name_Se tter"; 3399 static $name_Setter(mthis, value) native "HTMLMapElement_name_Setter";
3063 3400 }
3064 Native_HTMLMeterElement_high_Getter(mthis) native "HTMLMeterElement_high_Getter" ; 3401
3065 3402 class BlinkHTMLMarqueeElement {}
3066 Native_HTMLMeterElement_high_Setter(mthis, value) native "HTMLMeterElement_high_ Setter"; 3403
3067 3404 class BlinkHTMLMenuElement {}
3068 Native_HTMLMeterElement_labels_Getter(mthis) native "HTMLMeterElement_labels_Get ter"; 3405
3069 3406 class BlinkHTMLMetaElement {
3070 Native_HTMLMeterElement_low_Getter(mthis) native "HTMLMeterElement_low_Getter"; 3407 static $content_Getter(mthis) native "HTMLMetaElement_content_Getter";
3071 3408
3072 Native_HTMLMeterElement_low_Setter(mthis, value) native "HTMLMeterElement_low_Se tter"; 3409 static $content_Setter(mthis, value) native "HTMLMetaElement_content_Setter";
3073 3410
3074 Native_HTMLMeterElement_max_Getter(mthis) native "HTMLMeterElement_max_Getter"; 3411 static $httpEquiv_Getter(mthis) native "HTMLMetaElement_httpEquiv_Getter";
3075 3412
3076 Native_HTMLMeterElement_max_Setter(mthis, value) native "HTMLMeterElement_max_Se tter"; 3413 static $httpEquiv_Setter(mthis, value) native "HTMLMetaElement_httpEquiv_Sette r";
3077 3414
3078 Native_HTMLMeterElement_min_Getter(mthis) native "HTMLMeterElement_min_Getter"; 3415 static $name_Getter(mthis) native "HTMLMetaElement_name_Getter";
3079 3416
3080 Native_HTMLMeterElement_min_Setter(mthis, value) native "HTMLMeterElement_min_Se tter"; 3417 static $name_Setter(mthis, value) native "HTMLMetaElement_name_Setter";
3081 3418 }
3082 Native_HTMLMeterElement_optimum_Getter(mthis) native "HTMLMeterElement_optimum_G etter"; 3419
3083 3420 class BlinkHTMLMeterElement {
3084 Native_HTMLMeterElement_optimum_Setter(mthis, value) native "HTMLMeterElement_op timum_Setter"; 3421 static $high_Getter(mthis) native "HTMLMeterElement_high_Getter";
3085 3422
3086 Native_HTMLMeterElement_value_Getter(mthis) native "HTMLMeterElement_value_Gette r"; 3423 static $high_Setter(mthis, value) native "HTMLMeterElement_high_Setter";
3087 3424
3088 Native_HTMLMeterElement_value_Setter(mthis, value) native "HTMLMeterElement_valu e_Setter"; 3425 static $labels_Getter(mthis) native "HTMLMeterElement_labels_Getter";
3089 3426
3090 Native_HTMLModElement_cite_Getter(mthis) native "HTMLModElement_cite_Getter"; 3427 static $low_Getter(mthis) native "HTMLMeterElement_low_Getter";
3091 3428
3092 Native_HTMLModElement_cite_Setter(mthis, value) native "HTMLModElement_cite_Sett er"; 3429 static $low_Setter(mthis, value) native "HTMLMeterElement_low_Setter";
3093 3430
3094 Native_HTMLModElement_dateTime_Getter(mthis) native "HTMLModElement_dateTime_Get ter"; 3431 static $max_Getter(mthis) native "HTMLMeterElement_max_Getter";
3095 3432
3096 Native_HTMLModElement_dateTime_Setter(mthis, value) native "HTMLModElement_dateT ime_Setter"; 3433 static $max_Setter(mthis, value) native "HTMLMeterElement_max_Setter";
3097 3434
3098 Native_HTMLOListElement_reversed_Getter(mthis) native "HTMLOListElement_reversed _Getter"; 3435 static $min_Getter(mthis) native "HTMLMeterElement_min_Getter";
3099 3436
3100 Native_HTMLOListElement_reversed_Setter(mthis, value) native "HTMLOListElement_r eversed_Setter"; 3437 static $min_Setter(mthis, value) native "HTMLMeterElement_min_Setter";
3101 3438
3102 Native_HTMLOListElement_start_Getter(mthis) native "HTMLOListElement_start_Gette r"; 3439 static $optimum_Getter(mthis) native "HTMLMeterElement_optimum_Getter";
3103 3440
3104 Native_HTMLOListElement_start_Setter(mthis, value) native "HTMLOListElement_star t_Setter"; 3441 static $optimum_Setter(mthis, value) native "HTMLMeterElement_optimum_Setter";
3105 3442
3106 Native_HTMLOListElement_type_Getter(mthis) native "HTMLOListElement_type_Getter" ; 3443 static $value_Getter(mthis) native "HTMLMeterElement_value_Getter";
3107 3444
3108 Native_HTMLOListElement_type_Setter(mthis, value) native "HTMLOListElement_type_ Setter"; 3445 static $value_Setter(mthis, value) native "HTMLMeterElement_value_Setter";
3109 3446 }
3110 Native_HTMLObjectElement_data_Getter(mthis) native "HTMLObjectElement_data_Gette r"; 3447
3111 3448 class BlinkHTMLModElement {
3112 Native_HTMLObjectElement_data_Setter(mthis, value) native "HTMLObjectElement_dat a_Setter"; 3449 static $cite_Getter(mthis) native "HTMLModElement_cite_Getter";
3113 3450
3114 Native_HTMLObjectElement_form_Getter(mthis) native "HTMLObjectElement_form_Gette r"; 3451 static $cite_Setter(mthis, value) native "HTMLModElement_cite_Setter";
3115 3452
3116 Native_HTMLObjectElement_height_Getter(mthis) native "HTMLObjectElement_height_G etter"; 3453 static $dateTime_Getter(mthis) native "HTMLModElement_dateTime_Getter";
3117 3454
3118 Native_HTMLObjectElement_height_Setter(mthis, value) native "HTMLObjectElement_h eight_Setter"; 3455 static $dateTime_Setter(mthis, value) native "HTMLModElement_dateTime_Setter";
3119 3456 }
3120 Native_HTMLObjectElement_name_Getter(mthis) native "HTMLObjectElement_name_Gette r"; 3457
3121 3458 class BlinkHTMLOListElement {
3122 Native_HTMLObjectElement_name_Setter(mthis, value) native "HTMLObjectElement_nam e_Setter"; 3459 static $reversed_Getter(mthis) native "HTMLOListElement_reversed_Getter";
3123 3460
3124 Native_HTMLObjectElement_type_Getter(mthis) native "HTMLObjectElement_type_Gette r"; 3461 static $reversed_Setter(mthis, value) native "HTMLOListElement_reversed_Setter ";
3125 3462
3126 Native_HTMLObjectElement_type_Setter(mthis, value) native "HTMLObjectElement_typ e_Setter"; 3463 static $start_Getter(mthis) native "HTMLOListElement_start_Getter";
3127 3464
3128 Native_HTMLObjectElement_useMap_Getter(mthis) native "HTMLObjectElement_useMap_G etter"; 3465 static $start_Setter(mthis, value) native "HTMLOListElement_start_Setter";
3129 3466
3130 Native_HTMLObjectElement_useMap_Setter(mthis, value) native "HTMLObjectElement_u seMap_Setter"; 3467 static $type_Getter(mthis) native "HTMLOListElement_type_Getter";
3131 3468
3132 Native_HTMLObjectElement_validationMessage_Getter(mthis) native "HTMLObjectEleme nt_validationMessage_Getter"; 3469 static $type_Setter(mthis, value) native "HTMLOListElement_type_Setter";
3133 3470 }
3134 Native_HTMLObjectElement_validity_Getter(mthis) native "HTMLObjectElement_validi ty_Getter"; 3471
3135 3472 class BlinkHTMLObjectElement {
3136 Native_HTMLObjectElement_width_Getter(mthis) native "HTMLObjectElement_width_Get ter"; 3473 static $data_Getter(mthis) native "HTMLObjectElement_data_Getter";
3137 3474
3138 Native_HTMLObjectElement_width_Setter(mthis, value) native "HTMLObjectElement_wi dth_Setter"; 3475 static $data_Setter(mthis, value) native "HTMLObjectElement_data_Setter";
3139 3476
3140 Native_HTMLObjectElement_willValidate_Getter(mthis) native "HTMLObjectElement_wi llValidate_Getter"; 3477 static $form_Getter(mthis) native "HTMLObjectElement_form_Getter";
3141 3478
3142 Native_HTMLObjectElement___getter___Callback(mthis, index_OR_name) native "HTMLO bjectElement___getter___Callback"; 3479 static $height_Getter(mthis) native "HTMLObjectElement_height_Getter";
3143 3480
3144 Native_HTMLObjectElement___setter___Callback(mthis, index_OR_name, value) native "HTMLObjectElement___setter___Callback"; 3481 static $height_Setter(mthis, value) native "HTMLObjectElement_height_Setter";
3145 3482
3146 Native_HTMLObjectElement_checkValidity_Callback(mthis) native "HTMLObjectElement _checkValidity_Callback_RESOLVER_STRING_0_"; 3483 static $name_Getter(mthis) native "HTMLObjectElement_name_Getter";
3147 3484
3148 Native_HTMLObjectElement_setCustomValidity_Callback(mthis, error) native "HTMLOb jectElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; 3485 static $name_Setter(mthis, value) native "HTMLObjectElement_name_Setter";
3149 3486
3150 Native_HTMLOptGroupElement_disabled_Getter(mthis) native "HTMLOptGroupElement_di sabled_Getter"; 3487 static $type_Getter(mthis) native "HTMLObjectElement_type_Getter";
3151 3488
3152 Native_HTMLOptGroupElement_disabled_Setter(mthis, value) native "HTMLOptGroupEle ment_disabled_Setter"; 3489 static $type_Setter(mthis, value) native "HTMLObjectElement_type_Setter";
3153 3490
3154 Native_HTMLOptGroupElement_label_Getter(mthis) native "HTMLOptGroupElement_label _Getter"; 3491 static $useMap_Getter(mthis) native "HTMLObjectElement_useMap_Getter";
3155 3492
3156 Native_HTMLOptGroupElement_label_Setter(mthis, value) native "HTMLOptGroupElemen t_label_Setter"; 3493 static $useMap_Setter(mthis, value) native "HTMLObjectElement_useMap_Setter";
3157 3494
3158 // Generated overload resolver 3495 static $validationMessage_Getter(mthis) native "HTMLObjectElement_validationMe ssage_Getter";
3159 Native_HTMLOptionElement_OptionElement__(data, value, defaultSelected, selected) { 3496
3160 return Native_HTMLOptionElement__create_1constructorCallback(data, value, de faultSelected, selected); 3497 static $validity_Getter(mthis) native "HTMLObjectElement_validity_Getter";
3161 } 3498
3162 3499 static $width_Getter(mthis) native "HTMLObjectElement_width_Getter";
3163 Native_HTMLOptionElement__create_1constructorCallback(data, value, defaultSelect ed, selected) native "HTMLOptionElement_constructorCallback_RESOLVER_STRING_4_DO MString_DOMString_boolean_boolean"; 3500
3164 3501 static $width_Setter(mthis, value) native "HTMLObjectElement_width_Setter";
3165 Native_HTMLOptionElement_defaultSelected_Getter(mthis) native "HTMLOptionElement _defaultSelected_Getter"; 3502
3166 3503 static $willValidate_Getter(mthis) native "HTMLObjectElement_willValidate_Gett er";
3167 Native_HTMLOptionElement_defaultSelected_Setter(mthis, value) native "HTMLOption Element_defaultSelected_Setter"; 3504
3168 3505 static $__getter___Callback(mthis, index_OR_name) native "HTMLObjectElement___ getter___Callback";
3169 Native_HTMLOptionElement_disabled_Getter(mthis) native "HTMLOptionElement_disabl ed_Getter"; 3506
3170 3507 static $__setter___Callback(mthis, index_OR_name, value) native "HTMLObjectEle ment___setter___Callback";
3171 Native_HTMLOptionElement_disabled_Setter(mthis, value) native "HTMLOptionElement _disabled_Setter"; 3508
3172 3509 static $checkValidity_Callback(mthis) native "HTMLObjectElement_checkValidity_ Callback_RESOLVER_STRING_0_";
3173 Native_HTMLOptionElement_form_Getter(mthis) native "HTMLOptionElement_form_Gette r"; 3510
3174 3511 static $setCustomValidity_Callback(mthis, error) native "HTMLObjectElement_set CustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3175 Native_HTMLOptionElement_index_Getter(mthis) native "HTMLOptionElement_index_Get ter"; 3512 }
3176 3513
3177 Native_HTMLOptionElement_label_Getter(mthis) native "HTMLOptionElement_label_Get ter"; 3514 class BlinkHTMLOptGroupElement {
3178 3515 static $disabled_Getter(mthis) native "HTMLOptGroupElement_disabled_Getter";
3179 Native_HTMLOptionElement_label_Setter(mthis, value) native "HTMLOptionElement_la bel_Setter"; 3516
3180 3517 static $disabled_Setter(mthis, value) native "HTMLOptGroupElement_disabled_Set ter";
3181 Native_HTMLOptionElement_selected_Getter(mthis) native "HTMLOptionElement_select ed_Getter"; 3518
3182 3519 static $label_Getter(mthis) native "HTMLOptGroupElement_label_Getter";
3183 Native_HTMLOptionElement_selected_Setter(mthis, value) native "HTMLOptionElement _selected_Setter"; 3520
3184 3521 static $label_Setter(mthis, value) native "HTMLOptGroupElement_label_Setter";
3185 Native_HTMLOptionElement_value_Getter(mthis) native "HTMLOptionElement_value_Get ter"; 3522 }
3186 3523
3187 Native_HTMLOptionElement_value_Setter(mthis, value) native "HTMLOptionElement_va lue_Setter"; 3524 class BlinkHTMLOptionElement {
3188 3525 // Generated overload resolver
3189 Native_HTMLOutputElement_defaultValue_Getter(mthis) native "HTMLOutputElement_de faultValue_Getter"; 3526 static $mkOptionElement__(data, value, defaultSelected, selected) {
3190 3527 return $_create_1constructorCallback(data, value, defaultSelected, selected) ;
3191 Native_HTMLOutputElement_defaultValue_Setter(mthis, value) native "HTMLOutputEle ment_defaultValue_Setter"; 3528 }
3192 3529
3193 Native_HTMLOutputElement_form_Getter(mthis) native "HTMLOutputElement_form_Gette r"; 3530 static $_create_1constructorCallback(data, value, defaultSelected, selected) n ative "HTMLOptionElement_constructorCallback_RESOLVER_STRING_4_DOMString_DOMStri ng_boolean_boolean";
3194 3531
3195 Native_HTMLOutputElement_htmlFor_Getter(mthis) native "HTMLOutputElement_htmlFor _Getter"; 3532 static $defaultSelected_Getter(mthis) native "HTMLOptionElement_defaultSelecte d_Getter";
3196 3533
3197 Native_HTMLOutputElement_labels_Getter(mthis) native "HTMLOutputElement_labels_G etter"; 3534 static $defaultSelected_Setter(mthis, value) native "HTMLOptionElement_default Selected_Setter";
3198 3535
3199 Native_HTMLOutputElement_name_Getter(mthis) native "HTMLOutputElement_name_Gette r"; 3536 static $disabled_Getter(mthis) native "HTMLOptionElement_disabled_Getter";
3200 3537
3201 Native_HTMLOutputElement_name_Setter(mthis, value) native "HTMLOutputElement_nam e_Setter"; 3538 static $disabled_Setter(mthis, value) native "HTMLOptionElement_disabled_Sette r";
3202 3539
3203 Native_HTMLOutputElement_type_Getter(mthis) native "HTMLOutputElement_type_Gette r"; 3540 static $form_Getter(mthis) native "HTMLOptionElement_form_Getter";
3204 3541
3205 Native_HTMLOutputElement_validationMessage_Getter(mthis) native "HTMLOutputEleme nt_validationMessage_Getter"; 3542 static $index_Getter(mthis) native "HTMLOptionElement_index_Getter";
3206 3543
3207 Native_HTMLOutputElement_validity_Getter(mthis) native "HTMLOutputElement_validi ty_Getter"; 3544 static $label_Getter(mthis) native "HTMLOptionElement_label_Getter";
3208 3545
3209 Native_HTMLOutputElement_value_Getter(mthis) native "HTMLOutputElement_value_Get ter"; 3546 static $label_Setter(mthis, value) native "HTMLOptionElement_label_Setter";
3210 3547
3211 Native_HTMLOutputElement_value_Setter(mthis, value) native "HTMLOutputElement_va lue_Setter"; 3548 static $selected_Getter(mthis) native "HTMLOptionElement_selected_Getter";
3212 3549
3213 Native_HTMLOutputElement_willValidate_Getter(mthis) native "HTMLOutputElement_wi llValidate_Getter"; 3550 static $selected_Setter(mthis, value) native "HTMLOptionElement_selected_Sette r";
3214 3551
3215 Native_HTMLOutputElement_checkValidity_Callback(mthis) native "HTMLOutputElement _checkValidity_Callback_RESOLVER_STRING_0_"; 3552 static $value_Getter(mthis) native "HTMLOptionElement_value_Getter";
3216 3553
3217 Native_HTMLOutputElement_setCustomValidity_Callback(mthis, error) native "HTMLOu tputElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; 3554 static $value_Setter(mthis, value) native "HTMLOptionElement_value_Setter";
3218 3555 }
3219 Native_HTMLParamElement_name_Getter(mthis) native "HTMLParamElement_name_Getter" ; 3556
3220 3557 class BlinkHTMLOptionsCollection {}
3221 Native_HTMLParamElement_name_Setter(mthis, value) native "HTMLParamElement_name_ Setter"; 3558
3222 3559 class BlinkHTMLOutputElement {
3223 Native_HTMLParamElement_value_Getter(mthis) native "HTMLParamElement_value_Gette r"; 3560 static $defaultValue_Getter(mthis) native "HTMLOutputElement_defaultValue_Gett er";
3224 3561
3225 Native_HTMLParamElement_value_Setter(mthis, value) native "HTMLParamElement_valu e_Setter"; 3562 static $defaultValue_Setter(mthis, value) native "HTMLOutputElement_defaultVal ue_Setter";
3226 3563
3227 Native_HTMLProgressElement_labels_Getter(mthis) native "HTMLProgressElement_labe ls_Getter"; 3564 static $form_Getter(mthis) native "HTMLOutputElement_form_Getter";
3228 3565
3229 Native_HTMLProgressElement_max_Getter(mthis) native "HTMLProgressElement_max_Get ter"; 3566 static $htmlFor_Getter(mthis) native "HTMLOutputElement_htmlFor_Getter";
3230 3567
3231 Native_HTMLProgressElement_max_Setter(mthis, value) native "HTMLProgressElement_ max_Setter"; 3568 static $labels_Getter(mthis) native "HTMLOutputElement_labels_Getter";
3232 3569
3233 Native_HTMLProgressElement_position_Getter(mthis) native "HTMLProgressElement_po sition_Getter"; 3570 static $name_Getter(mthis) native "HTMLOutputElement_name_Getter";
3234 3571
3235 Native_HTMLProgressElement_value_Getter(mthis) native "HTMLProgressElement_value _Getter"; 3572 static $name_Setter(mthis, value) native "HTMLOutputElement_name_Setter";
3236 3573
3237 Native_HTMLProgressElement_value_Setter(mthis, value) native "HTMLProgressElemen t_value_Setter"; 3574 static $type_Getter(mthis) native "HTMLOutputElement_type_Getter";
3238 3575
3239 Native_HTMLQuoteElement_cite_Getter(mthis) native "HTMLQuoteElement_cite_Getter" ; 3576 static $validationMessage_Getter(mthis) native "HTMLOutputElement_validationMe ssage_Getter";
3240 3577
3241 Native_HTMLQuoteElement_cite_Setter(mthis, value) native "HTMLQuoteElement_cite_ Setter"; 3578 static $validity_Getter(mthis) native "HTMLOutputElement_validity_Getter";
3242 3579
3243 Native_HTMLScriptElement_async_Getter(mthis) native "HTMLScriptElement_async_Get ter"; 3580 static $value_Getter(mthis) native "HTMLOutputElement_value_Getter";
3244 3581
3245 Native_HTMLScriptElement_async_Setter(mthis, value) native "HTMLScriptElement_as ync_Setter"; 3582 static $value_Setter(mthis, value) native "HTMLOutputElement_value_Setter";
3246 3583
3247 Native_HTMLScriptElement_charset_Getter(mthis) native "HTMLScriptElement_charset _Getter"; 3584 static $willValidate_Getter(mthis) native "HTMLOutputElement_willValidate_Gett er";
3248 3585
3249 Native_HTMLScriptElement_charset_Setter(mthis, value) native "HTMLScriptElement_ charset_Setter"; 3586 static $checkValidity_Callback(mthis) native "HTMLOutputElement_checkValidity_ Callback_RESOLVER_STRING_0_";
3250 3587
3251 Native_HTMLScriptElement_crossOrigin_Getter(mthis) native "HTMLScriptElement_cro ssOrigin_Getter"; 3588 static $setCustomValidity_Callback(mthis, error) native "HTMLOutputElement_set CustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3252 3589 }
3253 Native_HTMLScriptElement_crossOrigin_Setter(mthis, value) native "HTMLScriptElem ent_crossOrigin_Setter"; 3590
3254 3591 class BlinkHTMLParagraphElement {}
3255 Native_HTMLScriptElement_defer_Getter(mthis) native "HTMLScriptElement_defer_Get ter"; 3592
3256 3593 class BlinkHTMLParamElement {
3257 Native_HTMLScriptElement_defer_Setter(mthis, value) native "HTMLScriptElement_de fer_Setter"; 3594 static $name_Getter(mthis) native "HTMLParamElement_name_Getter";
3258 3595
3259 Native_HTMLScriptElement_nonce_Getter(mthis) native "HTMLScriptElement_nonce_Get ter"; 3596 static $name_Setter(mthis, value) native "HTMLParamElement_name_Setter";
3260 3597
3261 Native_HTMLScriptElement_nonce_Setter(mthis, value) native "HTMLScriptElement_no nce_Setter"; 3598 static $value_Getter(mthis) native "HTMLParamElement_value_Getter";
3262 3599
3263 Native_HTMLScriptElement_src_Getter(mthis) native "HTMLScriptElement_src_Getter" ; 3600 static $value_Setter(mthis, value) native "HTMLParamElement_value_Setter";
3264 3601 }
3265 Native_HTMLScriptElement_src_Setter(mthis, value) native "HTMLScriptElement_src_ Setter"; 3602
3266 3603 class BlinkHTMLPreElement {}
3267 Native_HTMLScriptElement_type_Getter(mthis) native "HTMLScriptElement_type_Gette r"; 3604
3268 3605 class BlinkHTMLProgressElement {
3269 Native_HTMLScriptElement_type_Setter(mthis, value) native "HTMLScriptElement_typ e_Setter"; 3606 static $labels_Getter(mthis) native "HTMLProgressElement_labels_Getter";
3270 3607
3271 Native_HTMLSelectElement_autofocus_Getter(mthis) native "HTMLSelectElement_autof ocus_Getter"; 3608 static $max_Getter(mthis) native "HTMLProgressElement_max_Getter";
3272 3609
3273 Native_HTMLSelectElement_autofocus_Setter(mthis, value) native "HTMLSelectElemen t_autofocus_Setter"; 3610 static $max_Setter(mthis, value) native "HTMLProgressElement_max_Setter";
3274 3611
3275 Native_HTMLSelectElement_disabled_Getter(mthis) native "HTMLSelectElement_disabl ed_Getter"; 3612 static $position_Getter(mthis) native "HTMLProgressElement_position_Getter";
3276 3613
3277 Native_HTMLSelectElement_disabled_Setter(mthis, value) native "HTMLSelectElement _disabled_Setter"; 3614 static $value_Getter(mthis) native "HTMLProgressElement_value_Getter";
3278 3615
3279 Native_HTMLSelectElement_form_Getter(mthis) native "HTMLSelectElement_form_Gette r"; 3616 static $value_Setter(mthis, value) native "HTMLProgressElement_value_Setter";
3280 3617 }
3281 Native_HTMLSelectElement_labels_Getter(mthis) native "HTMLSelectElement_labels_G etter"; 3618
3282 3619 class BlinkHTMLQuoteElement {
3283 Native_HTMLSelectElement_length_Getter(mthis) native "HTMLSelectElement_length_G etter"; 3620 static $cite_Getter(mthis) native "HTMLQuoteElement_cite_Getter";
3284 3621
3285 Native_HTMLSelectElement_length_Setter(mthis, value) native "HTMLSelectElement_l ength_Setter"; 3622 static $cite_Setter(mthis, value) native "HTMLQuoteElement_cite_Setter";
3286 3623 }
3287 Native_HTMLSelectElement_multiple_Getter(mthis) native "HTMLSelectElement_multip le_Getter"; 3624
3288 3625 class BlinkHTMLScriptElement {
3289 Native_HTMLSelectElement_multiple_Setter(mthis, value) native "HTMLSelectElement _multiple_Setter"; 3626 static $async_Getter(mthis) native "HTMLScriptElement_async_Getter";
3290 3627
3291 Native_HTMLSelectElement_name_Getter(mthis) native "HTMLSelectElement_name_Gette r"; 3628 static $async_Setter(mthis, value) native "HTMLScriptElement_async_Setter";
3292 3629
3293 Native_HTMLSelectElement_name_Setter(mthis, value) native "HTMLSelectElement_nam e_Setter"; 3630 static $charset_Getter(mthis) native "HTMLScriptElement_charset_Getter";
3294 3631
3295 Native_HTMLSelectElement_required_Getter(mthis) native "HTMLSelectElement_requir ed_Getter"; 3632 static $charset_Setter(mthis, value) native "HTMLScriptElement_charset_Setter" ;
3296 3633
3297 Native_HTMLSelectElement_required_Setter(mthis, value) native "HTMLSelectElement _required_Setter"; 3634 static $crossOrigin_Getter(mthis) native "HTMLScriptElement_crossOrigin_Getter ";
3298 3635
3299 Native_HTMLSelectElement_selectedIndex_Getter(mthis) native "HTMLSelectElement_s electedIndex_Getter"; 3636 static $crossOrigin_Setter(mthis, value) native "HTMLScriptElement_crossOrigin _Setter";
3300 3637
3301 Native_HTMLSelectElement_selectedIndex_Setter(mthis, value) native "HTMLSelectEl ement_selectedIndex_Setter"; 3638 static $defer_Getter(mthis) native "HTMLScriptElement_defer_Getter";
3302 3639
3303 Native_HTMLSelectElement_size_Getter(mthis) native "HTMLSelectElement_size_Gette r"; 3640 static $defer_Setter(mthis, value) native "HTMLScriptElement_defer_Setter";
3304 3641
3305 Native_HTMLSelectElement_size_Setter(mthis, value) native "HTMLSelectElement_siz e_Setter"; 3642 static $nonce_Getter(mthis) native "HTMLScriptElement_nonce_Getter";
3306 3643
3307 Native_HTMLSelectElement_type_Getter(mthis) native "HTMLSelectElement_type_Gette r"; 3644 static $nonce_Setter(mthis, value) native "HTMLScriptElement_nonce_Setter";
3308 3645
3309 Native_HTMLSelectElement_validationMessage_Getter(mthis) native "HTMLSelectEleme nt_validationMessage_Getter"; 3646 static $src_Getter(mthis) native "HTMLScriptElement_src_Getter";
3310 3647
3311 Native_HTMLSelectElement_validity_Getter(mthis) native "HTMLSelectElement_validi ty_Getter"; 3648 static $src_Setter(mthis, value) native "HTMLScriptElement_src_Setter";
3312 3649
3313 Native_HTMLSelectElement_value_Getter(mthis) native "HTMLSelectElement_value_Get ter"; 3650 static $type_Getter(mthis) native "HTMLScriptElement_type_Getter";
3314 3651
3315 Native_HTMLSelectElement_value_Setter(mthis, value) native "HTMLSelectElement_va lue_Setter"; 3652 static $type_Setter(mthis, value) native "HTMLScriptElement_type_Setter";
3316 3653 }
3317 Native_HTMLSelectElement_willValidate_Getter(mthis) native "HTMLSelectElement_wi llValidate_Getter"; 3654
3318 3655 class BlinkHTMLSelectElement {
3319 Native_HTMLSelectElement___setter___Callback(mthis, index, value) native "HTMLSe lectElement___setter___Callback_RESOLVER_STRING_2_unsigned long_HTMLOptionElemen t"; 3656 static $autofocus_Getter(mthis) native "HTMLSelectElement_autofocus_Getter";
3320 3657
3321 Native_HTMLSelectElement_checkValidity_Callback(mthis) native "HTMLSelectElement _checkValidity_Callback_RESOLVER_STRING_0_"; 3658 static $autofocus_Setter(mthis, value) native "HTMLSelectElement_autofocus_Set ter";
3322 3659
3323 Native_HTMLSelectElement_item_Callback(mthis, index) native "HTMLSelectElement_i tem_Callback_RESOLVER_STRING_1_unsigned long"; 3660 static $disabled_Getter(mthis) native "HTMLSelectElement_disabled_Getter";
3324 3661
3325 Native_HTMLSelectElement_namedItem_Callback(mthis, name) native "HTMLSelectEleme nt_namedItem_Callback_RESOLVER_STRING_1_DOMString"; 3662 static $disabled_Setter(mthis, value) native "HTMLSelectElement_disabled_Sette r";
3326 3663
3327 Native_HTMLSelectElement_setCustomValidity_Callback(mthis, error) native "HTMLSe lectElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; 3664 static $form_Getter(mthis) native "HTMLSelectElement_form_Getter";
3328 3665
3329 Native_HTMLShadowElement_resetStyleInheritance_Getter(mthis) native "HTMLShadowE lement_resetStyleInheritance_Getter"; 3666 static $labels_Getter(mthis) native "HTMLSelectElement_labels_Getter";
3330 3667
3331 Native_HTMLShadowElement_resetStyleInheritance_Setter(mthis, value) native "HTML ShadowElement_resetStyleInheritance_Setter"; 3668 static $length_Getter(mthis) native "HTMLSelectElement_length_Getter";
3332 3669
3333 Native_HTMLShadowElement_getDistributedNodes_Callback(mthis) native "HTMLShadowE lement_getDistributedNodes_Callback_RESOLVER_STRING_0_"; 3670 static $length_Setter(mthis, value) native "HTMLSelectElement_length_Setter";
3334 3671
3335 Native_HTMLSourceElement_media_Getter(mthis) native "HTMLSourceElement_media_Get ter"; 3672 static $multiple_Getter(mthis) native "HTMLSelectElement_multiple_Getter";
3336 3673
3337 Native_HTMLSourceElement_media_Setter(mthis, value) native "HTMLSourceElement_me dia_Setter"; 3674 static $multiple_Setter(mthis, value) native "HTMLSelectElement_multiple_Sette r";
3338 3675
3339 Native_HTMLSourceElement_src_Getter(mthis) native "HTMLSourceElement_src_Getter" ; 3676 static $name_Getter(mthis) native "HTMLSelectElement_name_Getter";
3340 3677
3341 Native_HTMLSourceElement_src_Setter(mthis, value) native "HTMLSourceElement_src_ Setter"; 3678 static $name_Setter(mthis, value) native "HTMLSelectElement_name_Setter";
3342 3679
3343 Native_HTMLSourceElement_type_Getter(mthis) native "HTMLSourceElement_type_Gette r"; 3680 static $required_Getter(mthis) native "HTMLSelectElement_required_Getter";
3344 3681
3345 Native_HTMLSourceElement_type_Setter(mthis, value) native "HTMLSourceElement_typ e_Setter"; 3682 static $required_Setter(mthis, value) native "HTMLSelectElement_required_Sette r";
3346 3683
3347 Native_HTMLStyleElement_disabled_Getter(mthis) native "HTMLStyleElement_disabled _Getter"; 3684 static $selectedIndex_Getter(mthis) native "HTMLSelectElement_selectedIndex_Ge tter";
3348 3685
3349 Native_HTMLStyleElement_disabled_Setter(mthis, value) native "HTMLStyleElement_d isabled_Setter"; 3686 static $selectedIndex_Setter(mthis, value) native "HTMLSelectElement_selectedI ndex_Setter";
3350 3687
3351 Native_HTMLStyleElement_media_Getter(mthis) native "HTMLStyleElement_media_Gette r"; 3688 static $size_Getter(mthis) native "HTMLSelectElement_size_Getter";
3352 3689
3353 Native_HTMLStyleElement_media_Setter(mthis, value) native "HTMLStyleElement_medi a_Setter"; 3690 static $size_Setter(mthis, value) native "HTMLSelectElement_size_Setter";
3354 3691
3355 Native_HTMLStyleElement_scoped_Getter(mthis) native "HTMLStyleElement_scoped_Get ter"; 3692 static $type_Getter(mthis) native "HTMLSelectElement_type_Getter";
3356 3693
3357 Native_HTMLStyleElement_scoped_Setter(mthis, value) native "HTMLStyleElement_sco ped_Setter"; 3694 static $validationMessage_Getter(mthis) native "HTMLSelectElement_validationMe ssage_Getter";
3358 3695
3359 Native_HTMLStyleElement_sheet_Getter(mthis) native "HTMLStyleElement_sheet_Gette r"; 3696 static $validity_Getter(mthis) native "HTMLSelectElement_validity_Getter";
3360 3697
3361 Native_HTMLStyleElement_type_Getter(mthis) native "HTMLStyleElement_type_Getter" ; 3698 static $value_Getter(mthis) native "HTMLSelectElement_value_Getter";
3362 3699
3363 Native_HTMLStyleElement_type_Setter(mthis, value) native "HTMLStyleElement_type_ Setter"; 3700 static $value_Setter(mthis, value) native "HTMLSelectElement_value_Setter";
3364 3701
3365 Native_HTMLTableCellElement_cellIndex_Getter(mthis) native "HTMLTableCellElement _cellIndex_Getter"; 3702 static $willValidate_Getter(mthis) native "HTMLSelectElement_willValidate_Gett er";
3366 3703
3367 Native_HTMLTableCellElement_colSpan_Getter(mthis) native "HTMLTableCellElement_c olSpan_Getter"; 3704 static $__setter___Callback(mthis, index, value) native "HTMLSelectElement___s etter___Callback_RESOLVER_STRING_2_unsigned long_HTMLOptionElement";
3368 3705
3369 Native_HTMLTableCellElement_colSpan_Setter(mthis, value) native "HTMLTableCellEl ement_colSpan_Setter"; 3706 static $checkValidity_Callback(mthis) native "HTMLSelectElement_checkValidity_ Callback_RESOLVER_STRING_0_";
3370 3707
3371 Native_HTMLTableCellElement_headers_Getter(mthis) native "HTMLTableCellElement_h eaders_Getter"; 3708 static $item_Callback(mthis, index) native "HTMLSelectElement_item_Callback_RE SOLVER_STRING_1_unsigned long";
3372 3709
3373 Native_HTMLTableCellElement_headers_Setter(mthis, value) native "HTMLTableCellEl ement_headers_Setter"; 3710 static $namedItem_Callback(mthis, name) native "HTMLSelectElement_namedItem_Ca llback_RESOLVER_STRING_1_DOMString";
3374 3711
3375 Native_HTMLTableCellElement_rowSpan_Getter(mthis) native "HTMLTableCellElement_r owSpan_Getter"; 3712 static $setCustomValidity_Callback(mthis, error) native "HTMLSelectElement_set CustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3376 3713 }
3377 Native_HTMLTableCellElement_rowSpan_Setter(mthis, value) native "HTMLTableCellEl ement_rowSpan_Setter"; 3714
3378 3715 class BlinkHTMLShadowElement {
3379 Native_HTMLTableColElement_span_Getter(mthis) native "HTMLTableColElement_span_G etter"; 3716 static $resetStyleInheritance_Getter(mthis) native "HTMLShadowElement_resetSty leInheritance_Getter";
3380 3717
3381 Native_HTMLTableColElement_span_Setter(mthis, value) native "HTMLTableColElement _span_Setter"; 3718 static $resetStyleInheritance_Setter(mthis, value) native "HTMLShadowElement_r esetStyleInheritance_Setter";
3382 3719
3383 Native_HTMLTableElement_caption_Getter(mthis) native "HTMLTableElement_caption_G etter"; 3720 static $getDistributedNodes_Callback(mthis) native "HTMLShadowElement_getDistr ibutedNodes_Callback_RESOLVER_STRING_0_";
3384 3721 }
3385 Native_HTMLTableElement_caption_Setter(mthis, value) native "HTMLTableElement_ca ption_Setter"; 3722
3386 3723 class BlinkHTMLSourceElement {
3387 Native_HTMLTableElement_rows_Getter(mthis) native "HTMLTableElement_rows_Getter" ; 3724 static $media_Getter(mthis) native "HTMLSourceElement_media_Getter";
3388 3725
3389 Native_HTMLTableElement_tBodies_Getter(mthis) native "HTMLTableElement_tBodies_G etter"; 3726 static $media_Setter(mthis, value) native "HTMLSourceElement_media_Setter";
3390 3727
3391 Native_HTMLTableElement_tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Gette r"; 3728 static $src_Getter(mthis) native "HTMLSourceElement_src_Getter";
3392 3729
3393 Native_HTMLTableElement_tFoot_Setter(mthis, value) native "HTMLTableElement_tFoo t_Setter"; 3730 static $src_Setter(mthis, value) native "HTMLSourceElement_src_Setter";
3394 3731
3395 Native_HTMLTableElement_tHead_Getter(mthis) native "HTMLTableElement_tHead_Gette r"; 3732 static $type_Getter(mthis) native "HTMLSourceElement_type_Getter";
3396 3733
3397 Native_HTMLTableElement_tHead_Setter(mthis, value) native "HTMLTableElement_tHea d_Setter"; 3734 static $type_Setter(mthis, value) native "HTMLSourceElement_type_Setter";
3398 3735 }
3399 Native_HTMLTableElement_createCaption_Callback(mthis) native "HTMLTableElement_c reateCaption_Callback_RESOLVER_STRING_0_"; 3736
3400 3737 class BlinkHTMLSpanElement {}
3401 Native_HTMLTableElement_createTBody_Callback(mthis) native "HTMLTableElement_cre ateTBody_Callback_RESOLVER_STRING_0_"; 3738
3402 3739 class BlinkHTMLStyleElement {
3403 Native_HTMLTableElement_createTFoot_Callback(mthis) native "HTMLTableElement_cre ateTFoot_Callback_RESOLVER_STRING_0_"; 3740 static $disabled_Getter(mthis) native "HTMLStyleElement_disabled_Getter";
3404 3741
3405 Native_HTMLTableElement_createTHead_Callback(mthis) native "HTMLTableElement_cre ateTHead_Callback_RESOLVER_STRING_0_"; 3742 static $disabled_Setter(mthis, value) native "HTMLStyleElement_disabled_Setter ";
3406 3743
3407 Native_HTMLTableElement_deleteCaption_Callback(mthis) native "HTMLTableElement_d eleteCaption_Callback_RESOLVER_STRING_0_"; 3744 static $media_Getter(mthis) native "HTMLStyleElement_media_Getter";
3408 3745
3409 Native_HTMLTableElement_deleteRow_Callback(mthis, index) native "HTMLTableElemen t_deleteRow_Callback_RESOLVER_STRING_1_long"; 3746 static $media_Setter(mthis, value) native "HTMLStyleElement_media_Setter";
3410 3747
3411 Native_HTMLTableElement_deleteTFoot_Callback(mthis) native "HTMLTableElement_del eteTFoot_Callback_RESOLVER_STRING_0_"; 3748 static $scoped_Getter(mthis) native "HTMLStyleElement_scoped_Getter";
3412 3749
3413 Native_HTMLTableElement_deleteTHead_Callback(mthis) native "HTMLTableElement_del eteTHead_Callback_RESOLVER_STRING_0_"; 3750 static $scoped_Setter(mthis, value) native "HTMLStyleElement_scoped_Setter";
3414 3751
3415 Native_HTMLTableElement_insertRow_Callback(mthis, index) native "HTMLTableElemen t_insertRow_Callback_RESOLVER_STRING_1_long"; 3752 static $sheet_Getter(mthis) native "HTMLStyleElement_sheet_Getter";
3416 3753
3417 Native_HTMLTableRowElement_cells_Getter(mthis) native "HTMLTableRowElement_cells _Getter"; 3754 static $type_Getter(mthis) native "HTMLStyleElement_type_Getter";
3418 3755
3419 Native_HTMLTableRowElement_rowIndex_Getter(mthis) native "HTMLTableRowElement_ro wIndex_Getter"; 3756 static $type_Setter(mthis, value) native "HTMLStyleElement_type_Setter";
3420 3757 }
3421 Native_HTMLTableRowElement_sectionRowIndex_Getter(mthis) native "HTMLTableRowEle ment_sectionRowIndex_Getter"; 3758
3422 3759 class BlinkHTMLTableCaptionElement {}
3423 Native_HTMLTableRowElement_deleteCell_Callback(mthis, index) native "HTMLTableRo wElement_deleteCell_Callback_RESOLVER_STRING_1_long"; 3760
3424 3761 class BlinkHTMLTableCellElement {
3425 Native_HTMLTableRowElement_insertCell_Callback(mthis, index) native "HTMLTableRo wElement_insertCell_Callback_RESOLVER_STRING_1_long"; 3762 static $cellIndex_Getter(mthis) native "HTMLTableCellElement_cellIndex_Getter" ;
3426 3763
3427 Native_HTMLTableSectionElement_rows_Getter(mthis) native "HTMLTableSectionElemen t_rows_Getter"; 3764 static $colSpan_Getter(mthis) native "HTMLTableCellElement_colSpan_Getter";
3428 3765
3429 Native_HTMLTableSectionElement_deleteRow_Callback(mthis, index) native "HTMLTabl eSectionElement_deleteRow_Callback_RESOLVER_STRING_1_long"; 3766 static $colSpan_Setter(mthis, value) native "HTMLTableCellElement_colSpan_Sett er";
3430 3767
3431 Native_HTMLTableSectionElement_insertRow_Callback(mthis, index) native "HTMLTabl eSectionElement_insertRow_Callback_RESOLVER_STRING_1_long"; 3768 static $headers_Getter(mthis) native "HTMLTableCellElement_headers_Getter";
3432 3769
3433 Native_HTMLTemplateElement_content_Getter(mthis) native "HTMLTemplateElement_con tent_Getter"; 3770 static $headers_Setter(mthis, value) native "HTMLTableCellElement_headers_Sett er";
3434 3771
3435 Native_HTMLTextAreaElement_autofocus_Getter(mthis) native "HTMLTextAreaElement_a utofocus_Getter"; 3772 static $rowSpan_Getter(mthis) native "HTMLTableCellElement_rowSpan_Getter";
3436 3773
3437 Native_HTMLTextAreaElement_autofocus_Setter(mthis, value) native "HTMLTextAreaEl ement_autofocus_Setter"; 3774 static $rowSpan_Setter(mthis, value) native "HTMLTableCellElement_rowSpan_Sett er";
3438 3775 }
3439 Native_HTMLTextAreaElement_cols_Getter(mthis) native "HTMLTextAreaElement_cols_G etter"; 3776
3440 3777 class BlinkHTMLTableColElement {
3441 Native_HTMLTextAreaElement_cols_Setter(mthis, value) native "HTMLTextAreaElement _cols_Setter"; 3778 static $span_Getter(mthis) native "HTMLTableColElement_span_Getter";
3442 3779
3443 Native_HTMLTextAreaElement_defaultValue_Getter(mthis) native "HTMLTextAreaElemen t_defaultValue_Getter"; 3780 static $span_Setter(mthis, value) native "HTMLTableColElement_span_Setter";
3444 3781 }
3445 Native_HTMLTextAreaElement_defaultValue_Setter(mthis, value) native "HTMLTextAre aElement_defaultValue_Setter"; 3782
3446 3783 class BlinkHTMLTableElement {
3447 Native_HTMLTextAreaElement_dirName_Getter(mthis) native "HTMLTextAreaElement_dir Name_Getter"; 3784 static $caption_Getter(mthis) native "HTMLTableElement_caption_Getter";
3448 3785
3449 Native_HTMLTextAreaElement_dirName_Setter(mthis, value) native "HTMLTextAreaElem ent_dirName_Setter"; 3786 static $caption_Setter(mthis, value) native "HTMLTableElement_caption_Setter";
3450 3787
3451 Native_HTMLTextAreaElement_disabled_Getter(mthis) native "HTMLTextAreaElement_di sabled_Getter"; 3788 static $rows_Getter(mthis) native "HTMLTableElement_rows_Getter";
3452 3789
3453 Native_HTMLTextAreaElement_disabled_Setter(mthis, value) native "HTMLTextAreaEle ment_disabled_Setter"; 3790 static $tBodies_Getter(mthis) native "HTMLTableElement_tBodies_Getter";
3454 3791
3455 Native_HTMLTextAreaElement_form_Getter(mthis) native "HTMLTextAreaElement_form_G etter"; 3792 static $tFoot_Getter(mthis) native "HTMLTableElement_tFoot_Getter";
3456 3793
3457 Native_HTMLTextAreaElement_inputMode_Getter(mthis) native "HTMLTextAreaElement_i nputMode_Getter"; 3794 static $tFoot_Setter(mthis, value) native "HTMLTableElement_tFoot_Setter";
3458 3795
3459 Native_HTMLTextAreaElement_inputMode_Setter(mthis, value) native "HTMLTextAreaEl ement_inputMode_Setter"; 3796 static $tHead_Getter(mthis) native "HTMLTableElement_tHead_Getter";
3460 3797
3461 Native_HTMLTextAreaElement_labels_Getter(mthis) native "HTMLTextAreaElement_labe ls_Getter"; 3798 static $tHead_Setter(mthis, value) native "HTMLTableElement_tHead_Setter";
3462 3799
3463 Native_HTMLTextAreaElement_maxLength_Getter(mthis) native "HTMLTextAreaElement_m axLength_Getter"; 3800 static $createCaption_Callback(mthis) native "HTMLTableElement_createCaption_C allback_RESOLVER_STRING_0_";
3464 3801
3465 Native_HTMLTextAreaElement_maxLength_Setter(mthis, value) native "HTMLTextAreaEl ement_maxLength_Setter"; 3802 static $createTBody_Callback(mthis) native "HTMLTableElement_createTBody_Callb ack_RESOLVER_STRING_0_";
3466 3803
3467 Native_HTMLTextAreaElement_name_Getter(mthis) native "HTMLTextAreaElement_name_G etter"; 3804 static $createTFoot_Callback(mthis) native "HTMLTableElement_createTFoot_Callb ack_RESOLVER_STRING_0_";
3468 3805
3469 Native_HTMLTextAreaElement_name_Setter(mthis, value) native "HTMLTextAreaElement _name_Setter"; 3806 static $createTHead_Callback(mthis) native "HTMLTableElement_createTHead_Callb ack_RESOLVER_STRING_0_";
3470 3807
3471 Native_HTMLTextAreaElement_placeholder_Getter(mthis) native "HTMLTextAreaElement _placeholder_Getter"; 3808 static $deleteCaption_Callback(mthis) native "HTMLTableElement_deleteCaption_C allback_RESOLVER_STRING_0_";
3472 3809
3473 Native_HTMLTextAreaElement_placeholder_Setter(mthis, value) native "HTMLTextArea Element_placeholder_Setter"; 3810 static $deleteRow_Callback(mthis, index) native "HTMLTableElement_deleteRow_Ca llback_RESOLVER_STRING_1_long";
3474 3811
3475 Native_HTMLTextAreaElement_readOnly_Getter(mthis) native "HTMLTextAreaElement_re adOnly_Getter"; 3812 static $deleteTFoot_Callback(mthis) native "HTMLTableElement_deleteTFoot_Callb ack_RESOLVER_STRING_0_";
3476 3813
3477 Native_HTMLTextAreaElement_readOnly_Setter(mthis, value) native "HTMLTextAreaEle ment_readOnly_Setter"; 3814 static $deleteTHead_Callback(mthis) native "HTMLTableElement_deleteTHead_Callb ack_RESOLVER_STRING_0_";
3478 3815
3479 Native_HTMLTextAreaElement_required_Getter(mthis) native "HTMLTextAreaElement_re quired_Getter"; 3816 static $insertRow_Callback(mthis, index) native "HTMLTableElement_insertRow_Ca llback_RESOLVER_STRING_1_long";
3480 3817 }
3481 Native_HTMLTextAreaElement_required_Setter(mthis, value) native "HTMLTextAreaEle ment_required_Setter"; 3818
3482 3819 class BlinkHTMLTableRowElement {
3483 Native_HTMLTextAreaElement_rows_Getter(mthis) native "HTMLTextAreaElement_rows_G etter"; 3820 static $cells_Getter(mthis) native "HTMLTableRowElement_cells_Getter";
3484 3821
3485 Native_HTMLTextAreaElement_rows_Setter(mthis, value) native "HTMLTextAreaElement _rows_Setter"; 3822 static $rowIndex_Getter(mthis) native "HTMLTableRowElement_rowIndex_Getter";
3486 3823
3487 Native_HTMLTextAreaElement_selectionDirection_Getter(mthis) native "HTMLTextArea Element_selectionDirection_Getter"; 3824 static $sectionRowIndex_Getter(mthis) native "HTMLTableRowElement_sectionRowIn dex_Getter";
3488 3825
3489 Native_HTMLTextAreaElement_selectionDirection_Setter(mthis, value) native "HTMLT extAreaElement_selectionDirection_Setter"; 3826 static $deleteCell_Callback(mthis, index) native "HTMLTableRowElement_deleteCe ll_Callback_RESOLVER_STRING_1_long";
3490 3827
3491 Native_HTMLTextAreaElement_selectionEnd_Getter(mthis) native "HTMLTextAreaElemen t_selectionEnd_Getter"; 3828 static $insertCell_Callback(mthis, index) native "HTMLTableRowElement_insertCe ll_Callback_RESOLVER_STRING_1_long";
3492 3829 }
3493 Native_HTMLTextAreaElement_selectionEnd_Setter(mthis, value) native "HTMLTextAre aElement_selectionEnd_Setter"; 3830
3494 3831 class BlinkHTMLTableSectionElement {
3495 Native_HTMLTextAreaElement_selectionStart_Getter(mthis) native "HTMLTextAreaElem ent_selectionStart_Getter"; 3832 static $rows_Getter(mthis) native "HTMLTableSectionElement_rows_Getter";
3496 3833
3497 Native_HTMLTextAreaElement_selectionStart_Setter(mthis, value) native "HTMLTextA reaElement_selectionStart_Setter"; 3834 static $deleteRow_Callback(mthis, index) native "HTMLTableSectionElement_delet eRow_Callback_RESOLVER_STRING_1_long";
3498 3835
3499 Native_HTMLTextAreaElement_textLength_Getter(mthis) native "HTMLTextAreaElement_ textLength_Getter"; 3836 static $insertRow_Callback(mthis, index) native "HTMLTableSectionElement_inser tRow_Callback_RESOLVER_STRING_1_long";
3500 3837 }
3501 Native_HTMLTextAreaElement_type_Getter(mthis) native "HTMLTextAreaElement_type_G etter"; 3838
3502 3839 class BlinkHTMLTemplateElement {
3503 Native_HTMLTextAreaElement_validationMessage_Getter(mthis) native "HTMLTextAreaE lement_validationMessage_Getter"; 3840 static $content_Getter(mthis) native "HTMLTemplateElement_content_Getter";
3504 3841 }
3505 Native_HTMLTextAreaElement_validity_Getter(mthis) native "HTMLTextAreaElement_va lidity_Getter"; 3842
3506 3843 class BlinkHTMLTextAreaElement {
3507 Native_HTMLTextAreaElement_value_Getter(mthis) native "HTMLTextAreaElement_value _Getter"; 3844 static $autofocus_Getter(mthis) native "HTMLTextAreaElement_autofocus_Getter";
3508 3845
3509 Native_HTMLTextAreaElement_value_Setter(mthis, value) native "HTMLTextAreaElemen t_value_Setter"; 3846 static $autofocus_Setter(mthis, value) native "HTMLTextAreaElement_autofocus_S etter";
3510 3847
3511 Native_HTMLTextAreaElement_willValidate_Getter(mthis) native "HTMLTextAreaElemen t_willValidate_Getter"; 3848 static $cols_Getter(mthis) native "HTMLTextAreaElement_cols_Getter";
3512 3849
3513 Native_HTMLTextAreaElement_wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_G etter"; 3850 static $cols_Setter(mthis, value) native "HTMLTextAreaElement_cols_Setter";
3514 3851
3515 Native_HTMLTextAreaElement_wrap_Setter(mthis, value) native "HTMLTextAreaElement _wrap_Setter"; 3852 static $defaultValue_Getter(mthis) native "HTMLTextAreaElement_defaultValue_Ge tter";
3516 3853
3517 Native_HTMLTextAreaElement_checkValidity_Callback(mthis) native "HTMLTextAreaEle ment_checkValidity_Callback_RESOLVER_STRING_0_"; 3854 static $defaultValue_Setter(mthis, value) native "HTMLTextAreaElement_defaultV alue_Setter";
3518 3855
3519 Native_HTMLTextAreaElement_select_Callback(mthis) native "HTMLTextAreaElement_se lect_Callback_RESOLVER_STRING_0_"; 3856 static $dirName_Getter(mthis) native "HTMLTextAreaElement_dirName_Getter";
3520 3857
3521 Native_HTMLTextAreaElement_setCustomValidity_Callback(mthis, error) native "HTML TextAreaElement_setCustomValidity_Callback_RESOLVER_STRING_1_DOMString"; 3858 static $dirName_Setter(mthis, value) native "HTMLTextAreaElement_dirName_Sette r";
3522 3859
3523 // Generated overload resolver 3860 static $disabled_Getter(mthis) native "HTMLTextAreaElement_disabled_Getter";
3524 Native_HTMLTextAreaElement_setRangeText(mthis, replacement, start, end, selectio nMode) { 3861
3862 static $disabled_Setter(mthis, value) native "HTMLTextAreaElement_disabled_Set ter";
3863
3864 static $form_Getter(mthis) native "HTMLTextAreaElement_form_Getter";
3865
3866 static $inputMode_Getter(mthis) native "HTMLTextAreaElement_inputMode_Getter";
3867
3868 static $inputMode_Setter(mthis, value) native "HTMLTextAreaElement_inputMode_S etter";
3869
3870 static $labels_Getter(mthis) native "HTMLTextAreaElement_labels_Getter";
3871
3872 static $maxLength_Getter(mthis) native "HTMLTextAreaElement_maxLength_Getter";
3873
3874 static $maxLength_Setter(mthis, value) native "HTMLTextAreaElement_maxLength_S etter";
3875
3876 static $name_Getter(mthis) native "HTMLTextAreaElement_name_Getter";
3877
3878 static $name_Setter(mthis, value) native "HTMLTextAreaElement_name_Setter";
3879
3880 static $placeholder_Getter(mthis) native "HTMLTextAreaElement_placeholder_Gett er";
3881
3882 static $placeholder_Setter(mthis, value) native "HTMLTextAreaElement_placehold er_Setter";
3883
3884 static $readOnly_Getter(mthis) native "HTMLTextAreaElement_readOnly_Getter";
3885
3886 static $readOnly_Setter(mthis, value) native "HTMLTextAreaElement_readOnly_Set ter";
3887
3888 static $required_Getter(mthis) native "HTMLTextAreaElement_required_Getter";
3889
3890 static $required_Setter(mthis, value) native "HTMLTextAreaElement_required_Set ter";
3891
3892 static $rows_Getter(mthis) native "HTMLTextAreaElement_rows_Getter";
3893
3894 static $rows_Setter(mthis, value) native "HTMLTextAreaElement_rows_Setter";
3895
3896 static $selectionDirection_Getter(mthis) native "HTMLTextAreaElement_selection Direction_Getter";
3897
3898 static $selectionDirection_Setter(mthis, value) native "HTMLTextAreaElement_se lectionDirection_Setter";
3899
3900 static $selectionEnd_Getter(mthis) native "HTMLTextAreaElement_selectionEnd_Ge tter";
3901
3902 static $selectionEnd_Setter(mthis, value) native "HTMLTextAreaElement_selectio nEnd_Setter";
3903
3904 static $selectionStart_Getter(mthis) native "HTMLTextAreaElement_selectionStar t_Getter";
3905
3906 static $selectionStart_Setter(mthis, value) native "HTMLTextAreaElement_select ionStart_Setter";
3907
3908 static $textLength_Getter(mthis) native "HTMLTextAreaElement_textLength_Getter ";
3909
3910 static $type_Getter(mthis) native "HTMLTextAreaElement_type_Getter";
3911
3912 static $validationMessage_Getter(mthis) native "HTMLTextAreaElement_validation Message_Getter";
3913
3914 static $validity_Getter(mthis) native "HTMLTextAreaElement_validity_Getter";
3915
3916 static $value_Getter(mthis) native "HTMLTextAreaElement_value_Getter";
3917
3918 static $value_Setter(mthis, value) native "HTMLTextAreaElement_value_Setter";
3919
3920 static $willValidate_Getter(mthis) native "HTMLTextAreaElement_willValidate_Ge tter";
3921
3922 static $wrap_Getter(mthis) native "HTMLTextAreaElement_wrap_Getter";
3923
3924 static $wrap_Setter(mthis, value) native "HTMLTextAreaElement_wrap_Setter";
3925
3926 static $checkValidity_Callback(mthis) native "HTMLTextAreaElement_checkValidit y_Callback_RESOLVER_STRING_0_";
3927
3928 static $select_Callback(mthis) native "HTMLTextAreaElement_select_Callback_RES OLVER_STRING_0_";
3929
3930 static $setCustomValidity_Callback(mthis, error) native "HTMLTextAreaElement_s etCustomValidity_Callback_RESOLVER_STRING_1_DOMString";
3931
3932 // Generated overload resolver
3933 static $setRangeText(mthis, replacement, start, end, selectionMode) {
3525 if ((replacement is String || replacement == null) && start == null && end = = null && selectionMode == null) { 3934 if ((replacement is String || replacement == null) && start == null && end = = null && selectionMode == null) {
3526 Native_HTMLTextAreaElement__setRangeText_1_Callback(mthis, replacement); 3935 $_setRangeText_1_Callback(mthis, replacement);
3527 return; 3936 return;
3528 } 3937 }
3529 if ((selectionMode is String || selectionMode == null) && (end is int || end == null) && (start is int || start == null) && (replacement is String || replac ement == null)) { 3938 if ((selectionMode is String || selectionMode == null) && (end is int || end == null) && (start is int || start == null) && (replacement is String || replac ement == null)) {
3530 Native_HTMLTextAreaElement__setRangeText_2_Callback(mthis, replacement, st art, end, selectionMode); 3939 $_setRangeText_2_Callback(mthis, replacement, start, end, selectionMode);
3531 return; 3940 return;
3532 } 3941 }
3533 throw new ArgumentError("Incorrect number or type of arguments"); 3942 throw new ArgumentError("Incorrect number or type of arguments");
3534 } 3943 }
3535 3944
3536 Native_HTMLTextAreaElement__setRangeText_1_Callback(mthis, replacement) native " HTMLTextAreaElement_setRangeText_Callback_RESOLVER_STRING_1_DOMString"; 3945 static $_setRangeText_1_Callback(mthis, replacement) native "HTMLTextAreaEleme nt_setRangeText_Callback_RESOLVER_STRING_1_DOMString";
3537 3946
3538 Native_HTMLTextAreaElement__setRangeText_2_Callback(mthis, replacement, start, e nd, selectionMode) native "HTMLTextAreaElement_setRangeText_Callback_RESOLVER_ST RING_4_DOMString_unsigned long_unsigned long_DOMString"; 3947 static $_setRangeText_2_Callback(mthis, replacement, start, end, selectionMode ) native "HTMLTextAreaElement_setRangeText_Callback_RESOLVER_STRING_4_DOMString_ unsigned long_unsigned long_DOMString";
3539 3948
3540 // Generated overload resolver 3949 // Generated overload resolver
3541 Native_HTMLTextAreaElement_setSelectionRange(mthis, start, end, direction) { 3950 static $setSelectionRange(mthis, start, end, direction) {
3542 if (direction != null) { 3951 if (direction != null) {
3543 Native_HTMLTextAreaElement__setSelectionRange_1_Callback(mthis, start, end , direction); 3952 $_setSelectionRange_1_Callback(mthis, start, end, direction);
3544 return; 3953 return;
3545 } 3954 }
3546 Native_HTMLTextAreaElement__setSelectionRange_2_Callback(mthis, start, end); 3955 $_setSelectionRange_2_Callback(mthis, start, end);
3547 return; 3956 return;
3548 } 3957 }
3549 3958
3550 Native_HTMLTextAreaElement__setSelectionRange_1_Callback(mthis, start, end, dire ction) native "HTMLTextAreaElement_setSelectionRange_Callback_RESOLVER_STRING_3_ long_long_DOMString"; 3959 static $_setSelectionRange_1_Callback(mthis, start, end, direction) native "HT MLTextAreaElement_setSelectionRange_Callback_RESOLVER_STRING_3_long_long_DOMStri ng";
3551 3960
3552 Native_HTMLTextAreaElement__setSelectionRange_2_Callback(mthis, start, end) nati ve "HTMLTextAreaElement_setSelectionRange_Callback_RESOLVER_STRING_2_long_long"; 3961 static $_setSelectionRange_2_Callback(mthis, start, end) native "HTMLTextAreaE lement_setSelectionRange_Callback_RESOLVER_STRING_2_long_long";
3553 3962 }
3554 Native_HTMLTrackElement_default_Getter(mthis) native "HTMLTrackElement_default_G etter"; 3963
3555 3964 class BlinkHTMLTitleElement {}
3556 Native_HTMLTrackElement_default_Setter(mthis, value) native "HTMLTrackElement_de fault_Setter"; 3965
3557 3966 class BlinkHTMLTrackElement {
3558 Native_HTMLTrackElement_kind_Getter(mthis) native "HTMLTrackElement_kind_Getter" ; 3967 static $default_Getter(mthis) native "HTMLTrackElement_default_Getter";
3559 3968
3560 Native_HTMLTrackElement_kind_Setter(mthis, value) native "HTMLTrackElement_kind_ Setter"; 3969 static $default_Setter(mthis, value) native "HTMLTrackElement_default_Setter";
3561 3970
3562 Native_HTMLTrackElement_label_Getter(mthis) native "HTMLTrackElement_label_Gette r"; 3971 static $kind_Getter(mthis) native "HTMLTrackElement_kind_Getter";
3563 3972
3564 Native_HTMLTrackElement_label_Setter(mthis, value) native "HTMLTrackElement_labe l_Setter"; 3973 static $kind_Setter(mthis, value) native "HTMLTrackElement_kind_Setter";
3565 3974
3566 Native_HTMLTrackElement_readyState_Getter(mthis) native "HTMLTrackElement_readyS tate_Getter"; 3975 static $label_Getter(mthis) native "HTMLTrackElement_label_Getter";
3567 3976
3568 Native_HTMLTrackElement_src_Getter(mthis) native "HTMLTrackElement_src_Getter"; 3977 static $label_Setter(mthis, value) native "HTMLTrackElement_label_Setter";
3569 3978
3570 Native_HTMLTrackElement_src_Setter(mthis, value) native "HTMLTrackElement_src_Se tter"; 3979 static $readyState_Getter(mthis) native "HTMLTrackElement_readyState_Getter";
3571 3980
3572 Native_HTMLTrackElement_srclang_Getter(mthis) native "HTMLTrackElement_srclang_G etter"; 3981 static $src_Getter(mthis) native "HTMLTrackElement_src_Getter";
3573 3982
3574 Native_HTMLTrackElement_srclang_Setter(mthis, value) native "HTMLTrackElement_sr clang_Setter"; 3983 static $src_Setter(mthis, value) native "HTMLTrackElement_src_Setter";
3575 3984
3576 Native_HTMLTrackElement_track_Getter(mthis) native "HTMLTrackElement_track_Gette r"; 3985 static $srclang_Getter(mthis) native "HTMLTrackElement_srclang_Getter";
3577 3986
3578 Native_HTMLVideoElement_height_Getter(mthis) native "HTMLVideoElement_height_Get ter"; 3987 static $srclang_Setter(mthis, value) native "HTMLTrackElement_srclang_Setter";
3579 3988
3580 Native_HTMLVideoElement_height_Setter(mthis, value) native "HTMLVideoElement_hei ght_Setter"; 3989 static $track_Getter(mthis) native "HTMLTrackElement_track_Getter";
3581 3990 }
3582 Native_HTMLVideoElement_poster_Getter(mthis) native "HTMLVideoElement_poster_Get ter"; 3991
3583 3992 class BlinkHTMLUListElement {}
3584 Native_HTMLVideoElement_poster_Setter(mthis, value) native "HTMLVideoElement_pos ter_Setter"; 3993
3585 3994 class BlinkHTMLUnknownElement {}
3586 Native_HTMLVideoElement_videoHeight_Getter(mthis) native "HTMLVideoElement_video Height_Getter"; 3995
3587 3996 class BlinkHTMLVideoElement {
3588 Native_HTMLVideoElement_videoWidth_Getter(mthis) native "HTMLVideoElement_videoW idth_Getter"; 3997 static $height_Getter(mthis) native "HTMLVideoElement_height_Getter";
3589 3998
3590 Native_HTMLVideoElement_webkitDecodedFrameCount_Getter(mthis) native "HTMLVideoE lement_webkitDecodedFrameCount_Getter"; 3999 static $height_Setter(mthis, value) native "HTMLVideoElement_height_Setter";
3591 4000
3592 Native_HTMLVideoElement_webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoE lement_webkitDroppedFrameCount_Getter"; 4001 static $poster_Getter(mthis) native "HTMLVideoElement_poster_Getter";
3593 4002
3594 Native_HTMLVideoElement_width_Getter(mthis) native "HTMLVideoElement_width_Gette r"; 4003 static $poster_Setter(mthis, value) native "HTMLVideoElement_poster_Setter";
3595 4004
3596 Native_HTMLVideoElement_width_Setter(mthis, value) native "HTMLVideoElement_widt h_Setter"; 4005 static $videoHeight_Getter(mthis) native "HTMLVideoElement_videoHeight_Getter" ;
3597 4006
3598 Native_HTMLVideoElement_getVideoPlaybackQuality_Callback(mthis) native "HTMLVide oElement_getVideoPlaybackQuality_Callback_RESOLVER_STRING_0_"; 4007 static $videoWidth_Getter(mthis) native "HTMLVideoElement_videoWidth_Getter";
3599 4008
3600 Native_HTMLVideoElement_webkitEnterFullscreen_Callback(mthis) native "HTMLVideoE lement_webkitEnterFullscreen_Callback_RESOLVER_STRING_0_"; 4009 static $webkitDecodedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitD ecodedFrameCount_Getter";
3601 4010
3602 Native_HTMLVideoElement_webkitExitFullscreen_Callback(mthis) native "HTMLVideoEl ement_webkitExitFullscreen_Callback_RESOLVER_STRING_0_"; 4011 static $webkitDroppedFrameCount_Getter(mthis) native "HTMLVideoElement_webkitD roppedFrameCount_Getter";
3603 4012
3604 Native_HashChangeEvent_newURL_Getter(mthis) native "HashChangeEvent_newURL_Gette r"; 4013 static $width_Getter(mthis) native "HTMLVideoElement_width_Getter";
3605 4014
3606 Native_HashChangeEvent_oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Gette r"; 4015 static $width_Setter(mthis, value) native "HTMLVideoElement_width_Setter";
3607 4016
3608 Native_HashChangeEvent_initHashChangeEvent_Callback(mthis, type, canBubble, canc elable, oldURL, newURL) native "HashChangeEvent_initHashChangeEvent_Callback_RES OLVER_STRING_5_DOMString_boolean_boolean_DOMString_DOMString"; 4017 static $getVideoPlaybackQuality_Callback(mthis) native "HTMLVideoElement_getVi deoPlaybackQuality_Callback_RESOLVER_STRING_0_";
3609 4018
3610 Native_History_length_Getter(mthis) native "History_length_Getter"; 4019 static $webkitEnterFullscreen_Callback(mthis) native "HTMLVideoElement_webkitE nterFullscreen_Callback_RESOLVER_STRING_0_";
3611 4020
3612 Native_History_state_Getter(mthis) native "History_state_Getter"; 4021 static $webkitExitFullscreen_Callback(mthis) native "HTMLVideoElement_webkitEx itFullscreen_Callback_RESOLVER_STRING_0_";
3613 4022 }
3614 Native_History_back_Callback(mthis) native "History_back_Callback_RESOLVER_STRIN G_0_"; 4023
3615 4024 class BlinkHashChangeEvent {
3616 Native_History_forward_Callback(mthis) native "History_forward_Callback_RESOLVER _STRING_0_"; 4025 static $newURL_Getter(mthis) native "HashChangeEvent_newURL_Getter";
3617 4026
3618 Native_History_go_Callback(mthis, distance) native "History_go_Callback_RESOLVER _STRING_1_long"; 4027 static $oldURL_Getter(mthis) native "HashChangeEvent_oldURL_Getter";
3619 4028
3620 Native_History_pushState_Callback(mthis, data, title, url) native "History_pushS tate_Callback"; 4029 static $initHashChangeEvent_Callback(mthis, type, canBubble, cancelable, oldUR L, newURL) native "HashChangeEvent_initHashChangeEvent_Callback_RESOLVER_STRING_ 5_DOMString_boolean_boolean_DOMString_DOMString";
3621 4030 }
3622 Native_History_replaceState_Callback(mthis, data, title, url) native "History_re placeState_Callback"; 4031
3623 4032 class BlinkHistory {
3624 Native_IDBCursor_direction_Getter(mthis) native "IDBCursor_direction_Getter"; 4033 static $length_Getter(mthis) native "History_length_Getter";
3625 4034
3626 Native_IDBCursor_key_Getter(mthis) native "IDBCursor_key_Getter"; 4035 static $state_Getter(mthis) native "History_state_Getter";
3627 4036
3628 Native_IDBCursor_primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter"; 4037 static $back_Callback(mthis) native "History_back_Callback_RESOLVER_STRING_0_" ;
3629 4038
3630 Native_IDBCursor_source_Getter(mthis) native "IDBCursor_source_Getter"; 4039 static $forward_Callback(mthis) native "History_forward_Callback_RESOLVER_STRI NG_0_";
3631 4040
3632 Native_IDBCursor_advance_Callback(mthis, count) native "IDBCursor_advance_Callba ck_RESOLVER_STRING_1_unsigned long"; 4041 static $go_Callback(mthis, distance) native "History_go_Callback_RESOLVER_STRI NG_1_long";
3633 4042
3634 Native_IDBCursor_continuePrimaryKey_Callback(mthis, key, primaryKey) native "IDB Cursor_continuePrimaryKey_Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue"; 4043 static $pushState_Callback(mthis, data, title, url) native "History_pushState_ Callback";
3635 4044
3636 Native_IDBCursor_delete_Callback(mthis) native "IDBCursor_delete_Callback_RESOLV ER_STRING_0_"; 4045 static $replaceState_Callback(mthis, data, title, url) native "History_replace State_Callback";
3637 4046 }
3638 Native_IDBCursor_next_Callback(mthis, key) native "IDBCursor_continue_Callback_R ESOLVER_STRING_1_ScriptValue"; 4047
3639 4048 class BlinkIDBCursor {
3640 Native_IDBCursor_update_Callback(mthis, value) native "IDBCursor_update_Callback _RESOLVER_STRING_1_ScriptValue"; 4049 static $direction_Getter(mthis) native "IDBCursor_direction_Getter";
3641 4050
3642 Native_IDBCursorWithValue_value_Getter(mthis) native "IDBCursorWithValue_value_G etter"; 4051 static $key_Getter(mthis) native "IDBCursor_key_Getter";
3643 4052
3644 Native_IDBDatabase_name_Getter(mthis) native "IDBDatabase_name_Getter"; 4053 static $primaryKey_Getter(mthis) native "IDBCursor_primaryKey_Getter";
3645 4054
3646 Native_IDBDatabase_objectStoreNames_Getter(mthis) native "IDBDatabase_objectStor eNames_Getter"; 4055 static $source_Getter(mthis) native "IDBCursor_source_Getter";
3647 4056
3648 Native_IDBDatabase_version_Getter(mthis) native "IDBDatabase_version_Getter"; 4057 static $advance_Callback(mthis, count) native "IDBCursor_advance_Callback_RESO LVER_STRING_1_unsigned long";
3649 4058
3650 Native_IDBDatabase_close_Callback(mthis) native "IDBDatabase_close_Callback_RESO LVER_STRING_0_"; 4059 static $continuePrimaryKey_Callback(mthis, key, primaryKey) native "IDBCursor_ continuePrimaryKey_Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue";
3651 4060
3652 Native_IDBDatabase_createObjectStore_Callback(mthis, name, options) native "IDBD atabase_createObjectStore_Callback_RESOLVER_STRING_2_DOMString_Dictionary"; 4061 static $delete_Callback(mthis) native "IDBCursor_delete_Callback_RESOLVER_STRI NG_0_";
3653 4062
3654 Native_IDBDatabase_deleteObjectStore_Callback(mthis, name) native "IDBDatabase_d eleteObjectStore_Callback_RESOLVER_STRING_1_DOMString"; 4063 static $next_Callback(mthis, key) native "IDBCursor_continue_Callback_RESOLVER _STRING_1_ScriptValue";
3655 4064
3656 // Generated overload resolver 4065 static $update_Callback(mthis, value) native "IDBCursor_update_Callback_RESOLV ER_STRING_1_ScriptValue";
3657 Native_IDBDatabase_transaction(mthis, storeName_OR_storeNames, mode) { 4066 }
4067
4068 class BlinkIDBCursorWithValue {
4069 static $value_Getter(mthis) native "IDBCursorWithValue_value_Getter";
4070 }
4071
4072 class BlinkIDBDatabase {
4073 static $name_Getter(mthis) native "IDBDatabase_name_Getter";
4074
4075 static $objectStoreNames_Getter(mthis) native "IDBDatabase_objectStoreNames_Ge tter";
4076
4077 static $version_Getter(mthis) native "IDBDatabase_version_Getter";
4078
4079 static $close_Callback(mthis) native "IDBDatabase_close_Callback_RESOLVER_STRI NG_0_";
4080
4081 static $createObjectStore_Callback(mthis, name, options) native "IDBDatabase_c reateObjectStore_Callback_RESOLVER_STRING_2_DOMString_Dictionary";
4082
4083 static $deleteObjectStore_Callback(mthis, name) native "IDBDatabase_deleteObje ctStore_Callback_RESOLVER_STRING_1_DOMString";
4084
4085 // Generated overload resolver
4086 static $transaction(mthis, storeName_OR_storeNames, mode) {
3658 if ((mode is String || mode == null) && (storeName_OR_storeNames is List<Str ing> || storeName_OR_storeNames == null)) { 4087 if ((mode is String || mode == null) && (storeName_OR_storeNames is List<Str ing> || storeName_OR_storeNames == null)) {
3659 return Native_IDBDatabase__transaction_1_Callback(mthis, storeName_OR_stor eNames, mode); 4088 return $_transaction_1_Callback(mthis, storeName_OR_storeNames, mode);
3660 } 4089 }
3661 if ((mode is String || mode == null) && (storeName_OR_storeNames is List<Str ing> || storeName_OR_storeNames == null)) { 4090 if ((mode is String || mode == null) && (storeName_OR_storeNames is List<Str ing> || storeName_OR_storeNames == null)) {
3662 return Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_stor eNames, mode); 4091 return $_transaction_2_Callback(mthis, storeName_OR_storeNames, mode);
3663 } 4092 }
3664 if ((mode is String || mode == null) && (storeName_OR_storeNames is String | | storeName_OR_storeNames == null)) { 4093 if ((mode is String || mode == null) && (storeName_OR_storeNames is String | | storeName_OR_storeNames == null)) {
3665 return Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_stor eNames, mode); 4094 return $_transaction_3_Callback(mthis, storeName_OR_storeNames, mode);
3666 } 4095 }
3667 throw new ArgumentError("Incorrect number or type of arguments"); 4096 throw new ArgumentError("Incorrect number or type of arguments");
3668 } 4097 }
3669 4098
3670 Native_IDBDatabase__transaction_1_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMStr ing"; 4099 static $_transaction_1_Callback(mthis, storeName_OR_storeNames, mode) native " IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMString";
3671 4100
3672 Native_IDBDatabase__transaction_2_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_ DOMString"; 4101 static $_transaction_2_Callback(mthis, storeName_OR_storeNames, mode) native " IDBDatabase_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_DOMString ";
3673 4102
3674 Native_IDBDatabase__transaction_3_Callback(mthis, storeName_OR_storeNames, mode) native "IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString" ; 4103 static $_transaction_3_Callback(mthis, storeName_OR_storeNames, mode) native " IDBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString";
3675 4104
3676 Native_IDBDatabase_transactionList_Callback(mthis, storeNames, mode) native "IDB Database_transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_DOMString"; 4105 static $transactionList_Callback(mthis, storeNames, mode) native "IDBDatabase_ transaction_Callback_RESOLVER_STRING_2_sequence<DOMString>_DOMString";
3677 4106
3678 Native_IDBDatabase_transactionStore_Callback(mthis, storeName, mode) native "IDB Database_transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 4107 static $transactionStore_Callback(mthis, storeName, mode) native "IDBDatabase_ transaction_Callback_RESOLVER_STRING_2_DOMString_DOMString";
3679 4108
3680 Native_IDBDatabase_transactionStores_Callback(mthis, storeNames, mode) native "I DBDatabase_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMString"; 4109 static $transactionStores_Callback(mthis, storeNames, mode) native "IDBDatabas e_transaction_Callback_RESOLVER_STRING_2_DOMStringList_DOMString";
3681 4110 }
3682 Native_IDBFactory_cmp_Callback(mthis, first, second) native "IDBFactory_cmp_Call back_RESOLVER_STRING_2_ScriptValue_ScriptValue"; 4111
3683 4112 class BlinkIDBFactory {
3684 Native_IDBFactory_deleteDatabase_Callback(mthis, name) native "IDBFactory_delete Database_Callback_RESOLVER_STRING_1_DOMString"; 4113 static $cmp_Callback(mthis, first, second) native "IDBFactory_cmp_Callback_RES OLVER_STRING_2_ScriptValue_ScriptValue";
3685 4114
3686 // Generated overload resolver 4115 static $deleteDatabase_Callback(mthis, name) native "IDBFactory_deleteDatabase _Callback_RESOLVER_STRING_1_DOMString";
3687 Native_IDBFactory__open(mthis, name, version) { 4116
4117 // Generated overload resolver
4118 static $_open(mthis, name, version) {
3688 if (version != null) { 4119 if (version != null) {
3689 return Native_IDBFactory__open_1_Callback(mthis, name, version); 4120 return $_open_1_Callback(mthis, name, version);
3690 } 4121 }
3691 return Native_IDBFactory__open_2_Callback(mthis, name); 4122 return $_open_2_Callback(mthis, name);
3692 } 4123 }
3693 4124
3694 Native_IDBFactory__open_1_Callback(mthis, name, version) native "IDBFactory_open _Callback_RESOLVER_STRING_2_DOMString_unsigned long long"; 4125 static $_open_1_Callback(mthis, name, version) native "IDBFactory_open_Callbac k_RESOLVER_STRING_2_DOMString_unsigned long long";
3695 4126
3696 Native_IDBFactory__open_2_Callback(mthis, name) native "IDBFactory_open_Callback _RESOLVER_STRING_1_DOMString"; 4127 static $_open_2_Callback(mthis, name) native "IDBFactory_open_Callback_RESOLVE R_STRING_1_DOMString";
3697 4128
3698 Native_IDBFactory_webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webk itGetDatabaseNames_Callback_RESOLVER_STRING_0_"; 4129 static $webkitGetDatabaseNames_Callback(mthis) native "IDBFactory_webkitGetDat abaseNames_Callback_RESOLVER_STRING_0_";
3699 4130 }
3700 Native_IDBIndex_keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter"; 4131
3701 4132 class BlinkIDBIndex {
3702 Native_IDBIndex_multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter"; 4133 static $keyPath_Getter(mthis) native "IDBIndex_keyPath_Getter";
3703 4134
3704 Native_IDBIndex_name_Getter(mthis) native "IDBIndex_name_Getter"; 4135 static $multiEntry_Getter(mthis) native "IDBIndex_multiEntry_Getter";
3705 4136
3706 Native_IDBIndex_objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter"; 4137 static $name_Getter(mthis) native "IDBIndex_name_Getter";
3707 4138
3708 Native_IDBIndex_unique_Getter(mthis) native "IDBIndex_unique_Getter"; 4139 static $objectStore_Getter(mthis) native "IDBIndex_objectStore_Getter";
3709 4140
3710 Native_IDBIndex_count_Callback(mthis, key) native "IDBIndex_count_Callback_RESOL VER_STRING_1_ScriptValue"; 4141 static $unique_Getter(mthis) native "IDBIndex_unique_Getter";
3711 4142
3712 Native_IDBIndex_get_Callback(mthis, key) native "IDBIndex_get_Callback_RESOLVER_ STRING_1_ScriptValue"; 4143 static $count_Callback(mthis, key) native "IDBIndex_count_Callback_RESOLVER_ST RING_1_ScriptValue";
3713 4144
3714 Native_IDBIndex_getKey_Callback(mthis, key) native "IDBIndex_getKey_Callback_RES OLVER_STRING_1_ScriptValue"; 4145 static $get_Callback(mthis, key) native "IDBIndex_get_Callback_RESOLVER_STRING _1_ScriptValue";
3715 4146
3716 Native_IDBIndex_openCursor_Callback(mthis, key, direction) native "IDBIndex_open Cursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; 4147 static $getKey_Callback(mthis, key) native "IDBIndex_getKey_Callback_RESOLVER_ STRING_1_ScriptValue";
3717 4148
3718 Native_IDBIndex_openKeyCursor_Callback(mthis, key, direction) native "IDBIndex_o penKeyCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; 4149 static $openCursor_Callback(mthis, key, direction) native "IDBIndex_openCursor _Callback_RESOLVER_STRING_2_ScriptValue_DOMString";
3719 4150
3720 Native_IDBKeyRange_lower_Getter(mthis) native "IDBKeyRange_lower_Getter"; 4151 static $openKeyCursor_Callback(mthis, key, direction) native "IDBIndex_openKey Cursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString";
3721 4152 }
3722 Native_IDBKeyRange_lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter" ; 4153
3723 4154 class BlinkIDBKeyRange {
3724 Native_IDBKeyRange_upper_Getter(mthis) native "IDBKeyRange_upper_Getter"; 4155 static $lower_Getter(mthis) native "IDBKeyRange_lower_Getter";
3725 4156
3726 Native_IDBKeyRange_upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter" ; 4157 static $lowerOpen_Getter(mthis) native "IDBKeyRange_lowerOpen_Getter";
3727 4158
3728 Native_IDBKeyRange_bound__Callback(lower, upper, lowerOpen, upperOpen) native "I DBKeyRange_bound_Callback_RESOLVER_STRING_4_ScriptValue_ScriptValue_boolean_bool ean"; 4159 static $upper_Getter(mthis) native "IDBKeyRange_upper_Getter";
3729 4160
3730 Native_IDBKeyRange_lowerBound__Callback(bound, open) native "IDBKeyRange_lowerBo und_Callback_RESOLVER_STRING_2_ScriptValue_boolean"; 4161 static $upperOpen_Getter(mthis) native "IDBKeyRange_upperOpen_Getter";
3731 4162
3732 Native_IDBKeyRange_only__Callback(value) native "IDBKeyRange_only_Callback_RESOL VER_STRING_1_ScriptValue"; 4163 static $bound__Callback(lower, upper, lowerOpen, upperOpen) native "IDBKeyRang e_bound_Callback_RESOLVER_STRING_4_ScriptValue_ScriptValue_boolean_boolean";
3733 4164
3734 Native_IDBKeyRange_upperBound__Callback(bound, open) native "IDBKeyRange_upperBo und_Callback_RESOLVER_STRING_2_ScriptValue_boolean"; 4165 static $lowerBound__Callback(bound, open) native "IDBKeyRange_lowerBound_Callb ack_RESOLVER_STRING_2_ScriptValue_boolean";
3735 4166
3736 Native_IDBObjectStore_autoIncrement_Getter(mthis) native "IDBObjectStore_autoInc rement_Getter"; 4167 static $only__Callback(value) native "IDBKeyRange_only_Callback_RESOLVER_STRIN G_1_ScriptValue";
3737 4168
3738 Native_IDBObjectStore_indexNames_Getter(mthis) native "IDBObjectStore_indexNames _Getter"; 4169 static $upperBound__Callback(bound, open) native "IDBKeyRange_upperBound_Callb ack_RESOLVER_STRING_2_ScriptValue_boolean";
3739 4170 }
3740 Native_IDBObjectStore_keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Gette r"; 4171
3741 4172 class BlinkIDBObjectStore {
3742 Native_IDBObjectStore_name_Getter(mthis) native "IDBObjectStore_name_Getter"; 4173 static $autoIncrement_Getter(mthis) native "IDBObjectStore_autoIncrement_Gette r";
3743 4174
3744 Native_IDBObjectStore_transaction_Getter(mthis) native "IDBObjectStore_transacti on_Getter"; 4175 static $indexNames_Getter(mthis) native "IDBObjectStore_indexNames_Getter";
3745 4176
3746 Native_IDBObjectStore_add_Callback(mthis, value, key) native "IDBObjectStore_add _Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue"; 4177 static $keyPath_Getter(mthis) native "IDBObjectStore_keyPath_Getter";
3747 4178
3748 Native_IDBObjectStore_clear_Callback(mthis) native "IDBObjectStore_clear_Callbac k_RESOLVER_STRING_0_"; 4179 static $name_Getter(mthis) native "IDBObjectStore_name_Getter";
3749 4180
3750 Native_IDBObjectStore_count_Callback(mthis, key) native "IDBObjectStore_count_Ca llback_RESOLVER_STRING_1_ScriptValue"; 4181 static $transaction_Getter(mthis) native "IDBObjectStore_transaction_Getter";
3751 4182
3752 // Generated overload resolver 4183 static $add_Callback(mthis, value, key) native "IDBObjectStore_add_Callback_RE SOLVER_STRING_2_ScriptValue_ScriptValue";
3753 Native_IDBObjectStore__createIndex(mthis, name, keyPath, options) { 4184
4185 static $clear_Callback(mthis) native "IDBObjectStore_clear_Callback_RESOLVER_S TRING_0_";
4186
4187 static $count_Callback(mthis, key) native "IDBObjectStore_count_Callback_RESOL VER_STRING_1_ScriptValue";
4188
4189 // Generated overload resolver
4190 static $_createIndex(mthis, name, keyPath, options) {
3754 if ((options is Map || options == null) && (keyPath is List<String> || keyPa th == null) && (name is String || name == null)) { 4191 if ((options is Map || options == null) && (keyPath is List<String> || keyPa th == null) && (name is String || name == null)) {
3755 return Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options); 4192 return $_createIndex_1_Callback(mthis, name, keyPath, options);
3756 } 4193 }
3757 if ((options is Map || options == null) && (keyPath is String || keyPath == null) && (name is String || name == null)) { 4194 if ((options is Map || options == null) && (keyPath is String || keyPath == null) && (name is String || name == null)) {
3758 return Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options); 4195 return $_createIndex_2_Callback(mthis, name, keyPath, options);
3759 } 4196 }
3760 throw new ArgumentError("Incorrect number or type of arguments"); 4197 throw new ArgumentError("Incorrect number or type of arguments");
3761 } 4198 }
3762 4199
3763 Native_IDBObjectStore__createIndex_1_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_sequence<DO MString>_Dictionary"; 4200 static $_createIndex_1_Callback(mthis, name, keyPath, options) native "IDBObje ctStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_sequence<DOMString>_Dic tionary";
3764 4201
3765 Native_IDBObjectStore__createIndex_2_Callback(mthis, name, keyPath, options) nat ive "IDBObjectStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_DOMString_D ictionary"; 4202 static $_createIndex_2_Callback(mthis, name, keyPath, options) native "IDBObje ctStore_createIndex_Callback_RESOLVER_STRING_3_DOMString_DOMString_Dictionary";
3766 4203
3767 Native_IDBObjectStore_delete_Callback(mthis, key) native "IDBObjectStore_delete_ Callback_RESOLVER_STRING_1_ScriptValue"; 4204 static $delete_Callback(mthis, key) native "IDBObjectStore_delete_Callback_RES OLVER_STRING_1_ScriptValue";
3768 4205
3769 Native_IDBObjectStore_deleteIndex_Callback(mthis, name) native "IDBObjectStore_d eleteIndex_Callback_RESOLVER_STRING_1_DOMString"; 4206 static $deleteIndex_Callback(mthis, name) native "IDBObjectStore_deleteIndex_C allback_RESOLVER_STRING_1_DOMString";
3770 4207
3771 Native_IDBObjectStore_get_Callback(mthis, key) native "IDBObjectStore_get_Callba ck_RESOLVER_STRING_1_ScriptValue"; 4208 static $get_Callback(mthis, key) native "IDBObjectStore_get_Callback_RESOLVER_ STRING_1_ScriptValue";
3772 4209
3773 Native_IDBObjectStore_index_Callback(mthis, name) native "IDBObjectStore_index_C allback_RESOLVER_STRING_1_DOMString"; 4210 static $index_Callback(mthis, name) native "IDBObjectStore_index_Callback_RESO LVER_STRING_1_DOMString";
3774 4211
3775 Native_IDBObjectStore_openCursor_Callback(mthis, key, direction) native "IDBObje ctStore_openCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; 4212 static $openCursor_Callback(mthis, key, direction) native "IDBObjectStore_open Cursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString";
3776 4213
3777 Native_IDBObjectStore_openKeyCursor_Callback(mthis, range, direction) native "ID BObjectStore_openKeyCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString"; 4214 static $openKeyCursor_Callback(mthis, range, direction) native "IDBObjectStore _openKeyCursor_Callback_RESOLVER_STRING_2_ScriptValue_DOMString";
3778 4215
3779 Native_IDBObjectStore_put_Callback(mthis, value, key) native "IDBObjectStore_put _Callback_RESOLVER_STRING_2_ScriptValue_ScriptValue"; 4216 static $put_Callback(mthis, value, key) native "IDBObjectStore_put_Callback_RE SOLVER_STRING_2_ScriptValue_ScriptValue";
3780 4217 }
3781 Native_IDBRequest_error_Getter(mthis) native "IDBRequest_error_Getter"; 4218
3782 4219 class BlinkIDBRequest {
3783 Native_IDBRequest_readyState_Getter(mthis) native "IDBRequest_readyState_Getter" ; 4220 static $error_Getter(mthis) native "IDBRequest_error_Getter";
3784 4221
3785 Native_IDBRequest_result_Getter(mthis) native "IDBRequest_result_Getter"; 4222 static $readyState_Getter(mthis) native "IDBRequest_readyState_Getter";
3786 4223
3787 Native_IDBRequest_source_Getter(mthis) native "IDBRequest_source_Getter"; 4224 static $result_Getter(mthis) native "IDBRequest_result_Getter";
3788 4225
3789 Native_IDBRequest_transaction_Getter(mthis) native "IDBRequest_transaction_Gette r"; 4226 static $source_Getter(mthis) native "IDBRequest_source_Getter";
3790 4227
3791 Native_IDBTransaction_db_Getter(mthis) native "IDBTransaction_db_Getter"; 4228 static $transaction_Getter(mthis) native "IDBRequest_transaction_Getter";
3792 4229 }
3793 Native_IDBTransaction_error_Getter(mthis) native "IDBTransaction_error_Getter"; 4230
3794 4231 class BlinkIDBOpenDBRequest {}
3795 Native_IDBTransaction_mode_Getter(mthis) native "IDBTransaction_mode_Getter"; 4232
3796 4233 class BlinkIDBTransaction {
3797 Native_IDBTransaction_abort_Callback(mthis) native "IDBTransaction_abort_Callbac k_RESOLVER_STRING_0_"; 4234 static $db_Getter(mthis) native "IDBTransaction_db_Getter";
3798 4235
3799 Native_IDBTransaction_objectStore_Callback(mthis, name) native "IDBTransaction_o bjectStore_Callback_RESOLVER_STRING_1_DOMString"; 4236 static $error_Getter(mthis) native "IDBTransaction_error_Getter";
3800 4237
3801 Native_IDBVersionChangeEvent_dataLoss_Getter(mthis) native "IDBVersionChangeEven t_dataLoss_Getter"; 4238 static $mode_Getter(mthis) native "IDBTransaction_mode_Getter";
3802 4239
3803 Native_IDBVersionChangeEvent_dataLossMessage_Getter(mthis) native "IDBVersionCha ngeEvent_dataLossMessage_Getter"; 4240 static $abort_Callback(mthis) native "IDBTransaction_abort_Callback_RESOLVER_S TRING_0_";
3804 4241
3805 Native_IDBVersionChangeEvent_newVersion_Getter(mthis) native "IDBVersionChangeEv ent_newVersion_Getter"; 4242 static $objectStore_Callback(mthis, name) native "IDBTransaction_objectStore_C allback_RESOLVER_STRING_1_DOMString";
3806 4243 }
3807 Native_IDBVersionChangeEvent_oldVersion_Getter(mthis) native "IDBVersionChangeEv ent_oldVersion_Getter"; 4244
3808 4245 class BlinkIDBVersionChangeEvent {
3809 Native_ImageBitmap_height_Getter(mthis) native "ImageBitmap_height_Getter"; 4246 static $dataLoss_Getter(mthis) native "IDBVersionChangeEvent_dataLoss_Getter";
3810 4247
3811 Native_ImageBitmap_width_Getter(mthis) native "ImageBitmap_width_Getter"; 4248 static $dataLossMessage_Getter(mthis) native "IDBVersionChangeEvent_dataLossMe ssage_Getter";
3812 4249
3813 Native_ImageData_data_Getter(mthis) native "ImageData_data_Getter"; 4250 static $newVersion_Getter(mthis) native "IDBVersionChangeEvent_newVersion_Gett er";
3814 4251
3815 Native_ImageData_height_Getter(mthis) native "ImageData_height_Getter"; 4252 static $oldVersion_Getter(mthis) native "IDBVersionChangeEvent_oldVersion_Gett er";
3816 4253 }
3817 Native_ImageData_width_Getter(mthis) native "ImageData_width_Getter"; 4254
3818 4255 class BlinkImageBitmap {
3819 Native_InjectedScriptHost_inspect_Callback(mthis, objectId, hints) native "Injec tedScriptHost_inspect_Callback"; 4256 static $height_Getter(mthis) native "ImageBitmap_height_Getter";
3820 4257
3821 Native_InputMethodContext_compositionEndOffset_Getter(mthis) native "InputMethod Context_compositionEndOffset_Getter"; 4258 static $width_Getter(mthis) native "ImageBitmap_width_Getter";
3822 4259 }
3823 Native_InputMethodContext_compositionStartOffset_Getter(mthis) native "InputMeth odContext_compositionStartOffset_Getter"; 4260
3824 4261 class BlinkImageData {
3825 Native_InputMethodContext_locale_Getter(mthis) native "InputMethodContext_locale _Getter"; 4262 static $data_Getter(mthis) native "ImageData_data_Getter";
3826 4263
3827 Native_InputMethodContext_target_Getter(mthis) native "InputMethodContext_target _Getter"; 4264 static $height_Getter(mthis) native "ImageData_height_Getter";
3828 4265
3829 Native_InputMethodContext_confirmComposition_Callback(mthis) native "InputMethod Context_confirmComposition_Callback_RESOLVER_STRING_0_"; 4266 static $width_Getter(mthis) native "ImageData_width_Getter";
3830 4267 }
3831 Native_InstallPhaseEvent_waitUntil_Callback(mthis, value) native "InstallPhaseEv ent_waitUntil_Callback_RESOLVER_STRING_1_ScriptValue"; 4268
3832 4269 class BlinkInjectedScriptHost {
3833 Native_InstallEvent_replace_Callback(mthis) native "InstallEvent_replace_Callbac k_RESOLVER_STRING_0_"; 4270 static $inspect_Callback(mthis, objectId, hints) native "InjectedScriptHost_in spect_Callback";
3834 4271 }
3835 Native_Key_algorithm_Getter(mthis) native "Key_algorithm_Getter"; 4272
3836 4273 class BlinkInputMethodContext {
3837 Native_Key_extractable_Getter(mthis) native "Key_extractable_Getter"; 4274 static $compositionEndOffset_Getter(mthis) native "InputMethodContext_composit ionEndOffset_Getter";
3838 4275
3839 Native_Key_type_Getter(mthis) native "Key_type_Getter"; 4276 static $compositionStartOffset_Getter(mthis) native "InputMethodContext_compos itionStartOffset_Getter";
3840 4277
3841 Native_Key_usages_Getter(mthis) native "Key_usages_Getter"; 4278 static $locale_Getter(mthis) native "InputMethodContext_locale_Getter";
3842 4279
3843 Native_KeyPair_privateKey_Getter(mthis) native "KeyPair_privateKey_Getter"; 4280 static $target_Getter(mthis) native "InputMethodContext_target_Getter";
3844 4281
3845 Native_KeyPair_publicKey_Getter(mthis) native "KeyPair_publicKey_Getter"; 4282 static $confirmComposition_Callback(mthis) native "InputMethodContext_confirmC omposition_Callback_RESOLVER_STRING_0_";
3846 4283 }
3847 Native_KeyboardEvent_altGraphKey_Getter(mthis) native "KeyboardEvent_altGraphKey _Getter"; 4284
3848 4285 class BlinkInstallPhaseEvent {
3849 Native_KeyboardEvent_altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; 4286 static $waitUntil_Callback(mthis, value) native "InstallPhaseEvent_waitUntil_C allback_RESOLVER_STRING_1_ScriptValue";
3850 4287 }
3851 Native_KeyboardEvent_ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter" ; 4288
3852 4289 class BlinkInstallEvent {
3853 Native_KeyboardEvent_keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdenti fier_Getter"; 4290 static $replace_Callback(mthis) native "InstallEvent_replace_Callback_RESOLVER _STRING_0_";
3854 4291 }
3855 Native_KeyboardEvent_keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation _Getter"; 4292
3856 4293 class BlinkKey {
3857 Native_KeyboardEvent_location_Getter(mthis) native "KeyboardEvent_location_Gette r"; 4294 static $algorithm_Getter(mthis) native "Key_algorithm_Getter";
3858 4295
3859 Native_KeyboardEvent_metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter" ; 4296 static $extractable_Getter(mthis) native "Key_extractable_Getter";
3860 4297
3861 Native_KeyboardEvent_repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter"; 4298 static $type_Getter(mthis) native "Key_type_Getter";
3862 4299
3863 Native_KeyboardEvent_shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Gette r"; 4300 static $usages_Getter(mthis) native "Key_usages_Getter";
3864 4301 }
3865 Native_KeyboardEvent_getModifierState_Callback(mthis, keyArgument) native "Keybo ardEvent_getModifierState_Callback_RESOLVER_STRING_1_DOMString"; 4302
3866 4303 class BlinkKeyPair {
3867 Native_KeyboardEvent_initKeyboardEvent_Callback(mthis, type, canBubble, cancelab le, view, keyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphK ey) native "KeyboardEvent_initKeyboardEvent_Callback_RESOLVER_STRING_11_DOMStrin g_boolean_boolean_Window_DOMString_unsigned long_boolean_boolean_boolean_boolean _boolean"; 4304 static $privateKey_Getter(mthis) native "KeyPair_privateKey_Getter";
3868 4305
3869 Native_Location_ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_G etter"; 4306 static $publicKey_Getter(mthis) native "KeyPair_publicKey_Getter";
3870 4307 }
3871 Native_Location_hash_Getter(mthis) native "Location_hash_Getter"; 4308
3872 4309 class BlinkKeyboardEvent {
3873 Native_Location_hash_Setter(mthis, value) native "Location_hash_Setter"; 4310 static $altGraphKey_Getter(mthis) native "KeyboardEvent_altGraphKey_Getter";
3874 4311
3875 Native_Location_host_Getter(mthis) native "Location_host_Getter"; 4312 static $altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter";
3876 4313
3877 Native_Location_host_Setter(mthis, value) native "Location_host_Setter"; 4314 static $ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter";
3878 4315
3879 Native_Location_hostname_Getter(mthis) native "Location_hostname_Getter"; 4316 static $keyIdentifier_Getter(mthis) native "KeyboardEvent_keyIdentifier_Getter ";
3880 4317
3881 Native_Location_hostname_Setter(mthis, value) native "Location_hostname_Setter"; 4318 static $keyLocation_Getter(mthis) native "KeyboardEvent_keyLocation_Getter";
3882 4319
3883 Native_Location_href_Getter(mthis) native "Location_href_Getter"; 4320 static $location_Getter(mthis) native "KeyboardEvent_location_Getter";
3884 4321
3885 Native_Location_href_Setter(mthis, value) native "Location_href_Setter"; 4322 static $metaKey_Getter(mthis) native "KeyboardEvent_metaKey_Getter";
3886 4323
3887 Native_Location_origin_Getter(mthis) native "Location_origin_Getter"; 4324 static $repeat_Getter(mthis) native "KeyboardEvent_repeat_Getter";
3888 4325
3889 Native_Location_pathname_Getter(mthis) native "Location_pathname_Getter"; 4326 static $shiftKey_Getter(mthis) native "KeyboardEvent_shiftKey_Getter";
3890 4327
3891 Native_Location_pathname_Setter(mthis, value) native "Location_pathname_Setter"; 4328 static $getModifierState_Callback(mthis, keyArgument) native "KeyboardEvent_ge tModifierState_Callback_RESOLVER_STRING_1_DOMString";
3892 4329
3893 Native_Location_port_Getter(mthis) native "Location_port_Getter"; 4330 static $initKeyboardEvent_Callback(mthis, type, canBubble, cancelable, view, k eyIdentifier, location, ctrlKey, altKey, shiftKey, metaKey, altGraphKey) native "KeyboardEvent_initKeyboardEvent_Callback_RESOLVER_STRING_11_DOMString_boolean_b oolean_Window_DOMString_unsigned long_boolean_boolean_boolean_boolean_boolean";
3894 4331 }
3895 Native_Location_port_Setter(mthis, value) native "Location_port_Setter"; 4332
3896 4333 class BlinkLocation {
3897 Native_Location_protocol_Getter(mthis) native "Location_protocol_Getter"; 4334 static $ancestorOrigins_Getter(mthis) native "Location_ancestorOrigins_Getter" ;
3898 4335
3899 Native_Location_protocol_Setter(mthis, value) native "Location_protocol_Setter"; 4336 static $hash_Getter(mthis) native "Location_hash_Getter";
3900 4337
3901 Native_Location_search_Getter(mthis) native "Location_search_Getter"; 4338 static $hash_Setter(mthis, value) native "Location_hash_Setter";
3902 4339
3903 Native_Location_search_Setter(mthis, value) native "Location_search_Setter"; 4340 static $host_Getter(mthis) native "Location_host_Getter";
3904 4341
3905 Native_Location_assign_Callback(mthis, url) native "Location_assign_Callback"; 4342 static $host_Setter(mthis, value) native "Location_host_Setter";
3906 4343
3907 Native_Location_reload_Callback(mthis) native "Location_reload_Callback"; 4344 static $hostname_Getter(mthis) native "Location_hostname_Getter";
3908 4345
3909 Native_Location_replace_Callback(mthis, url) native "Location_replace_Callback"; 4346 static $hostname_Setter(mthis, value) native "Location_hostname_Setter";
3910 4347
3911 Native_Location_toString_Callback(mthis) native "Location_toString_Callback_RESO LVER_STRING_0_"; 4348 static $href_Getter(mthis) native "Location_href_Getter";
3912 4349
3913 Native_MIDIAccess_inputs_Callback(mthis) native "MIDIAccess_inputs_Callback_RESO LVER_STRING_0_"; 4350 static $href_Setter(mthis, value) native "Location_href_Setter";
3914 4351
3915 Native_MIDIAccess_outputs_Callback(mthis) native "MIDIAccess_outputs_Callback_RE SOLVER_STRING_0_"; 4352 static $origin_Getter(mthis) native "Location_origin_Getter";
3916 4353
3917 Native_MIDIAccessPromise_then_Callback(mthis, successCallback, errorCallback) na tive "MIDIAccessPromise_then_Callback_RESOLVER_STRING_2_MIDISuccessCallback_MIDI ErrorCallback"; 4354 static $pathname_Getter(mthis) native "Location_pathname_Getter";
3918 4355
3919 Native_MIDIConnectionEvent_port_Getter(mthis) native "MIDIConnectionEvent_port_G etter"; 4356 static $pathname_Setter(mthis, value) native "Location_pathname_Setter";
3920 4357
3921 Native_MIDIPort_id_Getter(mthis) native "MIDIPort_id_Getter"; 4358 static $port_Getter(mthis) native "Location_port_Getter";
3922 4359
3923 Native_MIDIPort_manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter" ; 4360 static $port_Setter(mthis, value) native "Location_port_Setter";
3924 4361
3925 Native_MIDIPort_name_Getter(mthis) native "MIDIPort_name_Getter"; 4362 static $protocol_Getter(mthis) native "Location_protocol_Getter";
3926 4363
3927 Native_MIDIPort_type_Getter(mthis) native "MIDIPort_type_Getter"; 4364 static $protocol_Setter(mthis, value) native "Location_protocol_Setter";
3928 4365
3929 Native_MIDIPort_version_Getter(mthis) native "MIDIPort_version_Getter"; 4366 static $search_Getter(mthis) native "Location_search_Getter";
3930 4367
3931 Native_MIDIMessageEvent_data_Getter(mthis) native "MIDIMessageEvent_data_Getter" ; 4368 static $search_Setter(mthis, value) native "Location_search_Setter";
3932 4369
3933 Native_MIDIMessageEvent_receivedTime_Getter(mthis) native "MIDIMessageEvent_rece ivedTime_Getter"; 4370 static $assign_Callback(mthis, url) native "Location_assign_Callback";
3934 4371
3935 // Generated overload resolver 4372 static $reload_Callback(mthis) native "Location_reload_Callback";
3936 Native_MIDIOutput_send(mthis, data, timestamp) { 4373
4374 static $replace_Callback(mthis, url) native "Location_replace_Callback";
4375
4376 static $toString_Callback(mthis) native "Location_toString_Callback_RESOLVER_S TRING_0_";
4377 }
4378
4379 class BlinkMIDIAccess {
4380 static $inputs_Callback(mthis) native "MIDIAccess_inputs_Callback_RESOLVER_STR ING_0_";
4381
4382 static $outputs_Callback(mthis) native "MIDIAccess_outputs_Callback_RESOLVER_S TRING_0_";
4383 }
4384
4385 class BlinkMIDIAccessPromise {
4386 static $then_Callback(mthis, successCallback, errorCallback) native "MIDIAcces sPromise_then_Callback_RESOLVER_STRING_2_MIDISuccessCallback_MIDIErrorCallback";
4387 }
4388
4389 class BlinkMIDIConnectionEvent {
4390 static $port_Getter(mthis) native "MIDIConnectionEvent_port_Getter";
4391 }
4392
4393 class BlinkMIDIPort {
4394 static $id_Getter(mthis) native "MIDIPort_id_Getter";
4395
4396 static $manufacturer_Getter(mthis) native "MIDIPort_manufacturer_Getter";
4397
4398 static $name_Getter(mthis) native "MIDIPort_name_Getter";
4399
4400 static $type_Getter(mthis) native "MIDIPort_type_Getter";
4401
4402 static $version_Getter(mthis) native "MIDIPort_version_Getter";
4403 }
4404
4405 class BlinkMIDIInput {}
4406
4407 class BlinkMIDIMessageEvent {
4408 static $data_Getter(mthis) native "MIDIMessageEvent_data_Getter";
4409
4410 static $receivedTime_Getter(mthis) native "MIDIMessageEvent_receivedTime_Gette r";
4411 }
4412
4413 class BlinkMIDIOutput {
4414 // Generated overload resolver
4415 static $send(mthis, data, timestamp) {
3937 if (timestamp != null) { 4416 if (timestamp != null) {
3938 Native_MIDIOutput__send_1_Callback(mthis, data, timestamp); 4417 $_send_1_Callback(mthis, data, timestamp);
3939 return; 4418 return;
3940 } 4419 }
3941 Native_MIDIOutput__send_2_Callback(mthis, data); 4420 $_send_2_Callback(mthis, data);
3942 return; 4421 return;
3943 } 4422 }
3944 4423
3945 Native_MIDIOutput__send_1_Callback(mthis, data, timestamp) native "MIDIOutput_se nd_Callback_RESOLVER_STRING_2_Uint8Array_double"; 4424 static $_send_1_Callback(mthis, data, timestamp) native "MIDIOutput_send_Callb ack_RESOLVER_STRING_2_Uint8Array_double";
3946 4425
3947 Native_MIDIOutput__send_2_Callback(mthis, data) native "MIDIOutput_send_Callback _RESOLVER_STRING_1_Uint8Array"; 4426 static $_send_2_Callback(mthis, data) native "MIDIOutput_send_Callback_RESOLVE R_STRING_1_Uint8Array";
3948 4427 }
3949 // Generated overload resolver 4428
3950 Native_MediaController_MediaController() { 4429 class BlinkMediaController {
3951 return Native_MediaController__create_1constructorCallback(); 4430 // Generated overload resolver
3952 } 4431 static $mkMediaController() {
3953 4432 return $_create_1constructorCallback();
3954 Native_MediaController__create_1constructorCallback() native "MediaController_co nstructorCallback_RESOLVER_STRING_0_"; 4433 }
3955 4434
3956 Native_MediaController_buffered_Getter(mthis) native "MediaController_buffered_G etter"; 4435 static $_create_1constructorCallback() native "MediaController_constructorCall back_RESOLVER_STRING_0_";
3957 4436
3958 Native_MediaController_currentTime_Getter(mthis) native "MediaController_current Time_Getter"; 4437 static $buffered_Getter(mthis) native "MediaController_buffered_Getter";
3959 4438
3960 Native_MediaController_currentTime_Setter(mthis, value) native "MediaController_ currentTime_Setter"; 4439 static $currentTime_Getter(mthis) native "MediaController_currentTime_Getter";
3961 4440
3962 Native_MediaController_defaultPlaybackRate_Getter(mthis) native "MediaController _defaultPlaybackRate_Getter"; 4441 static $currentTime_Setter(mthis, value) native "MediaController_currentTime_S etter";
3963 4442
3964 Native_MediaController_defaultPlaybackRate_Setter(mthis, value) native "MediaCon troller_defaultPlaybackRate_Setter"; 4443 static $defaultPlaybackRate_Getter(mthis) native "MediaController_defaultPlayb ackRate_Getter";
3965 4444
3966 Native_MediaController_duration_Getter(mthis) native "MediaController_duration_G etter"; 4445 static $defaultPlaybackRate_Setter(mthis, value) native "MediaController_defau ltPlaybackRate_Setter";
3967 4446
3968 Native_MediaController_muted_Getter(mthis) native "MediaController_muted_Getter" ; 4447 static $duration_Getter(mthis) native "MediaController_duration_Getter";
3969 4448
3970 Native_MediaController_muted_Setter(mthis, value) native "MediaController_muted_ Setter"; 4449 static $muted_Getter(mthis) native "MediaController_muted_Getter";
3971 4450
3972 Native_MediaController_paused_Getter(mthis) native "MediaController_paused_Gette r"; 4451 static $muted_Setter(mthis, value) native "MediaController_muted_Setter";
3973 4452
3974 Native_MediaController_playbackRate_Getter(mthis) native "MediaController_playba ckRate_Getter"; 4453 static $paused_Getter(mthis) native "MediaController_paused_Getter";
3975 4454
3976 Native_MediaController_playbackRate_Setter(mthis, value) native "MediaController _playbackRate_Setter"; 4455 static $playbackRate_Getter(mthis) native "MediaController_playbackRate_Getter ";
3977 4456
3978 Native_MediaController_playbackState_Getter(mthis) native "MediaController_playb ackState_Getter"; 4457 static $playbackRate_Setter(mthis, value) native "MediaController_playbackRate _Setter";
3979 4458
3980 Native_MediaController_played_Getter(mthis) native "MediaController_played_Gette r"; 4459 static $playbackState_Getter(mthis) native "MediaController_playbackState_Gett er";
3981 4460
3982 Native_MediaController_seekable_Getter(mthis) native "MediaController_seekable_G etter"; 4461 static $played_Getter(mthis) native "MediaController_played_Getter";
3983 4462
3984 Native_MediaController_volume_Getter(mthis) native "MediaController_volume_Gette r"; 4463 static $seekable_Getter(mthis) native "MediaController_seekable_Getter";
3985 4464
3986 Native_MediaController_volume_Setter(mthis, value) native "MediaController_volum e_Setter"; 4465 static $volume_Getter(mthis) native "MediaController_volume_Getter";
3987 4466
3988 Native_MediaController_pause_Callback(mthis) native "MediaController_pause_Callb ack_RESOLVER_STRING_0_"; 4467 static $volume_Setter(mthis, value) native "MediaController_volume_Setter";
3989 4468
3990 Native_MediaController_play_Callback(mthis) native "MediaController_play_Callbac k_RESOLVER_STRING_0_"; 4469 static $pause_Callback(mthis) native "MediaController_pause_Callback_RESOLVER_ STRING_0_";
3991 4470
3992 Native_MediaController_unpause_Callback(mthis) native "MediaController_unpause_C allback_RESOLVER_STRING_0_"; 4471 static $play_Callback(mthis) native "MediaController_play_Callback_RESOLVER_ST RING_0_";
3993 4472
3994 Native_MediaElementAudioSourceNode_mediaElement_Getter(mthis) native "MediaEleme ntAudioSourceNode_mediaElement_Getter"; 4473 static $unpause_Callback(mthis) native "MediaController_unpause_Callback_RESOL VER_STRING_0_";
3995 4474 }
3996 Native_MediaError_code_Getter(mthis) native "MediaError_code_Getter"; 4475
3997 4476 class BlinkMediaElementAudioSourceNode {
3998 Native_MediaKeyError_code_Getter(mthis) native "MediaKeyError_code_Getter"; 4477 static $mediaElement_Getter(mthis) native "MediaElementAudioSourceNode_mediaEl ement_Getter";
3999 4478 }
4000 Native_MediaKeyError_systemCode_Getter(mthis) native "MediaKeyError_systemCode_G etter"; 4479
4001 4480 class BlinkMediaError {
4002 Native_MediaKeyEvent_defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_G etter"; 4481 static $code_Getter(mthis) native "MediaError_code_Getter";
4003 4482 }
4004 Native_MediaKeyEvent_errorCode_Getter(mthis) native "MediaKeyEvent_errorCode_Get ter"; 4483
4005 4484 class BlinkMediaKeyError {
4006 Native_MediaKeyEvent_initData_Getter(mthis) native "MediaKeyEvent_initData_Gette r"; 4485 static $code_Getter(mthis) native "MediaKeyError_code_Getter";
4007 4486
4008 Native_MediaKeyEvent_keySystem_Getter(mthis) native "MediaKeyEvent_keySystem_Get ter"; 4487 static $systemCode_Getter(mthis) native "MediaKeyError_systemCode_Getter";
4009 4488 }
4010 Native_MediaKeyEvent_message_Getter(mthis) native "MediaKeyEvent_message_Getter" ; 4489
4011 4490 class BlinkMediaKeyEvent {
4012 Native_MediaKeyEvent_sessionId_Getter(mthis) native "MediaKeyEvent_sessionId_Get ter"; 4491 static $defaultURL_Getter(mthis) native "MediaKeyEvent_defaultURL_Getter";
4013 4492
4014 Native_MediaKeyEvent_systemCode_Getter(mthis) native "MediaKeyEvent_systemCode_G etter"; 4493 static $errorCode_Getter(mthis) native "MediaKeyEvent_errorCode_Getter";
4015 4494
4016 Native_MediaKeyMessageEvent_destinationURL_Getter(mthis) native "MediaKeyMessage Event_destinationURL_Getter"; 4495 static $initData_Getter(mthis) native "MediaKeyEvent_initData_Getter";
4017 4496
4018 Native_MediaKeyMessageEvent_message_Getter(mthis) native "MediaKeyMessageEvent_m essage_Getter"; 4497 static $keySystem_Getter(mthis) native "MediaKeyEvent_keySystem_Getter";
4019 4498
4020 Native_MediaKeyNeededEvent_contentType_Getter(mthis) native "MediaKeyNeededEvent _contentType_Getter"; 4499 static $message_Getter(mthis) native "MediaKeyEvent_message_Getter";
4021 4500
4022 Native_MediaKeyNeededEvent_initData_Getter(mthis) native "MediaKeyNeededEvent_in itData_Getter"; 4501 static $sessionId_Getter(mthis) native "MediaKeyEvent_sessionId_Getter";
4023 4502
4024 Native_MediaKeySession_error_Getter(mthis) native "MediaKeySession_error_Getter" ; 4503 static $systemCode_Getter(mthis) native "MediaKeyEvent_systemCode_Getter";
4025 4504 }
4026 Native_MediaKeySession_keySystem_Getter(mthis) native "MediaKeySession_keySystem _Getter"; 4505
4027 4506 class BlinkMediaKeyMessageEvent {
4028 Native_MediaKeySession_sessionId_Getter(mthis) native "MediaKeySession_sessionId _Getter"; 4507 static $destinationURL_Getter(mthis) native "MediaKeyMessageEvent_destinationU RL_Getter";
4029 4508
4030 Native_MediaKeySession_release_Callback(mthis) native "MediaKeySession_release_C allback_RESOLVER_STRING_0_"; 4509 static $message_Getter(mthis) native "MediaKeyMessageEvent_message_Getter";
4031 4510 }
4032 Native_MediaKeySession_update_Callback(mthis, response) native "MediaKeySession_ update_Callback_RESOLVER_STRING_1_Uint8Array"; 4511
4033 4512 class BlinkMediaKeyNeededEvent {
4034 // Generated overload resolver 4513 static $contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gett er";
4035 Native_MediaKeys_MediaKeys(keySystem) { 4514
4036 return Native_MediaKeys__create_1constructorCallback(keySystem); 4515 static $initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter";
4037 } 4516 }
4038 4517
4039 Native_MediaKeys__create_1constructorCallback(keySystem) native "MediaKeys_const ructorCallback_RESOLVER_STRING_1_DOMString"; 4518 class BlinkMediaKeySession {
4040 4519 static $error_Getter(mthis) native "MediaKeySession_error_Getter";
4041 Native_MediaKeys_keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; 4520
4042 4521 static $keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter";
4043 Native_MediaKeys_createSession_Callback(mthis, type, initData) native "MediaKeys _createSession_Callback_RESOLVER_STRING_2_DOMString_Uint8Array"; 4522
4044 4523 static $sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter";
4045 Native_MediaList_length_Getter(mthis) native "MediaList_length_Getter"; 4524
4046 4525 static $release_Callback(mthis) native "MediaKeySession_release_Callback_RESOL VER_STRING_0_";
4047 Native_MediaList_mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; 4526
4048 4527 static $update_Callback(mthis, response) native "MediaKeySession_update_Callba ck_RESOLVER_STRING_1_Uint8Array";
4049 Native_MediaList_mediaText_Setter(mthis, value) native "MediaList_mediaText_Sett er"; 4528 }
4050 4529
4051 Native_MediaList_appendMedium_Callback(mthis, newMedium) native "MediaList_appen dMedium_Callback_RESOLVER_STRING_1_DOMString"; 4530 class BlinkMediaKeys {
4052 4531 // Generated overload resolver
4053 Native_MediaList_deleteMedium_Callback(mthis, oldMedium) native "MediaList_delet eMedium_Callback_RESOLVER_STRING_1_DOMString"; 4532 static $mkMediaKeys(keySystem) {
4054 4533 return $_create_1constructorCallback(keySystem);
4055 Native_MediaList_item_Callback(mthis, index) native "MediaList_item_Callback_RES OLVER_STRING_1_unsigned long"; 4534 }
4056 4535
4057 Native_MediaQueryList_matches_Getter(mthis) native "MediaQueryList_matches_Gette r"; 4536 static $_create_1constructorCallback(keySystem) native "MediaKeys_constructorC allback_RESOLVER_STRING_1_DOMString";
4058 4537
4059 Native_MediaQueryList_media_Getter(mthis) native "MediaQueryList_media_Getter"; 4538 static $keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
4060 4539
4061 // Generated overload resolver 4540 static $createSession_Callback(mthis, type, initData) native "MediaKeys_create Session_Callback_RESOLVER_STRING_2_DOMString_Uint8Array";
4062 Native_MediaSource_MediaSource() { 4541 }
4063 return Native_MediaSource__create_1constructorCallback(); 4542
4064 } 4543 class BlinkMediaList {
4065 4544 static $length_Getter(mthis) native "MediaList_length_Getter";
4066 Native_MediaSource__create_1constructorCallback() native "MediaSource_constructo rCallback_RESOLVER_STRING_0_"; 4545
4067 4546 static $mediaText_Getter(mthis) native "MediaList_mediaText_Getter";
4068 Native_MediaSource_activeSourceBuffers_Getter(mthis) native "MediaSource_activeS ourceBuffers_Getter"; 4547
4069 4548 static $mediaText_Setter(mthis, value) native "MediaList_mediaText_Setter";
4070 Native_MediaSource_duration_Getter(mthis) native "MediaSource_duration_Getter"; 4549
4071 4550 static $appendMedium_Callback(mthis, newMedium) native "MediaList_appendMedium _Callback_RESOLVER_STRING_1_DOMString";
4072 Native_MediaSource_duration_Setter(mthis, value) native "MediaSource_duration_Se tter"; 4551
4073 4552 static $deleteMedium_Callback(mthis, oldMedium) native "MediaList_deleteMedium _Callback_RESOLVER_STRING_1_DOMString";
4074 Native_MediaSource_readyState_Getter(mthis) native "MediaSource_readyState_Gette r"; 4553
4075 4554 static $item_Callback(mthis, index) native "MediaList_item_Callback_RESOLVER_S TRING_1_unsigned long";
4076 Native_MediaSource_sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers _Getter"; 4555 }
4077 4556
4078 Native_MediaSource_addSourceBuffer_Callback(mthis, type) native "MediaSource_add SourceBuffer_Callback_RESOLVER_STRING_1_DOMString"; 4557 class BlinkMediaQueryList {
4079 4558 static $matches_Getter(mthis) native "MediaQueryList_matches_Getter";
4080 // Generated overload resolver 4559
4081 Native_MediaSource_endOfStream(mthis, error) { 4560 static $media_Getter(mthis) native "MediaQueryList_media_Getter";
4561 }
4562
4563 class BlinkMediaSource {
4564 // Generated overload resolver
4565 static $mkMediaSource() {
4566 return $_create_1constructorCallback();
4567 }
4568
4569 static $_create_1constructorCallback() native "MediaSource_constructorCallback _RESOLVER_STRING_0_";
4570
4571 static $activeSourceBuffers_Getter(mthis) native "MediaSource_activeSourceBuff ers_Getter";
4572
4573 static $duration_Getter(mthis) native "MediaSource_duration_Getter";
4574
4575 static $duration_Setter(mthis, value) native "MediaSource_duration_Setter";
4576
4577 static $readyState_Getter(mthis) native "MediaSource_readyState_Getter";
4578
4579 static $sourceBuffers_Getter(mthis) native "MediaSource_sourceBuffers_Getter";
4580
4581 static $addSourceBuffer_Callback(mthis, type) native "MediaSource_addSourceBuf fer_Callback_RESOLVER_STRING_1_DOMString";
4582
4583 // Generated overload resolver
4584 static $endOfStream(mthis, error) {
4082 if (error != null) { 4585 if (error != null) {
4083 Native_MediaSource__endOfStream_1_Callback(mthis, error); 4586 $_endOfStream_1_Callback(mthis, error);
4084 return; 4587 return;
4085 } 4588 }
4086 Native_MediaSource__endOfStream_2_Callback(mthis); 4589 $_endOfStream_2_Callback(mthis);
4087 return; 4590 return;
4088 } 4591 }
4089 4592
4090 Native_MediaSource__endOfStream_1_Callback(mthis, error) native "MediaSource_end OfStream_Callback_RESOLVER_STRING_1_DOMString"; 4593 static $_endOfStream_1_Callback(mthis, error) native "MediaSource_endOfStream_ Callback_RESOLVER_STRING_1_DOMString";
4091 4594
4092 Native_MediaSource__endOfStream_2_Callback(mthis) native "MediaSource_endOfStrea m_Callback_RESOLVER_STRING_0_"; 4595 static $_endOfStream_2_Callback(mthis) native "MediaSource_endOfStream_Callbac k_RESOLVER_STRING_0_";
4093 4596
4094 Native_MediaSource_isTypeSupported_Callback(type) native "MediaSource_isTypeSupp orted_Callback_RESOLVER_STRING_1_DOMString"; 4597 static $isTypeSupported_Callback(type) native "MediaSource_isTypeSupported_Cal lback_RESOLVER_STRING_1_DOMString";
4095 4598
4096 Native_MediaSource_removeSourceBuffer_Callback(mthis, buffer) native "MediaSourc e_removeSourceBuffer_Callback_RESOLVER_STRING_1_SourceBuffer"; 4599 static $removeSourceBuffer_Callback(mthis, buffer) native "MediaSource_removeS ourceBuffer_Callback_RESOLVER_STRING_1_SourceBuffer";
4097 4600 }
4098 // Generated overload resolver 4601
4099 Native_MediaStream_MediaStream(stream_OR_tracks) { 4602 class BlinkMediaStream {
4603 // Generated overload resolver
4604 static $mkMediaStream(stream_OR_tracks) {
4100 if (stream_OR_tracks == null) { 4605 if (stream_OR_tracks == null) {
4101 return Native_MediaStream__create_1constructorCallback(); 4606 return $_create_1constructorCallback();
4102 } 4607 }
4103 if ((stream_OR_tracks is MediaStream || stream_OR_tracks == null)) { 4608 if ((stream_OR_tracks is MediaStream || stream_OR_tracks == null)) {
4104 return Native_MediaStream__create_2constructorCallback(stream_OR_tracks); 4609 return $_create_2constructorCallback(stream_OR_tracks);
4105 } 4610 }
4106 if ((stream_OR_tracks is List<MediaStreamTrack> || stream_OR_tracks == null) ) { 4611 if ((stream_OR_tracks is List<MediaStreamTrack> || stream_OR_tracks == null) ) {
4107 return Native_MediaStream__create_3constructorCallback(stream_OR_tracks); 4612 return $_create_3constructorCallback(stream_OR_tracks);
4108 } 4613 }
4109 throw new ArgumentError("Incorrect number or type of arguments"); 4614 throw new ArgumentError("Incorrect number or type of arguments");
4110 } 4615 }
4111 4616
4112 Native_MediaStream__create_1constructorCallback() native "MediaStream_constructo rCallback_RESOLVER_STRING_0_"; 4617 static $_create_1constructorCallback() native "MediaStream_constructorCallback _RESOLVER_STRING_0_";
4113 4618
4114 Native_MediaStream__create_2constructorCallback(stream_OR_tracks) native "MediaS tream_constructorCallback_RESOLVER_STRING_1_MediaStream"; 4619 static $_create_2constructorCallback(stream_OR_tracks) native "MediaStream_con structorCallback_RESOLVER_STRING_1_MediaStream";
4115 4620
4116 Native_MediaStream__create_3constructorCallback(stream_OR_tracks) native "MediaS tream_constructorCallback_RESOLVER_STRING_1_MediaStreamTrack[]"; 4621 static $_create_3constructorCallback(stream_OR_tracks) native "MediaStream_con structorCallback_RESOLVER_STRING_1_MediaStreamTrack[]";
4117 4622
4118 Native_MediaStream_ended_Getter(mthis) native "MediaStream_ended_Getter"; 4623 static $ended_Getter(mthis) native "MediaStream_ended_Getter";
4119 4624
4120 Native_MediaStream_id_Getter(mthis) native "MediaStream_id_Getter"; 4625 static $id_Getter(mthis) native "MediaStream_id_Getter";
4121 4626
4122 Native_MediaStream_label_Getter(mthis) native "MediaStream_label_Getter"; 4627 static $label_Getter(mthis) native "MediaStream_label_Getter";
4123 4628
4124 Native_MediaStream_addTrack_Callback(mthis, track) native "MediaStream_addTrack_ Callback_RESOLVER_STRING_1_MediaStreamTrack"; 4629 static $addTrack_Callback(mthis, track) native "MediaStream_addTrack_Callback_ RESOLVER_STRING_1_MediaStreamTrack";
4125 4630
4126 Native_MediaStream_getAudioTracks_Callback(mthis) native "MediaStream_getAudioTr acks_Callback_RESOLVER_STRING_0_"; 4631 static $getAudioTracks_Callback(mthis) native "MediaStream_getAudioTracks_Call back_RESOLVER_STRING_0_";
4127 4632
4128 Native_MediaStream_getTrackById_Callback(mthis, trackId) native "MediaStream_get TrackById_Callback_RESOLVER_STRING_1_DOMString"; 4633 static $getTrackById_Callback(mthis, trackId) native "MediaStream_getTrackById _Callback_RESOLVER_STRING_1_DOMString";
4129 4634
4130 Native_MediaStream_getVideoTracks_Callback(mthis) native "MediaStream_getVideoTr acks_Callback_RESOLVER_STRING_0_"; 4635 static $getVideoTracks_Callback(mthis) native "MediaStream_getVideoTracks_Call back_RESOLVER_STRING_0_";
4131 4636
4132 Native_MediaStream_removeTrack_Callback(mthis, track) native "MediaStream_remove Track_Callback_RESOLVER_STRING_1_MediaStreamTrack"; 4637 static $removeTrack_Callback(mthis, track) native "MediaStream_removeTrack_Cal lback_RESOLVER_STRING_1_MediaStreamTrack";
4133 4638
4134 Native_MediaStream_stop_Callback(mthis) native "MediaStream_stop_Callback_RESOLV ER_STRING_0_"; 4639 static $stop_Callback(mthis) native "MediaStream_stop_Callback_RESOLVER_STRING _0_";
4135 4640 }
4136 Native_MediaStreamAudioDestinationNode_stream_Getter(mthis) native "MediaStreamA udioDestinationNode_stream_Getter"; 4641
4137 4642 class BlinkMediaStreamAudioDestinationNode {
4138 Native_MediaStreamAudioSourceNode_mediaStream_Getter(mthis) native "MediaStreamA udioSourceNode_mediaStream_Getter"; 4643 static $stream_Getter(mthis) native "MediaStreamAudioDestinationNode_stream_Ge tter";
4139 4644 }
4140 Native_MediaStreamEvent_stream_Getter(mthis) native "MediaStreamEvent_stream_Get ter"; 4645
4141 4646 class BlinkMediaStreamAudioSourceNode {
4142 Native_MediaStreamTrack_enabled_Getter(mthis) native "MediaStreamTrack_enabled_G etter"; 4647 static $mediaStream_Getter(mthis) native "MediaStreamAudioSourceNode_mediaStre am_Getter";
4143 4648 }
4144 Native_MediaStreamTrack_enabled_Setter(mthis, value) native "MediaStreamTrack_en abled_Setter"; 4649
4145 4650 class BlinkMediaStreamEvent {
4146 Native_MediaStreamTrack_id_Getter(mthis) native "MediaStreamTrack_id_Getter"; 4651 static $stream_Getter(mthis) native "MediaStreamEvent_stream_Getter";
4147 4652 }
4148 Native_MediaStreamTrack_kind_Getter(mthis) native "MediaStreamTrack_kind_Getter" ; 4653
4149 4654 class BlinkMediaStreamTrack {
4150 Native_MediaStreamTrack_label_Getter(mthis) native "MediaStreamTrack_label_Gette r"; 4655 static $enabled_Getter(mthis) native "MediaStreamTrack_enabled_Getter";
4151 4656
4152 Native_MediaStreamTrack_readyState_Getter(mthis) native "MediaStreamTrack_readyS tate_Getter"; 4657 static $enabled_Setter(mthis, value) native "MediaStreamTrack_enabled_Setter";
4153 4658
4154 Native_MediaStreamTrack_getSources_Callback(callback) native "MediaStreamTrack_g etSources_Callback_RESOLVER_STRING_1_MediaStreamTrackSourcesCallback"; 4659 static $id_Getter(mthis) native "MediaStreamTrack_id_Getter";
4155 4660
4156 Native_MediaStreamTrack_stop_Callback(mthis) native "MediaStreamTrack_stop_Callb ack_RESOLVER_STRING_0_"; 4661 static $kind_Getter(mthis) native "MediaStreamTrack_kind_Getter";
4157 4662
4158 Native_MediaStreamTrackEvent_track_Getter(mthis) native "MediaStreamTrackEvent_t rack_Getter"; 4663 static $label_Getter(mthis) native "MediaStreamTrack_label_Getter";
4159 4664
4160 Native_MemoryInfo_jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLim it_Getter"; 4665 static $readyState_Getter(mthis) native "MediaStreamTrack_readyState_Getter";
4161 4666
4162 Native_MemoryInfo_totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSi ze_Getter"; 4667 static $getSources_Callback(callback) native "MediaStreamTrack_getSources_Call back_RESOLVER_STRING_1_MediaStreamTrackSourcesCallback";
4163 4668
4164 Native_MemoryInfo_usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize _Getter"; 4669 static $stop_Callback(mthis) native "MediaStreamTrack_stop_Callback_RESOLVER_S TRING_0_";
4165 4670 }
4166 Native_MessageChannel_port1_Getter(mthis) native "MessageChannel_port1_Getter"; 4671
4167 4672 class BlinkMediaStreamTrackEvent {
4168 Native_MessageChannel_port2_Getter(mthis) native "MessageChannel_port2_Getter"; 4673 static $track_Getter(mthis) native "MediaStreamTrackEvent_track_Getter";
4169 4674 }
4170 Native_MessageEvent_data_Getter(mthis) native "MessageEvent_data_Getter"; 4675
4171 4676 class BlinkMemoryInfo {
4172 Native_MessageEvent_lastEventId_Getter(mthis) native "MessageEvent_lastEventId_G etter"; 4677 static $jsHeapSizeLimit_Getter(mthis) native "MemoryInfo_jsHeapSizeLimit_Gette r";
4173 4678
4174 Native_MessageEvent_origin_Getter(mthis) native "MessageEvent_origin_Getter"; 4679 static $totalJSHeapSize_Getter(mthis) native "MemoryInfo_totalJSHeapSize_Gette r";
4175 4680
4176 Native_MessageEvent_source_Getter(mthis) native "MessageEvent_source_Getter"; 4681 static $usedJSHeapSize_Getter(mthis) native "MemoryInfo_usedJSHeapSize_Getter" ;
4177 4682 }
4178 Native_MessageEvent_initMessageEvent_Callback(mthis, typeArg, canBubbleArg, canc elableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native " MessageEvent_initMessageEvent_Callback"; 4683
4179 4684 class BlinkMessageChannel {
4180 Native_MessagePort_close_Callback(mthis) native "MessagePort_close_Callback_RESO LVER_STRING_0_"; 4685 static $port1_Getter(mthis) native "MessageChannel_port1_Getter";
4181 4686
4182 Native_MessagePort_postMessage_Callback(mthis, message, messagePorts) native "Me ssagePort_postMessage_Callback"; 4687 static $port2_Getter(mthis) native "MessageChannel_port2_Getter";
4183 4688 }
4184 Native_MessagePort_start_Callback(mthis) native "MessagePort_start_Callback_RESO LVER_STRING_0_"; 4689
4185 4690 class BlinkMessageEvent {
4186 Native_Metadata_modificationTime_Getter(mthis) native "Metadata_modificationTime _Getter"; 4691 static $data_Getter(mthis) native "MessageEvent_data_Getter";
4187 4692
4188 Native_Metadata_size_Getter(mthis) native "Metadata_size_Getter"; 4693 static $lastEventId_Getter(mthis) native "MessageEvent_lastEventId_Getter";
4189 4694
4190 Native_MimeType_description_Getter(mthis) native "MimeType_description_Getter"; 4695 static $origin_Getter(mthis) native "MessageEvent_origin_Getter";
4191 4696
4192 Native_MimeType_enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Gette r"; 4697 static $source_Getter(mthis) native "MessageEvent_source_Getter";
4193 4698
4194 Native_MimeType_suffixes_Getter(mthis) native "MimeType_suffixes_Getter"; 4699 static $initMessageEvent_Callback(mthis, typeArg, canBubbleArg, cancelableArg, dataArg, originArg, lastEventIdArg, sourceArg, messagePorts) native "MessageEve nt_initMessageEvent_Callback";
4195 4700 }
4196 Native_MimeType_type_Getter(mthis) native "MimeType_type_Getter"; 4701
4197 4702 class BlinkMessagePort {
4198 Native_MimeTypeArray_length_Getter(mthis) native "MimeTypeArray_length_Getter"; 4703 static $close_Callback(mthis) native "MessagePort_close_Callback_RESOLVER_STRI NG_0_";
4199 4704
4200 Native_MimeTypeArray_NativeIndexed_Getter(mthis, index) native "MimeTypeArray_it em_Callback_RESOLVER_STRING_1_unsigned long"; 4705 static $postMessage_Callback(mthis, message, messagePorts) native "MessagePort _postMessage_Callback";
4201 4706
4202 Native_MimeTypeArray___getter___Callback(mthis, name) native "MimeTypeArray___ge tter___Callback_RESOLVER_STRING_1_DOMString"; 4707 static $start_Callback(mthis) native "MessagePort_start_Callback_RESOLVER_STRI NG_0_";
4203 4708 }
4204 Native_MimeTypeArray_item_Callback(mthis, index) native "MimeTypeArray_item_Call back_RESOLVER_STRING_1_unsigned long"; 4709
4205 4710 class BlinkMetadata {
4206 Native_MimeTypeArray_namedItem_Callback(mthis, name) native "MimeTypeArray_named Item_Callback_RESOLVER_STRING_1_DOMString"; 4711 static $modificationTime_Getter(mthis) native "Metadata_modificationTime_Gette r";
4207 4712
4208 Native_MouseEvent_altKey_Getter(mthis) native "MouseEvent_altKey_Getter"; 4713 static $size_Getter(mthis) native "Metadata_size_Getter";
4209 4714 }
4210 Native_MouseEvent_button_Getter(mthis) native "MouseEvent_button_Getter"; 4715
4211 4716 class BlinkMimeType {
4212 Native_MouseEvent_clientX_Getter(mthis) native "MouseEvent_clientX_Getter"; 4717 static $description_Getter(mthis) native "MimeType_description_Getter";
4213 4718
4214 Native_MouseEvent_clientY_Getter(mthis) native "MouseEvent_clientY_Getter"; 4719 static $enabledPlugin_Getter(mthis) native "MimeType_enabledPlugin_Getter";
4215 4720
4216 Native_MouseEvent_ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter"; 4721 static $suffixes_Getter(mthis) native "MimeType_suffixes_Getter";
4217 4722
4218 Native_MouseEvent_dataTransfer_Getter(mthis) native "MouseEvent_dataTransfer_Get ter"; 4723 static $type_Getter(mthis) native "MimeType_type_Getter";
4219 4724 }
4220 Native_MouseEvent_fromElement_Getter(mthis) native "MouseEvent_fromElement_Gette r"; 4725
4221 4726 class BlinkMimeTypeArray {
4222 Native_MouseEvent_metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter"; 4727 static $length_Getter(mthis) native "MimeTypeArray_length_Getter";
4223 4728
4224 Native_MouseEvent_offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter"; 4729 static $NativeIndexed_Getter(mthis, index) native "MimeTypeArray_item_Callback _RESOLVER_STRING_1_unsigned long";
4225 4730
4226 Native_MouseEvent_offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter"; 4731 static $__getter___Callback(mthis, name) native "MimeTypeArray___getter___Call back_RESOLVER_STRING_1_DOMString";
4227 4732
4228 Native_MouseEvent_relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_G etter"; 4733 static $item_Callback(mthis, index) native "MimeTypeArray_item_Callback_RESOLV ER_STRING_1_unsigned long";
4229 4734
4230 Native_MouseEvent_screenX_Getter(mthis) native "MouseEvent_screenX_Getter"; 4735 static $namedItem_Callback(mthis, name) native "MimeTypeArray_namedItem_Callba ck_RESOLVER_STRING_1_DOMString";
4231 4736 }
4232 Native_MouseEvent_screenY_Getter(mthis) native "MouseEvent_screenY_Getter"; 4737
4233 4738 class BlinkMouseEvent {
4234 Native_MouseEvent_shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter"; 4739 static $altKey_Getter(mthis) native "MouseEvent_altKey_Getter";
4235 4740
4236 Native_MouseEvent_toElement_Getter(mthis) native "MouseEvent_toElement_Getter"; 4741 static $button_Getter(mthis) native "MouseEvent_button_Getter";
4237 4742
4238 Native_MouseEvent_webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovemen tX_Getter"; 4743 static $clientX_Getter(mthis) native "MouseEvent_clientX_Getter";
4239 4744
4240 Native_MouseEvent_webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovemen tY_Getter"; 4745 static $clientY_Getter(mthis) native "MouseEvent_clientY_Getter";
4241 4746
4242 Native_MouseEvent_initMouseEvent_Callback(mthis, type, canBubble, cancelable, vi ew, detail, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaK ey, button, relatedTarget) native "MouseEvent_initMouseEvent_Callback_RESOLVER_S TRING_15_DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boole an_boolean_boolean_unsigned short_EventTarget"; 4747 static $ctrlKey_Getter(mthis) native "MouseEvent_ctrlKey_Getter";
4243 4748
4244 Native_MutationObserver_constructorCallback(callback) native "MutationObserver_c onstructorCallback"; 4749 static $dataTransfer_Getter(mthis) native "MouseEvent_dataTransfer_Getter";
4245 4750
4246 Native_MutationObserver_disconnect_Callback(mthis) native "MutationObserver_disc onnect_Callback_RESOLVER_STRING_0_"; 4751 static $fromElement_Getter(mthis) native "MouseEvent_fromElement_Getter";
4247 4752
4248 Native_MutationObserver_observe_Callback(mthis, target, options) native "Mutatio nObserver_observe_Callback_RESOLVER_STRING_2_Node_Dictionary"; 4753 static $metaKey_Getter(mthis) native "MouseEvent_metaKey_Getter";
4249 4754
4250 Native_MutationObserver_takeRecords_Callback(mthis) native "MutationObserver_tak eRecords_Callback_RESOLVER_STRING_0_"; 4755 static $offsetX_Getter(mthis) native "MouseEvent_offsetX_Getter";
4251 4756
4252 Native_MutationRecord_addedNodes_Getter(mthis) native "MutationRecord_addedNodes _Getter"; 4757 static $offsetY_Getter(mthis) native "MouseEvent_offsetY_Getter";
4253 4758
4254 Native_MutationRecord_attributeName_Getter(mthis) native "MutationRecord_attribu teName_Getter"; 4759 static $relatedTarget_Getter(mthis) native "MouseEvent_relatedTarget_Getter";
4255 4760
4256 Native_MutationRecord_attributeNamespace_Getter(mthis) native "MutationRecord_at tributeNamespace_Getter"; 4761 static $screenX_Getter(mthis) native "MouseEvent_screenX_Getter";
4257 4762
4258 Native_MutationRecord_nextSibling_Getter(mthis) native "MutationRecord_nextSibli ng_Getter"; 4763 static $screenY_Getter(mthis) native "MouseEvent_screenY_Getter";
4259 4764
4260 Native_MutationRecord_oldValue_Getter(mthis) native "MutationRecord_oldValue_Get ter"; 4765 static $shiftKey_Getter(mthis) native "MouseEvent_shiftKey_Getter";
4261 4766
4262 Native_MutationRecord_previousSibling_Getter(mthis) native "MutationRecord_previ ousSibling_Getter"; 4767 static $toElement_Getter(mthis) native "MouseEvent_toElement_Getter";
4263 4768
4264 Native_MutationRecord_removedNodes_Getter(mthis) native "MutationRecord_removedN odes_Getter"; 4769 static $webkitMovementX_Getter(mthis) native "MouseEvent_webkitMovementX_Gette r";
4265 4770
4266 Native_MutationRecord_target_Getter(mthis) native "MutationRecord_target_Getter" ; 4771 static $webkitMovementY_Getter(mthis) native "MouseEvent_webkitMovementY_Gette r";
4267 4772
4268 Native_MutationRecord_type_Getter(mthis) native "MutationRecord_type_Getter"; 4773 static $initMouseEvent_Callback(mthis, type, canBubble, cancelable, view, deta il, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey, butt on, relatedTarget) native "MouseEvent_initMouseEvent_Callback_RESOLVER_STRING_15 _DOMString_boolean_boolean_Window_long_long_long_long_long_boolean_boolean_boole an_boolean_unsigned short_EventTarget";
4269 4774 }
4270 Native_NamedNodeMap_length_Getter(mthis) native "NamedNodeMap_length_Getter"; 4775
4271 4776 class BlinkMutationEvent {}
4272 Native_NamedNodeMap_NativeIndexed_Getter(mthis, index) native "NamedNodeMap_item _Callback_RESOLVER_STRING_1_unsigned long"; 4777
4273 4778 class BlinkMutationObserver {
4274 Native_NamedNodeMap___getter___Callback(mthis, name) native "NamedNodeMap___gett er___Callback_RESOLVER_STRING_1_DOMString"; 4779 static $constructorCallback(callback) native "MutationObserver_constructorCall back";
4275 4780
4276 Native_NamedNodeMap_getNamedItem_Callback(mthis, name) native "NamedNodeMap_getN amedItem_Callback_RESOLVER_STRING_1_DOMString"; 4781 static $disconnect_Callback(mthis) native "MutationObserver_disconnect_Callbac k_RESOLVER_STRING_0_";
4277 4782
4278 Native_NamedNodeMap_getNamedItemNS_Callback(mthis, namespaceURI, localName) nati ve "NamedNodeMap_getNamedItemNS_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 4783 static $observe_Callback(mthis, target, options) native "MutationObserver_obse rve_Callback_RESOLVER_STRING_2_Node_Dictionary";
4279 4784
4280 Native_NamedNodeMap_item_Callback(mthis, index) native "NamedNodeMap_item_Callba ck_RESOLVER_STRING_1_unsigned long"; 4785 static $takeRecords_Callback(mthis) native "MutationObserver_takeRecords_Callb ack_RESOLVER_STRING_0_";
4281 4786 }
4282 Native_NamedNodeMap_removeNamedItem_Callback(mthis, name) native "NamedNodeMap_r emoveNamedItem_Callback_RESOLVER_STRING_1_DOMString"; 4787
4283 4788 class BlinkMutationRecord {
4284 Native_NamedNodeMap_removeNamedItemNS_Callback(mthis, namespaceURI, localName) n ative "NamedNodeMap_removeNamedItemNS_Callback_RESOLVER_STRING_2_DOMString_DOMSt ring"; 4789 static $addedNodes_Getter(mthis) native "MutationRecord_addedNodes_Getter";
4285 4790
4286 Native_NamedNodeMap_setNamedItem_Callback(mthis, node) native "NamedNodeMap_setN amedItem_Callback_RESOLVER_STRING_1_Node"; 4791 static $attributeName_Getter(mthis) native "MutationRecord_attributeName_Gette r";
4287 4792
4288 Native_NamedNodeMap_setNamedItemNS_Callback(mthis, node) native "NamedNodeMap_se tNamedItemNS_Callback_RESOLVER_STRING_1_Node"; 4793 static $attributeNamespace_Getter(mthis) native "MutationRecord_attributeNames pace_Getter";
4289 4794
4290 Native_NavigatorID_appCodeName_Getter(mthis) native "Navigator_appCodeName_Gette r"; 4795 static $nextSibling_Getter(mthis) native "MutationRecord_nextSibling_Getter";
4291 4796
4292 Native_NavigatorID_appName_Getter(mthis) native "Navigator_appName_Getter"; 4797 static $oldValue_Getter(mthis) native "MutationRecord_oldValue_Getter";
4293 4798
4294 Native_NavigatorID_appVersion_Getter(mthis) native "Navigator_appVersion_Getter" ; 4799 static $previousSibling_Getter(mthis) native "MutationRecord_previousSibling_G etter";
4295 4800
4296 Native_NavigatorID_platform_Getter(mthis) native "Navigator_platform_Getter"; 4801 static $removedNodes_Getter(mthis) native "MutationRecord_removedNodes_Getter" ;
4297 4802
4298 Native_NavigatorID_product_Getter(mthis) native "Navigator_product_Getter"; 4803 static $target_Getter(mthis) native "MutationRecord_target_Getter";
4299 4804
4300 Native_NavigatorID_userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; 4805 static $type_Getter(mthis) native "MutationRecord_type_Getter";
4301 4806 }
4302 Native_NavigatorOnLine_onLine_Getter(mthis) native "NavigatorOnLine_onLine_Gette r"; 4807
4303 4808 class BlinkNamedNodeMap {
4304 Native_Navigator_cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Get ter"; 4809 static $length_Getter(mthis) native "NamedNodeMap_length_Getter";
4305 4810
4306 Native_Navigator_doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter"; 4811 static $NativeIndexed_Getter(mthis, index) native "NamedNodeMap_item_Callback_ RESOLVER_STRING_1_unsigned long";
4307 4812
4308 Native_Navigator_geolocation_Getter(mthis) native "Navigator_geolocation_Getter" ; 4813 static $__getter___Callback(mthis, name) native "NamedNodeMap___getter___Callb ack_RESOLVER_STRING_1_DOMString";
4309 4814
4310 Native_Navigator_language_Getter(mthis) native "Navigator_language_Getter"; 4815 static $getNamedItem_Callback(mthis, name) native "NamedNodeMap_getNamedItem_C allback_RESOLVER_STRING_1_DOMString";
4311 4816
4312 Native_Navigator_maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_G etter"; 4817 static $getNamedItemNS_Callback(mthis, namespaceURI, localName) native "NamedN odeMap_getNamedItemNS_Callback_RESOLVER_STRING_2_DOMString_DOMString";
4313 4818
4314 Native_Navigator_mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter"; 4819 static $item_Callback(mthis, index) native "NamedNodeMap_item_Callback_RESOLVE R_STRING_1_unsigned long";
4315 4820
4316 Native_Navigator_productSub_Getter(mthis) native "Navigator_productSub_Getter"; 4821 static $removeNamedItem_Callback(mthis, name) native "NamedNodeMap_removeNamed Item_Callback_RESOLVER_STRING_1_DOMString";
4317 4822
4318 Native_Navigator_serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Get ter"; 4823 static $removeNamedItemNS_Callback(mthis, namespaceURI, localName) native "Nam edNodeMap_removeNamedItemNS_Callback_RESOLVER_STRING_2_DOMString_DOMString";
4319 4824
4320 Native_Navigator_storageQuota_Getter(mthis) native "Navigator_storageQuota_Gette r"; 4825 static $setNamedItem_Callback(mthis, node) native "NamedNodeMap_setNamedItem_C allback_RESOLVER_STRING_1_Node";
4321 4826
4322 Native_Navigator_vendor_Getter(mthis) native "Navigator_vendor_Getter"; 4827 static $setNamedItemNS_Callback(mthis, node) native "NamedNodeMap_setNamedItem NS_Callback_RESOLVER_STRING_1_Node";
4323 4828 }
4324 Native_Navigator_vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; 4829
4325 4830 class BlinkNavigatorID {
4326 Native_Navigator_webkitPersistentStorage_Getter(mthis) native "Navigator_webkitP ersistentStorage_Getter"; 4831 static $appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter";
4327 4832
4328 Native_Navigator_webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTe mporaryStorage_Getter"; 4833 static $appName_Getter(mthis) native "Navigator_appName_Getter";
4329 4834
4330 Native_Navigator_getStorageUpdates_Callback(mthis) native "Navigator_getStorageU pdates_Callback_RESOLVER_STRING_0_"; 4835 static $appVersion_Getter(mthis) native "Navigator_appVersion_Getter";
4331 4836
4332 Native_Navigator_isProtocolHandlerRegistered_Callback(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback_RESOLVER_STRING_2_DOMString_DOM String"; 4837 static $platform_Getter(mthis) native "Navigator_platform_Getter";
4333 4838
4334 Native_Navigator_registerProtocolHandler_Callback(mthis, scheme, url, title) nat ive "Navigator_registerProtocolHandler_Callback_RESOLVER_STRING_3_DOMString_DOMS tring_DOMString"; 4839 static $product_Getter(mthis) native "Navigator_product_Getter";
4335 4840
4336 Native_Navigator_requestMIDIAccess_Callback(mthis, options) native "Navigator_re questMIDIAccess_Callback_RESOLVER_STRING_1_Dictionary"; 4841 static $userAgent_Getter(mthis) native "Navigator_userAgent_Getter";
4337 4842 }
4338 Native_Navigator_unregisterProtocolHandler_Callback(mthis, scheme, url) native " Navigator_unregisterProtocolHandler_Callback_RESOLVER_STRING_2_DOMString_DOMStri ng"; 4843
4339 4844 class BlinkNavigatorOnLine {
4340 Native_Navigator_webkitGetGamepads_Callback(mthis) native "Navigator_webkitGetGa mepads_Callback_RESOLVER_STRING_0_"; 4845 static $onLine_Getter(mthis) native "NavigatorOnLine_onLine_Getter";
4341 4846 }
4342 Native_Navigator_webkitGetUserMedia_Callback(mthis, options, successCallback, er rorCallback) native "Navigator_webkitGetUserMedia_Callback_RESOLVER_STRING_3_Dic tionary_NavigatorUserMediaSuccessCallback_NavigatorUserMediaErrorCallback"; 4847
4343 4848 class BlinkNavigator {
4344 Native_Navigator_appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter" ; 4849 static $cookieEnabled_Getter(mthis) native "Navigator_cookieEnabled_Getter";
4345 4850
4346 Native_Navigator_appName_Getter(mthis) native "Navigator_appName_Getter"; 4851 static $doNotTrack_Getter(mthis) native "Navigator_doNotTrack_Getter";
4347 4852
4348 Native_Navigator_appVersion_Getter(mthis) native "Navigator_appVersion_Getter"; 4853 static $geolocation_Getter(mthis) native "Navigator_geolocation_Getter";
4349 4854
4350 Native_Navigator_platform_Getter(mthis) native "Navigator_platform_Getter"; 4855 static $language_Getter(mthis) native "Navigator_language_Getter";
4351 4856
4352 Native_Navigator_product_Getter(mthis) native "Navigator_product_Getter"; 4857 static $maxTouchPoints_Getter(mthis) native "Navigator_maxTouchPoints_Getter";
4353 4858
4354 Native_Navigator_userAgent_Getter(mthis) native "Navigator_userAgent_Getter"; 4859 static $mimeTypes_Getter(mthis) native "Navigator_mimeTypes_Getter";
4355 4860
4356 Native_Navigator_onLine_Getter(mthis) native "Navigator_onLine_Getter"; 4861 static $productSub_Getter(mthis) native "Navigator_productSub_Getter";
4357 4862
4358 Native_NavigatorUserMediaError_constraintName_Getter(mthis) native "NavigatorUse rMediaError_constraintName_Getter"; 4863 static $serviceWorker_Getter(mthis) native "Navigator_serviceWorker_Getter";
4359 4864
4360 Native_NavigatorUserMediaError_message_Getter(mthis) native "NavigatorUserMediaE rror_message_Getter"; 4865 static $storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter";
4361 4866
4362 Native_NavigatorUserMediaError_name_Getter(mthis) native "NavigatorUserMediaErro r_name_Getter"; 4867 static $vendor_Getter(mthis) native "Navigator_vendor_Getter";
4363 4868
4364 Native_NodeIterator_pointerBeforeReferenceNode_Getter(mthis) native "NodeIterato r_pointerBeforeReferenceNode_Getter"; 4869 static $vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter";
4365 4870
4366 Native_NodeIterator_referenceNode_Getter(mthis) native "NodeIterator_referenceNo de_Getter"; 4871 static $webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersiste ntStorage_Getter";
4367 4872
4368 Native_NodeIterator_root_Getter(mthis) native "NodeIterator_root_Getter"; 4873 static $webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporary Storage_Getter";
4369 4874
4370 Native_NodeIterator_whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Get ter"; 4875 static $getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_ Callback_RESOLVER_STRING_0_";
4371 4876
4372 Native_NodeIterator_detach_Callback(mthis) native "NodeIterator_detach_Callback_ RESOLVER_STRING_0_"; 4877 static $isProtocolHandlerRegistered_Callback(mthis, scheme, url) native "Navig ator_isProtocolHandlerRegistered_Callback_RESOLVER_STRING_2_DOMString_DOMString" ;
4373 4878
4374 Native_NodeIterator_nextNode_Callback(mthis) native "NodeIterator_nextNode_Callb ack_RESOLVER_STRING_0_"; 4879 static $registerProtocolHandler_Callback(mthis, scheme, url, title) native "Na vigator_registerProtocolHandler_Callback_RESOLVER_STRING_3_DOMString_DOMString_D OMString";
4375 4880
4376 Native_NodeIterator_previousNode_Callback(mthis) native "NodeIterator_previousNo de_Callback_RESOLVER_STRING_0_"; 4881 static $requestMIDIAccess_Callback(mthis, options) native "Navigator_requestMI DIAccess_Callback_RESOLVER_STRING_1_Dictionary";
4377 4882
4378 Native_NodeList_length_Getter(mthis) native "NodeList_length_Getter"; 4883 static $unregisterProtocolHandler_Callback(mthis, scheme, url) native "Navigat or_unregisterProtocolHandler_Callback_RESOLVER_STRING_2_DOMString_DOMString";
4379 4884
4380 Native_NodeList_NativeIndexed_Getter(mthis, index) native "NodeList_item_Callbac k_RESOLVER_STRING_1_unsigned long"; 4885 static $webkitGetGamepads_Callback(mthis) native "Navigator_webkitGetGamepads_ Callback_RESOLVER_STRING_0_";
4381 4886
4382 Native_NodeList_item_Callback(mthis, index) native "NodeList_item_Callback_RESOL VER_STRING_1_unsigned long"; 4887 static $webkitGetUserMedia_Callback(mthis, options, successCallback, errorCall back) native "Navigator_webkitGetUserMedia_Callback_RESOLVER_STRING_3_Dictionary _NavigatorUserMediaSuccessCallback_NavigatorUserMediaErrorCallback";
4383 4888
4384 // Generated overload resolver 4889 static $appCodeName_Getter(mthis) native "Navigator_appCodeName_Getter";
4385 Native_Notification_Notification(title, options) { 4890
4386 return Native_Notification__create_1constructorCallback(title, options); 4891 static $appName_Getter(mthis) native "Navigator_appName_Getter";
4387 } 4892
4388 4893 static $appVersion_Getter(mthis) native "Navigator_appVersion_Getter";
4389 Native_Notification__create_1constructorCallback(title, options) native "Notific ation_constructorCallback_RESOLVER_STRING_2_DOMString_Dictionary"; 4894
4390 4895 static $platform_Getter(mthis) native "Navigator_platform_Getter";
4391 Native_Notification_body_Getter(mthis) native "Notification_body_Getter"; 4896
4392 4897 static $product_Getter(mthis) native "Navigator_product_Getter";
4393 Native_Notification_dir_Getter(mthis) native "Notification_dir_Getter"; 4898
4394 4899 static $userAgent_Getter(mthis) native "Navigator_userAgent_Getter";
4395 Native_Notification_icon_Getter(mthis) native "Notification_icon_Getter"; 4900
4396 4901 static $onLine_Getter(mthis) native "Navigator_onLine_Getter";
4397 Native_Notification_lang_Getter(mthis) native "Notification_lang_Getter"; 4902 }
4398 4903
4399 Native_Notification_permission_Getter(mthis) native "Notification_permission_Get ter"; 4904 class BlinkNavigatorUserMediaError {
4400 4905 static $constraintName_Getter(mthis) native "NavigatorUserMediaError_constrain tName_Getter";
4401 Native_Notification_tag_Getter(mthis) native "Notification_tag_Getter"; 4906
4402 4907 static $message_Getter(mthis) native "NavigatorUserMediaError_message_Getter";
4403 Native_Notification_title_Getter(mthis) native "Notification_title_Getter"; 4908
4404 4909 static $name_Getter(mthis) native "NavigatorUserMediaError_name_Getter";
4405 Native_Notification_close_Callback(mthis) native "Notification_close_Callback_RE SOLVER_STRING_0_"; 4910 }
4406 4911
4407 Native_Notification_requestPermission_Callback(callback) native "Notification_re questPermission_Callback_RESOLVER_STRING_1_NotificationPermissionCallback"; 4912 class BlinkNodeFilter {}
4408 4913
4409 Native_OESVertexArrayObject_bindVertexArrayOES_Callback(mthis, arrayObject) nati ve "OESVertexArrayObject_bindVertexArrayOES_Callback_RESOLVER_STRING_1_WebGLVert exArrayObjectOES"; 4914 class BlinkNodeIterator {
4410 4915 static $pointerBeforeReferenceNode_Getter(mthis) native "NodeIterator_pointerB eforeReferenceNode_Getter";
4411 Native_OESVertexArrayObject_createVertexArrayOES_Callback(mthis) native "OESVert exArrayObject_createVertexArrayOES_Callback_RESOLVER_STRING_0_"; 4916
4412 4917 static $referenceNode_Getter(mthis) native "NodeIterator_referenceNode_Getter" ;
4413 Native_OESVertexArrayObject_deleteVertexArrayOES_Callback(mthis, arrayObject) na tive "OESVertexArrayObject_deleteVertexArrayOES_Callback_RESOLVER_STRING_1_WebGL VertexArrayObjectOES"; 4918
4414 4919 static $root_Getter(mthis) native "NodeIterator_root_Getter";
4415 Native_OESVertexArrayObject_isVertexArrayOES_Callback(mthis, arrayObject) native "OESVertexArrayObject_isVertexArrayOES_Callback_RESOLVER_STRING_1_WebGLVertexAr rayObjectOES"; 4920
4416 4921 static $whatToShow_Getter(mthis) native "NodeIterator_whatToShow_Getter";
4417 Native_OfflineAudioCompletionEvent_renderedBuffer_Getter(mthis) native "OfflineA udioCompletionEvent_renderedBuffer_Getter"; 4922
4418 4923 static $detach_Callback(mthis) native "NodeIterator_detach_Callback_RESOLVER_S TRING_0_";
4419 // Generated overload resolver 4924
4420 Native_OfflineAudioContext_OfflineAudioContext(numberOfChannels, numberOfFrames, sampleRate) { 4925 static $nextNode_Callback(mthis) native "NodeIterator_nextNode_Callback_RESOLV ER_STRING_0_";
4421 return Native_OfflineAudioContext__create_1constructorCallback(numberOfChann els, numberOfFrames, sampleRate); 4926
4422 } 4927 static $previousNode_Callback(mthis) native "NodeIterator_previousNode_Callbac k_RESOLVER_STRING_0_";
4423 4928 }
4424 Native_OfflineAudioContext__create_1constructorCallback(numberOfChannels, number OfFrames, sampleRate) native "OfflineAudioContext_constructorCallback_RESOLVER_S TRING_3_unsigned long_unsigned long_float"; 4929
4425 4930 class BlinkNodeList {
4426 Native_OscillatorNode_detune_Getter(mthis) native "OscillatorNode_detune_Getter" ; 4931 static $length_Getter(mthis) native "NodeList_length_Getter";
4427 4932
4428 Native_OscillatorNode_frequency_Getter(mthis) native "OscillatorNode_frequency_G etter"; 4933 static $NativeIndexed_Getter(mthis, index) native "NodeList_item_Callback_RESO LVER_STRING_1_unsigned long";
4429 4934
4430 Native_OscillatorNode_type_Getter(mthis) native "OscillatorNode_type_Getter"; 4935 static $item_Callback(mthis, index) native "NodeList_item_Callback_RESOLVER_ST RING_1_unsigned long";
4431 4936 }
4432 Native_OscillatorNode_type_Setter(mthis, value) native "OscillatorNode_type_Sett er"; 4937
4433 4938 class BlinkNotation {}
4434 Native_OscillatorNode_noteOff_Callback(mthis, when) native "OscillatorNode_noteO ff_Callback_RESOLVER_STRING_1_double"; 4939
4435 4940 class BlinkNotification {
4436 Native_OscillatorNode_noteOn_Callback(mthis, when) native "OscillatorNode_noteOn _Callback_RESOLVER_STRING_1_double"; 4941 // Generated overload resolver
4437 4942 static $mkNotification(title, options) {
4438 Native_OscillatorNode_setPeriodicWave_Callback(mthis, periodicWave) native "Osci llatorNode_setPeriodicWave_Callback_RESOLVER_STRING_1_PeriodicWave"; 4943 return $_create_1constructorCallback(title, options);
4439 4944 }
4440 // Generated overload resolver 4945
4441 Native_OscillatorNode_start(mthis, when) { 4946 static $_create_1constructorCallback(title, options) native "Notification_cons tructorCallback_RESOLVER_STRING_2_DOMString_Dictionary";
4947
4948 static $body_Getter(mthis) native "Notification_body_Getter";
4949
4950 static $dir_Getter(mthis) native "Notification_dir_Getter";
4951
4952 static $icon_Getter(mthis) native "Notification_icon_Getter";
4953
4954 static $lang_Getter(mthis) native "Notification_lang_Getter";
4955
4956 static $permission_Getter(mthis) native "Notification_permission_Getter";
4957
4958 static $tag_Getter(mthis) native "Notification_tag_Getter";
4959
4960 static $title_Getter(mthis) native "Notification_title_Getter";
4961
4962 static $close_Callback(mthis) native "Notification_close_Callback_RESOLVER_STR ING_0_";
4963
4964 static $requestPermission_Callback(callback) native "Notification_requestPermi ssion_Callback_RESOLVER_STRING_1_NotificationPermissionCallback";
4965 }
4966
4967 class BlinkNotificationCenter {}
4968
4969 class BlinkOESElementIndexUint {}
4970
4971 class BlinkOESStandardDerivatives {}
4972
4973 class BlinkOESTextureFloat {}
4974
4975 class BlinkOESTextureFloatLinear {}
4976
4977 class BlinkOESTextureHalfFloat {}
4978
4979 class BlinkOESTextureHalfFloatLinear {}
4980
4981 class BlinkOESVertexArrayObject {
4982 static $bindVertexArrayOES_Callback(mthis, arrayObject) native "OESVertexArray Object_bindVertexArrayOES_Callback_RESOLVER_STRING_1_WebGLVertexArrayObjectOES";
4983
4984 static $createVertexArrayOES_Callback(mthis) native "OESVertexArrayObject_crea teVertexArrayOES_Callback_RESOLVER_STRING_0_";
4985
4986 static $deleteVertexArrayOES_Callback(mthis, arrayObject) native "OESVertexArr ayObject_deleteVertexArrayOES_Callback_RESOLVER_STRING_1_WebGLVertexArrayObjectO ES";
4987
4988 static $isVertexArrayOES_Callback(mthis, arrayObject) native "OESVertexArrayOb ject_isVertexArrayOES_Callback_RESOLVER_STRING_1_WebGLVertexArrayObjectOES";
4989 }
4990
4991 class BlinkOfflineAudioCompletionEvent {
4992 static $renderedBuffer_Getter(mthis) native "OfflineAudioCompletionEvent_rende redBuffer_Getter";
4993 }
4994
4995 class BlinkOfflineAudioContext {
4996 // Generated overload resolver
4997 static $mkOfflineAudioContext(numberOfChannels, numberOfFrames, sampleRate) {
4998 return $_create_1constructorCallback(numberOfChannels, numberOfFrames, sampl eRate);
4999 }
5000
5001 static $_create_1constructorCallback(numberOfChannels, numberOfFrames, sampleR ate) native "OfflineAudioContext_constructorCallback_RESOLVER_STRING_3_unsigned long_unsigned long_float";
5002 }
5003
5004 class BlinkOscillatorNode {
5005 static $detune_Getter(mthis) native "OscillatorNode_detune_Getter";
5006
5007 static $frequency_Getter(mthis) native "OscillatorNode_frequency_Getter";
5008
5009 static $type_Getter(mthis) native "OscillatorNode_type_Getter";
5010
5011 static $type_Setter(mthis, value) native "OscillatorNode_type_Setter";
5012
5013 static $noteOff_Callback(mthis, when) native "OscillatorNode_noteOff_Callback_ RESOLVER_STRING_1_double";
5014
5015 static $noteOn_Callback(mthis, when) native "OscillatorNode_noteOn_Callback_RE SOLVER_STRING_1_double";
5016
5017 static $setPeriodicWave_Callback(mthis, periodicWave) native "OscillatorNode_s etPeriodicWave_Callback_RESOLVER_STRING_1_PeriodicWave";
5018
5019 // Generated overload resolver
5020 static $start(mthis, when) {
4442 if (when != null) { 5021 if (when != null) {
4443 Native_OscillatorNode__start_1_Callback(mthis, when); 5022 $_start_1_Callback(mthis, when);
4444 return; 5023 return;
4445 } 5024 }
4446 Native_OscillatorNode__start_2_Callback(mthis); 5025 $_start_2_Callback(mthis);
4447 return; 5026 return;
4448 } 5027 }
4449 5028
4450 Native_OscillatorNode__start_1_Callback(mthis, when) native "OscillatorNode_star t_Callback_RESOLVER_STRING_1_double"; 5029 static $_start_1_Callback(mthis, when) native "OscillatorNode_start_Callback_R ESOLVER_STRING_1_double";
4451 5030
4452 Native_OscillatorNode__start_2_Callback(mthis) native "OscillatorNode_start_Call back_RESOLVER_STRING_0_"; 5031 static $_start_2_Callback(mthis) native "OscillatorNode_start_Callback_RESOLVE R_STRING_0_";
4453 5032
4454 // Generated overload resolver 5033 // Generated overload resolver
4455 Native_OscillatorNode_stop(mthis, when) { 5034 static $stop(mthis, when) {
4456 if (when != null) { 5035 if (when != null) {
4457 Native_OscillatorNode__stop_1_Callback(mthis, when); 5036 $_stop_1_Callback(mthis, when);
4458 return; 5037 return;
4459 } 5038 }
4460 Native_OscillatorNode__stop_2_Callback(mthis); 5039 $_stop_2_Callback(mthis);
4461 return; 5040 return;
4462 } 5041 }
4463 5042
4464 Native_OscillatorNode__stop_1_Callback(mthis, when) native "OscillatorNode_stop_ Callback_RESOLVER_STRING_1_double"; 5043 static $_stop_1_Callback(mthis, when) native "OscillatorNode_stop_Callback_RES OLVER_STRING_1_double";
4465 5044
4466 Native_OscillatorNode__stop_2_Callback(mthis) native "OscillatorNode_stop_Callba ck_RESOLVER_STRING_0_"; 5045 static $_stop_2_Callback(mthis) native "OscillatorNode_stop_Callback_RESOLVER_ STRING_0_";
4467 5046 }
4468 Native_OverflowEvent_horizontalOverflow_Getter(mthis) native "OverflowEvent_hori zontalOverflow_Getter"; 5047
4469 5048 class BlinkOverflowEvent {
4470 Native_OverflowEvent_orient_Getter(mthis) native "OverflowEvent_orient_Getter"; 5049 static $horizontalOverflow_Getter(mthis) native "OverflowEvent_horizontalOverf low_Getter";
4471 5050
4472 Native_OverflowEvent_verticalOverflow_Getter(mthis) native "OverflowEvent_vertic alOverflow_Getter"; 5051 static $orient_Getter(mthis) native "OverflowEvent_orient_Getter";
4473 5052
4474 Native_PageTransitionEvent_persisted_Getter(mthis) native "PageTransitionEvent_p ersisted_Getter"; 5053 static $verticalOverflow_Getter(mthis) native "OverflowEvent_verticalOverflow_ Getter";
4475 5054 }
4476 Native_PannerNode_coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle _Getter"; 5055
4477 5056 class BlinkPagePopupController {}
4478 Native_PannerNode_coneInnerAngle_Setter(mthis, value) native "PannerNode_coneInn erAngle_Setter"; 5057
4479 5058 class BlinkPageTransitionEvent {
4480 Native_PannerNode_coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle _Getter"; 5059 static $persisted_Getter(mthis) native "PageTransitionEvent_persisted_Getter";
4481 5060 }
4482 Native_PannerNode_coneOuterAngle_Setter(mthis, value) native "PannerNode_coneOut erAngle_Setter"; 5061
4483 5062 class BlinkPannerNode {
4484 Native_PannerNode_coneOuterGain_Getter(mthis) native "PannerNode_coneOuterGain_G etter"; 5063 static $coneInnerAngle_Getter(mthis) native "PannerNode_coneInnerAngle_Getter" ;
4485 5064
4486 Native_PannerNode_coneOuterGain_Setter(mthis, value) native "PannerNode_coneOute rGain_Setter"; 5065 static $coneInnerAngle_Setter(mthis, value) native "PannerNode_coneInnerAngle_ Setter";
4487 5066
4488 Native_PannerNode_distanceModel_Getter(mthis) native "PannerNode_distanceModel_G etter"; 5067 static $coneOuterAngle_Getter(mthis) native "PannerNode_coneOuterAngle_Getter" ;
4489 5068
4490 Native_PannerNode_distanceModel_Setter(mthis, value) native "PannerNode_distance Model_Setter"; 5069 static $coneOuterAngle_Setter(mthis, value) native "PannerNode_coneOuterAngle_ Setter";
4491 5070
4492 Native_PannerNode_maxDistance_Getter(mthis) native "PannerNode_maxDistance_Gette r"; 5071 static $coneOuterGain_Getter(mthis) native "PannerNode_coneOuterGain_Getter";
4493 5072
4494 Native_PannerNode_maxDistance_Setter(mthis, value) native "PannerNode_maxDistanc e_Setter"; 5073 static $coneOuterGain_Setter(mthis, value) native "PannerNode_coneOuterGain_Se tter";
4495 5074
4496 Native_PannerNode_panningModel_Getter(mthis) native "PannerNode_panningModel_Get ter"; 5075 static $distanceModel_Getter(mthis) native "PannerNode_distanceModel_Getter";
4497 5076
4498 Native_PannerNode_panningModel_Setter(mthis, value) native "PannerNode_panningMo del_Setter"; 5077 static $distanceModel_Setter(mthis, value) native "PannerNode_distanceModel_Se tter";
4499 5078
4500 Native_PannerNode_refDistance_Getter(mthis) native "PannerNode_refDistance_Gette r"; 5079 static $maxDistance_Getter(mthis) native "PannerNode_maxDistance_Getter";
4501 5080
4502 Native_PannerNode_refDistance_Setter(mthis, value) native "PannerNode_refDistanc e_Setter"; 5081 static $maxDistance_Setter(mthis, value) native "PannerNode_maxDistance_Setter ";
4503 5082
4504 Native_PannerNode_rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_G etter"; 5083 static $panningModel_Getter(mthis) native "PannerNode_panningModel_Getter";
4505 5084
4506 Native_PannerNode_rolloffFactor_Setter(mthis, value) native "PannerNode_rolloffF actor_Setter"; 5085 static $panningModel_Setter(mthis, value) native "PannerNode_panningModel_Sett er";
4507 5086
4508 Native_PannerNode_setOrientation_Callback(mthis, x, y, z) native "PannerNode_set Orientation_Callback_RESOLVER_STRING_3_float_float_float"; 5087 static $refDistance_Getter(mthis) native "PannerNode_refDistance_Getter";
4509 5088
4510 Native_PannerNode_setPosition_Callback(mthis, x, y, z) native "PannerNode_setPos ition_Callback_RESOLVER_STRING_3_float_float_float"; 5089 static $refDistance_Setter(mthis, value) native "PannerNode_refDistance_Setter ";
4511 5090
4512 Native_PannerNode_setVelocity_Callback(mthis, x, y, z) native "PannerNode_setVel ocity_Callback_RESOLVER_STRING_3_float_float_float"; 5091 static $rolloffFactor_Getter(mthis) native "PannerNode_rolloffFactor_Getter";
4513 5092
4514 // Generated overload resolver 5093 static $rolloffFactor_Setter(mthis, value) native "PannerNode_rolloffFactor_Se tter";
4515 Native_Path_Path(path_OR_text) { 5094
5095 static $setOrientation_Callback(mthis, x, y, z) native "PannerNode_setOrientat ion_Callback_RESOLVER_STRING_3_float_float_float";
5096
5097 static $setPosition_Callback(mthis, x, y, z) native "PannerNode_setPosition_Ca llback_RESOLVER_STRING_3_float_float_float";
5098
5099 static $setVelocity_Callback(mthis, x, y, z) native "PannerNode_setVelocity_Ca llback_RESOLVER_STRING_3_float_float_float";
5100 }
5101
5102 class BlinkPath {
5103 // Generated overload resolver
5104 static $mkPath(path_OR_text) {
4516 if (path_OR_text == null) { 5105 if (path_OR_text == null) {
4517 return Native_Path__create_1constructorCallback(); 5106 return $_create_1constructorCallback();
4518 } 5107 }
4519 if ((path_OR_text is Path || path_OR_text == null)) { 5108 if ((path_OR_text is Path || path_OR_text == null)) {
4520 return Native_Path__create_2constructorCallback(path_OR_text); 5109 return $_create_2constructorCallback(path_OR_text);
4521 } 5110 }
4522 if ((path_OR_text is String || path_OR_text == null)) { 5111 if ((path_OR_text is String || path_OR_text == null)) {
4523 return Native_Path__create_3constructorCallback(path_OR_text); 5112 return $_create_3constructorCallback(path_OR_text);
4524 } 5113 }
4525 throw new ArgumentError("Incorrect number or type of arguments"); 5114 throw new ArgumentError("Incorrect number or type of arguments");
4526 } 5115 }
4527 5116
4528 Native_Path__create_1constructorCallback() native "Path2D_constructorCallback_RE SOLVER_STRING_0_"; 5117 static $_create_1constructorCallback() native "Path2D_constructorCallback_RESO LVER_STRING_0_";
4529 5118
4530 Native_Path__create_2constructorCallback(path_OR_text) native "Path2D_constructo rCallback_RESOLVER_STRING_1_Path2D"; 5119 static $_create_2constructorCallback(path_OR_text) native "Path2D_constructorC allback_RESOLVER_STRING_1_Path2D";
4531 5120
4532 Native_Path__create_3constructorCallback(path_OR_text) native "Path2D_constructo rCallback_RESOLVER_STRING_1_DOMString"; 5121 static $_create_3constructorCallback(path_OR_text) native "Path2D_constructorC allback_RESOLVER_STRING_1_DOMString";
4533 5122
4534 Native_Path_arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwis e) native "Path2D_arc_Callback_RESOLVER_STRING_6_float_float_float_float_float_b oolean"; 5123 static $arc_Callback(mthis, x, y, radius, startAngle, endAngle, anticlockwise) native "Path2D_arc_Callback_RESOLVER_STRING_6_float_float_float_float_float_boo lean";
4535 5124
4536 Native_Path_arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_C allback_RESOLVER_STRING_5_float_float_float_float_float"; 5125 static $arcTo_Callback(mthis, x1, y1, x2, y2, radius) native "Path2D_arcTo_Cal lback_RESOLVER_STRING_5_float_float_float_float_float";
4537 5126
4538 Native_Path_bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native " Path2D_bezierCurveTo_Callback_RESOLVER_STRING_6_float_float_float_float_float_fl oat"; 5127 static $bezierCurveTo_Callback(mthis, cp1x, cp1y, cp2x, cp2y, x, y) native "Pa th2D_bezierCurveTo_Callback_RESOLVER_STRING_6_float_float_float_float_float_floa t";
4539 5128
4540 Native_Path_closePath_Callback(mthis) native "Path2D_closePath_Callback_RESOLVER _STRING_0_"; 5129 static $closePath_Callback(mthis) native "Path2D_closePath_Callback_RESOLVER_S TRING_0_";
4541 5130
4542 Native_Path_lineTo_Callback(mthis, x, y) native "Path2D_lineTo_Callback_RESOLVER _STRING_2_float_float"; 5131 static $lineTo_Callback(mthis, x, y) native "Path2D_lineTo_Callback_RESOLVER_S TRING_2_float_float";
4543 5132
4544 Native_Path_moveTo_Callback(mthis, x, y) native "Path2D_moveTo_Callback_RESOLVER _STRING_2_float_float"; 5133 static $moveTo_Callback(mthis, x, y) native "Path2D_moveTo_Callback_RESOLVER_S TRING_2_float_float";
4545 5134
4546 Native_Path_quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "Path2D_quad raticCurveTo_Callback_RESOLVER_STRING_4_float_float_float_float"; 5135 static $quadraticCurveTo_Callback(mthis, cpx, cpy, x, y) native "Path2D_quadra ticCurveTo_Callback_RESOLVER_STRING_4_float_float_float_float";
4547 5136
4548 Native_Path_rect_Callback(mthis, x, y, width, height) native "Path2D_rect_Callba ck_RESOLVER_STRING_4_float_float_float_float"; 5137 static $rect_Callback(mthis, x, y, width, height) native "Path2D_rect_Callback _RESOLVER_STRING_4_float_float_float_float";
4549 5138 }
4550 Native_Performance_memory_Getter(mthis) native "Performance_memory_Getter"; 5139
4551 5140 class BlinkPerformance {
4552 Native_Performance_navigation_Getter(mthis) native "Performance_navigation_Gette r"; 5141 static $memory_Getter(mthis) native "Performance_memory_Getter";
4553 5142
4554 Native_Performance_timing_Getter(mthis) native "Performance_timing_Getter"; 5143 static $navigation_Getter(mthis) native "Performance_navigation_Getter";
4555 5144
4556 Native_Performance_clearMarks_Callback(mthis, markName) native "Performance_clea rMarks_Callback_RESOLVER_STRING_1_DOMString"; 5145 static $timing_Getter(mthis) native "Performance_timing_Getter";
4557 5146
4558 Native_Performance_clearMeasures_Callback(mthis, measureName) native "Performanc e_clearMeasures_Callback_RESOLVER_STRING_1_DOMString"; 5147 static $clearMarks_Callback(mthis, markName) native "Performance_clearMarks_Ca llback_RESOLVER_STRING_1_DOMString";
4559 5148
4560 Native_Performance_getEntries_Callback(mthis) native "Performance_getEntries_Cal lback_RESOLVER_STRING_0_"; 5149 static $clearMeasures_Callback(mthis, measureName) native "Performance_clearMe asures_Callback_RESOLVER_STRING_1_DOMString";
4561 5150
4562 Native_Performance_getEntriesByName_Callback(mthis, name, entryType) native "Per formance_getEntriesByName_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 5151 static $getEntries_Callback(mthis) native "Performance_getEntries_Callback_RES OLVER_STRING_0_";
4563 5152
4564 Native_Performance_getEntriesByType_Callback(mthis, entryType) native "Performan ce_getEntriesByType_Callback_RESOLVER_STRING_1_DOMString"; 5153 static $getEntriesByName_Callback(mthis, name, entryType) native "Performance_ getEntriesByName_Callback_RESOLVER_STRING_2_DOMString_DOMString";
4565 5154
4566 Native_Performance_mark_Callback(mthis, markName) native "Performance_mark_Callb ack_RESOLVER_STRING_1_DOMString"; 5155 static $getEntriesByType_Callback(mthis, entryType) native "Performance_getEnt riesByType_Callback_RESOLVER_STRING_1_DOMString";
4567 5156
4568 Native_Performance_measure_Callback(mthis, measureName, startMark, endMark) nati ve "Performance_measure_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString "; 5157 static $mark_Callback(mthis, markName) native "Performance_mark_Callback_RESOL VER_STRING_1_DOMString";
4569 5158
4570 Native_Performance_now_Callback(mthis) native "Performance_now_Callback_RESOLVER _STRING_0_"; 5159 static $measure_Callback(mthis, measureName, startMark, endMark) native "Perfo rmance_measure_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString";
4571 5160
4572 Native_Performance_webkitClearResourceTimings_Callback(mthis) native "Performanc e_webkitClearResourceTimings_Callback_RESOLVER_STRING_0_"; 5161 static $now_Callback(mthis) native "Performance_now_Callback_RESOLVER_STRING_0 _";
4573 5162
4574 Native_Performance_webkitSetResourceTimingBufferSize_Callback(mthis, maxSize) na tive "Performance_webkitSetResourceTimingBufferSize_Callback_RESOLVER_STRING_1_u nsigned long"; 5163 static $webkitClearResourceTimings_Callback(mthis) native "Performance_webkitC learResourceTimings_Callback_RESOLVER_STRING_0_";
4575 5164
4576 Native_PerformanceEntry_duration_Getter(mthis) native "PerformanceEntry_duration _Getter"; 5165 static $webkitSetResourceTimingBufferSize_Callback(mthis, maxSize) native "Per formance_webkitSetResourceTimingBufferSize_Callback_RESOLVER_STRING_1_unsigned l ong";
4577 5166 }
4578 Native_PerformanceEntry_entryType_Getter(mthis) native "PerformanceEntry_entryTy pe_Getter"; 5167
4579 5168 class BlinkPerformanceEntry {
4580 Native_PerformanceEntry_name_Getter(mthis) native "PerformanceEntry_name_Getter" ; 5169 static $duration_Getter(mthis) native "PerformanceEntry_duration_Getter";
4581 5170
4582 Native_PerformanceEntry_startTime_Getter(mthis) native "PerformanceEntry_startTi me_Getter"; 5171 static $entryType_Getter(mthis) native "PerformanceEntry_entryType_Getter";
4583 5172
4584 Native_PerformanceNavigation_redirectCount_Getter(mthis) native "PerformanceNavi gation_redirectCount_Getter"; 5173 static $name_Getter(mthis) native "PerformanceEntry_name_Getter";
4585 5174
4586 Native_PerformanceNavigation_type_Getter(mthis) native "PerformanceNavigation_ty pe_Getter"; 5175 static $startTime_Getter(mthis) native "PerformanceEntry_startTime_Getter";
4587 5176 }
4588 Native_PerformanceResourceTiming_connectEnd_Getter(mthis) native "PerformanceRes ourceTiming_connectEnd_Getter"; 5177
4589 5178 class BlinkPerformanceMark {}
4590 Native_PerformanceResourceTiming_connectStart_Getter(mthis) native "PerformanceR esourceTiming_connectStart_Getter"; 5179
4591 5180 class BlinkPerformanceMeasure {}
4592 Native_PerformanceResourceTiming_domainLookupEnd_Getter(mthis) native "Performan ceResourceTiming_domainLookupEnd_Getter"; 5181
4593 5182 class BlinkPerformanceNavigation {
4594 Native_PerformanceResourceTiming_domainLookupStart_Getter(mthis) native "Perform anceResourceTiming_domainLookupStart_Getter"; 5183 static $redirectCount_Getter(mthis) native "PerformanceNavigation_redirectCoun t_Getter";
4595 5184
4596 Native_PerformanceResourceTiming_fetchStart_Getter(mthis) native "PerformanceRes ourceTiming_fetchStart_Getter"; 5185 static $type_Getter(mthis) native "PerformanceNavigation_type_Getter";
4597 5186 }
4598 Native_PerformanceResourceTiming_initiatorType_Getter(mthis) native "Performance ResourceTiming_initiatorType_Getter"; 5187
4599 5188 class BlinkPerformanceResourceTiming {
4600 Native_PerformanceResourceTiming_redirectEnd_Getter(mthis) native "PerformanceRe sourceTiming_redirectEnd_Getter"; 5189 static $connectEnd_Getter(mthis) native "PerformanceResourceTiming_connectEnd_ Getter";
4601 5190
4602 Native_PerformanceResourceTiming_redirectStart_Getter(mthis) native "Performance ResourceTiming_redirectStart_Getter"; 5191 static $connectStart_Getter(mthis) native "PerformanceResourceTiming_connectSt art_Getter";
4603 5192
4604 Native_PerformanceResourceTiming_requestStart_Getter(mthis) native "PerformanceR esourceTiming_requestStart_Getter"; 5193 static $domainLookupEnd_Getter(mthis) native "PerformanceResourceTiming_domain LookupEnd_Getter";
4605 5194
4606 Native_PerformanceResourceTiming_responseEnd_Getter(mthis) native "PerformanceRe sourceTiming_responseEnd_Getter"; 5195 static $domainLookupStart_Getter(mthis) native "PerformanceResourceTiming_doma inLookupStart_Getter";
4607 5196
4608 Native_PerformanceResourceTiming_responseStart_Getter(mthis) native "Performance ResourceTiming_responseStart_Getter"; 5197 static $fetchStart_Getter(mthis) native "PerformanceResourceTiming_fetchStart_ Getter";
4609 5198
4610 Native_PerformanceResourceTiming_secureConnectionStart_Getter(mthis) native "Per formanceResourceTiming_secureConnectionStart_Getter"; 5199 static $initiatorType_Getter(mthis) native "PerformanceResourceTiming_initiato rType_Getter";
4611 5200
4612 Native_PerformanceTiming_connectEnd_Getter(mthis) native "PerformanceTiming_conn ectEnd_Getter"; 5201 static $redirectEnd_Getter(mthis) native "PerformanceResourceTiming_redirectEn d_Getter";
4613 5202
4614 Native_PerformanceTiming_connectStart_Getter(mthis) native "PerformanceTiming_co nnectStart_Getter"; 5203 static $redirectStart_Getter(mthis) native "PerformanceResourceTiming_redirect Start_Getter";
4615 5204
4616 Native_PerformanceTiming_domComplete_Getter(mthis) native "PerformanceTiming_dom Complete_Getter"; 5205 static $requestStart_Getter(mthis) native "PerformanceResourceTiming_requestSt art_Getter";
4617 5206
4618 Native_PerformanceTiming_domContentLoadedEventEnd_Getter(mthis) native "Performa nceTiming_domContentLoadedEventEnd_Getter"; 5207 static $responseEnd_Getter(mthis) native "PerformanceResourceTiming_responseEn d_Getter";
4619 5208
4620 Native_PerformanceTiming_domContentLoadedEventStart_Getter(mthis) native "Perfor manceTiming_domContentLoadedEventStart_Getter"; 5209 static $responseStart_Getter(mthis) native "PerformanceResourceTiming_response Start_Getter";
4621 5210
4622 Native_PerformanceTiming_domInteractive_Getter(mthis) native "PerformanceTiming_ domInteractive_Getter"; 5211 static $secureConnectionStart_Getter(mthis) native "PerformanceResourceTiming_ secureConnectionStart_Getter";
4623 5212 }
4624 Native_PerformanceTiming_domLoading_Getter(mthis) native "PerformanceTiming_domL oading_Getter"; 5213
4625 5214 class BlinkPerformanceTiming {
4626 Native_PerformanceTiming_domainLookupEnd_Getter(mthis) native "PerformanceTiming _domainLookupEnd_Getter"; 5215 static $connectEnd_Getter(mthis) native "PerformanceTiming_connectEnd_Getter";
4627 5216
4628 Native_PerformanceTiming_domainLookupStart_Getter(mthis) native "PerformanceTimi ng_domainLookupStart_Getter"; 5217 static $connectStart_Getter(mthis) native "PerformanceTiming_connectStart_Gett er";
4629 5218
4630 Native_PerformanceTiming_fetchStart_Getter(mthis) native "PerformanceTiming_fetc hStart_Getter"; 5219 static $domComplete_Getter(mthis) native "PerformanceTiming_domComplete_Getter ";
4631 5220
4632 Native_PerformanceTiming_loadEventEnd_Getter(mthis) native "PerformanceTiming_lo adEventEnd_Getter"; 5221 static $domContentLoadedEventEnd_Getter(mthis) native "PerformanceTiming_domCo ntentLoadedEventEnd_Getter";
4633 5222
4634 Native_PerformanceTiming_loadEventStart_Getter(mthis) native "PerformanceTiming_ loadEventStart_Getter"; 5223 static $domContentLoadedEventStart_Getter(mthis) native "PerformanceTiming_dom ContentLoadedEventStart_Getter";
4635 5224
4636 Native_PerformanceTiming_navigationStart_Getter(mthis) native "PerformanceTiming _navigationStart_Getter"; 5225 static $domInteractive_Getter(mthis) native "PerformanceTiming_domInteractive_ Getter";
4637 5226
4638 Native_PerformanceTiming_redirectEnd_Getter(mthis) native "PerformanceTiming_red irectEnd_Getter"; 5227 static $domLoading_Getter(mthis) native "PerformanceTiming_domLoading_Getter";
4639 5228
4640 Native_PerformanceTiming_redirectStart_Getter(mthis) native "PerformanceTiming_r edirectStart_Getter"; 5229 static $domainLookupEnd_Getter(mthis) native "PerformanceTiming_domainLookupEn d_Getter";
4641 5230
4642 Native_PerformanceTiming_requestStart_Getter(mthis) native "PerformanceTiming_re questStart_Getter"; 5231 static $domainLookupStart_Getter(mthis) native "PerformanceTiming_domainLookup Start_Getter";
4643 5232
4644 Native_PerformanceTiming_responseEnd_Getter(mthis) native "PerformanceTiming_res ponseEnd_Getter"; 5233 static $fetchStart_Getter(mthis) native "PerformanceTiming_fetchStart_Getter";
4645 5234
4646 Native_PerformanceTiming_responseStart_Getter(mthis) native "PerformanceTiming_r esponseStart_Getter"; 5235 static $loadEventEnd_Getter(mthis) native "PerformanceTiming_loadEventEnd_Gett er";
4647 5236
4648 Native_PerformanceTiming_secureConnectionStart_Getter(mthis) native "Performance Timing_secureConnectionStart_Getter"; 5237 static $loadEventStart_Getter(mthis) native "PerformanceTiming_loadEventStart_ Getter";
4649 5238
4650 Native_PerformanceTiming_unloadEventEnd_Getter(mthis) native "PerformanceTiming_ unloadEventEnd_Getter"; 5239 static $navigationStart_Getter(mthis) native "PerformanceTiming_navigationStar t_Getter";
4651 5240
4652 Native_PerformanceTiming_unloadEventStart_Getter(mthis) native "PerformanceTimin g_unloadEventStart_Getter"; 5241 static $redirectEnd_Getter(mthis) native "PerformanceTiming_redirectEnd_Getter ";
4653 5242
4654 Native_Player_currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Gett er"; 5243 static $redirectStart_Getter(mthis) native "PerformanceTiming_redirectStart_Ge tter";
4655 5244
4656 Native_Player_currentTime_Setter(mthis, value) native "AnimationPlayer_currentTi me_Setter"; 5245 static $requestStart_Getter(mthis) native "PerformanceTiming_requestStart_Gett er";
4657 5246
4658 Native_Player_finished_Getter(mthis) native "AnimationPlayer_finished_Getter"; 5247 static $responseEnd_Getter(mthis) native "PerformanceTiming_responseEnd_Getter ";
4659 5248
4660 Native_Player_paused_Getter(mthis) native "AnimationPlayer_paused_Getter"; 5249 static $responseStart_Getter(mthis) native "PerformanceTiming_responseStart_Ge tter";
4661 5250
4662 Native_Player_playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Ge tter"; 5251 static $secureConnectionStart_Getter(mthis) native "PerformanceTiming_secureCo nnectionStart_Getter";
4663 5252
4664 Native_Player_playbackRate_Setter(mthis, value) native "AnimationPlayer_playback Rate_Setter"; 5253 static $unloadEventEnd_Getter(mthis) native "PerformanceTiming_unloadEventEnd_ Getter";
4665 5254
4666 Native_Player_source_Getter(mthis) native "AnimationPlayer_source_Getter"; 5255 static $unloadEventStart_Getter(mthis) native "PerformanceTiming_unloadEventSt art_Getter";
4667 5256 }
4668 Native_Player_source_Setter(mthis, value) native "AnimationPlayer_source_Setter" ; 5257
4669 5258 class BlinkPeriodicWave {}
4670 Native_Player_startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter"; 5259
4671 5260 class BlinkPlayer {
4672 Native_Player_startTime_Setter(mthis, value) native "AnimationPlayer_startTime_S etter"; 5261 static $currentTime_Getter(mthis) native "AnimationPlayer_currentTime_Getter";
4673 5262
4674 Native_Player_timeLag_Getter(mthis) native "AnimationPlayer_timeLag_Getter"; 5263 static $currentTime_Setter(mthis, value) native "AnimationPlayer_currentTime_S etter";
4675 5264
4676 Native_Player_cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback_RES OLVER_STRING_0_"; 5265 static $finished_Getter(mthis) native "AnimationPlayer_finished_Getter";
4677 5266
4678 Native_Player_finish_Callback(mthis) native "AnimationPlayer_finish_Callback_RES OLVER_STRING_0_"; 5267 static $paused_Getter(mthis) native "AnimationPlayer_paused_Getter";
4679 5268
4680 Native_Player_pause_Callback(mthis) native "AnimationPlayer_pause_Callback_RESOL VER_STRING_0_"; 5269 static $playbackRate_Getter(mthis) native "AnimationPlayer_playbackRate_Getter ";
4681 5270
4682 Native_Player_play_Callback(mthis) native "AnimationPlayer_play_Callback_RESOLVE R_STRING_0_"; 5271 static $playbackRate_Setter(mthis, value) native "AnimationPlayer_playbackRate _Setter";
4683 5272
4684 Native_Player_reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback_R ESOLVER_STRING_0_"; 5273 static $source_Getter(mthis) native "AnimationPlayer_source_Getter";
4685 5274
4686 Native_Plugin_description_Getter(mthis) native "Plugin_description_Getter"; 5275 static $source_Setter(mthis, value) native "AnimationPlayer_source_Setter";
4687 5276
4688 Native_Plugin_filename_Getter(mthis) native "Plugin_filename_Getter"; 5277 static $startTime_Getter(mthis) native "AnimationPlayer_startTime_Getter";
4689 5278
4690 Native_Plugin_length_Getter(mthis) native "Plugin_length_Getter"; 5279 static $startTime_Setter(mthis, value) native "AnimationPlayer_startTime_Sette r";
4691 5280
4692 Native_Plugin_name_Getter(mthis) native "Plugin_name_Getter"; 5281 static $timeLag_Getter(mthis) native "AnimationPlayer_timeLag_Getter";
4693 5282
4694 Native_Plugin___getter___Callback(mthis, name) native "Plugin___getter___Callbac k_RESOLVER_STRING_1_DOMString"; 5283 static $cancel_Callback(mthis) native "AnimationPlayer_cancel_Callback_RESOLVE R_STRING_0_";
4695 5284
4696 Native_Plugin_item_Callback(mthis, index) native "Plugin_item_Callback_RESOLVER_ STRING_1_unsigned long"; 5285 static $finish_Callback(mthis) native "AnimationPlayer_finish_Callback_RESOLVE R_STRING_0_";
4697 5286
4698 Native_Plugin_namedItem_Callback(mthis, name) native "Plugin_namedItem_Callback_ RESOLVER_STRING_1_DOMString"; 5287 static $pause_Callback(mthis) native "AnimationPlayer_pause_Callback_RESOLVER_ STRING_0_";
4699 5288
4700 Native_PluginArray_length_Getter(mthis) native "PluginArray_length_Getter"; 5289 static $play_Callback(mthis) native "AnimationPlayer_play_Callback_RESOLVER_ST RING_0_";
4701 5290
4702 Native_PluginArray_NativeIndexed_Getter(mthis, index) native "PluginArray_item_C allback_RESOLVER_STRING_1_unsigned long"; 5291 static $reverse_Callback(mthis) native "AnimationPlayer_reverse_Callback_RESOL VER_STRING_0_";
4703 5292 }
4704 Native_PluginArray___getter___Callback(mthis, name) native "PluginArray___getter ___Callback_RESOLVER_STRING_1_DOMString"; 5293
4705 5294 class BlinkPlugin {
4706 Native_PluginArray_item_Callback(mthis, index) native "PluginArray_item_Callback _RESOLVER_STRING_1_unsigned long"; 5295 static $description_Getter(mthis) native "Plugin_description_Getter";
4707 5296
4708 Native_PluginArray_namedItem_Callback(mthis, name) native "PluginArray_namedItem _Callback_RESOLVER_STRING_1_DOMString"; 5297 static $filename_Getter(mthis) native "Plugin_filename_Getter";
4709 5298
4710 Native_PluginArray_refresh_Callback(mthis, reload) native "PluginArray_refresh_C allback_RESOLVER_STRING_1_boolean"; 5299 static $length_Getter(mthis) native "Plugin_length_Getter";
4711 5300
4712 Native_PopStateEvent_state_Getter(mthis) native "PopStateEvent_state_Getter"; 5301 static $name_Getter(mthis) native "Plugin_name_Getter";
4713 5302
4714 Native_PositionError_code_Getter(mthis) native "PositionError_code_Getter"; 5303 static $__getter___Callback(mthis, name) native "Plugin___getter___Callback_RE SOLVER_STRING_1_DOMString";
4715 5304
4716 Native_PositionError_message_Getter(mthis) native "PositionError_message_Getter" ; 5305 static $item_Callback(mthis, index) native "Plugin_item_Callback_RESOLVER_STRI NG_1_unsigned long";
4717 5306
4718 Native_ProcessingInstruction_sheet_Getter(mthis) native "ProcessingInstruction_s heet_Getter"; 5307 static $namedItem_Callback(mthis, name) native "Plugin_namedItem_Callback_RESO LVER_STRING_1_DOMString";
4719 5308 }
4720 Native_ProcessingInstruction_target_Getter(mthis) native "ProcessingInstruction_ target_Getter"; 5309
4721 5310 class BlinkPluginArray {
4722 Native_ProgressEvent_lengthComputable_Getter(mthis) native "ProgressEvent_length Computable_Getter"; 5311 static $length_Getter(mthis) native "PluginArray_length_Getter";
4723 5312
4724 Native_ProgressEvent_loaded_Getter(mthis) native "ProgressEvent_loaded_Getter"; 5313 static $NativeIndexed_Getter(mthis, index) native "PluginArray_item_Callback_R ESOLVER_STRING_1_unsigned long";
4725 5314
4726 Native_ProgressEvent_total_Getter(mthis) native "ProgressEvent_total_Getter"; 5315 static $__getter___Callback(mthis, name) native "PluginArray___getter___Callba ck_RESOLVER_STRING_1_DOMString";
4727 5316
4728 Native_RTCDTMFSender_canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsert DTMF_Getter"; 5317 static $item_Callback(mthis, index) native "PluginArray_item_Callback_RESOLVER _STRING_1_unsigned long";
4729 5318
4730 Native_RTCDTMFSender_duration_Getter(mthis) native "RTCDTMFSender_duration_Gette r"; 5319 static $namedItem_Callback(mthis, name) native "PluginArray_namedItem_Callback _RESOLVER_STRING_1_DOMString";
4731 5320
4732 Native_RTCDTMFSender_interToneGap_Getter(mthis) native "RTCDTMFSender_interToneG ap_Getter"; 5321 static $refresh_Callback(mthis, reload) native "PluginArray_refresh_Callback_R ESOLVER_STRING_1_boolean";
4733 5322 }
4734 Native_RTCDTMFSender_toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_G etter"; 5323
4735 5324 class BlinkPopStateEvent {
4736 Native_RTCDTMFSender_track_Getter(mthis) native "RTCDTMFSender_track_Getter"; 5325 static $state_Getter(mthis) native "PopStateEvent_state_Getter";
4737 5326 }
4738 // Generated overload resolver 5327
4739 Native_RTCDTMFSender_insertDtmf(mthis, tones, duration, interToneGap) { 5328 class BlinkPositionError {
5329 static $code_Getter(mthis) native "PositionError_code_Getter";
5330
5331 static $message_Getter(mthis) native "PositionError_message_Getter";
5332 }
5333
5334 class BlinkProcessingInstruction {
5335 static $sheet_Getter(mthis) native "ProcessingInstruction_sheet_Getter";
5336
5337 static $target_Getter(mthis) native "ProcessingInstruction_target_Getter";
5338 }
5339
5340 class BlinkProgressEvent {
5341 static $lengthComputable_Getter(mthis) native "ProgressEvent_lengthComputable_ Getter";
5342
5343 static $loaded_Getter(mthis) native "ProgressEvent_loaded_Getter";
5344
5345 static $total_Getter(mthis) native "ProgressEvent_total_Getter";
5346 }
5347
5348 class BlinkRGBColor {}
5349
5350 class BlinkRTCDTMFSender {
5351 static $canInsertDTMF_Getter(mthis) native "RTCDTMFSender_canInsertDTMF_Getter ";
5352
5353 static $duration_Getter(mthis) native "RTCDTMFSender_duration_Getter";
5354
5355 static $interToneGap_Getter(mthis) native "RTCDTMFSender_interToneGap_Getter";
5356
5357 static $toneBuffer_Getter(mthis) native "RTCDTMFSender_toneBuffer_Getter";
5358
5359 static $track_Getter(mthis) native "RTCDTMFSender_track_Getter";
5360
5361 // Generated overload resolver
5362 static $insertDtmf(mthis, tones, duration, interToneGap) {
4740 if (interToneGap != null) { 5363 if (interToneGap != null) {
4741 Native_RTCDTMFSender__insertDTMF_1_Callback(mthis, tones, duration, interT oneGap); 5364 $_insertDTMF_1_Callback(mthis, tones, duration, interToneGap);
4742 return; 5365 return;
4743 } 5366 }
4744 if (duration != null) { 5367 if (duration != null) {
4745 Native_RTCDTMFSender__insertDTMF_2_Callback(mthis, tones, duration); 5368 $_insertDTMF_2_Callback(mthis, tones, duration);
4746 return; 5369 return;
4747 } 5370 }
4748 Native_RTCDTMFSender__insertDTMF_3_Callback(mthis, tones); 5371 $_insertDTMF_3_Callback(mthis, tones);
4749 return; 5372 return;
4750 } 5373 }
4751 5374
4752 Native_RTCDTMFSender__insertDTMF_1_Callback(mthis, tones, duration, interToneGap ) native "RTCDTMFSender_insertDTMF_Callback_RESOLVER_STRING_3_DOMString_long_lon g"; 5375 static $_insertDTMF_1_Callback(mthis, tones, duration, interToneGap) native "R TCDTMFSender_insertDTMF_Callback_RESOLVER_STRING_3_DOMString_long_long";
4753 5376
4754 Native_RTCDTMFSender__insertDTMF_2_Callback(mthis, tones, duration) native "RTCD TMFSender_insertDTMF_Callback_RESOLVER_STRING_2_DOMString_long"; 5377 static $_insertDTMF_2_Callback(mthis, tones, duration) native "RTCDTMFSender_i nsertDTMF_Callback_RESOLVER_STRING_2_DOMString_long";
4755 5378
4756 Native_RTCDTMFSender__insertDTMF_3_Callback(mthis, tones) native "RTCDTMFSender_ insertDTMF_Callback_RESOLVER_STRING_1_DOMString"; 5379 static $_insertDTMF_3_Callback(mthis, tones) native "RTCDTMFSender_insertDTMF_ Callback_RESOLVER_STRING_1_DOMString";
4757 5380 }
4758 Native_RTCDTMFToneChangeEvent_tone_Getter(mthis) native "RTCDTMFToneChangeEvent_ tone_Getter"; 5381
4759 5382 class BlinkRTCDTMFToneChangeEvent {
4760 Native_RTCDataChannel_binaryType_Getter(mthis) native "RTCDataChannel_binaryType _Getter"; 5383 static $tone_Getter(mthis) native "RTCDTMFToneChangeEvent_tone_Getter";
4761 5384 }
4762 Native_RTCDataChannel_binaryType_Setter(mthis, value) native "RTCDataChannel_bin aryType_Setter"; 5385
4763 5386 class BlinkRTCDataChannel {
4764 Native_RTCDataChannel_bufferedAmount_Getter(mthis) native "RTCDataChannel_buffer edAmount_Getter"; 5387 static $binaryType_Getter(mthis) native "RTCDataChannel_binaryType_Getter";
4765 5388
4766 Native_RTCDataChannel_id_Getter(mthis) native "RTCDataChannel_id_Getter"; 5389 static $binaryType_Setter(mthis, value) native "RTCDataChannel_binaryType_Sett er";
4767 5390
4768 Native_RTCDataChannel_label_Getter(mthis) native "RTCDataChannel_label_Getter"; 5391 static $bufferedAmount_Getter(mthis) native "RTCDataChannel_bufferedAmount_Get ter";
4769 5392
4770 Native_RTCDataChannel_maxRetransmitTime_Getter(mthis) native "RTCDataChannel_max RetransmitTime_Getter"; 5393 static $id_Getter(mthis) native "RTCDataChannel_id_Getter";
4771 5394
4772 Native_RTCDataChannel_maxRetransmits_Getter(mthis) native "RTCDataChannel_maxRet ransmits_Getter"; 5395 static $label_Getter(mthis) native "RTCDataChannel_label_Getter";
4773 5396
4774 Native_RTCDataChannel_negotiated_Getter(mthis) native "RTCDataChannel_negotiated _Getter"; 5397 static $maxRetransmitTime_Getter(mthis) native "RTCDataChannel_maxRetransmitTi me_Getter";
4775 5398
4776 Native_RTCDataChannel_ordered_Getter(mthis) native "RTCDataChannel_ordered_Gette r"; 5399 static $maxRetransmits_Getter(mthis) native "RTCDataChannel_maxRetransmits_Get ter";
4777 5400
4778 Native_RTCDataChannel_protocol_Getter(mthis) native "RTCDataChannel_protocol_Get ter"; 5401 static $negotiated_Getter(mthis) native "RTCDataChannel_negotiated_Getter";
4779 5402
4780 Native_RTCDataChannel_readyState_Getter(mthis) native "RTCDataChannel_readyState _Getter"; 5403 static $ordered_Getter(mthis) native "RTCDataChannel_ordered_Getter";
4781 5404
4782 Native_RTCDataChannel_reliable_Getter(mthis) native "RTCDataChannel_reliable_Get ter"; 5405 static $protocol_Getter(mthis) native "RTCDataChannel_protocol_Getter";
4783 5406
4784 Native_RTCDataChannel_close_Callback(mthis) native "RTCDataChannel_close_Callbac k_RESOLVER_STRING_0_"; 5407 static $readyState_Getter(mthis) native "RTCDataChannel_readyState_Getter";
4785 5408
4786 // Generated overload resolver 5409 static $reliable_Getter(mthis) native "RTCDataChannel_reliable_Getter";
4787 Native_RTCDataChannel_send(mthis, data) { 5410
5411 static $close_Callback(mthis) native "RTCDataChannel_close_Callback_RESOLVER_S TRING_0_";
5412
5413 // Generated overload resolver
5414 static $send(mthis, data) {
4788 if ((data is TypedData || data == null)) { 5415 if ((data is TypedData || data == null)) {
4789 Native_RTCDataChannel__send_1_Callback(mthis, data); 5416 $_send_1_Callback(mthis, data);
4790 return; 5417 return;
4791 } 5418 }
4792 if ((data is ByteBuffer || data == null)) { 5419 if ((data is ByteBuffer || data == null)) {
4793 Native_RTCDataChannel__send_2_Callback(mthis, data); 5420 $_send_2_Callback(mthis, data);
4794 return; 5421 return;
4795 } 5422 }
4796 if ((data is Blob || data == null)) { 5423 if ((data is Blob || data == null)) {
4797 Native_RTCDataChannel__send_3_Callback(mthis, data); 5424 $_send_3_Callback(mthis, data);
4798 return; 5425 return;
4799 } 5426 }
4800 if ((data is String || data == null)) { 5427 if ((data is String || data == null)) {
4801 Native_RTCDataChannel__send_4_Callback(mthis, data); 5428 $_send_4_Callback(mthis, data);
4802 return; 5429 return;
4803 } 5430 }
4804 throw new ArgumentError("Incorrect number or type of arguments"); 5431 throw new ArgumentError("Incorrect number or type of arguments");
4805 } 5432 }
4806 5433
4807 Native_RTCDataChannel__send_1_Callback(mthis, data) native "RTCDataChannel_send_ Callback_RESOLVER_STRING_1_ArrayBufferView"; 5434 static $_send_1_Callback(mthis, data) native "RTCDataChannel_send_Callback_RES OLVER_STRING_1_ArrayBufferView";
4808 5435
4809 Native_RTCDataChannel__send_2_Callback(mthis, data) native "RTCDataChannel_send_ Callback_RESOLVER_STRING_1_ArrayBuffer"; 5436 static $_send_2_Callback(mthis, data) native "RTCDataChannel_send_Callback_RES OLVER_STRING_1_ArrayBuffer";
4810 5437
4811 Native_RTCDataChannel__send_3_Callback(mthis, data) native "RTCDataChannel_send_ Callback_RESOLVER_STRING_1_Blob"; 5438 static $_send_3_Callback(mthis, data) native "RTCDataChannel_send_Callback_RES OLVER_STRING_1_Blob";
4812 5439
4813 Native_RTCDataChannel__send_4_Callback(mthis, data) native "RTCDataChannel_send_ Callback_RESOLVER_STRING_1_DOMString"; 5440 static $_send_4_Callback(mthis, data) native "RTCDataChannel_send_Callback_RES OLVER_STRING_1_DOMString";
4814 5441
4815 Native_RTCDataChannel_sendBlob_Callback(mthis, data) native "RTCDataChannel_send _Callback_RESOLVER_STRING_1_Blob"; 5442 static $sendBlob_Callback(mthis, data) native "RTCDataChannel_send_Callback_RE SOLVER_STRING_1_Blob";
4816 5443
4817 Native_RTCDataChannel_sendByteBuffer_Callback(mthis, data) native "RTCDataChanne l_send_Callback_RESOLVER_STRING_1_ArrayBuffer"; 5444 static $sendByteBuffer_Callback(mthis, data) native "RTCDataChannel_send_Callb ack_RESOLVER_STRING_1_ArrayBuffer";
4818 5445
4819 Native_RTCDataChannel_sendString_Callback(mthis, data) native "RTCDataChannel_se nd_Callback_RESOLVER_STRING_1_DOMString"; 5446 static $sendString_Callback(mthis, data) native "RTCDataChannel_send_Callback_ RESOLVER_STRING_1_DOMString";
4820 5447
4821 Native_RTCDataChannel_sendTypedData_Callback(mthis, data) native "RTCDataChannel _send_Callback_RESOLVER_STRING_1_ArrayBufferView"; 5448 static $sendTypedData_Callback(mthis, data) native "RTCDataChannel_send_Callba ck_RESOLVER_STRING_1_ArrayBufferView";
4822 5449 }
4823 Native_RTCDataChannelEvent_channel_Getter(mthis) native "RTCDataChannelEvent_cha nnel_Getter"; 5450
4824 5451 class BlinkRTCDataChannelEvent {
4825 // Generated overload resolver 5452 static $channel_Getter(mthis) native "RTCDataChannelEvent_channel_Getter";
4826 Native_RTCIceCandidate_RtcIceCandidate(dictionary) { 5453 }
4827 return Native_RTCIceCandidate__create_1constructorCallback(dictionary); 5454
4828 } 5455 class BlinkRTCIceCandidate {
4829 5456 // Generated overload resolver
4830 Native_RTCIceCandidate__create_1constructorCallback(dictionary) native "RTCIceCa ndidate_constructorCallback_RESOLVER_STRING_1_Dictionary"; 5457 static $mkRtcIceCandidate(dictionary) {
4831 5458 return $_create_1constructorCallback(dictionary);
4832 Native_RTCIceCandidate_candidate_Getter(mthis) native "RTCIceCandidate_candidate _Getter"; 5459 }
4833 5460
4834 Native_RTCIceCandidate_sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpML ineIndex_Getter"; 5461 static $_create_1constructorCallback(dictionary) native "RTCIceCandidate_const ructorCallback_RESOLVER_STRING_1_Dictionary";
4835 5462
4836 Native_RTCIceCandidate_sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Gette r"; 5463 static $candidate_Getter(mthis) native "RTCIceCandidate_candidate_Getter";
4837 5464
4838 Native_RTCIceCandidateEvent_candidate_Getter(mthis) native "RTCIceCandidateEvent _candidate_Getter"; 5465 static $sdpMLineIndex_Getter(mthis) native "RTCIceCandidate_sdpMLineIndex_Gett er";
4839 5466
4840 // Generated overload resolver 5467 static $sdpMid_Getter(mthis) native "RTCIceCandidate_sdpMid_Getter";
4841 Native_RTCPeerConnection_RtcPeerConnection(rtcIceServers, mediaConstraints) { 5468 }
4842 return Native_RTCPeerConnection__create_1constructorCallback(rtcIceServers, mediaConstraints); 5469
4843 } 5470 class BlinkRTCIceCandidateEvent {
4844 5471 static $candidate_Getter(mthis) native "RTCIceCandidateEvent_candidate_Getter" ;
4845 Native_RTCPeerConnection__create_1constructorCallback(rtcIceServers, mediaConstr aints) native "RTCPeerConnection_constructorCallback_RESOLVER_STRING_2_Dictionar y_Dictionary"; 5472 }
4846 5473
4847 Native_RTCPeerConnection_iceConnectionState_Getter(mthis) native "RTCPeerConnect ion_iceConnectionState_Getter"; 5474 class BlinkRTCPeerConnection {
4848 5475 // Generated overload resolver
4849 Native_RTCPeerConnection_iceGatheringState_Getter(mthis) native "RTCPeerConnecti on_iceGatheringState_Getter"; 5476 static $mkRtcPeerConnection(rtcIceServers, mediaConstraints) {
4850 5477 return $_create_1constructorCallback(rtcIceServers, mediaConstraints);
4851 Native_RTCPeerConnection_localDescription_Getter(mthis) native "RTCPeerConnectio n_localDescription_Getter"; 5478 }
4852 5479
4853 Native_RTCPeerConnection_remoteDescription_Getter(mthis) native "RTCPeerConnecti on_remoteDescription_Getter"; 5480 static $_create_1constructorCallback(rtcIceServers, mediaConstraints) native " RTCPeerConnection_constructorCallback_RESOLVER_STRING_2_Dictionary_Dictionary";
4854 5481
4855 Native_RTCPeerConnection_signalingState_Getter(mthis) native "RTCPeerConnection_ signalingState_Getter"; 5482 static $iceConnectionState_Getter(mthis) native "RTCPeerConnection_iceConnecti onState_Getter";
4856 5483
4857 Native_RTCPeerConnection_addIceCandidate_Callback(mthis, candidate, successCallb ack, failureCallback) native "RTCPeerConnection_addIceCandidate_Callback_RESOLVE R_STRING_3_RTCIceCandidate_VoidCallback_RTCErrorCallback"; 5484 static $iceGatheringState_Getter(mthis) native "RTCPeerConnection_iceGathering State_Getter";
4858 5485
4859 Native_RTCPeerConnection_addStream_Callback(mthis, stream, mediaConstraints) nat ive "RTCPeerConnection_addStream_Callback_RESOLVER_STRING_2_MediaStream_Dictiona ry"; 5486 static $localDescription_Getter(mthis) native "RTCPeerConnection_localDescript ion_Getter";
4860 5487
4861 Native_RTCPeerConnection_close_Callback(mthis) native "RTCPeerConnection_close_C allback_RESOLVER_STRING_0_"; 5488 static $remoteDescription_Getter(mthis) native "RTCPeerConnection_remoteDescri ption_Getter";
4862 5489
4863 Native_RTCPeerConnection_createAnswer_Callback(mthis, successCallback, failureCa llback, mediaConstraints) native "RTCPeerConnection_createAnswer_Callback_RESOLV ER_STRING_3_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary"; 5490 static $signalingState_Getter(mthis) native "RTCPeerConnection_signalingState_ Getter";
4864 5491
4865 Native_RTCPeerConnection_createDTMFSender_Callback(mthis, track) native "RTCPeer Connection_createDTMFSender_Callback_RESOLVER_STRING_1_MediaStreamTrack"; 5492 static $addIceCandidate_Callback(mthis, candidate, successCallback, failureCal lback) native "RTCPeerConnection_addIceCandidate_Callback_RESOLVER_STRING_3_RTCI ceCandidate_VoidCallback_RTCErrorCallback";
4866 5493
4867 Native_RTCPeerConnection_createDataChannel_Callback(mthis, label, options) nativ e "RTCPeerConnection_createDataChannel_Callback_RESOLVER_STRING_2_DOMString_Dict ionary"; 5494 static $addStream_Callback(mthis, stream, mediaConstraints) native "RTCPeerCon nection_addStream_Callback_RESOLVER_STRING_2_MediaStream_Dictionary";
4868 5495
4869 Native_RTCPeerConnection_createOffer_Callback(mthis, successCallback, failureCal lback, mediaConstraints) native "RTCPeerConnection_createOffer_Callback_RESOLVER _STRING_3_RTCSessionDescriptionCallback_RTCErrorCallback_Dictionary"; 5496 static $close_Callback(mthis) native "RTCPeerConnection_close_Callback_RESOLVE R_STRING_0_";
4870 5497
4871 Native_RTCPeerConnection_getLocalStreams_Callback(mthis) native "RTCPeerConnecti on_getLocalStreams_Callback_RESOLVER_STRING_0_"; 5498 static $createAnswer_Callback(mthis, successCallback, failureCallback, mediaCo nstraints) native "RTCPeerConnection_createAnswer_Callback_RESOLVER_STRING_3_RTC SessionDescriptionCallback_RTCErrorCallback_Dictionary";
4872 5499
4873 Native_RTCPeerConnection_getRemoteStreams_Callback(mthis) native "RTCPeerConnect ion_getRemoteStreams_Callback_RESOLVER_STRING_0_"; 5500 static $createDTMFSender_Callback(mthis, track) native "RTCPeerConnection_crea teDTMFSender_Callback_RESOLVER_STRING_1_MediaStreamTrack";
4874 5501
4875 Native_RTCPeerConnection_getStats_Callback(mthis, successCallback, selector) nat ive "RTCPeerConnection_getStats_Callback_RESOLVER_STRING_2_RTCStatsCallback_Medi aStreamTrack"; 5502 static $createDataChannel_Callback(mthis, label, options) native "RTCPeerConne ction_createDataChannel_Callback_RESOLVER_STRING_2_DOMString_Dictionary";
4876 5503
4877 Native_RTCPeerConnection_getStreamById_Callback(mthis, streamId) native "RTCPeer Connection_getStreamById_Callback_RESOLVER_STRING_1_DOMString"; 5504 static $createOffer_Callback(mthis, successCallback, failureCallback, mediaCon straints) native "RTCPeerConnection_createOffer_Callback_RESOLVER_STRING_3_RTCSe ssionDescriptionCallback_RTCErrorCallback_Dictionary";
4878 5505
4879 Native_RTCPeerConnection_removeStream_Callback(mthis, stream) native "RTCPeerCon nection_removeStream_Callback_RESOLVER_STRING_1_MediaStream"; 5506 static $getLocalStreams_Callback(mthis) native "RTCPeerConnection_getLocalStre ams_Callback_RESOLVER_STRING_0_";
4880 5507
4881 Native_RTCPeerConnection_setLocalDescription_Callback(mthis, description, succes sCallback, failureCallback) native "RTCPeerConnection_setLocalDescription_Callba ck_RESOLVER_STRING_3_RTCSessionDescription_VoidCallback_RTCErrorCallback"; 5508 static $getRemoteStreams_Callback(mthis) native "RTCPeerConnection_getRemoteSt reams_Callback_RESOLVER_STRING_0_";
4882 5509
4883 Native_RTCPeerConnection_setRemoteDescription_Callback(mthis, description, succe ssCallback, failureCallback) native "RTCPeerConnection_setRemoteDescription_Call back_RESOLVER_STRING_3_RTCSessionDescription_VoidCallback_RTCErrorCallback"; 5510 static $getStats_Callback(mthis, successCallback, selector) native "RTCPeerCon nection_getStats_Callback_RESOLVER_STRING_2_RTCStatsCallback_MediaStreamTrack";
4884 5511
4885 Native_RTCPeerConnection_updateIce_Callback(mthis, configuration, mediaConstrain ts) native "RTCPeerConnection_updateIce_Callback_RESOLVER_STRING_2_Dictionary_Di ctionary"; 5512 static $getStreamById_Callback(mthis, streamId) native "RTCPeerConnection_getS treamById_Callback_RESOLVER_STRING_1_DOMString";
4886 5513
4887 // Generated overload resolver 5514 static $removeStream_Callback(mthis, stream) native "RTCPeerConnection_removeS tream_Callback_RESOLVER_STRING_1_MediaStream";
4888 Native_RTCSessionDescription_RtcSessionDescription(descriptionInitDict) { 5515
4889 return Native_RTCSessionDescription__create_1constructorCallback(description InitDict); 5516 static $setLocalDescription_Callback(mthis, description, successCallback, fail ureCallback) native "RTCPeerConnection_setLocalDescription_Callback_RESOLVER_STR ING_3_RTCSessionDescription_VoidCallback_RTCErrorCallback";
4890 } 5517
4891 5518 static $setRemoteDescription_Callback(mthis, description, successCallback, fai lureCallback) native "RTCPeerConnection_setRemoteDescription_Callback_RESOLVER_S TRING_3_RTCSessionDescription_VoidCallback_RTCErrorCallback";
4892 Native_RTCSessionDescription__create_1constructorCallback(descriptionInitDict) n ative "RTCSessionDescription_constructorCallback_RESOLVER_STRING_1_Dictionary"; 5519
4893 5520 static $updateIce_Callback(mthis, configuration, mediaConstraints) native "RTC PeerConnection_updateIce_Callback_RESOLVER_STRING_2_Dictionary_Dictionary";
4894 Native_RTCSessionDescription_sdp_Getter(mthis) native "RTCSessionDescription_sdp _Getter"; 5521 }
4895 5522
4896 Native_RTCSessionDescription_sdp_Setter(mthis, value) native "RTCSessionDescript ion_sdp_Setter"; 5523 class BlinkRTCSessionDescription {
4897 5524 // Generated overload resolver
4898 Native_RTCSessionDescription_type_Getter(mthis) native "RTCSessionDescription_ty pe_Getter"; 5525 static $mkRtcSessionDescription(descriptionInitDict) {
4899 5526 return $_create_1constructorCallback(descriptionInitDict);
4900 Native_RTCSessionDescription_type_Setter(mthis, value) native "RTCSessionDescrip tion_type_Setter"; 5527 }
4901 5528
4902 Native_RTCStatsReport_id_Getter(mthis) native "RTCStatsReport_id_Getter"; 5529 static $_create_1constructorCallback(descriptionInitDict) native "RTCSessionDe scription_constructorCallback_RESOLVER_STRING_1_Dictionary";
4903 5530
4904 Native_RTCStatsReport_local_Getter(mthis) native "RTCStatsReport_local_Getter"; 5531 static $sdp_Getter(mthis) native "RTCSessionDescription_sdp_Getter";
4905 5532
4906 Native_RTCStatsReport_remote_Getter(mthis) native "RTCStatsReport_remote_Getter" ; 5533 static $sdp_Setter(mthis, value) native "RTCSessionDescription_sdp_Setter";
4907 5534
4908 Native_RTCStatsReport_timestamp_Getter(mthis) native "RTCStatsReport_timestamp_G etter"; 5535 static $type_Getter(mthis) native "RTCSessionDescription_type_Getter";
4909 5536
4910 Native_RTCStatsReport_type_Getter(mthis) native "RTCStatsReport_type_Getter"; 5537 static $type_Setter(mthis, value) native "RTCSessionDescription_type_Setter";
4911 5538 }
4912 Native_RTCStatsReport_names_Callback(mthis) native "RTCStatsReport_names_Callbac k_RESOLVER_STRING_0_"; 5539
4913 5540 class BlinkRTCStatsReport {
4914 Native_RTCStatsReport_stat_Callback(mthis, name) native "RTCStatsReport_stat_Cal lback_RESOLVER_STRING_1_DOMString"; 5541 static $id_Getter(mthis) native "RTCStatsReport_id_Getter";
4915 5542
4916 Native_RTCStatsResponse___getter___Callback(mthis, name) native "RTCStatsRespons e___getter___Callback_RESOLVER_STRING_1_DOMString"; 5543 static $local_Getter(mthis) native "RTCStatsReport_local_Getter";
4917 5544
4918 Native_RTCStatsResponse_namedItem_Callback(mthis, name) native "RTCStatsResponse _namedItem_Callback_RESOLVER_STRING_1_DOMString"; 5545 static $remote_Getter(mthis) native "RTCStatsReport_remote_Getter";
4919 5546
4920 Native_RTCStatsResponse_result_Callback(mthis) native "RTCStatsResponse_result_C allback_RESOLVER_STRING_0_"; 5547 static $timestamp_Getter(mthis) native "RTCStatsReport_timestamp_Getter";
4921 5548
4922 Native_Range_collapsed_Getter(mthis) native "Range_collapsed_Getter"; 5549 static $type_Getter(mthis) native "RTCStatsReport_type_Getter";
4923 5550
4924 Native_Range_commonAncestorContainer_Getter(mthis) native "Range_commonAncestorC ontainer_Getter"; 5551 static $names_Callback(mthis) native "RTCStatsReport_names_Callback_RESOLVER_S TRING_0_";
4925 5552
4926 Native_Range_endContainer_Getter(mthis) native "Range_endContainer_Getter"; 5553 static $stat_Callback(mthis, name) native "RTCStatsReport_stat_Callback_RESOLV ER_STRING_1_DOMString";
4927 5554 }
4928 Native_Range_endOffset_Getter(mthis) native "Range_endOffset_Getter"; 5555
4929 5556 class BlinkRTCStatsResponse {
4930 Native_Range_startContainer_Getter(mthis) native "Range_startContainer_Getter"; 5557 static $__getter___Callback(mthis, name) native "RTCStatsResponse___getter___C allback_RESOLVER_STRING_1_DOMString";
4931 5558
4932 Native_Range_startOffset_Getter(mthis) native "Range_startOffset_Getter"; 5559 static $namedItem_Callback(mthis, name) native "RTCStatsResponse_namedItem_Cal lback_RESOLVER_STRING_1_DOMString";
4933 5560
4934 Native_Range_cloneContents_Callback(mthis) native "Range_cloneContents_Callback_ RESOLVER_STRING_0_"; 5561 static $result_Callback(mthis) native "RTCStatsResponse_result_Callback_RESOLV ER_STRING_0_";
4935 5562 }
4936 Native_Range_cloneRange_Callback(mthis) native "Range_cloneRange_Callback_RESOLV ER_STRING_0_"; 5563
4937 5564 class BlinkRadioNodeList {}
4938 Native_Range_collapse_Callback(mthis, toStart) native "Range_collapse_Callback_R ESOLVER_STRING_1_boolean"; 5565
4939 5566 class BlinkRange {
4940 Native_Range_comparePoint_Callback(mthis, refNode, offset) native "Range_compare Point_Callback_RESOLVER_STRING_2_Node_long"; 5567 static $collapsed_Getter(mthis) native "Range_collapsed_Getter";
4941 5568
4942 Native_Range_createContextualFragment_Callback(mthis, html) native "Range_create ContextualFragment_Callback_RESOLVER_STRING_1_DOMString"; 5569 static $commonAncestorContainer_Getter(mthis) native "Range_commonAncestorCont ainer_Getter";
4943 5570
4944 Native_Range_deleteContents_Callback(mthis) native "Range_deleteContents_Callbac k_RESOLVER_STRING_0_"; 5571 static $endContainer_Getter(mthis) native "Range_endContainer_Getter";
4945 5572
4946 Native_Range_detach_Callback(mthis) native "Range_detach_Callback_RESOLVER_STRIN G_0_"; 5573 static $endOffset_Getter(mthis) native "Range_endOffset_Getter";
4947 5574
4948 Native_Range_expand_Callback(mthis, unit) native "Range_expand_Callback_RESOLVER _STRING_1_DOMString"; 5575 static $startContainer_Getter(mthis) native "Range_startContainer_Getter";
4949 5576
4950 Native_Range_extractContents_Callback(mthis) native "Range_extractContents_Callb ack_RESOLVER_STRING_0_"; 5577 static $startOffset_Getter(mthis) native "Range_startOffset_Getter";
4951 5578
4952 Native_Range_getBoundingClientRect_Callback(mthis) native "Range_getBoundingClie ntRect_Callback_RESOLVER_STRING_0_"; 5579 static $cloneContents_Callback(mthis) native "Range_cloneContents_Callback_RES OLVER_STRING_0_";
4953 5580
4954 Native_Range_getClientRects_Callback(mthis) native "Range_getClientRects_Callbac k_RESOLVER_STRING_0_"; 5581 static $cloneRange_Callback(mthis) native "Range_cloneRange_Callback_RESOLVER_ STRING_0_";
4955 5582
4956 Native_Range_insertNode_Callback(mthis, newNode) native "Range_insertNode_Callba ck_RESOLVER_STRING_1_Node"; 5583 static $collapse_Callback(mthis, toStart) native "Range_collapse_Callback_RESO LVER_STRING_1_boolean";
4957 5584
4958 Native_Range_isPointInRange_Callback(mthis, refNode, offset) native "Range_isPoi ntInRange_Callback_RESOLVER_STRING_2_Node_long"; 5585 static $comparePoint_Callback(mthis, refNode, offset) native "Range_comparePoi nt_Callback_RESOLVER_STRING_2_Node_long";
4959 5586
4960 Native_Range_selectNode_Callback(mthis, refNode) native "Range_selectNode_Callba ck_RESOLVER_STRING_1_Node"; 5587 static $createContextualFragment_Callback(mthis, html) native "Range_createCon textualFragment_Callback_RESOLVER_STRING_1_DOMString";
4961 5588
4962 Native_Range_selectNodeContents_Callback(mthis, refNode) native "Range_selectNod eContents_Callback_RESOLVER_STRING_1_Node"; 5589 static $deleteContents_Callback(mthis) native "Range_deleteContents_Callback_R ESOLVER_STRING_0_";
4963 5590
4964 Native_Range_setEnd_Callback(mthis, refNode, offset) native "Range_setEnd_Callba ck_RESOLVER_STRING_2_Node_long"; 5591 static $detach_Callback(mthis) native "Range_detach_Callback_RESOLVER_STRING_0 _";
4965 5592
4966 Native_Range_setEndAfter_Callback(mthis, refNode) native "Range_setEndAfter_Call back_RESOLVER_STRING_1_Node"; 5593 static $expand_Callback(mthis, unit) native "Range_expand_Callback_RESOLVER_ST RING_1_DOMString";
4967 5594
4968 Native_Range_setEndBefore_Callback(mthis, refNode) native "Range_setEndBefore_Ca llback_RESOLVER_STRING_1_Node"; 5595 static $extractContents_Callback(mthis) native "Range_extractContents_Callback _RESOLVER_STRING_0_";
4969 5596
4970 Native_Range_setStart_Callback(mthis, refNode, offset) native "Range_setStart_Ca llback_RESOLVER_STRING_2_Node_long"; 5597 static $getBoundingClientRect_Callback(mthis) native "Range_getBoundingClientR ect_Callback_RESOLVER_STRING_0_";
4971 5598
4972 Native_Range_setStartAfter_Callback(mthis, refNode) native "Range_setStartAfter_ Callback_RESOLVER_STRING_1_Node"; 5599 static $getClientRects_Callback(mthis) native "Range_getClientRects_Callback_R ESOLVER_STRING_0_";
4973 5600
4974 Native_Range_setStartBefore_Callback(mthis, refNode) native "Range_setStartBefor e_Callback_RESOLVER_STRING_1_Node"; 5601 static $insertNode_Callback(mthis, newNode) native "Range_insertNode_Callback_ RESOLVER_STRING_1_Node";
4975 5602
4976 Native_Range_surroundContents_Callback(mthis, newParent) native "Range_surroundC ontents_Callback_RESOLVER_STRING_1_Node"; 5603 static $isPointInRange_Callback(mthis, refNode, offset) native "Range_isPointI nRange_Callback_RESOLVER_STRING_2_Node_long";
4977 5604
4978 Native_Range_toString_Callback(mthis) native "Range_toString_Callback_RESOLVER_S TRING_0_"; 5605 static $selectNode_Callback(mthis, refNode) native "Range_selectNode_Callback_ RESOLVER_STRING_1_Node";
4979 5606
4980 Native_ResourceProgressEvent_url_Getter(mthis) native "ResourceProgressEvent_url _Getter"; 5607 static $selectNodeContents_Callback(mthis, refNode) native "Range_selectNodeCo ntents_Callback_RESOLVER_STRING_1_Node";
4981 5608
4982 Native_SQLError_code_Getter(mthis) native "SQLError_code_Getter"; 5609 static $setEnd_Callback(mthis, refNode, offset) native "Range_setEnd_Callback_ RESOLVER_STRING_2_Node_long";
4983 5610
4984 Native_SQLError_message_Getter(mthis) native "SQLError_message_Getter"; 5611 static $setEndAfter_Callback(mthis, refNode) native "Range_setEndAfter_Callbac k_RESOLVER_STRING_1_Node";
4985 5612
4986 Native_SQLResultSet_insertId_Getter(mthis) native "SQLResultSet_insertId_Getter" ; 5613 static $setEndBefore_Callback(mthis, refNode) native "Range_setEndBefore_Callb ack_RESOLVER_STRING_1_Node";
4987 5614
4988 Native_SQLResultSet_rows_Getter(mthis) native "SQLResultSet_rows_Getter"; 5615 static $setStart_Callback(mthis, refNode, offset) native "Range_setStart_Callb ack_RESOLVER_STRING_2_Node_long";
4989 5616
4990 Native_SQLResultSet_rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected _Getter"; 5617 static $setStartAfter_Callback(mthis, refNode) native "Range_setStartAfter_Cal lback_RESOLVER_STRING_1_Node";
4991 5618
4992 Native_SQLResultSetRowList_length_Getter(mthis) native "SQLResultSetRowList_leng th_Getter"; 5619 static $setStartBefore_Callback(mthis, refNode) native "Range_setStartBefore_C allback_RESOLVER_STRING_1_Node";
4993 5620
4994 Native_SQLResultSetRowList_NativeIndexed_Getter(mthis, index) native "SQLResultS etRowList_item_Callback"; 5621 static $surroundContents_Callback(mthis, newParent) native "Range_surroundCont ents_Callback_RESOLVER_STRING_1_Node";
4995 5622
4996 Native_SQLResultSetRowList_item_Callback(mthis, index) native "SQLResultSetRowLi st_item_Callback"; 5623 static $toString_Callback(mthis) native "Range_toString_Callback_RESOLVER_STRI NG_0_";
4997 5624 }
4998 Native_SQLTransaction_executeSql_Callback(mthis, sqlStatement, arguments, callba ck, errorCallback) native "SQLTransaction_executeSql_Callback"; 5625
4999 5626 class BlinkRect {}
5000 Native_SVGElement_className_Getter(mthis) native "SVGElement_className_Getter"; 5627
5001 5628 class BlinkResourceProgressEvent {
5002 Native_SVGElement_ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGEleme nt_Getter"; 5629 static $url_Getter(mthis) native "ResourceProgressEvent_url_Getter";
5003 5630 }
5004 Native_SVGElement_style_Getter(mthis) native "SVGElement_style_Getter"; 5631
5005 5632 class BlinkSQLError {
5006 Native_SVGElement_viewportElement_Getter(mthis) native "SVGElement_viewportEleme nt_Getter"; 5633 static $code_Getter(mthis) native "SQLError_code_Getter";
5007 5634
5008 Native_SVGElement_xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter"; 5635 static $message_Getter(mthis) native "SQLError_message_Getter";
5009 5636 }
5010 Native_SVGElement_xmlbase_Setter(mthis, value) native "SVGElement_xmlbase_Setter "; 5637
5011 5638 class BlinkSQLResultSet {
5012 Native_SVGElement_xmllang_Getter(mthis) native "SVGElement_xmllang_Getter"; 5639 static $insertId_Getter(mthis) native "SQLResultSet_insertId_Getter";
5013 5640
5014 Native_SVGElement_xmllang_Setter(mthis, value) native "SVGElement_xmllang_Setter "; 5641 static $rows_Getter(mthis) native "SQLResultSet_rows_Getter";
5015 5642
5016 Native_SVGElement_xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter"; 5643 static $rowsAffected_Getter(mthis) native "SQLResultSet_rowsAffected_Getter";
5017 5644 }
5018 Native_SVGElement_xmlspace_Setter(mthis, value) native "SVGElement_xmlspace_Sett er"; 5645
5019 5646 class BlinkSQLResultSetRowList {
5020 Native_SVGTests_requiredExtensions_Getter(mthis) native "SVGTests_requiredExtens ions_Getter"; 5647 static $length_Getter(mthis) native "SQLResultSetRowList_length_Getter";
5021 5648
5022 Native_SVGTests_requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures _Getter"; 5649 static $NativeIndexed_Getter(mthis, index) native "SQLResultSetRowList_item_Ca llback";
5023 5650
5024 Native_SVGTests_systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Get ter"; 5651 static $item_Callback(mthis, index) native "SQLResultSetRowList_item_Callback" ;
5025 5652 }
5026 Native_SVGTests_hasExtension_Callback(mthis, extension) native "SVGTests_hasExte nsion_Callback_RESOLVER_STRING_1_DOMString"; 5653
5027 5654 class BlinkSQLTransaction {
5028 Native_SVGGraphicsElement_farthestViewportElement_Getter(mthis) native "SVGGraph icsElement_farthestViewportElement_Getter"; 5655 static $executeSql_Callback(mthis, sqlStatement, arguments, callback, errorCal lback) native "SQLTransaction_executeSql_Callback";
5029 5656 }
5030 Native_SVGGraphicsElement_nearestViewportElement_Getter(mthis) native "SVGGraphi csElement_nearestViewportElement_Getter"; 5657
5031 5658 class BlinkSQLTransactionSync {}
5032 Native_SVGGraphicsElement_transform_Getter(mthis) native "SVGGraphicsElement_tra nsform_Getter"; 5659
5033 5660 class BlinkSVGElement {
5034 Native_SVGGraphicsElement_getBBox_Callback(mthis) native "SVGGraphicsElement_get BBox_Callback_RESOLVER_STRING_0_"; 5661 static $className_Getter(mthis) native "SVGElement_className_Getter";
5035 5662
5036 Native_SVGGraphicsElement_getCTM_Callback(mthis) native "SVGGraphicsElement_getC TM_Callback_RESOLVER_STRING_0_"; 5663 static $ownerSVGElement_Getter(mthis) native "SVGElement_ownerSVGElement_Gette r";
5037 5664
5038 Native_SVGGraphicsElement_getScreenCTM_Callback(mthis) native "SVGGraphicsElemen t_getScreenCTM_Callback_RESOLVER_STRING_0_"; 5665 static $style_Getter(mthis) native "SVGElement_style_Getter";
5039 5666
5040 Native_SVGGraphicsElement_getTransformToElement_Callback(mthis, element) native "SVGGraphicsElement_getTransformToElement_Callback_RESOLVER_STRING_1_SVGElement" ; 5667 static $viewportElement_Getter(mthis) native "SVGElement_viewportElement_Gette r";
5041 5668
5042 Native_SVGGraphicsElement_requiredExtensions_Getter(mthis) native "SVGGraphicsEl ement_requiredExtensions_Getter"; 5669 static $xmlbase_Getter(mthis) native "SVGElement_xmlbase_Getter";
5043 5670
5044 Native_SVGGraphicsElement_requiredFeatures_Getter(mthis) native "SVGGraphicsElem ent_requiredFeatures_Getter"; 5671 static $xmlbase_Setter(mthis, value) native "SVGElement_xmlbase_Setter";
5045 5672
5046 Native_SVGGraphicsElement_systemLanguage_Getter(mthis) native "SVGGraphicsElemen t_systemLanguage_Getter"; 5673 static $xmllang_Getter(mthis) native "SVGElement_xmllang_Getter";
5047 5674
5048 Native_SVGGraphicsElement_hasExtension_Callback(mthis, extension) native "SVGGra phicsElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; 5675 static $xmllang_Setter(mthis, value) native "SVGElement_xmllang_Setter";
5049 5676
5050 Native_SVGURIReference_href_Getter(mthis) native "SVGURIReference_href_Getter"; 5677 static $xmlspace_Getter(mthis) native "SVGElement_xmlspace_Getter";
5051 5678
5052 Native_SVGAElement_target_Getter(mthis) native "SVGAElement_target_Getter"; 5679 static $xmlspace_Setter(mthis, value) native "SVGElement_xmlspace_Setter";
5053 5680 }
5054 Native_SVGAElement_href_Getter(mthis) native "SVGAElement_href_Getter"; 5681
5055 5682 class BlinkSVGTests {
5056 Native_SVGTextContentElement_lengthAdjust_Getter(mthis) native "SVGTextContentEl ement_lengthAdjust_Getter"; 5683 static $requiredExtensions_Getter(mthis) native "SVGTests_requiredExtensions_G etter";
5057 5684
5058 Native_SVGTextContentElement_textLength_Getter(mthis) native "SVGTextContentElem ent_textLength_Getter"; 5685 static $requiredFeatures_Getter(mthis) native "SVGTests_requiredFeatures_Gette r";
5059 5686
5060 Native_SVGTextContentElement_getCharNumAtPosition_Callback(mthis, point) native "SVGTextContentElement_getCharNumAtPosition_Callback_RESOLVER_STRING_1_SVGPoint" ; 5687 static $systemLanguage_Getter(mthis) native "SVGTests_systemLanguage_Getter";
5061 5688
5062 Native_SVGTextContentElement_getComputedTextLength_Callback(mthis) native "SVGTe xtContentElement_getComputedTextLength_Callback_RESOLVER_STRING_0_"; 5689 static $hasExtension_Callback(mthis, extension) native "SVGTests_hasExtension_ Callback_RESOLVER_STRING_1_DOMString";
5063 5690 }
5064 Native_SVGTextContentElement_getEndPositionOfChar_Callback(mthis, offset) native "SVGTextContentElement_getEndPositionOfChar_Callback_RESOLVER_STRING_1_unsigned long"; 5691
5065 5692 class BlinkSVGGraphicsElement {
5066 Native_SVGTextContentElement_getExtentOfChar_Callback(mthis, offset) native "SVG TextContentElement_getExtentOfChar_Callback_RESOLVER_STRING_1_unsigned long"; 5693 static $farthestViewportElement_Getter(mthis) native "SVGGraphicsElement_farth estViewportElement_Getter";
5067 5694
5068 Native_SVGTextContentElement_getNumberOfChars_Callback(mthis) native "SVGTextCon tentElement_getNumberOfChars_Callback_RESOLVER_STRING_0_"; 5695 static $nearestViewportElement_Getter(mthis) native "SVGGraphicsElement_neares tViewportElement_Getter";
5069 5696
5070 Native_SVGTextContentElement_getRotationOfChar_Callback(mthis, offset) native "S VGTextContentElement_getRotationOfChar_Callback_RESOLVER_STRING_1_unsigned long" ; 5697 static $transform_Getter(mthis) native "SVGGraphicsElement_transform_Getter";
5071 5698
5072 Native_SVGTextContentElement_getStartPositionOfChar_Callback(mthis, offset) nati ve "SVGTextContentElement_getStartPositionOfChar_Callback_RESOLVER_STRING_1_unsi gned long"; 5699 static $getBBox_Callback(mthis) native "SVGGraphicsElement_getBBox_Callback_RE SOLVER_STRING_0_";
5073 5700
5074 Native_SVGTextContentElement_getSubStringLength_Callback(mthis, offset, length) native "SVGTextContentElement_getSubStringLength_Callback_RESOLVER_STRING_2_unsi gned long_unsigned long"; 5701 static $getCTM_Callback(mthis) native "SVGGraphicsElement_getCTM_Callback_RESO LVER_STRING_0_";
5075 5702
5076 Native_SVGTextContentElement_selectSubString_Callback(mthis, offset, length) nat ive "SVGTextContentElement_selectSubString_Callback_RESOLVER_STRING_2_unsigned l ong_unsigned long"; 5703 static $getScreenCTM_Callback(mthis) native "SVGGraphicsElement_getScreenCTM_C allback_RESOLVER_STRING_0_";
5077 5704
5078 Native_SVGTextPositioningElement_dx_Getter(mthis) native "SVGTextPositioningElem ent_dx_Getter"; 5705 static $getTransformToElement_Callback(mthis, element) native "SVGGraphicsElem ent_getTransformToElement_Callback_RESOLVER_STRING_1_SVGElement";
5079 5706
5080 Native_SVGTextPositioningElement_dy_Getter(mthis) native "SVGTextPositioningElem ent_dy_Getter"; 5707 static $requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredEx tensions_Getter";
5081 5708
5082 Native_SVGTextPositioningElement_rotate_Getter(mthis) native "SVGTextPositioning Element_rotate_Getter"; 5709 static $requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeat ures_Getter";
5083 5710
5084 Native_SVGTextPositioningElement_x_Getter(mthis) native "SVGTextPositioningEleme nt_x_Getter"; 5711 static $systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage _Getter";
5085 5712
5086 Native_SVGTextPositioningElement_y_Getter(mthis) native "SVGTextPositioningEleme nt_y_Getter"; 5713 static $hasExtension_Callback(mthis, extension) native "SVGGraphicsElement_has Extension_Callback_RESOLVER_STRING_1_DOMString";
5087 5714 }
5088 Native_SVGAltGlyphElement_format_Getter(mthis) native "SVGAltGlyphElement_format _Getter"; 5715
5089 5716 class BlinkSVGURIReference {
5090 Native_SVGAltGlyphElement_format_Setter(mthis, value) native "SVGAltGlyphElement _format_Setter"; 5717 static $href_Getter(mthis) native "SVGURIReference_href_Getter";
5091 5718 }
5092 Native_SVGAltGlyphElement_glyphRef_Getter(mthis) native "SVGAltGlyphElement_glyp hRef_Getter"; 5719
5093 5720 class BlinkSVGAElement {
5094 Native_SVGAltGlyphElement_glyphRef_Setter(mthis, value) native "SVGAltGlyphEleme nt_glyphRef_Setter"; 5721 static $target_Getter(mthis) native "SVGAElement_target_Getter";
5095 5722
5096 Native_SVGAltGlyphElement_href_Getter(mthis) native "SVGAltGlyphElement_href_Get ter"; 5723 static $href_Getter(mthis) native "SVGAElement_href_Getter";
5097 5724 }
5098 Native_SVGAngle_unitType_Getter(mthis) native "SVGAngle_unitType_Getter"; 5725
5099 5726 class BlinkSVGAltGlyphDefElement {}
5100 Native_SVGAngle_value_Getter(mthis) native "SVGAngle_value_Getter"; 5727
5101 5728 class BlinkSVGTextContentElement {
5102 Native_SVGAngle_value_Setter(mthis, value) native "SVGAngle_value_Setter"; 5729 static $lengthAdjust_Getter(mthis) native "SVGTextContentElement_lengthAdjust_ Getter";
5103 5730
5104 Native_SVGAngle_valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Gette r"; 5731 static $textLength_Getter(mthis) native "SVGTextContentElement_textLength_Gett er";
5105 5732
5106 Native_SVGAngle_valueAsString_Setter(mthis, value) native "SVGAngle_valueAsStrin g_Setter"; 5733 static $getCharNumAtPosition_Callback(mthis, point) native "SVGTextContentElem ent_getCharNumAtPosition_Callback_RESOLVER_STRING_1_SVGPoint";
5107 5734
5108 Native_SVGAngle_valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpec ifiedUnits_Getter"; 5735 static $getComputedTextLength_Callback(mthis) native "SVGTextContentElement_ge tComputedTextLength_Callback_RESOLVER_STRING_0_";
5109 5736
5110 Native_SVGAngle_valueInSpecifiedUnits_Setter(mthis, value) native "SVGAngle_valu eInSpecifiedUnits_Setter"; 5737 static $getEndPositionOfChar_Callback(mthis, offset) native "SVGTextContentEle ment_getEndPositionOfChar_Callback_RESOLVER_STRING_1_unsigned long";
5111 5738
5112 Native_SVGAngle_convertToSpecifiedUnits_Callback(mthis, unitType) native "SVGAng le_convertToSpecifiedUnits_Callback_RESOLVER_STRING_1_unsigned short"; 5739 static $getExtentOfChar_Callback(mthis, offset) native "SVGTextContentElement_ getExtentOfChar_Callback_RESOLVER_STRING_1_unsigned long";
5113 5740
5114 Native_SVGAngle_newValueSpecifiedUnits_Callback(mthis, unitType, valueInSpecifie dUnits) native "SVGAngle_newValueSpecifiedUnits_Callback_RESOLVER_STRING_2_unsig ned short_float"; 5741 static $getNumberOfChars_Callback(mthis) native "SVGTextContentElement_getNumb erOfChars_Callback_RESOLVER_STRING_0_";
5115 5742
5116 Native_SVGAnimationElement_targetElement_Getter(mthis) native "SVGAnimationEleme nt_targetElement_Getter"; 5743 static $getRotationOfChar_Callback(mthis, offset) native "SVGTextContentElemen t_getRotationOfChar_Callback_RESOLVER_STRING_1_unsigned long";
5117 5744
5118 Native_SVGAnimationElement_beginElement_Callback(mthis) native "SVGAnimationElem ent_beginElement_Callback_RESOLVER_STRING_0_"; 5745 static $getStartPositionOfChar_Callback(mthis, offset) native "SVGTextContentE lement_getStartPositionOfChar_Callback_RESOLVER_STRING_1_unsigned long";
5119 5746
5120 Native_SVGAnimationElement_beginElementAt_Callback(mthis, offset) native "SVGAni mationElement_beginElementAt_Callback_RESOLVER_STRING_1_float"; 5747 static $getSubStringLength_Callback(mthis, offset, length) native "SVGTextCont entElement_getSubStringLength_Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
5121 5748
5122 Native_SVGAnimationElement_endElement_Callback(mthis) native "SVGAnimationElemen t_endElement_Callback_RESOLVER_STRING_0_"; 5749 static $selectSubString_Callback(mthis, offset, length) native "SVGTextContent Element_selectSubString_Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
5123 5750 }
5124 Native_SVGAnimationElement_endElementAt_Callback(mthis, offset) native "SVGAnima tionElement_endElementAt_Callback_RESOLVER_STRING_1_float"; 5751
5125 5752 class BlinkSVGTextPositioningElement {
5126 Native_SVGAnimationElement_getCurrentTime_Callback(mthis) native "SVGAnimationEl ement_getCurrentTime_Callback_RESOLVER_STRING_0_"; 5753 static $dx_Getter(mthis) native "SVGTextPositioningElement_dx_Getter";
5127 5754
5128 Native_SVGAnimationElement_getSimpleDuration_Callback(mthis) native "SVGAnimatio nElement_getSimpleDuration_Callback_RESOLVER_STRING_0_"; 5755 static $dy_Getter(mthis) native "SVGTextPositioningElement_dy_Getter";
5129 5756
5130 Native_SVGAnimationElement_getStartTime_Callback(mthis) native "SVGAnimationElem ent_getStartTime_Callback_RESOLVER_STRING_0_"; 5757 static $rotate_Getter(mthis) native "SVGTextPositioningElement_rotate_Getter";
5131 5758
5132 Native_SVGAnimationElement_requiredExtensions_Getter(mthis) native "SVGAnimation Element_requiredExtensions_Getter"; 5759 static $x_Getter(mthis) native "SVGTextPositioningElement_x_Getter";
5133 5760
5134 Native_SVGAnimationElement_requiredFeatures_Getter(mthis) native "SVGAnimationEl ement_requiredFeatures_Getter"; 5761 static $y_Getter(mthis) native "SVGTextPositioningElement_y_Getter";
5135 5762 }
5136 Native_SVGAnimationElement_systemLanguage_Getter(mthis) native "SVGAnimationElem ent_systemLanguage_Getter"; 5763
5137 5764 class BlinkSVGAltGlyphElement {
5138 Native_SVGAnimationElement_hasExtension_Callback(mthis, extension) native "SVGAn imationElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; 5765 static $format_Getter(mthis) native "SVGAltGlyphElement_format_Getter";
5139 5766
5140 Native_SVGAnimatedAngle_animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_G etter"; 5767 static $format_Setter(mthis, value) native "SVGAltGlyphElement_format_Setter";
5141 5768
5142 Native_SVGAnimatedAngle_baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_G etter"; 5769 static $glyphRef_Getter(mthis) native "SVGAltGlyphElement_glyphRef_Getter";
5143 5770
5144 Native_SVGAnimatedBoolean_animVal_Getter(mthis) native "SVGAnimatedBoolean_animV al_Getter"; 5771 static $glyphRef_Setter(mthis, value) native "SVGAltGlyphElement_glyphRef_Sett er";
5145 5772
5146 Native_SVGAnimatedBoolean_baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseV al_Getter"; 5773 static $href_Getter(mthis) native "SVGAltGlyphElement_href_Getter";
5147 5774 }
5148 Native_SVGAnimatedBoolean_baseVal_Setter(mthis, value) native "SVGAnimatedBoolea n_baseVal_Setter"; 5775
5149 5776 class BlinkSVGAltGlyphItemElement {}
5150 Native_SVGAnimatedEnumeration_animVal_Getter(mthis) native "SVGAnimatedEnumerati on_animVal_Getter"; 5777
5151 5778 class BlinkSVGAngle {
5152 Native_SVGAnimatedEnumeration_baseVal_Getter(mthis) native "SVGAnimatedEnumerati on_baseVal_Getter"; 5779 static $unitType_Getter(mthis) native "SVGAngle_unitType_Getter";
5153 5780
5154 Native_SVGAnimatedEnumeration_baseVal_Setter(mthis, value) native "SVGAnimatedEn umeration_baseVal_Setter"; 5781 static $value_Getter(mthis) native "SVGAngle_value_Getter";
5155 5782
5156 Native_SVGAnimatedInteger_animVal_Getter(mthis) native "SVGAnimatedInteger_animV al_Getter"; 5783 static $value_Setter(mthis, value) native "SVGAngle_value_Setter";
5157 5784
5158 Native_SVGAnimatedInteger_baseVal_Getter(mthis) native "SVGAnimatedInteger_baseV al_Getter"; 5785 static $valueAsString_Getter(mthis) native "SVGAngle_valueAsString_Getter";
5159 5786
5160 Native_SVGAnimatedInteger_baseVal_Setter(mthis, value) native "SVGAnimatedIntege r_baseVal_Setter"; 5787 static $valueAsString_Setter(mthis, value) native "SVGAngle_valueAsString_Sett er";
5161 5788
5162 Native_SVGAnimatedLength_animVal_Getter(mthis) native "SVGAnimatedLength_animVal _Getter"; 5789 static $valueInSpecifiedUnits_Getter(mthis) native "SVGAngle_valueInSpecifiedU nits_Getter";
5163 5790
5164 Native_SVGAnimatedLength_baseVal_Getter(mthis) native "SVGAnimatedLength_baseVal _Getter"; 5791 static $valueInSpecifiedUnits_Setter(mthis, value) native "SVGAngle_valueInSpe cifiedUnits_Setter";
5165 5792
5166 Native_SVGAnimatedLengthList_animVal_Getter(mthis) native "SVGAnimatedLengthList _animVal_Getter"; 5793 static $convertToSpecifiedUnits_Callback(mthis, unitType) native "SVGAngle_con vertToSpecifiedUnits_Callback_RESOLVER_STRING_1_unsigned short";
5167 5794
5168 Native_SVGAnimatedLengthList_baseVal_Getter(mthis) native "SVGAnimatedLengthList _baseVal_Getter"; 5795 static $newValueSpecifiedUnits_Callback(mthis, unitType, valueInSpecifiedUnits ) native "SVGAngle_newValueSpecifiedUnits_Callback_RESOLVER_STRING_2_unsigned sh ort_float";
5169 5796 }
5170 Native_SVGAnimatedNumber_animVal_Getter(mthis) native "SVGAnimatedNumber_animVal _Getter"; 5797
5171 5798 class BlinkSVGAnimationElement {
5172 Native_SVGAnimatedNumber_baseVal_Getter(mthis) native "SVGAnimatedNumber_baseVal _Getter"; 5799 static $targetElement_Getter(mthis) native "SVGAnimationElement_targetElement_ Getter";
5173 5800
5174 Native_SVGAnimatedNumber_baseVal_Setter(mthis, value) native "SVGAnimatedNumber_ baseVal_Setter"; 5801 static $beginElement_Callback(mthis) native "SVGAnimationElement_beginElement_ Callback_RESOLVER_STRING_0_";
5175 5802
5176 Native_SVGAnimatedNumberList_animVal_Getter(mthis) native "SVGAnimatedNumberList _animVal_Getter"; 5803 static $beginElementAt_Callback(mthis, offset) native "SVGAnimationElement_beg inElementAt_Callback_RESOLVER_STRING_1_float";
5177 5804
5178 Native_SVGAnimatedNumberList_baseVal_Getter(mthis) native "SVGAnimatedNumberList _baseVal_Getter"; 5805 static $endElement_Callback(mthis) native "SVGAnimationElement_endElement_Call back_RESOLVER_STRING_0_";
5179 5806
5180 Native_SVGAnimatedPreserveAspectRatio_animVal_Getter(mthis) native "SVGAnimatedP reserveAspectRatio_animVal_Getter"; 5807 static $endElementAt_Callback(mthis, offset) native "SVGAnimationElement_endEl ementAt_Callback_RESOLVER_STRING_1_float";
5181 5808
5182 Native_SVGAnimatedPreserveAspectRatio_baseVal_Getter(mthis) native "SVGAnimatedP reserveAspectRatio_baseVal_Getter"; 5809 static $getCurrentTime_Callback(mthis) native "SVGAnimationElement_getCurrentT ime_Callback_RESOLVER_STRING_0_";
5183 5810
5184 Native_SVGAnimatedRect_animVal_Getter(mthis) native "SVGAnimatedRect_animVal_Get ter"; 5811 static $getSimpleDuration_Callback(mthis) native "SVGAnimationElement_getSimpl eDuration_Callback_RESOLVER_STRING_0_";
5185 5812
5186 Native_SVGAnimatedRect_baseVal_Getter(mthis) native "SVGAnimatedRect_baseVal_Get ter"; 5813 static $getStartTime_Callback(mthis) native "SVGAnimationElement_getStartTime_ Callback_RESOLVER_STRING_0_";
5187 5814
5188 Native_SVGAnimatedString_animVal_Getter(mthis) native "SVGAnimatedString_animVal _Getter"; 5815 static $requiredExtensions_Getter(mthis) native "SVGAnimationElement_requiredE xtensions_Getter";
5189 5816
5190 Native_SVGAnimatedString_baseVal_Getter(mthis) native "SVGAnimatedString_baseVal _Getter"; 5817 static $requiredFeatures_Getter(mthis) native "SVGAnimationElement_requiredFea tures_Getter";
5191 5818
5192 Native_SVGAnimatedString_baseVal_Setter(mthis, value) native "SVGAnimatedString_ baseVal_Setter"; 5819 static $systemLanguage_Getter(mthis) native "SVGAnimationElement_systemLanguag e_Getter";
5193 5820
5194 Native_SVGAnimatedTransformList_animVal_Getter(mthis) native "SVGAnimatedTransfo rmList_animVal_Getter"; 5821 static $hasExtension_Callback(mthis, extension) native "SVGAnimationElement_ha sExtension_Callback_RESOLVER_STRING_1_DOMString";
5195 5822 }
5196 Native_SVGAnimatedTransformList_baseVal_Getter(mthis) native "SVGAnimatedTransfo rmList_baseVal_Getter"; 5823
5197 5824 class BlinkSVGAnimateElement {}
5198 Native_SVGGeometryElement_isPointInFill_Callback(mthis, point) native "SVGGeomet ryElement_isPointInFill_Callback_RESOLVER_STRING_1_SVGPoint"; 5825
5199 5826 class BlinkSVGAnimateMotionElement {}
5200 Native_SVGGeometryElement_isPointInStroke_Callback(mthis, point) native "SVGGeom etryElement_isPointInStroke_Callback_RESOLVER_STRING_1_SVGPoint"; 5827
5201 5828 class BlinkSVGAnimateTransformElement {}
5202 Native_SVGCircleElement_cx_Getter(mthis) native "SVGCircleElement_cx_Getter"; 5829
5203 5830 class BlinkSVGAnimatedAngle {
5204 Native_SVGCircleElement_cy_Getter(mthis) native "SVGCircleElement_cy_Getter"; 5831 static $animVal_Getter(mthis) native "SVGAnimatedAngle_animVal_Getter";
5205 5832
5206 Native_SVGCircleElement_r_Getter(mthis) native "SVGCircleElement_r_Getter"; 5833 static $baseVal_Getter(mthis) native "SVGAnimatedAngle_baseVal_Getter";
5207 5834 }
5208 Native_SVGClipPathElement_clipPathUnits_Getter(mthis) native "SVGClipPathElement _clipPathUnits_Getter"; 5835
5209 5836 class BlinkSVGAnimatedBoolean {
5210 Native_SVGElementInstance_correspondingElement_Getter(mthis) native "SVGElementI nstance_correspondingElement_Getter"; 5837 static $animVal_Getter(mthis) native "SVGAnimatedBoolean_animVal_Getter";
5211 5838
5212 Native_SVGElementInstance_correspondingUseElement_Getter(mthis) native "SVGEleme ntInstance_correspondingUseElement_Getter"; 5839 static $baseVal_Getter(mthis) native "SVGAnimatedBoolean_baseVal_Getter";
5213 5840
5214 Native_SVGElementInstance_firstChild_Getter(mthis) native "SVGElementInstance_fi rstChild_Getter"; 5841 static $baseVal_Setter(mthis, value) native "SVGAnimatedBoolean_baseVal_Setter ";
5215 5842 }
5216 Native_SVGElementInstance_lastChild_Getter(mthis) native "SVGElementInstance_las tChild_Getter"; 5843
5217 5844 class BlinkSVGAnimatedEnumeration {
5218 Native_SVGElementInstance_nextSibling_Getter(mthis) native "SVGElementInstance_n extSibling_Getter"; 5845 static $animVal_Getter(mthis) native "SVGAnimatedEnumeration_animVal_Getter";
5219 5846
5220 Native_SVGElementInstance_parentNode_Getter(mthis) native "SVGElementInstance_pa rentNode_Getter"; 5847 static $baseVal_Getter(mthis) native "SVGAnimatedEnumeration_baseVal_Getter";
5221 5848
5222 Native_SVGElementInstance_previousSibling_Getter(mthis) native "SVGElementInstan ce_previousSibling_Getter"; 5849 static $baseVal_Setter(mthis, value) native "SVGAnimatedEnumeration_baseVal_Se tter";
5223 5850 }
5224 Native_SVGElementInstanceList_length_Getter(mthis) native "SVGElementInstanceLis t_length_Getter"; 5851
5225 5852 class BlinkSVGAnimatedInteger {
5226 Native_SVGElementInstanceList_NativeIndexed_Getter(mthis, index) native "SVGElem entInstanceList_item_Callback_RESOLVER_STRING_1_unsigned long"; 5853 static $animVal_Getter(mthis) native "SVGAnimatedInteger_animVal_Getter";
5227 5854
5228 Native_SVGElementInstanceList_item_Callback(mthis, index) native "SVGElementInst anceList_item_Callback_RESOLVER_STRING_1_unsigned long"; 5855 static $baseVal_Getter(mthis) native "SVGAnimatedInteger_baseVal_Getter";
5229 5856
5230 Native_SVGEllipseElement_cx_Getter(mthis) native "SVGEllipseElement_cx_Getter"; 5857 static $baseVal_Setter(mthis, value) native "SVGAnimatedInteger_baseVal_Setter ";
5231 5858 }
5232 Native_SVGEllipseElement_cy_Getter(mthis) native "SVGEllipseElement_cy_Getter"; 5859
5233 5860 class BlinkSVGAnimatedLength {
5234 Native_SVGEllipseElement_rx_Getter(mthis) native "SVGEllipseElement_rx_Getter"; 5861 static $animVal_Getter(mthis) native "SVGAnimatedLength_animVal_Getter";
5235 5862
5236 Native_SVGEllipseElement_ry_Getter(mthis) native "SVGEllipseElement_ry_Getter"; 5863 static $baseVal_Getter(mthis) native "SVGAnimatedLength_baseVal_Getter";
5237 5864 }
5238 Native_SVGFilterPrimitiveStandardAttributes_height_Getter(mthis) native "SVGFilt erPrimitiveStandardAttributes_height_Getter"; 5865
5239 5866 class BlinkSVGAnimatedLengthList {
5240 Native_SVGFilterPrimitiveStandardAttributes_result_Getter(mthis) native "SVGFilt erPrimitiveStandardAttributes_result_Getter"; 5867 static $animVal_Getter(mthis) native "SVGAnimatedLengthList_animVal_Getter";
5241 5868
5242 Native_SVGFilterPrimitiveStandardAttributes_width_Getter(mthis) native "SVGFilte rPrimitiveStandardAttributes_width_Getter"; 5869 static $baseVal_Getter(mthis) native "SVGAnimatedLengthList_baseVal_Getter";
5243 5870 }
5244 Native_SVGFilterPrimitiveStandardAttributes_x_Getter(mthis) native "SVGFilterPri mitiveStandardAttributes_x_Getter"; 5871
5245 5872 class BlinkSVGAnimatedNumber {
5246 Native_SVGFilterPrimitiveStandardAttributes_y_Getter(mthis) native "SVGFilterPri mitiveStandardAttributes_y_Getter"; 5873 static $animVal_Getter(mthis) native "SVGAnimatedNumber_animVal_Getter";
5247 5874
5248 Native_SVGFEBlendElement_in1_Getter(mthis) native "SVGFEBlendElement_in1_Getter" ; 5875 static $baseVal_Getter(mthis) native "SVGAnimatedNumber_baseVal_Getter";
5249 5876
5250 Native_SVGFEBlendElement_in2_Getter(mthis) native "SVGFEBlendElement_in2_Getter" ; 5877 static $baseVal_Setter(mthis, value) native "SVGAnimatedNumber_baseVal_Setter" ;
5251 5878 }
5252 Native_SVGFEBlendElement_mode_Getter(mthis) native "SVGFEBlendElement_mode_Gette r"; 5879
5253 5880 class BlinkSVGAnimatedNumberList {
5254 Native_SVGFEBlendElement_height_Getter(mthis) native "SVGFEBlendElement_height_G etter"; 5881 static $animVal_Getter(mthis) native "SVGAnimatedNumberList_animVal_Getter";
5255 5882
5256 Native_SVGFEBlendElement_result_Getter(mthis) native "SVGFEBlendElement_result_G etter"; 5883 static $baseVal_Getter(mthis) native "SVGAnimatedNumberList_baseVal_Getter";
5257 5884 }
5258 Native_SVGFEBlendElement_width_Getter(mthis) native "SVGFEBlendElement_width_Get ter"; 5885
5259 5886 class BlinkSVGAnimatedPreserveAspectRatio {
5260 Native_SVGFEBlendElement_x_Getter(mthis) native "SVGFEBlendElement_x_Getter"; 5887 static $animVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_animVal_G etter";
5261 5888
5262 Native_SVGFEBlendElement_y_Getter(mthis) native "SVGFEBlendElement_y_Getter"; 5889 static $baseVal_Getter(mthis) native "SVGAnimatedPreserveAspectRatio_baseVal_G etter";
5263 5890 }
5264 Native_SVGFEColorMatrixElement_in1_Getter(mthis) native "SVGFEColorMatrixElement _in1_Getter"; 5891
5265 5892 class BlinkSVGAnimatedRect {
5266 Native_SVGFEColorMatrixElement_type_Getter(mthis) native "SVGFEColorMatrixElemen t_type_Getter"; 5893 static $animVal_Getter(mthis) native "SVGAnimatedRect_animVal_Getter";
5267 5894
5268 Native_SVGFEColorMatrixElement_values_Getter(mthis) native "SVGFEColorMatrixElem ent_values_Getter"; 5895 static $baseVal_Getter(mthis) native "SVGAnimatedRect_baseVal_Getter";
5269 5896 }
5270 Native_SVGFEColorMatrixElement_height_Getter(mthis) native "SVGFEColorMatrixElem ent_height_Getter"; 5897
5271 5898 class BlinkSVGAnimatedString {
5272 Native_SVGFEColorMatrixElement_result_Getter(mthis) native "SVGFEColorMatrixElem ent_result_Getter"; 5899 static $animVal_Getter(mthis) native "SVGAnimatedString_animVal_Getter";
5273 5900
5274 Native_SVGFEColorMatrixElement_width_Getter(mthis) native "SVGFEColorMatrixEleme nt_width_Getter"; 5901 static $baseVal_Getter(mthis) native "SVGAnimatedString_baseVal_Getter";
5275 5902
5276 Native_SVGFEColorMatrixElement_x_Getter(mthis) native "SVGFEColorMatrixElement_x _Getter"; 5903 static $baseVal_Setter(mthis, value) native "SVGAnimatedString_baseVal_Setter" ;
5277 5904 }
5278 Native_SVGFEColorMatrixElement_y_Getter(mthis) native "SVGFEColorMatrixElement_y _Getter"; 5905
5279 5906 class BlinkSVGAnimatedTransformList {
5280 Native_SVGFEComponentTransferElement_in1_Getter(mthis) native "SVGFEComponentTra nsferElement_in1_Getter"; 5907 static $animVal_Getter(mthis) native "SVGAnimatedTransformList_animVal_Getter" ;
5281 5908
5282 Native_SVGFEComponentTransferElement_height_Getter(mthis) native "SVGFEComponent TransferElement_height_Getter"; 5909 static $baseVal_Getter(mthis) native "SVGAnimatedTransformList_baseVal_Getter" ;
5283 5910 }
5284 Native_SVGFEComponentTransferElement_result_Getter(mthis) native "SVGFEComponent TransferElement_result_Getter"; 5911
5285 5912 class BlinkSVGGeometryElement {
5286 Native_SVGFEComponentTransferElement_width_Getter(mthis) native "SVGFEComponentT ransferElement_width_Getter"; 5913 static $isPointInFill_Callback(mthis, point) native "SVGGeometryElement_isPoin tInFill_Callback_RESOLVER_STRING_1_SVGPoint";
5287 5914
5288 Native_SVGFEComponentTransferElement_x_Getter(mthis) native "SVGFEComponentTrans ferElement_x_Getter"; 5915 static $isPointInStroke_Callback(mthis, point) native "SVGGeometryElement_isPo intInStroke_Callback_RESOLVER_STRING_1_SVGPoint";
5289 5916 }
5290 Native_SVGFEComponentTransferElement_y_Getter(mthis) native "SVGFEComponentTrans ferElement_y_Getter"; 5917
5291 5918 class BlinkSVGCircleElement {
5292 Native_SVGFECompositeElement_in1_Getter(mthis) native "SVGFECompositeElement_in1 _Getter"; 5919 static $cx_Getter(mthis) native "SVGCircleElement_cx_Getter";
5293 5920
5294 Native_SVGFECompositeElement_in2_Getter(mthis) native "SVGFECompositeElement_in2 _Getter"; 5921 static $cy_Getter(mthis) native "SVGCircleElement_cy_Getter";
5295 5922
5296 Native_SVGFECompositeElement_k1_Getter(mthis) native "SVGFECompositeElement_k1_G etter"; 5923 static $r_Getter(mthis) native "SVGCircleElement_r_Getter";
5297 5924 }
5298 Native_SVGFECompositeElement_k2_Getter(mthis) native "SVGFECompositeElement_k2_G etter"; 5925
5299 5926 class BlinkSVGClipPathElement {
5300 Native_SVGFECompositeElement_k3_Getter(mthis) native "SVGFECompositeElement_k3_G etter"; 5927 static $clipPathUnits_Getter(mthis) native "SVGClipPathElement_clipPathUnits_G etter";
5301 5928 }
5302 Native_SVGFECompositeElement_k4_Getter(mthis) native "SVGFECompositeElement_k4_G etter"; 5929
5303 5930 class BlinkSVGComponentTransferFunctionElement {}
5304 Native_SVGFECompositeElement_operator_Getter(mthis) native "SVGFECompositeElemen t_operator_Getter"; 5931
5305 5932 class BlinkSVGCursorElement {}
5306 Native_SVGFECompositeElement_height_Getter(mthis) native "SVGFECompositeElement_ height_Getter"; 5933
5307 5934 class BlinkSVGDefsElement {}
5308 Native_SVGFECompositeElement_result_Getter(mthis) native "SVGFECompositeElement_ result_Getter"; 5935
5309 5936 class BlinkSVGDescElement {}
5310 Native_SVGFECompositeElement_width_Getter(mthis) native "SVGFECompositeElement_w idth_Getter"; 5937
5311 5938 class BlinkSVGDiscardElement {}
5312 Native_SVGFECompositeElement_x_Getter(mthis) native "SVGFECompositeElement_x_Get ter"; 5939
5313 5940 class BlinkSVGElementInstance {
5314 Native_SVGFECompositeElement_y_Getter(mthis) native "SVGFECompositeElement_y_Get ter"; 5941 static $correspondingElement_Getter(mthis) native "SVGElementInstance_correspo ndingElement_Getter";
5315 5942
5316 Native_SVGFEConvolveMatrixElement_bias_Getter(mthis) native "SVGFEConvolveMatrix Element_bias_Getter"; 5943 static $correspondingUseElement_Getter(mthis) native "SVGElementInstance_corre spondingUseElement_Getter";
5317 5944
5318 Native_SVGFEConvolveMatrixElement_divisor_Getter(mthis) native "SVGFEConvolveMat rixElement_divisor_Getter"; 5945 static $firstChild_Getter(mthis) native "SVGElementInstance_firstChild_Getter" ;
5319 5946
5320 Native_SVGFEConvolveMatrixElement_edgeMode_Getter(mthis) native "SVGFEConvolveMa trixElement_edgeMode_Getter"; 5947 static $lastChild_Getter(mthis) native "SVGElementInstance_lastChild_Getter";
5321 5948
5322 Native_SVGFEConvolveMatrixElement_in1_Getter(mthis) native "SVGFEConvolveMatrixE lement_in1_Getter"; 5949 static $nextSibling_Getter(mthis) native "SVGElementInstance_nextSibling_Gette r";
5323 5950
5324 Native_SVGFEConvolveMatrixElement_kernelMatrix_Getter(mthis) native "SVGFEConvol veMatrixElement_kernelMatrix_Getter"; 5951 static $parentNode_Getter(mthis) native "SVGElementInstance_parentNode_Getter" ;
5325 5952
5326 Native_SVGFEConvolveMatrixElement_kernelUnitLengthX_Getter(mthis) native "SVGFEC onvolveMatrixElement_kernelUnitLengthX_Getter"; 5953 static $previousSibling_Getter(mthis) native "SVGElementInstance_previousSibli ng_Getter";
5327 5954 }
5328 Native_SVGFEConvolveMatrixElement_kernelUnitLengthY_Getter(mthis) native "SVGFEC onvolveMatrixElement_kernelUnitLengthY_Getter"; 5955
5329 5956 class BlinkSVGElementInstanceList {
5330 Native_SVGFEConvolveMatrixElement_orderX_Getter(mthis) native "SVGFEConvolveMatr ixElement_orderX_Getter"; 5957 static $length_Getter(mthis) native "SVGElementInstanceList_length_Getter";
5331 5958
5332 Native_SVGFEConvolveMatrixElement_orderY_Getter(mthis) native "SVGFEConvolveMatr ixElement_orderY_Getter"; 5959 static $NativeIndexed_Getter(mthis, index) native "SVGElementInstanceList_item _Callback_RESOLVER_STRING_1_unsigned long";
5333 5960
5334 Native_SVGFEConvolveMatrixElement_preserveAlpha_Getter(mthis) native "SVGFEConvo lveMatrixElement_preserveAlpha_Getter"; 5961 static $item_Callback(mthis, index) native "SVGElementInstanceList_item_Callba ck_RESOLVER_STRING_1_unsigned long";
5335 5962 }
5336 Native_SVGFEConvolveMatrixElement_targetX_Getter(mthis) native "SVGFEConvolveMat rixElement_targetX_Getter"; 5963
5337 5964 class BlinkSVGEllipseElement {
5338 Native_SVGFEConvolveMatrixElement_targetY_Getter(mthis) native "SVGFEConvolveMat rixElement_targetY_Getter"; 5965 static $cx_Getter(mthis) native "SVGEllipseElement_cx_Getter";
5339 5966
5340 Native_SVGFEConvolveMatrixElement_height_Getter(mthis) native "SVGFEConvolveMatr ixElement_height_Getter"; 5967 static $cy_Getter(mthis) native "SVGEllipseElement_cy_Getter";
5341 5968
5342 Native_SVGFEConvolveMatrixElement_result_Getter(mthis) native "SVGFEConvolveMatr ixElement_result_Getter"; 5969 static $rx_Getter(mthis) native "SVGEllipseElement_rx_Getter";
5343 5970
5344 Native_SVGFEConvolveMatrixElement_width_Getter(mthis) native "SVGFEConvolveMatri xElement_width_Getter"; 5971 static $ry_Getter(mthis) native "SVGEllipseElement_ry_Getter";
5345 5972 }
5346 Native_SVGFEConvolveMatrixElement_x_Getter(mthis) native "SVGFEConvolveMatrixEle ment_x_Getter"; 5973
5347 5974 class BlinkSVGFilterPrimitiveStandardAttributes {
5348 Native_SVGFEConvolveMatrixElement_y_Getter(mthis) native "SVGFEConvolveMatrixEle ment_y_Getter"; 5975 static $height_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_heig ht_Getter";
5349 5976
5350 Native_SVGFEDiffuseLightingElement_diffuseConstant_Getter(mthis) native "SVGFEDi ffuseLightingElement_diffuseConstant_Getter"; 5977 static $result_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_resu lt_Getter";
5351 5978
5352 Native_SVGFEDiffuseLightingElement_in1_Getter(mthis) native "SVGFEDiffuseLightin gElement_in1_Getter"; 5979 static $width_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_width _Getter";
5353 5980
5354 Native_SVGFEDiffuseLightingElement_kernelUnitLengthX_Getter(mthis) native "SVGFE DiffuseLightingElement_kernelUnitLengthX_Getter"; 5981 static $x_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_x_Getter" ;
5355 5982
5356 Native_SVGFEDiffuseLightingElement_kernelUnitLengthY_Getter(mthis) native "SVGFE DiffuseLightingElement_kernelUnitLengthY_Getter"; 5983 static $y_Getter(mthis) native "SVGFilterPrimitiveStandardAttributes_y_Getter" ;
5357 5984 }
5358 Native_SVGFEDiffuseLightingElement_surfaceScale_Getter(mthis) native "SVGFEDiffu seLightingElement_surfaceScale_Getter"; 5985
5359 5986 class BlinkSVGFEBlendElement {
5360 Native_SVGFEDiffuseLightingElement_height_Getter(mthis) native "SVGFEDiffuseLigh tingElement_height_Getter"; 5987 static $in1_Getter(mthis) native "SVGFEBlendElement_in1_Getter";
5361 5988
5362 Native_SVGFEDiffuseLightingElement_result_Getter(mthis) native "SVGFEDiffuseLigh tingElement_result_Getter"; 5989 static $in2_Getter(mthis) native "SVGFEBlendElement_in2_Getter";
5363 5990
5364 Native_SVGFEDiffuseLightingElement_width_Getter(mthis) native "SVGFEDiffuseLight ingElement_width_Getter"; 5991 static $mode_Getter(mthis) native "SVGFEBlendElement_mode_Getter";
5365 5992
5366 Native_SVGFEDiffuseLightingElement_x_Getter(mthis) native "SVGFEDiffuseLightingE lement_x_Getter"; 5993 static $height_Getter(mthis) native "SVGFEBlendElement_height_Getter";
5367 5994
5368 Native_SVGFEDiffuseLightingElement_y_Getter(mthis) native "SVGFEDiffuseLightingE lement_y_Getter"; 5995 static $result_Getter(mthis) native "SVGFEBlendElement_result_Getter";
5369 5996
5370 Native_SVGFEDisplacementMapElement_in1_Getter(mthis) native "SVGFEDisplacementMa pElement_in1_Getter"; 5997 static $width_Getter(mthis) native "SVGFEBlendElement_width_Getter";
5371 5998
5372 Native_SVGFEDisplacementMapElement_in2_Getter(mthis) native "SVGFEDisplacementMa pElement_in2_Getter"; 5999 static $x_Getter(mthis) native "SVGFEBlendElement_x_Getter";
5373 6000
5374 Native_SVGFEDisplacementMapElement_scale_Getter(mthis) native "SVGFEDisplacement MapElement_scale_Getter"; 6001 static $y_Getter(mthis) native "SVGFEBlendElement_y_Getter";
5375 6002 }
5376 Native_SVGFEDisplacementMapElement_xChannelSelector_Getter(mthis) native "SVGFED isplacementMapElement_xChannelSelector_Getter"; 6003
5377 6004 class BlinkSVGFEColorMatrixElement {
5378 Native_SVGFEDisplacementMapElement_yChannelSelector_Getter(mthis) native "SVGFED isplacementMapElement_yChannelSelector_Getter"; 6005 static $in1_Getter(mthis) native "SVGFEColorMatrixElement_in1_Getter";
5379 6006
5380 Native_SVGFEDisplacementMapElement_height_Getter(mthis) native "SVGFEDisplacemen tMapElement_height_Getter"; 6007 static $type_Getter(mthis) native "SVGFEColorMatrixElement_type_Getter";
5381 6008
5382 Native_SVGFEDisplacementMapElement_result_Getter(mthis) native "SVGFEDisplacemen tMapElement_result_Getter"; 6009 static $values_Getter(mthis) native "SVGFEColorMatrixElement_values_Getter";
5383 6010
5384 Native_SVGFEDisplacementMapElement_width_Getter(mthis) native "SVGFEDisplacement MapElement_width_Getter"; 6011 static $height_Getter(mthis) native "SVGFEColorMatrixElement_height_Getter";
5385 6012
5386 Native_SVGFEDisplacementMapElement_x_Getter(mthis) native "SVGFEDisplacementMapE lement_x_Getter"; 6013 static $result_Getter(mthis) native "SVGFEColorMatrixElement_result_Getter";
5387 6014
5388 Native_SVGFEDisplacementMapElement_y_Getter(mthis) native "SVGFEDisplacementMapE lement_y_Getter"; 6015 static $width_Getter(mthis) native "SVGFEColorMatrixElement_width_Getter";
5389 6016
5390 Native_SVGFEDistantLightElement_azimuth_Getter(mthis) native "SVGFEDistantLightE lement_azimuth_Getter"; 6017 static $x_Getter(mthis) native "SVGFEColorMatrixElement_x_Getter";
5391 6018
5392 Native_SVGFEDistantLightElement_elevation_Getter(mthis) native "SVGFEDistantLigh tElement_elevation_Getter"; 6019 static $y_Getter(mthis) native "SVGFEColorMatrixElement_y_Getter";
5393 6020 }
5394 Native_SVGFEFloodElement_height_Getter(mthis) native "SVGFEFloodElement_height_G etter"; 6021
5395 6022 class BlinkSVGFEComponentTransferElement {
5396 Native_SVGFEFloodElement_result_Getter(mthis) native "SVGFEFloodElement_result_G etter"; 6023 static $in1_Getter(mthis) native "SVGFEComponentTransferElement_in1_Getter";
5397 6024
5398 Native_SVGFEFloodElement_width_Getter(mthis) native "SVGFEFloodElement_width_Get ter"; 6025 static $height_Getter(mthis) native "SVGFEComponentTransferElement_height_Gett er";
5399 6026
5400 Native_SVGFEFloodElement_x_Getter(mthis) native "SVGFEFloodElement_x_Getter"; 6027 static $result_Getter(mthis) native "SVGFEComponentTransferElement_result_Gett er";
5401 6028
5402 Native_SVGFEFloodElement_y_Getter(mthis) native "SVGFEFloodElement_y_Getter"; 6029 static $width_Getter(mthis) native "SVGFEComponentTransferElement_width_Getter ";
5403 6030
5404 Native_SVGFEGaussianBlurElement_in1_Getter(mthis) native "SVGFEGaussianBlurEleme nt_in1_Getter"; 6031 static $x_Getter(mthis) native "SVGFEComponentTransferElement_x_Getter";
5405 6032
5406 Native_SVGFEGaussianBlurElement_stdDeviationX_Getter(mthis) native "SVGFEGaussia nBlurElement_stdDeviationX_Getter"; 6033 static $y_Getter(mthis) native "SVGFEComponentTransferElement_y_Getter";
5407 6034 }
5408 Native_SVGFEGaussianBlurElement_stdDeviationY_Getter(mthis) native "SVGFEGaussia nBlurElement_stdDeviationY_Getter"; 6035
5409 6036 class BlinkSVGFECompositeElement {
5410 Native_SVGFEGaussianBlurElement_setStdDeviation_Callback(mthis, stdDeviationX, s tdDeviationY) native "SVGFEGaussianBlurElement_setStdDeviation_Callback_RESOLVER _STRING_2_float_float"; 6037 static $in1_Getter(mthis) native "SVGFECompositeElement_in1_Getter";
5411 6038
5412 Native_SVGFEGaussianBlurElement_height_Getter(mthis) native "SVGFEGaussianBlurEl ement_height_Getter"; 6039 static $in2_Getter(mthis) native "SVGFECompositeElement_in2_Getter";
5413 6040
5414 Native_SVGFEGaussianBlurElement_result_Getter(mthis) native "SVGFEGaussianBlurEl ement_result_Getter"; 6041 static $k1_Getter(mthis) native "SVGFECompositeElement_k1_Getter";
5415 6042
5416 Native_SVGFEGaussianBlurElement_width_Getter(mthis) native "SVGFEGaussianBlurEle ment_width_Getter"; 6043 static $k2_Getter(mthis) native "SVGFECompositeElement_k2_Getter";
5417 6044
5418 Native_SVGFEGaussianBlurElement_x_Getter(mthis) native "SVGFEGaussianBlurElement _x_Getter"; 6045 static $k3_Getter(mthis) native "SVGFECompositeElement_k3_Getter";
5419 6046
5420 Native_SVGFEGaussianBlurElement_y_Getter(mthis) native "SVGFEGaussianBlurElement _y_Getter"; 6047 static $k4_Getter(mthis) native "SVGFECompositeElement_k4_Getter";
5421 6048
5422 Native_SVGFEImageElement_preserveAspectRatio_Getter(mthis) native "SVGFEImageEle ment_preserveAspectRatio_Getter"; 6049 static $operator_Getter(mthis) native "SVGFECompositeElement_operator_Getter";
5423 6050
5424 Native_SVGFEImageElement_height_Getter(mthis) native "SVGFEImageElement_height_G etter"; 6051 static $height_Getter(mthis) native "SVGFECompositeElement_height_Getter";
5425 6052
5426 Native_SVGFEImageElement_result_Getter(mthis) native "SVGFEImageElement_result_G etter"; 6053 static $result_Getter(mthis) native "SVGFECompositeElement_result_Getter";
5427 6054
5428 Native_SVGFEImageElement_width_Getter(mthis) native "SVGFEImageElement_width_Get ter"; 6055 static $width_Getter(mthis) native "SVGFECompositeElement_width_Getter";
5429 6056
5430 Native_SVGFEImageElement_x_Getter(mthis) native "SVGFEImageElement_x_Getter"; 6057 static $x_Getter(mthis) native "SVGFECompositeElement_x_Getter";
5431 6058
5432 Native_SVGFEImageElement_y_Getter(mthis) native "SVGFEImageElement_y_Getter"; 6059 static $y_Getter(mthis) native "SVGFECompositeElement_y_Getter";
5433 6060 }
5434 Native_SVGFEImageElement_href_Getter(mthis) native "SVGFEImageElement_href_Gette r"; 6061
5435 6062 class BlinkSVGFEConvolveMatrixElement {
5436 Native_SVGFEMergeElement_height_Getter(mthis) native "SVGFEMergeElement_height_G etter"; 6063 static $bias_Getter(mthis) native "SVGFEConvolveMatrixElement_bias_Getter";
5437 6064
5438 Native_SVGFEMergeElement_result_Getter(mthis) native "SVGFEMergeElement_result_G etter"; 6065 static $divisor_Getter(mthis) native "SVGFEConvolveMatrixElement_divisor_Gette r";
5439 6066
5440 Native_SVGFEMergeElement_width_Getter(mthis) native "SVGFEMergeElement_width_Get ter"; 6067 static $edgeMode_Getter(mthis) native "SVGFEConvolveMatrixElement_edgeMode_Get ter";
5441 6068
5442 Native_SVGFEMergeElement_x_Getter(mthis) native "SVGFEMergeElement_x_Getter"; 6069 static $in1_Getter(mthis) native "SVGFEConvolveMatrixElement_in1_Getter";
5443 6070
5444 Native_SVGFEMergeElement_y_Getter(mthis) native "SVGFEMergeElement_y_Getter"; 6071 static $kernelMatrix_Getter(mthis) native "SVGFEConvolveMatrixElement_kernelMa trix_Getter";
5445 6072
5446 Native_SVGFEMergeNodeElement_in1_Getter(mthis) native "SVGFEMergeNodeElement_in1 _Getter"; 6073 static $kernelUnitLengthX_Getter(mthis) native "SVGFEConvolveMatrixElement_ker nelUnitLengthX_Getter";
5447 6074
5448 Native_SVGFEMorphologyElement_in1_Getter(mthis) native "SVGFEMorphologyElement_i n1_Getter"; 6075 static $kernelUnitLengthY_Getter(mthis) native "SVGFEConvolveMatrixElement_ker nelUnitLengthY_Getter";
5449 6076
5450 Native_SVGFEMorphologyElement_operator_Getter(mthis) native "SVGFEMorphologyElem ent_operator_Getter"; 6077 static $orderX_Getter(mthis) native "SVGFEConvolveMatrixElement_orderX_Getter" ;
5451 6078
5452 Native_SVGFEMorphologyElement_radiusX_Getter(mthis) native "SVGFEMorphologyEleme nt_radiusX_Getter"; 6079 static $orderY_Getter(mthis) native "SVGFEConvolveMatrixElement_orderY_Getter" ;
5453 6080
5454 Native_SVGFEMorphologyElement_radiusY_Getter(mthis) native "SVGFEMorphologyEleme nt_radiusY_Getter"; 6081 static $preserveAlpha_Getter(mthis) native "SVGFEConvolveMatrixElement_preserv eAlpha_Getter";
5455 6082
5456 Native_SVGFEMorphologyElement_setRadius_Callback(mthis, radiusX, radiusY) native "SVGFEMorphologyElement_setRadius_Callback_RESOLVER_STRING_2_float_float"; 6083 static $targetX_Getter(mthis) native "SVGFEConvolveMatrixElement_targetX_Gette r";
5457 6084
5458 Native_SVGFEMorphologyElement_height_Getter(mthis) native "SVGFEMorphologyElemen t_height_Getter"; 6085 static $targetY_Getter(mthis) native "SVGFEConvolveMatrixElement_targetY_Gette r";
5459 6086
5460 Native_SVGFEMorphologyElement_result_Getter(mthis) native "SVGFEMorphologyElemen t_result_Getter"; 6087 static $height_Getter(mthis) native "SVGFEConvolveMatrixElement_height_Getter" ;
5461 6088
5462 Native_SVGFEMorphologyElement_width_Getter(mthis) native "SVGFEMorphologyElement _width_Getter"; 6089 static $result_Getter(mthis) native "SVGFEConvolveMatrixElement_result_Getter" ;
5463 6090
5464 Native_SVGFEMorphologyElement_x_Getter(mthis) native "SVGFEMorphologyElement_x_G etter"; 6091 static $width_Getter(mthis) native "SVGFEConvolveMatrixElement_width_Getter";
5465 6092
5466 Native_SVGFEMorphologyElement_y_Getter(mthis) native "SVGFEMorphologyElement_y_G etter"; 6093 static $x_Getter(mthis) native "SVGFEConvolveMatrixElement_x_Getter";
5467 6094
5468 Native_SVGFEOffsetElement_dx_Getter(mthis) native "SVGFEOffsetElement_dx_Getter" ; 6095 static $y_Getter(mthis) native "SVGFEConvolveMatrixElement_y_Getter";
5469 6096 }
5470 Native_SVGFEOffsetElement_dy_Getter(mthis) native "SVGFEOffsetElement_dy_Getter" ; 6097
5471 6098 class BlinkSVGFEDiffuseLightingElement {
5472 Native_SVGFEOffsetElement_in1_Getter(mthis) native "SVGFEOffsetElement_in1_Gette r"; 6099 static $diffuseConstant_Getter(mthis) native "SVGFEDiffuseLightingElement_diff useConstant_Getter";
5473 6100
5474 Native_SVGFEOffsetElement_height_Getter(mthis) native "SVGFEOffsetElement_height _Getter"; 6101 static $in1_Getter(mthis) native "SVGFEDiffuseLightingElement_in1_Getter";
5475 6102
5476 Native_SVGFEOffsetElement_result_Getter(mthis) native "SVGFEOffsetElement_result _Getter"; 6103 static $kernelUnitLengthX_Getter(mthis) native "SVGFEDiffuseLightingElement_ke rnelUnitLengthX_Getter";
5477 6104
5478 Native_SVGFEOffsetElement_width_Getter(mthis) native "SVGFEOffsetElement_width_G etter"; 6105 static $kernelUnitLengthY_Getter(mthis) native "SVGFEDiffuseLightingElement_ke rnelUnitLengthY_Getter";
5479 6106
5480 Native_SVGFEOffsetElement_x_Getter(mthis) native "SVGFEOffsetElement_x_Getter"; 6107 static $surfaceScale_Getter(mthis) native "SVGFEDiffuseLightingElement_surface Scale_Getter";
5481 6108
5482 Native_SVGFEOffsetElement_y_Getter(mthis) native "SVGFEOffsetElement_y_Getter"; 6109 static $height_Getter(mthis) native "SVGFEDiffuseLightingElement_height_Getter ";
5483 6110
5484 Native_SVGFEPointLightElement_x_Getter(mthis) native "SVGFEPointLightElement_x_G etter"; 6111 static $result_Getter(mthis) native "SVGFEDiffuseLightingElement_result_Getter ";
5485 6112
5486 Native_SVGFEPointLightElement_y_Getter(mthis) native "SVGFEPointLightElement_y_G etter"; 6113 static $width_Getter(mthis) native "SVGFEDiffuseLightingElement_width_Getter";
5487 6114
5488 Native_SVGFEPointLightElement_z_Getter(mthis) native "SVGFEPointLightElement_z_G etter"; 6115 static $x_Getter(mthis) native "SVGFEDiffuseLightingElement_x_Getter";
5489 6116
5490 Native_SVGFESpecularLightingElement_in1_Getter(mthis) native "SVGFESpecularLight ingElement_in1_Getter"; 6117 static $y_Getter(mthis) native "SVGFEDiffuseLightingElement_y_Getter";
5491 6118 }
5492 Native_SVGFESpecularLightingElement_specularConstant_Getter(mthis) native "SVGFE SpecularLightingElement_specularConstant_Getter"; 6119
5493 6120 class BlinkSVGFEDisplacementMapElement {
5494 Native_SVGFESpecularLightingElement_specularExponent_Getter(mthis) native "SVGFE SpecularLightingElement_specularExponent_Getter"; 6121 static $in1_Getter(mthis) native "SVGFEDisplacementMapElement_in1_Getter";
5495 6122
5496 Native_SVGFESpecularLightingElement_surfaceScale_Getter(mthis) native "SVGFESpec ularLightingElement_surfaceScale_Getter"; 6123 static $in2_Getter(mthis) native "SVGFEDisplacementMapElement_in2_Getter";
5497 6124
5498 Native_SVGFESpecularLightingElement_height_Getter(mthis) native "SVGFESpecularLi ghtingElement_height_Getter"; 6125 static $scale_Getter(mthis) native "SVGFEDisplacementMapElement_scale_Getter";
5499 6126
5500 Native_SVGFESpecularLightingElement_result_Getter(mthis) native "SVGFESpecularLi ghtingElement_result_Getter"; 6127 static $xChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_xCh annelSelector_Getter";
5501 6128
5502 Native_SVGFESpecularLightingElement_width_Getter(mthis) native "SVGFESpecularLig htingElement_width_Getter"; 6129 static $yChannelSelector_Getter(mthis) native "SVGFEDisplacementMapElement_yCh annelSelector_Getter";
5503 6130
5504 Native_SVGFESpecularLightingElement_x_Getter(mthis) native "SVGFESpecularLightin gElement_x_Getter"; 6131 static $height_Getter(mthis) native "SVGFEDisplacementMapElement_height_Getter ";
5505 6132
5506 Native_SVGFESpecularLightingElement_y_Getter(mthis) native "SVGFESpecularLightin gElement_y_Getter"; 6133 static $result_Getter(mthis) native "SVGFEDisplacementMapElement_result_Getter ";
5507 6134
5508 Native_SVGFESpotLightElement_limitingConeAngle_Getter(mthis) native "SVGFESpotLi ghtElement_limitingConeAngle_Getter"; 6135 static $width_Getter(mthis) native "SVGFEDisplacementMapElement_width_Getter";
5509 6136
5510 Native_SVGFESpotLightElement_pointsAtX_Getter(mthis) native "SVGFESpotLightEleme nt_pointsAtX_Getter"; 6137 static $x_Getter(mthis) native "SVGFEDisplacementMapElement_x_Getter";
5511 6138
5512 Native_SVGFESpotLightElement_pointsAtY_Getter(mthis) native "SVGFESpotLightEleme nt_pointsAtY_Getter"; 6139 static $y_Getter(mthis) native "SVGFEDisplacementMapElement_y_Getter";
5513 6140 }
5514 Native_SVGFESpotLightElement_pointsAtZ_Getter(mthis) native "SVGFESpotLightEleme nt_pointsAtZ_Getter"; 6141
5515 6142 class BlinkSVGFEDistantLightElement {
5516 Native_SVGFESpotLightElement_specularExponent_Getter(mthis) native "SVGFESpotLig htElement_specularExponent_Getter"; 6143 static $azimuth_Getter(mthis) native "SVGFEDistantLightElement_azimuth_Getter" ;
5517 6144
5518 Native_SVGFESpotLightElement_x_Getter(mthis) native "SVGFESpotLightElement_x_Get ter"; 6145 static $elevation_Getter(mthis) native "SVGFEDistantLightElement_elevation_Get ter";
5519 6146 }
5520 Native_SVGFESpotLightElement_y_Getter(mthis) native "SVGFESpotLightElement_y_Get ter"; 6147
5521 6148 class BlinkSVGFEDropShadowElement {}
5522 Native_SVGFESpotLightElement_z_Getter(mthis) native "SVGFESpotLightElement_z_Get ter"; 6149
5523 6150 class BlinkSVGFEFloodElement {
5524 Native_SVGFETileElement_in1_Getter(mthis) native "SVGFETileElement_in1_Getter"; 6151 static $height_Getter(mthis) native "SVGFEFloodElement_height_Getter";
5525 6152
5526 Native_SVGFETileElement_height_Getter(mthis) native "SVGFETileElement_height_Get ter"; 6153 static $result_Getter(mthis) native "SVGFEFloodElement_result_Getter";
5527 6154
5528 Native_SVGFETileElement_result_Getter(mthis) native "SVGFETileElement_result_Get ter"; 6155 static $width_Getter(mthis) native "SVGFEFloodElement_width_Getter";
5529 6156
5530 Native_SVGFETileElement_width_Getter(mthis) native "SVGFETileElement_width_Gette r"; 6157 static $x_Getter(mthis) native "SVGFEFloodElement_x_Getter";
5531 6158
5532 Native_SVGFETileElement_x_Getter(mthis) native "SVGFETileElement_x_Getter"; 6159 static $y_Getter(mthis) native "SVGFEFloodElement_y_Getter";
5533 6160 }
5534 Native_SVGFETileElement_y_Getter(mthis) native "SVGFETileElement_y_Getter"; 6161
5535 6162 class BlinkSVGFEFuncAElement {}
5536 Native_SVGFETurbulenceElement_baseFrequencyX_Getter(mthis) native "SVGFETurbulen ceElement_baseFrequencyX_Getter"; 6163
5537 6164 class BlinkSVGFEFuncBElement {}
5538 Native_SVGFETurbulenceElement_baseFrequencyY_Getter(mthis) native "SVGFETurbulen ceElement_baseFrequencyY_Getter"; 6165
5539 6166 class BlinkSVGFEFuncGElement {}
5540 Native_SVGFETurbulenceElement_numOctaves_Getter(mthis) native "SVGFETurbulenceEl ement_numOctaves_Getter"; 6167
5541 6168 class BlinkSVGFEFuncRElement {}
5542 Native_SVGFETurbulenceElement_seed_Getter(mthis) native "SVGFETurbulenceElement_ seed_Getter"; 6169
5543 6170 class BlinkSVGFEGaussianBlurElement {
5544 Native_SVGFETurbulenceElement_stitchTiles_Getter(mthis) native "SVGFETurbulenceE lement_stitchTiles_Getter"; 6171 static $in1_Getter(mthis) native "SVGFEGaussianBlurElement_in1_Getter";
5545 6172
5546 Native_SVGFETurbulenceElement_type_Getter(mthis) native "SVGFETurbulenceElement_ type_Getter"; 6173 static $stdDeviationX_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviat ionX_Getter";
5547 6174
5548 Native_SVGFETurbulenceElement_height_Getter(mthis) native "SVGFETurbulenceElemen t_height_Getter"; 6175 static $stdDeviationY_Getter(mthis) native "SVGFEGaussianBlurElement_stdDeviat ionY_Getter";
5549 6176
5550 Native_SVGFETurbulenceElement_result_Getter(mthis) native "SVGFETurbulenceElemen t_result_Getter"; 6177 static $setStdDeviation_Callback(mthis, stdDeviationX, stdDeviationY) native " SVGFEGaussianBlurElement_setStdDeviation_Callback_RESOLVER_STRING_2_float_float" ;
5551 6178
5552 Native_SVGFETurbulenceElement_width_Getter(mthis) native "SVGFETurbulenceElement _width_Getter"; 6179 static $height_Getter(mthis) native "SVGFEGaussianBlurElement_height_Getter";
5553 6180
5554 Native_SVGFETurbulenceElement_x_Getter(mthis) native "SVGFETurbulenceElement_x_G etter"; 6181 static $result_Getter(mthis) native "SVGFEGaussianBlurElement_result_Getter";
5555 6182
5556 Native_SVGFETurbulenceElement_y_Getter(mthis) native "SVGFETurbulenceElement_y_G etter"; 6183 static $width_Getter(mthis) native "SVGFEGaussianBlurElement_width_Getter";
5557 6184
5558 Native_SVGFilterElement_filterResX_Getter(mthis) native "SVGFilterElement_filter ResX_Getter"; 6185 static $x_Getter(mthis) native "SVGFEGaussianBlurElement_x_Getter";
5559 6186
5560 Native_SVGFilterElement_filterResY_Getter(mthis) native "SVGFilterElement_filter ResY_Getter"; 6187 static $y_Getter(mthis) native "SVGFEGaussianBlurElement_y_Getter";
5561 6188 }
5562 Native_SVGFilterElement_filterUnits_Getter(mthis) native "SVGFilterElement_filte rUnits_Getter"; 6189
5563 6190 class BlinkSVGFEImageElement {
5564 Native_SVGFilterElement_height_Getter(mthis) native "SVGFilterElement_height_Get ter"; 6191 static $preserveAspectRatio_Getter(mthis) native "SVGFEImageElement_preserveAs pectRatio_Getter";
5565 6192
5566 Native_SVGFilterElement_primitiveUnits_Getter(mthis) native "SVGFilterElement_pr imitiveUnits_Getter"; 6193 static $height_Getter(mthis) native "SVGFEImageElement_height_Getter";
5567 6194
5568 Native_SVGFilterElement_width_Getter(mthis) native "SVGFilterElement_width_Gette r"; 6195 static $result_Getter(mthis) native "SVGFEImageElement_result_Getter";
5569 6196
5570 Native_SVGFilterElement_x_Getter(mthis) native "SVGFilterElement_x_Getter"; 6197 static $width_Getter(mthis) native "SVGFEImageElement_width_Getter";
5571 6198
5572 Native_SVGFilterElement_y_Getter(mthis) native "SVGFilterElement_y_Getter"; 6199 static $x_Getter(mthis) native "SVGFEImageElement_x_Getter";
5573 6200
5574 Native_SVGFilterElement_setFilterRes_Callback(mthis, filterResX, filterResY) nat ive "SVGFilterElement_setFilterRes_Callback_RESOLVER_STRING_2_unsigned long_unsi gned long"; 6201 static $y_Getter(mthis) native "SVGFEImageElement_y_Getter";
5575 6202
5576 Native_SVGFilterElement_href_Getter(mthis) native "SVGFilterElement_href_Getter" ; 6203 static $href_Getter(mthis) native "SVGFEImageElement_href_Getter";
5577 6204 }
5578 Native_SVGFitToViewBox_preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox _preserveAspectRatio_Getter"; 6205
5579 6206 class BlinkSVGFEMergeElement {
5580 Native_SVGFitToViewBox_viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Get ter"; 6207 static $height_Getter(mthis) native "SVGFEMergeElement_height_Getter";
5581 6208
5582 Native_SVGForeignObjectElement_height_Getter(mthis) native "SVGForeignObjectElem ent_height_Getter"; 6209 static $result_Getter(mthis) native "SVGFEMergeElement_result_Getter";
5583 6210
5584 Native_SVGForeignObjectElement_width_Getter(mthis) native "SVGForeignObjectEleme nt_width_Getter"; 6211 static $width_Getter(mthis) native "SVGFEMergeElement_width_Getter";
5585 6212
5586 Native_SVGForeignObjectElement_x_Getter(mthis) native "SVGForeignObjectElement_x _Getter"; 6213 static $x_Getter(mthis) native "SVGFEMergeElement_x_Getter";
5587 6214
5588 Native_SVGForeignObjectElement_y_Getter(mthis) native "SVGForeignObjectElement_y _Getter"; 6215 static $y_Getter(mthis) native "SVGFEMergeElement_y_Getter";
5589 6216 }
5590 Native_SVGGradientElement_gradientTransform_Getter(mthis) native "SVGGradientEle ment_gradientTransform_Getter"; 6217
5591 6218 class BlinkSVGFEMergeNodeElement {
5592 Native_SVGGradientElement_gradientUnits_Getter(mthis) native "SVGGradientElement _gradientUnits_Getter"; 6219 static $in1_Getter(mthis) native "SVGFEMergeNodeElement_in1_Getter";
5593 6220 }
5594 Native_SVGGradientElement_spreadMethod_Getter(mthis) native "SVGGradientElement_ spreadMethod_Getter"; 6221
5595 6222 class BlinkSVGFEMorphologyElement {
5596 Native_SVGGradientElement_href_Getter(mthis) native "SVGGradientElement_href_Get ter"; 6223 static $in1_Getter(mthis) native "SVGFEMorphologyElement_in1_Getter";
5597 6224
5598 Native_SVGImageElement_height_Getter(mthis) native "SVGImageElement_height_Gette r"; 6225 static $operator_Getter(mthis) native "SVGFEMorphologyElement_operator_Getter" ;
5599 6226
5600 Native_SVGImageElement_preserveAspectRatio_Getter(mthis) native "SVGImageElement _preserveAspectRatio_Getter"; 6227 static $radiusX_Getter(mthis) native "SVGFEMorphologyElement_radiusX_Getter";
5601 6228
5602 Native_SVGImageElement_width_Getter(mthis) native "SVGImageElement_width_Getter" ; 6229 static $radiusY_Getter(mthis) native "SVGFEMorphologyElement_radiusY_Getter";
5603 6230
5604 Native_SVGImageElement_x_Getter(mthis) native "SVGImageElement_x_Getter"; 6231 static $setRadius_Callback(mthis, radiusX, radiusY) native "SVGFEMorphologyEle ment_setRadius_Callback_RESOLVER_STRING_2_float_float";
5605 6232
5606 Native_SVGImageElement_y_Getter(mthis) native "SVGImageElement_y_Getter"; 6233 static $height_Getter(mthis) native "SVGFEMorphologyElement_height_Getter";
5607 6234
5608 Native_SVGImageElement_href_Getter(mthis) native "SVGImageElement_href_Getter"; 6235 static $result_Getter(mthis) native "SVGFEMorphologyElement_result_Getter";
5609 6236
5610 Native_SVGLength_unitType_Getter(mthis) native "SVGLength_unitType_Getter"; 6237 static $width_Getter(mthis) native "SVGFEMorphologyElement_width_Getter";
5611 6238
5612 Native_SVGLength_value_Getter(mthis) native "SVGLength_value_Getter"; 6239 static $x_Getter(mthis) native "SVGFEMorphologyElement_x_Getter";
5613 6240
5614 Native_SVGLength_value_Setter(mthis, value) native "SVGLength_value_Setter"; 6241 static $y_Getter(mthis) native "SVGFEMorphologyElement_y_Getter";
5615 6242 }
5616 Native_SVGLength_valueAsString_Getter(mthis) native "SVGLength_valueAsString_Get ter"; 6243
5617 6244 class BlinkSVGFEOffsetElement {
5618 Native_SVGLength_valueAsString_Setter(mthis, value) native "SVGLength_valueAsStr ing_Setter"; 6245 static $dx_Getter(mthis) native "SVGFEOffsetElement_dx_Getter";
5619 6246
5620 Native_SVGLength_valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSp ecifiedUnits_Getter"; 6247 static $dy_Getter(mthis) native "SVGFEOffsetElement_dy_Getter";
5621 6248
5622 Native_SVGLength_valueInSpecifiedUnits_Setter(mthis, value) native "SVGLength_va lueInSpecifiedUnits_Setter"; 6249 static $in1_Getter(mthis) native "SVGFEOffsetElement_in1_Getter";
5623 6250
5624 Native_SVGLength_convertToSpecifiedUnits_Callback(mthis, unitType) native "SVGLe ngth_convertToSpecifiedUnits_Callback_RESOLVER_STRING_1_unsigned short"; 6251 static $height_Getter(mthis) native "SVGFEOffsetElement_height_Getter";
5625 6252
5626 Native_SVGLength_newValueSpecifiedUnits_Callback(mthis, unitType, valueInSpecifi edUnits) native "SVGLength_newValueSpecifiedUnits_Callback_RESOLVER_STRING_2_uns igned short_float"; 6253 static $result_Getter(mthis) native "SVGFEOffsetElement_result_Getter";
5627 6254
5628 Native_SVGLengthList_numberOfItems_Getter(mthis) native "SVGLengthList_numberOfI tems_Getter"; 6255 static $width_Getter(mthis) native "SVGFEOffsetElement_width_Getter";
5629 6256
5630 Native_SVGLengthList_appendItem_Callback(mthis, item) native "SVGLengthList_appe ndItem_Callback_RESOLVER_STRING_1_SVGLength"; 6257 static $x_Getter(mthis) native "SVGFEOffsetElement_x_Getter";
5631 6258
5632 Native_SVGLengthList_clear_Callback(mthis) native "SVGLengthList_clear_Callback_ RESOLVER_STRING_0_"; 6259 static $y_Getter(mthis) native "SVGFEOffsetElement_y_Getter";
5633 6260 }
5634 Native_SVGLengthList_getItem_Callback(mthis, index) native "SVGLengthList_getIte m_Callback_RESOLVER_STRING_1_unsigned long"; 6261
5635 6262 class BlinkSVGFEPointLightElement {
5636 Native_SVGLengthList_initialize_Callback(mthis, item) native "SVGLengthList_init ialize_Callback_RESOLVER_STRING_1_SVGLength"; 6263 static $x_Getter(mthis) native "SVGFEPointLightElement_x_Getter";
5637 6264
5638 Native_SVGLengthList_insertItemBefore_Callback(mthis, item, index) native "SVGLe ngthList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGLength_unsigned long"; 6265 static $y_Getter(mthis) native "SVGFEPointLightElement_y_Getter";
5639 6266
5640 Native_SVGLengthList_removeItem_Callback(mthis, index) native "SVGLengthList_rem oveItem_Callback_RESOLVER_STRING_1_unsigned long"; 6267 static $z_Getter(mthis) native "SVGFEPointLightElement_z_Getter";
5641 6268 }
5642 Native_SVGLengthList_replaceItem_Callback(mthis, item, index) native "SVGLengthL ist_replaceItem_Callback_RESOLVER_STRING_2_SVGLength_unsigned long"; 6269
5643 6270 class BlinkSVGFESpecularLightingElement {
5644 Native_SVGLineElement_x1_Getter(mthis) native "SVGLineElement_x1_Getter"; 6271 static $in1_Getter(mthis) native "SVGFESpecularLightingElement_in1_Getter";
5645 6272
5646 Native_SVGLineElement_x2_Getter(mthis) native "SVGLineElement_x2_Getter"; 6273 static $specularConstant_Getter(mthis) native "SVGFESpecularLightingElement_sp ecularConstant_Getter";
5647 6274
5648 Native_SVGLineElement_y1_Getter(mthis) native "SVGLineElement_y1_Getter"; 6275 static $specularExponent_Getter(mthis) native "SVGFESpecularLightingElement_sp ecularExponent_Getter";
5649 6276
5650 Native_SVGLineElement_y2_Getter(mthis) native "SVGLineElement_y2_Getter"; 6277 static $surfaceScale_Getter(mthis) native "SVGFESpecularLightingElement_surfac eScale_Getter";
5651 6278
5652 Native_SVGLinearGradientElement_x1_Getter(mthis) native "SVGLinearGradientElemen t_x1_Getter"; 6279 static $height_Getter(mthis) native "SVGFESpecularLightingElement_height_Gette r";
5653 6280
5654 Native_SVGLinearGradientElement_x2_Getter(mthis) native "SVGLinearGradientElemen t_x2_Getter"; 6281 static $result_Getter(mthis) native "SVGFESpecularLightingElement_result_Gette r";
5655 6282
5656 Native_SVGLinearGradientElement_y1_Getter(mthis) native "SVGLinearGradientElemen t_y1_Getter"; 6283 static $width_Getter(mthis) native "SVGFESpecularLightingElement_width_Getter" ;
5657 6284
5658 Native_SVGLinearGradientElement_y2_Getter(mthis) native "SVGLinearGradientElemen t_y2_Getter"; 6285 static $x_Getter(mthis) native "SVGFESpecularLightingElement_x_Getter";
5659 6286
5660 Native_SVGMarkerElement_markerHeight_Getter(mthis) native "SVGMarkerElement_mark erHeight_Getter"; 6287 static $y_Getter(mthis) native "SVGFESpecularLightingElement_y_Getter";
5661 6288 }
5662 Native_SVGMarkerElement_markerUnits_Getter(mthis) native "SVGMarkerElement_marke rUnits_Getter"; 6289
5663 6290 class BlinkSVGFESpotLightElement {
5664 Native_SVGMarkerElement_markerWidth_Getter(mthis) native "SVGMarkerElement_marke rWidth_Getter"; 6291 static $limitingConeAngle_Getter(mthis) native "SVGFESpotLightElement_limiting ConeAngle_Getter";
5665 6292
5666 Native_SVGMarkerElement_orientAngle_Getter(mthis) native "SVGMarkerElement_orien tAngle_Getter"; 6293 static $pointsAtX_Getter(mthis) native "SVGFESpotLightElement_pointsAtX_Getter ";
5667 6294
5668 Native_SVGMarkerElement_orientType_Getter(mthis) native "SVGMarkerElement_orient Type_Getter"; 6295 static $pointsAtY_Getter(mthis) native "SVGFESpotLightElement_pointsAtY_Getter ";
5669 6296
5670 Native_SVGMarkerElement_refX_Getter(mthis) native "SVGMarkerElement_refX_Getter" ; 6297 static $pointsAtZ_Getter(mthis) native "SVGFESpotLightElement_pointsAtZ_Getter ";
5671 6298
5672 Native_SVGMarkerElement_refY_Getter(mthis) native "SVGMarkerElement_refY_Getter" ; 6299 static $specularExponent_Getter(mthis) native "SVGFESpotLightElement_specularE xponent_Getter";
5673 6300
5674 Native_SVGMarkerElement_setOrientToAngle_Callback(mthis, angle) native "SVGMarke rElement_setOrientToAngle_Callback_RESOLVER_STRING_1_SVGAngle"; 6301 static $x_Getter(mthis) native "SVGFESpotLightElement_x_Getter";
5675 6302
5676 Native_SVGMarkerElement_setOrientToAuto_Callback(mthis) native "SVGMarkerElement _setOrientToAuto_Callback_RESOLVER_STRING_0_"; 6303 static $y_Getter(mthis) native "SVGFESpotLightElement_y_Getter";
5677 6304
5678 Native_SVGMarkerElement_preserveAspectRatio_Getter(mthis) native "SVGMarkerEleme nt_preserveAspectRatio_Getter"; 6305 static $z_Getter(mthis) native "SVGFESpotLightElement_z_Getter";
5679 6306 }
5680 Native_SVGMarkerElement_viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_G etter"; 6307
5681 6308 class BlinkSVGFETileElement {
5682 Native_SVGMaskElement_height_Getter(mthis) native "SVGMaskElement_height_Getter" ; 6309 static $in1_Getter(mthis) native "SVGFETileElement_in1_Getter";
5683 6310
5684 Native_SVGMaskElement_maskContentUnits_Getter(mthis) native "SVGMaskElement_mask ContentUnits_Getter"; 6311 static $height_Getter(mthis) native "SVGFETileElement_height_Getter";
5685 6312
5686 Native_SVGMaskElement_maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_G etter"; 6313 static $result_Getter(mthis) native "SVGFETileElement_result_Getter";
5687 6314
5688 Native_SVGMaskElement_width_Getter(mthis) native "SVGMaskElement_width_Getter"; 6315 static $width_Getter(mthis) native "SVGFETileElement_width_Getter";
5689 6316
5690 Native_SVGMaskElement_x_Getter(mthis) native "SVGMaskElement_x_Getter"; 6317 static $x_Getter(mthis) native "SVGFETileElement_x_Getter";
5691 6318
5692 Native_SVGMaskElement_y_Getter(mthis) native "SVGMaskElement_y_Getter"; 6319 static $y_Getter(mthis) native "SVGFETileElement_y_Getter";
5693 6320 }
5694 Native_SVGMaskElement_requiredExtensions_Getter(mthis) native "SVGMaskElement_re quiredExtensions_Getter"; 6321
5695 6322 class BlinkSVGFETurbulenceElement {
5696 Native_SVGMaskElement_requiredFeatures_Getter(mthis) native "SVGMaskElement_requ iredFeatures_Getter"; 6323 static $baseFrequencyX_Getter(mthis) native "SVGFETurbulenceElement_baseFreque ncyX_Getter";
5697 6324
5698 Native_SVGMaskElement_systemLanguage_Getter(mthis) native "SVGMaskElement_system Language_Getter"; 6325 static $baseFrequencyY_Getter(mthis) native "SVGFETurbulenceElement_baseFreque ncyY_Getter";
5699 6326
5700 Native_SVGMaskElement_hasExtension_Callback(mthis, extension) native "SVGMaskEle ment_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; 6327 static $numOctaves_Getter(mthis) native "SVGFETurbulenceElement_numOctaves_Get ter";
5701 6328
5702 Native_SVGMatrix_a_Getter(mthis) native "SVGMatrix_a_Getter"; 6329 static $seed_Getter(mthis) native "SVGFETurbulenceElement_seed_Getter";
5703 6330
5704 Native_SVGMatrix_a_Setter(mthis, value) native "SVGMatrix_a_Setter"; 6331 static $stitchTiles_Getter(mthis) native "SVGFETurbulenceElement_stitchTiles_G etter";
5705 6332
5706 Native_SVGMatrix_b_Getter(mthis) native "SVGMatrix_b_Getter"; 6333 static $type_Getter(mthis) native "SVGFETurbulenceElement_type_Getter";
5707 6334
5708 Native_SVGMatrix_b_Setter(mthis, value) native "SVGMatrix_b_Setter"; 6335 static $height_Getter(mthis) native "SVGFETurbulenceElement_height_Getter";
5709 6336
5710 Native_SVGMatrix_c_Getter(mthis) native "SVGMatrix_c_Getter"; 6337 static $result_Getter(mthis) native "SVGFETurbulenceElement_result_Getter";
5711 6338
5712 Native_SVGMatrix_c_Setter(mthis, value) native "SVGMatrix_c_Setter"; 6339 static $width_Getter(mthis) native "SVGFETurbulenceElement_width_Getter";
5713 6340
5714 Native_SVGMatrix_d_Getter(mthis) native "SVGMatrix_d_Getter"; 6341 static $x_Getter(mthis) native "SVGFETurbulenceElement_x_Getter";
5715 6342
5716 Native_SVGMatrix_d_Setter(mthis, value) native "SVGMatrix_d_Setter"; 6343 static $y_Getter(mthis) native "SVGFETurbulenceElement_y_Getter";
5717 6344 }
5718 Native_SVGMatrix_e_Getter(mthis) native "SVGMatrix_e_Getter"; 6345
5719 6346 class BlinkSVGFilterElement {
5720 Native_SVGMatrix_e_Setter(mthis, value) native "SVGMatrix_e_Setter"; 6347 static $filterResX_Getter(mthis) native "SVGFilterElement_filterResX_Getter";
5721 6348
5722 Native_SVGMatrix_f_Getter(mthis) native "SVGMatrix_f_Getter"; 6349 static $filterResY_Getter(mthis) native "SVGFilterElement_filterResY_Getter";
5723 6350
5724 Native_SVGMatrix_f_Setter(mthis, value) native "SVGMatrix_f_Setter"; 6351 static $filterUnits_Getter(mthis) native "SVGFilterElement_filterUnits_Getter" ;
5725 6352
5726 Native_SVGMatrix_flipX_Callback(mthis) native "SVGMatrix_flipX_Callback_RESOLVER _STRING_0_"; 6353 static $height_Getter(mthis) native "SVGFilterElement_height_Getter";
5727 6354
5728 Native_SVGMatrix_flipY_Callback(mthis) native "SVGMatrix_flipY_Callback_RESOLVER _STRING_0_"; 6355 static $primitiveUnits_Getter(mthis) native "SVGFilterElement_primitiveUnits_G etter";
5729 6356
5730 Native_SVGMatrix_inverse_Callback(mthis) native "SVGMatrix_inverse_Callback_RESO LVER_STRING_0_"; 6357 static $width_Getter(mthis) native "SVGFilterElement_width_Getter";
5731 6358
5732 Native_SVGMatrix_multiply_Callback(mthis, secondMatrix) native "SVGMatrix_multip ly_Callback_RESOLVER_STRING_1_SVGMatrix"; 6359 static $x_Getter(mthis) native "SVGFilterElement_x_Getter";
5733 6360
5734 Native_SVGMatrix_rotate_Callback(mthis, angle) native "SVGMatrix_rotate_Callback _RESOLVER_STRING_1_float"; 6361 static $y_Getter(mthis) native "SVGFilterElement_y_Getter";
5735 6362
5736 Native_SVGMatrix_rotateFromVector_Callback(mthis, x, y) native "SVGMatrix_rotate FromVector_Callback_RESOLVER_STRING_2_float_float"; 6363 static $setFilterRes_Callback(mthis, filterResX, filterResY) native "SVGFilter Element_setFilterRes_Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
5737 6364
5738 Native_SVGMatrix_scale_Callback(mthis, scaleFactor) native "SVGMatrix_scale_Call back_RESOLVER_STRING_1_float"; 6365 static $href_Getter(mthis) native "SVGFilterElement_href_Getter";
5739 6366 }
5740 Native_SVGMatrix_scaleNonUniform_Callback(mthis, scaleFactorX, scaleFactorY) nat ive "SVGMatrix_scaleNonUniform_Callback_RESOLVER_STRING_2_float_float"; 6367
5741 6368 class BlinkSVGFitToViewBox {
5742 Native_SVGMatrix_skewX_Callback(mthis, angle) native "SVGMatrix_skewX_Callback_R ESOLVER_STRING_1_float"; 6369 static $preserveAspectRatio_Getter(mthis) native "SVGFitToViewBox_preserveAspe ctRatio_Getter";
5743 6370
5744 Native_SVGMatrix_skewY_Callback(mthis, angle) native "SVGMatrix_skewY_Callback_R ESOLVER_STRING_1_float"; 6371 static $viewBox_Getter(mthis) native "SVGFitToViewBox_viewBox_Getter";
5745 6372 }
5746 Native_SVGMatrix_translate_Callback(mthis, x, y) native "SVGMatrix_translate_Cal lback_RESOLVER_STRING_2_float_float"; 6373
5747 6374 class BlinkSVGFontElement {}
5748 Native_SVGNumber_value_Getter(mthis) native "SVGNumber_value_Getter"; 6375
5749 6376 class BlinkSVGFontFaceElement {}
5750 Native_SVGNumber_value_Setter(mthis, value) native "SVGNumber_value_Setter"; 6377
5751 6378 class BlinkSVGFontFaceFormatElement {}
5752 Native_SVGNumberList_numberOfItems_Getter(mthis) native "SVGNumberList_numberOfI tems_Getter"; 6379
5753 6380 class BlinkSVGFontFaceNameElement {}
5754 Native_SVGNumberList_appendItem_Callback(mthis, item) native "SVGNumberList_appe ndItem_Callback_RESOLVER_STRING_1_SVGNumber"; 6381
5755 6382 class BlinkSVGFontFaceSrcElement {}
5756 Native_SVGNumberList_clear_Callback(mthis) native "SVGNumberList_clear_Callback_ RESOLVER_STRING_0_"; 6383
5757 6384 class BlinkSVGFontFaceUriElement {}
5758 Native_SVGNumberList_getItem_Callback(mthis, index) native "SVGNumberList_getIte m_Callback_RESOLVER_STRING_1_unsigned long"; 6385
5759 6386 class BlinkSVGForeignObjectElement {
5760 Native_SVGNumberList_initialize_Callback(mthis, item) native "SVGNumberList_init ialize_Callback_RESOLVER_STRING_1_SVGNumber"; 6387 static $height_Getter(mthis) native "SVGForeignObjectElement_height_Getter";
5761 6388
5762 Native_SVGNumberList_insertItemBefore_Callback(mthis, item, index) native "SVGNu mberList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGNumber_unsigned long"; 6389 static $width_Getter(mthis) native "SVGForeignObjectElement_width_Getter";
5763 6390
5764 Native_SVGNumberList_removeItem_Callback(mthis, index) native "SVGNumberList_rem oveItem_Callback_RESOLVER_STRING_1_unsigned long"; 6391 static $x_Getter(mthis) native "SVGForeignObjectElement_x_Getter";
5765 6392
5766 Native_SVGNumberList_replaceItem_Callback(mthis, item, index) native "SVGNumberL ist_replaceItem_Callback_RESOLVER_STRING_2_SVGNumber_unsigned long"; 6393 static $y_Getter(mthis) native "SVGForeignObjectElement_y_Getter";
5767 6394 }
5768 Native_SVGPathElement_animatedNormalizedPathSegList_Getter(mthis) native "SVGPat hElement_animatedNormalizedPathSegList_Getter"; 6395
5769 6396 class BlinkSVGGElement {}
5770 Native_SVGPathElement_animatedPathSegList_Getter(mthis) native "SVGPathElement_a nimatedPathSegList_Getter"; 6397
5771 6398 class BlinkSVGGlyphElement {}
5772 Native_SVGPathElement_normalizedPathSegList_Getter(mthis) native "SVGPathElement _normalizedPathSegList_Getter"; 6399
5773 6400 class BlinkSVGGlyphRefElement {}
5774 Native_SVGPathElement_pathLength_Getter(mthis) native "SVGPathElement_pathLength _Getter"; 6401
5775 6402 class BlinkSVGGradientElement {
5776 Native_SVGPathElement_pathSegList_Getter(mthis) native "SVGPathElement_pathSegLi st_Getter"; 6403 static $gradientTransform_Getter(mthis) native "SVGGradientElement_gradientTra nsform_Getter";
5777 6404
5778 Native_SVGPathElement_createSVGPathSegArcAbs_Callback(mthis, x, y, r1, r2, angle , largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callbac k_RESOLVER_STRING_7_float_float_float_float_float_boolean_boolean"; 6405 static $gradientUnits_Getter(mthis) native "SVGGradientElement_gradientUnits_G etter";
5779 6406
5780 Native_SVGPathElement_createSVGPathSegArcRel_Callback(mthis, x, y, r1, r2, angle , largeArcFlag, sweepFlag) native "SVGPathElement_createSVGPathSegArcRel_Callbac k_RESOLVER_STRING_7_float_float_float_float_float_boolean_boolean"; 6407 static $spreadMethod_Getter(mthis) native "SVGGradientElement_spreadMethod_Get ter";
5781 6408
5782 Native_SVGPathElement_createSVGPathSegClosePath_Callback(mthis) native "SVGPathE lement_createSVGPathSegClosePath_Callback_RESOLVER_STRING_0_"; 6409 static $href_Getter(mthis) native "SVGGradientElement_href_Getter";
5783 6410 }
5784 Native_SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback_RESO LVER_STRING_6_float_float_float_float_float_float"; 6411
5785 6412 class BlinkSVGHKernElement {}
5786 Native_SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback_RESO LVER_STRING_6_float_float_float_float_float_float"; 6413
5787 6414 class BlinkSVGImageElement {
5788 Native_SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback(mthis, x, y , x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback_ RESOLVER_STRING_4_float_float_float_float"; 6415 static $height_Getter(mthis) native "SVGImageElement_height_Getter";
5789 6416
5790 Native_SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback(mthis, x, y , x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback_ RESOLVER_STRING_4_float_float_float_float"; 6417 static $preserveAspectRatio_Getter(mthis) native "SVGImageElement_preserveAspe ctRatio_Getter";
5791 6418
5792 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback_RESO LVER_STRING_4_float_float_float_float"; 6419 static $width_Getter(mthis) native "SVGImageElement_width_Getter";
5793 6420
5794 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback(mthis, x, y, x1, y1) native "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback_RESO LVER_STRING_4_float_float_float_float"; 6421 static $x_Getter(mthis) native "SVGImageElement_x_Getter";
5795 6422
5796 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_ RESOLVER_STRING_2_float_float"; 6423 static $y_Getter(mthis) native "SVGImageElement_y_Getter";
5797 6424
5798 Native_SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback_ RESOLVER_STRING_2_float_float"; 6425 static $href_Getter(mthis) native "SVGImageElement_href_Getter";
5799 6426 }
5800 Native_SVGPathElement_createSVGPathSegLinetoAbs_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegLinetoAbs_Callback_RESOLVER_STRING_2_float_float"; 6427
5801 6428 class BlinkSVGLength {
5802 Native_SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback(mthis, x) nat ive "SVGPathElement_createSVGPathSegLinetoHorizontalAbs_Callback_RESOLVER_STRING _1_float"; 6429 static $unitType_Getter(mthis) native "SVGLength_unitType_Getter";
5803 6430
5804 Native_SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback(mthis, x) nat ive "SVGPathElement_createSVGPathSegLinetoHorizontalRel_Callback_RESOLVER_STRING _1_float"; 6431 static $value_Getter(mthis) native "SVGLength_value_Getter";
5805 6432
5806 Native_SVGPathElement_createSVGPathSegLinetoRel_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegLinetoRel_Callback_RESOLVER_STRING_2_float_float"; 6433 static $value_Setter(mthis, value) native "SVGLength_value_Setter";
5807 6434
5808 Native_SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback(mthis, y) nativ e "SVGPathElement_createSVGPathSegLinetoVerticalAbs_Callback_RESOLVER_STRING_1_f loat"; 6435 static $valueAsString_Getter(mthis) native "SVGLength_valueAsString_Getter";
5809 6436
5810 Native_SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback(mthis, y) nativ e "SVGPathElement_createSVGPathSegLinetoVerticalRel_Callback_RESOLVER_STRING_1_f loat"; 6437 static $valueAsString_Setter(mthis, value) native "SVGLength_valueAsString_Set ter";
5811 6438
5812 Native_SVGPathElement_createSVGPathSegMovetoAbs_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegMovetoAbs_Callback_RESOLVER_STRING_2_float_float"; 6439 static $valueInSpecifiedUnits_Getter(mthis) native "SVGLength_valueInSpecified Units_Getter";
5813 6440
5814 Native_SVGPathElement_createSVGPathSegMovetoRel_Callback(mthis, x, y) native "SV GPathElement_createSVGPathSegMovetoRel_Callback_RESOLVER_STRING_2_float_float"; 6441 static $valueInSpecifiedUnits_Setter(mthis, value) native "SVGLength_valueInSp ecifiedUnits_Setter";
5815 6442
5816 Native_SVGPathElement_getPathSegAtLength_Callback(mthis, distance) native "SVGPa thElement_getPathSegAtLength_Callback_RESOLVER_STRING_1_float"; 6443 static $convertToSpecifiedUnits_Callback(mthis, unitType) native "SVGLength_co nvertToSpecifiedUnits_Callback_RESOLVER_STRING_1_unsigned short";
5817 6444
5818 Native_SVGPathElement_getPointAtLength_Callback(mthis, distance) native "SVGPath Element_getPointAtLength_Callback_RESOLVER_STRING_1_float"; 6445 static $newValueSpecifiedUnits_Callback(mthis, unitType, valueInSpecifiedUnits ) native "SVGLength_newValueSpecifiedUnits_Callback_RESOLVER_STRING_2_unsigned s hort_float";
5819 6446 }
5820 Native_SVGPathElement_getTotalLength_Callback(mthis) native "SVGPathElement_getT otalLength_Callback_RESOLVER_STRING_0_"; 6447
5821 6448 class BlinkSVGLengthList {
5822 Native_SVGPathSeg_pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Gette r"; 6449 static $numberOfItems_Getter(mthis) native "SVGLengthList_numberOfItems_Getter ";
5823 6450
5824 Native_SVGPathSeg_pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTy peAsLetter_Getter"; 6451 static $appendItem_Callback(mthis, item) native "SVGLengthList_appendItem_Call back_RESOLVER_STRING_1_SVGLength";
5825 6452
5826 Native_SVGPathSegArcAbs_angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Gette r"; 6453 static $clear_Callback(mthis) native "SVGLengthList_clear_Callback_RESOLVER_ST RING_0_";
5827 6454
5828 Native_SVGPathSegArcAbs_angle_Setter(mthis, value) native "SVGPathSegArcAbs_angl e_Setter"; 6455 static $getItem_Callback(mthis, index) native "SVGLengthList_getItem_Callback_ RESOLVER_STRING_1_unsigned long";
5829 6456
5830 Native_SVGPathSegArcAbs_largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_larg eArcFlag_Getter"; 6457 static $initialize_Callback(mthis, item) native "SVGLengthList_initialize_Call back_RESOLVER_STRING_1_SVGLength";
5831 6458
5832 Native_SVGPathSegArcAbs_largeArcFlag_Setter(mthis, value) native "SVGPathSegArcA bs_largeArcFlag_Setter"; 6459 static $insertItemBefore_Callback(mthis, item, index) native "SVGLengthList_in sertItemBefore_Callback_RESOLVER_STRING_2_SVGLength_unsigned long";
5833 6460
5834 Native_SVGPathSegArcAbs_r1_Getter(mthis) native "SVGPathSegArcAbs_r1_Getter"; 6461 static $removeItem_Callback(mthis, index) native "SVGLengthList_removeItem_Cal lback_RESOLVER_STRING_1_unsigned long";
5835 6462
5836 Native_SVGPathSegArcAbs_r1_Setter(mthis, value) native "SVGPathSegArcAbs_r1_Sett er"; 6463 static $replaceItem_Callback(mthis, item, index) native "SVGLengthList_replace Item_Callback_RESOLVER_STRING_2_SVGLength_unsigned long";
5837 6464 }
5838 Native_SVGPathSegArcAbs_r2_Getter(mthis) native "SVGPathSegArcAbs_r2_Getter"; 6465
5839 6466 class BlinkSVGLineElement {
5840 Native_SVGPathSegArcAbs_r2_Setter(mthis, value) native "SVGPathSegArcAbs_r2_Sett er"; 6467 static $x1_Getter(mthis) native "SVGLineElement_x1_Getter";
5841 6468
5842 Native_SVGPathSegArcAbs_sweepFlag_Getter(mthis) native "SVGPathSegArcAbs_sweepFl ag_Getter"; 6469 static $x2_Getter(mthis) native "SVGLineElement_x2_Getter";
5843 6470
5844 Native_SVGPathSegArcAbs_sweepFlag_Setter(mthis, value) native "SVGPathSegArcAbs_ sweepFlag_Setter"; 6471 static $y1_Getter(mthis) native "SVGLineElement_y1_Getter";
5845 6472
5846 Native_SVGPathSegArcAbs_x_Getter(mthis) native "SVGPathSegArcAbs_x_Getter"; 6473 static $y2_Getter(mthis) native "SVGLineElement_y2_Getter";
5847 6474 }
5848 Native_SVGPathSegArcAbs_x_Setter(mthis, value) native "SVGPathSegArcAbs_x_Setter "; 6475
5849 6476 class BlinkSVGLinearGradientElement {
5850 Native_SVGPathSegArcAbs_y_Getter(mthis) native "SVGPathSegArcAbs_y_Getter"; 6477 static $x1_Getter(mthis) native "SVGLinearGradientElement_x1_Getter";
5851 6478
5852 Native_SVGPathSegArcAbs_y_Setter(mthis, value) native "SVGPathSegArcAbs_y_Setter "; 6479 static $x2_Getter(mthis) native "SVGLinearGradientElement_x2_Getter";
5853 6480
5854 Native_SVGPathSegArcRel_angle_Getter(mthis) native "SVGPathSegArcRel_angle_Gette r"; 6481 static $y1_Getter(mthis) native "SVGLinearGradientElement_y1_Getter";
5855 6482
5856 Native_SVGPathSegArcRel_angle_Setter(mthis, value) native "SVGPathSegArcRel_angl e_Setter"; 6483 static $y2_Getter(mthis) native "SVGLinearGradientElement_y2_Getter";
5857 6484 }
5858 Native_SVGPathSegArcRel_largeArcFlag_Getter(mthis) native "SVGPathSegArcRel_larg eArcFlag_Getter"; 6485
5859 6486 class BlinkSVGMPathElement {}
5860 Native_SVGPathSegArcRel_largeArcFlag_Setter(mthis, value) native "SVGPathSegArcR el_largeArcFlag_Setter"; 6487
5861 6488 class BlinkSVGMarkerElement {
5862 Native_SVGPathSegArcRel_r1_Getter(mthis) native "SVGPathSegArcRel_r1_Getter"; 6489 static $markerHeight_Getter(mthis) native "SVGMarkerElement_markerHeight_Gette r";
5863 6490
5864 Native_SVGPathSegArcRel_r1_Setter(mthis, value) native "SVGPathSegArcRel_r1_Sett er"; 6491 static $markerUnits_Getter(mthis) native "SVGMarkerElement_markerUnits_Getter" ;
5865 6492
5866 Native_SVGPathSegArcRel_r2_Getter(mthis) native "SVGPathSegArcRel_r2_Getter"; 6493 static $markerWidth_Getter(mthis) native "SVGMarkerElement_markerWidth_Getter" ;
5867 6494
5868 Native_SVGPathSegArcRel_r2_Setter(mthis, value) native "SVGPathSegArcRel_r2_Sett er"; 6495 static $orientAngle_Getter(mthis) native "SVGMarkerElement_orientAngle_Getter" ;
5869 6496
5870 Native_SVGPathSegArcRel_sweepFlag_Getter(mthis) native "SVGPathSegArcRel_sweepFl ag_Getter"; 6497 static $orientType_Getter(mthis) native "SVGMarkerElement_orientType_Getter";
5871 6498
5872 Native_SVGPathSegArcRel_sweepFlag_Setter(mthis, value) native "SVGPathSegArcRel_ sweepFlag_Setter"; 6499 static $refX_Getter(mthis) native "SVGMarkerElement_refX_Getter";
5873 6500
5874 Native_SVGPathSegArcRel_x_Getter(mthis) native "SVGPathSegArcRel_x_Getter"; 6501 static $refY_Getter(mthis) native "SVGMarkerElement_refY_Getter";
5875 6502
5876 Native_SVGPathSegArcRel_x_Setter(mthis, value) native "SVGPathSegArcRel_x_Setter "; 6503 static $setOrientToAngle_Callback(mthis, angle) native "SVGMarkerElement_setOr ientToAngle_Callback_RESOLVER_STRING_1_SVGAngle";
5877 6504
5878 Native_SVGPathSegArcRel_y_Getter(mthis) native "SVGPathSegArcRel_y_Getter"; 6505 static $setOrientToAuto_Callback(mthis) native "SVGMarkerElement_setOrientToAu to_Callback_RESOLVER_STRING_0_";
5879 6506
5880 Native_SVGPathSegArcRel_y_Setter(mthis, value) native "SVGPathSegArcRel_y_Setter "; 6507 static $preserveAspectRatio_Getter(mthis) native "SVGMarkerElement_preserveAsp ectRatio_Getter";
5881 6508
5882 Native_SVGPathSegCurvetoCubicAbs_x_Getter(mthis) native "SVGPathSegCurvetoCubicA bs_x_Getter"; 6509 static $viewBox_Getter(mthis) native "SVGMarkerElement_viewBox_Getter";
5883 6510 }
5884 Native_SVGPathSegCurvetoCubicAbs_x_Setter(mthis, value) native "SVGPathSegCurvet oCubicAbs_x_Setter"; 6511
5885 6512 class BlinkSVGMaskElement {
5886 Native_SVGPathSegCurvetoCubicAbs_x1_Getter(mthis) native "SVGPathSegCurvetoCubic Abs_x1_Getter"; 6513 static $height_Getter(mthis) native "SVGMaskElement_height_Getter";
5887 6514
5888 Native_SVGPathSegCurvetoCubicAbs_x1_Setter(mthis, value) native "SVGPathSegCurve toCubicAbs_x1_Setter"; 6515 static $maskContentUnits_Getter(mthis) native "SVGMaskElement_maskContentUnits _Getter";
5889 6516
5890 Native_SVGPathSegCurvetoCubicAbs_x2_Getter(mthis) native "SVGPathSegCurvetoCubic Abs_x2_Getter"; 6517 static $maskUnits_Getter(mthis) native "SVGMaskElement_maskUnits_Getter";
5891 6518
5892 Native_SVGPathSegCurvetoCubicAbs_x2_Setter(mthis, value) native "SVGPathSegCurve toCubicAbs_x2_Setter"; 6519 static $width_Getter(mthis) native "SVGMaskElement_width_Getter";
5893 6520
5894 Native_SVGPathSegCurvetoCubicAbs_y_Getter(mthis) native "SVGPathSegCurvetoCubicA bs_y_Getter"; 6521 static $x_Getter(mthis) native "SVGMaskElement_x_Getter";
5895 6522
5896 Native_SVGPathSegCurvetoCubicAbs_y_Setter(mthis, value) native "SVGPathSegCurvet oCubicAbs_y_Setter"; 6523 static $y_Getter(mthis) native "SVGMaskElement_y_Getter";
5897 6524
5898 Native_SVGPathSegCurvetoCubicAbs_y1_Getter(mthis) native "SVGPathSegCurvetoCubic Abs_y1_Getter"; 6525 static $requiredExtensions_Getter(mthis) native "SVGMaskElement_requiredExtens ions_Getter";
5899 6526
5900 Native_SVGPathSegCurvetoCubicAbs_y1_Setter(mthis, value) native "SVGPathSegCurve toCubicAbs_y1_Setter"; 6527 static $requiredFeatures_Getter(mthis) native "SVGMaskElement_requiredFeatures _Getter";
5901 6528
5902 Native_SVGPathSegCurvetoCubicAbs_y2_Getter(mthis) native "SVGPathSegCurvetoCubic Abs_y2_Getter"; 6529 static $systemLanguage_Getter(mthis) native "SVGMaskElement_systemLanguage_Get ter";
5903 6530
5904 Native_SVGPathSegCurvetoCubicAbs_y2_Setter(mthis, value) native "SVGPathSegCurve toCubicAbs_y2_Setter"; 6531 static $hasExtension_Callback(mthis, extension) native "SVGMaskElement_hasExte nsion_Callback_RESOLVER_STRING_1_DOMString";
5905 6532 }
5906 Native_SVGPathSegCurvetoCubicRel_x_Getter(mthis) native "SVGPathSegCurvetoCubicR el_x_Getter"; 6533
5907 6534 class BlinkSVGMatrix {
5908 Native_SVGPathSegCurvetoCubicRel_x_Setter(mthis, value) native "SVGPathSegCurvet oCubicRel_x_Setter"; 6535 static $a_Getter(mthis) native "SVGMatrix_a_Getter";
5909 6536
5910 Native_SVGPathSegCurvetoCubicRel_x1_Getter(mthis) native "SVGPathSegCurvetoCubic Rel_x1_Getter"; 6537 static $a_Setter(mthis, value) native "SVGMatrix_a_Setter";
5911 6538
5912 Native_SVGPathSegCurvetoCubicRel_x1_Setter(mthis, value) native "SVGPathSegCurve toCubicRel_x1_Setter"; 6539 static $b_Getter(mthis) native "SVGMatrix_b_Getter";
5913 6540
5914 Native_SVGPathSegCurvetoCubicRel_x2_Getter(mthis) native "SVGPathSegCurvetoCubic Rel_x2_Getter"; 6541 static $b_Setter(mthis, value) native "SVGMatrix_b_Setter";
5915 6542
5916 Native_SVGPathSegCurvetoCubicRel_x2_Setter(mthis, value) native "SVGPathSegCurve toCubicRel_x2_Setter"; 6543 static $c_Getter(mthis) native "SVGMatrix_c_Getter";
5917 6544
5918 Native_SVGPathSegCurvetoCubicRel_y_Getter(mthis) native "SVGPathSegCurvetoCubicR el_y_Getter"; 6545 static $c_Setter(mthis, value) native "SVGMatrix_c_Setter";
5919 6546
5920 Native_SVGPathSegCurvetoCubicRel_y_Setter(mthis, value) native "SVGPathSegCurvet oCubicRel_y_Setter"; 6547 static $d_Getter(mthis) native "SVGMatrix_d_Getter";
5921 6548
5922 Native_SVGPathSegCurvetoCubicRel_y1_Getter(mthis) native "SVGPathSegCurvetoCubic Rel_y1_Getter"; 6549 static $d_Setter(mthis, value) native "SVGMatrix_d_Setter";
5923 6550
5924 Native_SVGPathSegCurvetoCubicRel_y1_Setter(mthis, value) native "SVGPathSegCurve toCubicRel_y1_Setter"; 6551 static $e_Getter(mthis) native "SVGMatrix_e_Getter";
5925 6552
5926 Native_SVGPathSegCurvetoCubicRel_y2_Getter(mthis) native "SVGPathSegCurvetoCubic Rel_y2_Getter"; 6553 static $e_Setter(mthis, value) native "SVGMatrix_e_Setter";
5927 6554
5928 Native_SVGPathSegCurvetoCubicRel_y2_Setter(mthis, value) native "SVGPathSegCurve toCubicRel_y2_Setter"; 6555 static $f_Getter(mthis) native "SVGMatrix_f_Getter";
5929 6556
5930 Native_SVGPathSegCurvetoCubicSmoothAbs_x_Getter(mthis) native "SVGPathSegCurveto CubicSmoothAbs_x_Getter"; 6557 static $f_Setter(mthis, value) native "SVGMatrix_f_Setter";
5931 6558
5932 Native_SVGPathSegCurvetoCubicSmoothAbs_x_Setter(mthis, value) native "SVGPathSeg CurvetoCubicSmoothAbs_x_Setter"; 6559 static $flipX_Callback(mthis) native "SVGMatrix_flipX_Callback_RESOLVER_STRING _0_";
5933 6560
5934 Native_SVGPathSegCurvetoCubicSmoothAbs_x2_Getter(mthis) native "SVGPathSegCurvet oCubicSmoothAbs_x2_Getter"; 6561 static $flipY_Callback(mthis) native "SVGMatrix_flipY_Callback_RESOLVER_STRING _0_";
5935 6562
5936 Native_SVGPathSegCurvetoCubicSmoothAbs_x2_Setter(mthis, value) native "SVGPathSe gCurvetoCubicSmoothAbs_x2_Setter"; 6563 static $inverse_Callback(mthis) native "SVGMatrix_inverse_Callback_RESOLVER_ST RING_0_";
5937 6564
5938 Native_SVGPathSegCurvetoCubicSmoothAbs_y_Getter(mthis) native "SVGPathSegCurveto CubicSmoothAbs_y_Getter"; 6565 static $multiply_Callback(mthis, secondMatrix) native "SVGMatrix_multiply_Call back_RESOLVER_STRING_1_SVGMatrix";
5939 6566
5940 Native_SVGPathSegCurvetoCubicSmoothAbs_y_Setter(mthis, value) native "SVGPathSeg CurvetoCubicSmoothAbs_y_Setter"; 6567 static $rotate_Callback(mthis, angle) native "SVGMatrix_rotate_Callback_RESOLV ER_STRING_1_float";
5941 6568
5942 Native_SVGPathSegCurvetoCubicSmoothAbs_y2_Getter(mthis) native "SVGPathSegCurvet oCubicSmoothAbs_y2_Getter"; 6569 static $rotateFromVector_Callback(mthis, x, y) native "SVGMatrix_rotateFromVec tor_Callback_RESOLVER_STRING_2_float_float";
5943 6570
5944 Native_SVGPathSegCurvetoCubicSmoothAbs_y2_Setter(mthis, value) native "SVGPathSe gCurvetoCubicSmoothAbs_y2_Setter"; 6571 static $scale_Callback(mthis, scaleFactor) native "SVGMatrix_scale_Callback_RE SOLVER_STRING_1_float";
5945 6572
5946 Native_SVGPathSegCurvetoCubicSmoothRel_x_Getter(mthis) native "SVGPathSegCurveto CubicSmoothRel_x_Getter"; 6573 static $scaleNonUniform_Callback(mthis, scaleFactorX, scaleFactorY) native "SV GMatrix_scaleNonUniform_Callback_RESOLVER_STRING_2_float_float";
5947 6574
5948 Native_SVGPathSegCurvetoCubicSmoothRel_x_Setter(mthis, value) native "SVGPathSeg CurvetoCubicSmoothRel_x_Setter"; 6575 static $skewX_Callback(mthis, angle) native "SVGMatrix_skewX_Callback_RESOLVER _STRING_1_float";
5949 6576
5950 Native_SVGPathSegCurvetoCubicSmoothRel_x2_Getter(mthis) native "SVGPathSegCurvet oCubicSmoothRel_x2_Getter"; 6577 static $skewY_Callback(mthis, angle) native "SVGMatrix_skewY_Callback_RESOLVER _STRING_1_float";
5951 6578
5952 Native_SVGPathSegCurvetoCubicSmoothRel_x2_Setter(mthis, value) native "SVGPathSe gCurvetoCubicSmoothRel_x2_Setter"; 6579 static $translate_Callback(mthis, x, y) native "SVGMatrix_translate_Callback_R ESOLVER_STRING_2_float_float";
5953 6580 }
5954 Native_SVGPathSegCurvetoCubicSmoothRel_y_Getter(mthis) native "SVGPathSegCurveto CubicSmoothRel_y_Getter"; 6581
5955 6582 class BlinkSVGMetadataElement {}
5956 Native_SVGPathSegCurvetoCubicSmoothRel_y_Setter(mthis, value) native "SVGPathSeg CurvetoCubicSmoothRel_y_Setter"; 6583
5957 6584 class BlinkSVGMissingGlyphElement {}
5958 Native_SVGPathSegCurvetoCubicSmoothRel_y2_Getter(mthis) native "SVGPathSegCurvet oCubicSmoothRel_y2_Getter"; 6585
5959 6586 class BlinkSVGNumber {
5960 Native_SVGPathSegCurvetoCubicSmoothRel_y2_Setter(mthis, value) native "SVGPathSe gCurvetoCubicSmoothRel_y2_Setter"; 6587 static $value_Getter(mthis) native "SVGNumber_value_Getter";
5961 6588
5962 Native_SVGPathSegCurvetoQuadraticAbs_x_Getter(mthis) native "SVGPathSegCurvetoQu adraticAbs_x_Getter"; 6589 static $value_Setter(mthis, value) native "SVGNumber_value_Setter";
5963 6590 }
5964 Native_SVGPathSegCurvetoQuadraticAbs_x_Setter(mthis, value) native "SVGPathSegCu rvetoQuadraticAbs_x_Setter"; 6591
5965 6592 class BlinkSVGNumberList {
5966 Native_SVGPathSegCurvetoQuadraticAbs_x1_Getter(mthis) native "SVGPathSegCurvetoQ uadraticAbs_x1_Getter"; 6593 static $numberOfItems_Getter(mthis) native "SVGNumberList_numberOfItems_Getter ";
5967 6594
5968 Native_SVGPathSegCurvetoQuadraticAbs_x1_Setter(mthis, value) native "SVGPathSegC urvetoQuadraticAbs_x1_Setter"; 6595 static $appendItem_Callback(mthis, item) native "SVGNumberList_appendItem_Call back_RESOLVER_STRING_1_SVGNumber";
5969 6596
5970 Native_SVGPathSegCurvetoQuadraticAbs_y_Getter(mthis) native "SVGPathSegCurvetoQu adraticAbs_y_Getter"; 6597 static $clear_Callback(mthis) native "SVGNumberList_clear_Callback_RESOLVER_ST RING_0_";
5971 6598
5972 Native_SVGPathSegCurvetoQuadraticAbs_y_Setter(mthis, value) native "SVGPathSegCu rvetoQuadraticAbs_y_Setter"; 6599 static $getItem_Callback(mthis, index) native "SVGNumberList_getItem_Callback_ RESOLVER_STRING_1_unsigned long";
5973 6600
5974 Native_SVGPathSegCurvetoQuadraticAbs_y1_Getter(mthis) native "SVGPathSegCurvetoQ uadraticAbs_y1_Getter"; 6601 static $initialize_Callback(mthis, item) native "SVGNumberList_initialize_Call back_RESOLVER_STRING_1_SVGNumber";
5975 6602
5976 Native_SVGPathSegCurvetoQuadraticAbs_y1_Setter(mthis, value) native "SVGPathSegC urvetoQuadraticAbs_y1_Setter"; 6603 static $insertItemBefore_Callback(mthis, item, index) native "SVGNumberList_in sertItemBefore_Callback_RESOLVER_STRING_2_SVGNumber_unsigned long";
5977 6604
5978 Native_SVGPathSegCurvetoQuadraticRel_x_Getter(mthis) native "SVGPathSegCurvetoQu adraticRel_x_Getter"; 6605 static $removeItem_Callback(mthis, index) native "SVGNumberList_removeItem_Cal lback_RESOLVER_STRING_1_unsigned long";
5979 6606
5980 Native_SVGPathSegCurvetoQuadraticRel_x_Setter(mthis, value) native "SVGPathSegCu rvetoQuadraticRel_x_Setter"; 6607 static $replaceItem_Callback(mthis, item, index) native "SVGNumberList_replace Item_Callback_RESOLVER_STRING_2_SVGNumber_unsigned long";
5981 6608 }
5982 Native_SVGPathSegCurvetoQuadraticRel_x1_Getter(mthis) native "SVGPathSegCurvetoQ uadraticRel_x1_Getter"; 6609
5983 6610 class BlinkSVGPathElement {
5984 Native_SVGPathSegCurvetoQuadraticRel_x1_Setter(mthis, value) native "SVGPathSegC urvetoQuadraticRel_x1_Setter"; 6611 static $animatedNormalizedPathSegList_Getter(mthis) native "SVGPathElement_ani matedNormalizedPathSegList_Getter";
5985 6612
5986 Native_SVGPathSegCurvetoQuadraticRel_y_Getter(mthis) native "SVGPathSegCurvetoQu adraticRel_y_Getter"; 6613 static $animatedPathSegList_Getter(mthis) native "SVGPathElement_animatedPathS egList_Getter";
5987 6614
5988 Native_SVGPathSegCurvetoQuadraticRel_y_Setter(mthis, value) native "SVGPathSegCu rvetoQuadraticRel_y_Setter"; 6615 static $normalizedPathSegList_Getter(mthis) native "SVGPathElement_normalizedP athSegList_Getter";
5989 6616
5990 Native_SVGPathSegCurvetoQuadraticRel_y1_Getter(mthis) native "SVGPathSegCurvetoQ uadraticRel_y1_Getter"; 6617 static $pathLength_Getter(mthis) native "SVGPathElement_pathLength_Getter";
5991 6618
5992 Native_SVGPathSegCurvetoQuadraticRel_y1_Setter(mthis, value) native "SVGPathSegC urvetoQuadraticRel_y1_Setter"; 6619 static $pathSegList_Getter(mthis) native "SVGPathElement_pathSegList_Getter";
5993 6620
5994 Native_SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter(mthis) native "SVGPathSegCur vetoQuadraticSmoothAbs_x_Getter"; 6621 static $createSVGPathSegArcAbs_Callback(mthis, x, y, r1, r2, angle, largeArcFl ag, sweepFlag) native "SVGPathElement_createSVGPathSegArcAbs_Callback_RESOLVER_S TRING_7_float_float_float_float_float_boolean_boolean";
5995 6622
5996 Native_SVGPathSegCurvetoQuadraticSmoothAbs_x_Setter(mthis, value) native "SVGPat hSegCurvetoQuadraticSmoothAbs_x_Setter"; 6623 static $createSVGPathSegArcRel_Callback(mthis, x, y, r1, r2, angle, largeArcFl ag, sweepFlag) native "SVGPathElement_createSVGPathSegArcRel_Callback_RESOLVER_S TRING_7_float_float_float_float_float_boolean_boolean";
5997 6624
5998 Native_SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter(mthis) native "SVGPathSegCur vetoQuadraticSmoothAbs_y_Getter"; 6625 static $createSVGPathSegClosePath_Callback(mthis) native "SVGPathElement_creat eSVGPathSegClosePath_Callback_RESOLVER_STRING_0_";
5999 6626
6000 Native_SVGPathSegCurvetoQuadraticSmoothAbs_y_Setter(mthis, value) native "SVGPat hSegCurvetoQuadraticSmoothAbs_y_Setter"; 6627 static $createSVGPathSegCurvetoCubicAbs_Callback(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicAbs_Callback_RESOLVER_STRING_ 6_float_float_float_float_float_float";
6001 6628
6002 Native_SVGPathSegCurvetoQuadraticSmoothRel_x_Getter(mthis) native "SVGPathSegCur vetoQuadraticSmoothRel_x_Getter"; 6629 static $createSVGPathSegCurvetoCubicRel_Callback(mthis, x, y, x1, y1, x2, y2) native "SVGPathElement_createSVGPathSegCurvetoCubicRel_Callback_RESOLVER_STRING_ 6_float_float_float_float_float_float";
6003 6630
6004 Native_SVGPathSegCurvetoQuadraticSmoothRel_x_Setter(mthis, value) native "SVGPat hSegCurvetoQuadraticSmoothRel_x_Setter"; 6631 static $createSVGPathSegCurvetoCubicSmoothAbs_Callback(mthis, x, y, x2, y2) na tive "SVGPathElement_createSVGPathSegCurvetoCubicSmoothAbs_Callback_RESOLVER_STR ING_4_float_float_float_float";
6005 6632
6006 Native_SVGPathSegCurvetoQuadraticSmoothRel_y_Getter(mthis) native "SVGPathSegCur vetoQuadraticSmoothRel_y_Getter"; 6633 static $createSVGPathSegCurvetoCubicSmoothRel_Callback(mthis, x, y, x2, y2) na tive "SVGPathElement_createSVGPathSegCurvetoCubicSmoothRel_Callback_RESOLVER_STR ING_4_float_float_float_float";
6007 6634
6008 Native_SVGPathSegCurvetoQuadraticSmoothRel_y_Setter(mthis, value) native "SVGPat hSegCurvetoQuadraticSmoothRel_y_Setter"; 6635 static $createSVGPathSegCurvetoQuadraticAbs_Callback(mthis, x, y, x1, y1) nati ve "SVGPathElement_createSVGPathSegCurvetoQuadraticAbs_Callback_RESOLVER_STRING_ 4_float_float_float_float";
6009 6636
6010 Native_SVGPathSegLinetoAbs_x_Getter(mthis) native "SVGPathSegLinetoAbs_x_Getter" ; 6637 static $createSVGPathSegCurvetoQuadraticRel_Callback(mthis, x, y, x1, y1) nati ve "SVGPathElement_createSVGPathSegCurvetoQuadraticRel_Callback_RESOLVER_STRING_ 4_float_float_float_float";
6011 6638
6012 Native_SVGPathSegLinetoAbs_x_Setter(mthis, value) native "SVGPathSegLinetoAbs_x_ Setter"; 6639 static $createSVGPathSegCurvetoQuadraticSmoothAbs_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothAbs_Callback_RESOLVER_STR ING_2_float_float";
6013 6640
6014 Native_SVGPathSegLinetoAbs_y_Getter(mthis) native "SVGPathSegLinetoAbs_y_Getter" ; 6641 static $createSVGPathSegCurvetoQuadraticSmoothRel_Callback(mthis, x, y) native "SVGPathElement_createSVGPathSegCurvetoQuadraticSmoothRel_Callback_RESOLVER_STR ING_2_float_float";
6015 6642
6016 Native_SVGPathSegLinetoAbs_y_Setter(mthis, value) native "SVGPathSegLinetoAbs_y_ Setter"; 6643 static $createSVGPathSegLinetoAbs_Callback(mthis, x, y) native "SVGPathElement _createSVGPathSegLinetoAbs_Callback_RESOLVER_STRING_2_float_float";
6017 6644
6018 Native_SVGPathSegLinetoHorizontalAbs_x_Getter(mthis) native "SVGPathSegLinetoHor izontalAbs_x_Getter"; 6645 static $createSVGPathSegLinetoHorizontalAbs_Callback(mthis, x) native "SVGPath Element_createSVGPathSegLinetoHorizontalAbs_Callback_RESOLVER_STRING_1_float";
6019 6646
6020 Native_SVGPathSegLinetoHorizontalAbs_x_Setter(mthis, value) native "SVGPathSegLi netoHorizontalAbs_x_Setter"; 6647 static $createSVGPathSegLinetoHorizontalRel_Callback(mthis, x) native "SVGPath Element_createSVGPathSegLinetoHorizontalRel_Callback_RESOLVER_STRING_1_float";
6021 6648
6022 Native_SVGPathSegLinetoHorizontalRel_x_Getter(mthis) native "SVGPathSegLinetoHor izontalRel_x_Getter"; 6649 static $createSVGPathSegLinetoRel_Callback(mthis, x, y) native "SVGPathElement _createSVGPathSegLinetoRel_Callback_RESOLVER_STRING_2_float_float";
6023 6650
6024 Native_SVGPathSegLinetoHorizontalRel_x_Setter(mthis, value) native "SVGPathSegLi netoHorizontalRel_x_Setter"; 6651 static $createSVGPathSegLinetoVerticalAbs_Callback(mthis, y) native "SVGPathEl ement_createSVGPathSegLinetoVerticalAbs_Callback_RESOLVER_STRING_1_float";
6025 6652
6026 Native_SVGPathSegLinetoRel_x_Getter(mthis) native "SVGPathSegLinetoRel_x_Getter" ; 6653 static $createSVGPathSegLinetoVerticalRel_Callback(mthis, y) native "SVGPathEl ement_createSVGPathSegLinetoVerticalRel_Callback_RESOLVER_STRING_1_float";
6027 6654
6028 Native_SVGPathSegLinetoRel_x_Setter(mthis, value) native "SVGPathSegLinetoRel_x_ Setter"; 6655 static $createSVGPathSegMovetoAbs_Callback(mthis, x, y) native "SVGPathElement _createSVGPathSegMovetoAbs_Callback_RESOLVER_STRING_2_float_float";
6029 6656
6030 Native_SVGPathSegLinetoRel_y_Getter(mthis) native "SVGPathSegLinetoRel_y_Getter" ; 6657 static $createSVGPathSegMovetoRel_Callback(mthis, x, y) native "SVGPathElement _createSVGPathSegMovetoRel_Callback_RESOLVER_STRING_2_float_float";
6031 6658
6032 Native_SVGPathSegLinetoRel_y_Setter(mthis, value) native "SVGPathSegLinetoRel_y_ Setter"; 6659 static $getPathSegAtLength_Callback(mthis, distance) native "SVGPathElement_ge tPathSegAtLength_Callback_RESOLVER_STRING_1_float";
6033 6660
6034 Native_SVGPathSegLinetoVerticalAbs_y_Getter(mthis) native "SVGPathSegLinetoVerti calAbs_y_Getter"; 6661 static $getPointAtLength_Callback(mthis, distance) native "SVGPathElement_getP ointAtLength_Callback_RESOLVER_STRING_1_float";
6035 6662
6036 Native_SVGPathSegLinetoVerticalAbs_y_Setter(mthis, value) native "SVGPathSegLine toVerticalAbs_y_Setter"; 6663 static $getTotalLength_Callback(mthis) native "SVGPathElement_getTotalLength_C allback_RESOLVER_STRING_0_";
6037 6664 }
6038 Native_SVGPathSegLinetoVerticalRel_y_Getter(mthis) native "SVGPathSegLinetoVerti calRel_y_Getter"; 6665
6039 6666 class BlinkSVGPathSeg {
6040 Native_SVGPathSegLinetoVerticalRel_y_Setter(mthis, value) native "SVGPathSegLine toVerticalRel_y_Setter"; 6667 static $pathSegType_Getter(mthis) native "SVGPathSeg_pathSegType_Getter";
6041 6668
6042 Native_SVGPathSegList_numberOfItems_Getter(mthis) native "SVGPathSegList_numberO fItems_Getter"; 6669 static $pathSegTypeAsLetter_Getter(mthis) native "SVGPathSeg_pathSegTypeAsLett er_Getter";
6043 6670 }
6044 Native_SVGPathSegList_appendItem_Callback(mthis, newItem) native "SVGPathSegList _appendItem_Callback_RESOLVER_STRING_1_SVGPathSeg"; 6671
6045 6672 class BlinkSVGPathSegArcAbs {
6046 Native_SVGPathSegList_clear_Callback(mthis) native "SVGPathSegList_clear_Callbac k_RESOLVER_STRING_0_"; 6673 static $angle_Getter(mthis) native "SVGPathSegArcAbs_angle_Getter";
6047 6674
6048 Native_SVGPathSegList_getItem_Callback(mthis, index) native "SVGPathSegList_getI tem_Callback_RESOLVER_STRING_1_unsigned long"; 6675 static $angle_Setter(mthis, value) native "SVGPathSegArcAbs_angle_Setter";
6049 6676
6050 Native_SVGPathSegList_initialize_Callback(mthis, newItem) native "SVGPathSegList _initialize_Callback_RESOLVER_STRING_1_SVGPathSeg"; 6677 static $largeArcFlag_Getter(mthis) native "SVGPathSegArcAbs_largeArcFlag_Gette r";
6051 6678
6052 Native_SVGPathSegList_insertItemBefore_Callback(mthis, newItem, index) native "S VGPathSegList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGPathSeg_unsigned lo ng"; 6679 static $largeArcFlag_Setter(mthis, value) native "SVGPathSegArcAbs_largeArcFla g_Setter";
6053 6680
6054 Native_SVGPathSegList_removeItem_Callback(mthis, index) native "SVGPathSegList_r emoveItem_Callback_RESOLVER_STRING_1_unsigned long"; 6681 static $r1_Getter(mthis) native "SVGPathSegArcAbs_r1_Getter";
6055 6682
6056 Native_SVGPathSegList_replaceItem_Callback(mthis, newItem, index) native "SVGPat hSegList_replaceItem_Callback_RESOLVER_STRING_2_SVGPathSeg_unsigned long"; 6683 static $r1_Setter(mthis, value) native "SVGPathSegArcAbs_r1_Setter";
6057 6684
6058 Native_SVGPathSegMovetoAbs_x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter" ; 6685 static $r2_Getter(mthis) native "SVGPathSegArcAbs_r2_Getter";
6059 6686
6060 Native_SVGPathSegMovetoAbs_x_Setter(mthis, value) native "SVGPathSegMovetoAbs_x_ Setter"; 6687 static $r2_Setter(mthis, value) native "SVGPathSegArcAbs_r2_Setter";
6061 6688
6062 Native_SVGPathSegMovetoAbs_y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter" ; 6689 static $sweepFlag_Getter(mthis) native "SVGPathSegArcAbs_sweepFlag_Getter";
6063 6690
6064 Native_SVGPathSegMovetoAbs_y_Setter(mthis, value) native "SVGPathSegMovetoAbs_y_ Setter"; 6691 static $sweepFlag_Setter(mthis, value) native "SVGPathSegArcAbs_sweepFlag_Sett er";
6065 6692
6066 Native_SVGPathSegMovetoRel_x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter" ; 6693 static $x_Getter(mthis) native "SVGPathSegArcAbs_x_Getter";
6067 6694
6068 Native_SVGPathSegMovetoRel_x_Setter(mthis, value) native "SVGPathSegMovetoRel_x_ Setter"; 6695 static $x_Setter(mthis, value) native "SVGPathSegArcAbs_x_Setter";
6069 6696
6070 Native_SVGPathSegMovetoRel_y_Getter(mthis) native "SVGPathSegMovetoRel_y_Getter" ; 6697 static $y_Getter(mthis) native "SVGPathSegArcAbs_y_Getter";
6071 6698
6072 Native_SVGPathSegMovetoRel_y_Setter(mthis, value) native "SVGPathSegMovetoRel_y_ Setter"; 6699 static $y_Setter(mthis, value) native "SVGPathSegArcAbs_y_Setter";
6073 6700 }
6074 Native_SVGPatternElement_height_Getter(mthis) native "SVGPatternElement_height_G etter"; 6701
6075 6702 class BlinkSVGPathSegArcRel {
6076 Native_SVGPatternElement_patternContentUnits_Getter(mthis) native "SVGPatternEle ment_patternContentUnits_Getter"; 6703 static $angle_Getter(mthis) native "SVGPathSegArcRel_angle_Getter";
6077 6704
6078 Native_SVGPatternElement_patternTransform_Getter(mthis) native "SVGPatternElemen t_patternTransform_Getter"; 6705 static $angle_Setter(mthis, value) native "SVGPathSegArcRel_angle_Setter";
6079 6706
6080 Native_SVGPatternElement_patternUnits_Getter(mthis) native "SVGPatternElement_pa tternUnits_Getter"; 6707 static $largeArcFlag_Getter(mthis) native "SVGPathSegArcRel_largeArcFlag_Gette r";
6081 6708
6082 Native_SVGPatternElement_width_Getter(mthis) native "SVGPatternElement_width_Get ter"; 6709 static $largeArcFlag_Setter(mthis, value) native "SVGPathSegArcRel_largeArcFla g_Setter";
6083 6710
6084 Native_SVGPatternElement_x_Getter(mthis) native "SVGPatternElement_x_Getter"; 6711 static $r1_Getter(mthis) native "SVGPathSegArcRel_r1_Getter";
6085 6712
6086 Native_SVGPatternElement_y_Getter(mthis) native "SVGPatternElement_y_Getter"; 6713 static $r1_Setter(mthis, value) native "SVGPathSegArcRel_r1_Setter";
6087 6714
6088 Native_SVGPatternElement_preserveAspectRatio_Getter(mthis) native "SVGPatternEle ment_preserveAspectRatio_Getter"; 6715 static $r2_Getter(mthis) native "SVGPathSegArcRel_r2_Getter";
6089 6716
6090 Native_SVGPatternElement_viewBox_Getter(mthis) native "SVGPatternElement_viewBox _Getter"; 6717 static $r2_Setter(mthis, value) native "SVGPathSegArcRel_r2_Setter";
6091 6718
6092 Native_SVGPatternElement_requiredExtensions_Getter(mthis) native "SVGPatternElem ent_requiredExtensions_Getter"; 6719 static $sweepFlag_Getter(mthis) native "SVGPathSegArcRel_sweepFlag_Getter";
6093 6720
6094 Native_SVGPatternElement_requiredFeatures_Getter(mthis) native "SVGPatternElemen t_requiredFeatures_Getter"; 6721 static $sweepFlag_Setter(mthis, value) native "SVGPathSegArcRel_sweepFlag_Sett er";
6095 6722
6096 Native_SVGPatternElement_systemLanguage_Getter(mthis) native "SVGPatternElement_ systemLanguage_Getter"; 6723 static $x_Getter(mthis) native "SVGPathSegArcRel_x_Getter";
6097 6724
6098 Native_SVGPatternElement_hasExtension_Callback(mthis, extension) native "SVGPatt ernElement_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; 6725 static $x_Setter(mthis, value) native "SVGPathSegArcRel_x_Setter";
6099 6726
6100 Native_SVGPatternElement_href_Getter(mthis) native "SVGPatternElement_href_Gette r"; 6727 static $y_Getter(mthis) native "SVGPathSegArcRel_y_Getter";
6101 6728
6102 Native_SVGPoint_x_Getter(mthis) native "SVGPoint_x_Getter"; 6729 static $y_Setter(mthis, value) native "SVGPathSegArcRel_y_Setter";
6103 6730 }
6104 Native_SVGPoint_x_Setter(mthis, value) native "SVGPoint_x_Setter"; 6731
6105 6732 class BlinkSVGPathSegClosePath {}
6106 Native_SVGPoint_y_Getter(mthis) native "SVGPoint_y_Getter"; 6733
6107 6734 class BlinkSVGPathSegCurvetoCubicAbs {
6108 Native_SVGPoint_y_Setter(mthis, value) native "SVGPoint_y_Setter"; 6735 static $x_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x_Getter";
6109 6736
6110 Native_SVGPoint_matrixTransform_Callback(mthis, matrix) native "SVGPoint_matrixT ransform_Callback_RESOLVER_STRING_1_SVGMatrix"; 6737 static $x_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x_Setter";
6111 6738
6112 Native_SVGPointList_numberOfItems_Getter(mthis) native "SVGPointList_numberOfIte ms_Getter"; 6739 static $x1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x1_Getter";
6113 6740
6114 Native_SVGPointList_appendItem_Callback(mthis, item) native "SVGPointList_append Item_Callback_RESOLVER_STRING_1_SVGPoint"; 6741 static $x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x1_Setter";
6115 6742
6116 Native_SVGPointList_clear_Callback(mthis) native "SVGPointList_clear_Callback_RE SOLVER_STRING_0_"; 6743 static $x2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_x2_Getter";
6117 6744
6118 Native_SVGPointList_getItem_Callback(mthis, index) native "SVGPointList_getItem_ Callback_RESOLVER_STRING_1_unsigned long"; 6745 static $x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_x2_Setter";
6119 6746
6120 Native_SVGPointList_initialize_Callback(mthis, item) native "SVGPointList_initia lize_Callback_RESOLVER_STRING_1_SVGPoint"; 6747 static $y_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y_Getter";
6121 6748
6122 Native_SVGPointList_insertItemBefore_Callback(mthis, item, index) native "SVGPoi ntList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGPoint_unsigned long"; 6749 static $y_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y_Setter";
6123 6750
6124 Native_SVGPointList_removeItem_Callback(mthis, index) native "SVGPointList_remov eItem_Callback_RESOLVER_STRING_1_unsigned long"; 6751 static $y1_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y1_Getter";
6125 6752
6126 Native_SVGPointList_replaceItem_Callback(mthis, item, index) native "SVGPointLis t_replaceItem_Callback_RESOLVER_STRING_2_SVGPoint_unsigned long"; 6753 static $y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y1_Setter";
6127 6754
6128 Native_SVGPolygonElement_animatedPoints_Getter(mthis) native "SVGPolygonElement_ animatedPoints_Getter"; 6755 static $y2_Getter(mthis) native "SVGPathSegCurvetoCubicAbs_y2_Getter";
6129 6756
6130 Native_SVGPolygonElement_points_Getter(mthis) native "SVGPolygonElement_points_G etter"; 6757 static $y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicAbs_y2_Setter";
6131 6758 }
6132 Native_SVGPolylineElement_animatedPoints_Getter(mthis) native "SVGPolylineElemen t_animatedPoints_Getter"; 6759
6133 6760 class BlinkSVGPathSegCurvetoCubicRel {
6134 Native_SVGPolylineElement_points_Getter(mthis) native "SVGPolylineElement_points _Getter"; 6761 static $x_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x_Getter";
6135 6762
6136 Native_SVGPreserveAspectRatio_align_Getter(mthis) native "SVGPreserveAspectRatio _align_Getter"; 6763 static $x_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x_Setter";
6137 6764
6138 Native_SVGPreserveAspectRatio_align_Setter(mthis, value) native "SVGPreserveAspe ctRatio_align_Setter"; 6765 static $x1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x1_Getter";
6139 6766
6140 Native_SVGPreserveAspectRatio_meetOrSlice_Getter(mthis) native "SVGPreserveAspec tRatio_meetOrSlice_Getter"; 6767 static $x1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x1_Setter";
6141 6768
6142 Native_SVGPreserveAspectRatio_meetOrSlice_Setter(mthis, value) native "SVGPreser veAspectRatio_meetOrSlice_Setter"; 6769 static $x2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_x2_Getter";
6143 6770
6144 Native_SVGRadialGradientElement_cx_Getter(mthis) native "SVGRadialGradientElemen t_cx_Getter"; 6771 static $x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_x2_Setter";
6145 6772
6146 Native_SVGRadialGradientElement_cy_Getter(mthis) native "SVGRadialGradientElemen t_cy_Getter"; 6773 static $y_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y_Getter";
6147 6774
6148 Native_SVGRadialGradientElement_fr_Getter(mthis) native "SVGRadialGradientElemen t_fr_Getter"; 6775 static $y_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y_Setter";
6149 6776
6150 Native_SVGRadialGradientElement_fx_Getter(mthis) native "SVGRadialGradientElemen t_fx_Getter"; 6777 static $y1_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y1_Getter";
6151 6778
6152 Native_SVGRadialGradientElement_fy_Getter(mthis) native "SVGRadialGradientElemen t_fy_Getter"; 6779 static $y1_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y1_Setter";
6153 6780
6154 Native_SVGRadialGradientElement_r_Getter(mthis) native "SVGRadialGradientElement _r_Getter"; 6781 static $y2_Getter(mthis) native "SVGPathSegCurvetoCubicRel_y2_Getter";
6155 6782
6156 Native_SVGRect_height_Getter(mthis) native "SVGRect_height_Getter"; 6783 static $y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicRel_y2_Setter";
6157 6784 }
6158 Native_SVGRect_height_Setter(mthis, value) native "SVGRect_height_Setter"; 6785
6159 6786 class BlinkSVGPathSegCurvetoCubicSmoothAbs {
6160 Native_SVGRect_width_Getter(mthis) native "SVGRect_width_Getter"; 6787 static $x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x_Getter";
6161 6788
6162 Native_SVGRect_width_Setter(mthis, value) native "SVGRect_width_Setter"; 6789 static $x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x_Sette r";
6163 6790
6164 Native_SVGRect_x_Getter(mthis) native "SVGRect_x_Getter"; 6791 static $x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Getter";
6165 6792
6166 Native_SVGRect_x_Setter(mthis, value) native "SVGRect_x_Setter"; 6793 static $x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_x2_Set ter";
6167 6794
6168 Native_SVGRect_y_Getter(mthis) native "SVGRect_y_Getter"; 6795 static $y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y_Getter";
6169 6796
6170 Native_SVGRect_y_Setter(mthis, value) native "SVGRect_y_Setter"; 6797 static $y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y_Sette r";
6171 6798
6172 Native_SVGRectElement_height_Getter(mthis) native "SVGRectElement_height_Getter" ; 6799 static $y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Getter";
6173 6800
6174 Native_SVGRectElement_rx_Getter(mthis) native "SVGRectElement_rx_Getter"; 6801 static $y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothAbs_y2_Set ter";
6175 6802 }
6176 Native_SVGRectElement_ry_Getter(mthis) native "SVGRectElement_ry_Getter"; 6803
6177 6804 class BlinkSVGPathSegCurvetoCubicSmoothRel {
6178 Native_SVGRectElement_width_Getter(mthis) native "SVGRectElement_width_Getter"; 6805 static $x_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x_Getter";
6179 6806
6180 Native_SVGRectElement_x_Getter(mthis) native "SVGRectElement_x_Getter"; 6807 static $x_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x_Sette r";
6181 6808
6182 Native_SVGRectElement_y_Getter(mthis) native "SVGRectElement_y_Getter"; 6809 static $x2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_x2_Getter";
6183 6810
6184 Native_SVGZoomAndPan_zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_G etter"; 6811 static $x2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_x2_Set ter";
6185 6812
6186 Native_SVGZoomAndPan_zoomAndPan_Setter(mthis, value) native "SVGZoomAndPan_zoomA ndPan_Setter"; 6813 static $y_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y_Getter";
6187 6814
6188 Native_SVGSVGElement_currentScale_Getter(mthis) native "SVGSVGElement_currentSca le_Getter"; 6815 static $y_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y_Sette r";
6189 6816
6190 Native_SVGSVGElement_currentScale_Setter(mthis, value) native "SVGSVGElement_cur rentScale_Setter"; 6817 static $y2_Getter(mthis) native "SVGPathSegCurvetoCubicSmoothRel_y2_Getter";
6191 6818
6192 Native_SVGSVGElement_currentTranslate_Getter(mthis) native "SVGSVGElement_curren tTranslate_Getter"; 6819 static $y2_Setter(mthis, value) native "SVGPathSegCurvetoCubicSmoothRel_y2_Set ter";
6193 6820 }
6194 Native_SVGSVGElement_currentView_Getter(mthis) native "SVGSVGElement_currentView _Getter"; 6821
6195 6822 class BlinkSVGPathSegCurvetoQuadraticAbs {
6196 Native_SVGSVGElement_height_Getter(mthis) native "SVGSVGElement_height_Getter"; 6823 static $x_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x_Getter";
6197 6824
6198 Native_SVGSVGElement_pixelUnitToMillimeterX_Getter(mthis) native "SVGSVGElement_ pixelUnitToMillimeterX_Getter"; 6825 static $x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x_Setter" ;
6199 6826
6200 Native_SVGSVGElement_pixelUnitToMillimeterY_Getter(mthis) native "SVGSVGElement_ pixelUnitToMillimeterY_Getter"; 6827 static $x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_x1_Getter";
6201 6828
6202 Native_SVGSVGElement_screenPixelToMillimeterX_Getter(mthis) native "SVGSVGElemen t_screenPixelToMillimeterX_Getter"; 6829 static $x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_x1_Sette r";
6203 6830
6204 Native_SVGSVGElement_screenPixelToMillimeterY_Getter(mthis) native "SVGSVGElemen t_screenPixelToMillimeterY_Getter"; 6831 static $y_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y_Getter";
6205 6832
6206 Native_SVGSVGElement_useCurrentView_Getter(mthis) native "SVGSVGElement_useCurre ntView_Getter"; 6833 static $y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y_Setter" ;
6207 6834
6208 Native_SVGSVGElement_viewport_Getter(mthis) native "SVGSVGElement_viewport_Gette r"; 6835 static $y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticAbs_y1_Getter";
6209 6836
6210 Native_SVGSVGElement_width_Getter(mthis) native "SVGSVGElement_width_Getter"; 6837 static $y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticAbs_y1_Sette r";
6211 6838 }
6212 Native_SVGSVGElement_x_Getter(mthis) native "SVGSVGElement_x_Getter"; 6839
6213 6840 class BlinkSVGPathSegCurvetoQuadraticRel {
6214 Native_SVGSVGElement_y_Getter(mthis) native "SVGSVGElement_y_Getter"; 6841 static $x_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x_Getter";
6215 6842
6216 Native_SVGSVGElement_animationsPaused_Callback(mthis) native "SVGSVGElement_anim ationsPaused_Callback_RESOLVER_STRING_0_"; 6843 static $x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x_Setter" ;
6217 6844
6218 Native_SVGSVGElement_checkEnclosure_Callback(mthis, element, rect) native "SVGSV GElement_checkEnclosure_Callback_RESOLVER_STRING_2_SVGElement_SVGRect"; 6845 static $x1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_x1_Getter";
6219 6846
6220 Native_SVGSVGElement_checkIntersection_Callback(mthis, element, rect) native "SV GSVGElement_checkIntersection_Callback_RESOLVER_STRING_2_SVGElement_SVGRect"; 6847 static $x1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_x1_Sette r";
6221 6848
6222 Native_SVGSVGElement_createSVGAngle_Callback(mthis) native "SVGSVGElement_create SVGAngle_Callback_RESOLVER_STRING_0_"; 6849 static $y_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y_Getter";
6223 6850
6224 Native_SVGSVGElement_createSVGLength_Callback(mthis) native "SVGSVGElement_creat eSVGLength_Callback_RESOLVER_STRING_0_"; 6851 static $y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y_Setter" ;
6225 6852
6226 Native_SVGSVGElement_createSVGMatrix_Callback(mthis) native "SVGSVGElement_creat eSVGMatrix_Callback_RESOLVER_STRING_0_"; 6853 static $y1_Getter(mthis) native "SVGPathSegCurvetoQuadraticRel_y1_Getter";
6227 6854
6228 Native_SVGSVGElement_createSVGNumber_Callback(mthis) native "SVGSVGElement_creat eSVGNumber_Callback_RESOLVER_STRING_0_"; 6855 static $y1_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticRel_y1_Sette r";
6229 6856 }
6230 Native_SVGSVGElement_createSVGPoint_Callback(mthis) native "SVGSVGElement_create SVGPoint_Callback_RESOLVER_STRING_0_"; 6857
6231 6858 class BlinkSVGPathSegCurvetoQuadraticSmoothAbs {
6232 Native_SVGSVGElement_createSVGRect_Callback(mthis) native "SVGSVGElement_createS VGRect_Callback_RESOLVER_STRING_0_"; 6859 static $x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_Getter";
6233 6860
6234 Native_SVGSVGElement_createSVGTransform_Callback(mthis) native "SVGSVGElement_cr eateSVGTransform_Callback_RESOLVER_STRING_0_"; 6861 static $x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_x_S etter";
6235 6862
6236 Native_SVGSVGElement_createSVGTransformFromMatrix_Callback(mthis, matrix) native "SVGSVGElement_createSVGTransformFromMatrix_Callback_RESOLVER_STRING_1_SVGMatri x"; 6863 static $y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_Getter";
6237 6864
6238 Native_SVGSVGElement_deselectAll_Callback(mthis) native "SVGSVGElement_deselectA ll_Callback_RESOLVER_STRING_0_"; 6865 static $y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothAbs_y_S etter";
6239 6866 }
6240 Native_SVGSVGElement_forceRedraw_Callback(mthis) native "SVGSVGElement_forceRedr aw_Callback_RESOLVER_STRING_0_"; 6867
6241 6868 class BlinkSVGPathSegCurvetoQuadraticSmoothRel {
6242 Native_SVGSVGElement_getCurrentTime_Callback(mthis) native "SVGSVGElement_getCur rentTime_Callback_RESOLVER_STRING_0_"; 6869 static $x_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_x_Getter";
6243 6870
6244 Native_SVGSVGElement_getElementById_Callback(mthis, elementId) native "SVGSVGEle ment_getElementById_Callback_RESOLVER_STRING_1_DOMString"; 6871 static $x_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_x_S etter";
6245 6872
6246 Native_SVGSVGElement_getEnclosureList_Callback(mthis, rect, referenceElement) na tive "SVGSVGElement_getEnclosureList_Callback_RESOLVER_STRING_2_SVGRect_SVGEleme nt"; 6873 static $y_Getter(mthis) native "SVGPathSegCurvetoQuadraticSmoothRel_y_Getter";
6247 6874
6248 Native_SVGSVGElement_getIntersectionList_Callback(mthis, rect, referenceElement) native "SVGSVGElement_getIntersectionList_Callback_RESOLVER_STRING_2_SVGRect_SV GElement"; 6875 static $y_Setter(mthis, value) native "SVGPathSegCurvetoQuadraticSmoothRel_y_S etter";
6249 6876 }
6250 Native_SVGSVGElement_pauseAnimations_Callback(mthis) native "SVGSVGElement_pause Animations_Callback_RESOLVER_STRING_0_"; 6877
6251 6878 class BlinkSVGPathSegLinetoAbs {
6252 Native_SVGSVGElement_setCurrentTime_Callback(mthis, seconds) native "SVGSVGEleme nt_setCurrentTime_Callback_RESOLVER_STRING_1_float"; 6879 static $x_Getter(mthis) native "SVGPathSegLinetoAbs_x_Getter";
6253 6880
6254 Native_SVGSVGElement_suspendRedraw_Callback(mthis, maxWaitMilliseconds) native " SVGSVGElement_suspendRedraw_Callback_RESOLVER_STRING_1_unsigned long"; 6881 static $x_Setter(mthis, value) native "SVGPathSegLinetoAbs_x_Setter";
6255 6882
6256 Native_SVGSVGElement_unpauseAnimations_Callback(mthis) native "SVGSVGElement_unp auseAnimations_Callback_RESOLVER_STRING_0_"; 6883 static $y_Getter(mthis) native "SVGPathSegLinetoAbs_y_Getter";
6257 6884
6258 Native_SVGSVGElement_unsuspendRedraw_Callback(mthis, suspendHandleId) native "SV GSVGElement_unsuspendRedraw_Callback_RESOLVER_STRING_1_unsigned long"; 6885 static $y_Setter(mthis, value) native "SVGPathSegLinetoAbs_y_Setter";
6259 6886 }
6260 Native_SVGSVGElement_unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_un suspendRedrawAll_Callback_RESOLVER_STRING_0_"; 6887
6261 6888 class BlinkSVGPathSegLinetoHorizontalAbs {
6262 Native_SVGSVGElement_preserveAspectRatio_Getter(mthis) native "SVGSVGElement_pre serveAspectRatio_Getter"; 6889 static $x_Getter(mthis) native "SVGPathSegLinetoHorizontalAbs_x_Getter";
6263 6890
6264 Native_SVGSVGElement_viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter" ; 6891 static $x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalAbs_x_Setter" ;
6265 6892 }
6266 Native_SVGSVGElement_zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_G etter"; 6893
6267 6894 class BlinkSVGPathSegLinetoHorizontalRel {
6268 Native_SVGSVGElement_zoomAndPan_Setter(mthis, value) native "SVGSVGElement_zoomA ndPan_Setter"; 6895 static $x_Getter(mthis) native "SVGPathSegLinetoHorizontalRel_x_Getter";
6269 6896
6270 Native_SVGScriptElement_type_Getter(mthis) native "SVGScriptElement_type_Getter" ; 6897 static $x_Setter(mthis, value) native "SVGPathSegLinetoHorizontalRel_x_Setter" ;
6271 6898 }
6272 Native_SVGScriptElement_type_Setter(mthis, value) native "SVGScriptElement_type_ Setter"; 6899
6273 6900 class BlinkSVGPathSegLinetoRel {
6274 Native_SVGScriptElement_href_Getter(mthis) native "SVGScriptElement_href_Getter" ; 6901 static $x_Getter(mthis) native "SVGPathSegLinetoRel_x_Getter";
6275 6902
6276 Native_SVGStopElement_offset_Getter(mthis) native "SVGStopElement_offset_Getter" ; 6903 static $x_Setter(mthis, value) native "SVGPathSegLinetoRel_x_Setter";
6277 6904
6278 Native_SVGStringList_numberOfItems_Getter(mthis) native "SVGStringList_numberOfI tems_Getter"; 6905 static $y_Getter(mthis) native "SVGPathSegLinetoRel_y_Getter";
6279 6906
6280 Native_SVGStringList_appendItem_Callback(mthis, item) native "SVGStringList_appe ndItem_Callback_RESOLVER_STRING_1_DOMString"; 6907 static $y_Setter(mthis, value) native "SVGPathSegLinetoRel_y_Setter";
6281 6908 }
6282 Native_SVGStringList_clear_Callback(mthis) native "SVGStringList_clear_Callback_ RESOLVER_STRING_0_"; 6909
6283 6910 class BlinkSVGPathSegLinetoVerticalAbs {
6284 Native_SVGStringList_getItem_Callback(mthis, index) native "SVGStringList_getIte m_Callback_RESOLVER_STRING_1_unsigned long"; 6911 static $y_Getter(mthis) native "SVGPathSegLinetoVerticalAbs_y_Getter";
6285 6912
6286 Native_SVGStringList_initialize_Callback(mthis, item) native "SVGStringList_init ialize_Callback_RESOLVER_STRING_1_DOMString"; 6913 static $y_Setter(mthis, value) native "SVGPathSegLinetoVerticalAbs_y_Setter";
6287 6914 }
6288 Native_SVGStringList_insertItemBefore_Callback(mthis, item, index) native "SVGSt ringList_insertItemBefore_Callback_RESOLVER_STRING_2_DOMString_unsigned long"; 6915
6289 6916 class BlinkSVGPathSegLinetoVerticalRel {
6290 Native_SVGStringList_removeItem_Callback(mthis, index) native "SVGStringList_rem oveItem_Callback_RESOLVER_STRING_1_unsigned long"; 6917 static $y_Getter(mthis) native "SVGPathSegLinetoVerticalRel_y_Getter";
6291 6918
6292 Native_SVGStringList_replaceItem_Callback(mthis, item, index) native "SVGStringL ist_replaceItem_Callback_RESOLVER_STRING_2_DOMString_unsigned long"; 6919 static $y_Setter(mthis, value) native "SVGPathSegLinetoVerticalRel_y_Setter";
6293 6920 }
6294 Native_SVGStyleElement_disabled_Getter(mthis) native "SVGStyleElement_disabled_G etter"; 6921
6295 6922 class BlinkSVGPathSegList {
6296 Native_SVGStyleElement_disabled_Setter(mthis, value) native "SVGStyleElement_dis abled_Setter"; 6923 static $numberOfItems_Getter(mthis) native "SVGPathSegList_numberOfItems_Gette r";
6297 6924
6298 Native_SVGStyleElement_media_Getter(mthis) native "SVGStyleElement_media_Getter" ; 6925 static $appendItem_Callback(mthis, newItem) native "SVGPathSegList_appendItem_ Callback_RESOLVER_STRING_1_SVGPathSeg";
6299 6926
6300 Native_SVGStyleElement_media_Setter(mthis, value) native "SVGStyleElement_media_ Setter"; 6927 static $clear_Callback(mthis) native "SVGPathSegList_clear_Callback_RESOLVER_S TRING_0_";
6301 6928
6302 Native_SVGStyleElement_title_Getter(mthis) native "SVGStyleElement_title_Getter" ; 6929 static $getItem_Callback(mthis, index) native "SVGPathSegList_getItem_Callback _RESOLVER_STRING_1_unsigned long";
6303 6930
6304 Native_SVGStyleElement_title_Setter(mthis, value) native "SVGStyleElement_title_ Setter"; 6931 static $initialize_Callback(mthis, newItem) native "SVGPathSegList_initialize_ Callback_RESOLVER_STRING_1_SVGPathSeg";
6305 6932
6306 Native_SVGStyleElement_type_Getter(mthis) native "SVGStyleElement_type_Getter"; 6933 static $insertItemBefore_Callback(mthis, newItem, index) native "SVGPathSegLis t_insertItemBefore_Callback_RESOLVER_STRING_2_SVGPathSeg_unsigned long";
6307 6934
6308 Native_SVGStyleElement_type_Setter(mthis, value) native "SVGStyleElement_type_Se tter"; 6935 static $removeItem_Callback(mthis, index) native "SVGPathSegList_removeItem_Ca llback_RESOLVER_STRING_1_unsigned long";
6309 6936
6310 Native_SVGSymbolElement_preserveAspectRatio_Getter(mthis) native "SVGSymbolEleme nt_preserveAspectRatio_Getter"; 6937 static $replaceItem_Callback(mthis, newItem, index) native "SVGPathSegList_rep laceItem_Callback_RESOLVER_STRING_2_SVGPathSeg_unsigned long";
6311 6938 }
6312 Native_SVGSymbolElement_viewBox_Getter(mthis) native "SVGSymbolElement_viewBox_G etter"; 6939
6313 6940 class BlinkSVGPathSegMovetoAbs {
6314 Native_SVGTextPathElement_method_Getter(mthis) native "SVGTextPathElement_method _Getter"; 6941 static $x_Getter(mthis) native "SVGPathSegMovetoAbs_x_Getter";
6315 6942
6316 Native_SVGTextPathElement_spacing_Getter(mthis) native "SVGTextPathElement_spaci ng_Getter"; 6943 static $x_Setter(mthis, value) native "SVGPathSegMovetoAbs_x_Setter";
6317 6944
6318 Native_SVGTextPathElement_startOffset_Getter(mthis) native "SVGTextPathElement_s tartOffset_Getter"; 6945 static $y_Getter(mthis) native "SVGPathSegMovetoAbs_y_Getter";
6319 6946
6320 Native_SVGTextPathElement_href_Getter(mthis) native "SVGTextPathElement_href_Get ter"; 6947 static $y_Setter(mthis, value) native "SVGPathSegMovetoAbs_y_Setter";
6321 6948 }
6322 Native_SVGTransform_angle_Getter(mthis) native "SVGTransform_angle_Getter"; 6949
6323 6950 class BlinkSVGPathSegMovetoRel {
6324 Native_SVGTransform_matrix_Getter(mthis) native "SVGTransform_matrix_Getter"; 6951 static $x_Getter(mthis) native "SVGPathSegMovetoRel_x_Getter";
6325 6952
6326 Native_SVGTransform_type_Getter(mthis) native "SVGTransform_type_Getter"; 6953 static $x_Setter(mthis, value) native "SVGPathSegMovetoRel_x_Setter";
6327 6954
6328 Native_SVGTransform_setMatrix_Callback(mthis, matrix) native "SVGTransform_setMa trix_Callback_RESOLVER_STRING_1_SVGMatrix"; 6955 static $y_Getter(mthis) native "SVGPathSegMovetoRel_y_Getter";
6329 6956
6330 Native_SVGTransform_setRotate_Callback(mthis, angle, cx, cy) native "SVGTransfor m_setRotate_Callback_RESOLVER_STRING_3_float_float_float"; 6957 static $y_Setter(mthis, value) native "SVGPathSegMovetoRel_y_Setter";
6331 6958 }
6332 Native_SVGTransform_setScale_Callback(mthis, sx, sy) native "SVGTransform_setSca le_Callback_RESOLVER_STRING_2_float_float"; 6959
6333 6960 class BlinkSVGPatternElement {
6334 Native_SVGTransform_setSkewX_Callback(mthis, angle) native "SVGTransform_setSkew X_Callback_RESOLVER_STRING_1_float"; 6961 static $height_Getter(mthis) native "SVGPatternElement_height_Getter";
6335 6962
6336 Native_SVGTransform_setSkewY_Callback(mthis, angle) native "SVGTransform_setSkew Y_Callback_RESOLVER_STRING_1_float"; 6963 static $patternContentUnits_Getter(mthis) native "SVGPatternElement_patternCon tentUnits_Getter";
6337 6964
6338 Native_SVGTransform_setTranslate_Callback(mthis, tx, ty) native "SVGTransform_se tTranslate_Callback_RESOLVER_STRING_2_float_float"; 6965 static $patternTransform_Getter(mthis) native "SVGPatternElement_patternTransf orm_Getter";
6339 6966
6340 Native_SVGTransformList_numberOfItems_Getter(mthis) native "SVGTransformList_num berOfItems_Getter"; 6967 static $patternUnits_Getter(mthis) native "SVGPatternElement_patternUnits_Gett er";
6341 6968
6342 Native_SVGTransformList_appendItem_Callback(mthis, item) native "SVGTransformLis t_appendItem_Callback_RESOLVER_STRING_1_SVGTransform"; 6969 static $width_Getter(mthis) native "SVGPatternElement_width_Getter";
6343 6970
6344 Native_SVGTransformList_clear_Callback(mthis) native "SVGTransformList_clear_Cal lback_RESOLVER_STRING_0_"; 6971 static $x_Getter(mthis) native "SVGPatternElement_x_Getter";
6345 6972
6346 Native_SVGTransformList_consolidate_Callback(mthis) native "SVGTransformList_con solidate_Callback_RESOLVER_STRING_0_"; 6973 static $y_Getter(mthis) native "SVGPatternElement_y_Getter";
6347 6974
6348 Native_SVGTransformList_createSVGTransformFromMatrix_Callback(mthis, matrix) nat ive "SVGTransformList_createSVGTransformFromMatrix_Callback_RESOLVER_STRING_1_SV GMatrix"; 6975 static $preserveAspectRatio_Getter(mthis) native "SVGPatternElement_preserveAs pectRatio_Getter";
6349 6976
6350 Native_SVGTransformList_getItem_Callback(mthis, index) native "SVGTransformList_ getItem_Callback_RESOLVER_STRING_1_unsigned long"; 6977 static $viewBox_Getter(mthis) native "SVGPatternElement_viewBox_Getter";
6351 6978
6352 Native_SVGTransformList_initialize_Callback(mthis, item) native "SVGTransformLis t_initialize_Callback_RESOLVER_STRING_1_SVGTransform"; 6979 static $requiredExtensions_Getter(mthis) native "SVGPatternElement_requiredExt ensions_Getter";
6353 6980
6354 Native_SVGTransformList_insertItemBefore_Callback(mthis, item, index) native "SV GTransformList_insertItemBefore_Callback_RESOLVER_STRING_2_SVGTransform_unsigned long"; 6981 static $requiredFeatures_Getter(mthis) native "SVGPatternElement_requiredFeatu res_Getter";
6355 6982
6356 Native_SVGTransformList_removeItem_Callback(mthis, index) native "SVGTransformLi st_removeItem_Callback_RESOLVER_STRING_1_unsigned long"; 6983 static $systemLanguage_Getter(mthis) native "SVGPatternElement_systemLanguage_ Getter";
6357 6984
6358 Native_SVGTransformList_replaceItem_Callback(mthis, item, index) native "SVGTran sformList_replaceItem_Callback_RESOLVER_STRING_2_SVGTransform_unsigned long"; 6985 static $hasExtension_Callback(mthis, extension) native "SVGPatternElement_hasE xtension_Callback_RESOLVER_STRING_1_DOMString";
6359 6986
6360 Native_SVGUseElement_animatedInstanceRoot_Getter(mthis) native "SVGUseElement_an imatedInstanceRoot_Getter"; 6987 static $href_Getter(mthis) native "SVGPatternElement_href_Getter";
6361 6988 }
6362 Native_SVGUseElement_height_Getter(mthis) native "SVGUseElement_height_Getter"; 6989
6363 6990 class BlinkSVGPoint {
6364 Native_SVGUseElement_instanceRoot_Getter(mthis) native "SVGUseElement_instanceRo ot_Getter"; 6991 static $x_Getter(mthis) native "SVGPoint_x_Getter";
6365 6992
6366 Native_SVGUseElement_width_Getter(mthis) native "SVGUseElement_width_Getter"; 6993 static $x_Setter(mthis, value) native "SVGPoint_x_Setter";
6367 6994
6368 Native_SVGUseElement_x_Getter(mthis) native "SVGUseElement_x_Getter"; 6995 static $y_Getter(mthis) native "SVGPoint_y_Getter";
6369 6996
6370 Native_SVGUseElement_y_Getter(mthis) native "SVGUseElement_y_Getter"; 6997 static $y_Setter(mthis, value) native "SVGPoint_y_Setter";
6371 6998
6372 Native_SVGUseElement_requiredExtensions_Getter(mthis) native "SVGGraphicsElement _requiredExtensions_Getter"; 6999 static $matrixTransform_Callback(mthis, matrix) native "SVGPoint_matrixTransfo rm_Callback_RESOLVER_STRING_1_SVGMatrix";
6373 7000 }
6374 Native_SVGUseElement_requiredFeatures_Getter(mthis) native "SVGGraphicsElement_r equiredFeatures_Getter"; 7001
6375 7002 class BlinkSVGPointList {
6376 Native_SVGUseElement_systemLanguage_Getter(mthis) native "SVGGraphicsElement_sys temLanguage_Getter"; 7003 static $numberOfItems_Getter(mthis) native "SVGPointList_numberOfItems_Getter" ;
6377 7004
6378 Native_SVGUseElement_hasExtension_Callback(mthis, extension) native "SVGGraphics Element_hasExtension_Callback_RESOLVER_STRING_1_DOMString"; 7005 static $appendItem_Callback(mthis, item) native "SVGPointList_appendItem_Callb ack_RESOLVER_STRING_1_SVGPoint";
6379 7006
6380 Native_SVGUseElement_href_Getter(mthis) native "SVGUseElement_href_Getter"; 7007 static $clear_Callback(mthis) native "SVGPointList_clear_Callback_RESOLVER_STR ING_0_";
6381 7008
6382 Native_SVGViewElement_viewTarget_Getter(mthis) native "SVGViewElement_viewTarget _Getter"; 7009 static $getItem_Callback(mthis, index) native "SVGPointList_getItem_Callback_R ESOLVER_STRING_1_unsigned long";
6383 7010
6384 Native_SVGViewElement_preserveAspectRatio_Getter(mthis) native "SVGViewElement_p reserveAspectRatio_Getter"; 7011 static $initialize_Callback(mthis, item) native "SVGPointList_initialize_Callb ack_RESOLVER_STRING_1_SVGPoint";
6385 7012
6386 Native_SVGViewElement_viewBox_Getter(mthis) native "SVGViewElement_viewBox_Gette r"; 7013 static $insertItemBefore_Callback(mthis, item, index) native "SVGPointList_ins ertItemBefore_Callback_RESOLVER_STRING_2_SVGPoint_unsigned long";
6387 7014
6388 Native_SVGViewElement_zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan _Getter"; 7015 static $removeItem_Callback(mthis, index) native "SVGPointList_removeItem_Call back_RESOLVER_STRING_1_unsigned long";
6389 7016
6390 Native_SVGViewElement_zoomAndPan_Setter(mthis, value) native "SVGViewElement_zoo mAndPan_Setter"; 7017 static $replaceItem_Callback(mthis, item, index) native "SVGPointList_replaceI tem_Callback_RESOLVER_STRING_2_SVGPoint_unsigned long";
6391 7018 }
6392 Native_SVGViewSpec_preserveAspectRatioString_Getter(mthis) native "SVGViewSpec_p reserveAspectRatioString_Getter"; 7019
6393 7020 class BlinkSVGPolygonElement {
6394 Native_SVGViewSpec_transform_Getter(mthis) native "SVGViewSpec_transform_Getter" ; 7021 static $animatedPoints_Getter(mthis) native "SVGPolygonElement_animatedPoints_ Getter";
6395 7022
6396 Native_SVGViewSpec_transformString_Getter(mthis) native "SVGViewSpec_transformSt ring_Getter"; 7023 static $points_Getter(mthis) native "SVGPolygonElement_points_Getter";
6397 7024 }
6398 Native_SVGViewSpec_viewBoxString_Getter(mthis) native "SVGViewSpec_viewBoxString _Getter"; 7025
6399 7026 class BlinkSVGPolylineElement {
6400 Native_SVGViewSpec_viewTarget_Getter(mthis) native "SVGViewSpec_viewTarget_Gette r"; 7027 static $animatedPoints_Getter(mthis) native "SVGPolylineElement_animatedPoints _Getter";
6401 7028
6402 Native_SVGViewSpec_viewTargetString_Getter(mthis) native "SVGViewSpec_viewTarget String_Getter"; 7029 static $points_Getter(mthis) native "SVGPolylineElement_points_Getter";
6403 7030 }
6404 Native_SVGViewSpec_preserveAspectRatio_Getter(mthis) native "SVGViewSpec_preserv eAspectRatio_Getter"; 7031
6405 7032 class BlinkSVGPreserveAspectRatio {
6406 Native_SVGViewSpec_viewBox_Getter(mthis) native "SVGViewSpec_viewBox_Getter"; 7033 static $align_Getter(mthis) native "SVGPreserveAspectRatio_align_Getter";
6407 7034
6408 Native_SVGViewSpec_zoomAndPan_Getter(mthis) native "SVGViewSpec_zoomAndPan_Gette r"; 7035 static $align_Setter(mthis, value) native "SVGPreserveAspectRatio_align_Setter ";
6409 7036
6410 Native_SVGViewSpec_zoomAndPan_Setter(mthis, value) native "SVGViewSpec_zoomAndPa n_Setter"; 7037 static $meetOrSlice_Getter(mthis) native "SVGPreserveAspectRatio_meetOrSlice_G etter";
6411 7038
6412 Native_SVGZoomEvent_newScale_Getter(mthis) native "SVGZoomEvent_newScale_Getter" ; 7039 static $meetOrSlice_Setter(mthis, value) native "SVGPreserveAspectRatio_meetOr Slice_Setter";
6413 7040 }
6414 Native_SVGZoomEvent_newTranslate_Getter(mthis) native "SVGZoomEvent_newTranslate _Getter"; 7041
6415 7042 class BlinkSVGRadialGradientElement {
6416 Native_SVGZoomEvent_previousScale_Getter(mthis) native "SVGZoomEvent_previousSca le_Getter"; 7043 static $cx_Getter(mthis) native "SVGRadialGradientElement_cx_Getter";
6417 7044
6418 Native_SVGZoomEvent_previousTranslate_Getter(mthis) native "SVGZoomEvent_previou sTranslate_Getter"; 7045 static $cy_Getter(mthis) native "SVGRadialGradientElement_cy_Getter";
6419 7046
6420 Native_SVGZoomEvent_zoomRectScreen_Getter(mthis) native "SVGZoomEvent_zoomRectSc reen_Getter"; 7047 static $fr_Getter(mthis) native "SVGRadialGradientElement_fr_Getter";
6421 7048
6422 Native_Screen_availHeight_Getter(mthis) native "Screen_availHeight_Getter"; 7049 static $fx_Getter(mthis) native "SVGRadialGradientElement_fx_Getter";
6423 7050
6424 Native_Screen_availLeft_Getter(mthis) native "Screen_availLeft_Getter"; 7051 static $fy_Getter(mthis) native "SVGRadialGradientElement_fy_Getter";
6425 7052
6426 Native_Screen_availTop_Getter(mthis) native "Screen_availTop_Getter"; 7053 static $r_Getter(mthis) native "SVGRadialGradientElement_r_Getter";
6427 7054 }
6428 Native_Screen_availWidth_Getter(mthis) native "Screen_availWidth_Getter"; 7055
6429 7056 class BlinkSVGRect {
6430 Native_Screen_colorDepth_Getter(mthis) native "Screen_colorDepth_Getter"; 7057 static $height_Getter(mthis) native "SVGRect_height_Getter";
6431 7058
6432 Native_Screen_height_Getter(mthis) native "Screen_height_Getter"; 7059 static $height_Setter(mthis, value) native "SVGRect_height_Setter";
6433 7060
6434 Native_Screen_orientation_Getter(mthis) native "Screen_orientation_Getter"; 7061 static $width_Getter(mthis) native "SVGRect_width_Getter";
6435 7062
6436 Native_Screen_pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; 7063 static $width_Setter(mthis, value) native "SVGRect_width_Setter";
6437 7064
6438 Native_Screen_width_Getter(mthis) native "Screen_width_Getter"; 7065 static $x_Getter(mthis) native "SVGRect_x_Getter";
6439 7066
6440 Native_Screen_lockOrientation_Callback(mthis, orientation) native "Screen_lockOr ientation_Callback_RESOLVER_STRING_1_DOMString"; 7067 static $x_Setter(mthis, value) native "SVGRect_x_Setter";
6441 7068
6442 Native_Screen_unlockOrientation_Callback(mthis) native "Screen_unlockOrientation _Callback_RESOLVER_STRING_0_"; 7069 static $y_Getter(mthis) native "SVGRect_y_Getter";
6443 7070
6444 Native_ScriptProcessorNode_bufferSize_Getter(mthis) native "ScriptProcessorNode_ bufferSize_Getter"; 7071 static $y_Setter(mthis, value) native "SVGRect_y_Setter";
6445 7072 }
6446 Native_ScriptProcessorNode__setEventListener_Callback(mthis, eventListener) nati ve "ScriptProcessorNode_setEventListener_Callback"; 7073
6447 7074 class BlinkSVGRectElement {
6448 Native_SecurityPolicyViolationEvent_blockedURI_Getter(mthis) native "SecurityPol icyViolationEvent_blockedURI_Getter"; 7075 static $height_Getter(mthis) native "SVGRectElement_height_Getter";
6449 7076
6450 Native_SecurityPolicyViolationEvent_columnNumber_Getter(mthis) native "SecurityP olicyViolationEvent_columnNumber_Getter"; 7077 static $rx_Getter(mthis) native "SVGRectElement_rx_Getter";
6451 7078
6452 Native_SecurityPolicyViolationEvent_documentURI_Getter(mthis) native "SecurityPo licyViolationEvent_documentURI_Getter"; 7079 static $ry_Getter(mthis) native "SVGRectElement_ry_Getter";
6453 7080
6454 Native_SecurityPolicyViolationEvent_effectiveDirective_Getter(mthis) native "Sec urityPolicyViolationEvent_effectiveDirective_Getter"; 7081 static $width_Getter(mthis) native "SVGRectElement_width_Getter";
6455 7082
6456 Native_SecurityPolicyViolationEvent_lineNumber_Getter(mthis) native "SecurityPol icyViolationEvent_lineNumber_Getter"; 7083 static $x_Getter(mthis) native "SVGRectElement_x_Getter";
6457 7084
6458 Native_SecurityPolicyViolationEvent_originalPolicy_Getter(mthis) native "Securit yPolicyViolationEvent_originalPolicy_Getter"; 7085 static $y_Getter(mthis) native "SVGRectElement_y_Getter";
6459 7086 }
6460 Native_SecurityPolicyViolationEvent_referrer_Getter(mthis) native "SecurityPolic yViolationEvent_referrer_Getter"; 7087
6461 7088 class BlinkSVGRenderingIntent {}
6462 Native_SecurityPolicyViolationEvent_sourceFile_Getter(mthis) native "SecurityPol icyViolationEvent_sourceFile_Getter"; 7089
6463 7090 class BlinkSVGZoomAndPan {
6464 Native_SecurityPolicyViolationEvent_statusCode_Getter(mthis) native "SecurityPol icyViolationEvent_statusCode_Getter"; 7091 static $zoomAndPan_Getter(mthis) native "SVGZoomAndPan_zoomAndPan_Getter";
6465 7092
6466 Native_SecurityPolicyViolationEvent_violatedDirective_Getter(mthis) native "Secu rityPolicyViolationEvent_violatedDirective_Getter"; 7093 static $zoomAndPan_Setter(mthis, value) native "SVGZoomAndPan_zoomAndPan_Sette r";
6467 7094 }
6468 Native_Selection_anchorNode_Getter(mthis) native "Selection_anchorNode_Getter"; 7095
6469 7096 class BlinkSVGSVGElement {
6470 Native_Selection_anchorOffset_Getter(mthis) native "Selection_anchorOffset_Gette r"; 7097 static $currentScale_Getter(mthis) native "SVGSVGElement_currentScale_Getter";
6471 7098
6472 Native_Selection_baseNode_Getter(mthis) native "Selection_baseNode_Getter"; 7099 static $currentScale_Setter(mthis, value) native "SVGSVGElement_currentScale_S etter";
6473 7100
6474 Native_Selection_baseOffset_Getter(mthis) native "Selection_baseOffset_Getter"; 7101 static $currentTranslate_Getter(mthis) native "SVGSVGElement_currentTranslate_ Getter";
6475 7102
6476 Native_Selection_extentNode_Getter(mthis) native "Selection_extentNode_Getter"; 7103 static $currentView_Getter(mthis) native "SVGSVGElement_currentView_Getter";
6477 7104
6478 Native_Selection_extentOffset_Getter(mthis) native "Selection_extentOffset_Gette r"; 7105 static $height_Getter(mthis) native "SVGSVGElement_height_Getter";
6479 7106
6480 Native_Selection_focusNode_Getter(mthis) native "Selection_focusNode_Getter"; 7107 static $pixelUnitToMillimeterX_Getter(mthis) native "SVGSVGElement_pixelUnitTo MillimeterX_Getter";
6481 7108
6482 Native_Selection_focusOffset_Getter(mthis) native "Selection_focusOffset_Getter" ; 7109 static $pixelUnitToMillimeterY_Getter(mthis) native "SVGSVGElement_pixelUnitTo MillimeterY_Getter";
6483 7110
6484 Native_Selection_isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter" ; 7111 static $screenPixelToMillimeterX_Getter(mthis) native "SVGSVGElement_screenPix elToMillimeterX_Getter";
6485 7112
6486 Native_Selection_rangeCount_Getter(mthis) native "Selection_rangeCount_Getter"; 7113 static $screenPixelToMillimeterY_Getter(mthis) native "SVGSVGElement_screenPix elToMillimeterY_Getter";
6487 7114
6488 Native_Selection_type_Getter(mthis) native "Selection_type_Getter"; 7115 static $useCurrentView_Getter(mthis) native "SVGSVGElement_useCurrentView_Gett er";
6489 7116
6490 Native_Selection_addRange_Callback(mthis, range) native "Selection_addRange_Call back_RESOLVER_STRING_1_Range"; 7117 static $viewport_Getter(mthis) native "SVGSVGElement_viewport_Getter";
6491 7118
6492 Native_Selection_collapse_Callback(mthis, node, index) native "Selection_collaps e_Callback_RESOLVER_STRING_2_Node_long"; 7119 static $width_Getter(mthis) native "SVGSVGElement_width_Getter";
6493 7120
6494 Native_Selection_collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_C allback_RESOLVER_STRING_0_"; 7121 static $x_Getter(mthis) native "SVGSVGElement_x_Getter";
6495 7122
6496 Native_Selection_collapseToStart_Callback(mthis) native "Selection_collapseToSta rt_Callback_RESOLVER_STRING_0_"; 7123 static $y_Getter(mthis) native "SVGSVGElement_y_Getter";
6497 7124
6498 Native_Selection_containsNode_Callback(mthis, node, allowPartial) native "Select ion_containsNode_Callback_RESOLVER_STRING_2_Node_boolean"; 7125 static $animationsPaused_Callback(mthis) native "SVGSVGElement_animationsPause d_Callback_RESOLVER_STRING_0_";
6499 7126
6500 Native_Selection_deleteFromDocument_Callback(mthis) native "Selection_deleteFrom Document_Callback_RESOLVER_STRING_0_"; 7127 static $checkEnclosure_Callback(mthis, element, rect) native "SVGSVGElement_ch eckEnclosure_Callback_RESOLVER_STRING_2_SVGElement_SVGRect";
6501 7128
6502 Native_Selection_empty_Callback(mthis) native "Selection_empty_Callback_RESOLVER _STRING_0_"; 7129 static $checkIntersection_Callback(mthis, element, rect) native "SVGSVGElement _checkIntersection_Callback_RESOLVER_STRING_2_SVGElement_SVGRect";
6503 7130
6504 Native_Selection_extend_Callback(mthis, node, offset) native "Selection_extend_C allback_RESOLVER_STRING_2_Node_long"; 7131 static $createSVGAngle_Callback(mthis) native "SVGSVGElement_createSVGAngle_Ca llback_RESOLVER_STRING_0_";
6505 7132
6506 Native_Selection_getRangeAt_Callback(mthis, index) native "Selection_getRangeAt_ Callback_RESOLVER_STRING_1_long"; 7133 static $createSVGLength_Callback(mthis) native "SVGSVGElement_createSVGLength_ Callback_RESOLVER_STRING_0_";
6507 7134
6508 Native_Selection_modify_Callback(mthis, alter, direction, granularity) native "S election_modify_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString"; 7135 static $createSVGMatrix_Callback(mthis) native "SVGSVGElement_createSVGMatrix_ Callback_RESOLVER_STRING_0_";
6509 7136
6510 Native_Selection_removeAllRanges_Callback(mthis) native "Selection_removeAllRang es_Callback_RESOLVER_STRING_0_"; 7137 static $createSVGNumber_Callback(mthis) native "SVGSVGElement_createSVGNumber_ Callback_RESOLVER_STRING_0_";
6511 7138
6512 Native_Selection_selectAllChildren_Callback(mthis, node) native "Selection_selec tAllChildren_Callback_RESOLVER_STRING_1_Node"; 7139 static $createSVGPoint_Callback(mthis) native "SVGSVGElement_createSVGPoint_Ca llback_RESOLVER_STRING_0_";
6513 7140
6514 Native_Selection_setBaseAndExtent_Callback(mthis, baseNode, baseOffset, extentNo de, extentOffset) native "Selection_setBaseAndExtent_Callback_RESOLVER_STRING_4_ Node_long_Node_long"; 7141 static $createSVGRect_Callback(mthis) native "SVGSVGElement_createSVGRect_Call back_RESOLVER_STRING_0_";
6515 7142
6516 Native_Selection_setPosition_Callback(mthis, node, offset) native "Selection_set Position_Callback_RESOLVER_STRING_2_Node_long"; 7143 static $createSVGTransform_Callback(mthis) native "SVGSVGElement_createSVGTran sform_Callback_RESOLVER_STRING_0_";
6517 7144
6518 Native_Selection_toString_Callback(mthis) native "Selection_toString_Callback_RE SOLVER_STRING_0_"; 7145 static $createSVGTransformFromMatrix_Callback(mthis, matrix) native "SVGSVGEle ment_createSVGTransformFromMatrix_Callback_RESOLVER_STRING_1_SVGMatrix";
6519 7146
6520 Native_ShadowRoot_activeElement_Getter(mthis) native "ShadowRoot_activeElement_G etter"; 7147 static $deselectAll_Callback(mthis) native "SVGSVGElement_deselectAll_Callback _RESOLVER_STRING_0_";
6521 7148
6522 Native_ShadowRoot_host_Getter(mthis) native "ShadowRoot_host_Getter"; 7149 static $forceRedraw_Callback(mthis) native "SVGSVGElement_forceRedraw_Callback _RESOLVER_STRING_0_";
6523 7150
6524 Native_ShadowRoot_innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; 7151 static $getCurrentTime_Callback(mthis) native "SVGSVGElement_getCurrentTime_Ca llback_RESOLVER_STRING_0_";
6525 7152
6526 Native_ShadowRoot_innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Se tter"; 7153 static $getElementById_Callback(mthis, elementId) native "SVGSVGElement_getEle mentById_Callback_RESOLVER_STRING_1_DOMString";
6527 7154
6528 Native_ShadowRoot_olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRo ot_Getter"; 7155 static $getEnclosureList_Callback(mthis, rect, referenceElement) native "SVGSV GElement_getEnclosureList_Callback_RESOLVER_STRING_2_SVGRect_SVGElement";
6529 7156
6530 Native_ShadowRoot_resetStyleInheritance_Getter(mthis) native "ShadowRoot_resetSt yleInheritance_Getter"; 7157 static $getIntersectionList_Callback(mthis, rect, referenceElement) native "SV GSVGElement_getIntersectionList_Callback_RESOLVER_STRING_2_SVGRect_SVGElement";
6531 7158
6532 Native_ShadowRoot_resetStyleInheritance_Setter(mthis, value) native "ShadowRoot_ resetStyleInheritance_Setter"; 7159 static $pauseAnimations_Callback(mthis) native "SVGSVGElement_pauseAnimations_ Callback_RESOLVER_STRING_0_";
6533 7160
6534 Native_ShadowRoot_styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Gette r"; 7161 static $setCurrentTime_Callback(mthis, seconds) native "SVGSVGElement_setCurre ntTime_Callback_RESOLVER_STRING_1_float";
6535 7162
6536 Native_ShadowRoot_cloneNode_Callback(mthis, deep) native "ShadowRoot_cloneNode_C allback_RESOLVER_STRING_1_boolean"; 7163 static $suspendRedraw_Callback(mthis, maxWaitMilliseconds) native "SVGSVGEleme nt_suspendRedraw_Callback_RESOLVER_STRING_1_unsigned long";
6537 7164
6538 Native_ShadowRoot_elementFromPoint_Callback(mthis, x, y) native "ShadowRoot_elem entFromPoint_Callback_RESOLVER_STRING_2_long_long"; 7165 static $unpauseAnimations_Callback(mthis) native "SVGSVGElement_unpauseAnimati ons_Callback_RESOLVER_STRING_0_";
6539 7166
6540 Native_ShadowRoot_getElementById_Callback(mthis, elementId) native "ShadowRoot_g etElementById_Callback_RESOLVER_STRING_1_DOMString"; 7167 static $unsuspendRedraw_Callback(mthis, suspendHandleId) native "SVGSVGElement _unsuspendRedraw_Callback_RESOLVER_STRING_1_unsigned long";
6541 7168
6542 Native_ShadowRoot_getElementsByClassName_Callback(mthis, className) native "Shad owRoot_getElementsByClassName_Callback_RESOLVER_STRING_1_DOMString"; 7169 static $unsuspendRedrawAll_Callback(mthis) native "SVGSVGElement_unsuspendRedr awAll_Callback_RESOLVER_STRING_0_";
6543 7170
6544 Native_ShadowRoot_getElementsByTagName_Callback(mthis, tagName) native "ShadowRo ot_getElementsByTagName_Callback_RESOLVER_STRING_1_DOMString"; 7171 static $preserveAspectRatio_Getter(mthis) native "SVGSVGElement_preserveAspect Ratio_Getter";
6545 7172
6546 Native_ShadowRoot_getSelection_Callback(mthis) native "ShadowRoot_getSelection_C allback_RESOLVER_STRING_0_"; 7173 static $viewBox_Getter(mthis) native "SVGSVGElement_viewBox_Getter";
6547 7174
6548 // Generated overload resolver 7175 static $zoomAndPan_Getter(mthis) native "SVGSVGElement_zoomAndPan_Getter";
6549 Native_SharedWorker_SharedWorker(scriptURL, name) { 7176
6550 return Native_SharedWorker__create_1constructorCallback(scriptURL, name); 7177 static $zoomAndPan_Setter(mthis, value) native "SVGSVGElement_zoomAndPan_Sette r";
6551 } 7178 }
6552 7179
6553 Native_SharedWorker__create_1constructorCallback(scriptURL, name) native "Shared Worker_constructorCallback_RESOLVER_STRING_2_DOMString_DOMString"; 7180 class BlinkSVGScriptElement {
6554 7181 static $type_Getter(mthis) native "SVGScriptElement_type_Getter";
6555 Native_SharedWorker_port_Getter(mthis) native "SharedWorker_port_Getter"; 7182
6556 7183 static $type_Setter(mthis, value) native "SVGScriptElement_type_Setter";
6557 Native_SharedWorker_workerStart_Getter(mthis) native "SharedWorker_workerStart_G etter"; 7184
6558 7185 static $href_Getter(mthis) native "SVGScriptElement_href_Getter";
6559 Native_SharedWorkerGlobalScope_name_Getter(mthis) native "SharedWorkerGlobalScop e_name_Getter"; 7186 }
6560 7187
6561 Native_SourceBuffer_appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWin dowEnd_Getter"; 7188 class BlinkSVGSetElement {}
6562 7189
6563 Native_SourceBuffer_appendWindowEnd_Setter(mthis, value) native "SourceBuffer_ap pendWindowEnd_Setter"; 7190 class BlinkSVGStopElement {
6564 7191 static $offset_Getter(mthis) native "SVGStopElement_offset_Getter";
6565 Native_SourceBuffer_appendWindowStart_Getter(mthis) native "SourceBuffer_appendW indowStart_Getter"; 7192 }
6566 7193
6567 Native_SourceBuffer_appendWindowStart_Setter(mthis, value) native "SourceBuffer_ appendWindowStart_Setter"; 7194 class BlinkSVGStringList {
6568 7195 static $numberOfItems_Getter(mthis) native "SVGStringList_numberOfItems_Getter ";
6569 Native_SourceBuffer_buffered_Getter(mthis) native "SourceBuffer_buffered_Getter" ; 7196
6570 7197 static $appendItem_Callback(mthis, item) native "SVGStringList_appendItem_Call back_RESOLVER_STRING_1_DOMString";
6571 Native_SourceBuffer_mode_Getter(mthis) native "SourceBuffer_mode_Getter"; 7198
6572 7199 static $clear_Callback(mthis) native "SVGStringList_clear_Callback_RESOLVER_ST RING_0_";
6573 Native_SourceBuffer_mode_Setter(mthis, value) native "SourceBuffer_mode_Setter"; 7200
6574 7201 static $getItem_Callback(mthis, index) native "SVGStringList_getItem_Callback_ RESOLVER_STRING_1_unsigned long";
6575 Native_SourceBuffer_timestampOffset_Getter(mthis) native "SourceBuffer_timestamp Offset_Getter"; 7202
6576 7203 static $initialize_Callback(mthis, item) native "SVGStringList_initialize_Call back_RESOLVER_STRING_1_DOMString";
6577 Native_SourceBuffer_timestampOffset_Setter(mthis, value) native "SourceBuffer_ti mestampOffset_Setter"; 7204
6578 7205 static $insertItemBefore_Callback(mthis, item, index) native "SVGStringList_in sertItemBefore_Callback_RESOLVER_STRING_2_DOMString_unsigned long";
6579 Native_SourceBuffer_updating_Getter(mthis) native "SourceBuffer_updating_Getter" ; 7206
6580 7207 static $removeItem_Callback(mthis, index) native "SVGStringList_removeItem_Cal lback_RESOLVER_STRING_1_unsigned long";
6581 Native_SourceBuffer_abort_Callback(mthis) native "SourceBuffer_abort_Callback_RE SOLVER_STRING_0_"; 7208
6582 7209 static $replaceItem_Callback(mthis, item, index) native "SVGStringList_replace Item_Callback_RESOLVER_STRING_2_DOMString_unsigned long";
6583 Native_SourceBuffer_appendBuffer_Callback(mthis, data) native "SourceBuffer_appe ndBuffer_Callback_RESOLVER_STRING_1_ArrayBuffer"; 7210 }
6584 7211
6585 // Generated overload resolver 7212 class BlinkSVGStyleElement {
6586 Native_SourceBuffer_appendStream(mthis, stream, maxSize) { 7213 static $disabled_Getter(mthis) native "SVGStyleElement_disabled_Getter";
7214
7215 static $disabled_Setter(mthis, value) native "SVGStyleElement_disabled_Setter" ;
7216
7217 static $media_Getter(mthis) native "SVGStyleElement_media_Getter";
7218
7219 static $media_Setter(mthis, value) native "SVGStyleElement_media_Setter";
7220
7221 static $title_Getter(mthis) native "SVGStyleElement_title_Getter";
7222
7223 static $title_Setter(mthis, value) native "SVGStyleElement_title_Setter";
7224
7225 static $type_Getter(mthis) native "SVGStyleElement_type_Getter";
7226
7227 static $type_Setter(mthis, value) native "SVGStyleElement_type_Setter";
7228 }
7229
7230 class BlinkSVGSwitchElement {}
7231
7232 class BlinkSVGSymbolElement {
7233 static $preserveAspectRatio_Getter(mthis) native "SVGSymbolElement_preserveAsp ectRatio_Getter";
7234
7235 static $viewBox_Getter(mthis) native "SVGSymbolElement_viewBox_Getter";
7236 }
7237
7238 class BlinkSVGTSpanElement {}
7239
7240 class BlinkSVGTextElement {}
7241
7242 class BlinkSVGTextPathElement {
7243 static $method_Getter(mthis) native "SVGTextPathElement_method_Getter";
7244
7245 static $spacing_Getter(mthis) native "SVGTextPathElement_spacing_Getter";
7246
7247 static $startOffset_Getter(mthis) native "SVGTextPathElement_startOffset_Gette r";
7248
7249 static $href_Getter(mthis) native "SVGTextPathElement_href_Getter";
7250 }
7251
7252 class BlinkSVGTitleElement {}
7253
7254 class BlinkSVGTransform {
7255 static $angle_Getter(mthis) native "SVGTransform_angle_Getter";
7256
7257 static $matrix_Getter(mthis) native "SVGTransform_matrix_Getter";
7258
7259 static $type_Getter(mthis) native "SVGTransform_type_Getter";
7260
7261 static $setMatrix_Callback(mthis, matrix) native "SVGTransform_setMatrix_Callb ack_RESOLVER_STRING_1_SVGMatrix";
7262
7263 static $setRotate_Callback(mthis, angle, cx, cy) native "SVGTransform_setRotat e_Callback_RESOLVER_STRING_3_float_float_float";
7264
7265 static $setScale_Callback(mthis, sx, sy) native "SVGTransform_setScale_Callbac k_RESOLVER_STRING_2_float_float";
7266
7267 static $setSkewX_Callback(mthis, angle) native "SVGTransform_setSkewX_Callback _RESOLVER_STRING_1_float";
7268
7269 static $setSkewY_Callback(mthis, angle) native "SVGTransform_setSkewY_Callback _RESOLVER_STRING_1_float";
7270
7271 static $setTranslate_Callback(mthis, tx, ty) native "SVGTransform_setTranslate _Callback_RESOLVER_STRING_2_float_float";
7272 }
7273
7274 class BlinkSVGTransformList {
7275 static $numberOfItems_Getter(mthis) native "SVGTransformList_numberOfItems_Get ter";
7276
7277 static $appendItem_Callback(mthis, item) native "SVGTransformList_appendItem_C allback_RESOLVER_STRING_1_SVGTransform";
7278
7279 static $clear_Callback(mthis) native "SVGTransformList_clear_Callback_RESOLVER _STRING_0_";
7280
7281 static $consolidate_Callback(mthis) native "SVGTransformList_consolidate_Callb ack_RESOLVER_STRING_0_";
7282
7283 static $createSVGTransformFromMatrix_Callback(mthis, matrix) native "SVGTransf ormList_createSVGTransformFromMatrix_Callback_RESOLVER_STRING_1_SVGMatrix";
7284
7285 static $getItem_Callback(mthis, index) native "SVGTransformList_getItem_Callba ck_RESOLVER_STRING_1_unsigned long";
7286
7287 static $initialize_Callback(mthis, item) native "SVGTransformList_initialize_C allback_RESOLVER_STRING_1_SVGTransform";
7288
7289 static $insertItemBefore_Callback(mthis, item, index) native "SVGTransformList _insertItemBefore_Callback_RESOLVER_STRING_2_SVGTransform_unsigned long";
7290
7291 static $removeItem_Callback(mthis, index) native "SVGTransformList_removeItem_ Callback_RESOLVER_STRING_1_unsigned long";
7292
7293 static $replaceItem_Callback(mthis, item, index) native "SVGTransformList_repl aceItem_Callback_RESOLVER_STRING_2_SVGTransform_unsigned long";
7294 }
7295
7296 class BlinkSVGUnitTypes {}
7297
7298 class BlinkSVGUseElement {
7299 static $animatedInstanceRoot_Getter(mthis) native "SVGUseElement_animatedInsta nceRoot_Getter";
7300
7301 static $height_Getter(mthis) native "SVGUseElement_height_Getter";
7302
7303 static $instanceRoot_Getter(mthis) native "SVGUseElement_instanceRoot_Getter";
7304
7305 static $width_Getter(mthis) native "SVGUseElement_width_Getter";
7306
7307 static $x_Getter(mthis) native "SVGUseElement_x_Getter";
7308
7309 static $y_Getter(mthis) native "SVGUseElement_y_Getter";
7310
7311 static $requiredExtensions_Getter(mthis) native "SVGGraphicsElement_requiredEx tensions_Getter";
7312
7313 static $requiredFeatures_Getter(mthis) native "SVGGraphicsElement_requiredFeat ures_Getter";
7314
7315 static $systemLanguage_Getter(mthis) native "SVGGraphicsElement_systemLanguage _Getter";
7316
7317 static $hasExtension_Callback(mthis, extension) native "SVGGraphicsElement_has Extension_Callback_RESOLVER_STRING_1_DOMString";
7318
7319 static $href_Getter(mthis) native "SVGUseElement_href_Getter";
7320 }
7321
7322 class BlinkSVGVKernElement {}
7323
7324 class BlinkSVGViewElement {
7325 static $viewTarget_Getter(mthis) native "SVGViewElement_viewTarget_Getter";
7326
7327 static $preserveAspectRatio_Getter(mthis) native "SVGViewElement_preserveAspec tRatio_Getter";
7328
7329 static $viewBox_Getter(mthis) native "SVGViewElement_viewBox_Getter";
7330
7331 static $zoomAndPan_Getter(mthis) native "SVGViewElement_zoomAndPan_Getter";
7332
7333 static $zoomAndPan_Setter(mthis, value) native "SVGViewElement_zoomAndPan_Sett er";
7334 }
7335
7336 class BlinkSVGViewSpec {
7337 static $preserveAspectRatioString_Getter(mthis) native "SVGViewSpec_preserveAs pectRatioString_Getter";
7338
7339 static $transform_Getter(mthis) native "SVGViewSpec_transform_Getter";
7340
7341 static $transformString_Getter(mthis) native "SVGViewSpec_transformString_Gett er";
7342
7343 static $viewBoxString_Getter(mthis) native "SVGViewSpec_viewBoxString_Getter";
7344
7345 static $viewTarget_Getter(mthis) native "SVGViewSpec_viewTarget_Getter";
7346
7347 static $viewTargetString_Getter(mthis) native "SVGViewSpec_viewTargetString_Ge tter";
7348
7349 static $preserveAspectRatio_Getter(mthis) native "SVGViewSpec_preserveAspectRa tio_Getter";
7350
7351 static $viewBox_Getter(mthis) native "SVGViewSpec_viewBox_Getter";
7352
7353 static $zoomAndPan_Getter(mthis) native "SVGViewSpec_zoomAndPan_Getter";
7354
7355 static $zoomAndPan_Setter(mthis, value) native "SVGViewSpec_zoomAndPan_Setter" ;
7356 }
7357
7358 class BlinkSVGZoomEvent {
7359 static $newScale_Getter(mthis) native "SVGZoomEvent_newScale_Getter";
7360
7361 static $newTranslate_Getter(mthis) native "SVGZoomEvent_newTranslate_Getter";
7362
7363 static $previousScale_Getter(mthis) native "SVGZoomEvent_previousScale_Getter" ;
7364
7365 static $previousTranslate_Getter(mthis) native "SVGZoomEvent_previousTranslate _Getter";
7366
7367 static $zoomRectScreen_Getter(mthis) native "SVGZoomEvent_zoomRectScreen_Gette r";
7368 }
7369
7370 class BlinkScreen {
7371 static $availHeight_Getter(mthis) native "Screen_availHeight_Getter";
7372
7373 static $availLeft_Getter(mthis) native "Screen_availLeft_Getter";
7374
7375 static $availTop_Getter(mthis) native "Screen_availTop_Getter";
7376
7377 static $availWidth_Getter(mthis) native "Screen_availWidth_Getter";
7378
7379 static $colorDepth_Getter(mthis) native "Screen_colorDepth_Getter";
7380
7381 static $height_Getter(mthis) native "Screen_height_Getter";
7382
7383 static $orientation_Getter(mthis) native "Screen_orientation_Getter";
7384
7385 static $pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter";
7386
7387 static $width_Getter(mthis) native "Screen_width_Getter";
7388
7389 static $lockOrientation_Callback(mthis, orientation) native "Screen_lockOrient ation_Callback_RESOLVER_STRING_1_DOMString";
7390
7391 static $unlockOrientation_Callback(mthis) native "Screen_unlockOrientation_Cal lback_RESOLVER_STRING_0_";
7392 }
7393
7394 class BlinkScriptProcessorNode {
7395 static $bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter ";
7396
7397 static $_setEventListener_Callback(mthis, eventListener) native "ScriptProcess orNode_setEventListener_Callback";
7398 }
7399
7400 class BlinkSecurityPolicyViolationEvent {
7401 static $blockedURI_Getter(mthis) native "SecurityPolicyViolationEvent_blockedU RI_Getter";
7402
7403 static $columnNumber_Getter(mthis) native "SecurityPolicyViolationEvent_column Number_Getter";
7404
7405 static $documentURI_Getter(mthis) native "SecurityPolicyViolationEvent_documen tURI_Getter";
7406
7407 static $effectiveDirective_Getter(mthis) native "SecurityPolicyViolationEvent_ effectiveDirective_Getter";
7408
7409 static $lineNumber_Getter(mthis) native "SecurityPolicyViolationEvent_lineNumb er_Getter";
7410
7411 static $originalPolicy_Getter(mthis) native "SecurityPolicyViolationEvent_orig inalPolicy_Getter";
7412
7413 static $referrer_Getter(mthis) native "SecurityPolicyViolationEvent_referrer_G etter";
7414
7415 static $sourceFile_Getter(mthis) native "SecurityPolicyViolationEvent_sourceFi le_Getter";
7416
7417 static $statusCode_Getter(mthis) native "SecurityPolicyViolationEvent_statusCo de_Getter";
7418
7419 static $violatedDirective_Getter(mthis) native "SecurityPolicyViolationEvent_v iolatedDirective_Getter";
7420 }
7421
7422 class BlinkSelection {
7423 static $anchorNode_Getter(mthis) native "Selection_anchorNode_Getter";
7424
7425 static $anchorOffset_Getter(mthis) native "Selection_anchorOffset_Getter";
7426
7427 static $baseNode_Getter(mthis) native "Selection_baseNode_Getter";
7428
7429 static $baseOffset_Getter(mthis) native "Selection_baseOffset_Getter";
7430
7431 static $extentNode_Getter(mthis) native "Selection_extentNode_Getter";
7432
7433 static $extentOffset_Getter(mthis) native "Selection_extentOffset_Getter";
7434
7435 static $focusNode_Getter(mthis) native "Selection_focusNode_Getter";
7436
7437 static $focusOffset_Getter(mthis) native "Selection_focusOffset_Getter";
7438
7439 static $isCollapsed_Getter(mthis) native "Selection_isCollapsed_Getter";
7440
7441 static $rangeCount_Getter(mthis) native "Selection_rangeCount_Getter";
7442
7443 static $type_Getter(mthis) native "Selection_type_Getter";
7444
7445 static $addRange_Callback(mthis, range) native "Selection_addRange_Callback_RE SOLVER_STRING_1_Range";
7446
7447 static $collapse_Callback(mthis, node, index) native "Selection_collapse_Callb ack_RESOLVER_STRING_2_Node_long";
7448
7449 static $collapseToEnd_Callback(mthis) native "Selection_collapseToEnd_Callback _RESOLVER_STRING_0_";
7450
7451 static $collapseToStart_Callback(mthis) native "Selection_collapseToStart_Call back_RESOLVER_STRING_0_";
7452
7453 static $containsNode_Callback(mthis, node, allowPartial) native "Selection_con tainsNode_Callback_RESOLVER_STRING_2_Node_boolean";
7454
7455 static $deleteFromDocument_Callback(mthis) native "Selection_deleteFromDocumen t_Callback_RESOLVER_STRING_0_";
7456
7457 static $empty_Callback(mthis) native "Selection_empty_Callback_RESOLVER_STRING _0_";
7458
7459 static $extend_Callback(mthis, node, offset) native "Selection_extend_Callback _RESOLVER_STRING_2_Node_long";
7460
7461 static $getRangeAt_Callback(mthis, index) native "Selection_getRangeAt_Callbac k_RESOLVER_STRING_1_long";
7462
7463 static $modify_Callback(mthis, alter, direction, granularity) native "Selectio n_modify_Callback_RESOLVER_STRING_3_DOMString_DOMString_DOMString";
7464
7465 static $removeAllRanges_Callback(mthis) native "Selection_removeAllRanges_Call back_RESOLVER_STRING_0_";
7466
7467 static $selectAllChildren_Callback(mthis, node) native "Selection_selectAllChi ldren_Callback_RESOLVER_STRING_1_Node";
7468
7469 static $setBaseAndExtent_Callback(mthis, baseNode, baseOffset, extentNode, ext entOffset) native "Selection_setBaseAndExtent_Callback_RESOLVER_STRING_4_Node_lo ng_Node_long";
7470
7471 static $setPosition_Callback(mthis, node, offset) native "Selection_setPositio n_Callback_RESOLVER_STRING_2_Node_long";
7472
7473 static $toString_Callback(mthis) native "Selection_toString_Callback_RESOLVER_ STRING_0_";
7474 }
7475
7476 class BlinkServiceWorker {}
7477
7478 class BlinkServiceWorkerContainer {}
7479
7480 class BlinkServiceWorkerGlobalScope {}
7481
7482 class BlinkShadowRoot {
7483 static $activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter";
7484
7485 static $host_Getter(mthis) native "ShadowRoot_host_Getter";
7486
7487 static $innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter";
7488
7489 static $innerHTML_Setter(mthis, value) native "ShadowRoot_innerHTML_Setter";
7490
7491 static $olderShadowRoot_Getter(mthis) native "ShadowRoot_olderShadowRoot_Gette r";
7492
7493 static $resetStyleInheritance_Getter(mthis) native "ShadowRoot_resetStyleInher itance_Getter";
7494
7495 static $resetStyleInheritance_Setter(mthis, value) native "ShadowRoot_resetSty leInheritance_Setter";
7496
7497 static $styleSheets_Getter(mthis) native "ShadowRoot_styleSheets_Getter";
7498
7499 static $cloneNode_Callback(mthis, deep) native "ShadowRoot_cloneNode_Callback_ RESOLVER_STRING_1_boolean";
7500
7501 static $elementFromPoint_Callback(mthis, x, y) native "ShadowRoot_elementFromP oint_Callback_RESOLVER_STRING_2_long_long";
7502
7503 static $getElementById_Callback(mthis, elementId) native "ShadowRoot_getElemen tById_Callback_RESOLVER_STRING_1_DOMString";
7504
7505 static $getElementsByClassName_Callback(mthis, className) native "ShadowRoot_g etElementsByClassName_Callback_RESOLVER_STRING_1_DOMString";
7506
7507 static $getElementsByTagName_Callback(mthis, tagName) native "ShadowRoot_getEl ementsByTagName_Callback_RESOLVER_STRING_1_DOMString";
7508
7509 static $getSelection_Callback(mthis) native "ShadowRoot_getSelection_Callback_ RESOLVER_STRING_0_";
7510 }
7511
7512 class BlinkSharedWorker {
7513 // Generated overload resolver
7514 static $mkSharedWorker(scriptURL, name) {
7515 return $_create_1constructorCallback(scriptURL, name);
7516 }
7517
7518 static $_create_1constructorCallback(scriptURL, name) native "SharedWorker_con structorCallback_RESOLVER_STRING_2_DOMString_DOMString";
7519
7520 static $port_Getter(mthis) native "SharedWorker_port_Getter";
7521
7522 static $workerStart_Getter(mthis) native "SharedWorker_workerStart_Getter";
7523 }
7524
7525 class BlinkSharedWorkerGlobalScope {
7526 static $name_Getter(mthis) native "SharedWorkerGlobalScope_name_Getter";
7527 }
7528
7529 class BlinkSourceBuffer {
7530 static $appendWindowEnd_Getter(mthis) native "SourceBuffer_appendWindowEnd_Get ter";
7531
7532 static $appendWindowEnd_Setter(mthis, value) native "SourceBuffer_appendWindow End_Setter";
7533
7534 static $appendWindowStart_Getter(mthis) native "SourceBuffer_appendWindowStart _Getter";
7535
7536 static $appendWindowStart_Setter(mthis, value) native "SourceBuffer_appendWind owStart_Setter";
7537
7538 static $buffered_Getter(mthis) native "SourceBuffer_buffered_Getter";
7539
7540 static $mode_Getter(mthis) native "SourceBuffer_mode_Getter";
7541
7542 static $mode_Setter(mthis, value) native "SourceBuffer_mode_Setter";
7543
7544 static $timestampOffset_Getter(mthis) native "SourceBuffer_timestampOffset_Get ter";
7545
7546 static $timestampOffset_Setter(mthis, value) native "SourceBuffer_timestampOff set_Setter";
7547
7548 static $updating_Getter(mthis) native "SourceBuffer_updating_Getter";
7549
7550 static $abort_Callback(mthis) native "SourceBuffer_abort_Callback_RESOLVER_STR ING_0_";
7551
7552 static $appendBuffer_Callback(mthis, data) native "SourceBuffer_appendBuffer_C allback_RESOLVER_STRING_1_ArrayBuffer";
7553
7554 // Generated overload resolver
7555 static $appendStream(mthis, stream, maxSize) {
6587 if (maxSize != null) { 7556 if (maxSize != null) {
6588 Native_SourceBuffer__appendStream_1_Callback(mthis, stream, maxSize); 7557 $_appendStream_1_Callback(mthis, stream, maxSize);
6589 return; 7558 return;
6590 } 7559 }
6591 Native_SourceBuffer__appendStream_2_Callback(mthis, stream); 7560 $_appendStream_2_Callback(mthis, stream);
6592 return; 7561 return;
6593 } 7562 }
6594 7563
6595 Native_SourceBuffer__appendStream_1_Callback(mthis, stream, maxSize) native "Sou rceBuffer_appendStream_Callback_RESOLVER_STRING_2_Stream_unsigned long long"; 7564 static $_appendStream_1_Callback(mthis, stream, maxSize) native "SourceBuffer_ appendStream_Callback_RESOLVER_STRING_2_Stream_unsigned long long";
6596 7565
6597 Native_SourceBuffer__appendStream_2_Callback(mthis, stream) native "SourceBuffer _appendStream_Callback_RESOLVER_STRING_1_Stream"; 7566 static $_appendStream_2_Callback(mthis, stream) native "SourceBuffer_appendStr eam_Callback_RESOLVER_STRING_1_Stream";
6598 7567
6599 Native_SourceBuffer_appendTypedData_Callback(mthis, data) native "SourceBuffer_a ppendBuffer_Callback_RESOLVER_STRING_1_ArrayBufferView"; 7568 static $appendTypedData_Callback(mthis, data) native "SourceBuffer_appendBuffe r_Callback_RESOLVER_STRING_1_ArrayBufferView";
6600 7569
6601 Native_SourceBuffer_remove_Callback(mthis, start, end) native "SourceBuffer_remo ve_Callback_RESOLVER_STRING_2_double_double"; 7570 static $remove_Callback(mthis, start, end) native "SourceBuffer_remove_Callbac k_RESOLVER_STRING_2_double_double";
6602 7571 }
6603 Native_SourceBufferList_length_Getter(mthis) native "SourceBufferList_length_Get ter"; 7572
6604 7573 class BlinkSourceBufferList {
6605 Native_SourceBufferList_NativeIndexed_Getter(mthis, index) native "SourceBufferL ist_item_Callback_RESOLVER_STRING_1_unsigned long"; 7574 static $length_Getter(mthis) native "SourceBufferList_length_Getter";
6606 7575
6607 Native_SourceBufferList_item_Callback(mthis, index) native "SourceBufferList_ite m_Callback_RESOLVER_STRING_1_unsigned long"; 7576 static $NativeIndexed_Getter(mthis, index) native "SourceBufferList_item_Callb ack_RESOLVER_STRING_1_unsigned long";
6608 7577
6609 Native_SourceInfo_facing_Getter(mthis) native "SourceInfo_facing_Getter"; 7578 static $item_Callback(mthis, index) native "SourceBufferList_item_Callback_RES OLVER_STRING_1_unsigned long";
6610 7579 }
6611 Native_SourceInfo_id_Getter(mthis) native "SourceInfo_id_Getter"; 7580
6612 7581 class BlinkSourceInfo {
6613 Native_SourceInfo_kind_Getter(mthis) native "SourceInfo_kind_Getter"; 7582 static $facing_Getter(mthis) native "SourceInfo_facing_Getter";
6614 7583
6615 Native_SourceInfo_label_Getter(mthis) native "SourceInfo_label_Getter"; 7584 static $id_Getter(mthis) native "SourceInfo_id_Getter";
6616 7585
6617 // Generated overload resolver 7586 static $kind_Getter(mthis) native "SourceInfo_kind_Getter";
6618 Native_SpeechGrammar_SpeechGrammar() { 7587
6619 return Native_SpeechGrammar__create_1constructorCallback(); 7588 static $label_Getter(mthis) native "SourceInfo_label_Getter";
6620 } 7589 }
6621 7590
6622 Native_SpeechGrammar__create_1constructorCallback() native "SpeechGrammar_constr uctorCallback_RESOLVER_STRING_0_"; 7591 class BlinkSpeechGrammar {
6623 7592 // Generated overload resolver
6624 Native_SpeechGrammar_src_Getter(mthis) native "SpeechGrammar_src_Getter"; 7593 static $mkSpeechGrammar() {
6625 7594 return $_create_1constructorCallback();
6626 Native_SpeechGrammar_src_Setter(mthis, value) native "SpeechGrammar_src_Setter"; 7595 }
6627 7596
6628 Native_SpeechGrammar_weight_Getter(mthis) native "SpeechGrammar_weight_Getter"; 7597 static $_create_1constructorCallback() native "SpeechGrammar_constructorCallba ck_RESOLVER_STRING_0_";
6629 7598
6630 Native_SpeechGrammar_weight_Setter(mthis, value) native "SpeechGrammar_weight_Se tter"; 7599 static $src_Getter(mthis) native "SpeechGrammar_src_Getter";
6631 7600
6632 // Generated overload resolver 7601 static $src_Setter(mthis, value) native "SpeechGrammar_src_Setter";
6633 Native_SpeechGrammarList_SpeechGrammarList() { 7602
6634 return Native_SpeechGrammarList__create_1constructorCallback(); 7603 static $weight_Getter(mthis) native "SpeechGrammar_weight_Getter";
6635 } 7604
6636 7605 static $weight_Setter(mthis, value) native "SpeechGrammar_weight_Setter";
6637 Native_SpeechGrammarList__create_1constructorCallback() native "SpeechGrammarLis t_constructorCallback_RESOLVER_STRING_0_"; 7606 }
6638 7607
6639 Native_SpeechGrammarList_length_Getter(mthis) native "SpeechGrammarList_length_G etter"; 7608 class BlinkSpeechGrammarList {
6640 7609 // Generated overload resolver
6641 Native_SpeechGrammarList_NativeIndexed_Getter(mthis, index) native "SpeechGramma rList_item_Callback_RESOLVER_STRING_1_unsigned long"; 7610 static $mkSpeechGrammarList() {
6642 7611 return $_create_1constructorCallback();
6643 // Generated overload resolver 7612 }
6644 Native_SpeechGrammarList_addFromString(mthis, string, weight) { 7613
7614 static $_create_1constructorCallback() native "SpeechGrammarList_constructorCa llback_RESOLVER_STRING_0_";
7615
7616 static $length_Getter(mthis) native "SpeechGrammarList_length_Getter";
7617
7618 static $NativeIndexed_Getter(mthis, index) native "SpeechGrammarList_item_Call back_RESOLVER_STRING_1_unsigned long";
7619
7620 // Generated overload resolver
7621 static $addFromString(mthis, string, weight) {
6645 if (weight != null) { 7622 if (weight != null) {
6646 Native_SpeechGrammarList__addFromString_1_Callback(mthis, string, weight); 7623 $_addFromString_1_Callback(mthis, string, weight);
6647 return; 7624 return;
6648 } 7625 }
6649 Native_SpeechGrammarList__addFromString_2_Callback(mthis, string); 7626 $_addFromString_2_Callback(mthis, string);
6650 return; 7627 return;
6651 } 7628 }
6652 7629
6653 Native_SpeechGrammarList__addFromString_1_Callback(mthis, string, weight) native "SpeechGrammarList_addFromString_Callback_RESOLVER_STRING_2_DOMString_float"; 7630 static $_addFromString_1_Callback(mthis, string, weight) native "SpeechGrammar List_addFromString_Callback_RESOLVER_STRING_2_DOMString_float";
6654 7631
6655 Native_SpeechGrammarList__addFromString_2_Callback(mthis, string) native "Speech GrammarList_addFromString_Callback_RESOLVER_STRING_1_DOMString"; 7632 static $_addFromString_2_Callback(mthis, string) native "SpeechGrammarList_add FromString_Callback_RESOLVER_STRING_1_DOMString";
6656 7633
6657 // Generated overload resolver 7634 // Generated overload resolver
6658 Native_SpeechGrammarList_addFromUri(mthis, src, weight) { 7635 static $addFromUri(mthis, src, weight) {
6659 if (weight != null) { 7636 if (weight != null) {
6660 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight); 7637 $_addFromUri_1_Callback(mthis, src, weight);
6661 return; 7638 return;
6662 } 7639 }
6663 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src); 7640 $_addFromUri_2_Callback(mthis, src);
6664 return; 7641 return;
6665 } 7642 }
6666 7643
6667 Native_SpeechGrammarList__addFromUri_1_Callback(mthis, src, weight) native "Spee chGrammarList_addFromUri_Callback_RESOLVER_STRING_2_DOMString_float"; 7644 static $_addFromUri_1_Callback(mthis, src, weight) native "SpeechGrammarList_a ddFromUri_Callback_RESOLVER_STRING_2_DOMString_float";
6668 7645
6669 Native_SpeechGrammarList__addFromUri_2_Callback(mthis, src) native "SpeechGramma rList_addFromUri_Callback_RESOLVER_STRING_1_DOMString"; 7646 static $_addFromUri_2_Callback(mthis, src) native "SpeechGrammarList_addFromUr i_Callback_RESOLVER_STRING_1_DOMString";
6670 7647
6671 Native_SpeechGrammarList_item_Callback(mthis, index) native "SpeechGrammarList_i tem_Callback_RESOLVER_STRING_1_unsigned long"; 7648 static $item_Callback(mthis, index) native "SpeechGrammarList_item_Callback_RE SOLVER_STRING_1_unsigned long";
6672 7649 }
6673 Native_SpeechInputResultList_length_Getter(mthis) native "SpeechInputResultList_ length_Getter"; 7650
6674 7651 class BlinkSpeechInputEvent {}
6675 Native_SpeechInputResultList_NativeIndexed_Getter(mthis, index) native "SpeechIn putResultList_item_Callback_RESOLVER_STRING_1_unsigned long"; 7652
6676 7653 class BlinkSpeechInputResult {}
6677 Native_SpeechInputResultList_item_Callback(mthis, index) native "SpeechInputResu ltList_item_Callback_RESOLVER_STRING_1_unsigned long"; 7654
6678 7655 class BlinkSpeechInputResultList {
6679 // Generated overload resolver 7656 static $length_Getter(mthis) native "SpeechInputResultList_length_Getter";
6680 Native_SpeechRecognition_SpeechRecognition() { 7657
6681 return Native_SpeechRecognition__create_1constructorCallback(); 7658 static $NativeIndexed_Getter(mthis, index) native "SpeechInputResultList_item_ Callback_RESOLVER_STRING_1_unsigned long";
6682 } 7659
6683 7660 static $item_Callback(mthis, index) native "SpeechInputResultList_item_Callbac k_RESOLVER_STRING_1_unsigned long";
6684 Native_SpeechRecognition__create_1constructorCallback() native "SpeechRecognitio n_constructorCallback_RESOLVER_STRING_0_"; 7661 }
6685 7662
6686 Native_SpeechRecognition_continuous_Getter(mthis) native "SpeechRecognition_cont inuous_Getter"; 7663 class BlinkSpeechRecognition {
6687 7664 // Generated overload resolver
6688 Native_SpeechRecognition_continuous_Setter(mthis, value) native "SpeechRecogniti on_continuous_Setter"; 7665 static $mkSpeechRecognition() {
6689 7666 return $_create_1constructorCallback();
6690 Native_SpeechRecognition_grammars_Getter(mthis) native "SpeechRecognition_gramma rs_Getter"; 7667 }
6691 7668
6692 Native_SpeechRecognition_grammars_Setter(mthis, value) native "SpeechRecognition _grammars_Setter"; 7669 static $_create_1constructorCallback() native "SpeechRecognition_constructorCa llback_RESOLVER_STRING_0_";
6693 7670
6694 Native_SpeechRecognition_interimResults_Getter(mthis) native "SpeechRecognition_ interimResults_Getter"; 7671 static $continuous_Getter(mthis) native "SpeechRecognition_continuous_Getter";
6695 7672
6696 Native_SpeechRecognition_interimResults_Setter(mthis, value) native "SpeechRecog nition_interimResults_Setter"; 7673 static $continuous_Setter(mthis, value) native "SpeechRecognition_continuous_S etter";
6697 7674
6698 Native_SpeechRecognition_lang_Getter(mthis) native "SpeechRecognition_lang_Gette r"; 7675 static $grammars_Getter(mthis) native "SpeechRecognition_grammars_Getter";
6699 7676
6700 Native_SpeechRecognition_lang_Setter(mthis, value) native "SpeechRecognition_lan g_Setter"; 7677 static $grammars_Setter(mthis, value) native "SpeechRecognition_grammars_Sette r";
6701 7678
6702 Native_SpeechRecognition_maxAlternatives_Getter(mthis) native "SpeechRecognition _maxAlternatives_Getter"; 7679 static $interimResults_Getter(mthis) native "SpeechRecognition_interimResults_ Getter";
6703 7680
6704 Native_SpeechRecognition_maxAlternatives_Setter(mthis, value) native "SpeechReco gnition_maxAlternatives_Setter"; 7681 static $interimResults_Setter(mthis, value) native "SpeechRecognition_interimR esults_Setter";
6705 7682
6706 Native_SpeechRecognition_abort_Callback(mthis) native "SpeechRecognition_abort_C allback_RESOLVER_STRING_0_"; 7683 static $lang_Getter(mthis) native "SpeechRecognition_lang_Getter";
6707 7684
6708 Native_SpeechRecognition_start_Callback(mthis) native "SpeechRecognition_start_C allback_RESOLVER_STRING_0_"; 7685 static $lang_Setter(mthis, value) native "SpeechRecognition_lang_Setter";
6709 7686
6710 Native_SpeechRecognition_stop_Callback(mthis) native "SpeechRecognition_stop_Cal lback_RESOLVER_STRING_0_"; 7687 static $maxAlternatives_Getter(mthis) native "SpeechRecognition_maxAlternative s_Getter";
6711 7688
6712 Native_SpeechRecognitionAlternative_confidence_Getter(mthis) native "SpeechRecog nitionAlternative_confidence_Getter"; 7689 static $maxAlternatives_Setter(mthis, value) native "SpeechRecognition_maxAlte rnatives_Setter";
6713 7690
6714 Native_SpeechRecognitionAlternative_transcript_Getter(mthis) native "SpeechRecog nitionAlternative_transcript_Getter"; 7691 static $abort_Callback(mthis) native "SpeechRecognition_abort_Callback_RESOLVE R_STRING_0_";
6715 7692
6716 Native_SpeechRecognitionError_error_Getter(mthis) native "SpeechRecognitionError _error_Getter"; 7693 static $start_Callback(mthis) native "SpeechRecognition_start_Callback_RESOLVE R_STRING_0_";
6717 7694
6718 Native_SpeechRecognitionError_message_Getter(mthis) native "SpeechRecognitionErr or_message_Getter"; 7695 static $stop_Callback(mthis) native "SpeechRecognition_stop_Callback_RESOLVER_ STRING_0_";
6719 7696 }
6720 Native_SpeechRecognitionEvent_emma_Getter(mthis) native "SpeechRecognitionEvent_ emma_Getter"; 7697
6721 7698 class BlinkSpeechRecognitionAlternative {
6722 Native_SpeechRecognitionEvent_interpretation_Getter(mthis) native "SpeechRecogni tionEvent_interpretation_Getter"; 7699 static $confidence_Getter(mthis) native "SpeechRecognitionAlternative_confiden ce_Getter";
6723 7700
6724 Native_SpeechRecognitionEvent_resultIndex_Getter(mthis) native "SpeechRecognitio nEvent_resultIndex_Getter"; 7701 static $transcript_Getter(mthis) native "SpeechRecognitionAlternative_transcri pt_Getter";
6725 7702 }
6726 Native_SpeechRecognitionEvent_results_Getter(mthis) native "SpeechRecognitionEve nt_results_Getter"; 7703
6727 7704 class BlinkSpeechRecognitionError {
6728 Native_SpeechRecognitionResult_isFinal_Getter(mthis) native "SpeechRecognitionRe sult_isFinal_Getter"; 7705 static $error_Getter(mthis) native "SpeechRecognitionError_error_Getter";
6729 7706
6730 Native_SpeechRecognitionResult_length_Getter(mthis) native "SpeechRecognitionRes ult_length_Getter"; 7707 static $message_Getter(mthis) native "SpeechRecognitionError_message_Getter";
6731 7708 }
6732 Native_SpeechRecognitionResult_item_Callback(mthis, index) native "SpeechRecogni tionResult_item_Callback_RESOLVER_STRING_1_unsigned long"; 7709
6733 7710 class BlinkSpeechRecognitionEvent {
6734 Native_SpeechRecognitionResultList_length_Getter(mthis) native "SpeechRecognitio nResultList_length_Getter"; 7711 static $emma_Getter(mthis) native "SpeechRecognitionEvent_emma_Getter";
6735 7712
6736 Native_SpeechRecognitionResultList_NativeIndexed_Getter(mthis, index) native "Sp eechRecognitionResultList_item_Callback_RESOLVER_STRING_1_unsigned long"; 7713 static $interpretation_Getter(mthis) native "SpeechRecognitionEvent_interpreta tion_Getter";
6737 7714
6738 Native_SpeechRecognitionResultList_item_Callback(mthis, index) native "SpeechRec ognitionResultList_item_Callback_RESOLVER_STRING_1_unsigned long"; 7715 static $resultIndex_Getter(mthis) native "SpeechRecognitionEvent_resultIndex_G etter";
6739 7716
6740 Native_SpeechSynthesis_paused_Getter(mthis) native "SpeechSynthesis_paused_Gette r"; 7717 static $results_Getter(mthis) native "SpeechRecognitionEvent_results_Getter";
6741 7718 }
6742 Native_SpeechSynthesis_pending_Getter(mthis) native "SpeechSynthesis_pending_Get ter"; 7719
6743 7720 class BlinkSpeechRecognitionResult {
6744 Native_SpeechSynthesis_speaking_Getter(mthis) native "SpeechSynthesis_speaking_G etter"; 7721 static $isFinal_Getter(mthis) native "SpeechRecognitionResult_isFinal_Getter";
6745 7722
6746 Native_SpeechSynthesis_cancel_Callback(mthis) native "SpeechSynthesis_cancel_Cal lback_RESOLVER_STRING_0_"; 7723 static $length_Getter(mthis) native "SpeechRecognitionResult_length_Getter";
6747 7724
6748 Native_SpeechSynthesis_getVoices_Callback(mthis) native "SpeechSynthesis_getVoic es_Callback_RESOLVER_STRING_0_"; 7725 static $item_Callback(mthis, index) native "SpeechRecognitionResult_item_Callb ack_RESOLVER_STRING_1_unsigned long";
6749 7726 }
6750 Native_SpeechSynthesis_pause_Callback(mthis) native "SpeechSynthesis_pause_Callb ack_RESOLVER_STRING_0_"; 7727
6751 7728 class BlinkSpeechRecognitionResultList {
6752 Native_SpeechSynthesis_resume_Callback(mthis) native "SpeechSynthesis_resume_Cal lback_RESOLVER_STRING_0_"; 7729 static $length_Getter(mthis) native "SpeechRecognitionResultList_length_Getter ";
6753 7730
6754 Native_SpeechSynthesis_speak_Callback(mthis, utterance) native "SpeechSynthesis_ speak_Callback_RESOLVER_STRING_1_SpeechSynthesisUtterance"; 7731 static $NativeIndexed_Getter(mthis, index) native "SpeechRecognitionResultList _item_Callback_RESOLVER_STRING_1_unsigned long";
6755 7732
6756 Native_SpeechSynthesisEvent_charIndex_Getter(mthis) native "SpeechSynthesisEvent _charIndex_Getter"; 7733 static $item_Callback(mthis, index) native "SpeechRecognitionResultList_item_C allback_RESOLVER_STRING_1_unsigned long";
6757 7734 }
6758 Native_SpeechSynthesisEvent_elapsedTime_Getter(mthis) native "SpeechSynthesisEve nt_elapsedTime_Getter"; 7735
6759 7736 class BlinkSpeechSynthesis {
6760 Native_SpeechSynthesisEvent_name_Getter(mthis) native "SpeechSynthesisEvent_name _Getter"; 7737 static $paused_Getter(mthis) native "SpeechSynthesis_paused_Getter";
6761 7738
6762 // Generated overload resolver 7739 static $pending_Getter(mthis) native "SpeechSynthesis_pending_Getter";
6763 Native_SpeechSynthesisUtterance_SpeechSynthesisUtterance(text) { 7740
6764 return Native_SpeechSynthesisUtterance__create_1constructorCallback(text); 7741 static $speaking_Getter(mthis) native "SpeechSynthesis_speaking_Getter";
6765 } 7742
6766 7743 static $cancel_Callback(mthis) native "SpeechSynthesis_cancel_Callback_RESOLVE R_STRING_0_";
6767 Native_SpeechSynthesisUtterance__create_1constructorCallback(text) native "Speec hSynthesisUtterance_constructorCallback_RESOLVER_STRING_1_DOMString"; 7744
6768 7745 static $getVoices_Callback(mthis) native "SpeechSynthesis_getVoices_Callback_R ESOLVER_STRING_0_";
6769 Native_SpeechSynthesisUtterance_lang_Getter(mthis) native "SpeechSynthesisUttera nce_lang_Getter"; 7746
6770 7747 static $pause_Callback(mthis) native "SpeechSynthesis_pause_Callback_RESOLVER_ STRING_0_";
6771 Native_SpeechSynthesisUtterance_lang_Setter(mthis, value) native "SpeechSynthesi sUtterance_lang_Setter"; 7748
6772 7749 static $resume_Callback(mthis) native "SpeechSynthesis_resume_Callback_RESOLVE R_STRING_0_";
6773 Native_SpeechSynthesisUtterance_pitch_Getter(mthis) native "SpeechSynthesisUtter ance_pitch_Getter"; 7750
6774 7751 static $speak_Callback(mthis, utterance) native "SpeechSynthesis_speak_Callbac k_RESOLVER_STRING_1_SpeechSynthesisUtterance";
6775 Native_SpeechSynthesisUtterance_pitch_Setter(mthis, value) native "SpeechSynthes isUtterance_pitch_Setter"; 7752 }
6776 7753
6777 Native_SpeechSynthesisUtterance_rate_Getter(mthis) native "SpeechSynthesisUttera nce_rate_Getter"; 7754 class BlinkSpeechSynthesisEvent {
6778 7755 static $charIndex_Getter(mthis) native "SpeechSynthesisEvent_charIndex_Getter" ;
6779 Native_SpeechSynthesisUtterance_rate_Setter(mthis, value) native "SpeechSynthesi sUtterance_rate_Setter"; 7756
6780 7757 static $elapsedTime_Getter(mthis) native "SpeechSynthesisEvent_elapsedTime_Get ter";
6781 Native_SpeechSynthesisUtterance_text_Getter(mthis) native "SpeechSynthesisUttera nce_text_Getter"; 7758
6782 7759 static $name_Getter(mthis) native "SpeechSynthesisEvent_name_Getter";
6783 Native_SpeechSynthesisUtterance_text_Setter(mthis, value) native "SpeechSynthesi sUtterance_text_Setter"; 7760 }
6784 7761
6785 Native_SpeechSynthesisUtterance_voice_Getter(mthis) native "SpeechSynthesisUtter ance_voice_Getter"; 7762 class BlinkSpeechSynthesisUtterance {
6786 7763 // Generated overload resolver
6787 Native_SpeechSynthesisUtterance_voice_Setter(mthis, value) native "SpeechSynthes isUtterance_voice_Setter"; 7764 static $mkSpeechSynthesisUtterance(text) {
6788 7765 return $_create_1constructorCallback(text);
6789 Native_SpeechSynthesisUtterance_volume_Getter(mthis) native "SpeechSynthesisUtte rance_volume_Getter"; 7766 }
6790 7767
6791 Native_SpeechSynthesisUtterance_volume_Setter(mthis, value) native "SpeechSynthe sisUtterance_volume_Setter"; 7768 static $_create_1constructorCallback(text) native "SpeechSynthesisUtterance_co nstructorCallback_RESOLVER_STRING_1_DOMString";
6792 7769
6793 Native_SpeechSynthesisVoice_default_Getter(mthis) native "SpeechSynthesisVoice_d efault_Getter"; 7770 static $lang_Getter(mthis) native "SpeechSynthesisUtterance_lang_Getter";
6794 7771
6795 Native_SpeechSynthesisVoice_lang_Getter(mthis) native "SpeechSynthesisVoice_lang _Getter"; 7772 static $lang_Setter(mthis, value) native "SpeechSynthesisUtterance_lang_Setter ";
6796 7773
6797 Native_SpeechSynthesisVoice_localService_Getter(mthis) native "SpeechSynthesisVo ice_localService_Getter"; 7774 static $pitch_Getter(mthis) native "SpeechSynthesisUtterance_pitch_Getter";
6798 7775
6799 Native_SpeechSynthesisVoice_name_Getter(mthis) native "SpeechSynthesisVoice_name _Getter"; 7776 static $pitch_Setter(mthis, value) native "SpeechSynthesisUtterance_pitch_Sett er";
6800 7777
6801 Native_SpeechSynthesisVoice_voiceURI_Getter(mthis) native "SpeechSynthesisVoice_ voiceURI_Getter"; 7778 static $rate_Getter(mthis) native "SpeechSynthesisUtterance_rate_Getter";
6802 7779
6803 Native_Storage_length_Getter(mthis) native "Storage_length_Getter"; 7780 static $rate_Setter(mthis, value) native "SpeechSynthesisUtterance_rate_Setter ";
6804 7781
6805 // Generated overload resolver 7782 static $text_Getter(mthis) native "SpeechSynthesisUtterance_text_Getter";
6806 Native_Storage___delete__(mthis, index_OR_name) { 7783
7784 static $text_Setter(mthis, value) native "SpeechSynthesisUtterance_text_Setter ";
7785
7786 static $voice_Getter(mthis) native "SpeechSynthesisUtterance_voice_Getter";
7787
7788 static $voice_Setter(mthis, value) native "SpeechSynthesisUtterance_voice_Sett er";
7789
7790 static $volume_Getter(mthis) native "SpeechSynthesisUtterance_volume_Getter";
7791
7792 static $volume_Setter(mthis, value) native "SpeechSynthesisUtterance_volume_Se tter";
7793 }
7794
7795 class BlinkSpeechSynthesisVoice {
7796 static $default_Getter(mthis) native "SpeechSynthesisVoice_default_Getter";
7797
7798 static $lang_Getter(mthis) native "SpeechSynthesisVoice_lang_Getter";
7799
7800 static $localService_Getter(mthis) native "SpeechSynthesisVoice_localService_G etter";
7801
7802 static $name_Getter(mthis) native "SpeechSynthesisVoice_name_Getter";
7803
7804 static $voiceURI_Getter(mthis) native "SpeechSynthesisVoice_voiceURI_Getter";
7805 }
7806
7807 class BlinkStorage {
7808 static $length_Getter(mthis) native "Storage_length_Getter";
7809
7810 // Generated overload resolver
7811 static $__delete__(mthis, index_OR_name) {
6807 if ((index_OR_name is int || index_OR_name == null)) { 7812 if ((index_OR_name is int || index_OR_name == null)) {
6808 return Native_Storage____delete___1_Callback(mthis, index_OR_name); 7813 return $___delete___1_Callback(mthis, index_OR_name);
6809 } 7814 }
6810 if ((index_OR_name is String || index_OR_name == null)) { 7815 if ((index_OR_name is String || index_OR_name == null)) {
6811 return Native_Storage____delete___2_Callback(mthis, index_OR_name); 7816 return $___delete___2_Callback(mthis, index_OR_name);
6812 } 7817 }
6813 throw new ArgumentError("Incorrect number or type of arguments"); 7818 throw new ArgumentError("Incorrect number or type of arguments");
6814 } 7819 }
6815 7820
6816 Native_Storage____delete___1_Callback(mthis, index_OR_name) native "Storage___de lete___Callback_RESOLVER_STRING_1_unsigned long"; 7821 static $___delete___1_Callback(mthis, index_OR_name) native "Storage___delete_ __Callback_RESOLVER_STRING_1_unsigned long";
6817 7822
6818 Native_Storage____delete___2_Callback(mthis, index_OR_name) native "Storage___de lete___Callback_RESOLVER_STRING_1_DOMString"; 7823 static $___delete___2_Callback(mthis, index_OR_name) native "Storage___delete_ __Callback_RESOLVER_STRING_1_DOMString";
6819 7824
6820 // Generated overload resolver 7825 // Generated overload resolver
6821 Native_Storage___getter__(mthis, index_OR_name) { 7826 static $__getter__(mthis, index_OR_name) {
6822 if ((index_OR_name is int || index_OR_name == null)) { 7827 if ((index_OR_name is int || index_OR_name == null)) {
6823 return Native_Storage____getter___1_Callback(mthis, index_OR_name); 7828 return $___getter___1_Callback(mthis, index_OR_name);
6824 } 7829 }
6825 if ((index_OR_name is String || index_OR_name == null)) { 7830 if ((index_OR_name is String || index_OR_name == null)) {
6826 return Native_Storage____getter___2_Callback(mthis, index_OR_name); 7831 return $___getter___2_Callback(mthis, index_OR_name);
6827 } 7832 }
6828 throw new ArgumentError("Incorrect number or type of arguments"); 7833 throw new ArgumentError("Incorrect number or type of arguments");
6829 } 7834 }
6830 7835
6831 Native_Storage____getter___1_Callback(mthis, index_OR_name) native "Storage___ge tter___Callback_RESOLVER_STRING_1_unsigned long"; 7836 static $___getter___1_Callback(mthis, index_OR_name) native "Storage___getter_ __Callback_RESOLVER_STRING_1_unsigned long";
6832 7837
6833 Native_Storage____getter___2_Callback(mthis, index_OR_name) native "Storage___ge tter___Callback_RESOLVER_STRING_1_DOMString"; 7838 static $___getter___2_Callback(mthis, index_OR_name) native "Storage___getter_ __Callback_RESOLVER_STRING_1_DOMString";
6834 7839
6835 // Generated overload resolver 7840 // Generated overload resolver
6836 Native_Storage___setter__(mthis, index_OR_name, value) { 7841 static $__setter__(mthis, index_OR_name, value) {
6837 if ((value is String || value == null) && (index_OR_name is int || index_OR_ name == null)) { 7842 if ((value is String || value == null) && (index_OR_name is int || index_OR_ name == null)) {
6838 Native_Storage____setter___1_Callback(mthis, index_OR_name, value); 7843 $___setter___1_Callback(mthis, index_OR_name, value);
6839 return; 7844 return;
6840 } 7845 }
6841 if ((value is String || value == null) && (index_OR_name is String || index_ OR_name == null)) { 7846 if ((value is String || value == null) && (index_OR_name is String || index_ OR_name == null)) {
6842 Native_Storage____setter___2_Callback(mthis, index_OR_name, value); 7847 $___setter___2_Callback(mthis, index_OR_name, value);
6843 return; 7848 return;
6844 } 7849 }
6845 throw new ArgumentError("Incorrect number or type of arguments"); 7850 throw new ArgumentError("Incorrect number or type of arguments");
6846 } 7851 }
6847 7852
6848 Native_Storage____setter___1_Callback(mthis, index_OR_name, value) native "Stora ge___setter___Callback_RESOLVER_STRING_2_unsigned long_DOMString"; 7853 static $___setter___1_Callback(mthis, index_OR_name, value) native "Storage___ setter___Callback_RESOLVER_STRING_2_unsigned long_DOMString";
6849 7854
6850 Native_Storage____setter___2_Callback(mthis, index_OR_name, value) native "Stora ge___setter___Callback_RESOLVER_STRING_2_DOMString_DOMString"; 7855 static $___setter___2_Callback(mthis, index_OR_name, value) native "Storage___ setter___Callback_RESOLVER_STRING_2_DOMString_DOMString";
6851 7856
6852 Native_Storage_clear_Callback(mthis) native "Storage_clear_Callback_RESOLVER_STR ING_0_"; 7857 static $clear_Callback(mthis) native "Storage_clear_Callback_RESOLVER_STRING_0 _";
6853 7858
6854 Native_Storage_getItem_Callback(mthis, key) native "Storage_getItem_Callback_RES OLVER_STRING_1_DOMString"; 7859 static $getItem_Callback(mthis, key) native "Storage_getItem_Callback_RESOLVER _STRING_1_DOMString";
6855 7860
6856 Native_Storage_key_Callback(mthis, index) native "Storage_key_Callback_RESOLVER_ STRING_1_unsigned long"; 7861 static $key_Callback(mthis, index) native "Storage_key_Callback_RESOLVER_STRIN G_1_unsigned long";
6857 7862
6858 Native_Storage_removeItem_Callback(mthis, key) native "Storage_removeItem_Callba ck_RESOLVER_STRING_1_DOMString"; 7863 static $removeItem_Callback(mthis, key) native "Storage_removeItem_Callback_RE SOLVER_STRING_1_DOMString";
6859 7864
6860 Native_Storage_setItem_Callback(mthis, key, data) native "Storage_setItem_Callba ck_RESOLVER_STRING_2_DOMString_DOMString"; 7865 static $setItem_Callback(mthis, key, data) native "Storage_setItem_Callback_RE SOLVER_STRING_2_DOMString_DOMString";
6861 7866 }
6862 Native_StorageEvent_key_Getter(mthis) native "StorageEvent_key_Getter"; 7867
6863 7868 class BlinkStorageEvent {
6864 Native_StorageEvent_newValue_Getter(mthis) native "StorageEvent_newValue_Getter" ; 7869 static $key_Getter(mthis) native "StorageEvent_key_Getter";
6865 7870
6866 Native_StorageEvent_oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter" ; 7871 static $newValue_Getter(mthis) native "StorageEvent_newValue_Getter";
6867 7872
6868 Native_StorageEvent_storageArea_Getter(mthis) native "StorageEvent_storageArea_G etter"; 7873 static $oldValue_Getter(mthis) native "StorageEvent_oldValue_Getter";
6869 7874
6870 Native_StorageEvent_url_Getter(mthis) native "StorageEvent_url_Getter"; 7875 static $storageArea_Getter(mthis) native "StorageEvent_storageArea_Getter";
6871 7876
6872 Native_StorageEvent_initStorageEvent_Callback(mthis, typeArg, canBubbleArg, canc elableArg, keyArg, oldValueArg, newValueArg, urlArg, storageAreaArg) native "Sto rageEvent_initStorageEvent_Callback_RESOLVER_STRING_8_DOMString_boolean_boolean_ DOMString_DOMString_DOMString_DOMString_Storage"; 7877 static $url_Getter(mthis) native "StorageEvent_url_Getter";
6873 7878
6874 Native_StorageInfo_quota_Getter(mthis) native "StorageInfo_quota_Getter"; 7879 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";
6875 7880 }
6876 Native_StorageInfo_usage_Getter(mthis) native "StorageInfo_usage_Getter"; 7881
6877 7882 class BlinkStorageInfo {
6878 Native_StorageQuota_supportedTypes_Getter(mthis) native "StorageQuota_supportedT ypes_Getter"; 7883 static $quota_Getter(mthis) native "StorageInfo_quota_Getter";
6879 7884
6880 Native_Stream_type_Getter(mthis) native "Stream_type_Getter"; 7885 static $usage_Getter(mthis) native "StorageInfo_usage_Getter";
6881 7886 }
6882 Native_StyleMedia_type_Getter(mthis) native "StyleMedia_type_Getter"; 7887
6883 7888 class BlinkStorageQuota {
6884 Native_StyleMedia_matchMedium_Callback(mthis, mediaquery) native "StyleMedia_mat chMedium_Callback_RESOLVER_STRING_1_DOMString"; 7889 static $supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Gette r";
6885 7890 }
6886 Native_StyleSheetList_length_Getter(mthis) native "StyleSheetList_length_Getter" ; 7891
6887 7892 class BlinkStream {
6888 Native_StyleSheetList_NativeIndexed_Getter(mthis, index) native "StyleSheetList_ item_Callback_RESOLVER_STRING_1_unsigned long"; 7893 static $type_Getter(mthis) native "Stream_type_Getter";
6889 7894 }
6890 Native_StyleSheetList___getter___Callback(mthis, name) native "StyleSheetList___ getter___Callback_RESOLVER_STRING_1_DOMString"; 7895
6891 7896 class BlinkStyleMedia {
6892 Native_StyleSheetList_item_Callback(mthis, index) native "StyleSheetList_item_Ca llback_RESOLVER_STRING_1_unsigned long"; 7897 static $type_Getter(mthis) native "StyleMedia_type_Getter";
6893 7898
6894 Native_TextEvent_data_Getter(mthis) native "TextEvent_data_Getter"; 7899 static $matchMedium_Callback(mthis, mediaquery) native "StyleMedia_matchMedium _Callback_RESOLVER_STRING_1_DOMString";
6895 7900 }
6896 Native_TextEvent_initTextEvent_Callback(mthis, typeArg, canBubbleArg, cancelable Arg, viewArg, dataArg) native "TextEvent_initTextEvent_Callback_RESOLVER_STRING_ 5_DOMString_boolean_boolean_Window_DOMString"; 7901
6897 7902 class BlinkStyleSheetList {
6898 Native_TextMetrics_width_Getter(mthis) native "TextMetrics_width_Getter"; 7903 static $length_Getter(mthis) native "StyleSheetList_length_Getter";
6899 7904
6900 Native_TextTrack_activeCues_Getter(mthis) native "TextTrack_activeCues_Getter"; 7905 static $NativeIndexed_Getter(mthis, index) native "StyleSheetList_item_Callbac k_RESOLVER_STRING_1_unsigned long";
6901 7906
6902 Native_TextTrack_cues_Getter(mthis) native "TextTrack_cues_Getter"; 7907 static $__getter___Callback(mthis, name) native "StyleSheetList___getter___Cal lback_RESOLVER_STRING_1_DOMString";
6903 7908
6904 Native_TextTrack_id_Getter(mthis) native "TextTrack_id_Getter"; 7909 static $item_Callback(mthis, index) native "StyleSheetList_item_Callback_RESOL VER_STRING_1_unsigned long";
6905 7910 }
6906 Native_TextTrack_kind_Getter(mthis) native "TextTrack_kind_Getter"; 7911
6907 7912 class BlinkSubtleCrypto {}
6908 Native_TextTrack_label_Getter(mthis) native "TextTrack_label_Getter"; 7913
6909 7914 class BlinkTextEvent {
6910 Native_TextTrack_language_Getter(mthis) native "TextTrack_language_Getter"; 7915 static $data_Getter(mthis) native "TextEvent_data_Getter";
6911 7916
6912 Native_TextTrack_mode_Getter(mthis) native "TextTrack_mode_Getter"; 7917 static $initTextEvent_Callback(mthis, typeArg, canBubbleArg, cancelableArg, vi ewArg, dataArg) native "TextEvent_initTextEvent_Callback_RESOLVER_STRING_5_DOMSt ring_boolean_boolean_Window_DOMString";
6913 7918 }
6914 Native_TextTrack_mode_Setter(mthis, value) native "TextTrack_mode_Setter"; 7919
6915 7920 class BlinkTextMetrics {
6916 Native_TextTrack_regions_Getter(mthis) native "TextTrack_regions_Getter"; 7921 static $width_Getter(mthis) native "TextMetrics_width_Getter";
6917 7922 }
6918 Native_TextTrack_addCue_Callback(mthis, cue) native "TextTrack_addCue_Callback_R ESOLVER_STRING_1_TextTrackCue"; 7923
6919 7924 class BlinkTextTrack {
6920 Native_TextTrack_addRegion_Callback(mthis, region) native "TextTrack_addRegion_C allback_RESOLVER_STRING_1_VTTRegion"; 7925 static $activeCues_Getter(mthis) native "TextTrack_activeCues_Getter";
6921 7926
6922 Native_TextTrack_removeCue_Callback(mthis, cue) native "TextTrack_removeCue_Call back_RESOLVER_STRING_1_TextTrackCue"; 7927 static $cues_Getter(mthis) native "TextTrack_cues_Getter";
6923 7928
6924 Native_TextTrack_removeRegion_Callback(mthis, region) native "TextTrack_removeRe gion_Callback_RESOLVER_STRING_1_VTTRegion"; 7929 static $id_Getter(mthis) native "TextTrack_id_Getter";
6925 7930
6926 Native_TextTrackCue_endTime_Getter(mthis) native "TextTrackCue_endTime_Getter"; 7931 static $kind_Getter(mthis) native "TextTrack_kind_Getter";
6927 7932
6928 Native_TextTrackCue_endTime_Setter(mthis, value) native "TextTrackCue_endTime_Se tter"; 7933 static $label_Getter(mthis) native "TextTrack_label_Getter";
6929 7934
6930 Native_TextTrackCue_id_Getter(mthis) native "TextTrackCue_id_Getter"; 7935 static $language_Getter(mthis) native "TextTrack_language_Getter";
6931 7936
6932 Native_TextTrackCue_id_Setter(mthis, value) native "TextTrackCue_id_Setter"; 7937 static $mode_Getter(mthis) native "TextTrack_mode_Getter";
6933 7938
6934 Native_TextTrackCue_pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_G etter"; 7939 static $mode_Setter(mthis, value) native "TextTrack_mode_Setter";
6935 7940
6936 Native_TextTrackCue_pauseOnExit_Setter(mthis, value) native "TextTrackCue_pauseO nExit_Setter"; 7941 static $regions_Getter(mthis) native "TextTrack_regions_Getter";
6937 7942
6938 Native_TextTrackCue_startTime_Getter(mthis) native "TextTrackCue_startTime_Gette r"; 7943 static $addCue_Callback(mthis, cue) native "TextTrack_addCue_Callback_RESOLVER _STRING_1_TextTrackCue";
6939 7944
6940 Native_TextTrackCue_startTime_Setter(mthis, value) native "TextTrackCue_startTim e_Setter"; 7945 static $addRegion_Callback(mthis, region) native "TextTrack_addRegion_Callback _RESOLVER_STRING_1_VTTRegion";
6941 7946
6942 Native_TextTrackCue_track_Getter(mthis) native "TextTrackCue_track_Getter"; 7947 static $removeCue_Callback(mthis, cue) native "TextTrack_removeCue_Callback_RE SOLVER_STRING_1_TextTrackCue";
6943 7948
6944 Native_TextTrackCueList_length_Getter(mthis) native "TextTrackCueList_length_Get ter"; 7949 static $removeRegion_Callback(mthis, region) native "TextTrack_removeRegion_Ca llback_RESOLVER_STRING_1_VTTRegion";
6945 7950 }
6946 Native_TextTrackCueList_NativeIndexed_Getter(mthis, index) native "TextTrackCueL ist_item_Callback_RESOLVER_STRING_1_unsigned long"; 7951
6947 7952 class BlinkTextTrackCue {
6948 Native_TextTrackCueList_getCueById_Callback(mthis, id) native "TextTrackCueList_ getCueById_Callback_RESOLVER_STRING_1_DOMString"; 7953 static $endTime_Getter(mthis) native "TextTrackCue_endTime_Getter";
6949 7954
6950 Native_TextTrackCueList_item_Callback(mthis, index) native "TextTrackCueList_ite m_Callback_RESOLVER_STRING_1_unsigned long"; 7955 static $endTime_Setter(mthis, value) native "TextTrackCue_endTime_Setter";
6951 7956
6952 Native_TextTrackList_length_Getter(mthis) native "TextTrackList_length_Getter"; 7957 static $id_Getter(mthis) native "TextTrackCue_id_Getter";
6953 7958
6954 Native_TextTrackList_NativeIndexed_Getter(mthis, index) native "TextTrackList_it em_Callback_RESOLVER_STRING_1_unsigned long"; 7959 static $id_Setter(mthis, value) native "TextTrackCue_id_Setter";
6955 7960
6956 Native_TextTrackList_getTrackById_Callback(mthis, id) native "TextTrackList_getT rackById_Callback_RESOLVER_STRING_1_DOMString"; 7961 static $pauseOnExit_Getter(mthis) native "TextTrackCue_pauseOnExit_Getter";
6957 7962
6958 Native_TextTrackList_item_Callback(mthis, index) native "TextTrackList_item_Call back_RESOLVER_STRING_1_unsigned long"; 7963 static $pauseOnExit_Setter(mthis, value) native "TextTrackCue_pauseOnExit_Sett er";
6959 7964
6960 Native_TimeRanges_length_Getter(mthis) native "TimeRanges_length_Getter"; 7965 static $startTime_Getter(mthis) native "TextTrackCue_startTime_Getter";
6961 7966
6962 Native_TimeRanges_end_Callback(mthis, index) native "TimeRanges_end_Callback_RES OLVER_STRING_1_unsigned long"; 7967 static $startTime_Setter(mthis, value) native "TextTrackCue_startTime_Setter";
6963 7968
6964 Native_TimeRanges_start_Callback(mthis, index) native "TimeRanges_start_Callback _RESOLVER_STRING_1_unsigned long"; 7969 static $track_Getter(mthis) native "TextTrackCue_track_Getter";
6965 7970 }
6966 Native_Timeline_play_Callback(mthis, source) native "Timeline_play_Callback_RESO LVER_STRING_1_TimedItem"; 7971
6967 7972 class BlinkTextTrackCueList {
6968 Native_Timing_delay_Getter(mthis) native "Timing_delay_Getter"; 7973 static $length_Getter(mthis) native "TextTrackCueList_length_Getter";
6969 7974
6970 Native_Timing_delay_Setter(mthis, value) native "Timing_delay_Setter"; 7975 static $NativeIndexed_Getter(mthis, index) native "TextTrackCueList_item_Callb ack_RESOLVER_STRING_1_unsigned long";
6971 7976
6972 Native_Timing_direction_Getter(mthis) native "Timing_direction_Getter"; 7977 static $getCueById_Callback(mthis, id) native "TextTrackCueList_getCueById_Cal lback_RESOLVER_STRING_1_DOMString";
6973 7978
6974 Native_Timing_direction_Setter(mthis, value) native "Timing_direction_Setter"; 7979 static $item_Callback(mthis, index) native "TextTrackCueList_item_Callback_RES OLVER_STRING_1_unsigned long";
6975 7980 }
6976 Native_Timing_easing_Getter(mthis) native "Timing_easing_Getter"; 7981
6977 7982 class BlinkTextTrackList {
6978 Native_Timing_easing_Setter(mthis, value) native "Timing_easing_Setter"; 7983 static $length_Getter(mthis) native "TextTrackList_length_Getter";
6979 7984
6980 Native_Timing_endDelay_Getter(mthis) native "Timing_endDelay_Getter"; 7985 static $NativeIndexed_Getter(mthis, index) native "TextTrackList_item_Callback _RESOLVER_STRING_1_unsigned long";
6981 7986
6982 Native_Timing_endDelay_Setter(mthis, value) native "Timing_endDelay_Setter"; 7987 static $getTrackById_Callback(mthis, id) native "TextTrackList_getTrackById_Ca llback_RESOLVER_STRING_1_DOMString";
6983 7988
6984 Native_Timing_fill_Getter(mthis) native "Timing_fill_Getter"; 7989 static $item_Callback(mthis, index) native "TextTrackList_item_Callback_RESOLV ER_STRING_1_unsigned long";
6985 7990 }
6986 Native_Timing_fill_Setter(mthis, value) native "Timing_fill_Setter"; 7991
6987 7992 class BlinkTimeRanges {
6988 Native_Timing_iterationStart_Getter(mthis) native "Timing_iterationStart_Getter" ; 7993 static $length_Getter(mthis) native "TimeRanges_length_Getter";
6989 7994
6990 Native_Timing_iterationStart_Setter(mthis, value) native "Timing_iterationStart_ Setter"; 7995 static $end_Callback(mthis, index) native "TimeRanges_end_Callback_RESOLVER_ST RING_1_unsigned long";
6991 7996
6992 Native_Timing_iterations_Getter(mthis) native "Timing_iterations_Getter"; 7997 static $start_Callback(mthis, index) native "TimeRanges_start_Callback_RESOLVE R_STRING_1_unsigned long";
6993 7998 }
6994 Native_Timing_iterations_Setter(mthis, value) native "Timing_iterations_Setter"; 7999
6995 8000 class BlinkTimeline {
6996 Native_Timing_playbackRate_Getter(mthis) native "Timing_playbackRate_Getter"; 8001 static $play_Callback(mthis, source) native "Timeline_play_Callback_RESOLVER_S TRING_1_TimedItem";
6997 8002 }
6998 Native_Timing_playbackRate_Setter(mthis, value) native "Timing_playbackRate_Sett er"; 8003
6999 8004 class BlinkTiming {
7000 Native_Timing___setter___Callback(mthis, name, duration) native "Timing___setter ___Callback_RESOLVER_STRING_2_DOMString_double"; 8005 static $delay_Getter(mthis) native "Timing_delay_Getter";
7001 8006
7002 Native_Touch_clientX_Getter(mthis) native "Touch_clientX_Getter"; 8007 static $delay_Setter(mthis, value) native "Timing_delay_Setter";
7003 8008
7004 Native_Touch_clientY_Getter(mthis) native "Touch_clientY_Getter"; 8009 static $direction_Getter(mthis) native "Timing_direction_Getter";
7005 8010
7006 Native_Touch_identifier_Getter(mthis) native "Touch_identifier_Getter"; 8011 static $direction_Setter(mthis, value) native "Timing_direction_Setter";
7007 8012
7008 Native_Touch_pageX_Getter(mthis) native "Touch_pageX_Getter"; 8013 static $easing_Getter(mthis) native "Timing_easing_Getter";
7009 8014
7010 Native_Touch_pageY_Getter(mthis) native "Touch_pageY_Getter"; 8015 static $easing_Setter(mthis, value) native "Timing_easing_Setter";
7011 8016
7012 Native_Touch_screenX_Getter(mthis) native "Touch_screenX_Getter"; 8017 static $endDelay_Getter(mthis) native "Timing_endDelay_Getter";
7013 8018
7014 Native_Touch_screenY_Getter(mthis) native "Touch_screenY_Getter"; 8019 static $endDelay_Setter(mthis, value) native "Timing_endDelay_Setter";
7015 8020
7016 Native_Touch_target_Getter(mthis) native "Touch_target_Getter"; 8021 static $fill_Getter(mthis) native "Timing_fill_Getter";
7017 8022
7018 Native_Touch_webkitForce_Getter(mthis) native "Touch_webkitForce_Getter"; 8023 static $fill_Setter(mthis, value) native "Timing_fill_Setter";
7019 8024
7020 Native_Touch_webkitRadiusX_Getter(mthis) native "Touch_webkitRadiusX_Getter"; 8025 static $iterationStart_Getter(mthis) native "Timing_iterationStart_Getter";
7021 8026
7022 Native_Touch_webkitRadiusY_Getter(mthis) native "Touch_webkitRadiusY_Getter"; 8027 static $iterationStart_Setter(mthis, value) native "Timing_iterationStart_Sett er";
7023 8028
7024 Native_Touch_webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle _Getter"; 8029 static $iterations_Getter(mthis) native "Timing_iterations_Getter";
7025 8030
7026 Native_TouchEvent_altKey_Getter(mthis) native "TouchEvent_altKey_Getter"; 8031 static $iterations_Setter(mthis, value) native "Timing_iterations_Setter";
7027 8032
7028 Native_TouchEvent_changedTouches_Getter(mthis) native "TouchEvent_changedTouches _Getter"; 8033 static $playbackRate_Getter(mthis) native "Timing_playbackRate_Getter";
7029 8034
7030 Native_TouchEvent_ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter"; 8035 static $playbackRate_Setter(mthis, value) native "Timing_playbackRate_Setter";
7031 8036
7032 Native_TouchEvent_metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter"; 8037 static $__setter___Callback(mthis, name, duration) native "Timing___setter___C allback_RESOLVER_STRING_2_DOMString_double";
7033 8038 }
7034 Native_TouchEvent_shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter"; 8039
7035 8040 class BlinkTouch {
7036 Native_TouchEvent_targetTouches_Getter(mthis) native "TouchEvent_targetTouches_G etter"; 8041 static $clientX_Getter(mthis) native "Touch_clientX_Getter";
7037 8042
7038 Native_TouchEvent_touches_Getter(mthis) native "TouchEvent_touches_Getter"; 8043 static $clientY_Getter(mthis) native "Touch_clientY_Getter";
7039 8044
7040 Native_TouchEvent_initTouchEvent_Callback(mthis, touches, targetTouches, changed Touches, type, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftK ey, metaKey) native "TouchEvent_initTouchEvent_Callback_RESOLVER_STRING_13_Touch List_TouchList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_bo olean_boolean"; 8045 static $identifier_Getter(mthis) native "Touch_identifier_Getter";
7041 8046
7042 Native_TouchList_length_Getter(mthis) native "TouchList_length_Getter"; 8047 static $pageX_Getter(mthis) native "Touch_pageX_Getter";
7043 8048
7044 Native_TouchList_NativeIndexed_Getter(mthis, index) native "TouchList_item_Callb ack_RESOLVER_STRING_1_unsigned long"; 8049 static $pageY_Getter(mthis) native "Touch_pageY_Getter";
7045 8050
7046 Native_TouchList_item_Callback(mthis, index) native "TouchList_item_Callback_RES OLVER_STRING_1_unsigned long"; 8051 static $screenX_Getter(mthis) native "Touch_screenX_Getter";
7047 8052
7048 Native_TrackEvent_track_Getter(mthis) native "TrackEvent_track_Getter"; 8053 static $screenY_Getter(mthis) native "Touch_screenY_Getter";
7049 8054
7050 Native_TransitionEvent_elapsedTime_Getter(mthis) native "TransitionEvent_elapsed Time_Getter"; 8055 static $target_Getter(mthis) native "Touch_target_Getter";
7051 8056
7052 Native_TransitionEvent_propertyName_Getter(mthis) native "TransitionEvent_proper tyName_Getter"; 8057 static $webkitForce_Getter(mthis) native "Touch_webkitForce_Getter";
7053 8058
7054 Native_TransitionEvent_pseudoElement_Getter(mthis) native "TransitionEvent_pseud oElement_Getter"; 8059 static $webkitRadiusX_Getter(mthis) native "Touch_webkitRadiusX_Getter";
7055 8060
7056 Native_TreeWalker_currentNode_Getter(mthis) native "TreeWalker_currentNode_Gette r"; 8061 static $webkitRadiusY_Getter(mthis) native "Touch_webkitRadiusY_Getter";
7057 8062
7058 Native_TreeWalker_currentNode_Setter(mthis, value) native "TreeWalker_currentNod e_Setter"; 8063 static $webkitRotationAngle_Getter(mthis) native "Touch_webkitRotationAngle_Ge tter";
7059 8064 }
7060 Native_TreeWalker_filter_Getter(mthis) native "TreeWalker_filter_Getter"; 8065
7061 8066 class BlinkTouchEvent {
7062 Native_TreeWalker_root_Getter(mthis) native "TreeWalker_root_Getter"; 8067 static $altKey_Getter(mthis) native "TouchEvent_altKey_Getter";
7063 8068
7064 Native_TreeWalker_whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter" ; 8069 static $changedTouches_Getter(mthis) native "TouchEvent_changedTouches_Getter" ;
7065 8070
7066 Native_TreeWalker_firstChild_Callback(mthis) native "TreeWalker_firstChild_Callb ack_RESOLVER_STRING_0_"; 8071 static $ctrlKey_Getter(mthis) native "TouchEvent_ctrlKey_Getter";
7067 8072
7068 Native_TreeWalker_lastChild_Callback(mthis) native "TreeWalker_lastChild_Callbac k_RESOLVER_STRING_0_"; 8073 static $metaKey_Getter(mthis) native "TouchEvent_metaKey_Getter";
7069 8074
7070 Native_TreeWalker_nextNode_Callback(mthis) native "TreeWalker_nextNode_Callback_ RESOLVER_STRING_0_"; 8075 static $shiftKey_Getter(mthis) native "TouchEvent_shiftKey_Getter";
7071 8076
7072 Native_TreeWalker_nextSibling_Callback(mthis) native "TreeWalker_nextSibling_Cal lback_RESOLVER_STRING_0_"; 8077 static $targetTouches_Getter(mthis) native "TouchEvent_targetTouches_Getter";
7073 8078
7074 Native_TreeWalker_parentNode_Callback(mthis) native "TreeWalker_parentNode_Callb ack_RESOLVER_STRING_0_"; 8079 static $touches_Getter(mthis) native "TouchEvent_touches_Getter";
7075 8080
7076 Native_TreeWalker_previousNode_Callback(mthis) native "TreeWalker_previousNode_C allback_RESOLVER_STRING_0_"; 8081 static $initTouchEvent_Callback(mthis, touches, targetTouches, changedTouches, type, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, meta Key) native "TouchEvent_initTouchEvent_Callback_RESOLVER_STRING_13_TouchList_Tou chList_TouchList_DOMString_Window_long_long_long_long_boolean_boolean_boolean_bo olean";
7077 8082 }
7078 Native_TreeWalker_previousSibling_Callback(mthis) native "TreeWalker_previousSib ling_Callback_RESOLVER_STRING_0_"; 8083
7079 8084 class BlinkTouchList {
7080 // Generated overload resolver 8085 static $length_Getter(mthis) native "TouchList_length_Getter";
7081 Native_URL_createObjectUrl(blob_OR_source_OR_stream) { 8086
8087 static $NativeIndexed_Getter(mthis, index) native "TouchList_item_Callback_RES OLVER_STRING_1_unsigned long";
8088
8089 static $item_Callback(mthis, index) native "TouchList_item_Callback_RESOLVER_S TRING_1_unsigned long";
8090 }
8091
8092 class BlinkTrackEvent {
8093 static $track_Getter(mthis) native "TrackEvent_track_Getter";
8094 }
8095
8096 class BlinkTransitionEvent {
8097 static $elapsedTime_Getter(mthis) native "TransitionEvent_elapsedTime_Getter";
8098
8099 static $propertyName_Getter(mthis) native "TransitionEvent_propertyName_Getter ";
8100
8101 static $pseudoElement_Getter(mthis) native "TransitionEvent_pseudoElement_Gett er";
8102 }
8103
8104 class BlinkTreeWalker {
8105 static $currentNode_Getter(mthis) native "TreeWalker_currentNode_Getter";
8106
8107 static $currentNode_Setter(mthis, value) native "TreeWalker_currentNode_Setter ";
8108
8109 static $filter_Getter(mthis) native "TreeWalker_filter_Getter";
8110
8111 static $root_Getter(mthis) native "TreeWalker_root_Getter";
8112
8113 static $whatToShow_Getter(mthis) native "TreeWalker_whatToShow_Getter";
8114
8115 static $firstChild_Callback(mthis) native "TreeWalker_firstChild_Callback_RESO LVER_STRING_0_";
8116
8117 static $lastChild_Callback(mthis) native "TreeWalker_lastChild_Callback_RESOLV ER_STRING_0_";
8118
8119 static $nextNode_Callback(mthis) native "TreeWalker_nextNode_Callback_RESOLVER _STRING_0_";
8120
8121 static $nextSibling_Callback(mthis) native "TreeWalker_nextSibling_Callback_RE SOLVER_STRING_0_";
8122
8123 static $parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback_RESO LVER_STRING_0_";
8124
8125 static $previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback_ RESOLVER_STRING_0_";
8126
8127 static $previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Cal lback_RESOLVER_STRING_0_";
8128 }
8129
8130 class BlinkURL {
8131 // Generated overload resolver
8132 static $createObjectUrl(blob_OR_source_OR_stream) {
7082 if ((blob_OR_source_OR_stream is Blob || blob_OR_source_OR_stream == null)) { 8133 if ((blob_OR_source_OR_stream is Blob || blob_OR_source_OR_stream == null)) {
7083 return Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream); 8134 return $_createObjectURL_1_Callback(blob_OR_source_OR_stream);
8135 }
8136 if ((blob_OR_source_OR_stream is MediaSource || blob_OR_source_OR_stream == null)) {
8137 return $_createObjectURL_2_Callback(blob_OR_source_OR_stream);
7084 } 8138 }
7085 if ((blob_OR_source_OR_stream is MediaStream || blob_OR_source_OR_stream == null)) { 8139 if ((blob_OR_source_OR_stream is MediaStream || blob_OR_source_OR_stream == null)) {
7086 return Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream); 8140 return $_createObjectURL_3_Callback(blob_OR_source_OR_stream);
7087 }
7088 if ((blob_OR_source_OR_stream is MediaSource || blob_OR_source_OR_stream == null)) {
7089 return Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream);
7090 } 8141 }
7091 throw new ArgumentError("Incorrect number or type of arguments"); 8142 throw new ArgumentError("Incorrect number or type of arguments");
7092 } 8143 }
7093 8144
7094 Native_URL__createObjectURL_1_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_Blob"; 8145 static $_createObjectURL_1_Callback(blob_OR_source_OR_stream) native "URL_crea teObjectURL_Callback_RESOLVER_STRING_1_Blob";
7095 8146
7096 Native_URL__createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_MediaStream"; 8147 static $_createObjectURL_2_Callback(blob_OR_source_OR_stream) native "URL_crea teObjectURL_Callback_RESOLVER_STRING_1_MediaSource";
7097 8148
7098 Native_URL__createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL_cre ateObjectURL_Callback_RESOLVER_STRING_1_MediaSource"; 8149 static $_createObjectURL_3_Callback(blob_OR_source_OR_stream) native "URL_crea teObjectURL_Callback_RESOLVER_STRING_1_MediaStream";
7099 8150
7100 Native_URL_createObjectUrlFromBlob_Callback(blob) native "URL_createObjectURL_Ca llback_RESOLVER_STRING_1_Blob"; 8151 static $createObjectUrlFromBlob_Callback(blob) native "URL_createObjectURL_Cal lback_RESOLVER_STRING_1_Blob";
7101 8152
7102 Native_URL_createObjectUrlFromSource_Callback(source) native "URL_createObjectUR L_Callback_RESOLVER_STRING_1_MediaSource"; 8153 static $createObjectUrlFromSource_Callback(source) native "URL_createObjectURL _Callback_RESOLVER_STRING_1_MediaSource";
7103 8154
7104 Native_URL_createObjectUrlFromStream_Callback(stream) native "URL_createObjectUR L_Callback_RESOLVER_STRING_1_MediaStream"; 8155 static $createObjectUrlFromStream_Callback(stream) native "URL_createObjectURL _Callback_RESOLVER_STRING_1_MediaStream";
7105 8156
7106 Native_URL_revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback_RE SOLVER_STRING_1_DOMString"; 8157 static $revokeObjectURL_Callback(url) native "URL_revokeObjectURL_Callback_RES OLVER_STRING_1_DOMString";
7107 8158
7108 Native_URL_hash_Getter(mthis) native "URL_hash_Getter"; 8159 static $hash_Getter(mthis) native "URL_hash_Getter";
7109 8160
7110 Native_URL_hash_Setter(mthis, value) native "URL_hash_Setter"; 8161 static $hash_Setter(mthis, value) native "URL_hash_Setter";
7111 8162
7112 Native_URL_host_Getter(mthis) native "URL_host_Getter"; 8163 static $host_Getter(mthis) native "URL_host_Getter";
7113 8164
7114 Native_URL_host_Setter(mthis, value) native "URL_host_Setter"; 8165 static $host_Setter(mthis, value) native "URL_host_Setter";
7115 8166
7116 Native_URL_hostname_Getter(mthis) native "URL_hostname_Getter"; 8167 static $hostname_Getter(mthis) native "URL_hostname_Getter";
7117 8168
7118 Native_URL_hostname_Setter(mthis, value) native "URL_hostname_Setter"; 8169 static $hostname_Setter(mthis, value) native "URL_hostname_Setter";
7119 8170
7120 Native_URL_href_Getter(mthis) native "URL_href_Getter"; 8171 static $href_Getter(mthis) native "URL_href_Getter";
7121 8172
7122 Native_URL_href_Setter(mthis, value) native "URL_href_Setter"; 8173 static $href_Setter(mthis, value) native "URL_href_Setter";
7123 8174
7124 Native_URL_origin_Getter(mthis) native "URL_origin_Getter"; 8175 static $origin_Getter(mthis) native "URL_origin_Getter";
7125 8176
7126 Native_URL_password_Getter(mthis) native "URL_password_Getter"; 8177 static $password_Getter(mthis) native "URL_password_Getter";
7127 8178
7128 Native_URL_password_Setter(mthis, value) native "URL_password_Setter"; 8179 static $password_Setter(mthis, value) native "URL_password_Setter";
7129 8180
7130 Native_URL_pathname_Getter(mthis) native "URL_pathname_Getter"; 8181 static $pathname_Getter(mthis) native "URL_pathname_Getter";
7131 8182
7132 Native_URL_pathname_Setter(mthis, value) native "URL_pathname_Setter"; 8183 static $pathname_Setter(mthis, value) native "URL_pathname_Setter";
7133 8184
7134 Native_URL_port_Getter(mthis) native "URL_port_Getter"; 8185 static $port_Getter(mthis) native "URL_port_Getter";
7135 8186
7136 Native_URL_port_Setter(mthis, value) native "URL_port_Setter"; 8187 static $port_Setter(mthis, value) native "URL_port_Setter";
7137 8188
7138 Native_URL_protocol_Getter(mthis) native "URL_protocol_Getter"; 8189 static $protocol_Getter(mthis) native "URL_protocol_Getter";
7139 8190
7140 Native_URL_protocol_Setter(mthis, value) native "URL_protocol_Setter"; 8191 static $protocol_Setter(mthis, value) native "URL_protocol_Setter";
7141 8192
7142 Native_URL_search_Getter(mthis) native "URL_search_Getter"; 8193 static $search_Getter(mthis) native "URL_search_Getter";
7143 8194
7144 Native_URL_search_Setter(mthis, value) native "URL_search_Setter"; 8195 static $search_Setter(mthis, value) native "URL_search_Setter";
7145 8196
7146 Native_URL_username_Getter(mthis) native "URL_username_Getter"; 8197 static $username_Getter(mthis) native "URL_username_Getter";
7147 8198
7148 Native_URL_username_Setter(mthis, value) native "URL_username_Setter"; 8199 static $username_Setter(mthis, value) native "URL_username_Setter";
7149 8200
7150 Native_URL_toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_STRIN G_0_"; 8201 static $toString_Callback(mthis) native "URL_toString_Callback_RESOLVER_STRING _0_";
7151 8202 }
7152 Native_URLUtilsReadOnly_hash_Getter(mthis) native "WorkerLocation_hash_Getter"; 8203
7153 8204 class BlinkURLUtilsReadOnly {
7154 Native_URLUtilsReadOnly_host_Getter(mthis) native "WorkerLocation_host_Getter"; 8205 static $hash_Getter(mthis) native "WorkerLocation_hash_Getter";
7155 8206
7156 Native_URLUtilsReadOnly_hostname_Getter(mthis) native "WorkerLocation_hostname_G etter"; 8207 static $host_Getter(mthis) native "WorkerLocation_host_Getter";
7157 8208
7158 Native_URLUtilsReadOnly_href_Getter(mthis) native "WorkerLocation_href_Getter"; 8209 static $hostname_Getter(mthis) native "WorkerLocation_hostname_Getter";
7159 8210
7160 Native_URLUtilsReadOnly_pathname_Getter(mthis) native "WorkerLocation_pathname_G etter"; 8211 static $href_Getter(mthis) native "WorkerLocation_href_Getter";
7161 8212
7162 Native_URLUtilsReadOnly_port_Getter(mthis) native "WorkerLocation_port_Getter"; 8213 static $pathname_Getter(mthis) native "WorkerLocation_pathname_Getter";
7163 8214
7164 Native_URLUtilsReadOnly_protocol_Getter(mthis) native "WorkerLocation_protocol_G etter"; 8215 static $port_Getter(mthis) native "WorkerLocation_port_Getter";
7165 8216
7166 Native_URLUtilsReadOnly_search_Getter(mthis) native "WorkerLocation_search_Gette r"; 8217 static $protocol_Getter(mthis) native "WorkerLocation_protocol_Getter";
7167 8218
7168 Native_URLUtilsReadOnly_toString_Callback(mthis) native "WorkerLocation_toString _Callback_RESOLVER_STRING_0_"; 8219 static $search_Getter(mthis) native "WorkerLocation_search_Getter";
7169 8220
7170 // Generated overload resolver 8221 static $toString_Callback(mthis) native "WorkerLocation_toString_Callback_RESO LVER_STRING_0_";
7171 Native_VTTCue_VttCue(startTime, endTime, text) { 8222 }
7172 return Native_VTTCue__create_1constructorCallback(startTime, endTime, text); 8223
7173 } 8224 class BlinkVTTCue {
7174 8225 // Generated overload resolver
7175 Native_VTTCue__create_1constructorCallback(startTime, endTime, text) native "VTT Cue_constructorCallback_RESOLVER_STRING_3_double_double_DOMString"; 8226 static $mkVttCue(startTime, endTime, text) {
7176 8227 return $_create_1constructorCallback(startTime, endTime, text);
7177 Native_VTTCue_align_Getter(mthis) native "VTTCue_align_Getter"; 8228 }
7178 8229
7179 Native_VTTCue_align_Setter(mthis, value) native "VTTCue_align_Setter"; 8230 static $_create_1constructorCallback(startTime, endTime, text) native "VTTCue_ constructorCallback_RESOLVER_STRING_3_double_double_DOMString";
7180 8231
7181 Native_VTTCue_line_Getter(mthis) native "VTTCue_line_Getter"; 8232 static $align_Getter(mthis) native "VTTCue_align_Getter";
7182 8233
7183 Native_VTTCue_line_Setter(mthis, value) native "VTTCue_line_Setter"; 8234 static $align_Setter(mthis, value) native "VTTCue_align_Setter";
7184 8235
7185 Native_VTTCue_position_Getter(mthis) native "VTTCue_position_Getter"; 8236 static $line_Getter(mthis) native "VTTCue_line_Getter";
7186 8237
7187 Native_VTTCue_position_Setter(mthis, value) native "VTTCue_position_Setter"; 8238 static $line_Setter(mthis, value) native "VTTCue_line_Setter";
7188 8239
7189 Native_VTTCue_regionId_Getter(mthis) native "VTTCue_regionId_Getter"; 8240 static $position_Getter(mthis) native "VTTCue_position_Getter";
7190 8241
7191 Native_VTTCue_regionId_Setter(mthis, value) native "VTTCue_regionId_Setter"; 8242 static $position_Setter(mthis, value) native "VTTCue_position_Setter";
7192 8243
7193 Native_VTTCue_size_Getter(mthis) native "VTTCue_size_Getter"; 8244 static $regionId_Getter(mthis) native "VTTCue_regionId_Getter";
7194 8245
7195 Native_VTTCue_size_Setter(mthis, value) native "VTTCue_size_Setter"; 8246 static $regionId_Setter(mthis, value) native "VTTCue_regionId_Setter";
7196 8247
7197 Native_VTTCue_snapToLines_Getter(mthis) native "VTTCue_snapToLines_Getter"; 8248 static $size_Getter(mthis) native "VTTCue_size_Getter";
7198 8249
7199 Native_VTTCue_snapToLines_Setter(mthis, value) native "VTTCue_snapToLines_Setter "; 8250 static $size_Setter(mthis, value) native "VTTCue_size_Setter";
7200 8251
7201 Native_VTTCue_text_Getter(mthis) native "VTTCue_text_Getter"; 8252 static $snapToLines_Getter(mthis) native "VTTCue_snapToLines_Getter";
7202 8253
7203 Native_VTTCue_text_Setter(mthis, value) native "VTTCue_text_Setter"; 8254 static $snapToLines_Setter(mthis, value) native "VTTCue_snapToLines_Setter";
7204 8255
7205 Native_VTTCue_vertical_Getter(mthis) native "VTTCue_vertical_Getter"; 8256 static $text_Getter(mthis) native "VTTCue_text_Getter";
7206 8257
7207 Native_VTTCue_vertical_Setter(mthis, value) native "VTTCue_vertical_Setter"; 8258 static $text_Setter(mthis, value) native "VTTCue_text_Setter";
7208 8259
7209 Native_VTTCue_getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback_ RESOLVER_STRING_0_"; 8260 static $vertical_Getter(mthis) native "VTTCue_vertical_Getter";
7210 8261
7211 // Generated overload resolver 8262 static $vertical_Setter(mthis, value) native "VTTCue_vertical_Setter";
7212 Native_VTTRegion_VttRegion() { 8263
7213 return Native_VTTRegion__create_1constructorCallback(); 8264 static $getCueAsHTML_Callback(mthis) native "VTTCue_getCueAsHTML_Callback_RESO LVER_STRING_0_";
7214 } 8265 }
7215 8266
7216 Native_VTTRegion__create_1constructorCallback() native "VTTRegion_constructorCal lback_RESOLVER_STRING_0_"; 8267 class BlinkVTTRegion {
7217 8268 // Generated overload resolver
7218 Native_VTTRegion_height_Getter(mthis) native "VTTRegion_height_Getter"; 8269 static $mkVttRegion() {
7219 8270 return $_create_1constructorCallback();
7220 Native_VTTRegion_height_Setter(mthis, value) native "VTTRegion_height_Setter"; 8271 }
7221 8272
7222 Native_VTTRegion_id_Getter(mthis) native "VTTRegion_id_Getter"; 8273 static $_create_1constructorCallback() native "VTTRegion_constructorCallback_R ESOLVER_STRING_0_";
7223 8274
7224 Native_VTTRegion_id_Setter(mthis, value) native "VTTRegion_id_Setter"; 8275 static $height_Getter(mthis) native "VTTRegion_height_Getter";
7225 8276
7226 Native_VTTRegion_regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Get ter"; 8277 static $height_Setter(mthis, value) native "VTTRegion_height_Setter";
7227 8278
7228 Native_VTTRegion_regionAnchorX_Setter(mthis, value) native "VTTRegion_regionAnch orX_Setter"; 8279 static $id_Getter(mthis) native "VTTRegion_id_Getter";
7229 8280
7230 Native_VTTRegion_regionAnchorY_Getter(mthis) native "VTTRegion_regionAnchorY_Get ter"; 8281 static $id_Setter(mthis, value) native "VTTRegion_id_Setter";
7231 8282
7232 Native_VTTRegion_regionAnchorY_Setter(mthis, value) native "VTTRegion_regionAnch orY_Setter"; 8283 static $regionAnchorX_Getter(mthis) native "VTTRegion_regionAnchorX_Getter";
7233 8284
7234 Native_VTTRegion_scroll_Getter(mthis) native "VTTRegion_scroll_Getter"; 8285 static $regionAnchorX_Setter(mthis, value) native "VTTRegion_regionAnchorX_Set ter";
7235 8286
7236 Native_VTTRegion_scroll_Setter(mthis, value) native "VTTRegion_scroll_Setter"; 8287 static $regionAnchorY_Getter(mthis) native "VTTRegion_regionAnchorY_Getter";
7237 8288
7238 Native_VTTRegion_track_Getter(mthis) native "VTTRegion_track_Getter"; 8289 static $regionAnchorY_Setter(mthis, value) native "VTTRegion_regionAnchorY_Set ter";
7239 8290
7240 Native_VTTRegion_viewportAnchorX_Getter(mthis) native "VTTRegion_viewportAnchorX _Getter"; 8291 static $scroll_Getter(mthis) native "VTTRegion_scroll_Getter";
7241 8292
7242 Native_VTTRegion_viewportAnchorX_Setter(mthis, value) native "VTTRegion_viewport AnchorX_Setter"; 8293 static $scroll_Setter(mthis, value) native "VTTRegion_scroll_Setter";
7243 8294
7244 Native_VTTRegion_viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY _Getter"; 8295 static $track_Getter(mthis) native "VTTRegion_track_Getter";
7245 8296
7246 Native_VTTRegion_viewportAnchorY_Setter(mthis, value) native "VTTRegion_viewport AnchorY_Setter"; 8297 static $viewportAnchorX_Getter(mthis) native "VTTRegion_viewportAnchorX_Getter ";
7247 8298
7248 Native_VTTRegion_width_Getter(mthis) native "VTTRegion_width_Getter"; 8299 static $viewportAnchorX_Setter(mthis, value) native "VTTRegion_viewportAnchorX _Setter";
7249 8300
7250 Native_VTTRegion_width_Setter(mthis, value) native "VTTRegion_width_Setter"; 8301 static $viewportAnchorY_Getter(mthis) native "VTTRegion_viewportAnchorY_Getter ";
7251 8302
7252 Native_VTTRegionList_length_Getter(mthis) native "VTTRegionList_length_Getter"; 8303 static $viewportAnchorY_Setter(mthis, value) native "VTTRegion_viewportAnchorY _Setter";
7253 8304
7254 Native_VTTRegionList_getRegionById_Callback(mthis, id) native "VTTRegionList_get RegionById_Callback_RESOLVER_STRING_1_DOMString"; 8305 static $width_Getter(mthis) native "VTTRegion_width_Getter";
7255 8306
7256 Native_VTTRegionList_item_Callback(mthis, index) native "VTTRegionList_item_Call back_RESOLVER_STRING_1_unsigned long"; 8307 static $width_Setter(mthis, value) native "VTTRegion_width_Setter";
7257 8308 }
7258 Native_ValidityState_badInput_Getter(mthis) native "ValidityState_badInput_Gette r"; 8309
7259 8310 class BlinkVTTRegionList {
7260 Native_ValidityState_customError_Getter(mthis) native "ValidityState_customError _Getter"; 8311 static $length_Getter(mthis) native "VTTRegionList_length_Getter";
7261 8312
7262 Native_ValidityState_patternMismatch_Getter(mthis) native "ValidityState_pattern Mismatch_Getter"; 8313 static $getRegionById_Callback(mthis, id) native "VTTRegionList_getRegionById_ Callback_RESOLVER_STRING_1_DOMString";
7263 8314
7264 Native_ValidityState_rangeOverflow_Getter(mthis) native "ValidityState_rangeOver flow_Getter"; 8315 static $item_Callback(mthis, index) native "VTTRegionList_item_Callback_RESOLV ER_STRING_1_unsigned long";
7265 8316 }
7266 Native_ValidityState_rangeUnderflow_Getter(mthis) native "ValidityState_rangeUnd erflow_Getter"; 8317
7267 8318 class BlinkValidityState {
7268 Native_ValidityState_stepMismatch_Getter(mthis) native "ValidityState_stepMismat ch_Getter"; 8319 static $badInput_Getter(mthis) native "ValidityState_badInput_Getter";
7269 8320
7270 Native_ValidityState_tooLong_Getter(mthis) native "ValidityState_tooLong_Getter" ; 8321 static $customError_Getter(mthis) native "ValidityState_customError_Getter";
7271 8322
7272 Native_ValidityState_typeMismatch_Getter(mthis) native "ValidityState_typeMismat ch_Getter"; 8323 static $patternMismatch_Getter(mthis) native "ValidityState_patternMismatch_Ge tter";
7273 8324
7274 Native_ValidityState_valid_Getter(mthis) native "ValidityState_valid_Getter"; 8325 static $rangeOverflow_Getter(mthis) native "ValidityState_rangeOverflow_Getter ";
7275 8326
7276 Native_ValidityState_valueMissing_Getter(mthis) native "ValidityState_valueMissi ng_Getter"; 8327 static $rangeUnderflow_Getter(mthis) native "ValidityState_rangeUnderflow_Gett er";
7277 8328
7278 Native_VideoPlaybackQuality_corruptedVideoFrames_Getter(mthis) native "VideoPlay backQuality_corruptedVideoFrames_Getter"; 8329 static $stepMismatch_Getter(mthis) native "ValidityState_stepMismatch_Getter";
7279 8330
7280 Native_VideoPlaybackQuality_creationTime_Getter(mthis) native "VideoPlaybackQual ity_creationTime_Getter"; 8331 static $tooLong_Getter(mthis) native "ValidityState_tooLong_Getter";
7281 8332
7282 Native_VideoPlaybackQuality_droppedVideoFrames_Getter(mthis) native "VideoPlayba ckQuality_droppedVideoFrames_Getter"; 8333 static $typeMismatch_Getter(mthis) native "ValidityState_typeMismatch_Getter";
7283 8334
7284 Native_VideoPlaybackQuality_totalVideoFrames_Getter(mthis) native "VideoPlayback Quality_totalVideoFrames_Getter"; 8335 static $valid_Getter(mthis) native "ValidityState_valid_Getter";
7285 8336
7286 Native_WaveShaperNode_curve_Getter(mthis) native "WaveShaperNode_curve_Getter"; 8337 static $valueMissing_Getter(mthis) native "ValidityState_valueMissing_Getter";
7287 8338 }
7288 Native_WaveShaperNode_curve_Setter(mthis, value) native "WaveShaperNode_curve_Se tter"; 8339
7289 8340 class BlinkVideoPlaybackQuality {
7290 Native_WaveShaperNode_oversample_Getter(mthis) native "WaveShaperNode_oversample _Getter"; 8341 static $corruptedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_corrup tedVideoFrames_Getter";
7291 8342
7292 Native_WaveShaperNode_oversample_Setter(mthis, value) native "WaveShaperNode_ove rsample_Setter"; 8343 static $creationTime_Getter(mthis) native "VideoPlaybackQuality_creationTime_G etter";
7293 8344
7294 Native_WebGLActiveInfo_name_Getter(mthis) native "WebGLActiveInfo_name_Getter"; 8345 static $droppedVideoFrames_Getter(mthis) native "VideoPlaybackQuality_droppedV ideoFrames_Getter";
7295 8346
7296 Native_WebGLActiveInfo_size_Getter(mthis) native "WebGLActiveInfo_size_Getter"; 8347 static $totalVideoFrames_Getter(mthis) native "VideoPlaybackQuality_totalVideo Frames_Getter";
7297 8348 }
7298 Native_WebGLActiveInfo_type_Getter(mthis) native "WebGLActiveInfo_type_Getter"; 8349
7299 8350 class BlinkWaveShaperNode {
7300 Native_WebGLContextAttributes_alpha_Getter(mthis) native "WebGLContextAttributes _alpha_Getter"; 8351 static $curve_Getter(mthis) native "WaveShaperNode_curve_Getter";
7301 8352
7302 Native_WebGLContextAttributes_alpha_Setter(mthis, value) native "WebGLContextAtt ributes_alpha_Setter"; 8353 static $curve_Setter(mthis, value) native "WaveShaperNode_curve_Setter";
7303 8354
7304 Native_WebGLContextAttributes_antialias_Getter(mthis) native "WebGLContextAttrib utes_antialias_Getter"; 8355 static $oversample_Getter(mthis) native "WaveShaperNode_oversample_Getter";
7305 8356
7306 Native_WebGLContextAttributes_antialias_Setter(mthis, value) native "WebGLContex tAttributes_antialias_Setter"; 8357 static $oversample_Setter(mthis, value) native "WaveShaperNode_oversample_Sett er";
7307 8358 }
7308 Native_WebGLContextAttributes_depth_Getter(mthis) native "WebGLContextAttributes _depth_Getter"; 8359
7309 8360 class BlinkWebGLActiveInfo {
7310 Native_WebGLContextAttributes_depth_Setter(mthis, value) native "WebGLContextAtt ributes_depth_Setter"; 8361 static $name_Getter(mthis) native "WebGLActiveInfo_name_Getter";
7311 8362
7312 Native_WebGLContextAttributes_failIfMajorPerformanceCaveat_Getter(mthis) native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Getter"; 8363 static $size_Getter(mthis) native "WebGLActiveInfo_size_Getter";
7313 8364
7314 Native_WebGLContextAttributes_failIfMajorPerformanceCaveat_Setter(mthis, value) native "WebGLContextAttributes_failIfMajorPerformanceCaveat_Setter"; 8365 static $type_Getter(mthis) native "WebGLActiveInfo_type_Getter";
7315 8366 }
7316 Native_WebGLContextAttributes_premultipliedAlpha_Getter(mthis) native "WebGLCont extAttributes_premultipliedAlpha_Getter"; 8367
7317 8368 class BlinkWebGLBuffer {}
7318 Native_WebGLContextAttributes_premultipliedAlpha_Setter(mthis, value) native "We bGLContextAttributes_premultipliedAlpha_Setter"; 8369
7319 8370 class BlinkWebGLCompressedTextureATC {}
7320 Native_WebGLContextAttributes_preserveDrawingBuffer_Getter(mthis) native "WebGLC ontextAttributes_preserveDrawingBuffer_Getter"; 8371
7321 8372 class BlinkWebGLCompressedTexturePVRTC {}
7322 Native_WebGLContextAttributes_preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttributes_preserveDrawingBuffer_Setter"; 8373
7323 8374 class BlinkWebGLCompressedTextureS3TC {}
7324 Native_WebGLContextAttributes_stencil_Getter(mthis) native "WebGLContextAttribut es_stencil_Getter"; 8375
7325 8376 class BlinkWebGLContextAttributes {
7326 Native_WebGLContextAttributes_stencil_Setter(mthis, value) native "WebGLContextA ttributes_stencil_Setter"; 8377 static $alpha_Getter(mthis) native "WebGLContextAttributes_alpha_Getter";
7327 8378
7328 Native_WebGLContextEvent_statusMessage_Getter(mthis) native "WebGLContextEvent_s tatusMessage_Getter"; 8379 static $alpha_Setter(mthis, value) native "WebGLContextAttributes_alpha_Setter ";
7329 8380
7330 Native_WebGLDebugShaders_getTranslatedShaderSource_Callback(mthis, shader) nativ e "WebGLDebugShaders_getTranslatedShaderSource_Callback_RESOLVER_STRING_1_WebGLS hader"; 8381 static $antialias_Getter(mthis) native "WebGLContextAttributes_antialias_Gette r";
7331 8382
7332 Native_WebGLDrawBuffers_drawBuffersWEBGL_Callback(mthis, buffers) native "WebGLD rawBuffers_drawBuffersWEBGL_Callback_RESOLVER_STRING_1_sequence<unsigned long>"; 8383 static $antialias_Setter(mthis, value) native "WebGLContextAttributes_antialia s_Setter";
7333 8384
7334 Native_WebGLLoseContext_loseContext_Callback(mthis) native "WebGLLoseContext_los eContext_Callback_RESOLVER_STRING_0_"; 8385 static $depth_Getter(mthis) native "WebGLContextAttributes_depth_Getter";
7335 8386
7336 Native_WebGLLoseContext_restoreContext_Callback(mthis) native "WebGLLoseContext_ restoreContext_Callback_RESOLVER_STRING_0_"; 8387 static $depth_Setter(mthis, value) native "WebGLContextAttributes_depth_Setter ";
7337 8388
7338 Native_WebGLRenderingContext_drawingBufferHeight_Getter(mthis) native "WebGLRend eringContext_drawingBufferHeight_Getter"; 8389 static $failIfMajorPerformanceCaveat_Getter(mthis) native "WebGLContextAttribu tes_failIfMajorPerformanceCaveat_Getter";
7339 8390
7340 Native_WebGLRenderingContext_drawingBufferWidth_Getter(mthis) native "WebGLRende ringContext_drawingBufferWidth_Getter"; 8391 static $failIfMajorPerformanceCaveat_Setter(mthis, value) native "WebGLContext Attributes_failIfMajorPerformanceCaveat_Setter";
7341 8392
7342 Native_WebGLRenderingContext_activeTexture_Callback(mthis, texture) native "WebG LRenderingContext_activeTexture_Callback_RESOLVER_STRING_1_unsigned long"; 8393 static $premultipliedAlpha_Getter(mthis) native "WebGLContextAttributes_premul tipliedAlpha_Getter";
7343 8394
7344 Native_WebGLRenderingContext_attachShader_Callback(mthis, program, shader) nativ e "WebGLRenderingContext_attachShader_Callback_RESOLVER_STRING_2_WebGLProgram_We bGLShader"; 8395 static $premultipliedAlpha_Setter(mthis, value) native "WebGLContextAttributes _premultipliedAlpha_Setter";
7345 8396
7346 Native_WebGLRenderingContext_bindAttribLocation_Callback(mthis, program, index, name) native "WebGLRenderingContext_bindAttribLocation_Callback_RESOLVER_STRING_ 3_WebGLProgram_unsigned long_DOMString"; 8397 static $preserveDrawingBuffer_Getter(mthis) native "WebGLContextAttributes_pre serveDrawingBuffer_Getter";
7347 8398
7348 Native_WebGLRenderingContext_bindBuffer_Callback(mthis, target, buffer) native " WebGLRenderingContext_bindBuffer_Callback_RESOLVER_STRING_2_unsigned long_WebGLB uffer"; 8399 static $preserveDrawingBuffer_Setter(mthis, value) native "WebGLContextAttribu tes_preserveDrawingBuffer_Setter";
7349 8400
7350 Native_WebGLRenderingContext_bindFramebuffer_Callback(mthis, target, framebuffer ) native "WebGLRenderingContext_bindFramebuffer_Callback_RESOLVER_STRING_2_unsig ned long_WebGLFramebuffer"; 8401 static $stencil_Getter(mthis) native "WebGLContextAttributes_stencil_Getter";
7351 8402
7352 Native_WebGLRenderingContext_bindRenderbuffer_Callback(mthis, target, renderbuff er) native "WebGLRenderingContext_bindRenderbuffer_Callback_RESOLVER_STRING_2_un signed long_WebGLRenderbuffer"; 8403 static $stencil_Setter(mthis, value) native "WebGLContextAttributes_stencil_Se tter";
7353 8404 }
7354 Native_WebGLRenderingContext_bindTexture_Callback(mthis, target, texture) native "WebGLRenderingContext_bindTexture_Callback_RESOLVER_STRING_2_unsigned long_Web GLTexture"; 8405
7355 8406 class BlinkWebGLContextEvent {
7356 Native_WebGLRenderingContext_blendColor_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_blendColor_Callback_RESOLVER_STRING_4_float_float _float_float"; 8407 static $statusMessage_Getter(mthis) native "WebGLContextEvent_statusMessage_Ge tter";
7357 8408 }
7358 Native_WebGLRenderingContext_blendEquation_Callback(mthis, mode) native "WebGLRe nderingContext_blendEquation_Callback_RESOLVER_STRING_1_unsigned long"; 8409
7359 8410 class BlinkWebGLDebugRendererInfo {}
7360 Native_WebGLRenderingContext_blendEquationSeparate_Callback(mthis, modeRGB, mode Alpha) native "WebGLRenderingContext_blendEquationSeparate_Callback_RESOLVER_STR ING_2_unsigned long_unsigned long"; 8411
7361 8412 class BlinkWebGLDebugShaders {
7362 Native_WebGLRenderingContext_blendFunc_Callback(mthis, sfactor, dfactor) native "WebGLRenderingContext_blendFunc_Callback_RESOLVER_STRING_2_unsigned long_unsign ed long"; 8413 static $getTranslatedShaderSource_Callback(mthis, shader) native "WebGLDebugSh aders_getTranslatedShaderSource_Callback_RESOLVER_STRING_1_WebGLShader";
7363 8414 }
7364 Native_WebGLRenderingContext_blendFuncSeparate_Callback(mthis, srcRGB, dstRGB, s rcAlpha, dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback_RESO LVER_STRING_4_unsigned long_unsigned long_unsigned long_unsigned long"; 8415
7365 8416 class BlinkWebGLDepthTexture {}
7366 Native_WebGLRenderingContext_bufferByteData_Callback(mthis, target, data, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned lo ng_ArrayBuffer_unsigned long"; 8417
7367 8418 class BlinkWebGLDrawBuffers {
7368 // Generated overload resolver 8419 static $drawBuffersWEBGL_Callback(mthis, buffers) native "WebGLDrawBuffers_dra wBuffersWEBGL_Callback_RESOLVER_STRING_1_sequence<unsigned long>";
7369 Native_WebGLRenderingContext_bufferData(mthis, target, data_OR_size, usage) { 8420 }
8421
8422 class BlinkWebGLFramebuffer {}
8423
8424 class BlinkWebGLLoseContext {
8425 static $loseContext_Callback(mthis) native "WebGLLoseContext_loseContext_Callb ack_RESOLVER_STRING_0_";
8426
8427 static $restoreContext_Callback(mthis) native "WebGLLoseContext_restoreContext _Callback_RESOLVER_STRING_0_";
8428 }
8429
8430 class BlinkWebGLProgram {}
8431
8432 class BlinkWebGLRenderbuffer {}
8433
8434 class BlinkWebGLRenderingContext {
8435 static $drawingBufferHeight_Getter(mthis) native "WebGLRenderingContext_drawin gBufferHeight_Getter";
8436
8437 static $drawingBufferWidth_Getter(mthis) native "WebGLRenderingContext_drawing BufferWidth_Getter";
8438
8439 static $activeTexture_Callback(mthis, texture) native "WebGLRenderingContext_a ctiveTexture_Callback_RESOLVER_STRING_1_unsigned long";
8440
8441 static $attachShader_Callback(mthis, program, shader) native "WebGLRenderingCo ntext_attachShader_Callback_RESOLVER_STRING_2_WebGLProgram_WebGLShader";
8442
8443 static $bindAttribLocation_Callback(mthis, program, index, name) native "WebGL RenderingContext_bindAttribLocation_Callback_RESOLVER_STRING_3_WebGLProgram_unsi gned long_DOMString";
8444
8445 static $bindBuffer_Callback(mthis, target, buffer) native "WebGLRenderingConte xt_bindBuffer_Callback_RESOLVER_STRING_2_unsigned long_WebGLBuffer";
8446
8447 static $bindFramebuffer_Callback(mthis, target, framebuffer) native "WebGLRend eringContext_bindFramebuffer_Callback_RESOLVER_STRING_2_unsigned long_WebGLFrame buffer";
8448
8449 static $bindRenderbuffer_Callback(mthis, target, renderbuffer) native "WebGLRe nderingContext_bindRenderbuffer_Callback_RESOLVER_STRING_2_unsigned long_WebGLRe nderbuffer";
8450
8451 static $bindTexture_Callback(mthis, target, texture) native "WebGLRenderingCon text_bindTexture_Callback_RESOLVER_STRING_2_unsigned long_WebGLTexture";
8452
8453 static $blendColor_Callback(mthis, red, green, blue, alpha) native "WebGLRende ringContext_blendColor_Callback_RESOLVER_STRING_4_float_float_float_float";
8454
8455 static $blendEquation_Callback(mthis, mode) native "WebGLRenderingContext_blen dEquation_Callback_RESOLVER_STRING_1_unsigned long";
8456
8457 static $blendEquationSeparate_Callback(mthis, modeRGB, modeAlpha) native "WebG LRenderingContext_blendEquationSeparate_Callback_RESOLVER_STRING_2_unsigned long _unsigned long";
8458
8459 static $blendFunc_Callback(mthis, sfactor, dfactor) native "WebGLRenderingCont ext_blendFunc_Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
8460
8461 static $blendFuncSeparate_Callback(mthis, srcRGB, dstRGB, srcAlpha, dstAlpha) native "WebGLRenderingContext_blendFuncSeparate_Callback_RESOLVER_STRING_4_unsig ned long_unsigned long_unsigned long_unsigned long";
8462
8463 static $bufferByteData_Callback(mthis, target, data, usage) native "WebGLRende ringContext_bufferData_Callback_RESOLVER_STRING_3_unsigned long_ArrayBuffer_unsi gned long";
8464
8465 // Generated overload resolver
8466 static $bufferData(mthis, target, data_OR_size, usage) {
7370 if ((usage is int || usage == null) && (data_OR_size is TypedData || data_OR _size == null) && (target is int || target == null)) { 8467 if ((usage is int || usage == null) && (data_OR_size is TypedData || data_OR _size == null) && (target is int || target == null)) {
7371 Native_WebGLRenderingContext__bufferData_1_Callback(mthis, target, data_OR _size, usage); 8468 $_bufferData_1_Callback(mthis, target, data_OR_size, usage);
7372 return; 8469 return;
7373 } 8470 }
7374 if ((usage is int || usage == null) && (data_OR_size is ByteBuffer || data_O R_size == null) && (target is int || target == null)) { 8471 if ((usage is int || usage == null) && (data_OR_size is ByteBuffer || data_O R_size == null) && (target is int || target == null)) {
7375 Native_WebGLRenderingContext__bufferData_2_Callback(mthis, target, data_OR _size, usage); 8472 $_bufferData_2_Callback(mthis, target, data_OR_size, usage);
7376 return; 8473 return;
7377 } 8474 }
7378 if ((usage is int || usage == null) && (data_OR_size is int || data_OR_size == null) && (target is int || target == null)) { 8475 if ((usage is int || usage == null) && (data_OR_size is int || data_OR_size == null) && (target is int || target == null)) {
7379 Native_WebGLRenderingContext__bufferData_3_Callback(mthis, target, data_OR _size, usage); 8476 $_bufferData_3_Callback(mthis, target, data_OR_size, usage);
7380 return; 8477 return;
7381 } 8478 }
7382 throw new ArgumentError("Incorrect number or type of arguments"); 8479 throw new ArgumentError("Incorrect number or type of arguments");
7383 } 8480 }
7384 8481
7385 Native_WebGLRenderingContext__bufferData_1_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsi gned long_ArrayBufferView_unsigned long"; 8482 static $_bufferData_1_Callback(mthis, target, data_OR_size, usage) native "Web GLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned long_ArrayBuff erView_unsigned long";
7386 8483
7387 Native_WebGLRenderingContext__bufferData_2_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsi gned long_ArrayBuffer_unsigned long"; 8484 static $_bufferData_2_Callback(mthis, target, data_OR_size, usage) native "Web GLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned long_ArrayBuff er_unsigned long";
7388 8485
7389 Native_WebGLRenderingContext__bufferData_3_Callback(mthis, target, data_OR_size, usage) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsi gned long_long long_unsigned long"; 8486 static $_bufferData_3_Callback(mthis, target, data_OR_size, usage) native "Web GLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned long_long long _unsigned long";
7390 8487
7391 Native_WebGLRenderingContext_bufferDataTyped_Callback(mthis, target, data, usage ) native "WebGLRenderingContext_bufferData_Callback_RESOLVER_STRING_3_unsigned l ong_ArrayBufferView_unsigned long"; 8488 static $bufferDataTyped_Callback(mthis, target, data, usage) native "WebGLRend eringContext_bufferData_Callback_RESOLVER_STRING_3_unsigned long_ArrayBufferView _unsigned long";
7392 8489
7393 Native_WebGLRenderingContext_bufferSubByteData_Callback(mthis, target, offset, d ata) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsi gned long_long long_ArrayBuffer"; 8490 static $bufferSubByteData_Callback(mthis, target, offset, data) native "WebGLR enderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsigned long_long long _ArrayBuffer";
7394 8491
7395 // Generated overload resolver 8492 // Generated overload resolver
7396 Native_WebGLRenderingContext_bufferSubData(mthis, target, offset, data) { 8493 static $bufferSubData(mthis, target, offset, data) {
7397 if ((data is TypedData || data == null) && (offset is int || offset == null) && (target is int || target == null)) { 8494 if ((data is TypedData || data == null) && (offset is int || offset == null) && (target is int || target == null)) {
7398 Native_WebGLRenderingContext__bufferSubData_1_Callback(mthis, target, offs et, data); 8495 $_bufferSubData_1_Callback(mthis, target, offset, data);
7399 return; 8496 return;
7400 } 8497 }
7401 if ((data is ByteBuffer || data == null) && (offset is int || offset == null ) && (target is int || target == null)) { 8498 if ((data is ByteBuffer || data == null) && (offset is int || offset == null ) && (target is int || target == null)) {
7402 Native_WebGLRenderingContext__bufferSubData_2_Callback(mthis, target, offs et, data); 8499 $_bufferSubData_2_Callback(mthis, target, offset, data);
7403 return; 8500 return;
7404 } 8501 }
7405 throw new ArgumentError("Incorrect number or type of arguments"); 8502 throw new ArgumentError("Incorrect number or type of arguments");
7406 } 8503 }
7407 8504
7408 Native_WebGLRenderingContext__bufferSubData_1_Callback(mthis, target, offset, da ta) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsig ned long_long long_ArrayBufferView"; 8505 static $_bufferSubData_1_Callback(mthis, target, offset, data) native "WebGLRe nderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsigned long_long long_ ArrayBufferView";
7409 8506
7410 Native_WebGLRenderingContext__bufferSubData_2_Callback(mthis, target, offset, da ta) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsig ned long_long long_ArrayBuffer"; 8507 static $_bufferSubData_2_Callback(mthis, target, offset, data) native "WebGLRe nderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsigned long_long long_ ArrayBuffer";
7411 8508
7412 Native_WebGLRenderingContext_bufferSubDataTyped_Callback(mthis, target, offset, data) native "WebGLRenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_uns igned long_long long_ArrayBufferView"; 8509 static $bufferSubDataTyped_Callback(mthis, target, offset, data) native "WebGL RenderingContext_bufferSubData_Callback_RESOLVER_STRING_3_unsigned long_long lon g_ArrayBufferView";
7413 8510
7414 Native_WebGLRenderingContext_checkFramebufferStatus_Callback(mthis, target) nati ve "WebGLRenderingContext_checkFramebufferStatus_Callback_RESOLVER_STRING_1_unsi gned long"; 8511 static $checkFramebufferStatus_Callback(mthis, target) native "WebGLRenderingC ontext_checkFramebufferStatus_Callback_RESOLVER_STRING_1_unsigned long";
7415 8512
7416 Native_WebGLRenderingContext_clear_Callback(mthis, mask) native "WebGLRenderingC ontext_clear_Callback_RESOLVER_STRING_1_unsigned long"; 8513 static $clear_Callback(mthis, mask) native "WebGLRenderingContext_clear_Callba ck_RESOLVER_STRING_1_unsigned long";
7417 8514
7418 Native_WebGLRenderingContext_clearColor_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_clearColor_Callback_RESOLVER_STRING_4_float_float _float_float"; 8515 static $clearColor_Callback(mthis, red, green, blue, alpha) native "WebGLRende ringContext_clearColor_Callback_RESOLVER_STRING_4_float_float_float_float";
7419 8516
7420 Native_WebGLRenderingContext_clearDepth_Callback(mthis, depth) native "WebGLRend eringContext_clearDepth_Callback_RESOLVER_STRING_1_float"; 8517 static $clearDepth_Callback(mthis, depth) native "WebGLRenderingContext_clearD epth_Callback_RESOLVER_STRING_1_float";
7421 8518
7422 Native_WebGLRenderingContext_clearStencil_Callback(mthis, s) native "WebGLRender ingContext_clearStencil_Callback_RESOLVER_STRING_1_long"; 8519 static $clearStencil_Callback(mthis, s) native "WebGLRenderingContext_clearSte ncil_Callback_RESOLVER_STRING_1_long";
7423 8520
7424 Native_WebGLRenderingContext_colorMask_Callback(mthis, red, green, blue, alpha) native "WebGLRenderingContext_colorMask_Callback_RESOLVER_STRING_4_boolean_boole an_boolean_boolean"; 8521 static $colorMask_Callback(mthis, red, green, blue, alpha) native "WebGLRender ingContext_colorMask_Callback_RESOLVER_STRING_4_boolean_boolean_boolean_boolean" ;
7425 8522
7426 Native_WebGLRenderingContext_compileShader_Callback(mthis, shader) native "WebGL RenderingContext_compileShader_Callback_RESOLVER_STRING_1_WebGLShader"; 8523 static $compileShader_Callback(mthis, shader) native "WebGLRenderingContext_co mpileShader_Callback_RESOLVER_STRING_1_WebGLShader";
7427 8524
7428 Native_WebGLRenderingContext_compressedTexImage2D_Callback(mthis, target, level, internalformat, width, height, border, data) native "WebGLRenderingContext_comp ressedTexImage2D_Callback_RESOLVER_STRING_7_unsigned long_long_unsigned long_lon g_long_long_ArrayBufferView"; 8525 static $compressedTexImage2D_Callback(mthis, target, level, internalformat, wi dth, height, border, data) native "WebGLRenderingContext_compressedTexImage2D_Ca llback_RESOLVER_STRING_7_unsigned long_long_unsigned long_long_long_long_ArrayBu fferView";
7429 8526
7430 Native_WebGLRenderingContext_compressedTexSubImage2D_Callback(mthis, target, lev el, xoffset, yoffset, width, height, format, data) native "WebGLRenderingContext _compressedTexSubImage2D_Callback_RESOLVER_STRING_8_unsigned long_long_long_long _long_long_unsigned long_ArrayBufferView"; 8527 static $compressedTexSubImage2D_Callback(mthis, target, level, xoffset, yoffse t, width, height, format, data) native "WebGLRenderingContext_compressedTexSubIm age2D_Callback_RESOLVER_STRING_8_unsigned long_long_long_long_long_long_unsigned long_ArrayBufferView";
7431 8528
7432 Native_WebGLRenderingContext_copyTexImage2D_Callback(mthis, target, level, inter nalformat, x, y, width, height, border) native "WebGLRenderingContext_copyTexIma ge2D_Callback_RESOLVER_STRING_8_unsigned long_long_unsigned long_long_long_long_ long_long"; 8529 static $copyTexImage2D_Callback(mthis, target, level, internalformat, x, y, wi dth, height, border) native "WebGLRenderingContext_copyTexImage2D_Callback_RESOL VER_STRING_8_unsigned long_long_unsigned long_long_long_long_long_long";
7433 8530
7434 Native_WebGLRenderingContext_copyTexSubImage2D_Callback(mthis, target, level, xo ffset, yoffset, x, y, width, height) native "WebGLRenderingContext_copyTexSubIma ge2D_Callback_RESOLVER_STRING_8_unsigned long_long_long_long_long_long_long_long "; 8531 static $copyTexSubImage2D_Callback(mthis, target, level, xoffset, yoffset, x, y, width, height) native "WebGLRenderingContext_copyTexSubImage2D_Callback_RESOL VER_STRING_8_unsigned long_long_long_long_long_long_long_long";
7435 8532
7436 Native_WebGLRenderingContext_createBuffer_Callback(mthis) native "WebGLRendering Context_createBuffer_Callback_RESOLVER_STRING_0_"; 8533 static $createBuffer_Callback(mthis) native "WebGLRenderingContext_createBuffe r_Callback_RESOLVER_STRING_0_";
7437 8534
7438 Native_WebGLRenderingContext_createFramebuffer_Callback(mthis) native "WebGLRend eringContext_createFramebuffer_Callback_RESOLVER_STRING_0_"; 8535 static $createFramebuffer_Callback(mthis) native "WebGLRenderingContext_create Framebuffer_Callback_RESOLVER_STRING_0_";
7439 8536
7440 Native_WebGLRenderingContext_createProgram_Callback(mthis) native "WebGLRenderin gContext_createProgram_Callback_RESOLVER_STRING_0_"; 8537 static $createProgram_Callback(mthis) native "WebGLRenderingContext_createProg ram_Callback_RESOLVER_STRING_0_";
7441 8538
7442 Native_WebGLRenderingContext_createRenderbuffer_Callback(mthis) native "WebGLRen deringContext_createRenderbuffer_Callback_RESOLVER_STRING_0_"; 8539 static $createRenderbuffer_Callback(mthis) native "WebGLRenderingContext_creat eRenderbuffer_Callback_RESOLVER_STRING_0_";
7443 8540
7444 Native_WebGLRenderingContext_createShader_Callback(mthis, type) native "WebGLRen deringContext_createShader_Callback_RESOLVER_STRING_1_unsigned long"; 8541 static $createShader_Callback(mthis, type) native "WebGLRenderingContext_creat eShader_Callback_RESOLVER_STRING_1_unsigned long";
7445 8542
7446 Native_WebGLRenderingContext_createTexture_Callback(mthis) native "WebGLRenderin gContext_createTexture_Callback_RESOLVER_STRING_0_"; 8543 static $createTexture_Callback(mthis) native "WebGLRenderingContext_createText ure_Callback_RESOLVER_STRING_0_";
7447 8544
7448 Native_WebGLRenderingContext_cullFace_Callback(mthis, mode) native "WebGLRenderi ngContext_cullFace_Callback_RESOLVER_STRING_1_unsigned long"; 8545 static $cullFace_Callback(mthis, mode) native "WebGLRenderingContext_cullFace_ Callback_RESOLVER_STRING_1_unsigned long";
7449 8546
7450 Native_WebGLRenderingContext_deleteBuffer_Callback(mthis, buffer) native "WebGLR enderingContext_deleteBuffer_Callback_RESOLVER_STRING_1_WebGLBuffer"; 8547 static $deleteBuffer_Callback(mthis, buffer) native "WebGLRenderingContext_del eteBuffer_Callback_RESOLVER_STRING_1_WebGLBuffer";
7451 8548
7452 Native_WebGLRenderingContext_deleteFramebuffer_Callback(mthis, framebuffer) nati ve "WebGLRenderingContext_deleteFramebuffer_Callback_RESOLVER_STRING_1_WebGLFram ebuffer"; 8549 static $deleteFramebuffer_Callback(mthis, framebuffer) native "WebGLRenderingC ontext_deleteFramebuffer_Callback_RESOLVER_STRING_1_WebGLFramebuffer";
7453 8550
7454 Native_WebGLRenderingContext_deleteProgram_Callback(mthis, program) native "WebG LRenderingContext_deleteProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; 8551 static $deleteProgram_Callback(mthis, program) native "WebGLRenderingContext_d eleteProgram_Callback_RESOLVER_STRING_1_WebGLProgram";
7455 8552
7456 Native_WebGLRenderingContext_deleteRenderbuffer_Callback(mthis, renderbuffer) na tive "WebGLRenderingContext_deleteRenderbuffer_Callback_RESOLVER_STRING_1_WebGLR enderbuffer"; 8553 static $deleteRenderbuffer_Callback(mthis, renderbuffer) native "WebGLRenderin gContext_deleteRenderbuffer_Callback_RESOLVER_STRING_1_WebGLRenderbuffer";
7457 8554
7458 Native_WebGLRenderingContext_deleteShader_Callback(mthis, shader) native "WebGLR enderingContext_deleteShader_Callback_RESOLVER_STRING_1_WebGLShader"; 8555 static $deleteShader_Callback(mthis, shader) native "WebGLRenderingContext_del eteShader_Callback_RESOLVER_STRING_1_WebGLShader";
7459 8556
7460 Native_WebGLRenderingContext_deleteTexture_Callback(mthis, texture) native "WebG LRenderingContext_deleteTexture_Callback_RESOLVER_STRING_1_WebGLTexture"; 8557 static $deleteTexture_Callback(mthis, texture) native "WebGLRenderingContext_d eleteTexture_Callback_RESOLVER_STRING_1_WebGLTexture";
7461 8558
7462 Native_WebGLRenderingContext_depthFunc_Callback(mthis, func) native "WebGLRender ingContext_depthFunc_Callback_RESOLVER_STRING_1_unsigned long"; 8559 static $depthFunc_Callback(mthis, func) native "WebGLRenderingContext_depthFun c_Callback_RESOLVER_STRING_1_unsigned long";
7463 8560
7464 Native_WebGLRenderingContext_depthMask_Callback(mthis, flag) native "WebGLRender ingContext_depthMask_Callback_RESOLVER_STRING_1_boolean"; 8561 static $depthMask_Callback(mthis, flag) native "WebGLRenderingContext_depthMas k_Callback_RESOLVER_STRING_1_boolean";
7465 8562
7466 Native_WebGLRenderingContext_depthRange_Callback(mthis, zNear, zFar) native "Web GLRenderingContext_depthRange_Callback_RESOLVER_STRING_2_float_float"; 8563 static $depthRange_Callback(mthis, zNear, zFar) native "WebGLRenderingContext_ depthRange_Callback_RESOLVER_STRING_2_float_float";
7467 8564
7468 Native_WebGLRenderingContext_detachShader_Callback(mthis, program, shader) nativ e "WebGLRenderingContext_detachShader_Callback_RESOLVER_STRING_2_WebGLProgram_We bGLShader"; 8565 static $detachShader_Callback(mthis, program, shader) native "WebGLRenderingCo ntext_detachShader_Callback_RESOLVER_STRING_2_WebGLProgram_WebGLShader";
7469 8566
7470 Native_WebGLRenderingContext_disable_Callback(mthis, cap) native "WebGLRendering Context_disable_Callback_RESOLVER_STRING_1_unsigned long"; 8567 static $disable_Callback(mthis, cap) native "WebGLRenderingContext_disable_Cal lback_RESOLVER_STRING_1_unsigned long";
7471 8568
7472 Native_WebGLRenderingContext_disableVertexAttribArray_Callback(mthis, index) nat ive "WebGLRenderingContext_disableVertexAttribArray_Callback_RESOLVER_STRING_1_u nsigned long"; 8569 static $disableVertexAttribArray_Callback(mthis, index) native "WebGLRendering Context_disableVertexAttribArray_Callback_RESOLVER_STRING_1_unsigned long";
7473 8570
7474 Native_WebGLRenderingContext_drawArrays_Callback(mthis, mode, first, count) nati ve "WebGLRenderingContext_drawArrays_Callback_RESOLVER_STRING_3_unsigned long_lo ng_long"; 8571 static $drawArrays_Callback(mthis, mode, first, count) native "WebGLRenderingC ontext_drawArrays_Callback_RESOLVER_STRING_3_unsigned long_long_long";
7475 8572
7476 Native_WebGLRenderingContext_drawElements_Callback(mthis, mode, count, type, off set) native "WebGLRenderingContext_drawElements_Callback_RESOLVER_STRING_4_unsig ned long_long_unsigned long_long long"; 8573 static $drawElements_Callback(mthis, mode, count, type, offset) native "WebGLR enderingContext_drawElements_Callback_RESOLVER_STRING_4_unsigned long_long_unsig ned long_long long";
7477 8574
7478 Native_WebGLRenderingContext_enable_Callback(mthis, cap) native "WebGLRenderingC ontext_enable_Callback_RESOLVER_STRING_1_unsigned long"; 8575 static $enable_Callback(mthis, cap) native "WebGLRenderingContext_enable_Callb ack_RESOLVER_STRING_1_unsigned long";
7479 8576
7480 Native_WebGLRenderingContext_enableVertexAttribArray_Callback(mthis, index) nati ve "WebGLRenderingContext_enableVertexAttribArray_Callback_RESOLVER_STRING_1_uns igned long"; 8577 static $enableVertexAttribArray_Callback(mthis, index) native "WebGLRenderingC ontext_enableVertexAttribArray_Callback_RESOLVER_STRING_1_unsigned long";
7481 8578
7482 Native_WebGLRenderingContext_finish_Callback(mthis) native "WebGLRenderingContex t_finish_Callback_RESOLVER_STRING_0_"; 8579 static $finish_Callback(mthis) native "WebGLRenderingContext_finish_Callback_R ESOLVER_STRING_0_";
7483 8580
7484 Native_WebGLRenderingContext_flush_Callback(mthis) native "WebGLRenderingContext _flush_Callback_RESOLVER_STRING_0_"; 8581 static $flush_Callback(mthis) native "WebGLRenderingContext_flush_Callback_RES OLVER_STRING_0_";
7485 8582
7486 Native_WebGLRenderingContext_framebufferRenderbuffer_Callback(mthis, target, att achment, renderbuffertarget, renderbuffer) native "WebGLRenderingContext_framebu fferRenderbuffer_Callback_RESOLVER_STRING_4_unsigned long_unsigned long_unsigned long_WebGLRenderbuffer"; 8583 static $framebufferRenderbuffer_Callback(mthis, target, attachment, renderbuff ertarget, renderbuffer) native "WebGLRenderingContext_framebufferRenderbuffer_Ca llback_RESOLVER_STRING_4_unsigned long_unsigned long_unsigned long_WebGLRenderbu ffer";
7487 8584
7488 Native_WebGLRenderingContext_framebufferTexture2D_Callback(mthis, target, attach ment, textarget, texture, level) native "WebGLRenderingContext_framebufferTextur e2D_Callback_RESOLVER_STRING_5_unsigned long_unsigned long_unsigned long_WebGLTe xture_long"; 8585 static $framebufferTexture2D_Callback(mthis, target, attachment, textarget, te xture, level) native "WebGLRenderingContext_framebufferTexture2D_Callback_RESOLV ER_STRING_5_unsigned long_unsigned long_unsigned long_WebGLTexture_long";
7489 8586
7490 Native_WebGLRenderingContext_frontFace_Callback(mthis, mode) native "WebGLRender ingContext_frontFace_Callback_RESOLVER_STRING_1_unsigned long"; 8587 static $frontFace_Callback(mthis, mode) native "WebGLRenderingContext_frontFac e_Callback_RESOLVER_STRING_1_unsigned long";
7491 8588
7492 Native_WebGLRenderingContext_generateMipmap_Callback(mthis, target) native "WebG LRenderingContext_generateMipmap_Callback_RESOLVER_STRING_1_unsigned long"; 8589 static $generateMipmap_Callback(mthis, target) native "WebGLRenderingContext_g enerateMipmap_Callback_RESOLVER_STRING_1_unsigned long";
7493 8590
7494 Native_WebGLRenderingContext_getActiveAttrib_Callback(mthis, program, index) nat ive "WebGLRenderingContext_getActiveAttrib_Callback_RESOLVER_STRING_2_WebGLProgr am_unsigned long"; 8591 static $getActiveAttrib_Callback(mthis, program, index) native "WebGLRendering Context_getActiveAttrib_Callback_RESOLVER_STRING_2_WebGLProgram_unsigned long";
7495 8592
7496 Native_WebGLRenderingContext_getActiveUniform_Callback(mthis, program, index) na tive "WebGLRenderingContext_getActiveUniform_Callback_RESOLVER_STRING_2_WebGLPro gram_unsigned long"; 8593 static $getActiveUniform_Callback(mthis, program, index) native "WebGLRenderin gContext_getActiveUniform_Callback_RESOLVER_STRING_2_WebGLProgram_unsigned long" ;
7497 8594
7498 Native_WebGLRenderingContext_getAttachedShaders_Callback(mthis, program) native "WebGLRenderingContext_getAttachedShaders_Callback"; 8595 static $getAttachedShaders_Callback(mthis, program) native "WebGLRenderingCont ext_getAttachedShaders_Callback";
7499 8596
7500 Native_WebGLRenderingContext_getAttribLocation_Callback(mthis, program, name) na tive "WebGLRenderingContext_getAttribLocation_Callback_RESOLVER_STRING_2_WebGLPr ogram_DOMString"; 8597 static $getAttribLocation_Callback(mthis, program, name) native "WebGLRenderin gContext_getAttribLocation_Callback_RESOLVER_STRING_2_WebGLProgram_DOMString";
7501 8598
7502 Native_WebGLRenderingContext_getBufferParameter_Callback(mthis, target, pname) n ative "WebGLRenderingContext_getBufferParameter_Callback"; 8599 static $getBufferParameter_Callback(mthis, target, pname) native "WebGLRenderi ngContext_getBufferParameter_Callback";
7503 8600
7504 Native_WebGLRenderingContext_getContextAttributes_Callback(mthis) native "WebGLR enderingContext_getContextAttributes_Callback_RESOLVER_STRING_0_"; 8601 static $getContextAttributes_Callback(mthis) native "WebGLRenderingContext_get ContextAttributes_Callback_RESOLVER_STRING_0_";
7505 8602
7506 Native_WebGLRenderingContext_getError_Callback(mthis) native "WebGLRenderingCont ext_getError_Callback_RESOLVER_STRING_0_"; 8603 static $getError_Callback(mthis) native "WebGLRenderingContext_getError_Callba ck_RESOLVER_STRING_0_";
7507 8604
7508 Native_WebGLRenderingContext_getExtension_Callback(mthis, name) native "WebGLRen deringContext_getExtension_Callback"; 8605 static $getExtension_Callback(mthis, name) native "WebGLRenderingContext_getEx tension_Callback";
7509 8606
7510 Native_WebGLRenderingContext_getFramebufferAttachmentParameter_Callback(mthis, t arget, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachment Parameter_Callback"; 8607 static $getFramebufferAttachmentParameter_Callback(mthis, target, attachment, pname) native "WebGLRenderingContext_getFramebufferAttachmentParameter_Callback" ;
7511 8608
7512 Native_WebGLRenderingContext_getParameter_Callback(mthis, pname) native "WebGLRe nderingContext_getParameter_Callback"; 8609 static $getParameter_Callback(mthis, pname) native "WebGLRenderingContext_getP arameter_Callback";
7513 8610
7514 Native_WebGLRenderingContext_getProgramInfoLog_Callback(mthis, program) native " WebGLRenderingContext_getProgramInfoLog_Callback_RESOLVER_STRING_1_WebGLProgram" ; 8611 static $getProgramInfoLog_Callback(mthis, program) native "WebGLRenderingConte xt_getProgramInfoLog_Callback_RESOLVER_STRING_1_WebGLProgram";
7515 8612
7516 Native_WebGLRenderingContext_getProgramParameter_Callback(mthis, program, pname) native "WebGLRenderingContext_getProgramParameter_Callback"; 8613 static $getProgramParameter_Callback(mthis, program, pname) native "WebGLRende ringContext_getProgramParameter_Callback";
7517 8614
7518 Native_WebGLRenderingContext_getRenderbufferParameter_Callback(mthis, target, pn ame) native "WebGLRenderingContext_getRenderbufferParameter_Callback"; 8615 static $getRenderbufferParameter_Callback(mthis, target, pname) native "WebGLR enderingContext_getRenderbufferParameter_Callback";
7519 8616
7520 Native_WebGLRenderingContext_getShaderInfoLog_Callback(mthis, shader) native "We bGLRenderingContext_getShaderInfoLog_Callback_RESOLVER_STRING_1_WebGLShader"; 8617 static $getShaderInfoLog_Callback(mthis, shader) native "WebGLRenderingContext _getShaderInfoLog_Callback_RESOLVER_STRING_1_WebGLShader";
7521 8618
7522 Native_WebGLRenderingContext_getShaderParameter_Callback(mthis, shader, pname) n ative "WebGLRenderingContext_getShaderParameter_Callback"; 8619 static $getShaderParameter_Callback(mthis, shader, pname) native "WebGLRenderi ngContext_getShaderParameter_Callback";
7523 8620
7524 Native_WebGLRenderingContext_getShaderPrecisionFormat_Callback(mthis, shadertype , precisiontype) native "WebGLRenderingContext_getShaderPrecisionFormat_Callback _RESOLVER_STRING_2_unsigned long_unsigned long"; 8621 static $getShaderPrecisionFormat_Callback(mthis, shadertype, precisiontype) na tive "WebGLRenderingContext_getShaderPrecisionFormat_Callback_RESOLVER_STRING_2_ unsigned long_unsigned long";
7525 8622
7526 Native_WebGLRenderingContext_getShaderSource_Callback(mthis, shader) native "Web GLRenderingContext_getShaderSource_Callback_RESOLVER_STRING_1_WebGLShader"; 8623 static $getShaderSource_Callback(mthis, shader) native "WebGLRenderingContext_ getShaderSource_Callback_RESOLVER_STRING_1_WebGLShader";
7527 8624
7528 Native_WebGLRenderingContext_getSupportedExtensions_Callback(mthis) native "WebG LRenderingContext_getSupportedExtensions_Callback"; 8625 static $getSupportedExtensions_Callback(mthis) native "WebGLRenderingContext_g etSupportedExtensions_Callback";
7529 8626
7530 Native_WebGLRenderingContext_getTexParameter_Callback(mthis, target, pname) nati ve "WebGLRenderingContext_getTexParameter_Callback"; 8627 static $getTexParameter_Callback(mthis, target, pname) native "WebGLRenderingC ontext_getTexParameter_Callback";
7531 8628
7532 Native_WebGLRenderingContext_getUniform_Callback(mthis, program, location) nativ e "WebGLRenderingContext_getUniform_Callback"; 8629 static $getUniform_Callback(mthis, program, location) native "WebGLRenderingCo ntext_getUniform_Callback";
7533 8630
7534 Native_WebGLRenderingContext_getUniformLocation_Callback(mthis, program, name) n ative "WebGLRenderingContext_getUniformLocation_Callback_RESOLVER_STRING_2_WebGL Program_DOMString"; 8631 static $getUniformLocation_Callback(mthis, program, name) native "WebGLRenderi ngContext_getUniformLocation_Callback_RESOLVER_STRING_2_WebGLProgram_DOMString";
7535 8632
7536 Native_WebGLRenderingContext_getVertexAttrib_Callback(mthis, index, pname) nativ e "WebGLRenderingContext_getVertexAttrib_Callback"; 8633 static $getVertexAttrib_Callback(mthis, index, pname) native "WebGLRenderingCo ntext_getVertexAttrib_Callback";
7537 8634
7538 Native_WebGLRenderingContext_getVertexAttribOffset_Callback(mthis, index, pname) native "WebGLRenderingContext_getVertexAttribOffset_Callback_RESOLVER_STRING_2_ unsigned long_unsigned long"; 8635 static $getVertexAttribOffset_Callback(mthis, index, pname) native "WebGLRende ringContext_getVertexAttribOffset_Callback_RESOLVER_STRING_2_unsigned long_unsig ned long";
7539 8636
7540 Native_WebGLRenderingContext_hint_Callback(mthis, target, mode) native "WebGLRen deringContext_hint_Callback_RESOLVER_STRING_2_unsigned long_unsigned long"; 8637 static $hint_Callback(mthis, target, mode) native "WebGLRenderingContext_hint_ Callback_RESOLVER_STRING_2_unsigned long_unsigned long";
7541 8638
7542 Native_WebGLRenderingContext_isBuffer_Callback(mthis, buffer) native "WebGLRende ringContext_isBuffer_Callback_RESOLVER_STRING_1_WebGLBuffer"; 8639 static $isBuffer_Callback(mthis, buffer) native "WebGLRenderingContext_isBuffe r_Callback_RESOLVER_STRING_1_WebGLBuffer";
7543 8640
7544 Native_WebGLRenderingContext_isContextLost_Callback(mthis) native "WebGLRenderin gContext_isContextLost_Callback_RESOLVER_STRING_0_"; 8641 static $isContextLost_Callback(mthis) native "WebGLRenderingContext_isContextL ost_Callback_RESOLVER_STRING_0_";
7545 8642
7546 Native_WebGLRenderingContext_isEnabled_Callback(mthis, cap) native "WebGLRenderi ngContext_isEnabled_Callback_RESOLVER_STRING_1_unsigned long"; 8643 static $isEnabled_Callback(mthis, cap) native "WebGLRenderingContext_isEnabled _Callback_RESOLVER_STRING_1_unsigned long";
7547 8644
7548 Native_WebGLRenderingContext_isFramebuffer_Callback(mthis, framebuffer) native " WebGLRenderingContext_isFramebuffer_Callback_RESOLVER_STRING_1_WebGLFramebuffer" ; 8645 static $isFramebuffer_Callback(mthis, framebuffer) native "WebGLRenderingConte xt_isFramebuffer_Callback_RESOLVER_STRING_1_WebGLFramebuffer";
7549 8646
7550 Native_WebGLRenderingContext_isProgram_Callback(mthis, program) native "WebGLRen deringContext_isProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; 8647 static $isProgram_Callback(mthis, program) native "WebGLRenderingContext_isPro gram_Callback_RESOLVER_STRING_1_WebGLProgram";
7551 8648
7552 Native_WebGLRenderingContext_isRenderbuffer_Callback(mthis, renderbuffer) native "WebGLRenderingContext_isRenderbuffer_Callback_RESOLVER_STRING_1_WebGLRenderbuf fer"; 8649 static $isRenderbuffer_Callback(mthis, renderbuffer) native "WebGLRenderingCon text_isRenderbuffer_Callback_RESOLVER_STRING_1_WebGLRenderbuffer";
7553 8650
7554 Native_WebGLRenderingContext_isShader_Callback(mthis, shader) native "WebGLRende ringContext_isShader_Callback_RESOLVER_STRING_1_WebGLShader"; 8651 static $isShader_Callback(mthis, shader) native "WebGLRenderingContext_isShade r_Callback_RESOLVER_STRING_1_WebGLShader";
7555 8652
7556 Native_WebGLRenderingContext_isTexture_Callback(mthis, texture) native "WebGLRen deringContext_isTexture_Callback_RESOLVER_STRING_1_WebGLTexture"; 8653 static $isTexture_Callback(mthis, texture) native "WebGLRenderingContext_isTex ture_Callback_RESOLVER_STRING_1_WebGLTexture";
7557 8654
7558 Native_WebGLRenderingContext_lineWidth_Callback(mthis, width) native "WebGLRende ringContext_lineWidth_Callback_RESOLVER_STRING_1_float"; 8655 static $lineWidth_Callback(mthis, width) native "WebGLRenderingContext_lineWid th_Callback_RESOLVER_STRING_1_float";
7559 8656
7560 Native_WebGLRenderingContext_linkProgram_Callback(mthis, program) native "WebGLR enderingContext_linkProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; 8657 static $linkProgram_Callback(mthis, program) native "WebGLRenderingContext_lin kProgram_Callback_RESOLVER_STRING_1_WebGLProgram";
7561 8658
7562 Native_WebGLRenderingContext_pixelStorei_Callback(mthis, pname, param) native "W ebGLRenderingContext_pixelStorei_Callback_RESOLVER_STRING_2_unsigned long_long"; 8659 static $pixelStorei_Callback(mthis, pname, param) native "WebGLRenderingContex t_pixelStorei_Callback_RESOLVER_STRING_2_unsigned long_long";
7563 8660
7564 Native_WebGLRenderingContext_polygonOffset_Callback(mthis, factor, units) native "WebGLRenderingContext_polygonOffset_Callback_RESOLVER_STRING_2_float_float"; 8661 static $polygonOffset_Callback(mthis, factor, units) native "WebGLRenderingCon text_polygonOffset_Callback_RESOLVER_STRING_2_float_float";
7565 8662
7566 Native_WebGLRenderingContext_readPixels_Callback(mthis, x, y, width, height, for mat, type, pixels) native "WebGLRenderingContext_readPixels_Callback_RESOLVER_ST RING_7_long_long_long_long_unsigned long_unsigned long_ArrayBufferView"; 8663 static $readPixels_Callback(mthis, x, y, width, height, format, type, pixels) native "WebGLRenderingContext_readPixels_Callback_RESOLVER_STRING_7_long_long_lo ng_long_unsigned long_unsigned long_ArrayBufferView";
7567 8664
7568 Native_WebGLRenderingContext_renderbufferStorage_Callback(mthis, target, interna lformat, width, height) native "WebGLRenderingContext_renderbufferStorage_Callba ck_RESOLVER_STRING_4_unsigned long_unsigned long_long_long"; 8665 static $renderbufferStorage_Callback(mthis, target, internalformat, width, hei ght) native "WebGLRenderingContext_renderbufferStorage_Callback_RESOLVER_STRING_ 4_unsigned long_unsigned long_long_long";
7569 8666
7570 Native_WebGLRenderingContext_sampleCoverage_Callback(mthis, value, invert) nativ e "WebGLRenderingContext_sampleCoverage_Callback_RESOLVER_STRING_2_float_boolean "; 8667 static $sampleCoverage_Callback(mthis, value, invert) native "WebGLRenderingCo ntext_sampleCoverage_Callback_RESOLVER_STRING_2_float_boolean";
7571 8668
7572 Native_WebGLRenderingContext_scissor_Callback(mthis, x, y, width, height) native "WebGLRenderingContext_scissor_Callback_RESOLVER_STRING_4_long_long_long_long"; 8669 static $scissor_Callback(mthis, x, y, width, height) native "WebGLRenderingCon text_scissor_Callback_RESOLVER_STRING_4_long_long_long_long";
7573 8670
7574 Native_WebGLRenderingContext_shaderSource_Callback(mthis, shader, string) native "WebGLRenderingContext_shaderSource_Callback_RESOLVER_STRING_2_WebGLShader_DOMS tring"; 8671 static $shaderSource_Callback(mthis, shader, string) native "WebGLRenderingCon text_shaderSource_Callback_RESOLVER_STRING_2_WebGLShader_DOMString";
7575 8672
7576 Native_WebGLRenderingContext_stencilFunc_Callback(mthis, func, ref, mask) native "WebGLRenderingContext_stencilFunc_Callback_RESOLVER_STRING_3_unsigned long_lon g_unsigned long"; 8673 static $stencilFunc_Callback(mthis, func, ref, mask) native "WebGLRenderingCon text_stencilFunc_Callback_RESOLVER_STRING_3_unsigned long_long_unsigned long";
7577 8674
7578 Native_WebGLRenderingContext_stencilFuncSeparate_Callback(mthis, face, func, ref , mask) native "WebGLRenderingContext_stencilFuncSeparate_Callback_RESOLVER_STRI NG_4_unsigned long_unsigned long_long_unsigned long"; 8675 static $stencilFuncSeparate_Callback(mthis, face, func, ref, mask) native "Web GLRenderingContext_stencilFuncSeparate_Callback_RESOLVER_STRING_4_unsigned long_ unsigned long_long_unsigned long";
7579 8676
7580 Native_WebGLRenderingContext_stencilMask_Callback(mthis, mask) native "WebGLRend eringContext_stencilMask_Callback_RESOLVER_STRING_1_unsigned long"; 8677 static $stencilMask_Callback(mthis, mask) native "WebGLRenderingContext_stenci lMask_Callback_RESOLVER_STRING_1_unsigned long";
7581 8678
7582 Native_WebGLRenderingContext_stencilMaskSeparate_Callback(mthis, face, mask) nat ive "WebGLRenderingContext_stencilMaskSeparate_Callback_RESOLVER_STRING_2_unsign ed long_unsigned long"; 8679 static $stencilMaskSeparate_Callback(mthis, face, mask) native "WebGLRendering Context_stencilMaskSeparate_Callback_RESOLVER_STRING_2_unsigned long_unsigned lo ng";
7583 8680
7584 Native_WebGLRenderingContext_stencilOp_Callback(mthis, fail, zfail, zpass) nativ e "WebGLRenderingContext_stencilOp_Callback_RESOLVER_STRING_3_unsigned long_unsi gned long_unsigned long"; 8681 static $stencilOp_Callback(mthis, fail, zfail, zpass) native "WebGLRenderingCo ntext_stencilOp_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_unsigned long";
7585 8682
7586 Native_WebGLRenderingContext_stencilOpSeparate_Callback(mthis, face, fail, zfail , zpass) native "WebGLRenderingContext_stencilOpSeparate_Callback_RESOLVER_STRIN G_4_unsigned long_unsigned long_unsigned long_unsigned long"; 8683 static $stencilOpSeparate_Callback(mthis, face, fail, zfail, zpass) native "We bGLRenderingContext_stencilOpSeparate_Callback_RESOLVER_STRING_4_unsigned long_u nsigned long_unsigned long_unsigned long";
7587 8684
7588 // Generated overload resolver 8685 // Generated overload resolver
7589 Native_WebGLRenderingContext_texImage2D(mthis, target, level, internalformat, fo rmat_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, for mat, type, pixels) { 8686 static $texImage2D(mthis, target, level, internalformat, format_OR_width, heig ht_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, type, pixels) {
7590 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) && (heigh t_OR_type is int || height_OR_type == null) && (format_OR_width is int || format _OR_width == null) && (internalformat is int || internalformat == null) && (leve l is int || level == null) && (target is int || target == null)) { 8687 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) && (heigh t_OR_type is int || height_OR_type == null) && (format_OR_width is int || format _OR_width == null) && (internalformat is int || internalformat == null) && (leve l is int || level == null) && (target is int || target == null)) {
7591 Native_WebGLRenderingContext__texImage2D_1_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video, format, type, pixels); 8688 $_texImage2D_1_Callback(mthis, target, level, internalformat, format_OR_wi dth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, type, pixels);
7592 return; 8689 return;
7593 } 8690 }
7594 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) && (inte rnalformat is int || internalformat == null) && (level is int || level == null) && (target is int || target == null) && format == null && type == null && pixels == null) { 8691 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) && (inte rnalformat is int || internalformat == null) && (level is int || level == null) && (target is int || target == null) && format == null && type == null && pixels == null) {
7595 Native_WebGLRenderingContext__texImage2D_2_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video); 8692 $_texImage2D_2_Callback(mthis, target, level, internalformat, format_OR_wi dth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video);
7596 return; 8693 return;
7597 } 8694 }
7598 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 || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (i nternalformat is int || internalformat == null) && (level is int || level == nul l) && (target is int || target == null) && format == null && type == null && pix els == null) { 8695 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 || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (i nternalformat is int || internalformat == null) && (level is int || level == nul l) && (target is int || target == null) && format == null && type == null && pix els == null) {
7599 Native_WebGLRenderingContext__texImage2D_3_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video); 8696 $_texImage2D_3_Callback(mthis, target, level, internalformat, format_OR_wi dth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video);
7600 return; 8697 return;
7601 } 8698 }
7602 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 || hei ght_OR_type == null) && (format_OR_width is int || format_OR_width == null) && ( internalformat is int || internalformat == null) && (level is int || level == nu ll) && (target is int || target == null) && format == null && type == null && pi xels == null) { 8699 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 || hei ght_OR_type == null) && (format_OR_width is int || format_OR_width == null) && ( internalformat is int || internalformat == null) && (level is int || level == nu ll) && (target is int || target == null) && format == null && type == null && pi xels == null) {
7603 Native_WebGLRenderingContext__texImage2D_4_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video); 8700 $_texImage2D_4_Callback(mthis, target, level, internalformat, format_OR_wi dth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video);
7604 return; 8701 return;
7605 } 8702 }
7606 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 || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (i nternalformat is int || internalformat == null) && (level is int || level == nul l) && (target is int || target == null) && format == null && type == null && pix els == null) { 8703 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 || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (i nternalformat is int || internalformat == null) && (level is int || level == nul l) && (target is int || target == null) && format == null && type == null && pix els == null) {
7607 Native_WebGLRenderingContext__texImage2D_5_Callback(mthis, target, level, internalformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pi xels_OR_video); 8704 $_texImage2D_5_Callback(mthis, target, level, internalformat, format_OR_wi dth, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video);
7608 return; 8705 return;
7609 } 8706 }
7610 throw new ArgumentError("Incorrect number or type of arguments"); 8707 throw new ArgumentError("Incorrect number or type of arguments");
7611 } 8708 }
7612 8709
7613 Native_WebGLRenderingContext__texImage2D_1_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video, format, type, pixels) native "WebGLRenderingContext_texImage2D_Callback _RESOLVER_STRING_9_unsigned long_long_unsigned long_long_long_long_unsigned long _unsigned long_ArrayBufferView"; 8710 static $_texImage2D_1_Callback(mthis, target, level, internalformat, format_OR _width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video, format, ty pe, pixels) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_9_ unsigned long_long_unsigned long_long_long_long_unsigned long_unsigned long_Arra yBufferView";
7614 8711
7615 Native_WebGLRenderingContext__texImage2D_2_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_uns igned long_long_unsigned long_unsigned long_unsigned long_ImageData"; 8712 static $_texImage2D_2_Callback(mthis, target, level, internalformat, format_OR _width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "We bGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_uns igned long_unsigned long_unsigned long_ImageData";
7616 8713
7617 Native_WebGLRenderingContext__texImage2D_3_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_uns igned long_long_unsigned long_unsigned long_unsigned long_HTMLImageElement"; 8714 static $_texImage2D_3_Callback(mthis, target, level, internalformat, format_OR _width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "We bGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_uns igned long_unsigned long_unsigned long_HTMLImageElement";
7618 8715
7619 Native_WebGLRenderingContext__texImage2D_4_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_uns igned long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasElement"; 8716 static $_texImage2D_4_Callback(mthis, target, level, internalformat, format_OR _width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "We bGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_uns igned long_unsigned long_unsigned long_HTMLCanvasElement";
7620 8717
7621 Native_WebGLRenderingContext__texImage2D_5_Callback(mthis, target, level, intern alformat, format_OR_width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_O R_video) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_uns igned long_long_unsigned long_unsigned long_unsigned long_HTMLVideoElement"; 8718 static $_texImage2D_5_Callback(mthis, target, level, internalformat, format_OR _width, height_OR_type, border_OR_canvas_OR_image_OR_pixels_OR_video) native "We bGLRenderingContext_texImage2D_Callback_RESOLVER_STRING_6_unsigned long_long_uns igned long_unsigned long_unsigned long_HTMLVideoElement";
7622 8719
7623 Native_WebGLRenderingContext_texImage2DCanvas_Callback(mthis, target, level, int ernalformat, format, type, canvas) native "WebGLRenderingContext_texImage2D_Call back_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned l ong_HTMLCanvasElement"; 8720 static $texImage2DCanvas_Callback(mthis, target, level, internalformat, format , type, canvas) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_STRIN G_6_unsigned long_long_unsigned long_unsigned long_unsigned long_HTMLCanvasEleme nt";
7624 8721
7625 Native_WebGLRenderingContext_texImage2DImage_Callback(mthis, target, level, inte rnalformat, format, type, image) native "WebGLRenderingContext_texImage2D_Callba ck_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned lon g_HTMLImageElement"; 8722 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" ;
7626 8723
7627 Native_WebGLRenderingContext_texImage2DImageData_Callback(mthis, target, level, internalformat, format, type, pixels) native "WebGLRenderingContext_texImage2D_C allback_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigne d long_ImageData"; 8724 static $texImage2DImageData_Callback(mthis, target, level, internalformat, for mat, type, pixels) native "WebGLRenderingContext_texImage2D_Callback_RESOLVER_ST RING_6_unsigned long_long_unsigned long_unsigned long_unsigned long_ImageData";
7628 8725
7629 Native_WebGLRenderingContext_texImage2DVideo_Callback(mthis, target, level, inte rnalformat, format, type, video) native "WebGLRenderingContext_texImage2D_Callba ck_RESOLVER_STRING_6_unsigned long_long_unsigned long_unsigned long_unsigned lon g_HTMLVideoElement"; 8726 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" ;
7630 8727
7631 Native_WebGLRenderingContext_texParameterf_Callback(mthis, target, pname, param) native "WebGLRenderingContext_texParameterf_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_float"; 8728 static $texParameterf_Callback(mthis, target, pname, param) native "WebGLRende ringContext_texParameterf_Callback_RESOLVER_STRING_3_unsigned long_unsigned long _float";
7632 8729
7633 Native_WebGLRenderingContext_texParameteri_Callback(mthis, target, pname, param) native "WebGLRenderingContext_texParameteri_Callback_RESOLVER_STRING_3_unsigned long_unsigned long_long"; 8730 static $texParameteri_Callback(mthis, target, pname, param) native "WebGLRende ringContext_texParameteri_Callback_RESOLVER_STRING_3_unsigned long_unsigned long _long";
7634 8731
7635 // Generated overload resolver 8732 // Generated overload resolver
7636 Native_WebGLRenderingContext_texSubImage2D(mthis, target, level, xoffset, yoffse t, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video , type, pixels) { 8733 static $texSubImage2D(mthis, target, level, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, type, pixels) {
7637 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)) { 8734 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)) {
7638 Native_WebGLRenderingContext__texSubImage2D_1_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video, type, pixels); 8735 $_texSubImage2D_1_Callback(mthis, target, level, xoffset, yoffset, format_ OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video, type, pi xels);
7639 return; 8736 return;
7640 } 8737 }
7641 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) && (yoff set is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null) && type == null && pixels == null) { 8738 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) && (yoff set is int || yoffset == null) && (xoffset is int || xoffset == null) && (level is int || level == null) && (target is int || target == null) && type == null && pixels == null) {
7642 Native_WebGLRenderingContext__texSubImage2D_2_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video); 8739 $_texSubImage2D_2_Callback(mthis, target, level, xoffset, yoffset, format_ OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video);
7643 return; 8740 return;
7644 } 8741 }
7645 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 || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (y offset is int || yoffset == null) && (xoffset is int || xoffset == null) && (lev el is int || level == null) && (target is int || target == null) && type == null && pixels == null) { 8742 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 || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (y offset is int || yoffset == null) && (xoffset is int || xoffset == null) && (lev el is int || level == null) && (target is int || target == null) && type == null && pixels == null) {
7646 Native_WebGLRenderingContext__texSubImage2D_3_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video); 8743 $_texSubImage2D_3_Callback(mthis, target, level, xoffset, yoffset, format_ OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video);
7647 return; 8744 return;
7648 } 8745 }
7649 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 || hei ght_OR_type == null) && (format_OR_width is int || format_OR_width == null) && ( yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (le vel is int || level == null) && (target is int || target == null) && type == nul l && pixels == null) { 8746 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 || hei ght_OR_type == null) && (format_OR_width is int || format_OR_width == null) && ( yoffset is int || yoffset == null) && (xoffset is int || xoffset == null) && (le vel is int || level == null) && (target is int || target == null) && type == nul l && pixels == null) {
7650 Native_WebGLRenderingContext__texSubImage2D_4_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video); 8747 $_texSubImage2D_4_Callback(mthis, target, level, xoffset, yoffset, format_ OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video);
7651 return; 8748 return;
7652 } 8749 }
7653 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 || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (y offset is int || yoffset == null) && (xoffset is int || xoffset == null) && (lev el is int || level == null) && (target is int || target == null) && type == null && pixels == null) { 8750 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 || heig ht_OR_type == null) && (format_OR_width is int || format_OR_width == null) && (y offset is int || yoffset == null) && (xoffset is int || xoffset == null) && (lev el is int || level == null) && (target is int || target == null) && type == null && pixels == null) {
7654 Native_WebGLRenderingContext__texSubImage2D_5_Callback(mthis, target, leve l, xoffset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_ OR_pixels_OR_video); 8751 $_texSubImage2D_5_Callback(mthis, target, level, xoffset, yoffset, format_ OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video);
7655 return; 8752 return;
7656 } 8753 }
7657 throw new ArgumentError("Incorrect number or type of arguments"); 8754 throw new ArgumentError("Incorrect number or type of arguments");
7658 } 8755 }
7659 8756
7660 Native_WebGLRenderingContext__texSubImage2D_1_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video, type, pixels) native "WebGLRenderingContext_texSubImage2D_Callback _RESOLVER_STRING_9_unsigned long_long_long_long_long_long_unsigned long_unsigned long_ArrayBufferView"; 8757 static $_texSubImage2D_1_Callback(mthis, target, level, xoffset, yoffset, form at_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_ArrayBufferVi ew";
7661 8758
7662 Native_WebGLRenderingContext__texSubImage2D_2_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRI NG_7_unsigned long_long_long_long_unsigned long_unsigned long_ImageData"; 8759 static $_texSubImage2D_2_Callback(mthis, target, level, xoffset, yoffset, form at_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) nativ e "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_ long_long_long_unsigned long_unsigned long_ImageData";
7663 8760
7664 Native_WebGLRenderingContext__texSubImage2D_3_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRI NG_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement"; 8761 static $_texSubImage2D_3_Callback(mthis, target, level, xoffset, yoffset, form at_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) nativ e "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_ long_long_long_unsigned long_unsigned long_HTMLImageElement";
7665 8762
7666 Native_WebGLRenderingContext__texSubImage2D_4_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRI NG_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasElement" ; 8763 static $_texSubImage2D_4_Callback(mthis, target, level, xoffset, yoffset, form at_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) nativ e "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_ long_long_long_unsigned long_unsigned long_HTMLCanvasElement";
7667 8764
7668 Native_WebGLRenderingContext__texSubImage2D_5_Callback(mthis, target, level, xof fset, yoffset, format_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pix els_OR_video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRI NG_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement"; 8765 static $_texSubImage2D_5_Callback(mthis, target, level, xoffset, yoffset, form at_OR_width, height_OR_type, canvas_OR_format_OR_image_OR_pixels_OR_video) nativ e "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER_STRING_7_unsigned long_ long_long_long_unsigned long_unsigned long_HTMLVideoElement";
7669 8766
7670 Native_WebGLRenderingContext_texSubImage2DCanvas_Callback(mthis, target, level, xoffset, yoffset, format, type, canvas) native "WebGLRenderingContext_texSubImag e2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsign ed long_HTMLCanvasElement"; 8767 static $texSubImage2DCanvas_Callback(mthis, target, level, xoffset, yoffset, f ormat, type, canvas) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLV ER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLCanvasE lement";
7671 8768
7672 Native_WebGLRenderingContext_texSubImage2DImage_Callback(mthis, target, level, x offset, yoffset, format, type, image) native "WebGLRenderingContext_texSubImage2 D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElement"; 8769 static $texSubImage2DImage_Callback(mthis, target, level, xoffset, yoffset, fo rmat, type, image) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER _STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLImageElem ent";
7673 8770
7674 Native_WebGLRenderingContext_texSubImage2DImageData_Callback(mthis, target, leve l, xoffset, yoffset, format, type, pixels) native "WebGLRenderingContext_texSubI mage2D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_uns igned long_ImageData"; 8771 static $texSubImage2DImageData_Callback(mthis, target, level, xoffset, yoffset , format, type, pixels) native "WebGLRenderingContext_texSubImage2D_Callback_RES OLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_ImageDat a";
7675 8772
7676 Native_WebGLRenderingContext_texSubImage2DVideo_Callback(mthis, target, level, x offset, yoffset, format, type, video) native "WebGLRenderingContext_texSubImage2 D_Callback_RESOLVER_STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElement"; 8773 static $texSubImage2DVideo_Callback(mthis, target, level, xoffset, yoffset, fo rmat, type, video) native "WebGLRenderingContext_texSubImage2D_Callback_RESOLVER _STRING_7_unsigned long_long_long_long_unsigned long_unsigned long_HTMLVideoElem ent";
7677 8774
7678 Native_WebGLRenderingContext_uniform1f_Callback(mthis, location, x) native "WebG LRenderingContext_uniform1f_Callback_RESOLVER_STRING_2_WebGLUniformLocation_floa t"; 8775 static $uniform1f_Callback(mthis, location, x) native "WebGLRenderingContext_u niform1f_Callback_RESOLVER_STRING_2_WebGLUniformLocation_float";
7679 8776
7680 Native_WebGLRenderingContext_uniform1fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform1fv_Callback"; 8777 static $uniform1fv_Callback(mthis, location, v) native "WebGLRenderingContext_ uniform1fv_Callback";
7681 8778
7682 Native_WebGLRenderingContext_uniform1i_Callback(mthis, location, x) native "WebG LRenderingContext_uniform1i_Callback_RESOLVER_STRING_2_WebGLUniformLocation_long "; 8779 static $uniform1i_Callback(mthis, location, x) native "WebGLRenderingContext_u niform1i_Callback_RESOLVER_STRING_2_WebGLUniformLocation_long";
7683 8780
7684 Native_WebGLRenderingContext_uniform1iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform1iv_Callback"; 8781 static $uniform1iv_Callback(mthis, location, v) native "WebGLRenderingContext_ uniform1iv_Callback";
7685 8782
7686 Native_WebGLRenderingContext_uniform2f_Callback(mthis, location, x, y) native "W ebGLRenderingContext_uniform2f_Callback_RESOLVER_STRING_3_WebGLUniformLocation_f loat_float"; 8783 static $uniform2f_Callback(mthis, location, x, y) native "WebGLRenderingContex t_uniform2f_Callback_RESOLVER_STRING_3_WebGLUniformLocation_float_float";
7687 8784
7688 Native_WebGLRenderingContext_uniform2fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform2fv_Callback"; 8785 static $uniform2fv_Callback(mthis, location, v) native "WebGLRenderingContext_ uniform2fv_Callback";
7689 8786
7690 Native_WebGLRenderingContext_uniform2i_Callback(mthis, location, x, y) native "W ebGLRenderingContext_uniform2i_Callback_RESOLVER_STRING_3_WebGLUniformLocation_l ong_long"; 8787 static $uniform2i_Callback(mthis, location, x, y) native "WebGLRenderingContex t_uniform2i_Callback_RESOLVER_STRING_3_WebGLUniformLocation_long_long";
7691 8788
7692 Native_WebGLRenderingContext_uniform2iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform2iv_Callback"; 8789 static $uniform2iv_Callback(mthis, location, v) native "WebGLRenderingContext_ uniform2iv_Callback";
7693 8790
7694 Native_WebGLRenderingContext_uniform3f_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3f_Callback_RESOLVER_STRING_4_WebGLUniformLocatio n_float_float_float"; 8791 static $uniform3f_Callback(mthis, location, x, y, z) native "WebGLRenderingCon text_uniform3f_Callback_RESOLVER_STRING_4_WebGLUniformLocation_float_float_float ";
7695 8792
7696 Native_WebGLRenderingContext_uniform3fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform3fv_Callback"; 8793 static $uniform3fv_Callback(mthis, location, v) native "WebGLRenderingContext_ uniform3fv_Callback";
7697 8794
7698 Native_WebGLRenderingContext_uniform3i_Callback(mthis, location, x, y, z) native "WebGLRenderingContext_uniform3i_Callback_RESOLVER_STRING_4_WebGLUniformLocatio n_long_long_long"; 8795 static $uniform3i_Callback(mthis, location, x, y, z) native "WebGLRenderingCon text_uniform3i_Callback_RESOLVER_STRING_4_WebGLUniformLocation_long_long_long";
7699 8796
7700 Native_WebGLRenderingContext_uniform3iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform3iv_Callback"; 8797 static $uniform3iv_Callback(mthis, location, v) native "WebGLRenderingContext_ uniform3iv_Callback";
7701 8798
7702 Native_WebGLRenderingContext_uniform4f_Callback(mthis, location, x, y, z, w) nat ive "WebGLRenderingContext_uniform4f_Callback_RESOLVER_STRING_5_WebGLUniformLoca tion_float_float_float_float"; 8799 static $uniform4f_Callback(mthis, location, x, y, z, w) native "WebGLRendering Context_uniform4f_Callback_RESOLVER_STRING_5_WebGLUniformLocation_float_float_fl oat_float";
7703 8800
7704 Native_WebGLRenderingContext_uniform4fv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform4fv_Callback"; 8801 static $uniform4fv_Callback(mthis, location, v) native "WebGLRenderingContext_ uniform4fv_Callback";
7705 8802
7706 Native_WebGLRenderingContext_uniform4i_Callback(mthis, location, x, y, z, w) nat ive "WebGLRenderingContext_uniform4i_Callback_RESOLVER_STRING_5_WebGLUniformLoca tion_long_long_long_long"; 8803 static $uniform4i_Callback(mthis, location, x, y, z, w) native "WebGLRendering Context_uniform4i_Callback_RESOLVER_STRING_5_WebGLUniformLocation_long_long_long _long";
7707 8804
7708 Native_WebGLRenderingContext_uniform4iv_Callback(mthis, location, v) native "Web GLRenderingContext_uniform4iv_Callback"; 8805 static $uniform4iv_Callback(mthis, location, v) native "WebGLRenderingContext_ uniform4iv_Callback";
7709 8806
7710 Native_WebGLRenderingContext_uniformMatrix2fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix2fv_Callback"; 8807 static $uniformMatrix2fv_Callback(mthis, location, transpose, array) native "W ebGLRenderingContext_uniformMatrix2fv_Callback";
7711 8808
7712 Native_WebGLRenderingContext_uniformMatrix3fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix3fv_Callback"; 8809 static $uniformMatrix3fv_Callback(mthis, location, transpose, array) native "W ebGLRenderingContext_uniformMatrix3fv_Callback";
7713 8810
7714 Native_WebGLRenderingContext_uniformMatrix4fv_Callback(mthis, location, transpos e, array) native "WebGLRenderingContext_uniformMatrix4fv_Callback"; 8811 static $uniformMatrix4fv_Callback(mthis, location, transpose, array) native "W ebGLRenderingContext_uniformMatrix4fv_Callback";
7715 8812
7716 Native_WebGLRenderingContext_useProgram_Callback(mthis, program) native "WebGLRe nderingContext_useProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; 8813 static $useProgram_Callback(mthis, program) native "WebGLRenderingContext_useP rogram_Callback_RESOLVER_STRING_1_WebGLProgram";
7717 8814
7718 Native_WebGLRenderingContext_validateProgram_Callback(mthis, program) native "We bGLRenderingContext_validateProgram_Callback_RESOLVER_STRING_1_WebGLProgram"; 8815 static $validateProgram_Callback(mthis, program) native "WebGLRenderingContext _validateProgram_Callback_RESOLVER_STRING_1_WebGLProgram";
7719 8816
7720 Native_WebGLRenderingContext_vertexAttrib1f_Callback(mthis, indx, x) native "Web GLRenderingContext_vertexAttrib1f_Callback_RESOLVER_STRING_2_unsigned long_float "; 8817 static $vertexAttrib1f_Callback(mthis, indx, x) native "WebGLRenderingContext_ vertexAttrib1f_Callback_RESOLVER_STRING_2_unsigned long_float";
7721 8818
7722 Native_WebGLRenderingContext_vertexAttrib1fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib1fv_Callback"; 8819 static $vertexAttrib1fv_Callback(mthis, indx, values) native "WebGLRenderingCo ntext_vertexAttrib1fv_Callback";
7723 8820
7724 Native_WebGLRenderingContext_vertexAttrib2f_Callback(mthis, indx, x, y) native " WebGLRenderingContext_vertexAttrib2f_Callback_RESOLVER_STRING_3_unsigned long_fl oat_float"; 8821 static $vertexAttrib2f_Callback(mthis, indx, x, y) native "WebGLRenderingConte xt_vertexAttrib2f_Callback_RESOLVER_STRING_3_unsigned long_float_float";
7725 8822
7726 Native_WebGLRenderingContext_vertexAttrib2fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib2fv_Callback"; 8823 static $vertexAttrib2fv_Callback(mthis, indx, values) native "WebGLRenderingCo ntext_vertexAttrib2fv_Callback";
7727 8824
7728 Native_WebGLRenderingContext_vertexAttrib3f_Callback(mthis, indx, x, y, z) nativ e "WebGLRenderingContext_vertexAttrib3f_Callback_RESOLVER_STRING_4_unsigned long _float_float_float"; 8825 static $vertexAttrib3f_Callback(mthis, indx, x, y, z) native "WebGLRenderingCo ntext_vertexAttrib3f_Callback_RESOLVER_STRING_4_unsigned long_float_float_float" ;
7729 8826
7730 Native_WebGLRenderingContext_vertexAttrib3fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib3fv_Callback"; 8827 static $vertexAttrib3fv_Callback(mthis, indx, values) native "WebGLRenderingCo ntext_vertexAttrib3fv_Callback";
7731 8828
7732 Native_WebGLRenderingContext_vertexAttrib4f_Callback(mthis, indx, x, y, z, w) na tive "WebGLRenderingContext_vertexAttrib4f_Callback_RESOLVER_STRING_5_unsigned l ong_float_float_float_float"; 8829 static $vertexAttrib4f_Callback(mthis, indx, x, y, z, w) native "WebGLRenderin gContext_vertexAttrib4f_Callback_RESOLVER_STRING_5_unsigned long_float_float_flo at_float";
7733 8830
7734 Native_WebGLRenderingContext_vertexAttrib4fv_Callback(mthis, indx, values) nativ e "WebGLRenderingContext_vertexAttrib4fv_Callback"; 8831 static $vertexAttrib4fv_Callback(mthis, indx, values) native "WebGLRenderingCo ntext_vertexAttrib4fv_Callback";
7735 8832
7736 Native_WebGLRenderingContext_vertexAttribPointer_Callback(mthis, indx, size, typ e, normalized, stride, offset) native "WebGLRenderingContext_vertexAttribPointer _Callback_RESOLVER_STRING_6_unsigned long_long_unsigned long_boolean_long_long l ong"; 8833 static $vertexAttribPointer_Callback(mthis, indx, size, type, normalized, stri de, offset) native "WebGLRenderingContext_vertexAttribPointer_Callback_RESOLVER_ STRING_6_unsigned long_long_unsigned long_boolean_long_long long";
7737 8834
7738 Native_WebGLRenderingContext_viewport_Callback(mthis, x, y, width, height) nativ e "WebGLRenderingContext_viewport_Callback_RESOLVER_STRING_4_long_long_long_long "; 8835 static $viewport_Callback(mthis, x, y, width, height) native "WebGLRenderingCo ntext_viewport_Callback_RESOLVER_STRING_4_long_long_long_long";
7739 8836 }
7740 Native_WebGLShaderPrecisionFormat_precision_Getter(mthis) native "WebGLShaderPre cisionFormat_precision_Getter"; 8837
7741 8838 class BlinkWebGLShader {}
7742 Native_WebGLShaderPrecisionFormat_rangeMax_Getter(mthis) native "WebGLShaderPrec isionFormat_rangeMax_Getter"; 8839
7743 8840 class BlinkWebGLShaderPrecisionFormat {
7744 Native_WebGLShaderPrecisionFormat_rangeMin_Getter(mthis) native "WebGLShaderPrec isionFormat_rangeMin_Getter"; 8841 static $precision_Getter(mthis) native "WebGLShaderPrecisionFormat_precision_G etter";
7745 8842
7746 Native_WebKitAnimationEvent_animationName_Getter(mthis) native "WebKitAnimationE vent_animationName_Getter"; 8843 static $rangeMax_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMax_Get ter";
7747 8844
7748 Native_WebKitAnimationEvent_elapsedTime_Getter(mthis) native "WebKitAnimationEve nt_elapsedTime_Getter"; 8845 static $rangeMin_Getter(mthis) native "WebGLShaderPrecisionFormat_rangeMin_Get ter";
7749 8846 }
7750 Native_WebKitCSSFilterRule_style_Getter(mthis) native "WebKitCSSFilterRule_style _Getter"; 8847
7751 8848 class BlinkWebGLTexture {}
7752 // Generated overload resolver 8849
7753 Native_WebKitCSSMatrix__WebKitCSSMatrix(cssValue) { 8850 class BlinkWebGLUniformLocation {}
7754 return Native_WebKitCSSMatrix__create_1constructorCallback(cssValue); 8851
7755 } 8852 class BlinkWebGLVertexArrayObjectOES {}
7756 8853
7757 Native_WebKitCSSMatrix__create_1constructorCallback(cssValue) native "WebKitCSSM atrix_constructorCallback_RESOLVER_STRING_1_DOMString"; 8854 class BlinkWebKitAnimationEvent {
7758 8855 static $animationName_Getter(mthis) native "WebKitAnimationEvent_animationName _Getter";
7759 // Generated overload resolver 8856
7760 Native_WebKitMediaSource__WebKitMediaSource() { 8857 static $elapsedTime_Getter(mthis) native "WebKitAnimationEvent_elapsedTime_Get ter";
7761 return Native_WebKitMediaSource__create_1constructorCallback(); 8858 }
7762 } 8859
7763 8860 class BlinkWebKitCSSFilterRule {
7764 Native_WebKitMediaSource__create_1constructorCallback() native "WebKitMediaSourc e_constructorCallback_RESOLVER_STRING_0_"; 8861 static $style_Getter(mthis) native "WebKitCSSFilterRule_style_Getter";
7765 8862 }
7766 Native_WebKitPoint_constructorCallback(x, y) native "WebKitPoint_constructorCall back"; 8863
7767 8864 class BlinkWebKitCSSFilterValue {}
7768 Native_WebKitPoint_x_Getter(mthis) native "WebKitPoint_x_Getter"; 8865
7769 8866 class BlinkWebKitCSSMatrix {
7770 Native_WebKitPoint_x_Setter(mthis, value) native "WebKitPoint_x_Setter"; 8867 // Generated overload resolver
7771 8868 static $mk_WebKitCSSMatrix(cssValue) {
7772 Native_WebKitPoint_y_Getter(mthis) native "WebKitPoint_y_Getter"; 8869 return $_create_1constructorCallback(cssValue);
7773 8870 }
7774 Native_WebKitPoint_y_Setter(mthis, value) native "WebKitPoint_y_Setter"; 8871
7775 8872 static $_create_1constructorCallback(cssValue) native "WebKitCSSMatrix_constru ctorCallback_RESOLVER_STRING_1_DOMString";
7776 Native_WebKitSourceBufferList_item_Callback(mthis, index) native "WebKitSourceBu fferList_item_Callback_RESOLVER_STRING_1_unsigned long"; 8873 }
7777 8874
7778 // Generated overload resolver 8875 class BlinkWebKitCSSTransformValue {}
7779 Native_WebSocket_WebSocket(url, protocol_OR_protocols) { 8876
8877 class BlinkWebKitMediaSource {
8878 // Generated overload resolver
8879 static $mk_WebKitMediaSource() {
8880 return $_create_1constructorCallback();
8881 }
8882
8883 static $_create_1constructorCallback() native "WebKitMediaSource_constructorCa llback_RESOLVER_STRING_0_";
8884 }
8885
8886 class BlinkWebKitNotification {}
8887
8888 class BlinkWebKitPoint {
8889 static $constructorCallback(x, y) native "WebKitPoint_constructorCallback";
8890
8891 static $x_Getter(mthis) native "WebKitPoint_x_Getter";
8892
8893 static $x_Setter(mthis, value) native "WebKitPoint_x_Setter";
8894
8895 static $y_Getter(mthis) native "WebKitPoint_y_Getter";
8896
8897 static $y_Setter(mthis, value) native "WebKitPoint_y_Setter";
8898 }
8899
8900 class BlinkWebKitSourceBuffer {}
8901
8902 class BlinkWebKitSourceBufferList {
8903 static $item_Callback(mthis, index) native "WebKitSourceBufferList_item_Callba ck_RESOLVER_STRING_1_unsigned long";
8904 }
8905
8906 class BlinkWebSocket {
8907 // Generated overload resolver
8908 static $mkWebSocket(url, protocol_OR_protocols) {
7780 if ((url is String || url == null) && protocol_OR_protocols == null) { 8909 if ((url is String || url == null) && protocol_OR_protocols == null) {
7781 return Native_WebSocket__create_1constructorCallback(url); 8910 return $_create_1constructorCallback(url);
7782 } 8911 }
7783 if ((protocol_OR_protocols is List<String> || protocol_OR_protocols == null) && (url is String || url == null)) { 8912 if ((protocol_OR_protocols is List<String> || protocol_OR_protocols == null) && (url is String || url == null)) {
7784 return Native_WebSocket__create_2constructorCallback(url, protocol_OR_prot ocols); 8913 return $_create_2constructorCallback(url, protocol_OR_protocols);
7785 } 8914 }
7786 if ((protocol_OR_protocols is String || protocol_OR_protocols == null) && (u rl is String || url == null)) { 8915 if ((protocol_OR_protocols is String || protocol_OR_protocols == null) && (u rl is String || url == null)) {
7787 return Native_WebSocket__create_3constructorCallback(url, protocol_OR_prot ocols); 8916 return $_create_3constructorCallback(url, protocol_OR_protocols);
7788 } 8917 }
7789 throw new ArgumentError("Incorrect number or type of arguments"); 8918 throw new ArgumentError("Incorrect number or type of arguments");
7790 } 8919 }
7791 8920
7792 Native_WebSocket__create_1constructorCallback(url) native "WebSocket_constructor Callback_RESOLVER_STRING_1_DOMString"; 8921 static $_create_1constructorCallback(url) native "WebSocket_constructorCallbac k_RESOLVER_STRING_1_DOMString";
7793 8922
7794 Native_WebSocket__create_2constructorCallback(url, protocol_OR_protocols) native "WebSocket_constructorCallback_RESOLVER_STRING_2_DOMString_sequence<DOMString>" ; 8923 static $_create_2constructorCallback(url, protocol_OR_protocols) native "WebSo cket_constructorCallback_RESOLVER_STRING_2_DOMString_sequence<DOMString>";
7795 8924
7796 Native_WebSocket__create_3constructorCallback(url, protocol_OR_protocols) native "WebSocket_constructorCallback_RESOLVER_STRING_2_DOMString_DOMString"; 8925 static $_create_3constructorCallback(url, protocol_OR_protocols) native "WebSo cket_constructorCallback_RESOLVER_STRING_2_DOMString_DOMString";
7797 8926
7798 Native_WebSocket_binaryType_Getter(mthis) native "WebSocket_binaryType_Getter"; 8927 static $binaryType_Getter(mthis) native "WebSocket_binaryType_Getter";
7799 8928
7800 Native_WebSocket_binaryType_Setter(mthis, value) native "WebSocket_binaryType_Se tter"; 8929 static $binaryType_Setter(mthis, value) native "WebSocket_binaryType_Setter";
7801 8930
7802 Native_WebSocket_bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_G etter"; 8931 static $bufferedAmount_Getter(mthis) native "WebSocket_bufferedAmount_Getter";
7803 8932
7804 Native_WebSocket_extensions_Getter(mthis) native "WebSocket_extensions_Getter"; 8933 static $extensions_Getter(mthis) native "WebSocket_extensions_Getter";
7805 8934
7806 Native_WebSocket_protocol_Getter(mthis) native "WebSocket_protocol_Getter"; 8935 static $protocol_Getter(mthis) native "WebSocket_protocol_Getter";
7807 8936
7808 Native_WebSocket_readyState_Getter(mthis) native "WebSocket_readyState_Getter"; 8937 static $readyState_Getter(mthis) native "WebSocket_readyState_Getter";
7809 8938
7810 Native_WebSocket_url_Getter(mthis) native "WebSocket_url_Getter"; 8939 static $url_Getter(mthis) native "WebSocket_url_Getter";
7811 8940
7812 // Generated overload resolver 8941 // Generated overload resolver
7813 Native_WebSocket_close(mthis, code, reason) { 8942 static $close(mthis, code, reason) {
7814 if (reason != null) { 8943 if (reason != null) {
7815 Native_WebSocket__close_1_Callback(mthis, code, reason); 8944 $_close_1_Callback(mthis, code, reason);
7816 return; 8945 return;
7817 } 8946 }
7818 if (code != null) { 8947 if (code != null) {
7819 Native_WebSocket__close_2_Callback(mthis, code); 8948 $_close_2_Callback(mthis, code);
7820 return; 8949 return;
7821 } 8950 }
7822 Native_WebSocket__close_3_Callback(mthis); 8951 $_close_3_Callback(mthis);
7823 return; 8952 return;
7824 } 8953 }
7825 8954
7826 Native_WebSocket__close_1_Callback(mthis, code, reason) native "WebSocket_close_ Callback_RESOLVER_STRING_2_unsigned short_DOMString"; 8955 static $_close_1_Callback(mthis, code, reason) native "WebSocket_close_Callbac k_RESOLVER_STRING_2_unsigned short_DOMString";
7827 8956
7828 Native_WebSocket__close_2_Callback(mthis, code) native "WebSocket_close_Callback _RESOLVER_STRING_1_unsigned short"; 8957 static $_close_2_Callback(mthis, code) native "WebSocket_close_Callback_RESOLV ER_STRING_1_unsigned short";
7829 8958
7830 Native_WebSocket__close_3_Callback(mthis) native "WebSocket_close_Callback_RESOL VER_STRING_0_"; 8959 static $_close_3_Callback(mthis) native "WebSocket_close_Callback_RESOLVER_STR ING_0_";
7831 8960
7832 // Generated overload resolver 8961 // Generated overload resolver
7833 Native_WebSocket_send(mthis, data) { 8962 static $send(mthis, data) {
7834 if ((data is TypedData || data == null)) { 8963 if ((data is TypedData || data == null)) {
7835 Native_WebSocket__send_1_Callback(mthis, data); 8964 $_send_1_Callback(mthis, data);
7836 return; 8965 return;
7837 } 8966 }
7838 if ((data is ByteBuffer || data == null)) { 8967 if ((data is ByteBuffer || data == null)) {
7839 Native_WebSocket__send_2_Callback(mthis, data); 8968 $_send_2_Callback(mthis, data);
7840 return; 8969 return;
7841 } 8970 }
7842 if ((data is Blob || data == null)) { 8971 if ((data is Blob || data == null)) {
7843 Native_WebSocket__send_3_Callback(mthis, data); 8972 $_send_3_Callback(mthis, data);
7844 return; 8973 return;
7845 } 8974 }
7846 if ((data is String || data == null)) { 8975 if ((data is String || data == null)) {
7847 Native_WebSocket__send_4_Callback(mthis, data); 8976 $_send_4_Callback(mthis, data);
7848 return; 8977 return;
7849 } 8978 }
7850 throw new ArgumentError("Incorrect number or type of arguments"); 8979 throw new ArgumentError("Incorrect number or type of arguments");
7851 } 8980 }
7852 8981
7853 Native_WebSocket__send_1_Callback(mthis, data) native "WebSocket_send_Callback_R ESOLVER_STRING_1_ArrayBufferView"; 8982 static $_send_1_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER _STRING_1_ArrayBufferView";
7854 8983
7855 Native_WebSocket__send_2_Callback(mthis, data) native "WebSocket_send_Callback_R ESOLVER_STRING_1_ArrayBuffer"; 8984 static $_send_2_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER _STRING_1_ArrayBuffer";
7856 8985
7857 Native_WebSocket__send_3_Callback(mthis, data) native "WebSocket_send_Callback_R ESOLVER_STRING_1_Blob"; 8986 static $_send_3_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER _STRING_1_Blob";
7858 8987
7859 Native_WebSocket__send_4_Callback(mthis, data) native "WebSocket_send_Callback_R ESOLVER_STRING_1_DOMString"; 8988 static $_send_4_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVER _STRING_1_DOMString";
7860 8989
7861 Native_WebSocket_sendBlob_Callback(mthis, data) native "WebSocket_send_Callback_ RESOLVER_STRING_1_Blob"; 8990 static $sendBlob_Callback(mthis, data) native "WebSocket_send_Callback_RESOLVE R_STRING_1_Blob";
7862 8991
7863 Native_WebSocket_sendByteBuffer_Callback(mthis, data) native "WebSocket_send_Cal lback_RESOLVER_STRING_1_ArrayBuffer"; 8992 static $sendByteBuffer_Callback(mthis, data) native "WebSocket_send_Callback_R ESOLVER_STRING_1_ArrayBuffer";
7864 8993
7865 Native_WebSocket_sendString_Callback(mthis, data) native "WebSocket_send_Callbac k_RESOLVER_STRING_1_DOMString"; 8994 static $sendString_Callback(mthis, data) native "WebSocket_send_Callback_RESOL VER_STRING_1_DOMString";
7866 8995
7867 Native_WebSocket_sendTypedData_Callback(mthis, data) native "WebSocket_send_Call back_RESOLVER_STRING_1_ArrayBufferView"; 8996 static $sendTypedData_Callback(mthis, data) native "WebSocket_send_Callback_RE SOLVER_STRING_1_ArrayBufferView";
7868 8997 }
7869 Native_WheelEvent_deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter"; 8998
7870 8999 class BlinkWheelEvent {
7871 Native_WheelEvent_deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter"; 9000 static $deltaMode_Getter(mthis) native "WheelEvent_deltaMode_Getter";
7872 9001
7873 Native_WheelEvent_deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter"; 9002 static $deltaX_Getter(mthis) native "WheelEvent_deltaX_Getter";
7874 9003
7875 Native_WheelEvent_deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter"; 9004 static $deltaY_Getter(mthis) native "WheelEvent_deltaY_Getter";
7876 9005
7877 Native_WheelEvent_webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelE vent_webkitDirectionInvertedFromDevice_Getter"; 9006 static $deltaZ_Getter(mthis) native "WheelEvent_deltaZ_Getter";
7878 9007
7879 Native_WheelEvent_wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Gette r"; 9008 static $webkitDirectionInvertedFromDevice_Getter(mthis) native "WheelEvent_web kitDirectionInvertedFromDevice_Getter";
7880 9009
7881 Native_WheelEvent_wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Gette r"; 9010 static $wheelDeltaX_Getter(mthis) native "WheelEvent_wheelDeltaX_Getter";
7882 9011
7883 Native_WheelEvent_initWebKitWheelEvent_Callback(mthis, wheelDeltaX, wheelDeltaY, view, screenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) n ative "WheelEvent_initWebKitWheelEvent_Callback_RESOLVER_STRING_11_long_long_Win dow_long_long_long_long_boolean_boolean_boolean_boolean"; 9012 static $wheelDeltaY_Getter(mthis) native "WheelEvent_wheelDeltaY_Getter";
7884 9013
7885 Native_Window_CSS_Getter(mthis) native "Window_CSS_Getter"; 9014 static $initWebKitWheelEvent_Callback(mthis, wheelDeltaX, wheelDeltaY, view, s creenX, screenY, clientX, clientY, ctrlKey, altKey, shiftKey, metaKey) native "W heelEvent_initWebKitWheelEvent_Callback_RESOLVER_STRING_11_long_long_Window_long _long_long_long_boolean_boolean_boolean_boolean";
7886 9015 }
7887 Native_Window_applicationCache_Getter(mthis) native "Window_applicationCache_Get ter"; 9016
7888 9017 class BlinkWindow {
7889 Native_Window_closed_Getter(mthis) native "Window_closed_Getter"; 9018 static $CSS_Getter(mthis) native "Window_CSS_Getter";
7890 9019
7891 Native_Window_console_Getter(mthis) native "Window_console_Getter"; 9020 static $applicationCache_Getter(mthis) native "Window_applicationCache_Getter" ;
7892 9021
7893 Native_Window_crypto_Getter(mthis) native "Window_crypto_Getter"; 9022 static $closed_Getter(mthis) native "Window_closed_Getter";
7894 9023
7895 Native_Window_defaultStatus_Getter(mthis) native "Window_defaultStatus_Getter"; 9024 static $console_Getter(mthis) native "Window_console_Getter";
7896 9025
7897 Native_Window_defaultStatus_Setter(mthis, value) native "Window_defaultStatus_Se tter"; 9026 static $crypto_Getter(mthis) native "Window_crypto_Getter";
7898 9027
7899 Native_Window_defaultstatus_Getter(mthis) native "Window_defaultstatus_Getter"; 9028 static $defaultStatus_Getter(mthis) native "Window_defaultStatus_Getter";
7900 9029
7901 Native_Window_defaultstatus_Setter(mthis, value) native "Window_defaultstatus_Se tter"; 9030 static $defaultStatus_Setter(mthis, value) native "Window_defaultStatus_Setter ";
7902 9031
7903 Native_Window_devicePixelRatio_Getter(mthis) native "Window_devicePixelRatio_Get ter"; 9032 static $defaultstatus_Getter(mthis) native "Window_defaultstatus_Getter";
7904 9033
7905 Native_Window_document_Getter(mthis) native "Window_document_Getter"; 9034 static $defaultstatus_Setter(mthis, value) native "Window_defaultstatus_Setter ";
7906 9035
7907 Native_Window_history_Getter(mthis) native "Window_history_Getter"; 9036 static $devicePixelRatio_Getter(mthis) native "Window_devicePixelRatio_Getter" ;
7908 9037
7909 Native_Window_indexedDB_Getter(mthis) native "Window_indexedDB_Getter"; 9038 static $document_Getter(mthis) native "Window_document_Getter";
7910 9039
7911 Native_Window_innerHeight_Getter(mthis) native "Window_innerHeight_Getter"; 9040 static $history_Getter(mthis) native "Window_history_Getter";
7912 9041
7913 Native_Window_innerWidth_Getter(mthis) native "Window_innerWidth_Getter"; 9042 static $indexedDB_Getter(mthis) native "Window_indexedDB_Getter";
7914 9043
7915 Native_Window_localStorage_Getter(mthis) native "Window_localStorage_Getter"; 9044 static $innerHeight_Getter(mthis) native "Window_innerHeight_Getter";
7916 9045
7917 Native_Window_location_Getter(mthis) native "Window_location_Getter"; 9046 static $innerWidth_Getter(mthis) native "Window_innerWidth_Getter";
7918 9047
7919 Native_Window_locationbar_Getter(mthis) native "Window_locationbar_Getter"; 9048 static $localStorage_Getter(mthis) native "Window_localStorage_Getter";
7920 9049
7921 Native_Window_menubar_Getter(mthis) native "Window_menubar_Getter"; 9050 static $location_Getter(mthis) native "Window_location_Getter";
7922 9051
7923 Native_Window_name_Getter(mthis) native "Window_name_Getter"; 9052 static $locationbar_Getter(mthis) native "Window_locationbar_Getter";
7924 9053
7925 Native_Window_name_Setter(mthis, value) native "Window_name_Setter"; 9054 static $menubar_Getter(mthis) native "Window_menubar_Getter";
7926 9055
7927 Native_Window_navigator_Getter(mthis) native "Window_navigator_Getter"; 9056 static $name_Getter(mthis) native "Window_name_Getter";
7928 9057
7929 Native_Window_offscreenBuffering_Getter(mthis) native "Window_offscreenBuffering _Getter"; 9058 static $name_Setter(mthis, value) native "Window_name_Setter";
7930 9059
7931 Native_Window_opener_Getter(mthis) native "Window_opener_Getter"; 9060 static $navigator_Getter(mthis) native "Window_navigator_Getter";
7932 9061
7933 Native_Window_opener_Setter(mthis, value) native "Window_opener_Setter"; 9062 static $offscreenBuffering_Getter(mthis) native "Window_offscreenBuffering_Get ter";
7934 9063
7935 Native_Window_orientation_Getter(mthis) native "Window_orientation_Getter"; 9064 static $opener_Getter(mthis) native "Window_opener_Getter";
7936 9065
7937 Native_Window_outerHeight_Getter(mthis) native "Window_outerHeight_Getter"; 9066 static $opener_Setter(mthis, value) native "Window_opener_Setter";
7938 9067
7939 Native_Window_outerWidth_Getter(mthis) native "Window_outerWidth_Getter"; 9068 static $orientation_Getter(mthis) native "Window_orientation_Getter";
7940 9069
7941 Native_Window_pageXOffset_Getter(mthis) native "Window_pageXOffset_Getter"; 9070 static $outerHeight_Getter(mthis) native "Window_outerHeight_Getter";
7942 9071
7943 Native_Window_pageYOffset_Getter(mthis) native "Window_pageYOffset_Getter"; 9072 static $outerWidth_Getter(mthis) native "Window_outerWidth_Getter";
7944 9073
7945 Native_Window_parent_Getter(mthis) native "Window_parent_Getter"; 9074 static $pageXOffset_Getter(mthis) native "Window_pageXOffset_Getter";
7946 9075
7947 Native_Window_performance_Getter(mthis) native "Window_performance_Getter"; 9076 static $pageYOffset_Getter(mthis) native "Window_pageYOffset_Getter";
7948 9077
7949 Native_Window_screen_Getter(mthis) native "Window_screen_Getter"; 9078 static $parent_Getter(mthis) native "Window_parent_Getter";
7950 9079
7951 Native_Window_screenLeft_Getter(mthis) native "Window_screenLeft_Getter"; 9080 static $performance_Getter(mthis) native "Window_performance_Getter";
7952 9081
7953 Native_Window_screenTop_Getter(mthis) native "Window_screenTop_Getter"; 9082 static $screen_Getter(mthis) native "Window_screen_Getter";
7954 9083
7955 Native_Window_screenX_Getter(mthis) native "Window_screenX_Getter"; 9084 static $screenLeft_Getter(mthis) native "Window_screenLeft_Getter";
7956 9085
7957 Native_Window_screenY_Getter(mthis) native "Window_screenY_Getter"; 9086 static $screenTop_Getter(mthis) native "Window_screenTop_Getter";
7958 9087
7959 Native_Window_scrollX_Getter(mthis) native "Window_scrollX_Getter"; 9088 static $screenX_Getter(mthis) native "Window_screenX_Getter";
7960 9089
7961 Native_Window_scrollY_Getter(mthis) native "Window_scrollY_Getter"; 9090 static $screenY_Getter(mthis) native "Window_screenY_Getter";
7962 9091
7963 Native_Window_scrollbars_Getter(mthis) native "Window_scrollbars_Getter"; 9092 static $scrollX_Getter(mthis) native "Window_scrollX_Getter";
7964 9093
7965 Native_Window_self_Getter(mthis) native "Window_self_Getter"; 9094 static $scrollY_Getter(mthis) native "Window_scrollY_Getter";
7966 9095
7967 Native_Window_sessionStorage_Getter(mthis) native "Window_sessionStorage_Getter" ; 9096 static $scrollbars_Getter(mthis) native "Window_scrollbars_Getter";
7968 9097
7969 Native_Window_speechSynthesis_Getter(mthis) native "Window_speechSynthesis_Gette r"; 9098 static $self_Getter(mthis) native "Window_self_Getter";
7970 9099
7971 Native_Window_status_Getter(mthis) native "Window_status_Getter"; 9100 static $sessionStorage_Getter(mthis) native "Window_sessionStorage_Getter";
7972 9101
7973 Native_Window_status_Setter(mthis, value) native "Window_status_Setter"; 9102 static $speechSynthesis_Getter(mthis) native "Window_speechSynthesis_Getter";
7974 9103
7975 Native_Window_statusbar_Getter(mthis) native "Window_statusbar_Getter"; 9104 static $status_Getter(mthis) native "Window_status_Getter";
7976 9105
7977 Native_Window_styleMedia_Getter(mthis) native "Window_styleMedia_Getter"; 9106 static $status_Setter(mthis, value) native "Window_status_Setter";
7978 9107
7979 Native_Window_toolbar_Getter(mthis) native "Window_toolbar_Getter"; 9108 static $statusbar_Getter(mthis) native "Window_statusbar_Getter";
7980 9109
7981 Native_Window_top_Getter(mthis) native "Window_top_Getter"; 9110 static $styleMedia_Getter(mthis) native "Window_styleMedia_Getter";
7982 9111
7983 Native_Window_window_Getter(mthis) native "Window_window_Getter"; 9112 static $toolbar_Getter(mthis) native "Window_toolbar_Getter";
7984 9113
7985 // Generated overload resolver 9114 static $top_Getter(mthis) native "Window_top_Getter";
7986 Native_Window___getter__(mthis, index_OR_name) { 9115
9116 static $window_Getter(mthis) native "Window_window_Getter";
9117
9118 // Generated overload resolver
9119 static $__getter__(mthis, index_OR_name) {
7987 if ((index_OR_name is int || index_OR_name == null)) { 9120 if ((index_OR_name is int || index_OR_name == null)) {
7988 return Native_Window____getter___1_Callback(mthis, index_OR_name); 9121 return $___getter___1_Callback(mthis, index_OR_name);
7989 } 9122 }
7990 if ((index_OR_name is String || index_OR_name == null)) { 9123 if ((index_OR_name is String || index_OR_name == null)) {
7991 return Native_Window____getter___2_Callback(mthis, index_OR_name); 9124 return $___getter___2_Callback(mthis, index_OR_name);
7992 } 9125 }
7993 throw new ArgumentError("Incorrect number or type of arguments"); 9126 throw new ArgumentError("Incorrect number or type of arguments");
7994 } 9127 }
7995 9128
7996 Native_Window____getter___1_Callback(mthis, index_OR_name) native "Window___gett er___Callback_RESOLVER_STRING_1_unsigned long"; 9129 static $___getter___1_Callback(mthis, index_OR_name) native "Window___getter__ _Callback_RESOLVER_STRING_1_unsigned long";
7997 9130
7998 Native_Window____getter___2_Callback(mthis, index_OR_name) native "Window___gett er___Callback"; 9131 static $___getter___2_Callback(mthis, index_OR_name) native "Window___getter__ _Callback";
7999 9132
8000 Native_Window_alert_Callback(mthis, message) native "Window_alert_Callback_RESOL VER_STRING_1_DOMString"; 9133 static $alert_Callback(mthis, message) native "Window_alert_Callback_RESOLVER_ STRING_1_DOMString";
8001 9134
8002 Native_Window_cancelAnimationFrame_Callback(mthis, id) native "Window_cancelAnim ationFrame_Callback_RESOLVER_STRING_1_long"; 9135 static $cancelAnimationFrame_Callback(mthis, id) native "Window_cancelAnimatio nFrame_Callback_RESOLVER_STRING_1_long";
8003 9136
8004 Native_Window_close_Callback(mthis) native "Window_close_Callback_RESOLVER_STRIN G_0_"; 9137 static $close_Callback(mthis) native "Window_close_Callback_RESOLVER_STRING_0_ ";
8005 9138
8006 Native_Window_confirm_Callback(mthis, message) native "Window_confirm_Callback_R ESOLVER_STRING_1_DOMString"; 9139 static $confirm_Callback(mthis, message) native "Window_confirm_Callback_RESOL VER_STRING_1_DOMString";
8007 9140
8008 Native_Window_find_Callback(mthis, string, caseSensitive, backwards, wrap, whole Word, searchInFrames, showDialog) native "Window_find_Callback_RESOLVER_STRING_7 _DOMString_boolean_boolean_boolean_boolean_boolean_boolean"; 9141 static $find_Callback(mthis, string, caseSensitive, backwards, wrap, wholeWord , searchInFrames, showDialog) native "Window_find_Callback_RESOLVER_STRING_7_DOM String_boolean_boolean_boolean_boolean_boolean_boolean";
8009 9142
8010 Native_Window_getComputedStyle_Callback(mthis, element, pseudoElement) native "W indow_getComputedStyle_Callback_RESOLVER_STRING_2_Element_DOMString"; 9143 static $getComputedStyle_Callback(mthis, element, pseudoElement) native "Windo w_getComputedStyle_Callback_RESOLVER_STRING_2_Element_DOMString";
8011 9144
8012 Native_Window_getMatchedCSSRules_Callback(mthis, element, pseudoElement) native "Window_getMatchedCSSRules_Callback_RESOLVER_STRING_2_Element_DOMString"; 9145 static $getMatchedCSSRules_Callback(mthis, element, pseudoElement) native "Win dow_getMatchedCSSRules_Callback_RESOLVER_STRING_2_Element_DOMString";
8013 9146
8014 Native_Window_getSelection_Callback(mthis) native "Window_getSelection_Callback_ RESOLVER_STRING_0_"; 9147 static $getSelection_Callback(mthis) native "Window_getSelection_Callback_RESO LVER_STRING_0_";
8015 9148
8016 Native_Window_matchMedia_Callback(mthis, query) native "Window_matchMedia_Callba ck_RESOLVER_STRING_1_DOMString"; 9149 static $matchMedia_Callback(mthis, query) native "Window_matchMedia_Callback_R ESOLVER_STRING_1_DOMString";
8017 9150
8018 Native_Window_moveBy_Callback(mthis, x, y) native "Window_moveBy_Callback_RESOLV ER_STRING_2_float_float"; 9151 static $moveBy_Callback(mthis, x, y) native "Window_moveBy_Callback_RESOLVER_S TRING_2_float_float";
8019 9152
8020 Native_Window_moveTo_Callback(mthis, x, y) native "Window_moveTo_Callback_RESOLV ER_STRING_2_float_float"; 9153 static $moveTo_Callback(mthis, x, y) native "Window_moveTo_Callback_RESOLVER_S TRING_2_float_float";
8021 9154
8022 Native_Window_open_Callback(mthis, url, name, options) native "Window_open_Callb ack"; 9155 static $open_Callback(mthis, url, name, options) native "Window_open_Callback" ;
8023 9156
8024 Native_Window_openDatabase_Callback(mthis, name, version, displayName, estimated Size, creationCallback) native "Window_openDatabase_Callback_RESOLVER_STRING_5_D OMString_DOMString_DOMString_unsigned long_DatabaseCallback"; 9157 static $openDatabase_Callback(mthis, name, version, displayName, estimatedSize , creationCallback) native "Window_openDatabase_Callback_RESOLVER_STRING_5_DOMSt ring_DOMString_DOMString_unsigned long_DatabaseCallback";
8025 9158
8026 Native_Window_postMessage_Callback(mthis, message, targetOrigin, messagePorts) n ative "Window_postMessage_Callback"; 9159 static $postMessage_Callback(mthis, message, targetOrigin, messagePorts) nativ e "Window_postMessage_Callback";
8027 9160
8028 Native_Window_print_Callback(mthis) native "Window_print_Callback_RESOLVER_STRIN G_0_"; 9161 static $print_Callback(mthis) native "Window_print_Callback_RESOLVER_STRING_0_ ";
8029 9162
8030 Native_Window_requestAnimationFrame_Callback(mthis, callback) native "Window_req uestAnimationFrame_Callback_RESOLVER_STRING_1_RequestAnimationFrameCallback"; 9163 static $requestAnimationFrame_Callback(mthis, callback) native "Window_request AnimationFrame_Callback_RESOLVER_STRING_1_RequestAnimationFrameCallback";
8031 9164
8032 Native_Window_resizeBy_Callback(mthis, x, y) native "Window_resizeBy_Callback_RE SOLVER_STRING_2_float_float"; 9165 static $resizeBy_Callback(mthis, x, y) native "Window_resizeBy_Callback_RESOLV ER_STRING_2_float_float";
8033 9166
8034 Native_Window_resizeTo_Callback(mthis, width, height) native "Window_resizeTo_Ca llback_RESOLVER_STRING_2_float_float"; 9167 static $resizeTo_Callback(mthis, width, height) native "Window_resizeTo_Callba ck_RESOLVER_STRING_2_float_float";
8035 9168
8036 Native_Window_scroll_Callback(mthis, x, y, scrollOptions) native "Window_scroll_ Callback_RESOLVER_STRING_3_long_long_Dictionary"; 9169 static $scroll_Callback(mthis, x, y, scrollOptions) native "Window_scroll_Call back_RESOLVER_STRING_3_long_long_Dictionary";
8037 9170
8038 Native_Window_scrollBy_Callback(mthis, x, y, scrollOptions) native "Window_scrol lBy_Callback_RESOLVER_STRING_3_long_long_Dictionary"; 9171 static $scrollBy_Callback(mthis, x, y, scrollOptions) native "Window_scrollBy_ Callback_RESOLVER_STRING_3_long_long_Dictionary";
8039 9172
8040 Native_Window_scrollTo_Callback(mthis, x, y, scrollOptions) native "Window_scrol lTo_Callback_RESOLVER_STRING_3_long_long_Dictionary"; 9173 static $scrollTo_Callback(mthis, x, y, scrollOptions) native "Window_scrollTo_ Callback_RESOLVER_STRING_3_long_long_Dictionary";
8041 9174
8042 Native_Window_showModalDialog_Callback(mthis, url, dialogArgs, featureArgs) nati ve "Window_showModalDialog_Callback"; 9175 static $showModalDialog_Callback(mthis, url, dialogArgs, featureArgs) native " Window_showModalDialog_Callback";
8043 9176
8044 Native_Window_stop_Callback(mthis) native "Window_stop_Callback_RESOLVER_STRING_ 0_"; 9177 static $stop_Callback(mthis) native "Window_stop_Callback_RESOLVER_STRING_0_";
8045 9178
8046 Native_Window_toString_Callback(mthis) native "Window_toString_Callback"; 9179 static $toString_Callback(mthis) native "Window_toString_Callback";
8047 9180
8048 Native_Window_webkitConvertPointFromNodeToPage_Callback(mthis, node, p) native " Window_webkitConvertPointFromNodeToPage_Callback_RESOLVER_STRING_2_Node_WebKitPo int"; 9181 static $webkitConvertPointFromNodeToPage_Callback(mthis, node, p) native "Wind ow_webkitConvertPointFromNodeToPage_Callback_RESOLVER_STRING_2_Node_WebKitPoint" ;
8049 9182
8050 Native_Window_webkitConvertPointFromPageToNode_Callback(mthis, node, p) native " Window_webkitConvertPointFromPageToNode_Callback_RESOLVER_STRING_2_Node_WebKitPo int"; 9183 static $webkitConvertPointFromPageToNode_Callback(mthis, node, p) native "Wind ow_webkitConvertPointFromPageToNode_Callback_RESOLVER_STRING_2_Node_WebKitPoint" ;
8051 9184
8052 Native_Window_webkitRequestFileSystem_Callback(mthis, type, size, successCallbac k, errorCallback) native "Window_webkitRequestFileSystem_Callback_RESOLVER_STRIN G_4_unsigned short_long long_FileSystemCallback_ErrorCallback"; 9185 static $webkitRequestFileSystem_Callback(mthis, type, size, successCallback, e rrorCallback) native "Window_webkitRequestFileSystem_Callback_RESOLVER_STRING_4_ unsigned short_long long_FileSystemCallback_ErrorCallback";
8053 9186
8054 Native_Window_webkitResolveLocalFileSystemURL_Callback(mthis, url, successCallba ck, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback_RESOL VER_STRING_3_DOMString_EntryCallback_ErrorCallback"; 9187 static $webkitResolveLocalFileSystemURL_Callback(mthis, url, successCallback, errorCallback) native "Window_webkitResolveLocalFileSystemURL_Callback_RESOLVER_ STRING_3_DOMString_EntryCallback_ErrorCallback";
8055 9188
8056 Native_Window_atob_Callback(mthis, string) native "Window_atob_Callback_RESOLVER _STRING_1_DOMString"; 9189 static $atob_Callback(mthis, string) native "Window_atob_Callback_RESOLVER_STR ING_1_DOMString";
8057 9190
8058 Native_Window_btoa_Callback(mthis, string) native "Window_btoa_Callback_RESOLVER _STRING_1_DOMString"; 9191 static $btoa_Callback(mthis, string) native "Window_btoa_Callback_RESOLVER_STR ING_1_DOMString";
8059 9192
8060 Native_Window_clearInterval_Callback(mthis, handle) native "Window_clearInterval _Callback_RESOLVER_STRING_1_long"; 9193 static $clearInterval_Callback(mthis, handle) native "Window_clearInterval_Cal lback_RESOLVER_STRING_1_long";
8061 9194
8062 Native_Window_clearTimeout_Callback(mthis, handle) native "Window_clearTimeout_C allback_RESOLVER_STRING_1_long"; 9195 static $clearTimeout_Callback(mthis, handle) native "Window_clearTimeout_Callb ack_RESOLVER_STRING_1_long";
8063 9196
8064 Native_Window_setInterval_Callback(mthis, handler, timeout) native "Window_setIn terval_Callback"; 9197 static $setInterval_Callback(mthis, handler, timeout) native "Window_setInterv al_Callback";
8065 9198
8066 Native_Window_setTimeout_Callback(mthis, handler, timeout) native "Window_setTim eout_Callback"; 9199 static $setTimeout_Callback(mthis, handler, timeout) native "Window_setTimeout _Callback";
8067 9200 }
8068 // Generated overload resolver 9201
8069 Native_Worker_Worker(scriptUrl) { 9202 class BlinkWorker {
8070 return Native_Worker__create_1constructorCallback(scriptUrl); 9203 // Generated overload resolver
8071 } 9204 static $mkWorker(scriptUrl) {
8072 9205 return $_create_1constructorCallback(scriptUrl);
8073 Native_Worker__create_1constructorCallback(scriptUrl) native "Worker_constructor Callback_RESOLVER_STRING_1_DOMString"; 9206 }
8074 9207
8075 Native_Worker_postMessage_Callback(mthis, message, messagePorts) native "Worker_ postMessage_Callback"; 9208 static $_create_1constructorCallback(scriptUrl) native "Worker_constructorCall back_RESOLVER_STRING_1_DOMString";
8076 9209
8077 Native_Worker_terminate_Callback(mthis) native "Worker_terminate_Callback_RESOLV ER_STRING_0_"; 9210 static $postMessage_Callback(mthis, message, messagePorts) native "Worker_post Message_Callback";
8078 9211
8079 Native_WorkerPerformance_now_Callback(mthis) native "WorkerPerformance_now_Callb ack_RESOLVER_STRING_0_"; 9212 static $terminate_Callback(mthis) native "Worker_terminate_Callback_RESOLVER_S TRING_0_";
8080 9213 }
8081 Native_XMLHttpRequest_constructorCallback() native "XMLHttpRequest_constructorCa llback"; 9214
8082 9215 class BlinkWorkerConsole {}
8083 Native_XMLHttpRequest_readyState_Getter(mthis) native "XMLHttpRequest_readyState _Getter"; 9216
8084 9217 class BlinkWorkerCrypto {}
8085 Native_XMLHttpRequest_response_Getter(mthis) native "XMLHttpRequest_response_Get ter"; 9218
8086 9219 class BlinkWorkerLocation {}
8087 Native_XMLHttpRequest_responseText_Getter(mthis) native "XMLHttpRequest_response Text_Getter"; 9220
8088 9221 class BlinkWorkerNavigator {}
8089 Native_XMLHttpRequest_responseType_Getter(mthis) native "XMLHttpRequest_response Type_Getter"; 9222
8090 9223 class BlinkWorkerPerformance {
8091 Native_XMLHttpRequest_responseType_Setter(mthis, value) native "XMLHttpRequest_r esponseType_Setter"; 9224 static $now_Callback(mthis) native "WorkerPerformance_now_Callback_RESOLVER_ST RING_0_";
8092 9225 }
8093 Native_XMLHttpRequest_responseXML_Getter(mthis) native "XMLHttpRequest_responseX ML_Getter"; 9226
8094 9227 class BlinkXMLDocument {}
8095 Native_XMLHttpRequest_status_Getter(mthis) native "XMLHttpRequest_status_Getter" ; 9228
8096 9229 class BlinkXMLHttpRequestEventTarget {}
8097 Native_XMLHttpRequest_statusText_Getter(mthis) native "XMLHttpRequest_statusText _Getter"; 9230
8098 9231 class BlinkXMLHttpRequest {
8099 Native_XMLHttpRequest_timeout_Getter(mthis) native "XMLHttpRequest_timeout_Gette r"; 9232 static $constructorCallback() native "XMLHttpRequest_constructorCallback";
8100 9233
8101 Native_XMLHttpRequest_timeout_Setter(mthis, value) native "XMLHttpRequest_timeou t_Setter"; 9234 static $readyState_Getter(mthis) native "XMLHttpRequest_readyState_Getter";
8102 9235
8103 Native_XMLHttpRequest_upload_Getter(mthis) native "XMLHttpRequest_upload_Getter" ; 9236 static $response_Getter(mthis) native "XMLHttpRequest_response_Getter";
8104 9237
8105 Native_XMLHttpRequest_withCredentials_Getter(mthis) native "XMLHttpRequest_withC redentials_Getter"; 9238 static $responseText_Getter(mthis) native "XMLHttpRequest_responseText_Getter" ;
8106 9239
8107 Native_XMLHttpRequest_withCredentials_Setter(mthis, value) native "XMLHttpReques t_withCredentials_Setter"; 9240 static $responseType_Getter(mthis) native "XMLHttpRequest_responseType_Getter" ;
8108 9241
8109 Native_XMLHttpRequest_abort_Callback(mthis) native "XMLHttpRequest_abort_Callbac k_RESOLVER_STRING_0_"; 9242 static $responseType_Setter(mthis, value) native "XMLHttpRequest_responseType_ Setter";
8110 9243
8111 Native_XMLHttpRequest_getAllResponseHeaders_Callback(mthis) native "XMLHttpReque st_getAllResponseHeaders_Callback_RESOLVER_STRING_0_"; 9244 static $responseXML_Getter(mthis) native "XMLHttpRequest_responseXML_Getter";
8112 9245
8113 Native_XMLHttpRequest_getResponseHeader_Callback(mthis, header) native "XMLHttpR equest_getResponseHeader_Callback_RESOLVER_STRING_1_DOMString"; 9246 static $status_Getter(mthis) native "XMLHttpRequest_status_Getter";
8114 9247
8115 Native_XMLHttpRequest_open_Callback(mthis, method, url, async, user, password) n ative "XMLHttpRequest_open_Callback"; 9248 static $statusText_Getter(mthis) native "XMLHttpRequest_statusText_Getter";
8116 9249
8117 Native_XMLHttpRequest_overrideMimeType_Callback(mthis, override) native "XMLHttp Request_overrideMimeType_Callback_RESOLVER_STRING_1_DOMString"; 9250 static $timeout_Getter(mthis) native "XMLHttpRequest_timeout_Getter";
8118 9251
8119 Native_XMLHttpRequest_send_Callback(mthis, data) native "XMLHttpRequest_send_Cal lback"; 9252 static $timeout_Setter(mthis, value) native "XMLHttpRequest_timeout_Setter";
8120 9253
8121 Native_XMLHttpRequest_setRequestHeader_Callback(mthis, header, value) native "XM LHttpRequest_setRequestHeader_Callback_RESOLVER_STRING_2_DOMString_DOMString"; 9254 static $upload_Getter(mthis) native "XMLHttpRequest_upload_Getter";
8122 9255
8123 // Generated overload resolver 9256 static $withCredentials_Getter(mthis) native "XMLHttpRequest_withCredentials_G etter";
8124 Native_XMLSerializer_XmlSerializer() { 9257
8125 return Native_XMLSerializer__create_1constructorCallback(); 9258 static $withCredentials_Setter(mthis, value) native "XMLHttpRequest_withCreden tials_Setter";
8126 } 9259
8127 9260 static $abort_Callback(mthis) native "XMLHttpRequest_abort_Callback_RESOLVER_S TRING_0_";
8128 Native_XMLSerializer__create_1constructorCallback() native "XMLSerializer_constr uctorCallback_RESOLVER_STRING_0_"; 9261
8129 9262 static $getAllResponseHeaders_Callback(mthis) native "XMLHttpRequest_getAllRes ponseHeaders_Callback_RESOLVER_STRING_0_";
8130 Native_XMLSerializer_serializeToString_Callback(mthis, node) native "XMLSerializ er_serializeToString_Callback_RESOLVER_STRING_1_Node"; 9263
8131 9264 static $getResponseHeader_Callback(mthis, header) native "XMLHttpRequest_getRe sponseHeader_Callback_RESOLVER_STRING_1_DOMString";
8132 // Generated overload resolver 9265
8133 Native_XPathEvaluator_XPathEvaluator() { 9266 static $open_Callback(mthis, method, url, async, user, password) native "XMLHt tpRequest_open_Callback";
8134 return Native_XPathEvaluator__create_1constructorCallback(); 9267
8135 } 9268 static $overrideMimeType_Callback(mthis, override) native "XMLHttpRequest_over rideMimeType_Callback_RESOLVER_STRING_1_DOMString";
8136 9269
8137 Native_XPathEvaluator__create_1constructorCallback() native "XPathEvaluator_cons tructorCallback_RESOLVER_STRING_0_"; 9270 static $send_Callback(mthis, data) native "XMLHttpRequest_send_Callback";
8138 9271
8139 Native_XPathEvaluator_createExpression_Callback(mthis, expression, resolver) nat ive "XPathEvaluator_createExpression_Callback_RESOLVER_STRING_2_DOMString_XPathN SResolver"; 9272 static $setRequestHeader_Callback(mthis, header, value) native "XMLHttpRequest _setRequestHeader_Callback_RESOLVER_STRING_2_DOMString_DOMString";
8140 9273 }
8141 Native_XPathEvaluator_createNSResolver_Callback(mthis, nodeResolver) native "XPa thEvaluator_createNSResolver_Callback_RESOLVER_STRING_1_Node"; 9274
8142 9275 class BlinkXMLHttpRequestProgressEvent {}
8143 Native_XPathEvaluator_evaluate_Callback(mthis, expression, contextNode, resolver , type, inResult) native "XPathEvaluator_evaluate_Callback_RESOLVER_STRING_5_DOM String_Node_XPathNSResolver_unsigned short_XPathResult"; 9276
8144 9277 class BlinkXMLHttpRequestUpload {}
8145 Native_XPathExpression_evaluate_Callback(mthis, contextNode, type, inResult) nat ive "XPathExpression_evaluate_Callback_RESOLVER_STRING_3_Node_unsigned short_XPa thResult"; 9278
8146 9279 class BlinkXMLSerializer {
8147 Native_XPathNSResolver_lookupNamespaceURI_Callback(mthis, prefix) native "XPathN SResolver_lookupNamespaceURI_Callback_RESOLVER_STRING_1_DOMString"; 9280 // Generated overload resolver
8148 9281 static $mkXmlSerializer() {
8149 Native_XPathResult_booleanValue_Getter(mthis) native "XPathResult_booleanValue_G etter"; 9282 return $_create_1constructorCallback();
8150 9283 }
8151 Native_XPathResult_invalidIteratorState_Getter(mthis) native "XPathResult_invali dIteratorState_Getter"; 9284
8152 9285 static $_create_1constructorCallback() native "XMLSerializer_constructorCallba ck_RESOLVER_STRING_0_";
8153 Native_XPathResult_numberValue_Getter(mthis) native "XPathResult_numberValue_Get ter"; 9286
8154 9287 static $serializeToString_Callback(mthis, node) native "XMLSerializer_serializ eToString_Callback_RESOLVER_STRING_1_Node";
8155 Native_XPathResult_resultType_Getter(mthis) native "XPathResult_resultType_Gette r"; 9288 }
8156 9289
8157 Native_XPathResult_singleNodeValue_Getter(mthis) native "XPathResult_singleNodeV alue_Getter"; 9290 class BlinkXPathEvaluator {
8158 9291 // Generated overload resolver
8159 Native_XPathResult_snapshotLength_Getter(mthis) native "XPathResult_snapshotLeng th_Getter"; 9292 static $mkXPathEvaluator() {
8160 9293 return $_create_1constructorCallback();
8161 Native_XPathResult_stringValue_Getter(mthis) native "XPathResult_stringValue_Get ter"; 9294 }
8162 9295
8163 Native_XPathResult_iterateNext_Callback(mthis) native "XPathResult_iterateNext_C allback_RESOLVER_STRING_0_"; 9296 static $_create_1constructorCallback() native "XPathEvaluator_constructorCallb ack_RESOLVER_STRING_0_";
8164 9297
8165 Native_XPathResult_snapshotItem_Callback(mthis, index) native "XPathResult_snaps hotItem_Callback_RESOLVER_STRING_1_unsigned long"; 9298 static $createExpression_Callback(mthis, expression, resolver) native "XPathEv aluator_createExpression_Callback_RESOLVER_STRING_2_DOMString_XPathNSResolver";
8166 9299
8167 // Generated overload resolver 9300 static $createNSResolver_Callback(mthis, nodeResolver) native "XPathEvaluator_ createNSResolver_Callback_RESOLVER_STRING_1_Node";
8168 Native_XSLTProcessor_XsltProcessor() { 9301
8169 return Native_XSLTProcessor__create_1constructorCallback(); 9302 static $evaluate_Callback(mthis, expression, contextNode, resolver, type, inRe sult) native "XPathEvaluator_evaluate_Callback_RESOLVER_STRING_5_DOMString_Node_ XPathNSResolver_unsigned short_XPathResult";
8170 } 9303 }
8171 9304
8172 Native_XSLTProcessor__create_1constructorCallback() native "XSLTProcessor_constr uctorCallback_RESOLVER_STRING_0_"; 9305 class BlinkXPathExpression {
8173 9306 static $evaluate_Callback(mthis, contextNode, type, inResult) native "XPathExp ression_evaluate_Callback_RESOLVER_STRING_3_Node_unsigned short_XPathResult";
8174 Native_XSLTProcessor_clearParameters_Callback(mthis) native "XSLTProcessor_clear Parameters_Callback_RESOLVER_STRING_0_"; 9307 }
8175 9308
8176 Native_XSLTProcessor_getParameter_Callback(mthis, namespaceURI, localName) nativ e "XSLTProcessor_getParameter_Callback"; 9309 class BlinkXPathNSResolver {
8177 9310 static $lookupNamespaceURI_Callback(mthis, prefix) native "XPathNSResolver_loo kupNamespaceURI_Callback_RESOLVER_STRING_1_DOMString";
8178 Native_XSLTProcessor_importStylesheet_Callback(mthis, stylesheet) native "XSLTPr ocessor_importStylesheet_Callback_RESOLVER_STRING_1_Node"; 9311 }
8179 9312
8180 Native_XSLTProcessor_removeParameter_Callback(mthis, namespaceURI, localName) na tive "XSLTProcessor_removeParameter_Callback"; 9313 class BlinkXPathResult {
8181 9314 static $booleanValue_Getter(mthis) native "XPathResult_booleanValue_Getter";
8182 Native_XSLTProcessor_reset_Callback(mthis) native "XSLTProcessor_reset_Callback_ RESOLVER_STRING_0_"; 9315
8183 9316 static $invalidIteratorState_Getter(mthis) native "XPathResult_invalidIterator State_Getter";
8184 Native_XSLTProcessor_setParameter_Callback(mthis, namespaceURI, localName, value ) native "XSLTProcessor_setParameter_Callback"; 9317
8185 9318 static $numberValue_Getter(mthis) native "XPathResult_numberValue_Getter";
8186 Native_XSLTProcessor_transformToDocument_Callback(mthis, source) native "XSLTPro cessor_transformToDocument_Callback_RESOLVER_STRING_1_Node"; 9319
8187 9320 static $resultType_Getter(mthis) native "XPathResult_resultType_Getter";
8188 Native_XSLTProcessor_transformToFragment_Callback(mthis, source, docVal) native "XSLTProcessor_transformToFragment_Callback_RESOLVER_STRING_2_Node_Document"; 9321
9322 static $singleNodeValue_Getter(mthis) native "XPathResult_singleNodeValue_Gett er";
9323
9324 static $snapshotLength_Getter(mthis) native "XPathResult_snapshotLength_Getter ";
9325
9326 static $stringValue_Getter(mthis) native "XPathResult_stringValue_Getter";
9327
9328 static $iterateNext_Callback(mthis) native "XPathResult_iterateNext_Callback_R ESOLVER_STRING_0_";
9329
9330 static $snapshotItem_Callback(mthis, index) native "XPathResult_snapshotItem_C allback_RESOLVER_STRING_1_unsigned long";
9331 }
9332
9333 class BlinkXSLTProcessor {
9334 // Generated overload resolver
9335 static $mkXsltProcessor() {
9336 return $_create_1constructorCallback();
9337 }
9338
9339 static $_create_1constructorCallback() native "XSLTProcessor_constructorCallba ck_RESOLVER_STRING_0_";
9340
9341 static $clearParameters_Callback(mthis) native "XSLTProcessor_clearParameters_ Callback_RESOLVER_STRING_0_";
9342
9343 static $getParameter_Callback(mthis, namespaceURI, localName) native "XSLTProc essor_getParameter_Callback";
9344
9345 static $importStylesheet_Callback(mthis, stylesheet) native "XSLTProcessor_imp ortStylesheet_Callback_RESOLVER_STRING_1_Node";
9346
9347 static $removeParameter_Callback(mthis, namespaceURI, localName) native "XSLTP rocessor_removeParameter_Callback";
9348
9349 static $reset_Callback(mthis) native "XSLTProcessor_reset_Callback_RESOLVER_ST RING_0_";
9350
9351 static $setParameter_Callback(mthis, namespaceURI, localName, value) native "X SLTProcessor_setParameter_Callback";
9352
9353 static $transformToDocument_Callback(mthis, source) native "XSLTProcessor_tran sformToDocument_Callback_RESOLVER_STRING_1_Node";
9354
9355 static $transformToFragment_Callback(mthis, source, docVal) native "XSLTProces sor_transformToFragment_Callback_RESOLVER_STRING_2_Node_Document";
9356 }
8189 9357
8190 9358
8191 // TODO(vsm): This should be moved out of this library. Into dart:html? 9359 // TODO(vsm): This should be moved out of this library. Into dart:html?
8192 Type _getType(String key) { 9360 Type _getType(String key) {
8193 // TODO(vsm): Add Cross Frame and JS types here as well. 9361 // TODO(vsm): Add Cross Frame and JS types here as well.
8194 if (htmlBlinkMap.containsKey(key)) 9362 if (htmlBlinkMap.containsKey(key))
8195 return htmlBlinkMap[key]; 9363 return htmlBlinkMap[key];
8196 if (indexed_dbBlinkMap.containsKey(key)) 9364 if (indexed_dbBlinkMap.containsKey(key))
8197 return indexed_dbBlinkMap[key]; 9365 return indexed_dbBlinkMap[key];
8198 if (web_audioBlinkMap.containsKey(key)) 9366 if (web_audioBlinkMap.containsKey(key))
8199 return web_audioBlinkMap[key]; 9367 return web_audioBlinkMap[key];
8200 if (web_glBlinkMap.containsKey(key)) 9368 if (web_glBlinkMap.containsKey(key))
8201 return web_glBlinkMap[key]; 9369 return web_glBlinkMap[key];
8202 if (web_sqlBlinkMap.containsKey(key)) 9370 if (web_sqlBlinkMap.containsKey(key))
8203 return web_sqlBlinkMap[key]; 9371 return web_sqlBlinkMap[key];
8204 if (svgBlinkMap.containsKey(key)) 9372 if (svgBlinkMap.containsKey(key))
8205 return svgBlinkMap[key]; 9373 return svgBlinkMap[key];
8206 return null; 9374 return null;
8207 }// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 9375 }// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
8208 // for details. All rights reserved. Use of this source code is governed by a 9376 // for details. All rights reserved. Use of this source code is governed by a
8209 // BSD-style license that can be found in the LICENSE file. 9377 // BSD-style license that can be found in the LICENSE file.
8210 9378
8211 9379
8212 // _Utils native entry points 9380 // _Utils native entry points
8213 Native_Utils_window() native "Utils_window"; 9381 class Blink_Utils {
9382 static window() native "Utils_window";
8214 9383
8215 Native_Utils_forwardingPrint(message) native "Utils_forwardingPrint"; 9384 static forwardingPrint(message) native "Utils_forwardingPrint";
8216 9385
8217 Native_Utils_spawnDomUri(uri) native "Utils_spawnDomUri"; 9386 static spawnDomUri(uri) native "Utils_spawnDomUri";
8218 9387
8219 Native_Utils_register(document, tag, customType, extendsTagName) native "Utils_r egister"; 9388 static register(document, tag, customType, extendsTagName) native "Utils_regis ter";
8220 9389
8221 Native_Utils_createElement(document, tagName) native "Utils_createElement"; 9390 static createElement(document, tagName) native "Utils_createElement";
8222 9391
8223 Native_Utils_initializeCustomElement(element) native "Utils_initializeCustomElem ent"; 9392 static initializeCustomElement(element) native "Utils_initializeCustomElement" ;
8224 9393
8225 Native_Utils_changeElementWrapper(element, type) native "Utils_changeElementWrap per"; 9394 static changeElementWrapper(element, type) native "Utils_changeElementWrapper" ;
9395 }
8226 9396
8227 // FIXME: Return to using explicit cross frame entry points after roll to M35 9397 class Blink_DOMWindowCrossFrame {
8228 Native_DOMWindowCrossFrame_get_history(_DOMWindowCrossFrame) native "Window_hist ory_cross_frame_Getter"; 9398 // FIXME: Return to using explicit cross frame entry points after roll to M35
9399 static get_history(_DOMWindowCrossFrame) native "Window_history_cross_frame_Ge tter";
8229 9400
8230 Native_DOMWindowCrossFrame_get_location(_DOMWindowCrossFrame) native "Window_loc ation_cross_frame_Getter"; 9401 static get_location(_DOMWindowCrossFrame) native "Window_location_cross_frame_ Getter";
8231 9402
8232 Native_DOMWindowCrossFrame_get_closed(_DOMWindowCrossFrame) native "Window_close d_Getter"; 9403 static get_closed(_DOMWindowCrossFrame) native "Window_closed_Getter";
8233 9404
8234 Native_DOMWindowCrossFrame_get_opener(_DOMWindowCrossFrame) native "Window_opene r_Getter"; 9405 static get_opener(_DOMWindowCrossFrame) native "Window_opener_Getter";
8235 9406
8236 Native_DOMWindowCrossFrame_get_parent(_DOMWindowCrossFrame) native "Window_paren t_Getter"; 9407 static get_parent(_DOMWindowCrossFrame) native "Window_parent_Getter";
8237 9408
8238 Native_DOMWindowCrossFrame_get_top(_DOMWindowCrossFrame) native "Window_top_Gett er"; 9409 static get_top(_DOMWindowCrossFrame) native "Window_top_Getter";
8239 9410
8240 Native_DOMWindowCrossFrame_close(_DOMWindowCrossFrame) native "Window_close_Call back_RESOLVER_STRING_0_"; 9411 static close(_DOMWindowCrossFrame) native "Window_close_Callback_RESOLVER_STRI NG_0_";
8241 9412
8242 Native_DOMWindowCrossFrame_postMessage(_DOMWindowCrossFrame, message, targetOrig in, [messagePorts]) native "Window_postMessage_Callback"; 9413 static postMessage(_DOMWindowCrossFrame, message, targetOrigin, [messagePorts] ) native "Window_postMessage_Callback";
9414 }
8243 9415
8244 // _HistoryCrossFrame native entry points 9416 class Blink_HistoryCrossFrame {
8245 Native_HistoryCrossFrame_back(_HistoryCrossFrame) native "History_back_Callback_ RESOLVER_STRING_0_"; 9417 // _HistoryCrossFrame native entry points
9418 static back(_HistoryCrossFrame) native "History_back_Callback_RESOLVER_STRING_ 0_";
8246 9419
8247 Native_HistoryCrossFrame_forward(_HistoryCrossFrame) native "History_forward_Cal lback_RESOLVER_STRING_0_"; 9420 static forward(_HistoryCrossFrame) native "History_forward_Callback_RESOLVER_S TRING_0_";
8248 9421
8249 Native_HistoryCrossFrame_go(_HistoryCrossFrame, distance) native "History_go_Cal lback_RESOLVER_STRING_1_long"; 9422 static go(_HistoryCrossFrame, distance) native "History_go_Callback_RESOLVER_S TRING_1_long";
9423 }
8250 9424
8251 // _LocationCrossFrame native entry points 9425 class Blink_LocationCrossFrame {
8252 Native_LocationCrossFrame_set_href(_LocationCrossFrame, h) native "Location_href _Setter"; 9426 // _LocationCrossFrame native entry points
9427 static set_href(_LocationCrossFrame, h) native "Location_href_Setter";
9428 }
8253 9429
8254 // _DOMStringMap native entry points 9430 class Blink_DOMStringMap {
8255 Native_DOMStringMap_containsKey(_DOMStringMap, key) native "DOMStringMap_contain sKey_Callback"; 9431 // _DOMStringMap native entry points
9432 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba ck";
8256 9433
8257 Native_DOMStringMap_item(_DOMStringMap, key) native "DOMStringMap_item_Callback" ; 9434 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback";
8258 9435
8259 Native_DOMStringMap_setItem(_DOMStringMap, key, value) native "DOMStringMap_setI tem_Callback"; 9436 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac k";
8260 9437
8261 Native_DOMStringMap_remove(_DOMStringMap, key) native "DOMStringMap_remove_Callb ack"; 9438 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback";
8262 9439
8263 Native_DOMStringMap_get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callbac k"; 9440 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback";
9441 }
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698