Searched refs:TestAutofillClient (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_client.cc11 TestAutofillClient::TestAutofillClient() { function in class:autofill::TestAutofillClient
13 TestAutofillClient::~TestAutofillClient() {
16 PersonalDataManager* TestAutofillClient::GetPersonalDataManager() {
20 scoped_refptr<AutofillWebDataService> TestAutofillClient::GetDatabase() {
24 PrefService* TestAutofillClient::GetPrefs() {
28 void TestAutofillClient::HideRequestAutocompleteDialog() {
31 void TestAutofillClient::ShowAutofillSettings() {
34 void TestAutofillClient
[all...]
H A Dtest_autofill_client.h17 class TestAutofillClient : public AutofillClient { class in namespace:autofill
19 TestAutofillClient();
20 virtual ~TestAutofillClient();
62 DISALLOW_COPY_AND_ASSIGN(TestAutofillClient);
H A Dautocomplete_history_manager_unittest.cc46 class MockAutofillClient : public TestAutofillClient {
H A Dautofill_external_delegate_unittest.cc52 class MockAutofillClient : public autofill::TestAutofillClient {
H A Dautofill_manager_unittest.cc672 TestAutofillClient autofill_client_;
2338 TestAutofillClient client;
2362 TestAutofillClient client;
2882 class MockAutofillClient : public TestAutofillClient {
H A Dautofill_metrics_unittest.cc241 TestAutofillClient autofill_client_;
/external/chromium_org/chrome/browser/autofill/
H A Dcontent_autofill_driver_browsertest.cc29 class MockAutofillClient : public TestAutofillClient {
/external/chromium_org/components/autofill/content/browser/
H A Drequest_autocomplete_manager_unittest.cc40 class CustomTestAutofillClient : public TestAutofillClient {
H A Dcontent_autofill_driver_unittest.cc71 test_autofill_client_.reset(new TestAutofillClient());
194 scoped_ptr<TestAutofillClient> test_autofill_client_;
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_autofill_manager_unittest.cc54 class MockAutofillClient : public autofill::TestAutofillClient {
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_unittest.cc56 class MockAutofillClient : public autofill::TestAutofillClient {

Completed in 177 milliseconds