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

1 2

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

Completed in 258 milliseconds

1 2