Home
last modified time | relevance | path

Searched refs:shouldUseSSL (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/network/cf/
DSocketStreamHandle.h74 bool shouldUseSSL() const { return m_url.protocolIs("wss"); } in shouldUseSSL() function
DSocketStreamHandleCFNet.cpp343 if (shouldUseSSL()) { in createStreams()
677 if (shouldUseSSL()) in port()
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2932656 (WebCore::SocketStreamHandle::shouldUseSSL):