/external/chromium_org/chrome/browser/notifications/ |
D | balloon.cc | 26 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()
|
D | balloon_notification_ui_manager.cc | 25 : 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
|
D | balloon.h | 58 const Notification& notification() const { return *notification_.get(); } in notification() 121 scoped_ptr<Notification> notification_; variable
|
D | message_center_notification_manager.cc | 407 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()
|
D | message_center_notification_manager.h | 168 const Notification& notification() const { return notification_; } in notification() 177 Notification notification_; variable
|
/external/chromium/chrome/browser/notifications/ |
D | balloon.cc | 17 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()
|
D | notification_ui_manager.cc | 29 : 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
|
D | balloon.h | 56 const Notification& notification() const { return *notification_.get(); } in notification() 116 scoped_ptr<Notification> notification_; variable
|
/external/chromium/chrome/browser/chromeos/ |
D | low_battery_observer.cc | 16 : 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()
|
D | update_observer.cc | 17 : 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()
|
D | update_observer.h | 29 SystemNotification notification_; variable
|
D | low_battery_observer.h | 33 SystemNotification notification_; variable
|
/external/chromium_org/win8/metro_driver/ |
D | toast_notification_handler.cc | 129 if (notifier_ && notification_) in ~ToastNotificationHandler() 138 DCHECK(notification_.Get() == NULL); in DisplayNotification() 197 toast_xml.Get(), ¬ification_); 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()
|
D | toast_notification_handler.h | 50 mswr::ComPtr<winui::Notifications::IToastNotification> notification_; variable
|
/external/chromium_org/chrome/browser/hang_monitor/ |
D | hung_window_detector.cc | 25 : 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()
|
D | hung_window_detector.h | 77 HungWindowNotification* notification_; variable
|
/external/chromium/chrome/browser/hang_monitor/ |
D | hung_window_detector.cc | 20 : 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()
|
D | hung_window_detector.h | 79 HungWindowNotification* notification_; variable
|
/external/chromium_org/chrome/browser/notifications/sync_notifier/ |
D | synced_notification_unittest.cc | 44 : notification_(GURL(), in StubNotificationUIManager() 55 notification_ = notification; in Add() 62 notification_ = notification; in Update() 70 return (notification_.id() == id) ? ¬ification_ : 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
|
D | chrome_notifier_service_unittest.cc | 60 : notification_(GURL(), in StubNotificationUIManager() 71 notification_ = notification; in Add() 78 notification_ = notification; in Update() 86 return (notification_.id() == id) ? ¬ification_ : 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/ |
D | tray_sms.cc | 288 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/ |
D | push_notifications_send_update_task.cc | 24 : XmppTask(parent), notification_(notification) {} in PushNotificationsSendUpdateTask() 30 MakeUpdateMessage(notification_, in ProcessStart() 32 DVLOG(1) << "Sending notification " << notification_.ToString() in ProcessStart()
|
D | push_notifications_send_update_task.h | 37 const Notification notification_; variable
|
/external/chromium_org/ui/message_center/cocoa/ |
D | notification_controller.mm | 242 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/ |
D | status_icon_gtk.h | 49 DesktopNotificationBalloon notification_; variable
|