AllDownloadItemNotifier  130 chrome/browser/chromeos/drive/download_handler.cc     notifier_.reset(new AllDownloadItemNotifier(download_manager, this));
AllDownloadItemNotifier   28 chrome/browser/chromeos/drive/download_handler.h class DownloadHandler : public AllDownloadItemNotifier::Observer {
AllDownloadItemNotifier   95 chrome/browser/chromeos/drive/download_handler.h   scoped_ptr<AllDownloadItemNotifier> notifier_;
AllDownloadItemNotifier    7 chrome/browser/download/all_download_item_notifier.cc AllDownloadItemNotifier::AllDownloadItemNotifier(
AllDownloadItemNotifier    9 chrome/browser/download/all_download_item_notifier.cc     AllDownloadItemNotifier::Observer* observer)
AllDownloadItemNotifier   24 chrome/browser/download/all_download_item_notifier.cc AllDownloadItemNotifier::~AllDownloadItemNotifier() {
AllDownloadItemNotifier   35 chrome/browser/download/all_download_item_notifier.cc void AllDownloadItemNotifier::ManagerGoingDown(
AllDownloadItemNotifier   42 chrome/browser/download/all_download_item_notifier.cc void AllDownloadItemNotifier::OnDownloadCreated(
AllDownloadItemNotifier   50 chrome/browser/download/all_download_item_notifier.cc void AllDownloadItemNotifier::OnDownloadUpdated(
AllDownloadItemNotifier   55 chrome/browser/download/all_download_item_notifier.cc void AllDownloadItemNotifier::OnDownloadOpened(
AllDownloadItemNotifier   60 chrome/browser/download/all_download_item_notifier.cc void AllDownloadItemNotifier::OnDownloadRemoved(
AllDownloadItemNotifier   65 chrome/browser/download/all_download_item_notifier.cc void AllDownloadItemNotifier::OnDownloadDestroyed(
AllDownloadItemNotifier   35 chrome/browser/download/all_download_item_notifier.h class AllDownloadItemNotifier : public content::DownloadManager::Observer,
AllDownloadItemNotifier   59 chrome/browser/download/all_download_item_notifier.h   AllDownloadItemNotifier(content::DownloadManager* manager,
AllDownloadItemNotifier   62 chrome/browser/download/all_download_item_notifier.h   virtual ~AllDownloadItemNotifier();
AllDownloadItemNotifier   80 chrome/browser/download/all_download_item_notifier.h   AllDownloadItemNotifier::Observer* observer_;
AllDownloadItemNotifier   83 chrome/browser/download/all_download_item_notifier.h   DISALLOW_COPY_AND_ASSIGN(AllDownloadItemNotifier);
AllDownloadItemNotifier   18 chrome/browser/download/all_download_item_notifier_unittest.cc class MockNotifierObserver : public AllDownloadItemNotifier::Observer {
AllDownloadItemNotifier   63 chrome/browser/download/all_download_item_notifier_unittest.cc     notifier_.reset(new AllDownloadItemNotifier(
AllDownloadItemNotifier   74 chrome/browser/download/all_download_item_notifier_unittest.cc   scoped_ptr<AllDownloadItemNotifier> notifier_;
AllDownloadItemNotifier   26 chrome/browser/download/download_history.h class DownloadHistory : public AllDownloadItemNotifier::Observer {
AllDownloadItemNotifier  118 chrome/browser/download/download_history.h   AllDownloadItemNotifier notifier_;
AllDownloadItemNotifier   66 chrome/browser/download/download_status_updater.cc   for (std::vector<AllDownloadItemNotifier*>::const_iterator it =
AllDownloadItemNotifier   93 chrome/browser/download/download_status_updater.cc   notifiers_.push_back(new AllDownloadItemNotifier(manager, this));
AllDownloadItemNotifier   17 chrome/browser/download/download_status_updater.h   : public AllDownloadItemNotifier::Observer {
AllDownloadItemNotifier   49 chrome/browser/download/download_status_updater.h   std::vector<AllDownloadItemNotifier*> notifiers_;
AllDownloadItemNotifier   27 chrome/browser/download/download_ui_controller.h class DownloadUIController : public AllDownloadItemNotifier::Observer {
AllDownloadItemNotifier   54 chrome/browser/download/download_ui_controller.h   AllDownloadItemNotifier download_notifier_;
AllDownloadItemNotifier  301 chrome/browser/extensions/api/downloads/downloads_api.h                                       public AllDownloadItemNotifier::Observer {
AllDownloadItemNotifier  392 chrome/browser/extensions/api/downloads/downloads_api.h   AllDownloadItemNotifier notifier_;
AllDownloadItemNotifier  254 chrome/browser/ui/webui/downloads_dom_handler.cc     original_notifier_.reset(new AllDownloadItemNotifier(
AllDownloadItemNotifier   30 chrome/browser/ui/webui/downloads_dom_handler.h                             public AllDownloadItemNotifier::Observer {
AllDownloadItemNotifier  137 chrome/browser/ui/webui/downloads_dom_handler.h   AllDownloadItemNotifier main_notifier_;
AllDownloadItemNotifier  141 chrome/browser/ui/webui/downloads_dom_handler.h   scoped_ptr<AllDownloadItemNotifier> original_notifier_;