OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:twohundred_millisecs
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
time_format_unittest.cc
56
const TimeDelta
twohundred_millisecs
= TimeDelta::FromMilliseconds(200);
local
60
TestTimeFormats(
twohundred_millisecs
, "0 secs");
61
TestTimeFormats(one_sec -
twohundred_millisecs
, "0 secs");
62
TestTimeFormats(one_sec +
twohundred_millisecs
, "1 sec");
63
TestTimeFormats(five_secs +
twohundred_millisecs
, "5 secs");
65
TestTimeFormats(three_mins +
twohundred_millisecs
, "3 mins");
/external/chromium_org/ui/base/l10n/
time_format_unittest.cc
36
const TimeDelta
twohundred_millisecs
= TimeDelta::FromMilliseconds(200);
local
40
TestTimeFormats(
twohundred_millisecs
, "0 secs");
41
TestTimeFormats(one_sec -
twohundred_millisecs
, "0 secs");
42
TestTimeFormats(one_sec +
twohundred_millisecs
, "1 sec");
43
TestTimeFormats(five_secs +
twohundred_millisecs
, "5 secs");
45
TestTimeFormats(three_mins +
twohundred_millisecs
, "3 mins");
Completed in 44 milliseconds