Searched refs:redirectEnd (Results 1 – 11 of 11) sorted by relevance
86 double WebPerformance::redirectEnd() const in redirectEnd() function in blink::WebPerformance88 return millisecondsToSeconds(m_private->timing()->redirectEnd()); in redirectEnd()
102 unsigned long long PerformanceTiming::redirectEnd() const in redirectEnd() function in WebCore::PerformanceTiming111 return monotonicTimeToIntegerMilliseconds(timing->redirectEnd()); in redirectEnd()
55 unsigned long long redirectEnd() const;
63 double redirectEnd() const;
81 double PerformanceResourceTiming::redirectEnd() const in redirectEnd() function in WebCore::PerformanceResourceTiming
36 readonly attribute double redirectEnd;
37 readonly attribute unsigned long long redirectEnd;
49 map.add("redirectEnd", &PerformanceTiming::redirectEnd); in restrictedKeyMap()
62 double redirectEnd() const { return m_redirectEnd; } in redirectEnd() function
66 BLINK_EXPORT double redirectEnd() const;
207 Time redirect_end = Time::FromDoubleT(performance.redirectEnd()); in DumpPerformanceTiming()