Searched refs:ShouldAllowAllContent (Results 1 – 6 of 6) sorted by relevance
916 TEST_F(HostContentSettingsMapTest, ShouldAllowAllContent) { in TEST_F() argument925 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()
188 static bool ShouldAllowAllContent(const GURL& primary_url,
528 bool HostContentSettingsMap::ShouldAllowAllContent( in ShouldAllowAllContent() function in HostContentSettingsMap569 if (ShouldAllowAllContent(primary_url, secondary_url, content_type)) { in GetWebsiteSetting()
182 if (HostContentSettingsMap::ShouldAllowAllContent( in GetCookieSetting()
34 static bool ShouldAllowAllContent(const GURL& url) { in ShouldAllowAllContent() function165 if (ShouldAllowAllContent(url)) in GetNonDefaultContentSetting()202 if (ShouldAllowAllContent(url)) in GetNonDefaultContentSettings()
483 return profile_->GetHostContentSettingsMap()->ShouldAllowAllContent( in ShouldAlwaysAllowOrigin()