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

  /external/webkit/Source/WebCore/svg/animation/
SVGSMILElement.cpp 606 SMILTime SVGSMILElement::simpleDuration() const
652 SMILTime simpleDuration = this->simpleDuration();
653 if (!simpleDuration || (repeatDur.isUnresolved() && repeatCount.isUnresolved()))
654 return simpleDuration;
655 SMILTime repeatCountDuration = simpleDuration * repeatCount;
821 SMILTime simpleDuration = this->simpleDuration();
823 if (simpleDuration.isIndefinite()) {
827 if (!simpleDuration) {
    [all...]
SVGSMILElement.h 91 SMILTime simpleDuration() const;
  /external/webkit/Source/WebCore/svg/
SVGAnimationElement.cpp 195 return narrowPrecisionToFloat(simpleDuration().value());
397 SMILTime duration = simpleDuration();

Completed in 733 milliseconds