Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DPerformanceTiming.cpp46 static unsigned long long toIntegerMilliseconds(double seconds) in toIntegerMilliseconds() function
97 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 …]
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0613165 (WebCore::toIntegerMilliseconds):
99173 …(WebCore::toIntegerMilliseconds): Move to file static instead of class static because it might gen…