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

1 2

  /external/chromium/chrome/browser/chromeos/
update_observer.cc 17 : notification_(profile, "update.chromeos", IDR_NOTIFICATION_UPDATE,
21 notification_.Hide();
31 notification_.Show(l10n_util::GetStringUTF16(IDS_UPDATE_COMPLETED), true);
low_battery_observer.cc 16 : notification_(profile, "battery.chromeos",
46 (notification_.urgent() || remaining_minutes <= critical);
60 if (notification_.visible()) {
74 notification_.Show(l10n_util::GetStringFUTF16(IDS_LOW_BATTERY_MESSAGE,
80 notification_.Hide();
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/notifications/
balloon.cc 26 notification_(new Notification(notification)),
48 notification_->Display();
56 notification_->Close(false);
57 notification_.reset(new Notification(notification));
58 notification_->Display();
65 notification_->Click();
69 notification_->Close(by_user);
74 notification_->ButtonClick(button_index);
balloon.h 58 const Notification& notification() const { return *notification_.get(); }
121 scoped_ptr<Notification> notification_; member in class:Balloon
notification_ui_manager_impl.cc 30 : notification_(notification),
34 const Notification& notification() const { return notification_; }
38 notification_ = new_notification;
43 Notification notification_; member in class:QueuedNotification
  /external/chromium/chrome/browser/notifications/
balloon.cc 17 notification_(new Notification(notification)),
39 notification_->Display();
47 notification_->Close(false);
48 notification_.reset(new Notification(notification));
49 notification_->Display();
56 notification_->Click();
60 notification_->Close(by_user);
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/jingle/notifier/listener/
push_notifications_send_update_task.h 37 const Notification notification_; member in class:notifier::PushNotificationsSendUpdateTask
push_notifications_send_update_task.cc 24 : XmppTask(parent), notification_(notification) {}
30 MakeUpdateMessage(notification_,
32 DVLOG(1) << "Sending notification " << notification_.ToString()
  /external/chromium/chrome/browser/hang_monitor/
hung_window_detector.cc 20 : notification_(notification),
24 DCHECK(NULL != notification_);
34 if (NULL == notification_) {
109 notification_->OnHungWindowDetected(child_window, top_level_window_,
hung_window_detector.h 79 HungWindowNotification* notification_; member in class:HungWindowDetector
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.cc 25 : notification_(notification),
29 DCHECK(NULL != notification_);
39 if (NULL == notification_) {
121 notification_->OnHungWindowDetected(child_window, top_level_window_,
hung_window_detector.h 77 HungWindowNotification* notification_; member in class:HungWindowDetector
  /external/chromium_org/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.h 48 DesktopNotificationBalloon notification_; member in class:StatusIconGtk
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 128 if (notifier_ && notification_)
137 DCHECK(notification_.Get() == NULL);
196 toast_xml.Get(), &notification_);
216 hr = notification_->add_Activated(
222 hr = notifier_->Show(notification_.Get());
230 DCHECK(notification_);
232 notifier_->Hide(notification_.Get());
toast_notification_handler.h 50 mswr::ComPtr<winui::Notifications::IToastNotification> notification_; member in class:ToastNotificationHandler
  /external/chromium_org/ash/system/chromeos/network/
tray_sms.h 56 SmsNotificationView* notification_; member in class:ash::internal::TraySms
tray_sms.cc 283 notification_(NULL) {
308 CHECK(notification_ == NULL);
314 notification_ = new SmsNotificationView(this, index, number, text);
315 return notification_;
327 notification_ = NULL;
369 if (notification_) {
373 notification_->Update(index, number, text);
tray_network.cc 412 notification_(NULL),
460 CHECK(notification_ == NULL);
463 notification_ = new tray::NetworkNotificationView(this);
464 return notification_;
480 notification_ = NULL;
501 if (notification_)
502 notification_->Update();
513 if (notification_)
514 notification_->Update();
  /external/chromium_org/chrome/browser/ui/cocoa/status_icons/
status_icon_mac.h 54 DesktopNotificationBalloon notification_; member in class:StatusIconMac
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.h 49 DesktopNotificationBalloon notification_; member in class:StatusIconLinuxWrapper
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
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

Completed in 264 milliseconds

1 2