/external/chromium_org/remoting/protocol/ |
D | pairing_authenticator_base.cc | 49 PairingAuthenticatorBase::rejection_reason() const { in rejection_reason() function in remoting::protocol::PairingAuthenticatorBase 53 return v2_authenticator_->rejection_reason(); in rejection_reason() 129 v2_authenticator_->rejection_reason() == INVALID_CREDENTIALS && in CheckForFailedSpakeExchange()
|
D | third_party_authenticator_base.cc | 49 ThirdPartyAuthenticatorBase::rejection_reason() const { in rejection_reason() function in remoting::protocol::ThirdPartyAuthenticatorBase 54 return underlying_->rejection_reason(); in rejection_reason()
|
D | negotiating_authenticator_base.cc | 51 NegotiatingAuthenticatorBase::rejection_reason() const { in rejection_reason() function in remoting::protocol::NegotiatingAuthenticatorBase 79 rejection_reason_ = current_authenticator_->rejection_reason(); in UpdateState()
|
D | pairing_host_authenticator.cc | 47 PairingHostAuthenticator::rejection_reason() const { in rejection_reason() function in remoting::protocol::PairingHostAuthenticator 51 return PairingAuthenticatorBase::rejection_reason(); in rejection_reason()
|
D | negotiating_authenticator_base.h | 68 virtual RejectionReason rejection_reason() const OVERRIDE;
|
D | pairing_host_authenticator.h | 31 virtual RejectionReason rejection_reason() const OVERRIDE;
|
D | third_party_authenticator_base.h | 40 virtual RejectionReason rejection_reason() const OVERRIDE;
|
D | authenticator.h | 98 virtual RejectionReason rejection_reason() const = 0;
|
D | negotiating_authenticator_unittest.cc | 110 ASSERT_EQ(client_->rejection_reason(), reason); in VerifyRejected() 113 ASSERT_EQ(host_->rejection_reason(), reason); in VerifyRejected()
|
D | pairing_authenticator_base.h | 47 virtual RejectionReason rejection_reason() const OVERRIDE;
|
D | v2_authenticator.h | 42 virtual RejectionReason rejection_reason() const OVERRIDE;
|
D | fake_authenticator.h | 70 virtual RejectionReason rejection_reason() const OVERRIDE;
|
D | me2me_host_authenticator_factory.cc | 37 virtual RejectionReason rejection_reason() const OVERRIDE { in rejection_reason() function in remoting::protocol::__anon6a69358f0111::RejectingAuthenticator
|
D | fake_authenticator.cc | 139 Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const { in rejection_reason() function in remoting::protocol::FakeAuthenticator
|
D | v2_authenticator.cc | 83 Authenticator::RejectionReason V2Authenticator::rejection_reason() const { in rejection_reason() function in remoting::protocol::V2Authenticator
|
D | jingle_session.cc | 174 authenticator_->rejection_reason())); in ContinueAcceptIncomingConnection() 609 authenticator_->rejection_reason())); in ContinueAuthenticationStep()
|
/external/chromium_org/remoting/host/ |
D | pam_authorization_factory_posix.cc | 28 virtual RejectionReason rejection_reason() const OVERRIDE; 71 PamAuthorizer::rejection_reason() const { in rejection_reason() function in remoting::PamAuthorizer 75 return underlying_->rejection_reason(); in rejection_reason()
|