Searched defs:identity_strategy_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Ddevice_policy_cache.h69 DevicePolicyIdentityStrategy* identity_strategy_; member in class:policy::DevicePolicyCache
H A Dbrowser_policy_connector.h91 scoped_ptr<DevicePolicyIdentityStrategy> identity_strategy_; member in class:policy::BrowserPolicyConnector
H A Dprofile_policy_connector.h44 scoped_ptr<UserPolicyIdentityStrategy> identity_strategy_; member in class:policy::ProfilePolicyConnector
H A Dcloud_policy_controller.h135 CloudPolicyIdentityStrategy* identity_strategy_; member in class:policy::CloudPolicyController
H A Ddevice_policy_cache_unittest.cc111 cache_.reset(new DevicePolicyCache(&identity_strategy_,
136 DevicePolicyIdentityStrategy identity_strategy_; member in class:policy::DevicePolicyCacheTest
H A Dcloud_policy_controller_unittest.cc99 &service_, cache_.get(), token_fetcher_.get(), &identity_strategy_,
108 &service_, cache_.get(), token_fetcher_.get(), &identity_strategy_,
134 EXPECT_CALL(identity_strategy_, GetDeviceToken()).WillRepeatedly(
136 EXPECT_CALL(identity_strategy_, GetDeviceID()).WillRepeatedly(
138 EXPECT_CALL(identity_strategy_, GetMachineID()).WillRepeatedly(
140 EXPECT_CALL(identity_strategy_, GetMachineModel()).WillRepeatedly(
142 EXPECT_CALL(identity_strategy_, GetPolicyType()).WillRepeatedly(
144 EXPECT_CALL(identity_strategy_, GetPolicyRegisterType()).WillRepeatedly(
147 EXPECT_CALL(identity_strategy_, GetCredentials(_, _)).WillRepeatedly(
156 MockCloudPolicyIdentityStrategy identity_strategy_; member in class:policy::CloudPolicyControllerTest
[all...]
H A Duser_policy_identity_strategy.cc50 const base::WeakPtr<UserPolicyIdentityStrategy> identity_strategy_; member in class:policy::UserPolicyIdentityStrategy::TokenCache
59 : identity_strategy_(identity_strategy),
111 if (identity_strategy_.get())
112 identity_strategy_->OnCacheLoaded(token, device_id);

Completed in 88 milliseconds