Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/ui/extensions/
Dextension_install_ui_default.cc82 class ErrorInfoBarDelegate : public ConfirmInfoBarDelegate { class
90 explicit ErrorInfoBarDelegate(const extensions::CrxInstallerError& error);
91 virtual ~ErrorInfoBarDelegate();
101 DISALLOW_COPY_AND_ASSIGN(ErrorInfoBarDelegate);
105 void ErrorInfoBarDelegate::Create(InfoBarService* infobar_service, in Create()
108 scoped_ptr<ConfirmInfoBarDelegate>(new ErrorInfoBarDelegate(error)))); in Create()
111 ErrorInfoBarDelegate::ErrorInfoBarDelegate( in ErrorInfoBarDelegate() function in __anon885757690111::ErrorInfoBarDelegate
117 ErrorInfoBarDelegate::~ErrorInfoBarDelegate() { in ~ErrorInfoBarDelegate()
120 base::string16 ErrorInfoBarDelegate::GetMessageText() const { in GetMessageText()
124 int ErrorInfoBarDelegate::GetButtons() const { in GetButtons()
[all …]