Searched refs:supervised_user_prefs (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/cronet/components/prefs/ |
H A D | pref_value_store.cc | 52 PrefStore* supervised_user_prefs, in PrefValueStore() argument 62 InitPrefStore(SUPERVISED_USER_STORE, supervised_user_prefs); in PrefValueStore() 77 PrefStore* supervised_user_prefs, in CloneAndSpecialize() argument 88 if (!supervised_user_prefs) in CloneAndSpecialize() 89 supervised_user_prefs = GetPrefStore(SUPERVISED_USER_STORE); in CloneAndSpecialize() 104 managed_prefs, supervised_user_prefs, extension_prefs, in CloneAndSpecialize()
|
H A D | testing_pref_service.cc | 20 scoped_refptr<TestingPrefStore> supervised_user_prefs, in TestingPrefServiceBase() argument 33 supervised_user_prefs.get(), in TestingPrefServiceBase() 49 supervised_user_prefs_(supervised_user_prefs), in TestingPrefServiceBase()
|
H A D | pref_value_store.h | 82 PrefStore* supervised_user_prefs, 102 PrefStore* supervised_user_prefs,
|
H A D | testing_pref_service.h | 98 scoped_refptr<TestingPrefStore> supervised_user_prefs, 152 scoped_refptr<TestingPrefStore> supervised_user_prefs,
|