OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectCacheForSharedWorker
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/worker/
worker_webapplicationcachehost_impl.cc
17
backend()->
SelectCacheForSharedWorker
(host_id(),
/external/chromium_org/content/child/appcache/
appcache_backend_proxy.h
34
virtual void
SelectCacheForSharedWorker
(
appcache_backend_proxy.cc
43
void AppCacheBackendProxy::
SelectCacheForSharedWorker
(
/external/chromium_org/webkit/browser/appcache/
appcache_backend_impl.h
41
bool
SelectCacheForSharedWorker
(int host_id, int64 appcache_id);
appcache_backend_impl.cc
89
bool AppCacheBackendImpl::
SelectCacheForSharedWorker
(
95
host->
SelectCacheForSharedWorker
(appcache_id);
appcache_host.h
67
void
SelectCacheForSharedWorker
(int64 appcache_id);
appcache_host.cc
150
void AppCacheHost::
SelectCacheForSharedWorker
(int64 appcache_id) {
/external/chromium_org/webkit/common/appcache/
appcache_interfaces.h
154
virtual void
SelectCacheForSharedWorker
(
/external/chromium_org/content/browser/appcache/
appcache_dispatcher_host.cc
125
if (!backend_impl_.
SelectCacheForSharedWorker
(host_id, appcache_id))
Completed in 42 milliseconds