Home
last modified time | relevance | path

Searched refs:EventSink (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dwin32socketserver.cc150 class Win32Socket::EventSink : public Win32Window { class in rtc::Win32Socket
152 explicit EventSink(Win32Socket * parent) : parent_(parent) { } in EventSink() function in rtc::Win32Socket::EventSink
167 void Win32Socket::EventSink::Dispose() { in Dispose()
176 bool Win32Socket::EventSink::OnMessage(UINT uMsg, WPARAM wParam, in OnMessage()
188 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam, in OnSocketNotify()
206 bool Win32Socket::EventSink::OnDnsNotify(WPARAM wParam, LPARAM lParam, in OnDnsNotify()
216 void Win32Socket::EventSink::OnNcDestroy() { in OnNcDestroy()
550 sink_ = new EventSink(this); in CreateSink()
Dwin32socketserver.h79 class EventSink; variable
80 friend class EventSink; variable
81 EventSink * sink_;