Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsession.h121 const Candidates& unsent_candidates() const { return unsent_candidates_; } in unsent_candidates()
136 void ClearUnsentCandidates() { unsent_candidates_.clear(); } in ClearUnsentCandidates()
206 Candidates unsent_candidates_; variable
Dsession.cc156 unsent_candidates_.push_back(*cand); in AddUnsentCandidates()