HomeSort by relevance Sort by last modified time
    Searched refs:AllDownloadItemNotifier (Results 1 - 12 of 12) 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...]
download_status_updater.h 17 : public AllDownloadItemNotifier::Observer {
35 // AllDownloadItemNotifier::Observer
49 std::vector<AllDownloadItemNotifier*> notifiers_;
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);
download_ui_controller.h 17 class DownloadUIController : public AllDownloadItemNotifier::Observer {
47 AllDownloadItemNotifier download_notifier_;
all_download_item_notifier_unittest.cc 18 class MockNotifierObserver : public AllDownloadItemNotifier::Observer {
63 notifier_.reset(new AllDownloadItemNotifier(
74 scoped_ptr<AllDownloadItemNotifier> notifier_;
download_history.h 26 class DownloadHistory : public AllDownloadItemNotifier::Observer {
111 // AllDownloadItemNotifier::Observer
129 AllDownloadItemNotifier notifier_;
download_status_updater.cc 66 for (std::vector<AllDownloadItemNotifier*>::const_iterator it =
93 notifiers_.push_back(new AllDownloadItemNotifier(manager, this));
  /external/chromium_org/chrome/browser/chromeos/drive/
download_handler.h 28 class DownloadHandler : public AllDownloadItemNotifier::Observer {
77 // AllDownloadItemNotifier::Observer overrides:
108 scoped_ptr<AllDownloadItemNotifier> notifier_;
109 scoped_ptr<AllDownloadItemNotifier> notifier_incognito_;
download_handler.cc 138 notifier_.reset(new AllDownloadItemNotifier(download_manager, this));
151 notifier_incognito_.reset(new AllDownloadItemNotifier(download_manager,
  /external/chromium_org/chrome/browser/ui/webui/
downloads_dom_handler.h 30 public AllDownloadItemNotifier::Observer {
40 // AllDownloadItemNotifier::Observer interface
137 AllDownloadItemNotifier main_notifier_;
141 scoped_ptr<AllDownloadItemNotifier> original_notifier_;
downloads_dom_handler.cc 258 original_notifier_.reset(new AllDownloadItemNotifier(
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.h 305 public AllDownloadItemNotifier::Observer {
364 // AllDownloadItemNotifier::Observer.
399 AllDownloadItemNotifier notifier_;

Completed in 147 milliseconds