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.cpp53 , m_order(SVGAnimatedIntegerOptionalInteger::create(this, SVGNames::orderAttr)) in SVGFEConvolveMatrixElement()
79 supportedAttributes.add(SVGNames::orderAttr); in DEFINE_NODE_FACTORY()
119 else if (name == SVGNames::orderAttr) { in parseAttribute()
175 || attrName == SVGNames::orderAttr in svgAttributeChanged()
193 if (!hasAttribute(SVGNames::orderAttr)) { in build()
DSVGElement.cpp1114 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()