Searched refs:m_serverType (Results 1 – 2 of 2) sorted by relevance
49 , m_serverType(serverType) in ProtectionSpace()67 return m_serverType; in serverType()72 return (m_serverType == ProtectionSpaceProxyHTTP || in isProxy()73 m_serverType == ProtectionSpaceProxyHTTPS || in isProxy()74 m_serverType == ProtectionSpaceProxyFTP || in isProxy()75 m_serverType == ProtectionSpaceProxySOCKS); in isProxy()94 return (m_serverType == ProtectionSpaceServerHTTPS || in receivesCredentialSecurely()95 m_serverType == ProtectionSpaceServerFTPS || in receivesCredentialSecurely()96 m_serverType == ProtectionSpaceProxyHTTPS || in receivesCredentialSecurely()
70 ProtectionSpaceServerType m_serverType; variable