Searched refs:m_SSLCertificateInfo (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DWebURLResponse.cpp479 if (m_SSLCertificateInfo)
480 return m_SSLCertificateInfo.get();
485 m_SSLCertificateInfo = wkGetSSLCertificateInfo(cfResponse);
486 return m_SSLCertificateInfo.get();
H A DWebURLResponse.h101 mutable RetainPtr<CFDictionaryRef> m_SSLCertificateInfo; // this ensures certificate contexts are valid for the lifetime of this WebURLResponse. member in class:WebURLResponse

Completed in 47 milliseconds