Home | History | Annotate | Download | only in preference

Lines Matching defs:PreferenceAPI

47 // manipulation. This implementation is separate from PreferenceAPI, since
51 // See also PreferenceAPI and TestPreferenceAPI.
91 class PreferenceAPI : public PreferenceAPIBase,
96 explicit PreferenceAPI(Profile* profile);
97 virtual ~PreferenceAPI();
103 static ProfileKeyedAPIFactory<PreferenceAPI>* GetFactoryInstance();
105 // Convenience method to get the PreferenceAPI for a profile.
106 static PreferenceAPI* Get(Profile* profile);
125 friend class ProfileKeyedAPIFactory<PreferenceAPI>;
142 return "PreferenceAPI";
150 DISALLOW_COPY_AND_ASSIGN(PreferenceAPI);