HomeSort by relevance Sort by last modified time
    Searched refs:content_type_ (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/examples/peerconnection/server/
data_socket.h 83 const std::string& content_type() const { return content_type_; }
137 std::string content_type_; member in class:DataSocket
data_socket.cc 158 content_type_.clear();
226 assert(content_type_.empty());
249 content_type_.assign(headers, type_end);
259 return !content_type_.empty() && content_length_ != 0;
  /external/libbrillo/brillo/http/
http_form_data.cc 38 content_type_{content_type},
50 return content_type_;
58 if (!content_type_.empty())
145 "%s; boundary=\"%s\"", content_type_.c_str(), boundary_.c_str());
http_request.cc 170 content_type_ = contentType;
174 return content_type_;
271 if (!content_type_.empty())
272 headers.emplace_back(request_header::kContentType, content_type_);
http_form_data.h 84 std::string content_type_; member in class:brillo::http::FormField
http_request.h 316 std::string content_type_; member in class:brillo::http::final
  /system/webservd/libwebserv/
request.h 45 const std::string& GetContentType() const { return content_type_; }
65 std::string content_type_; member in class:libwebserv::final
request.cc 35 content_type_(content_type),
  /external/webrtc/webrtc/video/
send_statistics_proxy.cc 74 content_type_(content_type),
77 uma_container_(new UmaSamplesContainer(GetUmaPrefix(content_type_))) {
164 if (content_type_ != content_type) {
166 content_type_ = content_type;
send_statistics_proxy.h 135 VideoEncoderConfig::ContentType content_type_ GUARDED_BY(crit_);

Completed in 192 milliseconds