HomeSort by relevance Sort by last modified time
    Searched full:new_notification (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ui/message_center/
notification_list.cc 94 scoped_ptr<Notification> new_notification) {
99 new_notification->CopyState(*iter);
105 if ((*iter)->priority() < new_notification->priority() ||
106 new_notification->notifier_id().type == NotifierId::WEB_PAGE) {
107 new_notification->set_is_read(false);
108 new_notification->set_shown_as_popup(false);
118 DCHECK(GetNotification(new_notification->id()) == notifications_.end());
119 notifications_.insert(new_notification.release());
fake_message_center.cc 69 scoped_ptr<Notification> new_notification) {}
fake_message_center.h 38 scoped_ptr<Notification> new_notification)
message_center_impl.cc 592 scoped_ptr<Notification> new_notification) {
608 new_notification->type() == NOTIFICATION_TYPE_PROGRESS &&
614 notification_queue_->UpdateNotification(old_id, new_notification.Pass());
619 std::string new_id = new_notification->id();
621 new_notification.Pass());
notification_list.h 68 scoped_ptr<Notification> new_notification);
message_center.h 94 scoped_ptr<Notification> new_notification) = 0;
message_center_impl.h 166 scoped_ptr<Notification> new_notification)
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 171 ProfileNotification* new_notification = local
173 profile_notifications_[notification.delegate_id()] = new_notification;
184 new_notification->notification())));
186 new_notification->StartDownloads();
  /external/chromium_org/chrome/browser/web_resource/
notification_promo.h 64 bool new_notification() const { return new_notification_; } function in class:NotificationPromo
promo_resource_service.cc 173 if (notification_promo.new_notification())
promo_resource_service_mobile_ntp_unittest.cc 69 mobile_promo_.notification_promo().new_notification());
promo_resource_service_unittest.cc 129 notification_promo_.new_notification());

Completed in 497 milliseconds