Home
last modified time | relevance | path

Searched defs:attributeType (Results 1 – 4 of 4) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java349 public String findMostSpecific(String attributeType) { in findMostSpecific()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DX500Name.java209 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType) in getRDNs()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.h148 AttributeType attributeType() const { return m_attributeType; } in attributeType() function
DSVGAnimationElement.cpp309 void SVGAnimationElement::setAttributeType(const AtomicString& attributeType) in setAttributeType()