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

  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h 31 class DesktopNotificationsTest;
32 typedef LoggingNotificationDelegate<DesktopNotificationsTest>
59 class DesktopNotificationsTest : public testing::Test {
61 DesktopNotificationsTest();
62 ~DesktopNotificationsTest();
desktop_notifications_unittest.cc 16 std::string DesktopNotificationsTest::log_output_;
72 DesktopNotificationsTest::DesktopNotificationsTest()
76 DesktopNotificationsTest::~DesktopNotificationsTest() {
79 void DesktopNotificationsTest::SetUp() {
90 void DesktopNotificationsTest::TearDown() {
97 DesktopNotificationsTest::StandardTestNotification() {
109 TEST_F(DesktopNotificationsTest, TestShow) {
134 TEST_F(DesktopNotificationsTest, TestClose)
    [all...]
  /external/chromium/chrome/browser/notifications/
desktop_notifications_unittest.h 24 class DesktopNotificationsTest;
25 typedef LoggingNotificationDelegate<DesktopNotificationsTest>
70 class DesktopNotificationsTest : public testing::Test {
72 DesktopNotificationsTest();
73 virtual ~DesktopNotificationsTest();
desktop_notifications_unittest.cc 18 std::string DesktopNotificationsTest::log_output_;
77 DesktopNotificationsTest::DesktopNotificationsTest()
81 DesktopNotificationsTest::~DesktopNotificationsTest() {
84 void DesktopNotificationsTest::SetUp() {
95 void DesktopNotificationsTest::TearDown() {
102 DesktopNotificationsTest::StandardTestNotification() {
114 TEST_F(DesktopNotificationsTest, TestShow) {
139 TEST_F(DesktopNotificationsTest, TestClose)
    [all...]

Completed in 161 milliseconds