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

  /external/pdfium/xfa/fxfa/parser/
cxfa_script.cpp 50 CXFA_Script::Type CXFA_Script::GetContentType() {
cxfa_image.cpp 47 WideString CXFA_Image::GetContentType() {
  /external/webrtc/webrtc/base/
multipart.cc 37 void MultipartStream::GetContentType(std::string* content_type) {
  /external/libbrillo/brillo/http/
http_form_data.cc 49 std::string FormField::GetContentType() const {
59 headers.emplace_back(form_header::kContentType, GetContentType());
143 std::string MultiPartFormField::GetContentType() const {
209 std::string FormData::GetContentType() const {
210 return form_data_.GetContentType();
http_request.cc 173 const std::string& Request::GetContentType() const {
203 AddHeader(request_header::kContentType, form_data->GetContentType());
321 std::string Response::GetContentType() const {
  /external/google-breakpad/src/testing/gtest/scripts/
upload.py 523 lines.append('Content-Type: %s' % GetContentType(filename))
533 def GetContentType(filename):
    [all...]
  /external/google-breakpad/src/testing/scripts/
upload.py 523 lines.append('Content-Type: %s' % GetContentType(filename))
533 def GetContentType(filename):
    [all...]
  /external/googletest/googlemock/scripts/
upload.py 523 lines.append('Content-Type: %s' % GetContentType(filename))
533 def GetContentType(filename):
    [all...]
  /external/googletest/googletest/scripts/
upload.py 523 lines.append('Content-Type: %s' % GetContentType(filename))
533 def GetContentType(filename):
    [all...]

Completed in 201 milliseconds