Searched refs:estimatedSizeInStorage (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCache.cpp | 93 m_estimatedSizeInStorage += resource->estimatedSizeInStorage(); in addResource() 109 m_estimatedSizeInStorage -= it->second->estimatedSizeInStorage(); in removeResource()
|
D | ApplicationCacheResource.h | 57 int64_t estimatedSizeInStorage();
|
D | ApplicationCacheResource.cpp | 49 int64_t ApplicationCacheResource::estimatedSizeInStorage() in estimatedSizeInStorage() function in WebCore::ApplicationCacheResource
|
D | ApplicationCache.h | 95 int64_t estimatedSizeInStorage() const { return m_estimatedSizeInStorage; } in estimatedSizeInStorage() function
|
D | ApplicationCacheHost.cpp | 290 …l(), isMaster, isManifest, isFallback, isForeign, isExplicit, resource->estimatedSizeInStorage())); in fillResourceList() 301 return CacheInfo(cache->manifestResource()->url(), 0, 0, cache->estimatedSizeInStorage()); in applicationCacheInfo()
|
D | ApplicationCacheStorage.cpp | 706 statement.bindInt64(2, cache->estimatedSizeInStorage()); in store() 926 sizeUpdateStatement.bindInt64(1, resource->estimatedSizeInStorage()); in store() 967 if (remainingSpaceInOrigin < group->newestCache()->estimatedSizeInStorage()) { in storeNewestCache()
|
D | ApplicationCacheGroup.cpp | 760 …>reachedMaxAppCacheSize(cacheStorage().spaceNeeded(m_cacheBeingUpdated->estimatedSizeInStorage())); in didReachMaxAppCacheSize()
|