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

  /external/chromium_org/third_party/webrtc/base/
win32socketserver.cc 22 // Win32Socket
135 // Win32Socket::EventSink
141 struct Win32Socket::DnsLookup {
147 class Win32Socket::EventSink : public Win32Window {
149 explicit EventSink(Win32Socket * parent) : parent_(parent) { }
161 Win32Socket * parent_;
164 void Win32Socket::EventSink::Dispose() {
173 bool Win32Socket::EventSink::OnMessage(UINT uMsg, WPARAM wParam,
185 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam,
203 bool Win32Socket::EventSink::OnDnsNotify(WPARAM wParam, LPARAM lParam
    [all...]
win32socketserver.h 27 // Win32Socket
30 class Win32Socket : public AsyncSocket {
32 Win32Socket();
33 virtual ~Win32Socket();
50 virtual Win32Socket *Accept(SocketAddress *out_addr);
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
peer_connection_client.cc 51 rtc::Win32Socket* sock = new rtc::Win32Socket();

Completed in 58 milliseconds