Searched refs:m_lastEventProcessingTime (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DTraceEventDispatcher.cpp67 if (m_processEventsTaskInFlight || event.timestamp() - m_lastEventProcessingTime <= eventProcessingThresholdInSeconds)
86 m_lastEventProcessingTime = WTF::monotonicallyIncreasingTime();
H A DTraceEventDispatcher.h167 , m_lastEventProcessingTime(0)
183 double m_lastEventProcessingTime; member in class:blink::TraceEventDispatcher

Completed in 75 milliseconds