HomeSort by relevance Sort by last modified time
    Searched defs:OnClose (Results 1 - 13 of 13) sorted by null

  /external/webrtc/webrtc/base/
win32window.h 42 virtual bool OnClose() { return true; }
testechoserver.h 48 packet_socket->SignalClose.connect(this, &TestEchoServer::OnClose);
58 void OnClose(AsyncPacketSocket* socket, int err) {
socket_unittest.cc 563 void OnClose(AsyncSocket* socket, int error) {
578 client->SignalCloseEvent.connect(&closer, &SocketCloser::OnClose);
    [all...]
  /external/lzma/CPP/Windows/Control/
Window2.h 36 virtual void OnClose() { Destroy(); }
Dialog.h 108 virtual void OnClose() {}
137 virtual void OnClose() { Destroy(); }
152 virtual void OnClose() { End(IDCLOSE); }
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 166 wx.EVT_CLOSE(self, self.OnClose)
495 def OnClose(self, event):
JetCtrls.py 554 wx.EVT_CLOSE(self, self.OnClose)
559 def OnClose(self, event):
JetDialogs.py 296 wx.EVT_CLOSE(self, self.OnClose)
309 def OnClose(self, event):
588 wx.EVT_CLOSE(self, self.OnClose)
639 def OnClose(self, event):
    [all...]
JetCreator.py 97 wx.EVT_CLOSE(self, self.OnClose)
    [all...]
  /external/webrtc/webrtc/examples/peerconnection/client/
peer_connection_client.cc 62 &PeerConnectionClient::OnClose);
64 &PeerConnectionClient::OnClose);
320 OnClose(socket, 0);
482 void PeerConnectionClient::OnClose(rtc::AsyncSocket* socket, int err) {
  /external/webrtc/webrtc/p2p/base/
tcpport.cc 39 * | | OnClose | |
50 * | | | OnClose | |
55 * | | OnClose |
225 // as OnClose should always be called and set connected to false.
338 // Sending after OnClose on active side will trigger a reconnect for a
410 OnClose(socket, 0);
414 void TCPConnection::OnClose(rtc::AsyncPacketSocket* socket, int error) {
418 // Guard against the condition where IPC socket will call OnClose for every
433 // OnClose could be called when the underneath socket times out during the
457 // Only reconnect for an outgoing TCPConnection when OnClose was signaled an
    [all...]
  /external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
ChooserDialog.cpp 435 OnClose();
511 OnClose();
535 // OnClose
538 void ChooserDialog::OnClose()
    [all...]
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp     [all...]

Completed in 584 milliseconds