OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddNotificationBlocker
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/message_center/
notification_blocker.cc
14
message_center_->
AddNotificationBlocker
(this);
fake_message_center.cc
22
void FakeMessageCenter::
AddNotificationBlocker
(NotificationBlocker* blocker) {
fake_message_center.h
24
virtual void
AddNotificationBlocker
(NotificationBlocker* blocker) OVERRIDE;
message_center.h
83
virtual void
AddNotificationBlocker
(NotificationBlocker* blocker) = 0;
message_center_impl.h
150
virtual void
AddNotificationBlocker
(NotificationBlocker* blocker) OVERRIDE;
message_center_impl.cc
443
void MessageCenterImpl::
AddNotificationBlocker
(NotificationBlocker* blocker) {
Completed in 2762 milliseconds