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

  /external/chromium_org/third_party/webrtc/base/
schanneladapter.h 65 bool restartable_; member in class:rtc::SChannelAdapter
openssladapter.h 75 bool restartable_; member in class:rtc::OpenSSLAdapter
openssladapter.cc 266 restartable_(false),
281 restartable_ = restartable;
537 state_ = restartable_ ? SSL_WAIT : SSL_NONE;
schanneladapter.cc 93 restartable_(false), signal_close_(false), message_pending_(false),
107 restartable_ = restartable;
595 state_ = restartable_ ? SSL_WAIT : SSL_NONE;

Completed in 324 milliseconds