HomeSort by relevance Sort by last modified time
    Searched refs:rejection_reason (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/remoting/protocol/
third_party_authenticator_base.cc 44 ThirdPartyAuthenticatorBase::rejection_reason() const { function in class:remoting::protocol::ThirdPartyAuthenticatorBase
49 return underlying_->rejection_reason();
pairing_authenticator_base.cc 42 PairingAuthenticatorBase::rejection_reason() const { function in class:remoting::protocol::PairingAuthenticatorBase
46 return v2_authenticator_->rejection_reason();
122 v2_authenticator_->rejection_reason() == INVALID_CREDENTIALS &&
authenticator.h 93 virtual RejectionReason rejection_reason() const = 0;
negotiating_authenticator_base.h 67 virtual RejectionReason rejection_reason() const OVERRIDE;
pairing_host_authenticator.h 31 virtual RejectionReason rejection_reason() const OVERRIDE;
third_party_authenticator_base.h 39 virtual RejectionReason rejection_reason() const OVERRIDE;
negotiating_authenticator_base.cc 44 NegotiatingAuthenticatorBase::rejection_reason() const { function in class:remoting::protocol::NegotiatingAuthenticatorBase
72 rejection_reason_ = current_authenticator_->rejection_reason();
pairing_host_authenticator.cc 47 PairingHostAuthenticator::rejection_reason() const { function in class:remoting::protocol::PairingHostAuthenticator
51 return PairingAuthenticatorBase::rejection_reason();
fake_authenticator.h 66 virtual RejectionReason rejection_reason() const OVERRIDE;
pairing_authenticator_base.h 46 virtual RejectionReason rejection_reason() const OVERRIDE;
v2_authenticator.h 41 virtual RejectionReason rejection_reason() const OVERRIDE;
me2me_host_authenticator_factory.cc 32 virtual RejectionReason rejection_reason() const OVERRIDE {
negotiating_authenticator_unittest.cc 110 ASSERT_EQ(client_->rejection_reason(), reason);
113 ASSERT_EQ(host_->rejection_reason(), reason);
fake_authenticator.cc 119 Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const { function in class:remoting::protocol::FakeAuthenticator
v2_authenticator.cc 78 Authenticator::RejectionReason V2Authenticator::rejection_reason() const { function in class:remoting::protocol::V2Authenticator
jingle_session.cc 160 authenticator_->rejection_reason()));
599 authenticator_->rejection_reason()));
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.cc 27 virtual RejectionReason rejection_reason() const OVERRIDE;
66 PamAuthorizer::rejection_reason() const { function in class:remoting::PamAuthorizer
70 return underlying_->rejection_reason();

Completed in 162 milliseconds