OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TCPClientSocketWin
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/socket/
tcp_client_socket.h
21
typedef
TCPClientSocketWin
TCPClientSocket;
tcp_client_socket_win.cc
61
// there is a network IO operation in progress. If the owner
TCPClientSocketWin
65
class
TCPClientSocketWin
::Core : public base::RefCounted<Core> {
67
explicit Core(
TCPClientSocketWin
* socket);
73
// The
TCPClientSocketWin
is going away.
129
TCPClientSocketWin
* socket_;
151
TCPClientSocketWin
::Core::Core(
152
TCPClientSocketWin
* socket)
162
TCPClientSocketWin
::Core::~Core() {
173
void
TCPClientSocketWin
::Core::WatchForRead() {
180
void
TCPClientSocketWin
::Core::WatchForWrite()
[
all
...]
tcp_client_socket_win.h
21
class
TCPClientSocketWin
: public ClientSocket, base::NonThreadSafe {
26
TCPClientSocketWin
(const AddressList& addresses,
30
virtual ~
TCPClientSocketWin
();
142
DISALLOW_COPY_AND_ASSIGN(
TCPClientSocketWin
);
Completed in 39 milliseconds