Home
last modified time | relevance | path

Searched defs:IsAutofillEnabled (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/browser/autofill/
Dautofill_metrics_unittest.cc89 virtual bool IsAutofillEnabled() const OVERRIDE { in IsAutofillEnabled() function in __anond71256a60111::TestPersonalDataManager
131 virtual bool IsAutofillEnabled() const { return autofill_enabled_; } in IsAutofillEnabled() function in __anond71256a60111::TestAutofillManager
Dpersonal_data_manager.cc688 bool PersonalDataManager::IsAutofillEnabled() const { in IsAutofillEnabled() function in PersonalDataManager
Dautofill_manager.cc671 bool AutofillManager::IsAutofillEnabled() const { in IsAutofillEnabled() function in AutofillManager
Dautofill_manager_unittest.cc418 virtual bool IsAutofillEnabled() const { return autofill_enabled_; } in IsAutofillEnabled() function in __anonbea98c6a0111::TestAutofillManager
/external/chromium_org/components/autofill/content/browser/
Drequest_autocomplete_manager_unittest.cc30 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; } in IsAutofillEnabled() function in autofill::__anonf00c70bd0111::TestAutofillManager
/external/chromium_org/components/autofill/core/browser/
Dautofill_metrics_unittest.cc123 virtual bool IsAutofillEnabled() const OVERRIDE { in IsAutofillEnabled() function in autofill::__anon0824256d0111::TestPersonalDataManager
197 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; } in IsAutofillEnabled() function in autofill::__anon0824256d0111::TestAutofillManager
Dpersonal_data_manager.cc681 bool PersonalDataManager::IsAutofillEnabled() const { in IsAutofillEnabled() function in autofill::PersonalDataManager
Dautofill_manager.cc650 bool AutofillManager::IsAutofillEnabled() const { in IsAutofillEnabled() function in autofill::AutofillManager
Dautofill_manager_unittest.cc412 virtual bool IsAutofillEnabled() const OVERRIDE { return autofill_enabled_; } in IsAutofillEnabled() function in autofill::__anonefbb5b310111::TestAutofillManager
/external/chromium_org/chrome/browser/autofill/android/
Dpersonal_data_manager_android.cc292 static jboolean IsAutofillEnabled(JNIEnv* env, jclass clazz) { in IsAutofillEnabled() function