Searched refs:kAutofillAuxiliaryProfilesEnabled (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/components/autofill/core/common/ |
D | autofill_pref_names.cc | 12 const char kAutofillAuxiliaryProfilesEnabled[] = variable
|
D | autofill_pref_names.h | 13 extern const char kAutofillAuxiliaryProfilesEnabled[];
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
D | two_client_preferences_sync_test.cc | 356 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/ |
D | autofill_common_test.cc | 86 profile->GetPrefs()->SetBoolean(prefs::kAutofillAuxiliaryProfilesEnabled, in DisableSystemServices()
|
D | autofill_manager_unittest.cc | 2046 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()
|
D | autofill_manager.cc | 264 prefs->RegisterBooleanPref(prefs::kAutofillAuxiliaryProfilesEnabled, true); in RegisterUserPrefs() 266 prefs->RegisterBooleanPref(prefs::kAutofillAuxiliaryProfilesEnabled, false); in RegisterUserPrefs()
|
D | personal_data_manager.cc | 638 prefs::kAutofillAuxiliaryProfilesEnabled) : false; in profiles()
|
/external/chromium/chrome/browser/ui/options/ |
D | options_util.cc | 58 prefs::kAutofillAuxiliaryProfilesEnabled, in ResetToDefaults()
|
/external/chromium/chrome/browser/sync/glue/ |
D | synchronized_preferences.h | 98 prefs::kAutofillAuxiliaryProfilesEnabled,
|
/external/chromium_org/components/autofill/core/browser/ |
D | autofill_test_utils.cc | 215 prefs::kAutofillAuxiliaryProfilesEnabled, false); in DisableSystemServices()
|
D | autofill_manager_unittest.cc | 1609 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()
|
D | autofill_manager.cc | 206 prefs::kAutofillAuxiliaryProfilesEnabled, in RegisterProfilePrefs() 211 prefs::kAutofillAuxiliaryProfilesEnabled, in RegisterProfilePrefs()
|
D | personal_data_manager.cc | 528 if (!pref_service_->GetBoolean(prefs::kAutofillAuxiliaryProfilesEnabled)) { in GetProfiles()
|
/external/chromium/chrome/common/ |
D | pref_names.h | 232 extern const char kAutofillAuxiliaryProfilesEnabled[];
|
D | pref_names.cc | 658 const char kAutofillAuxiliaryProfilesEnabled[] = variable
|