Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dsession.h85 sent_candidates_(false) {} in TransportProxy()
92 const Candidates& sent_candidates() const { return sent_candidates_; } in sent_candidates()
99 void ClearSentCandidates() { sent_candidates_.clear(); } in ClearSentCandidates()
121 Candidates sent_candidates_; variable
Dsession.cc129 sent_candidates_.push_back(*cand); in AddSentCandidates()