HomeSort by relevance Sort by last modified time
    Searched defs:CloudPolicyRefreshScheduler (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_refresh_scheduler.cc 35 const int64 CloudPolicyRefreshScheduler::kDefaultRefreshDelayMs =
37 const int64 CloudPolicyRefreshScheduler::kUnmanagedRefreshDelayMs =
43 const int64 CloudPolicyRefreshScheduler::kWithInvalidationsRefreshDelayMs =
45 const int64 CloudPolicyRefreshScheduler::kInitialErrorRetryDelayMs =
47 const int64 CloudPolicyRefreshScheduler::kRefreshDelayMinMs =
49 const int64 CloudPolicyRefreshScheduler::kRefreshDelayMaxMs =
54 const int64 CloudPolicyRefreshScheduler::kDefaultRefreshDelayMs =
56 const int64 CloudPolicyRefreshScheduler::kUnmanagedRefreshDelayMs =
62 const int64 CloudPolicyRefreshScheduler::kWithInvalidationsRefreshDelayMs =
64 const int64 CloudPolicyRefreshScheduler::kInitialErrorRetryDelayMs
    [all...]
cloud_policy_refresh_scheduler.h 26 class POLICY_EXPORT CloudPolicyRefreshScheduler
42 // lifetime of CloudPolicyRefreshScheduler.
43 CloudPolicyRefreshScheduler(
47 virtual ~CloudPolicyRefreshScheduler();
151 DISALLOW_COPY_AND_ASSIGN(CloudPolicyRefreshScheduler);

Completed in 31 milliseconds