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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/public/browser/
notification_registrar.h 22 // The intended use is that you make a NotificationRegistrar member in your
26 class CONTENT_EXPORT NotificationRegistrar :
31 NotificationRegistrar();
32 ~NotificationRegistrar();
66 DISALLOW_COPY_AND_ASSIGN(NotificationRegistrar);
notification_registrar.cc 14 struct NotificationRegistrar::Record {
22 bool NotificationRegistrar::Record::operator==(const Record& other) const {
28 NotificationRegistrar::NotificationRegistrar() {
31 // AtExitManager before any objects which access it via NotificationRegistrar.
35 // It is OK to create a NotificationRegistrar instance on one thread and then
40 NotificationRegistrar::~NotificationRegistrar() {
44 void NotificationRegistrar::Add(NotificationObserver* observer,
56 void NotificationRegistrar::Remove(NotificationObserver* observer
    [all...]
  /external/chromium_org/chrome/browser/
browser_process_platform_part_aurawin.h 39 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/chromeos/power/
power_button_observer.h 37 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/extensions/
chrome_notification_observer.h 37 content::NotificationRegistrar registrar_;
state_store_notification_observer.h 31 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/google/
did_run_updater_win.h 27 content::NotificationRegistrar registrar_;
google_search_counter_android.h 34 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/notifications/
notification_system_observer.h 28 content::NotificationRegistrar registrar_;
fullscreen_notification_blocker.h 37 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/sync/glue/
extensions_activity_monitor.h 36 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_extension_installer.h 40 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service.h 38 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/ui/
uma_browsing_activity_observer.h 38 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/ui/views/
load_complete_listener.h 37 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/ui/webui/
theme_handler.h 39 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_sync_observer.h 20 class NotificationRegistrar;
94 scoped_ptr<content::NotificationRegistrar> notification_registrar_;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_popup_controller.h 21 class NotificationRegistrar;
47 scoped_ptr<content::NotificationRegistrar> registrar_;
  /external/chromium_org/content/browser/
notification_service_impl.h 17 class NotificationRegistrar;
34 friend class NotificationRegistrar;
47 // NotificationRegistrar.
70 // NotificationRegistrar.
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout.h 48 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/feedback/
feedback_profile_observer.h 48 content::NotificationRegistrar prefs_registrar_;
  /external/chromium_org/chrome/browser/metrics/
omnibox_metrics_provider.h 41 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_invalidator.h 50 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item_browser.h 40 content::NotificationRegistrar registrar_;
  /external/chromium_org/chrome/browser/ui/panels/
test_panel_notification_observer.h 40 content::NotificationRegistrar registrar_;

Completed in 7178 milliseconds

1 2 3 4 5 6 7 8 91011>>