Home
last modified time | relevance | path

Searched refs:SetProtocolHandler (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/cronet/net/url_request/
H A Durl_request_job_factory.cc59 SetProtocolHandler(url::kHttpScheme, std::make_unique<HttpProtocolHandler>( in URLRequestJobFactory()
61 SetProtocolHandler(url::kHttpsScheme, std::make_unique<HttpProtocolHandler>( in URLRequestJobFactory()
64 SetProtocolHandler(url::kWsScheme, std::make_unique<HttpProtocolHandler>( in URLRequestJobFactory()
66 SetProtocolHandler(url::kWssScheme, std::make_unique<HttpProtocolHandler>( in URLRequestJobFactory()
75 bool URLRequestJobFactory::SetProtocolHandler( in SetProtocolHandler() function in net::URLRequestJobFactory
H A Durl_request_job_factory.h51 bool SetProtocolHandler(const std::string& scheme,
H A Durl_request_context_builder.cc191 void URLRequestContextBuilder::SetProtocolHandler( in SetProtocolHandler() function in net::URLRequestContextBuilder
575 job_factory->SetProtocolHandler(scheme_handler.first, in Build()
H A Durl_request_job_factory_unittest.cc77 context_builder->SetProtocolHandler("foo", in TEST()
H A Durl_request_context_builder.h208 void SetProtocolHandler(
H A Durl_request_unittest.cc3958 builder.SetProtocolHandler( in SetUpContextBuilder()