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

  /external/chromium_org/components/pref_registry/
pref_registry_syncable.cc 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
    [all...]
pref_registry_syncable.h 30 // PrefRegistrySyncable*, and the top-level application using the
35 class PREF_REGISTRY_EXPORT PrefRegistrySyncable : public PrefRegistry {
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 404 milliseconds