Searched refs:setKeyTimes (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/ca/
H A DPlatformCAAnimation.h131 void setKeyTimes(const Vector<float>&);
H A DGraphicsLayerCA.cpp1757 keyframeAnim->setKeyTimes(keyTimes);
1868 keyframeAnim->setKeyTimes(keyTimes);
/external/webkit/Source/WebCore/platform/graphics/ca/mac/
H A DPlatformCAAnimationMac.mm531 void PlatformCAAnimation::setKeyTimes(const Vector<float>& value)
538 [static_cast<CAKeyframeAnimation*>(m_animation.get()) setKeyTimes:array];
544 [static_cast<CAKeyframeAnimation*>(m_animation.get()) setKeyTimes:[other keyTimes]];
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCAAnimationWin.cpp490 void PlatformCAAnimation::setKeyTimes(const Vector<float>& value) function in class:PlatformCAAnimation

Completed in 165 milliseconds