Lines Matching refs:NotificationPanelTester
647 NotificationPanelTester* NotificationPanel::GetTester() { in GetTester()
649 tester_.reset(new NotificationPanelTester(this)); in GetTester()
811 int NotificationPanelTester::GetNotificationCount() const { in GetNotificationCount()
815 int NotificationPanelTester::GetStickyNotificationCount() const { in GetStickyNotificationCount()
819 int NotificationPanelTester::GetNewNotificationCount() const { in GetNewNotificationCount()
823 void NotificationPanelTester::SetStaleTimeout(int timeout) { in SetStaleTimeout()
827 void NotificationPanelTester::MarkStale(const Notification& notification) { in MarkStale()
831 PanelController* NotificationPanelTester::GetPanelController() const { in GetPanelController()
835 BalloonViewImpl* NotificationPanelTester::GetBalloonView( in GetBalloonView()
843 bool NotificationPanelTester::IsVisible(const BalloonViewImpl* view) const { in IsVisible()
852 bool NotificationPanelTester::IsActive(const BalloonViewImpl* view) const { in IsActive()