Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dwin32_socket_server.h82 class EventSink; variable
83 friend class EventSink; variable
84 EventSink* sink_;
Dwin32_socket_server.cc121 class Win32Socket::EventSink : public Win32Window { class in rtc::Win32Socket
123 explicit EventSink(Win32Socket* parent) : parent_(parent) {} in EventSink() function in rtc::Win32Socket::EventSink
140 void Win32Socket::EventSink::Dispose() { in Dispose()
149 bool Win32Socket::EventSink::OnMessage(UINT uMsg, in OnMessage()
163 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, in OnSocketNotify()
183 bool Win32Socket::EventSink::OnDnsNotify(WPARAM wParam, in OnDnsNotify()
194 void Win32Socket::EventSink::OnNcDestroy() { in OnNcDestroy()
506 sink_ = new EventSink(this); in CreateSink()