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

  /external/libweave/src/
http_constants.cc 14 const char kContentType[] = "Content-Type";
  /external/libbrillo/brillo/http/
http_connection_curl_unittest.cc 230 {request_header::kContentType, mime::text::kPlain},
294 {response_header::kContentType, mime::text::kHtml},
316 connection_->GetResponseHeader(response_header::kContentType));
http_form_data.cc 26 const char kContentType[] = "Content-Type";
59 headers.emplace_back(form_header::kContentType, GetContentType());
http_request.cc 47 const char request_header::kContentType[] = "Content-Type";
85 const char response_header::kContentType[] = "Content-Type";
203 AddHeader(request_header::kContentType, form_data->GetContentType());
272 headers.emplace_back(request_header::kContentType, content_type_);
322 return GetHeader(response_header::kContentType);
  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.cc 232 static const char kContentType[] = "Content-Type:";
240 } else if ((headers + ARRAYSIZE(kContentType)) < end &&
241 strncmp(headers, kContentType,
242 ARRAYSIZE(kContentType) - 1) == 0) {
243 headers += ARRAYSIZE(kContentType) - 1;

Completed in 194 milliseconds