/external/chromium_org/chrome/browser/notifications/ |
D | notification_test_util.cc | 19 : notification_(GURL(), in StubNotificationUIManager() 36 notification_ = notification; in Add() 47 notification_ = notification; in Update() 54 return (notification_.id() == id) ? ¬ification_ : NULL; in FindById() 67 if (source == notification_.origin_url() && profile->IsSameProfile(profile_)) in GetAllIdsByProfileAndSourceOrigin() 68 notification_ids.insert(notification_.delegate_id()); in GetAllIdsByProfileAndSourceOrigin()
|
D | message_center_notification_manager.cc | 445 notification_(notification), in ProfileNotification() 449 notification_.set_profile_id(multi_user_util::GetUserIDFromProfile(profile)); in ProfileNotification() 457 downloads_->StartDownloads(notification_); in StartDownloads() 462 notification_.delegate()->ReleaseRenderViewHost(); in OnDownloadsCompleted() 470 NotificationConversionHelper::NotificationToNotificationOptions(notification_, in AddToAlternateProvider() 476 notification_.notifier_id().id, in AddToAlternateProvider() 477 notification_.delegate_id(), in AddToAlternateProvider()
|
D | notification_test_util.h | 121 const Notification& notification() const { return notification_; } in notification() 131 Notification notification_; variable
|
D | message_center_notification_manager.h | 169 const Notification& notification() const { return notification_; } in notification() 177 Notification 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() 220 hr = notification_->add_Activated( in DisplayNotification() 226 hr = notifier_->Show(notification_.Get()); in DisplayNotification() 234 DCHECK(notification_); in CancelNotification() 236 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_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()
|
D | tray_sms.h | 56 SmsNotificationView* notification_; variable
|
/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/views/ |
D | notification_view_unittest.cc | 36 Notification* notification() { return notification_.get(); } in notification() 98 scoped_ptr<Notification> notification_; member in message_center::NotificationViewTest 115 notification_.reset( in SetUp() 125 notification_->set_small_image(CreateTestImage(16, 16)); in SetUp() 126 notification_->set_image(CreateTestImage(320, 240)); in SetUp() 130 NotificationView::Create(this, *notification_, true)); in SetUp()
|
/external/chromium_org/chrome/browser/ui/cocoa/apps/ |
D | quit_with_apps_controller_mac.cc | 55 notification_.reset(new Notification( in QuitWithAppsController() 137 g_browser_process->notification_ui_manager()->Add(*notification_, in ShouldQuit()
|
D | quit_with_apps_controller_mac.h | 41 scoped_ptr<Notification> notification_; variable
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_external_updater.cc | 471 if (!notification_) in NotifyKioskUpdateProgress() 472 notification_.reset(new KioskExternalUpdateNotification(message)); in NotifyKioskUpdateProgress() 474 notification_->ShowMessage(message); in NotifyKioskUpdateProgress() 478 if (notification_.get()) { in DismissKioskUpdateNotification() 479 notification_.reset(); in DismissKioskUpdateNotification()
|
D | kiosk_mode_idle_app_name_notification.h | 53 scoped_ptr<IdleAppNameNotificationView> notification_; variable
|
D | kiosk_mode_idle_app_name_notification.cc | 81 notification_.reset( in OnUserActivity()
|
D | kiosk_external_updater.h | 145 scoped_ptr<KioskExternalUpdateNotification> notification_; variable
|
/external/chromium_org/ui/message_center/cocoa/ |
D | notification_controller.mm | 303 notification_ = notification; 304 notificationID_ = notification_->id(); 346 [self updateNotification:notification_]; 351 notification_ = notification; 357 [smallImage_ setImage:notification_->small_image().AsNSImage()]; 360 [icon_ setImage:notification_->icon().AsNSImage()]; 384 [self wrapText:notification_->title() 397 if (!notification_->image().IsEmpty()) { 399 if (!notification_->context_message().empty()) 407 [self wrapText:notification_->message() [all …]
|
D | notification_controller.h | 29 const message_center::Notification* notification_;
|
/external/chromium_org/chrome/browser/ui/views/status_icons/ |
D | status_icon_linux_wrapper.h | 53 DesktopNotificationBalloon notification_; variable
|
D | status_icon_linux_wrapper.cc | 32 notification_.DisplayBalloon(icon, title, contents); in DisplayBalloon()
|
/external/chromium_org/chrome/browser/ui/cocoa/status_icons/ |
D | status_icon_mac.h | 54 DesktopNotificationBalloon notification_; variable
|
/external/chromium_org/ui/message_center/ |
D | message_center_impl.cc | 60 Notification* notification() const { return notification_.get(); } in notification() 77 scoped_ptr<Notification> notification_; member in message_center::internal::ChangeQueue::Change 135 notification_(notification.Pass()) { in Change() 137 (type != CHANGE_TYPE_DELETE || notification_.get() == NULL)); in Change() 143 return notification_.Pass(); in PassNotification()
|