Searched defs:TypeStatistic (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
H A DMemoryCache.h88 struct TypeStatistic { struct in class:WebCore::MemoryCache
95 TypeStatistic() : count(0), size(0), liveSize(0), decodedSize(0), purgeableSize(0), purgedSize(0) { } function in struct:WebCore::MemoryCache::TypeStatistic
100 TypeStatistic images;
101 TypeStatistic cssStyleSheets;
102 TypeStatistic scripts;
104 TypeStatistic xslStyleSheets;
106 TypeStatistic fonts;

Completed in 37 milliseconds