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

  /external/chromium/chrome/browser/policy/
cloud_policy_identity_strategy.h 56 virtual std::string GetMachineModel() = 0;
device_policy_identity_strategy.cc 55 std::string DevicePolicyIdentityStrategy::GetMachineModel() {
device_policy_identity_strategy.h 45 virtual std::string GetMachineModel() OVERRIDE;
user_policy_identity_strategy.h 37 virtual std::string GetMachineModel() OVERRIDE;
cloud_policy_controller_unittest.cc 42 MOCK_METHOD0(GetMachineModel, std::string());
140 EXPECT_CALL(identity_strategy_, GetMachineModel()).WillRepeatedly(
user_policy_identity_strategy.cc 172 std::string UserPolicyIdentityStrategy::GetMachineModel() {
cloud_policy_controller.cc 235 std::string machine_model = identity_strategy_->GetMachineModel();

Completed in 75 milliseconds