/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_exdata.cpp | 50 void CXFA_ExData::SetContentType(const WideString& wsContentType) { in SetContentType() argument 51 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType); in SetContentType()
|
D | cxfa_image.cpp | 71 void CXFA_Image::SetContentType(const WideString& wsContentType) { in SetContentType() argument 72 JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType); in SetContentType()
|
D | cxfa_exdata.h | 19 void SetContentType(const WideString& wsContentType);
|
D | cxfa_image.h | 29 void SetContentType(const WideString& wsContentType);
|
D | cxfa_document_builder.cpp | 730 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()
|
D | cxfa_document.cpp | 513 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()
|
D | cxfa_node.cpp | 445 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 …]
|
D | cxfa_node.h | 490 void SetImageEdit(const WideString& wsContentType,
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffapp.h | 111 const WideString& wsContentType,
|
/external/pdfium/fxjs/xfa/ |
D | cjx_node.cpp | 242 WideString wsContentType = GetCData(XFA_Attribute::ContentType); in loadXML() local 243 if (!wsContentType.IsEmpty()) { in loadXML() 245 WideString(wsContentType)); in loadXML()
|
D | cjx_object.cpp | 626 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/ |
D | cpdfxfa_context.cpp | 363 const WideString& wsContentType, in PostRequestURL() argument 370 wsResponse = m_pFormFillEnv->PostRequestURL(wsURL, wsData, wsContentType, in PostRequestURL()
|
D | cpdfxfa_context.h | 96 const WideString& wsContentType,
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_formfillenvironment.h | 216 const WideString& wsContentType,
|
D | cpdfsdk_formfillenvironment.cpp | 553 const WideString& wsContentType, in PostRequestURL() argument 561 ByteString bsContentType = wsContentType.ToUTF16LE(); in PostRequestURL()
|
/external/pdfium/public/ |
D | fpdf_formfill.h | 1064 FPDF_WIDESTRING wsContentType,
|
/external/pdfium/testing/ |
D | embedder_test.cpp | 244 FPDF_WIDESTRING wsContentType, in PostRequestURLStub() argument
|