Searched refs:GeolocationContentSettingsMap (Results 1 – 16 of 16) sorted by relevance
38 GeolocationContentSettingsMap::kDefaultSetting = CONTENT_SETTING_ASK;40 GeolocationContentSettingsMap::GeolocationContentSettingsMap(Profile* profile) in GeolocationContentSettingsMap() function in GeolocationContentSettingsMap51 void GeolocationContentSettingsMap::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()57 ContentSetting GeolocationContentSettingsMap::GetDefaultContentSetting() const { in GetDefaultContentSetting()69 bool GeolocationContentSettingsMap::IsDefaultContentSettingManaged() const { in IsDefaultContentSettingManaged()78 ContentSetting GeolocationContentSettingsMap::GetContentSetting( in GetContentSetting()110 GeolocationContentSettingsMap::AllOriginsSettings111 GeolocationContentSettingsMap::GetAllOriginsSettings() const { in GetAllOriginsSettings()138 void GeolocationContentSettingsMap::SetDefaultContentSetting( in SetDefaultContentSetting()148 void GeolocationContentSettingsMap::SetContentSetting( in SetContentSetting()[all …]
31 class GeolocationContentSettingsMap32 : public base::RefCountedThreadSafe<GeolocationContentSettingsMap>,38 explicit GeolocationContentSettingsMap(Profile* profile);40 virtual ~GeolocationContentSettingsMap();99 friend class base::RefCountedThreadSafe<GeolocationContentSettingsMap>;122 DISALLOW_COPY_AND_ASSIGN(GeolocationContentSettingsMap);
31 Source<GeolocationContentSettingsMap> content_settings(source); in Observe()44 GeolocationContentSettingsMap* last_notifier;68 GeolocationContentSettingsMap* map = in TEST_F()79 GeolocationContentSettingsMap* map = in TEST_F()107 GeolocationContentSettingsMap* map = in TEST_F()133 GeolocationContentSettingsMap::AllOriginsSettings content_settings( in TEST_F()137 GeolocationContentSettingsMap::OneOriginSettings one_origin_settings( in TEST_F()156 GeolocationContentSettingsMap* map = in TEST_F()169 GeolocationContentSettingsMap* map = in TEST_F()176 GeolocationContentSettingsMap::AllOriginsSettings content_settings( in TEST_F()[all …]
20 GeolocationContentSettingsMap* map);49 const GeolocationContentSettingsMap::OneOriginSettings& settings);51 GeolocationContentSettingsMap* map_;
65 GeolocationContentSettingsMap* map) in GeolocationExceptionsTableModel()68 GeolocationContentSettingsMap::AllOriginsSettings settings( in GeolocationExceptionsTableModel()70 GeolocationContentSettingsMap::AllOriginsSettings::const_iterator i; in GeolocationExceptionsTableModel()238 const GeolocationContentSettingsMap::OneOriginSettings& settings) { in AddEntriesForOrigin()239 GeolocationContentSettingsMap::OneOriginSettings::const_iterator parent = in AddEntriesForOrigin()247 GeolocationContentSettingsMap::OneOriginSettings::const_iterator i; in AddEntriesForOrigin()
41 scoped_refptr<GeolocationContentSettingsMap> map( in CreateAllowedSamples()58 scoped_refptr<GeolocationContentSettingsMap> map( in TEST_F()87 scoped_refptr<GeolocationContentSettingsMap> map( in TEST_F()114 scoped_refptr<GeolocationContentSettingsMap> map( in TEST_F()
15 class GeolocationContentSettingsMap; variable
435 GeolocationContentSettingsMap* map = in UpdateGeolocationExceptionsView()437 GeolocationContentSettingsMap::AllOriginsSettings all_settings = in UpdateGeolocationExceptionsView()439 GeolocationContentSettingsMap::AllOriginsSettings::const_iterator i; in UpdateGeolocationExceptionsView()444 const GeolocationContentSettingsMap::OneOriginSettings& one_settings = in UpdateGeolocationExceptionsView()447 GeolocationContentSettingsMap::OneOriginSettings::const_iterator parent = in UpdateGeolocationExceptionsView()457 GeolocationContentSettingsMap::OneOriginSettings::const_iterator j; in UpdateGeolocationExceptionsView()
84 class GeolocationContentSettingsMap; variable409 virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap() = 0;
98 virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap();238 scoped_refptr<GeolocationContentSettingsMap>
460 virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap() { in GetGeolocationContentSettingsMap()
951 GeolocationContentSettingsMap* ProfileImpl::GetGeolocationContentSettingsMap() { in GetGeolocationContentSettingsMap()953 geolocation_content_settings_map_ = new GeolocationContentSettingsMap(this); in GetGeolocationContentSettingsMap()
87 class GeolocationContentSettingsMap; variable189 …virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap() { NOTREACHED(); return … in GetGeolocationContentSettingsMap()
144 GeolocationContentSettingsMap::RegisterUserPrefs(user_prefs); in RegisterUserPrefs()
171 GeolocationContentSettingsMap* setting_map = in TEST_F()
467 GeolocationContentSettingsMap* settings_map = in OnCustomLinkClicked()