Home
last modified time | relevance | path

Searched defs:pXMLNode (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_document_builder.cpp35 for (CFX_XMLNode* pXMLNode = pRootNode->GetFirstChild(); pXMLNode; in GetDocumentNode() local
178 WideString GetPlainTextFromRichText(CFX_XMLNode* pXMLNode) { in GetPlainTextFromRichText()
254 CFX_XMLNode* pXMLNode) { in ConstructXFANode()
725 CFX_XMLNode* pXMLNode, in ParseContentNode()
779 CFX_XMLNode* pXMLNode, in ParseDataGroup()
907 CFX_XMLNode* pXMLNode, in ParseDataValue()
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_textparser.cpp197 const CFX_XMLNode* pXMLNode, in ComputeStyle()
231 void CXFA_TextParser::ParseRichText(const CFX_XMLNode* pXMLNode, in ParseRichText()
290 const CFX_XMLNode* pXMLNode) { in ParseTagInfo()
504 const CFX_XMLNode* pXMLNode) { in GetEmbeddedObj()
533 const CFX_XMLNode* pXMLNode) { in GetParseContextFromMap()
H A Dcxfa_textlayout.cpp226 const CFX_XMLNode* pXMLNode, in InitBreak()
527 const CFX_XMLNode* pXMLNode = m_pLoader->pXMLNode; in LayoutInternal() local
730 bool CXFA_TextLayout::LoadRichText(const CFX_XMLNode* pXMLNode, in LoadRichText()
H A Dcxfa_textlayout.h116 UnownedPtr<const CFX_XMLNode> pXMLNode; member
/aosp_15_r20/external/pdfium/testing/fuzzers/
H A Dpdf_xml_fuzzer.cc29 for (CFX_XMLNode* pXMLNode = doc->GetRoot()->GetFirstChild(); pXMLNode; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcjx_object.cpp758 CFX_XMLNode* pXMLNode = GetXFANode()->GetXMLMappingNode(); in TryNamespace() local
769 CFX_XMLNode* pXMLNode = GetXFANode()->GetXMLMappingNode(); in TryNamespace() local
H A Dcjx_node.cpp224 CFX_XMLNode* pXMLNode = builder.Build(xml_doc.get()); in loadXML() local