Searched refs:currentPhase (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationNode.cpp110 const Phase currentPhase = calculatePhase(activeDuration, localTime, m_timing); local
113 const double activeTime = calculateActiveTime(activeDuration, resolvedFillMode(m_timing.fillMode, isAnimation()), localTime, parentPhase, currentPhase, m_timing);
152 m_calculated.phase = currentPhase;
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
H A DCSSAnimations.cpp605 const AnimationNode::Phase currentPhase = animationNode->phase();
608 if (m_previousPhase != currentPhase
609 && (currentPhase == AnimationNode::PhaseActive || currentPhase == AnimationNode::PhaseAfter)
617 if (currentPhase == AnimationNode::PhaseActive && m_previousPhase == currentPhase && m_previousIteration != currentIteration) {
627 if (currentPhase == AnimationNode::PhaseAfter && m_previousPhase != AnimationNode::PhaseAfter)
630 m_previousPhase = currentPhase;
642 const AnimationNode::Phase currentPhase = animationNode->phase();
643 if (currentPhase
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 102 milliseconds