Searched refs:Preconnect (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_job.h51 // Preconnect will attempt to request |num_streams| sockets from the
53 int Preconnect(int num_streams);
H A Dhttp_stream_factory_impl.cc168 job->Preconnect(num_streams);
H A Dhttp_stream_factory_impl_job.cc133 int HttpStreamFactoryImpl::Job::Preconnect(int num_streams) { function in class:net::HttpStreamFactoryImpl::Job
/external/chromium_org/chrome/browser/net/
H A Dload_timing_browsertest.cc504 // Preconnect case. Connect times are all before the request was started.
505 IN_PROC_BROWSER_TEST_F(LoadTimingBrowserTest, Preconnect) {
537 // Preconnect case with a proxy. Connect times are all before the proxy lookup

Completed in 369 milliseconds