Searched refs:GeolocationContentSettingsMap (Results 1 - 16 of 16) sorted by relevance

/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_content_settings_map.h31 class GeolocationContentSettingsMap class in inherits:base::RefCountedThreadSafe,NotificationObserver
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);
H A Dgeolocation_content_settings_map.cc38 GeolocationContentSettingsMap::kDefaultSetting = CONTENT_SETTING_ASK;
40 GeolocationContentSettingsMap::GeolocationContentSettingsMap(Profile* profile) function in class:GeolocationContentSettingsMap
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
[all...]
H A Dgeolocation_exceptions_table_model.h20 GeolocationContentSettingsMap* map);
49 const GeolocationContentSettingsMap::OneOriginSettings& settings);
51 GeolocationContentSettingsMap* map_;
H A Dgeolocation_content_settings_map_unittest.cc31 Source<GeolocationContentSettingsMap> content_settings(source);
44 GeolocationContentSettingsMap* last_notifier;
68 GeolocationContentSettingsMap* map =
79 GeolocationContentSettingsMap* map =
107 GeolocationContentSettingsMap* map =
133 GeolocationContentSettingsMap::AllOriginsSettings content_settings(
137 GeolocationContentSettingsMap::OneOriginSettings one_origin_settings(
156 GeolocationContentSettingsMap* map =
169 GeolocationContentSettingsMap* map =
176 GeolocationContentSettingsMap
[all...]
H A Dgeolocation_exceptions_table_model_unittest.cc41 scoped_refptr<GeolocationContentSettingsMap> map(
58 scoped_refptr<GeolocationContentSettingsMap> map(
87 scoped_refptr<GeolocationContentSettingsMap> map(
114 scoped_refptr<GeolocationContentSettingsMap> map(
H A Dgeolocation_settings_state.h15 class GeolocationContentSettingsMap;
H A Dgeolocation_exceptions_table_model.cc65 GeolocationContentSettingsMap* map)
68 GeolocationContentSettingsMap::AllOriginsSettings settings(
70 GeolocationContentSettingsMap::AllOriginsSettings::const_iterator i;
238 const GeolocationContentSettingsMap::OneOriginSettings& settings) {
239 GeolocationContentSettingsMap::OneOriginSettings::const_iterator parent =
247 GeolocationContentSettingsMap::OneOriginSettings::const_iterator i;
/external/chromium/chrome/browser/ui/webui/options/
H A Dcontent_settings_handler.cc435 GeolocationContentSettingsMap* map =
437 GeolocationContentSettingsMap::AllOriginsSettings all_settings =
439 GeolocationContentSettingsMap::AllOriginsSettings::const_iterator i;
444 const GeolocationContentSettingsMap::OneOriginSettings& one_settings =
447 GeolocationContentSettingsMap::OneOriginSettings::const_iterator parent =
457 GeolocationContentSettingsMap::OneOriginSettings::const_iterator j;
/external/chromium/chrome/browser/prefs/
H A Dbrowser_prefs.cc144 GeolocationContentSettingsMap::RegisterUserPrefs(user_prefs);
/external/chromium/android/autofill/
H A Dprofile_android.h87 class GeolocationContentSettingsMap;
189 virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap() { NOTREACHED(); return NULL; }
/external/chromium/chrome/browser/profiles/
H A Dprofile.h84 class GeolocationContentSettingsMap;
409 virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap() = 0;
H A Dprofile_impl.h98 virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap();
238 scoped_refptr<GeolocationContentSettingsMap>
H A Dprofile.cc460 virtual GeolocationContentSettingsMap* GetGeolocationContentSettingsMap() {
H A Dprofile_impl.cc951 GeolocationContentSettingsMap* ProfileImpl::GetGeolocationContentSettingsMap() {
953 geolocation_content_settings_map_ = new GeolocationContentSettingsMap(this);
/external/chromium/chrome/browser/
H A Dcontent_setting_bubble_model_unittest.cc171 GeolocationContentSettingsMap* setting_map =
H A Dcontent_setting_bubble_model.cc467 GeolocationContentSettingsMap* settings_map =

Completed in 182 milliseconds