host_content_settings_map_   93 chrome/browser/content_settings/cookie_settings.cc     : host_content_settings_map_(host_content_settings_map),
host_content_settings_map_  113 chrome/browser/content_settings/cookie_settings.cc   return host_content_settings_map_->GetDefaultContentSetting(
host_content_settings_map_  137 chrome/browser/content_settings/cookie_settings.cc   return host_content_settings_map_->GetSettingsForOneType(
host_content_settings_map_  143 chrome/browser/content_settings/cookie_settings.cc   host_content_settings_map_->SetDefaultContentSetting(
host_content_settings_map_  155 chrome/browser/content_settings/cookie_settings.cc   host_content_settings_map_->SetContentSetting(primary_pattern,
host_content_settings_map_  165 chrome/browser/content_settings/cookie_settings.cc   host_content_settings_map_->SetContentSetting(primary_pattern,
host_content_settings_map_  188 chrome/browser/content_settings/cookie_settings.cc   scoped_ptr<base::Value> value(host_content_settings_map_->GetWebsiteSetting(
host_content_settings_map_  139 chrome/browser/content_settings/cookie_settings.h   scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
host_content_settings_map_   68 chrome/browser/plugins/plugin_info_message_filter.cc       host_content_settings_map_(profile->GetHostContentSettingsMap()),
host_content_settings_map_  359 chrome/browser/plugins/plugin_info_message_filter.cc         host_content_settings_map_->GetWebsiteSetting(
host_content_settings_map_  364 chrome/browser/plugins/plugin_info_message_filter.cc         host_content_settings_map_->GetWebsiteSetting(
host_content_settings_map_  370 chrome/browser/plugins/plugin_info_message_filter.cc       value.reset(host_content_settings_map_->GetWebsiteSetting(
host_content_settings_map_   71 chrome/browser/plugins/plugin_info_message_filter.h     const HostContentSettingsMap* host_content_settings_map_;
host_content_settings_map_  171 chrome/browser/profiles/off_the_record_profile_impl.cc   if (host_content_settings_map_.get())
host_content_settings_map_  172 chrome/browser/profiles/off_the_record_profile_impl.cc     host_content_settings_map_->ShutdownOnUIThread();
host_content_settings_map_  410 chrome/browser/profiles/off_the_record_profile_impl.cc   if (!host_content_settings_map_.get()) {
host_content_settings_map_  411 chrome/browser/profiles/off_the_record_profile_impl.cc     host_content_settings_map_ = new HostContentSettingsMap(GetPrefs(), true);
host_content_settings_map_  415 chrome/browser/profiles/off_the_record_profile_impl.cc       host_content_settings_map_->RegisterExtensionService(extension_service);
host_content_settings_map_  418 chrome/browser/profiles/off_the_record_profile_impl.cc   return host_content_settings_map_.get();
host_content_settings_map_  150 chrome/browser/profiles/off_the_record_profile_impl.h   scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
host_content_settings_map_  392 chrome/browser/profiles/profile_impl.cc       host_content_settings_map_(NULL),
host_content_settings_map_  714 chrome/browser/profiles/profile_impl.cc   if (host_content_settings_map_.get())
host_content_settings_map_  715 chrome/browser/profiles/profile_impl.cc     host_content_settings_map_->ShutdownOnUIThread();
host_content_settings_map_ 1031 chrome/browser/profiles/profile_impl.cc   if (!host_content_settings_map_.get()) {
host_content_settings_map_ 1032 chrome/browser/profiles/profile_impl.cc     host_content_settings_map_ = new HostContentSettingsMap(GetPrefs(), false);
host_content_settings_map_ 1034 chrome/browser/profiles/profile_impl.cc   return host_content_settings_map_.get();
host_content_settings_map_  245 chrome/browser/profiles/profile_impl.h   scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
host_content_settings_map_  736 chrome/browser/profiles/profile_io_data.cc   return host_content_settings_map_.get();
host_content_settings_map_  975 chrome/browser/profiles/profile_io_data.cc   host_content_settings_map_ = profile_params_->host_content_settings_map;
host_content_settings_map_  546 chrome/browser/profiles/profile_io_data.h   mutable scoped_refptr<HostContentSettingsMap> host_content_settings_map_;
host_content_settings_map_  399 chrome/test/base/testing_profile.cc   if (host_content_settings_map_.get())
host_content_settings_map_  400 chrome/test/base/testing_profile.cc     host_content_settings_map_->ShutdownOnUIThread();
host_content_settings_map_  800 chrome/test/base/testing_profile.cc   if (!host_content_settings_map_.get()) {
host_content_settings_map_  801 chrome/test/base/testing_profile.cc     host_content_settings_map_ = new HostContentSettingsMap(GetPrefs(), false);
host_content_settings_map_  805 chrome/test/base/testing_profile.cc       host_content_settings_map_->RegisterExtensionService(extension_service);
host_content_settings_map_  808 chrome/test/base/testing_profile.cc   return host_content_settings_map_.get();
host_content_settings_map_  396 chrome/test/base/testing_profile.h   scoped_refptr<HostContentSettingsMap> host_content_settings_map_;