Searched defs:half_an_hour (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dhistory_backend_unittest.cc2542 base::TimeDelta half_an_hour = base::TimeDelta::FromMinutes(30); local
2557 tested_time - one_day - half_an_hour * 2);
2563 kTypedTransition, tested_time - half_an_hour / 2);
2579 tested_time - one_day + half_an_hour);
2582 tested_time - one_day + half_an_hour * 2);
2587 tested_time - one_day - half_an_hour * 2);
2593 tested_time - one_day + half_an_hour,
2598 tested_time - one_day + half_an_hour * 2,
2604 tested_time - half_an_hour);

Completed in 153 milliseconds