Searched refs:RemoveDownloads (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Ddownload_history.h45 virtual void RemoveDownloads(const std::set<uint32>& ids);
62 // Fires when RemoveDownloads messages are sent to the DB thread.
H A Ddownload_history.cc193 void DownloadHistory::HistoryAdapter::RemoveDownloads( function in class:DownloadHistory::HistoryAdapter
195 history_->RemoveDownloads(ids);
463 history_->RemoveDownloads(remove_ids);
H A Ddownload_history_unittest.cc117 virtual void RemoveDownloads(const IdSet& ids) OVERRIDE {
762 // Instead of calling RemoveDownloads() immediately, DownloadHistory should
772 // RemoveDownloads() for the item that was removed while it was being added.
/external/chromium_org/content/public/browser/
H A Ddownload_manager.h122 virtual int RemoveDownloads(base::Time remove_begin) = 0;
/external/chromium_org/content/public/test/
H A Dmock_download_manager.h93 MOCK_METHOD1(RemoveDownloads, int(base::Time remove_begin));
/external/chromium_org/content/browser/download/
H A Ddownload_manager_impl.h71 virtual int RemoveDownloads(base::Time remove_begin) OVERRIDE;
H A Ddownload_manager_impl.cc589 int DownloadManagerImpl::RemoveDownloads(base::Time remove_begin) { function in class:content::DownloadManagerImpl
/external/chromium_org/chrome/browser/history/
H A Dhistory_backend.h290 void RemoveDownloads(const std::set<uint32>& ids);
H A Dhistory_service.h407 void RemoveDownloads(const std::set<uint32>& ids);
H A Dhistory_service.cc740 void HistoryService::RemoveDownloads(const std::set<uint32>& ids) { function in class:HistoryService
744 &HistoryBackend::RemoveDownloads, ids);
H A Dhistory_backend.cc1172 void HistoryBackend::RemoveDownloads(const std::set<uint32>& ids) { function in class:history::HistoryBackend

Completed in 177 milliseconds