HomeSort by relevance Sort by last modified time
    Searched defs:GeolocationContentSettingsMap (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.h 31 class GeolocationContentSettingsMap
32 : public base::RefCountedThreadSafe<GeolocationContentSettingsMap>,
38 explicit GeolocationContentSettingsMap(Profile* profile);
40 virtual ~GeolocationContentSettingsMap();
99 friend class base::RefCountedThreadSafe<GeolocationContentSettingsMap>;
122 DISALLOW_COPY_AND_ASSIGN(GeolocationContentSettingsMap);
geolocation_content_settings_map.cc 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
    [all...]

Completed in 19 milliseconds