OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kKey5
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.h
28
extern const char
kKey5
[];
sync_notifier_test_utils.cc
20
const char
kKey5
[] = "foobar";
chrome_notifier_service_unittest.cc
425
kTitle5, kText5, kIconUrl5, kImageUrl5, kAppId5,
kKey5
, kDismissed)));
436
EXPECT_FALSE(notifier.FindNotificationById(
kKey5
));
463
kAppId5,
kKey5
, kUnread));
482
EXPECT_TRUE(notifier.FindNotificationById(
kKey5
));
Completed in 31 milliseconds