Searched defs:keyTime (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsLayer.h105 AnimationValue(float keyTime, PassRefPtr<TimingFunction> timingFunction = 0) argument
106 : m_keyTime(keyTime)
114 float keyTime() const { return m_keyTime; } function in class:WebCore::AnimationValue
125 FloatAnimationValue(float keyTime, float value, PassRefPtr<TimingFunction> timingFunction = 0) argument
126 : AnimationValue(keyTime, timingFunction)
140 TransformAnimationValue(float keyTime, const TransformOperations* value = 0, PassRefPtr<TimingFunction> timingFunction = 0) argument
141 : AnimationValue(keyTime, timingFunction)
174 // Insert, sorted by keyTime. Takes ownership of the pointer.

Completed in 51 milliseconds