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

  /external/chromium_org/ui/message_center/
notification_list.h 136 bool is_message_center_visible() const { return message_center_visible_; } function in class:message_center::NotificationList
message_center_impl.cc 519 return notification_list_->is_message_center_visible();
568 if (notification_list_->is_message_center_visible()) {
596 if (notification_list_->is_message_center_visible()) {
637 if (!by_user && notification_list_->is_message_center_visible()) {

Completed in 26 milliseconds