Searched refs:PhaseBefore (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | TimingCalculationsTest.cpp | 48 …20, Timing::FillModeForwards, 0, AnimationNode::PhaseActive, AnimationNode::PhaseBefore, timing))); in TEST() 49 …ime(20, Timing::FillModeNone, 0, AnimationNode::PhaseActive, AnimationNode::PhaseBefore, timing))); in TEST() 50 …20, Timing::FillModeBackwards, 0, AnimationNode::PhaseActive, AnimationNode::PhaseBefore, timing)); in TEST() 51 …Time(20, Timing::FillModeBoth, 0, AnimationNode::PhaseActive, AnimationNode::PhaseBefore, timing)); in TEST() 56 …EXPECT_TRUE(isNull(calculateActiveTime(20, Timing::FillModeNone, 15, AnimationNode::PhaseBefore, A… in TEST() 57 …l(calculateActiveTime(20, Timing::FillModeForwards, 15, AnimationNode::PhaseBefore, AnimationNode:… in TEST()
|
D | TimingCalculations.h | 54 return AnimationNode::PhaseBefore; in calculatePhase() 63 case AnimationNode::PhaseBefore: in isActiveInParentPhase() 81 case AnimationNode::PhaseBefore: in calculateActiveTime()
|
D | AnimationNode.h | 68 PhaseBefore, enumerator
|
D | AnimationNode.cpp | 155 …m_calculated.isCurrent = phase() == PhaseBefore || isInPlay() || (m_parent && m_parent->isCurrent(… in updateInheritedTime()
|
D | Animation.cpp | 197 case PhaseBefore: in calculateTimeToEffectChange()
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.cpp | 610 …& (m_previousPhase == AnimationNode::PhaseNone || m_previousPhase == AnimationNode::PhaseBefore)) { in onEventCondition()
|