Searched defs:ReadWatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/udp/
H A Dudp_socket_libevent.h99 class ReadWatcher : public MessageLoopForIO::Watcher { class in class:net::UDPSocketLibevent
101 explicit ReadWatcher(UDPSocketLibevent* socket) : socket_(socket) {} function in class:net::UDPSocketLibevent::ReadWatcher
115 DISALLOW_COPY_AND_ASSIGN(ReadWatcher);
168 ReadWatcher read_watcher_;
/external/chromium/net/socket/
H A Dtcp_client_socket_libevent.h78 class ReadWatcher : public MessageLoopForIO::Watcher { class in class:net::TCPClientSocketLibevent
80 explicit ReadWatcher(TCPClientSocketLibevent* socket) : socket_(socket) {} function in class:net::TCPClientSocketLibevent::ReadWatcher
94 DISALLOW_COPY_AND_ASSIGN(ReadWatcher);
164 ReadWatcher read_watcher_;

Completed in 68 milliseconds