HomeSort by relevance Sort by last modified time
    Searched refs:estimatedSizeInStorage (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheResource.h 57 int64_t estimatedSizeInStorage();
ApplicationCacheResource.cpp 49 int64_t ApplicationCacheResource::estimatedSizeInStorage()
ApplicationCache.cpp 93 m_estimatedSizeInStorage += resource->estimatedSizeInStorage();
109 m_estimatedSizeInStorage -= it->second->estimatedSizeInStorage();
ApplicationCache.h 95 int64_t estimatedSizeInStorage() const { return m_estimatedSizeInStorage; }
ApplicationCacheHost.cpp 290 resources->append(ResourceInfo(resource->url(), isMaster, isManifest, isFallback, isForeign, isExplicit, resource->estimatedSizeInStorage()));
301 return CacheInfo(cache->manifestResource()->url(), 0, 0, cache->estimatedSizeInStorage());
ApplicationCacheStorage.cpp 706 statement.bindInt64(2, cache->estimatedSizeInStorage());
    [all...]
ApplicationCacheGroup.cpp 760 m_frame->page()->chrome()->client()->reachedMaxAppCacheSize(cacheStorage().spaceNeeded(m_cacheBeingUpdated->estimatedSizeInStorage()));
    [all...]

Completed in 235 milliseconds