Home
last modified time | relevance | path

Searched refs:ServiceWorkerScriptCacheMap (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/content/browser/service_worker/
Dservice_worker_script_cache_map.cc15 ServiceWorkerScriptCacheMap::ServiceWorkerScriptCacheMap( in ServiceWorkerScriptCacheMap() function in content::ServiceWorkerScriptCacheMap
23 ServiceWorkerScriptCacheMap::~ServiceWorkerScriptCacheMap() { in ~ServiceWorkerScriptCacheMap()
26 int64 ServiceWorkerScriptCacheMap::Lookup(const GURL& url) { in Lookup()
33 void ServiceWorkerScriptCacheMap::NotifyStartedCaching( in NotifyStartedCaching()
41 void ServiceWorkerScriptCacheMap::NotifyFinishedCaching( in NotifyFinishedCaching()
52 void ServiceWorkerScriptCacheMap::GetResources( in GetResources()
62 void ServiceWorkerScriptCacheMap::SetResources( in SetResources()
Dservice_worker_script_cache_map.h24 class ServiceWorkerScriptCacheMap {
47 ServiceWorkerScriptCacheMap(
50 ~ServiceWorkerScriptCacheMap();
57 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerScriptCacheMap);
Dservice_worker_version.h209 ServiceWorkerScriptCacheMap* script_cache_map() { return &script_cache_map_; } in NON_EXPORTED_BASE()
278 ServiceWorkerScriptCacheMap script_cache_map_; in NON_EXPORTED_BASE()