OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:notification_queue_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/
message_center_impl.cc
425
notification_queue_
.reset(new internal::ChangeQueue());
494
notification_queue_
->ApplyChanges(this);
556
notification_queue_
->AddNotification(notification.Pass());
597
!
notification_queue_
->Has(old_id) &&
602
notification_queue_
->UpdateNotification(old_id, new_notification.Pass());
626
notification_queue_
->EraseNotification(id, by_user);
690
Notification* queue_notification =
notification_queue_
->GetLatestNotification(
709
Notification* queue_notification =
notification_queue_
->GetLatestNotification(
729
Notification* queue_notification =
notification_queue_
->GetLatestNotification(
message_center_impl.h
220
scoped_ptr<internal::ChangeQueue>
notification_queue_
;
member in class:message_center::MessageCenterImpl
Completed in 235 milliseconds