Searched refs:GetNodeList (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_script_nodehelper.cpp | 78 parent->GetNodeList(properties, XFA_NODEFILTER_Properties); in XFA_NodeAcc_TraverseAnySiblings() 100 parent->GetNodeList(children, XFA_NODEFILTER_Children); in XFA_NodeAcc_TraverseAnySiblings() 140 parent->GetNodeList(properties, XFA_NODEFILTER_Properties); in XFA_NodeAcc_TraverseSiblings() 169 parent->GetNodeList(children, XFA_NODEFILTER_Children); in XFA_NodeAcc_TraverseSiblings()
|
D | xfa_script_resolveprocessor.cpp | 505 curNode->GetNodeList(array, in XFA_ResolveNodes_Asterisk()
|
D | xfa_object_imp.cpp | 217 int32_t CXFA_Node::GetNodeList(CXFA_NodeArray& nodes, in GetNodeList() function in CXFA_Node 230 GetNodeList(nodes, dwTypeFilter, eElementFilter, iLevel); in GetNodeList() 241 GetNodeList(nodes, dwTypeFilter, eElementFilter, iLevel); in GetNodeList() 1221 int32_t iSize = this->GetNodeList(properts, XFA_NODEFILTER_OneOfProperty); in Script_NodeClass_OneOfChild() 4279 int32_t iDatas = pBind->GetNodeList( in SetScriptContent()
|
D | xfa_document_datamerger_imp.cpp | 286 pDataNode->GetNodeList(items); in XFA_DataMerge_CreateDataBinding()
|
D | xfa_objectacc_imp.cpp | 1555 m_pNode->GetNodeList(events, 0, XFA_ELEMENT_Event); in GetEventList()
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_object.h | 257 int32_t GetNodeList(CXFA_NodeArray& nodes,
|