HomeSort by relevance Sort by last modified time
    Searched refs:m_availableSpaceInQuota (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.h 204 int64_t m_availableSpaceInQuota;
ApplicationCacheGroup.cpp 72 , m_availableSpaceInQuota(ApplicationCacheStorage::unknownQuota())
590 if (m_availableSpaceInQuota == ApplicationCacheStorage::unknownQuota()) {
592 if (!cacheStorage().remainingSizeForOriginExcludingCache(m_origin.get(), m_newestCache.get(), m_availableSpaceInQuota))
593 m_availableSpaceInQuota = ApplicationCacheStorage::noQuota();
598 if (m_availableSpaceInQuota < m_loadedSize) {
    [all...]

Completed in 570 milliseconds