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

  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 484 return FormatStatsSize(GetPerResourceValues(index).webcore_stats.images);
491 return FormatStatsSize(GetPerResourceValues(index).webcore_stats.scripts);
499 GetPerResourceValues(index).webcore_stats.cssStyleSheets);
631 *result = GetPerResourceValues(index).webcore_stats;
859 GetPerResourceValues(row1).webcore_stats);
861 GetPerResourceValues(row2).webcore_stats);
    [all...]
task_manager.h 346 blink::WebCache::ResourceTypeStats webcore_stats; member in struct:TaskManagerModel::PerResourceValues
470 // Verifies |webcore_stats| in |per_resource_cache_|, returning true on

Completed in 322 milliseconds