HomeSort by relevance Sort by last modified time
    Searched defs:ServiceWorkerCacheStorageDispatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/renderer/service_worker/
service_worker_cache_storage_dispatcher.h 25 // There is one ServiceWorkerCacheStorageDispatcher per
30 class ServiceWorkerCacheStorageDispatcher
33 explicit ServiceWorkerCacheStorageDispatcher(
35 virtual ~ServiceWorkerCacheStorageDispatcher();
151 base::WeakPtrFactory<ServiceWorkerCacheStorageDispatcher> weak_factory_;
153 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerCacheStorageDispatcher);
service_worker_cache_storage_dispatcher.cc 171 class ServiceWorkerCacheStorageDispatcher::WebCache
174 WebCache(base::WeakPtr<ServiceWorkerCacheStorageDispatcher> dispatcher,
218 const base::WeakPtr<ServiceWorkerCacheStorageDispatcher> dispatcher_;
222 ServiceWorkerCacheStorageDispatcher::ServiceWorkerCacheStorageDispatcher(
227 ServiceWorkerCacheStorageDispatcher::~ServiceWorkerCacheStorageDispatcher() {
240 bool ServiceWorkerCacheStorageDispatcher::OnMessageReceived(
243 IPC_BEGIN_MESSAGE_MAP(ServiceWorkerCacheStorageDispatcher, message)
286 void ServiceWorkerCacheStorageDispatcher::OnCacheStorageGetSuccess
    [all...]

Completed in 55 milliseconds