| OLD | NEW |
| 1 /** | 1 /** |
| 2 * This library provides entry points to the native Blink code which backs | 2 * This library provides entry points to the native Blink code which backs |
| 3 * up the dart:html library. | 3 * up the dart:html library. |
| 4 */ | 4 */ |
| 5 library dart.dom._blink; | 5 library dart.dom._blink; |
| 6 | 6 |
| 7 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 7 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file |
| 8 // for details. All rights reserved. Use of this source code is governed by a | 8 // for details. All rights reserved. Use of this source code is governed by a |
| 9 // BSD-style license that can be found in the LICENSE file. | 9 // BSD-style license that can be found in the LICENSE file. |
| 10 | 10 |
| (...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 747 | 747 |
| 748 static item_Callback_ul(mthis, index) native "CSSValueList_item_Callback_unsig
ned long"; | 748 static item_Callback_ul(mthis, index) native "CSSValueList_item_Callback_unsig
ned long"; |
| 749 } | 749 } |
| 750 | 750 |
| 751 class BlinkCSSViewportRule { | 751 class BlinkCSSViewportRule { |
| 752 static style_Getter(mthis) native "CSSViewportRule_style_Getter"; | 752 static style_Getter(mthis) native "CSSViewportRule_style_Getter"; |
| 753 } | 753 } |
| 754 | 754 |
| 755 class BlinkCache {} | 755 class BlinkCache {} |
| 756 | 756 |
| 757 class BlinkCacheStorage {} | 757 class BlinkCacheStorage { |
| 758 static create_Callback_DOMString(mthis, cacheName) native "CacheStorage_create
_Callback_DOMString"; |
| 759 |
| 760 static delete_Callback_DOMString(mthis, cacheName) native "CacheStorage_delete
_Callback_DOMString"; |
| 761 |
| 762 static get_Callback_DOMString(mthis, cacheName) native "CacheStorage_get_Callb
ack_DOMString"; |
| 763 |
| 764 static has_Callback_DOMString(mthis, cacheName) native "CacheStorage_has_Callb
ack_DOMString"; |
| 765 |
| 766 static keys_Callback(mthis) native "CacheStorage_keys_Callback"; |
| 767 } |
| 758 | 768 |
| 759 class BlinkCanvas2DContextAttributes { | 769 class BlinkCanvas2DContextAttributes { |
| 760 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; | 770 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; |
| 761 | 771 |
| 762 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al
pha_Setter"; | 772 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al
pha_Setter"; |
| 763 | 773 |
| 764 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter"
; | 774 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter"
; |
| 765 | 775 |
| 766 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute
s_storage_Setter"; | 776 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute
s_storage_Setter"; |
| 767 } | 777 } |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1173 class BlinkCounter {} | 1183 class BlinkCounter {} |
| 1174 | 1184 |
| 1175 class BlinkCredential { | 1185 class BlinkCredential { |
| 1176 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter"; | 1186 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter"; |
| 1177 | 1187 |
| 1178 static id_Getter(mthis) native "Credential_id_Getter"; | 1188 static id_Getter(mthis) native "Credential_id_Getter"; |
| 1179 | 1189 |
| 1180 static name_Getter(mthis) native "Credential_name_Getter"; | 1190 static name_Getter(mthis) native "Credential_name_Getter"; |
| 1181 } | 1191 } |
| 1182 | 1192 |
| 1183 class BlinkCredentialsContainer {} | 1193 class BlinkCredentialsContainer { |
| 1194 static notifyFailedSignIn_Callback_Credential(mthis, credential) native "Crede
ntialsContainer_notifyFailedSignIn_Callback_Credential"; |
| 1195 |
| 1196 static notifyFailedSignIn_Callback(mthis) native "CredentialsContainer_notifyF
ailedSignIn_Callback"; |
| 1197 |
| 1198 static notifySignedIn_Callback_Credential(mthis, credential) native "Credentia
lsContainer_notifySignedIn_Callback_Credential"; |
| 1199 |
| 1200 static notifySignedIn_Callback(mthis) native "CredentialsContainer_notifySigne
dIn_Callback"; |
| 1201 |
| 1202 static notifySignedOut_Callback(mthis) native "CredentialsContainer_notifySign
edOut_Callback"; |
| 1203 |
| 1204 static request_Callback_Dictionary(mthis, options) native "CredentialsContaine
r_request_Callback_Dictionary"; |
| 1205 } |
| 1184 | 1206 |
| 1185 class BlinkCrypto { | 1207 class BlinkCrypto { |
| 1186 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; | 1208 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; |
| 1187 | 1209 |
| 1188 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g
etRandomValues_Callback"; | 1210 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g
etRandomValues_Callback"; |
| 1189 } | 1211 } |
| 1190 | 1212 |
| 1191 class BlinkCryptoKey { | 1213 class BlinkCryptoKey { |
| 1192 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter"; | 1214 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter"; |
| 1193 | 1215 |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2117 | 2139 |
| 2118 static close_Callback(mthis) native "EventSource_close_Callback"; | 2140 static close_Callback(mthis) native "EventSource_close_Callback"; |
| 2119 } | 2141 } |
| 2120 | 2142 |
| 2121 class BlinkFederatedCredential { | 2143 class BlinkFederatedCredential { |
| 2122 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a
vatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_
DOMString_DOMString_DOMString"; | 2144 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a
vatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_
DOMString_DOMString_DOMString"; |
| 2123 | 2145 |
| 2124 static federation_Getter(mthis) native "FederatedCredential_federation_Getter"
; | 2146 static federation_Getter(mthis) native "FederatedCredential_federation_Getter"
; |
| 2125 } | 2147 } |
| 2126 | 2148 |
| 2127 class BlinkFetchBodyStream {} | 2149 class BlinkFetchBodyStream { |
| 2150 static asArrayBuffer_Callback(mthis) native "FetchBodyStream_asArrayBuffer_Cal
lback"; |
| 2151 |
| 2152 static asBlob_Callback(mthis) native "FetchBodyStream_asBlob_Callback"; |
| 2153 |
| 2154 static asJSON_Callback(mthis) native "FetchBodyStream_asJSON_Callback"; |
| 2155 |
| 2156 static asText_Callback(mthis) native "FetchBodyStream_asText_Callback"; |
| 2157 } |
| 2128 | 2158 |
| 2129 class BlinkFetchEvent { | 2159 class BlinkFetchEvent { |
| 2130 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter"; | 2160 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter"; |
| 2131 | 2161 |
| 2132 static request_Getter(mthis) native "FetchEvent_request_Getter"; | 2162 static request_Getter(mthis) native "FetchEvent_request_Getter"; |
| 2133 | 2163 |
| 2134 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo
ndWith_Callback_ScriptValue"; | 2164 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo
ndWith_Callback_ScriptValue"; |
| 2135 } | 2165 } |
| 2136 | 2166 |
| 2137 class BlinkFile { | 2167 class BlinkFile { |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2226 static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, de
scriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary
"; | 2256 static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, de
scriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary
"; |
| 2227 | 2257 |
| 2228 static family_Getter(mthis) native "FontFace_family_Getter"; | 2258 static family_Getter(mthis) native "FontFace_family_Getter"; |
| 2229 | 2259 |
| 2230 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; | 2260 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; |
| 2231 | 2261 |
| 2232 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; | 2262 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; |
| 2233 | 2263 |
| 2234 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature
Settings_Setter"; | 2264 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature
Settings_Setter"; |
| 2235 | 2265 |
| 2266 static loaded_Getter(mthis) native "FontFace_loaded_Getter"; |
| 2267 |
| 2236 static status_Getter(mthis) native "FontFace_status_Getter"; | 2268 static status_Getter(mthis) native "FontFace_status_Getter"; |
| 2237 | 2269 |
| 2238 static stretch_Getter(mthis) native "FontFace_stretch_Getter"; | 2270 static stretch_Getter(mthis) native "FontFace_stretch_Getter"; |
| 2239 | 2271 |
| 2240 static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter"
; | 2272 static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter"
; |
| 2241 | 2273 |
| 2242 static style_Getter(mthis) native "FontFace_style_Getter"; | 2274 static style_Getter(mthis) native "FontFace_style_Getter"; |
| 2243 | 2275 |
| 2244 static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter"; | 2276 static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter"; |
| 2245 | 2277 |
| 2246 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; | 2278 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; |
| 2247 | 2279 |
| 2248 static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRan
ge_Setter"; | 2280 static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRan
ge_Setter"; |
| 2249 | 2281 |
| 2250 static variant_Getter(mthis) native "FontFace_variant_Getter"; | 2282 static variant_Getter(mthis) native "FontFace_variant_Getter"; |
| 2251 | 2283 |
| 2252 static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter"
; | 2284 static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter"
; |
| 2253 | 2285 |
| 2254 static weight_Getter(mthis) native "FontFace_weight_Getter"; | 2286 static weight_Getter(mthis) native "FontFace_weight_Getter"; |
| 2255 | 2287 |
| 2256 static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter"; | 2288 static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter"; |
| 2289 |
| 2290 static load_Callback(mthis) native "FontFace_load_Callback"; |
| 2257 } | 2291 } |
| 2258 | 2292 |
| 2259 class BlinkFontFaceSet { | 2293 class BlinkFontFaceSet { |
| 2260 static size_Getter(mthis) native "FontFaceSet_size_Getter"; | 2294 static size_Getter(mthis) native "FontFaceSet_size_Getter"; |
| 2261 | 2295 |
| 2262 static status_Getter(mthis) native "FontFaceSet_status_Getter"; | 2296 static status_Getter(mthis) native "FontFaceSet_status_Getter"; |
| 2263 | 2297 |
| 2264 static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback
_FontFace"; | 2298 static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback
_FontFace"; |
| 2265 | 2299 |
| 2266 static check_Callback_DOMString_DOMString(mthis, font, text) native "FontFaceS
et_check_Callback_DOMString_DOMString"; | 2300 static check_Callback_DOMString_DOMString(mthis, font, text) native "FontFaceS
et_check_Callback_DOMString_DOMString"; |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2317 | 2351 |
| 2318 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; | 2352 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; |
| 2319 } | 2353 } |
| 2320 | 2354 |
| 2321 class BlinkGamepadList { | 2355 class BlinkGamepadList { |
| 2322 static length_Getter(mthis) native "GamepadList_length_Getter"; | 2356 static length_Getter(mthis) native "GamepadList_length_Getter"; |
| 2323 | 2357 |
| 2324 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign
ed long"; | 2358 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign
ed long"; |
| 2325 } | 2359 } |
| 2326 | 2360 |
| 2327 class BlinkGeofencing {} | 2361 class BlinkGeofencing { |
| 2362 static getRegisteredRegions_Callback(mthis) native "Geofencing_getRegisteredRe
gions_Callback"; |
| 2363 |
| 2364 static registerRegion_Callback_GeofencingRegion(mthis, region) native "Geofenc
ing_registerRegion_Callback_GeofencingRegion"; |
| 2365 |
| 2366 static unregisterRegion_Callback_DOMString(mthis, regionId) native "Geofencing
_unregisterRegion_Callback_DOMString"; |
| 2367 } |
| 2328 | 2368 |
| 2329 class BlinkGeolocation { | 2369 class BlinkGeolocation { |
| 2330 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch
_Callback_long"; | 2370 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch
_Callback_long"; |
| 2331 | 2371 |
| 2332 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dict
ionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCu
rrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary"; | 2372 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dict
ionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCu
rrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary"; |
| 2333 | 2373 |
| 2334 static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionar
y(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosit
ion_Callback_PositionCallback_PositionErrorCallback_Dictionary"; | 2374 static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionar
y(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosit
ion_Callback_PositionCallback_PositionErrorCallback_Dictionary"; |
| 2335 } | 2375 } |
| 2336 | 2376 |
| 2337 class BlinkGeoposition { | 2377 class BlinkGeoposition { |
| (...skipping 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4262 static target_Getter(mthis) native "InputMethodContext_target_Getter"; | 4302 static target_Getter(mthis) native "InputMethodContext_target_Getter"; |
| 4263 | 4303 |
| 4264 static confirmComposition_Callback(mthis) native "InputMethodContext_confirmCo
mposition_Callback"; | 4304 static confirmComposition_Callback(mthis) native "InputMethodContext_confirmCo
mposition_Callback"; |
| 4265 } | 4305 } |
| 4266 | 4306 |
| 4267 class BlinkInstallPhaseEvent { | 4307 class BlinkInstallPhaseEvent { |
| 4268 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_
waitUntil_Callback_ScriptValue"; | 4308 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_
waitUntil_Callback_ScriptValue"; |
| 4269 } | 4309 } |
| 4270 | 4310 |
| 4271 class BlinkInstallEvent { | 4311 class BlinkInstallEvent { |
| 4312 static reloadAll_Callback(mthis) native "InstallEvent_reloadAll_Callback"; |
| 4313 |
| 4272 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; | 4314 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; |
| 4273 } | 4315 } |
| 4274 | 4316 |
| 4275 class BlinkKeyboardEvent { | 4317 class BlinkKeyboardEvent { |
| 4276 static constructorCallback(type, options) native "KeyboardEvent_constructorCal
lback"; | 4318 static constructorCallback(type, options) native "KeyboardEvent_constructorCal
lback"; |
| 4277 | 4319 |
| 4278 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; | 4320 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; |
| 4279 | 4321 |
| 4280 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; | 4322 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; |
| 4281 | 4323 |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4484 | 4526 |
| 4485 class BlinkMediaKeyNeededEvent { | 4527 class BlinkMediaKeyNeededEvent { |
| 4486 static constructorCallback(type, options) native "MediaKeyNeededEvent_construc
torCallback"; | 4528 static constructorCallback(type, options) native "MediaKeyNeededEvent_construc
torCallback"; |
| 4487 | 4529 |
| 4488 static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gette
r"; | 4530 static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gette
r"; |
| 4489 | 4531 |
| 4490 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; | 4532 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; |
| 4491 } | 4533 } |
| 4492 | 4534 |
| 4493 class BlinkMediaKeySession { | 4535 class BlinkMediaKeySession { |
| 4536 static closed_Getter(mthis) native "MediaKeySession_closed_Getter"; |
| 4537 |
| 4494 static error_Getter(mthis) native "MediaKeySession_error_Getter"; | 4538 static error_Getter(mthis) native "MediaKeySession_error_Getter"; |
| 4495 | 4539 |
| 4496 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; | 4540 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; |
| 4497 | 4541 |
| 4498 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; | 4542 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; |
| 4543 |
| 4544 static release_Callback(mthis) native "MediaKeySession_release_Callback"; |
| 4545 |
| 4546 static update_Callback_ArrayBufferView(mthis, response) native "MediaKeySessio
n_update_Callback_ArrayBufferView"; |
| 4547 |
| 4548 static update_Callback_ArrayBuffer(mthis, response) native "MediaKeySession_up
date_Callback_ArrayBuffer"; |
| 4499 } | 4549 } |
| 4500 | 4550 |
| 4501 class BlinkMediaKeys { | 4551 class BlinkMediaKeys { |
| 4502 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; | 4552 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; |
| 4503 | 4553 |
| 4554 static create_Callback_DOMString(keySystem) native "MediaKeys_create_Callback_
DOMString"; |
| 4555 |
| 4556 static createSession_Callback_DOMString_ArrayBufferView(mthis, initDataType, i
nitData) native "MediaKeys_createSession_Callback_DOMString_ArrayBufferView"; |
| 4557 |
| 4558 static createSession_Callback_DOMString_ArrayBufferView_DOMString(mthis, initD
ataType, initData, sessionType) native "MediaKeys_createSession_Callback_DOMStri
ng_ArrayBufferView_DOMString"; |
| 4559 |
| 4560 static createSession_Callback_DOMString_ArrayBuffer(mthis, initDataType, initD
ata) native "MediaKeys_createSession_Callback_DOMString_ArrayBuffer"; |
| 4561 |
| 4562 static createSession_Callback_DOMString_ArrayBuffer_DOMString(mthis, initDataT
ype, initData, sessionType) native "MediaKeys_createSession_Callback_DOMString_A
rrayBuffer_DOMString"; |
| 4563 |
| 4504 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na
tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString"; | 4564 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na
tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString"; |
| 4505 } | 4565 } |
| 4506 | 4566 |
| 4507 class BlinkMediaList { | 4567 class BlinkMediaList { |
| 4508 static length_Getter(mthis) native "MediaList_length_Getter"; | 4568 static length_Getter(mthis) native "MediaList_length_Getter"; |
| 4509 | 4569 |
| 4510 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; | 4570 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; |
| 4511 | 4571 |
| 4512 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se
tter"; | 4572 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se
tter"; |
| 4513 | 4573 |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4834 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; | 4894 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; |
| 4835 | 4895 |
| 4836 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; | 4896 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; |
| 4837 | 4897 |
| 4838 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; | 4898 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; |
| 4839 | 4899 |
| 4840 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten
tStorage_Getter"; | 4900 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten
tStorage_Getter"; |
| 4841 | 4901 |
| 4842 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS
torage_Getter"; | 4902 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS
torage_Getter"; |
| 4843 | 4903 |
| 4904 static getBattery_Callback(mthis) native "Navigator_getBattery_Callback"; |
| 4905 |
| 4844 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; | 4906 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; |
| 4845 | 4907 |
| 4846 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C
allback"; | 4908 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C
allback"; |
| 4847 | 4909 |
| 4848 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme,
url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString
"; | 4910 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme,
url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString
"; |
| 4849 | 4911 |
| 4850 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s
cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_
DOMString_DOMString"; | 4912 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s
cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_
DOMString_DOMString"; |
| 4851 | 4913 |
| 4852 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig
ator_sendBeacon_Callback_DOMString_DOMString"; | 4914 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig
ator_sendBeacon_Callback_DOMString_DOMString"; |
| 4853 | 4915 |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5259 | 5321 |
| 5260 static total_Getter(mthis) native "ProgressEvent_total_Getter"; | 5322 static total_Getter(mthis) native "ProgressEvent_total_Getter"; |
| 5261 } | 5323 } |
| 5262 | 5324 |
| 5263 class BlinkPushEvent { | 5325 class BlinkPushEvent { |
| 5264 static constructorCallback(type, options) native "PushEvent_constructorCallbac
k"; | 5326 static constructorCallback(type, options) native "PushEvent_constructorCallbac
k"; |
| 5265 | 5327 |
| 5266 static data_Getter(mthis) native "PushEvent_data_Getter"; | 5328 static data_Getter(mthis) native "PushEvent_data_Getter"; |
| 5267 } | 5329 } |
| 5268 | 5330 |
| 5269 class BlinkPushManager {} | 5331 class BlinkPushManager { |
| 5332 static register_Callback_DOMString(mthis, senderId) native "PushManager_regist
er_Callback_DOMString"; |
| 5333 } |
| 5270 | 5334 |
| 5271 class BlinkPushRegistration { | 5335 class BlinkPushRegistration { |
| 5272 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter
"; | 5336 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter
"; |
| 5273 | 5337 |
| 5274 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat
ionId_Getter"; | 5338 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat
ionId_Getter"; |
| 5275 } | 5339 } |
| 5276 | 5340 |
| 5277 class BlinkRGBColor {} | 5341 class BlinkRGBColor {} |
| 5278 | 5342 |
| 5279 class BlinkRTCDTMFSender { | 5343 class BlinkRTCDTMFSender { |
| (...skipping 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7296 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; | 7360 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; |
| 7297 | 7361 |
| 7298 static width_Getter(mthis) native "Screen_width_Getter"; | 7362 static width_Getter(mthis) native "Screen_width_Getter"; |
| 7299 } | 7363 } |
| 7300 | 7364 |
| 7301 class BlinkScreenOrientation { | 7365 class BlinkScreenOrientation { |
| 7302 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter"; | 7366 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter"; |
| 7303 | 7367 |
| 7304 static type_Getter(mthis) native "ScreenOrientation_type_Getter"; | 7368 static type_Getter(mthis) native "ScreenOrientation_type_Getter"; |
| 7305 | 7369 |
| 7370 static lock_Callback_DOMString(mthis, orientation) native "ScreenOrientation_l
ock_Callback_DOMString"; |
| 7371 |
| 7306 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback"; | 7372 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback"; |
| 7307 } | 7373 } |
| 7308 | 7374 |
| 7309 class BlinkScriptProcessorNode { | 7375 class BlinkScriptProcessorNode { |
| 7310 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"
; | 7376 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"
; |
| 7311 | 7377 |
| 7312 static setEventListener_Callback_EventListener(mthis, eventListener) native "S
criptProcessorNode_setEventListener_Callback"; | 7378 static setEventListener_Callback_EventListener(mthis, eventListener) native "S
criptProcessorNode_setEventListener_Callback"; |
| 7313 } | 7379 } |
| 7314 | 7380 |
| 7315 class BlinkSecurityPolicyViolationEvent { | 7381 class BlinkSecurityPolicyViolationEvent { |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7395 } | 7461 } |
| 7396 | 7462 |
| 7397 class BlinkServiceWorker {} | 7463 class BlinkServiceWorker {} |
| 7398 | 7464 |
| 7399 class BlinkServiceWorkerClient { | 7465 class BlinkServiceWorkerClient { |
| 7400 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter"; | 7466 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter"; |
| 7401 | 7467 |
| 7402 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m
essage, transfer) native "ServiceWorkerClient_postMessage_Callback"; | 7468 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m
essage, transfer) native "ServiceWorkerClient_postMessage_Callback"; |
| 7403 } | 7469 } |
| 7404 | 7470 |
| 7405 class BlinkServiceWorkerClients {} | 7471 class BlinkServiceWorkerClients { |
| 7472 static getServiced_Callback(mthis) native "ServiceWorkerClients_getServiced_Ca
llback"; |
| 7473 } |
| 7406 | 7474 |
| 7407 class BlinkServiceWorkerContainer { | 7475 class BlinkServiceWorkerContainer { |
| 7408 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; | 7476 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; |
| 7409 | 7477 |
| 7410 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett
er"; | 7478 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett
er"; |
| 7411 | 7479 |
| 7412 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett
er"; | 7480 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett
er"; |
| 7413 | 7481 |
| 7482 static ready_Getter(mthis) native "ServiceWorkerContainer_ready_Getter"; |
| 7483 |
| 7414 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; | 7484 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; |
| 7485 |
| 7486 static register_Callback_DOMString_Dictionary(mthis, url, options) native "Ser
viceWorkerContainer_register_Callback_DOMString_Dictionary"; |
| 7487 |
| 7488 static unregister_Callback_DOMString(mthis, scope) native "ServiceWorkerContai
ner_unregister_Callback_DOMString"; |
| 7489 |
| 7490 static unregister_Callback(mthis) native "ServiceWorkerContainer_unregister_Ca
llback"; |
| 7415 } | 7491 } |
| 7416 | 7492 |
| 7417 class BlinkServiceWorkerGlobalScope { | 7493 class BlinkServiceWorkerGlobalScope { |
| 7418 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; | 7494 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; |
| 7419 | 7495 |
| 7420 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache
s_Getter"; | 7496 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache
s_Getter"; |
| 7421 | 7497 |
| 7422 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; | 7498 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; |
| 7499 |
| 7500 static fetch_Callback_DOMString_Dictionary(mthis, request, requestInitDict) na
tive "ServiceWorkerGlobalScope_fetch_Callback_DOMString_Dictionary"; |
| 7501 |
| 7502 static fetch_Callback_Request_Dictionary(mthis, request, requestInitDict) nati
ve "ServiceWorkerGlobalScope_fetch_Callback_Request_Dictionary"; |
| 7423 } | 7503 } |
| 7424 | 7504 |
| 7425 class BlinkServiceWorkerRegistration { | 7505 class BlinkServiceWorkerRegistration { |
| 7426 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter"; | 7506 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter"; |
| 7427 | 7507 |
| 7428 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G
etter"; | 7508 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G
etter"; |
| 7429 | 7509 |
| 7430 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter"; | 7510 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter"; |
| 7431 | 7511 |
| 7432 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter"
; | 7512 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter"
; |
| 7513 |
| 7514 static unregister_Callback(mthis) native "ServiceWorkerRegistration_unregister
_Callback"; |
| 7433 } | 7515 } |
| 7434 | 7516 |
| 7435 class BlinkShadowRoot { | 7517 class BlinkShadowRoot { |
| 7436 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; | 7518 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; |
| 7437 | 7519 |
| 7438 static host_Getter(mthis) native "ShadowRoot_host_Getter"; | 7520 static host_Getter(mthis) native "ShadowRoot_host_Getter"; |
| 7439 | 7521 |
| 7440 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; | 7522 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; |
| 7441 | 7523 |
| 7442 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S
etter"; | 7524 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S
etter"; |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7727 } | 7809 } |
| 7728 | 7810 |
| 7729 class BlinkStorageInfo { | 7811 class BlinkStorageInfo { |
| 7730 static quota_Getter(mthis) native "StorageInfo_quota_Getter"; | 7812 static quota_Getter(mthis) native "StorageInfo_quota_Getter"; |
| 7731 | 7813 |
| 7732 static usage_Getter(mthis) native "StorageInfo_usage_Getter"; | 7814 static usage_Getter(mthis) native "StorageInfo_usage_Getter"; |
| 7733 } | 7815 } |
| 7734 | 7816 |
| 7735 class BlinkStorageQuota { | 7817 class BlinkStorageQuota { |
| 7736 static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter
"; | 7818 static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter
"; |
| 7819 |
| 7820 static queryInfo_Callback_DOMString(mthis, type) native "StorageQuota_queryInf
o_Callback_DOMString"; |
| 7821 |
| 7822 static requestPersistentQuota_Callback_ull(mthis, newQuota) native "StorageQuo
ta_requestPersistentQuota_Callback_unsigned long long"; |
| 7737 } | 7823 } |
| 7738 | 7824 |
| 7739 class BlinkStream { | 7825 class BlinkStream { |
| 7740 static type_Getter(mthis) native "Stream_type_Getter"; | 7826 static type_Getter(mthis) native "Stream_type_Getter"; |
| 7741 } | 7827 } |
| 7742 | 7828 |
| 7743 class BlinkStyleMedia { | 7829 class BlinkStyleMedia { |
| 7744 static type_Getter(mthis) native "StyleMedia_type_Getter"; | 7830 static type_Getter(mthis) native "StyleMedia_type_Getter"; |
| 7745 | 7831 |
| 7746 static matchMedium_Callback_DOMString(mthis, mediaquery) native "StyleMedia_ma
tchMedium_Callback_DOMString"; | 7832 static matchMedium_Callback_DOMString(mthis, mediaquery) native "StyleMedia_ma
tchMedium_Callback_DOMString"; |
| (...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9069 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; | 9155 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; |
| 9070 | 9156 |
| 9071 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; | 9157 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; |
| 9072 | 9158 |
| 9073 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; | 9159 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; |
| 9074 | 9160 |
| 9075 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; | 9161 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; |
| 9076 | 9162 |
| 9077 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; | 9163 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; |
| 9078 } | 9164 } |
| OLD | NEW |