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

  /external/chromium_org/third_party/WebKit/public/platform/
WebURLResponse.h 166 BLINK_PLATFORM_EXPORT bool wasFetchedViaProxy() const;
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp 371 bool WebURLResponse::wasFetchedViaProxy() const
373 return m_private->m_resourceResponse->wasFetchedViaProxy();
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h 159 bool wasFetchedViaProxy() const { return m_wasFetchedViaProxy; }

Completed in 44 milliseconds