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

/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.h41 bool SelectCacheForSharedWorker(int host_id, int64 appcache_id);
H A Dappcache_backend_impl.cc89 bool AppCacheBackendImpl::SelectCacheForSharedWorker( function in class:content::AppCacheBackendImpl
95 host->SelectCacheForSharedWorker(appcache_id);
H A Dappcache_dispatcher_host.cc125 if (!backend_impl_.SelectCacheForSharedWorker(host_id, appcache_id))
H A Dappcache_host.h84 void SelectCacheForSharedWorker(int64 appcache_id);
H A Dappcache_host.cc156 void AppCacheHost::SelectCacheForSharedWorker(int64 appcache_id) { function in class:content::AppCacheHost
/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc43 void AppCacheBackendProxy::SelectCacheForSharedWorker( function in class:content::AppCacheBackendProxy
H A Dappcache_backend_proxy.h34 virtual void SelectCacheForSharedWorker(
/external/chromium_org/content/common/
H A Dappcache_interfaces.h150 virtual void SelectCacheForSharedWorker(
/external/chromium_org/content/renderer/shared_worker/
H A Dembedded_shared_worker_stub.cc140 app_cache_host_->backend()->SelectCacheForSharedWorker(

Completed in 127 milliseconds