Home | History | Annotate | Download | only in prefs

Lines Matching defs:PrefServiceSyncable

23 class PrefServiceSyncable : public PrefService {
25 // PrefServiceSyncable is a PrefService with added integration for
31 // PrefServiceSyncable type. Instead, you can use the utilities
32 // below to retrieve the PrefServiceSyncable (or its incognito
34 static PrefServiceSyncable* FromProfile(Profile* profile);
35 static PrefServiceSyncable* IncognitoFromProfile(Profile* profile);
39 PrefServiceSyncable(
47 virtual ~PrefServiceSyncable();
53 PrefServiceSyncable* CreateIncognitoPrefService(
77 // TODO(zea): Have PrefServiceSyncable implement
112 DISALLOW_COPY_AND_ASSIGN(PrefServiceSyncable);