OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kUnread
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
chrome_notifier_service_unittest.cc
256
kKey1,
kUnread
));
298
kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1,
kUnread
)));
301
kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2,
kUnread
)));
304
kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3,
kUnread
)));
321
kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1,
kUnread
));
324
kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2,
kUnread
));
327
kTitle3, kText3, kIconUrl3, kImageUrl3, kAppId3, kKey3,
kUnread
));
340
kTitle4, kText4, kIconUrl4, kImageUrl4, kAppId4, kKey4,
kUnread
)));
368
kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1,
kUnread
));
371
kTitle2, kText2, kIconUrl2, kImageUrl2, kAppId2, kKey2,
kUnread
));
[
all
...]
sync_notifier_test_utils.h
84
const sync_pb::CoalescedSyncedNotification_ReadState
kUnread
=
chrome_notifier_delegate_browsertest.cc
62
kTitle1, kText1, kIconUrl1, kImageUrl1, kAppId1, kKey1,
kUnread
);
synced_notification.h
41
kUnread
= 1,
synced_notification_unittest.cc
128
kAppId1, kKey1,
kUnread
);
130
kAppId2, kKey2,
kUnread
);
134
kAppId1, kKey1,
kUnread
);
197
SyncedNotification::ReadState expected_state1(SyncedNotification::
kUnread
);
chrome_notifier_service.cc
258
SyncedNotification::
kUnread
&&
405
if (notification->GetReadState() == SyncedNotification::
kUnread
) {
synced_notification.cc
57
SyncedNotification::
kUnread
) ==
399
else if (
kUnread
== read_state)
519
return
kUnread
;
Completed in 81 milliseconds