Home
last modified time | relevance | path

Searched defs:pChildNode (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dxfa_utils.cpp250 CXFA_Node* pChildNode = pNode->GetFirstChild(); in RegenerateFormFile_Changed() local
321 CXFA_Node* pChildNode = pNode->GetFirstChild(); in RegenerateFormFile_Container() local
427 for (CXFA_Node* pChildNode = pDataNode->GetFirstChild(); pChildNode; in XFA_DataExporter_DealWithDataGroupNode() local
460 CXFA_Node* pChildNode = pNode->GetFirstChild(); in XFA_DataExporter_RegenerateFormFile() local
H A Dcxfa_dataexporter.cpp66 for (CXFA_Node* pChildNode = pDataNode->GetFirstChild(); pChildNode; in Export() local
H A Dcxfa_document.cpp81 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in FormValueNode_CreateChild() local
99 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType); in FormValueNode_SetChildContent() local
1698 for (CXFA_Node* pChildNode = pDatasetsRoot->GetFirstChild(); pChildNode; in DoDataMerge() local
H A Dcxfa_node.cpp4422 while (CXFA_Node* pChildNode = pBind->GetFirstChild()) in ClearAllSelections() local
/aosp_15_r20/external/pdfium/xfa/fxfa/
H A Dcxfa_textprovider.cpp54 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode() local
78 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode() local
H A Dcxfa_ffwidget.cpp612 CXFA_Node* pChildNode = pWidget->GetNode(); in IsAncestorOf() local
H A Dcxfa_textlayout.cpp861 for (CFX_XMLNode* pChildNode = pXMLNode->GetFirstChild(); pChildNode; in LoadRichText() local
/aosp_15_r20/external/parameter-framework/upstream/xmlserializer/
H A DXmlElement.cpp235 xmlNodePtr pChildNode = xmlNewChild(_pXmlElement, nullptr, BAD_CAST strType.c_str(), nullptr); in createChild() local
/aosp_15_r20/external/pdfium/xfa/fxfa/layout/
H A Dcxfa_viewlayoutprocessor.cpp1760 for (CXFA_Node* pChildNode = pParentNode->GetFirstChild(); pChildNode; in MergePageSetContents() local
1801 CXFA_Node* pChildNode = iteChild.MoveToNext(); in MergePageSetContents() local