Lines Matching defs:path
17 void PrefRegistrySimple::RegisterBooleanPref(const std::string& path, in RegisterBooleanPref()
23 void PrefRegistrySimple::RegisterIntegerPref(const std::string& path, in RegisterIntegerPref()
29 void PrefRegistrySimple::RegisterDoublePref(const std::string& path, in RegisterDoublePref()
35 void PrefRegistrySimple::RegisterStringPref(const std::string& path, in RegisterStringPref()
42 const std::string& path, in RegisterFilePathPref()
48 void PrefRegistrySimple::RegisterListPref(const std::string& path, in RegisterListPref()
53 void PrefRegistrySimple::RegisterListPref(const std::string& path, in RegisterListPref()
59 void PrefRegistrySimple::RegisterListPref(const std::string& path, in RegisterListPref()
65 void PrefRegistrySimple::RegisterDictionaryPref(const std::string& path, in RegisterDictionaryPref()
70 void PrefRegistrySimple::RegisterDictionaryPref(const std::string& path, in RegisterDictionaryPref()
76 void PrefRegistrySimple::RegisterDictionaryPref(const std::string& path, in RegisterDictionaryPref()
82 void PrefRegistrySimple::RegisterInt64Pref(const std::string& path, in RegisterInt64Pref()
89 void PrefRegistrySimple::RegisterUint64Pref(const std::string& path, in RegisterUint64Pref()
96 void PrefRegistrySimple::RegisterTimePref(const std::string& path, in RegisterTimePref()
103 void PrefRegistrySimple::RegisterTimeDeltaPref(const std::string& path, in RegisterTimeDeltaPref()