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

  /external/chromium/chrome/browser/download/
download_util.cc 706 string16 time_remaining; local
708 time_remaining = l10n_util::GetStringUTF16(IDS_DOWNLOAD_PROGRESS_PAUSED);
710 time_remaining = TimeFormat::TimeRemaining(remaining);
712 if (time_remaining.empty()) {
718 speed_text, amount, time_remaining);
    [all...]
  /external/quake/src/com/android/quake/
DownloaderActivity.java 169 mTimeRemaining = (TextView) findViewById(R.id.time_remaining);
    [all...]

Completed in 61 milliseconds