OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reuse_type_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/socket/
client_socket_handle.h
129
void set_reuse_type(SocketReuseType reuse_type) {
reuse_type_
= reuse_type; }
164
bool is_reused() const { return
reuse_type_
== REUSED_IDLE; }
166
SocketReuseType reuse_type() const { return
reuse_type_
; }
195
SocketReuseType
reuse_type_
;
member in class:net::ClientSocketHandle
client_socket_handle.cc
22
reuse_type_
(ClientSocketHandle::UNUSED),
61
reuse_type_
= ClientSocketHandle::UNUSED;
Completed in 274 milliseconds