Home | History | Annotate | Download | only in base

Lines Matching refs:Candidate

29 // two P2P clients.  Clients have candidate ports for connecting, and
31 // Bob each have candidates, one candidate from Alice and one candidate from
44 #include "talk/p2p/base/candidate.h"
53 // Adds the port on which the candidate originated.
54 class RemoteCandidate : public Candidate {
56 RemoteCandidate(const Candidate& c, Port* origin_port)
57 : Candidate(c), origin_port_(origin_port) {}
99 virtual void OnCandidate(const Candidate& candidate);
113 bool CreateConnections(const Candidate &remote_candidate, Port* origin_port,
115 bool CreateConnection(Port* port, const Candidate& remote_candidate,
117 void RememberRemoteCandidate(const Candidate& remote_candidate,
124 const std::vector<Candidate>& candidates);