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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.h 54 void markLoadEventEnd() { m_loadEventEnd = monotonicallyIncreasingTime(); }
67 double loadEventEnd() const { return m_loadEventEnd; }
85 double m_loadEventEnd;
DocumentLoadTiming.cpp 46 , m_loadEventEnd(0.0)

Completed in 570 milliseconds