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,
85 void PrefRegistrySyncable::RegisterIntegerPref(const char* path,
93 void PrefRegistrySyncable::RegisterDoublePref(const char* path,
101 void PrefRegistrySyncable::RegisterStringPref(const char* path,
109 void PrefRegistrySyncable::RegisterFilePathPref(
118 void PrefRegistrySyncable::RegisterListPref(const char* path,
123 void PrefRegistrySyncable::RegisterListPref(const char* path,
129 void PrefRegistrySyncable::RegisterDictionaryPref(const char* path,
134 void PrefRegistrySyncable::RegisterDictionaryPref(
141 void PrefRegistrySyncable::RegisterLocalizedBooleanPref(
151 void PrefRegistrySyncable::RegisterLocalizedIntegerPref(
161 void PrefRegistrySyncable::RegisterLocalizedDoublePref(
171 void PrefRegistrySyncable::RegisterLocalizedStringPref(
181 void PrefRegistrySyncable::RegisterInt64Pref(
191 void PrefRegistrySyncable::RegisterUint64Pref(
201 void PrefRegistrySyncable::RegisterSyncablePreference(
207 if (sync_status == PrefRegistrySyncable::SYNCABLE_PREF ||
208 sync_status == PrefRegistrySyncable::SYNCABLE_PRIORITY_PREF) {
216 scoped_refptr<PrefRegistrySyncable> PrefRegistrySyncable::ForkForIncognito() {
220 scoped_refptr<PrefRegistrySyncable> registry(new PrefRegistrySyncable());