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

/external/chromium/chrome/browser/net/
H A Dchrome_cookie_policy.cc19 : host_content_settings_map_(map),
30 if (host_content_settings_map_->BlockThirdPartyCookies()) {
52 if (host_content_settings_map_->BlockThirdPartyCookies()) {
67 ContentSetting setting = host_content_settings_map_->GetContentSetting(
H A Dchrome_cookie_policy.h35 const scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:ChromeCookiePolicy
H A Dchrome_url_request_context.h79 return host_content_settings_map_;
103 host_content_settings_map_ = host_content_settings_map;
144 scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:ChromeURLRequestContext
/external/chromium/chrome/browser/profiles/
H A Dprofile.cc449 if (!host_content_settings_map_.get())
450 host_content_settings_map_ = new HostContentSettingsMap(this);
451 return host_content_settings_map_.get();
699 scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:OffTheRecordProfileImpl
H A Dprofile_impl.cc268 host_content_settings_map_(NULL),
940 if (!host_content_settings_map_.get())
941 host_content_settings_map_ = new HostContentSettingsMap(this);
942 return host_content_settings_map_.get();
H A Dprofile_impl.h236 scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:ProfileImpl

Completed in 71 milliseconds