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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentLoadTiming.h52 void markLoadEventStart() { m_loadEventStart = monotonicallyIncreasingTime(); }
65 double loadEventStart() const { return m_loadEventStart; }
81 double m_loadEventStart; member in class:WebCore::DocumentLoadTiming
H A DDocumentLoadTiming.cpp50 , m_loadEventStart(0.0)

Completed in 167 milliseconds