Home
last modified time | relevance | path

Searched defs:OnDestroyed (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/p2p/base/
Dtcp_port_unittest.cc64 void OnDestroyed(Connection*) { connection_destroyed_ = true; } in OnDestroyed() function in ConnectionObserver
Dport_unittest.cc362 void OnDestroyed(Connection* conn) { in OnDestroyed() function in cricket::TestChannel
845 void OnDestroyed(PortInterface* port) { ++ports_destroyed_; } in OnDestroyed() function in cricket::PortTest
/external/cronet/components/cronet/android/
Dcronet_url_request_adapter.cc273 void CronetURLRequestAdapter::OnDestroyed() { in OnDestroyed() function in cronet::CronetURLRequestAdapter
/external/webrtc/examples/peerconnection/client/linux/
Dmain_wnd.cc357 void GtkMainWnd::OnDestroyed(GtkWidget* widget, GdkEvent* event) { in OnDestroyed() function in GtkMainWnd
/external/webrtc/examples/peerconnection/client/
Dmain_wnd.cc329 void MainWnd::OnDestroyed() { in OnDestroyed() function in MainWnd