HomeSort by relevance Sort by last modified time
    Searched full:freshnesslifetime (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.cpp 301 static double freshnessLifetime(ResourceResponse& response, double responseTimestamp)
353 return currentAge(response, responseTimestamp) <= freshnessLifetime(response, responseTimestamp);
    [all...]

Completed in 234 milliseconds