Home | History | Annotate | Download | only in notifications

Lines Matching refs:NotificationPanelTester

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