Home
last modified time | relevance | path

Searched refs:SetContentType (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_exdata.h17 void SetContentType(const WideString& wsContentType);
Dcxfa_image.h27 void SetContentType(const WideString& wsContentType);
Dcxfa_exdata.cpp44 void CXFA_ExData::SetContentType(const WideString& wsContentType) { in SetContentType() function in CXFA_ExData
Dcxfa_image.cpp64 void CXFA_Image::SetContentType(const WideString& wsContentType) { in SetContentType() function in CXFA_Image
Dxfa_document_datamerger_imp.cpp308 image->SetContentType(wsContentType); in CreateDataBinding()
337 exData->SetContentType(single ? L"text/plain" : L"text/xml"); in CreateDataBinding()
/external/webrtc/webrtc/video/
Dsend_statistics_proxy.h68 void SetContentType(VideoEncoderConfig::ContentType content_type);
Dsend_statistics_proxy_unittest.cc310 statistics_proxy_->SetContentType( in TEST_F()
315 statistics_proxy_->SetContentType(VideoEncoderConfig::ContentType::kScreen); in TEST_F()
Dsend_statistics_proxy.cc161 void SendStatisticsProxy::SetContentType( in SetContentType() function in webrtc::SendStatisticsProxy
Dvideo_send_stream.cc440 stats_proxy_.SetContentType(config.content_type); in ReconfigureVideoEncoder()
/external/libbrillo/brillo/http/
Dhttp_utils.cc105 request.SetContentType(mime_type); in SendRequestAndBlock()
135 request.SetContentType(mime_type); in SendRequest()
Dhttp_request.h229 void SetContentType(const std::string& content_type);
Dhttp_request_unittest.cc84 request.SetContentType(mime::image::kJpeg); in TEST_F()
Dhttp_request.cc168 void Request::SetContentType(const std::string& contentType) { in SetContentType() function in brillo::http::Request
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp596 image->SetContentType(WideString(wsContentType)); in SetImageEdit()