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

  /external/chromium_org/chrome/browser/infobars/
simple_alert_infobar_delegate.cc 12 void SimpleAlertInfoBarDelegate::Create(InfoBarService* infobar_service,
18 new SimpleAlertInfoBarDelegate(icon_id, message, auto_expire))));
21 SimpleAlertInfoBarDelegate::SimpleAlertInfoBarDelegate(
31 SimpleAlertInfoBarDelegate::~SimpleAlertInfoBarDelegate() {
34 int SimpleAlertInfoBarDelegate::GetIconID() const {
38 base::string16 SimpleAlertInfoBarDelegate::GetMessageText() const {
42 int SimpleAlertInfoBarDelegate::GetButtons() const {
46 bool SimpleAlertInfoBarDelegate::ShouldExpireInternal
    [all...]
simple_alert_infobar_delegate.h 15 class SimpleAlertInfoBarDelegate : public ConfirmInfoBarDelegate {
25 SimpleAlertInfoBarDelegate(int icon_id,
28 virtual ~SimpleAlertInfoBarDelegate();
41 DISALLOW_COPY_AND_ASSIGN(SimpleAlertInfoBarDelegate);

Completed in 1062 milliseconds