HomeSort by relevance Sort by last modified time
    Searched full:syncednotificationtest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification_unittest.cc 118 class SyncedNotificationTest : public testing::Test {
120 SyncedNotificationTest()
122 virtual ~SyncedNotificationTest() {}
168 DISALLOW_COPY_AND_ASSIGN(SyncedNotificationTest);
173 TEST_F(SyncedNotificationTest, GetAppIdTest) {
180 TEST_F(SyncedNotificationTest, GetKeyTest) {
187 TEST_F(SyncedNotificationTest, GetTitleTest) {
194 TEST_F(SyncedNotificationTest, GetIconURLTest) {
201 TEST_F(SyncedNotificationTest, GetReadStateTest) {
217 TEST_F(SyncedNotificationTest, GetImageURLTest)
    [all...]
synced_notification.h 130 friend class SyncedNotificationTest;
132 FRIEND_TEST_ALL_PREFIXES(SyncedNotificationTest, AddBitmapToFetchQueueTest);
133 FRIEND_TEST_ALL_PREFIXES(SyncedNotificationTest, OnFetchCompleteTest);
134 FRIEND_TEST_ALL_PREFIXES(SyncedNotificationTest, QueueBitmapFetchJobsTest);

Completed in 93 milliseconds