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

  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 25 class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate {
27 AutofillCCInfoBarDelegate(TabContents* tab_contents,
33 virtual ~AutofillCCInfoBarDelegate();
67 DISALLOW_COPY_AND_ASSIGN(AutofillCCInfoBarDelegate);
autofill_cc_infobar_delegate.cc 17 AutofillCCInfoBarDelegate::AutofillCCInfoBarDelegate(
30 AutofillCCInfoBarDelegate::~AutofillCCInfoBarDelegate() {
33 void AutofillCCInfoBarDelegate::LogUserAction(
41 bool AutofillCCInfoBarDelegate::ShouldExpire(
49 void AutofillCCInfoBarDelegate::InfoBarClosed() {
56 void AutofillCCInfoBarDelegate::InfoBarDismissed() {
60 SkBitmap* AutofillCCInfoBarDelegate::GetIcon() const {
65 InfoBarDelegate::Type AutofillCCInfoBarDelegate::GetInfoBarType() const
    [all...]
  /external/chromium_org/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 28 class AutofillCCInfoBarDelegate : public ConfirmInfoBarDelegate {
41 new AutofillCCInfoBarDelegate(NULL, metric_logger, save_card_callback));
46 AutofillCCInfoBarDelegate(InfoBarService* infobar_service,
49 virtual ~AutofillCCInfoBarDelegate();
78 DISALLOW_COPY_AND_ASSIGN(AutofillCCInfoBarDelegate);
autofill_cc_infobar_delegate.cc 23 void AutofillCCInfoBarDelegate::Create(
28 new AutofillCCInfoBarDelegate(
32 AutofillCCInfoBarDelegate::AutofillCCInfoBarDelegate(
43 AutofillCCInfoBarDelegate::~AutofillCCInfoBarDelegate() {
48 void AutofillCCInfoBarDelegate::LogUserAction(
56 void AutofillCCInfoBarDelegate::InfoBarDismissed() {
60 int AutofillCCInfoBarDelegate::GetIconID() const {
64 InfoBarDelegate::Type AutofillCCInfoBarDelegate::GetInfoBarType() const
    [all...]

Completed in 46 milliseconds