OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculatePhase
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationNode.cpp
110
const Phase currentPhase =
calculatePhase
(activeDuration, localTime, m_timing);
138
const AnimationNode::Phase localCurrentPhase =
calculatePhase
(localActiveDuration, localLocalTime, m_timing);
TimingCalculations.h
48
static inline AnimationNode::Phase
calculatePhase
(double activeDuration, double localTime, const Timing& specified)
78
ASSERT(phase ==
calculatePhase
(activeDuration, localTime, specified));
Completed in 390 milliseconds