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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimateElement.cpp 75 ASSERT(m_animator);
93 m_animator->setContextElement(targetElement);
97 m_animator->calculateAnimatedValue(percentage, repeatCount, m_fromProperty.get(), m_toProperty.get(), toAtEndOfDurationProperty, resultAnimationElement->m_animatedProperty.get());
305 if (m_animator) {
307 m_animator->stopAnimValAnimation(animatedElements);
316 ASSERT(m_animator);
324 if (m_animator->isAnimatingCSSProperty()) {
389 m_animator.clear();
394 if (!m_animator)
395 m_animator = SVGAnimatedTypeAnimator::create(this, targetElement())
    [all...]
SVGAnimateElement.h 73 OwnPtrWillBeMember<SVGAnimatedTypeAnimator> m_animator; member in class:WebCore::SVGAnimateElement
SVGAnimatedTypeAnimator.cpp 216 : m_animator(animator)
222 return m_animator->createPropertyForAnimation(value);
226 SVGAnimatedTypeAnimator* m_animator; member in class:WebCore::ParsePropertyFromString
  /external/chromium_org/third_party/WebKit/Source/core/page/
Page.h 149 PageAnimator& animator() { return m_animator; }
250 PageAnimator m_animator; member in class:WebCore::FINAL
Page.cpp 117 , m_animator(this)

Completed in 159 milliseconds