Home
last modified time | relevance | path

Searched refs:tls_option_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
Dxmpplogintask.cc145 if (pctx_->tls_option_ == buzz::TLS_REQUIRED && !tls_present) { in Advance()
149 if ((pctx_->tls_option_ == buzz::TLS_REQUIRED || in Advance()
150 pctx_->tls_option_ == buzz::TLS_ENABLED) && tls_present) { in Advance()
187 pctx_->tls_option_ = buzz::TLS_ENABLED; in Advance()
Dxmppengineimpl.cc54 tls_option_(buzz::TLS_REQUIRED), in XmppEngineImpl()
131 tls_option_ = use_tls; in SetTls()
148 return tls_option_; in GetTls()
Dxmppengineimpl.h250 TlsOptions tls_option_; variable