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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.cc 176 was_timed_out_(true) {
241 was_timed_out_ = true;
679 was_timed_out_ = false;
697 was_timed_out_ = false;
707 if (!was_timed_out_) {
714 // NOTE: we start was_timed_out_ in the true state so that we don't get
717 was_timed_out_ = true;
    [all...]
p2ptransportchannel.h 155 bool was_timed_out_; member in class:cricket::P2PTransportChannel

Completed in 116 milliseconds