Home
last modified time | relevance | path

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

/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/chrome/browser/sync/test/integration/
Dtwo_client_preferences_sync_test.cc356 kAutofillAuxiliaryProfilesEnabled) { in IN_PROC_BROWSER_TEST_F() argument
361 BooleanPrefMatches(autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in IN_PROC_BROWSER_TEST_F()
363 ChangeBooleanPref(0, autofill::prefs::kAutofillAuxiliaryProfilesEnabled); in IN_PROC_BROWSER_TEST_F()
369 BooleanPrefMatches(autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in IN_PROC_BROWSER_TEST_F()
372 BooleanPrefMatches(autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in IN_PROC_BROWSER_TEST_F()
/external/chromium/chrome/browser/autofill/
Dautofill_common_test.cc86 profile->GetPrefs()->SetBoolean(prefs::kAutofillAuxiliaryProfilesEnabled, in DisableSystemServices()
Dautofill_manager_unittest.cc2046 prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
2048 prefs::kAutofillAuxiliaryProfilesEnabled, false); in TEST_F()
2049 profile()->GetPrefs()->ClearPref(prefs::kAutofillAuxiliaryProfilesEnabled); in TEST_F()
2051 prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
2054 prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
2056 prefs::kAutofillAuxiliaryProfilesEnabled, true); in TEST_F()
2057 profile()->GetPrefs()->ClearPref(prefs::kAutofillAuxiliaryProfilesEnabled); in TEST_F()
2059 prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
Dautofill_manager.cc264 prefs->RegisterBooleanPref(prefs::kAutofillAuxiliaryProfilesEnabled, true); in RegisterUserPrefs()
266 prefs->RegisterBooleanPref(prefs::kAutofillAuxiliaryProfilesEnabled, false); in RegisterUserPrefs()
Dpersonal_data_manager.cc638 prefs::kAutofillAuxiliaryProfilesEnabled) : false; in profiles()
/external/chromium/chrome/browser/ui/options/
Doptions_util.cc58 prefs::kAutofillAuxiliaryProfilesEnabled, in ResetToDefaults()
/external/chromium/chrome/browser/sync/glue/
Dsynchronized_preferences.h98 prefs::kAutofillAuxiliaryProfilesEnabled,
/external/chromium_org/components/autofill/core/browser/
Dautofill_test_utils.cc215 prefs::kAutofillAuxiliaryProfilesEnabled, false); in DisableSystemServices()
Dautofill_manager_unittest.cc1609 prefs->SetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled, true); in TEST_F()
2538 prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
2540 ::autofill::prefs::kAutofillAuxiliaryProfilesEnabled, false); in TEST_F()
2541 prefs->ClearPref(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled); in TEST_F()
2543 prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
2546 prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
2547 prefs->SetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled, true); in TEST_F()
2548 prefs->ClearPref(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled); in TEST_F()
2550 prefs->GetBoolean(::autofill::prefs::kAutofillAuxiliaryProfilesEnabled)); in TEST_F()
Dautofill_manager.cc206 prefs::kAutofillAuxiliaryProfilesEnabled, in RegisterProfilePrefs()
211 prefs::kAutofillAuxiliaryProfilesEnabled, in RegisterProfilePrefs()
Dpersonal_data_manager.cc528 if (!pref_service_->GetBoolean(prefs::kAutofillAuxiliaryProfilesEnabled)) { in GetProfiles()
/external/chromium/chrome/common/
Dpref_names.h232 extern const char kAutofillAuxiliaryProfilesEnabled[];
Dpref_names.cc658 const char kAutofillAuxiliaryProfilesEnabled[] = variable