Home
last modified time | relevance | path

Searched refs:FindToast (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/views/
Dmessage_popup_collection.h137 ToastContentsView* FindToast(const std::string& notification_id) const;
Dmessage_popup_collection.cc130 if (FindToast((*iter)->id())) in UpdateWidgets()
422 ToastContentsView* MessagePopupCollection::FindToast( in FindToast() function in message_center::MessagePopupCollection