Home | History | Annotate | Download | only in animation

Lines Matching refs:m_requestedStartTime

798     , m_requestedStartTime(0)
943 m_requestedStartTime = 0;
955 m_requestedStartTime = 0;
995 m_requestedStartTime = beginAnimationUpdateTime();
1220 if (beginAnimationUpdateTime() - m_requestedStartTime >= m_animation->delay())
1283 double timeFromNow = m_animation->delay() - (beginAnimationUpdateTime() - m_requestedStartTime);