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 120 bool quiet_mode() const { return quiet_mode_; }
152 bool quiet_mode_; member in class:message_center::NotificationList
notification_list.cc 55 quiet_mode_(false) {
268 quiet_mode_ = quiet_mode;
269 if (quiet_mode_) {
345 || quiet_mode_

Completed in 231 milliseconds