OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RemoveAllVisibleNotifications
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/message_center/
fake_message_center.cc
78
void FakeMessageCenter::
RemoveAllVisibleNotifications
(bool by_user) {
fake_message_center.h
43
virtual void
RemoveAllVisibleNotifications
(bool by_user) OVERRIDE;
message_center.h
99
virtual void
RemoveAllVisibleNotifications
(bool by_user) = 0;
message_center_impl.h
170
virtual void
RemoveAllVisibleNotifications
(bool by_user) OVERRIDE;
message_center_impl.cc
683
void MessageCenterImpl::
RemoveAllVisibleNotifications
(bool by_user) {
message_center_impl_unittest.cc
591
//
RemoveAllVisibleNotifications
should remove just visible notifications.
593
message_center()->
RemoveAllVisibleNotifications
(false /* by_user */);
[
all
...]
/external/chromium_org/ui/message_center/views/
message_center_view.cc
698
message_center_->
RemoveAllVisibleNotifications
(true); // Action by user.
[
all
...]
Completed in 67 milliseconds