Searched refs:valid_start_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/net/base/
H A Dx509_certificate.h216 const base::Time& valid_start() const { return valid_start_; }
445 // This certificate is not valid before |valid_start_|
446 base::Time valid_start_; member in class:net::X509Certificate
H A Dx509_certificate_openssl.cc328 nxou::ParseDate(X509_get_notBefore(cert_handle_), &valid_start_); local
H A Dx509_certificate_nss.cc639 ParseDate(&cert_handle_->validity.notBefore, &valid_start_);
H A Dx509_certificate_win.cc520 valid_start_ = Time::FromFileTime(cert_handle_->pCertInfo->NotBefore);
H A Dx509_certificate_mac.cc614 &valid_start_);
H A Dx509_certificate.cc143 valid_start_(start_date),

Completed in 1167 milliseconds