Home
last modified time | relevance | path

Searched refs:AddPendingRemoteCandidates (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
Djingle_session.h87 void AddPendingRemoteCandidates(Transport* channel, const std::string& name);
Djingle_session.cc246 void JingleSession::AddPendingRemoteCandidates(Transport* channel, in AddPendingRemoteCandidates() function in remoting::protocol::JingleSession
267 AddPendingRemoteCandidates(channel.get(), name); in CreateChannel()