Home
last modified time | relevance | path

Searched refs:WatchForRead (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/socket/
Dtcp_socket_win.cc143 void WatchForRead();
233 void TCPSocketWin::Core::WatchForRead() { in WatchForRead() function in net::TCPSocketWin::Core
823 core_->WatchForRead(); in DoConnect()
908 core_->WatchForRead(); in DoRead()
1013 core_->WatchForRead(); in DidSignalRead()
/external/chromium_org/net/udp/
Dudp_socket_win.cc47 void WatchForRead();
131 void UDPSocketWin::Core::WatchForRead() { in WatchForRead() function in net::UDPSocketWin::Core
655 core_->WatchForRead(); in InternalRecvFrom()