HomeSort by relevance Sort by last modified time
    Searched refs:HTMLDialog (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/installer/util/
html_dialog.h 20 class HTMLDialog {
46 virtual ~HTMLDialog() {}
63 HTMLDialog* CreateNativeHTMLDialog(const std::wstring& url);
65 // This class leverages HTMLDialog to create a dialog that is suitable
88 class Customizer : public HTMLDialog::CustomizationCallback {
94 HTMLDialog* dialog_;
html_dialog_impl.cc 41 class HTMLDialogWin : public HTMLDialog {
73 HTMLDialog* CreateNativeHTMLDialog(const std::wstring& url,
182 HTMLDialog::DialogResult dr = dialog_->ShowModal(NULL, &customizer);
183 if (HTMLDialog::HTML_DLG_ACCEPT == dr)
185 else if (HTMLDialog::HTML_DLG_EXTRA == dr)
  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 256 HTMLDialog = 3
Chrome.cpp 171 return canRunModal() && canRunModalIfDuringPageDismissal(m_page, ChromeClient::HTMLDialog, String());

Completed in 162 milliseconds