HomeSort by relevance Sort by last modified time
    Searched refs:IsContentAllowed (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/content_settings/
tab_specific_content_settings_unittest.cc 167 content_settings->IsContentAllowed(CONTENT_SETTINGS_TYPE_IMAGES));
169 content_settings->IsContentAllowed(CONTENT_SETTINGS_TYPE_COOKIES));
172 ASSERT_FALSE(content_settings->IsContentAllowed(
174 ASSERT_FALSE(content_settings->IsContentAllowed(
184 content_settings->IsContentAllowed(CONTENT_SETTINGS_TYPE_COOKIES));
195 content_settings->IsContentAllowed(CONTENT_SETTINGS_TYPE_COOKIES));
205 ASSERT_TRUE(content_settings->IsContentAllowed(
214 ASSERT_TRUE(content_settings->IsContentAllowed(
223 ASSERT_FALSE(content_settings->IsContentAllowed(
230 ASSERT_FALSE(content_settings->IsContentAllowed(
    [all...]
tab_specific_content_settings.cc 233 bool TabSpecificContentSettings::IsContentAllowed(
465 if (IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC) &&
466 IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA)) {
468 } else if (IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_MIC)) {
470 } else if (IsContentAllowed(CONTENT_SETTINGS_TYPE_MEDIASTREAM_CAMERA)) {
tab_specific_content_settings.h 189 bool IsContentAllowed(ContentSettingsType content_type) const;
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_image_model.cc 136 if (!content_settings->IsContentAllowed(get_content_settings_type()))
content_setting_bubble_model.cc 138 web_contents())->IsContentAllowed(content_type()) &&
289 content_settings->IsContentAllowed(content_type()));
    [all...]

Completed in 84 milliseconds