Searched refs:wasFetchedViaProxy (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebURLResponse.h166 WEBKIT_EXPORT bool wasFetchedViaProxy() const;
/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
H A DWebURLResponse.cpp373 bool WebURLResponse::wasFetchedViaProxy() const function in class:WebKit::WebURLResponse
375 return m_private->m_resourceResponse->wasFetchedViaProxy();
/external/chromium_org/third_party/WebKit/Source/core/platform/network/
H A DResourceResponse.h160 bool wasFetchedViaProxy() const { return m_wasFetchedViaProxy; } function in class:WebCore::ResourceResponse

Completed in 75 milliseconds