/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_exdata.cpp | 41 void CXFA_ExData::SetContentType(const WideString& wsContentType) { in SetContentType() argument 42 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, false); in SetContentType()
|
D | cxfa_image.cpp | 62 void CXFA_Image::SetContentType(const WideString& wsContentType) { in SetContentType() argument 63 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, false); in SetContentType()
|
D | cxfa_exdata.h | 17 void SetContentType(const WideString& wsContentType);
|
D | cxfa_image.h | 27 void SetContentType(const WideString& wsContentType);
|
D | cxfa_document_parser.cpp | 746 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()
|
D | cxfa_document.cpp | 504 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()
|
D | cxfa_node.cpp | 439 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 …]
|
D | cxfa_node.h | 457 void SetImageEdit(const WideString& wsContentType,
|
/external/pdfium/fpdfsdk/fpdfxfa/ |
D | cpdfxfa_context.cpp | 337 const WideString& wsContentType, in PostRequestURL() argument 344 wsResponse = m_pFormFillEnv->PostRequestURL(wsURL, wsData, wsContentType, in PostRequestURL()
|
D | cpdfxfa_context.h | 82 const WideString& wsContentType,
|
/external/pdfium/fxjs/xfa/ |
D | cjx_node.cpp | 288 WideString wsContentType = GetCData(XFA_Attribute::ContentType); in loadXML() local 289 if (!wsContentType.IsEmpty()) { in loadXML() 291 WideString(wsContentType), false, false); in loadXML()
|
D | cjx_object.cpp | 632 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/ |
D | fxfa.h | 176 const WideString& wsContentType,
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_formfillenvironment.h | 181 const WideString& wsContentType,
|
D | cpdfsdk_formfillenvironment.cpp | 509 const WideString& wsContentType, in PostRequestURL() argument 517 ByteString bsContentType = wsContentType.ToUTF16LE(); in PostRequestURL()
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 1047 FPDF_WIDESTRING wsContentType,
|