HomeSort by relevance Sort by last modified time
    Searched refs:kCacheControl (Results 1 - 9 of 9) 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...]
  /external/chromium_org/net/http/
http_request_headers.h 64 static const char kCacheControl[];
http_request_headers.cc 21 const char HttpRequestHeaders::kCacheControl[] = "Cache-Control";
http_network_transaction.cc 787 request_headers_.SetHeader(HttpRequestHeaders::kCacheControl, "no-cache");
789 request_headers_.SetHeader(HttpRequestHeaders::kCacheControl, "max-age=0");
    [all...]
http_response_headers.cc 759 const char kCacheControl[] = "cache-control";
765 while (EnumerateHeader(&iter, kCacheControl, &value)) {
    [all...]
  /external/chromium_org/webkit/browser/fileapi/
file_system_url_request_job.cc 50 std::string cache_control(net::HttpRequestHeaders::kCacheControl);

Completed in 651 milliseconds