Searched refs:dispatchGet (Results 1 – 4 of 4) sorted by relevance
34 virtual void dispatchGet(CacheStorageWithCacheCallbacks*, const WebString& cacheName) = 0;
81 virtual void dispatchGet(CacheStorageWithCacheCallbacks* callbacks,
460 void ServiceWorkerCacheStorageDispatcher::dispatchGet( in dispatchGet() function in content::ServiceWorkerCacheStorageDispatcher
163 … m_webCacheStorage->dispatchGet(new WithCacheCallbacks(cacheName, this, resolver), cacheName); in get()