Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/service_worker/
Dservice_worker_cache_storage_dispatcher.cc236 ClearCallbacksMapWithErrors(&cache_keys_callbacks_); in ~ServiceWorkerCacheStorageDispatcher()
404 cache_keys_callbacks_.Lookup(request_id); in OnCacheKeysSuccess()
409 cache_keys_callbacks_.Remove(request_id); in OnCacheKeysSuccess()
446 cache_keys_callbacks_.Lookup(request_id); in OnCacheKeysError()
448 cache_keys_callbacks_.Remove(request_id); in OnCacheKeysError()
530 int request_id = cache_keys_callbacks_.Add(callbacks); in dispatchKeysForCache()
Dservice_worker_cache_storage_dispatcher.h148 WithRequestsCallbacksMap cache_keys_callbacks_; variable