Home | History | Annotate | Download | only in notifications

Lines Matching refs:Notifications

22 #include "chrome/browser/notifications/desktop_notification_profile_util.h"
23 #include "chrome/browser/notifications/notification.h"
52 const char kExpectedIconUrl[] = "/notifications/no_such_file.png";
157 "/notifications/notification_tester.html");
371 "/notifications/notifications_request_function.html"));
399 message_center::NotificationList::Notifications notifications =
402 (*notifications.rbegin())->title());
404 (*notifications.rbegin())->message());
418 message_center::NotificationList::Notifications notifications =
421 (*notifications.rbegin())->id(),
501 // Verify that all domains can be allowed to show notifications.
517 // Verify that no domain can show notifications.
531 // notifications from the denied domain.
547 // notifications from the allowed domain.
562 // Verify that denying and again allowing should show notifications.
597 message_center::NotificationList::Notifications notifications =
600 (*notifications.rbegin())->id(),
672 // Test notifications in incognito window.
770 message_center::NotificationList::Notifications notifications =
772 EXPECT_EQ(base::ASCIIToUTF16("Title2"), (*notifications.rbegin())->title());
774 (*notifications.rbegin())->message());
829 message_center::NotificationList::Notifications notifications =
832 (*notifications.rbegin())->id());