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

/macosx-10.10/WebCore-7600.1.25/page/
H A DPerformanceTiming.h54 unsigned long long unloadEventEnd() const;
H A DPerformanceTiming.idl37 readonly attribute unsigned long long unloadEventEnd;
H A DPerformanceTiming.cpp80 unsigned long long PerformanceTiming::unloadEventEnd() const function in class:WebCore::PerformanceTiming
89 return monotonicTimeToIntegerMilliseconds(timing->unloadEventEnd());
H A DPerformanceUserTiming.cpp48 map.add("unloadEventEnd", &PerformanceTiming::unloadEventEnd);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentLoadTiming.h59 double unloadEventEnd() const { return m_unloadEventEnd; } function in class:WebCore::DocumentLoadTiming
H A DFrameLoader.cpp460 if (documentLoader && !documentLoader->timing()->unloadEventStart() && !documentLoader->timing()->unloadEventEnd()) {

Completed in 195 milliseconds