HomeSort by relevance Sort by last modified time
    Searched refs:CONTENT_SETTING_ALLOW (Results 26 - 50 of 72) sorted by null

12 3

  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.cc 310 if (setting == CONTENT_SETTING_ALLOW &&
335 if (setting == CONTENT_SETTING_ALLOW) {
508 setting == CONTENT_SETTING_ALLOW) {
520 setting == CONTENT_SETTING_ALLOW ||
612 if (default_setting == CONTENT_SETTING_ALLOW) {
627 if (it->setting != CONTENT_SETTING_ALLOW)
656 // are granted as |CONTENT_SETTING_ALLOW|.
660 setting_value = CONTENT_SETTING_ALLOW;
737 new base::FundamentalValue(CONTENT_SETTING_ALLOW));
permission_context_base.cc 68 case CONTENT_SETTING_ALLOW:
178 allowed ? CONTENT_SETTING_ALLOW : CONTENT_SETTING_BLOCK;
cookie_settings.cc 33 return (setting == CONTENT_SETTING_ALLOW ||
40 return (setting == CONTENT_SETTING_ALLOW ||
182 return CONTENT_SETTING_ALLOW;
permission_context_base_unittest.cc 109 EXPECT_EQ(CONTENT_SETTING_ALLOW , setting);
content_settings_browsertest.cc 172 ContentSettingsPattern::Wildcard(), CONTENT_SETTING_ALLOW);
349 CONTENT_SETTING_ALLOW);
634 CONTENT_SETTINGS_TYPE_PLUGINS, CONTENT_SETTING_ALLOW);
650 CONTENT_SETTINGS_TYPE_PLUGINS, CONTENT_SETTING_ALLOW);
content_settings_pref_provider.cc 340 new base::FundamentalValue(CONTENT_SETTING_ALLOW));
348 new base::FundamentalValue(CONTENT_SETTING_ALLOW));
468 case CONTENT_SETTING_ALLOW :
content_settings_policy_provider_unittest.cc 229 EXPECT_EQ(CONTENT_SETTING_ALLOW,
  /external/chromium_org/chrome/browser/
pepper_broker_infobar_delegate.cc 66 bool allowed = (setting == CONTENT_SETTING_ALLOW);
154 std::string(), result ? CONTENT_SETTING_ALLOW : CONTENT_SETTING_BLOCK);
  /external/chromium_org/chrome/browser/ui/android/content_settings/
popup_blocked_infobar_delegate.cc 93 url_, url_, CONTENT_SETTINGS_TYPE_POPUPS, CONTENT_SETTING_ALLOW);
  /external/chromium_org/chrome/browser/plugins/
plugin_info_message_filter_unittest.cc 233 CONTENT_SETTING_ALLOW);
242 ASSERT_EQ(CONTENT_SETTING_ALLOW, map->GetContentSetting(
248 VerifyPluginContentSetting(host, "foo", CONTENT_SETTING_ALLOW, false, false);
  /external/chromium_org/chrome/browser/geolocation/
geolocation_permission_context_unittest.cc 321 CheckTabContentsState(requesting_frame, CONTENT_SETTING_ALLOW);
364 CheckTabContentsState(requesting_frame_0, CONTENT_SETTING_ALLOW);
390 EXPECT_EQ(CONTENT_SETTING_ALLOW,
420 CheckTabContentsState(url_a, CONTENT_SETTING_ALLOW);
421 CheckTabContentsState(url_b, CONTENT_SETTING_ALLOW);
442 CheckTabContentsState(requesting_frame, CONTENT_SETTING_ALLOW);
501 CheckTabContentsState(requesting_frame_1, CONTENT_SETTING_ALLOW);
513 EXPECT_EQ(CONTENT_SETTING_ALLOW,
715 CheckTabContentsState(requesting_frame, CONTENT_SETTING_ALLOW);
772 CheckTabContentsState(requesting_frame_0, CONTENT_SETTING_ALLOW);
    [all...]
geolocation_browsertest.cc 434 allowed ? CONTENT_SETTING_ALLOW : CONTENT_SETTING_BLOCK;
531 CONTENT_SETTINGS_TYPE_GEOLOCATION, std::string(), CONTENT_SETTING_ALLOW);
790 CONTENT_SETTING_ALLOW);
  /external/chromium_org/chrome/browser/ui/blocked_content/
popup_blocker_browsertest.cc 300 CONTENT_SETTING_ALLOW);
314 CONTENT_SETTING_ALLOW);
334 CONTENT_SETTING_ALLOW);
popup_blocker_tab_helper.cc 92 CONTENT_SETTING_ALLOW) {
  /external/chromium_org/chrome/renderer/
content_settings_observer_browsertest.cc 202 CONTENT_SETTING_ALLOW,
226 CONTENT_SETTING_ALLOW,
298 CONTENT_SETTING_ALLOW,
  /external/chromium_org/chrome/browser/ui/webui/options/
pepper_flash_content_settings_utils.cc 57 return CONTENT_SETTING_ALLOW;
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.cc 250 CONTENT_SETTING_ALLOW :
369 setting == CONTENT_SETTING_ALLOW &&
375 } else if (setting == CONTENT_SETTING_ALLOW) {
712 radio_item_setting_[0] = CONTENT_SETTING_ALLOW;
723 radio_item_setting_[0] = CONTENT_SETTING_ALLOW;
734 radio_item_setting_[0] = CONTENT_SETTING_ALLOW;
    [all...]
content_setting_bubble_model_unittest.cc 224 EXPECT_EQ(CONTENT_SETTING_ALLOW,
230 EXPECT_EQ(CONTENT_SETTING_ALLOW,
525 CONTENT_SETTING_ALLOW);
530 CONTENT_SETTINGS_TYPE_GEOLOCATION, CONTENT_SETTING_ALLOW);
636 EXPECT_EQ(CONTENT_SETTING_ALLOW,
664 EXPECT_EQ(CONTENT_SETTING_ALLOW,
  /external/chromium_org/chrome/browser/chromeos/attestation/
platform_verification_flow.cc 427 if (setting != CONTENT_SETTING_ALLOW && setting != CONTENT_SETTING_BLOCK)
430 *pref_value = (setting == CONTENT_SETTING_ALLOW);
455 ContentSetting setting = allow_domain ? CONTENT_SETTING_ALLOW
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 321 DCHECK(default_setting == CONTENT_SETTING_ALLOW ||
324 if ((enabled && default_setting != CONTENT_SETTING_ALLOW) ||
325 (!enabled && default_setting == CONTENT_SETTING_ALLOW)) {
notification_browsertest.cc 198 SetDefaultContentSetting(CONTENT_SETTING_ALLOW);
502 SetDefaultContentSetting(CONTENT_SETTING_ALLOW);
533 SetDefaultContentSetting(CONTENT_SETTING_ALLOW);
633 GetPrefsByContentSetting(CONTENT_SETTING_ALLOW, &settings);
  /external/chromium_org/chrome/browser/media/
protected_media_identifier_permission_context.cc 132 case CONTENT_SETTING_ALLOW:
media_stream_devices_controller.cc 488 CONTENT_SETTING_ALLOW) {
557 CONTENT_SETTING_ALLOW : CONTENT_SETTING_BLOCK;
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 173 SetContentSetting(CONTENT_SETTING_ALLOW);
416 case CONTENT_SETTING_ALLOW: {
  /external/chromium_org/chrome/browser/ui/views/website_settings/
permissions_bubble_view.cc 134 index_, permission.setting == CONTENT_SETTING_ALLOW);
280 accept_state[index] ? CONTENT_SETTING_ALLOW : CONTENT_SETTING_BLOCK);

Completed in 1369 milliseconds

12 3