Searched defs:SimpleAlertInfoBarDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/infobars/
H A Dsimple_alert_infobar_delegate.h15 class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate { class in inherits:ConfirmInfoBarDelegate
25 SimpleAlertInfoBarDelegate(int icon_id,
28 virtual ~SimpleAlertInfoBarDelegate();
41 DISALLOW_COPY_AND_ASSIGN(SimpleAlertInfoBarDelegate);
H A Dsimple_alert_infobar_delegate.cc12 void SimpleAlertInfoBarDelegate::Create(InfoBarService* infobar_service,
18 new SimpleAlertInfoBarDelegate(icon_id, message, auto_expire))));
21 SimpleAlertInfoBarDelegate::SimpleAlertInfoBarDelegate( function in class:SimpleAlertInfoBarDelegate
31 SimpleAlertInfoBarDelegate::~SimpleAlertInfoBarDelegate() {
34 int SimpleAlertInfoBarDelegate::GetIconID() const {
38 base::string16 SimpleAlertInfoBarDelegate::GetMessageText() const {
42 int SimpleAlertInfoBarDelegate::GetButtons() const {
46 bool SimpleAlertInfoBarDelegate
[all...]

Completed in 62 milliseconds