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

1 2

  /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,
geolocation_content_settings_map.cc 148 void GeolocationContentSettingsMap::SetContentSetting(
geolocation_exceptions_table_model.cc 103 map_->SetContentSetting(entry_origin, entry->embedding_origin,
geolocation_browsertest.cc 428 SetContentSetting(current_url_, current_url_, CONTENT_SETTING_BLOCK);
441 SetContentSetting(current_url_, current_url_, CONTENT_SETTING_ALLOW);
  /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,
content_settings_policy_provider_unittest.cc 124 provider.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"),
plugin_exceptions_table_model.cc 43 map->SetContentSetting(entry.pattern,
content_setting_bubble_model_unittest.cc 173 setting_map->SetContentSetting(frame1_url, page_url, CONTENT_SETTING_ALLOW);
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 326 provider_->SetContentSetting(
346 provider_->SetContentSetting(
468 provider_->SetContentSetting(
479 provider_->SetContentSetting(
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 609 SetContentSetting(GURL(origin),
643 settings_map->SetContentSetting(
679 settings_map->SetContentSetting(ContentSettingsPattern(pattern),

Completed in 667 milliseconds

1 2