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

  /external/webkit/WebCore/page/animation/
AnimationControllerPrivate.h 82 void setBeginAnimationUpdateTime(double t) { m_beginAnimationUpdateTime = t; }
114 double m_beginAnimationUpdateTime;
AnimationController.cpp 53 , m_beginAnimationUpdateTime(cBeginAnimationUpdateTimeNotSet)
277 if (m_beginAnimationUpdateTime == cBeginAnimationUpdateTimeNotSet)
278 m_beginAnimationUpdateTime = currentTime();
279 return m_beginAnimationUpdateTime;

Completed in 16 milliseconds