OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_reused
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/net/socket/
client_socket_handle.h
53
// call
is_reused
() to see if the socket was reused. If not reusing an
111
// the socket id. |
is_reused
| is needed because the handle may not have full
115
bool GetLoadTimingInfo(bool
is_reused
,
119
void set_is_reused(bool
is_reused
) { is_reused_ =
is_reused
; }
151
bool
is_reused
() const { return is_reused_; }
function in class:net::ClientSocketHandle
154
if (
is_reused
()) {
client_socket_handle.cc
107
bool
is_reused
,
114
load_timing_info->socket_reused =
is_reused
;
117
if (
is_reused
)
client_socket_pool_base_unittest.cc
52
// Only pass true in as |
is_reused
|, as in general, HttpStream types should
65
// of a connection where |
is_reused
| is false may consider the connection
68
EXPECT_FALSE(handle.
is_reused
());
87
EXPECT_FALSE(handle.
is_reused
());
[
all
...]
transport_client_socket_pool_unittest.cc
43
// Only pass true in as |
is_reused
|, as in general, HttpStream types should
56
// of a connection where |
is_reused
| is false may consider the connection
59
EXPECT_FALSE(handle.
is_reused
());
[
all
...]
ssl_client_socket_pool.cc
278
if (!transport_socket_handle_->
is_reused
() &&
/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/net/http/
http_stream_factory_impl_job.cc
679
if (!connection_->
is_reused
()) {
725
if (connection_->socket() && !connection_->
is_reused
())
[
all
...]
http_stream_parser.cc
370
connection_->
is_reused
()) {
695
return connection_->
is_reused
() ||
/external/chromium_org/net/http/
http_stream_parser.cc
533
connection_->
is_reused
()) {
896
return connection_->
is_reused
() ||
[
all
...]
http_stream_factory_impl_job.cc
[
all
...]
http_pipelined_connection_impl.cc
647
return connection_->
is_reused
() ||
Completed in 537 milliseconds