Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebURLResponse.cpp371 bool WebURLResponse::wasFetchedViaProxy() const in wasFetchedViaProxy() function in blink::WebURLResponse
/external/chromium_org/third_party/WebKit/Source/platform/network/
DResourceResponse.h158 bool wasFetchedViaProxy() const { return m_wasFetchedViaProxy; } in wasFetchedViaProxy() function