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

  /external/webrtc/webrtc/base/
win32socketserver.h 27 // Win32Socket
30 class Win32Socket : public AsyncSocket {
32 Win32Socket();
33 virtual ~Win32Socket();
50 virtual Win32Socket *Accept(SocketAddress *out_addr);
win32socketserver.cc 25 // Win32Socket
138 // Win32Socket::EventSink
144 struct Win32Socket::DnsLookup {
150 class Win32Socket::EventSink : public Win32Window {
152 explicit EventSink(Win32Socket * parent) : parent_(parent) { }
164 Win32Socket * parent_;
167 void Win32Socket::EventSink::Dispose() {
176 bool Win32Socket::EventSink::OnMessage(UINT uMsg, WPARAM wParam,
188 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam,
206 bool Win32Socket::EventSink::OnDnsNotify(WPARAM wParam, LPARAM lParam
    [all...]

Completed in 251 milliseconds