/external/chromium_org/components/policy/core/common/cloud/ |
D | cloud_policy_client_unittest.cc | 113 EXPECT_CALL(observer_, OnRegistrationStateChanged(_)); in Register() 221 EXPECT_CALL(observer_, OnRegistrationStateChanged(_)); in TEST_F() 236 EXPECT_CALL(observer_, OnRegistrationStateChanged(_)); in TEST_F() 259 EXPECT_CALL(observer_, OnRegistrationStateChanged(_)); in TEST_F() 441 EXPECT_CALL(observer_, OnRegistrationStateChanged(_)); in TEST_F() 456 EXPECT_CALL(observer_, OnRegistrationStateChanged(_)); in TEST_F()
|
D | component_cloud_policy_service_stub.cc | 51 void ComponentCloudPolicyService::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::ComponentCloudPolicyService
|
D | cloud_policy_service.h | 61 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
|
D | cloud_policy_refresh_scheduler.h | 72 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
|
D | mock_cloud_policy_client.h | 68 MOCK_METHOD1(OnRegistrationStateChanged, void(CloudPolicyClient*));
|
D | cloud_policy_client_registration_helper.h | 84 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
|
D | component_cloud_policy_service.h | 115 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
|
D | cloud_policy_service.cc | 77 void CloudPolicyService::OnRegistrationStateChanged(CloudPolicyClient* client) { in OnRegistrationStateChanged() function in policy::CloudPolicyService
|
D | cloud_policy_client.h | 60 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) = 0;
|
D | cloud_policy_refresh_scheduler.cc | 121 void CloudPolicyRefreshScheduler::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::CloudPolicyRefreshScheduler
|
D | cloud_policy_client_registration_helper.cc | 283 void CloudPolicyClientRegistrationHelper::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::CloudPolicyClientRegistrationHelper
|
D | component_cloud_policy_service.cc | 415 void ComponentCloudPolicyService::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::ComponentCloudPolicyService
|
D | cloud_policy_refresh_scheduler_unittest.cc | 334 TEST_F(CloudPolicyRefreshSchedulerSteadyStateTest, OnRegistrationStateChanged) { in TEST_F() argument
|
D | cloud_policy_client.cc | 468 FOR_EACH_OBSERVER(Observer, observers_, OnRegistrationStateChanged(this)); in NotifyRegistrationStateChanged()
|
/external/chromium_org/chrome/browser/chromeos/policy/ |
D | user_cloud_policy_manager_chromeos.h | 101 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
|
D | enrollment_handler_chromeos.h | 87 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
|
D | user_cloud_policy_manager_chromeos.cc | 239 void UserCloudPolicyManagerChromeOS::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::UserCloudPolicyManagerChromeOS
|
D | enrollment_handler_chromeos.cc | 147 void EnrollmentHandlerChromeOS::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::EnrollmentHandlerChromeOS
|
/external/chromium_org/chrome/browser/policy/cloud/ |
D | user_policy_signin_service_base.h | 99 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
|
D | cloud_policy_manager_browsertest.cc | 115 EXPECT_CALL(observer, OnRegistrationStateChanged(_)) in Register()
|
D | user_policy_signin_service_base.cc | 108 void UserPolicySigninServiceBase::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::UserPolicySigninServiceBase
|
D | component_cloud_policy_browsertest.cc | 203 EXPECT_CALL(observer, OnRegistrationStateChanged(_)) in SignInAndRegister()
|
D | cloud_policy_browsertest.cc | 255 EXPECT_CALL(observer, OnRegistrationStateChanged(_)).WillOnce( in SetUpOnMainThread()
|