Searched defs:HtmlDialogUI (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/webui/
H A Dhtml_dialog_ui.cc17 HtmlDialogUI::HtmlDialogUI(TabContents* tab_contents) : WebUI(tab_contents) { function in class:HtmlDialogUI
20 HtmlDialogUI::~HtmlDialogUI() {
32 PropertyAccessor<HtmlDialogUIDelegate*>& HtmlDialogUI::GetPropertyAccessor() {
39 void HtmlDialogUI::RenderViewCreated(RenderViewHost* render_view_host) {
43 NewCallback(this, &HtmlDialogUI::OnDialogClosed));
64 void HtmlDialogUI::OnDialogClosed(const ListValue* args) {
77 : HtmlDialogUI(tab_contents) {
H A Dhtml_dialog_ui.h83 class HtmlDialogUI : public WebUI { class in inherits:WebUI
97 explicit HtmlDialogUI(TabContents* tab_contents);
98 virtual ~HtmlDialogUI();
111 DISALLOW_COPY_AND_ASSIGN(HtmlDialogUI);
119 class ExternalHtmlDialogUI : public HtmlDialogUI {

Completed in 61 milliseconds