Searched refs:OnSocketNotify (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dwin32socketserver.cc158 bool OnSocketNotify(UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT& result);
178 return OnSocketNotify(uMsg, wParam, lParam, result);
185 bool Win32Socket::EventSink::OnSocketNotify(UINT uMsg, WPARAM wParam, function in class:rtc::Win32Socket::EventSink
199 parent_->OnSocketNotify(static_cast<SOCKET>(wParam), wsa_event, wsa_error);
616 void Win32Socket::OnSocketNotify(SOCKET socket, int event, int error) { function in class:rtc::Win32Socket
H A Dwin32socketserver.h68 void OnSocketNotify(SOCKET socket, int event, int error);

Completed in 59 milliseconds