Searched refs:FindPreference (Results 1 – 13 of 13) sorted by relevance
214 const Preference* pref = FindPreference(path); in HasPrefPath()235 const Preference* pref = FindPreference(it.first); in GetPreferenceValues()245 const PrefService::Preference* PrefService::FindPreference( in FindPreference() function in PrefService289 const Preference* pref = FindPreference(pref_name); in IsManagedPreference()295 const Preference* pref = FindPreference(pref_name); in IsPreferenceManagedByCustodian()301 const Preference* pref = FindPreference(pref_name); in IsUserModifiablePreference()324 const Preference* pref = FindPreference(path); in GetUserPrefValue()380 const Preference* pref = FindPreference(path); in ClearPref()499 const Preference* pref = FindPreference(path); in GetMutableUserPref()529 user_pref_store_->ReportValueChanged(key, GetWriteFlags(FindPreference(key))); in ReportUserPrefChanged()[all …]
24 const PrefService::Preference* pref = prefs->FindPreference(pref_name);
40 DCHECK(prefs_->FindPreference(pref_name_)) << pref_name << " not registered."; in Init()72 const PrefService::Preference* pref = prefs_->FindPreference(pref_name_); in UpdateValueFromPref()
36 const PrefService::Preference* pref = service_->FindPreference(path_); in GetValueOfType()
152 const PrefService::Preference* pref = prefs.FindPreference(kPrefName); in TEST()169 const PrefService::Preference* pref = prefs.FindPreference(kPrefName); in TEST()522 pref_service_->FindPreference(kStandaloneBrowserPref); in TEST_F()
133 if (!pref_service_->FindPreference(path)) in FireObservers()
235 const PrefService::Preference* FindPreference(const std::string& path) const;
92 prefs_->FindPreference(kStringPref)->IsDefaultValue()); in OnPreferenceChanged()
53 !arg.FindPreference(prefs::kClonedResetCount)->IsDefaultValue() &&54 !arg.FindPreference(prefs::kFirstClonedResetTimestamp)56 !arg.FindPreference(prefs::kLastClonedResetTimestamp)->IsDefaultValue());61 arg.FindPreference(prefs::kClonedResetCount)->IsDefaultValue() &&62 arg.FindPreference(prefs::kFirstClonedResetTimestamp)->IsDefaultValue() &&63 arg.FindPreference(prefs::kLastClonedResetTimestamp)->IsDefaultValue());334 EXPECT_TRUE(prefs_.FindPreference(prefs::kMetricsClientID)->IsDefaultValue()); in TEST_F()349 EXPECT_TRUE(prefs_.FindPreference(prefs::kMetricsProvisionalClientID) in TEST_F()374 prefs_.FindPreference(prefs::kMetricsClientID)->IsDefaultValue()); in TEST_F()390 EXPECT_TRUE(prefs_.FindPreference(prefs::kMetricsClientID)); in TEST_F()
130 bool FindPreference = false; variable
109 FindPreference = true; in initForGlobal()210 FindPreference = false; in initForInfOnly()303 FindPreference = true; in initForSecondChance()515 if (!FindPreference) in findRegisterPreference()
102 const PrefService::Preference* pref = pref_service_->FindPreference( in IsDefaultValuePreference()
95 ``FindPreference`` logic.)