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

/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentLoadTiming.cpp57 double DocumentLoadTiming::monotonicTimeToZeroBasedDocumentTime(double monotonicTime) const
59 if (!monotonicTime)
61 return monotonicTime - m_referenceMonotonicTime;
64 double DocumentLoadTiming::monotonicTimeToPseudoWallTime(double monotonicTime) const
66 if (!monotonicTime)
68 return m_referenceWallTime + monotonicTime - m_referenceMonotonicTime;
H A DDocumentLoadTiming.h51 void setResponseEnd(double monotonicTime) { m_responseEnd = monotonicTime; } argument

Completed in 113 milliseconds