Searched defs:anchors (Results 1 – 5 of 5) sorted by relevance
41 public TrustedCertificateIndex(Set<TrustAnchor> anchors) { in TrustedCertificateIndex()45 private void index(Set<TrustAnchor> anchors) { in index()67 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in index() local82 public void reset(Set<TrustAnchor> anchors) { in reset()92 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); in findByIssuerAndSignature() local118 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in findBySubjectAndPublicKey() local127 Collection<TrustAnchor> anchors) { in findBySubjectAndPublicKey()
607 static Prog::Anchor anchors[] = { variable
138 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>(); in getTestPathParams() local
4614 PassRefPtrWillBeRawPtr<HTMLCollection> Document::anchors() in anchors() function in WebCore::Document