HomeSort by relevance Sort by last modified time
    Searched full:mock_autofill_manager (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/autofill/content/browser/
request_autocomplete_manager_unittest.cc 83 TestAutofillManager* mock_autofill_manager() { function in class:autofill::__anon10781::TestContentAutofillDriver
163 driver_->mock_autofill_manager()->set_autofill_enabled(false);
content_autofill_driver_unittest.cc 59 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);

Completed in 242 milliseconds