HomeSort by relevance Sort by last modified time
    Searched refs:AddRemoteCandidate (Results 1 - 4 of 4) sorted by null

  /external/chromium/webkit/glue/
p2p_transport.h 46 virtual bool AddRemoteCandidate(const std::string& address) = 0;
  /external/chromium_org/remoting/protocol/
transport.h 74 // to be passed to the AddRemoteCandidate() method on the remote
109 virtual void AddRemoteCandidate(const cricket::Candidate& candidate) = 0;
libjingle_transport_factory.cc 59 virtual void AddRemoteCandidate(const cricket::Candidate& candidate) OVERRIDE;
213 void LibjingleStreamTransport::AddRemoteCandidate(
jingle_session.cc 235 channel->AddRemoteCandidate(it->candidate);
509 channel->second->AddRemoteCandidate(it->candidate);

Completed in 92 milliseconds