OnRegistrationStateChanged   80 chrome/browser/chromeos/policy/enrollment_handler_chromeos.h   virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
OnRegistrationStateChanged  101 chrome/browser/chromeos/policy/user_cloud_policy_manager_chromeos.h   virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
OnRegistrationStateChanged  203 chrome/browser/policy/cloud/cloud_policy_browsertest.cc     EXPECT_CALL(observer, OnRegistrationStateChanged(_)).WillOnce(
OnRegistrationStateChanged  115 chrome/browser/policy/cloud/cloud_policy_manager_browsertest.cc     EXPECT_CALL(observer, OnRegistrationStateChanged(_))
OnRegistrationStateChanged  198 chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc     EXPECT_CALL(observer, OnRegistrationStateChanged(_))
OnRegistrationStateChanged   98 chrome/browser/policy/cloud/user_policy_signin_service_base.h   virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
OnRegistrationStateChanged  468 components/policy/core/common/cloud/cloud_policy_client.cc   FOR_EACH_OBSERVER(Observer, observers_, OnRegistrationStateChanged(this));
OnRegistrationStateChanged   60 components/policy/core/common/cloud/cloud_policy_client.h     virtual void OnRegistrationStateChanged(CloudPolicyClient* client) = 0;
OnRegistrationStateChanged   73 components/policy/core/common/cloud/cloud_policy_client_registration_helper.h   virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
OnRegistrationStateChanged  112 components/policy/core/common/cloud/cloud_policy_client_unittest.cc     EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
OnRegistrationStateChanged  220 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
OnRegistrationStateChanged  235 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
OnRegistrationStateChanged  258 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
OnRegistrationStateChanged  440 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
OnRegistrationStateChanged  455 components/policy/core/common/cloud/cloud_policy_client_unittest.cc   EXPECT_CALL(observer_, OnRegistrationStateChanged(_));
OnRegistrationStateChanged   74 components/policy/core/common/cloud/cloud_policy_refresh_scheduler.h   virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
OnRegistrationStateChanged  342 components/policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc TEST_F(CloudPolicyRefreshSchedulerSteadyStateTest, OnRegistrationStateChanged) {
OnRegistrationStateChanged   61 components/policy/core/common/cloud/cloud_policy_service.h   virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
OnRegistrationStateChanged  115 components/policy/core/common/cloud/component_cloud_policy_service.h   virtual void OnRegistrationStateChanged(CloudPolicyClient* client) OVERRIDE;
OnRegistrationStateChanged   68 components/policy/core/common/cloud/mock_cloud_policy_client.h   MOCK_METHOD1(OnRegistrationStateChanged, void(CloudPolicyClient*));