HomeSort by relevance Sort by last modified time
    Searched defs:GetContentSetting (Results 1 - 7 of 7) 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/chrome/browser/notifications/
desktop_notification_service.cc 491 ContentSetting DesktopNotificationService::GetContentSetting(
493 ContentSetting provided_setting = provider_->GetContentSetting(
520 ContentSetting setting = GetContentSetting(origin);

Completed in 60 milliseconds