Home
last modified time | relevance | path

Searched refs:OnDestroyed (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/talk/media/webrtc/
Dfakewebrtcvcmfactory.h53 void OnDestroyed(webrtc::VideoCaptureModule* module) { in OnDestroyed() function
62 factory_->OnDestroyed(this); in ~FakeWebRtcVideoCaptureModule()
/external/pdfium/fpdfsdk/src/javascript/
DJS_Runtime.h25 virtual void OnDestroyed() = 0;
DJS_Object.h101 void OnDestroyed() override;
DJS_Object.cpp157 void CJS_Timer::OnDestroyed() { in OnDestroyed() function in CJS_Timer
DJS_Runtime.cpp118 obs->OnDestroyed();
/external/webrtc/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.h58 void OnDestroyed(GtkWidget* widget, GdkEvent* event);
Dmain_wnd.cc33 reinterpret_cast<GtkMainWnd*>(data)->OnDestroyed(widget, event); in OnDestroyedCallback()
323 void GtkMainWnd::OnDestroyed(GtkWidget* widget, GdkEvent* event) { in OnDestroyed() function in GtkMainWnd
/external/webrtc/webrtc/examples/peerconnection/client/
Dmain_wnd.h160 void OnDestroyed();
Dmain_wnd.cc317 void MainWnd::OnDestroyed() { in OnDestroyed() function in MainWnd
415 me->OnDestroyed(); in WndProc()
/external/webrtc/webrtc/p2p/base/
Dport_unittest.cc245 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); in CreateConnection()
261 conn_->SignalDestroyed.connect(this, &TestChannel::OnDestroyed); in AcceptConnection()
309 void OnDestroyed(Connection* conn) { in OnDestroyed() function in TestChannel
742 port->SignalDestroyed.connect(this, &PortTest::OnDestroyed); in ConnectToSignalDestroyed()
745 void OnDestroyed(PortInterface* port) { in OnDestroyed() function in PortTest