Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_stream_factory_job_controller_unittest.cc230 class HttpStreamFactoryJobControllerTestBase : public TestWithTaskEnvironment { class
232 explicit HttpStreamFactoryJobControllerTestBase( in HttpStreamFactoryJobControllerTestBase() function in net::test::HttpStreamFactoryJobControllerTestBase
333 HttpStreamFactoryJobControllerTestBase(
334 const HttpStreamFactoryJobControllerTestBase&) = delete;
335 HttpStreamFactoryJobControllerTestBase& operator=(
336 const HttpStreamFactoryJobControllerTestBase&) = delete;
338 ~HttpStreamFactoryJobControllerTestBase() override { in ~HttpStreamFactoryJobControllerTestBase()
482 : public HttpStreamFactoryJobControllerTestBase,
486 : HttpStreamFactoryJobControllerTestBase(GetParam()) {} in HttpStreamFactoryJobControllerTest()
599 : public HttpStreamFactoryJobControllerTestBase {
[all …]