Searched refs:SetProtocolHandler (Results 1 – 6 of 6) sorted by relevance
59 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
51 bool SetProtocolHandler(const std::string& scheme,
191 void URLRequestContextBuilder::SetProtocolHandler( in SetProtocolHandler() function in net::URLRequestContextBuilder575 job_factory->SetProtocolHandler(scheme_handler.first, in Build()
77 context_builder->SetProtocolHandler("foo", in TEST()
208 void SetProtocolHandler(
3958 builder.SetProtocolHandler( in SetUpContextBuilder()