Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_item.h187 int64 CurrentSpeed() const;
Ddownload_item.cc441 int64 speed = CurrentSpeed(); in TimeRemaining()
450 int64 DownloadItem::CurrentSpeed() const { in CurrentSpeed() function in DownloadItem
Ddownload_util.cc700 int64 current_speed = download->CurrentSpeed(); in GetProgressStatusText()