Home
last modified time | relevance | path

Searched refs:kRefreshDelayMinMs (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
Dcloud_policy_refresh_scheduler.cc32 const int64 CloudPolicyRefreshScheduler::kRefreshDelayMinMs = member in policy::CloudPolicyRefreshScheduler
51 const int64 CloudPolicyRefreshScheduler::kRefreshDelayMinMs =
84 refresh_delay_ms_ = std::min(std::max(refresh_delay, kRefreshDelayMinMs), in SetRefreshDelay()
Dcloud_policy_refresh_scheduler.h37 static const int64 kRefreshDelayMinMs; variable
Dcloud_policy_refresh_scheduler_unittest.cc359 CheckTiming(CloudPolicyRefreshScheduler::kRefreshDelayMinMs); in TEST_F()