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

  /external/chromium_org/net/http/
http_auth_handler_basic.h 34 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
http_auth_handler_basic_unittest.cc 51 TEST(HttpAuthHandlerBasicTest, HandleAnotherChallenge) {
57 // time HandleAnotherChallenge is called with it should cause it
97 EXPECT_EQ(tests[i].expected_rv, basic->HandleAnotherChallenge(&tok));
http_auth_handler.h 51 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
http_auth_handler_mock.h 90 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(
http_auth_handler_digest_unittest.cc 544 TEST(HttpAuthHandlerDigest, HandleAnotherChallenge) {
559 handler->HandleAnotherChallenge(&tok_default));
565 handler->HandleAnotherChallenge(&tok_stale));
571 handler->HandleAnotherChallenge(&tok_stale_false));
578 handler->HandleAnotherChallenge(&tok_realm_change));
http_auth_handler_basic.cc 77 HttpAuth::AuthorizationResult HttpAuthHandlerBasic::HandleAnotherChallenge(
http_auth_handler_ntlm.h 111 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 19 HttpAuth::AuthorizationResult HttpAuthHandlerNTLM::HandleAnotherChallenge(
http_auth.cc 81 authorization_result = handler->HandleAnotherChallenge(&props);
http_auth_handler_mock.cc 80 HttpAuth::AuthorizationResult HttpAuthHandlerMock::HandleAnotherChallenge(
http_auth_handler_negotiate.cc 163 HttpAuth::AuthorizationResult HttpAuthHandlerNegotiate::HandleAnotherChallenge(
http_auth_handler_digest.cc 110 HttpAuth::AuthorizationResult HttpAuthHandlerDigest::HandleAnotherChallenge(
http_auth_cache_unittest.cc 35 virtual HttpAuth::AuthorizationResult HandleAnotherChallenge(

Completed in 2258 milliseconds