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

  /external/chromium_org/remoting/protocol/
pairing_host_authenticator.cc 47 PairingHostAuthenticator::rejection_reason() const { function in class:remoting::protocol::PairingHostAuthenticator
51 return PairingAuthenticatorBase::rejection_reason();
negotiating_authenticator_base.cc 44 NegotiatingAuthenticatorBase::rejection_reason() const { function in class:remoting::protocol::NegotiatingAuthenticatorBase
72 rejection_reason_ = current_authenticator_->rejection_reason();
third_party_authenticator_base.cc 44 ThirdPartyAuthenticatorBase::rejection_reason() const { function in class:remoting::protocol::ThirdPartyAuthenticatorBase
49 return underlying_->rejection_reason();
fake_authenticator.cc 119 Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const { function in class:remoting::protocol::FakeAuthenticator
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 &&
v2_authenticator.cc 78 Authenticator::RejectionReason V2Authenticator::rejection_reason() const { function in class:remoting::protocol::V2Authenticator
  /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 507 milliseconds