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 95 string16 FormatStatsSize(const WebKit::WebCache::ResourceTypeStat& stat) {
483 return FormatStatsSize(GetPerResourceValues(index).webcore_stats.images);
490 return FormatStatsSize(GetPerResourceValues(index).webcore_stats.scripts);
497 return FormatStatsSize(
    [all...]

Completed in 187 milliseconds