Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/appcache/
DApplicationCache.cpp93 m_estimatedSizeInStorage += resource->estimatedSizeInStorage(); in addResource()
109 m_estimatedSizeInStorage -= it->second->estimatedSizeInStorage(); in removeResource()
DApplicationCacheResource.h57 int64_t estimatedSizeInStorage();
DApplicationCacheResource.cpp49 int64_t ApplicationCacheResource::estimatedSizeInStorage() in estimatedSizeInStorage() function in WebCore::ApplicationCacheResource
DApplicationCache.h95 int64_t estimatedSizeInStorage() const { return m_estimatedSizeInStorage; } in estimatedSizeInStorage() function
DApplicationCacheHost.cpp290 …l(), isMaster, isManifest, isFallback, isForeign, isExplicit, resource->estimatedSizeInStorage())); in fillResourceList()
301 return CacheInfo(cache->manifestResource()->url(), 0, 0, cache->estimatedSizeInStorage()); in applicationCacheInfo()
DApplicationCacheStorage.cpp706 statement.bindInt64(2, cache->estimatedSizeInStorage()); in store()
926 sizeUpdateStatement.bindInt64(1, resource->estimatedSizeInStorage()); in store()
967 if (remainingSpaceInOrigin < group->newestCache()->estimatedSizeInStorage()) { in storeNewestCache()
DApplicationCacheGroup.cpp760 …>reachedMaxAppCacheSize(cacheStorage().spaceNeeded(m_cacheBeingUpdated->estimatedSizeInStorage())); in didReachMaxAppCacheSize()