Searched refs:popups_visible (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/message_center/
H A Dmessage_center_tray_unittest.cc90 ASSERT_FALSE(message_center_tray_->popups_visible());
96 ASSERT_FALSE(message_center_tray_->popups_visible());
101 ASSERT_FALSE(message_center_tray_->popups_visible());
106 ASSERT_FALSE(message_center_tray_->popups_visible());
111 ASSERT_FALSE(message_center_tray_->popups_visible());
116 ASSERT_FALSE(message_center_tray_->popups_visible());
121 ASSERT_FALSE(message_center_tray_->popups_visible());
126 ASSERT_TRUE(message_center_tray_->popups_visible());
131 ASSERT_FALSE(message_center_tray_->popups_visible());
136 ASSERT_FALSE(message_center_tray_->popups_visible());
[all...]
H A Dmessage_center_tray.h65 bool popups_visible() { return popups_visible_; } function in class:message_center::MessageCenterTray
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dweb_notification_tray_browsertest.cc141 EXPECT_TRUE(tray->message_center_tray_->popups_visible());
146 EXPECT_TRUE(tray->message_center_tray_->popups_visible());
150 EXPECT_TRUE(tray->message_center_tray_->popups_visible());
154 EXPECT_FALSE(tray->message_center_tray_->popups_visible());
197 EXPECT_TRUE(tray->message_center_tray_->popups_visible());
/external/chromium_org/ash/system/web_notification/
H A Dweb_notification_tray.cc601 return message_center_tray_->popups_visible();

Completed in 243 milliseconds