Home
last modified time | relevance | path

Searched refs:wsContentType (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_exdata.cpp50 void CXFA_ExData::SetContentType(const WideString& wsContentType) { in SetContentType() argument
51 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType); in SetContentType()
Dcxfa_image.cpp71 void CXFA_Image::SetContentType(const WideString& wsContentType) { in SetContentType() argument
72 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType); in SetContentType()
Dcxfa_exdata.h19 void SetContentType(const WideString& wsContentType);
Dcxfa_image.h29 void SetContentType(const WideString& wsContentType);
Dcxfa_document_builder.cpp730 WideString wsContentType = in ParseContentNode() local
732 if (wsContentType.EqualsASCII("text/html")) in ParseContentNode()
734 else if (wsContentType.EqualsASCII("text/xml")) in ParseContentNode()
810 absl::optional<WideString> wsContentType = in ParseDataGroup() local
813 if (wsContentType.has_value() && !wsContentType.value().IsEmpty()) in ParseDataGroup()
Dcxfa_document.cpp513 WideString wsContentType; in CreateDataBinding() local
517 wsContentType = image->GetContentType(); in CreateDataBinding()
526 wsContentType); in CreateDataBinding()
662 WideString wsContentType = in CreateDataBinding() local
664 if (!wsContentType.IsEmpty()) { in CreateDataBinding()
666 wsContentType); in CreateDataBinding()
667 image->SetContentType(wsContentType); in CreateDataBinding()
Dcxfa_node.cpp445 WideString wsContentType(wsType); in XFA_GetImageType() local
446 if (wsContentType.EqualsASCIINoCase("image/jpg")) in XFA_GetImageType()
450 if (wsContentType.EqualsASCIINoCase("image/bmp")) in XFA_GetImageType()
455 if (wsContentType.EqualsASCIINoCase("image/gif")) in XFA_GetImageType()
460 if (wsContentType.EqualsASCIINoCase("image/png")) in XFA_GetImageType()
465 if (wsContentType.EqualsASCII("image/tif")) in XFA_GetImageType()
3072 WideString wsContentType, wsHref; in ResetData() local
3075 wsContentType = image->GetContentType(); in ResetData()
3078 SetImageEdit(wsContentType, wsHref, wsValue); in ResetData()
3131 void CXFA_Node::SetImageEdit(const WideString& wsContentType, in SetImageEdit() argument
[all …]
Dcxfa_node.h490 void SetImageEdit(const WideString& wsContentType,
/external/pdfium/xfa/fxfa/
Dcxfa_ffapp.h111 const WideString& wsContentType,
/external/pdfium/fxjs/xfa/
Dcjx_node.cpp242 WideString wsContentType = GetCData(XFA_Attribute::ContentType); in loadXML() local
243 if (!wsContentType.IsEmpty()) { in loadXML()
245 WideString(wsContentType)); in loadXML()
Dcjx_object.cpp626 WideString wsContentType; in SetContent() local
631 wsContentType = ret.value(); in SetContent()
632 if (wsContentType.EqualsASCII("text/html")) { in SetContent()
633 wsContentType.clear(); in SetContent()
634 SetAttributeByEnum(XFA_Attribute::ContentType, wsContentType, false); in SetContent()
641 wsContentType.EqualsASCII("text/xml") ? XFA_Element::Sharpxml in SetContent()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp363 const WideString& wsContentType, in PostRequestURL() argument
370 wsResponse = m_pFormFillEnv->PostRequestURL(wsURL, wsData, wsContentType, in PostRequestURL()
Dcpdfxfa_context.h96 const WideString& wsContentType,
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h216 const WideString& wsContentType,
Dcpdfsdk_formfillenvironment.cpp553 const WideString& wsContentType, in PostRequestURL() argument
561 ByteString bsContentType = wsContentType.ToUTF16LE(); in PostRequestURL()
/external/pdfium/public/
Dfpdf_formfill.h1064 FPDF_WIDESTRING wsContentType,
/external/pdfium/testing/
Dembedder_test.cpp244 FPDF_WIDESTRING wsContentType, in PostRequestURLStub() argument