Searched refs:storeNewestCache (Results 1 – 5 of 5) sorted by relevance
64 …bool storeNewestCache(ApplicationCacheGroup*); // Updates the cache group, but doesn't remove old …
749 bool ApplicationCacheStorage::storeNewestCache(ApplicationCacheGroup* group) in storeNewestCache() function in WebCore::ApplicationCacheStorage1013 return copyStorage.storeNewestCache(groupCopy.get()); in storeCopyOfCache()
751 cacheStorage().storeNewestCache(this); in checkIfLoadIsComplete()781 if (cacheStorage().storeNewestCache(this)) { in checkIfLoadIsComplete()
2808 Potential crash after ApplicationCacheStorage::storeNewestCache() fails2810 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.
1423 (WebCore::ApplicationCacheStorage::storeNewestCache):22877 (WebCore::ApplicationCacheStorage::storeNewestCache):