HomeSort by relevance Sort by last modified time
    Searched defs:GetContentSetting (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/content_settings/
content_settings_mock_provider.cc 69 ContentSetting MockProvider::GetContentSetting(
content_settings_base_provider.cc 67 ContentSetting BaseProvider::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.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/geolocation/
geolocation_content_settings_map.cc 78 ContentSetting GeolocationContentSettingsMap::GetContentSetting(
  /external/chromium_org/chrome/browser/content_settings/
content_settings_utils.cc 180 ContentSetting GetContentSetting(const ProviderInterface* provider,
host_content_settings_map.cc 207 ContentSetting HostContentSettingsMap::GetContentSetting(
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 491 ContentSetting DesktopNotificationService::GetContentSetting(
493 ContentSetting provided_setting = provider_->GetContentSetting(
520 ContentSetting setting = GetContentSetting(origin);
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 439 ContentSetting DesktopNotificationService::GetContentSetting(
441 return profile_->GetHostContentSettingsMap()->GetContentSetting(
455 ContentSetting setting = GetContentSetting(origin);
567 return GetContentSetting(notifier_id.url) == CONTENT_SETTING_ALLOW;
642 ContentSetting setting = host_content_settings_map->GetContentSetting(

Completed in 769 milliseconds