OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsDefaultContentSettingManaged
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.h
50
bool
IsDefaultContentSettingManaged
() const;
geolocation_content_settings_map.cc
69
bool GeolocationContentSettingsMap::
IsDefaultContentSettingManaged
() const {
/external/chromium/chrome/browser/notifications/
desktop_notification_service.h
103
bool
IsDefaultContentSettingManaged
() const;
desktop_notification_service.cc
427
bool DesktopNotificationService::
IsDefaultContentSettingManaged
() const {
428
return profile_->GetHostContentSettingsMap()->
IsDefaultContentSettingManaged
(
/external/chromium/chrome/browser/content_settings/
host_content_settings_map.h
165
bool
IsDefaultContentSettingManaged
(ContentSettingsType content_type) const;
host_content_settings_map.cc
436
bool HostContentSettingsMap::
IsDefaultContentSettingManaged
(
/external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc
377
GetGeolocationContentSettingsMap()->
IsDefaultContentSettingManaged
();
380
web_ui_->GetProfile())->
IsDefaultContentSettingManaged
();
382
return GetContentSettingsMap()->
IsDefaultContentSettingManaged
(type);
Completed in 610 milliseconds