OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetMachineID
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/policy/
cloud_policy_identity_strategy.h
53
virtual std::string
GetMachineID
() = 0;
device_policy_identity_strategy.cc
51
std::string DevicePolicyIdentityStrategy::
GetMachineID
() {
device_policy_identity_strategy.h
44
virtual std::string
GetMachineID
() OVERRIDE;
user_policy_identity_strategy.h
36
virtual std::string
GetMachineID
() OVERRIDE;
cloud_policy_controller_unittest.cc
41
MOCK_METHOD0(
GetMachineID
, std::string());
138
EXPECT_CALL(identity_strategy_,
GetMachineID
()).WillRepeatedly(
user_policy_identity_strategy.cc
168
std::string UserPolicyIdentityStrategy::
GetMachineID
() {
cloud_policy_controller.cc
234
std::string machine_id = identity_strategy_->
GetMachineID
();
Completed in 835 milliseconds