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

/external/webkit/Source/WebCore/platform/network/chromium/
H A DResourceResponse.h44 , m_wasFetchedViaProxy(false)
57 , m_wasFetchedViaProxy(false)
87 bool wasFetchedViaProxy() const { return m_wasFetchedViaProxy; }
88 void setWasFetchedViaProxy(bool value) { m_wasFetchedViaProxy = value; }
143 bool m_wasFetchedViaProxy; member in class:WebCore::ResourceResponse
166 bool m_wasFetchedViaProxy; member in struct:WebCore::CrossThreadResourceResponseData

Completed in 56 milliseconds