Searched defs:PrefRegistrySyncable (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/components/pref_registry/
H A Dpref_registry_syncable.cc61 PrefRegistrySyncable::PrefRegistrySyncable() { function in class:user_prefs::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
[all...]
H A Dpref_registry_syncable.h30 // PrefRegistrySyncable*, and the top-level application using the
35 class PREF_REGISTRY_EXPORT PrefRegistrySyncable : public PrefRegistry { class in namespace:user_prefs
52 PrefRegistrySyncable();
112 // Returns a new PrefRegistrySyncable that uses the same defaults
114 scoped_refptr<PrefRegistrySyncable> ForkForIncognito();
117 virtual ~PrefRegistrySyncable();
128 DISALLOW_COPY_AND_ASSIGN(PrefRegistrySyncable);

Completed in 281 milliseconds