Searched defs:domContentLoadedEventStart (Results 1 - 3 of 3) sorted by last modified time

/external/webkit/Source/WebKit/chromium/src/
H A DWebPerformance.cpp146 double WebPerformance::domContentLoadedEventStart() const function in class:WebKit::WebPerformance
148 return millisecondsToSeconds(m_private->timing()->domContentLoadedEventStart());
/external/webkit/Source/WebCore/dom/
H A DDocumentTiming.h35 , domContentLoadedEventStart(0.0)
43 double domContentLoadedEventStart; member in struct:WebCore::DocumentTiming
/external/webkit/Source/WebCore/page/
H A DPerformanceTiming.cpp300 unsigned long long PerformanceTiming::domContentLoadedEventStart() const function in class:WebCore::PerformanceTiming
306 return toIntegerMilliseconds(timing->domContentLoadedEventStart);

Completed in 84 milliseconds