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

  /external/chromium_org/chrome/browser/download/
download_history.cc 193 void DownloadHistory::HistoryAdapter::RemoveDownloads(
195 history_->RemoveDownloads(ids);
463 history_->RemoveDownloads(remove_ids);
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 589 int DownloadManagerImpl::RemoveDownloads(base::Time remove_begin) {
  /external/chromium_org/chrome/browser/history/
history_service.cc 740 void HistoryService::RemoveDownloads(const std::set<uint32>& ids) {
744 &HistoryBackend::RemoveDownloads, ids);
    [all...]
history_backend.cc     [all...]

Completed in 98 milliseconds