Searched refs:unloadEventEnd (Results 1 – 8 of 8) sorted by relevance
76 double WebPerformance::unloadEventEnd() const in unloadEventEnd() function in blink::WebPerformance78 return millisecondsToSeconds(m_private->timing()->unloadEventEnd()); in unloadEventEnd()
78 unsigned long long PerformanceTiming::unloadEventEnd() const in unloadEventEnd() function in WebCore::PerformanceTiming87 return monotonicTimeToIntegerMilliseconds(timing->unloadEventEnd()); in unloadEventEnd()
57 unsigned long long unloadEventEnd() const;
47 map.add("unloadEventEnd", &PerformanceTiming::unloadEventEnd); in restrictedKeyMap()
37 readonly attribute unsigned long long unloadEventEnd;
58 double unloadEventEnd() const { return m_unloadEventEnd; } in unloadEventEnd() function
68 BLINK_EXPORT double unloadEventEnd() const;
2689 … && !documentLoader->timing()->unloadEventStart() && !documentLoader->timing()->unloadEventEnd()) { in dispatchUnloadEvents()