Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_auth.cc74 HttpAuth::AuthorizationResult authorization_result = in HandleChallengeResponse() local
80 authorization_result = handler->HandleAnotherChallenge(&props); in HandleChallengeResponse()
81 if (authorization_result != HttpAuth::AUTHORIZATION_RESULT_INVALID) { in HandleChallengeResponse()
83 return authorization_result; in HandleChallengeResponse()