Searched refs:unloadEventEnd (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/loader/
H A DDocumentLoadTiming.h35 , unloadEventEnd(0.0)
50 double unloadEventEnd; member in struct:WebCore::DocumentLoadTiming
H A DFrameLoader.cpp397 if (documentLoader && !documentLoader->timing()->unloadEventStart && !documentLoader->timing()->unloadEventEnd) {
400 m_frame->domWindow()->dispatchTimedEvent(unloadEvent, m_frame->domWindow()->document(), &timing->unloadEventStart, &timing->unloadEventEnd);
/external/webkit/Source/WebCore/page/
H A DPerformanceTiming.h56 unsigned long long unloadEventEnd() const;
H A DPerformanceTiming.idl37 readonly attribute unsigned long long unloadEventEnd;
H A DPerformanceTiming.cpp112 unsigned long long PerformanceTiming::unloadEventEnd() const function in class:WebCore::PerformanceTiming
121 return toIntegerMilliseconds(timing->unloadEventEnd);
/external/webkit/Source/WebKit/chromium/src/
H A DWebPerformance.cpp76 double WebPerformance::unloadEventEnd() const function in class:WebKit::WebPerformance
78 return millisecondsToSeconds(m_private->timing()->unloadEventEnd());
/external/webkit/Source/WebKit/chromium/public/
H A DWebPerformance.h64 WEBKIT_API double unloadEventEnd() const;

Completed in 3355 milliseconds