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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h 121 const Candidates& unsent_candidates() const { return unsent_candidates_; }
136 void ClearUnsentCandidates() { unsent_candidates_.clear(); }
206 Candidates unsent_candidates_; member in class:cricket::TransportProxy
    [all...]
session.cc 156 unsent_candidates_.push_back(*cand);
    [all...]

Completed in 198 milliseconds