Searched refs:EventSink (Results 1 – 2 of 2) sorted by relevance
150 class Win32Socket::EventSink : public Win32Window { class in rtc::Win32Socket152 explicit EventSink(Win32Socket * parent) : parent_(parent) { } in EventSink() function in rtc::Win32Socket::EventSink167 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()
79 class EventSink; variable80 friend class EventSink; variable81 EventSink * sink_;