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

  /external/chromium_org/chrome/browser/download/
all_download_item_notifier.cc 7 AllDownloadItemNotifier::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::OnDownloadRemoved
    [all...]
all_download_item_notifier.h 13 // 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,
59 AllDownloadItemNotifier(content::DownloadManager* manager,
62 virtual ~AllDownloadItemNotifier();
80 AllDownloadItemNotifier::Observer* observer_;
83 DISALLOW_COPY_AND_ASSIGN(AllDownloadItemNotifier);

Completed in 51 milliseconds