Home
last modified time | relevance | path

Searched refs:SelectCacheForSharedWorker (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_backend_impl.cc89 bool AppCacheBackendImpl::SelectCacheForSharedWorker( in SelectCacheForSharedWorker() function in appcache::AppCacheBackendImpl
95 host->SelectCacheForSharedWorker(appcache_id); in SelectCacheForSharedWorker()
Dappcache_backend_impl.h41 bool SelectCacheForSharedWorker(int host_id, int64 appcache_id);
Dappcache_host.h67 void SelectCacheForSharedWorker(int64 appcache_id);
Dappcache_host.cc150 void AppCacheHost::SelectCacheForSharedWorker(int64 appcache_id) { in SelectCacheForSharedWorker() function in appcache::AppCacheHost
/external/chromium_org/content/worker/
Dworker_webapplicationcachehost_impl.cc17 backend()->SelectCacheForSharedWorker(host_id(), in WorkerWebApplicationCacheHostImpl()
/external/chromium_org/content/child/appcache/
Dappcache_backend_proxy.h34 virtual void SelectCacheForSharedWorker(
Dappcache_backend_proxy.cc43 void AppCacheBackendProxy::SelectCacheForSharedWorker( in SelectCacheForSharedWorker() function in content::AppCacheBackendProxy
/external/chromium_org/webkit/common/appcache/
Dappcache_interfaces.h154 virtual void SelectCacheForSharedWorker(
/external/chromium_org/content/browser/appcache/
Dappcache_dispatcher_host.cc125 if (!backend_impl_.SelectCacheForSharedWorker(host_id, appcache_id)) in OnSelectCacheForSharedWorker()