Home | History | Annotate | Download | only in fetch

Lines Matching refs:m_responseTimestamp

100     , m_responseTimestamp(currentTime())
392 m_responseTimestamp = currentTime();
739 m_responseTimestamp = currentTime();
816 if (!canUseResponse(m_redirectChain[i].m_redirectResponse, m_responseTimestamp))
831 return !canUseResponse(m_response, m_responseTimestamp) || m_resourceRequest.cacheControlContainsNoCache() || m_resourceRequest.cacheControlContainsNoStore();