Home
last modified time | relevance | path

Searched defs:swapCache (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DApplicationCache.cpp77 void ApplicationCache::swapCache(ExceptionState& exceptionState) in swapCache() function in WebCore::ApplicationCache
DApplicationCacheHost.cpp240 bool ApplicationCacheHost::swapCache() in swapCache() function in WebCore::ApplicationCacheHost
/external/chromium_org/content/child/appcache/
Dweb_application_cache_host_impl.cc288 bool WebApplicationCacheHostImpl::swapCache() { in swapCache() function in content::WebApplicationCacheHostImpl
/external/chromium_org/third_party/WebKit/public/platform/
DWebApplicationCacheHost.h104 virtual bool swapCache() { return false; } in swapCache() function