Home | History | Annotate | Download | only in task_manager

Lines Matching defs:stats2

338     WebKit::WebCache::ResourceTypeStats stats2 = { { 0 } };
342 stats2 = resources_[row2]->GetWebCoreCacheStats();
344 return ValueCompare<size_t>(stats1.images.size, stats2.images.size);
346 return ValueCompare<size_t>(stats1.scripts.size, stats2.scripts.size);
349 stats2.cssStyleSheets.size);