HomeSort by relevance Sort by last modified time
    Searched refs:SetContentSetting (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map_unittest.cc 84 map->SetContentSetting(top_level, top_level, CONTENT_SETTING_ALLOW);
92 map->SetContentSetting(requester_0, top_level, CONTENT_SETTING_ALLOW);
98 map->SetContentSetting(requester_0, top_level, CONTENT_SETTING_BLOCK);
117 map->SetContentSetting(requester_0, embedder_0, CONTENT_SETTING_ALLOW);
123 map->SetContentSetting(requester_1, embedder_0, CONTENT_SETTING_ALLOW);
146 map->SetContentSetting(requester_1, embedder_0, CONTENT_SETTING_BLOCK);
147 map->SetContentSetting(requester_1, embedder_1, CONTENT_SETTING_ALLOW);
159 map->SetContentSetting(top_level, top_level, CONTENT_SETTING_ALLOW);
163 map->SetContentSetting(top_level, top_level, CONTENT_SETTING_DEFAULT);
173 map->SetContentSetting(requester_0, embedder_0, CONTENT_SETTING_ALLOW)
    [all...]
geolocation_exceptions_table_model_unittest.cc 43 map->SetContentSetting(kUrl0, kUrl0, CONTENT_SETTING_ALLOW);
44 map->SetContentSetting(kUrl0, kUrl1, CONTENT_SETTING_ALLOW);
45 map->SetContentSetting(kUrl0, kUrl2, CONTENT_SETTING_ALLOW);
62 map->SetContentSetting(kUrl0, kUrl0, CONTENT_SETTING_ALLOW);
71 map->SetContentSetting(kUrl0, kUrl0, CONTENT_SETTING_DEFAULT);
72 map->SetContentSetting(kUrl0, kUrl1, CONTENT_SETTING_ALLOW);
73 map->SetContentSetting(kUrl0, kUrl2, CONTENT_SETTING_BLOCK);
geolocation_settings_state_unittest.cc 36 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
41 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
133 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
138 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
143 profile.GetGeolocationContentSettingsMap()->SetContentSetting(
geolocation_content_settings_map.h 84 void SetContentSetting(const GURL& requesting_url,
  /external/chromium/chrome/browser/content_settings/
host_content_settings_map_unittest.cc 90 host_content_settings_map->SetContentSetting(pattern,
95 host_content_settings_map->SetContentSetting(pattern,
108 host_content_settings_map->SetContentSetting(pattern,
112 host_content_settings_map->SetContentSetting(pattern,
116 host_content_settings_map->SetContentSetting(pattern,
134 host_content_settings_map->SetContentSetting(pattern2,
136 host_content_settings_map->SetContentSetting(pattern2,
157 host_content_settings_map->SetContentSetting(pattern,
159 host_content_settings_map->SetContentSetting(pattern2,
161 host_content_settings_map->SetContentSetting(pattern2
    [all...]
content_settings_provider_unittest.cc 47 mock_provider.SetContentSetting(
57 mock_provider.SetContentSetting(
content_settings_pref_provider_unittest.cc 182 pref_content_settings_provider.SetContentSetting(
238 pref_content_settings_provider.SetContentSetting(
275 pref_content_settings_provider.SetContentSetting(
291 pref_content_settings_provider.SetContentSetting(
304 pref_content_settings_provider.SetContentSetting(
334 pref_content_settings_provider.SetContentSetting(
content_settings_base_provider.h 61 virtual void SetContentSetting(
content_settings_notification_provider.h 47 virtual void SetContentSetting(
content_settings_provider.h 93 virtual void SetContentSetting(
content_settings_mock_provider.cc 82 void MockProvider::SetContentSetting(
content_settings_mock_provider.h 67 virtual void SetContentSetting(
content_settings_policy_provider.h 98 virtual void SetContentSetting(
content_settings_pref_provider.h 114 virtual void SetContentSetting(
host_content_settings_map.cc 259 void HostContentSettingsMap::SetContentSetting(
267 (*provider)->SetContentSetting(
279 SetContentSetting(ContentSettingsPattern::FromURLNoWildcard(url),
283 SetContentSetting(ContentSettingsPattern::FromURL(url),
host_content_settings_map.h 120 void SetContentSetting(const ContentSettingsPattern& pattern,
  /external/chromium_org/chrome/browser/content_settings/
host_content_settings_map_unittest.cc 85 host_content_settings_map->SetContentSetting(
94 host_content_settings_map->SetContentSetting(
108 host_content_settings_map->SetContentSetting(
117 host_content_settings_map->SetContentSetting(
126 host_content_settings_map->SetContentSetting(
155 host_content_settings_map->SetContentSetting(
161 host_content_settings_map->SetContentSetting(
192 host_content_settings_map->SetContentSetting(
198 host_content_settings_map->SetContentSetting(
204 host_content_settings_map->SetContentSetting(
    [all...]
content_settings_usages_state_unittest.cc 50 profile.GetHostContentSettingsMap()->SetContentSetting(
59 profile.GetHostContentSettingsMap()->SetContentSetting(
155 profile.GetHostContentSettingsMap()->SetContentSetting(
164 profile.GetHostContentSettingsMap()->SetContentSetting(
173 profile.GetHostContentSettingsMap()->SetContentSetting(
host_content_settings_map.h 131 void SetContentSetting(const ContentSettingsPattern& primary_pattern,
cookie_settings.cc 155 host_content_settings_map_->SetContentSetting(primary_pattern,
165 host_content_settings_map_->SetContentSetting(primary_pattern,
  /external/chromium_org/chrome/browser/geolocation/
geolocation_settings_state_unittest.cc 43 profile.GetHostContentSettingsMap()->SetContentSetting(
52 profile.GetHostContentSettingsMap()->SetContentSetting(
148 profile.GetHostContentSettingsMap()->SetContentSetting(
157 profile.GetHostContentSettingsMap()->SetContentSetting(
166 profile.GetHostContentSettingsMap()->SetContentSetting(
  /external/chromium/chrome/browser/
plugin_exceptions_table_model_unittest.cc 72 map->SetContentSetting(example_com,
76 map->SetContentSetting(moose_org,
80 map->SetContentSetting(example_com,
188 map->SetContentSetting(ContentSettingsPattern("[*.]blurp.net"),
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 121 void DownloadRequestLimiter::TabDownloadState::SetContentSetting(
131 settings->SetContentSetting(
140 SetContentSetting(CONTENT_SETTING_BLOCK);
149 SetContentSetting(CONTENT_SETTING_ALLOW);
download_request_limiter.h 144 void SetContentSetting(ContentSetting setting);
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 326 provider_->SetContentSetting(
346 provider_->SetContentSetting(
468 provider_->SetContentSetting(
479 provider_->SetContentSetting(

Completed in 325 milliseconds

1 2 3