Searched defs:storeNewestCache (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp798 // to check the per-origin quota here, as it was already checked in storeNewestCache().
950 bool ApplicationCacheStorage::storeNewestCache(ApplicationCacheGroup* group, ApplicationCache* oldCache, FailureReason& failureReason) function in class:WebCore::ApplicationCacheStorage
1021 bool ApplicationCacheStorage::storeNewestCache(ApplicationCacheGroup* group) function in class:WebCore::ApplicationCacheStorage
1025 return storeNewestCache(group, 0, ignoredFailureReason);
1294 return copyStorage.storeNewestCache(groupCopy.get());

Completed in 48 milliseconds