Home
last modified time | relevance | path

Searched refs:GetContentSetting (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/chrome/browser/content_settings/
Dhost_content_settings_map_unittest.cc54 EXPECT_EQ(CONTENT_SETTING_ALLOW, host_content_settings_map->GetContentSetting( in TEST_F()
83 host_content_settings_map->GetContentSetting( in TEST_F()
92 host_content_settings_map->GetContentSetting( in TEST_F()
101 host_content_settings_map->GetContentSetting( in TEST_F()
104 host_content_settings_map->GetContentSetting( in TEST_F()
115 host_content_settings_map->GetContentSetting( in TEST_F()
124 host_content_settings_map->GetContentSetting( in TEST_F()
133 host_content_settings_map->GetContentSetting( in TEST_F()
136 host_content_settings_map->GetContentSetting( in TEST_F()
139 host_content_settings_map->GetContentSetting( in TEST_F()
[all …]
Dcontent_settings_default_provider_unittest.cc41 GetContentSetting(&provider_, in TEST_F()
54 GetContentSetting(&provider_, in TEST_F()
62 GetContentSetting(&provider_, in TEST_F()
75 GetContentSetting(&provider_, in TEST_F()
97 GetContentSetting(&provider_, in TEST_F()
113 GetContentSetting(&provider_, in TEST_F()
160 GetContentSetting(&provider_, in TEST_F()
174 GetContentSetting(&provider_, in TEST_F()
183 GetContentSetting(&provider_, in TEST_F()
195 GetContentSetting(&provider_, in TEST_F()
[all …]
Dcontent_settings_pref_provider_unittest.cc179 GetContentSetting(&pref_content_settings_provider, in TEST_F()
187 GetContentSetting(&pref_content_settings_provider_incognito, in TEST_F()
210 GetContentSetting(&provider, in TEST_F()
232 GetContentSetting(&provider, in TEST_F()
281 GetContentSetting(&pref_content_settings_provider, in TEST_F()
294 GetContentSetting(&pref_content_settings_provider, in TEST_F()
301 GetContentSetting(&pref_content_settings_provider, in TEST_F()
309 GetContentSetting(&pref_content_settings_provider, in TEST_F()
322 GetContentSetting(&pref_content_settings_provider, in TEST_F()
330 GetContentSetting(&pref_content_settings_provider, in TEST_F()
[all …]
Dcontent_settings_provider_unittest.cc29 GetContentSetting(&mock_provider, url, url, in TEST()
41 GetContentSetting(&mock_provider, url, url, in TEST()
49 GetContentSetting(&mock_provider, in TEST()
71 GetContentSetting(&mock_provider, url, url, in TEST()
86 GetContentSetting(&mock_provider, url, url, in TEST()
101 GetContentSetting(&mock_provider, url, url, in TEST()
Dcontent_settings_policy_provider_unittest.cc153 GetContentSetting(&provider, in TEST_F()
168 GetContentSetting(&provider, in TEST_F()
198 GetContentSetting(&provider, in TEST_F()
223 GetContentSetting( in TEST_F()
230 GetContentSetting(&provider, in TEST_F()
238 GetContentSetting( in TEST_F()
Dmock_settings_observer.cc38 map->GetContentSetting(url, url, CONTENT_SETTINGS_TYPE_IMAGES, std::string()); in Observe()
Dcontent_settings_utils.h72 ContentSetting GetContentSetting(
Dcontent_settings_usages_state.cc91 profile_->GetHostContentSettingsMap()->GetContentSetting( in GetDetailedInfo()
Dhost_content_settings_map.h80 ContentSetting GetContentSetting(
Dcontent_settings_utils.cc185 ContentSetting GetContentSetting(const ProviderInterface* provider, in GetContentSetting() function
/external/chromium_org/chrome/browser/extensions/api/content_settings/
Dcontent_settings_apitest.cc79 map->GetContentSetting(example_url, in CheckContentSettingsSet()
84 map->GetContentSetting(example_url, in CheckContentSettingsSet()
89 map->GetContentSetting(example_url, in CheckContentSettingsSet()
94 map->GetContentSetting(example_url, in CheckContentSettingsSet()
102 map->GetContentSetting(example_url, in CheckContentSettingsSet()
108 map->GetContentSetting(example_url, in CheckContentSettingsSet()
117 map->GetContentSetting( in CheckContentSettingsSet()
120 map->GetContentSetting( in CheckContentSettingsSet()
123 map->GetContentSetting( in CheckContentSettingsSet()
126 map->GetContentSetting( in CheckContentSettingsSet()
[all …]
Dcontent_settings_api.cc158 setting = map->GetContentSetting(primary_url, secondary_url, content_type, in RunSync()
/external/chromium_org/chrome/browser/ui/website_settings/
Dwebsite_settings_unittest.cc162 ContentSetting setting = content_settings->GetContentSetting( in TEST_F()
165 setting = content_settings->GetContentSetting( in TEST_F()
168 setting = content_settings->GetContentSetting( in TEST_F()
171 setting = content_settings->GetContentSetting( in TEST_F()
174 setting = content_settings->GetContentSetting( in TEST_F()
177 setting = content_settings->GetContentSetting( in TEST_F()
209 setting = content_settings->GetContentSetting( in TEST_F()
212 setting = content_settings->GetContentSetting( in TEST_F()
215 setting = content_settings->GetContentSetting( in TEST_F()
218 setting = content_settings->GetContentSetting( in TEST_F()
[all …]
/external/chromium_org/chrome/browser/geolocation/
Dgeolocation_permission_context_unittest.cc349 profile()->GetHostContentSettingsMap()->GetContentSetting( in TEST_F()
353 profile()->GetHostContentSettingsMap()->GetContentSetting( in TEST_F()
401 profile()->GetHostContentSettingsMap()->GetContentSetting( in TEST_F()
406 profile()->GetHostContentSettingsMap()->GetContentSetting( in TEST_F()
458 profile()->GetHostContentSettingsMap()->GetContentSetting( in TEST_F()
469 profile()->GetHostContentSettingsMap()->GetContentSetting( in TEST_F()
474 profile()->GetHostContentSettingsMap()->GetContentSetting( in TEST_F()
519 profile()->GetHostContentSettingsMap()->GetContentSetting( in TEST_F()
524 profile()->GetHostContentSettingsMap()->GetContentSetting( in TEST_F()
640 profile()->GetHostContentSettingsMap()->GetContentSetting( in TEST_F()
[all …]
/external/chromium_org/chrome/browser/plugins/
Dplugin_info_message_filter_unittest.cc237 ASSERT_EQ(CONTENT_SETTING_BLOCK, map->GetContentSetting( in TEST_F()
240 ASSERT_EQ(CONTENT_SETTING_ASK, map->GetContentSetting( in TEST_F()
242 ASSERT_EQ(CONTENT_SETTING_ALLOW, map->GetContentSetting( in TEST_F()
244 ASSERT_EQ(CONTENT_SETTING_DEFAULT, map->GetContentSetting( in TEST_F()
/external/chromium_org/chrome/browser/renderer_host/pepper/
Dpepper_broker_message_filter.cc66 content_settings->GetContentSetting(document_url_, in OnIsAllowed()
/external/chromium_org/chrome/browser/notifications/
Ddesktop_notification_service.cc495 ContentSetting DesktopNotificationService::GetContentSetting( in GetContentSetting() function in DesktopNotificationService
497 return profile_->GetHostContentSettingsMap()->GetContentSetting( in GetContentSetting()
514 ContentSetting setting = GetContentSetting(origin); in RequestPermission()
621 return GetContentSetting(notifier_id.url) == CONTENT_SETTING_ALLOW; in IsNotifierEnabled()
Ddesktop_notification_service.h121 ContentSetting GetContentSetting(const GURL& origin);
/external/chromium_org/chrome/browser/media/
Dmedia_stream_devices_controller.cc522 if (profile_->GetHostContentSettingsMap()->GetContentSetting( in IsRequestAllowedByDefault()
540 if (profile_->GetHostContentSettingsMap()->GetContentSetting( in FilterBlockedByDefaultDevices()
553 if (profile_->GetHostContentSettingsMap()->GetContentSetting( in FilterBlockedByDefaultDevices()
Dprotected_media_identifier_permission_context.cc118 profile_->GetHostContentSettingsMap()->GetContentSetting( in DecidePermission()
/external/chromium_org/chrome/browser/ui/content_settings/
Dcontent_setting_bubble_model_unittest.cc203 host_content_settings_map->GetContentSetting( in TEST_F()
209 host_content_settings_map->GetContentSetting( in TEST_F()
225 host_content_settings_map->GetContentSetting( in TEST_F()
231 host_content_settings_map->GetContentSetting( in TEST_F()
Dcontent_setting_image_model.cc136 if (map->GetContentSetting(url, url, type, std::string()) != in UpdateFromWebContents()
/external/chromium_org/chrome/browser/ui/blocked_content/
Dpopup_blocker_tab_helper.cc90 profile->GetHostContentSettingsMap()->GetContentSetting( in MaybeBlockPopup()
/external/chromium_org/chrome/browser/
Dpepper_broker_infobar_delegate.cc48 content_settings->GetContentSetting(url, url, in Create()
/external/chromium_org/chrome/browser/ui/fullscreen/
Dfullscreen_controller.cc697 return profile_->GetHostContentSettingsMap()->GetContentSetting(url, url,
707 return settings_map->GetContentSetting(url, url,

12