Searched defs:ssltcp_support (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/jingle/notifier/base/
H A Dserver_information.cc12 const net::HostPortPair& server, SslTcpSupport ssltcp_support)
13 : server(server), ssltcp_support(ssltcp_support) {
19 : ssltcp_support(DOES_NOT_SUPPORT_SSLTCP) {}
26 (ssltcp_support == other.ssltcp_support);
11 ServerInformation( const net::HostPortPair& server, SslTcpSupport ssltcp_support) argument
H A Dserver_information.h20 SslTcpSupport ssltcp_support);
27 SslTcpSupport ssltcp_support; member in struct:notifier::ServerInformation
/external/chromium_org/jingle/notifier/communicator/
H A Dconnection_settings.h30 SslTcpSupport ssltcp_support);
43 SslTcpSupport ssltcp_support; member in struct:notifier::ConnectionSettings
H A Dconnection_settings.cc23 SslTcpSupport ssltcp_support)
26 ssltcp_support(ssltcp_support) {}
30 ssltcp_support(DOES_NOT_SUPPORT_SSLTCP) {}
38 ssltcp_support == settings.ssltcp_support;
47 const char* SslTcpSupportToString(SslTcpSupport ssltcp_support) { argument
49 (ssltcp_support == SUPPORTS_SSLTCP) ?
59 SslTcpSupportToString(ssltcp_support);
80 DO_NOT_USE_SSLTCP, it->ssltcp_support);
20 ConnectionSettings( const talk_base::SocketAddress& server, SslTcpMode ssltcp_mode, SslTcpSupport ssltcp_support) argument
[all...]

Completed in 163 milliseconds