Home | History | Annotate | Download | only in appcache

Lines Matching refs:currentSize

400     int64_t currentSize = fileSize + flatFileAreaSize();
404 if (m_maximumSize < currentSize) {
418 totalAvailableSize = (m_maximumSize - currentSize) + m_database.freeSpaceSize();