HomeSort by relevance Sort by last modified time
    Searched defs:EulaHTMLDialog (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/installer/util/
html_dialog_impl.cc 158 // EulaHTMLDialog implementation ---------------------------------------------
160 void EulaHTMLDialog::Customizer::OnBeforeCreation(wchar_t** extra) {
165 void EulaHTMLDialog::Customizer::OnBeforeDisplay(void* window) {
176 EulaHTMLDialog::EulaHTMLDialog(const std::wstring& file,
181 EulaHTMLDialog::~EulaHTMLDialog() {
185 EulaHTMLDialog::Outcome EulaHTMLDialog::ShowModal() {
189 return EulaHTMLDialog::ACCEPTED
    [all...]
html_dialog.h 70 class EulaHTMLDialog {
75 EulaHTMLDialog(const std::wstring& file, const std::wstring& param);
76 ~EulaHTMLDialog();
96 DISALLOW_COPY_AND_ASSIGN(EulaHTMLDialog);

Completed in 498 milliseconds