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

  /external/chromium_org/chrome/browser/policy/cloud/
cloud_policy_refresh_scheduler.cc 38 const int64 CloudPolicyRefreshScheduler::kDefaultRefreshDelayMs =
40 const int64 CloudPolicyRefreshScheduler::kUnmanagedRefreshDelayMs =
46 const int64 CloudPolicyRefreshScheduler::kWithInvalidationsRefreshDelayMs =
48 const int64 CloudPolicyRefreshScheduler::kInitialErrorRetryDelayMs =
50 const int64 CloudPolicyRefreshScheduler::kRefreshDelayMinMs =
52 const int64 CloudPolicyRefreshScheduler::kRefreshDelayMaxMs =
57 const int64 CloudPolicyRefreshScheduler::kDefaultRefreshDelayMs =
59 const int64 CloudPolicyRefreshScheduler::kUnmanagedRefreshDelayMs =
65 const int64 CloudPolicyRefreshScheduler::kWithInvalidationsRefreshDelayMs =
67 const int64 CloudPolicyRefreshScheduler::kInitialErrorRetryDelayMs
    [all...]
cloud_policy_refresh_scheduler.h 25 class CloudPolicyRefreshScheduler
41 // lifetime of CloudPolicyRefreshScheduler.
42 CloudPolicyRefreshScheduler(
46 virtual ~CloudPolicyRefreshScheduler();
144 DISALLOW_COPY_AND_ASSIGN(CloudPolicyRefreshScheduler);

Completed in 216 milliseconds