Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/download/
Ddownload_manager.h317 DownloadItem* GetDownloadItem(int id);
Ddownload_manager.cc658 DownloadItem* download = GetDownloadItem(download_id); in DownloadCompleted()
672 DownloadItem* item = GetDownloadItem(download_id); in OnDownloadRenamedToFinalName()
1106 DownloadItem* DownloadManager::GetDownloadItem(int id) { in GetDownloadItem() function in DownloadManager
Ddownload_manager_unittest.cc102 download_manager_->GetDownloadItem(id)->safety_state(); in VerifySafetyState()