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

  /external/chromium_org/chromeos/system/
mock_statistics_provider.h 25 MOCK_METHOD2(GetMachineFlag, bool(const std::string& name,
statistics_provider.h 70 virtual bool GetMachineFlag(const std::string& name, bool* result) = 0;
statistics_provider.cc 70 // 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,
178 LOG(ERROR) << "GetMachineFlag called before load started: " << name;
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos.cc 89 bool GetMachineFlag(const std::string& key, bool default_value) {
93 if (!provider->GetMachineFlag(key, &value))
226 return GetMachineFlag(chromeos::system::kOemIsEnterpriseManagedKey, false);
252 return GetMachineFlag(chromeos::system::kOemCanExitEnterpriseEnrollmentKey,
396 GetMachineFlag(chromeos::system::kOemIsEnterpriseManagedKey,
400 GetMachineFlag(chromeos::system::kOemCanExitEnterpriseEnrollmentKey,
  /external/chromium_org/chrome/browser/chromeos/login/
oobe_localization_browsertest.cc 79 virtual bool GetMachineFlag(const std::string& name, bool* result) OVERRIDE {
  /external/chromium_org/chrome/browser/chromeos/system/
input_device_settings.cc 256 if (chromeos::system::StatisticsProvider::GetInstance()->GetMachineFlag(

Completed in 336 milliseconds