Searched refs:RemoveDownload (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/history/
H A Ddownload_database.h46 void RemoveDownload(DownloadID db_handle);
H A Ddownload_database.cc168 void DownloadDatabase::RemoveDownload(DownloadID db_handle) { function in class:history::DownloadDatabase
H A Dhistory.cc555 void HistoryService::RemoveDownload(int64 db_handle) { function in class:HistoryService
557 &HistoryBackend::RemoveDownload, db_handle);
H A Dhistory_backend.h244 void RemoveDownload(int64 db_handle);
H A Dhistory.h456 void RemoveDownload(int64 db_handle);
H A Dhistory_backend.cc1145 void HistoryBackend::RemoveDownload(int64 db_handle) { function in class:history::HistoryBackend
1147 db_->RemoveDownload(db_handle);
/external/chromium/chrome/browser/download/
H A Ddownload_history.cc104 hs->RemoveDownload(download_item->db_handle());
H A Ddownload_manager.h130 void RemoveDownload(int64 download_handle);
H A Ddownload_item.cc433 download_manager_->RemoveDownload(db_handle_);
H A Ddownload_manager.cc98 // (specifically, DownloadManager::RemoveDownload only
802 void DownloadManager::RemoveDownload(int64 download_handle) { function in class:DownloadManager

Completed in 134 milliseconds