OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMachineModel
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/webrtc/base/
systeminfo.h
51
std::string
GetMachineModel
();
systeminfo_unittest.cc
66
EXPECT_FALSE(info.
GetMachineModel
().empty());
67
const char *machine_model = info.
GetMachineModel
().c_str();
81
known = rtc::string_match(info.
GetMachineModel
().c_str(),
systeminfo.cc
398
std::string SystemInfo::
GetMachineModel
() {
/external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos.h
67
static std::string
GetMachineModel
();
device_cloud_policy_initializer.cc
220
DeviceCloudPolicyManagerChromeOS::
GetMachineModel
(),
device_cloud_policy_manager_chromeos.cc
204
std::string DeviceCloudPolicyManagerChromeOS::
GetMachineModel
() {
Completed in 228 milliseconds