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

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

Issue 661603003: Revert "Stop suppressing generation of bindings with Promise. Add some tests for DOM APIs that answ… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.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 // 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
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 }
768 758
769 class BlinkCanvas2DContextAttributes { 759 class BlinkCanvas2DContextAttributes {
770 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter"; 760 static alpha_Getter(mthis) native "Canvas2DContextAttributes_alpha_Getter";
771 761
772 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al pha_Setter"; 762 static alpha_Setter_boolean(mthis, value) native "Canvas2DContextAttributes_al pha_Setter";
773 763
774 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter" ; 764 static storage_Getter(mthis) native "Canvas2DContextAttributes_storage_Getter" ;
775 765
776 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute s_storage_Setter"; 766 static storage_Setter_DOMString(mthis, value) native "Canvas2DContextAttribute s_storage_Setter";
777 } 767 }
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
1183 class BlinkCounter {} 1173 class BlinkCounter {}
1184 1174
1185 class BlinkCredential { 1175 class BlinkCredential {
1186 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter"; 1176 static avatarURL_Getter(mthis) native "Credential_avatarURL_Getter";
1187 1177
1188 static id_Getter(mthis) native "Credential_id_Getter"; 1178 static id_Getter(mthis) native "Credential_id_Getter";
1189 1179
1190 static name_Getter(mthis) native "Credential_name_Getter"; 1180 static name_Getter(mthis) native "Credential_name_Getter";
1191 } 1181 }
1192 1182
1193 class BlinkCredentialsContainer { 1183 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 }
1206 1184
1207 class BlinkCrypto { 1185 class BlinkCrypto {
1208 static subtle_Getter(mthis) native "Crypto_subtle_Getter"; 1186 static subtle_Getter(mthis) native "Crypto_subtle_Getter";
1209 1187
1210 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g etRandomValues_Callback"; 1188 static getRandomValues_Callback_ArrayBufferView(mthis, array) native "Crypto_g etRandomValues_Callback";
1211 } 1189 }
1212 1190
1213 class BlinkCryptoKey { 1191 class BlinkCryptoKey {
1214 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter"; 1192 static algorithm_Getter(mthis) native "CryptoKey_algorithm_Getter";
1215 1193
(...skipping 923 matching lines...) Expand 10 before | Expand all | Expand 10 after
2139 2117
2140 static close_Callback(mthis) native "EventSource_close_Callback"; 2118 static close_Callback(mthis) native "EventSource_close_Callback";
2141 } 2119 }
2142 2120
2143 class BlinkFederatedCredential { 2121 class BlinkFederatedCredential {
2144 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a vatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_ DOMString_DOMString_DOMString"; 2122 static constructorCallback_DOMString_DOMString_DOMString_DOMString(id, name, a vatarURL, federation) native "FederatedCredential_constructorCallback_DOMString_ DOMString_DOMString_DOMString";
2145 2123
2146 static federation_Getter(mthis) native "FederatedCredential_federation_Getter" ; 2124 static federation_Getter(mthis) native "FederatedCredential_federation_Getter" ;
2147 } 2125 }
2148 2126
2149 class BlinkFetchBodyStream { 2127 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 }
2158 2128
2159 class BlinkFetchEvent { 2129 class BlinkFetchEvent {
2160 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter"; 2130 static isReload_Getter(mthis) native "FetchEvent_isReload_Getter";
2161 2131
2162 static request_Getter(mthis) native "FetchEvent_request_Getter"; 2132 static request_Getter(mthis) native "FetchEvent_request_Getter";
2163 2133
2164 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo ndWith_Callback_ScriptValue"; 2134 static respondWith_Callback_ScriptValue(mthis, value) native "FetchEvent_respo ndWith_Callback_ScriptValue";
2165 } 2135 }
2166 2136
2167 class BlinkFile { 2137 class BlinkFile {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, de scriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary "; 2226 static constructorCallback_DOMString_ArrayBuffer_Dictionary(family, source, de scriptors) native "FontFace_constructorCallback_DOMString_ArrayBuffer_Dictionary ";
2257 2227
2258 static family_Getter(mthis) native "FontFace_family_Getter"; 2228 static family_Getter(mthis) native "FontFace_family_Getter";
2259 2229
2260 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter"; 2230 static family_Setter_DOMString(mthis, value) native "FontFace_family_Setter";
2261 2231
2262 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter"; 2232 static featureSettings_Getter(mthis) native "FontFace_featureSettings_Getter";
2263 2233
2264 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature Settings_Setter"; 2234 static featureSettings_Setter_DOMString(mthis, value) native "FontFace_feature Settings_Setter";
2265 2235
2266 static loaded_Getter(mthis) native "FontFace_loaded_Getter";
2267
2268 static status_Getter(mthis) native "FontFace_status_Getter"; 2236 static status_Getter(mthis) native "FontFace_status_Getter";
2269 2237
2270 static stretch_Getter(mthis) native "FontFace_stretch_Getter"; 2238 static stretch_Getter(mthis) native "FontFace_stretch_Getter";
2271 2239
2272 static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter" ; 2240 static stretch_Setter_DOMString(mthis, value) native "FontFace_stretch_Setter" ;
2273 2241
2274 static style_Getter(mthis) native "FontFace_style_Getter"; 2242 static style_Getter(mthis) native "FontFace_style_Getter";
2275 2243
2276 static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter"; 2244 static style_Setter_DOMString(mthis, value) native "FontFace_style_Setter";
2277 2245
2278 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter"; 2246 static unicodeRange_Getter(mthis) native "FontFace_unicodeRange_Getter";
2279 2247
2280 static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRan ge_Setter"; 2248 static unicodeRange_Setter_DOMString(mthis, value) native "FontFace_unicodeRan ge_Setter";
2281 2249
2282 static variant_Getter(mthis) native "FontFace_variant_Getter"; 2250 static variant_Getter(mthis) native "FontFace_variant_Getter";
2283 2251
2284 static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter" ; 2252 static variant_Setter_DOMString(mthis, value) native "FontFace_variant_Setter" ;
2285 2253
2286 static weight_Getter(mthis) native "FontFace_weight_Getter"; 2254 static weight_Getter(mthis) native "FontFace_weight_Getter";
2287 2255
2288 static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter"; 2256 static weight_Setter_DOMString(mthis, value) native "FontFace_weight_Setter";
2289
2290 static load_Callback(mthis) native "FontFace_load_Callback";
2291 } 2257 }
2292 2258
2293 class BlinkFontFaceSet { 2259 class BlinkFontFaceSet {
2294 static size_Getter(mthis) native "FontFaceSet_size_Getter"; 2260 static size_Getter(mthis) native "FontFaceSet_size_Getter";
2295 2261
2296 static status_Getter(mthis) native "FontFaceSet_status_Getter"; 2262 static status_Getter(mthis) native "FontFaceSet_status_Getter";
2297 2263
2298 static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback _FontFace"; 2264 static add_Callback_FontFace(mthis, fontFace) native "FontFaceSet_add_Callback _FontFace";
2299 2265
2300 static check_Callback_DOMString_DOMString(mthis, font, text) native "FontFaceS et_check_Callback_DOMString_DOMString"; 2266 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
2351 2317
2352 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter"; 2318 static gamepad_Getter(mthis) native "GamepadEvent_gamepad_Getter";
2353 } 2319 }
2354 2320
2355 class BlinkGamepadList { 2321 class BlinkGamepadList {
2356 static length_Getter(mthis) native "GamepadList_length_Getter"; 2322 static length_Getter(mthis) native "GamepadList_length_Getter";
2357 2323
2358 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign ed long"; 2324 static item_Callback_ul(mthis, index) native "GamepadList_item_Callback_unsign ed long";
2359 } 2325 }
2360 2326
2361 class BlinkGeofencing { 2327 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 }
2368 2328
2369 class BlinkGeolocation { 2329 class BlinkGeolocation {
2370 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch _Callback_long"; 2330 static clearWatch_Callback_long(mthis, watchID) native "Geolocation_clearWatch _Callback_long";
2371 2331
2372 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dict ionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCu rrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary"; 2332 static getCurrentPosition_Callback_PositionCallback_PositionErrorCallback_Dict ionary(mthis, successCallback, errorCallback, options) native "Geolocation_getCu rrentPosition_Callback_PositionCallback_PositionErrorCallback_Dictionary";
2373 2333
2374 static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionar y(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosit ion_Callback_PositionCallback_PositionErrorCallback_Dictionary"; 2334 static watchPosition_Callback_PositionCallback_PositionErrorCallback_Dictionar y(mthis, successCallback, errorCallback, options) native "Geolocation_watchPosit ion_Callback_PositionCallback_PositionErrorCallback_Dictionary";
2375 } 2335 }
2376 2336
2377 class BlinkGeoposition { 2337 class BlinkGeoposition {
(...skipping 1924 matching lines...) Expand 10 before | Expand all | Expand 10 after
4302 static target_Getter(mthis) native "InputMethodContext_target_Getter"; 4262 static target_Getter(mthis) native "InputMethodContext_target_Getter";
4303 4263
4304 static confirmComposition_Callback(mthis) native "InputMethodContext_confirmCo mposition_Callback"; 4264 static confirmComposition_Callback(mthis) native "InputMethodContext_confirmCo mposition_Callback";
4305 } 4265 }
4306 4266
4307 class BlinkInstallPhaseEvent { 4267 class BlinkInstallPhaseEvent {
4308 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_ waitUntil_Callback_ScriptValue"; 4268 static waitUntil_Callback_ScriptValue(mthis, value) native "InstallPhaseEvent_ waitUntil_Callback_ScriptValue";
4309 } 4269 }
4310 4270
4311 class BlinkInstallEvent { 4271 class BlinkInstallEvent {
4312 static reloadAll_Callback(mthis) native "InstallEvent_reloadAll_Callback";
4313
4314 static replace_Callback(mthis) native "InstallEvent_replace_Callback"; 4272 static replace_Callback(mthis) native "InstallEvent_replace_Callback";
4315 } 4273 }
4316 4274
4317 class BlinkKeyboardEvent { 4275 class BlinkKeyboardEvent {
4318 static constructorCallback(type, options) native "KeyboardEvent_constructorCal lback"; 4276 static constructorCallback(type, options) native "KeyboardEvent_constructorCal lback";
4319 4277
4320 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter"; 4278 static altKey_Getter(mthis) native "KeyboardEvent_altKey_Getter";
4321 4279
4322 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter"; 4280 static ctrlKey_Getter(mthis) native "KeyboardEvent_ctrlKey_Getter";
4323 4281
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
4526 4484
4527 class BlinkMediaKeyNeededEvent { 4485 class BlinkMediaKeyNeededEvent {
4528 static constructorCallback(type, options) native "MediaKeyNeededEvent_construc torCallback"; 4486 static constructorCallback(type, options) native "MediaKeyNeededEvent_construc torCallback";
4529 4487
4530 static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gette r"; 4488 static contentType_Getter(mthis) native "MediaKeyNeededEvent_contentType_Gette r";
4531 4489
4532 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter"; 4490 static initData_Getter(mthis) native "MediaKeyNeededEvent_initData_Getter";
4533 } 4491 }
4534 4492
4535 class BlinkMediaKeySession { 4493 class BlinkMediaKeySession {
4536 static closed_Getter(mthis) native "MediaKeySession_closed_Getter";
4537
4538 static error_Getter(mthis) native "MediaKeySession_error_Getter"; 4494 static error_Getter(mthis) native "MediaKeySession_error_Getter";
4539 4495
4540 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter"; 4496 static keySystem_Getter(mthis) native "MediaKeySession_keySystem_Getter";
4541 4497
4542 static sessionId_Getter(mthis) native "MediaKeySession_sessionId_Getter"; 4498 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";
4549 } 4499 }
4550 4500
4551 class BlinkMediaKeys { 4501 class BlinkMediaKeys {
4552 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter"; 4502 static keySystem_Getter(mthis) native "MediaKeys_keySystem_Getter";
4553 4503
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
4564 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString"; 4504 static isTypeSupported_Callback_DOMString_DOMString(keySystem, contentType) na tive "MediaKeys_isTypeSupported_Callback_DOMString_DOMString";
4565 } 4505 }
4566 4506
4567 class BlinkMediaList { 4507 class BlinkMediaList {
4568 static length_Getter(mthis) native "MediaList_length_Getter"; 4508 static length_Getter(mthis) native "MediaList_length_Getter";
4569 4509
4570 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter"; 4510 static mediaText_Getter(mthis) native "MediaList_mediaText_Getter";
4571 4511
4572 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se tter"; 4512 static mediaText_Setter_DOMString(mthis, value) native "MediaList_mediaText_Se tter";
4573 4513
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
4894 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter"; 4834 static storageQuota_Getter(mthis) native "Navigator_storageQuota_Getter";
4895 4835
4896 static vendor_Getter(mthis) native "Navigator_vendor_Getter"; 4836 static vendor_Getter(mthis) native "Navigator_vendor_Getter";
4897 4837
4898 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter"; 4838 static vendorSub_Getter(mthis) native "Navigator_vendorSub_Getter";
4899 4839
4900 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten tStorage_Getter"; 4840 static webkitPersistentStorage_Getter(mthis) native "Navigator_webkitPersisten tStorage_Getter";
4901 4841
4902 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS torage_Getter"; 4842 static webkitTemporaryStorage_Getter(mthis) native "Navigator_webkitTemporaryS torage_Getter";
4903 4843
4904 static getBattery_Callback(mthis) native "Navigator_getBattery_Callback";
4905
4906 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback"; 4844 static getGamepads_Callback(mthis) native "Navigator_getGamepads_Callback";
4907 4845
4908 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C allback"; 4846 static getStorageUpdates_Callback(mthis) native "Navigator_getStorageUpdates_C allback";
4909 4847
4910 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString "; 4848 static isProtocolHandlerRegistered_Callback_DOMString_DOMString(mthis, scheme, url) native "Navigator_isProtocolHandlerRegistered_Callback_DOMString_DOMString ";
4911 4849
4912 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_ DOMString_DOMString"; 4850 static registerProtocolHandler_Callback_DOMString_DOMString_DOMString(mthis, s cheme, url, title) native "Navigator_registerProtocolHandler_Callback_DOMString_ DOMString_DOMString";
4913 4851
4914 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig ator_sendBeacon_Callback_DOMString_DOMString"; 4852 static sendBeacon_Callback_DOMString_DOMString(mthis, url, data) native "Navig ator_sendBeacon_Callback_DOMString_DOMString";
4915 4853
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
5321 5259
5322 static total_Getter(mthis) native "ProgressEvent_total_Getter"; 5260 static total_Getter(mthis) native "ProgressEvent_total_Getter";
5323 } 5261 }
5324 5262
5325 class BlinkPushEvent { 5263 class BlinkPushEvent {
5326 static constructorCallback(type, options) native "PushEvent_constructorCallbac k"; 5264 static constructorCallback(type, options) native "PushEvent_constructorCallbac k";
5327 5265
5328 static data_Getter(mthis) native "PushEvent_data_Getter"; 5266 static data_Getter(mthis) native "PushEvent_data_Getter";
5329 } 5267 }
5330 5268
5331 class BlinkPushManager { 5269 class BlinkPushManager {}
5332 static register_Callback_DOMString(mthis, senderId) native "PushManager_regist er_Callback_DOMString";
5333 }
5334 5270
5335 class BlinkPushRegistration { 5271 class BlinkPushRegistration {
5336 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter "; 5272 static pushEndpoint_Getter(mthis) native "PushRegistration_pushEndpoint_Getter ";
5337 5273
5338 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat ionId_Getter"; 5274 static pushRegistrationId_Getter(mthis) native "PushRegistration_pushRegistrat ionId_Getter";
5339 } 5275 }
5340 5276
5341 class BlinkRGBColor {} 5277 class BlinkRGBColor {}
5342 5278
5343 class BlinkRTCDTMFSender { 5279 class BlinkRTCDTMFSender {
(...skipping 2016 matching lines...) Expand 10 before | Expand all | Expand 10 after
7360 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter"; 7296 static pixelDepth_Getter(mthis) native "Screen_pixelDepth_Getter";
7361 7297
7362 static width_Getter(mthis) native "Screen_width_Getter"; 7298 static width_Getter(mthis) native "Screen_width_Getter";
7363 } 7299 }
7364 7300
7365 class BlinkScreenOrientation { 7301 class BlinkScreenOrientation {
7366 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter"; 7302 static angle_Getter(mthis) native "ScreenOrientation_angle_Getter";
7367 7303
7368 static type_Getter(mthis) native "ScreenOrientation_type_Getter"; 7304 static type_Getter(mthis) native "ScreenOrientation_type_Getter";
7369 7305
7370 static lock_Callback_DOMString(mthis, orientation) native "ScreenOrientation_l ock_Callback_DOMString";
7371
7372 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback"; 7306 static unlock_Callback(mthis) native "ScreenOrientation_unlock_Callback";
7373 } 7307 }
7374 7308
7375 class BlinkScriptProcessorNode { 7309 class BlinkScriptProcessorNode {
7376 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter" ; 7310 static bufferSize_Getter(mthis) native "ScriptProcessorNode_bufferSize_Getter" ;
7377 7311
7378 static setEventListener_Callback_EventListener(mthis, eventListener) native "S criptProcessorNode_setEventListener_Callback"; 7312 static setEventListener_Callback_EventListener(mthis, eventListener) native "S criptProcessorNode_setEventListener_Callback";
7379 } 7313 }
7380 7314
7381 class BlinkSecurityPolicyViolationEvent { 7315 class BlinkSecurityPolicyViolationEvent {
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
7461 } 7395 }
7462 7396
7463 class BlinkServiceWorker {} 7397 class BlinkServiceWorker {}
7464 7398
7465 class BlinkServiceWorkerClient { 7399 class BlinkServiceWorkerClient {
7466 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter"; 7400 static id_Getter(mthis) native "ServiceWorkerClient_id_Getter";
7467 7401
7468 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m essage, transfer) native "ServiceWorkerClient_postMessage_Callback"; 7402 static postMessage_Callback_SerializedScriptValue_SEQ_MessagePort_SEQ(mthis, m essage, transfer) native "ServiceWorkerClient_postMessage_Callback";
7469 } 7403 }
7470 7404
7471 class BlinkServiceWorkerClients { 7405 class BlinkServiceWorkerClients {}
7472 static getServiced_Callback(mthis) native "ServiceWorkerClients_getServiced_Ca llback";
7473 }
7474 7406
7475 class BlinkServiceWorkerContainer { 7407 class BlinkServiceWorkerContainer {
7476 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter"; 7408 static active_Getter(mthis) native "ServiceWorkerContainer_active_Getter";
7477 7409
7478 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett er"; 7410 static controller_Getter(mthis) native "ServiceWorkerContainer_controller_Gett er";
7479 7411
7480 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett er"; 7412 static installing_Getter(mthis) native "ServiceWorkerContainer_installing_Gett er";
7481 7413
7482 static ready_Getter(mthis) native "ServiceWorkerContainer_ready_Getter";
7483
7484 static waiting_Getter(mthis) native "ServiceWorkerContainer_waiting_Getter"; 7414 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";
7491 } 7415 }
7492 7416
7493 class BlinkServiceWorkerGlobalScope { 7417 class BlinkServiceWorkerGlobalScope {
7494 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter"; 7418 static clients_Getter(mthis) native "ServiceWorkerGlobalScope_clients_Getter";
7495 7419
7496 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache s_Getter"; 7420 static nativeCaches_Getter(mthis) native "ServiceWorkerGlobalScope_nativeCache s_Getter";
7497 7421
7498 static scope_Getter(mthis) native "ServiceWorkerGlobalScope_scope_Getter"; 7422 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";
7503 } 7423 }
7504 7424
7505 class BlinkServiceWorkerRegistration { 7425 class BlinkServiceWorkerRegistration {
7506 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter"; 7426 static active_Getter(mthis) native "ServiceWorkerRegistration_active_Getter";
7507 7427
7508 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G etter"; 7428 static installing_Getter(mthis) native "ServiceWorkerRegistration_installing_G etter";
7509 7429
7510 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter"; 7430 static scope_Getter(mthis) native "ServiceWorkerRegistration_scope_Getter";
7511 7431
7512 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter" ; 7432 static waiting_Getter(mthis) native "ServiceWorkerRegistration_waiting_Getter" ;
7513
7514 static unregister_Callback(mthis) native "ServiceWorkerRegistration_unregister _Callback";
7515 } 7433 }
7516 7434
7517 class BlinkShadowRoot { 7435 class BlinkShadowRoot {
7518 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter"; 7436 static activeElement_Getter(mthis) native "ShadowRoot_activeElement_Getter";
7519 7437
7520 static host_Getter(mthis) native "ShadowRoot_host_Getter"; 7438 static host_Getter(mthis) native "ShadowRoot_host_Getter";
7521 7439
7522 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter"; 7440 static innerHTML_Getter(mthis) native "ShadowRoot_innerHTML_Getter";
7523 7441
7524 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S etter"; 7442 static innerHTML_Setter_DOMString(mthis, value) native "ShadowRoot_innerHTML_S etter";
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
7809 } 7727 }
7810 7728
7811 class BlinkStorageInfo { 7729 class BlinkStorageInfo {
7812 static quota_Getter(mthis) native "StorageInfo_quota_Getter"; 7730 static quota_Getter(mthis) native "StorageInfo_quota_Getter";
7813 7731
7814 static usage_Getter(mthis) native "StorageInfo_usage_Getter"; 7732 static usage_Getter(mthis) native "StorageInfo_usage_Getter";
7815 } 7733 }
7816 7734
7817 class BlinkStorageQuota { 7735 class BlinkStorageQuota {
7818 static supportedTypes_Getter(mthis) native "StorageQuota_supportedTypes_Getter "; 7736 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";
7823 } 7737 }
7824 7738
7825 class BlinkStream { 7739 class BlinkStream {
7826 static type_Getter(mthis) native "Stream_type_Getter"; 7740 static type_Getter(mthis) native "Stream_type_Getter";
7827 } 7741 }
7828 7742
7829 class BlinkStyleMedia { 7743 class BlinkStyleMedia {
7830 static type_Getter(mthis) native "StyleMedia_type_Getter"; 7744 static type_Getter(mthis) native "StyleMedia_type_Getter";
7831 7745
7832 static matchMedium_Callback_DOMString(mthis, mediaquery) native "StyleMedia_ma tchMedium_Callback_DOMString"; 7746 static matchMedium_Callback_DOMString(mthis, mediaquery) native "StyleMedia_ma tchMedium_Callback_DOMString";
(...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
9155 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba ck"; 9069 static containsKey(_DOMStringMap, key) native "DOMStringMap_containsKey_Callba ck";
9156 9070
9157 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback"; 9071 static item(_DOMStringMap, key) native "DOMStringMap_item_Callback";
9158 9072
9159 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac k"; 9073 static setItem(_DOMStringMap, key, value) native "DOMStringMap_setItem_Callbac k";
9160 9074
9161 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback"; 9075 static remove(_DOMStringMap, key) native "DOMStringMap_remove_Callback";
9162 9076
9163 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback"; 9077 static get_keys(_DOMStringMap) native "DOMStringMap_getKeys_Callback";
9164 } 9078 }
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698