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

/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate.h24 class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate { class in namespace:autofill
37 new AutofillCCInfoBarDelegate(metric_logger, save_card_callback));
42 AutofillCCInfoBarDelegate(const AutofillMetrics* metric_logger,
44 virtual ~AutofillCCInfoBarDelegate();
73 DISALLOW_COPY_AND_ASSIGN(AutofillCCInfoBarDelegate);
H A Dautofill_cc_infobar_delegate.cc25 void AutofillCCInfoBarDelegate::Create(
30 scoped_ptr<ConfirmInfoBarDelegate>(new AutofillCCInfoBarDelegate(
34 AutofillCCInfoBarDelegate::AutofillCCInfoBarDelegate( function in class:autofill::AutofillCCInfoBarDelegate
44 AutofillCCInfoBarDelegate::~AutofillCCInfoBarDelegate() {
49 void AutofillCCInfoBarDelegate::LogUserAction(
57 void AutofillCCInfoBarDelegate::InfoBarDismissed() {
61 int AutofillCCInfoBarDelegate::GetIconID() const {
65 infobars::InfoBarDelegate::Type AutofillCCInfoBarDelegate
[all...]

Completed in 167 milliseconds