Searched defs:GetContentSetting (Results 1 - 10 of 10) sorted by relevance

/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_mock_provider.cc69 ContentSetting MockProvider::GetContentSetting( function in class:content_settings::MockProvider
H A Dcontent_settings_base_provider.cc67 ContentSetting BaseProvider::GetContentSetting( function in class:content_settings::BaseProvider
H A Dcontent_settings_notification_provider.cc97 ContentSetting NotificationProvider::GetContentSetting( function in class:content_settings::NotificationProvider
105 return GetContentSetting(requesting_url);
123 ContentSetting current_setting = GetContentSetting(origin);
326 ContentSetting NotificationProvider::GetContentSetting( function in class:content_settings::NotificationProvider
H A Dcontent_settings_policy_provider.cc393 ContentSetting PolicyProvider::GetContentSetting( function in class:content_settings::PolicyProvider
398 return BaseProvider::GetContentSetting(
H A Dhost_content_settings_map.cc149 ContentSetting HostContentSettingsMap::GetContentSetting( function in class:HostContentSettingsMap
174 provided_setting = (*provider)->GetContentSetting(
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_content_settings_map.cc78 ContentSetting GeolocationContentSettingsMap::GetContentSetting( function in class:GeolocationContentSettingsMap
/external/chromium_org/chrome/browser/content_settings/
H A Dcontent_settings_utils.cc182 ContentSetting GetContentSetting(const ProviderInterface* provider, function in namespace:content_settings
H A Dhost_content_settings_map.cc207 ContentSetting HostContentSettingsMap::GetContentSetting( function in class:HostContentSettingsMap
/external/chromium/chrome/browser/notifications/
H A Ddesktop_notification_service.cc491 ContentSetting DesktopNotificationService::GetContentSetting( function in class:DesktopNotificationService
493 ContentSetting provided_setting = provider_->GetContentSetting(
520 ContentSetting setting = GetContentSetting(origin);
/external/chromium_org/chrome/browser/notifications/
H A Ddesktop_notification_service.cc428 ContentSetting DesktopNotificationService::GetContentSetting( function in class:DesktopNotificationService
430 return profile_->GetHostContentSettingsMap()->GetContentSetting(
444 ContentSetting setting = GetContentSetting(origin);
554 return GetContentSetting(notifier_id.url) == CONTENT_SETTING_ALLOW;

Completed in 458 milliseconds