HomeSort by relevance Sort by last modified time
    Searched defs:SetQuietMode (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/message_center/
fake_message_center.cc 123 void FakeMessageCenter::SetQuietMode(bool in_quiet_mode) {
notification_list.cc 261 void NotificationList::SetQuietMode(bool quiet_mode) {
message_center_impl.cc 858 void MessageCenterImpl::SetQuietMode(bool in_quiet_mode) {
860 notification_list_->SetQuietMode(in_quiet_mode);
875 notification_list_->SetQuietMode(true);
884 &MessageCenterImpl::SetQuietMode, base::Unretained(this), false));

Completed in 201 milliseconds