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

  /external/webkit/WebCore/loader/appcache/
ApplicationCacheResource.h 57 int64_t estimatedSizeInStorage();
ApplicationCacheResource.cpp 48 int64_t ApplicationCacheResource::estimatedSizeInStorage()
ApplicationCache.cpp 91 m_estimatedSizeInStorage += resource->estimatedSizeInStorage();
107 m_estimatedSizeInStorage -= it->second->estimatedSizeInStorage();
ApplicationCache.h 92 int64_t estimatedSizeInStorage() const { return m_estimatedSizeInStorage; }
ApplicationCacheStorage.cpp 553 statement.bindInt64(2, cache->estimatedSizeInStorage());
732 sizeUpdateStatement.bindInt64(1, resource->estimatedSizeInStorage());
    [all...]
ApplicationCacheGroup.cpp 685 m_frame->page()->chrome()->client()->reachedMaxAppCacheSize(cacheStorage().spaceNeeded(m_cacheBeingUpdated->estimatedSizeInStorage()));
    [all...]

Completed in 49 milliseconds