Searched defs:WebCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/public/web/
H A DWebCache.h39 class WebCache { class in namespace:blink
86 WebCache(); // Not intended to be instanced.
/external/chromium_org/content/renderer/service_worker/
H A Dservice_worker_cache_storage_dispatcher.cc167 // The WebCache object is the Chromium side implementation of the Blink
171 class ServiceWorkerCacheStorageDispatcher::WebCache class in class:content::ServiceWorkerCacheStorageDispatcher
174 WebCache(base::WeakPtr<ServiceWorkerCacheStorageDispatcher> dispatcher, function in class:content::ServiceWorkerCacheStorageDispatcher::WebCache
179 virtual ~WebCache() {
289 WebCache* web_cache = new WebCache(weak_factory_.GetWeakPtr(), cache_id);
306 WebCache* web_cache = new WebCache(weak_factory_.GetWeakPtr(), cache_id);

Completed in 281 milliseconds