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

  /external/chromium/chrome/browser/task_manager/
task_manager.cc 62 string16 FormatStatsSize(const WebKit::WebCache::ResourceTypeStat& stat) {
192 return FormatStatsSize(stats.images);
202 return FormatStatsSize(stats.scripts);
212 return FormatStatsSize(stats.cssStyleSheets);
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc 94 base::string16 FormatStatsSize(const blink::WebCache::ResourceTypeStat& stat) {
466 return FormatStatsSize(GetPerResourceValues(index).webcore_stats.images);
473 return FormatStatsSize(GetPerResourceValues(index).webcore_stats.scripts);
480 return FormatStatsSize(
    [all...]

Completed in 275 milliseconds