Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/notifications/
Dnotification_browsertest.cc66 NotificationPanel* GetNotificationPanel() { in GetNotificationPanel()
67 return static_cast<NotificationPanel*>( in GetNotificationPanel()
141 NotificationPanel* panel = GetNotificationPanel(); in IN_PROC_BROWSER_TEST_F()
150 EXPECT_EQ(NotificationPanel::STICKY_AND_NEW, tester->state()); in IN_PROC_BROWSER_TEST_F()
156 EXPECT_EQ(NotificationPanel::STICKY_AND_NEW, tester->state()); in IN_PROC_BROWSER_TEST_F()
163 EXPECT_EQ(NotificationPanel::STICKY_AND_NEW, tester->state()); in IN_PROC_BROWSER_TEST_F()
169 EXPECT_EQ(NotificationPanel::CLOSED, tester->state()); in IN_PROC_BROWSER_TEST_F()
180 NotificationPanel* panel = GetNotificationPanel(); in IN_PROC_BROWSER_TEST_F()
183 EXPECT_EQ(NotificationPanel::CLOSED, tester->state()); in IN_PROC_BROWSER_TEST_F()
189 EXPECT_EQ(NotificationPanel::STICKY_AND_NEW, tester->state()); in IN_PROC_BROWSER_TEST_F()
[all …]
Dnotification_panel.cc43 using chromeos::NotificationPanel;
47 const char* ToStr(const NotificationPanel::State state) { in ToStr()
49 case NotificationPanel::FULL: in ToStr()
51 case NotificationPanel::KEEP_SIZE: in ToStr()
53 case NotificationPanel::STICKY_AND_NEW: in ToStr()
55 case NotificationPanel::MINIMIZED: in ToStr()
57 case NotificationPanel::CLOSED: in ToStr()
75 explicit ViewportWidget(chromeos::NotificationPanel* panel) in ViewportWidget()
121 chromeos::NotificationPanel* panel_;
396 NotificationPanel::NotificationPanel() in NotificationPanel() function in chromeos::NotificationPanel
[all …]
Dnotification_panel.h72 class NotificationPanel : public PanelController::Delegate,
84 NotificationPanel();
85 virtual ~NotificationPanel();
179 ScopedRunnableMethodFactory<NotificationPanel> task_factory_;
200 DISALLOW_COPY_AND_ASSIGN(NotificationPanel);
205 explicit NotificationPanelTester(NotificationPanel* panel) in NotificationPanelTester()
209 NotificationPanel::State state() { in state()
242 NotificationPanel* panel_;
Dballoon_collection_impl.cc31 : notification_ui_(new NotificationPanel()) { in BalloonCollectionImpl()