/external/chromium/chrome/browser/policy/ |
device_policy_cache.h | 69 DevicePolicyIdentityStrategy* identity_strategy_; member in class:policy::DevicePolicyCache
|
browser_policy_connector.h | 91 scoped_ptr<DevicePolicyIdentityStrategy> identity_strategy_; member in class:policy::BrowserPolicyConnector
|
profile_policy_connector.h | 44 scoped_ptr<UserPolicyIdentityStrategy> identity_strategy_; member in class:policy::ProfilePolicyConnector
|
cloud_policy_controller.h | 135 CloudPolicyIdentityStrategy* identity_strategy_; member in class:policy::CloudPolicyController
|
device_policy_cache_unittest.cc | 111 cache_.reset(new DevicePolicyCache(&identity_strategy_, 136 DevicePolicyIdentityStrategy identity_strategy_; member in class:policy::DevicePolicyCacheTest
|
cloud_policy_controller_unittest.cc | 99 &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...] |
user_policy_identity_strategy.cc | 50 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);
|