Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_auth_handler_digest_unittest.cc528 TEST(HttpAuthHandlerDigest, HandleAnotherChallenge) { in TEST() argument
543 handler->HandleAnotherChallenge(&tok_default)); in TEST()
549 handler->HandleAnotherChallenge(&tok_stale)); in TEST()
555 handler->HandleAnotherChallenge(&tok_stale_false)); in TEST()
562 handler->HandleAnotherChallenge(&tok_realm_change)); in TEST()
Dhttp_auth_handler_basic_unittest.cc50 TEST(HttpAuthHandlerBasicTest, HandleAnotherChallenge) { in TEST() argument
96 EXPECT_EQ(tests[i].expected_rv, basic->HandleAnotherChallenge(&tok)); in TEST()
Dhttp_auth_handler_basic.h34 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler.h51 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler_mock.h82 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler_basic.cc54 HttpAuth::AuthorizationResult HttpAuthHandlerBasic::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerBasic
Dhttp_auth_handler_ntlm.h113 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler_negotiate.h109 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler_ntlm.cc18 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerNTLM
Dhttp_auth_handler_digest.h80 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler_mock.cc74 HttpAuth::AuthorizationResult HttpAuthHandlerMock::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerMock
Dhttp_auth.cc80 authorization_result = handler->HandleAnotherChallenge(&props); in HandleChallengeResponse()
Dhttp_auth_handler_negotiate.cc160 HttpAuth::AuthorizationResult HttpAuthHandlerNegotiate::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerNegotiate
Dhttp_auth_handler_digest.cc107 HttpAuth::AuthorizationResult HttpAuthHandlerDigest::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerDigest
Dhttp_auth_cache_unittest.cc33 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge( in HandleAnotherChallenge() function in net::__anon627b28e60111::MockAuthHandler