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

  /external/chromium_org/ui/message_center/
message_center_impl.cc 428 notification_queue_.reset(new internal::ChangeQueue());
511 notification_queue_->ApplyChanges(this);
569 notification_queue_->AddNotification(notification.Pass());
609 !notification_queue_->Has(old_id) &&
614 notification_queue_->UpdateNotification(old_id, new_notification.Pass());
638 notification_queue_->EraseNotification(id, by_user);
717 Notification* queue_notification = notification_queue_->GetLatestNotification(
736 Notification* queue_notification = notification_queue_->GetLatestNotification(
756 Notification* queue_notification = notification_queue_->GetLatestNotification(
message_center_impl.h 234 scoped_ptr<internal::ChangeQueue> notification_queue_; member in class:message_center::MessageCenterImpl

Completed in 28 milliseconds