Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/autofill/
Dautofill_cc_infobar_delegate.cc17 AutofillCCInfoBarDelegate::AutofillCCInfoBarDelegate( in AutofillCCInfoBarDelegate() function in AutofillCCInfoBarDelegate
30 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 …]
Dautofill_cc_infobar_delegate.h25 class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate {
27 AutofillCCInfoBarDelegate(TabContents* tab_contents,
33 virtual ~AutofillCCInfoBarDelegate();
67 DISALLOW_COPY_AND_ASSIGN(AutofillCCInfoBarDelegate);
Dautofill_metrics_unittest.cc859 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()
Dautofill_manager.cc707 new AutofillCCInfoBarDelegate(tab_contents(), in ImportFormData()