Home
last modified time | relevance | path

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

1234

/external/cronet/tot/net/http/
Dhttp_auth_controller.cc143 HttpAuthController::HttpAuthController( in HttpAuthController() function in net::HttpAuthController
162 HttpAuthController::~HttpAuthController() { in ~HttpAuthController()
168 void HttpAuthController::BindToCallingNetLog( in BindToCallingNetLog()
181 int HttpAuthController::MaybeGenerateAuthToken( in MaybeGenerateAuthToken()
199 base::BindOnce(&HttpAuthController::OnGenerateAuthTokenDone, in MaybeGenerateAuthToken()
211 bool HttpAuthController::SelectPreemptiveAuth( in SelectPreemptiveAuth()
251 void HttpAuthController::AddAuthorizationHeader( in AddAuthorizationHeader()
264 int HttpAuthController::HandleAuthChallenge( in HandleAuthChallenge()
392 void HttpAuthController::ResetAuth(const AuthCredentials& credentials) { in ResetAuth()
435 bool HttpAuthController::HaveAuthHandler() const { in HaveAuthHandler()
[all …]
Dproxy_client_socket.h20 class HttpAuthController; variable
23 class HttpAuthController; variable
42 virtual const scoped_refptr<HttpAuthController>& GetAuthController() const
70 static int HandleProxyAuthChallenge(HttpAuthController* auth,
Dhttp_auth_controller.h47 class NET_EXPORT_PRIVATE HttpAuthController
48 : public base::RefCounted<HttpAuthController> {
88 HttpAuthController(HttpAuth::Target target,
149 friend class base::RefCounted<HttpAuthController>;
151 ~HttpAuthController();
Dhttp_proxy_client_socket.h51 scoped_refptr<HttpAuthController> http_auth_controller,
64 const scoped_refptr<HttpAuthController>& GetAuthController() const override;
157 scoped_refptr<HttpAuthController> auth_;
Dhttp_auth_controller_unittest.cc81 scoped_refptr<HttpAuthController> controller( in RunSingleRoundAuthTest()
82 base::MakeRefCounted<HttpAuthController>( in RunSingleRoundAuthTest()
272 scoped_refptr<HttpAuthController> controller( in TEST()
273 base::MakeRefCounted<HttpAuthController>( in TEST()
Dhttp_proxy_client_socket_fuzzer.cc62 scoped_refptr<net::HttpAuthController> auth_controller( in LLVMFuzzerTestOneInput()
63 base::MakeRefCounted<net::HttpAuthController>( in LLVMFuzzerTestOneInput()
Dhttp_proxy_connect_job.h34 class HttpAuthController; variable
191 HttpAuthController* auth_controller,
314 scoped_refptr<HttpAuthController> http_auth_controller_;
Dhttp_stream_request.h33 class HttpAuthController; variable
103 HttpAuthController* auth_controller) = 0;
/external/cronet/stable/net/http/
Dhttp_auth_controller.cc143 HttpAuthController::HttpAuthController( in HttpAuthController() function in net::HttpAuthController
162 HttpAuthController::~HttpAuthController() { in ~HttpAuthController()
168 void HttpAuthController::BindToCallingNetLog( in BindToCallingNetLog()
181 int HttpAuthController::MaybeGenerateAuthToken( in MaybeGenerateAuthToken()
199 base::BindOnce(&HttpAuthController::OnGenerateAuthTokenDone, in MaybeGenerateAuthToken()
211 bool HttpAuthController::SelectPreemptiveAuth( in SelectPreemptiveAuth()
251 void HttpAuthController::AddAuthorizationHeader( in AddAuthorizationHeader()
264 int HttpAuthController::HandleAuthChallenge( in HandleAuthChallenge()
392 void HttpAuthController::ResetAuth(const AuthCredentials& credentials) { in ResetAuth()
435 bool HttpAuthController::HaveAuthHandler() const { in HaveAuthHandler()
[all …]
Dproxy_client_socket.h20 class HttpAuthController; variable
23 class HttpAuthController; variable
42 virtual const scoped_refptr<HttpAuthController>& GetAuthController() const
70 static int HandleProxyAuthChallenge(HttpAuthController* auth,
Dhttp_auth_controller.h47 class NET_EXPORT_PRIVATE HttpAuthController
48 : public base::RefCounted<HttpAuthController> {
88 HttpAuthController(HttpAuth::Target target,
149 friend class base::RefCounted<HttpAuthController>;
151 ~HttpAuthController();
Dhttp_proxy_client_socket.h51 scoped_refptr<HttpAuthController> http_auth_controller,
64 const scoped_refptr<HttpAuthController>& GetAuthController() const override;
157 scoped_refptr<HttpAuthController> auth_;
Dhttp_auth_controller_unittest.cc81 scoped_refptr<HttpAuthController> controller( in RunSingleRoundAuthTest()
82 base::MakeRefCounted<HttpAuthController>( in RunSingleRoundAuthTest()
272 scoped_refptr<HttpAuthController> controller( in TEST()
273 base::MakeRefCounted<HttpAuthController>( in TEST()
Dhttp_proxy_client_socket_fuzzer.cc62 scoped_refptr<net::HttpAuthController> auth_controller( in LLVMFuzzerTestOneInput()
63 base::MakeRefCounted<net::HttpAuthController>( in LLVMFuzzerTestOneInput()
Dhttp_proxy_connect_job.h34 class HttpAuthController; variable
191 HttpAuthController* auth_controller,
314 scoped_refptr<HttpAuthController> http_auth_controller_;
Dhttp_stream_request.h33 class HttpAuthController; variable
103 HttpAuthController* auth_controller) = 0;
Dhttp_stream_factory_job.h46 class HttpAuthController; variable
106 HttpAuthController* auth_controller) = 0;
276 HttpAuthController* auth_controller,
/external/cronet/tot/net/quic/
Dquic_proxy_client_socket.h24 class HttpAuthController; variable
43 scoped_refptr<HttpAuthController> auth_controller,
54 const scoped_refptr<HttpAuthController>& GetAuthController() const override;
139 scoped_refptr<HttpAuthController> auth_;
/external/cronet/stable/net/quic/
Dquic_proxy_client_socket.h24 class HttpAuthController; variable
43 scoped_refptr<HttpAuthController> auth_controller,
54 const scoped_refptr<HttpAuthController>& GetAuthController() const override;
139 scoped_refptr<HttpAuthController> auth_;
/external/cronet/tot/net/socket/
Dconnect_job_test_util.h42 HttpAuthController* auth_controller,
61 scoped_refptr<HttpAuthController> auth_controller() { in auth_controller()
85 scoped_refptr<HttpAuthController> auth_controller_;
Dconnect_job.h41 class HttpAuthController; variable
171 HttpAuthController* auth_controller,
305 HttpAuthController* auth_controller,
/external/cronet/stable/net/socket/
Dconnect_job_test_util.h42 HttpAuthController* auth_controller,
61 scoped_refptr<HttpAuthController> auth_controller() { in auth_controller()
85 scoped_refptr<HttpAuthController> auth_controller_;
Dconnect_job.h41 class HttpAuthController; variable
171 HttpAuthController* auth_controller,
305 HttpAuthController* auth_controller,
/external/cronet/tot/net/spdy/
Dspdy_proxy_client_socket.h56 scoped_refptr<HttpAuthController> auth_controller,
67 const scoped_refptr<HttpAuthController>& GetAuthController() const override;
162 scoped_refptr<HttpAuthController> auth_;
/external/cronet/stable/net/spdy/
Dspdy_proxy_client_socket.h56 scoped_refptr<HttpAuthController> auth_controller,
67 const scoped_refptr<HttpAuthController>& GetAuthController() const override;
162 scoped_refptr<HttpAuthController> auth_;

1234