Searched refs:kContentRange (Results 1 – 4 of 4) sorted by relevance
54 BRILLO_EXPORT extern const char kContentRange[];94 BRILLO_EXPORT extern const char kContentRange[];
46 const char request_header::kContentRange[] = "Content-Range"; member in brillo::http::request_header84 const char response_header::kContentRange[] = "Content-Range"; member in brillo::http::response_header
65 static const char kContentRange[]; variable
142 const char HttpResponseHeaders::kContentRange[] = "Content-Range"; member in net::HttpResponseHeaders903 result->insert(kContentRange); in AddHopContentRangeHeaders()1362 if (!EnumerateHeader(&iter, kContentRange, &content_range_spec)) { in GetContentRangeFor206()