Searched refs:AutofillCCInfoBarDelegate (Results 1 – 4 of 4) sorted by relevance
17 AutofillCCInfoBarDelegate::AutofillCCInfoBarDelegate( in AutofillCCInfoBarDelegate() function in AutofillCCInfoBarDelegate30 AutofillCCInfoBarDelegate::~AutofillCCInfoBarDelegate() { in ~AutofillCCInfoBarDelegate()33 void AutofillCCInfoBarDelegate::LogUserAction( in LogUserAction()41 bool AutofillCCInfoBarDelegate::ShouldExpire( in ShouldExpire()49 void AutofillCCInfoBarDelegate::InfoBarClosed() { in InfoBarClosed()56 void AutofillCCInfoBarDelegate::InfoBarDismissed() { in InfoBarDismissed()60 SkBitmap* AutofillCCInfoBarDelegate::GetIcon() const { in GetIcon()65 InfoBarDelegate::Type AutofillCCInfoBarDelegate::GetInfoBarType() const { in GetInfoBarType()69 string16 AutofillCCInfoBarDelegate::GetMessageText() const { in GetMessageText()73 string16 AutofillCCInfoBarDelegate::GetButtonLabel(InfoBarButton button) const { in GetButtonLabel()[all …]
25 class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate {27 AutofillCCInfoBarDelegate(TabContents* tab_contents,33 virtual ~AutofillCCInfoBarDelegate();67 DISALLOW_COPY_AND_ASSIGN(AutofillCCInfoBarDelegate);
859 AutofillCCInfoBarDelegate* infobar; in TEST_F()865 infobar = new AutofillCCInfoBarDelegate(contents(), in TEST_F()881 infobar = new AutofillCCInfoBarDelegate(contents(), in TEST_F()896 infobar = new AutofillCCInfoBarDelegate(contents(), in TEST_F()911 infobar = new AutofillCCInfoBarDelegate(contents(), in TEST_F()
707 new AutofillCCInfoBarDelegate(tab_contents(), in ImportFormData()