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

/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc260 MockNewCreditCardBubbleController* mock_new_card_bubble_controller)
271 mock_new_card_bubble_controller_(mock_new_card_bubble_controller),
647 const MockNewCreditCardBubbleController* mock_new_card_bubble_controller() { function in class:autofill::__anon5015::AutofillDialogControllerTest
2629 EXPECT_EQ(1, mock_new_card_bubble_controller()->bubbles_shown());
2639 EXPECT_EQ(0, mock_new_card_bubble_controller()->bubbles_shown());
254 TestAutofillDialogController( content::WebContents* contents, const FormData& form_structure, const GURL& source_url, const AutofillMetrics& metric_logger, const AutofillClient::ResultCallback& callback, MockNewCreditCardBubbleController* mock_new_card_bubble_controller) argument

Completed in 45 milliseconds