Home
last modified time | relevance | path

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

/external/webkit/WebCore/loader/appcache/
DApplicationCacheStorage.h64 …bool storeNewestCache(ApplicationCacheGroup*); // Updates the cache group, but doesn't remove old …
DApplicationCacheStorage.cpp749 bool ApplicationCacheStorage::storeNewestCache(ApplicationCacheGroup* group) in storeNewestCache() function in WebCore::ApplicationCacheStorage
1013 return copyStorage.storeNewestCache(groupCopy.get()); in storeCopyOfCache()
DApplicationCacheGroup.cpp751 cacheStorage().storeNewestCache(this); in checkIfLoadIsComplete()
781 if (cacheStorage().storeNewestCache(this)) { in checkIfLoadIsComplete()
/external/webkit/WebCore/
DChangeLog-2009-06-162808 Potential crash after ApplicationCacheStorage::storeNewestCache() fails
2810 Fix the crash by checking the return value of cacheStorage().storeNewestCache(this)
2811 in WebCore::ApplicationCacheGroup::checkIfLoadIsComplete. If storeNewestCache failed,
2855 (WebCore::ApplicationCacheStorage::storeNewestCache): create the journal object.
52686 (WebCore::ApplicationCacheStorage::storeNewestCache): Added assertions.
DChangeLog-2008-08-101423 (WebCore::ApplicationCacheStorage::storeNewestCache):
22877 (WebCore::ApplicationCacheStorage::storeNewestCache):