Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.cpp529 purgeableSize += purgeable ? pageSize : 0; in addResource()
651 …unt, s.images.size, s.images.liveSize, s.images.decodedSize, s.images.purgeableSize, s.images.purg… in dumpStats()
652 …sStyleSheets.liveSize, s.cssStyleSheets.decodedSize, s.cssStyleSheets.purgeableSize, s.cssStyleShe… in dumpStats()
653 …lStyleSheets.liveSize, s.xslStyleSheets.decodedSize, s.xslStyleSheets.purgeableSize, s.xslStyleShe… in dumpStats()
654 … s.scripts.size, s.scripts.liveSize, s.scripts.decodedSize, s.scripts.purgeableSize, s.scripts.pur… in dumpStats()
655 …s.count, s.fonts.size, s.fonts.liveSize, s.fonts.decodedSize, s.fonts.purgeableSize, s.fonts.purge… in dumpStats()
656 …r.count, s.other.size, s.other.liveSize, s.other.decodedSize, s.other.purgeableSize, s.other.purge… in dumpStats()
DMemoryCache.h83 int purgeableSize; member
93 , purgeableSize(0) in TypeStatistic()