Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_response_headers.h327 bool GetCacheControlDirective(const base::StringPiece& directive,
Dhttp_response_headers.cc756 bool HttpResponseHeaders::GetCacheControlDirective(const StringPiece& directive, in GetCacheControlDirective() function in net::HttpResponseHeaders
1121 return GetCacheControlDirective("max-age", result); in GetMaxAgeValue()
1149 return GetCacheControlDirective("stale-while-revalidate", result); in GetStaleWhileRevalidateValue()