Searched refs:simpleDuration (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/svg/animation/
H A DSVGSMILElement.cpp606 SMILTime SVGSMILElement::simpleDuration() const function in class:WebCore::SVGSMILElement
652 SMILTime simpleDuration = this->simpleDuration(); local
653 if (!simpleDuration || (repeatDur.isUnresolved() && repeatCount.isUnresolved()))
654 return simpleDuration;
655 SMILTime repeatCountDuration = simpleDuration * repeatCount;
821 SMILTime simpleDuration = this->simpleDuration(); local
823 if (simpleDuration.isIndefinite()) {
827 if (!simpleDuration) {
850 SMILTime simpleDuration = this->simpleDuration(); local
[all...]
H A DSVGSMILElement.h91 SMILTime simpleDuration() const;
/external/webkit/Source/WebCore/svg/
H A DSVGAnimationElement.cpp195 return narrowPrecisionToFloat(simpleDuration().value());
397 SMILTime duration = simpleDuration();

Completed in 43 milliseconds