Searched refs:m_lastAnimationFrameTimeMonotonic (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DScriptedAnimationController.cpp57 , m_lastAnimationFrameTimeMonotonic(0)
202 double scheduleDelay = max<double>(animationInterval - (monotonicallyIncreasingTime() - m_lastAnimationFrameTimeMonotonic), 0);
213 m_lastAnimationFrameTimeMonotonic = monotonicallyIncreasingTime();
214 serviceScriptedAnimations(m_lastAnimationFrameTimeMonotonic);
H A DScriptedAnimationController.h87 double m_lastAnimationFrameTimeMonotonic; member in class:WebCore::ScriptedAnimationController

Completed in 50 milliseconds