Home
last modified time | relevance | path

Searched refs:get_callbacks_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/content/renderer/service_worker/
Dservice_worker_cache_storage_dispatcher.cc228 ClearCallbacksMapWithErrors(&get_callbacks_); in ~ServiceWorkerCacheStorageDispatcher()
291 CacheStorageWithCacheCallbacks* callbacks = get_callbacks_.Lookup(request_id); in OnCacheStorageGetSuccess()
293 get_callbacks_.Remove(request_id); in OnCacheStorageGetSuccess()
337 get_callbacks_.Lookup(request_id); in OnCacheStorageGetError()
339 get_callbacks_.Remove(request_id); in OnCacheStorageGetError()
463 int request_id = get_callbacks_.Add(callbacks); in dispatchGet()
Dservice_worker_cache_storage_dispatcher.h135 WithCacheCallbacksMap get_callbacks_; variable