Searched refs:SocketReuseType (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/socket/
H A Dclient_socket_handle.h35 enum SocketReuseType { enum in class:net::ClientSocketHandle
129 void set_reuse_type(SocketReuseType reuse_type) { reuse_type_ = reuse_type; }
166 SocketReuseType reuse_type() const { return reuse_type_; }
195 SocketReuseType reuse_type_;
H A Dclient_socket_pool_base.h537 ClientSocketHandle::SocketReuseType reuse_type,
H A Dclient_socket_pool_base.cc481 ClientSocketHandle::SocketReuseType reuse_type =
976 ClientSocketHandle::SocketReuseType reuse_type,
/external/chromium_org/net/http/
H A Dhttp_stream_parser.cc985 ClientSocketHandle::SocketReuseType reuse_type = connection_->reuse_type();

Completed in 93 milliseconds