Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformanceTiming.cpp63 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 …]
DPerformanceTiming.h81 unsigned long long monotonicTimeToIntegerMilliseconds(double) const;