Searched refs:estimatedSizeInStorage (Results 1 – 6 of 6) sorted by relevance
91 m_estimatedSizeInStorage += resource->estimatedSizeInStorage(); in addResource()107 m_estimatedSizeInStorage -= it->second->estimatedSizeInStorage(); in removeResource()
57 int64_t estimatedSizeInStorage();
48 int64_t ApplicationCacheResource::estimatedSizeInStorage() in estimatedSizeInStorage() function in WebCore::ApplicationCacheResource
92 int64_t estimatedSizeInStorage() const { return m_estimatedSizeInStorage; } in estimatedSizeInStorage() function
553 statement.bindInt64(2, cache->estimatedSizeInStorage()); in store()739 sizeUpdateStatement.bindInt64(1, resource->estimatedSizeInStorage()); in store()
685 …>reachedMaxAppCacheSize(cacheStorage().spaceNeeded(m_cacheBeingUpdated->estimatedSizeInStorage())); in didReachMaxAppCacheSize()