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

  /external/chromium_org/third_party/WebKit/public/platform/
WebURLResponse.h 167 BLINK_PLATFORM_EXPORT void setWasFetchedViaProxy(bool);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp 376 void WebURLResponse::setWasFetchedViaProxy(bool value)
378 m_private->m_resourceResponse->setWasFetchedViaProxy(value);
  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h 160 void setWasFetchedViaProxy(bool value) { m_wasFetchedViaProxy = value; }

Completed in 66 milliseconds