Home
last modified time | relevance | path

Searched defs:quiet_mode (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/message_center/
Dnotification_list.h116 bool quiet_mode() const { return quiet_mode_; } in quiet_mode() function
Dnotification_list.cc259 void NotificationList::SetQuietMode(bool quiet_mode) { in SetQuietMode()