OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_reused
(Results
1 - 12
of
12
) sorted by null
/external/chromium/net/socket/
client_socket_handle.h
52
// call
is_reused
() to see if the socket was reused. If not reusing an
104
void set_is_reused(bool
is_reused
) { is_reused_ =
is_reused
; }
136
bool
is_reused
() const { return is_reused_; }
function in class:net::ClientSocketHandle
139
if (
is_reused
()) {
client_socket_pool_base_unittest.cc
[
all
...]
/external/chromium_org/net/socket/
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
,
129
void set_is_reused(bool
is_reused
) { is_reused_ =
is_reused
; }
164
bool
is_reused
() const { return is_reused_; }
function in class:net::ClientSocketHandle
167
if (
is_reused
()) {
client_socket_handle.cc
118
bool
is_reused
,
125
load_timing_info->socket_reused =
is_reused
;
128
if (
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
307
if (!transport_socket_handle_->
is_reused
() &&
transport_client_socket_pool_unittest.cc
44
// Only pass true in as |
is_reused
|, as in general, HttpStream types should
57
// of a connection where |
is_reused
| is false may consider the connection
60
EXPECT_FALSE(handle.
is_reused
());
[
all
...]
/external/chromium/net/http/
http_stream_parser.cc
370
connection_->
is_reused
()) {
695
return connection_->
is_reused
() ||
http_stream_factory_impl_job.cc
679
if (!connection_->
is_reused
()) {
725
if (connection_->socket() && !connection_->
is_reused
())
[
all
...]
/external/chromium_org/net/http/
http_stream_parser.cc
534
connection_->
is_reused
()) {
902
return connection_->
is_reused
() ||
[
all
...]
http_stream_factory_impl_job.cc
[
all
...]
http_pipelined_connection_impl.cc
647
return connection_->
is_reused
() ||
Completed in 547 milliseconds