Home
last modified time | relevance | path

Searched refs:m_animator (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAnimateElement.cpp73 ASSERT(m_animator); in calculateAnimatedValue()
91 m_animator->setContextElement(targetElement); in calculateAnimatedValue()
95m_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 …]
DSVGAnimatedTypeAnimator.cpp216 : m_animator(animator) in ParsePropertyFromString()
222 return m_animator->createPropertyForAnimation(value); in operator ()()
226 SVGAnimatedTypeAnimator* m_animator; member in blink::ParsePropertyFromString
DSVGAnimateElement.h74 OwnPtrWillBeMember<SVGAnimatedTypeAnimator> m_animator; variable
/external/chromium_org/third_party/WebKit/Source/core/page/
DPage.h141 PageAnimator& animator() { return *m_animator; } in animator()
244 RefPtrWillBeMember<PageAnimator> m_animator; variable
DPage.cpp116 , m_animator(PageAnimator::create(*this)) in Page()
608 visitor->trace(m_animator); in trace()