Searched defs:AllDownloadItemNotifier (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/download/
H A Dall_download_item_notifier.cc7 AllDownloadItemNotifier::AllDownloadItemNotifier( function in class:AllDownloadItemNotifier
9 AllDownloadItemNotifier::Observer* observer)
24 AllDownloadItemNotifier::~AllDownloadItemNotifier() {
35 void AllDownloadItemNotifier::ManagerGoingDown(
42 void AllDownloadItemNotifier::OnDownloadCreated(
50 void AllDownloadItemNotifier::OnDownloadUpdated(
55 void AllDownloadItemNotifier::OnDownloadOpened(
60 void AllDownloadItemNotifier
[all...]
H A Dall_download_item_notifier.h13 // AllDownloadItemNotifier observes ALL the DownloadItems on a given
19 // class DownloadSystemConsumer : public AllDownloadItemNotifier::Observer {
31 // AllDownloadItemNotifier original_notifier_;
32 // AllDownloadItemNotifier incognito_notifier_;
35 class AllDownloadItemNotifier : public content::DownloadManager::Observer, class in inherits:content::DownloadManager::Observer,content::DownloadItem::Observer
59 AllDownloadItemNotifier(content::DownloadManager* manager,
62 virtual ~AllDownloadItemNotifier();
80 AllDownloadItemNotifier::Observer* observer_;
83 DISALLOW_COPY_AND_ASSIGN(AllDownloadItemNotifier);

Completed in 326 milliseconds