Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/animation/
DAnimationBase.h164 double getElapsedTime() const;
DKeyframeAnimation.cpp68 double elapsedTime = getElapsedTime(); in getKeyframeAnimationInterval()
DAnimationBase.cpp1181 double elapsedTime = getElapsedTime(); in progress()
1273 double AnimationBase::getElapsedTime() const in getElapsedTime() function in WebCore::AnimationBase
/external/webkit/WebCore/
DChangeLog-2009-06-1655274 I added a common getElapsedTime() function to AnimationBase which uses a combination of
55280 (WebCore::AnimationBase::getElapsedTime):