Lines Matching defs:PrefRegistrySyncable

61 PrefRegistrySyncable::PrefRegistrySyncable() {
64 PrefRegistrySyncable::~PrefRegistrySyncable() {
67 const PrefRegistrySyncable::PrefToStatus&
68 PrefRegistrySyncable::syncable_preferences() const {
72 void PrefRegistrySyncable::SetSyncableRegistrationCallback(
77 void PrefRegistrySyncable::RegisterBooleanPref(const char* path,
84 void PrefRegistrySyncable::RegisterIntegerPref(const char* path,
91 void PrefRegistrySyncable::RegisterDoublePref(const char* path,
98 void PrefRegistrySyncable::RegisterStringPref(const char* path,
105 void PrefRegistrySyncable::RegisterFilePathPref(
113 void PrefRegistrySyncable::RegisterListPref(const char* path,
118 void PrefRegistrySyncable::RegisterListPref(const char* path,
124 void PrefRegistrySyncable::RegisterDictionaryPref(const char* path,
129 void PrefRegistrySyncable::RegisterDictionaryPref(
136 void PrefRegistrySyncable::RegisterLocalizedBooleanPref(
147 void PrefRegistrySyncable::RegisterLocalizedIntegerPref(
158 void PrefRegistrySyncable::RegisterLocalizedDoublePref(
169 void PrefRegistrySyncable::RegisterLocalizedStringPref(
180 void PrefRegistrySyncable::RegisterInt64Pref(
190 void PrefRegistrySyncable::RegisterUint64Pref(
200 void PrefRegistrySyncable::RegisterSyncablePreference(
206 if (sync_status == PrefRegistrySyncable::SYNCABLE_PREF ||
207 sync_status == PrefRegistrySyncable::SYNCABLE_PRIORITY_PREF) {
215 scoped_refptr<PrefRegistrySyncable> PrefRegistrySyncable::ForkForIncognito() {
219 scoped_refptr<PrefRegistrySyncable> registry(new PrefRegistrySyncable());