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

  /external/chromium/chrome/browser/download/
download_manager.cc 106 download_history_->UpdateEntry(download);
129 download_history_.reset();
227 download_history_.reset(new DownloadHistory(profile));
228 download_history_->Load(
520 download_history_->AddEntry(*info, download,
532 download_history_->UpdateEntry(download);
650 download_history_->UpdateEntry(download);
660 download_history_->UpdateEntry(download);
689 download_history_->UpdateDownloadPath(item, full_path);
708 download_history_->UpdateEntry(download)
    [all...]
download_manager.h 211 DownloadHistory* download_history() { return download_history_.get(); }
380 scoped_ptr<DownloadHistory> download_history_; member in class:DownloadManager

Completed in 72 milliseconds