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

/external/webkit/Source/WebCore/loader/
H A DCrossOriginPreflightResultCache.cpp42 static const unsigned maxPreflightCacheTimeoutSeconds = 600; // Should be short enough to minimize the risk of using a poisoned cache after switching to a secure network. member in namespace:WebCore
108 if (expiryDelta > maxPreflightCacheTimeoutSeconds)
109 expiryDelta = maxPreflightCacheTimeoutSeconds;

Completed in 219 milliseconds