Home
last modified time | relevance | path

Searched refs:ShouldAllowAllContent (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/content_settings/
Dhost_content_settings_map_unittest.cc916 TEST_F(HostContentSettingsMapTest, ShouldAllowAllContent) { in TEST_F() argument
925 EXPECT_FALSE(host_content_settings_map->ShouldAllowAllContent( in TEST_F()
927 EXPECT_FALSE(host_content_settings_map->ShouldAllowAllContent( in TEST_F()
929 EXPECT_FALSE(host_content_settings_map->ShouldAllowAllContent( in TEST_F()
931 EXPECT_TRUE(host_content_settings_map->ShouldAllowAllContent( in TEST_F()
933 EXPECT_TRUE(host_content_settings_map->ShouldAllowAllContent( in TEST_F()
935 EXPECT_TRUE(host_content_settings_map->ShouldAllowAllContent( in TEST_F()
937 EXPECT_TRUE(host_content_settings_map->ShouldAllowAllContent( in TEST_F()
939 EXPECT_FALSE(host_content_settings_map->ShouldAllowAllContent( in TEST_F()
941 EXPECT_FALSE(host_content_settings_map->ShouldAllowAllContent( in TEST_F()
Dhost_content_settings_map.h188 static bool ShouldAllowAllContent(const GURL& primary_url,
Dhost_content_settings_map.cc528 bool HostContentSettingsMap::ShouldAllowAllContent( in ShouldAllowAllContent() function in HostContentSettingsMap
569 if (ShouldAllowAllContent(primary_url, secondary_url, content_type)) { in GetWebsiteSetting()
Dcookie_settings.cc182 if (HostContentSettingsMap::ShouldAllowAllContent( in GetCookieSetting()
/external/chromium/chrome/browser/content_settings/
Dhost_content_settings_map.cc34 static bool ShouldAllowAllContent(const GURL& url) { in ShouldAllowAllContent() function
165 if (ShouldAllowAllContent(url)) in GetNonDefaultContentSetting()
202 if (ShouldAllowAllContent(url)) in GetNonDefaultContentSettings()
/external/chromium_org/chrome/browser/media/
Dmedia_stream_devices_controller.cc483 return profile_->GetHostContentSettingsMap()->ShouldAllowAllContent( in ShouldAlwaysAllowOrigin()