Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/network/
DResourceResponseBase.cpp326 String cacheControlValue = m_httpHeaderFields.get(cacheControlString); in parseCacheControlDirectives() local
327 if (!cacheControlValue.isEmpty()) { in parseCacheControlDirectives()
329 parseCacheHeader(cacheControlValue, directives); in parseCacheControlDirectives()