Lines Matching refs:base
9 #include "base/logging.h"
10 #include "base/message_loop.h"
11 #include "base/rand_util.h"
12 #include "base/string_util.h"
54 // These are the base values for delays before retrying after an error. They
254 base::TimeDelta timestamp =
255 cache_->last_policy_refresh_time() - base::Time::UnixEpoch();
304 base::Time now(base::Time::NowFromSystemTime());
305 base::Time refresh_at;
306 base::Time last_refresh(cache_->last_policy_refresh_time());
334 last_refresh + base::TimeDelta::FromMilliseconds(GetRefreshDelay());
350 refresh_at = now + base::TimeDelta::FromMilliseconds(
358 refresh_at = now + base::TimeDelta::FromMilliseconds(
381 return policy_refresh_rate_ms_ - base::RandGenerator(deviation + 1);