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

/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.h28 class HttpAuthController;
152 HttpAuthController* auth_controller);
306 scoped_refptr<HttpAuthController>
H A Dhttp_stream_factory.h36 class HttpAuthController;
121 HttpAuthController* auth_controller) = 0;
H A Dhttp_auth_controller_unittest.cc42 // Runs an HttpAuthController with a single round mock auth handler
71 scoped_refptr<HttpAuthController> controller(
72 new HttpAuthController(HttpAuth::AUTH_PROXY,
95 // permanent error, the HttpAuthController should disable the scheme
108 // different code paths in HttpAuthController when generating
208 scoped_refptr<HttpAuthController> controller(
209 new HttpAuthController(HttpAuth::AUTH_SERVER,
H A Dhttp_proxy_client_socket.h61 virtual const scoped_refptr<HttpAuthController>& GetAuthController() const
152 scoped_refptr<HttpAuthController> auth_;
H A Dhttp_stream_factory_impl_request_unittest.cc52 HttpAuthController* auth_controller) OVERRIDE {}
H A Dproxy_client_socket.cc46 int ProxyClientSocket::HandleProxyAuthChallenge(HttpAuthController* auth,
H A Dhttp_network_transaction.h29 class HttpAuthController;
100 HttpAuthController* auth_controller) OVERRIDE;
264 scoped_refptr<HttpAuthController>
H A Dhttp_stream_factory_impl_request.h88 HttpAuthController* auth_controller);
H A Dhttp_proxy_client_socket.cc47 new HttpAuthController(HttpAuth::AUTH_PROXY,
90 const scoped_refptr<HttpAuthController>&
H A Dhttp_stream_factory_impl_request.cc163 HttpAuthController* auth_controller) {
H A Dhttp_network_transaction.cc540 HttpAuthController* auth_controller) {
797 new HttpAuthController(target,
818 new HttpAuthController(target,
H A Dhttp_stream_factory_impl_job.cc377 HttpAuthController* auth_controller) {
H A Dhttp_stream_factory_impl_unittest.cc181 HttpAuthController* auth_controller) OVERRIDE {}
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket.h62 virtual const scoped_refptr<HttpAuthController>& GetAuthController() const
151 scoped_refptr<HttpAuthController> auth_;
H A Dspdy_proxy_client_socket.cc39 auth_(new HttpAuthController(HttpAuth::AUTH_PROXY,
76 const scoped_refptr<HttpAuthController>&
/external/chromium_org/net/socket_stream/
H A Dsocket_stream.h36 class HttpAuthController;
363 scoped_refptr<HttpAuthController> proxy_auth_controller_;
H A Dsocket_stream.cc794 new HttpAuthController(HttpAuth::AUTH_PROXY,

Completed in 218 milliseconds