OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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);
89
// Indicates whether or not this job is performing a
preconnect
.
309
//
preconnect
.
http_stream_factory_impl.cc
178
job->
Preconnect
(num_streams);
http_stream_factory_impl_job.cc
140
int HttpStreamFactoryImpl::Job::
Preconnect
(int num_streams) {
236
//
preconnect
state.
776
// actually need to
preconnect
any sockets, so we're done.
[
all
...]
/external/chromium_org/chrome/browser/net/
load_timing_browsertest.cc
390
// Standard case - new socket, no PAC, no
preconnect
, no SSL.
505
//
Preconnect
case. Connect times are all before the request was started.
506
IN_PROC_BROWSER_TEST_F(LoadTimingBrowserTest,
Preconnect
) {
538
//
Preconnect
case with a proxy. Connect times are all before the proxy lookup
Completed in 8232 milliseconds