HomeSort by relevance Sort by last modified time
    Searched defs:StartTls (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
util_unittest.cc 18 void XmppTestHandler::StartTls(const std::string & cname) {
xmppsocket.cc 239 bool XmppSocket::StartTls(const std::string & domainname) {
xmppclient.cc 95 void StartTls(const std::string& domainname);
414 void XmppClient::Private::StartTls(const std::string& domain) {
416 socket_->StartTls(domain);
xmppengineimpl.cc 407 void XmppEngineImpl::StartTls(const std::string& domain) {
413 output_handler_->StartTls(
  /external/chromium_org/jingle/glue/
chrome_async_socket.cc 173 // 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) {
390 LOG(DFATAL) << "StartTls() called in wrong state";
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.cc 151 StartTls();
172 void P2PSocketHostTcpBase::StartTls() {

Completed in 99 milliseconds