Searched refs:KeyframeValue (Results 1 – 4 of 4) sorted by relevance
38 class KeyframeValue {40 KeyframeValue() in KeyframeValue() function78 Vector<KeyframeValue>::const_iterator beginKeyframes() const { return m_keyframes.begin(); } in beginKeyframes()79 Vector<KeyframeValue>::const_iterator endKeyframes() const { return m_keyframes.end(); } in endKeyframes()83 Vector<KeyframeValue> m_keyframes;
44 Vector<KeyframeValue>::const_iterator it2 = o.m_keyframes.begin(); in operator ==()45 …for (Vector<KeyframeValue>::const_iterator it1 = m_keyframes.begin(); it1 != m_keyframes.end(); ++… in operator ==()72 m_keyframes.insert(i, KeyframeValue()); in insert()81 m_keyframes.append(KeyframeValue()); in insert()
101 Vector<KeyframeValue>::const_iterator endKeyframes = m_keyframes.endKeyframes(); in animate()102 …for (Vector<KeyframeValue>::const_iterator it = m_keyframes.beginKeyframes(); it != endKeyframes; … in animate()249 Vector<KeyframeValue>::const_iterator end = m_keyframes.endKeyframes(); in validateTransformFunctionList()253 Vector<KeyframeValue>::const_iterator firstIt = end; in validateTransformFunctionList()255 …for (Vector<KeyframeValue>::const_iterator it = m_keyframes.beginKeyframes(); it != end; ++it, ++f… in validateTransformFunctionList()268 for (Vector<KeyframeValue>::const_iterator it = firstIt+1; it != end; ++it) { in validateTransformFunctionList()
31003 (WebCore::KeyframeValue::KeyframeValue):31004 (WebCore::KeyframeValue::~KeyframeValue):31005 (WebCore::KeyframeValue::key):31006 (WebCore::KeyframeValue::style):36334 (WebCore::KeyframeValue::KeyframeValue):41832 (WebCore::KeyframeValue::KeyframeValue):