OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SUPPORTS_SSLTCP
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/jingle/notifier/communicator/
connection_settings_unittest.cc
19
net::HostPortPair("
supports_ssltcp
.com", 100),
20
SUPPORTS_SSLTCP
));
47
talk_base::SocketAddress("
supports_ssltcp
.com", 100),
49
SUPPORTS_SSLTCP
));
52
talk_base::SocketAddress("
supports_ssltcp
.com", 443),
54
SUPPORTS_SSLTCP
));
77
talk_base::SocketAddress("
supports_ssltcp
.com", 443),
79
SUPPORTS_SSLTCP
));
82
talk_base::SocketAddress("
supports_ssltcp
.com", 100),
84
SUPPORTS_SSLTCP
));
[
all
...]
connection_settings.cc
49
(ssltcp_support ==
SUPPORTS_SSLTCP
) ?
50
"
SUPPORTS_SSLTCP
" :
82
if (it->ssltcp_support ==
SUPPORTS_SSLTCP
) {
single_login_attempt_unittest.cc
95
net::HostPortPair("example.com", 100),
SUPPORTS_SSLTCP
)),
169
SUPPORTS_SSLTCP
);
184
SUPPORTS_SSLTCP
);
199
SUPPORTS_SSLTCP
);
214
SUPPORTS_SSLTCP
);
login_settings_unittest.cc
52
SUPPORTS_SSLTCP
);
/external/chromium_org/jingle/notifier/base/
server_information.h
16
enum SslTcpSupport { DOES_NOT_SUPPORT_SSLTCP,
SUPPORTS_SSLTCP
};
notifier_options_util.cc
56
SUPPORTS_SSLTCP
));
61
SUPPORTS_SSLTCP
));
Completed in 67 milliseconds