Searched refs:host_content_settings_map_ (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
H A Dcookie_settings.cc91 : host_content_settings_map_(host_content_settings_map),
111 return host_content_settings_map_->GetDefaultContentSetting(
135 return host_content_settings_map_->GetSettingsForOneType(
141 host_content_settings_map_->SetDefaultContentSetting(
153 host_content_settings_map_->SetContentSetting(primary_pattern,
163 host_content_settings_map_->SetContentSetting(primary_pattern,
186 scoped_ptr<base::Value> value = host_content_settings_map_->GetWebsiteSetting(
H A Dcookie_settings.h139 scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:CookieSettings
/external/chromium_org/chrome/browser/profiles/
H A Doff_the_record_profile_impl.cc187 if (host_content_settings_map_.get())
188 host_content_settings_map_->ShutdownOnUIThread();
361 if (!host_content_settings_map_.get()) {
362 host_content_settings_map_ = new HostContentSettingsMap(GetPrefs(), true);
368 host_content_settings_map_.get());
372 return host_content_settings_map_.get();
H A Doff_the_record_profile_impl.h131 scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc396 host_content_settings_map_(NULL),
843 if (host_content_settings_map_.get())
844 host_content_settings_map_->ShutdownOnUIThread();
1104 if (!host_content_settings_map_.get()) {
1105 host_content_settings_map_ = new HostContentSettingsMap(GetPrefs(), false);
1107 return host_content_settings_map_.get();
H A Dprofile_impl.h251 scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:ProfileImpl
H A Dprofile_io_data.h695 mutable scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:ProfileIOData
H A Dprofile_io_data.cc818 return host_content_settings_map_.get();
1055 host_content_settings_map_ = profile_params_->host_content_settings_map;
/external/chromium_org/chrome/browser/plugins/
H A Dplugin_info_message_filter.cc140 host_content_settings_map_(profile->GetHostContentSettingsMap()),
450 value = host_content_settings_map_->GetWebsiteSetting(
459 host_content_settings_map_->GetWebsiteSetting(
467 host_content_settings_map_->GetWebsiteSetting(
H A Dplugin_info_message_filter.h72 const HostContentSettingsMap* host_content_settings_map_; member in class:PluginInfoMessageFilter::Context
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.cc442 if (host_content_settings_map_.get())
443 host_content_settings_map_->ShutdownOnUIThread();
833 if (!host_content_settings_map_.get()) {
834 host_content_settings_map_ = new HostContentSettingsMap(GetPrefs(), false);
840 host_content_settings_map_.get());
844 return host_content_settings_map_.get();
H A Dtesting_profile.h379 scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:TestingProfile

Completed in 147 milliseconds