HomeSort by relevance Sort by last modified time
    Searched refs:NotificationObserver (Results 1 - 25 of 374) 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_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_org/chrome/browser/
browser_process_platform_part_aurawin.h 17 public content::NotificationObserver {
29 // content::NotificationObserver method:
  /external/chromium_org/chrome/browser/chromeos/power/
power_button_observer.h 19 class PowerButtonObserver : public content::NotificationObserver,
28 // content::NotificationObserver implementation:
  /external/chromium_org/chrome/browser/content_settings/
mock_settings_observer.h 16 class MockSettingsObserver : public content::NotificationObserver {
  /external/chromium_org/chrome/browser/extensions/
chrome_notification_observer.h 23 class ChromeNotificationObserver : public content::NotificationObserver {
32 // content::NotificationObserver overrides:
  /external/chromium_org/chrome/browser/notifications/
notification_system_observer.h 13 // The content::NotificationObserver observes system status change and sends
15 class NotificationSystemObserver : public content::NotificationObserver {
21 // content::NotificationObserver override.
fullscreen_notification_blocker.h 16 public content::NotificationObserver {
30 // content::NotificationObserver override.
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_browsertest_util.h 14 class ContextMenuNotificationObserver : 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/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_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout.h 18 public content::NotificationObserver {
31 // Overridden from content::NotificationObserver:
  /external/chromium_org/chrome/browser/feedback/
feedback_profile_observer.h 24 class FeedbackProfileObserver : public content::NotificationObserver {
34 // content::NotificationObserver override
  /external/chromium_org/chrome/browser/google/
google_search_counter_android.h 17 class GoogleSearchCounterAndroid : content::NotificationObserver {
28 // content::NotificationObserver:
  /external/chromium_org/chrome/browser/metrics/
omnibox_metrics_provider.h 19 public content::NotificationObserver {
31 // content::NotificationObserver:
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_invalidator.h 23 public content::NotificationObserver {
37 // content::NotificationObserver implementation:
  /external/chromium_org/chrome/browser/sync/sessions/
session_data_type_controller.h 19 public content::NotificationObserver {
25 // NotificationObserver interface.
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item_browser.h 18 class ChromeLauncherAppMenuItemBrowser : public content::NotificationObserver,
30 // content::NotificationObserver.
  /external/chromium_org/chrome/browser/ui/panels/
test_panel_notification_observer.h 21 class TestPanelNotificationObserver : public content::NotificationObserver {
30 // content::NotificationObserver:

Completed in 542 milliseconds

1 2 3 4 5 6 7 8 91011>>