Searched refs:totalAvailableSize (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp403 int64_t totalAvailableSize = 0; local
412 totalAvailableSize = m_database.freeSpaceSize();
418 totalAvailableSize = (m_maximumSize - currentSize) + m_database.freeSpaceSize();
423 spaceNeeded = cacheToSave - totalAvailableSize;

Completed in 148 milliseconds