Home
last modified time | relevance | path

Searched refs:toIntegerMilliseconds (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformanceTiming.cpp45 static unsigned long long toIntegerMilliseconds(double seconds) in toIntegerMilliseconds() function
353 return toIntegerMilliseconds(timing->monotonicTimeToPseudoWallTime(monotonicSeconds)); in monotonicTimeToIntegerMilliseconds()