Searched refs:monotonicTimeToIntegerMilliseconds (Results 1 – 2 of 2) sorted by relevance
63 return monotonicTimeToIntegerMilliseconds(timing->navigationStart()); in navigationStart()75 return monotonicTimeToIntegerMilliseconds(timing->unloadEventStart()); in unloadEventStart()87 return monotonicTimeToIntegerMilliseconds(timing->unloadEventEnd()); in unloadEventEnd()99 return monotonicTimeToIntegerMilliseconds(timing->redirectStart()); in redirectStart()111 return monotonicTimeToIntegerMilliseconds(timing->redirectEnd()); in redirectEnd()120 return monotonicTimeToIntegerMilliseconds(timing->fetchStart()); in fetchStart()135 return monotonicTimeToIntegerMilliseconds(dnsStart); in domainLookupStart()150 return monotonicTimeToIntegerMilliseconds(dnsEnd); in domainLookupEnd()174 return monotonicTimeToIntegerMilliseconds(connectStart); in connectStart()193 return monotonicTimeToIntegerMilliseconds(connectEnd); in connectEnd()[all …]
81 unsigned long long monotonicTimeToIntegerMilliseconds(double) const;