Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DMemoryCache.h76 struct TypeStatistic { struct
86 TypeStatistic() in TypeStatistic() argument
102 TypeStatistic images;
103 TypeStatistic cssStyleSheets;
104 TypeStatistic scripts;
105 TypeStatistic xslStyleSheets;
106 TypeStatistic fonts;
107 TypeStatistic other;
DMemoryCache.cpp518 void MemoryCache::TypeStatistic::addResource(Resource* o) in addResource()
/external/chromium_org/third_party/WebKit/Source/web/
DWebCache.cpp42 static void ToResourceTypeStat(const MemoryCache::TypeStatistic& from, in ToResourceTypeStat()