Searched refs:m_unloadEventEnd (Results 1 – 2 of 2) sorted by relevance
47 void markUnloadEventEnd() { m_unloadEventEnd = monotonicallyIncreasingTime(); } in markUnloadEventEnd()57 double unloadEventEnd() const { return m_unloadEventEnd; } in unloadEventEnd()75 double m_unloadEventEnd; variable
39 , m_unloadEventEnd(0.0) in DocumentLoadTiming()