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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h 85 sent_candidates_(false) {}
92 const Candidates& sent_candidates() const { return sent_candidates_; }
99 void ClearSentCandidates() { sent_candidates_.clear(); }
121 Candidates sent_candidates_; member in class:cricket::TransportProxy
session.cc 129 sent_candidates_.push_back(*cand);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session.h 102 sent_candidates_(false),
116 const Candidates& sent_candidates() const { return sent_candidates_; }
131 void ClearSentCandidates() { sent_candidates_.clear(); }
183 Candidates sent_candidates_; member in class:cricket::TransportProxy
session.cc 142 sent_candidates_.push_back(*cand);
    [all...]

Completed in 939 milliseconds