Searched refs:DownloadUIController (Results 1 – 5 of 5) sorted by relevance
28 : public DownloadUIController::Delegate {48 class DefaultUIControllerDelegate : public DownloadUIController::Delegate {83 DownloadUIController::Delegate::~Delegate() { in ~Delegate()86 DownloadUIController::DownloadUIController(content::DownloadManager* manager, in DownloadUIController() function in DownloadUIController103 DownloadUIController::~DownloadUIController() { in ~DownloadUIController()106 void DownloadUIController::OnDownloadCreated(content::DownloadManager* manager, in OnDownloadCreated()118 void DownloadUIController::OnDownloadUpdated(content::DownloadManager* manager, in OnDownloadUpdated()
27 class DownloadUIController : public AllDownloadItemNotifier::Observer {43 DownloadUIController(content::DownloadManager* manager,46 virtual ~DownloadUIController();58 DISALLOW_COPY_AND_ASSIGN(DownloadUIController);
28 class TestDelegate : public DownloadUIController::Delegate {62 scoped_ptr<DownloadUIController::Delegate> GetTestDelegate();108 scoped_ptr<DownloadUIController::Delegate>110 scoped_ptr<DownloadUIController::Delegate> delegate( in GetTestDelegate()120 DownloadUIController controller(manager(), GetTestDelegate()); in TEST_F()147 DownloadUIController controller(manager(), GetTestDelegate()); in TEST_F()162 DownloadUIController controller(manager(), GetTestDelegate()); in TEST_F()
15 class DownloadUIController; variable84 scoped_ptr<DownloadUIController> download_ui_;
68 scoped_ptr<DownloadUIController::Delegate> empty_ui_delegate; in GetDownloadManagerDelegate()69 download_ui_.reset(new DownloadUIController(manager, in GetDownloadManagerDelegate()