OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_reused
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/net/socket/
client_socket_handle.cc
118
bool
is_reused
,
125
load_timing_info->socket_reused =
is_reused
;
128
if (
is_reused
)
client_socket_handle.h
53
// call
is_reused
() to see if the socket was reused. If not reusing an
117
// the socket id. |
is_reused
| is needed because the handle may not have full
121
bool GetLoadTimingInfo(bool
is_reused
,
164
bool
is_reused
() const { return reuse_type_ == REUSED_IDLE; }
function in class:net::ClientSocketHandle
transport_client_socket_pool_test_util.cc
289
// Only pass true in as |
is_reused
|, as in general, HttpStream types should
301
EXPECT_FALSE(handle.
is_reused
());
client_socket_pool_base_unittest.cc
53
// Only pass true in as |
is_reused
|, as in general, HttpStream types should
66
// of a connection where |
is_reused
| is false may consider the connection
69
EXPECT_FALSE(handle.
is_reused
());
88
EXPECT_FALSE(handle.
is_reused
());
[
all
...]
ssl_client_socket_pool.cc
395
if (!transport_socket_handle_->
is_reused
() &&
client_socket_pool_base.cc
[
all
...]
/external/chromium_org/net/http/
http_stream_parser.cc
756
connection_->
is_reused
()) {
[
all
...]
http_stream_factory_impl_job.cc
[
all
...]
Completed in 995 milliseconds