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

  /external/webkit/WebCore/platform/network/cf/
SocketStreamHandle.h 72 bool shouldUseSSL() const { return m_url.protocolIs("wss"); }
SocketStreamHandleCFNet.cpp 71 m_url.setPort(shouldUseSSL() ? 443 : 80);
342 if (shouldUseSSL()) {

Completed in 385 milliseconds