HomeSort by relevance Sort by last modified time
    Searched refs:HTMLDialog (Results 1 - 6 of 6) 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,
66 // This class leverages HTMLDialog to create a dialog that is suitable
89 class Customizer : public HTMLDialog::CustomizationCallback {
95 HTMLDialog* dialog_;
html_dialog_impl.cc 41 class HTMLDialogWin : public HTMLDialog {
73 HTMLDialog* CreateNativeHTMLDialog(const std::wstring& url,
187 HTMLDialog::DialogResult dr = dialog_->ShowModal(NULL, &customizer);
188 if (HTMLDialog::HTML_DLG_ACCEPT == dr)
190 else if (HTMLDialog::HTML_DLG_EXTRA == dr)
  /external/chromium_org/third_party/WebKit/Source/core/page/
ChromeClient.h 214 HTMLDialog = 3
Chrome.cpp 156 return canRunModal() && canRunModalIfDuringPageDismissal(m_page, ChromeClient::HTMLDialog, String());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtml.h     [all...]
mshtmlc.h     [all...]

Completed in 244 milliseconds