Home
last modified time | relevance | path

Searched refs:cloud_policy_controller_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/policy/
Dcloud_policy_subsystem.cc70 cloud_policy_controller_.reset( in CloudPolicySubsystem()
81 cloud_policy_controller_.reset(); in ~CloudPolicySubsystem()
90 cloud_policy_controller_.get()) { in OnIPAddressChanged()
91 cloud_policy_controller_->Retry(); in OnIPAddressChanged()
111 cloud_policy_controller_.reset(); in Shutdown()
126 cloud_policy_controller_->StopAutoRetry(); in StopAutoRetry()
152 if (cloud_policy_controller_.get()) { in UpdatePolicyRefreshRate()
157 cloud_policy_controller_->SetRefreshRate(refresh_rate); in UpdatePolicyRefreshRate()
Dcloud_policy_subsystem.h129 scoped_ptr<CloudPolicyController> cloud_policy_controller_; variable