Searched defs:AddNotificationAt (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc114 void AddNotificationAt(MessageView* view, int i);
225 void MessageListView::AddNotificationAt(MessageView* view, int index) { function in class:message_center::MessageListView
621 AddNotificationAt(*(*iter), index++);
833 AddNotificationAt(*(*iter), index);
965 void MessageCenterView::AddNotificationAt(const Notification& notification, function in class:message_center::MessageCenterView
972 message_list_view_->AddNotificationAt(view, index);
1004 message_list_view_->AddNotificationAt(view, 0);

Completed in 104 milliseconds