Searched refs:ShouldAllowAllContent (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_device_permissions.cc43 return profile->GetHostContentSettingsMap()->ShouldAllowAllContent(
/external/chromium_org/chrome/browser/content_settings/
H A Dhost_content_settings_map_unittest.cc917 TEST_F(HostContentSettingsMapTest, ShouldAllowAllContent) {
926 EXPECT_FALSE(host_content_settings_map->ShouldAllowAllContent(
928 EXPECT_FALSE(host_content_settings_map->ShouldAllowAllContent(
930 EXPECT_FALSE(host_content_settings_map->ShouldAllowAllContent(
932 EXPECT_TRUE(host_content_settings_map->ShouldAllowAllContent(
934 EXPECT_TRUE(host_content_settings_map->ShouldAllowAllContent(
936 EXPECT_TRUE(host_content_settings_map->ShouldAllowAllContent(
939 EXPECT_TRUE(host_content_settings_map->ShouldAllowAllContent(
942 EXPECT_FALSE(host_content_settings_map->ShouldAllowAllContent(
945 EXPECT_FALSE(host_content_settings_map->ShouldAllowAllContent(
[all...]
H A Dcookie_settings.cc180 if (HostContentSettingsMap::ShouldAllowAllContent(
H A Dhost_content_settings_map.h205 static bool ShouldAllowAllContent(const GURL& primary_url,
H A Dhost_content_settings_map.cc682 bool HostContentSettingsMap::ShouldAllowAllContent( function in class:HostContentSettingsMap
730 if (ShouldAllowAllContent(primary_url, secondary_url, content_type)) {

Completed in 350 milliseconds