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

  /external/chromium_org/net/http/
http_request_headers.h 64 static const char kCacheControl[];
http_request_headers.cc 22 const char HttpRequestHeaders::kCacheControl[] = "Cache-Control";
http_network_transaction.cc 873 request_headers_.SetHeader(HttpRequestHeaders::kCacheControl, "no-cache");
875 request_headers_.SetHeader(HttpRequestHeaders::kCacheControl, "max-age=0");
    [all...]
http_response_headers.cc 816 const char kCacheControl[] = "cache-control";
822 while (EnumerateHeader(&iter, kCacheControl, &value)) {
    [all...]
  /external/chromium_org/storage/browser/fileapi/
file_system_url_request_job.cc 49 std::string cache_control(net::HttpRequestHeaders::kCacheControl);

Completed in 3045 milliseconds