Home
last modified time | relevance | path

Searched refs:failureReason (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheStorage.cpp950 …NewestCache(ApplicationCacheGroup* group, ApplicationCache* oldCache, FailureReason& failureReason) in storeNewestCache() argument
968 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()
DApplicationCacheStorage.h81 …storeNewestCache(ApplicationCacheGroup*, ApplicationCache* oldCache, FailureReason& failureReason);
DApplicationCacheGroup.cpp870 ApplicationCacheStorage::FailureReason failureReason; in checkIfLoadIsComplete() local
873 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()