HomeSort by relevance Sort by last modified time
    Searched defs:UDPSocketWin (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/udp/
udp_socket_win.cc 24 void UDPSocketWin::ReadDelegate::OnObjectSignaled(HANDLE object) {
29 void UDPSocketWin::WriteDelegate::OnObjectSignaled(HANDLE object) {
34 UDPSocketWin::UDPSocketWin(net::NetLog* net_log,
54 UDPSocketWin::~UDPSocketWin() {
59 void UDPSocketWin::Close() {
77 int UDPSocketWin::GetPeerAddress(IPEndPoint* address) const {
99 int UDPSocketWin::GetLocalAddress(IPEndPoint* address) const {
121 int UDPSocketWin::Read(IOBuffer* buf
    [all...]
udp_socket_win.h 24 class UDPSocketWin : public base::NonThreadSafe {
26 UDPSocketWin(net::NetLog* net_log,
28 virtual ~UDPSocketWin();
101 explicit ReadDelegate(UDPSocketWin* socket) : socket_(socket) {}
108 UDPSocketWin* const socket_;
113 explicit WriteDelegate(UDPSocketWin* socket) : socket_(socket) {}
120 UDPSocketWin* const socket_;
180 DISALLOW_COPY_AND_ASSIGN(UDPSocketWin);

Completed in 87 milliseconds