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

/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver.h27 // Win32Socket
30 class Win32Socket : public AsyncSocket { class in namespace:rtc
32 Win32Socket();
33 virtual ~Win32Socket();
50 virtual Win32Socket *Accept(SocketAddress *out_addr);
H A Dwin32socketserver.cc22 // 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
226 Win32Socket::Win32Socket() function in class:rtc::Win32Socket
[all...]

Completed in 668 milliseconds