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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimationElement.h 82 bool isAccumulated() const;
155 if (isAccumulated() && repeatCount)
SVGAnimatedPath.cpp 137 if (m_animationElement->isAccumulated() && repeatCount)
SVGAnimatedTransformList.cpp 120 if (m_animationElement->isAccumulated() && repeatCount) {
SVGAnimateMotionElement.cpp 265 if (isAccumulated() && repeatCount && m_hasToPointAtEndOfDuration)
289 if (isAccumulated() && repeatCount) {
SVGAnimationElement.cpp 355 bool SVGAnimationElement::isAccumulated() const

Completed in 165 milliseconds