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

  /external/chromium/chrome/browser/policy/
cloud_policy_identity_strategy.h 50 virtual std::string GetDeviceID() = 0;
device_policy_identity_strategy.cc 47 std::string DevicePolicyIdentityStrategy::GetDeviceID() {
device_policy_identity_strategy.h 43 virtual std::string GetDeviceID() OVERRIDE;
user_policy_identity_strategy.h 35 virtual std::string GetDeviceID() OVERRIDE;
cloud_policy_controller_unittest.cc 40 MOCK_METHOD0(GetDeviceID, std::string());
136 EXPECT_CALL(identity_strategy_, GetDeviceID()).WillRepeatedly(
cloud_policy_controller.cc 233 std::string device_id = identity_strategy_->GetDeviceID();
263 identity_strategy_->GetDeviceID(),
user_policy_identity_strategy.cc 164 std::string UserPolicyIdentityStrategy::GetDeviceID() {

Completed in 150 milliseconds