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

  /external/webkit/WebCore/svg/animation/
SVGSMILElement.cpp 559 SMILTime SVGSMILElement::simpleDuration() const
605 SMILTime simpleDuration = this->simpleDuration();
606 if (simpleDuration == 0 || (repeatDur.isUnresolved() && repeatCount.isUnresolved()))
607 return simpleDuration;
608 SMILTime repeatCountDuration = simpleDuration * repeatCount;
773 SMILTime simpleDuration = this->simpleDuration();
775 if (simpleDuration.isIndefinite()) {
779 if (simpleDuration == 0)
    [all...]
SVGSMILElement.h 80 SMILTime simpleDuration() const;
  /external/webkit/WebCore/svg/
SVGAnimationElement.cpp 163 return narrowPrecisionToFloat(simpleDuration().value());
369 SMILTime duration = simpleDuration();

Completed in 183 milliseconds