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

  /external/webkit/Source/WebCore/platform/network/chromium/
ResourceResponse.h 44 , 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;
166 bool m_wasFetchedViaProxy;
ResourceResponse.cpp 39 data->m_wasFetchedViaProxy = m_wasFetchedViaProxy;
55 m_wasFetchedViaProxy = data->m_wasFetchedViaProxy;

Completed in 80 milliseconds