Home
last modified time | relevance | path

Searched refs:isContributing (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/svg/animation/
DSVGSMILElement.h88 bool isContributing(SMILTime elapsed) const;
DSMILTimeContainer.cpp289 else if (!animation->isContributing(elapsed)) { in updateAnimations()
DSVGSMILElement.cpp828 bool SVGSMILElement::isContributing(SMILTime elapsed) const in isContributing() function in WebCore::SVGSMILElement
872 if (isContributing(elapsed)) { in progress()
/external/webkit/WebCore/
DChangeLog-2008-08-1029631 (WebCore::SVGSMILElement::isContributing):