Searched defs:domContentLoadedEventEnd (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentTiming.h36 , domContentLoadedEventEnd(0.0)
44 double domContentLoadedEventEnd; member in struct:blink::DocumentTiming
/external/chromium_org/third_party/WebKit/Source/core/timing/
H A DPerformanceTiming.cpp273 unsigned long long PerformanceTiming::domContentLoadedEventEnd() const function in class:blink::PerformanceTiming
279 return monotonicTimeToIntegerMilliseconds(timing->domContentLoadedEventEnd);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPerformance.cpp149 double WebPerformance::domContentLoadedEventEnd() const function in class:blink::WebPerformance
151 return millisecondsToSeconds(m_private->timing()->domContentLoadedEventEnd());

Completed in 199 milliseconds