Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_exdata.cpp41 void CXFA_ExData::SetContentType(const WideString& wsContentType) { in SetContentType() argument
42 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, false); in SetContentType()
Dcxfa_image.cpp62 void CXFA_Image::SetContentType(const WideString& wsContentType) { in SetContentType() argument
63 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, false); in SetContentType()
Dcxfa_exdata.h17 void SetContentType(const WideString& wsContentType);
Dcxfa_image.h27 void SetContentType(const WideString& wsContentType);
Dcxfa_document_parser.cpp746 WideString wsContentType = in ParseContentNode() local
748 if (wsContentType.EqualsASCII("text/html")) in ParseContentNode()
750 else if (wsContentType.EqualsASCII("text/xml")) in ParseContentNode()
828 Optional<WideString> wsContentType = in ParseDataGroup() local
831 if (wsContentType.has_value() && !wsContentType.value().IsEmpty()) in ParseDataGroup()
Dcxfa_document.cpp504 WideString wsContentType; in CreateDataBinding() local
508 wsContentType = image->GetContentType(); in CreateDataBinding()
517 wsContentType, false, false); in CreateDataBinding()
658 WideString wsContentType = in CreateDataBinding() local
660 if (!wsContentType.IsEmpty()) { in CreateDataBinding()
662 wsContentType, false, false); in CreateDataBinding()
663 image->SetContentType(wsContentType); in CreateDataBinding()
Dcxfa_node.cpp439 WideString wsContentType(wsType); in XFA_GetImageType() local
440 if (wsContentType.EqualsASCIINoCase("image/jpg")) in XFA_GetImageType()
444 if (wsContentType.EqualsASCIINoCase("image/bmp")) in XFA_GetImageType()
449 if (wsContentType.EqualsASCIINoCase("image/gif")) in XFA_GetImageType()
454 if (wsContentType.EqualsASCIINoCase("image/png")) in XFA_GetImageType()
459 if (wsContentType.EqualsASCII("image/tif")) in XFA_GetImageType()
3034 WideString wsContentType, wsHref; in ResetData() local
3037 wsContentType = image->GetContentType(); in ResetData()
3040 SetImageEdit(wsContentType, wsHref, wsValue); in ResetData()
3093 void CXFA_Node::SetImageEdit(const WideString& wsContentType, in SetImageEdit() argument
[all …]
Dcxfa_node.h457 void SetImageEdit(const WideString& wsContentType,
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp337 const WideString& wsContentType, in PostRequestURL() argument
344 wsResponse = m_pFormFillEnv->PostRequestURL(wsURL, wsData, wsContentType, in PostRequestURL()
Dcpdfxfa_context.h82 const WideString& wsContentType,
/external/pdfium/fxjs/xfa/
Dcjx_node.cpp288 WideString wsContentType = GetCData(XFA_Attribute::ContentType); in loadXML() local
289 if (!wsContentType.IsEmpty()) { in loadXML()
291 WideString(wsContentType), false, false); in loadXML()
Dcjx_object.cpp632 WideString wsContentType; in SetContent() local
637 wsContentType = *ret; in SetContent()
638 if (wsContentType.EqualsASCII("text/html")) { in SetContent()
639 wsContentType.clear(); in SetContent()
640 SetAttribute(XFA_Attribute::ContentType, wsContentType.AsStringView(), in SetContent()
649 ->CreateSamePacketNode(wsContentType.EqualsASCII("text/xml") in SetContent()
/external/pdfium/xfa/fxfa/
Dfxfa.h176 const WideString& wsContentType,
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h181 const WideString& wsContentType,
Dcpdfsdk_formfillenvironment.cpp509 const WideString& wsContentType, in PostRequestURL() argument
517 ByteString bsContentType = wsContentType.ToUTF16LE(); in PostRequestURL()
/external/pdfium/public/
Dfpdf_formfill.h1047 FPDF_WIDESTRING wsContentType,