Home
last modified time | relevance | path

Searched defs:kContentLocation (Results 1 – 2 of 2) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_request.cc44 const char request_header::kContentLocation[] = "Content-Location"; member in brillo::http::request_header
82 const char response_header::kContentLocation[] = "Content-Location"; member in brillo::http::response_header
/external/cronet/net/url_request/
Dredirect_util_unittest.cc25 const char kContentLocation[] = "Content-Location"; in TEST() local