Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_util.cc706 string16 time_remaining; in GetProgressStatusText() local
708 time_remaining = l10n_util::GetStringUTF16(IDS_DOWNLOAD_PROGRESS_PAUSED); in GetProgressStatusText()
710 time_remaining = TimeFormat::TimeRemaining(remaining); in GetProgressStatusText()
712 if (time_remaining.empty()) { in GetProgressStatusText()
718 speed_text, amount, time_remaining); in GetProgressStatusText()
/external/quake/src/com/android/quake/
DDownloaderActivity.java169 mTimeRemaining = (TextView) findViewById(R.id.time_remaining); in onCreate()