Searched refs:content_settings_store (Results 1 – 7 of 7) sorted by relevance
58 virtual scoped_refptr<ContentSettingsStore> content_settings_store() in content_settings_store() function in extensions::TestPreferenceAPI60 return content_settings_->content_settings_store(); in content_settings_store()89 scoped_refptr<ContentSettingsStore> content_settings_store() { in content_settings_store() function in extensions::ExtensionControlledPrefsTest90 return content_settings_->content_settings_store(); in content_settings_store()279 scoped_refptr<ContentSettingsStore> store = content_settings_store(); in Initialize()
452 content_settings_store()->AddObserver(this); in PreferenceAPI()462 content_settings_store()->RemoveObserver(this); in Shutdown()490 content_settings_store()->GetSettingsForExtension( in OnContentSettingChanged()496 content_settings_store()->GetSettingsForExtension( in OnContentSettingChanged()506 content_settings_store()->ClearContentSettingsForExtension( in ClearIncognitoSessionOnlyContentSettings()519 scoped_refptr<ContentSettingsStore> PreferenceAPI::content_settings_store() { in content_settings_store() function in extensions::PreferenceAPI520 return ContentSettingsService::Get(profile_)->content_settings_store(); in content_settings_store()
90 virtual scoped_refptr<ContentSettingsStore> content_settings_store() = 0;126 virtual scoped_refptr<ContentSettingsStore> content_settings_store() OVERRIDE;
25 scoped_refptr<ContentSettingsStore> content_settings_store() const { in content_settings_store() function
91 ContentSettingsService::Get(GetProfile())->content_settings_store(); in RunSync()242 ContentSettingsService::Get(GetProfile())->content_settings_store(); in RunSync()
177 'browser/extensions/api/content_settings/content_settings_store.cc',178 'browser/extensions/api/content_settings/content_settings_store.h',
1914 profile_)->content_settings_store(), in RegisterContentSettings()