OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StartTls
(Results
1 - 24
of
24
) sorted by null
/external/chromium/third_party/libjingle/source/talk/xmpp/
asyncsocket.h
74
virtual bool
StartTls
(const std::string & domainname) = 0;
xmppclient.cc
83
void
StartTls
(const std::string & domainname);
375
XmppClient::Private::
StartTls
(const std::string & domain) {
377
socket_->
StartTls
(domain);
xmppengine.h
94
virtual void
StartTls
(const std::string & domainname) = 0;
xmppengineimpl.h
205
void
StartTls
(const std::string & domain);
xmppengineimpl.cc
445
XmppEngineImpl::
StartTls
(const std::string & domain) {
447
output_handler_->
StartTls
(
xmpplogintask.cc
117
// to do so - see the implementation of XmppEngineImpl::
StartTls
and
177
// to do so - see the implementation of XmppEngineImpl::
StartTls
and
179
pctx_->
StartTls
(pctx_->user_jid_.domain());
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
asyncsocket.h
75
virtual bool
StartTls
(const std::string & domainname) = 0;
util_unittest.h
48
virtual void
StartTls
(const std::string & cname);
util_unittest.cc
18
void XmppTestHandler::
StartTls
(const std::string & cname) {
xmppsocket.h
62
virtual bool
StartTls
(const std::string & domainname);
xmppclient.cc
94
void
StartTls
(const std::string& domainname);
413
void XmppClient::Private::
StartTls
(const std::string& domain) {
415
socket_->
StartTls
(domain);
xmppengine.h
102
virtual void
StartTls
(const std::string & domainname) = 0;
xmppengineimpl.h
205
void
StartTls
(const std::string& domain);
xmppengineimpl.cc
407
void XmppEngineImpl::
StartTls
(const std::string& domain) {
413
output_handler_->
StartTls
(
xmppsocket.cc
239
bool XmppSocket::
StartTls
(const std::string & domainname) {
xmpplogintask.cc
118
// 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/third_party/libjingle/source/talk/examples/login/
xmppsocket.h
58
virtual bool
StartTls
(const std::string & domainname);
xmppsocket.cc
227
bool XmppSocket::
StartTls
(const std::string & domainname) {
/external/chromium_org/jingle/glue/
chrome_async_socket.h
85
// 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
chrome_async_socket_unittest.cc
374
EXPECT_TRUE(chrome_async_socket_->
StartTls
("fakedomain.com"));
860
EXPECT_TRUE(chrome_async_socket_->
StartTls
("fakedomain.com"));
876
EXPECT_TRUE(chrome_async_socket_->
StartTls
("fakedomain.com"));
891
EXPECT_TRUE(chrome_async_socket_->
StartTls
("fakedomain.com"));
897
EXPECT_FALSE(chrome_async_socket_->
StartTls
("fakedomain.com"));
915
EXPECT_TRUE(chrome_async_socket_->
StartTls
("fakedomain.com"));
933
EXPECT_TRUE(chrome_async_socket_->
StartTls
("fakedomain.com"));
962
EXPECT_TRUE(chrome_async_socket_->
StartTls
("fakedomain.com"));
988
EXPECT_FALSE(chrome_async_socket_->
StartTls
("fakedomain.com"));
1006
EXPECT_FALSE(chrome_async_socket_->
StartTls
("fakedomain.com"))
[
all
...]
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/jingle/notifier/base/
fake_base_task.cc
27
MOCK_METHOD1(
StartTls
, bool(const std::string&));
/external/chromium_org/content/browser/renderer_host/p2p/
socket_host_tcp.h
65
void
StartTls
();
socket_host_tcp.cc
138
StartTls
();
159
void P2PSocketHostTcpBase::
StartTls
() {
Completed in 164 milliseconds