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

  /external/chromium_org/third_party/webrtc/base/
openssladapter.h 75 bool restartable_; member in class:rtc::OpenSSLAdapter
schanneladapter.h 65 bool restartable_; member in class:rtc::SChannelAdapter
schanneladapter.cc 93 restartable_(false), signal_close_(false), message_pending_(false),
107 restartable_ = restartable;
594 state_ = restartable_ ? SSL_WAIT : SSL_NONE;
openssladapter.cc 265 restartable_(false),
280 restartable_ = restartable;
536 state_ = restartable_ ? SSL_WAIT : SSL_NONE;
  /external/chromium_org/third_party/libjingle/source/talk/base/
openssladapter.h 92 bool restartable_; member in class:talk_base::OpenSSLAdapter
schanneladapter.h 82 bool restartable_; member in class:talk_base::SChannelAdapter
openssladapter.cc 282 restartable_(false),
297 restartable_ = restartable;
553 state_ = restartable_ ? SSL_WAIT : SSL_NONE;
schanneladapter.cc 110 restartable_(false), signal_close_(false), message_pending_(false),
124 restartable_ = restartable;
611 state_ = restartable_ ? SSL_WAIT : SSL_NONE;

Completed in 739 milliseconds