HomeSort by relevance Sort by last modified time
    Searched refs:host_content_settings_map_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/net/
chrome_cookie_policy.cc 19 : 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(
chrome_cookie_policy.h 35 const scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:ChromeCookiePolicy
chrome_url_request_context.h 79 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/
profile.cc 449 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
profile_impl.h 236 scoped_refptr<HostContentSettingsMap> host_content_settings_map_; member in class:ProfileImpl
profile_impl.cc 268 host_content_settings_map_(NULL),
    [all...]

Completed in 929 milliseconds