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

  /external/chromium_org/chrome/browser/download/
download_history.h 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);
    [all...]
download_history.cc 5 // DownloadHistory manages persisting DownloadItems to the history service by
9 // DownloadHistory decides whether and when to add items to, remove items from,
10 // and update items in the database. DownloadHistory uses DownloadHistoryData to
14 // initialized, DownloadHistory is created and queries the HistoryService. When
16 // DownloadHistory uses DownloadManager::CreateDownloadItem() to inform
21 // item is still being added to the database, DownloadHistory uses
24 // DownloadHistory to prevent use-after-free bugs.
25 // ChromeDownloadManagerDelegate owns DownloadHistory, and deletes it in
47 // and keeping maps in DownloadHistory from DownloadItem to this information is
48 // error-prone and complicated. Unfortunately, DownloadHistory::removing_*_ an
    [all...]

Completed in 36 milliseconds