HomeSort by relevance Sort by last modified time
    Searched refs:RemoveDownloads (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/download/
download_history.h 45 virtual void RemoveDownloads(const std::set<uint32>& ids);
62 // Fires when RemoveDownloads messages are sent to the DB thread.
download_history.cc 193 void DownloadHistory::HistoryAdapter::RemoveDownloads(
195 history_->RemoveDownloads(ids);
463 history_->RemoveDownloads(remove_ids);
download_history_unittest.cc 117 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.
    [all...]
  /external/chromium_org/content/public/browser/
download_manager.h 122 virtual int RemoveDownloads(base::Time remove_begin) = 0;
  /external/chromium_org/content/browser/download/
download_manager_impl.h 71 virtual int RemoveDownloads(base::Time remove_begin) OVERRIDE;
download_manager_impl.cc 589 int DownloadManagerImpl::RemoveDownloads(base::Time remove_begin) {
  /external/chromium_org/content/public/test/
mock_download_manager.h 93 MOCK_METHOD1(RemoveDownloads, int(base::Time remove_begin));
  /external/chromium_org/chrome/browser/history/
history_backend.h 290 void RemoveDownloads(const std::set<uint32>& ids);
    [all...]
history_service.h 407 void RemoveDownloads(const std::set<uint32>& ids);
    [all...]
history_service.cc 740 void HistoryService::RemoveDownloads(const std::set<uint32>& ids) {
744 &HistoryBackend::RemoveDownloads, ids);
    [all...]
history_backend.cc     [all...]

Completed in 273 milliseconds