Home
last modified time | relevance | path

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

/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/include/fxfa/
Dfxfa_objectacc.h286 FX_BOOL SetContentType(XFA_SCRIPTTYPE eType);
350 FX_BOOL SetContentType(const CFX_WideString& wsContentType);
369 FX_BOOL SetContentType(const CFX_WideString& wsContentType);
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_datamerger_imp.cpp275 image.SetContentType(wsContentType); in XFA_DataMerge_CreateDataBinding()
298 exData.SetContentType((iCounts == 1) ? FX_WSTRC(L"text/plain") in XFA_DataMerge_CreateDataBinding()
Dxfa_objectacc_imp.cpp656 FX_BOOL CXFA_Script::SetContentType(XFA_SCRIPTTYPE eType) { in SetContentType() function in CXFA_Script
898 FX_BOOL CXFA_ExData::SetContentType(const CFX_WideString& wsContentType) { in SetContentType() function in CXFA_ExData
952 FX_BOOL CXFA_Image::SetContentType(const CFX_WideString& wsContentType) { in SetContentType() function in CXFA_Image
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp273 image.SetContentType(wsContentType); in SetImageEdit()