Home
last modified time | relevance | path

Searched refs:orderAttr (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGFEConvolveMatrixElement.cpp54 , m_order(SVGAnimatedIntegerOptionalInteger::create(this, SVGNames::orderAttr)) in SVGFEConvolveMatrixElement()
78 supportedAttributes.add(SVGNames::orderAttr); in DEFINE_NODE_FACTORY()
118 else if (name == SVGNames::orderAttr) { in parseAttribute()
174 || attrName == SVGNames::orderAttr in svgAttributeChanged()
192 if (!hasAttribute(SVGNames::orderAttr)) { in build()
DSVGElement.cpp1046 animatableAttributes.add(SVGNames::orderAttr); in isAnimatableAttribute()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java293 …XSLTAttributeDef orderAttr = new XSLTAttributeDef(null, "order", false, true, false,XSLTAttributeD… in build() local
296 orderAttr.setDefault("ascending"); in build()
415 orderAttr, in build()