Searched defs:mock_autofill_manager (Results 1 - 2 of 2) sorted by path

/external/chromium_org/components/autofill/content/browser/
H A Dcontent_autofill_driver_unittest.cc59 virtual MockAutofillManager* mock_autofill_manager() { function in class:autofill::TestContentAutofillDriver
207 EXPECT_CALL(*driver_->mock_autofill_manager(), Reset());
217 EXPECT_CALL(*driver_->mock_autofill_manager(), Reset()).Times(0);
H A Drequest_autocomplete_manager_unittest.cc83 TestAutofillManager* mock_autofill_manager() { function in class:autofill::__anon6273::TestContentAutofillDriver
163 driver_->mock_autofill_manager()->set_autofill_enabled(false);

Completed in 233 milliseconds