Searched refs:OnRegistrationStateChanged (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service_stub.cc51 void ComponentCloudPolicyService::OnRegistrationStateChanged( function in class:policy::ComponentCloudPolicyService
H A Dcloud_policy_client_registration_helper.h84 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
H A Dcloud_policy_refresh_scheduler.h72 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
H A Dcloud_policy_service.h61 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
H A Dmock_cloud_policy_client.h68 MOCK_METHOD1(OnRegistrationStateChanged, void(CloudPolicyClient*));
H A Dcomponent_cloud_policy_service.h115 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
H A Dcloud_policy_client.h60 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) = 0;
H A Dcloud_policy_service.cc77 void CloudPolicyService::OnRegistrationStateChanged(CloudPolicyClient* client) { function in class:policy::CloudPolicyService
H A Dcloud_policy_client_unittest.cc113 EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
221 EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
236 EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
259 EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
441 EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
456 EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
H A Dcloud_policy_client_registration_helper.cc283 void CloudPolicyClientRegistrationHelper::OnRegistrationStateChanged( function in class:policy::CloudPolicyClientRegistrationHelper
H A Dcloud_policy_refresh_scheduler.cc121 void CloudPolicyRefreshScheduler::OnRegistrationStateChanged( function in class:policy::CloudPolicyRefreshScheduler
187 // to register, and OnRegistrationStateChanged() will be invoked later.
288 // handled via OnRegistrationStateChanged().
H A Dcloud_policy_client.cc468 FOR_EACH_OBSERVER(Observer, observers_, OnRegistrationStateChanged(this));
H A Dcloud_policy_refresh_scheduler_unittest.cc334 TEST_F(CloudPolicyRefreshSchedulerSteadyStateTest, OnRegistrationStateChanged) {
H A Dcomponent_cloud_policy_service.cc415 void ComponentCloudPolicyService::OnRegistrationStateChanged( function in class:policy::ComponentCloudPolicyService
/external/chromium_org/chrome/browser/chromeos/policy/
H A Duser_cloud_policy_manager_chromeos.h101 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
H A Denrollment_handler_chromeos.h87 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
H A Duser_cloud_policy_manager_chromeos.cc239 void UserCloudPolicyManagerChromeOS::OnRegistrationStateChanged( function in class:policy::UserCloudPolicyManagerChromeOS
322 // Start client registration. Either OnRegistrationStateChanged() or
H A Denrollment_handler_chromeos.cc147 void EnrollmentHandlerChromeOS::OnRegistrationStateChanged( function in class:policy::EnrollmentHandlerChromeOS
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_policy_signin_service_base.h99 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
H A Dcloud_policy_manager_browsertest.cc115 EXPECT_CALL(observer, OnRegistrationStateChanged(_))
H A Dcomponent_cloud_policy_browsertest.cc203 EXPECT_CALL(observer, OnRegistrationStateChanged(_))
H A Duser_policy_signin_service_base.cc108 void UserPolicySigninServiceBase::OnRegistrationStateChanged( function in class:policy::UserPolicySigninServiceBase
H A Dcloud_policy_browsertest.cc255 EXPECT_CALL(observer, OnRegistrationStateChanged(_)).WillOnce(

Completed in 125 milliseconds