Searched refs:dispatchCreate (Results 1 – 4 of 4) sorted by relevance
36 virtual void dispatchCreate(CacheStorageWithCacheCallbacks*, const WebString& cacheName) = 0;
85 virtual void dispatchCreate(CacheStorageWithCacheCallbacks* callbacks,
476 void ServiceWorkerCacheStorageDispatcher::dispatchCreate( in dispatchCreate() function in content::ServiceWorkerCacheStorageDispatcher
194 … m_webCacheStorage->dispatchCreate(new WithCacheCallbacks(cacheName, this, resolver), cacheName); in createFunction()