Home
last modified time | relevance | path

Searched refs:OnConnectionStateChange (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dp2ptransportchannel.h214 void OnConnectionStateChange(Connection* connection);
Dp2ptransportchannel.cc211 this, &P2PTransportChannel::OnConnectionStateChange); in AddConnection()
1205 void P2PTransportChannel::OnConnectionStateChange(Connection* connection) { in OnConnectionStateChange() function in cricket::P2PTransportChannel
Dport_unittest.cc244 this, &TestChannel::OnConnectionStateChange); in CreateConnection()
246 void OnConnectionStateChange(Connection* conn) { in OnConnectionStateChange() function in TestChannel