Home | History | Annotate | Download | only in download

Lines Matching defs:DownloadHistory

26 class DownloadHistory : public AllDownloadItemNotifier::Observer {
65 // Fires when the DownloadHistory is being destroyed so that implementors
66 // can RemoveObserver() and nullify their DownloadHistory*s.
77 // DownloadService creates DownloadHistory some time after DownloadManager is
78 // created and destroys DownloadHistory as DownloadManager is shutting down.
79 DownloadHistory(
83 virtual ~DownloadHistory();
93 // this specific DownloadHistory instance.
153 base::WeakPtrFactory<DownloadHistory> weak_ptr_factory_;
155 DISALLOW_COPY_AND_ASSIGN(DownloadHistory);