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.cc14 : bubbles_shown_(0) {}
27 ++bubbles_shown_;
H A Dmock_new_credit_card_bubble_controller.h31 int bubbles_shown() const { return bubbles_shown_; }
37 int bubbles_shown_; member in class:autofill::MockNewCreditCardBubbleController
H A Dtest_generated_credit_card_bubble_controller.cc16 bubbles_shown_(0) {
47 ++bubbles_shown_;
H A Dtest_generated_credit_card_bubble_controller.h33 int bubbles_shown() const { return bubbles_shown_; }
44 int bubbles_shown_; member in class:autofill::TestGeneratedCreditCardBubbleController

Completed in 848 milliseconds