HomeSort by relevance Sort by last modified time
    Searched refs:ServiceWorkerScriptCacheMap (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/service_worker/
service_worker_script_cache_map.cc 15 ServiceWorkerScriptCacheMap::ServiceWorkerScriptCacheMap(
22 ServiceWorkerScriptCacheMap::~ServiceWorkerScriptCacheMap() {
25 int64 ServiceWorkerScriptCacheMap::Lookup(const GURL& url) {
32 void ServiceWorkerScriptCacheMap::NotifyStartedCaching(
41 void ServiceWorkerScriptCacheMap::NotifyFinishedCaching(
54 void ServiceWorkerScriptCacheMap::GetResources(
64 void ServiceWorkerScriptCacheMap::SetResources(
service_worker_script_cache_map.h 26 class CONTENT_EXPORT ServiceWorkerScriptCacheMap {
55 ServiceWorkerScriptCacheMap(
58 ~ServiceWorkerScriptCacheMap();
65 DISALLOW_COPY_AND_ASSIGN(ServiceWorkerScriptCacheMap);
service_worker_version.h 213 ServiceWorkerScriptCacheMap* script_cache_map() { return &script_cache_map_; }
293 ServiceWorkerScriptCacheMap script_cache_map_;

Completed in 147 milliseconds