Home
last modified time | relevance | path

Searched defs:resultElement (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
DSMILTimeContainer.cpp278 SVGSMILElement* resultElement = resultsElements.get(key).get(); in updateAnimations() local
DSVGSMILElement.cpp882 void SVGSMILElement::progress(SMILTime elapsed, SVGSMILElement* resultElement) in progress()
/external/webkit/Source/WebCore/svg/
DSVGAnimateElement.cpp167 …teElement::calculateAnimatedValue(float percentage, unsigned repeat, SVGSMILElement* resultElement) in calculateAnimatedValue()
DSVGAnimationElement.cpp534 …SVGAnimationElement::updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) in updateAnimation()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java353 XSLTElementDef resultElement = new XSLTElementDef(this, null, "*", in build() local