Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/webui/
Dactive_downloads_ui.h19 class ActiveDownloadsUI : public HtmlDialogUI {
21 explicit ActiveDownloadsUI(TabContents* contents);
27 DISALLOW_COPY_AND_ASSIGN(ActiveDownloadsUI);
Dactive_downloads_ui.cc377 ActiveDownloadsUI::ActiveDownloadsUI(TabContents* contents) in ActiveDownloadsUI() function in ActiveDownloadsUI
389 Browser* ActiveDownloadsUI::OpenPopup(Profile* profile) { in OpenPopup()
416 Browser* ActiveDownloadsUI::GetPopup(Profile* profile) { in GetPopup()
Dchrome_web_ui_factory.cc189 return &NewWebUI<ActiveDownloadsUI>; in GetWebUIFactoryFunction()
/external/chromium/chrome/browser/automation/
Dtesting_automation_provider.cc1066 *visible = ActiveDownloadsUI::GetPopup(browser->profile()); in GetShelfVisibility()
1989 ActiveDownloadsUI::GetPopup(browser->profile()); in SetShelfVisibility()
1991 ActiveDownloadsUI::OpenPopup(browser->profile()); in SetShelfVisibility()
/external/chromium/chrome/browser/ui/
Dbrowser.cc3179 ActiveDownloadsUI::OpenPopup(profile_); in OnStartDownload()