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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoadTiming.cpp 59 double DocumentLoadTiming::monotonicTimeToPseudoWallTime(double monotonicTime) const
DocumentLoadTiming.h 41 double monotonicTimeToPseudoWallTime(double) const;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptedAnimationController.cpp 126 double legacyHighResNowMs = 1000.0 * m_document->loader()->timing()->monotonicTimeToPseudoWallTime(monotonicTimeNow);
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceTiming.cpp 353 return toIntegerMilliseconds(timing->monotonicTimeToPseudoWallTime(monotonicSeconds));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorResourceAgent.cpp 203 .setRequestTime(loader->timing()->monotonicTimeToPseudoWallTime(timing.requestTime))
395 finishTime = loader->timing()->monotonicTimeToPseudoWallTime(monotonicFinishTime);
InspectorTimelineAgent.cpp 765 finishTime = loader->timing()->monotonicTimeToPseudoWallTime(monotonicFinishTime);
    [all...]

Completed in 225 milliseconds