/aosp_15_r20/external/cronet/net/http/ |
H A D | http_auth_handler_factory.h | 41 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 D | http_auth_handler_factory.cc | 57 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 D | http_network_session.h | 53 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 D | http_auth_controller.h | 30 class HttpAuthHandlerFactory; variable 92 HttpAuthHandlerFactory* http_auth_handler_factory, 239 const raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
|
H A D | http_auth_handler_factory_unittest.cc | 38 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 D | http_auth.h | 25 class HttpAuthHandlerFactory; variable 175 HttpAuthHandlerFactory* http_auth_handler_factory,
|
H A D | http_auth_handler_basic.h | 21 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
|
H A D | http_auth_handler_fuzzer.cc | 33 net::HttpAuthHandlerFactory::CreateDefault(); in LLVMFuzzerTestOneInput()
|
H A D | http_auth_handler_mock.h | 40 class Factory : public HttpAuthHandlerFactory {
|
H A D | http_auth_handler_ntlm.h | 48 class Factory : public HttpAuthHandlerFactory {
|
H A D | http_auth_handler_negotiate.h | 51 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
|
H A D | http_auth_handler_digest.h | 71 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
|
H A D | http_auth.cc | 36 HttpAuthHandlerFactory* http_auth_handler_factory, in ChooseBestChallenge()
|
H A D | http_auth_unittest.cc | 137 HttpAuthHandlerFactory::CreateDefault()); in TEST()
|
H A D | http_auth_controller.cc | 148 HttpAuthHandlerFactory* http_auth_handler_factory, in HttpAuthController()
|
/aosp_15_r20/external/cronet/net/url_request/ |
H A D | url_request_context.h | 37 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 D | url_request_context_builder.h | 54 class HttpAuthHandlerFactory; variable 258 std::unique_ptr<HttpAuthHandlerFactory> factory); 447 std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
|
H A D | url_request_context.cc | 186 std::unique_ptr<HttpAuthHandlerFactory> factory) { in set_http_auth_handler_factory()
|
H A D | url_request_context_builder_unittest.cc | 69 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
|
H A D | url_request_context_builder.cc | 233 std::unique_ptr<HttpAuthHandlerFactory> factory) { in SetHttpAuthHandlerFactory()
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | connect_job.h | 42 class HttpAuthHandlerFactory; variable 69 HttpAuthHandlerFactory* http_auth_handler_factory, 93 raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
|
H A D | connect_job.cc | 34 HttpAuthHandlerFactory* http_auth_handler_factory, in CommonConnectJobParams()
|
/aosp_15_r20/external/cronet/net/quic/ |
H A D | quic_end_to_end_unittest.cc | 95 auth_handler_factory_(HttpAuthHandlerFactory::CreateDefault()) { in QuicEndToEndTest() 220 std::unique_ptr<HttpAuthHandlerFactory> auth_handler_factory_;
|
H A D | quic_proxy_client_socket_test_base.cc | 82 http_auth_handler_factory_(HttpAuthHandlerFactory::CreateDefault()) { in QuicProxyClientSocketTestBase()
|
/aosp_15_r20/external/cronet/net/spdy/ |
H A D | spdy_test_util_common.h | 193 std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
|