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

  /external/chromium/net/http/
http_request_headers.h 62 static const char kCacheControl[];
http_request_headers.cc 18 const char HttpRequestHeaders::kCacheControl[] = "Cache-Control";
http_network_transaction.cc 724 request_headers_.SetHeader(HttpRequestHeaders::kCacheControl, "no-cache");
726 request_headers_.SetHeader(HttpRequestHeaders::kCacheControl, "max-age=0");
    [all...]
http_response_headers.cc 706 const std::string kCacheControl = "cache-control";
710 while (EnumerateHeader(&iter, kCacheControl, &value)) {
    [all...]

Completed in 209 milliseconds