Searched refs:OnClose (Results 1 - 22 of 22) sorted by relevance

/external/webrtc/talk/media/base/
H A Daudiorenderer.h48 virtual void OnClose() = 0;
H A Dfakemediaengine.h373 void OnClose() override { renderer_ = NULL; }
/external/webrtc/webrtc/base/
H A Dwin32window.h42 virtual bool OnClose() { return true; } function in class:rtc::Win32Window
H A Dtestechoserver.h48 packet_socket->SignalClose.connect(this, &TestEchoServer::OnClose);
58 void OnClose(AsyncPacketSocket* socket, int err) { function in class:rtc::TestEchoServer
H A Dwin32window.cc81 if (!OnClose()) {
H A Dsocket_unittest.cc563 void OnClose(AsyncSocket* socket, int error) { function in class:rtc::SocketCloser
578 client->SignalCloseEvent.connect(&closer, &SocketCloser::OnClose);
/external/lzma/CPP/Windows/Control/
H A DWindow2.h36 virtual void OnClose() { Destroy(); } function in class:NWindows::NControl::CWindow2
H A DWindow2.cpp154 OnClose();
/external/webrtc/webrtc/examples/peerconnection/client/
H A Dpeer_connection_client.cc62 &PeerConnectionClient::OnClose);
64 &PeerConnectionClient::OnClose);
320 OnClose(socket, 0);
482 void PeerConnectionClient::OnClose(rtc::AsyncSocket* socket, int err) { function in class:PeerConnectionClient
H A Dpeer_connection_client.h105 void OnClose(rtc::AsyncSocket* socket, int err);
/external/webrtc/webrtc/p2p/base/
H A Dtcpport.cc39 * | | 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) { function in class:cricket::TCPConnection
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 wa
[all...]
H A Dtcpport.h160 void OnClose(rtc::AsyncPacketSocket* socket, int error);
/external/pdfium/xfa/src/fwl/src/core/include/
H A Dfwl_formimp.h185 void OnClose(CFWL_MsgClose* pMsg);
/external/webrtc/talk/app/webrtc/
H A Drtpsender.cc41 sink_->OnClose();
H A Dwebrtcsession_unittest.cc340 sink_->OnClose();
3436 // Delete the |renderer| and it will trigger OnClose() to the sink, and this
3441 // This will trigger SetSink(NULL) if no OnClose() callback.
/external/sonivox/jet_tools/JetCreator/
H A DJetAudition.py166 wx.EVT_CLOSE(self, self.OnClose)
495 def OnClose(self, event): member in class:Audition
H A DJetCtrls.py554 wx.EVT_CLOSE(self, self.OnClose)
559 def OnClose(self, event): member in class:.TestFrame
H A DJetDialogs.py296 wx.EVT_CLOSE(self, self.OnClose)
309 def OnClose(self, event): member in class:SegEdit
588 wx.EVT_CLOSE(self, self.OnClose)
639 def OnClose(self, event): member in class:EventEdit
H A DJetCreator.py97 wx.EVT_CLOSE(self, self.OnClose)
1165 def OnClose(self, event): member in class:JetCreator
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_formimp.cpp1064 OnClose(static_cast<CFWL_MsgClose*>(pMessage));
1427 void CFWL_FormImpDelegate::OnClose(CFWL_MsgClose* pMsg) { function in class:CFWL_FormImpDelegate
/external/webrtc/talk/media/webrtc/
H A Dwebrtcvoiceengine.cc1173 void OnClose() override {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 334 milliseconds