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

/macosx-10.10/WebCore-7600.1.25/replay/
H A DEventLoopInputDispatcher.cpp56 , m_previousDispatchStartTime(0.0)
109 double elapsed = monotonicallyIncreasingTime() - m_previousDispatchStartTime;
133 m_previousDispatchStartTime = monotonicallyIncreasingTime();
H A DEventLoopInputDispatcher.h91 double m_previousDispatchStartTime; member in class:WebCore::EventLoopInputDispatcher

Completed in 68 milliseconds