Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dport.h136 const std::vector<Candidate>& candidates() const { return candidates_; } in candidates()
252 std::vector<Candidate> candidates_; variable
Dport.cc184 candidates_.push_back(c); in AddAddress()