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

  /external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc 220 kKey1, kUnread));
260 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread)));
263 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread)));
266 kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3, kUnread)));
282 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread));
285 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread));
288 kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3, kUnread));
301 kTitle4, kText4, kIconUrl4, kImageUrl4, kAppId4, kKey4, kUnread)));
333 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread));
336 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread));
    [all...]
synced_notification.h 43 kUnread = 1,
synced_notification_unittest.cc 48 kAppId1, kKey1, kUnread);
50 kAppId2, kKey2, kUnread);
54 kAppId1, kKey1, kUnread);
136 SyncedNotification::ReadState expected_state1(SyncedNotification::kUnread);
chrome_notifier_delegate_unittest.cc 59 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread);
chrome_notifier_service.cc 304 SyncedNotification::kUnread &&
534 if (notification->GetReadState() == SyncedNotification::kUnread) {
662 (*iter)->GetReadState() == SyncedNotification::kUnread)
674 (*iter)->GetReadState() == SyncedNotification::kUnread) {
    [all...]
sync_notifier_test_utils.h 92 const sync_pb::CoalescedSyncedNotification_ReadState kUnread =
synced_notification.cc 56 SyncedNotification::kUnread) ==
463 return kUnread;
736 else if (kUnread == read_state)

Completed in 46 milliseconds