HomeSort by relevance Sort by last modified time
    Searched refs:NotificationPanelTester (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/notifications/
notification_panel.h 29 class NotificationPanelTester;
116 NotificationPanelTester* GetTester();
119 friend class NotificationPanelTester;
198 scoped_ptr<NotificationPanelTester> tester_;
203 class NotificationPanelTester {
205 explicit NotificationPanelTester(NotificationPanel* panel)
243 DISALLOW_COPY_AND_ASSIGN(NotificationPanelTester);
notification_browsertest.cc 88 void WaitForPanelState(NotificationPanelTester* tester,
99 NotificationPanelTester* tester = GetNotificationPanel()->GetTester();
142 NotificationPanelTester* tester = panel->GetTester();
181 NotificationPanelTester* tester = panel->GetTester();
231 NotificationPanelTester* tester = panel->GetTester();
266 NotificationPanelTester* tester = panel->GetTester();
309 NotificationPanelTester* tester = panel->GetTester();
376 NotificationPanelTester* tester = panel->GetTester();
390 NotificationPanelTester* tester = panel->GetTester();
419 NotificationPanelTester* tester = panel->GetTester()
    [all...]
balloon_collection_impl.h 126 friend class NotificationPanelTester;
notification_panel.cc 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
    [all...]

Completed in 464 milliseconds