HomeSort by relevance Sort by last modified time
    Searched refs:HandleAnotherChallenge (Results 1 - 15 of 15) sorted by null

  /external/chromium/net/http/
http_auth_handler_basic.h 34 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
http_auth_handler_basic_unittest.cc 50 TEST(HttpAuthHandlerBasicTest, HandleAnotherChallenge) {
56 // time HandleAnotherChallenge is called with it should cause it
96 EXPECT_EQ(tests[i].expected_rv, basic->HandleAnotherChallenge(&tok));
http_auth_handler.h 51 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
http_auth_handler_mock.h 82 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
http_auth_handler_digest_unittest.cc 528 TEST(HttpAuthHandlerDigest, HandleAnotherChallenge) {
543 handler->HandleAnotherChallenge(&tok_default));
549 handler->HandleAnotherChallenge(&tok_stale));
555 handler->HandleAnotherChallenge(&tok_stale_false));
562 handler->HandleAnotherChallenge(&tok_realm_change));
http_auth_handler_basic.cc 54 HttpAuth::AuthorizationResult HttpAuthHandlerBasic::HandleAnotherChallenge(
http_auth_handler_ntlm.h 113 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
http_auth_handler_digest.h 80 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
http_auth_handler_negotiate.h 109 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
http_auth_handler_ntlm.cc 18 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::HandleAnotherChallenge(
http_auth.cc 80 authorization_result = handler->HandleAnotherChallenge(&props);
http_auth_handler_mock.cc 74 HttpAuth::AuthorizationResult HttpAuthHandlerMock::HandleAnotherChallenge(
http_auth_handler_digest.cc 107 HttpAuth::AuthorizationResult HttpAuthHandlerDigest::HandleAnotherChallenge(
http_auth_handler_negotiate.cc 160 HttpAuth::AuthorizationResult HttpAuthHandlerNegotiate::HandleAnotherChallenge(
http_auth_cache_unittest.cc 33 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(

Completed in 38 milliseconds