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

  /external/chromium/chrome/browser/policy/
browser_policy_connector.cc 42 identity_strategy_.reset(new DevicePolicyIdentityStrategy());
46 identity_strategy_.get(),
47 new DevicePolicyCache(identity_strategy_.get(),
70 identity_strategy_.reset();
143 if (identity_strategy_.get())
144 identity_strategy_->SetAuthCredentials(owner_email, gaia_token);
182 if (identity_strategy_.get())
183 return identity_strategy_->FetchPolicy();
cloud_policy_controller.cc 83 identity_strategy_->RemoveObserver(this);
159 identity_strategy_->OnDeviceTokenAvailable(token_fetcher_->GetDeviceToken());
163 if (identity_strategy_->GetDeviceToken().empty())
211 identity_strategy_ = identity_strategy;
223 identity_strategy_->AddObserver(this);
224 if (!identity_strategy_->GetDeviceToken().empty())
233 std::string device_id = identity_strategy_->GetDeviceID();
234 std::string machine_id = identity_strategy_->GetMachineID();
235 std::string machine_model = identity_strategy_->GetMachineModel();
237 identity_strategy_->GetPolicyRegisterType()
    [all...]
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...]
profile_policy_connector.cc 53 identity_strategy_.reset(new UserPolicyIdentityStrategy(
57 identity_strategy_.get(),
76 identity_strategy_.reset();
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
device_policy_cache.h 69 DevicePolicyIdentityStrategy* identity_strategy_; member in class:policy::DevicePolicyCache
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);
cloud_policy_controller.h 135 CloudPolicyIdentityStrategy* identity_strategy_; member in class:policy::CloudPolicyController
device_policy_cache.cc 115 : identity_strategy_(identity_strategy),
126 : identity_strategy_(identity_strategy),
219 identity_strategy_->SetDeviceManagementCredentials(
device_policy_cache_unittest.cc 111 cache_.reset(new DevicePolicyCache(&identity_strategy_,
136 DevicePolicyIdentityStrategy identity_strategy_; member in class:policy::DevicePolicyCacheTest

Completed in 185 milliseconds