Searched refs:HttpAuthController (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/net/http/
H A Dproxy_client_socket.h18 class HttpAuthController;
23 class HttpAuthController;
38 // Returns the HttpAuthController which can be used
40 virtual const scoped_refptr<HttpAuthController>& GetAuthController() const
44 // credentials should be added to the HttpAuthController before calling
68 static int HandleProxyAuthChallenge(HttpAuthController* auth,
H A Dhttp_auth_controller.h31 class NET_EXPORT_PRIVATE HttpAuthController class in namespace:net
32 : public base::RefCounted<HttpAuthController>,
37 HttpAuthController(HttpAuth::Target target,
85 friend class base::RefCounted<HttpAuthController>;
87 virtual ~HttpAuthController();
H A Dhttp_auth_controller.cc154 HttpAuthController::HttpAuthController( function in class:net::HttpAuthController
169 HttpAuthController::~HttpAuthController() {
173 int HttpAuthController::MaybeGenerateAuthToken(
187 base::Bind(&HttpAuthController::OnIOComplete, base::Unretained(this)),
198 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) {
235 void HttpAuthController::AddAuthorizationHeader(
248 int HttpAuthController::HandleAuthChallenge(
384 void HttpAuthController
[all...]
H A Dhttp_stream_factory_impl_job.h29 class HttpAuthController;
139 HttpAuthController* auth_controller);
292 scoped_refptr<HttpAuthController>
H A Dhttp_auth_controller_unittest.cc41 // Runs an HttpAuthController with a single round mock auth handler
70 scoped_refptr<HttpAuthController> controller(
71 new HttpAuthController(HttpAuth::AUTH_PROXY,
94 // permanent error, the HttpAuthController should disable the scheme
107 // different code paths in HttpAuthController when generating
207 scoped_refptr<HttpAuthController> controller(
208 new HttpAuthController(HttpAuth::AUTH_SERVER,
H A Dhttp_proxy_client_socket.h59 virtual const scoped_refptr<HttpAuthController>& GetAuthController() const
150 scoped_refptr<HttpAuthController> auth_;
H A Dhttp_stream_factory.h38 class HttpAuthController;
122 HttpAuthController* auth_controller) = 0;
H A Dhttp_stream_factory_impl_request_unittest.cc53 HttpAuthController* auth_controller) OVERRIDE {}
H A Dproxy_client_socket.cc46 int ProxyClientSocket::HandleProxyAuthChallenge(HttpAuthController* auth,
H A Dhttp_network_transaction.h29 class HttpAuthController;
92 HttpAuthController* auth_controller) OVERRIDE;
257 scoped_refptr<HttpAuthController>
H A Dhttp_stream_factory_impl_request.h95 HttpAuthController* auth_controller);
H A Dhttp_proxy_client_socket.cc45 new HttpAuthController(HttpAuth::AUTH_PROXY,
86 const scoped_refptr<HttpAuthController>&
/external/chromium/net/http/
H A Dhttp_auth_controller.h31 class HttpAuthController : public base::RefCounted<HttpAuthController>, class in namespace:net
36 HttpAuthController(HttpAuth::Target target,
83 friend class base::RefCounted<HttpAuthController>;
85 virtual ~HttpAuthController();
164 CompletionCallbackImpl<HttpAuthController> io_callback_;
H A Dhttp_auth_controller.cc152 HttpAuthController::HttpAuthController( function in class:net::HttpAuthController
166 io_callback_(this, &HttpAuthController::OnIOComplete)),
170 HttpAuthController::~HttpAuthController() {
175 int HttpAuthController::MaybeGenerateAuthToken(const HttpRequestInfo* request,
204 bool HttpAuthController::SelectPreemptiveAuth(const BoundNetLog& net_log) {
242 void HttpAuthController::AddAuthorizationHeader(
255 int HttpAuthController::HandleAuthChallenge(
369 void HttpAuthController
[all...]
H A Dhttp_auth_controller_unittest.cc31 // Runs an HttpAuthController with a single round mock auth handler
64 scoped_refptr<HttpAuthController> controller(
65 new HttpAuthController(HttpAuth::AUTH_PROXY,
88 // permanent error, the HttpAuthController should disable the scheme
101 // different code paths in HttpAuthController when generating
H A Dhttp_stream_factory_impl_job.h25 class HttpAuthController;
126 HttpAuthController* auth_controller);
246 scoped_refptr<HttpAuthController>
H A Dhttp_network_transaction.h28 class HttpAuthController;
73 HttpAuthController* auth_controller);
217 scoped_refptr<HttpAuthController>
H A Dhttp_proxy_client_socket.h55 // credentials should be added to the HttpAuthController before calling
59 const scoped_refptr<HttpAuthController>& auth_controller() {
158 scoped_refptr<HttpAuthController> auth_;
H A Dhttp_stream_factory.h24 class HttpAuthController;
97 HttpAuthController* auth_controller) = 0;
H A Dhttp_stream_factory_impl_request.h69 HttpAuthController* auth_controller);
H A Dhttp_stream_factory_impl_request.cc152 HttpAuthController* auth_controller) {
/external/chromium/net/spdy/
H A Dspdy_proxy_client_socket.h58 const scoped_refptr<HttpAuthController>& auth_controller() {
150 scoped_refptr<HttpAuthController> auth_;
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.h62 virtual const scoped_refptr<HttpAuthController>& GetAuthController() const
147 scoped_refptr<HttpAuthController> auth_;
H A Dspdy_proxy_client_socket.cc40 new HttpAuthController(HttpAuth::AUTH_PROXY,
76 const scoped_refptr<HttpAuthController>&
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.h34 class HttpAuthController;
359 scoped_refptr<HttpAuthController> proxy_auth_controller_;

Completed in 2317 milliseconds

12