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

  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.h 88 struct TypeStatistic {
95 TypeStatistic() : count(0), size(0), liveSize(0), decodedSize(0), purgeableSize(0), purgedSize(0) { }
100 TypeStatistic images;
101 TypeStatistic cssStyleSheets;
102 TypeStatistic scripts;
104 TypeStatistic xslStyleSheets;
106 TypeStatistic fonts;
MemoryCache.cpp 593 void MemoryCache::TypeStatistic::addResource(CachedResource* o)
  /external/webkit/Source/WebKit/chromium/src/
WebCache.cpp 45 // A helper method for coverting a MemoryCache::TypeStatistic to a
47 static void ToResourceTypeStat(const MemoryCache::TypeStatistic& from,

Completed in 597 milliseconds