Home
last modified time | relevance | path

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

12

/external/chromium_org/chrome/browser/notifications/
Dnotification_test_util.cc19 : notification_(GURL(), in StubNotificationUIManager()
36 notification_ = notification; in Add()
47 notification_ = notification; in Update()
54 return (notification_.id() == id) ? &notification_ : NULL; in FindById()
67 if (source == notification_.origin_url() && profile->IsSameProfile(profile_)) in GetAllIdsByProfileAndSourceOrigin()
68 notification_ids.insert(notification_.delegate_id()); in GetAllIdsByProfileAndSourceOrigin()
Dmessage_center_notification_manager.cc445 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()
Dnotification_test_util.h121 const Notification& notification() const { return notification_; } in notification()
131 Notification notification_; variable
Dmessage_center_notification_manager.h169 const Notification& notification() const { return notification_; } in notification()
177 Notification 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()
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()
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_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()
Dtray_sms.h56 SmsNotificationView* notification_; variable
/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/views/
Dnotification_view_unittest.cc36 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/
Dquit_with_apps_controller_mac.cc55 notification_.reset(new Notification( in QuitWithAppsController()
137 g_browser_process->notification_ui_manager()->Add(*notification_, in ShouldQuit()
Dquit_with_apps_controller_mac.h41 scoped_ptr<Notification> notification_; variable
/external/chromium_org/chrome/browser/chromeos/app_mode/
Dkiosk_external_updater.cc471 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()
Dkiosk_mode_idle_app_name_notification.h53 scoped_ptr<IdleAppNameNotificationView> notification_; variable
Dkiosk_mode_idle_app_name_notification.cc81 notification_.reset( in OnUserActivity()
Dkiosk_external_updater.h145 scoped_ptr<KioskExternalUpdateNotification> notification_; variable
/external/chromium_org/ui/message_center/cocoa/
Dnotification_controller.mm303 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 …]
Dnotification_controller.h29 const message_center::Notification* notification_;
/external/chromium_org/chrome/browser/ui/views/status_icons/
Dstatus_icon_linux_wrapper.h53 DesktopNotificationBalloon notification_; variable
Dstatus_icon_linux_wrapper.cc32 notification_.DisplayBalloon(icon, title, contents); in DisplayBalloon()
/external/chromium_org/chrome/browser/ui/cocoa/status_icons/
Dstatus_icon_mac.h54 DesktopNotificationBalloon notification_; variable
/external/chromium_org/ui/message_center/
Dmessage_center_impl.cc60 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()

12