Home
last modified time | relevance | path

Searched refs:oldNewestCache (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp871 …RefPtr<ApplicationCache> oldNewestCache = (m_newestCache == m_cacheBeingUpdated) ? RefPtr<Applicat… in checkIfLoadIsComplete() local
873 if (cacheStorage().storeNewestCache(this, oldNewestCache.get(), failureReason)) { in checkIfLoadIsComplete()
875 if (oldNewestCache) in checkIfLoadIsComplete()
876 cacheStorage().remove(oldNewestCache.get()); in checkIfLoadIsComplete()
889 if (oldNewestCache) in checkIfLoadIsComplete()
890 setNewestCache(oldNewestCache.release()); in checkIfLoadIsComplete()
903 if (oldNewestCache) { in checkIfLoadIsComplete()
905 setNewestCache(oldNewestCache.release()); in checkIfLoadIsComplete()
927 if (oldNewestCache) { in checkIfLoadIsComplete()
929 setNewestCache(oldNewestCache.release()); in checkIfLoadIsComplete()