OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
182
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
428
ContentSetting DesktopNotificationService::
GetContentSetting
(
430
return profile_->GetHostContentSettingsMap()->
GetContentSetting
(
444
ContentSetting setting =
GetContentSetting
(origin);
554
return
GetContentSetting
(notifier_id.url) == CONTENT_SETTING_ALLOW;
Completed in 43 milliseconds