HomeSort by relevance Sort by last modified time
    Searched refs:orderAttr (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/svg/
SVGFEConvolveMatrixElement.cpp 38 DEFINE_ANIMATED_INTEGER_MULTIPLE_WRAPPERS(SVGFEConvolveMatrixElement, SVGNames::orderAttr, orderXIdentifier(), OrderX, orderX)
39 DEFINE_ANIMATED_INTEGER_MULTIPLE_WRAPPERS(SVGFEConvolveMatrixElement, SVGNames::orderAttr, orderYIdentifier(), OrderY, orderY)
90 else if (attr->name() == SVGNames::orderAttr) {
181 || attrName == SVGNames::orderAttr
198 attributeToPropertyTypeMap.set(SVGNames::orderAttr, AnimatedNumberOptionalNumber);
218 if (!hasAttribute(SVGNames::orderAttr)) {
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTSchema.java 293 XSLTAttributeDef orderAttr = new XSLTAttributeDef(null, "order", false, true, false,XSLTAttributeDef.ERROR,
296 orderAttr.setDefault("ascending");
415 orderAttr,
    [all...]

Completed in 48 milliseconds