Searched refs:shouldUseSSL (Results 1 – 3 of 3) sorted by relevance
72 bool shouldUseSSL() const { return m_url.protocolIs("wss"); } in shouldUseSSL() function
71 m_url.setPort(shouldUseSSL() ? 443 : 80); in SocketStreamHandle()342 if (shouldUseSSL()) { in createStreams()
32656 (WebCore::SocketStreamHandle::shouldUseSSL):