Home
last modified time | relevance | path

Searched refs:unloadEventEnd (Results 1 – 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/loader/
DDocumentLoadTiming.h35 , unloadEventEnd(0.0) in DocumentLoadTiming()
50 double unloadEventEnd; member
DFrameLoader.cpp392 …ader && !documentLoader->timing()->unloadEventStart && !documentLoader->timing()->unloadEventEnd) { in stopLoading()
395 …unloadEvent, m_frame->domWindow()->document(), &timing->unloadEventStart, &timing->unloadEventEnd); in stopLoading()
/external/webkit/Source/WebKit/chromium/src/
DWebPerformance.cpp76 double WebPerformance::unloadEventEnd() const in unloadEventEnd() function in WebKit::WebPerformance
78 return millisecondsToSeconds(m_private->timing()->unloadEventEnd()); in unloadEventEnd()
/external/webkit/Source/WebCore/page/
DPerformanceTiming.cpp112 unsigned long long PerformanceTiming::unloadEventEnd() const in unloadEventEnd() function in WebCore::PerformanceTiming
121 return toIntegerMilliseconds(timing->unloadEventEnd); in unloadEventEnd()
DPerformanceTiming.h56 unsigned long long unloadEventEnd() const;
DPerformanceTiming.idl37 readonly attribute unsigned long long unloadEventEnd;
/external/webkit/Source/WebKit/chromium/public/
DWebPerformance.h64 WEBKIT_API double unloadEventEnd() const;
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-164730 (WebKit::WebPerformance::unloadEventEnd):
8256 (WebKit::WebPerformance::unloadEventEnd):
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0613171 (WebCore::PerformanceTiming::unloadEventEnd):
97180 Only set unloadEventEnd when the unload event is actually fired
97280 …(WebCore::FrameLoader::stopLoading): Set unloadEventEnd on the provisional DocumentLoader. Add som…
97297 (WebCore::Timing::unloadEventEnd):
102826 Implement unloadEventEnd, loadEventStart, and loadEventEnd for Web Timing
102842 (WebCore::Timing::unloadEventEnd):
DChangeLog-2011-02-1632094 (WebCore::PerformanceTiming::unloadEventEnd): Ditto.
DChangeLog60535 (WebCore::PerformanceTiming::unloadEventEnd): Ditto.