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

/external/chromium_org/chrome/browser/policy/cloud/
H A Dcomponent_cloud_policy_store_unittest.cc65 store_.reset(new ComponentCloudPolicyStore(&store_delegate_, cache_.get()));
101 MockComponentCloudPolicyStoreDelegate store_delegate_; member in class:policy::ComponentCloudPolicyStoreTest
162 store_.reset(new ComponentCloudPolicyStore(&store_delegate_, cache_.get()));
174 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
177 Mock::VerifyAndClearExpectations(&store_delegate_);
185 ComponentCloudPolicyStore another_store(&store_delegate_, cache_.get());
234 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
237 Mock::VerifyAndClearExpectations(&store_delegate_);
243 ComponentCloudPolicyStore another_store(&store_delegate_, cache_.get());
254 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdate
[all...]
H A Dcomponent_cloud_policy_updater_unittest.cc77 MockComponentCloudPolicyStoreDelegate store_delegate_; member in class:policy::ComponentCloudPolicyUpdaterTest
88 store_.reset(new ComponentCloudPolicyStore(&store_delegate_, cache_.get()));
131 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
133 Mock::VerifyAndClearExpectations(&store_delegate_);
195 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
200 Mock::VerifyAndClearExpectations(&store_delegate_);
269 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
271 Mock::VerifyAndClearExpectations(&store_delegate_);
283 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
285 Mock::VerifyAndClearExpectations(&store_delegate_);
[all...]

Completed in 165 milliseconds