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

  /external/chromium_org/ui/message_center/
notification_list.h 116 bool quiet_mode() const { return quiet_mode_; } function in class:message_center::NotificationList
118 // Sets the current quiet mode status to |quiet_mode|.
119 void SetQuietMode(bool quiet_mode);
notification_list.cc 261 void NotificationList::SetQuietMode(bool quiet_mode) {
262 quiet_mode_ = quiet_mode;
message_center_impl.cc 536 return notification_list_->quiet_mode();
859 if (in_quiet_mode != notification_list_->quiet_mode()) {

Completed in 447 milliseconds