Searched refs:NotificationPanelTester (Results 1 – 4 of 4) sorted by relevance
29 class NotificationPanelTester; variable116 NotificationPanelTester* GetTester();119 friend class NotificationPanelTester;198 scoped_ptr<NotificationPanelTester> tester_;203 class NotificationPanelTester {205 explicit NotificationPanelTester(NotificationPanel* panel) in NotificationPanelTester() function243 DISALLOW_COPY_AND_ASSIGN(NotificationPanelTester);
88 void WaitForPanelState(NotificationPanelTester* tester, in WaitForPanelState()99 NotificationPanelTester* tester = GetNotificationPanel()->GetTester(); in WaitForVisible()142 NotificationPanelTester* tester = panel->GetTester(); in IN_PROC_BROWSER_TEST_F()181 NotificationPanelTester* tester = panel->GetTester(); in IN_PROC_BROWSER_TEST_F()231 NotificationPanelTester* tester = panel->GetTester(); in IN_PROC_BROWSER_TEST_F()266 NotificationPanelTester* tester = panel->GetTester(); in IN_PROC_BROWSER_TEST_F()309 NotificationPanelTester* tester = panel->GetTester(); in IN_PROC_BROWSER_TEST_F()376 NotificationPanelTester* tester = panel->GetTester(); in IN_PROC_BROWSER_TEST_F()390 NotificationPanelTester* tester = panel->GetTester(); in IN_PROC_BROWSER_TEST_F()419 NotificationPanelTester* tester = panel->GetTester(); in IN_PROC_BROWSER_TEST_F()[all …]
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()[all …]
126 friend class NotificationPanelTester;