Home
last modified time | relevance | path

Searched refs:HttpAuthHandlerFactory (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_handler_factory.h41 class NET_EXPORT HttpAuthHandlerFactory {
48 HttpAuthHandlerFactory() = default;
50 HttpAuthHandlerFactory(const HttpAuthHandlerFactory&) = delete;
51 HttpAuthHandlerFactory& operator=(const HttpAuthHandlerFactory&) = delete;
53 virtual ~HttpAuthHandlerFactory() = default;
172 : public HttpAuthHandlerFactory {
197 std::unique_ptr<HttpAuthHandlerFactory> factory);
257 HttpAuthHandlerFactory* GetSchemeFactory(const std::string& scheme) const;
260 std::map<std::string, std::unique_ptr<HttpAuthHandlerFactory>>;
H A Dhttp_auth_handler_factory.cc57 int HttpAuthHandlerFactory::CreateAuthHandlerFromString( in CreateAuthHandlerFromString()
72 int HttpAuthHandlerFactory::CreatePreemptiveAuthHandlerFromString( in CreatePreemptiveAuthHandlerFromString()
99 HttpAuthHandlerFactory* factory = GetSchemeFactory(scheme); in SetHttpAuthPreferences()
106 std::unique_ptr<HttpAuthHandlerFactory> factory) { in RegisterSchemeFactory()
118 HttpAuthHandlerFactory::CreateDefault( in CreateDefault()
269 HttpAuthHandlerFactory* HttpAuthHandlerRegistryFactory::GetSchemeFactory( in GetSchemeFactory()
H A Dhttp_network_session.h53 class HttpAuthHandlerFactory; variable
194 raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
246 HttpAuthHandlerFactory* http_auth_handler_factory() { in http_auth_handler_factory()
322 const raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
H A Dhttp_auth_controller.h30 class HttpAuthHandlerFactory; variable
92 HttpAuthHandlerFactory* http_auth_handler_factory,
239 const raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
H A Dhttp_auth_handler_factory_unittest.cc38 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
146 HttpAuthHandlerFactory::CreateDefault()); in TEST()
242 HttpAuthHandlerFactory::CreateDefault(&http_auth_preferences)); in TEST()
282 HttpAuthHandlerFactory::CreateDefault()); in TEST()
339 HttpAuthHandlerFactory::CreateDefault()); in TEST()
H A Dhttp_auth.h25 class HttpAuthHandlerFactory; variable
175 HttpAuthHandlerFactory* http_auth_handler_factory,
H A Dhttp_auth_handler_basic.h21 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
H A Dhttp_auth_handler_fuzzer.cc33 net::HttpAuthHandlerFactory::CreateDefault(); in LLVMFuzzerTestOneInput()
H A Dhttp_auth_handler_mock.h40 class Factory : public HttpAuthHandlerFactory {
H A Dhttp_auth_handler_ntlm.h48 class Factory : public HttpAuthHandlerFactory {
H A Dhttp_auth_handler_negotiate.h51 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
H A Dhttp_auth_handler_digest.h71 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
H A Dhttp_auth.cc36 HttpAuthHandlerFactory* http_auth_handler_factory, in ChooseBestChallenge()
H A Dhttp_auth_unittest.cc137 HttpAuthHandlerFactory::CreateDefault()); in TEST()
H A Dhttp_auth_controller.cc148 HttpAuthHandlerFactory* http_auth_handler_factory, in HttpAuthController()
/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_context.h37 class HttpAuthHandlerFactory; variable
150 HttpAuthHandlerFactory* http_auth_handler_factory() const { in http_auth_handler_factory()
268 std::unique_ptr<HttpAuthHandlerFactory> factory);
322 std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
H A Durl_request_context_builder.h54 class HttpAuthHandlerFactory; variable
258 std::unique_ptr<HttpAuthHandlerFactory> factory);
447 std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
H A Durl_request_context.cc186 std::unique_ptr<HttpAuthHandlerFactory> factory) { in set_http_auth_handler_factory()
H A Durl_request_context_builder_unittest.cc69 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
H A Durl_request_context_builder.cc233 std::unique_ptr<HttpAuthHandlerFactory> factory) { in SetHttpAuthHandlerFactory()
/aosp_15_r20/external/cronet/net/socket/
H A Dconnect_job.h42 class HttpAuthHandlerFactory; variable
69 HttpAuthHandlerFactory* http_auth_handler_factory,
93 raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
H A Dconnect_job.cc34 HttpAuthHandlerFactory* http_auth_handler_factory, in CommonConnectJobParams()
/aosp_15_r20/external/cronet/net/quic/
H A Dquic_end_to_end_unittest.cc95 auth_handler_factory_(HttpAuthHandlerFactory::CreateDefault()) { in QuicEndToEndTest()
220 std::unique_ptr<HttpAuthHandlerFactory> auth_handler_factory_;
H A Dquic_proxy_client_socket_test_base.cc82 http_auth_handler_factory_(HttpAuthHandlerFactory::CreateDefault()) { in QuicProxyClientSocketTestBase()
/aosp_15_r20/external/cronet/net/spdy/
H A Dspdy_test_util_common.h193 std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;

12