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()
58 void swapCache(ExceptionState&);
240 bool ApplicationCacheHost::swapCache() in swapCache() function in WebCore::ApplicationCacheHost242 bool success = m_host ? m_host->swapCache() : false; in swapCache()
124 bool swapCache();
40 [RaisesException] void swapCache();
104 virtual bool swapCache() { return false; } in swapCache() function
53 virtual bool swapCache(); in NON_EXPORTED_BASE()
288 bool WebApplicationCacheHostImpl::swapCache() { in swapCache() function in content::WebApplicationCacheHostImpl