Home
last modified time | relevance | path

Searched refs:HttpAuthController (Results 1 – 14 of 14) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_controller.cc152 HttpAuthController::HttpAuthController( in HttpAuthController() function in net::HttpAuthController
166 io_callback_(this, &HttpAuthController::OnIOComplete)), in HttpAuthController()
170 HttpAuthController::~HttpAuthController() { in ~HttpAuthController()
175 int HttpAuthController::MaybeGenerateAuthToken(const HttpRequestInfo* request, in MaybeGenerateAuthToken()
204 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) { in SelectPreemptiveAuth()
242 void HttpAuthController::AddAuthorizationHeader( in AddAuthorizationHeader()
255 int HttpAuthController::HandleAuthChallenge( in HandleAuthChallenge()
369 void HttpAuthController::ResetAuth(const string16& username, in ResetAuth()
411 bool HttpAuthController::HaveAuthHandler() const { in HaveAuthHandler()
415 bool HttpAuthController::HaveAuth() const { in HaveAuth()
[all …]
Dhttp_auth_controller.h31 class HttpAuthController : public base::RefCounted<HttpAuthController>,
36 HttpAuthController(HttpAuth::Target target,
83 friend class base::RefCounted<HttpAuthController>;
85 virtual ~HttpAuthController();
164 CompletionCallbackImpl<HttpAuthController> io_callback_;
Dhttp_stream_factory_impl_job.h25 class HttpAuthController; variable
126 HttpAuthController* auth_controller);
246 scoped_refptr<HttpAuthController>
Dhttp_network_transaction.h28 class HttpAuthController; variable
73 HttpAuthController* auth_controller);
217 scoped_refptr<HttpAuthController>
Dhttp_auth_controller_unittest.cc64 scoped_refptr<HttpAuthController> controller( in RunSingleRoundAuthTest()
65 new HttpAuthController(HttpAuth::AUTH_PROXY, in RunSingleRoundAuthTest()
Dhttp_proxy_client_socket.h59 const scoped_refptr<HttpAuthController>& auth_controller() { in auth_controller()
158 scoped_refptr<HttpAuthController> auth_;
Dhttp_stream_factory.h24 class HttpAuthController; variable
97 HttpAuthController* auth_controller) = 0;
Dhttp_stream_factory_impl_request.h69 HttpAuthController* auth_controller);
Dhttp_network_transaction.cc426 HttpAuthController* auth_controller) { in OnNeedsProxyAuth()
644 new HttpAuthController(target, in DoGenerateProxyAuthToken()
665 new HttpAuthController(target, in DoGenerateServerAuthToken()
Dhttp_stream_factory_impl_request.cc152 HttpAuthController* auth_controller) { in OnNeedsProxyAuth()
Dhttp_proxy_client_socket.cc44 new HttpAuthController(HttpAuth::AUTH_PROXY, in HttpProxyClientSocket()
Dhttp_stream_factory_impl_job.cc240 HttpAuthController* auth_controller) { in OnNeedsProxyAuthCallback()
/external/chromium/net/spdy/
Dspdy_proxy_client_socket.h58 const scoped_refptr<HttpAuthController>& auth_controller() { in auth_controller()
150 scoped_refptr<HttpAuthController> auth_;
Dspdy_proxy_client_socket.cc40 new HttpAuthController(HttpAuth::AUTH_PROXY, in SpdyProxyClientSocket()