Searched refs:SignedCertificateTimestampAndStatus (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/ssl/
H A Dsigned_certificate_timestamp_and_status.cc11 SignedCertificateTimestampAndStatus::SignedCertificateTimestampAndStatus( function in class:net::SignedCertificateTimestampAndStatus
16 SignedCertificateTimestampAndStatus::~SignedCertificateTimestampAndStatus() {}
H A Dsigned_certificate_timestamp_and_status.h17 struct NET_EXPORT SignedCertificateTimestampAndStatus { struct in namespace:net
18 SignedCertificateTimestampAndStatus(
22 ~SignedCertificateTimestampAndStatus();
28 typedef std::vector<SignedCertificateTimestampAndStatus>
/external/chromium_org/chrome/browser/ui/views/
H A Dsigned_certificate_timestamps_views.cc37 net::SignedCertificateTimestampAndStatus(sct, it->status));
/external/chromium_org/net/http/
H A Dhttp_response_info.cc227 SignedCertificateTimestampAndStatus(
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl.cc1759 SignedCertificateTimestampAndStatus(*iter, ct::SCT_STATUS_OK));
1765 SignedCertificateTimestampAndStatus(*iter, ct::SCT_STATUS_INVALID));
1771 SignedCertificateTimestampAndStatus(*iter,
H A Dssl_client_socket_nss.cc3511 SignedCertificateTimestampAndStatus(*iter, ct::SCT_STATUS_OK));
3517 SignedCertificateTimestampAndStatus(*iter, ct::SCT_STATUS_INVALID));
3523 SignedCertificateTimestampAndStatus(*iter,
/external/chromium_org/content/browser/loader/
H A Dresource_dispatcher_host_impl.cc355 const net::SignedCertificateTimestampAndStatus& sct_status) {

Completed in 2872 milliseconds