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

/external/chromium_org/ui/message_center/views/
H A Dmessage_center_view.cc115 void AddNotificationAt(MessageView* view, int i);
226 void MessageListView::AddNotificationAt(MessageView* view, int index) { function in class:message_center::MessageListView
624 AddNotificationAt(*(*iter), index++);
836 AddNotificationAt(*(*iter), index);
968 void MessageCenterView::AddNotificationAt(const Notification& notification, function in class:message_center::MessageCenterView
975 message_list_view_->AddNotificationAt(view, index);
1007 message_list_view_->AddNotificationAt(view, 0);

Completed in 70 milliseconds