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

  /external/chromium_org/remoting/protocol/
negotiating_authenticator_base.cc 33 rejection_reason_(INVALID_CREDENTIALS) {
52 return rejection_reason_;
79 rejection_reason_ = current_authenticator_->rejection_reason();
third_party_authenticator_base.cc 32 rejection_reason_(INVALID_CREDENTIALS) {
53 return rejection_reason_;
third_party_client_authenticator.cc 40 rejection_reason_ = PROTOCOL_ERROR;
72 rejection_reason_ = INVALID_CREDENTIALS;
negotiating_authenticator_base.h 102 RejectionReason rejection_reason_; member in class:remoting::protocol::NegotiatingAuthenticatorBase
third_party_authenticator_base.h 71 RejectionReason rejection_reason_; member in class:remoting::protocol::ThirdPartyAuthenticatorBase
third_party_host_authenticator.cc 41 rejection_reason_ = PROTOCOL_ERROR;
82 rejection_reason_ = INVALID_CREDENTIALS;
v2_authenticator.cc 66 rejection_reason_(INVALID_CREDENTIALS) {
85 return rejection_reason_;
110 rejection_reason_ = PROTOCOL_ERROR;
118 rejection_reason_ = PROTOCOL_ERROR;
129 rejection_reason_ = PROTOCOL_ERROR;
143 rejection_reason_ = INVALID_CREDENTIALS;
negotiating_host_authenticator.cc 78 rejection_reason_ = PROTOCOL_ERROR;
95 rejection_reason_ = PROTOCOL_ERROR;
120 rejection_reason_ = PROTOCOL_ERROR;
v2_authenticator.h 72 RejectionReason rejection_reason_; member in class:remoting::protocol::V2Authenticator
negotiating_client_authenticator.cc 62 rejection_reason_ = PROTOCOL_ERROR;

Completed in 247 milliseconds