/external/chromium/chrome/browser/geolocation/ |
D | geolocation_content_settings_map_unittest.cc | 40 last_notifier->GetContentSetting(GURL("http://random-hostname.com/"), in Observe() 82 EXPECT_EQ(CONTENT_SETTING_ASK, map->GetContentSetting(top_level, top_level)); in TEST_F() 86 map->GetContentSetting(top_level, top_level)); in TEST_F() 90 map->GetContentSetting(requester_0, top_level)); in TEST_F() 94 map->GetContentSetting(top_level, top_level)); in TEST_F() 96 map->GetContentSetting(requester_0, top_level)); in TEST_F() 100 map->GetContentSetting(requester_0, top_level)); in TEST_F() 102 map->GetContentSetting(top_level, top_level)); in TEST_F() 113 map->GetContentSetting(requester_0, embedder_0)); in TEST_F() 115 map->GetContentSetting(requester_1, embedder_0)); in TEST_F() [all …]
|
D | geolocation_exceptions_table_model_unittest.cc | 94 EXPECT_EQ(CONTENT_SETTING_ASK, map->GetContentSetting(kUrl0, kUrl0)); in TEST_F() 95 EXPECT_EQ(CONTENT_SETTING_ALLOW, map->GetContentSetting(kUrl0, kUrl1)); in TEST_F() 96 EXPECT_EQ(CONTENT_SETTING_ALLOW, map->GetContentSetting(kUrl0, kUrl2)); in TEST_F() 107 EXPECT_EQ(CONTENT_SETTING_ASK, map->GetContentSetting(kUrl0, kUrl0)); in TEST_F() 108 EXPECT_EQ(CONTENT_SETTING_ASK, map->GetContentSetting(kUrl0, kUrl1)); in TEST_F() 109 EXPECT_EQ(CONTENT_SETTING_ASK, map->GetContentSetting(kUrl0, kUrl2)); in TEST_F() 118 EXPECT_EQ(CONTENT_SETTING_ASK, map->GetContentSetting(kUrl0, kUrl0)); in TEST_F() 119 EXPECT_EQ(CONTENT_SETTING_ASK, map->GetContentSetting(kUrl0, kUrl1)); in TEST_F() 120 EXPECT_EQ(CONTENT_SETTING_ASK, map->GetContentSetting(kUrl0, kUrl2)); in TEST_F()
|
D | geolocation_permission_context_unittest.cc | 208 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( in TEST_F() 211 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( in TEST_F() 257 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( in TEST_F() 260 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( in TEST_F() 268 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( in TEST_F() 271 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( in TEST_F() 314 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( in TEST_F() 317 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( in TEST_F() 436 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( in TEST_F() 440 profile()->GetGeolocationContentSettingsMap()->GetContentSetting( in TEST_F()
|
D | geolocation_content_settings_map.h | 59 ContentSetting GetContentSetting(const GURL& requesting_url,
|
D | geolocation_settings_state.cc | 85 profile_->GetGeolocationContentSettingsMap()->GetContentSetting( in GetDetailedInfo()
|
/external/chromium/chrome/browser/content_settings/ |
D | host_content_settings_map_unittest.cc | 59 EXPECT_EQ(CONTENT_SETTING_ALLOW, host_content_settings_map->GetContentSetting( in TEST_F() 88 host_content_settings_map->GetContentSetting( in TEST_F() 93 host_content_settings_map->GetContentSetting( in TEST_F() 98 host_content_settings_map->GetContentSetting( in TEST_F() 101 host_content_settings_map->GetContentSetting( in TEST_F() 187 host_content_settings_map->GetContentSetting( in TEST_F() 192 host_content_settings_map->GetContentSetting( in TEST_F() 195 host_content_settings_map->GetContentSetting( in TEST_F() 198 host_content_settings_map->GetContentSetting( in TEST_F() 203 host_content_settings_map->GetContentSetting( in TEST_F() [all …]
|
D | content_settings_provider_unittest.cc | 40 EXPECT_EQ(CONTENT_SETTING_BLOCK, mock_provider.GetContentSetting( in TEST() 42 EXPECT_EQ(CONTENT_SETTING_DEFAULT, mock_provider.GetContentSetting( in TEST() 44 EXPECT_EQ(CONTENT_SETTING_DEFAULT, mock_provider.GetContentSetting( in TEST() 53 EXPECT_EQ(CONTENT_SETTING_ALLOW, mock_provider.GetContentSetting( in TEST() 63 EXPECT_EQ(CONTENT_SETTING_ALLOW, mock_provider.GetContentSetting( in TEST() 68 EXPECT_EQ(CONTENT_SETTING_BLOCK, mock_provider.GetContentSetting( in TEST()
|
D | content_settings_pref_provider_unittest.cc | 248 pref_content_settings_provider.GetContentSetting( in TEST_F() 252 pref_content_settings_provider_incognito.GetContentSetting( in TEST_F() 273 pref_content_settings_provider.GetContentSetting( in TEST_F() 282 pref_content_settings_provider.GetContentSetting( in TEST_F() 285 pref_content_settings_provider.GetContentSetting( in TEST_F() 289 pref_content_settings_provider.GetContentSetting( in TEST_F() 298 pref_content_settings_provider.GetContentSetting( in TEST_F() 302 pref_content_settings_provider.GetContentSetting( in TEST_F() 311 pref_content_settings_provider.GetContentSetting( in TEST_F() 332 pref_content_settings_provider.GetContentSetting( in TEST_F() [all …]
|
D | content_settings_policy_provider_unittest.cc | 118 provider.GetContentSetting( in TEST_F() 121 provider.GetContentSetting( in TEST_F() 131 provider.GetContentSetting( in TEST_F() 154 provider.GetContentSetting( in TEST_F() 164 provider.GetContentSetting( in TEST_F() 171 provider.GetContentSetting( in TEST_F() 178 provider.GetContentSetting( in TEST_F()
|
D | content_settings_notification_provider.h | 41 virtual ContentSetting GetContentSetting( 89 ContentSetting GetContentSetting(const GURL& origin) const;
|
D | content_settings_notification_provider.cc | 97 ContentSetting NotificationProvider::GetContentSetting( in GetContentSetting() function in content_settings::NotificationProvider 105 return GetContentSetting(requesting_url); in GetContentSetting() 123 ContentSetting current_setting = GetContentSetting(origin); in SetContentSetting() 326 ContentSetting NotificationProvider::GetContentSetting( in GetContentSetting() function in content_settings::NotificationProvider
|
D | content_settings_provider.h | 81 virtual ContentSetting GetContentSetting(
|
D | content_settings_base_provider.h | 55 virtual ContentSetting GetContentSetting(
|
D | content_settings_mock_provider.cc | 69 ContentSetting MockProvider::GetContentSetting( in GetContentSetting() function in content_settings::MockProvider
|
D | content_settings_policy_provider.h | 105 virtual ContentSetting GetContentSetting(
|
D | host_content_settings_map.h | 63 ContentSetting GetContentSetting(
|
D | content_settings_mock_provider.h | 59 virtual ContentSetting GetContentSetting(
|
D | host_content_settings_map.cc | 149 ContentSetting HostContentSettingsMap::GetContentSetting( in GetContentSetting() function in HostContentSettingsMap 174 provided_setting = (*provider)->GetContentSetting( in GetNonDefaultContentSetting()
|
D | content_settings_policy_provider.cc | 393 ContentSetting PolicyProvider::GetContentSetting( in GetContentSetting() function in content_settings::PolicyProvider 398 return BaseProvider::GetContentSetting( in GetContentSetting()
|
/external/chromium/chrome/browser/ |
D | content_setting_bubble_model_unittest.cc | 137 map->GetContentSetting(url, in TEST_F() 141 map->GetContentSetting(url, in TEST_F() 148 map->GetContentSetting(url, in TEST_F() 152 map->GetContentSetting(url, in TEST_F()
|
D | content_setting_bubble_model.cc | 273 map->GetContentSetting(url, content_type(), std::string()); in SetRadioGroup() 278 ContentSetting setting = map->GetContentSetting(url, in SetRadioGroup()
|
/external/chromium/chrome/browser/notifications/ |
D | notification_options_menu_model.cc | 179 if (service->GetContentSetting(origin) == CONTENT_SETTING_ALLOW) { in GetLabelForCommandId() 221 if (service->GetContentSetting(origin) == CONTENT_SETTING_ALLOW) in ExecuteCommand()
|
D | desktop_notification_service.cc | 491 ContentSetting DesktopNotificationService::GetContentSetting( in GetContentSetting() function in DesktopNotificationService 493 ContentSetting provided_setting = provider_->GetContentSetting( in GetContentSetting() 520 ContentSetting setting = GetContentSetting(origin); in RequestPermission()
|
D | desktop_notification_service.h | 125 ContentSetting GetContentSetting(const GURL& origin);
|
/external/chromium/chrome/browser/net/ |
D | chrome_cookie_policy.cc | 67 ContentSetting setting = host_content_settings_map_->GetContentSetting( in CheckPolicy()
|