Searched refs:maxAge (Results 1 – 3 of 3) sorted by relevance
140 int64_t maxAge = cacheResponse_.GetMaxAgeSeconds(); in ComputeFreshnessLifetimeSecondsInternal() local141 if (maxAge != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()143 return maxAge; in ComputeFreshnessLifetimeSecondsInternal()
142 int64_t maxAge = cacheResponse_.GetMaxAgeSeconds(); in ComputeFreshnessLifetimeSecondsInternal() local143 if (maxAge != INVALID_TIME) { in ComputeFreshnessLifetimeSecondsInternal()145 return maxAge; in ComputeFreshnessLifetimeSecondsInternal()
718 const auto maxAge = 2; in BeginBackendFrame() local719 const auto minAge = device_.GetCommandBufferingCount() + maxAge; in BeginBackendFrame()