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

  /external/chromium_org/ui/message_center/
notification_list_unittest.cc 22 class NotificationListTest : public testing::Test {
24 NotificationListTest() {}
25 virtual ~NotificationListTest() {}
33 // Currently NotificationListTest doesn't care about some fields like title or
109 DISALLOW_COPY_AND_ASSIGN(NotificationListTest);
122 const char NotificationListTest::kIdFormat[] = "id%ld";
123 const char NotificationListTest::kTitleFormat[] = "id%ld";
124 const char NotificationListTest::kMessageFormat[] = "message%ld";
125 const char NotificationListTest::kDisplaySource[] = "source";
126 const char NotificationListTest::kExtensionId[] = "ext"
    [all...]
notification_list.h 29 class NotificationListTest;
139 friend class NotificationListTest;
140 FRIEND_TEST_ALL_PREFIXES(NotificationListTest,
notifier_settings.h 76 FRIEND_TEST_ALL_PREFIXES(NotificationListTest, UnreadCountNoNegative);
77 FRIEND_TEST_ALL_PREFIXES(NotificationListTest, TestHasNotificationOfType);

Completed in 30 milliseconds