Home
last modified time | relevance | path

Searched refs:notification_registrar_ (Results 1 – 25 of 64) sorted by relevance

123

/external/chromium/chrome/browser/sync/glue/
Dsession_change_processor.cc243 notification_registrar_.Add(this, NotificationType::TAB_PARENTED, in StartObserving()
245 notification_registrar_.Add(this, NotificationType::TAB_CLOSED, in StartObserving()
247 notification_registrar_.Add(this, NotificationType::NAV_LIST_PRUNED, in StartObserving()
249 notification_registrar_.Add(this, NotificationType::NAV_ENTRY_CHANGED, in StartObserving()
251 notification_registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED, in StartObserving()
253 notification_registrar_.Add(this, NotificationType::BROWSER_OPENED, in StartObserving()
255 notification_registrar_.Add(this, in StartObserving()
263 notification_registrar_.RemoveAll(); in StopObserving()
Dextension_change_processor.cc173 notification_registrar_.Add( in StartObserving()
176 notification_registrar_.Add( in StartObserving()
180 notification_registrar_.Add( in StartObserving()
185 notification_registrar_.Add( in StartObserving()
189 notification_registrar_.Add( in StartObserving()
198 notification_registrar_.RemoveAll(); in StopObserving()
Dtyped_url_change_processor.cc329 notification_registrar_.Add(this, in StartObserving()
332 notification_registrar_.Add(this, NotificationType::HISTORY_URLS_DELETED, in StartObserving()
334 notification_registrar_.Add(this, NotificationType::HISTORY_URL_VISITED, in StartObserving()
340 notification_registrar_.Remove(this, in StopObserving()
343 notification_registrar_.Remove(this, in StopObserving()
346 notification_registrar_.Remove(this, in StopObserving()
Dtheme_change_processor.cc122 notification_registrar_.Add( in StartObserving()
131 notification_registrar_.RemoveAll(); in StopObserving()
Dautofill_data_type_controller.cc86 notification_registrar_.Add(this, NotificationType::WEB_DATABASE_LOADED, in ContinueStartAfterPersonalDataLoaded()
101 notification_registrar_.RemoveAll(); in Observe()
142 notification_registrar_.RemoveAll(); in Stop()
Dtheme_change_processor.h56 NotificationRegistrar notification_registrar_; variable
Dextension_change_processor.h58 NotificationRegistrar notification_registrar_; variable
Dsession_change_processor.h65 NotificationRegistrar notification_registrar_; variable
Dpassword_change_processor.cc221 notification_registrar_.Add(this, in StartObserving()
228 notification_registrar_.Remove(this, in StopObserving()
/external/chromium/chrome/browser/
Domnibox_search_hint.cc154 notification_registrar_.Add(this, in OmniboxSearchHint()
164 notification_registrar_.Add(this, in OmniboxSearchHint()
225 notification_registrar_.RemoveAll(); in DisableHint()
Domnibox_search_hint.h49 NotificationRegistrar notification_registrar_; variable
/external/chromium/chrome/browser/extensions/
Dexternal_policy_extension_loader.cc43 notification_registrar_.Add(this, in ExternalPolicyExtensionLoader()
94 notification_registrar_.RemoveAll(); in Observe()
Dexternal_policy_extension_loader.h42 NotificationRegistrar notification_registrar_; variable
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_policy_provider.h78 NotificationRegistrar notification_registrar_; variable
147 NotificationRegistrar notification_registrar_; variable
Dcontent_settings_pref_provider.h89 NotificationRegistrar notification_registrar_; variable
160 NotificationRegistrar notification_registrar_; variable
Dcontent_settings_notification_provider.cc200 notification_registrar_.Add(this, NotificationType::EXTENSION_UNLOADED, in StartObserving()
204 notification_registrar_.Add(this, NotificationType::PROFILE_DESTROYED, in StartObserving()
212 notification_registrar_.RemoveAll(); in StopObserving()
Dcontent_settings_policy_provider.cc124 notification_registrar_.Add(this, NotificationType::PROFILE_DESTROYED, in PolicyDefaultProvider()
197 notification_registrar_.Remove(this, NotificationType::PROFILE_DESTROYED, in UnregisterObservers()
320 notification_registrar_.Add(this, NotificationType::PROFILE_DESTROYED, in Init()
417 notification_registrar_.Remove(this, NotificationType::PROFILE_DESTROYED, in UnregisterObservers()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_html_dialog.cc83 notification_registrar_.Add(this, in Show()
111 notification_registrar_.RemoveAll(); in OnDialogClosed()
Downership_service.cc33 notification_registrar_.Add( in OwnershipService()
157 notification_registrar_.RemoveAll(); in Observe()
/external/chromium/chrome/browser/ssl/
Dssl_client_auth_handler.cc133 notification_registrar_.Add(this, in StartObserving()
140 notification_registrar_.RemoveAll(); in StopObserving()
/external/chromium/chrome/browser/translate/
Dtranslate_manager.cc274 notification_registrar_.Remove(this, NotificationType::PROFILE_DESTROYED, in Observe()
360 notification_registrar_.Add(this, NotificationType::NAV_ENTRY_COMMITTED, in TranslateManager()
362 notification_registrar_.Add(this, NotificationType::TAB_LANGUAGE_DETERMINED, in TranslateManager()
364 notification_registrar_.Add(this, NotificationType::PAGE_TRANSLATED, in TranslateManager()
587 notification_registrar_.Add(this, NotificationType::PROFILE_DESTROYED, in IsAcceptLanguage()
/external/chromium/chrome/browser/ui/webui/options/
Dcontent_settings_handler.cc267 notification_registrar_.Add( in Initialize()
270 notification_registrar_.Add( in Initialize()
275 notification_registrar_.Add( in Initialize()
278 notification_registrar_.Add( in Initialize()
281 notification_registrar_.Add( in Initialize()
/external/chromium/chrome/browser/tab_contents/
Dpopup_menu_helper_mac.h39 NotificationRegistrar notification_registrar_; variable
/external/chromium/chrome/browser/notifications/
Ddesktop_notification_service.cc304 notification_registrar_.Add(this, NotificationType::EXTENSION_UNLOADED, in StartObserving()
306 notification_registrar_.Add( in StartObserving()
312 notification_registrar_.Add(this, NotificationType::PROFILE_DESTROYED, in StartObserving()
320 notification_registrar_.RemoveAll(); in StopObserving()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_storage.cc174 notification_registrar_.Add(this, NotificationType::HISTORY_LOADED, in MigrateFromHistory()
182 notification_registrar_.Remove(this, NotificationType::HISTORY_LOADED, in OnHistoryFinishedWriting()

123