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

  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 312 PerResourceValues& values(GetPerResourceValues(index));
390 PerResourceValues& values = GetPerResourceValues(index);
400 PerResourceValues& values(GetPerResourceValues(index));
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;
662 PerResourceValues& values(GetPerResourceValues(index));
677 *result = GetPerResourceValues(index).v8_memory_allocated;
685 *result = GetPerResourceValues(index).v8_memory_used
    [all...]
task_manager.h 482 PerResourceValues& GetPerResourceValues(int index) const;

Completed in 45 milliseconds