Home | History | Annotate | Download | only in http

Lines Matching refs:HttpAuth

39     HttpAuth::ChallengeTokenizer* challenge,
40 HttpAuth::Target target,
160 HttpAuth::AuthorizationResult HttpAuthHandlerNegotiate::HandleAnotherChallenge(
161 HttpAuth::ChallengeTokenizer* challenge) {
171 if (target_ == HttpAuth::AUTH_PROXY)
180 bool HttpAuthHandlerNegotiate::Init(HttpAuth::ChallengeTokenizer* challenge) {
195 auth_scheme_ = HttpAuth::AUTH_SCHEME_NEGOTIATE;
198 HttpAuth::AuthorizationResult auth_result =
200 return (auth_result == HttpAuth::AUTHORIZATION_RESULT_ACCEPT);
325 if (target_ == HttpAuth::AUTH_PROXY)