Home
last modified time | relevance | path

Searched defs:kContentType (Results 1 – 3 of 3) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_request.cc47 const char request_header::kContentType[] = "Content-Type"; member in brillo::http::request_header
85 const char response_header::kContentType[] = "Content-Type"; member in brillo::http::response_header
Dhttp_form_data.cc28 const char kContentType[] = "Content-Type"; variable
/external/webrtc/examples/peerconnection/server/
Ddata_socket.cc235 static const char kContentType[] = "Content-Type:"; in ParseContentLengthAndType() local