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 280 kKey1, kUnread));
323 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread)));
326 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread)));
329 kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3, kUnread)));
346 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread));
349 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread));
352 kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3, kUnread));
365 kTitle4, kText4, kIconUrl4, kImageUrl4, kAppId4, kKey4, kUnread)));
398 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread));
401 kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2, kUnread));
    [all...]
sync_notifier_test_utils.h 84 const sync_pb::CoalescedSyncedNotification_ReadState kUnread =
synced_notification.h 41 kUnread = 1,
synced_notification_unittest.cc 128 kAppId1, kKey1, kUnread);
130 kAppId2, kKey2, kUnread);
134 kAppId1, kKey1, kUnread);
204 SyncedNotification::ReadState expected_state1(SyncedNotification::kUnread);
chrome_notifier_delegate_unittest.cc 59 kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1, kUnread);
chrome_notifier_service.cc 274 SyncedNotification::kUnread &&
431 if (notification->GetReadState() == SyncedNotification::kUnread) {
561 (*iter)->GetReadState() == SyncedNotification::kUnread)
573 (*iter)->GetReadState() == SyncedNotification::kUnread) {
synced_notification.cc 57 SyncedNotification::kUnread) ==
412 else if (kUnread == read_state)
532 return kUnread;

Completed in 163 milliseconds