Searched refs:failureReason (Results 1 – 3 of 3) sorted by relevance
950 …NewestCache(ApplicationCacheGroup* group, ApplicationCache* oldCache, FailureReason& failureReason) in storeNewestCache() argument968 failureReason = OriginQuotaReached; in storeNewestCache()978 failureReason = isMaximumSizeReached() ? TotalQuotaReached : DiskOrOperationFailure; in storeNewestCache()995 failureReason = isMaximumSizeReached() ? TotalQuotaReached : DiskOrOperationFailure; in storeNewestCache()1003 failureReason = DiskOrOperationFailure; in storeNewestCache()1011 failureReason = DiskOrOperationFailure; in storeNewestCache()
81 …storeNewestCache(ApplicationCacheGroup*, ApplicationCache* oldCache, FailureReason& failureReason);
870 ApplicationCacheStorage::FailureReason failureReason; in checkIfLoadIsComplete() local873 if (cacheStorage().storeNewestCache(this, oldNewestCache.get(), failureReason)) { in checkIfLoadIsComplete()887 if (failureReason == ApplicationCacheStorage::OriginQuotaReached) { in checkIfLoadIsComplete()895 …if (failureReason == ApplicationCacheStorage::TotalQuotaReached && !m_calledReachedMaxAppCacheSize… in checkIfLoadIsComplete()