Searched refs:OnComponentCloudPolicyStoreUpdated (Results 1 - 5 of 5) sorted by path

/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service.cc78 virtual void OnComponentCloudPolicyStoreUpdated() OVERRIDE;
142 // through OnComponentCloudPolicyStoreUpdated. Note also that the cached
170 OnComponentCloudPolicyStoreUpdated() { function in class:policy::ComponentCloudPolicyService::Backend
H A Dcomponent_cloud_policy_store.cc175 delegate_->OnComponentCloudPolicyStoreUpdated();
190 delegate_->OnComponentCloudPolicyStoreUpdated();
231 delegate_->OnComponentCloudPolicyStoreUpdated();
243 delegate_->OnComponentCloudPolicyStoreUpdated();
H A Dcomponent_cloud_policy_store.h37 virtual void OnComponentCloudPolicyStoreUpdated() = 0;
H A Dcomponent_cloud_policy_store_unittest.cc64 MOCK_METHOD0(OnComponentCloudPolicyStoreUpdated, void());
191 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
251 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
271 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
284 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
291 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
316 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
H A Dcomponent_cloud_policy_updater_unittest.cc62 MOCK_METHOD0(OnComponentCloudPolicyStoreUpdated, void());
148 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
211 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
297 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
308 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated());
348 EXPECT_CALL(store_delegate_, OnComponentCloudPolicyStoreUpdated()).Times(0);

Completed in 257 milliseconds