OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:two_days_ago
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
time_format_unittest.cc
26
Time
two_days_ago
= now - TimeDelta::FromDays(2);
local
27
string16 two_days_ago_str = TimeFormat::RelativeDate(
two_days_ago
, NULL);
/external/chromium_org/ui/base/l10n/
time_format_unittest.cc
63
base::Time
two_days_ago
= now - TimeDelta::FromDays(2);
local
64
string16 two_days_ago_str = TimeFormat::RelativeDate(
two_days_ago
, NULL);
Completed in 23 milliseconds