Home | History | Annotate | Download | only in download

Lines Matching defs:amount

682   string16 amount = received_size;
686 base::i18n::AdjustStringForLocaleDirection(&amount);
694 amount = l10n_util::GetStringFUTF16(IDS_DOWNLOAD_TAB_PROGRESS_SIZE,
698 amount.assign(received_size);
713 base::i18n::AdjustStringForLocaleDirection(&amount);
715 IDS_DOWNLOAD_TAB_PROGRESS_STATUS_TIME_UNKNOWN, speed_text, amount);
718 speed_text, amount, time_remaining);