Home
last modified time | relevance | path

Searched refs:DownloadUIController (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/download/
Ddownload_ui_controller.cc28 : 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 DownloadUIController
103 DownloadUIController::~DownloadUIController() { in ~DownloadUIController()
106 void DownloadUIController::OnDownloadCreated(content::DownloadManager* manager, in OnDownloadCreated()
118 void DownloadUIController::OnDownloadUpdated(content::DownloadManager* manager, in OnDownloadUpdated()
Ddownload_ui_controller.h27 class DownloadUIController : public AllDownloadItemNotifier::Observer {
43 DownloadUIController(content::DownloadManager* manager,
46 virtual ~DownloadUIController();
58 DISALLOW_COPY_AND_ASSIGN(DownloadUIController);
Ddownload_ui_controller_unittest.cc28 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()
Ddownload_service.h15 class DownloadUIController; variable
84 scoped_ptr<DownloadUIController> download_ui_;
Ddownload_service.cc68 scoped_ptr<DownloadUIController::Delegate> empty_ui_delegate; in GetDownloadManagerDelegate()
69 download_ui_.reset(new DownloadUIController(manager, in GetDownloadManagerDelegate()