Home
last modified time | relevance | path

Searched refs:proxyEnd (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DResourceLoadTiming.h47 timing->proxyEnd = proxyEnd; in deepCopy()
64 && proxyEnd == other.proxyEnd
83 int proxyEnd; variable
98 , proxyEnd(-1) in ResourceLoadTiming()
/external/webkit/Source/WebKit/chromium/src/
DWebURLLoadTiming.cpp76 int WebURLLoadTiming::proxyEnd() const in proxyEnd() function in WebKit::WebURLLoadTiming
78 return m_private->proxyEnd; in proxyEnd()
83 m_private->proxyEnd = end; in setProxyEnd()
/external/webkit/Source/WebKit/chromium/public/
DWebURLLoadTiming.h66 WEBKIT_API int proxyEnd() const;
/external/webkit/Source/WebCore/inspector/front-end/
DResourceTimingView.js88 …Row(WebInspector.UIString("Proxy"), "proxy", resource.timing.proxyStart, resource.timing.proxyEnd);
/external/webkit/Source/WebCore/inspector/
DInspectorResourceAgent.cpp206 timingObject->setNumber("proxyEnd", timing.proxyEnd); in buildObjectForTiming()
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1614231 (WebKit::WebURLLoadTiming::proxyEnd):