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

/external/chromium_org/net/udp/
H A Dudp_socket_win.h25 class NET_EXPORT UDPSocketWin : NON_EXPORTED_BASE(public base::NonThreadSafe) { class in namespace:net
27 UDPSocketWin(DatagramSocket::BindType bind_type,
31 virtual ~UDPSocketWin();
265 DISALLOW_COPY_AND_ASSIGN(UDPSocketWin);
H A Dudp_socket_win.cc38 // there is a network IO operation in progress. If the owner UDPSocketWin
42 class UDPSocketWin::Core : public base::RefCounted<Core> {
44 explicit Core(UDPSocketWin* socket);
50 // The UDPSocketWin is going away.
94 UDPSocketWin* socket_;
109 UDPSocketWin::Core::Core(UDPSocketWin* socket)
120 UDPSocketWin::Core::~Core() {
131 void UDPSocketWin::Core::WatchForRead() {
138 void UDPSocketWin
239 UDPSocketWin::UDPSocketWin(DatagramSocket::BindType bind_type, function in class:net::UDPSocketWin
[all...]

Completed in 693 milliseconds