Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGFEBlendElement.cpp36 DEFINE_ANIMATED_ENUMERATION(SVGFEBlendElement, SVGNames::modeAttr, Mode, mode) in DEFINE_ANIMATED_STRING()
52 if (attr->name() == SVGNames::modeAttr) { in parseMappedAttribute()
74 if (attrName == SVGNames::modeAttr) in setFilterEffectAttribute()
85 if (attrName == SVGNames::modeAttr) in svgAttributeChanged()
104 if (attrName == SVGNames::modeAttr) in synchronizeProperty()
125 attributeToPropertyTypeMap.set(SVGNames::modeAttr, AnimatedEnumeration); in fillAttributeToPropertyTypeMap()
/external/webkit/Source/WebCore/wml/
DWMLPElement.cpp73 } else if (attr->name() == modeAttr) { in parseMappedAttribute()
109 String lastMode = lastParagraph->getAttribute(modeAttr); in insertedIntoDocument()
113 setAttribute(modeAttr, lastMode); in insertedIntoDocument()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java226 XSLTAttributeDef modeAttr = new XSLTAttributeDef(null, "mode", in build() local
432 modeAttr }, in build()
793 modeAttr, in build()