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 20 const int64 CloudPolicyRefreshScheduler::kDefaultRefreshDelayMs =
22 const int64 CloudPolicyRefreshScheduler::kUnmanagedRefreshDelayMs =
28 const int64 CloudPolicyRefreshScheduler::kWithInvalidationsRefreshDelayMs =
30 const int64 CloudPolicyRefreshScheduler::kInitialErrorRetryDelayMs =
32 const int64 CloudPolicyRefreshScheduler::kRefreshDelayMinMs =
34 const int64 CloudPolicyRefreshScheduler::kRefreshDelayMaxMs =
39 const int64 CloudPolicyRefreshScheduler::kDefaultRefreshDelayMs =
41 const int64 CloudPolicyRefreshScheduler::kUnmanagedRefreshDelayMs =
47 const int64 CloudPolicyRefreshScheduler::kWithInvalidationsRefreshDelayMs =
49 const int64 CloudPolicyRefreshScheduler::kInitialErrorRetryDelayMs
    [all...]
cloud_policy_refresh_scheduler.h 25 class POLICY_EXPORT CloudPolicyRefreshScheduler
41 // lifetime of CloudPolicyRefreshScheduler.
42 CloudPolicyRefreshScheduler(
46 virtual ~CloudPolicyRefreshScheduler();
130 DISALLOW_COPY_AND_ASSIGN(CloudPolicyRefreshScheduler);

Completed in 75 milliseconds