Searched refs:SelectCacheForWorker (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dappcache_backend_impl.h39 bool SelectCacheForWorker(int host_id, int parent_process_id,
H A Dappcache_backend_impl.cc79 bool AppCacheBackendImpl::SelectCacheForWorker( function in class:content::AppCacheBackendImpl
85 host->SelectCacheForWorker(parent_process_id, parent_host_id);
H A Dappcache_dispatcher_host.cc113 if (!backend_impl_.SelectCacheForWorker(
H A Dappcache_host.h82 void SelectCacheForWorker(int parent_process_id,
H A Dappcache_host.cc144 void AppCacheHost::SelectCacheForWorker(int parent_process_id, function in class:content::AppCacheHost
H A Dappcache_request_handler_unittest.cc835 worker_host->SelectCacheForWorker(kParentHostId, kMockProcessId);
848 worker_host->SelectCacheForWorker(kNonExsitingHostId, kMockProcessId);
H A Dappcache_host_unittest.cc438 worker_host->SelectCacheForWorker(kParentHostId, kMockProcessId);
/external/chromium_org/content/child/appcache/
H A Dappcache_backend_proxy.cc36 void AppCacheBackendProxy::SelectCacheForWorker( function in class:content::AppCacheBackendProxy
H A Dappcache_backend_proxy.h30 virtual void SelectCacheForWorker(
/external/chromium_org/content/common/
H A Dappcache_interfaces.h146 virtual void SelectCacheForWorker(

Completed in 146 milliseconds