HomeSort by relevance Sort by last modified time
    Searched refs:HasHeaderValue (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_response_headers.cc 452 bool HttpResponseHeaders::HasHeaderValue(const std::string& name,
806 if (HasHeaderValue("cache-control", "no-cache") ||
807 HasHeaderValue("cache-control", "no-store") ||
808 HasHeaderValue("pragma", "no-cache") ||
809 HasHeaderValue("vary", "*")) // see RFC 2616 section 13.6
859 !HasHeaderValue("cache-control", "must-revalidate")) {
    [all...]
http_response_headers.h 155 bool HasHeaderValue(const std::string& name, const std::string& value) const;
http_cache_transaction.cc 581 response_.headers->HasHeaderValue("Accept-Ranges", "none") ||
    [all...]
http_stream_parser.cc 497 response_->headers->HasHeaderValue("Transfer-Encoding", "chunked")) {

Completed in 58 milliseconds