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

  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
TrustedCertificateIndex.java 42 public TrustedCertificateIndex(Set<TrustAnchor> anchors) {
43 index(anchors);
46 private void index(Set<TrustAnchor> anchors) {
47 for (TrustAnchor anchor : anchors) {
68 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); local
69 if (anchors == null) {
70 anchors = new ArrayList<TrustAnchor>(1);
71 subjectToTrustAnchors.put(subject, anchors);
73 anchors.add(anchor);
83 public void reset(Set<TrustAnchor> anchors) {
93 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); local
119 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); local
    [all...]
  /external/chromium/chrome/common/extensions/docs/js/
sample_search.js 51 var anchors = document.getElementsByTagName('a');
52 for (var i = 0, anchor; anchor = anchors[i]; i++) {
bootstrap.js 36 // when the browser tries to resolve any #anchors in the URL. So we reset
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLDocument11.js 78 The anchors attribute returns a collection of all A elements with values
81 Retrieve the anchors attribute from the document and examine its value.
101 vanchors = doc.anchors;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLDocument11.js 78 The anchors attribute returns a collection of all A elements with values
81 Retrieve the anchors attribute from the document and examine its value.
101 vanchors = doc.anchors;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GravityHelper.java 69 String[] anchors = gravityString.split("\\|"); //$NON-NLS-1$ local
70 for (String anchor : anchors) {
  /external/webkit/Source/WebCore/dom/
Document.idl 174 readonly attribute HTMLCollection anchors;
Document.h 385 PassRefPtr<HTMLCollection> anchors();
    [all...]
Document.cpp 4237 PassRefPtr<HTMLCollection> Document::anchors() function in class:WebCore::Document
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
DOMHTML.idl 168 - (DOMHTMLCollection *)anchors;
170 HRESULT anchors([out, retval] IDOMHTMLCollection** collection);
  /build/tools/droiddoc/templates-sdk/assets/js/
global-libraries-combined.js     [all...]
  /external/webkit/Source/WebKit/win/
DOMHTMLClasses.cpp 312 HRESULT STDMETHODCALLTYPE DOMHTMLDocument::anchors( function in class:DOMHTMLDocument
    [all...]
DOMHTMLClasses.h 408 virtual HRESULT STDMETHODCALLTYPE anchors(
    [all...]
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 87 @property(readonly, retain) DOMHTMLCollection *anchors; variable
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 232 VEC(rtx,gc) *anchors;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
rtl.h 232 VEC(rtx,gc) *anchors;
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
rtl.h 232 VEC(rtx,gc) *anchors;
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/grub/docs/
texinfo.tex     [all...]
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-111557.js     [all...]
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 566 milliseconds