Home
last modified time | relevance | path

Searched refs:prefs_registrar_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/content_settings/
Dcontent_settings_notification_provider.cc84 prefs_registrar_.Init(profile_->GetPrefs()); in NotificationProvider()
195 prefs_registrar_.Add(prefs::kDesktopNotificationDefaultContentSetting, in StartObserving()
197 prefs_registrar_.Add(prefs::kDesktopNotificationAllowedOrigins, this); in StartObserving()
198 prefs_registrar_.Add(prefs::kDesktopNotificationDeniedOrigins, this); in StartObserving()
210 prefs_registrar_.RemoveAll(); in StopObserving()
Dcontent_settings_notification_provider.h102 PrefChangeRegistrar prefs_registrar_; variable
/external/chromium/chrome/browser/geolocation/
Dgeolocation_content_settings_map.cc43 prefs_registrar_.Init(profile_->GetPrefs()); in GeolocationContentSettingsMap()
44 prefs_registrar_.Add(prefs::kGeolocationDefaultContentSetting, this); in GeolocationContentSettingsMap()
45 prefs_registrar_.Add(prefs::kGeolocationContentSettings, this); in GeolocationContentSettingsMap()
228 prefs_registrar_.RemoveAll(); in UnregisterObservers()
Dgeolocation_content_settings_map.h119 PrefChangeRegistrar prefs_registrar_; variable
/external/chromium/chrome/browser/notifications/
Ddesktop_notification_service.cc263 prefs_registrar_.Init(profile_->GetPrefs()); in DesktopNotificationService()
302 prefs_registrar_.Add(prefs::kDesktopNotificationAllowedOrigins, this); in StartObserving()
303 prefs_registrar_.Add(prefs::kDesktopNotificationDeniedOrigins, this); in StartObserving()
318 prefs_registrar_.RemoveAll(); in StopObserving()
Ddesktop_notification_service.h158 PrefChangeRegistrar prefs_registrar_; variable