OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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) {
45
return
rejection_reason_
;
72
rejection_reason_
= current_authenticator_->rejection_reason();
third_party_authenticator_base.cc
31
rejection_reason_
(INVALID_CREDENTIALS) {
48
return
rejection_reason_
;
third_party_client_authenticator.cc
40
rejection_reason_
= PROTOCOL_ERROR;
72
rejection_reason_
= INVALID_CREDENTIALS;
negotiating_authenticator_base.h
101
RejectionReason
rejection_reason_
;
member in class:remoting::protocol::NegotiatingAuthenticatorBase
third_party_authenticator_base.h
69
RejectionReason
rejection_reason_
;
member in class:remoting::protocol::ThirdPartyAuthenticatorBase
third_party_host_authenticator.cc
40
rejection_reason_
= PROTOCOL_ERROR;
81
rejection_reason_
= INVALID_CREDENTIALS;
v2_authenticator.cc
65
rejection_reason_
(INVALID_CREDENTIALS) {
80
return
rejection_reason_
;
105
rejection_reason_
= PROTOCOL_ERROR;
113
rejection_reason_
= PROTOCOL_ERROR;
124
rejection_reason_
= PROTOCOL_ERROR;
137
rejection_reason_
= INVALID_CREDENTIALS;
negotiating_host_authenticator.cc
77
rejection_reason_
= PROTOCOL_ERROR;
94
rejection_reason_
= PROTOCOL_ERROR;
119
rejection_reason_
= PROTOCOL_ERROR;
v2_authenticator.h
70
RejectionReason
rejection_reason_
;
member in class:remoting::protocol::V2Authenticator
negotiating_client_authenticator.cc
62
rejection_reason_
= PROTOCOL_ERROR;
Completed in 39 milliseconds