Searched refs:swapCache (Results 1 – 8 of 8) sorted by relevance
77 void ApplicationCache::swapCache(ExceptionState& exceptionState) in swapCache() function in WebCore::ApplicationCache80 if (!cacheHost || !cacheHost->swapCache()) in swapCache()
54 void swapCache(ExceptionState&);
124 bool swapCache();
39 [RaisesException] void swapCache();
230 bool ApplicationCacheHost::swapCache() in swapCache() function in WebCore::ApplicationCacheHost232 bool success = m_internal ? m_internal->m_outerHost->swapCache() : false; in swapCache()
94 virtual bool swapCache() { return false; } in swapCache() function
59 virtual bool swapCache(); in NON_EXPORTED_BASE()
293 bool WebApplicationCacheHostImpl::swapCache() { in swapCache() function in content::WebApplicationCacheHostImpl