HomeSort by relevance Sort by last modified time
    Searched defs:notification_ (Results 1 - 21 of 21) sorted by null

  /external/chromium/chrome/browser/chromeos/
update_observer.h 29 SystemNotification notification_; member in class:chromeos::UpdateObserver
low_battery_observer.h 33 SystemNotification notification_; member in class:chromeos::LowBatteryObserver
  /external/chromium_org/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.h 49 DesktopNotificationBalloon notification_; member in class:StatusIconGtk
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.h 54 DesktopNotificationBalloon notification_; member in class:StatusIconLinuxWrapper
  /external/chromium_org/jingle/notifier/listener/
push_notifications_send_update_task.h 37 const Notification notification_; member in class:notifier::PushNotificationsSendUpdateTask
  /external/chromium_org/ash/system/chromeos/network/
tray_sms.h 57 SmsNotificationView* notification_; member in class:ash::internal::TraySms
  /external/chromium_org/chrome/browser/ui/cocoa/status_icons/
status_icon_mac.h 55 DesktopNotificationBalloon notification_; member in class:StatusIconMac
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.h 79 HungWindowNotification* notification_; member in class:HungWindowDetector
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.h 77 HungWindowNotification* notification_; member in class:HungWindowDetector
  /external/chromium_org/ui/message_center/cocoa/
notification_controller.h 29 const message_center::Notification* notification_; variable
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.h 50 mswr::ComPtr<winui::Notifications::IToastNotification> notification_; member in class:ToastNotificationHandler
  /external/chromium/chrome/browser/notifications/
balloon.h 56 const Notification& notification() const { return *notification_.get(); }
116 scoped_ptr<Notification> notification_; member in class:Balloon
notification_ui_manager.cc 29 : notification_(notification),
33 const Notification& notification() const { return notification_; }
37 notification_ = new_notification;
42 Notification notification_; member in class:QueuedNotification
  /external/chromium_org/chrome/browser/notifications/
balloon.h 58 const Notification& notification() const { return *notification_.get(); }
121 scoped_ptr<Notification> notification_; member in class:Balloon
message_center_notification_manager.h 168 const Notification& notification() const { return notification_; }
177 Notification notification_; member in class:MessageCenterNotificationManager::ProfileNotification
balloon_notification_ui_manager.cc 25 : notification_(notification),
29 const Notification& notification() const { return notification_; }
33 notification_ = new_notification;
38 Notification notification_; member in class:QueuedNotification
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 60 : notification_(GURL(),
71 notification_ = notification;
78 notification_ = notification;
86 return (notification_.id() == id) ? &notification_ : NULL;
102 if (source == notification_.origin_url() &&
104 notification_ids.insert(notification_.notification_id());
124 const Notification& notification() const { return notification_; }
131 Notification notification_; member in class:notifier::StubNotificationUIManager
synced_notification_unittest.cc 44 : notification_(GURL(),
55 notification_ = notification;
62 notification_ = notification;
70 return (notification_.id() == id) ? &notification_ : NULL;
84 if (source == notification_.origin_url() &&
86 notification_ids.insert(notification_.notification_id());
106 const Notification& notification() const { return notification_; }
113 Notification notification_; member in class:notifier::StubNotificationUIManager
  /external/chromium/chrome/browser/automation/
automation_provider_observers.h 199 NotificationType notification_; member in class:TabStripNotificationObserver
    [all...]
  /external/chromium_org/chrome/browser/automation/
automation_provider_observers.h 246 int notification_; member in class:TabStripNotificationObserver
    [all...]
  /external/chromium_org/ui/message_center/
message_center_impl.cc 60 Notification* notification() const { return notification_.get(); }
77 scoped_ptr<Notification> notification_; member in class:message_center::internal::ChangeQueue::Change
135 notification_(notification.Pass()) {
137 (type != CHANGE_TYPE_DELETE || notification_.get() == NULL));
143 return notification_.Pass();

Completed in 479 milliseconds