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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DCompositingCoordinator.cpp64 , m_lastAnimationServiceTime(0)
132 m_lastAnimationServiceTime = WTF::monotonicallyIncreasingTime();
133 m_page->mainFrame().view()->serviceScriptedAnimations(m_lastAnimationServiceTime);
143 return std::max<double>(0., MinimalTimeoutForAnimations - WTF::monotonicallyIncreasingTime() + m_lastAnimationServiceTime);
H A DCompositingCoordinator.h152 double m_lastAnimationServiceTime; member in class:WebCore::CompositingCoordinator

Completed in 220 milliseconds