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

/external/webkit/Source/WebCore/page/animation/
H A DAnimationBase.cpp977 updateStateMachine(AnimationStateInputStartTimeSet, beginAnimationUpdateTime());
985 startAnimation(beginAnimationUpdateTime() - m_startTime);
995 m_requestedStartTime = beginAnimationUpdateTime();
1014 m_pauseTime = beginAnimationUpdateTime();
1033 updateStateMachine(AnimationStateInputStartTimeSet, beginAnimationUpdateTime());
1046 m_pauseTime = beginAnimationUpdateTime();
1075 m_pauseTime = beginAnimationUpdateTime();
1076 pauseAnimation(beginAnimationUpdateTime() - m_startTime);
1092 m_pauseTime = beginAnimationUpdateTime();
1093 pauseAnimation(beginAnimationUpdateTime()
1393 double AnimationBase::beginAnimationUpdateTime() const function in class:WebCore::AnimationBase
[all...]
H A DAnimationControllerPrivate.h87 double beginAnimationUpdateTime();
H A DAnimationBase.h171 double beginAnimationUpdateTime() const;
H A DAnimationController.cpp316 double AnimationControllerPrivate::beginAnimationUpdateTime() function in class:WebCore::AnimationControllerPrivate
327 startTimeResponse(beginAnimationUpdateTime());
406 // In the second case, we just pass in the beginAnimationUpdateTime().

Completed in 47 milliseconds