Lines Matching refs:TransportSecurityInfo

41 TransportSecurityInfo::TransportSecurityInfo()  in TransportSecurityInfo()  function in mozilla::psm::TransportSecurityInfo
50 NS_IMPL_ISUPPORTS(TransportSecurityInfo, nsITransportSecurityInfo, in NS_IMPL_ISUPPORTS() argument
54 void TransportSecurityInfo::SetHostName(const char* host) { in NS_IMPL_ISUPPORTS()
58 void TransportSecurityInfo::SetPort(int32_t aPort) { mPort = aPort; } in SetPort()
60 void TransportSecurityInfo::SetOriginAttributes( in SetOriginAttributes()
66 TransportSecurityInfo::GetErrorCode(int32_t* state) { in GetErrorCode()
73 void TransportSecurityInfo::SetCanceled(PRErrorCode errorCode, in SetCanceled()
83 TransportSecurityInfo::GetSecurityState(uint32_t* state) { in GetSecurityState()
88 void TransportSecurityInfo::SetSecurityState(uint32_t aState) { in SetSecurityState()
93 TransportSecurityInfo::GetCountSubRequestsBrokenSecurity( in GetCountSubRequestsBrokenSecurity()
100 TransportSecurityInfo::SetCountSubRequestsBrokenSecurity( in SetCountSubRequestsBrokenSecurity()
107 TransportSecurityInfo::GetCountSubRequestsNoSecurity( in GetCountSubRequestsNoSecurity()
114 TransportSecurityInfo::SetCountSubRequestsNoSecurity( in SetCountSubRequestsNoSecurity()
121 TransportSecurityInfo::Flush() { return NS_OK; } in Flush()
124 TransportSecurityInfo::GetErrorMessage(char16_t** aText) { in GetErrorMessage()
145 void TransportSecurityInfo::GetErrorLogMessage( in GetErrorLogMessage()
169 nsresult TransportSecurityInfo::formatErrorMessage( in formatErrorMessage()
205 TransportSecurityInfo::GetInterface(const nsIID& uuid, void** result) { in GetInterface()
234 TransportSecurityInfo::Write(nsIObjectOutputStream* stream) { in Write()
291 TransportSecurityInfo::Read(nsIObjectInputStream* stream) { in Read()
367 TransportSecurityInfo::GetInterfaces(uint32_t* count, nsIID*** array) { in GetInterfaces()
374 TransportSecurityInfo::GetScriptableHelper(nsIXPCScriptable** _retval) { in GetScriptableHelper()
380 TransportSecurityInfo::GetContractID(nsACString& aContractID) { in GetContractID()
386 TransportSecurityInfo::GetClassDescription(nsACString& aClassDescription) { in GetClassDescription()
392 TransportSecurityInfo::GetClassID(nsCID** aClassID) { in GetClassID()
399 TransportSecurityInfo::GetFlags(uint32_t* aFlags) { in GetFlags()
407 TransportSecurityInfo::GetClassIDNoAlloc(nsCID* aClassIDNoAlloc) { in GetClassIDNoAlloc()
412 nsresult TransportSecurityInfo::GetSSLStatus(nsISSLStatus** _result) { in GetSSLStatus()
421 void TransportSecurityInfo::SetSSLStatus(nsSSLStatus* aSSLStatus) { in SetSSLStatus()
827 static nsresult GetHostPortKey(TransportSecurityInfo* infoObject, in GetHostPortKey()
842 TransportSecurityInfo* infoObject, nsSSLStatus* status, in RememberCertHasError()
869 TransportSecurityInfo* infoObject, nsSSLStatus* status) { in LookupCertErrorBits()
897 void TransportSecurityInfo::SetStatusErrorBits(nsNSSCertificate* cert, in SetStatusErrorBits()
921 TransportSecurityInfo::GetFailedCertChain(nsIX509CertList** _result) { in GetFailedCertChain()
930 nsresult TransportSecurityInfo::SetFailedCertChain( in SetFailedCertChain()