Home
last modified time | relevance | path

Searched refs:kAutofillAuxiliaryProfilesEnabled (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/sync/test/integration/
Dtwo_client_preferences_sync_test.cc100 kAutofillAuxiliaryProfilesEnabled) { in IN_PROC_BROWSER_TEST_F() argument
106 autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in IN_PROC_BROWSER_TEST_F()
109 ChangeBooleanPref(0, autofill::prefs::kAutofillAuxiliaryProfilesEnabled); in IN_PROC_BROWSER_TEST_F()
120 BooleanPrefMatches(autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in IN_PROC_BROWSER_TEST_F()
123 BooleanPrefMatches(autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/components/autofill/core/common/
Dautofill_pref_names.cc12 const char kAutofillAuxiliaryProfilesEnabled[] = variable
Dautofill_pref_names.h13 extern const char kAutofillAuxiliaryProfilesEnabled[];
/external/chromium_org/components/autofill/core/browser/
Dautofill_test_utils.cc217 prefs->SetBoolean(prefs::kAutofillAuxiliaryProfilesEnabled, false); in DisableSystemServices()
Dautofill_manager_unittest.cc1577 ::autofill::prefs::kAutofillAuxiliaryProfilesEnabled, true); in TEST_F()
2505 prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
2506 prefs->SetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled, in TEST_F()
2508 prefs->ClearPref(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled); in TEST_F()
2510 prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
2513 prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
2514 prefs->SetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled, true); in TEST_F()
2515 prefs->ClearPref(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled); in TEST_F()
2517 prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
Dautofill_manager.cc199 prefs::kAutofillAuxiliaryProfilesEnabled, in RegisterProfilePrefs()
204 prefs::kAutofillAuxiliaryProfilesEnabled, in RegisterProfilePrefs()
250 prefs->FindPreference(prefs::kAutofillAuxiliaryProfilesEnabled); in MigrateUserPrefs()
Dpersonal_data_manager.cc1104 if (!pref_service_->GetBoolean(prefs::kAutofillAuxiliaryProfilesEnabled)) in GetProfiles()