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

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorProfilerAgent.cpp 96 , m_idleStartTime(0.0)
254 if (!m_idleStartTime)
257 double idleTime = WTF::monotonicallyIncreasingTime() - m_idleStartTime;
258 m_idleStartTime = 0.0;
268 m_idleStartTime = WTF::monotonicallyIncreasingTime();
InspectorProfilerAgent.h 96 double m_idleStartTime;

Completed in 27 milliseconds