HomeSort by relevance Sort by last modified time
    Searched refs:notification_ (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/notifications/
notification_test_util.cc 19 : notification_(GURL(),
36 notification_ = notification;
47 notification_ = notification;
54 return (notification_.id() == id) ? &notification_ : NULL;
67 if (source == notification_.origin_url() && profile->IsSameProfile(profile_))
68 notification_ids.insert(notification_.delegate_id());
notification_test_util.h 121 const Notification& notification() const { return notification_; }
131 Notification notification_; member in class:StubNotificationUIManager
message_center_notification_manager.cc 445 notification_(notification),
449 notification_.set_profile_id(multi_user_util::GetUserIDFromProfile(profile));
457 downloads_->StartDownloads(notification_);
462 notification_.delegate()->ReleaseRenderViewHost();
470 NotificationConversionHelper::NotificationToNotificationOptions(notification_,
476 notification_.notifier_id().id,
477 notification_.delegate_id(),
message_center_notification_manager.h 169 const Notification& notification() const { return notification_; }
177 Notification notification_; member in class:MessageCenterNotificationManager::ProfileNotification
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_mode_idle_app_name_notification.h 53 scoped_ptr<IdleAppNameNotificationView> notification_; member in class:chromeos::KioskModeIdleAppNameNotification
kiosk_mode_idle_app_name_notification.cc 81 notification_.reset(
kiosk_external_updater.cc 471 if (!notification_)
472 notification_.reset(new KioskExternalUpdateNotification(message));
474 notification_->ShowMessage(message);
478 if (notification_.get()) {
479 notification_.reset();
kiosk_external_updater.h 145 scoped_ptr<KioskExternalUpdateNotification> notification_; member in class:chromeos::KioskExternalUpdater
  /external/chromium_org/chrome/browser/ui/cocoa/apps/
quit_with_apps_controller_mac.h 41 scoped_ptr<Notification> notification_; member in class:QuitWithAppsController
quit_with_apps_controller_mac.cc 55 notification_.reset(new Notification(
137 g_browser_process->notification_ui_manager()->Add(*notification_,
  /external/chromium_org/jingle/notifier/listener/
push_notifications_send_update_task.h 37 const Notification notification_; member in class:notifier::PushNotificationsSendUpdateTask
push_notifications_send_update_task.cc 24 : XmppTask(parent), notification_(notification) {}
30 MakeUpdateMessage(notification_,
32 DVLOG(1) << "Sending notification " << notification_.ToString()
  /external/chromium_org/chrome/browser/hang_monitor/
hung_window_detector.cc 25 : notification_(notification),
29 DCHECK(NULL != notification_);
39 if (NULL == notification_) {
121 notification_->OnHungWindowDetected(child_window, top_level_window_,
hung_window_detector.h 77 HungWindowNotification* notification_; member in class:HungWindowDetector
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 129 if (notifier_ && notification_)
138 DCHECK(notification_.Get() == NULL);
197 toast_xml.Get(), &notification_);
220 hr = notification_->add_Activated(
226 hr = notifier_->Show(notification_.Get());
234 DCHECK(notification_);
236 notifier_->Hide(notification_.Get());
toast_notification_handler.h 50 mswr::ComPtr<winui::Notifications::IToastNotification> notification_; member in class:ToastNotificationHandler
  /external/chromium_org/ash/system/chromeos/network/
tray_sms.h 56 SmsNotificationView* notification_; member in class:ash::TraySms
tray_sms.cc 288 notification_(NULL) {
320 CHECK(notification_ == NULL);
326 notification_ = new SmsNotificationView(this, index, number, text);
327 return notification_;
339 notification_ = NULL;
408 if (notification_) {
412 notification_->Update(index, number, text);
  /external/chromium_org/chrome/browser/ui/cocoa/status_icons/
status_icon_mac.h 54 DesktopNotificationBalloon notification_; member in class:StatusIconMac
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.h 53 DesktopNotificationBalloon notification_; member in class:StatusIconLinuxWrapper
status_icon_linux_wrapper.cc 32 notification_.DisplayBalloon(icon, title, contents);
  /external/chromium_org/ui/message_center/views/
notification_view_unittest.cc 36 Notification* notification() { return notification_.get(); }
98 scoped_ptr<Notification> notification_; member in class:message_center::NotificationViewTest
115 notification_.reset(
125 notification_->set_small_image(CreateTestImage(16, 16));
126 notification_->set_image(CreateTestImage(320, 240));
130 NotificationView::Create(this, *notification_, true));
  /external/chromium_org/ui/message_center/cocoa/
notification_controller.h 29 const message_center::Notification* notification_; variable
  /external/chromium_org/ui/message_center/
message_center_impl.cc 60 Notification* notification() const { return notification_.get(); }
77 scoped_ptr<Notification> notification_; member in class:message_center::internal::ChangeQueue::Change
135 notification_(notification.Pass()) {
137 (type != CHANGE_TYPE_DELETE || notification_.get() == NULL));
143 return notification_.Pass();

Completed in 585 milliseconds