Searched defs:StartTls (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dutil_unittest.cc18 void XmppTestHandler::StartTls(const std::string & cname) { function in class:buzz::XmppTestHandler
H A Dxmppsocket.cc239 bool XmppSocket::StartTls(const std::string & domainname) { function in class:buzz::XmppSocket
H A Dxmppclient.cc94 void StartTls(const std::string& domainname);
413 void XmppClient::Private::StartTls(const std::string& domain) { function in class:buzz::XmppClient::Private
415 socket_->StartTls(domain);
H A Dxmppengineimpl.cc407 void XmppEngineImpl::StartTls(const std::string& domain) { function in class:buzz::XmppEngineImpl
413 output_handler_->StartTls(
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket.cc173 // Once we call Read(), we cannot call StartTls() until the read
174 // finishes. This is okay, as StartTls() is called only from a read
306 // Once we call Write(), we cannot call StartTls() until the write
307 // finishes. This is okay, as StartTls() is called only after we
387 bool ChromeAsyncSocket::StartTls(const std::string& domain_name) { function in class:jingle_glue::ChromeAsyncSocket
390 LOG(DFATAL) << "StartTls() called in wrong state";
/external/chromium_org/content/browser/renderer_host/p2p/
H A Dsocket_host_tcp.cc141 StartTls();
162 void P2PSocketHostTcpBase::StartTls() { function in class:content::P2PSocketHostTcpBase

Completed in 150 milliseconds