OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetQuietMode
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/chrome/browser/notifications/
multi_user_notification_blocker_chromeos.cc
71
message_center()->
SetQuietMode
(iter->second);
/external/chromium_org/ui/message_center/
fake_message_center.cc
123
void FakeMessageCenter::
SetQuietMode
(bool in_quiet_mode) {
fake_message_center.h
64
virtual void
SetQuietMode
(bool in_quiet_mode) OVERRIDE;
message_center.h
147
virtual void
SetQuietMode
(bool in_quiet_mode) = 0;
notification_list.h
123
void
SetQuietMode
(bool quiet_mode);
message_center_impl.cc
838
void MessageCenterImpl::
SetQuietMode
(bool in_quiet_mode) {
840
notification_list_->
SetQuietMode
(in_quiet_mode);
855
notification_list_->
SetQuietMode
(true);
864
&MessageCenterImpl::
SetQuietMode
, base::Unretained(this), false));
message_center_impl.h
185
virtual void
SetQuietMode
(bool in_quiet_mode) OVERRIDE;
notification_list.cc
267
void NotificationList::
SetQuietMode
(bool quiet_mode) {
notification_list_unittest.cc
640
notification_list()->
SetQuietMode
(true);
647
notification_list()->
SetQuietMode
(false);
/external/chromium_org/ui/message_center/views/
message_center_button_bar.cc
262
message_center()->
SetQuietMode
(false);
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray.cc
224
message_center()->
SetQuietMode
(!in_quiet_mode);
/external/chromium_org/ash/system/web_notification/
web_notification_tray.cc
553
message_center()->
SetQuietMode
(!in_quiet_mode);
Completed in 307 milliseconds