Home
last modified time | relevance | path

Searched refs:host_content_settings_map (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/content_settings/
Dhost_content_settings_map_unittest.cc47 HostContentSettingsMap* host_content_settings_map = in TEST_F() local
52 host_content_settings_map->GetDefaultContentSetting( in TEST_F()
54 host_content_settings_map->SetDefaultContentSetting( in TEST_F()
57 host_content_settings_map->GetDefaultContentSetting( in TEST_F()
59 EXPECT_EQ(CONTENT_SETTING_ALLOW, host_content_settings_map->GetContentSetting( in TEST_F()
68 host_content_settings_map->SetDefaultContentSetting( in TEST_F()
71 host_content_settings_map->GetDefaultContentSetting( in TEST_F()
74 host_content_settings_map->SetDefaultContentSetting( in TEST_F()
77 host_content_settings_map->GetDefaultContentSetting( in TEST_F()
79 host_content_settings_map->ResetToDefaults(); in TEST_F()
[all …]
/external/chromium/chrome/browser/net/
Dchrome_url_request_context.h78 HostContentSettingsMap* host_content_settings_map() { in host_content_settings_map() function
102 HostContentSettingsMap* host_content_settings_map) { in set_host_content_settings_map() argument
103 host_content_settings_map_ = host_content_settings_map; in set_host_content_settings_map()
Dchrome_url_request_context.cc377 set_host_content_settings_map(other->host_content_settings_map()); in CopyFrom()
/external/chromium/chrome/browser/profiles/
Dprofile_io_data.cc165 params->host_content_settings_map = profile->GetHostContentSettingsMap(); in InitializeProfileParams()
289 new ChromeCookiePolicy(profile_params_->host_content_settings_map)); in LazyInitialize()
335 profile_params_->host_content_settings_map); in ApplyProfileParamsToContext()
Dprofile_io_data.h104 scoped_refptr<HostContentSettingsMap> host_content_settings_map; member
/external/chromium/chrome/browser/ui/webui/
Dcollected_cookies_ui_delegate.cc147 HostContentSettingsMap* host_content_settings_map = in CollectedCookiesUIDelegate() local
159 host_content_settings_map->BlockThirdPartyCookies()); in CollectedCookiesUIDelegate()
/external/chromium/chrome/browser/ui/views/
Dcollected_cookies_win.cc289 HostContentSettingsMap* host_content_settings_map = in CreateBlockedPane() local
295 host_content_settings_map->BlockThirdPartyCookies() ? in CreateBlockedPane()
/external/chromium/chrome/browser/ui/gtk/
Dcollected_cookies_gtk.cc236 HostContentSettingsMap* host_content_settings_map = in CreateBlockedPane() local
243 host_content_settings_map->BlockThirdPartyCookies() ? in CreateBlockedPane()
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcontent_setting_bubble_cocoa.mm13 #include "chrome/browser/content_settings/host_content_settings_map.h"