Home
last modified time | relevance | path

Searched refs:HTMLDialog (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/installer/util/
Dhtml_dialog.h20 class HTMLDialog {
46 virtual ~HTMLDialog() {} in ~HTMLDialog()
63 HTMLDialog* CreateNativeHTMLDialog(const std::wstring& url,
89 class Customizer : public HTMLDialog::CustomizationCallback {
95 HTMLDialog* dialog_;
Dhtml_dialog_impl.cc41 class HTMLDialogWin : public HTMLDialog {
73 HTMLDialog* CreateNativeHTMLDialog(const std::wstring& url, in CreateNativeHTMLDialog()
187 HTMLDialog::DialogResult dr = dialog_->ShowModal(NULL, &customizer); in ShowModal()
188 if (HTMLDialog::HTML_DLG_ACCEPT == dr) in ShowModal()
190 else if (HTMLDialog::HTML_DLG_EXTRA == dr) in ShowModal()
/external/chromium_org/third_party/WebKit/Source/core/page/
DChromeClient.h214 HTMLDialog = 3 enumerator
DChrome.cpp156 …return canRunModal() && canRunModalIfDuringPageDismissal(m_page, ChromeClient::HTMLDialog, String(… in canRunModalNow()