Searched refs:HandleAuthChallenge (Results 1 - 17 of 17) 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_org/net/http/
H A Dhttp_auth_controller.h56 // |HandleAuthChallenge()| returns OK on success, or a network error code
58 virtual int HandleAuthChallenge(scoped_refptr<HttpResponseHeaders> headers,
H A Dproxy_client_socket.cc50 int rv = auth->HandleAuthChallenge(response->headers, false, true, net_log);
H A Dhttp_auth_controller_unittest.cc75 controller->HandleAuthChallenge(headers, false, false, dummy_log));
212 controller->HandleAuthChallenge(headers, false, false, dummy_log));
225 controller->HandleAuthChallenge(headers, false, false, dummy_log));
H A Dhttp_network_transaction.h241 // HandleAuthChallenge() returns a network error code, or OK on success.
243 int HandleAuthChallenge();
H A Dhttp_network_transaction.cc1099 int rv = HandleAuthChallenge();
1514 int HttpNetworkTransaction::HandleAuthChallenge() { function in class:net::HttpNetworkTransaction
1533 int rv = auth_controllers_[target]->HandleAuthChallenge(
H A Dhttp_auth_controller.cc248 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
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.h326 int HandleAuthChallenge(const HttpResponseHeaders* headers);
H A Dsocket_stream.cc940 result = proxy_auth_controller_->HandleAuthChallenge(

Completed in 264 milliseconds