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

/external/chromium_org/components/autofill/core/browser/
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 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...]

Completed in 885 milliseconds