Searched refs:responseEnd (Results 1 – 12 of 12) sorted by relevance
70 if (!lastEntry || lastEntry.responseEnd < loadTime) {73 return window.performance.now() - lastEntry.responseEnd;
131 double WebPerformance::responseEnd() const in responseEnd() function in blink::WebPerformance133 return millisecondsToSeconds(m_private->timing()->responseEnd()); in responseEnd()
238 unsigned long long PerformanceTiming::responseEnd() const in responseEnd() function in WebCore::PerformanceTiming244 return monotonicTimeToIntegerMilliseconds(timing->responseEnd()); in responseEnd()
64 unsigned long long responseEnd() const;
72 double responseEnd() const;
186 double PerformanceResourceTiming::responseEnd() const in responseEnd() function in WebCore::PerformanceResourceTiming
45 readonly attribute double responseEnd;
46 readonly attribute unsigned long long responseEnd;
58 map.add("responseEnd", &PerformanceTiming::responseEnd); in restrictedKeyMap()
65 double responseEnd() const { return m_responseEnd; } in responseEnd() function
75 BLINK_EXPORT double responseEnd() const;
215 Time response_end = Time::FromDoubleT(performance.responseEnd()); in DumpPerformanceTiming()