Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dport.cc865 write_state_(STATE_WRITE_INIT), connected_(true), pruned_(false), in Connection()
977 if (!pruned_ && (write_state_ == STATE_WRITE_TIMEOUT)) { in OnReadPacket()
1012 if (!pruned_ && (write_state_ == STATE_WRITE_TIMEOUT)) in OnReadPacket()
1075 if (!pruned_) { in Prune()
1077 pruned_ = true; in Prune()
Dport.h487 bool pruned() const { return pruned_; } in pruned()
562 bool pruned_; variable