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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.cpp 64 , m_storedTimeLag(0)
112 return std::isinf(time) ? time : time - m_storedTimeLag;
124 m_storedTimeLag = nullValue();
127 m_storedTimeLag = currentTimeWithoutLag() - newCurrentTime;
143 m_storedTimeLag = nullValue();
AnimationPlayer.h 171 double m_storedTimeLag;

Completed in 829 milliseconds