Searched refs:bubbles_shown (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/ui/autofill/
H A Dmock_new_credit_card_bubble_controller.h31 int bubbles_shown() const { return bubbles_shown_; } function in class:autofill::MockNewCreditCardBubbleController
H A Dtest_generated_credit_card_bubble_controller.h33 int bubbles_shown() const { return bubbles_shown_; } function in class:autofill::TestGeneratedCreditCardBubbleController
H A Dautofill_dialog_controller_unittest.cc2629 EXPECT_EQ(1, mock_new_card_bubble_controller()->bubbles_shown());
2630 EXPECT_EQ(0, test_generated_bubble_controller()->bubbles_shown());
2639 EXPECT_EQ(0, mock_new_card_bubble_controller()->bubbles_shown());
2640 EXPECT_EQ(1, test_generated_bubble_controller()->bubbles_shown());
H A Dautofill_dialog_controller_browsertest.cc1155 EXPECT_EQ(1, test_generated_bubble_controller()->bubbles_shown());

Completed in 163 milliseconds