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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedTypeAnimator.h 63 bool isAnimatingCSSProperty() const { return !m_animatedProperty; }
SVGAnimateElement.cpp 295 if (ensureAnimator()->isAnimatingCSSProperty()) {
322 if (m_animator->isAnimatingCSSProperty()) {
SVGAnimatedTypeAnimator.cpp 82 ASSERT(isAnimatingCSSProperty());

Completed in 531 milliseconds