HomeSort by relevance Sort by last modified time
    Searched refs:beginAnimationUpdateTime (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/animation/
AnimationBase.cpp 129 updateStateMachine(AnimationStateInputStartTimeSet, beginAnimationUpdateTime());
137 startAnimation(beginAnimationUpdateTime() - m_startTime);
147 m_requestedStartTime = beginAnimationUpdateTime();
166 m_pauseTime = beginAnimationUpdateTime();
185 updateStateMachine(AnimationStateInputStartTimeSet, beginAnimationUpdateTime());
198 m_pauseTime = beginAnimationUpdateTime();
227 m_pauseTime = beginAnimationUpdateTime();
228 pauseAnimation(beginAnimationUpdateTime() - m_startTime);
244 m_pauseTime = beginAnimationUpdateTime();
245 pauseAnimation(beginAnimationUpdateTime() - m_startTime)
    [all...]
AnimationControllerPrivate.h 93 double beginAnimationUpdateTime();
AnimationBase.h 171 double beginAnimationUpdateTime() const;
AnimationController.cpp 346 double AnimationControllerPrivate::beginAnimationUpdateTime()
357 startTimeResponse(beginAnimationUpdateTime());
435 // In the second case, we just pass in the beginAnimationUpdateTime().

Completed in 32 milliseconds