HomeSort by relevance Sort by last modified time
    Searched refs:Preconnect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/http/
http_stream_factory_impl_job.h 51 // Preconnect will attempt to request |num_streams| sockets from the
53 int Preconnect(int num_streams);
88 // Indicates whether or not this job is performing a preconnect.
323 // preconnect.
http_stream_factory_impl.cc 168 job->Preconnect(num_streams);
http_stream_factory_impl_job.cc 133 int HttpStreamFactoryImpl::Job::Preconnect(int num_streams) {
231 // preconnect state.
785 // actually need to preconnect any sockets, so we're done.
    [all...]
  /external/chromium_org/chrome/browser/net/
load_timing_browsertest.cc 389 // Standard case - new socket, no PAC, no preconnect, no SSL.
504 // 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 118 milliseconds