Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.h88 struct TypeStatistic { struct
95TypeStatistic() : count(0), size(0), liveSize(0), decodedSize(0), purgeableSize(0), purgedSize(0) … in TypeStatistic() argument