| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1171 class BlinkCounter {} | 1181 class BlinkCounter {} |
| 1172 | 1182 |
| 1173 class BlinkCredential { | 1183 class BlinkCredential { |
| 1174 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter"; | 1184 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter"; |
| 1175 | 1185 |
| 1176 static id_Getter(mthis) native "Credential_id_Getter"; | 1186 static id_Getter(mthis) native "Credential_id_Getter"; |
| 1177 | 1187 |
| 1178 static name_Getter(mthis) native "Credential_name_Getter"; | 1188 static name_Getter(mthis) native "Credential_name_Getter"; |
| 1179 } | 1189 } |
| 1180 | 1190 |
| 1181 class BlinkCredentialsContainer {} | 1191 class BlinkCredentialsContainer { |
| 1192 static notifyFailedSignIn_Callback_Credential(mthis, credential) native "Crede
ntialsContainer_notifyFailedSignIn_Callback_Credential"; |
| 1193 |
| 1194 static notifyFailedSignIn_Callback(mthis) native "CredentialsContainer_notifyF
ailedSignIn_Callback"; |
| 1195 |
| 1196 static notifySignedIn_Callback_Credential(mthis, credential) native "Credentia
lsContainer_notifySignedIn_Callback_Credential"; |
| 1197 |
| 1198 static notifySignedIn_Callback(mthis) native "CredentialsContainer_notifySigne
dIn_Callback"; |
| 1199 |
| 1200 static notifySignedOut_Callback(mthis) native "CredentialsContainer_notifySign
edOut_Callback"; |
| 1201 |
| 1202 static request_Callback_Dictionary(mthis, options) native "CredentialsContaine
r_request_Callback_Dictionary"; |
| 1203 } |
| 1182 | 1204 |
| 1183 class BlinkCrypto { | 1205 class BlinkCrypto { |
| 1184 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; | 1206 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; |
| 1185 | 1207 |
| 1186 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g
etRandomValues_Callback"; | 1208 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g
etRandomValues_Callback"; |
| 1187 } | 1209 } |
| 1188 | 1210 |
| 1189 class BlinkCryptoKey { | 1211 class BlinkCryptoKey { |
| 1190 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter"; | 1212 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter"; |
| 1191 | 1213 |
| (...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2115 | 2137 |
| 2116 static close_Callback(mthis) native "EventSource_close_Callback"; | 2138 static close_Callback(mthis) native "EventSource_close_Callback"; |
| 2117 } | 2139 } |
| 2118 | 2140 |
| 2119 class BlinkFederatedCredential { | 2141 class BlinkFederatedCredential { |
| 2120 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a
vatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_
DOMString_DOMString_DOMString"; | 2142 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a
vatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_
DOMString_DOMString_DOMString"; |
| 2121 | 2143 |
| 2122 static federation_Getter(mthis) native "FederatedCredential_federation_Getter"
; | 2144 static federation_Getter(mthis) native "FederatedCredential_federation_Getter"
; |
| 2123 } | 2145 } |
| 2124 | 2146 |
| 2125 class BlinkFetchBodyStream {} | 2147 class BlinkFetchBodyStream { |
| 2148 static asArrayBuffer_Callback(mthis) native "FetchBodyStream_asArrayBuffer_Cal
lback"; |
| 2149 |
| 2150 static asBlob_Callback(mthis) native "FetchBodyStream_asBlob_Callback"; |
| 2151 |
| 2152 static asJSON_Callback(mthis) native "FetchBodyStream_asJSON_Callback"; |
| 2153 |
| 2154 static asText_Callback(mthis) native "FetchBodyStream_asText_Callback"; |
| 2155 } |
| 2126 | 2156 |
| 2127 class BlinkFetchEvent { | 2157 class BlinkFetchEvent { |
| 2128 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter"; | 2158 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter"; |
| 2129 | 2159 |
| 2130 static request_Getter(mthis) native "FetchEvent_request_Getter"; | 2160 static request_Getter(mthis) native "FetchEvent_request_Getter"; |
| 2131 | 2161 |
| 2132 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo
ndWith_Callback_ScriptValue"; | 2162 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo
ndWith_Callback_ScriptValue"; |
| 2133 } | 2163 } |
| 2134 | 2164 |
| 2135 class BlinkFile { | 2165 class BlinkFile { |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2224 static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, de
scriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary
"; | 2254 static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, de
scriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary
"; |
| 2225 | 2255 |
| 2226 static family_Getter(mthis) native "FontFace_family_Getter"; | 2256 static family_Getter(mthis) native "FontFace_family_Getter"; |
| 2227 | 2257 |
| 2228 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; | 2258 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; |
| 2229 | 2259 |
| 2230 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; | 2260 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; |
| 2231 | 2261 |
| 2232 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature
Settings_Setter"; | 2262 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature
Settings_Setter"; |
| 2233 | 2263 |
| 2264 static loaded_Getter(mthis) native "FontFace_loaded_Getter"; |
| 2265 |
| 2234 static status_Getter(mthis) native "FontFace_status_Getter"; | 2266 static status_Getter(mthis) native "FontFace_status_Getter"; |
| 2235 | 2267 |
| 2236 static stretch_Getter(mthis) native "FontFace_stretch_Getter"; | 2268 static stretch_Getter(mthis) native "FontFace_stretch_Getter"; |
| 2237 | 2269 |
| 2238 static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter"
; | 2270 static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter"
; |
| 2239 | 2271 |
| 2240 static style_Getter(mthis) native "FontFace_style_Getter"; | 2272 static style_Getter(mthis) native "FontFace_style_Getter"; |
| 2241 | 2273 |
| 2242 static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter"; | 2274 static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter"; |
| 2243 | 2275 |
| 2244 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; | 2276 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; |
| 2245 | 2277 |
| 2246 static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRan
ge_Setter"; | 2278 static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRan
ge_Setter"; |
| 2247 | 2279 |
| 2248 static variant_Getter(mthis) native "FontFace_variant_Getter"; | 2280 static variant_Getter(mthis) native "FontFace_variant_Getter"; |
| 2249 | 2281 |
| 2250 static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter"
; | 2282 static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter"
; |
| 2251 | 2283 |
| 2252 static weight_Getter(mthis) native "FontFace_weight_Getter"; | 2284 static weight_Getter(mthis) native "FontFace_weight_Getter"; |
| 2253 | 2285 |
| 2254 static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter"; | 2286 static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter"; |
| 2287 |
| 2288 static load_Callback(mthis) native "FontFace_load_Callback"; |
| 2255 } | 2289 } |
| 2256 | 2290 |
| 2257 class BlinkFontFaceSet { | 2291 class BlinkFontFaceSet { |
| 2258 static size_Getter(mthis) native "FontFaceSet_size_Getter"; | 2292 static size_Getter(mthis) native "FontFaceSet_size_Getter"; |
| 2259 | 2293 |
| 2260 static status_Getter(mthis) native "FontFaceSet_status_Getter"; | 2294 static status_Getter(mthis) native "FontFaceSet_status_Getter"; |
| 2261 | 2295 |
| 2262 static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback
_FontFace"; | 2296 static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback
_FontFace"; |
| 2263 | 2297 |
| 2264 static check_Callback_DOMString_DOMString(mthis, font, text) native "FontFaceS
et_check_Callback_DOMString_DOMString"; | 2298 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... |
| 2315 | 2349 |
| 2316 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; | 2350 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; |
| 2317 } | 2351 } |
| 2318 | 2352 |
| 2319 class BlinkGamepadList { | 2353 class BlinkGamepadList { |
| 2320 static length_Getter(mthis) native "GamepadList_length_Getter"; | 2354 static length_Getter(mthis) native "GamepadList_length_Getter"; |
| 2321 | 2355 |
| 2322 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign
ed long"; | 2356 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign
ed long"; |
| 2323 } | 2357 } |
| 2324 | 2358 |
| 2325 class BlinkGeofencing {} | 2359 class BlinkGeofencing { |
| 2360 static getRegisteredRegions_Callback(mthis) native "Geofencing_getRegisteredRe
gions_Callback"; |
| 2361 |
| 2362 static registerRegion_Callback_GeofencingRegion(mthis, region) native "Geofenc
ing_registerRegion_Callback_GeofencingRegion"; |
| 2363 |
| 2364 static unregisterRegion_Callback_DOMString(mthis, regionId) native "Geofencing
_unregisterRegion_Callback_DOMString"; |
| 2365 } |
| 2326 | 2366 |
| 2327 class BlinkGeolocation { | 2367 class BlinkGeolocation { |
| 2328 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch
_Callback_long"; | 2368 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch
_Callback_long"; |
| 2329 | 2369 |
| 2330 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dict
ionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCu
rrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary"; | 2370 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dict
ionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCu
rrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary"; |
| 2331 | 2371 |
| 2332 static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionar
y(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosit
ion_Callback_PositionCallback_PositionErrorCallback_Dictionary"; | 2372 static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionar
y(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosit
ion_Callback_PositionCallback_PositionErrorCallback_Dictionary"; |
| 2333 } | 2373 } |
| 2334 | 2374 |
| 2335 class BlinkGeoposition { | 2375 class BlinkGeoposition { |
| (...skipping 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4260 static target_Getter(mthis) native "InputMethodContext_target_Getter"; | 4300 static target_Getter(mthis) native "InputMethodContext_target_Getter"; |
| 4261 | 4301 |
| 4262 static confirmComposition_Callback(mthis) native "InputMethodContext_confirmCo
mposition_Callback"; | 4302 static confirmComposition_Callback(mthis) native "InputMethodContext_confirmCo
mposition_Callback"; |
| 4263 } | 4303 } |
| 4264 | 4304 |
| 4265 class BlinkInstallPhaseEvent { | 4305 class BlinkInstallPhaseEvent { |
| 4266 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_
waitUntil_Callback_ScriptValue"; | 4306 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_
waitUntil_Callback_ScriptValue"; |
| 4267 } | 4307 } |
| 4268 | 4308 |
| 4269 class BlinkInstallEvent { | 4309 class BlinkInstallEvent { |
| 4310 static reloadAll_Callback(mthis) native "InstallEvent_reloadAll_Callback"; |
| 4311 |
| 4270 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; | 4312 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; |
| 4271 } | 4313 } |
| 4272 | 4314 |
| 4273 class BlinkKeyboardEvent { | 4315 class BlinkKeyboardEvent { |
| 4274 static constructorCallback(type, options) native "KeyboardEvent_constructorCal
lback"; | 4316 static constructorCallback(type, options) native "KeyboardEvent_constructorCal
lback"; |
| 4275 | 4317 |
| 4276 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; | 4318 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; |
| 4277 | 4319 |
| 4278 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; | 4320 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; |
| 4279 | 4321 |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4482 | 4524 |
| 4483 class BlinkMediaKeyNeededEvent { | 4525 class BlinkMediaKeyNeededEvent { |
| 4484 static constructorCallback(type, options) native "MediaKeyNeededEvent_construc
torCallback"; | 4526 static constructorCallback(type, options) native "MediaKeyNeededEvent_construc
torCallback"; |
| 4485 | 4527 |
| 4486 static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gette
r"; | 4528 static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gette
r"; |
| 4487 | 4529 |
| 4488 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; | 4530 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; |
| 4489 } | 4531 } |
| 4490 | 4532 |
| 4491 class BlinkMediaKeySession { | 4533 class BlinkMediaKeySession { |
| 4534 static closed_Getter(mthis) native "MediaKeySession_closed_Getter"; |
| 4535 |
| 4492 static error_Getter(mthis) native "MediaKeySession_error_Getter"; | 4536 static error_Getter(mthis) native "MediaKeySession_error_Getter"; |
| 4493 | 4537 |
| 4494 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; | 4538 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; |
| 4495 | 4539 |
| 4496 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; | 4540 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; |
| 4541 |
| 4542 static release_Callback(mthis) native "MediaKeySession_release_Callback"; |
| 4543 |
| 4544 static update_Callback_ArrayBufferView(mthis, response) native "MediaKeySessio
n_update_Callback_ArrayBufferView"; |
| 4545 |
| 4546 static update_Callback_ArrayBuffer(mthis, response) native "MediaKeySession_up
date_Callback_ArrayBuffer"; |
| 4497 } | 4547 } |
| 4498 | 4548 |
| 4499 class BlinkMediaKeys { | 4549 class BlinkMediaKeys { |
| 4500 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; | 4550 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; |
| 4501 | 4551 |
| 4552 static create_Callback_DOMString(keySystem) native "MediaKeys_create_Callback_
DOMString"; |
| 4553 |
| 4554 static createSession_Callback_DOMString_ArrayBufferView(mthis, initDataType, i
nitData) native "MediaKeys_createSession_Callback_DOMString_ArrayBufferView"; |
| 4555 |
| 4556 static createSession_Callback_DOMString_ArrayBufferView_DOMString(mthis, initD
ataType, initData, sessionType) native "MediaKeys_createSession_Callback_DOMStri
ng_ArrayBufferView_DOMString"; |
| 4557 |
| 4558 static createSession_Callback_DOMString_ArrayBuffer(mthis, initDataType, initD
ata) native "MediaKeys_createSession_Callback_DOMString_ArrayBuffer"; |
| 4559 |
| 4560 static createSession_Callback_DOMString_ArrayBuffer_DOMString(mthis, initDataT
ype, initData, sessionType) native "MediaKeys_createSession_Callback_DOMString_A
rrayBuffer_DOMString"; |
| 4561 |
| 4502 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na
tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString"; | 4562 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na
tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString"; |
| 4503 } | 4563 } |
| 4504 | 4564 |
| 4505 class BlinkMediaList { | 4565 class BlinkMediaList { |
| 4506 static length_Getter(mthis) native "MediaList_length_Getter"; | 4566 static length_Getter(mthis) native "MediaList_length_Getter"; |
| 4507 | 4567 |
| 4508 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; | 4568 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; |
| 4509 | 4569 |
| 4510 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se
tter"; | 4570 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se
tter"; |
| 4511 | 4571 |
| (...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4832 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; | 4892 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; |
| 4833 | 4893 |
| 4834 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; | 4894 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; |
| 4835 | 4895 |
| 4836 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; | 4896 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; |
| 4837 | 4897 |
| 4838 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten
tStorage_Getter"; | 4898 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten
tStorage_Getter"; |
| 4839 | 4899 |
| 4840 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS
torage_Getter"; | 4900 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS
torage_Getter"; |
| 4841 | 4901 |
| 4902 static getBattery_Callback(mthis) native "Navigator_getBattery_Callback"; |
| 4903 |
| 4842 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; | 4904 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; |
| 4843 | 4905 |
| 4844 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C
allback"; | 4906 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C
allback"; |
| 4845 | 4907 |
| 4846 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme,
url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString
"; | 4908 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme,
url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString
"; |
| 4847 | 4909 |
| 4848 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s
cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_
DOMString_DOMString"; | 4910 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s
cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_
DOMString_DOMString"; |
| 4849 | 4911 |
| 4850 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig
ator_sendBeacon_Callback_DOMString_DOMString"; | 4912 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig
ator_sendBeacon_Callback_DOMString_DOMString"; |
| 4851 | 4913 |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5257 | 5319 |
| 5258 static total_Getter(mthis) native "ProgressEvent_total_Getter"; | 5320 static total_Getter(mthis) native "ProgressEvent_total_Getter"; |
| 5259 } | 5321 } |
| 5260 | 5322 |
| 5261 class BlinkPushEvent { | 5323 class BlinkPushEvent { |
| 5262 static constructorCallback(type, options) native "PushEvent_constructorCallbac
k"; | 5324 static constructorCallback(type, options) native "PushEvent_constructorCallbac
k"; |
| 5263 | 5325 |
| 5264 static data_Getter(mthis) native "PushEvent_data_Getter"; | 5326 static data_Getter(mthis) native "PushEvent_data_Getter"; |
| 5265 } | 5327 } |
| 5266 | 5328 |
| 5267 class BlinkPushManager {} | 5329 class BlinkPushManager { |
| 5330 static register_Callback_DOMString(mthis, senderId) native "PushManager_regist
er_Callback_DOMString"; |
| 5331 } |
| 5268 | 5332 |
| 5269 class BlinkPushRegistration { | 5333 class BlinkPushRegistration { |
| 5270 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter
"; | 5334 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter
"; |
| 5271 | 5335 |
| 5272 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat
ionId_Getter"; | 5336 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat
ionId_Getter"; |
| 5273 } | 5337 } |
| 5274 | 5338 |
| 5275 class BlinkRGBColor {} | 5339 class BlinkRGBColor {} |
| 5276 | 5340 |
| 5277 class BlinkRTCDTMFSender { | 5341 class BlinkRTCDTMFSender { |
| (...skipping 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7294 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; | 7358 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; |
| 7295 | 7359 |
| 7296 static width_Getter(mthis) native "Screen_width_Getter"; | 7360 static width_Getter(mthis) native "Screen_width_Getter"; |
| 7297 } | 7361 } |
| 7298 | 7362 |
| 7299 class BlinkScreenOrientation { | 7363 class BlinkScreenOrientation { |
| 7300 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter"; | 7364 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter"; |
| 7301 | 7365 |
| 7302 static type_Getter(mthis) native "ScreenOrientation_type_Getter"; | 7366 static type_Getter(mthis) native "ScreenOrientation_type_Getter"; |
| 7303 | 7367 |
| 7368 static lock_Callback_DOMString(mthis, orientation) native "ScreenOrientation_l
ock_Callback_DOMString"; |
| 7369 |
| 7304 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback"; | 7370 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback"; |
| 7305 } | 7371 } |
| 7306 | 7372 |
| 7307 class BlinkScriptProcessorNode { | 7373 class BlinkScriptProcessorNode { |
| 7308 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"
; | 7374 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter"
; |
| 7309 | 7375 |
| 7310 static setEventListener_Callback_EventListener(mthis, eventListener) native "S
criptProcessorNode_setEventListener_Callback"; | 7376 static setEventListener_Callback_EventListener(mthis, eventListener) native "S
criptProcessorNode_setEventListener_Callback"; |
| 7311 } | 7377 } |
| 7312 | 7378 |
| 7313 class BlinkSecurityPolicyViolationEvent { | 7379 class BlinkSecurityPolicyViolationEvent { |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7393 } | 7459 } |
| 7394 | 7460 |
| 7395 class BlinkServiceWorker {} | 7461 class BlinkServiceWorker {} |
| 7396 | 7462 |
| 7397 class BlinkServiceWorkerClient { | 7463 class BlinkServiceWorkerClient { |
| 7398 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter"; | 7464 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter"; |
| 7399 | 7465 |
| 7400 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m
essage, transfer) native "ServiceWorkerClient_postMessage_Callback"; | 7466 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m
essage, transfer) native "ServiceWorkerClient_postMessage_Callback"; |
| 7401 } | 7467 } |
| 7402 | 7468 |
| 7403 class BlinkServiceWorkerClients {} | 7469 class BlinkServiceWorkerClients { |
| 7470 static getServiced_Callback(mthis) native "ServiceWorkerClients_getServiced_Ca
llback"; |
| 7471 } |
| 7404 | 7472 |
| 7405 class BlinkServiceWorkerContainer { | 7473 class BlinkServiceWorkerContainer { |
| 7406 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; | 7474 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; |
| 7407 | 7475 |
| 7408 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett
er"; | 7476 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett
er"; |
| 7409 | 7477 |
| 7410 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett
er"; | 7478 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett
er"; |
| 7411 | 7479 |
| 7480 static ready_Getter(mthis) native "ServiceWorkerContainer_ready_Getter"; |
| 7481 |
| 7412 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; | 7482 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; |
| 7483 |
| 7484 static register_Callback_DOMString_Dictionary(mthis, url, options) native "Ser
viceWorkerContainer_register_Callback_DOMString_Dictionary"; |
| 7485 |
| 7486 static unregister_Callback_DOMString(mthis, scope) native "ServiceWorkerContai
ner_unregister_Callback_DOMString"; |
| 7487 |
| 7488 static unregister_Callback(mthis) native "ServiceWorkerContainer_unregister_Ca
llback"; |
| 7413 } | 7489 } |
| 7414 | 7490 |
| 7415 class BlinkServiceWorkerGlobalScope { | 7491 class BlinkServiceWorkerGlobalScope { |
| 7416 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; | 7492 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; |
| 7417 | 7493 |
| 7418 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache
s_Getter"; | 7494 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache
s_Getter"; |
| 7419 | 7495 |
| 7420 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; | 7496 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; |
| 7497 |
| 7498 static fetch_Callback_DOMString_Dictionary(mthis, request, requestInitDict) na
tive "ServiceWorkerGlobalScope_fetch_Callback_DOMString_Dictionary"; |
| 7499 |
| 7500 static fetch_Callback_Request_Dictionary(mthis, request, requestInitDict) nati
ve "ServiceWorkerGlobalScope_fetch_Callback_Request_Dictionary"; |
| 7421 } | 7501 } |
| 7422 | 7502 |
| 7423 class BlinkServiceWorkerRegistration { | 7503 class BlinkServiceWorkerRegistration { |
| 7424 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter"; | 7504 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter"; |
| 7425 | 7505 |
| 7426 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G
etter"; | 7506 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G
etter"; |
| 7427 | 7507 |
| 7428 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter"; | 7508 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter"; |
| 7429 | 7509 |
| 7430 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter"
; | 7510 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter"
; |
| 7511 |
| 7512 static unregister_Callback(mthis) native "ServiceWorkerRegistration_unregister
_Callback"; |
| 7431 } | 7513 } |
| 7432 | 7514 |
| 7433 class BlinkShadowRoot { | 7515 class BlinkShadowRoot { |
| 7434 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; | 7516 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; |
| 7435 | 7517 |
| 7436 static host_Getter(mthis) native "ShadowRoot_host_Getter"; | 7518 static host_Getter(mthis) native "ShadowRoot_host_Getter"; |
| 7437 | 7519 |
| 7438 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; | 7520 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; |
| 7439 | 7521 |
| 7440 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S
etter"; | 7522 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S
etter"; |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7725 } | 7807 } |
| 7726 | 7808 |
| 7727 class BlinkStorageInfo { | 7809 class BlinkStorageInfo { |
| 7728 static quota_Getter(mthis) native "StorageInfo_quota_Getter"; | 7810 static quota_Getter(mthis) native "StorageInfo_quota_Getter"; |
| 7729 | 7811 |
| 7730 static usage_Getter(mthis) native "StorageInfo_usage_Getter"; | 7812 static usage_Getter(mthis) native "StorageInfo_usage_Getter"; |
| 7731 } | 7813 } |
| 7732 | 7814 |
| 7733 class BlinkStorageQuota { | 7815 class BlinkStorageQuota { |
| 7734 static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter
"; | 7816 static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter
"; |
| 7817 |
| 7818 static queryInfo_Callback_DOMString(mthis, type) native "StorageQuota_queryInf
o_Callback_DOMString"; |
| 7819 |
| 7820 static requestPersistentQuota_Callback_ull(mthis, newQuota) native "StorageQuo
ta_requestPersistentQuota_Callback_unsigned long long"; |
| 7735 } | 7821 } |
| 7736 | 7822 |
| 7737 class BlinkStream { | 7823 class BlinkStream { |
| 7738 static type_Getter(mthis) native "Stream_type_Getter"; | 7824 static type_Getter(mthis) native "Stream_type_Getter"; |
| 7739 } | 7825 } |
| 7740 | 7826 |
| 7741 class BlinkStyleMedia { | 7827 class BlinkStyleMedia { |
| 7742 static type_Getter(mthis) native "StyleMedia_type_Getter"; | 7828 static type_Getter(mthis) native "StyleMedia_type_Getter"; |
| 7743 | 7829 |
| 7744 static matchMedium_Callback_DOMString(mthis, mediaquery) native "StyleMedia_ma
tchMedium_Callback_DOMString"; | 7830 static matchMedium_Callback_DOMString(mthis, mediaquery) native "StyleMedia_ma
tchMedium_Callback_DOMString"; |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7984 static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback"; | 8070 static parentNode_Callback(mthis) native "TreeWalker_parentNode_Callback"; |
| 7985 | 8071 |
| 7986 static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback"; | 8072 static previousNode_Callback(mthis) native "TreeWalker_previousNode_Callback"; |
| 7987 | 8073 |
| 7988 static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Call
back"; | 8074 static previousSibling_Callback(mthis) native "TreeWalker_previousSibling_Call
back"; |
| 7989 } | 8075 } |
| 7990 | 8076 |
| 7991 class BlinkURL { | 8077 class BlinkURL { |
| 7992 static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_cre
ateObjectURL_Callback_Blob"; | 8078 static createObjectURL_Callback_Blob(blob_OR_source_OR_stream) native "URL_cre
ateObjectURL_Callback_Blob"; |
| 7993 | 8079 |
| 8080 static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native "
URL_createObjectURL_Callback_MediaSource"; |
| 8081 |
| 7994 static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "
URL_createObjectURL_Callback_MediaStream"; | 8082 static createObjectURL_Callback_MediaStream(blob_OR_source_OR_stream) native "
URL_createObjectURL_Callback_MediaStream"; |
| 7995 | 8083 |
| 7996 static createObjectURL_Callback_MediaSource(blob_OR_source_OR_stream) native "
URL_createObjectURL_Callback_MediaSource"; | |
| 7997 | |
| 7998 static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Cal
lback_DOMString"; | 8084 static revokeObjectURL_Callback_DOMString(url) native "URL_revokeObjectURL_Cal
lback_DOMString"; |
| 7999 | 8085 |
| 8000 static hash_Getter(mthis) native "URL_hash_Getter"; | 8086 static hash_Getter(mthis) native "URL_hash_Getter"; |
| 8001 | 8087 |
| 8002 static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter"; | 8088 static hash_Setter_DOMString(mthis, value) native "URL_hash_Setter"; |
| 8003 | 8089 |
| 8004 static host_Getter(mthis) native "URL_host_Getter"; | 8090 static host_Getter(mthis) native "URL_host_Getter"; |
| 8005 | 8091 |
| 8006 static host_Setter_DOMString(mthis, value) native "URL_host_Setter"; | 8092 static host_Setter_DOMString(mthis, value) native "URL_host_Setter"; |
| 8007 | 8093 |
| (...skipping 1357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9365 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; | 9451 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba
ck"; |
| 9366 | 9452 |
| 9367 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; | 9453 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; |
| 9368 | 9454 |
| 9369 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; | 9455 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac
k"; |
| 9370 | 9456 |
| 9371 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; | 9457 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; |
| 9372 | 9458 |
| 9373 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; | 9459 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; |
| 9374 } | 9460 } |
| OLD | NEW |