Home
last modified time | relevance | path

Searched refs:authorization_result (Results 1 – 3 of 3) sorted by relevance

/external/cronet/net/http/
Dhttp_auth.cc89 HttpAuth::AuthorizationResult authorization_result = in HandleChallengeResponse() local
96 authorization_result = handler->HandleAnotherChallenge(&challenge_tokens); in HandleChallengeResponse()
97 if (authorization_result != HttpAuth::AUTHORIZATION_RESULT_INVALID) { in HandleChallengeResponse()
99 return authorization_result; in HandleChallengeResponse()
168 AuthorizationResult authorization_result) { in AuthorizationResultToString() argument
169 switch (authorization_result) { in AuthorizationResultToString()
188 AuthorizationResult authorization_result) { in NetLogAuthorizationResultParams() argument
190 name, AuthorizationResultToString(authorization_result)); in NetLogAuthorizationResultParams()
Dhttp_auth_handler.cc103 auto authorization_result = HandleAnotherChallengeImpl(challenge); in HandleAnotherChallenge() local
106 authorization_result); in HandleAnotherChallenge()
108 return authorization_result; in HandleAnotherChallenge()
Dhttp_auth.h154 AuthorizationResult authorization_result);
159 AuthorizationResult authorization_result);