Home
last modified time | relevance | path

Searched refs:NotificationPanelTester (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_panel.h29 class NotificationPanelTester; variable
116 NotificationPanelTester* GetTester();
119 friend class NotificationPanelTester;
198 scoped_ptr<NotificationPanelTester> tester_;
203 class NotificationPanelTester {
205 explicit NotificationPanelTester(NotificationPanel* panel) in NotificationPanelTester() function
243 DISALLOW_COPY_AND_ASSIGN(NotificationPanelTester);
Dnotification_browsertest.cc88 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 …]
Dnotification_panel.cc647 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 …]
Dballoon_collection_impl.h126 friend class NotificationPanelTester;