Home
last modified time | relevance | path

Searched refs:GetMutableUserPref (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/components/prefs/
H A Dscoped_user_pref_update.cc33 value_ = service_->GetMutableUserPref(path_, type); in GetValueOfType()
H A Dpref_service.h511 base::Value* GetMutableUserPref(const std::string& path,
H A Dpref_service_unittest.cc376 prefs->GetMutableUserPref(entry.pref_name, base::Value::Type::DICT); in TEST()
H A Dpref_service.cc512 base::Value* PrefService::GetMutableUserPref(const std::string& path, in GetMutableUserPref() function in PrefService