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

  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.h 48 // manipulation. This implementation is separate from PreferenceAPI, since
52 // See also PreferenceAPI and TestPreferenceAPI.
93 class PreferenceAPI : public PreferenceAPIBase,
98 explicit PreferenceAPI(content::BrowserContext* context);
99 virtual ~PreferenceAPI();
105 static BrowserContextKeyedAPIFactory<PreferenceAPI>* GetFactoryInstance();
107 // Convenience method to get the PreferenceAPI for a profile.
108 static PreferenceAPI* Get(content::BrowserContext* context);
114 friend class BrowserContextKeyedAPIFactory<PreferenceAPI>;
132 return "PreferenceAPI";
    [all...]
preference_api.cc 442 PreferenceAPI::PreferenceAPI(content::BrowserContext* context)
455 PreferenceAPI::~PreferenceAPI() {
458 void PreferenceAPI::Shutdown() {
465 static base::LazyInstance<BrowserContextKeyedAPIFactory<PreferenceAPI> >
469 BrowserContextKeyedAPIFactory<PreferenceAPI>*
470 PreferenceAPI::GetFactoryInstance() {
475 PreferenceAPI* PreferenceAPI::Get(content::BrowserContext* context)
    [all...]

Completed in 223 milliseconds