/external/chromium/chrome/browser/geolocation/ |
D | geolocation_content_settings_map_unittest.cc | 84 map->SetContentSetting(top_level, top_level, CONTENT_SETTING_ALLOW); in TEST_F() 92 map->SetContentSetting(requester_0, top_level, CONTENT_SETTING_ALLOW); in TEST_F() 98 map->SetContentSetting(requester_0, top_level, CONTENT_SETTING_BLOCK); in TEST_F() 117 map->SetContentSetting(requester_0, embedder_0, CONTENT_SETTING_ALLOW); in TEST_F() 123 map->SetContentSetting(requester_1, embedder_0, CONTENT_SETTING_ALLOW); in TEST_F() 146 map->SetContentSetting(requester_1, embedder_0, CONTENT_SETTING_BLOCK); in TEST_F() 147 map->SetContentSetting(requester_1, embedder_1, CONTENT_SETTING_ALLOW); in TEST_F() 159 map->SetContentSetting(top_level, top_level, CONTENT_SETTING_ALLOW); in TEST_F() 163 map->SetContentSetting(top_level, top_level, CONTENT_SETTING_DEFAULT); in TEST_F() 173 map->SetContentSetting(requester_0, embedder_0, CONTENT_SETTING_ALLOW); in TEST_F() [all …]
|
D | geolocation_exceptions_table_model_unittest.cc | 43 map->SetContentSetting(kUrl0, kUrl0, CONTENT_SETTING_ALLOW); in CreateAllowedSamples() 44 map->SetContentSetting(kUrl0, kUrl1, CONTENT_SETTING_ALLOW); in CreateAllowedSamples() 45 map->SetContentSetting(kUrl0, kUrl2, CONTENT_SETTING_ALLOW); in CreateAllowedSamples() 62 map->SetContentSetting(kUrl0, kUrl0, CONTENT_SETTING_ALLOW); in TEST_F() 71 map->SetContentSetting(kUrl0, kUrl0, CONTENT_SETTING_DEFAULT); in TEST_F() 72 map->SetContentSetting(kUrl0, kUrl1, CONTENT_SETTING_ALLOW); in TEST_F() 73 map->SetContentSetting(kUrl0, kUrl2, CONTENT_SETTING_BLOCK); in TEST_F()
|
D | geolocation_settings_state_unittest.cc | 36 profile.GetGeolocationContentSettingsMap()->SetContentSetting( in TEST_F() 41 profile.GetGeolocationContentSettingsMap()->SetContentSetting( in TEST_F() 133 profile.GetGeolocationContentSettingsMap()->SetContentSetting( in TEST_F() 138 profile.GetGeolocationContentSettingsMap()->SetContentSetting( in TEST_F() 143 profile.GetGeolocationContentSettingsMap()->SetContentSetting( in TEST_F()
|
D | geolocation_content_settings_map.h | 84 void SetContentSetting(const GURL& requesting_url,
|
D | geolocation_browsertest.cc | 428 SetContentSetting(current_url_, current_url_, CONTENT_SETTING_BLOCK); in IN_PROC_BROWSER_TEST_F() 441 SetContentSetting(current_url_, current_url_, CONTENT_SETTING_ALLOW); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium/chrome/browser/content_settings/ |
D | host_content_settings_map_unittest.cc | 90 host_content_settings_map->SetContentSetting(pattern, in TEST_F() 95 host_content_settings_map->SetContentSetting(pattern, in TEST_F() 108 host_content_settings_map->SetContentSetting(pattern, in TEST_F() 112 host_content_settings_map->SetContentSetting(pattern, in TEST_F() 116 host_content_settings_map->SetContentSetting(pattern, in TEST_F() 134 host_content_settings_map->SetContentSetting(pattern2, in TEST_F() 136 host_content_settings_map->SetContentSetting(pattern2, in TEST_F() 157 host_content_settings_map->SetContentSetting(pattern, in TEST_F() 159 host_content_settings_map->SetContentSetting(pattern2, in TEST_F() 161 host_content_settings_map->SetContentSetting(pattern2, in TEST_F() [all …]
|
D | content_settings_pref_provider_unittest.cc | 182 pref_content_settings_provider.SetContentSetting( in TEST_F() 238 pref_content_settings_provider.SetContentSetting( in TEST_F() 275 pref_content_settings_provider.SetContentSetting( in TEST_F() 291 pref_content_settings_provider.SetContentSetting( in TEST_F() 304 pref_content_settings_provider.SetContentSetting( in TEST_F() 334 pref_content_settings_provider.SetContentSetting( in TEST_F()
|
D | content_settings_provider_unittest.cc | 47 mock_provider.SetContentSetting( in TEST() 57 mock_provider.SetContentSetting( in TEST()
|
D | host_content_settings_map.cc | 259 void HostContentSettingsMap::SetContentSetting( in SetContentSetting() function in HostContentSettingsMap 267 (*provider)->SetContentSetting( in SetContentSetting() 279 SetContentSetting(ContentSettingsPattern::FromURLNoWildcard(url), in AddExceptionForURL() 283 SetContentSetting(ContentSettingsPattern::FromURL(url), in AddExceptionForURL()
|
D | content_settings_provider.h | 93 virtual void SetContentSetting(
|
D | content_settings_notification_provider.h | 47 virtual void SetContentSetting(
|
D | content_settings_base_provider.h | 61 virtual void SetContentSetting(
|
D | content_settings_mock_provider.cc | 82 void MockProvider::SetContentSetting( in SetContentSetting() function in content_settings::MockProvider
|
D | content_settings_policy_provider.h | 98 virtual void SetContentSetting(
|
D | content_settings_pref_provider.h | 114 virtual void SetContentSetting(
|
D | host_content_settings_map.h | 120 void SetContentSetting(const ContentSettingsPattern& pattern,
|
D | content_settings_mock_provider.h | 67 virtual void SetContentSetting(
|
D | content_settings_policy_provider_unittest.cc | 124 provider.SetContentSetting( in TEST_F()
|
D | content_settings_pref_provider.cc | 381 void PrefProvider::SetContentSetting( in SetContentSetting() function in content_settings::PrefProvider 805 SetContentSetting( in MigrateObsoletePerhostPref() 826 SetContentSetting(ContentSettingsPattern(host), in MigrateObsoletePopupsPref()
|
/external/chromium/chrome/browser/ |
D | plugin_exceptions_table_model_unittest.cc | 72 map->SetContentSetting(example_com, in SetUp() 76 map->SetContentSetting(moose_org, in SetUp() 80 map->SetContentSetting(example_com, in SetUp() 188 map->SetContentSetting(ContentSettingsPattern("[*.]blurp.net"), in TEST_F()
|
D | plugin_exceptions_table_model.cc | 43 map->SetContentSetting(entry.pattern, in RemoveRows()
|
D | content_setting_bubble_model_unittest.cc | 173 setting_map->SetContentSetting(frame1_url, page_url, CONTENT_SETTING_ALLOW); in TEST_F()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | table_model_array_controller_unittest.mm | 38 map->SetContentSetting(example_com, 42 map->SetContentSetting(moose_org, 46 map->SetContentSetting(example_com, 146 map->SetContentSetting(example_com,
|
/external/chromium/chrome/browser/notifications/ |
D | desktop_notification_service.cc | 326 provider_->SetContentSetting( in GrantPermission() 346 provider_->SetContentSetting( in DenyPermission() 468 provider_->SetContentSetting( in ResetAllowedOrigin() 479 provider_->SetContentSetting( in ResetBlockedOrigin()
|
/external/chromium/chrome/browser/ui/webui/options/ |
D | content_settings_handler.cc | 609 SetContentSetting(GURL(origin), in RemoveException() 643 settings_map->SetContentSetting( in RemoveException() 679 settings_map->SetContentSetting(ContentSettingsPattern(pattern), in SetException()
|