OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:three_days
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
time_format_unittest.cc
49
const TimeDelta
three_days
= TimeDelta::FromDays(3);
local
69
TestTimeFormats(
three_days
, "3 days");
70
TestTimeFormats(
three_days
+ four_hours, "3 days");
/external/chromium_org/ui/base/l10n/
time_format_unittest.cc
29
const TimeDelta
three_days
= TimeDelta::FromDays(3);
local
49
TestTimeFormats(
three_days
, "3 days");
50
TestTimeFormats(
three_days
+ four_hours, "3 days");
Completed in 21 milliseconds