Searched refs:GetMachineID (Results 1 - 12 of 12) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Dcloud_policy_identity_strategy.h53 virtual std::string GetMachineID() = 0;
H A Ddevice_policy_identity_strategy.cc51 std::string DevicePolicyIdentityStrategy::GetMachineID() { function in class:policy::DevicePolicyIdentityStrategy
H A Ddevice_policy_identity_strategy.h44 virtual std::string GetMachineID() OVERRIDE;
H A Duser_policy_identity_strategy.h36 virtual std::string GetMachineID() OVERRIDE;
H A Dcloud_policy_controller_unittest.cc41 MOCK_METHOD0(GetMachineID, std::string());
138 EXPECT_CALL(identity_strategy_, GetMachineID()).WillRepeatedly(
H A Duser_policy_identity_strategy.cc168 std::string UserPolicyIdentityStrategy::GetMachineID() { function in class:policy::UserPolicyIdentityStrategy
H A Dcloud_policy_controller.cc234 std::string machine_id = identity_strategy_->GetMachineID();
/external/chromium_org/chrome/browser/renderer_host/pepper/
H A Ddevice_id_fetcher.h68 std::string GetMachineID();
H A Ddevice_id_fetcher.cc136 std::string machine_id = GetMachineID();
194 std::string DeviceIDFetcher::GetMachineID() { function in class:chrome::DeviceIDFetcher
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos.h86 static std::string GetMachineID();
H A Ddevice_cloud_policy_manager_chromeos.cc201 std::string DeviceCloudPolicyManagerChromeOS::GetMachineID() { function in class:policy::DeviceCloudPolicyManagerChromeOS
231 new CloudPolicyClient(GetMachineID(), GetMachineModel(),
H A Dauto_enrollment_client.cc151 DeviceCloudPolicyManagerChromeOS::GetMachineID(),

Completed in 175 milliseconds