Home
last modified time | relevance | path

Searched refs:m_responseTimestamp (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
DCachedResource.cpp81 , m_responseTimestamp(currentTime()) in CachedResource()
184 double apparentAge = isfinite(dateValue) ? max(0., m_responseTimestamp - dateValue) : 0; in currentAge()
187 double residentTime = currentTime() - m_responseTimestamp; in currentAge()
203 double creationTime = isfinite(dateValue) ? dateValue : m_responseTimestamp; in freshnessLifetime()
216 m_responseTimestamp = currentTime(); in setResponse()
466 m_responseTimestamp = currentTime(); in updateResponseAfterRevalidation()
DCachedResource.h237 double m_responseTimestamp; variable