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

  /external/webkit/Source/WebCore/page/animation/
AnimationControllerPrivate.h 88 void setBeginAnimationUpdateTime(double t) { m_beginAnimationUpdateTime = t; }
127 double m_beginAnimationUpdateTime;
AnimationController.cpp 55 , m_beginAnimationUpdateTime(cBeginAnimationUpdateTimeNotSet)
318 if (m_beginAnimationUpdateTime == cBeginAnimationUpdateTimeNotSet)
319 m_beginAnimationUpdateTime = currentTime();
320 return m_beginAnimationUpdateTime;

Completed in 447 milliseconds