Searched refs:HasCandidate (Results 1 – 5 of 5) sorted by relevance
77 virtual bool HasCandidate(const IceCandidateInterface* candidate) const;
84 bool JsepCandidateCollection::HasCandidate( in HasCandidate() function in webrtc::JsepCandidateCollection
88 virtual bool HasCandidate(const IceCandidateInterface* candidate) const = 0;
149 if (!candidate_collection_[mediasection_index].HasCandidate( in AddCandidate()
125 if (!dest_candidates->HasCandidate(new_candidate)) in CopyCandidatesFromSessionDescription()