Searched refs:monotonicTimeToPseudoWallTime (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentLoadTiming.cpp64 double DocumentLoadTiming::monotonicTimeToPseudoWallTime(double monotonicTime) const function in class:WebCore::DocumentLoadTiming
H A DDocumentLoadTiming.h41 double monotonicTimeToPseudoWallTime(double) const;
/macosx-10.10/WebCore-7600.1.25/dom/
H A DScriptedAnimationController.cpp136 double legacyHighResNowMs = 1000.0 * m_document->loader()->timing()->monotonicTimeToPseudoWallTime(monotonicTimeNow);
/macosx-10.10/WebCore-7600.1.25/page/
H A DPerformanceTiming.cpp345 return toIntegerMilliseconds(timing->monotonicTimeToPseudoWallTime(monotonicSeconds));

Completed in 116 milliseconds