OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DO_NOT_USE_SSLTCP
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/jingle/notifier/communicator/
connection_settings_unittest.cc
48
DO_NOT_USE_SSLTCP
,
58
DO_NOT_USE_SSLTCP
,
83
DO_NOT_USE_SSLTCP
,
88
DO_NOT_USE_SSLTCP
,
connection_settings.h
24
enum SslTcpMode {
DO_NOT_USE_SSLTCP
, USE_SSLTCP };
connection_settings.cc
29
: ssltcp_mode(
DO_NOT_USE_SSLTCP
),
44
return (ssltcp_mode == USE_SSLTCP) ? "USE_SSLTCP" : "
DO_NOT_USE_SSLTCP
";
80
DO_NOT_USE_SSLTCP
, it->ssltcp_support);
Completed in 139 milliseconds