Home
last modified time | relevance | path

Searched refs:attributeType (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimationElement.cpp320 void SVGAnimationElement::setAttributeType(const AtomicString& attributeType) in setAttributeType() argument
324 if (attributeType == css) in setAttributeType()
326 else if (attributeType == xml) in setAttributeType()
379 if (attributeType() == AttributeTypeCSS) in shouldApplyAnimation()
510 …AnimatedPropertyType attributeType = toSVGAnimateElement(this)->determineAnimatedPropertyType(targ… in currentValuesForValuesAnimation() local
512 if (attributeType == AnimatedBoolean in currentValuesForValuesAnimation()
513 || attributeType == AnimatedEnumeration in currentValuesForValuesAnimation()
514 || attributeType == AnimatedPreserveAspectRatio in currentValuesForValuesAnimation()
515 || attributeType == AnimatedString) in currentValuesForValuesAnimation()
701 …m_hasInvalidCSSAttributeType = target && hasValidAttributeName() && attributeType() == AttributeTy… in checkInvalidCSSAttributeType()
DSVGAnimatorFactory.h47 …AnimationElement* animationElement, SVGElement* contextElement, AnimatedPropertyType attributeType) in create() argument
52 switch (attributeType) { in create()
DSVGAnimateTransformElement.cpp50 if (attributeType() == AttributeTypeCSS) in hasValidAttributeType()
DSVGAttributeNames.in15 attributeType
DSVGAnimationElement.h179 AttributeType attributeType() const { return m_attributeType; } in attributeType() function
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/
DX500Name.java209 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType) in getRDNs() argument
223 if (attr[j].getType().equals(attributeType)) in getRDNs()
232 if (rdn.getFirst().getType().equals(attributeType)) in getRDNs()
/external/chromium_org/ui/webui/resources/images/
Dthrobber.svg8 <animateTransform attributeName="transform" attributeType="XML"
/external/chromium/chrome/browser/resources/shared/images/
Dthrobber.svg8 <animateTransform attributeName="transform" attributeType="XML"
/external/chromium_org/third_party/angle/src/libGLESv2/
DShader.cpp585 char attributeType[256]; in parseAttributes() local
588 int matches = sscanf(input, "static %255s _%255s", attributeType, attributeName); in parseAttributes()
595 mAttributes.push_back(Attribute(parseType(attributeType), attributeName)); in parseAttributes()
/external/okhttp/src/main/java/com/squareup/okhttp/internal/tls/
DDistinguishedNameParser.java349 public String findMostSpecific(String attributeType) { in findMostSpecific() argument
387 if (attributeType.equalsIgnoreCase(attType)) { in findMostSpecific()
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
Dcode_generator_v8.pm6160 my $attributeType = $attribute->type;