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

  /external/chromium/net/http/
http_stream_factory_impl_job.h 48 // Preconnect will attempt to request |num_streams| sockets from the
50 int Preconnect(int num_streams);
79 // Indicates whether or not this job is performing a preconnect.
259 // preconnect.
http_stream_factory_impl.cc 106 job->Preconnect(num_streams);
http_stream_factory_impl_job.cc 94 int HttpStreamFactoryImpl::Job::Preconnect(int num_streams) {
544 // actually need to preconnect any sockets, so we're done.
    [all...]
  /external/chromium_org/net/http/
http_stream_factory_impl_job.h 52 // Preconnect will attempt to request |num_streams| sockets from the
54 int Preconnect(int num_streams);
86 // Indicates whether or not this job is performing a preconnect.
306 // preconnect.
http_stream_factory_impl.cc 177 job->Preconnect(num_streams);
http_stream_factory_impl_job.cc 140 int HttpStreamFactoryImpl::Job::Preconnect(int num_streams) {
772 // actually need to preconnect any sockets, so we're done.
    [all...]
  /external/chromium_org/chrome/browser/net/
load_timing_browsertest.cc 386 // Standard case - new socket, no PAC, no preconnect, no SSL.
501 // Preconnect case. Connect times are all before the request was started.
502 IN_PROC_BROWSER_TEST_F(LoadTimingBrowserTest, Preconnect) {
534 // Preconnect case with a proxy. Connect times are all before the proxy lookup

Completed in 441 milliseconds