Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp396 void ApplicationCacheGroup::setNewestCache(PassRefPtr<ApplicationCache> newestCache) in setNewestCache() function in WebCore::ApplicationCacheGroup
872 setNewestCache(m_cacheBeingUpdated.release()); in checkIfLoadIsComplete()
890 setNewestCache(oldNewestCache.release()); in checkIfLoadIsComplete()
905 setNewestCache(oldNewestCache.release()); in checkIfLoadIsComplete()
929 setNewestCache(oldNewestCache.release()); in checkIfLoadIsComplete()
DApplicationCacheGroup.h87 void setNewestCache(PassRefPtr<ApplicationCache>);
DApplicationCacheStorage.cpp129 group->setNewestCache(cache.release()); in loadCacheGroup()
252 group->setNewestCache(cache.release()); in cacheGroupForURL()
323 group->setNewestCache(cache.release()); in fallbackCacheGroupForURL()
1286 groupCopy->setNewestCache(cacheCopy); in storeCopyOfCache()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-162837 (WebCore::ApplicationCacheGroup::setNewestCache): removes an assertion that no longer
47072 (WebCore::ApplicationCacheGroup::setNewestCache):
52653 (WebCore::ApplicationCacheGroup::setNewestCache): Remove old newest cache from storage is
52668 after update successfully finishes (moved from setNewestCache()).
53779 … (WebCore::ApplicationCacheGroup::setNewestCache): Remove an obsolete cache from disk storage.
54721 (WebCore::ApplicationCacheGroup::setNewestCache): Removed a bogus assertion.
DChangeLog-2008-08-1022588 (WebCore::ApplicationCacheGroup::setNewestCache):
24463 (WebCore::ApplicationCacheGroup::setNewestCache):
24467 Call setNewestCache instead.
DChangeLog-2010-12-06107260 (WebCore::ApplicationCacheGroup::setNewestCache): status change.