OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:reuse_type
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/socket/
client_socket_handle.h
138
SocketReuseType
reuse_type
() const {
function in class:net::ClientSocketHandle
/external/chromium_org/net/socket/
client_socket_handle.h
166
SocketReuseType
reuse_type
() const {
function in class:net::ClientSocketHandle
/external/chromium/net/http/
http_stream_parser.cc
694
ClientSocketHandle::SocketReuseType
reuse_type
= connection_->
reuse_type
();
local
696
reuse_type
== ClientSocketHandle::UNUSED_IDLE;
/external/chromium_org/net/http/
http_pipelined_connection_impl.cc
646
ClientSocketHandle::SocketReuseType
reuse_type
= connection_->
reuse_type
();
local
648
reuse_type
== ClientSocketHandle::UNUSED_IDLE;
http_stream_parser.cc
901
ClientSocketHandle::SocketReuseType
reuse_type
= connection_->
reuse_type
();
local
903
reuse_type
== ClientSocketHandle::UNUSED_IDLE;
[
all
...]
Completed in 505 milliseconds