Searched refs:domContentLoadedEventEnd (Results 1 – 9 of 9) sorted by relevance
36 , domContentLoadedEventEnd(0.0) in DocumentTiming()44 double domContentLoadedEventEnd; member
4278 if (!m_documentTiming.domContentLoadedEventEnd) in finishedParsing()4279 m_documentTiming.domContentLoadedEventEnd = monotonicallyIncreasingTime(); in finishedParsing()
151 double WebPerformance::domContentLoadedEventEnd() const in domContentLoadedEventEnd() function in blink::WebPerformance153 return millisecondsToSeconds(m_private->timing()->domContentLoadedEventEnd()); in domContentLoadedEventEnd()
274 unsigned long long PerformanceTiming::domContentLoadedEventEnd() const in domContentLoadedEventEnd() function in WebCore::PerformanceTiming280 return monotonicTimeToIntegerMilliseconds(timing->domContentLoadedEventEnd); in domContentLoadedEventEnd()
68 unsigned long long domContentLoadedEventEnd() const;
50 readonly attribute unsigned long long domContentLoadedEventEnd;
62 map.add("domContentLoadedEventEnd", &PerformanceTiming::domContentLoadedEventEnd); in restrictedKeyMap()
79 BLINK_EXPORT double domContentLoadedEventEnd() const;
221 Time::FromDoubleT(performance.domContentLoadedEventEnd()); in DumpPerformanceTiming()