OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetDefaultContentSetting
(Results
1 - 5
of
5
) sorted by null
/external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc
57
ContentSetting GeolocationContentSettingsMap::
GetDefaultContentSetting
() const {
107
return
GetDefaultContentSetting
();
/external/chromium/chrome/browser/content_settings/
host_content_settings_map.cc
131
ContentSetting HostContentSettingsMap::
GetDefaultContentSetting
(
142
// The method
GetDefaultContentSetting
always has to return an explicit
157
return
GetDefaultContentSetting
(content_type);
194
output.settings[j] =
GetDefaultContentSetting
(ContentSettingsType(j));
/external/chromium_org/chrome/browser/content_settings/
host_content_settings_map.cc
179
ContentSetting HostContentSettingsMap::
GetDefaultContentSetting
(
200
// The method
GetDefaultContentSetting
always has to return an explicit
/external/chromium/chrome/browser/notifications/
desktop_notification_service.cc
287
profile_->GetHostContentSettingsMap()->
GetDefaultContentSetting
(
371
profile_->GetHostContentSettingsMap()->
GetDefaultContentSetting
(
416
ContentSetting DesktopNotificationService::
GetDefaultContentSetting
() {
417
return profile_->GetHostContentSettingsMap()->
GetDefaultContentSetting
(
499
return
GetDefaultContentSetting
();
/external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc
388
ContentSetting DesktopNotificationService::
GetDefaultContentSetting
(
390
return profile_->GetHostContentSettingsMap()->
GetDefaultContentSetting
(
Completed in 552 milliseconds