Searched refs:attributeType (Results 1 – 11 of 11) sorted by relevance
320 void SVGAnimationElement::setAttributeType(const AtomicString& attributeType) in setAttributeType() argument324 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() local512 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()
47 …AnimationElement* animationElement, SVGElement* contextElement, AnimatedPropertyType attributeType) in create() argument52 switch (attributeType) { in create()
50 if (attributeType() == AttributeTypeCSS) in hasValidAttributeType()
15 attributeType
179 AttributeType attributeType() const { return m_attributeType; } in attributeType() function
209 public RDN[] getRDNs(ASN1ObjectIdentifier attributeType) in getRDNs() argument223 if (attr[j].getType().equals(attributeType)) in getRDNs()232 if (rdn.getFirst().getType().equals(attributeType)) in getRDNs()
8 <animateTransform attributeName="transform" attributeType="XML"
585 char attributeType[256]; in parseAttributes() local588 int matches = sscanf(input, "static %255s _%255s", attributeType, attributeName); in parseAttributes()595 mAttributes.push_back(Attribute(parseType(attributeType), attributeName)); in parseAttributes()
349 public String findMostSpecific(String attributeType) { in findMostSpecific() argument387 if (attributeType.equalsIgnoreCase(attType)) { in findMostSpecific()
6160 my $attributeType = $attribute->type;