Home
last modified time | relevance | path

Searched refs:beginAnimationUpdateTime (Results 1 – 5 of 5) sorted by relevance

/external/webkit/WebCore/page/animation/
DAnimationBase.cpp905 updateStateMachine(AnimationStateInputStartTimeSet, beginAnimationUpdateTime()); in updateStateMachine()
913 startAnimation(beginAnimationUpdateTime() - m_startTime); in updateStateMachine()
923 m_requestedStartTime = beginAnimationUpdateTime(); in updateStateMachine()
942 m_pauseTime = beginAnimationUpdateTime(); in updateStateMachine()
963 updateStateMachine(AnimationStateInputStartTimeSet, beginAnimationUpdateTime()); in updateStateMachine()
999 pauseAnimation(beginAnimationUpdateTime() - m_startTime); in updateStateMachine()
1015 m_pauseTime = beginAnimationUpdateTime(); in updateStateMachine()
1016 pauseAnimation(beginAnimationUpdateTime() - m_startTime); in updateStateMachine()
1038 m_pauseTime = beginAnimationUpdateTime(); in updateStateMachine()
1039 pauseAnimation(beginAnimationUpdateTime() - m_startTime); in updateStateMachine()
[all …]
DAnimationControllerPrivate.h81 double beginAnimationUpdateTime();
DAnimationController.cpp275 double AnimationControllerPrivate::beginAnimationUpdateTime() in beginAnimationUpdateTime() function in WebCore::AnimationControllerPrivate
286 startTimeResponse(beginAnimationUpdateTime()); in endAnimationUpdate()
DAnimationBase.h162 double beginAnimationUpdateTime() const;
/external/webkit/WebCore/
DChangeLog-2009-06-1622649 (WebCore::AnimationBase::beginAnimationUpdateTime):
42958 (WebCore::AnimationBase::beginAnimationUpdateTime):
42972 (WebCore::AnimationControllerPrivate::beginAnimationUpdateTime):
58015 (WebCore::AnimationBase::beginAnimationUpdateTime):
58018 (WebCore::AnimationControllerPrivate::beginAnimationUpdateTime):
58022 (WebCore::AnimationController::beginAnimationUpdateTime):