OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveToast
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/message_center/views/
message_popup_collection.cc
292
void MessagePopupCollection::
RemoveToast
(ToastContentsView* toast,
334
RemoveToast
(*curr, /*mark_as_shown=*/false);
465
// CloseWithAnimation ultimately causes a call to
RemoveToast
, which calls
469
RemoveToast
(*iter, /*mark_as_shown=*/true);
524
RemoveToast
(*toast_iter, /*mark_as_shown=*/true);
message_popup_collection.h
109
// toast is irrevocably closed (such as within
RemoveToast
).
141
void
RemoveToast
(ToastContentsView* toast, bool mark_as_shown);
Completed in 28 milliseconds