HomeSort by relevance Sort by last modified time
    Searched refs:wasFetchedViaProxy (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/network/chromium/
ResourceResponse.h 87 bool wasFetchedViaProxy() const { return m_wasFetchedViaProxy; }
  /external/webkit/Source/WebKit/chromium/public/
WebURLResponse.h 156 WEBKIT_API bool wasFetchedViaProxy() const;
  /external/webkit/Source/WebKit/chromium/src/
WebURLResponse.cpp 346 bool WebURLResponse::wasFetchedViaProxy() const
348 return m_private->m_resourceResponse->wasFetchedViaProxy();

Completed in 265 milliseconds