Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/animation/
DKeyframeAnimation.cpp107 const KeyframeValue& currKeyFrame = m_keyframes[i]; in fetchIntervalEndpointsForProperty() local
109 if (!currKeyFrame.containsProperty(property)) in fetchIntervalEndpointsForProperty()
112 if (fractionalTime < currKeyFrame.key()) { in fetchIntervalEndpointsForProperty()