• Home
  • Raw
  • Download

Lines Matching defs:path

166     ConstructionPrefRegistry>::GetManagedPref(const std::string& path) const {  in GetManagedPref()
172 SetManagedPref(const std::string& path, in SetManagedPref()
179 SetManagedPref(const std::string& path, base::Value value) { in SetManagedPref()
185 SetManagedPref(const std::string& path, base::Value::Dict dict) { in SetManagedPref()
191 SetManagedPref(const std::string& path, base::Value::List list) { in SetManagedPref()
197 RemoveManagedPref(const std::string& path) { in RemoveManagedPref()
204 GetSupervisedUserPref(const std::string& path) const { in GetSupervisedUserPref()
210 SetSupervisedUserPref(const std::string& path, in SetSupervisedUserPref()
217 SetSupervisedUserPref(const std::string& path, base::Value value) { in SetSupervisedUserPref()
223 SetSupervisedUserPref(const std::string& path, base::Value::Dict dict) { in SetSupervisedUserPref()
229 SetSupervisedUserPref(const std::string& path, base::Value::List list) { in SetSupervisedUserPref()
235 RemoveSupervisedUserPref(const std::string& path) { in RemoveSupervisedUserPref()
242 ConstructionPrefRegistry>::GetExtensionPref(const std::string& path) const { in GetExtensionPref()
248 SetExtensionPref(const std::string& path, in SetExtensionPref()
255 SetExtensionPref(const std::string& path, base::Value value) { in SetExtensionPref()
261 SetExtensionPref(const std::string& path, base::Value::Dict dict) { in SetExtensionPref()
267 SetExtensionPref(const std::string& path, base::Value::List list) { in SetExtensionPref()
273 RemoveExtensionPref(const std::string& path) { in RemoveExtensionPref()
280 const std::string& path) const { in GetUserPref()
286 SetUserPref(const std::string& path, std::unique_ptr<base::Value> value) { in SetUserPref()
292 SetUserPref(const std::string& path, base::Value value) { in SetUserPref()
298 SetUserPref(const std::string& path, base::Value::Dict dict) { in SetUserPref()
304 SetUserPref(const std::string& path, base::Value::List list) { in SetUserPref()
310 RemoveUserPref(const std::string& path) { in RemoveUserPref()
317 GetRecommendedPref(const std::string& path) const { in GetRecommendedPref()
323 SetRecommendedPref(const std::string& path, in SetRecommendedPref()
330 SetRecommendedPref(const std::string& path, base::Value value) { in SetRecommendedPref()
337 SetRecommendedPref(const std::string& path, base::Value::Dict dict) { in SetRecommendedPref()
343 SetRecommendedPref(const std::string& path, base::Value::List list) { in SetRecommendedPref()
349 RemoveRecommendedPref(const std::string& path) { in RemoveRecommendedPref()
357 const std::string& path) const { in GetPref()
365 const std::string& path, in SetPref()
373 RemovePref(TestingPrefStore* pref_store, const std::string& path) { in RemovePref()