Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/animation/
DKeyframeAnimation.cpp101 Vector<KeyframeValue>::const_iterator endKeyframes = m_keyframes.endKeyframes(); in animate() local
102 …ector<KeyframeValue>::const_iterator it = m_keyframes.beginKeyframes(); it != endKeyframes; ++it) { in animate()
249 Vector<KeyframeValue>::const_iterator end = m_keyframes.endKeyframes(); in validateTransformFunctionList()
/external/webkit/WebCore/rendering/style/
DKeyframeList.h79 Vector<KeyframeValue>::const_iterator endKeyframes() const { return m_keyframes.end(); } in endKeyframes() function
/external/webkit/WebCore/css/
DCSSStyleSelector.cpp1290 last = (list.endKeyframes()-1)->key(); in keyframeStylesForAnimation()
/external/webkit/WebCore/
DChangeLog36345 (WebCore::KeyframeList::endKeyframes):