Searched refs:ApplyLocalTransportDescription_w (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Ddtlstransport.h70 virtual bool ApplyLocalTransportDescription_w(TransportChannelImpl* channel, function in class:cricket::DtlsTransport
104 return Base::ApplyLocalTransportDescription_w(channel, error_desc);
H A Dtransport.h376 virtual bool ApplyLocalTransportDescription_w(TransportChannelImpl* channel,
H A Dtransport.cc250 ApplyLocalTransportDescription_w(impl, NULL);
752 // It must be called before ApplyLocalTransportDescription_w, which may
761 ret &= ApplyLocalTransportDescription_w(iter->second.get(), error_desc);
798 bool Transport::ApplyLocalTransportDescription_w(TransportChannelImpl* ch, function in class:cricket::Transport

Completed in 132 milliseconds