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

/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_service.h19 class ContentSettingsService : public BrowserContextKeyedAPI, class in namespace:extensions
22 explicit ContentSettingsService(content::BrowserContext* context);
23 virtual ~ContentSettingsService();
30 static ContentSettingsService* Get(content::BrowserContext* context);
33 static BrowserContextKeyedAPIFactory<ContentSettingsService>*
48 friend class BrowserContextKeyedAPIFactory<ContentSettingsService>;
51 static const char* service_name() { return "ContentSettingsService"; }
55 DISALLOW_COPY_AND_ASSIGN(ContentSettingsService);
H A Dcontent_settings_service.cc15 ContentSettingsService::ContentSettingsService(content::BrowserContext* context) function in class:extensions::ContentSettingsService
18 ContentSettingsService::~ContentSettingsService() {}
21 ContentSettingsService* ContentSettingsService::Get(
23 return BrowserContextKeyedAPIFactory<ContentSettingsService>::Get(context);
27 BrowserContextKeyedAPIFactory<ContentSettingsService>*
28 ContentSettingsService::GetFactoryInstance() {
30 BrowserContextKeyedAPIFactory<ContentSettingsService> > factor
[all...]

Completed in 111 milliseconds