OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EventSink
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
win32socketserver.h
79
class
EventSink
;
80
friend class
EventSink
;
81
EventSink
* sink_;
win32socketserver.cc
138
// Win32Socket::
EventSink
150
class Win32Socket::
EventSink
: public Win32Window {
152
explicit
EventSink
(Win32Socket * parent) : parent_(parent) { }
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
(this)
[
all
...]
Completed in 39 milliseconds