Home
last modified time | relevance | path

Searched refs:two_days_ago (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/common/
Dtime_format_unittest.cc26 Time two_days_ago = now - TimeDelta::FromDays(2); in TEST() local
27 string16 two_days_ago_str = TimeFormat::RelativeDate(two_days_ago, NULL); in TEST()
/external/chromium_org/ui/base/l10n/
Dtime_format_unittest.cc63 base::Time two_days_ago = now - TimeDelta::FromDays(2); in TEST() local
64 string16 two_days_ago_str = TimeFormat::RelativeDate(two_days_ago, NULL); in TEST()