Searched refs:SelectCacheForSharedWorker (Results 1 – 9 of 9) sorted by relevance
89 bool AppCacheBackendImpl::SelectCacheForSharedWorker( in SelectCacheForSharedWorker() function in appcache::AppCacheBackendImpl95 host->SelectCacheForSharedWorker(appcache_id); in SelectCacheForSharedWorker()
41 bool SelectCacheForSharedWorker(int host_id, int64 appcache_id);
67 void SelectCacheForSharedWorker(int64 appcache_id);
150 void AppCacheHost::SelectCacheForSharedWorker(int64 appcache_id) { in SelectCacheForSharedWorker() function in appcache::AppCacheHost
17 backend()->SelectCacheForSharedWorker(host_id(), in WorkerWebApplicationCacheHostImpl()
34 virtual void SelectCacheForSharedWorker(
43 void AppCacheBackendProxy::SelectCacheForSharedWorker( in SelectCacheForSharedWorker() function in content::AppCacheBackendProxy
154 virtual void SelectCacheForSharedWorker(
125 if (!backend_impl_.SelectCacheForSharedWorker(host_id, appcache_id)) in OnSelectCacheForSharedWorker()