Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/loader/
DCrossOriginPreflightResultCache.cpp42 static const unsigned maxPreflightCacheTimeoutSeconds = 600; // Should be short enough to minimize … variable
108 if (expiryDelta > maxPreflightCacheTimeoutSeconds) in parse()
109 expiryDelta = maxPreflightCacheTimeoutSeconds; in parse()