Searched defs:dist_from_root (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_cache_transaction.cc90 // |dist_from_root| indicates the position of the read certificate in the
96 int dist_from_root,
120 "DiskBasedCertCache.CertIoReadSuccess", dist_from_root, 0, 10, 7);
123 "DiskBasedCertCache.CertIoReadFailure", dist_from_root, 0, 10, 7);
126 // |dist_from_root| indicates the position of the written certificate in the
132 int dist_from_root,
156 "DiskBasedCertCache.CertIoWriteSuccess", dist_from_root, 0, 10, 7);
159 "DiskBasedCertCache.CertIoWriteFailure", dist_from_root, 0, 10, 7);
1902 int dist_from_root = intermediates.size(); local
1908 dist_from_root,
95 OnCertReadIOComplete( int dist_from_root, bool is_leaf, const scoped_refptr<SharedChainData>& shared_chain_data, net::X509Certificate::OSCertHandle cert_handle) argument
131 OnCertWriteIOComplete( int dist_from_root, bool is_leaf, const scoped_refptr<SharedChainData>& shared_chain_data, const std::string& key) argument
1930 int dist_from_root = intermediates.size(); local
[all...]

Completed in 126 milliseconds