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

  /external/chromium_org/chrome/browser/chromeos/policy/
browser_policy_connector_chromeos.h 68 return device_cloud_policy_manager_;
116 DeviceCloudPolicyManagerChromeOS* device_cloud_policy_manager_; member in class:policy::BrowserPolicyConnectorChromeOS
browser_policy_connector_chromeos.cc 85 : device_cloud_policy_manager_(NULL),
119 device_cloud_policy_manager_ =
126 scoped_ptr<ConfigurationPolicyProvider>(device_cloud_policy_manager_));
149 if (device_cloud_policy_manager_) {
150 // Note: for now the |device_cloud_policy_manager_| is using the global
160 device_cloud_policy_manager_->Connect(
195 // The AppPackUpdater may be observing the |device_cloud_policy_manager_|.

Completed in 82 milliseconds