Searched refs:GetMachineModel (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.h51 std::string GetMachineModel();
H A Dsysteminfo_unittest.cc66 EXPECT_FALSE(info.GetMachineModel().empty());
67 const char *machine_model = info.GetMachineModel().c_str();
81 known = rtc::string_match(info.GetMachineModel().c_str(),
H A Dsysteminfo.cc398 std::string SystemInfo::GetMachineModel() { function in class:rtc::SystemInfo
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos.h67 static std::string GetMachineModel();
H A Ddevice_cloud_policy_initializer.cc220 DeviceCloudPolicyManagerChromeOS::GetMachineModel(),
H A Ddevice_cloud_policy_manager_chromeos.cc204 std::string DeviceCloudPolicyManagerChromeOS::GetMachineModel() { function in class:policy::DeviceCloudPolicyManagerChromeOS

Completed in 524 milliseconds