Home
last modified time | relevance | path

Searched refs:estimatedSizeInStorage (Results 1 – 6 of 6) sorted by relevance

/external/webkit/WebCore/loader/appcache/
DApplicationCache.cpp91 m_estimatedSizeInStorage += resource->estimatedSizeInStorage(); in addResource()
107 m_estimatedSizeInStorage -= it->second->estimatedSizeInStorage(); in removeResource()
DApplicationCacheResource.h57 int64_t estimatedSizeInStorage();
DApplicationCacheResource.cpp48 int64_t ApplicationCacheResource::estimatedSizeInStorage() in estimatedSizeInStorage() function in WebCore::ApplicationCacheResource
DApplicationCache.h92 int64_t estimatedSizeInStorage() const { return m_estimatedSizeInStorage; } in estimatedSizeInStorage() function
DApplicationCacheStorage.cpp553 statement.bindInt64(2, cache->estimatedSizeInStorage()); in store()
739 sizeUpdateStatement.bindInt64(1, resource->estimatedSizeInStorage()); in store()
DApplicationCacheGroup.cpp685 …>reachedMaxAppCacheSize(cacheStorage().spaceNeeded(m_cacheBeingUpdated->estimatedSizeInStorage())); in didReachMaxAppCacheSize()