Home
last modified time | relevance | path

Searched refs:NotificationObserver (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/external/chromium/chrome/browser/prefs/
Dpref_set_observer.h18 class PrefSetObserver : public NotificationObserver {
22 NotificationObserver* observer);
38 NotificationObserver* observer);
43 NotificationObserver* observer);
56 NotificationObserver* observer_;
Dpref_change_registrar.h15 class NotificationObserver; variable
35 NotificationObserver* obs);
40 NotificationObserver* obs);
49 typedef std::pair<std::string, NotificationObserver*> ObserverRegistration;
Dpref_notifier_impl.h17 class NotificationObserver; variable
28 void AddPrefObserver(const char* path, NotificationObserver* obs);
29 void RemovePrefObserver(const char* path, NotificationObserver* obs);
39 typedef ObserverList<NotificationObserver> NotificationObserverList;
Dpref_notifier_impl.cc34 NotificationObserver* obs) { in AddPrefObserver()
48 NotificationObserver* existing_obs; in AddPrefObserver()
60 NotificationObserver* obs) { in RemovePrefObserver()
99 NotificationObserver* observer; in FireObservers()
Dpref_member.h41 class PrefMemberBase : public NotificationObserver {
85 NotificationObserver* observer);
121 NotificationObserver* observer_;
142 NotificationObserver* observer) { in Init()
Dpref_set_observer.cc11 NotificationObserver* observer) in PrefSetObserver()
48 NotificationObserver* observer) { in CreateProxyPrefSetObserver()
58 NotificationObserver* observer) { in CreateDefaultSearchPrefSetObserver()
Dpref_change_registrar_unittest.cc25 MOCK_METHOD2(AddPrefObserver, void(const char*, NotificationObserver*));
26 MOCK_METHOD2(RemovePrefObserver, void(const char*, NotificationObserver*));
39 NotificationObserver* observer() const { return observer_.get(); } in observer()
Dpref_change_registrar.cc25 void PrefChangeRegistrar::Add(const char* path, NotificationObserver* obs) { in Add()
39 void PrefChangeRegistrar::Remove(const char* path, NotificationObserver* obs) { in Remove()
Dpref_service.h22 class NotificationObserver; variable
308 virtual void AddPrefObserver(const char* path, NotificationObserver* obs);
309 virtual void RemovePrefObserver(const char* path, NotificationObserver* obs);
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers.h62 class InitialLoadObserver : public NotificationObserver {
117 class NewTabUILoadObserver : public NotificationObserver {
133 class NavigationControllerRestoredObserver : public NotificationObserver {
156 class NavigationNotificationObserver : public NotificationObserver {
184 class TabStripNotificationObserver : public NotificationObserver {
271 class ExtensionInstallNotificationObserver : public NotificationObserver {
296 class ExtensionUninstallObserver : public NotificationObserver {
319 class ExtensionReadyNotificationObserver : public NotificationObserver {
343 class ExtensionUnloadNotificationObserver : public NotificationObserver {
368 class ExtensionsUpdatedObserver : public NotificationObserver {
[all …]
/external/chromium/chrome/browser/chromeos/
Dcros_settings.h70 void AddSettingsObserver(const char* path, NotificationObserver* obs);
71 void RemoveSettingsObserver(const char* path, NotificationObserver* obs);
79 typedef ObserverList<NotificationObserver> NotificationObserverList;
Dcros_settings.cc39 NotificationObserver* observer; in FireObservers()
95 NotificationObserver* obs) { in AddSettingsObserver()
119 NotificationObserver* existing_obs; in AddSettingsObserver()
131 NotificationObserver* obs) { in RemoveSettingsObserver()
Denterprise_extension_observer.h24 : public NotificationObserver {
/external/chromium/chrome/browser/
Dplugin_data_remover_helper.h21 class PluginDataRemoverHelper : public NotificationObserver {
32 NotificationObserver* observer);
Drepost_form_warning_controller.h18 class RepostFormWarningController : public NotificationObserver {
/external/chromium/chrome/browser/task_manager/
Dtask_manager_resource_providers.h104 public NotificationObserver {
162 public NotificationObserver {
222 public NotificationObserver {
300 public NotificationObserver {
388 public NotificationObserver {
457 public NotificationObserver {
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_pref_provider.h33 public NotificationObserver {
103 public NotificationObserver {
Dcontent_settings_policy_provider.h30 public NotificationObserver {
85 public NotificationObserver {
Dstub_settings_observer.h16 class StubSettingsObserver : public NotificationObserver {
/external/chromium/chrome/browser/ui/gtk/
Dcustom_button.h31 class CustomDrawButtonBase : public NotificationObserver {
129 class CustomDrawButton : public NotificationObserver {
Doverflow_button.h18 class OverflowButton : public NotificationObserver {
/external/chromium/chrome/browser/extensions/
Dextension_tabs_module.h139 public NotificationObserver {
152 public NotificationObserver {
/external/chromium/chrome/browser/ui/webui/
Dntp_login_handler.h17 public NotificationObserver {
/external/chromium/chrome/browser/tabs/
Dpinned_tab_service.h18 class PinnedTabService : public NotificationObserver,
/external/chromium/chrome/browser/ui/cocoa/
Dtheme_install_bubble_view.h28 class ThemeInstallBubbleView : public NotificationObserver {

12345678910>>...13