Home
last modified time | relevance | path

Searched refs:GetTotalDownloadBytes (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/download/
Ddownload_status_updater_delegate.h23 virtual int64 GetTotalDownloadBytes() = 0;
Ddownload_status_updater.cc48 total_bytes += (*i)->GetTotalDownloadBytes(); in GetProgress()
Ddownload_status_updater_unittest.cc45 virtual int64 GetTotalDownloadBytes() { in GetTotalDownloadBytes() function in __anon7151e2d70111::MockDelegate
Ddownload_manager.h228 virtual int64 GetTotalDownloadBytes();
Ddownload_manager.cc966 int64 DownloadManager::GetTotalDownloadBytes() { in GetTotalDownloadBytes() function in DownloadManager