Searched defs:GetVisibleNotifications (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dfake_message_center.cc55 FakeMessageCenter::GetVisibleNotifications() { function in class:message_center::FakeMessageCenter
H A Dnotification_list.cc279 NotificationList::Notifications NotificationList::GetVisibleNotifications( function in class:message_center::NotificationList
300 return GetVisibleNotifications(blockers).size();
305 Notifications notifications = GetVisibleNotifications(blockers);
H A Dmessage_center_impl.cc479 notification_list_->GetVisibleNotifications(blockers_));
551 MessageCenterImpl::GetVisibleNotifications() { function in class:message_center::MessageCenterImpl
579 notification_list_->GetVisibleNotifications(blockers_));
623 notification_list_->GetVisibleNotifications(blockers_));
657 notification_list_->GetVisibleNotifications(blockers_));
673 notification_list_->GetVisibleNotifications(blockers_));
691 notification_list_->GetVisibleNotifications(blockers);
704 notification_list_->GetVisibleNotifications(blockers_));

Completed in 66 milliseconds