Searched refs:proxyEnd (Results 1 – 5 of 5) sorted by relevance
47 timing->proxyEnd = proxyEnd; in deepCopy()67 && proxyEnd == other.proxyEnd94 double proxyEnd; variable114 , proxyEnd(0) in ResourceLoadTiming()
74 double WebURLLoadTiming::proxyEnd() const in proxyEnd() function in blink::WebURLLoadTiming76 return m_private->proxyEnd; in proxyEnd()81 m_private->proxyEnd = end; in setProxyEnd()
66 BLINK_PLATFORM_EXPORT double proxyEnd() const;
140 … addRow(WebInspector.UIString("Proxy negotiation"), "proxy", timing.proxyStart, timing.proxyEnd);
209 .setProxyEnd(timing.calculateMillisecondDelta(timing.proxyEnd)) in buildObjectForTiming()