OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFakeCreationTime
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/notifications/sync_notifier/
sync_notifier_test_utils.h
76
const uint64
kFakeCreationTime
= 42;
sync_notifier_test_utils.cc
135
coalesced_notification->set_creation_time_msec(
kFakeCreationTime
);
synced_notification_unittest.cc
234
EXPECT_EQ(
kFakeCreationTime
, found_time);
341
EXPECT_EQ(
kFakeCreationTime
, notification.timestamp().ToDoubleT());
Completed in 574 milliseconds