Searched refs:unloadEventEnd (Results 1 – 11 of 11) sorted by relevance
35 , unloadEventEnd(0.0) in DocumentLoadTiming()50 double unloadEventEnd; member
392 …ader && !documentLoader->timing()->unloadEventStart && !documentLoader->timing()->unloadEventEnd) { in stopLoading()395 …unloadEvent, m_frame->domWindow()->document(), &timing->unloadEventStart, &timing->unloadEventEnd); in stopLoading()
76 double WebPerformance::unloadEventEnd() const in unloadEventEnd() function in WebKit::WebPerformance78 return millisecondsToSeconds(m_private->timing()->unloadEventEnd()); in unloadEventEnd()
112 unsigned long long PerformanceTiming::unloadEventEnd() const in unloadEventEnd() function in WebCore::PerformanceTiming121 return toIntegerMilliseconds(timing->unloadEventEnd); in unloadEventEnd()
56 unsigned long long unloadEventEnd() const;
37 readonly attribute unsigned long long unloadEventEnd;
64 WEBKIT_API double unloadEventEnd() const;
4730 (WebKit::WebPerformance::unloadEventEnd):8256 (WebKit::WebPerformance::unloadEventEnd):
13171 (WebCore::PerformanceTiming::unloadEventEnd):97180 Only set unloadEventEnd when the unload event is actually fired97280 …(WebCore::FrameLoader::stopLoading): Set unloadEventEnd on the provisional DocumentLoader. Add som…97297 (WebCore::Timing::unloadEventEnd):102826 Implement unloadEventEnd, loadEventStart, and loadEventEnd for Web Timing102842 (WebCore::Timing::unloadEventEnd):
32094 (WebCore::PerformanceTiming::unloadEventEnd): Ditto.
60535 (WebCore::PerformanceTiming::unloadEventEnd): Ditto.