HomeSort by relevance Sort by last modified time
    Searched defs:DownloadUIController (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/download/
download_ui_controller.h 17 class DownloadUIController : public AllDownloadItemNotifier::Observer {
36 DownloadUIController(content::DownloadManager* manager,
39 virtual ~DownloadUIController();
51 DISALLOW_COPY_AND_ASSIGN(DownloadUIController);
download_ui_controller.cc 24 // DefaultUIControllerDelegate{Android,} is used when a DownloadUIController is
29 : public DownloadUIController::Delegate {
35 // DownloadUIController::Delegate
55 class DefaultUIControllerDelegate : public DownloadUIController::Delegate {
63 // DownloadUIController::Delegate
90 DownloadUIController::Delegate::~Delegate() {
93 DownloadUIController::DownloadUIController(content::DownloadManager* manager,
102 // should be the case since DownloadUIController is owned by
110 DownloadUIController::~DownloadUIController()
    [all...]

Completed in 73 milliseconds