/external/cronet/net/http/ |
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>>;
|
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()
|
D | http_auth_controller.h | 30 class HttpAuthHandlerFactory; variable 92 HttpAuthHandlerFactory* http_auth_handler_factory, 239 const raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
|
D | http_network_session.h | 54 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_;
|
D | http_auth.h | 25 class HttpAuthHandlerFactory; variable 175 HttpAuthHandlerFactory* http_auth_handler_factory,
|
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()
|
D | http_auth_handler_basic.h | 21 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
|
D | http_auth_handler_fuzzer.cc | 33 net::HttpAuthHandlerFactory::CreateDefault(); in LLVMFuzzerTestOneInput()
|
D | http_auth_handler_mock.h | 40 class Factory : public HttpAuthHandlerFactory {
|
D | http_auth_handler_ntlm.h | 48 class Factory : public HttpAuthHandlerFactory {
|
D | http_auth_handler_negotiate.h | 51 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
|
D | http_auth_handler_digest.h | 71 class NET_EXPORT_PRIVATE Factory : public HttpAuthHandlerFactory {
|
D | http_auth.cc | 36 HttpAuthHandlerFactory* http_auth_handler_factory, in ChooseBestChallenge()
|
D | http_auth_unittest.cc | 137 HttpAuthHandlerFactory::CreateDefault()); in TEST()
|
D | http_auth_controller.cc | 49 HttpAuthHandlerFactory* http_auth_handler_factory, in HttpAuthController()
|
/external/cronet/net/url_request/ |
D | url_request_context.h | 37 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_;
|
D | url_request_context_builder.h | 58 class HttpAuthHandlerFactory; variable 256 std::unique_ptr<HttpAuthHandlerFactory> factory); 440 std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory_;
|
D | url_request_context.cc | 174 std::unique_ptr<HttpAuthHandlerFactory> factory) { in set_http_auth_handler_factory()
|
D | url_request_context_builder_unittest.cc | 70 class MockHttpAuthHandlerFactory : public HttpAuthHandlerFactory {
|
D | url_request_context_builder.cc | 236 std::unique_ptr<HttpAuthHandlerFactory> factory) { in SetHttpAuthHandlerFactory()
|
D | url_request_test_util.cc | 83 builder->SetHttpAuthHandlerFactory(HttpAuthHandlerFactory::CreateDefault()); in CreateTestURLRequestContextBuilder()
|
/external/cronet/net/socket/ |
D | connect_job.h | 39 class HttpAuthHandlerFactory; variable 64 HttpAuthHandlerFactory* http_auth_handler_factory, 83 raw_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
|
D | connect_job.cc | 34 HttpAuthHandlerFactory* http_auth_handler_factory, in CommonConnectJobParams()
|
/external/cronet/net/quic/ |
D | quic_end_to_end_unittest.cc | 95 auth_handler_factory_(HttpAuthHandlerFactory::CreateDefault()) { in QuicEndToEndTest() 222 std::unique_ptr<HttpAuthHandlerFactory> auth_handler_factory_;
|
/external/cronet/net/spdy/ |
D | spdy_test_util_common.h | 190 std::unique_ptr<HttpAuthHandlerFactory> http_auth_handler_factory;
|