Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocumentTiming.h36 , domContentLoadedEventEnd(0.0) in DocumentTiming()
44 double domContentLoadedEventEnd; member
DDocument.cpp4276 if (!m_documentTiming.domContentLoadedEventEnd) in finishedParsing()
4277 m_documentTiming.domContentLoadedEventEnd = currentTime(); in finishedParsing()
/external/webkit/Source/WebKit/chromium/src/
DWebPerformance.cpp151 double WebPerformance::domContentLoadedEventEnd() const in domContentLoadedEventEnd() function in WebKit::WebPerformance
153 return millisecondsToSeconds(m_private->timing()->domContentLoadedEventEnd()); in domContentLoadedEventEnd()
/external/webkit/Source/WebCore/page/
DPerformanceTiming.h71 unsigned long long domContentLoadedEventEnd() const;
DPerformanceTiming.cpp309 unsigned long long PerformanceTiming::domContentLoadedEventEnd() const in domContentLoadedEventEnd() function in WebCore::PerformanceTiming
315 return toIntegerMilliseconds(timing->domContentLoadedEventEnd); in domContentLoadedEventEnd()
DPerformanceTiming.idl52 readonly attribute unsigned long long domContentLoadedEventEnd;
/external/webkit/Source/WebKit/chromium/public/
DWebPerformance.h79 WEBKIT_API double domContentLoadedEventEnd() const;
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-163004 domContentLoadedEventEnd as it compares to the FinishDoc metric.
3011 (WebKit::WebPerformance::domContentLoadedEventEnd):
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1639469 (WebCore::PerformanceTiming::domContentLoadedEventEnd):