Home
last modified time | relevance | path

Searched refs:liveCapacity (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.h167 size_t liveCapacity() const;
DMemoryCache.cpp157 size_t MemoryCache::liveCapacity() const in liveCapacity() function in WebCore::MemoryCache
166 size_t capacity = liveCapacity(); in pruneLiveResources()