Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResource.cpp289 static double currentAge(const ResourceResponse& response, double responseTimestamp) in currentAge() function
353 … return currentAge(response, responseTimestamp) <= freshnessLifetime(response, responseTimestamp); in canUseResponse()