Home
last modified time | relevance | path

Searched refs:GetMachineModel (Results 1 – 7 of 7) sorted by relevance

/external/chromium/chrome/browser/policy/
Dcloud_policy_identity_strategy.h56 virtual std::string GetMachineModel() = 0;
Ddevice_policy_identity_strategy.h45 virtual std::string GetMachineModel() OVERRIDE;
Duser_policy_identity_strategy.h37 virtual std::string GetMachineModel() OVERRIDE;
Ddevice_policy_identity_strategy.cc55 std::string DevicePolicyIdentityStrategy::GetMachineModel() { in GetMachineModel() function in policy::DevicePolicyIdentityStrategy
Dcloud_policy_controller_unittest.cc42 MOCK_METHOD0(GetMachineModel, std::string());
140 EXPECT_CALL(identity_strategy_, GetMachineModel()).WillRepeatedly( in SetupIdentityStrategy()
Duser_policy_identity_strategy.cc172 std::string UserPolicyIdentityStrategy::GetMachineModel() { in GetMachineModel() function in policy::UserPolicyIdentityStrategy
Dcloud_policy_controller.cc235 std::string machine_model = identity_strategy_->GetMachineModel(); in FetchToken()