Home
last modified time | relevance | path

Searched refs:AttributeTypeCSS (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
DSVGAnimationElement.h71 enum AttributeType { AttributeTypeCSS, AttributeTypeXML, AttributeTypeAuto }; enumerator
DSVGAnimationElement.cpp226 return AttributeTypeCSS; in attributeType()
283 if (type == AttributeTypeCSS) in targetAttributeIsCSS()