Home
last modified time | relevance | path

Searched refs:PhaseBefore (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
DTimingCalculationsTest.cpp48 …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()
DTimingCalculations.h54 return AnimationNode::PhaseBefore; in calculatePhase()
63 case AnimationNode::PhaseBefore: in isActiveInParentPhase()
81 case AnimationNode::PhaseBefore: in calculateActiveTime()
DAnimationNode.h68 PhaseBefore, enumerator
DAnimationNode.cpp155 …m_calculated.isCurrent = phase() == PhaseBefore || isInPlay() || (m_parent && m_parent->isCurrent(… in updateInheritedTime()
DAnimation.cpp197 case PhaseBefore: in calculateTimeToEffectChange()
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp610 …& (m_previousPhase == AnimationNode::PhaseNone || m_previousPhase == AnimationNode::PhaseBefore)) { in onEventCondition()