HomeSort by relevance Sort by last modified time
    Searched refs:NotificationObserver (Results 1 - 25 of 785) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/public/browser/
notification_observer.h 17 class CONTENT_EXPORT NotificationObserver {
24 virtual ~NotificationObserver() {}
notification_registrar.h 16 class NotificationObserver;
35 void Add(NotificationObserver* observer,
38 void Remove(NotificationObserver* observer,
50 bool IsRegistered(NotificationObserver* observer,
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.h 15 class NotificationObserver;
35 NotificationObserver* obs);
40 NotificationObserver* obs);
49 typedef std::pair<std::string, NotificationObserver*> ObserverRegistration;
pref_notifier_impl.h 17 class NotificationObserver;
28 void AddPrefObserver(const char* path, NotificationObserver* obs);
29 void RemovePrefObserver(const char* path, NotificationObserver* obs);
39 typedef ObserverList<NotificationObserver> NotificationObserverList;
pref_set_observer.h 18 class PrefSetObserver : public NotificationObserver {
22 NotificationObserver* observer);
38 NotificationObserver* observer);
43 NotificationObserver* observer);
46 // Overridden from NotificationObserver.
56 NotificationObserver* observer_;
  /external/chromium_org/content/browser/
notification_service_impl.h 16 class NotificationObserver;
36 typedef ObserverList<NotificationObserver> NotificationObserverList;
49 // Registers a NotificationObserver to be called whenever a matching
51 // NotificationObserver to be notified when an event matching the other two
65 void AddObserver(NotificationObserver* observer,
75 void RemoveObserver(NotificationObserver* observer,
notification_service_impl.cc 47 void NotificationServiceImpl::AddObserver(NotificationObserver* observer,
71 void NotificationServiceImpl::RemoveObserver(NotificationObserver* observer,
108 FOR_EACH_OBSERVER(NotificationObserver,
115 FOR_EACH_OBSERVER(NotificationObserver,
123 FOR_EACH_OBSERVER(NotificationObserver,
130 FOR_EACH_OBSERVER(NotificationObserver,
  /external/chromium_org/content/public/test/
mock_notification_observer.h 16 class MockNotificationObserver : public NotificationObserver {
  /external/chromium/chrome/browser/
plugin_data_remover_helper.h 21 class PluginDataRemoverHelper : public NotificationObserver {
32 NotificationObserver* observer);
36 // NotificationObserver methods:
repost_form_warning_controller.h 18 class RepostFormWarningController : public NotificationObserver {
33 // NotificationObserver implementation.
  /external/chromium/chrome/browser/chromeos/
enterprise_extension_observer.h 24 : public NotificationObserver {
  /external/chromium/chrome/browser/content_settings/
stub_settings_observer.h 16 class StubSettingsObserver : public NotificationObserver {
  /external/chromium/chrome/browser/tabs/
pinned_tab_service.h 18 class PinnedTabService : public NotificationObserver,
27 // NotificationObserver.
  /external/chromium/chrome/browser/ui/cocoa/
theme_install_bubble_view.h 28 class ThemeInstallBubbleView : public NotificationObserver {
32 // NotificationObserver
  /external/chromium/chrome/browser/ui/gtk/
overflow_button.h 18 class OverflowButton : public NotificationObserver {
26 // NotificationObserver implementation.
  /external/chromium/chrome/browser/ui/webui/
ntp_login_handler.h 17 public NotificationObserver {
27 // NotificationObserver interface
  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_profile_observer.h 16 class PnaclProfileObserver : public content::NotificationObserver {
  /external/chromium_org/chrome/browser/content_settings/
mock_settings_observer.h 16 class MockSettingsObserver : public content::NotificationObserver {
  /external/chromium_org/chrome/browser/sync/glue/
extensions_activity_monitor.h 20 class ExtensionsActivityMonitor : public content::NotificationObserver {
25 // content::NotificationObserver implementation.
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu_browsertest_util.h 14 class ContextMenuNotificationObserver : public content::NotificationObserver {
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service.h 18 class PinnedTabService : public content::NotificationObserver,
24 // content::NotificationObserver.
  /external/chromium_org/chrome/browser/ui/
uma_browsing_activity_observer.h 16 class UMABrowsingActivityObserver : public content::NotificationObserver {
24 // content::NotificationObserver implementation.
  /external/chromium_org/chrome/browser/ui/views/
load_complete_listener.h 16 class LoadCompleteListener : public content::NotificationObserver {
32 // content::NotificationObserver:
  /external/chromium_org/chrome/browser/ui/webui/
theme_handler.h 20 public content::NotificationObserver {
32 // content::NotificationObserver implementation.
  /external/chromium/chrome/browser/extensions/
extension_test_message_listener.h 45 class ExtensionTestMessageListener : public NotificationObserver {
61 // Implements the NotificationObserver interface.

Completed in 1545 milliseconds

1 2 3 4 5 6 7 8 91011>>