Searched refs:HandleAuthChallenge (Results 1 - 9 of 9) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_controller_unittest.cc69 controller->HandleAuthChallenge(headers, false, false, dummy_log));
H A Dhttp_auth_controller.h55 // |HandleAuthChallenge()| returns OK on success, or a network error code
57 virtual int HandleAuthChallenge(scoped_refptr<HttpResponseHeaders> headers,
H A Dhttp_proxy_client_socket.cc262 int HttpProxyClientSocket::HandleAuthChallenge() { function in class:net::HttpProxyClientSocket
265 int rv = auth_->HandleAuthChallenge(response_.headers, false, true, net_log_);
447 return HandleAuthChallenge();
H A Dhttp_proxy_client_socket.h120 int HandleAuthChallenge();
H A Dhttp_network_transaction.h204 // HandleAuthChallenge() returns a network error code, or OK on success.
206 int HandleAuthChallenge();
H A Dhttp_network_transaction.cc895 int rv = HandleAuthChallenge();
1269 int HttpNetworkTransaction::HandleAuthChallenge() { function in class:net::HttpNetworkTransaction
1286 int rv = auth_controllers_[target]->HandleAuthChallenge(
H A Dhttp_auth_controller.cc255 int HttpAuthController::HandleAuthChallenge( function in class:net::HttpAuthController
/external/chromium/net/socket_stream/
H A Dsocket_stream.h261 int HandleAuthChallenge(const HttpResponseHeaders* headers);
H A Dsocket_stream.cc749 result = HandleAuthChallenge(headers.get());
940 int SocketStream::HandleAuthChallenge(const HttpResponseHeaders* headers) { function in class:net::SocketStream

Completed in 525 milliseconds