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

/external/chromium_org/chrome/browser/content_settings/
H A Dtab_specific_content_settings_unittest.cc164 content_settings->IsContentAllowed(CONTENT_SETTINGS_TYPE_IMAGES));
166 content_settings->IsContentAllowed(CONTENT_SETTINGS_TYPE_COOKIES));
169 ASSERT_FALSE(content_settings->IsContentAllowed(
171 ASSERT_FALSE(content_settings->IsContentAllowed(
181 content_settings->IsContentAllowed(CONTENT_SETTINGS_TYPE_COOKIES));
192 content_settings->IsContentAllowed(CONTENT_SETTINGS_TYPE_COOKIES));
212 ASSERT_TRUE(content_settings->IsContentAllowed(
225 ASSERT_TRUE(content_settings->IsContentAllowed(
238 ASSERT_FALSE(content_settings->IsContentAllowed(
251 ASSERT_FALSE(content_settings->IsContentAllowed(
[all...]
H A Dtab_specific_content_settings.cc255 bool TabSpecificContentSettings::IsContentAllowed( function in class:TabSpecificContentSettings
481 if (IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC) &&
482 IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA)) {
484 } else if (IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC)) {
486 } else if (IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA)) {
H A Dtab_specific_content_settings.h200 bool IsContentAllowed(ContentSettingsType content_type) const;
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_image_model.cc148 if (!content_settings->IsContentAllowed(type))
H A Dcontent_setting_bubble_model.cc124 web_contents())->IsContentAllowed(content_type()) &&
278 content_settings->IsContentAllowed(content_type()));

Completed in 94 milliseconds