RemoveDownload    136 chrome/browser/chromeos/drive/download_handler.cc         RemoveDownload(downloads[i]->GetId());
RemoveDownload    216 chrome/browser/chromeos/drive/download_handler.cc                             base::Bind(&DownloadHandler::RemoveDownload,
RemoveDownload     78 chrome/browser/chromeos/drive/download_handler.h   void RemoveDownload(int id);
RemoveDownload    439 chrome/browser/history/download_database.cc       RemoveDownload(row->id);
RemoveDownload    585 chrome/browser/history/download_database.cc       RemoveDownload(info.id);
RemoveDownload     47 chrome/browser/history/download_database.h   void RemoveDownload(uint32 id);
RemoveDownload   1206 chrome/browser/history/history_backend.cc     db_->RemoveDownload(*it);
RemoveDownload    260 chrome/browser/history/history_unittest.cc   db_->RemoveDownload(id);
RemoveDownload    650 chrome/browser/history/history_unittest.cc   db_->RemoveDownload(id2);
RemoveDownload    651 chrome/browser/history/history_unittest.cc   db_->RemoveDownload(id3);
RemoveDownload   1469 content/browser/download/download_browsertest.cc IN_PROC_BROWSER_TEST_F(DownloadContentTest, RemoveDownload) {