OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TCPListenSocketFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/socket/
tcp_listen_socket.h
44
class NET_EXPORT
TCPListenSocketFactory
: public StreamListenSocketFactory {
46
TCPListenSocketFactory
(const std::string& ip, int port);
47
virtual ~
TCPListenSocketFactory
();
57
DISALLOW_COPY_AND_ASSIGN(
TCPListenSocketFactory
);
tcp_listen_socket.cc
113
TCPListenSocketFactory
::
TCPListenSocketFactory
(const string& ip, int port)
118
TCPListenSocketFactory
::~
TCPListenSocketFactory
() {}
120
scoped_ptr<StreamListenSocket>
TCPListenSocketFactory
::CreateAndListen(
Completed in 499 milliseconds