Lines Matching full:infobar
855 // Test that credit card infobar metrics are logged correctly.
859 AutofillCCInfoBarDelegate* infobar;
862 // Accept the infobar.
865 infobar = new AutofillCCInfoBarDelegate(contents(),
875 EXPECT_TRUE(infobar->Accept());
876 infobar->InfoBarClosed();
878 // Cancel the infobar.
881 infobar = new AutofillCCInfoBarDelegate(contents(),
890 EXPECT_TRUE(infobar->Cancel());
891 infobar->InfoBarClosed();
893 // Dismiss the infobar.
896 infobar = new AutofillCCInfoBarDelegate(contents(),
905 infobar->InfoBarDismissed();
906 infobar->InfoBarClosed();
908 // Ignore the infobar.
911 infobar = new AutofillCCInfoBarDelegate(contents(),
918 infobar->InfoBarClosed();