Searched refs:GetMachineFlag (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chromeos/system/
H A Dmock_statistics_provider.h25 MOCK_METHOD2(GetMachineFlag, bool(const std::string& name,
H A Dstatistics_provider.h70 virtual bool GetMachineFlag(const std::string& name, bool* result) = 0;
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;
/external/chromium_org/chrome/browser/chromeos/policy/
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,
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,
/external/chromium_org/chrome/browser/chromeos/login/
H A Doobe_localization_browsertest.cc79 virtual bool GetMachineFlag(const std::string& name, bool* result) OVERRIDE {
/external/chromium_org/chrome/browser/chromeos/system/
H A Dinput_device_settings.cc254 if (chromeos::system::StatisticsProvider::GetInstance()->GetMachineFlag(

Completed in 4115 milliseconds