OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SwapCache
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/child/appcache/
appcache_backend_proxy.h
43
virtual bool
SwapCache
(int host_id) OVERRIDE;
appcache_backend_proxy.cc
69
bool AppCacheBackendProxy::
SwapCache
(int host_id) {
web_application_cache_host_impl.cc
286
bool WebApplicationCacheHostImpl::
swapCache
() {
287
if (!backend_->
SwapCache
(host_id_))
/external/chromium_org/content/common/
appcache_interfaces.h
157
virtual bool
SwapCache
(int host_id) = 0;
Completed in 920 milliseconds