Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransport.h178 virtual bool VerifyCandidate(const Candidate& candidate,
Dtransport.cc259 bool Transport::VerifyCandidate(const Candidate& cand, ParseError* error) { in VerifyCandidate() function in cricket::Transport
Dsession.cc432 if (!transproxy->impl()->VerifyCandidate(*cand, error)) in OnRemoteCandidates()