HomeSort by relevance Sort by last modified time
    Searched refs:DOES_NOT_SUPPORT_SSLTCP (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/jingle/notifier/base/
server_information.h 16 enum SslTcpSupport { DOES_NOT_SUPPORT_SSLTCP, SUPPORTS_SSLTCP };
server_information.cc 19 : ssltcp_support(DOES_NOT_SUPPORT_SSLTCP) {}
notifier_options_util.cc 49 DOES_NOT_SUPPORT_SSLTCP));
  /external/chromium_org/jingle/notifier/communicator/
connection_settings_unittest.cc 23 net::HostPortPair("does_not_support_ssltcp.com", 200),
24 DOES_NOT_SUPPORT_SSLTCP));
57 talk_base::SocketAddress("does_not_support_ssltcp.com", 200),
59 DOES_NOT_SUPPORT_SSLTCP));
87 talk_base::SocketAddress("does_not_support_ssltcp.com", 200),
89 DOES_NOT_SUPPORT_SSLTCP));
login_settings_unittest.cc 24 DOES_NOT_SUPPORT_SSLTCP));
connection_settings.cc 30 ssltcp_support(DOES_NOT_SUPPORT_SSLTCP) {}
51 "DOES_NOT_SUPPORT_SSLTCP";

Completed in 647 milliseconds