HomeSort by relevance Sort by last modified time
    Searched full:downloaduicontroller (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/download/
download_ui_controller.cc 25 // DefaultUIControllerDelegate{Android,} is used when a DownloadUIController is
30 : public DownloadUIController::Delegate {
36 // DownloadUIController::Delegate
50 class DefaultUIControllerDelegate : public DownloadUIController::Delegate {
58 // DownloadUIController::Delegate
101 DownloadUIController::Delegate::~Delegate() {
104 DownloadUIController::DownloadUIController(content::DownloadManager* manager,
113 // should be the case since DownloadUIController is owned by
121 DownloadUIController::~DownloadUIController()
    [all...]
download_ui_controller.h 27 class DownloadUIController : public AllDownloadItemNotifier::Observer {
43 DownloadUIController(content::DownloadManager* manager,
46 virtual ~DownloadUIController();
58 DISALLOW_COPY_AND_ASSIGN(DownloadUIController);
download_ui_controller_unittest.cc 26 // A DownloadUIController::Delegate that stores the DownloadItem* for the last
28 class TestDelegate : public DownloadUIController::Delegate {
62 scoped_ptr<DownloadUIController::Delegate> GetTestDelegate();
108 scoped_ptr<DownloadUIController::Delegate>
110 scoped_ptr<DownloadUIController::Delegate> delegate(
120 DownloadUIController controller(manager(), GetTestDelegate());
147 DownloadUIController controller(manager(), GetTestDelegate());
162 DownloadUIController controller(manager(), GetTestDelegate());
download_service.cc 66 // Pass an empty delegate when constructing the DownloadUIController. The
68 scoped_ptr<DownloadUIController::Delegate> empty_ui_delegate;
69 download_ui_.reset(new DownloadUIController(manager,
download_service.h 16 class DownloadUIController;
81 scoped_ptr<DownloadUIController> download_ui_;

Completed in 75 milliseconds