HomeSort by relevance Sort by last modified time
    Searched refs:anchors (Results 1 - 13 of 13) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
IndexedPKIXParameters.java 37 * Indexes trust anchors so they can be found in O(1) time instead of O(N).
48 public IndexedPKIXParameters(Set<TrustAnchor> anchors)
51 super(anchors);
53 for (TrustAnchor anchor : anchors) {
82 List<TrustAnchor> anchors = byCA.get(issuer); local
83 if (anchors != null) {
84 for (TrustAnchor caAnchor : anchors) {
TrustManagerImpl.java 84 * Indexes trust anchors so they can be found in O(1) instead of O(N) time.
193 Set<TrustAnchor> anchors = params.getTrustAnchors(); local
195 for (TrustAnchor trustAnchor : anchors) {
220 Set<TrustAnchor> anchors = params.getTrustAnchors(); local
221 X509Certificate[] certs = new X509Certificate[anchors.size()];
223 for (Iterator<TrustAnchor> it = anchors.iterator(); it.hasNext();) {
  /external/webkit/WebCore/dom/
Document.idl 174 readonly attribute HTMLCollection anchors;
Document.h 337 PassRefPtr<HTMLCollection> anchors();
    [all...]
Document.cpp 4245 PassRefPtr<HTMLCollection> Document::anchors() function in class:WebCore::Document
    [all...]
  /external/webkit/WebKit/win/Interfaces/
DOMHTML.idl 167 - (DOMHTMLCollection *)anchors;
169 HRESULT anchors([out, retval] IDOMHTMLCollection** collection);
  /external/webkit/WebKit/win/
DOMHTMLClasses.cpp 312 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::anchors( function in class:DOMHTMLDocument
    [all...]
DOMHTMLClasses.h 410 virtual HRESULT STDMETHODCALLTYPE anchors(
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 87 @property(readonly, retain) DOMHTMLCollection *anchors; variable
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/grub/docs/
texinfo.tex     [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js     [all...]

Completed in 116 milliseconds