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

  /external/chromium_org/chrome/browser/ui/cocoa/notifications/
message_center_tray_bridge.mm 118 bool quiet_mode = message_center_->IsQuietMode();
119 [status_item_view_ setUnreadCount:unread_count withQuietMode:quiet_mode];
  /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 259 void NotificationList::SetQuietMode(bool quiet_mode) {
260 quiet_mode_ = quiet_mode;
message_center_impl.cc 536 return notification_list_->quiet_mode();
859 if (in_quiet_mode != notification_list_->quiet_mode()) {
  /frameworks/base/core/tests/overlaytests/
testrunner.py 531 dest='quiet_mode', default=False,
565 if opts.quiet_mode:

Completed in 321 milliseconds