Home | History | Annotate | Download | only in geolocation

Lines Matching refs:GeolocationContentSettingsMap

38     GeolocationContentSettingsMap::kDefaultSetting = CONTENT_SETTING_ASK;
40 GeolocationContentSettingsMap::GeolocationContentSettingsMap(Profile* profile)
51 void GeolocationContentSettingsMap::RegisterUserPrefs(PrefService* prefs) {
57 ContentSetting GeolocationContentSettingsMap::GetDefaultContentSetting() const {
69 bool GeolocationContentSettingsMap::IsDefaultContentSettingManaged() const {
78 ContentSetting GeolocationContentSettingsMap::GetContentSetting(
110 GeolocationContentSettingsMap::AllOriginsSettings
111 GeolocationContentSettingsMap::GetAllOriginsSettings() const {
138 void GeolocationContentSettingsMap::SetDefaultContentSetting(
148 void GeolocationContentSettingsMap::SetContentSetting(
188 void GeolocationContentSettingsMap::ResetToDefault() {
197 void GeolocationContentSettingsMap::NotifyObservers(
201 Source<GeolocationContentSettingsMap>(this),
205 void GeolocationContentSettingsMap::Observe(
224 void GeolocationContentSettingsMap::UnregisterObservers() {
234 GeolocationContentSettingsMap::~GeolocationContentSettingsMap() {
239 void GeolocationContentSettingsMap::GetOneOriginSettingsFromDictionary(