Searched refs:store_delegate_ (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_store_unittest.cc76 store_.reset(new ComponentCloudPolicyStore(&store_delegate_, cache_.get()));
118 MockComponentCloudPolicyStoreDelegate store_delegate_; member in class:policy::ComponentCloudPolicyStoreTest
179 store_.reset(new ComponentCloudPolicyStore(&store_delegate_, cache_.get()));
191 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
194 Mock::VerifyAndClearExpectations(&store_delegate_);
202 ComponentCloudPolicyStore another_store(&store_delegate_, cache_.get());
251 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
254 Mock::VerifyAndClearExpectations(&store_delegate_);
260 ComponentCloudPolicyStore another_store(&store_delegate_, cache_.get());
271 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdate
[all...]
H A Dcomponent_cloud_policy_updater_unittest.cc78 MockComponentCloudPolicyStoreDelegate store_delegate_; member in class:policy::ComponentCloudPolicyUpdaterTest
90 store_.reset(new ComponentCloudPolicyStore(&store_delegate_, cache_.get()));
148 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
150 Mock::VerifyAndClearExpectations(&store_delegate_);
211 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
216 Mock::VerifyAndClearExpectations(&store_delegate_);
297 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
299 Mock::VerifyAndClearExpectations(&store_delegate_);
308 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
310 Mock::VerifyAndClearExpectations(&store_delegate_);
[all...]

Completed in 75 milliseconds