HomeSort by relevance Sort by last modified time
    Searched refs:m_wasFetchedViaProxy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.h 158 bool wasFetchedViaProxy() const { return m_wasFetchedViaProxy; }
159 void setWasFetchedViaProxy(bool value) { m_wasFetchedViaProxy = value; }
256 bool m_wasFetchedViaProxy;
304 bool m_wasFetchedViaProxy;
ResourceResponse.cpp 66 , m_wasFetchedViaProxy(false)
103 , m_wasFetchedViaProxy(false)
132 response->m_wasFetchedViaProxy = data->m_wasFetchedViaProxy;
167 data->m_wasFetchedViaProxy = m_wasFetchedViaProxy;

Completed in 449 milliseconds