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

  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.h 82 bool restartable_; member in class:talk_base::SChannelAdapter
openssladapter.h 92 bool restartable_; member in class:talk_base::OpenSSLAdapter
openssladapter.cc 242 restartable_(false),
257 restartable_ = restartable;
520 state_ = restartable_ ? SSL_WAIT : SSL_NONE;
schanneladapter.cc 110 restartable_(false), signal_close_(false), message_pending_(false),
124 restartable_ = restartable;
614 state_ = restartable_ ? SSL_WAIT : SSL_NONE;

Completed in 27 milliseconds