Lines Matching refs:SSLHostInfo
18 SSLHostInfo::State::State() {} in State()
20 SSLHostInfo::State::~State() {} in ~State()
22 void SSLHostInfo::State::Clear() { in Clear()
26 SSLHostInfo::SSLHostInfo( in SSLHostInfo() function in net::SSLHostInfo
38 callback_(new CancelableCompletionCallback<SSLHostInfo>( in SSLHostInfo()
40 &SSLHostInfo::VerifyCallback)), in SSLHostInfo()
46 SSLHostInfo::~SSLHostInfo() { in ~SSLHostInfo()
53 void SSLHostInfo::StartDnsLookup(DnsRRResolver* dnsrr_resolver) { in StartDnsLookup()
58 const SSLHostInfo::State& SSLHostInfo::state() const { in state()
62 SSLHostInfo::State* SSLHostInfo::mutable_state() { in mutable_state()
66 bool SSLHostInfo::Parse(const std::string& data) { in Parse()
78 bool SSLHostInfo::ParseInner(const std::string& data) { in ParseInner()
140 std::string SSLHostInfo::Serialize() const { in Serialize()
172 const CertVerifyResult& SSLHostInfo::cert_verify_result() const { in cert_verify_result()
176 int SSLHostInfo::WaitForCertVerification(CompletionCallback* callback) { in WaitForCertVerification()
186 void SSLHostInfo::VerifyCallback(int rv) { in VerifyCallback()