Searched refs:content_settings_store_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_prefs.h476 return content_settings_store_.get();
620 scoped_refptr<ContentSettingsStore> content_settings_store_; member in class:extensions::ExtensionPrefs
H A Dextension_prefs.cc435 content_settings_store_->UnregisterExtension(extension_id);
1192 content_settings_store_->SetExtensionState(extension_id, false);
1204 content_settings_store_->SetExtensionState(extension_id, enabled);
1675 content_settings_store_(new ContentSettingsStore()),
1834 // and |content_settings_store_| are updated non-transactionally. This is
1850 content_settings_store_->RegisterExtension(extension_id, install_time,

Completed in 55 milliseconds