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

/macosx-10.10/WebCore-7600.1.25/page/
H A DPerformanceTiming.h53 unsigned long long unloadEventStart() const;
H A DPerformanceTiming.idl36 readonly attribute unsigned long long unloadEventStart;
H A DPerformanceTiming.cpp68 unsigned long long PerformanceTiming::unloadEventStart() const function in class:WebCore::PerformanceTiming
77 return monotonicTimeToIntegerMilliseconds(timing->unloadEventStart());
H A DPerformanceUserTiming.cpp47 map.add("unloadEventStart", &PerformanceTiming::unloadEventStart);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentLoadTiming.h58 double unloadEventStart() const { return m_unloadEventStart; } function in class:WebCore::DocumentLoadTiming
H A DFrameLoader.cpp460 if (documentLoader && !documentLoader->timing()->unloadEventStart() && !documentLoader->timing()->unloadEventEnd()) {

Completed in 217 milliseconds