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 27 class DownloadUIController : public AllDownloadItemNotifier::Observer {
43 DownloadUIController(content::DownloadManager* manager,
46 virtual ~DownloadUIController();
58 DISALLOW_COPY_AND_ASSIGN(DownloadUIController);
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...]

Completed in 2995 milliseconds