Searched refs:toIntegerMilliseconds (Results 1 – 2 of 2) sorted by relevance
46 static unsigned long long toIntegerMilliseconds(double seconds) in toIntegerMilliseconds() function97 return toIntegerMilliseconds(timing->navigationStart); in navigationStart()109 return toIntegerMilliseconds(timing->unloadEventStart); in unloadEventStart()121 return toIntegerMilliseconds(timing->unloadEventEnd); in unloadEventEnd()133 return toIntegerMilliseconds(timing->redirectStart); in redirectStart()145 return toIntegerMilliseconds(timing->redirectEnd); in redirectEnd()154 return toIntegerMilliseconds(timing->fetchStart); in fetchStart()279 return toIntegerMilliseconds(timing->responseEnd); in responseEnd()288 return toIntegerMilliseconds(timing->domLoading); in domLoading()297 return toIntegerMilliseconds(timing->domInteractive); in domInteractive()[all …]
13165 (WebCore::toIntegerMilliseconds):99173 …(WebCore::toIntegerMilliseconds): Move to file static instead of class static because it might gen…