HomeSort by relevance Sort by last modified time
    Searched refs:quiet_mode_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/message_center/
notification_list.h 116 bool quiet_mode() const { return quiet_mode_; }
152 bool quiet_mode_; member in class:message_center::NotificationList
notification_list.cc 57 quiet_mode_(false) {
262 quiet_mode_ = quiet_mode;
263 if (quiet_mode_) {
346 || quiet_mode_

Completed in 700 milliseconds