Home | History | Annotate | Download | only in base

Lines Matching refs:Candidate

55 #include "talk/p2p/base/candidate.h"
78 typedef std::vector<Candidate> Candidates;
173 const std::vector<Candidate>&> SignalCandidatesReady;
174 void OnRemoteCandidates(const std::vector<Candidate>& candidates);
176 // If candidate is not acceptable, returns false and sets error.
178 virtual bool VerifyCandidate(const Candidate& candidate,
221 // Called when a candidate is ready from remote peer.
222 void OnRemoteCandidate(const Candidate& candidate);
223 // Called when a candidate is ready from channel.
225 const Candidate& candidate);
239 void OnRemoteCandidate_w(const Candidate& candidate);
265 std::vector<Candidate> ready_candidates_;