/external/chromium_org/net/http/ |
D | http_auth_handler_digest_unittest.cc | 544 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()
|
D | http_auth_handler_basic_unittest.cc | 51 TEST(HttpAuthHandlerBasicTest, HandleAnotherChallenge) { in TEST() argument 97 EXPECT_EQ(tests[i].expected_rv, basic->HandleAnotherChallenge(&tok)); in TEST()
|
D | http_auth_handler_basic.h | 34 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
D | http_auth_handler.h | 51 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
D | http_auth_handler_basic.cc | 77 HttpAuth::AuthorizationResult HttpAuthHandlerBasic::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerBasic
|
D | http_auth_handler_mock.h | 90 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
D | http_auth_handler_ntlm.h | 111 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
D | http_auth_handler_negotiate.h | 109 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
D | http_auth_handler_ntlm.cc | 19 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerNTLM
|
D | http_auth.cc | 81 authorization_result = handler->HandleAnotherChallenge(&props); in HandleChallengeResponse()
|
D | http_auth_handler_digest.h | 80 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
D | http_auth_handler_mock.cc | 80 HttpAuth::AuthorizationResult HttpAuthHandlerMock::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerMock
|
D | http_auth_handler_negotiate.cc | 163 HttpAuth::AuthorizationResult HttpAuthHandlerNegotiate::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerNegotiate
|
D | http_auth_handler_digest.cc | 110 HttpAuth::AuthorizationResult HttpAuthHandlerDigest::HandleAnotherChallenge( in HandleAnotherChallenge() function in net::HttpAuthHandlerDigest
|
D | http_auth_cache_unittest.cc | 35 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge( in HandleAnotherChallenge() function in net::__anon6a1f768b0111::MockAuthHandler
|
/external/chromium_org/components/data_reduction_proxy/browser/ |
D | http_auth_handler_data_reduction_proxy_unittest.cc | 112 TEST(HttpAuthHandlerDataReductionProxyTest, HandleAnotherChallenge) { in TEST() argument 127 spdyproxy->HandleAnotherChallenge(&tok)); in TEST()
|
D | http_auth_handler_data_reduction_proxy.h | 48 virtual net::HttpAuth::AuthorizationResult HandleAnotherChallenge(
|
D | http_auth_handler_data_reduction_proxy.cc | 92 HttpAuthHandlerDataReductionProxy::HandleAnotherChallenge( in HandleAnotherChallenge() function in data_reduction_proxy::HttpAuthHandlerDataReductionProxy
|