Searched refs:freshnessLifetime (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResource.cpp301 static double freshnessLifetime(ResourceResponse& response, double responseTimestamp) function in namespace:blink
353 return currentAge(response, responseTimestamp) <= freshnessLifetime(response, responseTimestamp);

Completed in 114 milliseconds