Searched refs:new_notification (Results 1 – 12 of 12) sorted by relevance
94 scoped_ptr<Notification> new_notification) { in UpdateNotificationMessage() argument99 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()
592 scoped_ptr<Notification> new_notification) { in UpdateNotification() argument608 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()
69 scoped_ptr<Notification> new_notification) {} in UpdateNotification() argument
94 scoped_ptr<Notification> new_notification) = 0;
68 scoped_ptr<Notification> new_notification);
38 scoped_ptr<Notification> new_notification)
166 scoped_ptr<Notification> new_notification)
171 ProfileNotification* new_notification = in Update() local173 profile_notifications_[notification.delegate_id()] = new_notification; in Update()184 new_notification->notification()))); in Update()186 new_notification->StartDownloads(); in Update()
64 bool new_notification() const { return new_notification_; } in new_notification() function
173 if (notification_promo.new_notification()) in Unpack()
69 mobile_promo_.notification_promo().new_notification()); in InitPromoFromJson()
129 notification_promo_.new_notification()); in InitPromoFromJson()