Home | Sort by relevance Sort by last modified time |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ | |
transport.h | 418 bool candidates_allocated() const { return candidates_allocated_; } function in struct:cricket::Transport::ChannelMapEntry |
session.cc | 271 set_candidates_allocated(target->candidates_allocated()); 713 bool candidates_allocated = IsCandidateAllocationDone(); local 733 if (!candidates_allocated) { 786 if (!iter->second->candidates_allocated()) [all...] |
session.h | 122 bool candidates_allocated() const { return candidates_allocated_; } function in class:cricket::TransportProxy [all...] |