Searched defs:GetMachineFlag (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos.cc79 bool GetMachineFlag(const std::string& key, bool default_value) { function in namespace:policy::__anon3408
83 if (!provider->GetMachineFlag(key, &value))
253 GetMachineFlag(chromeos::system::kOemIsEnterpriseManagedKey,
257 GetMachineFlag(chromeos::system::kOemCanExitEnterpriseEnrollmentKey,
H A Ddevice_cloud_policy_initializer.cc39 bool GetMachineFlag(const std::string& key, bool default_value) { function in namespace:policy::__anon3406
43 if (!provider->GetMachineFlag(key, &value))
147 return GetMachineFlag(chromeos::system::kOemIsEnterpriseManagedKey, false);
172 return GetMachineFlag(chromeos::system::kOemCanExitEnterpriseEnrollmentKey,
/external/chromium_org/chromeos/system/
H A Dstatistics_provider.cc70 // Key values for GetMachineStatistic()/GetMachineFlag() calls.
97 virtual bool GetMachineFlag(const std::string& name, bool* result) OVERRIDE;
174 bool StatisticsProviderImpl::GetMachineFlag(const std::string& name, function in class:chromeos::system::StatisticsProviderImpl
178 LOG(ERROR) << "GetMachineFlag called before load started: " << name;

Completed in 753 milliseconds