OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebNotificationTrayTest
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/message_center/
web_notification_tray_browsertest.cc
36
class
WebNotificationTrayTest
: public InProcessBrowserTest {
38
WebNotificationTrayTest
() {}
39
virtual ~
WebNotificationTrayTest
() {}
98
DISALLOW_COPY_AND_ASSIGN(
WebNotificationTrayTest
);
104
IN_PROC_BROWSER_TEST_F(
WebNotificationTrayTest
, WebNotifications) {
135
IN_PROC_BROWSER_TEST_F(
WebNotificationTrayTest
, WebNotificationPopupBubble) {
160
IN_PROC_BROWSER_TEST_F(
WebNotificationTrayTest
,
182
IN_PROC_BROWSER_TEST_F(
WebNotificationTrayTest
, ManyPopupNotifications) {
/external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc
89
class
WebNotificationTrayTest
: public test::AshTestBase {
91
WebNotificationTrayTest
() {}
92
virtual ~
WebNotificationTrayTest
() {}
148
DISALLOW_COPY_AND_ASSIGN(
WebNotificationTrayTest
);
151
TEST_F(
WebNotificationTrayTest
, WebNotifications) {
181
TEST_F(
WebNotificationTrayTest
, WebNotificationPopupBubble) {
207
TEST_F(
WebNotificationTrayTest
, DISABLED_ManyMessageCenterNotifications) {
227
TEST_F(
WebNotificationTrayTest
, DISABLED_ManyPopupNotifications) {
255
TEST_F(
WebNotificationTrayTest
, MAYBE_PopupShownOnBothDisplays) {
301
TEST_F(
WebNotificationTrayTest
, MAYBE_PopupAndSystemTray)
[
all
...]
Completed in 322 milliseconds