Searched defs:PrefRegistrySyncable (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/user_prefs/
H A Dpref_registry_syncable.h28 // PrefRegistrySyncable*, and the top-level application using the
33 class USER_PREFS_EXPORT PrefRegistrySyncable : public PrefRegistry { class in namespace:user_prefs
50 PrefRegistrySyncable();
110 // Returns a new PrefRegistrySyncable that uses the same defaults
112 scoped_refptr<PrefRegistrySyncable> ForkForIncognito();
115 virtual ~PrefRegistrySyncable();
126 DISALLOW_COPY_AND_ASSIGN(PrefRegistrySyncable);
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,
85 void PrefRegistrySyncable::RegisterIntegerPref(const char* path,
93 void PrefRegistrySyncable
[all...]

Completed in 101 milliseconds