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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 337 bool pruned() const { return pruned_; }
391 bool pruned_; member in class:cricket::Connection
port.cc 513 write_state_(STATE_WRITE_CONNECT), connected_(true), pruned_(false),
585 if (!pruned_ && (write_state_ == STATE_WRITE_TIMEOUT))
623 if (!pruned_ && (write_state_ == STATE_WRITE_TIMEOUT))
647 if (!pruned_) {
649 pruned_ = true;

Completed in 28 milliseconds