Home
last modified time | relevance | path

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

/external/chromium_org/components/policy/core/common/cloud/
Dcloud_policy_client_unittest.cc113 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()
Dcomponent_cloud_policy_service_stub.cc51 void ComponentCloudPolicyService::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::ComponentCloudPolicyService
Dcloud_policy_service.h61 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
Dcloud_policy_refresh_scheduler.h72 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
Dmock_cloud_policy_client.h68 MOCK_METHOD1(OnRegistrationStateChanged, void(CloudPolicyClient*));
Dcloud_policy_client_registration_helper.h84 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
Dcomponent_cloud_policy_service.h115 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
Dcloud_policy_service.cc77 void CloudPolicyService::OnRegistrationStateChanged(CloudPolicyClient* client) { in OnRegistrationStateChanged() function in policy::CloudPolicyService
Dcloud_policy_client.h60 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) = 0;
Dcloud_policy_refresh_scheduler.cc121 void CloudPolicyRefreshScheduler::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::CloudPolicyRefreshScheduler
Dcloud_policy_client_registration_helper.cc283 void CloudPolicyClientRegistrationHelper::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::CloudPolicyClientRegistrationHelper
Dcomponent_cloud_policy_service.cc415 void ComponentCloudPolicyService::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::ComponentCloudPolicyService
Dcloud_policy_refresh_scheduler_unittest.cc334 TEST_F(CloudPolicyRefreshSchedulerSteadyStateTest, OnRegistrationStateChanged) { in TEST_F() argument
Dcloud_policy_client.cc468 FOR_EACH_OBSERVER(Observer, observers_, OnRegistrationStateChanged(this)); in NotifyRegistrationStateChanged()
/external/chromium_org/chrome/browser/chromeos/policy/
Duser_cloud_policy_manager_chromeos.h101 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
Denrollment_handler_chromeos.h87 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
Duser_cloud_policy_manager_chromeos.cc239 void UserCloudPolicyManagerChromeOS::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::UserCloudPolicyManagerChromeOS
Denrollment_handler_chromeos.cc147 void EnrollmentHandlerChromeOS::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::EnrollmentHandlerChromeOS
/external/chromium_org/chrome/browser/policy/cloud/
Duser_policy_signin_service_base.h99 virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
Dcloud_policy_manager_browsertest.cc115 EXPECT_CALL(observer, OnRegistrationStateChanged(_)) in Register()
Duser_policy_signin_service_base.cc108 void UserPolicySigninServiceBase::OnRegistrationStateChanged( in OnRegistrationStateChanged() function in policy::UserPolicySigninServiceBase
Dcomponent_cloud_policy_browsertest.cc203 EXPECT_CALL(observer, OnRegistrationStateChanged(_)) in SignInAndRegister()
Dcloud_policy_browsertest.cc255 EXPECT_CALL(observer, OnRegistrationStateChanged(_)).WillOnce( in SetUpOnMainThread()