Searched defs:wasFetchedViaProxy (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebURLResponse.cpp369 bool WebURLResponse::wasFetchedViaProxy() const function in class:blink::WebURLResponse
371 return m_private->m_resourceResponse->wasFetchedViaProxy();
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DResourceResponse.h159 bool wasFetchedViaProxy() const { return m_wasFetchedViaProxy; } function in class:blink::ResourceResponse

Completed in 124 milliseconds