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

  /external/chromium_org/chrome/browser/notifications/
message_center_notification_manager.cc 178 bool is_message_center_visible = message_center_->IsMessageCenterVisible(); local
179 if (!update_progress_notification && is_message_center_visible)
200 if (update_progress_notification && is_message_center_visible &&
  /external/chromium_org/ui/message_center/
notification_list.h 130 bool is_message_center_visible() const { return message_center_visible_; } function in class:message_center::NotificationList
message_center_impl.cc 235 return notification_list_->is_message_center_visible();

Completed in 119 milliseconds