Searched refs:notification_ (Results 1 - 25 of 38) sorted by relevance

12

/external/chromium/chrome/browser/chromeos/
H A Dupdate_observer.cc17 : notification_(profile, "update.chromeos", IDR_NOTIFICATION_UPDATE,
21 notification_.Hide();
31 notification_.Show(l10n_util::GetStringUTF16(IDS_UPDATE_COMPLETED), true);
H A Dlow_battery_observer.cc16 : 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();
H A Dupdate_observer.h29 SystemNotification notification_; member in class:chromeos::UpdateObserver
H A Dlow_battery_observer.h33 SystemNotification notification_; member in class:chromeos::LowBatteryObserver
/external/chromium_org/chrome/browser/notifications/
H A Dballoon.cc26 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);
H A Dballoon.h58 const Notification& notification() const { return *notification_.get(); }
121 scoped_ptr<Notification> notification_; member in class:Balloon
H A Dnotification_ui_manager_impl.cc30 : 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/
H A Dballoon.cc17 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);
H A Dballoon.h56 const Notification& notification() const { return *notification_.get(); }
116 scoped_ptr<Notification> notification_; member in class:Balloon
H A Dnotification_ui_manager.cc29 : notification_(notification),
33 const Notification& notification() const { return notification_; }
37 notification_ = new_notification;
42 Notification notification_; member in class:QueuedNotification
/external/chromium/chrome/browser/hang_monitor/
H A Dhung_window_detector.cc20 : notification_(notification),
24 DCHECK(NULL != notification_);
34 if (NULL == notification_) {
109 notification_->OnHungWindowDetected(child_window, top_level_window_,
H A Dhung_window_detector.h79 HungWindowNotification* notification_; member in class:HungWindowDetector
/external/chromium_org/chrome/browser/hang_monitor/
H A Dhung_window_detector.cc25 : notification_(notification),
29 DCHECK(NULL != notification_);
39 if (NULL == notification_) {
121 notification_->OnHungWindowDetected(child_window, top_level_window_,
H A Dhung_window_detector.h77 HungWindowNotification* notification_; member in class:HungWindowDetector
/external/chromium_org/jingle/notifier/listener/
H A Dpush_notifications_send_update_task.h37 const Notification notification_; member in class:notifier::PushNotificationsSendUpdateTask
H A Dpush_notifications_send_update_task.cc24 : XmppTask(parent), notification_(notification) {}
30 MakeUpdateMessage(notification_,
32 DVLOG(1) << "Sending notification " << notification_.ToString()
/external/chromium_org/win8/metro_driver/
H A Dtoast_notification_handler.cc128 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());
H A Dtoast_notification_handler.h50 mswr::ComPtr<winui::Notifications::IToastNotification> notification_; member in class:ToastNotificationHandler
/external/chromium_org/chrome/browser/ui/gtk/status_icons/
H A Dstatus_icon_gtk.h48 DesktopNotificationBalloon notification_; member in class:StatusIconGtk
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_linux_wrapper.h49 DesktopNotificationBalloon notification_; member in class:StatusIconLinuxWrapper
/external/chromium_org/ash/system/chromeos/network/
H A Dtray_sms.cc283 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);
H A Dtray_network.cc412 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();
H A Dtray_sms.h56 SmsNotificationView* notification_; member in class:ash::internal::TraySms
/external/chromium_org/chrome/browser/notifications/sync_notifier/
H A Dsynced_notification_unittest.cc44 : 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_org/chrome/browser/ui/cocoa/status_icons/
H A Dstatus_icon_mac.h54 DesktopNotificationBalloon notification_; member in class:StatusIconMac

Completed in 373 milliseconds

12