Searched refs:m_animator (Results 1 – 5 of 5) sorted by relevance
73 ASSERT(m_animator); in calculateAnimatedValue()91 m_animator->setContextElement(targetElement); in calculateAnimatedValue()95 …m_animator->calculateAnimatedValue(percentage, repeatCount, m_fromProperty.get(), m_toProperty.get… in calculateAnimatedValue()303 if (m_animator) { in clearAnimatedType()305 m_animator->stopAnimValAnimation(animatedElements); in clearAnimatedType()314 ASSERT(m_animator); in applyResultsToTarget()322 if (m_animator->isAnimatingCSSProperty()) { in applyResultsToTarget()387 m_animator.clear(); in resetAnimatedPropertyType()392 if (!m_animator) in ensureAnimator()393 m_animator = SVGAnimatedTypeAnimator::create(this, targetElement()); in ensureAnimator()[all …]
216 : m_animator(animator) in ParsePropertyFromString()222 return m_animator->createPropertyForAnimation(value); in operator ()()226 SVGAnimatedTypeAnimator* m_animator; member in blink::ParsePropertyFromString
74 OwnPtrWillBeMember<SVGAnimatedTypeAnimator> m_animator; variable
141 PageAnimator& animator() { return *m_animator; } in animator()244 RefPtrWillBeMember<PageAnimator> m_animator; variable
116 , m_animator(PageAnimator::create(*this)) in Page()608 visitor->trace(m_animator); in trace()