Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/network/
DResourceResponseBase.cpp298 String cacheControlValue = m_httpHeaderFields.get(cacheControlString); in parseCacheControlDirectives() local
299 if (!cacheControlValue.isEmpty()) { in parseCacheControlDirectives()
301 parseCacheHeader(cacheControlValue, directives); in parseCacheControlDirectives()