Home
last modified time | relevance | path

Searched refs:OnDestroyed (Results 1 – 6 of 6) 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/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