Searched refs:FormatSpeed (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dstring_util.h435 // Ex: FormatSpeed(512, DATA_UNITS_KIBIBYTE, true) => "0.5 KB/s"
436 // Ex: FormatSpeed(10*1024, DATA_UNITS_MEBIBYTE, false) => "0.1"
437 BASE_API string16 FormatSpeed(int64 bytes, DataUnits units, bool show_units);
H A Dstring_util.cc704 string16 FormatSpeed(int64 bytes, DataUnits units, bool show_units) { function
/external/chromium/chrome/browser/download/
H A Ddownload_util.cc702 string16 speed_text = FormatSpeed(current_speed, amount_units, true);
/external/chromium/chrome/browser/task_manager/
H A Dtask_manager.cc127 string16 net_byte = FormatSpeed(net_usage, GetByteDisplayUnits(net_usage),

Completed in 320 milliseconds