Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/policy/
Dcloud_policy_controller.cc183 int64 policy_refresh_error_delay_ms) in CloudPolicyController() argument
193 policy_refresh_error_delay_ms); in CloudPolicyController()
205 int64 policy_refresh_error_delay_ms) { in Initialize() argument
219 policy_refresh_error_delay_ms_ = policy_refresh_error_delay_ms; in Initialize()
220 effective_policy_refresh_error_delay_ms_ = policy_refresh_error_delay_ms; in Initialize()
Dcloud_policy_controller.h97 int64 policy_refresh_error_delay_ms);
108 int64 policy_refresh_error_delay_ms);
Dcloud_policy_controller_unittest.cc106 int64 policy_refresh_error_delay_ms) { in CreateNewController() argument
113 policy_refresh_error_delay_ms)); in CreateNewController()