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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
SampledEffect.cpp 13 : m_animation(animation)
27 return m_animation;
29 if (!m_animation)
41 m_animation = nullptr;
47 if (canChange() && m_animation->isCurrent())
60 visitor->trace(m_animation);
SampledEffect.h 29 Animation* animation() const { return m_animation; }
40 RawPtrWillBeWeakMember<Animation> m_animation; member in class:blink::SampledEffect
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SVGSMILElement.cpp 126 m_animation = 0;
132 , m_animation(animation)
139 SVGSMILElement* m_animation; member in class:blink::FINAL
146 return m_animation == conditionEventListener->m_animation && m_condition == conditionEventListener->m_condition;
152 if (!m_animation)
154 m_animation->handleConditionEvent(event, m_condition);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.mm 312 , m_animation(animation)
330 [m_animation setCurrentProgress:1];
351 [m_animation setCurrentProgress:progress];
357 WebScrollbarPartAnimation* m_animation; // Weak, owns this.
    [all...]

Completed in 126 milliseconds