Searched refs:StartTls (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dasyncsocket.h77 virtual bool StartTls(const std::string & domainname) = 0;
H A Dutil_unittest.h48 virtual void StartTls(const std::string & cname);
H A Dutil_unittest.cc18 void XmppTestHandler::StartTls(const std::string & cname) { function in class:buzz::XmppTestHandler
H A Dxmppsocket.h62 virtual bool StartTls(const std::string & domainname);
H A Dxmppclient.cc95 void StartTls(const std::string& domainname);
414 void XmppClient::Private::StartTls(const std::string& domain) { function in class:buzz::XmppClient::Private
416 socket_->StartTls(domain);
H A Dxmppengine.h102 virtual void StartTls(const std::string & domainname) = 0;
H A Dxmppengineimpl.cc407 void XmppEngineImpl::StartTls(const std::string& domain) { function in class:buzz::XmppEngineImpl
413 output_handler_->StartTls(
H A Dxmppengineimpl.h205 void StartTls(const std::string& domain);
H A Dxmppsocket.cc239 bool XmppSocket::StartTls(const std::string & domainname) { function in class:buzz::XmppSocket
H A Dxmpplogintask.cc118 // to do so - see the implementation of XmppEngineImpl::StartTls and
184 // to do so - see the implementation of XmppEngineImpl::StartTls and
186 pctx_->StartTls(pctx_->user_jid_.domain());
/external/chromium_org/jingle/notifier/base/
H A Dfake_base_task.cc27 MOCK_METHOD1(StartTls, bool(const std::string&));
/external/chromium_org/jingle/glue/
H A Dchrome_async_socket.h85 // case because StartTls() is called during a slot connected to
101 // sent only after the TLS connection succeeds. (See StartTls()
117 // practice, this means that StartTls() can only be called from a
124 virtual bool StartTls(const std::string& domain_name) OVERRIDE;
132 // call to StartTls() is complete. Not actually used by
134 // call to StartTls(), the connection has been successfully
H A Dchrome_async_socket_unittest.cc383 EXPECT_TRUE(chrome_async_socket_->StartTls("fakedomain.com"));
869 EXPECT_TRUE(chrome_async_socket_->StartTls("fakedomain.com"));
885 EXPECT_TRUE(chrome_async_socket_->StartTls("fakedomain.com"));
900 EXPECT_TRUE(chrome_async_socket_->StartTls("fakedomain.com"));
906 EXPECT_FALSE(chrome_async_socket_->StartTls("fakedomain.com"));
924 EXPECT_TRUE(chrome_async_socket_->StartTls("fakedomain.com"));
942 EXPECT_TRUE(chrome_async_socket_->StartTls("fakedomain.com"));
971 EXPECT_TRUE(chrome_async_socket_->StartTls("fakedomain.com"));
997 EXPECT_FALSE(chrome_async_socket_->StartTls("fakedomain.com"));
1015 EXPECT_FALSE(chrome_async_socket_->StartTls("fakedomai
[all...]
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.h67 void StartTls();
H A Dsocket_host_tcp.cc151 StartTls();
172 void P2PSocketHostTcpBase::StartTls() { function in class:content::P2PSocketHostTcpBase

Completed in 131 milliseconds