Home
last modified time | relevance | path

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

12

/external/cronet/net/http/
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>>;
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()
Dhttp_auth_controller.h30 class HttpAuthHandlerFactory; variable
92 HttpAuthHandlerFactory* http_auth_handler_factory,
239 const raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
Dhttp_network_session.h54 class HttpAuthHandlerFactory; variable
203 raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
255 HttpAuthHandlerFactory* http_auth_handler_factory() { in http_auth_handler_factory()
332 const raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
Dhttp_auth.h25 class HttpAuthHandlerFactory; variable
175 HttpAuthHandlerFactory* http_auth_handler_factory,
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()
Dhttp_auth_handler_basic.h21 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
Dhttp_auth_handler_fuzzer.cc33 net::HttpAuthHandlerFactory::CreateDefault(); in LLVMFuzzerTestOneInput()
Dhttp_auth_handler_mock.h40 class Factory : public HttpAuthHandlerFactory {
Dhttp_auth_handler_ntlm.h48 class Factory : public HttpAuthHandlerFactory {
Dhttp_auth_handler_negotiate.h51 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
Dhttp_auth_handler_digest.h71 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
Dhttp_auth.cc36 HttpAuthHandlerFactory* http_auth_handler_factory, in ChooseBestChallenge()
Dhttp_auth_unittest.cc137 HttpAuthHandlerFactory::CreateDefault()); in TEST()
Dhttp_auth_controller.cc49 HttpAuthHandlerFactory* http_auth_handler_factory, in HttpAuthController()
/external/cronet/net/url_request/
Durl_request_context.h37 class HttpAuthHandlerFactory; variable
147 HttpAuthHandlerFactory* http_auth_handler_factory() const { in http_auth_handler_factory()
257 std::unique_ptr<HttpAuthHandlerFactory> factory);
308 std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
Durl_request_context_builder.h58 class HttpAuthHandlerFactory; variable
256 std::unique_ptr<HttpAuthHandlerFactory> factory);
440 std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
Durl_request_context.cc174 std::unique_ptr<HttpAuthHandlerFactory> factory) { in set_http_auth_handler_factory()
Durl_request_context_builder_unittest.cc70 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
Durl_request_context_builder.cc236 std::unique_ptr<HttpAuthHandlerFactory> factory) { in SetHttpAuthHandlerFactory()
Durl_request_test_util.cc83 builder->SetHttpAuthHandlerFactory(HttpAuthHandlerFactory::CreateDefault()); in CreateTestURLRequestContextBuilder()
/external/cronet/net/socket/
Dconnect_job.h39 class HttpAuthHandlerFactory; variable
64 HttpAuthHandlerFactory* http_auth_handler_factory,
83 raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
Dconnect_job.cc34 HttpAuthHandlerFactory* http_auth_handler_factory, in CommonConnectJobParams()
/external/cronet/net/quic/
Dquic_end_to_end_unittest.cc95 auth_handler_factory_(HttpAuthHandlerFactory::CreateDefault()) { in QuicEndToEndTest()
222 std::unique_ptr<HttpAuthHandlerFactory> auth_handler_factory_;
/external/cronet/net/spdy/
Dspdy_test_util_common.h190 std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;

12