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

  /external/chromium_org/chrome/browser/download/
download_item_model.cc 322 base::string16 speed_text = ui::FormatSpeed(current_speed); local
323 base::i18n::AdjustStringForLocaleDirection(&speed_text);
335 IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN, speed_text, amount);
338 IDS_DOWNLOAD_TAB_PROGRESS_STATUS, speed_text, amount, time_remaining);
  /external/chromium/chrome/browser/download/
download_util.cc 702 string16 speed_text = FormatSpeed(current_speed, amount_units, true); local
703 base::i18n::AdjustStringForLocaleDirection(&speed_text);
715 IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN, speed_text, amount);
718 speed_text, amount, time_remaining);
    [all...]

Completed in 465 milliseconds