Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_auth_handler_digest_unittest.cc544 TEST(HttpAuthHandlerDigest, HandleAnotherChallenge) { in TEST() argument
559 handler->HandleAnotherChallenge(&tok_default)); in TEST()
565 handler->HandleAnotherChallenge(&tok_stale)); in TEST()
571 handler->HandleAnotherChallenge(&tok_stale_false)); in TEST()
578 handler->HandleAnotherChallenge(&tok_realm_change)); in TEST()
Dhttp_auth_handler_basic_unittest.cc51 TEST(HttpAuthHandlerBasicTest, HandleAnotherChallenge) { in TEST() argument
97 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_basic.cc77 HttpAuth::AuthorizationResult HttpAuthHandlerBasic::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerBasic
Dhttp_auth_handler_mock.h90 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler_ntlm.h111 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler_negotiate.h109 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler_ntlm.cc19 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerNTLM
Dhttp_auth.cc81 authorization_result = handler->HandleAnotherChallenge(&props); in HandleChallengeResponse()
Dhttp_auth_handler_digest.h80 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler_mock.cc80 HttpAuth::AuthorizationResult HttpAuthHandlerMock::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerMock
Dhttp_auth_handler_negotiate.cc163 HttpAuth::AuthorizationResult HttpAuthHandlerNegotiate::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerNegotiate
Dhttp_auth_handler_digest.cc110 HttpAuth::AuthorizationResult HttpAuthHandlerDigest::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerDigest
Dhttp_auth_cache_unittest.cc35 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge( in HandleAnotherChallenge() function in net::__anon6a1f768b0111::MockAuthHandler
/external/chromium_org/components/data_reduction_proxy/browser/
Dhttp_auth_handler_data_reduction_proxy_unittest.cc112 TEST(HttpAuthHandlerDataReductionProxyTest, HandleAnotherChallenge) { in TEST() argument
127 spdyproxy->HandleAnotherChallenge(&tok)); in TEST()
Dhttp_auth_handler_data_reduction_proxy.h48 virtual net::HttpAuth::AuthorizationResult HandleAnotherChallenge(
Dhttp_auth_handler_data_reduction_proxy.cc92 HttpAuthHandlerDataReductionProxy::HandleAnotherChallenge( in HandleAnotherChallenge() function in data_reduction_proxy::HttpAuthHandlerDataReductionProxy