HomeSort by relevance Sort by last modified time
    Searched defs:proxyEnd (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/network/
ResourceLoadTiming.h 47 timing->proxyEnd = proxyEnd;
64 && proxyEnd == other.proxyEnd
83 int proxyEnd;
98 , proxyEnd(-1)
  /external/webkit/Source/WebKit/chromium/src/
WebURLLoadTiming.cpp 76 int WebURLLoadTiming::proxyEnd() const
78 return m_private->proxyEnd;
83 m_private->proxyEnd = end;

Completed in 543 milliseconds