Searched refs:m_responseTimestamp (Results 1 – 2 of 2) sorted by relevance
100 , m_responseTimestamp(currentTime()) in Resource()392 m_responseTimestamp = currentTime(); in responseReceived()739 m_responseTimestamp = currentTime(); in updateResponseAfterRevalidation()816 if (!canUseResponse(m_redirectChain[i].m_redirectResponse, m_responseTimestamp)) in canReuseRedirectChain()831 …return !canUseResponse(m_response, m_responseTimestamp) || m_resourceRequest.cacheControlContainsN… in mustRevalidateDueToCacheHeaders()
344 double m_responseTimestamp; variable