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 164 BLINK_PLATFORM_EXPORT void setWasFetchedViaProxy(bool);
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebURLResponse.cpp 374 void WebURLResponse::setWasFetchedViaProxy(bool value)
376 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 537 milliseconds