Home
last modified time | relevance | path

Searched refs:speed_text (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_util.cc702 string16 speed_text = FormatSpeed(current_speed, amount_units, true); in GetProgressStatusText() local
703 base::i18n::AdjustStringForLocaleDirection(&speed_text); in GetProgressStatusText()
715 IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN, speed_text, amount); in GetProgressStatusText()
718 speed_text, amount, time_remaining); in GetProgressStatusText()