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

  /external/webkit/WebCore/loader/
Cache.h 70 struct TypeStatistic {
77 TypeStatistic() : count(0), size(0), liveSize(0), decodedSize(0), purgeableSize(0), purgedSize(0) { }
82 TypeStatistic images;
83 TypeStatistic cssStyleSheets;
84 TypeStatistic scripts;
86 TypeStatistic xslStyleSheets;
89 TypeStatistic xblDocs;
91 TypeStatistic fonts;
Cache.cpp 653 void Cache::TypeStatistic::addResource(CachedResource* o)
  /external/webkit/WebKit/chromium/src/
WebCache.cpp 45 // A helper method for coverting a Cache::TypeStatistic to a
47 static void ToResourceTypeStat(const Cache::TypeStatistic& from,

Completed in 201 milliseconds