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()));
112 MockComponentCloudPolicyStoreDelegate store_delegate_; member in class:policy::ComponentCloudPolicyStoreTest
173 store_.reset(new ComponentCloudPolicyStore(&store_delegate_, cache_.get()));
185 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
188 Mock::VerifyAndClearExpectations(&store_delegate_);
196 ComponentCloudPolicyStore another_store(&store_delegate_, cache_.get());
245 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
248 Mock::VerifyAndClearExpectations(&store_delegate_);
254 ComponentCloudPolicyStore another_store(&store_delegate_, cache_.get());
265 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()));
142 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
144 Mock::VerifyAndClearExpectations(&store_delegate_);
205 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
210 Mock::VerifyAndClearExpectations(&store_delegate_);
291 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
293 Mock::VerifyAndClearExpectations(&store_delegate_);
302 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
304 Mock::VerifyAndClearExpectations(&store_delegate_);
[all...]

Completed in 99 milliseconds