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

  /external/chromium_org/ui/message_center/
notification_list.cc 94 scoped_ptr<Notification> new_notification) {
99 new_notification->CopyState(*iter);
104 if ((*iter)->priority() < new_notification->priority()) {
105 new_notification->set_is_read(false);
106 new_notification->set_shown_as_popup(false);
116 DCHECK(GetNotification(new_notification->id()) == notifications_.end());
117 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.h 94 scoped_ptr<Notification> new_notification) = 0;
notification_list.h 68 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());
message_center_impl.h 166 scoped_ptr<Notification> new_notification)
  /external/chromium_org/chrome/browser/web_resource/
notification_promo.h 63 bool new_notification() const { return new_notification_; } function in class:NotificationPromo
promo_resource_service.cc 170 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());
  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service.cc 223 scoped_ptr<SyncedNotification> new_notification(
225 if (!new_notification.get()) {
230 const std::string& key = new_notification->GetKey();
239 Add(new_notification.Pass());
255 UpdateInMessageCenter(new_notification.get());
    [all...]
  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 147 ProfileNotification* new_notification = local
149 profile_notifications_[notification.delegate_id()] = new_notification;
157 new_notification->StartDownloads();

Completed in 359 milliseconds