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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TraceEventDispatcher.cpp 67 if (m_processEventsTaskInFlight || event.timestamp() - m_lastEventProcessingTime <= eventProcessingThresholdInSeconds)
86 m_lastEventProcessingTime = WTF::monotonicallyIncreasingTime();
TraceEventDispatcher.h 167 , m_lastEventProcessingTime(0)
183 double m_lastEventProcessingTime;

Completed in 40 milliseconds