Home | History | Annotate | Download | only in views

Lines Matching defs:sct_list

28     net::SignedCertificateTimestampAndStatusList* sct_list) {
36 sct_list->push_back(
48 net::SignedCertificateTimestampAndStatusList sct_list;
49 SignedCertificateTimestampIDsToList(sct_ids_list, &sct_list);
50 new SignedCertificateTimestampsViews(web_contents, sct_list);
58 const net::SignedCertificateTimestampAndStatusList& sct_list);
72 const net::SignedCertificateTimestampAndStatusList& sct_list)
73 : sct_list_(sct_list) {}
96 const net::SignedCertificateTimestampAndStatusList& sct_list)
98 sct_list_(sct_list) {