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

/external/webrtc/webrtc/base/
H A Dwin32socketserver.cc138 // Win32Socket::EventSink
150 class Win32Socket::EventSink : public Win32Window { class in class:rtc::Win32Socket
152 explicit EventSink(Win32Socket * parent) : parent_(parent) { } function in class:rtc::Win32Socket::EventSink
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,
216 void Win32Socket::EventSink::OnNcDestroy() {
218 LOG(LS_ERROR) << "EventSink hwnd is being destroyed, but the event sink"
550 sink_ = new EventSink(thi
[all...]

Completed in 59 milliseconds