Home
last modified time | relevance | path

Searched refs:new_notification (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification_list.cc94 scoped_ptr<Notification> new_notification) { in UpdateNotificationMessage() argument
99 new_notification->CopyState(*iter); in UpdateNotificationMessage()
105 if ((*iter)->priority() < new_notification->priority() || in UpdateNotificationMessage()
106 new_notification->notifier_id().type == NotifierId::WEB_PAGE) { in UpdateNotificationMessage()
107 new_notification->set_is_read(false); in UpdateNotificationMessage()
108 new_notification->set_shown_as_popup(false); in UpdateNotificationMessage()
118 DCHECK(GetNotification(new_notification->id()) == notifications_.end()); in UpdateNotificationMessage()
119 notifications_.insert(new_notification.release()); in UpdateNotificationMessage()
Dmessage_center_impl.cc592 scoped_ptr<Notification> new_notification) { in UpdateNotification() argument
608 new_notification->type() == NOTIFICATION_TYPE_PROGRESS && in UpdateNotification()
614 notification_queue_->UpdateNotification(old_id, new_notification.Pass()); in UpdateNotification()
619 std::string new_id = new_notification->id(); in UpdateNotification()
621 new_notification.Pass()); in UpdateNotification()
Dfake_message_center.cc69 scoped_ptr<Notification> new_notification) {} in UpdateNotification() argument
Dmessage_center.h94 scoped_ptr<Notification> new_notification) = 0;
Dnotification_list.h68 scoped_ptr<Notification> new_notification);
Dfake_message_center.h38 scoped_ptr<Notification> new_notification)
Dmessage_center_impl.h166 scoped_ptr<Notification> new_notification)
/external/chromium_org/chrome/browser/notifications/
Dmessage_center_notification_manager.cc171 ProfileNotification* new_notification = in Update() local
173 profile_notifications_[notification.delegate_id()] = new_notification; in Update()
184 new_notification->notification()))); in Update()
186 new_notification->StartDownloads(); in Update()
/external/chromium_org/chrome/browser/web_resource/
Dnotification_promo.h64 bool new_notification() const { return new_notification_; } in new_notification() function
Dpromo_resource_service.cc173 if (notification_promo.new_notification()) in Unpack()
Dpromo_resource_service_mobile_ntp_unittest.cc69 mobile_promo_.notification_promo().new_notification()); in InitPromoFromJson()
Dpromo_resource_service_unittest.cc129 notification_promo_.new_notification()); in InitPromoFromJson()