Home
last modified time | relevance | path

Searched refs:notification_ (Results 1 – 25 of 37) sorted by relevance

12

/external/chromium_org/chrome/browser/notifications/
Dballoon.cc26 notification_(new Notification(notification)), in Balloon()
48 notification_->Display(); in Show()
56 notification_->Close(false); in Update()
57 notification_.reset(new Notification(notification)); in Update()
58 notification_->Display(); in Update()
65 notification_->Click(); in OnClick()
69 notification_->Close(by_user); in OnClose()
74 notification_->ButtonClick(button_index); in OnButtonClick()
Dballoon_notification_ui_manager.cc25 : notification_(notification), in QueuedNotification()
29 const Notification& notification() const { return notification_; } in notification()
33 notification_ = new_notification; in Replace()
38 Notification notification_; member in QueuedNotification
Dballoon.h58 const Notification& notification() const { return *notification_.get(); } in notification()
121 scoped_ptr<Notification> notification_; variable
Dmessage_center_notification_manager.cc407 notification_(notification), in ProfileNotification()
411 notification_.set_profile_id(multi_user_util::GetUserIDFromProfile(profile)); in ProfileNotification()
419 downloads_->StartDownloads(notification_); in StartDownloads()
424 notification_.DoneRendering(); in OnDownloadsCompleted()
Dmessage_center_notification_manager.h168 const Notification& notification() const { return notification_; } in notification()
177 Notification notification_; variable
/external/chromium/chrome/browser/notifications/
Dballoon.cc17 notification_(new Notification(notification)), in Balloon()
39 notification_->Display(); in Show()
47 notification_->Close(false); in Update()
48 notification_.reset(new Notification(notification)); in Update()
49 notification_->Display(); in Update()
56 notification_->Click(); in OnClick()
60 notification_->Close(by_user); in OnClose()
Dnotification_ui_manager.cc29 : notification_(notification), in QueuedNotification()
33 const Notification& notification() const { return notification_; } in notification()
37 notification_ = new_notification; in Replace()
42 Notification notification_; member in QueuedNotification
Dballoon.h56 const Notification& notification() const { return *notification_.get(); } in notification()
116 scoped_ptr<Notification> notification_; variable
/external/chromium/chrome/browser/chromeos/
Dlow_battery_observer.cc16 : notification_(profile, "battery.chromeos", in LowBatteryObserver()
46 (notification_.urgent() || remaining_minutes <= critical); in PowerChanged()
60 if (notification_.visible()) { in PowerChanged()
74 notification_.Show(l10n_util::GetStringFUTF16(IDS_LOW_BATTERY_MESSAGE, in Show()
80 notification_.Hide(); in Hide()
Dupdate_observer.cc17 : notification_(profile, "update.chromeos", IDR_NOTIFICATION_UPDATE, in UpdateObserver()
21 notification_.Hide(); in ~UpdateObserver()
31 notification_.Show(l10n_util::GetStringUTF16(IDS_UPDATE_COMPLETED), true); in UpdateStatusChanged()
Dupdate_observer.h29 SystemNotification notification_; variable
Dlow_battery_observer.h33 SystemNotification notification_; variable
/external/chromium_org/win8/metro_driver/
Dtoast_notification_handler.cc129 if (notifier_ && notification_) in ~ToastNotificationHandler()
138 DCHECK(notification_.Get() == NULL); in DisplayNotification()
197 toast_xml.Get(), &notification_); in DisplayNotification()
219 hr = notification_->add_Activated( in DisplayNotification()
225 hr = notifier_->Show(notification_.Get()); in DisplayNotification()
233 DCHECK(notification_); in CancelNotification()
235 notifier_->Hide(notification_.Get()); in CancelNotification()
Dtoast_notification_handler.h50 mswr::ComPtr<winui::Notifications::IToastNotification> notification_; variable
/external/chromium_org/chrome/browser/hang_monitor/
Dhung_window_detector.cc25 : notification_(notification), in HungWindowDetector()
29 DCHECK(NULL != notification_); in HungWindowDetector()
39 if (NULL == notification_) { in Initialize()
121 notification_->OnHungWindowDetected(child_window, top_level_window_, in CheckChildWindow()
Dhung_window_detector.h77 HungWindowNotification* notification_; variable
/external/chromium/chrome/browser/hang_monitor/
Dhung_window_detector.cc20 : notification_(notification), in HungWindowDetector()
24 DCHECK(NULL != notification_); in HungWindowDetector()
34 if (NULL == notification_) { in Initialize()
109 notification_->OnHungWindowDetected(child_window, top_level_window_, in CheckChildWindow()
Dhung_window_detector.h79 HungWindowNotification* notification_; variable
/external/chromium_org/chrome/browser/notifications/sync_notifier/
Dsynced_notification_unittest.cc44 : notification_(GURL(), in StubNotificationUIManager()
55 notification_ = notification; in Add()
62 notification_ = notification; in Update()
70 return (notification_.id() == id) ? &notification_ : NULL; in FindById()
84 if (source == notification_.origin_url() && in GetAllIdsByProfileAndSourceOrigin()
86 notification_ids.insert(notification_.notification_id()); in GetAllIdsByProfileAndSourceOrigin()
106 const Notification& notification() const { return notification_; } in notification()
113 Notification notification_; member in notifier::StubNotificationUIManager
Dchrome_notifier_service_unittest.cc60 : notification_(GURL(), in StubNotificationUIManager()
71 notification_ = notification; in Add()
78 notification_ = notification; in Update()
86 return (notification_.id() == id) ? &notification_ : NULL; in FindById()
102 if (source == notification_.origin_url() && in GetAllIdsByProfileAndSourceOrigin()
104 notification_ids.insert(notification_.notification_id()); in GetAllIdsByProfileAndSourceOrigin()
124 const Notification& notification() const { return notification_; } in notification()
131 Notification notification_; member in notifier::StubNotificationUIManager
/external/chromium_org/ash/system/chromeos/network/
Dtray_sms.cc288 notification_(NULL) { in TraySms()
320 CHECK(notification_ == NULL); in CreateNotificationView()
326 notification_ = new SmsNotificationView(this, index, number, text); in CreateNotificationView()
327 return notification_; in CreateNotificationView()
339 notification_ = NULL; in DestroyNotificationView()
408 if (notification_) { in Update()
412 notification_->Update(index, number, text); in Update()
/external/chromium_org/jingle/notifier/listener/
Dpush_notifications_send_update_task.cc24 : XmppTask(parent), notification_(notification) {} in PushNotificationsSendUpdateTask()
30 MakeUpdateMessage(notification_, in ProcessStart()
32 DVLOG(1) << "Sending notification " << notification_.ToString() in ProcessStart()
Dpush_notifications_send_update_task.h37 const Notification notification_; variable
/external/chromium_org/ui/message_center/cocoa/
Dnotification_controller.mm242 notification_ = notification;
243 notificationID_ = notification_->id();
280 [self updateNotification:notification_];
285 notification_ = notification;
292 [icon_ setImage:notification_->icon().AsNSImage()];
315 [self wrapText:notification_->title()
324 [self wrapText:notification_->message()
346 [self wrapText:notification_->context_message()
352 if (notification_->context_message().empty()) {
570 return notification_;
/external/chromium_org/chrome/browser/ui/gtk/status_icons/
Dstatus_icon_gtk.h49 DesktopNotificationBalloon notification_; variable

12